.banner__bg__img {
  height: 100vh;
  background-size: cover !important;
}

.logo {
  left: 13%;
  position: absolute;
  top: 10px;
}

span.hamburger {
  float: right;
  color: #021d32;
  position: relative;
  top: 4px;
}

span.hamburger label {
  font-size: 18px;
  vertical-align: middle;
  margin-bottom: 8px;
  position: relative;
  left: 5px;
}

.login_burger ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  margin-top: 4px;
}

.login_burger ul li {
  float: left;
}

.my_navbar {
  background: black;
  height: 100px;
  position: relative;
  margin-top: -10px;
}

.login_burger a.login {
  float: right;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  right: 40px;
  position: relative;
  color: #333333;
  font-family: 'Lucy_Rounded';
  letter-spacing: 1px;
  top: 1px;
}

.overlay a.login_cross {
  position: absolute;
  right: 19%;
  padding: 0;
  top: 32px;
  color: #818181;
  font-size: 18px;
  text-transform: uppercase;
}

.login_burger {
  float: right;
  position: relative;
  right: 15%;
  top: 26px;
  z-index: 99;
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  width: auto;
  text-align: center;
  margin-left: 13%;
}

.overlay-content ul {
  list-style: none;
  position: relative;
  top: 14px;
}

.overlay-content ul li {
  float: left;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 2px;
  right: 16%;
  font-size: 50px;
  padding: 0;
}

.overlay-content ul li a {
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  font-family: 'Lucy_Rounded';
  margin-top: 10px;
}

.sub-menu-parent {
  position: relative;
}

.sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute !important;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(-2em);
  z-index: -1;
  padding: 0;
  line-height: 10px;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.sub-menu-parent:hover .sub-menu,
.sub-menu-parent:focus .sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
  padding: 0;
  line-height: 10px;
  overflow: visible;
  position: absolute;
  top: 84px;
  background: rgba(0, 0, 0, 0.34);
  padding-right: 105px;
  padding-bottom: 10px;
}

.overlay .closebtn img:hover {
  filter: brightness(200%);
}

.overlay-content ul li.sub-menu-parent ul li a {
  padding-bottom: 6px;
}

.overlay-content ul li.sub-menu-parent a {
  padding-bottom: 43px;
}

.overlay-content ul li.sub-menu-parent ul li:first-child {
  padding-top: 9px;
}

.overlay-content ul li.sub-menu-parent ul li:last-child {
  padding-bottom: 10px;
}

li.sub-menu-parent:before {
  content: '\25bc';
  width: 20px;
  height: 20px;
  position: absolute;
  color: dimgrey;
  display: block;
  z-index: 999999999;
  top: 19px;
  right: -17px;
  font-size: 17px;
  transition: 0.2s;
}

li.sub-menu-parent:hover:before {
  content: '\25b2';
  top: 18px;
  color: white;
}

li.sub-menu-parent:hover a {
  color: white;
}

.overlay-content ul li.sub-menu-parent ul li a {
  color: #908f8f;
}

.overlay-content ul li.sub-menu-parent ul li a:hover {
  color: #fff;
}

.overlay-content ul li a span {
  text-transform: lowercase;
}

.gender-from-group-heihgt {
  min-height: 67px;
}

@media screen and (max-width: 1379px) {
  .overlay a.login_cross {
    right: 100px;
  }

  .overlay .closebtn {
    right: 20px;
  }

  .overlay-content {
    margin-left: -15px;
  }

  .login_burger {
    right: 16px;
  }

  .logo {
    left: 16px;
  }
}

@media screen and (max-width: 991px) {
  .overlay-content ul li a {
    font-size: 14px;
  }

  .overlay a.login_cross {
    right: 55px;
    font-size: 15px;
  }

  .overlay .closebtn img {
    width: 20px;
  }

  .overlay .closebtn {
    top: -1px;
  }

  li.sub-menu-parent:before {
    top: 15px;
    right: -14px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .overlay-content ul li {
    float: none;
  }

  .body_overlay .header-right.userhome_icon {
    z-index: 99;
  }

  .overlay-content ul {
    top: 0px;
    padding: 0px;
  }

  .sub-menu-parent {
    left: 0;
  }

  .my_navbar {
    background: transparent;
  }

  .overlay-content {
    margin-left: -15px;
    top: 52px;
  }

  .login_burger {
    right: 0px;
  }

  .overlay .closebtn {
    top: -4px;
    right: 17px;
  }

  .overlay a.login_cross {
    left: 19px;
    margin-top: -5px;
    font-size: 18px;
  }

  .login_burger a.login {
    right: 52px;
  }

  span.hamburger {
    position: relative;
    right: 8px;
  }

  .logo img {
    width: 170px;
  }

  .logo {
    left: 9px;
  }

  .overlay-content ul li a {
    font-size: 17px;
  }


  .overlay a.login_cross {
    left: 19px;
    margin-top: -5px;
    font-size: 18px;
  }

  span.hamburger label {
    display: none;
  }

  .login_burger a.login {
    right: 15px;
  }

  .login_burger {
    top: 16px;
  }
}

@media screen and (max-width: 1200px) {
  .banner__bg__img {
    background-position: right !important;
  }
}

@font-face {
  font-family: 'champa_and_limo_bold';
  src: url("Champagne & Limousines Bold.ttf");
}

@font-face {
  font-family: 'champa_and_limo';
  src: url("Champagne_Limousines.ttf");
}

@font-face {
  font-family: 'Lucy_Rounded';
  src: url("Lucy_Rounded.ttf");
}

@font-face {
  font-family: 'Lucy_Rounded_Bold';
  src: url("Lucy_Rounded_Bold.ttf");
}

.togggle {
  overflow: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

.no-padding {
  padding: 0px;
}

.min_height {
  min-height: 89.4vh;
}

.my_model {
  padding-top: 50px;
}

.models h2 {
  /* font-size: 34px; */
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 75px;
}

.models .form h2 {
  font-size: 20px;
  text-transform: uppercase;
  text-align: left;
  color: #003366;
  margin: 0;
  margin-bottom: 34px;
}

.models .form h3 {
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  color: #6d6b6b;
  margin-top: 25px;
}

.my_models {
  padding: 0 14%;
}

.form input[type="checkbox"] {
  margin-top: 15px;
  position: relative;
}

.form input[type="submit"] {
  margin-top: 32px;
  background: #021d32;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  padding: 3px 20px;
  box-shadow: 3px 4px 4px #969595;
  border: 1px solid #021d32;
  transition: all .3s ease-in-out;
}

.form input[type="submit"]:hover {
  background: transparent;
  border: 1px solid #021d32;
  color: #021d32;
}

.form input[type="checkbox"]:before {
  content: '';
  width: 17px;
  height: 16px;
  display: block;
  position: absolute;
  background: white;
  border-radius: 0;
  border: 1px solid #b3b0b0;
  top: 0;
  left: 0;
}

.form input[type="checkbox"]:after {
  background: #333;
  top: 50%;
  transition: .3s;
  transform: scale(3.4);
  opacity: 0;
  margin-top: 0px;
  content: '';
  position: absolute;
  left: 3px;
  border-radius: 0px;
}

.form input[type="checkbox"]:checked:after {
  transform: scale(1);
  opacity: 1;
  content: '\f00c';
  position: absolute;
  font-family: FontAwesome;
  font-size: 16px;
  color: white;
  top: 0;
  left: 0;
  width: 17px;
  height: 16px;
  padding: 0;
}

.form input[type="checkbox"]+span {
  margin-left: 10px;
  font-size: 13px;
}

input[type="text"],
input[type="password"] {
  width: 175px;
}

.col-sm-7.models_content.match_height {
  vertical-align: middle;
  display: table;
}

.col-sm-7.models_content.match_height p {
  font-size: 22px;
  color: #333;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.owl-item>div:after {
  font-family: sans-serif;
  font-size: 24px;
  font-weight: bold;
}

.owl-carousel .owl-item img {
  max-width: 99%;
  padding: 20px 10px;
  border: none;
}

h1 {
  font-size: 56px;
  line-height: 56px;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .our--partners h1 {
    font-size: 45px;
  }
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-prev {
  left: 0px;
}

.owl-next {
  right: 0px;
}

.owl-next,
.owl-prev {
  height: 100%;
  position: absolute;
  top: 0;
  width: 0%;
}

.icon-arrow-left7 {
  left: -15px;
}

.icon-arrow-right7 {
  right: -15px;
}

.icon-arrow-right7:hover:before {
  color: black;
}

.icon-arrow-left7:hover:before {
  color: black;
}

.owl__block .icon {
  color: #4f5e6e;
  font-family: 'FontAwesome';
  font-size: 23px;
  line-height: 60px;
  margin-top: -30px;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 17px;
  height: 60px;
  cursor: pointer;
}

.icon-arrow-left7:before {
  content: "\f053";
}

.icon-arrow-right7:before {
  content: "\f054";
}

.owl__block {
  position: relative;
  margin-top: 80px;
  margin-bottom: 15px;
}

.owl-stage-outer {
  padding-bottom: 2px;
}

@media screen and (max-width: 767px) {
  .col-sm-5.my_form.match_height {
    text-align: center;
  }

  .models .form h2 {
    text-align: center;
  }

  .models .form h3 {
    text-align: center;
  }

  input[type="text"],
  input[type="password"] {
    width: 300px;
    border: 1px solid #b5b3b3;
  }

  .form input[type="submit"] {
    margin-top: 18px;
  }

  .col-sm-7.models_content.match_height {
    position: relative;
    top: 26px;
  }

  .models h2 {
    margin-bottom: 40px;
  }

  .models .form h2 {
    margin-bottom: 26px;
  }

  .owl__block {
    margin-top: 44px;
  }
}

@media screen and (max-width: 499px) {
  .my_models {
    padding: 0;
  }

  input[type="text"],
  input[type="password"] {
    width: 254px;
  }

  .col-sm-7.models_content.match_height p {
    font-size: 20px;
  }
}

.become_model {
  margin-top: 80px;
}

.become_model h2 {
  /* font-size: 34px; */
  text-align: center;
  text-transform: none;
  margin-bottom: 25px;
}

.div-border h4 {
  text-align: center;
}

.div-border {
  border: 1px solid #33999926;
  padding: 10px 30px;
}

.btn-right {
  right: 0;
  margin: -42px 0;
}

.become_model_img_box {
  background-color: #eee;
  white-space: nowrap;
  display: table;
  position: relative;
}

.become_model_img {
  vertical-align: middle;
  padding: 0;
  display: table-cell;
  position: relative;
}

.become_model_img img {
  max-width: 100%;
  width: 100%;
}

.become_model_content {
  margin-top: 70px;
}

.become_model_content p {
  font-size: 24px;
  color: #333;
  text-align: center;
}

.become_model_how_work_steps {
  text-align: center;
}

.become_model_how_work_steps img {
  width: 50px;
}

.become_model_how_work_steps h2 {
  font-size: 30px;
  margin: 6px 0 15px 0;
}

.become_model_how_work_steps p {
  font-size: 19px;
  line-height: 28px;
}

.become_model_how_work_steps .col-md-3 {
  padding: 0 10px;
}

.become_model_arrow_img {
  text-align: center;
}

.become_model_arrow_img img {
  margin-top: 15px;
}

.become_model_form input {
  width: 400px;
}

.modal-body {
  padding: 0px;
}

.col-sm-6 input,
.col-sm-6 textarea {
  height: 45px;
  width: 100%;
  margin: 15px 0;
  font-size: 18px;
  padding-left: 8px;
}


.others {
  color: black;
}

.become_model_form {
  margin-top: 15px;
}

.become_model_arrow_img img {
  width: 95%;
}

.upload_images {
  padding: 0 6% 0 10%;
}

.upload_images .col-sm-4 {
  padding: 0 10px;
}

.upload_images h3 {
  padding-left: 8px;
}

.input_file {
  position: relative;
  margin: 20px 0;
  padding: 41px 0;
  width: 250px;
  height: 100px;
  text-align: center;
  color: #333;
  text-transform: uppercase;
  font-size: 18px;
  background-color: #ccc;
  cursor: pointer;
}

.input_file:hover p {
  color: white;
}

.input_file p {
  transition: all .3s ease-in-out;
}

input[type="file"] {

  z-index: 1;
  cursor: pointer;
  position: absolute;

  bottom: 0px;
}

.upload_images h3 {
  font-size: 18px;
  color: #333;
  position: relative;
  top: 12px;
}

.become_model_form input[type="submit"] {
  margin-top: 32px;
  background: #021d32;
  color: white;
  text-transform: uppercase;
  font-size: 26px;
  padding: 5px 20px;
  box-shadow: 3px 4px 4px #969595;
  border: 1px solid #021d32;
  transition: all .3s ease-in-out;
  width: 170px;
  font-family: 'Lucy_Rounded';
  float: right;
  margin-right: 21%;
}

.become_model_form input[type="submit"]:hover {
  background: transparent;
  border: 1px solid black;
  color: #021d32;
}

.container-fluid.no-padding.be_model {
  margin-bottom: 70px;
}

@media screen and (max-width: 1199px) {
  .become_model_form input[type="submit"] {
    margin-right: 10%;
  }
}

@media screen and (max-width: 991px) {

  .col-sm-6.right input,
  .col-sm-6.right textarea {
    width: 100%;
  }

  .col-sm-6.left input,
  .col-sm-6.left textarea,
  .col-sm-6.left select {
    width: 100%;
  }

  input[type="file"] {
    max-width: 200px;
  }

  .upload_images {
    padding: 0 6% 0 6%;
  }

  .input_file {
    width: 100%;
  }

  .become_model_form input[type="submit"] {
    margin-right: 11%;
  }
}

@media screen and (max-width: 767px) {
  .become_model h2 {
    margin-bottom: 30px;
  }

  .become_model_content {
    margin-top: 30px;
  }

  .become_model_content p {
    font-size: 20px;
  }

  .become_model_how_work {
    margin-top: 40px;
  }

  .become_model_how_work>h2 {
    margin: 0;
    text-decoration: underline;
  }

  .become_model_how_work_steps .col-sm-3 {
    margin-top: 25px;
  }

  .become_model_how_work_steps h2 {
    margin: 0px;
  }

  .become_model_form .col-sm-6.right {
    padding-left: 15px;
    width: 470px;
    margin: 0 auto;
  }

  .become_model_form .col-sm-6.left {
    padding-right: 15px;
    width: 470px;
    margin: 0 auto;
  }

  .upload_images {
    padding: 0;
    width: 275px;
    margin: 0 auto;
    text-align: center;
  }

  .become_model_form input[type="submit"] {
    margin: 0 auto;
    float: none;
    display: list-item;
  }

  .container-fluid.no-padding.be_model {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 499px) {
  .become_model_form .col-sm-6.right {
    width: 100%;
  }

  .become_model_form .col-sm-6.left {
    width: 100%;
  }

  .col-sm-6.left input,
  .col-sm-6.left select,
  .col-sm-6.left textarea {
    margin: 0px;
    font-size: 16px;
  }

  .become_model_form .col-sm-6 textarea {
    height: 120px;
  }

  .become_model_content p {
    font-size: 19px;
  }
}

.about_us {
  margin-top: 80px;
  margin-bottom: 140px;
}

.about_us>h2 {
  /* font-size: 34px; */
  text-align: center;
  text-transform: none;
  margin-bottom: 75px;
}

.about_content p {
  font-size: 20px;
  color: #333;
}

.about_content.match_height {
  display: table-cell;
  vertical-align: middle;
}

.about_us .match_height {
  text-align: center;
}

.about_us .match_height .about_img img {
  width: 165px;
  margin: 4px 2px;
}

@media screen and (max-width: 767px) {
  .about_us>h2 {
    margin-bottom: 30px;
  }

  .about_us .match_height {
    height: auto !important;
  }

  .row.about_us .col-sm-6+.col-sm-6 {
    margin-top: 40px;
  }

  .about_us {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 499px) {
  .about_us .match_height .about_img img {
    width: 135px;
  }

  .about_content p {
    font-size: 18px;
  }

  .row.about_us .col-sm-6+.col-sm-6 {
    margin-top: 30px;
  }
}

.contact_form input[type="text"] {
  width: 185px;
  padding-left: 8px;
  height: 30px;
}

.row.contact_us {
  margin-top: 80px;
  margin-bottom: 70px;
}

.row.contact_us>h2 {
  /* font-size: 34px; */
  text-align: center;
  text-transform: none;
  margin-bottom: 75px;
}

.row.contact_us .match_height {
  text-align: center;
}

.row.contact_us .match_height img {
  width: 400px;
}

.about_content {
  text-align: center;
}

.row.contact_form {
  padding: 0 14%;
  margin-top: 50px;
}

.row.contact_form input {
  margin-bottom: 20px;
}

.row.contact_form input[type="submit"] {
  background: #021d32;
  color: white;
  text-transform: uppercase;
  font-size: 19px;
  padding: 3px 20px;
  box-shadow: 3px 4px 4px #969595;
  border: 1px solid #021d32;
  transition: all .3s ease-in-out;
}

.row.contact_form input[type="submit"]:hover {
  background: transparent;
  border: 1px solid black;
  color: #021d32;
}

.about_content .address {
  text-align: left;
  margin-left: 14%;
  margin-top: 50px;
}

.about_content .address p {
  line-height: 25px;
  margin-bottom: 7px;
  text-indent: -13px;
  margin-left: 28px;
}

.about_content .address p span {
  margin-left: 11px;
}

.about_content .address p i.fa {
  color: #339999;
}

.row.contact_form textarea {
  height: 70px;
  resize: vertical;
  width: 400px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
  .row.contact_form {
    padding: 0 6%;
  }

  .about_content .address {
    margin-left: 6%;
  }
}

@media screen and (max-width: 991px) {
  .row.contact_us .match_height img {
    width: 360px !important;
    height: 205px !important;
  }

  .row.contact_us iframe.match_height {
    width: 360px !important;
    height: 205px !important;
  }

  .row.contact_form {
    padding: 0;
  }

  .contact_form input[type="text"] {
    width: 170px;
  }

  .row.contact_form textarea {
    width: 358px;
  }

  .about_content .address {
    margin-left: 3%;
  }
}

@media screen and (max-width: 767px) {
  .row.contact_us>h2 {
    margin-bottom: 30px;
  }

  .row.contact_form {
    text-align: center;
  }

  .contact_form input[type="text"],
  .row.contact_form textarea {
    width: 290px;
    margin-bottom: 10px;
  }

  .about_content .address {
    margin-left: 0;
    margin: 50px auto 0;
    display: table;
  }

  .row.contact_us .match_height {
    height: auto !important;
  }

  .row.contact_us iframe.match_height {
    height: 280px !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 499px) {
  .row.contact_us .match_height img {
    width: 284px !important;
    height: auto !important;
  }

  .about_content .address {
    margin: 25px auto 0;
  }

  .row.contact_us {
    margin-bottom: 30px;
  }
}

.faq {
  margin-top: 80px;
  margin-bottom: 70px;
}

.faq h2 {
  /* font-size: 34px; */
  text-align: center;
  text-transform: none;
  margin-bottom: 40px;
}

.faq .panel-group .panel {
  border-radius: 0;
}

.faq .panel-group .panel+.panel {
  margin-top: 0;
}

.faq .panel-heading {
  background-color: #fff;
  border-radius: 0;
  border: none;
  padding: 0;
}

.faq .panel-title a {
  display: block;
  color: #333;
  padding: 15px 8% 15px 15px;
  position: relative;
  font-size: 22px;
  text-decoration: none;
  font-family: Lucy_Rounded;
}

.faq .panel-body {
  background: #fff;
  border: none !important;
}

.faq .panel:last-child .panel-body {
  border-radius: 0 0 4px 4px;
}

.faq .panel:last-child .panel-heading {
  border-radius: 0 0 4px 4px;
  transition: border-radius 0.3s linear 0.2s;
}

.faq .panel:last-child .panel-heading.active {
  border-radius: 0;
  transition: border-radius linear 0s;
}

.faq .panel-heading a:before {
  content: '\e146';
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  font-size: 24px;
  transition: all 0.5s;
  transform: scale(1);
}

.faq .panel-heading.active a:before {
  content: ' ';
  transition: all 0.5s;
  transform: scale(0);
}

.faq #bs-collapse .panel-heading a:after {
  content: ' ';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  transform: scale(0);
  transition: all 0.5s;
}

.faq #bs-collapse .panel-heading.active a:after {
  content: '\e909';
  transform: scale(1);
  transition: all 0.5s;
}

.faq #accordion .panel-heading a:before {
  content: '\e316';
  font-size: 44px;
  color: #333;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  transform: rotate(540deg);
  transition: all 0.5s;
}

.faq #accordion .panel-heading.active a:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}

.faq .panel-collapse .panel-body {
  font-size: 18px;
  line-height: 1.2;
  padding: 0px 20% 0px 37px;
}

.faq div#accordion {
  padding: 0 7%;
}

@media screen and (max-width: 767px) {
  .faq div#accordion {
    padding: 0;
  }
}

@media screen and (max-width: 499px) {
  .faq .panel-collapse .panel-body {
    padding: 0 15px 0 8px;
  }

  .faq .panel-title a {
    padding: 15px 14% 15px 8px;
    font-size: 20px;
    padding-bottom: 0px;
  }

  .row.faq>.col-sm-12 {
    padding: 0 5px;
  }

  .faq #accordion .panel-heading a:before {
    font-size: 37px;
  }

  .faq {
    margin-bottom: 30px;
  }
}

.row.tnc {
  margin: 0;
  margin-top: 80px;
  margin-bottom: 70px;
}

.row.tnc h2 {
  /* font-size: 34px; */
  text-align: center;
  text-transform: none;
  margin-bottom: 40px;
}

.tnc_content h3 {
  font-size: 20px;
  color: #333;
  font-family: 'Lucy_Rounded';
}

.tnc_content p {
  font-size: 19px;
  color: #333;
}

@media screen and (max-width: 499px) {
  .tnc_content p {
    font-size: 17px;
    line-height: 1.3;
  }

  .row.tnc {
    margin-bottom: 30px;
  }

  .row.tnc h2 {
    margin-bottom: 30px;
  }
}

.row.blogs {
  margin: 0;
  margin-top: 80px;
  margin-bottom: 0px;
  text-align: center;
}

.row.blogs h2 {
  /* font-size: 34px; */
  text-align: center;
  text-transform: none;
  margin-bottom: 40px;
}

.blogs_box p {
  font-size: 18px;
  line-height: 1.2;
  margin-top: 22px;
  margin-bottom: 35px;
}

.row.blogs_content {
  margin: 0;
}

.blogs_box a {
  background: #021d32;
  border: none;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px 7px;
  box-shadow: 3px 4px 4px #969595;
  border: 1px solid #021d32;
  transition: all .3s ease-in-out;
  text-decoration: none;
}

.blogs_box a:hover {
  background: transparent;
  border: 1px solid #021d32;
  color: #021d32;
}

.row.blogs_content .blogs_box {
  margin-bottom: 60px;
}

.row.blogs_content .blogs_box img {
  width: 100%;
}

@media screen and (max-width: 499px) {
  .col-xs-6.col-sm-3.blogs_box {
    padding: 0 1%;
  }

  .blogs_box p {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 16px;
    padding: 0 4px;
  }

  .row.blogs_content .blogs_box {
    margin-bottom: 36px;
  }

  .my_blogs.container {
    padding: 0 3px;
  }
}

.row.search {
  margin: 0;
  margin-top: 80px;
  margin-bottom: 70px;
}

.row.search h2 {
  /* font-size: 34px; */
  text-align: center;
  text-transform: none;
  margin-bottom: 40px;
}


.row.search_content p {
  font-size: 14px;
  font-family: 'Lucy_Rounded';
  color: #333;
  margin-top: 30px;
}

.row.search_content label {
  font-size: 18px;
  font-family: 'Lucy_Rounded';
  color: #333;
}

.search [type="checkbox"]:not(:checked),
.search [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.search [type="checkbox"]:not(:checked)+label,
.search [type="checkbox"]:checked+label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
  top: 7px;
}

.search [type="checkbox"]:not(:checked)+label:before,
.search [type="checkbox"]:checked+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.search [type="checkbox"]:not(:checked)+label:after {
  opacity: 0;
  transform: scale(0);
}

.search [type="checkbox"]:not(:checked)+label:after,
.search [type="checkbox"]:checked+label:after {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  top: 4px;
  left: 3px;
  font-size: 17px;
  line-height: 0.8;
  color: #284f6d;
  transition: all .2s;
}

