@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');

html {
    font-size: 62.5%;
}

@font-face {
    font-family: '_AC Line';
    src: url('../fonts/AC Line.eot');
    src: local('☺'), url('../fonts/AC Line.woff') format('woff'), url('../fonts/AC Line.ttf') format('truetype'), url('../fonts/AC Line.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'segoeuil';
    src: url('../fonts/segoe/segoeuil.eot');
    src: local('☺'), url('../fonts/segoe/segoeuil.woff') format('woff'), url('../fonts/segoe/segoeuil.ttf') format('truetype'), url('../fonts/segoe/segoeuil.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'calibrilight';
    src: url('../fonts/calibri/calibril.eot');
    src: local('☺'), url('../fonts/calibri/calibril.woff') format('woff'), url('../fonts/calibri/calibril.ttf') format('truetype'), url('../fonts/calibri/calibril.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'corbeli';
    src: url('../fonts/corbel/corbeli.eot');
    src: local('☺'), url('../fonts/corbel/corbeli.woff') format('woff'), url('../fonts/corbel/corbeli.ttf') format('truetype'), url('../fonts/corbel/corbeli.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 17px;
    line-height: 1.6;
    font-weight: 500;
    color: #222;
    background-color: #f9f9f9;
    font-family: 'calibrilight';
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 2rem;
}

h1 {
    font-size: 4.0rem;
    line-height: 1.2;
    letter-spacing: -.1rem;
}

h2 {
    font-size: 3.6rem;
    line-height: 1.25;
    letter-spacing: -.1rem;
}

h3 {
    font-size: 3.0rem;
    line-height: 1.3;
    letter-spacing: -.1rem;
}

h4 {
    font-size: 2.4rem;
    line-height: 1.35;
    letter-spacing: -.08rem;
}

h5 {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: -.05rem;
}

h6 {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0;
}

p {
    font-size: 1.6rem;
}

/* Larger than phablet */
@media (min-width: 550px) {
    h1 {
        font-size: 5.0rem;
    }

    h2 {
        font-size: 4.2rem;
    }

    h3 {
        font-size: 3.6rem;
    }

    h4 {
        font-size: 3.0rem;
    }

    h5 {
        font-size: 2.4rem;
    }

    h6 {
        font-size: 1.5rem;
    }
}

p {
    margin-top: 0;
}

* {
    box-sizing: border-box;
    margin: 0;
}

html, body, #map {
    width: 100%; height: 100%; padding: 0; margin: 0;
}

#body-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

#body-overlay div {
    position:absolute;
    left:50%;
    top:50%;
    margin-top:-32px;
    margin-left:-32px;
}

.clear30 {
    width: 100%;
    height: 30px;
}

.error {
    color: crimson;
    font-style: italic;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
    text-align: left;
    font-size: 13px;
}

.error-padding {
    padding-left: 13px;
}

.full-width {
    float: left;
    width:100%;
}

.close-license {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 30px;
    color: #fdd217;
}

.success {
    color: forestgreen;
    font-style: italic;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
    text-align: left;
}

#license-table th {
    text-align: left;
}

#license-main-table td, #license-main-table th {
    text-align: left;
}

div#orderForm-success {
    color: forestgreen;
    font-style: italic;
}

button#orderFormBtn {
    background: none;
    border: none;
}

.cubes {
    fill: #fdd217;
    stroke: none;
    stroke-miterlimit: 10;
}

.st1 {
    font-family: 'calibrilight';
}

.st2 {
    font-size: 15px;
}

.st3 {
    stroke: #000000;
    stroke-miterlimit: 10;
}

.st4 {
    fill: none;
    stroke: #000000;
    stroke-width: 2;
    stroke-miterlimit: 10;
}

g {
    transform-origin: center;
}

.cube {
    width: 150px;
    height: 150px;
    background: #feeb2d;
    transform: rotate(45deg);
}

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

