body {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    overflow-x: hidden;
    color: #82858b
}

.float-panel {
    width: 100%;
    background: 0 0;
    z-index: 111111;
    padding: 10px 0;
    transform: translateZ(0);
    transition: all .5s
}

.float-panel .content-area {
    margin: 10px auto
}

.kosjfk img {
    width: 190px
}

.float-panel a {
    font-size: 16px;
    text-decoration: none;
    color: #444;
    display: inline-block;
    padding: 10px 20px
}

.float-panel .fa-gg {
    color: #f0595c;
    font-size: 30px;
    vertical-align: middle;
    transition: all 1s
}

.fixed {
    box-shadow: 0 8px 28px 2px rgba(61, 61, 61, .12);
    background: #fff;
    padding: 4px 0;
    animation: slide-down .7s;
    opacity: 1;
    z-index: 21321231
}

.fixed .fa-gg {
    transform: rotate(360deg)
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }
    100% {
        opacity: .9;
        transform: translateY(0)
    }
}

.slideanim {
    visibility: hidden
}

.slideanim.slide {
    visibility: visible;
    animation: slide 1s
}

.slideanim::after {
    content: "";
    display: table;
    clear: both
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Work Sans', sans-serif;
    margin-bottom: 10px;
    line-height: 24px;
    font-weight: 500
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    display: block
}

h1 {
    font-size: 38px
}

h2 {
    font-size: 32px
}

h3 {
    font-size: 26px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

a {
    text-decoration: none;
    transition: all .4s ease
}

a:hover {
    color: #1968e0;
    text-decoration: none
}

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

ul {
    list-style: none
}

img {
    max-width: 100%;
    height: auto
}

p {
    font-weight: 300
}

hr.hr {
    margin: 50px 0;
    opacity: .75
}

.row-centered {
    text-align: center;
    position: relative;
    width: 100%
}

.col-centered {
    display: inline-block;
    float: none;
    text-align: center
}

.color-white {
    color: #fff!important
}

.font-20 {
    font-size: 20px!important
}

.color-black {
    color: #222
}

.warpper {
    width: 100%;
    height: 100%
}

.bg-color {
    background-color: #f8f3f6
}

.bg-color-1 {
    background-color: #ad4292
}

.bg-color-2 {
    background-color: #fff
}

.mg-tp-20 {
    margin-top: 20px
}

.mg-tp-30 {
    margin-top: 30px
}

.mg-tp-40 {
    margin-top: 40px
}

.mg-tp-80 {
    margin-top: 80px
}

.mg-bt-20 {
    margin-bottom: 20px
}

.mg-bt-30 {
    margin-bottom: 30px
}

.mg-bt-40 {
    margin-bottom: 40px
}

.mg-bt-60 {
    margin-bottom: 60px!important
}

.mg-tp-60 {
    margin-top: 60px
}

.pd-bt-40 {
    padding-bottom: 70px
}

.pd-bt-60 {
    padding-bottom: 60px
}

.pd-bt-80 {
    padding-bottom: 80px
}

.pd-tp-20 {
    padding-top: 20px
}

.pd-tp-30 {
    padding-top: 30px
}

.pd-tp-50 {
    padding-top: 50px
}

.pd-tp-40 {
    padding-top: 40px
}

.pd-tp-60 {
    padding-top: 60px
}

.pd-tp-80 {
    padding-top: 70px
}

.padd-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.padd-80 {
    padding-top: 100px;
    padding-bottom: 100px
}

.padd-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.padd-150 {
    padding-top: 150px;
    padding-bottom: 150px
}

.padd-bt-0 {
    padding-bottom: 0!important
}

.mg-bt-0 {
    margin-bottom: 0!important
}

.row-mag {
    margin-left: 0;
    margin-right: 0
}

.btn {
    padding: 10px 24px;
    border-radius: 5px
}

.btn-blue {
    background-color: #ad4292;
    color: #fff!important
}

.btn-blue:focus,
.btn-blue:hover {
    background-color: #000;
    color: #fff!important
}

.btn-red {
    background-color: #fa6262;
    color: #fff;
    box-shadow: 0 5px 15px rgba(250, 98, 98, .4)
}

.btn-red:hover {
    background-color: #fa6262;
    color: #fff;
    box-shadow: 0 8px 25px rgba(250, 98, 98, .55)
}

.btn-white {
    width: auto;
    background-color: #fff;
    color: #ad4292;
    border: 1px solid transparent;
    box-shadow: none!important
}

.btn-white:focus,
.btn-white:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}

.btn-green {
    background-color: #3c9;
    color: #fff
}

.btn-green:focus,
.btn-green:hover {
    background-color: #6bd2b0;
    color: #fff
}

#loading-page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: #fff
}

#loading-center-page {
    width: 100%;
    height: 100%;
    position: relative
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/17.gif) center no-repeat #fff
}

.navbar-header .navbar {
    min-height: 90px
}

.navbar-brand {
    padding: 0
}

