body {
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    line-height: 1.4;
    color: black;
}

a {
    text-decoration: none;
    color: #25398d;
}

#promoBlock a:hover {
    opacity: 0.7;
}

b,
strong {
    font-weight: 500;
}



h1 {
    color: white;
    font-size: 58px;
}

.subpage h1 {
    color: #000;
    border-bottom: 4px solid #23378d;
    position: relative;
    z-index: 1;
    font-size: 20px;
    text-transform: uppercase;
    /* font-family: 'Ubuntu'; */
    padding-bottom: 35px;
    margin-bottom: -5px;
}

h2 {
    font-size: 52px;
    font-weight: 600;
}

h3 {
    font-size: 42px;
    font-weight: bold;
}

.main_content h3 {
    font-size: 36px;
    color: white;
}

h4 {
    font-size: 26px;
    font-weight: bold;
}

.subpage h4 {
    margin: 15px 0px 30px 0px;
    font-weight: 400;
    color: #23378d;
}

.successful {
    background-image: url(https://avalon-service-dev.sh-media.hu/service/images/icons/check.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 60px;
    display: block;

}

h6 {
    margin-top: 40px;
    text-transform: uppercase;
    font-size: 16px;
}

.price h6 {
    margin-top: -10px;
}

p,
ul {
    width: 100%;
}

.close {
    width: 200px;
    float: right;
    display: contents;
}

.close img {
    float: right;
}

.map {
    margin-bottom: -7px;
}

.searchIcon {
    height: 10px;
    width: auto;
}

.modal-content {
    min-height: 280px;
    border: 0px;
    background: transparent;
}

.modal-dialog {
    max-width: 1200px;
    margin-top: 150px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.mainpage ul li ul li a {
    color: black !important;
}

.mainpage ul li ul li a:hover {
    color: #e30522 !important;
}

#carSelector a:hover {
    opacity: 0.7;
}

.boshLogo {
    height: 123px;
    padding: 20px;
}

.regular {
    font-weight: 400;
}

.price span {
    font-weight: 300;
}


.ajanlatButton {
padding: 33px 21px;
    color: #25398d;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: bold;
    transition: box-shadow 0.2s;
    min-width: auto;
    font-size: 14px;
    border: 2px solid #25398d;
}

.ajanlatButton:hover {
    text-decoration: none;
    opacity: 0.5;
}


.subpage main {}

.star {
    height: 20px;
    height: 25px;
    width: auto;
    margin: -7px 20px 0px 0px;
}

.extraList {
    margin-top: 30px;
    padding-left: 0px;
    margin-bottom: 30px;
}

.extraList li,
.extraList li {
    list-style: none;
    margin-bottom: 10px;
}

.extraList.contain li:before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 20px;
    background: transparent url('../images/icons/check.svg') no-repeat;
}

.extraList.notcontain li:before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 20px;
    background: transparent url('../images/icons/xmark.svg') no-repeat;
}


.headerContact {
    color: white;
    margin-top: 9px;
    padding: 30px 0px;
    display: block;
    font-size: 17px;
}

.headerContact a {
    color: white;
    font-weight: bold;
}

.text-red {
    color: #e30522;
}

.text-green {
    color: #28ca84;
}

.text-blue {
    color: #23378d;
}

breadcrumb {
    padding: 40px 0px;
    background: white;
    display: block;
    font-size: 22px;
    color: #c3c6d6;
}

#navbar {
    z-index: 10;
}

/* Navbar links */
#navbar a {}

ul li a:hover {
    opacity: 0.5;
    transition: all 0.5s ease-out allow-discrete;
    transition: 200ms linear 50ms;
}

/* Page content */
.content {}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.mainpage nav {
    top: 0px;
    width: 100%;
    background: transparent;
}

.mainpage nav.sticky {
    position: fixed;
    top: -36px;
    width: 100%;
    background: #00000050;
}


.subpage nav.sticky {
    position: fixed;
    top: -36px;
    width: 100%;
    min-height: initial;
}

.swiper-button-next {
    background-image: url(../images/icons/arrow-right-black.svg);
    right: 0px;
}

