@media (min-width: 575px){
}

@media (min-width: 576px){

}

@media (min-width: 767px){

}

@media (min-width: 1024px){ 

}

@media (min-width: 991px){
    .search-wrap-mobile{
        display: none;
    }
}
@media (min-width: 1199px){

}

@media (min-width: 1240px){

}

@media (min-width: 1300px){
    .container {
        max-width: 1200px;
    }    
}

/* @media css */
@media (min-width: 1400px){
    .container {
    max-width: 1300px;
}

}


@media (min-width: 1600px){

}

@media (min-width: 1700px){  
}

@media (min-width: 1800px){ 
}

@media (min-width: 1920px){ 

}
@media (min-width: 2200px){ 

}
/*******************************/

@media (max-width: 1199px){
    h1, .h1 {
        font-size: 34px;
    }

    h2, .h2 {
        font-size: 31px;
    }

    h3, .h3 {
        font-size: 25px;
    }

    h4, .h4 {
        font-size: 22px;
    }

    h5, .h5 {
        font-size: 20px;
    }

    h6, .h6 {
        font-size: 18px;
    }

    /*****************/
    .home-landing-1 h1 {
    font-size: 50px;
}
.menu-footer ul.menu-top li {
    margin-left: 16px;
}
.menu-footer .menu-top li a {
    padding: 12px 9px;
    font-size: 18px;
    min-width: auto;
}
.content-wrapper.home1txt {
    padding: 30px 0px;
}
.logon-wrapper>img {
    max-width: 65%;
}
.btn.btn-xlarge {
    font-size: 19px;
    min-width: 150px;
}
.headersocial {
    padding-top: 0px;
    padding-right: 0px;
}
.hemoblock {
    padding: 0px;
}
#mc_embed_signup .cstmgroup .mc-field-group {
    max-width: calc(100% - 190px);
}
#mc_embed_signup input#mc-embedded-subscribe {
    max-width: 160px;
}
}
@media (max-width: 1024px){


.donate-block ul li a {
    font-size: 30px;
}
.section-third h2 {font-size: 23px;}

sup.usd {
    font-size: 18px;
    top: 15px;
    left: -10px;
}

p.donate-details {
    font-size: 13px;
}

.donate-block ul li {
    width: calc(95% / 5);
}

ul.donate-top-listing {
    padding: 0;
    width: 100%;
}

h2.donation-title {
    width: 100%;
}

h1.heading-title {font-size: 27px;}


}

