body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #1b1c1c;
  font-size: 16px;
  position: relative;
}

.login-bg{
  background: url('../images/login-bg.jpg') no-repeat top center;
  background-size: cover;
}

.no-space {
  margin: 0px;
}

h2 {
  font-size: 28px;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

.btn:hover,
.btn:focus,
.btn:active {
  border: 0px;
  outline: none;
  color: #fff;
  background: intial;
}
.logo {
  margin-bottom: 50px;
}

.custom-btn {
  background: #a1a701;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  padding: 6px 15px;
  border: 0px;
  outline: 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 4px;
}
.custom-btn.orange-btn {
  background: #f77400;
}
.custom-btn.orange-btn:hover {
  -webkit-box-shadow: 0px 2px 14px 0px rgba(247, 116, 0, 0.8);
  -moz-box-shadow: 0px 2px 14px 0px rgba(247, 116, 0, 0.8);
  box-shadow: 0px 2px 14px 0px rgba(247, 116, 0, 0.8);
}
.custom-btn:hover {
  -webkit-box-shadow: 0px 2px 14px 0px rgba(141, 223, 9, 0.8);
  -moz-box-shadow: 0px 2px 14px 0px rgba(161, 167, 1, 0.8);
  box-shadow: 0px 2px 14px 0px rgba(161, 167, 1, 0.8);
}

/** login code start **/

.login-col {
  display: table;
  margin: 0 auto;
  height: 100vh;
  width: 100%;
}

.mid-col {
  vertical-align: top;
  width: 100%;
  float: left;
}

.inner-col {
  border-radius: 3px;
  width: 100%;
  margin: 0 auto;
  display: table;
  height: 100%;
}

.lft-col {
  width: 50%;
  height: 100vh;
  background: #fff;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  position: relative;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  z-index: 9;
  position: fixed;
  display: table;
}

.lft-col.login {
  display: none;
}

.change-account .lft-col {
  display: none;
}

.scroll-content {
  /*
	height: 549px;
    overflow: auto;
*/
}

/* .login-bg{
	overflow: hidden;
} */

/* .login-bg.change-account{
	overflow: visible;
} */

.change-account .lft-col.login {
  display: table;
}

.info-data {
  color: #000;
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  text-align: left;
  vertical-align: middle;
}

.info-data h2 {
  font-size: 16px;
  color: #5f5f5f;
  text-transform: uppercase;
  font-weight: bold;
  margin: 15px 0px;
}

.info-data p {
  font-size: 16px;
  line-height: 21px;
}

.rgt-col {
  width: 52%;
  display: table-cell;
  vertical-align: middle;
  padding: 40px 38px 60px 0px;
  position: relative;
  height: 100vh;
  transition: all 0.5s;
  position: relative;
  left: 49%;
  top: 0px;
}
.SignUpBox.rgt-col {
  left: 0;
}
.rgt-col.login {
  position: relative;
  left: -59%;
  top: 0px;
}

.change-account .rgt-col {
  position: relative;
  left: -59%;
}

.change-account .rgt-col.login {
  display: table-cell;
  position: relative;
  left: -1%;
  top: 0px;
}
.custome-envelope {
  position: absolute;
  top: 12px;
  right: 28px;
  color: #525252;
}

.custome-key {
  position: absolute;
  top: 12px;
  right: 28px;
  color: #525252;
}

.rgt-col h3 {
  color: #0a205c;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 25px;
}

.md-input {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.md-input .md-form-control {
  padding: 5px 15px;
  display: block;
  border: none;
  box-shadow: none;
  width: 100%;
  border: 2px solid #c1c1c1;
  border-radius: 3px;
  color: #010101;
  font-size: 18px;
}

.md-input label {
  background: #fff;
  padding: 3px 5px;
  color: #8c8f94;
  font-size: 15px;
  margin-bottom: 0;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 22px;
  top: 6px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.md-input .md-form-control:focus {
  border: 2px solid #eb9b01;
}

.md-input .bar:before {
  left: 50%;
}

.md-input .bar:after {
  right: 50%;
}

.md-input .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.md-input .md-form-control:focus ~ label,
.md-input .md-form-control:valid ~ label {
  top: -12px;
  font-size: 13px;
  color: #eb9b01;
}

.md-input .md-form-control:focus ~ .bar:before,
.md-input .md-form-control:focus ~ .bar:after {
  width: 50%;
}

.md-input .md-form-control:hover,
.md-input .md-form-control:focus {
  outline: 0;
}

.password-col {
  overflow: hidden;
  margin-bottom: 10px;
}

.password-col .checkbox {
  float: left;
  margin: 0 0 0 4px;
}

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 12px;
  color: #808080;
  font-size: 16px;
  line-height: 21px;
  font-size: 15px;
}

.checkbox label::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -moz-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -ms-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 2px;
  padding-top: 0px;
  font-size: 16px;
  color: #405180;
  border: 1px solid #405180;
  border-radius: 3px;
  outline: none;
}

.checkbox input[type='checkbox']:checked + label::after {
  font-family: 'FontAwesome';
  content: '\f00c';
  line-height: 19px;
}

.password-col a.forgot-password {
  text-decoration: none;
  color: #808080;
  font-size: 14px;
  margin-top: 3px;
}
.password-col a.forgot-password:hover {
  color: #a1a701;
}
.login-btm {
  margin: 0;
  display: table;
  float: right;
  width: 100%;
}

.login-btm button {
  width: 130px;
  float: right;
}

.login-btm button span img {
  width: 25px;
  margin-top: -3px;
}

small {
  display: block;
  color: #808080;
  font-size: 13px;
  text-align: center;
}

#register .md-input {
  /* display: none; */
  margin-bottom: 20px;
}

