﻿@charset "utf-8";

 input, textarea {
        border: 1px solid #e2e2e2;
        background: #fff;
        color: #333;
        font-size: 1.2em;
        margin: 5px 0 6px 0;
        padding: 5px;
        width: 300px;
    }

#topnav2 {
    z-index: 2 !important;
}

/* CSS Document */
body {
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 400!important;
    font-size: 16px;
    line-height: 150%;
}

p {
    font-size: 15px;
    line-height: 150%;
    color: #333333;
}

a {
    color: #004B85;
    text-decoration: none !important;
}

i {
    color: #64AD45;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 700!important;
}

h2, h4 {
    text-transform: uppercase;
}

h3, h6 {
    color: #79C5FF;
}

h1, h4, .form-group label, th {
    color: #004B85;
}

p.largertext {
    font-size: 23px !important;
    font-weight: 700;
}

.btn-right {
    margin-bottom: 40px !important;
}

.btn-primary, .tsf-controls .btn {
    background: #64AD45 !important;
    border: 0;
}

    .btn-primary i, .btn i {
        color: #FFF;
    }

    .btn-primary:hover, .tsf-controls .btn:hover {
        background: #004B85 !important;
        border: 0;
    }

        .btn-primary:hover i, .btn:hover i {
            color: #FFF;
        }

.gsi-step-indicator.triangle li::after, .gsi-step-indicator.triangle li > *::after {
}

.gsi-step-indicator.triangle li.current > * {
    border-color: #64AD45 !important;
}

.gsi-step-indicator.triangle li.current > * {
    background: #64AD45 !important;
}

.gsi-step-indicator.triangle li:hover > * {
    background: #004B85;
}

.gsi-step-indicator.triangle li:hover > * {
    border-color: #004B85 !important;
}

.gsi-step-indicator.triangle li:hover > *, .gsi-step-indicator.triangle li.current:hover > * {
    background: #004B85 !important;
}

.gsi-step-indicator li .desc label {
    font-size: 17px !important;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#topheader {
    border-bottom: 1px solid #003964;
    min-height: 171px;
    background: url(images/nav-BG.png) repeat;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 3;
    /*padding-top: 20px;*/
}

#quicklinks {
    /*padding-top: 20px;*/
    /*padding-bottom: 15px;*/
}

#navbg-full {
    /*background: -moz-linear-gradient(left, rgba(0,75,133,0) 0%, rgba(0,75,133,0) 50%, rgba(0,75,133,1) 50%, rgba(0,75,133,1) 100%);
    background-image: -webkit-linear-gradient(left, rgba(0,75,133,0) 0%, rgba(0,75,133,0) 50%, rgba(0,75,133,1) 50%, rgba(0,75,133,1) 100%);
    background: linear-gradient(to right, rgba(0,75,133,0) 0%, rgba(0,75,133,0) 50%, rgba(0,75,133,1) 50%, rgba(0,75,133,1) 100%);*/
    background: rgba(0,75,133,1);
    width: 100%;
    height: 70px;
    position: absolute;
    top: 100px;
    left: 0px;
}

.covidMessage {

    height: 0px;
    text-align:center;

}

.covidMessageMini {
    padding-top:10px;
    display: inline-block;
    text-align:center;
}

.pBannerNotificationOverall {
    margin-left:10%;
    background-color:lightyellow;
}

#logo {
    height: 109px;
    line-height: 109px;
}

    #logo img {
        /*display: inline-block;*/
        display: initial;
        text-align: center;
        margin: 0 auto;
    }


.logoContainer, .logoText {
    font-size: x-small;
    margin-left: -15vw;
}

.shrink > div > div > .logoText {
    display: none;
}

.fruitful_tabs {
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 400!important;
}

    .fruitful_tabs h4 {
        font-size:18px !important;
    }

.BannerMessage {
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 400!important;
    color:#3AB5E5;
}

.divRTOInterestForm, .divRTOInterestConfirmtion {
    background:#eeeeee;
    padding:2%;
}

.radioFastPayment input[type="radio"] {
    width: 50px;
}

@media (min-width: 1601px) and (max-width: 1700px) {
    .logoContainer, .logoText {
        margin-left: -13vw;
    }
}

@media (min-width: 1551px) and (max-width: 1600px) {
    .logoContainer, .logoText {
        margin-left: -12vw;
    }
}

@media (min-width: 1451px) and (max-width: 1550px) {
    .logoContainer, .logoText {
        margin-left: -10vw;
    }
}

@media (min-width: 1401px) and (max-width: 1450px) {
    .logoContainer, .logoText {
        margin-left: -8vw;
    }
}

@media (min-width: 1301px) and (max-width: 1400px) {
    .logoContainer, .logoText {
        margin-left: -6vw;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .logoContainer, .logoText {
        font-size: xx-small;
        margin-left: -25px;
    }
}

@media (min-width: 1200px) {

    .container {
        width: 1200px;
    }
}

@media (min-width: 1076px) and (max-width: 1199px) {
    .logoContainer, .logoText {
        font-size: xx-small;
        margin-left: -70px;
    }
}

@media (min-width: 992px) and (max-width: 1075px) {
    .logoContainer, .logoText {
        font-size: xx-small;
        margin-left: -45px;
    }
}

@media (min-width: 768px) {
    .nav > li > a {
        font-family: 'Montserrat', sans-serif!important;
        font-weight: 400!important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #mainlogo {
        max-height: 80px !important;
    }

    .logoContainer, .logoText {
        font-size: xx-small;
        margin-left: 0px;
    }
}

@media (max-width: 767px) {
    #mainlogo {
        /*max-height: 80px !important;*/
    }

    .logoContainer {
        margin-left: 0px;
    }

    .logoText {
        font-size: xx-small;
        margin-left: 0px;
        white-space: normal;
    }

    .shrink > div > div > a > #mainlogo {
        /*margin-top: -30px;*/
    }

    .shrink > div > div > a > #csclogo {
        margin-top: -30px;
    }
}

