﻿#ebroker_gadget {
  width: 100%;
  /*.gadget-lender-list-container {
        width: 387px;
    }*/
  /*Logo Section Start*/
  /*Logo Section End*/
  /*LoanType Start*/
  /*LoanType End*/
  /*LoanType End*/
  /*.gradient-action-box:hover,.gradient-action-box.active {
        .Txt-Title, .Txt-LoanType {
            color: white;
        }
    }*/
  /* Large desktop */
  /* Portrait tablet to landscape and desktop */
  /* Landscape phone to portrait tablet */
    /* Landscape phones and down */
}

  #ebroker_gadget * {
    border: 0;
    padding: 0;
    font-family: Lato;
    -webkit-user-select: initial;
    /* Chrome/Safari */
    -moz-user-select: initial;
    /* Firefox */
    -ms-user-select: initial;
    /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: initial;
    user-select: initial; 
    text-transform:none;
  }

  #ebroker_gadget *, #ebroker_gadget ::after, #ebroker_gadget ::before {
        box-sizing: border-box;
    }

  #ebroker_gadget .center {
    text-align: center;
        justify-content: center;
        -webkit-justify-content: center;
    }

  #ebroker_gadget .hide {
        display: none;
    }

  #ebroker_gadget .margin-top-10 {
        margin-top: 10px;
    }

  #ebroker_gadget .margin-top-20 {
        margin-top: 20px;
    }

  #ebroker_gadget .margin-top-30 {
        margin-top: 20px;
    }

  #ebroker_gadget .margin-top-40 {
        margin-top: 40px !important;
    }

  #ebroker_gadget .margin-top-50 {
        margin-top: 50px !important;
    }

  #ebroker_gadget .margin-top-60 {
        margin-top: 60px !important;
    }

  #ebroker_gadget .margin-bottom-10 {
        margin-bottom: 10px;
    }

  #ebroker_gadget .margin-bottom-20 {
        margin-bottom: 20px;
    }

  #ebroker_gadget .width-60-percent {
        width: 60%;
    }

  #ebroker_gadget .gadget-container {
        display: -webkit-flex;
        display: flex;
    }

  #ebroker_gadget .box-design {
        border-radius: 17px;
    }

  #ebroker_gadget label {
    display: inline-block;
        margin-bottom: .5rem;
    }

  #ebroker_gadget .top-header {
    width: 100%;
        text-align: center;
    }

    #ebroker_gadget .top-header label {
      color: #fff;
      text-align: center;
      background: #575757;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      -moz-border-radius-topleft: 16px;
      -moz-border-radius-topright: 16px;
    -moz-border-radius-bottomleft: 0px;
      -moz-border-radius-bottomright: 14px;
      -webkit-border-top-left-radius: 16px;
      -webkit-border-top-right-radius: 16px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
      border-top-left-radius: 16px;
      border-top-right-radius: 16px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background: #473da0;
    /*background: -webkit-linear-gradient(left, #473da0, #8b34b6);*/
    /*background: -o-linear-gradient(right, #473da0, #8b34b6);*/
    /*background: -moz-linear-gradient(right, #473da0, #8b34b6);*/
    /*background: linear-gradient(to right, #473da0, #8b34b6);*/
        background: -webkit-linear-gradient(left, #fbb518 , #f04728 );
        background: -o-linear-gradient(right, #fbb518 , #f04728 );
        background: -moz-linear-gradient(right, #fbb518 , #f04728 );
        background: linear-gradient(to right, #fbb518 , #f04728 );
    display: inline-block;
}

    #ebroker_gadget .top-header label.label-top-box {
      color: #fff;
        font-size: 16px;
      letter-spacing: 2px;
      line-height: 33px;
      margin: 0;
      padding: 4px 50px;
      text-align: center;
                word-spacing: 0;
            }

  #ebroker_gadget .gadget-step-container {
        width: 599px;
    }

  #ebroker_gadget .gadget-counter-container {
    width: 187px;
    margin-right: -15px;
    z-index: 6;
        margin-top: 120px;
    }

  #ebroker_gadget .gadget-logo-container {
        width: 387px;
    }

  #ebroker_gadget .step-container {
    margin: 0 85px;
        padding-top: 20px;
    }

  #ebroker_gadget .Step, #ebroker_gadget .For_FundingFor, #ebroker_gadget .error {
        display: none;
    }

  #ebroker_gadget .gadget-gradient {
    background: #fff;
    background: -webkit-linear-gradient(left top, #d4d9dc, #fff);
    background: -o-linear-gradient(bottom right, #d4d9dc, #fff);
    background: -moz-linear-gradient(bottom right, #d4d9dc, #fff);
    background: linear-gradient(to bottom right, #d4d9dc, #fff);
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background: -webkit-linear-gradient(57% 36% 111deg, #fff, #c8d0d3 52%);
    text-align: center;
    height: 550px;
    width: 100%;
        position: relative;
    }

  #ebroker_gadget .padd-left {
    left: -16px;
    margin-top: 4em;
        padding: 0;
    }

  #ebroker_gadget .align-center {
    text-align: center;
    line-height: 13px;
        z-index: +9;
    }

  #ebroker_gadget .ebroker-prev {
    background-color: #8b34b6;
    border-radius: 0 16px 0 13px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: left;
    /*height: 80px;*/
    margin: 8px 0 0px;
    padding-top: 15px;
    padding-right: 14px;
    padding-bottom: 5px;
    padding-left: 14px;
    position: absolute;
    left: 0;
        bottom: 0;
    }

  #ebroker_gadget .ebroker-next {
    display: inline-block;
    border: dashed 0px #000000;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 14px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 14px;
    border-top-left-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 14px;
    background-color: #8B34B6;
    color: #fff;
    float: right;
    padding-top: 15px;
    padding-right: 14px;
    padding-bottom: 5px;
    padding-left: 14px;
    /*height: 80px;*/
    cursor: pointer;
    margin: 8px 0 0px;
    position: absolute;
    right: 0;
        bottom: 0;
    }

  #ebroker_gadget .ebroker-next:hover, #ebroker_gadget .ebroker-prev:hover {
            background-image: linear-gradient(0deg, #f04828 0%, #fbb518 100%);
        }

  #ebroker_gadget .ebroker-prev {
        display: none;
    }

  #ebroker_gadget .heading {
    font-family: Lato;
    color: #2b388f;
    font-size: 22.49px;
    font-weight: 400;
    line-height: 45.606px;
    padding-top: 0;
    width: 100%;
        margin: 0;
    }

  #ebroker_gadget .arrow_box {
    border-radius: 10px;
    border-width: 0px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    /*width: 75%;*/
        outline: none;
    }

  #ebroker_gadget .arrow_box:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(49, 64, 155, 0);
    border-top-color: #31409B;
    border-width: 10px;
            margin-left: -10px;
        }

  #ebroker_gadget .slider-input-field {
    border: 0px;
    background-color: #31409B;
    color: #fff;
    border-radius: 10px;
    padding: 5px 5px;
    text-align: center;
    font-size: 24px;
    font-family: Lato;
    color: #ffffff;
    font-size: 36.85px;
    font-weight: 300; 
        max-width: 250px;
    }

  #ebroker_gadget .ui-slider-horizontal {
    background-color: #BCC0DD !important;
        height: 4px !important;
    }

  #ebroker_gadget .ui-slider-horizontal .ui-slider-handle {
    top: -8px !important;
    background-color: #31409A !important;
    border-radius: 11px;
            outline: none;
        }

  #ebroker_gadget .slider-box {
        margin: 20px 40px 10px;
    }

  #ebroker_gadget .slider-nav {
    display: block;
    margin: 0;
    text-align: center;
        width: 100%;
    }

  #ebroker_gadget .box-list {
        display: -webkit-inline-flex;
    display: inline-flex;
    width: 130px;
    height: 110px;
    margin-right: 5px;
    margin-left: 5px;
        margin-bottom: 10px;
    }

 #ebroker_gadget .box-list.box-list-compact {        
        height: 60px;
    }

  #ebroker_gadget .gradient-action-box input, #ebroker_gadget .Facility input {
        visibility: hidden;
    }

  #ebroker_gadget .gradient-action-box.active, #ebroker_gadget .gradient-action-box:hover {
    background: #8B34B6;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(-32deg, #31409B, #8B34B6);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(-32deg, #31409B, #8B34B6);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(-32deg, #31409B, #8B34B6);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(-32deg, #31409B, #8B34B6);
    /* Standard syntax */
        color: #fff;
    }

  #ebroker_gadget .gradient-action-box.disable, #ebroker_gadget .gradient-action-box.disable:hover {
    background: #d0d5d8;
    color: dimgrey;
        cursor: not-allowed;
    }

    #ebroker_gadget .gradient-action-box {
        border: solid 1px #ccc;
        color: #2b388f;
        text-align: center;
        background: #575757;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 8px;
        font-weight: bold;
        padding-top: 5px;
        padding-right: 4px;
        padding-bottom: 5px;
        padding-left: 4px;
        background: #D0D5D8;
        /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(left top, #D0D5D8, #FFFFFF);
        /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(bottom right, #D0D5D8, #FFFFFF);
        /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(bottom right, #D0D5D8, #FFFFFF);
        /* For Firefox 3.6 to 15 */
        background: linear-gradient(to bottom right, #D0D5D8, #FFFFFF);
        /* Standard syntax */
        width: 98%;
        box-shadow: 0px 0px 6.88px 1.12px rgba(0, 0, 0, 0.23);
        cursor: pointer;
    }

  #ebroker_gadget .FundingFor .icon {
        height: 69px;
    }
    #ebroker_gadget .box-list-compact .FundingFor .icon {
        height: 50px;
        float:left;
        width:37%;
    }
    #ebroker_gadget .FundingFor .Txt {
        padding-top: 5px;
        color: #2b388f;
        font-size: 13.6px;
        font-weight: 700;
        line-height: 16px;
    }
    #ebroker_gadget .FundingFor .Txtsml {
        padding-top: 5px;
        color: #2b388f;
        font-size: 13px;
        font-weight: 700;
        line-height: 19px;
    }
    #ebroker_gadget .box-list-compact .FundingFor .Txt {
        height: 50px;
        float: left;
        width: 63%;
        text-align: left;
        padding-left: 0px;
    }
    #ebroker_gadget .box-list-compact .FundingFor .Txtsml {
        height: 50px;
        float: left;
        width: 63%;
        text-align: left;
        padding-left: 2px;
    }

  #ebroker_gadget .FundingFor:hover .Txt, #ebroker_gadget .FundingFor.active .Txt {
        color: #ffffff;
    }
    #ebroker_gadget .FundingFor:hover .Txtsml, #ebroker_gadget .FundingFor.active .Txtsml {
        color: #ffffff;
    }

    #ebroker_gadget #ic_Cash.FundingFor .icon {
        background-image: url("/Content_V_2/Images/gadget/funding_type/Working_Capital.png");
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transform: scale(0.9); /* Saf3.1+, Chrome */
        -moz-transform: scale(0.9); /* FF3.5+ */
        -ms-transform: scale(0.9); /* IE9 */
        -o-transform: scale(0.9); /* Opera 10.5+ */
        transform: scale(0.9);
    }

  #ebroker_gadget #ic_Cash.FundingFor:hover .icon, #ebroker_gadget #ic_Cash.FundingFor.active .icon {
        background-image: url("/Content_V_2/Images/gadget/funding_type/Working_Capital_Hover.png");
    }

    #ebroker_gadget #ic_step_2_4.FundingFor .icon {
        background-image: url("/Content_V_2/Images/gadget/funding_type/Buy_Equipment.png");
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transform: scale(0.9); /* Saf3.1+, Chrome */
        -moz-transform: scale(0.9); /* FF3.5+ */
        -ms-transform: scale(0.9); /* IE9 */
        -o-transform: scale(0.9); /* Opera 10.5+ */
        transform: scale(0.9);
    }

  #ebroker_gadget #ic_step_2_4.FundingFor:hover .icon, #ebroker_gadget #ic_step_2_4.FundingFor.active .icon {
        background-image: url("/Content_V_2/Images/gadget/funding_type/Buy_Equipment_Hover.png");
    }

    #ebroker_gadget #ic_step_2_5.FundingFor .icon {
        background-image: url("/Content_V_2/Images/gadget/funding_type/Buy_Stock.png");
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transform: scale(0.9); /* Saf3.1+, Chrome */
        -moz-transform: scale(0.9); /* FF3.5+ */
        -ms-transform: scale(0.9); /* IE9 */
        -o-transform: scale(0.9); /* Opera 10.5+ */
        transform: scale(0.9);
    }

  #ebroker_gadget #ic_step_2_5.FundingFor:hover .icon, #ebroker_gadget #ic_step_2_5.FundingFor.active .icon {
        background-image: url("/Content_V_2/Images/gadget/funding_type/Buy_Stock_Hover.png");
    }

    #ebroker_gadget #ic_step_consolidate_debt.FundingFor .icon {
        background-image: url("/Content_V_2/Images/gadget/funding_type/consolidate_debt.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        -webkit-transform: scale(0.8); /* Saf3.1+, Chrome */
        -moz-transform: scale(0.8); /* FF3.5+ */
        -ms-transform: scale(0.8); /* IE9 */
        -o-transform: scale(0.8); /* Opera 10.5+ */
        transform: scale(0.8);
    }

    #ebroker_gadget #ic_step_consolidate_debt.FundingFor:hover .icon, #ebroker_gadget #ic_step_consolidate_debt.FundingFor.active .icon {
        background-image: url("/Content_V_2/Images/gadget/funding_type/consolidate_debt_Hover.png");
    }

    #ebroker_gadget #ic_step_customer_finance.FundingFor .icon {
        background-image: url("/Content_V_2/Images/gadget/funding_type/customer_finance.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        -webkit-transform: scale(0.8); /* Saf3.1+, Chrome */
        -moz-transform: scale(0.8); /* FF3.5+ */
        -ms-transform: scale(0.8); /* IE9 */
        -o-transform: scale(0.8); /* Opera 10.5+ */
        transform: scale(0.8);
    }

    #ebroker_gadget #ic_step_customer_finance.FundingFor:hover .icon, #ebroker_gadget #ic_step_customer_finance.FundingFor.active .icon {
        background-image: url("/Content_V_2/Images/gadget/funding_type/customer_finance_Hover.png");
    }

    #ebroker_gadget #ic_step_Line_Of_Credit.FundingFor .icon {
        background-image: url("/Content_V_2/Images/gadget/funding_type/Line_Credit.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        -webkit-transform: scale(0.8); /* Saf3.1+, Chrome */
        -moz-transform: scale(0.8); /* FF3.5+ */
        -ms-transform: scale(0.8); /* IE9 */
        -o-transform: scale(0.8); /* Opera 10.5+ */
        transform: scale(0.8);
    }

    #ebroker_gadget #ic_step_Line_Of_Credit.FundingFor:hover .icon, #ebroker_gadget #ic_step_Line_Of_Credit.FundingFor.active .icon {
        background-image: url("/Content_V_2/Images/gadget/funding_type/Line_Credit_Hover.png");
    }

    #ebroker_gadget #ic_step_fund_contract.FundingFor .icon {
        background-image: url("/Content_V_2/Images/gadget/funding_type/fund_contract.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        -webkit-transform: scale(0.8); /* Saf3.1+, Chrome */
        -moz-transform: scale(0.8); /* FF3.5+ */
        -ms-transform: scale(0.8); /* IE9 */
        -o-transform: scale(0.8); /* Opera 10.5+ */
        transform: scale(0.8);
    }

    #ebroker_gadget #ic_step_fund_contract.FundingFor:hover .icon, #ebroker_gadget #ic_step_fund_contract.FundingFor.active .icon {
        background-image: url("/Content_V_2/Images/gadget/funding_type/fund_contract_Hover.png");
    }
    #ebroker_gadget #ic_step_buy_start_business.FundingFor .icon {
        background-image: url("/Content_V_2/Images/gadget/funding_type/buy_start_business.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        -webkit-transform: scale(0.8); /* Saf3.1+, Chrome */
        -moz-transform: scale(0.8); /* FF3.5+ */
        -ms-transform: scale(0.8); /* IE9 */
        -o-transform: scale(0.8); /* Opera 10.5+ */
        transform: scale(0.8);
    }

    #ebroker_gadget #ic_step_buy_start_business.FundingFor:hover .icon, #ebroker_gadget #ic_step_buy_start_business.FundingFor.active .icon {
        background-image: url("/Content_V_2/Images/gadget/funding_type/buy_start_business_Hover.png");
    }
    #ebroker_gadget #ic_step_property_or_secured.FundingFor .icon {
        background-image: url("/Content_V_2/Images/gadget/funding_type/property_or_secured.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        -webkit-transform: scale(0.8); /* Saf3.1+, Chrome */
        -moz-transform: scale(0.8); /* FF3.5+ */
        -ms-transform: scale(0.8); /* IE9 */
        -o-transform: scale(0.8); /* Opera 10.5+ */
        transform: scale(0.8);
    }

    #ebroker_gadget #ic_step_property_or_secured.FundingFor:hover .icon, #ebroker_gadget #ic_step_property_or_secured.FundingFor.active .icon {
        background-image: url("/Content_V_2/Images/gadget/funding_type/property_or_secured_Hover.png");
    }
  /*#ebroker_gadget #ic_step_2_6.FundingFor .icon {
    background-image: url("/Content_V_2/Images/gadget/funding_type/New_Business.png");
    background-repeat: no-repeat;
        background-position: center;
    }

  #ebroker_gadget #ic_step_2_6.FundingFor:hover .icon, #ebroker_gadget #ic_step_2_6.FundingFor.active .icon {
        background-image: url("/Content_V_2/Images/gadget/funding_type/New_Business_Hover.png");
    }

  

  #ebroker_gadget #ic_step_2_7.FundingFor .icon {
    background-image: url("/Content_V_2/Images/gadget/funding_type/Property.png");
    background-repeat: no-repeat;
        background-position: center;
    }

  #ebroker_gadget #ic_step_2_7.FundingFor:hover .icon, #ebroker_gadget #ic_step_2_7.FundingFor.active .icon {
        background-image: url("/Content_V_2/Images/gadget/funding_type/Property_Hover.png");
    }*/

    #ebroker_gadget #ic_step_2_8.FundingFor .icon {
        background-image: url("/Content_V_2/Images/gadget/funding_type/Refurbish.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        -webkit-transform: scale(0.8); /* Saf3.1+, Chrome */
        -moz-transform: scale(0.8); /* FF3.5+ */
        -ms-transform: scale(0.8); /* IE9 */
        -o-transform: scale(0.8); /* Opera 10.5+ */
        transform: scale(0.8);
    }

  #ebroker_gadget #ic_step_2_8.FundingFor:hover .icon, #ebroker_gadget #ic_step_2_8.FundingFor.active .icon {
        background-image: url("/Content_V_2/Images/gadget/funding_type/Refurbish_Hover.png");
    }

  #ebroker_gadget select {
    font-family: Lato;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    /*line-height: 18.131px;*/
    width: 100%;
    height: 53px;
    background-color: #2b388f;
    border-radius: 20px;
    padding: 5px 20px;
    outline: none;
    /* reset */
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url('images/dropdown_arrow.png');
    background-repeat: no-repeat;
        background-position: 95% 50%;
    }
