div.slider-text a {
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid transparent;
    padding: 0px 20px;
    line-height: 50px;
    font-size: 20px;
    background: linear-gradient(to bottom,rgb(0, 0, 0) 0,rgb(66, 66, 66) 100%);
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.video-responsive{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.video-responsive iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}
@media(max-width:768px) {
.banner-container .customhtml  {
max-width:350px;
margin:auto;
}
.banner-container .customhtml span {
font-size:24.0pt !important;
}
}

a.banner-link {
    font-size: 15px;
    font-weight: 500;
}

.navbar-default .navbar-nav>li>a {
    color: #777;
    font-size: 18px;
}



/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
.footer-container {
    display: none;
}

h1.pagetitle {
    display: none;
}
a.navbar-brand img {
    max-width: 86px !important;
    margin: -17px 0px -25px 0!important;
}
}
/* Portrait phones and smaller */
@media (max-width: 480px) {
.footer-container {
    display: none;
}
h1.pagetitle {
    display: none;
}
a.navbar-brand img {
    max-width: 86px !important;
    margin: -17px 0px -25px 0!important;
}
}



.make a img {
    border: 1px solid #757575;
    box-shadow: 0px 0px 2px 1px #c4c4c4;
    transition: 0.3s all ease-in-out;
}

.make a img:hover {
    border: 1px solid #757575;
    box-shadow: 0px 0px 2px 3px #c4c4c4;
}

.column1, .column2, .column3 {
width: 100%;
}

/********************
Splash page continue link
**********************/
.footer-links-heading {
    font-size: large;
    color: red;
}

.pricenote {
color: red !important;
}