/* Config Colors
-------------------------------------*/


/* Defaults 
-------------------------------------*/

body {
    font-family: "Arimo", sans-serif;
    color: #444444;
    font-size: 15px;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}

.footer-last {
   display: flex; 
   justify-content: space-evenly; 
   align-items: stretch; 
   flex-wrap: wrap;
   background-color: color(display-p3 0.108 0.108 0.108);
}

a {
    color: #097509;
    text-decoration: none;
	/* border-bottom: 1px dashed #1d941d; */
}

h1,
h2,
h3 {
    /* font-family: 'PT Serif', serif; */
	font-size: 29px;
   font-family: 'Roboto Condensed', sans-serif;
}

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

.menu-new {
   display: flex;
   justify-content: flex-end;
}

/* Animation Delay
--------------------------------------------*/

.delay05s {
    animation-delay: 0.5s;
}

.flag-country {
    margin: 6px 0px 0 18px;
}

.flag-country img {
   padding-left: 10px;
    width: 35px;
}

.flag-country a {
    color: #fff !important;
}

.delay1s {
    animation-delay: 1s;
}

.delay15s {
    animation-delay: 1.5s;
}

.delay2s {
    animation-delay: 2s;
}

.v-hidden {
    visibility: hidden;
}

#raiting {
    padding: 20px 0 0;
    text-align: center;
    color: #00542f;
}

.cars-list {
   margin: 0 !important;
}

.countries-search {
    width: 100%;
    color: #ffffff;
    border: none;
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    transition: 0.2s;
    border-radius: 5px;
    background: #188ace;
    background: -moz-linear-gradient(top, #188ace 0%, #0078bf 100%);
    background: -webkit-linear-gradient(top, #188ace 0%, #0078bf 100%);
    background: linear-gradient(to bottom, #188ace 0%, #0078bf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#188ace', endColorstr='#0078bf', GradientType=0);
}

.search-bbtn a {
    color: #ffffff !important;
    padding: 14px 28px;
}

.search-bbtn a:hover {
    color: #e6e6e6 !important;
    text-decoration: none;
}

.supplier-logo, .supplier-logo2 {
	display: none;
}

/* Autocomplete
--------------------------------------------*/

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #fff;
    cursor: pointer;
    overflow: auto;
    font-size: 14px;
}

.autocomplete-suggestion {
    padding: 10px 5px;
    font-size: 1.2em;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
}

.autocomplete-selected {
    background: #f0f0f0;
    font-size: 14px;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399ff;
    font-size: 14px;
}


/* Carousel Fade
--------------------------------------------*/

.carousel {
    z-index: 1;
    padding-top: 55px;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}


/* Label
--------------------------------------------*/

.label-default {
    background-color: #00542f;
    border-radius: 0;
}


/* Tooltip
--------------------------------------------*/

.tooltip .tooltip-inner {
    background-color: #00542f;
    padding: 5px 10px;
    font-size: 13px;
}

.tooltip .tooltip-arrow {
    border-top-color: #00542f !important;
}

.my-tooltip {
    color: #00542f;
    font-size: 13px;
}


/* Links
--------------------------------------------*/

a:hover {
    color: #090 !important;
    text-decoration: none;
}

.brand a:hover {
    color: #fedc00 !important;
    text-decoration: none;
}


/* Scroll to Top Button 
--------------------------------------------*/

.scrollup {
    width: 44px;
    height: 44px;
    position: fixed;
    bottom: 44px;
    right: 24px;
    display: none;
    text-indent: -9999px;
    background: url('../img/icon_top.png') no-repeat;
    z-index: 9999;
}


/* Header
--------------------------------------------*/

header {
    height: 78px;
    width: 100%;
    top: 0;
    z-index: 100;
    background: #007E30;
    background: -moz-linear-gradient(top, #007E30 1%, #005f26 100%);
    background: -webkit-linear-gradient(top, #007E30 1%,#005f26 100%);
    background: linear-gradient(to bottom, #007E30 1%,#005f26 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007E30', endColorstr='#005f26',GradientType=0 );
}

header .box {
    margin: 0 auto;
	padding: 5px 15px;
}

header .brand {
    margin: 5px 0 0 0;
}

header .brand h1 {
    margin: 0;
     padding: 0 7px;
     font-size: 16px;
     color: #ffffff;
}

header .header-info .contact {
    font-size: 18px;
    margin-top: 10px;
    color: #e0fde0;
}

header .header-info .contact b {
    color: #cee285;
}

.facebook {
    margin: 9px 23px 0 0;
    float: right !important;
}

header .header-info .language-switch {
    background-color: #00542f;
    margin-left: 24px;
}

header .header-info .language-switch a {
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 11px 45px 8px 15px;
    background: transparent url('../img/lang-select-icon.png') no-repeat 154px 14px;
}

header .header-info .language-switch .dropdown-menu {
    box-shadow: none;
    border-radius: 0;
    min-width: 188px;
    padding: 0;
}

header .header-info .language-switch .dropdown-menu li a {
    color: #716d6e;
    padding: 5px 15px 5px 15px;
    background-image: none;
}

header .header-info .language-switch .dropdown-menu li a:hover {
    background-color: #efe9e9;
}

header .header-info .language-switch .dropdown-menu li img {
    margin-right: 10px;
}

.whatsapp-btn {
	position: fixed;
	bottom: 15px;
	right: 15px;
	cursor: pointer;
	z-index: 5;
	display: inline-block;
	padding: 25px;
	border-radius: 8px;
	background-image: url("https://holylandcars.com/img/whatspp.png");
	background-repeat: no-repeat;
	color: #fff;
	text-decoration: none;
	font-family: sans-serif;
}


/* Navbar
--------------------------------------------*/

header .navbar-default {
    border: none;
    background-color: transparent;
    border-radius: 0;
    font-size: 18px;
    font-weight: bold;
    margin-top: 9px;
    margin-bottom: 0;
}

header .navbar-brand {
    display: none;
}

header .navbar-default .container-fluid {
    padding: 0;
}

header .navbar-default .navbar-collapse {
    padding: 0;
    z-index: 20001;
}

.header_text {
    padding-left: 4px;
}

header .navbar-default .navbar-nav>.active>a {
    background-color: #fff;
    color: #ffdd00;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
}

.dropdown-menu {
    font-size: 15px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #183c69 !important;
    background-color: none;
}

header .navbar-default .navbar-nav>li>a {
    background-color: transparent;
    padding: 8px 8px 7px 24px;
    border: none;
    transition: background 0.4s ease-in-out;
    color: #fff !important;
    font-family: 'Arimo', sans-serif;
    font-weight: normal;
    font-size: 18px;
}

header .navbar-default .navbar-nav>li>a:hover {
    border: none;
    background-color: transparent;
    color: #ffdd00 !important;
}

header .navbar-default .navbar-nav .dropdown-menu {
    box-shadow: none;
    border-radius: 0;
    border-color: #fff;
    margin: -2px 2px 0 0;
    border: none;
    border-top: 4px solid #E7E7E7;
    border-bottom: 4px solid #e7e7e7;
    padding: 0;
}

header .navbar-default .navbar-nav .dropdown-menu li a {
    padding: 9px 18px;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    border-color: #ffffff;
}

header.small {
    height: 100px;
}

header.small .contact,
header.small .facebook {
    display: none;
}

header.small .navbar-default {
    font-weight: bold;
    margin-top: 2px;
}

header.small .brand {
    margin: 12px 0 0 0;
    width: 50%;
}

header.small .brand h1 {
    font-size: 13px;
}

.navbar {
    min-height: 35px !important;
}



/* Teaser
-------------------------------------*/

.teaser {
    height: 560px;
    /* background: #ffffff url(https://holylandcars.com/israel/img/bg-en2.jpg) no-repeat center -56px; */
    /* background: #ffffff url(https://holylandcars.com/img/bg999-1.jpg) no-repeat center bottom; */
    /* background: #ffffff url(https://images.unsplash.com/photo-1561369669-a6531d6eb336?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1920&q=100) no-repeat center -225px;
    border-bottom: 2px solid #00752e; */
      background:  #ffffff url(https://images.unsplash.com/photo-1602791036370-b00a495d8a58?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1920q=80) no-repeat center -951px;

}

.dd-selected-text {
    font-size: 22px;
    margin-bottom: 0;
}

.dd-option-text {
    font-size: 18px;
    color: #645e60;
    margin-bottom: 2px;
}

.dd-option span {
    font-size: 12px;
    color: #645e60;
}

#teaser .reservation-form-shadow {
    background-color: #2E2E2E;
    margin: 0;
    -webkit-box-shadow: 0px 5px 5px -5px rgba(143, 143, 143, 1);
    -moz-box-shadow: 0px 5px 5px -5px rgba(143, 143, 143, 1);
    box-shadow: 0px 5px 5px -5px rgba(143, 143, 143, 1);
}

#teaser form {
    padding: 15px 34px;
}

#teaser form .alert {
    margin-top: -20px;
    padding: 10px 15px;
}

#teaser form ::-webkit-input-placeholder {
    color: #a1a1a1 !important;
    font-style: italic;
}

#teaser form :-moz-placeholder {
    color: #a1a1a1 !important;
    font-style: italic;
}

#teaser form ::-moz-placeholder {
    color: #a1a1a1 !important;
    font-style: italic;
}

#teaser form :-ms-input-placeholder {
    color: #a1a1a1 !important;
    font-style: italic;
}

#teaser form .styled-select-car {
    border: 2px solid #efe9e9;
    height: 55px;
    position: relative;
    margin-bottom: 23px;
}

#teaser form .styled-select-car:after {
    content: '';
    background: #ffffff url('../img/dropdown-icon.png') no-repeat 5px 23px;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 51px;
    position: absolute;
    pointer-events: none;
}

#teaser form .styled-select-car select {
    border: none;
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    background-image: none;
    background: #fff;
    -webkit-appearance: none;
    padding: 9px 10px;
    height: 51px;
    outline: none;
}

#teaser form .input-group.pick-up:after {
    content: '';
    background: #ffffff url('../img/dropdown-icon.png') no-repeat 5px 23px;
    right: 2px;
    top: 2px;
    width: 30px;
    height: 46px;
    position: absolute;
    pointer-events: none;
}

#teaser form .input-group.drop-off:after {
    content: '';
    background: #ffffff url('../img/dropdown-icon.png') no-repeat 5px 23px;
    right: 2px;
    top: 2px;
    width: 30px;
    height: 46px;
    position: absolute;
    pointer-events: none;
}

#teaser form .input-group select {
    border: none;
    font-size: 16px;
    font-weight: normal;
    width: 100%;
    background-image: none;
    background: #fff;
    -webkit-appearance: none;
    padding: 9px 10px;
    height: 51px;
    outline: none;
    border: 2px solid #efe9e9;
}

#teaser form .input-group span {
    font-weight: bold;
}

#teaser form .location {
    margin-bottom: 27px;
}

#teaser form .datetime {
    margin-bottom: 11px;
}

#teaser form .form-control {
    height: 46px;
    border: 1px solid #747474;
    box-shadow: none;
    background: #ffffff;
    font-size: 15px;
}

#teaser form .input-group {
    width: 100%;
}

#teaser form .input-group input {
    border-radius: 0;
    color: #716d6e;
    font-size: 16px;
    padding-left: 10px;
    box-shadow: none;
    background: none;
    -webkit-appearance: none;
}

.details_block {
   padding-left: 0;
}
#teaser form .input-group-addon {
    border-radius: 0;
    border: none;
    background-color: #efe9e9;
    font-weight: bold;
    font-size: 16px;
    color: #716d6e;
    width: 133px;
    text-align: left;
}

#teaser form .input-group-addon .glyphicon {
    font-size: 17px;
    margin: 0 2px 0 -2px;
}

#teaser form .different-drop-off {
    color: #716d6e;
    font-weight: bold;
    margin: 10px 0;
    display: block;
}

#teaser form .date {
    width: 261px;
}

#teaser form .time {
    width: auto;
}

#teaser form .pixelfix {
    border-top: 1px solid #fff;
}

#teaser form .styled-select-time {
    border: 2px solid #efe9e9;
    height: 43px;
    position: relative;
}

#teaser form .styled-select-time:after {
    content: '';
    background: #ffffff url('../img/dropdown-icon.png') no-repeat 5px 18px;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 39px;
    position: absolute;
    line-height: 20px;
    pointer-events: none;
}

#teaser form .styled-select-time select {
    border: none;
    font-size: 16px;
    width: 100%;
    background-image: none;
    background: #fff;
    -webkit-appearance: none;
    padding: 10px 10px;
    height: 39px;
    color: #716d6e;
}

