/*
https://www.wrappixel.com/demos/ui-kit/wrapkit-free/wrapkit/index.html
Template Name: Wrapkit
Author: wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*******************
form-banner 1
*******************/
#banner1 {
  background: right 4.3em center no-repeat #e9f3f8; }

@media (min-width: 2301px) and (max-width: 2700px) {
  #banner1 {
    background-position: 70% center; } }

@media (min-width: 1900px) and (max-width: 2300px) {
  #banner1 {
    background-position: 80% center; } }

@media (min-width: 1500px) and (max-width: 1680px) {
  #banner1 {
    background-position: right center; } }

@media (max-width: 1100px) {
  #banner1 {
    background-position: right -14em center; } }

@media (max-width: 992px) {
  #banner1 {
    background-position: right -6em center;
    background-size: 80%; } }

@media (max-width: 767px) {
  #banner1 {
    background-size: 100%;
    background-position: right center; } }

@media (max-width: 590px) {
  #banner1 {
    background-image: none; } }

/*******************
dimi added
*******************/
.jimexpand {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
    background: #44537470;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    vertical-align: middle;
}