.navbar-header .navbar.sticky .search-box-btn,
.navbar-header .navbar.sticky li a {
    color: #171f3c
}

.right-nav {
    margin-right: 60px
}

.right-nav ul li {
    display: inline-block;
    margin-right: 15px
}

.right-nav ul li a {
    color: #07324f
}

.right-nav ul li a i {
    padding-right: 8px
}

.menu-nav-trigger {
    position: fixed;
    z-index: 99999;
    right: 8%;
    top: 20px;
    height: 54px;
    width: 54px;
    background-color: transparent;
    border-radius: 50%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    transition: transform .5s
}

.menu-nav-trigger .menu-nav-icon {
    position: absolute;
    left: 60%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 22px;
    height: 2px;
    background-color: #be5592
}

.navigation-is-open .menu-nav-trigger .menu-nav-icon {
    left: 50%
}

.navigation-is-open .menu-nav-trigger {
    background-color: #fff
}

.navigation-is-open .menu-nav-trigger .menu-nav-icon::before,
.navigation-is-open .menu-nav-trigger .menu-nav-icon:after {
    right: 0
}

.menu-nav-trigger .menu-nav-icon::before,
.menu-nav-trigger .menu-nav-icon:after {
    content: '';
    position: absolute;
    top: 0;
    right: 5px;
    width: 100%;
    height: 100%;
    background-color: inherit;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .5s, width .5s, top .3s;
    -moz-transition: -moz-transform .5s, width .5s, top .3s;
    transition: transform .5s, width .5s, top .3s
}

.menu-nav-trigger .menu-nav-icon::before {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px)
}

.menu-nav-trigger .menu-nav-icon::after {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px)
}

.no-touch .menu-nav-trigger:hover .menu-nav-icon::after {
    top: 2px
}

.no-touch .menu-nav-trigger:hover .menu-nav-icon::before {
    top: -2px
}

.menu-nav-trigger svg {
    position: absolute;
    top: 0;
    left: 0;
    fill: #fff
}

.menu-nav-trigger circle {
    -webkit-transition: stroke-dashoffset .4s 0s;
    -moz-transition: stroke-dashoffset .4s 0s;
    transition: stroke-dashoffset .4s 0s;
    stroke: #fff
}

.navigation-is-open .menu-nav-trigger {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.navigation-is-open .menu-nav-trigger .menu-nav-icon::after,
.navigation-is-open .menu-nav-trigger .menu-nav-icon::before {
    width: 50%;
    -webkit-transition: -webkit-transform .5s, width .5s;
    -moz-transition: -moz-transform .5s, width .5s;
    transition: transform .5s, width .5s
}

.navigation-is-open .menu-nav-trigger .menu-nav-icon::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.navigation-is-open .menu-nav-trigger .menu-nav-icon::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.no-touch .navigation-is-open .menu-nav-trigger:hover .menu-nav-icon::after,
.no-touch .navigation-is-open .menu-nav-trigger:hover .menu-nav-icon::before {
    top: 0
}

.navigation-is-open .menu-nav-trigger circle {
    stroke-dashoffset: 0;
    -webkit-transition: stroke-dashoffset .4s .3s;
    -moz-transition: stroke-dashoffset .4s .3s;
    transition: stroke-dashoffset .4s .3s;
    stroke: #fff
}

.menu-nav {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
    background-color: #ad4292;
    visibility: hidden;
    -webkit-transition: visibility 0s .7s;
    -moz-transition: visibility 0s .7s;
    transition: visibility 0s .7s
}

.menu-nav .menu-navigation-wrapper {
    height: 100%;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 40px 5% 40px calc(5% + 80px);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: -webkit-transform .7s;
    -moz-transition: -moz-transform .7s;
    transition: transform .7s;
    -webkit-transition-timing-function: cubic-bezier(.86, .01, .77, .78);
    -moz-transition-timing-function: cubic-bezier(.86, .01, .77, .78);
    transition-timing-function: cubic-bezier(.86, .01, .77, .78)
}

.navigation-is-open .menu-nav {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s
}

.navigation-is-open .menu-nav .menu-navigation-wrapper {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    transition: transform .5s;
    -webkit-transition-timing-function: cubic-bezier(.82, .01, .77, .78);
    -moz-transition-timing-function: cubic-bezier(.82, .01, .77, .78);
    transition-timing-function: cubic-bezier(.82, .01, .77, .78)
}

.menu-nav h2 {
    position: relative;
    margin-bottom: 1.7em;
    font-size: 1.3rem;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase
}

.menu-nav h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 1px;
    width: 60px;
    background-color: currentColor
}

.menu-nav .menu-primary-nav {
    margin-top: 60px
}

.menu-nav .menu-primary-nav li {
    margin: 1.6em 0
}

.menu-nav .menu-primary-nav a {
    font-size: 20px;
    color: rgba(255, 255, 255, .3);
    display: inline-block
}

.menu-nav .menu-primary-nav a.selected {
    color: #fff
}