@media (max-width: 991px){
    h1, .h1 {
        font-size: 38px !important; 
    }

    h2, .h2 {
        font-size: 32px  !important; 
    }

    h3, .h3 {
        font-size: 28px  !important; 
    }

    h4, .h4 {
        font-size: 24px  !important; 
    }

    h5, .h5 {
        font-size: 20px  !important; 
    }

    h6, .h6 {
        font-size: 16px  !important; 
    }

    .aside-sidebar {
        margin-top: 35px;
    }

    /* header mobile menu */
    .menu-wrap {
        background-color: #fff;
        position: fixed;
        top: 0;
        height: 100%;
        width: 100%;
        right: -100%;
        font-size: 1em;
        font-weight: 700;
        overflow: auto;
        transition: .5s;
        z-index: 12;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menu-full-wrapper {
        width: 100%;
        position: relative;
    }

    .menu-show {
        right: 0;
        box-shadow: none;
        display: block;
        max-width: 100%;
    }

    .menu-sidebar {
        margin: 0;
        position: relative;
        top: 0;
        width: 100%;
        margin-left: auto;
        padding-top: 70px;
    }

    .menu-bar-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }

    .menu-sidebar .menu-bar-wrapper li {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        margin: 0;
        border: none;
        border-bottom: 1px solid rgba(0,   0, 0, 0.3);
        padding: 0;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li:first-child {
        border-top: 1px solid rgba(0,   0, 0, 0.3);
    }

    .menu-sidebar .menu-bar-wrapper li:last-child{
        border: none;
    }

    .menu-sidebar .menu-bar-wrapper li > a {
        color: #000;
        font-weight: normal;
        padding: 7px 20px;
        position: relative;
        display: block;
        font-weight: 400;
        font-size: 16px;
    }

    .menu-sidebar .menu-bar-wrapper li > a:hover::after {
        opacity: 1;
    }

    .menu-sidebar .menu-bar-wrapper li > a:hover {
        background-color: #ad5e27;
        color: #fff;
        width: 100%;
    }

    .menu-sidebar .menu-bar-wrapper li > a:hover::after {
        opacity: 1;
    }

    .menu-sidebar .menu-bar-wrapper li.current-menu-item > a {
        font-weight: 500;
        background-color: #ad5e27;
        color: #fff;
        width: 100%;
    }

    .menu-sidebar .menu-bar-wrapper li.current-menu-item > a + .sidebar-menu-arrow::after{
        color: #0e2743;
    }

    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link {
        font-weight: 500;
        background-color: #ad5e27;
        color: #fff;
        width: 100%;
    }

    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link + .sidebar-menu-arrow::after {
        border-left: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
    }

    .menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link::after {
        opacity: 1;
    }
    .menu-sidebar .menu-bar-wrapper .menu-item-has-children {
        position: relative;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow {
        position: absolute;
        right: 0;
        top: 0;
        height: 42px;
        width: 40px;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu {
        display: none;
        background: none;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0px;
    }  

    .menu-sidebar .menu-bar-wrapper li .sub-menu li a {
        font-size: 16px;
        padding-left: 45px;
    }

    .menu-sidebar .menu-bar-wrapper li .sub-menu .sidebar-menu-arrow::after {    
        padding: 0 10px;
        font-size: 16px;
    }

    .menu-sidebar .sidebar-menu-arrow::after {
        content: "";
        cursor: pointer;
        border-left: 1px solid #6f6f6f;
        border-bottom: 1px solid #6f6f6f;
        display: inline-block;
        width: 10px;
        height: 10px;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin: auto;
        position: absolute;
        right: 15px;
        top: 50%;
        bottom: 0;
        margin-top: -5px;
    }

    .menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow.responsive-up-arrow::after {
        transform: rotate(135deg);
        display: block;
        margin: 0;
    }

    .menu-sidebar .menu-bar-wrapper .current_page_item .sidebar-menu-arrow::after {
        border-left: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
    }

    .menu-sidebar .menu-bar-wrapper li .sub-menu li a::after{
        display: none;
    }

    /*Hamburger Button*/
    .header-aside-col {
        align-items: center;
        display: flex;
        justify-content: flex-end;
        padding-right: 55px;
    }

    div#mobile-search-bar {
        border-left: none;
        top: 0px;
    }

    header#header .container-fluid {
        padding-right: 0;
        padding-left: 15px;
    }

    .logo-wrapper {
        padding-right: 0;
        margin-right: 0;
    }

    .menu-button:hover {
        cursor: pointer;
    }

    .menu-button {
        height: 40px;
        width: 40px;
        position: fixed;
        top: 17px;
        z-index: 12;
        right: 15px;
        display: block;
        background-image: url(../img/menu-gold.png);
        background-position: center;
        background-size: 30px;
        background-repeat: no-repeat;
        text-align: center;
    }

    .menu-button .menu-bar {
        position: absolute;
        border-radius: 0px;
        width: 26px;
        transition: .5s;
        opacity: 1;
        top: 7px;
        right: 0;
        left: 0;
        margin: auto;
    }

    .menu-button .menu-bar-top {
        border: 2px solid #ffffff;
        border-bottom: none;
        top: 10px;
    }

    .menu-button .menu-bar-middle {
        height: 2px;
        background-color: #ffffff;
        margin-top: 3px;
        margin-bottom: 3px;
        top: 16px;
    }

    .menu-button .menu-bar-bottom {
        border: 2px solid #ffffff;
        border-top: none;
        top: 28px;
        width: 26px;
        right: 0;
    }

    .small-menu .menu-button .menu-bar-top {
        border-color: #ffffff;
    }

    .small-menu .menu-button .menu-bar-bottom {
        border-color: #ffffff;
    }

    .small-menu .menu-button .menu-bar-middle {
        background-color: #ffffff;
    }

    .button-open {
        z-index: 16;
    }

    .menu-button.button-open {
        background: none;
        z-index: 13;
        height: 27px;
        width: 27px;
        right: 15px;
        top: 15px;
    }

    .button-open .menu-bar {
        opacity: 1;
    }

    .button-open .menu-bar-top {
        border-color: #0284cf;
        transform: rotate(45deg) translate(8px, 8px);
        transition: .5s;
    }
    .button-open .menu-bar-middle {
        background-color: #0284cf;
        transform: translate(230px);
        transition: .1s ease-in;
        opacity: 0;
    }

    .button-open .menu-bar-bottom {
        border-color: #0284cf;
        transform: rotate(-45deg) translate(5px, -5px);
        transition: .5s;
        right: 0;
    }  

    .menu-button.button-open .menu-bar-top { 
        border-color: #000000 !important;
        width: 100%;
    }

    .menu-button.button-open .menu-bar-bottom {
        border-color: #000000 !important;
        width: 100%;
    }

    .menu-logo-wrapper {
        width: 50%;
        padding-left: 1rem;
        left: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 274px;
    }

    .menu-logo-wrapper .nav-logo a {
        display: inline-block;
        max-width: 70%;
        margin-bottom: 30px;
    }

    .menu-logo-wrapper .callus-block {
        margin-bottom: 0;
        margin-top: 30px;
    }

    .menu-logo-wrapper .callus-block .small-phone-text {    
        color: #fff;
    }
    body.nav-open-menu {
        overflow-y: hidden;
    }
    .menu-button > div {
        display: none;
    }

    .menu-button.button-open > div {
        display: block;
    }
    /*mobile menu css end*/ 
.home-landing-1 {
    text-align: center;
}

.home-landing-2 .row {
    flex-flow: column-reverse;
}

.home-landing-2 .content-wrapper {
    margin-bottom: 30px;
}

.donate-button-link {
    display: block !important;
    background: #4ea1d9;
    color: #fff;
    padding: 10px 20px;
    line-height: 25px;
    border-radius: 30px;
    position: absolute;
    top: 22px;
    right: 80px;
    width: 120px;
    text-align: center;
} 

sup.usd {
 font-size: 16px;
    top: 15px;
    left: -10px;
}
.logon-wrapper {
    margin: 0 auto;
}
.logon-wrapper>img {
    max-width: 100%;
}
.maintct {
    order: 2;
}
.topdivlogo {
    padding: 30px 0px 125px;
}
.image-wrapper.home1img {
    margin-top: -90px;
}
.buttons-wapper {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0px 0px;
}
.buttons-wapper>div {
    flex: 0 0 33.3333%;
}
.hemoblock {
    padding: 30px 0px 0px;
}
.btn.btn-xlarge {
    font-size: 16px;
    min-width: 121px;
    padding: 12px 15px 10px;
}
#mc_embed_signup input#mc-embedded-subscribe {
    max-width: 130px;
    font-size: 16px;
    padding: 6px;
    height: 45px;
    line-height: 38px;
}
#mc_embed_signup .cstmgroup .mc-field-group {
    max-width: calc(100% - 150px);
}
#mc_embed_signup .mc-field-group input#mce-EMAIL {
    font-size: 16px;
    padding: 5px 0;
    max-width: 200px;
} 
.frmtxt p {
    font-size: 13px;
}
ul.menu-top li {
    margin-left: 20px;
}
.menu-top li a {
    padding: 15px 9px;
    font-size: 16px;
}
.abtpage img{margin-bottom:30px;}
}
@media (max-width: 850px){
img.img-fluid.logoimg {
    max-width: 270px;
}
}
@media (max-width: 767px){

#mc_embed_signup .wpcf7-submit {
    min-width: inherit;
    padding: 4px 20px;
    border: none;
}

