body{
    overflow-x: hidden;
    /*background-color: yellow;*/
}
@font-face {
    font-family: 'Alef-Bold';
    src: url('/_media/css/fonts/Alef/Alef-Bold.eot');
    src: url('/_media/css/fonts/Alef/Alef-Bold.eot?#iefix') format('embedded-opentype'),
         url('/_media/css/fonts/Alef/Alef-Bold.woff') format('woff'),
         url('/_media/css/fonts/Alef/Alef-Bold.ttf')  format('truetype'),
         url('/_media/css/fonts/Alef/Alef-Bold.svg#svgFontName') format('svg');
}
@font-face {
    font-family: 'Alef-Regular';
    src: url('/_media/css/fonts/Alef/Alef-Regular.eot');
    src: url('/_media/css/fonts/Alef/Alef-Regular.eot?#iefix') format('embedded-opentype'),
         url('/_media/css/fonts/Alef/Alef-Regular.woff') format('woff'),
         url('/_media/css/fonts/Alef/Alef-Regular.ttf')  format('truetype'),
         url('/_media/css/fonts/Alef/Alef-Regular.svg#svgFontName') format('svg');
}
﻿/*fonts*/

@font-face {
    font-family: 'Arial Black';
    src: url('/_media/css/fonts/Arial/arial-black.w.woff') format('woff'),
         url('/_media/css/fonts/Arial/arial-black-t.ttf')  format('truetype')
}

@font-face {
    font-family: 'Arial Black';
    src: url('/_media/css/fonts/Arial/arial-black.w.woff') format('woff'), url('/_media/css/fonts/Arial/arial-black-t.ttf')  format('truetype');
}
.font-alef-bold{
    font-family: 'Alef-Bold';
}

.font-alef-regular{
    font-family: 'Alef-Regular';
}

.font-arial-black{
    font-family: 'Arial Black';
}

.o-body{
    overflow-x: hidden;
}

button:focus{
    outline:0px !important;
}

.margin-b-20{
    margin-bottom:20px !important;
}
.height-65 {
    height:63px;
}
.height-225 {
    height:225px;
}
.test {
    display: none;
}

.z-index-10000{
    z-index: 10000;
}

/*custom overlay*/
.o-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    opacity:0.5;
    background-color: #000;
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;

    display: none;
}

/*menu custom overlay*/
.o-menu-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1900;
    opacity:0.5;
    background-color: #000;
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
  display: none;
}
.o-menu-overlay-open{
    display: block;
}

.o-cursor-pointer{
    cursor: pointer;
}

.o-overlay-in{
    display:block;
}
/*end custom overlay*/
.o-alef-reg{
    font-family:'Alef-Regular';
}
.o-alef-bold{
    font-family:'Alef-Bold';
}
.o-font-15{
    font-size:15px;
}
.o-font-18{
    font-size:15px;
}
.o-font-20{
    font-size:20px
}
.o-font-22{
    font-size:22px
}
.o-font-24{
    font-size:24px
}
.o-font-26{
    font-size:26px
}
.o-font-30{
    font-size:30px
}
.o-font-32{
    font-size:32px
}
.o-font-40{
    font-size:40px
}
.o-font-36{
    font-size:36px
}
.o-font-28{
    font-size:28px
}

.o-alef-reg-20{
    font-family:'Alef-Regular';
    font-size:20px
}
.o-alef-reg-12{
    font-family:'Alef-Regular';
    font-size:12px
}
.o-alef-reg-13{
    font-family:'Alef-Regular';
    font-size:13px
}
.o-alef-bold-13{
    font-family:'Alef-Regular';
    font-size:12px
}
.o-alef-bold-18{
    font-family:'Alef-Bold';
    font-size:18px
}
.dropdown-toggle.performance-btn.o-models-btn .o-alef-reg-22{
    font-family: Alef-Regular;
    font-size: 22px;
}

.font-1vw{
    font-size:1vw;
}
.font-2vw{
    font-size:2vw;
}
.font-3vw{
    font-size:3vw;
}
.font-4vw{
    font-size:4vw;
}
.font-5vw{
    font-size:5vw;
}
.font-6vw{
    font-size:6vw;
}

@media only screen and (max-width:991px) {
    .font-sm-1vw{
        font-size:1vw;
    }
    .font-sm-2vw{
        font-size:2vw;
    }
    .font-sm-3vw{
        font-size:3vw;
    }
    .font-sm-4vw{
        font-size:4vw;
    }
    .font-sm-5vw{
        font-size:5vw;
    }
    .font-sm-6vw{
        font-size:6vw;
    }
}

@media only screen and (max-width:767px) {

    .font-xs-1vw{
        font-size:1vw !important;
    }
    .font-xs-2vw{
        font-size:2vw !important;
    }
    .font-xs-3vw{
        font-size:3vw !important;
    }
    .font-xs-4vw{
        font-size:4vw !important;
    }
    .font-xs-5vw{
        font-size:5vw !important;
    }
    .font-xs-6vw{
        font-size:6vw !important;
    }

    .mar-xs-15-0{
        margin:15px 0 !important;
    }
}



/*colors*/
.o-orange {
    background-color:#ffc107;
}
/*end colors*/

/*display*/
.o-display-block {
    display:block;
}
.o-display-i-block {
    display:inline-block;
}
.o-display-i {
    display:inline;
}
.o-display-none {
    display:none;
}
.o-display-table{
    display:table;
}
.o-display-table-cell{
    display:table-cell;
}
.o-vertical-middle{
    vertical-align:middle;
}
/*end display*/


/*float style*/
.float-left {
    float:left;
}
/*float style*/

/*margin*/
.margin-auto{
    margin:auto;
}
.mar-none {
    margin: 0px !important;
}
.mar-t-5 {
    margin-top:5px;
}
.mar-t-10 {
    margin-top:10px;
}
.mar-t-15 {
    margin-top:15px;
}
.mar-t-20 {
    margin-top:20px;
}
.mar-t-30 {
    margin-top:30px;
}

.mar-t-100 {
    margin-top:100px;
}
.margin-b-10{
    margin-bottom:10px;
}
.margin-b-20{
    margin-bottom:20px;
}
.mar-b-100 {
    margin-bottom:100px;
}
.mar-b-none {
    margin-bottom:0px;
}
.margin-none{
    margin:0;
}
.margin-t-10-0{
    margin:10px 0 0 0;
}
.mar-logo-left{
    margin-left:100px;
}
.mar-l-5 {
    margin-left:5px;
}

.mar-20-0{
    margin:20px 0;
}
.mar-30-0{
    margin:30px 0;
}
.mar-t--1{
    margin-top:-1px;
}
/*end margin*/

/*padding*/

.pad-none {
    padding:0px !important;
}
.pad-5 {
    padding:5px;
}
.padding-50-0{
    padding:50px 0;
}
.pad-20{
    padding:20px;
}
.pad-r-15{
    padding-right:15px;
}
.pad-l-15{
    padding-left:15px;
}

.pad-15{
    padding:15px;
}

.pad-b-30{
    padding-bottom:30px;
}

/*end padding*/

.o-width-100{
    width:100%;
}
.o-width-85{
    width:87%;
}


.icon-left-arrow{
    background: url('/_media/images/vasco/General/sprite.png') no-repeat  2.525% 9.168%;
    background-size: 300px 300px;
    width: 3px;
    height: 6px;
    display: block;
}
.icon-up-arrow {
    background: url('/_media/images/vasco/General/sprite.png') no-repeat  43.419% 2.03%;
    background-size: 500px 500px;
    width: 14px;
    height: 11px;
    display: block;
    margin: auto;
}
.icon-right-arrow{

    background: url(/_media/images/vasco/General/sprite.png) no-repeat -48px -577px;
    width: 13px;
    height: 15px;
    display: inline-block;
}

.icon-right-arrow-wrapper{
    position: absolute;
    z-index: 1401;
    left: 5%;
}
.icon-X-wrapper{
    text-align: left;
}

@media (max-width: 991px) {
    .icon-right-arrow-wrapper{
        left: 0;
    }
}

.icon-down-arrow{
    background: url('/_media/images/vasco/General/sprite.png') no-repeat  -13px -40px;
    width: 15px;
    height: 7px;
    display: block;
    margin: auto;
    margin-top:10px;
    margin-bottom:5px;
}

.icon-orange-line{
    box-shadow: 0px 26px 0px -25px #ffc107;
   width: 50%;
    margin:auto;
    height:1px;
    border-bottom:1px solid #ffc107;
    display: inline-block;
}
.icon-car-1{
    background: url('/_media/images/vasco/General/cars-sprite.png') no-repeat 1.961% 3.067%;
    background-size: 669px 317px;
    width: 120px;
    height: 56px;
    display: block;
    margin: auto;

}
.icon-car-2{
    background: url('/_media/images/vasco/General/cars-sprite.png') no-repeat 29.52% 6.061%;
    background-size: 669px 317px;
    width: 120px;
    height: 56px;
    display: block;
    margin: auto;
}
.icon-car-3{
    background: url('/_media/images/vasco/General/cars-sprite.png') no-repeat 57.864% 4.615%;
    background-size: 669px 317px;
    width: 135px;
    height: 56px;
    display: block;
    margin: auto;
}
.icon-car-4{
    background: url('/_media/images/vasco/General/cars-sprite.png') no-repeat 87.848% 3.75%;
    background-size: 669px 317px;
    width: 140px;
    height: 56px;
    display: block;
    margin: auto;
}
.icon-car-5{
    background: url('/_media/images/vasco/General/cars-sprite.png') no-repeat 1.269% 30.183%;
    background-size: 673px 318px;
    width: 140px;
    height: 56px;
    display: block;
    margin: auto;
}
.icon-car-6{
    background: url('/_media/images/vasco/General/cars-sprite.png') no-repeat 29.877% 31.23%;
    background-size: 669px 317px;
    width: 120px;
    height: 56px;
    display: block;
    margin: auto;
}
.icon-car-7{
    background: url('/_media/images/vasco/General/cars-sprite.png') no-repeat 57.627% 31.288%;
    background-size: 669px 317px;
    width: 120px;
    height: 56px;
    display: block;
    margin: auto;
}
.icon-car-8{
    background: url('/_media/images/vasco/General/cars-sprite.png') no-repeat 86.79% 31.481%;
    background-size: 597px 270px;
    width: 120px;
    height: 56px;
    display: block;
    margin: auto;
}

.icon-car-models-1{
    background: url('/_media/images/vasco/General/cars-sprite.png') no-repeat 1.269% 55.162%;
    background-size: 709px 362px;
    width: 120px;
    height: 63px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
    box-shadow: 0px 26px 0px -25px #ffc107;
}
.icon-car-models-2{
    background: url('/_media/images/vasco/General/cars-sprite.png') no-repeat 26.571% 55.621%;
    background-size: 712px 386px;
    width: 120px;
    height: 63px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
    box-shadow: 0px 26px 0px -25px #ffc107;
}


.icon-models {
    background: url('/_media/images/vasco/General/sprite.png') no-repeat -456px -336px;
    width: 132px;
    height: 131px;
    display: block;
    margin: auto;
}
.icon-sale-location {
    background: url('/_media/images/vasco/General/sprite.png') no-repeat -315px -338px;
    width: 134px;
    height: 131px;
    display: block;
    margin: auto;

}
.icon-service {
    background: url('/_media/images/vasco/General/sprite.png') no-repeat -175px -338px;
    width: 133px;
    height: 131px;
    display: block;
    margin: auto;
}
.icon-circle {
   /* width:100px;
    height:100px;
    border:2px solid black;
    border-radius:50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
*/
}

.icon-fb {
    background: url('/_media/images/vasco/General/sprite.png') no-repeat -364px -5px;
    width: 71px;
    height: 71px;
    display: block;
}
.icon-twitter {
    background: url('/_media/images/vasco/General/sprite.png') no-repeat -443px -5px;
    width: 71px;
    height: 71px;
    display: block;
}
.icon-google {
    background: url('/_media/images/vasco/General/sprite.png') no-repeat -286px -4px;
    width: 71px;
    height: 71px;
    display: block;
}
.icon-youtube {
    background: url('/_media/images/vasco/General/sprite.png') no-repeat -520px -4px;
    width: 71px;
    height: 71px;
    display: block;
}

.icon-scrool-up{
    background: url('/_media/images/vasco/General/sprite.png') no-repeat 43.281% 2.198%;
    background-size: 600px 600px;
    width: 28px;
    height: 53px;
    display: block;

}
.icon-scrool-a{
  /*  cursor:pointer;
    position:absolute;
    left:-100px;
    */
    z-index: 9999999999999;
    position: fixed;
    bottom: 630px;
    left: 100px;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}
.icon-scrool-a:hover{
    opacity:0.8;
}



.icon-right-video {
    background: url('/_media/images/vasco/General/sprite.png') no-repeat 49.043% 15.174%;
    background-size: 300px 300px;
    width: 13px;
    height: 27px;
    display: block;
}
.icon-left-video {
    background: url('/_media/images/vasco/General/sprite.png') no-repeat 41.217% 15.356%;
    background-size: 300px 300px;
    width: 13px;
    height: 27px;
    display: block;
}

