/*
* Theme Name: Netscriperwp
*  Author: Netscriper
*  Author URI: http://www.netscriper.com/
*/     

@font-face { font-family: "MyanmarSquare"; src: url("/wp-content/themes/ns_redcross/fonts/MyanmarSquare/MyanmarSquare.woff") format("woff"), url("/wp-content/themes/ns_redcross/fonts/MyanmarSquare/MyanmarSquare.ttf") format("truetype"), url("/wp-content/themes/ns_redcross/fonts/MyanmarSquare/MyanmarSquare.svg#Myanmar Square") format("svg"); }

@font-face { font-family: "Noto Sans Myanmar"; src: url("/wp-content/themes/ns_redcross/fonts/NotoSansMyanmar/NotoSansMyanmar-Regular.woff") format("woff"), url("/wp-content/themes/ns_redcross/fonts/NotoSansMyanmar/NotoSansMyanmar-Regular.ttf") format("truetype"), url("/wp-content/themes/ns_redcross/fonts/NotoSansMyanmar/NotoSansMyanmar-Regular.svg#Noto Sans Myanmar") format("svg"); }

@media(min-width: 1680px) {
     .customcontainer{
        width: 1650px !important;
        margin: 25px auto;
        display: flex;
     }
}
 .customcontainer{
    width: 95%;
    margin: 25px auto;
    display: flex;
}
body{
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
	margin:0 auto;
/*	font-family: 'Times New Roman'; */
    font-family: Times New Roman;
}
p {
    font-size: 16px;
}
h1,h2,h3,h4,h5,h6{
    color: #222222;
    /*	font-family: 'Playfair Display','MyanmarSquare', serif;*/
    font-family: Times New Roman;
}
header {
    position: relative;
    padding: 10px 0px;
}
#searchformhidden {
    border-top: 1px solid #cccccc54;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background: white;
     display: none;
    padding: 25px 0px;
    width: 100%;
    position: absolute;
    top: 100%;
    z-index: 999;
}
.headerlogotext{
	    font-family: 'Poppins', sans-serif;
}
.headerlogotext {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #262626de;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 1.5px;
    margin-bottom: 0px;
    margin-top: 7px;
}
.logoimage {
    width: 60%;
}
.navbar-nav>li>a {
    font-weight: 500;
    color: #222;
    padding-top: 15px;
    padding-bottom: 15px;
}
.largemenu {
    margin-bottom: 0;
    background: white;
    border: 0px;
    width: 95%;
}
.flexsection {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding-top: 25px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #d33e26;
    background-color: #fff;
}
.searchicon {
    background: #ec1c24;
    width: 34px;
    height: 34px;
    padding: 9px;
    border-radius: 50%;
}
.headertop {
    border-bottom: 1px solid #cccccc54;
	padding:10px 0px;
}
.languagemenu {
	background:transparent;
	border:0px;
    margin-bottom: 0px;
	min-height:auto;
}
.polylang-flags {
    display: flex;
    float: right;
}
.polylang-flags li {
    font-size: 15px;
    list-style: none;
    margin-right: 15px;
}
.languagemenu .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.searchandlanguageflex {
    display: flex;
    flex-wrap: wrap;
	align-items:center;
}
.searchandlanguageflex .search {
    width: 60%;
    margin-right: 2%;
}
.search-field {
	font-size:14px;
    padding: 15px 45px;
    color: white;
    width: 100%; 
    border: 1px solid #a5a3a37d;
    background: #ec1c24;
    background-image: url('/wp-content/uploads/2023/06/searchicon.png');
    border-radius: 25px;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 1.3% center;
    font-family: 'Poppins','MyanmarSquare', serif;
}
.search-field::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}
ul[role="tablist"] {
    padding-left: 0;
}
.shadow{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.p-1{ padding: .25em; }
.p-2{ padding: .5em; }
.p-3{ padding: .75em; }
.p-4{ padding: 1em; }
.p-5{ padding: 1.5em; }

/* Pagination */

ul.page-numbers{
	padding-left: 0px;
}	
ul.page-numbers li{
	float: left;
	height: 35px;
	width: 35px;
	list-style: none;
	line-height: 35px;
	text-align: center;
	padding: 0px;
	border-radius: 100px;
	margin-right: 3px;
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);	
}
ul.page-numbers li span.current{
	color: #000;
	font-size: 16px;
}
.content-img img{
	width: 100%;
	height: auto;
}
.radiogroupsection {
    margin-top: 15px;
    column-count: 3;
}
/* 404 error */
.error img {
    position: relative;
    margin: 0 auto;
}
.back-home-wrap p {
    font-size: 21px;
	margin-top:50px;
}
.back-home-wrap {
    text-align: center;
    left: 0;
    right: 0;
}
.error {
    height: 400px;
}
.back-home {
    margin-top: 14px;
    border-radius: 0;
}

/* Breadcrumb */

#breadcrumbs {list-style-type: none;}
#breadcrumbs li{display: inline-block;}

/*********************** Home ******************/
.hometwosection {
    padding: 60px 0px;
}
.eachhometwosection h2 {
    font-size: 25px;
    margin-bottom: 25px;
    font-weight: 600;
}
.homedisastersection {
/*    background-image: url(/wp-content/uploads/2023/06/spotbg1.jpg);*/
/* 	  background-image: url(/wp-content/uploads/2023/09/feature-bg.png);  */
    background-image: url(images/service.jpg);
    min-height: 598px;
    padding: 60px 0px;
    text-align: center;
    background-repeat: no-repeat;
}
.homedisastersection .center{
    margin-top: 100px;
}
.eachhomedisaster h3 {
    font-size: 20px;
    font-weight: 600;
    color: #e11b22;
    margin-top: 30px;
}
.slick-dots{
    margin-top: 20px;
    bottom: -50px;
}
.slick-dots .slick-active{
    background:#e11b22;
}
.slick-dots li{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #e11b22;
}
.eachhomedisaster img{
    margin: 0px auto;
    display: block;
}
.homehelppara {
    width: 80%;
    margin: 15px auto;
    text-align: center;
    color: white;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 30px;
}
.homedisastersection h1,.homedonation h1,.homehelpsection h1 {
    font-weight: 700;
    font-size: 40px;
}
.normalbold {
    font-weight: 600;
    color: #4b4b4bd6;
    margin-top: 20px;
    font-size: 16px;
}
.width80 {
    display: block;
    width: 80%;
    margin: 0px auto;
}
.morelink {
    margin-top: 25px;
    display: inline-block;
    width: 50%;
    text-decoration: none !important;
    cursor: pointer;
}
.morelinkbutton {
    background: #ec1c24;
    padding: 15px;
    color: white;
    min-width: 30% !important;
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}