.row.search_content label+img {
  padding: 0 10px;
}

input#total {
  font-size: 14px;
  font-weight: bold;
  border: 0;
  float: right;
  text-align: right;
  margin-right: 0;
}

div#rangeSlider {
  float: right;
  height: 250px;
  right: 41px;
  border-radius: 0;
  background: #eceaea;
  border: none;
  width: 10px;
}

div#rangeSlider img {
  height: 266px;
  margin-top: -10px;
  margin-left: 4px;
}

.row.search_content p+div img {
  float: left;
  height: 260px;
  margin-top: -6px;
  z-index: 9;
  position: relative;
  width: 108px;
}

.row.search_content p+div+div img {
  float: left;
  height: 257px;
  margin-top: -4px;
  z-index: 9;
  position: relative;
  width: 102px;
}

.row.search_content .height_chart {
  padding: 0;
  margin-top: 25px;
}

.ui-slider-range.ui-widget-header.ui-corner-all {
  background: #339999;
  width: 221px;
  position: absolute;
  left: -211px;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  background: #fff !important;
}

span.ui-slider-handle.ui-state-default.ui-corner-all:focus {
  outline: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  z-index: 99 !important;
}

.slider-box {
  margin: 0px auto;
}

.slider-box input {
  border: none;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  width: 30%;
}

.slider-box input {
  width: 70%;
}

.slider {
  margin: 0px 0;
}

input#priceRange {
  position: relative;
  top: -20px;
  color: #333;
  font-family: Lucy_Rounded;
  font-size: 14px;
}

div#price-range {
  margin-top: -12px;
}

.row.search_content .height_chart label {
  position: relative;
  top: -7px;
  left: 0px;
}

.row.search_content .height_chart h6 {
  font-size: 13px;
  margin-top: 7px;
  text-align: left;
  font-family: 'Lucy_Rounded';
  color: #333;
}

input#outerLegRange,
input#innerLegRange,
input#waist,
input#hips,
input#shoe,
input#cloth {
  color: #333;
  font-family: Lucy_Rounded;
  font-size: 14px;
}

.row.search_content .height_chart .col-sm-12 {
  min-height: 66px;
  margin-top: 4px;
}

input#search_btn {
  margin-right: 9%;
  background: #021d32;
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  padding: 3px 20px;
  box-shadow: 3px 4px 4px #969595;
  border: 1px solid #021d32;
  transition: all .3s ease-in-out;
  float: right;
  margin-top: 22px;
}

input#search_btn:hover {
  background: transparent;
  border: 1px solid #021d32;
  color: #021d32;
}

.profile_pic {
  display: inline-block;
  box-shadow: 3px 3px 5px #908f8f;
  margin: 1%;
  width: 22.6%;
  padding: 0;
}

.profile_pic img {
  width: 100%;
}

.profile_pic .content {
  position: relative;
}

.profile_pic .content .content-overlay {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.profile_pic .content:hover .content-overlay {
  opacity: 1;
}

.profile_pic .content-details {
  position: absolute;
  text-align: center;
  padding-left: 0.5em;
  padding-right: 0.5em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.profile_pic .content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.profile_pic .content-details h3 {
  color: #fff;
  margin: 0;
  font-size: 16px;
}

.profile_pic .content-details p {
  color: #fff;
  font-size: 0.8em;
}

.profile_pic .fadeIn-top {
  top: 20%;
}

.profile_pic .content-details a+a {
  float: right;
}

.profile_pic .content-details a {
  color: #ccc;
  position: relative;
  float: left;
  top: 100px;
  text-decoration: none;
}

.profile_pic .content-details a:hover {
  color: #fff;
}

.row.search_pic {
  margin-top: 0px;
}


.col-sm-12.height_chart>.col-sm-3 {
  width: 292px;
}

.col-sm-12.height_chart>.col-sm-4 {
  padding: 0;
}

.col-sm-12.height_chart>.col-sm-4 .col-sm-12 {
  padding: 0 10px;
}

@media screen and (max-width: 1199px) {
  .profile_pic .content:hover .content-details {
    padding: 0 3px;
  }

  .profile_pic .content-details a {
    top: 76px;
  }
}

@media screen and (max-width: 991px) {
  .col-sm-12.height_chart>.col-sm-3 {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding: 0 32.5%;
  }

  .col-sm-12.height_chart>.col-sm-4 {
    width: 50%;
    margin-top: 30px;
  }

  .height_name>.col-sm-3 {
    display: none;
  }

  .col-sm-12.height_name>.col-sm-3>p {
    display: none;
  }

  .row.search_content .height_chart:before {
    content: 'Height';
    font-size: 20px;
    font-family: 'Lucy_Rounded';
    color: #333;
    margin-left: 28px;
    float: left;
  }

  .profile_pic .content-details a {
    float: none;
    top: 42px;
    display: block;
  }

  .profile_pic .content-details a+a {
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .col-sm-12.height_chart>.col-sm-3 {
    width: 292px;
    padding: 0 15px;
    margin: 0 25%;
  }

  .col-sm-12.height_chart>.col-sm-4 .col-sm-12 .col-xs-3 {
    padding: 0;
    min-height: 80px;
  }

  .col-sm-12.height_chart>.col-sm-4 .col-sm-12 .col-xs-9 {
    padding: 0 3px;
    width: 97%;
  }

  .col-sm-12.height_chart>.col-sm-4 .col-sm-12>.col-xs-3 {
    width: 100%;
  }

  input#search_btn {
    margin-top: 22px;
  }

  input#priceRange {
    margin-top: 14px;
  }

  .height_name p {
    margin-bottom: 6px;
    margin-top: 11px;
  }

  .height_name {
    margin-top: 10px;
    margin-bottom: 50px;
  }

  .profile_pic {
    width: 31.3%;
    float: left;
  }

  .profile_pic .content-details a {
    float: none;
    top: 54px;
    display: block;
  }

  .profile_pic .content-details a+a {
    float: none;
  }
}

@media screen and (max-width: 499px) {
  .col-sm-12.height_chart>.col-sm-3 {
    margin: 0 16%;
  }

  .col-sm-12.height_chart>.col-sm-4 {
    width: 100%;
  }

  .profile_pic {
    width: 48%;
  }
}

@media screen and (max-width: 399px) {
  .col-sm-12.height_chart>.col-sm-3 {
    margin: 0 8%;
  }
}

.boy2 {
  background: white;
  width: 100px;
  height: 290px;
  position: absolute;
  top: 16px;
  z-index: 9;
}

.girl2 {
  background: white;
  width: 100px;
  height: 290px;
  position: absolute;
  top: 16px;
  z-index: 99;
  left: 124px;
}

@media screen and (max-width: 992px) {
  .girl2 {
    left: 352px;
  }
}

@media screen and (max-width: 767px) {
  .girl2 {
    left: 124px;
  }
}

.col-sm-6.reg_form.form input[type="checkbox"] {
  width: auto;
  margin-left: 9.6%;
}

.col-sm-6.reg_form.form {
  width: 100%;
}

.become_model_form.client_reg {
  margin-top: 40px;
}

.col-sm-6.reg_form.form input[type="checkbox"]+span {
  margin-left: 15px;
  font-size: 17px;
  position: relative;
  top: 1px;
}

@media screen and (max-width: 1199px) {
  .col-sm-6.reg_form.form input[type="checkbox"] {
    margin-left: 7px;
  }
}

@media screen and (max-width: 991px) {
  .col-sm-6.reg_form.form input[type="checkbox"] {
    margin-left: 1px;
  }
}

@media screen and (max-width: 767px) {
  .col-sm-6.reg_form.form input[type="checkbox"] {
    text-align: center;
    margin: 0 auto;
    display: block;
  }

  .col-sm-6.reg_form.form input[type="checkbox"]+span {
    position: initial;
    margin: 4px auto;
    text-align: center;
    display: block;
  }
}

.row.profile {
  margin: 0;
  margin-top: 80px;
  margin-bottom: 70px;
}

.row.profile h2 {
  /* font-size: 34px; */
  text-align: center;
  text-transform: none;
  margin-bottom: 40px;
}

.footer {
  background: #021d32;
  height: 80px;
  position: relative;
}

.footer .col-sm-4 p,
.footer .col-sm-4 ul a {
  color: #ccc;
}

.footer .col-sm-4 ul {
  list-style: none;
}

.footer .col-sm-4 ul li {
  float: left;
  margin-right: 15px;
}

.footer .col-sm-4 p,
.footer .col-sm-4 ul {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  font-size: 14px;
}

.footer .col-sm-4 {
  height: 80px;
  display: table;
}

.footer .col-sm-4 ul {
  padding-left: 33%;
}

#panel,
#flip {
  padding: 5px;
  text-align: center;
  background-color: transparent;
  border: none;
  height: 0px;
  color: #ccc;
  position: relative;
  z-index: 1;
  width: 68px;
  margin: 0 auto;
  cursor: pointer;
  height: 90px;
  top: -10px;
}

div#flip p {
  position: relative;
  top: 33px;
  transition: all .2s ease-in-out;
}

div#flip p:hover {
  box-shadow: 0px 0px 2px;
  border-radius: 5px;
}

div#panel p {
  position: relative;
  top: 26px;
}

#panel {
  padding: 5px;
  display: none;
  width: 100%;
  background: #339999;
}

.footer .container {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}

div#panel p a {
  color: #fff;
  transition: all .2s ease-in-out;
}

div#panel p a:hover {
  color: #021d32;
}

.social {
  width: 400px;
  position: relative;
  margin: 50px auto;
}

.social a {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-size: 1.2em;
  width: 27px;
  height: 27px;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-smoothing: antialiased;
}

.social .fb:before,
.social .fb:after {
  border-color: #46629E;
}

.social .tw:before,
.social .tw:after {
  border-color: #00ACEE;
}

.social .gp:before,
.social .gp:after {
  border-color: #DD4B39;
}

.social a:before,
.social a:after {
  content: "";
  display: block;
  position: absolute;
  background: transparent;
  top: -3px;
  bottom: 3px;
  left: 0;
  right: 0;
  border-radius: 50%;
  transition: .3s all;
  border: 1px solid;
}

.social a:hover:after {
  -webkit-transform: scale(1.5);
}

.social a:hover:before {
  -webkit-transform: scale(2);
  transition: .3s all;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .footer .col-sm-4 ul {
    padding-left: 14%;
  }
}

@media screen and (max-width: 767px) {
  .footer .col-sm-4 {
    height: 0;
    display: block;
  }

  .footer .col-sm-4 p,
  .footer .col-sm-4 ul {
    display: block;
  }

  .social {
    width: auto;
  }

  .footer .col-sm-4 ul.social {
    position: absolute;
    display: block;
    padding: 0;
    margin: 23px auto;
    text-align: center;
    width: 168px;
    top: -87px;
    right: 0;
    float: right;
    z-index: 99;
    padding-left: 23px;
  }

  .footer .col-sm-4 ul li {
    margin-left: 9px;
    margin-right: 0px;
  }

  .footer .col-sm-4 p {
    position: absolute;
    left: -11px;
    top: -61px;
  }

  div#flip p {
    position: relative;
    top: -28px;
    font-size: 17px;
    border-bottom: 2px solid;
  }

  #flip {
    height: 0px;
    padding-top: 80px;
  }

  div#panel p {
    position: relative;
    top: 0;
    margin: 0;
    display: flex;
  }

  #panel {
    padding: 0;
  }
}

.nav {
  /*padding-left: 33%;*/
}


.header-right.userhome_icon .pull-right {
  position: absolute;
  right: 111px;
  top: 32px;
  z-index: 9;
  margin-right: -40px !important;
  margin-top: -4px;
}

.header-right.userhome_icon .pull-right ul {
  right: 0;
}

@media screen and (max-width:767px) {
  .header-right.userhome_icon .pull-right {
    position: absolute;
    right: 60px;
    top: 22px;
    z-index: 9;
  }
}

@media screen and (min-width:1380px) {
  .header-right.userhome_icon .pull-right {
    position: absolute;
    margin-right: 17% !important;
    top: 28px;
    margin-right: 16px;
    z-index: 100;
    width: 88px;
    margin-top: 0px;
  }
}

a.btn.btn-sm.btn-primary.btn-sm.menu-dropdown {
  margin-right: 90px;
  top: 20px;
}

.header-right.userhome_icon .pull-right .btn-group>.glyphicon {
  font-size: 18px;
}

.header-right.userhome_icon .pull-right li .glyphicon {
  left: -10px;
}

.profile-sidebar {
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin-bottom: 30px;
  min-height: 475px;

}

.profile-sidebar:hover {
  box-shadow: 0 -2px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.row.profile {
  margin-top: 70px;
}

.manage_model {
  margin-top: 80px;
}

.manage_model h2 {
  /* font-size: 34px; */
  text-align: center;
  text-transform: none;
  margin-bottom: 25px;
}

.hidden {
  display: none;
}

.hr-center {
  margin-top: 50%;
}

.female {
  box-shadow: 3px 3px 5px #faa8a8;
}

.chk-female:before {
  border: 2px solid #faa8a8 !important;
}

.web_edit_model .nav {
  padding: 0;
}

.web_edit_model .form-control {
  width: 100%;
}

.manage_model .col-sm-6.left input,
.manage_model .col-sm-6.right input,
.manage_model .col-sm-6.left select,
.input_file {
  width: 100%;
}

.manage_model .upload_images {
  padding: 0;
}

.change_pass {
  width: 400px;
  margin: 0 auto;
}

.change_pass input[type="password"],
.change_pass input[type="email"] {
  height: 45px;
  margin: 15px 0;
  width: 100%;
  font-size: 18px;
  padding-left: 8px;
}

.change_pass button[type="submit"] {
  width: 100px;
  margin: 0 auto;
  display: block;
}

.login_user input[type="email"] {
  width: 175px;
}

.recaptcha {
  top: 20px;
}

/*# sourceMappingURL=style.css.map */
.ui-datepicker {
  position: absolute !important;
  left: 18px !important;
  width: 88%;
  top: 59px !important;
}

.ui-timepicker div a+span {
  width: 14px !important;
  text-align: center;
  font-size: 18px;
}

.ui-timepicker div a+span+span {
  width: 14px !important;
  text-align: center;
  font-size: 18px;
}

.fa.fa-angle-down,
.fa.fa-angle-up {
  display: block !important;
  width: 33px;
  position: relative;
  left: 5px;
}

.ui-separator span {
  position: relative;
  left: 8px;
  top: -3px;
}

.ui-separator a {
  visibility: hidden;
}

.ui-timepicker.ui-widget-header.ui-corner-all div {
  float: left;
}

a.ui-datepicker-prev span.fa-angle-left::before {
  margin: 1px 12px !important;
  position: absolute;
}

td a img {
  width: 30px;
}

.bg-female {
  background: #ffecf0 !important;
}

td p {
  margin: 0px;
  font-weight: bold;
}

.content-details h6 {
  color: white;
}

div#media h4 {
  border-bottom: 2px solid #30938d;
  width: 74px;
  margin: 0 auto;
  padding-bottom: 4px;
  text-transform: uppercase;
  font-weight: 600;
}

div#media .panel-body .div-border .col-sm-4 {
  margin-bottom: 50px;
}

div#media .panel-body .div-border .col-sm-4 img {
  margin: 0 auto;
  max-height: 240px;
  min-height: 240px;
}

.msg {
  font-size: 18px;
  text-align: center;
}


.cuppa-dropdown .fa-angle-down:before,
.cuppa-dropdown .fa-angle-up:before {
  position: absolute;
  right: 12px;
}

.cuppa-dropdown .fa.fa-angle-down,
.fa.fa-angle-up {
  width: 100%;
}

.skills div.selected-list>div {
  box-shadow: none !important;
}

div.dropdown-list .pure-checkbox.select-all {
  padding-top: 12px !important;
}

.dropdown-list {
  padding: 9px !important;
}

div.dropdown-list li.pure-checkbox {
  padding: 10px 0 0px 10px !important;
}

div.dropdown-list .pure-checkbox label {
  font-size: 14px !important;
}

div.dropdown-list .pure-checkbox label::before {
  color: #339997 !important;
  border: 1px solid #339999 !important;
  background: #ffffff !important;
}

div.dropdown-list .pure-checkbox label::after {
  border-color: #339997 !important;
  margin-top: -5px !important;
}

div.dropdown-list ul h4 {
  margin: 10px 0px !important;
}

.selected-list div.c-token {
  background-color: #339999 !important;
}

input#c_name {
  margin-top: 27px;
}

.input_file.class-upload {
  background: white;
  padding: 1px;
  height: 22px;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  font-size: 13px;
  font-weight: bold;
}

.alert {
  padding: 9px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.green {
  color: green;
  display: inline-block;
}

#subscribe-wrapper {
  margin-top: 0px;
  position: relative;
}

.subscribe-wrapper {
  background: #edf0f9;
  padding: 10px 10px;
  margin: 20px auto 0;
  border: none;
  text-align: center;
  border-radius: 5px;
}

.cancel-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  color: #d2d5e4;
  font-size: 20px;
  margin-top: -14px;
}

.subscribe-content {
  padding: 10px 10px;
}

.subscribe-label {
  color: #44424b;
  font-size: 18px;
  margin-right: 10px;
  font-weight: 600;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  padding: 0 10%;
}

.agree-label {
  font-size: 12px;
  font-weight: normal;
  color: #a4a8b3;
}

.agree-label input[type=checkbox] {
  vertical-align: middle;
}

.subscribe-inputs {
  display: inline-block;
  vertical-align: middle;
}

.subscribe-email {
  background: #fff;
  border: 1px solid #dee2e4;
  outline: None;
  width: 280px !important;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 38px;
  padding: 0 10px 0 10px;
  vertical-align: middle;
  font-size: 16px;
}

.subscribe-submit {
  margin-left: 5px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}

.btn-icon-animation {
  overflow: hidden;
  position: relative;
  width: 120px;
}

.subscribe-submit {
  background: #fa5f66;
  height: 36px;
  border: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  border: none;
  font-size: 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  vertical-align: middle;
  padding: 0 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-icon-animation:before {
  font-size: 22px;
  position: absolute;
  left: -120%;
  top: 7px;
}

.icon-right-small:before {
  content: "\f118";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  /* top: 10px; */
  left: -70px;
  color: #fff;
}

.subscribe-submit.btn-icon-animation:hover,
.site-popup-content .btn-icon-animation:hover {
  text-indent: 120%;
  opacity: 1;
}

.btn-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
}

.subscribe-submit-2 {
  background: #fa5f66;
  height: 36px;
  border: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  border: none;
  font-size: 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  vertical-align: middle;
  padding: 0 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subscribe-submit-2 {
  margin-left: 5px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}

.subscribe-submit-2.btn-icon-animation:hover,
.site-popup-content .btn-icon-animation:hover {
  text-indent: 120%;
  opacity: 1;
}

.icon-right-small-2:before {
  content: "\f118";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  /* top: 10px; */
  left: -70px;
  color: #fff;
}

.mt-3 {
  margin-top: -3px;
}

.profile-userpic {
  max-height: 165px;
}

.unsubscribe-text {
  text-align: center;
  font-size: 40px;
}

.sex label {
  margin: 0;
  display: inline-block;
  float: left;
  text-align: left;
  margin-left: 4px;
  width: 50px;
  margin-top: 13px;
}

.sex input[type="radio"] {
  margin: 0;
  display: inline-block;
  width: 21px;
  float: left;
}

.about_address_content {
  font-size: 16px;
  color: #333;
}

.banner__bg__img {
  height: auto;
  background-size: cover !important;
}

#bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translateX(-50%) translateY(-50%);
  transition: opacity 1s;
}

.container-height.container-height-home {
  height: 100vh;
}

.logo {
  left: 13%;
  position: absolute;
  z-index: 999;
  top: 10px;
}

span.hamburger {
  float: right;
  color: #021d32;
  position: relative;
  top: 3px;
}

span.hamburger label {
  font-size: 18px;
  vertical-align: middle;
  margin-bottom: 3px;
  position: relative;
  left: 5px;
}

.login_burger ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  margin-top: 0px;
}

.login_burger ul li {
  float: left;
}

.my_navbar {
  background: transparent;
  height: 82px;
  position: relative;
  margin-top: -10px;
}

.login_burger a.login {
  float: right;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  right: 40px;
  position: relative;
  color: #333333;
  font-family: 'Lucy_Rounded';
  letter-spacing: 1px;
}

.overlay a.login_cross {
  position: absolute;
  right: 18%;
  padding: 0;
  top: 30px;
  color: #818181;
  font-size: 18px;
  text-transform: uppercase;
}

.login_burger {
  float: right;
  position: relative;
  right: 13%;
  top: 33px;
  z-index: 99;
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  width: auto;
  margin-left: 21%;
  text-align: center;
}

.overlay-content ul {
  list-style: none;
  position: relative;
  top: 14px;
}

.overlay-content ul li {
  float: left;
}

.overlay a {
  padding: 8px 7px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 17px;
  right: 14.5%;
  font-size: 32px;
  padding: 0;
}

.overlay-content ul li a {
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  font-family: 'Lucy_Rounded';
  margin-top: 5px;
}

.sub-menu-parent {
  position: relative;
}

.sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute !important;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(-2em);
  z-index: -1;
  padding: 0;
  line-height: 10px;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.sub-menu-parent:hover .sub-menu,
.sub-menu-parent:focus .sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
  padding: 0;
  line-height: 10px;
  position: absolute;
  top: 66px;
  background: rgba(0, 0, 0, 0.34);
  padding-right: 105px;
  padding-bottom: 10px;
}

.overlay .closebtn img {
  width: 16px;
  margin-left: -33px;
}

.overlay .closebtn img:hover {
  filter: brightness(250%);
}

.overlay-content ul li.sub-menu-parent ul li a {
  padding-bottom: 6px;
}

.overlay-content ul li.sub-menu-parent a {
  padding-bottom: 43px;
}

.overlay-content ul li.sub-menu-parent ul li:first-child {
  padding-top: 9px;
}

.overlay-content ul li.sub-menu-parent ul li:last-child {
  padding-bottom: 10px;
}

li.sub-menu-parent:before {
  content: '\25bc';
  width: 20px;
  height: 20px;
  position: absolute;
  color: dimgrey;
  display: block;
  z-index: 999999999;
  top: 30px;
  right: -17px;
  font-size: 17px;
  transition: 0.2s;
}

li.sub-menu-parent:hover:before {
  content: '\25b2';
  top: 18px;
  color: #021d32;
}

li.sub-menu-parent:hover a {
  color: #ffffff;
}

.overlay-content ul li.sub-menu-parent ul li a {
  color: #908f8f;
}

.overlay-content ul li.sub-menu-parent ul li a:hover {
  color: #ffffff;
}

.logo img {
  transition: width .3s;
  width: 144px;
  margin-top: 3px;
}

div#myNav {
  background: rgba(0, 0, 0, 0.9);
}

.home div#myNav {
  background: rgba(0, 0, 0, 0.9);
}

@media screen and (max-width: 1379px) {
  .overlay a.login_cross {
    right: 50px;
  }

  .overlay .closebtn {
    right: 20px;
  }

  .overlay-content {
    margin-left: 125px;
  }

  .login_burger {
    right: -24px;
  }

  .logo {
    left: 16px;
  }
}

