* {
    box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}
iframe[name="google_conversion_frame"] {
	position: fixed;
}

body{
	margin: 0px;
	padding: 0px;
	font-size: 21px;
	line-height: 1.38;
	font-family: 'Rubik', sans-serif;	
}
h1,h2,h3,h4,h5,h6,input,textarea,select{
	font-family: 'Rubik', sans-serif;	
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1, .h1 {
	font-size:71px;
	line-height: 90px;
	margin-bottom: 2px;
	font-weight: 400;
}
h2, .h2 {
	font-size: 42px;
	line-height: 50px;
	font-weight: 500;	
}
h3, .h3 {
    font-size: 24px;
	font-weight: 500;	
}
h4, .h4 {
    font-size: 23px;
	font-weight: 500;	
}
h5, .h5 {
    font-size: 14px;
}
h6, .h6 {
    font-size: 12px;
}
a:active, 
a:hover, 
a:focus,
input:hover, 
input:active, 
input:focus, 
textarea:hover, 
textarea:active, 
textarea:focus {
	outline: 0px;
}
a {
	text-decoration: none;
	color: inherit;
}
form br {
	display: none;
}
img {
	max-width: 100%;
	height: auto;
}
p,ul,ol {
	margin: 0 0 10px 0;
}
body .admin {
	display: none;
}
body.admin-bar .admin {
	display: block;
}
.single-insurance-img img{
	width:193px;
	height:196px; 
}
.single-value-img img{
		width:193px;
	height:196px; 
		
}
.hide{
	display: none;
}
.ajax-loader {
	position: absolute;
}
.hentry {
    margin-bottom: 0px;
}
.relative {
	position: relative
}
.inline-block {
	display: inline-block;
}
.table {
    display: table;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.container {
    padding: 0 15px 0 15px;
	margin: 0 auto;
}

.image-center {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.image-center img {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;	
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;	
	margin: auto;
}
ul.pager {
	padding-right: 0px;
	padding-left: 0px;
}
ul.pagination {
	padding-right: 0px;
	padding-left: 0px;
}
.a-link-wrap {
	margin-top: 40px;
	margin-bottom: 40px;
}
/* slick slider */
.slickwraper {
	overflow: hidden;
}
.slick-slide img {
    display: inline-block;
	max-width: 100%;
	height: auto;
}
.slick-slide {
    text-align: center;
}
.slick-arrow {
	position: absolute;
	outline: 0;
	top: 48%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);	
	z-index: 1;
	border: 0px;
	padding: 0px;
	background-color: transparent;
    font-size: 00px;
    line-height: 0px;
    height: 40px;	
	cursor: pointer;	
	color: #000;
}
.slick-arrow svg {	
	width: 40px;
	height: 40px;
}
.slick-next.slick-arrow {
	left: 0px;
	transform: rotate(90deg);
}
.slick-prev.slick-arrow {
	right: 0px;
	transform: rotate(-90deg);
}
ul.slick-dots {
	margin: 0px;	
	padding: 0px;
	list-style: none;
	text-align: center;
}
ul.slick-dots li {
	display: inline-block;
	width: 36px;
	height: 36px;
	border: 0px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;	
}
ul.slick-dots li button {
	width: inherit;
	height: inherit;
	padding: 0px;
	border: 0px;
	border-radius: 0%;
	background: url(../svg/slide-dot-grey.svg);
	background-size: 100% 100%;
	color: transparent;
	outline: 0;
	cursor: pointer;
}
ul.slick-dots li button:hover,
ul.slick-dots li.slick-active button {
	background: url(../svg/slide-dot-blue.svg);	
	background-size: 100% 100%;
}
ul.slick-dots li.slick-active button {	
	cursor: default;
}
/* elementor */
#elementor-add-new-section {
    max-width: 100%;
    float: left;
    width: 100%;
}
/* flex */
.flex-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flex-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
	margin-bottom: 15px;
}