.name-col {
  display: table;
  width: 100%;
}

.name-col .md-input {
  width: 48%;
  float: left;
  margin-right: 4%;
}

.name-col .md-input:last-child {
  margin-right: 0px;
}

#register .login-btm {
  margin-top: 0px;
}

#register .md-input .md-form-control {
  padding: 10px 15px;
}

#register .md-input label {
  padding: 1px 5px;
}

.bg-topbar {
  background: #fff;
  border-bottom: solid 1px #eaeaea;
}

.top-bar-nav {
  list-style-type: none;
  margin: 5px 0px 0px;
}

a.logo {
  display: inline-block;
  padding: 6px 30px;
}

.top-bar-nav li {
  display: inline-block;
  padding: 5px 15px;
  border-right: solid 1px #ccc;
  position: relative;
}

.top-bar-nav li a .fa {
  font-size: 25px;
  color: #aeaeae;
  padding-top: 4px;
}

.top-bar-nav li:last-child {
  border-right: solid 0px #ccc;
}

.img-clip {
  -webkit-clip-path: polygon(
    50% 0%,
    100% 25%,
    100% 75%,
    50% 100%,
    0% 75%,
    0% 25%
  );
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  width: 44px;
  height: 51px;
  display: inline-block;
  padding: 0px 0px;
  margin-right: 5px;
}

.img-clip img {
  width: 54px;
}

.notification {
  font-size: 10px;
  position: absolute;
  top: 2px;
  right: 11px;
  width: 17px;
  height: 17px;
  background: #ec3314;
  border: solid 2px #ec3314;
  display: block;
  text-align: center;
  border-radius: 100%;
  font-weight: bold;
  color: #fff;
}

.dropdown a {
  color: #767474;
  font-size: 13px;
}

.dropdown a .fa {
  display: inline-block;
  padding-top: 13px !important;
  float: right;
  padding-left: 7px;
}

.dropdown a:hover {
  text-decoration: none;
}

.login-content {
  background: #fff;
  width: 90%;
  padding: 30px 30px 30px 40px;
  /* float: left; */
}

