﻿body {
    font-family: area-normal, sans-serif;
    color:#000;
}


.left-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
}

.right-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    gap: 0 32px;
    font-weight: 600;
}

.dp-mm .wsmenu-list > li{border:none}

    .dp-mm .wsmenu-list > li > a {
        color: #000;
        text-shadow: none;
        padding: 10px;
        line-height: 1.2em;
        background: none !important;
        border-bottom: 2px solid #f2f2f4;
    }

.dp-mm .wsmenu-list > li > a:hover{
    border:none;
    border-bottom:2px solid #2445ea;
}

.dp-mm .wsmenu-list > li:last-child:hover {
    border-right: none;
}

.wsmenu-list li:hover > a {
    background: none !important;
}

.dp-mm .wsmenu-list {
    display: block;
    width: auto;
}

.dp-mm {
    background: #f2f2f4;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.6);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.6);
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.6);
    padding: 9px;
    margin-bottom:9px;
}

.dp-mm .dt-header{background:transparent;}

.dp-mm .dp-mm-nav-header {
    display: none;
}

    .dp-mm .wsmenu-submenu {        
        margin: 0px;
        padding: 12px;
        box-shadow: 0 0 20px #00000050;
        -moz-box-shadow: 0 0 20px #00000050;
        -webkit-box-shadow: 0 0 20px #00000050;
        background: #f2f2f4;
        border: none;
    }

    .dp-mm .wsmenu-submenu li{border:none}

.wsmenu-submenu li a {
    background: #f2f2f4 !important;
    background-image: none !important;
    color: #000 !important;
    text-align: left;
    display: block;
    line-height: 22px;
    padding: 10px 5px 0;
    text-transform: none;
    letter-spacing: normal;
    border-right: 0px solid;
}

.dp-mm .dp-logo{margin-top:0}

.wp-theme-DP p.phone-label {
    font-size: 10px;
    color: #4b5260;
    padding: 0;
    line-height: 1;
    margin: 0;
}

.upper-phone {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px 0;
}

.phone-number {
    color: #2445ea;
    font-size: 14px;
    border-style: solid;
    border-width: 0 0 2px;
    border-color: #2445ea;
    padding: 0 0 2px;
    text-decoration: none;
}

a.login-nav-btn {
    background: 0 0 !important;
    box-shadow: none !important;
    font-size: 12px !important;
    line-height: normal !important;
    padding: 8px 15px 5px !important;
    border-color: #2445ea !important;
    color: #2445ea !important;
    border:2px solid #2445ea;
    display:inline-block;
    border-radius:30px;
    -moz-border-radius:30px;
    -webkit-border-radius:30px;
    text-transform:none;
}

.tick-plum{color:#b44684;}
.tick-blue{color:#2445ea;}
.wp-theme-DP footer a:hover{
    color:#fff;
}
footer {
    margin-top:0;
    padding-top: 30px !important;
    padding-bottom: 20px;
    min-height: 30px;
    background: #000;
    border-top: 9px solid #2445ea;
    font-size: 13px;
    font-family: area-normal;
}

.section-wrap{padding:60px 0;}

.icon-wrapper{
    border:2px solid #2445ea;
    color:#000;
    border-bottom-right-radius:90px !important;  
    padding:15px;
    margin:40px 10px 10px;
}

.icon-header img{
    margin-top:-70px;
}

.icon-wrapper h2{
    padding-top:30px;
}

.section-title{font-size:22px}

.hd-sp {
    height: 5px !important;
    background: linear-gradient(270deg, #f6a416 0%, #ea5b38 100%);
}

.customer-review-col {
    background: #FFFFFF;
    box-shadow: 0px 1.04814px 6.28884px rgba(0, 0, 0, 0.3);
    border-radius: 0px 0px 120px 0px;
    padding: 24px 24px 40px 24px !important;
}

    .customer-review-col img {
        width: 100%;
        margin-bottom: 15px;
    }

    .cta-wr a{
        padding-top:20px;
    }

.dental-plan.card, .single-dp_plan .plan.card {
    width: 100%;
    max-width: 390px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 10px 0 #9e9e9e;
    box-shadow: 0 0 10px 0 #9e9e9e;
    padding: 30px;
    align-items: stretch;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .dp-mm .dp-mm-nav-header {
        display: block !important;
    }
}