* {
    margin: 0;
    padding: 0
}

@font-face {
   
    src: url(../fonts/themify/themify.eot?-fvbane);
    src: url("../fonts/themify/themify.eot?#iefix-fvbane") format("embedded-opentype"), url(../fonts/themify/themify.woff?-fvbane) format("woff"), url(../fonts/themify/themify.ttf?-fvbane) format("truetype"), url("../fonts/themify/themify.svg?-fvbane#themify") format("svg");
    font-weight: 400;
    font-style: normal
}

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
    color: #6f7477!important
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 500;
    color: #000
}

p,
img {
    margin: 0 0 0 0
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap!important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word
}

pre {
    width: 100%;
    overflow: auto;
    margin: 2rem 0;
    padding: 1rem .8rem 1rem 1.2rem;
    color: #3f3b36;
    border: 1px solid #ebebeb!important;
    font: lighter 1.2rem/2rem Monaco, 'MonacoRegular', monospace;
    background: url(../images/pre.png) repeat 0 -.9rem;
    background-size: 1px 4rem
}

a {
    
}

hr { margin: 12px 0; border: 0; border-top: 1px solid #ccc;width: 50%;
    position: relative;
    left: 25%;}
a:hover {
    text-decoration: none
}


.container-5p {padding: 0 5px;}
.navbar-nav {
    margin-top: 14px;
    margin-left: 50px;
    font-weight: 600
}

.nav li:hover {
    color: #2EC4B6
}

@media screen and (max-width:768px) {
    .navbar-nav {
        margin: 0
    }
}

#fh5co-header {
    padding-top: 0
}

.navbar-default {
    margin-bottom: 0;
    background-color: #fff;
    color: #a0e4dd!important;
    font-family: 'Montserrat', sans-serif
}

.navbar-brand img {
    margin: 3px auto!important
}

.navbar-default.navbar {
    min-height: 55px;
    border-radius: 0;
    border: none!important;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .08)
}

@media screen and (max-width:768px) {
    .navbar-default.navbar {
        min-height: 55px!important
    }
}

.navbar-default a {
    text-decoration: none
}

@media screen and (max-width:768px) {
    .navbar-default .navbar-header {
        height: 50px!important
    }
}

.navbar-default .navbar-header .navbar-brand {
    margin: 3px auto;
    text-align: center;
    padding: 0;
    height: 45px;
    font-weight: 600;
    font-size: 35px;
    letter-spacing: 3px;
    text-decoration: none
}

.navbar-brand span {
    color: #FFF
}

@media screen and (max-width:768px) {
    .navbar-default .navbar-header .navbar-brand {
        margin-left: 5%;
        width: 80%;
        height: 40px!important
    }
}

.navbar-default .navbar-header .navbar-brand img {
    float: left;
    margin-top: 7px;
    width: 175px
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:active,
.navbar-default .navbar-header .navbar-brand:focus {
    outline: none
}

.navbar-default a {
    color: #545e75;
    font-size: 18px
}

.navbar-default>li>a:hover {
    color: #545e75!important
}

.navbar-default .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #545e75;
    transition: all .1s ease-in-out
}

.navbar-default .navbar-nav>li>a:hover {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #2EC4B6;
    transform: scale(1.05)
}

.navbar-default .navbar-nav>li.active a {
    color: #2EC4B6;
    background: none
}

.navbar-default .navbar-nav>li.active a:active,
.navbar-default .navbar-nav>li.active a:focus,
.navbar-default .navbar-nav>li.active a:hover {
    color: #2EC4B6!important;
    outline: none;
    background: none
}

.navbar-default .btn-calltoaction {
    border-color: transparent;
    margin: 0;
    padding: 8px 20px;
    color: #555555!important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    background: #2EC4B6
}

@media screen and (max-width:768px) {
    .navbar-default .btn-calltoaction {
        margin-top: 0!important;
        margin-left: 10px;
        margin-right: 10px
    }
}

.navbar-default .btn-calltoaction:hover,
.navbar-default .btn-calltoaction:focus,
.navbar-default .btn-calltoaction:active {
    border-color: transparent;
    outline: none;
    box-shadow: none
}

.navbar-default .btn-calltoaction:hover,
.navbar-default .btn-calltoaction:focus {
    background: #F8DD97!important
}

.navbar-default .btn-calltoaction:active {
    background: #F8DD97!important
}

.navbar-toggle {
    margin-top: 20px;
    margin-bottom: 10px
}

.btn-primary {
    border-color: transparent;
    padding: 5px 20px;
    color: #fff;
    background: #110D31;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.btn-primary:hover,
.btn-primary:focus {
    border-color: transparent;
    box-shadow: none;
    background: #3C3956;
    outline: none
}

.btn-primary:active {
    outline: none;
    background: #203352;
    border-color: transparent
}

#fh5co-page-title {
    padding-top: 5.5em;
    padding-bottom: 2em;
    margin-bottom: 4em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative
}

#fh5co-page-title .overlay {
    z-index: 8;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    background: #2EC4B6;
    background: -webkit-linear-gradient(legacy-direction(#41c19e), #2EC4B6);
    background: linear-gradient(#41c19e, #2EC4B6);
    opacity: .7;
    filter: alpha(opacity=70)
}

#fh5co-page-title .text {
    position: relative;
    z-index: 9;
    color: #ffffff!important
}

#fh5co-page-title .text h1,
h3 {
    color: #545E75!important
}

.thankyou {
    padding: 2em 0
}

#fh5co-main {
    padding-bottom: 4em
}

#fh5co-sidebar .fh5co-links {
    padding: 0;
    margin: 0
}

#fh5co-sidebar .fh5co-links li {
    display: block;
    padding: 0;
    margin: 0 0 .5em 0
}

#fh5co-sidebar .fh5co-links li a {
    text-decoration: underline
}

#fh5co-sidebar .fh5co-links li a:hover {
    text-decoration: none
}

#fh5co-sidebar .fh5co-side-block {
    margin-bottom: 30px
}

#fh5co-sidebar .fh5co-side-block h3 {
    font-size: 13px;
    color: #ccc;
    margin: 0 0 1em 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 3px
}

.sub-nav {
    background-color: #fff;
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0 0;
    color: #535d74;
    font-size: 20px;
    z-index: 2;
        
}

.sub-nav-item {
    padding: 10px 0;
   
}

.sub-nav-item:hover {
    padding: 10px 0;
    color: #535d74;
    
}

.sub-nav .fa {
    color: #535d74;
    font-size: 32px;
    vertical-align: bottom
}

.sub-nav .left {
    text-align: left
}

.sub-nav .mid {
    text-align: center
}

.sub-nav .right {
    text-align: right
}

.header {
    background-color: #fff;
    padding: 0;
    margin: 0
}

@media screen and (max-width:768px) {
    .sub-nav-item {
    padding: 5px 0;
   font-size: 16px;
}
    .sub-nav .fa {font-size: 18px;}
    .text {
        padding: 3em 0 1em 0;
            
    }
    .text h1 {
        font-size: 22px!important;
        text-align: left;
            padding: 5px 0 !important;
    }
    .text h1 span {
        font-size: 40px!important;
        
        
    }
    .text h2 {
        font-size: 25px !important;
        text-align: left;
        padding: 15px 0 !important;
    }
}

.headline {
    padding-top: 0;
    background-color: #fff;
    height: 1000px
}

.headline h1 {
    font-size: 24px
}
.fullheight {height: calc(100vh - 50px) !important;}
.headline-v2 {
    padding-top: 0;
    
    height: auto;
    background-size: cover;
   /*background-image: url(https://images.pexels.com/photos/220071/pexels-photo-220071.jpeg?w=940&h=650&auto=compress&cs=tinysrgb)*/
   background-color: #fff;

}


.solo-headline {
    height: auto!important
}

.comp-headline {
    height: auto!important
}

.headline-v2 h1 {
    font-size: 24px
}

.featured {
    padding: 3em 0 2em 0
}

