﻿body {
    position: relative;
    overflow-x: hidden;
    font-family: 'Roboto';
    min-width: 318px;
}
.animated {
    visibility: visible!important;
}
body.affix-top {
    padding-top: 0!important;
}
body.affix,
body.affix-bottom {
    padding-top: 70px;
    position: relative;
}

.modal-backdrop.aside-backdrop {
    position: absolute;
}
/* Header */
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
body.quote.aside-menu-in header.affix,
body.quote.aside-menu-in header.affix-top {
    left: auto;
}
body.quote.aside-menu-in {
    overflow:hidden;
}

header .brow-bar {
    height: 38px;
    width: 100%;
    position: relative;
    z-index: 1;
}
header .brow-bar p {
    margin: 0;
    line-height: 38px;
}
header .brow-bar ul {
    margin: 0;
}
header .brow-bar ul li {
    padding: 9px 7px;
    margin: 0;
    vertical-align: top;
}
header .brow-bar ul li a, header .brow-bar ul li span {
    color: #fefefe;
    font-weight: 300;
    font-size: 13px;
    font-family: 'Roboto';
}
header .brow-bar ul li ul {
    display: none;
}
header .brow-bar ul.country-select li {
    border: none;
    padding-right: 0;
}
header .brow-bar ul.country-select li > span {
    color: #000;
}
header .brow-bar ul.country-select li img {
    margin-left: 8px;
    border: 1px solid rgba(0,0,0,0.2);
}
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}
header .navbar-collapse {
    padding: 0;
}
header .navbar-collapse .btn {
    margin: 18px 0 0 20px;
    padding: 10px 15px;
}
header .navbar-nav li a {
    margin-top: 0;
    padding-top: 28px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
header .navbar-nav li a:hover,
header .navbar-nav li.active a,
header .navbar-nav li a:active,
header .navbar-nav li a:focus {
    padding-top: 28px;
    color: #e91b23;
}
header .navbar-nav li a .fa {
    display: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    text-shadow: none;
    margin-top: -10px;
}
header .navbar-nav li.active span {
    display: none;
}
header .navbar-nav li.active .fa {
    display: block;
}
header .callBtn,
header .navbar-toggle {
    border-width: 2px;
    border-style: solid;
    width: 50px;
    height: 50px;
    border-radius: 0;
    float: right;
    margin-right: 0;
    margin-top: 15px;
}
header .callBtn {
    margin-right: 15px;
}
header.affix,
header.affix-bottom {
    position: absolute;
    z-index: 9999!important;
}
header .callBtn .fa {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
@media only screen and (min-width : 992px) {
    header .navbar-nav li {
        margin: 0;
    }
}
@media only screen and (min-width : 1200px) {
    header .navbar-nav li {
        margin: 0 10px;
    }
    #about .row:first-child {
        background-size: contain;
        padding-bottom: 0;
    }
}
@media only screen and (max-width:991px) {
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    #waypoint {
        height: 10px !important;
        border-bottom: 0 !important;
    }
    #waypoint .row {
        display: none;
    }
    #why .row {
        background-size: 110%!important;
        background-position: 140px bottom!important;
    }
}

/* Footer */
.navbar-brand {
    margin: 15px 0;
    display: block;
    width: 175px;
    height: 50px;
    padding: 0;
    text-indent: -9999px;
}

/****************************** SIDE MENU NAVIGATION - MOBILE / TABLETS ******************************/
.aside-menu {
	width:286px;
	height:100%;
	overflow-y:scroll;
	position:fixed;
	right:0;
	top:0;
	display:none;
    z-index: 9999;
    border-top: 15px solid #000;
}
.aside-menu .btn-alt {
    float: none;
    margin: -3px 15px 20px;
    display: block;
    border-color: #fff;
    color: #fff;
    padding: 14px;
    background: rgba(0,0,0,0.2)
}
.aside-menu .btn-alt:hover {
    background: none!important;
    border-color: #fff!important;
    color: #fff!important;
}
.aside-menu .nav>ul
{
	margin:0;
	padding:0;
	list-style:none
}
.aside-menu .nav>ul>li
{
	border-bottom:1px solid #333
}
.aside-menu .nav>ul>li>a
{
	display:block;
	padding:5px 15px;
	font-size:14px;
	color:#fff
}
.aside-menu .nav>ul>li>a:hover
{
	text-decoration:none;
	color:#19bbe5;
	background:#292929
}
.aside-menu .nav>ul>li>a>i {
    border-radius: 50%;
    background: #222;
    border: 2px solid #fff;
    text-align: center;
    font-size: 32px;
    color: #fff;
    width: 44px;
    height: 44px;
    margin-right: 10px;
    display: block;
    line-height: 40px;
    float: left;
    margin-top: 8px;
}
.aside-menu .nav>ul>li:nth-child(2) a i {
    line-height: 42px;
}
.aside-menu .nav>ul>li:nth-child(3) a i {
    font-size: 26px;
}
.aside-menu .nav>ul>li:nth-child(4) a i {
    font-size: 24px;
    line-height: 39px;
}
.aside-menu .nav>ul>li:nth-child(5) a i {
    font-size: 26px;
    line-height: 42px;
}
.aside-menu .nav>ul.sectionCover li a {
    line-height: 60px;
    font-size: 16px;
}
.aside-menu h5.side-section-title {
    color: #fff;
    margin: 15px;
}
.aside-menu-in .wrapper
{
    position: relative;
	left:-280px
}
.aside-menu-in  header.affix {
    left: -280px;
}
@media only screen and (min-width:992px) {
    .aside-menu {
        display:none !important;
    }

    .aside-menu-in .wrapper {
        position: relative;
        left:0 !important;
    }
}