@media screen and (max-width: 991px) {
  .overlay-content ul li a {
    font-size: 14px;
  }

  .overlay a.login_cross {
    right: 55px;
    font-size: 15px;
  }

  .overlay .closebtn img {
    width: 20px;
  }

  .overlay .closebtn {
    top: 18px;
  }

  li.sub-menu-parent:before {
    top: 15px;
    right: -14px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .overlay-content ul li {
    float: none;
  }

  .overlay-content ul {
    top: 0px;
    padding: 0px;
  }

  .sub-menu-parent {
    left: 0;
  }

  .my_navbar {
    background: #000;
  }

  .overlay-content {
    margin-left: -15px;
    top: 70px;
  }

  .login_burger {
    right: -33px;
  }

  .overlay .closebtn {
    top: 24px;
    right: 22px;
  }

  .overlay a.login_cross {
    left: 19px;
    margin-top: -5px;
    font-size: 18px;
  }

  .login_burger a.login {
    right: 52px;
  }

  span.hamburger {
    position: relative;
    right: 8px;
  }

  .logo img {
    width: 170px;
  }

  .logo {
    left: 9px;
  }

  .overlay-content ul li a {
    font-size: 17px;
  }

  .overlay a.login_cross {
    left: 19px;
    margin-top: -5px;
    font-size: 18px;
  }

  span.hamburger label {
    display: none;
  }

  .login_burger a.login {
    right: 15px;
  }

  .login_burger {
    top: 16px;
  }
}

@media screen and (max-width: 1200px) {
  .banner__bg__img {
    background-position: 19% center !important;
  }
}

@font-face {
  font-family: 'champa_and_limo_bold';
  src: url("Champagne & Limousines Bold.ttf");
}

@font-face {
  font-family: 'champa_and_limo';
  src: url("Champagne_Limousines.ttf");
}

@font-face {
  font-family: 'Lucy_Rounded';
  src: url("Lucy_Rounded.ttf");
}

@font-face {
  font-family: 'Lucy_Rounded_Bold';
  src: url("Lucy_Rounded_Bold.ttf");
}

.togggle {
  overflow: hidden;
}

body {
  font-family: 'Lucy_Rounded';
  margin: 0px;
  font-size: 12px;
  /*Lucy_Rounded*/
}

body h1,
body h2 {
  font-family: 'Lucy_Rounded';
  margin: 0px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

.no-padding {
  padding: 0px;
}

.min_height {
  min-height: 102vh;
}

.my_model {
  padding-top: 50px;
}

.models h2 {
  /* font-size: 34px; */
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 75px;
}

.login_user h2 {
  font-size: 25px;
  margin-top: 40px;
}

.models .form h2 {
  font-size: 20px;
  text-transform: uppercase;
  text-align: left;
  color: #003366;
  margin: 0;
  margin-bottom: 34px;
}

.models .form h3 {
  font-size: 22px;
  text-transform: uppercase;
  text-align: left;
  color: #6d6b6b;
  margin-top: 25px;
}

.my_models {
  padding: 0 14%;
}

.form input[type="checkbox"] {
  margin-top: 15px;
  position: relative;
}

.form input[type="submit"] {
  margin-top: 32px;
  background: #021d32;
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  padding: 3px 20px;
  box-shadow: 3px 4px 4px #969595;
  border: 1px solid #021d32;
  transition: all .3s ease-in-out;
}

.form input[type="submit"]:hover {
  background: transparent;
  border: 1px solid #021d32;
  color: #021d32;
}

.form input[type="checkbox"]:before {
  content: '';
  width: 17px;
  height: 16px;
  display: block;
  position: absolute;
  background: white;
  border-radius: 0;
  border: 1px solid #b3b0b0;
  top: 0;
  left: 0;
}

.form input[type="checkbox"]:after {
  background: #333;
  top: 50%;
  transition: .3s;
  transform: scale(3.4);
  opacity: 0;
  margin-top: 0px;
  content: '';
  position: absolute;
  left: 3px;
  border-radius: 0px;
}

.form input[type="checkbox"]:checked:after {
  transform: scale(1);
  opacity: 1;
  content: '\f00c';
  position: absolute;
  font-family: FontAwesome;
  font-size: 16px;
  color: white;
  top: 0;
  left: 0;
  width: 17px;
  height: 16px;
  padding: 0;
}

.form input[type="checkbox"]+span {
  margin-left: 10px;
  font-size: 13px;
}

input[type="text"],
input[type="password"] {
  width: 175px;
}

.col-sm-7.models_content.match_height {
  vertical-align: middle;
  display: table;
}

.col-sm-7.models_content.match_height p {
  font-size: 22px;
  color: #333;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.owl-item>div:after {
  font-family: sans-serif;
  font-size: 24px;
  font-weight: bold;
}

.owl-carousel .owl-item img {
  max-width: 99%;
  padding: 20px 10px;
  border: none;
}

h1 {
  font-size: 56px;
  line-height: 56px;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .our--partners h1 {
    font-size: 45px;
  }
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-prev {
  left: 0px;
}

.owl-next {
  right: 0px;
}

.owl-next,
.owl-prev {
  height: 100%;
  position: absolute;
  top: 0;
  width: 0%;
}

.icon-arrow-left7 {
  left: -15px;
}

.icon-arrow-right7 {
  right: -15px;
}

.icon-arrow-right7:hover:before {
  color: black;
}

.icon-arrow-left7:hover:before {
  color: black;
}

.owl__block .icon {
  color: #4f5e6e;
  font-family: 'FontAwesome';
  font-size: 23px;
  line-height: 60px;
  margin-top: -30px;
  position: absolute;
  top: 50%;
  text-align: center;
  width: 17px;
  height: 60px;
  cursor: pointer;
}

.icon-arrow-left7:before {
  content: "\f053";
}

.icon-arrow-right7:before {
  content: "\f054";
}

.owl__block {
  position: relative;
  margin-top: 80px;
  margin-bottom: 15px;
}

.owl-stage-outer {
  padding-bottom: 2px;
}

@media screen and (max-width: 767px) {
  .col-sm-5.my_form.match_height {
    text-align: center;
  }

  .overlay-content ul li.sub-menu-parent ul li a:hover {
    color: #fff;
  }

  .models .form h2 {
    text-align: center;
  }

  .models .form h3 {
    text-align: center;
  }

  input[type="text"],
  input[type="password"] {
    width: 300px;
    border: 1px solid #b5b3b3;
  }

  .form input[type="submit"] {
    margin-top: 18px;
  }

  .col-sm-7.models_content.match_height {
    position: relative;
    top: 26px;
  }

  .models h2 {
    margin-bottom: 40px;
  }

  .models .form h2 {
    margin-bottom: 26px;
  }

  .owl__block {
    margin-top: 44px;
  }
}

@media screen and (max-width: 499px) {
  .my_models {
    padding: 0;
  }

  input[type="text"],
  input[type="password"] {
    width: 254px;
  }

  .col-sm-7.models_content.match_height p {
    font-size: 20px;
  }
}

.become_model {
  margin-top: 80px;
}

.become_model h2 {
  font-size: 24px;
  text-align: center;
  text-transform: none;
  margin-bottom: 25px;
}

.div-border h4 {
  text-align: center;
}

.div-border {
  border: 1px solid #33999926;
  padding: 10px 30px;
}

.btn-right {
  right: 0;
  margin: -42px 0;
}

.become_model_img_box {
  background-color: #eee;
  white-space: nowrap;
  display: table;
  position: relative;
}

.become_model_img {
  vertical-align: middle;
  padding: 0;
  display: table-cell;
  position: relative;
}

.become_model_img img {
  max-width: 100%;
  width: 100%;
}

.become_model_content {
  margin-top: 70px;
}

.become_model_content p {
  font-size: 14px;
  color: #333;
  text-align: center;
}

.become_model_how_work_steps {
  text-align: center;
}

.become_model_how_work_steps img {
  width: 50px;
}

.become_model_how_work_steps h2 {
  font-size: 18px;
  margin: 6px 0 15px 0;
}

.become_model_how_work_steps p {
  font-size: 14px;
  line-height: 24px;
}

.become_model_how_work_steps .col-md-3 {
  padding: 0 10px;
}

.become_model_arrow_img {
  text-align: center;
}

.become_model_arrow_img img {
  margin-top: 15px;
}

.become_model_form input {
  max-width: 400px;
  width: 273px;
}

.col-sm-6 input,
.col-sm-6 select,
.col-sm-6 select,
.col-sm-6 textarea {
  height: 45px;
  margin: 0 0 10px 0;
  width: 100%;
  font-size: 14px;
  padding-left: 8px;
}

.col-md-4 input,
.col-md-4 select,
.col-md-4 textarea {
  height: 45px;
  width: 100%;
  font-size: 14px;
  padding-left: 10px;
}

.col-sm-12.left input,
.col-sm-12.left select,
.col-sm-12.left textarea {
  width: 100%;
  margin: 15px 0;
  padding: 8px;
  overflow: hidden;
}

.modal-body {
  padding: 0px;
}

.become_model_form .col-sm-6.left {
  text-align: none;
  padding-right: 30px;
}

.become_model_form .col-sm-6.right {
  text-align: left;
  padding-left: 30px;
}

.become_model_form .col-sm-6 textarea {
  height: 125px;
  resize: vertical;
}

.others {
  color: black;
}

.become_model_form {
  margin-top: 15px;
}

.become_model_arrow_img img {
  width: 95%;
}

.upload_images {
  padding: 0 6% 0 10%;
}

.upload_images .col-sm-4 {
  padding: 0 10px;
}

.upload_images h3 {
  padding-left: 8px;
}

.input_file {
  position: relative;
  margin: 5px 0;
  padding: 14px 0;
  height: 70px;
  text-align: center;
  color: #333;
  text-transform: uppercase;
  font-size: 14px;
  background-color: #edf0f9;
  cursor: pointer;
}

.input_file:hover p {
  color: white;
}

.input_file p {
  transition: all .3s ease-in-out;
}

input[type="file"] {

  z-index: 1;
  cursor: pointer;
  position: absolute;

  bottom: 0px;
}

.upload_images h3 {
  font-size: 18px;
  color: #333;
  position: relative;
  top: 0px;
}

.become_model_form input[type="submit"] {
  margin-top: 32px;
  background: #021d32;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  padding: 5px 20px;
  box-shadow: 3px 4px 4px #969595;
  border: 1px solid #021d32;
  transition: all .3s ease-in-out;
  width: 170px;
  font-family: 'Lucy_Rounded';
  float: right;
  margin-right: 21%;
}

.become_model_form input[type="submit"]:hover {
  background: transparent;
  border: 1px solid black;
  color: #021d32;
}

.container-fluid.no-padding.be_model {
  margin-bottom: 70px;
}

@media screen and (max-width: 1199px) {
  .become_model_form input[type="submit"] {
    margin-right: 10%;
  }
}

@media screen and (max-width: 991px) {

  .col-sm-6.right input,
  .col-sm-6.right textarea {
    width: 100%;
  }

  .col-sm-6.left input,
  .col-sm-6.left textarea,
  .col-sm-6.left select {
    width: 100%;
  }

  input[type="file"] {
    max-width: 200px;
  }

  .upload_images {
    padding: 0 6% 0 6%;
  }

  .input_file {
    width: 100%;
  }

  .become_model_form input[type="submit"] {
    margin-right: 11%;
  }
}

@media screen and (max-width: 767px) {
  .become_model h2 {
    margin-bottom: 30px;
  }

  .become_model_content {
    margin-top: 30px;
  }

  .become_model_content p {
    font-size: 20px;
  }

  .become_model_how_work {
    margin-top: 40px;
  }

  .become_model_how_work>h2 {
    margin: 0;
    text-decoration: underline;
  }

  .become_model_how_work_steps .col-sm-3 {
    margin-top: 25px;
  }

  .become_model_how_work_steps h2 {
    margin: 0px;
  }

  .become_model_form .col-sm-6.right {
    padding-left: 15px;
    width: 470px;
    margin: 0 auto;
  }

  .become_model_form .col-sm-6.left {
    padding-right: 15px;
    width: 470px;
    margin: 0 auto;
  }

  .upload_images {
    padding: 0;
    width: 275px;
    margin: 0 auto;
    text-align: center;
  }

  .become_model_form input[type="submit"] {
    margin: 0 auto;
    float: none;
    display: list-item;
  }

  .container-fluid.no-padding.be_model {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 499px) {
  .become_model_form .col-sm-6.right {
    width: 100%;
  }

  .become_model_form .col-sm-6.left {
    width: 100%;
  }

  .col-sm-6.left input,
  .col-sm-6.left select,
  .col-sm-6.left textarea {
    margin: 0px;
    font-size: 16px;
  }

  .become_model_form .col-sm-6 textarea {
    height: 120px;
  }

  .become_model_content p {
    font-size: 19px;
  }
}

.about_us {
  margin-top: 80px;
  margin-bottom: 140px;
}

.about_us>h2 {
  /* font-size: 30px; */
  text-align: center;
  text-transform: none;
  margin-bottom: 75px;
}

.about_content p {
  font-size: 16px;
  color: #333;
}

.about_content.match_height {
  display: table-cell;
  vertical-align: middle;
}

.about_us .match_height {
  text-align: center;
}

.about_us .match_height .about_img img {
  width: 165px;
  margin: 4px 2px;
}

@media screen and (max-width: 767px) {
  .about_us>h2 {
    /* margin-bottom: 30px; */
  }

  .about_us .match_height {
    height: auto !important;
  }

  .row.about_us .col-sm-6+.col-sm-6 {
    margin-top: 40px;
  }

  .about_us {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 499px) {
  .about_us .match_height .about_img img {
    width: 135px;
  }

  .about_content p {
    font-size: 18px;
  }

  .row.about_us .col-sm-6+.col-sm-6 {
    margin-top: 30px;
  }
}

.contact_form input[type="text"] {
  width: 185px;
  padding-left: 8px;
  height: 30px;
}

.row.contact_us {
  margin-top: 80px;
  margin-bottom: 70px;
}

.row.contact_us>h2 {
  /* font-size: 34px; */
  text-align: center;
  text-transform: none;
  margin-bottom: 75px;
}

.row.contact_us .match_height {
  text-align: center;
}

.row.contact_us .match_height img {
  width: 400px;
}

.about_content {
  text-align: center;
}

.row.contact_form {
  padding: 0 14%;
  margin-top: 50px;
}

.row.contact_form input {
  margin-bottom: 20px;
}

.row.contact_form input[type="submit"] {
  background: #021d32;
  color: white;
  text-transform: uppercase;
  font-size: 19px;
  padding: 3px 20px;
  box-shadow: 3px 4px 4px #969595;
  border: 1px solid #021d32;
  transition: all .3s ease-in-out;
}

.row.contact_form input[type="submit"]:hover {
  background: transparent;
  border: 1px solid black;
  color: #021d32;
}

.about_content .address {
  text-align: left;
  margin-left: 14%;
  margin-top: 50px;
}

.about_content .address p {
  line-height: 25px;
  margin-bottom: 7px;
  text-indent: -13px;
  margin-left: 28px;
}

.about_content .address p span {
  margin-left: 11px;
}

.about_content .address p i.fa {
  color: #339999;
}

.row.contact_form textarea {
  height: 70px;
  resize: vertical;
  width: 400px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
  .row.contact_form {
    padding: 0 6%;
  }

  .about_content .address {
    margin-left: 6%;
  }
}

@media screen and (max-width: 991px) {
  .row.contact_us .match_height img {
    width: 360px !important;
    height: 205px !important;
  }

  .row.contact_us iframe.match_height {
    width: 360px !important;
    height: 205px !important;
  }

  .row.contact_form {
    padding: 0;
  }

  .contact_form input[type="text"] {
    width: 170px;
  }

  .row.contact_form textarea {
    width: 358px;
  }

  .about_content .address {
    margin-left: 3%;
  }
}

@media screen and (max-width: 767px) {
  .row.contact_us>h2 {
    margin-bottom: 30px;
  }

  .row.contact_form {
    text-align: center;
  }

  .contact_form input[type="text"],
  .row.contact_form textarea {
    width: 290px;
    margin-bottom: 10px;
  }

  .about_content .address {
    margin-left: 0;
    margin: 50px auto 0;
    display: table;
  }

  .row.contact_us .match_height {
    height: auto !important;
  }

  .row.contact_us iframe.match_height {
    height: 280px !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 499px) {
  .row.contact_us .match_height img {
    width: 284px !important;
    height: auto !important;
  }

  .about_content .address {
    margin: 25px auto 0;
  }

  .row.contact_us {
    margin-bottom: 30px;
  }
}

.faq {
  margin-top: 80px;
  margin-bottom: 70px;
}

.faq h2 {
  /* font-size: 34px; */
  text-align: center;
  text-transform: none;
  margin-bottom: 40px;
}

.faq .panel-group .panel {
  border-radius: 0;
}

.faq .panel-group .panel+.panel {
  margin-top: 0;
}

.faq .panel-heading {
  background-color: #fff;
  border-radius: 0;
  border: none;
  padding: 0;
}

.faq .panel-title a {
  display: block;
  color: #333;
  padding: 15px 8% 15px 15px;
  position: relative;
  font-size: 16px;
  text-decoration: none;
  font-family: Lucy_Rounded;
}

.faq .panel-body {
  background: #fff;
  border: none !important;
}

.faq .panel:last-child .panel-body {
  border-radius: 0 0 4px 4px;
}

.faq .panel:last-child .panel-heading {
  border-radius: 0 0 4px 4px;
  transition: border-radius 0.3s linear 0.2s;
}

.faq .panel:last-child .panel-heading.active {
  border-radius: 0;
  transition: border-radius linear 0s;
}

.faq .panel-heading a:before {
  content: '\e146';
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  font-size: 24px;
  transition: all 0.5s;
  transform: scale(1);
}

.faq .panel-heading.active a:before {
  content: ' ';
  transition: all 0.5s;
  transform: scale(0);
}

.faq #bs-collapse .panel-heading a:after {
  content: ' ';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  transform: scale(0);
  transition: all 0.5s;
}

.faq #bs-collapse .panel-heading.active a:after {
  content: '\e909';
  transform: scale(1);
  transition: all 0.5s;
}

.faq #accordion .panel-heading a:before {
  content: '\e316';
  font-size: 44px;
  color: #333;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  transform: rotate(540deg);
  transition: all 0.5s;
}

.faq #accordion .panel-heading.active a:before {
  transform: rotate(0deg);
  transition: all 0.5s;
}

.faq .panel-collapse .panel-body {
  font-size: 14px;
  line-height: 1.2;
  padding: 0px 20% 0px 37px;
}

.faq div#accordion {
  padding: 0 7%;
}

@media screen and (max-width: 767px) {
  .faq div#accordion {
    padding: 0;
  }
}

@media screen and (max-width: 499px) {
  .faq .panel-collapse .panel-body {
    padding: 0 15px 0 8px;
  }

  .faq .panel-title a {
    padding: 15px 14% 15px 8px;
    font-size: 20px;
    padding-bottom: 0px;
  }

  .row.faq>.col-sm-12 {
    padding: 0 5px;
  }

  .faq #accordion .panel-heading a:before {
    font-size: 37px;
  }

  .faq {
    margin-bottom: 30px;
  }
}

.row.tnc {
  margin: 0;
  margin-top: 80px;
  margin-bottom: 70px;
}

.row.tnc h2 {
  /* font-size: 34px; */
  text-align: center;
  text-transform: none;
  margin-bottom: 40px;
}

.tnc_content h3 {
  font-size: 16px;
  color: #333;
  font-family: 'Lucy_Rounded';
  font-weight: bold;
}

.tnc_content p {
  font-size: 14px;
  color: #333;
  text-align: justify;
}

video {
  max-width: 100%;
}

@media screen and (max-width: 499px) {
  .tnc_content p {
    font-size: 17px;
    line-height: 1.3;
  }

  .row.tnc {
    margin-bottom: 30px;
  }

  .row.tnc h2 {
    margin-bottom: 30px;
  }
}

.row.blogs {
  margin: 0;
  margin-top: 80px;
  margin-bottom: 0px;
  text-align: center;
}

.row.blogs h2 {
  /* font-size: 34px; */
  text-align: center;
  text-transform: none;
  margin-bottom: 40px;
}

.blogs_box p {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 22px;
  margin-bottom: 22px;
}

.row.blogs_content {
  margin: 0;
}

.blogs_box a {
  background: #021d32;
  border: none;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px 7px;
  box-shadow: 3px 4px 4px #969595;
  border: 1px solid #021d32;
  transition: all .3s ease-in-out;
  text-decoration: none;
}

.blogs_box a:hover {
  background: transparent;
  border: 1px solid #021d32;
  color: #021d32;
}

.row.blogs_content .blogs_box {
  margin-bottom: 60px;
}

.row.blogs_content .blogs_box img {
  width: 100%;
}

@media screen and (max-width: 499px) {
  .col-xs-6.col-sm-3.blogs_box {
    padding: 0 1%;
  }

  .blogs_box p {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 16px;
    padding: 0 4px;
  }

  .row.blogs_content .blogs_box {
    margin-bottom: 36px;
  }

  .my_blogs.container {
    padding: 0 3px;
  }
}

.row.search {
  margin: 0;
  margin-top: 80px;
  margin-bottom: 70px;
}

.row.search h2 {
  /* font-size: 34px; */
  text-align: center;
  text-transform: none;
  margin-bottom: 40px;
}


.row.search_content p {
  font-size: 14px;
  font-family: 'Lucy_Rounded';
  color: #333;
  margin-top: 0 !important;
  display: inline-block;
  text-align: left;
}

.row.search_content label {
  font-size: 18px;
  font-family: 'Lucy_Rounded';
  color: #333;
}

.search [type="checkbox"]:not(:checked),
.search [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.search [type="checkbox"]:not(:checked)+label,
.search [type="checkbox"]:checked+label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
  top: 7px;
}

.search [type="checkbox"]:not(:checked)+label:before,
.search [type="checkbox"]:checked+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.search [type="checkbox"]:not(:checked)+label:after {
  opacity: 0;
  transform: scale(0);
}

.search [type="checkbox"]:not(:checked)+label:after,
.search [type="checkbox"]:checked+label:after {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  top: 4px;
  left: 3px;
  font-size: 17px;
  line-height: 0.8;
  color: #284f6d;
  transition: all .2s;
}

.row.search_content label+img {
  padding: 0 10px;
}

input#total {
  font-size: 14px;
  font-weight: bold;
  border: 0;
  text-align: left;
  margin-right: 0;
}

div#rangeSlider {
  float: right;
  height: 250px;
  right: 41px;
  border-radius: 0;
  background: #eceaea;
  border: none;
  width: 10px;
}

div#rangeSlider img {
  height: 266px;
  margin-top: -10px;
  margin-left: 4px;
}

.row.search_content p+div img {
  float: left;
  height: 260px;
  margin-top: -6px;
  z-index: 9;
  position: relative;
  width: 108px;
}

.row.search_content p+div+div img {
  float: left;
  height: 257px;
  margin-top: -4px;
  z-index: 9;
  position: relative;
  width: 102px;
}

.row.search_content .height_chart {
  padding: 0;
  margin-top: 25px;
}

.ui-slider-range.ui-widget-header.ui-corner-all {
  background: #339999;
  width: 221px;
  position: absolute;
  left: -211px;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  background: #fff !important;
}

span.ui-slider-handle.ui-state-default.ui-corner-all:focus {
  outline: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  z-index: 99 !important;
}

.slider-box {
  margin: 0px auto;
}

.slider-box input {
  border: none;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  width: 30%;
}

.slider-box input {
  width: 70%;
}

.slider {
  margin: 0px 0;
}

input#priceRange {
  position: relative;
  top: -20px;
  color: #333;
  font-family: Lucy_Rounded;
  font-size: 14px;
}

div#price-range {
  margin-top: -12px;
}

.row.search_content .height_chart label {
  position: relative;
  top: -7px;
  left: 0px;
}

.row.search_content .height_chart h6 {
  font-size: 10px;
  margin-top: 7px;
  text-align: left;
  font-family: 'Lucy_Rounded';
  color: #333;
}

input#outerLegRange,
input#innerLegRange,
input#waist,
input#hips,
input#shoe,
input#cloth {
  color: #333;
  font-family: Lucy_Rounded;
  font-size: 14px;
}

.row.search_content .height_chart .col-sm-12 {
  min-height: 66px;
  margin-top: 4px;
}

input#search_btn {
  margin-right: 9%;
  background: #021d32;
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  padding: 3px 20px;
  box-shadow: 3px 4px 4px #969595;
  border: 1px solid #021d32;
  transition: all .3s ease-in-out;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
}

input#search_btn:hover {
  background: transparent;
  border: 1px solid #021d32;
  color: #021d32;
}

.profile_pic {
  display: inline-block;
  box-shadow: 3px 3px 5px #908f8f;
  margin: 1%;
  width: 22.6%;
  padding: 0;
}

.profile_pic img {
  width: 100%;
}

.profile_pic .content {
  position: relative;
}

