@charset "utf-8";
@font-face {
    font-family: 'glacial_indifferencebold';
    src: url('../fonts/glacialindifference-bold-webfont.woff2') format('woff2'), url('../fonts/glacialindifference-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'glacial_indifferenceregular';
    src: url('../fonts/glacialindifference-regular-webfont.woff2') format('woff2'), url('../fonts/glacialindifference-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_slabbold';
    src: url('../fonts/robotoslab-bold-webfont.woff2') format('woff2'), url('../fonts/robotoslab-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_slablight';
    src: url('../fonts/robotoslab-light-webfont.woff2') format('woff2'), url('../fonts/robotoslab-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_slabregular';
    src: url('../fonts/robotoslab-regular-webfont.woff2') format('woff2'), url('../fonts/robotoslab-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* body{font-family:'roboto_slabregular';font-size:14px;line-height:1.8;} */

body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, Helvetica, Arial, sans-serif !important;
}

.roboto_slablight {
    font-family: 'roboto_slablight';
}

.roboto_slabbold,
.intro-section p span,
.f-block li span,
h1,
.de {
    font-family: 'roboto_slabbold';
}

.roboto_slabregular,
.primary-header,
.sp-offer .content h2,
.intro-section p,
footer,
.heading.aestrick,
.services-section p {
    font-family: 'roboto_slabregular';
}

.glacial_indifferencebold,
.secondary-header .navbar-inverse .navbar-nav>li,
h2,
.btn1,
h3,
h6,
.co-detail-section .btn,
footer .btn,
h4,
.global-form .btn,
ul.list-li li strong {
    font-family: 'glacial_indifferencebold';
}

h3 {
    font-size: 30px;
    color: #000;
    line-height: 50px;
}

h6 {
    text-transform: uppercase;
    color: #000;
    padding: 15px 0;
    font-size: 16px;
    line-height: 1.5;
}

.co-detail-section .form-control,
.global-form .form-control {
    font-family: 'glacial_indifferenceregular';
}

h3 span {
    color: #c92620;
}

a,
.co-detail-section .btn,
footer .btn,
.global-form .btn {
    text-decoration: none;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
}

a:focus {
    outline: 0;
    outline-offset: 0;
}

a {
    color: #2da1d6;
}

a:hover {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}

h4 {
    font-size: 24px;
    text-transform: uppercase;
}

.f-normal {
    font-weight: normal;
}

h1 {
    color: #fff;
    line-height: 1.3;
}

.spacetop20 {
    margin-top: 20px;
}

.de {
    font-weight: normal;
    color: #c92620;
    font-size: 16px;
}

.mb0 {
    margin-bottom: 0;
}

.pt10 {
    padding-top: 10px;
}

.primary-header {
    background: #000;
    color: #fff;
    font-size: 14px;
}

ul.contact-info {
    margin: 0;
}

.primary-header .contact-info li:first-child {
    padding-left: 0;
    background: none;
}

.primary-header .contact-info li {
    list-style: none;
    float: left;
    padding-left: 15px;
    background: url(../images/separator.png) no-repeat left top;
    padding: 10px 0 10px 40px;
}

.primary-header .contact-info li:first-child {
    padding-left: 0;
    background: none;
}

.primary-header .contact-info li span {
    padding-right: 12px;
}

.primary-header a {
    color: #fff;
}

.primary-header a:hover {
    color: #2da1d6;
}

.logged.contact-info {
    text-align: right;
}

.logged.contact-info li {
    float: none;
    display: inline-block;
}

.secondary-header {
    padding: 15px;
}

.logo {
    padding: 15px 0;
}

.secondary-header .navbar-inverse .navbar-nav>li {
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    list-style: none;
}

.secondary-header .navbar-inverse .navbar-nav>li span {
    position: relative;
    top: -3px;
    color: #000;
    left: 3px;
}

.secondary-header .navbar-inverse .navbar-nav>li ul {
    position: absolute;
    background: #2daae2;
    left: 15px;
    width: 100%;
    border-top: 2px solid #000000;
    display: none;
}

.secondary-header .navbar-inverse .navbar-nav>li:hover ul {
    display: block;
}

.secondary-header .navbar-inverse .navbar-nav>li ul li {
    list-style: none;
}

.secondary-header .navbar-inverse .navbar-nav>li ul li a {
    list-style: none;
    padding: 10px 15px;
    color: #fff;
}

.frontend-header {
    -moz-transition: padding-top 0.5s ease;
    -o-transition: padding-top 0.5s ease;
    -webkit-transition: padding-top 0.5s ease;
    transition: padding-top 0.5s ease;
}

.frontend-header.front-fixed {
    position: fixed;
    width: 100%;
    background: rgba(255, 255, 255, 0.91);
    top: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
}

.frontend-header.front-fixed .secondary-header {
    padding: 0 15px;
    -moz-transition: padding-top 0.5s ease;
    -o-transition: padding-top 0.5s ease;
    -webkit-transition: padding-top 0.5s ease;
    transition: padding-top 0.5s ease;
}

.banner-section img {
    width: 100%;
}

.slider {
    width: 62%;
    position: relative;
    float: left;
}

.sp-offer {
    width: 38%;
    float: right;
    position: relative;
}

.slider .content,
.sp-offer .content,
.play-button,
.banner-subpages h1,
.aff-plans .pb-frame .in-ele {
    color: #fff;
    left: 50%;
    margin: 0 -50% 0 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
}

.slider .content.cv2 {
    text-align: center;
}

.slider .content.cv2 .btn1 {
    margin: 0 auto;
}

.slider .owl-theme .owl-buttons {
    width: 96%;
}

.slider .owl-theme .owl-pagination {
    position: absolute;
    bottom: 1em;
    width: 95%;
    text-align: left;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.slider .owl-theme .owl-controls .owl-page span {
    width: 13px;
    height: 13px;
    margin: 0 4px;
    background: #fff;
    opacity: 10;
}

.slider .owl-theme .owl-controls .owl-page.active span {
    background: #2da1d6;
}

.slider .content h2 {
    font-size: 40px;
    text-transform: uppercase;
}

.slider .content h2 strong {
    text-transform: none;
}

.slider .content p {
    font-size: 20px;
    line-height: 36px;
    padding: 15px 0;
}

.btn1 {
    background: #2da1d6;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
    text-align: center;
    padding: 10px 25px;
    font-size: 18px;
}

.btn1:hover {
    color: #fff;
    background: #000;
}

.slider .btn1 {
    display: block;
    width: 25%;
}

.slider .owl-theme .owl-controls .owl-buttons div {
    opacity: 10;
}

.slider .owl-theme .owl-controls .owl-buttons div.owl-next {
    background: url(../images/slider-arrow-r.png) no-repeat right top;
    width: 19px;
    height: 49px;
    float: right;
    position: absolute;
    right: 20px;
    top: 43%;
}

.slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
    background: url(../images/slider-arrow-l.png) no-repeat left top;
    width: 19px;
    height: 49px;
    float: left;
    position: absolute;
    left: 20px;
    top: 43%;
}

.sp-offer .content {
    text-align: center;
    text-transform: uppercase;
}

.sp-offer .content h2 {
    font-size: 40px;
    padding-bottom: 50px;
    line-height: 50px;
}

.sp-offer .content .btn1 {
    color: #2da1d6;
    background: #fff;
    width: 39%;
    display: block;
    margin: 0 auto;
}

.sp-offer .content .btn1:hover {
    color: #fff;
    background: #2da1d6;
}

.sp-content marquee {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #000;
    bottom: 2px;
    color: #fff;
    padding: 4px 0;
    text-transform: uppercase;
}

.sp-content marquee a {
    display: inline-block;
    padding: 0 25px;
    color: #fff;
}

.sp-content marquee a i.fa {
    color: #e62117;
    padding-right: 2px;
}

.home .content-wrap {
    padding: 80px 0;
}

.no-space.content-wrap {
    padding-bottom: 0;
}

.content-wrap {
    padding: 20px 0 80px;
}

.liner {
    background: #c8c8c8;
    height: 2px;
    width: 30%;
    margin: 15px 0 25px;
}

.liner2 {
    background: #c8c8c8;
    height: 2px;
    width: 30%;
    margin: 15px auto 25px;
}

.liner3 {
    background: #c8c8c8;
    height: 2px;
    width: 30%;
    margin: 15px auto 25px;
}

.liner span,
.liner3 span {
    background: #2da1d6;
    height: 2px;
    display: block;
    width: 50%;
}

.intro-section p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
}

.intro-section p span {
    color: #2da1d6;
}

.intro-section {
    padding-bottom: 5em;
}

.space50 {
    padding-top: 50px;
}

.services-section {
    padding: 40px 0;
}

.services-section h3 {
    font-size: 40px;
    text-transform: uppercase;
}

.services-section .liner {
    margin: 20px auto 35px;
    width: 20%;
}

.services-section p {
    color: #000;
    line-height: 30px;
    font-size: 15px;
}

span.carat {
    display: block;
    margin: 30px 0;
}

.s-block {
    padding-bottom: 25px;
}

.s-block a {
    color: #000;
}

.s-block a:hover {
    color: #2da1d6;
}

.testimonial-section {
    padding: 50px 0;
}

.testimonial-section h3 {
    font-size: 36px;
    margin-bottom: 0;
}

.testimonial-section span.carat {
    display: block;
    margin: 15px auto 0;
    border-top: 1px solid #000;
    width: 30%;
}

.testimonial-section span.carat img {
    vertical-align: top;
}

.t-rotator {
    width: 78%;
    margin: 0 auto;
}

.t-rotator img {
    border-radius: 50%;
    border: 1px solid #000;
    width: 14%;
    margin-top: 25px;
}

.t-rotator p {
    color: #000;
}

.t-rotator h6 {
    padding-bottom: 0;
}

.testimonial-section .owl-theme .owl-controls .owl-buttons div {
    border-radius: 0;
    background: #f0f0f0;
    border: 1px solid #cccccc;
    color: #8e8e8e;
    opacity: 10;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin: 0 4px;
    font-size: 18px;
}

.see-video a {
    color: #fff;
    background: #e03737;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    margin-left: 10px;
    font-size: 20px;
    text-align: center;
}

.co-detail-section h3 {
    text-transform: uppercase;
}

.co-detail-section .heading {
    margin-bottom: 45px;
}

.co-detail-section .item {
    position: relative;
}

.co-detail-section .owl-theme .owl-controls {
    position: absolute;
    margin: 0;
    bottom: 5px;
    left: 10px;
}

.co-detail-section .owl-theme .owl-controls .owl-page span {
    width: 13px;
    height: 13px;
    margin: 0 4px;
    background: #6a6a6a;
    opacity: 10;
}

.co-detail-section .owl-theme .owl-controls .owl-page.active span {
    background: #c92620;
}

.co-detail-section .form-control,
.global-form .form-control {
    height: 44px;
    resize: none;
    background: #eeeeee;
    border-color: #eeeeee;
    box-shadow: none;
    font-size: 16px;
}

.co-detail-section .form-control:focus,
.global-form .form-control:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1);
}

.co-detail-section textarea.form-control {
    height: 176px;
}

.co-detail-section .btn,
.global-form .btn {
    background: #c92620;
    border-color: #c92620;
    box-shadow: none;
    font-size: 18px;
    color: #fff;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    height: 44px;
}

.global-form .btn2 {
    background: #3e3e3e;
    border-color: #3e3e3e;
}

.co-detail-section .btn:hover,
.global-form .btn:hover {
    background: none;
    color: #c92620;
}

.global-form .btn2:hover {
    color: #3e3e3e;
}

.space10 {
    padding-top: 10px;
}

.space1 {
    padding-top: 1px;
}

.cover-bg {
    background: #00afff;
    padding: 15px;
    color: #fff;
    position: relative;
    padding-bottom: 52px;
    top: -96px;
    border-radius: 4px;
    box-shadow: 4px 5px 13px 0px #757575;
}

.c-info {
    font-size: 14px;
}

.c-info li {
    list-style: none;
}

.c-info .f-block a,
.cover-bg a {
    color: #fff;
}

.c-info .f-block a:hover,
.cover-bg a:hover {
    color: #000;
}

.c-info .f-block li span {
    color: #000;
}

.contact-page .global-form textarea.form-control {
    height: 100px;
}

.form-group {
    position: relative;
}

.aestrick {
    position: absolute;
    top: 0px;
    right: -12px;
    color: red;
}

.heading.aestrick {
    font-size: 12px;
    text-transform: none;
    top: 55px;
    right: 15px;
}

.heading.aestrick.top25 {
    top: 25px;
}

.login-p.banner-subpages,
.banner-subpages {
    background: url(../images/blurry_b.jpg) no-repeat center top;
    background-size: cover;
    min-height: 200px;
}

.banner-subpages {
    min-height: 150px;
    position: relative;
}

.inner-box {
    text-align: center;
    width: 50%;
    padding: 50px;
    margin: 0 auto;
    box-shadow: 0px 9px 18px 0px #b3b3b3;
    border-radius: 4px;
    position: relative;
    top: -7em;
    background: #fff;
}

.inner-box.x-width {
    width: 65%;
}

.login-p .liner {
    background: #c8c8c8;
    height: 2px;
    width: 30%;
    margin: 15px auto 45px;
}

.login-p.f-pass .liner {
    margin: 15px auto 0;
}

.plan-set {
    background: #f5f5f5;
    border-top: 1px solid #ccc;
    padding: 15px 0 0;
}

.plan-set h6 {
    padding: 5px 0;
    margin: 0;
    color: #2da1d6;
    font-size: 20px;
}

.f20 {
    font-size: 20px;
}

.modal-body.no-sp {
    padding-bottom: 0;
}

.plan-set p {
    color: #2da1d6;
}

.t-style {
    margin: 0;
    padding: 0 0 15px;
    color: #2da1d6;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #414141;
    border-color: #414141;
}

.panel-title {
    line-height: normal;
    text-transform: uppercase;
    font-size: 18px;
}

.panel-primary {
    border-color: #bfbfbf;
}

.panel-body ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 15px 0 0;
    border-top: 1px solid #908f8f;
    margin: 15px 0;
}

.panel-body h6,
.panel-body ul li strong {
    margin: 0;
    font-family: 'roboto_slabbold';
}

.panel-body ul li strong {
    color: #000;
}

ul.list-li {
    margin-left: 2em;
}

ul.list-li li {
    padding-bottom: 15px;
}

ul.list-li li strong {
    color: #000;
    font-family: 'roboto_slabbold';
    font-weight: normal;
}

ul.sul-li,
ul.sul-li li,
li.l-none {
    list-style: none;
    color: black;
}

li.l-none strong {
    color: #2da1d6 !important;
    font-size: 18px;
}

ul.sul-li {
    margin-top: 15px;
    font-family: 'roboto_slabregular';
    font-size: 14px;
}

ul.sul-li li i.fa {
    display: inline-block;
    width: 30px;
    color: #2da1d6;
}

.panel-body ul.sul-li li {
    border: none;
    margin: 0;
    padding: 0 0 10px;
}

.offer-box .panel-body {
    min-height: 300px;
}

.seo-box .panel-body {
    min-height: 160px;
}

.account-box .panel-body {
    min-height: 190px;
}

.seo-servicelist {
    padding-top: 15px;
}

.box-section {
    border: 1px solid #ccc;
    margin-top: 15px;
}

.box-bg {
    background: #f5f5f5;
    padding-top: 15px;
    padding-bottom: 5px;
}

.box-bg.alter {
    background: #2da1d6;
    color: #fff;
}

.box-bg h6 {
    padding: 0 0 15px;
    border-bottom: 1px solid;
    margin-bottom: 18px;
}

p.min-2 {
    min-height: 50px;
    line-height: 50px;
}

.gen-box {
    border: 1px solid #a7a7a7;
    border-radius: 4px;
    padding: 10px;
    position: relative;
    box-shadow: 5px 7px 12px 0px #d2d2d2;
    padding-bottom: 15px;
}

.affiliate-page .gen-box {
    min-height: 150px;
}

.gen-box p {
    margin: 0;
}

.b-arrow {
    background: url(../images/b-arrow.png) no-repeat left top;
    width: 21px;
    height: 15px;
    position: absolute;
    bottom: -13px;
    left: 3em;
}

.cl-bottom {
    padding-top: 2em;
    padding-left: 10px;
    padding-bottom: 2em;
}

.cl-bottom img {
    border: 1px solid #e2e2e2;
    padding: 2px;
}

.global-form .btn.ext {
    width: 20%;
    margin: -15px 0 0 15px;
    ;
}

.w-full {
    width: 100% !important;
}

.gen-box.gb-2 p {
    padding-bottom: 10px;
    font-size: 12px;
}

.gen-box.gb-2 h6 {
    margin: 0;
    padding: 0 0 5px;
}

.colb {
    color: #000 !important;
}

.colr {
    color: #F00 !important;
}

.pb-frame {
    text-align: center;
}

.pb-frame .b-arrow {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.all-plans .col-md-2,
.aff-plans .col-md-2 {
    width: 20%;
    margin-top: 25px;
}

.bottom-plans>div {
    margin-top: 35px;
}

.f16 {
    font-size: 16px;
}

.text-tr-none {
    text-transform: none;
}

.pb-frame h6 {
    font-size: 20px;
    padding-bottom: 0;
    color: #000;
}

span.b-title {
    background: #fff;
    padding: 0 25px;
    font-size: 20px;
}

span.br {
    display: block;
    border-bottom: 1px solid #000;
    margin-top: -15px;
}

.global-form .new-s-plans .btn2 {
    width: 60%;
}

.aff-plans .pb-frame .b-arrow {
    bottom: inherit;
    top: -2px;
}

.f12 {
    font-size: 12px;
}

.col-light {
    color: #bbb;
}

.gallor .filter-button {
    font-size: 18px;
    border: 1px solid #2da1d6;
    border-radius: 2px;
    text-align: center;
    text-transform: uppercase;
    color: #2da1d6;
    font-family: 'glacial_indifferencebold';
    margin-bottom: 30px;
}

.gallor .filter-button:hover {
    font-size: 18px;
    border: 1px solid #2da1d6;
    text-align: center;
    color: #ffffff;
    background-color: #2da1d6;
}

.gallor .btn-default:active .filter-button:active {
    background: #fff !important;
    color: #2da1d6 !important;
}

.port-image {
    width: 100%;
}

.gallery_product {
    margin-bottom: 30px;
}

#lightbox .modal-content {
    display: inline-block;
    text-align: center;
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    z-index: 1032;
}

.gallor .carousel-inner>.item>a>img,
.gallor .carousel-inner>.item>img,
.gallor .img-responsive,
.gallor .thumbnail a>img,
.gallor .thumbnail>img {
    border: 1px solid #ccc;
    padding: 2px;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #2da1d6 !important;
    background: #fff !important;
    border-color: #2da1d6 !important;
}

.gallor .btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #2da1d6 !important;
    background: #fff !important;
    border-color: #2da1d6 !important;
}