/*select option {
    background-color: #2b388f;
}*/

  #ebroker_gadget textarea {
    width: 80%;
        padding: 10px;
    }

  #ebroker_gadget .button-arrow {
    width: 23px;
        height: 40px;
    }

  #ebroker_gadget .button-span {
    color: #ffffff;
    font-size: 23.68px;
    font-weight: 400;
    line-height: 49.706px;
        display: block;
    }

  #ebroker_gadget .info-text {
    color: #ffffff;
    font-size: 18.53px;
        font-weight: 700;
    }

  #ebroker_gadget .number {
    color: #ffffff;
    font-size: 93.99px;
        line-height: 93.255px;
    }

  #ebroker_gadget .logos {
    overflow: hidden;
    padding: 10px;
        text-align: center;
    }

    #ebroker_gadget .logos #LogoCloseMatch {
        width: 100%;
        clear: both;
        float: none;
        color: #2b388f;
        font-size: 26.49px;
        font-weight: 400;
        line-height: 15.49px;
        padding-bottom: 10px;
        /*   display:none; */
    }

    #ebroker_gadget .logos .noLender {
      margin-top: 20px;
      color: #2b388f;
      font-size: 26.49px;
      font-weight: 400;
      line-height: 30.49px;
            padding-top: 0;
        }

    #ebroker_gadget .logos .logo {
      position: relative;
      height: 79px;
      border-radius: 10px;
      width: 30%;
        margin-top: 5px;
        margin-right: 6px;
        margin-bottom: 5px;
        margin-left: 6px;
      float: left;
      box-shadow: 0px 0px 6.88px 1.12px rgba(0, 0, 0, 0.23);
            background-color: white;
        }

      #ebroker_gadget .logos .logo img {
        width: 100%;
        border-radius: 10px;
                height: 79px;
            }

      #ebroker_gadget .logos .logo .over-lay-text-for-testing {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        color: #2b388f;
        font-size: 15px;
                font-weight: 700;
            }

  #ebroker_gadget .LoanType {
        margin-bottom: 20px;
    }

    #ebroker_gadget .LoanType .Txt-Facility-Title {
      /*color: #2b388f;*/
      font-size: 24px;
      font-weight: 400;
      line-height: 55.606px;
      padding-top: 0px;
            margin: 0;
        }

    #ebroker_gadget .LoanType .Txt-LoanType {
      /*color: #2b388f;*/
      font-size: 20px;
      font-weight: 400;
      line-height: 22.606px;
      padding-top: 0px;
      margin: 0;
            padding: 5px 10px;
        }

  #ebroker_gadget .LoanType:hover .Txt-Facility-Title, #ebroker_gadget .LoanType.active .Txt-Facility-Title,
  #ebroker_gadget .LoanType:hover .Txt-LoanType, #ebroker_gadget .LoanType.active .Txt-LoanType {
            color: white;
        }

  #ebroker_gadget .Facility-Box {
        display: -webkit-flex;
        display: flex;
    }

    #ebroker_gadget .Facility-Box div {
            -webkit-flex: 1; /* Safari 6.1+ */
            -ms-flex: 1; /* IE 10 */
      flex: 1;
            margin: 5px 10px;
        }

    #ebroker_gadget .Facility-Box .Facility .Txt-Facility-Title {
      /*color: #2b388f;*/
      font-size: 22px;
      font-weight: 400;
      line-height: 55.606px;
      padding-top: 0px;
            margin: 0;
        }

  #ebroker_gadget .gradient-action-box .Txt-Title {
    /*color: #2b388f;*/
    font-size: 24px;
    font-weight: 400;
    line-height: 55.606px;
    padding-top: 0px;
        margin: 0;
    }

  #ebroker_gadget .gradient-action-box .Txt-LoanType {
    /*color: #2b388f;*/
    font-size: 16px;
    font-weight: 400;
    line-height: 22.606px;
    padding-top: 0px;
    margin: 0;
        padding: 5px 10px;
    }

  #ebroker_gadget .Facility:hover .Txt-Facility-Title, #ebroker_gadget .Facility.active .Txt-Facility-Title {
        color: white;
    }

  #ebroker_gadget #Locally .icon {
    background-image: url("/Content_V_2/images/gadget/Location/Within_Australia.png");
    background-repeat: no-repeat;
    background-position: center;
        height: 97px;
    }

  #ebroker_gadget #Locally:hover .icon, #ebroker_gadget #Locally.active .icon {
        background-image: url("/Content_V_2/images/gadget/Location/Within_Australia_Hover.png");
    }

  #ebroker_gadget .location-box {
        display: -webkit-flex;
        display: flex;
    }

    #ebroker_gadget .location-box div {
            -webkit-flex: 1; /* Safari 6.1+ */
            -ms-flex: 1; /* IE 10 */
      flex: 1;
            margin: 10px 20px;
        }

  #ebroker_gadget #Overseas .icon {
    background-image: url("/Content_V_2/images/gadget/Location/Overseas.png");
    background-repeat: no-repeat;
    background-position: center;
        height: 97px;
    }

  #ebroker_gadget #Overseas:hover .icon, #ebroker_gadget #Overseas.active .icon {
        background-image: url("/Content_V_2/images/gadget/Location/Overseas_Hover.png");
    }

  #ebroker_gadget .WhenDoYouNeed-Box {
        display: -webkit-flex;
        display: flex;
    }

    #ebroker_gadget .WhenDoYouNeed-Box .gradient-action-box {
            -webkit-flex: 1; /* Safari 6.1+ */
            -ms-flex: 1; /* IE 10 */
      flex: 1;
      margin: 10px 3px; 
            padding-top: 8px;
            padding-bottom: 8px;
            padding-left: 4px;
            padding-right: 4px;
      min-width: 62px;
}

  #ebroker_gadget #TermLength-Container {
        display: -webkit-flex;
        display: flex;
        margin-left: -6px;
}

    #ebroker_gadget #TermLength-Container .gradient-action-box {
            -webkit-flex: 1; /* Safari 6.1+ */
            -ms-flex: 1; /* IE 10 */
      flex: 1;
      margin: 10px 3px;
            padding-top: 8px;
            padding-bottom: 8px;
            padding-left: 4px;
            padding-right: 4px;
    min-width: 62px;
}

    #ebroker_gadget .span-list-with-tick {
        background-image: url("/Content_V_2/images/gadget/tick.png");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: contain;
        padding-left: 25px;
        color: #1b1777;
        font-size: 16px;
        font-weight: 700;
        text-align: justify;
        width:24px !important
    }

  #ebroker_gadget .text-box {
    width: 439px;
    height: 70px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8.46px 0.54px rgba(0, 0, 0, 0.23);
    border-color: #1b1777;
    border-radius: 20px;
    outline: none;
    padding-left: 20px;
    color: #1b1777;
    font-size: 24.21px;
    font-weight: 500;
    width: 100%;
    }

  #ebroker_gadget .button-orange {
    color: #ffffff;
    font-size: 21.43px;
    font-weight: 900;
    transform: scale(0.948, 0.933);
    background-image: linear-gradient(180deg, #fbb518 0%, #f04728 100%);
    height: 60px;
    width: 193px;
    border-radius: 40px;
    cursor: pointer;
}