#topnavarea p {
    text-transform: uppercase;
    line-height: 27px;
}

#topnavarea {
    top:35px;
}

#checketa, #login, #divFastPay {
    margin-top: 9px;
}
#CallNow2 {
    margin-top: 6px;
}
    #checketa a:hover, #login a:hover, #CallNow2 a:hover, #divFastPay a:hover {
        color: #64AD45;
    }

#callnow p {
    font-size: 18px;
    padding-top: 3px;
}

    #callnow p span {
        font-size: 27px;
        color: #004B85;
    }

.icon-bar {
    background: #003964;
}

nav {
    background: #004B85;
    height: 70px;
    margin-left: 43px;
    position: absolute;
    top: 20px;
}

.nav > li:first-child a:before {
    /*content: url(images/left-nav.png);*/
    position: absolute;
    right: 89px;
    top: 0px;
    width: 100%;
    height: 70px;
}

.nav > li:first-child a:hover:before, .nav > li.active:first-child a:before {
    /*content: url(images/left-nav-hover.png);*/
}

nav ul {
}

nav li {
    text-align: center;
}

.nav > li:first-child {
    margin-left: -15px;
}

.nav > li > a {
    padding: 0px 18px;
    font-size: 17px !important;
    color: #FFF;
    border-right: 1px solid #003964;
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 400!important;
    height: 70px !important;
    line-height: 130% !important;
    padding-top: 15px !important;
    font-weight: 400 !important;
}

    .nav > li > a:hover, .nav > li.active > a {
        background: #003964;
    }

.nav > li:last-child > a {
    border-right: none;
}

#topsocial {
    height: 60px;
    line-height: 60px;
}

    #topsocial img {
        display: inline-block;
        margin: 0 auto;
    }

#slider, .carousel, #slider.container-fluid {
    max-height: 776px;
    overflow: hidden;
}

#insideslider, #insideslider.container-fluid {
    max-height: 426px;
    min-height: 235px;
    overflow: hidden;
}

    #insideslider img {
        min-height: 235px;
    }

#slideoverlay {
    position: absolute;
    top: 156px;
    z-index: 1;
    left: 0px;
    right: 0px;
    width: 1140px;
}

    #slideoverlay img {
        width: 1140px;
    }


.carousel-captionMaster {
    top: 50%;
    right: 0px;
}
.carousel-captionFAQ {
    top: 50%;
}

.carousel-indicators-override {
    bottom: -10px;
}
.carousel-indicators {
    z-index:2;
}
/*.carousel-inner:before {
    content: '';
    position: absolute;
    top: 100px;
    left: 33%;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skew(39deg);
    -ms-transform: skew(39deg);
    transform: skew(39deg);
    z-index: 1;
    -webkit-filter: blur(60px);
    -moz-filter: blur(60px);
    -o-filter: blur(60px);
    -ms-filter: blur(60px);
    filter: blur(60px);
}*/
/*.carousel-caption:before {
  content: '';
  position: absolute;
  top: 0; 
  left: 20%;
  width: 100%; 
  height: 100%;
  background: url(images/blue-BG.png);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(40deg);
  -ms-transform: skew(40deg);
  transform: skew(40deg);
  z-index: -1;
}
.home .carousel-caption:before {
  left: -16%;
}*/
.carousel-caption {
    z-index: 1 !important;
}

.getStartedMobile {
    text-align:center;
    padding: 2% 0 0 0 ;
}

.carouseltitle {
}

.home .carousel-caption {
    top: 25%;
    left: 50%;
    text-align: left;
    width: 100%;
}

.carousel-caption-temp2{
    top: 68% !important;
    left: 5% !important;
}

.mobile-Caption {
    font-size: 48px;
    color: #003964;
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 700!important;
    display: block;
    line-height: 150%;
    overflow-wrap: break-word;
}

.carousel-caption span {
    /*font-size: 36px;*/
    font-size: 57px;
    color: #003964;
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 700!important;
    display: block;
    padding: 10px;
    line-height: 150%;
}

.home .carousel-caption p {
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 400!important;
    font-size: 25px;
    color: darkslategray;
    width: 60%;
    text-shadow: none;
}
.carousel-control {
    width: 5%;
}
#slider.container-fluid, #insideslider.container-fluid {
    padding: 0px;
    position: relative;
    top: 0px;
    z-index: 0;
}

    #slider.container-fluid img, #insideslider.container-fluid img {
        width: 100% !important;
    }

#insideslider.container-fluid {
    padding: 0px;
}

.home main {
    background: #D6D6D6;
}

#maininside {
    background: #FFF;
}

    #maininside p {
        font-size: 18px;
    }

    #maininside .featureditem p {
        font-family: 'Montserrat', sans-serif!important;
        font-weight: 700!important;
        color: #232020;
        font-size: 15px;
        margin-top: 10px;
    }

    #maininside h1 {
        color: #004B85;
        font-size: 36px;
        text-transform: none;
        margin-top: 30px;
    }

    #maininside .row {
        margin-bottom: 20px;
    }

        #maininside .row:last-child {
            margin-bottom: 50px;
        }

    #maininside div.featuredoverlay {
        padding: 10px 0px;
        width: 100%;
        position: absolute;
        bottom: 0%;
        top: 83%;
        opacity: 1;
    }

    .carouselFeatured {
            /*width: 600px;*/
            /*height: 200px;*/
            margin: 0 auto;
            position: relative;
            overflow: hidden;
        }

            .carouselFeatured .slides {
                display: flex;
                list-style: none;
                margin: 0;
                padding: 0;
                width: 10000px;
                transition: transform 0.5s ease-in-out;
            }

            .carouselFeatured .slide {
                /*flex: 0 0 200px;*/
                flex: 0 0 270px;
                /*height: 200px;
                text-align: center;
                line-height: 200px;*/
                /*font-size: 50px;*/
                /*background-color: #ccc;*/
                margin-right: 10px;
            }

            .carouselFeatured .prev,
            .carouselFeatured .next {
                /*position: absolute;*/
                /*top: 50%;
                transform: translateY(-50%);*/
                /*background-color: rgba(0,0,0,0.3);*/
                color: #fff;
                padding: 10px;
                cursor: pointer;
            }

            .carouselFeatured .prev {
                left: 0;
            }

            .carouselFeatured .next {
                right: 0;
            }