/********************************************************************************************************************************
                                            Hexagon Intro Blocks
********************************************************************************************************************************/
.intro-block {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

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

.hover-notify {
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 50px;
}

.code-display {
    position: relative;
    color: #f6f6f6;
    width: 600px;
    height: 270px;
    margin: 30px 0 70px;
}

.code-display::before {
    content: "";
    position: absolute;
    top: -70px;
    left: 0;
    font-size: 3.0rem;
    color: #333;
}

.code-display h1 {
    color: #333;
}

.code-description {
    width: 100%;
    height: 100%;
    color: #333;
}

.code-description * {
    display: none;
}

.code-description > div:not(.main-content) {
    padding: 0 40px;
    border-left: 2px solid #DDDDDD;
}

.desc-active {
    display: block;
    height: 100%;
    position: relative;
}

.desc-active > p {
    display: block;
    font-size: 18px;
}

.desc-active > p > span {
    display: inline-block;
    width: 125px;
}

p.code-title {
    position: relative;
    font-size: 35px;
}

.desc-active::after {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    opacity: 1;
    z-index: -1;
    filter: brightness(90%);
}

.own-graf.desc-active::after {
    background: url(../img/time-bag.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}

.daily-payments.desc-active::after {
    background: url(../img/time.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}
.info-blocks,
.daily-payments p{
    display:none;
}
.instruction.desc-active::after {
    background: url(../img/guide.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}

.money.desc-active::after {
    background: url(../img/money-bag.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}

.cooperation.desc-active::after {
    background: url(../img/handshake.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}

.connection.desc-active::after {
    background: url(../img/plug.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}

.services.desc-active::after {
    background: url(../img/service.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}

.need.desc-active::after {
    background: url(../img/what-need.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}

.edge.desc-active::after {
    background: url(../img/pyramidal.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}

.hex-master-wrap {
    position: relative;
    width: 50%;
}

g {
    transition: all ease 0.3s;
}

.hexactive {
    transition: all ease 0.3s;
    transform: scale(1.25);
}

.hex-wrap {
    position: relative;
    width: 150px;
    height: 190px;
    margin: 0 1em 0 0;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    border: 0px solid;
    transform: scale(1.1);
}

.hex-wrap .label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 58px;
    color: #f6f6f6;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.hex-wrap .label svg, .hex-wrap .label img {
    height: 50px;
    width: 50px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.t{
    visibility:hidden;
    z-index:-1 !important;
}

.main-title {
    padding: 15px 0 0 50px;
}

.main-title p {
    font-size: 100px;
    font-family: '_AC Line';
    line-height: 1.02;
}

.main-title p:nth-child(2) {
    padding-left: 150px;
}

.main-desc, .ft30 {
    font-family: 'segoeuil';
}

.st25 {
    font-size: 25px;
    font-family: '_AC Line';
}

.main-content p:first-child {
    font-size: 31px;
}

.main-content p:nth-child(2) {
    font-size: 40px;
    padding-left: 70px;
}

.code-description div.desc-active {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.mg30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.background-layer {
    background: url(../img/texture-back.png) center;
    position: absolute;
    width: 103%;
    height: 360px;
    bottom: 0;
    z-index: -1;
}

.middle-layer {
    background: url("../img/texture-front.png");
    position: absolute;
    width: 103%;
    height: 380px;
    bottom: 0;
    z-index: -1;

}

.call, .message, .call-order {
    position: fixed !important;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    min-height: 180px;
    padding: 10px;
    background: #fdd217;
    z-index: 10;
}

.call {
    left: 0;
    border-top-right-radius: 65px;
    border-bottom-right-radius: 65px;
}

.message, .call-order {
    right: 0;
    border-top-left-radius: 65px;
    border-bottom-left-radius: 65px;
}

.pulse {
    box-shadow: 0 0 0 0 rgba(254, 210, 23, 0.7);
    cursor: pointer;
    -webkit-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
}

.pulse:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(254, 210, 23, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(254, 210, 23, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(254, 210, 23, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(254, 210, 23, 0);
    }
}

.connect {
    color: #fff;
    font-size: 20px;
    height: 100%;
    text-transform: capitalize;
    position: relative;
}

.connect span {
    position: absolute;
    transform: rotate(-90deg);
    top: 65px;
    left: -40px;
    display: block;
    cursor: pointer;
        font-weight: 700;
    font-style: italic;
}

.connect span:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    margin-right: 10px;
    color: #fff;
}

.call .connect span:before {
    content: "\f095";
}

.call-order .connect span:before {
    content: "\f095";
}

.jivo-btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    text-transform: none;
    cursor: pointer;
    background-image: none;
    display: inline-block !important;
    padding: 6px 3px;
    margin-bottom: 0;
    font-size: 20px;

    line-height: 1.428571429;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 0px;
    border-radius: 4px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.jivo-btn-light.jivo-btn-gradient {
   background-image: url(//static.jivosite.com/button/white_grad.png);
}

.jivo-btn-icon {
   width:17px;
   height: 20px;
   background-repeat: no-repeat;
   display: inline-block;
   vertical-align: middle;
   margin-right: 10px;
   margin-left: -5px;
}
.jivo-btn-light {
   color: #fff;
}
.jivo-btn-dark {
   color: #222;
}
/*
.message .connect span:before {
    content: "\f0e6";
}
*/
/*
.message .connect span:before {
    content: "\f0e6";
}
*/
.dialog {
    width: 580px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: max-content;
    margin: auto;
    background: #fff;
    padding: 0 20px;
    z-index: 100;
    box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.7);
    display: none;
}

.dialog-main {
    width: 1200px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: max-content;
    margin: auto;
    background: #fff;
    padding: 0 20px;
    z-index: 100;
    box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.7);
    display: none;
}

.modal-wrap input, .modal-wrap textarea, .modal-wrap select {
    width: 100%;
    max-width: 100%;
    padding: 10px 20px;
    border: 2px solid #fdd217;
    margin: 10px 0;
    font-size: 15px;
    background: transparent;
    font-family: "corbeli";
}

.segoe-md {
    font-size: 28px;
    font-family: 'corbeli';
}

.text-xs {
    font-family: 'corbeli';
    font-size: 13px;
}

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

.modal-head {
    text-align: center;
    position: relative;
    margin: 20px auto;
}

.modal-wrap {
    padding-bottom: 20px;
    overflow: hidden;
}

.modal-head h2 {
    display: inline-block;
}

.modal-head h2:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 25px;
    margin-right: 10px;
}

#answerModal h2:before {
    content: "\f27b";
}

#phoneModal h2:before {
    content: "\f095";
}

.close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 30px;
    color: #fdd217;
}

.close:hover {
    color: #707273;
}

.visible-xs {
    display: none;
}

.nav-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 70;
    width: 100%;
    padding: 20px 0;
    margin: 0;
    text-align: center;
}
.visibleBtn{
    display:none;
}
.menu-list {
    text-align: center;
}

.menu_info {
    font-size: 35px;
    display: block;
    font-weight: bold;
    line-height: 0.9;
   
}
.menu_info_phone{
    font-size: 17px;
    font-weight: bold;
    color:#000;
}
.head-info {
    float: left;
    padding: 10px 0;
}

.menu .active a {
    color: #b59a04 !important;
}

.menu li a {
    color: #656161;
    padding: 0px 30px;
    text-transform: uppercase;
    font-size: 17px;
    font-family: "calibrilight";
    display: block;
    line-height: 40px;
}
a:hover,
a:focus,
a:active {
    outline: medium none;
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
}

svg {
    overflow: visible !important;
}

ul li {
    display: inline-block;
}

#connect-form label:not(.form-check-label) {
    width: 100%;
    color: #71233e;
}

.form-check-label {
    margin-bottom: 15px;
}

#connect-form i {
    font-size: 21px;
    float: left;
    margin-right: 15px;
    color: #fdd217;
    border-right: 1px solid #fdd217;
    padding-right: 15px;
    line-height: 1.5;

}

.main-desc .parallelogram {
    border: 2px solid #f9d218;
    box-shadow: 0 0 15px 0 rgba(126, 111, 111, 0.6);
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    border-radius: 30px 0;
}
.visible_parallelogram{
    border:2px solid #f9d218;
    box-shadow: 0 0 15px 0 rgba(126, 111, 111, 0.6);
    text-align: center;
    border-radius: 30px 0;
    margin-top:35px
}
.visible_parallelogram:nth-child(2){
    border:2px solid #f9d218;
    box-shadow: 0 0 15px 0 rgba(126, 111, 111, 0.6);
    text-align: center;
    border-radius: 30px 0;
    margin-top:10px;
}
.visible_parallelogram a span{
    color:#fff;
}
/* Box */

.thumbnails {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}

.box {
    border-radius: 4px;
    margin-bottom: 2em;
    background-color: rgba(214, 214, 214, 0.3);
    text-align: center;
    width: 100%;
}

.box .inner {
    padding: 3em 1.5em;
    font-family: 'calibrilight';
}

.box .inner h3 {
    font-size: 30px;
}

.box .inner p {
    font-size: 21px;
}

/* Button */

.btn-yellow {
    background-color: #fdd217;
    outline: 3px solid #fdd217 !important;
    margin: 2em 0;
    color: #fff;
    font-size: 21px;
    padding: 3px 30px;
    border: none;
    outline-offset: 3px;
    transition: all .85s;
    font-family: "corbeli";
}

.btn-yellow:hover {
    color: #fdd217;
    background: transparent;
}

.download_from a {
    float: left;
    cursor: pointer;
    margin-right: 20px;
}
.download-links.active {
    max-width: 80%;
}
#portfolio {
    position: relative;
    padding-top: 40px;
}

figure {
    padding: 20px;
    height: 100%;
    box-shadow: inset 1px 1px 3px 1px rgba(80, 80, 80, 0.4), 0 0 7px 1px rgba(255, 255, 255, 0.46);
}

figure .promo__img {
    width: 100px;
    height: 100px;
}
.callmessage{
    padding:0 5px;
    display:none;
}
.callbtn button{
    border-radius:50%;
    border:none;
    background-color:#fdd217;
    padding:15px;
    animation: shadow 2s infinite;
    position: fixed;
    bottom: 3%;
    left:20%;
}
.messagebtn button{
    border-radius:50%;
    border:none;
    background-color:#fdd217;
    padding:15px;
    animation: shadow 2s infinite;
    position: fixed;
    bottom: 3%;
    right:20%;
    margin-left:-52px
}
.callbtn button img{
    color:#fff;
}
.service_box {
    width: 90px;
    background-color: #fff;
    margin: 0 auto;
    vertical-align: middle;
    border-radius: 50%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: shadow 2s infinite;
    margin-top: 15px;
    margin-bottom: 15px;
}

@keyframes shadow {

    0% {
        -moz-box-shadow: 0 0 0 0 rgba(154, 148, 121, 0.6);
        box-shadow: 0 0 0 0 rgba(154, 148, 121, 0.6);
    }
    70% {
        -moz-box-shadow: 0 0 0 15px rgba(154, 148, 121, 0);
        box-shadow: 0 0 0 15px rgba(154, 148, 121, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(154, 148, 121, 0);
        box-shadow: 0 0 0 0 rgba(154, 148, 121, 0);
    }

}

.box-info {
    padding: 10px 0;
    text-align: center;
}

.box-info ul {
    padding: 10px 25px;
}

.box-title {
    font-size: 20px;
    text-align: center;
    font-family: corbeli;
    padding: 10px 0;
}

.box-inner {
    margin: -20px -20px 50px -20px;
    background-color: #ddd;
    background-image: -moz-linear-gradient(#eee, #ddd);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
    background-image: -webkit-linear-gradient(#eee, #ddd);
    background-image: -o-linear-gradient(#eee, #ddd);
    background-image: -ms-linear-gradient(#eee, #ddd);
    background-image: linear-gradient(#eee, #ddd);

}

.box-title span {
    margin: 10px auto -55px;
}

#portfolio .col-md-3 {
    margin-bottom: 25px;
}

/* play icon */
.video-block {
    padding: 25px 0;
}
#videoWrap{
    height:100%;
}
.play {
    display: block;
    width: 100%;
    cursor: pointer;
    color: #333;
    font-weight: bold;
    padding: 12px 10px;
    text-transform: capitalize;
}

.play i {
    font-size: 25px;
    color: #fdd217;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    vertical-align: middle;
    margin-left: 10px;
}

.play:hover i {
    transform: scale(1.3);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.play:hover {
    text-decoration: none;
    color: inherit;
}

.form-wrap {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}

.form-wrap form {
    overflow: hidden;
}

/*Checkboxes styles*/
.form-check-input {
    display: none !important;
}

.form-check-input + label {
    position: relative;
    padding-left: 35px;
    color: #555;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border: 0 !important;
    font-size: 20px;
}

.form-check-input + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #fdd217;
    position: absolute;
    left: 0;
    top: 5px;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

.form-check-input:checked + label:before {
    width: 10px;
    top: 5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#infoWrap{
    height:50%;
}
/* video popup */
.popup {
    width: fit-content;
    max-width: 80%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: fit-content;
    max-height: 95vh;
    margin: auto;
    background: #fff;
    padding: 40px;
    z-index: 100;
    box-shadow: 0 0 70px 0 rgba(0, 0, 0, 0.7);
    display: none;
}
.popup-inner {
    height: 100%;
}
.popup-inner h1 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}

.popup-inner p {
    font-size: 24px;
    font-weight: 400;
}

.popup-close {
    width: 34px;
    height: 34px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 100%;
    background: transparent;
    border: solid 4px #808080;
}

.popup-close:after,
.popup-close:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 5px;
    height: 4px;
    width: 16px;
    border-radius: 30px;
    background: #808080;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup-close:hover {
    -webkit-transform: translate(50%, -50%) rotate(180deg);
    transform: translate(50%, -50%) rotate(180deg);
    background: #fdd217;
    text-decoration: none;
    border-color: #fdd217;
}

.popup-close:hover:after,
.popup-close:hover:before {
    background: #fff;
}

.video-block iframe {
    width: 280px;
    height: 220px;
    float: left;
    margin-top: 20px;
}

a.popup-close {
    text-decoration: none;
    -ms-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

#fp-nav.right {
    right: 50px;
}

/* footer */
.footer {
    background: rgba(34, 34, 34, 0.7);
    padding: 25px 0 15px 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff
}

.bg-bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
}

.bg-bubbles li {
    position: absolute;
    list-style: none;
    display: block;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.08);
    bottom: -160px;
    -webkit-animation: square 25s infinite;
    animation: square 25s infinite;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.bg-bubbles li:nth-child(1) {
    left: 10%;
}

.bg-bubbles li:nth-child(2) {
    left: 20%;
    width: 80px;
    height: 80px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 27s;
    animation-duration: 27s;
}

.bg-bubbles li:nth-child(3) {
    left: 25%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.bg-bubbles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    -webkit-animation-duration: 25s;
    animation-duration: 25s;
    background-color: rgba(255, 255, 255, 0.14);
}

.bg-bubbles li:nth-child(5) {
    left: 70%;
}

.bg-bubbles li:nth-child(6) {
    left: 80%;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    background-color: rgba(255, 255, 255, 0.18);
}

.bg-bubbles li:nth-child(7) {
    left: 32%;
    width: 160px;
    height: 160px;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}

.bg-bubbles li:nth-child(8) {
    left: 55%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
}

.bg-bubbles li:nth-child(9) {
    left: 25%;
    width: 10px;
    height: 10px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 36s;
    animation-duration: 36s;
    background-color: rgba(255, 255, 255, 0.2);
}

.bg-bubbles li:nth-child(10) {
    left: 90%;
    width: 160px;
    height: 160px;
    -webkit-animation-delay: 11s;
    animation-delay: 11s;
}

.bg-bubbles li:nth-child(10) {
    left: 75%;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
}

@-webkit-keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-1300px) rotate(600deg);
        transform: translateY(-1300px) rotate(600deg);
    }
}

@keyframes square {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-1300px) rotate(600deg);
        transform: translateY(-1300px) rotate(600deg);
    }
}

