::-webkit-input-placeholder {
            color: #515050 !important;
            font-size: 14px;
            font-weight: 600;
        }

        :-moz-placeholder {
            color: #515050 !important;
            font-size: 14px;
            font-weight: 600;
            opacity: 1;
        }

        ::-moz-placeholder {
            color: #515050 !important;
            font-size: 14px;
            font-weight: 600;
            opacity: 1;
        }

        :-ms-input-placeholder {
            color: #515050 !important;
            font-size: 14px;
            font-weight: 600;
        }

        :placeholder-shown {
            color: #515050 !important;
            font-size: 14px;
            font-weight: 600;
        }

        .mobile {
            width: 100%;
            padding: 1% 9%;
            background: #0E8CCD;
            border-radius: 10px;
            text-align: center;
            height: 35px;
            line-height: 32px;
        }

        .mobileicon {
            float: left;
            margin-top: -4%;
            margin-bottom: 4.5%;
        }

        .carousel-inner > .item > img,
        .carousel-inner > .item > a > img {
            width: 70%;
            margin: auto;
        }

         #carousel {
            position: relative;
            width: 60%;
            margin: 0 auto;
        }

        #slides {
            overflow: hidden;
            position: relative;
            width: 500px !important;
            height: 87px;
            background-color: rgba(233, 122, 43, 0.8);
            border-radius: 12px;
        }

            #slides ul {
                list-style: none;
                width: 100%;
                height: 250px;
                margin: 0;
                padding: 0;
                position: relative;
            }

            #slides li {
                width: 100%;
                height: 250px;
                float: left;
                text-align: center;
                position: relative;
                font-family: lato, sans-serif;
            }

        /* Styling for prev and next buttons */

        .btn-bar {
            width: 60%;
            margin: 0 auto;
            display: block;
            position: relative;
            top: 40px;
        }

        #buttons {
            padding: 0 0 5px 0;
            float: right;
        }

            #buttons a {
                text-align: center;
                display: block;
                font-size: 50px;
                float: left;
                outline: 0;
                margin: 0 60px;
                color: #b14943;
                text-decoration: none;
                display: block;
                padding: 9px;
                width: 35px;
            }

        a#prev:hover,
        a#next:hover {
            color: #FFF;
            text-shadow: .5px 0px #b14943;
        }

        .quote-phrase,
        .quote-author {
            font-family: sans-serif;
            font-weight: 300;
            margin-top: 13px;
            vertical-align: middle;
            padding: 5px 20px;
            font-family: 'Lato', Calibri, Arial, sans-serif;
        }

        .quote-phrase {
            padding: 18px !important;
            border-radius: 12px;
            left: 0px;
            font-style: normal;
            font-weight: bold;
            font-size: 24px !important;
            color: #FFF;
        }

        .quote-marks {
            font-size: 30px;
            padding: 0 3px 3px;
            position: inherit;
        }

        .quote-author {
            font-style: normal;
            font-size: 20px;
            color: #b14943;
            font-weight: 400;
            height: 30px;
        }

        .quoteContainer,
        .authorContainer {
            display: table;
            width: 100%;
        }


        @media (max-width:768px) {

            #slides {
                width: 300px !important;
            }

            .quote-phrase {
                padding: 18px !important;
                border-radius: 12px;
                left: 0px;
                font-style: normal;
                font-weight: bold;
                font-size: 16px !important;
                color: #FFF;
                margin-top: 0 !important;
            }
        }


     ol{
         list-style-type: none;
     }
    ol>li{
        float: left;
        padding: 10px 15px;
    }
    /* .a{
        font-size: 30px;
        color: red;
        font-weight: bolder;

    } */