.v-frame iframe {
    border: 1px solid #9c9c9c;
    padding: 2px;
}

.tb-bottom {
    position: relative;
    top: -4em
}

.inner-box.spacew-25 {
    padding: 25px;
}

footer {
    background: #414141;
    padding-top: 50px;
    color: #fff;
    font-size: 14px;
}

.copyright {
    background: #2da1d6;
    padding: 20px 0 0;
    font-family: 'glacial_indifferenceregular';
}

footer .sp-bottom {
    padding-bottom: 30px;
}

footer h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    line-height: inherit;
}

footer .liner {
    width: 25%;
    margin: 0px 0 25px;
}

footer .liner span {
    background: #2da1d6;
    width: 100%;
}

footer li {
    list-style: none;
}

footer li a {
    color: #fff;
}

footer li a:hover {
    color: #00afff;
}

.f-block h6 {
    color: #00afff;
    font-size: 15px;
    text-transform: none;
    padding-top: 0;
}

.f-block li span {
    color: #00afff;
    width: 35%;
    display: inline-block;
}

.f-block .last-set li span {
    width: 12%;
    color: #fff;
}

footer .form-control {
    height: 44px;
    background: none;
    box-shadow: none;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #b3b3b3;
    border-radius: 0;
    padding: 0;
    color: #b3b3b3;
}

