.dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    outline: none;
}

.dropbtn:hover,
.dropbtn:focus {
    background-color: #2980B9;
}

.dropdown {
    position: relative;
    display: inline-block;
    top: 2px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 215px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    z-index: 1;
}

.dropdown-content a {
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 1rem 1.5rem;
    clear: both;
    font-weight: 600;
    color: #575d63;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    transition: 0.3s;
    letter-spacing: 1px;
}

.dropdown a:hover {
    background-color: #DB2EA0;
    color: #f1f1f1;
}

.show,
.show2 {
    display: block;
    margin-top: 2px;
    border: .01rem solid #000;
}

.upper-text-banner {
    display: flex;
    justify-content: space-between;
}

.slogan-banner {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    margin-left: 60px;
    margin-bottom: -100px;
    padding-top: 20px;
}

.call-now {
    padding-top: 20px;
    position: relative;
    right: 120px;
}

.call-item {
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    margin-bottom: 0;
}

.free-text, .free-text:hover {
    text-align: right;
    color: #ffffff;
    font-size: 28px;
    font-style: italic;
}

.free-text span{
    text-decoration: underline;
    text-decoration-color: red;
}

@media screen and (max-width: 1529px) and (min-width: 1126px) {
    .slogan-banner {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 983px) {
    .call-now {
        display: none;
    }
}

@media screen and (max-width: 975px) and (min-width: 768px) {
    .title-psyc1 {
        margin-top: 0!important;
        font-size: 80px!important;
    }
    .title-psyc2 {
        font-size: 140px!important;
    }
    .title-psyc3 {
        font-size: 100px!important;
    }
}

@media screen and (max-width: 767px) and (min-width: 485px) {
    .title-psyc1 {
        margin-top: 0!important;
        font-size: 60px!important;
    }
    .title-psyc2 {
        font-size: 100px!important;
    }
    .title-psyc3 {
        font-size: 80px!important;
    }
}

@media screen and (max-width: 484px) {
    .title-psyc1 {
        margin-top: 0!important;
        font-size: 50px!important;
    }
    .title-psyc2 {
        font-size: 70px!important;
    }
    .title-psyc3 {
        font-size: 50px!important;
    }
}