#ebroker_gadget .button-orange:hover {
    color: #fff;
    font-size: 21.43px;
    font-weight: 900;
    transform: scale(.948, .933);
    background-image: linear-gradient(180deg, #2dfb18 0%, #063505 100%);
    height: 60px;
    width: 193px;
    border-radius: 40px;
    cursor: pointer;
}

  #ebroker_gadget .bgErrorMessage {
        background-image: linear-gradient(180deg, #fedcc9 0%, #f00 100%);
    }

    #ebroker_gadget select.bgErrorMessage {
         background: url('images/dropdown_arrow.png') no-repeat 95% 50%, linear-gradient(180deg, #fedcc9 0%, #f00 100%);
         /*color:#2b388f;*/
    }

    #ebroker_gadget .bgErrorMessage option{
         background-color: #f04728;
    }

  #ebroker_gadget .error {
    color: #f00;
}

  #ebroker_gadget .color-warning {
    display: block;
    margin-top: 15px;
    max-width:  300px;
    margin-left:  auto;
    margin-right:  auto;
    background-image: linear-gradient(180deg, #fbb518 0%, #f04728 100%);
    padding: 5px 15px;
    color: white;
        border-radius: 10px;
    }

  #ebroker_gadget .row-box .column-2 {
    width: 28%;
    float: left;
}

  #ebroker_gadget .row-box .column-2:last-child {
    padding-right: 0;
    float: right;
    width:  70%;
}

 #ebroker_gadget .loader { 
    border: 5px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display:inline-block;
    margin-left:0px;
    margin-right:0px;
    margin-top:5px;
 }

    #ebroker_gadget .gadget-container .gadget-step-container .step-container .text-box {
        padding-left: 25px;
    }

  #ebroker_gadget .text-box-group {
    position: relative; 
    }

    #ebroker_gadget .text-box-group input{
      padding-top: 25px !important; 
    } 

    #ebroker_gadget .text-box-group label {
      color: #1b1777;
      font-size: 15px;
      font-weight: 300;
      position: absolute;
      pointer-events: none;
      left: 20px;
      top: 5px;
      transition: 0.2s ease all;
      -moz-transition: 0.2s ease all;
            -webkit-transition: 0.2s ease all;
    }
    #ebroker_gadget .headingvsmall {
        font-size:18px !important
    }

    #ebroker_gadget .amount-4-5 {
        margin-top: 10px;
        height: 50px !important;
    }

    #ebroker_gadget .sectionA-4-5 {
        min-height: 100px
    }

    #ebroker_gadget .sectionL-4-5 {
        min-height: 235px
    }

    #ebroker_gadget .errorspec {
        margin-top: 2px;
        margin-bottom: -10px;
        height: 20px;
        padding-top: 0px;
    }

    #ebroker_gadget .showmob {
        display: none !important
    }

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

  to {
    width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
  from {
        background: #5264AE;
    }

  to {
    width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
  from {
        background: #5264AE;
    }

  to {
    width: 0;
        background: transparent;
    }
}

@keyframes spin {
  0% {
        transform: rotate(0deg);
    }

  100% {
        transform: rotate(360deg);
    }
}



    @media (max-width:1366px) {

    #ebroker_gadget .top-header label.label-top-box {  
        padding-top: 2px !important; 
        padding-bottom: 2px !important; 
} 

    #ebroker_gadget .logos { 
    padding: 5px !important; 
}

    #ebroker_gadget .gadget-gradient { 
    height: 520px !important; 
}

    #ebroker_gadget .slider-input-field { 
    padding: 1px 1px !important; 
    font-size: 32.85px !important;
}

    #ebroker_gadget .logos .logo img { 
    height: 75px !important;
}

    #ebroker_gadget .logos .logo { 
        height: 75px !important; 
    }

    #ebroker_gadget .heading { 
        line-height: 40px !important; 
    }
} 

    @media (min-width: 980px) and (max-width: 1200px) {

            #ebroker_gadget .sectionL-4-5 {
            min-height: 200px;
        }
    #ebroker_gadget .gradient-action-box .Txt-LoanType {
        font-size: 14px !important;
    } 

        #ebroker_gadget .FundingFor .Txt { 
            font-size: 11.6px !important; 
        }
        #ebroker_gadget .FundingFor .Txtsml {
            font-size: 11.6px !important;
        }

    #ebroker_gadget .ebroker-next { 
        padding-right: 20px !important; 
    }

    #ebroker_gadget .ebroker-prev { 
        padding-right: 20px !important; 
    }

      #ebroker_gadget .gadget-container .gadget-step-container .step-container {
    margin: 0 85px !important; 
        }

        #ebroker_gadget .gadget-container .gadget-step-container .ebroker-next { 
            width: 75px !important;
        }

        #ebroker_gadget .gadget-container .gadget-step-container .ebroker-prev { 
            width: 75px !important;
        }

    element {
    }

    #ebroker_gadget .gadget-container .gadget-counter-container .icon-man img {
            width: 105px !important;
        }

      #ebroker_gadget .gadget-container .gadget-step-container .step-container .heading-small {
        font-size: 24px;
    }

      #ebroker_gadget .gadget-container .gadget-step-container .step-container .box-list {
        display: -webkit-inline-flex;
        display: inline-flex;
        width: 30%;
        margin-right: 5px;
        margin-bottom: 5px;
    }

      #ebroker_gadget .gadget-container .gadget-step-container .step-container .slider-input-field {
        font-size: 24px;
    }

      #ebroker_gadget .gadget-container .gadget-step-container .step-container .margin-top-20 {
        margin-top: 10px;
    }

      #ebroker_gadget .gadget-container .gadget-step-container .step-container .WhenDoYouNeed-Box .gradient-action-box {
        margin: 1px 1px;
        padding: 3px;
        width: 25%;
    }

      #ebroker_gadget .gadget-container .gadget-step-container .step-container #TermLength-Container .gradient-action-box {
        margin: 1px 1px;
        padding: 3px;
    }

      #ebroker_gadget .gadget-container .gadget-step-container .step-container .text-box {
        padding-left: 25px;
    }

    #ebroker_gadget .gadget-container .gadget-step-container .ebroker-next {
      height: unset;
        width: 90px;
    }

      #ebroker_gadget .gadget-container .gadget-step-container .ebroker-next img {
            float: right;
        }

      #ebroker_gadget .gadget-container .gadget-step-container .ebroker-next .button-span {
        float: left;
        line-height: unset;
            margin-top: 5px;
        }

    #ebroker_gadget .gadget-container .gadget-step-container .ebroker-prev {
      height: unset;
        width: 90px;
    }

      #ebroker_gadget .gadget-container .gadget-step-container .ebroker-prev img {
            float: left;
        }

      #ebroker_gadget .gadget-container .gadget-step-container .ebroker-prev .button-span {
        float: right;
        line-height: unset;
            margin-top: 5px;
        }

    #ebroker_gadget .gadget-container .gadget-counter-container {
      width: 100px;
        margin-right: 0px;
    }

      #ebroker_gadget .gadget-container .gadget-counter-container .icon-man img {
            width: 165px;
        }

      #ebroker_gadget .gadget-container .gadget-counter-container .ebroker-counter .info-text {
            font-size: 16px;
        }

      #ebroker_gadget .gadget-container .gadget-counter-container .ebroker-counter .number {
            font-size: 60px;
        }

    #ebroker_gadget .gadget-container .gadget-logo-container {
        width: 35%;
    }

      #ebroker_gadget .gadget-container .gadget-logo-container .logos {
        margin: 0px;
            padding: 5px 5px;
        }

        #ebroker_gadget .gadget-container .gadget-logo-container .logos .logo {
          margin: 5px;
          width: 30%;
                height: 60px;
            }

          #ebroker_gadget .gadget-container .gadget-logo-container .logos .logo img {
                    height: 60px;
                }                 
}

    @media (min-width: 800px) and (max-height: 600px) {
        .b24-widget-button-position-bottom-right {
            right: 20px !important;
            bottom: 10px !important;
        }
        .label-text-find {
            font-size: 24px !important;
            line-height: 20px !important;
        }
        .se-link-top a {
            color: #fff;
            font-size: 11px;
            margin-left: 10px;
        }
        .span-label {
            padding-bottom: 5px !important;
        }
        .span-label {
            padding-bottom: 1px !important;
        }

    }


    @media (max-width:768px) {
        .b24-widget-button-position-bottom-right {
            right: 20px !important;
            bottom: 10px !important;
        }
    }

    @media (min-width: 768px) and (max-width: 979px) {
    #ebroker_gadget select {
        font-size: 14px;
    }

    #ebroker_gadget headingvsmall {
        margin-top: 10px !important;
    }

    #ebroker_gadget .gradient-action-box .Txt-LoanType {
        font-size: 14px !important;
    }

    #ebroker_gadget .gadget-container .gadget-step-container .ebroker-next {
        width: 120px !important;
    }

    #ebroker_gadget .ebroker-next {
        padding-right: 10px !important;
    }

    #ebroker_gadget .ebroker-prev {
        padding-left: 10px !important;
    }

    #ebroker_gadget .gadget-container .gadget-step-container .ebroker-prev {
        width: 120px !important;
    }

    #ebroker_gadget .gadget-gradient {
        height: 590px !important;
    }

        #ebroker_gadget .FundingFor .Txt {
            font-size: 11.6px !important;
        }
        #ebroker_gadget .FundingFor .Txtsml {
            font-size: 11.6px !important;
        }

    #ebroker_gadget .gadget-container .gadget-step-container .step-container {
        padding-top: 20px !important;
    }

    #ebroker_gadget .heading {
        margin-top: 20px !important;
    }

    #ebroker_gadget .margin-top-5 {
        margin-top: -20px !important;
    }

    #ebroker_gadget .gadget-container .gadget-step-container .step-container {
        margin: 0 3px;
        padding-top: 5px;
    }

        #ebroker_gadget .gadget-container .gadget-step-container .step-container .heading-small {
            font-size: 24px;
        }

        #ebroker_gadget .gadget-container .gadget-step-container .step-container .box-list {
            display: -webkit-inline-flex;
            display: inline-flex;
            width: 30%;
            margin-right: 5px;
            margin-bottom: 5px;
        }

        #ebroker_gadget .gadget-container .gadget-step-container .step-container .slider-input-field {
            font-size: 24px;
        }

        #ebroker_gadget .gadget-container .gadget-step-container .step-container .margin-top-20 {
            margin-top: 10px;
        }

        #ebroker_gadget .gadget-container .gadget-step-container .step-container .WhenDoYouNeed-Box .gradient-action-box {
            margin: 1px 1px;
            padding: 3px;
            width: 25%;
        }

        #ebroker_gadget .gadget-container .gadget-step-container .step-container #TermLength-Container .gradient-action-box {
            margin: 1px 1px;
            padding: 3px;
        }


    #ebroker_gadget .gadget-container .gadget-step-container .ebroker-next {
        height: unset;
        width: 90px;
    }

        #ebroker_gadget .gadget-container .gadget-step-container .ebroker-next img {
            float: right;
        }

        #ebroker_gadget .gadget-container .gadget-step-container .ebroker-next .button-span {
            float: left;
            line-height: unset;
            margin-top: 5px;
        }

    #ebroker_gadget .gadget-container .gadget-step-container .ebroker-prev {
        height: unset;
        width: 90px;
    }

        #ebroker_gadget .gadget-container .gadget-step-container .ebroker-prev img {
            float: left;
        }

        #ebroker_gadget .gadget-container .gadget-step-container .ebroker-prev .button-span {
            float: right;
            line-height: unset;
            margin-top: 5px;
        }

    #ebroker_gadget .gadget-container .gadget-counter-container {
        width: 100px;
        margin-right: 0px;
    }

        #ebroker_gadget .gadget-container .gadget-counter-container .icon-man img {
            width: 105px;
        }

        #ebroker_gadget .gadget-container .gadget-counter-container .ebroker-counter .info-text {
            font-size: 16px;
        }

        #ebroker_gadget .gadget-container .gadget-counter-container .ebroker-counter .number {
            font-size: 60px;
        }

    #ebroker_gadget .gadget-container .gadget-logo-container .top-header label.label-top-box {
        padding: 4px 10px;
    }

    #ebroker_gadget .gadget-container .gadget-logo-container .logos {
        margin: 0px;
        padding: 5px 5px;
    }

        #ebroker_gadget .gadget-container .gadget-logo-container .logos .logo {
            margin: 4px;
            width: 46%;
            height: 60px;
        }

            #ebroker_gadget .gadget-container .gadget-logo-container .logos .logo img {
                height: 60px;
            }
}

    @media (min-width: 768px) and (max-height: 900px) {
        #ebroker_gadget .NONBankLoans {
            margin-top:10px !important
        }
        #ebroker_gadget .sectionL-4-5 {
            min-height: 215px;
        }

        #ebroker_gadget .gradient-action-box .Txt-LoanType { 
            line-height: 20.606px !important; 
        }
        .header { 
            padding-bottom: 20px; max-height: 840px; 
        }
        .garrenty ul { 
            margin-bottom: 0px;
            margin-top: 10px; 
        }
        .rating-bar {
            padding-top: 5px;
            padding-bottom: 5px;
        }
    }

    @media (min-width: 768px) and (max-height: 864px) {
        #ebroker_gadget { 
            transform: scale(0.90);
            margin-top: -25px;
        }
        .header { 
            padding-bottom: 0px; max-height: 740px; 
        }
        .garrenty ul { 
            margin-bottom: 0px;
            margin-top: 10px; 
        }
    }

    @media (min-width: 768px) and (max-height: 800px) {
        #ebroker_gadget { 
            transform: scale(0.90);
            margin-top: -25px;
        }
        .header { 
            padding-bottom: 0px; max-height: 775px; 
        }
        .garrenty ul { 
            margin-bottom: 0px;
            margin-top: 10px; 
        }
    }

    @media (min-width: 768px) and (max-height: 768px) {
        #ebroker_gadget { 
            transform: scale(0.90);
            margin-top: -30px;
        }
        .header { 
            padding-bottom: 0px; max-height: 740px;
        }
        .garrenty ul { 
            margin-bottom: 0px;
            margin-top: 5px; 
        }
        .rating-bar {
            padding-top: 5px;
            padding-bottom: 5px;
        }
    }

    @media (min-width: 768px) and (max-height: 720px) {
        #ebroker_gadget { 
            transform: scale(0.80);
            margin-top: -45px;
        }
        .header { 
            padding-bottom: 0px; max-height: 690px;
        }
        .garrenty ul { 
            margin-bottom: 0px;
            margin-top: 5px; 
        }
        .rating-bar {
            padding-top: 5px;
            padding-bottom: 5px;
        }
    }

    @media (min-width: 768px) and (max-height: 615px) {
        #ebroker_gadget { 
            transform: scale(0.75);
            margin-top: -75px;
        }
        .header { 
            padding-bottom: 0px; max-height: 650px;
        }
        .garrenty ul { 
            margin-bottom: 0px;
            margin-top: 5px; 
        }
        .rating-bar {
            padding-top: 5px;
            padding-bottom: 5px;
        }
    }



    @media (max-width: 767px) {
        #ebroker_gadget .gadget-gradient {
            height: 520px !important;
            max-width: 600px;
            margin-right: auto;
            margin-left: auto;
        }

        #ebroker_gadget .sectionL-4-5 {
            min-height: 200px;
        }
    #ebroker_gadget .center {
      text-align: center;
        -webkit-justify-content: unset;
        justify-content: unset;
    }

    #ebroker_gadget .gadget-container {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

      #ebroker_gadget .gadget-container .gadget-step-container {
            width: 100%;
        }

        #ebroker_gadget .gadget-container .gadget-step-container .step-container .margin-top-20 {
                margin-top: 10px;
            }

        #ebroker_gadget .gadget-container .gadget-step-container .step-container .text-box {
                padding-left: 0px;
            }

        #ebroker_gadget .gadget-container .gadget-step-container .ebroker-next {
          height: unset;
                width: 90px;
            }

          #ebroker_gadget .gadget-container .gadget-step-container .ebroker-next img {
                    float: right;
                }

          #ebroker_gadget .gadget-container .gadget-step-container .ebroker-next .button-span {
            float: left;
            line-height: unset;
                    margin-top: 5px;
                }

        #ebroker_gadget .gadget-container .gadget-step-container .ebroker-prev {
          height: unset;
                width: 90px;
            }

          #ebroker_gadget .gadget-container .gadget-step-container .ebroker-prev img {
                    float: left;
                }

          #ebroker_gadget .gadget-container .gadget-step-container .ebroker-prev .button-span {
            float: right;
            line-height: unset;
                    margin-top: 5px;
                }

      #ebroker_gadget .gadget-container .gadget-counter-container {
        width: 100%;
        margin: 0px;
            height: unset;
        }

        #ebroker_gadget .gadget-container .gadget-counter-container .icon-man {
                display: none;
            }

        #ebroker_gadget .gadget-container .gadget-counter-container .ebroker-counter {
                display: -webkit-flex;
          display: flex;
                -webkit-flex-direction: row;
          flex-direction: row;
                align-items: center;
            }

          #ebroker_gadget .gadget-container .gadget-counter-container .ebroker-counter div {
                    -webkit-flex: 1; /* Safari 6.1+ */
                    -ms-flex: 1; /* IE 10 */
                    flex: 1;
                }

          #ebroker_gadget .gadget-container .gadget-counter-container .ebroker-counter .info-text {
            font-size: 24px;
            float: left;
                    width: 40%;
                }

      #ebroker_gadget .gadget-container .gadget-logo-container {
        width: 100%;
        clear: both;
            float: none;
        }

        #ebroker_gadget .gadget-container .gadget-logo-container .logos { 
            padding: 5px 0px;
            margin-left: auto;
            margin-right: auto;
        }

          #ebroker_gadget .gadget-container .gadget-logo-container .logos .logo {
            width: 23%;
                    height: 80px;
                }

            #ebroker_gadget .gadget-container .gadget-logo-container .logos .logo img {
                        height: 80px;
                    }
 
}