.profile_pic .content .content-overlay {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.profile_pic .content:hover .content-overlay {
  opacity: 1;
}

.profile_pic .content-details {
  position: absolute;
  text-align: center;
  padding-left: 0.5em;
  padding-right: 0.5em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.profile_pic .content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.profile_pic .content-details h3 {
  color: #fff;
  margin: 0;
  font-size: 16px;
}

.profile_pic .content-details p {
  color: #fff;
  font-size: 0.8em;
}

.profile_pic .fadeIn-top {
  top: 20%;
}

.profile_pic .content-details a+a {
  float: right;
}

.profile_pic .content-details a {
  color: #ccc;
  position: relative;
  float: left;
  top: 100px;
  text-decoration: none;
}

.profile_pic .content-details a:hover {
  color: #fff;
}

.row.search_pic {
  margin-top: 0px;
}

.col-sm-12.height_chart>.col-sm-3 {
  width: 292px;
}

.col-sm-12.height_chart>.col-sm-4 {
  padding: 0;
}

.col-sm-12.height_chart>.col-sm-4 .col-sm-12 {
  padding: 0 10px;
}

@media screen and (max-width: 1199px) {
  .profile_pic .content:hover .content-details {
    padding: 0 3px;
  }

  .profile_pic .content-details a {
    top: 76px;
  }
}

@media screen and (max-width: 991px) {
  .col-sm-12.height_chart>.col-sm-3 {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    padding: 0 32.5%;
  }

  .col-sm-12.height_chart>.col-sm-4 {
    width: 50%;
    margin-top: 30px;
  }

  .height_name>.col-sm-3 {
    display: none;
  }

  .col-sm-12.height_name>.col-sm-3>p {
    display: none;
  }

  .row.search_content .height_chart:before {
    content: 'Height';
    font-size: 20px;
    font-family: 'Lucy_Rounded';
    color: #333;
    margin-left: 28px;
    float: left;
  }

  .profile_pic .content-details a {
    float: none;
    top: 42px;
    display: block;
  }

  .profile_pic .content-details a+a {
    float: none;
  }
}

@media screen and (max-width: 767px) {
  .col-sm-12.height_chart>.col-sm-3 {
    width: 292px;
    padding: 0 15px;
    margin: 0 25%;
  }

  .col-sm-12.height_chart>.col-sm-4 .col-sm-12 .col-xs-3 {
    padding: 0;
  }

  .col-sm-12.height_chart>.col-sm-4 .col-sm-12 .col-xs-9 {
    padding: 0 3px;
    width: 97%;
  }

  .col-sm-12.height_chart>.col-sm-4 .col-sm-12>.col-xs-3 {
    width: 100%;
  }

  input#search_btn {
    margin-top: 22px;
  }

  input#priceRange {
    margin-top: 14px;
  }

  .height_name p {
    margin-bottom: 6px;
    margin-top: 11px;
  }

  .height_name {
    margin-top: 10px;
    margin-bottom: 50px;
  }

  .profile_pic {
    width: 31.3%;
    float: left;
  }

  .profile_pic .content-details a {
    float: none;
    top: 54px;
    display: block;
  }

  .profile_pic .content-details a+a {
    float: none;
  }
}

@media screen and (max-width: 499px) {
  .col-sm-12.height_chart>.col-sm-3 {
    margin: 0 16%;
  }

  .col-sm-12.height_chart>.col-sm-4 {
    width: 100%;
  }

  .profile_pic {
    width: 48%;
  }
}

@media screen and (max-width: 399px) {
  .col-sm-12.height_chart>.col-sm-3 {
    margin: 0 8%;
  }
}

.boy2 {
  background: white;
  width: 100px;
  height: 300px;
  position: absolute;
  top: 16px;
  z-index: 9;
}

.girl2 {
  background: white;
  width: 100px;
  height: 300px;
  position: absolute;
  top: 16px;
  z-index: 99;
  left: 124px;
}

@media screen and (max-width: 992px) {
  .girl2 {
    left: 352px;
  }
}

@media screen and (max-width: 767px) {
  .girl2 {
    left: 124px;
  }
}

.col-sm-6.reg_form.form input[type="checkbox"] {
  width: auto;
  margin-left: 0%;
}

.col-sm-6.reg_form.form {
  width: 50%;
  padding-left: 35px;
}

.become_model_form.client_reg {
  margin-top: 40px;
}

.col-sm-6.reg_form.form input[type="checkbox"]+span {
  margin-left: 11px;
  font-size: 12px;
  position: relative;
  top: -17px;
}

@media screen and (max-width: 1199px) {
  .col-sm-6.reg_form.form input[type="checkbox"] {
    margin-left: 7px;
  }
}

@media screen and (max-width: 991px) {
  .col-sm-6.reg_form.form input[type="checkbox"] {
    margin-left: 1px;
  }
}

@media screen and (max-width: 767px) {
  .col-sm-6.reg_form.form input[type="checkbox"] {
    text-align: center;
    margin: 0 auto;
    display: block;
  }

  .col-sm-6.reg_form.form input[type="checkbox"]+span {
    position: initial;
    margin: 4px auto;
    text-align: center;
    display: block;
  }
}

.row.profile {
  margin: 0;
  margin-top: 80px;
  margin-bottom: 70px;
}

.row.profile h2 {
  /* font-size: 34px; */
  text-align: center;
  text-transform: none;
  margin-bottom: 40px;
}

.footer {
  background: #021d32;
  height: 80px;
  position: relative;
}

.footer .col-sm-4 p,
.footer .col-sm-4 ul a {
  color: #ccc;
}

.footer .col-sm-4 ul {
  list-style: none;
}

.footer .col-sm-4 ul li {
  float: left;
  margin-right: 15px;
}

.footer .col-sm-4 p,
.footer .col-sm-4 ul {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  font-size: 14px;
}

.footer .col-sm-4 {
  height: 80px;
  display: table;
}

.footer .col-sm-4 ul {
  padding-left: 33%;
}

#panel,
#flip {
  padding: 5px;
  text-align: center;
  background-color: transparent;
  border: none;
  height: 0px;
  color: #ccc;
  position: relative;
  z-index: 1;
  width: 68px;
  margin: 0 auto;
  cursor: pointer;
  height: 90px;
  top: -10px;
}

div#flip p {
  position: relative;
  top: 33px;
  transition: all .2s ease-in-out;
}

div#flip p:hover {
  box-shadow: 0px 0px 2px;
  border-radius: 5px;
}

div#panel p {
  position: relative;
  top: 26px;
}

#panel {
  padding: 5px;
  display: none;
  width: 100%;
  background: #339999;
}

.footer .container {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}

div#panel p a {
  color: #fff;
  transition: all .2s ease-in-out;
}

div#panel p a:hover {
  color: #021d32;
}

.social {
  width: 400px;
  position: relative;
  margin: 50px auto;
}

.social a {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-size: 1.2em;
  width: 27px;
  height: 27px;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-smoothing: antialiased;
}

.social .fb:before,
.social .fb:after {
  border-color: #46629E;
}

.social .tw:before,
.social .tw:after {
  border-color: #00ACEE;
}

.social .gp:before,
.social .gp:after {
  border-color: #DD4B39;
}

.social a:before,
.social a:after {
  content: "";
  display: block;
  position: absolute;
  background: transparent;
  top: -3px;
  bottom: 3px;
  left: 0;
  right: 0;
  border-radius: 50%;
  transition: .3s all;
  border: 1px solid;
}

.social a:hover:after {
  -webkit-transform: scale(1.5);
}

.social a:hover:before {
  -webkit-transform: scale(2);
  transition: .3s all;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .footer .col-sm-4 ul {
    padding-left: 14%;
  }
}

@media screen and (max-width: 767px) {
  .footer .col-sm-4 {
    height: 0;
    display: block;
  }

  .footer .col-sm-4 p,
  .footer .col-sm-4 ul {
    display: block;
  }

  .social {
    width: auto;
  }

  .footer .col-sm-4 ul.social {
    position: absolute;
    display: block;
    padding: 0;
    margin: 23px auto;
    text-align: center;
    width: 168px;
    top: -87px;
    right: 0;
    float: right;
    z-index: 99;
    padding-left: 23px;
  }

  .footer .col-sm-4 ul li {
    margin-left: 9px;
    margin-right: 0px;
  }

  .footer .col-sm-4 p {
    position: absolute;
    left: -11px;
    top: -61px;
  }

  div#flip p {
    position: relative;
    top: -28px;
    font-size: 15px;
    border-bottom: 2px solid;
  }

  .subscribe-submit {
    margin-top: 4px;
  }

  #flip {
    height: 0px;
    padding-top: 80px;
  }

  div#panel p {
    position: relative;
    top: 0;
    margin: 0;
    display: flex;
  }

  #panel {
    padding: 0;
  }
}

/*=====================================*/


/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width: 50%;
  height: 50%;
  max-height: 190px;
  min-height: 190px;
  object-fit: cover;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #5a7391;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 7px 0px;
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 5px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}

.profile-usermenu {
  margin-top: 15px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
}

/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
}

.nav {
  /*padding-left: 33%;*/
}


.header-right.userhome_icon .pull-right {
  position: absolute;
  right: 111px;
  top: 32px;
  z-index: 9;
}

.header-right.userhome_icon .pull-right ul {
  right: 0;
}

@media screen and (max-width:767px) {
  .header-right.userhome_icon .pull-right {
    position: absolute;
    right: 60px;
    top: 22px;
    z-index: 9;
  }
}

@media screen and (min-width:1380px) {
  .header-right.userhome_icon .pull-right {
    position: relative;
    right: 8% !important;
    top: -13px !important;
    margin: 0 !important;
    z-index: 100;
    width: auto;
  }

  .header-right.userhome_icon .pull-right ul.dropdown-menu.pull-right {
    top: 63px !important;
    left: auto;
    position: absolute;
    right: 90px !important;
    width: 200px;
  }
}

@media screen and (min-width:1900px) {
  right: 9% !important;
}

a.btn.btn-sm.btn-primary.btn-sm.menu-dropdown {
  margin-right: 90px;
}

.header-right.userhome_icon .pull-right .btn-group>.glyphicon {
  font-size: 22px;
}

.header-right.userhome_icon .pull-right li .glyphicon {
  left: -10px;
}

.profile-sidebar {
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin-bottom: 30px;
  min-height: 475px;

}

.profile-sidebar:hover {
  box-shadow: 0 -2px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.row.profile {
  margin-top: 70px;
}

.manage_model {
  margin-top: 80px;
}

.manage_model h2 {
  /* font-size: 34px; */
  text-align: center;
  text-transform: none;
  margin-bottom: 25px;
}

.hidden {
  display: none;
}

.hr-center {
  margin-top: 50%;
}

.female {
  box-shadow: 3px 3px 5px #FF69B4;
}

.male {
  box-shadow: 3px 3px 5px #325dd4;
}

.chk-female:before {
  border: 2px solid #faa8a8 !important;
}

.web_edit_model .nav {
  padding: 0;
}

.web_edit_model .form-control {
  width: 100%;
}

.manage_model .col-sm-6.left input,
.manage_model .col-sm-6.right input,
.manage_model .col-sm-6.left select,
.input_file {
  width: 100%;
}

.manage_model .upload_images {
  padding: 0;
  padding-left: 10px;
}

.change_pass {
  width: 400px;
  margin: 0 auto;
}

.change_pass input[type="password"],
.change_pass input[type="email"] {
  height: 45px;
  margin: 15px 0;
  width: 100%;
  font-size: 18px;
  padding-left: 8px;
}

.change_pass button[type="submit"] {
  width: 100px;
  margin: 0 auto;
  display: block;
}

.login_user input[type="email"] {
  width: 175px;
}

.recaptcha {
  top: 20px;
}

/*# sourceMappingURL=style.css.map */
.ui-datepicker {
  position: absolute !important;
  left: 18px !important;
  width: 88%;
  top: 71px !important;
}

.ui-timepicker div a+span {
  width: 14px !important;
  text-align: center;
  font-size: 18px;
}

.ui-timepicker div a+span+span {
  width: 14px !important;
  text-align: center;
  font-size: 18px;
}

.fa.fa-angle-down,
.fa.fa-angle-up {
  display: block !important;
  width: 33px;
  position: relative;
  left: 5px;
}

.ui-separator span {
  position: relative;
  left: 8px;
  top: -3px;
}

.ui-separator a {
  visibility: hidden;
}

.ui-timepicker.ui-widget-header.ui-corner-all div {
  float: left;
}

a.ui-datepicker-prev span.fa-angle-left::before {
  margin: 1px 12px !important;
  position: absolute;
}

td a img {
  width: 30px;
}

.bg-female {
  background: #ffecf0 !important;
}

.bg-male {
  background: #e4e3fe !important;
}

td p {
  margin: 0px;
  font-weight: bold;
}

.content-details h6 {
  color: white;
}

div#media h4 {
  border-bottom: 2px solid #30938d;
  width: 74px;
  margin: 0 auto;
  padding-bottom: 4px;
  text-transform: uppercase;
  font-weight: 600;
}

div#media .panel-body .div-border .col-sm-4 {
  margin-bottom: 50px;
}

div#media .panel-body .div-border .col-sm-4 img {
  margin: 0 auto;
  max-height: 240px;
  min-height: auto;
}

.msg {
  font-size: 18px;
  text-align: center;
}


.cuppa-dropdown .fa-angle-down:before,
.cuppa-dropdown .fa-angle-up:before {
  position: absolute;
  right: 12px;
  top: -9px;

}

.cuppa-dropdown .fa.fa-angle-down,
.fa.fa-angle-up {
  width: 100%;
}

.skills div.selected-list>div {
  box-shadow: none !important;
  border-radius: 0px;
}

div.dropdown-list .pure-checkbox.select-all {
  padding-top: 12px !important;
}

.dropdown-list {
  padding: 9px !important;
}

div.dropdown-list li.pure-checkbox {
  padding: 10px 0 0px 10px !important;
}

div.dropdown-list .pure-checkbox label {
  font-size: 14px !important;
}

div.dropdown-list .pure-checkbox label::before {
  color: #339997 !important;
  border: 1px solid #339999 !important;
  background: #ffffff !important;
}

div.dropdown-list .pure-checkbox label::after {
  border-color: #339997 !important;
  margin-top: -5px !important;
}

div.dropdown-list ul h4 {
  margin: 10px 0px !important;
}

.selected-list div.c-token {
  background-color: #339999 !important;
}

input#c_name {
  margin-top: 27px;
}

angular2-multiselect.search-model-skill {
  margin-top: 18px !important;
}

angular2-multiselect.skills {
  margin-top: 0px;
  /* position: absolute; */
  width: 100%;
  display: block;
}

angular2-multiselect.skills.tags {
  margin-top: 18px !important;
  position: absolute;
  width: 132%;
  left: 30px;
}

.input_file.class-upload {
  background: white;
  padding: 1px;
  height: 22px;
}

.eye-color {
  margin-top: 10px;
  margin-bottom: 0px !important;
}

.eye-color h6,
.hair-color h6 {
  font-size: 10px;
  font-weight: 100;
  margin: 0px;
}

.eye-color input[type="radio"],
.hair-color input[type="radio"] {
  height: 20px;
  margin-left: -7px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.hair-color {
  margin-top: 10px;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  font-size: 13px;
  font-weight: bold;
}

.alert {
  padding: 9px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.green {
  color: green;
}

#subscribe-wrapper {
  margin-top: 0px;
  position: relative;
}

.subscribe-wrapper {
  background: #edf0f9;
  padding: 10px 10px;
  margin: 20px auto 0;
  border: none;
  text-align: center;
  border-radius: 5px;
}

.cancel-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  color: #d2d5e4;
  font-size: 20px;
  margin-top: -14px;
}

.subscribe-content {
  padding: 10px 10px;
}

.subscribe-label {
  color: #44424b;
  font-size: 18px;
  margin-right: 10px;
  font-weight: 600;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
}

.agree-label {
  font-size: 12px;
  font-weight: normal;
  color: #a4a8b3;
  text-align: justify;
}

.agree-label input[type=checkbox] {
  vertical-align: middle;
}

.subscribe-inputs {
  display: inline-block;
  vertical-align: middle;
}

.subscribe-email {
  background: #fff;
  border: 1px solid #dee2e4;
  outline: None;
  width: 300px !important;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 38px;
  padding: 0 10px 0 10px;
  vertical-align: middle;
  font-size: 16px;
}

.subscribe-submit {
  margin-left: 5px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}

.btn-icon-animation {
  overflow: hidden;
  position: relative;
  width: 120px;
}

.subscribe-submit {
  background: #fa5f66;
  height: 36px;
  border: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  border: none;
  font-size: 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  vertical-align: middle;
  padding: 0 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-icon-animation:before {
  font-size: 22px;
  position: absolute;
  left: -120%;
  top: 7px;
}

.icon-right-small:before {
  content: "\f118";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  /* top: 10px; */
  left: -70px;
  color: #fff;
}

.subscribe-submit.btn-icon-animation:hover,
.site-popup-content .btn-icon-animation:hover {
  text-indent: 120%;
  opacity: 1;
}

.btn-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
}

.subscribe-submit-2 {
  background: #fa5f66;
  height: 36px;
  border: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #fff;
  border: none;
  font-size: 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  vertical-align: middle;
  padding: 0 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subscribe-submit-2 {
  margin-left: 5px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}

.subscribe-submit-2.btn-icon-animation:hover,
.site-popup-content .btn-icon-animation:hover {
  text-indent: 120%;
  opacity: 1;
}

.icon-right-small-2:before {
  content: "\f118";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  /* top: 10px; */
  left: -70px;
  color: #fff;
}

.mt-3 {
  margin-top: -3px;
}

.profile-userpic {
  max-height: 165px;
}

.unsubscribe-text {
  text-align: center;
  font-size: 40px;
}

header.my_header.fixed .logo img {
  filter: brightness(5815%);
}

header.my_header.fixed .login_burger span.hamburger {
  color: #74ffff;
}

header {
  padding: 20px 40px;
  background: #fff;
  width: 100%;

  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}

header.my_header_home {
  background: transparent;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  animation: smoothScroll 1s forwards;

}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }
}

header.my_header.fixed .logo img {
  filter: brightness(5815%);
  width: 144px;
}

header.my_header.fixed .login_burger span.hamburger {
  color: #74ffff;
}

header.my_header.fixed {
  background: rgba(0, 0, 0, 0.91);
  padding: 20px 40px;
  z-index: 999;
}

header.my_header.fixed .login_burger ul {
  visibility: hidden;
}

header.my_header.fixed span.hamburger {
  position: relative;
  top: -16px;
}

@media screen and (max-width: 499px) {
  .login_burger {
    top: 2px !important;
    right: -40px;
  }

  .logo img {
    width: 134px;
  }

  a.btn.btn-sm.btn-primary.btn-sm.menu-dropdown {
    margin-right: 43px;
    top: 23px !important;
  }

  .top-light-box {
    top: 24px !important;
  }

  .header-right.userhome_icon .pull-right ul {
    right: 22px;
    top: 38px;
  }

  header.my_header.fixed span.hamburger {
    top: 4px;
  }
}

.after-login a.btn.btn-sm.btn-primary.btn-sm.menu-dropdown {
  top: 38px;
  font-size: 14px;
  /*Lucy_Rounded*/
}

.after-login header.my_header.fixed {
  height: 77px;
}

.after-login .header-right.userhome_icon .pull-right {
  top: 21px;
  font-size: 14px;
  right: 38px;
  margin: 0 !important;
}

.after-login .login_burger {
  top: 22px;
}

.after-login .fixed a.btn.btn-sm.btn-primary.btn-sm.menu-dropdown {
  top: 18px;
}

@media screen and (max-width:1379px) {
  .after-login a.btn.btn-sm.btn-primary.btn-sm.menu-dropdown {
    top: 42px;
  }

  .after-login .fixed a.btn.btn-sm.btn-primary.btn-sm.menu-dropdown {
    top: 23px;
  }
}

.loader {
  border: 10px solid #ffffff;
  border-top: 10px solid #399;
  border-radius: 61%;
  width: 70px;
  height: 70px;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999999999999999;
  opacity: 1 !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.content-overlay+img {
  min-height: 353px;
  object-fit: cover;
  max-height: 353px;
}

.col-sm-12.height_chart>.col-sm-4 .col-sm-12 .col-xs-3 {
  min-height: 80px;
}

a.btn.btn-sm.btn-primary.btn-sm.menu-dropdown {
  margin-left: -45px !important;
}

@media (min-width: 768px) {
  .col-eye {
    width: 9.666667%;
  }

  .col-sm-12.height_chart .col-sm-9.col-xs-12 {
    width: 69%;
  }

  .col-sm-12.height_chart .col-sm-10 {
    width: 90.333333%;
  }
}

@media (max-width: 991px) {
  .col-sm-12.height_chart .col-sm-9.col-xs-12 {
    width: 100%;
    margin-top: 50px;
  }
}

@media (max-width: 767px) and (min-width: 320px) {
  .col-eye {
    min-height: 80px;
    width: 33%;
  }
}

.eye-color input[type="radio"],
.hair-color input[type="radio"] {
  margin-left: -7px;
  width: 43px;
}

.hair-color img {
  margin-left: 0px;
}

@media screen and (max-width:767px) {

  .eye-color input[type="radio"],
  .hair-color input[type="radio"] {
    position: relative;
    width: 66px;
    margin: 0;
    left: -22px;
  }
}

label.radio-gender input {
  width: 43px !important;
  height: 20px !important;
  position: relative;
  top: 12px;
}

label.radio-gender span {
  position: relative;
  top: 8px;
  font-weight: 100;
}

label.radio-gender-edit input {
  top: 30px;
}

label.radio-gender-edit span {
  top: 26px;
}

label.radio-gender-edit img {
  top: 21px;
  position: relative;
}

label.radio-gender-add {
  height: 75px;
}

label.radio-gender-edit {
  height: 50px;
}

.add-model-lable {
  margin: 0px;
  padding: 0px;
}

.hair-color-edit div.col-sm-1 {
  width: 11.1%;
}

@media (min-width : 992px) {
  .col-sm-12>label.control-label {
    padding-left: 0px;
  }

  .col-sm-6.reg_form.form input[type="checkbox"]+span {
    top: -5px;
  }

  .col-sm-12.eye-color>.col-sm-2>input[type="radio"] {
    margin-left: -10px;

  }

  .col-sm-12.hair-color.hair-color-edit>.col-sm-1>input[type="radio"] {
    margin-left: -10px;

  }
}

@media (max-width: 992px) and (min-width: 767px) {

  .eye-color input[type="radio"],
  .hair-color input[type="radio"] {
    width: 64px;
    position: relative;
    left: -14px;
  }

  .hair-color-edit div.col-sm-1 {
    width: 16%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .hair-color-edit div.col-sm-1 {
    width: 15%;
  }
}

@media (max-width: 768px) and (min-width: 320px) {
  .hair-color-edit div.col-sm-1 {
    width: 17%;
  }
}

.subscribe-content input[type="checkbox"] {
  margin-top: -2px;
}

.form-group.multi-select {
  min-height: 70px;
}

angular2-multiselect.become-model-skill {
  width: 100% !important;
  margin-top: 0px !important;
  position: relative;
}

.top-light-box {
  font-size: 14px;
  /*Lucy_Rounded*/
  position: absolute;
  top: 43px;
  left: -105px;
  background: #339999;
  height: 30px;
  border-radius: 0px;
  padding: 0 14px;
  padding-top: 9px;
}

.top-light-box i.glyphicon.glyphicon-heart {
  left: -3px;
}

.top-light-box a {
  color: #fff;
  position: relative;
  top: -4px;
}
}

a.bell-active {
  color: #FFC107;
}


.fixed .top-light-box {
  top: 19px;
}

@media (min-width:1380px) {
  .top-light-box {
    top: 44px;
  }
}

@media (max-width:1380px) {

  .fixed .top-light-box {
    top: 24px;
  }
}

.dropdown-backdrop {
  z-index: 0px !important;
}

.pull-center {
  text-align: center;
}

.media-title input {
  width: 75%;
}

.cuppa-dropdown div div span {
  font-size: 14px;
}

.red {
  color: red;
}

.col-sm-6.reg_form.form input[type="checkbox"]:before {
  top: 14px;
}

.col-sm-6.reg_form.form input[type="checkbox"]:checked:after {
  top: 14px;
}

@media (max-width:1199px) {
  .col-sm-6.reg_form.form {
    width: 100%;
  }

  .col-sm-3.recaptcha {
    width: 51%;
  }
}

@media (max-width:767px) {
  .col-sm-6.reg_form.form input[type="checkbox"] {
    top: 12px;
  }

  .col-sm-3.recaptcha {
    width: 100%;
  }

  re-captcha>div {
    margin: 0 auto;
    position: relative;
    top: -33px;
  }

  .col-sm-3.recaptcha {
    margin-left: -22px;
  }
}

.reg_form.form input[type="checkbox"] {
  margin-top: 0px;
}

.flyover.modal.fade .modal-dialog {
  transform: translate(0px, -25%);
  transition: transform 0.3s ease-out 0s;
}

.flyover.modal.fade.in .modal-dialog {
  transform: translate(0px, 0px);
}

.flyover {
  left: 150%;
  overflow: hidden;
  position: fixed;
  width: 700px;
  /* opacity: 0.9; */
  z-index: 1050;
  transition: left 0.6s ease-out 0s;
}

.flyover-centered {
  top: 50%;
  transform: translate(-50%, -50%);
}

.flyover.in {
  left: 50%;
}

.jumbotron {
  background-color: #ffa500;
}

.jumbotron p {
  margin-bottom: 25px;
  font-size: 18px;
  color: #021d32;
  padding: 155px 24% 14px 24%;
  text-align: center;
}

.jumbotron h2 {
  margin-left: 30%;
  color: #021d32;
  padding-top: 27px;
  font-size: 27px;
}

.flyover-bg {
  background: url(/assets/images/sendmail.gif) no-repeat;
  background-size: cover;
  background-position: 75%;
  height: 300px;
  /* background-color: transparent; */
}

.jumbotron {
  padding: 2px;
  background-color: #010104e0;
}

@media screen and (max-width:767px) {
  .flyover {
    width: 300px;
    padding: 0 2px;
  }

  .flyover-bg {
    background-size: 155%;
    background-position: 50%;
  }

  .jumbotron h2 {
    padding-top: 57px;
    font-size: 22px;
    margin-left: 17%;
  }

  .jumbotron p {
    margin-bottom: 25px;
    font-size: 16px;
    padding: 97px 9px 0px 9px;
  }
}

.btn-save {
  padding: 30px;
}

ul.dropdown-menu.pull-right {
  top: 72px !important;
  right: 16px !important;
}

#uploadMediaForm {
  position: absolute;
  top: 90px;
  width: 100%;
  padding-left: 15px;
}

