img {
	max-width: 100%;
}


.validationRed {
	margin-right: 5px;
	margin-top: 5px !important;
}

.alignCenter {
	text-align: center;
}

.indexLogo {
	margin: 16px auto 20px;
}

.sticky {
	position: fixed;
	width: 100%;
	z-index: 1;
}

.ui-icon.gray {
	background-image: url(/mobile/images/ui-icons_222222_256x240.png);
}

.info-btn {
	background-color: white !important;
}

.summary_container_description H4 {
	margin-top: 5px;
	color: #327626;
	font-size: 15px;
	margin-bottom: 5px;
	text-decoration: underline;
}

.summary_container_description span {
	text-align: right;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 117%;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 7px;
	position: relative;
	
}

.btn-white {
	background: #fff;
	border: 1px solid #ABC74E;
	box-shadow: 0 0 2px #999;
	color: #000;
	font-weight: bold;
}

.btn-green {
	background: #ABC74E;
	border: 1px solid #647823;
	color: #fff;
}

.btn-green:hover {
	color: #fff;
}

.btn-green.pressed {
	background: #8BA537;
	color: #fff;
	border: 1px solid #647823;
	height: auto;
}

.btn.arrow-left {
	padding-left: 30px;
}

.btn.arrow-left:after {
	background: url(/mobile/images/arrow-left.png) no-repeat right 0px;
	content: '';
	width: 34%;
	height: 16px;
	position: absolute;
	left: 0;
	top: 11px;
	background-size: contain;
}

.ui-autocomplete-panel .ui-autocomplete-list-item {
	padding: 2px 6% 3px 5px;
	text-align: right;
	background: url(/mobile/images/arrow_gray_left.png) no-repeat 98% 8px;
	background-size: 6px;
}

li.ui-autocomplete-item.ui-autocomplete-list-item.ui-corner-all.ui-state-highlight
	{
	background: url(/mobile/images/arrow_white_left.png) no-repeat 98% 8px
		#ABC74E;
	background-size: 6px;
	color: #fff;
	border: 0px;
	text-shadow: none;
	text-align: right;
}

@font-face {
	font-family: "segoeui";
	src: url(/mobile/fonts/segoeui_0.eot), url(/mobile/fonts/segoeui_0.woff),
		url(/mobile/fonts/segoeui_0.ttf) format('truetype'),
		url(/mobile/fonts/segoeui_0.svg) format('svg');
	font-weight: 100;
}

@font-face {
	font-family: Gisha;
	src: url(/mobile/fonts/Gisha.eot), url(/mobile/fonts/Gisha.woff),
		url(/mobile/fonts/Gisha.ttf) format('truetype'),
		url(/mobile/fonts/Gisha.svg) format('svg');
	font-weight: 100;
}

a,a:visited {
	text-decoration: none;
}

* {
	font-family: segoeui;
}

body {
	direction: rtl;
	background-color: #ffffff;
	margin: 0;
	padding: 80px 0 0 0px;
	position: relative;
}

.wraper {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
}

a {
	cursor: pointer;
}

.bold {
	font-weight: bold;
}

#header {
	z-index: 10;
	margin-top: 0;
	position: fixed;
	width: 100%;
	top: 0;
}

.ui-dialog-titlebar-close {
	width: 35px;
	height: 36px;
	float: left;
	margin: 0;
	padding: 9px;
	display: block;
	background: #3c3c3c;
	position: absolute;
	top: -1px;
	left: -1px;
	border-radius: 8px 0 29px 0;
	right: auto;
}

.ui-dialog .ui-dialog-title {
	width: 100%;
	text-align: center;
}

.ui-dialog .ui-dialog-titlebar-close {
	display: none;
	/*		 width: 35px;
    height: 36px;
    float: left;
    margin: 0;
    padding: 9px;
    display: block;
    background: #3c3c3c;
    position: absolute;
    top: -3px;
    left: -3px;
    border-radius: 8px 0 29px 0;
    right: auto;*/
}

.iconPhone {
	position: absolute;
}

.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
	background: transparent;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin: .7em 0 .2em 0;
	font-size: 150%;
}

.modalLoader {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.8);
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
	overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modalLoader {
	display: block;
}

.navbg {
	background: url(/mobile/images/header-bg.png) no-repeat center;
	height: 80px;
	width: 100%;
	margin: 0 auto;
	background-size: cover;
}

.navbg:after {
	content: '';
	display: block;
	width: 180px;
	height: 68px;
	background: url(/mobile/images/logo.png) no-repeat;
	margin: 0 auto;
	background-size: contain;
	position: relative;
	top: 5px;
}

.navbgwhitelabel {
	background: url(/mobile/images/header-bg.png) no-repeat center;
	height: 100px;
	margin: 0 auto;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 20px;
	flex-direction: row-reverse;
	position: relative;
	box-shadow: 0 0 6px #555;
	-webkit-box-shadow: 0 0 6px #555;
}

.navbgwhitelabel.text-center {
    align-items: center;
    justify-content: center;
}

.navbgwhitelabel.text-center img {
    max-width: 60%;
}

.logo {
	display: flex;
	align-items: center;
	flex-basis: auto;
	max-width: 50%;
}

.logo img {
	max-height: 68px;
	max-width: 80%;
}

.headerLogos {
	display: flex;
	align-items: center;
	flex-basis: auto;
	width: 100%;
}

.callUs {
	height: 78%;
	padding: 2% 2% 2% 3%;
	align-items: center;
	margin-left: -20px;
	float: left;
	margin-right: auto;
}

.callUs img {
	max-height: 58px;
}

.callUsSlide {
    background: url(/mobile/images/iconPhoneWhite.png) no-repeat #447a1c;
    padding: 0 15% 0 0;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 0px 1px 4px #e5e5e5;
    margin: 10px 0;
    text-decoration: none !important;
    height: 50px;
    background-size: 34px;
    vertical-align: middle;
    line-height: 25px;
    background-position-x: 95%;
    background-position-y: center;
    position: fixed;
    bottom: 10%;
    z-index: 100;
    box-shadow: 0 0 6px 1px #888;
    border: 2px solid #ccc;
    left: -127px;transition: all 450ms ease; cursor: pointer;
}
.callUsSlide.open {left: -5px;}
.callUsSlide .callUsBtn {
	overflow: hidden;
	color: #fff;
	padding: 11px 0 11px 10px;
	display: block;
	width: 100%;
	text-decoration: none;
}

a.callUsSlide:visited,a.callUsSlide:hover,a.callUsSlide:focus {
	color: #fff;
}

.customerLogo {
	margin: auto;
}

/* .navbgwhitelabel:after {
  content: '';
  display: block;
  width: 180px;
  height: 68px;
  background: url(/mobile/images/logoKol.png) no-repeat;
  margin: 0 auto;
  background-size: contain;
  position: relative;
  top: 5px;
} */
.underBar {
	
}

.home_head img {
	width: 100%;
}

.back_arrow {
	margin-top: 19px;
	margin-right: 10px;
	float: right;
}

.back_arrow img {
	height: 18px;
}

.hamburger {
	float: left;
	margin-top: 46px;
	margin-left: 23px;
	display: none;
}

.bar_under {
	width: 100%;
	background: url("/mobile/images/special-offer-bg-new.png") repeat-x
		rgba(255, 255, 255, 0.6);
	height: 6px;
}

#empty-bar {
	height: 15px;
}

.bar_under span {
	height: 35px;
	font-size: 13px;
	text-align: center;
	padding-top: 9px;
	display: block;
}

.bar_under img {
	height: 21px;
	margin-top: -4px;
	position: relative;
	top: 3px;
}

.bar_under_home {
	height: 87px;
	width: 100%;
	background: url("/mobile/images/bar_under_home_head.png");
	padding-top: 18px;
	font-size: 28px;
	text-align: center;
}

.bar_under_home span {
	margin-left: 15px;
}

.main {
	margin: 0 auto;
	width: 640px;
	height: 499px;
	background: url("/mobile/images/main_mobile.png");
}

.main .main_getoffer {
	width: 337px;
	height: 79px;
	margin: 0 auto;
}

.main .main_getoffer button {
	width: 337px;
	height: 79px;
	margin-top: 175px;
	border-radius: 14px;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border: 1px solid #052450;
	background-color: #ffffff;
}

.main .main_getoffer .button_text {
	font-size: 44px;
	color: #052450;
	float: right;
	margin-right: 15px;
}

.main .main_getoffer .button_pic {
	float: right;
	margin-top: 12px;
	margin-right: 12px;
}

.home_description {
	height: 346px;
	width: 640px;
	margin: 0 auto;
}

.home_description .home_container {
	width: 600px;
	margin: 0 auto;
	font-size: 20px;
}

.home_description .home_container .content h1 {
	color: #00204c;
}

.home_description .home_container .content li {
	color: #0f0f0f;
	font-size: 25px;
}

.logos {
	width: 600px;
	height: 331px;
	margin: 0 auto;
	background: url("/mobile/images/logos_mobile.png");
}

.whichinsurance_headline {
	color: #4C4C4C;
	width: 100%;
	font-size: 22px;
	text-align: center;
	margin: 30px 0 25px;
}

.whichinsurance .whichlineone {
	width: 566px;
	height: 227px;
	margin: 0 auto;
	margin-top: 48px;
}

.whichlineone .carinsurance {
	float: right;
	text-align: center;
}

.whichlineone .carinsurance a {
	color: #000000;
	text-decoration: none;
}

.whichlineone .carinsurance a:hover {
	font-weight: bold;
}

.whichlineone .tzadg {
	float: left;
	text-align: center;
}

.whichlineone .tzadg a {
	color: #000000;
	text-decoration: none;
}

.whichlineone .tzadg a:hover {
	font-weight: bold;
}

.whichinsurance .whichlinetwo {
	width: 566px;
	height: 227px;
	margin: 0 auto;
	margin-top: 51px;
}

.whichlinetwo .apartmentinsurance {
	float: right;
	text-align: center;
}

.whichlinetwo .apartmentinsurance a {
	color: #000000;
	text-decoration: none;
}

.whichlinetwo .apartmentinsurance a:hover {
	font-weight: bold;
}

.whichlinetwo .mortgageinsurance {
	float: left;
	text-align: center;
}

.whichlinetwo .mortgageinsurance a {
	color: #000000;
	text-decoration: none;
}