#sidebar {
    margin-top: 90px;
}

    #sidebar ul {
        list-style: none;
    }

        #sidebar ul ul {
            padding-left: 0px;
        }

        #sidebar ul li {
            border-bottom: 1px solid #EEEEEE;
            padding: 6px 0;
        }

        #sidebar ul li {
            text-indent: 10px;
        }

    #sidebar li li {
        text-indent: 0px;
        padding-left: 20px;
    }

    #sidebar li a {
        display: block;
    }

    #sidebar li.active {
        padding-bottom: 0px;
    }

        #sidebar li.active li {
            background: #EEE;
            color: #004B85;
        }

            #sidebar li.active li a {
                color: #004B85;
            }

            #sidebar li:hover, #sidebar li.active, #sidebar li.active li:hover {
                background: #004B85;
                color: #FFF;
                /*padding: 6px 0;*/
            }

                #sidebar li:hover a, #sidebar li.active a, #sidebar li.active li:hover a {
                    color: #FFF;
                }

#apartments, #house {
    margin-top: -50px;
}

.inside #twomainwrapper {
    background: #ffffff;
}

.inside #apartments, .inside #house {
    margin-top: 30px;
}

#apartments img, #house img {
    border: 3px solid #D6D6D6;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

#apartments p, #house p {
    position: relative;
    top: -43px;
    color: #FFF;
    text-align: center;
    width: 100%;
    border-left: 3px solid #D6D6D6;
    border-right: 3px solid #D6D6D6;
    background: url(images/blue-BG.png);
    z-index: 33333;
    height: 40px;
    line-height: 40px;
    font-size: 23px;
}

/*.Highlight1,.Highlight3 {
    width: 33%;
    float:left;
    padding-top:3%;
    padding-bottom:2%;
    }*/


.Highlight {
    float: left;
    padding-top: 3%;
    padding-bottom: 2%;
}


.Highlight1Icon, .Highlight2Icon, .Highlight3Icon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 85px;
    margin: auto;
    text-align: center;
    /*font-family: sans-serif;*/
    font-family: 'Montserrat', sans-serif!important;
    color: white;
    padding: 5px;
    height: 60px;
}

.Highlight1Icon {
    background-image: url(images/FullService&DeliveryIcon.png);
}

.Highlight2Icon {
    background-image: url(images/LowMonthlyRates.png);
}

.Highlight3Icon {
    background-image: url(images/FreeBestInClassService.png);
}


/*.Highlight2Icon, .Highlight3Icon {
    background-image:url(images/faqs-claiming-icon-active.png);

    background-repeat:no-repeat;
    background-position:center;
    background-size:100%;
    margin:auto;
    text-align:center;
    font-family:sans-serif;
    color:white;
    padding:5px;
    width:inherit;
    height:60px;
}*/


.Highlight1title {
    max-width: 100%;
    margin: auto;
    text-align: center;
    padding: 10px;
    color: #003964;
    font-size: 180%;
    text-decoration: solid;
}

.Highlight1content {
    max-width: 590px;
    margin: auto;
    text-align: center;
    padding: 10px;
    color: #003964;
}

#twomain {
    padding-top: 2%;
    padding-bottom: 2%;
}

.ContactUs {
    background-color: #64AD1C;
    height: 60px;
    width: 205px;
    top: -40px;
    border-radius: 10px;
    text-align: center;
    line-height: 4;
    color:white;
    font-size:27px;
    padding:8px;
}

    .ContactUs a {
        font-size: 27px;
        color: #fff;
        border-radius: 10px;
    }
    .ContactUs a:hover {
            color: #64AD45;
            padding: 6px;
            background-color: #ffffff;

        }

.orderNowButton, .orderNowButtonHeader, .FastPayButton, .FastPayButtonHeader {
    background-color: #64AD1C;
    height: 40px;
    width: 180px;
    top: -40px;
    border-radius: 30px;
    text-align: center;
    font-size: 25px;
    border:none;
    color: white;
}

.orderNowButtonHeader, .FastPayButtonHeader {
    height: 30px;
    font-size: 20px;
    width: 160px;
}

.orderNowCarousel, .browseAppliancesCarousel, .shopNowCarousel, .getStartedCarousel, .signUpAndSave {
    background-color: #64AD1C;
    height: 40px;
    width: 180px;
    top: -40px;
    border-radius: 30px;
    text-align: center;
    font-size: 25px;
    border:none;
    color: white;
}

.shopNowCarousel {
     background-color: #64AD1C;
     color:White;
    font-weight: 200;
}

.orderNowCarousel {
    position:fixed;
    top:86%;
    left:5%;
    /*height:35px;*/
}

.signUpAndSave {
    background-color: #f1ba56;
    width:200px;
    color:  #2c415f;
}

.orderNowCarousel:hover, .browseAppliancesCarousel:hover, .shopNowCarousel:hover, .getStartedCarousel:hover, .signUpAndSave:hover {
        color: #64AD45;
        border-bottom: 3px solid #64AD45;
        border-left: 3px solid #64AD45;
        border-top: 3px solid #64AD45;
        border-right: 3px solid #64AD45;
        background-color: #ffffff;
        height: 40px;
        width: 180px;
    border-radius: 30px;
}

.shopNowCarousel:hover{
    color: #64AD1C;
        border-bottom: 3px solid #64AD1C;
        border-left: 3px solid #64AD1C;
        border-top: 3px solid #64AD1C;
        border-right: 3px solid #64AD1C;
        background-color: white;
}
.orderNowButton:hover, .orderNowButtonHeader:hover, .FastPayButtonHeader:hover {
        color: #64AD45;
        border-bottom: 3px solid #64AD45;
        border-left: 3px solid #64AD45;
        border-top: 3px solid #64AD45;
        border-right: 3px solid #64AD45;
        background-color: #ffffff;
        height: 40px;
        width: 180px;
    border-radius: 30px;
}

