/* ulrc400234 */
.ulrc400234{
  display: none;
}

@media only screen and (max-width: 768px) {
  .ulrc400234{
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 25%);
	background-color: #fff;
	z-index: 999;
	
  }
  .ulrc400234 .container {
      max-width: 100%;
  }
  .ulrc400234 .align-items{
	  display: flex;
	  flex-flow: row;
	  text-align: center;
	  background-color: #fff;
	  padding-bottom: 22px;
	}
	.ulrc400234 .free_btn{
		border-radius: 25px;
		background-color: #fff;
		border: 2px solid #677d94;
		padding: 5px 5px;
		color: #677d94;
		font-weight: 600;
    	display: block;
    	height: 41px;
		font-size: 18px;
		text-decoration: none;
		}
	.ulrc400234 .phn_btn{
		border-radius: 25px;
		padding: 5px 5px;
		border: 2px solid #25aae3;
		color: #25aae3;
		font-weight: 600;
		display: block;
		align-items: center;
    	height: 41px;
		font-size: 18px;
		text-decoration: none;
		}
	.ulrc400234 .sticky_sec{
		margin: 10px 0px 14px;
		padding: 0 5px;
		}
	.ulrc400234 h3{
		font-size: 17px;
		font-weight: 700;
		margin-top: 0.6rem;
		margin-bottom: 0rem;
		color: #00274e;
		font-family: 'poppins';
		}
}

@media only screen and (max-width: 400px) {
	.ulrc400234 .container {
      max-width: 100%;
  }
	.ulrc400234 .free_btn{
		font-size: 13px;
		padding: 5px 5px;
		height: 36px;
		}
	.ulrc400234 .phn_btn{
		font-size: 13px;
		padding: 5px 10px;
		height: 36px;
		}
	
	.ulrc400234 h3{
		font-size: 13px;
		font-weight: 700;
		}
}
@media only screen and (min-width: 400px) and (max-width: 475px) {
	.ulrc400234 .free_btn{
	  font-size: 17px;
	  height: 39px;
	  }
	.ulrc400234 .phn_btn{
	  font-size: 17px;
	  height: 39px;
	  }
}
/* ulrc400234 */