.green-bg {background-color: #110d31;}

.feat-background {
    background: #C6E1FA;
    padding: 0;
    border-radius: 5px;
    cursor: pointer;
    padding: 0 0 10px 0
}

.feat-title {
    color: #fff;
    background-color: #2EC4B6;
    font-size: 22px;
    padding: 5px 15px;
    border-radius: 5px 5px 0 0
}

.feat-top {
    padding: 0
}

.feat-top-right {
    padding: 2em 0
}

.feat-details {
    font-size: 22px;
    color: #555;
    padding: 0 0 10px 15px
}

.feat-network {
    text-align: center;
    padding: 15px;
    color: #555
}

.feat-extras {
    padding: 0
}

.feat-extras-item {
    background: #2EC4B6;
    color: #fff;
    border-radius: 3px;
    padding: 3px;
    font-size: 14px;
    margin: 3px;
    width: 100%;
    text-align: center
}

.feat-bottom {
    padding: 0
}

.feat-image {
    padding: 15px 0;
    text-align: center
}

.feat-image img {
    max-width: 150px
}

.feat-bot-right {
    padding: 15px
}

.feat-price {
    color: #555;
    font-size: 25px
}

.feat-button {
    padding: 0
}

.feat-btn {
    width: 90%;
    margin: 0 5%;
    background: #FF8181;
    color: #fff;
    padding: 7px;
    border: none;
    border-radius: 5px;
    font-size: 25px
}

@media screen and (max-width:768px) {
    .headline-v2 {
        height: auto;
        padding-bottom: 15px
    }
    
    .fullheight {height: auto !important;}
    .solo-headline {
        height: auto!important
    }
    .featured {
        padding: 0
    }
    .feat-title {
        text-align: center
    }
    .feat-top-right {
        padding: 10px 0
    }
}

.top {
    background-color: #fff;
    padding: 0;
    width: 100%;
    text-align: left;
    color: #545E75;
    display: inline-block
}

.top-title {
    font-size: 24px;
    color: #545E75;
    font-weight: 400;
    padding: 10px
}

.top-title h1 {
    margin-bottom: 0;
    padding: 10px;
    font-weight: 200
}

.top-ban-container {
    background-color: #F9C138;
    width: 100%
}

.top-ban {
    width: 1170px;
    margin: 0 auto;
    padding: 20px 0
}

.top-ban-info h1,
p {
    margin: 0;
    color: #555;
   
}

.ban-btn {
    margin-top: 0;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    background-color: #FF8181;
    color: #fff;
    height: 55px;
    width: 60%;
    margin: 0 20%;
    font-size: 24px;
    text-align: center
}

.headline-slider {
    background-color: #F9C138;
    width: 100%;
    float: none;
    height: 325px;
    padding: 0 auto
}

.slider-container {
    width: 1170px;
    padding: 0;
    margin: 0 auto
}

.offer-container {
    color: #555;
    font-size: 18px;
    padding: 5px;
    height: auto
}

.offer-item {
    background-color: #2EC4B6;
    color: #545E75;
    padding: 20px;
    cursor: pointer;
    height: 75px;
    margin: 10px 0;
    text-align: center;
    font-weight: 400;
    font-size: 25px
}

.offer-item:hover {
    background-color: #545E75;
    color: #fff
}

.start-btn { padding: 20px; width: 100%; font-weight: 600; color: #212132; background-color: #ffcc00ab; border:none; font-size:22px;}

@media screen and (max-width:768px) {
    .top {
        background-color: #F9C138
    }
    .ban-btn {
        width: 80%;
        font-size: 18px;
        margin: 15px 10%;
        line-height: 30px
    }
}

.feature .feature-item {
    clear: both
}

.feature .feature-item .feature-icon {
    float: left;
    width: 50px;
    margin-top: 20px;
    margin-right: 20px
}

.feature .feature-item .feature-icon i {
    font-size: 50px;
    color: #555;
}

.feature .feature-item .feature-text {
    float: left;
    text-align: center;
}

.feature .feature-item .feature-text h3 {
    font-size: 18px;
    font-weight: 700
}

@media screen and (max-width:1200px) {
    .feature .feature-item .feature-text {
        width: 60%
    }
}

@media screen and (max-width:992px) {
    .feature .feature-item .feature-text {
        width: 90%
    }
}

@media screen and (max-width:768px) {
    .feature .feature-item .feature-text {
        width: 90%;
        margin: 25px 5%;
    }
}

@media screen and (max-width:480px) {
    .feature .feature-item .feature-text {
         width: 90%;
        margin: 25px 5%;
    }
}

.feature,
.grid-gallery {
    padding: 4em 0;
    margin-bottom: 0em;
    float: left;
    width: 100%
}

@media screen and (max-width:768px) {
    .feature,
    .grid-gallery {
        padding: 3em 0
    }
}

.feature .section-heading,
.grid-gallery .section-heading {
    text-align: center;
    color: #6c777f;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 50px 0;
    padding: 0
}

.content p {
    font-size: 17px;
    text-align: center;
    color: #555;
}

@media screen and (max-width:768px) {
    .feature .section-heading,
    .grid-gallery .section-heading {
        font-size: 24px;
        margin: 0 0 30px 0
    }
    
    .content {text-align: center}
    .content p {font-size: 14px;}
}

.text {
    padding: 5em 0px 5em 0px;
    z-index: 2;
    position: relative;
    overflow: hidden;
   
}

.text h1 {
    padding: 0;
    margin: 0;
    display: block;
    color: #212132;
    text-align: left;
    font-weight: 400;
    line-height: 1.3;
    font-size: 25px;
    font-family: 'Muli', sans-serif;
}

.text h1 span {
    color: #110D31;
    font-size: 40px;
    font-weight: 900;
    background-image: url(/images/cta-bg.png);
       background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 0px;
    background-size: contain;
    padding-bottom: 18px;
}

.text h1 asteric {font-size: 30px;line-height: 60px;
    vertical-align: top;}

.text h2 {padding: 0;
    margin: 0;
    display: block;
    color: #fff;
    text-align: left;
    font-weight: 400;
    line-height: 1.3;
    font-size: 30px
}

.front-image{width: 85%; padding-top: 35px;}
.head-text {
    padding: 10px 25px 0 0
}

.head-text h2 {
    color: #555;
    text-align: center;
    font-size: 20px
}


.head-list {
    padding: 25px 0 0 0
}

.head-list h2 {
    text-align: left;
    font-size: 20px;
    color: #545e75;
    font-weight: 600
}

.head-list-sub {
    text-align: center
}

.head-btn {
    width: 90%;
    margin: 15px 0;
    background: #FF8181;
    color: #fff;
    padding: 7px;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    box-shadow: 3px 3px #bf5d5d
}

.head-btn:hover {
    box-shadow: 1px 1px #bf5d5d;
    background-color: #FF8181!important;
    top 2px;
    left: 2px
}

.form {
    padding: 1em 0 1em 0;
    z-index: 2;
    position: relative;
    overflow: hidden;
    height: auto
}

.form-app {
        width: 620px;
    padding-top: 8vh;
    left: 25%;
}

.finder {
    padding: 50px 5% 50px 5%
}

.small-info {
    width: 79%;
    margin: 0 10.5%;
    text-align: center;
    padding: 10px 15px;
    background-color: #fff
}

.small-info p {
    color: #555;
    text-align: center;
    font-size: 22px
}

.large-info {
    padding: 50px 15%;
    background-color: #545E75
}

.large-info h2 {
    color: #fff
}

.large-info p {
    font-size: 22px;
    color: #fff
}

.large-info ul {
    text-align: center
}

.large-info ul li {
    padding: 0 20px;
    color: #545e75;
    font-size: 53px;
    display: inline
}

.top-button-item {
    background-image: url(/images/backgrounds/sparkler.jpeg)
}

.hero img {
    max-width: 100%
}

.mid-nav {
    margin-bottom: 15px;
    padding: 8px 10.5%;
    background-color: #545E75;
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    display: inline-block
}

.mid-text {
    text-align: center
}

.mid-btn-holder {
    padding: 10px 0px 0px
}

.mid-btn {
    outline: none;
    border: 2px solid #fff;
    background-color: #FF8181;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 8px 10px;
    width: 100%;
    border-radius: 3px;
    margin-bottom: 10px
}

@media screen and (max-width:768px) {
    .mid-nav {
        padding: 15px 10px;
        width: 100%;
        font-size: 25px
    }
    .mid-btn-holder {
        padding: 0
    }
    .mid-btn {
        padding: 6px 5px;
        font-size: 12px;
        margin: 0
    }
    .text {
        padding: 2em 10px 2em 10px;
       height: auto;
    }
    .head-text {
        text-align: left;
        padding: 15px 0
    }
    .head-text h2 {
        margin-bottom: 10px;
        font-size: 20px
    }
    .head-text h2,
    p {
        text-align: left;
        font-size: 16px
    }
    .head-list {
        padding: 5px 0 0 15px
    }
    .head-list h2 {
        font-size: 16px
    }
    .head-list img {
        max-width: 300px
    }
    .head-btn {
        margin: 15px 5%
    }
    .form {
        padding: 1em 0 2em;
        height: auto
    }
    
    .form-app {
        width: auto;
    padding-top: 2vh;
    left: 0;
}
    .small-info {
        padding: 12px 15px;
        display: inline-block;
        text-align: center;
        width: 100%;
        margin: 0
    }
    .small-info p {
        font-size: 14px
    }
    
    .front-image{width: 100%}
}

#fh5co-footer {
    background: #323639;
    color: #fff;
    float: left;
    width: 100%;
    padding: 50px 0
}

#fh5co-footer .footer-box {
    padding-bottom: 10px;
    margin-bottom: 10px
}

#fh5co-footer .footer-box.border-bottom {
    border-bottom: 1px solid #3e4347;
    margin-bottom: 10px
}

#fh5co-footer .footer-heading {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px
}

.form-control:active,
.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: transparent
}

.form-subscribe .field {
    position: relative
}

.form-subscribe .field input[type="email"] {
    -webkit-border-bottom-left-radius: 30px;
    -webkit-border-top-left-radius: 30px;
    -moz-border-bottom-left-radius: 30px;
    -moz-border-top-left-radius: 30px;
    -ms-border-bottom-left-radius: 30px;
    -ms-border-top-left-radius: 30px;
    -o-border-bottom-left-radius: 30px;
    -o-border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    -moz-border-top-right-radius: 0;
    -ms-border-bottom-right-radius: 0;
    -ms-border-top-right-radius: 0;
    -o-border-bottom-right-radius: 0;
    -o-border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    height: 36px;
    box-shadow: none;
    width: 50%
}

.form-subscribe .field input[type="email"]:focus,
.form-subscribe .field input[type="email"]:active {
    outline: none;
    box-shadow: none;
    border-color: transparent
}

.form-subscribe .field button {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    text-align: center;
    padding-left: 20px;
    height: 36px;
    background: #2EC4B6;
    color: #fff;
    border: none;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -ms-border-bottom-left-radius: 0;
    -ms-border-top-left-radius: 0;
    -o-border-bottom-left-radius: 0;
    -o-border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.footer-list {
    padding: 0;
    margin: 0
}

.footer-list li {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1.4;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #3e4347
}

.footer-list li a {
    color: #83888b
}

.footer-list li a:hover {
    text-decoration: none;
    color: #fff
}

.footer-list li:last-child {
    border-bottom: none
}

.copyright {
    float: left;
    width: 100%;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #3e4347
}

@media screen and (max-width:768px) {
    .copyright {
        margin-top: 30px;
        padding-top: 30px
    }
}

.fh5co-nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none
}

.fh5co-nav-toggle.active i::before,
.fh5co-nav-toggle.active i::after {
    background: #2e2e2e
}

.fh5co-nav-toggle:hover,
.fh5co-nav-toggle:focus,
.fh5co-nav-toggle:active {
    outline: none;
    border-bottom: none!important
}

.fh5co-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 3px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #252525;
    transition: all .2s ease-out
}

.fh5co-nav-toggle i::before,
.fh5co-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 3px;
    background: #252525;
    position: absolute;
    left: 0;
    transition: all .2s ease-out
}

.fh5co-nav-toggle.fh5co-nav-white>i {
    color: #fff;
    background: #fff
}