.login-content h2 {
  margin: 0px 0px 22px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.logo-mobile {
  display: none;
}

.for-small-device {
  display: none;
}
small.copy {
  position: absolute;
  bottom: 13px;
  text-align: center;
  width: 97%;
}

.social-links {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.social-links h2 {
  float: left;
  margin: 0px;
  padding: 14px 20px 0px 0px;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
}
span.box-social-links {
  width: 41px;
  height: 41px;
  background: transparent;
  display: block;
  border-radius: 100%;
  float: left;
  margin: 0px 5px 0px 0px;
  border: solid 2px #fff;
  color: #fff;
  text-align: center;
  padding: 7px 0px 0px 0px;
}

.social-links a .face:hover {
  background: #0c87c7;
  color: #ffffff;
}

.social-links a .plus:hover {
  background: #d74936;
  color: #ffffff;
}

.social-links a .linked:hover {
  background: #0074b0;
  color: #ffffff;
}

header {
  padding: 20px 0;
  border-bottom: solid 1px #f5f5f5;
}
header .logo {
  margin: 0px;
}
header .logo img {
  width: 164px;
}
.socila-links-header {
  display: inline-block;
  border-right: solid 1px #ddd;
  padding: 0 20px 0 0;
}
.socila-links-header ul {
  margin: 0px;
  padding: 0px;
}
.socila-links-header ul li {
  list-style: none;
  padding: 0 5px;
  display: inline-block;
}
.socila-links-header ul li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  border: solid 2px #d4d4d4;
  display: inline-block;
  line-height: 37px;
  font-size: 20px;
  color: #7f7f7f;
}
.socila-links-header ul li a.facebook:hover {
  background: #3a559f;
  color: #fff;
  border: solid 2px transparent;
}
.socila-links-header ul li a.instagram:hover {
  background: #c42b67;
  color: #fff;
  border: solid 2px transparent;
}
.socila-links-header ul li a.twiter:hover {
  background: #55acee;
  color: #fff;
  border: solid 2px transparent;
}
.user {
  display: inline-block;
}
.user a {
  padding: 0 0 0 20px;
  font-size: 14px;
  color: #494949;
}
.user a:hover {
  text-decoration: none;
}
.user span img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ddd;
  margin: 0 4px 0 0;
}
.user .dropdown-menu {
  padding: 0px;
}
.user .dropdown-menu a {
  padding: 6px 8px;
  border-bottom: solid 1px #ddd;
}
.user .dropdown-menu a:hover {
  background: #eb6f01;
  color: #fff;
}
nav {
  -webkit-box-shadow: 1px 11px 18px -2px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 1px 11px 18px -2px rgba(51, 51, 51, 0.2);
  box-shadow: 1px 11px 18px -2px rgba(51, 51, 51, 0.2);
}
nav .navbar-nav .nav-link {
  font-size: 16px;
  color: #151515;
  text-transform: uppercase;
}
nav ul li a.nav-link {
  padding-right: 4.5rem !important;
  padding-left: 0px !important;
}
nav ul li a.nav-link.active,
nav ul li a.nav-link:hover {
  color: #e25601;
}
.wrapper {
  background: #f5f5f5;
  padding: 20px 0 0 0;
  min-height: 350px;
  width: 100%;
  float: left;
}
.main-heading {
  font-size: 22px;
  color: #eb6f01;
  font-weight: 600;
  margin: 0 0 24px 0;
}
.category-block {
  background: #fff;
  padding: 30px;
  width: 100%;
  float: left;
}
.category-block h2 {
  font-size: 22px;
  color: #eb6f01;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 24px 0;
}
.category-list h3 {
  font-size: 18px;
  color: #262626;
  margin: 0 0 10px 0;
  text-align: center;
}
.category-list img {
  margin-bottom: 12px;
}
.category-list {
  border: solid 1px #ddd;
  padding: 10px 0px;
  text-align: center;
  overflow: hidden;
}
.category-icons a {
  display: inline-block;
  /* padding: 0 5px; */
  font-size: 22px;
  color: #3f3f3f;
}
.table-block {
  padding: 30px;
  background: #fff;
}

.action-btn a.delete,
.action-btn span.delete {
  border: solid 1px #cc0a0b;
  border-radius: 3px;
  padding: 2px 6px;
  font-size: 16px;
  color: #cc0a0b;
  margin: 0 3px 0 0;
}
.action-btn a.delete:hover {
  background: #cc0a0b;
  color: #fff;
}
.action-btn a.edit,
.action-btn span.edit {
  border: solid 1px #a1a701;
  border-radius: 3px;
  padding: 2px 6px;
  font-size: 16px;
  color: #a1a701;
  margin: 0 3px 0 0;
}
.action-btn a.edit:hover {
  background: #a1a701;
  color: #fff;
}
.table-block .table-responsive {
  width: 100%;
}
.table-block .table-responsive {
  display: table;
}
footer {
  padding: 20px 0;
  border-top: solid 1px #ddd;
  width: 100%;
  float: left;
}