.icon-play-video {
    background: url('/_media/images/vasco/General/sprite.png') no-repeat -320px -142px;
    width: 114px;
    height: 116px;
    display: none;
    margin:auto;
}
.icon-pause-video{
    background: url('/_media/images/vasco/General/sprite.png') no-repeat 43.665% 30.739%;
    background-size: 300px 300px;
    width: 57px;
    height: 58px;
    display: block;
    margin:auto;
}


.icon-white-performance{
    background: url('/_media/images/vasco/General/sprite.png') no-repeat -173px -198px;
    width: 31px;
    height: 22px;
    display: inline-block;
    margin-left: 8%;
}

.icon-white-info{
    background: url('/_media/images/vasco/General/sprite.png') no-repeat -520px -191px;
    width: 25px;
    height: 26px;
    display: inline-block;
}
/*.o-rmb-info-open .icon-white-info{*/
    /*background: url('/_media/images/vasco/General/sprite.png') no-repeat -520px -228px;*/
    /*width: 25px;*/
    /*height: 26px;*/
    /*display: inline-block;*/
/*}*/

.icon-white-spec{
    background: url('/_media/images/vasco/General/sprite.png') no-repeat -563px -191px;
    width: 23px;
    height: 26px;
    display: inline-block;
}

.icon-color-picker{
    background: url('/_media/images/vasco/General/sprite.png') no-repeat -559px -228px;
    width: 29px;
    height: 23px;
    margin-left:10px;
}



/*sprite icons*/

.o-site-inmanage{
    font-family:Alef-Regular;
    font-size: 11.57px;
    color: #FFFFFF;
    letter-spacing: -0.58px;
    line-height:39.55px;
}

.o-logo{
    width:140px;
    height:140px;
    background-color: rgb(255, 255, 255);
    -moz-box-box-shadow: 0px 0px 32.9px 2.1px rgba(0, 0, 0, 0.2);
    -webkit-box-box-shadow: 0px 0px 32.9px 2.1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 32.9px 2.1px rgba(0, 0, 0, 0.2);
}
.o-header-logo{
    width:200px;
    position:absolute;
    top:0px;
    left:0px;
    z-index:10;
/*z-index:1040;*/
}

/*bg images*/
.img-bg{
    width:100%
}

@media only screen and (max-width:991px) {
    .img-bg{
        display:none;
    }
    .o-modal-free-call{
        padding-top:90px
    }
}
/* /bg images*/


/*yellow header*/
.o-yellow-header {
    background-color:#ffc107;
    height:88px;
}
.o-yellow-header p {
    direction: rtl;
    margin-right:77px;
    margin-bottom:0px;
    font-family:Alef-Bold;
    font-size:41px;
    color:#242424;
}
.o-yellow-header a {
    color:#242424 !important;
}
/*end yellow header*/

/*white panel Services, Sale, Models*/
.o-white-panel{
    padding:0px 0px;
    background-color:white;
    height: 500px;
    display: table;
}