.fh5co-nav-toggle.fh5co-nav-white>i::before,
.fh5co-nav-toggle.fh5co-nav-white>i::after {
    background: #fff
}

.fh5co-nav-toggle i::before {
    top: -7px
}

.fh5co-nav-toggle i::after {
    bottom: -7px
}

.fh5co-nav-toggle:hover i::before {
    top: -10px
}

.fh5co-nav-toggle:hover i::after {
    bottom: -10px
}

.fh5co-nav-toggle.active i {
    background: transparent
}

.fh5co-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.fh5co-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg)
}

.fh5co-nav-toggle {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 21;
    display: block;
    margin: 0 auto;
    display: none
}

@media screen and (max-width:768px) {
    .fh5co-nav-toggle {
        display: block
    }
}

.quote {
    width: 80%;
    margin: 0 auto;
    font-size: 28px;
    font-weight: 300;
    line-height: 38px
}

.quote cite {
    margin-top: 20px;
    display: block;
    font-size: 20px;
    font-style: normal
}

@media screen and (max-width:768px) {
    .quote {
        font-size: 20px;
        width: 100%
    }
}

#map {
    width: 100%;
    height: 400px
}

.btn {
    border-bottom: none!important;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.5;
    text-decoration: none
}

.btn:hover,
.btn:focus,
.btn:active {
    box-shadow: none;
    outline: none!important;
    border-color: transparent
}

.btn.btn-lg {
    padding: 12px 20px
}

.btn.btn-md {
    padding: 10px 20px
}

.btn.btn-sm {
    padding: 7px 20px
}

.btn.btn-xs {
    padding: 5px 20px
}

.btn-outline {
    border: 1px solid #eaeaea!important;
    background: transparent;
    color: #2a2e37
}

.btn-outline:hover,
.btn-outline:active,
.btn-outline:focus {
    border: 1px solid #282e3c!important;
    background: #282e3c;
    color: #fff
}

.btn-primary {
    background: #110D31;
   
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background:#3C3956;
    color: #fff
}


.form-control {
    box-shadow: none!important;
    border: 1px solid #ccc
}

.form-control:hover,
.form-control:focus,
.form-control:active {
    outline: none;
    box-shadow: none!important;
    border: 1px solid #2EC4B6
}

.fh5co-spacer {
    clear: both;
    position: relative;
    border: none;
    padding: 0;
    margin: 0
}

.fh5co-spacer-xlg {
    height: 150px
}

@media screen and (max-width:768px) {
    .fh5co-spacer-xlg {
        height: 80px
    }
}

.fh5co-spacer-lg {
    height: 100px
}

@media screen and (max-width:768px) {
    .fh5co-spacer-lg {
        height: 70px
    }
}

.fh5co-spacer-md {
    height: 80px
}

@media screen and (max-width:768px) {
    .fh5co-spacer-md {
        height: 50px
    }
}

.fh5co-spacer-sm {
    height: 50px
}

@media screen and (max-width:768px) {
    .fh5co-spacer-sm {
        height: 20px
    }
}

.fh5co-spacer-xs {
    height: 30px
}

@media screen and (max-width:768px) {
    .fh5co-spacer-xs {
        height: 20px
    }
}

.fh5co-spacer-xxs {
    height: 30px
}

.fh5co-letter-spacing {
    letter-spacing: 1px
}

.fh5co-no-margin-bottom {
    margin-bottom: 0!important
}

.fh5co-uppercase-heading-sm {
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #7b7b7b
}

.fh5co-uppercase-heading-sm.with-border {
    position: relative;
    padding-bottom: 10px
}

.fh5co-uppercase-heading-sm.with-border .fh5co-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #2EC4B6
}

.form-group {
    margin-bottom: 20px
}

.image-popup:hover {
    opacity: .7
}

.fh5co-call-to-action {
    background-color: #2EC4B6;
    background-size: cover;
    background-attachment: fixed;
    position: relative
}

.fh5co-call-to-action .fh5co-call-to-action-text {
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase
}

.fh5co-call-to-action .btn {
    margin-bottom: 0!important;
    padding-left: 50px;
    padding-right: 50px
}

.fh5co-call-to-action>.fh5co-overlay {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, .5)
}

.fh5co-call-to-action .fh5co-call-to-action-wrap {
    position: relative;
    padding: 50px 0;
    display: table;
    width: 100%
}

.fh5co-call-to-action .fh5co-call-to-action-wrap .fh5co-call-to-action-inner {
    display: table-cell;
    vertical-align: middle;
    font-size: 50px;
    line-height: 62px;
    color: #fff;
    width: 100%
}

.fh5co-accordion .panel-title>a {
    text-decoration: none
}

.fh5co-accordion .panel-title>a:hover {
    color: #2EC4B6;
    border-bottom: none!important
}

.fh5co-accordion .panel-heading {
    background: transparent;
    position: relative;
    cursor: pointer
}

.fh5co-accordion .panel-heading .accordion-toggle {
    color: #2EC4B6
}

.fh5co-accordion .panel-heading .accordion-toggle:after {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2e2e2e!important;
    position: absolute;
    content: "e622";
    right: 15px;
    top: 10px
}

.fh5co-accordion .panel-heading.collapsed .accordion-toggle {
    color: #2e2e2e!important
}

.fh5co-accordion .panel-heading.collapsed .accordion-toggle:after {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2e2e2e!important;
    position: absolute;
    content: "e61a";
    right: 15px;
    top: 10px
}

.progress {
    height: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    box-shadow: none
}

.progress-bar {
    box-shadow: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px
}

.progress-bar.progress-bar-default {
    background: #2EC4B6
}

.progress-bar.progress-bar-success {
    background: #00e195
}

.progress-bar.progress-bar-info {
    background: #0bbff2
}

.progress-bar.progress-bar-warning {
    background: #ffd042
}

.progress-bar.progress-bar-danger {
    background: #e02745
}

img.fh5co-align-right {
    float: right;
    margin: 0 0 .5em 1em
}

@media screen and (max-width:480px) {
    img.fh5co-align-right {
        width: 100%;
        margin: 0 0 .5em 0
    }
}

img.fh5co-align-left {
    float: left;
    margin: 0 1em .5em 0
}

@media screen and (max-width:480px) {
    img.fh5co-align-left {
        width: 100%;
        margin: 0 0 .5em 0
    }
}

img.fh5co-align-center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

a>img.fh5co-align-right {
    float: right;
    margin: 0 0 .5em 1em
}

@media screen and (max-width:480px) {
    a>img.fh5co-align-right {
        width: 100%;
        margin: 0 0 .5em 0
    }
}

a>img.fh5co-align-left {
    float: left;
    margin: 0 1em .5em 0
}

@media screen and (max-width:480px) {
    a>img.fh5co-align-left {
        width: 100%;
        margin: 0 0 .5em 0
    }
}

a>img.fh5co-align-center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.fh5co-gotop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    color: #ffffff!important;
    background: rgba(0, 0, 0, .5);
    padding: 10px;
    border-radius: 6px;
    z-index: 18;
    text-decoration: none!important
}

.fh5co-gotop>i {
    position: relative;
    display: block;
    font-size: 20px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fh5co-tab {
    clear: both;
    display: block
}

.resp-tab-active {
    color: #2EC4B6
}

.resp-content-active,
.resp-accordion-active {
    display: block
}

.fh5co-tab-menu-icon {
    font-size: 20px;
    position: relative;
    float: left;
    margin-right: 10px
}

.resp-tabs-container h3 {
    margin-top: 0!important
}

#fh5co-tab-feature-vertical.resp-vtabs .resp-tabs-container {
    width: 68%
}

@media screen and (max-width:768px) {
    #fh5co-tab-feature-vertical.resp-vtabs .resp-tabs-container {
        width: 100%
    }
}

@media screen and (max-width:992px) {
    .fh5co-pricing-table-1 .fh5co-pricing-table-item {
        margin-bottom: 20px!important
    }
}

@media screen and (max-width:768px) {
    .fh5co-pricing-table-1 .fh5co-pricing-table-item {
        margin-bottom: 20px!important;
        float: left;
        width: 100%
    }
}

.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-body,
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading {
    text-align: center;
    float: left;
    width: 100%;
    padding: 1em 2em
}

.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading {
    background: #2EC4B6;
    color: #fff
}

.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading h3 {
    font-size: 70px;
    position: relative;
    display: inline-block;
    color: #fff
}

.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading h3 sup {
    position: absolute;
    top: 2px;
    margin-left: -7px
}

.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading h3 sup,
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading h3 span {
    font-size: 14px;
    text-transform: uppercase
}

.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading p {
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase
}

.fh5co-pricing-table-1 .fh5co-pricing-table-item.fh5co-best-offer .fh5co-pricing-table-item-heading {
    background: #2EC4B6;
    color: #fff
}

.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-body {
    border: 1px solid #ccc;
    border-top: none
}

.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-body ul {
    padding: 0;
    margin: 0
}

.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-body ul li {
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0
}

.fh5co-pricing-table-1 .fh5co-pricing-table-item.fh5co-best-offer .fh5co-pricing-table-item-body {
    border: 1px solid #2EC4B6;
    border-top: none
}

.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce
}

.animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px)
    }
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0)
    }
    40% {
        -moz-transform: translateY(-30px)
    }
    60% {
        -moz-transform: translateY(-15px)
    }
}

@-o-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translateY(0)
    }
    40% {
        -o-transform: translateY(-30px)
    }
    60% {
        -o-transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0)
    }
    40% {
        transform: translateY(-30px)
    }
    60% {
        transform: translateY(-15px)
    }
}

.px450 {
    height: 450px
}

.form-background {
    background-color: #fff;
    padding: 0 0 25px 0;
    font-size: 22px;
    font-weight: 300;
    color: #555;
    height: auto;
    border-radius: 10px;
    
    display: inline-block
}

.form-title {
    width: 100%;
    text-align: center;
    padding: 20px 0 10px 0;
    font-size: 32px;
    font-weight: 400;
    background-color: #fff;
    color: #555;
    border-radius: 10px 10px 0 0
}