.eachserviceinner {
    border: 1px solid #e1e1e1;
    margin: 15px 13px;
}
.eachservicetitle {
    text-align: center;
	padding:30px 0px;
}
.eachservicetitle h5{
	color:#d33e26;
	font-size:21px;
}
.homeservice{
	padding:60px 0px;
}
.homeservicepara{
	text-align:center;
	font-size:15px;
	width:75%;
	display:block;
	margin:15px auto;
	    color: #4b4b4b;
    font-weight: 500;
    line-height: 25px;
}
.homevolunteer{
	padding:40px 0px;
	background:#d33e26;
		color:white;
}
/* .dropdown-menu .menu-item {
    padding: 11px 0px;
    border-bottom: 1px dotted #cccccc7d;
} */
.dropdown-menu{
	padding:0px;
}
.dropdown-menu li{
	border:1px dotted #f5f5f5;
}
.menu-item a {
    color: #262626 !important;
}
.dropdown-menu > li > a {
    display: block;
    padding: 11px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #d33e26;
    outline: 0;
}
.volunteerflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	width: 50%;
margin: 0px auto;
}
.volunteerflex .textright {
    width: 45%;
}
.volunteerflex h4{
	text-align:right;
	font-size:22px;
}
.volunteerflex .arrow {
	width:10%;
	text-align:center;
    margin-top: 9px;
    font-size: 20px;
    font-weight: 300;
    color: #ececec;
}
.volunteerflex .link {
	width:45%;
    margin-top: 10px;
    font-size: 16px;
}
.volunteerflex .link a{
	color:white;
}
.homedonate{
	background:#f1f0ef;
    padding: 45px 0px;
	background-image: url("/wp-content/uploads/2022/05/alldonatebg.jpg");
background-repeat: no-repeat;
background-position: 50%;
}
.homedonatelink h3,.homebloodlink h3,.homelatestnew h3,.homeservice h3 {
    font-size: 27px;
    margin-bottom: 30px;
    margin-top: 40px;
}
.homeservice h3{
	text-align:center;
}
.donatelink {
    display: block;
    padding: 23px 30px 23px 50px;
    background: white;
	position:relative;
	color:#222222;
	font-size:16px;
	margin-bottom:18px;
}
.donatelink::before {
    background: #d33e26;
    content: "";
    display: inline-block;
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
}
.homeblood{
	background:#f1f0ef;
    padding: 45px 0px;
	background-image: url("/wp-content/uploads/2022/05/bloodbg.jpg");
background-repeat: no-repeat;
background-position: 50%;
	min-height: 559px;
}
.homebloodlink{
	padding-left:55px;
}
.homedonatelink {
    padding-right: 55px;
}
.bloodlink {
    background: #d33e26;
    padding: 10px 23px;
    color: white;
    display: block;
    margin-right: 15px;
    border-radius: 7px;
    margin-bottom: 15px;
}
.homebloodflex {
    display: flex;
    flex-wrap: wrap;
}
.homebloodpara {
    color: #4b4b4b;
    margin-bottom: 55px;
    margin-top: 55px;
    font-weight: 500;
}
.homedonation .morelink {
    width: 35%;
}
.homedonation {
    padding: 90px 0px 100px 0px;
    margin-bottom: -57px;
}
.homehelpsection {
    height: 420px;
    background-image: url(images/be-the-help.jpg);
    padding: 90px 0px 50px 0px;
}
.homedonateimage {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.homedonation .rowflex {
    display: flex;
    align-items: center;
    margin-bottom: -80px;
}
.homehelpsection h1{
   color: white;
   text-align: center;
}
.bloodlink::before {
    content: "\f0da";
    display: inline-block;
    margin-right: 15px;
    font-family: "Fontawesome" !important;
}
.homelatestnew {
    padding: 45px 0px;
}
.homenewflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.eachhomehelp {
    padding: 0px 5px;
}
/*.homenewcontent {
    width: 48%;
}*/
.homenewcontent h4 a {
    font-size: 15px;
    line-height: 25px;
    color: black;
}
.newtime {
    color: #4b4b4b;
    margin-bottom: 15px;
	font-size:15px;
}
.homenewmorelink {
    color: #d33e26;
    font-size: 14px;
    font-weight: 500;
	position:relative;
	margin-top: 10px;
display: block;
}
.homenewmorelink .fa.fa-long-arrow-right {
    color: black;
	font-size:20px;
	position:absolute;
	margin-top:1px;
}
.moredetailtext {
    margin-left: 30px;
}
.homelatestnew h3 {
    margin-bottom: 60px;
}
.hometraining {
    background-image: url('/wp-content/uploads/2022/05/trainingbg2.jpg');
    text-align: center;
    color: white;
   min-height: 480px;
background-position: center center;
padding: 120px 0px;
	background-size:cover;	
/* background-attachment: fixed; */
}
#dynamic_select {
    background: transparent;
    width: 30%;
    padding: 10px 20px;
    border: 2px solid #f5f5f5;
    text-align: center;
    font-size: 16px;
	background-image: url("/wp-content/uploads/2022/05/down-arrow_white.png");
background-repeat: no-repeat;
background-position: 96% 50%;
}
.hometraining p {
    margin: 20px 0px 40px 0px;
    font-size: 18px;
    font-weight: bold;
}
.hometraining select{
	 -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.hometraining select::-ms-expand {
     display: none;
}
/*********************** vision and mission ******************/

.marginbottom20{
	margin-bottom:20px;
}
.valuecontent {
    width: 95%;
}
.valuemargintop{
	margin-top:45px;
}
.valueicon {
    background: #fafafa;
    margin: 15px;
    padding: 15px;
    width: 100px;
    height: auto;
    border-radius: 50%;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 5px 10px -5px, rgba(0, 0, 0, 0.08) 0px 8px 16px -8px;
}
.valueflex {
    display: flex;
    align-items: flex-start;
    background: white;
    margin: 5px 0px;
    padding: 15px;
    /* min-height: 260px; */
    border-radius: 7px;
	border: 1px solid #f3f3f3;
}
.titleandcontent {
    padding: 10px 25px;
    line-height: 22px;
}
.allcontent h3{
    color:#000;
}
.valuesection {
    background: #f5f5f57a;
    margin-bottom: 15px;
    padding: 40px 0px;
}
.eachvision {
   border: 1px solid #f3f3f3;
    min-height: 580px;
    background: #f5f5f57a;
    border-radius: 7px;
    margin-bottom: 20px;
}
.titleandcontent {
    padding: 10px 25px;
    line-height: 22px;
}
.titleandcontent h3,.allcontent h3 {
    color: black;
    font-weight: bold;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.wp-block-essential-blocks-accordion{
    .eb-accordion-content {
        padding: 20px !important;
    }
    .box.style1{
        margin-bottom: 0 !important;
    }
}

.logo-gallery{
    row-gap: 20px;
    align-items: start;
    .cus_card {
        aspect-ratio: 1 / 1;
        padding: 15px;
    }
    .caption {
        margin-top: 10px;
        font-weight: 600;
        text-align: center;
    }
}

/*********************** Category ******************/
.categorylink{
	color:#333;
}
.categorypostflex {
    display: flex;
    flex-wrap: wrap;
}
.publicationflex {
	margin:20px auto;
	    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.eachpdf {
    width: 19.8%;
	margin-right:0.2%;
    border: 1px solid #ccc;
/* 	padding: 15px 5px; */
}
.counter {
    background: #F5E9D4;
    padding: 5px 15px;
    font-family: 'Libre Baskerville','MyanmarSquare', serif;
    font-weight: bolder;
    color: #d33e26;
}
#myTab li::before {
    display: none;
}
    /* position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    box-sizing: border-box;

} */

.board > div.board-inner{
    background: #fafafa url(http://subtlepatterns.com/patterns/geometry2.png);
    background-size: 30%;
}

p.narrow{
    width: 60%;
    margin: 10px auto;
}

.liner{
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    /* background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

span.round-tabs{
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: block;
    border-radius: 100px;
    background: white;
    z-index: 2;
/*     position: absolute; */
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tabs.one{
    color: rgb(34, 194, 34);
/* 	border: 2px solid rgb(204, 204, 204); */
	border: 2px solid rgb(181, 179, 179);
}

li.active span.round-tabs.one{
    background: #fff !important;
    border: 2px solid #d33e26;
    color: rgb(34, 194, 34);
}

span.round-tabs.two{
    color: #febe29;
/* 	border: 2px solid #febe29; */
		border: 2px solid rgb(181, 179, 179);
}

li.active span.round-tabs.two{
    background: #fff !important;
/*     border: 2px solid #ddd; */
	    border: 2px solid #d33e26;
    color: #febe29;
}

span.round-tabs.three{
    color: #3e5e9a;
/* 	border: 2px solid #3e5e9a; */
	border: 2px solid rgb(181, 179, 179);

}

li.active span.round-tabs.three{
    background: #fff !important;
/*     border: 2px solid #ddd; */
	    border: 2px solid #d33e26;
    color: #3e5e9a;
}

span.round-tabs.four{
    color: #f1685e;
/* 	border: 2px solid #f1685e; */
		border: 2px solid rgb(181, 179, 179);
}

li.active span.round-tabs.four{
    background: #fff !important;
/*     border: 2px solid #ddd; */
	    border: 2px solid #d33e26;
    color: #f1685e;
}

span.round-tabs.five{
    color: #999;
/* 	border: 2px solid #999; */
		border: 2px solid rgb(181, 179, 179);
}

li.active span.round-tabs.five{
    background: #fff !important;
	    border: 2px solid #d33e26;
/*     border: 2px solid #ddd; */
    color: #999;
}

.nav-tabs > li.active > a span.round-tabs{
    background: #fafafa;
}
.nav-tabs > li {
    width: 16.6667%;
}

.nav-tabs > li:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition:0.1s ease-in-out;
    
}
.nav-tabs > li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
   opacity:1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #ddd;
	display:none;
    
}
.nav-tabs > li a{
	background: transparent !important;
}
.nav-tabs{
	border-bottom:0px;
}
.nav-tabs > li a{
   width: 100%;
   margin: 5px auto;
   border-radius: 100%;
   padding: 0;
	display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
#myTab::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #cccccc7a;
    position: absolute;
    top: 40px;
	z-index:-1;
}
#myTab .active {
	border-radius:5px;
    background: #f5f5f5;
}
.nav-tabs > li a:hover{
    background: transparent;
}
.tab-content {
	padding-bottom:60px;
}
.tab-pane{
   position: relative;
padding-top: 20px;
}
.tab-content .head {
	position:relative;
    font-size: 20px;
    padding-bottom: 18px;
    text-align: left;
    color: #d33e26;
	font-family: 'Inter','Noto Sans Myanmar', sans-serif;
}
.head.text-center::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #d33e26;
    bottom: 0;
    position: absolute;
}
.head.text-center::after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
	left:15px;
    background: #d33e26;
    bottom: 0;
    position: absolute;
}
.btn-outline-rounded{
    padding: 10px 40px;
    margin: 20px 0;
    border: 2px solid transparent;
    border-radius: 25px;
}

.btn.green{
    background-color:#5cb85c;
    /*border: 2px solid #5cb85c;*/
    color: #ffffff;
}
.publicationtitle {
    padding: 15px;
}
#myTab h4 {
    font-size: 14px;
    font-weight: bolder;
    color: black;
	width: 100%;
text-align: center;
}
.round-tabs .img-responsive {
    margin: 15px auto;
}
.publicationtitle {
    padding: 10px 5px;
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    min-height: 80px;
}
.eachlatestnew a:hover,.eachpdf a:hover{
    text-decoration: none;
    color: #d33e26;
}
.activities-omu-new a:hover{
    text-decoration: none;
    color: #d33e26;
}
.activities-omu-new .eachnewtitle h4 {
    min-height: 54px;
    line-height: normal;
    padding-bottom: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.activities-omu-new .eachnewtitle {
    min-height: 94px;
}
.activities-omu-new .postdate {
    margin-bottom: 0;
    text-align: center;
    padding-top: 8px;
}
.omu-thumb {
/*    height: 274px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
}
.omu-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: all 0.15s ease;
}
.omu-thumb {
    width: 100%;
    height: 182px;
    position: relative;
}
/*.default_content_single dt.gallery-icon img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
}
.default_content_single dt.gallery-icon {
    height: 190px;
    position: relative;
    width: 100%;
}
.default_content_single dl.gallery-item {
    margin-left: 4px;
    width: 32% !important;
}*/
/*.default_content_single dl.gallery-item {
    float: none !important;
    width: 100% !important;
}
.default_content_single .gallery {
    display: flex !important;
    flex-flow: nowrap;
    gap: 11px;
}
.default_content_single dt.gallery-icon img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center;
}
.default_content_single dt.gallery-icon {
    height: 263px;
    width: 100%;
    position: relative;
}
.image_wrap {
    height: 120px;
    width: 100%;
    position: relative;
    margin-bottom: 5rem;
}

.image_wrap img {
    object-fit: fill;
    width: 100%;
    height: 100%;
}

.gallery_wrap {
    display: flex;
    gap: 11px;
    flex-flow: wrap;
}*/
.activities-omu-new {
    background: #e1dede7d;
    border-radius: 5px;
    margin-bottom: 15px;
}
.pdficon {
    width: 19.9%;
    margin-top: 15px;
    margin-right: 0.1%;
}
.pdftitle {
    width: 80%;
    min-height: 193px;
}
.nav-tabs > li > a:hover {
    border-color: transparent;
}
.publicationpara {
    line-height: 30px;
    margin-bottom: 40px;
    color: black;
    font-weight: 500;
}
.eachapplication {
    width: 24.5%;
    margin-right: 0.5%;
    border: 1px solid #ccc;
}
.eachapplication .pdftitle {
    width: 100% !important;
    background: #d33e26;
    color: white;
    padding: 15px;
    text-align: center;
    font-weight: bolder;
}
.page_scroll {
    overflow-y: scroll;
    height: 300px;
    background: #f3eded;
    padding: 2rem;
    margin-bottom: 2rem;
}
.page_scroll .wp-block-group__inner-container {
    padding: 2rem;
}
/*********************** Career ******************/
.careerflex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	margin-bottom: 35px;
}
.eachcareer {
    width: 32%;
    margin-right: 1%;
    border: 1px solid #cccccca1;
    padding: 15px 20px 25px 15px;
    border-radius: 7px;
    background: #f5f5f5;
	margin-bottom:15px;
}
.eachcareertitle h4 a {
    color: black;
    font-weight: 600;
}
.expiredate, .location {
    margin-top: 5px;
}
.expiredate .fa,.location .fa {
    color: #d33e26;
    font-size: 15px;
}
.expiredate span {
    color: #d33e26;
    font-weight: 500;
    margin-right: 5px;
}
.location span{
	 color: #d33e26;
    font-weight: 500;
    margin-right: 28px;
}
.eachcareertitle .categorylink {
    color: #d33e26 !important;
    font-weight: 600;
}
.careerbtngroup {
    display: flex;
	margin-top:10px;
}
.careerbtn {
    width: 45%;
    display: block;
    padding: 5px 15px;
    background: #d33e26;
    margin-right: 2%;
    margin-top: 10px;
    color: white;
    border-radius: 5px;
    text-align: center;
}
.careerbtn:hover,.careerbtn:active{
	color:white;
}
.eachcareertitle h4{
	margin-bottom:25px;
}

/*********************** FAQs ******************/
.page-template-faqs #page .allcontent {
    padding: 60px 0px;
    background-image: url('/wp-content/uploads/2022/04/faqbgcircle.png') !important;
    background-position: bottom left;
	background-repeat:no-repeat;
	position:relative;
}
.page-template-faqs #page .allcontent:before {
	content:"";
	display:none;
	height:477px;
    background-image: url('/wp-content/uploads/2022/04/linefaq6.png') !important;
    background-position: top right;
	background-repeat:no-repeat;
	position: absolute;
    z-index: -1;
