    a:hover,a:focus{
    outline: none !important;
    text-decoration: none;
    }

    .nav-tabs>li{
        float: none;
        margin-bottom:0;
        display: inline-block;
    }


    .nav>li>a:focus, .nav>li>a:hover{
        border: none;
        background: #fff;
    }

    .tab .nav-tabs{
    position: relative;
    border-bottom: 0 none;
    }

    .tab .nav-tabs li{
    text-align: center;
    margin: 2% 2%;
    }

    .tab .nav-tabs li a{
    width: 100%;
    padding: 6px 6px 3px 6px;
    text-align: center;
    margin-right: 5px;
    border: none;
    position: relative;
    transition: all 0.5s ease 0s;
    }

    #first_id.active{
        margin-right: 4%;
    }


    #second_id.active{
        margin-right: 4%;
        margin-left: 4%;
    }


    #third_id.active{
        margin-left: 4%;
    }

    .tab .nav-tabs li.active a,
    .tab .nav-tabs li a:hover{
    border: none;
    background-color: transparent;
    }

    .tab .nav-tabs li a i{
    display: block;
    width:55px;
    height: 55px;
    line-height: 55px;
    font-size: 24px;
    border-radius: 50%;
    background: #fff;
    font-weight: 600;
    color: #908a78;
    transition: all 0.5s ease 0s;
    border: none;
    margin: auto;
    }

    .tab .nav-tabs li a:hover i{
        color: #fff;
    }
    

    .tab .nav-tabs li.active a i{
    border: none;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    }

    .tab .nav-tabs li.active span{
        display: none;
    }


    .tab .nav-tabs li.active a:before{
        content: "";
        width: 58%;
        height: 4px;
        background: transparent;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .tab .nav-tabs li.active a:after{
        content: "";
        border-top: 10px solid #ed1c24;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        position: absolute;
        bottom: -2px;
        left: 39%;
        /* background: transparent; */
    }



    .tab .nav-tabs li a:hover i,
    .tab .nav-tabs li.active a i{
    background: #ed1c24;
    }



    .tab .tab-content{
    font-size: 14px;
    color: #8f8f8f;
    line-height: 26px;
    background: #f7f9f9;
    padding: 35px;
    margin-top: -12px;
    /* border: 1px solid #f18d6f; */
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.2);
    }

    .tab .tab-content h3{
    font-size: 24px;
    color: #ed1c24;
    margin-top: 0;
    }

    .tab .tab-content p{
    margin-bottom: 0;
    }


    .ulTab{
        width:68%; 
        margin: auto;
        text-align: center;
    }



    @media only screen and (max-width:768px){
    .ulTab{
        width:100%;
    }

    .tab .nav-tabs li a i{
        display: inline-block;
        width:30px;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
        transition: none;
        }


    .tab .nav-tabs li.active a i{
        width: 40px;
        height: 40px;
        font-size: 24px;
        line-height: 40px;
        }

        .tab .nav-tabs li span{
           font-size: 12px;
        }
        
        .tab .nav-tabs li.active a:after{
            bottom: 4px;
            left: 33%;
        }

        .tab .tab-content{
            margin-top: -4px
        }
}