.whichlinetwo .mortgageinsurance a:hover {
	font-weight: bold;
}

.center {
	width: 640px;
	height: 714px;
	margin: 0 auto;
}

.center .goback {
	margin-top: 17px;
	color: #203459;
	font-size: 37px;
	width: 110px;
}

.center .goback img {
	float: right;
	margin-top: 12px;
	margin-right: 2px;
}

.center .codecompany {
	width: 478px;
	height: 218px;
	padding-top: 189px;
	margin: 0 auto;
}

.center .codecompany .headline {
	color: #000000;
	font-size: 30px;
	text-align: center;
}

.center .codecompany .codecompany_des {
	width: 350px;
	height: 42px;
	color: #000000;
	font-size: 18px;
	margin-right: 60px;
	margin-top: 17px;
	text-align: center;
}

.center .codecompany .input {
	margin-top: 33px;
	margin-left: 1000px;
	width: 477px;
	height: 67px;
}

.center .codecompany .input form {
	width: 477px;
	height: 67px;
	margin-left: 250px;
}

.center .codecompany input {
	width: 478px;
	height: 67px;
	margin: 0 auto;
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	font-size: 20px;
	padding: 4px 7px;
	outline: 0;
	-webkit-appearance: none;
}

.center .codecompany .continue {
	text-align: center;
	color: #00204c;
	font-size: 18px;
	margin: 0 auto;
	margin-top: 30px;
	height: 40px;
	width: 488px;
}

.center .codecompany .continue a {
	text-decoration: none;
	color: #00204c;
	padding-top: 10px;
	padding-right: 200px;
	font-size: 24px;
	float: right;
}

.center .codecompany .continue img {
	float: left;
}

.summary {
	width: 100%;
}

.summary .summary_container_like {
	text-align: center;
	margin-top: 36px;
}

.summary .summary_container_thx {
	margin-top: 25px;
	text-align: center;
	font-size: 16px;
	color: #3b3b3b;
	font-weight: bold;
}

.summary .summary_container_description {
	margin: 0 auto;
	text-align: center;
	max-width: 540px;
	font-size: 14px;
	color: #3b3b3b;
}

.about {
	width: 100%;
	background: url(/mobile/images/bottom_line.png) repeat-x bottom;
	padding-bottom: 10px;
}

.about label {
	font-size: 19px;
	margin: 10px 23px 0 23px;
}

.about_wraper {
	width: 100%;
}

.about .about_head {
	width: 600px;
	height: 51px;
	margin-top: 35px;
}

.about .about_head .about_head_img {
	float: right;
}

.about .about_head .about_head_headline {
	font-size: 34px;
	margin-right: 70px;
}

.about_content {
	width: 100%;
	font-size: 16px;
	padding: 20px 23px 0 23px;
}

.whichinsurance_pick {
    width: 100%;
    /* margin-bottom: 15px; */
    margin-top: 15px;
    text-align: center;
}

.whichinsurance_details_pick{
	  width: 100%;
    /* margin-bottom: 15px; */
    margin-top: 15px;
    text-align: center;
}

.whichinsurance_pick img {
	height: 80px;
}

.whichinsurance_pick .ins1_btn {
	
}

.whichinsurance_pick .ins2_btn {
	margin-right: 10px;
}


.whichinsurance_details_pick img {
	height: 80px;
}

.whichinsurance_details_pick .ins1_btn {
		margin-right: 5px !important;
}

.whichinsurance_details_pick .ins2_btn {
	margin-right: 0px !important;
}

.about .about_button1 {
	margin: 0 auto;
	margin-top: 42px;
	width: 438px;
	height: 68px;
}

.about .about_button1 button {
	-webkit-border-radius: 7px;
	width: 438px;
	height: 68px;
	border: 1px solid #f99f23;
	color: #ffffff;
	text-align: center;
	font-size: 26px;
	background-color: #f99f23;
	text-decoration: none;
	padding: 8px 18px;
}

.about .about_button2 {
	width: 277px;
	height: 67px;
	margin: 0 auto;
	margin-top: 45px;
}

.about .about_button2 button {
	width: 277px;
	height: 67px;
	font-size: 26px;
	-webkit-border-radius: 7px;
	border: 1px solid #29781a;
	color: #29781a;
	text-align: center;
	background-color: #ffffff;
	text-decoration: none;
	padding: 8px 18px;
}

.general_details {
	width: 100%;
}

.insurance_general_details {
	width: 50%;
    float: left;
    margin-top: -34px;
}

.general_details_container {
	margin: 0 auto;
}

.general_details_headline {
	width: 100%;
	font-size: 30px;
	padding-bottom: 20px;
}

.details_head {
	width: 100%;
	height: 40px;
	margin-right: 23px;
}

.general_details_head {
	border-bottom: 2px solid #e9e9e9;
	margin-top: 15px;
}

.general_details_head img {
	float: right;
	margin-right: 10px;
	height: 27px;
}

.general_details_head p {
	line-height: 0.8;
	font-weight: bold;
	font-size: 10px;
}

.general_details_head span {
	font-size: 15px;
}

.general_details .general_details_panel {
	width: 100%;
}

.general_details .general_details_panel .panel-group .mobile_panel.first
	{
	margin-top: 0;
}

.general_details .general_details_panel .panel-group .mobile_panel {
	border: 0px;
	/* margin-top: 15px; */
}

.general_details .accordion_title_arrow {
	width: 30px;
	float: left;
}

.general_details .accordion_title {
	height: 43px;
	width: 100%;
	color: #3c3c3c;
	padding: 0px;
	background: url("/mobile/images/collapse_bg.png") no-repeat right;
	position: relative;
}

#getOffer .ui-button-text.ui-c {
	display: inline-block;
}

.general_details .general_details_panel .panel .panel-default .mobile_panel
	{
	height: 58px;
	margin-top: 50px;
}

.panel-title {
	padding-right: 23px;
	width: 100%;
	float: right;
	margin-top: 12px;
	font-weight: bold;
	color: #3c3c3c;
	font-size: 18px;
}

.panel-title a {
	text-decoration: none;
}

.accordion_title_arrow img {
	width: 14px;
	top: 5px;
	position: relative;
}

.accordion_title .accordion_title_arrow a[aria-expanded="true"] img,.additional_details_panel .accordion_title.open img
	{
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
}

.results_container_footer_site a {
	text-decoration: none;
}

.birthdate {
	border-radius: 12px;
	border: 1px solid #3c3c3c;
	padding: 1px;
}

.validate {
	border-radius: 12px;
	border: 1px solid #3c3c3c;
	width: 100%;
	max-width: 400px;
}

.select_bold {
	font-weight: bold !important;
	font-size: 30px !important;
}

#onedriverselect {
	display: none;
}

#twodriverselect {
	display: none;
}

.general_details .general_details_panel .panel .panel-default .mobile_panel .accordion_title h4
	{
	font-size: 22px !important;
}

.new_footer {
	margin: 0 auto;
	width: 100%;
	/*min-height: 72px;*/
	border-top: 2px solid #e5e5e5;
	border-bottom: 7px solid #abc74e;
	padding-top: 5px;
	padding-bottom: 5px;
}

.new_footer a {
	color: #000000;
	text-decoration: none;
}

.f_bottom {
	max-width: 720px;
	/*position: fixed;*/
	
	bottom: 0;
}


.footer_button {
	background: url("/mobile/images/bottom_bg.png") repeat-x right top;
	width: 20%;
	min-height: 73px;
	float: right;
	border-left: 2px solid #e5e5e5;
}

.footer_button_content img {
	height: 32px;
	margin-bottom: 4px;
}

.footer_button_content {
	margin-top: 6px;
	font-size: 10px;
	text-align: center;
}

.footer_without_border {
	border-left: 0px;
}

.general_details .general_details_panel .panel .panel-default .mobile_panel .panel-group .panel .panel-collapse .panel-body .panel-body-title
	{
	padding-top: 6px;
	padding-right: 7px;
	font-size: 20px;
}
/*.footer_button_content label {    
    height: 26px;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}*/
.panel-group {
	margin-bottom: 5px !important;
}

.panel {
	margin-bottom: 5px !important;
}

.form-control {
	border: 1px solid #3c3c3c;
	height: 43px;
	font-size: 25px;
	border-radius: 8px;
	font-weight: 100;
}

.panel-body_criminal_past {
	border-bottom: 2px solid #f2f2f2;
	padding-bottom: 20px;
}

.criminal_past_headline {
	width: 100%;
	height: 44px;
}

.criminal_past_headline img {
	height: 28px;
}

.panel-body_criminal_past label {
	margin-right: 8px;
	font-weight: bold;
	font-size: 16px;
	/* color: #555; */
	padding-top: 4px;
}

.criminal_past_buttons {
	width: 100%;
}

.use_car_headline {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.use_car_headline img {
	height: 28px;
}

.panel-body_revocation_license {
	margin-top: 5px;
}

.revocation_license_headline {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.revocation_license_headline img {
	height: 28px;
}

.revocation_license_headline label {
	margin-right: 8px;
	font-weight: bold !important;
	font-size: 16px;
	/*  color: #555; */
	padding-top: 4px;
}

.revocation_license_buttons {
	width: 100%;
	min-height: 50px;
	margin-top: 5px;
}

.revocation_license_buttons .revocation_license_buttons_space {
	margin-right: 11px;
}

.panel-body-send {
	width: 573px;
	margin-top: 77px;
	height: 67px;
}

.revocation_license_selects {
	width: 100%;
	float: right;
}

.panel-body-send input {
	border-radius: 12px;
	border: 2px solid #abc74e;
	background-color: #ffffff;
	height: 120px;
	font-size: 30px;
	margin-right: 23px;
	color: #3c3c3c;
}

.panel-body {
	padding: 0px 15px;
	margin-top: 18px;
}

.panel-body_personal_details input {
	border-radius: 12px;
	background-color: #ffffff;
	border: 1px solid #3c3c3c;
	height: 43px;
	font-size: 22px;
	color: #979797;
	margin-top: 15px;
	font-weight: normal !important;
	font
}

.panel-body_personal_details .phone_number input {
	float: right;
}

.dropdownCustom.phoneArea {
	width: 30%;
}

#approveConditions {
	float: right;
	width: 63px;
	height: 70px;
	margin-left: 9px;
	margin-right: 23px;
}

#approveConditionsText {
	font-size: 16px;
	width: 100% !important;
	line-height: 1;
	padding-right: 35px !important;
	margin-top: 15px;
	padding-left: 5px;
}

