/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

    .btn-primary,
    .btn-dark {
        color: #fff;
        border-radius: 2px;
          padding: 12px 30px;
        font-size: 14px;
        text-transform: uppercase;
        border: 0;
        font-weight: 700;
        letter-spacing: 1px;
        -webkit-transition: 400ms;
        -moz-transition: 400ms;
        -o-transition: 400ms;
        transition: 400ms;
    }

}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

    .btn-primary,
    .btn-dark {
        color: #fff;
        border-radius: 2px;
          padding: 12px 30px;
        font-size: 14px;
        text-transform: uppercase;
        border: 0;
        font-weight: 700;
        letter-spacing: 1px;
        -webkit-transition: 400ms;
        -moz-transition: 400ms;
        -o-transition: 400ms;
        transition: 400ms;
    }
}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {


    .gsi-step-indicator.triangle li>* {
        position: relative;
         padding: 1em .8em .8em 2.5em;
     /*   padding: .2em.11em .1em 2.5em;*/
        color: #337ab7;
        background-color: #fde5a9;
        border-color: #fde5a9;
    }
    .h3, h3 {
        font-size: 12px;
    }

}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    .gsi-step-indicator.triangle li>* {
        position: relative;
        /* padding: 1em .8em .8em 2.5em;*/
        padding: .2em.11em .1em 2.5em;
        color: #337ab7;
        background-color: #fde5a9;
        border-color: #fde5a9;
    }
    .h3, h3 {
        font-size: 16px;
    }

}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 480px) and (max-width: 768px) {

    .gsi-step-indicator.triangle li>* {
        position: relative;
        padding: 1em .8em .8em 2.5em;
        /*   padding: .2em.11em .1em 2.5em;*/
        color: #337ab7;
        background-color: #fde5a9;
        border-color: #fde5a9;
    }


}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

    .gsi-step-indicator.triangle li>* {
        position: relative;
        padding: 1em .8em .8em 2.5em;
        color: #337ab7;
        background-color: #fde5a9;
        border-color: #fde5a9;
        font-size: 8px;
    }

}

@media only screen and (max-width: 480px) and (min-width: 317px){

    .gsi-step-indicator li .desc span {

        display: none;

    }
    .gsi-step-indicator.triangle li>* {
        position: relative;
       /* padding: 1em .8em .8em 2.5em;*/
        padding: .2em.11em .1em 2.5em;
        color: #337ab7;
        background-color: #fde5a9;
        border-color: #fde5a9;
    }


    .nav {
        padding-left: 0;
        /* margin-bottom: 0; */
        /* list-style: none; */
        font-size: 5px;
        display: -webkit-box;
    }

    .nav-pills.nav-wizard > li:not(:last-child) a:after {
        position: absolute;
        content: "";
        top: 0px;
        right: -20px;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 15px 0px 12px 20px;
        border-color: transparent transparent transparent #fde5a9;
        z-index: 150;
    }
    .nav-pills.nav-wizard > li {
        position: relative;
        overflow: visible;
        border-right: 14px solid transparent;
        border-left: 10px solid transparent;
    }
    .nav-pills.nav-wizard > li:not(:first-child) a:before {
        position: absolute;
        content: "";
        top: 0px;
        left: -20px;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 15px 12px 12px 20px;
        border-color: #fde5a9 #fde5a9 #fde5a9 transparent;
        z-index: 150;
    }

    .btn-primary, .btn-dark {
        color: #fff;
        border-radius: 2px;
        /* padding: 12px 30px; */
        font-size: 14px;
        text-transform: uppercase;
        border: 0;
        font-weight: 700;
        letter-spacing: 1px;
        -webkit-transition: 400ms;
        -moz-transition: 400ms;
        -o-transition: 400ms;
        transition: 400ms;
    }
    .btn-primary, .btn-dark {
        color: #fff;
        border-radius: 2px;
        /* padding: 12px 30px; */
        font-size: 14px;
        text-transform: uppercase;
        border: 0;
        font-weight: 700;
        letter-spacing: 1px;
        -webkit-transition: 400ms;
        -moz-transition: 400ms;
        -o-transition: 400ms;
        transition: 400ms;
    }
    .h3, h3 {
        font-size: 12px;
    }

    .h4, h4 {
         font-size: 12px;
    }

}