footer .form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid rgba(45, 161, 214, 1);
}

footer .btn {
    background: #fff;
    border-color: #fff;
    box-shadow: none;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 40%;
    text-transform: uppercase;
    height: 44px;
    border-radius: 50px;
    color: #414141;
}

footer .btn:hover {
    background: none;
    color: #2da1d6;
    border-color: #2da1d6;
}

.btn:focus,
.btn:focus:active {
    outline: none !important;
}

.socialise h6 {
    padding: 15px 0 0;
}

.socialise ul li {
    display: inline-block;
}

.socialise ul li a {
    background: #fff;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50px;
    text-align: center;
    line-height: 40px;
    color: #2d2d2d;
    margin-right: 8px;
    font-size: 18px;
    font-weight: bold;
}

.socialise ul li a:hover {
    color: #2da1d6;
}

.socialise ul li a:hover {
    color: #2da1d6;
}

.socialise ul li a i.fa {
    line-height: 40px;
    display: block;
}

#errmsg {
    color: red;
    padding-bottom: 15px;
}

#succmsg {
    color: green;
    padding-bottom: 15px;
}

.livechat-tag {
    float: right;
    background: url(../images/chat.png);
    text-align: center;
    display: block;
    position: fixed;
    z-index: 99;
    top: 160px;
    left: 0%;
    width: 37px;
    height: 146px;
    border-radius: 0px 10px 10px 0px;
}

