.phone-section{
    background-color: white;
    border: 5px solid #dee2e6;
    border-bottom-color: #a6a6a6;
    border-right-color: #a6a6a6;
    margin-top:30px;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    text-align:left;
    padding: 20px;
    border-radius: 30px;
}

.phone-section-blue{
    background-color: #3e506c;
    border: 5px solid #586c8d;
    border-bottom-color: #2e3f5a;
    border-right-color: #2e3f5a;
    margin-top:30px;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    text-align:left;
    padding: 20px;
    color:white;
    border-radius: 30px;
}

.whatWeDoPhone{
    width: 100%;
    height: 100%;
    text-align:center;
}

.phone-body{
    background-color: #e5e7f7;
    overflow-y: hidden;
}

.phone-image-title{
    font-size: 60px;
}

.phone-image-desc{
    font-size: 40px;
    margin-bottom: 2px;
}

div.more-info-phone{
    border: 5px solid #dee2e6;
    border-bottom-color: #a6a6a6;
    border-right-color: #a6a6a6;
    padding: 2%;
    width: 95%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    border-radius: 30px;
}

h3.phone{
    font-size: 40px;
}

h2.phone{
    margin-bottom:15px;
    font-size:50px;
}

div.text-phone{
    font-size: 30px;
}

.schedule-phone{
    font-size: 40px;
}

p.mobile{
    margin: 0;
    margin-top:5px;
    font-weight: 500;
    font-size: 40px;
}

input.mobile{
    margin: 0;
    margin-top:5px;
    font-weight: 500;
    font-size: 40px;
}

textarea.mobile{
    margin: 0;
    margin-top:5px;
    font-weight: 500;
    font-size: 40px;
}

.phone-title{
    background-color: #3e506c;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    margin-top: -21px;
    margin-left: -21px;
    margin-right: -21px;
    margin-bottom: 20px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}

.phone-title-white{
    background-color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    color: #3e506c;
    margin-top: -21px;
    margin-left: -21px;
    margin-right: -21px;
    margin-bottom: 20px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}

.contact-button-phone {
    margin-top: 5%;
    width: 100%;
	/*box-shadow: 0px 1px 0px 0px #f0f7fa;*/
	/*background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);*/
	/*background-color:#33bdef;*/
	background-color:white;
	border-radius:4px;
	border:1px solid #3e506c;
    color: #3e506c;
	display:inline-block;
	cursor:pointer;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
}



.contact-button-phone:not(:hover) {
    border: 5px solid #3e506c;
    color: #3e506c;
    background-color: white;
    font-size: 40px;
    animation-name: coursAndEventOutPhone;
    animation-duration: 500ms;
}

.contact-button-phone:hover {
	border:5px solid #3e506c;
	color:white;
	background-color:#3e506c;
    font-size: 40px;
  	animation-name: coursAndEventInPhone;
  	animation-duration: 500ms;
}

@keyframes coursAndEventInPhone {
    0%   {background-color:white; color:#3e506c}
    100% {background-color:#3e506c; color:white;}
}

@keyframes coursAndEventOutPhone {
    0% {background-color:#3e506c; color:white;}
    100%   {background-color:white; color:#3e506c}
}

.phone-info{
    background-color: #343a40;
    padding-top: 15px; 
    padding-bottom: 15px; 
    font-size: 25px;
    margin-top:30px;
    color: white;
}

p.phone-info-text{
    margin: 0;
    font-size: 25px;
}

.phone_scrollable_main_div{
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(var(--vh, 1vh) * 91);
}