@charset "UTF-8";
body {
    font-family: "Open Sans", sans-serif;
    color: #666;
    font-weight: 400;
    overflow-x: hidden;
}

.html-text ul {
    padding-left: 30px;
}

ul {
    margin-bottom: 0px;
    padding-left: 0px;
}

p {
    margin-bottom: 0px;
}

a, a:hover {
    text-decoration: none;
    color: #666;
}

.menu-dropdown {

    opacity: 0;
    transition: opacity 2.5s;

    width: 800px;
    position: absolute;
    right: -255px;
    background-color: white;
    z-index: 9999;
    padding: 40px 35px 25px;
    border-top: 3px solid #40b8b8;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    /*-webkit-transition: 100ms ease-out;*/
    /*transition: 100ms ease-out;*/
}

.menu-dropdown-hover {
    opacity: 1;
}

.menu-dropdown-button {
    color: white !important;
    background-color: #40b8b8;

    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
}

.menu-dropdown img {
    height: 80px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.menu-dropdown table tr td {
    vertical-align: top;
}

.menu-dropdown ul li {
    list-style: none;
    margin-bottom: 10px;
    padding-left: 10px;
}

.menu-dropdown .nav-link {
    font-size: 15px !important;
    padding: 0 !important;
    font-weight: normal !important;
}

.bg-light {
    background: #f7fcfc;
}

.sec-pad {
    padding-top: 50px;
    padding-bottom: 60px;
}

.sec-title-1 {
    font-size: 35px;
    color: #666;
    font-weight: 800;
    margin-bottom: 40px;
}

.form-control {
    height: 50px !important;
}

.form-control.bg-cyan {
    background-color: #d9f1f1;
    border-color: transparent;
    border-left: none;
}

.form-group {
    margin-bottom: 35px;
}

.bg-cyan .input-group-addon {
    padding: 14px 0.75rem;
    color: #666;
    text-align: center;
    background-color: #d9f1f1;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0.25rem 0px 0px 0.25rem;
    font-size: 20px;
}

.btn-primary {
    cursor: pointer;
}

.btn-primary.btn--theme {
    background-color: #40b8b8;
    border-color: #40b8b8;
    padding: 5.5px 15px;
    color: #fff;
    min-width: 180px;
    font-size: 30px;
    font-weight: 800;
}

.btn-primary.btn--theme:hover {
    opacity: 0.9;
}

.btn-primary.btn--full-width {
    width: 100% !important;
}

.btn-primary i {
    float: left;
    position: relative;
    top: 4px;
}

.arrow-link {
    font-size: 20px;
    color: #40b8b8;
    display: inline-block;
}

.arrow-link i {
    margin-left: 5px;
}

.sec-title-2 {
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 38px;
}

.sec-title-2.type-black {
    color: #000;
}

.sec-title-2.type-grey {
    color: #666;
}

.sec-title-2.color-theme {
    color: #40b8b8;
}

.sec-title-2.type-white {
    color: #fff;
}

.sec-title-2 span {
    font-size: 16px;
    margin-top: 1%;
}

.sec-title-2 i.color-theme {
    color: #40b8b8;
}

.sec-title-2 .breadcumb {
    color: #666;
    margin-right: 15px;
    display: inline-block;
    position: relative;
    top: -7px;
    font-size: 20px;
}

.sec-title-2 .breadcumb i {
    margin-left: 40px;
}

.sec-title-3 {
    color: #40b8b8;
    font-size: 20px;
    font-weight: 800;
}

/* Header Start */
header .header-top {
    background-color: #fff;
    padding-top: 30px;
    margin-bottom: -10px;
}

header .header-top ul {
    list-style-type: none;
    text-align: right;
}

header .header-top ul li {
    display: inline-block;
}

header .header-top ul li a {
    font-size: 20px;
    color: #40b8b8;
    font-weight: 800;
    padding: 0px 20px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

header .header-top ul li a:hover {
    color: #666;
}

header .navbar-light .navbar-nav .nav-link, header .navbar-light .navbar-nav .nav-link.active, header .navbar-light .navbar-nav .nav-link.show, header .navbar-light .navbar-nav .show > .nav-link {
    color: #666;
    font-size: 22px;
    padding: 10px 20px;
    font-weight: 800;
}

header .navbar-light .navbar-nav .nav-link:hover {
    color: #40b8b8;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

header .navbar {
    padding-top: 0px;
    padding-bottom: 10px;
}

header .navbar-light .navbar-brand {
    position: relative;
    top: -22px;
}

header .navbar-light .navbar-nav .nav-item.active .nav-link {
    color: #40b8b8;
}

/* Header End */
/* Top Search Start */
.top-search .arrow-link {
    margin-top: 7px;
}

/* Top Search End */
/* Discount Start */
.discount {
    position: relative;
}

.discount::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
    background: #c9e9e9;
    z-index: -1;
}

.discount::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
    height: 100%;
    background: #d9f1f1;
    z-index: -1;
}

.discount h3 {
    font-weight: 800;
    font-size: 25px;
    color: #40b8b8;
    margin-top: 0px;
}

.discount .sec-title-2 {
    margin-bottom: 70px;
}

.discount-single {
    display: flex;
    margin-bottom: 40px;
}

.discount-single .dis-img {
    position: relative;
}

.discount-single .dis-img::before {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background: #d9f1f1;
    top: -18px;
    left: -43px;
    -webkit-box-shadow: 0px 0px 18px rgba(64, 64, 64, 0.32);
    -moz-box-shadow: 0px 0px 18px rgba(64, 64, 64, 0.32);
    box-shadow: 0px 0px 18px rgba(64, 64, 64, 0.32);
}

.discount-single .dis-img img {
    width: 100%;
    max-width: 200px;
    height: 130px;
    -webkit-border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    border: 5px solid #d9f1f1;
    object-fit: cover;
    position: relative;
    z-index: 99;
}

.discount-single .discount-left {
    width: 200px;
}

.discount-single .discount-right {
    width: calc(100% - 200px);
    padding-left: 15px;
}

.discount-single .discount-right h2 {
    font-weight: 800;
    font-size: 27px;
    color: #40b8b8;
    margin-bottom: 2px;
    cursor: pointer;
}

.discount-single .discount-right p {
    height: 110px;
    overflow: hidden;
}

.themeColorMid .discount-single .discount-right p {
    height: auto;
    overflow: hidden;
}

.red-info {
    color: red;
    font-size: 13px;
    font-style: italic;
}

.discount-single .discount-right a {
    display: block;
    font-size: 20px;
    font-weight: 800;
    color: #666;
    text-align: right;
    position: relative;
    padding-right: 15px;
    top: 15px;
}

.discount-single .discount-right a:hover {
    color: #40b8b8;
}

.discount-single .discount-right a::before {
    content: url(../assets/images/dots-1.png);
    position: absolute;
    left: -50%;
    top: 0px;
}

.discount-single .discount-right a i {
    color: #40b8b8;
    margin-left: 20px;
    position: relative;
}

.discount-single .discount-right a i::after {
    content: "";
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    top: -2.5px;
    left: -3.5px;
    border: 1px solid #fff;
}

.discount-single span.tag, .float-discount span.tag {
    position: absolute;
    top: -24px;
    left: -24px;
    height: 50px;
    width: 50px;
    z-index: 999;
    background: #40b8b8;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    display: inline-block;
    padding-top: 11px;
    font-size: 18px;
}

.float-discount span.tag {
    position: absolute;
    right: 17px;
    left: auto;
    top: 94px;
    height: 150px;
    width: 150px;
    padding-top: 30px;
    font-size: 55px;
}

.discount-single span.tag::before, .float-discount span.tag::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    width: 58px;
    height: 58px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    border: 1px solid #fff;
}