#media {
  position: relative;
}

#photos,
#videos,
#audios {
  margin-top: 25px;
}

.profile_pic .content .overlay_link .content-overlay {
  height: 93%;
}

.overlay_link .content-overlay {
  height: 95%;
}

.req_link_right {
  float: right;
  padding-right: 3px;
  cursor: pointer;
}

.media_title {
  text-align: center;
}

.profile_pic .content .lb_link .content-overlay {
  height: 95%;
  top: 5%;
}

div.cls-gender,
div.cls-gender img {
  padding: 0px !important;
}

div.cls-gender label {
  top: 21px !important;
  padding-left: 1.35em !important;
}

div#custom-search-input {
  padding: 20px 0;
}

div#custom-search-input div input {
  padding: 10px 15px;
  width: 100%;
}

#custom-search-input button {
  border: 0;
  background: none;
  /** belows styles are working good */
  padding: 2px 5px;
  margin-top: 2px;
  position: relative;
  left: -28px;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #D9230F;
}

.fixed .overlay-content ul li.sub-menu-parent ul li a {
  color: #021d32;
}

/* .fixed .overlay-content ul li.sub-menu-parent ul{
  background-color: #FFF;
  border: 1px solid #e0e0e0;
  border-top: 0;
} */

#ethnicity_other_field,
#ethnicity_info_field,
#skill_info_field {
  display: none;
}

#accent_other_field {
  display: none;
}

#skill_other_field {
  display: none;
}

a.btn.btn-primary.btn-md.model-home-page {
  top: 36px;
  margin-left: -216px !important;
  font-size: 14px;
  /*Lucy_Rounded*/
}

@media (max-width:1379px) {
  a.btn.btn-primary.btn-md.model-home-page {
    top: 36px;
    margin-left: -194px !important;
  }
}

@media (max-width:768px) {
  .fixed .overlay-content ul li.sub-menu-parent ul li a {
    color: #908f8f;
  }

  a.btn.btn-primary.btn-md.model-home-page {
    top: 60px;
    margin-left: -150px !important;
  }
}

.main_img1 {
  float: right;
  font-size: 14px;
}

.become_model label,
.manage_model label {
  font-weight: normal;
}

/* .fixed .overlay {
  overflow: visible;
} */
.min_high {
  height: 100vh !important;
}


li.sub-menu-parent:before {
  top: 21px;
  font-size: 14px;
}

li.sub-menu-parent:hover:before {
  top: 20px;
}

ul.sub-menu li a {
  line-height: 3px;
}

.after-login a.btn.btn-sm.btn-primary.btn-sm.menu-dropdown {
  top: 32px;
  font-size: 14px;
  margin-left: 9px !important;
}

.after-login .top-light-box {
  top: 32px;
  left: -46px;
}

.after-login a.btn.btn-primary.btn-md.model-home-page {
  top: 35px;
  margin-left: -170px !important;
}

@media screen and (max-width: 1379px) {
  .after-login a.btn.btn-sm.btn-primary.btn-sm.menu-dropdown {
    top: 39px;
    margin-right: 75px !important;
  }

  .after-login .top-light-box {
    top: 45px;
  }

  .after-login a.btn.btn-primary.btn-md.model-home-page {
    top: 38px;
    margin-left: -180px !important;
  }

  .after-login .login_burger {
    top: 15px;
    right: -34px;
  }
}

@media (max-width: 767px) {
  .after-login .top-light-box {
    left: -28px;
    height: 32px;
  }

  .after-login a.btn.btn-primary.btn-md.model-home-page {
    margin-left: -134px !important;
  }

  .fixed .my_navbar {
    opacity: 0;
  }
}

@media (max-width: 499px) {

  .after-login a.btn.btn-sm.btn-primary.btn-sm.menu-dropdown,
  .after-login a.btn.btn-primary.btn-md.model-home-page {
    top: 68px !important;
    margin-right: 30px !important;
  }

  .after-login .top-light-box {
    top: 75px !important;
  }

  .after-login .open ul.dropdown-menu.pull-right {
    margin-top: 30px !important;
    margin-right: 12px !important;
    z-index: 999999;
  }
}

.after-login a.btn.btn-primary.btn-md.model-home-page {
  top: 27px;
  margin-left: -170px !important;
}

.after-login .fixed .top-light-box {
  top: 25px;
}

.after-login .fixed a.btn.btn-primary.btn-md.model-home-page {
  top: 18px;
}

@media screen and (max-width: 1379px) {
  .after-login .fixed .top-light-box {
    top: 30px;
  }

  .after-login .fixed a.btn.btn-primary.btn-md.model-home-page {
    top: 23px;
  }
}

@media (max-width: 499px) {
  .after-login .fixed a.btn.btn-sm.btn-primary.btn-sm.menu-dropdown {
    top: 18px !important;
  }

  .after-login .fixed .top-light-box {
    top: 26px !important;
  }
}

header.my_header.fixed .login_burger span.hamburger {
  color: #000;
}

header.my_header.fixed .logo img {
  filter: brightness(0%);
}

header.my_header.fixed {
  background: rgba(255, 255, 255, 0.91);
}

header.my_header.my_header_home:after {
  content: '';
  position: absolute;
  display: block;
  background: transparent;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
}

header.my_header.my_header_home.fixed:after {
  background: transparent;
  height: auto;
}

header.my_header.fixed .login_burger span.hamburger {
  color: #021d32;
}

header.my_header.fixed .logo img {
  filter: brightness(100%);
}

header.my_header.fixed {
  background: rgba(255, 255, 255, 0.91);
  height: 82px;
}

i.fa.fa-bell {
  padding-right: 3px;
  margin-left: -4px;
}

.after-login a.btn.btn-primary.btn-md.model-home-page {
  top: 32px;
  margin-left: -195px !important;
}

a.btn.btn-sm.btn-primary.btn-sm.menu-dropdown {
  border: 0;
}

header i.fa.fa-caret-down {
  position: relative;
  top: 2px;
}

a.btn.btn-primary.btn-md.model-home-page {
  border: none;
  border-radius: 0;
}

a.btn.btn-sm.btn-primary.btn-sm.menu-dropdown,
.top-light-box,
a.btn.btn-primary.btn-md.model-home-page {
  background: #021d32;
}

.after-login header.my_header.fixed span.hamburger {
  top: -9px;
}

.after-login .fixed a.btn.btn-sm.btn-primary.btn-sm.menu-dropdown {
  top: 16px;
}

.after-login .fixed .top-light-box {
  top: 15px;
}

.after-login .fixed a.btn.btn-primary.btn-md.model-home-page {
  top: 16px;
}

ul.dropdown-menu.pull-right {
  right: 4px !important;
}

@media screen and (max-width: 1379px) {
  .after-login a.btn.btn-sm.btn-primary.btn-sm.menu-dropdown {
    top: 30px;
  }

  .after-login .top-light-box,
  .after-login a.btn.btn-primary.btn-md.model-home-page {
    top: 30px;
  }

  .after-login .fixed a.btn.btn-sm.btn-primary.btn-sm.menu-dropdown {
    top: 19px;
    height: 32px;
  }

  .after-login .fixed .top-light-box {
    top: 19px;
    height: 32px;
  }

  .after-login .fixed a.btn.btn-primary.btn-md.model-home-page {
    top: 19px;
  }

  ul.dropdown-menu.pull-right {
    top: 74px !important;
    right: 114px !important;
  }
}

@media (max-width: 767px) {
  .after-login a.btn.btn-primary.btn-md.model-home-page {
    margin-left: -174px !important;
  }

  .after-login a.btn.btn-sm.btn-primary.btn-sm.menu-dropdown {
    margin-right: 50px !important;
  }

  .after-login a.btn.btn-sm.btn-primary.btn-sm.menu-dropdown {
    margin-left: 29px !important;
  }

  ul.dropdown-menu.pull-right {
    right: 90px !important;
  }
}

@media (max-width: 499px) {
  .after-login a.btn.btn-primary.btn-md.model-home-page {
    display: none;
  }

  .after-login span.hamburger {
    right: -12px;
    top: 23px;
  }

  .after-login a.btn.btn-sm.btn-primary.btn-sm.menu-dropdown {
    top: 10px !important;
    margin-right: 34px !important;
  }

  .after-login .top-light-box {
    top: 9px !important;
  }

  header.my_header:after {
    height: 68px !important;
  }

  .after-login header.my_header.fixed span.hamburger {
    top: -5px;
  }

  .after-login .fixed .top-light-box {
    top: 17px !important;
  }

  header.my_header.fixed .logo img {
    filter: brightness(5815%);
    width: 134px;
    margin-top: 2px;
  }

  header.my_header.fixed .logo img {
    filter: brightness(0%);
  }

  ul.dropdown-menu.pull-right {
    top: 22px !important;
    right: 22px !important;
  }

  .after-login a.pull-right.btn.btn-primary.btn-md.btn-right.btn-apply-for-child {
    padding: 2px 10px;
    margin-top: -34px;
  }
}

/*Admin CSS*/
div#general .col-sm-4 img.img-circle.img-responsive {
  border-radius: 0;
}

#is_disabilities {
  height: 16px;
  width: 16px;
  margin-left: 0px;
  left: 0px;
  top: 10px;
}

.disability_span {
  padding-left: 5px;
  position: absolute;
}

label.radio-gender.radio-gender-add {
  margin-top: 7px;
}

.upload_img_label {
  padding-left: 20px;
  font-size: 14px;
}

#location {
  margin-top: 27px;
  width: 100%;
}

select {
  transition: none;
}

select.form-control {
  transition: none;
}

.top-buttons {
  margin-top: -40px;
}

.top-buttons input {
  padding: 6px;
}

.shoe_size .cuppa-dropdown {
  z-index: 998;
}

.cloth_wrapper .cuppa-dropdown,
.skill_wrapper .cuppa-dropdown {
  z-index: 997;
}

.accent_wrapper .cuppa-dropdown,
.language_wrapper .cuppa-dropdown {
  z-index: 997;
}

.selected-list .c-list {
  height: 43px;
  overflow-y: scroll;
}

#media .panel-body {
  margin-top: 35px;
}

#modelGuide {
  overflow-y: scroll
}

#modelGuide .modal-body {
  padding: 10px;
}

.lightbox-btn {
  float: right;
  margin-right: 10px;
}

.cls-gender label {
  font-weight: normal !important;
  font-size: 14px !important;
}

.overlay a:hover,
.overlay a:focus {
  color: #ffffff;
}

.body_overlay .logo img {
  width: 144px;
}

.body_overlay .logo img {
  width: 144px;
  transition: width .3s;
  margin-top: 3px;
}

.fixed .logo img {
  transition: width 0s;
}

.col-sm-9.cls-gender label:after {
  top: 4px !important;
  left: 2px !important;
  font-size: 13px !important;
}

.row.search_content .height_chart .col-sm-4.col-xs-6 .col-sm-9.col-xs-9 {
  max-height: 60px;
  margin-bottom: 10px;
}

.table-striped>tbody>tr>td {
  vertical-align: middle;
  text-align: center;
}

.table-bordered>thead>tr>th {
  text-align: center;
}

.profile_pic .content .overlay_link .content-overlay {
  height: 95.4%;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  visibility: hidden;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
  visibility: visible;
  font-size: 16px;
}

.disabilities_input {
  height: 45px;
  width: 100%;
  font-size: 14px;
  padding-left: 8px;
  border-radius: 0px;
  width: 100% !important;
}

.padding3px {
  padding: 3px;
}

.form-group.col-md-12 {
  display: inline-block;
  width: 315px;
}

.main_img1 {
  float: left;
  font-size: 14px;
  position: relative;
  top: 1px;
  margin-bottom: 22px;
}

.hair-color {
  margin-top: 7px;
}

input:focus {
  outline: none !important;
}

.about_gallary {
  height: 243px;
  margin-bottom: 36px;
  float: left;
  position: relative;
  padding-left: 28px;
}

.about_gallary p {
  transform: rotate(-90deg);
  position: absolute;
  left: 0;
  margin: 0;
  top: 50px;
}

.about_gallary img {
  height: 244px;
  width: auto;
  object-fit: cover;
}

.col-sm-4.gallary_y {
  margin-top: -121px;
}

.about_img {
  margin-top: 60px;
}

.about_img .col-sm-4 {
  padding: 0 5px;
}

.about_us .match_height .about_img img {
  width: 100%;
}

.about_gallary {
  height: auto;
  margin-bottom: 36px;
  float: left;
  position: relative;
  padding-left: 28px;
}

.about_gallary p {
  transform: rotate(-90deg);
  position: absolute;
  left: 0;
  margin: 0;
  top: 50px;
}

.about_gallary img {
  height: auto;
  width: auto;
  object-fit: cover;
}

.col-sm-6.gallary_y {
  margin-top: -90px;
}

.about_img {
  margin-top: 60px;
}

.about_img .col-sm-6 {
  padding: 0 5px;
}

.about_us .match_height .about_img img {
  width: 100%;
}

@media (max-width:1199px) {
  .about_gallary {
    padding-left: 0;
    margin-bottom: 18px;
  }

  .row.about_us .col-sm-8 {
    padding: 0;
  }

  .about_gallary p {
    left: -25px;
  }

  .about_us .match_height .about_img img {
    width: 97%;
  }
}

@media (max-width: 991px) {
  .about_gallary {
    margin-bottom: 6px;
  }
}

@media (max-width: 767px) {
  .about_img {
    margin-top: 0;
  }

  .about_gallary {
    height: auto;
    width: auto;
    max-width: 450px;
    margin: 0 auto;
    display: block;
    text-align: center;
  }

  .about_gallary img {
    height: auto;
  }

  .row.about_us .col-sm-6 {
    display: inline-block;
  }

  .row.about_us>.col-sm-6 {
    display: inline-block;
    margin-top: 20px;
  }

  .row.about_us .col-sm-6 .col-sm-6 {
    display: inline-block;
    margin-top: 0px;
    width: 450px;
  }
}

@media (max-width: 499px) {
  .row.about_us .col-sm-6 .col-sm-6 {
    width: auto;
  }

  .row.about_us>.col-sm-6 {
    margin-top: 0;
  }
}

@media (max-width: 1379px) {
  .overlay .closebtn img {
    margin-left: 0;
  }
}

@media (max-width:1199px) {
  .about_gallary {
    padding-left: 0;
    margin-bottom: 18px;
  }

  .row.about_us .col-sm-8 {
    padding: 0;
  }

  .about_gallary p {
    left: -25px;
  }

  .about_us .match_height .about_img img {
    width: 97%;
  }
}

@media screen and (max-width: 991px) {
  li.sub-menu-parent:before {
    top: 18px;
  }

  .overlay a {
    padding: 8px 5px;
  }

  .form-group.col-md-7.hair-color.hair-color-edit+.form-group.col-md-4 {
    display: inline-block;
    width: 100%;
  }

  .form-group.col-md-7.hair-color.hair-color-edit .col-sm-1.col-xs-2 {
    min-height: 70px;
  }

  .hair-color {
    margin-top: 25px;
    z-index: 9;
  }

  .about_gallary img {
    height: 220px;
  }

  .about_gallary {
    margin-bottom: -6px;
  }
}

@media (max-width: 767px) {
  header.my_header.my_header_home:after {
    height: 90px;
  }

  .eye-color {
    z-index: 8;
  }

  .div-border {
    padding: 10px 5px;
  }

  .hair-color.hair-color-edit {
    z-index: 9;
  }

  .manage_model,
  .become_model {
    margin-top: 60px;
  }

  .manage_model h2,
  .become_model h2 {
    margin-bottom: 40px;
  }

  body.body_overlay a.login_cross.close-overlay {
    display: none;
  }

  .body_overlay .logo img {
    filter: brightness(2000%);
  }

  .fixed .my_navbar .overlay-content {
    top: 78px;
    pointer-events: none;
  }

  .body_overlay .fixed .my_navbar .overlay-content {
    pointer-events: auto;
  }

  .search_content .height_chart .col-sm-4.col-xs-6 .col-sm-9.col-xs-9 .col-sm-3.col-xs-3 {
    padding: 0;
    left: -8px;
  }

  angular2-multiselect.skills.tags {
    width: 130%;
    left: 28px;
  }

  .login_user input[type="email"] {
    width: 300px;
    height: 26px;
    padding-left: 4px;
  }

  .login_user input[type="password"] {
    height: 26px;
    padding-left: 4px;
  }

  .main_img1 {
    float: right;
    top: 0;
    margin-bottom: 0;
  }

  .sub-menu-parent:hover .sub-menu,
  .sub-menu-parent:focus .sub-menu {
    top: 40px;
    padding-right: 0;
  }

  li.sub-menu-parent:hover a {
    color: #dedede;
  }

  .about_gallary p {
    transform: none;
    position: relative;
    left: auto;
    font-size: 20px;
    top: 0;
  }

  .about_img {
    margin-top: 0;
  }

  .about_gallary {
    height: auto;
    width: 50%;
  }

  .about_gallary img {
    height: 300px;
  }

  .row.about_us .col-sm-8 {
    display: inline-block;
  }

  .row.about_us>.col-sm-4 {
    display: inline-block;
    margin-top: 50px;
  }

  .row.about_us .col-sm-8 .col-sm-4 {
    display: inline-block;
    margin-top: 11px;
  }
}

@media screen and (max-width: 499px) {
  .overlay .closebtn {
    top: 15px;
    right: 16px;
  }

  angular2-multiselect.skills.tags {
    width: 139%;
    left: 18px;
  }

  .login_user input[type="email"] {
    width: 254px;
  }

  .after-login .login_burger {
    top: -6px !important;
    right: -25px;
  }

  .about_gallary img {
    height: 220px;
  }

  .about_gallary p {
    font-size: 16px;
  }
}

/*7 June 2018*/
.language_wrapper .cuppa-dropdown {
  z-index: auto;
}

div#modelCount .col-sm-12.left select {
  margin: 0 0 15px 0;
}

div#modelCount .col-sm-12.left label {
  margin-top: 16px;
}

@media (max-width: 767px) {
  header.my_header.fixed .logo img {
    filter: none;
  }

  header {
    border: 0;
  }

  .body_overlay header.my_header.fixed .logo img {
    filter: brightness(255%);
    width: 134px;
    margin-top: 0;
  }

  .body_overlay .logo img {
    filter: none;
    width: 134px;
    margin-top: 0;
  }

  .my_navbar .overlay-content {
    position: relative;
    min-height: 100vh;
    background: #000;
  }

  .my_navbar .overlay-content ul {
    padding: 0px;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
  }

  .overlay a.login_cross {
    display: none;
  }

  .overlay .overlay-content ul li a:hover,
  .overlay .overlay-content ul li a:focus {
    color: #f1f1f1;
  }

  .about_content.match_height {
    padding: 45px 0;
  }

  .row.search_pic {
    width: 525px;
    margin: 0 auto;
  }

  .profile_pic {
    width: 250px;
    float: left;
  }

  .eye-color label.control-label {
    display: block;
  }

  .hair-color.hair-color-edit {
    margin-top: 25px;
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
  }

  .hair-color.hair-color-edit label.control-label {
    display: block;
  }

  .disability_span {
    padding-left: 0;
    position: relative;
  }

  .form-group.col-sm-12>.checkbox {
    margin: 0;
  }

  div#child_form .col-sm-6 .col-sm-12>label,
  div#child_form .col-sm-6 .col-md-12>label {
    margin-bottom: 0;
  }

  .col-sm-3.recaptcha {
    margin-left: 0;
    margin-top: 34px;
  }

  .col-sm-6.reg_form.form input[type="checkbox"] {
    text-align: left;
    margin: 0;
    display: inline-block;
    top: 0;
  }

  .col-sm-6.reg_form.form input[type="checkbox"]+span {
    position: absolute !important;
    top: 10px;
    left: 60px !important;
  }

  .subscribe-submit {
    display: block;
    margin: 8px auto;
  }

  .row.contact_form .col-sm-6 label,
  .row.contact_form .col-sm-12 label {
    width: 80px;
    text-align: left;
    display: inline-block;
    float: left;
  }

  .row.contact_form {
    width: 408px;
    margin: 35px auto;
  }

  .text-right.col-sm-12 re-captcha {
    margin-top: 15px;
    display: inline-block;
  }

  .faq .panel-group .panel+.panel+p {
    margin-top: 6px;
    margin-left: 10px;
  }

  .faq .panel-group .panel div+div {
    margin-top: 6px;
  }

  .footer .col-sm-4 p {
    left: 0;
  }

  .footer .col-sm-4 ul.social {
    width: 132px;
  }

  div#panel .col-sm-3 {
    padding: 2px 15px;
  }

  div#panel p {
    display: block;
  }

  .row.contact_us .col-sm-6 .match_height.contact_img+.col-sm-6 {
    margin: 35px 0;
  }

  .row.contact_form input[type="submit"] {
    width: calc(100% - 80px);
    float: right;
  }

  .faq #accordion .panel-heading a:before {
    font-size: 37px;
    transform: rotate(0deg);
  }

  .faq #accordion .panel-heading a.collapsed:before {
    transform: rotate(540deg);
    transition: all 0.5s;
  }

  .login_burger {
    position: relative;
    z-index: 1000;
  }

  .fixed .my_navbar.opacity {
    opacity: 1;
  }

  header.my_header.fixed .overlay.vh {
    /*height: 100vh !important;*/
  }

  .body_overlay .login_burger {
    z-index: 0;
    opacity: 0;
  }

  .row.contact_form re-captcha>div {
    margin: 0 auto 15px auto;
    position: relative;
    top: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 499px) {
  .row.search_pic {
    width: auto;
  }

  .profile_pic {
    width: 270px;
    margin: 0 auto;
    display: block;
    float: none;
    margin-bottom: 15px;
  }

  div#child_form form .col-sm-6 {
    padding: 0;
  }

  .be_model .container {
    padding: 0 6px;
  }

  .col-sm-3.recaptcha {
    padding: 0;
  }

  .eye-color input[type="radio"],
  .hair-color input[type="radio"] {
    position: relative;
    width: 100%;
    margin: 0;
    left: 3px;
  }

  .col-sm-6.reg_form.form input[type="checkbox"],
  .col-sm-6.reg_form.form input[type="checkbox"]+span {
    left: 15px;
  }

  .row.contact_form {
    width: 300px;
  }

  .contact_form input[type="text"],
  .row.contact_form textarea {
    width: 288px;
    margin-left: -8px;
  }

  .row.contact_form form>.text-right.col-sm-12 {
    padding: 0px;
  }

  .row.contact_form .col-sm-6,
  .row.contact_form .col-sm-12 {
    padding: 0;
  }

  .col-sm-6.reg_form.form input[type="checkbox"]+span {
    top: 10px;
    left: 40px !important;
  }

  .row.contact_us .match_height.contact_img img {
    width: 95% !important;
  }

  .row.contact_form input[type="submit"] {
    width: 100%;
    float: none;
  }

  .become_model_form.client_reg .col-sm-6.reg_form.form input[type="checkbox"] {
    left: -19px;
  }

  .row.contact_form re-captcha>div {
    margin-right: auto;
  }
}

