/* ---------- body css  start ---------- */
/* font-family: 'Poppins', sans-serif; */

body {
  background: #a1ebcb;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  width: 100%;
  display: inline-block;
}
.main_section {
  max-width: 900px;
  margin: 0 auto;
}
ul {
  list-style: none;
  padding: 0;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
/* ---------- body css  end ---------- */

/* ----------  common csss start ---------- */
/* ----------  common csss end ---------- */

/* ---------- header css start ---------- */
header {
  background: #14133B;
  width: 100%;
  /* float: left; */
  padding: 10px 22px;
  margin-bottom: 30px;
  text-align: center;
  
}
header .logo {
  /* float: left; */
  margin: 0 auto;
}
header .logo span {
  vertical-align: middle;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #070707;
  padding-left: 18px;
  line-height: 28px;
  font-weight: bold;
}
header .cart {
  float: right;
}
header .cart span {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  line-height: 21px;
  padding-right: 10px;
  margin: 0 auto;
}

.payheader{
  min-height: 82px;
}

.href_header{
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: -31px;
}

/* ---------- header css end ---------- */

/* ---------- body common css start ---------- */
.login,
.foto-information,
.foto-select {
  padding: 20px;
  background: #fff;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 60px 60px 60px 60px;


}
/*.foto-information,.foto{max-height: 660px;width: 100%;float: left;}*/
.foto-information,
.foto {
  width: 100%;
  float: left;
}
.foto-selected {
  padding: 11px 12px 11px 24px;
  background: #fff;
  float: left;
  width: 100%;
  
}
#foto-selected2{
  border-radius: 30px 30px 30px 30px;
}
#foto-selected1{
  border-radius: 30px 30px 0px 0px;
}
#foto-selected{
  border-radius: 0px 0px 30px 30px;
}
.foto-selected .selected-content {
  float: left;
}
.foto-selected .selected-content h5 {
  font-weight: bold;
  line-height: 28px;
  font-size: 12px;
  color: #a1a1a1;
  margin: 0;
}
.foto-selected .selected-content h3 {
  font-weight: bold;
  line-height: 32px;
  font-size: 20px;
  color: #070707;
  margin: 0;
}
.foto-selected .but-on {
  float: right;
}
.but-on .submit_form,
.foto-selected .but-on a {
  background: #FD5D42;
  color: #fff;
  font-weight: bold;
  line-height: 35px;
  font-size: 18px;
  border-radius: 30px 30px 30px 30px;
  min-width: 200px;
}
/* ---------- body common css end ---------- */

/* ---------- footer css css start ---------- */
footer {
  padding: 20px 0;
  width: 100%;
  float: left;
}
footer ul {
  margin: 0px -18px 0 -38px;
  width: 100%;
  float: left;
}
footer ul li {
  float: left;
  padding: 0px 18px 0px 38px;
  position: relative;
}
footer ul li::before {
  position: absolute;
  content: "";
  width: 1px;
  background: #070707;
  height: 14px;
  right: 0;
  top: 5px;
}
footer ul li:last-child:before {
  display: none;
}

.foto-select .mCustomScrollBox { 
  height: auto; 
}
.main_section .mCustomScrollBox { 
  height: auto; 
}

footer ul li a {
  font-weight: bold;
  line-height: 21px;
  font-size: 14px;
  color: #070707;
}

.foto_row {
  display: inline-block;
  width: 100%;
  margin: 0 -10px;
}
.foto-col {
  width: 33.33%;
  float: left;
  padding: 10px;
}
.foto-col.width2 {
  width: 50%;
}
.foto-sizer {
  width: 33.33%;
}
.foto-col img {
  width: 100%;
}

