
/*-------------------------------
 RESPONSIVE LAYOUT
---------------------------------*/
/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }

/*Large devices (desktops, 992px and up)*/
@media only screen and (min-width: 992px) and (max-width: 1199.98px) { 
	.footer-text{
	float: left;
	font-size: 18px!important;
 }
 .footer-btn{
 	float: right;
 }
}

/*Medium devices (tablets, 768px and up)*/
@media only screen and (max-width: 991.98px) {
.footer-text{
	float: left;
	font-size: 18px!important;
 }
 .footer-btn{
 	float: right;
 }  }

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) { 

 
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) { 
.animateZoom:hover {
  -ms-transform: scale(1); /* IE 9 */
  -webkit-transform: scale(1); /* Safari 3-8 */
  transform: scale(1); 
}
.steps1{
	padding: 36px 50px 34px 50px;
}
.steps2{
	padding: 36px 50px 34px 50px;
}
.steps3{
	padding: 36px 50px 34px 50px;
}


}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

.animateZoom:hover {
  -ms-transform: scale(1); /* IE 9 */
  -webkit-transform: scale(1); /* Safari 3-8 */
  transform: scale(1); 
} 
.steps1{
	padding: 36px 50px 34px 50px;
}
.steps2{
	padding: 36px 50px 34px 50px;
}
.steps3{
	padding: 36px 50px 34px 50px;
}
.section1{
	margin-top: -6px;
}
.section3{
	margin-top: -9px;
}
.section6{
	margin-top: -6px;
}
.section10{
	margin-top: -9px;
}
.section2-img-box{
	text-align: center;
}
.section2-img-box img{
	width: 200px;
}
.section9-content img{
	width: 200px;
}
.section10-img-box{
	text-align: center;
}
.section10-img-box img{ 
	width: 200px;
}
.section3-box1 .card{
	width: 100%;
}
.arr-down{
	text-align: center;
	margin: 0px 140px;
}
.right-arrow img{
	width: 80px;
	margin: 0px 0px 0px 150px;
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari prior 9.0 */
    transform: rotate(90deg); /* Standard syntax */
}
.section10-p1{
	padding-left: 0px!important;
	padding-right: 0px!important;
}
.section13-box1 .card{
	width: 100%;
}
.section13-box2{
	padding-left: 0px!important;
	padding-right: 0px!important;
}
.section14-box1 .card{
	padding: 5px!important;
}
.steps1 img{
	width: 100%;
}
.steps2 img{
	width: 100%;
}
.steps3 img{
	width: 100%;
}
.timertext h2{
	font-size: 14px;
}
.timerbtn h2 a{
	background-image: -moz-linear-gradient( -180deg, rgb(251,171,0) 0%, rgb(255,206,36) 29%, rgb(255,206,22) 79%, rgb(251,172,1) 100%);
    background-image: -webkit-linear-gradient( -180deg, rgb(251,171,0) 0%, rgb(255,206,36) 29%, rgb(255,206,22) 79%, rgb(251,172,1) 100%);
    background-image: -ms-linear-gradient( -180deg, rgb(251,171,0) 0%, rgb(255,206,36) 29%, rgb(255,206,22) 79%, rgb(251,172,1) 100%);
    box-shadow: 7.5px 12.99px 25px 0px rgba(0, 0, 0, 0.15);
    color: rgb(9, 13, 86);
    border-radius: 30px;
    border: 1px solid #f9ce22;
    margin: 0 auto;
    padding: 2px 15px;
    font-size: 14px;
   text-transform: uppercase;
}
#timerone{
	font-size: 16px;
}
#service-box{
	width: 321px;
}
.owl-item{
	width: 100%;
}
.header{
	 background-size:100% 200%;
  background-position:center center;
  background-repeat:no-repeat;
}
}