li.sub-menu-parent:before {
  content: '';
  position: absolute;
  color: #696969;
  display: block;
  z-index: 999999999;
  top: 24px;
  right: -17px;
  font-size: 17px;
  transition: 0.3s;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid;
}

li.sub-menu-parent:hover:before {
  content: '';
  top: 16px;
  color: #021d32;
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid;
}

.modal-footer {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}

.col-sm-6 input,
.col-sm-6 select,
.col-sm-6 select,
.col-sm-6 textarea {
  margin: 15px 0px;
}

label.radio-gender.radio-gender-add {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .profile_pic {
    width: 31%;
  }
}

@media (max-width: 991px) {
  .profile_pic {
    width: 48%;
  }
}

@media (max-width: 767px) {
  body.body_overlay .fixed .my_navbar {
    opacity: 1;
  }

  body.body_overlay .fixed .overlay {
    height: 100vh !important;
  }

  body.body_overlay {
    overflow: hidden;
  }
}

@media (max-width: 499px) {
  .profile_pic {
    width: 98%;
    margin: 11px 0;
  }

  .header-right.userhome_icon {
    z-index: 999;
    position: relative;
    top: -50px;
    left: 0;
  }
}

.col-sm-6.left input,
.col-sm-6.left select,
.col-sm-6.left textarea {
  margin: 15px auto;
}

.mobile-margin {
  margin-bottom: 0;
}

@media (max-width :768px) {
  .modal-footer {
    margin-top: 25px;
  }

  .mobile-margin {
    margin-bottom: 10px;
    display: inline-block;
  }
}

li.sub-menu-parent:before {
  content: '';
  position: absolute;
  color: #696969;
  display: block;
  z-index: 999999999;
  top: 19px;
  right: 2px;
  font-size: 17px;
  transition: 0.3s;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid;
}

li.sub-menu-parent:hover:before {
  content: '';
  top: 11px;
  color: #696969;
  border: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid;
}

label.radio-gender.radio-gender-add {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .profile_pic {
    width: 31%;
  }
}

@media (max-width: 991px) {
  .profile_pic {
    width: 48%;
  }
}

@media (max-width: 767px) {
  body.body_overlay .fixed .my_navbar {
    opacity: 1;
  }

  body.body_overlay .fixed .overlay {
    height: 100vh !important;
  }

  body.body_overlay {
    overflow: hidden;
  }

  .row.search_pic {
    width: 100%;
  }

  .row.search_content p,
  .row.search_content .height_chart:before {
    font-size: 15px;
    color: #000;
    text-shadow: 0 0 0px;
  }

  .search_content .height_name .col-sm-4 .col-sm-3,
  .search_content .height_name .col-sm-5 .col-sm-3 {
    padding: 0;
  }

  .row.search_content .height_chart:before {
    margin-left: 30px;
  }

  .logo img {
    width: 134px;
    margin-top: 10px;
  }

  header.my_header.fixed .logo img {
    margin: 0;
  }

  .header-right.userhome_icon .pull-right {
    z-index: 998;
  }

  div.cls-gender label {
    top: 3px !important;
  }

  div#custom-search-input .input-group.col-md-12 {
    display: inline-block;
    width: 100%;
  }

  div#custom-search-input div input {
    width: 100%;
  }

  div#custom-search-input .input-group-btn {
    position: absolute;
    right: 0;
    top: 7px;
    width: auto;
  }

  #custom-search-input button {
    left: -9px;
  }

  div#custom-search-input {
    padding: 0;
  }

  .height_chart .col-sm-9.col-xs-12>.col-xs-12 .col-xs-10 {
    width: 100%;
  }

  .col-eye {
    width: 25%;
  }

  .row.search_content .height_chart .col-sm-4.col-xs-6>div {
    padding: 0 10px 0 30px;
  }

  .row.search_content .height_chart .col-sm-4.col-xs-6+.col-sm-4.col-xs-6>div {
    padding: 0 20px 0 5px;
  }

  .row.search_content .height_chart {
    display: inline-block;
    width: 100%;
  }

  .row.search_content .height_chart+.col-sm-12 {
    display: inline-block;
    width: 100%;
  }

  .row.search_content .height_chart+.col-sm-12 input#search_btn {
    margin-top: 22px;
    margin: 5px auto;
    display: block;
    text-align: center;
    float: none;
  }

  .panel.panel-primary-head ul.nav.nav-tabs {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
  }

  div#downloads {
    padding: 0 15px;
  }

  div#downloads h3 {
    padding: 0 4px;
  }

  .become_model .div-border {
    overflow: scroll;
  }

  .become_model .div-border>table {
    width: 668px;
  }

  .become_model .panel.panel-primary-head {
    text-align: center;
  }

  .lightbox-btn {
    float: none;
    margin-right: 0;
  }

  .become_model .panel.panel-primary-head table {
    text-align: left;
  }

  .become_model .panel.panel-primary-head .col-md-4.col-lg-4 img {
    margin-bottom: 10px;
  }
}

@media (max-width: 499px) {
  .profile_pic {
    width: 98%;
    margin: 11px 0;
  }

  .logo img {
    margin-top: 0;
  }

  .after-login .header-right.userhome_icon .pull-right {
    top: 52px;
    font-size: 14px;
    right: 5px;
    margin: 0 !important;
  }

  .after-login a.btn.btn-sm.btn-primary.btn-sm.menu-dropdown {
    top: 9px !important;
    margin-right: 7px !important;
  }

  .after-login .fixed a.btn.btn-sm.btn-primary.btn-sm.menu-dropdown {
    top: 0px !important;
    font-size: 12px;
    margin-left: 8px !important;
    height: 30px;
  }

  .after-login .fixed .top-light-box {
    top: 0px !important;
    font-size: 12px;
    left: -46px;
    height: 30px;
  }

  .col-eye {
    width: 33.3%;
  }

  .row.search_content .height_chart label {
    left: 5px;
  }

  .row.search_content .height_chart h6,
  .col-eye {
    text-align: center;
  }

  .row.search_content .height_chart .col-sm-4.col-xs-6+.col-sm-4.col-xs-6>div {
    padding: 0 10px 0 30px;
  }

  .row.search_content p,
  .row.search_content .height_chart:before {
    width: 75px;
    margin-top: 28px;
  }

  .row.search_content .height_chart .col-sm-4.col-xs-6+.col-sm-4.col-xs-6>div>div>p {
    margin-left: -6px;
  }

  .row.search_content .height_chart .col-sm-4.col-xs-6+.col-sm-4.col-xs-6>div+div+div>div>p {
    margin-left: 0px;
  }

  .profile_pic {
    margin-top: 55px;
  }
}

label.radio-gender.radio-gender-add {
  margin-top: 0;
}

input#check_newsletter {
  -webkit-appearance: none;
  height: 0px;
  width: 0 !important;
  color: transparent;
  background: transparent;
}

.col-sm-6.reg_form.form input[type="checkbox"]#check_newsletter:before {
  top: -2px;
  left: -1px;
}

.col-sm-6.reg_form.form input[type="checkbox"]#check_newsletter:checked:after {
  top: -2px;
  left: -1px;
}

.col-sm-6.reg_form.form {
  display: inline-block;
  width: 100%;
  /* margin-bottom: 35px; */
}

.list-filter>input.c-input {
  margin: 0px;
}

.dropdown-backdrop {
  position: absolute;
}

@media (max-width: 992px) {
  div#popUpAddModel .col-sm-6.left>label.control-label.col-md-12 {
    display: block;
    padding: 0;
  }

  div#popUpAddModel .modal-body {
    display: inline-block;
    margin-top: 23px;
  }

  .eye-color label.control-label,
  .hair-color label.control-label {
    display: block;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .class-upload input.files:after {
    width: 123px;
    height: 31px;
    font-size: 14px;
    line-height: 1.2;
    content: 'No File Chosen';
    display: inline-block;
    background: white;
    padding: 4px 6px;
    text-align: center;
    position: absolute;
  }

  .col-sm-12.height_chart>.col-sm-3 p {
    width: 100%;
    text-align: -webkit-center;
    position: relative;
    top: 0;
  }

  input#total {
    text-align: center;
  }

  .col-sm-6.reg_form.form input[type="checkbox"]#check_newsletter+span {
    top: 7px;
  }

  .become_model .div-border>table {
    width: 100%;
  }

  .after-login div#popUpAddModel .modal-body {
    padding-top: 20px;
  }

  div#popUpAddModel .col-sm-6.left>label.control-label.col-md-12 {
    padding: 0;
    position: relative;
    top: 5px;
  }

  .eye-color-popup label,
  .hair-color-popup label {
    display: block;
    padding: 0;
  }

  .after-login div#popUpAddModel .modal-body .col-sm-6 select,
  .after-login div#popUpAddModel .modal-body .col-sm-6 textarea {
    margin-top: 0;
  }

  .hair-color-popup {
    margin-bottom: 20px;
  }

  .input_file.class-upload {
    position: relative;
    width: 200px;
  }

  .input_file.class-upload span {
    position: absolute;
    right: 0px;
    top: 3px;
  }

  .class-upload input.files:before {
    width: 90px;
    height: 24px;
    font-size: 14px;
    line-height: 1.2;
    content: 'Choose File';
    display: inline-block;
    background: white;
    border: 1px solid #000;
    padding: 4px 6px;
    text-align: center;
    position: absolute;
  }

  app-edit-model .become_model>a {
    display: none;
  }

  .become_model .div-border {
    margin: 0;
  }

  app-edit-model .become_model .web_edit_model .nav>li>a {
    padding: 10px 0px;
    font-size: 11px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    text-align: center;
  }

  div#general .panel-body .col-sm-4 img+input[type="file"] {
    max-width: 200px;
    position: relative;
    width: auto;
    top: 21px;
  }

  div#general .panel-body .col-sm-4 img+input[type="file"]:before {
    width: 101px;
    height: 24px;
    font-size: 12px;
    line-height: 1.2;
    content: 'Choose File';
    display: inline-block;
    background: white;
    border: 1px solid #000;
    padding: 4px 6px;
    text-align: center;
    position: absolute;
  }

  div#general .panel-body .col-sm-4 span.red {
    position: absolute;
    bottom: -16px;
    left: 7px;
  }

  div#general .panel-body .col-sm-4 input[type="file"]+span.main_img1 {
    position: absolute;
    bottom: 7px;
    left: 0;
    right: 0;
    top: auto;
    margin: 0 auto;
    text-align: center;
  }

  div#general .panel-body form .panel-body .col-sm-4 {
    margin-bottom: 40px;
  }

  div#general .panel-body form .col-md-4.gender-from-group-heihgt .control-label {
    padding: 0px;
    display: block;
    position: relative;
    top: 10px;
  }

  .eye-color label,
  .hair-color label {
    padding: 0;
    font-size: 14px;
    color: #000;
    text-shadow: 0 0 0px;
    font-family: 'Lucy_Rounded';
  }

  div#general .panel-body form .col-md-4 label,
  div#general .panel-body form .col-md-8 span {
    font-size: 14px;
    color: #000;
    text-shadow: 0 0 0px;
    font-family: 'Lucy_Rounded';
    margin-bottom: 2px;
  }

  div#general .panel-body form .col-md-8 .checkbox {
    margin: 0;
  }

  div#general .panel-body form div#skill_info_field {
    margin-top: 30px;
  }

  div#general .panel-body form .col-md-4 .radio-gender-edit {
    margin: 0 4px;
  }

  div#general .panel-body form .pull-right {
    float: none !important;
    text-align: center;
  }

  div#media>h3 {
    text-align: center;
    font-size: 18px;
    text-shadow: 0 0 0;
  }

  app-edit-model .become_model .web_edit_model .nav {
    display: flex;
    justify-content: center;
  }

  #media form#uploadMediaForm>.row {
    margin: 0;
  }

  #media form#uploadMediaForm>.row .col-sm-8 {
    padding: 0;
    text-align: center;
  }

  div#request table#basicTable td a {
    font-size: 16px;
    margin: 0 6px;
  }

  div#holiday-time-off .availability h3,
  div#holiday-time-off .availability h3+div {
    text-align: center;
  }

  div#holiday-time-off .availability form label {
    margin: 0;
    margin-top: 10px;
  }

  div#holiday-time-off .availability h3+div {
    margin-bottom: 15px;
  }

  div#holiday-time-off .table-responsive>.table>thead>tr>th,
  div#holiday-time-off .table-responsive>.table>tbody>tr>th,
  div#holiday-time-off .table-responsive>.table>tfoot>tr>th,
  div#holiday-time-off .table-responsive>.table>thead>tr>td,
  div#holiday-time-off .table-responsive>.table>tbody>tr>td,
  div#holiday-time-off .table-responsive>.table>tfoot>tr>td {
    white-space: normal;
  }

  .become_model div#holiday-time-off .div-border {
    overflow: hidden;
  }

  div#request>div>h3,
  div#holiday-time-off>div>h3 {
    text-align: center;
    font-size: 18px;
    text-shadow: 0 0 0;
  }

  div#holiday-time-off form>.row {
    margin: 0;
  }

  div#holiday-time-off form>.row>.col-md-12 {
    padding: 0;
  }

  div#holiday-time-off form>.row>.col-md-12 .btn-save {
    padding: 30px 0;
    margin: 0 auto;
    text-align: center;
    display: block;
    float: none !important;
  }

  div#holiday-time-off form>.row>.col-md-12 .btn-save button {
    width: 100px;
  }

  div#holiday-time-off table td a {
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    display: block;
  }

  .change_pass.div-border {
    margin: 0 auto;
  }
}

@media (max-width: 499px) {
  div#child_form .col-sm-6.left .col-sm-12>label.control-label.col-md-12 {
    display: block;
  }

  div#popUpAddModel .col-sm-6.left>label.control-label.col-md-12 {
    display: block;
    padding: 0;
  }

  .change_pass {
    width: 300px;
  }

  .change_pass form>.row {
    margin: 0;
  }

  .change_pass form>.row {
    margin: 0;
  }

  input#gender_female+label {
    margin-left: 10px;
  }

  .modal-body .left+.right+.left label {
    text-align: left;

  }

  .modal-body .left+.right+.left {
    text-align: center;
  }

  .modal-body .left+.right+.left label.radio-gender {
    margin: 0 6px;
  }

  .modal-body .left.hair-color+.right+.left {
    text-align: left;
  }

  div#skill_other_field+.left {
    text-align: left;
  }

  div#general .panel-body form .eye-color>.col-sm-2.col-xs-2 {
    width: 33.3%;
    text-align: center;
    margin: 9px 0;
  }

  div#general .panel-body form .eye-color>.col-sm-2.col-xs-2 input {
    left: 0;
  }

  div#general .panel-body form .hair-color .col-sm-1.col-xs-2 {
    width: 33.3%;
    text-align: center;
    margin: 9px 0;
  }

  div#general .panel-body form .hair-color .col-sm-1.col-xs-2 input {
    left: 0;
  }

  div#general .panel-body form .gender-from-group-heihgt label.control-label {
    text-align: left;
  }

  div#general .panel-body form .gender-from-group-heihgt {
    text-align: center;
  }

  .after-login .fixed a.btn.btn-sm.btn-primary.btn-sm.menu-dropdown {
    margin-right: 3px !important;
  }

  div#holiday-time-off .table-responsive>.table>thead>tr>th+th {
    padding: 0 1px;
  }

  div#popUpAddModel .eye-color input[type="radio"],
  div#popUpAddModel .hair-color input[type="radio"] {
    left: 0;
  }

  .after-login a.btn.btn-sm.btn-primary.btn-sm.menu-dropdown {
    margin-right: 3px !important;
  }

  .after-login .open ul.dropdown-menu.pull-right {
    margin-top: 30px !important;
    margin-right: -16px !important;
  }

  .after-login .fixed .open ul.dropdown-menu.pull-right {
    margin-top: 5px !important;
    margin-right: -16px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .col-sm-12.height_name .col-sm-5 {
    width: 46.6%;
  }

  #uploadMediaForm {
    top: 75px;
  }

  .col-sm-12.height_name>.col-sm-4 {
    width: 53.3%;
  }

  .col-sm-12.height_name>.col-sm-4 .col-sm-9.cls-gender img {
    position: relative;
    top: 15px;
    padding-right: 12px !important;
  }

  .col-sm-12.height_name>.col-sm-4>.col-sm-3 {
    padding: 0;
  }

  .row.search_content p {
    font-size: 15px;
    font-family: 'Lucy_Rounded';
    color: #333;
    margin-top: 30px;
    text-shadow: 0 0 0;
  }

  .row.search_content .height_chart:before {
    font-size: 16px;
    margin-left: 30px;
    text-shadow: 0 0 0;
  }

  .after-login .become_model>h2 {
    margin-bottom: 50px;
  }

  .after-login .profile-userpic img {
    width: 75%;
  }

  li.sub-menu-parent:before {
    top: 23px;
    right: -14px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid;
    width: 10px;
  }

  li.sub-menu-parent:hover:before {
    top: 8px;
    right: 2px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid;
    width: 10px;

  }

  div#accent_other_field+.col-md-12 {
    display: inline-block;
    width: 100%;
  }

  .be_model .become_model_form .col-sm-6.left .col-sm-12 .control-label {
    padding: 0;
    position: relative;
    top: 5px;
    display: block;
  }

  .be_model .become_model_form .eye-color input[type="radio"],
  .be_model .become_model_form .hair-color input[type="radio"] {
    width: 20px;
    position: relative;
    left: 0;
    display: block;
    margin: 10px auto;
  }

  .eye-color input[type="radio"],
  .hair-color input[type="radio"] {
    width: 20px;
    position: relative;
    left: 0;
    display: block;
    margin: 10px auto;
  }

  .eye-color>.col-xs-2,
  .hair-color>.col-xs-2 {
    text-align: center !important;
    padding: 0 10px;
    min-height: 85px;
  }
}

@media (min-width: 992px) {
  #general label.radio-gender {
    position: relative;
    top: -22px;
  }

  .eye-color input[type="radio"],
  .hair-color input[type="radio"] {
    width: 20px;
    position: relative;
    left: 0;
    display: block;
    margin: 10px auto !important;
  }

  .eye-color>.col-xs-2,
  .hair-color>.col-xs-2 {
    text-align: center !important;
    padding: 0 15px;
    min-height: 85px;
  }
}

@media (min-width: 1200px) {

  .eye-color input[type="radio"],
  .hair-color input[type="radio"] {
    display: block;
    margin: 11px auto !important;
  }
}

@media (max-width: 2500px) {

  .eye-color>.col-xs-2,
  .hair-color>.col-xs-2 {
    min-height: 85px !important;
  }
}

@media (max-width: 991px) {

  .eye-color label.control-label,
  .hair-color label.control-label {
    display: inline-block;
    padding: 0;
    width: 100%;
  }

  .hair-color {
    display: inline-block;
    width: 100%;
  }
}

@media (max-width: 767px) {

  .eye-color input[type="radio"],
  .hair-color input[type="radio"] {
    width: 20px;
    position: relative;
    left: 0;
    display: block;
    margin: 10px auto;
  }

  .eye-color>.col-xs-2,
  .hair-color>.col-xs-2 {
    text-align: center !important;
    padding: 0 10px;
    min-height: 85px;
  }

  div#child_form .col-sm-6.left .col-sm-12>label.control-label.col-md-12 {
    padding: 0;
  }

  .row.search .col-eye {
    text-align: center;
    min-height: 105px;
    margin-bottom: 15px;
  }

  .row.search .col-eye * {
    display: block;
    width: 100%;
    max-width: 50px;
    text-align: center !important;
    margin: 0 auto;
  }

  .row.search .row.search_content .height_chart label {
    top: 0;
    margin: 0 auto;
    height: 45px;
    left: 0;
  }

  .row.search .col-eye img {
    max-width: 26px;
  }

  .search [type="checkbox"]:not(:checked)+label:after,
  .search [type="checkbox"]:checked+label:after {
    top: 15px;
    left: 16px;
  }

  .search [type="checkbox"]:not(:checked)+label:before,
  .search [type="checkbox"]:checked+label:before {
    display: block;
    margin: 11px auto;
    text-align: center;
    right: 0;
  }

  .search .cls-gender [type="checkbox"]:not(:checked)+label:before,
  .search .cls-gender [type="checkbox"]:checked+label:before {
    margin: 0;
  }

  .row.search .row.search_content .height_chart .pure-checkbox label {
    height: auto;
  }

  .search .pure-checkbox [type="checkbox"]:not(:checked)+label:before,
  .search .pure-checkbox [type="checkbox"]:checked+label:before {
    margin: 0;
  }

  #bgvid {
    position: relative;
    top: -40px;
    margin-bottom: -45px !important;
    left: 0;
    min-width: 100%;
    min-height: 400px;
    object-fit: cover;
    width: auto;
    height: auto;
    z-index: 0;
    transform: initial;
    transition: opacity 1s;
    margin-top: 0;
  }

  .container-height.container-height-home {
    height: auto;
  }
}

.disability_span {
  position: relative;
}

.media_title {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}

@media (min-width: 768px) {

  /* .home .fixed .login_burger {
        opacity: 0;
    } */
  .col-sm-6.reg_form.form input[type="checkbox"]+span {
    top: -5px;
  }

  .control-label+label.radio-gender {
    margin-right: 20px;
  }

  label.radio-gender>input {
    width: 20px !important;
  }
}

.login_user .form input[type="checkbox"] {
  margin-left: 2px;
}

.login_user .form input[type="checkbox"]:before,
.login_user .form input[type="checkbox"]:after {
  width: 19px;
  height: 18px;
  top: -2px;
  left: -2px;
  padding-left: 1px;
}

.selected-list .c-list {
  height: auto;
}

.addmodalform label+input,
.addmodalform label+input,
.addmodalform label+textarea {
  margin: 0 !important;
  margin-bottom: 14px !important;
  margin-top: 3px !important;
}

.addmodalform .checkbox {
  margin-bottom: 5px;
}

.addmodalform label {
  font-size: 14px;
  color: #000;
  text-shadow: 0 0 0px;
  font-family: 'Lucy_Rounded';
  padding-top: 0;
  padding-bottom: 0;
}

.addmodalform label.radio-gender {
  font-family: 'Lucy_Rounded';
  font-size: 12px;
  margin: 0;
  text-shadow: none;
  margin-top: -13px;
}

.become_model label {
  font-weight: normal;
  font-size: 14px;
  color: #000;
  text-shadow: 0 0 0px;
  font-family: 'Lucy_Rounded';
  padding-top: 0;
  padding-bottom: 0;
}

.become_model .gender-from-group-heihgt label.radio-gender {
  text-shadow: none;
}

.addmodalform label+select,
.addmodalform .ui-calendar input,
div#child_form label+input,
div#child_form .ui-calendar input,
div#child_form label+select,
div#child_form label+textarea,
div#child_form .checkbox+input {
  margin: 0 !important;
  margin-top: 2px !important;
  margin-bottom: 12px !important;
}

.addmodalform .hair-color {
  margin-bottom: 25px;
}

.addmodalform .modal-body {
  margin-top: 30px;
}

form select {
  border-radius: 0 !important;
  border: 1px solid #cccccc;
  -webkit-appearance: none;
  background: #fff !important;
}

form select+span {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 9;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-top: 12px solid rgba(0, 0, 0, 0.5);
  pointer-events: none;
  right: 24px;
  top: 44px;
}

.textarea-style {
  width: 100%;
  height: 80px;
  padding: 9px;
  font-size: 14px;
}

form label.control-label.col-md-12 {
  padding: 0;
}

.form-group.col-md-12.additional-box,
.form-group.col-md-12.disabilities-box {
  width: 100%;
}

