html,
body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;

}


h1 {
    font-weight: 800;
}

p {
    color: #33372B;
    font-size: 13px;
}

section {
    padding: 40px 0;
}

.text-red {
    color: #700D16;
}

.url-point {
    color: white;
    text-decoration: none;
}

.url-point:hover {
    color: #071066;
}

.url-number {
    color: #5E5E5E;
    text-decoration: none;
}
.text-color{
    color: #5E5E5E;
}

.url-icon {
    color: #5E5E5E;
    text-decoration: none;
}


.url-icon:hover,
.url-number:hover{
    color: #70070A;
    text-decoration: none;
}

.logo {
    max-height: 100px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}


#top-header {
    background-color: #7A0916;
    padding: 10px;
}

.navbar-nav .nav-item .nav-link {
    color: #7A0916;
    font-weight: 600;
    padding: 0 20px;
}

#header-header {
    background: url(../img/header-bradley-new.jpg) top center no-repeat;
    background-size: cover;
    min-height: 800px;
    height: 90vh;
	background-position: 80% !important;
}

#header-contact {
    background: url(../img/Dr.%20Bradley-1.jpg) top center no-repeat;
    background-size: cover;
    min-height: 750px;
}

#header-book {
    background: url(../img/Dr.%20Bradley-8.jpg)no-repeat;
    background-size: cover;
    background-position: 0% 90%;
    min-height: 800px;
}

.btn-book {
    background-color: #7A0916;
    color: white;
}

#choose-us {
    background-color: #700D16;
}

.service-logo {
    font-size: 50px;
    padding-bottom: 10px;
}


#our-services {
    background-color: #F2F2F2;
    padding-top: 100px;
    padding-bottom: 150px;
}

.service-panel {
    position: relative;
}

.service-panel ul {
    background-color: white;
    padding: 20px;
    margin: 10px 0px;
}

.service-panel ul:hover {
    background-color: #70070A;
    color: white

}

iframe, object, embed {
    max-width: 100% !important;

}

.service-panel ul:hover img{
    filter: brightness(0) invert(100%);
}


.service-img {
    width: 65px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}

.service-img img{
    max-height: 64px;
    display: block;
    margin: auto;
}

.service-content {
    display: none;
    background-color: #E5E5E5;
    padding: 20px;
    position: absolute;
    z-index: 2;
}

.service-title {
    font-size: 18px;
    display: inline-block;
    width: calc(100% - 96px);
    vertical-align: middle;
}
.page-header {
    background-color: #7A060A;
    color: white;
    text-transform: uppercase;
}



#footer {
    background-color: #1A1A1A;
    padding: 30px 0;
}



@media (max-width:1198px) {
    #header-book {
        background: url(../img/Dr.%20Bradley-8.jpg) no-repeat;
        background-size: cover;
        background-position: 95% 90%;
    }
}

@media (max-width:991px) {}

@media screen and (max-width:782px) {
    .mobile-none {
        display: none
    }

    .service-panel img {

    }

    .service-content {
        position: unset;
    }


}

@media (max-width:768px) {

    #header-header {
        background: url(../img/header-bradley-new.jpg) 50% 50% no-repeat;
        background-size: cover;
    }
}

@media screen and (max-width:600px) {}