#teaser form .submit,
.general-search {
    width: 100%;
    color: #000;
    border: none;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    padding: 12px 0;
    margin-top: 20px;
    transition: 0.2s;
    border-radius: 5px;
    background: #ffb100;
    background: -moz-linear-gradient(top, #FFDD00 0%, #ffb100 100%);
    background: -webkit-linear-gradient(top, #FFDD00 0%, #ffb100 100%);
    background: linear-gradient(to bottom, #FFDD00 0%, #ffb100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFDD00', endColorstr='#ffb100', GradientType=0);
    cursor: pointer;
}

#teaser form .submit:hover {
    background-color: #716d6e;
}

#teaser .title {
    color: #ffffffeb;
    font-size: 41px;
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
    text-shadow: 0px 1px 0px rgb(88, 88, 88);
    font-weight: bold;
}

#teaser .subtitle {
    font-size: 22px;
    color: #ffffff;
    text-transform: none;
    display: block;
    font-weight: normal;
    margin-top: 18px;
}

#teaser .car-img {
    height: 375px;
    text-align: center;
    line-height: 400px;
}

#teaser .car-img img {
    display: inline-block;
}

#teaser .carousel-control {
    position: relative;
}

#teaser .carousel-control.left,
#teaser .carousel-control.right {
    background-image: none;
    margin: 0;
    width: 30px;
}

#teaser .carousel-control.left {
    left: 90%;
}

#teaser .carousel-control.right {
    left: 95%;
}

#teaser .carousel-control .glyphicon-chevron-left,
#teaser .carousel-control .glyphicon-chevron-right {
    margin: 0;
}

#teaser .carousel-control .glyphicon-chevron-right {
    right: auto;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 37px solid transparent;
    border-right: 37px solid transparent;
    border-top: 37px solid #00542f;
    margin: 0 auto;
}

#select_value_label_0,
#select_value_label_1 {
	min-height: 50px !important;
}


/* Teaser Blog
-------------------------------------*/

#teaser-blog {
    height: 81px;
    padding: 27px 0;
    background-color: #000000;
}

#teaser-blog .title {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 900;
    margin: 0;
}

#teaser-blog .title {
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 900;
    margin: 0;
}

#teaser-blog .breadcrumbs {
    color: #fff;
    list-style: none;
    padding: 0;
    text-align: right;
}

#teaser-blog .breadcrumbs li {
    display: inline-block;
}

#teaser-blog .breadcrumbs li:after {
    content: ">";
    padding: 0 2px 0 4px;
}

#teaser-blog .breadcrumbs li:last-of-type:after {
    content: "";
    padding: 0 0 0 5px;
}

#teaser-blog .breadcrumbs a {
    color: #fff !important;
}


/* Blog Section
-------------------------------------*/

.blog-posts {
    margin-top: 40px;
}

.blog-posts .blog-post {
    padding-bottom: 35px;
}

.blog-posts .blog-post blockquote {
    margin: 35px 27px;
    border-left: 6px solid #00542f;
    font-size: 16px;
    line-height: 1.7;
    font-style: italic;
}

.single-post-tags {
    list-style: none;
    margin: 35px 0 0 0;
    padding: 0;
}

.single-post-tags li {
    display: inline-block;
    text-transform: uppercase;
}

.single-post-tags li:first-of-type {
    font-weight: bold;
    color: #00542f;
}

.single-post-tags li a {
    color: #716d6e;
    text-transform: none;
}

.author-post .author-img {
    float: left;
    width: 130px;
    padding-bottom: 2px;
    border-bottom: 7px solid #00542f;
}

.author-post .author-content {
    margin-left: 155px;
}

.author-post .author-content h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.author-post .author-content h2 small {
    font-weight: normal;
    font-size: 18px;
}

.author-post .author-content p {
    font-size: 16px;
    line-height: 1.7;
}

.blog-posts .blog-post .post-content-text {
    margin-top: 8px;
}

.blog-posts .blog-post .post-content-text .post-title .results-carname {
    font-size: 31px;
    font-weight: bold;
    margin-bottom: 10px;
}

.blog-posts .blog-post .post-content-text .post-title a {
    color: #716d6e;
}

.blog-posts .blog-post .post-content-text .post-date {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 22px;
    display: block;
}

.blog-posts .blog-post .post-content-text p {
    font-size: 16px;
    line-height: 1.7;
    font-family: "Rubik";
}

.blog-posts .blog-post .post-content-text .read-more {
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: bold;
}

.blog-posts .pagination-list {
    font-size: 18px;
    font-weight: 900;
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-posts .pagination-list li {
    display: inline-block;
    padding: 0 5px;
    color: #00542f;
}

.blog-posts .pagination-list li a {
    color: #716d6e;
}

.results-carname {
    font-weight: bold;
}

.results-carname span {
    font-size: 18px;
    font-weight: normal;
}

.results-img {
    padding-bottom: 2px;
    width: 40%;
    float: left;
    margin-right: 20px;
}

.txt_search_btn {
	margin-top: 10px
}

.car-block {
    margin-bottom: 70px;
    border-bottom: 10px solid #00542f;
}

.comment-section {
    margin-top: 60px;
    font-size: 16px;
    line-height: 1.7;
}

.comment-section h2 {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

.comment-section .comment-box {
    padding-bottom: 35px;
    border-bottom: 3px solid #ededed;
    margin-bottom: 35px;
}

.comment-section .comment-tree {
    list-style: none;
    padding: 0;
}

.comment-section .comment-tree ul {
    list-style: none;
    margin-left: 105px;
    padding: 0;
}

.comment-section .comment-img {
    border-bottom: 7px solid #00542f;
    display: inline-block;
    float: left;
    padding-bottom: 2px;
}

.comment-section .comment-content {
    margin-left: 105px;
}

.comment-section .comment-content h4 {
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 0;
}

.comment-section .comment-content span {
    font-size: 14px;
}

.comment-section .comment-content p {
    margin-top: 10px;
}

.comment-section .comment-reply-link {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 2px;
}

.comment-section .comment-respond h3 {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.comment-section .comment-respond form input {
    background-color: #dbdbdb;
    height: 45px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    line-height: 45px;
    font-size: 18px;
    margin-bottom: 13px;
}

.comment-section .comment-respond form textarea {
    background-color: #dbdbdb;
    border-radius: 0;
    border: none;
    box-shadow: none;
    font-size: 18px;
    margin-bottom: 20px;
}

.comment-section .comment-respond form ::-webkit-input-placeholder {
    font-size: 14px !important;
}

.comment-section .comment-respond form :-moz-placeholder {
    font-size: 14px !important;
}

.comment-section .comment-respond form ::-moz-placeholder {
    font-size: 14px !important;
}

.comment-section .comment-respond form :-ms-input-placeholder {
    font-size: 14px !important;
}

.comment-section .comment-respond form .submit {
    background-color: #00542f;
    color: #fff;
    border: none;
    border-radius: 0;
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    padding: 1px 20px;
    transition: .2s;
}

.comment-section .comment-respond form .submit:hover {
    background-color: #716d6e;
}

.blog-posts .sidebar .widget-title {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

.blog-posts .sidebar .widget {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.7;
}

.blog-posts .sidebar .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
}

.blog-posts .sidebar .widget ul li {
    border-bottom: 1px solid #e3e2e2;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
    transition: background 0.4s ease-in-out;
}

.blog-posts .sidebar .widget ul li i {
    color: #00542f;
    margin: 0 7px;
}

.blog-posts .sidebar .widget ul li a {
    color: #716d6e;
}

.blog-posts .sidebar .widget ul li:hover {
    background-color: #e7e7e7;
}

.blog-posts .sidebar .widget .tagcloud {
    overflow: hidden;
}

.blog-posts .sidebar .widget .tagcloud a {
    color: #fff;
    background-color: #00542f;
    padding: 6px 20px;
    display: inline-block;
    margin: 4px 4px 0 0;
    float: left;
    transition: background 0.4s ease-in-out;
}

.blog-posts .sidebar .widget .tagcloud a:hover {
    background-color: #e7e7e7;
}

.blog-posts .sidebar .widget:after {
    clear: both;
}

.blog-posts .sidebar .search-widget form ::-webkit-input-placeholder {
    color: #00542f !important;
}

.blog-posts .sidebar .search-widget form :-moz-placeholder {
    color: #00542f !important;
}

.blog-posts .sidebar .search-widget form ::-moz-placeholder {
    color: #00542f !important;
}

.blog-posts .sidebar .search-widget form :-ms-input-placeholder {
    color: #00542f !important;
}

.blog-posts .sidebar .search-widget form .input-group input {
    border-radius: 0;
    color: #00542f;
    font-size: 16px;
    padding-left: 15px;
    box-shadow: none;
    background: none;
    -webkit-appearance: none;
}

.blog-posts .sidebar .search-widget form .input-group-addon {
    border-radius: 0;
    border: none;
    background-color: #efe9e9;
    font-weight: bold;
    font-size: 16px;
    color: #716d6e;
    width: 41px;
    text-align: left;
    padding-right: 0;
    padding-left: 15px;
}

.blog-posts .sidebar .search-widget form .input-group-addon .glyphicon {
    font-size: 17px;
    margin: 0 2px 0 -2px;
}

.blog-posts .sidebar .search-widget form .form-control {
    height: 43px;
    border: 2px solid #efe9e9;
    box-shadow: none;
}

.blog-posts .sidebar .search-widget form .input-group {
    width: 100%;
}

.blog-posts.error-page {
    padding-bottom: 45px;
}

.blog-posts.error-page .container {
    border-bottom: 10px solid #00542f;
}

.blog-posts.error-page h2 {
    font-size: 24px;
    font-weight: normal;
    margin: 0;
}

.blog-posts.error-page h3 {
    font-size: 33px;
    font-weight: 900;
    line-height: 1;
}

.blog-posts.error-page h3 span {
    font-weight: normal;
    font-size: 24px;
}

.blog-posts.error-page .error-search {
    padding-top: 60px;
}

.blog-posts.error-page .error404 {
    color: #e7e7e7;
    font-weight: 900;
    font-size: 220px;
    border-right: 1px solid #ccc;
    height: 205px;
    line-height: 205px;
    margin-bottom: 60px;
    margin-top: 45px;
    margin-right: -17px;
}

.blog-posts.error-page form {
    margin-top: 20px;
}

.blog-posts.error-page form ::-webkit-input-placeholder {
    color: #00542f !important;
}

.blog-posts.error-page form :-moz-placeholder {
    color: #00542f !important;
}

.blog-posts.error-page form ::-moz-placeholder {
    color: #00542f !important;
}

.blog-posts.error-page form :-ms-input-placeholder {
    color: #00542f !important;
}

.blog-posts.error-page form .input-group input {
    border-radius: 0;
    color: #00542f;
    font-size: 16px;
    padding-left: 15px;
    box-shadow: none;
    background: none;
    -webkit-appearance: none;
}

.blog-posts.error-page form .input-group-addon {
    border-radius: 0;
    border: none;
    background-color: #efe9e9;
    font-weight: bold;
    font-size: 16px;
    color: #716d6e;
    width: 41px;
    text-align: left;
    padding-right: 0;
    padding-left: 15px;
}

.blog-posts.error-page form .input-group-addon .glyphicon {
    font-size: 17px;
    margin: 0 2px 0 -2px;
}

.blog-posts.error-page form .form-control {
    height: 43px;
    border: 2px solid #efe9e9;
    box-shadow: none;
}

.blog-posts.error-page form .input-group {
    width: 100%;
}


/* Services
--------------------------------------------*/

#services {
    margin-top: 65px;
    position: relative;
    z-index: 2;
}

#services .title {
    margin-bottom: 38px;
}

#services h2,
#services h1 {
    font-size: 47px;
    font-weight: 900;
    text-align: center;
    margin: 17px 0 25px 0;
    padding: 0;
    color: #00542f;
}

#services .underline {
    height: 4px;
    width: 135px;
    display: block;
    background-color: #00542f;
    margin: 0 auto;
}
.poploc img {
    padding-top: 5px;
}
.poploc td {
    padding: 0 11px 0 0;
}
.poploc-about p {
    padding-bottom: 0px;
    margin-bottom: 5px;
}
.poploc td strong {
    font-size: 19px;
    font-weight: normal;
    text-decoration: underline;
    color: #2b2b2b;
}
.poploc td {
    padding: 0 11px 2px 0;
}
.poploc-about {
    color: #005e34;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 16px !important;
}
.poploc {
    color: #4a4a4a;
}

#services .service-box {
    background-color: #ffffffc2;
    padding: 17px 30px;
    margin-bottom: 9.2px;
    border-radius: 5px;
    text-align: center;
}

.sidebar-loc2 .sidebar {
    background: #ffffff9e;
    border-radius: 5px;
    padding: 15px 15px 32px 15px;
}
.sidebar h3 {
    font-size: 24px;
    margin: 10px 0 20px;
    color: #00542f;
}
.social-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 45px;
    font-weight: bold;
}
.sidebar-loc2 img {
    margin-right: 8px;
}
.sidebar-loc2 {
    padding: 0 0 0 17px;
}
.second-small-block {
    margin-top: 35px;
}

.sidebar-loc3 {
    background: #ffffffe3;
    padding: 12px 23px 23px;
    margin-bottom: 36px;
    border-radius: 10px;
}