.swiper-button-prev {
    background-image: url(../images/icons/arrow-left.svg);
    left: 0px;
}

.bcCounter {
    border-radius: 30px;
    border: 2px solid #c3c6d6;
    width: 40px;
    height: 40px;
    text-align: center;
    display: inline-block;
    margin-right: 30px;
}

.active .bcCounter {
    border: 2px solid #1d3884;
    background: #1d3884;
    color: white;
}

.supergreen .bcCounter {
    border: 2px solid #28ca84;
    background: #28ca84;
    color: white;
}

breadcrumb .active {
    color: black;
}

breadcrumb .supergreen {
    color: #28ca84;
}

.frontDateSelector h7 {
    font-family: 'Ubuntu';
    text-transform: uppercase;
    font-weight: bold;
    color: #949dbb;
    display: block;
    margin: 15px 0px 0px 0px;
    font-size: 1rem;
}

.frontDateSelector p {
    font-family: 'Ubuntu';
    font-size: 16px;
    color: #23378d;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    top: 11px;
    line-height: 100%;
}

select.validation_error {
    border: 1px solid red;
}

.frontFromPlace,
.rentalTypeCurrency {
    border: none;
    cursor: pointer;
    font-weight: bold;
    color: #000;
    font-size: 17px;
    margin-top: -7px;
    margin-left: -13px;
}

.langSelector {
    margin-top: 55px;
}

#gyikBlock {
    padding: 0px 0px 150px 0px;
}

#gyikBlock h2 {
    margin-bottom: 100px;
}

#promoBlock h2 {
    position: absolute;
    bottom: 40px;
    left: 40px;
    font-size: 41px;
    right: 40px;
}

.wrap {}

.carIcon {
    height: 55px;
    width: auto;
}

header {
    text-align: center;
    background-image: url('/service/images/chuttersnap-gts_Eh4g1lk-unsplash.jpg');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.headerlayer {
    min-height: 700px;
    position: relative;
}

.boshlogo {
    float: right;
    max-width: 60px;
    position: absolute;
    right: 30px;
    top: 30px;
}

.subpage .headerlayer {
    background-color: #00326100;
    min-height: inherit;
    height: 450px;
    position: relative;
    background-image: linear-gradient(0deg, #fff0 0%, rgb(0 0 0 / 80%) 100%) !important;
}


.blackarrow {
    max-width: 30px;
}

.subpage .headerlayerMainPage {
    min-height: 700px
}

.subpage .topnav a,
.subpage .topnav a.active {
    color: #fff;
}

.subpage nav {
    /* top: -36px; */
    width: 100%;
    position: absolute;
    min-height: initial;
}

.subpage .frontDateSelector {
    bottom: 50px;
}

#main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

.blacklayer {
    background-color: #00000060;
    min-height: 500px;
    position: relative;
}

.logo {
    margin-top: 8px;
    height: auto;
}

.footer_logo {
    max-width: 130px;
}

.footericon {
    margin-top: 30px;
    height: 25px;
    width: auto;
}

.container,
.topnav {
    max-width: 1380px;
    margin: 0px auto;
}

main {}

.singlePage {}

.navigator {
    margin: 50px 0px 100px 0px;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background: #e30522;
    box-shadow: none;

}

button {
    background: #e30522;
    border: 0px;
    min-width: 200px;
    padding: 30px 15px;
    color: white;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: bold;
    transition: box-shadow 0.2s;
}

.getAvailableCategories {
    background: #e30522;
    border: 0px;
    min-width: 200px;
    padding: 36px 11px;
    color: white;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: bold;
    transition: box-shadow 0.2s;
    min-width: auto;
    font-size: 13px;
}

a.getAvailableCategories {
    text-decoration: none;
}

a.getAvailableCategories:hover {
    text-decoration: none;
    color: white;
    opacity: 0.7;
}

.getAvailableCategories img {
    width: 30px;
    margin: -5px 0px 0px 10px;
}

.subpage button {
    padding: 15px 30px;

}

button.readMore {
    font-size: 14px;
    padding: 10px 15px;
}

button.next {
    font-size: 14px;
    border: 2px solid #e30522;
    padding: 20px 15px;
}

button.previous {
    background: transparent;
    border: 2px solid #d9ddeb;
    color: black;
    border-radius: 15px;
    padding: 20px 15px;
}

button.previous img {
    margin-left: 0px;
    margin-right: 20px;
}

button:hover {
    box-shadow: 0px 15px 29px 0px rgba(227, 5, 34, 0.29);
}

button:focus {
    opacity: 0.7;
}

button img {
    height: 30px;
    margin-left: 20px;
    margin-bottom: 3px;
}

.newsBox a img:hover {
    opacity: 0.8;
}

section {
    padding: 30px 30px;
}

#carSelector {
    padding: 0px;
    max-width: 1180px;
    margin: 0px auto;
}

#carSelector a {
    color: black;
}

