html, body {
    font: 100%/1.5em 'Raleway', sans-serif;
    position: relative;
    height: 100%;
}

.page__wrap {
    position: relative;
    min-height: 100%
}

ul, ol {
    margin: 0;
    padding: 0;
}

ul li, ol li {
    list-style: none;
}

.text-center {
    text-align: center;
}

.relative { position: relative; }

.btn {
    display: inline-block;
    background: #faa300;
    color: #fff;
    padding: 12px 18px;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
    line-height: 1;
}

.btn__grey {
    background: transparent;
    color: #a8b2b5;
    border: 1px solid #cbcbcb;
}

.btn:focus,
.btn:hover {
    text-decoration: none;
    color: #fff;
}

.btn__grey:hover,
.btn__grey:focus {
    color: #a8b2b5;
}

.btn-large {
    padding: 18px 24px;
}

.btn-small {
    font-size: 0.678em;
    text-transform: none;
    padding: 5px 11px;
}

.btn-default {
    color: #333;
    background: #fff;
    border: 1px solid #d9d9d9;
    line-height: 1;
}

.btn-default:hover,
.btn-default:focus {
    color: #333;
}

.main__section {
    background: #025874;
    padding: 73px 0 55px;
}

.main__section.profile__section {
    padding: 35px 0;
}

.main__section.profile__section .profile__wrap {
    background: #fff;
}

.main__section.profile__section.profile__section-inv .profile__wrap {

}

.profile__section-arrow {
    display: none;
    font-size: 3.5em;
    position: fixed;
    top: 80px;
    left: 0;
    background: #faa300;
    opacity: 0.8;
    z-index: 2;
    padding: 2px 15px;
    color: #135d78;
    cursor: pointer;
}

.second__section {
    background: #fff;
    padding: 73px 0 55px;
}

.third__section {
    background: #f8f8f8;
    padding: 73px 0 55px;
}

.second__section .section__title,
.third__section .section__title {
    color: #025874;
}

.sub__section {
    background: #e5ecee;
}

.section__title {
    font-size: 3em;
    line-height: 1em;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 46px;
}

.section__title-desc {
    font-size: 0.937em;
    color: #fff;
}

.subject__link a {
    text-decoration: none;
}

.profile__title-info {
    margin: 0 0 27px;
    color: #0d6785;
    font-size: 1.875em;
    text-transform: uppercase;
}

.profile__title-info span {
    float: right;
    color: #b2b2b2;
    font-size: 1.125rem;
    font-weight: 300;
    text-transform: none;
    margin-top: 3px;
}

.profile__sub-title {
    margin: 0 0 27px;
    color: #003f55;
    font-size: 1.125em;
    font-weight: 300;
    text-transform: uppercase;
}

.profile__sub-title span {
    text-transform: none;
}

.profile__desc-info {
    font-size: 0.973em;
    color: #003f55;
    margin-bottom: 25px;
}

.social {
    float: right;
}

.social__item {
    display: inline-block;
    vertical-align: top;
    margin-left: 6px;
}

.social__item:first-child {
    margin-left: 0;
}

.social__link {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #5d5d5d;
    border-radius: 21px;
    font-size: 1.125em;
    text-align: center;
    color: #5b5b5b;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.social__link:hover {
    background: #033d51;
    border-color: transparent;
}

.social__link:hover i {
    color: #fff;
}

.control-label {
    font-weight: 300;
}

.dropdown__chart {
    position: relative;
}

.dropdown__btn:hover,
.dropdown__btn:focus,
.dropdown__btn {
    color: #8f8f8f;
    text-decoration: none;
    font-size: 1em;
    min-width: 100px;
    display: inline-block;
}

.dropdown__btn .fa{
    margin-top: 3px;
}

.dropdown__list{
    background: #fff;
    display: none;
    position: absolute;
    top: 25px;
    left: 0;
}

.dropdown__link:hover,
.dropdown__link:focus,
.dropdown__link{
    color: #8f8f8f;
    text-decoration: none;
}

/*.dropdown__list.show__dd {*/
    /*height: auto;*/
/*}*/

/* -------- landing start -------- */

.business-bbot {
    background-image: url("/img/svg/SS_svg_v1-43.svg");
    background-repeat: no-repeat;
    background-position: 65% -30px;
}

.business-bbot .section__title {
    font-size: 4.5em;
    margin-top: 50px;
    margin-bottom: 17px;
    line-height: 0.95em;
}

.business-bbot .sign-up__button-wrap {
    margin-bottom: 45px;
}

.bbot-ai__desc {
    color: #fff;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.2em;
    margin-bottom: 47px;
}

.statistic__list {
    width: 70%;
    margin: 0 auto;
}

.statistic__item {
    width: 33.333%;
    float: left;
    color: #fff;
}

.statistic__icon {
    font-size: 0;
    width: 60px;
    height: 60px;
    background: #014f67;
    border-radius: 30px;
    margin: 0 auto 15px;
    padding: 6px 0;
}

.statistic__icon:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.statistic__icon img {
    width: 70%;
}

.statistic__qty {
    font-size: 1.3em;
}

.statistic__name {
    font-size: 0.7em;
    line-height: 1.3em;
}

.second__section.feature-sections {
    padding: 60px 0 65px;
    overflow: hidden;
}

.second__section.feature-sections.feature-sender {
    padding: 60px 0 0;
}