@media (max-width: 600px) {
    .b24-widget-button-position-bottom-left {
        left: 5px !important;
        bottom: 2px !important;
    }
    #ebroker_gadget .box-list.box-list-compact {
        height: 60px !important;
    }
    #ebroker_gadget .mblview {
        display: none
    }

    #ebroker_gadget .NONBankLoans {
        margin-top: 5px !important
    }

    #ebroker_gadget .UPS45 {
        display: none
    }

    #ebroker_gadget .uspmobile {
        display: none
    }

    #ebroker_gadget .gadget-gradient {
        height: 500px !important;
    }

    #ebroker_gadget .box-list {
        height: 90px !important;
    }

    #ebroker_gadget .gradient-action-box {
        padding: 1px 1px !important;
    }

    #ebroker_gadget .FundingFor .icon {
        height: 63px !important;
    }

    #ebroker_gadget .top-header label.label-top-box {
        padding-top: 1px !important;
        padding-bottom: 1px !important;
    }

    #ebroker_gadget .FundingFor .Txt {
        font-size: 13.6px !important;
    }

    #ebroker_gadget .top-header label.label-top-box {
        font-size: 12px !important;
        line-height: 32px !important;
    }

    #ebroker_gadget .gadget-container .gadget-step-container .ebroker-next .button-span {
        margin-top: 1px !important;
    }

    #ebroker_gadget .gadget-container .gadget-step-container .ebroker-prev .button-span {
        margin-top: 1px !important;
    }

    #ebroker_gadget .gadget-container .gadget-step-container .ebroker-next {
        width: 110px !important;
    }

    #ebroker_gadget .gadget-container .gadget-step-container .ebroker-prev {
        width: 110px !important;
    }

    #ebroker_gadget .gradient-action-box .Txt-Title {
        line-height: 42px !important;
    }

    #ebroker_gadget .gradient-action-box .Txt-LoanType {
        font-size: 16px !important;
    }

    #ebroker_gadget .gradient-action-box .Txt-LoanType {
        line-height: 17.606px !important;
    }

    #ebroker_gadget .Facility-Box .Facility .Txt-Facility-Title {
        line-height: 35px !important;
    }

    #ebroker_gadget .Facility-Box div {
        font-size: 13px !important;
    }

    #ebroker_gadget .margin-top-5 {
        margin-top: -60px !important;
    }

    #ebroker_gadget .gadget-container .gadget-counter-container .ebroker-counter .info-text {
        font-size: 20px !important;
        margin-left: 80px !important;
        margin-top: -5px !important;
        margin-bottom: -5px !important;
    }

    #ebroker_gadget .number {
        font-size: 43.99px !important;
        line-height: 53.255px !important;
        margin-right: 100px !important;
    }

    #ebroker_gadget .top-header {
        display: none !important;
    }

    #ebroker_gadget .gadget-container .gadget-logo-container .logos .logo {
        width: 30% !important;
    }

    #ebroker_gadget .logos .logo img {
        height: 72px !important;
    }

    #ebroker_gadget .logos .logo {
        height: 72px !important;
    }

    #ebroker_gadget .center {
        text-align: center;
        -webkit-justify-content: unset;
        justify-content: unset;
    }

    #ebroker_gadget .gadget-container {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

        #ebroker_gadget .gadget-container .gadget-step-container {
            width: 100%;
        }

            #ebroker_gadget .gadget-container .gadget-step-container .step-container {
                margin: 0 3px;
                padding-top: 5px;
            }

                #ebroker_gadget .gadget-container .gadget-step-container .step-container .heading-small {
                    font-size: 24px;
                }

                #ebroker_gadget .gadget-container .gadget-step-container .step-container .box-list {
                    display: -webkit-inline-flex;
                    display: inline-flex;
                    width: 30%;
                    margin-right: 5px;
                    margin-bottom: 5px;
                }

                #ebroker_gadget .gadget-container .gadget-step-container .step-container .slider-input-field {
                    font-size: 24px;
                }

                #ebroker_gadget .gadget-container .gadget-step-container .step-container .margin-top-20 {
                    margin-top: 10px;
                }

                #ebroker_gadget .gadget-container .gadget-step-container .step-container .WhenDoYouNeed-Box .gradient-action-box {
                    margin: 1px 1px;
                    padding: 3px;
                    width: 25%;
                }

                #ebroker_gadget .gadget-container .gadget-step-container .step-container #TermLength-Container .gradient-action-box {
                    margin: 1px 1px;
                    padding: 3px;
                }

                #ebroker_gadget .gadget-container .gadget-step-container .step-container .text-box {
                    padding-left: 20px;
                }

            #ebroker_gadget .gadget-container .gadget-step-container .ebroker-next {
                height: unset;
                width: 90px;
            }

                #ebroker_gadget .gadget-container .gadget-step-container .ebroker-next img {
                    float: right;
                }

                #ebroker_gadget .gadget-container .gadget-step-container .ebroker-next .button-span {
                    float: left;
                    line-height: unset;
                    margin-top: 5px;
                }

            #ebroker_gadget .gadget-container .gadget-step-container .ebroker-prev {
                height: unset;
                width: 90px;
            }

                #ebroker_gadget .gadget-container .gadget-step-container .ebroker-prev img {
                    float: left;
                }

                #ebroker_gadget .gadget-container .gadget-step-container .ebroker-prev .button-span {
                    float: right;
                    line-height: unset;
                    margin-top: 5px;
                }

        #ebroker_gadget .gadget-container .gadget-counter-container {
            width: 100%;
            margin: 0px;
            height: unset;
        }

            #ebroker_gadget .gadget-container .gadget-counter-container .icon-man {
                display: none;
            }

            #ebroker_gadget .gadget-container .gadget-counter-container .ebroker-counter {
                display: -webkit-flex;
                display: flex;
                -webkit-flex-direction: row;
                flex-direction: row;
                align-items: center;
            }

                #ebroker_gadget .gadget-container .gadget-counter-container .ebroker-counter div {
                    -webkit-flex: 1; /* Safari 6.1+ */
                    -ms-flex: 1; /* IE 10 */
                    flex: 1;
                }

                #ebroker_gadget .gadget-container .gadget-counter-container .ebroker-counter .info-text {
                    font-size: 24px;
                    float: left;
                    width: 40%;
                }

        #ebroker_gadget .gadget-container .gadget-logo-container {
            width: 100%;
        }

            #ebroker_gadget .gadget-container .gadget-logo-container .logos {
                margin: 0px;
                padding: 5px 0px;
            }

                #ebroker_gadget .gadget-container .gadget-logo-container .logos .logo {
                    width: 22%;
                    height: 60px;
                }

                    #ebroker_gadget .gadget-container .gadget-logo-container .logos .logo img {
                        height: 60px;
                    }
}
    
    
    @media (max-width: 480px) {
        #ebroker_gadget #ic_Cash.FundingFor .icon {
            background-image: url("/Content_V_2/Images/gadget/funding_type/Working_Capital.png");
            background-repeat: no-repeat;
            background-position: center;
            -webkit-transform: scale(0.8); /* Saf3.1+, Chrome */
            -moz-transform: scale(0.8); /* FF3.5+ */
            -ms-transform: scale(0.8); /* IE9 */
            -o-transform: scale(0.8); /* Opera 10.5+ */
            transform: scale(0.8);
        } 

        #ebroker_gadget #ic_step_2_4.FundingFor .icon {
            background-image: url("/Content_V_2/Images/gadget/funding_type/Buy_Equipment.png");
            background-repeat: no-repeat;
            background-position: center;
            -webkit-transform: scale(0.8); /* Saf3.1+, Chrome */
            -moz-transform: scale(0.8); /* FF3.5+ */
            -ms-transform: scale(0.8); /* IE9 */
            -o-transform: scale(0.8); /* Opera 10.5+ */
            transform: scale(0.8);
        } 

        #ebroker_gadget #ic_step_2_5.FundingFor .icon {
            background-image: url("/Content_V_2/Images/gadget/funding_type/Buy_Stock.png");
            background-repeat: no-repeat;
            background-position: center;
            -webkit-transform: scale(0.8); /* Saf3.1+, Chrome */
            -moz-transform: scale(0.8); /* FF3.5+ */
            -ms-transform: scale(0.8); /* IE9 */
            -o-transform: scale(0.8); /* Opera 10.5+ */
            transform: scale(0.8);
        }

        #ebroker_gadget #ic_step_consolidate_debt.FundingFor .icon {
            background-image: url("/Content_V_2/Images/gadget/funding_type/consolidate_debt.png");
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            -webkit-transform: scale(0.7); /* Saf3.1+, Chrome */
            -moz-transform: scale(0.7); /* FF3.5+ */
            -ms-transform: scale(0.7); /* IE9 */
            -o-transform: scale(0.7); /* Opera 10.5+ */
            transform: scale(0.7);
        }

        #ebroker_gadget #ic_step_customer_finance.FundingFor .icon {
            background-image: url("/Content_V_2/Images/gadget/funding_type/customer_finance.png");
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            -webkit-transform: scale(0.7); /* Saf3.1+, Chrome */
            -moz-transform: scale(0.7); /* FF3.5+ */
            -ms-transform: scale(0.7); /* IE9 */
            -o-transform: scale(0.7); /* Opera 10.5+ */
            transform: scale(0.7);
        }

        #ebroker_gadget #ic_step_fund_contract.FundingFor .icon {
            background-image: url("/Content_V_2/Images/gadget/funding_type/fund_contract.png");
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            -webkit-transform: scale(0.7); /* Saf3.1+, Chrome */
            -moz-transform: scale(0.7); /* FF3.5+ */
            -ms-transform: scale(0.7); /* IE9 */
            -o-transform: scale(0.7); /* Opera 10.5+ */
            transform: scale(0.7);
        }

        #ebroker_gadget #ic_step_buy_start_business.FundingFor .icon {
            background-image: url("/Content_V_2/Images/gadget/funding_type/buy_start_business.png");
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            -webkit-transform: scale(0.7); /* Saf3.1+, Chrome */
            -moz-transform: scale(0.7); /* FF3.5+ */
            -ms-transform: scale(0.7); /* IE9 */
            -o-transform: scale(0.7); /* Opera 10.5+ */
            transform: scale(0.7);
        }

        #ebroker_gadget #ic_step_property_or_secured.FundingFor .icon {
            background-image: url("/Content_V_2/Images/gadget/funding_type/property_or_secured.png");
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            -webkit-transform: scale(0.7); /* Saf3.1+, Chrome */
            -moz-transform: scale(0.7); /* FF3.5+ */
            -ms-transform: scale(0.7); /* IE9 */
            -o-transform: scale(0.7); /* Opera 10.5+ */
            transform: scale(0.7);
        }

        #ebroker_gadget #ic_step_2_8.FundingFor .icon {
            background-image: url("/Content_V_2/Images/gadget/funding_type/Refurbish.png");
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            -webkit-transform: scale(0.7); /* Saf3.1+, Chrome */
            -moz-transform: scale(0.7); /* FF3.5+ */
            -ms-transform: scale(0.7); /* IE9 */
            -o-transform: scale(0.7); /* Opera 10.5+ */
            transform: scale(0.7);
        }

        #ebroker_gadget .box-list.box-list-compact {
            height: 49px !important;
        }

        #ebroker_gadget .FundingFor .iconsml {
            height: 42px !important;
        }

        #ebroker_gadget .box-list-compact .FundingFor .Txtsml { 
            padding-right: 5px;
        }

        #ebroker_gadget .FundingFor .Txt { 
            line-height: 12px;
        }

        #ebroker_gadget .mblview {
            display: none
        }
        #ebroker_gadget .NONBankLoans {
            margin-top: 5px !important
        }
        #ebroker_gadget .UPS45 {
            display: none
        }
        #ebroker_gadget .uspmobile {
            display: none
        }
    #ebroker_gadget .gadget-gradient {
        height: 500px !important;
    }

    #ebroker_gadget .box-list { 
        height: 90px !important; 
    }

    #ebroker_gadget .gradient-action-box { 
        padding: 1px 1px !important; 
    }

    #ebroker_gadget .FundingFor .icon {
        height: 63px;
    }

        #ebroker_gadget .top-header label.label-top-box {
        padding-top: 1px !important;
        padding-bottom: 1px !important;
    }

    #ebroker_gadget .FundingFor .Txt { 
    font-size: 13.6px !important; 
    }

    #ebroker_gadget .top-header label.label-top-box { 
    font-size: 12px !important; 
    line-height: 32px !important; 
}

    #ebroker_gadget .gadget-container .gadget-step-container .ebroker-next .button-span { 
    margin-top: 1px !important;
}

    #ebroker_gadget .gadget-container .gadget-step-container .ebroker-prev .button-span { 
    margin-top: 1px !important;
}

    #ebroker_gadget .gadget-container .gadget-step-container .ebroker-next { 
    width: 110px !important;
}

    #ebroker_gadget .gadget-container .gadget-step-container .ebroker-prev { 
    width: 110px !important;
}

