/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Ubuntu');

@font-face {
    font-family: "Ubuntu";
}

.proxima-bold {
    font-family:"Ubuntu" !important;/*bold */
    font-weight: bold;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    max-width: 1280px;
    margin: 0 auto 120px;
    font-family:"Ubuntu" !important;
    font-style:normal;
    color: #000;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 1280px;
    /* Set the fixed height of the footer here */
    height: 120px;
    background-color: #dadada;
}
a, a:focus, a:hover, a:link, a:active, .btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
}
a:hover, a:focus {
    color: #007da6;
}
.my-account.budget {
    text-align: left;
    word-break: break-all;
}
.budget-history {
    margin-bottom: 5px;
    display: block;
}
.budget-history, .username {
    font-size: 16px;
    font-weight: bold;
    color: var(--dark-element-color) !important;
    word-break: break-word;
}
.budget-history, .budget-history:visited, .budget-history:link, .budget-history:active {
    color: var(--dark-element-color) !important;
}
.budget-history:hover {
    color: var(--dark-element-color) !important;
    text-decoration: underline;
}
h2 {
    color: var(--dark-element-color) !important;
    text-transform: uppercase;
    font-family: "Ubuntu" !important;/*bold */
    font-weight: bold;
    font-size: 38px;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
    width: auto;
    padding: 0 15px;
}

/* HEADER
-------------------------------------------------- */
.container-header {
    padding: 0;

 /*   top: 0;
    position: fixed;
    width: 100%;
    z-index: 1010;*/
}

.mobile-menu-forms {
    display: none;
}

.fixed-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 990;
    background-color: #fff;
    max-width: 1280px;
}
.fixed-menu .page-header {
    padding: 0 1px;
}
.nav-fix {
    padding-top: 200px;
}

