@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Poppins:wght@300;400;500;600;700&family=Roboto:wght@300;500&display=swap");
/***************************************************
  custom css
****************************************************/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Montserrat", sans-serif;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  -webkit-transition: ease 0.2s;
  -o-transition: ease 0.2s;
  -moz-transition: ease 0.2s;
  transition: ease 0.2s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a {
  color: #112439;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

button {
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  outline: none;
}

body, html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

body {
  color: #112439;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  margin: 0;
  overflow-x: hidden;
  line-height: 1.3;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
body.active {
  overflow: hidden;
}

img, svg {
  max-width: 100%;
  display: block;
}

.font-none {
  display: none;
}

/* selection css */
::-moz-selection {
  background: #ca0a73;
  color: #ffffff;
}

::selection {
  background: #ca0a73;
  color: #ffffff;
}

/* custom btn */
.cm-btn {
  background: transparent;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.ado-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
          border-radius: 40px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding: 30px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  min-width: 240px;
  background-color: #ca0a73;
  color: #ffffff;
  border: 2px solid #ca0a73;
}
@media only screen and (max-width: 1199px) {
  .ado-btn {
    min-width: 200px;
    padding: 25px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .ado-btn {
    min-width: 180px;
    padding: 19px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .ado-btn {
    min-width: 160px;
    padding: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .ado-btn {
    font-size: 13px;
    padding: 11px 16px;
  }
}
.ado-btn:hover {
  color: #ffffff;
  background-color: #ab0861;
}

.ado-btn2 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
          border-radius: 40px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding: 30px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  min-width: 240px;
  background-color: #ffffff;
  color: #ca0a73;
  -webkit-filter: drop-shadow(0px 7px 32px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 7px 32px rgba(0, 0, 0, 0.15));
}
@media only screen and (max-width: 1199px) {
  .ado-btn2 {
    min-width: 200px;
    padding: 25px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .ado-btn2 {
    min-width: 180px;
    padding: 19px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .ado-btn2 {
    min-width: 160px;
    padding: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .ado-btn2 {
    font-size: 13px;
    padding: 11px 16px;
  }
}
.ado-btn2:hover {
  background-color: #ca0a73;
  color: #ffffff;
}

.ado-btn3 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
          border-radius: 40px;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding: 30px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  min-width: 240px;
  background-color: #112439;
  color: #ffffff;
  border: 2px solid #112439;
}
@media only screen and (max-width: 1199px) {
  .ado-btn3 {
    min-width: 200px;
    padding: 25px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .ado-btn3 {
    min-width: 180px;
    padding: 19px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .ado-btn3 {
    min-width: 160px;
    padding: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .ado-btn3 {
    font-size: 13px;
    padding: 11px 16px;
  }
}
.ado-btn3:hover {
  color: #ffffff;
  background-color: #ca0a73;
}

ul, li {
  list-style: none;
}

/** SLICK SLIDER**/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 0.0625rem;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  outline: none !important;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 0.0625rem solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.ct-slider:not(.slick-initialized) *:not(:first-child) {
  display: none;
}

/** END SLICK SLIDER **/
.container {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1275px;
  }
}

input[type=text],
input[type=number],
input[type=email],
input[type=password],
input[type=date],
input[type=search],
input[type=date],
input[type=datetime-local],
input[type=tel],
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
  color: #112439;
  font-family: "Montserrat", sans-serif;
  padding: 11px 19px;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 100%;
  margin-bottom: 15px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  line-height: 1;
  border: 1px solid #cccccc;
  max-height: 47px;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=search]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  border: 1px solid #ca0a73;
  outline: none;
  -webkit-box-shadow: 0 0 1px 1px #ca0a73;
     -moz-box-shadow: 0 0 1px 1px #ca0a73;
          box-shadow: 0 0 1px 1px #ca0a73;
}
@media only screen and (max-width: 1199px) {
  input[type=text],
input[type=number],
input[type=email],
input[type=password],
input[type=date],
input[type=search],
input[type=date],
input[type=datetime-local],
input[type=tel],
textarea,
select {
    font-size: 14px;
    padding: 10px 17px;
    max-height: 40px;
  }
}

textarea {
  resize: none;
  line-height: 1.4;
}

button {
  outline: none !important;
}

label {
  font-size: 15px;
  display: block;
  color: #555555;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding-bottom: 10px;
  line-height: 1;
}
@media only screen and (max-width: 1199px) {
  label {
    font-size: 13px;
    padding-bottom: 7px;
  }
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: #112439 !important;
  background-image: none !important;
  color: #112439 !important;
}

form ::-webkit-input-placeholder {
  font-size: 16px;
  color: #bbbbbb;
  opacity: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

form :-moz-placeholder {
  font-size: 16px;
  color: #bbbbbb;
  opacity: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

form ::-moz-placeholder {
  font-size: 16px;
  color: #bbbbbb;
  opacity: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

form :-ms-input-placeholder {
  font-size: 16px;
  color: #bbbbbb;
  opacity: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

form ::-ms-input-placeholder {
  font-size: 16px;
  color: #bbbbbb;
  opacity: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

form ::placeholder {
  font-size: 16px;
  color: #bbbbbb;
  opacity: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
@media only screen and (max-width: 1199px) {
  form ::-webkit-input-placeholder {
    font-size: 14px;
  }
  form :-moz-placeholder {
    font-size: 14px;
  }
  form ::-moz-placeholder {
    font-size: 14px;
  }
  form :-ms-input-placeholder {
    font-size: 14px;
  }
  form ::-ms-input-placeholder {
    font-size: 14px;
  }
  form ::placeholder {
    font-size: 14px;
  }
}
form ::-webkit-placeholder {
  font-size: 16px;
  color: #bbbbbb;
  opacity: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
@media only screen and (max-width: 1199px) {
  form ::-webkit-placeholder {
    font-size: 14px;
  }
}
form :-moz-placeholder {
  font-size: 16px;
  color: #bbbbbb;
  opacity: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
@media only screen and (max-width: 1199px) {
  form :-moz-placeholder {
    font-size: 14px;
  }
}
form ::-moz-placeholder {
  font-size: 16px;
  color: #bbbbbb;
  opacity: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
@media only screen and (max-width: 1199px) {
  form ::-moz-placeholder {
    font-size: 14px;
  }
}
form ::-ms-placeholder {
  font-size: 16px;
  color: #bbbbbb;
  opacity: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
@media only screen and (max-width: 1199px) {
  form ::-ms-placeholder {
    font-size: 14px;
  }
}
form :-ms-placeholder {
  font-size: 16px;
  color: #bbbbbb;
  opacity: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
@media only screen and (max-width: 1199px) {
  form :-ms-placeholder {
    font-size: 14px;
  }
}

.focus-none:focus {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.no-script-msg {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9999999999;
  padding: 10px 15px;
  color: #fff;
  background: red;
  line-height: 1.5;
  text-transform: uppercase;
  font-size: 13px;
  font-family: Arial;
  font-weight: bold;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.no-script-msg:before {
  content: "";
  background-image: url(../images/script-alert.svg);
  display: block;
  min-width: 15px;
  min-height: 15px;
  margin-right: 10px;
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.th-img {
  position: relative;
}
.th-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.section-ped {
  margin-bottom: 100px;
  margin-top: 100px;
}
@media only screen and (max-width: 1199px) {
  .section-ped {
    margin-bottom: 70px;
    margin-top: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .section-ped {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

.overlay {
  position: fixed;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}

/**********************************************************
//////////////////    header       ////////////////////////
**********************************************************/
@media only screen and (max-width: 1199px) {
  .header {
    border-bottom: 1px solid #e5e5e5;
  }
}
.header .header-cover {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .header .header-cover {
    padding: 13px;
  }
}
@media only screen and (max-width: 500px) {
  .header .header-cover {
    padding: 11px;
  }
}
.header .logo-cover {
  display: block;
  max-width: 202px;
}
@media only screen and (max-width: 500px) {
  .header .logo-cover {
    max-width: 125px;
  }
}
.header .header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.header .header-right .login-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 600;
  margin-right: 23px;
}
@media only screen and (max-width: 500px) {
  .header .header-right .login-btn {
    font-size: 12px;
    margin-right: 18px;
  }
}
.header .header-right .login-btn:hover {
  color: #ca0a73;
}
.header .header-right .login-btn img {
  max-width: 23px;
  margin-right: 13px;
}
@media only screen and (max-width: 500px) {
  .header .header-right .login-btn img {
    max-width: 18px;
    margin-right: 10px;
  }
}
.header .header-right .phone-btn {
  min-width: 45px;
  min-height: 45px;
  max-width: 45px;
  max-height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  background-color: #ca0a73;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 500px) {
  .header .header-right .phone-btn {
    min-width: 35px;
    min-height: 35px;
    max-width: 35px;
    max-height: 35px;
  }
}
.header .header-right .phone-btn:hover {
  background-color: #ab0861;
}
.header .header-right .phone-btn img {
  max-width: 23px;
}
@media only screen and (max-width: 500px) {
  .header .header-right .phone-btn img {
    max-width: 17px;
  }
}

.header.sub-header {
  border-bottom: 1px solid #e5e5e5;
}
.header.sub-header .header-cover {
  padding: 0 0 0 22px;
}
@media only screen and (max-width: 435px) {
  .header.sub-header .header-cover {
    padding: 11px;
  }
}
.header.sub-header .header-right .phone-btn {
  min-width: 65px;
  min-height: 65px;
  max-width: 65px;
  max-height: 65px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
@media only screen and (max-width: 435px) {
  .header.sub-header .header-right .phone-btn {
    min-width: 35px;
    min-height: 35px;
    max-width: 35px;
    max-height: 35px;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
  }
}

.inner-header {
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .inner-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    border-bottom: 1px solid #e5e5e5;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
  }
}
.inner-header .innehead-logo {
  display: none;
  margin-left: 15px;
  max-width: 120px;
}
@media only screen and (max-width: 767px) {
  .inner-header .innehead-logo {
    display: block;
  }
}
.inner-header .innhead-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  max-width: -webkit-calc(100% - 290px);
  max-width: -moz-calc(100% - 290px);
  max-width: calc(100% - 290px);
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .inner-header .innhead-cover {
    max-width: 100%;
  }
}
.inner-header .innhead-subtext {
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  color: #666666;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .inner-header .innhead-subtext {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .inner-header .innhead-subtext {
    display: none;
  }
}
.inner-header .innhead-subtext span {
  color: #999999;
}
.inner-header .innhead-btn {
  font-size: 14px;
  padding: 9px 17px;
  min-width: 204px;
}
@media only screen and (max-width: 1199px) {
  .inner-header .innhead-btn {
    font-size: 12px;
    padding: 10px;
    min-width: 170px;
  }
}
@media only screen and (max-width: 991px) {
  .inner-header .innhead-btn {
    font-size: 10px;
    min-width: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-header .innhead-btn {
    font-size: 9.3px;
    padding: 7px;
    border: 1px solid #ca0a73;
    min-width: 115px;
    color: #ca0a73;
    background-color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
  }
}
.inner-header .innhead-pro {
  font-size: 16px;
  color: #232323;
  padding-right: 14px;
}
@media only screen and (max-width: 1199px) {
  .inner-header .innhead-pro {
    font-size: 14px;
    padding-right: 12px;
  }
}
.inner-header .innhead-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .inner-header .innhead-right {
    padding-right: 5px;
  }
}
.inner-header .innhead-right .innhead-col {
  border-left: 1px solid #f6f6f6;
  padding: 15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
@media only screen and (max-width: 1199px) {
  .inner-header .innhead-right .innhead-col {
    padding: 9px 11px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-header .innhead-right .innhead-col {
    padding: 5px;
    border: 0;
  }
}
@media only screen and (max-width: 767px) {
  .inner-header .innhead-right .innhead-col.mobile-hide {
    display: none;
  }
}
.inner-header .innhead-right .innhead-col.desktop-hide {
  display: none;
}
@media only screen and (max-width: 767px) {
  .inner-header .innhead-right .innhead-col.desktop-hide {
    display: block;
  }
}
.inner-header .logout-btn {
  width: 35px;
  height: 35px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  background-color: #c3c3c3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-header .logout-btn:hover {
  background-color: #ca0a73;
}
.inner-header .logout-btn img {
  max-width: 18px;
}

.innuser-procover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.innuser-procover .innuser-proimg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  max-width: 30px;
  width: 30px;
  height: 30px;
  max-height: 30px;
  position: relative;
  margin-bottom: 5px;
}
.innuser-procover .innuser-proimg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  border: 1px solid #e5e5e5;
}
.innuser-procover .innuser-proimg:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  position: absolute;
  bottom: -1px;
  right: -3px;
  color: #374759;
  font-size: 14px;
}
.innuser-procover .innuser-proimg img {
  max-width: 25px;
}
.innuser-procover .innuser-protext {
  font-size: 8px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #232323;
  font-weight: 500;
}
.innuser-procover .innuser-protext span {
  color: #888888;
}

.pro-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.pro-header .innehead-logo {
  max-width: 175px;
  display: block;
  margin-left: 40px;
}
@media only screen and (max-width: 767px) {
  .pro-header .innehead-logo {
    max-width: 130px;
    margin-left: 15px;
  }
}
.pro-header .innhead-cover {
  max-width: 100%;
}
.pro-header .innhead-subtext {
  padding-right: 20px;
}
@media only screen and (max-width: 991px) {
  .pro-header .innhead-right .innhead-col.mobile-hide {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .pro-header .innhead-right .innhead-col.desktop-hide {
    display: block;
    border: 0;
  }
}

.innermain-cover {
  background-color: #f6f6f6;
  min-height: -webkit-calc(100vh - 138px);
  min-height: -moz-calc(100vh - 138px);
  min-height: calc(100vh - 138px);
  padding-bottom: 15px;
}
@media only screen and (max-width: 1366px) {
  .innermain-cover {
    min-height: -webkit-calc(100vh - 126px);
    min-height: -moz-calc(100vh - 126px);
    min-height: calc(100vh - 126px);
  }
}
@media only screen and (max-width: 1199px) {
  .innermain-cover {
    min-height: -webkit-calc(100vh - 114px);
    min-height: -moz-calc(100vh - 114px);
    min-height: calc(100vh - 114px);
  }
}
@media only screen and (max-width: 767px) {
  .innermain-cover {
    min-height: -webkit-calc(100vh - 160px);
    min-height: -moz-calc(100vh - 160px);
    min-height: calc(100vh - 160px);
  }
}
@media only screen and (max-width: 767px) {
  .innermain-cover.rpbg-light {
    background-color: #ffffff;
  }
}

/**********************************************************
//////////////////    banner       ////////////////////////
**********************************************************/
.banner {
  padding-bottom: 221px;
  background-image: url(../images/slider-bg.png);
  background-repeat: repeat-x;
  background-position: bottom center;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .banner {
    padding-bottom: 195px;
    -webkit-background-size: contain;
       -moz-background-size: contain;
            background-size: contain;
  }
}
@media only screen and (max-width: 991px) {
  .banner {
    padding-bottom: 145px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .banner {
    padding-bottom: 115px;
  }
}
@media only screen and (max-width: 500px) {
  .banner {
    padding-bottom: 26px;
    -webkit-background-size: 230% 230%;
       -moz-background-size: 230%;
            background-size: 230%;
    background-position-x: 20%;
    background-position-y: 75%;
  }
}
.banner:before {
  content: "";
  background-image: url(../images/slider-leftafter.png);
  width: 618px;
  height: 618px;
  position: absolute;
  left: -308px;
  bottom: 32px;
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 1199px) {
  .banner:before {
    left: -245px;
    width: 528px;
    height: 528px;
  }
}
@media only screen and (max-width: 991px) {
  .banner:before {
    left: inherit;
    width: 348px;
    height: 348px;
    bottom: 80px;
    right: -200px;
  }
}
@media only screen and (max-width: 500px) {
  .banner:before {
    width: 128px;
    height: 128px;
    bottom: inherit;
    right: -60px;
    top: 120px;
  }
}
.banner .banlist-cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .banner .banlist-cover {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .banner .banlist-cover {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }
}
.banner .banlist-cover .banitem {
  padding: 0 28px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .banner .banlist-cover .banitem {
    padding: 0 19px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .banlist-cover .banitem {
    padding: 0 14px;
  }
}
@media only screen and (max-width: 500px) {
  .banner .banlist-cover .banitem {
    padding: 3px 6px;
  }
}
.banner .banlist-cover .banitem:first-child {
  padding-left: 0;
}
.banner .banlist-cover .banitem:last-child {
  padding-right: 0;
}
.banner .banlist-cover .banitem:last-child:before {
  display: none;
}
.banner .banlist-cover .banitem .banitem-text {
  font-size: 22px;
  color: #112439;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 1199px) {
  .banner .banlist-cover .banitem .banitem-text {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .banlist-cover .banitem .banitem-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .banner .banlist-cover .banitem .banitem-text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 360px) {
  .banner .banlist-cover .banitem .banitem-text {
    font-size: 11px;
  }
}
.banner .banlist-cover .banitem:before {
  content: "";
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #ca0a73;
  position: absolute;
  -webkit-border-radius: 30%;
     -moz-border-radius: 30%;
          border-radius: 30%;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .banner .banlist-cover .banitem:before {
    width: 2px;
  }
}
.banner .bantitle {
  font-size: 45px;
  font-weight: 300;
  line-height: 1.45;
}
@media only screen and (max-width: 1199px) {
  .banner .bantitle {
    font-size: 35px;
  }
}
@media only screen and (max-width: 500px) {
  .banner .bantitle {
    font-size: 17px;
    text-align: center;
    font-weight: 600;
  }
}
.banner .banner-cover {
  padding: 40px;
  max-width: 920px;
  margin-left: auto;
}
@media only screen and (max-width: 1280px) {
  .banner .banner-cover {
    max-width: 830px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner .banner-cover {
    max-width: 690px;
  }
}
@media only screen and (max-width: 991px) {
  .banner .banner-cover {
    padding: 40px 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner .banner-cover {
    padding: 40px 0 0;
  }
}
@media only screen and (max-width: 500px) {
  .banner .banner-cover {
    padding: 22px 0 0;
  }
}
.banner .banbox-btn {
  margin-top: 50px;
}
@media only screen and (max-width: 1199px) {
  .banner .banbox-btn {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .banner .banbox-btn {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .banner .banbox-btn {
    margin-top: 25px;
  }
}
.banner .banbox {
  margin: 30px 0 0;
}
@media only screen and (max-width: 1199px) {
  .banner .banbox {
    margin: 20px 0 0;
  }
}
@media only screen and (max-width: 500px) {
  .banner .banbox {
    background-color: #ffffff;
    padding: 25px;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    -webkit-box-shadow: 0px 4px 27.5px rgba(0, 0, 0, 0.15);
       -moz-box-shadow: 0px 4px 27.5px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 27.5px rgba(0, 0, 0, 0.15);
    position: relative;
    margin: 27px 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 360px) {
  .banner .banbox {
    padding: 25px 20px;
  }
}
.banner .banbox .bansub-list .bansub-item {
  position: relative;
  padding-left: 28px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .banner .banbox .bansub-list .bansub-item {
    padding-left: 18px;
    padding-bottom: 10px;
    max-width: 370px;
  }
}
@media only screen and (max-width: 500px) {
  .banner .banbox .bansub-list .bansub-item {
    padding-left: 0;
    padding-bottom: 20px;
    margin-bottom: 18px;
  }
  .banner .banbox .bansub-list .bansub-item:last-child {
    margin-bottom: 0;
  }
  .banner .banbox .bansub-list .bansub-item:last-child:before {
    display: none;
  }
}
.banner .banbox .bansub-list .bansub-item:last-child {
  padding-bottom: 0;
}
.banner .banbox .bansub-list .bansub-item:last-child:before {
  -webkit-border-bottom-left-radius: 20%;
     -moz-border-radius-bottomleft: 20%;
          border-bottom-left-radius: 20%;
  -webkit-border-bottom-right-radius: 20%;
     -moz-border-radius-bottomright: 20%;
          border-bottom-right-radius: 20%;
}
.banner .banbox .bansub-list .bansub-item:first-child:before {
  -webkit-border-top-left-radius: 20%;
     -moz-border-radius-topleft: 20%;
          border-top-left-radius: 20%;
  -webkit-border-top-right-radius: 20%;
     -moz-border-radius-topright: 20%;
          border-top-right-radius: 20%;
}
.banner .banbox .bansub-list .bansub-item:before {
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  width: 4px;
  background-color: #ca0a73;
}
@media only screen and (max-width: 500px) {
  .banner .banbox .bansub-list .bansub-item:before {
    height: 3px;
    width: 58px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.banner .banbox .bansub-list .bansub-item .bansub-title {
  font-size: 20px;
  color: #ca0a73;
  line-height: 1.75;
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  .banner .banbox .bansub-list .bansub-item .bansub-title {
    font-size: 17px;
  }
}
@media only screen and (max-width: 991px) {
  .banner .banbox .bansub-list .bansub-item .bansub-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .banbox .bansub-list .bansub-item .bansub-title {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 500px) {
  .banner .banbox .bansub-list .bansub-item .bansub-title {
    line-height: 19px;
    font-size: 13px;
    text-align: center;
    color: #112439;
  }
}
.banner .banbox .bansub-list .bansub-item .bansub-title strong {
  font-weight: 700;
}
@media only screen and (max-width: 500px) {
  .banner .banbox .bansub-list .bansub-item .bansub-title strong {
    font-weight: 800;
  }
}
.banner .banbox .bansub-list .bansub-item .bansub-title span {
  color: #112439;
  display: block;
}
@media only screen and (max-width: 500px) {
  .banner .banbox .bansub-list .bansub-item .bansub-title span {
    display: initial;
  }
}

.rp-bottominfo {
  background-color: #e5e5e5;
  display: none;
  padding: 11px;
}
.rp-bottominfo .bottominfo-botbox {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  border-right: 2px solid #cccccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding: 2px 20px;
}
.rp-bottominfo .bottominfo-botbox:last-child {
  border-right: 0;
}
.rp-bottominfo .bottominfo-botbox .bottominfo-title {
  text-align: center;
  font-size: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #112439;
  text-transform: uppercase;
}
.rp-bottominfo .bottominfo-botbox .bottominfo-link {
  color: #ca0a73;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-align: center;
  padding-top: 3px;
}
.rp-bottominfo .bottominfo-botbox .bottominfo-btn {
  font-size: 10px;
  padding: 2px;
  min-width: 51px;
  margin-right: 12px;
}
.rp-bottominfo .bottominfo-botbox .bottominfo-btn:last-child {
  margin-right: 0;
}
.rp-bottominfo .bottominfo-botbox .bottominfo-btn i {
  padding-right: 4px;
  font-size: 6px;
}
@media only screen and (max-width: 767px) {
  .rp-bottominfo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}

/**********************************************************
//////////////////    Manage       ////////////////////////
**********************************************************/
.manage-cover {
  background-color: #ca0a73;
  margin-top: -70px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 200px;
}
@media only screen and (max-width: 1199px) {
  .manage-cover {
    margin-bottom: 160px;
  }
}
@media only screen and (max-width: 991px) {
  .manage-cover {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .manage-cover {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 500px) {
  .manage-cover {
    margin-top: 0;
    padding-bottom: 11px;
  }
}
.manage-cover:before {
  content: "";
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/banner-border.png) #ffffff;
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media only screen and (max-width: 500px) {
  .manage-cover:before {
    -webkit-background-size: 80% 80%;
       -moz-background-size: 80%;
            background-size: 80%;
    height: 10px;
    background-position-x: 145%;
  }
}
@media only screen and (max-width: 500px) {
  .manage-cover .mnright-cover {
    background-color: #ffffff;
  }
}
.manage-cover .mnright-cover .mnright-imgcover {
  max-width: 656px;
  margin-top: 30px;
  margin-bottom: -123px;
  padding-top: 74.7%;
}
@media only screen and (max-width: 991px) {
  .manage-cover .mnright-cover .mnright-imgcover {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 500px) {
  .manage-cover .mnright-cover .mnright-imgcover {
    margin: 0 0 -130px;
    padding-top: 81%;
  }
}
.manage-cover .mnright-cover img {
  -webkit-filter: drop-shadow(0px 7px 20px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 7px 20px rgba(0, 0, 0, 0.15));
}
@media only screen and (max-width: 1280px) {
  .manage-cover .mnright-cover img {
    -o-object-position: top;
       object-position: top;
  }
}
@media only screen and (max-width: 991px) {
  .manage-cover .mnleft-cover {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .manage-cover .mnleft-cover {
    padding-top: 100px;
  }
}
.manage-cover .mnleft-cover .manage-title {
  color: #ffffff;
  font-size: 32px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.45;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .manage-cover .mnleft-cover .manage-title {
    font-size: 25px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 500px) {
  .manage-cover .mnleft-cover .manage-title {
    font-size: 15px;
    max-width: 200px;
    margin-bottom: 15px;
  }
}
.manage-cover .mnleft-cover .submanage-title {
  font-size: 22px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1;
  margin: 40px 0;
}
@media only screen and (max-width: 1199px) {
  .manage-cover .mnleft-cover .submanage-title {
    font-size: 18px;
    margin: 33px 0;
  }
}
@media only screen and (max-width: 500px) {
  .manage-cover .mnleft-cover .submanage-title {
    font-size: 14px;
    margin: 13px 0;
  }
}
@media only screen and (max-width: 500px) {
  .manage-cover .mnleft-cover .submanage-list {
    padding-left: 50px;
  }
}
.manage-cover .mnleft-cover .submanage-list .submanage-item {
  padding-left: 40px;
  font-size: 18px;
  color: #ffffff;
  margin: 20px 0;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .manage-cover .mnleft-cover .submanage-list .submanage-item {
    padding-left: 35px;
    font-size: 15px;
    margin: 15px 0;
  }
}
@media only screen and (max-width: 500px) {
  .manage-cover .mnleft-cover .submanage-list .submanage-item {
    font-size: 12px;
    padding-left: 26px;
  }
}
.manage-cover .mnleft-cover .submanage-list .submanage-item:before {
  content: "";
  width: 10px;
  height: 17px;
  position: absolute;
  left: 5px;
  top: 0;
  border-width: 1.5px 0 0 1.5px;
  border-style: solid;
  border-color: #ffffff;
  -webkit-transform: rotate(-135deg);
     -moz-transform: rotate(-135deg);
       -o-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media only screen and (max-width: 1199px) {
  .manage-cover .mnleft-cover .submanage-list .submanage-item:before {
    top: 1px;
    width: 7px;
    height: 14px;
  }
}
@media only screen and (max-width: 500px) {
  .manage-cover .mnleft-cover .submanage-list .submanage-item:before {
    top: -1px;
    height: 12px;
  }
}

/**********************************************************
//////////////////    home service       /////////////////
**********************************************************/
.home-service .ado-btn2 {
  font-size: 14px;
  padding: 25px 30px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 1199px) {
  .home-service .ado-btn2 {
    letter-spacing: 0;
  }
}
.home-service .ado-btn2 .fas {
  padding-right: 10px;
}
.home-service .hoservice-title {
  font-size: 30px;
  line-height: 1.7;
  max-width: 620px;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .home-service .hoservice-title {
    font-size: 27px;
  }
}
@media only screen and (max-width: 991px) {
  .home-service .hoservice-title {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .home-service .hoservice-title {
    font-size: 23px;
  }
}
@media only screen and (max-width: 500px) {
  .home-service .hoservice-title {
    font-size: 16px;
  }
}
.home-service .hoservice-list {
  padding-top: 53px;
}
@media only screen and (max-width: 1199px) {
  .home-service .hoservice-list {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 500px) {
  .home-service .hoservice-list {
    padding-top: 25px;
    max-width: 300px;
    margin: 0 auto;
  }
}
.home-service .innersearch-rp {
  display: none;
  -webkit-filter: drop-shadow(0px 2px 11px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 2px 11px rgba(0, 0, 0, 0.15));
}
@media only screen and (max-width: 500px) {
  .home-service .innersearch-btn {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .home-service .innersearch-btn.innersearch-rp {
    display: table;
    margin: 40px auto 0;
  }
}
.home-service .hoservice-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}
.home-service .hoservice-card .hoservice-nuber {
  display: block;
  font-size: 70px;
  color: #958c8a;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  padding-right: 15px;
  border-right: 3px solid #ecedeb;
}
@media only screen and (max-width: 1199px) {
  .home-service .hoservice-card .hoservice-nuber {
    font-size: 57px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .home-service .hoservice-card .hoservice-nuber {
    font-size: 27px;
    border-width: 1.5px;
  }
}
.home-service .hoservice-card .hoservice-nuber.pink-color {
  color: #ca0a73;
}
.home-service .hoservice-card .hoservice-nuber.blue-color {
  color: #10c0d6;
}
.home-service .hoservice-card .hoservice-dtl {
  padding-left: 37px;
  margin-top: 7px;
}
@media only screen and (max-width: 1199px) {
  .home-service .hoservice-card .hoservice-dtl {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 500px) {
  .home-service .hoservice-card .hoservice-dtl {
    margin-top: 0;
    padding-left: 15px;
  }
}
.home-service .hoservice-card .hoserv-title {
  font-size: 18px;
  line-height: 1.7;
  color: #232323;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (max-width: 1199px) {
  .home-service .hoservice-card .hoserv-title {
    font-size: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .home-service .hoservice-card .hoserv-title {
    font-size: 13px;
  }
}
.home-service .hoservice-card .hoservice-text {
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
  max-width: 230px;
}
@media only screen and (max-width: 1199px) {
  .home-service .hoservice-card .hoservice-text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) {
  .home-service .hoservice-card .hoservice-text {
    font-size: 12px;
    line-height: 1.5;
    padding-top: 6px;
  }
}
.home-service .hoservice-card .hoservice-text span {
  display: block;
}

/**********************************************************
//////////////////    applicatbox       /////////////////
**********************************************************/
@media only screen and (max-width: 500px) {
  .applicatbox {
    margin-bottom: 0;
  }
}
.applicatbox .applicatbox-title {
  font-size: 30px;
  line-height: 1.7;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 63px;
}
@media only screen and (max-width: 1199px) {
  .applicatbox .applicatbox-title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .applicatbox .applicatbox-title {
    font-size: 19px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
}
.applicatbox .applicatbox-col {
  max-width: 350px;
  margin-left: 145px;
  margin-right: 145px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .applicatbox .applicatbox-col {
    margin-left: 95px;
    margin-right: 95px;
    max-width: 320px;
  }
}
@media only screen and (max-width: 991px) {
  .applicatbox .applicatbox-col {
    margin-left: 50px;
    margin-right: 50px;
    max-width: 260px;
  }
}
@media only screen and (max-width: 767px) {
  .applicatbox .applicatbox-col {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 500px) {
  .applicatbox .applicatbox-col {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.applicatbox .applicatbox-list {
  overflow: hidden;
}
.applicatbox .applicatbox-list .applicatbox-cover {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1199px) {
  .applicatbox .applicatbox-list .applicatbox-cover {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .applicatbox .applicatbox-list .applicatbox-cover {
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 500px) {
  .applicatbox .applicatbox-list .applicatbox-cover {
    margin-bottom: 40px;
  }
}
.applicatbox .applicatbox-list .applicatbox-cover:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 500px) {
  .applicatbox .applicatbox-list .applicatbox-cover:nth-child(even) .applicatbox-img {
    max-width: 763px;
    margin-right: -180px;
  }
}
@media only screen and (max-width: 500px) {
  .applicatbox .applicatbox-list .applicatbox-cover:nth-child(2) .applicatbox-img {
    margin-top: -90px;
  }
}
@media only screen and (max-width: 500px) {
  .applicatbox .applicatbox-list .applicatbox-cover:nth-child(odd) .applicatbox-img {
    max-width: 763px;
    margin-left: -180px;
  }
}
@media only screen and (max-width: 767px) {
  .applicatbox .applicatbox-list .applicatbox-title {
    display: none;
  }
}
.applicatbox .applicatbox-rp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .applicatbox .applicatbox-rp {
    display: block;
    text-align: center;
    padding: 0 20px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 500px) {
  .applicatbox .applicatbox-rp {
    font-size: 17px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 500px) {
  .applicatbox .applicatbox-img {
    max-width: 200px;
  }
}
.applicatbox .applicatbox-img img {
  -webkit-filter: drop-shadow(0px 7px 20px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 7px 20px rgba(0, 0, 0, 0.15));
}
.applicatbox .applicatbox-card {
  position: relative;
  padding: 5px 0 0 30px;
}
@media only screen and (max-width: 991px) {
  .applicatbox .applicatbox-card {
    padding: 5px 0 0 18px;
  }
}
@media only screen and (max-width: 500px) {
  .applicatbox .applicatbox-card {
    padding: 0 0 0 13px;
  }
}
.applicatbox .applicatbox-card:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: #ca0a73;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}
@media only screen and (max-width: 500px) {
  .applicatbox .applicatbox-card:before {
    width: 3px;
  }
}
.applicatbox .applicatbox-card .applicatbox-subtitle {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1199px) {
  .applicatbox .applicatbox-card .applicatbox-subtitle {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .applicatbox .applicatbox-card .applicatbox-subtitle {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 500px) {
  .applicatbox .applicatbox-card .applicatbox-subtitle {
    font-size: 13px;
  }
}
.applicatbox .applicatbox-card .applicatbox-text {
  font-size: 18px;
  line-height: 1.88;
  font-weight: 300;
}
@media only screen and (max-width: 1199px) {
  .applicatbox .applicatbox-card .applicatbox-text {
    font-size: 17px;
  }
}
@media only screen and (max-width: 991px) {
  .applicatbox .applicatbox-card .applicatbox-text {
    font-size: 15px;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 500px) {
  .applicatbox .applicatbox-card .applicatbox-text {
    font-size: 12px;
  }
}

/**********************************************************
//////////////////    method       ////////////////////////
**********************************************************/
@media only screen and (max-width: 500px) {
  .method {
    margin-top: 0;
  }
}
.method .method-topcover {
  background-color: #112439;
  padding: 120px 0 153px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .method .method-topcover {
    padding: 100px 0 143px;
  }
}
@media only screen and (max-width: 991px) {
  .method .method-topcover {
    padding: 70px 0 143px;
  }
}
@media only screen and (max-width: 767px) {
  .method .method-topcover {
    padding: 50px 0 53px;
  }
}
@media only screen and (max-width: 500px) {
  .method .method-topcover {
    padding: 30px 15px 0;
    position: relative;
    z-index: 10;
  }
}
.method .method-topcover:before {
  content: "";
  height: 23px;
  bottom: 0;
  left: -13px;
  right: 0;
  position: absolute;
  z-index: 8;
  background: url(../images/banner-border2.png) #ffffff;
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media only screen and (max-width: 500px) {
  .method .method-topcover:before {
    display: none;
  }
}
.method .methodtop-title {
  text-align: center;
  color: #ffffff;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .method .methodtop-title {
    font-size: 29px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .method .methodtop-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .method .methodtop-title {
    max-width: 370px;
  }
}
@media only screen and (max-width: 500px) {
  .method .methodtop-title {
    font-size: 16px;
  }
}
.method .methodtop-title strong {
  font-weight: 600;
}
.method .ado-btn {
  font-size: 17px;
  padding: 20px 30px;
}
@media only screen and (max-width: 1199px) {
  .method .ado-btn {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .method .ado-btn {
    font-size: 14px;
    padding: 17px 27px;
  }
}
@media only screen and (max-width: 500px) {
  .method .ado-btn {
    font-size: 12px;
    padding: 13px 27px;
  }
}
.method .method-boxcover {
  padding: 115px 62px 40px;
  -webkit-box-shadow: 0px 7px 16px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0px 7px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 7px 16px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1124px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  margin-top: -138px;
  position: relative;
  z-index: 9;
  background-color: #ffffff;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .method .method-boxcover {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 500px) {
  .method .method-boxcover {
    margin-top: -24px;
  }
}
@media only screen and (max-width: 500px) {
  .method .method-boxcover {
    padding: 70px 20px 30px;
  }
}
.method .method-boxcover:before {
  content: "";
  height: 200px;
  left: -90px;
  right: -90px;
  top: -150px;
  position: absolute;
  background-color: #112439;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.method .method-boxcover .method-boxlist {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 415px;
     -moz-box-flex: 0;
          flex: 0 0 415px;
  max-width: 415px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-bottom: 57px;
}
@media only screen and (max-width: 991px) {
  .method .method-boxcover .method-boxlist {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .method .method-boxcover .method-boxlist:last-child {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .method .method-boxcover .method-boxlist {
    margin-bottom: 20px;
  }
}
.method .method-boxcover .method-boxicon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40px;
     -moz-box-flex: 0;
          flex: 0 0 40px;
  max-width: 40px;
  padding-top: 5px;
}
@media only screen and (max-width: 500px) {
  .method .method-boxcover .method-boxicon {
    padding-top: 3px;
  }
}
.method .method-boxcover .method-boxicon img {
  margin: 0 auto;
}
.method .method-boxcover .method-boxdtl {
  padding-left: 22px;
}
@media only screen and (max-width: 500px) {
  .method .method-boxcover .method-boxdtl {
    padding-left: 17px;
  }
}
.method .method-boxcover .method-boxtitle {
  color: #ca0a73;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 22px;
}
@media only screen and (max-width: 500px) {
  .method .method-boxcover .method-boxtitle {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.method .method-boxcover .method-boxtext {
  font-size: 16px;
  line-height: 1.9;
  font-weight: 300;
}
@media only screen and (max-width: 500px) {
  .method .method-boxcover .method-boxtext {
    font-size: 12px;
    line-height: 1.4;
  }
}

/**********************************************************
//////////////////    testimonial       ///////////////////
**********************************************************/
.testimonial .testimonial-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 300;
  color: #ca0a73;
  line-height: 1.1;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1199px) {
  .testimonial .testimonial-title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial .testimonial-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 500px) {
  .testimonial .testimonial-title {
    font-size: 17px;
    margin-bottom: 8px;
  }
}
.testimonial .testimonial-subtitle {
  text-align: center;
  font-size: 28px;
  color: #555555;
  line-height: 1.1;
  font-weight: 300;
}
.testimonial-subtitle img {
  width: 200px;
  margin-right: 40px;
  margin-top: 30px;
  display: inline-flex;
}
@media only screen and (max-width: 1199px) {
  .testimonial .testimonial-subtitle {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial .testimonial-subtitle {
    font-size: 17px;
  }
}
@media only screen and (max-width: 500px) {
  .testimonial .testimonial-subtitle {
    font-size: 12px;
  }
}
.testimonial .testimonial-cover {
  padding-top: 43px;
}
@media only screen and (max-width: 500px) {
  .testimonial .testimonial-cover {
    padding-top: 0;
  }
}
.testimonial .testimonial-cover div:focus {
  outline: none;
}
.testimonial .testicard-item {
  background-color: #112439;
  max-width: 330px;
  margin-left: auto;
  margin-top: 40px;
}
@media only screen and (max-width: 1199px) {
  .testimonial .testicard-item {
    max-width: 260px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial .testicard-item {
    max-width: 100%;
    margin: 40px 15px 0;
  }
}
@media only screen and (max-width: 500px) {
  .testimonial .testicard-item {
    margin: 33px 0 0 8px;
  }
}
.testimonial .testicard-item.testicard-pink {
  background-color: #ca0a73;
}
.testimonial .testicard-item.testicard-gray {
  background-color: #eeeeee;
}
.testimonial .testicard-item.testicard-gray .testicard-title, .testimonial .testicard-item.testicard-gray .testicard-text {
  color: #112439;
}
.testimonial .testicard-item.testicard-gray .testicard-stars i {
  color: #ca0a73;
}
.testimonial .testicard-item .testicard-top {
  padding: 17px 16px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 1199px) {
  .testimonial .testicard-item .testicard-top {
    padding: 14px 13px 0;
  }
}
@media only screen and (max-width: 500px) {
  .testimonial .testicard-item .testicard-top {
    padding: 10px 10px 0;
  }
}
.testimonial .testicard-item .testicard-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 185px;
     -moz-box-flex: 0;
          flex: 0 0 185px;
  max-width: 185px;
  padding-top: 59%;
  -webkit-filter: drop-shadow(0px 7px 16px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 7px 16px rgba(0, 0, 0, 0.15));
  margin-top: -40px;
  margin-left: -40px;
}
@media only screen and (max-width: 1199px) {
  .testimonial .testicard-item .testicard-img {
    max-width: 160px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 160px;
       -moz-box-flex: 0;
            flex: 0 0 160px;
  }
}
@media only screen and (max-width: 500px) {
  .testimonial .testicard-item .testicard-img {
    max-width: 115px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 115px;
       -moz-box-flex: 0;
            flex: 0 0 115px;
    margin-top: -20px;
    margin-left: -20px;
  }
}
@media only screen and (max-width: 500px) {
  .testimonial .testicard-item .testicard-stars {
    line-height: 0;
  }
}
.testimonial .testicard-item .testicard-stars i {
  color: #ffffff;
  font-size: 18px;
}
@media only screen and (max-width: 1199px) {
  .testimonial .testicard-item .testicard-stars i {
    font-size: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .testimonial .testicard-item .testicard-stars i {
    font-size: 10px;
  }
}
.testimonial .testimonial-dtl {
  padding: 40px 44px 50px;
}
@media only screen and (max-width: 1199px) {
  .testimonial .testimonial-dtl {
    padding: 23px 26px 32px;
  }
}
@media only screen and (max-width: 500px) {
  .testimonial .testimonial-dtl {
    padding: 23px 20px 40px;
  }
}
.testimonial .testicard-title {
  color: #ffffff;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 26px;
}
@media only screen and (max-width: 1199px) {
  .testimonial .testicard-title {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .testimonial .testicard-title {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.testimonial .testicard-title span {
  display: block;
  text-transform: uppercase;
}
.testimonial .testicard-text {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 300;
}
@media only screen and (max-width: 1199px) {
  .testimonial .testicard-text {
    font-size: 13px;
  }
}
@media only screen and (max-width: 500px) {
  .testimonial .testicard-text {
    font-size: 11px;
    line-height: 1.4;
  }
}

/**********************************************************
//////////////////    question       //////////////////////
**********************************************************/
.question {
  -webkit-box-shadow: 0 15px 32px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 15px 32px rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 32px rgba(0, 0, 0, 0.15);
  padding: 93px 0 100px;
}
@media only screen and (max-width: 1199px) {
  .question {
    padding: 73px 0 80px;
  }
}
@media only screen and (max-width: 767px) {
  .question {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 500px) {
  .question {
    padding: 20px 0;
  }
}
.question .question-title {
  font-size: 30px;
  line-height: 1.7;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .question .question-title {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .question .question-title {
    text-align: center;
    font-size: 15px;
    line-height: 1;
  }
}
.question .question-tabbing {
  margin-top: 14px;
}
@media only screen and (max-width: 500px) {
  .question .question-tabbing {
    margin-top: 5px;
  }
}
.question .question-tabbing .questabbing-item {
  margin-bottom: 30px;
}
.question .question-tabbing .questabbing-item:last-child {
  margin-bottom: 0;
}
.question .question-tabbing .questabbing-item:first-child .questabbing-text {
  display: block;
}
.question .question-tabbing .questabbing-title {
  font-size: 16px;
  font-weight: 700;
  color: #112439;
  padding-left: 27px;
  line-height: 1.3;
  position: relative;
  margin-bottom: 28px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .question .question-tabbing .questabbing-title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .question .question-tabbing .questabbing-title {
    margin-bottom: 10px;
    font-size: 13px;
    padding-left: 25px;
  }
}
.question .question-tabbing .questabbing-title:before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  border: 4px solid #ca0a73;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 500px) {
  .question .question-tabbing .questabbing-title:before {
    width: 15px;
    height: 15px;
    top: 1px;
    border-width: 3px;
  }
}
.questabbing-table {
  font-weight: bold;
}
.question .question-tabbing .questabbing-text {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
  display: none;
}
@media only screen and (max-width: 767px) {
  .question .question-tabbing .questabbing-text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) {
  .question .question-tabbing .questabbing-text {
    font-size: 11px;
    padding-left: 25px;
  }
}

/**********************************************************
////////////////////    Recruit       /////////////////////
**********************************************************/
.canrecruit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  margin: 100px 0 60px;
}
@media only screen and (max-width: 1199px) {
  .canrecruit {
    margin: 80px 0 40px;
  }
}
@media only screen and (max-width: 991px) {
  .canrecruit {
    margin: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .canrecruit {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 500px) {
  .canrecruit {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 500px) {
  .canrecruit .ado-btn {
    min-width: 100px;
  }
}
.canrecruit .canrecruit-title {
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .canrecruit .canrecruit-title {
    font-size: 33px;
  }
}
@media only screen and (max-width: 991px) {
  .canrecruit .canrecruit-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .canrecruit .canrecruit-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 500px) {
  .canrecruit .canrecruit-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

/**********************************************************
////////////////////    inscription       /////////////////
**********************************************************/
.inscription {
  padding: 80px 0 60px;
  min-height: 85.5vh;
}
@media only screen and (max-width: 1199px) {
  .inscription {
    padding: 50px 0;
    min-height: 86.4vh;
  }
}
@media only screen and (max-width: 767px) {
  .inscription {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 435px) {
  .inscription {
    padding: 20px 10px;
  }
}
.inscription .inscrafter-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.4;
}
@media only screen and (max-width: 1199px) {
  .inscription .inscrafter-title {
    font-size: 21px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 991px) {
  .inscription .inscrafter-title {
    text-align: center;
  }
}
@media only screen and (max-width: 435px) {
  .inscription .inscrafter-title {
    font-weight: 600;
    margin-bottom: 15px;
  }
}
.inscription .inscrafter-text {
  color: #ca0a73;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
@media only screen and (max-width: 1199px) {
  .inscription .inscrafter-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .inscription .inscrafter-text {
    text-align: center;
  }
}
@media only screen and (max-width: 435px) {
  .inscription .inscrafter-text {
    color: #112439;
    font-size: 15px;
  }
  .inscription .inscrafter-text span {
    color: #ca0a73;
  }
}
.inscription .inscription-title {
  font-size: 37px;
  color: #112439;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1199px) {
  .inscription .inscription-title {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 435px) {
  .inscription .inscription-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.inscription .inscription-text {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 39px;
}
@media only screen and (max-width: 1199px) {
  .inscription .inscription-text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 39px;
    max-width: 410px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .inscription .inscription-text {
    max-width: 100%;
  }
}
@media only screen and (max-width: 435px) {
  .inscription .inscription-text {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.inscription .inscrip-titlebox {
  max-width: 480px;
}
@media only screen and (max-width: 991px) {
  .inscription .inscrip-titlebox {
    max-width: 100%;
  }
}
.inscription .inscription-link {
  color: #ca0a73;
}
.inscription .inscription-link:hover {
  text-decoration: underline;
}
.inscription .inscrip-img {
  max-width: 372px;
  margin-left: 40px;
}
@media only screen and (max-width: 1199px) {
  .inscription .inscrip-img {
    max-width: 332px;
    margin-left: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .inscription .inscrip-img {
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 435px) {
  .inscription .inscrip-img {
    max-width: 210px;
  }
}
.inscription .inscription-form {
  padding-top: 10px;
}
@media only screen and (max-width: 1199px) {
  .inscription .inscription-form {
    padding-top: 5px;
  }
}
.inscription .inscription-form .form-col {
  padding: 0 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 435px) {
  .inscription .inscription-form .form-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    position: relative;
  }
  .inscription .inscription-form .form-col.active .form-label {
    display: none;
  }
  .inscription .inscription-form .form-col ::-webkit-input-placeholder {
    font-size: 0;
  }
  .inscription .inscription-form .form-col :-moz-placeholder {
    font-size: 0;
  }
  .inscription .inscription-form .form-col ::-moz-placeholder {
    font-size: 0;
  }
  .inscription .inscription-form .form-col :-ms-input-placeholder {
    font-size: 0;
  }
  .inscription .inscription-form .form-col ::-ms-input-placeholder {
    font-size: 0;
  }
  .inscription .inscription-form .form-col ::placeholder {
    font-size: 0;
  }
  .inscription .inscription-form .form-col ::-webkit-placeholder {
    font-size: 0;
  }
  .inscription .inscription-form .form-col :-moz-placeholder {
    font-size: 0;
  }
  .inscription .inscription-form .form-col ::-moz-placeholder {
    font-size: 0;
  }
  .inscription .inscription-form .form-col ::-ms-placeholder {
    font-size: 0;
  }
  .inscription .inscription-form .form-col :-ms-placeholder {
    font-size: 0;
  }
  .inscription .inscription-form .form-col .form-input {
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  }
  .inscription .inscription-form .form-col .form-label {
    position: absolute;
    top: 13px;
    left: 24px;
  }
}
@media only screen and (max-width: 435px) {
  .inscription .inscription-form .rpform-col7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
       -moz-box-flex: 0;
            flex: 0 0 60%;
    max-width: 60%;
  }
}
@media only screen and (max-width: 435px) {
  .inscription .inscription-form .rpform-col3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
       -moz-box-flex: 0;
            flex: 0 0 40%;
    max-width: 40%;
  }
}
.inscription .inscription-form .form-col2 {
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
          flex: 0 0 100%;
  padding: 0 5px;
}
.inscription .inscription-form .form-btn {
  margin-top: 27px;
  padding: 24px 30px;
  margin-left: auto;
  display: block;
  font-size: 15px;
  min-width: 230px;
}
@media only screen and (max-width: 1199px) {
  .inscription .inscription-form .form-btn {
    padding: 20px 28px;
    min-width: 210px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 435px) {
  .inscription .inscription-form .form-btn {
    padding: 15px 18px;
    min-width: 180px;
    margin-top: 10px;
    font-size: 13px;
  }
}

/**********************************************************
////////////////////    all popup       ///////////////////
**********************************************************/
.logpoup-box {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  -webkit-transform: translate(-50%, -50%) scale(0);
     -moz-transform: translate(-50%, -50%) scale(0);
       -o-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  padding: 44px 30px 70px;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  width: 100%;
  max-width: 430px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.logpoup-box.active {
  -webkit-transform: translate(-50%, -50%) scale(1);
     -moz-transform: translate(-50%, -50%) scale(1);
       -o-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
@media only screen and (max-width: 500px) {
  .logpoup-box {
    max-width: 320px;
    padding: 34px 30px 40px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
  }
}
.logpoup-box .logpoup-subtitle {
  line-height: 1.5;
}
@media only screen and (max-width: 500px) {
  .logpoup-box .logpoup-subtitle {
    font-size: 13px;
  }
}
.logpoup-box .close-icon {
  position: absolute;
  top: 13px;
  right: 18px;
  padding: 10px;
}
.logpoup-box .close-icon:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #000000;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 0;
}
.logpoup-box .close-icon:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #000000;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 0;
}
.logpoup-box .logpoup-logo {
  max-width: 142px;
  margin: 0 auto 20px;
  display: block;
}
@media only screen and (max-width: 500px) {
  .logpoup-box .logpoup-logo {
    max-width: 110px;
    margin: 0 auto 10px;
  }
}
.logpoup-box .logpoup-title {
  text-align: center;
  font-weight: 600;
  font-size: 25px;
  margin: 20px 0 25px;
}
@media only screen and (max-width: 500px) {
  .logpoup-box .logpoup-title {
    font-size: 20px;
    margin: 15px 0;
  }
}
.logpoup-box .logform-link {
  color: #ca0a73;
}
.logpoup-box .logform-link:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 500px) {
  .logpoup-box .logform-text, .logpoup-box .logform-link {
    font-size: 13px;
  }
}
.logpoup-box .logpoup-form {
  margin-top: 35px;
}
@media only screen and (max-width: 500px) {
  .logpoup-box .logpoup-form {
    margin-top: 25px;
  }
}
.logpoup-box .logpoup-form .logform-col {
  max-width: 275px;
  margin: 0 auto;
}
@media only screen and (max-width: 500px) {
  .logpoup-box .logpoup-form .logform-col {
    max-width: 230px;
  }
}
.logpoup-box .logpoup-form ::-webkit-input-placeholder {
  font-weight: 500;
  color: #112439;
  line-height: 1.3;
}
.logpoup-box .logpoup-form :-moz-placeholder {
  font-weight: 500;
  color: #112439;
  line-height: 1.3;
}
.logpoup-box .logpoup-form ::-moz-placeholder {
  font-weight: 500;
  color: #112439;
  line-height: 1.3;
}
.logpoup-box .logpoup-form :-ms-input-placeholder {
  font-weight: 500;
  color: #112439;
  line-height: 1.3;
}
.logpoup-box .logpoup-form ::-ms-input-placeholder {
  font-weight: 500;
  color: #112439;
  line-height: 1.3;
}
.logpoup-box .logpoup-form ::placeholder {
  font-weight: 500;
  color: #112439;
  line-height: 1.3;
}
.logpoup-box .logpoup-form ::-webkit-placeholder {
  font-weight: 500;
  color: #112439;
  line-height: 1.3;
}
.logpoup-box .logpoup-form :-moz-placeholder {
  font-weight: 500;
  color: #112439;
  line-height: 1.3;
}
.logpoup-box .logpoup-form ::-moz-placeholder {
  font-weight: 500;
  color: #112439;
  line-height: 1.3;
}
.logpoup-box .logpoup-form ::-ms-placeholder {
  font-weight: 500;
  color: #112439;
  line-height: 1.3;
}
.logpoup-box .logpoup-form :-ms-placeholder {
  font-weight: 500;
  color: #112439;
  line-height: 1.3;
}
.logpoup-box .logpoup-form .logform-text {
  margin: 20px 0 37px;
}
@media only screen and (max-width: 500px) {
  .logpoup-box .logpoup-form .logform-text {
    margin: 15px 0 25px;
  }
}
.logpoup-box .logpoup-form .logform-button {
  padding: 23px 30px;
  min-width: 220px;
}
@media only screen and (max-width: 500px) {
  .logpoup-box .logpoup-form .logform-button {
    padding: 16px 30px;
    min-width: 180px;
  }
}
.logpoup-box .logpoup-form .logform-input {
  border: 3px solid #cccccc;
  margin-bottom: 20px;
  padding: 10px 15px;
}
@media only screen and (max-width: 500px) {
  .logpoup-box .logpoup-form .logform-input {
    margin-bottom: 10px;
    border-width: 1.5px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  }
}
.logpoup-box .logpoup-form .logform-input:focus {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  border-color: #ca0a73;
}

/**********************************************************
////////////////////    footer       /////////////////////
**********************************************************/
.footer {
  padding: 22px 25px;
  background-color: #fafafa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 500px) {
  .footer {
    padding: 10px;
  }
}
.footer .footer-leftbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.footer .footer-logo {
  max-width: 111px;
  margin-right: 11px;
  display: block;
}
@media only screen and (max-width: 500px) {
  .footer .footer-logo {
    max-width: 65px;
    margin-right: 5px;
  }
}
.footer .footer-copytext {
  font-size: 14px;
  color: #555555;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 500px) {
  .footer .footer-copytext {
    font-size: 10px;
    text-transform: uppercase;
  }
}
.footer .footer-rightbox .footer-sociallist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.footer .footer-rightbox .socialitem {
  padding-right: 14px;
}
@media only screen and (max-width: 500px) {
  .footer .footer-rightbox .socialitem {
    padding-right: 7px;
  }
}
.footer .footer-rightbox .socialitem:last-child {
  padding-right: 0;
}
.footer .footer-rightbox .socialitem:nth-child(2n) .footer-solicon {
  color: #ca0a73;
}
.footer .footer-rightbox .socialitem:nth-child(2n) .footer-solicon:hover {
  color: #958c8a;
}
.footer .footer-rightbox .footer-solicon {
  font-size: 26px;
  line-height: 1;
  display: block;
  color: #112439;
}
@media only screen and (max-width: 500px) {
  .footer .footer-rightbox .footer-solicon {
    font-size: 17px;
  }
}
.footer .footer-rightbox .footer-solicon:hover {
  color: #958c8a;
}

/**********************************************************
//////////////////   sidebar       ////////////////////////
**********************************************************/
.mes-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  -webkit-box-shadow: 0 0 16.5px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0 16.5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 16.5px rgba(0, 0, 0, 0.15);
  width: 100%;
  left: 0;
  max-width: 257px;
  padding: 16px 0;
  z-index: 999;
  background-color: #ffffff;
  overflow-y: auto;
}
@media only screen and (max-width: 1366px) {
  .mes-sidebar {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .mes-sidebar {
    position: relative;
    max-width: 100%;
    overflow: initial;
    padding: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
}
.mes-sidebar .sidebar-logo {
  max-width: 178px;
  margin: 0 auto 15px;
  display: block;
}
@media only screen and (max-width: 1800px) {
  .mes-sidebar .sidebar-logo {
    max-width: 160px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 1366px) {
  .mes-sidebar .sidebar-logo {
    max-width: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .mes-sidebar .sidebar-logo {
    display: none;
  }
}
.mes-sidebar .user-profiletitle {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #232323;
  text-transform: uppercase;
  text-align: center;
  margin-top: 7px;
}
@media only screen and (max-width: 1366px) {
  .mes-sidebar .user-profiletitle {
    margin-top: 5px;
    font-size: 15px;
  }
}
.mes-sidebar .user-profiletext {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 1366px) {
  .mes-sidebar .user-profiletext {
    font-size: 9px;
  }
}
.mes-sidebar .sidebar-botbox {
  margin: 0 26px 20px;
  padding: 19px 20px;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  background-color: #e5e5e5;
}
@media only screen and (max-width: 1800px) {
  .mes-sidebar .sidebar-botbox {
    padding: 16px 20px;
  }
}
@media only screen and (max-width: 1366px) {
  .mes-sidebar .sidebar-botbox {
    padding: 14px 16px;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .mes-sidebar .sidebar-botbox {
    display: none;
  }
}
.mes-sidebar .sidebar-botbox .botbox-title {
  font-size: 13px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: #112439;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1366px) {
  .mes-sidebar .sidebar-botbox .botbox-title {
    margin-bottom: 7px;
  }
}
.mes-sidebar .sidebar-botbox .botbox-link {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #ca0a73;
  text-align: center;
  display: block;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 1366px) {
  .mes-sidebar .sidebar-botbox .botbox-link {
    font-size: 15px;
  }
}
.mes-sidebar .sidebar-botbox .botbox-btnbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  margin-top: 14px;
}
@media only screen and (max-width: 1366px) {
  .mes-sidebar .sidebar-botbox .botbox-btnbox {
    margin-top: 10px;
  }
}
.mes-sidebar .sidebar-botbox .botbox-btnbox .botbox-btn {
  font-size: 13px;
  color: #ca0a73;
  min-width: 72px;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  background-color: #ffffff;
  border: 2px solid #e5e5e5;
  margin-right: 9px;
  padding: 5px;
  margin-bottom: -35px;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1366px) {
  .mes-sidebar .sidebar-botbox .botbox-btnbox .botbox-btn {
    margin-bottom: -30px;
  }
}
.mes-sidebar .sidebar-botbox .botbox-btnbox .botbox-btn:last-child {
  margin-right: 0;
}
.mes-sidebar .sidebar-botbox .botbox-btnbox .botbox-btn:hover {
  background-color: #ab0861;
  color: #ffffff;
  border-color: #ca0a73;
}
.mes-sidebar .sidebar-botbox .botbox-btnbox .botbox-btn i {
  margin-right: 3px;
  font-size: 12px;
}
.mes-sidebar .sidebar-navlist {
  margin: 15px 0 33px;
}
@media only screen and (max-width: 1366px) {
  .mes-sidebar .sidebar-navlist {
    margin: 10px 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .mes-sidebar .sidebar-navlist {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
}
.mes-sidebar .sidebar-navlist .sidebar-navitem {
  padding: 17px 0;
  border-bottom: 1px solid #f6f6f6;
}
@media only screen and (max-width: 1800px) {
  .mes-sidebar .sidebar-navlist .sidebar-navitem {
    padding: 11px 0;
  }
}
@media only screen and (max-width: 1366px) {
  .mes-sidebar .sidebar-navlist .sidebar-navitem {
    padding: 8px 0;
  }
}
@media only screen and (max-width: 767px) {
  .mes-sidebar .sidebar-navlist .sidebar-navitem {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
            flex-grow: 1;
    border-bottom: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .mes-sidebar .sidebar-navlist .sidebar-navitem.hideon-mobile {
    display: none;
  }
}
.mes-sidebar .sidebar-navlist .sidebar-navlink {
  padding: 10px 10px 10px 37px;
  font-size: 16px;
  color: #232323;
  line-height: 1.2;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1800px) {
  .mes-sidebar .sidebar-navlist .sidebar-navlink {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1366px) {
  .mes-sidebar .sidebar-navlist .sidebar-navlink {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .mes-sidebar .sidebar-navlist .sidebar-navlink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    text-align: center;
    padding: 10px 6px 8px;
    font-size: 9px;
    text-transform: capitalize;
  }
}
.mes-sidebar .sidebar-navlist .sidebar-navlink:before {
  content: "";
  width: 5px;
  top: 0;
  bottom: 0;
  position: absolute;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  right: -5px;
  background-color: #ca0a73;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .mes-sidebar .sidebar-navlist .sidebar-navlink:before {
    height: 1.6px;
    width: 100%;
    bottom: -1.6px;
    right: 0;
    left: 0;
    top: inherit;
  }
}
.mes-sidebar .sidebar-navlist .sidebar-navlink:hover, .mes-sidebar .sidebar-navlist .sidebar-navlink.active {
  color: #ca0a73;
}
.mes-sidebar .sidebar-navlist .sidebar-navlink:hover:before, .mes-sidebar .sidebar-navlist .sidebar-navlink.active:before {
  right: 0;
}
@media only screen and (max-width: 767px) {
  .mes-sidebar .sidebar-navlist .sidebar-navlink:hover:before, .mes-sidebar .sidebar-navlist .sidebar-navlink.active:before {
    bottom: 0;
  }
}
.mes-sidebar .sidebar-navlist .sidebar-navlink:hover .sidebar-navicon, .mes-sidebar .sidebar-navlist .sidebar-navlink.active .sidebar-navicon {
  background-position-y: 18px;
}
.mes-sidebar .sidebar-navicon {
  width: 18px;
  height: 18px;
  margin-right: 13px;
  background-image: url(../images/sidebar-icons.png);
  display: block;
}
@media only screen and (max-width: 1366px) {
  .mes-sidebar .sidebar-navicon {
    margin-right: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .mes-sidebar .sidebar-navicon {
    margin-right: 0;
    margin-bottom: 8px;
    -webkit-transform: scale(1.3);
       -moz-transform: scale(1.3);
         -o-transform: scale(1.3);
            transform: scale(1.3);
    -webkit-image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
        image-rendering: -moz-crisp-edges;
        image-rendering: -o-pixelated;
        image-rendering: pixelated;
  }
}
.mes-sidebar .sidebar-navicon.mes-demandes {
  background-position: 0 0;
}
.mes-sidebar .sidebar-navicon.mes-factures {
  background-position: -20px 0;
}
.mes-sidebar .sidebar-navicon.mes-credits {
  background-position: -40px 0;
}
.mes-sidebar .sidebar-navicon.mes-compte {
  background-position: -60px 0;
}
.mes-sidebar .sidebar-navicon.mes-tarifs {
  background-position: -80px 0;
}
.mes-sidebar .user-profile {
  margin-top: 33px;
  padding: 0 15px;
}
@media only screen and (max-width: 1800px) {
  .mes-sidebar .user-profile {
    margin-top: 28px;
  }
}
@media only screen and (max-width: 1366px) {
  .mes-sidebar .user-profile {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .mes-sidebar .user-profile {
    display: none;
  }
}
.mes-sidebar .user-profile .user-profileimg {
  max-width: 90px;
  min-height: 90px;
  min-width: 90px;
  max-height: 90px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1366px) {
  .mes-sidebar .user-profile .user-profileimg {
    max-width: 80px;
    min-height: 80px;
    min-width: 80px;
    max-height: 80px;
  }
}
.mes-sidebar .user-profile .user-profileimg:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #e5e5e5;
  position: absolute;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  top: 0;
  left: 0;
}
.mes-sidebar .user-profile .user-profileimg img {
  max-width: 74px;
}
@media only screen and (max-width: 1366px) {
  .mes-sidebar .user-profile .user-profileimg img {
    max-width: 64px;
  }
}

.inner-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  padding: 24px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  background-color: #ffffff;
}
@media only screen and (max-width: 1366px) {
  .inner-footer {
    padding: 18px 0;
  }
}
@media only screen and (max-width: 435px) {
  .inner-footer {
    padding: 12px 0;
  }
}
.inner-footer .innfoot-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.inner-footer .innfoot-logo img {
  max-width: 111px;
}
@media only screen and (max-width: 435px) {
  .inner-footer .innfoot-logo img {
    max-width: 70px;
  }
}
.inner-footer .innfoot-logo .innfoot-text {
  color: #999999;
  font-size: 14px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  padding-left: 4px;
}
@media only screen and (max-width: 435px) {
  .inner-footer .innfoot-logo .innfoot-text {
    font-size: 10px;
  }
}
.inner-footer .innfoot-sociallist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 435px) {
  .inner-footer .innfoot-sociallist {
    width: initial;
  }
}
.inner-footer .innfoot-sociallist .innfoot-socialitem {
  padding: 0 7px;
  font-size: 23px;
  line-height: 1;
}
@media only screen and (max-width: 435px) {
  .inner-footer .innfoot-sociallist .innfoot-socialitem {
    padding: 0 5px;
  }
}
.inner-footer .innfoot-sociallist .innfoot-socialitem .innfoot-solicon {
  color: #c8ccd1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.inner-footer .innfoot-sociallist .innfoot-socialitem .innfoot-solicon:hover {
  color: #ca0a73;
}
.inner-footer .innfoot-sociallist .innfoot-socialitem .innfoot-solicon {
  display: block;
}
@media only screen and (max-width: 435px) {
  .inner-footer .innfoot-sociallist .innfoot-socialitem .innfoot-solicon {
    font-size: 17px;
  }
}

/**********************************************************
//////////////////   innner right       ///////////////////
**********************************************************/
.inner-rightbox {
  padding-top: 40px;
  max-width: -webkit-calc(100% - 290px);
  max-width: -moz-calc(100% - 290px);
  max-width: calc(100% - 290px);
  padding-right: 40px;
  margin-left: auto;
}
@media only screen and (max-width: 1366px) {
  .inner-rightbox {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .inner-rightbox {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-rightbox {
    max-width: 100%;
    padding: 0;
  }
}
.inner-rightbox .inner-faqtop {
  margin: 36px 0 26px;
}
@media only screen and (max-width: 1366px) {
  .inner-rightbox .inner-faqtop {
    margin: 20px 0 18px;
  }
}
@media only screen and (max-width: 991px) {
  .inner-rightbox .inner-faqtop {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .inner-rightbox .inner-faqtop {
    margin: 0;
    padding: 15px;
    background-color: #ffffff;
    border-bottom: 2px solid #e5e5e5;
  }
}
@media only screen and (max-width: 435px) {
  .inner-rightbox .inner-faqtop {
    padding: 10px 15px;
  }
}
.inner-rightbox .innerfaq-rpback {
  display: none;
}
@media only screen and (max-width: 767px) {
  .inner-rightbox .innerfaq-rpback {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 30px;
    height: 30px;
    font-size: 18px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    color: #374759;
  }
}
.inner-rightbox .inner-faqtitle {
  padding-left: 53px;
  font-size: 20px;
  color: #232323;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 1366px) {
  .inner-rightbox .inner-faqtitle {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .inner-rightbox .inner-faqtitle {
    padding-left: 30px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-rightbox .inner-faqtitle {
    padding: 0 30px 0 0;
    display: block;
    margin: 0 auto;
    font-size: 12px;
    color: #374759;
  }
}
.inner-rightbox .inner-faqbtn {
  font-size: 13px;
  min-width: 165px;
  padding: 15px;
  color: #112439;
  -webkit-filter: none;
          filter: none;
  -webkit-box-shadow: 0 0 23px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 0 23px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 23px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 767px) {
  .inner-rightbox .inner-faqbtn {
    display: none;
  }
}
.inner-rightbox .inner-faqbtn:hover {
  background-color: #ab0861;
  color: #ffffff;
}
.inner-rightbox .inner-faqbtn:hover i {
  color: #ffffff;
}
.inner-rightbox .inner-faqbtn i {
  padding-right: 6px;
  font-size: 12px;
  color: #ca0a73;
}
@media only screen and (max-width: 767px) {
  .inner-rightbox .innfaq-list {
    margin: 20px;
  }
}
@media only screen and (max-width: 435px) {
  .inner-rightbox .innfaq-list {
    margin: 15px 10px;
  }
}
.inner-rightbox .innfaq-list .innfaq-item {
  padding: 0 24px 0 49px;
  border-left: 3px solid #112439;
  background-color: #ffffff;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1366px) {
  .inner-rightbox .innfaq-list .innfaq-item {
    padding: 0 20px 0 39px;
  }
}
@media only screen and (max-width: 991px) {
  .inner-rightbox .innfaq-list .innfaq-item {
    padding: 0 14px 0 29px;
  }
}
@media only screen and (max-width: 435px) {
  .inner-rightbox .innfaq-list .innfaq-item {
    padding: 0 14px 0 14px;
  }
}
.inner-rightbox .innfaq-list .innfaq-item:hover {
  border-color: #ca0a73;
}
.inner-rightbox .innfaq-list .innfaq-item:hover .innfaq-title {
  color: #ca0a73;
}
.inner-rightbox .innfaq-list .innfaq-item.active {
  border-color: #ca0a73;
}
.inner-rightbox .innfaq-list .innfaq-item.active .innfaq-title {
  color: #ca0a73;
}
.inner-rightbox .innfaq-list .innfaq-item.active .innfaq-title:before {
  content: "";
  color: #ca0a73;
}
.inner-rightbox .innfaq-list .innfaq-item:first-child .innfaq-text {
  display: block;
}
.inner-rightbox .innfaq-list .innfaq-title {
  padding: 28px 10px 28px 0;
  font-size: 18px;
  color: #232323;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 1366px) {
  .inner-rightbox .innfaq-list .innfaq-title {
    padding: 23px 10px 23px 0;
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .inner-rightbox .innfaq-list .innfaq-title {
    padding: 15px 20px 15px 0;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 435px) {
  .inner-rightbox .innfaq-list .innfaq-title {
    font-size: 12px;
  }
}
.inner-rightbox .innfaq-list .innfaq-title:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  right: 0;
  font-size: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-rightbox .innfaq-list .innfaq-text {
  font-size: 15px;
  line-height: 1.7;
  color: #232323;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding-bottom: 36px;
  max-width: 95%;
  display: none;
}
@media only screen and (max-width: 1366px) {
  .inner-rightbox .innfaq-list .innfaq-text {
    font-size: 13px;
  }
}
@media only screen and (max-width: 991px) {
  .inner-rightbox .innfaq-list .innfaq-text {
    padding-bottom: 27px;
  }
}
@media only screen and (max-width: 435px) {
  .inner-rightbox .innfaq-list .innfaq-text {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-hide {
    display: none;
  }
}

/**********************************************************
//////////////////////   Credits       ////////////////////
**********************************************************/
.insub-rightcov {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 11.5px rgba(0, 0, 0, 0.06);
     -moz-box-shadow: 0 0 11.5px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 11.5px rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 767px) {
  .insub-rightcov {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
  }
}

.insub-credit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.insub-credit .insub-creditcol1 {
  max-width: 70%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70%;
     -moz-box-flex: 0;
          flex: 0 0 70%;
  padding: 40px 0 30px 50px;
}
@media only screen and (max-width: 1199px) {
  .insub-credit .insub-creditcol1 {
    padding: 30px 0 20px 40px;
  }
}
@media only screen and (max-width: 991px) {
  .insub-credit .insub-creditcol1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
            order: 3;
  }
}
@media only screen and (max-width: 767px) {
  .insub-credit .insub-creditcol1 {
    padding: 25px 28px 20px;
  }
}
.insub-credit .insub-creditcol2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
     -moz-box-flex: 0;
          flex: 0 0 30%;
  max-width: 30%;
  padding: 35px 35px 0 20px;
}
@media only screen and (max-width: 1199px) {
  .insub-credit .insub-creditcol2 {
    padding: 25px 25px 0 15px;
  }
}
@media only screen and (max-width: 991px) {
  .insub-credit .insub-creditcol2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .insub-credit .insub-creditcol2 {
    background-color: #f6f6f6;
    padding: 22px 28px 15px;
  }
}
.insub-credit .insub-creditcol3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 37px 35px 45px 20px;
  border-top: 1px solid #eeeeee;
}
@media only screen and (max-width: 1199px) {
  .insub-credit .insub-creditcol3 {
    padding: 27px 25px 35px 15px;
  }
}
@media only screen and (max-width: 991px) {
  .insub-credit .insub-creditcol3 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
            order: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    border-top: 0;
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .insub-credit .insub-creditcol3 {
    padding: 0 27px 18px;
    background-color: #f6f6f6;
  }
}
.insub-credit .insub-credittitle {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #232323;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .insub-credit .insub-credittitle {
    margin-bottom: 12px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .insub-credit .insub-credittitle {
    display: none;
  }
}
.insub-credit .inpro-credittext {
  text-align: right;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #232323;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .insub-credit .inpro-credittext {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .insub-credit .inpro-credittext {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .insub-credit .inpro-credittext {
    font-size: 11px;
  }
}
.insub-credit .inpro-credittitle {
  text-align: right;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #ca0a73;
  font-size: 46px;
  line-height: 1;
}
@media only screen and (max-width: 1199px) {
  .insub-credit .inpro-credittitle {
    font-size: 37px;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 991px) {
  .insub-credit .inpro-credittitle {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .insub-credit .inpro-credittitle {
    font-size: 41px;
    margin-top: 6px;
  }
}
.insub-credit .insub-creditform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  .insub-credit .insub-creditform {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.insub-credit .insub-creditform .incredit-inputcover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  padding: 12px 48px 12px 19px;
  min-width: 360px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-border-bottom-left-radius: 30px;
     -moz-border-radius-bottomleft: 30px;
          border-bottom-left-radius: 30px;
  -webkit-border-top-left-radius: 30px;
     -moz-border-radius-topleft: 30px;
          border-top-left-radius: 30px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .insub-credit .insub-creditform .incredit-inputcover {
    padding: 12px 40px 12px 19px;
    min-width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .insub-credit .insub-creditform .incredit-inputcover {
    width: 100%;
    max-width: 100%;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    -webkit-border-radius: 7px;
       -moz-border-radius: 7px;
            border-radius: 7px;
    padding: 13px 27px 14px 13px;
  }
}
.insub-credit .insub-creditform .incredit-inputcover:before {
  content: "€";
  color: #ca0a73;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 22px;
  position: absolute;
  right: 25px;
  top: 12px;
}
@media only screen and (max-width: 1199px) {
  .insub-credit .insub-creditform .incredit-inputcover:before {
    font-size: 20px;
    right: 20px;
    top: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .insub-credit .insub-creditform .incredit-inputcover:before {
    font-size: 14px;
    right: 14px;
    top: 13px;
  }
}
.insub-credit .insub-creditform .incredit-forminput {
  margin-bottom: 0;
  max-height: initial;
  font-size: 21px;
  color: #555555;
  line-height: 1;
  border: 0;
  background-color: #f5f5f5;
  padding: 0;
  max-width: 100px;
  margin-left: auto;
  display: block;
  text-indent: 40px;
}
.insub-credit .insub-creditform .incredit-forminput:focus {
  border-color: #ca0a73;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
@media only screen and (max-width: 991px) {
  .insub-credit .insub-creditform .incredit-forminput {
    min-width: initial;
  }
}
@media only screen and (max-width: 1199px) {
  .insub-credit .insub-creditform .incredit-forminput {
    max-width: 80px;
    text-indent: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .insub-credit .insub-creditform .incredit-forminput {
    font-size: 14px;
    background-color: transparent;
    text-indent: 48px;
    line-height: 1;
  }
}
.insub-credit .insub-creditform ::-webkit-input-placeholder {
  font-size: 21px;
  color: #555555;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1;
}
.insub-credit .insub-creditform :-moz-placeholder {
  font-size: 21px;
  color: #555555;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1;
}
.insub-credit .insub-creditform ::-moz-placeholder {
  font-size: 21px;
  color: #555555;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1;
}
.insub-credit .insub-creditform :-ms-input-placeholder {
  font-size: 21px;
  color: #555555;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1;
}
.insub-credit .insub-creditform ::-ms-input-placeholder {
  font-size: 21px;
  color: #555555;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1;
}
.insub-credit .insub-creditform ::placeholder {
  font-size: 21px;
  color: #555555;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .insub-credit .insub-creditform ::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 1.3;
  }
  .insub-credit .insub-creditform :-moz-placeholder {
    font-size: 14px;
    line-height: 1.3;
  }
  .insub-credit .insub-creditform ::-moz-placeholder {
    font-size: 14px;
    line-height: 1.3;
  }
  .insub-credit .insub-creditform :-ms-input-placeholder {
    font-size: 14px;
    line-height: 1.3;
  }
  .insub-credit .insub-creditform ::-ms-input-placeholder {
    font-size: 14px;
    line-height: 1.3;
  }
  .insub-credit .insub-creditform ::placeholder {
    font-size: 14px;
    line-height: 1.3;
  }
}
.insub-credit .insub-creditform ::-webkit-placeholder {
  font-size: 21px;
  color: #555555;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .insub-credit .insub-creditform ::-webkit-placeholder {
    font-size: 14px;
    line-height: 1.3;
  }
}
.insub-credit .insub-creditform :-moz-placeholder {
  font-size: 21px;
  color: #555555;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .insub-credit .insub-creditform :-moz-placeholder {
    font-size: 14px;
    line-height: 1.3;
  }
}
.insub-credit .insub-creditform ::-moz-placeholder {
  font-size: 21px;
  color: #555555;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .insub-credit .insub-creditform ::-moz-placeholder {
    font-size: 14px;
    line-height: 1.3;
  }
}
.insub-credit .insub-creditform ::-ms-placeholder {
  font-size: 21px;
  color: #555555;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .insub-credit .insub-creditform ::-ms-placeholder {
    font-size: 14px;
    line-height: 1.3;
  }
}
.insub-credit .insub-creditform :-ms-placeholder {
  font-size: 21px;
  color: #555555;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .insub-credit .insub-creditform :-ms-placeholder {
    font-size: 14px;
    line-height: 1.3;
  }
}
.insub-credit .insub-creditform .incredit-formcol2 {
  position: relative;
}
.insub-credit .insub-creditform .incredit-formcol2 .credit-label {
  position: absolute;
  left: 23px;
  top: 18px;
  color: #ca0a73;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  padding-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .insub-credit .insub-creditform .incredit-formcol2 .credit-label {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .insub-credit .insub-creditform .incredit-formcol2 .credit-label {
    font-size: 12px;
    color: #555555;
    line-height: 1;
    top: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .insub-credit .insub-creditform .incredit-formcol2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
       -moz-box-flex: 0;
            flex: 0 0 70%;
    max-width: 70%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .insub-credit .insub-creditform .incredit-formcol2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .insub-credit .insub-creditform .incredit-formcol3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
       -moz-box-flex: 0;
            flex: 0 0 30%;
    max-width: 30%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
            order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .insub-credit .insub-creditform .incredit-formcol3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 90px;
       -moz-box-flex: 0;
            flex: 0 0 90px;
    max-width: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .insub-credit .insub-creditform .incredit-formcol1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
            order: 3;
  }
}
@media only screen and (max-width: 767px) {
  .insub-credit .insub-creditform .incredit-formcol1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 126px;
       -moz-box-flex: 0;
            flex: 0 0 126px;
    max-width: 126px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
            order: 2;
  }
}
.insub-credit .insub-creditform .incredit-btn {
  text-transform: uppercase;
  color: #ffffff;
  min-width: 155px;
  -webkit-border-bottom-right-radius: 30px;
     -moz-border-radius-bottomright: 30px;
          border-bottom-right-radius: 30px;
  -webkit-border-top-right-radius: 30px;
     -moz-border-radius-topright: 30px;
          border-top-right-radius: 30px;
  background-color: #ca0a73;
  padding: 14.5px 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.insub-credit .insub-creditform .incredit-btn:hover {
  background-color: #ab0861;
}
@media only screen and (max-width: 1199px) {
  .insub-credit .insub-creditform .incredit-btn {
    font-size: 14px;
    min-width: 125px;
  }
}
@media only screen and (max-width: 767px) {
  .insub-credit .insub-creditform .incredit-btn {
    font-size: 11px;
    min-width: 90px;
    padding: 8px;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    margin-top: 11px;
  }
}
.insub-credit .incredit-formpay {
  padding-right: 32px;
  display: block;
}
@media only screen and (max-width: 991px) {
  .insub-credit .incredit-formpay {
    padding: 30px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .insub-credit .incredit-formpay {
    padding: 10px 16px 0 0;
  }
}
.insub-credit .insub-credittext {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #232323;
  line-height: 1.7;
  font-weight: 500;
}
@media only screen and (max-width: 1199px) {
  .insub-credit .insub-credittext {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .insub-credit .insub-credittext {
    font-size: 11px;
  }
}
.insub-credit .insub-credittext .insub-creditlink {
  color: #ca0a73;
  font-weight: 600;
  -webkit-image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -moz-crisp-edges;
      image-rendering: -o-pixelated;
      image-rendering: pixelated;
}
.insub-credit .insub-credittext .insub-creditlink:after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../images/info-icon.png);
  display: inline-block;
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
  margin-left: 6px;
  margin-bottom: -4px;
}
@media only screen and (max-width: 767px) {
  .insub-credit .insub-credittext .insub-creditlink:after {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
         -o-transform: scale(0.8);
            transform: scale(0.8);
    margin-left: 3px;
    margin-bottom: -5px;
  }
}
.insub-credit .insub-credittext .insub-creditlink:hover {
  text-decoration: underline;
}

.insub-alert {
  margin-top: 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  background-color: #0ebfd6;
  padding: 7px;
}
@media only screen and (max-width: 1199px) {
  .insub-alert {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .insub-alert {
    padding: 13px;
    margin: 0 10px;
  }
}
.insub-alert .insub-alerttext {
  text-align: center;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #ffffff;
  position: relative;
  padding-left: 30px;
}
@media only screen and (max-width: 1199px) {
  .insub-alert .insub-alerttext {
    font-size: 14px;
    padding-left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .insub-alert .insub-alerttext {
    font-size: 10px;
    line-height: 1.6;
    padding: 0;
  }
}
.insub-alert .insub-alerttext strong {
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .insub-alert .insub-alerttext strong {
    font-weight: 600;
    display: block;
  }
}
.insub-alert .insub-alerttext br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .insub-alert .insub-alerttext br {
    display: block;
  }
}
.insub-alert .insub-alerttext:before {
  content: "";
  position: absolute;
  left: 4px;
  border-width: 1.5px 0 0 1.5px;
  border-style: solid;
  -webkit-transform: rotate(-135deg);
     -moz-transform: rotate(-135deg);
       -o-transform: rotate(-135deg);
          transform: rotate(-135deg);
  border-color: #ffffff;
  width: 10px;
  height: 17px;
  top: 0;
}
@media only screen and (max-width: 1199px) {
  .insub-alert .insub-alerttext:before {
    width: 7px;
    height: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .insub-alert .insub-alerttext:before {
    display: none;
  }
}
.insub-alert .insub-alerttext:after {
  content: "";
  position: absolute;
  left: 9px;
  border-width: 1.5px 0 0 1.5px;
  border-style: solid;
  -webkit-transform: rotate(-135deg);
     -moz-transform: rotate(-135deg);
       -o-transform: rotate(-135deg);
          transform: rotate(-135deg);
  border-color: #ffffff;
  width: 10px;
  height: 17px;
  top: 0;
}
@media only screen and (max-width: 1199px) {
  .insub-alert .insub-alerttext:after {
    width: 7px;
    height: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .insub-alert .insub-alerttext:after {
    display: none;
  }
}

/**********************************************************
//////////////////////   tarifs       /////////////////////
**********************************************************/
.insub-tarifstitle {
  padding: 46px 51px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #232323;
  line-height: 1;
  font-size: 20px;
}
@media only screen and (max-width: 1325px) {
  .insub-tarifstitle {
    padding: 35px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .insub-tarifstitle {
    display: none;
  }
}

.intarifs-mobbox {
  text-align: center;
  padding: 5px 40px 30px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .intarifs-mobbox {
    display: block;
  }
}
.intarifs-mobbox .intarifs-mobtitle {
  font-size: 13px;
  color: #374759;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin: 25px 0 20px;
}
.intarifs-mobbox .intarifs-mobtext {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 2;
  color: #2a2a2a;
}

.insub-tarifscov .inpro-tariftitle {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  padding: 32px 15px 45px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  color: #232323;
  font-weight: 500;
  line-height: 25px;
}
@media only screen and (max-width: 1024px) {
  .insub-tarifscov .inpro-tariftitle {
    font-size: 13px;
    line-height: 1.5;
    padding: 25px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .insub-tarifscov .inpro-tariftitle {
    display: none;
  }
}
.insub-tarifscov .inpro-tariftitle a {
  font-weight: 600;
  color: #ca0a73;
}
.insub-tarifscov .inpro-tariftitle a:hover {
  text-decoration: underline;
}
.insub-tarifscov .insub-tarifrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 0 30px;
  border-bottom: 1px solid #eeeeee;
}
@media only screen and (max-width: 767px) {
  .insub-tarifscov .insub-tarifrow {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 40px;
  }
}
.insub-tarifscov .insub-tarifrow .insub-tarifcol {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
          flex: 0 0 100%;
  max-width: 285px;
  padding: 0 15px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .insub-tarifscov .insub-tarifrow .insub-tarifcol {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .insub-tarifscov .insub-tarifrow .insub-tarifcol {
    margin-bottom: 10px;
  }
}
.insub-tarifscov .insub-tarifrow .insub-tarifcard {
  -webkit-box-shadow: 0 0 23px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 0 23px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 23px rgba(0, 0, 0, 0.05);
  padding: 35px 30px;
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .insub-tarifscov .insub-tarifrow .insub-tarifcard {
    padding: 12px 12px 12px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }
}
.insub-tarifscov .insub-tarifrow .insub-subtarprix {
  max-width: 146px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  background-color: #f6f6f6;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  color: #232323;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding: 10px;
  margin-bottom: -56px;
}
@media only screen and (max-width: 767px) {
  .insub-tarifscov .insub-tarifrow .insub-subtarprix {
    display: none;
  }
}
.insub-tarifscov .insub-tarifrow .insub-subtarprix span {
  display: block;
  color: #ca0a73;
  font-weight: 600;
  font-size: 20px;
}
.insub-tarifscov .insub-tarifrow .insub-tartitle {
  font-size: 65px;
  font-family: "Poppins", sans-serif;
  color: #ca0a73;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .insub-tarifscov .insub-tarifrow .insub-tartitle {
    margin: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 120px;
       -moz-box-flex: 0;
            flex: 0 0 120px;
    padding: 0 0 0 10px;
    font-size: 50px;
  }
}
.insub-tarifscov .insub-tarifrow .insub-tartitle sup {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .insub-tarifscov .insub-tarifrow .insub-tartitle sup {
    font-size: 30px;
  }
}
.insub-tarifscov .insub-tarifrow .insub-tarifbox {
  text-align: center;
  margin-bottom: 34px;
}
@media only screen and (max-width: 1024px) {
  .insub-tarifscov .insub-tarifrow .insub-tarifbox {
    margin: 0 auto 30px;
    max-width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .insub-tarifscov .insub-tarifrow .insub-tarifbox {
    padding: 10px 0 10px 17px;
    margin-left: 0;
    border-left: 1px solid #e5e5e5;
    max-width: inherit;
    text-align: left;
    margin-bottom: 0;
  }
}
.insub-tarifscov .insub-tarifrow .insub-tarifbox .insub-subtartitle {
  color: #232323;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
}
.insub-tarifscov .insub-tarifrow .insub-tarifbox .insub-subtartitle strong {
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .insub-tarifscov .insub-tarifrow .insub-tarifbox .insub-subtartitle strong {
    font-weight: 700;
    font-size: 16px;
    color: #ca0a73;
  }
}
@media only screen and (max-width: 767px) {
  .insub-tarifscov .insub-tarifrow .insub-tarifbox .insub-subtartitle {
    font-size: 16px;
    color: #374759;
    margin-bottom: 8px;
  }
}
.insub-tarifscov .insub-tarifrow .insub-tarifbox .insub-tartext {
  margin-bottom: 16px;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #232323;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .insub-tarifscov .insub-tarifrow .insub-tarifbox .insub-tartext {
    display: none;
  }
}
.insub-tarifscov .insub-tarifrow .insub-tarifbox .insub-subtartext {
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #232323;
  font-style: italic;
}
@media only screen and (max-width: 767px) {
  .insub-tarifscov .insub-tarifrow .insub-tarifbox .insub-subtartext {
    font-size: 12px;
    line-height: 1.6;
    color: #374759;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
  }
}
.insub-tarifscov .insub-tarifrow .insub-tarifbox .insub-subtartext span {
  display: none;
}
@media only screen and (max-width: 767px) {
  .insub-tarifscov .insub-tarifrow .insub-tarifbox .insub-subtartext span {
    display: block;
  }
}

/**********************************************************
//////////////////////   demandes       ///////////////////
**********************************************************/
@media only screen and (max-width: 991px) {
  .insub-demanbg {
    background: transparent;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
}

.insub-demancov {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .insub-demancov {
    margin: 20px 10px;
  }
}
@media only screen and (max-width: 991px) {
  .insub-demancov .insub-tarifstitle {
    display: none;
  }
}
.insub-demancov .table-tribut {
  display: none;
}
@media only screen and (max-width: 991px) {
  .insub-demancov .table-tribut {
    display: block;
    border: 1px solid #c5c5c5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    padding: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .insub-demancov .table-tribut {
    padding: 6px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
  }
  .insub-demancov .table-tribut svg {
    width: 18px;
    height: 18px;
  }
}
.insub-demancov .inpro-demanright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  padding-right: 37px;
}
.insub-demancov .inpro-demanright .ado-btn {
  background-color: #02723b;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 22px;
  min-width: initial;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-left: 18px;
}
@media only screen and (max-width: 1280px) {
  .insub-demancov .inpro-demanright .ado-btn {
    font-size: 13px;
    padding: 9px 22px;
  }
}
@media only screen and (max-width: 991px) {
  .insub-demancov .inpro-demanright .ado-btn {
    display: none;
  }
}
.insub-demancov .inpro-demanright .ado-btn:hover {
  background-color: #ab0861;
}
@media only screen and (max-width: 1199px) {
  .insub-demancov .inpro-demanright .ado-btn {
    font-size: 11px;
    padding: 9px 15px;
  }
}
.insub-demancov .inpro-demanright .ado-btn img {
  margin-right: 10px;
  max-width: 17px;
}
@media only screen and (max-width: 1199px) {
  .insub-demancov .inpro-demanright .ado-btn img {
    max-width: 13px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .insub-demancov .indeman-form {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .insub-demancov .indeman-form {
    margin-left: 12px;
  }
}
.insub-demancov .indeman-form .indeman-formcol {
  position: relative;
}
.insub-demancov .indeman-form .indeman-forminput {
  margin-bottom: 0;
  font-size: 12px;
  color: #999999;
  padding: 11px 30px 11px 19px;
  -webkit-border-radius: 17px;
     -moz-border-radius: 17px;
          border-radius: 17px;
}
@media only screen and (max-width: 1280px) {
  .insub-demancov .indeman-form .indeman-forminput {
    padding: 9px 30px 9px 19px;
  }
}
@media only screen and (max-width: 1199px) {
  .insub-demancov .indeman-form .indeman-forminput {
    max-width: 180px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .insub-demancov .indeman-form .indeman-forminput {
    font-size: 14px;
    max-width: 100%;
    min-width: 230px;
    padding: 10px 30px 10px 10px;
    background-color: transparent;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    border: 0;
    border-bottom: 1px solid #d5d5d5;
  }
  .insub-demancov .indeman-form .indeman-forminput:focus {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    border-bottom-color: #ca0a73;
  }
}
@media only screen and (max-width: 767px) {
  .insub-demancov .indeman-form .indeman-forminput {
    font-size: 11px;
    padding: 9px 30px 9px 7px;
  }
}
.insub-demancov .indeman-form ::-webkit-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #999999;
}
.insub-demancov .indeman-form :-moz-placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #999999;
}
.insub-demancov .indeman-form ::-moz-placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #999999;
}
.insub-demancov .indeman-form :-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #999999;
}
.insub-demancov .indeman-form ::-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #999999;
}
.insub-demancov .indeman-form ::placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #999999;
}
@media only screen and (max-width: 1199px) {
  .insub-demancov .indeman-form ::-webkit-input-placeholder {
    font-size: 10px;
  }
  .insub-demancov .indeman-form :-moz-placeholder {
    font-size: 10px;
  }
  .insub-demancov .indeman-form ::-moz-placeholder {
    font-size: 10px;
  }
  .insub-demancov .indeman-form :-ms-input-placeholder {
    font-size: 10px;
  }
  .insub-demancov .indeman-form ::-ms-input-placeholder {
    font-size: 10px;
  }
  .insub-demancov .indeman-form ::placeholder {
    font-size: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .insub-demancov .indeman-form ::-webkit-input-placeholder {
    font-size: 14px;
  }
  .insub-demancov .indeman-form :-moz-placeholder {
    font-size: 14px;
  }
  .insub-demancov .indeman-form ::-moz-placeholder {
    font-size: 14px;
  }
  .insub-demancov .indeman-form :-ms-input-placeholder {
    font-size: 14px;
  }
  .insub-demancov .indeman-form ::-ms-input-placeholder {
    font-size: 14px;
  }
  .insub-demancov .indeman-form ::placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .insub-demancov .indeman-form ::-webkit-input-placeholder {
    font-size: 11px;
  }
  .insub-demancov .indeman-form :-moz-placeholder {
    font-size: 11px;
  }
  .insub-demancov .indeman-form ::-moz-placeholder {
    font-size: 11px;
  }
  .insub-demancov .indeman-form :-ms-input-placeholder {
    font-size: 11px;
  }
  .insub-demancov .indeman-form ::-ms-input-placeholder {
    font-size: 11px;
  }
  .insub-demancov .indeman-form ::placeholder {
    font-size: 11px;
  }
}
.insub-demancov .indeman-form ::-webkit-placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #999999;
}
@media only screen and (max-width: 1199px) {
  .insub-demancov .indeman-form ::-webkit-placeholder {
    font-size: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .insub-demancov .indeman-form ::-webkit-placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .insub-demancov .indeman-form ::-webkit-placeholder {
    font-size: 11px;
  }
}
.insub-demancov .indeman-form :-moz-placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #999999;
}
@media only screen and (max-width: 1199px) {
  .insub-demancov .indeman-form :-moz-placeholder {
    font-size: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .insub-demancov .indeman-form :-moz-placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .insub-demancov .indeman-form :-moz-placeholder {
    font-size: 11px;
  }
}
.insub-demancov .indeman-form ::-moz-placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #999999;
}
@media only screen and (max-width: 1199px) {
  .insub-demancov .indeman-form ::-moz-placeholder {
    font-size: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .insub-demancov .indeman-form ::-moz-placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .insub-demancov .indeman-form ::-moz-placeholder {
    font-size: 11px;
  }
}
.insub-demancov .indeman-form ::-ms-placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #999999;
}
@media only screen and (max-width: 1199px) {
  .insub-demancov .indeman-form ::-ms-placeholder {
    font-size: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .insub-demancov .indeman-form ::-ms-placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .insub-demancov .indeman-form ::-ms-placeholder {
    font-size: 11px;
  }
}
.insub-demancov .indeman-form :-ms-placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #999999;
}
@media only screen and (max-width: 1199px) {
  .insub-demancov .indeman-form :-ms-placeholder {
    font-size: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .insub-demancov .indeman-form :-ms-placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .insub-demancov .indeman-form :-ms-placeholder {
    font-size: 11px;
  }
}
.insub-demancov .indeman-form .indeman-forminbtn {
  position: absolute;
  right: 7px;
  top: 5px;
  padding: 5px;
}
@media only screen and (max-width: 1199px) {
  .insub-demancov .indeman-form .indeman-forminbtn {
    top: 4px;
  }
}
@media only screen and (max-width: 1199px) {
  .insub-demancov .indeman-form .indeman-forminbtn img {
    max-width: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .insub-demancov .indeman-form .indeman-forminbtn img {
    max-width: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .insub-demancov .indeman-form .indeman-forminbtn img {
    max-width: 13px;
    right: 6px;
  }
}

.indeman-rpcovbtn {
  display: none;
}
@media only screen and (max-width: 991px) {
  .indeman-rpcovbtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    font-size: 8px;
    color: #02723b;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding: 8px 11px;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    border: 1px solid #02723b;
    margin-top: 4px;
  }
  .indeman-rpcovbtn img {
    max-width: 10px;
    margin-right: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .indeman-rpcovbtn {
    margin-right: 10px;
  }
}

.checkbox-cover {
  position: relative;
  max-width: 17px;
}
.checkbox-cover input {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.checkbox-cover input:checked ~ .checkbox-icon {
  background-color: #ca0a73;
  border-color: #ca0a73;
}
.checkbox-cover input:checked ~ .checkbox-icon:before {
  -webkit-transform: rotate(-50deg) scale(1);
     -moz-transform: rotate(-50deg) scale(1);
       -o-transform: rotate(-50deg) scale(1);
          transform: rotate(-50deg) scale(1);
}
.checkbox-cover .checkbox-icon {
  width: 17px;
  height: 17px;
  border: 2px solid #cccccc;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  display: block;
  cursor: pointer;
  background-color: #ffffff;
}
.checkbox-cover .checkbox-icon:before {
  content: "";
  height: 7px;
  width: 13px;
  border-width: 0 0 1.5px 1.5px;
  border-style: solid;
  position: absolute;
  border-color: #ffffff;
  -webkit-transform: rotate(-50deg) scale(0);
     -moz-transform: rotate(-50deg) scale(0);
       -o-transform: rotate(-50deg) scale(0);
          transform: rotate(-50deg) scale(0);
  left: 2px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  top: 3px;
}
@media only screen and (max-width: 767px) {
  .checkbox-cover .checkbox-icon:before {
    height: 6px;
    width: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .checkbox-cover .checkbox-icon {
    width: 15px;
    height: 15px;
  }
}

.insub-demanbox {
  padding: 0 53px 61px 74px;
}
@media only screen and (max-width: 1325px) {
  .insub-demanbox {
    padding: 0 38px 51px 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .insub-demanbox {
    padding: 0 30px 38px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .insub-demanbox {
    padding: 24px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .insub-demanbox {
    padding: 0 10px;
  }
}
.insub-demanbox table {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .insub-demanbox thead {
    display: none;
  }
}
.insub-demanbox thead th, .insub-demanbox thead .indeman-tabletitle {
  border-bottom: 1px solid #e5e5e5;
  color: #112439;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
  padding: 19px 50px 19px 0;
}
@media only screen and (max-width: 1280px) {
  .insub-demanbox thead th, .insub-demanbox thead .indeman-tabletitle {
    padding: 16px 40px 16px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .insub-demanbox thead th, .insub-demanbox thead .indeman-tabletitle {
    padding: 15px 20px 15px 0;
    font-size: 12px;
  }
}
.insub-demanbox thead th.indeman-subtitle1, .insub-demanbox thead .indeman-tabletitle.indeman-subtitle1 {
  width: 3vw;
}
.insub-demanbox thead th.indeman-subtitle3, .insub-demanbox thead .indeman-tabletitle.indeman-subtitle3 {
  width: 30vw;
}
.insub-demanbox .indeman-chform {
  padding-left: 7px;
}
@media only screen and (max-width: 1199px) {
  .insub-demanbox .indeman-chform {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .insub-demanbox .indeman-chform {
    padding-right: 0;
  }
}
.insub-demanbox tbody tr:nth-child(2n), .insub-demanbox tbody .indeman-tabletr:nth-child(2n) {
  background-color: #f6f6f6;
}
@media only screen and (max-width: 991px) {
  .insub-demanbox tbody tr, .insub-demanbox tbody .indeman-tabletr {
    background-color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 13px 0 13px 13px;
    margin-bottom: 9px;
    border: 1px solid #e5e5e5;
    max-height: 69px;
    overflow: hidden;
  }
  .insub-demanbox tbody tr:nth-child(2n), .insub-demanbox tbody .indeman-tabletr:nth-child(2n) {
    background-color: #ffffff;
  }
  .insub-demanbox tbody tr.active, .insub-demanbox tbody .indeman-tabletr.active {
    max-height: 999999px;
    background-color: #ca0a73;
  }
  .insub-demanbox tbody tr.active .indeman-tabletext, .insub-demanbox tbody .indeman-tabletr.active .indeman-tabletext {
    color: #ffffff;
  }
  .insub-demanbox tbody tr.active .indeman-tabletext .indtable-subtext, .insub-demanbox tbody .indeman-tabletr.active .indeman-tabletext .indtable-subtext {
    color: #232323;
    background-color: #ffffff;
  }
  .insub-demanbox tbody tr.active .indeman-mobopen, .insub-demanbox tbody .indeman-tabletr.active .indeman-mobopen {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .insub-demanbox tbody tr.active .indeman-mobopen i, .insub-demanbox tbody .indeman-tabletr.active .indeman-mobopen i {
    color: #ffffff;
    font-size: 13px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
  .insub-demanbox tbody tr.active .indeman-mobopen i, .insub-demanbox tbody .indeman-tabletr.active .indeman-mobopen i {
    font-size: 11px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
  .insub-demanbox tbody tr, .insub-demanbox tbody .indeman-tabletr {
    margin-bottom: 6px;
    max-height: 50px;
    padding: 10px 0 10px 13px;
  }
}
.insub-demanbox tbody .innertoggle-rpbtn {
  display: none;
}
@media only screen and (max-width: 991px) {
  .insub-demanbox tbody .innertoggle-rpbtn {
    display: block;
  }
}
.insub-demanbox tbody td, .insub-demanbox tbody .indeman-tabletext {
  padding: 22px 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  color: #232323;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
}
@media only screen and (max-width: 1280px) {
  .insub-demanbox tbody td, .insub-demanbox tbody .indeman-tabletext {
    font-size: 13px;
    padding: 18px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .insub-demanbox tbody td, .insub-demanbox tbody .indeman-tabletext {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .insub-demanbox tbody td, .insub-demanbox tbody .indeman-tabletext {
    border-bottom: 0;
    font-size: 15px;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .insub-demanbox tbody td, .insub-demanbox tbody .indeman-tabletext {
    font-size: 11.5px;
  }
}
.insub-demanbox tbody td i, .insub-demanbox tbody .indeman-tabletext i {
  margin-right: 8px;
  padding: 4px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .insub-demanbox tbody td i, .insub-demanbox tbody .indeman-tabletext i {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .insub-demanbox tbody td.order-2, .insub-demanbox tbody .indeman-tabletext.order-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
       -moz-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .insub-demanbox tbody td.order-2, .insub-demanbox tbody .indeman-tabletext.order-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 18%;
       -moz-box-flex: 0;
            flex: 0 0 18%;
    max-width: 18%;
  }
}
.insub-demanbox tbody td.facture-sublink, .insub-demanbox tbody .indeman-tabletext.facture-sublink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  padding-right: 11px;
}
.insub-demanbox tbody td.facture-sublink .view-factures, .insub-demanbox tbody .indeman-tabletext.facture-sublink .view-factures {
  max-width: 20px;
  display: block;
  margin-right: 18px;
}
@media only screen and (max-width: 767px) {
  .insub-demanbox tbody td.facture-sublink .view-factures, .insub-demanbox tbody .indeman-tabletext.facture-sublink .view-factures {
    max-width: 15px;
    margin-right: 10px;
  }
}
.insub-demanbox tbody td.facture-sublink .dropdown-factures, .insub-demanbox tbody .indeman-tabletext.facture-sublink .dropdown-factures {
  max-width: 17px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .insub-demanbox tbody td.facture-sublink .dropdown-factures, .insub-demanbox tbody .indeman-tabletext.facture-sublink .dropdown-factures {
    max-width: 13px;
  }
}
@media only screen and (max-width: 991px) {
  .insub-demanbox tbody td .indtable-subtext, .insub-demanbox tbody .indeman-tabletext .indtable-subtext {
    font-size: 13px;
    padding: 9px 14px;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    text-align: center;
    background-color: #c8c8c8;
  }
  .insub-demanbox tbody td .indtable-subtext .indeman-tabicon, .insub-demanbox tbody .indeman-tabletext .indtable-subtext .indeman-tabicon {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .insub-demanbox tbody td .indtable-subtext, .insub-demanbox tbody .indeman-tabletext .indtable-subtext {
    font-size: 10px;
    padding: 5px 7px;
  }
}
@media only screen and (max-width: 991px) {
  .insub-demanbox tbody td.indtab-order1, .insub-demanbox tbody .indeman-tabletext.indtab-order1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 19%;
       -moz-box-flex: 0;
            flex: 0 0 19%;
    max-width: 19%;
  }
}
@media only screen and (max-width: 767px) {
  .insub-demanbox tbody td.indtab-order1, .insub-demanbox tbody .indeman-tabletext.indtab-order1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 18%;
       -moz-box-flex: 0;
            flex: 0 0 18%;
    max-width: 18%;
  }
}
@media only screen and (max-width: 991px) {
  .insub-demanbox tbody td.indtab-order2, .insub-demanbox tbody .indeman-tabletext.indtab-order2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
            order: 2;
    padding: 0 17px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
       -moz-box-flex: 0;
            flex: 0 0 40%;
    max-width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .insub-demanbox tbody td.indtab-order2, .insub-demanbox tbody .indeman-tabletext.indtab-order2 {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 991px) {
  .insub-demanbox tbody td.indtab-order3, .insub-demanbox tbody .indeman-tabletext.indtab-order3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
            order: 3;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14%;
       -moz-box-flex: 0;
            flex: 0 0 14%;
    max-width: 14%;
  }
}
@media only screen and (max-width: 767px) {
  .insub-demanbox tbody td.indtab-order3, .insub-demanbox tbody .indeman-tabletext.indtab-order3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15%;
       -moz-box-flex: 0;
            flex: 0 0 15%;
    max-width: 15%;
  }
}
@media only screen and (max-width: 991px) {
  .insub-demanbox tbody td.indtab-order4, .insub-demanbox tbody .indeman-tabletext.indtab-order4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
            order: 4;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16%;
       -moz-box-flex: 0;
            flex: 0 0 16%;
    max-width: 16%;
  }
}
@media only screen and (max-width: 767px) {
  .insub-demanbox tbody td.indtab-order4, .insub-demanbox tbody .indeman-tabletext.indtab-order4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 17%;
       -moz-box-flex: 0;
            flex: 0 0 17%;
    max-width: 17%;
  }
}
@media only screen and (max-width: 991px) {
  .insub-demanbox tbody td.indtab-order5, .insub-demanbox tbody .indeman-tabletext.indtab-order5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
       -moz-box-ordinal-group: 6;
            order: 5;
  }
  .insub-demanbox tbody td.indtab-order5 .indeman-mobopen, .insub-demanbox tbody .indeman-tabletext.indtab-order5 .indeman-mobopen {
    display: block;
    padding: 13px 17px;
  }
  .insub-demanbox tbody td.indtab-order5 .indeman-mobopen i, .insub-demanbox tbody .indeman-tabletext.indtab-order5 .indeman-mobopen i {
    margin: 0;
    padding: 0;
    color: #ca0a73;
  }
}
@media only screen and (max-width: 767px) {
  .insub-demanbox tbody td.indtab-order5 .indeman-mobopen, .insub-demanbox tbody .indeman-tabletext.indtab-order5 .indeman-mobopen {
    padding: 8px 10px;
  }
}
@media only screen and (max-width: 991px) {
  .insub-demanbox tbody td.indtab-order6, .insub-demanbox tbody .indeman-tabletext.indtab-order6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
       -moz-box-ordinal-group: 7;
            order: 6;
    padding-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .insub-demanbox tbody td.indtab-order6, .insub-demanbox tbody .indeman-tabletext.indtab-order6 {
    padding-top: 7px;
  }
}
@media only screen and (max-width: 991px) {
  .insub-demanbox tbody td.indtab-order7, .insub-demanbox tbody .indeman-tabletext.indtab-order7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
       -moz-box-ordinal-group: 8;
            order: 7;
  }
}
@media only screen and (max-width: 991px) {
  .insub-demanbox tbody td.indtab-order8, .insub-demanbox tbody .indeman-tabletext.indtab-order8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
       -moz-box-ordinal-group: 9;
            order: 8;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .insub-demanbox tbody td.indtab-order9, .insub-demanbox tbody .indeman-tabletext.indtab-order9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
       -moz-box-ordinal-group: 10;
            order: 9;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    padding-right: 17px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }
  .insub-demanbox tbody td.indtab-order9 .indman-editbtn, .insub-demanbox tbody .indeman-tabletext.indtab-order9 .indman-editbtn {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #ffffff;
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
            border-radius: 30px;
    padding: 8px 14px;
    border: 1px solid #ffffff;
    margin-top: 10px;
  }
  .insub-demanbox tbody td.indtab-order9 .indman-editbtn:hover, .insub-demanbox tbody .indeman-tabletext.indtab-order9 .indman-editbtn:hover {
    background-color: #112439;
  }
  .insub-demanbox tbody td.indtab-order9 .indman-editbtn img, .insub-demanbox tbody .indeman-tabletext.indtab-order9 .indman-editbtn img {
    max-width: 13px;
    margin-right: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .insub-demanbox tbody td.indtab-order9 .indman-editbtn, .insub-demanbox tbody .indeman-tabletext.indtab-order9 .indman-editbtn {
    font-size: 10px;
    padding: 5px 9px;
    margin-top: 0;
  }
  .insub-demanbox tbody td.indtab-order9 .indman-editbtn img, .insub-demanbox tbody .indeman-tabletext.indtab-order9 .indman-editbtn img {
    max-width: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .insub-demanbox tbody td.indtab-fullmob, .insub-demanbox tbody .indeman-tabletext.indtab-fullmob {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    margin: 6px 0;
    font-size: 15px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    line-height: 1;
    color: #ffffff;
  }
  .insub-demanbox tbody td.indtab-fullmob:before, .insub-demanbox tbody .indeman-tabletext.indtab-fullmob:before {
    content: attr(data-label);
    font-weight: 400;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .insub-demanbox tbody td.indtab-fullmob, .insub-demanbox tbody .indeman-tabletext.indtab-fullmob {
    font-size: 11px;
    margin: 5px 0;
  }
}
@media only screen and (max-width: 991px) {
  .insub-demanbox tbody td.indtab-hidemob, .insub-demanbox tbody .indeman-tabletext.indtab-hidemob {
    display: none;
  }
}
.insub-demanbox tbody td .indeman-tabicon, .insub-demanbox tbody .indeman-tabletext .indeman-tabicon {
  cursor: pointer;
  position: relative;
}
.insub-demanbox tbody td .indeman-tabicon:hover:before, .insub-demanbox tbody .indeman-tabletext .indeman-tabicon:hover:before {
  opacity: 1;
  visibility: visible;
}
.insub-demanbox tbody td .indeman-tabicon:hover:after, .insub-demanbox tbody .indeman-tabletext .indeman-tabicon:hover:after {
  opacity: 1;
  visibility: visible;
}
.insub-demanbox tbody td .indeman-tabicon:after, .insub-demanbox tbody .indeman-tabletext .indeman-tabicon:after {
  content: attr(tooltip-deta);
  position: absolute;
  padding: 11px 16px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  color: #232323;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  top: -40px;
  left: -6px;
  white-space: nowrap;
  cursor: initial;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.insub-demanbox tbody td .indeman-tabicon:before, .insub-demanbox tbody .indeman-tabletext .indeman-tabicon:before {
  content: "";
  border-top: 6px solid #ffffff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  top: -8px;
  z-index: 1;
  cursor: initial;
  -webkit-filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.15));
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.insub-demanbox tbody td .warning-alert, .insub-demanbox tbody .indeman-tabletext .warning-alert {
  color: #ca0a73;
}
.insub-demanbox tbody td .primary-alert, .insub-demanbox tbody .indeman-tabletext .primary-alert {
  color: #10c0d6;
}
.insub-demanbox tbody td .secondary-alert, .insub-demanbox tbody .indeman-tabletext .secondary-alert {
  color: #cccccc;
}
.insub-demanbox .table-tribut {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background-color: #e5e5e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3;
  -o-transition: all 0.3;
  -moz-transition: all 0.3;
  transition: all 0.3;
}
.insub-demanbox .table-tribut svg {
  width: 17px;
  fill: #112439;
}
@media only screen and (max-width: 1199px) {
  .insub-demanbox .table-tribut {
    width: 25px;
    height: 25px;
  }
  .insub-demanbox .table-tribut svg {
    width: 13px;
  }
}
.insub-demanbox .table-tribut:hover {
  background-color: #ca0a73;
}
.insub-demanbox .table-tribut:hover svg {
  fill: #ffffff;
}

/**********************************************************
//////////////////////   Mon compte       /////////////////
**********************************************************/
.insub-comptebox {
  padding: 0 88px 55px 69px;
}
@media only screen and (max-width: 1199px) {
  .insub-comptebox {
    padding: 0 48px 50px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .insub-comptebox {
    padding: 0;
  }
}
.insub-comptebox .insub-comptetitle {
  font-size: 13px;
  text-transform: uppercase;
  color: #999999;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .insub-comptebox .insub-comptetitle {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .insub-comptebox .insub-comptetitle {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .insub-comptebox .compteform-titlesub {
    padding-bottom: 10px;
  }
}
.insub-comptebox .compte-formcover {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .insub-comptebox .compte-formcover {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .insub-comptebox .compte-formcover {
    background-color: #ffffff;
    padding: 30px 15px 25px 30px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .insub-comptebox .compte-formbtn .deconnexion-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    font-size: 11px;
    color: #112439;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    padding: 21px;
    background: #ffffff;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    margin-bottom: -15px;
  }
  .insub-comptebox .compte-formbtn .deconnexion-btn img {
    max-width: 17px;
    margin-right: 11px;
  }
}
.insub-comptebox .compteform-link {
  margin-right: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #222222;
  line-height: 1;
  display: block;
  padding: 3px;
  font-size: 13px;
}
.insub-comptebox .compteform-link:hover {
  text-decoration: underline;
  color: #ca0a73;
}
.insub-comptebox .compteform-btn {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 13px;
  min-width: initial;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  padding: 9px 19px;
  border-width: 1px;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .insub-comptebox .compte-form {
    margin-top: 10px;
  }
}
.insub-comptebox .compte-form ::-webkit-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  font-style: italic;
}
.insub-comptebox .compte-form :-moz-placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  font-style: italic;
}
.insub-comptebox .compte-form ::-moz-placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  font-style: italic;
}
.insub-comptebox .compte-form :-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  font-style: italic;
}
.insub-comptebox .compte-form ::-ms-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  font-style: italic;
}
.insub-comptebox .compte-form ::placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  font-style: italic;
}
@media only screen and (max-width: 1325px) {
  .insub-comptebox .compte-form ::-webkit-input-placeholder {
    font-size: 14px;
  }
  .insub-comptebox .compte-form :-moz-placeholder {
    font-size: 14px;
  }
  .insub-comptebox .compte-form ::-moz-placeholder {
    font-size: 14px;
  }
  .insub-comptebox .compte-form :-ms-input-placeholder {
    font-size: 14px;
  }
  .insub-comptebox .compte-form ::-ms-input-placeholder {
    font-size: 14px;
  }
  .insub-comptebox .compte-form ::placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .insub-comptebox .compte-form ::-webkit-input-placeholder {
    font-size: 13px;
  }
  .insub-comptebox .compte-form :-moz-placeholder {
    font-size: 13px;
  }
  .insub-comptebox .compte-form ::-moz-placeholder {
    font-size: 13px;
  }
  .insub-comptebox .compte-form :-ms-input-placeholder {
    font-size: 13px;
  }
  .insub-comptebox .compte-form ::-ms-input-placeholder {
    font-size: 13px;
  }
  .insub-comptebox .compte-form ::placeholder {
    font-size: 13px;
  }
}
.insub-comptebox .compte-form ::-webkit-placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  font-style: italic;
}
@media only screen and (max-width: 1325px) {
  .insub-comptebox .compte-form ::-webkit-placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .insub-comptebox .compte-form ::-webkit-placeholder {
    font-size: 13px;
  }
}
.insub-comptebox .compte-form :-moz-placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  font-style: italic;
}
@media only screen and (max-width: 1325px) {
  .insub-comptebox .compte-form :-moz-placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .insub-comptebox .compte-form :-moz-placeholder {
    font-size: 13px;
  }
}
.insub-comptebox .compte-form ::-moz-placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  font-style: italic;
}
@media only screen and (max-width: 1325px) {
  .insub-comptebox .compte-form ::-moz-placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .insub-comptebox .compte-form ::-moz-placeholder {
    font-size: 13px;
  }
}
.insub-comptebox .compte-form ::-ms-placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  font-style: italic;
}
@media only screen and (max-width: 1325px) {
  .insub-comptebox .compte-form ::-ms-placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .insub-comptebox .compte-form ::-ms-placeholder {
    font-size: 13px;
  }
}
.insub-comptebox .compte-form :-ms-placeholder {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  font-style: italic;
}
@media only screen and (max-width: 1325px) {
  .insub-comptebox .compte-form :-ms-placeholder {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .insub-comptebox .compte-form :-ms-placeholder {
    font-size: 13px;
  }
}
.insub-comptebox .compteform-titlecover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.insub-comptebox .compteform-titlecover .insub-comptetitle {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .insub-comptebox .compteform-titlecover {
    display: none;
  }
}
.insub-comptebox .incompte-subtitle {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #999999;
  line-height: 1;
}
.insub-comptebox .rpajouter-contactbtn {
  padding: 10px 15px 19px 19px;
  background-color: #f6f6f6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
}
.insub-comptebox .rpajouter-contactbtn .ado-btn {
  font-size: 11px;
  padding: 7px 14px;
  min-width: inherit;
}
.insub-comptebox .confirmer-popup {
  padding: 20px;
  border: 1px solid #ca0a73;
  margin-top: 15px;
  width: 100%;
  display: none;
}
.insub-comptebox .confirmer-popup .annuler-link {
  color: #858585;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-right: 35px;
}
.insub-comptebox .confirmer-popup .annuler-link:hover {
  color: #ca0a73;
}
@media only screen and (max-width: 767px) {
  .insub-comptebox .confirmer-popup .annuler-link {
    font-size: 11px;
  }
}
.insub-comptebox .confirmer-popup .ado-btn {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  min-width: initial;
  padding: 10px 20px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .insub-comptebox .confirmer-popup .ado-btn {
    font-size: 9px;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    padding: 5px 11px;
    min-width: inherit;
  }
}
.insub-comptebox .incompte-sublink {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #ca0a73;
  line-height: 1;
  display: block;
}
@media only screen and (max-width: 767px) {
  .insub-comptebox .incompte-sublink {
    font-size: 10px;
    color: #232323;
    font-weight: 600;
  }
}
.insub-comptebox .incompte-sublink:hover {
  text-decoration: underline;
}
.insub-comptebox .compte-formbox {
  margin-bottom: 20px;
}
.insub-comptebox .insub-comptebtn {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #ca0a73;
  line-height: 1;
  display: block;
  border: 1px solid #ca0a73;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  padding: 6px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.insub-comptebox .insub-comptebtn:hover {
  background-color: #ca0a73;
  color: #ffffff;
}
.insub-comptebox .insub-comptebtn span {
  margin-right: 4px;
}
.insub-comptebox .compte-formcol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding: 9px 0;
}
@media only screen and (max-width: 767px) {
  .insub-comptebox .compte-formcol {
    padding: 5px 0;
  }
}
.insub-comptebox .compte-formcol:last-child {
  border-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .insub-comptebox .compte-formcol.compte-formmail .compteform-rpcover {
    -webkit-flex-wrap: initial;
            flex-wrap: initial;
  }
}
@media only screen and (max-width: 767px) {
  .insub-comptebox .compte-formcol.compte-formmail input {
    background-color: transparent;
    border: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px) {
  .insub-comptebox .compte-formcol.compte-formpostal {
    border-bottom: 0;
  }
  .insub-comptebox .compte-formcol.compte-formpostal .insub-comptelabel {
    padding-top: 10px;
  }
}
.insub-comptebox .compte-formcol.compte-formpostal .compteform-rpcover {
  -webkit-flex-wrap: unset;
          flex-wrap: unset;
}
@media only screen and (max-width: 767px) {
  .insub-comptebox .compte-formcol.compte-formpostal .compteform-rpcover {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .insub-comptebox .compte-formcol.compte-formpostal .insub-compteinbtn {
    display: none;
  }
}
.insub-comptebox .compte-formcol.compte-formpostal input {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .insub-comptebox .compte-formcol.compte-formpostal input {
    background-color: #e5e5e5;
    pointer-events: auto;
  }
}
.insub-comptebox .compte-formcol.compte-formpostal .incompte-inputbtn {
  display: none;
}
@media only screen and (max-width: 767px) {
  .insub-comptebox .compte-formcol.compte-formpostal .incompte-inputbtn {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .insub-comptebox .compte-formcol .compteform-rpcover {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media only screen and (max-width: 991px) {
  .insub-comptebox .compte-formcol .compteform-rpcover .incompte-inputbtn {
    margin-left: auto;
    font-size: 11px;
    padding: 8px 14px;
    margin-top: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .insub-comptebox .compte-formcol .compteform-rpcover .incompte-inputbtn {
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  }
}
.insub-comptebox .compte-formcol .insub-comptelabel {
  padding-bottom: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 295px;
     -moz-box-flex: 0;
          flex: 0 0 295px;
  max-width: 295px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #112439;
  padding-right: 10px;
  font-size: 13px;
}
@media only screen and (max-width: 1325px) {
  .insub-comptebox .compte-formcol .insub-comptelabel {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 225px;
       -moz-box-flex: 0;
            flex: 0 0 225px;
    max-width: 225px;
  }
}
@media only screen and (max-width: 1199px) {
  .insub-comptebox .compte-formcol .insub-comptelabel {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 195px;
       -moz-box-flex: 0;
            flex: 0 0 195px;
    max-width: 195px;
  }
}
@media only screen and (max-width: 991px) {
  .insub-comptebox .compte-formcol .insub-comptelabel {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 150px;
       -moz-box-flex: 0;
            flex: 0 0 150px;
    max-width: 150px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 767px) {
  .insub-comptebox .compte-formcol .insub-comptelabel {
    font-size: 11px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 130px;
       -moz-box-flex: 0;
            flex: 0 0 130px;
    max-width: 130px;
  }
}
.insub-comptebox .compte-formcol input {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #232323;
  line-height: 1;
  padding: 3px 11px;
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
}
@media only screen and (max-width: 1325px) {
  .insub-comptebox .compte-formcol input {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .insub-comptebox .compte-formcol input {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .insub-comptebox .compte-formcol input {
    font-size: 11px;
    padding: 8px 11px;
  }
}
.insub-comptebox .compte-formcol .insub-compteinput {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border: 0;
  pointer-events: none;
}
.insub-comptebox .compte-formcol .incompte-inputbox {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
.insub-comptebox .compte-formcol .incompte-inputbtn {
  font-size: 13px;
  color: #ffffff;
  background-color: #ca0a73;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1;
  padding: 9px 14px;
  margin-left: 13px;
  border: 1px solid transparent;
}
.insub-comptebox .compte-formcol .incompte-inputbtn:hover {
  background-color: #ab0861;
  border-color: #ca0a73;
}
.insub-comptebox .compte-formcol .insub-compteinbtn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20px;
     -moz-box-flex: 0;
          flex: 0 0 20px;
  max-width: 20px;
  padding: 3px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 20px;
}
@media only screen and (max-width: 991px) {
  .insub-comptebox .compte-formcol .insub-compteinbtn {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 18px;
       -moz-box-flex: 0;
            flex: 0 0 18px;
    max-width: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .insub-comptebox .compte-formcol .insub-compteinbtn {
    max-width: 17px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 17px;
       -moz-box-flex: 0;
            flex: 0 0 17px;
    margin-left: 10px;
  }
}
.insub-comptebox .compte-formcol .insub-compteinbtn:hover {
  opacity: 0.5;
}

/**********************************************************
//////////////////    Nouvelle demande       //////////////
**********************************************************/
.nouvelle-demande .nouvelle-cover {
  padding: 40px 0 50px;
}
@media only screen and (max-width: 991px) {
  .nouvelle-demande .nouvelle-cover {
    padding: 0 0 20px;
  }
}
.nouvelle-demande .nouvelle-form {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
}
.nouvelle-demande .nouvelle-recapcov {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
}
.nouvelle-demande .hidebtn-desktop {
  display: none;
}
.nouvelle-demande .nouvelle-checkedbtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  border: 2px solid #ca0a73;
  padding: 12px 23px;
  color: #ca0a73;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-right: 20px;
}
.nouvelle-demande .nouvelle-checkedbtn:hover {
  color: #ffffff;
  background-color: #ca0a73;
  border-color: #112439;
}
.nouvelle-demande .nouvelle-checkedbtn i {
  font-size: 19px;
  margin-right: 11px;
}
.nouvelle-demande .nouvelle-bottomsubcov {
  margin-top: 30px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .nouvelle-demande .nouvelle-bottomsubcov {
    margin-top: 20px;
  }
}
.nouvelle-demande .nouvelle-bottomsubcov .ado-btn {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  padding: 14px 30px;
}
@media only screen and (max-width: 767px) {
  .nouvelle-demande .nouvelle-bottomsubcov .ado-btn {
    font-size: 11px;
    padding: 7px 10px;
  }
}
.nouvelle-demande .nouvelle-bottomsubcov .nouvelle-checkedtext {
  padding: 50px 100px;
  background-color: #112439;
  color: #ffffff;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .nouvelle-demande .nouvelle-bottomsubcov .nouvelle-checkedtext {
    padding: 40px 30px;
  }
  .nouvelle-demande .nouvelle-bottomsubcov .nouvelle-checkedtext:before, .nouvelle-demande .nouvelle-bottomsubcov .nouvelle-checkedtext:after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .nouvelle-demande .nouvelle-bottomsubcov .nouvelle-checkedtext {
    font-size: 12px;
    line-height: 20px;
    padding: 20px;
  }
}
.nouvelle-demande .nouvelle-bottomsubcov .nouvelle-checkedtext:before {
  content: "";
  border: 2px solid #ffffff;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
          border-radius: 7px;
  position: absolute;
  left: 65px;
  top: 54px;
}
.nouvelle-demande .nouvelle-bottomsubcov .nouvelle-checkedtext:after {
  content: "";
  width: 13px;
  height: 7px;
  left: 68px;
  top: 58px;
  border-width: 0 0 1.5px 1.5px;
  border-style: solid;
  position: absolute;
  border-color: #ffffff;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.nouvelle-demande .nouvelle-rightsubcov {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
  padding-left: 30px;
  text-align: right;
  margin-top: 35px;
}
@media only screen and (max-width: 991px) {
  .nouvelle-demande .nouvelle-rightsubcov {
    background-color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0;
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .nouvelle-demande .nouvelle-rightsubcov {
    padding: 20px;
    margin-top: 20px;
  }
}
.nouvelle-demande .nouvelle-rightsubcov .nouvelle-righttext {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #232323;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .nouvelle-demande .nouvelle-rightsubcov .nouvelle-righttext {
    position: initial;
    margin: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .nouvelle-demande .nouvelle-rightsubcov .nouvelle-righttext {
    font-size: 13px;
  }
}
.nouvelle-demande .nouvelle-rightsubcov .nouvelle-rightpro {
  font-size: 41px;
  color: #ca0a73;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1;
  padding: 7px 0;
}
@media only screen and (max-width: 991px) {
  .nouvelle-demande .nouvelle-rightsubcov .nouvelle-rightpro {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .nouvelle-demande .nouvelle-rightsubcov .nouvelle-rightpro {
    font-size: 30px;
  }
}
.nouvelle-demande .nouvelle-rightsubcov .nouvelle-rightsubtext {
  font-size: 12px;
  color: #ca0a73;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  max-width: 160px;
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .nouvelle-demande .nouvelle-rightsubcov .nouvelle-rightsubtext {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    padding-top: 20px;
    font-size: 25px;
    text-align: left;
    color: #232323;
  }
}
.nouvelle-demande .nouvelle-rightsubcov .nouvelle-rightsubtext strong {
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .nouvelle-demande .nouvelle-rightsubcov .nouvelle-rightsubtext {
    font-size: 12px;
    padding-top: 10px;
  }
}
.nouvelle-demande .nouvelle-recap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.nouvelle-demande .nouvelle-recap .nouvelle-subitem {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 800px;
     -moz-box-flex: 0;
          flex: 0 0 800px;
  max-width: 800px;
}
@media only screen and (max-width: 1199px) {
  .nouvelle-demande .nouvelle-recap .nouvelle-subitem {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 760px;
       -moz-box-flex: 0;
            flex: 0 0 760px;
    max-width: 760px;
  }
}
@media only screen and (max-width: 991px) {
  .nouvelle-demande .nouvelle-recap .nouvelle-subitem {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 40px 15px 15px;
    margin-bottom: 0;
  }
}
.nouvelle-demande .nouvelle-recap .nouvelle-table {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .nouvelle-demande .nouvelle-recap .nouvelle-table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.nouvelle-demande .nouvelle-recap .nouvelle-table tr:last-child td {
  border-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .nouvelle-demande .nouvelle-recap .nouvelle-table tr td {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
            flex-grow: 1;
  }
}
@media only screen and (max-width: 991px) {
  .nouvelle-demande .nouvelle-recap .nouvelle-table tr.inner-subtr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
  .nouvelle-demande .nouvelle-recap .nouvelle-table tr.inner-subtr .nouvelle-tabletitle {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    border-bottom: 0;
  }
  .nouvelle-demande .nouvelle-recap .nouvelle-table tr.inner-subtr .nouvelle-tabletext {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 0;
    border-bottom: 0;
  }
  .nouvelle-demande .nouvelle-recap .nouvelle-table tr.inner-subtr .nouvelle-tabletext span {
    display: block;
    margin-right: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
            flex: 0 0 50%;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .nouvelle-demande .nouvelle-recap .nouvelle-table tr.inner-subtr .nouvelle-tabletext span {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 38%;
       -moz-box-flex: 0;
            flex: 0 0 38%;
  }
}
.nouvelle-demande .nouvelle-recap .nouvelle-table .nouvelle-tablelink {
  font-size: 11px;
  text-transform: uppercase;
  color: #858585;
  white-space: nowrap;
}
@media only screen and (max-width: 991px) {
  .nouvelle-demande .nouvelle-recap .nouvelle-table .nouvelle-tabletext {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .nouvelle-demande .nouvelle-recap .nouvelle-table .nouvelle-tabletext {
    max-width: 47%;
    font-size: 11px;
    width: 100%;
  }
}
.nouvelle-demande .nouvelle-recap .nouvelle-table .nouvelle-tabletext, .nouvelle-demande .nouvelle-recap .nouvelle-table .nouvelle-tabletitle {
  padding: 9px 0;
  line-height: 2;
  color: #232323;
  border-bottom: 1px solid #e5e5e5;
}
.nouvelle-demande .nouvelle-recap .nouvelle-table .nouvelle-tabletitle {
  width: 295px;
  padding-right: 20px;
  color: #112439;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .nouvelle-demande .nouvelle-recap .nouvelle-table .nouvelle-tabletitle {
    font-size: 11px;
    width: 53%;
    max-width: 53%;
  }
}
@media only screen and (max-width: 991px) {
  .nouvelle-demande .nouvelle-item {
    display: none;
  }
  .nouvelle-demande .nouvelle-item.active {
    display: block;
  }
}
.nouvelle-demande .nouvelle-subitem {
  background-color: #ffffff;
  padding: 55px 70px;
  -webkit-box-shadow: 0 0 11.5px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 0 11.5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 11.5px rgba(0, 0, 0, 0.05);
  margin-bottom: 24px;
}
@media only screen and (max-width: 991px) {
  .nouvelle-demande .nouvelle-subitem {
    padding: 40px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .nouvelle-demande .nouvelle-subitem {
    padding: 25px;
  }
}
.nouvelle-demande .nouvelle-subitem ::-webkit-input-placeholder {
  font-size: 14px;
  color: #888888;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.nouvelle-demande .nouvelle-subitem :-moz-placeholder {
  font-size: 14px;
  color: #888888;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.nouvelle-demande .nouvelle-subitem ::-moz-placeholder {
  font-size: 14px;
  color: #888888;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.nouvelle-demande .nouvelle-subitem :-ms-input-placeholder {
  font-size: 14px;
  color: #888888;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.nouvelle-demande .nouvelle-subitem ::-ms-input-placeholder {
  font-size: 14px;
  color: #888888;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.nouvelle-demande .nouvelle-subitem ::placeholder {
  font-size: 14px;
  color: #888888;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 991px) {
  .nouvelle-demande .nouvelle-subitem ::-webkit-input-placeholder {
    font-size: 20px;
  }
  .nouvelle-demande .nouvelle-subitem :-moz-placeholder {
    font-size: 20px;
  }
  .nouvelle-demande .nouvelle-subitem ::-moz-placeholder {
    font-size: 20px;
  }
  .nouvelle-demande .nouvelle-subitem :-ms-input-placeholder {
    font-size: 20px;
  }
  .nouvelle-demande .nouvelle-subitem ::-ms-input-placeholder {
    font-size: 20px;
  }
  .nouvelle-demande .nouvelle-subitem ::placeholder {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .nouvelle-demande .nouvelle-subitem ::-webkit-input-placeholder {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
  .nouvelle-demande .nouvelle-subitem :-moz-placeholder {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
  .nouvelle-demande .nouvelle-subitem ::-moz-placeholder {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
  .nouvelle-demande .nouvelle-subitem :-ms-input-placeholder {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
  .nouvelle-demande .nouvelle-subitem ::-ms-input-placeholder {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
  .nouvelle-demande .nouvelle-subitem ::placeholder {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}
.nouvelle-demande .nouvelle-subitem ::-webkit-placeholder {
  font-size: 14px;
  color: #888888;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 991px) {
  .nouvelle-demande .nouvelle-subitem ::-webkit-placeholder {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .nouvelle-demande .nouvelle-subitem ::-webkit-placeholder {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}
.nouvelle-demande .nouvelle-subitem :-moz-placeholder {
  font-size: 14px;
  color: #888888;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 991px) {
  .nouvelle-demande .nouvelle-subitem :-moz-placeholder {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .nouvelle-demande .nouvelle-subitem :-moz-placeholder {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}
.nouvelle-demande .nouvelle-subitem ::-moz-placeholder {
  font-size: 14px;
  color: #888888;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 991px) {
  .nouvelle-demande .nouvelle-subitem ::-moz-placeholder {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .nouvelle-demande .nouvelle-subitem ::-moz-placeholder {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}
.nouvelle-demande .nouvelle-subitem ::-ms-placeholder {
  font-size: 14px;
  color: #888888;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 991px) {
  .nouvelle-demande .nouvelle-subitem ::-ms-placeholder {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .nouvelle-demande .nouvelle-subitem ::-ms-placeholder {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}
.nouvelle-demande .nouvelle-subitem :-ms-placeholder {
  font-size: 14px;
  color: #888888;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 991px) {
  .nouvelle-demande .nouvelle-subitem :-ms-placeholder {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .nouvelle-demande .nouvelle-subitem :-ms-placeholder {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 767px) {
  .nouvelle-demande .nouvelle-subitem.nouvelle-prosubitem {
    padding: 20px;
    margin: 0 -15px 19px;
  }
}
.nouvelle-demande .nouvelle-botbtn {
  font-size: 19px;
  padding: 13px 25px;
}
@media only screen and (max-width: 767px) {
  .nouvelle-demande .nouvelle-botbtn {
    font-size: 12px;
    padding: 9px 17px;
    min-width: inherit;
  }
}
.nouvelle-demande .disabled .nouchoocov-title {
  color: #aaaaaa;
}
.nouvelle-demande .nouvelle-datecover {
  position: relative;
}
.nouvelle-demande .nouvelle-datecover:before {
  content: "";
  background-image: url(../images/datepicker.png);
  -webkit-background-size: 18px 18px;
     -moz-background-size: 18px;
          background-size: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 34px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ca0a73;
  -webkit-border-bottom-right-radius: 5px;
     -moz-border-radius-bottomright: 5px;
          border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
     -moz-border-radius-topright: 5px;
          border-top-right-radius: 5px;
}
.nouvelle-demande .nouvelle-datecover .nouvelle-dateinput {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #2a2a2a;
  background-color: #e5e5e5;
  padding: 6px 0 6px 16px;
  max-width: 182px;
}
.nouvelle-demande .nouvelle-datecover .nouvelle-dateinput:focus {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.nouvelle-demande .nouvelle-righttext {
  font-size: 16px;
  color: #2a2a2a;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  white-space: nowrap;
  margin-left: 25px;
}
@media only screen and (max-width: 991px) {
  .nouvelle-demande .nouvelle-righttext {
    position: absolute;
    top: 37px;
    right: 0;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .nouvelle-demande .nouvelle-righttext {
    top: 25px;
    right: 0;
    font-size: 12px;
  }
}
.nouvelle-demande .nouvelle-inputsub {
  margin-top: 28px;
}
@media only screen and (max-width: 991px) {
  .nouvelle-demande .nouvelle-inputsub {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .nouvelle-demande .nouvelle-inputsub {
    margin-top: 25px;
  }
}
.nouvelle-demande .nouvelle-inputsub .nouvelle-inputitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-bottom: 11px;
}
@media only screen and (max-width: 991px) {
  .nouvelle-demande .nouvelle-inputsub .nouvelle-inputitem {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 30px;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .nouvelle-demande .nouvelle-inputsub .nouvelle-inputitem {
    margin-bottom: 20px;
  }
}
.nouvelle-demande .nouvelle-inputsub .nouvelle-inputitem:last-child {
  margin-bottom: 0;
}
.nouvelle-demande .nouvelle-inputsub .nouvelle-inputitem .nouvelle-inputlabel {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 175px;
     -moz-box-flex: 0;
          flex: 0 0 175px;
  max-width: 175px;
  padding-bottom: 0;
  padding-right: 10px;
  color: #112439;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .nouvelle-demande .nouvelle-inputsub .nouvelle-inputitem .nouvelle-inputlabel {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    font-size: 20px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 767px) {
  .nouvelle-demande .nouvelle-inputsub .nouvelle-inputitem .nouvelle-inputlabel {
    font-size: 13px;
  }
}
.nouvelle-demande .nouvelle-inputsub .nouvelle-inputitem .nouvelle-input {
  margin-bottom: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border: 0;
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  padding: 14px 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #2a2a2a;
}
@media only screen and (max-width: 991px) {
  .nouvelle-demande .nouvelle-inputsub .nouvelle-inputitem .nouvelle-input {
    font-size: 20px;
    line-height: 1;
    max-height: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .nouvelle-demande .nouvelle-inputsub .nouvelle-inputitem .nouvelle-input {
    font-size: 13px;
    padding: 10px 0 12px;
  }
}
.nouvelle-demande .nouvelle-inputsub .nouvelle-inputitem .nouvelle-input:focus {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  border-bottom-color: #ca0a73;
}
.nouvelle-demande .nouvelle-title {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #232323;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  padding-bottom: 40px;
  margin-left: -33px;
  margin-top: -8px;
}
@media only screen and (max-width: 991px) {
  .nouvelle-demande .nouvelle-title {
    display: none;
    margin: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .nouvelle-demande .nouvelle-title {
    font-size: 13px;
    padding-bottom: 20px;
  }
}
.nouvelle-demande .nouvellesub-text {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #2a2a2a;
  line-height: 1.3;
}
@media only screen and (max-width: 991px) {
  .nouvelle-demande .nouvellesub-text {
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .nouvelle-demande .nouvellesub-text {
    font-size: 13px;
  }
}
.nouvelle-demande .nouvellesub-protext {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #2a2a2a;
  line-height: 1.3;
  padding-top: 6px;
}
@media only screen and (max-width: 991px) {
  .nouvelle-demande .nouvellesub-protext {
    text-align: center;
    line-height: 1.6;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .nouvelle-demande .nouvellesub-protext {
    font-size: 11px;
  }
}
.nouvelle-demande .nouvelle-choocov {
  margin: 0 -13px;
}
.nouvelle-demande .nouvelle-choocov .nouchoocov-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
     -moz-box-flex: 0;
          flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 13px;
}
@media only screen and (max-width: 991px) {
  .nouvelle-demande .nouvelle-choocov .nouchoocov-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .nouvelle-demande .nouvelle-choocov .nouchoocov-item:last-child .nouchoocov-title {
    border-bottom: 0;
  }
}
.nouvelle-demande .nouvelle-choocov .nouchoocov-title {
  border-bottom: 1px solid #e5e5e5;
}
.nouvelle-demande .nouvellesub-prolink {
  color: #ca0a73;
}
@media only screen and (max-width: 991px) {
  .nouvelle-demande .nouvellesub-prolink {
    text-align: center;
    display: block;
  }
}
.nouvelle-demande .nouvellesub-prolink:hover {
  text-decoration: underline;
}
.nouvelle-demande .nouvelle-choosub .nouchoocov-item {
  padding-right: 45px;
}
@media only screen and (max-width: 991px) {
  .nouvelle-demande .nouvelle-choosub .nouchoocov-item {
    padding-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
  .nouvelle-demande .nouvelle-choosub .nouchoocov-item:last-child {
    border-bottom: 0;
  }
}
.nouvelle-demande .nouv-textarea {
  min-height: 160px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  border: 1px solid #cccccc;
  margin-top: 30px;
  padding: 30px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 991px) {
  .nouvelle-demande .nouv-textarea {
    font-size: 20px;
    background-color: #e5e5e5;
    padding: 20px 35px;
  }
}
@media only screen and (max-width: 767px) {
  .nouvelle-demande .nouv-textarea {
    font-size: 12px;
    padding: 18px 25px;
    margin-bottom: 0;
  }
}
.nouvelle-demande .nouvelle-choosebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -6px;
}
@media only screen and (max-width: 991px) {
  .nouvelle-demande .nouvelle-choosebox {
    margin: 10px 0 20px;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .nouvelle-demande .nouvelle-choosebox {
    margin: 0 0 10px;
    width: 100%;
  }
}
.nouvelle-demande .nouvelle-choosebox .nouvelle-chooseitem {
  padding: 0 6px;
  margin-top: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33%;
     -moz-box-flex: 0;
          flex: 0 0 33.33%;
  max-width: 33.33%;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .nouvelle-demande .nouvelle-choosebox .nouvelle-chooseitem {
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 15px;
  }
}
.nouvelle-demande .nouvelle-choosebox input {
  position: absolute;
  left: 6px;
  bottom: 0;
  top: 0;
  width: 96%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .nouvelle-demande .nouvelle-choosebox input {
    left: 0;
    width: 100%;
  }
}
.nouvelle-demande .nouvelle-choosebox input:checked ~ .nouvelle-choosecontent {
  background-color: #ca0a73;
}
.nouvelle-demande .nouvelle-choosebox input:checked ~ .nouvelle-choosecontent .nouvelle-choosetitle, .nouvelle-demande .nouvelle-choosebox input:checked ~ .nouvelle-choosecontent .nouvelle-choosetext {
  color: #ffffff;
}
.nouvelle-demande .nouvelle-choosebox input:checked ~ .nouvelle-choosecontent .nouvelle-chosubtext {
  color: #ca0a73;
}
.nouvelle-demande .nouvelle-choosebox input:checked:hover ~ .nouvelle-choosecontent {
  background-color: #ca0a73;
}
.nouvelle-demande .nouvelle-choosebox input:checked:hover ~ .nouvelle-choosecontent .nouvelle-choosetitle, .nouvelle-demande .nouvelle-choosebox input:checked:hover ~ .nouvelle-choosecontent .nouvelle-choosetext {
  color: #ffffff;
}
.nouvelle-demande .nouvelle-choosebox input:checked:hover ~ .nouvelle-choosecontent .nouvelle-chosubtext {
  color: #ca0a73;
}
.nouvelle-demande .nouvelle-choosebox input:hover ~ .nouvelle-choosecontent {
  background-color: rgba(0, 0, 0, 0.3);
}
.nouvelle-demande .nouvelle-choosebox .nouvelle-choosetext {
  font-size: 14px;
  color: #112439;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .nouvelle-demande .nouvelle-choosebox .nouvelle-choosetext {
    font-size: 11px;
  }
}
.nouvelle-demande .nouvelle-choosebox .nouvelle-chosubtext {
  margin-left: 13px;
  font-size: 12px;
  display: block;
  color: #112439;
  font-weight: 700;
  background-color: #ffffff;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  padding: 8px 18px;
}
@media only screen and (max-width: 767px) {
  .nouvelle-demande .nouvelle-choosebox .nouvelle-chosubtext {
    font-size: 11px;
    padding: 7px 14px;
  }
}
.nouvelle-demande .nouvelle-choosebox .nouvelle-choosetitle {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 8px;
  color: #112439;
}
@media only screen and (max-width: 767px) {
  .nouvelle-demande .nouvelle-choosebox .nouvelle-choosetitle {
    font-size: 11px;
  }
}
.nouvelle-demande .nouvelle-choosebox .nouvelle-choosecontent {
  padding: 14px 8px;
  background-color: #e5e5e5;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  min-height: 58px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .nouvelle-demande .nouvelle-choosebox .nouvelle-choosecontent {
    padding: 8px;
    min-height: 43px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  }
}

.ui-selectmenu-menu {
  -webkit-box-shadow: 2px 0 12px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 2px 0 12px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 0 12px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  max-height: 400px;
  overflow: auto;
  padding: 20px 0;
}
.ui-selectmenu-menu .ui-menu {
  border: 0;
}
.ui-selectmenu-menu .ui-menu-item-wrapper {
  padding: 7px 25px;
  font-size: 14px;
  color: #2a2a2a;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.ui-selectmenu-menu .ui-menu-item-wrapper.ui-state-active {
  background-color: #ca0a73;
  border-color: #ca0a73;
  color: #ffffff;
}

.nouvelle-rpsubtitle {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .nouvelle-rpsubtitle {
    font-size: 10px;
    margin-bottom: 8px;
  }
}

.nouvelle-rpinputsub {
  margin-top: 30px;
}
.nouvelle-rpinputsub .nouvelle-rpsubcover.second-add-date {
  display: none;
}
.nouvelle-rpinputsub .nouvelle-rpsubcover.second-add-date.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .nouvelle-rpinputsub {
    margin-top: 20px;
  }
}
.nouvelle-rpinputsub .nouvelle-rpsubcover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.nouvelle-rpinputsub .rp-select {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin: 0 35px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .nouvelle-rpinputsub .rp-select {
    margin: 0 24px;
  }
}
.nouvelle-rpinputsub .rp-select:before {
  content: "";
  height: 9px;
  width: 11px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
  border-top-color: #bfbfbf;
  position: absolute;
  right: 0;
  top: 25px;
}
@media only screen and (max-width: 767px) {
  .nouvelle-rpinputsub .rp-select:before {
    border-width: 5px;
    top: 19px;
  }
}
.nouvelle-rpinputsub .nouvelle-rpsubinput {
  max-width: 160px;
}
@media only screen and (max-width: 767px) {
  .nouvelle-rpinputsub .nouvelle-rpsubinput {
    max-width: 80px;
  }
}
.nouvelle-rpinputsub .nouchoocov-title {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
          flex-direction: row-reverse;
}
.nouvelle-rpinputsub .nouchoocov-title .proicon-checkbox {
  margin-right: 25px;
}
@media only screen and (max-width: 767px) {
  .nouvelle-rpinputsub .nouchoocov-title .proicon-checkbox {
    margin-right: 10px;
  }
}
.nouvelle-rpinputsub .nouvelle-rpsubinput, .nouvelle-rpinputsub .nouvelle-rpsubselect {
  font-size: 25px;
  min-width: initial;
  margin-bottom: 0;
  max-height: inherit;
  line-height: 1;
  padding: 14px 0;
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border-bottom: 1px solid #e5e5e5;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .nouvelle-rpinputsub .nouvelle-rpsubinput, .nouvelle-rpinputsub .nouvelle-rpsubselect {
    font-size: 12px;
  }
}
.nouvelle-rpinputsub .nouvelle-rpsubinput:focus, .nouvelle-rpinputsub .nouvelle-rpsubselect:focus {
  -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
          box-shadow: none !important;
}

.nouvelle-probtncover {
  max-width: 690px;
  margin-right: auto;
  margin-top: 22px;
}
@media only screen and (max-width: 991px) {
  .nouvelle-probtncover {
    max-width: 560px;
  }
}
@media only screen and (max-width: 767px) {
  .nouvelle-probtncover {
    max-width: 89%;
    margin-top: 0;
  }
}
.nouvelle-probtncover .nouvelle-probtn {
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #ffffff;
  background-color: #ca0a73;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  padding: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .nouvelle-probtncover .nouvelle-probtn {
    font-size: 10px;
    background-color: transparent;
    color: #ca0a73;
    border: 1px solid #ca0a73;
  }
}
.nouvelle-probtncover .nouvelle-probtn:hover {
  background-color: #ab0861;
}
.nouvelle-probtncover .nouvelle-probtn span {
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  border: 1px solid #ffffff;
  margin-right: 8px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .nouvelle-probtncover .nouvelle-probtn span {
    display: none;
  }
}

.decrease-btn {
  color: #ca0a73;
  font-weight: bold;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  border: 1px solid #bfbfbf;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  line-height: 1;
  font-size: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.decrease-btn:hover {
  color: #ffffff;
  background-color: #ca0a73;
}
@media only screen and (max-width: 767px) {
  .decrease-btn {
    width: 17px;
    height: 17px;
    font-size: 9px;
    background-color: #e5e5e5;
    margin-bottom: 30px;
  }
}

.nouvelle-selectsub {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .nouvelle-selectsub {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .nouvelle-selectsub {
    margin-top: 15px;
  }
}
.nouvelle-selectsub .nouvelle-selectv {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 1;
  padding-bottom: 0;
  color: #555555;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .nouvelle-selectsub .nouvelle-selectv {
    font-size: 12px;
  }
}
.nouvelle-selectsub .nouvelle-selecttitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin-right: 25px;
}
@media only screen and (max-width: 991px) {
  .nouvelle-selectsub .nouvelle-selecttitem {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .nouvelle-selectsub .nouvelle-selecttitem {
    margin-right: 15px;
  }
}
.nouvelle-selectsub .nouvelle-selecttitem .ul-select {
  padding: 9px 7px;
  font-size: 12px;
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  border-bottom: 1px solid #e5e5e5;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #112439;
}
.nouvelle-selectsub .nouvelle-selecttitem .ui-selectmenu-button {
  position: relative;
  font-size: 17px;
  color: #555555;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 15px 15px 15px 0;
  line-height: 1;
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #cccccc;
  background-color: transparent;
  cursor: pointer;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .nouvelle-selectsub .nouvelle-selecttitem .ui-selectmenu-button {
    font-size: 12px;
    padding: 12px 12px 11px 0;
  }
}
.nouvelle-selectsub .nouvelle-selecttitem .ui-selectmenu-button:focus {
  outline: none;
}
.nouvelle-selectsub .nouvelle-selecttitem .ui-selectmenu-button .ui-selectmenu-icon {
  position: absolute;
  height: 9px;
  width: 11px;
  border-width: 7px;
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
  border-top-color: #bfbfbf;
  right: 0;
  bottom: 20px;
}
.nouvelle-selectsub .nouvelle-selecttitem.nouvelle-seltitcol1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 290px;
     -moz-box-flex: 0;
          flex: 0 0 290px;
  max-width: 290px;
}
@media only screen and (max-width: 991px) {
  .nouvelle-selectsub .nouvelle-selecttitem.nouvelle-seltitcol1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 240px;
       -moz-box-flex: 0;
            flex: 0 0 240px;
    max-width: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .nouvelle-selectsub .nouvelle-selecttitem.nouvelle-seltitcol1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41%;
       -moz-box-flex: 0;
            flex: 0 0 41%;
    max-width: 41%;
  }
}
.nouvelle-selectsub .nouvelle-selecttitem.nouvelle-seltitcol2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 185px;
     -moz-box-flex: 0;
          flex: 0 0 185px;
  max-width: 185px;
}
@media only screen and (max-width: 991px) {
  .nouvelle-selectsub .nouvelle-selecttitem.nouvelle-seltitcol2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 145px;
       -moz-box-flex: 0;
            flex: 0 0 145px;
    max-width: 145px;
  }
}
@media only screen and (max-width: 767px) {
  .nouvelle-selectsub .nouvelle-selecttitem.nouvelle-seltitcol2 {
    max-width: 18%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 18%;
       -moz-box-flex: 0;
            flex: 0 0 18%;
  }
}
.nouvelle-selectsub .nouvelle-selecttitem.nouvelle-seltitcol3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 165px;
     -moz-box-flex: 0;
          flex: 0 0 165px;
  max-width: 165px;
}
@media only screen and (max-width: 991px) {
  .nouvelle-selectsub .nouvelle-selecttitem.nouvelle-seltitcol3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 135px;
       -moz-box-flex: 0;
            flex: 0 0 135px;
    max-width: 135px;
  }
}
@media only screen and (max-width: 767px) {
  .nouvelle-selectsub .nouvelle-selecttitem.nouvelle-seltitcol3 {
    max-width: 20%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
       -moz-box-flex: 0;
            flex: 0 0 20%;
  }
}

.ui-datepicker {
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  padding: 15px 18px !important;
  display: none;
}
.ui-datepicker .ui-datepicker-calendar th {
  font-size: 13px;
  padding: 6px 5px;
  background-color: #f5f5f5;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.ui-datepicker .ui-state-default {
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
  height: 31px;
  width: 31px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  padding: 3px;
  font-size: 14px;
  background: transparent;
  border: 0;
}
.ui-datepicker .ui-state-default.ui-state-hover, .ui-datepicker .ui-state-default.ui-state-active {
  background-color: #ca0a73;
  color: #ffffff;
}
.ui-datepicker .ui-state-default.ui-state-highlight {
  background-color: #112439;
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin-bottom: 6px;
  background-color: transparent;
  border: 0;
}
.ui-datepicker .ui-datepicker-header .ui-corner-all {
  font-size: 0;
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.ui-datepicker .ui-datepicker-header .ui-corner-all:before {
  content: "";
  border-width: 7px;
  border-style: solid;
  border-color: transparent;
  position: absolute;
  top: 5px;
}
.ui-datepicker .ui-datepicker-header .ui-corner-all:hover {
  border-color: #ca0a73;
  background-color: #ca0a73;
}
.ui-datepicker .ui-datepicker-header .ui-corner-all:hover.ui-datepicker-next:before {
  border-left-color: #ffffff;
}
.ui-datepicker .ui-datepicker-header .ui-corner-all:hover.ui-datepicker-prev:before {
  border-right-color: #ffffff;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
          order: 2;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
  text-align: center;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
          order: 3;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
  border-left-color: #ca0a73;
  border-right: 0;
  left: 9px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
  border-left: 0;
  right: 9px;
  border-right-color: #ca0a73;
}

.nouchoocov-title {
  padding: 16px 0;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #112439;
  line-height: 1.3;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .nouchoocov-title {
    font-size: 20px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 767px) {
  .nouchoocov-title {
    font-size: 12px;
    letter-spacing: -0.2px;
    padding: 14px 0;
  }
}
.nouchoocov-title:hover .proicon-checkbox {
  border-color: #ca0a73;
}
@media only screen and (max-width: 991px) {
  .nouchoocov-title:hover .proicon-checkbox {
    border-color: #cccccc;
  }
}
.nouchoocov-title .proicon-checkbox {
  width: 18px;
  height: 18px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  border: 2px solid #cccccc;
  display: block;
  position: relative;
  z-index: 7;
  margin-right: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .nouchoocov-title .proicon-checkbox {
    width: 45px;
    height: 45px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
            order: 2;
    margin-right: 0;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .nouchoocov-title .proicon-checkbox {
    width: 21px;
    height: 21px;
    border-width: 1px;
  }
}
.nouchoocov-title .proicon-checkbox:after {
  content: "";
  position: absolute;
  z-index: 8;
  left: 1px;
  top: 1px;
  width: 12px;
  height: 12px;
  background-color: #ca0a73;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .nouchoocov-title .proicon-checkbox:after {
    width: 27px;
    height: 15px;
    background-color: transparent;
    border-width: 0 0 4px 4px;
    border-style: solid;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    border-color: #ca0a73;
    -webkit-transform: rotate(-45deg) scale(0);
       -moz-transform: rotate(-45deg) scale(0);
         -o-transform: rotate(-45deg) scale(0);
            transform: rotate(-45deg) scale(0);
    top: 7px;
    left: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .nouchoocov-title .proicon-checkbox:after {
    top: 4px;
    left: 3.5px;
    width: 13px;
    height: 7px;
    border-width: 0 0 1.5px 1.5px;
  }
}
.nouchoocov-title input {
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .nouchoocov-title input {
    width: 45px;
    height: 45px;
    left: initial;
    right: 0;
  }
}
.nouchoocov-title input:checked ~ .proicon-checkbox:after {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
@media only screen and (max-width: 991px) {
  .nouchoocov-title input:checked ~ .proicon-checkbox:after {
    -webkit-transform: rotate(-45deg) scale(1);
       -moz-transform: rotate(-45deg) scale(1);
         -o-transform: rotate(-45deg) scale(1);
            transform: rotate(-45deg) scale(1);
  }
}
.nouchoocov-title input:checked:hover ~ .proicon-checkbox {
  border-color: #cccccc;
}
@media only screen and (max-width: 991px) {
  .nouchoocov-title input:checked ~ p {
    color: #ca0a73;
  }
}

.nouvelle-topbar {
  display: none;
  padding: 10px 0;
  background-color: #ffffff;
  margin-bottom: 30px;
  border-top: 1px solid #e5e5e5;
}
@media only screen and (max-width: 991px) {
  .nouvelle-topbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 991px) {
  .nouvelle-topbar .nouvelle-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    padding: 0 30px;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
  }
  .nouvelle-topbar .nouvelle-number:before {
    content: "";
    position: absolute;
    z-index: 8;
    left: 0;
    right: 0;
    width: 100%;
    top: 50%;
    height: 5px;
    background-color: #e5e5e5;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .nouvelle-topbar .nouvelle-number {
    padding: 0 0 0 20px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
            flex-grow: 1;
  }
}
@media only screen and (max-width: 991px) {
  .nouvelle-topbar .nouvelle-number .nouvelle-list {
    font-size: 18px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    border: 2px solid #d5d5d5;
    margin-right: 15px;
    background-color: #ffffff;
    color: #858585;
    position: relative;
    z-index: 9;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
  }
  .nouvelle-topbar .nouvelle-number .nouvelle-list._completed {
    background-color: #ca0a73;
    border-color: #ca0a73;
    color: #ffffff;
  }
  .nouvelle-topbar .nouvelle-number .nouvelle-list.active {
    border-color: #ca0a73;
    color: #ca0a73;
  }
  .nouvelle-topbar .nouvelle-number .nouvelle-list:last-child {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .nouvelle-topbar .nouvelle-number .nouvelle-list {
    width: 34px;
    height: 34px;
    font-size: 14px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .nouvelle-topbar .nouvelle-toptitle {
    padding: 0 25px;
    font-size: 20px;
    text-transform: uppercase;
    color: #ca0a73;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
  }
}
@media only screen and (max-width: 767px) {
  .nouvelle-topbar .nouvelle-toptitle {
    font-size: 11px;
    padding-right: 20px;
  }
}

.nouverp-slidebtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}
.nouverp-slidebtn .slider-arrow.left {
  color: #858585;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 10px;
  padding: 10px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .nouverp-slidebtn .slider-arrow.left {
    font-size: 12px;
  }
}
.nouverp-slidebtn .slider-arrow.right {
  text-transform: uppercase;
  font-size: 20px;
  min-width: initial;
  padding: 13px 20px;
}
@media only screen and (max-width: 767px) {
  .nouverp-slidebtn .slider-arrow.right {
    font-size: 12px;
    padding: 9px 17px;
  }
}


.obligatoire {
  color:red;
  font-weight: bold;
}
.placeholderObligatoire::-webkit-input-placeholder {
  color:red!important;
}