.flex-row.align-items-self-end {
	align-items: self-end;
}
.flex-row.form-flex {
    justify-content: unset;
}
.flex-half{
	width: 50%;
}
.flex-third{
	width: 33.33%;
}
.flex-two-thirds{
	width: 66.66%;
}
.flex-qtr{
	width: 25%;
}
.row {
	display: flex;
	width: 100%;
}
.row::after {
	display: block;
	clear: both;
	content: '';
}
.col-1 {width: 8.33%}
.col-2 {width: 16.66%}
.col-3 {width: 25%}
.col-4 {width: 33.33%}
.col-5 {width: 41.66%}
.col-6 {width: 50%}
.col-7 {width: 58.33%}
.col-8 {width: 66.66%}
.col-9 {width: 75%}
.col-10 {width: 83.33%}
.col-11 {width: 91.66%}
.col-12 {width: 100%}
[class*="col-"] {
	padding: 15px;
	float: left;
}
/* general */
.section {
	padding: 100px 0;
}
.button {
	display: inline-block;
	margin-top: 30px;
	padding: 24px 66px;
	background-color: #50e3c2;
	color: #fff;
	text-decoration: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none; 
	user-select: none; 
	cursor: pointer;
}
.btn {
	font-size: 15px;
	line-height:18px;
	text-align: center;
	padding: 13px 0 12px; 
	width: 197px;
	border: 3px solid #57A9D3;
	border-radius: 10px;
    display: inline-block;
	cursor: pointer;
	box-shadow: 0 5px 10px rgb(109 144 167 / 57%);	
}
.bg-btn.btn {
	font-weight: 500;
	background-color:  #57A9D3;
	color: #fff;
	box-shadow: 0 5px 10px rgba(109,144,167,0.57);
}
.btn.auto{
	width: auto;
	margin: 0.5em 0;
	padding-left:  0.5em;
	padding-right:  0.5em;
	/*yaniv chage padding right, left to 1.5rem*/
	padding-left:  1.5em;
	padding-right:  1.5em;
}
.border-btn.btn{
	font-weight: 400;
	color:  #57A9D3;	
}
.top-center {
	text-align: center;
}

.section-skew-line {
	position: relative;
	overflow: hidden;
	margin-top: -3vw;/*faq page*/
}
.section-skew-line:before {
	/* content: ''; */
	position: absolute;
	top: 50vh;
	left: -10%;
	width: 120%;
	height: 100vh;
	box-shadow: 0 21px 20px rgba(55,104,129,0.04);
	transform: translateY(-50%) skewY(5deg);
}
/* single */
.post-thumbnail {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;	
}
.button-post-nav {
	display: flex;
	justify-content: space-between;
	margin: 20px 0 40px;
	font-weight: 600;
}
.recent-slide {
	margin: 0 5px;
}
/* category */
.flex-post.img {
	width: 25%;
} 
.flex-post.text {
	width: 72%;
	position: relative;
	padding-bottom: 25px;
} 
.flex-post.text.flex-full {
	width: 100%;	
}
.post-read-more {
	position: absolute;
	bottom: 0;
	left: 0;
}
/*popup video*/
.play-video {
	cursor: pointer;
}
.vid-popup {
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(255, 255, 255);
	background-color: #000;
    display: block;
}
.vid-popup iframe {
    width: 1200px;
    height: 675px;
    max-width: 90vw;
    max-height: 50.6vw;
    margin-bottom: -11px;
    border: 0px;
}
.close-popup {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 20px;
	height: 20px;
	background-color: #57a9d3;
	border-radius: 10px;
	cursor: pointer;
	z-index: 3;
}
.close-popup:before,
.close-popup:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	height: 65%;
    width: 2px;
    background-color: #152a50;
	transition: 1s;
}
.close-popup:before {
	transform: translate(-50%, -50%) skewX(-30deg);	
}
.close-popup:after {
	transform: translate(-50%, -50%) skewX(30deg);	
}
.close-popup:hover:before {
	transform: translate(-50%, -50%) skewX(30deg);
	background-color: #fff;
}
.close-popup:hover:after {
	transform: translate(-50%, -50%) skewX(-30deg);	
	background-color: #fff;
}

/* form */
.form-info {
    text-align: center;
    padding-bottom: 30px;
}
.form-info h3{
	font-size: 34px;
	line-height:41px;
	margin: 0 0 33px;
	font-weight: 400;
}
.form-info-text {
	font-size: 18px;
	line-height:26px;
	color:  #696969;
}
.form-info h5{
	font-weight: 400;
	font-size: 34px;
	line-height:41px;
	color:  #74CC99;
	margin: 0;
}
.form-info-img {
	line-height: 0;
}
.form-info-btn.bg-btn.btn{
	margin: 15px 0 32px;
	font-weight: 400;	
}

