/* Header CSS */
a:focus,a:hover,a:active,a:visited {
    outline: 0 solid;
    text-decoration: none
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
select::-ms-expand,input::-ms-expand {
    display: none;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
select:focus,textarea:focus,button:focus {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
img {
    max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
}
ul {list-style: none; padding: 0; margin: 0}
/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
html,body {min-height: 100% }
body {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 400;
    overflow-x: hidden;
    color: #414141;
}
.container-fluid {
    max-width: 1920px;
    padding-left: 150px;
    padding-right: 150px;
}
.section_heading {
    margin: 0 0 40px;
}
.section_tagline {
    color: #414141;
}
.section_title {
    font-size: 40px;
    margin: 0 0 15px;
    color: #414141;
}
.header_area {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 10;
    box-shadow: 0px 0px 10px -2px #999;
}
.header_area:before {
    position: absolute;
    right: 0;
    height: 100%;
    background-color: #F8586C;
    content: "";
    width: 55%;
    z-index: -1;
    background-image: url(../images/header-left-angle.svg);
    background-size: auto 100%;
    background-position: left -1px bottom;
    background-repeat: no-repeat;
}
/*
.header_area:after {
    position: absolute;
    content: "";
    background: #fff;
    height: 100%;
    width: 15%;
    top: -45px;
    right: 45%;
    transform: rotate(-46deg);
    z-index: -1
}
*/
.header_top {
    padding: 30px 0 0;
}
img.header_logo {
	max-width: 200px;
	max-height: 100px;
	object-fit: contain;
}
.cta_btn {
    color: #fff;
    background: #F04C69;
    display: inline-block;
    padding: 13px 30px;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .3s
}
.cta_btn:hover {
    color: #fff;
    background: #414141;
}
.carttextList {
    font-family: 'Roboto';
}