#services .service-box .service-icon {
    height: 43px;
    width: 43px;
    background-color: #00542f;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 41px;
    font-weight: 900;
    float: left;
    margin-right: 15px;
}

#services .service-box .service-title {
    margin: 0;
    padding: 0;
    font-weight: 900;
    padding-top: 5px;
    color: #161616;
}

#services .service-box .service-content {
    margin-top: 10px;
    font-size: 17px;
    line-height: 1.4;
}

#under-slider {
    margin-bottom: 15px;
    background: #0d331c;
}

.underform {
    padding: 19px 0px;
    color: #fff;
    background: #0d331c;
}

.underform .col-md-10 {
    padding-left: 0;
    font-size: 17px;
}


/* Newsletter
--------------------------------------------*/

#newsletter {
    background-color: #00542f;
    margin-top: 90px;
    padding: 90px 0;
    position: relative;
    z-index: 2;
}

#newsletter .title {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0;
    padding: 0;
}

.form-bg .block_description {
    color: #868686;
	margin: 18px 0 14px 0;
    line-height: 23px;
}

.prava {
	font-size: 13px;
    line-height: 18px;
    color: #777;
	margin: 10px 0 0 39px;
}
.documents {
	line-height: 23px;
}
md-checkbox {
    min-height: 24px !important;
}

#newsletter .subtitle {
    font-size: 18px;
    color: #716d6e;
    display: block;
    font-weight: normal;
    margin-top: 6px;
}

#newsletter .newsletter-form {
    width: 62%;
    background-color: #fff;
    height: 55px;
    padding: 9px;
}

#newsletter .newsletter-form input {
    box-shadow: none;
    border: none;
}

#newsletter .newsletter-form .button {
    background-color: #fff;
    border-radius: 0;
    border: 2px solid #b8b6b6;
    margin-left: 1px;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    color: #716d6e;
    padding: 0 10px;
    height: 37px;
    line-height: 36px;
    transition: 0.2s;
}

#newsletter .newsletter-form .button:hover {
    background-color: #716d6e;
    border: 2px solid #716d6e;
    color: #fff;
}

#newsletter .social-icons {
    width: 38%;
}

#newsletter .social-icons ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#newsletter .social-icons ul li {
    display: block;
    float: right;
}

#newsletter .social-icons ul li a {
    height: 55px;
    width: 65px;
    background-color: #00542f;
    display: block;
    margin-left: 10px;
    text-align: center;
    line-height: 55px;
    color: #fff;
    font-size: 36px;
}

#newsletter .social-icons ul li .facebook {
    background-color: #365595;
}

#newsletter .social-icons ul li .googleplus {
    background-color: #d41332;
}

#newsletter .social-icons ul li .twitter {
    background-color: #36a4cf;
}

#newsletter .social-icons ul li:hover {
    opacity: 0.8;
}

#newsletter form ::-webkit-input-placeholder {
    font-size: 16px;
}

#newsletter form :-moz-placeholder {
    font-size: 16px;
}

#newsletter form ::-moz-placeholder {
    font-size: 16px;
}

#newsletter form :-ms-input-placeholder {
    font-size: 16px;
}

.checkout-personal-info .icon {
	padding: 10px;
    background: #abc2ec59;
    color: white;
    min-width: 50px;
    text-align: center;
    border-radius: 3px;
	font-size: 22px;
    margin-right: 7px;
}

.checkout-personal-info .icon .fa .fa-phone {
	font-size: 26px !important;
}

/* Vehicles
--------------------------------------------*/

#vehicles {
    margin-top: 40px;
    position: relative;
    z-index: 2;
    margin-bottom: 55px;
}

#vehicles .title {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 29px;
}

#vehicles .subtitle {
    font-weight: normal;
}

#vehicles .vehicle-nav-row {
    padding-right: 0;
}

#vehicles #vehicle-nav-container {
    height: 306px;
    ;
    overflow: hidden;
    position: relative;
    margin-bottom: 1px;
}

#vehicles .vehicle-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    top: 0px;
    position: absolute;
    width: 100%;
}

#vehicles .vehicle-nav-control {
    padding-right: 10px;
}

#vehicles .vehicle-nav-control a {
    width: 50%;
    height: 40px;
    display: block;
    background-color: #716d6e;
    text-align: center;
    float: left;
    color: #fff;
    line-height: 40px;
    font-size: 24px;
    transition: all 0.25s ease-in-out;
}

#vehicles .vehicle-nav-control a:first-of-type {
    border-right: 1px solid #fff;
}

#vehicles .vehicle-nav-control a:hover {
    background-color: rgba(255, 191, 0, 0.4);
    color: #716d6e;
}

#vehicles .vehicle-nav li {
    background-color: #e3e2e2;
    margin-bottom: 1px;
    position: relative;
    transition: .2s;
    margin-right: 10px;
}

#vehicles .vehicle-nav li span {
    width: 0px;
    height: 0px;
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    display: block;
    position: absolute;
    right: -10px;
    top: 20px;
    transition: 0.2s;
}

#vehicles .vehicle-nav li:hover {
    background-color: #d1cece;
}

#vehicles .vehicle-nav li.active {
    background-color: rgba(255, 191, 0, 0.4);
    font-weight: bold;
}

#vehicles .vehicle-nav li.active span {
    border-left-color: rgba(255, 191, 0, 0.4);
}

#vehicles .vehicle-nav li a {
    font-size: 18px;
    color: #716d6e;
    padding-left: 15px;
    display: block;
    height: 52px;
    line-height: 60px;
}

#vehicles .styled-select-vehicle-data {
    border: 2px solid #efe9e9;
    height: 43px;
    position: relative;
    width: 100%;
    display: none;
}

#vehicles .styled-select-vehicle-data:after {
    content: '';
    background: #ffffff url('../img/dropdown-icon.png') no-repeat 5px 18px;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 39px;
    position: absolute;
    pointer-events: none;
}

#vehicles .styled-select-vehicle-data select {
    border: none;
    font-size: 16px;
    width: 100%;
    background-image: none;
    background: #fff;
    -webkit-appearance: none;
    padding: 1px 10px;
    height: 39px;
}

#vehicles .vehicle-img {
    text-align: center;
}

#vehicles .vehicle-img img {
    display: inline-block;
}

#vehicles .vehicle-price {
    background-color: rgba(255, 191, 0, 0.4);
    height: 53px;
    line-height: 53px;
    padding: 0 10px;
    font-size: 24px;
    font-weight: 900;
}

#vehicles .vehicle-price .info {
    font-weight: normal;
    font-size: 18px;
}

#vehicles .reserve-button {
    background-color: #00542f;
    color: #fff;
    display: block;
    height: 50px;
    line-height: 51px;
    font-size: 21px;
    font-weight: 900;
    padding: 0 15px;
    text-transform: uppercase;
    transition: .2s;
}

#vehicles .reserve-button:hover {
    background-color: #716d6e;
}

#vehicles .reserve-button span {
    margin-right: 7px;
}

#teaser {
   background-color: color(display-p3 0.903 0.902 0.859); 
}

/* Reviews
--------------------------------------------*/

#reviews {
   padding: 25px 0 35px;
   background: #d2d881;
}

.more-reviews {
   font-size: 18px;
    text-align: center;
    margin-top: 20px;
    padding: 15px;
    background: #fff;
}

 .card h5 {
     font-size: 1.25rem;
 }
 
 .review-body {
    padding: 25px;
 }
 
 .card-text {
     font-size: 1rem;
     line-height: 1.5;
 }

.text-warning .fa-star {
   color: #ffb800 !important;
   margin: 0;
}

.sea-review {
   padding: 15px 0 0;
}

/* Locations
--------------------------------------------*/

#locations {
    position: relative;
    z-index: 2;
    height: 517px;
    background: #f8f8f8;
    padding-top: 40px;
}

#locations .location-select-container {
    z-index: 1;
    position: relative;
}

#locations .location-select {
    background-color: #00542f;
    height: 93px;
}

#locations .location-select h2 {
    font-size: 35px;
    font-weight: 900;
    color: #fff;
    margin: 26px 0 0 21px;
}

#locations .styled-select-location {
    height: 47px;
    position: relative;
    margin: 22px 21px 0 0;
    background-color: #fff;
}

#locations .styled-select-location:after {
    content: '';
    background: #ffffff url('../img/dropdown-icon.png') no-repeat 5px 21px;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 43px;
    position: absolute;
    pointer-events: none;
}

#locations .styled-select-location select {
    border: none;
    font-size: 18px;
    width: 100%;
    background-image: none;
    background: #fff;
    -webkit-appearance: none;
    padding: 11px 10px;
    height: 43px;
}

#locations .map {
    height: 430px;
	width: 100%;
    background-color: #ccc;
    top: -85px;
}

#locations .map h2 {
    color: #00542f;
    padding: 0 10px;
    margin-bottom: 4px;
}

#locations .map p {
    font-size: 16px;
    padding: 0 10px;
}

.arrow-down-location {
    width: 0;
    height: 0;
    border-left: 37px solid transparent;
    border-right: 37px solid transparent;
    border-top: 37px solid #00542f;
    margin: 0 auto;
}


/* Information
--------------------------------------------*/

#information {
    margin-top: 90px;
    position: relative;
    z-index: 2;
}

#information .row {
    margin-bottom: 90px;
}

#information .title {
    font-size: 36px;
    font-weight: 900;
    margin: 0 0 30px 0;
    padding: 0;
}

#information .subtitle {
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 30px 0;
    padding: 0;
}

#information p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 30px;
}

#information .btn-border {
    border: 1px solid #ccc;
    padding: 1px;
    margin: 0 20px 0 0;
    display: inline-block;
}

#information .btn {
    font-size: 24px;
    font-weight: 900;
    background-color: #00542f;
    color: #fff;
    border-radius: 0;
    border: none;
    line-height: 47px;
    padding: 0 15px;
    margin-right: 15px;
    transition: .2s;
}

#information .btn:hover {
    background-color: #716d6e;
}

#information .btn-gray {
    background-color: #716d6e;
}

#information .btn-gray:hover {
    background-color: #00542f;
}

#information .video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

#information .video iframe,
#information .video object,
#information.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Partners
--------------------------------------------*/

#partners {
    padding: 35px 0;
    background-color: #f8f8f8;
    position: relative;
    z-index: 2;
}

#partners .title {
    margin-bottom: 38px;
}


#partners .underline {
    height: 4px;
    width: 135px;
    display: block;
    background-color: #00542f;
    margin: 0 auto;
}

#partners p {
    margin: 40px 0 0 0;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    padding-right: 40px;
}


/* Contact
--------------------------------------------*/

#contact {
    margin-top: 50px;
    position: relative;
    z-index: 2;
}

#contact h2 {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 10px;
}

#contact .contact-info {
    font-size: 18px;
    margin-bottom: 35px;
    line-height: 1.7;
}

#contact .contact-info .address {
    font-weight: 900;
}

#contact .contact-info .highlight {
    color: #00542f;
}

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

#contact form .text-field {
    background-color: #dbdbdb;
    height: 45px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    font-size: 18px;
}

#contact form textarea {
    background-color: #dbdbdb;
    height: 196px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    font-size: 18px;
}

#contact form ::-webkit-input-placeholder {
    font-size: 18px !important;
    font-weight: bold;
}

#contact form :-moz-placeholder {
    font-size: 18px !important;
    font-weight: bold;
}

#contact form ::-moz-placeholder {
    font-size: 18px !important;
    font-weight: bold;
}

#contact form :-ms-input-placeholder {
    font-size: 18px !important;
    font-weight: bold;
}

#contact form .first-name {
    float: left;
    width: 49%;
}

#contact form .last-name {
    float: right;
    width: 49%;
}

#contact form .btn-border {
    border: 1px solid #ffd992;
    padding: 1px;
    margin: 0 20px 0 0;
    display: inline-block;
}

#contact form .submit-message {
    font-size: 24px;
    font-weight: 900;
    background-color: #00542f;
    color: #fff;
    border: none;
    line-height: 47px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: .2s;
    border-radius: 0;
}

#contact form .submit-message:hover {
    background-color: #716d6e;
}

#contact .contact-box-title {
    font-size: 18px;
    font-weight: bold;
}

#contact .contact-box {
    background-color: #f5f5f5;
    padding: 20px;
    text-align: left;
}

#contact .contact-box .highlight {
    font-weight: bold;
    color: #00542f;
}

#contact .contact-box img {
    border: 1px solid #00542f;
    float: left;
    margin-right: 20px;
}

#contact .contact-box-name {
    font-size: 21px;
    font-weight: bold;
}

#contact .contact-box-border {
    background-color: #00542f;
    height: 10px;
    margin-top: 1px;
    margin-bottom: 8px;
}

#contact .contact-box-divider {
    height: 10px;
}

.contcatcat {
    padding: 25px;
    background: #f9f9f9;
}

#contact-footer h2 {
    font-size: 37px;
    font-weight: 700;
    text-align: center;
    margin: 17px 0 28px 0;
    padding: 0;
    color: #00542f;
}