.form-form {
    background: url(../svg/faq-icon.svg) no-repeat;
    background-size: 100% 100%;
    padding: 124px 190px 256px;	
}
select ,
input {
	width: 100%;
	height: 51px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 19px;
	padding-left: 19px;
	border: 1px solid #D1DBE3;
	border-radius: 14px;
	font-size: 18px;
	line-height: 22px;	
}
select {
	background-color:white !important;
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: 34px calc(1em + 12px), 39px calc(1em + 12px);
    background-size: 5px 5px, 5px 5px;
	background-repeat: no-repeat;
	-o-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;	
}
textarea {
	width: 100%;
	height: 88px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 19px;
	padding-left: 19px;
	border: 1px solid #D1DBE3;
	border-radius: 14px;
	font-size: 18px;
	line-height: 22px;
}
input[type="submit"] {
	width: 100%;
	height: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0px solid #ccc;
	border-radius: 8px;
	font-weight: 400;
	background-color: #57A9D3;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	text-align: center;		
	transition: 0.5s;
	cursor: pointer;
    -webkit-appearance: none;	
}
input[type="submit"].disabled ,
input[type="submit"]:disabled {
	background-color: #fff;
	color: #2D3B41;
	border: 2px solid #57A9D3;	
	cursor: default;	
}
input.fail[type="submit"] {
	background-color: #ff6765;
}
input.sucsess[type="submit"] {
	background-color: #66c68e;
}
.output-field {
	position: relative;
	width: 300px;
    max-width: 100%;	
	margin-top: 7px;
	margin-bottom: 1px;	
	height: 30px;	
}
.output-field .wpcf7-response-output{
	display: none !important;
}
.input-field {
	position: relative;
	width: 300px;
	height: 51px;
	line-height: 51px;
    max-width: 100%;	
	margin-top: 7px;
	margin-bottom: 1px;	
}

.input-field.textarea {
	height: 88px;
}
.input-field label {
	position: absolute;
    top: 0px;
	left: 19px;
	width: 100%;				
	color: #D6D6D6;
	transition: 0.2s all;
	font-size: 22px;
}
.input-field select,
.input-field textarea,
.input-field input{
	outline: 0;
	padding-top: 23px;
}
.input-field select:focus,
.input-field.required select:valid ,
.input-field.required select:valid  ~.select-selected ,
.input-field textarea:focus,
.input-field.not-required textarea:not(:placeholder-shown),
.input-field input:focus,
.input-field.not-required input:not(:placeholder-shown) {
	border-color: #073573;
}
.input-field select:focus~label,
.input-field.required select:valid  ~label ,
.input-field textarea:focus~label,
.input-field.not-required textarea:not(:placeholder-shown) ~label ,
.input-field input:focus~label,
.input-field.not-required input:not(:placeholder-shown) ~label  {
	top: -15px;
	color: #073573;
	font-size: 18px;
}

.calc-form .input-field {
	width: 400px;
    height: 60px;
    line-height: 60px;	
}
.calc-form .with-3 .input-field {
    margin: 7px 7px 1px;
}
.calc-form .input-field select,
.calc-form .input-field input{
    height: 60px;
    font-size: 15px;
    line-height: 18px;
    padding-right: 33px;
    padding-left: 33px;
    padding-bottom: 14px;
    padding-top: 28px;
	border: 1px solid #57A9D3;
	color: #9F9F9F;
}
.calc-form .input-field select:focus,
.calc-form .input-field.required select:valid,
.calc-form .input-field.required select:valid ~.select-selected,
.calc-form .input-field textarea:focus,
.calc-form .input-field.not-required textarea:not(:placeholder-shown),
.calc-form .input-field input:focus,
.calc-form .input-field.not-required input:not(:placeholder-shown) {
    border-color: #57A9D3;
}
.calc-form .input-field label {
    top: 17px;
    font-size: 20px;
    line-height: 25px;	
    left: 33px;
    width: calc(100% - 66px);
}
.calc-form .input-field select:focus~label,
.calc-form .input-field.required select:valid ~label ,
.calc-form .input-field textarea:focus~label,
.calc-form .input-field.not-required textarea:not(:placeholder-shown) ~label ,
.calc-form .input-field input:focus~label,
.calc-form .input-field.not-required input:not(:placeholder-shown) ~label  {
    top: 15px;
    font-size: 12px;
    line-height: 14px;
}
.calc-form .output-field {
	width: 183px;
	height: 40px;	
}
.calc-form input[type="submit"] {
	height: 40px;
	border-radius: 10px;
	font-size: 15px;
	line-height: 16px;
}
.no-field.text {
    font-size: 14px;
    line-height: 18px;
    margin: 16px 0 3px;
}
.calc-form .input-field.short {
	width: 250px;
	height: 38px;
	line-height: 38px;
    margin-top: 10px;
    margin-bottom: 3px;	
}
.calc-form .input-field.short label {
    font-size: 14px;
    line-height: 17px;
	left: 16px;
	top: 12px;
}
.calc-form .input-field.short input:focus~label,
.calc-form .input-field.not-required.short input:not(:placeholder-shown) ~label  {
	color: #073573;
    font-size: 14px;
    line-height: 17px;	
	top: 11px;	
}
.calc-form .input-field.short input {
    height: 38px;
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 12px;
    padding-top: 12px;
	padding-left: 15px;
	display: block;
}
.calc-form .input-field.short input.name {
	padding-left: 56px
}
.calc-form .input-field.short input.id.num-only {
	padding-left: 88px;
    direction: ltr;	
}
.calc-form .flex-half {
	width: 400px;
}
.calc-form .flex-quarter {
	width: 40%;
}
#meetingForm.calc-form .input-field label {
	text-align: center;
}
#meetingForm.calc-form .select-selected {
	text-align: center;
}
#meetingForm.calc-form .select-items div {
    text-align: center;
}
#meetingForm.calc-form input#meetDate {
    text-align: center;
}
/* wpml lang */
.wpml-lang {
    position: fixed;
    left: 0;
    top: 30%;
    transform: translateY(-50%);
    z-index: 999;
}
.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
    padding: 0;
}
.wpml-ls-legacy-list-horizontal>ul {
    display: flex;
    flex-direction: column;
}
#resetpassform,
#lostpasswordform{
	text-align: left; 
}
body.postid-51 .section-blog.section {
	padding-top: 140px;
}
.header-thanks {
	padding-top: 160px;
	text-align: center;
}
.section-thanks {
	padding-bottom: 100px;
}
.ui-datepicker {
	z-index: 4!important;
}
.medical-job-input{
	width:350px !important;
}
.step_middle .fields{
	
	justify-content:center !important;
}
.date-radio-label{
	width:200px !important;
	height:70px !important;
	font-size:20px !important;
}
.a-naot{
	color:#57A9D3;
	text-decoration: underline;
}
.tooltip-wrap{
	display:flex;
	flex-direction:row;
	align-items:center;
	font-family: 'Rubik', sans-serif;
	justify-content:space-between;
	margin:20px 0;
}