/* Hero banner */
#banner {
    position: relative;
    width: 100%;
    max-height: 625px;
    margin-bottom: 0;
    overflow: hidden;
}
#banner.affix,
#banner.affix-bottom {
    margin-bottom: 70px;
}
#banner .container {
    position: relative;
    z-index: 1;
}
#banner h1 {
    margin-top: 40px;
}
#banner h2.uppercase {
    margin-bottom: 25px;
}
#banner .contentBlock p {
    font-size: 16px;
}
#banner .contentBlock p strong,
#banner .contentBlock h4 strong {
    background-color: #e91b23;
    font-weight: 400;
    color: #fff;
    padding: 2px 5px !important;
    display: inline-block;
}
#banner .carousel-inner,
#banner .carousel-inner .item {
    min-height: 296px;
    overflow: visible;
    margin-bottom: -20px;
}
#banner .carousel-indicators {
    bottom: 30px;
    z-index: 1;
}
#banner .carousel-indicators .active {
    background: #19bbe5;
}
#banner .priceBubble {
    position: absolute;
    top: 70px;
    right: 30px;
    z-index: 500;
}

#banner .carousel .carousel-control {
    z-index: 1;
    background: none;
    width: 46px;
}
#banner .carousel .carousel-control i {
    height: 24px;
    line-height: 24px;
    width: 24px;
    background: rgba(0,0,0,0.3);
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -24px;
    color: #fff;
    text-shadow: none;
}
#banner .carousel .carousel-control i.fa {
    font-size: 10px;
}

@media only screen and (max-width: 991px) {
    #banner .hero-image-container {
        height: 200px;
    }

    #banner .hero-lead-text {
        height: 215px;
    }
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
         opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media only screen and (max-width : 991px) {
    #banner .btn {
        position: relative;
        z-index: 9999;
    }
    #banner .container {
        height: 833px;
    }
    #banner .carousel-inner, 
    #banner .carousel-inner .item {
        max-height: 100%;
        min-height: 628px;
    }
    #banner .carousel .carousel-control i {
        top: 195px;
    }
    #banner img.assetImg {
        max-height: 279px;
    }
}
@media (max-width: 767px) {
    #banner {
        min-height: 740px;
    }
    #banner h1 {
        max-width: 320px;
        margin: 40px auto 0;
    }
    #banner .container {
        height: 648px;
    }
    #banner .carousel .carousel-control i {
        top: 175px;
    }
    .icon-list .icon-list-item h4 {
        margin: 7px!important;
    }
}


/* Static banner */
#staticBanner {
    padding-top: 15px;
    padding-bottom: 0px;
    position: relative;
    margin-bottom: 0;
}
div.background-mask {
    position: absolute;
    top: 0;
    content: ' ';
    width: 100%;
    height: 10px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #dddddd 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #dddddd 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #dddddd 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 );
}

/* Seperators */
.seperator {
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: -50px;
    margin-bottom: 45px;
    background: none !important;
}
.seperator .col-xs-6:nth-child(1) {
    background: #2d2d2d;
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
    margin-left: -10px;
    margin-right: -15px;
    margin-bottom: -45px;
    width: 51%;
    float: left;
    height: 100px;
}
.seperator .col-xs-6:nth-child(2) {
    background: #2d2d2d;
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
    width: 51%;
    margin-right: -10px;
    margin-left: -15px;
    margin-bottom: -45px;
    float: right;
    height: 100px;
}
.shadow-bottom {
    margin-top: -20px;
    margin-bottom: 10px;
}

/* Content attributes */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    margin: 0;
    padding: 0;
}
h1 {
    font-weight: 300;
    font-size: 36px;
    margin-bottom: 20px;
    margin-top: -8px;
}
@media (min-width: 1200px) {
    h1 {
        font-size: 40px;
    }
}
h2 {
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 30px;
}
h1 strong,
h2 strong {
    font-weight: 400;
}
h2.uppercase {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 3px;
    margin-top: 20px;
    margin-bottom: 40px;
    font-family: Roboto;
}
h3, h3.title {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 32px;
}
h3.title strong {
    font-weight: 400;
}
h3.listTitle {
    font-size: 18px !important;
    font-weight: 500 !important;
    margin: 14px 0 15px;
}

.strapline {
}

.lead {
    color: #111;
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 50px;
}

.label-info {
    background-color: #19bbe5;
    font-family: Arial;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 8px;
}

.contentBlock {
    line-height: 22px;
}

.contentBlock h4 {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 20px;
}

.contentBlock p {
    margin: 20px 0;
}

.contentBlock address {
    line-height: 22px;
    font-size: 14px;
    font-family: Arial;
}

.contentBlock ul {
    padding: 5px 0 0 12px;
    margin-bottom: 0;
}

.contentBlock ol {
    padding: 5px 0 0 15px;
    margin-bottom: 0;
}

.contentBlock ul li,
.contentBlock ol li {
    padding: 5px 0;
    font-weight: 600;
}

.numberList,
.tickList {
    padding: 0 !important;
}

