@font-face {
  font-family: Fnt-b;

  src: url(../fonts/AvenirNextLTPro-Bold.otf);
}

@font-face {
  font-family: Fnt-h;

  src: url(../fonts/AvenirNextLTPro-Heavy.otf);
}

@font-face {
  font-family: Fnt-m;

  src: url(../fonts/AvenirNextLTPro-Medium.otf);
}

@font-face {
  font-family: Fnt-r;

  src: url(../fonts/AvenirNextLTPro-Regular.otf);
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0 !important;
  font-family: Fnt-r;
}

body {
  position: relative;
}

.chosen-container .chosen-results {
  margin: 0;
  padding: 0;
}

/*
===================================================================================================================
                                                    general
====================================================================================================================
*/

/*
===================================================================================================================
                                                    general
====================================================================================================================
*/

* {
  outline: none;
  padding: 0;
  margin: 0;
}

a:focus {
  outline: thin dotted;
  outline: 0;
  outline-offset: 0;
}

.remove-padding {
  padding-right: 0;
  padding-left: 0;
}

.remove-margin {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a,
button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  text-decoration: none;
}

a {
  text-decoration: none;
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  color: #333333;
}

a.flat-hover:hover {
  transform: translateY(-3px);
}

button.flat-hover:hover {
  transform: translateY(-3px);
}

.flat-hover:hover {
  transform: translateY(-3px);
}

.color-hover:hover {
  color: #0062b0 !important;
}

/*
===================================================================================================================
                                                    end general
====================================================================================================================
*/

/*head*/

.head-main .top-head {
  padding: 8px 0;
  border-bottom: 1px solid #e4e9f2;
}

.head-main .top-head ul:first-child {
  float: left;
  position: relative;
  top: 2px;
  z-index: 10000;
}

.head-main .top-head ul:last-child {
  float: right;
  position: relative;
  top: 6px;
}

.head-main .top-head ul li {
  display: inline-block;
}

.head-main .top-head ul:first-child li {
  margin-right: 15px;
}

.head-main .top-head ul:first-child li a {
  font-size: 20px;
  color: #8f9bb3;
}

.head-main .top-head ul:last-child li {
}

.head-main .top-head ul:last-child li:nth-child(2) {
  margin-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #e4e9f2;
}

.head-main .top-head ul:last-child li a {
  color: #2e2c38;
  text-decoration: none;
  display: block;
  font-family: Fnt-m;
}

.head-main .top-head ul li a:hover {
  color: #ec6989;
}

.top-head p {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  top: 12px;
  font-weight: bold;
}

.bot-head {
  padding-top: 30px;
  padding-bottom: 30px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
  z-index: 99;
  background: #fff;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.bot-head.stick-head {
  padding-top: 15px;
  padding-bottom: 15px;
}

.bot-head .head-links {
  padding: 0;
}

.bot-head ul li {
  display: inline-block;
}

.bot-head .head-links ul {
  margin-top: 9px;
}

.bot-head .head-links ul li {
  margin-right: 10px;
  margin-left: 10px;
  position: relative;
}

.bot-head .head-links ul li a {
  color: #2e2c38;
  font-family: Fnt-m;
  display: block;
  text-decoration: none;
}

.bot-head .head-links ul li a i {
  font-size: 22px;
  position: absolute;
  top: -5px;
  color: #8f9bb3;
  margin-left: -3px;
}

.bot-head .head-links ul li a:hover {
  color: #ec6989;
}

.bot-head .head-links ul li a:hover i {
  color: #ec6989;
}

.bot-head .side-btns {
  text-align: right;
}

.bot-head .side-btns ul li {
  margin-left: 20px;
}

.bot-head .side-btns ul li a {
  height: 40px;
  width: 100px;
  font-family: Fnt-b;
  text-decoration: none;
  background-color: #ec6989;
  border: 1px solid #ec6989;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  line-height: 37px;
}

.donate {
  height: 60px;
  font-size: 24px;
  width: 30%;
  font-family: Fnt-b;
  text-decoration: none;
  background-color: #ec6989;
  border: 1px solid #ec6989;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  line-height: 37px;
}
.slider-slogin a {
  line-height: 43px !important;
}
.bot-head .side-btns ul li:first-child a {
  background-color: #fff;
  color: #ec6989;
  border: 1px solid #ec6989;
}

.bot-head .side-btns ul li a:hover {
  background-color: #3b9fc1;
  border: 1px solid #3b9fc1;
  color: #fff;
}

.bot-head .head-links ul li:hover > .dropdown {
  visibility: visible;
  opacity: 1;
  display: block;
}

.bot-head .head-links ul li .dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  left: 0;
  display: none;
  margin-top: 0;
  padding-top: 30px;
  width: 220px;
  z-index: 9;
}

.bot-head.stick-head .head-links ul li .dropdown {
  padding-top: 15px;
}

.bot-head .head-links ul li ul {
  overflow: auto;
  box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.08);
}

.bot-head .head-links ul li ul::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.bot-head .head-links ul li ul::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ec6989;
}

.bot-head .head-links ul li ul li {
  display: block;
  margin-left: 0;
  margin-right: 0;
}

.bot-head .head-links ul li ul li a {
  color: #2e2c38;
  background-color: #ffffff;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #e0e4ed;
}

.bot-head .head-links ul li ul li a:hover {
  background-color: #ec6989;
  color: #fff;
}

/*end head*/

/*footer*/
.footer-main {
  background-color: #f7f9fc;
  padding-top: 50px;
  margin-top: 124px;
}

.footer-main .fot-form-main h4 {
  margin-bottom: 20px;
  font-size: 16px;
  color: #2e2c38;
  font-family: Fnt-b;
}

.footer-main .fot-form-main form {
  position: relative;
  margin-bottom: 30px;
}

.footer-main .fot-form-main form input {
  width: calc(100% - 86px);
  height: 40px;
  border-radius: 8px;
  float: left;
  padding: 10px;
  border: none;
}

.footer-main .fot-form-main form button {
  height: 40px;
  width: 86px;
  font-family: Fnt-b;
  color: #fff;
  background-color: #3b9ec0;
  border-radius: 0px 8px 8px 0px;
  border: none;
}

.footer-main .fot-form-main form button:hover {
  background-color: #ec6989;
}

.footer-main .fot-form-main ul li {
  display: inline-block;
}

.footer-main .fot-form-main ul li:first-child {
  margin-right: 20px;
}

.footer-main .fot-links ul li {
  display: inline-block;
  width: 30%;
  margin-bottom: 20px;
}

.footer-main .fot-links ul li a {
  font-size: 14px;
  font-size: 13px;
  letter-spacing: -1px;
  color: #8f9bb3;
  font-family: Fnt-b;
  text-decoration: none;
}

.footer-main .fot-links ul li a:hover {
  color: #ec6989;
}

.social-fot-main h3 {
  font-size: 16px;
  text-align: center;
  color: #8f9bb3;
  font-family: Fnt-b;
  margin-bottom: 15px;
}

.social-fot-main ul {
  margin-bottom: 30px;
  text-align: right;
}

.social-fot-main ul li {
  display: inline-block;
  margin-right: 8px;
}

.social-fot-main ul li a {
  height: 40px;
  width: 40px;
  text-decoration: none;
  border: 1px solid #e4e9f2;
  color: #8f9bb3;
  border-radius: 40px;
  text-align: center;
  line-height: 39px;
  font-size: 18px;
}

.social-fot-main ul li a:hover {
  border: 1px solid #ec6989;
  color: #fff;
  background-color: #ec6989;
}

.social-fot-main p {
  font-size: 18px;
  text-align: right;
  color: #8f9bb3;
  font-family: Fnt-b;
}

.social-fot-main p i {
  position: relative;
  top: 4px;
}

.copy-main {
  margin-top: 35px;
  margin-bottom: 15px;
}

.copy-main ul {
  float: left;
}

.copy-main ul li {
  display: inline-block;
}

.copy-main ul li img {
  height: 15px;
}

.copy-main p {
  float: right;
  font-size: 14px;
  font-family: Fnt-b;
  color: #8f9bb3;
}

.social-fot-main {
  margin-left: 0;
}

.col-md-4.fot-links {
  width: 41.66666667%;
}

/*end footer*/

.content-main {
  min-height: calc(100vh - 149px - 269px);
}

.full-slider-main img {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: static;
  top: 0;
  object-position: bottom;
}

.full-slider-main {
  height: auto;
  position: relative;
}

.full-slider-main #myCarousel,
.carousel-inner {
  height: auto;
}

.slider-slogin-main {
  position: relative;
  height: auto;
}

.slider-slogin {
  position: absolute;
  z-index: 1;
  bottom: 250px;
  background-color: rgba(59, 158, 192, 0.5);
  padding: 0px;
  padding-top: 40px;
}

.slider-slogin h1 {
  font-size: 36px;
  font-family: Fnt-b;
  color: #ffffff;
  margin-bottom: 20px;
}

.slider-slogin h2 {
  color: #ffffff;
  font-size: 26px;
  font-family: Fnt-b;
  line-height: 36px;
}

