@charset "UTF-8";
/*************************
*******Typography******
**************************/
/*
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700,100);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Abel);
*/
@font-face {
    font-family: sweetFont;
    src: url('../../fonts/NotoSansArmenian/NotoSansArmenian-Regular.ttf');
}
html, body {
    max-width: 100%;
    overflow-x: hidden;   /* disables horizontal scroll */
}
/*loading*/
body.noScroll{
    overflow: hidden!important;
}
::selection {
    background: #035769;
    color: #fff;
}
::-moz-selection {
    background: #075364;
    color: #fff;
}
.loading-section{
    width: 100%;
    height: 100vh;
    position: fixed;
    top:0;
    left: 0;
    overflow: hidden!important;
    background: rgba(0, 0, 0, .9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999999999999;
}
.loading-section >  div{
    width: 150px!important;
}

.loading-section > div > img{
    width: 100%!important;
}

/*.filter_date_from_label{*/
/*    position: absolute!important;*/
/*    left: 0px!important;*/
/*    top: 50%!important;*/
/*    transform: translateY(-50%)!important;*/
/*    pointer-events: none!important;*/
/*    color: #1e1e1e!important;*/
/*    font-size: 12px!important;*/
/*    background: #fff!important;*/
/*    padding: 0 4px!important;*/
/*    width: 85% !important;*/
/*}*/
/*#filter_date_from{*/
/*    width: 100%;*/
/*    height: 30px;*/
/*    padding: 0px;*/
/*    border: 1px solid #ddd;*/
/*    border-radius: 4px;*/
/*    font-size: 12px;*/
/*    cursor:pointer;*/
/*}*/
/*#filter_date_to{*/
/*    width: 100%;*/
/*    height: 30px;*/
/*    padding: 0px;*/
/*    border: 1px solid #ddd;*/
/*    border-radius: 4px;*/
/*    font-size: 12px;*/
/*    cursor:pointer;*/
/*}*/

.date-input-wrapper {
    position: relative;
    width: 100%;
}

.filter_date_label {
    position: absolute!important;
    left: 0px!important;
    top: 50%!important;
    transform: translateY(-50%)!important;
    font-size: 12px!important;
    color: #1e1e1e!important;
    background: #fff!important;
    padding: 0 4px!important;
    width: calc(100% - 15px)!important;
    height: 24px!important;
    cursor: pointer!important;
    z-index: 2!important;
    line-height: 24px!important;
}

.date-filter-input {
    width: 100%!important;
    height: 30px!important;
    padding: 0px!important;
    border: 1px solid #ddd!important;
    border-radius: 4px!important;
    font-size: 12px!important;
    cursor: pointer!important;
    position: relative!important;
    z-index: 1!important;
    text-indent: 2px !important;
}

.date-filter-input::-webkit-datetime-edit {
    color: transparent; /* hide default date text */
}

.date-filter-input:focus::-webkit-datetime-edit,
.date-filter-input:valid::-webkit-datetime-edit {
    color: #1e1e1e; /* default text color */
}

/* Apply orange color when date is selected (class added by JavaScript) - must override valid state */
.date-filter-input.date-selected::-webkit-datetime-edit,
.date-filter-input.date-selected:valid::-webkit-datetime-edit,
.date-filter-input.date-selected:focus::-webkit-datetime-edit {
    color: #ff9a00 !important;
}

/* Target individual date field pseudo-elements to ensure all parts stay orange */
.date-filter-input.date-selected::-webkit-datetime-edit-month-field,
.date-filter-input.date-selected:valid::-webkit-datetime-edit-month-field,
.date-filter-input.date-selected:focus::-webkit-datetime-edit-month-field,
.date-filter-input.date-selected::-webkit-datetime-edit-day-field,
.date-filter-input.date-selected:valid::-webkit-datetime-edit-day-field,
.date-filter-input.date-selected:focus::-webkit-datetime-edit-day-field,
.date-filter-input.date-selected::-webkit-datetime-edit-year-field,
.date-filter-input.date-selected:valid::-webkit-datetime-edit-year-field,
.date-filter-input.date-selected:focus::-webkit-datetime-edit-year-field {
    color: #ff9a00 !important;
}



/*loading END*/
.captcha-div{
    display: flex;
    margin-bottom: 10px;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.notification{
    z-index: 99999999999999999999999;
    max-width: 30%;
    position: fixed;
    min-width: 250px;
    left: 50%;
    top: -60px;
    border: 1px solid #333;
    background: rgba(26, 71, 80, 0.63);
    color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    transform: translate(-50%,-50%);
    transition: .3s top cubic-bezier(0,.58,.43,1.29);
}
.notification.show{
    top: 100px;
}
.notification_icon{
    margin-right: .5rem;
    font-size: 30px;
}

.notification_text{
    margin: 0;
    text-shadow: 0 0 1px black , 0 0 2px black;
}
/*nithifications*/




/*navigation */
nav{
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 50px;
    background: #fff;
    /*z-index: 99999999;*/
}
.mobile-only {
    display: none!important;
}
nav .nav-controls{
    display: flex;
    justify-content: space-between;
    padding-left: 142px;
    margin-left: auto;
    /*align-items: center;*/
}

nav .nav-controls ul{
    padding:0;
    display: flex;
    margin: 0;
    transition: .5s all;
}
nav .nav-controls ul li{

}

nav .nav-controls ul li a{
    display: inline-block;
    width: 100%;
    height: 50px;
    background: #fff;
    color: #000;
    line-height: 50px;
    font-size: 14px;
    padding: 0 10px;
}

nav .nav-controls ul li.active a,nav .nav-controls ul li:hover a{
    background: #3e5f67;
    color: #fff;
}

.menu-btn{
    border: none;
    background: #3e5f67;
    color: #fff;
    font-size: 14px;
    text-align: center;
    outline: none;
    height: 40px;
    width: 40px;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    cursor: pointer;
}

/*navigation */
/*forscroll   */
.sweet_logo_wrapper{
    /*background-color: #fff;*/
}

.sweet_logo_wrapper_top{
    height: 40px;
    display: none !important;
}

.sweet_logo_top{
    height:100%;
    margin: 0 12px;
    transition: opacity 0.3s ease;
    /*width: 100px;*/
    /*border-radius: 0 0 36px 0;*/
    /*box-shadow: 0 0 3px 0px #000;*/
}
/*.more_detail_bottom li {*/
/*    display: block; !* remove flex layout from li *!*/
/*    margin-bottom: 8px; !* optional spacing between tags *!*/
/*}*/

.tags-li {
    display: flex !important;         /* make li a flex container */
    justify-content: center !important; /* center child horizontally */
    border-bottom: none!important;
}

.tags-li a {
    display: inline-flex;             /* shrink to content */
    max-width: 100%;                  /* do not exceed li width */
}

.single-page-tag {
    display: inline-block;            /* shrink to text width */
    max-width: 100%;                  /* do not exceed parent */
    padding: 4px 12px;
    background-color: #0cc143 !important;
    /*border-color: #55bae7;*/
    border-color: #0cc143;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.single-page-tag:hover {
    border-color: #FFF !important;
}
.sweet_logo_wrapper.openMenu{
    opacity: 0;
    transform: translateX(-100vw);
}


/*.sweet_logo{*/
/*    transition: opacity 0.3s ease;*/
/*    width: 155px;*/
/*    position: relative;*/
/*    z-index: 1;*/
/*    margin-left: 22px;*/
/*    margin-top: 2px;*/
/*    margin-right: 25px;*/
/*}*/
.sweet_logo{
    transition: opacity 0.3s ease;
    width: 155px;
    position: relative;
    z-index: 1;
    /* margin-left: 22px; */
    /* margin-top: 2px; */
    margin-right: 25px;
    background: #2a6f7e;
    border-bottom-right-radius: 5px;
    padding: 6px;
}
#forscroll {
    position: fixed;
    right: 0;
    top: 0;
    width: 3px;
    height: 100vh;
    z-index: 999999999;
    background: red;
}

::-webkit-scrollbar {
    width: 13px;
    height: 5px;
    /*background: #81b1bb;*/
}

::-webkit-scrollbar-thumb {
    cursor: grab;
    border-radius: 10px;
    background: linear-gradient(#3e5f67, rgb(42, 55, 60));
}

/*forscroll   */

body {
    font-family: 'sweetFont', sans-serif;
    position: relative;
    font-weight: normal;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

body.over {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

select, textarea, input, button {
    outline: none !important;
}

a {
    text-decoration: none !important;
}

ul li {
    list-style: none;
}

a:hover {
    outline: none;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline-offset: 0;
}

a, button {
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'sweetFont', sans-serif;
}

.btn:hover,
.btn:focus {
    outline: none;
    box-shadow: none;
}


a#scrollUp {
    bottom: 0;
    right: 10px;
    padding: 5px 10px;
    background: #3e5f67;
    color: #FFF;
    -webkit-animation: bounce 2s ease infinite;
    animation: bounce 2s ease infinite;
}

a#scrollUp i {
    font-size: 30px;
}

/*************************
*******Modal******
**************************/
.inner-top-v1 {
    display: none;
    height: 60px;
}

.shtap {
    line-height: 2;
    background-color: #e0473e;
    color: #fff;
    font-size: 12px;
    margin-right: 4px;
    border-radius: 3px;
    padding: 4px 6px;
}

#overlay {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transition: 0.8s opacity;

}

.visible {

    visibility: visible !important;
    opacity: 1 !important;
}

#top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
}

.inner-top.visible, .inner-home.visible, .inner-boost.visible, .inner-del.visible, .inner-up.visible {
    height: unset;
    margin: 7% auto;
}

.inner-top, .inner-home, .inner-boost, .inner-del, .inner-up {
    border: 1px solid #ddd;
    width: 40%;
    background-color: #fff;
    padding: 10px 50px;
    font-size: 12px;
    margin: 0;
    border-radius: 3px;
    visibility: hidden;
    height: 0;
    transition: 1.2s opacity;
    position: relative;
}

.closeWindow {
    background-color: red;
    color: #FFFFFF;
    position: absolute;
    padding: 5px 7px;
    right: 10px;
    top: 5px;
}

.closeWindow:hover {
    background-color: #8b0000;
    cursor: pointer;
}

.inner-top h2, .inner-home h2, .inner-boost h2, .inner-del h2, .inner-up h2 {
    font-size: 22px;
}

.inner-top ul li, .inner-home ul li, .inner-boost ul li {
    list-style-type: disc;
}

.inner-top label, .inner-home label, .inner-boost label {
    font-size: 22px;
    margin: 0 10px;
}

.deleteBtn {
    border-radius: 3px;
    width: 120px;
    height: 25px;
    background-color: red;
    color: #FFFFFF;
    outline: none;
    border: none;
    font-size: 16px;
    transition: 0.5s background-color;
}

.deleteBtn:hover {
    background-color: #8b0000;
}

.upBtn {
    border-radius: 3px;
    width: 120px;
    height: 25px;
    background-color: #37A000;
    color: #FFFFFF;
    outline: none;
    border: none;
    font-size: 16px;
    transition: 0.5s background-color;
}

.upBtn:hover {
    background-color: #78c63a;
}

/*************************
*******Modal end******
**************************/

/*************************
*******Header CSS******
**************************/
ul.menu-flags {
    display: flex;
    padding: 0;
    margin: 5px 7px 7px 11px;
}

ul.menu-flags li {
    margin-right: 10px;
}
ul.menu-flags li img{
    width: 23px;
}

.front-header-section {
    background: #2A6F7E;
    color: white;
    line-height: 40px;
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
}

.front-header-section-item {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 15px;
    max-width: 100%;
    width: 200px;
    flex-grow: 1;
}
.title-search-form{
    display: flex;
    align-items: center;
    justify-content: end; /* center inside itself */
    padding-right: 15px;
    max-width: 100%;
    width: 515px; /* match your input width */
    flex-grow: 0; /* don’t push it to the right */
    margin: 0 auto; /* center within nav-controls */
}
.front-header-section-item i {
    font-size: 15px;
    color: #78aebb;
    margin: 5px;
}

.front-header-section-item i + span {
    font-size: 10px;
}

.social {
    display: flex;
}

.social ul {
    margin: 0;
}

