/* .header-icon {
    width: 36%;
    margin-left: 50px;
    margin-top: 20px;
} */
.header-icon {
   
        width: 49%;
        margin-left: 50px;
        margin-top: 20px;
        margin-right: -200px;
}

.Header-title a {
    color: white !important;
    font-weight: 600 !important;
    font-size: 2rem !important;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.Header-title img {
    margin-left: 4px;
    /* margin-top: 3px; */
}

.header.active .dropdown {
    filter: invert(1);
}

.header.active .dropdownaudit {
    filter: invert(1);
}

.login {
    border-radius: 5px !important;
    padding: 6px 32px !important;
    border: 2px solid#e7c466 !important;
    color: #e7c466 !important;
    font-size: 16px;
}

.login:hover {
    background-color: #e7c466;
    color: black !important;
    font-weight: 600;
}

li.nav-btn.main-menu-item.free-trial {
    /* display: flex; */
}

.freetrial {
    /* border-radius: 15px !important;
    padding: 4px 15px !important; */
    border-radius: 5px !important;
    padding: 8px 25px !important;
    font-size: 16px;
    border: 2px solid#e7c466 !important;
    color: #06171e !important;
    background-color: #e7c466 !important;
    font-weight: 700;
}

.header-spacing {
    flex: 0 !important;
    padding-left: 0 !important;
}

.new-feature-add {
    display: flex;
    flex-direction: column;
    padding: 0px 0px 11px 1px;
}

.new-feature-add img {
    width: 70%;
}

.audit-spacing {
    margin-left: 3px;
}

#optimizationheader:hover img {
    content: url('../comp/partner-redesign/optimization_icon.svg');
}

#optimizationheader:hover p {
    color: #042a49!important;
}

#optimizationheader:hover a {
    color: #042a49!important;
}

#optimizationheader:hover span {
    color: #042a49!important;
}

#visibility-header img {
    width: 35px;
    height: 35px;
}

#visibility-header:hover img {
    content: url('../comp/partner-redesign/cloud_visibility.svg');
    width: 37px;
    height: 37px;
}

#visibility-header:hover p {
    color: #042a49!important;
}

#visibility-header:hover a {
    color: #042a49!important;
}

#visibility-header:hover span {
    color: #042a49!important;
}

#cloudautomation-header:hover img {
    content: url('../comp/partner-redesign/cloud_automation_icon.svg');
}

#cloudautomation-header:hover p {
    color: #042a49!important;
}

#cloudautomation-header:hover span {
    color: #042a49!important;
}

#Governance-header:hover img {
    content: url('../comp/partner-redesign/governance_icon.svg');
}

#Governance-header:hover p {
    color: #042a49!important;
}

#Governance-header:hover a {
    color: #042a49!important;
}

#Governance-header:hover span {
    color: #042a49!important;
}

#securityhealth-header:hover img {
    content: url('../comp/partner-redesign/security_health.svg');
}

#securityhealth-header:hover p {
    color: #042a49!important;
}

#securityhealth-header:hover span {
    color: #042a49!important;
}

#SolutionsClick1:hover .dropdown {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: 0.8s all ease;
}

#SolutionsClick3:hover .dropdownaudit {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: 0.8s all ease;
}

.header.active .Header-title a {
    color: #03202e !important;
    opacity: 0.75 !important;
}

.header.active .nav-menu-center {
    padding-left: 5%;
    padding-right: 5%;
}


/* .righticon {
    color: ;
} */

.header.active .nav-menu {

   
        margin-left: 110px;
    
    
}

.header.active .free-trial .free-trial-header:hover {
    /* background-color: #acfafc !important; */
    /* border: 2px solid #acfafc !important; */
    color: black !important;
}


/* .free-trial .free-trial-header:hover {
    background-color: #042a49 !important;
    border: 2px solid #042a49 !important;
    color: white !important;
} */

.aws img {
    width: 22%;
    filter: grayscale(100%);
}

.azure img {
    width: 20%;
    filter: grayscale(100%);
}

.aws {
    margin-bottom: 10px;
    margin-top: 7px;
}

.azure {
    margin-bottom: 12px;
}

#azure-mps-audit p {
    color: #717171;
}

#aws-mps-audit p {
    color: #717171;
}

#azure-mps-audit span {
    color: black;
}

#aws-mps-audit span {
    color: black;
}

#aws-mps-audit:hover img {
    filter: grayscale(0%);
}

#aws-mps-audit:hover p {
    color: #042a49;
}

#aws-mps-audit:hover span {
    color: #042a49;
}

#azure-mps-audit:hover img {
    filter: grayscale(0%);
}

#azure-mps-audit:hover p {
    color: #042a49;
}

#azure-mps-audit:hover span {
    color: #042a49;
}

.Header-title .sub-solution-name {
    color: black !important;
}

.auditmenu-size {
    width: 500px !important;
    height: 210px !important;
    left: -35px !important;
    top: 46px !important;
}

.auditsection-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.righticon:hover i {
    margin-left: 5px;
    transition: 0.2s all ease;
}

.subfeatures-enhance {
    font-size: 15px;
    font-weight: 500;
    color: #333333;
}

li.main-menu-item.Header-title.only-pricing {
    margin-left: -4px;
}

.visibility-img {
    height: 37px;
}