.slider-slogin a {
  height: 50px;
  height: 50px;
  width: 160px;
  background-color: #ee6889;
  margin-top: 20px;
  text-align: center;
  line-height: 38px;
  font-size: 27px;
  color: #ffffff;
  font-family: Fnt-b;
  text-decoration: none;
  border: 3px solid #fff;
  border-radius: 25px;
}

.slider-slogin a:hover {
  background-color: #ec6989;
  color: #ffffff;
}

.carousel-indicators {
  bottom: 0;
}

.carousel-indicators li {
  border: none;
  border-radius: 10px;
  background: #ff91ab;
}

.carousel-indicators .active {
  width: 22px;
  background-color: #ec6989;
}

/*.item.active .slider-slogin h1 {

    -webkit-animation-name: example;
    -webkit-animation-duration: 1s;
    animation-name: example;
    animation-duration: 1s;
}

@-webkit-keyframes example {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes example {
    from { opacity: 0;}
    to { opacity: 1; }
}*/

.about-main {
  margin-top: 124px;
}

h1.title {
  font-size: 36px;
  color: #ec6989;
  margin-bottom: 30px;
  font-family: Fnt-b;
}

.about-main p {
  font-size: 16px;
  color: #8f9bb3;
  text-align: center;
  letter-spacing: 0.03em;
  font-family: Fnt-m;
  line-height: 26px;
}

.about-main h1 img {
  margin-right: 10px;
  height: 40px;
}

.cont-main {
  margin-top: 75px;
}

.cont-main img {
  height: 140px;
}

.cont-main h3 {
  font-size: 16px;
  margin-top: 20px;
  color: #3b9ec0;
  font-family: Fnt-b;
}

.cont-main h2 {
  font-size: 40px;
  color: #ec6989;
  font-family: Fnt-b;
  margin-top: 10px;
}

.ved-main {
  margin-top: 124px;
}

.ved-main iframe {
  width: 100%;
  height: 650px;
  border-radius: 20px;
}

.fighters-main {
  margin-top: 124px;
}

.fighters-main .slick-track {
  padding-bottom: 50px;
  padding-top: 10px;
}

.fighters-main a {
  display: table;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 8px;
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.06);
  text-decoration: none;
}

.fighters-main a:hover {
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.09);
  transform: translateY(-5px);
}

.fighters-main img {
  border-radius: 8px 8px 0px 0px;
}

.fighters-main a p {
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #2e2c38;
  overflow: hidden;
  text-align: left;
  font-family: Fnt-m;
  padding: 15px;
  height: 75px;
}

.fighters-main .slick-carousel2 .slide-content a p {
  font-family: Fnt-b;
}

.fighters-main .slick-carousel2 .slide-content a span {
  padding: 15px;
  text-align: left;
  height: 62px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-top: 0;
  font-size: 14px;
  color: #8f9bb3;
  margin-bottom: 0;
  margin-bottom: 15px;
}

.fighters-main a:hover p,
.fighters-main a:hover span {
  color: #ec6989;
}

.img-frame {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  border-radius: 8px 8px 0 0;
}

.img-frame img {
  min-width: 100%;
  min-height: 100%;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: white;
  font-size: 24px;
  text-align: center;
  z-index: 1;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.slick-carousel {
  overflow: hidden;
  width: 100%;
}

.slick-carousel2 {
  overflow: hidden;
  width: 100%;
}

.slick-prev,
.slick-next {
  position: absolute;
  background-color: #ec6989;
  border: none;
  color: transparent;
  width: 50px;
  height: 50px;
  z-index: 1;
  top: 35%;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  left: 0px;
  right: auto;
}

.slick-prev:hover,
.slick-next:hover {
  background-color: #3b9ec0;
}

.slick-prev:before,
.slick-next:before {
  content: "\EA6C";
  font-family: remixicon !important;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
}

.slick-prev:before {
  position: absolute;
  font-size: 25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 0;
  left: 0;
}

.slick-next:before {
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  left: 0;
  top: 0;
  line-height: 50px;
  font-size: 25px;
  color: #fff;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.slick-prev {
  left: 15px;
  right: auto;
}

.slick-next {
  right: 14px;
  left: auto;
  float: right;
}

.sponser-main {
  margin-top: 75px;
}

.sponser-main ul li {
  display: inline-block;
  padding: 0 30px;
}

.sponser-main ul li img {
  height: 85px;
}

.cbx span:last-child {
  font-weight: 500;
  font-size: 16px;
  margin-top: -21px;
  display: -webkit-box;
  color: #42404b;
  margin-bottom: 10px;
}

.cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 1px;
  transform: scale(1);
  vertical-align: middle;
  border: 2px solid #42404b;
  transition: all 0.2s ease;
  margin-left: -30px;
}

.checkbox-item {
  float: left;
  padding-left: 35px;
}

.checkbox-item:first-child {
  margin-right: 30px;
}

.cbx {
  margin: auto;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}

.cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}

.cbx span:first-child svg {
  position: absolute;
  top: 2px;
  left: 1px;
  fill: none;
  stroke: #42404b;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}

.cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #3b9ec0;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}

.inp-cbx:checked + .cbx span:first-child {
  background: #3b9ec0;
  border-color: #fff;
  animation: wave 0.4s ease;
}

.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.donate-home-main {
  margin-top: 124px;
}

.donate-home-main .donate-home-form {
  background-color: #3b9ec0;
  border-radius: 8px;
  padding-top: 48px;
  padding-bottom: 42px;
  padding-right: 45px;
  padding-left: 45px;
  margin-top: 10px;
}

.donate-home-main .donate-home-form h3 {
  margin-bottom: 40px;
  text-align: center;
  font-size: 26px;
  color: #ffffff;
  font-family: Fnt-b;
}

.donate-home-main .donate-home-form .step-form {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 15px;
  margin-top: 40px;
  position: relative;
  margin-bottom: 40px;
}

.donate-home-main .donate-home-form .step-form:after {
  content: "";
  height: 2px;
  width: 30%;
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #fff;
}

.donate-home-main .donate-home-form .step-form li {
  width: 32.8%;
  display: inline-block;
  color: #fff;
  opacity: 0.5;
}

.donate-home-main .donate-home-form .step-form li.active-form-option {
  font-family: Fnt-b;
  opacity: 1;
}

.donate-home-main .donate-home-form .step-form li i {
  margin-left: 30px;
  position: relative;
  top: 5px;
  opacity: 0.5;
  font-size: 18px;
}

.val-form-main li {
  text-align: center;
  padding: 1px;
}

.val-form-main li div {
  background-color: #fff;
  height: 50px;
  position: relative;
  cursor: pointer;
}

.val-form-main li div p {
  font-size: 16px;
  color: #8f9bb3;
  line-height: 50px;
}

.val-form-main li.active-val-link div {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
}

.val-form-main li.active-val-link div p {
  font-family: Fnt-b;
  color: #ec6989;
}

.val-form-main li:nth-child(1) div {
  border-radius: 0px 8px 0px 0px;
}

.val-form-main li:nth-child(3) div {
  border-radius: 8px 0px 0px 0px;
}

.val-form-main li:nth-child(4) div {
  border-radius: 0px 0px 8px 0px;
}

.val-form-main li:nth-child(6) div {
  border-radius: 0px 0px 0px 8px;
}

.val-form-main li div input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
}

.switch {
  position: relative;
  display: inline-block;
  margin-top: 60px;
}

.switch-input {
  display: none;
}

.switch-label {
  display: block;
  width: 35px;
  height: 11px;
  text-indent: -150%;
  clip: rect(0 0 0 0);
  color: transparent;
  user-select: none;
}

.switch-label:before,
.switch-label:after {
  content: "";
  display: block;
  position: absolute;
  cursor: pointer;
}

.switch-label:before {
  width: 100%;
  height: 100%;
  background-color: #e4e9f2;
  border-radius: 9999em;
  transition: background-color 0.25s ease;
}

.switch-label:after {
  top: 2px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #8f9bb3;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
  transition: left 0.25s ease;
}

.switch-input:checked + .switch-label {
}

.switch-input:checked + .switch-label:before {
  background: #ec6989;
}

.switch-input:checked + .switch-label:after {
  left: 19px;
  background: #fff;
}

.switch p {
  position: relative;
  left: 100px;
  top: -4px;
  color: #fff;
  font-family: Fnt-b;
}

.val-form-main button {
  height: 42px;
  width: 148px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 8px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  color: #3b9ec0;
  font-family: Fnt-b;
  border: none;
  float: right;
  margin-top: 40px;
}

.val-form-main button:hover {
  background-color: #ec6989;
  color: #fff;
}

.donate-home-bg img {
  height: 485px;
  width: 100%;
  object-fit: cover;
  margin-top: 20px;
  border-radius: 10px 0 0 10px;
}

/*inside pages*/

.fighters-main-inside a {
  margin-bottom: 30px;
}

.fighters-main-inside {
  margin-top: 50px;
}