.container .text-muted {
    margin: 20px 0;
}
.page-header {
    margin: 10px 0 0;
    border-bottom: 8px solid var(--dark-element-color) !important;
    padding: 0 35px 13px;
    height: 120px;
}
.logo-img{
    padding-top: 0;
    max-height: 110px;
    padding-left: 0;
    margin-left: -5px;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.header-right {
    margin-top: 10px;
}
.header-right .btn-group {
    padding: 0;
}
.header-right .dropdown-menu {
    min-width: 140px;
    border-radius: 10px;
}
.header-right .dropdown-menu>li>a:hover, .header-right .dropdown-menu>li>a:focus {
    background-color: #fff;
    font-weight: bold;
}
.header-right .btn-group>.btn:last-child {
    border-radius: 0;
}
.navbar-right>li>a {
    padding: 15px 15px 0;
}
.btn-group .btn.btn-top {
    margin-left: 15px;
}
.header-right .btn-group {
    margin-left: 15px;
    padding-right: 15px;
}
.lang-menu {
    padding: 6px 15px;
    font-weight: bold;
    font-size: 15px;
    margin-right: 30px;
}
.header-right .dropdown-menu>li>a {
    padding: 0px 15px;
}
.my-navbar-top {
    padding-top: 20px;
    text-transform: uppercase;
}
.my-navbar-top a {
    color: #000;
    font-size:26px;
    letter-spacing: 0.05px;
    display:inline-block;
    text-align:center;
}
.my-navbar-top .active a{
    font-weight: bold;
    color: var(--dark-element-color) !important;
    letter-spacing: 0;
}
.my-navbar-top .nav>li>a:hover, .my-navbar-top .nav>li>a:focus{
    color: var(--dark-element-color) !important;
    background-color: #fff;
    font-weight: bold;
    letter-spacing: 0;
}
.btn-default {
    border: none;
    background-color: #e5e5e5;
    border-radius: 10px;
}
.header-right .btn-primary {
    background-color: var(--dark-element-color) !important;
}
.header-right .btn-primary:hover, .header-right .btn-primary:focus {
    background-color: #007da6;
}
.header-right .btn-primary {
    border-radius: 0;
    width: 155px;
    font-size: 16px;
}
.templateBlog .btn-primary, .template3 .btn-primary {
    background-color: var(--dark-element-color) !important;
    min-width: 20%;
}
.templateBlog .btn-primary:hover, .templateBlog .btn-primary:focus,
.template3 .btn-primary:hover, .template3 .btn-primary:focus{
    background-color: #007da6;
}
.btn .caret {
    border-width: 10px;
    margin-left: 5px;
}
.pull-right>.dropdown-menu {
    right: auto;
    left: auto;
}
/* HEADER END */

/* FOOTER
-------------------------------------------------- */
footer .row{
    background-color: #000;
    color: #fff;
}
footer h2{
    font-size: 22px;
    color: #fff;
    font-family: "Ubuntu" !important;
    text-transform: uppercase;/*bold */
    font-weight: bold;
}
footer li, footer li a{
    font-size: 18px;
    color: #dadada;
}
footer ul {
    list-style: none;
    padding: 0;
}
footer .social a {
    margin-right: 5px;
}

.footer-logo {
    height: 140px;
    background-color: var(--dark-element-color) !important;
    padding-top: 18px;
    padding-bottom: 20px;
    margin-top: 0px;
}
footer .social {
    margin-top: 10px;
}
.footer-ico-container{
    text-align: center;
    margin-top: 20px;
    height: 60px !important;
}
.footer-ico {
    max-height: 60px;
    margin: 0 60px 0 0;
}
.pdng-0 {
    padding-bottom: 0;
}

.str .str_item {
    font-size:0;
    line-height:0
}
.str img {
    opacity:1
}
.str img:hover {
    opacity:0.8
}
.str_wrap, .str_wrap.str_active {
    background: transparent;
}
.whitebg {
    background-color: #fff;
    padding: 3px 5px;
}
.footer-logos img {
    margin-bottom: 3px;
}
.footer-logos li span{
    margin-top: 10px;
    font-size: 14px;
    display: block;
}
.prclogo {
    max-width: 180px;
    margin-bottom: 0;
}
footer .social img {
    width: 48px;
}
/* FOOTER END */

/* TEMPLATES
-------------------------------------------------- */

.main-container.template1, .top-container {
    background-color: #dadada;
}

.main-container.template2, .top-container {
    background-color: #dadada;
    margin-bottom: 0;
}


.main-container.template3 {
}

.main-container.template4 {
}

.main-container.template5 {
}
.template4 h1 {
    text-align: left;
    margin-top: 0;
    padding-top: 0;
}
.main-container.templateForm {
    padding: 45px 0 17px;

}
.templateReg {

}
/* CONTENT
-------------------------------------------------- */
h1 {
    font-size: 44px;
    font-family: "Ubuntu" !important;/*bold */
    font-weight: bold;
    text-transform: uppercase;
    color: var(--dark-element-color);
    text-align: center;
    margin-top: 7px;
    margin-bottom: 15px;
}
.top-menu {
    text-align: center;
    height: 225px;
    margin: 0 -0.1px 0 0;
}
.top-menu div {
    border: 2px solid #fff;
    background-color: var(--dark-element-color);
    padding: 0 2px;
}
.top-menu div a{
    height: 225px;
    padding-top: 100px;
    font-size: 22px;
    font-family: "Ubuntu" !important;/*bold */
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    display: block;
}

.top-menu div.transition-scale {
    position: relative;
    z-index: 2;
    transition: 0.2s linear;
}
.top-menu div.transition-scale a{
    position: relative;
    z-index: 2;
    transition: 0.2s linear;
}
.top-menu .transition-scale:hover, .transition-scale.active {
    -webkit-transform: scaleY(1.1) translateY(-10px);
    transform: scaleY(1.1) translateY(-10px);
}
.top-menu .transition-scale:hover a, .transition-scale.active a{
    -webkit-transform: scaleY(0.9) translateY(11px);
    transform: scaleY(0.9) translateY(11px);
}
.top-menu .transition-scale:hover a, .transition-scale.active a{
    text-decoration: none;
}

.main-container {
    padding: 49px 75px 17px;
    margin-bottom: 15px;
}
.top-banner {
    height: 360px;
}
.top-banner img{
    width: 100%;
}
.bottom-container {
    text-align: center;
    margin-top: 20px; /* 60px*/
}
.btn-main1 {
    font-size: 38px;
    font-family: "Ubuntu" !important;/*bold */
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--dark-element-color);
    border: none;
    border-radius: 10px;
    width: 40%;
    margin-top: 10px;
}
.bottom-container .btn-main1:hover, .bottom-container .btn-main1:focus {
   /* text-decoration: underline;*/
    background-color: #007da6;
}

