@charset "utf-8";

@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700';





/*------------------Question label---------------------*/
/*-----------------------------------------------------*/

label.question-label {
  display: block;
  margin-top: 7px;
}
/*------------------input field -----------------------*/
/*-----------------------------------------------------*/

.input-text.small {
  width: 160px;
}

input[type="text"],
input[type="tel"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  font-family: arial, sans-serif;
}

.input-text {
  color: #333;
  background: #fff;
  width: 160px;
  height: 40px;
  padding: 0 10px;
  margin: 0 17px 10px 0;
  border: 1px solid #c6c6c6;
  border-radius: 0;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 22px;
}

input[type="text"]:focus,
input[type="text"]:active,
input[type="tel"]:active,
input[type="password"]:active,
input[type="password"]:focus,
input[type="text"].active {
  border-color: #777;
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .6);
  box-shadow: 0 0 5px rgba(0, 0, 0, .6);
  outline: none;
}
/*------------------Radio buttons -----------------------*/
/*-------------------------------------------------------*/

.answer-radio-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.answer-radio-list li:nth-child(3) {
  margin-right:0px;
}
.answer-radio-list li:nth-child(6) {
    margin-right: 0px;
}
.answer-radio-list li {
  position: relative;
  display: inline-block;
  width: 32%;
  padding: 0;
  margin: 0 15px 15px 0;
  cursor: pointer;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.answer-radio-list li input {
  display: block;
  position: absolute;
  margin: 0px;
  padding: 0px;
  border: 0px;
  opacity: 0;
  background: rgb(255, 255, 255);
  cursor: pointer;
}

.answer-radio-list li label {
  display: table;
  width: 100%;
  height: 55px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #c4cdd5;
  -moz-background-clip: padding;
  cursor: pointer;
  padding: 15px;
  text-align: center;
  min-height: 131px;
}

.answer-radio-list li label span {
  display: block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  width: 100%;
  color: #444b54;
  font-weight: 600;
}
/*--Active, focus and hover states --*/

.answer-radio-list li label:hover {
  background: #f1f1f1;
}

.answer-radio-list li input:checked + label:hover,
.answer-radio-list li input:checked:focus + label,
.answer-radio-list li.checked label:hover,
.answer-radio-list li.checked:focus label {
 background: #f1f1f1;
  border-color: #c4cdd5;
}

.answer-radio-list li input:checked + label:active,
.answer-radio-list li.checked label:active {
  background: #f1f1f1;
  border-color: #c4cdd5;
}

.answer-radio-list li input:checked + label,
.answer-radio-list li.checked label {
  color: #ffffff;
  background: #f1f1f1;
  border-color: #c4cdd5;
}




 .mystoresetting{/* padding:15px; */width:100%;}
  .mystoresetting .mystore_item::first-child{margin-left:0px;}
.mystore_item {
    display: inline-block;
    padding: 15px;
    width: 30%;
    vertical-align: top;
    border: 1px solid #c4cdd5;
    border-radius: 4px;
    margin: 10px 12px;
    text-align: center;
}
  .mystore_item:hover{background:#f9fafb;}
.mystore_media {
    width: 50px;
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: bottom;
}
.deso{    display: inline-block;
    width: 81%;}
    .mystore_title{    font-weight: 600;
    margin: 0;
    color: #007ace;
    font-size: 16px;}

    .mystore_description{    color: #637381;
    margin: 0;}
#CouponCode{float: left;
    width: 135px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;}
    .bill{width:100%;}
.sideleft{padding-bottom: 50px;}
.bill .form-box label{margin-left: 0px;}
.pad0{padding-left: 0px}
body {
  padding: 0;
  margin: 0;
  font-family: open sans, sans-serif;
  overflow-x: hidden;
}
.btconform{text-align: right;}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ui,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.logo {
  padding: 20px 0;
  display: inline-table;
}

.wrapper {
  width: 100%;
}

.header {
  width: 100%;
  padding: 0;
  display: block;
  border-bottom: 1px #ccc solid;
}

.container {
  width: 1150px;
  margin: auto;
}

.form-secton {
  text-align: center;
  padding: 0 15% 50px;
}

.form-secton h1 {
  padding: 0 0 15px;
  margin: 0;
}

.form-secton p {
  color: #637381;
  font-size: 1.5em;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
}

.free-trail {
  color: #333;
  font-size: 12px;
  text-align: center;
  padding: 15px 0 0;
}

.gest-start input.emailbox {
  border-radius: 3px;
  height: 52px;
  display: inline-block;
  padding: 1.0625em 1em;
  color: #30373b;
  font-size: 16px;
  border: 0;
  width: 400px;
  border: 1px solid #c4cdd5;
  box-shadow: none;
}
/* DEMO-SPECIFIC STYLES */
.typewriter h1 {
  color: black;
     font-family: "Georgia", serif;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .1em solid #44aaf3; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  animation: 
    typing 3.5s steps(30, end),
    blink-caret .5s step-end infinite;
    font-size:36px;font-weight:100;width: 566px;margin-bottom: 35px;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 566px }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: #44aaf3 }
}
.rotatingText {
    font-family: "Georgia", serif;
    font-style: italic;
    font-size: 36px;
    text-align: center;
    color: #45aaf3;
    font-weight: 400;
    padding-top:20px;
}