.o-white-panel-wr{
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.o-white-panel-dir {
    direction: rtl;
    /*text-align:center;*/
}
.o-white-panel-mar-b-t {
    margin-top:100px;
    margin-bottom:100px;
}

.o-services-p {
    font-family:'Alef-Regular';
    font-size:20px;
    color:#747474;
    letter-spacing: -0.25px;
}
.o-services-h2 {
    font-family:'Alef-Bold';
    font-size:36px;
    color:#2f2f2f;
    margin-top: 13px;
    letter-spacing: -0.5px;
}
/* end white panel Services, Sale, Models*/

/*video slider*/
audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.vid {
    width: 100%;
    z-index: -1;
    position: absolute;
    height: 360px;
}
/*#yt {
    display: none;
}*/
.o-video-img-2{
    background-image: url('/_media/images/vasco/General/footer/video-3.jpg');
}
.o-video-img-3{
    background-image: url('/_media/images/vasco/General/footer/video-4.jpg');
}
.o-video-img-4{
    background-image: url('/_media/images/vasco/General/footer/video-2.jpg');
}
.o-video-img-5{
    background-image: url('/_media/images/vasco/General/footer/video-5.jpg');
}


.o-video-img-1{
    background-image: url('/_media/images/vasco/General/footer/video-1.jpg');
}
.o-video-img:hover{
    background-color: #ffc107;
    background-image: none;
}
.o-video-img:hover .icon-play-video {
  display: block;
}
.o-video-img:hover .o-video-title {
    display: block;
}
.o-video-tbl{
    width: 100%;
    height: 360px;
    display: table;
}
.o-video-tbl-cell{
    display: table-cell;
    vertical-align: middle;
}

.o-video-panel{
    width:100%;
    height:360px;
    /*background-color:red;*/
}
.o-video-col-md-2{
    width:20%;
}
.o-video-col-md-2, .o-video-col-xs-12, .o-video-col-sm-4{
    float:left;
}

/*end video slider*/

/*social media*/
.o-social-panel{

    background-color:#f3f3f3;
    height:450px;
}
.o-social-ul-wr{
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
}
.o-social-ul-cell{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.o-social-ul{
    display: table;
   margin:0 auto;

}
.o-social-ul li{
    margin-left:35px;
    float:left;
    list-style:none;
}
.o-social-ul li:first-child{
    margin-left:0px;
}
.o-social-ul > li:hover{
    opacity:0.5;
}
/*social media*/


/*subscribers*/
.o-subscribe {
    background-color: #ffffff;
    height: 450px;
    display: table;
}
.o-subscribe-wr{
    display: table-cell;
    vertical-align: middle;
}
.o-sub-w-60{
    width:60%;
}
.o-sub-w-40{
    width:40%;
}
.o-sub-panel{

    margin:0 10% 0 0;
    float:right;
}
.o-sub-h3{
    float:right;
    direction:rtl;
    font-family: Alef-Regular;
    font-size: 36px;

}
.o-sub-panel-70{
    width:70%;
    float:right;
}
.o-sub-panel-29{
    width:29%;
    margin-right:1%;
    float:right;
    text-align: right;
}
.o-sub-input{
    border:1px outset #242424;
    background:transparent;
    direction:rtl;
    height:45px;
    color:#747474;
    width:100%;
    padding:10px;
    font-family: Alef-Regular;
    font-size:20px;

}
.o-sub-button{
    width:154px;
    height:45px;
    border: 1px solid #ffc107;
    display: inline-block;
    cursor: pointer;
    color: #282828;
    text-decoration: none;
    text-shadow: rgb(47, 102, 39) 0px 1px 0px;
    background-color: #ffc107;

}
.o-sub-button:hover{
    opacity:0.8;
}
.o-sub-checkbox{
    margin-top:18px;
}
.o-sub-checkbox input{
    display:none;
}

.o-sub-checkbox label .o-sub-CheckboxReq-txt{
    font-family: Alef-Regular;
    font-size: 16px;
    line-height: 1;
    -moz-transform: matrix( 0.96433952787544,0,0,0.96433354176818,0,0);
    -webkit-transform: matrix( 0.96433952787544,0,0,0.96433354176818,0,0);
    -ms-transform: matrix( 0.96433952787544,0,0,0.96433354176818,0,0);
}
.o-sub-checkbox{
    width: 99%;
    height: 20px;
    background: transparent;
    position: relative;
    margin-left: 1%;
}
.o-sub-checkbox label{
    float:right;
    color:#747474;
    font-family: Alef-Regular;
    font-size: 16px;
    line-height: 1;
}
.o-sub-checkbox-span {
    float:right;
    margin-left:10px;
}
.o-sub-checkbox label .o-sub-checkbox-span{
    display: block;
    width: 20px;
    height: 20px;
    transition: all .5s ease;
    cursor: pointer;
    /*position: absolute;
    top: 3px;
    left: 4px;*/
    z-index: 1;
    border:1px solid #333333;
    /*box-shadow:inset 0px 1px 3px rgba(0,0,0,0.5);*/
}
.o-sub-checkbox input[type=checkbox]:checked + label .o-sub-checkbox-span:before{
    content: "✓";
    color: #FFC107;

    display: inline-block;
    position: relative;
    top: 0px;
    left: 1px;
    font-size: 20px;
    font-weight: bold;
    clear: both;
}

.o-subscribe-wr-1{
    width: 100%;
    float: right;
}
.o-subscribe-wr-2{
    width: 620px;
    float: right;
    height: 45px;
}
.o-subscribe-wr-3{
    width: 154px;
    float: right;
    margin-right: 10px;
}

.o-sub-open .o-sub-form{
    display: none;
}
.o-sub-open .o-sub-msg{
    display: block;
}
.o-sub-msg{
    display: none;
}
.o-sub-msg p{
    font-family: Alef-Regular;
    font-size: 24px;
}
.input-red{
    border: 1px solid red !important;
}
.o-sub-error{
    font-size: 13px;
    font-family: Alef-Regular;
    color:red;
    text-align: right;
    direction: rtl;

    right: 0px;
}
.o-c-error{
    font-size: 13px;
    font-family: Alef-Regular;
    color:red;
    text-align: right;
    direction: rtl;
    margin-top:4px;
    position: absolute;
    right: 0px;
    line-height:0.8;
}
.o-c-error-chc{
    font-size: 13px;
    font-family: Alef-Regular;
    color:red;
    text-align: right;
    direction: rtl;
    position: absolute;
    right: 0px;
    margin-top:8px;
}
.o-c-error-sel{
    font-size: 13px;
    font-family: Alef-Regular;
    color:red;
    text-align: right;
    direction: rtl;
    margin-top:4px;

    right: 0px;
    line-height:0.8;
    position: absolute;
    bottom: -15px;
}

.c-input-red{
    border: 1px solid red !important;
    box-shadow: none !important;
}
/*subscribers*/


/*video slider*/
.o-video-div{
    /*display: none;
    align-items: center;
    justify-content: center;*/
    position:absolute;
    width:100%;
    height:100%;
    margin-top:-58%;
    display:block;

    /*padding:35%;*/
    /*background-color:orange;*/
}

/*.o-video-hover{
    width: 25%;
    height: 50%;
}*/
/*.o-video-hover:hover{
    cursor:pointer;
}*/
/*#playpausebtn:hover ~ #video_controls_bar{
    background-color:red;
}*/

.o-video-div-mobile{
    display: none;
    /*align-items: center;
    justify-content: center;
    position:absolute;
    width:100%;
    height:100%;
    margin-top:-58%;
    background-color:orange;*/
}
.o-video-btn{
    z-index:9999;
    border:none;
    background:#ffc107;
    display:inline;
    width:100%;
    height:100%;
    display: none;
    align-items: center;
    justify-content: center;
}

.o-video-btn > a:hover{
    text-decoration:none;
}

.o-video-btn-paused{
    z-index:9999;
    border:none;
    display:inline;
    width:100%;
    height:100%;
    display: none;
    align-items: center;
    justify-content: center;
}

.o-video-btn a i:first-child{
    display:none;
}
.o-video-btn-paused a i:nth-child(2) {
    display:none;
}
.o-video-btn-paused a p {
    display:none;
}

.o-video-btn-paused i:first-child{
    display:none;
}
.o-video-div:hover .o-video-btn-paused i:first-child{
    display:block;
}

.o-video-title{
    font-family: Alef-Regular;
    font-size: 29px;
    letter-spacing: -0.5px;
    color: #000000;
    margin: 10px 0 0 0;
    text-align: center;
    display: none;
}


.o-video-btn-mob{
    z-index:9999;
    border:none;
    background:transparent;
}
.o-video-title-mob{
    display:none;
    text-align:center;
    padding:5px;
    background-color:#ffc107;
}
/*end video slider*/

.contact-form{
    width:65%;
    margin:auto;
}
.o-contact-inp-p{
    text-align:right;
    font-family:Alef-Regular;
    font-size:20px;
}

.o-contact-boder{
    display: block;
    position: absolute;
    width: 642px;
    margin-left: -88px;
    margin-top: -10px;
    height: 1px;
    background-color: rgb(255, 193, 7);
}
.o-contact-boder-1{
    display: block;
    width: 642px;
    margin-right: -38px;
    margin-top: -10px;
    float: right;
    height: 1px;
    background-color: rgb(255, 193, 7);
}
.o-contact-border-wr{
    width: 100%;
    height:2px;
}
.o-menu2-p-t{
    font-size: 22px;
    line-height: 1.727;
    font-family: Alef-Bold;
    color: #ffffff;
    direction: rtl;
}
.o-menu2-p{
    font-size: 20px;
    line-height: 1.1;
    font-family: Alef-Regular;
    color: #ffffff;
    direction: rtl;
}


.o-contact-submit{
    width:100%;
    height:45px;
    background-color:#ffc107;
    color:#242424;
    border: 0px;
    font-family:Alef-Bold;
    font-size:30px;
    margin-top:20px;
    line-height: 27.66px;
    letter-spacing: -0.75px;

}

/*.o-con-shadow-left-50{
   height:1px;
   background-color:#ffc107;
   width:50%;
}
.o-con-shadow-right-50{
   height:1px;
   background-color:#ffc107;
   width:50%;
   float:right;
}*/


footer{
    width:100%;
    min-height:200px;
    background-color:#000000;
    /*bottom:0;*/
}

.nav-tabs{
    border-bottom:none;
    text-align: center;
}

.nav-tabs > li{
    width: 630px;
    height: 43px;
}

.nav-tabs > li:nth-child(2)  a{
    margin-left: 34px;
}

.nav-tabs > li:first-child  a{
    border-radius:0;
    margin-right:0;
    border: 1px solid rgb(255, 193, 7);
    margin-right: 10px;
    padding: 12px;
    color: #ffc107;
}
.nav-tabs > li:last-child a{
    border-radius:0;
    margin-right:0;
    border: 1px solid rgb(255, 193, 7);
    margin-left: 10px;
    padding: 13px;
    color:#ffc107;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    color: #ffc107;
    padding: 20px;
    margin:0;
    border: 1px solid rgb(255, 193, 7);
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    border-bottom:none;
    background-color:black;
}

.contact-form-menu{
    border-bottom: 1px solid rgb(255, 193, 7);
    border-left: 1px solid rgb(255, 193, 7);
    border-right: 1px solid rgb(255, 193, 7);
    margin-top: 0px;
    padding: 10px 88px 20px 88px;
    height: 450px;
}
.contact-form-opel{
    border-bottom: 1px solid rgb(255, 193, 7);
    border-left: 1px solid rgb(255, 193, 7);
    border-right: 1px solid rgb(255, 193, 7);
    margin-top: 0px;
    padding: 10px 37px 20px 20px;

    height: 450px;
}

.o-contact-form{
    width: 1294px;
    margin:auto;
}
.tab-content-mar-t{
    margin-top: 53px;
}
.nav > li > a:hover, .nav > li > a:focus{
    background-color: #A26D00;
}

.tab-content textarea{
    resize:none;
}

.tab-content p,
.tab-content label{
    color:white;
    /*font-size:16px;*/
}

.checkboxFour input{
    display:none;
}
.checkboxFour {
    width: 20px;
    height: 20px;
    position: relative;
    margin-left:5px;

}
.checkboxFour label {
    display: block;
    width: 16px;
    height: 16px;
    transition: all .5s ease;
    cursor: pointer;
    position: relative;
    top: 3px;
    left: 4px;
    z-index: 1;

    border: 1px solid rgb(255, 193, 7);
    opacity: 0.68;
    box-shadow: 1px 1px 0px 0px rgba(255, 193, 7, 1);
}
/*
.checkboxFour input[type=radio]:checked + label {
    background: rgb(255, 193, 7);
    content: "V";
    color: #000000;
}*/
.checkboxFour input[type=radio]:checked + label:before {
    /*background: rgb(255, 193, 7);*/
    content: "✓";
    color: #FFC107;
    content:'\2713';
    display:inline-block;
    position: absolute;
    top: -3.5px;
    left: 1px;
    font-size: 16px;
}




/*footer*/
.o-dir-right {
    direction: rtl;
}
.nav-tabs1 {
    text-align: right;
    margin-top:10px;
}
.tab-content1 > .active{
    border: none;
    margin-top: 10px;
    padding: 5px;
}
.nav-tabs1 li{
    border:none;
    width:100%;
    display:block;
    direction: rtl;
    background-color:transparent;
    padding:0px 0;
}
.nav-tabs1 li a{
    border:none;
    width:100%;
    display:block;
    direction: rtl;
    background-color:transparent;
    padding:0;
    color:white;

}
.nav-tabs1 li.active > a{
    border:none;
    padding:0;
}
.nav-tabs1 > li > a:hover{
    background-color:transparent !important;
    color:#E6BE5C !important;
}
.nav-tabs1 li.active > a:hover,
.nav-tabs1 li.active > a:active,
.nav-tabs1 li.active > a:focus{
    border:none;
    padding:0;
    background-color:transparent;
}
.nav-tabs1 > li:last-child a {
    border:none;
    width:100%;
    display:block;
    direction: rtl;
    background-color:transparent;
    padding:0;
    color:white;
}
.nav-tabs1 > li:first-child a{
    border:none !important;
    margin-right: 0px !important;
    padding: 0px !important;
    color:white;
}
.nav-tabs1 > li.active > a{
    color:#E6BE5C;
}
.display-xs-block{
    display:none;
}
.display-xs-block-sel{
    display:none;
}

.footer-menu{
    background-color:#242424;
    color:#8a8a8a;
    padding:30px 0;
}

.footer-menu ul {
    padding: 0;
    /*width: 420px;*/
    margin: auto;
    /*height: 50px;*/
    text-align: center;
}

.footer-menu ul li{
    list-style:none;
    float:left;
    padding:0 5px;
}

.footer-menu ul li a{
    text-decoration:none;
    color:#8a8a8a;
    cursor:pointer;
    font-size:13.5px;
    font-family: Alef-Regular;
    letter-spacing: -0.67px;
    line-height: 39.55px;
}

.footer-menu ul li a:hover{
    text-decoration:none;
    color:#fff;
}

.o-contact-input{
    direction: rtl;
    padding: 20px 14px;
    font-family: 'Alef-Regular';
    font-size: 17.36px;
    color: #ffffff;
    letter-spacing: -0.43px;
    line-height: 42.333px;
}

.o-form-group{
    float: right;
    width: 536px;
    position: relative;
}
.o-contact-nav{
    width: 100%;
    box-sizing: content-box;
    margin-bottom: 0px;
    padding: 0px;
    text-align: center;
}
.o-contact-tab-m {

}
.o-contact-tab-m-l{
    width: 630px;
    height: 43px;
    float: left;
    border: 1px solid rgb(255, 193, 7);
    display: table;
}
.o-contact-tab-m-r{
    width: 630px;
    height: 43px;

    float: left;
    border: 1px solid rgb(255, 193, 7);
    display: table;
}
.o-contact-nav li:last-child .active{
    margin-left: 34px;
    margin-right: 12px;
}
.o-contact-nav .active:last-child{
    margin-right: 34px;
    margin-left: 12px;
    margin-right: 0;
    margin-left: 12px;

}

.o-contact-nav .active:first-child{
    margin-right: 34px;
    margin-right: 12px;
    margin-left: 0;

}

.o-contact-nav .active{
    width: 652px;

    height: 54px;
    border-bottom: 0px;
}

.o-contact-nav .active .contact-form-menu{
    border-top: 1px solid rgb(255, 193, 7);
}
.o-contact-nav li a{
    font-family: Alef-Bold;
    font-size: 36px;
    color: #ffc107;
    letter-spacing: 0.9px;
    line-height: 14.47px;
    display: table-cell;
    vertical-align: middle;
}
/*.o-contact-nav li:hover a{
    background-color: #ffc107;
    color:#000000;
}*/
.o-con-mar-r{
    margin-right: 42px;
}
.o-form-control{
    width: 537px;
}
.o-form-group-txt{
    width: 536px;
    float: left;
    position: relative;
}

.o-con-textarea{
    width: 100%;
    background-color: transparent;
    border: 1px solid rgba(255, 193, 7,0.68);
    box-shadow: 1px 1px 0px 0px rgba(255, 193, 7, 0.68);
    height: 148px;
    color: #ffffff;
    font-family: Alef-Regular;
    font-size: 17.36px;
    letter-spacing: -0.43px;
    line-height: 42.333px;
    direction: rtl;
}
.o-group-chc{
    width: 267px;
    float: left;
}
.o-con-btn{
    width: 537px;
    margin-top:10px;
}


/*modals, popups */
/*menu call modal*/
.o-mod-call-content{
    width:100%;
    margin:60px auto;
    background-color: rgba(255, 255, 255, 0.949);
    box-shadow: 0px 7px 12.96px 5.04px rgba(0, 0, 0, 0.18);
    padding:1px;
    height: 320px;
}

.o-mod-call-header{
    width:100%;
    padding:0;
}
.o-mod-call-body{
    margin-top:35px;
}
.o-mod-call-input{
    border: 1px solid rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);

    height:40px;
    margin: auto;
    width:60%;
    display:block;
    direction:rtl;
    font-family:Alef-Regular;
    font-size:20px;
    padding: 0 10px;
    margin-top: 24px;
}
.o-mod-call-msg{
    display: none;
}
.msg-success .o-mod-call-form{
    display: none;
}

.msg-success .o-mod-call-msg{
    display: block;
}

.o-mod-call-error-wr{
    height: 10px;
    width: 60%;
    display: block;
    margin: auto;

}


.o-mod-call-msg .o-mod-call-msg-h2{
    font-family: Alef-Bold;
    font-size: 24px;
    color: #080808;
    text-align: center;
    margin-top: 50px;
    direction: rtl;
}
.o-mod-call-msg .o-mod-call-msg-p{
    font-family: Alef-Regular;
    font-size: 18px;
    color: #010100;
    text-align: center;
    direction: rtl;
}
.o-mod-call-msg .o-mod-call-msg-h2-t{
    border-top: 1px solid rgb(255, 193, 7);

    font-family: Alef-Bold;
    font-size: 25px;
    color: #000000;
    text-align: center;
    width: 20%;
    margin: auto;
    padding-top: 15px;
    margin-top: 40px;
    direction: rtl;
}

.o-mod-call-error{
    color: red;
    font-size: 16px;
    direction: rtl;
    font-family: Alef-Regular;
    text-align: right;

    width: 60%;
    margin:auto;

    position: absolute;
    right: 20%;
}

.o-mod-call-body p{
    font-family:Alef-Regular;
    font-size:18px;
    direction:rtl;
    color:#010100;
    margin-top:24px;
}
.o-mod-call-body h3{
    font-family:Alef-Bold;
    font-size:22px;
    color:#080808;
}
.o-mod-call-btn{
    margin-top:23px;
    background-color:#ffc107;
    border:0px;
    height:45px;
    width:60%;
    font-family:Alef-Bold;
    font-size:25px;
}
.o-mod-call-close {
    position: absolute;
    left: 15px;
    top: 25px;
    width: 18px;
    height: 18px;
    opacity: 1;
    cursor:pointer;
}
.o-mod-call-close:hover {
    opacity: 0.5;
}
.o-mod-call-close:before, .o-mod-call-close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 25px;
    width: 2px;
    background-color: #060606;
}
.o-mod-call-close:before {
    transform: rotate(45deg);
}
.o-mod-call-close:after {
    transform: rotate(-45deg);
}


/*end menu call modal*/
.chc-type-height{
    height:53px;
}
.chc-answer-height{
    height:25px;
}
.chc-Answer{
    margin-top:25px;
}

/*modals models mobile and tablet version*/
.o-mod-car-mar-t   {
    margin-top: 43px !important;
}
.o-mod-car-mar-b{
    margin-bottom: 43px !important;
}
.o-modal-body{
    /*border: 1px solid #ffc107;*/
}
.o-modal-header {
    text-align:center;
    border:0px;
    border-bottom: 1px solid #ffc107;
}
.o-modal-content {
    z-index: 9999;
    width: 340px;
    margin: auto;
    background-color: #242424;
    border: 1px solid #ffc107;
    border-radius: 0px;
    margin-top:100px;
}
/*modals, popups*/

.modal-car{
    display: block;
}
.modal-car img{
    width: 85%;
    margin: auto;
}
.modal-car hr{
    width: 215px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid rgb(255, 193, 7);
}
.o-modal-body{
    /*height: 560px;*/
    margin-bottom: 0 !important;
    padding-top: 60px;
    padding-bottom: 60px;
}

.o-modal-body a:first-child{
    margin-bottom: 60px;
}

.mar-lg-t-120-minus {
    margin-top: -120px;
}
.mar-lg-t-70-plus {
    margin-top: 70px;
}

@media (max-width: 1780px) {
    .o-sub-h3{
        font-size: 36px;
    }
    .o-sub-input{
        height:45px;
        width:100%;
        font-size:20px;
    }
    .o-sub-button{
        width:152px;
        height:45px;
    }
    .o-sub-button:hover{
        opacity:0.8;
    }
    .o-subscribe-wr-1{
        width: 100%;
    }
    .o-subscribe-wr-2{
        width: 600px;
        height: 45px;
    }
    .o-subscribe-wr-3{
        width: 152px;
    }
}
@media (max-width: 1680px) {
    .o-subscribe-wr-2{
        width: 580px;
    }
}
@media (max-width: 1580px) {
    .o-subscribe-wr-2{
        width: 548px;
    }
}
/*media query for models*/
@media (max-width: 1480px) {
    .o-subscribe-wr-2{
        width:412px;
    }
    .o-sub-h3{
        font-size: 31.5px;
    }
    .o-subscribe-wr-3{
        width: 145px;
    }
    .o-sub-button{
        width: 145px;
    }

    .o-mar-t-md-30{
        margin-top:30px;
    }
    .mar-logo-left{
        /*margin-left:40px;*/
    }
    .o-sub-panel{
        width:70%;
        margin:0 15% 0 15%;
    }
    .icon-scrool-a{
        left:50px;
    }
    .contact-form{
        width: 80%;
    }
}

