.btn {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;
    font-size: 16px;
    margin: 20px 0;
}

    .btn:hover {
        background-color: white;
        color: black;
        transition: 0.5s;
    }

/* Slider */

.slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100vw;
    height: 500px;
    margin: auto;
}

.slide {
    display: flex;
    flex: 0 0 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 1s ease-in-out;
    transform: translateX(100%);
}

    .slide.active {
        transform: translateX(0);
    }

.text-box {
    flex: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #fff;
    padding: 4em;
    box-sizing: border-box;
    width: 30%;
}

img {
    object-fit: cover;
    flex: 7;
    width: 60px;
    height: auto;
    box-sizing: border-box;
}

.arrow {
    position: absolute;
    top: 50%;
    font-size: 24px;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
}

#prevBtn {
    left: 10px;
    color: orangered;
}

#nextBtn {
    right: 10px;
    color: orangered;
}


/* Background colors for each slide*/
#slide1 {
    background-color: #1e1d1b;
    background-image: linear-gradient(315deg, #1e1d1b 0%, #cc9934 74%);
}

#slide2 {
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

/* Tablet */
@media screen and (max-width: 768px) {
    .slide {
        flex-direction: column;
    }

    .text-box {
        order: 2;
        width: 100%;
        padding: 2em;
    }

    img {
        width: 100%;
    }

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: -15px;
        margin-left: -15px;
    }
}

/* Mobile */
@media screen and (max-width: 480px) {
    .slide {
        flex-direction: column;
    }

    .text-box {
        order: 2;
        width: 100%;
        padding: 1em;
    }

    img {
        width: 100%;
    }
}




@media screen and (min-width: 400px) and (max-width: 600px) {
    .equal-height {
        width: 100%;
        height: 100%;
    }

    .item {
        height: 100%;
    }

    #mu-author {
        margin-bottom: 350%;
        margin-top: 20px;
    }
}




.carousel-wrap {
    margin: 90px auto;
    padding: 0 5%;
    width: 80%;
    position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav > div {
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 52px;
}

.owl-nav .owl-prev {
    left: -30px;
}

.owl-nav .owl-next {
    right: -30px;
}




/* section {
    padding: 60px 0;
    min-height: 100vh;
} */
a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bg-gray {
    background-color: #f9f9f9;
}

.site-heading h2 {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

    .site-heading h2 span {
        color: gold;
    }

.site-heading h4 {
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}

    .site-heading h4::before {
        background: #00a01d none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 2px;
        left: 50%;
        margin-left: -25px;
        position: absolute;
        width: 50px;
    }

.site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
    margin: -15px -15px 0;
    padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid;
    height: 15px;
    margin: 0 5px;
    width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
    background: #00a01d none repeat scroll 0 0;
    border-color: #00a01d;
}

.we-offer-area .item {
    margin-top: 20%;
    background: #ffffff none repeat scroll 0 0;
    border-left: 2px solid #00a01d;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    overflow: hidden;
    padding: 30px;
    position: relative;
    z-index: 1;
}

.we-offer-area.text-center .item {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    padding: 67px 40px 64px;
}

    .we-offer-area.text-center .item i {
        background: #000000 none repeat scroll 0 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        color: #ffffff;
        font-size: 40px;
        height: 80px;
        line-height: 80px;
        position: relative;
        text-align: center;
        width: 80px;
        z-index: 1;
        transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        margin-bottom: 25px;
    }

        .we-offer-area.text-center .item i::after {
            border: 2px solid #00a01d;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            content: "";
            height: 90px;
            left: -5px;
            position: absolute;
            top: -5px;
            width: 90px;
            z-index: -1;
            transition: all 0.35s ease-in-out;
            -webkit-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            -ms-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
        }



.we-offer-area.item-border-less .item {
    border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
    margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
    font-family: "Poppins",sans-serif;
    font-size: 50px;
    font-weight: 900;
    opacity: 0.1;
    position: absolute;
    right: 30px;
    top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
    background: #00a01d none repeat scroll 0 0;
}

    .our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
    .our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
    .our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
    .we-offer-area.center-active .single-item:nth-child(2n) .item i,
    .we-offer-area.center-active .single-item:nth-child(2n) .item h4,
    .we-offer-area.center-active .single-item:nth-child(2n) .item p {
        color: #ffffff;
    }

.we-offer-area .item i {
    color: #00a01d;
    display: inline-block;
    font-size: 60px;
    margin-bottom: 20px;
}

.we-offer-area .item h4 {
    font-weight: 600;
    text-transform: capitalize;
}

.we-offer-area .item p {
    margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}


.we-offer-area .hover_cards::after {
    background: #922724;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 100%;
    z-index: -1;
}

/*.we-offer-area .item::after {

}*/


.we-offer-area .hover_cards_2::after {
    background: #f0e130;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 100%;
    z-index: -1;
}

.we-offer-area .hover_cards_3::after {
    background: #008000;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 100%;
    z-index: -1;
}


.we-offer-area .item:hover::after {
    left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
    color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
    border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
    background-color: #ffffff !important;
    color: #00a01d !important;
}

.we-offer-area.text-left .item i {
    background: #00a01d none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 60px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 30px;
    position: relative;
    width: 100px;
    z-index: 1;
    text-align: center;
}

    .we-offer-area.text-left .item i::after {
        border: 2px solid #00a01d;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        content: "";
        height: 120px;
        left: -10px;
        position: absolute;
        top: -10px;
        width: 120px;
    }





.section-lead {
    max-width: 600px;
    margin: 1rem auto 1.5rem;
    text-align: center;
}

.service a {
    color: #5b7abb;
    display: block;
}

.service h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #56ceba;
    font-size: 1.3rem;
    margin: 1rem 0 0.6rem;
}