.tooltip {
  position: relative;
  display:flex;
  align-items:center;
  
}
.tooltip img{
	width:30px;
	height:30px;
}
.tooltip .tooltiptext {
 
  visibility: hidden;
  width: 400px;
  background-color: #57A9D3;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px; 

  /* Position the tooltip */
  
  position: absolute;
  
  right:-400px;
  z-index: 10;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.slideInc,.slideDec{
	margin:5px;
	padding: 0 6px;
	border: 1px solid #65B0D7;
	color: #65B0D7;
	border-radius:50%;
	font-size:16px;
	cursor:pointer;
}
.slideInc:hover,.slideDec:hover{
	color:#FFFFFF;
	background-color:#65B0D7;
}

.error-1,.error-2{
	
	opacity:0;
	text-align: center;
	color: red;
	font-size: 0.8em;
	margin: 0 auto;
}
.insurance-template-travel-insurance #step-2 .daterangepicker.rtl{
	flex-direction: row;
	direction: rtl !important;
}
.insurance-template-travel-insurance fieldset.fieldset-radio-button-premia .toggle {
	flex-flow: wrap !important;
}    
.insurance-template-travel-insurance .inner{
	min-height: 380px;
	
}
.autocomplete-items{
    cursor: pointer;
}
@media (min-width: 768px){
	
	.container {
		width: 750px;
	}
	.container.container-wide {
		width: 750px;
	}
	.container.container-narrow {
		width: 750px;
	}
	
}
@media (min-width: 992px){
	.container {
		width: 970px;
	}
	.container.container-wide {
		width: 970px;
	}
	.container.container-med {
		width: 880px;
	}		
}
@media (min-width: 1200px){
	.container {
		width: 1170px;
	}
	.container.container-wide {
		width: 100%;
	}
	
}
@media (min-width: 1630px){
	.container.container-wide {
		width: 1600px;
	}
}
@media (max-width: 1199px){
	.form-form {
		padding: 124px 120px 240px;
	}	
}
@media (max-width: 991px){
	body{
		font-size: 14px;
	}
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	h4, .h4, h5, .h5, h6, .h6 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	h1, .h1 {
		font-size: 34px;
	    line-height: 50px;	
	}
	h2, .h2 {
		font-size: 20px;
	}
	h3, .h3 {
		font-size: 18px;
	}
	h4, .h4 {
		font-size: 16px;
	}
	h5, .h5 {
		font-size: 14px;
	}
	h6, .h6 {
		font-size: 12px;
	}
	.section {
		padding: 50px 0;
	}
	header.section {
		padding-top: 100px;
	}
	
	.form-form {
		background: none;
		position: relative;
	    padding: 124px 30px 240px;	
	}
	.form-form:before {
		content: '';
		background: url(../svg/faq-icon.svg) no-repeat;
		background-size: 100% 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: -90px;
		right: -90px;
	}
	
	.btn {
		font-size: 14px;
		line-height: 17px;
		border-radius: 14px;
	}
	.calc-form .input-field ,
	.calc-form .flex-half {
		width: 300px;
	}
	.calc-form .input-field {
		height: 50px;
		line-height: 50px;	
	}
	.calc-form .input-field select,
	.calc-form .input-field input{
		height: 50px;
		font-size: 13px;
		line-height: 16px;
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 8px;
		padding-top: 20px;
	}
	.calc-form .input-field label {
		top: 14px;
		font-size: 16px;
		line-height: 20px;	
		left: 15px;
		width: calc(100% - 30px);
	}
	.calc-form .input-field select:focus~label,
	.calc-form .input-field.required select:valid ~label ,
	.calc-form .input-field textarea:focus~label,
	.calc-form .input-field.not-required textarea:not(:placeholder-shown) ~label ,
	.calc-form .input-field input:focus~label,
	.calc-form .input-field.not-required input:not(:placeholder-shown) ~label  {
		top: 12px;
	}
	
	body.postid-51 .section-blog.section {
		padding-top: 21px;
	}
}
@media (max-width: 767px){
	/* category */
	.date-radio-label{
		font-size:16px !important;
		width:150px !important;
		height:50px  !important;
	}
	.medical-job-input{
		width:100% !important;
    }
	.tooltip .tooltiptext {
		top:-130px;
		right:20px;
		width:300px;
	}
	.tooltip img{
		width:25px;
		height:25px;
    }
	.radio-mobile-row{
		min-width: 60px;
        max-width: 60px;
	}
	.radio-mobile-row-2{
		
		min-width: 120px;
        max-width: 120px;
	}
	.insurance-template-loan-insurance #step-8 .radio-mobile-row-2{
		
		min-width: 180px;
        max-width: 180px;
	}
	.insurance-template-loan-insurance #step-8 .radio-mobile-row-2 label{
		text-align:center;
	}
	.radio-mobile-row-streach{
		width:100% !important;
	}
	.fieldset-input{
		padding-bottom:0 !important;
	}
	.flex-row {
		justify-content: center;
		flex-wrap: wrap;
	}
	.flex-post.img {
		width: 250px;
	} 
	.flex-post.text {
		width: 100%;
		max-width: 550px;
	} 
	.flex-full {
		width: 100%;	
	}
    .vid-popup iframe {
		max-width: 110vw;
		max-height: 65vw;
	}
	.output-field,
	.input-field {
		width: 200px;	
	}
	ul.slick-dots li {
		width: 24px;
		height: 24px;
	}
	
	.form-info {
		width: 100%;
	}
	.section-form {
		padding-top: 00px;
	    overflow: hidden;	
	}
	.form-form {
		padding: 124px 90px 240px;
	}
	.form-form:before {
		left: -45px;
		right: -45px;
	}	
	.header-thanks {
		padding-top: 80px;
	}
	.single-insurance-img img{
		width:300px !important;
		height: 140px;
		
	}
	.single-value-img img{
		width:300px !important;
		height: 140px;
		
	}
}
@media (max-width: 600px) {
	#wpadminbar {
		position: fixed;
	}
.insurance-template-travel-insurance .error-1{
		margin-top:25px;
	}	
.insurance-template-travel-insurance .inner{
	min-height: 550px;
	
}	
}
@media (max-width: 425px){
	.vid-popup iframe {
		max-width: 180vw;
		max-height: 120vw;
	}
}
.manual-input::placeholder { /* Most modern browsers support this now. */
   color:    #9E9E9E !important;
   
}
.manual-placement .fieldset-input{
margin:0 1% !important;
}
@media only screen and (max-width: 800px) {
	.manual-placement .fieldset-input{
		width:75%!important;;
	}
	
	.manual-placement{
	justify-content:center !important;
	}
.minus, .plus{
	height:50px !important;
}
}
.minus, .plus{
			cursor:pointer;
			width:8%;
			height:5%;
			/*background:#f2f2f2;*/
			border-radius:4px;
			padding:8px 5px 8px 5px;
			border:1px solid #ddd;
      display: flex;
    justify-content: center;
    align-items: center;
	color:#57A9D3;
	font-size:23px;
	
		}
.manual-placement{
	justify-content:start !important;
}