
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
footer,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
tt,
table,
tbody,
textarea,
tfoot,
thead,
time,
tr,
th,
td,
u,
ul,
var,
video {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

figure {
  margin: 0;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

legend {
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input {
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
  /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  line-height: 1;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  border: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font: 14px/25px "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  background-color: #fff;
  color: #202020;
}

a {
  color: #121212;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
  color: #0046aa;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

ul,
ol {
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

b,
strong {
  font-weight: 900;
}

h1 {
  font: 50px/50px "Plus Jakarta Sans", sans-serif;
}

h2 {
  font: 45px/45px "Plus Jakarta Sans", sans-serif;
}

h3 {
  font: 30px/30px "Plus Jakarta Sans", sans-serif;
}

h4 {
  font: 25px/25px "Plus Jakarta Sans", sans-serif;
}

h5 {
  font: 22px/22px "Plus Jakarta Sans", sans-serif;
}

h6 {
  font: 20px/20px "Plus Jakarta Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #121212;
}

h1 {
  font-size: 80px;
  line-height: 1.1em;
}

h2 {
  font-size: 56px;
  line-height: 1.2142857142857142em;
}

h3 {
  font-size: 44px;
  line-height: 1.1363636363636365em;
}

h4 {
  font-size: 36px;
  line-height: 1.2222222222222223em;
}

h5 {
  font-size: 30px;
  line-height: 1.4em;
}

h6 {
  font-size: 24px;
  line-height: 1.25em;
}

button {
  border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-size: 12px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  color: #202020;
  background-color: transparent;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
  border-color: #202020;
  padding: 7px 21px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  width: 100%;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  color: #a0a0a0;
  background-color: transparent;
  height: 50px;
  padding: 12px 30px;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

textarea {
  width: 100%;
  height: 166px;
  padding: 15px 15px;
}

input[type="checkbox"] {
  display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
  color: #a0a0a0;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #a0a0a0;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #a0a0a0;
  opacity: 1;
}






/* Support */
.heading-supp {
  margin: 40px 0px;
}

.heading-supp h1 {
  font-size: 36px;
  font-weight: 400;
      padding-left: 10px;
    border-left: 3px solid #f00;
}

/* .support-c {
  margin-left: 15%;
} */
/* 
.form-supp {
  width: 60%;
} */

.form-s-group {
  margin-bottom: 21.875px;
}

.form-s-group label {

  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #262626;
  padding-bottom: 5px;
}

.form-s-group label span {
  color: #d00;
  font-size: 16.8px;
  font-weight: bold;

}

.form-s-group .inpt-supp {
  background: #F2F2F2 !important;
  border-radius: 8px;
  padding: 8px 16px 8px 16px;
  color: #262626;

  font-size: 14px;
  line-height: 24px;
  border: none;
}

.select-supp {
  background: #F2F2F2 !important;
  border-radius: 8px;
  padding: 8px 16px 8px 4px;
  color: #262626;
  width: 50%;


  font-size: 14px;
  line-height: 24px;
  border: none;
}

.inpt-editor {
  background: #F2F2F2 !important;
  padding: 8px 16px 8px 16px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.ck-blurred {
  height: 150px !important;
  max-height: 150px !important;
  overflow: auto;
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;

}

.fill-attach {
  position: relative;
}

.file-supp {
  width: 110px;
  position: absolute;
  top: 50%;
  opacity: 0;
}

.attach {
  color: #0046a9;
  font-size: 14px;
  font-weight: bold;
}

.attach span {
  padding-right: 10px;
  font-size: 18px;
}

.btn-supp {
  text-transform: none;
  background: #1550a5 !important;
  border-radius: 24px;
  border: none !important;
  padding: 10px  30px!important;

  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  /* width: 448px; */
  color: #fff !important;
  margin-bottom: 0px !important;
}

.btn-cancle {
  display: inline-block;
  border-radius: 24px;
  font-size: 16px;
  line-height: 24px;
  /* width: 448px; */
  padding: 10px  10px!important;
  margin-top: 10px 0px;
  text-align: center;
  text-decoration: none;
  color: #ff0000;
  font-weight: 500;
  margin-left: 20px;
}

.cke .spell-check-bar {
  display: block;
  padding: 0.5em;
}

.cke .spell-check-bar .suggestion {
  cursor: pointer;
  color: red;
  background: rgba(250, 0, 0, 0.1);
  padding: 0.25em 0.5em;
  margin-left: 0;
  margin-top: 0;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1em;
  display: inline-block;
}

.cke .spell-check-bar .suggestion:hover {
  color: orange;
}

/* support */

#editor{
  border-radius: 10px;
  background: #f2f2f2;
  border: none;
  color: #121212;
}
.supp-logo{
    margin: 40px 0px -5px 0px;

}

#supp-num[type="number"]::-webkit-outer-spin-button, 
#supp-num[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#supp-num[type="number"] {
    -moz-appearance: textfield;
}
.inpt-supp option{
    padding:10px;
}
@media(max-width:991px){
  .supp-heading{
    order: 1;
  }
  .supp-image{
    /* display: none; */
    order: 2;
    padding-bottom: 23px;
  }
  .form-supp{
    order: 3;

  }
  .heading-f{
    font-size: 28px !important;
    padding-bottom:20px;
  }
  .supp-logo{
margin:20px auto;
text-align:center;
}
.heading-supp{ 
    margin:0px;
  
}
}
.support-c{
  position: relative;
}
@media(min-width:991px){
.supp-image {
  position: fixed;
    top: 50%;
    right: -12%;
    transform: translate(-50%, -50%);
}

}