/* download box */

.download-box {
    position: relative;
    width: 70px;
    height: 70px;
    float: left;
    margin: 13px 15px;
    cursor: pointer;
}

.download-box:before {
    content: "";
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.4s ease 0s;
}

.download-box:hover:before {
    background: rgba(0, 0, 0, 0.8);
}

.download-box img {
    width: 100%;
    transition: all 0.4s ease 0s;
}

.download-box .box-content {
    width: 100%;
    height: 100%;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.download-box .title {
    padding: 5px 0;
    margin: 0 0 5px 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    opacity: 0;
    position: relative;
    transition: all 0.3s ease 0s;
}

.download-box:hover .icon {
    opacity: 1;
    top: 0;
}

.download-box .icon {
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: 0;
    position: relative;
    top: 50%;
    transition: all 0.35s ease 0s;
}

.download-box .icon li {
    display: inline-block;
}

.download-box .icon li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: #f9d218;
    text-align: center;
    font-size: 18px;
    color: #fff;
    transition: all 0.5s ease 0s;
}

.download-box .icon li a:hover {
    transform: rotate(360deg);
}

/* send application button style */
.right {
    float: right;
}

/* ---- */
.btn-white {
    border-color: #f9d218;
    border-style: double;
    border-width: 4px;
    color: #f9d218;
    background-color: #fff;
    padding: 0 1em;
    height: 2.4em;
    font-weight: bold;
    font-family: "corbeli";
}

