a:focus, button:focus {
    outline: none;
}


.card.prices-cards {
    margin-bottom: 1rem;
    /*border-radius: .5rem;*/
    /*border-color: #52bbb1;*/
    /*box-shadow: 0 0 1.5rem rgba(82, 187, 177, 0.2);*/

    background-color: transparent;
    border: none;
}
.card.prices-cards > .list-group:last-child .list-group-item:last-child {
    /*border-bottom-right-radius: .5rem;*/
    /*border-bottom-left-radius: .5rem;*/
}
.card.prices-cards:last-child {
    margin-bottom: 0;
}
.card.prices-cards:last-child .card-body {
    padding-bottom: 0;
}
.card.prices-cards .card-header {
    /*border-color: #52bbb1;*/

    padding-bottom: .5rem;
    background-color: transparent;
    border: none;
    text-align: left;
    /*font-weight: 700;*/
}
.card.prices-cards .card-body {
    /*background-color: #fff;*/
    /*padding: 2rem;*/
    padding-top: 0;
}
.card.prices-cards .list-group-item {
    /*padding: .4rem 1.25rem;*/
    color: #2f7972;
    border-color: #52bbb1;
    border-style: dashed;

    /*border: none;*/
    padding: 0.5rem 0;
    background-color: transparent;
    text-align: left;
}
.card.prices-cards .list-group-item div {
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
}
.card.prices-cards .list-group-item span {
    color: #61a56c;
    font-weight: 700;
    white-space: nowrap;
    display: inline-block;
    text-align: right;
    /*background-color: #daefdd;*/
    /*padding: 0 .75rem;*/
    /*border-radius: .25rem;*/
    margin-left: .5rem;
}