@media (max-width: 767px) {
  .class-upload input.files:before {
    z-index: 3;
  }

  .login_user .form input[type="checkbox"] {
    top: 2px;
  }

  .media_title {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
  }
}

.search div.cls-gender label {
  top: 17px !important;
}

.search div.cls-gender label+img {
  top: 12px;
  position: relative;
}

.search div.cls-gender #gender_male+label+img {
  margin-right: 15px;
}

table.table.table-user-information {
  /* text-shadow: 0 0 0px; */
  font-size: 14px;
  font-family: 'Lucy_Rounded';
  color: #4a535e;

}

table.table.table-user-information tr td:nth-child(odd) {
  font-weight: bold;
}

app-search-model {
  z-index: 1045;
  position: relative;
}

div#ethnicity_info_field>label {
  font-size: 14px;
}

.skill-lang-box {
  float: left;
}

.skill-lang-box>.col-md-4 {
  width: 50%;
}

.after-login header.my_header.fixed {
  z-index: 9999;
}

table.table.table-user-information td:nth-child(even) {
  text-shadow: none;
  color: gray;
}

.uppercase {
  text-transform: uppercase;
}

app-search-model {
  z-index: 99;
}

div#requestforModal:after {
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #0000003d;
  z-index: -1;
}

div#requestforModal .modal-dialog {
  position: absolute;
  left: 0;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
}

.overlay-content ul li.sub-menu-parent ul li:last-child a {
  text-transform: capitalize;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  -webkit-appearance: menulist;
}

.fixed .header-right.userhome_icon .pull-right ul.dropdown-menu.pull-right {
  /* display: none; */
}

.rev_slider video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.agree-client {
  padding-left: 15px !important;
  margin-top: 14px;
}

/* input[type="file"] {
  cursor: pointer;
  position: absolute;
  bottom: 5px;
  color: #333;
  border: 1px solid #cccccc;
  font-size: 14px;
  width: 200px;
  padding: 3px 0;
  height: 32px;
  font-family: monospace;
  margin: 0 auto;
  right: 0;
  left: 0;
}
input[type="file"]:after {
  content: 'No file choosen';
  position: absolute;
  background: #edf0f9;
  width: 196px;
  height: 25px;
  left: 0;
  padding-left: 61px;
  padding: 1px 0px 3px 53px;
}
input[type="file"]:before {
  content: '\f093';
  font-size: 17px;
  left: 0;
  width: 44px;
  height: 30px;
  padding: 4px 12px;
  background: #339999;
  z-index: 1;
  color: #021d32;
  top: 0;
  position: absolute;
  font-family: fontAwesome;
} */

.login_user form {
  box-shadow: 0 0 7px #9e9e9e;
  padding: 2px 15px 30px 15px;
}

.login_user input[type="email"],
.login_user input[type="password"] {
  height: 35px;
  padding: 0 5px;
  width: 100% !important;
  font-size: 14px;
  border: 1px solid #a6d3d1;
}

@media (max-width: 991px) {
  .login_user .my_models {
    padding: 0 2%;
  }
}

@media (max-width: 767px) {
  .login_user .my_models {
    padding: 0;
  }

  .login_user form {
    max-width: 300px;
    margin: 0 auto;
  }
}

#language_info_field {
  margin-top: 15px;
}

#language_other_field {
  display: none;
  margin-top: 15px;
  margin-bottom: 0 !important;
}

#skill_other_field {
  margin-top: 15px;
}

#skill_info_field {
  margin-top: 15px;
  float: right;
}

#skill_info_field label {
  margin-bottom: 0;
}

#edit_skill_other_field {
  display: none;
}

#skill_level_field {
  display: none;
}

.col-md-12 textarea {
  height: 45px;
  width: 100%;
  font-size: 14px;
  padding-left: 8px;
}

.modal-backdrop {
  z-index: 99999;
}

.modal {
  z-index: 999999;
}

app-search-model {
  position: initial;
}

#growls {
  z-index: 50000000 !important;
}

/* .home .my_navbar {
  background: transparent;
} */

@media (max-width:499px) {
  .subscribe-label {
    padding: 0;
    max-width: 100%;
    margin: 0;
  }

  video#bgvid {
    margin: 0;
    top: -50px;
    height: calc(100vh + 100px);
    margin-bottom: -56px;
  }

  app-search-model .col-sm-6.left input,
  app-model-profile .col-sm-6.left input,
  app-search-model .col-sm-6.left select,
  app-model-profile .col-sm-6.left select,
  app-search-model .col-sm-6.left textarea,
  app-model-profile .col-sm-6.left textarea,
  app-search-model .col-sm-12.left input,
  app-model-profile .col-sm-12.left input,
  app-search-model .col-sm-12.left select,
  app-model-profile .col-sm-12.left select,
  app-search-model .col-sm-12.left textarea,
  app-model-profile .col-sm-12.left textarea,
  {
  margin: 4px auto;
}

app-model-profile.modal-footer,
app-search-model.modal-footer {
  margin-top: 5px;
}

app-search-model .modal-header .close,
app-model-profile .modal-header .close {
  margin-top: 7px;
}

app-model-profile .modal-body,
app-search-model .modal-body {
  margin-top: 10px;
}

app-search-model div#requestforModal .modal-dialog,
app-model-profile div#requestforModal .modal-dialog {
  top: 50%;
}
}

.address.about_address_content {
  margin-bottom: 26px;
}

.contact_form input[type="text"] {
  margin-top: 0;
}

.row.contact_form textarea {
  margin-top: 0;
}

.row.contact_form {
  margin-top: 35px;
}

header.my_header {
  padding-top: 0;
}

input.login-submit {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: block;
}

a.login-reset-pwd {
  position: relative;
  top: 13px;
}

#modelCount {
  text-align: center;
  padding: 0 !important;
}

#modelCount:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

#modelCount .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

@media (max-width: 767px) {

  .agree-label {
    text-align: justify;
  }

  span.subscribe-inputs input[type="text"] {
    width: 100% !important;
    max-width: 320px;
  }

  .col-sm-6.reg_form.form input[type="checkbox"]#check_newsletter:before {
    top: -2px;
    left: -1px;
  }

  .catcha-row .recaptcha {
    padding-top: 14px !important;
  }

  div#child_form .reg_form.form {
    margin: 0;
    margin-bottom: 13px;
  }

  .become_model_form.client_reg .reg_form.form {
    max-width: 470px;
    margin: 0 auto;
    display: block;
    position: relative;
    left: 2px;
    margin-bottom: 46px;
  }

  .become_model_form.client_reg .reg_form.form input#check_newsletter:before {
    content: '';
    left: -1px;
  }

  .become_model_form.client_reg .reg_form.form input#check_newsletter:after {
    left: 18px;
  }

  .become_model_form.client_reg .reg_form.form input#check_newsletter {
    left: 0;
  }

  .become_model_form.client_reg .reg_form.form input#check_newsletter+span {
    right: auto;
    left: 44px !important;
  }

  .subscribe-inputs {
    display: block;
  }

  #modelCount .modal-dialog {
    width: 90%;
    max-width: 400px;
  }

  div#modelCount .col-sm-12.left label {
    font-size: 14.4px;
  }

  div#modelCount .col-sm-12.left select {
    margin: 0 0 15px 0;
    padding: 0px 8px;
    height: 40px;
    font-size: 18px;
  }

  div#child_form .reg_form.form {
    margin-bottom: 30px;
  }

  input[type="file"] {
    max-width: 210px;
    font-size: 15px;
    width: 210px;
    padding: 3px;
  }

  .catcha-row {
    margin-top: 20px;
  }

  .become_model_form.client_reg .reg_form.form.agree-client input#check_newsletter:after {
    left: -1px;
  }

  .about_address_content {
    margin-bottom: 35px;
  }

  .row.contact_form .col-sm-6 label,
  .row.contact_form .col-sm-12 label {
    display: block;
    width: 100%;
  }

  .contact_form input[type="text"],
  .row.contact_form textarea {
    margin-top: 0;
    float: left;
  }

  .row.contact_form form>* {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: 0 auto;
    max-width: 320px;
  }

  .row.contact_form input[type="submit"] {
    float: none;
    margin: 0 auto;
    display: block;
  }

  .contact_form input[type="text"],
  .row.contact_form textarea {
    margin-left: 0;
  }

  re-captcha iframe {
    max-width: 290px;
    border-right: 1px solid #bdbdbd;
    border-radius: 5px;
  }

  .faq .panel-group .panel>p {
    margin-top: 25px;
  }

  .faq #accordion .panel-heading a:before {
    top: 5px;
  }

  .sub-menu-parent:hover .sub-menu,
  .sub-menu-parent:focus .sub-menu {
    background: rgba(169, 169, 169, 0.14);
  }

  .body_overlay .home .my_navbar {
    background: #000;
  }

  .col-sm-7.models_content.match_height p {
    font-size: 16px;
  }

  li.sub-menu-parent:before {
    top: 15px;
    right: 0;
    width: 20px;
    margin: 0 auto;
    left: 65px;
    border-width: 10px;
  }

  li.sub-menu-parent:hover:before {
    top: 5px;
    right: 0;
    width: 20px;
    margin: 0 auto;
    left: 65px;
    border-width: 10px;
  }

  img.white-logo {
    display: none;
  }

  body.body_overlay img.main-logo {
    display: none;
  }

  body.body_overlay img.white-logo {
    display: block;
  }
}


@media screen and (max-width: 499px) {
  .row.contact_form input[type="submit"] {
    max-width: 290px;
    left: -5px;
    position: relative;
  }

  .login_burger {
    top: 19px !important;
  }

  .fixed .login_burger {
    top: 6px !important;
  }

  .col-sm-7.models_content.match_height p {
    font-size: 16px;
  }
}

@media (max-width:360px) {

  app-search-model .modal-header,
  app-model-profile .modal-header {
    padding: 4px 15px;
  }

  app-model-profile div#requestforModal .modal-dialog,
  app-search-model div#requestforModal .modal-dialog {
    top: 53%;
  }
}

@media(max-width :1199) {
  .fixed .login_burger {
    top: 6px !important;
  }
}

@media (min-width: 768px) {
  .body_overlay .my_navbar {
    background: rgba(0, 0, 0, 0.6);
  }

  .body_overlay .fixed .my_navbar {
    /* background: #fff; */
  }

  .overlay-content ul li.sub-menu-parent {
    padding-right: 21px;
  }

  body.body_overlay li.sub-menu-parent:hover a {
    color: #fff;
  }

  body.body_overlay .overlay-content ul li.sub-menu-parent ul li a:hover {
    color: #fff;
  }

  body.body_overlay .overlay a:hover,
  .overlay a:focus {
    color: #fff;
  }

  li.sub-menu-parent:hover a {
    color: #021d32;
  }

  .overlay-content ul li.sub-menu-parent ul li a:hover {
    color: #021d32;
  }

  .overlay a:hover,
  .overlay a:focus {
    color: #021d32;
  }

  .body_overlay .home .my_navbar {
    background: #000;
  }

  /* .body_overlay .home .fixed .my_navbar {
      background: #fff;
    } */
  .subscribe-label {
    max-width: 800px;
    padding: 0;
    text-align: center;
  }

  .subscribe-label .subscribe-email {
    width: 410px !important;
    margin: 2px auto;
  }

  .subscribe-inputs {
    margin-bottom: 6px;
  }

  div#modelCount .col-sm-12.left select {
    margin: 0 0 15px 0;
    padding: 0px 8px;
    height: 40px;
    font-size: 18px;
  }

  div#modelCount .col-sm-12.left label {
    font-size: 15px;
  }

  div#modelCount .modal-footer button {
    max-width: 200px;
    margin: 0 auto;
  }

  .overlay .closebtn img:hover {
    filter: none;
  }

  .body_overlay .overlay .closebtn img:hover {
    filter: none;
  }

  img.white-logo {
    display: none;
  }

  .body_overlay .my_header img.main-logo {
    display: none;
  }

  .body_overlay .my_header img.white-logo {
    display: block;
    position: fixed;
  }

  .body_overlay .my_header.fixed img.main-logo {
    /* display: block; */
  }

  .body_overlay .my_header.fixed img.white-logo {
    /* display: none; */
  }

  .body_overlay .fixed .sub-menu-parent:hover ul.sub-menu {
    /* background: #fff; */
  }

  .body_overlay li.sub-menu-parent:hover a,
  .body_overlay .overlay-content ul li.sub-menu-parent ul li a:hover,
  .body_overlay .overlay a:hover,
  .body_overlay .overlay a:focus {
    color: #fff;
  }

  .body_overlay .fixed li.sub-menu-parent:hover>a,
  .body_overlay .fixed .overlay-content ul li.sub-menu-parent ul li a:hover,
  .body_overlay .fixed .overlay a:hover,
  .body_overlay .fixed .overlay a:focus {
    /* color: #021d32; */
  }

  .body_overlay li.sub-menu-parent a,
  .body_overlay .overlay-content ul li.sub-menu-parent ul li a,
  .body_overlay .overlay a {
    color: #908f8f;
  }
}

@media (min-width: 768px) {
  .overlay-content {
    margin: 0 auto;
  }

  .overlay-content ul {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 650px;
    padding: 0;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    top: 6px;
  }

  .my_navbar {
    margin-top: 0;
  }

  .overlay-content ul li.sub-menu-parent a {
    padding-bottom: 28px;
  }

  .sub-menu-parent:hover .sub-menu,
  .sub-menu-parent:focus .sub-menu {
    margin-top: 0;
  }
}

@media screen and (max-width: 1379px) {
  .overlay-content {
    margin-left: 0;
  }
}

@media screen and (max-width: 1199px) {
  .overlay-content ul {
    left: 50px;
  }
}

@media screen and (max-width: 991px) {
  .overlay-content ul {
    left: 82px;
    max-width: 490px;
  }

  li.sub-menu-parent:before {
    top: 18px;
    right: 5px;
  }

  .overlay-content ul li.sub-menu-parent {
    padding-right: 18px;
  }

  .overlay .closebtn img {
    width: 15px;
    margin-top: -5px;
  }

  .overlay a.login_cross {
    right: 44px;
  }
}

@media (min-width: 768px) {

  .overlay-content {
    margin: 0 auto;
  }

  .overlay-content ul {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 650px;
    padding: 0;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    top: 6px;
  }

  .my_navbar {
    margin-top: 0;
  }

  .overlay-content ul li.sub-menu-parent a {
    padding-bottom: 28px;
  }

  .sub-menu-parent:hover .sub-menu,
  .sub-menu-parent:focus .sub-menu {
    margin-top: 0;
  }
}

@media screen and (max-width: 1379px) {
  .overlay-content {
    margin-left: 0;
  }
}

@media screen and (max-width: 1199px) {
  .overlay-content ul {
    left: 50px;
  }

  .overlay a.login_cross {
    top: 30px;
  }

  .overlay .closebtn {
    top: 18px;
  }
}

@media screen and (max-width: 991px) {
  .overlay-content ul {
    left: 82px;
    max-width: 490px;
    margin: 0 auto;
    top: 17px;
  }

  li.sub-menu-parent:before {
    top: 18px;
    right: 5px;
  }

  .overlay-content ul li.sub-menu-parent {
    padding-right: 18px;
  }

  .overlay .closebtn img {
    width: 15px;
    margin-top: -5px;
  }

  .overlay a.login_cross {
    right: 44px;
  }
}

form#uploadMediaForm .become_model label {
  margin: -7px 15px -7px 0px;
}

.become_model_form label {
  display: block;
}

.become_model_form label.radio-gender {
  display: inline-block;
}

.become_model_form.client_reg label {
  display: block;
}

input {
  max-width: 100% !important;
}

.media-video_title span {
  display: block;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

li.pointer-event>a {
  pointer-events: none;
}

form#uploadMediaForm label.btn.btn-info {
  padding: 6px 12px;
}

form#uploadMediaForm label.media_title {
  margin: -7px 15px 0 15px;
}

.contact_form label {
  font-size: 14px;
}

.login_user input[type="email"],
.login_user input[type="password"] {
  font-size: 16px;
}

div.full-width-img .media_title {
  max-width: 100%;
}

div.full-width-img .media_title img {
  min-height: 240px !important;
}

div.model-profile .panel.panel-primary-head ul.nav.nav-tabs {
  margin-bottom: 15px;
}

@media (max-width:991px) {

  .sub-menu-parent:hover .sub-menu,
  .sub-menu-parent:focus .sub-menu {
    left: 0;
    margin-top: -1px;
  }
}

@media (max-width:767px) {

  app-model-profile .panel.panel-primary-head ul.nav.nav-tabs {
    display: flex;
    justify-content: center;
  }

  app-model-profile .panel.panel-primary-head ul.nav.nav-tabs>li {
    width: 25%;
    max-width: 120px;
  }

  app-edit-model .become_model .div-border {
    padding: 10px 0;
  }

  app-edit-model .become_model .web_edit_model .nav>li {
    width: 33%;
    max-width: 150px;
  }

  #uploadMediaForm {
    position: absolute;
    top: 80px;
    width: 100%;
    padding-left: 0px;
  }

  #uploadMediaForm label {
    padding: 6px 27px;
    margin-right: 30px;
  }

  #uploadMediaForm label.media_title {
    position: absolute;
    left: -11px;
    right: 0;
    margin: 0 auto;
  }

  #uploadMediaForm label.media_title+button.btn.btn-primary {
    margin-left: 30px;
  }

  div#panel>.row {
    padding-top: 14px;
    margin: 0;
  }

  a.img_download {
    font-size: 20px;
    display: block;
    text-align: center;
    margin-top: 5px;
  }

  i.fa.fa-save {
    font-size: 19px;
    position: relative;
    top: 3px;
  }

  div#media #photos .panel-body .div-border #media_id_2 .media_title {
    max-width: 100% !important;
  }

  div#media #photos .panel-body .div-border .col-sm-4 img {
    margin: 0 auto;
    max-height: 239px;
    min-height: 240px;
    object-fit: cover;
    min-width: 240px !important;
    width: 240px !important;
    max-width: none !important;
  }

  form#uploadMediaForm label.media_title {
    margin: 0 auto;
    padding: 7px 45px 0 11px;
  }
}

@media (max-width:499px) {
  .after-login .fixed a.btn.btn-sm.btn-primary.btn-sm.menu-dropdown {
    height: 30px;

  }

  .after-login .fixed .header-right.userhome_icon .pull-right {
    top: 14px;
  }

  .fixed .header-right.userhome_icon {
    top: -18px;
  }
}

@media (max-width:374px) {
  .footer .container {
    top: 66px;
  }

  .footer .col-sm-4 {
    width: 100%;
    height: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }

  .footer .col-sm-4 p,
  .footer .col-sm-4 ul.social {
    position: relative;
    display: block;
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    margin-top: 3px;
  }

  .footer .col-sm-4 ul.social {
    margin-top: 54px;
  }

  .footer .col-sm-4 ul li {
    float: none;
    display: inline-block;
  }

  div#panel {
    margin-top: 0px;
    padding-top: 11px;
    height: 72px;
    top: 0;
    z-index: -1;
  }

  div#panel>.row {
    margin: 0;
    padding-top: 0px;
  }

  .footer {
    height: 100px;
  }

  #flip {
    top: 0;
    padding-top: 94px;
  }
}

@media (min-width:500px) and (max-width:767px) {
  span.hamburger {
    top: 12px;
  }

  .after-login .header-right.userhome_icon .pull-right {
    top: -10px;
    right: 6px
  }

  .after-login .fixed .header-right.userhome_icon .pull-right {
    top: 1px;
  }
}

@media (min-width: 1380px) {
  .after-login .header-right.userhome_icon .pull-right {
    position: relative;
    right: 8% !important;
    top: -4px !important;
    margin: 0 !important;
    z-index: 100;
    width: auto;
  }

  .after-login .login_burger {
    top: 31px;
  }
}

@supports (-webkit-overflow-scrolling: touch) {
  div#general .panel-body .col-sm-4 img+input[type="file"]:before {
    width: 84px;
    top: 0;
  }
}

section.cookie-overlay p {
  font-size: 14px;
  padding: 0 15px;
  color: #ffffff;
  font-weight: bold;
  width: 95%;
  float: left;
  margin: 0;
}

section.cookie-overlay {
  text-align: center;
  background: rgba(62, 147, 141, 0.80);
  padding: 3em;
  position: fixed;
  width: 100%;
  z-index: 99999 !important;
  top: 0;
  left: 0;
}

.btn.cookie-btn {
  background-color: #ffffff;
  color: #333;
  width: 5%;
  float: right;
}

section.cookie-overlay p a.cookie-text {
  color: #333;
  margin: 0 3px;
}

.fa-user::before {
  content: "\f007";
  font-size: 16px;
}

.mobile-margin img {
  max-height: 450px;
  width: auto;
  margin: 0 auto;
}

@media (max-width : 767px) {
  section.cookie-overlay {
    padding: 15px;
  }

  section.cookie-overlay p {
    font-size: 16px;
    width: 100%;
    float: none;
  }

  .btn.cookie-btn {
    margin-top: 10px;
    width: 90%;
    font-size: 18px;
    float: none;
  }
}

@media (min-width: 768px) {

  span#language_info_field>span,
  #language_level_field+div {
    position: relative;
  }

  #language_info_field>span:after,
  #language_level_field+div:after {
    content: '\2039';
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    color: #6b6b6b;
    font-size: 35px;
    z-index: 9999;
    right: 30px;
    top: -5px;
    transform: rotate(-90deg);
    -webkit-text-stroke: 1px #fff;
  }

  select {
    -moz-appearance: none;
  }

  .body_overlay {
    overflow: hidden;
  }

  .search .search_content .selected-list .c-btn {
    display: inline-block;
    max-height: 44px;
    overflow: hidden;
  }
}

@-moz-document url-prefix() {
  input#check_newsletter {
    width: 20px !important;
    height: 20px !important;
  }
}

.client-review {
  padding-top: 14px;
}

.client-review .row p {
  font-size: 16px;
  text-align: justify;
}

p.review {
  font-style: italic;
}

.client-review p.review i.fa.fa-quote-left {
  font-size: 42px;
  color: #f1f0f0;
  float: left;
  padding-right: 10px;
}

.client-review p.review i.fa.fa-quote-right {
  font-size: 42px;
  color: #f1f0f0;
  float: right;
  padding-right: 10px;
}

div#media .panel-body .div-border .col-sm-4 img {
  max-height: 100%;
}

@media (max-width: 767px) {
  div#media #photos .panel-body .div-border .col-sm-4 img {
    max-height: 100%;
    min-height: 100%;
    min-width: auto !important;
    width: auto !important;
  }
}

.mykids-contact-us .contact_form input[type="text"] {
  width: 185px;
  padding-left: 8px;
  height: 30px;
}

.mykids-contact-us .row.contact_us {
  margin-top: 80px;
  margin-bottom: 70px;
}

.mykids-contact-us .row.contact_us>h2 {
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Lucy_Rounded';
  font-weight: 500;
  margin: 0 auto;
  margin-bottom: 25px;
}

.mykids-contact-us .row.contact_us .match_height {
  text-align: center;
}

.mykids-contact-us .row.contact_us .match_height img {
  width: 400px;
}

.mykids-contact-us .about_content {
  text-align: center;
}

.mykids-contact-us .row.contact_form {
  padding: 0;
  margin-top: 35px;
  max-width: 430px;
}

.mykids-contact-us .row.contact_form input {
  margin-bottom: 20px;
}

.mykids-contact-us .row.contact_form input[type="submit"] {
  background: #021d32;
  color: white;
  text-transform: uppercase;
  font-size: 19px;
  padding: 3px 20px;
  box-shadow: 3px 4px 4px #969595;
  border: 1px solid #021d32;
  transition: all .3s ease-in-out;
  width: 100%;
  margin-top: 20px;
}

.mykids-contact-us .row.contact_form input[type="submit"]:hover {
  background: transparent;
  border: 1px solid black;
  color: #021d32;
}

.mykids-contact-us .about_content .address {
  text-align: left;
  margin-left: 0;
  margin-top: 50px;
  font-weight: 600;
}

.mykids-contact-us .about_content .address p {
  line-height: 25px;
  margin-bottom: 7px;
  text-indent: -13px;
  margin-left: 28px;
  font-size: 14px;
}

.mykids-contact-us .about_content .address p:last-child {
  padding: 0;
  margin-left: 2px;
  text-indent: 0;
}

.mykids-contact-us .about_content .address p span {
  margin-left: 11px;
}