.float-discount span.tag::before {
    width: 158px;
    height: 158px;
}

.discount-single span.tag img {
    border: none;
    height: auto;
}

.discount-single span.tag.type-2 {
    background: #feef00;
    padding: 0px;
}

.new-discount {
    padding-left: 50px;
}

.new-discount .discount-right a {
    color: #000;
}

.new-discount .discount-right a::before {
    content: url(../assets/images/dots-2.png);
    left: -58%;
}

.new-discount .discount-left .dis-img img {
    border-color: #c9e9e9;
}

.new-discount .discount-left .dis-img::before {
    background: #c9e9e9;
}

/* Discount End */
/* News Start */
.news-single {
    margin-bottom: 30px;
}

.news-single img {
    width: 100%;
    -webkit-border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    object-fit: cover;
    height: 200px;
    display: block;
    margin-bottom: 12px;
}

.news-single h2 {
    font-size: 22px;
    font-weight: 800;
    color: #666;
    margin-bottom: 10px;
}

.dot-link {
    font-weight: 800;
    color: #666;
    position: relative;
}

.dot-link:hover {
    color: #40b8b8;
}

.dot-link i {
    color: #40b8b8;
    margin-left: 20px;
    position: relative;
}

.dot-link i::after {
    content: "";
    width: 23px;
    height: 23px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    top: -3px;
    left: -4px;
    border: 1px solid #40b8b8;
}

.full--width {
    width: 100%;
}

.widget-single {
    margin-bottom: 15px;
    margin-top: 10px;
}

/* News End */
/* App download Start  */
.app-download {
    padding-top: 100px;
    background: #40b8b8;
    padding-bottom: 0px;
}

.app-download p {
    color: #fff;
    margin-bottom: 45px;
}

.app-download a {
    color: #fff;
    font-size: 35px;
    font-weight: 800;
    padding-top: 5px;
    display: block;
    text-align: right;
    margin-bottom: 50px;
}

.app-download a span {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background: #40b8b8;
    display: inline-block;
    color: #40b8b8;
    font-size: 28px;
    text-align: center;
    margin-left: 42px;
    position: relative;
    border: 1px solid #fff;
    top: 37px;
    -webkit-box-shadow: 0px 0px 10px #6b6a6a;
    -moz-box-shadow: 0px 0px 10px #6b6a6a;
    box-shadow: 0px 0px 10px #6b6a6a;
}