.feature-sections .section__title {
    font-size: 3em;
    line-height: 1em;
    margin-top: 42px;
    text-align: left;
    margin-bottom: 20px;
}

#missed_email {
    margin-top: -55px;
    margin-left: -260px;
    margin-right: -190px;
}

#magnifier {
    margin-left: -100px;
    margin-bottom: -7px;
}

.feature__desc {
    font-size: 1.312em;
    font-weight: 300;
    line-height: 1.3em;
    margin-bottom: 18px;
    color: #004055;
}

.feature__time-save {
    position: relative;
    margin-bottom: 56px;
}

.feature__time-save img {
    width: 32px;
}

.feature__time-save span {
    color: #7698a3;
    font-size: 1.25em;
    font-weight: 300;
    vertical-align: middle;
    position: relative;
    top: 4px;
    left: -25px
}

.feature__sign-up {
    display: inline-block;
    text-align: center;
}

.feature-sections__missed-bg {
    background: url('/img/bg_letter.png') no-repeat;
    background-size: 1124px 740px;
    background-position: -190px 20px;
    padding: 175px 0;
}

.feature-sections .section__title {
    margin-top: 78px;
}

.how-does {
    position: relative;
    background: #e5ecee;
    border-top: 1px solid #dde7eb;
}

.how-does .container {
    overflow: hidden;
    height: 0;
    /*padding: 58px 0;*/
    padding: 0 15px;
    -webkit-transition: 0.4s all ease-out;
    transition: 0.4s all ease-out;
}

.how-does.how-does__show .container {
    height: auto;
    padding: 58px 15px;
}

.how-does.how-does__show .how-does-button {
    background: #075c78;
}

.how-does.how-does__show .how-does-button__one,
.how-does.how-does__show .how-does-button__two {
    background: #fff;
}

.how-does-button {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -23px;
    margin-top: -23px;
    width: 46px;
    height: 46px;
    border-radius: 25px;
    border: 6px solid #fff;
    /*background: #075c78;*/
    background: #dee8eb;
    /*color: #fff;*/
    transition: 0.4s all ease-out;
}

.how-does-button:before {
    content: 'How Does it Work';
    display: block;
    border-bottom: 1px dashed #999;
    white-space: nowrap;
    position: absolute;
    top: -40px;
    left: -150%;
    font-size: 1em;
    color: #999;
}

.how-does-button__one, .how-does-button__two {
    display: block;
    position: absolute;
    border-radius: 3px;
    background: #266174;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.4s all ease-out;
    transition: 0.4s all ease-out;
}

.how-does-button__one {
    top: 16px;
    left: 10px;
    right: 10px;
    height: 2px;
}

.how-does-button__two {
    top: 10px;
    left: 16px;
    bottom: 10px;
    width: 2px;
}