#mc_embed_signup .wpcf7 form.sent .wpcf7-response-output {
    top: 60px !important;
}

#mc_embed_signup .mc-field-group input#mce-EMAIL {
    max-width:220px;
} 
#mc_embed_signup .wpcf7 .wpcf7-not-valid-tip {
    right: 25px !important;
}
.cstmgroup {
    margin-bottom: -20px;
}
.header-bottom {
    display: none !important;
} 
.menu_title {
    display: none !important;
}

    h1, .h1 {
        font-size: 26px !important;
    }

    h2, .h2 {
        font-size: 24px  !important; 
    }

    h3, .h3 {
        font-size: 22px  !important; 
    }

    h4, .h4 {
        font-size: 20px  !important; 
    }

    h5, .h5 {
        font-size: 18px  !important; 
    }

    h6, .h6 {
        font-size: 16px  !important; 
    }
    /******************************/
    .header-top {
    padding: 0px 15px;
}
.home-landing-1 h1 {
    font-size: 40px !important;
}

footer {
    padding: 50px 15px;
}



.vounteer-content-block h2 {
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0;
}


sup.usd {
  font-size: 20px;
    top: 18px;
    left: -12px;
} 


.amount-details {
    display: block !important;
}

.volunteer-btn-block {
    display: block;
    text-align: center;
}