.orderNowButtonHeader:hover, .FastPayButtonHeader:hover {
    height: 30px;
    font-size: 20px;
    width: 160px;
}
.browseAppliancesCarousel, .browseAppliancesCarousel:hover {
    width: 260px;
}

    .getStartedCarousel {
        background-color:#26abe2;
    }
    .getStartedCarousel:hover {
        background-color:#ffffff;
        color:#26abe2;
        border-color: #26abe2;
    }
    
.orderNowCarousel:hover {
    position:fixed;
    top:86%;
    left:5%;
    /*height:35px;*/
}

.signUpAndSave:hover {
    background-color:#2c415f;
    width:200px;
    color:#f1ba56;
    border-color: #f1ba56;
}

.orderNow {
    background-color: #64AD1C;
    height: 60px;
    width: 205px;
    top: -40px;
    border-radius: 10px;
    text-align: center;
    line-height: 3.68;
}

    .orderNow a {
        font-size: 25px;
        color: #fff;
        /*line-height: 140%;*/
        /*height: 58%;*/
        border-radius: 6px;
    }

        .orderNow a:hover {
            color: #64AD45;
            border-bottom: 1px solid #64AD45;
            border-left: 1px solid #64AD45;
            border-top: 1px solid #64AD45;
            border-right: 1px solid #64AD45;
            background-color: #ffffff;
            height: 55px;
            width: 200px;
            line-height: 1.8;
        }

.centerDivElementsParent {
    display:flex;
    align-items:center;
    justify-content:center;
    padding:1%;
}

        .faqClickHere {
    background-color: #004b85;
    height: 60px;
    width: 205px;
    top: -40px;
    border-radius: 10px;
    text-align: center;
    line-height: 3.68;
}

    .faqClickHere a {
        font-size: 26px;
        color: #fff;
        /*line-height: 140%;*/
        /*height: 58%;*/
        border-radius: 6px;
    }

        .faqClickHere a:hover {
            color: #004b85;
            border-bottom: 1px solid #004b85;
            border-left: 1px solid #004b85;
            border-top: 1px solid #004b85;
            border-right: 1px solid #004b85;
            background-color: #ffffff;
            height: 55px;
            width: 200px;
            line-height: 1.8;
        }


.getdelivery {
    background: url(images/delivery-button.png) right no-repeat;
    text-align: center;
    height: 58px;
    width: 99%;
    position: relative;
    top: -40px;
}

    .getdelivery a {
        font-size: 33px;
        width: 100%;
        line-height: 140%;
        height: 58%;
        border-radius: 6px;
    }

        .getdelivery a:hover {
            color: #64AD45;
            border-bottom: 1px solid #64AD45;
            border-left: 1px solid #64AD45;
            border-top: 1px solid #64AD45;
            height: 58px;
        }

#mainhome.container-fluid {
    /*background: url(images/Appliance_Leasing....jpg) center no-repeat;*/
    /*background: url(images/Appliance_Leasing....jpg) center no-repeat;*/
    background-image: url(images/Mom_Son_GradientGREY_BACKGROUND_1600x400.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
}

#mainhomecopy {
    padding: 5% 0px;
}

    #mainhomecopy p, .mainhomecopy p {
        font-size: 18px;
    }

    #mainhomecopy h2, .mainhomecopy h2 {
        color: #004B85;
        font-size: 36px;
        text-transform: none;
        padding-bottom: 3%;
    }


.ImgItem {
    max-width: 200px;
}

#faq.container-fluid {
    /*background: url(images/Appliance_Leasing....jpg) center no-repeat;*/
    /*background: url(images/Appliance_Leasing....jpg) center no-repeat;*/
    background-image: url(images/Girl_on_Phone_on_Couch_GREY_BACKGROUND_1600x400.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
}

#faqcopy, .faqcopy {
    padding: 50px 73px;
}

    #faqcopy p, .faqcopy p {
        font-size: 18px;
    }

    #faqcopy h2, .faqcopy h2 {
        color: #004B85;
        font-size: 36px;
        text-transform: none;
        padding-bottom: 3%;
    }



#phonearea.container-fluid, .phonearea.container-fluid {
    /*background-image: url(images/Couple_Looking_at_Phone_BLUE_BACKGROUND_1600x400.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    min-height: 300px;*/
    background:linear-gradient(#004B85,#add5e7);
}

#phonecopy, .phonecopy {
    padding: 50px 0;
    color: #FFF;
}

    #phonecopy h3, .phonecopy h3 {
        font-size: 36px;
        text-transform: none;
        color: #ffffff;
        /*color: #004B85;*/
        padding-bottom: 3%;
    }

    #phonecopy p, .phonecopy p {
        color: #FFF;
        font-size: 18px;
    }

.phoneapp {
    font-size: 17px;
}

    .phoneapp a {
        color: #FFF;
    }

    .phoneapp span {
        font-size: 16px;
    }

    .phoneapp img {
        /*padding-left: 10px;
        padding-right:10px;*/
        width: 100%;
        float: left;
        height: auto;
    }

.googleImg {
    width: 115%;
}

#phoneimage {
    margin-top: -60px;
}

.appstore {
    padding-bottom: 4%;
}

#qaarea {
    /*-background: linear-gradient( to right, #59B8FF 0%, #59B8FF 50%, #7AC6FF 50%, #7AC6FF 100%);*/
    background: -moz-linear-gradient(left, rgba(89,184,255,1) 0%, rgba(89,184,255,1) 50%, rgba(122,198,255,1) 50%, rgba(122,198,255,1) 100%);
    background-image: -webkit-linear-gradient(left, rgba(89,184,255,1) 0%, rgba(89,184,255,1) 50%, rgba(122,198,255,1) 50%, rgba(122,198,255,1) 100%);
    background: linear-gradient(to right, rgba(89,184,255,1) 0%, rgba(89,184,255,1) 50%, rgba(122,198,255,1) 50%, rgba(122,198,255,1) 100%);
}