.how-does.how-does__show .how-does-button__two {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.how-does .subject__avatar {
    border: none;
    width: 100%;
    height: 248px;
    max-width: 316px;
}

.how-does .subject__title {
    color: #666;
    font-size: 1.4em;
    margin: 0 0 60px;
    font-weight: 300;
    height: 24px;
}

.how-does .subject__avatar img {
    max-height: 248px;
    max-width: 316px;
}

.how-does .subject__desc {
    color: #666;
    font-size: 1.062em;
}

.usefull-features .section__title {
    margin-bottom: 38px;
}

.usefull-features .section__title-desc {
    margin-bottom: 50px;
}

.usefull-features__list {
    margin-bottom: 42px;
}

.usefull-features__item {
    background: #fff;
    padding-top: 42px;
    padding-bottom: 42px;
    border-bottom: 1px solid #e4eaed;
    border-right: 1px solid #e4eaed;
}

.usefull-features__item:nth-child(3n+3),
.usefull-features__item:last-child {
    border-right: none;
}

.usefull-features__item:hover {
    background: #faa300;
}

.usefull-features__item:hover .usefull-features__title {
    color: #fff;
}

.usefull-features__item:hover .usefull__icon-orang {
    fill: #fff;
}

.usefull-features__item:hover .usefull__icon-orang-stroke.usefull__icon-orang {
    stroke: #fff;
}

.usefull-features__item:hover .usefull__icon-white {
    fill: #faa41a;
}

.usefull-features__icon {
    margin-bottom: 16px;
    text-align: center;
}

.usefull-features__icon .img-hover {
    display: none;
}

.usefull-features__icon img {
    height: 78px;
}

.usefull-features__item:hover .usefull-features__icon .img{
    display: none;
}

.usefull-features__item:hover .usefull-features__icon .img-hover{
    display: inline;
}

.usefull-features__icon svg {
    height: 71px;
}

.usefull-features__title {
    margin: 0;
    font-weight: 300;
    color: #003f55;
    font-size: 1.312em;
}

.blog__slider {
    margin-bottom: 17px;
}

.blog__slider .slick-list {
    margin-bottom: 33px;
}

.blog__slider .subject {
    background: #fff;
    padding: 30px 25px;
}

.blog__slider .subject__avatar {
    border: none;
    width: 198px;
    height: 198px;
    margin-bottom: 22px;
}

.blog__slider .subject__info {
    margin-bottom: 4px;
}

.blog__slider .subject__info-title {
    font-size: 1.212em;
    color: #004055;
    margin-bottom: 0;
}

.blog__slider .subject__info-sub-title {
    font-size: 0.65em;
    color: #999;
    margin-top: 10px;
}

.blog__slider .subject__avatar img {
    border: 1px solid #eaeaea;
}

.blog__slider .subject__desc {
    color: #004055;
    font-size: 0.862em;
    margin-bottom: 18px;
    height: 120px;
    overflow: hidden;
}

.blog__slider .subject__link a {
    font-size: 1.1em;
    /*position: relative;*/
    color: #004055;
}

.blog__slider .subject__link a i {
    font-size: 0.7em;
    /*position: absolute;*/
    /*right: -10px;*/
    /*top: 50%;*/
    /*margin-top: -2px;*/
}

.btn__posts {
    text-transform: uppercase;
    font-size: 0.8em;
    padding: 11px 28px;
}

.says-us__item {
    padding: 45px 0;
}

.says-us__item:first-child {
    border-right: 1px solid #e4eaed;
}

.says-us__separator + .says-us__item {
    /*border: none;*/
    border-right: 1px solid #e4eaed;
}

.says-us__separator {
    height: 1px;
    background: #e4eaed;
}

.says-us__link a {
    font-size: 1.312em;
    color: #7eb1c1;
    font-weight: 300;
    text-decoration: none;
}

.says-us__link a i {
    font-size: 0.875rem;
}

.says-us__icon {
    height: 48px;
    max-height: 48px;
    line-height: 48px;
}

/* -------- landing end -------- */

/* -------- price start -------- */

.price .section__title {
    margin-bottom: 31px;
}

.price__sub-title {
    color: #999;
    font-size: 1.875em;
    font-weight: 300;
    margin: 0 0 30px;
}

.price__desc {
    font-size: 1em;
    color: #666;
    margin-bottom: 50px;
}

.price__options {
    margin-bottom: 22px;
}

.price__bbot-img {
    position: absolute;
    top: 0;
    left: 0px;
    transform: translateX(-60%);
}

.price__item {
    position: relative;
    background: #fff;
    transition: all 0.5s ease;
}

.price__item-active:before {
    content: '* Curent Plan';
    position: absolute;
    top: -30px;
    width: 100%;
    text-align: center;
    color: #033e52;
    font-size: 0.812em;
}

.price__item-title {
    font-size: 1.875em;
    color: #fff;
    background: #033e52;
    font-weight: 300;
    padding: 16px 0;
    margin: 0;
}

.price__item-priority .price__item-title {
    background: #6ec9e7;
}

.price__item-priority {
}

.price__item-amount:before,
.price__item-amount:after {
    width: 50%;
    padding: 8px 0;
    font-weight: 300;
    display: block;
    float: left;
    text-align: center;
    text-transform: uppercase;
}

.price__item-amount:before {
    content: attr(data-type);
    font-size: 0.937em;
    background: #dee8eb;
}

.price__item-amount:after {
    content: attr(data-price);
    font-size: 1.125em;
    background: #f0f4f5;
}

.price__item-content__wrap {
    padding: 25px 20px;
}

.price__item-features {
    color: #999;
    font-size: 0.875em;
    margin-bottom: 21px;
    transition: all 0.5s ease;
}

.price__item-features li {
    background: url("/img/check.png") no-repeat top left;
    padding-left: 15px;
}

.price__btn {
    background: transparent;
    font-weight: bold;
    font-size: 0.75em;
    text-transform: uppercase;
    color: #033d51;
    border: 1px solid #cbcbcb;
    padding: 11px 35px;
}

.btn__disabled.price__btn {
    background-color:#ddd;
}

.price__btn:hover,
.price__btn:focus {
    color: #033d51;
}

.price__note {
    color: #999;
    font-size: 0.937em;
}

.price__mob-header {
    color: #7c9aa5;
    display: none;
    padding: 18px 20px;
    position: relative;
}

.price__mob-header .faq__arrow:before,
.price__mob-header .faq__arrow:after {
    width: 2px;
    height: 15px;
    background: #5e9fb6;
}

.price__mob-header .faq__arrow:before {
    transform: translate(-5px, 0) rotate(45deg);
}

.price__mob-header .faq__arrow:after {
    transform: translate(5px, 0) rotate(-45deg);
}

.price__item-mobile__show .price__mob-header .faq__arrow:before {
    transform: translate(5px, 0) rotate(45deg);
    background: #d8e3e7;
}

.price__item-mobile__show .price__mob-header .faq__arrow:after {
    transform: translate(-5px, 0) rotate(-45deg);
    background: #d8e3e7;
}

.price__mob-title {
    font-size: 1.25em;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.price__mob-title span {
    font-weight: 300;
}

.price__mob-amount {
    font-size: 2.25em;
}

.price__mob-amount span {
    font-size: 1.3rem;
    font-weight: 300;
}

.price__item-content__wrap {
    transition: all 0.5s ease;
}

.price__item-mobile__show.price__item {
    background: #0c5169;
}

.price__item-mobile__show .price__mob-header,
.price__item-mobile__show .price__item-features {
    color: #fff;
}

.price__item-mobile__show .price__item-features {
    margin-bottom: 21px;
}

.price__item-mobile__show .price__item-content__wrap {
    height: auto;
    padding-bottom: 25px;
}

/* -------- price end -------- */

/* -------- subject start -------- */

.subject {
    text-align: center;
}

.subject__invers .subject__info,
.subject__invers .subject__desc {
    color: #333;
}

.subject__avatar {
    border: 19px solid #f1f1f1;
    width: 243px;
    height: 240px;
    margin: 0 auto 35px;
    overflow: hidden;
}

.subject__avatar img {
    max-height: 240px;
    max-width: 243px;
    width: 100%;
    height: 100%;
}

.subject__info {
    color: #fff;
    margin-bottom: 24px;
}

.subject__info-title {
    font-size: 1.5em;
    margin: 0 0 12px;
    font-weight: normal;
}

.subject__info-sub-title {
    margin: 0;
    font-size: 1.062rem;
    font-weight: 200;
}

.subject-social__item {
    display: inline-block;
    vertical-align: top;
    margin-left: 6px;
}

.subject-social__item:first-child {
    margin-left: 0;
}

.subject-social__link {
    display: inline-block;
    vertical-align: top;
    width: 29px;
    height: 29px;
    line-height: 29px;
    border: 1px solid #033e52;
    border-radius: 21px;
    font-size: 0.843em;
    text-align: center;
    color: #025874;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.subject-social__link:hover {
    background: #025874;
    border-color: transparent;
}

.subject-social__link:hover i {
    color: #fff;
}

.subject__desc {
    color: #fff;
    font-size: 1.062em;
    font-weight: 200;
}

/* -------- subject end -------- */

/* -------- about start -------- */

.key-team .subject__avatar {
    height: 244px;
}

.key-team .subject__avatar img {
    height: auto;
    max-height: inherit;
    max-width: inherit;
}

.second__section.support-tem {
    padding-bottom:15px;
}

.support-tem .subject__wrap {
    margin-bottom: 40px;
}

.testimonials__slider {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

.testimonials__slider .slick-list.draggable {
    padding-bottom: 70px;
    margin-bottom: 0;
}

.testimonials__slider .slick-dots {
    margin-top: -22px;
}

.testimonials__slider .slick-dots li button:before {
    background: #7597a3;
}

.testimonials__slider .slick-dots li.slick-active button:before {
    background: #fff;
}

.testimonials__item {
    min-height: 245px;
}

.testimonials__wrap-content {
    position: relative;
    max-width: 785px;
    min-height: 245px;
    border: 2px solid #fff;
    padding: 46px 40px 40px 130px;
    margin: 0 auto;
    width: 90%;
}

.testimonials__avatar {
    position: absolute;
    top: 50%;
    left: 0;
    width: 170px;
    height: 169px;
    margin-left: -85px;
    margin-top: -85px;
    border: 20px solid #fff;
    overflow: hidden;
}

.testimonials__avatar-pic {
    max-width: 130px;
    max-height: 130px;
    width: 100%;
    height: 100%;
}

.testimonials__title {
    font-weight: 600;
    font-size: 1.375em;
    text-transform: uppercase;
    margin: 0 0 17px;
}

.testimonials__desc {
    font-size: 1em;
    line-height: 1.2em;
}

.testimonials__user-info {
    position: absolute;
    top: 100%;
    right: 22%;
    font-size: 1.125em;
    font-weight: 600;
    margin-top: 24px;
}

.testimonials__user-info:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 48px 23px 0;
    border-color: transparent #fff transparent transparent;
    top: 0;
    left: -78px;
    position: absolute;
    margin-top: -24px;
}

.testimonials__user-info:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 48px 23px 0;
    border-color: transparent #025874 transparent transparent;
    top: 0;
    left: -80px;
    position: absolute;
    margin-top: -27px;
}

.testimonials__user-info span {
    font-size: 0.935em;
    font-weight: normal;
}

.customer__slider-item {
    height: 50px;
    line-height: 50px;
    margin-left: 70px;
}

.customer__slider-item:first-child {
    margin-left: 0;
}

.customer__slider-pic {
    display: inline-block !important;
    vertical-align: bottom;
}

.map__wrap {
    position: relative;
    max-height: 495px;
    height: 495px;
}

.map {
    height: 100%;
    z-index: -2;
}

.map__info {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    padding: 113px 0 120px 65px;
    z-index: 2;
}

.map__info-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #075c78;
    opacity: 0.8;
    z-index: -1;
}