.btn-lg {
    font-size: 17px;
    margin-top: 50px;
    margin-left: 10px;
}

.btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    border-radius: 0;
    padding: 14px 30px;
}

.btn:hover {
    color: #343434;
    background-color: #fff;
    border-color: #fff;
}

.heading {
    text-transform: uppercase;
    margin: 40px 0 30px;
    border-bottom: double 4px;
    display: inline-block;
    font-size: 35px;
    font-family: "_AC Line";
}
.fp-tableCell {
    padding-top: 35px !important;
}
.sub-head {
    font-size: 21px;
    font-family: "corbeli"
}

.free-call {
    text-transform: capitalize;
    cursor: pointer;
    color: #71233e;
    font-size: 18px;
    font-weight: bold;
    margin-right: 15px;
}

.dark-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    background-image: url("../img/modal-layout.png");
    background-size: cover;
    z-index: 50;
    -webkit-transition: all 600ms cubic-bezier(0.200, 0.965, 0.000, 1.005);
    transition: all 600ms cubic-bezier(0.200, 0.965, 0.000, 1.005);
}

.fab {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    color: #fff;
    box-shadow: 0 5px 5px rgba(126, 111, 111, 0.39);
    display: none;
    background: #FFF;
    /*border-radius: 30px;*/
    width: 400px;
    height: auto;
    top: 10%;
    right: 0;
    left: 0;
    margin: auto;
}
.download-links {
    position: absolute;
    bottom: 10%;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 20px;
    width: max-content;
    height: max-content;
    border-radius: 20px;
    z-index: 1000;
    margin: auto;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.7);
    display: none;
}