.numberList li,
.tickList li {
    list-style: none;
    font-weight: normal !important;
    padding: 0 !important;
    clear: both;
}

.numberList li .listIcon {
    width: 28px;
    height: 28px;
    display: block;
    line-height: 26px;
    border-width: 0px;
    background: none;
    float: left;
    margin-right: 15px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 4px;
    color: #000;
    border: 2px solid #000;
}

.tickList {
    padding: 5px 0px 0px 15px !important;
}

.tickList li {
    margin-bottom: 2px;
}

.tickList li .listIcon {
    width: 28px;
    height: 28px;
    border-radius: 0;
    line-height: 26px;
    border-width: 2px;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
}

.tickList li p {
    position: relative;
    padding-left: 47px;
    min-height: 32px;
    line-height: 32px;
}

.tickList li p:nth-child(2) {
    padding-left: 0;
    line-height: 130%;
}

.icon-list {
    margin: 40px 0 30px;
    position: relative;
    top: 3px;
    width: 100%;
}

.icon-list .icon-list-item {
    float: left;
    width: 100%;
}

.icon-list .icon-list-item .listIcon {
    width: 56px;
    height: 56px;
    line-height: 52px;
}

.icon-list .icon-list-item h4 {
    font-size: 16px;
    margin: 7px 0;
    line-height: 22px;
    font-weight: 400;
}

.priceBubble {
    width: 145px;
    height: 145px;
    padding: 10px;
    color: #fff;
    text-align: center;
    border: 8px solid #c80002;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(233,27,35,0.2);
    -moz-box-shadow: 0px 0px 5px 1px rgba(233,27,35,0.2);
    box-shadow: 0px 0px 5px 1px rgba(233,27,35,0.2);
}

.priceBubble > .inner {
    width: 123px;
    height: 123px;
    border-radius: 50%;
    border: 2px solid #c80002;
    position: absolute;
    top: 3px;
    left: 3px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e91b23+22,e91b23+100 */
    background: #e91b23; 
    background: -moz-linear-gradient(-45deg,  #ffffff 0%, #e91b23 33%, #e91b23 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#e91b23 33%,#e91b23 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #ffffff 0%,#e91b23 33%,#e91b23 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e91b23',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.priceBubble > div.inner > span {
    display: block;
    font-weight: 500;
    margin: 20px auto 3px;
    max-width: 90px;
    font-size: 14px;
    line-height: 16px;
}

.priceBubble > div.inner > strong {
    display: block;
    font-size: 38px;
    font-weight: 600;
    font-family: 'Roboto';
    line-height: 44px;
    letter-spacing: -2px;
}

.priceBubble > div.inner > small {
    color: #fff;
    font-family: 'Roboto';
    font-weight: 500;
    display: inline-block;
    font-size: 11px;
}

.listIcon {
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    height: 48px;
    width: 48px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #ccc;
    font-family: 'Roboto';
    margin-top: 15px;
}

.page-header {
    position: relative;
}

.page-header.page-header-with-icon {
    margin: 60px 0 30px;
    padding-bottom: 0;
    padding-top: 16px;
    text-align: center;
}

.page-header.page-header-with-icon > [class^="fa-"],
.page-header.page-header-with-icon > [class*=" fa-"] {
    display: block;
    font-size: 30px;
    left: 50%;
    line-height: 54px;
    margin-left: -28px;
    position: absolute;
    top: -28px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    z-index: 1;
}

.page-header.page-header-with-icon h1,
.page-header.page-header-with-icon h2,
.page-header.page-header-with-icon h3,
.page-header.page-header-with-icon h4,
.page-header.page-header-with-icon h5,
.page-header.page-header-with-icon h6 {
    font-size: 26px;
    font-weight: 400;
    margin: 20px 10px;
}

.page-header.page-header-with-icon small {
    display: block;
    font-size: 16px;
    text-transform: none;
}

a {
    color: #19bbe5;
}

/* Tab */
.nav-tabs {
    border-bottom: 1px solid #f0f0f0;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04) inset;
    margin-top: 15px;
}

.nav-tabs > li > a {
    border-radius: 0;
    color: #666666;
    font-size: 14px;
    padding: 12px 25px;
    position: relative;
}

.nav-tabs > li > a .fa {
    margin-right: 5px;
    font-size: 16px;
}

.nav-tabs > li > a:hover {
    background-color: #fafafa;
    border-color: #f0f0f0 #f0f0f0 #ebebeb;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fafafa;
    border-color: #f0f0f0 #f0f0f0 transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.04);
    color: #666;
    font-family: 'Roboto';
}

.nav-tabs > li.active > a::after {
    background-color: #00bfff;
    content: "";
    height: 103%;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px;
}

.tab-content:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px;
}

.tab-content {
    border: none;
    box-shadow: none;
    margin-bottom: 15px;
    padding: 25px;
    position: relative;
    clear: both;
    background: rgba(255,255,255,0.6);
}

.tab-content p {
    margin-top: 0;
}