/*.news-main a p { font-family: fnt-r !important }*/
.news-tabs-main ul {
  text-align: center;
  margin-bottom: 30px;
}

.news-tabs-main ul li {
  display: inline-block;
  margin-right: 0 !important;
}

.news-tabs-main ul li a {
  font-family: Fnt-b;
  color: #2e2c38;
  height: 40px;
  width: 150px;
  line-height: 40px;
  font-size: 14px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.news-tabs-main ul li:first-child a {
  border-radius: 6px 0 0 6px;
}

.news-tabs-main ul li:last-child a {
  border-radius: 0 6px 6px 0;
}

.news-tabs-main ul li a.active-tab {
  color: #fff;
  background-color: rgb(236 105 137);
}

.news-tabs-main ul li a:hover {
  color: #fff;
  background-color: rgb(236 105 137);
  transform: translateY(0px);
}

.news-tabs-main ul li:last-child {
  margin-right: 0;
}

.pagination > li > a,
.pagination > li > span {
  border: none;
  border: none;
  color: #2e2c38;
  font-family: fnt-m !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #ec6989;
  background-color: #ffffff;
}

.expansions-main,
.board-main {
  margin-top: 50px;
}

.expansions-main p {
  margin-bottom: 50px;
  font-size: 16px;
  color: #2e2c38;
}

.expansions-main h5 {
  font-size: 16px;
  color: #2e2c38;
  font-family: Fnt-b;
  margin-bottom: 30px;
}

.expansions-main .img-frame {
  padding-bottom: 60%;
  border-radius: 8px;
  margin-bottom: 50px;
}

.breadcrumb-me {
  text-align: left;
}

.breadcrumb-me i {
  margin-right: 15px;
  margin-left: 15px;
  color: #8f9bb3;
  margin-top: 3px;
}

.breadcrumb-me p {
  display: inline-block;
}

.breadcrumb-me a {
  font-size: 16px;
  color: #8f9bb3;
  font-family: Fnt-b;
  text-decoration: none;
}

.breadcrumb-me a:hover {
  color: #ec6989;
}

.board-sub-title {
  margin-bottom: 70px;
  font-size: 16px;
  color: #2e2c38;
  font-family: Fnt-b;
}

.board-item {
  text-align: left;
  margin-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.board-item h3 {
  font-size: 26px;
  color: #ec6989;
  margin-bottom: 20px;
  font-family: Fnt-b;
}

.board-item h4 {
  font-size: 16px;
  color: #2e2c38;
  font-family: Fnt-b;
}

.board-item p {
  font-size: 16px;
  font-family: Fnt-m;
  color: #2e2c38;
  margin-bottom: 30px;
  max-height: 175px;
  overflow: auto;
}

.board-item .img-frame {
  padding-bottom: 90%;
  border-radius: 8px;
}

.board-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% - 30px);
  left: 15px;
  height: 1px;
  background-color: #d8d8d8;
}

.about-item {
  margin-top: 124px;
}

.about-item:first-child {
  margin-top: 50px;
}

.about-item img {
  margin-top: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
  width: 100%;
  object-fit: cover;
}

.about-item p {
  font-size: 14px;
  color: #2e2c38;
  text-align: center;
  line-height: 25px;
  font-family: Fnt-m;
  margin-bottom: 10px;
}

.sponser-main-inside img {
  max-width: 100%;
  height: 50px;
  margin-bottom: 30px;
  object-fit: contain;
}

.experts-main .head-expert {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.experts-main .head-expert h2 {
  font-size: 26px;
  color: #ec6989;
  font-family: Fnt-b;
  margin-top: 40px;
  margin-bottom: 30px;
}

.experts-main .head-expert p {
  margin-bottom: 10px;
  font-size: 16px;
  color: #2e2c38;
  font-family: Fnt-b;
}

.experts-main .head-expert:after {
  content: "";
  position: absolute;
  bottom: 10px;
  width: 70%;
  right: 15%;
  height: 2px;
  background-color: #d8d8d8;
}

.fighters-main.experts-item a p {
  height: 52px;
}

.fighters-main.experts-item a {
  margin-bottom: 30px;
}

.fighters-main.experts-item a span {
  text-align: left;
  margin-bottom: 15px;
  display: block;
  margin-left: 15px;
  color: #8f9bb3;
}

.Fundraise-main h3 {
  font-size: 26px;
  font-family: Fnt-b;
  margin-bottom: 30px;
  color: #ec6989;
  text-align: left;
  line-height: 30px;
}

.Fundraise-main p {
  text-align: left;
}

.Treatment-main h3 {
  font-size: 26px;
  font-family: Fnt-b;
  margin-bottom: 30px;
  color: #ec6989;
  line-height: 30px;
}

.d-programs-main h3:first-child {
  margin-top: 0;
}

.d-programs-main h3 {
  margin-top: 30px;
}

.d-programs-main img {
  object-position: bottom;
}

.training-main .traning-main-item {
  margin-bottom: 50px;
  margin-top: 50px;
  text-align: left !important;
  border-radius: 8px;
  box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.08);
  padding: 30px 75px;
}

.training-main .traning-main-item p {
  text-align: left;
}

.training-main .traning-main-item h1 {
  font-size: 36px;
  font-family: Fnt-m;
  color: rgb(236 105 137);
  margin-bottom: 32px;
}

.training-main .traning-main-item-full {
  text-align: center;
}

.training-main .traning-main-item-full h1,
.training-main .traning-main-item-full p {
  text-align: center;
}

.training-main .traning-main-item-full h4 {
  font-family: Fnt-b;
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 30px;
}

.job-main .job-item {
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.08);
  padding: 15px 10px;
}

.job-main .job-item h3 {
  font-size: 16px;
  color: #ec6989;
  margin-bottom: 20px;
  font-family: Fnt-b;
}

.job-main .job-item p {
  font-size: 16px;
  color: #2e2c38;
  margin-bottom: 20px;
  font-family: Fnt-r;
  height: 80px;
  overflow: hidden;
}

.job-main .job-item a {
  background-color: #ec6989;
  border-radius: 9px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  display: block;
  height: 40px;
  line-height: 40px;
  width: calc(100% - 60px);
  margin: 0 auto;
}

.job-main .job-item a:hover {
  background-color: #3b9ec0;
}

.experts-head-main {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #ddd;
}

.fighters-main.experts-item a span {
  height: 64px;
  overflow: hidden;
}

.album-main .img-frame {
  border-radius: 8px;
}

.album-main {
  display: table;
  position: relative;
  margin-top: 50px;
  padding-top: 50px;
}

.album-main:after {
  width: calc(100% - 200px);
  position: absolute;
  top: 0;
  height: 2px;
  background-color: #ddd;
  content: "";
  right: 100px;
}

.about-item-box {
  border-radius: 8px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.about-item-box span {
  height: 180px;
  width: 180px;
  background-color: #ec6989;
  border-radius: 50%;
  display: block;
  margin: 20px auto;
  line-height: 180px;
  color: #fff;
  font-size: 80px;
}

.about-item-box h4 {
  margin-bottom: 25px;
  font-size: 16px;
  color: #2e2c38;
  margin-top: 15px;
  font-family: Fnt-b;
}

.about-item-box p {
  margin-bottom: 30px;
  font-family: Fnt-r;
}

.achievement-main .achievement-item {
  border-radius: 30px;
  margin-bottom: 30px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 30px;
}

.achievement-main .achievement-item h2 {
  margin-bottom: 30px;
  font-family: Fnt-b;
  color: #ec6989;
}

.achievement-main .achievement-item p {
  font-family: Fnt-r;
}

.achievement-item img {
  height: 60px !important;
  width: auto !important;
}

.achievement-main .achievement-item h3 {
  margin-bottom: 20px;
  font-family: Fnt-b;
}

.achievement-main .achievement-item h4 {
  font-family: Fnt-b;
  margin-bottom: 20px;
}

.achievement-main .achievement-item a {
  display: inline-block;
  padding: 10px 30px;
  background: #ec6989;
  color: #fff;
  margin-top: 20px;
  text-decoration: none;
  border-radius: 6px;
}

.achievement-main .achievement-item a:hover {
  background-color: #3b9ec0;
}

.Questions-main .job-item {
  text-align: left;
}

.Questions-main .job-item p {
  text-align: left;
}

.job-main .job-item h3 {
  font-size: 16px;
  color: #ec6989;
  margin-bottom: 20px;
  font-family: Fnt-b;
  line-height: 26px;
  height: 50px;
  overflow: hidden;
}

.que-ask-main {
  float: right;
  margin-top: -53px;
  position: relative;
  z-index: 1;
}

.que-ask-main li {
  display: inline-block;
  margin-left: 10px;
}

.que-ask-main li a {
  font-family: Fnt-b;
  font-size: 16px;
  color: #ec6989;
  text-decoration: none;
}

.que-ask-main li a:hover {
  color: #3b9ec0;
}

#face-log-in .modal-content {
  padding: 20px;
  background: -webkit-linear-gradient(top, #4971b7 70%, #2f5199 30%);
  background: linear-gradient(to bottom, #4971b7 70%, #2f5199 30%);
  border-radius: 0;
  border: none;
}

#face-log-in .modal-content button {
  float: right;
  color: #fff;
  font-size: 14px;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-weight: 300;
  position: absolute;
  right: 20px;
}

#face-log-in .modal-content h4 {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 30px;
}

