.header  .menu_btn span, .header  .menu_btn span::before, .header  .menu_btn span::after {
    background-color: #000;
}
.header .logo .logo_wrap .img_block {
    background-image: url('../img/logo_blue.png');
}

.header .logo .logo_wrap span{
    color: #000000;
}

.header .nav .menu_item:hover a{
    color: #3D7CF6;
}

.menu_item a,
.mobile_navigation a {
    color: #000000;
    transition: all 0.2s ease;
}
.header .nav .menu_item a:hover{
    color: #3D7CF6;
}
.header_bg .logo .logo_wrap .img_block {
    background-image: url('../img/logo_white.png');
}
.header_bg  .menu_btn span, .header_bg  .menu_btn span::before, .header_bg  .menu_btn span::after {
    background-color: #fff;
}
.header_bg .nav .menu_item:hover a{
    color: #fff;
}

.header_bg .logo .logo_wrap span {
    color: #fff;
}

.header_bg .nav .menu_item a {
    color: #fff;
}
.header_bg .nav .menu_item a:hover {
    color: rgb(236, 236, 236);
}

.hero_trial_mmeeting .hero_title h1{
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.87);
}

.hero_trial_mmeeting .hero_subtitle p{
    font-family: Montserrat;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.01em;
    color: rgba(0, 0, 0, 0.87);
}

.hero_trial_mmeeting .hero_trial_meeting_cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* height: 100%; */

}

.hero_trial_mmeeting .trial_meeting_card__item .card_title{
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.44px;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
}

.hero_trial_mmeeting .trial_meeting_card__item .card_subtitle p{
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.87);
}

.hero_trial_mmeeting .trial_meeting_card__item{
    flex-basis: 185px;
    background-color: #F5F9FD;
    padding: 20px 20px;
    min-height: 285px;
    position: relative;
    transition: all 0.2s ease;
    border-radius: 16px;
}
.dropdown_section .dropdown_title {
    -ms-flex-preferred-size: 98%;
        flex-basis: 80%;
}
.dropdown_section {
    margin: 0;
}
.section_skver_desc {
    background: url('../img/section_img.jpg') no-repeat center top / cover;
    margin-top: 0px;
    padding: 180px 0;
}

.hero_trial_mmeeting .trial_meeting_card__item .card_footer{
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 15px;
    display: none;

}
.hero_trial_mmeeting .trial_meeting_card__item .card_footer a{
    display: flex;
    text-decoration: none;
    color: #fff;
}

.hero_trial_mmeeting .trial_meeting_card__item .card_footer p{
    font-size: 14px;
    letter-spacing: 0.25px;
    color: #FFFFFF;
}

.hero_trial_mmeeting .trial_meeting_card__item .card_footer a img{
    margin-right: 7px;
}

.hero_trial_mmeeting .trial_meeting_card__item:hover{
    background-color: #2E87FF;
    box-shadow: 0px 20px 30px rgba(16, 96, 204, 0.14);
    transform: translateY(-5px);
}

.hero_trial_mmeeting .trial_meeting_card__item:hover .card_footer a{
    color: #fff;
}

.hero_trial_mmeeting .trial_meeting_card__item:hover .card_title{
    color: #fff
}

.hero_trial_mmeeting .trial_meeting_card__item:hover .card_subtitle p{
    color: #fff
}

.hero_trial_mmeeting .trial_meeting_card__item:hover .card_footer{
    display: block;
}

@media (max-width: 1000px){
    .hero_trial_mmeeting .hero_trial_meeting_cards {
        max-width: 850px;
        margin: 0 auto;
        justify-content: space-evenly;
    }
    .trial_meeting_card__item {
        margin-bottom: 30px;
    }
}

@media (max-width: 780px){
    .hero_trial_mmeeting .hero_trial_meeting_cards {
        max-width: 650px;
        margin: 0 auto;
        justify-content: space-evenly;
    }
}

@media (max-width: 530px){
    .hero_trial_mmeeting .hero_trial_meeting_cards {
        max-width: 350px;
        margin: 0 auto;
        justify-content: space-evenly;
    }
}

@media (max-width: 640px){
    .hero_trial_mmeeting .hero_subtitle p {
        text-align: center;
    }
}

@media (max-width: 480px){
    .hero_trial_mmeeting .hero_subtitle p {
        text-align: center;
    }
    .hero_trial_mmeeting .hero_title h1 {
        font-size: 32px;
    }
}