.mainhr {
    background-color: var(--dark-element-color);
    height: 5px;
    margin: 25px 10px;
}

.btnContainer {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    float: left;
    height: 0;
    margin: 1%;
    text-align: center;
}
.rounded-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    border-radius: 50%;
    z-index: 1;
    min-width: 150px;
    min-height: 150px;
    cursor: pointer;
}
.rounded-btn {
    margin-top: 40%;
    z-index: 5;
    position: absolute;
    color: #fff;
    font-size: 18px;
    font-family: "Ubuntu" !important;/*bold */
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    width: 100%;
    display: block;
    letter-spacing: 0.5px;
}
.rounded-btn-circle {
    cursor: pointer;
}
.rounded-btn:hover, .rounded-btn:active, .rounded-btn:focus {
    text-decoration: none;
    color: #fff;
}
.rounded-menu.row .btnContainer1{
    width: 20%;
}
.rounded-menu-small .btnContainer {
    margin-bottom: 60px;
}
.rounded-menu-small {
    margin-left: -10%;
}
.rounded-menu-small .rounded-bg{
    min-width: 80px;
    min-height: 80px;
}
.rounded-menu-small .rounded-btn {
    font-size: 14px;
    letter-spacing: 1px;
}

.templateReg .main{
    padding-left: 60px;
}
.main-text {
    font-size: 24px;
}
#map {
    height: 400px;
    width: 100%;
}
.main-text img {
    max-width: 100% !important;
    object-fit: cover;
}
.form-general .file-upload{
    margin-top: 25px;
    margin-bottom: 35px;
}
.form-general .file-upload input{
    margin-top: 0;
}

