@font-face {
  font-family: 'Gilroy Medium';
  src: url('../fonts/Gilroy-Medium.eot');
  src: url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Medium.woff2') format('woff2'),
    url('../fonts/Gilroy-Medium.woff') format('woff'),
    url('../fonts/Gilroy-Medium.ttf') format('truetype'),
    url('../fonts/Gilroy-Medium.svg#Gilroy-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy ExtraBold';
  src: url('../fonts/Gilroy-ExtraBold.eot');
  src: url('../fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'),
    url('../fonts/Gilroy-ExtraBold.woff') format('woff'),
    url('../fonts/Gilroy-ExtraBold.ttf') format('truetype'),
    url('../fonts/Gilroy-ExtraBold.svg#Gilroy-ExtraBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy Black';
  src: url('../fonts/Gilroy-Black.eot');
  src: url('../fonts/Gilroy-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Black.woff2') format('woff2'),
    url('../fonts/Gilroy-Black.woff') format('woff'),
    url('../fonts/Gilroy-Black.ttf') format('truetype'),
    url('../fonts/Gilroy-Black.svg#Gilroy-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy Bold';
  src: url('../fonts/Gilroy-Bold.eot');
  src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Bold.woff2') format('woff2'),
    url('../fonts/Gilroy-Bold.woff') format('woff'),
    url('../fonts/Gilroy-Bold.ttf') format('truetype'),
    url('../fonts/Gilroy-Bold.svg#Gilroy-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy SemiBold';
  src: url('../fonts/Gilroy-SemiBold.eot');
  src: url('../fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-SemiBold.woff2') format('woff2'),
    url('../fonts/Gilroy-SemiBold.woff') format('woff'),
    url('../fonts/Gilroy-SemiBold.ttf') format('truetype'),
    url('../fonts/Gilroy-SemiBold.svg#Gilroy-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/BebasNeueBold.eot');
  src: url('../fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeueBold.woff2') format('woff2'),
    url('../fonts/BebasNeueBold.woff') format('woff'),
    url('../fonts/BebasNeueBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html[lang='ar'] .header .right-menu ul.menu li .submenu {
  text-align: right;
}
html[lang='ar'] .searchBar .form .inputBar .form-group {
  direction: rtl;
}
html[lang='ar'] .searchBar .form .submit {
  left: 0;
  right: initial;
}
html[lang='ar'] .searchBar .form .close {
  left: 30px;
  right: initial;
}
#mobileMenu {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  padding: 30px;
  display: none;
}
#mobileMenu .close {
  color: #9098a9;
  font-size: 16px;
  display: flex;
  justify-content: right;
}
#mobileMenu .close span {
  display: flex;
  align-items: center;
}
#mobileMenu .close span:after {
  content: '';
  background: #fff url('../../assets/img/close-mobile.svg') no-repeat center
    center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  margin-left: 20px;
}
#mobileMenu form {
  position: relative;
  margin: 20px 0;
}
#mobileMenu form label {
  width: 100%;
}
#mobileMenu form label input {
  border: 2px solid #dce5f1;
  height: 55px;
  border-radius: 55px;
  width: 100%;
  padding: 0 50px 0 20px;
  font-size: 16px;
}
#mobileMenu form label input::placeholder {
  color: #cccccc;
}
#mobileMenu form label input:-ms-input-placeholder {
  color: #cccccc;
}
#mobileMenu form label input::-ms-input-placeholder {
  color: #cccccc;
}
#mobileMenu form button {
  border: none;
  position: absolute;
  top: 50%;
  right: 20px;
  background: url('../../assets/img/search.svg') no-repeat center center;
  width: 21px;
  margin: -10px 0;
  height: 20px;
}
#mobileMenu ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
#mobileMenu ul.menu li {
  font: 26px 'Gilroy SemiBold';
  margin: 15px 0;
}
#mobileMenu ul.menu li a {
  color: #2b2929;
  text-decoration: none;
  display: block;
}
#mobileMenu ul.menu li a .icon {
  margin-right: 10px;
  display: inline-block;
  transform: translateY(-2px);
  position: relative;
  z-index: -1;
}
#mobileMenu ul.menu li.open > ul {
  margin-left: 0;
  opacity: 1;
  pointer-events: auto;
}
#mobileMenu ul.menu li.over > a {
  position: relative;
  padding-right: 30px;
}
#mobileMenu ul.menu li.over > a:before {
  content: '\f107';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  color: #001E60;
  line-height: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -6px 0;
}
#mobileMenu ul.menu li ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  position: fixed;
  background: #fff;
  left: 0;
  width: 100%;
  padding: 0 30px;
  margin-left: 100%;
  transition: 0.4s;
  opacity: 0;
  pointer-events: none;
  top: 100px;
  z-index: 10;
}
#mobileMenu ul.menu li ul li.back {
  background: url('../../assets/img/arrow-blue.svg') no-repeat 0 0;
  width: 40px;
  height: 20px;
  background-size: 100%;
  margin-bottom: 40px;
}
#mobileMenu ul.menu li ul li.head {
  color: #a1a1a1;
  font: 14px 'Gilroy Bold' !important;
  letter-spacing: 0.1em;
}
#mobileMenu ul.menu li ul li ul {
  height: calc(100vh - 210px);
  overflow: auto;
}
#mobileMenu .bottomMenu {
  width: 100%;
  margin-bottom: 20px;
}
#mobileMenu .bottomMenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #e9eff8;
  padding: 0 0 20px;
}
#mobileMenu .bottomMenu ul li {
  font: 18px 'Gilroy SemiBold';
  display: inline-block;
  vertical-align: middle;
}
#mobileMenu .bottomMenu ul li:last-child {
  float: right;
}
#mobileMenu .bottomMenu ul li .login-link a {
  color: #2b2929;
  text-decoration: none;
  display: inline-block;
  background: url('../../assets/img/login.svg') no-repeat left center;
  padding: 2px 0 0 30px;
}
#mobileMenu .bottomMenu ul li .lang,
#mobileMenu .bottomMenu ul li .currency {
  margin-right: 30px;
}
#mobileMenu .bottomMenu ul li .lang span,
#mobileMenu .bottomMenu ul li .currency span {
  cursor: pointer;
  display: inline-block;
}
#mobileMenu .bottomMenu ul li .lang span i,
#mobileMenu .bottomMenu ul li .currency span i {
  color: #001E60;
  margin-right: 5px;
  vertical-align: bottom;
  transition: 0.3s;
}
#mobileMenu .bottomMenu ul li .lang.open ul,
#mobileMenu .bottomMenu ul li .currency.open ul {
  margin-bottom: 0;
}
#mobileMenu .bottomMenu ul li .lang ul,
#mobileMenu .bottomMenu ul li .currency ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 22px rgba(0, 161, 227, 0.25);
  padding: 20px 0;
  transition: 0.4s;
  z-index: 3;
  margin-bottom: -100%;
}
#mobileMenu .bottomMenu ul li .lang ul li,
#mobileMenu .bottomMenu ul li .currency ul li {
  font: 22px 'Gilroy Medium';
  width: 100%;
}
#mobileMenu .bottomMenu ul li .lang ul li a,
#mobileMenu .bottomMenu ul li .currency ul li a {
  color: #2b2929;
  display: inline-block;
  text-decoration: none;
  padding: 10px 0;
}
#mobileMenu .bottomMenu ul li .lang ul li.active a,
#mobileMenu .bottomMenu ul li .currency ul li.active a {
  color: #001E60;
}
.searchBar {
  transition: 0.5s;
  position: fixed;
  width: 100%;
  padding: 80px 0;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.searchBar:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}