.services-grid {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.service {
    background: #fff;
    margin: 20px;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    -webkit-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    border: 2px solid #e7e7e7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .service:hover {
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
    }

    .service i {
        font-size: 3.45rem;
        margin: 1rem 0;
    }

.service1 i,
.service1 h4,
.service1 .cta {
    color: #42b7ca;
}

.service1:hover {
    border: 2px solid #42b7ca;
}

.service2 i,
.service2 h4,
.service2 .cta {
    color: #425fca;
}

.service2:hover {
    border: 2px solid #425fca;
}

.service3 i,
.service3 h4,
.service3 .cta {
    color: #9c42ca;
}

.service3:hover {
    border: 2px solid #9c42ca;
}

.service .cta span {
    font-size: 0.6rem;
}

.service > * {
    flex: 1 1 100%;
}

.service .cta {
    align-self: flex-end;
}

@media all and (max-width:900px) {
    .services-grid {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}



.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

    .timeline:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 40px;
        width: 2px;
        margin-left: -1.5px;
        content: "";
        background-color: #e9ecef;
    }

    .timeline > li {
        position: relative;
        min-height: 50px;
        margin-bottom: 50px;
    }

        .timeline > li:after, .timeline > li:before {
            display: table;
            content: " ";
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li .timeline-panel {
            position: relative;
            float: right;
            width: 100%;
            padding: 0 20px 0 100px;
            text-align: left;
        }

            .timeline > li .timeline-panel:before {
                right: auto;
                left: -15px;
                border-right-width: 15px;
                border-left-width: 0;
            }

            .timeline > li .timeline-panel:after {
                right: auto;
                left: -14px;
                border-right-width: 14px;
                border-left-width: 0;
            }

        .timeline > li .timeline-image {
            position: absolute;
            z-index: 100;
            left: 0;
            width: 60px;
            height: 60px;
            margin-left: 0;
            text-align: center;
            color: white;
            border: 7px solid #e9ecef;
            border-radius: 100%;
            background-color: #ffc800;
        }

            .timeline > li .timeline-image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                border-radius: 50%;
            }

            .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
                font-size: 10px;
                line-height: 14px;
                margin-top: 12px;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
            padding: 0 20px 0 100px;
            text-align: left;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                right: auto;
                left: -15px;
                border-right-width: 15px;
                border-left-width: 0;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                right: auto;
                left: -14px;
                border-right-width: 14px;
                border-left-width: 0;
            }

        .timeline > li:last-child {
            margin-bottom: 0;
        }

    .timeline .timeline-heading h4, .timeline .timeline-heading .h4 {
        margin-top: 0;
        color: inherit;
    }

        .timeline .timeline-heading h4.subheading, .timeline .timeline-heading .subheading.h4 {
            text-transform: none;
        }

    .timeline .timeline-body > ul,
    .timeline .timeline-body > p {
        margin-bottom: 0;
        font-size: small;
    }

@media (min-width: 768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline > li {
        min-height: 100px;
        margin-bottom: 100px;
    }

        .timeline > li .timeline-panel {
            float: left;
            width: 41%;
            padding: 0 20px 20px 30px;
            text-align: right;
        }

        .timeline > li .timeline-image {
            left: 50%;
            width: 100px;
            height: 100px;
            margin-left: -50px;
        }

            .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
                font-size: 13px;
                line-height: 18px;
                margin-top: 16px;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
            padding: 0 30px 20px 20px;
            text-align: left;
        }
}