#face-log-in .modal-content h5 {
  font-size: 14px;
  font-weight: 300;
  color: #f8fafb;
  margin-bottom: 30px;
  opacity: 0.8;
}

#face-log-in .modal-content img {
  margin-right: auto;
  margin-left: auto;
  display: block;
  margin-bottom: 30px;
  max-width: 90%;
  width: auto !important;
  height: auto !important;
}

#face-log-in .modal-content a {
  height: 32px;
  width: 170px;
  line-height: 26px;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 20px;
  text-decoration: none;
}

#face-log-in .modal-content a:hover {
  background: #fff;
  color: #2f5199;
}
.fighters-main.experts-item .btn-more {
  background-color: transparent;
  border: none;
  margin-right: 430px;
  margin-bottom: 20px;
  color: #ec6989;
  font-size: 15px;
}



.qu-pop h4 {
  font-size: 16px;
  color: #ec6989;
  font-family: Fnt-b;
  margin-bottom: 20px;
  text-align: left;
}

.qu-pop p {
    margin-bottom: 30px;
    color: #2e2c38;
     text-align: left;
}

.qu-pop p {
  max-height: 200px;
  overflow: auto;
}

.qu-pop p::-webkit-scrollbar {
  width: 5px;
  background-color: #eee;
}

.qu-pop p::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #777;
}

.qu-pop button {
  float: right;
  color: #ec6989;
  opacity: 1;
  font-size: 28px;
}

.Symptoms-main .Symptoms-item .col-xs-12 {
  margin-top: 30px;
  border-radius: 8px;
  box-shadow: 0px 4px 19px 0px rgba(0, 0, 0, 0.08);
  height: 285px;
  padding: 15px 30px;
  overflow: hidden;
}

.Symptoms-main .Symptoms-item p {
  text-align: left;
}

.Symptoms-main .Symptoms-item h4 {
  text-align: left;
  margin-left: 15px;
  margin-bottom: 10px;
}

.lg-outer {
  direction: ltr;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #d75e81 !important;
}

.service-list-perant .photo-frame {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.service-list-perant .photo-frame img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: white;
  font-size: 24px;
  text-align: center;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: auto;
  margin-left: auto;
  border-radius: 6px;
}

.service-list-perant {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [ 4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  grid-row-gap: 30px;
}

/*.ask-q-main { background-color: #ec6989;
border-radius: 8px; padding-top: 20px; padding-bottom: 50px; }*/

.ask-q-main p {
  font-size: 16px;
  color: #333;
  font-family: Fnt-b;
  margin-top: 30px;
  margin-bottom: 30px;
}

.ask-q-main .input-item input {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  padding: 10px;
  border: none;
}

/* .ask-q-main .input-item textarea {
  width: 100%;
  resize: none;
  height: 200px;
  border-radius: 8px;
  border: none;
  padding: 10px;
} */

.ask-q-main .input-item {
  margin-bottom: 20px!important;
  position: relative;
}

.ask-q-main .input-item > span {
  position: absolute;
  right: 10px;
  top: 7px;
  color: #8f9bb3;
}

.ask-q-main button {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  padding: 10px;
  border: none;
  color: #fff;
  font-size: 16px;
  background-color: #ec6989;
  font-family: Fnt-b;
}

.ask-q-main button:hover {
  background-color: #3b9ec0;
  color: #fff;
}

.ask-q-main img {
  height: 450px;
  margin: auto;
  display: block;
}

.contact-main h1.title {
  margin-top: 40px;
  text-align: center;
}

.call-main .ask-q-main .input-item input {
  width: calc(100% - 130px);
  float: right;
  border: 1px solid #AAAAAA;
  /* box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.14); */
}

.call-main .ask-q-main .input-item textarea {
  width: calc(100% - 130px);
  float: right;
  border: 1px solid #AAAAAA;
}

.call-main .ask-q-main p {
  margin-top: 0;
  margin-bottom: 0;
  float: left;
}

.contact-info ul {
  display: table;
  margin-top: 60px;
  position: relative;
}

.contact-info ul:after {
  width: 1px;
  height: calc(100% - 30px);
  position: absolute;
  content: "";
  background-color: #fff;
  top: 0;
  left: -40px;
}

.contact-info ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 50px;
  display: table;
}

.contact-info ul li span {
  position: absolute;
  left: 0;
  top: 1px;
  color: #333;
  font-size: 16px;
}

.contact-btn {
  width: 300px !important;
  margin-left: calc(50% - 150px);
}

.map-main {
  margin-top: 50px;
}

.map-main img {
  width: 100%;
}

.fundraise-main h1 {
  color: #ec6989;
}

.fundraise-main {
  padding-right: 30px;
}

.fundraise-main .input-item {
  padding-left: 30px;
}

.fundraise-main .input-item .chosen-container-single .chosen-single div {
  /* right: 10px; */
}

.chosen-container {
  width: 100% !important;
  float: right;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 40px;
  border-radius: 8px;
  border: none;
  background-color: #fff;
  background: #fff;
  background: #fff;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 40px;
  background-image: none !important;
  padding-left: 15px;
  border: 1px solid #aaa;
  /* box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.14); */
}