.map__desc {
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: lighter;
    color: #f7f7f7;
    margin-bottom: 57px;
}

.map__phone,
.map__email {
    font-weight: lighter;
    color: #f7f7f7;
    margin-bottom: 11px;
}

.map__phone span,
.map__email span {
    display: inline-block;
    vertical-align: middle;
    font-size: 2.25em;
}

.map__phone .map__icon,
.map__email .map__icon {
    font-size: 1.5rem;
    text-align: center;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #f7f7f7;
    margin-right: 15px;
}

.map__phone .map__icon {
    line-height: 53px;
}

.map__icon i {
    color: #033e52;
}

/* -------- about end -------- */

/* -------- notfound start -------- */

.info__img {
    width: 23%;
    position: relative;
}

.info__img-thank {
    width: 30%;
}

.info__img.info__img-server {
    right: -2%;
}

.info-page__section.third__section {
    padding: 58px 0 55px;
}

.info__name {
    color: #025874;
    font-size: 7.5em;
    line-height: 1em;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.info__name-sub {
    font-size: 5em;
}

.info__sub {
    color: #185e79;
    font-size: 1.8em;
    font-weight: 300;
    margin: 0 0 25px;
    line-height: 1em;
}

.info__desc {
    width: 100%;
    max-width: 441px;
    margin: 0 auto;
    color: #666;
    font-size: 1em;
}

/* -------- notfound end -------- */

/* -------- profile start -------- */

.profile__wrap {
    position: relative;
}

.profile__term {
    padding: 55px 50px;
}

.profile__top {
    margin: 7px 0 15px;
}

.profile__top-left {
    font-size: 1em;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.profile__top-right {
    color: #fff;
    font-size: 0.937em;
    font-weight: 300;
}

.profile__top-right a {
    color: #faa300;
    text-decoration: underline;
}

.profile__side-bar {
    width: 314px;
    border-right: 1px solid #efefef;
    float: left;
    background: #f9f9f9;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.profile__side-bar:after{
    content: "";
    width: 315px;
    background: #f9f9f9;
    position: absolute;
    height: 100%;
    /*top:0;*/
    bottom: 0;
    z-index: 0;
}

.profile__content {
    margin-left: 315px;
    padding: 37px 40px 57px 57px;
    background: #fff;
}


.profile__categories {
    position: relative;
    display: block;
    border-bottom: 1px solid #efefef;
    font-size: 0;
    padding: 18px 0 18px 50px;
    z-index: 1;
    min-height:93px;
}

.profile__categories .img {
    display: none;
}

.profile__categories:hover .img-hover{
    display: none;
}

.profile__categories:hover .img{
    display: inline;
}

.profile__categories:hover,
.profile__categories.profile__categories-active {
    background: #fff;
    margin-right: -1px;
}

.profile__categories.profile__categories-active .img-hover {
    display: none;
}
.profile__categories.profile__categories-active .img {
    display: inline;
}

.profile__categories:hover:before,
.profile__categories.profile__categories-active:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    background: #faa300;
    top: 0;
    left: 0;
}

.profile__categories:hover.profile__categories-other .categories__icon i,
.profile__categories.profile__categories-active.profile__categories-other .categories__icon i {
    color: #faa41a;
}

.profile__categories-other .categories__icon i {
    font-size: 1.8em;
    vertical-align: middle;
    color: #dbdbdb;
}

.profile__categories-other .categories__icon {
    text-align: center;
}

.categories__icon {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
    font-size: 1rem;
    max-width: 46px;
}

.categories__icon .usefull__icon {
    vertical-align: middle;
}

.categories__icon .usefull__icon {
}

.categories__text {
    display: inline-block;
    width: 80%;
    vertical-align: middle;
    font-size: 1rem;
    line-height: 1;
    color: #aba8a8;
    padding: 0 0 0 17px;
}

.categories__bbot {
    position: relative;
    z-index: 1;
}

.profile__categories:hover .categories__text,
.profile__categories-active .categories__text {
    color: #d88d00;
}

.profile__title {
    color: #0e6785;
    font-size: 1.875em;
    text-transform: uppercase;
    margin: 0 0 40px;
    line-height: 1;
}

.profile__title .onoffswitch {
    float: right;
    margin-top: -7px;
}

.profile__desk-page {
    color: #004055;
    font-size: 0.937em;
    border-bottom: 3px solid #ededed;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.profile__user {
    border-bottom: 3px solid #ededed;
    padding-bottom: 28px;
    margin-bottom: 25px;
}

.profile__user .user__avatar {
    margin: 0;
    width: 83px;
    height: 83px;
    vertical-align: top;
}

.profile__user .user__avatar img {
    width: 100%;
    height: auto;
}

.profile__user .user__info {
    padding-top: 16px;
    margin-left: 15px;
    vertical-align: top;
}

.profile__user .user__name {
    color: #666;
    font-weight: bold;
    text-transform: none;
    font-size: 1.125em;
}

.profile__user .user__plan {
    margin-bottom: 3px;
}

.profile__connection {
    padding-bottom: 20px;
    border-bottom: 3px solid #ededed;
    margin-bottom: 45px;
}

.connection__title {
    margin: 0 0 10px;
    color: #656565;
    font-size: 1.312em;
    font-weight: 300;
}

.connection-social__list .connection-social__item-active.social__google .social__link:hover i {
    color: #e83b43;
}

.connection-social__list .connection-social__item-active.social__google .social__link:hover {
    border-color: #e83b43;
    background: transparent;
}

.connection-social__list .connection-social__item-active.social__google .social__link {
    background: #e83b43;
    color: #fff;
    cursor: pointer;
}

.connection-social__list .social__link:hover,
.connection-social__list .social__link {
    background: transparent;
    border-color: #e6e6e6;
    color: #e6e6e6;
}

.connection-social__list .social__link:hover i {
    color: #e6e6e6;
}

.profile__sub-header {
    border-bottom: 1px solid #ededed;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.profile__sub-header__title {
    margin: 0;
    font-size: 1.312em;
    font-weight: 300;
    color: #666;
}

.payment__table {
    text-align: left;
    font-size: 0.937em;
    font-weight: 300;
    color: #656565;
}

.payment__table th {
    font-weight: 300;
    padding-bottom: 8px;
    width: 110px;
}

.payment__table th + th {
    width: 85px;
}

.payment__table th + th + th {
    width: auto;
}

.payment__table th + th + th + th {
    width: 60px;
}

.payment__table td + td + td + td,
.payment__table th + th + th + th {
    text-align: center;
}

.payment__table td {
    font-size: 0.812rem;
    line-height: 1;
    padding: 10px 0;
}

.payment__table thead tr {
    border-bottom: 3px solid #ededed;
}

.payment__table tbody tr {
    border-bottom: 1px solid #efefef;
}

.account__nav {
    position: absolute;
    right: 40px;
    bottom: 10px;
}

.social__activation-title {
    font-size: 1em;
    color: #666;
    font-weight: 300;
    margin: 0 0 15px;
}

.activation__list {
    font-size: 0;
    margin-bottom: 45px;
}

.activation__item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 25px;
    background: #fbaf42;
}