.mainpage #carSelector {
    padding: 100px 0px;
    max-width: 1180px;
    margin: 0px auto;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    height: 180px;
}

.swiper-pagination-bullet-active {
    background: #e30522;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -5px;
}

#autoberlesBlock {
    background: #003261;
    color: white;
}

.frontDateSelector {
    margin: 0px auto;
    max-width: 1180px;
    background: white;
    border-radius: 15px;
    min-height: 120px;
    padding: 10px 30px 10px 30px;
    position: absolute;
    bottom: 100px;
    text-align: center;
    left: 1%;
    right: 1%;
}

.totalchecklogo {
    width: 160px;
    margin-bottom: 20px;
}

#kiszallitjukBlock {
    position: relative;
    min-height: 500px;
    overflow: hidden;
    padding-top: 0px;
}

#kiszallitjukBlock img {
    position: absolute;
    width: 700px;
    right: -150px;
    top: 0px;
}

.topnav {
    margin-top: 9px;
    padding: 30px 0px;
}

.topnav li {
    text-transform: uppercase;
    transition-duration: 0.5s;
    display: block;
    float: left;
    position: relative;
    padding: 14px 12px;
}

.topnav ul li ul {
    background: transparent;
    visibility: hidden;
    opacity: 0;
    border: 0px;
    min-width: 300px;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 0px;
    left: 0;
    display: none;
    border: 2px solid white;
    border-radius: 10px;
}

.topnav ul li:hover > ul,
.topnav ul li:focus-within > ul,
.topnav ul li ul:hover,
.topnav ul li ul:focus {
    visibility: visible;
    opacity: 1;
    display: block;
}

.topnav ul li ul li {
    clear: both;
    width: 100%;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding-bottom: 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}

.topnav ul li ul li a {
    text-align: left !important;
}

.topnav .menu_active {
    border-bottom: 2px solid #fff;
}


.topnav a.active {
    color: #fff;
    margin-bottom: 30px;
    border-bottom: 2px solid #fff;
}

.topnav .icon {
    display: none;
}

#main #faq .card {
    margin-bottom: 15px;
    border: 0;
    border-bottom: 1px solid #eceef3;
    padding-bottom: 15px;
}

#main #faq .card .card-header {
    border: 0;
    border-radius: 2px;
    padding: 0;
}

.card-body {
    font-size: 20px;
    color: #989a9f;
}

#main #faq .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    background: white;
    color: black;
    padding: 20px;
    font-weight: 500;
    font-size: 26px;
}

#main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
    background: white;
    color: black;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

#main #faq .card .collapsing {
    background: white;
    line-height: 30px;
}

#main #faq .card .collapse {
    border: 0;
}

#main #faq .card .collapse.show {
    line-height: 30px;
    color: #222;
}

time {
    color: black;
    width: 100%;
    text-align: center;
}

.carBox {
    min-height: 400px;
    background: white;
    padding: 30px;
    border-radius: 15px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
}

.menuRent {
    cursor: pointer;
    background: #e30522;
    border: 0px;
    min-width: 90px;
    padding: 5px 20px !important;
    color: white !important;
    margin-left: 2px;
    border-radius: 2px;
    transition: box-shadow 0.2s;
    margin-top: -5px;
}