@media (min-width: 992px) {
    .timeline > li {
        min-height: 150px;
    }

        .timeline > li .timeline-panel {
            padding: 0 20px 20px;
        }

        .timeline > li .timeline-image {
            width: 150px;
            height: 150px;
            margin-left: -75px;
        }

            .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
                font-size: 18px;
                line-height: 26px;
                margin-top: 30px;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            padding: 0 20px 20px;
        }
}

@media (min-width: 1200px) {
    .timeline > li {
        min-height: 170px;
    }

        .timeline > li .timeline-panel {
            padding: 0 20px 20px 100px;
        }

        .timeline > li .timeline-image {
            width: 170px;
            height: 170px;
            margin-left: -85px;
        }

            .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
                margin-top: 40px;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            padding: 0 100px 20px 20px;
        }
}


.page-section {
    padding: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

    .page-section h3.section-subheading, .page-section .section-subheading.h3 {
        font-size: 1rem;
        font-weight: 400;
        font-style: italic;
        font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        margin-bottom: 4rem;
    }

/* @media (min-width: 768px) {
    section {
      padding: 9rem 0;
    }
  } */

.text-center {
    text-align: center !important;
}

.section-heading {
    margin-bottom: 50px;
}

.page-section h2.section-heading, .page-section .section-heading.h2 {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.page-section h3.section-subheading, .page-section .section-subheading.h3 {
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    margin-bottom: 4rem;
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}

p {
    line-height: 1.75;
}

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

*, *::before, *::after {
    box-sizing: border-box;
}

user agent stylesheet
div {
    display: block;
}





/*Custom__Class*/
/*Custom__Class*/
/*Custom__Class*/
/*Custom__Class*/


.custom-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1500px; /* Adjust max-width as needed */
    margin-bottom: 70px; /* Adjust margin-bottom as needed */
    margin-top: 50px; /* Default margin-top for larger screens */
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
    .custom-container {
        margin-top: 100px; /* Adjust margin-top for this specific screen size range */
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .custom-container {
        margin-top: 200px; /* Adjust margin-top for this specific screen size range */
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-container {
        margin-top: 500px; /* Adjust margin-top for this specific screen size */
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) and (max-height: 532px) {
    .custom-container {
        margin-top: 600px; /* Adjust margin-top for this specific screen size range */
    }
}

@media only screen and (min-width: 1200px) {
    .custom-container {
        margin-top: 700px; /* Adjust margin-top for this specific screen size range */
    }
}

@media only screen and (max-width: 1800px) {
    .custom-container {
        margin-top: 700px; /* Adjust margin-top for this specific screen size range */
    }
}




/*Custom__Class*/
/*Custom__Class*/
/*Custom__Class*/
/*Custom__Class*/





#academics {
    height: 100vh;
    margin-top: 20px;
    width: 100%;
    display: grid;
    place-items: center;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.column {
    width: 100%;
    padding: 0 1em 1em 1em;
    text-align: center;
}

.card {
    width: 100%;
    height: 100%;
    padding: 2em 1.5em;
    background: linear-gradient(#ffffff 50%, #cfc143 50%);
    background-size: 100% 200%;
    background-position: 0 2.5%;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
}

h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1f194c;
    margin: 1em 0;
}

p {
    color: #575a7b;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.03em;
}

.icon-wrapper {
    /* background-color: #2c7bfe; */
    position: relative;
    margin: auto;
    font-size: 30px;
    height: 2.5em;
    width: 2.5em;
    color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    transition: 0.5s;
}

.image-academics {
    border-radius: 100%;
}

.card:hover {
    background-position: 0 100%;
}

    .card:hover .icon-wrapper {
        /* background-color: #ffffff; */
        /* color: #2c7bfe; */
    }

    .card:hover h3 {
        color: #ffffff;
    }

    .card:hover p {
        color: #f0f0f0;
    }

@media screen and (min-width: 768px) {
    #academics {
        padding: 0 2em;
    }

    .column {
        flex: 0 50%;
        max-width: 50%;
    }
}

@media screen and (min-width: 992px) {
    #academics {
        padding: 1em 3em;
    }

    .column {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

.accordion {
    display: flex;
    flex-direction: column;
    font-family: "Sora", sans-serif;
    max-width: 100%;
    min-width: 320px;
    margin: 50px auto;
    padding: 0 50px;
}

    .accordion h1 {
        font-size: 32px;
        text-align: center;
    }

.accordion-item {
    margin-top: 16px;
    border: 1px solid #fcfcfc;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

    .accordion-item .accordion-item-title {
        position: relative;
        margin: 0;
        display: flex;
        width: 100%;
        font-size: 15px;
        cursor: pointer;
        justify-content: space-between;
        flex-direction: row-reverse;
        padding: 14px 20px;
        box-sizing: border-box;
        align-items: center;
    }

    .accordion-item .accordion-item-desc {
        display: none;
        font-size: 14px;
        line-height: 22px;
        font-weight: 300;
        color: #444;
        border-top: 1px dashed #ddd;
        padding: 10px 20px 20px;
        box-sizing: border-box;
    }

    .accordion-item input[type="checkbox"] {
        position: absolute;
        height: 0;
        width: 0;
        opacity: 0;
    }

        .accordion-item input[type="checkbox"]:checked ~ .accordion-item-desc {
            display: block;
        }

        .accordion-item
        input[type="checkbox"]:checked ~ .accordion-item-title
        .icon:after {
            content: "-";
            font-size: 20px;
        }

        .accordion-item input[type="checkbox"] ~ .accordion-item-title .icon:after {
            content: "+";
            font-size: 20px;
        }

    .accordion-item:first-child {
        margin-top: 0;
    }

    .accordion-item .icon {
        margin-left: 14px;
    }

@media screen and (max-width: 767px) {
    .accordion {
        padding: 0 16px;
    }

        .accordion h1 {
            font-size: 22px;
        }
}



.contact-info {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.contact-info-icon {
    margin-bottom: 15px;
}

.contact-info-item {
    background: #071c34;
    padding: 30px 0px;
    /* margin-left: 70px;*/
}

.contact-page-sec .contact-page-form h2 {
    color: #071c34;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 700;
}

.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
    padding-left: 0;
}

.contact-page-form.contact-form input {
    margin-bottom: 5px;
}

.contact-page-form.contact-form textarea {
    height: 110px;
}

.contact-page-form.contact-form input[type="submit"] {
    background: #071c34;
    width: 150px;
    border-color: #071c34;
}

.contact-info-icon i {
    font-size: 48px;
    color: #fda40b;
}

.contact-info-text p {
    margin-bottom: 0px;
}

.contact-info-text h2 {
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-info-text span {
    color: #999999;
    font-size: 16px;
    display: inline-block;
    width: 100%;
}

.contact-page-form input {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    margin-bottom: 20px;
    padding: 12px 16px;
    width: 100%;
    border-radius: 4px;
}

.contact-page-form .message-input {
    display: inline-block;
    width: 100%;
    padding-left: 0;
}

.single-input-field textarea {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    width: 100%;
    height: 120px;
    padding: 12px 16px;
    border-radius: 4px;
}

.single-input-fieldsbtn input[type="submit"] {
    background: #fda40b none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 0;
    text-transform: capitalize;
    width: 150px;
    margin-top: 20px;
    font-size: 16px;
}

    .single-input-fieldsbtn input[type="submit"]:hover {
        background: #071c34;
        transition: all 0.4s ease-in-out 0s;
        border-color: #071c34
    }

.single-input-field h4 {
    color: #464646;
    text-transform: capitalize;
    font-size: 14px;
}

.contact-page-form {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.contact-page-map {
    margin-top: 36px;
}

.contact-page-form form {
    padding: 20px 15px 0;
}

@media screen and (min-width: 400px) and (max-width: 600px) {
    .contact-page-sec {
        margin-top: 20px;
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    .row {
        display: flex; /* Use flexbox */
        flex-wrap: wrap; /* Allow items to wrap */
        justify-content: center; /* Center items horizontally */
        align-items: center; /* Center items vertically if needed */
    }

    .contact-info-item {
        flex: 1 1 90%; /* Make items take 90% of the row (one item per row) */
        min-width: 250px; /* Set a minimum width for smaller screens */
        margin: 10px; /* Add some margin around items */
        box-sizing: border-box; /* Include padding and border in width calculations */
    }

    .contact-info {
        padding: 10px; /* Add padding within the contact-info div */
        display: flex;
        align-items: flex-start; /* Align text and icon vertically */
        justify-content: center; /* Center content inside the contact-info */
    }

    #mu-contact {
        padding: 0 10px; /* Adjust padding for smaller screens */
    }

    h2 {
        font-size: 1.3rem; /* Smaller title size for very small screens */
        margin-bottom: 5px; /* Space under title */
    }

    .contact-info-text span {
        font-size: 1.2rem; /* Adjust font size for spans */
        margin-bottom: 4px; /* Space between lines of text */
    }

    .mu-contact-area {
        padding: 0 10px; /* Adjust padding for the message area */
    }

    .mu-heading-title {
        font-size: 1.7rem; /* Smaller heading for mobile */
    }

    .contact-info-icon {
        margin-left: 5px; /* Reduced margin to fit smaller screens */
        margin-top: 15px; /* Reduced margin above icons */
    }

    .mu-contact-form .form-control {
        font-size: 0.85rem; /* Adjust input font size for smaller screens */
    }

    .toast__content p {
        font-size: 0.75rem; /* Smaller text in toast message for small screens */
    }
}

@media screen and (min-width: 320px) and (max-width: 650px) {
    #navbarpic {
        display: none;
    }

    .navbar-header {
        margin-bottom: -100px;
    }

    .navbar-collapse {
        width: 50%;
    }

    #iconnav {
        margin-top: 16px;
        margin-right: 30px;
    }

    .collapse {
        width: 108%;
    }
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    #navbarpic {
        display: none;
    }

    .navbar-collapse {
        text-align: center;
    }

    #mu-header {
        display: flex;
        margin-top: 20px;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        background-color: transparent;
    }
}

@media screen and (min-width: 820px) and (max-width:1180px) {
    #navbarpic {
        display: none;
    }

    #mu-header {
        display: flex;
        margin-top: 20px;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        background-color: transparent;
    }
}


@media screen and (min-width: 1000px) and (max-width:1439px) {
    #navbarpic {
        display: none;
    }

    #mu-header {
        display: flex;
        margin-top: 20px;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        background-color: transparent;
    }
}