.chosen-container-single .chosen-search {
  display: none;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3b9ec0;
  background-image: -webkit-gradient(
    linear,
    right top,
    right bottom,
    color-stop(20%, #ec6989),
    color-stop(90%, #ec6989)
  );
  background-image: linear-gradient(#3b9ec0 20%, #3b9ec0 90%);
}

.chosen-container .chosen-results li.active-result {
  background-position: right;
  text-align: left;
  height: 40px;
  line-height: 30px;
}

.chosen-container .chosen-drop {
  border: none;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #ec6989;
  background: #ec6989;
  font-weight: normal;
  color: #ffffff;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  text-align: center;
}

.chosen-container-single .chosen-single div b {
  background-position: 6px 9px !important;
}

.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 9px !important;
}

.fundraise-main {
  margin-top: 50px;
}

.fundraise-main h1 {
  margin-top: 10px !important;
}

.fundraise-main p {
  margin-top: 2px !important;
  width: 115px;
  height: 44px;
  line-height: 22px;
  letter-spacing: -0.8px;
}

.fundraise-main .days-main {
  width: calc(100% - 130px);
  float: right;
}

.fundraise-main .days-main ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [ 7];
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 1px;
  grid-row-gap: 1px;
}

.fundraise-main .cata-main ul {
  -ms-grid-columns: (1fr) [ 5];
  grid-template-columns: repeat(5, 1fr);
}

.fundraise-main .days-main ul li {
  background-color: #fff;
  cursor: pointer;
  position: relative;
  pointer-events: auto;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
}

.fundraise-main .days-main ul li p {
  color: #8f9bb3;
  text-align: center;
  line-height: 40px;
  width: 100%;
}

.fundraise-main .days-main ul li:first-child {
  border-radius: 8px 0px 0px 8px;
}

.fundraise-main .days-main ul li:last-child {
  border-radius: 0px 8px 8px 0px;
}

.fundraise-main .days-main ul li.active-option {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
}

.fundraise-main .days-main ul li.active-option p {
  color: #ec6989;
}

.fundraise-main .days-main ul li:hover p {
  color: #ec6989;
}

.fundraise-main .days-main ul li input {
  position: absolute;
  z-index: 9;
  width: 100% !important;
  height: 100%;
  margin-top: 0;
  opacity: 0;
  cursor: pointer;
}

.fundraise-main .days-main.cata-main ul li:first-child {
  border-radius: 8px 0 0px 0px;
}

.fundraise-main .days-main.cata-main ul li:last-child {
  border-radius: 0 0px 8px 0px;
}

.fundraise-main .days-main.cata-main ul li:nth-child(6) {
  border-radius: 0 0px 0px 8px;
}

.fundraise-main .days-main.cata-main ul li:nth-child(5) {
  border-radius: 0 8px 0px 0px;
}

.fundraise-main .line {
  height: 1px;
  background-color: #42404b;
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.fundraise-main textarea {
  width: 100%;
  border: none;
  resize: none;
  border-radius: 8px;
  padding: 10px;
  height: 100px;
  /* margin-bottom: 10px; */
  /* box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.14); */
}

.fundraise-main .checkbox-item {
  margin-bottom: 15px;
  margin-left: -3px;
}

.fundraise-main .inp-cbx:checked + .cbx span:first-child {
  background: transparent;
  border-color: #42404b;
  animation: wave 0.4s ease;
}

.job-d-main .job-d-main-form h1 {
  font-size: 24px;
  margin-bottom: 30px;
}

.job-d-main .job-d-item {
  margin-bottom: 30px;
}

.job-d-main .job-d-item p {
  font-size: 16px;
  font-family: Fnt-b;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  float: right;
  margin-top: 0px;
  cursor: pointer;
}

.btn {
  border-radius: 0;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  font-size: 16px !important;
  width: 170px !important;
  cursor: pointer;
  color: #fff !important;
}

.upload-btn-wrapper:hover .btn {
  background-color: #3b9ec0 !important;
  color: #fff !important;
}

.upload-btn-wrapper input[type="file"] {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  margin-bottom: 0;
  /*z-index: 99999;*/
  cursor: pointer;
  width: 100% !important;
}

.file-item p {
  text-align: right;
  width: 100%;
  font-family: Fnt-r;
}

.file-item p i {
  margin-left: 5px;
  position: relative;
  top: 2px;
}

i.ri-close-line.remove-up-btn {
  top: 4px;
  margin-right: 5px;
  cursor: pointer;
}

i.ri-close-line.remove-up-btn:hover {
  color: #3b9ec0;
}

.job-d-main .line {
  height: 2px;
  background-color: #ddd;
  margin-top: 15px;
}

/*donate section*/

.donate-section-main {
  margin-top: 75px;
}

.donate-section-main > .col-xs-12 {
  position: relative;
  padding: 130px 0;
  padding-left: 30px;
}

.donate-section-main img {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.donate-section-main .col-md-5 {
  background-color: rgba(59, 158, 192, 0.7);
  border-radius: 8px;
  padding-bottom: 50px;
  padding-top: 60px;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}

.donate-section-main .col-md-5 h3 {
  color: #fff;
  font-size: 25px;
  width: 100%;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 50px;
}

.donate-section-main .col-md-5 a {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 4px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  text-align: center;
  height: 50px;
  font-weight: bold;
  font-size: 19px;
  line-height: 47px;
  text-decoration: none;
  color: #ec6989;
  border-radius: 25px;
  width: 50%;
}

.donate-section-main .col-md-5 a:hover {
  color: #3b9ec0;
}

.donate-slider img {
  border-radius: 0 0 8px 8px;
}

.donate-form-main {
  margin-top: 100px;
}

.donate-form-main h1 {
  font-size: 32px;
  color: #2e2c38;
  margin-bottom: 30px;
  font-weight: bold;
}

.bank-type .cbx span:last-child {
  color: #2e2c38;
  font-weight: bold;
}

.bank-type .cbx span:first-child {
  border: 2px solid #ec6989;

  border-radius: 4px;
}

.bank-type .inp-cbx:checked + .cbx span:first-child {
  background: #ec6989;
  border-color: #ec6989;
}

/*.donate-form-main .slide-content {  padding: 20px 1px }*/

.donate-form-main .slick-carousel {
  text-align: center;
  /*  padding-top: 10px; padding-bottom: 10px;*/
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.14);
  border-radius: 8px;
}

.donate-type-item {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  position: relative;
  height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*.donate-type-item:after { content: ''; position: absolute;
box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.14); width: 100%; height: 100%; right: 0; top: 0 }*/
.donate-type-item:hover {
  background-color: #ec6989;
}

.donate-type-item:hover p {
  color: #fff;
}

.donate-type-item.active-donate-type {
  background-color: #ec6989;
}

.donate-type-item.active-donate-type p {
  color: #fff;
}

.donate-type-item input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.donate-type-item p {
  font-size: 16px;
  color: #8f9bb3;
  font-weight: bold;
  line-height: 40px;
}

.donate-form-main .slick-prev,
.donate-form-main .slick-next {
  top: 0;
  background-color: #fff !important;
  height: 45px;
}

.donate-form-main .slick-next {
  right: 0;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  border-radius: 8px 0 0px 8px;
}

.donate-form-main .slick-prev {
  left: 0;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-radius: 0 8px 8px 0px;
}

.donate-form-main .slick-next:before {
  position: absolute;
  width: 48px;
  height: 40px;
  text-align: center;
  left: 0;
  top: 8px;
  line-height: 47px;
  font-size: 25px;
  color: #ec6989;
}

.donate-form-main .slick-prev:before {
  position: absolute;
  width: 48px;
  height: 40px;
  text-align: center;
  left: 0;
  top: 8px;
  line-height: 31px;
  font-size: 25px;
  color: #ec6989;
}

.slider-donate-main {
  direction: rtl;
}

.slider-donate-main h3 {
  font-size: 22px;
  margin-top: 30px;
  color: #2e2c38;
  font-weight: bold;
  margin-bottom: 20px;
}

.type-of-donate-main {
  margin-top: 30px;
}

.type-of-donate-main h3 {
  font-size: 22px;
  color: #2e2c38;
  font-weight: bold;
  margin-bottom: 20px;
}

.type-of-donate-main .col-xs-12 {
  position: relative;
}

.type-of-donate-main .col-xs-12 input {
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 8px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.14);
  border: none;
  height: 40px;
  padding: 10px;
}

.type-of-donate-main .col-xs-12 span {
  position: absolute;
  font-weight: bold;
  color: #8f9bb3;
}
#currency {
  right: 15px;
  top: 9px;
}

.donate-q {
  margin-top: 30px;
  margin-bottom: 30px;
}

.donate-type-item1 {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  position: relative;
  height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.14);
  text-align: center;
}

/*.donate-type-item:after { content: ''; position: absolute;
box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.14); width: 100%; height: 100%; right: 0; top: 0 }*/
.donate-type-item1:hover {
  background-color: #ec6989;
}

.donate-type-item1:hover p {
  color: #fff;
}

.donate-type-item1.active-donate-type {
  background-color: #ec6989;
}

.donate-type-item1.active-donate-type p {
  color: #fff;
}

.donate-type-item1 input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.donate-type-item1 p {
  font-size: 16px;
  color: #8f9bb3;
  font-weight: bold;
  line-height: 40px;
}

.donate-type-item1:first-child {
  border-radius: 8px 0px 0px 8px;
}

.donate-type-item1:last-child {
  border-radius: 0px 8px 8px 0px;
}

.donate-info-main p {
  font-weight: bold;
  font-size: 16px;
}

.donate-info-main p a {
  text-decoration: underline;
  color: #f53a6c;
}

.donate-per-info .chosen-container {
  width: 120px !important;
  position: absolute;
  left: 30px;
  padding-right: 15px;
  @media only screen and (max-width: 767px) {
    left: 0;
  }
}

.donate-per-info .chosen-container-single .chosen-drop {
  margin-top: -5px;
  padding-top: 5px;
  padding-right: 5px;
}

.donate-per-info .chosen-container .chosen-results li:hover {
  color: #ec6989 !important;
  background-color: #fff;
}

.donate-per-info .chosen-container .chosen-results li.result-selected {
  color: #ec6989 !important;
  background-color: #fff;
}

.donate-per-info .chosenImage-container .chosen-single span {
  background-position: right 10px;
  font-weight: bold;
  font-size: 14px;
  margin-left: 0;
  padding-right: 26px;
  padding-left: 0;
}

.donate-per-info {
  padding-bottom: 30px;
  padding-top: 30px;
  margin-top: 50px;
  border-bottom: 2px solid #d8d8d8;
  border-top: 2px solid #d8d8d8;
}

.donate-per-info h1 {
  font-size: 36px;
  color: #2e2c38;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.donate-per-info .col-xs-12 {
  position: relative;
  padding-left: 125px;
  margin-bottom: 30px;
}

.donate-per-info .col-xs-12 p {
  position: absolute;
  left: 0;
  font-weight: bold;
  top: 8px;
}

.donate-per-info .col-xs-12 p span {
  color: #ec6989;
}

.donate-per-info .col-xs-12 > input {
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 8px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.14);
  border: none;
  height: 40px;
  padding: 10px;
}

.pay-way-main {
  margin-top: 30px;
}

.pay-way-main h1 {
  font-size: 36px;
  padding: 0 15px;
  color: #2e2c38;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.pay-way-main > p {
  font-size: 16px;
  color: #343240;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 0 15px;
}

.pay-way-main .way-pay-item {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 8px;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.14);
  padding: 15px 35px;
  text-align: center;
}

.pay-way-main .way-pay-item.active-way-pay-item {
  background-color: #ec6989;
}

.pay-way-main .way-pay-item img {
  height: 80px;
  max-width: 100%;
  object-fit: contain;
  margin: auto;
  display: block;
}

.pay-way-main .way-pay-item input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  opacity: 0;
}

.pay-way-main .way-pay-item p {
  margin-bottom: 15px;
  font-weight: bold;
}

.pay-way-main .way-pay-item.active-way-pay-item p {
  color: #fff;
}

.pay-way-main .captcha-main {
  margin-bottom: 50px;
}

.pay-way-main .captcha-main img {
  height: 90px;
  max-width: 100%;
  object-fit: contain;
}

.pay-way-main button {
  width: 100%;
  background-color: #ec6989;
  border-radius: 8px;
  height: 60px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  border: none;
}

.pay-way-main button:hover {
  background-color: #3b9ec0;
}

.other-way-pay-main {
  margin-top: 50px;
}

.other-way-pay-main h1 {
  text-align: center;
  margin-bottom: 30px;
}