.livechat-tag a {
    color: #fff !important;
    text-decoration: none;
    font-size: 15px;
    text-decoration: none;
    position: fixed;
    z-index: 99;
    top: 160px;
    left: 0%;
    width: 37px;
    height: 146px;
    border-radius: 0px 10px 10px 0px;
}

div#maaa {
    background: #eeeeee;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: absolute;
}

.in1 {
    width: 45px;
    float: left;
    padding: 2px 8px;
    height: 34px;
    line-height: 34px;
}

.add-plus {
    float: left;
    margin: 0 10px;
}

.add-plus a {
    display: inline-block;
    background: #2da1d6;
    width: 50px;
    height: 34px;
    color: #fff;
    border: 1px solid #1785b7;
    text-align: center;
}

.add-plus i.fa {
    line-height: 34px;
}

div#maaa .plus-text {
    margin: 0;
    text-align: center;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.nbtn {
    border: none;
    background: #2da1d6;
    color: #fff;
    height: 34px;
    line-height: 34px;
    margin-left: 5px;
    border-radius: 2px;
    font-size: 12px;
    padding: 0 8px;
}

.nbtn-black {
    background: #000;
    margin: 0 0 0 2px;
}

.nbtn-black:hover,
.nbtn:hover {
    background: #ccc;
    color: #000;
}