.mykids-contact-us .about_content .address p i.fa {
  color: #339999;
}

.mykids-contact-us .contact_form textarea {
  height: 70px;
  resize: vertical;
  width: 400px;
  margin-bottom: 20px;
}

.mykids-contact-us .contact_form label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 14px;
}

.mykids-contact-us .contact_form input[type="text"] {
  margin-top: 0;
  margin-bottom: 20px;
  width: 185px;
  padding-left: 8px;
  height: 30px;
  font-size: 14px;
}

.mykids-contact-us .contact_form textarea {
  margin-top: 0;
  height: 70px;
  resize: vertical;
  padding-left: 8px;
  width: 400px;
  margin-bottom: 20px;
  font-size: 14px;
}

.mykids-contact-us .contact_us_gallary {
  padding: 0 15px;
}

.mykids-contact-us .contact_us_gallary img {
  transition: all .3s ease-in-out;
}

.mykids-contact-us .contact_us_gallary img:hover {
  transform: scale(1.02);
}

.mykids-contact-us .contact_us_gallary>.row {
  align-items: flex-end;
}

.mykids-contact-us .contact_us_gallary>.row .row {
  align-items: flex-end;
}

.mykids-contact-us .contact_us_gallary>.row .half-radius {
  display: flex;
  flex-direction: column-reverse;
}

.mykids-contact-us .contact_us_gallary>.row>div>div>* {
  padding: 0 4px;
}

.mykids-contact-us .contact_us_gallary>.row .whole-radius img {
  border-top-left-radius: 20px;
}

.mykids-contact-us .contact_us_gallary>.row .whole-radius .col-sm-6:nth-child(2) img {
  height: 260px;
  width: 100%;
  object-fit: cover;
}

.mykids-contact-us .contact_us_gallary>.row .whole-radius .col-sm-6:nth-child(1) img {
  height: 140px;
  width: 100%;
  object-fit: cover;
}

.mykids-contact-us .contact_us_gallary>.row .half-radius .col-sm-7 img:first-child,
.mykids-contact-us .contact_us_gallary>.row .half-radius .col-sm-5 img:first-child {
  border-top-left-radius: 20px;
  margin-bottom: 8px;
}

.mykids-contact-us .contact_us_gallary>.row .half-radius .col-sm-12 img {
  margin-top: 8px;
  height: 170px;
  width: 100%;
  object-fit: cover;
}

.mykids-contact-us .contact_us_gallary>.row .half-radius .corner-img img:first-child {
  height: 130px;
  width: 100%;
  object-fit: cover;
}

.mykids-contact-us .contact_us_gallary>.row .half-radius .corner-img img:last-child {
  height: 270px;
  object-fit: cover;
  width: 100%;
}

.mykids-contact-us .contact_us_gallary>.row .all-radius img:first-child {
  width: 70%;
  float: right;
}

.mykids-contact-us .contact_us_gallary>.row .all-radius img:nth-child(2) {
  border-top-left-radius: 20px;
}

.mykids-contact-us .contact_us_gallary>.row .all-radius img {
  height: 170px;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1199px) {
  .mykids-contact-us .row.contact_form {
    padding: 0 6%;
  }

  .mykids-contact-us .about_content .address {
    margin-left: 6%;
  }

  .mykids-contact-us .contact_form textarea,
  .mykids-contact-us .contact_form input[type=text] {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .mykids-contact-us .row.contact_us .match_height img {
    width: 360px !important;
    height: 205px !important;
  }

  .mykids-contact-us .row.contact_us iframe.match_height {
    width: 360px !important;
    height: 205px !important;
  }

  .mykids-contact-us .row.contact_form {
    padding: 0;
  }

  .mykids-contact-us .contact_form input[type="text"] {
    width: 100%;
  }

  .mykids-contact-us .row.contact_form textarea {
    width: 100%;
  }

  .mykids-contact-us .about_content .address {
    margin-left: 0;
  }

  .mykids-contact-us .contact_us_gallary>.row .half-radius .col-sm-12 img,
  .mykids-contact-us .contact_us_gallary>.row .all-radius img {
    height: 120px;
  }

  .mykids-contact-us .contact_us_gallary>.row .half-radius .corner-img img:last-child {
    height: 190px;
  }

  .mykids-contact-us .contact_us_gallary>.row .half-radius .corner-img img:first-child {
    height: 95px;
  }

  .mykids-contact-us .contact_us_gallary>.row .whole-radius .col-sm-6:nth-child(2) img {
    height: 185px;
  }

  .mykids-contact-us .contact_us_gallary>.row .whole-radius .col-sm-6:nth-child(1) img {
    height: 100px;
  }

  .mykids-contact-us .about_content .address {
    margin-top: 16px;
  }

  .mykids-contact-us .about_content .address p:last-child {
    font-size: 12px;
    line-height: 1.3;
  }

  .mykids-contact-us .row.contact_form {
    margin: 20px 0 0 0;
  }

  .mykids-contact-us .contact_form label {
    margin-bottom: 0;
  }

  .mykids-contact-us .contact_form input[type=text] {
    margin-bottom: 8px;
  }

  .mykids-contact-us .contact_form>div {
    padding: 0 5px;
  }

  .mykids-contact-us .contact_us_gallary {
    margin-top: 10px;
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .container.mykids-contact-us {
    max-width: 720px;
  }

  .mykids-contact-us .row.contact_us .row .col-sm-12.col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .mykids-contact-us .row.contact_us .row .col-sm-12.col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}

@media screen and (max-width: 767px) {
  .mykids-contact-us .row.contact_us>h2 {
    margin-bottom: 30px;
  }

  .mykids-contact-us .row.contact_form {
    text-align: center;
  }

  .mykids-contact-us .contact_form input[type="text"],
  .row.contact_form textarea {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #399;
  }

  .mykids-contact-us .about_content .address {
    margin-left: 0;
    margin: 10px auto 0;
    display: table;
  }

  .mykids-contact-us .row.contact_us .match_height {
    height: auto !important;
  }

  .mykids-contact-us .row.contact_form {
    margin: 0 auto !important;
    margin-top: 20px !important;
  }

  .mykids-contact-us .contact_form label {
    text-align: left;
    display: block;
  }

  .mykids-contact-us .contact_us_gallary {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .mykids-contact-us .contact_us_gallary {
    text-align: center;
  }

  .mykids-contact-us .contact_us_gallary img {
    border-radius: 0 !important;
    max-width: 300px !important;
    width: 100% !important;
    float: none !important;
    min-height: 200px;
    object-position: top;
    margin: 0 auto !important;
    margin-bottom: 10px !important;
  }

  .mykids-contact-us .contact_us {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }
}

.mykids-contact-us .contact_us_gallary>.row .row {
  display: flex;
  flex-wrap: wrap;
}

.mykids-contact-us .contact_us_gallary>.row {
  display: flex;
}

@media (min-width: 576px) and (max-width: 767px) {
  .mykids-contact-us {
    max-width: 540px;
  }

  .whole-radius {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .whole-radius .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .half-radius {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .half-radius .all-radius {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .half-radius .corner-img {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}

@media (max-width:575px) {
  .whole-radius .row .col-sm-6 {
    width: 100%;
    text-align: center;
  }

  .half-radius .row .col-sm-7,
  .half-radius .row .col-sm-5,
  .half-radius .row .col-sm-12 {
    width: 100%;
    text-align: center;
  }
}

div#media .panel-body .div-border .col-sm-4 img {
  width: 340px;
  height: 450px;
  object-fit: cover;
  max-height: 450px;
}

.mobile-margin img {
  max-height: 450px;
  width: 80%;
  margin: 0 auto;
  min-height: 450px;
  object-fit: cover;
}

.mykids-contact-us .contact_us_gallary>.row .row {
  display: flex;
  flex-wrap: wrap;
  flex-flow: initial;
  order: 1;
}

.mykids-contact-us .contact_us_gallary>.row .half-radius .row+.row {
  order: 0;
}

body.overlay_logo_img img.white-logo {
  display: none !important;
}

body.overlay_logo_img img.main-logo {
  display: block !important;
}

body.overlay_logo_img.body_overlay .main-logo {
  display: none;
}

body.overlay_logo_img .login_burger {
  display: block !important;
}

@media (max-width:1199px) {
  div#media .panel-body .div-border .col-sm-4 img {
    width: 260px;
    height: 350px;
  }

  .mobile-margin img {
    max-height: 350px;
    min-height: 350px;
  }

  body.overlay_logo_img span.hamburger {
    display: block;
  }
}

@media (max-width:991px) {
  div#media .panel-body .div-border .col-sm-4 img {
    width: 190px;
    height: 235px;
    object-fit: cover;
    max-height: 450px;
  }

  .mobile-margin img {
    max-height: 270px;
    width: 215px;
    min-height: 270px;
  }

  .become_model.model-profile .panel.panel-primary-head div#general .mobile-margin {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  div#media #photos .panel-body .div-border .col-sm-4 img {
    max-height: 100%;
    min-height: 100% !important;
    min-width: 280px !important;
    width: 280px !important;
  }

  .mobile-margin img {
    max-height: 400px;
    width: 100%;
    max-width: 280px;
    min-height: auto;
  }
}

@media (max-width:575px) {
  .mykids-contact-us .contact_us_gallary>.row {
    display: flex;
    display: block;
  }
}

/* body.body_overlay {
  position: fixed;
  width: 100%;
} */

@media (min-width: 768px) and (max-width: 1024px) {

  /* .body_overlay img.white-logo {
  display: block;
  margin: 0 auto;
  position: relative;
  } */
  .body_overlay .overlay a.login_cross {
    display: none;
  }

  .body_overlay .logo {
    width: 100%;
  }

  .body_overlay .overlay-content ul {
    margin-top: 80px;
  }

  .body_overlay .overlay-content ul li {
    float: none;
  }

  /* .body_overlay .overlay-content ul li:last-child {
    display: inline-block;
    } */
  .body_overlay .overlay-content.mykids_blog ul li.sub-menu-parent:before {
    margin: 0 auto;
    left: 85px;
    top: 12px;
    z-index: 999;
  }

  .body_overlay .sub-menu-parent:hover .sub-menu {
    margin-top: 0;
    padding-right: 0;
  }

  .body_overlay .overlay-content.mykids_blog ul li.sub-menu-parent {
    padding-right: 0px;
    position: relative;
  }

  .body_overlay .overlay-content ul {
    left: 0;
  }

  /*.body_overlay .overlay-content ul li.sub-menu-parent:before {
    z-index: 99;
    right: 0; 
    margin: 0 auto;
    left: 85px;
    top: 16px;
    z-index: 999; 
    }*/
  #panel {
    height: 120px;
    top: -20px;
  }

  .body_overlay .overlay-content ul li.sub-menu-parent {
    padding-right: 0;
    /*display: inline-block;*/
  }

  .container-height.container-height-home {
    height: 60vh;
  }

  #bgvid {
    top: 0;
    transform: none;
    left: 0;
    height: 100vh;
    object-fit: cover;
  }

  body.overlay_logo_img .login_burger {
    display: none !important;
  }

  body .overlay-content ul li {
    display: block;
    width: 100%;
  }

  body .overlay-content ul {
    margin-top: 80px;
  }

  body.overlay_logo_img .sub-menu-parent:hover .sub-menu,
  body.overlay_logo_img .sub-menu-parent:focus .sub-menu {
    left: 0;
    padding-right: 0;
  }

  body.overlay_logo_img .overlay-content ul {
    left: 0;
  }

  body.overlay_logo_img li.sub-menu-parent:hover a {
    color: #818181;
  }

  body.overlay_logo_img li.sub-menu-parent:before {
    top: 20px;
    right: 5px;
    left: 265px;
  }

  body.overlay_logo_img .overlay-content ul li.sub-menu-parent {
    padding-right: 0;
  }

  body.overlay_logo_img .overlay-content ul {
    max-width: 650px;
  }

  .body_overlay .overlay-content ul {
    max-width: 650px;
  }

  .body_overlay .my_navbar {
    background: transparent !important;
  }

  body.overlay_logo_img li.sub-menu-parent:before {
    top: 17px !important;
    right: 282px;
    left: auto;
  }

  .body_overlay .overlay-content ul li.sub-menu-parent:before {
    right: 282px;
    top: 13px;
    left: auto;
  }

  body.overlay_logo_img li.sub-menu-parent:hover:before {
    top: 6px !important;
  }

  .sub-menu-parent:hover .sub-menu {
    top: 36px;
  }

  /*.body_overlay .overlay-content ul li.sub-menu-parent:before {
    right: 282px !important; 
    top: 13px;
    }*/
}

body.overlay_logo_img .login_burger {
  display: none !important;
}

.overlay-content ul li.sub-menu-parent a {
  pointer-events: none;
  z-index: 9 !important;
}

.overlay-content ul li.sub-menu-parent:before {
  pointer-events: auto;
  z-index: 10 !important;
}

.overlay-content ul li.sub-menu-parent a {
  pointer-events: auto;
  z-index: -99999;
  position: relative;
}

body.overlay_logo_img img.white-logo {
  display: block;
}

body.overlay_logo_img img.main-logo {
  display: none;
}

body.overlay_logo_img .top-light-box {
  display: none;
}

body.overlay_logo_img a.btn.btn-sm.btn-primary.btn-sm.menu-dropdown {
  display: none;
}

body.overlay_logo_img span.hamburger {
  display: none;
}

body.overlay_logo_img a.login_cross {
  display: none !important;
}

@media (max-width: 991px) and (min-width: 768px) {
  /*.body_overlay .overlay-content ul li.sub-menu-parent:before {
  right: 206px;
  top: 13px;
  }*/
  /*.overlay-content ul li.sub-menu-parent > a {
  display: none;
  }
  .overlay-content ul li.sub-menu-parent:after {
  content: 'More';
  font-size: 16px;
  color: #908f8f;
  font-family: 'Lucy_Rounded';
  text-transform: uppercase;
  position: relative;
  top: 7px;
  left: -3px;
  pointer-events: none;
  }*/
}

@media (max-width: 991px) {
  .overlay-content ul li.sub-menu-parent a {
    padding-bottom: 13px;
  }

  body.body_overlay app-authenticate-web>* {
    display: none;
  }

  body.body_overlay app-authenticate-web>app-header-web {
    display: block;
  }

  form.ng-invalid.ng-touched.ng-dirty .col-sm-6.left>div {
    display: inline-block;
    width: 100%;
  }
}

@media(max-width: 375px) {
  .hair-color.hair-color-edit .col-sm-1.col-xs-2 {
    margin: 0 4px;
  }
}

span.hamburger {
  font-size: 32px;
}

.col-sm-5.age-section {
  padding-top: 25px;
}

.col-sm-12.height_chart>.col-sm-4 .col-sm-12 .col-xs-3 {
  min-height: 40px;
}

/* Auto Zoom disabled*/
@media screen and (-webkit-min-device-pixel-ratio:0) {

  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
    background: #eee;
  }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

  select,
  textarea,
  input {
    font-size: 16px;
  }
}

@media (max-width: 991px) {

  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px !important;
  }

  select,
  textarea,
  input {
    font-size: 16px !important;
  }

  .login_user input[type="email"],
  .login_user input[type="password"] {
    font-size: 16px;
  }
}

/* Auto Zoom disabled End*/

/*Shoe size, skills, accents multiple select*/
.row.search_content .height_chart .col-sm-4.col-xs-6 .col-sm-9.col-xs-9 .skills .c-btn {
  max-height: 42px;
  padding: 6px 10px;
}

.row.search_content .height_chart .col-sm-4.col-xs-6 .col-sm-9.col-xs-9 .col-xs-9>* {
  margin: 0 !important;
}

/*Shoe size, skills, accents multiple select End*/

@media (max-width: 991px) {

  /*Should not overlay automatically without clicking on menu*/
  .after-login .login_burger {
    pointer-events: none;
  }

  .after-login .login_burger * {
    pointer-events: auto;
  }

  /*Should not overlay automatically without clicking on menu End*/
  /*Lightbox Center*/
  .become_model .top-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .become_model .top-buttons>input {
    padding: 6px 10px;
    margin: 5px;
  }

  /*Lightbox Center End*/
}

body {
  /*background-color: rgba(0,0,0,0.9);*/
}

.loader-wrapper {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1001;
  transform: translate(-50%, -50%);
}

/*.loader-wrapper .loader-indicator{
	display: flex;
	align-items: center;
}
*/
.loader-wrapper .loader-indicator .loader {
  display: inline-block;
  height: 13px;
  width: 13px;
  background-color: #399;
  border-radius: 50%;
  margin: 0px 2px;
  -webkit-animation: bounce 1.5s infinite ease-in-out both;
  animation: bounce 1.5s infinite ease-in-out both;
  border: 0;
  top: -8px;
}

.loader-wrapper .loader-indicator .loader.second_sm {
  left: 29px;
}

.loader-wrapper .loader-indicator .loader.third_sm {
  left: 60px;
}

.loader-wrapper .loader-indicator .first_sm {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader-wrapper .loader-indicator .third_sm {
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
}

.loader-wrapper .indicator-text {
  display: inline-block;
  font-family: monospace;
  color: #000;
  font-size: 14px;
  margin: 10px 0;
}

.overlay-content ul li.sub-menu-parent a {
  pointer-events: none;
}

.overlay-content ul li.sub-menu-parent ul li a {
  pointer-events: auto;
}

/* New Sub Menu CSS Start*/
@media (max-width:769px) {
  .overlay-content ul li.sub-menu-parents.pointer-events.sub-menu-md {
    display: block;
    height: 24px;
  }

  .overlay-content ul li.sub-menu-parent.pointer-event.sub-menu-lg {
    display: none;
  }

  .overlay-content ul li.sub-menu-parents.pointer-events p {
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    font-family: 'Lucy_Rounded';
    margin-top: 5px;
    font-size: 17px;
    color: #818181;
    display: block;
    transition: 0.3s;
    text-decoration: none;
  }

  .overlay-content ul li.sub-menu-parents.pointer-events ul.sub-menu {
    position: relative !important;
    margin-top: 0;
  }

  .overlay-content ul li.sub-menu-parents.pointer-events i.fa.fa-caret-down {
    position: inherit;
    top: 0;
  }

  .overlay-content ul li.sub-menu-parents.pointer-events i.fa.fa-caret-down.caret-up:before {
    content: "\f0d8";
    position: relative;
    top: -1px;
  }

  ul.sub-menu.sub-menu-visible {
    display: block;
    visibility: visible;
    opacity: 1;
    bottom: auto;
    transform: none;
    position: relative !important;
    top: 0px !important;
  }
}

@media (min-width:770px) {
  .overlay-content ul li.sub-menu-parents.pointer-events.sub-menu-md {
    display: none;
  }

  .overlay-content ul li.sub-menu-parent.pointer-event.sub-menu-lg {
    display: block;
  }
}

/* New Sub menu End */

@-webkit-keyframes bounce {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounce {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

#bgvid {
  top: 0;
  transform: none;
  left: 0;
  height: 100vh;
  background: #fff;
  object-fit: cover;
}

.banner__bg__img {
  height: auto;
}

@media (max-width:767px) {
  .banner__bg__img {
    height: 100vh;
  }

  video#bgvid {
    margin: 0;
    top: -50px;
    height: calc(100vh + 100px);
  }
}

@media (min-width:768px) and (max-width:1024px) {
  app-home+app-footer-web {
    margin-top: 40vh;
    display: inline-block;
    width: 100%;
  }
}

@media (max-width:991px) {
  div#panel.footer-panel>.row {
    padding-top: 18px;
    margin: 0;
  }
}

body *:focus {
  outline: none !important;
}

@media (min-width:768px) and (max-width:1379px) {
  .after-login .header-right.userhome_icon .pull-right {
    position: relative;
    right: -140px;
    top: -18px;
  }

  .after-login .header-right.userhome_icon .pull-right {
    top: -20px;
  }

  .body_overlay header.my_header {
    display: flex;
  }
}

@media (min-width:768px) and (max-width:991px) {
  div#panel.footer-panel>.row>.col-md-4:first-child {
    padding-top: 21px;
  }

  div#panel.footer-panel>.row {
    padding-top: 0;
  }

  div#panel p {
    top: 0;
  }
}

@media (max-width:767px) {
  .after-login .header-right.userhome_icon .pull-right {
    position: relative;
    right: -109px;
    top: -9px;
  }

  .after-login .fixed .header-right.userhome_icon .pull-right {
    top: -20px;
  }
}

.my_header .header-right.userhome_icon {
  position: relative;
  z-index: 99;
}

.col-sm-5.age-section {
  padding-top: 0px;
}

@media (max-width: 767px) {
  .col-sm-5.age-section {
    padding-top: 25px;
  }

  .login_burger a.login {
    top: 9px;
  }
}

@media (max-width: 499px) {
  .login_burger a.login {
    top: 0px;
  }
}

.top-light-box a.bell-active {
  color: #FFC107;
}

@media (max-width: 991px) {
  .body_overlay .overlay-content ul li.sub-menu-parent:hover:before {
    top: 2px;
  }
}

@media (max-width:767px) {
  .become_model .web_edit_model div#holiday-time-off .div-border {
    overflow: visible;
  }
}

@media (max-width: 499px) {
  .after-login .header-right.userhome_icon .pull-right {
    right: -75px;
    top: 52px;
  }

  .after-login .fixed .header-right.userhome_icon .pull-right {
    top: 14px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

  ::i-block-chrome,
  .overlay-content ul li.sub-menu-parent a {
    pointer-events: auto;
  }
}

@media (max-width:767) {
  .overlay-content ul li.sub-menu-parent.pointer-event.more_icon:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid;
    top: 14px;
    border-bottom: 0;
  }
}

.footer .row {
  margin: 0;
}

.cls-gender.compass-container img {
  width: 35px;
}

.search .cls-gender img {
  position: relative;
  top: -10px !important;
}

.search_content div.cls-gender label {
  top: -10px !important;
}

.cls-gender.compass-container {
  margin-bottom: 14px;
}

.cls-gender.compass-container label.chk-female {
  margin-left: 8px;
}

@media (max-width:991px) {
  .col-sm-4.col-sm-offset-3.division {
    margin: 0;
    width: 100%;
    display: flex;
  }

  .col-sm-4.col-sm-offset-3.division .col-sm-3 {
    width: 13%;
    padding: 0;
  }

  .cls-gender.compass-container label.chk-female {
    margin-left: 19px;
  }
}

@media (max-width:767px) {
  .col-sm-4.col-sm-offset-3.division {
    margin-top: 33px;
    display: block;
  }

  .cls-gender.compass-container {
    position: relative;
    top: 6px;
  }
}

.division {
  margin-top: 20px;
  margin-bottom: 12px;
}

.cls-gender.compass-container label:before {
  left: -2px !important;
}

.cls-gender.compass-container img {
  margin-right: 5px;
}

.division>.col-sm-3>p {
  position: relative;
  top: -4px;
}

.height_name .col-sm-9.cls-gender {
  position: relative;
  top: -4px;
}

.height_name .col-sm-9.cls-gender label:before {
  left: -2px;
}

.height_name .col-sm-9.cls-gender label {
  min-width: 51px;
}

.division .chk-female:before {
  border: 2px solid #ccc !important;
}

.owl_logo .owl-stage,
.owl_logo .owl-carousel .owl-item {
  display: flex;
}

.owl_logo .owl-carousel .owl-item>div {
  display: flex;
  align-items: center;
}

header.become-a-model {
  margin-top: 74px;
  position: relative;
}

header.become-a-model.alter {
  margin-top: 0;
}

.become-a-model.alter .my_navbar {
  margin-top: 0;
}

@media (min-width: 768px) {
  .become-a-model .my_navbar {
    margin-top: 74px;
  }

}

@media (min-width: 768px) and (max-width: 1024px) {
  .overlay-content ul li.sub-menu-parent:before {
    right: 282px;
  }
}

@media (max-width: 767px) {
  .become-a-model .overlay .closebtn {
    top: 102px;
    z-index: 1;
    right: 23px;
  }

  .become-a-model.alter .overlay .closebtn {
    top: 18px;
  }

  .body_overlay .become-a-model img.white-logo {
    margin-top: 10px;
  }
}

@media (max-width: 499px) {
  .body_overlay .become-a-model img.white-logo {
    margin-top: 0px;
  }
}
.fixed-banner {
  display: none;
}

.become-a-model+.fixed-banner {
  display: block;
}