﻿body {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

ul.navbar-nav.ms-auto {
    display: flex;
}

.navbar li a {
    color: #000;
    font-size: 16px;
}

.navbar-nav {
    float: right;
    height: 100px;
    align-items: center;
}

nav.navbar {
    margin-bottom: 0;
}

.navbar-toggle .icon-bar {
    background: #000;
}

.navbar-toggle {
    margin-top: 35px;
}

.navbar-nav > li {
    position: relative;
}

    .navbar-nav > li:hover > ul {
        display: block;
    }

    .navbar-nav > li > ul {
        position: absolute;
        top: 50px;
        left: 10px;
        background: #e5e5e5;
        padding: 10px 0px;
        margin: 0;
        min-width: 220px;
        display: none;
        z-index: 9;
    }

        .navbar-nav > li > ul a {
            display: block;
            border-bottom: 1px dashed #b2b2b2;
            padding: 10px 10px;
        }

        .navbar-nav > li > ul > li:hover ul {
            display: block;
        }

        .navbar-nav > li > ul > li {
            position: relative;
        }

            .navbar-nav > li > ul > li > ul {
                position: absolute;
                top: 30px;
                left: 207px;
                background: #e5e5e5;
                padding: 10px 0px;
                margin: 0;
                min-width: 220px;
                display: none;
                z-index: 99;
            }
/*service single*/
.slides img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top;
}

a.head_book {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    background: #ff4500;
    padding: 13px 36px;
    border-radius: 10px;
    font-weight: 600;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
    0% {
        background-color: #ff4500;
        -webkit-box-shadow: 0 0 3px #ff4500;
    }

    50% {
        background-color: #ff4500;
        -webkit-box-shadow: 0 0 40px #FF0000;
    }

    100% {
        background-color: #ff4500;
        -webkit-box-shadow: 0 0 3px #ff4500;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #ff4500;
        -moz-box-shadow: 0 0 3px #ff4500;
    }

    50% {
        background-color: #ff4500;
        -moz-box-shadow: 0 0 40px #FF0000;
    }

    100% {
        background-color: #ff4500;
        -moz-box-shadow: 0 0 3px #ff4500;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #ff4500;
        box-shadow: 0 0 3px #ff4500;
    }

    50% {
        background-color: #ff4500;
        box-shadow: 0 0 40px #ff4500;
    }

    100% {
        background-color: #ff4500;
        box-shadow: 0 0 3px #ff4500;
    }
}

@keyframes glowing {
    0% {
        background-color: #ff4500;
        box-shadow: 0 0 3px #ff4500;
    }

    50% {
        background-color: #ff4500;
        box-shadow: 0 0 40px #ff4500;
    }

    100% {
        background-color: #ff4500;
        box-shadow: 0 0 3px #ff4500;
    }
}

@media only screen and (min-width: 768px) {
    .navbar .container-fluid {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    div#myNavbar {
        display: flex !important;
        justify-content: end;
        align-items: center;
    }

    .head_icon_desktop {
        display: flex !important;
        margin-left: 50px;
        display: block;
    }

    .head_icon_mobile {
        display: none;
    }

    .content {
        padding: 30px;
    }

        .content p {
            color: #555;
            font-size: 16px;
            font-family: Verdana,Geneva,sans-serif;
        }

        .content h2 {
            font-size: 36px;
            font-family: Verdana,Geneva,sans-serif;
            color: #000;
            font-weight: 600;
            margin-bottom: 20px;
        }
}

@media only screen and (max-width: 767px) {
    .content {
        padding: 0 15px;
        margin-top: 20px;
    }

        .content p {
            text-align: justify;
        }

    .head_icon_desktop {
        display: none;
    }

    .heade_icon_mobile {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

        .heade_icon_mobile a {
            color: #ff4500;
            font-size: 18px;
        }

    .head_icon_mobile {
        display: block;
    }

    a.head_book {
        position: absolute;
        top: 30px;
        left: 51%;
        display: none;
    }

    .navbar-nav {
        height: auto;
        float: none;
        display: block !important;
    }

    .navbar-collapse {
        min-height: 100vh;
        background: #e5e5e5;
    }

    .navbar-nav > li > ul {
        top: 22px;
        left: 21%;
    }

        .navbar-nav > li > ul > li > ul {
            top: 12px;
            left: 50%;
        }

    .navbar .container-fluid {
        padding: 0 !important
    }


    .clients-area .single-offers {
        padding-left: 0 !important;
    }
}



.service_booking_form input.form-control {
    min-width: 100%;
}

.service_booking_form {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 40px 30px;
}

    .service_booking_form h3 {
        font-size: 26px;
        margin-bottom: 30px;
    }

.service_cli_area {
    background: #f9f6f1;
    padding: 80px 0px;
}

.content.service_details {
    padding: 80px 60px;
}

    .content.service_details .row {
        margin-bottom: 15px;
    }

    .content.service_details .footer .btn {
        margin-top: 20px;
    }

.service_cli_area .offers-cap p {
    margin-bottom: 0 !important;
}



.product-o__name h6 {
    text-align: center;
    font-weight: 400;
    margin-top: 10px;
}



.list ul {
    display: flex;
    margin: 10px 0px;
    margin-left: 45px;
}

    .list ul li {
        font-weight: 300;
        border: solid 1px #000;
        margin-left: 5px;
        padding: 10px 15px;
        margin: 0px 0px 0px 5px;
        color: #000;
    }

        .list ul li a {
            color: #000;
            font-size: 10px;
        }

.product-o__name a {
    margin-left: 64px;
    font-size: 14px;
    font-weight: 300;
}

.icon-po {
    position: relative;
}

    .icon-po i {
        position: absolute;
        right: 10px;
        bottom: 5px;
        font-size: 20px;
        background: #fff;
        padding: 3px 9px;
        border-radius: 100%;
    }

.product-o__wrap a {
    height: 460px;
}