@media screen and (min-width:280px) and (max-width:1180px) {

    #navbarpic {
        display: none;
    }

    .navbar-header {
        margin-bottom: -50px;
    }

    #mu-header.mu-fixed-nav {
        margin-top: 0px;
    }
}

@media screen and (min-width:1280px) and (max-width:1280px) {
    #navbarpic {
        display: none;
    }
}

@media screen and (min-width: 912px) and (max-width: 1368px) {
    .equal-height {
        width: 33%;
    }

    .item {
        height: 70%;
        text-align: center;
    }
}


@media screen and (min-width: 1024px) and (max-width: 1366px) {
    .equal-height {
        width: 33%;
    }

    .item {
        height: 77%;
        text-align: center;
    }
}

@media screen and (min-width: 820px) and (max-width: 1180px) {
    .equal-height {
        width: 80%;
        margin-left: 10%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .equal-height {
        width: 80%;
        margin-left: 10%;
    }
}

@media screen and (min-width: 360px) and (max-width: 740px) {
    .equal-height {
        width: 100%;
    }
}

@media screen and (min-width: 375px) and (max-width: 667px) {
    #mu-author {
        margin-bottom: 380%;
        margin-top: 20px;
    }
}

@media screen and (min-width: 414px) and (max-width: 896px) {
    #mu-author {
        margin-bottom: 280%;
        margin-top: 20px;
    }
}

