@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700&amp;display=swap");
@import url(header.css);
@import url(sign.css);
@import url(footer.css);
@import url(landing.css);
@import url(about.css);
@import url(becomevolunteer.css);
@import url(awards.css);
@import url(partnerus.css);
@import url(my-profile.css);
@import url(need-help.css);
@import url(mobile-medical-units.css);
@import url(sitemap.css);
@import url(faq.css);
@import url(thank-heroes.css);
@import url(thank-you.css);
@import url(custom.css);
* {
    font-family: "Montserrat", sans-serif;
}

body {
    background-color: #f5f6fa;
}

a,
a:hover {
    text-decoration: none;
}
.pe-none {
    pointer-events: none;
}
.pointer-cur {
    cursor: pointer;
}

.form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}

.common-padding {
    padding: 40px 0px;
}

button:focus {
    outline: 0 !important;
    box-shadow: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.fade:not(.show) {
    opacity: 1 !important;
}

.nav-tabs .nav-link.active {
    border: none;
}

.nav-tabs .nav-link:hover {
    border-color: transparent;
}


/* Breadcrumbs */

ul.breadcrumb {
    padding: 0 15px;
    list-style: none;
}

ul.breadcrumb li {
    display: inline;
    font-size: 14px;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

.float-right {
    float: right;
}

.float-right {
    float: left;
}

.error {
    color: red;
}

ul {
    list-style-type: none;
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

.width-100 {
    width: 100% !important;
}

.project-card p {
    color: #333 !important;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.height-pera {
    height: 125px;
    overflow: hidden;
}

.primary-btn {
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, .12);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff !important;
    border: none !important;
    background-color: #0561a2 !important;
    border-radius: 4px !important;
    padding: 5px 23px;
    font-weight: 600;
}

.primary-btn:hover {
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, .12);
    color: #fff !important;
}

.secondary-btn {
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, .12);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff !important;
    border: none;
    background-color: #e87e2e !important;
    border-radius: 4px !important;
    padding: 5px 23px;
    font-weight: 600;
}

.secondary-btn:hover {
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, .12);
    color: #fff !important;
}

.cancle-btn {
    border: none;
    background-color: #deedf7;
    color: #0561a2;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, .12);
}

.cancle-btn:hover {
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, .12);
    color: #0561a2 !important;
}

.iti.iti--allow-dropdown {
    width: 100%;
}

.position-rel {
    position: relative;
}

.category-style {
    display: flex;
    justify-content: center;
}

.apply {
    color: red !important;
}

input[type="password"] {
    position: relative;
}

select {
    position: relative;
}

select:after {
    content: "â–¼";
    display: inline-block;
    padding: 8px 8px;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 00;
    text-align: center;
    width: 5%;
    height: 100%;
    pointer-events: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

ul#country-listbox {
    width: 300px;
    overflow-x: scroll;
}

.toggle-password.fa-fw {
    float: right;
    margin-left: -25px;
    margin-top: -29px;
    position: relative;
    z-index: 1;
    padding-right: 25px;
}

.fa-eye-slash {
    margin-top: -35px !important;
    margin-right: -18px !important;
}

label.med,
.nm label {
    text-align: center !important;
    cursor: pointer;
}

.fa-fw {
    cursor: pointer;
}

.pointer-cur {
    cursor: pointer !important;
}

.word-break {
    word-break: break-all;
}

div#volunteerstories img {
    height: 410px !important;
}

.respond-icon {
    display: flex;
    padding: 1.75rem 0px !important;
}

.city-active-project {
    height: 18px;
    overflow: hidden;
}

.modal-content iframe {
    width: 100%;
}

@media(max-width:992px) {
    div#volunteerstories img {
        height: auto !important;
    }
}

.thank-border {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    padding: 50px 80px;
    text-align: center;
    width: 40%;
}

.thank-border h1 {
    color: #0B4E90;
    font-size: 28px;
    font-weight: 700;
}

.pagination {
    display: block;
    text-align: center;
    margin-top: 40px;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination a {
    text-align: center;
    padding: 8px 16px;
    text-decoration: none;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 4px 0 rgba(129, 132, 166, .36);
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.pagination a:hover {
    background-color: #ddd;
    border-radius: 3px;
    box-shadow: 0 2px 4px 0 rgba(129, 132, 166, .36);
    width: 35px;
    padding: 8px 16px;
    height: 35px;
    margin-right: 10px;
    color: #195198 !important;
}

.pagination strong {
    background-color: #195198;
    border-radius: 3px;
    box-shadow: 0 2px 4px 0 rgba(129, 132, 166, .36);
    width: 35px;
    padding: 8px 16px;
    height: 35px;
    margin-right: 10px;
    color: #fff !important;
}

#hidd {
    text-align: center;
    margin: auto;
    display: block;
}

@media screen and (max-width:767px) and (min-width:320px) {
    .thank-border {
        padding: 50px 10px;
        text-align: center;
        width: 90%;
    }
    #hidd {
        overflow: scroll;
    }
}

#hidd {
    text-align: center;
    margin: auto;
    display: block;
}


/*video page css */

.video-section {
    margin: 30px auto;
}

.video-section h1 {
    font-weight: 600;
    font-size: 2rem;
    color: #0661a2;
}

.video-section p {
    font-size: 15px;
}

.faq-lists {
    margin-bottom: 30px;
}
.login-input-wrap select{
    border: 1px solid #C8C8C8;
    box-sizing: border-box;
    background: transparent;
    height: 47px;
    background-image: none !important;
}
span.caret {
    position: absolute;
    top: 50%;
    transform: rotate(90deg);
    right: 12px;
}

@media screen and (max-width:767px) and (min-width:320px) {
    .video-section h1 {
        font-size: 1.5rem;
        padding: 15px 0;
    }
}
.media{
    display: none !important;
}

.video-wrap-inner-page {
    position: relative;
    display: block;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.icon-paly {
    position: absolute;
}

    .icon-paly i {
        color: white;
        font-size: 24px;
    }

.video-wrap-inner-page .icon-paly {
    border: 2px solid white;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}



@media (max-width: 900px) {
    .video-wrap-inner-page {
        position: relative;
        display: block;
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .icon-paly {
        position: absolute;
    }

        .icon-paly i {
            color: white;
            font-size: 15px;
        }

    .video-wrap-inner-page .icon-paly {
        border: 2px solid white;
        width: 50px;
        height: 50px;
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.login-li a:nth-child(1) {
    background-color: #0e3a7c;
}

.login-li a:nth-child(2) {
    background-color: #e68b36;
}

.login-li a {
    font-size: 13px;
    text-align: center;
    padding: 8px !important;
    margin: 5px;
}