#qaimage {
    padding: 20px 0;
    height: 100% !important;
}

#qacopy {
    background: url('images/QA-angle.png') top left no-repeat #7AC6FF;
    height: 100% !important;
    padding: 50px 0px;
    min-height: 355px;
    height: 100% !important;
}

    #qacopy h2 {
        color: #FFF;
        font-size: 34px;
    }

    #qacopy p {
        color: #FFF;
        font-size: 18px;
    }

p#qaclick {
    font-size: 31px;
    color: #004B85;
}

p#qacall {
    padding: 20px 40px 0 5px;
}

#qacall span {
    color: #004B85;
}

#featuredarea {
    background: #FFF;
    padding: 10px 0px 50px;
}

    #featuredarea h3 {
        text-align: center;
        margin-bottom: 30px;
        color: #004B85;
        font-size: 31px;
        text-transform: none;
    }

div.featureditem {
    border: 1px solid #96B5CD;
    border-radius: 6px;
    text-align: center;
    position: relative;
    height: 325px;
    /*margin-top: 10%;*/
}

    div.featureditem img {
        text-align: center;
        margin: 0 auto;
    }

div.featuredoverlay {
    background: url('images/hover-blue-BG.png');
    padding: 10px 0px;
    width: 100%;
    position: absolute;
    top: 40%;
}

    div.featuredoverlay a {
        color: #FFF;
        line-height: 21px;
    }

div.featuredoverlay {
    opacity: 0;
    transition: opacity .5s linear;
}

div.featureditem:hover > div.featuredoverlay {
    opacity: 1;
}
.featuredtxt {
    height: 100%; 
    vertical-align: middle;
}

div.RTOMonthlyPayments {
    border-top: 1px groove; 
    margin: 5px 10px 0 10px; 
    padding: 10px 0 0 0;
}


div.FeatureProductLable {
     width: 25%;
    background-color: #7bb93e;
    border-radius: 25px;
    text-align: center;
    float: left;
    font-weight: bold;
    margin-right: 30%;
    color: white;
}

div.FeaturedProductStartsWith {
    font-size: small;
    font-weight:bold;
    float: right;
}

div.FTRTOLine2 {
    text-align: center;
    font-size: small;
    font-weight: bold;
    float: left;
    width: 100%;
}

p.CardProductName {
    font-weight: bold;
     text-align: center; 
     height: 35px;
}

.imgCard {
    height: 200px;
}

div.PaymentInfo {
     border-top: 1px groove; 
     margin: 5px 10px 0 10px; 
     padding: 10px 0 0 0;
     clear:both
}

p.FIProductName {
    font-weight: bold; 
    text-align: center; 
    /*height: 35px;*/
    margin-top: 5%;
}

div.FILine1Left {
    width:60%;
    float:left;
    font-weight:bold;
    text-align:left;
}

div.FILine1Right {
    width:40%;
    float:left;
    font-size:1.4em;
    font-weight: 900;
    text-align:right;
}

div.FILine2Left {
    width:60%;
    float:left;
    text-align:left;
    font-size: small;
    font-weight: bold;
}

div.FILine2Right {
    float:right;
    font-size: small;
    font-weight: bold;
    text-align:right;
}


/*ribbon starts*/
        .image-container {
            overflow: hidden;
            position: relative;
        }

        .ribbon {
            margin: 0;
            padding: 0;
            background: #64ad1c;
            color: white;
            padding: 1em 0;
            position: absolute;
            top: 0;
            right: 0;
            transform: translateX(30%) rotate(45deg);
            transform-origin: top left;
            z-index: 2;
            opacity: 0.85;
        }

            .ribbon:before,
            .ribbon:after {
                content: '';
                position: absolute;
                top: 0;
                margin: 0 -1px; /* tweak */
                width: 150%;
                height: 100%;
                background: #64ad1c;
            }

            .ribbon:before {
                right: 100%;
            }

            .ribbon:after {
                left: 100%;
            }
        /*ribbon ends*/

/*GET DELIVERY PAGE*/
legend {
    border: none !important;
}

.tsf-content {
    border: none !important;
}
/*END GET DELIVERY PAGE*/
#footer {
    border-bottom: 1px solid #004B85;
    background-color: rgba(0,75,133,1);
}

#footertop {
    background: #59B8FF;
    padding: 5px 0;
}

    #footertop ul {
        list-style: none;
        padding-left: 0px;
        display: block;
    }

        #footertop ul li {
            float: left;
            margin-right: 60px;
            height: 30px;
            line-height: 30px;
        }

            #footertop ul li:last-child {
                margin-right: 0px;
            }

            #footertop ul li i {
                color: #FFF;
            }

            #footertop ul li a:hover {
                color: #FFF;
            }

#footer.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

#footerleft {
    color: #FFF;
}

    #footerleft p {
        color: #FFF;
    }


.Highlight2 {

    border-left: groove; 
    border-right: groove;

}
/* Fixes footer angle height */
@media (min-width: 992px) and (max-width: 1199px) {
    #footerleft {
        height: 340px !important;
    }
}

#footerright img {
    text-align: center;
    margin: 0 auto;
    padding-top: 50px;
}

#footerright {
    margin-top: 30px;
    height: 100%;
    color: #FFF;
    text-align: center;
}

#callnowfooter {
    margin-top: 30px;
    font-size: 18px;
    color: #FFF;
}

    #callnowfooter span {
        font-size: 31px;
        color: #004B85;
    }

#footertimes {
    font-size: 19px;
    line-height: 120%;
}

#lowerleftfooter2 {
    margin-top: 0px;
    width: 100%;
    background: #004B85 !important;
}

    #lowerleftfooter2 p {
        color: #FFF;
        clear: both;
    }

#footerleft ul {
    list-style: none;
    padding-left: 0px;
    margin-top: 19px;
}

@media (max-width: 1200px) {
    #footerleft ul {
        list-style: none;
        padding-left: 0px;
        margin-top: 50px;
    }
}