.download-links .heading {
    margin: 2rem 0;
}

.download-links.active {
    display: block;
}

.callWrap {
    padding: 40px 30px 30px;
    overflow: hidden;
}

.callWrap input,
.callWrap input:active,
.callWrap input:focus {
    border-radius: 10px;
}

input#userName {
    background-image: url(../img/man.png);
}

input#userPhone {
    background-image: url(../img/phone-icon.png);
}

input#currenTime {
    background-image: url(../img/time-icon.png);
}

.btn-wrapper {
    text-align: center;
    padding: 20px 0;
}


/* just presenation */
.box {
    height: 300px;
    padding: 100px;
}

#call {
    background: #fdd217;
    border-radius: 10px;
    color: #fff;
    border: none;
    padding: 5px 15px;
    font-size: 18px;
}

.promo__img {
    border: 5px solid #fff;
    border-radius: 100%;
    -webkit-box-shadow: 0 5px 15px #ddd inset, 0 2px 0 #999 inset;
    box-shadow: 0 5px 15px #ddd inset, 0 2px 0 #999 inset;
    background: #fff;
    width: 120px;
    height: 120px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px auto;
}

.promo-item {
    margin: 20px -15px;
    overflow: hidden;
}

.promo-content {
    text-align: center;
    padding: 20px 0;

}

.h-red {
    color: #71233e;
    font-size: 20px;
    font-weight: 600;
}

.mt40 {
    margin-top: 40px;

}

.callForm input {
    color: #333 !important;
    width: 100%;
    text-transform: capitalize;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 6px;
    border: 1px solid #DADADA;
    margin-top: 15px;
    padding-left: 35px;
    height: 30px;
    font-size: 14px;
    box-shadow: 0 0 5px;
    border-radius: 5px;

}

.ui-timepicker-standard {
    z-index: 100 !important;
}

.error-lab {
    border: 2px solid #a94442 !important;
}

.upload-btn-wrapper input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    cursor: pointer;
}

.uploadIcon, .labInput {
    width: 100%;
    border: 2px solid #fdd217;
    background-color: transparent;
    box-shadow: none;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
}

#connect-form .form-group {
    overflow: hidden;
    margin-bottom: 0;
}

.labInput {
    padding: 1px 6px;
}

.labInput input {
    background-color: transparent;
    box-shadow: none;
    border: none;
    height: 100%;
    width: 100%;
}
.labInput input::placeholder{
    color:#000;
}
.w50 {
    width: 50%;
}

/*isLicensed form style */
.licenseForm {
    margin-top: auto;
}

.form-heading {
    font-family: "segoeuil";
    font-size: 20px;
    margin-bottom: 35px;
}

.car-rent {
    background: #f9d218;
    height: 100%;
    padding: 10px 10px;
    position: relative;
}

.car-rent .sub-head {
    color: #fff
}

.car-brend {
    background: #f9d218;
    padding: 10px 10px 20px 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.car-brend input, .car-brend select, .car-brend button {
    margin: 10px 10px 0 10px !important;
}

.car-brend .fit {
    background-color: #fdd217;
    outline: 3px solid #fdd217 !important;
    margin: 2em 0;
}

.car-rent input,
.car-rent select,
.car-brend input[type=text],
.car-brend select {
    display: block;
    width: 100%;
    padding: 0 1em;
    /*margin-bottom: 30px;*/
    transition: all 300ms;
    background-color: #fff;
    height: 2.4em;
    font-family: corbeli;

}

.input-group {
    position: relative;
}

.input-group label {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    color: #999;
    transition: all 180ms ease-out;
    text-align:left;
}

.input-group input:focus + label, .input-group input.has-value + label {
    top: 10px;
    font-size: 12px;
    color: #aaa;
}

.input-group input {
    background: none;
    padding: 15px;
    font-size: 18px;
    display: inline-block;
    border: none;
    border-bottom: solid 2px #fdd217;
    width: 100%;
}

.input-group i {
    font-size: 18px;
    float: left;
    margin-right: 15px;
    margin-top:5px;
}

.text-left {
    text-align: left;
    padding: 15px;
    font-size: 18px;
}

.flexbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.flexbox .col-md-4 {
    flex: 1;
    margin-bottom: 20px;

}

.car-rent a {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    display: block;
    cursor: pointer;
}

.ConnectBox {
    padding: 30px;
    height: 100%;
    flex-direction: column;
    display: flex;
    box-shadow: inset 1px 1px 3px 1px rgba(80, 80, 80, 0.4), 0 0 7px 1px rgba(255, 255, 255, 0.46);
}

.licenseForm input[type='file'] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.checkLab {
    text-align: center;
    color: #a94442;
    padding: 15px;
}

.accordion {
    min-width: 450px;
    width: 100%;
}

.accordion .menu-head {
    background-image: linear-gradient(#8c929a, #525a65);
    color: #fff;
    padding: 5px 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
}

.menu-head h3 {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
    width: 100%;
}

.accordion .data {
    display: none;
}

.responstable {
    margin: 1em 0;
    width: 100%;
    overflow: hidden;
    background: #FFF;
    border-radius: 10px;
    border: 1px solid #D9E4E6;
    border-collapse: inherit;
}

.responstable tbody {
    max-height: 130px;
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    width: 100%;
}

.responstable tbody::-webkit-scrollbar {
    width: 5px;
}

.responstable tbody::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.04);
}

