/*
 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
------------------------------------------------------- */
.cls-icon-color img {
/*     filter: brightness(9); */
}
.mobile_menu_bar:before {
    color: #003e51;
}
.cls-hide {
    display: none;
}
.et_mobile_menu {
    border-top: 3px solid #003e51;
}
#main-header .container {
    width: 90%;
}
/***********fixed Tel************/
.fixed-button {
    top: 45%;
}
/* .fixed-button {
	position: fixed;
    top: 50%;
    right: 0px;
    color: #fff;
    text-decoration: none;
    z-index: 9;
    border-radius: 3px 0 0 3px;
	transition: opacity 1s ease;
	display: flex;
    align-items: stretch;
}
.fixed-button:hover .phone-number {
    opacity: 1;
}
.icon-phone {
    background: #000;
    padding: 20px;
}
.phone-number {
    opacity: 0;
    font-size: 16px;
    margin-left: 10px;
    background: #333;
    padding: 14px 20px;
    transition: all 0.3s cubic-bezier(0.4,0,1,1);
}
.fixed-button:hover .phone-number {
  display: inline;
}
 */
@media only screen and (max-width: 767px){
.et_pb_button {
    text-align: center;
}
}

@media only screen and (max-width: 1199px) and (min-width:981px){

.et-pb-blus .et_pb_module_header, .et-l.et-l--footer .et_pb_module_header{
    font-size: 16px !important;
}}


#top-menu li li a {
    width: 250px !important;
}

.nav li ul {
    width: 270px !important;
	}

.nav li ul {

    border-top: 3px solid #9394ff !important;
}


@font-face {
    font-family: "Levato W04 Light";
    src: url("https://db.onlinewebfonts.com/t/e97eb42772be57e44d220a5f82576a16.eot");
    src: url("https://db.onlinewebfonts.com/t/e97eb42772be57e44d220a5f82576a16.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/e97eb42772be57e44d220a5f82576a16.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/e97eb42772be57e44d220a5f82576a16.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/e97eb42772be57e44d220a5f82576a16.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/e97eb42772be57e44d220a5f82576a16.svg#Levato W04 Light")format("svg");
}

h1,h2,h3,h4,h5,h6 , .et_pb_slide_content p, #top-menu li{ 
	    font-family: "Levato W04 Light" !important;
	    letter-spacing: 1px;

}

#top-menu li {
    text-transform: uppercase;
}


.fixed-button-list {
    position: fixed;
    top: 40%;
    right: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 9;
}

.fixed-button-list li {
    margin-bottom: 25px;
}

.fixed-button {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    border-radius: 3px 0 0 3px;
    transition: all 0.3s ease-in-out;
	    float: right;
	    margin-bottom: 25px;
}

.fixed-button:hover .phone-number {
    opacity: 1;
}

.icon-phone {
    background: #000;
    padding:20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-number {
    opacity: 0;
    font-size: 16px;
    background: #333;
    padding: 14px 20px;
    transition: opacity 0.3s ease-in-out;
}

.fixed-button:hover .phone-number {
    opacity: 1;
}
.clickyes a {
    cursor: pointer;
}

#main-header .container {
    max-width: 100%;
    width: 99%;
}