@media only screen and (max-width:1385px) {
    .mar-logo-left {
       /* margin-left: 40px;*/
    }
}

@media only screen and (max-width:1380px)
{

    .o-subscribe-wr-2{
        width:395px;
    }
    .o-sub-h3{
        font-size: 29.5px;
    }
    .o-subscribe-wr-3{
        width: 130px;
    }
    .o-sub-button{
        width: 130px;
    }
    .contact-form{
        width: 94%;
    }
    .icon-scrool-a{
        left:-70px;
    }
    .o-contact-form{
        width: 1094px;
    }
    .o-form-group{
        width: 437px;
    }
    .o-contact-nav{
        width: 100%;
    }
    .o-contact-tab-m-l{
        width: 537px;
    }
    .o-contact-tab-m-r{
        width: 537px;
    }
    .o-contact-nav .active{
        width: 545px;
    }
    .o-form-control{
        width: 437px;
    }
    .o-form-group-txt{
        width: 437px;
    }
    .o-group-chc{
        width: 218px;
    }
    .o-con-btn{
        width: 437px;
    }
    .o-contact-boder{
        width: 549px;
    }
    .o-contact-boder-1{
        width: 549px;
    }
  /*  .contact-form-opel{
        height: 500px;
    }
    .contact-form-menu{
        height: 500px;
    }*/
    .o-menu2-p-t{
        font-size: 20px;
    }
    .o-menu2-p{
        font-size: 18px;
    }
}

@media (max-width: 1367px) {
    /*nitsan*/
    .mainSliderImg { max-width: 100%; }
    /*.o-cars {*/
        /*margin-top: -240px;*/
    /*}*/
    .o-custom-section .o-custom-section-color {
        height: 700px; }
}
@media (max-width: 1280px) {
    .mainSliderImg { max-width: 100%; }
    .o-subscribe-wr-2{
        width:395px;
    }
    .o-sub-h3{
        font-size: 29.5px;
    }
    .o-subscribe-wr-3{
        width: 130px;
    }
    .o-sub-button{
        width: 130px;
    }
    .o-sub-panel{
        width: 80%;
        margin: 0 10% 0 10%;
    }
}

@media (max-width: 767px) {
    .o-custom-section .o-custom-section-color {
        height: 410px;
    }
}
@media (max-width: 1199px) {
    .o-sub-button{
        width: 130px;
    }

    .o-sub-panel{
        width:80%;
        margin: 0 10%;
    }
    .contact-form-menu{
        padding: 10px 68px 20px 68px;
    }
    .o-contact-form{
        width: 920px;
    }
    .o-form-group{
        width: 370px;
    }
    .o-contact-nav{
        width: 100%;
    }
    .o-contact-tab-m-l{
        width: 440px
    }
    .o-contact-tab-m-r{
        width: 440px
    }
    .o-contact-nav .active{
        width: 468px;
    }
    .o-form-control{
        width: 370px;
    }
    .o-form-group-txt{
        width: 370px;
    }
    .o-group-chc{
        width: 185px;
    }
    .o-con-btn{
        width: 370px;
    }
    .o-contact-boder{
        width: 452px;
        margin-left: -69px;
    }
    .o-contact-boder-1{
        width: 452px;
        margin-right: -20px;
    }
    .o-menu2-p-t{
        font-size: 17px;
    }
    .o-menu2-p{
        font-size: 14px;
    }
    .contact-form-opel{
        padding: 10px 20px 20px 20px;
    }

}

@media (max-width: 1130px) {
    .o-subscribe-wr-2{
        width:377px;
    }
    .o-sub-h3{
        font-size: 27.5px;
    }
}
@media (max-width: 1080px) {
    .o-subscribe-wr-2{
        width:358px;
    }
    .o-sub-h3{
        font-size: 25.5px;
    }
    .o-subscribe-wr-3{
        width: 108px;
    }
    .o-sub-button{
        width: 108px;
    }
}

@media (max-width: 991px) {

    .call-icon {
        width: 69px !important;
        height: 67px !important;
        display: inline-block;
    }
    .call-icon-1{
        background: url('/_media/images/vasco/General/sprite-mob-1.png') no-repeat 0 -320px !important;
        width: 69px;
        height: 67px;
    }

    .call-icon-2{
        background: url('/_media/images/vasco/General/sprite-mob-1.png') no-repeat -73px -320px !important;
        width: 69px;
        height: 67px;
    }

    .call-icon-3{
        background: url('/_media/images/vasco/General/sprite-mob-1.png') no-repeat -146px -320px !important;
        width: 69px;
        height: 67px;
    }

    .call-icon-4-active{
        background: url('/_media/images/vasco/General/sprite-mob-1.png') no-repeat -220px -320px !important;
        width: 69px;
        height: 67px;

    }

    .call-icon-4{
            background: url('/_media/images/vasco/General/service-sprite-mobile.png') -5px -507px !important;
        background-position: -5px -507px; width: 67px; height: 68px;

    }



    .call-menu .call-icon-1 {
        background: url('/_media/images/vasco/General/sprite.png') no-repeat 8.649% 43.243%;
    }

    .call-menu .call-icon-1-active {
        /*background: url('/_media/images/vasco/General/sprite.png') no-repeat 0 63.604%;*/
        background: url('/_media/images/vasco/General/service-sprite-mobile.png') !important;
        background-position: -5px -0px;
        width: 72px !important;
        height: 67px;
    }

    .o-subscribe {
        height: 360px;
    }

    .o-subscribe-wr-2 {
        width: 460px;
    }

    .o-sub-h3 {
        font-size: 34.336px;
        line-height: 1.2;
    }

    .o-subscribe-wr-3 {
        width: 150px;
    }

    .o-sub-button {
        width: 150px;
    }

    .o-sub-button {
        line-height: 0.922;
        font-size: 26px;
    }

    .o-sub-input {
        font-size: 20.742px;
        color: rgb(116, 116, 116);
    }

    .o-sub-checkbox label .o-sub-CheckboxReq-txt {
        font-size: 16px;
        color: rgb(116, 116, 116);
        line-height: 1.2;
    }



    .o-mod-call-content{
        margin:0px !important;
        height:100%;
        width:100%;
        background-color: rgba(255, 255, 255, 0.949);
        box-shadow: 0px 7px 12.96px 5.04px rgba(0, 0, 0, 0.18);
        padding-left:50px;
        padding-right:50px;
    }
    .modal-dialog{
        margin:0px !important;
        width:100%;
        height:100%;
    }
    .modal{
        padding-right:0px !important;
    }
    .o-mod-call-close{
        margin-top:40px;
        position: relative;
        left: 0px;
        top: 90px;
    }
    .o-mod-call-body{
        margin-top:150px;
        text-align:center;
    }
    .o-mod-call-body h3{
        margin: 0px;
        margin-bottom: 14px;
        font-size: 37px;
        letter-spacing: 0.92px;
        line-height: 15.99px;
    }
    .o-mod-call-body p{
        width: 60%;
        margin: auto;
        margin-top: 0px;
        font-size: 34px;
        letter-spacing: -1.7px;
        line-height: 34.64px;
    }
    .o-mod-call-input{
        width:70%;
        margin-top:50px;
        height: 61px;
    }
    .o-mod-call-error-wr{
        width:70%;
    }
    .o-mod-call-error{
        width:70%;
        right:15%;
    }
    .o-mod-call-msg .o-mod-call-msg-h2{
        font-size: 35px;
    }
    .o-mod-call-msg .o-mod-call-msg-p{
        font-size: 32px;
    }
    .o-mod-call-msg .o-mod-call-msg-h2-t{
        font-size: 37px;
    }

    .o-mod-call-btn{
        width:90%;
        margin-top:80px;
        height:80px;
        font-size: 50px;
    }

    .o-white-panel-dir {
        text-align:center;
    }
    .o-white-panel-mar-b-t{
        margin-top:50px;
        margin-bottom:50px;
    }

    .o-video-col-sm-4{
        width:33.33333333%;
    }

    .o-sub-w-60{
        width:100%;
    }
    .o-sub-w-40{
        width:100%;
    }
    .o-sub-panel{
        width:70%;
        margin:0 15% 0 15%;
    }
    .icon-scrool-a{

    }
    .o-social-panel{
        height:200px;
    }

    .footer-menu ul{
        float:right;
    }


    .contact-form-menu{
         padding: 10px 25px 20px 25px;
     }
    .o-contact-form{
        width: 710px;
    }
    .o-form-group{
        width: 319px;
    }
    .o-contact-nav{
        width: 100%;
    }
    .o-contact-tab-m-l{
        width: 340px
    }
    .o-contact-tab-m-r{
        width: 340px
    }
    .o-contact-nav .active{
        width: 358px;
    }
    .o-form-control{
        width: 319px;
    }
    .o-form-group-txt{
        width: 319px;
    }
    .o-group-chc{
        width: 158px;;
    }
    .o-con-btn{
        width: 319px;
    }
    .o-contact-boder{
        width: 352px;
        margin-left: -26px;
    }
    .o-contact-boder-1{
        width: 352px;
    }
    .o-con-mar-r{
        margin-right:20px;
    }
    .o-contact-nav li a{
        font-size: 32px;
    }
}
@media (max-width: 893px){
    .o-sub-panel {
        width: 76%;
        margin: 0 12% 0 12%;
    }
}
@media (max-width: 822px){
    .o-sub-panel {
        width: 78%;
        margin: 0 11% 0 11%;
    }
    .o-sub-h3 {
        font-size: 34.336px;
        line-height: 1.2;
    }
}
@media (max-width: 801px){
    .o-sub-panel {
        width: 80%;
        margin: 0 10% 0 10%;
    }
}
@media (max-width: 781px){
    .o-sub-panel {
        width: 82%;
        margin: 0 11% 0 11%;
    }
}