footer p.copy {
  font-size: 12px;
  color: #050505;
  margin: 0px;
  text-align: center;
}
/*dashboard*/
.right-side p {
  font-size: 12px;
  text-align: center;
  margin: 0;
  line-height: 18px;
}
.dash-btn {
  padding: 6px 30px;
  display: inline-block;
  border: 1px solid #a1a601;
  color: #383838;
  margin: 20px 0 0 0;
  border-radius: 4px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.dash-btn:hover {
  background: #a1a601;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.dash-box:hover {
  box-shadow: 0 8px 10px 0 #d0d0d0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.mb-15 {
  margin-bottom: 15px;
}

/*check box css */

.container1 {
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #585858;
  font-weight: 600;
}

/* Hide the browser's default checkbox */
.container1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: -1px;
  left: 0;
  height: 27px;
  width: 27px;
  border: 1px solid #bbbbbb;
  border-radius: 100%;
}
.small .checkmark {
  height: 15px;
  width: 15px;
  top: 4px;
}
.container1.small .checkmark:after {
  left: 0px;
  top: 0px;
  width: 9px;
  height: 9px;
  background: #40bcff;
  border-radius: 100%;
  bottom: 0;
  right: 0;
  margin: auto;
  padding: 0;
}
.container1.small {
  display: block;
  position: relative;
  padding-left: 22px;
  margin: 7px 0 0 0;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #585858;
  font-weight: 500;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container1 input:checked ~ .checkmark {
  border: 1px solid #40bcff;
}
.container1 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container1 .checkmark:after {
  left: 5px;
  top: 4px;
  width: 16px;
  height: 16px;
  background: #40bcff;
  border-radius: 29px;
}

.question-heading {
  margin: 0 0 10px 0;
  width: 100%;
  float: left;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  padding: 0 15px;
}
.add-question {
  margin: 0;
  padding: 0;
}
.answer {
  width: 100%;
  float: left;
  /* padding: 0; */
  list-style-type: none;
}
.back {
  width: 165px;
  border: none;
  background: none;
  height: 40px;
  /* line-height: 40px; */
  border: 1px solid #a1a601;
  border-radius: 4px;
  color: #353535;
  font-size: 16px;
  font-weight: 600;
  float: left;
  text-transform: uppercase;
  cursor: pointer;
}
.back i,
.next i {
  margin-right: 15px;
  font-size: 23px;
  vertical-align: top;
}
.next i {
  margin-left: 5px;
  margin-right: 0;
}
.next {
  width: 185px;
  border: none;
  background: none;
  height: 40px;
  /* line-height: 40px; */
  background: #a1a601;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  float: right;
  cursor: pointer;
}
.back:hover {
  background: #a1a601;
  color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.next:hover {
  color: #353535;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.next:focus,
.back:focus {
  outline: 0;
}
.question-btn {
  width: 100%;
  float: left;
  text-align: center;
}
#myModal .modal-dialog {
  max-width: 750px;
}
#myModal .modal-header {
  padding: 10px 15px;
}
#myModal .modal-header .close {
  padding: 0;
  margin: 0;
}
#myModal {
  background: rgba(0, 0, 0, 0.63);
  position: fixed;
  display: block;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.container2 {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 500;
}
.pL-20 {
  padding-left: 20px;
}
.answer .question.form-group {
  margin-bottom: 0px;
}
.font {
  font-size: 16px;
}
#myModal .modal-body {
  max-height: 494px;
  overflow: auto;
}

.text-editior {
  width: 100%;
  float: left;
  min-height: 360px;
  border: 1px solid #d6d6d6;
}
.mt-20 {
  margin-top: 20px;
}
.question-btn1 {
  text-align: right;
}

.question-btn1 button.back,
.question-btn1 button.next {
  float: none;
  display: inline-block;
  margin: 0 10px;
}
.question-btn1 button.next {
  margin-right: 0;
}
.float-left {
  width: 100%;
  float: left;
}
.video-text p {
  font-size: 15px;
  text-align: left;
  margin: 0;
  line-height: 24px;
  margin: 0 0 30px;
}
.mt-30 {
  margin-top: 30px;
}

