.service-details {
    padding-top: 120px
}
.service-details .main-content .part-img {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 60px
}
.service-details .main-content .part-txt h2 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    color: #4b4b46;
    margin-top: -9px;
    margin-bottom: 17px
}
.service-details .main-content .part-txt p {
    font-size: 16px;
    line-height: 26px;
    color: #4b4b46;
    margin-bottom: 15px
}
.service-details .main-content .part-txt .boxes {
    padding-top: 37px;
    margin-bottom: 60px
}
.service-details .main-content .part-txt .boxes .single-box {
    border-left: 5px solid #e30613;
    padding-left: 15px
}
.service-details .main-content .part-txt .boxes .single-box .txt {
    padding-top: 8px;
    padding-bottom: 2px
}
.service-details .main-content .part-txt .boxes .single-box .txt h3 {
    font-size: 20px;
    line-height: 100%;
    font-weight: 700;
    color: #4b4b46;
    margin-bottom: 14px
}
.service-details .main-content .part-txt .boxes .single-box .txt p {
    font-style: italic;
    margin-bottom: 0
}
.service-details .main-content .part-txt ul {
    padding: 0;
    margin-top: -4px;
    margin-bottom: 49px;
    list-style: none
}
.service-details .main-content .part-txt ul li {
    font-size: 16px;
    line-height: 30px;
    color: #4b4b46
}
.service-details .main-content .part-txt ul li span {
    font-size: 14px;
    color: #e7b03c;
    margin-right: 10px
}
.service-details .main-content .video {
    padding-top: 7px
}
.service-details .main-content .video .video-area {
    padding: 155px 0;
    text-align: center;
    background: url(../../index.html) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 23px;
    position: relative;
    overflow: hidden;
    z-index: 2
}
.service-details .main-content .video .video-area:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e30613;
    opacity: .8;
    z-index: -1
}
.service-details .main-content .video .video-area a {
    cursor: pointer;
    text-align: center;
    width: 100px;
    height: 100px;
    line-height: 115px;
    background: #e7b03c;
    color: #fff;
    font-size: 40px;
    border-radius: 50%;
    position: relative
}
.service-details .main-content .video .video-area a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e7b03c;
    border-radius: 50%;
    -webkit-animation: pulse-1 1.5s linear infinite;
    animation: pulse-1 1.5s linear infinite
}
.service-details .main-content .video .video-area a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e7b03c;
    border-radius: 50%;
    -webkit-animation: pulse-1 1.5s linear .5s infinite;
    animation: pulse-1 1.5s linear .5s infinite
}
.service-details .main-content .video .video-area a i {
    margin-left: 8px
}
.service-details .main-content .video .video-area a span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e7b03c;
    border-radius: 50%;
    -webkit-animation: pulse-1 1.5s linear 1s infinite;
    animation: pulse-1 1.5s linear 1s infinite
}
.service-details .main-content .video .video-area a:hover {
    background: #fff;
    color: #e7b03c
}
.service-details .main-content .video p {
    font-size: 16px;
    line-height: 26px;
    color: #4b4b46;
    margin-bottom: -8px
}
.service-details .sidebar .side-nav {
    padding: 30px;
    -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, .1);
    box-shadow: 0 0 20px rgba(51, 51, 51, .1);
    border-radius: 10px;
    margin-bottom: 50px
}
.service-details .sidebar .side-nav .nav .nav-link {
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    background: #f6f6f6;
    border-radius: 7px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #e30613;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.service-details .sidebar .side-nav .nav .nav-link span {
    font-size: 25px;
    margin-bottom: -8px;
    margin-right: 20px
}
.service-details .sidebar .side-nav .nav .nav-link.active {
    background: #e30613;
    color: #fff
}
.service-details .sidebar .side-nav .nav .nav-link:last-child {
    margin-bottom: 0
}
.service-details .sidebar .subscription {
    background: url(../../index.html) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 50px 30px;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
    z-index: 2
}
.service-details .sidebar .subscription:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e30613;
    opacity: .8;
    z-index: -1
}
.service-details .sidebar .subscription .part-txt {
    text-align: center
}
.service-details .sidebar .subscription .part-txt h3 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    color: #fff;
    margin-top: -2px;
    margin-bottom: 18px
}
.service-details .sidebar .subscription .part-txt p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 22px
}
.service-details .sidebar .subscription .part-txt .part-form input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    background: #fff;
    border-radius: 7px;
    margin-bottom: 20px;
    color: #4b4b46
}
.service-details .sidebar .subscription .part-txt .part-form input::-webkit-input-placeholder {
    color: #4b4b46;
    opacity: .8
}
.service-details .sidebar .subscription .part-txt .part-form input::-moz-placeholder {
    color: #4b4b46;
    opacity: .8
}
.service-details .sidebar .subscription .part-txt .part-form input:-ms-input-placeholder {
    color: #4b4b46;
    opacity: .8
}
.service-details .sidebar .subscription .part-txt .part-form input::-ms-input-placeholder {
    color: #4b4b46;
    opacity: .8
}
.service-details .sidebar .subscription .part-txt .part-form input::placeholder {
    color: #4b4b46;
    opacity: .8
}
.service-details .sidebar .subscription .part-txt .part-form button {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-radius: 7px;
    color: #e30613;
    font-size: 18px;
    font-weight: 700
}
.service-details .sidebar .online-help {
    background: url(../../index.html) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 50px 30px;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
    z-index: 2
}
.service-details .sidebar .online-help:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e30613;
    opacity: .8;
    z-index: -1
}
.service-details .sidebar .online-help .part-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 37px
}
.service-details .sidebar .online-help .part-icon span {
    font-size: 55px;
    line-height: 100%;
    color: #fff
}
.service-details .sidebar .online-help .part-txt {
    text-align: center
}
.service-details .sidebar .online-help .part-txt a {
    font-size: 35px;
    line-height: 100%;
    font-weight: 700;
    color: #fff;
    margin-bottom: 22px
}
.service-details .sidebar .online-help .part-txt h3 {
    font-size: 20px;
    line-height: 100%;
    font-weight: 700;
    color: #fff;
    margin-bottom: -4px
}
.service-details .sidebar .download-area {
    padding: 30px;
    -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, .1);
    box-shadow: 0 0 20px rgba(51, 51, 51, .1);
    border-radius: 10px
}
.service-details .sidebar .download-area a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f6f6f6;
    border-radius: 7px;
    padding: 0 30px;
    height: 65px;
    margin-bottom: 15px
}
.service-details .sidebar .download-area a:last-child {
    margin-bottom: 0
}
.service-details .sidebar .download-area a .txt {
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    color: #4b4b46;
    -webkit-transition: .4s;
    transition: .4s
}
.service-details .sidebar .download-area a .txt span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px
}
.service-details .sidebar .download-area a .icon {
    font-size: 35px;
    line-height: 100%;
    margin-bottom: -5px;
    color: #e30613;
    -webkit-transition: .4s;
    transition: .4s
}
.service-details .sidebar .download-area a:hover {
    background: #e30613;
    border-color: #e30613
}
.service-details .sidebar .download-area a:hover .txt {
    color: #fff
}
.service-details .sidebar .download-area a:hover .icon {
    color: #fff
}
.call-back {
    padding-top: 60px
}
.call-back .bg {
    padding: 60px 20px
}
.call-back .bg .part-txt h5 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 21px
}
.call-back .bg .part-txt h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: -8px
}
.call-back .bg .form form {
    border-radius: 5px
}
.call-back .bg .form form input {
    width: 160px;
    height: 45px;
    font-size: 14px;
    padding: 0 5px
}
.call-back .bg .form form button {
    height: 45px;
    line-height: 46px;
    font-size: 14px;
    border-radius: 5px;
    padding: 0 15px
}

.call-back .bg {
    border: 5px solid #fff;
    border-radius: 10px;
    background: #29235c;
    padding: 70px 75px;
    margin-top: -5px;
    margin-bottom: -115px;
    position: relative;
}

.call-back .bg .part-txt h5 {
    font-size: 18px;
    line-height: 100%;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin-top: -2px;
    margin-bottom: 24px;
}