@media (max-width: 768px) {
    .o-mod-call-input {
        margin-top: 81px;
    }
    .form-control {
        box-shadow: 1px 1px 0px 0px rgba(255, 193, 7, 0.68);
        -webkit-box-shadow: 1px 1px 0px 0px rgba(255, 193, 7, 0.68);
        -moz-box-shadow: 1px 1px 0px 0px rgba(255, 193, 7, 0.68);
    }

    .o-sub-panel {
        width: 100%;
        margin: auto;
        margin-top: -40px;
    }

    .o-sub-form {
        margin: auto;
        width: 652px;
    }

    .o-subscribe-wr-2{
        width: 645px;
        height:80px;
        margin-top: 20px;
    }
    .o-sub-input{
        height:81px;
        font-size: 34px;
        letter-spacing: -0.85px;
        color: #242424;
        font-family: Alef-Regular;
    }
    .o-sub-input::-webkit-input-placeholder {
        color: #242424;
    }

    .o-sub-input:-moz-placeholder { /* Firefox 18- */
        color: #242424;
    }

    .o-sub-input::-moz-placeholder {  /* Firefox 19+ */
        color: #242424;
    }

    .o-sub-input:-ms-input-placeholder {
        color: #242424;
    }
    .o-subscribe {
        height: 600px;
        padding-top: 180px !important;
        padding-bottom: 85px !important;
    }
    .o-sub-h3 {
        font-size: 35.15px;
        line-height: 1.2;
    }
    .o-subscribe-wr-3 {
        width: 645px;
        margin: 0px;
        margin-top: 140px;
    }
    .o-subscribe-wr-1 {
        margin-top: -240px;
    }

    .o-sub-button {
        width: 648px;
        height:100px ;
        font-size: 50px;
        margin: auto;
        line-height: 18.63px;
        letter-spacing: -2.25px;
    }

    .o-sub-checkbox label .o-sub-CheckboxReq-txt {
        font-size: 27px;
        line-height: 1.5;
        letter-spacing: -0.67px;
        color: #b4b4b4;
    }

    .o-sub-checkbox label .o-sub-checkbox-span {
        width: 41px;
        height: 41px;
        border: 1px solid #242424;
    }
    .o-sub-checkbox input[type=checkbox]:checked + label .o-sub-checkbox-span:before{
        content: "✓";
        color: #FFC107;

        display: inline-block;
        position: relative;
        top: 2px;
        left: 4px;
        font-size: 38px;
        font-weight: bold;
        clear: both;
    }


    .o-sub-checkbox {
        margin-top: 45px;
    }

    .o-mod-call-btn{
        margin-top:94px;
        font-size: 50px;
        letter-spacing: -2.25px;
        line-height: 18.63px;
    }
    .o-mod-call-body{

    }

    .o-white-panel-dir {
        text-align:center;
    }
    .o-white-panel-mar-b-t{
        margin-top: 77px;
        margin-bottom: 22px;
    }
    .o-video-col-sm-4{
        width:33.33333333%;
    }


    .footer-menu ul{
        float:initial;
        width:100%;
    }

    .footer-menu ul li{

    }
    .footer-menu ul li{
        text-align:right;
    }
    .footer-menu ul li:nth-child(odd){
        text-align:left;
    }
    .o-owerflow-xs p{
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        direction: rtl;
        text-align: right;
    }
    .display-xs-none{
        display:none;
    }
    .display-xs-block{
        display:block;
    }

    .contact-form-menu{
        padding: 10px 15px 10px 15px;
        height: 1195px;
    }
    .contact-form-opel{
        height: 1195px;
    }
    .o-contact-form{
        width: 649px;
        height: 1434px;
        padding: 80px 0 65px 0;
    }
    .chc-Answer {
        margin-top: 40px;
    }
    .o-form-group{
        width: 619px;
    }
    .o-contact-nav{
        width: 100%;
    }
    .o-contact-tab-m-l{
        width: 312px;
        height: 70px;
    }
    .o-contact-tab-m-r{
        width: 313px;
        height: 70px;
    }
    .o-contact-nav .active {
        width: 310px;
        margin-left: 27px !important;
    }
    .o-contact-nav .active a{
        height: 95px;
    }

    .o-contact-nav .active:first-child {
        margin-right: 34px;
        margin-right: 26px;
        margin-left: 0 !important;
    }

    .o-con-pad-xs-0{
        padding: 0px !important;
    }
    .o-form-control{
        width: 229px;
    }
    .o-form-group-txt{
        width: 619px;
    }
    .o-group-chc{
        width: 295px;
    }
    .o-con-btn{
        width: 619px;
    }
    .o-contact-boder{
        width: 339px;
        margin-left: -15px;
    }
    .o-contact-boder-1{
        width:340px;
    }
    .o-con-mar-r{
        margin-right:0px;
    }
    .o-contact-nav li a{
        font-size: 29px;
    }
    .o-tbl-font-lbl{
        font-size: 37px;
        line-height: 1.27;
    }
    .o-tbl-font-p{
        font-size: 37px;
        line-height: 24px;
        letter-spacing: -0.92px;
    }
    .o-tbl-xs-mar-t{
        margin-top: 35px;
        margin-bottom: 30px;
    }
    .o-contact-submit{
        font-size: 50px;
        height: 107px;
        margin-top: 40px;
    }
    .footer-menu ul li a{
        font-size: 28px;

    }
    .o-site-inmanage{
        font-size: 17.27px;

    }
    .site-inmanage-wr{
        width: 100%;
        text-align: center;
    }
    .o-contact-input{
        height: 82px;
        line-height: 60px;
        font-size: 37px;
        letter-spacing: -0.92px;
    }
    .o-con-textarea{
        line-height: 1.622;
        font-size: 37px;
    }
    .height-65{
        height: 124px;
    }
    .o-contact-nav li a{
        font-size: 48px;
        letter-spacing: 1.2px;
        line-height: 15px;
    }
    .tab-content-mar-t{
        margin-top:96px;
    }
    .checkboxFour{
        width: 45px;
        height: 45px;
    }
    .checkboxFour label{
        width: 45px;
        height: 45px;
        left:0px;
    }
    .checkboxFour input[type=radio]:checked + label:before {
        top: -5.5px;
        left: 6px;
        font-size: 40px;
    }


    .chc-answer-height{
        margin-top: 50px;

    }
    .o-contact-sel{
        width: 590px;
        background-color: transparent;
        border: 1px solid rgba(255, 193, 7,0.68);
        box-shadow: 1px 1px 0px 0px rgba(255, 193, 7, 1);
        height: 70px;
        font-size: 37px;
        font-family: Alef-Regular;
        color: rgb(255, 255, 255);
        line-height: 1.622;
        padding: 0px 14px;
        direction: rtl;
        text-align: right;
    }
    .o-con-txt-xs-hide{
       display: none;
    }
    .o-con-txt-m-t{
        margin-top:40px;
    }
    .o-menu2-p-t{
        font-size: 22px;
    }
    .o-menu2-p{
        font-size: 20px;
    }
}

@media (max-width: 720px) {
.o-sub-panel {
    width: 100%;
    margin: auto;
    margin-top: -15px;
}
    .o-sub-checkbox {
        margin-top: 35px;
    }
    .o-sub-checkbox label .o-sub-checkbox-span {
        width: 30px;
        height: 30px;
        border: 1px solid #242424;
    }

    .o-sub-checkbox input[type=checkbox]:checked + label .o-sub-checkbox-span:before{
        content: "✓";
        color: #FFC107;

        display: inline-block;
        position: relative;
        top: 1px;
        left: 3px;
        font-size: 28px;
        font-weight: bold;
        clear: both;
    }

    .o-subscribe {
        padding-top: 100px !important;
    }

.o-sub-form {
    margin: auto;
    width: 600px;
}

.o-subscribe-wr-2{
    width: 605px;
    height:70px;
    margin-top: 20px;
}
.o-sub-input{
    height:70px;
    font-size: 30px;
}
.o-subscribe {
    height: 510px;
}
.o-sub-h3 {
    font-size: 32.15px;
    line-height: 1.2;
}
.o-subscribe-wr-3 {
    width: 605px;
    margin: 0px;
    margin-top: 89px;
}
.o-subscribe-wr-1 {
    margin-top: -180px;
}

.o-sub-button {
    width: 100%;
    height:90px ;
    font-size: 45px;
}

.o-sub-checkbox label .o-sub-CheckboxReq-txt {
    font-size: 24px;
    line-height: 0.8;
}
}
@media (max-width: 680px) {
    .o-contact-form {
        width: 580px;
        height: 1420px;
        padding: 80px 0 65px 0;
    }
    .o-form-group,
    .o-con-btn,
    .o-form-group-txt {
        width: 100%;
    }
    .o-contact-tab-m-l {
        width: 275px;
    }
    .o-contact-nav .active {
        width: 275px;
        margin-left: 30px !important;
    }
    .trigger{
        font-size: 30px;
    }
    .o-group-chc {
        width: 50%;
    }

    .o-contact-boder {
        width: 307px;
        margin-left: -15px;
    }
    .o-contact-boder-1 {
        width: 305px;
    }
    .o-contact-tab-m-r {
        width: 279px;
        height: 70px;
    }
    .o-tbl-font-p {
        font-size: 30px;
    }
    .o-contact-input {
        font-size: 30px;
    }


    .o-sub-panel {
        width: 100%;
        margin: auto;
        margin-top: -15px;
    }

    .o-sub-form {
        margin: auto;
        width: 560px;
    }

    .o-subscribe-wr-2{
        width: 565px;
        height:70px;
        margin-top: 20px;
    }
    .o-sub-input{
        height:70px;
        font-size: 28px;
    }
    .o-subscribe {
        height: 510px;
    }
    .o-sub-h3 {
        font-size: 30.15px;
        line-height: 1.2;
    }
    .o-subscribe-wr-3 {
        width: 565px;
        margin: 0px;
        margin-top: 89px;
    }
    .o-subscribe-wr-1 {
        margin-top: -180px;
    }

    .o-sub-button {
        width: 100%;
        height:90px ;
        font-size: 43px;
    }

    .o-sub-checkbox label .o-sub-CheckboxReq-txt {
        font-size: 23px;
        line-height: 1;
    }
}

@media (max-width: 640px) {
    .contact-form-menu{
        padding: 10px 15px 10px 15px;
        height: 1003px;
    }
    .contact-form-opel{
        height: 940px;
    }
    .o-contact-form{
        width: 480px;
        height: 1260px;
    }
    .o-form-group{
        width: 450px;
    }
    .o-contact-nav{
        width: 100%;
    }
    .o-contact-tab-m-l{
        width: 225px;
        height: 70px;
    }
    .o-contact-tab-m-r{
        width: 225px;
        height: 70px;
    }
    .o-contact-nav .active{
        width:225px;
    }
    .o-contact-nav .active a{
        height: 82px;
    }
    .o-con-pad-xs-0{
        padding: 0px !important;
    }
    .o-form-control{
        width: 229px;
    }
    .o-form-group-txt{
        width: 450px;
        height: 190px;
    }
    .o-group-chc{
        width: 225px;
        height: 30px;
    }
    .o-con-btn{
        width: 450px;
        width: 450px;
        margin-top: -29px;
        position: absolute;
        bottom: 115px;
    }
    .o-contact-boder{
        width: 255px;
        margin-left: -15px;
    }
    .o-contact-boder-1{
        width:254px;
    }
    .o-con-mar-r{
        margin-right:0px;
    }
    .o-contact-nav li a{
        font-size: 29px;
    }
    .o-tbl-font-lbl{
        font-size: 26px;
        line-height: 1.27;
    }
    .o-tbl-font-p{
        font-size: 25px;
        line-height: 0.649;
    }
    .o-tbl-xs-mar-t{
        margin-top:20px;
        margin-bottom: 30px;
    }
    .o-contact-submit {
        font-size: 35px;
        height: 80px;
    }
    .footer-menu ul li a{
        font-size: 21px;

    }
    .o-site-inmanage{
        font-size: 17.27px;

    }
    .site-inmanage-wr{
        width: 100%;
        text-align: center;
    }
    .o-contact-input{
        height:60px;
        line-height: 1.622;
        font-size: 30px;

    }
    .o-con-textarea{
        line-height: 1.622;
        font-size: 30px;
    }
    .height-65{
        height: 100px;
    }
    .o-contact-nav li a{
        font-size: 40px;
    }
    .tab-content-mar-t{
        margin-top:82px;
    }
    .checkboxFour{
        width: 30px;
        height: 30px;
    }
    .checkboxFour label{
        width: 30px;
        height: 30px;
        left:0px;
    }
    .checkboxFour input[type=radio]:checked + label:before {
        top: -5.5px;
        left: 4px;
        font-size: 28px;
    }

    .chc-answer-height{
        margin-top: 30px;

    }
    .o-contact-sel{
        width: 450px;
        font-size: 30px;
    }

    .o-con-txt-m-t{
        margin-top:40px;
    }
    .o-menu2-p-t{
        font-size: 20px;
    }
    .o-menu2-p{
        font-size: 18px;
    }
}
@media (max-width: 620px) {
    .o-sub-panel {
        width: 100%;
        margin: auto;
        margin-top: -15px;
    }

    .o-sub-form {
        margin: auto;
        width: 520px;
    }

    .o-subscribe-wr-2{
        width: 525px;
        height:70px;
        margin-top: 20px;
    }
    .o-sub-input{
        height:70px;
        font-size: 26px;
    }
    .o-subscribe {
        height: 510px;
    }
    .o-sub-h3 {
        font-size: 28.15px;
        line-height: 1.2;
    }
    .o-subscribe-wr-3 {
        width: 525px;
        margin: 0px;
        margin-top: 89px;
    }
    .o-subscribe-wr-1 {
        margin-top: -180px;
    }

    .o-sub-button {
        width: 100%;
        height:90px ;
        font-size: 41px;
    }

    .o-sub-checkbox label .o-sub-CheckboxReq-txt {
        font-size: 21px;
        line-height: 1.5;
    }
}