button {
	outline: none;
}

#getOffer {
	
}

#getOffer2 {
	margin: 0 auto;
	font-weight: bold;
	margin-right: 214px;
	width: 247px;
	height: 63px;
	background: #ffffff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	color: #3c3c3c;
	font-size: 24px;
	padding: 10px 20px 10px 20px;
	border: solid #abc74e 3px;
	text-decoration: none;
}

#getOffer3 {
	font-weight: bold;
	width: 236px;
	height: 69px;
	margin-right: 23px;
	background: #ffffff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	color: #3c3c3c;
	font-size: 24px;
	padding: 10px 20px 10px 20px;
	border: solid #abc74e 3px;
	text-decoration: none;
}

#first_row {
	margin-top: 29px;
}

.get_offer1 img {
	margin-right: 10px;
}

.get_offer3 {
	margin-right: 0px !important;
}

.mekifand {
	padding: 26px 18px 30px 0;
	background: url("/mobile/images/bottom_line.png") repeat-x bottom;
}

.mekifand img {
	float: right;
}

.mekifand p {
	line-height: 0.8;
	font-weight: bold;
	font-size: 28px;
}

.mekifand span {
	font-size: 34px;
}

.panel-body_car_details_second_car {
	margin-top: -15px !important;
	clear: both;
}

.panel-body_car_details_second_car_headline {
	width: 100%;
	margin-top: 17px;
	color: #3c3c3c;
	font-size: 16px;
}

.panel-body_car_details_second_car_headline label {
	padding-right: 5px;
	width: 50%;
	float: right;
	margin-top: 3px;
	line-height: 22px;
	font-size: 16px;
}

.panel-body_car_details_second_car_headline img {
	height: 28px;
	float: right;
}

.panel-body_drivers_main {
	margin-top: 5px !important;
	font-weight: bold;
}

.panel-body_drivers_main_headline label {
	font-size: 23px;
}

.panel-body_drivers_main label {
	font-size: 16px;
	margin-bottom: 0;
}

.panel-body_drivers_main .youngDriver label,.panel-body_drivers_main .secondDriver label
	{
	margin-top: 25px;
}

.panel-body_drivers_main_gender_buttons {
	width: 345px;
	float: left;
}

.panel-body_drivers_main_gender_buttons button {
	width: 157px;
	height: 67px;
}

.panel-body_drivers_main_gender_space {
	margin-right: 27px;
}

.panel {
	box-shadow: none;
	margin-bottom: 15px;
}

.panel-body_drivers_second {
	margin-top: 70px;
}

.panel-body_drivers_second label {
	font-size: 23px;
	margin-bottom: 35px;
}

.panel-body_drivers_second_gender_buttons {
	width: 345px;
	float: left;
}

.panel-body_drivers_second_gender_buttons button {
	width: 157px;
	height: 67px;
}

.panel-body_drivers_second_gender_space {
	margin-right: 27px;
}

.whichAge {
	margin-right: 23px;
	margin-top: 25px;
}

.whichAge label {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}

.panel-body_insurance_past {
	margin-right: 23px;
}

.panel-body_insurance_past label {
	font-weight: bold;
	font-size: 16px;
}

.panel-body_insurance_past_buttons_one_space {
	padding-right: 3px;
}

.space27 {
	margin-right: 27px;
}

#list_insurance {
	display: none;
}

#list_property {
	display: none;
}

.threeyears_wraper {
	width: 100%;
	margin-top: 25px;
	border-top: 2px solid #f2f2f2;
}

.panel-body_insurance_past_threeyears {
	width: 100%;
	padding: 15px 30px 0px;
	height: 70px;
}

.panel-body_insurance_past_threeyears_kind_headline .label_30 {
	padding: 10px 0 20px;
}

.panel-body_insurance_past_threeyears img {
	max-width: 45px;
	float: right;
	width: 10%;
	margin-top: 0;
}

.panel-body_insurance_past_threeyears_headline {
	width: 45%;
	float: right;
	padding-right: 16px;
}

.panel-body_insurance_past_threeyears_headline label {
	font-weight: bold;
	font-size: 16px;
	padding-top: 5px;
}

.panel-body_insurance_past_threeyears__buttons {
	width: 45%;
	float: right;
}

.panel-body_insurance_past_threeyears__buttonYes {
	margin-left: 10px;
}

.panel-body_insurance_past_threeyears__space {
	margin-right: 10px;
}

.panel-body_insurance_past_threeyears_lawsuits {
	margin-bottom: 15px;
	border-top: 2px solid #f2f2f2;
	float: none;
	clear: both;
}

.panel-body_insurance_past_threeyears_lawsuits .label_30 {
	width: 100%;
	float: none;
	padding-right: 0;
}

.lawsuits_content {
	margin-top: 15px;
	margin-right: 23px;
	font-size: 16px;
}

.panel-body_insurance_past_threeyears_kind {
	padding-bottom: 25px;
}

.panel-body_insurance_past_threeyears_kind_headline {
	
}

#collapsefive .btnContinue {
	margin-right: 23px;
	padding: 0 10px;
}

.panel-body_insurance_past_threeyears_kind_row {
	width: 100%;
	margin-top: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.panel-body_insurance_past_threeyears_kind_headline label {
	width: 100%;
	float: right;
}

.panel-body_insurance_past_threeyears_kind_row label {
	margin-top: 5px;
	float: right;
	font-weight: normal;
}

.panel-body_insurance_past_threeyears_kind_buttons {
	width: 65%;
}

.label_30 {
	font-weight: bold;
	font-size: 16px;
	width: 34%;
	float: right;
	padding-right: 17px;
}

.space17 {
	margin-right: 17px;
}

.panel-body_insurance_past_threeyears_kind_buttons_space {
	margin-right: 8px;
}

.additional_details_headline {
	margin-top: 35px;
	font-size: 26px;
}

.additional_details_selected {
	width: 100%;
	height: auto;
	background: url("/mobile/images/detailsBg.gif") repeat-x left #ffffff;
	margin: 0 auto;
	border: 3px solid #ABC44F;
	border-radius: 2px;
	background-size: contain;
}

.additional_details_selected_img {
	margin: 0 15px 2px 0;
}

.additional_details_selected_img img {
	margin-top: 9px;
	max-width: 100%;
}

.additional_details_right {
	float: right;
	width: 55%;
	height: auto;
	box-shadow: -2px 0px 5px #999;
}

.additional_details_right table p {
	margin: 0 0 5px 0;
}

.additional_details_selected_content {
	line-height: 1.1;
	margin-right: 20px;
	font-size: 16px;
	float: right;
}

.additional_details_selected_prices {
	padding-right: 25px;
	height: 88px;
	width: 45%;
	float: left;
}

.additional_details_selected_prices_table4first_headline {
	height: 73px;
	text-align: center;
	color: #3c3c3c;
	font-size: 60px;
	font-weight: bold;
}

.additional_details_selected_prices_table4first_content {
	text-align: right;
	margin-right: 53px;
	font-size: 25px;
	color: #3c3c3c;
}

.additional_details_panel {
	margin-top: 15px;
}

.panel-default {
	border-color: #ffffff;
}

.additional_details_panel .panel .panel-default .mobile_panel .accordion_title h4
	{
	font-size: 22px !important;
}

.additional_details_panel .panel .panel-default .mobile_panel .panel-group .panel .panel-collapse .panel-body .panel-body-title
	{
	padding-top: 6px;
	padding-right: 7px;
	font-size: 20px;
}

.additional_details_panel .accordion_title_arrow {
	width: 30px;
	float: left;
}

.paySameCard {
	width: 100%;
	border-top: 2px solid #f2f2f2;
	border-bottom: 2px solid #f2f2f2;
	margin-top: 15px;
	padding-bottom: 25px;
}

.panel-body_personal_details_birthdate_selects select {
	border: 0px;
	width: 181px;
	height: 87px;
	float: right;
	margin-right: 5px;
	color: #000000;
}

.additional_panel {
	margin-top: 5px !important;
}

.birthSlesh {
	font-size: 54px;
	float: right;
	margin-top: 8px;
}

.panel-body_personal_details_birthdate span {
	font-size: 16px;
}

.birthdate_select {
	width: 27%;
	border: 0px;
	margin-right: 1%;
	float: right;
	margin-bottom: 0px;
}

.validate_select {
	width: 40%;
	border: 0px;
	margin-right: 1%;
	float: right;
	margin-bottom: 0px;
}

.panel-body_personal_details_birthdate label {
	font-size: 16px;
	font-weight: bold;
	margin: 0 7px 15px 0;
}

.phone_number {
	padding-bottom: 55px !important;
}

.panel-body_personal_details_phone_number {
	height: 64px;
}

.panel-body_personal_details_phone_number input {
	width: 430px;
	float: right;
}

.panel-body_personal_details_phone_number select {
	border-radius: 12px;
	width: 130px;
	height: 64px;
	float: right;
	margin-right: 8px;
}

#panel-body_personal_details_birthdate_select_second {
	margin-right: 13px;
}

#panel-body_personal_details_birthdate_select_third {
	margin-right: 13px;
}

.panel-body_personal_details {
	margin-top: -15px;
}

.panel-body_personal_details_address {
	width: 100%;
	display: flex;
}

.panel-body_personal_details_address input { /*float: right;
  width: 31%;*/
	height: 43px;
}

.panel-body_personal_details_address .marg_left {
	margin-left: 3.5%;
	width: 97%;
}

.panel-body_maindriver {
	padding-right: 15px;
	padding-left: 15px;
}

.panel-body_maindriver label {
	font-size: 16px;
	padding-top: 18px;
}

.panel-body_youngdriver_details {
	margin: 15px 0 0 0.panel-body_additional_car_details label;
}

.panel-body_maindriver_fillfrom {
	width: 100%;
	border-bottom: 2px solid #f2f2f2;
}

#panel_body_no_padding {
	
}

.panel-body_maindriver_fillfrom_check {
	width: 100%;
	font-size: 28px;
	font-weight: 600;
	margin-top: 13px;
	padding-bottom: 12px;
	line-height: 28px;
}

.panel-body_youngdriver_details label {
	padding-top: 15px;
}