#ebroker_gadget .gradient-action-box .Txt-Title {  
    line-height: 42px !important; 
}

#ebroker_gadget .gradient-action-box .Txt-LoanType { 
    font-size: 16px !important; 
}
#ebroker_gadget .gradient-action-box .Txt-LoanType { 
    line-height: 17.606px !important; 
}
#ebroker_gadget .Facility-Box .Facility .Txt-Facility-Title { 
    line-height: 35px !important; 
}

#ebroker_gadget .Facility-Box div { 
    font-size: 13px !important;
}

        #ebroker_gadget .margin-top-5 { 
            margin-top: -60px !important;
        }

        #ebroker_gadget .gadget-container .gadget-counter-container .ebroker-counter .info-text {
    font-size: 20px !important;  
        margin-left: 80px !important;
        margin-top: -5px !important;
        margin-bottom: -5px !important;
}

#ebroker_gadget .number { 
    font-size: 43.99px !important; 
    line-height: 53.255px !important; 
    margin-right: 100px !important; 
}

#ebroker_gadget .top-header {
    display:none !important;
}

#ebroker_gadget .gadget-container .gadget-logo-container .logos .logo {
    width: 30% !important; 
}

#ebroker_gadget .logos .logo img {
    height: 72px !important;
}

#ebroker_gadget .logos .logo {
    height: 72px !important;
}

    #ebroker_gadget .center {
      text-align: center;
        -webkit-justify-content: unset;
        justify-content: unset;
    }

    #ebroker_gadget .gadget-container {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

      #ebroker_gadget .gadget-container .gadget-step-container {
            width: 100%;
        }

        #ebroker_gadget .gadget-container .gadget-step-container .step-container {
          margin: 0 3px;
                padding-top: 5px;
            }

          #ebroker_gadget .gadget-container .gadget-step-container .step-container .heading-small {
                    font-size: 24px;
                }

          #ebroker_gadget .gadget-container .gadget-step-container .step-container .box-list {
                    display: -webkit-inline-flex;
            display: inline-flex;
            width: 30%;
            margin-right: 5px;
                    margin-bottom: 5px;
                }

          #ebroker_gadget .gadget-container .gadget-step-container .step-container .slider-input-field {
                    font-size: 24px;
                }

          #ebroker_gadget .gadget-container .gadget-step-container .step-container .margin-top-20 {
                    margin-top: 10px;
                }

          #ebroker_gadget .gadget-container .gadget-step-container .step-container .WhenDoYouNeed-Box .gradient-action-box {
            margin: 1px 1px;
            padding: 3px;
                    width: 25%;
                }

          #ebroker_gadget .gadget-container .gadget-step-container .step-container #TermLength-Container .gradient-action-box {
            margin: 1px 1px;
                    padding: 3px;
                }

          #ebroker_gadget .gadget-container .gadget-step-container .step-container .text-box {
                    padding-left: 20px;
                }

        #ebroker_gadget .gadget-container .gadget-step-container .ebroker-next {
          height: unset;
                width: 90px;
            }

          #ebroker_gadget .gadget-container .gadget-step-container .ebroker-next img {
                    float: right;
                }

          #ebroker_gadget .gadget-container .gadget-step-container .ebroker-next .button-span {
            float: left;
            line-height: unset;
                    margin-top: 5px;
                }

        #ebroker_gadget .gadget-container .gadget-step-container .ebroker-prev {
          height: unset;
                width: 90px;
            }

          #ebroker_gadget .gadget-container .gadget-step-container .ebroker-prev img {
                    float: left;
                }

          #ebroker_gadget .gadget-container .gadget-step-container .ebroker-prev .button-span {
            float: right;
            line-height: unset;
                    margin-top: 5px;
                }

      #ebroker_gadget .gadget-container .gadget-counter-container {
        width: 100%;
        margin: 0px;
            height: unset;
        }

        #ebroker_gadget .gadget-container .gadget-counter-container .icon-man {
                display: none;
            }

        #ebroker_gadget .gadget-container .gadget-counter-container .ebroker-counter {
                display: -webkit-flex;
          display: flex;
                -webkit-flex-direction: row;
          flex-direction: row;
                align-items: center;
            }

          #ebroker_gadget .gadget-container .gadget-counter-container .ebroker-counter div {
                    -webkit-flex: 1; /* Safari 6.1+ */
                    -ms-flex: 1; /* IE 10 */
                    flex: 1;
                }

          #ebroker_gadget .gadget-container .gadget-counter-container .ebroker-counter .info-text {
            font-size: 24px;
            float: left;
                    width: 40%;
                }

      #ebroker_gadget .gadget-container .gadget-logo-container {
            width: 100%;
        }

        #ebroker_gadget .gadget-container .gadget-logo-container .logos {
          margin: 0px;
                padding: 5px 0px;
            }

          #ebroker_gadget .gadget-container .gadget-logo-container .logos .logo {
            width: 22%;
                    height: 60px;
                }

                    #ebroker_gadget .gadget-container .gadget-logo-container .logos .logo img {
                        height: 60px;
                    }
 
}

 @media (max-width: 414px) {

    #ebroker_gadget .FundingFor .Txt {
        font-size: 12.2px !important;
    }
    #ebroker_gadget .FundingFor .Txtsml {
        font-size: 11.8px;
        line-height: 17px;
    }
 }

    @media (max-width: 375px) {
        #ebroker_gadget .hidemob {
            display: none !important
        }
        #ebroker_gadget .showmob {
            display: flex !important
        }
        #ebroker_gadget .box-list-compact .FundingFor .icon { 
            width: 33%;
        }
        #ebroker_gadget .box-list-compact .FundingFor .Txtsml { 
            width: 65%; 
        }
        #ebroker_gadget .gadget-container .gadget-step-container .step-container .box-list { 
            width: 31%; 
        }
        #ebroker_gadget .gadget-container .gadget-step-container .step-container .box-list { 
            margin-right: 1px; 
        }
        #ebroker_gadget .headingvsmall {
            font-size: 14px !important;
        }
        #ebroker_gadget select { 
            font-size: 14px; 
        }
    #ebroker_gadget .gradient-action-box .Txt-LoanType {
        font-size: 14px !important;
    }

    #ebroker_gadget .WhenDoYouNeed-Box .gradient-action-box {
        min-width: 55px !important;
    }

    #ebroker_gadget #TermLength-Container .gradient-action-box {
        min-width: 55px !important;
    }

    #ebroker_gadget .color-warning {
        padding: 1px 1px !important;
    }

    #ebroker_gadget .gadget-container .gadget-counter-container .ebroker-counter .info-text {
        font-size: 16px !important;
        margin-left: 80px !important;
        margin-top: -14px !important;
        margin-bottom: -5px !important;
        line-height: 18px;
    }

    #ebroker_gadget .span-list-with-tick {
        font-size: 14px !important;
    }

    #ebroker_gadget .gadget-container .gadget-counter-container .ebroker-counter .info-text {
        margin-left: 60px !important;
    }

    #ebroker_gadget .Screen5Form {
        margin-top: 20px !important;
    }

    #ebroker_gadget .text-box {
        height: 60px !important;
    }

        #ebroker_gadget .number {
            font-size: 20px !important;
            line-height: 25px !important;
        }
}

    @media (max-width: 360px) {
        #ebroker_gadget .sectionA-4-5 {
            min-height: 80px;
        }
        #ebroker_gadget .Screen5Form {
    margin-top: 15px !important;
}
        #ebroker_gadget .text-box { 
    font-size: 20.21px; 
}
        #ebroker_gadget .Screen5Form {
    margin-top: 10px;
}
        #ebroker_gadget .span-list-with-tick {
    font-size: 12px !important;
}
#ebroker_gadget #TermLength-Container * { 
    font-size: 15px !important; 
}

