/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
span.cls-t-h {
    font-family: 'Inter';
    font-size: 52px;
    font-weight: 800;
    line-height: 49px;
}
header#main-header {
    border-bottom: 6px solid #ad4747;
}

.fixed-phone {
    position: fixed;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    background-color: #aa4646;
    border-radius: 0;
    width: 70px;
    transition: width 0.3s ease, background-color 0.5s ease;
    overflow: hidden;
    z-index: 2;
    white-space: nowrap; 
}
.fixed-phone a {
  display: flex;
  align-items: center;
  color: white;
	padding: 15px 0px 15px 20px;
  text-decoration: none;
  font-size: 16px;
}
.phone-icon {
  font-size: 20px;
  margin-right: 10px;
  transform: rotate(90deg);
}
.phone-number {
  display: none;
  font-size: 16px;
  color: white;
  white-space: nowrap; 
}
.fixed-phone:hover {
  width: 210px; 
}
.fixed-phone:hover .phone-number {
  display: inline;
}
.fixed-phone:hover .phone-icon {
  margin-right: 15px;
}
@media (max-width:767px) {
.fixed-phone {
    width: 50px;
}
.fixed-phone a {
    padding: 10px 0px 10px 10px;
}
}


.mobile_menu_bar:before {
    color: #ad4747 !important;
}
.et_mobile_menu {
    border-top: 3px solid #ad4747 !important;
}


@media only screen and (max-width: 768px) {
    .box {
        display: flex;
        flex-direction: column-reverse;
    }
}


#main-header {
    box-shadow: 0 0px 0 rgba(0, 0, 0, .1) !important;
}