@media screen and (min-width: 390px) and (max-width: 844px) {
    #mu-author {
        margin-bottom: 300% !important;
        margin-top: 20px;
    }
}

@media screen and (min-width: 430px) and (max-width: 932px) {
    #mu-author {
        margin-bottom: 250% !important;
        margin-top: 20px;
    }
}

@media screen and (min-width: 412px) and (max-width: 915px) {
    #mu-author {
        margin-bottom: 260% !important;
        margin-top: 20px;
    }
}

@media screen and (min-width: 360px) and (max-width: 740px) {
    #mu-author {
        margin-bottom: 370% !important;
        margin-top: 20px;
    }
}

@media screen and (min-width: 412px) and (max-width: 915px) {
    #mu-author {
        margin-bottom: 260% !important;
        margin-top: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    #mu-author {
        margin-bottom: 20% !important;
        margin-top: 20px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
    #mu-author {
        margin-bottom: -200px;
    }
}

@media screen and (min-width: 912px) and (max-width: 1368px) {
    #mu-author {
        margin-bottom: -200px;
    }
}

@media screen and (min-width: 540px) and (max-width: 720px) {
    #mu-author {
        margin-bottom: 200%;
    }
}

@media screen and (min-width: 280px) and (max-width: 653px) {
    #mu-author {
        margin-bottom: 600%;
    }
}

@media screen and (min-width: 412px) and (max-width: 914px) {
    #mu-author {
        margin-bottom: 250%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 600px) {
    #mu-author {
        margin-bottom: 100%;
    }
}

