/* menu section styles */

.hamburger-menu {
    position: relative;
}

.sub-menu-section {
    position: absolute;
    width: 100%;
    top: 77px;
    right: 0;
    left: 0;
    background: #1E2128;
    color: #ffff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1290px;
    z-index: 1000;
}

.sub-menu-section a {
    color: #fff;
}

.close-sect {
    position: absolute;
    top: 15px;
    right: 15px;
}

.menu-cont h2 {
    font-size: 30px;
    font-weight: 900;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
}

.menu-cont ul {
    margin-top: 20px;
    margin-bottom: 40px
}

.sub-menu-section li {
    margin-bottom: 8px;
    padding-left: 30px;
    position: relative;
}

.email-info {
    display: none;
}

.sub-menu-section li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 4px;
    background: url(https://id273.freelancedeveloper.site/home/css/../images/playbutton1.png) no-repeat;
    background-size: contain;
    height: 18px;
    width: 18px;
    background-position: center;
}

.sub-menu-section a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.sub-menu-section a:hover {
    text-decoration: none;
}

.menu-cont .row {
    margin-bottom: 30px;
}

/* accordian styles */

.spt_accordion .card a {
    display: block
}

.spt_accordion .card {
    border: 0;
    background-color: #fff;
    box-shadow: 1px 0px 3px 1px rgba(0, 0, 0, 0.08);
    margin-bottom: 15px;
    border-radius: 0;
}

.spt_accordion .card-header .card-link {
    display: block;
    padding: 25px 60px;
    padding-right: 50px;
    font-weight: 600;
    color: inherit;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    position: relative;
    cursor: pointer;
    color: #303134;
}

.spt_accordion .card-header {
    background: #fff;
    padding: 0;
    border: 0;
}

.spt_accordion .card-body {
    padding: 10px 60px;
    color: #303134;
}

.spt_accordion .card-header .card-link:after {
    position: absolute;
    right: 12%;
    top: 50%;
    color: #303134;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.9s ease-in-out;
    content: "";
    background: url("../assets/images/ddown-arrow.svg") no-repeat;
    height: 25px;
    width: 25px;
    background-size: contain;
    background-position: center;
}

.spt_accordion .card-header .card-link[aria-expanded="true"]:after {
    transform: rotate(-180deg);
    color: #303134;
    transition: all 0.9s ease-in-out;
}

.sub-menu-section .card-header h2 {
    padding-bottom: 0;
    font-size: 30px;
    font-weight: 900;
    padding-left: 75px;
    color: #303134;
    position: relative;
    margin-bottom: 15px;
}

.sub-menu-section .card-header h2:before {
    position: absolute;
    content: "";
    background: url(../assets/images/users-icon.png) no-repeat;
    width: 55px;
    height: 55px;
    left: 0;
    top: -10px;
    background-size: cover;
    background-position: center;
}

.sub-menu-section .card-header p {
    font-size: 15px;
    font-weight: 400;
    padding-left: 75px;
    margin-bottom: 0;
}

.sub-menu-section .card .row {
    margin-bottom: 0;
}

.sub-menu-section .card-body input {
    width: 100%;
    padding: 6px 12px;
    border: 1px solid #707070;
    margin-bottom: 10px;
}

.sub-menu-section .card-body input:focus {
    border: 1px solid #707070;
}

.sub-menu-section .card-body h2 {
    border-bottom: 3px solid #1e2128;
    margin-bottom: 25px;
}

.sub-menu-section .card-body button {
    background: #2A2C32;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    padding: 7px 40px;
    border-radius: none;
}

.inline {
    display: block;
}

.ul-flex {
    display: flex;
}

.register-sect button:hover {
    background: #DC220B;
    color: #fff;
    cursor: pointer;
}
.sub-menu-section a:hover {
    color: #fff;
}
.spt_accordion {
    margin-bottom:60px;
}

/* Header */

.header {
    display: flex;
    justify-content: space-between;
}

.header .menu img {
    max-width: 15px;
    margin-bottom: 3px;
}

.header .search-menu {
    display: flex;
}

.header .menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    margin-top: 6px;
}

.header {
    padding: 9px 0;
    min-height: 77px;
}