#lowerleftfooter2 ul {
    list-style: none;
    padding-left: 0px;
    margin-top: 20px;
}

#footerleft ul ul {
    padding-left: 15px;
    margin-top: 5px;
}

#footerleft ul li {
    margin-bottom: 15px;
}

    #footerleft ul li li {
        margin-bottom: 0px;
    }

    #footerleft ul li a {
        color: #FFF;
        font-size: 15px;
    }

#lowerleftfooter {
    padding-right: 11%;
}

    #lowerleftfooter ul {
        margin-top: 20px;
    }

        #lowerleftfooter ul li, #lowerleftfooter2 ul li {
            float: left;
            margin-bottom: 0px;
            line-height: 110%;
            margin-bottom: 1px;
        }

            #lowerleftfooter ul li a, #lowerleftfooter2 ul li a {
                font-size: 11px;
                color: #99B7CD;
                border-right: 1px solid #99B7CD;
                margin-right: 5px;
                padding-right: 5px;
            }

            #lowerleftfooter ul li:last-child a, #lowerleftfooter2 ul li:last-child a {
                border-right: none;
                margin-right: 0px;
                padding-right: 0px;
            }

            #lowerleftfooter ul li a:hover, #lowerleftfooter2 ul li a:hover {
                color: #FFF;
            }

#footerlogo {
    margin-top: 30px;
}

#footer .row p {
    font-size: 12px !important;
    padding-top: 30px;
}

/*EXTRA LARGE DEVICES*/

@media (min-width: 1601px) {
    /*.carousel-inner:before {
        left: 35%;
    }*/

    .carousel-caption {
        top: 44%;
    }
}


@media (max-width: 992px) {

    .home .carousel-caption {
        top: 30%;
        left: 10%;
        text-align: left;
        width: 100%;
        background-image: linear-gradient(45deg, #ffffff, transparent);
    }
    
    .carousel-caption-temp2{
        background-image: none !important;
    }

}
/* Large desktops and laptops */
@media (max-width: 1200px) {
    #checketa p, #login p, #CallNow2 p, #divFastPay p {
        font-size: 11px !important;
    }

    /*.carousel-inner:before {
        left: 0%;
        -webkit-transform: skew(0deg);
        -ms-transform: skew(0deg);
        transform: skew(0deg);
    }*/

    /*.home .carousel-caption {
        top: 30%;
        left: 10%;
        text-align: left;
        width: 100%;
        background-image:linear-gradient(45deg, #ffffff, transparent);
    }*/

    .home .carousel-caption p {
        font-family: 'Montserrat', sans-serif!important;
        font-weight: 400!important;
        font-size: 21px;
        color: darkslategray;
        width: 90%;
        text-shadow: none;
    }

    .gsi-step-indicator li .desc label {
        font-size: 13px !important;
    }
}

@media (min-width: 992px) {

    #topheader.shrink, #quicklinks.shrink {
        height: 60px !important;
        min-height: 60px !important;
        max-height: 60px !important;
    }

    #topheader.shrink {
        min-height: 115px !important;
        padding-top: 45px !important;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    
    .carouselPosition {
        padding-top:170px;
    }

    #quicklinks.shrink {
        min-height: 60px !important;
        padding-top: 0px !important;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .shrink #logo {
        position: relative;
        top: -27px;
    }

        .shrink #logo img {
            height: 46px;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

    .shrink nav#nav1, .shrink #navbg-full {
        display: none;
    }

    .shrink #quicklinks {
        top: -2px !important;
    }

    #visiblefullScreen.shrink {
        display:block;
    }
    