/* Vertical Tabs */
.vertical {
    margin: 20px 0;
}
.vertical.hc-tabs {
    margin: 40px 0;
}
.vertical .nav-tabs, .vertical .tab-content {
    display: table-cell;
    margin: 0;
    vertical-align: top;
}
.vertical .nav-tabs {
    background-color: #999999;
    border-bottom-color: transparent;
    box-shadow: none;
}
.vertical .nav-tabs > li {
    float: none;
}
.vertical .nav-tabs > li a {
    border-bottom: 1px solid #8f8f8f;
    color: #ffffff;
    margin: 0;
    padding: 15px 40px;
    white-space: nowrap;
}
.vertical .nav-tabs > li > a:hover {
    border-color: #f0f0f0 transparent #ebebeb #f0f0f0;
    color: #666666;
    z-index: 2;
}
.vertical .nav-tabs > li > a:hover::after {
    background-color: #00bfff;
    content: "";
    height: 102%;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px;
}
.vertical .nav-tabs > li.active > a, .vertical .nav-tabs > li.active > a:hover, .vertical .nav-tabs > li.active > a:focus {
    border-bottom-color: #f0f0f0;
    border-right-color: transparent;
    box-shadow: -1px 0 1px rgba(0, 0, 0, 0.04);
    color: #666666;
    width: 101%;
    z-index: 2;
}
.vertical .nav-tabs > li.active > a::after {
    left: -1px;
    top: -1px;
}
.vertical .tab-content {
    border-top: 1px solid #f0f0f0;
    box-shadow: 1px 0 1px rgba(0, 0, 0, 0.04);
    left: -1px;
    padding: 20px 30px;
    z-index: 1;
}
.vertical .tab-content::after {
    background-color: transparent;
}

/* Ribbons */
.ribbon {
    position: absolute;
    top: 0;
    line-height: 110%;
    color: #fff;
    background: #333;
    padding: 8px 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 13px;
    z-index: 1;
    border: 1px solid #333;
}
.ribbonRight {
    right: 15px;
    border-radius: 6px;
    min-height: 30px;
    line-height: 30px;
    padding: 1px 15px;
    top: 4px;
}
.ribbonRight:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-right-color: #333;
    border-width: 15px;
    margin-top: -15px;
    margin-right: -2px;
}
.ribbonRight:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-right-color: #333;
    border-width: 15px;
    margin-top: -15px;
    margin-right: -3px;
}
.ribbonLeft {
    left: 15px;
    border-radius: 3px;
    min-height: 30px;
    line-height: 30px;
    padding: 1px 15px;
    top: 4px;
}
.ribbonLeft:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-left-color: #333;
    border-width: 15px;
    margin-top: -15px;
    margin-left: -1px;
}
.ribbonLeft:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-left-color: #333;
    border-width: 15px;
    margin-top: -15px;
    margin-left: -2px;
}
.ribbonBottom {
    top: auto !important;
    bottom: 0 !important;
}
.ribbonTop {
    top: -40px;
    left: -15px;
    margin: 0 15px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    width: 92%;
}
.ribbonTop:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #333;
	border-width: 15px;
	margin-left: -15px;
}
.ribbonTop:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #333;
	border-width: 15px;
	margin-left: -15px;
    margin-top: -1px;
}
/* Buttons */
.btn {
    margin-top: 8px;
    border-radius: 0;
    font-size: 15px;
    font-family: 'Roboto';
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 15px 16px;
    font-size: 20px!important;
    font-weight: 300;
    width: 100%;
    margin: 0;
}
.btn-alt.btn-lg {
    padding: 13px 14px!important;
}
.btn-short {
    width: 240px;
}
.btn .fa {
    margin-left: 8px;
}
.btn-lg .fa {
    font-size: 16px;
}
.btn-primary {
    border: none;
    min-width: 180px;
    padding: 12px 14px;
}
.btn-default {
    border: none;
}
.btn-alt {
    font-size: 13px;
    font-weight: 400;
    padding: 8px 14px;
}
.btn-alt i {
    position: relative;
    top: -1px;
}
.btn-link {
    padding: 0;
}

/* Section backgrounds */
section {
    padding: 20px 0 0 0;
}

section > .container {
    padding-left: 30px;
    padding-right: 30px;
}

.background {
    background-size: cover;
    background-repeat: no-repeat;
}
.dark h1,
.dark h2,
.dark h3 {
    font-weight: 300;
}
.dark .panel {
    border: none;
    border-radius: 0;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
}

/****************************************** Promo Controller ******************************************/
#promo {
    width: 100%;
    position: relative;
    z-index: 10;
    padding: 0;
    height: 80px;
    background: #222;
    color: #fff;
}
#promo h2 { 
    margin: 17px 0;
}
#promo .promo-quote  {
    display: table;
    height: 80px;
    width: auto;
    margin: auto;
}
#promo blockquote {
    border: 0;
    font-weight: 300;
    font-size: 20px;
    margin: 0;
    padding: 15px;
    display: table-cell;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
}
#promo blockquote i.fa-quote-left {
    font-size: 17px;
    color: #e91b23;
    margin-right: 5px;
    vertical-align: super;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
#promo blockquote i.fa-quote-right {
    font-size: 17px;
    color: #e91b23;
    margin-left: 5px;
    margin-right: 15px;
    display: inline;
    vertical-align: super;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
#promo blockquote footer {
    display: inline-block;
    color: #ccc;
}
#promo blockquote footer:before {
    display: none;
}
#promo .btn {
    margin-top: 0;
}
#promo .defaqto-badge {
    max-height: 60px;
}
#promo .feefo-badge {
    margin: 15px 30px 15px 0;
    max-height: 30px;
    float:left;
}
#promo .feefo-testimonial > p {
    margin: 10px 0 0 0;
}
#promo .feefo-testimonial > div > i.fa {
    color: #f7df09;
}