.activation__item:last-child {
    margin-right: 0;
}

.activation__item-twitter {
    background: #0bb1ef;
}

.activation__item-facebook {
    background: #3d5998;
}

.activation__item-plus {
    background: #e83b43;
}

.activation__item-linkedin {
    background: #035a87;
}

.activation__link {
    display: inline-block;
    vertical-align: middle;
    padding: 6px 20px;
    font-size: 1rem;
    color: #fff;
}

.activation__link:hover,
.activation__link:focus {
    color: #fff;
    text-decoration: none;
}

.activation__link i {
    margin-right: 7px;
}

.load-more__invoice {
    text-align: center;
    border: none !important;
}
.table>tbody>tr.load-more__invoice td .load-more__invoice-link {
    color: #afafaf;
}
.table>tbody>tr.load-more__invoice td {
    border: none;
}

/* -------- profile end -------- */


/* -------- popup end -------- */

.popup__wrap {
    display: none;
    background: #fff;
    margin: 0 auto;
    min-width: 480px;
    width: 480px;
    max-width: 830px;
    max-height: calc(100% - 50px);
    position: fixed;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    padding-bottom: 40px;
    z-index: 10;
    overflow: auto;
}

.popup__wrap.show {
    display: block;
}

.popup__wrap.popup__thank-order {
    width: 830px;
}