.other-way-pay-main .other-way-pay-item {
  height: 120px;
  border-radius: 8px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.14);
  text-align: center;
  margin-bottom: 30px;
}

.other-way-pay-main .other-way-pay-item h4 {
  font-size: 14px;
  color: #2e2c38;
  font-weight: bold;
  margin-top: 15px;
}

.other-way-pay-main .other-way-pay-item.fawry-way h4 {
  margin-bottom: 19px;
}

.other-way-pay-main .other-way-pay-item.fawry-way img {
  height: 50px;
  max-width: 100%;
  object-fit: contain;
}

.other-way-pay-main .other-way-pay-item.mega-way img {
  height: 32px;
  margin-bottom: 10px;
  max-width: 100%;
  object-fit: contain;
}

.other-way-pay-main .other-way-pay-item.bank-way h4 {
  margin-bottom: 10px;
}

.other-way-pay-main .other-way-pay-item p a {
  color: #3b9ec0;
  text-decoration: none;
}

.other-way-pay-main .other-way-pay-item p a:hover {
  color: #ec6989;
}

.other-way-pay-main .other-way-pay-item.phone-way h4 {
  margin-bottom: 12px;
}

.other-way-pay-main .other-way-pay-item.phone-way p {
  line-height: 18px;
}

.other-way-pay-main .other-way-pay-item.mega-way h4 {
  margin-bottom: 12px;
}

.out-donate-btn a {
  width: 100%;
  height: 50px;
  border-radius: 8px;
  line-height: 50px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.14);
  text-align: center;
  font-weight: bold;
  color: #3b394a;
  text-decoration: none;
  margin-bottom: 60px;
}

.out-donate-btn a:hover {
  color: #fff;
  background-color: #ec6989;
}

.out-donate-btn p {
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}

.out-donate-btn .modal-dialog {
  width: 1200px;
}

.out-donate-btn .modal-dialog img {
  width: 100%;
}

.thanks-main .thanks-info {
  background-color: #96c5d6;
  padding: 30px;
}

.thanks-main img {
  width: auto;
  height: 200px !important;
}

.thanks-main .thanks-info {
  background-color: #d9ebf2;
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 50px;
  padding-bottom: 15px;
}

.thanks-main h1.title {
  color: #343240;
}

.thanks-main h3 {
  color: #343240;
}

.thanks-main h4 {
  text-align: left;
  font-family: Fnt-b;
  margin-bottom: 40px;
}

.thanks-main h4 a {
  color: #ec6989;
  text-decoration: underline;
}

.thanks-main h4 a:hover {
  color: #3b9ec0;
}

.thanks-main .thanks-info p {
  text-align: left !important;
  font-family: Fnt-r;
  margin-bottom: 15px;
}

.thanks-main .col-md-6.col-sm-12.col-md-offset-3.col-xs-12 a {
  height: 50px;
  background: #ec6989;
  display: block;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 49px;
  text-decoration: none;
}

.thanks-main .col-md-6.col-sm-12.col-md-offset-3.col-xs-12 a:hover {
  background: #3b9ec0;
}

.tpay .chosen-container-single .chosen-single {
  border: 1px solid #ddd !important;
}

.tpay .chosen-container-single .chosen-drop {
  border: 1px solid #ddd !important;
}

.tpay .other-pay-label {
  margin-bottom: 10px;
}

.tpay input {
  width: 100%;
  height: 42px;
  border-radius: 8px;
  border: 1px solid #ddd;
  text-align: right !important;
  padding-right: 10px;
}

.tpay form button {
  background: #d75e81;
  width: 100%;
  color: #fff;
  height: 44px;
  border: none;
  margin-top: 15px;
  border-radius: 8px;
}

.tpay form button:hover {
  background: #3b9ec0;
}

button.other-pay-close.btn {
  color: #fff !important;
  border-radius: 8px;
}

.other-news-sideBar h3 {
  font-weight: bold;
  font-size: 20px;
}

.other-news-sideBar .img-frame {
  margin-bottom: 0;
}

.other-news-sideBar a p {
  padding-bottom: 0;
  height: 58px;
  font-size: 14px;
  margin-bottom: 15px;
}

.details-container p {
  clear: both;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
}

.col-md-4.col-xs-12.col-sm-4 .col-xs-12.remove-padding.achievement-item {
  border-radius: 50%;
  width: 240px;
  height: 240px;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
  background-color: #ec6989;
}

.col-md-4.col-xs-12.col-sm-4 .col-xs-12.remove-padding.achievement-item h2 {
  margin-bottom: 15px !important;
  color: #fff;
}

.col-md-4.col-xs-12.col-sm-4 .col-xs-12.remove-padding.achievement-item p {
  color: #fff;
}

.col-md-4.col-xs-12.col-sm-4 .col-xs-12.remove-padding.achievement-item h4 {
  color: #fff;
}

a.list-item {
  position: relative;
}

p.n_title {
  top: -20px;
  padding-top: 0;
  text-align: left;
  margin-bottom: 10px;
  color: #3b9ec0;
  font-size: 16px;
  position: relative;
}

p.n_subtitle {
  text-align: left;
  padding-top: 0;
  font-family: fnt-r;
  color: #777;
  margin-top: -25px;
}

/*
===================================================================================================================
                                                    media
====================================================================================================================
*/