.form-title h1{-webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.45, 0.05, 0.55, 0.95);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.45, 0.05, 0.55, 0.95);
    animation: pulse 1.25s infinite cubic-bezier(0.45, 0.05, 0.55, 0.95);
    animation-iteration-count: 1;
    font-size: 27px;
    font-weight: 600;
    color: #555;
    margin: 0 15%;
    padding: 10px;
    width: 70%;
    background-color: #fff;
    border-radius: 10px;}

.form-title span {
    font-size: 21px;
    font-weight: 200
}

.row-holder {
    padding: 15px
}

.form-row {
    padding: 5px 0
}

.form-row p {padding:  10px 25px; font-size: 13px;}

.form-label-holder {
    text-align: left;
    line-height: 25px;
padding:0 10px;
}

.form-label {
    color: #555;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    padding: 25px 8px 3px;
    margin: 0
}

.form-label span {
    font-size: 14px
}

.form-input-holder {
    padding: 0px 10px 0 10px;
    text-align: center
}

.date {padding: 0 5px;}
@media screen and (max-width:768px) {
    .date {margin: 5px 0px; padding: 0 15px;}
    .form-title {font-size: 20px; padding: 5px 0;}
    .form-title h1 {font-size: 24px; width: 90%; margin: 0 5%}
}
.form-input {
    height: 43px;
    padding: 0;
    width: 100%;
    border: none
}

.form-text p {
    padding: 20px;
    margin: 0px!important;
    font-size: 20px;
    text-align: center
}

.term {
    padding: 0 85px 0 15px!important
}
.terms span {    color: #2BB6B3;
    cursor: pointer;}

.input-area {
    background-color: #fff;
    height: 47px;
    border-color: #555;
    border-radius: 50px!important;
    border-width: 1px;
    border-style: solid;
    width: 70%;
    margin: 0 15%
}

.enter-field {
    background-color: #fff;
    -moz-appearance: none;
    
    box-shadow: none;
    color: #333;
    font-size: 20px;
    height: 40px;
    width: 100%;
    text-shadow: none;
    padding: 0;
    margin-top: 0px;
    text-align: left
}

.border-thin {
    border: solid!important;
    border-width: 1px!important;
    border-color: #e4e4e4!important
}

.border-thick {
    border: solid!important;
    border-width: 2px!important;
    border-color: #555555!important
}

select.form-control {
    -webkit-appearance: none
}

.enter-drop {
    background-color: #fff;
    -moz-appearance: none;
   border-radius: 0px;
    box-shadow: none;
    color: #555;
    font-size: 20px;
    height: 50px;
    width: 100%;
    text-shadow: none;
    padding: 0;
    padding-left: 7.5px;
    margin-top: 0px;
    text-align: center!important
}

.form-section .form-control,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    -moz-appearance: none;
    
    box-shadow: none;
    color: #333;
    font-size: 20px;
    height: 50px;
    width: 100%;
    text-shadow: none;
    padding: 0;
    margin-top: 0px;
    padding-left: 7.5px
}

.form-main {
    margin: 6em 0em
}

.quote-details {
    font-size: 24px;
    background-color: #545E75;
    color: #fff;
    padding: 15px
}

.quote-details p {
    margin-bottom: 20px
}

.cost-alert {
    display: inline-block;
    background-color: #2BB6B3;
    color: #fff;
    font-size: 25px;
    margin:10px 0;
    text-align: center;
    padding: 5px 5px;
    border-radius: 5px;
    border: solid 0px #fff;
    font-weight: 500
}

.cost-alert small {
    font-size: 20px
}

.zero-hor-pad {
    padding: 0
}

.form-btn {
    margin: 0px 0;
    cursor: pointer;
    border-radius: 5px;
    border: solid 2px #fff;
    text-align: center;
    font-weight: 600;
    font-size: 30px
}

.form-btn-2 {
    margin: 15px;
    cursor: pointer;
    border-radius: 10px;
    text-align: center
}

.button-front { margin-top: 85px; padding: 0 25%}
.main-btn {margin-top: 0;
    cursor: pointer;
    border-radius: 5px;
    
    text-align: center;
    font-weight: 600;
    font-size: 25px;
height: 90px;
line-height: 25px}

.main-btn span {font-size: 16px; font-weight: 300;}

.payg-info {
    color: #555;
    padding: 0 20px;
    font-size: 25px;
    font-weight: 700;
    text-align: center
}

.payg-btn {
    margin-top: 0;
    cursor: pointer;
    border-radius: 10px;
    text-align: center
}

.button-holder {
    border-radius: 10px;
    margin-top: 10px
}

.payg-holder {
    padding: 30px 25px 0 25px
}

.btn-icon {
    display: inline-block;
    transform: translate(0, 3px)!important
}

.form-details {
    padding: 8px 15px;
    font-size: 11px;
    color: #797979;
    display: inline-block;
}

.form-details p {
    text-align: center
}

.form-details span {
    cursor: pointer;
    text-decoration: underline;
    color: #555
}

.optintext {padding: 0 5px; line-height: 20px; font-size: 13px;}

.optindetails {margin-top: 10px; display: inline-block;}
@media screen and (max-width:768px) {
    .form-background {
        width: 100%;
        height: auto;
        padding-bottom: 15px
    }
    .payg-form {
        height: 400px!important
    }
    .payg-holder {
        padding: 10px 25px 0 25px
    }
    .button-holder {
        margin-top: 5px
    }
    .zero-hor-pad {
        padding-left: 0;
        padding-right: 0
    }
    .cost-alert {
        width: 90%;
        margin: 15px 5% 15px 5%
    }
    .form-btn {
        width: 100%;
        margin: 0px 0;
    }
    .form-btn-2 {
        width: 90%;
        margin: 15px 5% 0 5%
    }
    
    
.button-front { margin: 100px 0; padding: 0}
.main-btn {margin-top: 0;
    cursor: pointer;
    border-radius: 5px;
    width: 96%;
    margin: 0 2%;
    text-align: center;
    font-weight: 400;
    font-size: 20px}
    .payg-btn {
        width: 100%;
        margin: 0
    }
    .portfolio-items,
    .portfolio-filter {
        list-style: none;
        padding: 0;
        margin: 0
    }
    .portfolio-items {
        margin-right: -20px
    }
    .portfolio-filter {
        margin-bottom: 50px;
        text-align: center
    }
    .portfolio-filter>li {
        display: inline-block
    }
    .portfolio-items>li {
        float: left;
        padding: 0;
        margin: 0
    }
    .portfolio-items.col-3>li {
        width: 100%!important
    }
    .portfolio-item .item-main {
        margin: 0 10px 10px 0;
        text-align: center;
        background: #fff;
        padding: 10px;
        border: 1px solid #E8EAEE
    }
    .portfolio-item img {
        width: 100%
    }
    .portfolio-item .portfolio-image {
        position: relative
    }
    .portfolio-item h5 {
        margin: 0;
        padding: 10px 0 10px 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        background-color: #5ABF9C;
        color: #fff
    }
    .portfolio-item .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        background-color: rgba(255, 255, 255, .9);
        text-align: center;
        vertical-align: middle;
        -webkit-transition: opacity 300ms;
        -moz-transition: opacity 300ms;
        -o-transition: opacity 300ms;
        transition: opacity 300ms
    }
    .portfolio-item .overlay .preview {
        position: relative;
        top: 50%;
        display: inline-block;
        margin-top: -20px
    }
    .portfolio-item:hover .overlay {
        opacity: 1
    }
    .portfolio-price {
        background-color: #2EC4B6, color: #555
    }
}

.privacy {
    text-align: center;
    color: #777;
    padding-bottom: 15px;
    margin-top: 25px;
    font-size: 14px;
    display: inline-block
}

.hand-pointer {
    cursor: pointer
}

.modal-backdrop {
    opacity: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -webkit-animation-duration: 500ms;
    -moz-animation-duration: 800ms;
    -o-animation-duration: 500ms;
    -ms-animation-duration: 500ms;
    animation-duration: 800ms;
    background: #000;
    background: rgba(0, 0, 0, .8);
    background: -webkit-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, .5) 1%, rgba(0, 0, 0, .75) 100%);
    background: -moz-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, .5) 1%, rgba(0, 0, 0, .75) 100%);
    background: -ms-radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, .5) 1%, rgba(0, 0, 0, .75) 100%);
    background: radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, .5) 1%, rgba(0, 0, 0, .75) 100%)
}

.modal-backdrop.in {
    -webkit-animation-duration: 500ms;
    -webkit-animation-timing-function: ease;
    -webkit-animation-name: fadein;
    -moz-animation-duration: 800ms;
    -moz-animation-timing-function: ease;
    -moz-animation-name: fadein;
    -o-animation-duration: 500ms;
    -o-animation-timing-function: ease;
    -o-animation-name: fadein;
    -ms-animation-duration: 500ms;
    -ms-animation-timing-function: ease;
    -ms-animation-name: fadein;
    animation-duration: 800ms;
    animation-timing-function: ease;
    animation-name: fadein;
    opacity: 1
}

.modal {
    box-shadow: 0 0 8px #444;
    -moz-box-shadow: 0 0 8px #444;
    -webkit-box-shadow: 0 0 8px #444;
    position: fixed
}

.modal {
    transition: transform 0.8s ease 0s, opacity 0.8s ease 0s;
    -webkit-transition: -webkit-transform 0.4s ease 0s, opacity 0.4s ease 0s;
    -moz-transition: transform 0.8s ease 0s, opacity 0.8s ease 0s;
    -webkit-transform: scale(.95);
    transform: scale(.92);
    opacity: 0;
    display: none;
    -webkit-animation-duration: 400ms;
    -moz-animation-duration: 600ms;
    -o-animation-duration: 400ms;
    -ms-animation-duration: 400ms;
    animation-duration: 600ms
}