#contact-footer .description {
    font-size: 18px;
    margin-bottom: 25px;
    text-align: center;
    color: #333;
}

.form-foot {
    background: #d2d881;
    padding: 27px 12px 24px 12px;
    margin-bottom: 20px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}


/* Footer Bar
--------------------------------------------*/

#footer-bar {
    background-color: #716d6e;
    padding: 25px 0 40px 0;
    color: #fff;
    margin-bottom: -90px;
    margin-top: 90px;
    line-height: 1.7;
    font-size: 16px;
    position: relative;
    z-index: 2;
}

#footer-bar .footer-widget:after {
    clear: both;
}

#footer-bar h2 {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}

#footer-bar .gallerywidget a {
    margin: 0 2px 4px 0;
    display: block;
    float: left;
}


/* Footer
--------------------------------------------*/

footer {
    padding: 0;
    position: relative;
    z-index: 2;
    border-top: 1px solid #cecece;
    background: #0b4221;
}

footer .footer-nav {
    list-style: none;
    margin: 20px auto 20px;
    padding: 0;
    text-align: center;
}

footer .footer-nav li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
}

footer .footer-nav li a {
    font-size: 18px;
    color: #fff !important;
    font-family: 'Roboto Condensed', sans-serif;
}

.underform2 {
    padding: 0 111px;
    width: 100%;
    top: 0;
    display: flex;
    background: #2d4637;
    background: -moz-linear-gradient(top, #008031 1%, #005a24 100%);
    background: -webkit-linear-gradient(top, #008031 1%, #005a24 100%);
    background: linear-gradient(to bottom, #008031 1%, #005a24 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008031', endColorstr='#005a24', GradientType=0);
    background: #ffffff url(https://holylandcars.com/worldwide/img/bg555.jpg) no-repeat center;
}


/* Checkout Modal
--------------------------------------------*/

#checkoutModal .modal-dialog {
    width: 748px;
}

#checkoutModal .modal-content {
    border-radius: 0px;
    box-shadow: none;
    border: 2px solid #fff;
}

#checkoutModal .modal-header {
    color: #fff;
    background-color: #00542f;
    border-bottom: none;
}

#checkoutModal .modal-title {
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
}

#checkoutModal .close {
    color: #fff;
    text-shadow: none;
    opacity: .6;
    font-size: 27px;
    margin: 1px 7px 0 0;
}

#checkoutModal .close:hover,
.close:focus {
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}

#checkoutModal .modal-body {
    padding: 0;
}

#checkoutModal .modal-body h3 {
    margin: 0;
    font-size: 18px;
    color: #00542f;
    font-weight: bold;
    margin-bottom: 25px;
}

#checkoutModal .checkout-info-box {
    padding: 0 30px 11px 13px;
    color: #8e8e8e;
}

.custom_search_block_styles form .title-form {
    display: none !important;
}

#checkoutModal .checkout-info-box h3 {
    margin: 0;
    margin-bottom: 4px;
    color: #716d6e;
}

#checkoutModal .checkout-info-box h3 i {
    font-size: 23px;
}

#checkoutModal .checkout-vehicle-info {
    margin-top: 30px;
}

#checkoutModal .location-date-info {
    padding: 0 0 0 30px;
    float: left;
    max-width: 340px;
}

#checkoutModal .vehicle-info {
    padding: 0 30px 0 0;
    float: right;
    max-width: 360px;
}

#checkoutModal .vehicle-info h3 {
    float: left;
    margin-right: 10px;
}

#checkoutModal .vehicle-info a {
    font-size: 12px;
}

#checkoutModal .vehicle-info .vehicle-image {
    width: 90%;
    margin-bottom: 43px;
}

#checkoutModal .info-box {
    margin-bottom: 25px;
}

#checkoutModal .info-box .glyphicon {
    float: left;
    font-size: 17px;
}

#checkoutModal .info-box .info-box-title {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 3px 25px;
}

#checkoutModal .info-box .info-box-description {
    margin-left: 25px;
    font-size: 14px;
}

#checkoutModal .checkout-personal-info,
#checkoutModal .checkout-price {
    padding: 0 30px;
}

#checkoutModal .checkout-personal-info .form-group {
    float: left;
    width: 335px;
    min-height: 70px;
}

#checkoutModal .checkout-personal-info .form-group.left {
    margin-right: 7px;
}

#checkoutModal .checkout-personal-info .form-group.right {
    margin-left: 7px;
}

#checkoutModal .checkout-personal-info .age {
    float: left;
    width: 140px;
    min-height: 70px;
}

#checkoutModal form .styled-select-age {
    border: 2px solid #dbdbdb;
    height: 45px;
    position: relative;
    background: #dbdbdb;
}

#checkoutModal form .styled-select-age:after {
    content: '';
    background: #dbdbdb url('../img/dropdown-icon.png') no-repeat 5px 18px;
    right: 0px;
    top: 0px;
    width: 29px;
    height: 39px;
    position: absolute;
    pointer-events: none;
}

#checkoutModal form .styled-select-val {
    border: 2px solid #dbdbdb;
    height: 32px;
    position: relative;
    width: 80px;
    float: right;
    top: -5px;
    margin-left: 20px;
    border: 2px solid #dbdbdb;
}

#checkoutModal form .styled-select-val:after {
    content: '';
    background: #fff url('../img/dropdown-icon.png') no-repeat 5px 12px;
    right: 0px;
    top: 0;
    width: 29px;
    height: 25px;
    position: absolute;
    pointer-events: none;
}

#checkoutModal .protection-info {
    padding: 0 30px;
    padding: 0 30px 10px 30px;
}

.custom_search_block_styles {
    padding-right: 15px !important;
    padding-left: 0 !important;
}

.cars_list {
    padding-right: 0 !important;
}

#checkoutModal form .styled-select-age select {
    border: none;
    font-size: 16px;
    width: 100%;
    background-image: none;
    background: #fff;
    -webkit-appearance: none;
    padding: 9px 10px;
    height: 39px;
    background: #dbdbdb;
}

#checkoutModal form .styled-select-val select {
    border: none;
    font-size: 16px;
    width: 100%;
    background-image: none;
    background: #fff;
    -webkit-appearance: none;
    padding: 2px 10px;
    height: 27px;
}

#checkoutModal form input {
    background-color: #dbdbdb;
    height: 45px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    line-height: 45px;
    font-size: 18px;
}

#checkoutModal form ::-webkit-input-placeholder {
    font-size: 14px !important;
}

#checkoutModal form :-moz-placeholder {
    font-size: 14px !important;
}

#checkoutModal form ::-moz-placeholder {
    font-size: 14px !important;
}

#checkoutModal form :-ms-input-placeholder {
    font-size: 14px !important;
}

#checkoutModal form .checkbox {
    padding-left: 0;
}

#checkoutModal form input[type=checkbox] {
    display: none;
}

#checkoutModal form .checkbox label {
    font-size: 15px;
}

#checkoutModal form .checkbox label:before {
    content: "";
    display: inline-block;
    font-size: 14px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-color: #dbdbdb;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    color: #716d6e;
    text-align: center;
    line-height: 20px;
    float: left;
    font-weight: bold;
}

.md-icon-button+.md-datepicker-input-container {
    margin-left: 0 !important;
}

#checkoutModal form input[type=checkbox]:checked+label:before {
    content: "\2713";
}

#checkoutModal .checkout-address-info {
    padding: 0 30px;
}

#checkoutModal .checkout-address-info .city {
    float: left;
    width: 335px;
    margin-right: 7px;
}

#checkoutModal .checkout-address-info .zip-code {
    float: left;
    width: 335px;
    margin-left: 7px;
}

#checkoutModal .newsletter {
    padding: 0 30px;
    margin: 30px 0;
}

#checkoutModal .modal-footer {
    background-color: #e3e2e2;
}

#checkoutModal .modal-footer .btn {
    font-size: 24px;
    font-weight: 900;
    background-color: #00542f;
    color: #fff;
    border-radius: 0;
    height: 47px;
    line-height: 47px;
    padding: 0 15px;
}

#checkoutModal .modal-footer .btn-border {
    border: 1px solid #ccc;
    padding: 1px;
    margin: 0 10px 0 0;
    display: inline-block;
    background-color: #fff;
}

#checkoutModal .modal-footer .btn-yellow {
    border-color: #ffd992;
}

#checkoutModal .modal-footer .btn-yellow button {
    background-color: #00542f;
}

#checkoutModal .modal-footer .btn-gray {
    border-color: #b8b6b6;
}

#checkoutModal .modal-footer .btn-gray button {
    background-color: #716d6e;
}

md-checkbox {
    margin-bottom: 13px !Important;
}




/* Custom styles
	--------------------------------------------*/


/*search form*/

.search-form {
    padding: 5px;
}

.md-select-value {
    border: 1px solid #b5b5b5 !important;
    padding: 6px 10px !important;
    box-sizing: border-box !important;
    min-width: 80px !important;
}

.main-block nav ul {
    margin: 0 0 18px 0;
    padding: 0 96px;
    text-align: center;
    width: 100%;
    height: 65px;
    background: #000000;
}

.main-block img {
    width: 100%;
	float: right;
}

.comfort_block-mob {
	display: none;
}

.confirm img {
    height: 140px;
    width: auto !important;
}

button:focus {outline:0;}

.main-block nav ul li {
    display: inline-block;
    color: #ffffff;
    opacity: 0.5;
    font-size: 1.1em;
    padding: 15px 0 17px 0;
    line-height: 2px;
}

.main-block .h_car {
    color: #0e0e0e;
    padding: 0 15px 10px 0 !important;
    text-align: left;
    font-size: 21px;
    font-weight: bold;
    line-height: 21px;
}

.main-block nav li span {
    display: inline-block;
    border: 2px solid #ffffff;
    border-radius: 20px;
    color: #ffffff;
    font-size: 1.17em !important;
    height: 35px !important;
    width: 35px !important;
    margin: 0 7px 0 0;
    vertical-align: middle;
    line-height: 1.58em !important;
}

.general-search {
    margin-bottom: 10px;
    margin-top: 7px;
    margin-top: 10px;
    z-index: 999999;
}

.general-search:hover {
    opacity: 0.9;
}

.search-form md-select {
    margin: 0px 0 6px 0px;
}

.general-price-info th {
    padding: 0px 0 5px 0;
}

.general-price-info td {
    padding: 5px 8px 5px 0;
    width: 70%;
}

.main-block .general-price-info {
    padding: 0;
    border-radius: 0px;
    line-height: 19px;
    -webkit-box-shadow: 0px 5px 5px -5px rgba(143, 143, 143, 1);
    -moz-box-shadow: 0px 5px 5px -5px rgba(143, 143, 143, 1);
    box-shadow: 0px 5px 5px -5px rgba(143, 143, 143, 1);
    background: #fbfffc;
}

.search-form .info-box {
    padding: 5px 0px 0px 0px;
}

.md-button.md-icon-button {
    margin: 0 !important;
}

.main-block nav li.active {
    color: #006c2a;
    opacity: 1;
    font-weight: bold;
	background: #e6e6da !important;
}


.main-block nav li.done-step span {}

.main-block nav li.active span {
    color: #006c5d;
    border: 2px solid #006c5d;
}

.main-block table {
    margin: 0 0 3px 0;
    width: 100%;
}

.main-block table td[rowspan="2"] {
    width: 45%;
}

.main-block table h6 {
    float: right;
    font-size: 14px;
}

.main-block table h6 strong {
    font-size: 18px;
}