.popup__header {
    text-align: left;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
}

.popup__title {
    margin: 0 0 -1px 0;
    font-size: 1.5em;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
    line-height: 1;
    padding: 32px 0 26px 35px;
    border-bottom: 5px solid #f9a300;
    display: inline-block;
}

.popup__close {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 74px;
    border-left: 1px solid #e1e1e1;
}

.popup__close:before,
.popup__close:after {
    content: '';
    top: 50%;
    left: 50%;
    position: absolute;
    height: 30px;
    width: 1px;
    margin-top: -15px;
    background: #999;
    transform: rotate(45deg);
}

.popup__close:after {
    transform: rotate(-45deg);
}

.popup__content {
    font-size: 1.5em;
    line-height: 1;
    font-weight: 300;
    color: #666;
    text-transform: initial;
    padding: 40px 35px;
}

.popup__content-top {
    font-size: 0;
    margin-bottom: 40px;
}

.popup__content-top div {
    display: inline-block;
    vertical-align: top;
    width: 87%;
    font-size: 1.5rem;
    line-height: 1.2em;
    padding: 0 180px 0 10px;
}

.popup__content-top div:first-child {
    width: 9%;
    padding: 0;
    margin-right: 15px;
}

.popup__content-desc {
    padding: 0 70px;
    color: #666;
    font-size: 0.937rem;
    line-height: 1.2em;
}

.popup__action {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 35px;
}

.popup__thank-order .popup__action {
    text-align: right;
}

.popup__action .term-of-link{
    color: #999;
    text-transform: initial;
    font-weight: 300;
    font-size: 0.875rem;
}

.popup__action .btn.btn__ok{
    padding: 12px 60px;
    color: #fff;
    margin-left: 5px;
}
.popup__action .btn{
    padding: 12px 23px;
    color: #ccc;
}

.popup__sub-header {
    color: #999;
    font-size: 1.125rem;
    margin-bottom: 15px;
}

.login__link,
.login__link:hover,
.login__link:focus {
    display: inline-block;
    width: 80%;
    font-size: 1.125rem;
    padding: 21px 0;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 13px;
    cursor: pointer;
}

.login__link-disable{
    background: #ccc;
}

.login__link.login__link-google,
.login__link.login__link-google:hover,
.login__link.login__link-google:focus {
    background: #dd4b39;
    margin-bottom: 35px;
}

.checkbox__tooltip {
    display: none;
    min-width: 200px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 300;
    padding: 5px 8px;
    border-radius: 3px;
    background: #dd4b39;
    position: absolute;
    top: 0;
    left: 0;
    text-transform: none;
    transform: translateX(-43%) translateY(-120%);
}

.checkbox__wrap.error .checkbox__tooltip{
    display: block;
}


.checkbox__wrap {
    display: inline;
    position: relative;
}
.checkbox__wrap.error i{
    color: #dd4b39;
}

.checkbox__wrap input {
    opacity: 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: 0;
}

.checkbox__wrap i {
    font-size: 1.5em;
    color: #999;
    position: absolute;
    left: -2px;
    top: -2px;
    z-index: -1;
}
.checkbox__wrap i+i {
    display: none;
}

.checkbox__wrap input:checked+i {
    display: none;
}
.checkbox__wrap input:checked+i+i {
    display: inline-block;
    color: #999;
}

/* -------- popup end -------- */