.modal,
.form_ul li.show,
.form_ul li.artificial {
    -webkit-animation-duration: 600ms;
    -webkit-animation-timing-function: ease;
    -webkit-animation-name: appear;
    -moz-animation-duration: 600ms;
    -moz-animation-timing-function: ease;
    -moz-animation-name: appear;
    -o-animation-duration: 600ms;
    -o-animation-timing-function: ease;
    -o-animation-name: appear;
    -ms-animation-duration: 600ms;
    -ms-animation-timing-function: ease;
    -ms-animation-name: appear;
    animation-duration: 800ms;
    animation-timing-function: ease;
    animation-name: appear
}

.modal {
    box-shadow: 0 0 8px #444;
    -moz-box-shadow: 0 0 8px #444;
    -webkit-box-shadow: 0 0 8px #444;
    position: fixed
}

.modal {
    transition: transform 0.8s ease 0s, opacity 0.8s ease 0s;
    -webkit-transition: -webkit-transform 0.4s ease 0s, opacity 0.4s ease 0s;
    -moz-transition: transform 0.8s ease 0s, opacity 0.8s ease 0s;
    -webkit-transform: scale(.95);
    transform: scale(.92);
    opacity: 0;
    display: none;
    -webkit-animation-duration: 400ms;
    -moz-animation-duration: 600ms;
    -o-animation-duration: 400ms;
    -ms-animation-duration: 400ms;
    animation-duration: 600ms
}

.modal.in,
.modal-backdrop.in {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.modal {
    box-shadow: none !Important;
    background-color: none;
    width: auto!important;
    overflow-y: auto;
    max-height: 80%;
    overflow-x: hidden
}

.modal {
    width: 50% !Important;
    border: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto!important;
    z-index: 1050;
    margin-left: -220px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none
} 

.modal.in {
    top: 10%
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee
}

.modal-header .close {
    margin-top: 2px
}

.modal-header h3 {
    margin: 0;
    line-height: 30px
}

.modal-body,
.modal-content {
    position: relative;
    overflow-y: auto;
    height: 90%;
    padding: 5px;
    width: 99.9%
}

.modal-form {
    margin-bottom: 0
}

.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    *zoom: 1
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    content: "";
    line-height: 0
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal_close {
    position: absolute;
    top: 7px;
    right: 7px;
    background: inherit;
    border: none;
    font-size: 22px;
    height: 28px;
    width: 28px;
    font-weight: 700;
    line-height: 28px;
    padding: 0;
    z-index: 1001;
    color: #444!important;
    opacity: .4!important
}

@media (max-width:700px) {
    body .modal {
        width: 90% !Important
    }
}

.modal-dialog {
    background-color: #FFF;
    text-align: left
}

.modal_close:hover,
.modal_close:active {
    background: inherit;
    opacity: .7!important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.result-header {
     background-color: #47c9c5;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 900'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='100%25' y2='0' gradientTransform='rotate(0,842,480)'%3E%3Cstop offset='0' stop-color='%2347c9c5' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%2347c9c5'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0' y2='100%25' gradientTransform='rotate(360,842,480)'%3E%3Cstop offset='0' stop-color='%23505278' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23505278'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='1600' height='900'/%3E%3Crect fill='url(%23b)' fill-opacity='0.9' width='1600' height='900'/%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
background-position: center;
    color: #555;
    text-align: center;
    padding: 4em 0px;
    margin: 0
}

.result-header h1 {
    text-align: center;
    font-size: 18px
}

.result-holder {
    padding: 10px;
    margin: 0;
    text-align: center;
    font-family: 'Muli',sans-serif;
    width: 64%;
    left: 50%;
    transform: translateX(-50%)
}

.result-main {
    background-color: #f1f5f8;
    padding: 15px 0px 0px;
    border-radius: 5px;
    z-index: 2;
        min-height: 450px;
}

.result-main h1 {
    font-size: 30px
}

.result-img {
    margin-top: 10px;
    margin-bottom: 10px
}

.result-img img {
    height: 400px;
}

.result-title {
    text-align: center;
    font-size: 22px;
    color: #333;
        font-weight:600;
    padding: 0 35px;
}

.result-detail {
    margin: 15px 0px;
    background-color: #FF8181;
    color: #fff;
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
}

.result-bullets {
    margin-top: 10px;
    color: #3D80B8;
    padding: 10px
}

.result-bullets p {
    padding: 5px;
    font-size: 18px
}

.result-info {
    padding: 15px;
    text-align: center;
    display: inline-block;
}

.result-info h1 {
    font-size: 24px;
    text-align: center;
    color: #333;
    text-shadow: none
}

.result-info h2 {
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
    color: #333
}

.result-info p {
    font-size: 16px;
    text-align: center;
    margin-top: 25px
}

.debt {background-color: #fff; color: #26478d; font-size: 24px; display: inline-block; margin: 15px 0; font-weight: 400; padding: 20px 10px;font-family: 'Muli',sans-serif;}
.debt h1{color: #26478d !important;font-size: 24px; font-weight: 400;}
.debt p { font-size: 18px; color: #26478d; text-align: center; font-weight: 400;}
.comp { background-color: #e83131b3; color: #fff; font-size: 24px; display: inline-block; margin: 10px 0; width: 100%;}
.comp h1{color: white !important; font-size: 25px;}
.jump-main {
    padding: 10px 0
}

.jump-top {
    padding: 0;
    display: inline-block
}

.jump-img {
    padding: 0
}

.jump-img img {
    max-width: 300px
}

.jump-brand {
    font-weight: 600;
    font-size: 50px
}

.jump-bottom {
    display: inline-block;
    padding: 0
}

.jump-text {
    font-size: 25px;
    padding: 15px 0;
    font-weight: 700
}

.jump-btn {
    width: 90%;
    margin: 10px 0;
    background: #FF8181;
    color: #fff;
    padding: 10px 0;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    box-shadow: 1px 1px #bf5d5d
}

.jump-btn:hover {
    box-shadow: 1px 1px #bf5d5d;
    background-color: #FF8181!important;
    top 2px;
    left: 2px
}

@media screen and (max-width:768px) {
    .result-holder {width: 100%; padding: 0;}
    .result-main {height: auto; display: inline-block; width: 100%; min-height: 800px;}
    .result-title {
    text-align: center;
    font-size: 16px;
    color: #333;
        font-weight:500;
    padding: 0 15px;
}
    .result-img img {
        max-width: 200px;
        height: auto;
    }
    .jump-img img {
        max-width: 130px
    }
    .jump-brand {
        font-size: 20px
    }
}

.cost-alert-network {
    display: inline-block;
    background-color: #2EC4B6;
    color: #fff;
    font-size: 28px;
    margin-top: 10px;
    text-align: center;
    padding: 0 0 15px 0;
    border-radius: 10px 10px 0 0
}

.desc-text {
    text-align: left;
    padding: 10px 0;
    text-align: center;
    font-size: 16px
}

.desc-text h1 {
    font-size: 22px;
    text-align: center;
    color: #fff
}

.save-text {
    text-align: left;
    padding: 15px 0 0 0;
    text-align: center;
    font-size: 28px
}

.desc-three {
    padding: 10px 10px;
    font-size: 24px
}

.desc-other {
    padding: 10px 10px;
    background-color: #ccc;
    font-size: 24px;
    display: inline-block
}

.no-pad {
    padding: 0
}

.deal-table {
    padding: 15px 5%
}

.deal-grid {
    text-align: center;
    padding: auto
}

.deals-title {
    text-align: center;
    padding-top: 10px;
    display: inline-block
}

.deals-title h1 {
    font-size: 28px;
    color: #545E75
}

.promo {
    outline: 3px solid #FF6A23
}

.promo span {
    color: #20BF55;
    font-weight: 600
}

.promo .deal-btn {
    background-color: #20BF55
}

.deal {
    background-color: #fff;
    padding-top: 25px;
    padding-bottom: 25px
}

.deal h1 {
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center
}

.deal-phone {
    padding: 8px;
    text-align: center;
    border-width: 2px!important;
    border-color: #fff!important;
    border: solid;
    background-color: #DAF4F1;
    margin: -1px 0 0 0;
    width: 100%;
    display: inline-block
}

.deal-phone:hover {
    border-color: #545e75!important;
    border-width: 2px;
    z-index: 1;
    transform: scale(1.002)
}

.best {
    padding: 8px;
    text-align: center;
    border-width: 1px!important;
    border-color: #545E75!important;
    border: solid;
    background-color: #fff;
    margin: -1px 0 25px 0;
    width: 100%;
    display: inline-block
}

.best:hover {
    border-color: #2EC4B6!important;
    border-width: 2px;
    z-index: 1;
    transform: scale(1.002)
}

.best-feat {
    text-align: left;
    font-size: 16px;
    color: #2EC4B6;
    padding: 0;
    font-weight: 600
}

.deal-left {
    width: 33.3333333%
}

.deal-mid {
    width: 50%;
    padding: 0
}

.deal-right {
    width: 16.66666667%;
    padding: 0;
    height: 100%
}

.deal-img {
    padding: 0;
    width: 100px
}

.deal-img img {
    height: 95px!important;
    width: auto!important;
    max-width: 100%;
    margin-bottom: 0
}

.deal-main {
    display: flex;
    align-items: center;
    padding: 0
}

.deal-network {
    color: #555;
    font-size: 22px;
    padding: 0
}

.deal-network h2 {
    font-size: 30px;
    margin-bottom: 0;
    font-family: 'Muli', sans-serif;
    color: #333
}

.deal-info {
    padding: 0
}

.info-item {
    background-color: #A4E4DD;
    width: 30%;
    padding: 0;
    margin: 1%;
    font-size: 16px;
    color: #333;
    line-height: 35px;
    border: 1px solid #fff;
    font-weight: 600;
    border-radius: 3px
}

.wide {
    width: 40%!important
}

.deal-price {
    color: #fff;
    font-size: 20px;
    padding: 10px;
    background-color: #555e75;
    border-radius: 5px 5px 0 0
}

.deal-btn {
    text-transform: uppercase;
    background: #FB8082;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    outline: none;
    border: none;
    line-height: 45px;
    bottom: 3px;
    padding: 0;
    border-radius: 0 0 5px 5px;
    height: 45px;
    width: 100%
}

.deal-btn:hover {
    background: #D16A6A
}

.sort-parent {
    padding: 0;
    border: 1px solid #5274a9;
    margin-top: 0
}

.sort-box {
    padding: 0;
    display: inline-block
}

.button-group h2 {
    font-size: 18px;
    color: #5274a9;
    padding: 5px 27px;
    text-align: left;
    margin-bottom: 5px
}

.iso-nav {
    text-align: center
}

.iso-nav ul li {
    list-style: none;
    margin: 3px!important;
    padding: 0;
    display: inline-block;
    padding: 5px 0;
    border: 1px solid #5274a9;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 13px;
    font-weight: 400
}

.iso-nav li {
    width: 90px
}

.iso-nav ul {
    margin-bottom: 5px
}

.iso-nav ul li:hover {
    background: #545E75;
    color: #fff
}

.highlight {
    background-color: #2EC4B6;
    color: #fff;
    border: 1px solid #2EC4B6
}

@media (max-width:780px) {
    .deal-grid {
        padding: 0
    }
    .deal-table {
        padding: 15px 0
    }
    .deal-phone {
        width: 100%;
        margin: 4px 0
    }
    .deal-left {
        width: 100%
    }
    .deal-mid {
        width: 100%
    }
    .deal-right {
        width: 100%;
        padding: 0
    }
    .deal-main {
        width: 100%
    }
    .deal-img {
        width: 100%
    }
    .deal-network {
        width: 100%
    }
    .info-item {
        width: 45%;
        margin: 5px;
        font-size: 14px;
        display: inline-grid
    }
    .deal-price {
        width: 100%;
        text-align: center;
        font-size: 20px
    }
    .deal-btn {
        width: 100%;
        margin: 0 0 0 0
    }
    .iso-nav li {
        width: 65px
    }
    .wide {
        width: 100%!important;
        margin: 5px 0
    }
}

#slider {
    position: relative;
    overflow: hidden;
    margin: 0 auto 0 auto;
    border-radius: 0;
    border: none
}

#slider ul {
    position: relative;
    margin: 0;
    padding: 0;
    height: auto;
    list-style: none
}

#slider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 750px;
    height: auto;
    text-align: center;
    line-height: 300px
}

#slider img {
    width: 750px
}

#slider ul li:hover {
    cursor: pointer;
    opacity: .5
}

a.control_prev,
a.control_next {
    position: absolute;
    top: 40%;
    z-index: 999;
    display: block;
    padding: 4% 3%;
    width: auto;
    height: auto;
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: .8;
    cursor: pointer
}

a.control_prev:hover,
a.control_next:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease
}