.social ul li {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #78aebb;
    text-align: center;
    margin-right: 10px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.social ul li:hover {
    transform: scale(1.1);
}

.social li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social li i {
    display: inline-block;
    color: white;
    /*font: normal normal normal 14px/1 FontAwesome;*/
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.login-register span {
    padding: 3px 10px;
}
.login-register i {
    display: none;
}

.login-register a {
    font-size: 14px;
    width: 100%;
    text-align: center;
    color: white;
}

.add-prod-button{
    font-size: 14px;
    line-height: 40px;
}
.add-prod-button i{
    display: none;
}

.login-register a:hover {
    background: #608e98;
}

.second-menu {
    background: white !important;
    padding-left: 200px!important;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    width: 100%;
}

.addProd {
    height: 100%;
    color: white;
    background: #608e98;
    outline: none !important;
    border: none;
    cursor: pointer;
    width: 245px;
    text-align: center;
    border-left: solid 1px #2a6f7e;
}

.addProd:hover {
    background: #608e98;
    color: #fff;
}
.first-menu{
    position: relative;
    display: flex;
    height: 40px!important;
    justify-content: space-between;
    background:#2a6f7e;
}

.first__menu-wrapper {
    display: flex;
    flex-grow: 1;
    padding-right: 30px;
}

.first-menu.fixed{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999!important;
    animation: .8s heightAnim cubic-bezier(.17,.67,.19,1.21);
    animation-fill-mode: forwards;
    box-shadow:  0 2px 5px #3f3f3f78;
    width: 100%;
}

.first-menu.fixed  .menu-flags{
    margin: 10px 7px 10px 7px;
}

.first-menu.fixed .sweet_logo_wrapper_top{
    display: inline-block !important;
    line-height: 40px;
}


@keyframes heightAnim {
    from{
        height: 0;
    }

    to{
        height: 40px;
    }
}

.login-register{
    width: 225px;
    justify-content: flex-end;
    line-height: 40px;
    position: relative;

}
.nav-tel-img{
    /*margin-left: 38px;*/
}
.nav-tels{
    font-size: 11px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 5px;
    margin-left: -6px;
    white-space: nowrap;
}
.nav-tels > div{
    height: 13px;
    line-height: 13px;
}

.tel-img{
    width: 40px;
    height: 40px;
}
.tel-img img{
    width: 100%;
    height: 100%;
}
.first-menu marquee {
    height: 60%;
    background-color: #608e98;
    color: #fff;
    line-height: 21px;
}

.first-menu marquee a {
    font-size: 12px;
    color: #fff;
    margin-right: 50px;
    padding-left: 10px;
    padding-right: 50px;
    border-right: 1px solid #ccc;
}

.first-menu marquee a:hover {
    text-shadow: 0 2px 5px black;
}

.marquee {
    box-shadow: 0 2px 4px #bdbdbd;
    /* border-radius: 0 40px 0 40px; */
    overflow: hidden;
    padding: 14px;
}

.submit-listing {
    text-align: center;
    /*display: inline-block;*/
    height: 100%;
    color: white;
    background: #3e5f67;
    line-height: 50px;
    font-size: 14px;
    outline: none !important;
    border: none;
    width: 245px;
    cursor: pointer;
}

.submit-listing:hover {
    background: #608e98;
    color: #fff;
}

.second-menu .brand {
    font-size: 25px;
    color: #55407d;
}

.second-menu .brand span {
    font-size: 25px;
    color: #78c63a;
}

.second-menu ul {
    height: 100%;
    line-height: 50px;
}

.second-menu ul li {
    font-size: 14px;
    /*margin-right: 15px;*/
}

.second-menu ul a {
    padding: 0 15px !important;
    height: 100%;
    color: black !important;
}

.second-menu ul li.active a, .second-menu ul li:hover a {
    background: #3e5f67;
    color: white !important;
}

/*************************
*******Header CSS  END ******
**************************/

/*************************
******* Home ******
**************************/
/*slider*/
.horizontal-sidebar-wrapper {
    padding: 0 10px;
    position: relative;
}
/*.horizontal-sidebar-wrapper::before{*/
    /*content: '';*/
    /*position: absolute;*/
    /*top:0;*/
    /*left: 0;*/
    /*display: inline-block;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*padding: 0 15px;*/
    /*cursor: pointer;*/
    /*z-index: 99999999999;*/
/*}*/
.horizontal-sidebar-wrapper iframe{
    width: 100%;
    overflow: hidden;
    height: 140px;
}

.section-main-content{
    min-height: 600px;
}
.sidebars{
    position: relative;
}
.relative-top.left-sidebar{
    position: relative;
    top: 0;
    left: 0;
}
.relative-top.left-sidebar{
    position: relative;
    top: 0;
    right: 0;
}
.sidebars.fixed.left-sidebar{
    position: fixed;
    top: 50px;
    left: 15px;
}
.sidebars.fixed.left-sidebar{
    position: fixed;
    top: 50px;
    left: 15px;
}
.sidebars.fixed.right-sidebar{
    position: fixed;
    top: 50px;
    right: 15px;
}
.sidebars.relative-bottom.left-sidebar{
    position: absolute;
    bottom: 10px;
    left: 15px;
}
.sidebars.relative-bottom.right-sidebar{
    position: absolute;
    bottom: 10px;
    right: 15px;
}
.left-sidebar, .right-sidebar{
    max-width: 150px;
}
.sidebar iframe{
    width: 100%;
    height: 700px;
    overflow: hidden;
}
.alignleft img {
    width: 100%!important;
    height: 100%!important;
}
.horiz-iframe{
    /*background: #0b2e13;*/
}
.alignleft img{
    max-width:100% !important;
    height: 100%!important;
}
.horiz-iframe img{
    width: 100% !important;
}
.horizontal-sidebar-wrapper iframe img{
    width:100%!important;
}
.bg-sidebar-wrapper{
    position: fixed;
    top: 0;left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.bg-sidebar-wrapper iframe{
    height: 100%;
    width: 100%;
    z-index: 0;
}


#slider {
    height: 600px;
    border-bottom: solid #2a6f7e 1px;
    position: relative;
    display: flex;
}

.info {
    height: 100%;
    /*width: 71%;*/
    pointer-events: none;
    background-color: rgb(28 100 112);
    font-family: 'sweetFont', sans-serif!important;
    padding-top: 12px;
}

.info-top dl dt{
    font-family: inherit!important;
    font-weight: 100!important;
}

.info .info_content-img {
    width: 100%;
}

.reginsBtn{
     display: none;
    position: absolute;
    right: 0;
    z-index: 9;
    width: 40px;
    height: 40px;
    background: #2a6f7e;
    border: none;
    outline: none;
    color: #fff;
}
.info svg {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    filter: drop-shadow(-8px 0 6px #575757)
}

.info svg g * {
    /*fill: rgba(23, 162, 184, 0.6);*/
    fill: rgba(28, 100, 112, 0.78);
}

.info-top {
    pointer-events: all;
}

.info_hotel .info-top {
    display: flex;
    flex-direction: column;
    align-items: center;
}



.info_hotel .info-top .hotels_map_top_buttons, .info_hotel .info-top .hotels_map_search {
    width: 100%;
    margin-bottom: 15px;
}

.info_hotel .info-top .hotels_map_top_buttons a {
    background-color: #2A6F7E;
    margin-bottom: 5px;
}

.info_hotel .info-top .hotels_map_top_buttons a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.info_hotel .info-top .hotels_map_search {
    position: relative;
}
.info_hotel .info-top-search .hotels_map_search {
    position: relative;
    pointer-events: all;
}

.info_hotel .info-top-search .hotels_map_search input {
    width: 100%;
    border: 1px solid #2A6F7E;
    padding: 5px;
}
.info_hotel .info-top .hotels_map_search input {
    width: 100%;
    border: 1px solid #2A6F7E;
    padding: 5px;
}

.info_hotel .info-top-search .hotels_map_search button {
    position: absolute;
    right: 0;
    padding: 5px 10px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #2A6F7E;
    background-color: #2A6F7E;
    cursor: pointer;
}
.hotels_map_search {
    pointer-events: all;
    width: 497px;
    max-width: 100%;
}
.hotels_map_search button {
    position: absolute;
    margin-left: -5px;
    padding: 3px 10px;
    height: 33px;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    border: 1px solid #2A6F7E;
    background-color: #3e5f67;
    cursor: pointer;
    border-radius: 5px;
}
.hotels_map_search input {
    width: 88%;
    height: 33px;
    border: 1px solid #2A6F7E;
    padding: 5px 15px;
    outline: none !important;
    font-size: 14px;
    /*border-left:none;*/
    border-radius: 5px;
}

.info_hotel .info-top .hotels_map_search button {
    position: absolute;
    right: 0;
    padding: 5px 10px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #2A6F7E;
    background-color: #2A6F7E;
}

.info_hotel .info-top .hotels_map_search button:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    cursor: pointer;
}

.info .info-top dt.indent {
    padding-left: 10px;
}

.info .info-top dt {
    position: relative;
    line-height: 22px;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    /*border: 2px solid transparent;*/
    white-space: nowrap;
    font-family: monospace;
}

.info .info-top dt::after {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    left: -22px;
    background: white;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    top: calc(50% - 7px);
    transition: .5s all;
}

.info .info-top dt.indent::after {
    left: -12px;
}

.info .info-top dt.active {
    border-radius: 3px;
    color: #ff9a00;
}

.info .info-top dt.active::after {
    background-color: #ff9a00;
    border: 2px solid #fff;
}

/*sliderend*/

/* Content wrapper start */
.content__wrapper, .content__wrapper > form {
    height: 100%;
}

/* Content wrapper end */


/*!*FILTER*!*/

/*.filter {*/
/*    display: inline-flex;*/
/*    flex-direction: row;*/
/*    justify-content: center;*/
/*    max-width: 100%;*/
/*    height: 100%;*/
/*}*/

/*.inner-filter-title {*/
/*    color: #FD9606;*/
/*    text-align: center;*/
/*    letter-spacing: 1px;*/
/*    margin-bottom: 3px;*/
/*    font-weight: 600!important;*/
/*}*/

/*.section-filter {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    height:100px;*/
/*    !* top: -30px; *!*/
/*}*/

/*.title {*/
/*    !*background: #78c63a;*!*/
/*    text-align: left;*/
/*    font-weight: bold;*/
/*}*/

/*.inner-filter {*/
/*    border: solid rgba(42, 111, 126, 0.66) 1px;*/
/*    border-left: 2px solid rgba(42, 111, 126, 0.66);*/
/*    box-shadow: 0 -20px 15px 10px #00000026;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    padding: 24px 50px;*/
/*    gap: 5px;*/
/*}*/

/*.filter-item select, .filter-item input {*/
/*    width: 100%;*/
/*    height: 50px;*/
/*}*/

/*FILTER END*/

/*category*/

.product-img-wrapper {
    display: inline-block;
    height: 170px;
    width: 100%;
    overflow: hidden;
}

.single-products {

}

.single-products p a {
    color: black;
}

.single-products p a:hover {
    color: coral;
}

.single-products i {
    color: gray;
}

.single-products:hover {
    cursor: pointer;
}

/*.card-buttons {*/
/*    position: absolute;*/
/*    top: 10px;*/
/*    left: -15px;*/
/*}*/

/*.card-buttons a {*/
/*    padding: 2px 3px;*/
/*    white-space: nowrap;*/
/*    color: #fff;*/
/*    display: block;*/
/*    margin-bottom: 3px;*/
/*    font-size: 12px;*/
/*    box-shadow: 0 0 10px #333;*/
/*}*/

/*.card-buttons a.houseBTN {*/
/*    background: #62C370;*/
/*}*/

/*.card-buttons a.houseBTN:hover {*/
/*    background: #5B9279;*/
/*}*/

/*.card-buttons a.forRentBTN {*/
/*    background: #ACACDE;*/
/*}*/

/*.card-buttons a.forRentBTN:hover {*/
/*    background: #ABDAFC;*/
/*}*/

/*.card-buttons a.forSaleBTN {*/
/*    background: #C490D1;*/
/*}*/

/*.card-buttons a.forSaleBTN:hover {*/
/*    background: #B8336A;*/
/*}*/

/*.card-buttons-bottom {*/
/*    position: absolute;*/
/*    top: 155px;*/
/*    width: 100%;*/
/*    display: flex;*/
/*    justify-content: space-around;*/
/*}*/

/*.card-buttons-bottom label {*/
/*    font-size: 12px;*/
/*    padding: 4px 10px;*/
/*    white-space: nowrap;*/
/*    min-width: 35%;*/
/*    text-align: center;*/
/*    box-shadow: 0 0 10px #333;*/
/*    margin: 0;*/
/*    color: #fff;*/
/*}*/

/*.card-buttons-bottom label:nth-child(1) {*/
/*    background: #ee4e60;*/

/*}*/

/*.card-buttons-bottom label:nth-child(2) {*/
/*    background: #416992;*/
/*}*/

/*.card {*/
/*    height: 100%;*/
/*}*/

/*.card form, .card > button {*/
/*    position: absolute;*/
/*    right: 10px;*/
/*    top: 5px;*/
/*}*/

/*.card .card-body {*/
/*    padding: 20px 5px 15px 5px;*/
/*}*/

/*.card .card-body .card-text {*/
/*    position: relative;*/
/*}*/

/*.card .card-body .card-text i {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    font-size: 30px;*/
/*}*/

.product_card_item button, .product_card_item > button {
    background: transparent;
    border: none;
    /* border: solid 1px #ffffffb5; */
    /* border-radius: 50%; */
    font-size: 14px;
    cursor: pointer;
}

.product_card_item  button i, .product_card_item > button i {
    transition: .3s color;
    color: #FFFFFF;
    filter: drop-shadow(0 0 10px #2c2c2c);
}

.product_card_item  button.added i, .product_card_item > button.added i {
    color: #cccc09d9;
}

.product_card_item  button:hover i, .product_card_item > button:hover i {
    color: yellow;
}


.product_card_item  button.active i, .product_card_item > button.active i {
    color: yellow;
}

img.productImg {
    height: 100%;
    object-fit: cover;
    position: relative;
    transition: .6s all cubic-bezier(.11, .67, .53, 1.05);
    /*transform-origin: top left;*/
}

img.productImg:nth-child(2) {
    /*transform-origin: right bottom;*/
    top: -100%;
    opacity: 0;
    /*transform: scale(0);*/
    /*transform: rotate(90deg);*/
}

.single-products:hover img.productImg:nth-child(1) {
    opacity: 0;
    /*transform: scale(0);*/
    /*transform: rotate(90deg);*/
}

.single-products:hover img.productImg:nth-child(2) {
    opacity: 1;
    /*transform: scale(1);*/
    /*transform: rotate(0);*/
}

.add_to_favorites {
    height: 38px !important;
}

/*category END*/
/*left sidebar*/


/*left sidebar END*/

/*************************
*******Footer CSS******
**************************/
.footer {
    position: relative;
    background: #2A6F7E;
    padding-top: 30px;
    /*margin-top: 50px;*/
}

.footer-headers {
    color: white;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1px;
    border-bottom: solid rgba(217, 217, 217, 0.31) 1px;
}

.footer p {
    color: gray;
}

.second-footer {
    align-items: center;
    justify-content: space-around;
    background: #110a1f;
    padding:10px 0 10px 0;

}



.second-footer a:hover {
    transform: scale(1.05);
}

.second-footer ul {
    color: white;
    margin-bottom: 0;
}

.second-footer p {
    margin-bottom: 0;
    font-size: 14px;
}

/*footer END*/

/*.inner-filter input {*/
/*    width: 100%;*/
/*    border: none;*/
/*    text-indent: 5px;*/
/*}*/
/*.inner-filter label {*/
/*    width: 250px;*/
/*    border: none;*/
/*    text-indent: 5px;*/
/*    color: #fff;*/
/*}*/
/*.inner-filter .currensies {*/
/*    width: 100%;*/
/*    border: none;*/
/*    text-indent: 3px;*/
/*}*/

/*.inner-filter input:nth-child(1) {*/
/*    border-right: 1px solid #e9e9e9;*/
/*    font-size: 14px;*/
/*}*/

/*.inner-filter select.region {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    border: none !important;*/
/*    cursor: pointer!important;*/
/*    padding-left: 2px;*/
/*}*/
/* .inner-filter select.region:hover {
    background-color: #1d4c57 !important;
} */
option:hover {
    background-color: yellow;
  }

select.decorated option:hover {
    background-color: #1d4c57 !important;
}
.searchButton {
    background-color: #1d4c57 !important;
    border: solid #2A6F7E 1px !important;
    margin-top: 10px;
    width: 100%;
    border-radius: 8px;
}
.tagButton {
    background-color: #1d4c57 !important;
    border: solid #2A6F7E 1px !important;
    margin-top: 10px;
    width: 100%;
    border-radius: 8px;
}

.noOutline, .noOutline:focus, .noOutline.form-control:focus{
    outline: none!important;
    border-color: #2A6F7E!important;
    border-radius: 0!important;
    box-shadow: none!important;
}

.searchButton:hover {
    background-color: #245c6b !important;
    border-color: #1d4c57!important;
}
.tagButton:hover {
    background-color: #55bae787 !important;
    border-color: #19badf30 !important;
}
/*.inner-filter .price_wrapper {*/
/*    position: relative;*/
/*    display: flex;*/
/*    gap: 5px;*/
/*    flex-wrap: nowrap;*/
/*}*/
/*.inner-filter .currensy_wrapper {*/
/*    position: relative;*/
/*    display: flex;*/
/*    gap: 5px;*/
/*    flex-wrap: nowrap;*/
/*}*/
/*.inner-filter .floors_count_wrapper {*/
/*    position: relative;*/
/*    display: flex;*/
/*    gap: 5px;*/
/*    flex-wrap: nowrap;*/
/*}*/

/*.inner-filter .price_wrapper img {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    right: 5px;*/
/*    transform: translateY(-50%);*/
/*    width: 35px;*/
/*    opacity: 0.5;*/
/*}*/
/*.inner-filter .area_wrapper {*/
/*    position: relative;*/
/*    display: flex;*/
/*    flex-wrap: nowrap;*/
/*    gap: 5px;*/
/*}*/
/*.inner-filter .floor_wrapper {*/
/*    position: relative;*/
/*    display: flex;*/
/*    flex-wrap: nowrap;*/
/*    gap: 5px;*/
/*}*/

/*.map-Filter .inner-filter .area_wrapper{*/
/*    width: 170px!important;*/
/*}*/
/*.map-Filter .inner-filter .floor_wrapper{*/
/*    width: 170px!important;*/
/*}*/

/*.map-Filter .inner-filter .price_wrapper{*/
/*    width: 140px;*/
/*}*/
/*.map-Filter .inner-filter .currensy_wrapper{*/
/*    width: 140px;*/
/*}*/
/*.map-Filter .inner-filter .floors_count_wrapper{*/
/*    width: 140px;*/
/*}*/
/*.inner-filter .area_wrapper span {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    right: 5px;*/
/*    transform: translateY(-50%);*/
/*    width: 35px;*/
/*    opacity: 0.5;*/
/*    text-align: center;*/
/*}*/

/*.inner-filter .dropdownGroup {*/
/*    width: 200px;*/
/*    height: 30px;*/
/*    position: relative;*/
/*    margin-top: 4px;*/
/*}*/

/*.dropdownGroup > * {*/
/*    font-size: 14px;*/
/*}*/

/*.inner-filter .dropdownGroup > button {*/
/*    margin: 0 auto;*/
/*    height: 30px;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    white-space: nowrap;*/
/*    cursor: pointer;*/
/*    width: 100%;*/
/*    display: inline-flex;*/
/*    flex-wrap: nowrap;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    border: none;*/
/*    background: #fff;*/
/*    border-right: 1px solid #e9e9e9;*/
/*    border-radius: 5px;*/
/*}*/


/*.inner-filter .dropdownGroup > button i {*/
/*    color: #2a6f7e;*/
/*    vertical-align: middle;*/
/*    margin-left: 5px;*/
/*    transform: rotate(-90deg);*/
/*    transition: .3s all;*/
/*    font-size: 10px;*/
/*}*/

/*.inner-filter .dropdownGroup > button.opened i {*/
/*    transform: rotate(0deg);*/
/*}*/



/*div[data-dropdownmenu] ul {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/

/*div[data-dropdownmenu] {*/
/*    position: absolute;*/
/*    top: 36px;*/
/*    z-index: 9999;*/
/*    display: none;*/
/*}*/

/*div[data-dropdownmenu] .list-group-item {*/
/*    padding: 0.15rem 0.35rem;*/
/*}*/

/*div[data-dropdownmenu]::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: -11px;*/
/*    left: 10px;*/
/*    display: inline-block;*/
/*    width: 0px;*/
/*    height: 0px;*/
/*    border-left: 12px solid transparent;*/
/*    border-right: 12px solid transparent;*/
/*    border-bottom: 12px solid #fff;*/
/*    filter: drop-shadow(0 0 0px rgb(58, 58, 58));*/
/*    z-index: 99;*/
/*}*/

/*.inner-filter div[data-dropdownmenu] ul li {*/
/*    white-space: nowrap;*/
/*    cursor: pointer;*/

/*}*/

/*.inner-filter div[data-dropdownmenu] ul li i {*/
/*    opacity: 0;*/
/*}*/

/*.inner-filter div[data-dropdownmenu] ul li:hover {*/
/*    background-color: #43919d;*/
/*    color: #fff;*/
/*    border-color: #fff;*/
/*}*/

/*.inner-filter div[data-dropdownmenu] ul li:hover i {*/
/*    color: #fff;*/
/*}*/

/*.inner-filter .pay > div {*/
/*    !*border-radius: .25rem;*!*/
/*    background: #fff;*/
/*    !*box-shadow: 1px 1px 10px #000;*!*/
/*}*/

/*.inner-filter .pay > div li.active {*/
/*    background-color: #fff;*/
/*    color: #000;*/
/*    border: 1px solid rgba(0, 0, 0, .125);*/
/*}*/

/*.inner-filter .pay > div li.active i {*/
/*    opacity: 1;*/
/*    color: #fff;*/
/*}*/



/*.inner-filter .roomCount > div {*/
/*    border-radius: .25rem;*/
/*    width:200px;*/
/*    box-shadow: 1px 1px 10px #000;*/
/*}*/

/*.inner-filter .roomCount > div li.active {*/
/*    background-color: #fff;*/
/*    color: #000;*/
/*    border-color: #d3d3d3;*/
/*}*/

/*.inner-filter .roomCount > div li.active i {*/
/*    color: #43919d;*/
/*}*/

/*.inner-filter .roomCount > div li span {*/
/*    width: 19px;*/
/*    display: inline-block;*/
/*    height: 19px;*/
/*    position: relative;*/
/*    vertical-align: middle;*/
/*}*/

/*.inner-filter .roomCount > div li i {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*}*/

/*.inner-filter .roomCount > div li i:last-child {*/
/*    opacity: 0;*/
/*}*/

/*.inner-filter .roomCount > div li i:first-child {*/
/*    opacity: 1;*/
/*}*/

/*.inner-filter .roomCount > div li.active i:first-child {*/
/*    opacity: 0;*/
/*}*/

/*.inner-filter .roomCount > div li.active i:last-child {*/
/*    opacity: 1;*/
/*}*/

/*.inner-filter > div:first-child button {*/
/*    !*border-radius: 5px 0 0 5px;*!*/
/*}*/

/*#searchData {*/
/*    display: none;*/
/*}*/

/*.map-Filter {*/
/*    position: fixed;*/
/*    z-index: 99;*/
/*    top: 110px;*/
/*    left: 0;*/
/*}*/

/*.map-Filter .inner-filter .dropdownGroup > button i{*/
/*    right: 3px;*/
/*}*/

/*ITEMPS PREVIEW*/
.itemsPreview {
    overflow: auto;
    width: 305px;
    position: absolute;
    top: 0;
    bottom: 0;
    transition: .3s all;
    background: white;
    z-index: 999;
    right: -100%;
    transform: scaleX(0);
    box-shadow: -1px 0 3px 0px #0000004a;
    transform-origin: right center;
}
.itemPreview {
    padding: 0 8px;
}
.itemPreview .col-12{
    padding: 0;
}


.itemPreview > div.col-lg-12 {
    margin-bottom: 15px;
}

.itemsPreview h4 {
    z-index: 1;
    top: 0;
    font-size: 14px;
    padding: 11px 6% 10px 15px;
    background: #2a6f7e;
    color: white;
    min-height: 50px;
    display: flex;
    align-items: center; /* vertical center all children */
    justify-content: space-between;
}

#map {
    overflow: hidden;
    height: 100%;
}
/* responsive-i depqum scrolla avelanum horizontal */
.map-home-width{
    width: 100%!important;
}
.itemsPreviewTop {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #2a6f7e;
}

.itemsPreview.itemsPreviewOpen {
    right: 0;
    transform: scaleX(1);
}

.closeItemPreview {
    z-index: 2;
    float: right;
    width: 30px;
    height: 30px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.4);
    line-height: 28px;
    color: #fff;
    cursor: pointer;
    margin: 10px;
    transition: .3s all;
    padding:0px;
    border-radius: 8px;
}

.closeItemPreview:hover {
    border-color: #fff;
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

/*ITEMPS PREVIEW*/

/*GOOGLE MAPS ICONS OFF*/
#slider .gmnoprint{
    right: unset !important;
    left: 0 !important;
    /*display: none!important;*/
}

.mapSection .gmnoprint .gm-style-mtc{
    display: none;
}

/*GOOGLE MAPS ICONS OFF*/

/* Login Page */

#form {
    display: block;
    padding:100px 0;
    overflow: hidden;
}

