@import "fonts.css";
@import "common-class.css";
body {
	padding: 0;
	margin: 0;
	font-family: 'LamaSansRegular';
	background: #081116;
	color: #F0F0F0;
	font-size: 1.6rem;
}
html {
    font-size: 62.5%;
    height: auto !important;
}
.add_morgan_footer_margin{
	height: 100px !important;
}
.cursor{
	cursor: pointer;
}
.grecaptcha-badge{
	display:none;
}
.cursor{
	cursor: pointer;
}
.swiper-no-swiping .swiper-wrapper {
  	justify-content: center;
}
/*****************for mobile menu*************/
#menu.mm-menu {
	background: #121212;
	border-color: rgba(255,255,255,0.2);
	color: #fff;
}
#menu.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #fff;
}
#menu .mm-listview>li:not(.mm-divider):after{
	background-color: rgba(255,255,255,0.2);
}
.mm-menu .mm-listview>li .mm-next:after, .mm-menu .mm-btn:before {
    border-color: #fff;
}
.mm-listview>li .mm-next:before {
  	border-color: rgba(255,255,255,0.2);
}
/*=========popup========*/
.popup .modal-dialog{
	margin-top: 10%;
	max-width: 960px;
}
.popup .modal-content{
	transform: skew(-20deg);
	webkit-transform: skew(-20deg);
	border-radius: 7px 14px 7px 14px;
}
.popup .skew-div{
	transform: skew(20deg);
	webkit-transform: skew(20deg);
	padding-left: 50px;
}
.popup .div-bg{
	background: #E4E2DA;
}
.popup-img{
	-webkit-transform: skewY(20deg) scale(1.3);
  	transform: skewY(20deg) scale(1.3);
}
.popup p{
	max-width: 480px;
}
.popup p span{
	color: #E76C26;
}
.popup .default-btn{
	color: #121212;
	border-color: #121212;
}
.popup .position-absolute{
	top: 1.5rem;
 	right: 1.5rem;
 	width: 3.5rem;
 	height: 3.5rem;
 	transform: skew(20deg);
 	z-index: 1;
}
.popup-img img{
	object-position: 43%;
}
/*=======header=======*/
header{
	background: #081116;
	font-family: 'LamaSansMedium';
	padding: 2rem 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	z-index: 999;
}
.logo{
	max-width: 27rem;
}
.nav-right{
	right: 25px;
	bottom: 10px;
  	z-index: 999;
}
.nav-right li{
    margin: 0 0 15px;
    padding: 0;
    width: 60px;
    display: block;
    position: relative;    
}
.nav-right li .navtext{
    position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background-color: #fff;
	border-radius: 50px;
	border: 2px solid #fff;
}
.nav-right span {
    font-size:0px;
    bottom: 0;
    right: 0px;
    line-height: 58px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 0;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index:-1;
}
.nav-right span:after{
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% + 60px);
	border-radius: 50px;
	content: '';
	background-color: #fff;
	height: 60px;
	-webkit-transition: 0.50s;
	-moz-transition: 0.50s;
	transition: 0.50s;
	z-index: -1; 
}
.nav-right .navtext:hover span{ 
	width:auto;
	overflow:visible;
	opacity:1;
	padding: 0 85px 0px 0px; 
	border-radius: 50px;
	font-size:16px;
}
.nav-right .navtext:hover {
	text-decoration:none;
}
.nav-right .navtext span{
	color:#121212;
}
.nav-right img{
	width: 20px;
	position: relative;
	z-index: 1;
}
.nav-right li.whtasapp-nav .navtext, .nav-right li.whtasapp-nav span:after {
	background-color: #26BE00;
	border-color: #26BE00;
}
.nav-right li.whtasapp-nav span{
	color: #fff;
}
/*=========banner========*/
.home-banner{
	position: relative;
}
.home-banner .swiper img.w-100, .service-block .swiper a.d-block img.w-100, .img-btm img.w-100, .img-div img.w-100, 
.list-img img, .team-img img, .overons-middle img.w-100, .popup-img img{
	height: 100%;
	object-fit: cover;
}
.home-banner .position-relative:before{
	position: absolute;
  	bottom: 0;
	left: 0;
	width: 100%;
	height: 48rem;
	content: '';
	background: url(../images/gradient.png) no-repeat center / 100% 100%;
	z-index: 2;
	pointer-events: none;
}
.home-banner .position-absolute.start-0{
	z-index: 99;
}
.home-banner h2{
	margin: 2rem 0 3rem;
}
.bg-area{
	background: url(../images/bg.svg) no-repeat bottom/contain;
  	width: 62vw;
  	z-index: 3;
  	right: -6vw;
  	pointer-events: none;
}
/*==========product==========*/
.product-slider{
	font-family: 'LamaSansMedium';
	color: #FEFDFD;
}
.product-slider p{
	font-size: 1.4rem;
}
.product-slider p:not(.row p){
	opacity: .5;
}
.product-slider .model-name{
	font-size: 1.8rem;
	line-height: 2rem;
  	height: 42px;
  	overflow: hidden;
}
.product-slider a{
	color: inherit;
}
.product-slider td{
	padding-right: .75rem;
}
.product-slider td span{
	background: #E76C26;
	padding: .5rem .85rem;
	border-radius: 20px;
	font-size: 1.4rem;
}
.product-slider .row .text-md-end p{
	color: #E76C26;
	margin-bottom: 0;
}
.product-slider .default-btn{
	border-radius: 10px;
  	border-color: #ededed;
  	padding: 1.9rem;
}
.product-slider .default-btn:after{
	position: absolute;
	right: 2rem;
	content: '';
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/arw.svg) no-repeat center / contain;
	width: .9rem;
	height: .9rem;
}
.product-slider .swiper-button-next, .subpg-slider .swiper-button-next{
	right: -6vw;
}
.product-slider .swiper-button-prev, .subpg-slider .swiper-button-prev{
	left: -6vw;
}
.product-slider .cmn-pagination{
	background: rgba(241, 239, 232, 0.10) !important;
}
/*============service===========*/
.service-block .swiper a.d-block{
	height: 37rem;
	color: #f0f0f0;
}
.service-block .swiper a.d-block:before, .service-block h6:after, footer:before{
	position: absolute;
	right: 0;
	content: '';
}
.service-block .swiper a.d-block:before, footer:before{
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(7, 17, 22, 0.00) 0%, #071116 100%);
	z-index: 1;
	border-radius: 20px;
}
.service-block .swiper a.d-block:hover:before{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 100%);
}
.service-block .swiper a.d-block img, .service-block .swiper a.d-block:before{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.service-block .swiper a.d-block:hover img{
	transform: scale(1.1);
}
.service-block h6{
	position: relative;
	z-index: 2;
}
.service-block h6:after{
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 4.8rem;
	height: 4.8rem;
	border: 1px solid #F7F0EC;
	border-radius: 50%;
	background: url(../images/next.svg) no-repeat center / 11px;
}
.home-service, .product-slider, .subpg-slider, .team-slider{
	padding-bottom: 10rem;
}
.home-service .cmn-arw, .cmn-pagination.swiper-pagination, .team-slider .cmn-arw{
	top: auto;
}
.home-service .swiper-button-prev, .team-slider .swiper-button-prev{
	left: 43rem;
}
.home-service .swiper-button-next, .team-slider .swiper-button-next{
	right: auto;
  	left: calc(43rem + 4.5rem);
}
.swiper-pagination.cmn-pagination{
	max-width: 39.5rem;
	bottom: 1.5rem;
	background: rgba(7, 17, 22, 0.10);
	overflow: hidden;
}
.cmn-pagination .swiper-pagination-progressbar, .cmn-pagination .swiper-pagination-progressbar-fill{
	background: #E76C26;
}
/*===============content-block=============*/
.content-block h2{
	display: inline-block;
	position: relative;
  	top: 2rem;
  	z-index: 1;
}
.content-block h2 span{
	text-align: right;
  	display: block;
  	margin-right: -5rem;
}
.content-block .row{
	padding-bottom: 5rem;
}
.img-btm{
	height: 43.8rem;
	z-index: 4;
	top: 7rem;
}
.img-btm img.w-100{
	object-position: 30%;
}
.content-block .bg-area{
	width: 108%;
	right: -40%;
}
/*=========social-media=======*/
.social-media-block {
	background: #e5e2db;
}
.social-media-block, .img-div{
	z-index: 3;
}
.img-div{
	height: 20rem;
	width: 20rem;
}
.img-top-div{
  	margin-top: -6.7rem;
}
.social-media-block .text-lg-end .img-div:not(.img-top-div){
	height: 32rem;
	margin-top: -11rem;
}
.social-media-block .text-lg-end .img-top-div{
	margin-top: -12rem;
  	margin-right: -12%;
}
.media-content{
	font-family: 'LamaSansSemiBold';
}
.media-content .blog-area a{
	padding:3rem;
}
.right-img-div{
	width: 14rem;
	height: 14rem;
}
.btm-img-position{
	margin-bottom: -10rem;
}
/*============footer==========*/
footer span.d-block{
	font-family: 'LamaSansBold';
	font-size: 1.8rem;
}
footer a:hover{
	text-decoration: underline;
}
footer p span{
	opacity: .4;
}
footer .privacy, footer .custom-row{
	max-width: 58rem;
}
footer .container{
	z-index: 1;
}
footer .privacy a.rounded-circle{
	width: 4.8rem;
	height: 4.8rem;
}
footer:before{
	background: linear-gradient(180deg, rgba(7, 17, 22, 0.00) 0%, #071116 96.49%);
  	height: 239px;
  	top: auto;
  	bottom: 0;
  	border-radius: 0;
}
footer .bg-area{
	background: url(../images/footer-bg.svg) no-repeat left /contain;
	left: 0;
  	right: auto;
  	height: 12vw;
  	z-index: -1;
}
/*============aanbod============*/
.inner-banner{
	height: 40rem;
}
.inner-banner .bg{
	position: relative;
}
.inner-banner:not(.service-dtl-banner) .position-absolute.start-0{
	bottom: 5.6rem;
}
.inner-banner:not(.service-dtl-banner) .position-relative:before{
	background: linear-gradient(180deg, rgba(7, 17, 22, 0.00) -11.74%, #071116 84.75%);
}
.inner-banner .bg-area, .thanku-banner .bg-area{
	right: -11.8vw;
  	width: 58vw;
}
.more-car{
	opacity: .5;
}
/*===========aanbod-dtl==========*/
.back-btn .default-btn span:before{
	position: absolute;
	top: 50%;
	left: -.5rem;
	transform: translateY(-50%);
	content: '';
	width: 1.2rem;
	height: 1.2rem;
	background: url(../images/arw-color.svg) no-repeat center / contain;
}
.back-btn .default-btn:hover span:before{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
}
.aanbod-top-slider .position-absolute{
	width: 60%;
	z-index: 1;
}
.aanbod-top-slider .position-absolute p, .car-content td h6, .kenmerken-tab span, .tab-heading h5, .star_icon h5, .block-dtls h5, 
.form-block span.d-block{
	font-family: 'LamaSansMedium';
	text-transform: unset;
}
.aanbod-top-slider .position-absolute p {
	font-size: 1.8rem;
}
.aanbod-top-slider .text-end p{
	font-size: 1.6rem;
	color: rgba(255, 255, 255, 0.5);
	margin-top: .75rem;
}
.car-content table{
	width: 100%;
	max-width: 650px;
}
.car-content td{
	vertical-align: top;
}
.car-content .d-flex a{
	text-decoration: underline;
}
/****tab****/
.aanbod-detail-tab .nav-tabs li .d-block {
	color: #050E16;
	font-size: 1.6rem;
	font-family: 'Sequel100Black96';
}
.aanbod-detail-tab .nav-tabs li .d-block.active, .form-block span.d-block, .form-block h6 a:hover {
	color: #E76C26;
}
.tab-heading h5, .star_icon h5{
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #000;
}
.kenmerken-tab ul{
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.kenmerken-tab ul:first-child, .bullet-panel ul{
	list-style-type: disc;
	padding-left: 1.5rem;
}
.bullet-panel li{
	margin-bottom: 1rem;
}
.bullet-panel{
	padding-bottom: 3rem;
}
.left-bg-block {
	width: 140px;
	background: #050E16;
	color: #fff;
}
.block-dtls {
  	width: calc(100% - 140px);
  	border: 1px solid #050E16;
	border-left: 0;
	padding: 15px;
}
/*============form============*/
.form-block h6, .form-block h6 a{
	font-family: 'LamaSansRegular';
	font-size: 1.6rem;
	color: #8C8C8C;
	text-transform: unset;
	line-height: 26px;
}
.form-block h6 span{
	letter-spacing: 1.4px;
	text-transform: uppercase; 
}
.address-wrap{
	max-width: 55rem;
}
.form-block .container{
	z-index: 1;
}
.form-block.bg .position-absolute{
	background: linear-gradient(0deg, rgba(7, 17, 22, 0.90) 0%, rgba(7, 17, 22, 0.90) 100%);
}
.form-styl{
	resize: none;
	font-family: 'LamaSansMedium';
	font-size: 1.6rem;
	color: #fff;
	background: rgba(13, 27, 34, 0.20); 
	border: 1px solid rgba(228, 226, 218, 0.23);
	padding: 1.7rem 2rem;
	border-radius: 10px;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
  	transition: border 150ms ease-out;
}
.form-styl:focus{
	border-color: #fff;
	box-shadow: none;
	color: #fff;
	background: rgba(13, 27, 34, 0.20); 
}
.form-styl:placeholder {
	color: #fff;
	opacity: 1;
}
.form-styl:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}
.form-styl::placeholder {
	color: #fff;
	opacity: 1;
}
/*=========thanku==========*/
.thanku-banner p{
	max-width: 70rem;
}
/*============service-list========*/
.list-img{
	height: 48rem;
	padding-right: 10%;
}
.list-content{
	padding-left: 10%;
}
.each-list a:not(.default-btn){
	color: inherit;
}
.each-list:nth-child(even) .list-img{
	padding-left: 10%;
	padding-right: 0;
}
.each-list:nth-child(even) .list-content{
	padding-left: 0;
	padding-right: 10%;
}
.each-list:nth-child(even){
	background: #E4E2DA; 
}
.each-list:nth-child(even) h2, .each-list:nth-child(even) p{
	color: #071116;
}
.each-list:nth-child(even) .default-btn{
	border-color: #071116;
	color: #E4E2DA;
	background: #071116;
}
/*==========service-dtl=============*/
.service-dtl-banner{
	height: 52rem;
}
.subpg-dtl-content .list-img{
	height: 60rem;
}
.subpg-dtl-content li{
	position: relative;
	margin-bottom: 3rem;
	padding-left: 3rem;
}
.subpg-dtl-content .list-content li:before{
	position: absolute;
	left: 0;
	width: 1.2rem;
	height: 1.2rem;
	content: '';
	background: url(../images/arw-color.svg) no-repeat center/ contain;
	top: .5rem;
	transform: rotate(180deg);
}
.vacature-slider .swiper-pagination.cmn-pagination{
	background: rgba(241, 239, 232, 0.10);
}
/*==========overons=========*/
.overons-top .bg{
	height: 70rem;
	background-position: right center;
}
.overons-top .bg .position-absolute{
	height: 20rem;
  	background: linear-gradient(0deg, rgba(7, 17, 22, 0) 0%, #071116 120%);
}
.overons-top .ms-lg-auto{
	max-width: 500px;
}
.overons-top .text-center{
	margin-bottom: -2rem;
	z-index: 1;
}
.overons-middle li{
	width: 49%;
	padding-left: 2.5rem;
	position: relative;
	margin-bottom: 1rem;
	padding-bottom: 1.5rem;
	display: inline-block;
	vertical-align: top;
}
.overons-middle li:before{
	position: absolute;
  	top: .3rem;
  	left: 0;
  	width: 1.7rem;
  	height: 1.7rem;
	content: '';
	background: url(../images/star.svg) no-repeat center / contain;
}
.overons-middle ul{
	margin-top: 3rem;
}
.overons-middle p{
	max-width: 49rem;
}
.overons-middle-img{
	width: 82% !important;
  	height: 40rem;
}
.overons-middle-btm-img{
  	margin-top: -23.6rem;
}
.overons-middle-btm-img img{
  	object-position: 10%;
}
.team-top-block .row{
	max-width: 980px;
}
.team-top-block .position-absolute{
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}
.team-img{
	height: 40rem;
}
.team-block h6{
	line-height: 28px;
  	letter-spacing: 0.8px;
}
.swiper-pagination-lock{
	display: none !important;
}
.overons-gallery .position-absolute{
	background: #081116;
  	height: 6rem;
}
.overons-gallery{
	margin-bottom: -6rem;
}
/*=====aanbod-filter=====*/
.filter-sec h6{
	color: #fff;
	font-family: 'LamaSansRegular';
}
.filter-sec h6 span{
	font-family: 'Sequel100Black96';
	color: #F0F0F0;
}
.filter-sec .col-xl-2{
	padding-bottom: 1.4rem;
}
.filter-content{
    display: none;
    background: #081116;
    padding: 10px;
    z-index: 2;
    border-radius: 0;
    margin-top: -3px !important;
    border: 1px solid rgba(255, 255, 255, 0.50);
    border-top: 0;
    border-radius: 0 0 20px 20px;
}
.filter-content.show-div {
    display: block;
}
.filter-sec label{
    color: #fff;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    z-index: 2;
    font-family: 'LamaSansMedium';
  	font-size: 1.6rem;
}
.filter-sec label span{
    float: right;
    color: #fff;
    opacity: .65;
}
.filter-sec .form-check-input{
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 8px;
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: #081116;
    border-radius: 0;
}
.filter-sec .form-check-input:checked {
    background-color: #0064ff;
    border-color: #0064ff;
}
.select-style{
    padding: 0 25px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-family: 'LamaSansMedium';
	font-size: 1.6rem;
	background: url(../images/down-arrow.svg) #081116 no-repeat 92% center/14px;
	appearance: none;
	-webkit-appearance: none;
	text-align: center;
	cursor: default;
	border-radius: 100px;
	border: 1px solid rgba(255, 255, 255, 0.50);
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.select-style.show{
	border-radius: 20px 20px 0 0;
}
.select-style option{
	font-family: arial;
}
/* .filter-sec .col-xl-2.sorteren_op-filter{
	width: 32%;
} */
/* .sorteren_op-filter .select-style{
	background-position: 100%;
  	padding-left: 5px;
  	line-height: normal;
  	height: auto;
  	width: 90% !important;
} */
.sorteren_op-filter .select-style-wrap{
	border: 1px solid rgba(255, 255, 255, 0.50);
  	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  	border-radius: 100px;
  	height: 50px;
  	line-height: 50px;
}
.sorteren_op-filter .select-style-wrap span{
	font-family: 'LamaSansRegular';
	opacity: .5;
  	width: 45%;
  	padding-left: 2rem;
}
.cross-btn{
    width:18px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.auto-overview-tag {
    margin-right: .5rem;
    margin-bottom: 1rem;
    padding: .5rem 1.4rem;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
  	border-radius: 50px;
  	background: #081116;
  	border: 1px solid rgba(255, 255, 255, 0.50);
}
.auto-overview-tag:hover {
    background: #E76C26;
    border-color: #E76C26;
}
.auto-overview-tag, .clear-filter{
    font-size: 1.45rem;
}
.load_img{
    width:120px;
}
.filter-sec h1{
    color: #fff;
}
.total_search_records{
	white-space: nowrap;
}
.detail-car-top::after{
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(7, 17, 22, 0.00) 0%, #071116 96.49%);
	content: "";
	height: 30%;
	width: 100%;
	z-index: 2;
}
.detail-carslider{
	z-index: 5 !important;
}
/*******loader*****/
#loader_section{
	display:none;
	width:100%;
	position: fixed;
	top: 0;
	background: #000000b8;
	z-index: 9999999;
	height: 100vh;
	padding: 30vh 0px;
}
#loader_section p{
	color:#fff;
	font-size:18px;
	text-align: center;
}
#loader_section img{
	width: 100px;
	margin-bottom: 25px;
}
/*********Morgen Footer************/
.morgeninternet-footer {
	background: #000000;
	width: 100%;
	height: 50px;
	display: block;
	text-align: center;
	transition: 0.3s all;
}
.morgeninternet-footer:hover {
	background: #202020;
	transition: 0.3s all;
}
.morgeninternet-footer > img {
	height: 30px;
	padding-top: 15px;
}
.cookie_div{
	position: fixed;
	bottom: 0;
	z-index: 999999;
	width: 100%;
	padding: 0px 0;
}
.cookie_div{
	color:#9c9c9c;
	font-size: 12px;
	/*font-family: 'Calibri';*/
	font-family: 'arial';
}
.cookie_div h4{
	margin-bottom: 15px;
	font-size: 13pt;
	font-family: 'Calibri';
}
.cookie_div a{
	color:#38b6be;
	font-size: 10pt;
	font-weight:bold;
	margin-left:8px;
	font-family: 'Calibri';
}
.cookie_div button{
	color:#3c935c;
	background:#dbffe8;
	font-weight: bold;
	border: 0;
	padding: 10px 25px;
	margin:5px 0;
	cursor: pointer;
	font-size: 12px;
	/*font-family: 'Calibri';*/
	font-family: 'arial';
}
.light_theme{
	background:rgba(255, 255, 255, 0.83);
	-webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6); 
	box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.6);
}
.dark_theme{
	background: rgba(0, 0, 0, 0.78);
	-webkit-box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65); 
	box-shadow: 0px -3px 3px -1px rgba(203,203,203,0.65);
}
.light_theme h4{
	color:#2a2a2a;
}
.dark_theme h4{
	color:#c9c9c9;
}
  /****aanbod dtl****/