.menuRent:hover {
    box-shadow: 0px 15px 29px 0px rgba(227, 5, 34, 0.29);
}

.topnav ul li {
    list-style: none;
}

.newsBox {
    min-height: 490px;
    background: #f8f8f8;
    padding: 30px;
    border-radius: 15px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
}

.pageBox {
    background: white;
    padding: 0px 30px;
    border-radius: 15px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    min-height: 100px;
}

.filter {
    margin-top: 40px;
    margin-bottom: 20px;
}

#extraBox {
    border-radius: 15px;
    margin-top: 20px;
    margin-bottom: 30px;
    background: white;
    min-height: 200px;
    padding: 50px;
}

.leftBox,
.rightBox,
.contentBox {
    border-radius: 15px;
    margin-top: 20px;
    margin-bottom: 30px;
    background: white;
    min-height: 200px;
    padding: 50px;
}


.contactus .contentBox {
    background: #f8f8f8;
}

select {
    word-wrap: normal;
    border: 1px solid #d9ddeb;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 300;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
}

.transmission {
    background: #e30522;
    display: block;
    padding: 0px 20px;
    border-radius: 15px;
    color: white;
    text-align: center;
    float: right;
}

.infobox {
    font-size: 14px;
    padding-top: 30px;
    font-weight: bold;
}

.infobox img {
    margin-right: 5px;
}

.Filterblock input[type="radio"] + label::before {
    content: '';
    position: relative;
    display: inline-block;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    background: white;
    border: 2px solid #d9ddeb;
    border-radius: 5px;
    cursor: pointer;
}

.Filterblock input[type="radio"] {
    position: absolute;
}

.Filterblock input {
    width: 100%;
}



.Filterblock input[type="radio"] + label {
    display: block;
    position: relative;
    margin-bottom: 20px;
}


.time {
    border: #223588 2px solid;
    /* border: 0px; */
    min-width: 200px;
    padding: 30px 15px;
    color: #223588;
    border-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    text-transform: uppercase;
    font-weight: 500;
    transition: box-shadow 0.2s;
    min-width: auto;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    margin-right: 10px;
    margin-bottom: 10px;
}


.time:hover {
    opacity: 0.7;
}

.time_active {
    background: #223588;
    color: white;
}

.xdsoft_datetimepicker {
    border: #223588 2px solid;
}


.service_select {
    width: 100%;
}

.btn_booking {
    background: #e30522;
    border: 0px;
    min-width: 200px;
    padding: 30px;
    color: white;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: bold;
    transition: box-shadow 0.2s;
    min-width: auto;
}

.error {
    color: red;
    font-size: 13px;
    font-weight: 400;
}

label {
    margin-bottom: 10px;

}

.thankyou label {

    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 30px !important;
}

#car_license {
    border: none;
}

.form-control {
    font-size: 18px;
    margin-bottom: 20px;
}

.Filterblock input[type="radio"] + label::before {
    content: '';
    position: relative;
    display: inline-block;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    background: white;
    border: 2px solid #d9ddeb;
    border-radius: 5px;
    cursor: pointer;
}

.Filterblock input[type="radio"]:checked + label::before {
    background-image: url('../images/icons/checked.svg');
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: 50%;
}

.Filterblock input[type="radio"]:focus + label::before {}