.main-block button.booking_btn {
    color: #000;
    border: none;
    text-align: center;
    font-size: 1.2em;
    font-weight: 900;
    padding: 11px 25px;
    margin-top: 0;
    transition: 0.2s;
    width: auto !important;
    border-radius: 5px;
    float: right;
    margin: 0 0 40px 0;
    background: #ffb100;
    background: -moz-linear-gradient(top, #FFDD00 0%, #ffb100 100%);
    background: -webkit-linear-gradient(top, #FFDD00 0%, #ffb100 100%);
    background: linear-gradient(to bottom, #FFDD00 0%, #ffb100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFDD00', endColorstr='#ffb100', GradientType=0);
}

.main-block button.booking_btn:hover {
    opacity: 0.9;
}

.clear {
    clear: both;
}

.aside_info {
    font-weight: normal;
    font-size: 14px !important;
    color: #adadad;
	line-height: 21px;
}

.car_rent_details li,
.price-bottom-block li {
    display: block;
    color: #646464;
    padding-right: 9px;
    list-style-type: none;
    font-size: 14px;
    line-height: 23px;
}

.car_rent_details {
    padding: 0;
    line-height: 23px;
    margin-bottom: 7px;
    display: inline-table;
}

.car_info {
    background-image: url("../img/icons.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 5px 5px 0 5px;
    height: 20px;
    width: 20px;
}

.car_info.car_small_baggage {
    background-position: -60px 3px;
    width: 24px;
}

.car_info.car_big_baggage {
    background-position: -90px 0;
    width: 24px;
}

.car_info.car_passsenger {
    background-position: -120px 5px;
    width: 26px;
}

.search-form {
    color: rgba(0, 0, 0, 0.87) !important;
}

.car_details li {
    display: inline-block;
    padding: 0;
    margin: 0 3px 0 0;
    font-size: 14px;
    color: #505050;
    font-weight: normal;
}

.car_details li span {
    color: #4c4c4c;
    margin-right: 5px;
}
.idl-about {
	color: #868686;
    font-size: 13px;
    line-height: 19px;
	margin-top: 10px;
	color:#e90000;
}
.idl-about-small {
	font-size: 12px;
    color: #9c9c9c;
	line-height: 15px;
}
.form-group-all {
	margin: 28px 0;
}
.card-expl {
    font-size: 11px !important;
    margin-left: 31px !important;
    color: #757575 !important;
    line-height: 13px !important;
	font-style: italic;
    font-family: georgia;
}

.car_details {
    margin-bottom: 12px;
}

.md-button.md-icon-button {}

.md-icon-button+.md-datepicker-input-container {}

.time_select {
    margin: 0 0 0 5px;
}

.main-block .row {
    margin: auto;
    width: 90%;
}

.info-list {
    list-style-type: none;
    padding: 5px 0px 5px 15px;
    font-size: 16px;
    line-height: 24px;
}

.insurances_block ul.inss li:nth-child(4),
.insurances_block ul.inss li:nth-child(5) {
    font-weight: bold !important;
}

.main-block .confirm table {
    width: auto;
}

.main-block .confirm td {
    padding: 8px 40px 0 2px;
}

.main-block .confirm h1 {
    color: #00542f;
    margin-top: 42px;
}

.main-block .confirm .general-search {
    width: auto;
    font-size: 16px;
    padding: 10px 30px;
    margin: 30px 30px 30px 0;
}

.confirm h5 img {
    height: 100px;
    width: auto !important;
}

#teaser form .time {}

.custom_search_block_styles form .time {
    float: left;
    margin: 0px 0 0 0;
}

md-datepicker {
    float: left;
}

#teaser .md-select {
    margin: 5px 0 26px;
}

[ng-model="minAge"] {
    padding-left: 0 !important;
}

md-checkbox.md-checked .md-ink-ripple {
    color: #eb6a06 !important;
}

md-checkbox.md-checked .md-icon {
    background-color: #009238 !important;
}

.info-list md-select {
    display: inline-block;
    margin: -7px 0 -5px 16px;
    float: right;
}

.confirmk img {
    height: 140px !important;
}

.personalInfo input.ng-pristine.ng-invalid,
input.personalInfo .ng-dirty.ng-invalid {
    border: 1px solid #FE5E5E;
}

.personalInfo input.ng-valid.ng-dirty {
    border: 1px solid #75C556;
}

.form-error {
    color: #FE5E5E !important;
    padding: 0 10px;
}

.icon-car {
    margin-right: 15px;
    color: #00542f;
}

.icon-Thrifty_Car_Rental_logo:before {
    content: "\e900";
}

.car-select {
    margin-bottom: 12px;
}

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

.cities {
    background: #00542f;
    padding: 15px;
    color: #e8e8e8;
    text-align: center;
    line-height: 25px;
}

.protection-price {
    float: right;
    font-size: 15px;
}

.protection-info .checkbox {
    margin: 15px 0;
}

.rental-text {
    font-size: 15px;
    line-height: 21px;
}

.int-link {
    border-bottom: 1px dotted #00542f;
    color: #00542f;
}

.thrifty-logo {
    width: 86px !important;
    height: 30px !important;
}

.image_block-mob {
	display: none;
}

.image_block {
    padding-right: 20px !important;
}

.icon-so-seat {
    background-image: url(../img/seat.png);
}

.icon-so-baggage {
    background-image: url(../img/baggage.png);
}

.icon-so-baggage-small {
    background-image: url(../img/baggage-small.png);
}

.icon-so-gear {
    background-image: url(../img/gear.png);
}

.icon-so-cond {
    background-image: url(../img/cond2.png);
}

.icon-so-price {
    background-image: url(../img/price1.png);
    color: #00542f !important;
}

.icon-so {
    display: table-row;
    width: 16px;
    height: 24px;
    background-repeat: no-repeat;
    vertical-align: text-top;
}

.icon-so2 {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    vertical-align: text-top;
}
.comfort_block-mob .icon-so {
    display: inline-block;
}

.cond-rent {
	display: none;
}

.fa {
    font-size: 22px;
    margin-right: 7px;
}

.dd-pointer-down {
    border: solid 5px transparent !important;
    border-top: solid 7px #686562 !important;
}

.dd-pointer {
    right: 15px !important;
}

.waze {
    margin-bottom: 20px;
}

#cont_ac3f37fa7b76b9d022ff3b2c32f46cb8 {
    border: 2px solid #fff;
}

header .header-info .facebook {
    margin: 9px 15px 0 15px;
}


iframe {
    border: none;
}

.car-select h3,
.car-select h4 {
    margin-top: 0;
    font-size: 19px;
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
}

.sidebar h3 {
    font-size: 28px;
    margin: 10px 0 20px;
    color: #00542f;
}

.rent_det {
    padding: 0 13px 0 0 !important;
	display: none;
}

#contact .container {
    padding-bottom: 110px;
}

#information p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 17px;
}

#information .subtitle {
    margin: 13px 0 9px 0;
}

#information {
    margin-top: 10px;
}

#information .row {
    margin-bottom: 20px;
}

#services {
    margin: 0;
    padding: 0;
    background: none;
}


/*Main page */

.info-box .info-box-title {
    margin-top: 0px;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
   	color: #fff !important;
}

.info-box-title span {
    margin-right: 6px;
    font-size: 27px;
}

.md-text {
    font-size: 15px;
}

._md {
    font-size: 15px;
    background-color: #2e2e2e !important;
    background-color: #fff !important;
    margin-bottom: 10px;
    margin-top: 7px;
	width: 100%;
}

.md-datepicker-input {
    font-size: 15px !important;
}

.title-form {
    width: 90px;
    float: left;
    line-height: 34px;
    padding-top: 4px;
    color: #fff;
    font-size: 15px;
}


/* End of main page */


/* Results page */

#teaser .container .row {
    width: 100% !important;
}

#teaser .ng-scope table td[rowspan="2"] {
    width: 39%;
    vertical-align: top;
}

#teaser .col-md-4 {
    width: 32%;
}

#teaser .col-md-8 {
    width: 68%;
}

.supplier-logo img {
	float: left;
    padding-top: 8px;
	width: 102px !important;
}

.supplier-logo2 img {
    float: left;
    padding-bottom: 8px;
    padding-top: 4px;
    width: 102px !important;
}

#teaser .search-form form {
    padding: 15px;
}

#teaser .md-icon-button+.md-datepicker-input-container {
    border: none;
}

.md-datepicker-expand-triangle {}

#teaser form .time {}

.personalInfo .car_details form {
    padding: 15px 5px;
}

.main-block button.back_btn {
    background-color: #f7f7f7;
    color: #717171;
    border: none;
    text-align: center;
    font-size: 1.2em;
    /* font-weight: 900; */
    padding: 0 20px;
    margin-top: 0;
    transition: 0.2s;
    /* width: 23%; */
    border-radius: 5px;
    float: left;
    height: 48px;
   font-weight: normal;
}

.main-block button.booking_btn:hover {
    opacity: 0.9;
}

.personal_form {
    padding: 1px 0 !important;
}

.final_price1 {
    margin: 10px 0 0 0 !important;
}

.fromtop {
    margin-top: 29px !important;
}

.main-block .general-price-info table tr {
    margin-bottom: 10px;
}

.confirm_info_text {
    text-align: center;
}

.confirm_info_text h4 {
    line-height: 24px;
    color: #424242;
    font-size: 19px;
    margin: 13px 0;
}

.confirm_info_text h5 {
    line-height: 22px;
    color: #424242;
    font-size: 16px;
    margin: 13px 0;
}

.confirm_param_text {
    float: left;
    margin: 0 19px;
}

.confirm_param_text2 {
    float: none;
    text-align: center;
}

#cont_529d346fd97b92d9d52acd1636f85065 {
    margin: 0 !important;
    border: none;
}

.form-control input {
    font-size: 15px;
    color: #585858;
}

.fa-male {
    font-size: 20px;
    margin: 0;
    vertical-align: text-bottom;
}

.fa-suitcase {
    font-size: 17px;
    margin: 0 0 0px 1px;
    vertical-align: text-bottom;
}

.fa-briefcase {
    font-size: 14px;
    margin: 0px 1px 0 2px;
    vertical-align: text-bottom;
}

.fa-cogs {
    font-size: 16px;
    margin: 0 1px 0 0px;
    vertical-align: text-bottom;
}

.fa-snowflake-o {
    font-size: 17px;
    margin: 0;
    vertical-align: text-bottom;
}

.fa-search {
    font-size: 27px;
    margin: 0 5px 0 0px;
}

.fa-list-ul {
    font-size: 22px;
    margin: 0 7px 0 5px;
}

.fa-asterisk {
    font-size: 17px;
    margin: 0;
    vertical-align: text-bottom;
}

.fa-question-circle {
    font-size: 17px;
    margin: 0px 5px 0px 0px;
    color: #cfd0c6;
    text-decoration: none;
}

.fa-info-circle {
    font-size: 22px;
    margin: 0 7px 0 2px;
}

.fa-share,
.fa-chevron-right,
.fa-print {
    font-size: 15px;
    margin: 5px 0 0 10px;
}

.fa-car,
.fa-credit-card-alt,
.fa-calendar,
.fa-road,
.fa-exchange,
.fa-cogs,
.fa-suitcase,
.fa-male,
.fa-check-circle-o,
.fa-tachometer,
.fa-ils,
.fa-usd,
.fa-star,
.fa-money {
    text-align: center;
}

.fa-check,
.fa-car,
.fa-exchange,
.fa-calendar,
.fa-road,
.fa-check-circle-o,
.fa-money,
.fa-check,
.fa-star,
.fa-credit-card-alt,
.fa-tachometer,
.fa-ils,
.fa-usd {
    color: #4773c5 !important;
    font-size: 18px;
    font-weight: normal;
    width: 24px;
}

#select_value_label_2,
#select_value_label_3 {
    margin-left: 5px !important;
}

.fa-check {
    color: #00d251 !important;
    margin-right: 0;
}

.fa-credit-card-alt {
    font-size: 14px;
}

.fa-check-circle-o,
.fa-money {
    font-size: 16px;
}

.fa-car {
    font-size: 14px;
}

.fa-calendar {
    font-size: 15px;
}

.fa-road {
    font-size: 16px;
}

.fa-tachometer {
    font-size: 17px;
}

.fa-phone,
.fa-whatsapp,
.fa-skype,
.fa-envelope {
    font-size: 17px;
    margin-right: 4px;
    color: #252525;
}

.agrem {
    margin-bottom: 20px;
    margin-left: 15px;
}

.col-md-5.indexed {
    z-index: 20004;
}

header .navbar-default .navbar-nav:last-child {
    padding-right: 9px;
}

