/*
Theme Name: Create Himalaya Child
Theme URI: http://example.com/
Description: Child theme for Create Himalaya (Tailwind CSS only)
Author: Your Name
Template: createhimalaya
Version: 1.0
*/


.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
	width:1220px !important;
}
.home #header{
	position:absolute;
	width:100% !important;
	z-index:9999 !important;
	background:transparent !important;
}
header#header{
	background:var(--nmg-secondary-color);
	    padding: 10px 0px;
}
.logo {
    width: 180px;
}
img.custom-logo {
    width: 100%;
    height: 100%;
}

.btn-ght{
	background:var(--nmg-primary-color) !important;
	border-color:var(--nmg-primary-color) !important;
}

.highlights ul li{
    position:relative;
    padding-left:25px;
    margin: 5px 0px;
}

.highlights ul li:before{
    position:absolute;
    content:"\f058";
    font-family:FontAwesome;
    left:0px;
    color:#84cc15;
}


.includes ul li{
    position:relative;
    padding-left:25px;
    margin: 5px 0px;
}

.includes ul li:before{
    position:absolute;
    content:"\f058";
    font-family:FontAwesome;
    left:0px;
    color:#84cc15;
}



.excludes ul li{
    position:relative;
    padding-left:25px;
    margin: 5px 0px;
}

.excludes ul li:before{
    position:absolute;
    content:"\f2d3";
    font-family:FontAwesome;
    left:0px;
    color:red;
}
p{
    margin-bottom:10px !important;
}
#equipment h2, #faqs h2{
    font-size:1.4rem !important;
    font-weight:600;
    margin-bottom:10px;
}

#equipment h3, #faqs h3{
    font-size:1.2rem !important;
    font-weight:600;
    margin-bottom:10px;
}

#equipment h4, #faqs h4{
    font-size:1rem !important;
    font-weight:600;
    margin-bottom:10px;
}


#equipment ul li, #faqs ul li{
    position:relative;
    padding-left:25px;
    margin: 5px 0px;
}

#equipment ul li:before, #faqs ul li:before{
    position:absolute;
    content:"\f00c";
    font-family:FontAwesome;
    left:0px;
    color:#84cc15;
}