#ebroker_gadget .WhenDoYouNeed-Box { 
    font-size: 15px !important; 
}

#ebroker_gadget .gradient-action-box .Txt-Title {
    line-height: 32px !important;
}

#ebroker_gadget .gradient-action-box .Txt-LoanType {
    font-size: 14px !important;
}

        #ebroker_gadget .gadget-container .gadget-step-container .step-container .box-list {
            margin-right: 1px !important; 
        }
        #ebroker_gadget .FundingFor .Txt {
            font-size: 11.2px !important;
        }
        #ebroker_gadget .FundingFor .Txtsml {
            font-size: 10.8px;
            line-height: 17px;
        }

        #ebroker_gadget #ic_Cash.FundingFor .icon {
            background-image: url("/Content_V_2/Images/gadget/funding_type/Working_Capital.png");
            background-repeat: no-repeat;
            background-position: center;
            -webkit-transform: scale(0.75);
            -moz-transform: scale(0.75);
            -ms-transform: scale(0.75);
            -o-transform: scale(0.75);
            transform: scale(0.75);
        }

        #ebroker_gadget #ic_step_2_4.FundingFor .icon {
            background-image: url("/Content_V_2/Images/gadget/funding_type/Buy_Equipment.png");
            background-repeat: no-repeat;
            background-position: center;
            -webkit-transform: scale(0.75);
            -moz-transform: scale(0.75);
            -ms-transform: scale(0.75);
            -o-transform: scale(0.75);
            transform: scale(0.75);
        }

        #ebroker_gadget #ic_step_2_5.FundingFor .icon {
            background-image: url("/Content_V_2/Images/gadget/funding_type/Buy_Stock.png");
            background-repeat: no-repeat;
            background-position: center;
            -webkit-transform: scale(0.75);
            -moz-transform: scale(0.75);
            -ms-transform: scale(0.75);
            -o-transform: scale(0.75);
            transform: scale(0.75);
        }

        #ebroker_gadget .box-list {
            height: 80px !important;
        }
        #ebroker_gadget .FundingFor .Txt {
            line-height: 0px;
        }

        #ebroker_gadget .box-list.box-list-compact {
            height: 46px !important;
        }

    #ebroker_gadget .heading { 
    font-size: 22.49px; 
}

    #ebroker_gadget .heading {
    line-height: 35px !important;
}

