/* .carousel-item {
    height: 450px;
} */

#news-panel {
    max-height: 450px;
}

#carouselExampleIndicators {
    padding-left: 10px;
    padding-right: 10px;
}


/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
    .carousel-item>img {
        width: 300px;
        height: 250px;
    }
}


/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
    .carousel-item>img {
        width: 400px;
        height: 350px;
    }
}


/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
    .carousel-item>img {
        width: 700px;
        height: 400px;
    }
}


/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {
    .carousel-item>img {
        width: 700px;
        height: 400px;
    }
}


/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {
    .carousel-item>img {
        width: 900px;
        height: 450px;
    }
}


/* Link Button zoom */

.link-btn-zoom {
    background: #488ed8;
    width: 275px;
    height: 100px;
    box-shadow: 0px 0px 10px 2px rgb(180, 180, 180);
    margin: 10px;
    padding: 16px;
    color: rgb(255, 255, 255);
    -webkit-border-radius: 10px;
    cursor: pointer;
    -webkit-transition: all 100ms ease;
}

.link-btn-zoom:hover {
    background: #00c4ff;
    /* margin: 6px;
    padding: 18px 32px; */
    transform: scale(1.1);
    -webkit-transition: all 100ms ease;
}

.link-btn-zoom>.btn-heading {
    font-size: large;
    font-weight: 500;
}

.link-btn-zoom>.btn-details {
    font-size: small;
    font-weight: 200;
}

.useful-link {
    display: block;
    padding: 1rem 1rem 1rem 3rem;
    border: 1px solid var(--color-blue);
    margin: 0.5rem;
    border-bottom-width: 3px;
    border-radius: 2rem;
    text-decoration: none;
    position: relative;
}

.useful-link:before,
.useful-link:after {
    position: absolute;
    left: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    top: 50%;
    transform-origin: 0 0;
}

.useful-link:before {
    transform: scale(0.5) translateY(-50%);
    border-radius: 50%;
    background-image: linear-gradient(to right bottom, transparent calc(50% - 2px), black calc(50% - 2px), black calc(50% + 2px), transparent calc(50% + 2px)), linear-gradient(to left bottom, transparent calc(50% - 2px), black calc(50% - 2px), black calc(50% + 2px), transparent calc(50% + 2px));
}

.useful-link:after {
    border-radius: 50%;
    background-image: linear-gradient(to right bottom, transparent calc(50% - 2px), black calc(50% - 2px), black calc(50% + 2px), transparent calc(50% + 2px)), linear-gradient(to left bottom, transparent calc(50% - 2px), black calc(50% - 2px), black calc(50% + 2px), transparent calc(50% + 2px));
    transform: scale(0.5, 0.6) translateY(-50%);
    background-repeat: no-repeat, no-repeat;
    background-size: 1.5rem 1.5rem, 1.5rem 1.5rem;
    background-position: left 0.45rem bottom 0.25rem, left -0.85rem bottom 0.25rem;
}

#link-1 {
    border-color: green;
    background-color: rgba(100, 255, 0, 0.25);
}

#link-2 {
    border-color: blue;
    background-color: rgba(0, 100, 255, 0.25);
}

#link-3 {
    border-color: #c800c8;
    background-color: rgba(200, 0, 200, 0.25);
}

#link-4 {
    border-color: #ff6400;
    background-color: rgba(255, 100, 0, 0.25);
}

.gdlr-core-pbf-wrapper {
    padding: 30px 0px 30px;
}

.gdlr-core-tab-item-title {
    padding: 15px 15px 15px 15px !important;
    margin-bottom: 2px;
    border: 1px solid rgb(224, 224, 224) !important;
    background-color: rgb(218, 232, 223, 1) !important;
    color: rgb(94, 94, 94) !important;
}

.gdlr-core-active.gdlr-core-tab-item-title {
    border: 3px rgb(224, 224, 224) !important;
    background-color: rgb(89, 192, 126, 1) !important;
    color: rgb(245, 238, 238) !important;
}


/* Appointment Form Style */

.form-style-3 {
    /* max-width: 450px; */
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.form-style-3 label {
    display: block;
    margin-bottom: 10px;
}

.form-style-3 label>span {
    float: left;
    width: 200px;
    color: rgb(75, 75, 75);
    font-weight: bold;
    font-size: 13px;
    text-shadow: 1px 1px 1px #fff;
}

.form-style-3 fieldset {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    margin: 0px 0px 10px 0px;
    border: 1px solid rgb(202, 255, 209);
    padding: 20px;
    background: rgb(218, 232, 223, 1);
    box-shadow: inset 0px 0px 15px #FFE5E5;
    -moz-box-shadow: inset 0px 0px 15px #FFE5E5;
    -webkit-box-shadow: inset 0px 0px 15px #FFE5E5;
}

.form-style-3 fieldset legend {
    color: rgb(124, 124, 124);
    border-top: 1px solid rgb(238, 252, 239);
    border-left: 1px solid rgb(238, 252, 239);
    border-right: 1px solid rgb(238, 252, 239);
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    /* background: rgb(29, 131, 255); */
    padding: 0px 8px 3px 8px;
    box-shadow: -0px -1px 2px #F1F1F1;
    -moz-box-shadow: -0px -1px 2px #F1F1F1;
    -webkit-box-shadow: -0px -1px 2px #F1F1F1;
    font-weight: normal;
    font-size: 12px;
    background: rgb(89, 192, 126, 1);
    /* fallback for old browsers */
    /* background: -webkit-linear-gradient(to right, #43c474, #11998e); */
    /* Chrome 10-25, Safari 5.1-6 */
    /* background: linear-gradient(to right, #43c474, #11998e); */
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.form-style-3 textarea {
    width: 250px;
    height: 100px;
}

.form-style-3 input[type=text],
.form-style-3 input[type=date],
.form-style-3 input[type=datetime],
.form-style-3 input[type=number],
.form-style-3 input[type=search],
.form-style-3 input[type=time],
.form-style-3 input[type=url],
.form-style-3 input[type=email],
.form-style-3 select,
.form-style-3 textarea {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid rgb(171, 224, 255);
    outline: none;
    color: rgb(75, 75, 75);
    padding: 5px 8px 5px 8px;
    box-shadow: inset 1px 1px 4px rgb(230, 230, 230);
    -moz-box-shadow: inset 1px 1px 4px rgb(230, 230, 230);
    -webkit-box-shadow: inset 1px 1px 4px rgb(230, 230, 230);
    background: rgb(255, 255, 255);
    width: 50%;
}

.form-style-3 input[type=submit],
.form-style-3 input[type=button] {
    background: rgb(102, 186, 255);
    border: 1px solid rgb(81, 142, 255);
    padding: 5px 15px 5px 15px;
    color: rgb(255, 255, 255);
    box-shadow: inset 1px 1px 3px rgb(231, 231, 231);
    -moz-box-shadow: inset 1px 1px 3px rgb(231, 231, 231);
    -webkit-box-shadow: inset 1px 1px 3px rgb(231, 231, 231);
    border-radius: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-weight: bold;
}

.required {
    color: red;
    font-weight: normal;
}

.form-heading {
    padding-top: 20px;
    text-align: center;
    color: rgb(245, 244, 244) !important;
}


/* Appointment page validation error */

.is-danger {
    margin-top: 5px;
    padding: 10px;
    border-radius: 10px;
    color: rgb(247, 245, 245);
    background-color: rgb(241, 80, 112);
}

.date-appointments {
    background-color: teal;
    color: white;
    padding: 10px;
    border-radius: 10px;
    display: none;
}