.responstable tbody::-webkit-scrollbar-thumb {
    background: linear-gradient(#8c929a, #525a65);
}

thead {
    display: block;
}

.responstable tr {
    display: table;
    width: 100%;
}

.responstable th {
    display: table-cell;
    background-image: linear-gradient(#8c929a, #525a65);
    color: #FFF;
    padding: 1em;
}

.responstable td {
    width: 20%;
    border: 1px solid #D9E4E6;
    padding: 1em 0.5em;
}

.menu-head:before {
    content: "\f067";
    float: right;
    position: absolute;
    top: 15px;
    right: 15px;
    font: normal normal normal 16px/1 FontAwesome;

}

.active-head:before {
    content: "\f068";
    float: right;
    position: absolute;
    top: 15px;
    right: 15px;
    font: normal normal normal 16px/1 FontAwesome;

}

.iosandroid{
    padding-top: 15px;
    padding-right: 23px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.iosandroidSecond{
    margin-top: -115px;
    display:flex;
    justify-content:center;
    align-items:center;
}

@media screen and (min-width: 768px ) and (max-width: 991px) {

    .main-title p {
        font-size: 70px;
    }

    .code-display {
        width: auto;
    }

    .desc-active::after {
        width: 125px;
        height: 125px;
        right: 0;
        top: 50%;
        left: auto;
        transform: translateY(-50%);
    }

    .menu li a {
        font-size: 14px;
        padding: 0 15px;
    }

    .flexbox {
        display: block;
    }

    .main-content p:nth-child(2) {
        font-size: 20px;
    }

    .main-content p:nth-child(1) {
        font-size: 25px;
    }

    .play {
        font-size: 12px;
    }

    body, html {
        overflow-x: hidden !important;
    }

}
@media screen and (max-width: 991px){
    #brandForm div{
        padding-left:0 !important;
        padding-right: 20px !important;
    }
    #brandForm div:last-child{
        padding-right:0 !important;
    }
    #brandFormBtn{
        display:flex;
        justify-content:center;
        align-items: center
    }
}
@media screen and (max-width: 900px){
     .pulse{
        display:none;
    }
    .callmessage{
        display:block;
    }
    .video-block iframe {
        width: 240px;
        height: 180px;
    }
}
@media screen and (max-width: 767px) {
    body, html {
        overflow-x: hidden !important;
        overflow-y: scroll;
    }

    .info-blocks {
        display: block;
        padding: 15px 0;
    }
    .daily-payments p{
        display:block;
    }
    .info-blocks div:not(.parallelogram) {
        padding: 15px;
    }

    .st1 {
        font-size: 18px;
    }

    .parallelogram {
        background: #fdd217;
        border-radius: 70px 0;
        text-align: center;
    }

    #fullpage {
        margin-top: 70px;
    }

    .parallelogram img {
        width: 50px;
        height: 50px;
        margin: 10px;
    }

    #fp-nav {
        display: none;
    }

    .hidden-xs {
        display: none;
    }

    .main-title {
        padding: 20px 0;
        text-align: center;
    }

    .main-title p {
        font-size: 60px;
    }

    .middle-layer {
        position: relative !important;
    }

    .visible-xs {
        display: block;
    }

    .mobile-wrap {
        padding: 0 15px;
    }

    .call, .message, .call-order {
        position: fixed !important;
        right: 0;
        height: 90px;
        width: 30px;
        transform: none;
        min-height: 90px;
    }

    .call {
        top: calc(100vh - 50%);
        left: auto;
        border-top-left-radius: 65px;
        border-bottom-left-radius: 65px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .call-order {
        top: calc(100vh - 50%);
        right: auto;
        border-top-left-radius: 65px;
        border-bottom-left-radius: 65px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .message {
        top: calc((100vh - 50%) + 90px);
    }

    .connect {
        font-size: 13px;
    }

    .connect span {
        visibility: hidden;
        top: -15px;
        left: -30px;
    }

    .connect span:before {
        visibility: visible;
    }

    .dialog {
        width: 100%;
        position: fixed;
    }

    .modal-wrap textarea {
        height: 100px !important;
    }

    .main-content p:first-child {
        font-size: 20px;
    }

    .main-content p:nth-child(2) {
        font-size: 25px;
        padding: 0;
    }

    .main-content {
        text-align: center;
    }

    .pd20 {
        padding: 20px 0;
    }

    .modal-head {
        width: 100%;
    }

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

    .head-info {
        margin: 10px;
    }

    /*mobile-menu style */
    .menu_info {
        float: none;
        color: #fff;
        text-align: center;
    }

    .more-info {
        overflow-wrap: break-word;
    }

    .bg-bubbles {
        display: none;
    }

    .header {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        height: 60px;
        width: 100%;
        background: rgba(0, 0, 0, 0.8);
        overflow: hidden;
        transition: all 0.5s ease-out, background 1s ease-out;
        transition-delay: 0.2s;
        z-index: 1;
    }

    .burger-container {
        position: relative;
        display: inline-block;
        float: right;
        cursor: pointer;
        z-index: 100;
    }

    ul.menu {
        position: relative;
        padding: 70px 48px 0;
        list-style: none;
        float: none !important;
        z-index: -10;
    }

    ul.menu li.menu-item {
        border-bottom: 1px solid #333;
        margin-top: 5px;
        -webkit-transform: scale(1.15) translateY(-30px);
        transform: scale(1.15) translateY(-30px);
        opacity: 0;
        -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        display: block;
    }
    ul.menu li.menu-item:nth-child(9),
    ul.menu li.menu-item:nth-child(8),
    ul.menu li.menu-item:nth-child(7),
    ul.menu li.menu-item:nth-child(6){
        border-bottom: 1px solid transparent;
    }
    ul.menu li.menu-item:nth-child(1) {
        -webkit-transition-delay: 0.63s;
        transition-delay: 0.63s;
    }

    ul.menu li.menu-item:nth-child(2) {
        -webkit-transition-delay: 0.56s;
        transition-delay: 0.56s;
    }

    ul.menu li.menu-item:nth-child(3) {
        -webkit-transition-delay: 0.49s;
        transition-delay: 0.49s;
    }

    ul.menu li.menu-item:nth-child(4) {
        -webkit-transition-delay: 0.42s;
        transition-delay: 0.42s;
    }

    ul.menu li.menu-item:nth-child(5) {
        -webkit-transition-delay: 0.35s;
        transition-delay: 0.35s;
    }
    ul.menu li.menu-item:nth-child(6) {
        -webkit-transition-delay: 0.28s;
        transition-delay: 0.28s;
    }
    ul.menu li.menu-item:nth-child(7) {
        -webkit-transition-delay: 0.21s;
        transition-delay: 0.21s;
    }
    ul.menu li.menu-item:nth-child(8) {
        -webkit-transition-delay: 0.14s;
        transition-delay: 0.14s;
    }
    ul.menu li.menu-item:nth-child(9) {
        -webkit-transition-delay: 0.7s;
        transition-delay: 0.7s;
    }
    ul.menu li.menu-item a {
        color: #FFF;
        line-height: 2.35;
    }

    .menu-btn span:before {
        -webkit-transition-property: margin, -webkit-transform;
        transition-property: margin, transform;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-delay: 0.2s, 0s;
        transition-delay: 0.2s, 0s;
    }

    .menu-btn {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin: 10px 25px;
    }

    .menu-btn span {
        margin: 0 auto;
        position: relative;
        top: 12px;
        transition-duration: 0s;
        transition-delay: 0.2s;
    }

    .menu-btn span:before, .menu-btn span:after {
        position: absolute;
        content: '';
    }

    .menu-btn span, .menu-btn span:before, .menu-btn span:after {
        width: 30px;
        height: 1px;
        background-color: #fff;
        display: block;
    }

    .menu-btn span:before {
        margin-top: -12px;
    }

    .menu-btn span:after {
        margin-top: 12px;
    }

    .menu-opened .head-info {
        display: none;
    }

    .menu-opened {
        padding-bottom:150px !important;
        height: inherit;
        background-color: #000;
        -webkit-transition: all 0.3s ease-in, background 0.5s ease-in;
        transition: all 0.3s ease-in, background 0.5s ease-in;
        -webkit-transition-delay: 0.25s;
        transition-delay: 0.25s;
    }

    .menu-opened .menu-btn span {
        background-color: rgba(0, 0, 0, 0.0);
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;

    }

    .menu-opened .menu-btn span:before {
        margin-top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition-delay: 0s, 0.2s;
        transition-delay: 0s, 0.2s;
    }

    .menu-opened .menu-btn span:after {
        margin-top: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition-delay: 0s, 0.2s;
        transition-delay: 0s, 0.2s;
    }

    .menu-opened ul.menu li.menu-item {
        -webkit-transform: scale(1) translateY(0px);
        transform: scale(1) translateY(0px);
        opacity: 1;
    }

    .menu-opened ul.menu li.menu-item:nth-child(1) {
        -webkit-transition-delay: 0.7s;
        transition-delay: 0.7s;
    }

    .menu-opened ul.menu li.menu-item:nth-child(2) {
        -webkit-transition-delay: 0.14s;
        transition-delay: 0.14s;
    }

    .menu-opened ul.menu li.menu-item:nth-child(3) {
        -webkit-transition-delay: 0.21s;
        transition-delay: 0.21s;
    }

    .menu-opened ul.menu li.menu-item:nth-child(4) {
        -webkit-transition-delay: 0.28s;
        transition-delay: 0.28s;
    }

    .menu-opened ul.menu li.menu-item:nth-child(5) {
        -webkit-transition-delay: 0.35s;
        transition-delay: 0.35s;
    }
    .menu-opened ul.menu li.menu-item:nth-child(6) {
        -webkit-transition-delay: 0.42s;
        transition-delay: 0.42s;
    }
    .menu-opened ul.menu li.menu-item:nth-child(7) {
        -webkit-transition-delay: 0.49s;
        transition-delay: 0.49s;
    }
    .menu-opened ul.menu li.menu-item:nth-child(8) {
        -webkit-transition-delay: 0.56s;
        transition-delay: 0.56s;
    }
    .menu-opened ul.menu li.menu-item:nth-child(9) {
        -webkit-transition-delay: 0.63s;
        transition-delay: 0.63s;
    }
    .flexbox {
        display: block;
    }
    .visibleBtn{
      display:block;
      color:#fff;
  }
  #videoWrap {
        margin-top: 77px;
    }
  .iosandroid{
        padding-top: 40px;
        padding-right: 0;
    }
    .iosandroidSecond{
        margin-top: 30px;
    }
    .download-links.active {
        margin-top: 100px;
    }
}

