.header1 {
    display: flex;
    justify-content: center;
    background-color: #004CD2;
    color: white;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 180px;
    padding-bottom: 30px;
    white-space: nowrap;
}
.section1 {
    z-index: 1;
}
.header1 h1 {
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 36px;
}
#header-info {
    font-size: 15px;
    line-height: 1.5384616;
    font-weight: 400;
    margin-bottom: 20px;
	color: #fff;
}
our-services {
    display: flex;
}
our-services p {
    min-height: 40px;
    padding: 0 26px;
    font-size: 14px;
    line-height: 25px;
    display: block;
    margin-left: 0px;
    background-image: url(../images/checked_white_icon.png);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: left 5px;
    margin-bottom: 4px;
}
#our-services-second-part {
    margin-left: 67px;
}

our-services a {
    color: #fff;
    text-decoration: none;
}

#arrow-img-desktop-container
{
  margin-left: -123px;
  margin-top: 86px;
  display:none;
  
}

#arrow-img-desktop-container svg
{
  height: 265px;
  width: 445px;
  transform: rotate(5deg);
}

@media  screen and (max-width: 1250px)
{ 
  #arrow-img-desktop-container
  {
    margin-left: -128px;
    margin-top: 83px;
  }

  #arrow-img-desktop-container img
  {
    width: 390px;
    transform: rotate(8deg);
  }
}

@media  screen and (max-width: 1180px)
{ 
  #arrow-img-desktop-container
  {
    display: none;
  }

  header h1
  {
    font-size: 30px;
        line-height: 34px;
        margin-top: 55px;
  }

  #our-services-second-part
  {
    margin-left: 5px;
  }

  our-services p
  {
    min-height: 33px;
  }

  #arrow-img-ipad-container
  {
    display: block;
    margin-left: -127px;
    margin-top: 73px;
	display:none;
  }

  #arrow-img-ipad-container img
  {
    height: 309px;
      width: 239px;
      transform: rotate(13deg);
  }
}
#form-header p{ color:#000;}
.form-block-elements {
    
    border: 1px solid #9999;
}
form {
    width: 380px;
    background-color: #EDEFF2;
	    background-image: url(../images/india.jpg);
		
    background-size: cover;
    color: black;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 3px;
    padding-top: 25px;
    padding-bottom: 34px;
	margin-left:275px;
}
#form-header {
    text-align: center;
    padding-bottom: 10px;
}
#arrow-img-ipad-container, #arrow-img-mobile-container {
    display: none;
}

@media  screen and (max-width: 500px)
{ 


  #arrow-img-mobile-container
  {
    display: inline-block;
    margin-top: 4px;
    margin-left: -10px;
	display:none !important;
    
  }

  
}
.emergencies a{ color:#fff;}
.emergencies a:hover {
    color: #fff !important;
}

.service-box{
            position: relative;
            overflow: hidden;
            margin-bottom:10px;
            perspective:1000px;
            -webkit-perspective:1000px;
        }
        .service-icon{
            width: 100%;
            height: 250px;
            padding: 20px;
            text-align: center;
            transition: all .5s ease;
        }

        .service-content{
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            opacity: 0;
            width: 100%;
            height: 250px;
            padding: 20px;
            text-align: center;
            transition: all .5s ease;
            background-color: #474747;
            backface-visibility:hidden;
            transform-style: preserve-3d;
            -webkit-transform: translateY(110px) rotateX(-90deg);
            -moz-transform: translateY(110px) rotateX(-90deg);
            -ms-transform: translateY(110px) rotateX(-90deg);
            -o-transform: translateY(110px) rotateX(-90deg);
            transform: translateY(110px) rotateX(-90deg);
        }
        .service-box .service-icon .front-content{
            position: relative;
            top:80px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .service-box .service-icon .front-content i {
            font-size: 28px;
            color: #fff;
            font-weight: normal;
        }

        .service-box .service-icon .front-content h3 {
            font-size: 15px;
            color: #fff;
            text-align: center;
            margin-bottom: 15px;
            text-transform: uppercase;
        }
        .service-box .service-content h3 {
            font-size: 15px;
            font-weight: 700;
            color: #fff;
            margin-bottom:10px;
            text-transform: uppercase;
        }
        .service-box .service-content p {
            font-size: 15px;
            color: #fff;
            margin:0;
        }
        .yellow{background-color: #004CD2;}
        .orange{background-color: #004CD2;}
        .red{background-color: #004CD2;}
        .grey{background-color: #474747;}
        .service-box:hover .service-icon{
            opacity: 0;
            -webkit-transform: translateY(-110px) rotateX(90deg);
            -moz-transform: translateY(-110px) rotateX(90deg);
            -ms-transform: translateY(-110px) rotateX(90deg);
            -o-transform: translateY(-110px) rotateX(90deg);
            transform: translateY(-110px) rotateX(90deg);
        }
        .service-box:hover .service-content {
            opacity: 1;
            -webkit-transform: rotateX(0);
            -moz-transform: rotateX(0);
            -ms-transform: rotateX(0);
            -o-transform: rotateX(0);
            transform: rotateX(0);
        }
		
		.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}