top: 20%;
left: 78%;
width: 170px;
}
.faqpannelgroup {
    width: 90%;
    display: block;
    margin: 15px auto;
}
#accordion .panel-heading { padding: 0;}
#accordion .panel-title > a {
	display: block;
	padding: 0.4em 0.6em;
    outline: none;
    font-weight:bold;
    text-decoration: none;
}
.faqpannelgroup .pannel-body{
	padding:25px 40px;
	border-top: 0px !important;
}
/* #accordion h4.panel-title .collapsed::before{
	content:"";
} */
#accordion .panel-title > a[aria-expanded="true"]::before  {
    content:"\e113";
/* 		 */
	/* content:"\2B9F"; */
    float: left;
	/* font-family:"FontAwesome"; */
    font-family: 'Glyphicons Halflings';
	margin-right :1em;
	color: #d33e26;
    font-size: 22px;
    margin-right: 12px;
}
#accordion .panel-title > a::before  {
	content:"\f0fe";
	/*  plus */
	/* content:"\2B9E"; */
	color: #d33e26;
    font-family: 'FontAwesome';
    font-size: 22px;
    margin-right: 12px;
}
#accordion .panel-title > a.accordion-toggle.collapsed .panel-heading{
	background:red;
}
.panel-title {
    padding: 18px 15px;
    border: 0px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    border: 0px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 25px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.15) 0px 3px 6px;
	border: 1px solid #e0dede99;
}
/*********************** First Aid ******************/
.aidcontent ul {
    width: 90%;
    column-count: 2;
}
.contactforaid {
    background: #d33e26;
    padding: 25px;
    margin: 25px 0px;
    color: white;
    border-radius: 7px;
}
.contactforaid {
    min-height: 270px;
	text-align: center !important;
}
.contactforaid h4 {
    font-size: 18px;
    line-height: 20px;
    border-bottom: 1px dotted #f5f5f5bd;
    padding-bottom: 10px;
    min-height: 51px;
    color: white;
    text-align: center !important;
  /*  text-transform: uppercase;
	font-family: 'Inter','Noto Sans Myanmar', sans-serif;*/
}
.contactforaid a{
	color:white;
	font-weight:bold;
}
.contactforaid p {
    color: #f8f5f5;
    font-weight: 500;
}
.contactforaid .phone {
    font-weight: normal;
    text-decoration: underline;
    color: #e2e0e0;
}
.allcontent ul {
	padding-left:10px;
}
.allcontent li {
    font-size: 15px;
    list-style: none;
    display: flex;
	margin-bottom: 5px;
    align-items: center;
}
.allcontent li::before {
    /* content: "\2BC1";
    font-family: "Fontawesome"; */
    content: "\F3E6";
    font-family: 'bootstrap-icons';
    margin-right: 7px;
    display: block;
    color: #d33e26;
    font-weight: bold;
    font-size: 15px;
}
.firstaidpannelgroup {
    margin-top: 40px;
    margin-bottom: 20px;
}
.firstaidimage {
    margin: 20px auto;
	margin-bottom:40px;
}
/*********************** latest News ******************/
.eachlatestnew {
   background: #e1dede;
}
.eachnewtitle h4 {
    font-size: 14px;
	line-height: 20px;
	padding:5px;
	margin-top:0px;
	border-bottom: 1px solid #cccccc82;
padding-bottom: 15px;
	min-height: 81px;
}
.eachlatestnew {
    background: #e1dede7d;
width: 32%;
margin-right: 1%;
border-radius: 5px;
	margin-bottom: 15px;
}
.taglink {
    margin: 5px;
    display: inline-block;
    font-size: 12px;
    color: white;
    font-weight: 500;
    background: #d33e26;
    border-radius: 3px;
    padding: 1px 7px;
}
.postdate {
    color: #d33e26;
    font-weight: 600;
    margin-bottom: 15px;
    margin-left: 5px;
	font-size: 13px;
	margin-right:5px;
}
.categoryreadmore {
    font-size: right;
    float: right;
  font-size: 12px;
font-weight: 600;
}
.eachnewtitle {
    min-height: 138px;
}
.bread-cat {
    color: white;
}
.tag {
    min-height: 30px;
}
.separator {
    margin-right: 10px;
    margin-left: 10px;
    color: red;
    font-size: 18px !important;
}
.newpostsingleflex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	background: #e1dede7d;
margin-bottom: 15px;
	margin-top: 45px;
}
.singlenewimage {
    width: 55%;
}
.singlenewtitleanddate {
    width: 45%;
    padding-left: 25px;
}
.singlenewtitleanddate h2 {
    font-size: 20px !important;
    line-height: 30px;
    font-weight: 500 !important;
	margin: 15px auto !important;
	color: #d33e26;
}
.singlenewtitleanddate .fa-clock-o,.singlenewtitleanddate .fa-map-marker {
    color: #d33e26;
    margin-right: 5px;
    font-size: 18px;
}
.singlenewtitleanddate span{
	font-weight:500;
}
.singlenewtitleanddate .tag {
    margin-bottom: 0px;
}
.singlenewtitleanddate .place{
	font-weight:600;
	margin-top:10px;
}
.singlenewcontent {
    padding: 40px 15px;
    background: #f0efef;
    line-height: 25px;
}
.relatedposttitle {
    margin-top: 70px;
    margin-bottom: 30px !important;
}
/*********************** strategy ******************/
.keytitle {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #d33e26;
}
.strategycontent {
    font-size: 15px;
    line-height: 25px;
}
.eachstrategy {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
/* .strategycircle::before {
    content: "";
    display: block;
    width: 50px;
    position: absolute;
    left: 25%;
    border-radius: 50%;
    border: 1px solid red;
    height: 1px;
} */
.strategycircle::after {
    content: "";
    display: block;
    width: 100px;
    position: absolute;
    height: 2px;
   top: 50%;
left: 105%;
height: 2px;
background: #d33e26;
}
.strategycircle {
    width: 250px;
    display: block;
    margin: 15px auto;
    text-align: center;
    height: 250px;
    background: transparent;
    border-radius: 50%;
    border: 1px dotted #dcdada;
	position:relative;
}
.strategycircleinner {
    width: 220px;
    display: block;
    margin: 15px auto;
    text-align: center;
    height: 220px;
    background: #f5f5f5;
    border-radius: 50%;
    padding: 15px;
	display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.strategycircletext {
    margin-top: -50%;
    font-size: 20px;
    font-weight: bolder;
    color: #d33e26;
}
.strategycircleinner h2 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: bolder;
    text-shadow: 5px 3px #c9c6c685;
}
.str .strchild:first-child .strategycircle:before {
	 content: "";
    display: block;
    width: 100px;
    position: absolute;
    height: 2px;
   top: 50%;
left: -45%;
height: 2px;
background: #d33e26;
}
.eachstrategytitle {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #080808;
    text-align: center;
    min-height: 105px;
	align-items: center;
	padding-bottom:15px;
	border-bottom: 1px solid #cccccc57;
}
.eachstrategycontent li {
    margin-bottom: 15px;
	text-align:justify;
}
/*********************** leadership ******************/
.leadershipcontent ul, .leadershipsection ul{
	/* width:80%; */
	column-count:2;
}
.leadershipcontent h3{
	margin:30px 0px;
	color:#d33e26;
}
.leadershipcontent li{
	margin-bottom:12px;
}
.leadershipsection{
	background:#f5f5f59e;
	padding:10px 0px 60px 0px;
}
.leadershipflex {
    display: flex;
    flex-wrap: wrap;
}
.leadership {
    /* width: 19%; */
    margin-right: 1%;
    margin-bottom: 10px;
    background: white;
    padding: 15px 5px;
    border:1px solid #dedddd78;
    border-radius: 7px;
}
.leadership:first-child {
    background: #dddada54;
    border-color: #cccccc47;
}
.name {
    font-size: 14px !important;
    font-weight: 600;
/*     color: #d33e26; */
	color:black;
	margin-bottom: 20px;
	position:relative;
}
.name::before {
    width: 5px;
    height: 6px;
    display: block;
    content: "";
    background: #d33e26;
    position: absolute;
    bottom: -13px;
}
.name::after {
	left:5px;
    width: 45px;
    height: 2px;
    display: block;
    content: "";
    background: #d63b22bd;
    position: absolute;
    bottom: -11px;
}
.position {
    font-size: 13px;
    font-weight: 500;
	color:#454444e8;
}
/*********************** Widget ******************/
.mywidget h4 {
    font-size: 14px;
}
.widget-title{
    font-weight: 700;
    font-size: 21px;
}
.widget ul li a {
    color: #333;
    border-bottom: 1px solid #ddd;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
}
.widget ul li a::before {
    content: '';
    position: absolute;
    border: 1px solid #ec2329;
    bottom: 0;
    width: 53px;
}
.widget ul li a:hover::before {
    content: '';
    position: absolute;
    border: 1px solid #ec2329;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    transition: all .3s ease;
}
.widget ul li a:hover,
.widget ul li a:focus{
    color:#ec2329;
    text-decoration: none;
    outline: none;
}
.widget ul{
    padding-left:0;
    list-style-type: none;
}
.sidebar {
    margin-top: 30px;
}
/*****************Country Profile**************************/
.page-template-country_profile .allcontent {
    background: #f3f3f3;
    margin-bottom: 133px;
    padding-bottom: 0px;
	position:relative;
}
.page-template-country_profile .allcontent::after {
    background-image: url("/wp-content/uploads/2022/04/curve.png");
    display: block;
    content: "";
    width: 100%;
    height: 133px;
    position: absolute;
    z-index: -1;
	background-size: cover;
background-position: center center;
}
.myanmarcountrycontent {
    margin-bottom: 140px;
}
.myanmarcountrycontent table {
    width: 80%;
    border: 1px solid #dedddd7d;
	margin-left:10%;
}
.myanmarcountrycontent td {
    padding: 15px 10px;
}
.countrygrid{
	padding:40px 0px;
	position: relative;
	background-image: url("/wp-content/uploads/2022/04/myanmar-mapcrop.png");
background-repeat: no-repeat;
background-position: right;
/* top: -230px; */
}
.countryflex {
    display: flex;
    flex-wrap: wrap;
	position: relative;
top: -230px;
	margin-bottom: -230px;
}
.eachcountry {
    width: 98%;
    margin-right: 2%;
/*     background: #f5f5f5; */
	background:white;
    padding: 25px;
	border:1px solid #33333312;
	margin-bottom:15px;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 19px 38px, rgba(0, 0, 0, 0.09) 0px 10px 12px;
	border-radius:5px;
}
@media(min-width:1600px){
	.countrygrid .container{
		min-width:1500px;
		width:1500px;
	}
/* 	.eachcountry {
    width: 98%;
    margin-right: 2%;
	background:white;
    padding: 45px 25px;
	border:1px solid #33333312;
	margin-bottom:15px;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 19px 38px, rgba(0, 0, 0, 0.09) 0px 10px 12px;
} */
}
/***************All Content*****************/
.allbanner {
	position:relative;
    height: 250px;
/*    background-image: url("/wp-content/uploads/2022/03/allbanner.jpg");*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	color:white;
}
.allbanneroverlay {
    height: 100%;
    width: 100%;
/*    min-height: 250px;*/
    background: #3b3a3a80;
    padding: 100px 0px;
}
.allbanneroverlay h3 {
    color: white;
    font-weight: bold;
    margin-bottom: 15px;
}
#breadcrumbs {
    padding-left: 0px;
}
#breadcrumbs li {
    font-size: 15px;
}
.bread-current{
    font-weight: normal;
}
.item-home {
    text-transform: uppercase;
    font-weight: bold;
}
.item-home a {
    color: #f5f5f5;
    text-decoration: underline;
}
.separator.separator-home {
    margin-left: 10px;
    margin-right: 10px;
    color: red;
    font-size: 18px !important;
  }