@media screen and (max-width: 678px){
    .popup {
        max-width: 100%;
    }
}

@media screen and (max-width: 550px){
    .accordion {
        min-width: 347px;
    }
    .responstable th {
        padding: 0.7em;
        font-size: 14px;
    }
}
@media screen and (max-width: 767px){
   .menu li a {
       font-size:15px;
   }
   ul.menu li.menu-item{
       margin-top:-3px;
   }
}
@media screen and (max-width: 450px){
    .video-block iframe {
        width: 180px;
        height: 120px;
        margin-top:20px;
    }
    .parallax-bg{
        display:none;
    }
    .menu_info{
        margin-top:-15px;
        font-size:28px;
    }
    .menu_info_phone{
        color:#fff;
        font-size:14px;
    }
    .accordion {
        min-width: 220px;
    }
    .popup {
        max-width: 80%;
    }
    .responstable{
        margin-left:-10px;
    }
    .responstable th {
        padding: 0.6em;
        font-size: 13px;
    }
    .popup-inner_video {
        margin-top: -62px;
    }
    .download-box {
    margin: 13px 0;
    }
}
@media screen and (max-width: 414px){
    .video-block iframe {
    width: 180px;
    height: 120px;
    margin-top:15px;
    }
    .menu-head h3 {
        font-size: 20px;
    }
    .responstable th {
        padding: 0.5em;
        font-size: 12px;
    }
    .responstable tbody {
        font-size: 13px;
    }
    .responstable {
        margin-left: 0px;
    }
    .newline{
        display:flex;
        justify-content:center;
        align-items:center;
    }
    .padTxt{
        padding-left:25px;
    }
}