.rotatingText-adjective {
    font-size: 22px;
    font-style: normal;
    font-weight: 100;
    left: 0;
    margin-bottom: 0;
    margin-top: 80px;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    font-family: "Georgia", serif;
    font-style: italic;
    font-size: 36px;
    color: #100c0c;
    line-height: 44px;
}

.rotatingText-adjective:nth-of-type(1) {
  animation-name: rotate;
  animation-duration: 8s;
  animation-delay: 0.4s;
}

.rotatingText-adjective:nth-of-type(2) {
  animation-name: rotate;
  animation-duration: 8s;
  animation-delay: 8.5s;
}

.rotatingText-adjective:nth-of-type(3) {
  animation-name: rotate;
  animation-duration: 8s;
  animation-delay: 16.5s;
  animation-fill-mode: forwards;
}

.rotatingText-adjective:nth-of-type(4) {
  animation-name: rotate;
  animation-duration: 8s;
  animation-delay: 24.5s;
  animation-fill-mode: forwards;
}

.rotatingText-adjective:nth-of-type(5) {
  animation-name: rotate;
  animation-duration: 8s;
  animation-delay: 32.5s;
  animation-fill-mode: forwards;
}
.rotatingText-adjective:nth-of-type(6) {
  animation-name: rotate;
  animation-duration: 8s;
  animation-delay: 40.5s;
  animation-fill-mode: forwards;
}
.rotatingText-adjective:nth-of-type(7) {
  animation-name: rotate;
  animation-duration: 8s;
  animation-delay: 48.5s;
  animation-fill-mode: forwards;
}
.rotatingText-adjective:nth-of-type(8) {
  animation-name: rotate-last;
  animation-duration: 8s;
  animation-delay: 56.5s;
  animation-fill-mode: forwards;
}

@keyframes rotate {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  
  20%, 40%, 60%, 80% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  
  100% {
    opacity: 0;
    transform: translate3d(0, -25px, 0);
  }
}

@keyframes rotate-last {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  
  50%, 100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.gest-start input.getstartbtn,
#register_store input.getstartbtn {
    /* box-shadow:0 5px 15px 0 rgba(0,0,0,.15); */
  background-color: #4ab2f1;
  color: #fff;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  display: inline-block;
  padding: 1.0625em 20px;
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.133;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  height: 52px;
  width: auto;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.gest-start input.getstartbtn:hover,
,
#register_store input.getstartbtn:hover {
  background: #359ddc;
}

.popup-close {
  float: right;
  color: #999;
  font-size: 25px;
  font-weight: 400;
  margin-top: 17px;
  font-family: Verdana, Geneva, sans-serif;
  margin-right: 25px;
}

.popup-inner {
  width: 465px;
  margin: auto;
  padding-top: 130px;
}

.popup-inner h2 {
  font-size: 2.18em;
  color: #30373b;
  padding-bottom: 15px;
  font-weight: 700!important;
}

.form-row {
  width: 100%;
  padding-bottom: 15px;
}

.alignright {
  text-align: right;
}

.form-row input.textbox {
  border: 0;
  height: 52px;
  width: 100%!important;
  padding: 1.0625em 1em;
  color: #30373b;
  font-size: 16px;
  border-radius: 3px;
  background-color: #fff;
  appearance: none;
  border: 0;
  margin: 0!important;
}