@media (max-width: 991px) {
    #promo blockquote {
        font-size: 16px;
        line-height: 22px;
    }
    #promo blockquote i.fa-quote-left,
    #promo blockquote i.fa-quote-right {
        font-size: 13px;
    }
}

@media (max-width: 479px) {
   #promo blockquote {
        font-size: 14px;
        line-height: 18px;
    }
    #promo blockquote i.fa-quote-left,
    #promo blockquote i.fa-quote-right {
        font-size: 11px;
    }
    
    #promo .feefo-testimonial > div > i.fa {
        display: none;
    }
}

/****************************************** Waypoint Controller ******************************************/
#waypoint {
    width: 100%;
    position: relative;
    z-index: 10;
    padding: 17px 0;
}
#waypoint .waypoint-brand {
    opacity: 0;
    -webkit-transition: all 500ms; /* Safari */
    transition: all 500ms;
    padding: 0;
}
#waypoint .waypoint-brand a,
#waypoint .waypoint-brand a:hover {
    color: #ffffff;
    text-decoration: none;
}
#waypoint .waypoint-brand .waypoint-logo {
    width: 100%;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 34px;
}
#waypoint label {
    line-height: 50px;
    margin: 0;
}
#waypoint .nav {
    margin: 12px 0;
}
#waypoint .nav > li {
    margin-right: 20px;
}
#waypoint .nav > li > a {
    color: #fefefe;
    padding: 0 0 3px;
    border-radius: 0;
}
#waypoint .nav > li.active > a {
    background: none;
    border-bottom: 2px solid;
}
#waypoint .nav-pills > li + li {
    margin-left: 5px;
}
#waypoint .video-tour a {
    border: 2px solid #fff;
    padding: 0 15px;
    border-radius: 5px;
}
#waypoint .video-tour a span {
    font-size: 14px;
    font-weight: 500;
    line-height: 42px;
    display: block;
    float: left;
    color: #fefefe;
}
#waypoint .video-tour a .fa {
    height: 42px;
    text-align: center;
    line-height: 42px;
    text-align: center;
    margin: 0 0 0 15px;
    padding: 0 0 0 15px;
    color: #fff;
    border-left: 2px solid #fff;
}
#waypoint.affix,
#waypoint.affix-bottom {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 12px 0;
    height: 70px;
}
#waypoint.affix .waypoint-brand,
#waypoint.affix-bottom .waypoint-brand {
    opacity: 1;
}
#waypoint.affix .nav,
#waypoiit.affix-bottom .nav {
    margin-left: -30px;
}

/****************************************** Quote Bar ******************************************/
#quotebar {
    padding: 20px 0 20px 0;
    position: relative;
}
#quotebar .container {
    position: relative;
    z-index: 1;
}
#quotebar .background-mask {
    min-height: 100px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
#quotebar h2 {
    margin: 7px 0;
    height: 44px;
    line-height: 44px;
}
#quotebar h3.title {
    font-size: 30px;
    margin: 10px 0;
}
#quotebar h3.title span {
    color: #00bfff;
}
#quotebar .btn-primary {
    width: 100%;
}
/****************************************** Device Cover ******************************************/
#cover {
    border-bottom: 0;
    min-height: 716px;
    position: relative;
}
#cover .item {
    min-height: 576px;
}
#cover #carousel-cover {
    min-height: 514px;
}
#cover ul.tickList {
    border-left: 3px solid;
    padding: 5px 0 0 25px!important;
    width: 100%;
    margin-top: 40px;
    margin-left: -15px;
}
#cover ul.tickList.pull-right {
    border-left: none;
    border-right: 3px solid;
    margin-right: -15px;
    margin-left: 0;
    padding: 5px 25px 0 0!important;
}
#cover ul.tickList li .listIcon {
    position: relative;
    top: -2px;
}
#cover ul.tickList.pull-right li .listIcon {
    margin-right: 0;
    margin-left: 15px;
    position: relative;
}

#cover ul.tickList.pull-left li .listIcon {
    margin-right: 15px;
    margin-left: 0;
    position: relative;
}

#cover ul.tickList li {
    min-height: 28px;
    margin-bottom: 10px;
}
#cover ul.tickList li:last-child,
#cover ul.tickList li:last-child .contentBlock,
#cover ul.tickList li:last-child .contentBlock p {
    margin-bottom: 0;
}
#cover ul.tickList li h3.listTitle {
    margin: 0;
}
#cover ul.tickList li .contentBlock {
    margin-bottom: 15px;
}
#cover ul.tickList li p {
    padding-left: 0;
    line-height: 170%;
    margin-bottom: 25px;
}
#cover .coverImg {
    margin-bottom: 50px;
}
#cover .cover-mobile-img {
    margin-top: 40px;
    max-width: 48%;
}
#cover .cover-tablet-img {
    margin-top: 30px;
    max-width: 70%;
}
#cover .cover-laptop-img {
    margin-top: 120px;
    max-width: 100%;
}
#cover .cover-camera-img {
    margin-top: 90px;
    max-width: 90%;
}
#cover .cover-gadget-img {
    margin-top: 50px;
    max-width: 50%;
}
#cover .btn.pull-right {
    margin-right: -46px;
}
#cover .btn.pull-left {
    margin-left: -46px;
}
#cover .btn.active {
    color: #fefefe;
    box-shadow: none;
    position: relative;
}
#cover .btn.active:after, 
#cover .btn.active:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#cover .btn.active:after {
	border-color: rgba(0, 191, 255, 0);
	border-width: 15px;
	margin-left: -15px;
}
#cover .btn.active:before {
	border-color: rgba(0, 191, 255, 0);
	border-width: 21px;
	margin-left: -21px;
}

