/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 19, 2020, 2:48:17 PM
    Author     : Dell
*/
body{
    margin: 0;
}
div.et_pb_section.et_pb_section_0_tb_footer{
    overflow: hidden;
}
.header-custom .et_pb_row.et_pb_row_0_tb_header.et_pb_row--with-menu{
    display: flex;
    align-items: center;
}
.header-custom .menu-right-cus{
    float: right;
}
.header-custom .menu-right-cus ul li a{
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.7px;
}
.et-menu .menu-item-has-children>a:first-child:after{
    top: 3px !important;
}

@media(max-width:980px){
    .header-custom .et_pb_row.et_pb_row_0_tb_header.et_pb_row--with-menu{
        display: block;
    }
    .header-custom .menu-right-cus{
        float: none;
    }
}