.allbannericon {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: center;
	bottom: -35px;
}
.eachcountry h3 {
    color: #d33e26;
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 20px;
}
.logoonly {
	z-index:999;
    background: white;
    border-radius: 50%;
    padding: 13px;
    width: 65px;
    height: 65px;
	border: 1px solid #e9e9e9;
box-shadow: rgba(50, 50, 93, 0.25) 0px 5px 10px -5px, rgba(0, 0, 0, 0.23) 0px 8px 16px -8px;
}
.allcontent{
	padding:60px 0px;
}
.allcontent h1 {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
/*     color: #d33e26; */
	color:#494848;
    margin-bottom: 30px;
}
.allcontent h1:after{
	/* background-image:url('/wp-content/uploads/2022/03/borderlinered1.png'); */
    background-image:url('/wp-content/themes/ns_redcross/images/borderlinered1.png');
	content:"";
	display:block;
	width:100%;
	height:50px;
	background-repeat:no-repeat;
	background-position:center center;
}
.formwhitebackground {
    width: 100%;
    padding: 30px 50px;
    border: 1px solid #ccc;
    border-radius: 14px;
	background:white;
}
.page-id-15 .allcontent {
    background: #f5f5f569;
}
/* .allcontent label{
	font-family: 'Libre Baskerville','MyanmarSquare', serif;
} */
.checkboxflex label {
    margin: 0px 7px;
}
.checkboxflex {
    display: flex;
    margin-top: 5px;
}
.form-control {
	padding:15px 20px;
    border-radius: 15px;
    border-color: #4f4f4f;
    line-height: 30px;
	color:black;
}
.form-group{
	margin-bottom:30px;
}
.checkboxflex .control-label {
    min-width: 30%;
    text-align: right;
}
.addressflex .control-label{
	min-width:15%;
}
#gender {
    margin-top: 10px;
    margin-left: 15px;
}
.genderlabel{
	margin-top:5px !important;
}
.forminnertitle {
    margin-bottom: 20px;
    font-family: 'Libre Baskerville','MyanmarSquare', serif;
    font-size: 17px;
    color: #d33e26;
}
.policy li{
	line-height:25px;
	margin-bottom:10px;
}
#type {
    padding: 0px 15px;
}
.book-now-btn {
    background: #d33e26;
    color: white;
    padding: 8px 40px;
    text-transform: uppercase;
    font-weight: bolder;
}
.memberflex label {
    width: 45%;
}
#memberno,#registrationdate {
    width: 55%;
}
.emergencyflex label{
	width:42%;
}
.checkboxgroupsection{
	column-count:3;
}
/* footer */
.footerfirstsection {
    width: 100%;
    background: #1f1e1d;
    color: black;
    padding: 150px 0px 30px;
    background-image: url(/wp-content/uploads/2023/06/footerbg.jpg);
    background-position: center bottom;
}
.footersmall {
    padding-bottom: 5px;
    background: #e11b22;
    font-weight: 400;
}
.footersmall a{
    color: white;
    text-decoration: underline;
}
#go-top {
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: #f0b83f;
border-radius: 50%;
position: absolute;
z-index: 999999;
color:#153953;
text-align: center;
line-height: 40px;
cursor: pointer;
position: fixed;
opacity: 0.8;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 5px 0px
    rgba(0,0,0,0.3);
}
.footerlogo {
    width: 50%;
    display: block;
    margin: 0px auto;
    margin-bottom: 30px;
}
.footersocialflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footersocialflex img {
    width: 23px;
   margin: 0px 15px;
}
/* .footersocialflex img:last-child{
	margin-right:0px;
} */
.footerlisttitle {
    font-size: 20px;
    color: #e11b22;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Times New Roman';
    margin-bottom: 25px;
}
.footerlisttitle:after{
	content:"";
	display:block;
	width:40px;
	height:2px;
	background:#ccc;
}
.footerlisttitle::after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #8f8f8e;
    margin-top: 7px;
    display: none;
}
.footerlist {
    padding-left: 0;
}
/*.footerlist li{
	list-style:none;
    display: flex;
    align-items: flex-start;
    min-height: 43px;
}*/
/*.footerlist li::before{
    content: '\2022';
    font-size: 25px;
    display: inline-block;
    margin-top: -7px;
    padding-right: 5px;
    color: #555555;
}*/
.footerlist {
    padding-left: 0;
    margin-top: 30px;
}
/*.footerlist li{
	margin-bottom:15px;
}*/
.footerlist li a{
	color:#353535;
}
.firstfooter{
/*	padding:40px 15px;*/
	/* border-bottom:1px solid #2b2b2b; */
}
ul.footerlist li {
    list-style-type: none;
    list-style-image: url(images/blood.png);
    list-style-position: inside;
}
.copycenter {
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
    color: #f5f5f5;
}
@media(min-width:992px) and (max-width:1199px){
	.valueflex{
		min-height:320px;
	}
	.volunteerflex {
      width: 60%;
}
	.nav > li > a {
     padding: 10px 7px;
   }
	.hometraining {
     min-height: 360px;
    padding: 80px 0px;
  }
	.homenewflex {
      min-height: 180px;
}
	/*.largemenu{
		margin-top: 32px;
	}*/
	.logoflex {
      margin-right: -15px;
}
	.leadership {
    width: 24%;
    }
	.leadershipcontent ul {
    width: 90%;
}
	.headerlogotext {
    font-size: 15px;
}
	.languagemenu .menu-item {
    margin-right: 25px;
}
	.careerbtn {
    width: 50%;
  }
	.eachcareer{
		margin-top:15px;
	}
	.allbanneroverlay h3 {
     font-size: 18px;
    font-weight: 500;
}
	.singlenewtitleanddate h2 {
    font-size: 18px !important;
   }
	.category-11 .allcontent .container{
		margin:15px 0px; 
	}
	}
@media(min-width:1200px) and (max-width:1299px){
	.languagemenu .menu-item {
    margin-right: 25px;
}
.str .strchild:first-child .strategycircle::before {
      width: 70px;
      left: -32%;
  }
	.strategycircle::after {
      width: 80px;
    position: absolute;
      left: 108%;
   }
	.strategycircleinner {
    width: 200px;
    height: 200px;
    margin-top: 8px;
}
	.strategycircle {
    width: 220px;
    height: 220px;
   }
}
@media(min-width:768px) and (max-width:991px){
	.volunteerflex {
       width: 80%;
}	.homeservice {
    padding: 30px 0px;
}
	.homedonatelink h3, .homebloodlink h3, .homelatestnew h3, .homeservice h3 {
    font-size: 23px;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 600;
}
	.homelatestnew {
    padding: 25px 0px;
}
	.homenewcontent {
    width: 95%;
    padding-left: 3%;
}
	.homenewimage {
    width: 100%;
    margin-right: 0%;
}
	.hometraining {
    min-height: 280px;
    padding: 40px 0px;
}
	#dynamic_select{
		width:40%;
	}
	.languagemenu .navbar-toggle {
    display: none;
}
	.footersocialflex img {
    width: 23px;
    margin: 0px 10px;
}
	.footerlist li a {
    font-size: 13px;
}
	.footerlisttitle {
    font-size: 14px;
    font-weight: 600;
}
	.firstfooter {
    padding: 20px 15px;
}
	.hometraining h2 {
    font-size: 24px;
}
	.hometraining p {
    margin: 30px 0px 30px 0px;
   }
	.homedonate {
		padding: 15px 0px;
       background-position: -5%;
}
	.colcounttwo {
    column-count: 2;
		margin-bottom:15px;
}
	.homedonatelink {
    padding-right: 0px;
}
.donatelink {
    padding: 15px 15px 15px 20px;
    font-size: 14px;
}
	.homeblood{
		padding:0px 0px 20px 0px;
		background-position:100%;
		min-height:auto;
	}
	.homebloodpara {
		margin-bottom: 25px;
margin-top: 15px;
       line-height: 30px;
}
	.homebloodlink {
    padding-left: 0px;
}
}
@media(min-width:0px) and (max-width:767px){
.volunteerflex {
      width: 100%;
}
}