@media (max-width: 580px) {


    .o-sub-checkbox {
        margin-top: 12px;
    }
    .o-sub-form {
        width: 480px;
    }
    .o-subscribe-wr-1 {
        margin-top: -165px;
    }
    .o-subscribe-wr-2{
        width: 485px;
        margin-top: 10px;
    }
    .o-subscribe-wr-3 {
        margin-top: 100px;
    }
    .o-sub-input{
        height:70px;
        font-size: 25px;
    }
    .o-subscribe {
        height: 510px;
    }
    .o-sub-h3 {
        font-size: 26.15px;
    }
    .o-subscribe-wr-3 {
        width: 485px;
        margin-top: 70px;
    }
    .o-subscribe-wr-1 {
        margin-top: -150px;
    }
    .o-sub-button {
        font-size: 40px;
    }
    .o-sub-checkbox label .o-sub-CheckboxReq-txt {
        font-size: 19px;
    }



    .o-mod-call-btn{
        margin-top:80px;
    }
    .o-mod-call-body{

    }
    .display-xs-none-sel{
        display: none;
    }
    .display-xs-block-sel{
        display: block;
    }

    /*.contact-form-menu{
        padding: 10px 10px 10px 10px;
        height: 940px;
    }
    .contact-form-opel{
        height: 940px;
    }
    .o-contact-form{
        width: 420px;
    }
    .o-form-group{
        width: 400px;
    }
    .o-contact-nav{
        width: 100%;
    }
    .o-contact-tab-m-l{
        width: 204px;
        height: 70px;
    }
    .o-contact-tab-m-r{
        width: 204px;
        height: 70px;
    }
    .o-contact-nav .active{
        width:204px;
    }
    .o-contact-nav .active a{
        height: 82px;
    }
    .o-con-pad-xs-0{
        padding: 0px !important;
    }
    .o-form-control{
        width: 229px;
    }
    .o-form-group-txt{
        width: 400px;
    }
    .o-group-chc{
        width: 200px;
    }
    .o-con-btn{
        width: 400px;
    }
    .o-contact-boder{
        width: 216px;
        margin-left: -11px;
    }
    .o-contact-boder-1{
        width:216px;
    }
    .o-con-mar-r{
        margin-right:0px;
    }
    .o-contact-nav li a{
        font-size: 26px;
    }
    .o-tbl-font-lbl{
        font-size: 26px;
        line-height: 1.27;
    }
    .o-tbl-font-p{
        font-size: 22px;
        line-height: 0.649;
    }
    .o-tbl-xs-mar-t{
        margin-top:20px;
        margin-bottom: 30px;
    }
    .o-contact-submit{
        font-size: 25px;
    }
    .footer-menu ul li a{
        font-size: 21px;

    }
    .o-site-inmanage{
        font-size: 17.27px;

    }
    .site-inmanage-wr{
        width: 100%;
        text-align: center;
    }
    .o-contact-input{
        height:60px;
        line-height: 1.622;
        font-size: 27px;

    }
    .o-con-textarea{
        line-height: 1.622;
        font-size:27px;
    }
    .o-contact-nav li a{
        font-size: 34px;
    }
    .tab-content-mar-t{
        margin-top:82px;
    }
    .checkboxFour{
        width: 30px;
        height: 30px;
    }
    .checkboxFour label{
        width: 30px;
        height: 30px;
        left:0px;
    }
    .chc-answer-height{
        margin-top: 30px;

    }
    .o-contact-sel{
        width: 400px;
        font-size: 27px;
    }

    .o-con-txt-m-t{
        margin-top:40px;
    }
    .o-menu2-p-t{
        font-size: 20px;
    }
    .o-menu2-p{
        font-size: 18px;
    }*/
}
@media (max-width: 520px){

    .o-contact-form {
        width: 450px;
        height: 1260px;
        padding: 80px 0 65px 0;
    }
    .o-form-group,
    .o-con-btn,
    .o-form-group-txt {
        width: 100%;
    }
    .o-contact-tab-m-l {
        width: 210px;
    }
    .o-contact-nav .active {
        width: 210px;
        margin-left: 30px !important;
    }
    .trigger{
        font-size: 30px;
    }
    .o-group-chc {
        width: 50%;
    }

    .o-contact-boder {
        width: 240px;
        margin-left: -15px;
    }
    .o-contact-boder-1 {
        width: 240px;
    }
    .o-contact-tab-m-r {
        width: 210px;
        height: 70px;
    }
    .o-tbl-font-p {
        font-size: 25px;
    }
    .o-contact-input {
        font-size: 30px;
    }
    .o-contact-nav li a {
        font-size: 30px;
    }
    .trigger {
        height: 60px !important;
        line-height: 0.5 !important;
    }
    .o-contact-submit {
        width: 420px;
    }

.o-sub-form {
    width: 440px;
}

.o-subscribe-wr-2{
    width: 445px;
    margin-top: 10px;
}
.o-sub-input{
    height:70px;
    font-size: 24px;
}
.o-subscribe {
    height: 510px;
}
.o-sub-h3 {
    font-size: 24.15px;
}
.o-subscribe-wr-3 {
    width: 445px;
    margin-top: 70px;
}
.o-subscribe-wr-1 {
    margin-top: -150px;
}
.o-sub-button {
    font-size: 38px;
}
.o-sub-checkbox label .o-sub-CheckboxReq-txt {
    font-size: 18px;
}
}

@media (max-width: 480px){
    .o-sub-form {
        width: 400px;
    }

    .o-subscribe-wr-2{
        width: 405px;
        margin-top: 10px;
        height: 50px;
    }
    .o-sub-input{
        height:50px;
        font-size: 22px;
    }
    .o-subscribe {
        height: 510px;
    }
    .o-sub-h3 {
        font-size: 21.15px;
    }
    .o-subscribe-wr-3 {
        width: 405px;
        margin-top: 70px;
    }
    .o-subscribe-wr-1 {
        margin-top: -126px;
    }
    .o-sub-button {
        font-size: 38px;
        height: 60px;
    }
    .o-sub-checkbox label .o-sub-CheckboxReq-txt {
        font-size: 16px;
    }

    .o-mod-call-body h3{
        font-size: 30px;
    }
    .o-mod-call-body p{
        font-size: 27px;
    }
    .o-mod-call-msg .o-mod-call-msg-h2{
        font-size: 28px;
    }
    .o-mod-call-msg .o-mod-call-msg-p{
        font-size: 25px;
    }
    .o-mod-call-msg .o-mod-call-msg-h2-t{
        font-size: 30px;
    }

    .o-mod-call-btn{
        width:90%;
        margin-top:60px;
        height:60px;
        font-size: 40px;
    }
    .o-mod-call-error{
        font-size: 14px;
    }


    .o-modal-content{
        width:80%;
    }
    .o-white-panel-dir {
        text-align:center;
    }

    .o-video-col-xs-12{
        width:100%;
    }

    .o-sub-panel{
        width:90%;
        margin:0 5% 0 5%;
    }

    .o-video-btn:hover{
        opacity:0.5;
    }
    .o-video-div-mobile{
       /* display:inline-flex;*/
    }
    .o-video-div{
        display:none;
    }
    .icon-play-video {
        background: url('/_media/images/vasco/General/sprite.png') no-repeat 22.458% 1.695%;
        background-size: 300px 300px;
        width: 64px;
        height: 64px;
        display: block;
        margin:auto;
    }


    .o-contact-form {
        height: 1120px;
    }
    .o-con-btn {
        bottom: 85px;
    }
    .contact-form-menu{
        padding: 10px 10px 10px 10px;
        height: 890px;
    }
    .contact-form-opel {
        height: 890px;
    }

    .o-contact-form{
        width: 380px;
    }
    .o-form-group{
        width: 360px;
    }
    .o-contact-nav{
        width: 100%;
    }
    .o-contact-tab-m-l{
        width: 184px;
        height: 70px;
    }
    .o-contact-tab-m-r{
        width: 175px;
        height: 70px;
    }
    .o-contact-nav .active{
        width:175px;
        margin-left: 21px !important;
    }
    .o-contact-nav .active a{
        height: 82px;
    }
    .o-con-pad-xs-0{
        padding: 0px !important;
    }
    .o-form-control{
        width: 229px;
    }
    .o-form-group-txt{
        width: 360px;
    }
    .o-group-chc{
        width: 180px;
    }
    .o-con-btn{
        width: 360px;
    }
    .o-contact-boder{
        width: 205px;
        margin-left: -11px;
    }
    .o-contact-boder-1{
        width:205px;
    }
    .o-con-mar-r{
        margin-right:0px;
    }
    .o-tbl-font-lbl{
        font-size: 22px;
        line-height: 1.27;
    }
    .o-tbl-font-p{
        font-size: 20px;
        line-height: 0.649;
    }
    .o-tbl-xs-mar-t{
        margin-top:20px;
        margin-bottom: 30px;
    }
    .o-contact-submit {
        width: 100%;
        margin: 0;
    }
    .footer-menu ul li a{
        font-size: 21px;

    }

    .height-65{
        height: 82px;
    }
    .o-site-inmanage{
        font-size: 17.27px;

    }
    .site-inmanage-wr{
        width: 100%;
        text-align: center;
    }
    .o-contact-input{
        line-height: 1.622;
        font-size: 23px;

    }
    .o-con-textarea{
        line-height: 1.622;
        font-size:23px;
    }

    .o-contact-nav li a{
        font-size: 26px;
    }
    .tab-content-mar-t{
        margin-top:82px;
    }
    .checkboxFour{
        width: 30px;
        height: 30px;
    }
    .checkboxFour label{
        width: 30px;
        height: 30px;
        left:0px;
    }
    .chc-answer-height{
        margin-top: 30px;
        height: 35px;
    }
    .o-contact-sel{
        width: 360px;
        font-size: 27px;
        height: 50px;
    }

    .o-con-txt-m-t{
        margin-top:40px;
    }
    .o-menu2-p-t{
        font-size: 20px;
    }
    .o-menu2-p{
        font-size: 18px;
    }
}

@media (max-width: 440px) {

    .o-sub-form {
        width: 360px;
    }

    .o-subscribe-wr-2{
        width: 365px;
        margin-top: 10px;
        height: 50px;
    }
    .o-sub-input{
        height:50px;
        font-size: 22px;
    }
    .o-subscribe {
        height: 510px;
    }
    .o-sub-h3 {
        font-size: 19.15px;
    }
    .o-subscribe-wr-3 {
        width: 365px;
        margin-top: 70px;
    }
    .o-subscribe-wr-1 {
        margin-top: -126px;
    }
    .o-sub-button {
        font-size: 38px;
        height: 60px;
    }
    .o-sub-checkbox label .o-sub-CheckboxReq-txt {
        font-size: 14px;
        line-height: 2;
    }

}