.topnav2 {
        position: absolute;
        top: -5px;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 0px;
        padding-right: 0px;
        height: 43px;
        background: #004B85;
}


        .topnav2 br {
            display: none;
        }

        .topnav2 nav {
            height: 43px;
            width: 100%;
            margin-left: 0px;
            margin-right: 0px;
            top: 0px;
        }

            .topnav2 nav ul {
                position: relative;
                z-index: 2 !important;
            }

        .topnav2 .navbar-header {
            padding-bottom: 0px;
        }

        .topnav2 .navbar-nav {
            margin: 0px 0!important;
        }

    .navbar-toggle {
        padding-bottom: 0px;
    }

    .topnav2 .nav {
        width: 100%;
        background: #004B85;
    }

    .nav > li:first-child {
        margin-left: 0px;
    }

    .topnav2 .nav > li {
        float: none;
        width: 100%;
        border-bottom: 1px solid #003964;
    }

        .topnav2 .nav > li > a {
            border-right: none;
            width: 100%;
            font-size: 16px !important;
            height: 100% !important;
            padding: 20px 0;
        }

        .topnav2 .nav > li:first-child a:before {
            content: none;
        }

        .topnav2 .nav > li:first-child a:hover:before {
            content: none;
        }

    .topnav2 .navbar-toggle span {
        background: #FFF;
    }

    .navbar-toggle.shrink {
        display:block;
    }
    
    #navbar.navbar-collapse.collapse {
        display: none !important;
    }

        #navbar.navbar-collapse.collapse.in {
            display: block !important;
        }

    navbar-header2.navbar-header .collapse, navbar-header2 .navbar-toggle {
        display: block !important;
    }

    #navbar-header2.navbar-header {
        float:none;
    }
    /*#navbar .navbar-nav {
        float:none;
    }*/
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .nav > li:first-child a:before {
        right: 77px;
    }

    .nav > li:first-child {
        margin-left: -15px;
    }

    .nav > li > a {
        padding: 0px 10px;
        font-size: 16px !important;
        line-height: 18px !important;
    }

    #qacopy h2 {
        font-size: 30px;
    }

    #qacopy p {
        font-size: 18px;
    }

    p#qaclick {
        font-size: 21px;
    }

    #phoneimage {
        margin-top: -20px;
    }

    #callnowfooter {
        margin-top: 20px;
        font-size: 16px;
    }

        #callnowfooter span {
            font-size: 23px;
        }

    #footertimes {
        font-size: 16px;
    }

    #maininside .featureditem p {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .gsi-step-indicator li .desc label {
        font-size: 16px !important;
    }

    .gsi-step-indicator li {
        width: 100% !important;
    }

        .gsi-step-indicator.triangle li::after, .gsi-step-indicator.triangle li > *::after, .gsi-step-indicator li .desc span {
            display: none !important;
        }

    #logo {
        margin-bottom: 20px;
    }

    #navbg-full {
        display: none;
    }

    #topnav2 {
        position: absolute;
        top: -5px;
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 0px;
        padding-right: 0px;
        height: 43px;
        background: #004B85;
    }

        #topnav2 br {
            display: none;
        }

        #topnav2 nav {
            height: 43px;
            width: 100%;
            margin-left: 0px;
            margin-right: 0px;
            top: 0px;
        }

            #topnav2 nav ul {
                position: relative;
                z-index: 2 !important;
            }

        #topnav2 .navbar-header {
            padding-bottom: 0px;
        }

        #topnav2 .navbar-nav {
            margin: 0px 0!important;
        }

    .navbar-toggle {
        padding-bottom: 0px;
    }

    #topnav2 .nav {
        width: 100%;
        background: #004B85;
    }

    .nav > li:first-child {
        margin-left: 0px;
    }

    #topnav2 .nav > li {
        float: none;
        width: 100%;
        border-bottom: 1px solid #003964;
    }

        #topnav2 .nav > li > a {
            border-right: none;
            width: 100%;
            font-size: 16px !important;
            height: 100% !important;
            padding: 20px 0;
        }

        #topnav2 .nav > li:first-child a:before {
            content: none;
        }

        #topnav2 .nav > li:first-child a:hover:before {
            content: none;
        }

    #topnav2 .navbar-toggle span {
        background: #FFF;
    }

    #logo, #topnavarea {
        margin-top: 30px;
    }

    #mainhomecopy {
        padding: 20px 0;
    }

    #faqcopy, .faqcopy {
        padding: 20px 0;
    }

    #phonearea.container-fluid, .phonearea.container-fluid {
        /*background-image: url(images/Couple_Looking_at_Phone_BLUE_BACKGROUND_1600x400.png);*/
        /*background-image: url(images/Smart_Technology.jpg);
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
        min-height: 400px;*/
    }

    #phonecopy, .phonecopy {
        padding: 20px 0;
    }

        #phonecopy p, .phonecopy p {
            font-size: 14px;
        }

    #qacopy {
        padding: 20px 0px;
        min-height: auto;
        height: auto !important;
    }

        #qacopy h2 {
            font-size: 30px;
            margin-top: 0px;
        }

        #qacopy p {
            font-size: 18px;
        }

    p#qaclick {
        font-size: 18px;
    }

    #footer {
        /*background: #99B7CE;*/
        border-bottom: none;
    }

    #lowerleftfooter2 .row p {
        font-size: 10px !important;
        text-align: center;
        padding: 20px 1px;
    }

    #sidebar {
        margin-top: 0px;
        text-align: center !important;
        margin-bottom: 30px;
    }

        #sidebar ul {
            padding-left: 0px;
        }

    #carouselmini {
        padding-top: 170px;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

    .hideonmedia768px991px {
        display: none;
    }
     .carouselPosition {
        padding-top: 170px;
    }
    .ShowOnmedia768px991px {
        display: normal;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

        .navbar-collapse.collapse.in {
            display: block !important;
        }

    .navbar-header .collapse, .navbar-toggle {
        display: block !important;
    }

    .navbar-header {
        float: none;
    }

    .carousel-captionMaster {
        top: 60%;
        left: 0px;
    }
    #apartments img, #house img {
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }

    #apartments p, #house p {
        font-size: 18px;
    }

    .getdelivery {
        background: none;
    }

        .getdelivery a {
            font-size: 27px;
        }

            .getdelivery a:hover {
                border-right: 1px solid #64AD45;
                height: auto;
            }

    #maininside div.featureditem {
        margin-bottom: 30px;
    }

    .shrink {
        height: 120px !important;
        min-height: 120px !important;
        max-height: 120px !important;
    }

    #topheader.shrink {
        min-height: 120px !important;
        padding-top: 0px !important;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #quicklinks.shrink {
        min-height: 120px !important;
        padding-top: 0px !important;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        top: -30px;
    }

    .shrink #logo {
        z-index: 1;
    }

        .shrink #logo img {
            margin-top: -15px;
            height: 46px;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
            z-index: 1;
        }

    .shrink #navbg-full {
        display: none;
    }

    .carouseltitle {
        /*line-height:100%;
        font-size:medium;*/
    }

    .carousel-caption span {
        font-size: 36px;
        /*font-size:medium;*/
        color: #003964;
        font-family: 'Montserrat', sans-serif!important;
        font-weight: 700!important;
        font-weight: 700;
        display: block;
        padding: 10px;
        line-height: 100%;
    }

    .carouselimage {
        width: 300%;
        background-image: linear-gradient(to left, #fff 40%, transparent), url(images/Header_Image.jpg);
    }

    #mainhome.container-fluid {
        /*background-image: linear-gradient(to left, #e6e6e6 30%, transparent), url(images/Appliance_Leasing....jpg) ;*/
        background-image: url(images/Appliance_Leasing....jpg);
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 300px;
    }


    #phonearea.container-fluid, .phonearea.container-fluid {
        /*background-image: url(images/Couple_Looking_at_Phone_BLUE_BACKGROUND_1600x400.png);*/
        /*background-image: url(images/Smart_Technology.jpg);
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;*/
    }

    #phonecopy, .phonecopy {
        padding: 20px 0;
    }

        #phonecopy p, .phonecopy p {
            font-size: 14px;
        }

        #phonecopy p, .phonecopy p, .phoneapp, .phoneapp span {
            font-size: 14px;
        }

        .phoneapp img {
        background-color: black;
        border-radius: 10%;
    }


        
    #faq.container-fluid {
        
        background-image: url(images/Click_Here_for_Answers_flipped.jpg);
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 400px;
    }

    
    
    .orderNowCarousel {
        position:fixed;
        top:86%;
        left:5%;
        height:25px;
        width:140px;
        font-size: 19px;
    }



    .orderNowCarousel:hover {
            color: #64AD45;
            border-bottom: 3px solid #64AD45;
            border-left: 3px solid #64AD45;
            border-top: 3px solid #64AD45;
            border-right: 3px solid #64AD45;
            background-color: #ffffff;
            height: 40px;
            width: 170px;
        border-radius: 30px;
    }
    
    .getStartedCarousel {
        background-color:#26abe2;
    }
    .getStartedCarousel:hover {
        background-color:#ffffff;
        color:#26abe2;
        border-color: #26abe2;
    }

    .signUpAndSave {
        /*background-color:#dca53a;*/
        background-color:white;
        width:200px;
    }
    .signUpAndSave:hover {
        background-color: white ;
        color:#182a54;
        border-color: white;
        
        border-color: #182a54;
    }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
    /*#pointer {
	display: none;
}*/
    
     .carouselPosition {
        padding-top: 216px;
    }
    .carouseltitle {
        /*line-height:100%;
        font-size:medium;*/
    }

    .carousel-caption span {
        font-size: 36px;
        /*font-size:medium;*/
        color: #003964;
        font-family: 'Montserrat', sans-serif!important;
        font-weight: 700!important;
        font-weight: 700;
        display: block;
        padding: 10px;
        line-height: 100%;
    }

    .carouselimage {
        width: 300%;
    }

    #logo img {
        display: block;
        margin-top: 15px;
        /*padding: 0 20%;*/
        max-height: 130px;
    }

    #mobilelinks {
        position: absolute;
        top: 7px;
        z-index: 100;
    }

        #mobilelinks p {
            float: left;
            display: block;
            width: 36px;
        }

        #mobilelinks i {
            color: #FFF;
        }

    #callnow {
        position: relative;
        text-align: center;
        margin-bottom: -20px;
        display: block;
        clear: both;
    }

    .home main {
        margin-top: 233px;
    }

    #apartments {
        margin-top: 0px;
        padding-top: 30px;
    }

    #house {
        margin-top: -10px;
    }

        #apartments p, #house p {
            font-size: 18px;
        }

    .getdelivery a {
        font-size: 27px;
    }


      #mainhome.container-fluid {
        /*background-image: linear-gradient(to left, #e6e6e6 30%, transparent), url(images/Appliance_Leasing....jpg) ;*/
        background-image: url(images/Appliance_Leasing....jpg);
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 300px;
    }

    #phonearea.container-fluid, .phonearea.container-fluid {
        /*background-image: linear-gradient(to right, #004b85 10%, transparent), url(images/Smart_Technology.jpg) ;*/
        /*background-image: url(images/Smart_Technology.jpg);
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
        min-height: 300px;*/
    }

    
    #phonecopy h3, .phonecopy h3 {
        font-size: 29px;
        padding-bottom: 3%;
    }

    
    .phoneapp img {
        background-color: black;
        border-radius: 10%;
    }

    #faq.container-fluid {
        
        background-image: url(images/Click_Here_for_Answers_flipped.jpg);
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 350px;
    }





    .googleImg {
        width: 115%;
    }

    #qaarea {
        /*background: linear-gradient(  to right,  #59B8FF 0%,  #59B8FF 50%,  #7AC6FF 50%,  #7AC6FF 100%);*/
    }

    #qaarea {
        background: url(images/qa-small.jpg) center no-repeat #59B8FF;
        background-size: cover;
    }

    #qacopy {
        background: none;
        text-align: center;
        margin: 0 auto;
    }

    #qaclick img {
        width: 90px;
    }

    p#qacall {
        padding: 10px 0;
        font-size: 14px;
    }

    div.featureditem {
        margin-bottom: 30px;
    }

    .shrink {
        height: 120px !important;
        min-height: 120px !important;
        max-height: 120px !important;
    }

    #topheader.shrink {
        min-height: 120px !important;
        padding-top: 0px !important;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .shrink #logo {
        z-index: 1;
    }


        .shrink #logo img {
            margin-top: 15px;
            height: 46px;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
            z-index: 1;
        }

     
    .shrink #navbg-full {
        display: none;
    }

    .shrink #callnow {
        top: -70px !important;
        position: relative;
        margin: 0 auto;
        text-align: center;
        display: block;
    }

        .shrink #callnow p span {
            font-size: 18px !important;
            width: 100%;
            margin: 0 auto;
            text-align: center;
            display: block;
        }


    .Highlight {
        border: groove;
        border-color: #003964;
        border-width: thin;
        border-radius: 2%;
        padding: 10% 0;
    }

    .HightlightWrap {
        /*padding-top:4%;
        padding-bottom:4%;*/
        padding:4% 10%;
    }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    #apartments p, #house p {
        font-size: 14px;
    }

    .getdelivery {
        background: none;
    }

        .getdelivery a {
            font-size: 27px;
        }

            .getdelivery a:hover {
                border-right: 1px solid #64AD45;
                height: auto;
            }

    #phonecopy h3, .phonecopy h3 {
        font-size: 36px;
        padding-bottom: 3%;
    }

    .phoneapp span {
        display: block;
        clear: both;
        padding-left: 40px;
    }
}

/*ipad and pro*/
@media (min-width: 1024px) and (max-width: 1366px) {

    .carousel-caption span {
        /*font-size: 36px;*/
        font-size: 36px;
        color: #003964;
        font-family: 'Montserrat', sans-serif!important;
        font-weight: 700!important;
        font-weight: 700;
        display: block;
        padding: 10px;
        line-height: 100%;
    }

    .home .carousel-caption p {
        font-family: 'Montserrat', sans-serif!important;
        font-weight: 400!important;
        font-size: 18px;
        color: darkslategray;
        width: 60%;
        text-shadow: none;
    }
}