/********************************FALL ANIMATION*******************************/
/*Hover Fall Effect*/
    .fall-item {
        cursor: pointer;
       width: 100%;
       height: auto;
       overflow: hidden;
       position: relative;
       text-align: center;
    }
    .fall-item .mask,.fall-item .content {
       width: 100%;
       height: 100%;
       position: absolute;
       overflow: hidden;
       top: 0;
       left: 0;
    }
    .fall-item img {
       display: block;
       position: relative;
       width: 340px;
        height: 227px;
        object-fit: cover;
    }
    .fall-item h2 {
       text-transform: uppercase;
       color: #fff;
       text-align: center;
       position: relative;
       padding: 10px;
       background: rgba(0, 0, 0, 0.8);
       margin: 0 0 0 0;
    }
    .fall-item p {
       font-style: italic;
       position: relative;
       color: #fff;
       padding: 10px 20px 20px;
       text-align: center;
    }
    .mask {
        padding: 15px;
    display: flex;
    align-items: center;
   }
   .mask h3{
    font-weight: 500;
       color: #e11b22;
       font-size: 17px;
       line-height: 25px;
   }
    .fall-effect .mask {
       background-color: rgb(222 216 216 / 76%);
       top: -200px;
       -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
       filter: alpha(opacity=0);
       opacity: 0;
       -webkit-transition: all 0.3s ease-out 0.5s;
       -moz-transition: all 0.3s ease-out 0.5s;
       -o-transition: all 0.3s ease-out 0.5s;
       -ms-transition: all 0.3s ease-out 0.5s;
       transition: all 0.3s ease-out 0.5s;
    }
    .fall-effect h2 {
       -webkit-transform: translateY(-200px);
       -moz-transform: translateY(-200px);
       -o-transform: translateY(-200px);
       -ms-transform: translateY(-200px);
       transform: translateY(-200px);
       -webkit-transition: all 0.2s ease-in-out 0.1s;
       -moz-transition: all 0.2s ease-in-out 0.1s;
       -o-transition: all 0.2s ease-in-out 0.1s;
       -ms-transition: all 0.2s ease-in-out 0.1s;
       transition: all 0.2s ease-in-out 0.1s;
    }
    .fall-effect p {
       color: #333;
       -webkit-transform: translateY(-200px);
       -moz-transform: translateY(-200px);
       -o-transform: translateY(-200px);
       -ms-transform: translateY(-200px);
       transform: translateY(-200px);
       -webkit-transition: all 0.2s ease-in-out 0.2s;
       -moz-transition: all 0.2s ease-in-out 0.2s;
       -o-transition: all 0.2s ease-in-out 0.2s;
       -ms-transition: all 0.2s ease-in-out 0.2s;
       transition: all 0.2s ease-in-out 0.2s;
    }
    .fall-effect a.btn {
       -webkit-transform: translateY(-200px);
       -moz-transform: translateY(-200px);
       -o-transform: translateY(-200px);
       -ms-transform: translateY(-200px);
       transform: translateY(-200px);
       -webkit-transition: all 0.2s ease-in-out 0.3s;
       -moz-transition: all 0.2s ease-in-out 0.3s;
       -o-transition: all 0.2s ease-in-out 0.3s;
       -ms-transition: all 0.2s ease-in-out 0.3s;
       transition: all 0.2s ease-in-out 0.3s;
    }
    .fall-effect:hover .mask {
       -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
       filter: alpha(opacity=100);
       opacity: 1;
       top: 0px;
       -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
       -ms-transition-delay: 0s;
       transition-delay: 0s;

    }
    .fall-effect:hover h2 {
       -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
       -o-transform: translateY(0px);
       -ms-transform: translateY(0px);
       transform: translateY(0px);
       -webkit-transition-delay: 0.4s;
       -moz-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
       -ms-transition-delay: 0.4s;
       transition-delay: 0.4s;
    }
    .fall-effect:hover p {
       -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
       -o-transform: translateY(0px);
       -ms-transform: translateY(0px);
       transform: translateY(0px);
       -webkit-transition-delay: 0.2s;
       -moz-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
       -ms-transition-delay: 0.2s;
       transition-delay: 0.2s;
    }
    .fall-effect:hover a.btn {
       -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
       -o-transform: translateY(0px);
       -ms-transform: translateY(0px);
       transform: translateY(0px);
       -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
       -o-transition-delay: 0s;
       -ms-transition-delay: 0s;
       transition-delay: 0s;
    }

/* Sixth Button */

#button-6 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
#button-6:hover{
    border: 2px solid #ec1c24;
}
#button-6 span {
  position: relative;
  transition: all .45s ease-Out;
}

#spin {
  width: 0;
  height: 0;
  opacity: 0;
  left: 70px;
  top: 20px;
  transform: rotate(0deg);
  background: none;
  position: absolute;
  transition: all .5s ease-Out;
}

#button-6:hover #spin {
  width: 200%;
  height: 250%;
  opacity: 1;
  left: -25px;
  top: -30px;
  background: #f5f5f5;
  transform: rotate(50deg);
}

#button-6:hover span {
  color: #2D3142;
}
.rl-gallery-link img{
	width:95%;
	margin:auto;
	height: auto;
}
.pr-0{
    padding-right: 0px;
}
.first-aid-youtube-video iframe{
    margin-top: 30px;
    border: 1px solid #ddd;
}
.first-aid-youtube-video iframe{
    /* min-width: 100%;
    min-height: 530px; */
    min-height: 530px;
    width: 100%;
}
.first-aid-youtube-video h4{
    padding: 5px 15px;
}
.all-page-content p{
    line-height: 26px;
    text-align: justify;
}
.mine-risk-content p {
    margin: 0 0 10px;
    background: #f5f5f5;
    padding: 20px 20px;
    line-height: 26px;
    text-align: justify;
}
.all-page-content .wash-content p{
    margin-bottom: 20px;
    text-align: left;
}
.all-page-content .wash-content ul{
    margin-top: 30px;
}
.all-page-content .wash-content h3{
    color: #d33e26;
}
.all-page-content .wash-content ul li{
    line-height: 26px;
    margin-bottom: 10px;
}
.all-page-content .wash-content.right{
    background-color: #f5f5f5;
    padding: 15px 20px;
    border: 1px solid #e25b4642;
}
.wash-content p{
    margin: 0 0 10px;
    background: #f5f5f5;
    padding: 20px 20px;
    text-align: justify;
}
.eoc-content blockquote p{
    background-color: unset;
    padding-left: 0px;
}
.eoc-content p{
    background: #f5f5f5;
    padding: 15px 20px;
    margin-bottom: 0px
}
.eoc-content blockquote{
    padding: 20px 20px 30px 20px;
    max-width: 80%;
    margin: auto;
}
.navbar-default .navbar-nav>li>a {
    padding-left: 10px;
    padding-right: 10px;
}
.navbar-default .navbar-collapse#menu{
    padding-left: 0px;
    padding-right: 0px;
}
.migration-content p, .aidcontent p{
    margin: 0 0 10px;
    background: #f5f5f5;
    padding: 20px 20px;
    line-height: 26px;
    text-align: justify;
}
.migration-plans-section.col-lg-12{
    padding: 20px 20px;
    /* background: #f5f5f5; */
    margin-top: 50px;
    display: flex;
    align-items: center;
}
.migration-plans-section.col-lg-12 img{
    /* margin-top: -80px; */
}
.migration-plans-section.col-lg-12 li{
    line-height: 26px;
    margin: 0 0 10px;
    text-align: justify;
}
.migration-plans-section .list-details {
    border-left: 1px dotted#d33d269d;
    padding-left: 30px;
    padding-top: 0px;
    padding-bottom: 10px;
    position: relative;
    margin-left: 40px;
}
.migration-plans-section .list-details p {
    /* color: #d33e26; */
    min-height: 52px;
    background: #e25b46;
    padding: 5px 10px;
    color: white;
    border-radius: 3px;
}
.migration-plans-section .number-wrapper {
    position: absolute;
    left: -18px;
    top: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 36px;
    background: #e25b46;
    border-radius: 50%;
    color: #ffffff;
}
.migration-plans-section.col-lg-12  h3{
    text-align: right;
    margin-bottom: 30px;
    color: #d33e26;
}
.restoring-family-link-content  .history-purpose-section{
    border: 1px solid #e25b4642;
	min-height: 292px;
    padding-left: 30px;
    position: relative;
    margin-left: 30px;
    padding: 20px 15px 20px 60px;
    background: #f2f2f2;
    background-color: #f2f2f2;
    margin-top: 50px;
    margin-left: 40px;
    margin-bottom: 80px;
}
.restoring-family-link-content  .history-purpose-section .emIco{
background: #e25b46;
border: 5px solid #eb6550;
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-ms-border-radius: 100px;
-o-border-radius: 100px;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
color: #FFFFFF;
display: inline-block;
height: 80px;
line-height: 34px;
margin-top: -22px;
padding:10px;
position: absolute;
text-align: center;
top: 43%;
width:80px;
left: -40px;
}
.restoring-family-link-content  .history-purpose-section p{
    text-align: left;
}
.restoring-family-process {
    margin-top: 70px;
}
.restoring-family-link-content  .bg-gray{
    position: relative;
}
.restoring-family-link-content .contact-us-bg{
    background-image: url("/wp-content/uploads/2023/08/aa.png");
    background-position: 50% 20%;
    background-size: cover;
    display: block;
    left: 0;
    top: 0;
    width: 50%;
}
.restoring-family-link-content .contact-us-bg::before{
    background: none repeat scroll 0 0 rgba(36, 36, 36, 0.3);
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}
.restoring-family-link-content .process-section .para{
    color: #e25b46;
    text-align: left;
    margin-bottom: 30px;
}
.restoring-family-link-content .contact-info{
    margin-top: 20px;
}
.restoring-family-link-content .contact-info p{
    text-align: left;
}
.restoring-family-link-content .contact-info strong{
    display: inline-block;
    margin-bottom: 10px;
}
header .col-sm-8.no-padding-left{
    padding-left:0px;
}
.language .polylang-flags .lang-item{
    opacity:0.5;
}
.language .polylang-flags .current-lang{
    opacity: 1;
}
.valuetitle p{
    /* min-height: 215px; */
}
.flexsection.eng-menu #site-navigation #menu a{
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
}
.publication-tab {
    display: flex;
    justify-content: center;
}
.publication-tab li{
    max-width: 12%;
}
.first-aid-youtube-video{
	padding:0px 100px;
}
.map-bg-image{
    background-color: #d33e26;
    padding: 20px;
}
.map-bg-image p{
    color: rgba(255, 255, 255, 0.863);
    background-color:#f3d0d146;
    font-size: 17px;
    padding: 10px 20px;
    border-radius: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.map-bg-image li::before {
    content: "\2BC1";
    color: #f3d0d146;
}
.map-bg-image li{
    color: rgba(255, 255, 255, 0.705);
}
.blood-donation-content .the-content{
    padding:0px 120px;
    text-align:center;
    margin-bottom:50px;
}
.blood-donation-content .the-content p{
    text-align:center;
}
.blood-donation-content {
    
}
.blood-donation-content p br{
    display:none;
}
.blood-donation-content .pre{
    white-space: pre-line;
    margin-top:-15px;
}
.blood-donation-content .pre ul{
    white-space:normal;
}
.when_you_decided{
    padding: 30px 15px 0px 15px;
    background-color: #d33e26;
    border-radius: 20px;
    margin-top: 30px;
    color: rgba(255, 255, 255, 0.863);
}
.when_you_decided li::before {
    color: rgba(255, 255, 255, 0.425);
}
#blood-donation-english-page .what-is-blood  .pre{
    margin-bottom: -20px;
}
#blood-donation-english-page .the-history{
    margin-top: 30px;
}
.if_you_donate_blood{
    margin-top: 50px;
}
.if_you_donate_blood .if-donate{
    text-decoration: underline;
}
.if_you_donate_blood a{
    color: #d33e26;
}
#health-care-english-page p {
    margin: 0 0 10px;
    background: #f5f5f5;
    padding: 20px 20px;
    line-height: 26px;
    text-align: justify;
}
#health-care-english-page ul,.health-care-content .activiteis ul {
    width: 90%;
    column-count: 1;
}
.health-care-content .activiteis p{
    padding: 0px !important;
    background-color: transparent !important;
}
.health-care-content .mt-5{
    margin-top: 40px;
    display: flex;
    align-items: center;
}
.what-is-blood .donate-image{
    margin-top: -15px;
    border-radius: 10px;
    border: 2px solid #fdc6c6;
}
.disaster-management-content .the-content .main-list{
    margin-top: 50px;
}
.disaster-management-content .panel-title > a[data-toggle="collapse"]::before, .disaster-management-content a[data-toggle="collapse"]::before {
    /* content: "\e113"; */
    content: "\2B9F";
    float: left;
    font-family: "FontAwesome";
    /* font-family: 'Glyphicons Halflings'; */
    margin-right: 0.5em;
    color: #d33e26;
    font-size: 22px;
}
.disaster-management-content .panel-title > a.collapsed::before,.disaster-management-content a.collapsed::before {
    /* content: "\f0fe"; */
    content: "\2B9E";
    color: #d33e26;
    font-size: 22px;
}
.disaster-management-content .sub-title{
    margin-top: 60px;
    color: #d33e26;
    border-top: 1px solid #ddd;
    padding-top: 40px;
    margin-bottom: 30px;
}
.disaster-management-content .sub-para{
    margin-bottom: 40px;
}
.disaster-management-content h4{
    line-height: 24px;
}
.disaster-management-content .collapsed.d-flex{
    display: flex;
}
.disaster-management-content .pre p{
    margin: 0 0 10px;
    background: #f5f5f5;
    padding: 20px 20px;
    line-height: 26px;
    text-align: justify;
}
.disaster-management-content .main-list p 
    {
        padding: 0px;
        line-height: 26px;
        text-align: justify; 
        background:transparent;
    }