/* accordion
------------------------------------------------ */
.accordion {
    margin-bottom: 60px;
    margin-top: 30px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active,
.ui-button:active, .ui-button.ui-state-active:hover,
.ui-accordion .ui-accordion-header {
    border: 1px solid #dadada;
    background: #dadada;
    color: var(--dark-element-color);
    font-size: 26px;
    font-family: "Ubuntu";/*bold */
    font-weight: bold;
    border-radius: 8px;
    outline-style: none;
}
.ui-corner-all {
    border-radius: 8px;
}
.ui-accordion .ui-accordion-content {
    margin-top: -5px;
    font-size: 22px;
}
.accordion .ui-icon {
    display: none;
 }
.accordion .caret {
    zoom:   3;
}
.accordion .caret-cont {
    float: right;
    overflow: hidden;
    display: block;
    height: 3px;
    font-size: 20px;
    font-weight: bold;
    background-color: var(--dark-element-color);
    margin-top: 12px;
    margin-right: 12px;
}
.accordion .ui-state-active .caret-cont {
    height: 100%;
    background-color: #dadada;
    margin-top: 5px;
}

/* check reparatie
------------------------------------------------ */
@font-face {
    font-family: 'fontello';
    src: url('../fonts/fontello.eot?4530393');
    src: url('../fonts/fontello.eot?4530393#iefix') format('embedded-opentype'),
    url('../fonts/fontello.woff?4530393') format('woff'),
    url('../fonts/fontello.ttf?4530393') format('truetype'),
    url('../fonts/fontello.svg?4530393#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1.check-page {
    font-size: 28px;
    margin: 40px 0 15px;
}
.order-data h3 {
    font-size: 3.0rem;
    line-height: 1.3;
    margin-bottom: 0.9rem;
    margin-top: 0;
}
.order-data h4 {
    margin-top: 1.2rem;
    margin-bottom: 0.9rem;
    line-height: 1.35;
    font-size: 1.9rem;
}
.search-form.container {
    padding: 0 10%;
    margin: 5px 0;
}
.search-form div.fielddiv1 {
    padding-right: 0;
}
.order-input{
    border-radius: 5px 0 0 5px;
    font-size: 20px;
    line-height: 30px;
    padding: 6px 12px 4px;
    height: 40px;
}
.search-form div.fielddiv2 {
    padding-left: 0;
}
.order-submit{
    border-radius: 0 5px 5px 0;
    padding: 5px 12px;
    height: 40px;
    font-size: 16px;
    text-transform: uppercase;
}
.order-submit span {
    font-size: 15px;
}
.order-input:active, .order-input:focus {
    border: none;
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.08), inset 0 0px 1px #db5d00;
}
.order-data {
    margin: 40px 10%;
}
.order-data table {
    margin: 10px 0 15px;
    border-collapse: separate;
    border: none;
}
.order-data table.table-bordered>tbody>tr>td {
    padding: 6px 10px 0px;
    border: 1px solid #ccc;
    border-bottom: none;
    cursor: pointer;
    line-height: 23px;
    height: 33px;
}
.order-data table.table-bordered>tbody>tr:last-child td{
    border-bottom: 1px solid #ccc;
}
.order-data table.table-bordered>tbody>tr>td div {
    margin: 0;
    padding: 0;
}
.order-data table td.border-top {
    border-radius: 5px 5px 0 0;
}
.order-data table.table-bordered>tbody>tr>td.border-bottom {
    border-radius: 0 0 5px 5px;
    border-bottom: 1px solid #ccc;
}
.order-data table.table-bordered>tbody>tr>td.border-bottom.border-top {
    border-radius: 5px;
}
.spacing {
    height: 150px;
}
.templateForm h1 {
    margin-bottom: 25px;
}
.reparatie-em {
    font-size: 28px;
    font-family: "Ubuntu" !important;/*bold */
    font-weight: bold;
    color: red;
    position: absolute;
    right: 0;
    top: 15px;
}
.first .reparatie-em {
    top: 0px;
}
.front-product .reparatie-em {
    display: none;
}

.order-data .icon{
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-search:before { content: '\e800'; } /* '' */
.icon-tablet:before { content: '\e801'; } /* '' */
.icon-reply:before { content: '\e802'; } /* '' */
.icon-paper-plane:before { content: '\e803'; } /* '' */
.icon-star:before { content: '\e804'; } /* '' */
.icon-location:before { content: '\e805'; } /* '' */
.icon-phone:before { content: '\e806'; } /* '' */
.icon-mail:before { content: '\e807'; } /* '' */
.icon-mobile:before { content: '\e808'; } /* '' */
.icon-flash:before { content: '\e809'; } /* '' */
.icon-volume-up:before { content: '\e80a'; } /* '' */
.icon-bat1:before { content: '\e80b'; } /* '' */
.icon-camera:before { content: '\e80c'; } /* '' */
.icon-credit-card:before { content: '\e80d'; } /* '' */
.icon-wifi:before { content: '\e80e'; } /* '' */
.icon-headphones:before { content: '\e80f'; } /* '' */
.icon-volume-off:before { content: '\e810'; } /* '' */
.icon-coverflow-empty:before { content: '\e811'; } /* '' */
.icon-arrows-cw:before { content: '\e812'; } /* '' */
.icon-power:before { content: '\e813'; } /* '' */
.icon-iphone-home:before { content: '\e814'; } /* '' */
.icon-wrench:before { content: '\e815'; } /* '' */
.icon-water:before { content: '\e816'; } /* '' */
.icon-mic:before { content: '\e817'; } /* '' */
.icon-right-dir:before { content: '\e818'; } /* '' */
.icon-clock:before { content: '\e819'; } /* '' */
.icon-cw:before { content: '\e81a'; } /* '' */
.icon-cog:before { content: '\e81b'; } /* '' */
.icon-left-dir:before { content: '\e81c'; } /* '' */
.icon-left-open:before { content: '\e81d'; } /* '' */
.icon-right-open:before { content: '\e81e'; } /* '' */
.icon-menu:before { content: '\e81f'; } /* '' */
.icon-down-open:before { content: '\e820'; } /* '' */
.icon-twitter:before { content: '\e821'; } /* '' */
.icon-instagram:before { content: '\e822'; } /* '' */
.icon-facebook-official:before { content: '\e823'; } /* '' */
.icon-whatsapp:before { content: '\e824'; } /* '' */
.icon-ok-circle:before { content: '\e825'; } /* '' */
.icon-wrench-circled:before { content: '\e826'; } /* '' */

/* FORM
----------------------------------------------------------*/
.form-general .btn-lg, .form-general .btn-group-lg>.btn {
    padding: 0 16px;
}
.form-general button {
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    line-height: 50px;
    height: 50px;
    border-radius: 10px;
    background-color: var(--dark-element-color);
    width: 50%;
}
.form-general button:hover, .form-general button:focus {
    background-color: #007da6;
}
.form-general input, .form-general select{
    margin-top: 25px;
    background-color: #d9d9d9;
    border: none;
    font-family: "Open Sans", sans-serif;
    color: #000;
    font-size: 26px;
    line-height: 48px;
    height: 48px;
    border-radius: 10px;
}
.form-general input[type='file']{
    font-size: 20px;
    line-height: 32px;
}
.form-general select{
    padding-top: 0;
}
.form-general button{
    margin-top: 25px;
    font-family: "Open Sans", sans-serif;
    font-size: 26px;
}
.form-general .form-radio, .form-general p {
    font-size: 22px;
    line-height: 26px;
}
.form-general textarea{
    margin-top: 25px;
    background-color: #d9d9d9;
    border: none;
    font-family: "Open Sans", sans-serif;
    color: #000;
    font-size: 24px;
    border-radius: 10px;
}
.form-general .first input, .form-general .first select, .form-general .first button, .form-general .first textarea{
    margin-top: 5px;
}
.form-general .form-radio input{
    margin-top: 0px;
    height: 25px;
}
.input-radio *{
    float: left;
}
.input-radio label{
    padding-right: 25px;
    padding-left: 5px;
    font-weight: normal;
}
.form-container {
    margin-top: 20px;
    margin-bottom: 50px;
}
.form-contact {
    margin-top: 40px;
}
.template4 .form-container {
    margin-top: 100px;
}
.templateBlog h2{
    font-size: 26px;
    font-family: "Ubuntu" !important;/*bold */
    font-weight: bold;
}
.blog-item.row {
    margin-bottom: 60px;
}
.blog-img {
    margin: 0;
    padding: 0 30px;
}
.blog-img img {
  width: 100%;
}
.blog-text {
    font-size: 24px;
    padding: 10px 43px 25px;
    border: 1px solid var(--dark-element-color);
}
.postcode-error {
    color: red;
    margin-top: 5px;
}

.loading {
    padding: 0;
    margin: 0;
    padding-top: 35px;
    margin-left: -5px;
}
.form-general h3 {
    font-family: "Ubuntu" !important;/*bold */
    font-weight: bold;
}

.mobile-hr {
    display: none;
}

/*
----------------------------------*/
.templateCircles .first-line, .templateCircles .second-line, .templateCircles .third-line {
    margin-top: 35px;
    text-align: center;
    color: #b9b9b9;
}
.templateCircles .first-line a{
    color: #b9b9b9;
}
.templateCircles .first-line img, .templateCircles .second-line img, .templateCircles .third-line img{
    max-height: 277px !important;
    max-width: 277px !important;
}
.templateCircles .second-line img, .templateCircles .third-line img{
    width: 100%;
}
.circle-ico {
    margin-bottom: 40px;
}
.templateCircles .second-line {
    margin-top: 145px;
}
.templateCircles .third-line {
    margin-top: 100px;
    margin-bottom: 135px;
}
.circle-btn {
    text-align: center;
}
.circle-container a {
    display: block;
    border: 5px solid #dadada;
    height: 70px;
    margin: 30px auto 0;
    border-radius: 8px;
    line-height: 60px;
    font-size: 20px;
    width: 60%;
    color: var(--dark-element-color);
    letter-spacing: 0.2px;
    font-family:"Ubuntu" !important;/*bold */
    font-weight: bold;
}
.circle-container a.lines {
    line-height: 22px;
    padding-top: 8px;
}
.circle-container a:hover {
    text-decoration: none;
    border: 5px solid var(--dark-element-color);
}

/* mobile
-------------------------------------------*/
@media (min-width: 992px) and (max-width: 1200px) {
    .reparatie-em {
        font-size: 26px;
    }
    .top-menu {
        height: 160px;
    }
    .top-menu div a {
        height: 162px;
        padding-top: 65px;
        font-size: 16px;
    }

    .rounded-btn {
        margin-top: 43%;
        font-size: 13px;
        letter-spacing: 0.4px;
        padding-left: 5px;
    }
    .rounded-menu-small .rounded-btn {
        font-size: 11px;
        letter-spacing: 0.7px;
        margin-top: 39%;
        padding-left: 1px;
    }

    .top-menu .transition-scale:hover, .transition-scale.active {
        -webkit-transform: scaleY(1.1) translateY(-7px);
        transform: scaleY(1.1) translateY(-7px);
    }
    .top-menu .transition-scale:hover a, .transition-scale.active a{
        -webkit-transform: scaleY(0.9) translateY(7px);
        transform: scaleY(0.9) translateY(7px);
    }
}
@media (min-width: 750px) and (max-width: 992px) {
    .logo-img {
        max-height: 80px;
        padding-top: 15px;
    }
    .main-container {
        padding: 49px 35px 17px;
    }

    .page-header {
        margin: 10px 0 0;
        border-bottom: 8px solid var(--dark-element-color);
        padding: 0 35px 13px;
        height: 105px;
    }
    .btn-group .btn.btn-top {
        padding: 3px 6px;
        margin-left: 5px;
    }
    .header-right .btn-primary {
        width: 120px;
    }
    .lang-menu {
        padding: 6px 10px;
        font-size: 14px;
        margin-right: 20px;
    }
    .navbar-right>li>a {
        padding: 10px 10px 0;
    }

    .my-navbar-top {
        padding-top: 15px;
    }
    .my-navbar-top a {
        font-size: 22px;
        display:inline-block;
        letter-spacing: 0.01px;
    }
    .top-banner {
        height: 280px;
    }
    .top-menu {
        height: 120px;
    }
    .top-menu div a {
        height: 120px;
        padding-top: 50px;
        font-size: 13px;
    }
    .rounded-bg {
        min-width: 105px;
        min-height: 105px;
    }
    .rounded-btn {
        margin-top: 42%;
        font-size: 10px;
        letter-spacing: 0.4px;
        font-family:"Ubuntu" !important;
        text-align: center;
        display: block;
    }
    .rounded-menu-small .rounded-btn {
        font-size: 11px;
        letter-spacing: 0.7px;
        margin-top: 39%;
        padding-left: 1px;
    }
    .footer-logo {
        background-color: var(--dark-element-color);
        padding-bottom: 20px;
        margin-top: 0px;
    }
    .footer-ico-container {
        margin-top: 20px;
    }
    footer .social img {
        width: 36px;
    }
    footer li, footer li a {
        font-size: 16px;
    }
    body {
        margin: 0 auto 120px;
    }

    .top-menu .transition-scale:hover, .transition-scale.active {
        -webkit-transform: scaleY(1.1) translateY(-5px);
        transform: scaleY(1.1) translateY(-5px);
    }
    .top-menu .transition-scale:hover a, .transition-scale.active a{
        -webkit-transform: scaleY(0.9) translateY(5px);
        transform: scaleY(0.9) translateY(5px);
    }
    .btn-main1 {
        font-size: 26px;
    }
    .templateReg .main {
        padding-left: 36px;
    }
    .form-general button {
        font-size: 22px;
    }
    .template4 #map {
        margin-top: 20px;
    }
    .order-submit span {
        font-size: 14px;
    }
    .order-submit {
        padding: 0 12px;
        font-size: 14px;
    }
    .circle-container a.lines_ipad {
        line-height: 30px;
    }
    .prclogo {
        max-width: 120px;
    }
}
@media (max-width: 750px) {
    .logo-img {
        max-height: 70px;
        padding-top: 15px;
    }
    .main-container {
        padding: 35px 15px 17px;
    }
    .main-container.template1 {
        padding: 20px 20px 17px;
    }
    .page-header {
        margin: 0;
        text-align: center;
        border-bottom: 8px solid var(--dark-element-color);
        padding: 0 0 13px;
        height: 120px;
    }
    .btn-group .btn.btn-top {
        padding: 3px 6px;
        margin-left: 5px;
    }
    .header-right {
        width: 100%;
    }
    .header-right .btn-primary {
        width: 90px;
        font-size: 10px;
    }
    .lang-menu {
        padding: 6px 8px;
        font-size: 10px;
        margin-right: 10px;
    }
    .navbar-right>li>a {
        padding: 10px 10px 0;
    }
    .header-right .btn-group {
        margin-left: 0;
        padding-right: 15px;
    }

    .my-navbar-top {
        padding-top: 20px;
    }
    .my-navbar-top a {
        font-size: 22px;
        display:inline-block;
        letter-spacing: 0.01px;
    }
    .top-banner {
        height: 100%;
    }
    .top-menu {
        height: 100%;
    }
    .top-menu div a {
        height: 100%;
        padding: 10px 0;
        font-size: 13px;
    }
    .rounded-bg {
        min-width: 105px;
        min-height: 105px;
    }
    .rounded-btn {
        margin-top: 40%;
        font-size: 10px;
        letter-spacing: 0.2px;
        font-family:"Ubuntu" !important;
        text-align: center;
        display: block;
    }
    .footer {
        height: 100px;
    }
    .footer-logo {
        height: 100px;
        background-color: var(--dark-element-color);
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 0px;
    }
    .footer-ico-container {
        margin-top: 10px;
    }
    .footer-ico {
        max-height: 60px;
        margin: 0 30px 0 0;
    }
    footer .social img {
        width: 36px;
    }
    footer li, footer li a {
        font-size: 16px;
    }
    body {
        margin: 0 auto 95px;
    }

    .top-menu div.transition-scale {
        position: relative;
        z-index: 2;
        transition: none;
    }
    .top-menu div.transition-scale a{
        position: relative;
        z-index: 2;
        transition: none;
    }
    .top-menu .transition-scale:hover, .transition-scale.active {
        -webkit-transform: none;
        transform: none;
    }
    .top-menu .transition-scale:hover a, .transition-scale.active a{
        -webkit-transform: none;
        transform: none;
    }
    .top-menu .transition-scale:hover a, .transition-scale.active a{
        text-decoration: none;
    }
    .btn-main1 {
        font-size: 26px;
    }
    .templateReg .main {
        padding-left: 36px;
    }
    .form-general button {
        font-size: 22px;
    }
    .template4 #map {
        margin-top: 20px;
    }
    .rounded-menu.row .btnContainer1 {
        width: 50%;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 20px;
    }
    .form-general button, .btn-main1 {
        width: 100%;
    }
    .mobile-hr {
        background-color: var(--dark-element-color);
        height: 8px;
        display: block;
        width: 100%;
        margin-top: 5px;
        margin-bottom: -5px;
    }
    .template4 .form-container {
        margin-top: 50px;
    }
    .mobile-menu-forms {
        display: block;
        text-align: center;
    }
    .desktop-menu-forms {
        display: none;
    }
    .mobile-menu-forms .rounded-menu {
        width: 50%;
    }

    .rounded-menu-small {
        margin: 10px auto auto;
    }
    .rounded-menu-small .rounded-btn {
        font-size: 13px;
        letter-spacing: 0.7px;
        margin-top: 39%;
        padding-left: 1px;
    }
    .rounded-menu-small .btnContainer {
        margin-bottom: 0;
        margin-top: 10px;
    }
    .circle-btn {
        margin-bottom: 25px;
    }
    .templateCircles .third-line {
        margin-bottom: 60px;
    }
    .prclogo {
        max-width: 180px;
    }
}
@media (max-width: 450px) {
    .btn.btn-forgot {
        margin-left: 0;
        margin-bottom: 15px;
    }
    button[name=login-button] {
        margin-bottom: 15px;
    }
}