.form-row input.textbox:focus {
  box-shadow: none;
}

.popupwrapper {
  background: #e6e6e6;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  transition-duration: .4s;
  opacity: 0;
  z-index: -1;
}

.shofirstpopup .popupwrapper {
  display: block;
  transition-duration: .4s;
  opacity: 2;
  z-index: 10;
}

.formpopupinner {
  padding: 0 60px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 30px;
  padding-top: 40px;
  float: left;
  width: 100%;
}

.select-row {
  position: relative;
  width: 100%;
}

.select-label {
  font-size: 12px;
  position: absolute;
  left: 20px;
  top: 7px;
  color: #555f6b;
  text-transform: uppercase;
  font-weight: 600;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .select-label {
    left: 17px;
  }
}

.select-row:after {
  content: "";
  background: url(../images/down-arrow.png) no-repeat right center;
  width: 26px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 17px;
  border-left: 1px #c4cdd5 solid;
}

.select-row select {
  box-shadow: 0 0 0 1px #c4cdd5;
  height: 52px;
  width: 100%;
  color: #30373b;
  font-size: 16px;
  border-radius: 3px;
  transition: all 150ms;
  border: 0;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  padding: .0625em 1em;
  padding-top: 1.375em;
  padding-bottom: .375em;
  position: relative;
  z-index: 1;
  background-color: transparent;
  padding-right: 45px;
  margin-bottom: 20px;
}

.select-row select:focus {
  box-shadow: 0 0 0 2px #4ab2f1;
  transition: all 150ms;
}

.settinglabel {
  text-align: left;
  font-size: 13px;
  font-weight: 600;
}

.yescheckbox {
  text-align: left;
}

.yescheckbox {
  width: 100%;
  padding: 10px 0 0;
}

.fld {
  float: left;
}

.frd {
  float: right;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

#msform fieldset h3 {
  color: #767676;
  font-weight: 400;
  font-size: 17px;
  padding-top: 10px;
}

#msform {
  width: 870px;
  margin: auto;
  position: relative;
  padding: 0;
}

#msform fieldset {
  background: #fff;
  border: 0;
  padding: 20px 0 30px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}

#msform fieldset:not(:first-of-type) {
  display: none;
}

#msform textarea {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2c3e50;
  font-size: 13px;
}

#msform .action-button {
    /* box-shadow:0 5px 15px 0 rgba(0,0,0,.15); */
  background-color: #4ab2f1;
  color: #fff;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  display: inline-block;
  padding: 1.0625em 45px;
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.133;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
}

#msform .action-button:hover,
#msform .action-button:focus {
  background: #359ddc;
}

.fs-title {
  font-size: 1.7em;
  color: #2c3e50;
  padding-top: 30px;
}

.fs-subtitle {
  font-weight: 400;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}

#progressbar {
  overflow: hidden;
  counter-reset: step;
  width: 100%;
  text-align: center;
  width: 100%;
  margin: auto;
  z-index: 1;
  padding-top: 15px;
  position: relative;
}

#progressbar li {
  list-style-type: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 0;
  display: inline-block;
  width: 15px;
  position: relative;
}

#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 8px;
  height: 8px;
  line-height: 10px;
  display: block;
  font-size: 0;
  color: #333;
  border-radius: 50px;
  margin: 0 auto 5px;
  background: #ccc;
}

#progressbar li:first-child:after {
  content: none;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #666;
  color: #fff;
}

.col-row {
  margin-left: -10px;
  margin-right: -10px;
  clear: both;
}

.colume-2 {
  width: 50%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 25px;
}

.colume-1 {
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 25px;
}

.textbox-label {
  text-align: left;
  width: 100%;
  display: block;
  padding: 0 0 6px;
  font-weight: 600;
  font-size: 12px;
  color: #555f6b;
  text-transform: uppercase;
}

.formtextbox {
  height: 52px;
  padding: 1.0625em 1em;
  font-size: 15px;
  box-shadow: none;
  float: left;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #c4cdd5;
}

.formtextbox:focus {
  box-shadow: 0 0 0 2px #359ddc;
}