@media screen and (min-width: 901px) and (max-width: 1279px) {
    .contact-page-sec {
        margin-top: 20px;
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    .row {
        display: flex; /* Use flexbox for layout */
        flex-wrap: wrap; /* Allow items to wrap */
        justify-content: center; /* Center items horizontally */
    }

    .contact-info-item {
        flex: 1 0 30%; /* Adjust to take 30% of the row (three in one row) */
        min-width: 250px; /* Set a minimum width */
        margin: 10px; /* Add some margin around items */
        max-width: 350px; /* Optional: limit the maximum width */
        box-sizing: border-box;
        min-height: 100px;
        max-height: 270px;
    }

    .contact-info {
        display: flex;
        align-items: flex-start; /* Align text and icon vertically */
        height: 90%; /* Make it full height of contact-info-item */
        border: 1px solid #e7e7e7; /* Add border for visibility */
        border-radius: 4px; /* Optional: Rounded corners */
        transition: box-shadow 0.3s; /* Animation for hover effects */
    }

        .contact-info:hover {
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); /* Add shadow on hover */
        }

    #mu-contact {
        padding: 0 10px; /* Adjust padding for main contact section */
    }

    h2 {
        font-size: 1.8rem; /* Slightly larger title size */
        margin-bottom: 5px; /* Space under title */
    }

    .contact-info-text span {
        font-size: 1.6rem; /* Adjust font size for spans */
        margin-bottom: 4px; /* Space between lines of text */
    }

    /* Adjust the message box */
    /*.mu-contact-area {
        padding: 0 15px;*/ /* Adjust padding for message area */
    /*}*/

    .mu-heading-title {
        font-size: 2.2rem; /* Slightly larger heading */
    }

    .contact-info-icon {
        margin-left: 10px; /* Margin to the left of icons */
        margin-top: 25px; /* Margin above icons */
        font-size: 1.5rem; /* Increase icon size for better visibility */
    }

    .mu-contact-form .form-control {
        font-size: 1rem; /* Adjust input font size */
    }

    .toast__content p {
        font-size: 0.9rem; /* Smaller text in toast message */
    }
}

@media screen and (min-width: 784px) and (max-width: 900px) {
    .contact-page-sec {
        margin-top: 20px;
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    .row {
        display: flex; /* Use flexbox */
        flex-wrap: wrap; /* Allow items to wrap */
        justify-content: center; /* Center items horizontally */
    }

    .contact-info-item {
        flex: 1 0 45%; /* Adjust to take 45% of the row (two in one row) */
        min-width: 250px; /* Set a minimum width for smaller screens */
        margin: 10px; /* Add some margin around items */
        max-width: 300px; /* Optional: limit the maximum width */
        box-sizing: border-box; /* Ensure padding is included in width calculation */
    }

    .contact-info {
        padding: 10px; /* Add padding within the contact-info div */
        display: flex;
        align-items: flex-start; /* Align text and icon vertically */
        height: 100%; /* Make it full height of contact-info-item */
        border: 1px solid #e7e7e7; /* Optional: Add border for visibility */
        border-radius: 4px; /* Optional: Rounded corners */
    }

    #mu-contact {
        padding: 0 10px; /* Adjust padding for smaller screens */
    }

    h2 {
        font-size: 1.5rem; /* Smaller title size */
        margin-bottom: 5px; /* Space under title */
    }

    .contact-info-text span {
        font-size: 1.4rem; /* Adjust font size for spans */
        margin-bottom: 4px; /* Space between lines of text */
    }

    /* Adjust the message box */
    .mu-contact-area {
        padding: 0 15px; /* Adjust padding for the message area */
    }

    .mu-heading-title {
        font-size: 2rem; /* Smaller heading */
    }

    .contact-info-icon {
        margin-left: 10px; /* Margin to the left of icons */
        margin-top: 25px; /* Margin above icons */
    }

    .mu-contact-form .form-control {
        font-size: 0.9rem; /* Adjust input font size */
    }

    .toast__content p {
        font-size: 0.85rem; /* Smaller text in toast message */
    }
}