.disaster-management-content .main-list strong{
    display: block;
    margin-bottom: 30px;
    font-size: 18px;
    color: #d33e26;
}
#publication-pdf .eachpdf {
	    width: 49%;
	background:#F5f5f5;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border:none;
	margin-top:10px;
}
#publication-pdf .tab-content h3.head::before,#publication-pdf .tab-content h3.head::after{
	display:none;
}
#publication-pdf .tab-content h3.head{
	text-align:center;
}
#publication-pdf .pdftitle {
        min-height: 85px;
    width: 90%;
    display: flex;
    align-items: center;
}
#publication-pdf .publicationtitle {
	align-items:center;
	    background: #F5f5f5;
	    width: 100%;
}
#publication-pdf .publicationtitle .pdficon{
	    width: 10%;
	margin:0px
}
#publication-pdf .publicationtitle .pdficon img{
	padding-left:5px;
}
#publication-pdf  .publicationflex{
	justify-content:space-around;
}
#publication-pdf .counter{
	    min-width:55px;
    color: white;
    display: flex;
    align-items: center;
    text-align: center;
	justify-content:center;
    background: #f78775;
}
#publication-pdf .categorylink{
	display:flex;
}
a:hover{
    text-decoration: none;
}
#leadership-member.leadershipsection .leadership {
    width: 29.9%;
    position: relative;
    padding: 15px 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
#leadership-member.leadershipsection .leadership .name {
    font-size: 16px !important;
    color: #d33e26;
	padding-right: 40px;
	line-height:20px;
}
#leadership-member.leadershipsection .leadership  .send-mail{
    display: inline-block;
    position: absolute;
    background-color: #d33d26c4;
    border-radius: 3px;
    color: white;
    padding: 5px 10px;
    top: 10px;
    right: 10px;
}
#leadership-member.leadershipsection .leadership .position{
    margin-top: 25px;
    margin-bottom: 5px;
}
#leadership-member.leadershipsection .leadership .department{
    font-size: 14px;
}
#leadership-member.leadershipsection .leadership:hover {
    background: #d33e26;
    transform: scale(1.02);
    z-index: 2;
    transition: 0.7s;
}
#leadership-member.leadershipsection .leadership:hover .name::before {
    background-color: #fcc9c1;
}
#leadership-member.leadershipsection .leadership:hover .name::after {
    background-color: #fcc9c1;
}
#leadership-member.leadershipsection .leadership:hover .position{
    color: white;
}
#leadership-member.leadershipsection .leadership:hover .department{
    color: white;
}
#leadership-member.leadershipsection .leadership:hover .name{
    color: white;
}
#leadership-member.leadershipsection .leadership:hover  .send-mail{
    background-color: #fcc9c1;
}
#leadership-member.leadershipsection .leadership:hover  .send-mail i{
    color: #fd7560;
}
#leadership-member .leadershipflex {
    justify-content: center !important;
}
/* #leadership-member.leadershipsection .leadership:first-child {
    background-color: white;
} */
.mb-50{
    margin-bottom: 50px;
}
.leadership-of-mrcs {
    background: #f5f5f59e;
    margin-top: 30px;
}
.page-template-leadership .allcontent{
    padding-bottom: 0px;
}
.page-template-leadership .office-gallery img{
    max-width: 100%;
    border-radius: 5px;
    height: auto;
}
.page-template-leadership .office-gallery{
    padding: 40px 0px;
}
.page-template-leadership .leadershipcontent a{
    color: #333;
    text-decoration: none;
}
.leadership-mrcs-row .leadership{
    width: 100%;
    padding: 15px 15px;
    margin: auto;
    min-height: 350px;
    border-radius: 0px;
    margin-bottom: 15px;
}
.page-template-leadership .leadershipcontent a:hover{
    color: #d33e26;
}
.page-template-leadership .tab-content{
    padding-bottom: 0px;
}
.page-template-leadership h2{
    font-size: 28px;
}
/* .leadership-mrcs-row .leadership img{
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 200px;
    border: 1px solid #d33e26;
} */

.leadership-mrcs-row .leadership img {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 50%;
    border: 1px solid #d33e26;
    object-fit: cover;
}
.leadership-mrcs-row {
    margin: auto;
}
.leadership-mrcs-row .leader-name{
    margin-bottom: 0px;
    color: #d33e26;
    /* font-family: 'Playfair Display','MyanmarSquare', serif; */
}
.leadership-mrcs-row .position{
    font-size: 14px;
}
/* .leadership-mrcs-row .send-mail{
    width: 10%;
} */
.leadership-mrcs-row  .send-mail{
    text-align: right;
    position: absolute;
    top: 10px;
    right: 30px;
}
.leadership-mrcs-row .send-mail i{
    font-size: 22px;
    color: #d33e26;
}
.leadership-mrcs-row p{
    margin-bottom: 0px;
}
.leadership-mrcs-row .leadership:first-child,.leadership-mrcs-row .leadership:first-child:hover {
    background-color: #efe5e46c;
    border-radius: 10px;
    /* border: 1px solid #d33d2685; */
    padding: 10px 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    text-align: center;
    font-family: 'Times New Roman';
    color: #080808;
    text-transform: uppercase;
}
.leadership-mrcs-row .leadership:first-child .position{
    color: #080808;
}
.leadership-mrcs-row .leadership:hover{
    background-color:rgb(255, 213, 207);

}
.leadership-of-mrcs .leader-wrapper{
    /* background-color: #d33d261f; */
    padding-top: 40px;
    margin-top: 20px;
    /* padding-bottom: 50px; */
}
.leadership-of-mrcs .leadership-page-title .nav-tabs{
    display: flex;
    margin-bottom: 40px;
    justify-content: center;
}
.leadership-of-mrcs .leadership-page-title .nav-tabs a{
    color: #222222;
    text-decoration: none;
    padding: 0px 10px 20px 10px;
}
.leadership-of-mrcs .leadership-page-title .nav-tabs li{
    padding: 0px 20px;
}
.leadership-of-mrcs .leadership-page-title .nav-tabs .active a{
    color: #d33e26;
    border-bottom: 1px solid #d33e26;
}
.leadership-of-mrcs .leadership-page-title ul.nav-tabs li::before{
    display: none;
}
.leadership-mrcs-row .leadership:first-child .leader-name{
    font-family: 'Times New Roman';
}
#tab_container_3048 .wpsm_nav {
    padding-left: 0px;
}
.mobile-clinic .tab-content>.active {
    padding-top: 0px;
}
#tab_container_3061 .wpsm_nav,#tab_container_3058 .wpsm_nav,#tab_container_3051 .wpsm_nav {
    padding-left: 0px;
}
.horc-page h3{
    display: none !important;
}
.horc-page  #tab_container_3046 .wpsm_nav-tabs > li ,.horc-page  #tab_container_3085 .wpsm_nav-tabs > li {
    display: block;
    margin-right: 5px !important;
}
#tab_container_3046 .wpsm_nav-tabs > li > a ,#tab_container_3085 .wpsm_nav-tabs > li > a {
    text-align: left;
}
.allcontent #tab_container_3046  li,.allcontent #tab_container_3085  li  {
    font-size: 15px;
    list-style: none;
    display: flex;
    margin-bottom: 5px;
    align-items: flex-start;
}
.page-id-3148 p, .page-id-3150 p{
    text-align: justify;
}
.page-id-3148 p em,.page-id-3150 p em{
    color: #e11b22;
}
.page-id-3148 .objective-bg, .page-id-3150 .objective-bg{
    padding: 5px 10px 8px 10px;
    background-color: #e25b4663;
    display:block;
}
.resourse-page-row p{
	text-align:justify;
}
.resourse-page-row  .details{
	    margin: 0 0 10px;
    background: #f5f5f5;
    padding: 20px 20px;
    line-height: 26px;
    text-align: justify;
}
.page-id-3214  p ,.page-id-3216 p{
	text-align:justify;
	padding-left:30px;
}
.page-id-3214  p strong ,.page-id-3216 p strong{
	display: inline-flex;
    position: relative;
    color: #e11b22;
}
.page-id-3214  p strong::before ,.page-id-3216 p strong::before{
    content: "\2BC1";
    font-family: "Fontawesome";
    margin-right: 7px;
    display: block;
    color: #d33e26;
    font-weight: bold;
    font-size: 15px;
}
.page-id-3214  p strong::after ,.page-id-3216 p strong::after{
    content: "";
    width: 40%;
    top: 0px;
    height: 2px;
    position: absolute;
    background: #eb655042;
}
.page-id-3214 p strong, .page-id-3216 p strong{
  display: flex;
    margin-top: 20px;
    padding-top: 20px;
}
.singlenewcontent div{
    display: flex;
    flex-wrap: wrap;
}
.singlenewcontent div {
    position: relative;
    min-width: 100%;
}
.singlenewcontent div img,.singlenewcontent  p img{
    max-width: 25%;
    height: auto;
    padding: 10px 10px;
    width: 100%;
    display: inline;
    object-fit: cover;
    object-position: center top;
    transition: all 0.15s ease;
}
.singlenewcontent div p{
    display: block;
    min-width: 100%;
}

