@font-face {
font-family: 'ProximaNova-Regular';
src: url('https://teja8.kuikr.com/css/services/v1.1/2017/homepageFonts/proxima-nova/2E7201_1_0.eot');
src: url('https://teja8.kuikr.com/css/services/v1.1/2017/homepageFonts/proxima-nova/2E7201_1_0.eot?#iefix') format('embedded-opentype'),
url('https://teja8.kuikr.com/css/services/v1.1/2017/homepageFonts/proxima-nova/2E7201_1_0.woff2') format('woff2'),
url('https://teja8.kuikr.com/css/services/v1.1/2017/homepageFonts/proxima-nova/2E7201_1_0.woff') format('woff'),
url('https://teja8.kuikr.com/css/services/v1.1/2017/homepageFonts/proxima-nova/2E7201_1_0.ttf') format('truetype'),
url('https://teja8.kuikr.com/css/services/v1.1/2017/homepageFonts/proxima-nova/2E7201_1_0.svg#wf') format('svg');
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("https://teja8.kuikr.com/css/services/v1.1/font-icons/glyphicons-halflings-regular.eot");
  src: url("https://teja8.kuikr.com/css/services/v1.1/font-icons/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),
       url("https://teja8.kuikr.com/css/services/v1.1/font-icons/glyphicons-halflings-regular.woff") format("woff"),
       url("https://teja8.kuikr.com/css/services/v1.1/font-icons/glyphicons-halflings-regular.ttf") format("truetype"),
       url("https://teja8.kuikr.com/css/services/v1.1/font-icons/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg");
}

@font-face {
  font-family: "service-icons";
  src: url("https://teja8.kuikr.com/css/services/v1.1/2017/homepageFonts/service-icons.eot");
  src: url("https://teja8.kuikr.com/css/services/v1.1/2017/homepageFonts/service-icons.eot?#iefix") format("embedded-opentype"),
       url("https://teja8.kuikr.com/css/services/v1.1/2017/homepageFonts/service-icons.woff") format("woff"),
       url("https://teja8.kuikr.com/css/services/v1.1/2017/homepageFonts/service-icons.ttf") format("truetype"),
       url("https://teja8.kuikr.com/css/services/v1.1/2017/homepageFonts/service-icons.svg#service-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.input-form .glyphicon.glyphicon-menu-down {
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 15px;
  color: #999;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}
/* line 15, ../saas/mediaservices/_inputform.scss */
.form-common .input-form .input, .input-form .sem-input {
  border: 1px solid #b2b2b2;
  color: #666;
  font-size: 15px;
  padding: 10px 5px 2px;
  width: 100%;
  border-top: none;
  border-right: none;
  border-left: none;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
}
/* line 29, ../saas/mediaservices/_inputform.scss */
.form-common .input-form .input:focus, .input-form .sem-input:focus {
  border-color: #008bcf;
  outline: none;
}
/* line 35, ../saas/mediaservices/_inputform.scss */
.input-form .type-service {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 2px;
  height: 156px;
  list-style: outside none none;
  overflow-y: scroll;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 41px;
  width: 100%;
  z-index: 999;
}
/* line 49, ../saas/mediaservices/_inputform.scss */
.input-form .type-service .first {
  cursor: pointer;
  padding: 8px 6px;
}
/* line 53, ../saas/mediaservices/_inputform.scss */
.input-form .type-service .first:hover {
  background: #008bcf;
  color: white;
  transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
}
/* line 62, ../saas/mediaservices/_inputform.scss */
.input-form .type-service .first:hover a {
  color: #fff;
  text-decoration: none;
}
/* line 66, ../saas/mediaservices/_inputform.scss */
.input-form .type-service .first:hover a label {
  color: #fff !important;
  text-decoration: none;
}
/* line 75, ../saas/mediaservices/_inputform.scss */
.input-form .type-service .first .second {
  float: left;
  margin-right: 10px !important;
}
/* line 79, ../saas/mediaservices/_inputform.scss */
.input-form .type-service .first .second:focus {
  outline: medium none;
}
/* line 84, ../saas/mediaservices/_inputform.scss */
.input-form .type-service .first a {
  color: #666;
  text-decoration: none;
}
/* line 88, ../saas/mediaservices/_inputform.scss */
.input-form .type-service .first a label {
  color: #999 !important;
  font-family: proximanova-regular;
  font-weight: normal;
  font-size: 14px;
}

/* line 102, ../saas/mediaservices/_inputform.scss */
.inputs {
  display: inline-block;
  margin-top: 10px;
  position: relative;
  width: 100%;
}

/* line 109, ../saas/mediaservices/_inputform.scss */
.inputs .types {
  color: #999;
  font-weight: normal;
  position: absolute;
  left: 3px;
  top: 16px;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  font-size: 12px;
}

/* active state */
/* line 113, ../saas/mediaservices/_inputform.scss */
.inputs input {
  z-index: 9;
  position: relative;
  display: block;
  background: none;
}

/* line 120, ../saas/mediaservices/_inputform.scss */
.inputs textarea {
  height: 43px;
  z-index: 9;
  position: relative;
  display: block;
  background: none;
  width: 100%;
  margin-top: 10px;
  border-bottom: 1px solid #b2b2b2;
  border-top: none;
  border-right: none;
  border-left: none;
}

/* line 127, ../saas/mediaservices/_inputform.scss */
.inputs input:focus ~ .types {
  color: #008bcf;
  top: -5px;
  left: 2px;
  font-size: 12px;
}

/* line 128, ../saas/mediaservices/_inputform.scss */
.inputs textarea:focus ~ .types {
  color: #008bcf;
  top: -5px;
  left: 2px;
  font-size: 12px;
}

/* line 132, ../saas/mediaservices/_inputform.scss */
.inputs .filled {
  color: #333;
  top: -5px !important;
  left: 5px;
  font-size: 12px;
}

.leaderError {
    color: #f16e6e !important;
}
.errorBorder {
    border-color: #f16e6e !important;
}
.dockedFormLabel {
    top: -5px !important;
    left: 2px !important;
    font-size: 12px !important;
}

.care24 .form-area .care-submit, .care24 .form-area .partner-otp-submit {
  background: #008bcf;
  margin: 10px 0px;
  color: #fff;
}
/* line 82, ../saas/mediaservices/_care24.scss */
.care24 .form-area .care-submit:hover , .care24 .form-area .partner-otp-submit:hover {
  color: #fff;
}

.input-form .service-dropdown li, .input-form .service-dropdown li a, .input-form .service-dropdown li a label {
  cursor: pointer;
}
.input-form .service-dropdown {
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 2px;
    min-height: 85px;
    max-height: 160px;
    list-style: outside none none;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 41px;
    width: 100%;
    z-index: 999;
}
.input-form .service-dropdown .first {
    cursor: pointer;
    padding: 8px 6px;
}
.input-form .service-dropdown .first a {
    color: #666;
    text-decoration: none;
}
.input-form .service-dropdown .first a label {
    color: #999 !important;
    font-family: proximanova-regular;
    font-weight: normal;
    font-size: 14px;
}
.input-form .service-dropdown .first .second {
    float: left;
    margin-right: 10px !important;
}
input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
.common-submit-btn{
  background: #008bcf;
  margin: 10px 0px;
  color: #fff;
}

.qsEasyMsiteLogo {
  width: 100px !important;
}
.qsEasyDesktopLogo {
  width: 123px !important;
}