@media (max-width: 775px) {

    html, body {
        font-size: 87.5%;
    }

    .page__wrap {
        padding-bottom: 0 !important;
    }

    .profile__section-arrow {
        display: block;
    }

    /* -------- landing start -------- */
    .business-bbot__img {
        width: 70%;
    }

    .statistic__list {
        width: 90%;
    }

    .second__section.feature-sections,
    .second__section.feature-sections.feature-sender {
        padding: 50px 0 83px;
    }

    .feature-sections {
        text-align: center;
    }

    .feature-sections .section__title {
        margin-top: 20px;
        text-align: center;
    }

    .feature__time-save {
        margin-bottom: 25px;
    }

    .how-does .subject__wrap {
        margin-bottom: 30px;
    }

    .how-does .subject__title {
        margin-bottom: 20px;
    }

    .how-does .subject__avatar {
        margin-bottom: 25px;
    }

    .how-does .subject__desc {
        padding: 0 15px;
    }

    .how-does-button:before {
        top: -30px;
        left: -103%;
    }

    #magnifier {
        margin-left: -40px;
    }

    .usefull-features__item {
        text-align: left;
        padding: 30px 10px;
    }

    .usefull-features__icon {
        display: inline-block;
        vertical-align: middle;
        width: 100px;
        margin-right: 10px;
        margin-bottom: 0;
    }

    .usefull-features__title {
        vertical-align: middle;
        display: inline-block;
    }

    body .says-us__item {
        padding: 25px 0;
    }

    .says-us__separator {
        display: none;
    }

    /* -------- about start -------- */
    .main__section,
    .second__section {
        padding-top: 47px;
        padding-bottom: 42px;
    }

    .section__title {
        margin-bottom: 25px;
    }

    .business-bbot .section__title {
        font-size: 3.2em;
    }

    .key-team .subject__wrap {
        padding-bottom: 24px;
        border-bottom: 1px solid #1b7796;
        margin-bottom: 24px;
    }

    .key-team .subject__wrap:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border: none;
    }

    .key-team .subject__avatar {
        margin-bottom: 17px;
    }

    .key-team .subject__info {
        margin-bottom: 17px;
    }

    .second__section.support-tem {
        padding-bottom: 42px;
    }

    .support-tem .subject__wrap {
        padding-bottom: 24px;
        border-bottom: 1px solid #cbcbcb;
        margin-bottom: 24px;
    }

    .support-tem .subject__wrap:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border: none;
    }

    .testimonials__slider .slick-list.draggable {
        padding-top: 85px;
    }

    .testimonials__wrap-content {
        padding: 95px 15px 15px 15px;
        text-align: center;
    }

    .testimonials__avatar {
        top: 0;
        left: 50%;
    }

    .testimonials__user-info {
        margin-top: 9px;
    }

    .testimonials__user-info:before {
        margin-top: -9px;
    }

    .testimonials__user-info:after {
        margin-top: -12px;
    }

    .testimonials__slider .slick-dots {
        margin-top: 0;
    }

    .customer__slider {
        width: 90%;
        margin: 0 auto;
    }

    .customer__slider-item {
        margin-left: 40px;
    }

    .customer__slider-item:first-child {
        margin-left: 0;
    }

    .map__info {
        height: 50%;
        width: 100%;
        top: auto;
        bottom: 0;
        padding: 25px;
    }

    .map__desc {
        font-size: 1.6em;
        margin-bottom: 7px;
    }

    .map__phone .map__icon,
    .map__email .map__icon {
        line-height: 40px;
        width: 40px;
        height: 40px;
        margin-right: 5px;
    }

    .map__phone .map__icon {
        line-height: 43px;
    }

    .map__phone .map__icon,
    .map__email .map__icon,
    .map__phone span,
    .map__email span {
        font-size: 1.5em;
    }

    /* -------- price start -------- */
    .price__item {
        background: #033e52;
    }

    .price__item-active:before {
        display: none;
    }

    .price__mob-header {
        display: block;
    }

    .price__bbot-img,
    .price__item-title,
    .price__item-amount {
        display: none;
    }

    .price__item-content__wrap {
        height: 0;
        padding: 0 20px;
        overflow: hidden;
    }

    .price__btn {
        background: #faa300;
        border: none;
        color: #fff;
        font-size: 1.4em;
    }

    .price__btn:focus,
    .price__btn:hover {
        color: #fff;
    }

    .price__item-features li {
        padding: 0;
        background: none;
    }

    .price__item-features {
        margin-bottom: 0;
    }


    /* -------- price ends -------- */
    /* -------- notfound start -------- */
    .info-page__section.third__section {
        padding: 25px 0;
    }

    .info__img {
        width: 190px;
    }

    /* -------- notfound end -------- */
    /* -------- profile start -------- */
    .profile__term {
        padding: 30px 20px;
    }

    .profile__top {
        display: none;
    }

    .profile__title {
        text-align: center;
        margin-bottom: 20px;
    }

    .profile__sub-header {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .profile__user .user__avatar {
        width: 53px;
        height: 53px;
    }

    .profile__user .user__info {
        padding-top: 0;
    }

    .profile__title .onoffswitch {
        float: none;
        text-align: left;
        margin: 10px auto 0;
    }

    .profile__user .user__info {
        display: inline-block;
    }

    .profile__content {
        margin-left: 0;
        padding: 25px;
        text-align: center;
    }

    .profile__side-bar {
        position: fixed;
        top: 0;
        left: 0;
        transform: translate3d(-110%, 0, 0);
        z-index: 3;
        overflow-y: auto;
        overflow-x: hidden;
        overflow: auto;
        height: 100%;
    }

    .profile__side-bar:after {
        display: none;
    }

    .show__profile-menu .profile__side-bar {
        transform: translate3d(0%, 0, 0)
    }

    .categories__icon {
        width: 15%;
    }

    .profile__side-bar {
        width: 210px;
    }

    .profile__categories {
        padding: 8px 0 8px 20px;
        min-height: 45px;
    }

    .activation__list {
        text-align: center;
    }

    .activation__item {
        margin-bottom: 5px;
        width: 175px;
        margin-right: 5px !important;
    }

    .account__nav {
        position: inherit;
    }

    .account__nav a{
        margin-bottom: 5px;
    }

    /* -------- profile end -------- */

    /* -------- profile end -------- */

    .popup__wrap,
    .popup__wrap.popup__thank-order  {
        width: 90%;
        min-width: inherit;
    }

    .popup__header {
        border-bottom: 5px solid #f9a300;
        padding-right: 75px;
    }

    .popup__title {
        border: none;
    }

    .popup__content {
        padding: 20px 10px;
    }

    .popup__content-top div:first-child {
        width: 15%;
        margin-right: 10px;
    }

    .popup__content-top div {
        font-size: 1rem;
        padding: 0 5px;
        width: 80%;
    }

    .popup__content-desc {
        padding: 0;
    }

    .login__link,
    .login__link:hover,
    .login__link:focus {
        width: 90%;
    }

    .popup__thank-order .popup__action {
        text-align: center;
    }

    .popup__action {
        padding: 0;
    }

    /* -------- profile end -------- */

}