.see-video a i.fa {
    line-height: 30px;
    color: #fff;
}

.home .owl-buttons i.fa {
    line-height: 40px;
}

.cl-bottom h6 a {
    color: #000;
}

.pp-plans .gen-box p {
    margin: 0;
    padding: 15px 0 0;
}

.pp-plans i.fa {
    color: #2da1d6;
    padding-right: 4px;
}

.spacetop30 {
    padding-top: 30px;
}

.fq-top-search {
    position: relative;
}

.faq .panel-title {
    line-height: normal;
    text-transform: none;
    font-size: 16px;
    font-family: 'roboto_slabbold';
}

ul.list-li.c-lis {
    margin-left: 1em;
}

ul.list-li.c-lis li {
    padding: 0;
    list-style: inside;
    border: none;
}

.faq .panel-heading {
    padding: 0;
}

.faq .panel-title a {
    display: block;
    padding: 10px 15px;
}

.btn-cont {
    position: relative;
    margin: 25px 0 0;
    min-height: 100px;
}

.btn-cont .btn {
    position: relative;
    padding: 20px 70px;
    border: 1px solid #2da1d6;
    color: #fff;
    text-decoration: none;
    font-size: 1.125em;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-font-smoothing: antialiased;
    background: #2da1d6;
    font-family: 'roboto_slabbold';
}