#panel-body_maindriver_fillfrom_first {
	float: right;
}

.body_maindriver_fillfrom_first_text {
	font-size: 16px;
	float: right;
	width: 70%;
	margin-right: 20px;
	font-weight: 400;
}

#panel-body_maindriver_fillfrom_second {
	
}

.panel-body_maindriver_fillfrom select {
	width: 600px;
	height: 61px;
	font-size: 24px;
}

#panel-body_personal_details_maindriver_second {
	margin-right: 15px;
}

#panel-body_personal_details_maindriver_third {
	margin-right: 15px;
}

.body_maindriver_fillfromother {
	margin-top: 32px;
}

#no_weight1 {
	font-weight: 100;
}

#no_weight2 {
	font-weight: 100;
}

#panel-body_personal_details_birthdate2 {
	margin-top: 0px;
}

.panel-body_additional_car_details label {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

.panel-body_additional_car_details img {
	margin: 2px 13px 0;
	float: right;
	height: 28px;
}

.panel-body_additional_car_details_check {
	width: 100%;
	border-radius: 12px;
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px;
}

.panel-body_additional_car_details_check input {
	float: right;
	width: 50px;
	height: 50px;
}

.panel-body_additional_car_details_check .checkboxCustom {
	float: right;
}

.panel-body_additional_car_details_check_text {
	margin-right: 21px;
	padding: 6px 0;
	font-weight: bold;
	font-size: 16px;
}

.body_additional_car_details_check_second_text {
	font-weight: bold;
	font-size: 16px;
	width: 100%;
	padding: 6px 0;
	margin-right: 42px;
}

.panel-body_additional_car_details_check_secondContainer {
	margin-top: 25px;
}

#panel-body_additional_car_details_check_second {
	
}

.panel-body_payment_details label {
	font-size: 16px;
	font-weight: bold;
}

.panel-body_payment_details_card_ex label {
	margin-bottom: 40px;
}

.paySameCard label {
	margin-top: 20px;
}

.paySameCard input {
	width: 50px !important;
}

.info_button_ccv {
	margin-right: 13px;
	margin-top: 22px;
	height: 28px;
}

.panel-body_payment_details_check {
	width: 100%;
	font-size: 16px;
	font-weight: 600;
}

.panel-body_payment_details_check input {
	height: 50px;
	width: 50px;
	float: right;
}

.panel-body_payment_details_check .checkboxCustom {
	float: right;
}

.panel-body_payment_details_check_text {
	font-weight: 100;
	margin: 20px 40px 0 0;
}

.panel-body_payment_details .form-control {
	margin-top: 15px;
}

.panel-body_payment_details_card_ex select {
	width: 180px;
	height: 87px;
	float: right;
}

#panel-body_payment_details_card_ex_second {
	margin-right: 13px;
}

#panel-body_payment_details_card_ex_third {
	margin-right: 13px;
}

.body_payment_details_card_ccv {
	width: 100%;
	max-width: 400px;
}

.body_payment_details_card_ccv input {
	width: 45%;
	max-width: 300px;
	float: right;
}

.body_payment_details_card_ccv .dropdownCustom {
	width: 45%;
}

.panel-body-send_additional input {
	height: 65px;
	-webkit-border-radius: 7px;
	border: 1px solid #f99f23;
	color: #ffffff;
	text-align: center;
	font-size: 26px;
	background-color: #f99f23;
	text-decoration: none;
	padding: 8px 18px;
}

.results_container {
	width: 100%;
}

#label_headline {
	margin: 0px 0px 0px 280px;
}

.results_number {
	border-bottom: 2px solid #efefef;
	width: 100%;
	line-height: 1.2;
	margin-top: 12px;
	padding-bottom: 13px;
}

.general_details .results_number {
	background: url('/mobile/images/txtGrayBg.png') repeat-x #fff;
	background-size: contain;
	padding: 23px 10px;
	margin-top: 0px;
}

.results_number label {
	font-size: 14px;
	font-weight: 100;
	margin-right: 23px;
}

.results_number_label {
	font-weight: bold !important;
	font-size: 18px !important;
}

.results_number_for {
	height: 98px;
	width: 361px;
	float: right;
}

.results_number_for_text {
	font-size: 21px;
	padding-top: 29px;
	padding-right: 13px;
}

.results_number_matches {
	width: 220px;
	height: 98px;
	background: url("/mobile/images/bg_compare.png") repeat-x right top;
	float: left;
}

.results_number_matches_text_number {
	font-size: 40px;
}

.results_number_matches_text {
	margin-top: 13px;
	margin-right: 32px;
	height: 74px;
	width: 169px;
	color: #29781a;
	font-size: 19px;
}

.results_container_one {
	width: 100%;
	border: 0;
	background: url("/mobile/images/result_compare_bg_gray.png") repeat-x
		right top;
	background-size: contain;
	position: relative;
}

.results_container_one .leftBg {
	position: absolute;
	left: 0;
	width: 7%;
	top: 0;
	height: 100%;
	background: url("/mobile/images/most_attractive.png") no-repeat 0 0;
	background-size: contain;
}

#startResoults+.results_container_one {
	background: url("/mobile/images/result_compare_bg_orange.png") repeat-x
		right top;
}

#startResoults+.results_container_one:after {
	
}

.results_container_short {
	height: 134px;
	width: 100%;
}

.results_container_one_text { /*min-height: 121px;*/
	width: 40%;
	max-width: 290px;
	/*background: url("/mobile/images/result_compare_bg.png") repeat-x right top;*/
	float: right;
	padding: 17px 4% 0 0;
}

.results_container_one_text img {
	margin-top: 5px;
}

.results_container_one_text_headline {
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	margin-right: 0;
	margin-top: 10px;
}

.results_container_one_text_headline2 {
	font-size: 30px;
	font-weight: bold;
	margin-right: 0;
	line-height: 40px;
}

.results_container_one_text_content {
	margin: 6px 0 2px;
	font-size: 15px;
	line-height: 18px;
}

.results_container_one_button {
	margin-right: 13px;
}

.results_container_one_button input {
	width: 203px;
	height: 51px;
	-webkit-border-radius: 7px;
	border: 1px solid #f99f23;
	color: #ffffff;
	text-align: center;
	font-size: 26px;
	background-color: #f99f23;
	text-decoration: none;
	padding: 8px 18px;
}

.results_container_one_migon {
	width: 48%;
	max-width: 385px;
	float: right;
	padding: 30px 0 0 0;
}

.results_container_one_migon .btn {
	min-width: 185px;
	margin-bottom: 17px;
	width: 80%;
}

.results_container_one_migon img {
	float: left;
}

.results_container_one_migon_text {
	margin-top: 15px;
	font-size: 13px;
	margin-right: 0;
	text-align: right;
	min-height: 68px;
	line-height: 18px;
	margin-bottom: 5px;
}

.unpressed {
	
}

.pressed {
	border: 0px;
	background: #ffffff url(/mobile/images/more_d_hover.png) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	width: 122px;
	height: 27px;
}

.results_container_one_migon_bottom {
	width: 100%;
	clear: both;
}

.results_container_two {
	height: 276px;
	margin: 0 auto;
	width: 100%;
	border: 2px solid #cfcfcf;
}

.results_container_three {
	height: 275px;
	width: 100%;
	margin: 0 auto;
	border: 2px solid #cfcfcf;
}

.results_container_footer {
	margin: 10px auto;
	width: 97%;
	background: url("/mobile/images/bg_compare_footer.png");
	border: 1px solid #d5d5d5;
	font-size: 14px;
	padding: 10px;
}

.results_container_footer_site a {
	color: #2c95d1;
}

.results_container_footer_more {
	margin-top: 13px;
	height: 38px;
	width: 245px;
	margin-right: 13px;
}

.results_container_footer_more label {
	color: #53842f;
	font-weight: 600;
	font-size: 25px;
	float: right;
	margin: 0px 0px 0px 10px;
}

.results_container_footer_more img {
	margin-top: 0px;
	float: right;
}

#numberofdrivers,.panel-body_insurance_past label {
	font-size: 16px;
	margin-bottom: 22px;
	margin-top: 5px;
}

.active {
	border-radius: 8px;
	background: #abc74e;
	color: #ffffff;
	width: 16%;
	min-height: 36px;
	-webkit-box-shadow: 2px 2px 2px #b5c2c9;
	-moz-box-shadow: 2px 2px 2px #b5c2c9;
	box-shadow: 2px 2px 2px #b5c2c9;
	font-size: 16px;
	font-weight: bold;
	margin-right: 2%;
	border: 0;
	font-family: Gisha;
	white-space: nowrap;
}

.not_active {
	border-radius: 8px;
	background-color: #f5f5f5;
	color: #809d1f;
	width: 16%;
	min-height: 36px;
	font-size: 16px;
	font-weight: bold;
	margin-right: 2%;
	border: 1px solid #b5c2c9;
	font-family: Gisha;
	white-space: nowrap;
}

.not_active_collective {
	background-color: #f5f5f5;
	color: #809d1f;
}

.active2 {
	border-radius: 8px;
	background: #abc74e;
	color: #ffffff;
	width: 40%;
	height: 36px;
	-webkit-box-shadow: 2px 2px 2px #b5c2c9;
	-moz-box-shadow: 2px 2px 2px #b5c2c9;
	box-shadow: 2px 2px 2px #b5c2c9;
	font-size: 16px;
	font-weight: bold;
	margin-right: 2%;
	border: 0;
	font-family: Gisha;
	white-space: nowrap;
}

.not_active2 {
	border-radius: 8px;
	background-color: #f5f5f5;
	color: #809d1f;
	width: 40%;
	min-height: 36px;
	font-size: 16px;
	font-weight: bold;
	margin-right: 2%;
	border: 1px solid #b5c2c9;
	font-family: Gisha;
	white-space: nowrap;
}

.active_i {
	border-radius: 8px;
	background: #abc74e;
	color: #ffffff;
	width: 30%;
	min-height: 36px;
	-webkit-box-shadow: 2px 2px 2px #b5c2c9;
	-moz-box-shadow: 2px 2px 2px #b5c2c9;
	box-shadow: 2px 2px 2px #b5c2c9;
	font-size: 16px;
	font-weight: bold;
	margin-right: 2%;
	border: 0;
	font-family: Gisha;
	white-space: nowrap;
}