#ebroker_gadget .gadget-gradient {
    height: 460px !important;
}

#ebroker_gadget .gadget-container .gadget-step-container .ebroker-next img { 
        max-height: 25px !important;
        margin-top: 8px !important;
}

#ebroker_gadget .gadget-container .gadget-step-container .ebroker-prev img { 
        max-height: 25px !important;
        margin-top: 8px !important;
}

#ebroker_gadget .ebroker-next { 
    padding-top: 2px !important; 
}

#ebroker_gadget .ebroker-prev { 
    padding-top: 2px !important; 
}

#ebroker_gadget .gadget-container .gadget-counter-container .ebroker-counter .info-text {
    margin-left: 50px !important;
}

#ebroker_gadget .row-box .column-2 { 
    margin-bottom: -10px !important;
}  

#ebroker_gadget .logos .logo { 
    margin-right: 5px !important; 
}

#ebroker_gadget .logos .logo {
    height: 65px !important;
}

#ebroker_gadget .logos .logo img {
    height: 65px !important;
}
 
}

    @media (max-width: 320px) {

        #ebroker_gadget .gadget-container .gadget-step-container .step-container .box-list {
            width: 30.5%;
        }
        #ebroker_gadget .FundingFor .Txt {
            font-size: 9.5px !important;
        }
        #ebroker_gadget .FundingFor .Txtsml {
            font-size: 9px; 
        }
