﻿.page-header {
    border-bottom: 0px solid #eeeeee;
}

.disabled {
    background-color: beige !important;
}
/* CUSTOM DROPDOWN LIST*/
.customDropdownlist {
    /* Size and position */
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    /* Styles */
    background: #fff;
    border-radius: 7px;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    cursor: pointer;
    outline: none;
    /* Font settings */
    font-weight: bold;
    color: #f23637;
}

    .customDropdownlist:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -3px;
        border-width: 6px 6px 0 6px;
        border-style: solid;
        border-color: #8aa8bd transparent;
    }

    .customDropdownlist .dropdown {
        /* Size & position */
        position: absolute;
        top: 140%;
        left: 0;
        right: 0;
        /* Styles */
        background: white;
        border-radius: inherit;
        border: 1px solid rgba(0,0,0,0.17);
        box-shadow: 0 0 5px rgba(0,0,0,0.1);
        font-weight: normal;
        -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -ms-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in;
        list-style: none;
        /* Hiding */
        opacity: 0;
        pointer-events: none;
    }

        .customDropdownlist .dropdown:after {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            bottom: 100%;
            right: 15px;
            border-width: 0 6px 6px 6px;
            border-style: solid;
            border-color: #fff transparent;
        }

        .customDropdownlist .dropdown:before {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            bottom: 100%;
            right: 13px;
            border-width: 0 8px 8px 8px;
            border-style: solid;
            border-color: rgba(0,0,0,0.1) transparent;
        }

        .customDropdownlist .dropdown li a {
            display: block;
            padding: 10px;
            text-decoration: none;
            color: #f23637;
            border-bottom: 1px solid #e6e8ea;
            box-shadow: inset 0 1px 0 rgba(255,255,255,1);
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

        .customDropdownlist .dropdown li i {
            float: right;
            color: inherit;
        }

        .customDropdownlist .dropdown li:first-of-type a {
            border-radius: 7px 7px 0 0;
        }

        .customDropdownlist .dropdown li:last-of-type a {
            border: none;
            border-radius: 0 0 7px 7px;
        }

        /* Hover state */

        .customDropdownlist .dropdown li:hover a {
            background: #f3f8f8;
        }

    /* Active state */

    .customDropdownlist.active .dropdown {
        opacity: 1;
        pointer-events: auto;
    }

/* No CSS3 support */

.no-opacity .customDropdownlist .dropdown,
.no-pointerevents .customDropdownlist .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity .customDropdownlist.active .dropdown,
.no-pointerevents .customDropdownlist.active .dropdown {
    display: block;
}
/* CUSTOM DROPDOWN LIST END HERE*/
.txtCss {
    width: 95%;
    margin-left: 3px;
    border: 0px none transparent;
    border-bottom: 1px solid #cdcdcd;
    height: 22px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    color: red;
    background-color: transparent;
    padding-left: 0px;
}

    .txtCss:focus {
        outline: none;
        border-bottom: 1px solid red;
        transition: all 1000ms ease;
    }

.ServiceName {
    display: flex;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.1;
    /*font-weight: 500;*/
    margin-top: 0;
    margin-bottom: 0;
    /*font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;*/
    /*font-family: cursive;*/
    border-radius: 10px;
    padding: 0;
    background-color: #d6d2d282;
    text-align: center;
}

.ServiceName-2 {
    display: flex;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.1;
    /*font-weight: 500;*/
    margin-top: 0;
    margin-bottom: 0;
    /* font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
    /*font-family: cursive;*/
    border-radius: 10px;
    padding: 0;
    /* background-color: #d6d2d282; */
    text-align: center;
}

.ServiceNameHeading {
    padding-top: 10px;
    width: 80%;
    text-align: left;
    letter-spacing: 3px;
}

.ServiceNameHeadingIcon {
    width: 30%;
    text-align: right;
    padding-right: 10px;
}

.ServiceNameHeadingIcon >img {
       height: 50px;
    width: 50px;
    padding-right: 0px;
}

.ServiceNameSubHeading {
    padding-top: 5px;
    width: 66%;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0px;
}

.login {
    width: 80%;
    max-width: 400px;
    padding: 26px 36px 26px 16px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
    color: #f23637;
    /* padding: 1px 14px 1px 0; */
    /*display: none;*/
    position: relative;
    top: -450px;
    left: 400px;
    min-width: 340px;
}

.login-2 {
    min-width: 340px;
    left: 0px !important;
    top: -363px !important;
}

.loginTitle {
    text-align: center;
    letter-spacing: 2px;
    font-weight: 400;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.departmentlogin {
    width: 80%;
    max-width: 400px;
    padding: 26px 36px 26px 16px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
    color: #f23637;
    /* padding: 1px 14px 1px 0; */
    display: none;
    position: relative;
    top: -450px;
    left: 400px;
    min-width: 340px;
}

.departmentlogin-2 {
    min-width: 340px;
    left: 0px !important;
    top: -363px !important;
}

.departmentloginTitle {
    text-align: center;
    letter-spacing: 2px;
    font-weight: 400;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.booking {
    width: 80%;
    max-width: 400px;
    padding: 26px 36px 26px 16px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
    color: #f23637;
    /* padding: 1px 14px 1px 0; */
    display: none;
    position: relative;
    top: -450px;
    left: 400px;
    min-width: 340px;
}

.booking-2 {
    min-width: 340px;
    left: 0px !important;
    top: -600px !important;
}

.bookingTitle {
    text-align: center;
    letter-spacing: 2px;
    font-weight: 400;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.swiper-slider-2 .links-2 li {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 2px;
}

    .swiper-slider-2 .links-2 li:first-child {
        margin-left: 10px;
    }

.links {
    background-color: #a5a6ae5e;
    border-radius: 50px;
    padding: 5px;
}

.swiper-slider-2 .links li:first-child {
    margin-top: 0px;
}

.swiper-slider-2 .links li {
    margin-left: 0px;
}

.subHeadingInner {
    font-size: 35px !important;
}

.subHeadingInner-1 {
    font-size: 25px;
}

.circleBorder {
    border: 2px solid #aeb1be;
    border-radius: 15px;
    padding: 1px;
}

.circleBorderRed {
    border: 2px solid #ff0000;
    border-radius: 15px;
    padding: 1px;
}