@media only screen and (min-width: 1600px) {
  .container {
    width: 1600px;
  }

  a,
  p {
    font-size: 16px;
  }

  .footer-main .fot-links ul li a {
    font-size: 14px;
  }

  .about-main p,
  .cont-main h3 {
    font-size: 20px;
  }

  .cont-main h2 {
    font-size: 50px;
  }

  .val-form-main li div p,
  .val-form-main button,
  .expansions-main p,
  .board-item h4,
  .board-item p,
  .about-item p {
    font-size: 18px;
  }

  .board-item .img-frame {
    padding-bottom: 65%;
  }

  .donate-section-main .col-md-5 h3 {
    color: #fff;
    font-size: 26px;
    width: 72%;
  }

  .other-way-pay-main .other-way-pay-item h4 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1200px) {
  .out-donate-btn .modal-dialog {
    width: 100%;
  }

  .bot-head .side-btns ul li {
    margin-left: 15px;
  }

  .bot-head .side-btns ul li a {
    width: 85px;
  }

  .bot-head .head-links ul li {
    margin-right: 10px;
    margin-left: 15px;
  }

  .footer-main .fot-links ul li {
    width: 49%;
  }

  .social-fot-main h3 {
    font-size: 14px;
    letter-spacing: -1px;
  }

  .social-fot-main ul li {
    margin-right: 5px;
  }

  .social-fot-main ul li a {
    height: 34px;
    width: 34px;
    line-height: 32px;
  }

  .donate-home-main .donate-home-form {
    padding-right: 15px;
    padding-left: 15px;
  }

  .cbx span:last-child {
    font-size: 14px;
  }

  .donate-home-main .donate-home-form .step-form li i {
    margin-left: 15px;
  }

  .donate-home-main .donate-home-form .step-form li {
    width: 32%;
  }

  .donate-home-main .donate-home-form .step-form li span {
    font-size: 13px;
  }

  .ask-q-main img {
    height: 365px;
    margin-top: 50px;
  }

  .fundraise-main p {
    font-size: 14px;
  }

  .donate-section-main .col-md-5 h3 {
    font-size: 22px;
  }

  .bot-head .head-links ul li {
    margin-right: 5px;
    margin-left: 10px;
  }

  .bot-head .head-links ul li a {
    font-family: Fnt-r;
    font-size: 12px;
  }

  .bot-head .head-links ul li a i {
    top: -2px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .head-main .container {
    width: 100%;
  }

  .bot-head .container {
    width: 100%;
  }

  .bot-head .side-btns ul li {
    margin-left: 10px;
  }

  .bot-head .head-links ul li a {
    font-size: 12px;
  }

  .bot-head .head-links ul li a i {
    top: -5px;
    font-size: 20px;
  }

  .logo-main img {
    height: 35px;
  }

  .bot-head .head-links ul li {
    margin-right: 10px;
    margin-left: 10px;
  }

  .head-links {
    padding-left: 0;
    padding-right: 0;
  }

  .bot-head .side-btns ul li a {
    width: 75px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }

  .bot-head .side-btns ul li {
    margin-left: 4px;
  }

  .head-main .top-head ul:last-child li a {
    font-size: 12px;
  }

  .head-main .top-head ul:first-child li a {
    font-size: 16px;
  }

  .head-main .top-head ul:first-child li {
    margin-right: 7px;
  }

  .footer-main .fot-form-main ul li:first-child {
    margin-right: 15px;
  }

  .footer-main .fot-links ul li {
    width: 49%;
    margin-bottom: 10px;
  }

  .fot-form-main {
    margin-bottom: 30px;
  }

  .fot-links {
    margin-bottom: 20px;
  }

  .social-fot-main h3 {
    font-size: 15px;
    text-align: left;
  }

  .social-fot-main ul {
    text-align: left;
    margin-bottom: 20px;
  }

  .social-fot-main ul li {
    margin-right: 5px;
  }

  .social-fot-main p {
    text-align: left;
  }

  .copy-main {
    margin-top: 20px;
  }

  .copy-main p {
    float: left;
    margin-top: 10px;
  }

  .footer-main {
    padding-top: 30px;
  }

  .news-tabs-main ul {
    margin-bottom: 15px;
  }

  .news-tabs-main ul li {
    margin-right: 15px;
  }

  .news-tabs-main ul li a {
    margin-bottom: 15px;
  }

  .training-main .traning-main-item {
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .job-main .job-item p {
    font-size: 14px;
  }

  .service-list-perant {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    grid-row-gap: 10px;
  }

  .ask-q-main img {
    display: none;
  }

  .ask-q-main {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .contact-btn {
    width: 300px !important;
    margin-left: calc(50% - 150px);
    position: absolute;
    top: 400px;
  }

  .ask-q-main .input-item {
    margin-bottom: 15px;
  }

  .ask-q-main .input-item:first-child {
    margin-top: 15px;
  }

  .fundraise-main button {
    position: static;
  }

  .fundraise-main .cata-main ul {
    -ms-grid-columns: (1fr) [ 2];
    grid-template-columns: repeat(2, 1fr);
  }

  .fundraise-main .days-main.cata-main ul li {
    border-radius: 0 !important;
  }

  .fundraise-main .days-main.cata-main ul li:first-child {
    border-radius: 8px 0 0px 0px !important;
  }

  .fundraise-main .days-main.cata-main ul li:nth-child(2) {
    border-radius: 0 8px 0px 0px !important;
  }

  .fundraise-main .days-main.cata-main ul li:nth-child(9) {
    border-radius: 0 0px 0px 8px !important;
  }

  .fundraise-main .days-main.cata-main ul li:nth-child(10) {
    border-radius: 0 0px 8px 0px !important;
  }

  .donate-section-main .col-md-5 h3 {
    font-size: 20px;
  }

  .head-links {
    display: none;
  }

  .bot-head .side-btns {
    text-align: right;
    padding-right: 35px;
    padding-left: 0;
    width: 70%;
  }

  .logo-main {
    width: 30%;
  }

  .mob-menu-btn {
    display: inline-block !important;
  }

  .mob-menu-main {
    display: block !important;
  }

  .side-btns .visible-xs {
    position: absolute;
    top: 0;
    right: 0px;
    background: #ec6989;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 8px;
    line-height: 30px;
    color: #fff;
  }

  .bot-head {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .head-main .top-head ul:last-child {
    top: 3px;
  }

  .mob-menu-main {
    height: 100vh;
    z-index: 99;
    width: 100%;
    background-color: #ec6989;
    position: fixed;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow: auto;
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.6s
      cubic-bezier(0.56, 0.1, 0.34, 0.91);
    transition: -webkit-transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
    transition: transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
    transition: transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91),
      -webkit-transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
  }

  .mob-menu-main.open-menu {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  .mob-menu-main span {
    font-size: 35px;
    color: #fff;
    float: right;
    margin-bottom: 5px;
    margin-right: 10px;
    margin-top: 10px;
  }

  .mob-menu-main ul li {
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #eee;
    display: block;
  }

  .mob-menu-main ul li a {
    color: #fff;
    text-decoration: none;
  }

  .mob-menu-main ul li ul li {
    border-bottom: 0;
    padding-left: 0;
    display: block;
  }

  .mob-shop-drop-dowm {
    display: none;
    margin-top: 15px;
    font-size: 14px;
  }

  .mob-shop-drop-dowm a {
    display: block;
    padding-bottom: 20px;
    font-size: 14px;
  }

  a.mob-shop-link i {
    font-size: 26px;
    position: absolute;
    margin-top: -8px;
  }

  .pro-open-link .ri-arrow-drop-down-line:before {
    content: "\EA76";
  }
}

@media only screen and (max-width: 767px) {
  .head-main .top-head ul:first-child li {
    margin-right: 4px;
  }

  .head-main .top-head ul:last-child li:nth-child(2) {
    padding-left: 0;
    margin-right: 0;
    margin-left: 5px;
    border-left: none;
    border-right: none;
    padding-right: 0;
  }

  .logo-main {
    width: 30%;
  }

  .logo-main img {
    height: 30px;
  }

  .bot-head .side-btns ul li {
    margin-left: 1px;
  }

  .bot-head .side-btns {
    text-align: right;
    padding-right: 35px;
  }

  .bot-head .side-btns ul li a {
    width: 75px;
    height: 30px;
    line-height: 29px;
    font-size: 12px;
  }

  .head-main .container {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
  }

  .logo-main {
    padding: 0;
  }

  .side-btns .visible-xs {
    position: absolute;
    top: 0;
    right: 0px;
    background: #ec6989;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 8px;
    line-height: 30px;
    color: #fff;
  }

  .bot-head {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .head-main .top-head ul:last-child {
    top: 3px;
  }

  .mob-menu-main {
    height: 100vh;
    z-index: 99;
    width: 100%;
    background-color: #ec6989;
    position: fixed;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow: auto;
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.6s
      cubic-bezier(0.56, 0.1, 0.34, 0.91);
    transition: -webkit-transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
    transition: transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
    transition: transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91),
      -webkit-transform 0.6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
  }

  .mob-menu-main.open-menu {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  .mob-menu-main span {
    font-size: 35px;
    color: #fff;
    float: right;
    margin-bottom: 5px;
    margin-right: 10px;
    margin-top: 10px;
  }

  .mob-menu-main ul li {
    display: block;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #eee;
  }

  .mob-menu-main ul li a {
    color: #fff;
    text-decoration: none;
  }

  .mob-menu-main ul li ul li {
    border-bottom: 0;
    padding-left: 0;
  }

  .mob-shop-drop-dowm {
    display: none;
    margin-top: 15px;
    font-size: 14px;
  }

  .mob-shop-drop-dowm a {
    display: block;
    padding-bottom: 20px;
    font-size: 14px;
  }

  a.mob-shop-link i {
    font-size: 26px;
    position: absolute;
    margin-top: -8px;
  }

  .pro-open-link .ri-arrow-drop-down-line:before {
    content: "\EA76";
  }

  /*end head*/
  .slider-slogin {
    bottom: 20px;
    padding: 25px;
    padding-top: 15px;
    left: 15px;
    right: 15px;
  }

  .slider-slogin h1 {
    font-size: 28px;
  }

  .slider-slogin h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .slider-slogin a {
    height: 50px;
    width: 70%;
    line-height: 50px;
    font-size: 16px;
    margin-left: 15%;
  }

  .cont-main h3 {
    height: 34px;
  }

  .cont-main h2 {
    font-size: 30px;
    color: #ec6989;
    font-family: Fnt-b;
    margin-top: 10px;
  }

  h1.title {
    font-size: 22px;
  }

  .about-main,
  .cont-main,
  .fighters-main,
  .sponser-main,
  .footer-main,
  .donate-home-main,
  .about-item {
    margin-top: 40px;
  }

  .ved-main iframe {
    height: 350px;
  }

  .sponser-main ul li img {
    height: 55px;
  }

  .sponser-main ul li {
    padding: 0 15px;
  }

  .donate-home-main .donate-home-form {
    padding-right: 0;
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .donate-home-main .donate-home-form .step-form li i {
    display: none;
  }

  .val-form-main li div p {
    font-size: 14px;
  }

  .switch {
    margin-top: 20px;
    clear: both;
  }

  .val-form-main button {
    width: 100%;
    margin-top: 15px;
  }

  .donate-home-main .donate-home-form h3 {
    margin-bottom: 25px;
    font-size: 24px;
  }

  .donate-home-main .donate-home-form .step-form {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .donate-home-main .donate-home-form .step-form li {
    width: 27%;
    text-align: center;
  }

  .donate-home-main .donate-home-form .step-form li:nth-child(2) {
    width: 42%;
  }

  .stick-head {
    position: fixed;
    width: 100%;
  }

  body,
  html {
    overflow-x: hidden;
  }

  .expansions-main p {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .expansions-main .img-frame {
    margin-bottom: 30px;
  }

  .breadcrumb-me {
    margin-bottom: 30px;
  }

  .breadcrumb-me a,
  .breadcrumb-me p {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .breadcrumb-me i {
    margin-right: 5px;
    margin-left: 5px;
    color: #8f9bb3;
    margin-top: 3px;
    position: relative;
    top: 3px;
  }

  .board-sub-title {
    margin-bottom: 0;
    font-size: 14px;
  }

  .board-item .img-frame {
    margin-bottom: 20px;
  }

  .board-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .board-item p {
    font-size: 14px;
    margin-bottom: 15px;
    max-height: initial;
  }

  .board-item h4 {
    font-size: 14px;
    line-height: 22px;
  }

  .news-tabs-main ul li a {
    margin-bottom: 0;
    width: 130px;
    font-size: 12px;
    border-radius: 0 !important;
  }

  .experts-main .head-expert h2 {
    font-size: 16px;
    margin-top: 27px;
    margin-bottom: 20px;
  }

  .experts-main .head-expert:after {
    width: calc(100% - 30px);
    right: 15px;
  }

  .experts-main .head-expert {
    position: relative;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-bottom: 30px;
  }

  .Fundraise-main h3,
  .Treatment-main h3 {
    font-size: 18px;
  }

  .training-main .traning-main-item h1 {
    font-size: 20px;
    margin-bottom: 18px;
  }

  .training-main .traning-main-item {
    padding: 15px 25px;
  }

  .job-main .job-item p {
    height: auto;
    overflow: auto;
  }

  .album-main {
    padding-top: 30px;
    width: 100%;
  }

  .album-main:after {
    width: calc(100% - 30px);
    right: 15px;
  }

  .about-item-box span {
    height: 120px;
    width: 120px;
    background-color: #ec6989;
    border-radius: 50%;
    display: block;
    margin: 20px auto;
    line-height: 120px;
    color: #fff;
    font-size: 48px;
  }

  .achievement-item img {
    height: 60px !important;
    width: auto !important;
    margin-top: 50px;
  }

  .achievement-main .achievement-item h3 {
    margin-bottom: 0;
  }

  #face-log-in,
  .qu-pop {
    padding-left: 0 !important;
  }

  #face-log-in .modal-content button {
    right: 0;
    top: -10px;
  }

  .que-ask-main {
    float: none;
    margin-top: -10px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    text-align: center;
  }

  .Symptoms-main .Symptoms-item .col-xs-12 {
    margin-bottom: 20px;
    margin-top: 0;
  }

  .Symptoms-main .Symptoms-item .col-xs-12 {
    height: auto;
  }

  .images-main {
    margin-top: 20px;
  }

  .service-list-perant {
    padding: 0 15px;
  }

  .ask-q-main p {
    font-size: 14px;
  }

  .call-main .ask-q-main .input-item textarea {
    width: 100%;
    /* margin-top: 10px; */
  }

  .call-main .ask-q-main .input-item input {
    width: 100%;
    /* margin-top: 10px; */
  }

  .contact-btn {
    width: calc(100% - 30px) !important;
    margin-left: 0;
    top: 515px;
  }

  .contact-info ul li {
    margin-bottom: 20px;
  }

  .contact-info ul li:last-child {
    margin-bottom: 0;
  }

  .chosen-container,
  .fundraise-main .days-main {
    width: 100% !important;
    float: none;
    /* margin-top: 10px; */
  }

  .fundraise-main p {
    float: none !important;
    width: 100%;
    height: auto;
  }

  .fundraise-main {
    padding-right: 0;
    padding-left: 0;
  }

  .fundraise-main .input-item {
    padding-left: 15px;
    @media only screen and (max-width: 991px) {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
  }

  .fundraise-main h1 {
    margin-top: 25px !important;
  }

  .fundraise-main .days-main ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (2fr) [ 1];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1px;
    grid-row-gap: 1px;
  }

  .fundraise-main .days-main ul li:last-child {
    width: calc(200% + 1px);
    border-radius: 0 0px 8px 8px !important;
  }

  .fundraise-main .days-main.cata-main ul li:last-child {
    width: 100%;
  }

  .fundraise-main .line {
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .fundraise-main button {
    position: static;
    /* margin-left: 15px; */
  }

  .fundraise-main .days-main ul li:nth-child(1) {
    border-radius: 8px 0 0px 0px !important;
  }

  .fundraise-main .days-main ul li:nth-child(2) {
    border-radius: 0px 8px 0px 0px !important;
  }

  .upload-btn-wrapper {
    /* margin-top: 10px;
    margin-bottom: 10px; */
    float: none;
    width: 100%;
  }

  .upload-btn-wrapper .btn {
    width: 100% !important;
    margin-left: 0;
  }

  .job-d-main .job-d-item p {
    font-size: 14px;
  }

  .job-d-main .job-d-item {
    margin-bottom: 0;
  }

  .job-d-main {
    margin-top: 30px;
  }

  .job-d-main .breadcrumb-me {
    margin-bottom: 0px;
  }

  .job-d-main .job-d-main-form h1 {
    font-size: 16px;
  }

  .job-d-main-form {
    margin-top: 0;
  }

  .job-d-main .line {
    margin-top: 35px;
  }

  .donate-section-main > .col-xs-12 {
    position: relative;
    padding: 30px;
  }

  .donate-section-main .col-md-5 h3 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .donate-section-main .col-md-5 {
    padding-bottom: 30px;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .donate-section-main .col-md-5 a {
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }

  .donate-section-main {
    margin-top: 50px;
  }

  .donate-form-main {
    margin-top: 40px;
  }

  .pay-way-main h1,
  .donate-per-info h1,
  .donate-form-main h1 {
    font-size: 24px;
  }

  .type-of-donate-main h3 {
    font-size: 18px;
  }

  .donate-info-main p {
    font-weight: bold;
    font-size: 14px;
  }

  .donate-per-info .col-xs-12 p {
    position: static;
    margin-bottom: 10px;
  }

  .donate-per-info .col-xs-12 {
    padding-left: 0;
    margin-bottom: 15px;
  }

  .donate-per-info .chosen-container {
    width: 110px !important;
    margin-top: 0;
  }

  .donate-per-info .chosenImage-container .chosen-single span {
    font-size: 12px;
    margin-left: 4px;
    padding-right: 20px;
  }

  .donate-form-main .col-xs-12.col-md-10.col-md-offset-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .pay-way-main .col-md-4.col-sm-6.col-xs-6:nth-child(odd) {
    padding-left: 15px;
    padding-right: 7.5px;
  }

  .pay-way-main .col-md-4.col-sm-6.col-xs-6:nth-child(even) {
    padding-right: 15px;
    padding-left: 7.5px;
  }

  .pay-way-main .way-pay-item {
    padding: 10px 10px;
    background-color: 15px;
  }

  .pay-way-main .way-pay-item img {
    height: 60px;
  }

  .pay-way-main button {
    height: 50px;
    font-size: 20px;
  }

  .pay-way-main .captcha-main {
    margin-bottom: 30px;
  }

  .other-way-pay-main .other-way-pay-item {
    margin-bottom: 15px;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .out-donate-btn {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .out-donate-btn a {
    margin-bottom: 30px;
  }

  .out-donate-btn #myModal {
    padding-left: 0 !important;
  }

  .out-donate-btn #myModal .modal-dialog {
    margin: 0;
  }

  .thanks-main .thanks-info {
    padding: 15px;
    margin-top: 0px;
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  .thanks-main h4 {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 26px;
  }

  .thanks-main .col-md-6.col-sm-12.col-md-offset-3.col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .cont-main img {
    height: 90px;
    margin-top: 30px;
  }

  .top-head p {
    position: absolute;
    left: 7px;
    right: auto;
    text-align: left;
    width: 100%;
    top: 9px;
    font-size: 12px;
  }

  .head-main .top-head ul:first-child {
    top: 0;
  }

  .achievement-main .col-md-4.col-xs-12.col-sm-4.achievement-main1 {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
  }

  .col-md-4.col-xs-12.col-sm-4 .col-xs-12.remove-padding.achievement-item {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    background-color: #ec6989;
    position: absolute;
    left: 0;
  }

    .donate-section-main .col-md-5 a {
        width: 100%
    }
  .call-main .ask-q-main .input-item  {
    box-shadow: 0px 4px 16px 0px rgb(0 0 0 / 14%) !important;
  }

  .head {
    font-size: 27px !important;
  }
    .call-main .ask-q-main .input-item_shadow {
               box-shadow: 0px 4px 16px 0px rgb(0 0 0 / 14%);
               height:40px;
                border-radius:8px;
           
                 }
}



/*
===================================================================================================================
                                                    end media
====================================================================================================================
*/


.help-block {
    position: absolute;
    top: -14px;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
    padding: 5px 25px;
    color: #fff !important;
    z-index: 9;
    right: 15px;
    background: #f33f45;
    border-radius: 3px;
}

.help-block:after {
  background-color: #f33f45;
  width: 15px;
  height: 15px;
  content: "";
  right: 8px;
  position: absolute;
  bottom: -1px;
  transform: rotate(45deg);
}

.breadcrumb-me i {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
}

.social-fot-main p i {
  -ms-transform: rotate(250deg);
  transform: rotate(250deg);
  display: inline-block;
}

.sub-main-menu {
  position: absolute;
  margin-top: 0;
  top: 30px;
  right: -220px;
  display: none;
  width: 220px !important;
}

.sub-main {
  direction: ltr;
}

.sub-main span {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
}

.bot-head .head-links ul li ul {
  direction: rtl;
}

#media-links a {
  padding-left: 30px;
}

.form-opened div:nth-child(5) {
  opacity: 0 !important;
  display: none !important;
}

.container.fighters-main.remove-padding.text-center.experts-item.experts-doc-main {
  margin-top: 50px;
}

.donate-per-info .chosen-container-single .chosen-single {
  box-shadow: none !important; 
  border-right: none!important;
}