@media screen and (max-width: 386px){
    .responstable {
        margin-left: -20px;
    }
    .accordion {
        min-width: 212px;
    }
}
@media screen and (max-width: 375px){
    .video-block iframe {
        width: 160px;
        height: 100px;
        margin-top: 15px;
    }
    .iosandroid{
        padding-top: 20px;
        padding-left: 20px;
    }
    .iosandroidSecond{
        margin-top: 15px;
        padding-left: 20px;
        padding-bottom:50px;
    }
    .responstable {
        margin-left: -14.5px;
    }
    .popup-inner {
        margin-left: -3px;
    }
    .menu-opened {
        padding-bottom:50px !important;
    }
}
@media screen and (max-width: 360px){
    .responstable {
        margin-left: -20px;
    }
    .newlineTwo{
        display:flex;
        justify-content:center;
        align-items:center;
    }
    .padTxtTwo{
        padding-left:25px;
    }
}
@media screen and (max-width: 357px){
    .popup {
        max-width: 90%;
    }
    .accordion {
        min-width: 241px;
    }
    .responstable {
        margin-left: -8px;
    }
}
@media screen and (max-width: 320px){
    ul.menu {
        padding: 15px 48px 0;
    }
    .menu li a{
        font-size:14px;
    }
    .visible_parallelogram a span{
        font-size:13px;
    }
    .iosandroid{
        padding-top: 20px;
        padding-left: 20px;
    }
    .iosandroidSecond{
        margin-top: 15px;
        padding-left: 20px;
        padding-bottom:50px;
    }
    .visible_parallelogram {
        margin-top: 15px;
    }
    .video-block iframe {
        width: 140px;
        height: 80px;
        margin-top: 20px;
    }
    .download-links.active {
        margin-top: 100px;
        width:80%;
    }
   
   .messagebtn button{
       right:15%;   
   }
   .callbtn button{
       left:15%;
   }
    .popup-inner {
        margin-left: -17px;
    }
    .responstable {
        margin-left: -6px;
    }
    .menu-opened {
        padding-bottom:100px !important;
    }
    .padTxt, .padTxtTwo{
        padding-left:0;
    }
}
/* height */
@media (min-height: 620px) and (max-height: 787px) {
    .box-info {
        padding: 0;
    }

    .box-title {
        padding: 5px 0
    }

    .promo-item {
        margin: 10px;
    }

    .service_box {
        width: 60px;
        height: 60px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .car-rent input, .car-rent select {
        /* padding-bottom: 15px; */
    }

    .promo__img {
        width: 75px !important;
        height: 75px !important;
    }

    .sub-head, .form-check-input + label, .box-title {
        font-size: 17px;
    }

    .btn-yellow {
        margin: 1em 0;
    }

    .background-layer {
        height: 300px;
        background-size: cover;
    }

    .middle-layer {
        height: 320px;
        background-size: cover;
    }

    .heading {
        font-size: 25px;
        margin: 5px 0 15px;
    }

    .flexbox figcaption p:not(.box-title), .flexbox ul li, .promo-content, .uploadIcon, input[name="phone"], input[name="email"] {
        font-size: 15px;
    }

    .promo__img img {
        width: 45px;
    }

    .promo-content {
        padding: 10px;
    }

    .car-brend {
        padding: 5px;
        margin-bottom: 15px;
    }

    .box-info ul {
        padding: 0;
    }

    .code-display {
        height: 180px;
        margin: 20px 0 50px;
    }

    .flexbox .col-md-4 {
        margin-bottom: 10px;
    }
    
    .mg30 {
        margin-top:50px;
        margin-bottom:50px;
    }
}
@media (max-height: 767px) {
    .menu-opened{
        padding-bottom:200px !important;
    }
}
@media (max-height: 414px) {
    .menu_info_phone{
        color:#fff;
    }
    .menu_info{
        margin-top:-17px;
    }
    .menu li a{
        font-size:12px;
    }
    .visible_parallelogram{
        margin-top:20px;
    }
    .parallax-bg{
        display:none;
    }
    .visibleBtn{
        display:none;
    }
    .menu-opened ul.menu li.menu-item:nth-child(1){
        margin-top:-35px;
    }
    .iosandroid {
        padding-top: 7px !important;
    }
    .iosandroid img,
    .iosandroidSecond img{
        width:70%;
    }
    .iosandroidSecond {
        margin-top: 7px !important;
    }
}

@media (max-height: 375px) {
    .visible_parallelogram{
        margin-top:10px;
    }
    ul.menu li.menu-item a {
        line-height: 2.1 !important;
    }
    .iosandroidSecond {
        margin-top: 4px !important;
    }
    .iosandroid {
        padding-top: 4px !important;
    }
}

@media (max-height: 320px) {
    .menu li a{
        font-size:10px;
    }
    .iosandroid img,
    .iosandroidSecond img{
        width:60%;
    }
    .menu-opened ul.menu li.menu-item:nth-child(1){
        margin-top:-45px;
    }
    .download-links.active {
        margin-top: 50px !important;
    }
}