a.control_prev {
    border-radius: 0 2px 2px 0
}

a.control_next {
    right: 0;
    border-radius: 2px 0 0 2px
}

input[type=range] {
    height: 38px;
    -webkit-appearance: none;
    margin: 0 0;
    width: 180px;
    padding: 0 10px
}

input[type=range]:focus {
    outline: none
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0 0 0 #000;
    background: #B6B6B6;
    border-radius: 25px;
    border: 1px solid #8A8A8A
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px #828282;
    border: 1px solid #8A8A8A;
    height: 30px;
    width: 30px;
    border-radius: 6px;
    background: #39DAC4;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -11px
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #B6B6B6
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0 0 0 #000;
    background: #B6B6B6;
    border-radius: 25px;
    border: 1px solid #8A8A8A
}

input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #828282;
    border: 1px solid #8A8A8A;
    height: 30px;
    width: 30px;
    border-radius: 6px;
    background: #39DAC4;
    cursor: pointer
}

input[type=range]::-ms-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent
}

input[type=range]::-ms-fill-lower {
    background: #B6B6B6;
    border: 1px solid #8A8A8A;
    border-radius: 50px;
    box-shadow: 0 0 0 #000
}

input[type=range]::-ms-fill-upper {
    background: #B6B6B6;
    border: 1px solid #8A8A8A;
    border-radius: 50px;
    box-shadow: 0 0 0 #000
}

input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 1px 1px 1px #828282;
    border: 1px solid #8A8A8A;
    height: 30px;
    width: 30px;
    border-radius: 6px;
    background: #39DAC4;
    cursor: pointer
}

input[type=range]:focus::-ms-fill-lower {
    background: #B6B6B6
}

input[type=range]:focus::-ms-fill-upper {
    background: #B6B6B6
}

.grow {
    transition: all .2s ease-in-out
}

.grow:hover {
    transform: scale(1.1)
}

.growhalf {
    transition: all .4s ease-in-out
}

.growhalf:hover {
    transform: scale(1.05)
}

.blog-header {
    background-color: #a1adca;
    color: #fff;
    padding: 75px 0 25px 0;
    font-size: 45px;
    font-weight: 700
}

.blog-main {
    background-color: #fff;
    color: #555;
    font-size: 22px;
    display: inline-block;
    padding: 0 0 25px 0
}

.blog-main p {
    padding: 10px 0
}

.blog-main h1 {
    font-weight: 600;
    font-size: 28px;
    padding: 25px 0;
    color: #555;
    text-align: left;
    margin: 0
}

.blog-main h2 {
    font-weight: 600;
    text-align: center;
    padding: 40px;
    color: #555
}

.blog-btn {
    width: 50%;
    margin: 25px 25%;
    background: #FF8181;
    color: #fff;
    padding: 7px;
    border: none;
    border-radius: 5px;
    font-size: 25px
}

@media screen and (max-width:768px) {
    .blog-header {
        font-size: 35px
    }
    .blog-main {
        font-size: 18px
    }
    .blog-main h1 {
        font-size: 20px;
        padding: 10px 0
    }
    .blog-main h2 {
        font-size: 30px
    }
    .blog-btn {
        width: 90% !Important;
        margin: 25px 5%;
        font-size: 18px
    }
}

#large {
    padding: 0
}

.box-holder {
    padding: 0;
    width: 80%;
    margin: 0 10%
}

.box {
    color: #545E75;
    font-size: 20px;
    padding: 15px
}

.box-bg {
    background-color: #fff;
    padding: 0;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.box-bg:hover {
    box-shadow: 0 10px 14px rgba(0, 0, 0, .2), 0 4px 15px rgba(0, 0, 0, .2);
    border: none;
}

.blue {
    background-color: #DFE1E5
}

.green {
    background-color: #D9F4F1
}

.sort-buttons {
    width: 80%;
    margin: 20px 10% 0px;
    display: inline-block;
    padding: 0px;
    background-color: #d8f4f1
}

.sort-buttons h2 {
    text-align: center;
    margin: 8px 0 8px;
    color: #555
}

.sort-btn-holder {
    padding: 5px 10px
}

.sort-btn {
    font-size: 20px;
    border-radius: 5px;
    background-color: #555e75;
    color: #fff;
    border: 0px;
    padding: 10px
}

.box-title {
    width: 79%;
    margin: 25px 10.5% 0 10.5%;
    padding: 5px 0;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    background-color: #a0acca;
    color: #fff;
    display: inline-block
}

.solo-title {
    background-color: #555f75;
    color: #fff!important
}

.box-image {
    text-align: center;
    padding: 10px 0
}

.box-image img {
    max-height: 165px
}

.solo-image img {
    max-height: 250px
}

.solo-image {
    text-align: center;
    padding-bottom: 10px
}

.box-internal1 {
    padding: 0
}

.box-features {
    padding: 0;
    color: #545E75
}

.feature-holder {
    padding: 0
}

.box-checks {
    padding: 0 15px;
    text-align: center;
}

.box-checks h1 {
    font-size: 25px;
    font-weight: 400;
    color: #545E75;
    margin: 8px 0
}

.box-checks h2 {
    color: #545E75;
    font-size: 18px;
    margin: 10px 0
}

.solo-checks h2 {
    font-size: 38px!important
}

.box-details {
    padding: 0
}

.solo-item {
    font-size: 30px !important;
    height: 150px;
    padding: 30px 15px!important
}

.solo-item span {
    font-size: 25px!important
}

.box-item {
    background-color: #A0E4DD;
    color: #545E75;
    padding: 5px 15px;
    text-align: left;
    font-size: 25px;
    font-weight: 500;
    border: 1px solid #d8f4f1
}

.box-item span {
    font-size: 16px;
    font-weight: 300
}

.box-action {
    padding: 7px 15px;
    background-color: #545e75;
    color: #fff;
    border-radius: 0 0 5px 5px
}

.solo-price {
    font-size: 45px!important
}

.solo-price span {
    font-size: 25px!important
}

.box-price {
    font-size: 22px;
    display: inline-block;
    font-weight: 500;
line-height: 50px;
}

.box-price span {
    font-size: 14px
}

.box-btn {
    background-color: #ea7272;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 10px
}

.solo-btn {
    font-size: 30px!important
}

@media screen and (max-width:768px) {
    #large {
        padding: 0;
        background-color: #fff
    }
    .box-checks h1 {
        font-size: 18px
    }
    .sort-buttons {
        width: 100%;
        margin: 0;
        text-align: center;
        padding: 10px 0
    }
    .sort-buttons h2 {
        text-align: center
    }
    .sort-btn-holder {
        padding: 2px 2px
    }
    .box-holder {
        width: 100%;
        margin: 0
    }
    .box {
        padding: 0;
        margin: 5px 0
    }
    .box-title {
        font-size: 20px;
        display: inline-block;
        width: 100%;
        margin: 25px 0 0 0
    }
    .box-bg {
        padding: 10px 0px 0px;
        margin: 0 5%;
        width: 90%
    }
    .box-internal1 {
        padding: 0
    }
    .box-internal1 img {
        width: 100%; margin 0;
    }
    .box-price {
        text-align: center;
        font-size: 20px;
        padding: 0px 0;
        width: 100%
    }
    .box-price span {
        font-size: 18px
    }
    .box-btn {
        width: 90%;
        padding: 10px;
        margin: 8px 5%;
        font-size: 20px;
    }
    .solo-btn {
        font-size: 30px!important
    }
    .box-image {
        text-align: center
    }
    .box-checks {
        padding: 0 0
    }
    .box-checks h2 {
        font-size: 16px;
        text-align: center
    }
    .solo-checks h2 {
        font-size: 25px!important
    }
    .box-item {
        padding: 2px;
        font-size: 22px;
        text-align: center
    }
    .solo-item {
        font-size: 22px!important;
        padding: 0px 15px!important;
        height: 100%
    }
    .box-image img {
        max-width: 110px;
        max-height: 165px;
        margin-bottom: 10px
    }
    .box-action {
        padding: 5px 0 15px;
    }
}