/* Sandeep Sharma */
.form-control {
  font-size: 14px;
}
.question-desc {
  margin-bottom: 2rem;
}

.form-group label.question {
  margin: 0px;
  font-size: 18px;
  color: #eb6f01;
}

.category-icons span,
.category-icons a {
  width: 30px;
  height: 30px;
  border-radius: 10%;
  text-align: center;
  border: solid 1px #d4d4d4;
  display: inline-block;
  line-height: 28px;
  margin-right: 5px;
  font-size: 20px;
  color: #7f7f7f;
  cursor: pointer;
}
.category-icons span.edit:hover {
  background: #7f7f7f;
  color: #fff;
  border: solid 1px transparent;
}
.category-icons span.delete:hover {
  background: rgb(197, 39, 47);
  color: #fff;
  border: solid 1px transparent;
}
.category-icons a.list:hover {
  background: #55acee;
  color: #fff;
  border: solid 1px transparent;
}
.category-icons a.group:hover,
.category-icons span.group:hover {
  background: #00800091;
  color: #fff;
  border: solid 1px transparent;
}
.btn-outline-secondary:hover {
  border: solid 1px transparent;
}

/* written by shivyan */

.admin-key-text {
  border: none;
  background-color: transparent;
  resize: none;
  outline: none;
}

.surveyImage {
  width: 132px;
  height: 118px;
}

.surveyAddImage {
  /* width: 132px; */
  height: 100px;
  opacity: 0.8;
}

/* .category-list:first-child {
  border: none;
} */

.category-list.border-0 h3 {
  font-weight: bold;
}

.surveyAddImage:hover {
  opacity: 1;
}

.category-list {
  margin-bottom: 15px;
}

.next {
  float: left;
  margin-left: 2%;
}

.add-ques {
  float: right;
  margin-left: 0%;
}

.md-input .md-form-control {
  padding-right: 33px;
}

/* written by vishal */
.survey-images {
  width: 100%;
  height: 132px;
}

.card-fixed-height {
  height: 300px;
}

/* Contact us page start */

.custom-radio .custom-control-input {
  top: 12px;
  left: 0px;
  z-index: 1;
}

.custom-btn.outline {
  background: #fff;
  border: 1px solid #a1a701;
  color: #000;
  padding: 5px 15px;
}

.custom-btn.outline:hover {
  background: #a1a701;
  border: 1px solid #a1a701;
  color: #fff;
}

span.stick {
  display: inline-block;
  margin-left: 15px;
}

/* Contact us page End */

/*30.05.19*/
.back {
  width: 110px;
}
.back i {
  margin-right: 8px;
}
.modal-question-header {
  width: 100%;
}

.modal-question-header .magin-15 {
  width: 100%;
}
.answer-heading {
  background: #3c3c3c;
  padding: 5px 15px;
  color: #fff;
}
.modal-question-header .mb-10 {
  font-size: 15px;
  padding: 10px 15px;
}
.modal-question-header .row:nth-of-type(odd),
.question .row:nth-of-type(odd) {
  background: #f3f3f3;
}
.question .mb-10 {
  padding: 10px 15px;
  font-size: 15px;
}
.question-heading2 {
  background: #ececec;
  padding: 10px 10px;
  border: solid 1px #ccc;
}

.asem-res-ul {
  list-style-type: none;
  background: #f6f6f6;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
  color: #313131;
  margin: 4px 0px;
  border: solid 1px #ccc;
}

.f-o-p {
  padding: 10px 20px;
  background: #f6f6f6;
}

.save_later {
  float: right;
}

.video-container iframe {
  width: 100%;
}
.video-text p.tab-content-head {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  margin: 20px 0 12px 0;
}
.add-btn {
  float: right;
}
.content-list-table .table-responsive {
  display: inline-table;
}

/* 19-06-2019 */
.thumb-list {
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
  background-size: contain;
}

.thumb-list li.thumb1 {
  margin: 15px;
  width: 100%;
  max-width: 235px;
}