.select_btn {
    color: #000;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    padding: 10px 20px;
    margin-top: 0;
    transition: 0.2s;
    width: auto !important;
    border-radius: 2px;
    float: right;
    border-radius: 5px;
    background: #ffb100;
    background: -moz-linear-gradient(top, #FFDD00 0%, #ffb100 100%);
    background: -webkit-linear-gradient(top, #FFDD00 0%, #ffb100 100%);
    background: linear-gradient(to bottom, #FFDD00 0%, #ffb100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFDD00', endColorstr='#ffb100', GradientType=0);
}

.select_btn:hover {
    opacity: 0.9;
}

.send_btn {
    color: #000;
    border: none;
    text-align: center;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 900;
    padding: 11px 0;
    margin: 0 0 35px 0;
    transition: 0.2s;
    width: 26%;
    border-radius: 5px;
    float: right;
    background: #ffb100;
    background: -moz-linear-gradient(top, #FFDD00 0%, #ffb100 100%);
    background: -webkit-linear-gradient(top, #FFDD00 0%, #ffb100 100%);
    background: linear-gradient(to bottom, #FFDD00 0%, #ffb100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFDD00', endColorstr='#ffb100', GradientType=0);
}

.search-title1 {
    padding: 0 !important;
    background-repeat: no-repeat;
    color: #000 !important;
    background: none !important;
}

.side-tbl {
    padding: 8px 20px 15px;
}

.send_btn:hover {
    opacity: 0.9;
}

.steps-menu {
    width: 100%;
    background: #ffffff url(../img/bg-steps.jpg) no-repeat center top;
}

.steps {
    width: 1292px !important;
    margin: 0 auto !important;
    line-height: 2px !important;
    background: none !important;
}

.border-botton1 {
    border-bottom: 7px solid #f5f5f5;
    margin-bottom: 38px !important;
}

.border-botton1 h4 {
    float: right;
    font-size: 17px;
}

.container .result-box-title, .info-box-title {
    font-size: 19px;
    font-weight: normal;
    color: #ffffff;
    padding: 11px 15px;
    border-radius: 2px;
    background: rgb(0,128,49);
	background: -moz-linear-gradient(180deg, rgba(0,128,49,1) 0%, rgba(0,122,47,1) 63%, rgba(0,90,36,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,128,49,1) 0%, rgba(0,122,47,1) 63%, rgba(0,90,36,1) 100%);
	background: linear-gradient(180deg, rgba(0,128,49,1) 0%, rgba(0,122,47,1) 63%, rgba(0,90,36,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008031",endColorstr="#005a24",GradientType=1);
}

.result-box-title span {
    margin-right: 6px;
    font-size: 27px;
}

.result-box-title {
	text-align: center;
}

.info-box-title {
	font-size: 18px;
}

#teaser #under-slider {
    display: none !important;
}

.blue {
    color: #232323 !important;
    font-size: 21px;
}

.adds {
    margin: 7px 0 0 0;
}

#teaser form {
    padding: 0;
}

.md-checkbox {
    margin-bottom: 0 !important;
}

.condit-list {
    font-weight: normal;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 19px;
}

.reserve_button_block {
    padding: 0 6px !important;
}

.price-bottom-block {
    margin-bottom: 9px !important;
}

.category-style {
    color: #17840a;
    font-size: 15px;
    margin-top: 4px;
    margin-bottom: 7px;
}

.border-side {
    margin: 0;
}

.carlogo {
    padding: 1px 0 4px 0;
}

.border-side-list {
    margin: 0 0 15px 0;
    padding: 15px 0 0;
    background: #fff;
    -webkit-box-shadow: 0px 6px 10px -5px rgb(177 177 177);
    -moz-box-shadow: 0px 6px 10px -5px rgb(177 177 177);
    box-shadow: 0px 6px 10px -5px rgb(177 177 177);
    border-radius: 5px;
}

.main-block button.back_btn {
   margin-bottom: 20px;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: url('https://holylandcars.com/worldwide/img/preloader.gif') center no-repeat #fff;
}

.se-pre-con p {
    display: block;
    position: relative;
    margin: 20px auto;
    text-align: center;
    font-weight: bold;
}

.se-pre-con span {
    display: block;
    position: relative;
    margin: 10px auto;
    text-align: center;
    color: #008031;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.form-on-page {
    margin: 15px !important;
	display: flex;
   width: 70%;
}

.fromleft-11 {
    margin-left: 11px !important;
}

.terms-ok {
    margin: 25px 0 15px 11px;
}

.form-bg {
    padding: 13px 20px 20px 20px;
    margin-bottom: 19px;
    background: #f7f7f7;
}

label {
    margin-bottom: 0 !important;
    display: none;
}

#contact {
    padding-top: 31px !important;
    margin-top: 0 !important;
}

#teaser .reservation-form-shadow {
    margin-bottom: 0 !important;
}

.border-all-datapicker {
    margin-right: 0px !important;
    margin-bottom: 5px !important;
    vertical-align: middle;
    border: 1px solid #b5b5b5 !important;
    background-color: #fbfbfb !important;
}

.md-select-value {
    min-height: 42px !important;
    background-color: #fbfbfb !important;
}

.info-list .md-select-value {
    min-width: 65px !important;
    min-height: 30px !important;
    float: right;
}

.bg-white {
    background: #fff !important;
}

.secure-button {
    width: 150px;
}

.driver-title1 {
    line-height: 17px !important;
    padding-top: 5px !important;
    font-size: 15px !important;
}

h4 {
    color: #212121 !important;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 17px;
}

.contact-box {
    font-size: 15px;
    color: #585858;
    line-height: 24px;
    padding: 8px 20px 19px;
}

.contact-box-title {
    margin-top: 23px;
    margin-bottom: 10px;
}

.list2 {
    font-size: 15px;
    color: #7d7d7d;
    font-weight: bold;
    padding-right: 6px;
}

header.small .pull-right {
    margin-top: 7px;
}

.md-default-theme .md-datepicker-triangle-button:hover .md-datepicker-expand-triangle,
.md-datepicker-triangle-button:hover .md-datepicker-expand-triangle {}

.header_title_h1 {
    color: #fff !important;
    font-family: "Arimo", sans-serif;
}

.header_text {
    float: left;
    font-family: Arial;
    font-size: 18px;
    padding: 1px 0 0 2px;
}

.header_text_mob {
    float: left;
    font-family: Arial;
    font-size: 18px;
    padding: 1px 0 0 2px;
}

.padbtn45 {
    padding-bottom: 45px;
}

.main-block .search-block1 .search-form form {
    padding: 18px 30px 27px 30px;
}

.main-block .reservation-form-shadow {
    background-color: #fbfffcb8;
}

.carslist1 {
    margin-bottom: 0;
}

.carousel {
    padding-top: 0;
    top: -12px;
}

.carslist1 .carousel .item {
    min-height: 125px;
    /* Prevent carousel from being distorted if for some reason image doesn't load */
}

.carslist1 .carousel .item img {
    margin: 0 auto;
    /* Align slide image horizontally center */
    padding-top: 11px;
}

.carslist1 .carousel-indicators {
    bottom: -40px;
}

.carousel-control.left,
.carousel-control.right {
    background: none;
}

.carslist1 .carousel-caption {
    position: absolute;
    right: 0;
    bottom: 69px;
    left: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: #726e6f;
    text-shadow: none;
    top: -4px;
}

.carslist1 .carousel-indicators .active {
    background-color: #090;
}

.carslist1 .carousel-indicators li {
    background-color: rgba(0, 0, 0, 0.17);
}

#vehicles {
    display: none;
}

.carousel-inner {
    margin-top: 41px;
}

.other-place span {
    border-bottom: 1px dashed #ffffffb0;
}

.other-place {
    color: #fff;
}

.top-block {
    padding-top: 4px !important;
}

.md-datepicker-triangle-button .md-datepicker-expand-triangle {
    border-top-color: rgb(33, 33, 33);
    top: 46% !important;
    border-left: 4px solid transparent !important;
    border-right: 4px solid transparent !important;
}

.scrollup {
    display: none !important;
}

.contact img {
    width: 23px;
    margin-right: 2px;
}

#xsg ul li a {
    font-weight: bold;
}

#xsg ul ul li a {
    font-weight: normal;
}

#xsg a {
    text-decoration: none;
}

#xsg p {
    margin: 10px 0px 10px 0px;
}

#xsg ul {
    list-style: square;
}

#xsg li {}

#xsg th {
    text-align: left;
    font-size: 0.9em;
    padding: 2px 10px 2px 2px;
    border-bottom: 1px solid #CCCCCC;
    border-collapse: collapse;
}

#xsg td {
    text-align: left;
    font-size: 0.9em;
    padding: 2px 10px 2px 2px;
    border-bottom: 1px solid #CCCCCC;
    border-collapse: collapse;
}

#xsg .title {
    font-size: 0.9em;
    color: #132687;
    display: inline;
}

#xsg .url {
    font-size: 0.7em;
    color: #999999;
}

#xsgHeader {
    width: 100%;
    float: left;
    margin: 0px 0px 5px 0px;
    border-bottom: 2px solid #132687;
}

#xsgHeader h1 {
    padding: 0px 0px 0px 20px;
    float: left;
}

#xsgHeader h1 a {
    color: #132687;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

#xsgBody {
    padding: 10px;
    float: left;
}

#xsgFooter {
    color: #999999;
    width: 100%;
    float: left;
    margin: 20px 0px 15px 0px;
    border-top: 1px solid #999999;
    padding: 10px 0px 10px 0px;
}

#xsgFooter a {
    color: #999999;
    font-size: 11px;
    text-decoration: none;
}

#xsgFooter span {
    color: #999999;
    font-size: 11px;
    text-decoration: none;
    margin-left: 20px;
}

.image-branch {
    float: left;
    margin-right: 20px;
    margin-top: 2px;
}

.car-det {
    padding: 0 0 0 10px;
}

.ssl {
    float: left;
}

.credit_cards {
    float: right;
}

.pluso {
    display: block !important;
    text-align: center !important;
}

.align_center {
    text-align: center;
}

.credit_cards,
.ssl {
    position: relative;
    padding-bottom: 0;
    width: 50%;
    height: 118px;
}

.credit_cards div,
.ssl div {
    position: absolute;
    left: 0;
    bottom: 0;
}

.ssl div a {
    margin-top: 18px;
}

.copyright {
    padding: 20px;
    color: #ffffffd1;
    text-align: center;
    background: #1B1B1B;
    margin-bottom: 0;
}

.footer_links {
    display: table;
    background: #0000007a;
    margin: 15px 0;
}

.footer_links a {
    color: #dadada !important;
}

.footer_links h3 {
    font-size: 16px;
    color: #fff;
    margin: 0 0 10px 0;
}

.footer_links ul {
    display: table-row;
}

.ssl a {
    color: #444444 !important;
}

.footer_links li {
    display: table-cell;
    vertical-align: top;
    padding: 30px 15px;
    line-height: 20px;
    font-size: 13px;
    width: 20%;
    text-align: left;
}

.info__list {
    background: #d2d881;
}

.post-content-text h2 {
    font-size: 30px;
    color: #000 !important;
}

.serv-blk {}

.sidebar-loc {
    padding: 17px;
    margin-bottom: 12px;
}

.sidebar-loc .sidebar {
    padding: 12px 20px 20px;
    background: #ffffffe3;
    border-radius: 10px;
    margin-bottom: 9px;
}

.search-key {
    padding: 0;
    list-style: none;
    margin-top: 10px;
    color: #b5c8bc;
}

.search-key ul {
    list-style: none;
    padding: 0;
}

.price-bottom-block ul {
    list-style: none;
    padding: 0;
}

.other_country {
    text-align: center;
    padding: 16px 0;
    text-decoration: underline;
    font-size: 15px;
}

#teaser-blog .breadcrumbs .active {
    color: #cee285;
}

th,
td {
    vertical-align: top;
}
.powr-star-rating .commentClass {
	padding: 0 !important;
}

.snif-bolet {
    background: #fffad1;
    padding: 20px;
}

.snif-bolet .general-search {
    font-size: 14px;
}

.snif-bolet-leftside {
    float: left;
    width: 80%;
}

.snif-bolet-rightside {
    text-align: right;
}

.snif-bolet-leftside .search-bbtn {
    width: 80%;
}