.resp-tabs-list,
.resp-tabs-list p {
    margin: 0;
    padding: 0
}

.resp-tabs-list {
    display: inline-block
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    padding: 18px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer
}

.resp-tabs-container {
    padding: 0;
    background-color: #fff;
    clear: left
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none
}

.resp-tab-content {
    display: none;
    padding: 15px;
    text-align: left;
    box-shadow: none
}

.text-center .resp-tab-content,
.text-center .resp-accordion {
    text-align: left;
    
}

.text-center{color: white;}

.resp-tab-active {
    border: 1px solid #ebebeb!important;
    border-bottom: none;
    margin-bottom: -1px!important;
    padding: 17px 14px 19px 14px!important;
    border-top: 1px solid #ebebeb!important;
    border-bottom: 0 #fff solid!important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff
}

.resp-content-active,
.resp-accordion-active {
    display: block
}

.resp-tab-content {
    border: none;
    border-top: 1px solid #ebebeb
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #ebebeb;
    border-top: 0 solid #ebebeb;
    margin: 0;
    padding: 10px 15px
}

h2.resp-tab-active {
    border-bottom: 0 solid #ebebeb!important;
    margin-bottom: 0px!important;
    padding: 10px 15px!important
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #ebebeb!important;
    background: blue
}

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 19px 15px!important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none
}

.resp-vtabs .resp-tabs-container {
    padding: 0;
    background-color: #fff;
    border-left: 1px solid #ebebeb;
    float: left;
    width: 100%;
    min-height: 250px;
    border-radius: 4px;
    clear: none
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
    padding-left: 30px
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px!important;
    padding: 18px 15px 19px 14px!important;
    border: 1px solid #ebebeb!important;
    border-left: 1px solid #ebebeb!important;
    border-left: none!important;
    margin-bottom: 4px!important;
    border-right: 1px #FFF solid!important;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.resp-arrow {
    float: right;
    margin-top: 0;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

h2.resp-tab-active span.resp-arrow {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

h2.resp-tab-active {
    background: #DBDBDB
}

.resp-easy-accordion h2.resp-accordion {
    display: block
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #ebebeb
}

.resp-jfit {
    width: 100%;
    margin: 0
}

.resp-tab-content-active {
    display: block
}

h2.resp-accordion:first-child {
    border-top: 1px solid #ebebeb
}

.resp-accordion.resp-tab-active {
    border-top: none
}

@media only screen and (max-width:768px) {
    ul.resp-tabs-list {
        display: none
    }
    h2.resp-accordion {
        display: block
    }
    .resp-tab-content {
        border: 1px solid #ebebeb
    }
    .resp-vtabs .resp-tab-content {
        border: 1px solid #ebebeb
    }
    .resp-tabs-container .resp-accordion.resp-tab-active {
        border-top: none!important;
        border-bottom: none!important;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }
    .resp-tabs-container .resp-accordion.resp-tab-active:nth-of-type(1) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top: 1px solid #ebebeb!important;
        border-bottom: none!important
    }
    .resp-tab-content {
        -webkit-box-shadow: inset 0 4px 5px -3px rgba(0, 0, 0, .05);
        -moz-box-shadow: inset 0 4px 5px -3px rgba(0, 0, 0, .05);
        -ms-box-shadow: inset 0 4px 5px -3px rgba(0, 0, 0, .05);
        box-shadow: inset 0 4px 5px -3px rgba(0, 0, 0, .05)
    }
    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none
    }
    .resp-accordion-closed {
        display: none!important
    }
    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #ebebeb!important
    }
}

#slideshow {
    margin: 0px;
    padding: 0px;
    width: 240px;
    height: 240px
}

#slideshow>div {
    position: absolute
}

input[type="text"]:disabled {
    background-color: #ececec
}

input[type="tel"]:disabled {
    background-color: #ececec
}

.fixed-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0.5rem;
    background-color: #555e75;
    text-align: center;
    z-index: 3;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    cursor: pointer
}

.comp-details {
    background-color: #a0acca;
    color: #fff;
    padding: 5px;
    text-align: center;
    font-size: 16px
}

.comp-details img {
    max-width: 120px
}

.comp-text {
    padding: 15px;
    text-align: center
}

@media screen and (max-width:768px) {
    .comp-details img {
        max-width: 120px
    }
    .comp-details {
        text-align: center
    }
}

input[type='checkbox'] {
    opacity: 0;
    z-index: -1
}

input[type='checkbox']+label {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    margin: auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-indent: -999px;
    overflow: hidden;
    border: 1px solid #fff;
    cursor: pointer
}

input[type='checkbox']#checkbox-t+label {
    border: 1px solid #fff;
    background: tranparent;
    @include border-radius(50%)
}

input[type='checkbox']#checkbox-t+label:before {
    content: '';
    width: 8px;
    height: 8px;
    top: 0;
    left: 0;
    bottom: -60px;
    right: 0;
    position: absolute;
    margin: auto;
    background: #fff;
    @include border-radius(50%);
    @include transition(0.2s, ease, all)
}

input[type='checkbox']#checkbox-t:checked+label:before {
    bottom: 0
}

.check-label{
    display: block;
  position: relative;
  padding-left: 45px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 4px;
  left: 2px;
  height: 30px;
  width: 30px;
  background-color: #fff;
    border: 2px solid #203352; 
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-label input:checked ~ .checkmark:after {
  display: block;
    background-color: #203352;
}
.check-label input:checked ~ .checkmark {
  background-color: #203352;
}
/* Style the checkmark/indicator */
.check-label .checkmark:after {
  left: 8px;
  top: 0px;
  width: 10px;
  height: 20px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
    background-color: #203352;
}


@media screen and (max-width:600px) {
    .check-label{font-size: 12px;}
}
.new-input {
    width: 250px;
    text-align-last: center;
    color: #fff;
    background-color: #79d5cc;
    text-decoration: underline;
    font-size: 30px;
    padding: 6px 0
}

.new-input-holder {
    font-size: 27px;
    line-height: 46px;
    padding-top: 15px
}

.pop-holder {
    padding: 0px
}

.pop-box {
    background-color: #fff;
    border-radius: 5px;
    padding: 0px
}

.pop-band {
    padding: 5px 0 5px 0px;
    font-size: 16px;
    text-align: center;
    background-color: #535d74;
    color: #fff;
    border-radius: 5px 5px 0 0
}

.pop-deal {
    padding: 10px 0px
}

.pop-info {
    font-size: 22px;
    padding: 0px;
    padding: 0px;
    color: #555
}

.pop-image img {
    max-width: 60px
}

.pop-image {
    padding: 0px 0 0 15px
}

.pop-data {
    padding: 15px 0;
    text-align: center;
    line-height: 17px
}

.pop-data span {
    font-size: 14px
}

.pop-price {
    padding: 15px 0;
    text-align: center;
    line-height: 17px
}

.pop-price span {
    font-size: 14px
}

.pop-arrow {
    font-size: 45px;
    line-height: 60px
}

.pop-small {
    padding: 0;
    font-size: 12px;
    color: #ccc
}

#handsetFollow {margin: 10px 0px 0px;
    display: inline-block;
    width: 100%;}

.checkbox-main {

	width: 94%;
	padding:10px 0px 10px 10px;
	font-size: 20px;
	color: #555555;
	text-align: left;
	background-color: #ffffff;
	display: inline-block;
	margin: 5px 3% 5px 3%;
	border-radius: 5px;

}