.Filterblock input[type="radio"] {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

.Filterblock input[type="checkbox"] {
    position: absolute;
}

.Filterblock input {
    width: 100%;
}

.Filterblock input[type="checkbox"] + label {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.Filterblock input[type="checkbox"] + label::before {
    content: '';
    position: relative;
    display: inline-block;
    margin-right: 15px;
    width: 30px;
    height: 30px;
    background: white;
    border: 2px solid #d9ddeb;
    border-radius: 5px;
    cursor: pointer;
}

.Filterblock input[type="checkbox"]:checked + label::before {
    background-image: url('../images/icons/checked.svg');
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: 50%;
}

.Filterblock input[type="checkbox"]:focus + label::before {}

.Filterblock input[type="checkbox"] {
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

footer {
    background: #efefef;
    font-size: 16px;
}

footer a,
footer a:hover {
    color: #223588;
}

.footerlogo {
    height: 15px;
    width: auto;
}

footer ul {
    padding: 0px;
}

footer ul li {
    min-height: 30px;
    list-style: none;
    color: #223588;
}

#sendMessage .form-control {
    margin-bottom: 30px;
    border: 2px solid #d9ddeb;
    padding: 25px;
    margin-top: 10px;
}

#sendMessage textarea {
    overflow: auto;
    resize: vertical;
    margin-bottom: 30px;
    border: 2px solid #d9ddeb;
    padding: 25px;
    margin-top: 10px;
    width: 100%;
}

#sendMessage button {
    padding: 15px;
    margin-top: 50px;
}

#sendMessage select {
    margin-bottom: 30px;
    border: 2px solid #d9ddeb;
    padding: 15px;
    margin-top: 10px;
    width: 100%;
}

#sendMessage label {
    width: 100%;
    width: 100%;
    text-transform: uppercase;
    color: #bfc5d8;
    font-size: 14px;
    font-weight: bold;
}

#contactForm label {
    width: 100%;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 14px;
    color: #bfc5d8;
}

#contactForm label input {
    height: 49px;
}

#contactForm textarea {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    width: 100%;
    min-height: 150px;
}

#contactForm select {
    width: 100%;
    margin-bottom: 30px;
    height: 49px;
}

.contactFormSubmit {
    margin-top: 30px;
}

#menuToggle {
    display: block;
    position: relative;
    top: 30px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    width: 50px;
    float: left;
}

#menuToggle a {
    text-decoration: none;
    color: #232323;
    transition: color 0.3s ease;
}

#menuToggle a:hover {
    color: tomato;
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none;
}

/*
* Just a quick hamburger
*/
#menuToggle span {
    display: block;
    width: 30px;
    height: 3px;
    margin-bottom: 5px;
    position: relative;
    background: white;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease;
}

.subpage #menuToggle span {
    background: #e30522;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #e30522;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

#mobilmenu {
    position: absolute;
    width: 100vw;
    margin: -200px 0 0 -85px;
    padding: 210px 10px 0px 80px !important;
    background: white;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    height: 110vh;
    padding-left: 100px;
    z-index: 2;
}

#mobilmenu li {
    padding: 5px 0;
    font-size: 20px;
    font-weight: bold;
}

#mobilmenu .dropdown-menu li {
    padding: 10px 0;
    font-size: 20px;
    font-weight: 400;
}

#menuToggle input:checked ~ ul {
    transform: none;
}

.mobil {
    display: none;
}

.main_menu {
    display: flex;
    flex-flow: column wrap;
    flex-direction: row;
    justify-content: center;
}

.main_menu li {
    list-style: none;
    padding: 0px;
    font-weight: 500;
    margin: 40px 0px 0px 0px;
}

.main_menu li a {
    padding-bottom: 45px;
    color: #000;
    text-decoration: unset;
}

.main_menu_active {
    color: #000;
    border-bottom: 3px solid #23378d;
    position: relative;
    z-index: 1;
}

.main_title {
    color: #000;
    font-size: 36px;
    font-weight: 600;
    position: relative;
    line-height: 110%;
}

.main_title_front {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    line-height: 130%;
}

.servicesPage .main_title {
    color: #000;
    font-size: 36px;
    font-weight: 600;
    position: relative;
    top: -10px;
    margin: 0px;
}

.front_services {
    padding: 30px;
    border-radius: 15px;
    background: #f8f8f8;
}

.front_services ul {
    padding-left: 0px;
}

.front_services li {
    list-style: none;
    margin-bottom: 15px;
}

.front_services li:before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 20px;
    background: transparent url(../images/icons/check.svg) no-repeat;
}

.main_subtitle {
    color: #23378d;
    font-size: 18px;
    font-weight: 600;
}

.main_content {
    max-width: 1366px;
    margin: 0 auto;
}

