/*
 *   Theme Name: DropShip.Me
 *   Theme URI: https://alidropship.com/
 *   Author: Vitaly Kukin
 *   Author URI: https://yellowduck.me/
 *   Description: Bootstrap 4.0.0
 *   Version: 1.0
*/
body.purchase .navbar{border-bottom:1px solid #eee}
.purchase-header{position:absolute;top:7px;left:0;width:100%;text-align:center}
@media(max-width:991px){
    .purchase-header{position:relative;top:auto;text-align:inherit;width:auto}
}
.form-check  input[type="radio"]{position:absolute;right:9000px}
.form-check .label-text{display:inline-block}
.form-check input[type="radio"] + .label-text:before{
    content: " ";
    width:18px;
    height:18px;
    border:1px solid #d0d0d0;
    display: inline-block;
    margin-right: 5px;
    border-radius:100%;
    position:absolute;
    top: 0.9rem;
    left: 0;
}
.form-check input[type="radio"] + .label-text:after{
    content: " ";
    background:transparent;
    position:absolute;
    top: 1.2rem;
    left: 0.3rem;
    width:8px;
    height:8px;
    display: inline-block;
    border-radius:100%;
}
.form-check input[type="radio"]:checked + .label-text:before{
    border:1px solid #d0d0d0;
    animation: effect 250ms ease-in;
}
.form-check input[type="radio"]:checked + .label-text:after{
    background:#9a9a9a;
    animation: effect 250ms ease-in;
}

.form-check input[type="radio"]:disabled + .label-text{
    color: #aaa;
}

.form-check input[type="radio"]:disabled + .label-text:before{
    border:1px solid #ccc;
}

@keyframes effect{
    0%{transform: scale(0);}
    25%{transform: scale(1.3);}
    75%{transform: scale(1.4);}
    100%{transform: scale(1);}
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color:#eee;
    clip:auto !important;
    clip-path:none;
    color:#444;
    display:block;
    font-size:1em;
    height:auto;
    left:5px;
    line-height:normal;
    padding:15px 23px 14px;
    text-decoration:none;
    top:5px;
    width:auto;
    z-index:100000
}

#navbarText .home-link{position:relative;width:20px;height:37px;padding-top:0;padding-bottom:0}
#navbarText .home-link:before{position:absolute;width:14px;height:12px;content:' ';display:block;left:0;top:12px;background:url('assets/images/elements/home.svg') no-repeat}
#navbarText .home-link:hover:before{opacity:.7}

.bg-gradient{background:url('assets/images/main/gradient-header.jpg') no-repeat center center;background-size:cover;position:relative;color:#fff !important}
.bg-gradient-blue{
    background: rgb(37,78,130);
    background: -moz-linear-gradient(top, rgba(37,78,130,1) 0%, rgba(65,144,187,1) 100%);
    background: -webkit-linear-gradient(top, rgba(37,78,130,1) 0%,rgba(65,144,187,1) 100%);
    background: linear-gradient(to bottom, rgba(37,78,130,1) 0%,rgba(65,144,187,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#254e82', endColorstr='#4190bb',GradientType=0 );
}
.bg-img-contact{background:url('assets/images/main/contact-header.jpg') no-repeat center center;background-size:cover;position:relative}
.bg-img-home{background:url('assets/images/main/home-top.jpg') no-repeat center center;background-size:cover;position:relative}
.bg-img-home .view-video{position:relative;padding-right:50px}
.bg-img-home .view-video:before{position:absolute;top:50%;right:45px;margin-top:-6px;content:' ';display:block;width:12px;height:12px;background:url('assets/images/elements/video.svg') no-repeat}
.bg-img-home .view-video:hover:before,.bg-img-home .view-video:after{background:url('assets/images/elements/video_hover.svg') no-repeat}
.bg-img-home .view-video:after{display:none;content:' '}
.box-cube{display:inline-block;width:65px;height:65px;line-height:64px;font-size:36px;font-weight:300;border:1px solid #dfdfdf;color:#1bcba0;text-align:center}

.features{overflow: hidden}
.features .lap-top{position:relative}
.features .lap-top .screen-border{width:480px;height:320px;padding:18px;margin:0 auto;border-radius:18px 18px 0 0;background:#111}
.features .lap-top .screen{width:100%;height:100%;background:#fff}
.features .lap-top .main{position:relative;background:#e8ebf0;width:580px;height:18px;margin:0 auto;border-radius:0 0 36px 36px}
.features .lap-top .main:before{position:absolute;background:#d8dbe1;display:block;width:90px;height:9px;border-radius:0 0 18px 18px;content:' ';top:0;left:50%;margin-left:-45px}
.features .lap-top .screen .carousel-control-prev{left:-72px;width:54px}
.features .lap-top .screen .carousel-control-next{right:-72px;width:54px}
.features .lap-top .screen .carousel-control-prev-icon{background:url('assets/images/elements/arrow_slider-left.svg') no-repeat}
.features .lap-top .screen .carousel-control-next-icon{background:url('assets/images/elements/arrow_slider-right.svg') no-repeat}
.features .lap-top .screen .carousel-control-next-icon,
.features .lap-top .screen .carousel-control-prev-icon{display:none;width:30px;height:30px}
.features .lap-top:hover .screen .carousel-control-next-icon,
.features .lap-top:hover .screen .carousel-control-prev-icon{display:-webkit-box;display:-ms-flexbox;display:flex}
.features .lap-top .carousel-indicators{bottom:-88px}
.features .lap-top .carousel-indicators li{width:7px;height:7px;background:#c8c8c8;border-radius:50%;margin-left:4px;margin-right:4px}
.features .lap-top .carousel-indicators li.active{background:#1bcda1}
.features .lap-top .label-block{width:60px;height:60px;position:absolute;left:50%;top:-30px;z-index:100;margin-left:-30px;background:#fff url('assets/images/elements/laptop-big-success.svg') no-repeat;border-radius:50%}
.features .lap-top .label-block-other-list{background:#fff url('assets/images/elements/laptop-big-close.svg') no-repeat}

@media(max-width:1399px){
    .features .lap-top .screen-border{
        width:80%;
        height:100%
    }
    .features .lap-top .main{
        width:100%;
    }
}
@media(max-width:1199px){
    .features .lap-top .label-block{
        width:46px;
        height:46px;
        margin-left:-23px;
        top:-21px
    }
}
@media(max-width:991px){
    h1, .h1 {
        font-size: 2.1rem;
    }
    h4, .h4 {
        font-size: 1.2rem;
    }
    .display-5 {
        font-size: 1.9rem;
        line-height: 1.3;
    }
    .container-lap-top-inside{
        position: relative;
    }
    .features .carousel-control-prev,
    .features .carousel-control-next{display:none}
    .features .lap-top-inside{position:inherit;height:338px}
    .features .lap-top{
        position:absolute;
        left:0;
        transform: translate(-38%, 0);
        width:520px;
        height:300px
    }
    .features .lap-top-right{right:0;left:auto;transform: translate(38%, 0);}
}
@media(max-width:767px){
    .features .carousel-indicators{display:none}
    .features .lap-top .label-block,.features .container-lap-top-inside .lap-top .label-block{left:auto;right:39px;margin:0}
    .features .container-lap-top-inside .lap-top .label-block{left:39px;right:auto}
    .features .lap-top{transform:translate(-53%, 0)}
    .features .lap-top-right{transform:translate(53%, 0)}
    .features .lap-top-inside{height:auto}
}
@media(max-width:575px){
    .features .lap-top .screen-border{height:auto}
    .features .lap-top .screen{height:auto}
    .features .lap-top{position:relative;left:auto;transform:none;width:100%;height:100%}
    .features .lap-top-right{position:relative;right:auto;transform:none}
    .features .container-lap-top-inside .lap-top .label-block{left:50%;margin-left:-23px}
}

.features .small{line-height:22px}
.features ul{list-style-type:none;padding:0;margin:0}
.features ul li{padding:13px 15px 0 25px;position:relative}
.features ul li:before{position:absolute;top:22px;left:0;width:6px;height:6px;content:' ';background:#c3c3c3;display:block;border-radius:3px}
.features ul.success-list li:before{background:#1bcda1}
.features ul.other-list li:before{background:#ef5350}

.reviews .card{border:none;margin-bottom:10px;margin-top:10px}
.reviews .card .card-block{border:none;-webkit-box-shadow:0 0 20px 0 #e0e0e0;box-shadow:0 0 20px 0 #e0e0e0}
.reviews .card-header{position:relative;background:#fff;border:none;min-height:50px}
.reviews .card-header:before{content:' ';position:absolute;height:1px;bottom:0;right:15px;left:15px;background:#e0e0e0}
.reviews .card-header .blue-rate{position:absolute;top:12px;left:20px;}
.reviews .card-header .blue-rate img{margin-right:3px}
.reviews .card-header .rate-title{font-weight:600;font-size:12px;color:#4a4a4a}
.reviews .card-header .text-rate .lead{font-weight:500;color:#a4a4a4;font-size:12px;line-height:16px}
.reviews .card-header .text-rate{line-height:16px}
.reviews .card-header > div{display:inline-block;float:left}
.reviews .card-header .services{float:none;position:absolute;top:12px;right:20px;font-weight:600;color:#155c91}
.reviews .card-body .thumb-review{width:80px;height:80px;float:left}
.reviews .card-body .review-body{position:relative;margin-left:100px;min-height:100px}
.reviews .card-body .review-body .more{position:absolute;display:inline-block;padding:0 10px;background:#fff;bottom:6px;right:0;height:20px;line-height:20px}
.reviews .card-body .review-body .more:before{
    position:absolute;left:-40px;top:0;content:' ';display:block;width:40px;height:20px;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
.reviews .card-body .text-truncate{height:80px;white-space:normal}
.reviews .card-body .media-text{color:#a4a4a4;font-size:0.8rem;line-height:1.19rem}
.reviews .card-body .see-more-review{font-size:0.8rem;line-height:1.75rem}
.reviews .card-body .meta{color:#a9a9a9;font-size:0.8rem;line-height:1.25rem}
.reviews .card-body .meta{position:relative;display:inline-block;padding-right:24px}
.reviews .card-body .meta:before{display:block;height:12px;width:12px;content:' ';background:url('assets/images/elements/earth.svg') no-repeat;position:absolute;top:3px;right:8px}

.you-get .card{border-radius:10px;border:none;-webkit-box-shadow:0 0 20px 0 #e0e0e0;box-shadow:0 0 20px 0 #e0e0e0;margin:0 15px}
.you-get .card.success .card-header{background:#1bcda1}
.you-get .card.grey .card-header{background:#c3c3c3}
.you-get .card-header{border:none;padding:1.82rem 1.85rem;border-radius:10px 10px 0 0}
.you-get .card-header h5{font-weight:500;position:relative;padding-left:55px}
.you-get .card-header h5:before{position:absolute;left:0;top:-6px;content:' ';background:url('assets/images/elements/get-check.svg') no-repeat;display:block;width:36px;height:36px}
.you-get .card.grey .card-header h5:before{background:url('assets/images/elements/get-minus.svg') no-repeat}
.you-get .card-body ul{list-style-type:none;padding:0;margin:0}
.you-get .card-body ul li{padding:20px 0 20px 35px;border-bottom:1px solid #e9edef;position:relative}
.you-get .card-body ul li:last-child{border-bottom:none}
.you-get .card-body ul li:before{position:absolute;top:21px;left:0;display:block;content:' ';width:20px;height:20px;background:url('assets/images/elements/get-check-min.svg') no-repeat}
.you-get .card.grey .card-body ul li:before{background:url('assets/images/elements/get-minus-min.svg') no-repeat}
@media(max-width:767px){
    #will-get-slider .card{margin-bottom:25px}
    #will-get-slider .carousel-indicators{bottom:-30px}
    #will-get-slider .carousel-indicators li{background:#c3c3c3;height:8px;width:8px;margin:0 4px;border-radius:100%}
    #will-get-slider .carousel-indicators .active{background:#1bcda1}
}
@media(max-width:575px){.you-get .container{padding:0}}

.blog-list .card{border:none}
.blog-list .card .blog-item h4{line-height:1.5}
.blog-list .card .blog-item img{max-width:100%;height:auto}
.blog-list .card .blog-item p.small{line-height:24px}
.blog-list .card .blog-item .link-more a{display:inline-block;padding-right:23px;position:relative}
.blog-list .card .blog-item .link-more a:before{display:block;position:absolute;top:5px;right:0;width:12px;height:12px;content:' ';background:url('assets/images/elements/arrow_blog.svg') no-repeat}
.blog-list .card .blog-item .link-more a:after{display:none;content:' ';background:url('assets/images/elements/arrow_blog_hover.svg') no-repeat}
.blog-list .card .blog-item .link-more a:hover{text-decoration:none}
.blog-list .card .blog-item .link-more a:hover:before{background:url('assets/images/elements/arrow_blog_hover.svg') no-repeat}
.blog-list .card .blog-item a.link-image,
.blog-list .card .blog-item h4 a{text-decoration:none;color:#4a4a4a}
.blog-list .card .blog-item a.link-image:hover,
.blog-list .card .blog-item h4 a:hover{text-decoration:none;color:#4a4a4a;opacity:.7}

footer{color:#afb2b3;font-size:0.89rem;line-height:1.5rem}
footer ul li{padding-bottom:5px}
footer a{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
footer ul li a{color:#afb2b3}
footer ul li a:hover, footer ul li a:focus{color:#fff}
footer ul.socials li a{display:inline-block;padding:0 5px}
footer ul.socials li a:hover img{opacity:.7}
footer .navbar-footer{border:1px solid #6c757d;border-left:none;border-right:none;margin-top:20px}
footer .navbar-footer .navbar-toggler{font-size:0.975rem;width:100%;text-align:left;position:relative;padding:12px 8px}
footer .navbar-footer .navbar-toggler:focus,
footer .navbar-footer .navbar-toggler:active{outline:none}
footer .navbar-footer .navbar-toggler:after{position:absolute;top:18px;right:8px}
footer .navbar-footer .navbar-nav{padding-left:8px;padding-right:8px}

.features-start .glasses{min-height:250px}
.features-start .glasses .plate{background:#fff;bottom:0;right:0;width:290px;-webkit-box-shadow:0 0 20px 0 #bdbdbd;box-shadow:0 0 20px 0 #bdbdbd;border-radius:4px}

.features-products .bg{top:0;left:0;right:50%;bottom:0;background:url('assets/images/features/bg-products.jpg') no-repeat;background-size:cover}

.browser{min-height:400px;min-width:540px;padding-top:32px;border:1px solid #ebebeb}
.browser .dots{height:32px;left:0;top:0;right:0;background:#ebebeb;padding-left:10px}
.browser .dots .dot{height:8px;width:8px;background:#fff;margin-left:5px;border-radius:50%}

@media(max-width:1199px){
    .browser{
        min-height:auto;
        min-width:auto;
    }
}
@media(max-width:991px){
    .features-products .bg{right:66.666667%;}
    .browser .dots{text-align:left}
}
@media(max-width:767px){
    .features-products .bg{right:0;top:auto;bottom:0;height:200px}
    .browser .dots{text-align:left}
    .features-products{padding-bottom:70px}
}

.features-reviews .clock{min-height:250px}
.features-reviews .clock .plate{background:#fff;bottom:0;right:0;width:323px;-webkit-box-shadow:0 0 20px 0 #bdbdbd;box-shadow:0 0 20px 0 #bdbdbd;border-radius:4px;border-bottom:2px solid #00cfa1}
.features-reviews .clock .review-plate > img{width:60px;float:left;border-radius:50%}
.features-reviews .clock .review-plate .star-range{line-height:20px}
.features-reviews .clock .review-plate .review-body{margin-left:70px;min-height:63px}
.features-reviews .clock .plate p{font-size:0.8rem;line-height:1.2rem;color:#707070}

@media(max-width:991px){
    .features-reviews .clock .plate{bottom:-22px}
}
@media(max-width:890px){
    .features-reviews .clock .plate{bottom:-69px}
}
@media(max-width:800px){
    .features-reviews .clock .plate{bottom:-100px}
}
@media(max-width:715px){
    .features-reviews .clock .plate{bottom:-69px;width:260px}
}
@media(max-width:600px){
    .features-reviews .clock .plate{bottom:-59px;width:250px}
}
@media(max-width:575px){
    .features-reviews .clock .plate{bottom:auto;width:323px;top:25px}
}
@media(max-width:530px){
    .features-reviews .clock{padding-bottom:90px}
    .features-reviews .clock .plate{bottom:10px;width:324px;top:auto;left:50%;margin-left:-162px}
}

.features-list .card{border:none;-webkit-box-shadow:0 0 20px 0 #e0e0e0;box-shadow:0 0 20px 0 #e0e0e0;border-radius:4px;margin-bottom:30px}
.features-list .card .card-body{padding:2.5rem 3.5rem}
@media(max-width:575px){
    .features-list .card .card-body{padding:1.5rem 2.5rem}
}

.category-inline-list{border-bottom:1px solid #e8e8e8}
.category-inline-list ul{list-style-type:none;margin:0;padding:0}
.category-inline-list ul li{display:inline-block;margin:0 2px}
.category-inline-list ul li a{display:inline-block;padding:28px 24px 23px;color:#4f4f4f;border-bottom:2px solid transparent}
.category-inline-list ul li a.active,
.category-inline-list ul li a:hover{color:#1bcea2;border-color:#1bcea2;text-decoration:none}

.archive-columns .meta, .single .meta{font-size:0.87rem}
.archive-columns .meta a,.single .meta a{font-weight:500}
.single .single-thumb img{max-width:100%;height:auto}
.single .single-content img{max-width:100%;height:auto}
.single .single-content h2{padding:0.8rem 0 0.5rem}
.single .single-content h3{padding:0.7rem 0 0.4rem}
.single .single-content h4{padding:0.6rem 0 0.3rem}
.single .single-content h5{padding:0.5rem 0 0.2rem}
.single .single-content b, .single .single-content strong{font-weight:600}
.single .single-content blockquote{padding:10px 15px 10px 35px;border-left:2px solid #1bcea2;margin:10px 0 10px 20px}
.single .single-content blockquote p{margin:0}
.single .single-content ul,
.single .single-content ol{margin-top:1.3rem;margin-bottom:1.5rem;margin-left:2.2rem}
.single .single-content ul{margin-left:0}
.single .single-content ol li, .single .single-content ul li{margin-top:10px;padding-left:5px}
.single .single-content img.size-large{max-width:100%;height:auto}
.single .single-links a{color:#a4a4a4}
.single .single-links a:hover{color:#1bcea2}
.single .single-links a > div{position:relative}
.single .single-links img{position:absolute;top:7px}
.single .single-links .prev-post{padding-left:30px}
.single .single-links .prev-post img{left:0}
.single .single-links .next-post{padding-right:30px}
.single .single-links .next-post img{right:0}

.comments-list article{padding:30px 40px;margin:8px 0}
.comments-list .comment-text p{font-size:0.87rem}
.comments-list .thread-even article, .comments-list .thread-odd article{background:#f9f9f9;padding:30px 40px;}
.comments-list .children article{border-left:2px solid #1bcea2;padding:15px 20px;}

.ya-share2{margin:0 0 25px;width:100%;float:left}
.ya-share2__list{display:block;margin:0 -7px}
.ya-share2__list:after,.ya-share2__list:before{content:" ";display:table}
.ya-share2__list:after{clear:both}
.ya-share2__list>.ya-share2__item,.ya-share2__list>.ya-share2__item:last-child{margin:0;padding-left:10px;float:left}
.meta-bottom .ya-share2__list>.ya-share2__item,.meta-bottom .ya-share2__list>.ya-share2__item:last-child{padding:0 10px 0 0}
.single .ya-share2__container_size_m .ya-share2__item{margin:0}

#comments{border-top:1px solid #e6e6e6}
#comments .comments-list{border-bottom:1px solid #e6e6e6}
#comments .comment-text p{margin:0}
#respond .form-control{border-radius:3px}
#respond input[type="email"].form-control,
#respond input[type="text"].form-control,
#respond textarea.form-control{border-radius:3px;background:#f9f9f9;border-color:#e6e6e6}

/**
    ARCHIVE
 */
.archive-columns .card{border:none;margin-bottom:20px;margin-top:10px;flex: 1 0 30%!important;}
.archive-columns .card-body{padding:0}
.archive-columns .single-thumb img{max-width:100%;height:auto}

/**
    ALIDROPSHIP
 */
.mockup{margin-top:130px}
.mockup img{margin-top:-115px;padding-top:10px}
.dropship-list .item{position:relative;margin-bottom:55px}
.dropship-list .item h5{margin-top:0;font-weight:500}
.dropship-list .item img{float:left}
.dropship-list .item .item-inside{margin-left:100px}
.medals{margin:15px 0}
.medals img{margin:0 40px}
/**
    PACKAGE
 */
.packages .package-block{
    z-index:5
}
.packages .package-block .btn-lg{
    min-width:auto;
    width:100%;
    padding-left: 10px;
    padding-right: 10px;
}
.package-list{
    margin-top:-175px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(26,74,102,0.5);
    box-shadow: 0 10px 20px 0 rgba(26,74,102,0.5);
    border-radius:12px;
}
.package-list .package-list-header{
    border-radius:12px 12px 0 0;
    padding:26px 0;
    font-size: 1.3rem;
    font-weight: 500;
}
.package-list .card{border-radius:12px;border:none}
.package-list .card .card-header{border:none;background:transparent}
.package-list .card .card-header h2{font-size:1.7rem;padding-top:34px}
.package-list .card .card-title{font-size:3.4rem;line-height:2rem;font-weight:300;padding-top:10px}
.package-list .card .card-title small{font-size:0.85rem}
.package-list .card .text-description{font-size:0.875rem;min-height:80px;padding:15px 0 20px}
.package-list .card .card-body{padding-bottom:2.2rem}

.packages-feature li{padding:8px 0}

@media(max-width:575px){
    .package-list .card .card-body{border-bottom:1px solid #dfdfdf}
    .package-list .card:last-child .card-body{border-bottom:none}
    .packages .btn-lg, .packages .btn-group-lg > .btn {
        min-width:auto;
    }
}
.package-list .card-deck>div{border-right:1px solid #dfdfdf;border-radius:0}
.package-list .card-deck>div:last-child{border-right:none}
.package-list .card-deck>div:first-child .card{border-radius:0 0 0 12px}
.package-list .card-deck>div:last-child .card{border-radius:0 0 12px 0}
@media(max-width:991.98px) {
    .package-list .card-deck .b-md-0{border:0}
}
@media(max-width:767.98px){
    .package-list .card-deck>div{border:0}
}
/**
    HOW IT WORKS
 */
.time-line{}
.time-line .time-item{}
.time-line .line-point{
    position: relative;
    height: 100%;
}
.time-line .line-point span{
    display: block;
    height: 100%;
    border: 0.01rem dashed #c4c4c4;
    width: 1px;
    margin: 0 auto;
}
.time-line .line-point:before,
.time-line .line-point:after{display:block;content:' ';position:absolute}
.time-line .line-point:before{
    width: 20px;
    height: 20px;
    background: #c4c4c4;
    border: 6px solid #fff;
    left: 50%;
    margin-left: -11px;
    border-radius: 50%;
    top:0;
    z-index:5;
}
.time-line .line-point:after{
    height:1px;
    background:#c4c4c4;
    width:50%;
    left:0;
    top:0.55rem;
    z-index:1;
}
.time-line .line-point-right:after{
    left:auto;
    right:0
}
.time-item-first.line-point:before{
    top:1.65rem;
}
.time-item-first.line-point:after{
    top:2.25rem;
}
@media(max-width:575px){
    .time-line .line-point span{display:none}
    .time-line .line-point:before,
    .time-line .line-point:after{display:none}
}
/**
    CONTACT US
 */
#map{background: url('assets/images/pages/map.png') no-repeat center}
.location-item p{line-height:1.65rem}
.location-item .list-inline-item{margin:0 8px}
.location-item .list-inline-item img{opacity:.45}
.location-item .list-inline-item a:hover img{opacity:1}
.contact-form{min-height:400px}
.flex-form .row{display:-ms-flexbox;display:flex;margin:0 0 30px}
.flex-form .field{position:relative;height:40px;width:100%;border-bottom:1px solid #4a4a4a;background:#fff}
.flex-form label{
    position:absolute;
    width:100%;
    left:0;
    color:#4a4a4a;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    transform-origin:0 50%;
    cursor:text;
    transition-property:color, transform;
    transition-duration:0.3s;
    transition-timing-function:cubic-bezier(0.165, 0.84, 0.44, 1);
    height:42px;
    margin:0;
    padding:0 8px;
    line-height:42px;
    font-size:14px
}
.flex-form .input{
    position:absolute;
    width:100%;
    left:0;
    bottom:0;
    padding:0 8px 4px;
    color:#000;
    background-color:transparent;
    font-size: 14px;
    line-height: 20px;}
.flex-form .input::-webkit-input-placeholder{color:transparent;transition:color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)}
.flex-form .input::-moz-placeholder{color:transparent;transition:color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)}
.flex-form .input:-ms-input-placeholder{color:transparent;transition:color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)}
.flex-form .input.focused,.flex-form .input:not(.empty){opacity:1}
.flex-form .input.focused::-webkit-input-placeholder,
.flex-form .input:not(.empty)::-webkit-input-placeholder{color:#cfd7df}
.flex-form .input.focused::-moz-placeholder,
.flex-form .input:not(.empty)::-moz-placeholder{color:#cfd7df}
.flex-form .input.focused:-ms-input-placeholder,
.flex-form .input:not(.empty):-ms-input-placeholder{color:#cfd7df}
.flex-form .input.focused + label,
.flex-form .input:not(.empty) + label{transform:scale(0.85) translateY(-18px);cursor:default}
.flex-form .input.focused + label{line-height:inherit;height:auto;top:7px}
.flex-form .input.invalid + label{color:#ff0000}
.flex-form input, .flex-form textarea, .flex-form button{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;border-style:none}
.flex-form input:-webkit-autofill, .flex-form textarea:-webkit-autofill{-webkit-text-fill-color:#000;transition:background-color 100000000s;-webkit-animation:1ms void-animation-out}
.flex-form input, .flex-form textarea, .flex-form button{-webkit-animation:1ms void-animation-out}
.flex-form .field-textarea {
    height: 100px;
}
.flex-form .field-textarea textarea {
    border: 0;
    resize: none;
    height: 85px;
    padding-top: 6px;
}
/**
    GET PLUGIN
 */
.container-box-inside{overflow: hidden}
@media(max-width:991px){

    .container-box-inside{
        position: relative;
    }
    .container-box-inside .align-self-center{
        z-index:10;
    }

    .plugin-box{
        position:absolute;
        width:520px;
        height:300px;
        right:0;
        transform: translate(38%, -6%);
    }
    .plugin-box-left{
        right:auto;
        left:0;
        transform: translate(-36%, -6%);
    }
}
/**
    THANKYOU PLUGIN
 */
.download-it .btn{min-width:595px;position:relative}
.download-it .btn .arrow{
    display:block;
    position:absolute;
    top:-1px;
    bottom:-1px;
    right:-1px;
    width:62px;
    background-color:#1de0b0;
    line-height:56px;
}
.download-it .btn:hover .arrow{background-color:#1bcda1}
@media(max-width:575px){
    .download-it .btn{min-width:auto}
    .download-it .btn .arrow{display:none}
}

/**
    CUSTOM STORE
 */
.header-custom-store{overflow:hidden}
.header-custom-store ul{margin-bottom:35px}
.header-custom-store ul li{padding:6px 0}

.header-custom-store .diamond{width:500px;height:500px;position:absolute;bottom:-100px;right:70px;transform:rotate(45deg);border-radius:100px;overflow:hidden;z-index:2}
.header-custom-store .diamond:after{
    content: ' ';
    background: url('assets/images/page-custom-store/header.jpg') 50% 50%;
    width: 200%;
    height: 200%;
    position:absolute;
    top: -50%;
    left: -50%;
    z-index: -1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.header-custom-store .diamond-shadow{
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#00ffffff',GradientType=1 );
    width: 500px;
    height: 500px;
    position: absolute;
    bottom: -100px;
    right:-80px;
    transform: rotate(45deg);
    border-radius:100px;
    overflow: hidden;
    z-index:1;
}
@media (max-width: 1199.98px) {
    .header-custom-store .diamond{right:calc(70px - 10%);}
    .header-custom-store .diamond-shadow{right:calc(-80px - 10%)}
}
@media (max-width: 991.98px) {
    .header-custom-store .diamond{bottom:-160px;right:calc(70px - 20%)}
    .header-custom-store .diamond-shadow{bottom:-160px;right:calc(-80px - 20%)}
}
@media (max-width: 888px) {
    .header-custom-store .diamond{display:none}
    .header-custom-store .diamond-shadow{display:none}
    .header-custom-store .top-text{margin-left:auto;margin-right:auto;text-align:center}
    .header-custom-store .top-text ul{list-style-type:none}
}
@media (max-width: 576px) {
    .header-custom-store .top-text ul{list-style-type:disc;margin-left:0;margin-right:0;text-align:left}
}
.how-it-work .display-6{padding:20px 0 10px}
.custom-features .card{text-align:center;margin-bottom:30px;min-height:198px;background:#f5f9fc;border:0}
.custom-features img{height:50px}
.custom-features h6{margin-top:25px;font-weight:400}
.custom-features h6 strong{font-weight:600}

.invoice-package{}
.invoice-package .text-muted{color:#b7b7b7 !important;}
.invoice-package img{height:20px}
.invoice-package > div{padding:17px 0}
.invoice-package > .row{padding:0;margin:0}
.invoice-package .invoice-item > div{padding:17px 35px 17px 25px;border-bottom:1px solid #f4f4f4;}
.invoice-package .invoice-item > div:last-child{border-left:1px solid #f4f4f4;}
.invoice-package .invoice-item:last-child > div{border-bottom:none}

#stores-list .carousel-item .button-block{padding-top:120px}
#stores-list .carousel-item img{-webkit-box-shadow:5px 5px 50px 0 rgba(175,175,175,0.8);box-shadow:5px 5px 50px 0 rgba(175,175,175,0.8)}
#stores-list .carousel-item .main-img{margin:0 auto;-webkit-border-radius:6px 6px 0 0;border-radius:6px 6px 0 0}
#stores-list .carousel-item.active, #stores-list .carousel-item-next, #stores-list .carousel-item-prev{padding:30px 0 35px}
#stores-list .carousel-item .img-1{position:absolute;top:115px;left:146px;opacity:0}
#stores-list .carousel-item .img-2{position:absolute;top:140px;right:114px;opacity:0}
#stores-list .carousel-item.active .img-1,#stores-list .carousel-item.active .img-2{opacity:1;transition: opacity .5s linear;}
#stores-list .carousel-item-left .img-1,#stores-list .carousel-item-left .img-2{opacity:0}
#stores-list .carousel-control-prev-icon, #stores-list .carousel-control-next-icon{background-color:#c4c4c4;border:9px solid #c4c4c4;border-radius:100%;width:38px;height:38px}
#stores-list .carousel-control-prev, #stores-list .carousel-control-next{width:38px}
#stores-list .carousel-indicators{bottom:110px}
#stores-list .carousel-indicators li{width:8px;height:8px;background-color:#c9c9c9;border-radius:100%;margin-left:4px;margin-right:4px}
#stores-list .carousel-indicators .active{background-color:#19cf9f}
@media (max-width: 1199.98px) {
    #stores-list .carousel-item.active .img-1{opacity:0}
    #stores-list .carousel-item.active .img-2{right:95px}
}
@media (max-width: 991.98px) {
    #stores-list .carousel-item.active .img-2{opacity:0}
    #stores-list .carousel-item.active, #stores-list .carousel-item-next, #stores-list .carousel-item-prev{
        padding:30px 0 10px
    }
    #stores-list .carousel-item .button-block{padding-top:105px}
    #stores-list .carousel-indicators{bottom:90px}
.btn.btn-success{
min-width: auto;
}
}
@media (max-width: 767.98px) {
    #stores-list.carousel{margin-left:-15px;margin-right:-15px}
    #stores-list .carousel-item .button-block{padding-top:60px}
}

.tooltip-item{
    position: relative;
    display:inline-block;
    top: 6px;
    width:20px;
    height:20px;
    border:1px solid #8a8a8a;
    border-radius:100%;
    text-align:center;
    line-height:20px;
    font-size:12px;
    float: right;
}
.index-1{z-index:1}
.index-2{z-index:2}
.bg-green{background: #1bcda1;color: white;min-height: 62px;font-weight: bold;}
.mh190{
min-height: 190px;
}
@media(max-width:767px) {
.adapnonvis	{display:none;}
	.business-table .table .arrow-down{display:none;}
	.blog-item .content ol, .blog-item .content ul {
		margin-left: 0px;
	}
.invoice-package{
font-size: 10px;
}
.invoice-package td{
padding: 5px 1px;
line-height: 16px;
}
.btn.btn-success.btn_table_only{
min-width: auto;
padding: 4px 2px;
font-size: 9px!important;
}
.price_mob_table{
font-size: 20px;
}
.tooltip-item{
display: block;
float:none;
position: static;
}


.for_btn_blog{
display: block;
    float: none;
    width: 100%;
}
.for_btn_blog button{
width: 100%;
    margin-top: 15px;
    padding: 15px 0px;
}
}
.btn_plugin{
    margin-top: 15px;
    width: 100%;
    padding: 15px 0px;
	font-weight: bold;
}
@media(min-width:768px) {
    .adapvis{display:none;}
	
}
@media(min-width:990px) {
.menu_hide{display:none;}
}
.first_column{
width: 30%;
}
td.line-plate{
width: 23%;
}
.invoice-package td{
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
}
tr.description {
background: #f8f8f8;
}
tr.development {background: #f8f8f8;font-weight: bold;}
tr.promotion  td.title{background: #f8f8f8;font-weight: bold;}
.invoice-package tr.odd{
    border-bottom: 1px solid #dee2e6;
}
.video_cont {
    max-width: 75%;
    text-align: center;
    margin: 0 auto;
    border: none;
    border-radius: 0;
}
.video-wrap {
    position: relative;
    padding-top: 56.3%;
}
.video-wrap iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.modal-dialog {
    max-width: 100%;
}
.btn-tr {
    background: transparent;
    border-color: #1bcda1;
}
.btn-tr svg {
    fill: #ffffff;
    transition: 0.3s;
}
.btn-tr:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #1bcda1;
}
.btn-tr:hover svg{
    fill: #1bcda1;
}
.video_starter_block {
    background: url('assets/images/features/bg-products.jpg');
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 400px;
    cursor: pointer;
}
.btn_start {
    margin-right: 10px;
    margin-bottom: 10px;
}
.btn_video {
    color: #ffffff;
    margin-bottom: 10px;
}
.icon-play {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.icon-play svg {
    display: block;
}
.text-play {
    display: inline-block;
    vertical-align: middle;
}
.video-player__touch-overlay-button {
    height: 144px;
    width: 144px;
    border-radius: 72px;
    background: rgba(0, 0, 0, 0.2);
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
    outline: none !important;
}
.video_starter_block:hover .video-player__touch-overlay-button {
    background: rgba(0, 0, 0, 0.5);
}
.ufo-icon {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50%;
}
.ufo-icon svg {
    display: block;
}
.row.top-btn-row {
    margin: 0;
}
.top-main-row {
    padding: 15px 0;
}
.top-banner-col {
    display: flex;
    align-items: center;
}
@media (min-width: 992px) {
    .top-banner-content {
        padding-right: 40px;
    }
}
@media (max-width: 991px) {
    .btn_video {
        min-width: 210px;
    }
    .video_cont {
        max-width: 93%;
    }
}
@media (max-width: 767px) {
    .top-banner {
        text-align: center;
    }
    .top-btn-row {
        justify-content: center;
    }
    .top-btn-row .btn {
        margin: 7px;
    }
}
@media (max-width: 576px) {
    .top-banner-col {
        margin: 0.25rem 0 !important;
    }
}
.media-logo-item {
    max-width: 220px;
    margin: 0 auto;
}
.media-logo-wrap {
    position: relative;
    padding-bottom: 50%;
}
.media-logo-wrap img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: opacity 0.5s ease-in-out;
}
.media-logo-color {
    opacity: 0;
}
.media-logo-grey {
    opacity: 1;
}
.media-logo-wrap:hover .media-logo-grey {
    opacity: 0;
}
.media-logo-wrap:hover .media-logo-color {
    opacity: 1;
}
@media (max-width: 991px) {
    .media-logo-wrap {
        padding-bottom: 80%;
    }
    .media-logo-wrap img{
        max-height: 80px;
    }
	.description  .display-5{
	font-size: 20px;
	}
	.main-price{
		font-size: 20px;
	}
}
.color-light-gray{
	color: #adadad;
	font-weight: 300;
}
.add_hosting small:first-child{
	margin-left: 17px;
}
.order-block .h4 {
	font-weight: 300;
}
.api-block-thankyou{
    background: #e3e3e3;
    padding: 0 0 0 17px;
    color: #4f4f4f;
    border-radius: 4px;
    overflow: hidden;
    font-size: 1.31rem;
    display: inline-block;
    vertical-align: top;
}
.api-block-thankyou div{
	color: #4f4f4f;
    background: white;
    padding: 14px 18px;
	margin-left: 15px;
	display: inline-block;
	min-width: 425px;
}
.to_clipboard{
	position: relative;
	display: block;
	padding-right: 42px;
	text-align: left;
}
.to_clipboard:after{
	content:'';
	display:inline-block;
	position:absolute;
	right: 0;
	top:3px;
	height:23px;
	width:23px;
	background: url('assets/images/pages/copy-content.svg') no-repeat;
	cursor: pointer;
}
@media (max-width: 991px){
	.api-block-thankyou div{
		margin-left: 0px;
		word-break: break-all;
		display: block;
		min-width: auto;
		text-align: left;
		margin-top: 15px;
	}
	.api-block-thankyou{
		padding-left: 0;
		padding-top: 12px;
	}
}
@media (max-width: 991px) and (min-width: 576px){
	.download-it .btn {
		padding-right: 92px;
	}
}
@media (max-width: 575px) {
	.download-it > .p-5 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.download-it > .p-5 > .p-4 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.api-block-thankyou{
		font-size: 1.125rem;
		width: 450px;
		max-width: 100%;
	}
	.download-it .btn {
		width: 450px;
		max-width: 100%;
	}
	.to_clipboard {
		padding-right: 0;
		text-align: center;
	}
	.to_clipboard:after {
		display: none;
	}
}
.btn-under-text{
    display: block;
    margin-top: 5px;
}
.subtitle-small{
    font-size: 90%;
    line-height: 1.4;
    display: inline-block;
}
@media (max-width: 1199px) {
    .br-md-hide br{
        display: none;
    }
}
@media (max-width: 1100px) {
    .alidropship-btn-container .btn {
        width: 430px;
        max-width: 100%;
        margin-right: 0;
        white-space: normal;
    }
}
@media (max-width: 400px) {
    .alidropship-btn-container .btn {
        padding: 1.05rem 0.7rem;
    }
}
.bg-gradient-blue.christmas{
background: url('assets/images/christmas-bg.jpg') no-repeat center;
background-size: cover;
}
.christmas.bg-success{
    background-color: #087a23 !important;
	color: #ffffff;
    font-weight: 400;
}
.christmas.btn-success, .christmas.btn-success:active{
    background-color: #ab0007 !important;
	color: #ffffff!important;
    border-color: #ab0007!important;
    font-size: 16px;
}
.christmas .text-success{
color: #ffffff!important;
}
.bff{
    margin: 0 -15px;
    padding: 0 !important;
}
.bff a{
    color: #ffffff;
    text-decoration: none;
    background: #087a23;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold !important;
    display: block;
    padding: 1rem 0;
}
.bff span{
color: #ffe00e;
}
.christmas .bf-title {
    margin-bottom: 20px;
    margin-top: -10px;
}
.bf-title {
    font-family: 'Baloo', cursive;
    font-size: 90px;
    color: #ffe3ad;
    font-weight: 600;
    margin-bottom: 40px;
    margin-top: -35px;
    line-height: 1;
    text-shadow: 0px 5px 0px #930006;
}
.bf-subtitle {
    font-size: 24px;
}
.bf-subtitle strong {
    font-weight: 700;
}
.christmas h1 {
    line-height: 1.2;
    font-family: 'Baloo', cursive;
    font-weight: 400;
}
.package-list .card-deck{
    margin-left: 0;
    margin-right: 0;
}
.bf-subtitle {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: initial;
	padding-left: 40px;
	padding-right: 40px;
}
.bf-subtitle strong {
	text-transform: uppercase;
}
.bg-dark.bg-red{
    background: #9e0002 !important;
}
@media (max-width: 1440px) {
    .bf-title-container {
        max-width: initial;
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}
@media (max-width: 1199px) {
    .package-list .card .card-header h2 {
        font-size: 26px;
    }
    .bf-title {
        font-size: 68px;
    }
    .christmas h1{
        font-size: 38px;
    }
}
@media (max-width: 991px) {
    .christmas .bf-title {
        margin-top: 0;
    }
    .bf-title{
        margin-top: 0;
    }
    .christmas h1 {
        font-size: 30px;
    }
    .bf-subtitle {
        font-size: 20px;
    }
    .bg-dark.bg-red{
        background: #a80103 !important;
    }
}
@media (max-width: 767px) {
    .bg-dark.bg-red {
        background: #ce0001 !important;
    }
}
@media (max-width: 575px) {
    .bf-title-container{
        padding-left: 0;
        padding-right: 0;
    }
    .bf-title{
        font-size: 40px;
        text-shadow: 0px 3px 0px #930006;
    }
    .christmas h1 {
        font-size: 24px;
    }
    .bff{
        margin: 0;
    }
    .package-list {
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
}
@media (max-width: 370px) {
    .package-list .card .card-header h2 {
        font-size: 22px;
    }
}
.card-body > a:hover ~ h5 a,
.blog-item > a:hover ~ h5 a {
    text-decoration: underline;
}
.media-logo-title{
    margin-bottom: 40px;
}
.nav-link.nav-link-btn {
    color: #ffffff !important;
    background-color: #1bcda0;
    border-radius: 4px;
    margin-left: 1.1rem;
    text-align: center;
}
.nav-link.nav-link-btn:hover {
    background-color: #14e2af;
}
@media (max-width: 1023px) {
    .nav-link.nav-link-btn {
        margin-left: 0;
    }
}
@media (max-width: 991px) {
    .nav-link.nav-link-btn {
        display: inline-block;
        vertical-align: top;
        padding-left: 1.1rem;
        padding-right: 1.1rem;
        margin: 0.9rem 0 0.8rem 0;
    }
    .navbar-nav{
        padding-top: 0.8rem;
    }
}
@media (max-width: 1399px) and (min-width: 1140px) {
    .top-banner-content h1{
        font-size: 2.5rem;
    }
}
@media (max-width: 1139px) and (min-width: 930px) {
    .top-banner-content h1{
        font-size: 2.1rem;
    }
}
@media (max-width: 929px) and (min-width: 768px) {
    .top-banner-content h1{
        font-size: 1.7rem;
    }
}
.single .single-content img,
.single .single-thumb img {
    -moz-box-shadow: 0 0 20px 0 #e0e0e0;
    -webkit-box-shadow: 0 0 20px 0 #e0e0e0;
    box-shadow: 0 0 20px 0 #e0e0e0;
    border-radius: 3px;
}
.blog-intro .btn {
    border-radius: 0 4px 4px 0 !important;
    min-width: 160px;
    font-weight: bold;
}
.blog-intro-container{
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
}
.blog-intro-wrap{
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}
.blog-intro-subtitle{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.blog-intro-form{
    max-width: 744px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.single-main-container{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.single-main-col{
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
.grecaptcha-badge{
	z-index: 1;
}
.blog-category-title{
	padding: 16px 0;
    font-weight: 500;
    color: #4f4f4f;
    cursor: pointer;
}
.blog-category-menu{
	border-top: 1px solid #e8e8e8;
}
.blog-category-title .container{
	position: relative;
}
.blog-category-title .container:after {
    color: #818d9a;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #818d9a;
    border-top: 0;
    content: " ";
    display: block;
    pointer-events: none;
    position: absolute;
    transform: rotate(180deg);
    margin-top: -2px;
    right: 15px;
    top: 50%;
}
.blog-category-title.blog-category-active .container:after{
	transform: none;
}
@media (min-width: 768px) {
	.blog-category-menu{
		display: block !important;
	}
}
@media (min-width: 992px) {
	.single-main-container .single-content {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}
}
@media (max-width: 991px) {
	.archive-columns .card .card-block {
	    max-width: 400px;
	    margin-left: auto;
	    margin-right: auto;
	}
}
@media (max-width: 767px) {
    .blog-intro .form-control,
    .blog-intro .btn {
        border-radius: 4px !important;
    }
    .category-inline-list ul li a.active, 
    .category-inline-list ul li a:hover,
	.category-inline-list ul li a{
		border: none;
	}
	.category-inline-list ul li a {
	    display: block;
	    padding: 12px 0;
	}
	.category-inline-list ul li {
	    display: block;
	    margin: 0;
	    text-align: left;
	}
	.category-inline-list ul{
		padding: 12px 0;
	}
	.blog-category-menu{
		display: none;
	}
}
@media (max-width: 575px) {
    .blog-intro,
    .blog-intro > .container{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}
@media (max-width: 370px) {
	.single-share-btn{
		float: none !important;
		margin-top: 14px; 
	}
	.single-share-btn .ya-share2__list>.ya-share2__item, .single-share-btn .ya-share2__list>.ya-share2__item:last-child{
		padding-left: 0;
		padding-right: 10px;
	}
}
.coupon-block .form-control::-webkit-input-placeholder { font-weight: 300; }
.coupon-block .form-control:-ms-input-placeholder { font-weight: 300; }
.coupon-block .form-control::-ms-input-placeholder { font-weight: 300; }
.coupon-block .form-control::placeholder { font-weight: 300; }
.coupon-block .alert{
    padding-left: 0;
    padding-right: 0;
    border: none;
    font-weight: bold;
    color: #00a4bb;
}
.services-top{
	background: url('assets/images/services/top-header.jpg') center no-repeat;
    background-size: cover;
    padding: 75px 0 150px 0;
}
.services-top h1{
	color: #ffffff;
	margin-bottom: 20px;
}
.services-top h1 span{
	color:#1bcda1;
}
.services-subtitle{
	font-size: 20px;
    line-height: 1.5;
	color: #ffffff;
}
.services-help{
	margin-top: 35px;
}
.services-help a{
    font-size: 16px;
    color: #ffffff;
	text-decoration: underline;
}
.services-help a:after{
content:">";
}
.services-info-block{
    border-radius: 4px;
    box-shadow: 0 4px 20px 0 rgba(53, 53, 53, 0.2);
    background-color: #ffffff;
    position: relative;
    top: -75px;
    padding: 40px 15px;
    text-align: center;
}
.services-info-block-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.services-info-block .count{
	font-size: 36px;
	color: #4a4a4a;
	font-weight: bold;
}
.services-count-text{
	font-size: 14px;
    color: #212529;
    display: block;
    width: 100%;
    margin-top: 7px;
}
.services-stars-block .score{
    font-size: 36px;
    font-weight: bold;
    color: #4a4a4a;
}
.services-stars-block .score span{
	font-size: 20px;
	font-weight: normal;
    line-height: 1;
}
.services-stars-block .stars{
	color: #ff9900;
	margin-left: 10px;
}
.services-stars-block .services-info{
	width: 100%;
	color: #212529;
	font-size: 14px;
    margin-top: 7px;
}
.services-cert .cert{
	font-size: 14px;
	color: #212529;
	align-items: center;
}
.single-services-block .btn-large-green{
	width: 100%;
	border-radius: 10px;
	background-color: #1bcda0;
	color: #ffffff;
    padding: 17px 10px;
    font-weight: bold;
}
.single-services-block .btn-large-green:hover{
    background-color: #14e2af;
}
.services-content-block{
    padding: 25px 30px 30px 30px;
}
.service-product-stars .stars span{
	color: #ff9900;
	font-size: 17px;
    margin-right: 4px;
}
.services-main-block{
	color: #4a4a4a;
}
.services-main-block:hover{
	text-decoration: none;
	color: #4a4a4a;
}
.services-content-block p{
	font-size: 21px;
	font-weight: 600;
    margin-bottom: 13px;
	min-height: 100px;
}
.single-services-block{
	border-radius: 5px;
	box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
	margin-bottom: 30px;
    overflow: hidden;
    transition: box-shadow 0.3s;
}
.single-services-block:hover{
    box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.22);
}
.services-price{
	font-size: 18px;
	margin: 20px 0 28px 0;
}
.services-price b{
	font-weight: 600;
}
.services-bg-block{
	background-color: #f8f8f8;
}
.services-features-block{	
	padding-top: 70px;
	padding-bottom: 70px;
	color: #212529;
}
.services-payments-block{
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #f7f7f7;
	color: #333338;
	font-size: 14px;
}
.thumb-block{
	min-height: 190px;
}
.single-services-block .thumb-block{
    min-height: initial;
}
.thumb-block img{
	width: 100%;
	height: auto;
}
.services-reviews-block{
	background: #1f5c8b;
	color: #ffffff;
	padding-top: 75px;
	padding-bottom: 75px;
}
.services-reviews-block h2{
	color: #ffffff;
}
.services-control-left{
	position: absolute;
	left: 0px;
}
.services-control-right{
	position: absolute;
	right: 0px;
}
.services-carousel-inner{
	padding-left: 25px;
	padding-right: 25px;
}
.services-carousel-inner .carousel-control-prev {
    left: -25px;
}
.services-carousel-inner .carousel-control-next {
    right: -25px;
}
.services-review {
	border: 1px solid #ffffff;
	padding: 23px 30px;
	border-radius: 10px;
	font-size: 15px;
}
.services-carousel-indicators{
	bottom: -50px;
}
.services-carousel-indicators li{
	width: 15px;
	height: 15px;
	border-radius: 10px;
	background-color: #ffffff;
}
.services-carousel-indicators li.active{
	background-color: #1bcda1;
}
.services-faq-block{
	padding-top: 75px;
	padding-bottom: 30px;
}
.services-faq-subtitle{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.services-faq-answer{
	padding-left: 30px;
	border-left: 1px solid #1bcda1;
    margin-bottom: 45px;
}
.services-features-title{
	font-size: 20px;
	font-weight: bold;
}
.service-title{
	font-size: 28px;
	color: #4a4a4a;
	padding-top: 50px;
	padding-bottom: 50px;
}
.service-top-block{
	background: #f8f8f8;
	padding-bottom: 50px;
}
/* Slider */
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
	width: 100%;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.service-slider-small__arrow {
    font-size: 30px;
}
.slick-prev, .slick-next {
    width: 12px;
    height: 30px;
}
.slick-prev, .slick-next, .slick-prev:focus, .slick-next:focus {
    color: #89929f;
}
.slick-prev:hover, .slick-next:hover {
    color: #000;
}
.slick-prev:before, .slick-next:before {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('assets/images/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.service-slider-small .slick-track{
	margin-top: 20px;
}
.service-price{
margin-top: 30px;
font-size: 22px;
  font-weight: bold;
}
.service-delivery{
font-size: 16px;
  font-weight: bold;
}
.service-price span, .service-delivery span{
color: #7f7f7f;
font-size: 16px;
font-weight: normal;
margin-right: 15px;
}
.service-description{
	font-size: 16px;
	margin-top: 30px;
    margin-bottom: 30px;
}
.service-submit{
margin-top: 15px;
}
.service-submit-btn{
    border-radius: 10px;
    background-color: #1bcda1;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    height: 60px;
    border: none;
    width: 100%;
	cursor: pointer;
    transition: all .3s ease-in-out;
}
.service-submit-btn:hover {
    background-color: #14e2af;
}
.service-form-block{
	padding: 0;
}
.service-subtitle{
    margin-top: 40px;
    font-size: 22px;
    border-bottom: 1px solid #ced4da;
    padding-bottom: 32px;
    margin-bottom: 32px;
}
.tariffs {
    overflow-x: auto;
    position: relative;
    padding-bottom: 30px;
}
.tariffs__wrap {
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
}
.tariffs__item {
    z-index: 1;
    width: 225px;
    display: flex;
    flex-shrink: 0;
    text-align: center;
    position: relative;
    padding: 30px 20px;
    flex-direction: column;
    border: 1px solid #ece6e6;
    justify-content: space-between;
}
.tariffs__item:hover {
    z-index: 2;
    border-color: #1bcda1;
}
.tariffs__item:nth-child(n+2) {
    margin-left: -1px;
}
.tariffs__item-name {
    color: #1bcda1;
    display: flex;
    font-size: 20px;
    font-weight: bold;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
}
.tariffs__item-description {
    font-size: 14px;
    margin-top: 10px;
}
.tariffs__item-cost {
    display: flex;
    line-height: 1;
    margin-top: 15px;
    justify-content: center;
}
.tariffs__item-cost-currency {
    color: #c4c4c4;
    font-size: 24px;
}
.tariffs__item-cost-digits {
    font-size: 36px;
    font-weight: bold;
}
.tariffs__item-details {
    font-size: 13px;
    margin-top: 15px;
}
.tariffs__item-detail {
    padding: 7px 0;
}
.tariffs__item-detail:nth-child(n+2) {
    border-top: 1px solid #dadada;
}
.tariffs__item-button {
    margin-top: 20px;
}
.tariffs__item-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.bezbrp br {
display: none !important;
padding: 0px !important;
margin: 0px !important;
line-height: 0px !important;
border: 0px !important;
}
.service-order {
    background: #1bcda1;
    color: #ffffff;
    text-decoration: none;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding: 14px 10px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    margin-top: 12px;
}
.service-order:hover{
    background-color: #14e2af;
    color: #ffffff;
    text-decoration: none;
}
.service-form-container {
    max-width: 310px;
    margin-bottom: 0;
}
.tariffs__item p:last-child{
    margin-bottom: 7px;
}
.comment-box{
	margin-bottom: 30px;
}
.service-select{
	font-size: 14px;
}
.rating-container > input + label {
	color: #ff9900;
}
.comments-rating {
	border: none;
	padding: 0;
	margin-left: 0;
}

.comments-rating label {
	display: inline-block;
}

.rating-container {
	/* remove inline-block whitespace */
	font-size: 0;
	/* flip the order so we can use the + and ~ combinators */
	unicode-bidi: bidi-override;
	direction: rtl;
}

.rating-container * {
	font-size: 1.4rem;
}

.rating-container > input {
	display: none;
}

.rating-container > input + label {
	/* only enough room for the star */
	font-family: 'dashicons';
	display: inline-block;
	overflow: hidden;
	text-indent: 9999px;
	width: 1em;
	white-space: nowrap;
	cursor: pointer;
	margin: 0;
}

.rating-container > input + label:before {
	display: inline-block;
	text-indent: -9999px;
	content: "\f154";
	color: #888;
}

.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
	content: "\f155";
	color: #e52;
}

.rating-container > .star-cb-clear + label {
	text-indent: -9999px;
	width: .5em;
	margin-left: -.5em;
}

.rating-container > .star-cb-clear + label:before {
	width: .5em;
}

.rating-container:hover > input + label:before {
	content: "\f154";
	color: #888;
	text-shadow: none;
}

.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
	content: "\f155";
	color: #ff9900;
}

.comment-respond .rating-container > .star-cb-clear + label, .comment-respond .rating-container > input + label:before {
	text-indent: 9999px;
}
.comment-text {
	word-break: break-word;
}
.comment-respond .rating-container > input + label {
	text-indent: -9999px;
}
.service-back{
	display: flex;
}
.service-back a{
	color: #4a4a4a;
    margin-top: 25px;
}
.carousel-control-prev, .carousel-control-next{
z-index: 2;
}
.review-img-block img{
width: 60px;
height: 60px;
border-radius: 100%;
}
.review-img-block.img-none{
    background: url(assets/images/services/reviews/no_face.svg) no-repeat center;
    border: 1px solid;
    border-radius: 100%;
    max-width: 60px;
    height: 60px;
    padding: 0;
	margin-left: 15px;
}
.comment-text span.dashicons{
color: #ff9900;
}
.rounded-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.rounded-icon img {
    width: 22px;
    height: 22px;
}
.rounded-icon-item {
    margin-bottom: 5px;
}
.rounded-icon-item + .rounded-icon-item {
    margin-left: 15px;
}
.rounded-icon-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.service-payment-img {
    height: 32px;
    margin-left: 10px; 
}
.rounded-icon-title {
    margin-bottom: 7px;
}
.services-section-title {
    margin-bottom: 75px;
}
.services-cards-container {
    padding-bottom: 40px;
}
.services-features-info{
    line-height: 1.5;
    padding-top: 5px;
}
.services-features-title {
    margin-bottom: 15px;
}
.services-features-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.services-features-image {
    margin-right: 30px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.services-features-image img {
    max-height: 105px;
}
.services-review-item {
    padding: 0 25px;
}
.services-review-name {
    font-weight: bold;
    margin-bottom: 5px;
}
.services-review-image {
    width: 60px;
    height: 60px;
    margin-right: 23px;
    border-radius: 50%;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.services-review-image img {
    width: 100%;
    height: auto;
}
.services-review-author {
    font-size: 15px;
    line-height: 1.4;
    padding-left: 31px;
    margin-top: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.slick-dots li button:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #00d09d;
}
.slick-dots li {
    vertical-align: middle;
}
.slick-dots {
    bottom: -45px;
}
.slick-dotted.slick-slider {
    margin-bottom: 40px;
}
.service-slider-review.slick-initialized .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
}
.service-slider-review .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.services-review {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.services-review-stars {
    margin-top: 5px;
}
.service-price .service-price-text {
    color: inherit;
    margin-right: 0;
    font-weight: bold;
}
.comment-show-more {
    display: none !important;
}
.service-slider {
    overflow: hidden;
}
.service-slider img{
    max-width: 100%;
    height: auto;
}
.service-slider .service-slide-item {
  display: none;
}
.service-slider .service-slide-item:first-child {
  display: block;
  visibility: hidden;
}
.service-slider-big.slick-initialized .service-slide-item:first-child,
.service-slider-small.slick-initialized .service-slide-item:first-child {
  visibility: visible;
}
.service-slider-big.slick-initialized .service-slide-item,
.service-slider-small.slick-initialized .service-slide-item {
  display: block;
}
.service-main-container ul {
    line-height: inherit;
    margin-bottom: 1.5rem;
}
.service-main-container .comments {
    padding-top: 32px !important;
    margin-top: 32px;
}
.service-main-container .comments-list {
    padding-bottom: 32px !important;
}
.service-main-container .comment-respond {
    padding-top: 32px !important;
}
.service-main-container .comment-author-name {
    margin-right: 10px;
}
.service-main-container .comment-text span.dashicons {
    color: #ff9900;
    margin-top: 4px;
}
.service-main-container .comment-form .row > label {
    padding-left: 15px;
    margin-right: 10px;
}
.service-main-container .btn.btn-success {
    border-radius: 10px;
}
.navbar-toggler:focus {
    outline: none;
}
.navbar.navbar-expand-lg > div {
    background: #fff;
}
.navbar.navbar-expand-lg {
    height: 72px;
}
.service-slider__big .slick-prev,
.service-slider__big .slick-next {
    z-index: 10;
    font-size: 16px;
    color: #4a4a4a;
    background: #fff;
    border-radius: 10px;
}
.service-slider__big .slick-prev {
    left: 15px;
}
.service-slider__big .slick-next {
    right: 15px;
}
body:not(.purchase) .navbar.navbar-expand-lg {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
    border-bottom: 1px solid #d4d4d4;
}
body.admin-bar:not(.purchase) .navbar.navbar-expand-lg {
    top: 32px;
}
body:not(.purchase) {
    padding-top: 72px;
}
.wp-pagenavi {
    width: 300px;
    margin: 10px auto 40px auto;
    text-align: center;
}
.wp-pagenavi > span,
.wp-pagenavi > a {
    margin: 5px;
    font-size: 20px;
}
.archive-columns .show_more_link {
    display: none;
}

@media (max-width: 1199px) {
    .services-features-text br{
        display: none;
    }
}
@media (max-width: 991.98px) {
    .service-main-container .btn.btn-success {
        min-width: 206px;
    }
}
@media (max-width: 991px) {
    .services-subtitle br {
        display: none;
    }
    .services-features-image {
        margin-right: 20px;
    }
    .services-features-image img {
        max-height: 80px;
    }
    .services-features-info{
        padding-top: 0;
    }
    .services-faq-answer {
        padding-left: 20px;
    }
    .navbar.navbar-expand-lg {
        height: 40px;
    }
    body:not(.purchase) {
        padding-top: 40px;
    }
}
@media (max-width: 767px) {
    .archive-columns .show_more_link {
        display: block;
    }
    .archive-columns .show_more_link a {
        display: block;
    }
    .wp-pagenavi {
        display: none;
    }
    .rounded-icon-item {
        margin-bottom: 0;
    }
    .services-info-block-item + .services-info-block-item {
        margin-top: 34px;
    }
    .services-info-block {
        border-radius: 0;
        top: 0;
        margin: 0 -15px 55px -15px;
    }
    .services-top {
        padding-bottom: 75px;
    }
    .services-section-title {
        margin-bottom: 55px;
    }
    .services-cards-container {
        padding-bottom: 25px;
    }
    .services-features-image img {
        max-width: 80px;
    }
    .services-features-block,
    .services-reviews-block {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .services-faq-block{
        padding-top: 55px;
        padding-bottom: 10px;
    }
    .services-features-title {
        margin-bottom: 10px;
    }
    .services-features-col {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .services-faq-col .col-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .service-slider {
        margin-bottom: 40px;
    }
}
@media (max-width: 575px) {
    .services-top {
        padding: 55px 0px;
    }
    .services-subtitle {
        font-size: 18px;
    }
    .services-section-title {
        font-size: 1.6rem;
    }
    .service-payment-img {
        display: block;
        margin: 10px auto 0 auto;
    }
    .service-slider-review .slick-arrow {
        display: none !important;
    }
    .services-carousel-inner {
        padding-left: 0;
        padding-right: 0;
    }
    .services-review {
        padding: 15px 20px;
    }
    .services-review-item {
        padding: 0 5px;
    }
    .services-review-author {
        padding-left: 21px;
    }
    .service-title {
        padding-top: 30px;
        padding-bottom: 33px;
    }
}
@media (max-width: 374px) {
    .services-content-block {
        padding: 20px 25px 25px 25px;
    }
    .services-features-text {
        font-size: 15px;
    }
    .services-features-title {
        font-size: 16px;
    }
}
.service-thank-btn{
    background: #1bcda1;
    color: white;
    text-decoration: none;
    padding: 20px;
    border-radius: 4px;
    display: block;
    width: 300px;
    margin: 30px auto;
    font-size: 14px;
    font-weight: 600;
}
.service-thank-btn:hover{
    text-decoration: none;
    color: white;
    background-color: #14e2af;
}

/* black friday */
/*h1.sale {*/
/*    font-weight: bold;*/
/*    font-size: 56px;*/
/*    line-height: 140%;*/
/*    text-transform: uppercase;*/
/*    color: #fff;*/
/*}*/
/*h2.sale {*/
/*    font-weight: bold;*/
/*    font-size: 38px;*/
/*    line-height: 100%;*/
/*    color: #FD6E6E;*/
/*    text-transform: uppercase;*/
/*}*/
/*h2.sale span {*/
/*    color: #fff;*/
/*}*/
/*.bg-gradient-blue.sale {*/
/*    background: url(assets/images/sale.jpg) no-repeat center center;*/
/*    background-size: cover;*/
/*}*/
/*.packages.sale .bg-success {*/
/*    background: #FD6E6E !important;*/
/*}*/
/*.packages.sale .package-list .package-list-header {*/
/*    font-weight: normal;*/
/*}*/
/*.packages.sale .bonus {*/
/*    background: #250336;*/
/*    color: #fff;*/
/*    border-radius: 100px;*/
/*}*/
/*.packages.sale .bonus a {*/
/*    color: #fff;*/
/*}*/
/*.packages.sale .bonus a:hover {*/
/*    text-decoration: none;*/
/*}*/
/*.packages.sale .bonus span {*/
/*    color: #FD6E6E;*/
/*}*/
/*.packages.sale .btn {*/
/*    background: #FD6E6E;*/
/*    color: #131920;*/
/*    border: none;*/
/*}*/
/*.packages.sale .btn:hover {*/
/*    opacity: 0.8;*/
/*}*/

/* cyber monday */
/*h1.sale {*/
/*    font-weight: bold;*/
/*    font-size: 56px;*/
/*    line-height: 140%;*/
/*    text-transform: uppercase;*/
/*    color: #fff;*/
/*}*/
/*h2.sale {*/
/*    font-weight: bold;*/
/*    font-size: 38px;*/
/*    line-height: 100%;*/
/*    color: #343434;*/
/*    text-transform: uppercase;*/
/*}*/
/*h2.sale span {*/
/*    color: #fff;*/
/*}*/
/*.bg-gradient-blue.sale {*/
/*    background: url(assets/images/sale.png) no-repeat center center;*/
/*    background-size: cover;*/
/*}*/
/*.packages.sale .bg-success {*/
/*    background: #343434 !important;*/
/*}*/
/*.packages.sale .package-list .package-list-header {*/
/*    font-weight: normal;*/
/*}*/
/*.packages.sale .bonus {*/
/*    background: #250336;*/
/*    color: #fff;*/
/*    border-radius: 100px;*/
/*}*/
/*.packages.sale .bonus a {*/
/*    color: #fff;*/
/*}*/
/*.packages.sale .bonus a:hover {*/
/*    text-decoration: none;*/
/*}*/
/*.packages.sale .bonus span {*/
/*    color: #FF8A00;*/
/*}*/
/*.packages.sale .btn {*/
/*    background: #FF8A00;*/
/*    color: #fff;*/
/*    border: none;*/
/*}*/
/*.packages.sale .btn:hover {*/
/*    opacity: 0.8;*/
/*}*/