.checkbox-main p {padding: 0px 15px 0px 15px; color: #555555;}


.opt-in {
	color: #555555;
	font-size: 14px;
	padding: 15px;
	display: inline-block;
}

.checkbox-main img {height:50px;}
.focus {background-color: #ffcc00ab; color: #2c4364;}

.checkbox-text {text-align: center;font-size: 16px; font-weight: 600;}

.checkbox-text span {color: #2c4364;cursor: pointer;}

.checkbox-tooltip {font-size: 11px;
    text-align: center;
    padding: 0 10px;
    color: #63D471;}

.toggle-btn {
  width: 80px;
  height: 40px;
  margin: 10px;
  border-radius: 50px;
  
  position: relative;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAyklEQVQ4T42TaxHCQAyENw5wAhLACVUAUkABOCkSwEkdhNmbpHNckzv689L98toIAKjqGcAFwElEFr5ln6ruAMwA7iLyFBM/TPDuQSrxwf6fCKBoX2UMIYGYkg8BLOnVg2RiAEexGaQQq4w9e9klcxGLLAUwgDAcihlYAR1IvZA1sz/+AAaQjXhTQQVoe2Yo3E7UQiT2ijeQdojRtClOfVKvMVyVpU594kZK9zzySWTlcNqZY9tjCsUds00+A57z1e35xzlzJjee8xf0HYp+cOZQUQAAAABJRU5ErkJggg==") no-repeat 50px center #ccc;
  cursor: pointer;
  -webkit-transition: background-color .40s ease-in-out;
  -moz-transition: background-color .40s ease-in-out;
  -o-transition: background-color .40s ease-in-out;
  transition: background-color .40s ease-in-out;
  cursor: pointer;
}
.toggle-btn.active {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAmUlEQVQ4T6WT0RWDMAhFeZs4ipu0mawZpaO4yevBc6hUIWLNd+4NeQDk5sE/PMkZwFvZywKSTxF5iUgH0C4JHGyF97IggFVSqyCFga0CvQSg70Mdwd8QSSr4sGBMcgavAgdvwQCtApvA2uKr1x7Pu++06ItrF5LXPB/CP4M0kKTwYRIDyRAOR9lJTuF0F0hOAJbKopVHOZN9ACS0UgowIx8ZAAAAAElFTkSuQmCC") no-repeat 10px center #47c9c5;
}
.toggle-btn.active .round-btn {
  left: 45px;
}
.toggle-btn .round-btn {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -15px;
  -webkit-transition: all .30s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
}
.toggle-btn .cb-value {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@media screen and (max-width:768px) {
    .checkbox-text {font-size: 12px; padding: 0; line-height: 22px
    }
    .check-large {font-size: 15px;}
    .checkbox-main img {height:35px;}
    .toggle-btn{
    height: 40px;
    margin: 5px 38%;}
    .toggle-btn.active .round-btn {
  left: 45px;
}
}

/*Combo*/

#comboopen {cursor: pointer;}
.combo-background{
   
    background-color: #fff;
    padding: 15px 0 25px 0;
    font-size: 22px;
    font-weight: 300;
    color: #555;
    height: auto;
    border-radius: 10px;
    
    display: inline-block

}
.combo-title {
    width: 100%;
    text-align: center;
    padding: 15px 10px;
    font-size: 20px;
    font-weight: 400;
    background-color: #47C9C5;
    color: #fff;
    
}
.combo-background .form-label-holder {padding: 0;}
.combo-background .form-label {color: #555;}
.combo-background .form-input-holder {padding: 0 5px;}
.combo-background .form-details {color: #555;}
.combo-background .form-details span {color: #555;}

.border-1px {border: 1px solid #555;}

.sim-button {
    border: 1px solid #555;
    padding: 15px 0; text-align: center; font-size: 20px; font-weight: 400; color: #555;
}
@media screen and (max-width:768px) {.combo-title{padding: 10px 10px}
.combo-background .form-input-holder {padding: 0 0px;}}




.option input[type="radio"] {
    display:none; 
}

.option label {
    display:inline-block;
    background-color:#d8d8d891;
    padding:10px 0;
    font-size:22px;
	font-weight: 600;
	height:auto;
	text-align:center;
	vertical-align:middle;
	color:#888;
	cursor:pointer;
	margin-bottom:0px;
    border-radius: 5px;
        border: 0px solid #e4e4e4;
}

.option input[type="radio"]:checked + label { 
    background-color: #FFDD65;
	color:#212132;
	border: 0px solid #FFDD65;
}
.option input:checked +.option-select{
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
}

.option-select {width: 100%; border:0px solid #55555563;padding: 10px !important;}
.button-img {max-height: 100px;}
.button-text {padding:13px 0; font-size:25px;color: #000000;}
@media (max-width:700px) {
    .option label {font-size: 18px; padding: 14px 0; height: auto;}
    .button-img {max-height: 85px;}
    .button-text {padding:15px 0; font-size:18px;}
}

.selection-display {display: inline-block;
  cursor: default;
    background-color: #ffcc00ab;
    padding: 10px 0;
    font-size: 22px;
    font-weight: 600;
    height: auto;
    text-align: center;
    vertical-align: middle;
    color: #2c4364;
    cursor: pointer;
    margin: 20px 0;
    border-radius: 5px;
    line-height: 37.5px;
    
border: 0px solid #e4e4e4;}
.selection-display span {font-size: 25px;}
.label-bold {text-align: center; padding: 5px;background-color: #ffdd6b; color: #203352; font-size: 25px; width:100%; margin-bottom: 15px;}
/*SIM -------------------------------------------------------*/


.offers { width: 100%; margin:0 0 35px; padding: 25px 18%; background-color: #ffff;}

.offers h1 {text-align: center; padding: 8px 0; color: #555;}
.offerholder {display: flex;
    justify-content: center; padding:5px 0;}
.offerrow {display: inline-block;
    
    
border: 0px solid #cccccc63;
    border-bottom-width: 0;
padding: 15px 10px;

min-height: 112px;
background-color: white;}

.offerbottom {border-bottom: 1px solid #ccc}
/*.offerrow:hover {    box-shadow: 0 3px 3px rgba(0,0,0,.1), 0 3px 3px rgba(0,0,0,.1);}*/
.offerimgholder {display: inline-block;}
.offerinfoholder {display: inline-block; justify-content: space-between; vertical-align: middle; padding: 5px 0; float: right;}
.offerinfo {font-size: 20px; text-align: center; background-color: #edefee;
    color: #555;
    font-weight: 500; padding: 12px; display: inline-block;   border-left: 1px solid #fff; line-height: 20px;}

.offerinfo span {font-size: 11px; font-weight: 400;}
.offersmall {background-color: #ffffff; margin: 2px 0.5% 0 0.5%;
    width: 100%; color: #555; font-weight: 400; font-size: 16px; text-align: left;padding: 0 10px; line-height: 16px; display: inline-block;}
.offersmall p {padding-left: 30px;color: #555;}
.offersmall i {color: #F20045; float: left;}
.yellow i {color: #3471ff;}
.green i {color: #4dac51;}
.blue i {color: #87abcb;}
.orange i {color: #ff6600;}
.purple i {color: #470FF4;}
.red i {color: #E80604;}
.gold i {color: #e8ca2a;}
.infofull {display: inline-block;}
.infohalf {display: inline-flex;}
.offerimg{display: inline-block;width: 50px; justify-content: center;}
.offerimg img {max-height: 50px; vertical-align: middle;}
.offernetwork {font-size: 30px; 
    display: inline-block;text-align: center; line-height: 30px; vertical-align: middle;font-weight: 400;color: #6d6e6e; margin-left: 25px;}
.offernetwork span {font-size: 16px;}

.offerbutton {padding: 15px 10px;
    position: relative;
    vertical-align: middle;}

.offerdetails {font-size: 15px; color: #555; padding: 25px 30px 10px; width: 100%; text-align: left;
    font-weight: 300;}
.offerdetails ul {margin-bottom: 0;}
.offerdetails li {margin-bottom: 10px;}
.cashback
{    color: white;
    padding: 5px;
    text-align: center;
    width: 115%;
    /* display: inline-block; */
    background-color: cadetblue;
    border-radius: 3px;
    margin: 0px 18% 5px;
    }
.box-btn-go {
    background-color: #110d31;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    border: 0px solid #fff;
    border-radius: 3px;
    padding: 8px;
        width:100%;
    cursor: pointer;
        
}
.right {float: right;}


@media screen and (max-width:640px) {
    
    .offers {width: 100%;margin:0; padding: 0;}
    .offers h1 {font-size: 25px; margin: 15px 0; }
    .offerrow {    padding: 15px 5px 5px;
    border: 0px solid #cccccca6;
    border-bottom-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    margin: 0px ;}
.offerinfo {
    
    text-align: center;
    
    padding: 10px 5px;
    width: 50%;
    display: inline-block;
    border: 1px solid #fff;
    font-size: 13px;
    }
    .offerbutton {padding: 15px 0px;}
    .infofull {display: inline-block !important;}
    .infohalf {display: inline-flex !important; max-width: 50% !important;}
    .offerimgholder {padding: 15px 15px; text-align: center}
    .offerimg {
        position: relative;
    top: -5px;
    left: -10px;
    }
    .offerimg img {vertical-align: middle; max-height: 40px}
    .offernetwork {    vertical-align: middle; padding: 0;    
    font-size: 24px; line-height: 25px; margin: 0; text-align: center;}
    
    .offerinfoholder { display: inline-block; width: 100%;}
    .cashback {width:80%; margin: 10px 10% 5px;}
    .box-btn {width: 90% !important; margin:  0 5%; padding: 10px 0px; font-size: 25px;}
    .right {float: right !important;}
    .offersmall {width: 100%; margin: 0; font-size: 18px; padding: 10px 0px 10px 10;}
    .content-panel {padding: 25px 15px 0px 15px}
    .content-panel-2 { padding:  25px 15px 0px; margin: 0; width: 100%;}
    .content-panel-2 h1 {font-size: 35px;}
    .content-panel-2 h2 {font-size: 25px;}
    .content-panel-2 img {width: 190%;
   }
    .panel {padding: 0px;}
    .panel img {height: 300px;}
}

@media screen and (max-width:768px) {
    .offers {width: 100%; margin:0;}
    .offerinfo{max-width: 100% !important;}
    .infohalf {display: inline-flex;max-width: 100%;}
    .infofull {max-width: 100% !important}
    /*.offernetwork {max-width: 58.3333333333% !important;}*/
    .offerdetails {padding:25px 30px 5px; font-size: 13px;}
    .box-btn {width: 140px;}
    .right {float: right;}
}
@media screen and (max-width:1024px) {
    .offers {width: 100%; margin:0;}
    .offerinfo{max-width: 100% !important;}
    .infohalf {display: inline-flex;max-width: 100%;}
    .infofull {width: 100% !important}
    .right {float: none;}
}


.hideContent {
    overflow: hidden;
    line-height: 1em;
    height: 5em;
}

.showContent {
    line-height: 1em;
    height: auto;
}
.showContent{
    height: auto;
}
.show-more {color: #007bff; cursor: pointer; font-size: 13px;padding-left: 50px;}

.nopad {padding: 0;}

/*-----------------------------ARTICLE---------------------*/

.article-holder {width: 70%; margin: 75px 15%;}
.article{}
.article h1 {margin: 10px 0 30px; font-weight: 600;}
.article span {text-align: center; font-size: 25px; padding: 35px 0; display: inherit;}
.article img {width: 60%; margin: 65px 20%;}
.in-text img {width: 100%; margin: 0;}

@media screen and (max-width:768px) {
    .article-holder {width: 94%; margin: 55px 3%;}
    .article h1 {font-size: 25px;}
    .article h2 {font-size: 20px;}
    .article img {width: 90%; margin: 35px 5%;}
    
}



.form-alert {
    background-color: transparent;
    border: solid 2px #66B3BA;
    padding: 20px 10px 20px 100px;
    background-image: url(/images/check.gif);
    background-position: -10px;
    font-size: 20px;
    background-size: 125px 125px;
    background-repeat: no-repeat;
    margin: 25px 0px 10px;
}
@media screen and (max-width: 768px){
.form-alert {
    margin: 20px 0px 10px;
    font-size: 13px;
    padding: 10px 10px 10px 100px;
}}