.snif-bolet-leftside h4 {
    color: #000 !important;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

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

.logo_1D {
    display: none !important;
}

.jivosite-adword-ru_RU {
    display: none !important;
}


/********************** New changes by Sofia ************************/

body {
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.custom_search_block_styles md-datepicker .md-datepicker-input-container {}

.header_text_mob {
    display: none;
}

.order_block .checkout-personal-info #first-name,
.order_block .checkout-personal-info #last-name {
    background-image: url(../img/user_icon.png);
    background-repeat: no-repeat;
    text-indent: 30px;
    background-position: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.order_block .checkout-personal-info #email-address {
    background-image: url(../img/email_icon.png);
    background-repeat: no-repeat;
    text-indent: 30px;
    background-position: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.order_block .checkout-personal-info #phone-number {
    background-image: url(../img/mobile_icon.png);
    background-repeat: no-repeat;
    text-indent: 30px;
    background-position: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.order_block .checkout-personal-info #city {
    background-image: url(../img/world_icon.png);
    background-repeat: no-repeat;
    text-indent: 30px;
    background-position: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.order_block .form-control,
.order_block .form-error {
    margin-left: 10px;
}

.order_block md-checkbox {
    margin-bottom: 12px !important;
}

.add_padding {
    padding: 0 15px !important;
}

.final_price1 {
    background: none;
    padding: 15px 0 30px 0;
    font-size: 19px;
    border-top: 1px solid #d8d8d8;
}

.col-md-5.indexed {
    z-index: 20004;
}

.props_block_hidden {
    display: none;
    padding: 0;
    margin-top: 3px;
    margin-bottom: 7px;
}

.search_styles_search_block {
    background: white;
}

.search_styles_date_block {
    width: 100%;
    z-index: 20000;
    background: white;
    left: 0;
}

.container-fluid {
    max-width: 1278px;
}

.contact-smallbox {
    max-width: 1170px;
}

.embass img {
    display: inline-block;
    padding: 0 5px 0 0;
}

.embass h4,
.fb-box h4 {
    color: #000 !important;
    background: none;
    padding: 0;
    font-size: 18px;
}

.form-foot h5 {
    font-size: 15px;
    line-height: 23px;
}

.embass span {
    vertical-align: -webkit-baseline-middle;
}

.no_padding {
    padding: 0 !important;
}

.no_right_padding {
    padding-right: 0 !important;
}

.mobile_version {
    display: none;
}

.comfort_block,
.comfort_block-mob,
.props_block,
.reserve_button_block {
    line-height: 24px;
}

.comfort_block,
.comfort_block-mob {
    padding: 1px 20px 13px 11px !important;
    color: #777777;
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
}

.comfort_block2 {
    padding: 5px 0 0;
    color: #777777;
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
}

.details {
    display: inline-block;
    width: 100%;
    padding: 3px 20px 0 20px;
}

.bot-block {
    background-color: #f3f3f3a6;
    padding: 15px 15px 1px 15px;
    margin-bottom: -6px;
    border-bottom-left-radius: 5px;
     border-bottom-right-radius: 5px;
}

.name_block,
.abra {
    padding-left: 0;
}

md-checkbox.md-default-theme:not(.md-checked) .md-icon,
md-checkbox:not(.md-checked) .md-icon {
    border-color: #6b6b6b !important;
    background: #fff;
}

md-checkbox .md-icon {
    width: 19px !important;
    height: 19px !important;
    border-width: 1px !important;
    border-radius: 0 !important;
}

md-checkbox.md-checked .md-icon:after {
    left: 5.5px !important;
}

.md-calendar-day-header th {
    font-weight: 900 !important;
    line-height: 39px !important;
}

md-calendar {
    font-size: 15px !important;
}

.md-calendar-month-label {
    font-size: 15px !important;
    font-weight: 800 !important;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    vertical-align: middle;
    border-top: 8px dashed;
    border-top: 8px solid\9;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    color: #fff;
}
.flag-country > li > a {
    background-color: transparent;
    padding: 8px 10px 7px 11px;
    border: 2px solid #fff;
    transition: background 0.4s ease-in-out;
}

.fin-block {
    padding: 0 !important;
}

.fa-globe {
    color: #4c97e0 !important;
    font-size: 16px;
    font-weight: normal;
    width: 23px;
}

.price-bottom-block li {
    line-height: 19px;
    color: #5a840a;
}

.form-bg {
    padding: 0;
    background: transparent;
}

.brand img {
    max-width: 100%;
    width: 85%;
}

.add_padding {
    padding: 0 !important;
    width: 1234px;
}

#suppliers {    
	background: #fdfdfd;
    text-align: center;
    padding: 25px 25px 40px;
}

#suppliers h2, #car-categories1 h2, #reviews h2, #reviews-top h2, #car-categories h2, #poplocations h2, #partners h2, #contact-footer h2, .eagr-header-title.jsx-908956374  {
    font-size: 40px !important;
    font-weight: 700 !important;
    text-align: center;
    margin: 17px 0 28px 0;
    padding: 0;
    color: #00542f;
}
.eagr-header-title.jsx-908956374  {
	margin: 0 !important;
	font-family: 'Ubuntu', sans-serif !important;
}
.supp-logos img {
    display: inline;
    padding: 4px;
}
#suppliers .description, #car-categories1 .description, #poplocations .description, #reviews  .description {
    font-size: 18px;
    margin-bottom: 25px;
    text-align: center;
}

.carcat {
    padding: 25px 25px 45px;
    background: #d2d881;
}
#car-categories .description {
    font-size: 18px;
    margin-bottom: 25px;
    text-align: center;
    color: #333;
}
#car-categories {
	display:none;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
}
.card-title {
    font-size: 19px;
    padding: 17px 0 10px 0;
    font-weight: bold;
    margin: 0;
	background: none;
}
.card-img-top {
    width: 83%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 10px 1.75rem;
}
.card-text {
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    color: #6f6f6f;
	min-height: 99px;
}
.icons-list {
   margin-left: 20px;
}
.card h5 {
    font-size: 18px;
}
.card h5 strong {
    font-size: 26px;
}
.btn-danger {
    color: #fff !important;
    background-color: #ff0700;
    border: none;
}

.jssora073 {
    display: block;
    position: absolute;
    cursor: pointer;
}

.nav-top1 {
	min-height: 37px;
}

.strah-expl {
	    padding: 6px 1px !important;
}

.md-select-menu-container .md-active .md-clickable ._md md-overflow ._md {
	background: rgb(255, 255, 255) !important;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: url('https://holylandcars.com/worldwide/img/preloader.gif') center no-repeat #fff;
}

.se-pre-con p {
	display: block; 
	position: relative; 
	margin: 100px auto;
	font-size: 20px;
	line-height: 32px;
	font-weight: normal;
}

h3.subtitle  {
   font-size: 20px;
   font-weight: bold;
}

#contact {
background: #fff;
}
.ng-hide {
display: none;
}
html.md-default-theme, html, body.md-default-theme, body {				
background-color: #fff !important;
}
#teaser nav li.done-step {
cursor: pointer !important;
}
#teaser nav li, #teaser nav li.done-step.full-done {
cursor:pointer !important;
}
.main-block nav li.active.done-step {
opacity: 1;
}
.ok_btn {
background-color: #bbbbbb;
color: #fff;
border: none;
border-radius: 0;
box-shadow: 6px 6px 0 #efe9e9;
text-align: center;
font-size: 1.2em;
text-transform: uppercase;
font-weight: 900;
padding: 13px 0;
margin-top: 0;
transition: 0.2s;
width: 36%;
border-radius: 10px;
float: left;
margin-bottom: 20px;
}
#toRentConditions {
cursor: pointer;
/* text-decoration: underline; */
color: #5481b9 !important;
font-size: 15px !important;
border-bottom: 1px dashed #9a9a9a;
line-height: 25px;
}
md-tooltip .md-content {
font-size: 10px;
font-weight: normal;
height: auto;
white-space: initial;
xwidth: 200px
}
md-tooltip.tt-multiline .md-content {
height: auto;
}
footer {
margin-top: 0;
}
.border-all-datapicker {
margin-right: 0px !important;
margin-bottom: 5px !important;
vertical-align: middle;
border: 1px solid #b5b5b5 !important;
background-color: #fbfbfb !important;
padding: 9px;
height: 42px;
}
.receipt-return {
display: flex;
}
.comfort_block, .comfort_block-mob {
 color: #757575 !important;
 }


/* Start Media Queries
------------------------------------------------*/

@media print {
    body {
        font-family: Arial, serif;
        color: #000;
    }
    .col-md-12 {
        width: 50%;
    }
    footer,
    .btn-print,
    #tawkchat-minified-wrapper {
        display: none;
    }
}

@media only screen and (max-width: 1280px) {
    .insurances_block .comfort_block, .insurances_block .comfort_block-mob,
    .order_block .comfort_block, .order_block .comfort_block-mob {
        padding-left: 0 !important;
    }
    .col-md-5 {
        width: 40%;
        margin-left: 8px;
    }
    .col-md-7 {
        padding-right: 0 !important;
    }
    #teaser .col-md-4 {
        width: 33% !important;
    }
    #teaser .col-md-8 {
        width: 65% !important;
    }
    .cities {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1024px) {
    .col-md-7 {
        padding-right: 0 !important;
		width: 52%;
    }
    #teaser .col-md-4 {
        display: none;
    }
    #teaser .col-md-8 {
        width: 100% !important;
    }
    .cities {
        font-size: 13px;
    }
    header .brand h1 {
        font-size: 15px;
    }
    header .brand h1 a {
        padding-bottom: 10px;
    }
    header .navbar-default {
        font-size: 14px;
        margin-top: 7px;
        color: #fff;
		display: none;
    }
   
    #teaser .title {
        font-size: 37px;
    }
    #teaser .subtitle {
        font-size: 21px;
    }
   
    #teaser .steps1 {
        display: none;
    }
    #services h2 {
        font-size: 36px;
        margin: 13px 0 25px 0;
    }
    .search-form .info-box {
        padding: 5px 8px 5px 0px;
    }
    header .navbar-default .navbar-nav>li>a {
        padding: 8px 8px 7px 35px;
    }
}

@media only screen and (max-width: 800px) {
    .teaser {
	    border-bottom: none !important;
    }
    #car-categories1 {
        display: none;
     }
    .col-md-5 {
        padding: 0;
        margin-left: 0 !important;
    }
	.rent_det {
		display: block !important;
	}
	header .navbar-default {
		display: block !important;
    }
	#reviews-top {
		display:none !important;
	}
	.toppest-menu {
	    position: absolute;
		top: 54px;
		right: 15px;
	}
    .blog-posts .blog-post {
        margin-bottom: 0;
    }
    header .header-info .contact {
        display: none;
    }
    
    #teaser .steps1 {
        display: none;
    }
    header.small .brand a {
        font-size: 12px;
    }
    header.small {
        height: 80px;
    }
    header.small .navbar-toggle {
        margin-top: 18px !important;
    }
    .select_btn {
        padding: 10px 14px;
        font-size: 1em;
        margin-top: 4px;
    }
    .border-side-list {
        padding: 4px 14px;
        border-radius: 0;
    }
    .main-block .h_car {
        font-size: 22px;
        line-height: 27px;
    }
    header.small .brand {
        margin: 12px 0 0 0;
        width: 100%;
    }
    .thrifty-logo {
        width: 76px !important;
        height: 26px !important;
    }
	.facebook {
		display: none;
	}
	.nav-top1 {
		min-height: 37px;
		margin: 25px 0;
	}
}

@media only screen and (max-width: 767px) {
    .col-md-5.indexed {
        width: 100%;
    }
    .main-block button.booking_btn {
	    width: 100% !important;
	 }
    #teaser-blog {
        display: none;
    }
    .blog-posts {
        margin-top: 5px;
    }
    header {
        height: auto;
    }
    .order_block i.fa-share {
        display: none;
    }
    .order_block .checkout-personal-info .form-on-page {
        margin-left: 0 !important;
    }
    .order_block .result-box-title span {
        display: none;
    }
    .insurances_block .props_block,
    .order_block .props_block,
    .border-side-list .props_block {
        margin-bottom: 10px;
    }
    .insurances_block ul.info-list,
    .order_block .subscription_block,
    .border-side-list ul.info-list {
        margin-bottom: 42px;
    }
    .insurances_block .details .form-bg,
    .border-side-list .details .form-bg {
	    margin-bottom: 13px;
		background: #f6f6f6;
	    padding: 1px 15px;
    }
    #teaser .reservation-form-shadow {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .final_price1 {
        font-size: 16px;
        line-height: 20px;
    }
    .final_price1 strong {
        font-size: 18px;
    }
    .booking_btn {
        padding: 11px 21px !important;
        width: auto !important;
        font-size: 16px !important;
    }
	.back_btn {
		font-size: 16px !important;
	}
    .order_block .send_btn {
        padding: 11px 15px !important;
        width: auto !important;
        font-size: 14px !important;
    }
    .insurances_block .block_description,
    .order_block .block_description {
        font-size: 13px;
        font-family: arial;
        color: #a1a1a1;
		line-height: 19px;
    }
    .insurances_block .insurance_item_name {
        display: block;
    }
    .insurances_block .info-list li {
        display: block;
        margin-bottom: 12px;
        clear: both;
    }
    .insurances_block .info-list md-checkbox {
        display: block;
        float: left;
    }
    .insurances_block .props_block,
    .insurances_block .name_block,
    .insurances_block .comfort_block,
    .order_block .props_block,
    .order_block .name_block,
    .order_block .comfort_block {
        display: block;
    }
    .insurances_block .car_rent_details li,
    .order_block .car_rent_details li {
        float: none;
    }
    .insurance .result-box-title {
        font-size: 18px;
    }
    .insurance .result-box-title span {
        display: none;
    }
    .hidden_words {
        display: none;
    }
    .comfort_block span:not(:first-child):not(.additional_bags) {
        margin-left: 8px;
    }
    md-dialog>form {
        padding: 10px;
    }
    .md-toolbar-tools,
    .md-dialog-content {
        padding: 0 !important;
    }
    .md-dialog-content .rental-text {
        margin: 0 !important;
    }
    .md-toolbar-tools h2,
    .md-toolbar-tools span:last-child {
        font-size: 20px !important;
    }
    md-toolbar._md-toolbar-transitions {
        min-height: 40px !important;
    }
    .reserve_button_block {
        float: right;
        margin-top: -65px;
    }
    .comfort_block,
	.comfort_block-mob,
    .props_block,
    .reserve_button_block,
    .props_block_hidden {
        padding: 0 !important;
    }
    .details_block,
    .props_block,
    .reserve_props_block,
    .abra {
        display: none;
    }
    .props_block_hidden {
        display: block;
    }
    .teaser {
        background: #ffffff;
    }
    #teaser .search-form form {
        padding: 15px 14px 15px 14px;
    }
    .border-all-datapicker {}
    #services {
        width: 100%;
        display: inline-block;
    }
    .credit_cards,
    .ssl {
        width: 100%;
    }
    header .navbar-default .navbar-collapse,
    #select_container_6,
    #select_container_8,
    #md-date-pane9,
    #select_container_11,
    #md-date-pane12,
    #select_container_14,
    #select_container_16 {
        z-index: 20005 !important;
    }
    #teaser .search-form {
        padding: 0 !important;
    }
    #mainSearch {
        padding: 0 45px;
    }
    #teaser .container,
    #teaser .container .row,
    #teaser .container .row .date_block,
    #teaser .container .row .date_block .reservation-form-shadow {
        margin: 0;
        width: 100%;
    }
    .header_title_h1 {
        font-size: 15px;
    }
    .brand img {
        width: 248px !important;
    }
    .mobile_version {
        display: block;
    }
    .desktop_version {
        display: none;
    }
    header .navbar-default {
        position: absolute;
        right: 0;
        top: 0;
        padding-right: 15px;
        width: 100%;
    }
    header.small .navbar-default .navbar-collapse {
        margin: 13px auto;
    }
    header .navbar-default .navbar-collapse {
        background-color: #fff;
        padding: 7px;
        z-index: 1183;
        position: absolute;
        width: 100%;
        margin: 15px auto;
        border: 10px solid #006127;
        border-top: 0;
        box-shadow: 0 4px 1px -1px rgba(50, 50, 50, .32);
        right: 0;
        left: 0;
    }
    header .navbar-default .navbar-nav>li>a {
        color: #1B1B1B !important;
        font-weight: bold;
        text-align: center;
        padding: 8px 8px 7px 8px !important;
    }
    header .navbar-default .navbar-nav>li>a:hover {
        color: #00542f !important;
    }
    .mobile_menu_block {
        text-align: right;
    }
    .mobile_menu_block img {
        width: 35px;
        height: 35px;
        cursor: pointer;
        margin-top: calc( 50% - 5px);
        margin-right: 5px;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: transparent;
    }
    .navbar-default .navbar-toggle:focus .icon-bar,
    .navbar-default .navbar-toggle:hover .icon-bar {
        background-color: #ebd601;
    }
    header.small .navbar-toggle {
        margin-top: 18px !important;
    }
    .navbar-toggle {
        margin-top: 3px !important;
        border: none !important;
        margin-right: 4px !important;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #F2F9EF;
    }
    .navbar-toggle .icon-bar {
        width: 28px;
        height: 3px;
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 6px !important;
    }
	.strah-expl,
	.idl-expl {
		display: none !important;
	}
}