.not_active_i {
	border-radius: 8px;
	background-color: #f5f5f5;
	color: #809d1f;
	width: 30%;
	min-height: 36px;
	font-size: 16px;
	font-weight: bold;
	margin-right: 2%;
	border: 1px solid #b5c2c9 !important;
	font-family: Gisha !important;
	white-space: nowrap;
	padding: 0 4px;
	text-align: center;
}

.active_d {
	border-radius: 8px;
	background: #abc74e;
	color: #ffffff;
	width: 30%;
	min-height: 36px;
	-webkit-box-shadow: 2px 2px 2px #b5c2c9;
	-moz-box-shadow: 2px 2px 2px #b5c2c9;
	box-shadow: 2px 2px 2px #b5c2c9;
	font-size: 16px;
	font-weight: bold;
	margin-right: 2%;
	float: right;
	border: 0;
	font-family: Gisha;
	white-space: nowrap;
}

.not_active_d {
	border-radius: 8px;
	background-color: #f5f5f5;
	color: #809d1f;
	width: 30%;
	min-height: 36px;
	font-size: 16px;
	font-weight: bold;
	margin-right: 2%;
	float: right;
	border: 1px solid #b5c2c9;
	font-family: Gisha;
	white-space: nowrap;
}

.results_container_details_three {
	margin-top: 2px;
	background: url("/mobile/images/details_bg.png");
	width: 100%;
	height: 836px;
	display: none;
}

.results_container_details_one {
	width: 100%;
	background: #e5e5e5 url('/mobile/images/details_bg.png') repeat-x top;
	display: none;
	padding: 0 20px;
}

.results_container_details_second {
	margin-top: 275px;
	background: url('/mobile/images/details_bg.png');
	width: 100%;
	height: 832px;
	display: none;
}

.result_head {
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #cfcfcf;
}

.result_head label {
	margin-top: 0px !important;
	margin-right: 0px !important;
	padding-bottom: 5px;
}

.results_container_details_three img {
	margin-right: 13px;
}

.results_container_details_one img {
	margin-right: 13px;
}

.results_container_details_one label {
	font-size: 14px;
	margin-right: 23px;
	margin-top: 36px;
}

.results_container_details_second label {
	font-size: 29px;
	margin-right: 23px;
	margin-top: 36px;
}

.results_container_details_three label {
	font-size: 29px;
	margin-right: 23px;
	margin-top: 36px;
}

.results_container_details_second img {
	margin-right: 13px;
}

.not_attractive {
	float: right;
}

.x_image {
	float: left;
	margin: 3px 0 0 0;
	height: 16px;
}

.td1 {
	width: 100%;
	padding-bottom: 10px;
	padding-top: 17px;
	border-bottom: 1px solid #cfcfcf;
}

.td1_top {
	border-top: 1px solid #cfcfcf;
}

.results_container_details_three_bottom {
	height: 85px;
	margin-top: 24px;
	border-top: 2px solid #cfcfcf;
	font-size: 23px;
}

.results_container_details_three_bottom img {
	margin-top: 8px;
	float: right;
	margin-right: 13px;
}

.results_container_details_three_bottom a {
	display: block;
	text-decoration: none;
	color: #29781a;
	margin-right: 10px;
	margin-top: 20px;
}

.table_space {
	font-weight: bold;
	margin-right: 150px;
}

.td1_text {
	font-size: 29px;
}

.space45 {
	margin-right: 45px;
}

.modal-dialog {
	margin: 0;
	margin-top: 75px;
}

.modal-body {
	height: 297px;
	background: url("/mobile/images/green_bg_modal.png") repeat-x top;
}

.modal-body_list {
	margin-top: 34px;
	width: 50%;
	max-height: 220px;
	float: right;
}

.modal-body_list_apartment {
	margin-top: 35px;
}

.modal-body_list_morg {
	margin-top: 35px;
}

.modal-body_list label {
	font-size: 24px;
	margin-right: 10px;
	color: #ffffff;
	font-weight: 200;
}

.modal-footer_hp {
	background-color: #f8f7f7;
	padding: 0px;
}

.modal-footer_hp img {
	margin: 8px 13px;
}

.modal-footer_hp label {
	margin-right: 15px;
	font-size: 31px;
	color: #29781a;
	font-weight: 200;
}

.modal-body-left {
	float: left;
	margin-top: 110px;
	text-align: center;
	width: 50%;
}

.modal-body-left button {
	border-radius: 24px;
	border: 1px solid #00204c;
	background-color: #ffffff;
	color: #00204c;
	width: 144px;
	height: 63px;
	font-size: 26px;
}

.ui-widget-overlay {
	position: fixed;
}

/*dialog popup*/
.popup {
	display: none;
}

.ui-widget-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 0px solid #999 !important;
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.ui-dialog p,.ui-dialog {
	text-align: center;
}

.ui-dialog .ui-dialog-buttonpane {
	border-radius: 0;
	box-shadow: none;
	border: 0px !important;
	border-top: 1px solid #C7C7C7 !important;
	display: flex;
	justify-content: center;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: left;
}

.ui-dialog .ui-dialog-buttonpane {
	padding: .1em;
}

.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
	background: #abc74e;
	border-radius: 6px;
	padding: 8px 17px;
	color: #fff;
}

.ui-dialog .ui-dialog-content {
	border-radius: 0;
	box-shadow: none;
	border: 0px !important;
	background: transparent !important;
	position: static;
}

.ui-dialog .callUs {
	position: absolute;
	left: 0;
	top: 4px;
	height: 70px;
	width: 70px;
	padding: 0;
	margin: 0;
}

.ui-dialog .callUs img {
	max-width: 100%;
}

/*dialog popup END*/
.panel-collapse input,.panel-collapse select {
	/*font-weight: bold !important;*/
	font-size: 16px !important;
	line-height: 16px;
	color: #555 !important;
	height: 40px;
	text-align: right;
	border: 1px solid #3c3c3c;
	border-radius: 8px;
	outline: none;
	margin-top: 15px;
}

#cityPojo_panel {
	right: 5%;
	max-width: 90%;
	left: auto !important;
}

#cityPojo_input {
	width: 100% !important;
}

.panel-collapse input.first {
	margin-top: 0;
}

.clear {
	clear: both;
}

.compare_btn {
	height: 56px;
	margin: 15px auto 20px auto;
	max-width: 100%;
}

.compare_btn_container {
	text-align: center;
	margin-bottom: 70px;
}

.btn1 {
	width: 100%;
	margin: 30px 0;
	text-align: center;
}

.btn1 img {
	max-width: 95%;
	margin: 0 auto;
	height: 56px;
}

.btn2 {
	width: 100%;
	margin: 32px 0 40px 0;
	text-align: center;
}

.btn2 img {
	margin: 0 auto;
	height: 29px;
}

.btn4 {
	max-width: 100%;
	margin: 15px 0 0 0;
	text-align: center;
	height: 56px;
}

.btn4 img {
	margin: 0 auto;
}

.btn4 input {
	margin: 0;
}

.most_attractive {
	float: left;
	height: 100%;
	width: auto;
}

.results_container_one .star {
	height: 34px;
	width: 36px;
	position: absolute;
	background: #fff;
	padding: 2px;
	border-radius: 0 0 0 34px;
	border-left: 1px solid #a07704;
	border-bottom: 1px solid #a07704;
	right: 0;
	top: 0;
}

.results_container_one .star img {
	max-width: 73%;
}

.table_compare_details {
	width: 100%;
	font-size: 40px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: auto;
}

.table_compare_details tr {
	border-bottom: 1px solid #cfcfcf;
}

.table_compare_details td {
	vertical-align: middle;
	line-height: 18px;
	padding: 10px 0;
}

.table_compare_details .col2 {
	font-weight: bold;
	max-width: 160px;
	width: 100px;
	line-height: 18px;
	text-align: left;
	"
}

.table_compare_details .col3 {
	max-width: 35px;
	text-align: left;
}

.results_container_details_one .table_compare_details img {
	height: 15px;
}

.oren_mizrah_compare_footer {
	margin-bottom: 10px;
}

.oren_mizrah_compare_footer img {
	height: 48px;
}

.modal {
	padding: 10px !important;
	margin-top: 200px;
}

.modal-dialog {
	width: 100%;
	max-width: 720px;
}

.btnCarP {
	display: inline-block;
	border-radius: 17px;
	background-color: #E5E5E5;
	font-size: 0 !important;
	padding: 0;
	width: 100%;
}

.btnCarP.active {
	border-radius: 8px;
	background: #abc74e;
	color: #ffffff;
	min-height: 36px;
	-webkit-box-shadow: 2px 2px 2px #b5c2c9;
	-moz-box-shadow: 2px 2px 2px #b5c2c9;
	box-shadow: 2px 2px 2px #b5c2c9;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid transparent !important;
	font-family: Gisha;
	white-space: nowrap;
}

.btnCarP.not_active {
	border-radius: 8px;
	background-color: #f5f5f5;
	color: #809d1f;
	min-height: 36px;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #b5c2c9 !important;
	font-family: Gisha !important;
	white-space: nowrap;
}

.btnGeneral {
	display: inline-block;
	border: 2px solid #E5E5E5;
	border-radius: 17px;
	background-color: #E5E5E5;
	font-size: 0 !important;
	padding: 0;
}

.btnGeneral span:after {
	display: inline-block;
	content: '';
	background: url(/mobile/images/arrow-left.png) no-repeat;
	height: 12px;
	width: 12px;
	background-size: 60%;
	position: absolute;
	top: 12px;
	left: 16px;
}

.btnGeneral span {
	display: inline-block;
	border: 2px solid #abc74e;
	border-radius: 17px;
	background-color: #fff;
	font-size: 16px;
	padding: 10px 20px 10px 30px;
	font-weight: bold;
	font-family: Gisha;
	position: relative;
	box-shadow: 0 0 6px #ccc;
}

.btnGeneral.btnContinue {
	margin: 10px 15px 0;
}

.error {
	display: block;
	color: red;
	margin: 10px;
	margin: 10px 5px 0 0;
	font-size: 14px !important;
}

