.wp-custom-logo .site-header {
    align-items: center !important;
    margin: 0px !important;
    padding: 0px !important;
    width: 100% !important;
}
.site-logo .custom-logo {
    width: 200px !important;
}
.site-logo { 
    margin: 0px !important;
}
nav li a {
    color: #000 !important;
}
a:focus {
    background: transparent !important;
    border: none !important;
}

ul#primary-menu-list {
    margin-right: 20px;
}

.social-links.d-flex {
    margin-top: 15px;
}

section#shadow-host-companion {
    display: none;
}
.footer-about {
    padding-left: 100px;
}

.footer-about {
    padding-left: 100px;
}

#get_started {
    align-items: center;
}
.wpcf7-form-control {
    width: 100%;
    border-radius: 10px !important; 
    border: 2px solid #ccc !important;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 200px;
    border: 2px solid #ccc !important;
}
input:focus, select:focus, textarea:focus{
    outline: none !important;
}

.site .button:focus{
     outline: none !important;
}
@media (max-width: 767px) {
    nav li a {
        color: #000 !important;
    }
 
}

@media (max-width: 575px) {
    a.btn-getstarted {
        display: none !important;
    }
    .dropdown-icon.open { 
        color: #fff;
    }
    .logged-in .menu-button-container { 
        top: -45px;
    }
    
}

.termsandcondition .modal-content {
    background-color: #fefefe;
    color: #000;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    position: fixed;
    top: -20%;
    left: 10%;
    height: 87vh;
    overflow-y: auto;
}
.interviewInner {
    width: 900px !important;
}