@media (max-width: 410px) {
    .o-sub-form {
        width: 320px;
    }

    .o-subscribe-wr-2{
        width: 325px;
        margin-top: 10px;
        height: 50px;
    }
    .o-sub-input{
        height:50px;
        font-size: 20px;
    }
    .o-subscribe {
        height: 450px;
    }
    .o-sub-h3 {
        font-size: 17.15px;
    }
    .o-subscribe-wr-3 {
        width: 325px;
        margin-top: 70px;
    }
    .o-subscribe-wr-1 {
        margin-top: -126px;
    }
    .o-sub-button {
        font-size: 35px;
        height: 60px;
    }
    .o-sub-checkbox label .o-sub-CheckboxReq-txt {
        font-size: 12.5px;
    }

    .o-social-ul li {
        margin-left: 15px;
    }

    .footer-menu ul li a {
        font-size: 24px;

    }

    .o-site-inmanage {
        font-size: 17.27px;

    }

    .site-inmanage-wr {
        width: 100%;
        text-align: center;
    }

    .footer-links-wr {
        width: 50%;
        text-align: center;
        display: table;
        margin: auto;
    }

    .contact-form-menu {
        padding: 10px 10px 10px 10px;
        height: 640px;
    }

    .contact-form-opel {
        height: 640px;
    }

    .o-contact-form {
        width: 280px;
    }

    .o-form-group {
        width: 260px;
    }

    .o-contact-nav {
        width: 100%;
    }

    .o-contact-tab-m-l {
        width: 130px;
        height: 70px;
    }

    .o-contact-tab-m-r {
        width: 123px;
        height: 70px;
    }


    .o-contact-nav .active {
        width: 130px;
        margin-left: 20px !important;
    }

    .o-contact-submit {
        font-size: 35px;
        height: 60px;
    }
    .o-contact-form {
        height: 870px;
    }
    .o-contact-nav .active a {
        height: 82px;
    }

    .o-con-pad-xs-0 {
        padding: 0px !important;
    }

    .o-form-control {
        width: 229px;
    }

    .o-form-group-txt {
        width: 260px;
        height: 130px;
    }

    .o-group-chc {
        width: 130px;
    }

    .o-con-btn {
        width: 260px;
    }

    .o-contact-boder {
        width: 150px;
        margin-left: -11px;
    }

    .o-contact-boder-1 {
        width: 149px;
    }

    .o-con-mar-r {
        margin-right: 0px;
    }

    .o-tbl-font-lbl {
        font-size: 22px;
        line-height: 1.27;
    }

    .o-tbl-font-p {
        font-size: 15px;
        line-height: 0.649;
    }

    .o-tbl-xs-mar-t {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .o-contact-submit {
        font-size: 21px;
    }

    .footer-menu ul li a {
        font-size: 21px;

    }

    .o-contact-input {
        height: 30px;
    }

    .height-65 {
        height: 60px;
    }

    .o-site-inmanage {
        font-size: 17.27px;

    }

    .site-inmanage-wr {
        width: 100%;
        text-align: center;
    }

    .o-contact-input {
        line-height: 1.622;
        font-size: 19px;

    }

    .o-con-textarea {
        line-height: 1.622;
        font-size: 23px;
    }

    .o-contact-nav li a {
        font-size: 20px;
    }

    .tab-content-mar-t {
        margin-top: 82px;
    }

    .checkboxFour {
        width: 20px;
        height: 20px;
    }

    .checkboxFour label {
        width: 20px;
        height: 20px;
        left: 0px;
    }
    .checkboxFour input[type=radio]:checked + label:before {
        top: -5.5px;
        left: 2px;
        font-size: 20px;
    }
    .chc-answer-height {
        margin-top: 15px;
        height: 35px;
    }
    .o-con-textarea{
        height: 95px;
    }

    .o-contact-sel {

        width: 260px;
        font-size: 20px;
    }



    .chc-Answer {
        margin-top: 20px;
    }
    .o-tbl-xs-mar-t{
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .o-con-txt-m-t{
        margin-top:20px;
    }
    .o-menu2-p-t{
        font-size:18px;
        line-height: 1.2;
    }
    .o-menu2-p{
        font-size: 14px;
    }
    .o-tbl-font-lbl{
        font-size: 16px;
    }
    .o-contact-ul{
        margin-top: 0px;
    }
    .tab-content1 > .active{
        margin-top:0px;
    }
}

@media (max-width: 380px) {
    .o-sub-checkbox {
        margin-top: 18px;
    }
    .o-sub-checkbox label .o-sub-checkbox-span {
        width: 25px;
        height: 25px;
    }
    .o-sub-form {
        width: 300px;
    }

    .o-subscribe-wr-2{
        width: 305px;
        margin-top: 10px;
        height: 40px;
    }
    .o-sub-input{
        height:40px;
        font-size: 18px;
    }
    .o-subscribe {
        height: 350px;
    }
    .o-sub-h3 {
        font-size: 16.15px;
    }
    .o-subscribe-wr-3 {
        width:305px;
        margin-top: 55px;
    }
    .o-subscribe-wr-1 {
        margin-top: -110px;
    }
    .o-sub-button {
        font-size: 35px;
        height: 50px;
    }
    .o-sub-checkbox label .o-sub-CheckboxReq-txt {
        font-size: 11.8px;
    }


    .o-social-ul li{
        margin-left:10px;
    }
    .o-mod-call-body{

    }
    .o-mod-call-input{
        margin-top:20px;
    }

    .o-mod-call-body h3{
        font-size: 27px;
    }
    .o-mod-call-body p{
        font-size: 24px;
    }
    .o-mod-call-msg .o-mod-call-msg-h2{
        font-size: 25px;
    }
    .o-mod-call-msg .o-mod-call-msg-p{
        font-size: 22px;
    }
    .o-mod-call-msg .o-mod-call-msg-h2-t{
        font-size: 27px;
    }

    .o-mod-call-btn{
        width:90%;
        margin-top:40px;
        height:40px;
        font-size: 30px;
    }
    .o-mod-call-body{
        margin-top:45px;
    }
    .o-mod-call-close{
        top:55px;
    }
    .o-mod-call-error{
        font-size: 14px;
    }
}
@media only screen and (max-width : 340px) {
    .o-sub-form {
        width: 280px;
    }

    .o-subscribe-wr-2{
        width: 285px;
        margin-top: 10px;
        height: 40px;
    }
    .o-sub-input{
        height:40px;
        font-size: 18px;
    }
    .o-subscribe {
        height: 350px;
    }
    .o-sub-h3 {
        font-size: 15.15px;
    }
    .o-subscribe-wr-3 {
        width: 285px;
        margin-top: 55px;
    }
    .o-subscribe-wr-1 {
        margin-top: -110px;
    }
    .o-sub-button {
        font-size: 35px;
        height: 50px;
    }
    .o-sub-checkbox label .o-sub-CheckboxReq-txt {
        font-size: 10.9px;
    }

    .o-social-ul li{
        margin-left:5px;
    }

    .footer-menu ul li a{
        font-size: 24px;

    }
    .o-site-inmanage{
        font-size: 17.27px;

    }
    .site-inmanage-wr{
        width: 100%;
        text-align: center;
    }
    .footer-links-wr{
        width: 50%;
        text-align: center;
        display: table;
        margin: auto;
    }

}

@media only screen and (max-width : 320px) {
    .o-social-ul li{
        margin-left:2px;
    }
    .o-mod-call-body{
        margin-top:10px;
    }
    .o-mod-call-body h3{
        font-size: 23px;
    }
    .o-mod-call-body p{
        font-size: 20px;
    }
    .o-mod-call-msg .o-mod-call-msg-h2{
        font-size: 21px;
    }
    .o-mod-call-msg .o-mod-call-msg-p{
        font-size: 18px;
    }
    .o-mod-call-msg .o-mod-call-msg-h2-t{
        font-size: 23px;
    }
    .o-mod-call-error{
        font-size: 12px;
    }

    .o-mod-call-btn{
        width:90%;
        margin-top:30px;
        height:30px;
        font-size: 25px;
    }

    .o-white-panel-dir {
        text-align:center;

    }
    .o-video-col-xs-12{
        width:100%;
    }

}



/* page navigation */
.navigation-content ul{
    padding:0;
    margin:0;
    margin-bottom:10px;
}

.navigation-content ul li{
    list-style:none;
    float:right;
    padding: 5px;
    direction:rtl;
}

.o-yellow-hr{
    width:100px;
    border-color:#FFC107;
}

@media only screen and (max-width:991px) {
    .navigation-content{
        display: none;
    }
    .o-yellow-hr{
        display:none;
    }
}
/* /page navigation */






/*call menu - submenu*/

.call-menu{
    display: table;
    height: 88px;
    padding: 0;
    padding-right: 60px;
}

@media only screen and (max-width:1350px) {
    .call-menu{
        padding-right: 15px;
    }
}

@media only screen and (max-width:1170px) {
    .call-menu{
        padding-right: 0px;
    }

}

@media all and (max-width: 1170px) and (min-width: 992px) {
    .o-white-panel-wr div div:first-child{
        margin: 0;
    }
    .o-white-panel-dir{
        padding-left: 10px;
    }
}

.call-menu ul{
    display: table-cell;
    vertical-align: middle;
    padding:0;
    margin:0;
}

.call-menu ul li{
    list-style:none;
    float:right;
    padding-left:20px;
    font-size:1vw;
}

@media only screen and (min-width:991px) {
    .call-menu ul li {
        list-style: none;
        float: right;
        padding-left: 19px;
        font-size: 1vw;
        height: 45px;
    }

}

@media only screen and (max-width:991px) {

    .o-services-h2 {
        font-family: 'Alef-Bold';
        font-size: 36px;
        color: #2f2f2f;
        margin-top: 13px;
        letter-spacing: -1.8px;
        line-height: 37.84px;
    }
}

@media all and (max-width: 991px) and (min-width: 768px) {

    .owl-theme .owl-controls{
        display: block !important;
        position: absolute;
        z-index: 999;
        background-color: transparent;
        padding-top: 19px;
    }
    .owl-theme .owl-controls .owl-page span {
        background: black !important;
    }

    .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
        background: #FFC107 !important;
    }

}

.call-menu ul li a{
    color: #282828;
    font-family:'Alef-Regular';
}

.call-menu ul li div{
    font-family:'Alef-Regular';
}

.call-menu ul li div:first-child{
    margin-left:5px;
}


.call-menu ul li div:last-child{
    display:table;
    height:45px;
}

.call-menu ul li div:last-child p{
    display:table-cell;
    vertical-align:middle;
    font-family:Alef-Regular;
}


@media all and (max-width: 1145px) and (min-width: 991px) {
    .call-menu ul li{
        padding-left:10px;
    }
}


@media only screen and (max-width:991px) {
    .call-menu ul{
        width:100%;
    }

    .call-menu ul li{
        width:25%;
        font-size:2.1vw;
        text-align:center;
    }
}

@media only screen and (max-width:767px) {
    .call-menu ul li div:last-child p{
        font-size: 4.45vw;
        line-height: 1;
    }
}

@media only screen and (max-width:535px) {
    .call-menu ul li div:last-child p{
        font-size: 4.2vw;
        line-height: 1;
    }
}
@media only screen and (max-width:430px) {
    .call-menu ul li div:last-child p{
        font-size: 3.9vw;
        line-height: 1;
    }
}



/*icons*/
.call-icon{
    width: 46px;
    height: 46px;
    display:inline-block;
}

.call-icon-1{
    background: url('/_media/images/vasco/General/sprite.png') no-repeat 8.649% 43.243%;
}
.call-icon-1-active{
    background: url('/_media/images/vasco/General/sprite.png') no-repeat 0 63.604%;
}
.call-icon-2{
    background: url('/_media/images/vasco/General/sprite.png') no-repeat 0 43.243%;
}
.call-icon-3{
    background: url('/_media/images/vasco/General/sprite.png') no-repeat 8.649% 63.604%;
}
.call-icon-3-active{
    background: url('/_media/images/vasco/General/sprite.png') no-repeat 8.649% 34.595%;
    /*background-position: -5px -290px; width: 68px; height: 67px;*/
}
.call-icon-4{
    background: url('/_media/images/vasco/General/sprite.png') no-repeat 0 34.595%;
}
.call-icon-4-active{
    background: url('/_media/images/vasco/General/sprite.png') no-repeat 18.198% 63.784%;
}
/* /call menu - submenu*/


/* video - footer */

@media only screen and (max-width:767px) {

    .o-mod-call-body {
        margin-top: 260px;
        text-align: center;
    }
    .icon-youtube{
        background: url('/_media/images/vasco/General/sprite-mob-1.png') no-repeat -474px -1px;
        width: 113px;
        height: 111px;
    }
    .icon-twitter{
        background: url('/_media/images/vasco/General/sprite-mob-1.png') no-repeat -353px -1px;
        width: 113px;
        height: 111px;
    }
    .icon-fb{
        background: url('/_media/images/vasco/General/sprite-mob-1.png') no-repeat -232px -1px;
        width: 113px;
        height: 111px;
    }
    .icon-google{
        background: url('/_media/images/vasco/General/sprite-mob-1.png') no-repeat -111px -1px;
        width: 113px;
        height: 111px;
    }
    .icon-left-video {
        background: url('/_media/images/vasco/General/sprite-mob-1.png') no-repeat -13px -10px;
        width: 25px;
        height: 53px;
    }
    .icon-right-video {
        background: url('/_media/images/vasco/General/sprite-mob-1.png') no-repeat -45px -10px;
        width: 25px;
        height: 53px;
    }

    .icon-models{
        background: url('/_media/images/vasco/General/sprite-mob-1.png') no-repeat -1px -121px;
        width: 190px;
        height: 192px;
    }
    .o-services-h2 {
        font-size: 40px;
        color: #000000;
        margin-top: 45px;
        margin-bottom: 25px;
    }
    .o-white-panel-dir{
        padding: 0;
    }
    .o-services-p {
        font-size: 34px;
        line-height: 0.971;
    }

    .o-white-panel-wr .o-white-panel-mar-b-t:last-child{
        margin-bottom: 80px;
    }

    .icon-sale-location{
        background: url('/_media/images/vasco/General/sprite-mob-1.png') no-repeat -396px -121px;;
        width: 190px;
        height: 192px;
    }

    .icon-service{
        background: url('/_media/images/vasco/General/sprite-mob-1.png') no-repeat -201px -121px;
        width: 190px;
        height: 192px;
    }

    .o-header-menu {
        background-color: #242424 !important;
    }
    .o-tablet-shadow {
        display: block;
        position: absolute;
        background: #242424 !important;
        background: -webkit-linear-gradient(#242424 40%, transparent 100%) !important;
        background: -o-linear-gradient(#242424 40%, transparent 100%) !important;
        background: -moz-linear-gradient(#242424 40%, transparent 100%) !important;
        background: linear-gradient(#242424 40%, transparent 100%) !important;
        height: 230px;
        width: 100%;
        z-index: 1;
    }

    .o-contact-nav li:first-child a{
        color: #fffefe;
    }

    .o-contact-nav .active a{
        color: #ffc107 !important;
    }

    .o-contact-nav li a{
        color: #fffefe;
    }

    .o-contact-nav .active a{
        color: #ffc107 !important;
    }


    .o-video-img:hover{
        background-color: inherit;
    }

    .o-video-img-1:hover{
        background-image: url('/_media/images/vasco/General/footer/video-1.jpg');
    }
    .o-video-img-2:hover{
        background-image: url('/_media/images/vasco/General/footer/video-3.jpg');
    }
    .o-video-img-3:hover{
        background-image: url('/_media/images/vasco/General/footer/video-4.jpg');
    }
    .o-video-img-4:hover{
        background-image: url('/_media/images/vasco/General/footer/video-2.jpg');
    }
    .o-video-img-5:hover{
        background-image: url('/_media/images/vasco/General/footer/video-5.jpg');
    }

    .o-video-title-mob{
        display:block;
    }
    .icon-play-video {
        background: url('/_media/images/vasco/General/sprite-mob-1.png') no-repeat -402px -325px;
        width: 166px;
        height: 166px;
        display: block;
        margin: auto;
    }
    .owl-theme .owl-controls{
        display: block !important;
    }
    .o-video-title{
        display: none !important;
    }
    .vid{
        height: 760px !important;
    }
    .o-video-panel{
        height: 760px;
    }
    .o-video-img{
        background-repeat: no-repeat;
        background-size: cover;
    }
    .owl-carousel .owl-wrapper-outer,
    .o-video-tbl {
        height: 760px;
    }

    .owl-theme .owl-controls{
        z-index: 999;
        position: absolute;
        padding-top: 28px;
        margin-top: -1px;
    }
    .o-video-title-mob{
        width: 100%;
        height: 80px;
        position: absolute;
        margin-top: 730px;
        margin-top: -79px !important;
        font-size: 50px;
        font-family: Alef-Regular;
        color: #000000;
        letter-spacing: -2.5px;
        line-height: 1;
    }

    .o-video-title-mob p{
        margin-top: 30px !important;
    }

    .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 0px;
        top: -460% !important;
        margin-right: 53px;
        padding: 0;
    }
    .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 0px;
        top: -460% !important;
        margin-left: 54px;
        padding: 0;
    }
}

@media only screen and (max-width:700px) {

    .vid{
        height: 700px !important;
    }
    .o-video-panel{
        height: 700px;
    }
    .owl-carousel .owl-wrapper-outer,
    .o-video-tbl {
        height: 700px;
    }
    .o-video-title-mob{
        margin-top: 670px;
    }

    .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 0px;
        top: -425% !important;
    }
    .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 0px;
        top: -425% !important;
    }
}

@media only screen and (max-width:650px) {
    .vid{
        height: 650px !important;
    }
    .o-video-panel{
        height: 650px;
    }
    .owl-carousel .owl-wrapper-outer,
    .o-video-tbl {
        height: 650px;
    }
    .o-video-title-mob{
        margin-top: 620px;
    }

    .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 0px;
        top: -400% !important;
    }
    .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 0px;
        top: -400% !important;
    }
}