.invalid,.dropdownCustom.invalid>button {
	border-color: #b94a48 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

/* custom form fields - start */
.checkboxCustom {
	display: inline-block;
	width: 29px;
	height: 29px;
	background-image: url(/mobile/images/checkbox.png);
	position: relative;
	background-size: 100%;
}

.checkboxCustom.checked:after {
	display: inline-block;
	position: absolute;
	top: 8px;
	right: 6px;
	width: 17px;
	height: 13px;
	background: url(/mobile/images/checked.png) no-repeat;
	content: '';
	background-size: 100%;
}

.dropdownCustom {
	margin-top: 15px;
}

.dropdownCustom.first {
	margin-top: 0;
}

.dropdownCustom select {
	display: none;
}

.dropdownCustom .dropdown-menu {
	width: 100%;
	text-align: right;
	direction: rtl;
	max-height: 260px;
	overflow-y: scroll;
	right: 0;
}

.dropdownCustom .dropdown-toggle {
	height: 40px;
	font-size: 16px;
	text-align: right;
	color: #3c3c3c;
	border: 1px solid #3c3c3c;
	border-radius: 8px;
	outline: none;
	font-weight: bold;
}

.dropdownCustom .dropdown-toggle .caret {
	float: left;
	border: 0;
	background: url(/mobile/images/dropdown-caret.png) no-repeat;
	width: 21px;
	height: 12px;
	margin: 9px 0 0 3px;
	background-size: 50%;
}

.dropdownCustom .btn-default:hover,.dropdownCustom .btn-default:focus,.dropdownCustom .btn-default.focus,.dropdownCustom .btn-default:active,.dropdownCustom .btn-default.active,.dropdownCustom .open>.dropdown-toggle.btn-default
	{
	background-color: #fff;
}

.dropdownCustom .dropdown-menu>li>a {
	font-size: 16px;
}

.dropdownCustom.combo {
	float: right;
	box-sizing: border-box;
	margin: 0;
}

.dropdownCustom.combo .dropdown-toggle {
	border: none;
	text-align: center;
	background: transparent;
	outline: 0;
	border-radius: 10px;
}

.dropdownCustom.combo .dropdown-toggle .caret {
	display: none;
}

.dropdownCustom.combo .birthSlesh {
	width: 5%;
}

.dropdownCustom.combo .dropdown-menu {
	max-height: 260px;
	overflow-y: scroll;
	left: unset;
	right: 0;
}

.dropdownCustom.combo.pull-left .dropdown-menu {
	right: unset;
	left: 0;
}

.dropdownCustom.combo.open .dropdown-toggle {
	border: 1px solid #29781a;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgba(41, 120, 26, 0.60);
}

.dropdownCustom.birthDate {
	width: 30%;
}

.dropdownCustom.paymentDate {
	width: 45%;
}

.datepickerCustom {
	border-bottom: 1px solid #ddd;
	padding: 10px 0 14px 0;
}

.datepickerCustom .day {
	float: right;
	width: 14%;
	margin-top: 12px;
}

.datepickerCustom .day>button {
	display: block;
	height: 38px;
	width: 38px;
	border: 1px solid #000;
	border-radius: 100%;
	line-height: 35px;
	text-align: center;
	margin: 0 auto;
	font-size: 16px;
	background: transparent;
}

.datepickerCustom .day>button.active {
	background: #abc74e;
	color: #fff;
	box-shadow: none;
	min-height: initial;
	font-weight: bold;
}

.datepickerCustom .day>button.blank {
	visibility: hidden;
}

.datepickerCustom .day>button[disabled] {
	opacity: 0.5;
	filter: alpha(opacity =   50);
}

.datepickerCustom .week {
	padding: 0 1%;
}

.datepickerCustom .date {
	max-width: 400px;
	margin: 0 auto;
}

.datepickerCustom .month .arrowLeft,.datepickerCustom .month .arrowRight
	{
	background: url(/mobile/images/datepicker-arrow.png) no-repeat;
	border: 0;
	height: 16px;
	width: 15px;
}

.datepickerCustom .month .arrowLeft[disabled],.datepickerCustom .month .arrowRight[disabled]
	{
	opacity: 0.5;
	filter: alpha(opacity =   50);
}

.datepickerCustom .month {
	padding: 0 23px 7px;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

.datepickerCustom .month span {
	font-size: 16px;
	font-weight: bold;
}

.datepickerCustom .month .arrowLeft {
	float: left;
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}

.datepickerCustom .month .arrowRight {
	float: right;
}

.radioCustom {
	display: inline-block;
	width: 29px;
	height: 29px;
	background-image: url(/mobile/images/radio.png);
	position: relative;
	background-size: 100%;
}

.radioCustom.checked:after {
	display: inline-block;
	position: absolute;
	top: 6px;
	right: 6px;
	width: 17px;
	height: 16px;
	background: url(/mobile/images/radio-checked.png) no-repeat;
	content: '';
	background-size: 100%;
}

/* custom form fields - end */

/* loader - start */
.modal.loader {
	padding: 0 !important;
}

.modal.loader .modal-dialog {
	margin-right: 0;
}

.modal.loader .modal-content {
	margin-right: auto;
	margin-left: auto;
	width: 335px;
	height: 211px;
	max-width: 95%;
}

.modal.loader .modal-body {
	height: auto;
	background: none;
}

.modal.loader .modal-footer {
	position: absolute;
	bottom: 0;
	right: 0;
	border: 0;
	font-size: 18px;
	font-weight: bold;
}

/* generated from http://preloaders.net/en/search/hourglass with color: #ABC74E  */
.modal.loader .sandLoader {
	width: 110px;
	height: 110px;
	margin: 0 auto;
	background: url(/mobile/images/sand-loader.gif) no-repeat;
}

/* loader - end  */
.acceptTerms {
	margin: 25px 15px 0 0;
}

.acceptTerms a {
	text-decoration: underline;
	font-weight: bold;
}

.chooseCity {
	margin-top: 25px;
}

.chooseCity label {
	margin: 0 7px 0 0;
}

.chooseCity span {
	margin-right: 5px;
}

.chooseCity .greenLink {
	font-size: 16px;
	font-weight: bold;
	color: #a0b657;
	margin-right: 5px;
}

#panel-body_maindriver_fillfromother .form-control {
	margin-top: 15px;
}

.summary .summary_container_like img {
	height: 48px;
}

.panel-body-send_additional img {
	margin-top: 5px;
	height: 29px;
}

.fullSize {
	padding: 0;
	margin: 0;
}

.endDateContainer {
	padding: 0;
}

.endDateContainer .radioContainer {
	margin-top: 15px;
}

.endDateContainer .radioContainer>span {
	float: right;
}

.endDateContainer .radioContainer>.desc {
	margin: 2px 10px;
	font-size: 16px;
}

.endDateContainer .header {
	font-size: 16px;
	font-weight: bold;
}

#collapsetwo .btnContinue {
	margin-right: 10px;
}

.selectOneMenueRight {
	width: 30%;
	height: 39px !important;
	float: right;
	border: 0px solid !important;
	padding-right: 12%;
	border-top-right-radius: 2em;
	border-bottom-right-radius: 2em;
}

/*
	overide prime faces
*/
.ui-datepicker {
	width: 100% !important;
	border: 0px solid;
}

.ui-datepicker .ui-datepicker-header {
	background: white !important;
	color: black;
}

.ui-widget-content {
	background: white !important;
	border: 0px solid !important;
}

.ui-widget-header .ui-icon {
	/*background-image: url(images/ui-icons_222222_256x240.png) !important;*/
	z-index: -10;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-default {
	border: 1px solid black;
	border-radius: 35px;
	text-align: center;
	width: 35px;
	height: 35px;
}

.ui-datepicker th {
	visibility: hidden;
}

.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next {
	top: 8px !important;
	width: 5em !important;
}

.ui-datepicker-next:before,.ui-datepicker-prev:before {
	font-size: 13px !important;
}

.active_d {
	border-radius: 8px;
	background: #abc74e;
	color: #ffffff;
	width: 30%;
	min-height: 36px;
	-webkit-box-shadow: 2px 2px 2px #b5c2c9;
	-moz-box-shadow: 2px 2px 2px #b5c2c9;
	box-shadow: 2px 2px 2px #b5c2c9;
	font-size: 16px;
	font-weight: bold;
	margin-right: 2%;
	float: none;
	border: 0 !important;
	font-family: Gisha !important;
	white-space: nowrap;
}

.not_active_d {
	border-radius: 8px;
	background-color: #f5f5f5;
	color: #809d1f;
	width: 29%;
	min-height: 36px;
	font-size: 14px;
	font-weight: bold;
	float: none;
	border: 1px solid #b5c2c9 !important;
	font-family: Gisha !important;
}

.ui-button-text-only .ui-button-text {
	text-align: center;
}

.panel-body_drivers {
	margin-top: 5px;
	font-weight: bold;
}

.panel-body_drivers select {
	margin: 15px 0;
}

.panel-body_drivers label {
	padding: 10px 0;
}

#collapsetwo .panel-body {
	padding: 0;
	margin: 0;
}

#collapsetwo .ui-datepicker-inline {
	border-top: none;
}

#collapsetwo #alternate {
	display: none;
}

.accordion_title_arrow a[aria-expanded="true"] img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.ui-datepicker-header {
	padding: 0 23px 7px;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

.ui-datepicker table {
	max-width: 400px;
	margin: 10px auto;
}

.ui-datepicker-calendar thead {
	display: none;
}

.ui-datepicker table td {
	opacity: 1 !important;
	line-height: 28px;
}

.ui-datepicker table tr {
	height: 45px;
	font-size: 16px;
}

.ui-datepicker table td span,.ui-datepicker table td a {
	color: #000 !important;
}

<!--
change cutome arrow --> /* .ui-datepicker .ui-datepicker-prev span{
	float: left;
	text-align: left;
}
.ui-datepicker .ui-datepicker-next span{
	float: right;
	text-align: right;
} */
	/* .ui-datepicker .ui-datepicker-prev:before {
	content: "ן¿½ן¿½ן¿½ן¿½ ן¿½ן¿½ן¿½ן¿½ן¿½" !important;
} 
.ui-datepicker .ui-datepicker-prev:after {
	content: "ן¿½ן¿½ן¿½ן¿½ ן¿½ן¿½ן¿½ן¿½ן¿½" !important;
} */
	/* .ui-datepicker .ui-datepicker-next:before {
	content: "ן¿½ן¿½ן¿½ן¿½ן¿½ ן¿½ן¿½ן¿½" !important;
} */
	/* .ui-datepicker .ui-datepicker-next:after {
	content: "ן¿½ן¿½ן¿½ן¿½ן¿½ ן¿½ן¿½ן¿½" !important;
} */
	/* .ui-datepicker .ui-icon {
	display: none !important;
} */ .ui-corner-all span {
	display: none !important;
}

.ui-corner-all { /* width:auto !important; */
	/* display: flex; */
	align-items: center;
}

.ui-datepicker-prev:before {
	content: "חודש קודם" !important;
	color: #000;
	width: 100%;
}

.ui-datepicker-next:before {
	content: "חודש הבא" !important;
	color: #000;
	display: -webkit-box;
	text-align: left;
}

/* input[type="submit"], input[type="button"], button{
	background-color:white !important;
	cursor:default !important;
}
.btn:focus {
  outline: none !important;
} */
.popover-content {
	display: flex;
	flex-direction: column;
	padding: 5px;
	/*     justify-content:  space-between !important; */
}

.popover-content a {
	margin-bottom: 3px;
}

#opener {
	display: inline-block;
	padding: initial;
}