/****************************************** Login ******************************************/
#login {
    border-bottom: 1px solid #eee;
    padding-bottom: 0;
}
#login .tab-content {
    background: rgba(255,255,255,0.9); 
    border: none; 
    box-shadow: none; 
    margin-bottom: 20px;
}
@media only screen and (max-width:991px) {
    #login .tab-content {
        padding: 15px;
    }
    #login .container {
        min-height: 780px;
    }
}
@media (max-width: 767px) {
    #login .container {
        min-height: 630px;
        background-size: 520px!important;
        background-position: left bottom!important;
    }
    #login .tab-content {
        padding: 0;
    }
}

/****************************************** About ******************************************/
#about {
    border-bottom: 1px solid #eee;
    padding-bottom: 0;
    margin-bottom: 15px;
}
#about .row {
    padding-bottom: 50%;
}
#about .icon-list {
    margin: 20px 0 40px;
    padding-bottom: 0;
}
#about .icon-list .row {
    background: none;
}

/****************************************** Why ******************************************/
#why.waypoint {
    border-bottom: 1px solid #eee;
    padding-bottom: 0;
}
#why.waypoint .row:first-child {
    padding-bottom: 40px;
}
#why .why-item {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#why .why-item.border-none {
    border-bottom: none;
}
#why .why-item .fa {
    color: #00bfff;
    margin-right: 10px;
}
#fair {
    padding-bottom: 20px;
}
#claim-process .container {
    background: url(/Images/hero-images/theft.jpg) no-repeat center bottom #fff; 
    background-size: contain;
}
@media only screen and (max-width:991px) {
    #claim-process .container {
        min-height: 800px;
        background-size: 140%;
        background-position: 50px bottom;
    }
}
@media (max-width: 767px) {
    #claim-process .container {
        min-height: 700px;
        background-size: 162%;
        background-position: 0 bottom;
    }
}

/****************************************** Plans ******************************************/

#plans .btn-link {
    margin-top: 0;
}
#plans img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 87%;
}
#plans .panel {
    position: relative;
    min-height: 270px;
}
#plans .ribbon {
    bottom: 25px!important;
    right: 25px;
}
#plans .row:nth-child(2) .col-md-6:nth-child(1) img {
    right: -36px;
    max-width: 76%;
}
#plans .row:nth-child(3) .col-md-6:nth-child(1) img {
    right: -55px;
    max-width: 71%;
}
#plans .row:nth-child(3) .col-md-6:nth-child(2) img {
    right: -52px;
}
#plans .contentBlock p {
    padding-right: 5px;
}
#lifestyles {
    padding-bottom: 0;
    min-height: 590px; 
    border-bottom: 1px solid #eee;
}

@media (max-width: 767px) {
    #plans .panel {
        min-height: 180px;
    }
}
@media only screen and (min-width:1200px) {
    #plans img,
    #plans .row:nth-child(2) .col-md-6:nth-child(1) img,
    #plans .row:nth-child(3) .col-md-6:nth-child(1) img,
    #plans .row:nth-child(3) .col-md-6:nth-child(2) img
     {
        max-width: 72%;
        right: 0;
    }
}
@media only screen and (max-width:991px) {
    #plans img,
    #plans .row:nth-child(2) .col-md-6:nth-child(1) img,
    #plans .row:nth-child(3) .col-md-6:nth-child(1) img {
        max-width: 40%;
        right: 0;
    }
    #plans .row:nth-child(3) .col-md-6:nth-child(2) img {
        max-width: 45%;
        right: 0;
    }
}
/****************************************** Testimonials ******************************************/
#testimonials {
    padding: 30px 0 80px;
}
#testimonials #carousel-testimonials {
    min-height: 210px;
    margin-bottom: 40px;
}
#testimonials #carousel-testimonials .carousel-indicators {
    bottom: 0;
    z-index: 0;
}
#testimonials .carousel-indicators li {
    border-color: rgba(0,0,0,0.2)
}
#testimonials .carousel-indicators .active {
    background-color: #00bfff;
}
#testimonials .testimonial {
    margin-top: 10px;
}
#testimonials .testimonial.pull-left {
    margin-left: 10px;
}
#testimonials .testimonial.pull-right {
    margin-right: 10px;
}
#testimonials .testimonial blockquote {
    font-size: 14px;
}
#testimonials .testimonial blockquote footer {
    color: #00bfff;
    font-size: 13px;
    font-weight: 600;
}
#testimonials .testimonial blockquote footer span {
    font-weight: 400;
    color: #999;
}
#testimonials .testimonial .rating {
    width: 100px;
    height: 100px;
    padding: 26px 0;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #ddd;
    color: #00bfff;
    text-align: center;
}
#testimonials .testimonial .rating .rating-icons .fa {
    margin-right: -2px;
}

/****************************************** Benefits ******************************************/
#benefits {
    padding: 20px 0;
}

/****************************************** Contact ******************************************/
#contactMessage {
    padding: 60px 0;
}
#contactMessage .listIcon {
    margin-bottom: 15px;
}

