@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600");
/*
	*
	*
	* General
	*
	*
*/

@font-face {
    font-family: "Gilroy";
    font-weight: 100;
    src: url("font-Gilroy/Gilroy-UltraLight.otf") format("opentype");
}

@font-face {
    font-family: "Gilroy";
    font-weight: 200;
    src: url("font-Gilroy/Gilroy-Thin.otf") format("opentype");
}

@font-face {
    font-family: "Gilroy";
    font-weight: 300;
    src: url("font-Gilroy/Gilroy-Semibold.otf") format("opentype");
}

@font-face {
    font-family: "Gilroy";
    font-weight: 400;
    src: url("font-Gilroy/Gilroy-Regular.otf") format("opentype");
}

@font-face {
    font-family: "Gilroy";
    font-weight: 500;
    src: url("font-Gilroy/Gilroy-Medium.otf") format("opentype");
}

@font-face {
    font-family: "Gilroy";
    font-weight: 700;
    src: url("font-Gilroy/Gilroy-Bold.otf") format("opentype");
}

body {
    font-family: 'Gilroy'
}
html { font-size: 12px; overflow-y: scroll; }a

body { font-family: 'Gilroy', sans-serif; font-weight: 400; font-size: 1.2rem; color: #444; background: #f3f3f3; line-height: 1; }

.ui-widget,
.ui-widget * { font-size: 1.2rem; font-family: 'Gilroy', sans-serif; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover { background-color: #f00; }

.inline-select { display: inline-block; width: auto; }
#ui-datepicker-div{
    font-size:11px;
}
.ui-datepicker-header{
    background: linear-gradient(97deg, #40c275 -19%, #0fb4ab 124%);
    color: #fff;
}
/* Variables */
img { display: block; border: 0; }

.full-width { width: 100%; }

.flaticon-twitter{
    display:none
}

.form-control,
.form-control:focus { outline: none; box-shadow: none; border-radius: 2px; height: 35px; color: #666; font-size: 1.3rem !important; line-height: 25px; padding: 5px 10px; }

.btn { border: 0; border-radius: 2px; font-weight: 600; }

.btn-red { /* background:linear-gradient(97deg, #40c275 -19%, #0fb4ab 124%); */
background: #910256;
color: #fff !important; }

.btn-orange { background: #ff8926; color: #fff !important; }

.btn-blue { background: #3b8dab; color: #fff !important; }

.btn-green { background: #f00; color: #fff !important; }

.btn:hover { text-decoration: none !important; }

.js-search-button{background:#9e005d;}

b,
strong { font-weight: bold; }

a,
a:hover,
a:focus { text-decoration: none; }

.mb15 { margin-bottom: 15px; }
.mb30 { margin-bottom: 30px; }

.mb50 { margin-bottom: 50px; }

.lh15 { line-height: 1.5; }

.relative { position: relative; }

label.block { display: block; margin-bottom: 10px; font-weight: 600; }

.label-block { display: block; }

.form-control-icon { position: relative; }

.form-control-icon .icon { position: absolute; right: 10px; top: 50%; margin-top: -10px; font-size: 20px; color: #777; }

.form-control-icon .form-control { padding-right: 45px !important; }

h1,
h2,
h3,
h4,
h5,
h6 { line-height: 1; font-weight: 600; }

hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #ddd; }

.shadow,
.header,
.main-description,
.mainpage-content,
.otel-list .otel-list-item,
.list-map,
.list-filter-item { -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1); }

.modal-title { font-size: 1.4rem; }

.close { opacity: 1; color: #fff; }

.modal-header { background: #f00; color: #fff; }

input[type=checkbox], input[type=radio] { margin-top: 0; }
/* Header */
.header { background: #fff; }

.header .top { border-bottom: 1px solid #e9e9e9; }
.header .top .container { position: relative; }

.header .logo {padding-top: 14px;
    float: left;
    max-width: 240px; }

.header .logo img { width: 100% }

.header .call-center { float: right; background: #e9e9e9; background: -moz-linear-gradient(top, #e9e9e9 0%, #ffffff 100%); background: -webkit-linear-gradient(top, #e9e9e9 0%, #ffffff 100%); background: linear-gradient(to bottom, #e9e9e9 0%, #ffffff 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#ffffff', GradientType=0); height: 70px; text-align: center; position: relative; padding-left: 40px; padding-right: 10px; color: #333; padding-top: 10px; }

.header .call-center .icon i { vertical-align: top; }

.header .call-center .content { padding-left: 10px; }

.header .call-center .content p { margin-bottom: 10px; }

.header .call-center .content .phone-number { color: #282955; font-weight: bold; font-size: 1.8rem; letter-spacing: -1px; }

.header .main-navigation > ul > li { padding-left: 15px; padding-right: 15px; float: left; position: relative; }

.header .main-navigation > ul > li > a { display: block; line-height: 50px; padding: 15px 0; font-weight: 500; color: #28295b; font-size: 1.35rem; }
.header .main-navigation > ul > li > a .arrow-icon { font-size: 10px; margin-left: 3px; }
.header .main-navigation > ul > li > a:hover { color: #f00; }
.header .main-navigation .dropdown-menu { border-radius: 3px; margin: 0; }
.header .main-navigation .dropdown-menu .links h5 { margin-bottom: 10px; }
.header .main-navigation .dropdown-menu .links h5 a { color: #f00; font-size: 16px; margin-bottom: 10px; }
.header .main-navigation .dropdown-menu .links ul li { margin-bottom: 10px; }
.header .main-navigation .dropdown-menu .links a { color: #333; line-height: 1.3; }

.mega-menu .links .img-div { margin-top: 20px; position: relative; }
.mega-menu .links .img-div img { width: 100%; position: relative; }
.mega-menu .links .img-div .overlay { position: absolute; width: 100%; text-align: center; top: 20%; background: rgba(10, 49, 82, 0.5); padding: 15px 0; }
.mega-menu .links .img-div .overlay p { color: #fff; font-size: 18px; }
.mega-menu .links .img-div .overlay a { color: #fff; padding: 5px 10px; border: 2px solid #fff; display: inline-block; font-weight: bold; margin-top: 10px; }
/* Mainpage */

.nhLogo{display:none}

.main-search-slider,
.list-search { position: relative; }
.search-module{  /*  background: linear-gradient(97deg, #28295b -19%, #61628d 124% );  */
    margin:4px;
margin-top: -200px;
    margin-bottom: 125px;
}
.search-module .btn { height: 35px; line-height: 35px; padding: 0; color: #fff !important; }

.search-module .btn i { margin-right: 5px; }

.search-module .form-control { border: 0 !important; }

.search-module .inner { padding: 20px; border-radius: 2px; 
 background: linear-gradient(97deg, #282955 -19%, #282955 124%); 
/* background-color: rgb(65, 194, 118, 0.7); */
  margin-top: 2px;
padding: 15px;
    border-radius: 15px;}

.search-module .inner .form-group { margin-bottom: 20px;  }

#personalCount { position: relative; }

#personalCount .personel-select-box { position: absolute; right: 0; top: 45px; width: 255px; background: #fff; display: none; padding-top: 10px; padding-bottom: 10px; z-index: 29; -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); }

#personalCount .personel-select-box:before { content: ""; width: 0; height: 0; border-style: solid; border-width: 0 7px 6px 7px; border-color: transparent transparent #ffffff transparent; position: absolute; top: -6px; right: 10px; }

#personalCount .personel-select-box label { color: #999; font-size: 1.3rem; font-weight: 400; display: block; margin-bottom: 5px; }

#personalCount .personel-select-box .form-element { position: relative; border: 1px solid #eee; height: 30px; }

#personalCount .personel-select-box .form-element span { position: absolute; width: 30px; height: 30px; display: block; background: #eee; text-align: center; line-height: 30px; color: #aaa; font-size: 1.5rem; font-weight: bold; cursor: pointer; }

#personalCount .personel-select-box .form-element span.minus { left: 0; }

#personalCount .personel-select-box .form-element span.plus { right: 0; }

#personalCount .personel-select-box .form-element input { text-align: center; max-width: 100%; height: 30px; padding: 0; line-height: 30px; background: #f9f9f9; color: #999; border: 0; }

.main-promo-content { background: #fff; position: relative; }

.main-promo-content .promo-item { position: relative; padding: 15px 10px; border-right: 1px solid #f3f3f3; height: 105px; }

.main-promo-content .promo-item .image { position: absolute; width: 75px; left: 10px; top: 15px; }

.main-promo-content .promo-item .content { margin-left: 95px; font-weight: 600; color: #333; line-height: 20px; padding-top: 5px; }

.main-promo-content .owl-nav { display: block !important; }

.main-promo-content .owl-nav > div { position: absolute; top: 50%; margin-top: -12px; font-size: 24px; left: -30px; }

.main-promo-content .owl-nav .owl-next { left: auto; right: -30px; }

/* Mainpage Content */
.mainpage-content { padding-top: 30px; }

.main-banner-slider { background: #fff; padding: 4px; border: 1px solid #eee; }

.main-banner-slider-right .item { background: #fff; display: table; width: 100%; margin-bottom: 25px; }

.main-banner-slider-right .item:last-child { margin-bottom: 0; }

.main-banner-slider-right .item .image,
.main-banner-slider-right .item .content { display: table-cell; vertical-align: middle; }

.main-banner-slider-right .item .image { width: 40%; }

.main-banner-slider-right .item .content { width: 70%; padding: 15px; font-size: 1.3rem; }

.main-banner-slider-right .item .content h5 { font-size: 1.5rem; font-weight: 600; margin-bottom: 10px; 

margin-left: -84px;
    background: #fff;
    height: 36px;
    position: relative;
    padding: 12px;
    font-size: 1.3rem;
color: #1e3e81;
}
.main-banner-slider-right .item .content a{margin-top: 24px;
    font-size: 16px;
    font-weight: 300;
    color: #9c145c;}


.main-banner-slider-right .item .content h5   p { margin-bottom: 10px; color: #999; line-height: 1.3; }
.main-banner-slider-right .item .content p {font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;}
.main-banner-slider .owl-nav { position: absolute; top: 50%; margin-top: -18px; width: 100%; }

.main-banner-slider .owl-nav .owl-prev,
.main-banner-slider .owl-nav .owl-next { font-size: 36px; color: #fff; position: absolute; cursor: pointer; }

.main-banner-slider .owl-nav .owl-prev { left: 20px; }

.main-banner-slider .owl-nav .owl-next { right: 20px; }

.popular-otels { margin-bottom: 30px; }

.popular-otels h3,
.popular-locations h3, .mainpage-content h3,
.main-popular-campaigns h3 { font-weight: 600; font-size: 2rem; margin-bottom: 20px; }

.popular-otels .main-popular-carousel .item .inner {font-size:13px; color: #444; display: block; border: 1px solid #eee; padding: 3px; margin-bottom: 5px; -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1); }

.popular-otels .main-popular-carousel .item .inner .content { height: 140px; overflow: hidden; }
.popular-otels .main-popular-carousel .item .inner .content,
.popular-otels .main-popular-carousel .item .inner .price { padding: 10px; }

.popular-otels .main-popular-carousel .item .inner .content h4,
.popular-otels .main-popular-carousel .item .inner .content .location { margin-bottom: 10px; font-size:13px }

.popular-otels .main-popular-carousel .item .inner .content h4,
.popular-otels .main-popular-carousel .item .inner .content h4 a { color: #333; font-weight: bold; font-size: 1.5rem; height: 35px;}

.popular-otels .main-popular-carousel .item .inner .content .location,
.popular-otels .main-popular-carousel .item .inner .content .location a { color: #555; font-size:14px }

.popular-otels .main-popular-carousel .item .inner .content .description { line-height: 1.3; }

.popular-otels .main-popular-carousel .item .inner .price strong { display: block; margin-bottom: 5px; color: #b30f15; font-size: 1.8rem; font-weight: bold; }

.popular-otels .main-popular-carousel .owl-dots .owl-dot { width: 10px; height: 10px; margin: 4px; }

.popular-otels .main-popular-carousel .owl-dots .owl-dot span { background: #ccc; }

.popular-otels .main-popular-carousel .owl-dots .owl-dot.active span { background: #f00; }

.mainpage-content, .main-description { margin-bottom: 30px; }

.main-description .inner, .mainpage-content .inner { border-right: 1px solid #eee;  }

.main-description .inner .title, .mainpage-content .inner .title { font-size: 1.6rem; margin-bottom: 15px; font-weight: 600; line-height: 24px; }

.main-description .inner .title i, .mainpage-content .inner .title i { font-size: 24px; margin-right: 5px; display: inline-block; vertical-align: top; }

.main-description .inner.red .title, .mainpage-content .inner.red .title { color: #d35454; }

.main-description .inner.green .title, .mainpage-content .inner.green .title { color: #6d9366; }

.main-description .inner.blue .title, .mainpage-content .inner.blue .title { color: #4b8398; }

.main-description .inner p, .mainpage-content .inner p { line-height: 1.5; }

.main-description .col-sm-4:last-child .inner, .mainpage-content .col-sm-4:last-child .inner { border-right: 0; }

.popular-location-item   .popular-location-item { margin-top: 10px; }

.popular-location-item > a { position: relative; display: block; color: #fff; }

.popular-location-item > a:after { z-index: 5; position: absolute; content: ""; left: 0; bottom: 0; right: 0; top: 0; background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0); }

.popular-location-item > a .content { position: absolute; z-index: 10; left: 15px; right: 15px; bottom: 15px; }

.popular-location-item.big > a .content { left: 30px; right: 30px; bottom: 30px; }

.popular-location-item > a .content .title { font-size: 1.6rem; font-weight: bold; display: block; margin-bottom: 10px; }

.popular-location-item.big > a .content .title { font-size: 2rem; }

.popular-location-item > a .content .description { line-height: 1.5; }

/* Footer */
.footer { background: #fff; }

.footer .footer-top { padding-top: 15px; }

@media (max-width:991px) {
    .footer-top { text-align: center; }
    .footer-top .phones { margin-bottom: 15px; }
    .footer .social-icons { float: none !important; text-align: center !important; margin-top: 15px; }
#hotel_search_form_main{
    background-image: url("https://panel.otelineode.com/medias/sliders/slider-1679061688-xP5bl80Xt13Rf4u.png");
background-position: bottom;
    padding: 1px;
    padding-top: 7px;
margin-top:-89px;
}
.search-module .inner{
margin :16px;
margin-top: 10px;
background-color: rgb(65, 194, 118, 0.7);
background: none;
}

}
.footer .footer-top,
.footer .footer-links { padding-bottom: 15px; padding-top: 15px; font-size:13px }
.footer .footer-left p { margin-bottom: 10px; line-height: 1.3; font-size:13px}
.footer .social-icons { float: right; text-align: right }
.footer-left{margin-top:-60px}
.footer-left img{width:185px; margin-top:10px; margin-bottom:10px}
.footer .social-icons li { display: inline-block; padding-left: 5px; vertical-align: middle; }
.footer .social-icons li.title { font-weight: bold; font-size: 16px; }
.footer .social-icons li a { font-size: 30px; color: #555; line-height: 1; }

.footer .phones { font-size: 1.8rem; }

.footer .phones li { display: inline-block; }

.footer .phones li a { color: #666; font-weight: 600; line-height: 30px; }

.footer .phones li a i { font-size: 22px; vertical-align: top; margin-right: 5px; }

.footer .phones li a.btn { background: #28295b; color: #fff; line-height: 30px; height: 30px; padding: 0 10px; font-size: 1.3rem; position: relative; margin-left: 10px; }

.footer .phones li a.btn:before { width: 0; height: 0; border-style: solid; border-width: 5.5px 5px 5.5px 0; border-color: transparent #28295b transparent transparent; content: ""; position: absolute; left: -5px; top: 50%; margin-top: -7px; }

.footer .footer-links ul li { padding: 5px 0; }

.footer a { color: #666; }

.footer a:hover { text-decoration: underline; }

.footer .footer-links ul li a i { font-size: 8px; vertical-align: middle; line-height: 1; }

.footer .footer-bottom { line-height: 25px; border-top: 1px solid #eee; padding-top: 15px; font-size:13px}

.footer .footer-bottom a { text-decoration: underline; }

.footer .footer-bottom .footer-logos { padding-bottom: 15px; }
.footer-newsletter { background-color: #fff5f5; padding-top: 15px; padding-bottom: 15px; text-align: center; }
.footer-newsletter h5 { font-size: 16px; margin-bottom: 15px; }
.footer-newsletter .btn { color: #fff; line-height: 35px; padding-top: 0; padding-bottom: 0; }
/* Otel list */
.otel-list .otel-list-item { background-color: #fff; background-image: url(../img/bg.jpg); background-repeat: no-repeat; background-size: 100%; margin-bottom: 20px; min-height: 180px; }

.otel-list .otel-list-item * { visibility: hidden; }

@media (max-width:767px) {
.slider{ visibility: hidden; }
    .otel-list .otel-list-item { min-height: 560px; background-image: url(../img/mobile-bg.jpg); }
}

.otel-list .otel-list-item.loaded { background-image: none; visibility: visible; }

.otel-list .otel-list-item.loaded * { visibility: visible; }

.otel-list .otel-list-item > .inner { display: table; margin: 0; width: 100%; }

.otel-list .otel-list-item > .inner > div { display: table-cell; vertical-align: top; }

.otel-list .otel-list-item > .inner > .image { padding: 10px; width: 25%; }

.otel-list .otel-list-item > .inner > .image img { width: 100%; }

.otel-list .otel-list-item > .inner > .content { width: 55%; padding: 15px 10px; }

.otel-list .otel-list-item > .inner > .content .hotel-name { margin-bottom: 15px; }

.otel-list .otel-list-item > .inner > .content .hotel-name a { color: #14617d; font-size: 1.8rem; font-weight: 600; }

.otel-list .otel-list-item > .inner > .content .location { margin-bottom: 15px; }

.otel-list .otel-list-item > .inner > .content .location,
.otel-list .otel-list-item > .inner > .content .location a { color: #444; }

.otel-list .otel-list-item > .inner > .content .location a:hover { text-decoration: underline; }

.otel-list .otel-list-item > .inner > .content ul.list { margin-bottom: 10px; }

.otel-list .otel-list-item > .inner > .content ul.list li,
.popular-otels .list li { margin-bottom: 10px; position: relative; padding-left: 15px; line-height: 20px; font-weight: 500; }

.otel-list .otel-list-item > .inner > .content ul.list:not(.icon-list) li:before { content: ""; position: absolute; left: 0; top: 7px; border-radius: 100%; width: 6px; height: 6px; background: #ff8926; }

.otel-list .otel-list-item > .inner > .content ul.list.icon-list li,
.popular-otels .icon-list li { padding-left: 35px; line-height: 20px; }

.otel-list .otel-list-item > .inner > .content ul.list.icon-list li .icon,
.popular-otels .icon-list li .icon { position: absolute; left: 0; top: 50%; margin-top: -12px; font-size: 20px; }

.otel-list .otel-list-item > .inner > .content ul.list.icon-list li.orange,
.popular-otels .icon-list li.orange { color: #ff8926; }

.otel-list .otel-list-item > .inner > .content ul.list.icon-list li.green,
.popular-otels .icon-list li.green { color: #428500; }

.otel-list .otel-list-item > .inner > .right { width: 20%; padding: 10px; text-align: center; border-left: 1px solid #e9e9e9; vertical-align: middle; }

.otel-list .otel-list-item > .inner > .right .btn { font-size: 1.6rem; font-weight: 600; line-height: 30px; padding: 5px;  background-color:#9e005d}

.otel-list .otel-list-item > .inner > .right .info,
.otel-list .otel-list-item > .inner > .right .prices .old-price,
.otel-list .otel-list-item > .inner > .right .prices .new-price { margin-bottom: 10px; }
.otel-list .otel-list-item > .inner > .right .prices .new-price .small { font-size: 11px; font-weight: normal; color: #777; }

.otel-list .otel-list-item > .inner > .right .info { color: #f00; font-weight: bold; }

.otel-list .otel-list-item > .inner > .right .prices .old-price { color: #f00; text-decoration: line-through; }

.otel-list .otel-list-item > .inner > .right .prices .new-price { font-size: 2rem; color: #28295b; font-weight: bold; }

.otel-list .otel-list-item > .inner > .right .discount { border: 1px solid #f00; position: relative; height: 32px; padding-left: 45px; padding-right: 15px; font-weight: bold; font-size: 1.2rem; color: #f00; display: inline-block; text-align: left; margin: 0 auto 15px; line-height: 30px; }

.otel-list .otel-list-item > .inner > .right .discount .icon { position: absolute; left: 0; top: 0; width: 30px; height: 30px; text-align: center; line-height: 30px; color: #fff; background: #f00; font-size: 16px; }

.otel-list .otel-list-item > .inner > .right .discount strong { font-size: 1.5rem; }

.list-pagination { margin-top: 30px; margin-bottom: 30px; color: #666; font-size: 1.2rem; text-align: center }

.list-pagination .result-content { line-height: 30px; }

.list-pagination .paging > a { display: inline-block; background: #fff; border-radius: 2px; line-height: 30px; padding: 0 10px; font-weight: bold; border: 1px solid #e0e3ff; color: #000; margin: 0 2px; }

.list-pagination .paging > a:hover { color: #f00; border-color: #f00; }

.list-pagination .paging > a.active { background: #f00; border-color: #f00; color: #fff; }

.list-pagination .paging > a.passive { cursor: default; pointer-events: none; background: #eee; border-color: #ddd; }

.owl-dots { margin-top: 10px; text-align: center; }

.owl-dots .owl-dot { display: inline-block; margin-left: 5px; margin-right: 5px; }

.owl-dots .owl-dot span { width: 10px; height: 10px; display: block; background: rgba(255, 255, 255, .4); border-radius: 100%; }

.owl-dots .owl-dot.active span { background: rgba(255, 255, 255, 1); }

.main-search-slider .owl-dots { width: 100%; position: absolute; left: 0; bottom: 10px; }

.main-search-slider .owl-dots .owl-dot { margin-left: 4px; margin-right: 4px; }

.list-filter-item { background: #fff; padding: 15px; margin-bottom: 15px; }
.list-filter h4 { display: block; font-weight: bold; color: #28295b; margin-bottom: 15px; font-size: 14px; }

.list-page .sort,
.list-page .show-map { display: inline-block; }

.list-page .total-result { line-height: 35px; font-size:14px }

.list-page .show-map .btn { height: 35px; line-height: 35px; padding: 0 15px; font-weight: 600; margin-left: 15px; }

.list-page .show-map .btn i { vertical-align: top; margin-right: 6px; }

.list-page .top { padding-bottom: 10px; }

.list-map { background: #fff; padding: 10px; margin-bottom: 20px; display: none; height: 400px; }

/* Responsive */
@media (max-width: 1199px) {
#hotel_search_form_main{
    background-image: url("https://panel.otelineode.com/medias/sliders/slider-1679061688-xP5bl80Xt13Rf4u.png");
background-position: bottom;
    padding: 1px;
    padding-top: 7px;
margin-top:-82px;
}
.main-banner-slider-right{display:none}
.search-module .inner {padding:3px}
.slider{ visibility: hidden; }
    .header { position: relative; }
    .header .logo { float: none; padding-bottom: 10px;
        padding-top: 0;
        width: 150px;
        float: none;
        margin-top: 20px;}
.search-module{background: none;}

    .header .call-center { left: 50%; margin-left: -60px; top: 0px; position: absolute; float: none; padding-left: 20px; }

    .header .call-center .icon,
    .header .call-center .content { display: inline-block; }

    .header .call-center .icon { font-size: 24px; }

    .header .main-navigation { display: none; float: none !important; border-top: 1px solid #eee; margin-top: 6px; }

    .header .main-navigation > ul > li { float: none !important; border-bottom: 1px solid #eee; padding: 0; }
    .header .main-navigation > ul > li > a { line-height: 30px; position: relative; }

    .header .main-navigation > ul > li > a .arrow-icon { position: absolute; right: 10px; top: 10px; border: 1px solid #ddd; line-height: 30px; width: 30px; display: block; text-align: center; }
    .header .main-navigation > ul > li.active > a .arrow-icon { transform: rotate(180deg); }
    .header .main-navigation > ul > li.active .dropdown-menu { display: block; }
    .dropdown-menu { position: relative; top: auto; left: auto; z-index: auto; float: none; box-shadow: none !important; border: 0; padding-top: 15px; overflow: hidden; background: #f9f9f9; }
    .header .mobile-menu { position: absolute; right: 15px; top: 15px; }

    .header .mobile-menu a { color: #666; font-size: 40px; }
#hotel_search_form_main{

    background-image: url("https://panel.otelineode.com/uploads/hotel_11953/orginal/photo-11953-1rbsP0ENzjRUoyf.jpeg");
   
    padding: 1px;
    padding-top: 7px;
}

.search-module{
margin :16px;
margin-top: 10px;
 background-color: rgb(41, 42, 92, 0.7);
}
.slider{ visi:none  }
}

@media (max-width: 991px) {
#hotel_search_form_main{
    background-image: url("https://panel.otelineode.com/medias/sliders/slider-1679061688-xP5bl80Xt13Rf4u.png");
background-position: bottom;
    padding: 1px;
    padding-top: 7px;
margin-top:-82px;
}
.main-banner-slider-right{display:none}
.slider{ visibility: hidden; }
    .search-module .container { width: 100%; padding-left: 0; padding-right: 0; border-radius: 0; }

    .search-module .inner { padding: 15px; border-radius: 0; }

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

    .mainpage-content { padding-top: 15px; }

    .main-promo-content > .container { padding-left: 30px; padding-right: 30px; }

    .main-banner-slider,
    .main-banner-slider-right .item { margin-bottom: 15px; }

    .main-description .inner, .mainpage-content .inner { min-height: unset; border-right: 0; border-bottom: 1px solid #eee; padding: 15px 0; }

    .popular-location-item { margin-bottom: 20px; margin-top: 0; }

    .footer-bottom { text-align: center; }

    .footer-bottom .footer-logos { margin-top: 15px; }

    .footer-bottom .footer-logos img { margin-left: auto; margin-right: auto; display: block; }

    .list-pagination { text-align: center; }

    .list-pagination .paging { float: none; margin-top: 15px; }

    .list-search { margin-bottom: 0; }
    .list-filter { display: none; margin-bottom: 0; }

    .list-page-mobile-buttons { padding-top: 10px; padding-bottom: 10px; background: #e5e5e5; }

    .list-page-mobile-buttons a { display: block; padding: 5px 10px; line-height: 20px; font-weight: bold; background: #fff; text-align: center; color: #333; }

    .list-page-mobile-buttons a i { margin-right: 5px; font-size: 16px; vertical-align: top; }

    .list-page .total-result { margin-top: 10px; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #ddd; line-height: 1.3; }
    .mega-menu .links { margin-bottom: 15px; }
.search-module{
margin :16px;
margin-top: 10px;
/* background-color: rgb(65, 194, 118, 0.7);*/
}
}

@media (max-width: 767px) {
    .xs-no-float { float: none !important; }

    .xs-mb15 { margin-bottom: 15px; }

    .xs-mb30 { margin-bottom: 30px; }

    .xs-nopad { padding-left: 0 !important; padding-right: 0 !important; }

    .popular-location-item.big > a .content { left: 15px; bottom: 15px; right: 15px; }

    .footer { border-top: 2px solid #bc2c19; text-align: center; }

    .footer .social-icons { float: none; margin-top: 30px; text-align: center; }

    .footer img { margin-left: auto; margin-right: auto; text-align: center; float: none !important; }

    .list-page .sort_show-map { overflow: hidden; }

    .list-page .sort,
    .list-page .show-map { width: 50%; display: block; float: left; }

    .list-page .sort { padding-right: 5px; }

    .list-page .sort strong { display: block; margin-bottom: 5px; }

    .list-page .sort .form-control { width: 100%; font-size: 12px !important; }

    .list-page .show-map { padding-top: 17px; text-align: right; padding-left: 5px; }

    .list-page .show-map .btn { font-size: 12px; margin-left: 0; }

    .list-map { height: 250px; }

    .otel-list .otel-list-item > .inner { display: block; }

    .otel-list .otel-list-item > .inner > div { display: block; }

    .otel-list .otel-list-item > .inner > .image { padding: 5px; width: 100%; }

    .otel-list .otel-list-item > .inner > .content { width: 100%; padding: 10px; }

    .otel-list .otel-list-item > .inner > .content .hotel-name,
    .otel-list .otel-list-item > .inner > .content .location { margin-bottom: 10px; font-size:13px}

    .otel-list .otel-list-item > .inner > .content .hotel-name a { font-size: 1.6rem; }

    .otel-list .otel-list-item > .inner > .right { width: 100%; border-top: 1px solid #e9e9e9; border-left: 0; }

    .otel-list .otel-list-item > .inner > .right .discount { float: left; width: 50%; }

    .otel-list .otel-list-item > .inner > .right .discount   .prices { float: right; text-align: right; width: 50%; }

    .otel-list .otel-list-item > .inner > .right .discount   .prices .old-price { margin-bottom: 0; }

    .mobile-footer-fixed { position: fixed; bottom: 20px; left: 20px; z-index: 999; display: none; }
    .mobile-footer-fixed.active { display: block; }
    .mobile-footer-fixed a { display: block; width: 60px; height: 60px; padding: 15px; border-radius: 100%; margin-top: 15px; -webkit-box-shadow: 0 10px 6px -6px #777; -moz-box-shadow: 0 10px 6px -6px #777; box-shadow: 0 10px 6px -6px #777; }
    .mobile-footer-fixed .call-button,
    .mobile-footer-fixed-bottom .call-button { background: #9e005d; width:50% }
    .mobile-footer-fixed .whatsapp-button,
    .mobile-footer-fixed-bottom .whatsapp-button { background: #1bd741;  display:block; width:50% }
    .mobile-footer-fixed a img { width: 30px; height: 30px; }

    .mobile-footer-fixed-title { background: #fff; color: #333; text-align: center; line-height: 30px; font-size: 14px; }
    .mobile-footer-fixed-bottom { position: fixed; bottom: 0; left: 0; z-index: 999; width: 100%; box-shadow: 0px -2px 10px 0px rgba(0,0,0,.15) }
    .mobile-footer-fixed-bottom a { display: block; width: 100%; height: 40px; float: left; color: #fff; font-size: 16px; font-weight: bold; padding: 8px; text-align: center; line-height: 24px; }
    .mobile-footer-fixed-bottom a img { width: 24px; height: 24px; margin-right: 10px; display: inline-block; vertical-align: middle; }

    body { padding-bottom:70px; }
}

@media (min-width: 768px) {
}

@media (min-width: 768px) and (max-width: 991px) {
    .main-banner-slider-right .item .image { width: 15%; }

    .otel-list .otel-list-item > .inner > .right .discount { padding-left: 35px; padding-right: 5px; letter-spacing: -1px; }
    .header .call-center { height: 64px; }
}

@media (min-width: 992px) {
    .search-module { left: 0; right: 0; bottom: 30px; z-index: 10; position: absolute; }

    .search-module .inner { padding-bottom: 0; }

    .search-module .container { position: absolute; left: 50%; bottom: 0; margin-left: -485px; }

    .list-search .search-module { position: relative; left: auto; right: auto; bottom: auto; }

    .list-search .search-module .container { position: relative; left: auto; bottom: auto; margin-left: 0; }

    .sort_show-map { text-align: right; }

    .list-search,
    .list-filter { display: block !important; }

    .list-map { height: 400px; }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .main-banner-slider-right .item { margin-bottom: 20px; }
}

@media (min-width: 1200px) {
    .header .main-navigation { display: block; float: left; }
    .main-navigation .mega { position: static !important; }
    .main-navigation .mega-menu { position: absolute; display: none; width: 100%; text-align: left !important; padding: 30px !important; z-index: 9999999; }
    .main-navigation li.dropdown:hover .dropdown-menu { display: block; }
    .header .call-center .icon { width: 45px; height: 36px; text-align: right; position: absolute; top: 50%; margin-top: -18px; left: 0; font-size: 36px; color: #c1c1c1; }
    .search-module .container { margin-left: -585px; }
    .list-search .search-module .container { margin-left: auto; margin-right: auto; }
    .list-map { height: 600px; }
}

@media (min-width: 1200px) and (max-width:1359px) {
    .header .main-navigation { margin-left: 10px; }
    .header .main-navigation > ul > li { padding-left: 10px; padding-right: 10px; }
    .header .logo { max-width: 140px; padding-top: 15px; }
    .header .call-center { padding-right: 10px; padding-left: 10px; }
    .header .call-center .icon { display: none; }
    .header .call-center .content { padding-left: 0; }
}

@media (min-width: 1360px) {
    .header .main-navigation { margin-left: 30px; }
    .container { width: 1330px; }
    .search-module .container { margin-left: -665px; }
}

.search-form-button .loader { width: 32px; height: 32px; display: none; margin: 0 auto; background: url(../img/preloader.gif) no-repeat }
.search-form-button[disabled="disabled"] .loader { display: block; }
.search-form-button[disabled="disabled"] .text { display: none; }

.main-child-age-select-item { margin-top: 10px; line-height: 30px; display: none; }
.main-child-age-select-item.active { display: block; }
.main-child-age-select-item select.form-control { height: 30px; border: 1px solid #eee !important; }

.main-populer-otel-tabs .tab-titles li { display: inline-block; border-top-left-radius: 3px; border-top-right-radius: 3px; }
.main-populer-otel-tabs .tab-titles li a { display: block; color: #999; padding: 10px; font-size: 17px; font-weight: 600; }
.main-populer-otel-tabs .tab-titles li.active a { background-color: #fff; color: #910256; }
.main-populer-otel-tabs .tab-contents { background-color: #fff; padding: 15px; display: none; }
.main-populer-otel-tabs .tab-contents.active { display: block; }
.main-popular-campaigns { margin-bottom: 30px; }
.main-popular-campaign-item { color: #444; display: block; border: 1px solid #eee; background: #fff; padding: 3px; margin-bottom: 15px; -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    font-size:14px ;}
.main-popular-campaign-item a { display: block; }
.main-popular-campaign-item img { width: 100%; }
.main-popular-campaign-item span { display: block; padding: 0 10px; }
.main-popular-campaign-item .title { color: #f00; margin-top: 10px; margin-bottom: 5px; font-weight: 600; }
.main-popular-campaign-item .desc { margin-bottom: 10px; color: #666; }
.css-checkbox { margin-bottom: 10px; }
.css-checkbox input[type="checkbox"] { visibility: hidden; opacity: 0; position: absolute; z-index: -1; }
.css-checkbox label { position: relative; display: block; padding-left: 23px; line-height: 16px; }
.css-checkbox label:before { position: absolute; left: 0; top: 0; width: 16px; height: 16px; border: 1px solid #ddd; content: ""; }
.css-checkbox input[type="checkbox"]:checked   label:before { border-color: #f00; }
.css-checkbox input[type="checkbox"]:checked   label:after { content: ""; width: 8px; height: 8px; position: absolute; left: 4px; top: 4px; background: #f00; }
.list-page-description { margin-bottom: 30px; line-height: 1.5; }
.list-page-description h2 { font-size: 18px; font-weight: bold; margin-bottom: 15px; }
.list-page-description p { margin-bottom: 15px; }

.search-page-title { font-size: 18px; }
.breadcrumb { padding: 10px 0; margin-bottom: 10px; background-color: #FFF; border-radius: 0; font-size:14px}
.js-main-popular-carousel { background: none; }
.tab-contents.loading { background: #fff url(../img/loader.gif) no-repeat center center; }

.main-populer-otel-tabs .tab-contents { min-height: 415px; }



.display {
    position:relative;
    display:block;
    font-size:15px;
    font-weight:600;
    color:#33495f;
    padding-top:10px;
    padding-bottom:10px;
    padding-right:20px;
    transition:.3s
}
.content-sidebar {
    border:1px solid #e7e7e7;
    background-color:#fbfcfc;
    border-radius:3px;
    padding:15px;
    box-shadow:0 0 4px rgba(0,0,0,.1)
}
.static-content {
    color:#33495f;
    background-color:#fafafa;
    border:1px solid #e7e7e7;
    border-radius:3px;
    box-shadow:0 0 4px rgba(0,0,0,.1);
    padding:30px 20px;
    font-size:14px;
}
.text-bigger {
    box-sizing:border-box;
    margin:0 0 10px;
    font-size:17.5px;
    line-height:1.5em
}



.preloader {
    display: block;
    margin-top: 5px;
    clear: both;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f4f6f9;
    background: linear-gradient(to right,#eee 8%,#ddd 18%,#eee 33%);
    background-size: 800px 104px;
    position: relative;
}
@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}
.hotel-img .preloader {
    height: 169px;
}
.hotel-name-style .preloader {
    width: 80%;
}
.preloader {
    height: 24px;
}
.hotel-location.preloader {
    max-width: 50%;
}
.preload-board-type {
    width: 20%;
}
.preloader.w-80 {
    width:80%;
}
.preloader.w-60 {
    width: 60%;
}
.preloader.w-40 {
    width: 40%;
}
.preloader.w-10 {
    width: 10%;
}
.preloader.w-20 {
    width: 20%;
}
.review-hotel .preloader{
    float: right;
}
.review-hotel .preloader {
    min-width: 30%;
}
.hide-loader{
    display:none;
}
  .safeturizm {
    position: absolute !important;
    margin-top: 5px !important;
    margin-left: 5px !important;
}

.mapContent {width: 270px; position: relative}
.mapContent ul {margin:0px; padding:0px;  list-style-type:none;}
.mapContent li {width: 260px; height: 230px; position: relative; float: left; margin-left: 4px;overflow:hidden;}
.mapContent li .resim {height: 173px; position: relative}
.mapContent li .resim img {width: 260px; height: 173px; display: block}
.mapContent li .isim {width: 260px; height: 20px; display: block; background: #105ea1; font: 11px Arial; margin-top: -8px; position: relative}
.mapContent li .isim a {font-size:18px;display: block; color: #FFF; height: 20px; line-height: 20px!important; text-align: center}
.mapContent li .isim a:hover {text-decoration: underline}
.mapContent li .indirim {background: url(http://cdn.tatilstil.com/images/bg7.png) no-repeat; width: 45px; height: 37px; position: absolute; display: block; top: 0; left: 0; font: bold 14px Arial; color: #FFF; text-align: left; padding-left: 14px; padding-top:8px;}
.mapContent li .indirim em {display: block; font-size: 15px; margin-left: 2px; margin-bottom: -3px; margin-top: 2px}
.mapContent li .yer {background: #99c1e7; padding: 0 10px; height: 15px; line-height: 15px!important; font: 10px Arial; color: #FFF; position: absolute; right: 0; top: 0; display: block}
.mapContent li .yazi1 {display: block; position: relative; font: 11px Arial; color: #000; height: 12px; margin-top: 2px}
.mapContent li .yazi1 .oz1 {position: relative; float: left}
.mapContent li .yazi1 .eFiyat {position: relative; float: right; font-size: 12px; text-decoration: line-through; color: #626262}
.mapContent li .yazi1 .eFiyat em {font-weight: bold}
.mapContent li .yazi2 {display: block; position: relative; font: 11px Arial; color: #ff0000; height: 20px; margin-top:3px;}
.mapContent li .yazi2 .oz2 {position: relative; float: left; margin-top: 9px}
.mapContent li .yazi2 .yFiyat {position: relative; float: right; font-size: 12px}
.mapContent li .yazi2 .yFiyat em {font: bold 19px Arial}


.webmenu > li > a, header > .container-sm .webmenu > li > a, header > .container-md .webmenu > li > a, header > .container-lg .webmenu > li > a, header > .container-xl .webmenu > li > a, header > .container-xxl .webmenu > li > a {
font-size: 15px;
font-weight: 400;
}
.header .logo img{
    width: 190px;
    height:100%;
}
.flaticon-menu{
color: #9e045d;
}
.search-module .form-control {
    border: 2px #fff solid !important;
    border-radius: 5px;
    height: 42px;}
.search-module .btn{height:43px}
nav{text-align: center;
    font-size: 15px;}
.pagination>li>a, .pagination>li>span{
color: #910256;
}
.flaticon-facebook{color: #1d5bbc;}
.flaticon-instagram{color: #b5008b;}