.app-download a span i {
    content: "";
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background: #fff;
    position: absolute;
    top: 9px;
    left: 9px;
    padding-top: 19px;
}

.app-img {
    max-width: 100%;
    position: absolute;
    bottom: 0px;
}

.app-img .sec-title-2 {
    margin-bottom: 75px;
}

/* App download End  */
/* Footer Start */
.footer-top .footer-brands img {
    margin-bottom: 30px;
    width: 98%;
}

.footer-top h3 {
    font-weight: 800;
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}

.footer-top .footer-social h3 {
    margin-bottom: 13px;
}

.footer-top .footer-social a {
    margin-left: 10px;
}

.footer-top .form-group {
    margin-bottom: 10px;
}

.footer-mid {
    background: #d9f1f1;
}

.footer-list {
    display: flex;
}

.footer-list ul {
    list-style-type: none;
    width: 20%;
}

.footer-list ul li:not(:last-child) {
    margin-bottom: 25px;
}

.footer-list ul li a {
    font-size: 16px;
    color: #40b8b8;
    font-weight: 800;
}

.footer-list ul li a:hover {
    color: #666;
}

.footer-bottom {
    background: #40b8b8;
    padding: 30px 0px;
}

.footer-bottom .copyright {
    font-size: 20px;
    color: #fff;
}

.footer-bottom .design-by {
    text-align: right;
    color: #fff;
    font-size: 20px;
}

.footer-bottom .design-by img {
    position: relative;
    top: -4px;
}

/* Footer End */
/* Page Title Start */
.page-title {
    background: #d9f1f1;
    padding: 40px 0px;
}

.page-title .sec-title-2 {
    margin-bottom: 0px;
}

.model-active {
    color: #666 !important;
}