.thumb-list li {
  margin: 15px;
  display: inline-block;
  width: 235px;
}

/* responsive css start ==================================== */
@media (max-width: 990px) {
  .social-links {
    display: block;
    width: 310px;
    margin-top: 63px;
    float: right;
    position: static;
  }
  .login-col {
    max-width: 100%;
  }
  .lft-col {
    width: 50%;
  }
  .rgt-col {
    width: 51%;
    padding: 0 0px;
    right: -478px;
    top: -160px;
  }
  .info-data h2 {
    font-size: 15px;
  }
  .info-data p {
    font-size: 15px;
  }

  button.navbar-toggler.collapsed {
    padding-left: 0;
  }

  .navbar-nav {
    display: none;
  }
  .navbar-nav.active {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  #myModal .modal-body {
    max-height: 300px;
    overflow: auto;
  }
  .rgt-col {
    top: 0px;
  }
  .login-content {
    width: 97%;
  }
  .change-account .rgt-col.login {
    left: -3%;
  }
  .add-btn {
    margin: 20px 0;
  }
}

@media (max-width: 767px) {
  .video-text p {
    margin: 0 0 20px;
  }
  .mt-30 {
    margin-top: 20px;
  }
  .mob-mt-20 {
    margin-bottom: 20px;
  }
  .question-btn1 {
    text-align: center;
  }
  .question-heading {
    font-size: 16px;
  }
  .question-btn1 button.back,
  .question-btn1 button.next {
    margin: 10px 0 0 0;
  }
  .mb-10 {
    margin-bottom: 10px;
  }
  .back {
    margin-top: 10px;
  }
  .next,
  .back {
    float: none;
    margin-top: 10px;
    width: 100%;
    margin-left: 0px;
  }
  .main-heading {
    font-size: 16px;
  }

  .login-content {
    background: #fff;
    width: 100%;
    padding: 30px 40px;
    float: left;
  }

  .login-content h2 {
    margin: 0px 0px 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }
  .login-col {
    max-width: 100%;
    width: 95%;
  }

  .logo-mobile {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }

  .for-small-device {
    display: block;
  }

  .lft-col {
    display: none;
  }
  .lft-col login {
    display: none;
  }
  .rgt-col {
    width: 100%;
    padding: 0px;
    right: auto;
    left: auto;
    margin: 0 auto;
    display: block;
    top: 0px;
  }

  .lft-col.login {
    display: none;
  }

  .change-account .lft-col.login {
    display: none;
  }

  .change-account .rgt-col {
    position: relative;
    right: 1000px;
    display: none;
  }

  .login-btm {
    float: none;
  }
  .login-btm button {
    float: none;
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .navbar-collapse {
    transition: 0.5s all ease;
    z-index: 99999;
    background: #fff;
  }
  .nav > li > a.active,
  .nav > li > a:hover {
    color: #0a205c;
    border-bottom: solid 2px #0a205c;
    background: transparent;
    width: 100%;
  }
  .nav > li {
    padding: 0;
    width: 100%;
  }
  .custom-btn {
    width: 100%;
  }
  nav .navbar-toggler .navbar-toggler-icon i {
    color: #333;
    border: solid 1px #ddd;
    padding: 5px 12px;
  }
  nav button:focus {
    border: none;
    outline: none;
  }
  .category-block {
    padding: 12px;
  }
  .add-servey-popup .text-right {
    text-align: left !important;
  }
  .add-servey-popup label {
    margin-bottom: 0px;
  }
  .surveyImage {
  
    width: 100%;
  }

  .question .mb-10 {
    padding: 5px 15px;
    margin-bottom: 0;
  }
  .answer-heading {
    width: 50%;
  }

  .thumb-list {
    text-align: center;
    background-size: contain;
  }
  .question-btn {
    width: 100%;
    float: left;
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
  }

  .question-btn button{
    font-size: 10px;
    width: auto;
    text-align: center;
    margin: 0px;
    height: 30px;

  }
  .back i, .next i{
    vertical-align: middle;
  }

  .question-btn button.back{
    width:25% ;
  }

}

@media (max-width: 480px) {
  .container1 {
    font-size: 14px;
  }
  .container1 .checkmark:after {
    left: 4px;
  }
  .login-bg {
    background: #fff;
  }
  .mid-col {
    display: block;
  }
  .inner-col {
    padding: 10px 0;
  }
  .nav-tabs li a {
    font-size: 16px;
  }
  .rgt-col h3 {
    font-size: 13px;
  }
  .inner-col {
    padding: 10px 0px;
  }
  .checkbox label {
    font-size: 13px;
    padding-bottom: 2px;
    padding-left: 8px;
  }
  .password-col a.forgot-password {
    font-size: 13px;
    margin-top: 3px;
  }
  small {
    font-size: 12px;
  }
  .password-col {
    margin-bottom: 20px;
  }
  .rgt-col.login {
    left: -100%;
    top: 0px;
    overflow: hidden;
    height: 1px;
  }
  .change-account .rgt-col {
    left: -100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .social-links {
    margin: 0px;
    text-align: center;
    width: 100%;
  }
  .social-links h2 {
    color: #333;
    font-size: 13px;
    display: block;
    float: none;
    margin: 0 0 5px 0;
  }
  span.box-social-links {
    border: solid 1px #696969;
    color: #696969;
  }
  span.box-social-links {
    float: none;
    display: inline-block;
  }
  .login-content h2 {
    margin-bottom: 20px;
  }
  .user a {
    padding: 0 0 0 10px;
  }
  .socila-links-header {
    padding: 0 10px 0 0;
  }
  header .logo {
    text-align: center;
    margin: 0 0 10px 0;
  }
  .category-list {
    margin-bottom: 30px;
  }
  .table-block tr td {
    white-space: nowrap;
  }
  .table-block tr th {
    white-space: nowrap;
  }
  .table-block .table-responsive {
    display: block;
  }
  .socila-links-header ul li a {
    width: 30px;
    height: 30px;
    line-height: 27px;
  }
  .socila-links-header {
    padding: 0px;
  }
  .user span img {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 480px) {
}

@media (max-width: 2200px) and (min-width: 1400px) {
  .wrapper {
    min-height: 540px;
  }
}

/* written by shivyan */

.pointer {
  cursor: pointer;
}
.paypal-btn-parent > div {
  position: absolute;
  right: 1%;
  top: 13%;
  opacity: 0.01;
}

.submit-btn:disabled {
  opacity: 1;
}

.subsModalForm {
  margin-top: 50px;
}

.subsModalCheck {
  text-align: left;
  margin-bottom: 5px;
}

.subsModalAlert {
  font-size: 17px;
}

.subsModalInputFlex {
  margin-top: 5%;
}

/* written by shivyan */

/* written by chandni */
/* @media only screen and (min-width: 980px) {
  .sweet-alert {
    min-width: 55%;
    width: 55%;
  }
} */
.login-content h5 {
  font-size: 19px;
  color: #504d4d;
  font-weight: 100;
  text-align: center;
  margin: 0 auto;
  border-bottom: 1px solid #b7b3b3;
  padding-bottom: 10px;
}
.login-content h2 {
  margin-bottom: 10px;
  font-weight: 500;
}
.login-content form.row {

}
.login-content .md-input.signup {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 0;
  margin-top: 5%;
}
.login-content .checklist:after {
  content: '';
  position: absolute;
  border: 0.5px solid #b3b3b3;
  height: 30px;
  align-items: center;
  left: 27px;
  bottom: 45px;
}
.login-content .checklist:before {
  content: '';
  position: absolute;
  border: 0.5px solid #b3b3b3;
  height: 30px;
  align-items: center;
  left: 27px;
  top: 25px;
}
.checklist p {
  color: #797777;
}

.checklist {
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.login-content .form-check-label {
  margin-bottom: 0;
  color: #585858;
  font-size: 15px;
}
[type='checkbox']:not(:checked),
[type='checkbox']:checked {
  position: absolute;
  left: -9999px;
}
[type='checkbox']:not(:checked) + label,
[type='checkbox']:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type='checkbox']:not(:checked) + label:before,
[type='checkbox']:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 1em;
  height: 1em;
  border: 2px solid #9e9e9e;
  background: #fff;
  border-radius: 4px;
}
/* checked mark aspect */
[type='checkbox']:not(:checked) + label:after,
[type='checkbox']:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: 0.15em;
  left: 0.22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #09ad7e;
  transition: all 0.2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
[type='checkbox']:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type='checkbox']:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type='checkbox']:disabled:not(:checked) + label:before,
[type='checkbox']:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type='checkbox']:disabled:checked + label:after {
  color: #999;
}
[type='checkbox']:disabled + label {
  color: #aaa;
}yjugt
/* accessibility */
[type='checkbox']:checked:focus + label:before,
[type='checkbox']:not(:checked):focus + label:before {
  border: 2px dotted 2px dotted #f77400;
}