#opener label {
	line-height: 1
}

#approveConditions {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #000 !important;
	border: 0px solid #000 !important;
	width: 25px;
	height: 25px;
	margin-left: 8px;
	outline: none;
}

#getOffer {
	text-decoration: none;
	display: inline-block;
	border: 2px solid #abc74e;
	border-radius: 13px;
	background-color: #fff;
	font-size: 18px;
	padding: 14px 32px;
	font-weight: bold;
	position: relative;
	color: #333;
	box-shadow: 0 0 4px #abc74e;
	margin-top: 25px;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 0) 100% );
	background: #FBF6F6;
	background: -moz-linear-gradient(top, #FBF6F6 0%, #dbdbdb 50%, #fefefe 100%);
	background: -webkit-linear-gradient(top, #FBF6F6 0%, #dbdbdb 50%, #fefefe 100%);
	background: linear-gradient(to bottom, #FBF6F6 0%, #dbdbdb 50%, #fefefe 100%);
	filter: progid:   DXImageTransform.Microsoft.gradient(   startColorstr='#FBF6F6 ',
		endColorstr='#fefefe', GradientType=0 );
}

#getOffer:hover {
	border: 2px solid #FBF6F6;
}

#getOffer:after {
	content: "\000BB";
	font-size: 18px;
	padding-right: 8px;
}

.getOffer {
	text-decoration: none;
	display: inline-block;
	border: 2px solid #abc74e;
	border-radius: 13px;
	background-color: #fff;
	font-size: 18px;
	padding: 14px 32px;
	font-weight: bold;
	position: relative;
	color: #333;
	box-shadow: 0 0 4px #abc74e;
	margin-top: 25px;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 0) 100% );
	background: #FBF6F6;
	background: -moz-linear-gradient(top, #FBF6F6 0%, #dbdbdb 50%, #fefefe 100%);
	background: -webkit-linear-gradient(top, #FBF6F6 0%, #dbdbdb 50%, #fefefe 100%);
	background: linear-gradient(to bottom, #FBF6F6 0%, #dbdbdb 50%, #fefefe 100%);
	filter: progid:   DXImageTransform.Microsoft.gradient(   startColorstr='#FBF6F6 ',
		endColorstr='#fefefe', GradientType=0 );
}

.getOffer:hover {
	border: 2px solid #FBF6F6;
}

.getOffer:after {
	content: "\000BB";
	font-size: 18px;
	padding-right: 8px;
}

input#approveConditions:checked:before {
	content: "";
	display: block;
	width: 17px;
	height: 16px;
	text-align: center;
	margin: 5px auto;
	background: url(/mobile/images/checked.png) no-repeat 0 0;
	background-size: 100%;
}

#endDatePanelGroup .btnGeneral.btnContinue {
	margin: 0 15px 0;
}

#approveConditionsText a {
	text-decoration: underline;
}

#endDatePanelGroupIn input[type='radio'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #000 !important;
	border: 1px solid #000 !important;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	margin-left: 8px;
	outline: none;
	margin-top: 0;
}

#endDatePanelGroupIn input[checked='checked']:before {
	content: "";
	background-color: #abc74e;
	display: block;
	width: 15px;
	height: 15px;
	text-align: center;
	margin: 4px;
	border-radius: 100%;
}

#endDatePanelGroupIn table {
	margin-right: 0;
	height: auto;
}

#endDatePanelGroupIn tr {
	height: 34px;
}

#endDatePanelGroup .endDateContainer+div .btnContinue {
	margin-right: 0;
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control
	{
	background-color: transparent;
	opacity: 0.65;
	margin: 12px 0;
}

.not_active {
	border-radius: 8px;
	background-color: #f5f5f5;
	color: #809d1f;
	width: 14%;
	min-height: 36px;
	font-size: 16px;
	font-weight: bold;
	margin-right: 2%;
	border: 1px solid #b5c2c9 !important;
	font-family: Gisha !important;
	white-space: nowrap;
}

.carUserPanelGroup button {
	float: right;
	margin-top: 0px;
	margin-right: 26px;
	width: 25%;
}

.carUserPanelGroup button active {
	margin-right: 0;
}

.carUse_details_panel .ui-button-text-only .ui-button-text:after {
	background: none;
	font-size: 18px;
	padding-right: 8px;
}

#secondCarExistPanelGroup button {
	float: left;
	margin-top: 5px;
	margin-right: 6px;
}

#secondCarExistPanelGroup button.active {
	margin-right: 0;
}

#searchByCarModelPanel button {
	float: left;
	width: 150px;
}

#collapsethree .btnGeneral.btnContinue {
	margin-right: 0;
	width: 100%;
	text-align: right;
	background-color: transparent;
	margin-top: 20px;
}

#everyDriverDetailsGroup .panel-body_drivers_main,#everyDriverDetailsGroup
	{
	margin-top: 20px;
}

#insurance_past_tzadg_no,#insurance_past_tzadg_yes {
	float: left;
	margin-top: 6px;
}

#collapsesix .btnGeneral.btnContinue {
	margin: 25px 0 0;
}

select,input[type="text"],input[type="password"] {
	padding-right: 15px;
}

.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled
	{
	opacity: 0.35 !important;
	]
}

.endDatePanelGroupIn table {
	height: auto !important;
}

.panel-body_insurance_past_threeyears_kind_row .label_30 {
	padding: 10px 0;
}

.ui-button-text-only .ui-button-text {
	padding: 0;
	line-height: 16px;
}

.panel-body_insurance_past_buttons_one {
	text-align: center;
}

.ui-state-active .ui-icon {
	position: RELATIVE;
	right: -3px;
	top: 1px;
}

.panel-body_additional_car_details_check .ui-state-active .ui-icon {
	position: RELATIVE;
	right: 1px;
	top: 1px;
}

.ui-chkbox .ui-chkbox-box {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #000;
	background-image: none;
	width: 15px;
	height: 15px;
	top: 6px;
	position: relative;
}

.table_compare_details .ui-icon-check {
	position: relative;
	right: -3px;
	top: 1px;
}

.birthdate select {
	margin-top: 0 !important;
	padding-right: 4vw;
}

.panel-body_personal_details_birthdate .btnGeneral.btnContinue {
	margin-right: 0;
	margin-top: 20px;
}

.panel-body_maindriver .btnGeneral.btnContinue {
	margin: 20px 0 10px !important;
}

.additional_details_panel .ui-button-text-only .ui-button-text {
	width: 100%;
	text-decoration: none;
	display: inline-block;
	border: 2px solid #abc74e;
	border-radius: 13px;
	background-color: #fff;
	font-size: 18px;
	padding: 14px 32px;
	font-weight: bold;
	position: relative;
	color: #333;
	box-shadow: 0 0 4px #abc74e;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 0) 100% );
	background: #FBF6F6;
	background: -moz-linear-gradient(top, #FBF6F6 0%, #dbdbdb 50%, #fefefe 100%);
	background: -webkit-linear-gradient(top, #FBF6F6 0%, #dbdbdb 50%, #fefefe 100%);
	background: linear-gradient(to bottom, #FBF6F6 0%, #dbdbdb 50%, #fefefe 100%);
	filter: progid:   DXImageTransform.Microsoft.gradient(   startColorstr='#FBF6F6 ',
		endColorstr='#fefefe', GradientType=0 );
}

.additional_details_panel .ui-button-text-only {
	margin-bottom: 10px;
}

.additional_details_panel .ui-button-text-only.active .ui-button-text {
	background: #abc74e;
	color: #fff;
	text-shadow: none;
	border: 2px solid #abc74e;
}

button.btnCarP {
	width: 100%;
	margin: 20px 0;
}

.additional_details_panel .ui-button-text-only .ui-button-text:after {
	background: none;
	font-size: 18px;
	padding-right: 8px;
}

.panel-body_car_details_second_car_buttons .ui-button-text-only .ui-button-text:after
	{
	background: none;
	font-size: 18px;
	padding-right: 8px;
}

.panel-body_car_search_by_second_car_buttons .ui-button-text-only .ui-button-text:after
	{
	background: none;
	font-size: 18px;
	padding-right: 8px;
}



.panel-body_car_search_by_second_car_buttons .radioAsButton
{
	width: 100% !important
}


.panel-body_car_search_by_second_car_buttons .radioAsButton label
{
	width: 100% !important;
	
}

.appartment .panel-body_car_search_by_second_car_buttons .radioAsButton label
{
	width: 90% !important;
	
}

.appartment  .panel-body_car_search_by_second_car_buttons .radioAsButton
{
	width: 90% !important;
	margin-left: 20px;
}



.panel-body_additional_car_details_check span,.panel-body_additional_car_details_check_secondContainer .body_additional_car_details_check_second_text
	{
	width: 85%;
}

table,tr {
	margin-right: 23px;
	max-width: 597px;
	width: 100%;
	height: 51px;
	font-size: 14px;
}

.about_content table,tr {
	margin-right: 0px;
	max-width: 597px;
	width: 100%;
	height: 51px;
	font-size: 14px;
}

.ui-inputfield::-webkit-input-placeholder,#j_idt52 .ui-inputfield {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}

.ui-inputfield:-moz-placeholder,#j_idt52 .ui-inputfield {
	/* Firefox 18- */
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}

.ui-inputfield::-moz-placeholder,#j_idt52 .ui-inputfield {
	/* Firefox 19+ */
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	;
}

.ui-inputfield:-ms-input-placeholder,#j_idt52 .ui-inputfield {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}

.additional_details_right table {
	margin-right: 0;
}

.special-banner img {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

.special-banner {
	display: flex;
	flex-direction: column;
}

.ui-icon-closethick {
	display: block !important;
}

.ui-growl-item-container {
	border: 0px solid #808080;
	background: #fff;
	color: #000;
	opacity: 1;
	border-radius: 8px;
	text-shadow: none;
	position: relative;
	box-shadow: 0 0 12px #000;
	max-width: 80%;
	margin: 25% auto;
	padding-bottom: 37px;
}

.ui-growl-message p,.ui-growl-title {
	font-family: segoeui !important;
	letter-spacing: 0px;
}

.ui-growl-item:after {
	z-index: -1;
	position: fixed;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 30% 20%;
	right: 0;
	content: '';
}

#messages_container,#growl_container {
	width: 100%;
	max-width: 720px;
	right: 0;
	left: 0;
	position: fixed;
}

.ui-growl-image-info {
	display: block;
}

.ui-growl-message {
	width: 95%;
}

.ui-growl-image {
	position: absolute;
	left: 10px;
	top: -12px;
}

.ui-growl-image-error {
	background-position: 0 0;
	background: none;
	display: none;
}

.inputplacer {
	position: relative;
}

.tooltipForm {
	background: #97B141;
	border-radius: 6px;
	padding: 4px 15px;
	position: absolute;
	margin-top: 5px;
	z-index: 100;
	color: #FFFFFF;
}

.arrow_box {
	background: #97B141;
	border: 1px solid #97b141;
}

.arrow_box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(151, 177, 65, 0);
	border-bottom-color: #97B141;
	border-width: 8px;
	margin-left: -8px;
}