#ebroker_gadget .gradient-action-box .Txt-LoanType {
    font-size: 12px !important;
}

#ebroker_gadget .logos .logo { 
    margin-right: 4px !important; 
} 

#ebroker_gadget .number { 
    margin-right: 50px !important;
}

#ebroker_gadget .gadget-container .gadget-counter-container .ebroker-counter .info-text {
    font-size: 16px !important; 
    margin-top: -12px !important; 
}
 

#ebroker_gadget .WhenDoYouNeed-Box .gradient-action-box { 
    min-width: 50px !important;
}

#ebroker_gadget #TermLength-Container .gradient-action-box { 
    min-width: 50px !important;
}

#ebroker_gadget #TermLength-Container * { 
    font-size: 13px !important; 
}

#ebroker_gadget .WhenDoYouNeed-Box { 
    font-size: 13px !important; 
}
}

#AmountSlider span {
    -webkit-animation: buttonblink-infinite 3s infinite;
    -moz-animation: buttonblink-infinite 3s infinite;
    -o-animation: buttonblink-infinite 3s infinite;
    animation: buttonblink-infinite 3s infinite
}

@-webkit-keyframes buttonblink-infinite {
    0% {
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.24);
    }

    10% {
        box-shadow: 0px 0px 0px 10px rgba(36, 166, 86, 0.24);
        background: #15b753
    }

    50% {
        box-shadow: 0px 0px 0px 20px rgba(36, 166, 86, 0);
    }

    100% {
        box-shadow: 0px 0px 0px 20px rgba(36, 166, 86, 0);
    }
}

@-moz-keyframes buttonblink-infinite {
    0% {
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.24);
    }

    10% {
        box-shadow: 0px 0px 0px 10px rgba(36, 166, 86, 0.24);
        background: #15b753
    }

    50% {
        box-shadow: 0px 0px 0px 20px rgba(36, 166, 86, 0);
    }

    100% {
        box-shadow: 0px 0px 0px 20px rgba(36, 166, 86, 0);
    }
}

@-o-keyframes buttonblink-infinite {
    0% {
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.24);
    }

    10% {
        box-shadow: 0px 0px 0px 10px rgba(36, 166, 86, 0.24);
        background: #15b753
    }

    50% {
        box-shadow: 0px 0px 0px 20px rgba(36, 166, 86, 0);
    }

    100% {
        box-shadow: 0px 0px 0px 20px rgba(36, 166, 86, 0);
    }
}

@keyframes buttonblink-infinite {
    0% {
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.24);
    }

    10% {
        box-shadow: 0px 0px 0px 10px rgba(36, 166, 86, 0.24);
        background: #15b753
    }

    50% {
        box-shadow: 0px 0px 0px 20px rgba(36, 166, 86, 0);
    }

    100% {
        box-shadow: 0px 0px 0px 20px rgba(36, 166, 86, 0);
    }
}