.singlenewcontent div a img{
    min-width: 100%;
    
}
.singlenewcontent div a ,.singlenewcontent div p a img,.singlenewcontent  p a img{
    max-width: 25% !important;
    min-width: 25%;
    display: inline;
}
.singlenewcontent h2{
    font-size: 20px;
    line-height: 30px;
}
.singlenewcontent  .gallery img{
    border: none !important;
}
.categorypostflex .eachlatestnew img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: all 0.15s ease;
}
.categorypostflex  .eachnewimage{
    width: 100%;
    height: 262px;
    position: relative;
}


.wp-block-column.has-background {
    padding: 2rem;
}
.hidden-block {
    visibility: hidden;
}
h3.wp-block-heading {
    color: #872718;
}
.page-id-16549 .custom-tabs {
    display: none;
}
.page-id-16567 .custom-tabs{
    display: none;
}
.president-wrap {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    align-items: baseline;
    gap: 21px;
}

.president-wrap .member-info {
    margin: 0 auto;
    flex: 0 0 22%;
    max-width: 22%;
    background-color: #872718;
    text-align: center;
    padding: 20px 0;
}
.member-info figcaption h3 {
    color: #fff;
    font-weight: 200;
}
.member-info figcaption h4 {
    color: #D4D4D4;
}
.member-info figcaption p {
    color: #D49426;
}
.current-member-info {
    margin-top: 50px;
}
.current-member-img {
    margin: 0 auto;
    text-align: center;
    padding: 15px 15px;
}
.current-member-info .pd-year {
    color: #D49426;
    font-weight: 600;
}
.current-member-info .row {
    display: flex;
    flex-flow: wrap;
    align-items: center;
}
.social-icons a .fa {
    background: #e11b22;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 17px;
}
.social-icons {
    margin-top: 56px;
}
button.form-control.btn.submit-btn.g-recaptcha {
    line-height: normal;
    padding: 0;
}
address div .fa {
    flex: 0 0 6%;
    max-width: 6%;
    color: #d33e26;
}
address div {
    display: flex;
}
address h3 {
    margin-bottom: 30px !important;
}
.yangon-office h3 {
    margin-bottom: 50px;
}
.yangon-office {
    position: relative;
}
address.ygn-branch-office {
    width: 40%;
    background: #dcdad9;
    padding: 0 2rem;
    height: 300px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: absolute;
    bottom: -90px;
    left: 20px;
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}
.contact-us-wrap {
    padding-bottom: 100px;
}
form#contact-form {
    /* padding-top: 150px; */
}
.send-message {
    margin-top: 150px;
}
@media(min-width:300px) and (max-width:420px){
    .president-wrap .member-info{
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media(min-width:420px) and (max-width:768px){
    .president-wrap .member-info {
        flex: 0 0 45%;
        max-width: 45%;
        margin-bottom: 30px;
    }
    .president-wrap{
        gap:0;
    }
}
@media(min-width:768px) and (max-width:992px){
    .president-wrap .member-info {
        flex: 0 0 30%;
        max-width: 30%;
        margin-bottom: 30px;
        height: 400px;
    }
}
@media(min-width:357px) and (max-width:575px){
    
    address.ygn-branch-office {
        position: static;
        width: 100%;
        margin-top: 41px;
        height: auto;
        padding: 100px 30px;
      }
      .logoimage img {
        margin: 0 auto;
        width: 100px;
    }
    
    .logoimage {
        width: 100%;
        margin: auto;
    }
    header .row {
        display: flex;
        align-items: flex-start;
    }
    .width80 {
        width: 100%;
    }
    .eachhometwosection {
        margin-bottom: 50px;
    }
    .eachhometwosection .morelink{width:auto;}
    .rowflex .morelink{width:auto;}
    .homedonation .rowflex {
        display: block;
    }
    .first-aid-youtube-video{
        padding:0px;
    }
    .headerlogotext {
        text-align: center;
    }
    .xs-menu-icon.fixed {
        position: absolute;
        left: 18px;
        z-index: 999;
    }
    .send-message {
        margin-top: 50px;
    }
    .eachcareer{
        width:100%;
    }
}


/* TZH  */
.w-100{
width:100%
}
.h-100{
height:100%
}
.cus_flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
	padding:20px;
}
.cus_card{
	display:block;
	padding: 20px;
    background-color: #f6f6f6;
    border-radius: 20px;
    transition: 0.3s;
}
.cus_card:hover{
border:1px solid #ec1c24;
}
.cus_bg{
    background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
}
@media (min-width: 992px) {
  .cus_flex {
    flex-direction: row;
  }
}


/* Donate Now Start */
.d-flex{ display: flex; }
.flex-wrap{ flex-wrap: wrap; }
.align-items-center{ align-items: center; }
.justify-content-center{ justify-content: center; }
.row-gap-1 { row-gap: 8px; }
.page-template-donate-now .allcontent{
    padding: 0;
    .section1{
        padding: 60px 0;
    }
    .section2{
        background-color: #f5f5f57a;
        padding: 70px 0;
        h3{
            font-size: 25px;
            margin: 10px 0 20px;
        }
    }
}
.box.style1 {
    border: 1px solid #e11b22;
    padding: 25px;
    border-radius: 5px;
    margin: 15px 0;
    transition: all .3s;
    &:hover{
        border-color: #e11b222e;
        box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, .2);
        background: #fff;
    }
    img{
        max-width: 65px;
        height: auto;
    }
    h3::after{
        content: "";
        display: block;
        width: 65px;
        height: 2px;
        background: #e11b2280;
        margin: 20px auto;
    }
}
.page-template-donate-now address {
    border-left: 4px double #ec1c24;
    padding-left: 25px;
    margin: 25px 0;
    word-wrap: break-word;
    .personname{
        font-size: 18px;
        font-weight: 600;
    }
    .post{
        margin: 0 0 20px;
        font-family: Poppins, "Noto Sans Myanmar", sans-serif;
        font-weight: bold;
        color: #ec1c24;
    }
}

.box.style2 {
    box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, .2);
    margin: 20px 0;
    img {
        width: 100%;
        height: 222px;
        object-fit: cover;
    }
    .content {
        padding: 15px 15px 20px 0px;
    }
    h4{
        font-weight: bold;
    }
   
    
}
 .kits-gallery {
    padding-top: 30px;
    font-family: 'poppins';
}

/* Your Donation At Work */
.page-template-your-donations-at-work .allcontent{
    padding-bottom: 0;
}
.your-donations-at-work{
    .tab-pane ul li {
        display: flex;
        align-items: start;
        column-gap: 5px;
        margin-bottom: 15px;
        &::before{
            content: "\f067";
            font-size: 18px;
            padding-top: 3px;
        }
    }
    .youtube-video{
        position: relative;
        .play-button{
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            filter: drop-shadow(0px 3px 5px #999);
            max-width: 60px;
        }
    }
    .video-modal {
        position: fixed;
        background: rgba(0, 0, 0, 0.8);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 10000;
        opacity: 0;
        visibility: hidden;
        transition: all .3s;
        &.visible{
            opacity: 1;
            visibility: visible;
        }
        .wrapper {
            max-width: 800px;
            margin: auto;
            height: auto;
            width: 100%;
            button.close {
                color: #fff;
                font-weight: normal;
                font-size: 50px;
                position: relative;
                right: 18px;
                top: -22px;
                z-index: 100;
                opacity: .8;
                text-shadow: unset;
                &:hover{
                    color: #fff;
                    opacity: 1;
                }
            }
        }
    }
    .section2 {
        padding: 15px 0 90px;
    }
    .section3.testimonials {
        background: url(/wp-content/uploads/2024/11/testimonial-bg.jpg) center;
        background-size: cover !important;
        background-attachment: fixed;
        padding: 100px 0;
        text-align: center;
        position: relative;
        color: #fff;
        &::before {
            content: "";
            position: absolute;
            background: #000;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            opacity: .6;
        }
        .container{
            position: relative;
        }
        .section-title {
            color: #fff;
            margin: 0 0 30px;
        }
        .avatar {
            width: 110px;
            height: 110px;
            object-fit: cover;
            border-radius: 50%;
            margin: 20px auto;
            border: 3px solid #fff;
        }
        h3 {
            color: #fff;
            font-family: Poppins, "Noto Sans Myanmar", sans-serif;
            font-weight: 600;
            &:after{
                content: "";
                display: block;
                width: 70px;
                height: 2px;
                background: #f08c90;
                margin: 20px auto 20px;
            }
        }
        .content{
            font-weight: 400;
        }
    }
}
.gallery{
    .gallery-item{
        img {
            aspect-ratio: 9 / 6;
            object-fit: cover;
            width: 100%;
            height: 100%;
            border: 5px solid #fff !important;
            transition: all .3s;
        }
        &:hover img{
            filter: brightness(0.8);
        }
    }
}
.infographics .col-sm-6:nth-child(even) .box.style1 {
    position: relative;
    top: 30px;
}
.infographics .box.style1 {
    padding: 20px;
    text-align: center;
    .key-numbers {
        font-family: Poppins, "Noto Sans Myanmar", sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #111;
    }
    .title{
        font-family: Poppins, "Noto Sans Myanmar", sans-serif;
    }
}

/* Our Supporters */
.page-template-our-supporters{
    .wp-block-heading {
        margin: 30px 0 15px;
    }
    .join {
        background: url('/wp-content/uploads/2024/11/join-us-banner.jpg') center no-repeat;
        background-size: cover;
        margin: 60px 0 -60px;
        padding: 80px 0;
        position: relative;
        &::before{
            content: "";
            position: absolute;
            background: rgba(0,0,0,0.5);
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
        }
        .morelink{
            max-width: 250px;
            #button-6:hover{
                border: unset;
            }
        }
    }
}