/* hover style just for information */
label:hover:before {
  border: 1.4px solid #f77400 !important;
}

/* 7-2-2020 */


/* 16-03-2020  CSS STARTS HEARE*/
.subsModalForm .form-check-label {
  margin-bottom: 0;
  color: #585858;
  font-size: 15px;
}
.check-head {
  font-size: 13px;
  color:#333;
  font-weight: 600;
  margin:0 0 6px 0;
}
.sign-process-block {
  margin-top: 1rem;
}
.sign-process-block .form-check {
  padding-left: 0px;
}
.subsModalForm {
  margin-top: 1rem;
}
.subsModalForm .form-check {
  padding-left: 0px;
}
.coupon-code-block {
  display: flex;
  flex-wrap: nowrap;;
}
.coupon-code-block .md-input.signup {
  width: 100%;
}
.coupon-code-block .md-input.subsModalInputFlex {
  width: 100%;
}
.code-btn {
  margin-top: 5%;
  margin-left:.5rem ;

}
.coupn-alt.form-group {
  margin-bottom: 0px;
}
.coupn-alt-success p {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 13px;
  color: green;
}
.coupn-alt-error p {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 13px;
  color: red;
}
.alt-msg p {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 13px;
}

/* 16-06-2025===================================  */
.login-bg-right{
  background: url('../images/logo-peak-new.png') no-repeat top center;
  background-size: cover;
}
.rgt-col{
  width:50%;
}
.img-logoBox{
  text-align: center;
  width:90%;
  margin-left: auto;
  margin-bottom: 24px;
}
.img-logoBox img{
  max-width:300px;
  width:100%;
  height: auto;
}
.bg-black-full{
  background-color: #000;
}
/* 16-06-2025================= end ============  */