.btn-cont .btn:hover {
    border: none;
    background: none;
    color: #003794;
}

.btn-cont .btn:hover .line-1 {
    -webkit-animation: move1 1500ms infinite ease;
    animation: move1 1500ms infinite ease;
}

.btn-cont .btn:hover .line-2 {
    -webkit-animation: move2 1500ms infinite ease;
    animation: move2 1500ms infinite ease;
}

.btn-cont .btn:hover .line-3 {
    -webkit-animation: move3 1500ms infinite ease;
    animation: move3 1500ms infinite ease;
}

.btn-cont .btn:hover .line-4 {
    -webkit-animation: move4 1500ms infinite ease;
    animation: move4 1500ms infinite ease;
}

.btn-cont .line-1 {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    background-color: #003794;
    left: 0;
    bottom: 0;
}

.btn-cont .line-2 {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    background-color: #003794;
    left: 0;
    top: 0;
}

.btn-cont .line-3 {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    background-color: #003794;
    right: 0;
    top: 0;
}

.btn-cont .line-4 {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    background-color: #003794;
    right: 0;
    bottom: 0;
}

@-webkit-keyframes move1 {
    0% {
        height: 100%;
        bottom: 0;
    }
    54% {
        height: 0;
        bottom: 100%;
    }
    55% {
        height: 0;
        bottom: 0;
    }
    100% {
        height: 100%;
        bottom: 0;
    }
}

