@import url(bootstrap.css);
@import url(../fonts/font-awesome/css/font-awesome.css);
/*@import url(https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900);*/
@import url(owl.carousel.css);
@import url(owl.theme.css);
@import url(slick.css);
@import url(slick-theme.css);
@import url(style.css);
@import url(custom.css);
@import url(custom1.css);
@import url(custom-2.css);
@import url(custom-9.css);
@import url(responsive.css);
@import url(intlTelInput.css);
@import url('https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i|Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
/*font-family: 'Roboto Condensed', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Nunito', sans-serif
font-family: 'Lato', sans-serif;
*/
h1, h2, h3, h4, h5, h6 {
color: #333333;
/*font-family: 'Raleway', sans-serif; */
font-weight: 500;
font-family: 'Nunito', sans-serif !important;
/* font-family: 'Lato', sans-serif;*/
}
p {
	font-size: 16px;
	font-family: 'Nunito', sans-serif !important;
	font-weight: 300;
    line-height: 25px;

}
/*a{font-family: 'Nunito', sans-serif !important;}*/
.flowerdeliverySlider {
	background-color: #000;
    padding-top: 60px;
    /* padding-bottom: 60px; */
    background-image: url(../img/uber-for-flowers/uber-banner.webp);
    background-size: cover;
    background-position: center right;
    position: relative;
    min-height: 600px;
}

.flowerdeliverySlider:before {
	/*position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 30%, rgba(238, 79, 119, 0.8) 100%);
	top: 0;
	left: 0*/
}

.uberFlowery-txt h1 {
    font-size: 45px;
    color: #ee4e75;
    font-weight: bold;
    max-width: 78%;
}
.uberFlowery-txt p{width: 80%;}
.uberFlowery-txt {
	padding-top: 35px;
	padding-bottom: 35px
}
.top-heading-i {
    color: #000;
    font-size: 45px;
    font-weight: 100;
    /* text-transform: capitalize; */
}
.pt60 {
	padding-top: 60px;
	padding-bottom: 60px
}
.bgFlower{background-color: #eef5f5;}
.btnFlower{
    background-color: rgba(235, 48, 95, 0.85);
    box-shadow: none !important;
    padding: 12px 25px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    color: #f9f9f9;
    transition: .3s all;
    font-family: 'Nunito', sans-serif !important;
}
.btnFlower:hover{
    background-color: rgba(235, 48, 95, 0.85);
    box-shadow: none !important;
    padding: 12px 25px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    color: #f9f9f9;
    transition: .3s all;
    font-family: 'Nunito', sans-serif !important;
}
.mt20{margin-top: 20px;}
.mt60 {
    margin-top: 60px;
}

.appService{    background-image: url(../img/uber-for-flowers/bg-pattern-flower.webp);
    background-size: cover;
    background-repeat: no-repeat;}

.appFeature {
    background: url(../img/uber-for-flowers/bgflower.webp) no-repeat top right,url(../img/uber-for-flowers/pattern-flower.webp) no-repeat bottom right;
background-size: 300px;}
.appFeatBox {
    min-height: 300px;
    padding: 15px;
    margin-bottom: 30px;
    transition: .4s all;
}
.appFeatBox:hover {
    background-color: #eef5f5;
    transition: .4s all;
}
.appFeatBox:hover .featIcon div {
    box-shadow: 1px 1px 10px #dedede;
    background-color: #fff;
     transition: .4s all;
}
.appFeatBox h4 {
    font-size: 25px;
    font-weight: 500;
        display: flex;
    align-items: center;
}
.serviceFlower {
    padding: 15px;
    min-height: 220px;
    background-color: #ffff;
    margin-bottom: 30px;
    /*box-shadow: 0px 5px 10px #e8e8e8;*/
    border-radius: 2px;
    transition: .3s all;
    border-bottom: 2px solid #fff;
}
.serviceFlower:hover{ box-shadow: 0px 5px 10px #e8e8e8;transition: .3s all;border-bottom: 2px solid #fff;}
.serviceFlower h4 {
    font-size: 22px;
    font-weight: 500;
}
.serviceIcon h3 {
    font-size: 22px;
}
.serviceIcon img {
    width: 40px;
    margin-right: 15px;
}
.serviceIcon {
    display: -webkit-inline-box;
     margin-bottom: 25px;
     position: relative;
}
.serviceIcon::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 50px;
    background-color: #ee4f77;
    left: -18px;
}
.weoffer .ico img {
    filter: grayscale(100%);
}
.demandMarket{background-image: url(../img/uber-for-flowers/web-lap-mobile.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: -330px;
    min-height: 550px;}


.col-md-7.dot {
    position: relative;
}

.col-md-7.dot:after {
    top: 10%;
    right: 0;
    content: '';
    height: 60%;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
    background-color: transparent;
    background-image: radial-gradient(rgba(39,51,62,.3) 3px,transparent 3px);
    background-size: 30px 30px;
    position: absolute;
    width: 250px;
    z-index: 1;
}

.pt60 {}

.browser {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#fff),color-stop(10%,#eef1f3));
    background: linear-gradient(#fff 1%,#eef1f3 10%);
    position: relative;
    padding-top: 2em;
    border-radius: .4em;
}
.browser:before {
    display: block;
    position: absolute;
    content: '';
    top: .75em;
    left: 1em;
    width: .5em;
    height: .5em;
    border-radius: 50%;
    background: #f44;
    -webkit-box-shadow: 0 0 0 1px #f44, 1.5em 0 0 1px #9b3, 3em 0 0 1px #fb5;
    box-shadow: 0 0 0 1px #f44, 1.5em 0 0 1px #9b3, 3em 0 0 1px #fb5;
}

span.number {
    background-color: #fff;
    padding: 8px 15px;
    border-radius: 30px;
    color: #ee4f77;
    font-size: 20px;
    box-shadow: 1px 1px 10px #e6e6e6;
}

.offerList {
    margin-bottom: 20px;
}

.offerList h4 {
    font-size: 20px;
    font-weight: 500;
}
.section-title h2 {
    font-size: 44px;
    margin-bottom: 40px;
}
.titleBottom {
    position: relative;
    font-size: 44px;
}
.section-title h2 > strong {
    font-weight: 600;
}
.titleBottom::before {
    content: '';
    height: 6px;
    bottom: -20px;
    left: 15px;
    width: 100px;
    background-color: #ee4f77;
    position: absolute;
    border-radius: 50px;
}

.titleBottom::after {
    position: absolute;
    content: '';
    width: 200px;
    height: 1px;
    left: 0;
    bottom: -18px;
    background-color: #ee4f77;
}

.market h3 {
    font-size: 44px;
    margin-bottom: 50px;
}
.flowerservices h2 {
    font-size: 44px;
    margin-bottom: 45px;
}
.flowerservices h2 strong{
    font-weight: 600;
}

.weoffer h4 {
    font-size: 20px;
}
.weoffer li {
    padding: 5px 0;
}
.featIcon img {
    width: 30px;
    
}

.featIcon {
  /*display: -webkit-inline-box;*/
  margin-bottom: 20px;
}

.featIcon div {
    background-color: #eef5f5;
    margin-right: 10px;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
     transition: .4s all;
}
.featIcon h4 {
    position: relative;
}

.featIcon h4:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 5px;
    background-color: #ffc7d5;
    bottom: -15px;
    border-radius: 30px;
}
.productImg {
    position: relative;
}

.product-list {
    position: absolute;
    z-index: 1;
    width: 60%;
    left: 50px;
    top: 90px;
    transition: .4s all;
    
}
.product-list:hover {
    transform: scale(1.1);
    z-index: 11;
    transition: .4s all;
}
.product img {
    padding: 2px;
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 1px 2px 10px rgba(56, 56, 56, 0.20);
}
.report {
    position: absolute;
    z-index: 1;
    width: 35%;
    right: -70px;
    top: 280px;
    transition: .4s all;
    animation: zoomup 5s infinite;
}
@keyframes movebounce {

0% {
    transform: translateY(0);
}
50% {
    transform: translateY(20px);
}
100% {
    transform: translateY(0);
}
}

.zoomUp{position: relative;
animation: zoomup 5s infinite;}
@keyframes zoomup {
0% { transform: scale(1); }
50%  { transform: scale(1.1); }
100%  { transform: scale(1); }
}

.Cusprev {
   position: relative;
   bottom: 200px;
   right: 50px;
}
.Cusnext {
   position: relative;
   left: 98%;
   bottom: 200px;
}
.customNavigation a {
   background-color: #ccc;
   padding: 8px;
   cursor: pointer;
}
.Cusprev img {transform: rotate(-90deg);
   margin-bottom: 5px;}
   .Cusnext img{transform: rotate(90deg);
   margin-bottom: 5px;}

   @media (min-width: 320px) and (max-width: 450px) { 
    .Cusprev{
    right: 45%!important;
    bottom: 440px;
} 
.Cusnext{
     left: 45%!important;
     bottom: 440px;
}
}
.faq{position: relative;}
.faqSym {
    position: absolute;
    top: 30%;
}
.faqSym i {font-size: 24em;color: #e5efef;animation: zoomup 5s infinite;}

.panel-default>.panel-heading, .panel{
    background-color: #ffffff;
    border: none !important;
    margin-bottom: 10px;
}
.panel-group .panel+.panel {
    margin-top: 10px;
}
a.accordion-toggle i{    background: #eef5f5;}
.panel-default.active>.panel-heading {
transition: 0.3s;
background: #ee4f77;
}
.panel-title>a:hover {
color: #232323;
}
.panel-default {
margin-bottom: 10px;
}
.panel-default.active>.panel-heading a.accordion-toggle i {
    transition: 0.3s;
    background: #d83c63;
}








.imgBox img {
	width: 100%;
	padding: 5px;
	border: 2px solid #ddd
}

img.zigImg1 {
	width: 350px;
	position: absolute;
	bottom: -10%;
	right: -70px;
	border: none;
	animation: zoomup 5s infinite
}

.imgBox {
	position: relative
}

.BoxService img {
	width: 70px;
	padding-bottom: 15px
}

.BoxService {
	margin-bottom: 0;
	padding: 25px 15px 25px 15px;
	min-height: 300px;
	text-align: center;
	transition: .4s all
}

.BoxService:hover {
	background-color: #fff;
	border-radius: 4px;
	transition: .4s all
}

.BoxService hr {
	background: #e80000;
	height: 2px;
	width: 90px;
	text-align: center;
	position: relative;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0
}

.pluginBox {
	min-height: 300px;
	text-align: center;
	transition: .4s all;
	margin-bottom: 20px;
	padding: 25px 15px 25px 15px
}

.pluginBox:hover {
	background-color: #fff;
	border-radius: 4px;
	transition: .4s all
}

.pluginBox img {
	width: 70px;
	padding-bottom: 15px
}

.zoomUp {
	animation: zoomup 5s infinite
}

@keyframes zoomup {
	0% {
		transform: scale(1)
	}
	50% {
		transform: scale(1.1)
	}
	100% {
		transform: scale(1)
	}
}

.BoxService {
	margin-bottom: 0;
	padding: 25px 15px 25px 15px;
	min-height: 340px;
	text-align: center;
	transition: .4s all;
}

.BoxService h3 {
	font-size: 18px;
}

.title-h1 {
	display: flex;
}

.title-h1 span {
	font-size: 45px;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.1;
	color: #ee4f77;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
.flowerdeliverySlider {
       background-size: contain;
    background-position: center right;
       background-repeat: no-repeat;
           background-color: #fef4f6;
   }
.demandMarket {background-image: none;}
.browser {
    margin-top: 30px;
}
.appFeature {
    background-size: 200px;
}
.report {
    position: absolute;
    z-index: 1;
    width: 35%;
    right: 0;
    top: 250px;
    transition: .4s all;
    animation: zoomup 5s infinite;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.appFeatBox {
    min-height: 300px;}
    .customNavigation {
    display: none;
}
.market h3 {
    font-size: 35px;
    margin-bottom: 50px;
}
.flowerservices h2 {
    font-size: 35px;}
    .titleBottom {
    position: relative;
    font-size: 35px;
}
.appFeatBox h4 {
    font-size: 22px;}
}