/****************************************** Help ******************************************/
#faqSearch {
    margin-bottom: 120px;
}
#helpPopular {
    padding-bottom: 50px;
}
.helpList ul.tickList li {
    border-bottom: 1px dotted #eee;
}
.helpList ul.tickList li:last-child {
    border-bottom: 0;
}
.helpList ul.tickList li p {
    margin-bottom: 14px;
}
.helpList ul.tickList li .listIcon {
    float: left;
}
.helpList ul.tickList li .fa  {
    float: left;
}
#faqMore {
    display: none;
}

/****************************************** Compare ******************************************/
.comparison-img {
   margin: 30px auto;
   max-height: 260px;
}
.comparison-img img {

}
.table.compare-table  > thead > tr > th, 
.table.compare-table  > tbody > tr > th, 
.table.compare-table  > tfoot > tr > th, 
.table.compare-table  > thead > tr > td, 
.table.compare-table  > tbody > tr > td, 
.table.compare-table  > tfoot > tr > td {
    vertical-align: middle;
    padding: 15px;
}
.table.compare-table  > thead > tr > th {
    font-family: Roboto;
    border-bottom: none;
    font-weight: 400;
    color: #111;
}
.table.compare-table tr td {
    border-top: 1px dotted #ddd!important;
}
.table.compare-table tr td .fa {
    font-size: 16px;
}

.table.compare-table tr td .fa-times {
    color: #c70000;
}
.table.compare-table tr td.price {
    font-family: 'Roboto';
}
.table.compare-table tr.compare-highlight td {
    border: 1px solid #ddd!important;
}
.table.compare-table tr.compare-highlight td .fa-check {
    color: #19bbe5;
}
.table.compare-table tr.compare-highlight td.price {
    color: #19bbe5;
    font-size: 18px;
}

/**** DEBUG THEME ****/
.styleSelect {
    position: fixed;
    top: 100px;
    right: 0;
    z-index: 9999;
}
.styleSelect li {
    list-style: none;
    padding: 20px;
    background: #222;
    margin-bottom: 5px;
}
.styleSelect li a {
    color: #fefefe;
    font-weight: 500;
}



/*********************************************************************************************/
/************************************* MOBILE RESPONSIVE *************************************/
/*********************************************************************************************/
@media (min-width: 768px) {
    #banner.affix,
    #banner.affix-bottom {
        margin-bottom: 0!important;
    }
    
}

@media (max-width: 1199px) {
    #banner .priceBubble {
        width: 124px;
        height: 124px;
    }
    #banner .priceBubble > div.inner {
        width: 102px;
        height: 102px;
    }
    #banner .priceBubble > div.inner > span {
        font-size: 12px;
        margin: 15px auto 0!important;
    }
    #banner .priceBubble > div.inner > strong {
        margin-top: 3px;
        font-size: 28px;
        line-height: 30px;
        letter-spacing: -1px;
    }
    #banner .priceBubble > div.inner > small {
        margin-top: 0px;
        font-size: 10px;
    }
}