.prices-icon {
    /*margin: -130px auto 1rem;*/
    color: #fff;
    text-align: center;
    width: 130px;
    vertical-align: middle;
    height: 130px;
    /*border: 1px dashed #fff;*/
    border-radius: 50%;
    padding: 33px;
    background-color: #52bbb1;
    position: absolute;
    left: 50%;
    top: -60px;
    margin-left: -65px;
}
.prices-icon svg {
    /*height: 75px;*/
}
.prices-box {
    margin-top: 100px;
    position: relative;
    /*background-color: #fff;*/
    background: -o-linear-gradient(45deg, #fff, #f6fffe);
    background: linear-gradient(45deg, #fff, #f6fffe);
    padding: 5rem 2rem 4rem;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}
/*.prices-box > .row > div:first-child {*/
/*    border-right: 1px dashed #c3e8e5;*/
/*}*/


.modal.fade .modal-dialog {
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
}
.modal.show .modal-dialog {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.modal-content {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, .3);
    box-shadow: 0 0 1rem rgba(0, 0, 0, .3);
}
.modal-header {
    background-color: #f7fbff;
    border: none;
}
.modal-title {
    padding: 0 1.25rem;
}
.modal-body {
    background-color: #f7fbff;
}


.btn-custom {
    /*background: #52bbb1;*/
    /*border: medium none;*/
    background: transparent;
    border: 2px solid #52bbb1;
    border-radius: 30px;
    /*color: #ffffff;*/
    color: #52bbb1;
    display: inline-block;
    /*font-family: "Montserrat",sans-serif;*/
    font-size: 16px;
    font-weight: 500;
    height: 55px;
    line-height: 55px;
    padding: 0 40px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.btn-custom:hover {
    /*background: #001430;*/
    background: #52bbb1;
    color: #fff;
}


.service-icon {
    margin-bottom: 1.5rem;
    color: #52bbb1;
}
.service-icon svg {
    height: 50px;
}


.single_how_work {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}


.copyright {
    /*background: none;*/
}
.copyright__inner p,
.copyright svg,
.copyright .stamp {
    color: #9ec1b3;
}
.copyright svg {
    width: 150px;
}
.copyright .stamp {
    /*line-height: 28px;*/
    /*border-left: 1px solid #9ec1b3;*/
    /*display: inline-block;*/
    display: block;
    /*margin-left: 5px;*/
    /*padding-left: 5px;*/
}
.copyright__content {
    padding: 4rem 0;
}
.copyright__inner a.logo-footer,
.copyright__inner a.logo-footer svg {
    transition: all .2s ease;
}
.copyright__inner a.logo-footer:hover {
    /*opacity: .8;*/
    margin-left: 5px;
}
.copyright__inner a.logo-footer:hover svg {
    color: #2f7972;
}


.htc__header__top a {
    transition: all .25s ease;
}
.htc__header__top a:hover {
    color: #52bbb1;
}


.best_image_inner > ul {
    bottom: 42px;
    color: #f1f1f3;
    left: 65px;
    line-height: 46px;
    position: absolute;
    right: 65px;
    text-align: left;
}
.best_image_inner > ul li {
    margin-bottom: 1.3rem;
    margin-left: 2rem;
}
.best_image_inner > ul li:last-child {
    margin-bottom: 0;
}
.best_image_inner > ul i {
    margin-left: -2rem;
}
.best_image_inner > ul h3 {
    color: #f1f1f3;
}


.ht__appoin__btn-2 {
    margin-top: -36px;
    text-align: center;
}
.ht__appoin__btn-2 button {
    background: #52bbb1;
    color: #fff;
}
.ht__appoin__btn-2 button:hover {
    background: #fff;
    color: #52bbb1;
}


.htc__google__map {
    background: #f7fbff;
    overflow: hidden;
}
#googleMap,
#googleMap iframe {
    height: 600px;
    /*height: 100%;*/
    width: 100%;
    border: none;
    display: block;
}
.work-time {
    padding: 3rem;
}
.work-time h3 {
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
}
.work-time h3 i {
    color: #52bbb1;
}
.work-time ul {
    /*display: inline-block;*/
}
.work-time ul li {
    font-size: 1rem;
    margin-top: .15rem;
    /*border-bottom: 1px dashed #52bbb1;*/
}
.work-time ul li:first-child {
    margin-top: 0;
}
.work-time ul li strong {
    width: 40px;
    display: inline-block;
    color: #52bbb1;
}
.work-time ul li span {
    display: inline-block;
}
.work-time ul li span.time_from,
.work-time ul li span.time_to {
    width: 41px;
}
.work-time ul li span.separator {
    width: 30px;
    text-align: center;
}
.work-time p {
    font-size: 1rem;
}
.work-time hr {
    border-top: 1px dashed #a2dad5;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    margin: 2.3rem 0;
}
.work-time .contact-data a {
    font-size: 1rem;
    color: #2f7972;
    margin-bottom: 5px;
    display: block;
    /*border: 2px solid #2f7972;*/
    /*padding: 7px 15px;*/
    /*border-radius: 35px;*/
}
.work-time .contact-data a:last-child {
    margin-bottom: 0;
    transition: all .2s ease;
}
.work-time .contact-data a:hover {
    opacity: .8;
    margin-left: 5px;
}
.work-time .contact-data a i {
    color: #52bbb1;
    /*font-size: 1.5rem;*/
    margin-right: 7px;
    /*position: relative;*/
    /*top: 1px;*/
}


.mean-container .mean-nav ul li a {
    background: #f7fbff;
}
.mean-container .mean-nav ul li a:hover {
    background: #f7fbff;
    color: #666666;
}
.mean-container .mean-nav ul {
    box-shadow: 0 15px 15px rgba(123, 123, 123, 0.1);
}


/*.mobile-menu nav:last-child {*/
/*    display: none;*/
/*}*/


.sk-chase {
    margin: 0 auto;
    width: 70px;
    height: 70px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #52bbb1;
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

@keyframes sk-chase {
    100% { transform: rotate(360deg); }
}

@keyframes sk-chase-dot {
    80%, 100% { transform: rotate(360deg); }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    } 100%, 0% {
          transform: scale(1.0);
      }
}


@media (max-width: 767px) {
    .copyright__content {
        height: auto !important;
        padding: 2rem 0;
    }
    .copyright .stamp {
        border: none;
        padding: 0;
        margin: 0;
        display: block;
    }

    .prices-box {
        margin-top: 8rem;
    }

    .best_image_inner > ul {
        left: 30px;
        bottom: 30px;
        right: 0;
    }
}

@media (max-width: 479px) {
    .best_image_inner > ul {
        right: 30px;
    }
}


@media (max-width: 369px) {
    .logo {
        max-width: 180px !important;
    }

    .best_image_inner > ul h3 {
        font-size: 1.1rem;
    }
}