@keyframes move1 {
    0% {
        height: 100%;
        bottom: 0;
    }
    54% {
        height: 0;
        bottom: 100%;
    }
    55% {
        height: 0;
        bottom: 0;
    }
    100% {
        height: 100%;
        bottom: 0;
    }
}

@-webkit-keyframes move2 {
    0% {
        width: 0;
        left: 0;
    }
    50% {
        width: 100%;
        left: 0;
    }
    100% {
        width: 0;
        left: 100%;
    }
}

@keyframes move2 {
    0% {
        width: 0;
        left: 0;
    }
    50% {
        width: 100%;
        left: 0;
    }
    100% {
        width: 0;
        left: 100%;
    }
}

@-webkit-keyframes move3 {
    0% {
        height: 100%;
        top: 0;
    }
    54% {
        height: 0;
        top: 100%;
    }
    55% {
        height: 0;
        top: 0;
    }
    100% {
        height: 100%;
        top: 0;
    }
}

@keyframes move3 {
    0% {
        height: 100%;
        top: 0;
    }
    54% {
        height: 0;
        top: 100%;
    }
    55% {
        height: 0;
        top: 0;
    }
    100% {
        height: 100%;
        top: 0;
    }
}

@-webkit-keyframes move4 {
    0% {
        width: 0;
        right: 0;
    }
    55% {
        width: 100%;
        right: 0;
    }
    100% {
        width: 0;
        right: 100%;
    }
}

@keyframes move4 {
    0% {
        width: 0;
        right: 0;
    }
    55% {
        width: 100%;
        right: 0;
    }
    100% {
        width: 0;
        right: 100%;
    }
}

#selector-bf-5d282542bb25a {
    font-size: 52px;
    color: #212121;
    line-height: 1.2em;
    text-align: left;
    font-weight: 700;
    text-transform: none;
}

#selector-bf-5d282542baefe {
    font-size: 48px;
    color: #212121;
    line-height: 1em;
    text-align: left;
    font-weight: 400;
    text-transform: none;
}