.cp_popup_class {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
}

.mailppss {
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.cp_popup_content {
  background-color: #fefefe;
  width: 60vw;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
}

.cp_popup_header {
  /* width: 100%;
  display: inline-block;
  float: left;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0px;
  text-align: center;*/
}

.cp_close {
  font-size: 50px;
  position: absolute;
  right: 15px;
  top: 15px;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
  color: rgba(105, 92, 82, 0.5);
  z-index: 9999999;
}

.cp_close:hover,
.cp_close:focus {
  color: rgb(105, 92, 82);
  text-decoration: none;
  cursor: pointer;
}

.cp_popup_slider {
  width: 50%;
  display: inline-block;
  padding: 30px;
}

.cp_popup_body {
  width: 50%;
  display: inline-block;
  padding: 30px;
}

.cp_popup_body h3 {
  font-family: 'PT Serif';
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 20px;
}

.cp_popup_specification {
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
}

.cp_popup_specification>p {
  line-height: 26px
}

.slider__decor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


.slider__decor div{
  flex-basis: 35%;
}

.slider__item-cap {
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  margin: 0 7px;
}

.slider__decor-item {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  border: 5px;
  border-color: #fff;
  border-style: solid;
  margin: 15px auto 7px auto;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.cp_popup_content h3 {
  /* margin: 10px 0px;
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 600; */
}

.cp_popup_header:before {
  /* content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .30); */
}

.cp_category_div {
  /* text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 15px;
  position: relative;
  z-index: 999999; */
}

.cp_title_div {
  /* position: relative;
  z-index: 999999; */
}

.cp_ath_time_div {
  /* position: relative;
  z-index: 999999; */
}

/*button css*/
.cp_btn_div {
  width: 100%;
  display: inline-block;
  float: left;
}

.cp_btn {
  width: auto;
  padding: 0 20px;
  height: 40px;
  margin: 5px 0px;
  letter-spacing: 0.5px;
}

.cpp_popup_body {
  overflow: hidden;
  position: relative;
}

img.cp_loader {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999999;
}

#back-to-top {
  position: fixed;
  bottom: -20px;
  right: 50%;
  z-index: 9999;
  text-align: center;
  line-height: 30px;
  background: #271919;
  color: #fff;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  height: 60px;
  width: 44px;
  border-radius: 5px 5px 0px 0px;
  opacity: 0;
}

a#back-to-top img {
  margin-top: 9px;
}

#back-to-top.show {
  opacity: 1;
}

@media only screen and (max-width: 1366px) {
  .cp_popup_content {
    width: 70vw;
  }
}

@media only screen and (max-width: 1024px) {
  .cp_popup_content {
    width: 90vw;
  }
}

@media only screen and (max-width: 767px) {
  .cp_popup_content {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    flex-direction: column;
  }
  .cp_popup_content [class^=cp_popup] {
    width: 100%;
    background-color: #fff;
  }
  .cp_close{
		position: fixed;
	}
}