.donation-title span {
    font-size: 16px;
    font-weight: 500;
}
.donate-block ul li {
    width: 45%;
    margin: 10px 10px;
}

.volunteer-title {
    position: relative;bottom: initial;
}

ul.donate-description-block {
    display: none !important;
}

p.donate-details.amount-details {
    text-align: center;
    padding:0;
}



p.donate-details.last-block {
    padding: 0;
}

ul.donate-top-listing {
    padding: 0;
} 
.header-top {
    padding: 0px;
}
.header-top #mc_embed_signup form {
    padding: 10px 0 10px 0px;
}
.headersocial svg {
    width: 40px;
    height: 40px;
}
.buttons-wapper>div {
    flex: 0 0 100%;
    margin: 10px 0px;
}
.buttons-wapper {
    padding: 25px 0px 0px;
}
.menu-footer ul.menu-top li {
    margin-left: 0px;
    flex: 0 0 100%;
    max-width: 60%;
    margin-bottom: 16px;
}
.menu-footer .menu-top {
    justify-content: center;
    flex-wrap: wrap;
}
.blockform>div {
    max-width: 100%;
    justify-content: center;
}
.blockform .wpcf7-form-control-wrap {
    margin-bottom: 10px;
}
.blockthree>span {
    margin-top: 0px;
}
.contact-block h2 {
    line-height: 30px;
    padding: 0px;
    font-size: 18px !important;
}
h2.donation-title {
    font-size: 22px !important;
    line-height: 31px;
}
img.img-fluid.logoimg {
    max-width: 200px;
}
.flexouter>div {
    flex: 0 0 100%;
    text-align: center;
}
.flexouter {
    flex-wrap: wrap;
}
.inner-page-heading {
    padding: 30px 0;
}
.flexlogo {
    margin-right: 0%;
    margin-bottom: 18px;
}
}
@media (max-width: 576px){
.menu-top li a {
    padding: 10px 8px;
    font-size: 14px;
    min-width: auto;
}
ul.menu-top li {
    margin-left: 8px;
}
.menu-top {
    justify-content: space-between;
}
#mc_embed_signup input#mc-embedded-subscribe {
    max-width: 110px;
}
#mc_embed_signup .cstmgroup .mc-field-group {
    max-width: calc(100% - 126px);
}
}

@media (max-width: 380px){

#mc_embed_signup .mc-field-group input#mce-EMAIL {
    max-width:180px;
} 

}
@media (min-width: 768px) and (max-width: 991px) and (orientation: landscape){
    
}