@media only screen and (max-width:600px) {
    .vid{
        height: 600px !important;
    }
    .o-video-panel{
        height: 600px;
    }
    .owl-carousel .owl-wrapper-outer,
    .o-video-tbl {
        height: 600px;
    }
    .o-video-title-mob{
        margin-top: 570px;
    }
    .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 0px;
        top: -370% !important;
    }
    .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 0px;
        top: -370% !important;
    }

    .o-white-panel-dir .col-md-12{
        width: 85% !important;
        margin: auto;
        float: initial;
    }
}

@media only screen and (max-width:550px) {
    .vid{
        height: 550px !important;
    }
    .o-video-panel{
        height: 550px;
    }
    .owl-carousel .owl-wrapper-outer,
    .o-video-tbl {
        height: 550px;
    }
    .o-video-title-mob{
        margin-top: 530px;
    }
    .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 0px;
        top: -340% !important;
    }
    .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 0px;
        top: -340% !important;
    }
    .o-yellow-header p {
        margin-right: 35px;
        font-size: 34px;
        text-align: right;
    }
}

@media only screen and (max-width:500px) {
    .o-modal-content {
        width: 84%;
    }
    .modal-car hr {
        width: 50%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .o-modal-body {
        display: table !important;
        width: 100%;
    }
    .o-modal-body div{
        display: table-cell !important;
        vertical-align: middle !important;
    }
    .vid{
        height: 500px !important;
    }
    .o-video-panel{
        height: 500px;
    }
    .owl-carousel .owl-wrapper-outer,
    .o-video-tbl {
        height: 500px;
    }
    .o-video-title-mob{
        margin-top: 470px;
    }
    .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 0px;
        top: -310% !important;
    }
    .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 0px;
        top: -310% !important;
    }
}

@media only screen and (max-width:450px) {
    .call-icon {
        width: 46px !important;
        height: 46px !important;
        display: inline-block;
    }
    .call-icon-1{
        background: url('/_media/images/vasco/General/sprite.png') no-repeat 8.649% 43.243% !important;
    }
    .call-icon-1-active{
        background: url('/_media/images/vasco/General/sprite.png') no-repeat 0 63.604% !important;
        background: url('/_media/images/vasco/General/sprite.png') no-repeat 0 63.604% !important;
        width: 46px !important;
        height: 46px !important;
    }
    .call-icon-2{
        background: url('/_media/images/vasco/General/sprite.png') no-repeat 0 43.243% !important;
    }

    .call-icon-3{
        background: url('/_media/images/vasco/General/sprite.png') no-repeat 8.649% 63.604% !important;
    }
    .call-icon-3-active{
        background: url('/_media/images/vasco/General/sprite.png') no-repeat 8.649% 34.595% !important;
    }
    .call-icon-4{
        background: url('/_media/images/vasco/General/sprite.png') no-repeat 0 34.595% !important;
    }
    .call-icon-4-active{
        background: url('/_media/images/vasco/General/sprite.png') no-repeat 18.198% 63.784% !important;
    }
    .o-white-panel-dir .col-md-12 {
        width: 92% !important;
        margin: auto;
        float: initial;
    }
    .o-white-panel-mar-b-t {
        margin-top: 60px;
        margin-bottom: 0px;
    }
    .o-white-panel-wr .o-white-panel-mar-b-t:last-child {
        margin-bottom: 60px;
    }
    .o-services-h2 {
        font-size: 31px;
        color: #000000;
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .o-services-p {
        font-size: 26px;
        line-height: 0.971;
    }
    .vid{
        height: 450px !important;
    }
    .o-video-panel{
        height: 450px;
    }
    .owl-carousel .owl-wrapper-outer,
    .o-video-tbl {
        height: 450px;
    }
    .o-video-title-mob{
        margin-top: 420px;
    }

    .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 0px;
        top: -290% !important;
    }
    .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 0px;
        top: -290% !important;
    }

}

@media only screen and (max-width:405px) {
    .o-modal-body {
        height: 480px;
    }
    .o-video-title-mob{
        font-size: 41px;
        margin-top: -60px !important;
    }
    .o-video-title-mob p {
        margin-top: 12px !important;
    }

    .owl-theme .owl-controls {
        padding-top: 12px;
    }
    .owl-theme .owl-controls {
        height: 70px;
    }
    .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 0px;
        top: -360% !important;
    }
    .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 0px;
        top: -360% !important;
    }
}

@media only screen and (max-width:400px) {
    .vid{
        height: 400px !important;
    }
    .o-video-panel{
        height: 400px;
    }
    .owl-carousel .owl-wrapper-outer,
    .o-video-tbl {
        height: 400px;
    }
    .o-video-title-mob{
        margin-top: 370px;
    }

    .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 0px;
        top: -330% !important;
        margin-right: 25px;
    }
    .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 0px;
        top: -330% !important;
        margin-left: 25px;
    }

}

@media only screen and (max-width:360px) {
    .o-video-title-mob p {
        margin-top: 8px !important;
    }
    .vid{
        height: 360px !important;
    }
    .o-video-panel{
        height: 360px;
    }
    .owl-carousel .owl-wrapper-outer,
    .o-video-tbl {
        height: 360px;
    }
    .o-video-title-mob{
        margin-top: 330px;
    }
    .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 0px;
        top: -300% !important;
    }
    .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 0px;
        top: -300% !important;
    }
    .o-video-title-mob{
        font-size: 30px;
        margin-top: -40px !important;
    }
}

@media only screen and (max-width:340px) {
    .o-modal-body {
        height: 440px;
    }
}

@media only screen and (max-width:330px) {
    .vid{
        height: 330px !important;
    }
    .o-video-panel{
        height: 330px;
    }
    .owl-carousel .owl-wrapper-outer,
    .o-video-tbl {
        height: 330px;
    }
    .o-video-title-mob{
        margin-top: 300px;
    }
    .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 0px;
        top: -280% !important;
    }
    .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 0px;
        top: -280% !important;
    }
}

@media only screen and (max-width:300px) {
    .vid{
        height: 300px !important;
    }
    .o-video-panel{
        height: 300px;
    }
    .owl-carousel .owl-wrapper-outer,
    .o-video-tbl {
        height: 300px;
    }
    .o-video-title-mob{
        margin-top: 270px;
    }
    .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 0px;
        top: -250% !important;
    }
    .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: 0px;
        top: -250% !important;
    }
}

/* video - footer */


/*select style*/
.dropcontainer {
    position:relative;

    color: #777;
}

.trigger {
    color: #ffffff;
    direction: rtl;
    background: url(/_media/images/vasco/General/footer/select-arrow-white.png) 3% center no-repeat;
    display: block;
    border: 1px solid rgba(255, 193, 7,0.68);
    box-shadow: 1px 1px 0px 0px rgba(255, 193, 7, 0.68);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
    margin: 0%;
    height: 82px;
    line-height: 34.22px;
    font-size: 37px;
    font-family: Alef-Regular;
    padding: 20px 14px;
}



.activetrigger {
    background: url(/_media/images/vasco/General/footer/select-arrow-white.png) 2% center no-repeat;
    display: block;
    border: 1px solid rgba(255, 193, 7,0.68);
    box-shadow: 1px 1px 0px 0px rgba(255, 193, 7, 1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
    height: 60px;
    line-height: 34.22px;
    font-size: 37px;
    font-family: Alef-Regular;
    color: #ffffff;
    direction: rtl;
    padding: 10px;
}
/*
.activetrigger:hover {
    background: url(/_media/images/vasco/General/footer/select-arrow-white.png) 2% center no-repeat;
    color: #777;
    width: 96% !important;
    margin-left: 2%;
}
*/

.dropcontainer ul {
    background: #000000;
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 100;
    position: absolute;
    line-height: 34.22px;
    font-size: 37px;
    border: 1px solid rgba(255, 193, 7,0.68);
    box-shadow: 1px 1px 0px 0px rgba(255, 193, 7, 1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    direction: rtl;
    width: 100%;
}

.dropcontainer ul li {
    padding: 10px;

}

.dropcontainer ul li:hover {
    background: #FFC107 !important;
    cursor:pointer;
}

.dropcontainer ul li:first-child {
    display: none;
}

.dropcontainer ul li:last-child {
    border-bottom: none;
}

.dropdownhidden {
    display: none;
}

.dropdownvisible {
    height: auto;
}

.dropdownvisible li a{
    color:white !important;
}

@media (max-width: 640px) {
    .trigger,
    .activetrigger,
    .dropcontainer ul{
        font-size: 30px;
    }
}

@media (max-width: 580px) {
    .trigger,
    .activetrigger,
    .dropcontainer ul{
        font-size: 27px;
    }
}

@media (max-width: 480px) {
    .trigger,
    .activetrigger,
    .dropcontainer ul{
        font-size: 23px;
    }
    .trigger,
    .activetrigger{
    }
}


@media (max-width: 410px) {
    .trigger,
    .activetrigger,
    .dropcontainer ul{
        font-size: 19px;
    }
}

.site-by{
    margin-top: 10px;
}

@media (max-width: 768px) {

    .footer-menu ul{
        float:initial;
        width:100%;
    }

    .footer-menu ul li{
        width:50%;
        padding: 0 15px;
    }
    .footer-menu ul li{
        text-align:right;
    }
    .footer-menu ul li a {
        font-size: 28px;
        color: #ffffff;
        letter-spacing: -1.4px;
        line-height: 41.01px;
        font-family: Alef-Regular;
    }
    .footer-menu ul li:nth-child(odd){
        text-align:left;
    }
    .site-by{
        text-align: center;
        margin-top: 20px;
        color: #ffffff;
    }

    .display-xs-none{
        display:none;
    }
    .display-xs-block{
        display:block;
    }
}

@media (max-width: 589px) {
    .footer-menu ul li a {
        font-size: 22px;
    }
}

@media (max-width: 580px) {

    .o-mod-call-body {
        margin-top: 200px;
    }

    .o-mod-call-input {
        margin-top: 50px;
    }

    .o-mod-call-btn {
        margin-top: 40px;
    }
    .o-mod-call-body h3 {
        font-size: 30px;
    }
    .o-mod-call-body p {
        font-size: 28px;
    }
    .o-mod-call-btn {
        font-size: 35px;
        height: 60px;
    }
}

@media only screen and (max-width:560px) {
    .icon-fb {
        background: url('/_media/images/vasco/General/sprite.png') no-repeat -364px -5px;
        width: 71px;
        height: 71px;
        display: block;
    }

    .icon-twitter {
        background: url('/_media/images/vasco/General/sprite.png') no-repeat -443px -5px;
        width: 71px;
        height: 71px;
        display: block;
    }

    .icon-google {
        background: url('/_media/images/vasco/General/sprite.png') no-repeat -286px -4px;
        width: 71px;
        height: 71px;
        display: block;
    }

    .icon-youtube {
        background: url('/_media/images/vasco/General/sprite.png') no-repeat -520px -4px;
        width: 71px;
        height: 71px;
        display: block;
    }
}


@media (max-width: 462px) {

    .footer-menu ul li a {
        font-size: 20px;
        line-height: 1;
    }
    .footer-menu ul li{
        padding: 0 5px;
    }
    .site-by {
        text-align: center;
        margin-top: 15px;
        color: #ffffff;
    }
}

@media (max-width: 420px) {
    .o-mod-call-body {
        margin-top: 140px;
    }
    .o-mod-call-content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .o-mod-call-body h3 {
        font-size: 28px;
    }
    .o-mod-call-body p {
        font-size: 24px;
        line-height: 23.64px;
    }
}

@media (max-width: 378px) {
    .footer-menu ul li a {
        font-size: 17px;
        line-height: 1;
    }
    .footer-menu ul li{
        padding: 0 2px;
    }
}

@media (max-width: 340px) {
    .o-mod-call-body {
        margin-top: 90px;
    }
    .o-mod-call-input {
        margin-top: 20px;
    }
    .o-mod-call-btn {
        margin-top: 25px;
    }
    .o-mod-call-body p {
        font-size: 20px;
        line-height: 20.64px;
    } 
}




@media only screen and (max-width: 450px) {

.call-menu .call-icon-1-active {
    background: url('/_media/images/vasco/General/sprite.png') no-repeat 0 63.604% !important;
    background: url('/_media/images/vasco/General/sprite.png') no-repeat 0 63.604% !important;
    width: 46px !important;
    height: 46px !important;
}
}