.kenteken_np{
	background-image: url(../images/kenteken_plaat/kenteken_plaat.svg);
	background-repeat: no-repeat;
	background-position: left;
	padding: 4px 0 6px 44px;
	color: #000;
	background-size: 152px;
}
.star_icon h5{
	display: inline-block;
	text-transform: uppercase;
}
.star_icon p img{
	width: 15px;
	margin-top: -3px;
	margin-right: 5px;
}
.star_icon p{
	padding-bottom: 6px;
	word-break: break-word;
}
.photo_contnt li img{
	width: 15px;
	margin-left: 5px;
}
.form-1, .form-2 {
  	display:none;
  	margin-top: 4rem;
} 
.error_top {
	margin-top: 15rem;
}
.calsty{
	width:100%;
	height:900px;
}

.widget-btn-area{
	bottom: 2rem;
  	left: 3rem;
  	z-index: 99;
}
.widget-btn{
	border-radius: 10px;
  	background: #f89b3b;
	box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0px 15px 10px 5px rgba(0, 0, 0, 0.07);
  	padding: 1.3rem 2.5rem;
  	font-size: 1.6rem;
  	font-family: 'LamaSansMedium';
  	cursor: pointer;
  	color: #fff;
}	
.widget-btn span:after, .widget-mobile span:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	right: -.5rem;
	content: '';
	width: 1rem;
	height: 1rem;
	background: url(../images/next-white.svg) no-repeat center/ contain;
}
.widget-content{
	background: #1c1c1c;
	padding: 4.5rem;
  	-webkit-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
	box-shadow: -5px 1px 17px 3px rgba(0,0,0,0.2);
  	border-radius: 20px;
  	width: 51rem;
  	display: none;
}
.arw-rotate{
	margin-top: -2.5rem;
  	margin-bottom: 1rem;
  	transform: rotate(-90deg);
	cursor:pointer;
}
.widget-content h4, .widget-content h5{
	text-transform: unset;
	color: #fff;
	letter-spacing: normal;
}
.widget-content h4{
  	font-family: 'LamaSansMedium';
  	font-size: 2.4rem;
}
.widget-content h5{
	font-family: 'LamaSansRegular';
	font-size: 1.6rem;
	margin: 1.5rem 0 5.4rem;
}
.widget-content h5 span{
	text-decoration: underline;
	color: #f89b3b;
}
.widget-content button, .widget-mobile button{
	border-radius: 5px;
	color: #fff;
	border: 2px solid #f89b3b;
  	background: #f89b3b;
	padding: 1.2rem 2rem;
	font-size: 1.6rem;
	font-family: 'LamaSansMedium';
	margin-right: .5rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.widget-content button:hover, .widget-mobile button:hover{
	background: #fff !important;
	border-color: #fff !important;
	color: #f89b3b !important;
}
.monthly_amount{
	cursor:pointer;
} 
.packages-block h2{
	margin-bottom: 8.5rem;
}
.each-package{
	border-radius: 10px;
	background: #DFDFDF;
	max-width: 43rem;
}
.each-package h5{
	font-family: 'Sequel100Black96';
}
.each-package h3{
	color: #E76C26;
	margin: 5.7rem 0 3.7rem;
}
.each-package h6{
	font-size: 1.6rem;
	height: 3.5rem;
}
.each-package ul{
	padding: 3.5rem 0 4.5rem 2.5rem;
	list-style-image: url(../images/tick2.svg);
}
.each-package li{
	color: #5B5B5B;
	line-height: 269%;
	text-transform: uppercase; 
	font-family: 'LamaSansMedium';
	padding-left: 1.2rem;
}
.premium .each-package{
	background: #222;
}
.premium .each-package h5, .premium .each-package h6, .premium .each-package li{
	color: #fff;
}
.premium .each-package li{
	opacity: .78;
}
.premium ul{
	padding-bottom: 10rem;
}
.chosen{
	width: 70%;
	font-family: 'Sequel100Black96';
  	font-size: 1.8rem;
  	height: 5.2rem;
  	line-height: 4.6rem;
  	border-top-left-radius: 10px;
  	border-top-right-radius: 10px;
  	top: -5.2rem;
  	background: #E76C26;
}
.default-btn.inruilen-btn{
	background-color: #25D366 !important;
 	border-color: #25D366 !important;
  	color: #fff;
}
.inruilen-btn img{
	width: 18px;
  	margin-right: 6px;
}