.searchBar.active {
  transition: 0.5s;
  pointer-events: inherit;
  opacity: 1;
  visibility: inherit;
}
.searchBar .form {
  width: 100%;
  max-width: 870px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 100px 90px;
  box-shadow: 0px 0px 22px rgba(0, 161, 227, 0.25);
  background: #fff;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .searchBar .form {
    padding: 35px 40px;
  }
}
.searchBar .form .close {
  background: url('../../assets/img/close.svg') no-repeat center center;
  cursor: pointer;
  width: 29px;
  height: 29px;
  position: absolute;
  top: -40px;
  right: 30px;
}
.searchBar .form .inputBar {
  position: relative;
}
.searchBar .form .inputBar .form-group {
  margin-bottom: 0 !important;
}
.searchBar .form .inputBar label {
  width: 100%;
}
.searchBar .form .inputBar label input {
  border: 2px solid #dce5f1;
  padding: 0 60px 0 30px;
  height: 65px;
  border-radius: 65px;
  outline: 0;
  box-shadow: inherit;
  font-size: 16px;
  color: #000 !important;
  width: 100%;
}
.searchBar .form .submit {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 7px;
  background: #ebf0f8 url('../../assets/img/search.svg') no-repeat center center;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}
.header {
  position: fixed;
  transition: 0.4s;
  top: 0;
  left: 0;
  padding: 20px 0;
  width: 100%;
  z-index: 50;
}
.header.fixed {
  margin-top: 0 !important;
}
.header.fixed .right-menu {
  box-shadow: 0 0 22px rgba(0, 161, 227, 0.25);
}
.header.fixed .logo {
  box-shadow: 0 0 22px rgba(0, 161, 227, 0.25);
}
.header .logo {
  height:82px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 82px;
  border-bottom-right-radius: 82px;
  width: 100%;
  background-color: white;
}

.header .logoMobil {
  display: none;
}

.header .logo2 {
  height:82px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 82px;
  border-bottom-right-radius: 82px;
  width: 215px;
  background-color: white;
  padding:10px;
}
@media only screen and (max-width: 767px) {
  .header .logo {
    display: none; 
  }
  
  .header .logoMobil {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:-10px;
  }
  
  .header .logo2 {
    height: 55px;
    padding: 2px;
    max-width: 235px;
    margin-left: 2%;
  }
  
}
.header .logo img {
  max-height: 100%;
}
.header .right-menu {
  background: #fff;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: right;
  padding-right: 50px;
  border-top-left-radius: 82px;
  border-bottom-left-radius: 82px;
  font: 16px 'Gilroy SemiBold';
  float: right;
  width: 100%;
  max-width: 1145px;
}
@media (min-width: 2000px) {
  .header .right-menu {
    font-size: 19px;
    max-width: 1250px;
  }
}
@media (max-width: 1450px) {
  .header .right-menu {
    font-size: 15px;
  }
}
@media (max-width: 1300px) {
  .header .right-menu {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1200px) {
  .header .right-menu {
    background: none;
    padding-right: 20px;
    box-shadow: initial !important;
  }
}
@media only screen and (max-width: 767px) {
  .header .right-menu {
    height: 50px;
  }
}
.header .right-menu ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .header .right-menu ul.menu {
    display: none;
  }
}
.header .right-menu ul.menu li {
  position: relative;
}
.header .right-menu ul.menu li:first-child {
  position: initial;
}
.header .right-menu ul.menu li:first-child .submenu {
  top: 102px;
}
.header .right-menu ul.menu li:nth-child(2) .submenu {
  width: 660px;
  margin: 0 -330px;
}
.header .right-menu ul.menu li:last-child .submenu {
  width: 640px;
  margin: 0 -320px;
}
.header .right-menu ul.menu li a {
  display: block;
  padding: 31px 15px;
  text-decoration: none;
  color: #2b2929;
  transition: 0.3s;
}
@media (max-width: 1280px) {
  .header .right-menu ul.menu li a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.header .right-menu ul.menu li:hover a {
  color: #001E60;
}
.header .right-menu ul.menu li.open .submenu {
  transition: 0.4s;
  opacity: 1;
  visibility: inherit !important;
  pointer-events: auto;
  transform: translateY(0);
}
.header .right-menu ul.menu li .submenu {
  transition: 0.4s;
  box-shadow: 0 0 22px rgba(0, 161, 227, 0.25);
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1315px;
  margin: 0 -657.5px;
  background: #fff;
  z-index: 1;
  height: auto;
  padding: 50px;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transform: translateY(15px);
  border-radius: 30px;
}
@media (max-width: 1400px) {
  .header .right-menu ul.menu li .submenu {
    width: 1165px;
    margin: 0 -582.5px;
  }
}
.header .right-menu ul.menu li .submenu .menu-1 .head {
  font: 18px 'Gilroy SemiBold';
  margin-bottom: 20px;
}
.header .right-menu ul.menu li .submenu .menu-1 .head .icon {
  margin: 0 0 10px;
}
.header .right-menu ul.menu li .submenu .menu-1 .head a {
  display: inline-block;
  padding: 0;
  color: #2b2929;
  text-decoration: none;
}
.header .right-menu ul.menu li .submenu .menu-1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .right-menu ul.menu li .submenu .menu-1 ul li {
  font-family: 'Gilroy Medium';
}
.header .right-menu ul.menu li .submenu .menu-1 ul li a {
  display: inline-block;
  color: #2b2929;
  text-decoration: none;
  padding: 5px 0;
  transition: 0.3s;
}
.header .right-menu ul.menu li .submenu .menu-1 ul li a:hover {
  color: #001E60;
}
.header .right-menu .login-link {
  margin: 0 50px 0 20px;
  max-width: 135px;
  overflow: hidden;
  text-wrap: nowrap;
}
@media (max-width: 1450px) {
  .header .right-menu .login-link {
    margin: 0 20px 0 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .header .right-menu .login-link {
    display: none;
  }
}
.header .right-menu .login-link a {
  color: #2b2929;
  text-decoration: none;
  display: inline-block;
  background: url('../../assets/img/yeni/login.svg') no-repeat left center;
  padding: 2px 0 0 30px;
}
.header .right-menu .lang,
.header .right-menu .currency {
  margin-right: 30px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .header .right-menu .lang,
  .header .right-menu .currency {
    display: none;
  }
}
.header .right-menu .lang span,
.header .right-menu .currency span {
  cursor: pointer;
  display: inline-block;
}
.header .right-menu .lang span i,
.header .right-menu .currency span i {
  color: #001E60;
  margin-right: 5px;
  vertical-align: bottom;
  transition: 0.3s;
}
.header .right-menu .lang span.open i,
.header .right-menu .currency span.open i {
  transform: rotate(180deg);
}
.header .right-menu .lang ul,
.header .right-menu .currency ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0px 0px 22px rgba(0, 161, 227, 0.25);
  border-radius: 30px;
  border-top: none;
  padding: 17px 0;
  display: none;
  width: 120px;
  margin: 10px -40px;
}
.header .right-menu .lang ul li,
.header .right-menu .currency ul li {
  text-align: center;
  font-family: 'Gilroy Medium';
}
.header .right-menu .lang ul li a,
.header .right-menu .currency ul li a {
  color: #2b2929;
  padding: 5px 0;
  text-decoration: none;
  display: inline-block;
}
.header .right-menu .lang ul li.active a,
.header .right-menu .currency ul li.active a {
  color: #001E60;
}
.header .right-menu .search-btn {
  background: #ebf0f8 url('../../assets/img/search.svg') no-repeat center center;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  .header .right-menu .search-btn {
    display: none;
  }
}
.header .right-menu .shopping-btn {
  background: #ebf0f8 url('../../assets/img/shopping.svg') no-repeat center
    center;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  margin: 0 20px 0 10px;
}
@media only screen and (max-width: 1200px) {
  .header .right-menu .shopping-btn {
    background-color: #fff;
    margin-right: 10px;
    border: 2px solid #d5e0f0;
  }
}
.header .right-menu .shopping-btn sup {
  background: #001E60;
  display: block;
  margin: 0 0 0 auto;
  color: #fff;
  font: 11px/21px 'Gilroy Medium';
  width: 21px;
  height: 21px;
  text-align: center;
  border-radius: 50%;
}
@-webkit-keyframes burst {
  0% {
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes burst {
  0% {
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.header .right-menu .donate-btn {
  position: relative;
}
.header .right-menu .donate-btn.open .submenu {
  transition: 0.4s;
  opacity: 1;
  visibility: inherit !important;
  pointer-events: auto;
  transform: translateY(0);
}
.header .right-menu .donate-btn .submenu {
  transition: 0.4s;
  box-shadow: 0 0 22px rgba(0, 161, 227, 0.25);
  position: absolute;
  top: 100%;
  right: 0;
  width: 550px;
  background: #fff;
  z-index: 1;
  height: auto;
  padding: 30px;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transform: translateY(15px);
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .header .right-menu .donate-btn .submenu {
    width: 300px;
    padding: 20px;
    margin-right: -40px;
  }
}
.header .right-menu .donate-btn .submenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header .right-menu .donate-btn .submenu ul li {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}
@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .header .right-menu .donate-btn .submenu ul li {
    width: 100%;
  }
}
.header .right-menu .donate-btn .submenu ul li a {
  padding: 15px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #2b2929;
  font-family: 'Gilroy Medium';
  position: relative;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .header .right-menu .donate-btn .submenu ul li a {
    padding: 11px 15px;
  }
}
.header .right-menu .donate-btn .submenu ul li a:hover {
  color: #001E60;
}
.header .right-menu .donate-btn .submenu ul li a .icon {
  margin-right: 13px;
}
@media only screen and (max-width: 767px) {
  .header .right-menu .donate-btn .submenu ul li a .icon {
    display: none;
  }
}
.header .right-menu .donate-btn .submenu ul li a:hover {
  background-color: #f4f7fa;
}
.header .right-menu .donate-btn span {
  background: #071D5C;
  color: #fff;
  display: inline-block;
  font-family: 'Gilroy Bold';
  line-height: 47px;
  height: 50px;
  cursor: pointer;
  border-radius: 50px;
  padding: 0 35px 0 67px;
  position: relative;
  border: 0px dashed #4c8ad7;
  transition: 0.4s;
}
@media only screen and (max-width: 1200px) {
  .header .right-menu .donate-btn span {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .header .right-menu .donate-btn span {
    width: 115px;
    text-align: center;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .header .right-menu .donate-btn span:hover {
    background: none;
    color: #BF9151;
    border: 2px dashed #BF9151;
  }
  .header .right-menu .donate-btn span:hover:before,
  .header .right-menu .donate-btn span:hover:after {
    background-image: url('../../assets/img/yeni/refik_Bagis_ic.svg');
  }
}
.header .right-menu .donate-btn span:before,
.header .right-menu .donate-btn span:after {
  transition: 0.4s;
  content: '';
  position: absolute;
  background-image: url('../../assets/img/yeni/refik_Bagis_ic_grey.svg');
  top: 40%;
  margin: -8px 0;
  left: 25px;
  width: 32px;
  height: 28px;
}
@media only screen and (max-width: 1200px) {
  .header .right-menu .donate-btn span:before,
  .header .right-menu .donate-btn span:after {
    display: none;
  }
}
.header .right-menu .donate-btn span:after {
  -webkit-animation: burst 1.5s infinite linear;
  animation: burst 1.5s infinite linear;
  background-size: 100%;
}
.header .right-menu .navbar {
  display: none;
  border: 2px solid #d5e0f0;
}
@media only screen and (max-width: 1200px) {
  .header .right-menu .navbar {
    margin-left: 10px;
    display: block;
    min-width: 50px;
    height: 50px;
    background-color: #fff;
    padding: 11px 11px;
    border-radius: 50%;
  }
  .header .right-menu .navbar span {
    background-color: #001E60;
    width: 24px;
    margin: 5px 0;
    height: 3px;
    display: block;
  }
  .header .right-menu .navbar span:last-child {
    width: 12px;
  }
}
.chosen-container,
.chosen-container-multi {
  width: 100% !important;
}
.blue-btn {
  background: #001E60;
  color: #fff;
  width: 100%;
  height: 50px;
  font-size: 14px;
  border: none;
  border-radius: 50px;
}
.popuptxt img {
  width: 100% !important;
  height: auto !important;
}
.dsp-none {
  display: none;
}
.fs-35 {
  font-size: 35px !important;
}
.donate-bar .form-control:disabled,
.form-control[readonly] {
  background: white !important;
}