.no-touch .menu-nav .menu-primary-nav a:hover {
    color: #fff
}

.menu-nav .menu-contact-info {
    margin-top: 80px
}

.menu-nav .menu-contact-info li {
    margin-bottom: 1.5em;
    line-height: 1.2;
    color: #fff
}

.menu-nav .menu-contact-info a {
    color: #fff
}

.menu-nav .menu-contact-info span {
    display: block
}

.menu-nav .menu-contact-info a,
.menu-nav .menu-contact-info li,
.menu-nav .menu-contact-info span {
    font-size: 1.6rem
}

.no-js main {
    height: auto;
    overflow: visible
}

.no-js .menu-nav {
    position: static;
    visibility: visible
}

.no-js .menu-nav .menu-navigation-wrapper {
    height: auto;
    overflow: visible;
    padding: 100px 5%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.hero {
    position: relative;
    padding: 180px 0
}

.hero:after {
    content: '';
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -9;
    position: absolute;
    display: block;
    background-color: #fff;
    opacity: .4
}

.hero-text {
    position: relative;
    z-index: 999;
    text-align: left
}

.hero-text h1 {
    font-size: 50px;
    color: #000;
    color: #ad4292;
    line-height: 65px;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 15px
}

.hero-text p {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 22px;
    color: #82858b;
    line-height: 35px;
    font-weight: 300
}

.quote-form .form-control {
    width: 60%;
    height: 52px;
    float: left;
    background-color: #f5f5f5
}

.quote-form button {
    height: 60px;
    top: -5px;
    left: -8px;
    position: relative;
    padding: 0 30px;
    background-color: #ad4292;
    color: #fff
}

.quote-form button:focus,
.quote-form button:hover {
    background-color: #000
}

.slider-image {
    position: relative;
    top: 0;
    margin: 0 auto;
    width: 222px
}

.slider-image:after,
.step-content-image:after {
    content: '';
    position: absolute;
    left: -35px;
    top: -35px;
    background-image: url(../images/device.png);
    background-position: 100%, 100%;
    background-size: cover;
    width: 333px;
    height: 588px
}

.slider-image .slick-dots {
    position: absolute;
    top: 50%;
    right: -180px
}

.slider-image .slick-dots li button {
    background: #ad4292;
    color: #3c9;
    height: 12px;
    width: 8px;
    border-radius: 50%;
    font-size: 0;
    opacity: .5;
    border: none;
    outline: 0;
    cursor: pointer
}

.slider-image .slick-dots .slick-active button {
    opacity: 1
}

.icobutton-arrow {
    background-color: transparent;
    border: none;
    position: relative;
    top: 50px
}

.icobutton-arrow img {
    width: 35px;
    cursor: pointer
}

.icobutton {
    font-size: 3em;
    position: relative;
    margin: 0;
    padding: 0;
    color: #c0c1c3;
    border: 0;
    cursor: pointer;
    background: 0 0;
    overflow: visible;
    -webkit-tap-highlight-color: transparent
}

.icobutton svg {
    left: 0
}

.icobutton:focus,
.icobutton:hover {
    outline: 0
}

.about-text h2 {
    color: #fff;
    line-height: 45px
}

.icon-text {
    position: relative;
    text-align: center
}

.icon-text img {
    width: 60px
}

.icon-text h4 {
    font-size: 25px;
    margin-top: 15px;
    color: #fff;
    font-weight: 700
}

.icon-text span {
    font-size: 16px;
    display: block;
    line-height: 18px;
    color: rgba(255, 255, 255, .7)
}

.content-text h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 25px
}

.content-text h3 {
    color: #82858b;
    font-weight: 500
}

.icon-block img {
    width: 50px;
    margin-bottom: 25px;
    height: auto,
}

.list-text img {
    width: 30px;
    float: left;
    margin-right: 15px
}

.list-text p {
    font-size: 18px
}

.list-text {
    margin-top: 45px
}

.list-text li {
    color: #82858b;
    line-height: 35px;
    margin-bottom: 20px;
    font-family: 'Work Sans', sans-serif;
    font-size: 20px
}

.actions-btn {
    margin-top: 40px
}

.actions-btn .btn img {
    width: 20px;
    margin-right: 5px;
    position: relative;
    top: -2px
}

.actions-btn .btn {
    margin-right: 15px
}

.icon-block {
    margin-bottom: 35px
}

.icon-block h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    color: #07324f;
    margin-bottom: 25px
}

.setps-content {
    position: relative
}

.setps-content li {
    cursor: pointer;
    padding: 24px 20px;
    width: 100%;
    margin-bottom: 32px;
    display: inline-block;
    -webkit-transition: opacity .4s linear, -webkit-transform .4s ease-in-out, box-shadow .4s ease-in-out;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
    opacity: .7
}

