.banner input[type=text]{
  width: 250px;
  height: 40px;
  border: 0;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
}
.banner input[type=text]{
  margin-right: 5px;
}

.flex_col_right input[type=text] {
  width: 250px;
  height: 40px;
  border: solid 1px #cccccc;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
}

.left_col_styles input[type=text] {
  width: 250px;
  height: 40px;
  border: solid 1px #cccccc;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
}
.modal-body label {
  width: unset !important;
}


.banner {
  background-position: 0 0, center;

  background-size: 100% 100%;
  min-height: calc(100vh - 177.5px);
}

.flex_col_left {
  min-height: calc(100vh - 195px);
  background-position: 0 -770px, center;
}

.sent-status-f p.status {
  min-width: 75px;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  color: #a6a6a6;
  text-transform: capitalize;
}

.flex_col_right.background {
  min-height: calc(100vh - 92px);
  background-position: 0 0, center;
}

.right-menu li > a {
  font-size: 12px;
  text-decoration: none !important;
  color: #ffffff !important;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .banner input[type=text] {
    width: 250px;
    height: 30px;
    border: 0;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
  }

  .flex_col_right input[type=text] {
    width: 250px;
    height: 40px;
    border: solid 1px #cccccc;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
  }

}

footer a {
  color: whitesmoke !important;
}


.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #ffffff;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/

}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > div:hover {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351 !important;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}


.toast-top-center {
  right: 0;
  top: 60px;
  width: 100%;
}

#toast-container.toast-top-center .toast {
  width: 400px;
  padding: 10px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: #f84f31;
  font-size: 14px;
  font-weight: 500;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351 !important;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}

.toast-close-button {
  color: white;
  float: right;
  font-size: 27px;
  font-weight: normal;
  opacity: 0.5;
  position: absolute;
  right: 9px;
  text-shadow: 0 1px 0 #fff;
  top: 1px;
}


/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

.banner .btn {
  width: unset !important;
}

.preloader-ajax {
  display: none;
  float: right;
  margin-left: 10px;
}

.preloader-logout-ajax {
  display: none;
  float: right;
  margin-left: 10px;
}

.preloader-ajax-modal {
  display: none;
  float: right;
  margin-left: 10px;
}

.preloader-redeem-ajax {
  display: none;
  float: right;
  margin-left: 10px;
}

.preloader-sms {
  display: none;
  float: right;
  margin-left: 10px;
}


.preloader-email {
  display: none;
  float: right;
  margin-left: 10px;
}


.flex_col_right .btn {
 width: unset;
}



@media (min-width: 768px) {
  .my-md-5 {
    margin-top: 0 !important;
    margin-bottom: 3rem!important;
  }
  .my-4 {
    margin-top: 0 !important;
    margin-bottom: 1.5rem!important;
  }
}

@media (max-width: 992px) {
  .hori-none{
    display: none !important;
  }
}

body.contact .my-md-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem!important;
}
body.contact .my-4 {
  margin-top: 3rem !important;
  margin-bottom: 1.5rem!important;
}

body.update .my-md-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem!important;
}
body.update .my-4 {
  margin-top: 3rem !important;
  margin-bottom: 1.5rem!important;
}


/* clear fix */
.isotope:after {
  content: '';
  display: block;
  clear: both;
}

#layout-content {
  min-height: calc(100vh - 195px);
}

.brand-icon img{
    max-width: 50px;
    max-height: 50px;
  }


.web15-card{
    width: 100%;
    max-height: 235px;
    object-fit: cover;
   }



.grid-14-box{
    width:100%;
    max-height: 360px;
    overflow: hidden;
  }
  .grid-bg-img{
  min-height: 360px;
  width: 100%;
  object-fit: cover;
  }

.faded-content img{
    max-width: 50px;
    max-height: 50px;
  }


.logo-on-img img{
    width: 143px;
    height: 143px;
  }


.bottom-part .b-img img {
    width: 81px;
}

.welcome-input{
  width: 230px !important;
  height: 40px !important;
}


.display_flex {
  display: flex;
}



@media (max-width: 767.98px){
  .left_col_styles {
    display: block;
    width: 100%;
  }

  .right_col_styles{display:none;}

  .display_flex {
    display: unset;
  }

  .banner .btn {
    padding: 12px 17px 13px;
  }

  .fourth-column {
    margin-bottom:20px
  }

}

#toast-container > .toast-error {
 background-image: unset !important;
}

#toast-container > .toast-success {
  background-image: unset !important;
}

.home_main {
  height: calc(100vh - 195px);
}

.btm-oops p {
  font-size: 16px;
  text-align: center;
  color: #878889;
}

.popup::before{
  content: url(../images/pointer.svg);
  position: absolute;
  top: -17px;
  transform: rotate(180deg);
}