.foto-content {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.foto-content .foto-data-left,
.foto-content .foto-data-right {
  width: 50%;
  float: left;
}
.foto-content .foto-data-right .details {
  padding: 0 25px 0;
}
.foto-content .foto-data-right .details h3 {
  font-size: 22px;
  line-height: 40px;
  color: #070707;
  font-weight: bold;
  margin: 71px 0 2px;
}
.foto-content .foto-data-right .details p {
  font-size: 18px;
  line-height: 30px;
  color: #a1a1a1;
  font-weight: bold;
}
.foto-content .foto-data-left .img img {
  width: 100%;
}

.login {
  min-height: 674px;
  margin-bottom: 0;
}
.login-content {
  max-width: 424px;
  margin: 0 auto;
  padding-top: 97px;
  padding-bottom: 50px;
}
.login-content h2 {
  font-size: 35px;
  font-weight: bold;
  line-height: 45px;
  color: #070707;
  margin-bottom: 22px;
}
.login-content p {
  color: #a1a1a1;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 28px;
}
.login-content .login_form label {
  color: #a1a1a1;
  font-size: 12px;
  font-weight: bold;
  line-height: 28px;
}
.login-content .login_form .input {
  padding-left: 25px;
  position: relative;
  border-bottom: 4px solid #fd5d42;
  padding-bottom: 17px;
}
.login-content .login_form .input input {
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #a1a1a1;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}
.login-content .login_form .input span {
  position: absolute;
  left: 0;
  top: 0;
}
.btn.btn-default.submit_btn {
  background: #FD5D42;
  color: #fff;
  font-weight: bold;
  padding: 4px 105px;
  line-height: 46px;
  font-size: 18px;
  border-radius: 25px 25px 25px 25px;
  min-width: 166px;
  margin-top: 15px;
  border: none;
}
/* ---------- footer css end ---------- */

/*image select css*/
.foto-select-area {
  position: relative;
}
.foto-select-area .foto-select-check {
  position: absolute;
}

.foto-select-area .foto-select-label {
  position: relative;
  border: 2px solid #ffffff;
  transition: border ease-in 0.3s;
}

/*.foto-select-area .foto-select-check:checked ~ .foto-select-label{
    border-color: #09c109;
}

.foto-select-area .foto-select-check:checked ~ .foto-select-label:before{
    opacity: 1;
}*/

.foto-select-area .foto-select-label:before {
  position: absolute;
  content: "\f00c";
  color: #09c109;
  text-align: center;
  line-height: 50px;
  font-family: "FontAwesome";
  font-size: 18px;
  top: 20px;
  left: 20px;
  height: 50px;
  width: 50px;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 0;
  transition: opacity ease-in 0.3s;
}

.foto-select-area .foto-select-check.active ~ .foto-select-label {
  border-color: #09c109;
}

.foto-select-area .foto-select-check.active ~ .foto-select-label:before {
  opacity: 1;
}

/* Image Alert Box Main Page */
.alert-error {
  background: #fda6a6;
  margin-bottom: 0px;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
.but-on .submit_form {
  border: none;
  box-shadow: none;
  height: 35px;
  line-height: 36px;
  font-size: 16px;
  margin-top: 10px;
  min-width: 100px;
}
.email-content {
  padding: 15px 0px 0 0px;
  display: inline-block;
  position: relative;
}
.email-content .error {
  display: block;
  color: red;
  position: absolute;
  font-size: 12px;
  left: 63px;
}
.email-content label {
  margin-right: 10px;
}
.email-content input {
  min-width: 250px;
  border: 1px solid #ccc;
  height: 35px;
}

/* ---------- responsive media css start ---------- */
@media (max-width: 840px) {
  .foto-content .foto-data-right .details h3 {
    margin: 45px 0 0;
    font-size: 20px;
  }
  .foto-content .foto-data-right .details p {
    font-size: 16px;
  }
  .foto-selected form {
    display: inline-block;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .foto-content .foto-data-left,
  .foto-content .foto-data-right {
    width: 100%;
  }
  .foto-content .foto-data-right .details h3 {
    margin: 15px 0 0;
  }
  .foto-content .foto-data-right .details p {
    margin-bottom: 50px;
  }
  #submit-section {
    width: 100%;
    float: left;
  }
}
/* Extra small devices Phones  */
@media (max-width: 479px) {
  header .logo span {
    padding-left: 5px;
    font-size: 18px;
  }
  footer ul li a,
  header .cart span {
    font-size: 13px;
  }
  footer ul li a {
    padding-left: 15px;
  }
  footer ul {
    margin: 0px -18px 0 -15px;
  }
  footer ul li {
    padding: 0px 18px 0px 15px;
  }
  .foto-selected .but-on {
    float: left;
    margin-top: 15px;
    width: 100%;
  }
  .foto-content .foto-data-right .details p {
    margin-bottom: 20px;
  }
  header .cart {
    margin-top: 10px;
    float: left;
    width: 100%;
  }
  header .cart img {
    float: left;
  }
  header .cart span {
    line-height: 61px;
    padding-left: 10px;
  }
  .email-content {
    padding-top: 0;
  }
  .email-content input {
    min-width: inherit;
  }
  .but-on .submit_form {
    font-size: 14px;
    min-width: 76px;
  }
}

/* ---------- footer css end ---------- */

/* ---------- responsive media css start ---------- */

/* ---------- responsive media css start ---------- */
@media (max-width: 840px) {
  .foto-content .foto-data-right .details h3 {
    margin: 45px 0 0;
    font-size: 20px;
  }
  .foto-content .foto-data-right .details p {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .foto-col,
  .foto-col.width2 {
    width: 100%;
  }
  .foto-content .foto-data-left,
  .foto-content .foto-data-right {
    width: 100%;
  }
  .foto-content .foto-data-right .details h3 {
    margin: 15px 0 0;
  }
  .foto-content .foto-data-right .details p {
    margin-bottom: 10px;
  }
  .foto-information,
  .foto {
    min-height: 360px;
    max-height: 360px;
  }
  .foto-content .foto-data-right .details {
    padding: 0;
  }
}
/* Extra small devices Phones  */
@media (max-width: 479px) {
  header .logo span {
    padding-left: 5px;
    font-size: 18px;
  }
  footer ul li a,
  header .cart span {
    font-size: 13px;
  }
  footer ul {
    margin: 0px -18px 0 -15px;
  }
  footer ul li {
    padding: 0px 18px 0px 15px;
  }
  .footer_text {
    padding: 0px 18px 0px 15px;
  }
  .foto-selected .but-on {
    float: left;
    margin-top: 15px;
    width: 100%;
  }
  .foto-content .foto-data-right .details p {
    margin-bottom: 20px;
  }
  header .cart {
    margin-top: 10px;
    float: left;
    width: 100%;
  }
  header .cart img {
    float: left;
  }
  .login-content {
    padding-top: 57px;
  }
  .login-content p {
    font-size: 18px;
  }
  .login-content h2 {
    font-size: 30px;
  }
  .btn.btn-default.submit_btn {
    padding: 14px 20px;
    font-size: 16px;
  }
  header .cart span {
    line-height: 61px;
    padding-left: 10px;
  }
  .email-content label {
    font-size: 12px;
    margin-left: 3px;
  }
}

@media (max-width: 360px) {
  .email-content input {
    width: 100%;
  }
}
/* ----------  responsive media css end ---------- */