@media only screen and (max-width: 640px) {
    .toppest-menu {
		top: 26px !important;
	}
	.comfort_block-mob {
		display: block;
	}
   
   .menu-new {
      display: block;
   }
   
   .menu-new {
      display: flex;
      justify-content: flex-end;
   }
	
    .#toRentConditions {
	        border-bottom: none !important;
    }
    .rent_det {
	    display: none !important;
    }
	.comfort_block {
		display: none;
	}

	.comfort_block2 {
		display: none;
	}
	.image_block {
		display: none;
	}
	.image_block-mob {
		display: block;
	}
	.cond-rent {
		display: block;
		line-height: 30px !important;
	}
	.confirm_param_text {
		display: none;
	}
	.search-bbtn {
        width: 100%;
    }
	.icon {
		display: none;
	}
    .border-side-list {
        border: none;
        border-bottom: 1px solid #e4e4e4;
    }
    .col-md-5 {
        margin-left: 8px;
    }
    .info-list {
        padding: 5px 0px 5px 11px;
        font-size: 15px;
    }
    .form-bg {
        width: 100%;
    }
    .facebook,
    .karusel {
        display: none;
    }
}

@media only screen and (max-width: 550px) {
    #teaser .search-form form {
        padding: 15px 0px 15px 0px;
    }
    .border-all-datapicker {
        clear: both;
    }
    #select_container_6,
    #select_container_8,
    #md-date-pane9,
    #select_container_11,
    #md-date-pane12,
    #select_container_14,
    #select_container_16 {
        width: 100%;
        left: 0 !important;
        padding: 0 30px !important;
    }
    #teaser .search-form {
        padding: 0 !important;
    }
    #teaser .container,
    #teaser .container .row,
    #teaser .container .row .date_block,
    #teaser .container .row .date_block .reservation-form-shadow {
        padding: 0;
        margin: 0;
        width: 100%;
    }	
}

@media only screen and (max-width: 480px) {
   .border-all-datapicker {
   margin: 0 !important;
   padding: 24px 10px;
   width: 195px;
   border-radius: 0;
   height: 50px;
   }
   #teaser form .time {
   margin: 0  !important;
   display: inline-flex;
   padding: 7px 0;
   height: 50px;
   width: 110px;
   border-radius: 0;
   }
   .receipt-return {
   display: block;
   padding-top: 3px;
   }
   .title-form {
   display: none;
   }
   .driver-title1{
   display: block;
   }
   .other-place {
   font-size: 14px;
   padding-top: 3px;
   padding-block: 5px;
   }
   
    .reserve_button_block .select_btn {
        font-size: 15px;
        padding: 10px 19px !important;
        line-height: 20px;
    }
    .main-block img {
    	width: 100% !important;
    }
	.det-expl .fa {
		display:none !important;
	}
    .cent-block {
        padding-top: 0;
    }
    .rent_det {
            margin-bottom: 12px;
    }
    .md-datepicker-triangle-button .md-datepicker-expand-triangle {
        top: 42% !important;
    }
    .agrem {
        margin-left: 0;
		    font-size: 14px;
    }
    .navbar-toggle {
        margin-top: 0 !important;
        border: none !important;
        margin-right: 0 !important;
        margin-bottom: 5px !important;
    }
    .reserve_button_block {
        margin-top: -93px;
    }
    .flag-country {
            margin: -21px -15px 11px 0;
            padding: 0;
            width: 141px;
            display: flex;
            justify-content: space-evenly;
        }
	.flag-country img {
        width: 90%;
    }
    .flag-country span {
        display: none;
    }
    .header_text {}
    .header_text_mob {
        display: block;
    }
    header .brand {
        margin: 7px 0 0 0;
    }
    .image_block {
        padding-right: 0 !important;
    }
    .props_block_hidden {
        margin-bottom: 15px;
    }
    .fa-bars {
        margin-right: 9px;
    }
    .details {
        padding: 5px 10px 0 10px;
    }
    .contact,
    .menu-fut {
        display: none;
    }
    .facebook,
    .karusel {
        display: none;
    }
    .send_btn {
        width: 100%;
        padding: 11px 12px !important;
        width: auto !important;
        font-size: 14px !important;
    }
    .form-on-page {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .md-button.md-icon-button {
        height: 48px !important;
    }
    .md-datepicker-input {
        font-size: 16px !important;
    }
    .header_title_h1 {
        font-size: 16px;
    }
    #teaser form .submit,
    .general-search {
        font-size: 19px;
        padding: 17px 0;
    }
    #teaser .search-form {
        padding: 0 !important;
    }
    .md-datepicker-expand-triangle {}
    .col-md-5 {
        margin-left: 0;
        padding: 0 !important;
    }
    .info-list {
        padding: 0 !important;
        font-size: 15px !important;
		line-height: 21px;
        margin-left: 0;
    }
	.det-expl {
		padding-right: 5px;
		padding-left: 0;
		padding-bottom: 8px;
	}
    .form-bg {
        width: 100% !important;
    }
    .teaser {
        background: #2e2e2e !important;
    }
    #teaser .container .row {
        width: 100% !important;
        margin: none !important;
    }
    .search-form {
        padding: 0 !important;
    }
    #teaser .search-form form {
        padding: 0 !important;
    }
    .title-form {
        float: none !important;
    }
    #teaser .reservation-form-shadow {
        margin-top: 0 !important;
    }
    .container .info-box-title {
	    margin-top: 10px !important;
    }
    .fa-search {
        font-size: 24px !important;
    }
    #services,
    #vehicles,
    #partners,
    #locations,
    #contact,
    #under-slider,
	#reviews,
    .cities {
        display: none;
    }
    #teaser form .time {
        width: 35% !important;
    }
    .md-button.md-icon-button {
        margin: 0 2px !important;
    }
    .md-select-value .md-select-icon {
        width: 10px !important;
        margin: 0 !important;
    }
    footer .footer-nav {
        margin: 10px auto 0px;
    }
    footer .footer-nav li a {
        font-size: 16px;
    }
    .footer_links ul {
        display: block;
        padding: 7px;
        padding: 0;
    }
    .footer_links {
        display: table;
        margin: 15px 0px;
        padding: 14px;
        width: 100%;
    }
    .credit_cards {
        width: 100%;
        height: 80px;
    }
    .ssl {
        width: 100%;
        height: 118px;
        margin-bottom: 10px;
    }
    .md-text {
        font-size: 16px;
    }
    .md-select-value {
        min-height: 50px !important;
    }
    .footer_links li {
        display: block;
        width: 100%;
        padding: 10px 2px 0px 2px;
    }
    .container {
        width: 100%;
    }
    .col-md-5 {
        margin-left: 0;
        padding: 0 !important;
    }
    .col-md-5.indexed {
        width: 100%;
    }
    .form-fut {
        width: 100% !important;
    }
    .fb-box {
        display: none !important;
    }
    .insurances_block .props_block,
    .insurances_block .name_block,
    .insurances_block {
        display: block !important;
    }
    .comfort_block,
	.comfort_block-mob {
		padding-bottom: 5px !important;
		padding-top: 5px !important;
		font-size: 14px;
    }
    #teaser .col-md-8 {
        padding: 0 !important;
    }
    #teaser form .time {
        margin: 0px 0 0 5px;
    }
    .form-bg {
        width: 100% !important;
        font-size: 13px;		
		line-height: 19px !important;
    }
	.documents {
		line-height: 22px;
		font-size: 14px;
	}
	md-checkbox {
		margin-bottom: 0px !Important;
	}
	.form-bg .block_description {		
		line-height: 19px !important;
	}
    #teaser .container .row {
        width: 100% !important;
        margin: 0 !important;
    }
    .search-form {
        padding: 0 !important;
    }
    #teaser .search-form form {
        padding: 15px 12px 0 !important;
    }
    .title-form {
        float: none !important;
    }
    
    header.small .brand {
        margin: 17px 0 0 0 !important;
    }
    #teaser form .time {
        width: 37%;
    }
    #teaser .reservation-form-shadow {
        margin-top: 0 !important;
    }
    .search-key ul {
        list-style: none;
        padding: 16px 0px;
    }
    .fa-search {
        font-size: 24px !important;
    }
    .border-side-list {
        padding: 11px 2px 0 !important;
        box-shadow: none;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: 0px 5px 5px -5px rgba(143, 143, 143, 1);
        box-shadow: none !important;
    }
    header .brand h1 {
        font-size: 14px;
        padding-top: 3px;
        padding-bottom: 5px;
    }
    .md-checkbox {
        margin-bottom: 4px;
    }
    .other-place {
        font-size: 13px;
    }
    .title-form {
        line-height: 24px !important;
    }
    .general-search {
        margin-bottom: 0 !important;
    }
    .md-checkbox {
        margin-bottom: 0 !important;
    }
    .title-form {
        width: 150px;
    }
    .container .result-box-title {
        padding: 11px;
        text-align: center;
        color: #ffffff;
        font-size: 17px;
        border-radius: 0 !important;
    }
    .search-form .info-box {
        padding: 0;
    }
    .info__list {
        display: none;
    }
    .md-checkbox {
        margin-bottom: 5px;
    }
    
    .carlogo {
        width: 87%;
    }
	
    footer .footer-nav li {
        display: block;
        padding: 5px 10px;
    }
    .main-block .h_car {
        font-size: 22px;
        line-height: 20px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .category-style {
        font-size: 14px;
        margin-top: 0px;
    }
    .fa-male {
        font-size: 21px;
    }
    .fa-suitcase {
        font-size: 17px;
        margin: 0 0 0px 1px;
    }
    .fa-briefcase {
        font-size: 14px;
        margin: 0;
    }
    .fa-cogs {
        font-size: 16px;
        margin: 0 1px 0 0px;
    }
    .car_details li {
        padding: 0;
        margin: 0 3px 0 0;
        font-size: 14px;
    }
    .condit-list {
        margin-bottom: 0;
        font-size: 13px; 
    }
    .blue {
        font-size: 19px;
    }
    .car_rent_details li,
    .price-bottom-block li {
        line-height: 22px;
        font-size: 14px;
    }
    .price-bottom-block {
        margin-bottom: 9px !important;
    }
    .car_rent_details {
        padding: 0;
        line-height: 18px;
        margin-bottom: 0px;
    }
    .fa-car {
        font-size: 14px;
    }
    .fa-calendar {
        font-size: 14px;
    }
    .fa-road {
        font-size: 15px;
    }
    .fa-male {
        font-size: 18px;
        text-align: center;
        width: 19px;
    }
    .fa-suitcase {
        font-size: 15px;
        width: 18px;
    }
    .fa-cogs {
        font-size: 13px;
        width: 18px;
    }
}

@media only screen and (max-width: 375px) {
	.border-all-datapicker {
		width: 60%;
	}
	._md {    
		width: 89%;
	}
}


@media screen and (-webkit-min-device-pixel-ratio: 2) {
    body {
      -webkit-font-smoothing: subpixel-antialiased;
    }
}


/* END Media Queries
------------------------------------------------*/