.login-form {

}

.login-form a.btn {
    height: 40px;
}

.signup-form {

}

.login-form h2, .signup-form h2 {
    color: #696763;
    font-family: 'sweetFont', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.login-form form input, .signup-form form input, .new-login input{
    background: #f3f3f366;
    border: medium none;
    color: #000000;
    display: block;
    font-family: 'sweetFont', sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    margin-bottom: 10px;
    outline: medium none;
    padding-left: 10px;
    width: 100%;
    border-radius: 6px;
    border: solid #00000014 1px;
}

.new-login textarea{
    background: #f3f3f366;
    border: medium none;
    color: #000000;
    display: block;
    font-family: 'sweetFont', sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 100px;
    margin-bottom: 10px;
    outline: medium none;
    padding-left: 10px;
    width: 100%;
    border-radius: 6px;
    border: solid #00000014 1px;
}

.login-form form span {
    line-height: 25px;
}

.login-form form span input {
    width: 15px;
    float: left;
    height: 15px;
    margin-right: 5px;
    margin-bottom: 0;
}

.login-form form button {
    margin-top: 23px;
}

.login-form form button, .signup-form form button {
    background: #2A6F7E;
    border: medium none;
    border-radius: 6px;
    color: #FFFFFF;
    display: block;
    font-family: 'sweetFont', sans-serif;
    padding: 6px 25px;
}

.login-form form button:hover, .signup-form form button:hover{
    background: #117e70;
    box-shadow: 0 0 4px 1px #0000007a;
}

.login-form label input {
    border: medium none;
    display: inline-block;
    height: 0;
    margin-bottom: 0;
    outline: medium none;
    padding-left: 0;
}

.or {
    background: #2A6F7E;
    border-radius: 40px;
    color: #FFFFFF;
    font-family: 'sweetFont', sans-serif;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin-top: 75px;
    text-align: center;
    width: 50px;
}

.btn-gmail {
    background-color: #bf3a2c;
    color: #fff !important;
}

.btn-fb {
    background-color: #3b5998;
    color: #fff !important;
}

.btn-fb:hover {
    background-color: #393e7a;
}

.btn-gmail:hover {
    background-color: #ab3b2d;
}

/* Login Page END*/

/*Blog Page*/

.blog{border-top: solid #2a6f7e 1px;}
.blog *, .blog-detail * {
    font-family: 'sweetFont', sans-serif;
}
.blog-detail .banner{
    text-align: center;
    margin: 15px 0;
}
.blog-detail .banner img{
    max-width: 100%;
}

.blog h1, .blog h2, .blog h3, .blog h4, .blog h5, .blog h6, .blog-detail h1, .blog-detail h2, .blog-detail h3, .blog-detail h4, .blog-detail h5, .blog-detail h6 {
    font-size: 20px !important;
    margin-bottom: 10px;
    font-weight: bold;
}

.blog p, .blog span, .blog-detail p {
    font-family: 'sweetFont', sans-serif;
    font-size: 14px !important;
}

.blog .fashion_item span, .blog .technology_item span, .blog-detail label, .blog-detail .fashion_item span, .blog-detail .technology_item span, .blog-detail label {
    font-size: 12px !important;
}

.blog a {
    color: #000;
    transition: .3s all;
}

.blog a:hover {
    color: #ffcd3f;
}

.blog .latest_news a:hover {
    color: #000;
}

.blog .blog-container {
    padding-top: 20px;
    display: flex;
    width: 90%;
    margin: 0 auto;
}

.blog .blog-container .latest_news {
    width: 25%;
}

.blog .blog-container .latest_news_title {
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0 15px;
}

.blog .blog-container .blog_content {
    width: 75%;
}

.latest_news_item {
    border-bottom: 1px solid #eeeeee;
    padding: 20px 15px;
}

.latest_news_item img {
    width: 100%;
    object-fit: cover;
    height: 135px;
}

.latest_news_item small {
    width: 100%;
    display: inline-block;
}

.latest_news_item small span {
    color: #ffcd3f;
    margin-left: 15px;
}

.latest_news_item h3 {
    display: inline;
    margin-bottom: 40px;
}

.latest_news_item h3 a {
    color: #000;
    border-bottom: 3px solid transparent;
}

.latest_news_item:hover h3 a {
    border-bottom: 2px solid #ffcd3f;
}

.latest_news_item small a {
    color: #000;
}

.latest_news_item small a:hover {
    color: #ffcd3f !important;
}

.blog .blog_content .blog_top {
    display: flex;
    justify-content: space-between;
}

.blog .blog_content .blog_top .blog_top_left {
    width: 70%;
    margin-right: 50px;
}

.blog .blog_content .blog_top .blog_top_right {
    width: 25%;
}

.blog .blog_top .blog_top_left_item a {
    display: inline-block;
    text-align: center;
    color: #000;
}

.blog .blog_top .blog_top_left_item img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.blog .blog_top .blog_top_left_item .image {
    position: relative;
    margin-bottom: 20px;
}

.blog .blog_top .blog_top_left_item .category {
    padding: 5px 20px;
    background: white;
    border: 1px solid black;
    color: #000;
    position: absolute;
    display: inline-block;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.blog .blog_top .blog_top_left_item .category:hover {
    color: #ffcd3f;
}

.blog .blog_top .blog_top_left_item h1 {
    display: inline;
    transition: .3s all;
}

.blog .blog_top .blog_top_left_item:hover a h1 {
    box-shadow: inset 0 -2px 0 0 #ffcd3f
}

.blog .blog_content .blog_top_right_item {
    position: relative;
}

.blog .blog_content .blog_top_right_item img {
    width: 100%;
    height: 135px;
    margin-bottom: 15px;
    object-fit: cover;
}

.blog .blog_content .blog_top_right_item small {
    width: 100%;
    display: inline-block;
}

.blog .blog_content .blog_top_right_item small span {
    color: #ffcd3f;
    margin-left: 15px;
}

.blog .blog_content .blog_top_right_item h3 {
    display: inline;
    margin-bottom: 40px;
}

.blog .blog_content .blog_top_right_item h3 a {
    color: #000;
    border-bottom: 3px solid transparent;
}

.blog .blog_content .blog_top_right_item:hover h3 a {
    border-bottom: 2px solid #ffcd3f;
}

.blog .blog_content .blog_top_right_item label {
    padding: 2px 9px;
    background: white;
    border: 1px solid black;
    color: #000;
    position: absolute;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    transition: .3s all;
    top: 122px;
}

.blog .blog_content .blog_top_right_item a:hover label {
    color: #ffcd3f;
}

.blog .featured {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
}

.blog .featured .featured_left {
    width: 25%;
}

.blog .featured .featured_right {
    width: 72%;
    display: flex;
    animation: to_left 1s ease-out;
    animation-fill-mode: forwards;
}

.blog .featured .featured_item {
    position: relative;
    margin: 0 10px;
    width: 32%;
}

.blog .featured .featured_item img {
    width: 100%;
    height: 135px;
    margin-bottom: 15px;
    object-fit: cover;
}

.blog .featured .featured_item span {
    display: block;
}

.blog .featured .featured_item h3 {
    display: inline;
    margin-bottom: 40px;
}

.blog .featured .featured_item h3 a {
    color: #000;
    border-bottom: 3px solid transparent;
}

.blog .featured .featured_item:hover h3 a {
    border-bottom: 2px solid #ffcd3f;
}

.blog .featured .featured_item label {
    padding: 2px 9px;
    background: white;
    border: 1px solid black;
    color: #000;
    position: absolute;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    top: 122px;
    transition: .3s all;
}

.blog .featured .featured_item a:hover label {
    color: #ffcd3f;
}

@keyframes to_left {
    from {
        transform: translateX(10px);
    }

    to {
        transform: translateX(0);
    }
}

.blog .blog_bottom {
    display: flex;
}

.blog .blog_bottom .blog_bottom_left {
    width: 65%;
    padding-left: 15px;
    padding-right: 15px;
}

.blog .blog_bottom .blog_bottom_right {
    width: 35%;
}

.blog .blog_bottom .blog_bottom_left .fashion {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.blog .blog_bottom .blog_bottom_left .fashion_item {
    width: 40%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 10%;
}

.blog .blog_bottom .blog_bottom_left .fashion_item h3 {
    width: 100%;
}

.blog .blog_bottom .blog_bottom_left .fashion_item:hover h3 a {
    box-shadow: inset 0 -2px 0 0 #ffcd3f;
    color: #000;
}

.blog .blog_bottom .blog_bottom_left .fashion_item span small {
    color: gray;
}

.blog .technology {
    display: flex;
    flex-direction: column;
}

.blog .technology .technology_item {
    display: flex;
    margin-bottom: 15px;
}

.blog .technology .technology_item img {
    width: 150px;
    height: 100px;
    object-fit: cover;
}

.blog .technology .technology_item_desc {
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog .technology .technology_item_desc span small {
    color: gray;
}

.blog .blog_bottom .celebrities .celebrities_top img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.blog .blog_bottom .celebrities .celebrities_top .image {
    position: relative;
    margin-bottom: 20px;
}

.blog .blog_bottom .celebrities .celebrities_top .category {
    padding: 5px 20px;
    background: white;
    border: 1px solid black;
    color: #000;
    position: absolute;
    display: inline-block;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.blog .blog_bottom .celebrities .celebrities_top .category:hover {
    color: #ffcd3f;
}

.blog .blog_bottom .celebrities .celebrities_top h1 {
    display: inline;
    transition: .3s all;
}

.blog .blog_bottom .celebrities .celebrities_bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog .celebrities .celebrities_item {
    position: relative;
    margin: 15px 1%;
    width: 48%;
}

.blog .celebrities .celebrities_item img {
    width: 100%;
    height: 135px;
    margin-bottom: 25px;
    object-fit: cover;
}

.blog .celebrities .celebrities_item h3 {
    display: inline;
    margin-bottom: 40px;
}

.blog .celebrities .celebrities_item h3 a {
    color: #000;
    border-bottom: 3px solid transparent;
}

.blog .celebrities .celebrities_item:hover h3 a {
    border-bottom: 2px solid #ffcd3f;
}

.blog .celebrities .celebrities_item label {
    padding: 2px 9px;
    background: white;
    border: 1px solid black;
    color: #000;
    position: absolute;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    top: 122px;
    transition: .3s all;
}

.blog .celebrities .celebrities_item a:hover label {
    color: #ffcd3f;
}

.blog .tv {
    display: flex;
    flex-direction: column;
}

.blog .tv_item {
    margin-bottom: 15px;
    display: flex;
}

.blog .tv_item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.blog .tv_item h3 {
    display: inline;
    padding-left: 15px;
}

.blog .tv_item h3 a {
    color: #000;
    border-bottom: 2px solid transparent;
}

.blog .tv_item:hover h3 a {
    border-bottom: 2px solid #ffcd3f;
}

.blog .tv_item span {
    color: gray;
    display: block;
}

.blog .food_drink {
    display: flex;
    flex-direction: column;
}

.blog .food_drink_item {
    margin-bottom: 15px;
    display: flex;
}

.blog .food_drink_item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.blog .food_drink_item h3 {
    display: inline;
    padding-left: 15px;
}

.blog .food_drink_item h3 a {
    color: #000;
    border-bottom: 2px solid transparent;
}

.blog .food_drink_item:hover h3 a {
    border-bottom: 2px solid #ffcd3f;
}

.blog .food_drink_item span {
    color: gray;
    display: block;
}

.banner1  {
    width: 300px;
    height: 250px;
}
.banner1 iframe {
    width: 100%;
    height: 100%;
}

.banner2 {
    width: 970px;
    height: 250px;
}
.banner2 iframe{
    width: 100%;
    height: 100%;
}

/*Blog Pgae End*/
/**************************************************************************/
/*Blog-detail*/

.blog-detail {

}

.blog-detail .top {
    position: relative;
}

.blog-detail .topImg {
    width: 100%;
    height: 80vh;
    min-height: 500px;
    background-position: center;
    background-size: cover;
}

.blog-detail .topImgOverlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, .6));
}

.blog-detail .topImgDescription {
    position: absolute;
    top: 60%;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
}

.blog-detail .descCategoryAuthor {
    color: #fff;
}

.blog-detail .descCategoryAuthor span {
    font-size: 12px;
}

.blog-detail .descCategoryAuthor a {
    color: #fff;
}

.blog-detail .descCategoryAuthor a:hover {
    color: #ffcd3f !important;
}

.blog-detail .descCategory a {
    display: inline-block;
    border: 1px solid gray;
    color: #d2d2d2;
    padding: 0 15px;
}

.blog-detail .descCategory a:hover {
    border-color: #fff;
}

.blog-detail .top h2 {
    color: #fff;
    font-size: 30px !important;
    padding: 0 10%;
}

.blog-detail .top .information {
    display: inline-flex;
    align-items: center;
}

.blog-detail .top .information img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}

.blog-detail .top .information span {
    color: #ffffff;
    padding-left: 10px;
    font-size: 12px;
}

.blog-detail .top .information span a {
    color: #fff;
}

.blog-detail .top .information span a:hover {
    color: #ffcd3f;
}

.blog-detail .banner3 {
    text-align: center;
    margin: 20px 0;
}

.blog-detail .share {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-detail .share span i {
    border-right: 1px solid gray;
    padding-right: 12px;
    margin-right: 8px;
}

.blog-detail .share a {
    color: #000;
}

.blog-detail .share a:hover {
    color: #ffcd3f;
}

.blog-detail .blog-detail-content {
    display: flex;
    padding: 0 4%;
}

.blog-detail .blog-detail-content .detail-left {
    width: 75%;
}

.blog-detail .blog-detail-content .detail-left img {
    width: 100% !important;
    height: auto !important;
}

.blog-detail .blog-detail-content .detail-right {
    width: 25%;
}

.blog-detail .blog-detail-content .detail-left h2 {
    padding: 10px 8%;
}

.blog-detail .blog-detail-content .detail-left > * {
    padding: 0 8% 10px 8%;
}

.blog-detail .blog-detail-content .detail-left .detailImg img {
    width: 100%;
    padding: 0 2%;
}

.blog-detail .blog-detail-content .detail-left .detailImg small {
    padding: 0 8%;
}

.blog-detail .blog-detail-content .detail-left .share {
    justify-content: flex-end;
    padding-right: 8%;
}

.blog-detail .blog-detail-content .nextPrevArticles {
    padding-top: 40px;
    display: flex;
    justify-content: space-around;
}

.blog-detail .blog-detail-content .nextPrevArticles > div {
    width: 40%;
    background-color: #f9f9f9;
    padding: 30px 20px;
    font-weight: bold;
    position: relative;
}

.blog-detail .blog-detail-content .nextPrevArticles > div.nextArticle::after {
    content: 'Next Article';
    position: absolute;
    top: 5px;
    left: 20px;
    color: #ccccce;
    font-size: 14px;
    font-weight: normal;
}

.blog-detail .blog-detail-content .nextPrevArticles > div.prevArticle::after {
    content: 'Previous Article';
    position: absolute;
    top: 5px;
    left: 20px;
    color: #ccccce;
    font-size: 14px;
    font-weight: normal;
}

.blog-detail .blog-detail-content .nextPrevArticles > div a {
    color: #000;
    font-size: 18px;
}

.blog-detail .blog-detail-content .nextPrevArticles > div:hover a {
    box-shadow: inset 0 -2px 0 0 #ffcd3f;
}

.blog-detail .blog-detail-content .user-info {
    display: flex;
    padding: 15px 8%;
}

.blog-detail .blog-detail-content .user-info img {
    width: 100px !important;
    height: 100px !important;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
}

.blog-detail .blog-detail-content .user-information {
    display: flex;
    flex-direction: column;
}

.blog-detail .blog-detail-content .user-information p {
    padding-right: 30px;
    padding-left: 0;
}

.blog-detail .blog-detail-content .user-information h2 {
    padding: 0;
}

.blog-detail .blog-detail-content .user-information small a {
    color: #000;
    font-style: italic;
}

.blog-detail .blog-detail-content .user-information h2 a {
    font-size: 30px;
    color: #000;
}

.blog-detail .blog-detail-content .user-information h2 a:hover, .blog-detail .blog-detail-content .user-information small a:hover {
    color: #ffcd3f;
}

.blog-detail .blog-detail-content .comment-form {
    padding: 15px 8%;
}

.blog-detail .blog-detail-content .comment-form h3 {
    font-size: 11px !important;
    font-weight: normal;
    letter-spacing: 1px;
}

.blog-detail .blog-detail-content .comment-form textarea {
    width: 100%;
    min-height: 170px;
    font-size: 11px !important;
    border: 1px solid #dddddd;
    padding: 5px;
    transition: .3s border;
}

.blog-detail .blog-detail-content .comment-form textarea:focus {
    border: 1px solid #a1a1a1;
}

.blog-detail .blog-detail-content .comment-form form > div {
    display: flex;
    justify-content: space-between;
}

.blog-detail .blog-detail-content .comment-form form > div input {
    width: 30%;
    height: 35px;
    font-size: 11px !important;
    padding: 5px 10px;
    border: 1px solid #dddddd;
    transition: .3s border;
}

.blog-detail .blog-detail-content .comment-form form > div input:focus {
    border: 1px solid #a1a1a1;
}

.blog-detail .blog-detail-content .comment-form form input[type=checkbox] {
    vertical-align: middle;
    margin-right: 10px;
}

.blog-detail .blog-detail-content .comment-form form button[type=submit] {
    color: #fff;
    border: none;
    background: #f5b000;
    font-size: 14px;
    display: block;
    padding: 5px 20px;
    transition: .3s background;
    cursor: pointer;
}

.blog-detail .blog-detail-content .comment-form form button[type=submit]:hover {
    background: #000;
}

.blog-detail .blog-detail-content .detail-right {
    background: #f9f9f9;
    padding: 14px;
}

.blog-detail .blog-detail-content .detail-right h4 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 16px;
    line-height: 31px;
    text-align: left;
}

.blog-detail .blog-detail-content .detail-right .news-item {
    border-bottom: 1px solid #eee;
    padding: 8px 10px 15px 10px;
    margin-bottom: 10px;
}

.blog-detail .blog-detail-content .detail-right .news-item .cat-date {
    display: flex;
    font-size: 13px;
}

.blog-detail .blog-detail-content .detail-right .news-item .cat-date a {
    color: #000;
    text-decoration: none !important;
}

.blog-detail .blog-detail-content .detail-right .news-item .cat-date a:hover {
    color: #ffcd3f;
}

.blog-detail .blog-detail-content .detail-right .news-item .cat-date small {
    color: #ffcd3f;
    margin-left: 25px;
}

.blog-detail .blog-detail-content .detail-right .news-item h3 {
    display: inline;
}

.blog-detail .blog-detail-content .detail-right .news-item h3 a {
    color: #000;
    transition: .3s box-shadow;
}

.blog-detail .blog-detail-content .detail-right .news-item:hover h3 {
    box-shadow: inset 0 -1px 0 0 #ffcd3f;
}

.blog-detail .blog-detail-content .detail-right .news-item p {
    display: inline;
    color: #6d6d6d;
    font-size: 12px;
}

.youLike {
    padding: 30px 0;
    text-align: center;
}

.youLike .youLikeTitle {
    text-align: center;
}

.youLike h2 {
    font-size: 60px !important;
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

.youLike h2::before {
    content: 'RELATED';
    display: inline-block;
    font-size: 14px;
    background: #000;
    color: #fff;
    padding: 5px;
    position: absolute;
    top: -30px;
    right: -63px;
    border-radius: 2px 2px 2px 0;
}

.youLike h2::after {
    content: '';
    position: absolute;
    right: -3px;
    top: -4px;
    width: 0;
    height: 0;
    display: inline-block;
    border-left: 0;
    border-bottom: 0;
    border-top: 10px solid #000;
    border-right: 8px solid transparent;
}

.youLike .recomended {
    margin: 5px 0;
    font-weight: normal;
    position: relative;
    color: #ffcd3f;
    font-style: italic;
}

.youLike .recomended::after {
    content: '';
    height: 1px;
    background: #eeeeee;
    display: inline-block;
    width: 30%;
    vertical-align: middle;
}

.youLike .recomended::before {
    content: '';
    height: 1px;
    background: #eeeeee;
    display: inline-block;
    width: 30%;
    vertical-align: middle;
}

.youLike .youlinkeContent {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.youLike .youlinkeContent .youLikeItem {
    width: 22%;
}

.youLike .youlinkeContent .youLikeItem h3 a {
    color: #000;
}

.youLike .youlinkeContent .youLikeItem:hover h3 a {
    box-shadow: inset 0 -1px 0 0 #ffcd3f;
}

.youLike .youlinkeContent .likeItemTop {
    position: relative;
}

.youLike .youlinkeContent .youLikeItem a.category {
    padding: 2px 10px;
    background: #fff;
    border: 1px solid #000;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0;
    color: #000;
    transform: translateX(-50%) translateY(50%);
}

.youLike .youlinkeContent .youLikeItem a.category:hover {
    color: #ffcd3f;
}

.youLike .youlinkeContent .youLikeItem img {
    width: 100%;
    min-height: 140px;
    object-fit: cover;
}

.youLike .youlinkeContent .youLikeItem h3 {
    margin-top: 20px;
}

.youLike .youlinkeContent .youLikeItem p {
    color: #6d6d6d;
    font-size: 14px;
}

.youLike .youlinkeContent .youLikeItem .author {
    color: #000;
}

.youLike .youlinkeContent .youLikeItem .author:hover {
    color: #ffcd3f;
}

.blog-category {
    margin-bottom: 50px;
    padding-top: 50px;
}

.blog-category .blog-category-top {
    background: #f9f9f9;
    padding: 40px 0;
}

.blog-category .blog-category-top .blog-cat-top-wrapper {
    width: 60%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.blog-category .blog-category-top img {
    margin: 0 20px;
}

.blog-category .blog-category-top span {
    font-family: 'sweetFont', sans-serif;
    letter-spacing: 2px;
}

.blog-category .blog-category-top .categories {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.blog-category .blog-category-top .categories a {
    padding: 5px;
    margin: 5px;
    font-size: 12px;
    border: 1px solid #000;
    color: #000;
    display: inline-block;
}

.blog-category .blog-category-top .categories a:hover {
    border: 1px solid #676365;
    color: #ffcd3f;

}

.blog-category .blog-categories_latest {
    display: flex;
    width: 90%;
    margin: 0 auto;
}

.blog-category .blog-cats {
    width: 70%;
    display: flex;
    flex-direction: column;
    padding-right: 15px;
}

.blog-category .catBlogItem {
    display: flex;
    margin: 15px 0;
}

.blog-category .catBlogItem .blog_image {
    width: 40%;
    margin-right: 15px;
}

.blog-category .catBlogItem .blog_image img {
    width: 100%;
}

.blog-category .catBlogItem .author_time small {
    color: #ffcd3f;
}

.blog-category .catBlogItem .blog_description {
    display: flex;
    justify-content: flex-start;
}

.blog-category .catBlogItem .blog_desc {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.blog-category .catBlogItem .blog_desc a {
    color: #000;
    transition: .3s all;
}

.blog-category .catBlogItem:hover .blog_desc a {
    box-shadow: inset 0 -1px 0 #ffcd3f;
}

.blog-category .catBlogItem .blog_desc a.category {
    border: 1px solid #000;
    margin-top: 15px;
    box-shadow: none;
}

.blog-category .catBlogItem .blog_desc a.category:hover {
    border: 1px solid #676365;
    cursor: pointer;
}

.blog-category .catBlogItem .blog_desc a.author {
    box-shadow: none !important;
}

.blog-category .catBlogItem .blog_desc a.author:hover {
    cursor: pointer;
    color: #ffcd3f;
}

.blog-category .catBlogItem .blog_desc label {
    color: #000;
    font-size: 12px;
    padding: 0 10px;
    cursor: pointer;
    margin: 0;
    transition: .3s all;
}

.blog-category .catBlogItem .blog_desc a:hover label {
    color: #ffcd3f;
}

.blog-category .blog_latest {
    width: 30%;
    margin-top: 15px;
    background-color: #f9f9f9;
}

.blog-category .blog_latest h4 {
    padding: 20px 15px;
}

.pagination {
    margin-top: 15px;
    width: 100%;
}

.pagination .page-item.active span {
    background-color: #ffcd3f !important;
    border-color: #ffcd3f !important;
}

.pagination .page-item a {
    background: transparent;
    color: #ffcd3f !important;
}

.pagination .page-link:focus {
    box-shadow: 0 0 0 0.2rem rgb(42 111 126 / 7%);
}

.blog .author {
    text-transform: capitalize;
}

.blog .author:hover {
    color: #ffcd3f !important;
}

/*Blog-detail*/
/**************************************************************************/

/*product detail */

.product_detail {
    border-top: solid #2a6f7e 1px;
}

.product_detail .product_container {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 100px;
    padding: 2rem .5rem .5rem .5rem !important;
}
.product_detail .product_container .magicBtn{
    background: linear-gradient(135deg, #2a6f7e 74%, #FFF 74%);
    padding: 5px 40px 5px 10px;
    border: none;
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 15px;
    bottom: 0;
}

.product_detail .product_info .product_title_info{
    position: relative;
}

.product_detail .bottom_dash::after {
    content: '';
    display: inline-block;
    width: 100px;
    /* height: 2px; */
    /* background-color: #2a6f7e; */
    position: absolute;
    left: 0;
    bottom: -1px;
}

.product_detail .product_info .product_title_info i {
    font-size: 40px;
    color: #2a6f7e;

}

.product_detail .product_info .product_status {
    font-size: 11px;
}

.product_detail .product_info_details {
    margin: 0;
    padding: 0;
}

.product_detail .product_info_details li {
    border-top: 1px solid #dee2e6;
    padding: 10px 0;
    font-size: 12px;
}

.product_detail .product_info_details li strong {
    display: inline-block;
    width: 50%;
}

.product_detail .more_details_title , .hipoteq-page  .more_details_title{
    height: 50px;
    padding: 5px 10px;
    font-size: 20px;
}

.more_details_title-sp1{
     float: left;
 }

.more_details_title-sp2{
    float: right;
}

.more_details_title-sp3{
    float: right;
}

.more_details_title-display{
    display:block!important;
}

.product_detail .more_details_title .product_image {
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: center;
    margin-right: 7px;
}

.product_detail .more_detail_bottom ,.hipoteq-page .more_detail_bottom {
    background-color: #F8F8F8;
    padding: 0 10px 10px 10px;
    border: solid #2a6f7e1f 2px;
}

.product_detail .more_detail_bottom li {
    padding: 10px 0;
    border-bottom: 1px solid #dee2e6;
    font-size: 18px;
}

.product_detail .more_detail_bottom li span {
    font-weight: bold;
}


.product_detail .supplement {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    /* padding-left: 0; */
    /*border: #2a6f7e85 1px solid;*/
    padding: 1rem;
    /*background-color: #f1cb8c33;*/
}

.product_detail .supplement i {
    color: #0d6aad;
}
.product_detail .supplement li{
    width: 48%;
    padding: 0 10px;
}
.supplement li{
    min-width: 100%;
    font-size: 15px;
}

.product_detail .product_detail_map iframe {
    margin-bottom: -12px;

}
.product_detail_map{
    border: solid #2a6f7e1f 2px!important;
    height: calc(100% - 70px);
    min-height: 420px;
}
.detail_plan_images {
    display: flex;
    flex-wrap: wrap;
}

.detail_plan_images .plan_image {
    width: 150px;
    height: 150px;
    margin: 10px 10px 10px 0;
    background-size: cover;
    background-position: center;
}

.product_detail .add_files a {
    margin: 5px 10px 5px 0;
}

.product_detail .add_files a i {
    text-shadow: 0 0 2px black;
    color: #fff0ff;
}

.product_detail .contact img {
    width: 100%;
}
.contact{
    margin-top: 20px;
}
.contact p{
    /*font-size: 14px!important;*/
    font-weight: bold;
}
.product_detail .contact_info * {
    font-size: 12px;
    color: #2a6f7e;
}

.product_detail .contact_info i {
    border-radius: 20px;
    border: 1px solid #e6e6e6;
    padding: 4px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 20px
}

.product_detail .contact_info a:hover i {
    color: #0d6aad;
}

.product_detail span.profession {
    font-size: 12px;
}

.magicBtn{
    position: relative;
    overflow: hidden;
    border: 1px solid #eee!important;
    box-sizing: border-box;
}
.magicBtn:hover{
    cursor: pointer;
}

.magicBtn a, .magicBtn button{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 5px 0;
    background-color: #2a6f7e;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: .8s all;
}
.magicBtn:hover a, .magicBtn:hover button{
    color: #2a6f7e!important;
}

.magicBtn a::before, .magicBtn button::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 20px solid transparent;
    border-left: 20px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 20px solid #fff;
    transition: .5s all ease-out;
}

.magicBtn:hover a::before, .magicBtn:hover button::before {
    border-top: 200px solid transparent;
    border-left: 200px solid transparent;
    border-right: 200px solid #fff;
    border-bottom: 200px solid #fff;
}

.magicBtn a::after, .magicBtn button::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 0px solid transparent;
    border-left: 0px solid transparent;
    border-right: 0px solid #2a6f7e;
    border-bottom: 0px solid #2a6f7e;
    transition: .8s all;
}

.magicBtn:hover a::after, .magicBtn:hover button::after {
    border-top: 20px solid transparent;
    border-left: 20px solid transparent;
    border-right: 20px solid #2a6f7e;
    border-bottom: 20px solid #2a6f7e;
}

.magicBtn small{
    position: relative;
    font-size: 16px;
    font-weight: bold;
}

.magicBtn:hover a small, .magicBtn:hover button small {
    z-index: 2;
}
.magicBtn span {
    font-size: 0;
}

.magicBtn span i{
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    color: #3e5f67;
    border-radius: 50%;
    background: #fff;
    transition: .8s background , .8s color;
    padding: 3px;
    z-index: 9;
}


.magicBtn:hover span i{
    transition: .8s transform cubic-bezier(.17,.67,.19,1.21);
    transform: translateY(-50%) rotate(360deg);
    background: #3e5f67;
    color: #fff;
}

.fz-12 {
    font-size: 12px!important;
}

.fz-17 {
    font-size: 17px!important;
}

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

.product_detail .button-primary {
    border: none;
    background: #0f83ff;
    color: #fff;
    padding: 5px 10px;
}

.fz-25 {
    font-size: 25px!important;
}

.product_card_item{
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    transform: translateZ(1px);
    backface-visibility: hidden;
    transition: .5s all;
    box-shadow: 0 5px 12px rgba(42, 111, 126, 0.51);
    position: relative;
    z-index: 1!important;
}

.product_card_item .product_image{
    position: relative;
    overflow: hidden;
}

.product_card_item .product_image.urgently::before{
    content: 'Շտապ';
    display: inline-block;
    transform: rotate(-45deg);
    position: absolute;
    right: -37px;
    bottom: 7px;
    background: red;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 3px 40px;
}
.old_price{
    color: #ff000094;
    text-decoration: line-through;
    font-size: 10px;
}
.new_price{
    font-weight: bold;
}

.product_card_item .product_buttons {
    position: absolute;
    top: 37px;
    left: -12px;
    /*left: -24px;*/
    display: flex;
    flex-direction: column;
    z-index: 999;
    /*===*/
    width: calc(100% + 24px);
    /*===*/
}
.hotel_card_item .product_buttons {
    position: absolute;
    top: 22px;
    left: 3px;
    /*left: -24px;*/
    display: flex;
    flex-direction: column;
    z-index: 999;
    /*===*/
    width: calc(100% - 6px);
    /*===*/
}

.product_card_item .product_buttons a{
    padding-left: 18px;
    padding-right: 13px;
    color: #fff;
    position: relative;
    font-size: 11px;
    width: 70px;
    transition: .5s all;
    background-size: cover;
    background-image: linear-gradient(to right ,rgb(42, 111, 126), rgba(65, 170, 193, 0.8));
    margin-bottom: 10px;
    filter:drop-shadow(0px 2px 2px rgba(0,0,0,0.8));
    border-radius: 2px;
}
.hotel_card_item .product_buttons a{
    padding-left: 18px;
    padding-right: 13px;
    color: #fff;
    position: relative;
    font-size: 14px;
    width: 117px;
    transition: .5s all;
    background-size: cover;
    /*background-image: linear-gradient(to right, rgb(42 111 126 / 80%), rgb(42 111 126 / 30%));*/
    background-image: linear-gradient(to right, rgb(42, 111, 126), rgb(42 111 126 / 74%));
    margin-bottom: 10px;
    filter:drop-shadow(0px 2px 2px rgba(0,0,0,0.8));
    border-radius: 2px;
    border-top-left-radius: 5px;
}

a:not([href]):not([tabindex]):hover{
    color: #296e7d !important;
}

.product_card_item .product_buttons a span{
    overflow: hidden;
    display: inline-block;
    width: 39px;
    text-overflow:ellipsis;
    white-space: nowrap;
    line-height: 24px;
    height: 20px;
    text-align: center;
    transition: .5s all;

}
.hotel_card_item .product_buttons a span{
    overflow: hidden;
    display: inline-block;
    width: 89px;
    text-overflow:ellipsis;
    white-space: nowrap;
    line-height: 24px;
    height: 20px;
    text-align: center;
    transition: .5s all;

}

.product_card_item:hover .product_buttons a{
    width: 100%;
    /*height: 24px;*/
}
.product_card_item:hover .product_buttons a span{
    width: 100%;
}
.hotel_card_item:hover .product_buttons a{
    width: 50%;
    /*width: 100%;*/
    /*height: 24px;*/
}
.hotel_card_item:hover .product_buttons a span{
    width: 100%;
}


.product_card_item .product_buttons a.pr_s::before{
    content: '';
    border-style: solid;
    border-color: transparent;
    bottom: -9px;
    position: absolute;
    border-width: 0 10px 9px 0;
    left: 0px;
    border-right: 12px solid #3d494c;
}
.hotel_card_item .product_buttons a.pr_s::before{
    content: '';
    border-style: solid;
    border-color: transparent;
    bottom: -9px;
    position: absolute;
    border-width: 0 10px 9px 0;
    left: 0px;
    border-right: 12px solid #3d494c;
}

.product_card_item .product_buttons a.pr_s::after{
    content: '';
    border-style: solid;
    border-color: transparent;
    bottom: -9px;
    position: absolute;
    border-width: 0 10px 9px 0;
    right: -10px;
    border-left: 12px solid #3d494c8f;
    transition: .2s all;
    transform: scaleX(0);
}
.hotel_card_item .product_buttons a.pr_s::after{
    content: '';
    border-style: solid;
    border-color: transparent;
    bottom: -9px;
    position: absolute;
    border-width: 0 10px 9px 0;
    right: -10px;
    border-left: 12px solid #3d494c8f;
    transition: .2s all;
    transform: scaleX(0);
}

.product_card_item:hover .product_buttons a.pr_s::after{
    transition: .5s .5s all;
    transform: scaleX(1);
}
.hotel_card_item:hover .product_buttons a.pr_s::after{
    /*transition: .5s .5s all;*/
    /*transform: scaleX(1);*/
}

/*.product_card_item .product_buttons a::after{*/
    /*content: '';*/
    /*display: inline-block;*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-right:0;*/
    /*border-left:13px solid #fff;*/
    /*border-top:12px solid transparent;*/
    /*border-bottom:12px solid transparent;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
/*}*/

/*.product_card_item .product_buttons a.product_style{*/
/*    background: #2a6f7e;*/
/*    border-top-right-radius: 10px;*/
/*    border-bottom-right-radius: 10px;*/
/*    text-align: center;*/
/*}*/

.product_card_item .product_buttons a.product_sale{
    /*background: #2a6f7e;*/
    /*border-top-right-radius: 10px;*/
    /*border-bottom-right-radius: 10px;*/
    text-align: center;
}
.hotel_card_item .product_buttons a.product_sale{
    /*background: #2a6f7e;*/
    /*border-top-right-radius: 10px;*/
    /*border-bottom-right-radius: 10px;*/
    text-align: center;
}

.product_card_item .product_buttons a:hover {
    /*background: #1B2835;*/
}
.hotel_card_item .product_buttons a:hover {
    /*background: #1B2835;*/
}

.product_card_item img {
    width: 100%;
    /*border-bottom: 2px solid #0f83ff;*/
    /*height: 140px;*/
    height: 200px;
    object-fit: cover;
}
/*.hotel_card_item img {*/
/*    width: 100%;*/
/*    !*border-bottom: 2px solid #0f83ff;*!*/
/*    !*height: 140px;*!*/
/*    height: 200px;*/
/*    object-fit: cover;*/
/*}*/

.product_card_item .porduct_info {
    text-align: center;
    line-height: 19px;
    font-size: 14px;
}
.product_card_item .product_title .porduct_info{
    padding: 5px;
}
.product_card_item .product_title .porduct_info a{
    color:#2a6f7e;
}

.product_card_item .product_title p {
    max-height: 130px;
    overflow: hidden;
    line-height: 16px;
    font-size: 13px;
}

.product_card_item .product_bottom {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 14px;
    flex-direction: column;
    text-align: center;

}
.product_card_item .vertical_line{
    display: inline-block;
    width: 1px;
    background: #333;
}


.product_card_item .product_footer{
    background-color: #2a6f7e;
    color: #fff;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    align-items: stretch;
}
.prod_area
{
    white-space: nowrap;
    width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*product detail */

/*policy*/
.policy-content {
    padding: 50px 30px;
    background: white;
    font-size: 12px;
}

.policy-content-wrapper {
    padding: 70px 10px;
    /*background: linear-gradient(to bottom, #3e94a8, #4eebff, white);*/
}

/*policy END*/

/*contact us page*/
.contact-us-form-header {
    display: flex;
    justify-content: center;
}

.contact-social-icons-wrapper {
    /*border: 1px solid #608e98;*/
    display: flex;
    justify-content: center;
    padding: 5px 0;
    background: white;
    box-shadow: 0 0 3px;
}

.contact-social-icons-wrapper ul {
    padding: 0;
}

.contact-form-input {
    padding: 7px;
    background: rgb(42, 111, 126);
    margin: 10px 0;
    box-shadow: 1px 3px 5px;
    border-radius: 0!important;
}
.contact-form-wrapper button, .subscribe-form-wrapper button,.subscribe-form-wrapper  .contact-form-input div, .contact-form-wrapper  .contact-form-input div{
    border-radius: 0!important;
}

.contact-us-page h5, .contact-us-page label, .contact-us-page h2, .contact-us-page h1 {
    color: white;
}
#tshirt h1.bottom_dash::after{
    width: 100%!important;
}


/* Calculator */

.calculator-form-item{
    padding-top: 3px;
}
.calculator-form-item label{
    margin-bottom: 3px;
}
.calculator-form-item label{
    color: #2a6f7e;
    font-weight: bold;
}
.calculator-form-item input{
    width: 100%;
}
.calculator-form-buttons{
    padding-top: 8px;
}
.calculator-form-buttons input{
    cursor: pointer;
    height: 40px;
    width: 100%;
    background: #2a6f7e;
    color: #fff;
    border: none;
    margin: 3px 0;
    font-size: 13px;
}

#pmt{
    color: #2a6f7e;
    font-weight: bold;
    border-top: 5px solid;
    border-bottom: 5px solid;
    margin-top: 8px;
    padding-top: 8px;
}

.bg-dark{
    background-color: #2a6f7e!important;
}
.red{
    border: 2px red solid;
}

.more_detail_bottom form{
    font-size: 13px;
}

/* Calculator */

.contact-us-page, .policy-content-wrapper {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


.contact-us-page .btn:hover {
    background-color: #608e98 !important;
    color: #FFF !important;
}

.contact-us-page .btn {
    background-color: #2a6f7e !important;
    border-color: #2a6f7e !important;
}

/*contact us page END*/
/*hotel card*/
.hotel_card{
    height: 100%;
    background: #fff;
}
.hotels .hotel_card_item{
    height: 100%;
    display: flex;
    flex-direction: column;
    /*border: 15px solid #2a6f7e!important;*/
    /*border: 1px solid #2a6f7e!important;*/
    border-radius: 12px;
    box-shadow: 0 0 5px 0px #00000066;
}
.hotel_card_item{
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    box-shadow: 0 0 5px 0px #00000066;
}
.hotel_title{
    flex-grow: 1;
}

.hotel_image img{
    width: 100%;
    /*height: 210px;*/
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
/*hotel slider*/
.hotel_images{
    padding: 3px 22px;
    height: 48px;
    position: relative;
    overflow: hidden;
}
.hotel_images_translate{
    white-space: nowrap;
    /*position: absolute;*/
    text-align: center;
    transform: translateX(0);
    touch-action: auto;
    transition: .3s all;
}
.hotel_images_translate *{
    touch-action: auto
}


.hotel_images .hotel_slider_btn{
    position: absolute;
    top: 0;
    height: 100%;
    line-height: 46px;
    color: #2a6f7e;
    padding: 0 3px;
    cursor: pointer;
    z-index: 3;
    background: #fff;
    transition: .5s all;
}
.hotel_images .hotel_slider_btn:hover{
    color: #fff;
    background: #2a6f7e;
}


.hotel_images .hotel_image_prev{
    left: 0;
}
.hotel_images .hotel_image_next{
    right: 0;
}


.hotel_images img{
    cursor: pointer;
    width: 40px;
    height: 40px;
    object-fit: cover;
    opacity: .8;
}
.hotel_images img.cover{
    opacity: 1;
    box-shadow: 0px 1px 3px 2px #373737;
    border-radius: 5px;
    margin-left: 3px;
    margin-right: 3px;
}



/*hotel slider*/


.hotel_info h2,.hotel_info h3{
    font-size: 20px;
}
.hotel_info h4{
    font-size: 16px;
}

/*hotel footer button*/
.hotel_footer{
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.hotel_footer a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 5px 0;
    background-color: #2a6f7e;
    transition: .8s all;
}

.hotel_footer a::before{
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 30px solid transparent;
    border-left: 30px solid transparent;
    border-right: 30px solid #fff;
    border-bottom: 30px solid #fff;
    transition: .5s all ease-out;
}

.hotel_footer a::after{
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 0px solid transparent;
    border-left: 0px solid transparent;
    border-right: 0px solid #2a6f7e;
    border-bottom: 0px solid #2a6f7e;
    transition: .8s all;
}
.hotel_footer:hover a{
    color: #2a6f7e;
}
.hotel_footer a small{
    position: relative;
    font-size: 15px;
    font-weight: 500;
}

.hotel_footer:hover a small{
    z-index: 2;
}
.hotel_footer:hover a::before{
    border-top: 200px solid transparent;
    border-left: 200px solid transparent;
    border-right: 200px solid #fff;
    border-bottom: 200px solid #fff;
}
.hotel_footer:hover a::after{
    border-top: 30px solid transparent;
    border-left: 30px solid transparent;
    border-right: 30px solid #2a6f7e;
    border-bottom: 30px solid #2a6f7e;
}

.hotel_footer span{
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    color: #3e5f67;
    border-radius: 50%;
    background: #fff;
    font-size: 0;
    transition: .8s background , .8s color;
}
.hotel_footer:hover span{
    transition: .8s transform cubic-bezier(.17,.67,.19,1.21);
    transform:translateY(-50%) rotate(360deg);
    /*background: #3e5f67;*/
    color: #fff;
}
.e-icon-card{
    width: 30px;
    padding: 2px;
}
.hotel_footer span i{
    font-size: 15px;
    padding: 5px;
    border-radius: 50%;
}

/*hotel footer button*/


/*hotel card*/
.header_raw_img{
    height: 69px;
    object-fit: contain;
    border-radius: 8px 0px 0px 8px;
}
/*filtered products*/
.top_products{
    /*background: #ffde002e!important;*/
    padding-top: 15px!important;
    padding-bottom: 15px!important;
}
.top_products{
    background: rgba(96, 142, 152, 0.38) !important;
    /*border: 2px solid #d8ff00!important;*/
}

/*filtered products END*/
/*convertrer*/

#gcw_siteFdEGhTDo8{
    display: none!important;
}


/*convertrer*/

.product_page_logo_icon{
    width: 40px;
}
.no-shadow{
    box-shadow: none!important;
}
/*faq*/
.faq{
    padding: 15px 0 0 0 ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.faq .accordionItem{
    width: 100%;
    margin-bottom: 10px;
    cursor: pointer;
}

.faq .accordionItem h2{
    box-shadow: 1px 5px 6px #000;
    padding: 10px 15px;
    font-size: 18px;
    margin: 0;
    color: #fff;
    border-radius: 15px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #2a6f7e;
}

.faq .accordionItem.open h2{
    background: #3e5f67;
    color: #fff;
}

.faq .accordionItem .accordionItemContent{
    box-shadow: 1px 5px 6px #000;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    padding: 15px 10px 0;
    color: #fff;
    text-shadow: 0 0 2px black;
}
.faq .accordionItem.open .accordionItemContent{
    border-bottom: 2px solid #3e5f67;
    border-left: 2px solid #3e5f67;
    border-right: 2px solid #3e5f67;
    border-radius: 15px;
    /*background-color: rgba(0,0,0,0.3);*/
    background: #000000a6;
}

.faq form{
    position: relative;
}

.faq form textarea,.faq form input{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    color: #fff;
    background-color: #000000d9;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    margin-bottom: 10px;
}
.faq form textarea::placeholder,.faq form input::placeholder{
    color: #fff;
}


.faq form .magicBtn{
    background: #2a6f7e;
    padding: 5px 40px 5px 10px;
    border: none;
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom-right-radius: 3px;
}

.more_detail_bottom.calculate{
    /* height: 450px;  */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0 2px 10px 2px!important;
}
/*faq end*/
/*favorites*/



/*favorites END*/

/*for validation*/
input.invalid, textarea.invalid{

    background: rgb(239, 217, 217);
    box-shadow: rgba(204, 128, 128, 0.7) 0px 0px 3px 1px;
}

/*for validation END*/


#temp table td{
    border:1px solid #2a6f7e;
}

nav + div, nav + section {
    border-top: 1px solid #3e5f66;
}

.birka {
    width: 36% !important;
    height: 100% !important;
}
.empty-result-text{
    margin: 0 auto;
    color: #2a6f7e;
}
.profile_controlls_button{
    width: 100%;
    height: 40px;
    border: none;
    display: flex;
    box-sizing: border-box;
    padding: 0 5px;
    justify-content: space-between;
    cursor: pointer;
    font-size: 12px;
    align-items: center;
    background: #608e98;
    color: #fff;
    transition: .3s all;
}
.profile_controlls_button span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
.profile_controlls_button:hover{
    background: #3e5f67;
}

.profile_controlls_button img{
    width: 30px;
    vertical-align: text-bottom;
    height: 30px;;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0px 0px 7px 1px #000;
}

.profile_controlls{
    display: none;
    background: #fff;
    top: 40px;
    position: absolute;
    z-index: 9;
    align-items: center;
    flex-direction: column;
    right: 0;
    width: 225px;
    box-shadow: 0 2px 15px rgba(0,0,0,.3);
}
.profile_controlls a{
    color: #2e6e7d;
}
.profile_controlls a:hover{
    color:#fff
}
.profile_controlls_button i{
    display: inline;
    margin-right: 17px;
}

.profile_controlls.open{
    display: flex;
}

.login-register .profile_controlls_button span{
    padding: 0 6px;
}

.login{
    display:none;
}


/*progress scroll*/
.progress-bar {
    width: 52px;
    height: 52px;
    position: fixed;
    bottom: 12px;
    right: 8px;
    visibility: hidden;
    opacity: 0;
    background-color: transparent;
    box-shadow: unset;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-top {
    font-size: 25px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    position: fixed;
    right: 5px;
    bottom: 10px;
    color: #14434e!important;
    text-align: center;
    text-decoration: none;
}

.is-visible {
    visibility: visible;
    opacity: 1;
    z-index: 99999999999999999;
}
/*progress scroll*/



/*runlinedetail*/
.runline_detail{
    background-size: cover!important;
    background-position:center!important;
    min-height: 80vh;
    display:flex;
    justify-content: center;
    align-items: center;
}
.runline_item{
    background: rgba(46, 110, 125, 0.7);
    width: 80%;
    min-height: 400px;
    text-align: center;
    box-shadow: 0 0 5px rgb(18, 34, 41);
    color: #fff;
}
.runline_item img{
    width: 150px;
}
.nav-trend{
    font-size: 12px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3px 8px 3px 8px;
    background-color: #3e5f67;
}
/*runlinedetail*/



/*single-product page*/
.singl-product-title{
    font-size: 26px;
    color: #2a6f7e;
    margin-bottom: 17px;
    font-weight: 600;
}
.wrap_anyway{
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap; /*Chrome & Safari */
    white-space: -pre-wrap;        /* Opera 4-6 */
    white-space: -o-pre-wrap;      /* Opera 7 */
    white-space: pre-wrap;         /* CSS3 */
    word-wrap: break-word;         /* Internet Explorer 5.5+ */
    /*word-break: break-all;*/
    white-space: normal;
}
.detail-logo{
    width: 100%;
    text-align: center;
}
.detail-logo img{
    width: 70%;
}
.customSlider{
    min-height: 440px;
    width: 100%;
    height: 86%;
    cursor: zoom-in;
    border: solid 1px #2a6f7e1f;
    background-color: #f8f8f8;
}
.customSlider .bigImg{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.supplement-title{
    font-size: 15px!important;
    font-weight: bold!important;
    margin-top:20px!important;
    margin-bottom: 8px!important;
}
/*single-product page END*/

.addthis_inline_share_toolbox{
    margin-top: 10px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

/* Related Products */
.related-products-div{
    /* margin-top: 22px; */
    overflow-y: auto;
    height: auto;
    overflow-x: hidden;
}

.related-products-div::-webkit-scrollbar {
    width: 8px;
    background: #608e98;
}

/*::-webkit-scrollbar-thumb {*/
/*    background-color: #3e5f67;*/
/*}*/
/*::selection {*/
/*    background: #608e98;*/
/*    color: #fff;*/
/*}*/


/*currency converter*/

#gcw_mainFdEGhTDo8 .gcw_headerFdEGhTDo8 a{
    font-size: 0!important;
}
#gcw_mainFdEGhTDo8.am .gcw_headerFdEGhTDo8 a::before{
    content: 'Currency Calculator';
    font-size: 16px;
}
#gcw_mainFdEGhTDo8.en .gcw_headerFdEGhTDo8 a::before{
    content: 'Currency ENG';
    font-size: 16px;
}
#gcw_mainFdEGhTDo8.ru .gcw_headerFdEGhTDo8 a::before{
    content: 'Currency RUS';
    font-size: 16px;
}
/*currency converter*/


/*breadcrumb*/
ol.breadcrumb{
    width: 100%!important;
    display: flex!important;
    align-items: center!important;
    padding: 0 10px!important;
    font-size: 11px!important;
    line-height: unset!important;
    height: 25px!important;
}
ul.breadcrumb-single-page{
    /*width: 100%!important;*/
    display: flex!important;
    align-items: center!important;
    padding: 0 10px 0 10px!important;
    font-size: 20px!important;
    color: #fff!important;
    line-height: unset!important;
    /*height: 25px!important;*/
    border-radius: 0!important;
    background-color: #2a6f7e!important;
}

ul.breadcrumb-single-page>.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
}

/*breadcrumb ENM*/
.fz-30{
    font-size: 30px;
}
h1.bottom_dash::after {
    content: '';
    display: inline-block;
    width: 310px;
    height: 2px;
    background-color: #2a6f7e;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.ourColor{
    color: #2a6f7e!important;
}
.indent-marzer{
    left: -34px;
}
.region-span{
    position: relative;
    color:white;
    top: -5px;
    /* font-weight: 700; */
    font-size: 14px!important;
}

.hotels_map_regions-norakaruyc{
    position: absolute;
    top:50px;
}
.info-top-norakaruyc{
    position: relative;
    right: 20px;
}

.info-top-norakaruyc-regions{
    position: absolute;
    top: 0;
    left: 130px;
}


.norakaruyc-slider{
    margin: 30px;
    box-shadow:  0 2px 5px #3f3f3f78;
}
.close{
    margin-top: 30px;
}
.close:hover{
    color: white!important;
}

/*.left-filter-block{*/
/*    height: 100%;*/
/*    box-shadow: 5px 0px 20px rgb(0 0 0 / 64%);*/
/*    background-color:rgb(28 100 112);*/
/*    width: 460px;*/
/*    display: inline-block;*/
/*}*/
/*.left-regions-block{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    border-left: 1px solid #c2c2c224;*/
/*    background-color:rgb(28 100 112);*/
/*    height: 100%;*/
/*    padding: 12px 5px 5px 33px;*/
/*}*/

/*.info-second{*/
/*}*/

/*.marque-line-div{*/
/*    display: inline-block;*/
/*    height: 72px;*/
/*    padding-right: 10px;*/
/*    border: solid #31697240 1px;*/
/*    border-radius: 4px;*/
/*}*/
/*.marque-line-a{*/
/*    color: #316972;*/
/*    font-weight: 800;*/
/*}*/
/*.marque-line-div:hover{*/
/*    border: solid #ff9a00 2px;*/
/*    height: 74px;*/
/*}*/
/*.marque-line-a:hover{*/
/*    color: #ff9a00;*/
/*}*/

.new_building_text {
    color: #FD9606;
    font-weight: 600;
    -webkit-animation: color_change 1s infinite alternate;
    -moz-animation: color_change 1s infinite alternate;
    -ms-animation: color_change 1s infinite alternate;
    -o-animation: color_change 1s infinite alternate;
    animation: color_change 1s infinite alternate;
}

.slogan_text{
    font-style: italic;
    font-size: 18px;
    color: #FD9606;
    -webkit-animation: color_change 1s infinite alternate;
    -moz-animation: color_change 1s infinite alternate;
    -ms-animation: color_change 1s infinite alternate;
    -o-animation: color_change 1s infinite alternate;
    animation: color_change 1s infinite alternate;
}

@-webkit-keyframes color_change {
    from { color: rgb(255, 255, 255); }
    to { color: #FD9606; }
}
@-moz-keyframes color_change {
    from { color:rgb(255, 255, 255); }
    to { color: #FD9606; }
}
@-ms-keyframes color_change {
    from { color: rgb(255, 255, 255); }
    to { color: #FD9606; }
}
@-o-keyframes color_change {
    from { color: rgb(255, 255, 255); }
    to { color: #FD9606; }
}
@keyframes color_change {
    from { color: rgb(255, 255, 255); }
    to { color: #FD9606; }
}


.vd_radio input[type=radio]:checked+label {
    color: #ff9a00;
    font-weight: 600;
}
.vd_radio.radio-success input[type=radio]:checked+label:before {
    border: 1px solid #2a6f7e;
}
.vd_radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;
    margin-bottom: 6px;
    color: #fff;
}
.vd_radio label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 3px;
    background-color: #fff;
    border: 1px solid #c2c6cb;
    border-radius: 99px;
}
.vd_radio input[type=radio]:checked+label:after {
    -o-transform: scale(.63);
    -ms-transform: scale(.63);
    -moz-transform: scale(.63);
    -webkit-transform: scale(.63);
    transform: scale(.63);
    line-height: 18px;
    -o-transition: -o-transform .1s 0s cubic-bezier(.455, .03, .215, 1.33);
    -ms-transition: -ms-transform .1s 0s cubic-bezier(.455, .03, .215, 1.33);
    -moz-transition: -moz-transform .1s 0s cubic-bezier(.455, .03, .215, 1.33);
    -webkit-transition: -webkit-transform .1s 0s cubic-bezier(.455, .03, .215, 1.33);
    -o-transition: transform .1s 0s cubic-bezier(.455, .03, .215, 1.33);
    -ms-transition: transform .1s 0s cubic-bezier(.455, .03, .215, 1.33);
    -moz-transition: transform .1s 0s cubic-bezier(.455, .03, .215, 1.33);
    -webkit-transition: transform .1s 0s cubic-bezier(.455, .03, .215, 1.33);
    transition: transform .1s 0s cubic-bezier(.455, .03, .215, 1.33);
}
.vd_radio.radio-success label:after {
    background-color: #ff9a00;
    border: 1px solid #2a6f7e;
}
.vd_radio label:after {
    font-size: 13px;
    content: "";
    text-align: center;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 99px;
    left: 0px;
    top: 3px;
    background-color: #6f7b8a;
    border: 1px solid #6f7b8a;
}

.vd_radio input[type=radio] {
    display: none;
}






/* Project */
.project > div {
    width: 200px;
    background: #fff;
    border-radius: .25rem;
    box-shadow: 1px 1px 10px #000;
}

.project > div ul {
    border: 1px solid rgba(0, 0, 0, .125);
}

.project > div li {
    border: 1px solid #3e5f67;
    margin: 5px;
    padding: 2px 12px;
    cursor: pointer;
}

.project > div ul:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.project > div ul {
    border-radius: .25rem;
}

.project > div li.active {
    background-color: #43919d;
    color: #fff;

}
/*  */

/* building Type */
.building_type > div {
    width: 200px;
    background: #fff;
    border-radius: .25rem;
    box-shadow: 1px 1px 10px #000;
}

.building_type > div ul {
    border: 1px solid rgba(0, 0, 0, .125);
}

.building_type > div li {
    border: 1px solid #3e5f67;
    margin: 5px;
    padding: 2px 12px;
    cursor: pointer;
}

.building_type > div ul:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.building_type > div ul {
    border-radius: .25rem;
}

.building_type > div li.active {
    background-color: #43919d;
    color: #fff;

}
/*  */
/* renovation */
.renovation > div {
    width: 200px;
    background: #fff;
    border-radius: .25rem;
    box-shadow: 1px 1px 10px #000;
}

.renovation > div ul {
    border: 1px solid rgba(0, 0, 0, .125);
}

.renovation > div li {
    border: 1px solid #3e5f67;
    margin: 5px;
    padding: 2px 12px;
    cursor: pointer;
}

.renovation > div ul:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.renovation > div ul {
    border-radius: .25rem;
}

.renovation > div li.active {
    background-color: #43919d;
    color: #fff;

}
/*  */
/* land_type */
.land_type > div {
    width: 200px;
    background: #fff;
    border-radius: .25rem;
    box-shadow: 1px 1px 10px #000;
}

.land_type > div ul {
    border: 1px solid rgba(0, 0, 0, .125);
}

.land_type > div li {
    border: 1px solid #3e5f67;
    margin: 5px;
    padding: 2px 12px;
    cursor: pointer;
    white-space: pre-wrap!important;
}

.land_type > div ul:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.land_type > div ul {
    border-radius: .25rem;
}

.land_type > div li.active {
    background-color: #43919d;
    color: #fff;

}
/*  */


.floors_count{
    width:112px;
}
.floors_count_wrapper{
    /* display:none; */
}

.active-togglebtn{
    color: #ff9a00!important;
    font-weight: 600!important;
}
