/*     .container-fluid{padding-left:50px;padding-right:50px}*/
/*.container{*/
    /*max-width:1200px;*/
/*padding-left:15px;*/
/*padding-right:15px;*/
/*margin-left:auto;*/
/*margin-right:auto*/
    
/*}*/
/*.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}*/
/*.col-xs-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}*/
/*.col-xs-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}*/
/*.col-xs-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}*/
/*.col-xs-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}*/
/*.col-xs-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}*/
/*.col-xs-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}*/
/*.col-xs-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}*/
/*.col-xs-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}*/
/*.col-xs-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}*/
/*.col-xs-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}*/
/*.col-xs-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}*/
/*.col-xs-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}*/



/*.img_second_div {*/
/*    width: 100%;*/
/*}*/

/*.section {*/
/*    padding: 40px 20px;*/
    /*max-width: 0px!important;*/
/*    margin: auto;*/
/*}  */
  
/*        h1 {*/
/*      font-size: 30px;*/
/*  }*/
  
/*  h2 {*/
/*      font-size: 25px;*/
/*  }*/

/*  .text-center {*/
/*      text-align: center;*/
/*  }*/
  
/*  .padding_margin_zero ul {*/
/*        padding: 0;*/
/*        margin: 0;*/
/*    }*/
    
    
/*     .chooce_background {*/
/*      background-image: url("image/image4.jpeg");*/
/*      background-repeat: no-repeat;*/
/*      background-attachment: fixed;*/
/*      background-position: center;*/
/*      background-size: cover;*/
/*  }*/


    .btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 120px;
	right: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}


 @media (max-width:499px){
	.form-group input[type=text]{width:100%}
	.columns-3{columns:1}
	.col-xs-6, .col-xs-7, .col-xs-5, .col-xs-8{flex:0 0 100%;max-width:100%}
	.col-xs-4, .col-xs-3{flex:0 0 50%;max-width:50%}
	.container{width:100%!important}
	.mob-logo{position:absolute;top:9px}
	/*.mob-logo img{width:46%}*/
	.header{padding:10px 0}
	.copyright p{width:100%;margin-top:1px;margin-bottom:50px;font-size:14px}
	.contact{text-align:left}
	h2{font-size:18px;line-height:28px}
    footer .col-xs-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    header {
        padding: 0px 0; 
    }
    .menu-bg {
        padding: 0px 20px; 
        border-radius: 0px; 
    }
    .list-info-pop {
        overflow: auto;
    }
    .verified {
        font-size: 14px;
    }
    .verified img {
        margin-right: 5px;
        width: 70px;
    }
    
    .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
}

.section {
        padding: 20px 0px!important;
    }
    
      .div_order { display: flex; flex-flow: column; }
    .two { order: 1; }
    .one { order: 2; }
    
}

.banner_height {
    height: 360px;
}

.banner_text {
  display: flex;
  justify-content: center;
  align-items: center;
}

               .btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 120px;
	right: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}