.main_img {
    position: relative;
    height: 350px;
    overflow: hidden;
}

.main_img:hover {
    opacity: 0.8;
}


.main_img_text {
    left: 30px;
    bottom: 10px;
    position: absolute;
    right: 0;
    width: 80%;
}


.main_img h1 {
    font-size: 2rem;
}

.main_img h2 {

    font-size: 1.1rem;
    color: white;

}

.servicesPage h2 {
    font-size: 42px;
}

.main_img p {
    font-size: 18px;
    color: #fff;
}

.main_arrow_white {
    left: 30px;
    top: 30px;
    position: absolute;
    max-width: 98%;
    width: 30px;
}

.services_icon {
    right: -65px;
    position: absolute;
    top: 10px;
    cursor: pointer;
    width: 25px;
}

.services_icon_minus {
    visibility: hidden;
    right: -65px;
    position: absolute;
    top: 10px;
    cursor: pointer;
    width: 25px;
}

.black_layer {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.highlight .highlight_border {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 3px solid #e30522;
}

.highlight h1 {
    font-size: 3rem;
}

.highlight h2 span {
    padding: 5px 10px 5px 10px;
    background-color: #e30522;
}

.menu_line {
    border: 2px solid #ecedf3;
    position: relative;
    top: -15px;
}

.main_line {
    border: 2px solid #ecedf3;
}

.blog h1 {
    color: #000;
    font-size: 2.5rem;
}

.blog img {
    max-width: 100%;
}


.blog {
    max-width: 1000px;
}

.blog p {
    font-size: 1rem;
    font-weight: 400;
}

.bold {
    font-weight: bold !important;
}

.main-container {
    max-width: 1200px;
    margin: 0 auto;
}

.summary {
    background-color: #efefef;
    margin-top: -31px;
}

.summary a {
    text-decoration: underline;
}

#orderService textarea {
    overflow: auto;
    resize: vertical;
    margin-bottom: 30px;
    border: 1px solid #d9ddeb;
    padding: 25px;
    margin-top: 10px;
    width: 100%;
    border-radius: 5px;
}

/* CALENDAR */

.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 99%;
    padding: 30px;
}

.xdsoft_datetimepicker .xdsoft_label {
    font-size: 16px;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #23378d;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
    width: 15%;
}

.xdsoft_datetimepicker.xdsoft_inline {
    width: 100%;

}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
    font-size: 16px;
    font-weight: 500;
    color: #223588;
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {

    background-color: #fff;
    border: unset;
    text-align: center;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    color: #000;
    font-weight: 500;
}

.xdsoft_datetimepicker .xdsoft_month {
    width: 50%;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
    border: 2px solid #095ca8;
    color: #095ca8 !important;
    background: unset;
    box-shadow: unset;
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
    height: 50px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
    height: 35px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 211px;
}



.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {

    background: rgba(0, 0, 0, .05) !important;
    color: unset !important;

}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
    background: unset;
    border: unset;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    border: unset;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background: unset;
    box-shadow: unset;
    border: 1px solid #e30522;
    color: #e30522 !important;
}

.xdsoft_datepicker .xdsoft_next,
.xdsoft_datepicker .xdsoft_prev,
.xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-position: center !important;
    background-size: 15px;
}

.xdsoft_datepicker .xdsoft_next {
    background-image: url('/totalcheck/images/icon-arrow-right.svg');
}

.xdsoft_datepicker .xdsoft_prev {
    background-image: url('/totalcheck/images/icon-arrow-left.svg');
}

.xdsoft_timepicker .xdsoft_prev {
    background-image: url('/totalcheck/images/icon-arrow-up.svg');
}

.xdsoft_timepicker .xdsoft_next {
    background-image: url('/totalcheck/images/icon-arrow-down.svg');
    background-size: 14px;
    height: 20px !important;
    background-position: center !important;
}

.xdsoft_datetimepicker .xdsoft_today_button {
    background-image: url('/totalcheck/images/icon-home.svg');
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    height: 20px !important;
    background-size: 14px;
}

/* END CALENDAR */