.arrow_box:before {
	border-color: rgba(151, 177, 65, 0);
	border-bottom-color: #97b141;
	border-width: 8px;
	margin-left: -8px;
}

/*
.ui-state-highlight .ui-icon, .ui-growl-icon-close {
    width: 35px;
    height: 36px;
    float: left;
    margin: 0;
    padding: 9px;
    display: block;
    background: #3c3c3c;
    position: absolute;
    top: -1px;
    left: -1px;
    border-radius: 8px 0 29px 0;
    right: auto;
}
*/
.ui-state-highlight .ui-icon,.ui-growl-icon-close {
	width: 80px;
	height: 30px;
	background: #abc74e;
	bottom: 8px;
	border-radius: 8px;
	right: 0;
	top: auto;
	left: 0;
	margin: 0 auto;
}

.ui-state-highlight .ui-icon:after {
	content: 'אישור';
	color: #fff;
	font-size: 15px;
	text-align: left;
	position: inherit;
	top: 7px;
	left: 0%;
	cursor: pointer;
	margin: auto;
	width: 100%;
	padding-left: 20px;
}

.companiesList {
	max-width: 720px;
	height: 100%;
	display: flex;
	justify-content: center;
	width: 100%;
}

.companiesList ul {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-content: center;
	align-content: center;
	width: 100%;
}

.companiesList li {
	list-style: none;
	margin: 35px 20px;
	background: #fff;
	border-radius: 8px;
}

.companiesList li:nth-child(odd) {
	clear: right;
}

.companiesList li a {
	border: 1px solid #a1a1a1;
	border-radius: 8px;
	padding: 5px;
	display: flex;
	position: relative;
	height: 55px;
	flex-direction: column;
}

.companiesList li a .image {
	height: 41px;
	display: inline-table;
	/* padding-bottom: 10px;
     */
	
}

.comment {
	position: fixed;
	bottom: 0;
	z-index: 10000;
	color: #447a1c;
	padding: 10px 10px 18px 10px;
	border-bottom: 4px solid #555;
}

.companiesList li a img {
	max-width: 100%;
	height: auto;
}

.companiesList .status {
	background: #fff;
	height: 35px;
	width: 35px;
	border: 1px solid #a1a1a1;
	background-size: 33px;
	border-radius: 21px;
	padding: 21px;
	position: relative;
	bottom: 0;
	margin: auto;
}

.companiesList .status.done {
	background: 'url(/mobile/images/v_white.png) no-repeat 2px 2px #447a1c;
}

/**************************************************************media queries**********************************************************/
@media ( max-width :768px) {
	.panel-body_insurance_past_threeyears_headline {
		width: 50%;
		float: right;
		padding-right: 0;
		margin-bottom: 10px;
	}
	.panel-body_insurance_past_threeyears {
		padding: 11px 1px 0px;
		height: auto;
	}
	.lawsuits_content,.panel-body_insurance_past {
		margin: 15px auto 0;
	}
}

@media ( max-width :500px) {
	.results_container_short {
		height: 215px;
	}
	.results_container_one_text { /*min-height: 213px;*/
		padding-top: 15px;
	}
	.whichinsurance_pick img {
		max-width: 48%;
		height: auto !important;
	}
	.whichinsurance_details_pick img {
		max-width: 45%;
		height: auto !important;
	}
	
	.birthSlesh {
	font-size: 20px;
	float: right;
	margin-top: 8px;
	
	
}

.mortgage_thankyou_message{
		font-size: 22px;
    font-weight: bold;
    height: 345px;
    width: 80%;
    margin: 25% auto;
	}
}

@media ( max-width :768px) {
	.ui-button-text-only .ui-button-text,.panel-body_insurance_past_threeyears_headline label
		{
		font-size: 4vw;
	}
	#approveConditionsText {
		font-size: 4vw;
		padding-right: 17vw !important;
		line-height: 6vw;
	}
	#getOffer {
		font-size: 5vw;
	}
	.getOffer {
		font-size: 5vw;
	}
	.panel-body_insurance_past_threeyears_kind_buttons,#collapseNumberOfParstClaimsPanelGroup,#collapseNumberOfBodyClaimsPanelGroup
		{
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.results_container_one_migon {
		width: 40%;
	}
	.results_container_one_text {
		margin-right: 0;
		padding-right: 17px;
		padding-top: 20px;
	}
	.results_container_one_migon {
		margin-right: 0px;
		padding-right: 15px;
	}
	.results_container_one_text { /*min-height: 258px;*/
		
	}

	/* .results_container_short {
   /*height: 260px;*.
  }
  .most_attractive {
    width: 15px;
  }
  .results_container_one_migon_text {
    margin-top: 5px;
  }
  .panel-body_additional_car_details_check_secondContainer .body_additional_car_details_check_second_text {
    margin-right: 20%;
  }
}
@media (max-width:360px){
	.additional_details_selected{
		height: 120px;
	}
	.additional_details_right{
	height: 117px;
	}
}
@media only screen and (max-width: 320px) {

  .active, .not_active, .active2, .not_active2, .active_i, .not_active_i, .active_d, .not_active_d {
    font-size: 14px;
  }
}
/**************************************************************media queries**********************************************************/
	.ui-growl {
		position: fixed;
		top: 40%;
		left: 37%;
	}
	.ui-growl-title {
		font: 24px "Alef Hebrew", Arial, Helvetica, sans-serif;
		text-align: center;
	}
	.ui-growl-message p {
		font: 18px "Alef Hebrew", Arial, Helvetica, sans-serif;
		letter-spacing: -1px;
		width: 250px;
		float: right;
	}
	.radioAsButton {
		width: auto !important;
		height: 70px;  float:left;
	}
	.radioAsButton label {
		float: left;
		margin-right: 7px;
		text-align: center;
		line-height: 2;
		border-radius: 8px;
		background-color: #f5f5f5;
		color: #809d1f;
		width: 50px;
		font-size: 16px;
		font-weight: bold;
		border: 1px solid #b5c2c9 !important;
		font-family: Gisha !important;
		white-space: nowrap;
		min-height: 36px;
	}
	.radioAsButton input[type="radio"]:checked+label {
		background: #abc74e;
		color: #ffffff;
		-webkit-box-shadow: 2px 2px 2px #b5c2c9;
		-moz-box-shadow: 2px 2px 2px #b5c2c9;
		box-shadow: 2px 2px 2px #b5c2c9;

	}
	.radioAsButton input[type="radio"] {
		height: 1px;
		width: 1px;
		position: absolute;
		left: 13px;
		z-index: -2;
	}
	.radioAsButton table {
		margin-right: 0px !important;
		max-width: 200px !important;
		height: 51px !important;
		font-size: 16px !important;
	}
	.radioAsButton tr {
		
	}
	.radioAsButton td {
		padding-top:10px;
	}
	
	.logos_container { max-width: 100%; } 
	.address { max-width: 100vw; width: 100%; display: block; float: right; } 
	.footer2 { width: 100%; } 
	.grouponDialog .ui-dialog.ui-widget { max-width: 100% !important; width: 90% !important; left: 5% !important; } 
	.ui-dialog .ui-dialog-content { padding: 0.2em 1em;  } 
	
	.expected_distance_button .radioAsButton
	{
		width: 100% !important
		
	}


	.expected_distance_button .radioAsButton label
	{
		width: 95% !important;
		font-size: 15px;
		
	}
	
	.expected_distance_button{
		width:100%;
	}
	
	.expected_distance_button_lable 
	{
		width:100%;
		padding-right: 5px;
	    float: right;
	    margin-top: 8px;
	    line-height: 22px;
	    font-size: 16px !important;
	   
	} 
	
	.expected_distance_button_lable label
	{
		font-size: 16px !important;
	   
	} 
	
	.expected_distance_button_lable img {
    height: 28px;
    float: right;
}
}

.aboutBtn
{
	border: 1px solid #b5c2c9 !important;
    border-radius: 8px;
    background-color: #f5f5f5;
    text-align: center;
    line-height: 2;
    color: #0099ff;
    width: 70px;
    font-size: 16px;
    font-weight: bold;
    float: right;
    margin-top: -9px;
    font-family: Gisha !important;
}

.ui-messages-info
{
	margin-top: 111px;
    position: absolute;
    z-index: 999;
    width: 90%;
    height: 120px;
    font-size: 18px;
    vertical-align: middle;
}

.ui-messages-info .ui-icon-close {
    background-position: -99px -128px;
}
	