﻿.navbar .navbar-header .navbar-brand {
    padding: 10px;
}

.lightGrayBg .featuresBox {
    padding: 0px !important;
    text-align: justify
}

    .lightGrayBg .featuresBox h2 {
        font-size: 19px !important;
    }

    .lightGrayBg .featuresBox p {
        text-align: justify
    }

#movohr-banner .carousel-inner {
    height: 460px;
}

.bannerTxt {
    text-align: left;
    display: table-cell;
    height: 460px;
    vertical-align: middle;
}

    .bannerTxt img {
        text-align: left;
        margin-right: auto;
        margin-left: 0;
        margin-bottom: 15px;
        height: 70px;
    }

    .bannerTxt .mdText {
        font-size: 22px;
        font-weight: 400;
        color: #e5007d;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .bannerTxt h2 {
        font-size: 45px;
        line-height: 48px;
        font-weight: bold;
        color: #63459c;
        text-transform: uppercase;
    }

    .bannerTxt h4 {
        font-size: 20px;
        line-height: 26px;
        font-weight: bold;
        color: #63459b;
        margin-bottom: 15px;
    }

    .bannerTxt p {
        font-size: 16px;
        line-height: 20px;
        color: #e7148b;
    }

.b2-fl {
    margin: 10px 10px 10px 10px;
}

.fade .item img.fx-img {
    position: relative;
    right: 0;
}

.sub_title {
    color: #e5007d;
    text-align: left;
    margin-top: 10px;
    line-height: 20px;
    font-weight: 400;
    font-style: italic;
    font-size: 13px;
}

.featuresBox h2 {
    margin-bottom: 2px;
}
/*.slide-text {
    left: 0;
    top: 0;
    margin: auto;
    position: unset;
    text-align: center;
    padding: 0px 20px;
    width: 100%;
}*/
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

    /* CSS */
    .bannerTxt {
        height: 500px;
    }

        .bannerTxt h2 {
            font-size: 34px;
            line-height: 40px;
            font-weight: bold;
            color: #63459c;
        }

        .bannerTxt img {
            height: 50px !important;
            text-align: left !important;
            margin: 0px !important;
            margin-bottom: 10px;
        }

    .bs-slider > .carousel-inner {
        height: 450px;
        padding: 0px 0px 0px 0px;
    }

    .sec-cta .img-buddy {
        position: absolute !important;
    }

    .pad-b-none {
        padding-bottom: 30px !important;
    }

    .img-sm {
        height: 450px;
        display: table-cell;
        vertical-align: middle;
    }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    .bannerTxt h2 {
        font-size: 34px;
        line-height: 40px;
        font-weight: bold;
        color: #63459c;
    }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

    /* CSS */

}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

    /* CSS */
    .navbar-brand > img {
        width: 150px;
    }

    .slide-text {
        left: 0;
        top: 0;
        margin: auto;
        position: unset;
        text-align: center;
        padding: 0px 20px;
        width: 100%;
        display:table;
    }

    .bannerTxt {
        text-align: center;
        height: auto;
    }

        .bannerTxt h2 {
            font-size: 26px;
            line-height: 35px;
        }

        .bannerTxt img {
            height: 60px;
            text-align: center;
            margin: 0 auto;
            margin-bottom: 20px;
        }

        .bannerTxt .mdText {
            font-size: 20px;
            font-weight: 400;
            color: #e5007d;
            line-height: 21px;
            margin-bottom: 10px;
        }

    .sec-cta .img-buddy {
        position: relative;
    }

    .pad-tb {
        padding: 50px 0px;
    }

    .pad-b-none {
        padding-bottom: 0px;
    }

    .sec-cta .img-buddy img {
        width: 180px;
    }

    .pad-lr {
        padding: 0px 40px;
    }

    h2 {
        font-size: 14px;
        line-height: 24px;
    }
    .txt-admin {
        margin-bottom: 35px !important;
    }
}