/*
 Theme Name:   Delta Theme
 Theme URI:    https://example.com/delta-theme
 Description:  Child theme for Twenty Twenty
 Template:     twentytwenty
 Version:      1.0.0
*/
*{
    margin: 0px;
    padding: 0px;
}
html {
    scroll-behavior: inherit !important;
}

input, p, label, div, a, span, ul, li{
	font-family: "Inter", sans-serif;
} 
h1, h2, h3, h4, h5, h6{
	font-family: "Inter", sans-serif;
    letter-spacing: 0;
}
h1, h2, h3, h4, h5, h6, .faux-heading {
    letter-spacing: 0;
}
body {
    overflow-x: hidden;
    background:#D6ECF0 !important;
}
.custom-menu .header-inner,
.container {
/* 	max-width: 1430px !important; */
	max-width: 1350px !important;
}
.choose-inner {
    display: flex;
    align-items: center;
}
.right-image {
    display: flex;
    align-items: center;
}