@media screen and (min-width: 721px) and (max-width: 783px) {

    .contact-page-sec {
        margin-top: 20px;
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    .row {
        display: flex; /* Use flexbox */
        flex-wrap: wrap; /* Allow items to wrap */
        justify-content: center; /* Center items horizontally */
        align-items: center;
    }

    .contact-info-item {
        flex: 1 1 45%; /* Allow items to grow with a preferred basis of 45% */
        min-width: 250px; /* Set a minimum width for smaller screens */
        max-width: 300px; /* Optional: limit the maximum width */
        margin: 10px; /* Add some margin around items */
        box-sizing: border-box;
    }

    .contact-info {
        padding: 10px; /* Add padding within the contact-info div */
        display: flex;
        align-items: flex-start; /* Align text and icon vertically */
        justify-content: center;
    }



    #mu-contact {
        padding: 0 10px; /* Adjust padding for smaller screens */
    }


    h2 {
        font-size: 1.5rem; /* Smaller title size */
        margin-bottom: 5px; /* Space under title */
    }

    .contact-info-text span {
        font-size: 1.4rem; /* Adjust font size for spans */
        margin-bottom: 4px; /* Space between lines of text */
    }

    /* Adjust the message box */
    .mu-contact-area {
        padding: 0 15px; /* Adjust padding for the message area */
    }

    .mu-heading-title {
        font-size: 2rem; /* Smaller heading */
    }

    .contact-info-icon {
        margin-left: 10px; /* Margin to the left of icons */
        margin-top: 25px; /* Margin above icons */
    }

    .mu-contact-form .form-control {
        font-size: 0.9rem; /* Adjust input font size */
    }

    .toast__content p {
        font-size: 0.85rem; /* Smaller text in toast message */
    }
}


@media screen and (min-width: 540px) and (max-width: 720px) {
    .contact-page-sec {
        width: 86%;
        margin: 0 auto 10;
    }

    .contact-info-item {
        width: 97%;
    }

    .contact-info {
        margin-top: 20px;
        margin: 0 auto 10;
        width: 120%;
    }



    #mu-contact {
        padding: 0 10px; /* Adjust padding for smaller screens */
    }

    .contact-info {
        flex-direction: column; /* Stack items vertically */
        align-items: flex-start; /* Align items to the start (left) */
        padding: 10px; /* Add padding for touch targets */
        border: 1px solid #e7e7e7; /* Optional: Add a border for better visualization */
        border-radius: 4px; /* Optional: Rounded corners */
        margin-bottom: 15px; /* Space between each contact info block */
    }

    h2 {
        /* font-size: 1.5rem;*/ /* Smaller title size */
        margin-bottom: 5px; /* Space under title */
    }

    .contact-info-text span {
        font-size: 1.4rem; /* Adjust font size for spans */
        margin-bottom: 4px; /* Space between lines of text */
    }

    /* Adjust the message box */
    .mu-contact-area {
        padding: 0 15px; /* Adjust padding for the message area */
    }

    .mu-heading-title {
        font-size: 2rem; /* Smaller heading */
    }

    .contact-info-icon {
        margin-left: 10px; /* Margin to the left of icons */
        margin-top: 25px; /* Margin above icons */
    }

    .mu-contact-form .form-control {
        font-size: 0.9rem; /* Adjust input font size */
    }

    .toast__content p {
        font-size: 0.85rem; /* Smaller text in toast message */
    }
}

@media screen and (min-width: 1024px) and (max-width: 1024px) {
    .contact-page-sec {
        margin-top: 90%;
        width: 100%;
        margin: -70px;
        justify-content: center;
        text-align: center;
    }
}


@media screen and (min-width: 1280px) and (max-width: 2111px) {
    #con.container {
        margin-top: 20px;
        margin: -50px;
    }
}

.with-border {
    border: 1px solid #ccc;
    border-radius: 0px;
    transition: border-color 0.3s ease-in-out;
}

    .with-border:focus {
        border-color: #f0c742;
    }

.aboutpic {
    padding-left: 40px;
    padding-top: 20px;
}

.section-title {
    margin-top: 13%;
}

.error {
    background-color: transparent;
    border-color: transparent;
}

#Button1 {
    border-color: black;
    color: #000000;
}

    #Button1:hover {
        background-color: #000000;
        color: white;
    }




#toast {
    visibility: hidden;
    max-width: 350px;
    height: 60px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    position: fixed;
    z-index: 1;
    left: auto;
    right: 30px;
    bottom: 30px;
    font-size: 17px;
    white-space: nowrap;
}

    #toast #img {
        width: 80px;
        height: 60px;
        float: left;
        padding-top: 16px;
        padding-bottom: 16px;
        box-sizing: border-box;
        background-color: #111;
        color: orangered; /*navbar_li*/
    }

    #toast #desc {
        color: #fff;
        padding: 16px;
        overflow: hidden;
        white-space: nowrap;
    }

    #toast.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
    }

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes expand {
    from {
        min-width: 50px
    }

    to {
        min-width: 350px
    }
}

@keyframes expand {
    from {
        min-width: 50px
    }

    to {
        min-width: 350px
    }
}

@-webkit-keyframes stay {
    from {
        min-width: 350px
    }

    to {
        min-width: 350px
    }
}

@keyframes stay {
    from {
        min-width: 350px
    }

    to {
        min-width: 350px
    }
}

