/*
* Theme Name: IVY Dental League
* Template: twentytwentyone
*
*/


input.error,
select.error{
	border: 2px solid #F00;
}

.testi_carousel .text_box p{
  font-size: .9rem;
	min-height: 190px;
	margin: 0;
}

footer .f_contacts_wrap a{
  font-weight: 500;
}

.strategy-call-point ul li {
    position: relative;
    margin: 2px 0px 1px;
    padding-left: 17px;
}

.strategy-call-point ul li:after {
    content: '';
    width: 9px;
    height: 9px;
    background-color: #aa5a93;
    position: absolute;
    border-radius: 50%;
    left: -0px;
    top: 7px;
}


@media screen and (min-width: 992px){
 .action_btns_bottom{
    display:none
 }
}
@media screen and (max-width:992px){
 .action_btns_bottom {
    background-color: #aa5a93;
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
    padding: 10px 10px;
    box-shadow: 0 0 6px rgba(0,0,0,.3);
 }
 .action_btns_bottom a {
    color: #fff;
    font-size: 16px;
 }
 .action_inner .phn-btn:after {
    border-right: solid 2px #fff;
    padding-right: 12px;
    content: '';
    margin-right: 12px;
 }
}