#map {
  width: 100% !important;
  height: 500px !important;
  background-color: #73B6E6;
}
#map svg {
	width: 100% !important;
	height: 415px !important;
}
.countries {
  fill: #b0d0ab;
  stroke: #6cb0e0;
  stroke-width: 0.5px;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}
.airports {
  fill: #036;
  stroke: none;
  fill: none;
  stroke-width: 0.5px;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}
.plane {
  fill: white;
}
.route {
  fill: none;
  stroke: white;
  stroke-dasharray: 5;
}


.for-img img {
    margin-top: 50px;
    margin-bottom: 10px;
}

.for-img h4.font-mont-bold { font-size: 15px;}

.for-img p {font-size: 13px; padding-top:0px;}

.for-img h4 {  margin-bottom: 0px;}

div#cc_nf_body {
    width: 100%;
    padding: 0px;
}

.card_offers {
    background-image: url(https://www.imgsynergy.com/product_creatives/0eebf51ee3d3bfdcd6748c9fa1f8b9c5.png?da714cd1&39166);
    background-size: 25%;
    background-repeat: no-repeat;
    background-position-x: 112px;
    background-position-y: 7px;
    width: 155px;
}

.form-area label { color: #777; font-weight: normal; font-size: 16px;}

.form-area .form-control {border: 1px solid #e0e0e0; border-radius: 0px;}