@-webkit-keyframes shrink {
    from {
        min-width: 350px;
    }

    to {
        min-width: 50px;
    }
}



#toast .close-button {
    position: absolute;
    top: -4px;
    right: 6px;
    font-size: 20px;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

    .dropdown .nav-link {
        cursor: pointer;
    }

    .dropdown .dropdown-menu {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 1000;
        min-width: 160px;
        padding: 0.5rem 0;
        margin: 0.125rem 0 0;
        font-size: 1rem;
        color: #212529;
        text-align: right;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.125);
        border-radius: 0.25rem;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }



a.emger:hover #top-header {
    background: #E6E6E6;
}


#header {
    background: none;
    padding-top: 0px;
    margin-top: 50px;
}

.em-standard {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.em-featured {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 500px) {
    .em-featured {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#top-header {
    background: white;
    position: fixed;
    width: 100%;
    z-index: 9000;
    left: 0;
    top: 0;
    border-top: 0;
}

#emergency-response-opt {
    background-color: #ffb606;
    max-width: 100%;
    margin: 0 auto;
    padding: 8px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'arial';
}


    #emergency-response-opt .txt {
        display: flex;
        align-items: center;
    }


    #emergency-response-opt p {
        font-size: 15px;
        margin-bottom: 0;
        color: #181818;
        line-height: 20px;
        margin-right: 10px;
    }

    #emergency-response-opt span {
        color: white;
        font-weight: bold;
        border: 1px solid black;
        padding: 5px 8px;
        border-radius: 8px;
        white-space: nowrap;
    }

        #emergency-response-opt span:hover {
            background-color: black;
            color: white;
            transition: 1s;
        }

    #emergency-response-opt p:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0;
        margin-top: 0;
    }

    #emergency-response-opt .emergency_header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }


@media screen and (min-width: 348px) and (max-width: 535px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media screen and (min-width: 220px) and (max-width: 347px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: -15px;
        margin-left: -15px;
    }

    .mu-fixed-nav .navbar-brand img {
        display:none;
    }
}


@media (max-width: 500px) {
    #emergency-response-opt .emergency_header {
        text-align: center;
    }
}

#emergency-response-opt img {
    width: 100%;
    height: auto;
}

#emergency-response-opt .emgergency-image {
    width: 35%;
    margin-right: 20px;
}

@media (max-width: 500px) {
    #emergency-response .emgergency-image {
        width: 100%;
        margin-bottom: 20px;
    }
}

#emergency-response-opt .txt.full {
    width: 65%;
}

@media (max-width: 500px) {
    #emergency-response .txt.full {
        width: 100%;
    }
}



#emergency-response-opt .btn {
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 15px;
}

#emergency-response-opt .btn-donate {
    color: white;
    background: #ff1d34;
}

#emergency-response-opt .circle {
    margin-right: 15px;
    color: white;
}

    #emergency-response-opt .circle .circle-wrapper {
        height: 12px;
        width: 12px;
        background: #0C884A;
        border-radius: 50px;
        display: block;
    }

.pulsate-fwd {
    -webkit-animation: pulsate-fwd 1.5s ease-in-out infinite both;
    animation: pulsate-fwd 1.5s ease-in-out infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2018-10-2 10:34:8
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation pulsate-fwd
 * ----------------------------------------
 */
@-webkit-keyframes pulsate-fwd {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(2);
        transform: scale(2);
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
}

@keyframes pulsate-fwd {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 0 rgba(12,136,74,0.6);
    }

    50% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        -webkit-box-shadow: 0 0 0 10px rgba(12,136,74,0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 0 rgba(12,136,74,0);
    }
}

.carousel-caption .btn-success {
    background: #0c884a;
}

@media (max-width: 767px) {
    .intro .jumbotron h1 {
        color: #e70052;
        max-width: 100%;
    }
}

@media (max-width: 768px) {

    #emergency-response-opt p span {
        color: #E70052;
        font-weight: bold;
        border: 1px solid #E70052;
        padding: 4px 8px;
        border-radius: 8px;
        margin-top: 4px;
        display: inline-block;
    }

    #header {
        margin-top: 70px;
    }

    #emergency-response-opt p {
        font-size: 15px;
    }

    #emergency-response-opt {
        padding: 10px;
    }
}

@media (max-width: 450px) {



    #emergency-response-opt p {
        font-size: 13px;
    }

    #emergency-response-opt {
        padding: 10px 15px;
    }

    #header {
        margin-top: 70px;
    }
}

@media (max-width: 320px) {
    #header {
        margin-top: 90px;
    }
}