.colume-2 .select-row {
  margin-bottom: 0;
  margin-top: 5px;
}

#msform .previous {
  background: #eee;
  border: 1px #e2e2e2 solid;
  color: #333;
  box-shadow: none;
}

#msform .previous:hover,
#msform .previous:active {
  background: #ddd;
}

.yescheckbox input[type=checkbox] {
  display: none;
}

.yescheckbox input[type=checkbox]+label {
  color: #333;
}

.yescheckbox input[type=checkbox]+label span {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  background: url(../images/checkbox-img.png) left top no-repeat;
  cursor: pointer;
}

.yescheckbox input[type=checkbox]:checked+label span {
  background: url(../images/checkbox-img.png) no-repeat 0 -25px;
}

.process-screen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e8edee;
  text-align: center;
  z-index: 9999;
}

@-webkit-keyframes mainprocess {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: -9999px;
    transition-duration: .5s;
    position: absolute;
  }
}

@keyframes mainprocess {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: -9999px;
    transition-duration: .5s;
    position: absolute;
  }
}

.process-inner {
  width: 750px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 45%;
  bottom: 0;
  margin-top: -160px;
}

#loader {
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #3498db;
  margin: auto;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e74c3c;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f9c922;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.process-title {
  width: 100%;
  padding-top: 20px;
  font-size: 22px;
  margin-bottom: 25px;
}

.setpinfo-wrapper {
  position: relative;
  width: 100%;
  text-align: center;

}

.stepinfo1 {
  width: 100%;
  font-size: 18px;
  position: absolute;
  -webkit-animation: mymove 2s;
  -webkit-animation-fill-mode: forwards;
  animation: mymove 3s;
  animation-fill-mode: forwards;
  background: #e8edee;
  top: -30px;
  color: #979797;
}

@keyframes mymove {
  0% {
    top: 0;
    opacity: 0;
  }

  30% {
    top: 20px;
    opacity: 1;
  }

  70% {
    top: 20px;
    opacity: 1;
  }

  100% {
    top: 50px;
    opacity: 0;
  }
}

.stepinfo2 {
  width: 100%;
  font-size: 18px;
  position: absolute;
  -webkit-animation: mymove 2s;
  -webkit-animation-fill-mode: forwards;
  animation: 3s;
  animation-fill-mode: forwards;
  background: #e8edee;
  top: -25px;
  animation-name: test2;
  animation-delay: 3s;
  color: #979797;
}

@keyframes test2 {
  0% {
    top: 0;
    opacity: 0;
  }

  30% {
    top: 20px;
    opacity: 1;
  }

  70% {
    top: 20px;
    opacity: 1;
  }

  100% {
    top: 50px;
    opacity: 0;
  }
}

.stepinfo3 {
  width: 100%;
  font-size: 18px;
  position: absolute;
  -webkit-animation: mymove 2s;
  -webkit-animation-fill-mode: forwards;
  animation: 3s;
  animation-fill-mode: forwards;
  background: #e8edee;
  top: -25px;
  animation-name: test3;
  animation-delay: 5.5s;
  color: #979797;
}

@keyframes test3 {
  0% {
    top: 0;
    opacity: 0;
  }

  30% {
    top: 20px;
    opacity: 1;
  }

  70% {
    top: 20px;
    opacity: 1;
  }

  100% {
    top: 50px;
    opacity: 0;
  }
}

#step1,
#step2,
#step3,
#step4 {
  width: 100%;
  font-size: 18px;
  background: #e8edee;
  color: #979797;
}

.hide10sec {
  -webkit-animation: seconds 300s forwards;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  animation: seconds 300s forwards;
  animation-iteration-count: 1;
  animation-delay: 0s;
  position: relative;
  background: #e8edee;
}

@-webkit-keyframes seconds {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: -9999px;
    position: absolute;
  }
}

@keyframes seconds {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    left: -9999px;
    position: absolute;
  }
}

.success {
  width: 100%;
  padding-top: 20px;
  font-size: 22px;
  font-weight: 700;
  position: absolute;
  top: 95px;
}

.popupwrapper .form-row .error {
  color: #fff;
}

.popupwrapper .form-row .error .field-validation-error {
  background: #eb644d;
  color: #fff;
  padding: 5px 15px;
  border-radius: 0 0 6px 6px;
  text-align: left;
}