.map-image {
    width: 100px;
    height: 100px;
    margin-right: 10px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.map-modal a, .map-modal h6 {
    color: #52BEBE;
}

.info-table .image-td {
    border-right: 1px solid #52BEBE;
}

.info-table a {
    color: #52BEBE;
    cursor: pointer;
}

/* Page Title End */
/* App Features start */
.app-features {
    background: url(../assets/images/bk-1.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 262px;
    background-position-y: -70px;
}

.app-features .add-pad {
    padding-top: 140px;
}

.app-features .add-pad-2 {
    padding-top: 53px;
}

.app-features p {
    color: #fff;
    margin-bottom: 40px;
}

/* App Features end */
/* Title Strip Start */
.title-strip {
    background: #40b8b8;
}

.title-strip .sec-title-2 {
    margin-bottom: 0px;
}

/* Title Strip End */
/* Steps Start */
.steps {
    background: #f7fcfc;
}

.steps img {
    max-width: 100%;
    margin-bottom: 40px;
}

.steps h3 {
    color: #40b8b8;
    font-size: 20px;
    margin-bottom: 40px;
}

.steps p {
    margin-bottom: 30px;
}

.steps p.add-pad {
    padding-top: 67px;
}

.steps p span {
    margin-right: 15px;
    color: #40b8b8;
    font-weight: 600;
}

.circle-link {
    color: #40b8b8;
    font-size: 35px;
    font-weight: 800;
    padding-top: 5px;
    display: block;
    margin-bottom: 50px;
}

.circle-link span {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background: #40b8b8;
    display: inline-block;
    color: #40b8b8;
    font-size: 28px;
    text-align: center;
    margin-left: 42px;
    position: relative;
    border: 1px solid #fff;
    top: 37px;
    -webkit-box-shadow: 0px 0px 10px #6b6a6a;
    -moz-box-shadow: 0px 0px 10px #6b6a6a;
    box-shadow: 0px 0px 10px #6b6a6a;
}

.circle-link span i {
    content: "";
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background: #ecf8f8;
    position: absolute;
    top: 9px;
    left: 9px;
    padding-top: 19px;
}

/* Steps End */
/* Banner Start */
.banner img {
    max-height: 704px;
    object-fit: cover;
}

/* Banner End */
/* Order map Start */
.order-map {
    padding-top: 90px !important;
    background: #d9f1f1;
}

.order-map .btn-primary i {
    float: none;
    top: 1px;
    left: -20px;
}

.order-map .discount-single {
    padding-left: 20px;
}

.bg-cyan.bg-white .input-group-addon, .form-control.bg-cyan.bg-white {
    background-color: #fff;
}

.input-group-prepend {
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.find-in-map {
    padding-top: 60px;
}

.circle-link.type-2 span {
    background: #d9f1f1;
}

.circle-link.type-2 span i {
    background: #40b8b8;
    color: #fff;
}

/* Order map End */
/*namalenia_kategoria Start */
.namalenia {
    padding-top: 100px;
}

.circle-icon {
    margin-top: -66px;
    display: inline-block;
}

.circle-icon span {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background: #d9f1f1;
    display: inline-block;
    color: #40b8b8;
    font-size: 28px;
    text-align: center;
    margin-left: 42px;
    position: relative;
    border: 1px solid #fff;
    top: 37px;
    -webkit-box-shadow: 0px 0px 10px #6b6a6a;
    -moz-box-shadow: 0px 0px 10px #6b6a6a;
    box-shadow: 0px 0px 10px #6b6a6a;
}

.circle-icon span i {
    content: "";
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background: #40b8b8;
    position: absolute;
    top: 9px;
    left: 9px;
    padding-top: 19px;
}

.map {
    position: relative;
}

.map .search-button-map {
    position: absolute;
    left: 30px;
    top: 20px;
    height: 60px;
    width: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    font-size: 19pt;
    color: white;
    line-height: 58px;
    cursor: pointer;
    z-index: 1000;

    background-color: #40b8b8;
}

.cursor-add {
    cursor: pointer;
}

.map .map-filter {
    position: absolute;
    padding-top: 100px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.4);
}

.map .top-search-form {
    margin-bottom: 100px;
}

.map .circle-icon span i {
    background: none;
    background-color: rgba(64, 184, 184, 0.4);
}

.has-light-bg {
    background: #d9f1f1;
}

.has-light-bg .discount-single .discount-right a::before {
    content: url(../assets/images/dots-2.png);
}

.has-light-bg .discount-single {
    padding-left: 30px;
}

/*namalenia_kategoria End */
/* Office Start */
.ofisi h3, .ofisi a {
    font-size: 20px;
    color: #40b8b8;
    font-weight: 800;
    margin-bottom: 30px;
    display: block;
}

.address-item {
    margin-bottom: 40px;
    cursor: pointer;
}

.address-item p {
    margin-bottom: 5px;
}

.address-item p i {
    margin-right: 5px;
}

.poruchka {
    padding-top: 50px !important;
}

/* Office End */
/* Poruchka Form Start */
.poruchka-form {
    background: #d9f1f1;
    padding-bottom: 100px;
}

.poruchka-form .form-control {
    padding-left: 30px;
}

.poruchka-form .form-group {
    margin-bottom: 30px;
}

.poruchka-form .btn-primary i {
    float: none;
    top: 0px;
    left: -20px;
}

.poruchka-form h3 {
    font-size: 20px;
    color: #666;
    margin-bottom: 30px;
    margin-top: 20px;
    font-weight: 800;
}

.poruchka-form .form-top {
    margin-bottom: 40px;
}

.poruchka-form .form-top img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 75px;
}

.custom-check input {
    display: none;
}

.custom-check span {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

.custom-check span:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
}

.custom-check input[type="checkbox"]:checked + span::after {
    content: "";
    font-family: Fontawesome;
    width: 0px;
    height: 0px;
    background: #fff;
    position: absolute;
    top: -2px;
    left: 1px;
    text-align: center;
    color: #40b8b8;
}

/* Poruchka Form End */
/* News Page Start */
.left-div {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 15px;
}

.left-div .news-single h2 {
    margin-bottom: 60px;
}

.right-div {
    width: 100%;
    max-width: 383px;
    padding: 0px 15px;
}

.right-div .discount-single {
    display: block;
}

.right-div .discount-single .discount-left, .right-div .discount-single .discount-right {
    width: 100%;
}

.right-div .discount-single .discount-left {
    padding-left: 51px;
    margin-bottom: 40px;
}

.right-div .sec-title-2 {
    padding-top: 57px;
    margin-bottom: 64px;
}

.right-div .discount-single .discount-right a::before {
    left: -5%;
    top: -5px;
    width: 175px;
    overflow: hidden;
}

.right-div .discount-single .discount-right h2 {
    min-height: 0;
    margin-bottom: 12px;
}

.themeColorLight {
    background: #d9f1f1;
}

.themeColorMid {
    background: #c9e9e9;
}

/* News Page End */
/* Conditions Start */
.text-content {
    padding-top: 13px;
}

.text-content h2 {
    font-size: 20px;
    color: #666;
    font-weight: 800;
    margin-bottom: 30px;
}

.text-content h3 {
    font-size: 17px;
    color: #666;
    font-weight: 800;
    margin-bottom: 30px;
}

.text-content p {
    margin-bottom: 5px;
    line-height: 2;
}

.text-content a {
    color: #40b8b8;
}

.text-content a:hover {
    color: #000;
}

.type-1 .table thead th {
    vertical-align: middle;
    border-bottom: 1px solid #40b8b8;
    border-top-color: transparent;
    color: #40b8b8;
    text-align: center;
}

.type-1 .table tbody tr.color-yellow {
    background-color: #feef00;
}

.type-1 .table tbody tr td {
    text-align: center;
    vertical-align: middle;
    border-top-color: #fff;
    color: #666;
}

/* Conditions End */
/* We for start */
.inner-left {
    padding-top: 75px;
}

.inner-left img {
    max-width: 100%;
    margin-bottom: 40px;
}

.inner-left h3 {
    font-size: 17px;
    color: #40b8b8;
    font-weight: 800;
    margin-bottom: 30px;
}

.inner-left a {
    font-size: 17px;
    color: #40b8b8;
    display: block;
    margin-bottom: 10px;
    word-break: break-word;
}

.inner-left a i {
    margin-right: 10px;
}

.check-bullet {
    list-style-type: none;
    margin-bottom: 50px;
}

.check-bullet li {
    position: relative;
    text-indent: 30px;
    margin-bottom: 20px;
    line-height: 2;
}

.check-bullet li::before {
    content: "";
    font-family: Fontawesome;
    position: absolute;
    top: 0px;
    left: -27px;
}

.text-content h3.color-theme {
    color: #40b8b8;
}

.side-list a {
    display: block;
    font-size: 20px;
    color: #40b8b8;
    font-weight: 800;
    margin-bottom: 3px;
}

.side-list a:hover {
    color: #666;
}

/* We for end */
/* Details(Novina) Page Start */
.type-2 .sec-title-2 .breadcumb {
    width: 185px;
    float: left;
    top: 10px;
}

.type-2 .sec-title-2 strong {
    width: calc(100% - 50px);
    float: left;
}

.bg-light-2 {
    background: #ecf8f8;
}

.inner-left h2 {
    font-size: 30px;
    font-weight: 800;
    color: #666;
    margin-bottom: 30px;
}

.inner-left .news-single {
    margin-bottom: 56px;
}

.inner-left .inner-left img {
    margin-bottom: 15px;
    height: auto;
}

.inner-left .news-single h2 {
    margin-bottom: 20px;
}

.inner-left .news-single a {
    color: #666;
}

.inner-left .news-single a:hover {
    color: #40b8b8;
}

.inner-left .news-single .news-bottom span {
    font-size: 13px;
}

.inner-left .news-single .news-bottom a {
    font-size: 12px;
    margin-top: 10px;
}

.inner-left a i {
    font-size: 16px;
    margin-left: 12px;
}

.like-buttons {
    margin-bottom: 30px;
}

.like-buttons p {
    margin-top: -13px;
}

.has-border {
    border: 8px solid #d9f1f1;
}

.post-gallery img {
    margin-bottom: 30px;
}

.text-content {
    padding-bottom: 30px;
}

.left-div {
    height: 100%;
}

.left-div .row {
    height: 100%;
}

.rating i {
    color: #40b8b8;
}

.jk-rating-stars-container i {
    float: left;
    font-size: 10px;
}

.jk-rating-stars-container .button .material-icons {
    font-size: 18px !important;
    margin-left: 0;
}

.rating-active .jk-rating-stars-container a:first-child {
    display: none;
}

.jk-rating-stars-container .star-button.star-on .material-icons {
    color: #40b8b8 !important;
}

/*.jk-rating-stars-container i:first-child {*/
/*display: none;*/
/*}*/

span.theme-color {
    color: #40b8b8;
}

address p i {
    color: #40b8b8;
}

.sec-title-2.bg-white {
    background-color: #fff;
}

.banner {
    position: relative;
}

.banner .banner-content {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner .category-type {
    font-weight: bold;
}

.banner .category-type:first-letter {
    text-transform: uppercase;
}

.banner .banner-content .container {
    position: relative;
}

.round-title {
    font-size: 40px;
    color: #fff;
    position: relative;
    font-weight: 800;
    text-align: center;
    width: 340px;
    height: 340px;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    background: rgba(64, 184, 184, 0.5882352941);
}

.round-title span {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.float-img {
    position: absolute;
    right: 0px;
    top: 68px;
}

p.theme-color {
    color: #40b8b8;
}

.custom-trigger {
    display: block;
    padding: 9px 15px;
    position: relative;
    overflow: hidden;
}

.custom-trigger::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../assets/images/dot-4.png) repeat-x;
    position: absolute;
    right: 70px;
    top: 49%;
}

.custom-trigger.active::before {
    background: url(../assets/images/dot-3.png) repeat-x;
}

.custom-trigger::after {
    content: "";
    font-family: Fontawesome;
    color: #40b8b8;
    position: absolute;
    right: 15px;
    top: 10%;
    font-size: 25px;
}

.custom-trigger.active::after {
    content: "";
    color: #666;
}

.collapseable-div .card {
    border: none;
    background-color: transparent;
}

.collapseable-div .card-body {
    background: #c9e9e9;
}

.collapseable-div .card-body ul {
    margin-left: 30px;
}

.collapseable-div .card-body ul li {
    margin-bottom: 20px;
}

.collapseable-div .card-body .check-bullet {
    margin-bottom: 20px;
}

.collapseable-div .card-header {
    padding: 0.5rem 0rem;
    background-color: #f8f9fa;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.collapseable-div .card-header .btn-link {
    font-size: 17px;
    font-weight: 800;
    color: #666;
    text-decoration: none;
    cursor: pointer;
}

.contact h2 {
    color: #40b8b8;
    margin-bottom: 40px;
    margin-top: 20px;
}

.contact i {
    color: #40b8b8;
    margin-right: 10px;
}

.contact a, .contact p {
    margin-bottom: 5px;
   /* display: block; */
}

.circle-link strong {
    font-size: 20px;
    width: 303px;
    display: inline-block;
    position: relative;
    text-align: right;
}

.discount .circle-icon span {
    background: transparent;
    box-shadow: none;
}

.discount.type-2::before {
    background: #d9f1f1;
}

.discount.type-2::after {
    background: #c9e9e9;
}

.circle-icon span i {
    padding-top: 26px;
    color: #fff;
}

.circle-icon span img {
    margin-top: -5px;
}

.tp-bullets .tp-bullet {
    background: url('../img/slider_normal.png') !important;
    width: 33px !important;
    height: 33px !important;
}

.tp-bullets .selected {
    background: url('../img/slider_active.png') !important;
    width: 33px !important;
    height: 33px !important;
}

.menu-overlay-show,
.menu-overlay-hide {
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;

    position: absolute;
    top: 60px;
    left: 2%;
    right: 2%;
    width: 96%;
    z-index: 3000;

    padding: 12px 20px;
    background: white;
    border-top: 1px solid #40b8b8;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);

    color: #666;

}

.menu-overlay ul {

}

.menu-overlay ul li {
    overflow: hidden;
    border-top: 1px solid #e7e7e7;
    list-style: none;
    font-size: 1rem;
    padding-top: 10px;
    margin-bottom: 10px;
}

.menu-overlay ul li:first-child {
    border: none;
}

.menu-overlay-show {
    opacity: 0;
    display: none !important;
}

.menu-overlay-hide {
    opacity: 1;
    display: block !important;
}

.filter-1 {

    background-color: #d9f1f1;
    height: 50px;

    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
}

.filter-2 {

    background-color: #d9f1f1;
    height: 50px;
    overflow: hidden;

    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
}

.filter-checkbox-wrap .form-check {
    margin-bottom: 0;
    font-size: 14px;
}

/*.filter-checkbox-wrap .form-check {*/
/*margin-left: 7px;*/
/*}*/

.filter-checkbox-wrap .form-check-label {
    padding-left: 0;
}

.discount-card-wrap {
    text-align: center;
    margin-bottom: 10px;
    margin-top: -20px;
}

.discount-card-wrap img {
    width: 25%;
    margin-bottom: 0px;
}

.discount-card-wrap img:last-child {
    margin-left: 10px;
}

tooltip tip {
    font-size: 10px !important;
    width: 300px !important;
}

.map-category-filter a {
    cursor: pointer;
}

.filter-breadcrumb {
    padding-top: 10px;
    color: #9d9d9d;
    height: 40px;
}

.filter-icon {
    color: #40b8b8;
}

.custom-page-content {
    line-height: 180%;
}

.custom-page-content img {
    max-width: 100%;
    margin: 10px;
}

.custom-page-content a {
    color: #40b8b8 !important;
}

.custom-page-content ul {
    padding-left: 40px !important;
}

.cookies-wrap {
    font-size: 12pt !important;
}

.cookies-wrap h5 {
    font-size: 17pt;
    font-family: PB;
    font-weight: bold;
    color: #1b5066;
    margin-top: 40px;
}

.cookies-wrap p {
    line-height: 150%;
    margin: 10px 0;
}

.cookies-wrap h7 {
    font-size: 15pt;
    font-family: PB;
    font-weight: bold;
    color: #1b5066;
}

.cookies-wrap a {
    color: #40b8b8;
}

.cookies-wrap ul li {
    margin-left: 30px;
}

.cookies-update-message {
    position: fixed;
    bottom: 0;
    font-size: 18px;
    width: 100%;
    padding: 10px;
    background-color: rgba(27, 80, 102, 0.9);
    color: white;
    left: 0;
    text-align: center;
    z-index: 9999;
}

.cookies-info-message {
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 15px;
    padding: 10px;
    background-color: rgba(27, 80, 102, 1);
    color: white;
    left: 0;
    z-index: 10000;
    text-align: justify;
}

.cookies-large-screen-buttons-wrap {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cookies-small-screen-buttons-wrap {
    display: none;
}


.ng-hide-add {
    opacity: 1.0;
    display: block !important;
    transition: opacity 0.5s;
}

.ng-hide-add-active {
    opacity: 0;
    transition: opacity 0.5s;
}

.cookie-button-add {
    text-align: right;
}

.cookie-button-reset {
    text-align: left;
}

.cookies-info-wrap {
    padding-top: 20px;
}

.cookies-large-screen-buttons-wrap {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cookies-small-screen-buttons-wrap {
    display: none;
}

/*.cookies-wrap ul li {*/
/*list-style: none;*/
/*}*/

.panel {
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-default {
    border-color: #ddd;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.switch {
    margin-top: -8px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-body {
    padding: 15px;
}


.card-order-wrap img {
    max-width: 100%;
    cursor: pointer;
}

.c-select {
    height: 220px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;

    border: 2px solid #f8f9fa;
    background-color: #f8f9fa;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    cursor: pointer;
}

.c-select:hover {
    border: 2px solid #28a745;
}

.c-select.active {
    border: 2px solid #28a745;
}

/* Details Page End */
/* Responsive Style */
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }

    .sec-title-2 {
        font-size: 36px;
    }

    .discount-single .discount-right h2 {
        font-size: 20px;
    }

    .col-xl-9.bg-light {
        position: relative;
        left: 15px;
    }

    .right-fix {
        position: relative;
        right: -15px;
    }
}

.step .form-group {
    margin-bottom: 20px;
}

@media only screen and (max-width: 1400px) {
    .app-features {
        padding-bottom: 130px;
    }

    .banner img {
        max-height: 593px;
    }
}

@media only screen and (max-width: 1200px) {
    .discount .sec-title-2 {
        font-size: 26px;
    }

    .app-features {
        background-position-x: 0px;
        background-image: url(../assets/images/bk-1-sm.jpg);
    }

    .app-features .add-pad {
        padding-top: 30px;
    }

    .app-features p {
        width: 100%;
        max-width: 50%;
    }

    .app-features .add-pad-2 {
        padding-top: 0px;
    }

    .sec-title-2 {
        font-size: 31px;
    }

    header .navbar-light .navbar-nav .nav-link, header .navbar-light .navbar-nav .nav-link.active, header .navbar-light .navbar-nav .nav-link.show, header .navbar-light .navbar-nav .show > .nav-link {
        font-size: 16px;
        padding: 10px 15px;
    }
}

@media (max-width: 768px) {

    .btn-extend-wrap {
        text-align: center;
    }

    .btn-extend {
        white-space: inherit;
    }

    .cookies-info-wrap {
        padding-top: 20px;
    }

    .cookies-large-screen-buttons-wrap {
        display: none;
    }

    .cookies-small-screen-buttons-wrap {
        display: block;
    }

    .cookies-info-wrap {
        font-size: 10px;
    }

    .cookie-button-add {
        text-align: center;
        margin-top: 10px;
    }

    .cookies-wrap h7 {
        font-size: 12pt;
    }

    .cookie-button-reset {
        text-align: center;
        margin-top: 10px;
    }

    .btn-xs, .btn-group-xs > .btn {
        padding: 1px 5px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
    }
}


@media only screen and (max-width: 1024px) {
    .sec-title-2 {
        font-size: 36px;
    }

    header .header-top ul li a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 992px) {

    .new-discount .discount-right a::before, .discount-single .discount-right a::before {
        display: none;
    }

    .discount-single .discount-right h2 {
        font-size: 20px;
    }

    .discount {
        padding: 0px;
    }

    .discount::before {
        display: none;
    }

    .discount::after {
        display: none;
    }

    .top-discount {
        background: #c9e9e9;
        position: relative;
        padding: 50px 0px;
    }

    .top-discount::before {
        display: none;
    }

    /*.top-discount::before {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    width: 200%;*/
    /*    height: 100%;*/
    /*    background: #c9e9e9;*/
    /*    z-index: -1;*/
    /*    left: -50%;*/
    /*    top: 0px;*/
    /*}*/
    .new-discount {
        position: relative;
        padding: 50px 0px;
        background: #c9e9e9;
    }

    .new-discount::before {
        display: none;
    }

    /*.new-discount::before {*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    width: 200%;*/
    /*    height: 100%;*/
    /*    background: #d9f1f1;*/
    /*    z-index: -1;*/
    /*    left: -50%;*/
    /*    top: 0px;*/
    /*}*/
    .discount-single {
        margin-bottom: 61px;
    }

    .md-hidden {
        display: none;
    }

    header .navbar-light .navbar-brand {
        top: 0px;
    }

    header .navbar-light .navbar-nav .active > .nav-link, header .navbar-light .navbar-nav .nav-link.active, header .navbar-light .navbar-nav .nav-link.show, header .navbar-light .navbar-nav .show > .nav-link {
        font-size: 16px;
        padding: 10px 15px;
    }

    .navbar .container {
        max-width: 100%;
    }

    .navbar-light .navbar-toggler {
        color: #666;
        border-color: transparent;
        outline: 0px;
        cursor: pointer;
    }

    .navbar-collapse {
        position: absolute;
        width: 100%;
        background: #fff;
        top: 84px;
        left: 0px;
        border-top: 1px solid #ccc;
        z-index: 999;
    }

    header .navbar-light .navbar-nav .active > .nav-link, header .navbar-light .navbar-nav .nav-link.active, header .navbar-light .navbar-nav .nav-link.show, header .navbar-light .navbar-nav .show > .nav-link {
        padding: 15px 15px;
        border-bottom: 1px solid rgba(64, 184, 184, 0.0784313725);
    }

    .app-img {
        position: relative;
    }

    .app-download a {
        font-size: 20px;
    }

    .app-download a span {
        width: 60px;
        height: 60px;
        font-size: 13px;
        margin-left: 10px;
        top: 22px;
    }

    .app-download a span i {
        width: 40px;
        height: 40px;
        padding-top: 10px;
    }

    .app-download p {
        margin-bottom: 25px;
    }

    .footer-bottom .copyright {
        font-size: 15px;
    }

    .footer-bottom .design-by {
        font-size: 15px;
    }

    .footer-list ul {
        width: 33%;
        float: left;
    }

    .footer-list {
        display: block;
        overflow: hidden;
    }

    .steps p.add-pad {
        padding-top: 0px;
    }

    p {
        font-size: 15px;
    }

    .left-div {
        max-width: 100%;
    }

    .right-div {
        max-width: 100%;
        padding-bottom: 20px;
    }
}

.round-title {
    font-size: 22px;
    width: 200px;
    height: 200px;
}

@media only screen and (max-width: 767px) {
    .xs-hidden {
        display: none;
    }

    a.navbar-brand img {
        width: 100%;
        max-width: 196px;
    }

    .navbar-collapse {
        top: 62.66px;
    }

    .top-search .arrow-link {
        display: block;
        text-align: center;
    }

    .sec-title-1 {
        font-size: 23px;
        margin-bottom: 30px;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .news-single h2 {
        font-size: 18px;
    }

    .discount-single {
        display: block;
    }

    .discount-single .discount-left {
        padding-left: 46px;
        margin-bottom: 37px;
    }

    .discount-single .discount-right {
        width: 100%;
    }

    .discount-single .discount-right h2 {
        min-height: 0px;
        margin-bottom: 20px;
    }

    .discount-single {
        margin-bottom: 42px;
    }

    .sec-title-2 {
        font-size: 28px;
    }

    .discount-single .discount-left {
        width: 100%;
    }

    .discount h3 {
        font-size: 17px;
    }

    .sec-title-2 span {
        font-size: 13px;
    }

    .footer-social {
        margin-bottom: 10px;
    }

    .copyright, .design-by {
        text-align: center !important;
        margin: 15px 0px;
    }

    .btn-primary.btn--theme {
        font-size: 24px;
    }

    .app-features {
        background-image: url(../assets/images/bk-1-xs.jpg);
    }

    .app-features p {
        max-width: 84%;
    }

    .app-features .add-pad {
        padding-top: 0px;
    }

    .circle-link {
        font-size: 20px;
        padding-top: 5px;
        margin-bottom: 50px;
    }

    .circle-link span {
        width: 60px;
        height: 60px;
        font-size: 13px;
        margin-left: 10px;
        top: 22px;
    }

    .circle-link span i {
        width: 40px;
        height: 40px;
        padding-top: 10px;
    }

    .footer-social img {
        max-width: 60px;
    }

    .circle-icon {
        margin-top: -40px;
    }

    .circle-icon span {
        width: 70px;
        height: 70px;
        font-size: 17px;
        margin-left: 0px;
    }

    .circle-icon span i {
        width: 50px;
        height: 50px;
        padding-top: 11px;
    }

    .circle-icon span i img {
        width: 26px;
    }

    .namalenia .top-discount {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .top-discount, .new-discount {
        position: relative;
        padding: 0px;
        width: 100%;
    }

    .namalenia .left-div .news-single img {
        height: auto;
    }

    .namalenia .left-div .news-bottom span {
        font-size: 13px;
    }

    .has-light-bg .discount-single {
        padding-left: 8px;
    }

    .sec-title-2 .breadcumb {
        display: block;
    }

    .type-1 table, .type-1 thead, .type-1 tbody, .type-1 th, .type-1 td, .type-1 tr {
        display: block;
    }

    .type-1 thead tr {
        display: none;
    }

    .type-1 td {
        position: relative;
        padding-left: 50%;
        font-size: 14px;
    }

    .type-1 td::before {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 45%;
        white-space: nowrap;
        background: #f8f9fa;
        height: 100%;
        border-right: 1px solid #40b8b8;
        padding-top: 12px;
        color: #40b8b8;
        font-weight: 800;
    }

    ul li {
        font-size: 15px;
    }

    .banner img {
        min-height: 326px;
    }

    .float-img {
        right: 23px;
        top: 136px;
        width: 91px;
        min-height: 0px !important;
    }

    .circle-link strong {
        font-size: 14px;
        width: 154px;
        top: 19px;
    }

    .discount .circle-icon {
        margin-top: -56px;
    }

    .discount .sec-title-2 {
        font-size: 21px;
        padding-top: 20px;
    }

    .top-discount {
        background: #c9e9e9;
        padding: 0 20px;
    }

    .new-discount {
        background: #c9e9e9;
        padding: 0 20px;
    }

    .top-discount::before {
        display: none;
    }

    .new-discount::before {
        display: none;
    }

    .home-col-6 {
        padding: 0 !important;
    }
}

.select-custom-class button.cancel {
    background-color: #40b8b8 !important;
}

.load-more-button {
    cursor: pointer;
    background-color: #40b8b8;
    color: white;
    border: none !important
}

.load-more-button:hover,.load-more-button:focus, .load-more-button:active {
    background-color: #40b8b8;
    border: none !important;
    outline: none !important;
    box-shadow: none;
}

/*# sourceMappingURL=style.css.map */