@media (max-width: 991px) {
    #banner .priceBubble {
        right: 10%;
        top: 30px;
    }

    #banner {
        padding-top: 30px;
        max-height: 100%;
        min-height: 845px;
    }
    #quotebar h3.title {
        text-align: center;
        margin-bottom: 35px;
    }

    .tab-content {
        padding: 0;
    }
    .tab-content.left-align::after {
        background-color: #fff!important;
    }
    .contentBlock.text-right {
        text-align: left!important;
    }

    #lifestyles .container {
        min-height: 730px;
        background-size: contain;
        background-position: 100px bottom;
    }
    #fair .row:nth-child(2) {
        background: #fff; 
    }
    #fair .tab-content::after {
        background: none;
    }
    #claim-process {
        background: #fff;
    }

    #cover {
        min-height: 100%;
        padding-bottom: 15px!important;
    }
    #cover #carousel-cover {
        min-height: 100%;
    }
    #cover .item {
        min-height: 100%;
        display: block!important;
    }
    #cover .item hr {
        display: none;
    }
    #cover ul.tickList {
        padding: 0!important;
        margin: 0 0 15px!important;
        border: 1px solid #ccc!important;
        float: left;
        clear: both;
    }
    #cover ul.tickList li {
        border-bottom: 1px solid #ccc;
        width: 100%;
        margin: 0!important;
        padding: 12px 10px!important;
        min-height: 100%;
    }
    #cover ul.tickList li:last-child {
        border-bottom: 0!important;
    }
    #cover ul.tickList.pull-right {
        float: left!important;
        padding: 0!important;
        margin: 0 0 -1px!important;
    }
    #cover ul.tickList.pull-right .text-right {
        text-align: left!important;
    }
    #cover ul.tickList.pull-right li .listIcon.pull-right {
        float: left!important;
        margin-left: 0;
        margin-right: 15px;
    }
    #cover ul.tickList li h3.listTitle {
        font-size: 14px!important;
        color: #000!important;
    }
    #cover ul.tickList li .listIcon {
        border: 0;
        height: 100%;
        width: auto;
        line-height: 100%;
        font-size: 14px;
        top: 1px;
    }
    #cover .label-info {
        top: -2px;
        position: relative;
    }
    #cover .item:nth-child(2) .col-md-4,
    #cover .item:nth-child(3) .col-md-4 {
        border: 1px solid #ccc;
        text-align: left!important;
        clear: both;
        padding: 12px;
        margin: 0 15px -1px;
    }
    #cover .item:nth-child(2) .col-md-4 .fa,
    #cover .item:nth-child(3) .col-md-4 .fa {
        border-radius: 0;
        font-size: 14px;
        width: auto!important;
        height: 100%!important;
        line-height: 100%!important;
        border: none;
        float: none;
        margin: 0!important;
        display: inline;
        margin-right: 15px!important;
    }
    #cover .item:nth-child(2) .col-md-4 .listTitle,
    #cover .item:nth-child(3) .col-md-4 .listTitle {
        font-size: 14px!important;
        float: none;
        margin: 0;
        display: inline;
        color: #000!important;
    }
    #cover .item:nth-child(2) .col-md-4:last-child,
    #cover .item:nth-child(3) .col-md-4:last-child {
        margin-bottom: 15px;
    }
    .btn-short {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    #trust-panel h2.uppercase {
        text-align: left!important;
    }

    #banner .priceBubble {
        width: 110px;
        height: 110px;
        right: 5%;
    }
    #banner .priceBubble > div.inner {
        width: 88px;
        height: 88px;
    }
    #banner .priceBubble > div.inner > span {
        font-size: 11px;
        margin: 14px auto 0!important;
    }
    #banner .priceBubble > div.inner > strong {
        margin-top: 3px;
        font-size: 24px;
        line-height: 22px;
        letter-spacing: -1px;
    }
    #banner .priceBubble > div.inner > small {
        margin-top: 0px;
        font-size: 10px;
    }

    #why .row:first-child {
        background-size: 150%!important;
        background-position: 50px bottom!important;
    }
    .navbar-brand {
        width: 170px;
    }

    h1 {
        font-size: 36px;
        text-align: center;
    }
    h2.uppercase {
        text-align: center;
        line-height: 130%;
        font-size: 16px;
    }
    .page-header.page-header-with-icon {
        margin: -20px -15px 20px;
    }
    .tab-content {
        margin-bottom: 30px;
    }
    .icon-list {
        margin: 30px 0 0;
    }
    .icon-list .icon-list-item h4 {
        font-size: 14px;
    }
    #banner .icon-list .icon-list-item.borderRight {
        padding: 0 4px;
    }
    #banner hr {
        display: none;
    }
    .vertical .nav-tabs, .vertical .tab-content {
        display: block;
    }

    #testimonials .testimonial.pull-right {
        float: left!important;
        margin-right: 0;
        margin-left: 10px;
    }
    #testimonials .testimonial p.text-right,
    #testimonials .testimonial footer {
        text-align: left!important;
    }
    #testimonials .testimonial .blockquote-reverse {
        border-left: 5px solid #eee;
        border-right: none;
        padding: 10px 20px;
        margin: 0 0 20px;

    }
    #cover .page-header.page-header-with-icon {
        margin-bottom: 15px!important;
        cursor: pointer;
    }
    #cover .page-header.page-header-with-icon .fa {
        background: none!important;
        margin-right: 0!important;
        width: 40px;
    }
    #cover .page-header.page-header-with-icon h2 {
        color: #444!important;
    }
    
    #cover .page-header.page-header-with-icon.active .fa {
        color: #fff!important;
    }
    #cover .page-header.page-header-with-icon.active h2 {
        color: #fefefe!important;
    }
    #cover .item:nth-child(2) .col-md-4,
    #cover .item:nth-child(2) .lead,
    #cover .item:nth-child(3) .col-md-4,
    #cover .item:nth-child(3) .lead,
    #cover .item:nth-child(3) hr {
        display: none;
    }
    #cover h2 .fa-chevron-circle-down,
    #cover h2 .fa-chevron-circle-up {
        margin: 0!important;
        width: 100%!important;
        height: 44px;
        line-height: 44px;
        position: absolute;
        top: 0;
        left: 0;
        text-align: right;
        padding-right: 30px;
        z-index: 1;
    }

    #lifestyles {
        background: #fff;
        min-height: 100%!important;
    }
    
    hr {
        margin-bottom: 0!important;
    }
}

@media (max-width: 479px) {
    #banner .icon-list .icon-list-item {
        min-height: 96px;
    }
    #plans .ribbon {
        display: none;
    }
    #promo .feefo-testimonial > p {
        display: none;
    }
}

.no-margin-top {
    margin-top: 0!important;
}
.no-margin-bottom {
    margin-bottom: 0!important;
}
.no-margin-left {
    margin-left: 0!important;
}
.no-margin-right {
    margin-right: 0!important;
}
.no-margin {
    margin: 0!important
}
/* padding overrides */
.no-padding-top {
    padding-top: 0!important;
}
.no-padding-bottom {
    padding-bottom: 0!important;
}
.no-padding-left {
    padding-left: 0!important;
}
.no-padding-right {
    padding-right: 0!important;
}
.no-padding {
    padding: 0!important
}

.couponCutOut {
    border: 3px dashed #333;
    color: #333;
    font-family: Tahoma;
    margin: 5px 0 15px 23px;
    padding: 10px 5px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    display: none;
}

@media (max-width:991px) {
    .couponCutOut {
        margin: 5px 0 15px 0;
    }
}

.couponCutOut ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}

.couponScissors{
    position: absolute; 
    font-size: 22px; 
    left: 10px; 
    top: -14px;
}

.slimScrollBar {
    opacity: 1!important;
}