@media(max-width:991px){
  .inner-col .lft-col{
    display: none;
  }
  .login-content{
    margin: 0 auto;
  }
  .img-logoBox{
    margin-right: auto;
  }
}
@media (max-width: 990px){
  .rgt-col{
    top: 0;
  }
}

@media only screen and (max-width:767px){
  #myModal .modal-dialog {
    height: auto;
    min-height: auto;
    margin: 2rem .5rem;
}
.back.cst-back {
  white-space: nowrap;
}
.question-btn button{
  font-size: 10px;
  width: auto;
  text-align: center;
  margin: 3px;
  height: auto;
  padding: 5px;
}
.cst-next {
  padding: 0;
  white-space: nowrap;
}
.question-btn{
  margin-top:50px !important;
}
.cst-modal-fix{
  height: calc(100% - 537px);
}
.surveyImage{
  width: 100%;
  height: auto;
}
nav .navbar-nav .nav-link.logout-btn {
  background: transparent;
  border: 0;
}
.coupon-code-block {
  flex-wrap: wrap;
}
.login-content .md-input.signup {
  margin-bottom: 0px;
}
.code-btn {
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0px;
}
.sign-process-block .col-sm-6 {
  margin-bottom: 10px;
}
.subsModalForm .col-sm-6 {
  margin-bottom: 10px;
}
.social-mobile {
  position: absolute;
  bottom: -65px;
  right: 0;
  z-index: 999;
}
/* new responsive css here 16-06-2025 */
.rgt-col{
  width:100%;
}
.login-col{
  width:100%;
}
.img-logoBox{
width:100%;
padding: 10px;
}
.login-content{
  min-height:calc(100vh - 260px);
  align-content: center;
}
}

@media(max-width:480px){
  .login-col .inner-col{
    padding-top: 0;
  }
}