.setps-content li.active,
.setps-content li:hover {
    background: #fff;
    box-shadow: 0 15px 30px 0 rgba(46, 54, 78, .1);
    border-radius: 4px;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.setps-content li .step-content-number {
    float: left;
    margin-right: 25px
}

.setps-content li .step-content-number span {
    color: #ad4292;
    border: 1px solid #ad4292;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    width: 40px;
    line-height: 40px;
    height: 40px;
    position: relative
}

.step-content-text {
    position: relative;
    overflow: hidden
}

.step-content-text p {
    font-size: 16px;
    color: #82858b;
    line-height: 24px
}

.step-content-text h3 {
    font-size: 20px;
    font-weight: 400;
    color: #ad4292;
    font-weight: 600
}

.title-h2 {
    font-size: 36px;
    color: #000;
    color: #ad4292;
    line-height: 46px;
    font-weight: 700
}

p.font-p {
    color: #637282;
    font-size: 18px;
    color: #82858b;
    line-height: 28px;
    margin-bottom: 30px;
    margin-top: 30px
}

.video-bloc {
    height: 500px;
    position: relative;
    background-size: cover;
    background-position: center 20%
}

.video-bloc {
    background-image: url(../images/image-video.jpg)
}

.video-button {
    cursor: pointer
}

.text-video {
    padding-top: 120px;
    padding-bottom: 120px
}

.video-box img {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px
}

.bg-image-left,
.video-box {
    position: relative
}

.ply-btn img {
    width: 80px
}

.icon-service {
    margin-top: 0;
    width: 85px;
    display: inline-block;
    text-align: center;
    height: 85px;
    line-height: 85px;
    border-radius: 50%;
    position: relative
}

.service-block {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    padding: 15px 30px 0 30px;
    margin-top: 40px;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 15px 30px 0 rgba(46, 54, 78, .1);
    min-height: 350px;
    position: relative;
    top: 0;
    transition: .5s all
}

.service-block:hover {
    box-shadow: 0 8px 28px 2px rgba(61, 61, 61, .12);
    position: relative;
    top: -5px
}

.service-block h3 {
    color: #333;
    font-size: 22px;
    margin-top: 25px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 25px;
    font-weight: 600
}

.service-block p {
    margin-bottom: 0;
    padding: 0 10px;
    font-size: 17px
}

.service-block img {
    width: 40px
}

.bg-icon-1 {
    background-color: #ad4292
}

.bg-icon-2 {
    background-color: #ad4292
}

.bg-icon-3 {
    background-color: #ad4292
}

.bg-icon-4 {
    background-color: #ad4292
}

.service-block p {
    font-size: 17px;
    color: #82858b;
    line-height: 28px
}

.table-price .nav-tabs {
    margin: 30px auto;
    position: relative;
    background-color: #f8fbfd;
    text-align: center;
    width: 280px;
    padding-bottom: 10px;
    padding-top: 10px;
    -webkit-user-select: none;
    border-radius: 5px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.table-price .nav-tabs li a {
    position: relative
}

.table-price .nav-tabs .active {
    content: "";
    width: 100%;
    background-color: #66f!important;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    border-radius: 5px
}

.table-price .nav-tabs,
.table-price .nav-tabs .nav-link {
    border: none;
    text-transform: none;
    font-size: 15px
}

.nav-tabs .nav-link {
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    padding: .5rem 1.3rem;
    color: #345f90;
    text-align: center;
    position: relative;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.nav-tabs .nav-link.active {
    color: #fff;
    background-color: transparent
}

.nav-tabs li {
    margin-right: 35px;
    margin-left: 20px
}

.table-price .nav-tabs li {
    margin-left: 20px;
    margin-right: 20px
}

.table-price {
    margin-bottom: 0
}

.prinicng-container {
    border-radius: 8px;
    background-color: #fff;
    margin: auto;
    border-radius: 4px;
    padding-top: 0;
    margin-top: 60px;
    padding-bottom: 0
}

.content-table img {
    width: 50px;
    margin-top: 30px
}

.content-table h2 {
    color: #080a57;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500
}

.content-table p {
    color: #82858b;
    line-height: 21px
}

.content-table ul {
    margin-top: 25px
}

.content-table ul li {
    color: #88889b;
    display: block;
    position: relative;
    padding-left: 18px;
    font-size: 16px;
    font-weight: 300;
    line-height: 38px
}

.content-table ul li:before {
    content: '';
    display: block;
    background-image: url(../images/icons/checkmark.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 20px;
    position: absolute;
    left: -10px;
    top: 9px;
    height: 20px;
    margin-right: 5px
}

.content-table .price {
    position: relative;
    z-index: 1;
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed
}

.content-table .price .num {
    color: #080a57;
    font-size: 42px;
    line-height: 38px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 4px;
    margin-top: 15px
}

.content-table .price .per {
    font-size: 10px;
    vertical-align: bottom;
    display: inline-block;
    color: #8a8e9d
}

.price-content-btn {
    margin-top: 25px
}

.table-plan {
    text-align: left;
    padding: 30px;
    box-shadow: 0 8px 28px 2px rgba(61, 61, 61, .12);
    position: relative
}

.table-plan:hover {
    box-shadow: 0 16px 48px rgba(32, 41, 50, .15)
}

.col-left {
    position: relative;
    float: left;
    width: 50%
}

.col-left-inner {
    position: relative;
    float: right;
    padding-right: 100px;
    width: 100%;
    max-width: 560px
}

.col-right {
    position: relative;
    float: right;
    width: 50%
}

.col-right-inner {
    position: relative;
    float: right;
    max-width: 100%;
    padding-top: 0;
    top: 0;
    right: -50px;
    left: auto
}

.quote {
    display: block
}

.quote i {
    font-size: 120px;
    color: rgba(255, 255, 255, .3)
}

.item-inner {
    position: relative;
    padding: 15px;
    margin-top: 15px
}

.item-inner p {
    padding-left: 35px;
    padding-right: 35px;
    font-size: 20px
}

.item-inner .icon_star {
    font-size: 13px;
    color: #ffdc66
}

.avatar-item {
    margin-top: 30px
}

.avatar-item img {
    width: 110px!important;
    height: auto;
    margin: 0 auto;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.testimonial-slider .slick-slide {
    margin: 0 35px
}

.testimonial-slider .slick-list {
    margin: 0 -35px
}

.testimonial-slider .slick-active .avatar-item img {
    box-shadow: 0 8px 28px 2px rgba(61, 61, 61, .12)
}

.slider-avatar .item-image img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    cursor: pointer;
    -webkit-border-radius: 50%
}

.slider-avatar .item-image {
    cursor: pointer
}

.slider-avatar .item-image img:hover {
    opacity: .7;
    box-shadow: 0 16px 48px rgba(32, 41, 50, .15)
}

.slider-avatar .medium-avtar img {
    width: 80px;
    height: 80px
}

.slider-avatar .big-avtar img {
    width: 110px;
    height: 110px
}

.slider-avatar .small-avtar img {
    width: 60px;
    height: 60px
}

.avatar-info h4 {
    margin-bottom: 0;
    color: #333;
    font-size: 24px;
    font-weight: 600;
    color: #080a57
}

.avatar-info span {
    font-size: 13px
}

.testimonial-slider .slick-dots button {
    background: #ad4292;
    color: #ad4292;
    height: 8px;
    padding: 0;
    display: inline-block;
    width: 8px;
    border-radius: 50%;
    font-size: 0;
    opacity: .35;
    border: none;
    outline: 0;
    cursor: pointer
}

.testimonial-slider .slick-dots li.slick-active button {
    opacity: 1
}

.testimonial-slider .slick-dots li {
    display: inline-block;
    margin-right: 5px
}

.avatar1 {
    left: -150px;
    position: absolute;
    top: 150px
}

.avatar2 {
    left: -50px;
    position: absolute;
    top: 250px
}

.avatar3 {
    right: -190px;
    position: absolute;
    top: 90px
}

.avatar3 {
    right: -120px;
    position: absolute;
    top: 290px
}

.avatar3 {
    right: -120px;
    position: absolute;
    top: 290px
}

.avatar4 {
    left: -100px;
    position: absolute;
    top: 400px
}

.avatar5 {
    right: -60px;
    position: absolute;
    top: 400px
}

.avatar6 {
    right: 0;
    position: absolute;
    top: 160px
}

.avatar7 {
    right: -180px;
    position: absolute;
    top: 480px
}

.avatar8 {
    left: -220px;
    position: absolute;
    top: 300px
}

.avatar9 {
    left: 0;
    position: absolute;
    top: 460px
}

.content-info form input.form-control {
    height: 54px;
    border: 1px solid #ad4292;
    box-shadow: none!important;
    font-size: 18px!important
}

.content-info form textarea {
    border: 1px solid #ad4292;
    height: 180px;
    box-shadow: none!important;
    font-size: 18px!important
}

.form-control:focus {
    border-color: #ad4292!important
}

.icon-contact {
    width: 85px;
    float: left;
    position: relative;
    line-height: 85px;
    height: 85px;
    margin-right: 15px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.icon-contact img {
    width: 40px
}

.content-contact {
    overflow: hidden
}

.content-contact h3 {
    color: #080a57;
    font-size: 22px;
    margin-top: 0;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 25px
}

.content-contact p {
    font-size: 16px;
    color: #82858b;
    line-height: 24px
}

.info-icon {
    margin-bottom: 45px
}

.client-slider img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .8
}

.client-slider img:hover {
    -webkit-filter: none;
    filter: none;
    opacity: 1
}

.subscribe-form {
    margin-top: 25px
}

.content-footer {
    padding: 50px 0
}

.text-footer {
    padding-left: 12px
}

.copyright {
    text-align: center
}

.copyright p {
    margin: 0 auto;
    padding: 0;
    color: #8688a4;
    font-size: 14px
}

.newsletter-block {
    text-align: center;
    position: relative;
    box-shadow: 0 8px 28px 2px rgba(61, 61, 61, .12);
    background-color: #fff;
    padding: 30px 10px;
    height: 302px;
    top: -30px
}

.newsletter-block img {
    width: 200px;
    margin: 10px auto
}

.footer-top .newsletter-block h5 {
    color: #080a57;
    margin-top: 10px
}

.newsletter-block p {
    padding: 10px 25px
}

footer p.error-message {
    color: #e10438;
    margin-top: 5px;
    margin-bottom: 5px
}

footer p.sucess-message {
    color: #4ec952;
    margin-top: 5px;
    margin-bottom: 5px
}

.footer-inner span {
    line-height: 45px;
    font-size: 13px
}

#scrollUp {
    background: #ad4292;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    bottom: 30px;
    color: #fff;
    height: 50px;
    font-size: 30px;
    line-height: 3;
    right: 30px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    width: 50px
}

#scrollUp img {
    width: 24px;
    margin-top: -6px
}

.logo-footer img {
    margin-bottom: 25px
}

.text-footer p {
    color: #637282
}

.footer-top h5 {
    color: #fff;
    color: #080a57;
    font-size: 16px
}

.footer-top .list-menu a {
    line-height: 28px;
    color: #82858b
}

.footer-top .list-menu a:hover {
    color: #080a57
}

.subscribe-form .form-control {
    outline: 0;
    float: left;
    height: 45px;
    width: 85%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -wbekit-border-radius: 4px;
    padding: 0 15px 0 15px;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-bottom: 10px;
    transition: all .3s;
    background-color: #f8fbfd;
    border: 1px solid #dbf0fd
}

.subscribe-form .btn-subscribe {
    position: relative;
    margin-top: 15px;
    height: 45px;
    width: 100%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -wbekit-border-radius: 4px;
    padding: 0 15px 0 15px;
    color: #fff;
    background: #fa6262
}

.btn-subscribe:active,
.btn-subscribe:focus,
.btn-subscribe:hover {
    background: #fa6262;
    color: #fff
}

.subscribe-form .btn {
    width: 100%
}

.send-text:focus {
    box-shadow: none!important;
    border-color: #ad4292!important
}

.send-text {
    font-size: 16px!important
}

.site-footer {
    margin: 0;
    padding-top: 60px;
    display: block;
    width: 100%;
    clear: both;
    text-align: center;
    background: #f8f3f6 url(../images/footer-bg.png) no-repeat 50%;
    background-size: cover;
    color: #fff
}

.site-footer .site-logo {
    width: 100%;
    clear: both;
    height: auto;
    display: block
}

.Footer_link {
    margin: 35px 0
}

.Footer_link>ul {
    margin: 0;
    padding: 0
}

.Footer_link>ul>li>a {
    list-style: none;
    display: inline-block;
    margin: 0 20px;
    color: #ad4292;
    font-size: 20px
}

.Footer_link>li {
    display: inline-block;
    padding: 10px 20px;
    color: #fff!important
}

.site-copyright {
    background: #ad4292;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 15px 0
}

.site-copyright>p {
    margin-bottom: 0!important
}

.app-btn-apple>img {
    margin-left: 15px
}

.ss_logo>img {
    width: 200px
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5) font-weight600!important
}

.slider_bg {
    background-image: url(../images/Slider_bg.png);
    background-size: auto;
    background-repeat: no-repeat
}

.sitter_ss>h2 {
    font-weight: 600;
    font-size: 35px!important
}

.sitter_ss>p {
    font-size: 17px;
    color: #fff
}

.safe_sitter {
    font-size: 18px!important;
    margin-top: 10px!important;
    letter-spacing: .5px
}

.ss_safe_size {
    margin-bottom: 0!important;
    margin-top: 10px
}

.slider_images_rad {
    border-radius: 20px;
    overflow: hidden
}

.footer {
    background-image: url(../images/Fotter-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

#get-app {
    background-image: url(../images/feg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.hero-1 {
    position: relative;
    padding: 90px 0;
    background-image: url(../images/Fotter-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

.hero-1:after {
    content: '';
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -9;
    position: absolute;
    display: block;
    background-color: #f8f3f6;
    opacity: .4
}

.hero-text-1 {
    position: relative;
    z-index: 999;
    text-align: left
}

.hero-text-1 h1 {
    font-size: 50px;
    color: #000;
    color: #ad4292;
    line-height: 65px;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: center
}

.hero-text-1>h1>span>img {
    text-align: center;
    margin-bottom: 30px
}

.hero-text-1 p {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 22px;
    color: #82858b;
    line-height: 35px;
    font-weight: 300
}

.hero-1:after {
    content: '';
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -9;
    position: absolute;
    display: block;
    opacity: .4
}

.PrivacyPolicy_title {
    font-size: 22px;
    letter-spacing: .2px;
    color: #333;
    font-weight: 500
}

.border_bottom_po {
    border-bottom: 1px solid #e2e2e2
}

.under {
    font-size: 18px;
    color: #777
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: .4s
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px)
}

.change .bar2 {
    opacity: 0
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px)
}

.ss_slider_sub_multi {
    background-image: url(../images/top-header.bg_.jpg);
    background-size: 100%;
    padding: 150px 0;
    background-attachment: fixed
}

.safety_title {
    font-size: 40px;
    color: #fff;
    font-weight: 600
}

.chance_review {
    padding: 100px 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.ss_saf_exp {
    border-radius: 20px;
    overflow: hidden
}

.box_welcome>h1 {
    font-size: 30px;
    line-height: 35px;
    color: #000;
    font-weight: 600;
    padding-top: 15px
}

.box_welcome {
    background: #fff;
    padding-left: 100px;
    margin-bottom: 20px
}

/*.box-icon-1::before {*/
/*    content: "";*/
/*    height: 80px;*/
/*    width: 80px;*/
/*    background-image: url(../images/add-user.svg);*/
/*    background-size: cover;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 10%*/
/*}*/

/*.box-icon-2::before {*/
/*    content: "";*/
/*    height: 80px;*/
/*    width: 80px;*/
/*    background-image: url(../images/address.svg);*/
/*    background-size: cover;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 10%*/
/*}*/

/*.box-icon-3::before {*/
/*    content: "";*/
/*    height: 80px;*/
/*    width: 80px;*/
/*    background-image: url(../images/shield.svg);*/
/*    background-size: cover;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 10%*/
/*}*/

/*.box-icon-4::before {*/
/*    content: "";*/
/*    height: 80px;*/
/*    width: 80px;*/
/*    background-image: url(../images/group.svg);*/
/*    background-size: cover;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 10%*/
/*}*/

/*.box-icon-5::before {*/
/*    content: "";*/
/*    height: 80px;*/
/*    width: 80px;*/
/*    background-image: url(../images/test.svg);*/
/*    background-size: cover;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 10%*/
/*}*/

.provide_width_80 {
    width: 70%;
    display: inline-block;
    padding-top: 20px;
    color: #000
}

.ss_driver_defty {
    margin-top: -80px
}

.balance_ss {
    padding: 100px 0;
    background-color: #f8f3f6
}

.balance_ss_drive {
    padding: 100px 0
}

.instructions {
    padding-bottom: 50px
}

.instructions>h1 {
    color: #000;
    font-weight: 600
}

.instructions_sefety>h1 {
    color: #000
}

.instantly_allows {
    color: #000
}

.instructions_sefety {
    padding: 0 5%
}

:focus {
    outline: -webkit-focus-ring-color auto 0!important
}

.instructions_sefety>h1 {
    padding-bottom: 15px
}

.everything {
    color: #ad4292;
    display: inline-block
}

.instructions_sefety>h1 {
    line-height: 50px;
    font-weight: 600
}

.Copyright_reserved {
    font-weight: 600;
    color: #000
}

.certification_process {
    padding-bottom: 100px;
    padding-top: 80px
}

.safety_button {
    font-size: 20px;
    padding: 15px 30px
}

.Safety_dna {
    color: #000;
    font-weight: 600;
    line-height: 54px
}

.certification_process {
    background-image: url(../images/business.svg);
    background-repeat: no-repeat;
    background-position: right 23%;
    padding: 100px 0;
    background-attachment: fixed
}

.service-block_jil {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    padding: 20px 30px 20px 30px;
    margin-top: 40px;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 15px 30px 0 rgba(46, 54, 78, .1);
    position: relative;
    top: 0;
    transition: .5s all
}

.service-block_jil img {
    width: 40px
}

.service-block_jil h3 {
    color: #333;
    font-size: 22px;
    margin-top: 25px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 25px;
    font-weight: 600
}

.college_easily {
    background-image: url(../images/ss.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 100px 0;
    background-attachment: fixed
}

.ss_padding_services {
    padding: 50px 0
}

.ss_main_box {
    padding: 50px 0
}

.ss_tranport {
    border: 0!important
}

.ss_tranport {
    padding: 50px 0;
    display: -webkit-box
}

.ss_tranport>li {
    border: 0!important;
    color: #000!important;
    width: 28%
}

.ss_tranport>li>a {
    border: 0!important;
    color: #000!important;
    font-size: 24px!important;
    text-transform: unset;
    -webkit-box-shadow: 0 20px 30px 0 #dde7ee;
    box-shadow: 0 20px 30px 0 #dde7ee;
    border-radius: 30px!important;
    padding: 40px 20px!important
}

.ss_tranport>li>a.active {
    border: 0!important;
    color: #fff!important;
    background-image: linear-gradient(to right top, #ad4292, #b44b9a, #bc53a1, #c35ca9, #cb64b1)
}

.ss_tranport>li>a .svg_icon {
    fill: #ad4292
}

.ss_tranport>li>a.active .svg_icon {
    fill: #fff
}

.svg_icon {
    width: 100px;
    height: 100px;
    display: inline-block;
    padding: 10px 0;
    margin-bottom: 30px
}

.border_top_jkj {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.Families_sec_1>h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    color: #ad4292;
    margin-bottom: 25px
}

.Families_sec_1>p {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    color: #82858b;
    margin: 15px 0
}

.Families_sec_img {
    padding: 5% 5%
}

.Families_sec_img>img {
    width: 100%;
    border-radius: 20px
}

.your_kids_heading {
    padding: 20px 50px
}

.your_kids_heading>img {
    width: 9%;
    padding-bottom: 18px
}

.your_kids_heading>span {
    font-size: 25px;
    font-weight: 600;
    padding-left: 0;
    color: #333
}

.your_kids_heading>p {
    font-size: 18px;
    line-height: 29px;
    padding-top: 6px;
    color: #82858b
}

.app_download {
    text-align: left
}

.app_download>h2 {
    font-size: 28px;
    font-weight: 600
}

.app_download_btn>a {
    background-color: #fff;
    padding: 20px 40px;
    color: #ad4292;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    transition: all .3s
}

.app_download_btn>a>i {
    padding-right: 5px
}

.app_download_btn>a:first-child {
    margin-right: 12px
}

.app_download_btn>a:hover {
    box-shadow: 0 8px 22px -1px rgba(0, 0, 0, .32)
}

.contact_bg {
    position: relative;
    padding: 90px 0;
    background-image: url(../images/contact.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

.about_us_heading>h2 {
    color: #000;
    font-weight: 600;
    line-height: 54px;
    font-size: 40px;
    margin: 0
}

.about_us_heading>p {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    color: #82858b
}

.border_btm {
    width: 70px;
    height: 4px;
    background-color: #ad4292;
    margin: 17px 0
}

.about_bg_img {
    position: relative;
    padding: 90px 0;
    background-image: url(../images/About.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

.About_sec_2_heading {
    -webkit-box-shadow: 0 20px 30px 0 #dde7ee;
    box-shadow: 0 20px 30px 0 #dde7ee;
    margin-left: 0;
    padding: 20px 40px;
    position: relative;
    z-index: 454548;
    background: #fff
}

.About_sec_2_heading>h3 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    display: inline-flex;
    padding-bottom: 15px
}

.About_sec_2_heading div {
    color: #ad4292;
    font-size: 25px;
    padding-left: 5px;
    font-weight: 800;
    text-transform: uppercase
}

.About_sec_2_heading p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    color: #82858b
}

.why_choose_heading {
    margin-bottom: 50px
}

.why_choose_heading>h2 {
    color: #ad4292;
    font-weight: 600;
    line-height: 54px;
    font-size: 40px;
    padding: 8px 0
}

.choose_us {
    padding: 100px 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.choose_img>img {
    border-radius: 20px
}

.choose_contain>p {
    font-weight: 300;
    line-height: 30px;
    color: #82858b;
    font-size: 18px;
    margin: 20px 0
}

.choose_contain>ul {
    list-style: circle;
    margin-left: 15px;
    font-weight: 400;
    line-height: 30px;
    color: #82858b;
    font-size: 18px
}

#accordion .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: -5px;
    -webkit-box-shadow: 0 -5px 63px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 -5px 63px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 -5px 63px 0 rgba(0, 0, 0, .05);
    margin: 20px 0!important;
}

#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0
}

#accordion .panel-title a {
    display: block;
    padding: 30px 80px 30px 20px;
    background: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #ad4292;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
    position: relative;
    margin: 10px 0
}

#accordion .panel-title a.collapsed {
    color: #1d2e3b
}

#accordion .panel-title a.collapsed:hover {
    color: #ad4292
}

#accordion .panel-title a:after,
#accordion .panel-title a:before {
    content: "";
    width: 3px;
    height: 10px;
    background: #ad4292;
    font-size: 15px;
    position: absolute;
    top: 30px;
    right: 35px;
    transform: rotate(-45deg);
    transition: all .3s ease-in-out 0s
}

#accordion .panel-title a:after {
    right: 29px;
    transform: rotate(45deg)
}

#accordion .panel-title a.collapsed:before {
    transform: rotate(45deg);
    background: #1d2e3b
}

#accordion .panel-title a.collapsed:after {
    transform: rotate(-45deg);
    background: #1d2e3b
}

#accordion .panel-title a.collapsed:hover:after,
#accordion .panel-title a.collapsed:hover:before {
    background: #ad4292
}

#accordion .panel-body {
    padding: 10px 20px;
    background: #fff;
    border-top: none;
    font-size: 15px;
    color: #7d7d7d;
    line-height: 25px
}

.panel-title>a {
    text-align: left
}

.panel-body>p {
    font-size: 16px;
    text-align: left;
    font-weight: 400
}

.ss_position_top {
    position: relative;
    top: 15px
}

.school_weekly >li{
    
    padding-bottom:5px;
    font-size:18px;
        font-weight: 300;
}

.school_weekly i{
    
    font-size:20px;
    
    
}
.app_store_heading {
    color:#bc478c!important;
    padding-top: 12px;
}
.app_store_heading_w {
    color:#fff!important;
    padding-top: 12px;
}