.textbox-label .field-validation-error {
  text-transform: none;
  padding-top: 8px;
  float: left;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  color: #c23628;
}

input.input-validation-error {
  box-shadow: 0 0 0 1px #c23628;
}

.popupwrapper input.input-validation-error {
  box-shadow: none;
  border: 2px #eb644d solid;
}

.shofirstpopup .topheader {
  position: relative;
  z-index: 0;
}

.shofirstpopup .page-body .slider {
  position: relative;
  z-index: 0;
}

body.shofirstpopup {
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .container {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  #msform {
    width: 100%;
    padding: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .form-secton {
    padding: 50px 15px 15px;
  }

  .form-secton h1 {
    font-size: 20px;
  }

  .form-secton p {
    font-size: 17px;
    padding-left: 0;
    padding-right: 0;
  }

  .emailbox {
    width: 250px;
  }

  .getstartbtn {
    padding-left: 10px;
    padding-right: 10px;
  }

  .popup-inner {
    width: 100%;
    padding: 36px;
  }

  .success,
    .process-title {
    font-size: 18px;
  }

  .formpopupinner {
    padding-left: 0;
    padding-right: 0;
  }

  .fs-title {
    font-size: 20px;
  }

  #msform .action-button {
    padding: 13px 20px;
  }

  .ml60 {
    margin-left: 15px;
  }

  .mr60 {
    margin-right: 15px;
  }

  .colume-2 {
    width: 100%;
  }

  #msform fieldset {
    padding: 20px;
  }
}

@media only screen and (max-width: 479px) {
  input[type=checkbox] + label {
    height: 2.5625rem !important;
   
}
.btconform{text-align: center;}
.message-success{display: inline-block !important;}

  .payamount{    display: inline-block;}
  .pad0{padding-left: auto;}
  .sideleft{padding-bottom: 10px;}
  #CouponCode{    width: 77%;
    margin-bottom: 10px;}
  .bill{width:auto;}
  .emailbox {
    width: 180px;
  }

  .form-secton {
    padding-left: 0;
    padding-right: 0;
  }

  .popup-inner h2 {
    font-size: 25px;
  }

  .process-inner {
    width: 100%;
  }

  .yescheckbox {
    font-size: 13px;
  }

  .getstartbtn {
    margin-top: 15px!important;
  }
}

.colume-3 {
  width: 33%;
  float: left;
  padding-left: 7px;
  padding-right: 5px;
  padding-bottom: 25px;
}

.inner-container {
  max-width: 940px;
  margin: auto;
}

.page-title {
  margin-bottom: 20px;
  padding-top: 25px;
  border-bottom: 1px solid #dfe4e8;
}

.form-title {
  background: #e3e8ea;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 1.6rem;
  color: #212b35;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.form-box {
  border: 1px solid #dfe3e8;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 3px;
}

.inner-container hr {
  border-color: #dfe4e8;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.form-box .form-group {
  margin-bottom: 15px;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.btn-primary {
  color: #fff;
  background-color: #4ab2f1;
  border-color: #4ab2f1;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.form-box label {
  font-size: inherit;
}

.formbg a {
  color: #337ab7;
  text-decoration: none;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}

.form-box label {
  font-weight: 400;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.formbg {
  background: #ebeef0;
}

.form-innertitle {
  font-weight: 600;
  font-size: 15px;
}

.inner-container h1 {
  color: #212b35;
  font-size: 29px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 10px;
}

.content-colum {
  color: #637381;
  font-size: 14px;
}

p {
  margin: 0 0 10px;
}

.button-group {
  text-align: right;
  clear: both;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}

@media(max-width:500px) {
  .col-sm-7,.col-sm-5 {
    width: 100%;
    display: inline-block;
  }

  .Activatebtb {
    position: relative!important;
    margin-bottom: 20px;
  }
}

@media(min-width:768px) {
  .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
    float: left;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .bill>.col-sm-5,.bill>.col-sm-7 {
    float: none;
    display: table-cell;
  }
}

@media(min-width:992px) {
  .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
    float: left;
  }
}

textarea:focus,input:focus {
  outline: none;
}

@media(max-width:414px) {
.answer-radio-list li{width:100%;

}
}