/* Red Cross Orientation */
.page-template-red-cross-orientation{
    .allcontent ul{
        padding-left: 40px !important;
        li {
            display: list-item;
            list-style: disc;
            margin: 0;
            &::before{
                display: none;
            }
        }
    }
}
.orientation{
    .principles{
        padding: 25px;
    }
}
.panel-group.bc-style{
    .panel-heading, .panel-heading h4{
        padding: 0;
        a{
            padding: 22px !important;
            display: flex !important;
            line-height: 1.5;
            align-items: center;
        }
    }
}

/* Media Query Start (Max Width) */
@media(max-width: 991px){
    .your-donations-at-work {
        .section2 {
            padding: 15px 0 60px;
        }
        .youtube-video {
            margin-bottom: 25px;
        }
        .section3.testimonials {
            padding: 80px 0;
        }
    }
}

@media(max-width: 767px){
    .your-donations-at-work {
        .section2 {
            padding: 15px 0 45px;
        }
        button.slick-next.slick-arrow {
            right: 0;
            z-index: 100;
        }
        button.slick-prev.slick-arrow {
            left: 0;
            z-index: 100;
        }
    }
    .wp-block-column.box.style1{
        margin: 0;
    }
    .infographics .col-sm-6:nth-child(even) .box.style1{
        top: unset;
        margin: 25px 0;
    }
}

@media(max-width: 575px){
    .gallery{
        .gallery-item{
            width: 50% !important;
            margin: 0 !important;
        }
    }
    .your-donations-at-work {
        .section3.testimonials {
            padding: 60px 0;
        }
    }
}

@media(max-width: 425px){
    .page-template-donate-now .allcontent {
        .section1, .section2 {
            padding: 40px 0;
        }
    }
    
    .box.style2{
        .col-xs-4, .col-xs-8{
            width: 100%;
        }
        .content{
            padding: 15px;
        }
    }
}

@media(max-width: 375px){
    address{
        padding-left: 20px;
    }
    .gallery{
        .gallery-item{
            width: 100% !important;
        }
    }
    button.slick-next.slick-arrow, button.slick-prev.slick-arrow{
        display: none !important;
    }
}

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

ul.footerlist {column-count: 2;column-gap: 20px;}

ul.footerlist li a {
    font-size: 15px;
    vertical-align: super;
    line-height: normal;
}
ul.footerlist li {
    list-style-type: none;
    list-style-image: url(images/blood.png);
    list-style-position: inside;
    line-height: 45px;
}
.support-mission h3 a {
    float: right;
    background-color: #e11b22;
    border-color: transparent;
    border-radius: 0;
    width: 188px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.support-mission h3 a:hover,
.support-mission h3 a:focus{
    background-color: #e11b22;
    border-color: transparent;
    outline: none;
    text-decoration: none;
}
.support-mission h3 {
    font-family: 'Times New Roman';
    text-transform: uppercase;
    font-weight: 700;
    color: #e11b22;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 3px solid #e11b22;
    padding-bottom: 25px;
}
.social-icons {
    margin-top: 38px;
    display: flex;
    gap: 12px;
}
.padding-30 {
    padding:30px 0;
}
.partner-logos img {
    width: 100%;
}


/*********** Contact us ***********/

.contact-block{width:100%;}
.contact-block h2{font-weight: 600;color:#222;margin-bottom: 30px;}
.contact-block p{font-size:14px;font-weight: 400;margin-bottom: 20px;color:#777;}
.contact-block h4{font-weight:600;color:#444;margin-bottom: 20px;}
.contact-block .fa{/*text-indent:-22px;*/color:#BA131A;font-size:16px;}
.contact-block .fa-map-marker{font-size:18px;}
.contact-block .fa-envelope{font-size:15px;}
.contact-text{padding-left:25px;}
.contact-text p{line-height:30px;margin-bottom: 20px;}
.contact-message h2{font-weight: 600;color:#222;margin-bottom:30px;}
.contact_links{font-size:14px;}
.contact_links h4{
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}
.contact_links ul{padding-left:0px;}
.contact_links li{list-style: none;line-height:28px;color:#555;font-weight: 600;}
.contact_links li:before{
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: bold;
    content:"\f105";
    margin-right: 10px;
    color:#ba131a;
}
.contact_links li > a{display:inline-block;margin-left:5px;color:#ba131a;text-decoration: none;}
.contact_links li > a:hover,.contact_links li > a:focus{color:#e90e17;}
.contact_links li strong{color:#ba131a;}
.column_links ul{display: inline-block;}
.btn-contact{
    background: #c10000;
    color:#fff;
    border-radius: 0px;
    font-size:16px;
    padding:12px 35px;
    margin:20px 0px;
    text-transform: uppercase;
    transition: all 0.2s ease;
}
.contact-block address {
    display: flex
;
    gap: 22px;
    align-items: center;
}
.contact-block address span {
    font-size: 18px;
}
.contact-block h4 {
    font-size: 20px;
}
ul.contact-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
ul.contact-list li {
    flex: 0 0 47%;
    max-width: 47%;
}
.email-address-list h4 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 30px;
}

.email-address-list ul.contact-list li span:nth-child(even) {color: #e11b22;}

.email-address-list ul.contact-list li span {
    font-size: 16px;
    line-height: 20px;
}
ul.contact-list.mm-contact-list li span:nth-child(1) {
    font-size: 14px;
}

@media (max-width:767px){
    .homedisastersection h1, .homedonation h1, .homehelpsection h1 {
        font-size: 25px;
    }
    .headerlogotext img {
        width: 57px;
    }
    .headerlogotext h1 {
        margin-top: 7px;
    }
    .headerlogotext img {
        margin: 0 auto;
    }
    .language {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    ul.polylang-flags {
        margin-bottom: 0;
    }
    header {
        padding: 0;
        display: none;
    }
    .homehelpsection {
        height: auto;
        margin: 0 auto;
        text-align: center;
    }
    .customcontainer a {
        display: inline-block;
    }
    ul.footerlist{
        column-count: 1;
    }
    .customcontainer {
        width: 100%;
        display: inline-block;
    }
    .support-mission h3 {
        font-size: 18px;
    }
    .footerfirstsection{
        padding:52px 0 30px;
    }

}

.footer-contact a {
    padding: 14px 56px;
    border-radius: 0;
    background-color: #e11b22;
    margin-top: 30px;
    border-color: transparent;
    text-transform: uppercase;
}
a.blooddoantion {
    display: inline-block;
}
.headerlogotext h1 {
    font-size: 15px;
    font-weight: 800;
}

@media (max-width:991px){
    header {
        display: none;
    }
    .xs-menu-icon {
        position: absolute;
        left: 22px;
    }
    .headerlogotext img {
        margin: 0 auto;
        width: 87px;
    }
    .headerlogotext {
        margin: 0 auto;
        text-align: center;
        position: relative;
    }
    .language {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    ul.polylang-flags {
        margin-bottom: 0;
    }
    .allbanneroverlay h3{
        margin-bottom:0;
        margin-top: 0;
    }
    .allbanneroverlay{
        padding:0;
        display: flex;

        align-items: center;
    }
    .allbanner {
        height: 150px;
    }
    .allbanner .container .row {
        display: flex;
        align-items: center;

    }
    ul.mm-listview li.current_page_item a.mm-listitem__text {
        color: red !important;
    }
    .current-menu-parent a {
        color: #e11b22 !important;
    }
    .map-bg-image ul {
        column-count: 1;
    }
    .blood-donation-content .the-content{
        padding:0;
    }     
    .blood-donation-content .pre {
        white-space: pre-line;
        margin-top: -15px;
    }
    ul.wp-block-list {
        column-count: 1;
    }
}
@media (min-width:767px) and (max-width:992px){
     .homedisastersection h1, .homedonation h1, .homehelpsection h1 {
        font-weight: 700;
        font-size: 28px;
    }
    .homedonation .rowflex{
        margin-bottom:0;
    }
    .support-mission h3 {
        font-size: 19px;
    }
    ul.footerlist {
        column-count: 1;
    }
    .footer-contact a {
        padding: 14px 7px;
    }
}

@media (min-width:992px) and (max-width:1200px){
    .headerlogotext img {
        width: 79px;
    }
    .headerlogotext {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    .flexsection.eng-menu #site-navigation #menu a {
        padding-left: 15px;
        padding-right: 15px;
    }
    .flexsection{
        padding-top:0;
    }
    .language {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    ul.polylang-flags {
        margin-bottom: 0;
    }
    ul.footerlist{
        column-count: 1;
    }
    .footer-contact a {
        padding: 0;
        width: 132px;
        height: 46px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .blood-donation-content .the-content{
        padding:0 15px;
    }
}

.plans-list {
    margin-top: 30px;
}

.allcontent .tabs_field ul li::before {
    content: '';
}

.breadcrumbs a, .breadcrumbs span.parent_page a, .breadcrumbs span.current-breadcrumb {
    font-family: 'Poppins';
    color: inherit;
}
.donate-page-now.allcontent h4 {
    font-weight: 500;
    font-family: 'Poppins';
    color: #777;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 50px;
}
.donate-info-col h4, .donate-info-col p {
    font-family: Poppins, "Noto Sans Myanmar", sans-serif;
}
.donate-info-col p {
    font-size: 14px;
}
h3.wp-block-heading.has-text-align-center.mrcs-bank-account {
    font-family: 'Poppins';
    margin-top: 50px;
    margin-bottom: 50px;
}
.mrcs-account p {
    font-family: 'popins';
    color: #000;
    margin-top: 14px;
    margin-bottom: 0;
}
.mrcs-account h4 {
    margin-bottom: 20px !important;
    margin-top: 30px !important;
    color: #e11b22 !important;
}
.mrcs-account img{
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}
.custom_content ul li:before {
    content: "\F3E6";
    font-family: 'bootstrap-icons';
    margin-right: 7px;
    display: block;
    color: #d33e26;
    font-weight: bold;
    font-size: 15px;
}
h2.leadership-title {
    font-size: 37px;
    font-weight: 600;
    margin-bottom: 50px;
}
/* .leadership-mrcs-row.president-section {
    width: 50%;
} */
.president-section {
    padding: 0 292px;
    clear: both;
}
p {
    font-family: 'Poppins';
}
ul li, ul li a, ol li, ol li a {
    font-family: 'Poppins';
}
.custom_content ul li {
    padding: 7px 0;
}
.custom_content ul {
    column-count: 2;
}
.custom_content h4 {
    font-family: 'Poppins';
    margin: 35px 0;
}
.leaderShip {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}
.leader_img img {
    width: 50%;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 50%;
    border: 1px solid #d33e26;
    object-fit: cover;
}
.leader-content .send-mail {
    position: static;
    text-align: left !important;
    color: #777;
}
.leader-content {
    text-align: left;
}
.leader-content .position {
    padding: 10px 0;
}
.leaderShip.mrcs {
    padding:0 290px;
}