@media (max-width: 375px) {
    .profile__title-info span {
        float: left;
        margin-top: 10px;
        padding-right: 60px;
    }
}

/* --------- accordion ---------*/

.transition,
.faq__arrow:before,
.faq__arrow:after {
    transition: all 0.25s ease-out;
}

.flipIn {
    animation: flipdown 0.5s ease both;
}

.faq__list {
    perspective: 900px;
}

.faq__item {
    border: 1px solid #cbcbcb;
    background-color: #f7f7f7;
    position: relative;
    padding: 0;
    margin: 0 0 6px 0;
}

.faq__item:hover { border-color: #033d51; }

.faq__item:hover .faq__title {
    background: #fff;
}

.faq__item:last-of-type {
    padding-bottom: 0;
}

.faq__title {
    position: relative;
    font-size: 1.312em;
    display: block;
    font-weight: 300;
    color: #004055;
    padding: 23px 60px;
    margin: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.faq__title:before,
.faq__answer:before {
    position: absolute;
    text-align: center;
    content: 'Q';
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background: #033e52;
    color: #fff;
    left: 20px;
    margin-top: -14px;
    top: 50%;
}

.faq__answer:before {
    content: 'A';
    background: #faa300;
    top: 30px;
    margin-top: 0;
}

.faq__answer {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    /*opacity: 1;*/
    margin: 0;
    max-height: 1000px;
    padding: 33px 60px;
    transform: translate(0, 0);
    z-index: 2;
    border-top: 1px solid #cbcbcb;
    transition: all 0.4s ease-in-out;
}

.faq__arrow {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: -5px;
    right: 13px;
    top: 50%;
    width: 9px;
    height: 9px;
}

.faq__arrow:before,
.faq__arrow:after {
    content: "";
    position: absolute;
    background-color: #999;
    width: 3px;
    height: 9px;
}

.faq__arrow:before {
    transform: translate(-2px, 0) rotate(45deg);
}

.faq__arrow:after {
    transform: translate(2px, 0) rotate(-45deg);
}

.faq__flag {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}

.faq__flag:checked ~ .faq__answer {
    max-height: 0;
    opacity: 0;
    padding: 0 60px 0 60px;
    transform: translate(0, -50%);
}

.faq__flag:checked ~ .faq__title .faq__arrow:before {
    transform: translate(2px, 0) rotate(45deg);
}

.faq__flag:checked ~ .faq__title .faq__arrow:after {
    transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes flipdown {
    0% {
        opacity: 0;
        transform-origin: top center;
        transform: rotateX(-90deg);
    }
    5% {
        opacity: 1;
    }
    80% {
        transform: rotateX(8deg);
    }
    83% {
        transform: rotateX(6deg);
    }
    92% {
        transform: rotateX(-3deg);
    }
    100% {
        transform-origin: top center;
        transform: rotateX(0deg);
    }
}

/*------------ switch button --------------*/

.onoffswitch {
    position: relative; width: 84px;
    -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #fff; border-radius: 22px;
    transition: all 0.3s ease 0s;
    margin: 0;
}

.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 33px; padding: 0; line-height: 33px;
    font-size: 16px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "ON";
    padding-left: 11px;
    color: #fff;
}

.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 11px;
    color: #fff;
    text-align: right;
}

.onoffswitch-switch {
    display: block; width: 22px; margin: 7px;
    background: #fff;
    position: absolute; top: 0; bottom: 0;
    right: 47px;
    border: 2px solid #fff; border-radius: 22px;
    transition: all 0.3s ease 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label {
    background: #82bd5f;
}

.onoffswitch-checkbox + .onoffswitch-label {
    background: #d9d9d9;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}
