:root {
  --primary-color: #002f47;
  --white: #f7f7f7;
  --secondery-color: #11f5aa;
  --mauve-foncé-isolrenove: #310e26;
  --green-two: #0ddf9a;
  --black: black;
  --mauve-isolrenove: #a71b80;
  --vert-isolrenove: #95c122;
  --background-color: #e9f7f2;
  --paragraph-color: rgba(0, 47, 71, .8);
  --orange-isolrenov: #f39208;
  --color: rgba(0, 0, 0, 0);
  --mauve-isol-reov: var(--mauve-isolrenov-opaque);
  --bleu-isolrenove: #1b9dd9;
  --mauve-isolrenov-opaque: rgba(49, 14, 38, .65);
}

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  min-height: 30px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkcount {
  height: 18px;
  min-width: 18px;
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

.w-commerce-commercecartcontainer {
  width: 100%;
  max-width: 480px;
  min-width: 320px;
  background-color: #fff;
  flex-direction: column;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px rgba(0, 0, 0, .25);
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  height: 38px;
  width: 60px;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  height: 38px;
  width: 60px;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: #333;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: var(--primary-color);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 103.2px;
}

h2 {
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 74px;
}

h3 {
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 43px;
  font-weight: 700;
  line-height: 58px;
}

h4 {
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
}

h5 {
  color: var(--primary-color);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 36px;
}

h6 {
  color: var(--primary-color);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
}

p {
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

a {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.container {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container.sponsor-ticker {
  max-width: 1194px;
}

.main-logo-wrap {
  width: 200px;
  transition: all .35s;
}

.main-logo-wrap:hover {
  transform: scale(.96);
}

.navbar-wrapper {
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-wrapper.v2 {
  background-color: var(--white);
  border-bottom: 1px solid rgba(10, 19, 40, .15);
}

.nav-menu-flex-wrap {
  grid-column-gap: 50px;
  align-items: center;
  display: flex;
}

.single-nav-link {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  transition: all .35s;
}

.single-nav-link:hover {
  color: var(--green-two);
}

.single-nav-link.v1 {
  color: var(--white);
}

.single-nav-link.v1:hover {
  color: var(--secondery-color);
}

.secondary-button {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  transition: all .35s;
}

.secondary-button:hover {
  background-color: var(--primary-color);
  color: var(--white);
  transform: scale(.96);
}

.secondary-button.white {
  border-color: var(--white);
  color: var(--white);
}

.secondary-button.white.nav-desktop:hover {
  background-color: var(--vert-isolrenove);
}

.secondary-button.nav-desktop {
  display: block;
}

.secondary-button.nav-mobile {
  display: none;
}

.primary-button {
  background-color: var(--mauve-isolrenove);
  color: var(--white);
  text-align: center;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  transition: all .35s;
}

.primary-button:hover {
  background-color: var(--vert-isolrenove);
  transform: scale(.96);
}

.primary-button._w-100 {
  width: 100%;
  justify-content: center;
}

.nav-flex-wrap {
  border-bottom: 1px solid rgba(255, 255, 255, .4);
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.nav-flex-wrap.v2 {
  border-bottom-style: none;
}

.section {
  padding-top: 165px;
  padding-bottom: 165px;
}

.section.control-expert {
  padding-top: 0;
  padding-bottom: 0;
}

.section.control-expert.v2 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.services-v1 {
  background-color: var(--white);
  padding: 60px 40px;
}

.section.process {
  padding: 100px 40px 0;
}

.section.choose-us {
  padding-top: 0;
  padding-bottom: 0;
}

.section.team-members {
  background-color: var(--background-color);
}

.section.feedback {
  padding-bottom: 0;
  overflow: hidden;
}

.section.pricing-plan {
  padding-top: 140px;
  padding-bottom: 128px;
}

.section.blog-posts {
  background-color: var(--background-color);
}

.section.cta {
  border-top: 1px solid var(--secondery-color);
  background-image: url('../images/Cta-Bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 105px;
  padding-bottom: 105px;
}

.section.cta.v2 {
  background-image: url('../images/Cta-V2-BG.png');
}

.section.sponsor-ticker {
  padding-top: 85px;
}

.section.service-v2 {
  padding-bottom: 165px;
}

.section.our-treatment {
  padding-top: 304px;
  padding-bottom: 0;
}

.section.after-banner {
  padding-top: 100px;
}

.section.after-banner.blog-single {
  padding-bottom: 135px;
}

.section.after-banner.pp {
  margin-bottom: 0;
}

.section.after-banner.checkout {
  background-color: rgba(0, 0, 0, 0);
}

.section.after-banner.changelog, .section.after-banner.blog-page {
  overflow: hidden;
}

.section.mission-vision {
  padding: 0 40px;
}

.section.main-blogs {
  background-color: var(--background-color);
}

.section.included {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.preview {
  padding-top: 0;
  padding-bottom: 150px;
}

.control-expert-content-wrapper {
  background-image: url('../images/Control-Expert-BG.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 80px;
}

.control-expert-content-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.control-expert-content-wrap {
  z-index: 1;
  max-width: 510px;
  position: relative;
}

.control-expert-summery-count {
  grid-row-gap: 34px;
  flex-direction: column;
  display: flex;
}

.section-title {
  color: var(--primary-color);
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

.section-title.white {
  color: var(--white);
}

.section-title.white.control-expert {
  letter-spacing: 0;
  margin-bottom: 22px;
}

.section-title.white.control-expert.v2 {
  color: var(--primary-color);
}

.section-title.white.pricing {
  margin-bottom: 33px;
}

.section-title.white.mission {
  margin-bottom: 28px;
}

.section-title.blog-v1 {
  margin-bottom: 6px;
}

.section-title.treatment {
  margin-bottom: 12px;
}

.section-title.about {
  margin-bottom: 20px;
}

.section-title.service-single {
  margin-bottom: 14px;
}

.section-title.service-v1 {
  line-height: 60px;
}

.control-expert-list-wrap {
  grid-row-gap: 7px;
  flex-direction: column;
  margin-bottom: 26px;
  padding-left: 25px;
  font-weight: 700;
  display: flex;
}

.control-expert-list-item {
  color: var(--white);
  font-size: 20px;
  list-style: decimal;
}

.control-expert-list-item.v2 {
  color: var(--primary-color);
}

.control-expert-list-details {
  color: var(--white);
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.control-expert-list-details.v2 {
  color: var(--primary-color);
}

.control-expert-img {
  width: 100%;
}

.control-expert-img-wrap {
  width: 100%;
  max-width: 450px;
  flex: none;
  margin: -150px 20px -150px -40px;
}

.control-expert-img-wrap.v2 {
  max-width: 520px;
  position: relative;
}

.single-control-summery-wrap {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.single-control-icon-wrap {
  width: 64px;
  height: 64px;
  background-color: rgba(255, 255, 255, .14);
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.single-control-icon-wrap.about {
  background-color: #0dffaf;
}

.single-control-icon-wrap.v2 {
  background-color: var(--white);
  border-radius: 14px;
}

.feature-overview-counter-wrap {
  height: 42px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.feature-overview-title {
  height: 100%;
  min-height: 100%;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 100%;
}

.feature-overview-title.v2 {
  color: var(--primary-color);
}

.overview-counter-single-row {
  height: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.overview-counter-single-row._2 {
  justify-content: flex-end;
}

.control-summery-details {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.control-summery-details.v2 {
  color: var(--primary-color);
}

.expert-container {
  max-width: 1704px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.section-title-wrap {
  text-align: center;
  margin-bottom: 65px;
}

.section-title-wrap.flex {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-title-wrap.flex.services-v1 {
  margin-top: 100px;
  margin-bottom: 72px;
}

.section-title-wrap.flex.blog {
  margin-bottom: 42px;
}

.section-title-wrap.feedback {
  max-width: 710px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrap.medicine {
  max-width: 624px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrap.blog-v1 {
  margin-bottom: 54px;
}

.section-title-wrap.pricing {
  margin-bottom: 28px;
}

.section-title-wrap.contact {
  max-width: 565px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrap.preview {
  margin-bottom: 52px;
}

.section-title-left-wrap.service-v1, .section-title-left-wrap.team-members {
  max-width: 575px;
}

.section-title-right-wrap.service-v1 {
  max-width: 454px;
}

.section-title-right-wrap.team-members, .section-title-right-wrap.service-v2 {
  max-width: 542px;
}

.section-details {
  color: var(--paragraph-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.section-details.service-v1 {
  margin-bottom: 18px;
}

.section-details.blog-v1 {
  max-width: 542px;
  margin-left: auto;
  margin-right: auto;
}

.section-details.treatment {
  margin-bottom: 25px;
}

.section-details.about {
  margin-bottom: 28px;
}

.section-details.service-single {
  max-width: 742px;
  margin-left: auto;
  margin-right: auto;
}

.section-details.preview-banner {
  margin-bottom: 33px;
}

.section-details._w-513 {
  max-width: 513px;
  margin-left: auto;
  margin-right: auto;
}

.section-details.figma-file {
  color: var(--white);
  margin-bottom: 20px;
}

.section-details.member, .section-details.service-v2 {
  margin-bottom: 18px;
}

.btn-inline-wrap {
  display: inline-block;
}

.services-top-flex-wrap {
  border-bottom: 1px solid rgba(0, 47, 71, .1);
  display: flex;
}

.services-bottom-flex-wrap {
  margin-right: -310px;
  display: flex;
  position: relative;
}

.single-service-v1-wrap {
  width: 100%;
  max-width: 300px;
  min-width: 300px;
  background-color: var(--white);
  border-right: 1px solid rgba(0, 47, 71, .1);
  margin-right: 1px;
  padding: 34px;
  position: relative;
}

.service-v1-icon-wrap {
  width: 78px;
  height: 78px;
  background-color: #e9f7f2;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.service-v1-icon {
  width: 35px;
}

.service-v1-name {
  color: var(--primary-color);
  white-space: nowrap;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
}

.service-v1-details {
  color: var(--paragraph-color);
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.tertiary-btn-wrap {
  grid-column-gap: 8px;
  color: var(--green-two);
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  display: flex;
}

.service-v1-grid-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-v1-img {
  width: 100%;
  height: 100%;
  border: .3px solid var(--secondery-color);
}

.slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.slider.process {
  padding-bottom: 84px;
  overflow: hidden;
}

.slider.banner-v2 {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.single-process-wrap {
  background-color: var(--white);
  border: 1px solid rgba(0, 0, 0, .1);
  padding: 44px 50px 34px 44px;
}

.process-icon-wrap {
  width: 126px;
  height: 126px;
  background-color: #e9f7f2;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.process-icon-flex {
  grid-column-gap: 36px;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.process-details {
  color: var(--paragraph-color);
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.process-number-flex {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.process-number {
  color: var(--primary-color);
  font-size: 32px;
  font-weight: 500;
  line-height: 34px;
}

.process-slider-mask {
  max-width: 648px;
  margin-left: 20px;
  overflow: visible;
}

.slide-nav {
  height: auto;
  padding-top: 0;
  top: auto;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.chose-us-container {
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.chose-us-content-wrapper {
  background-image: url('../images/img-site-isolrenove-16.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -177px;
  padding-top: 364px;
}

.choose-us-tab-content-wrap {
  max-width: 1006px;
  margin-left: auto;
  margin-right: auto;
}

.chose-us-tab-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template: "Tab-Menu"
  / 1.3fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.process-single-slide {
  margin-right: 24px;
}

.chose-us-grid-left-wrap {
  background-image: linear-gradient(to right, var(--primary-color) 4.33%, rgba(0, 47, 71, .88) 24.52%, rgba(0, 47, 71, .88) 67.96%, rgba(0, 47, 71, .9) 94.47%);
  padding-left: 70px;
  padding-right: 60px;
}

.chose-us-grid-left-wrap.top {
  padding-top: 39px;
}

.chose-us-grid-left-wrap.bottom {
  flex-direction: column;
  padding-top: 15px;
  padding-bottom: 52px;
  display: flex;
}

.chose-us-title-wrapper {
  background-color: rgba(255, 255, 255, .1);
  border-radius: 90px;
  margin-bottom: 12px;
  padding: 4px 10px;
  display: inline-block;
}

.chose-us-mini-title {
  color: var(--secondery-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.choose-tab-flex-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.choose-tab-title {
  color: var(--white);
  font-size: 32px;
  font-weight: 500;
  line-height: 43px;
}

.choose-tab-icon-hover {
  z-index: -1;
  position: absolute;
}

.choose-tab-icon-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transform: rotate(-38deg);
}

.single-choose-tab-link {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  padding: 21px 0 28px;
}

.single-choose-tab-link.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.single-choose-tab-link.last {
  border-bottom-style: none;
  padding-bottom: 12px;
}

.single-choose-wrapper {
  background-color: var(--secondery-color);
  padding: 58px 43px;
}

.choose-icon-wrap {
  width: 126px;
  height: 126px;
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.choose-details {
  max-width: 324px;
  color: var(--paragraph-color);
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.choose-us-btn {
  grid-column-gap: 12px;
  color: var(--primary-color);
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  display: flex;
}

.team-collection-flex-wrap {
  grid-column-gap: 24px;
  align-items: flex-start;
  display: flex;
}

.single-member-wrapper {
  position: relative;
  overflow: hidden;
}

.member-collection-flex {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.member-info-wrapper {
  background-color: var(--white);
  padding-top: 32px;
  padding-bottom: 32px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.member-info-content-wrap {
  text-align: center;
}

.member-name {
  color: var(--primary-color);
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.member-designation {
  color: var(--green-two);
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.member-designation.hover {
  color: var(--primary-color);
}

.member-hover-wrap {
  background-image: linear-gradient(to bottom, rgba(17, 245, 170, 0) 47.45%, var(--secondery-color) 80.86%);
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 28px;
  padding-left: 29px;
  padding-right: 29px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.member-hover-content-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.member-social-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-social-link-wrap {
  width: 39.4px;
  height: 39.4px;
  background-color: var(--white);
  color: var(--primary-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 18px;
  transition: all .35s;
  display: flex;
}

.single-social-link-wrap:hover {
  background-color: var(--primary-color);
  color: var(--white);
}

.team-collection-flex-item.middle {
  margin-top: 50px;
}

.feedback-ticker-wrapper {
  max-width: 1150px;
  grid-column-gap: 18px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.feedback-single-ticker-wrap {
  max-width: 49%;
}

.single-feedback-wrapper {
  border: 1px solid rgba(0, 0, 0, .1);
  margin-bottom: 18px;
  padding: 29px;
  position: relative;
}

.feedback-author-flex {
  grid-column-gap: 20px;
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.feedback-star-flex {
  grid-column-gap: 7px;
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.feedback-author-name {
  color: var(--primary-color);
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.feedback-author-date {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
}

.feedback-quote {
  position: absolute;
  top: 53px;
  bottom: auto;
  left: auto;
  right: 29px;
}

.feedback-wrapper {
  padding-bottom: 74px;
  position: relative;
}

.feedback-blur {
  height: 345px;
  background-image: linear-gradient(to top, var(--white) 35.67%, rgba(255, 255, 255, .99) 60.81%, rgba(255, 255, 255, .74) 84.61%, rgba(255, 255, 255, .01));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.feedback-btn-wrap {
  z-index: 1;
  text-align: center;
  position: absolute;
  top: auto;
  bottom: 164px;
  left: 0%;
  right: 0%;
}

.pricing-plan-content {
  background-image: url('../images/Pricing-Plan-Bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 116px;
  padding-bottom: 115px;
}

.pricing-tab-grid-wrap {
  grid-column-gap: 70px;
  grid-row-gap: 16px;
  grid-template: "Pricing-Plan-Tab-Links"
  / 1.4fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-tab-link {
  min-width: 225px;
  background-color: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .13);
  padding: 26px 30px 23px 35px;
}

.pricing-tab-link.w--current {
  background-color: rgba(255, 255, 255, .1);
}

.plan-tab-price {
  color: var(--white);
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
}

.plan-tab-name {
  color: var(--white);
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.tabs-menu {
  grid-column-gap: 19px;
  align-items: center;
  display: flex;
}

.plan-tab-content-wrap {
  margin-top: -358px;
  margin-bottom: -243px;
}

.single-plan-wrap {
  background-color: var(--background-color);
  padding: 64px 60px;
}

.plan-feature-list-wrap {
  grid-row-gap: 30px;
  flex-direction: column;
  margin-bottom: 45px;
  padding-left: 0;
  display: flex;
}

.plan-feature-list-wrap.pricing-page {
  grid-row-gap: 20px;
  margin-bottom: 42px;
}

.plan-feature-list-wrap.pricing-page.single {
  margin-bottom: 54px;
}

.plan-feature-list-item {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.plan-feature-list-details {
  color: var(--primary-color);
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
}

.tabs-content {
  overflow: visible;
}

.medicins-flex-wrap {
  grid-column-gap: 24px;
  display: flex;
}

.medicins-flex-item {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.single-medicine-wrap {
  border: 1px solid var(--secondery-color);
  position: relative;
  overflow: hidden;
}

.medicins-hover-wrap {
  height: 100%;
  max-height: 218px;
  background-image: linear-gradient(to bottom, rgba(17, 245, 170, 0), var(--secondery-color) 63.54%);
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 35px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.medicin-name-wrapper {
  text-align: center;
}

.medicine-name {
  color: var(--primary-color);
  letter-spacing: 0;
  margin-bottom: 7px;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.medicine-purpose {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.blog-v1-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-blog-post-wrap {
  background-color: var(--white);
  padding: 24px 24px 30px;
}

.single-blog-post-wrap.border {
  border: 1px solid rgba(0, 0, 0, .1);
}

.post-img-wrap {
  margin-bottom: 40px;
  transition: all .35s;
  display: block;
  overflow: hidden;
}

.post-img-wrap:hover {
  transform: scale(.98);
}

.post-img-wrap.blog-v1 {
  height: 278px;
}

.post-category {
  background-color: var(--background-color);
  color: var(--primary-color);
  padding: 4px 10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  display: inline-block;
}

.post-cat-wrapper {
  margin-bottom: 16px;
}

.post-title-wrap {
  margin-bottom: 19px;
  display: block;
}

.post-title-wrap.small {
  margin-bottom: 14px;
}

.post-title {
  color: var(--primary-color);
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
  transition: all .35s;
}

.post-title:hover {
  color: var(--green-two);
}

.post-title.small {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.post-date-author-flex-wrap {
  grid-column-gap: 15px;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.post-date-author-flex-wrap.small {
  margin-bottom: 35px;
}

.post-date-author-flex-wrap.single {
  justify-content: center;
  margin-bottom: 14px;
}

.post-info-flex {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.post-info-details {
  color: var(--primary-color);
  font-size: 17px;
  font-weight: 400;
  line-height: 14px;
}

.post-info-divider {
  width: 1px;
  height: 24px;
  background-color: var(--primary-color);
}

.single-small-blog-wrap {
  background-color: var(--white);
  padding: 24px 30px 24px 24px;
}

.single-small-blog-wrap.border {
  border: 1px solid rgba(0, 0, 0, .1);
}

.small-blog-collection-wrap {
  grid-column-gap: 33px;
  align-items: center;
  display: flex;
}

.small-post-img {
  height: 265px;
  max-width: 226px;
  object-fit: cover;
}

.small-posts-flex-wrap {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.cta-grid-wrapper {
  grid-column-gap: 115px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.cta-form-title {
  max-width: 472px;
  color: var(--white);
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.cta-form-wrapper {
  margin-bottom: 0;
}

.cta-form-flex {
  grid-column-gap: 20px;
  display: flex;
}

.cta-input {
  height: 58px;
  color: var(--white);
  background-color: rgba(255, 255, 255, .15);
  border: 1px solid rgba(255, 255, 255, .2);
  margin-bottom: 0;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.cta-input::-ms-input-placeholder {
  color: var(--white);
}

.cta-input::placeholder {
  color: var(--white);
}

.footer {
  padding-left: 40px;
  padding-right: 40px;
}

.footer-top {
  padding-top: 96px;
  padding-bottom: 90px;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding-top: 8px;
  padding-bottom: 15px;
}

.footer-bottom.preview {
  padding-top: 23px;
  padding-bottom: 17px;
}

.footer-details-wrapper {
  max-width: 414px;
}

.footer-logo-wrap {
  width: 200px;
  margin-bottom: 13px;
  transition: all .35s;
}

.footer-logo-wrap:hover {
  transform: scale(.96);
}

.footer-details {
  margin-bottom: 30px;
}

.footer-social-links-wrap {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.footer-social-link-wrap {
  width: 55.59px;
  height: 55.59px;
  color: var(--primary-color);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 47, 71, .1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 24px;
  transition: all .35s;
  display: flex;
}

.footer-social-link-wrap:hover {
  background-color: var(--primary-color);
  color: var(--white);
  transform: translate(0, -5px);
}

.footer-top-flex-wrap {
  justify-content: space-between;
  display: flex;
}

.footer-links-wrapper.footer-contact {
  max-width: 228px;
}

.footer-links-title {
  margin-bottom: 20px;
}

.footer-links-wrap {
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.single-footer-link {
  grid-column-gap: 16px;
  color: var(--paragraph-color);
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  transition: all .35s;
  display: flex;
}

.single-footer-link:hover {
  color: var(--green-two);
  transform: translate(5px);
}

.footer-contact-details {
  color: var(--paragraph-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.copyright-text {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.copyright-link {
  color: var(--green-two);
  text-decoration: underline;
  transition: all .35s;
  display: inline-block;
}

.copyright-link.preview {
  color: var(--primary-color);
  font-weight: 700;
  text-decoration: none;
}

.banner-v2-wrapper {
  margin-top: 120px;
  padding-bottom: 55px;
  position: relative;
}

.banner-v2-content-wrapper {
  z-index: 1;
  padding-top: 82px;
  padding-bottom: 82px;
  position: relative;
}

.banner-v2-content-wrap {
  max-width: 832px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.banner-v2-title {
  color: var(--white);
  margin-bottom: 22px;
  font-size: 94px;
  font-weight: 700;
  line-height: 94px;
}

.banner-v2-details {
  max-width: 747px;
  color: var(--white);
  margin-bottom: 23px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.banner-v2-slide-content-wrapper, .banner-slide-img {
  width: 100%;
  height: 100%;
}

.banner-slide-overay {
  z-index: 2;
  background-image: linear-gradient(to right, rgba(0, 47, 71, .85) 4.33%, rgba(0, 47, 71, .7) 37.98%, rgba(0, 47, 71, .7) 67.96%, rgba(0, 47, 71, .85) 94.47%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.banner-v2-title-insect {
  width: 50.34px;
  height: 68px;
  background-image: url('../images/Banner-V2-Insect.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 3px;
  display: inline-block;
}

.banner-v2-slide-nav {
  z-index: 3;
  padding-top: 0;
  top: auto;
  bottom: -76px;
  left: 0%;
  right: 0%;
}

.slider-arrow-none {
  display: none;
}

.banner-v2-man-left {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 37px;
  right: auto;
}

.banner-v2-man-right {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 45px;
}

.banner-v2-insect-left {
  position: absolute;
  top: 3px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.banner-v2-insect-right {
  position: absolute;
  top: 3px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.sponsor-ticker-wrapper {
  align-items: center;
  display: flex;
  overflow: hidden;
}

.sponsor-ticker-wrapper.mb-25 {
  margin-bottom: 25px;
}

.sponsor-ticker-wrapper._2 {
  justify-content: flex-end;
}

.sponsor-ticker-logo-wrap {
  background-color: #f8f8f8;
  flex: none;
  margin-right: 25px;
  padding: 27px 32px;
}

.single-sponsor-ticker {
  flex: none;
  align-items: center;
  display: flex;
}

.control-expert-content-wrapper-v2 {
  background-color: var(--secondery-color);
  padding: 60px;
}

.control-expert-img-small {
  max-width: 230px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.single-service-wrapper {
  background-color: var(--white);
  border: 1px solid rgba(0, 0, 0, .1);
  padding: 44px 50px 42px 44px;
}

.service-icon-wrap {
  width: 126px;
  height: 126px;
  background-color: var(--background-color);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-details {
  color: var(--paragraph-color);
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.treatment-container {
  max-width: 1704px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.treatment-content-wrapper {
  background-image: url('../images/Treatment-BG-Img.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 1px;
  padding-bottom: 108px;
}

.treatment-offer-details-flex {
  max-width: 1145px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.treatment-offer-title {
  color: var(--white);
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
}

.treatment-offer-details {
  color: rgba(255, 255, 255, .8);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.treatment-discount-flex {
  grid-column-gap: 17px;
  align-items: center;
  display: flex;
}

.treatment-discount {
  color: var(--secondery-color);
  font-size: 94px;
  font-weight: 700;
  line-height: 80px;
}

.treatment-discount-text {
  color: var(--white);
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.treatment-wrapper {
  background-color: var(--background-color);
  margin-top: -228px;
  margin-bottom: 100px;
  padding-top: 84px;
  padding-left: 85px;
  padding-right: 80px;
}

.treatment-flex-wrapper {
  align-items: flex-start;
  display: flex;
}

.treatment-content {
  z-index: 1;
  max-width: 455px;
  margin-bottom: 84px;
  position: relative;
}

.treatment-img {
  margin-top: -161px;
}

.single-treatment-feature {
  background-color: var(--white);
  border-radius: 100px;
  padding: 35px 39px;
}

.single-treatment-feature._2 {
  margin-left: 40px;
  padding-right: 53px;
}

.single-treatment-feature._1 {
  padding-right: 62px;
}

.single-treatment-feature._3 {
  padding-right: 46px;
}

.treatment-feature-content-flex {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.treatment-feature-text {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.treatment-feature-wrap {
  z-index: 1;
  grid-row-gap: 24px;
  flex-direction: column;
  margin-left: -148px;
  display: flex;
  position: relative;
}

.pricing-plan-container {
  max-width: 1629px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.inner-banner {
  border-bottom: 1px solid var(--secondery-color);
  background-image: url('../images/Inner-Banner-BG.jpg');
  background-position: 0 0;
  background-size: auto;
  margin-top: 120px;
  padding-top: 115px;
  padding-bottom: 115px;
}

.inner-banner-content-wrap {
  text-align: center;
}

.inner-banner-title {
  color: var(--white);
  letter-spacing: -.035em;
  margin-bottom: 10px;
  font-size: 70px;
  font-weight: 700;
  line-height: 94px;
}

.breadcrumb-wrapper {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.breadcrumb-link {
  color: var(--white);
  letter-spacing: -.035em;
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  display: inline-block;
}

.breadcrumb-link.w--current {
  color: var(--secondery-color);
}

.about-us-content-wrapper {
  max-width: 939px;
  background-color: var(--background-color);
  margin-bottom: -292px;
  padding: 82px 115px 82px 92px;
  position: relative;
}

.about-summery-wrap {
  max-width: 1084px;
  background-color: var(--secondery-color);
  margin-top: -88px;
  margin-left: auto;
  padding: 72px 50px 60px;
  position: relative;
}

.about-summery-count {
  grid-column-gap: 80px;
  flex-direction: row;
  display: flex;
}

.mission-vision-container {
  max-width: 1668px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.mission-vision-content-wrapper {
  background-color: var(--primary-color);
  padding-top: 60px;
  padding-bottom: 231px;
}

.mission-vision-grid-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  margin-bottom: -184px;
  display: grid;
}

.mission-vision-img-wrap {
  margin-right: 20px;
}

.mission-vision-img {
  padding-left: 14px;
}

.mission-content-divider {
  width: 100%;
  height: 1px;
  max-width: 534px;
  background-color: rgba(255, 255, 255, .2);
  margin-bottom: 28px;
}

.mission-tab-links-wrap {
  grid-column-gap: 10px;
  align-items: center;
  margin-bottom: 28px;
  display: flex;
}

.mission-single-tab-link {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  padding: 15px 26px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.mission-single-tab-link.w--current {
  border-color: var(--white);
  background-color: var(--mauve-isolrenove);
  color: var(--white);
}

.mission-tab-details {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.missio-tab-content {
  max-width: none;
  font-size: 12px;
}

.category-btn {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  background-color: rgba(0, 0, 0, 0);
  padding: 14px 25px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.category-btn.w--current {
  border-color: var(--secondery-color);
  background-color: var(--secondery-color);
}

.cat-flex-wrapper {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.blog-title-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, .15);
}

.blog-title-wrapper {
  margin-bottom: 60px;
}

.blog-posts-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-single-content-wrapper {
  max-width: 1096px;
  margin-left: auto;
  margin-right: auto;
}

.blog-single-title-wrap {
  max-width: 920px;
  text-align: center;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
}

.blog-single-img {
  width: 100%;
  height: 555px;
  border: 1px solid var(--secondery-color);
  object-fit: cover;
  object-position: 50% 0%;
}

.blog-single-img-wrap {
  margin-bottom: 40px;
}

.blog-single-details-wrapper {
  max-width: 969px;
  margin-left: auto;
  margin-right: auto;
}

.blog-single-details p {
  color: var(--paragraph-color);
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.blog-single-details blockquote {
  background-color: var(--secondery-color);
  color: var(--black);
  border-left-style: none;
  margin-top: 53px;
  margin-bottom: 53px;
  padding: 45px 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.service-icon-flex-wrap {
  grid-column-gap: 35px;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.service-name {
  max-width: 160px;
  color: var(--primary-color);
  word-break: keep-all;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.service-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-single-content-wrap {
  max-width: 1096px;
  margin-left: auto;
  margin-right: auto;
}

.service-single-title-wrap {
  text-align: center;
  margin-bottom: 50px;
}

.service-single-video-wrap {
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.play-btn-wrap {
  position: absolute;
}

.play-thumbnail {
  border: 1px solid var(--secondery-color);
}

.service-single-details-wrapper {
  max-width: 959px;
  margin-left: auto;
  margin-right: auto;
}

.service-single-details p {
  color: var(--paragraph-color);
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.service-single-details h4 {
  color: var(--primary-color);
  margin-top: 50px;
  margin-bottom: 23px;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.service-single-details strong {
  color: var(--green-two);
  font-weight: 500;
}

.pricing-tab-wrapper {
  text-align: center;
}

.pricing-tabs-menu-wrap {
  background-color: var(--secondery-color);
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  display: inline-block;
}

.pricing-tabs-menu-link {
  color: var(--primary-color);
  background-color: rgba(0, 0, 0, 0);
  padding: 20px 32px;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

.pricing-tabs-menu-link.w--current {
  background-color: var(--white);
}

.pricing-plan-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-pricing-plan-wrap {
  background-color: var(--background-color);
  padding: 45px 30px;
}

.pricing-plan-content-wrap {
  text-align: left;
}

.plan-price {
  color: var(--primary-color);
  font-size: 42px;
  font-weight: 700;
  line-height: 40px;
}

.plan-flex-wrap {
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.plan-name {
  color: var(--primary-color);
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.plan-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 47, 71, .2);
  margin-bottom: 30px;
}

.plan-divider.single {
  margin-bottom: 52px;
}

.plan-single-grid-wrapper {
  max-width: 1214px;
  grid-column-gap: 118px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.plan-single-name {
  color: var(--primary-color);
  margin-bottom: 7px;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.plan-single-details {
  max-width: 604px;
  color: var(--paragraph-color);
  margin-bottom: 44px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.plan-single-more-details h3 {
  color: var(--primary-color);
  margin-bottom: 7px;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.plan-single-more-details p {
  color: var(--paragraph-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.plan-cart-wrapper {
  background-color: var(--background-color);
  padding: 35px 37px;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.plan-cart-title {
  color: var(--primary-color);
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 38px;
}

.plan-cart-details {
  max-width: 310px;
  color: var(--primary-color);
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.plan-duration-select {
  color: var(--primary-color);
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  margin-bottom: 17px;
  padding: 0 0 9px;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.plan-cart-price {
  color: var(--primary-color);
  letter-spacing: -.04em;
  margin-bottom: 14px;
  font-size: 70px;
  font-weight: 700;
  line-height: 64px;
}

.default-state {
  margin-bottom: 0;
}

.contact-info-grid-wrap {
  max-width: 984px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 52px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.single-contact-info {
  background-color: var(--background-color);
  flex-direction: column;
  padding-top: 19px;
  padding-bottom: 35px;
  display: flex;
}

.contact-info-content-wrap {
  text-align: center;
}

.contact-info-icon-wrap {
  width: 92px;
  height: 92px;
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 13px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-info-details {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
}

.contact-form-wrapper {
  background-color: var(--background-color);
  padding: 69px 112px;
}

.contact-form-wrap {
  margin-bottom: 0;
}

.contact-form-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 38px;
  display: grid;
}

.contact-single-field-wrapper.message {
  margin-bottom: 40px;
}

.contact-field-label {
  color: var(--primary-color);
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
}

.contact-field {
  height: 58px;
  background-color: var(--white);
  color: var(--primary-color);
  border: 1px #000;
  margin-bottom: 0;
  padding: 0 26px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.contact-field::-ms-input-placeholder {
  color: var(--paragraph-color);
}

.contact-field::placeholder {
  color: var(--paragraph-color);
}

.contact-message-field {
  max-width: 100%;
  min-height: 335px;
  min-width: 100%;
  background-color: var(--white);
  color: var(--primary-color);
  border: 1px #000;
  margin-bottom: 0;
  padding: 25px 26px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.contact-message-field::-ms-input-placeholder {
  color: var(--paragraph-color);
}

.contact-message-field::placeholder {
  color: var(--paragraph-color);
}

.sg-para-details {
  color: var(--primary-color);
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.sg-color-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 34px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sg-title-flex-wrap {
  grid-row-gap: 23px;
  flex-direction: column;
  display: flex;
}

.sg-color-code {
  color: var(--primary-color);
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
}

.sg-color-code.white {
  color: var(--white);
}

.single-sg-wrapper {
  margin-bottom: 84px;
}

.single-sg-wrapper.last {
  margin-bottom: 0;
}

.sg-paragraph-details {
  margin-bottom: 60px;
}

.sg-paragraph-details.last {
  margin-bottom: 0;
}

.sg-buttons-wrap {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.single-sg-title {
  color: var(--primary-color);
  background-color: #f1f1f1;
  margin-bottom: 30px;
  padding: 6px 13px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

.sg-container {
  max-width: 985px;
}

.single-color-box {
  width: 100%;
  height: 243px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.single-color-box._2 {
  background-color: var(--background-color);
}

.single-color-box._3 {
  background-color: var(--primary-color);
}

.single-color-box._1 {
  background-color: var(--secondery-color);
}

.sg-para-info {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.sg-para-title {
  color: var(--primary-color);
  margin-bottom: 17px;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

._404-content-wrapper {
  max-width: 602px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

._404-img {
  margin-bottom: 60px;
}

._404-title {
  color: var(--primary-color);
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

._404-details {
  color: var(--primary-color);
  margin-bottom: 23px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.license-title {
  color: var(--primary-color);
  margin-bottom: 18px;
  font-size: 43px;
  font-weight: 700;
  line-height: 53px;
}

.license-img-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.license-link {
  color: var(--green-two);
  font-weight: 700;
  text-decoration: underline;
  display: inline-block;
}

.license-details {
  max-width: 698px;
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.license-title-wrapper {
  margin-bottom: 48px;
}

.license-img.l3 {
  max-width: 49%;
}

.license-img.l2 {
  max-width: 24%;
}

.license-img.l5 {
  max-width: 49%;
}

.license-img.l1 {
  max-width: 24%;
}

.license-img.l4 {
  max-width: 49%;
}

.changelog-date-wrap {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
}

.changelog-grid-left-wrap {
  border-right: 1px solid #e0e0e0;
  position: relative;
}

.changelog-content-wrapper {
  background-color: var(--background-color);
  padding: 120px 133px;
}

.single-changelog-content-wrap {
  border-left: 4px solid var(--secondery-color);
  background-color: var(--white);
  padding: 30px;
}

.changelog-dot {
  width: 16px;
  height: 16px;
  background-color: var(--secondery-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -8px;
  bottom: auto;
  left: auto;
  right: -8px;
}

.changelog-content-wrap {
  max-width: 984px;
}

.single-changelog-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.changelog-list-details {
  color: var(--paragraph-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.changelog-grid-right-wrap {
  padding-bottom: 64px;
  padding-left: 66px;
}

.changelog-grid-right-wrap.last {
  padding-bottom: 0;
}

.changelog-list {
  grid-row-gap: 16px;
  color: #c2c2c2;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.changelog-inner-dot {
  width: 8px;
  height: 8px;
  background-color: var(--black);
  border-radius: 50%;
}

.changelog-title {
  color: #20261d;
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.pp-container {
  max-width: 784px;
  background-color: var(--background-color);
  margin-left: auto;
  margin-right: auto;
  padding: 100px 124px;
}

.pp-form-content {
  text-align: center;
}

.pp-img-wrap {
  width: 176px;
  height: 176px;
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pp-title {
  color: var(--primary-color);
  margin-bottom: 7px;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.pp-details {
  color: var(--paragraph-color);
  margin-bottom: 44px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.pp-field-wrap {
  text-align: left;
  margin-bottom: 25px;
}

.dropdown-column-wrapper {
  width: 160px;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  left: -40px;
  overflow: hidden;
}

.dropdown-toggle {
  align-items: center;
  padding: 0;
  display: flex;
}

.dropdown-toggle-arrow {
  margin-left: 8px;
  font-family: "Fa Solid 900", sans-serif;
}

.dropdown-menu-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.block-header {
  background-color: var(--background-color);
  border-style: none;
  border-color: rgba(0, 47, 71, .2);
  margin-bottom: 10px;
  padding: 10px 15px;
}

.block-content {
  background-color: var(--background-color);
  border: 1px #000;
  padding: 15px 15px 5px;
}

.checkout-title {
  font-size: 20px;
  line-height: 30px;
}

.checkout-field {
  height: 40px;
  background-color: var(--white);
  color: var(--primary-color);
  border: 1px #000;
  margin-bottom: 10px;
  padding: 0 26px;
  line-height: 28px;
}

.checkout-field::-ms-input-placeholder {
  color: var(--paragraph-color);
}

.checkout-field::placeholder {
  color: var(--paragraph-color);
}

.preloader-wrapper {
  z-index: 99999;
  background-color: var(--background-color);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cart-wrapper {
  background-color: rgba(0, 47, 71, .6);
}

.remove-button {
  color: var(--green-two);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: underline;
}

.cart-quantity {
  width: 18px;
  height: 18px;
  min-width: auto;
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 50%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  position: absolute;
  top: -8px;
  bottom: auto;
  left: auto;
  right: -9px;
}

.cart-quantity._2 {
  background-color: var(--white);
  color: var(--primary-color);
}

.cart-plan-duration {
  color: var(--paragraph-color);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.cart-button {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  position: relative;
}

.cart-quantity-2 {
  width: 50px;
  height: 30px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 0;
  padding: 5px 6px 5px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  display: none;
}

.cart-flex-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.cart-header {
  border-bottom-color: rgba(0, 47, 71, .2);
  padding: 30px 45px 16px;
}

.cart-item {
  padding-top: 0;
  padding-bottom: 0;
}

.cart-line-item {
  margin-bottom: 27px;
}

.cart-footer {
  border-top-color: rgba(0, 47, 71, .2);
  padding: 18px 45px 35px;
}

.cart-total-text {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.cart-total-text.price {
  font-weight: 700;
}

.close-button {
  width: auto;
  height: auto;
  cursor: pointer;
}

.cart-list {
  grid-row-gap: 30px;
  flex-direction: column;
  padding: 34px 45px;
  display: flex;
}

.cart-heading {
  color: #05092b;
  font-size: 43px;
  font-weight: 700;
  line-height: 160%;
}

.cart-container {
  max-width: 474px;
  background-color: var(--white);
}

.cart-plan-name {
  color: var(--primary-color);
  letter-spacing: -.01em;
  margin-bottom: 7px;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

.cart-price {
  color: var(--primary-color);
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
}

.nav-cart-flex-wrap {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.preview-banner-wrap {
  margin-top: 120px;
  padding-top: 52px;
  padding-bottom: 99px;
}

.preview-banner-content-wrap {
  max-width: 650px;
  text-align: center;
  margin-bottom: 200px;
  margin-left: auto;
  margin-right: auto;
}

.preview-banner-title {
  color: var(--primary-color);
  margin-bottom: 24px;
  font-size: 80px;
  font-weight: 700;
  line-height: 90px;
}

._2-buttons-wrap {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.preview-banner-images-wrapper {
  background-color: var(--secondery-color);
  margin-left: auto;
  margin-right: auto;
  padding-left: 98px;
  padding-right: 98px;
}

.preview-banner-image-flex {
  justify-content: center;
  display: flex;
}

.preview-banner-image-wrap {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 18px;
  justify-content: center;
  align-items: flex-end;
  margin-top: -125px;
  margin-bottom: -99px;
  display: flex;
}

.preview-img-1 {
  z-index: 1;
  max-width: 482px;
  flex: none;
  box-shadow: 0 10px 198.92px rgba(0, 0, 0, .08);
}

.preview-img-2 {
  z-index: 1;
  max-width: 482px;
  flex: none;
  position: relative;
  box-shadow: 0 14px 250px rgba(0, 0, 0, .15);
}

.preview-section-title {
  margin-bottom: 8px;
}

.included-icon-wrap {
  width: 97px;
  height: 97px;
  background-color: var(--secondery-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.included-single-card {
  background-color: var(--white);
  text-align: center;
  padding: 44px 49px;
}

.included-contant-wrapper {
  background-color: var(--background-color);
  padding: 84px;
}

.included-card-title {
  color: var(--primary-color);
  margin-bottom: 18px;
  font-size: 28px;
  font-weight: 700;
  line-height: 24px;
}

.included-card-details {
  color: #01060f;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.included-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.demo-grid-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.demo-img-wrap {
  background-color: var(--background-color);
  margin-bottom: 35px;
  padding: 32px 30px;
  position: relative;
  overflow: hidden;
}

.single-demo-image {
  z-index: 1;
  width: 100%;
  position: relative;
}

.demo-shape-one {
  width: 100%;
  height: 50%;
  background-color: var(--secondery-color);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.demo-shape-two {
  width: 100%;
  height: 50%;
  background-color: var(--secondery-color);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.page-name {
  color: var(--primary-color);
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

.single-demo-wrap {
  width: 100%;
  text-align: center;
}

.single-demo-content {
  width: 100%;
  max-width: 648px;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}

.figma-file-top-wrapper {
  max-width: 565px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.figma-file-wrapper {
  background-color: var(--primary-color);
  padding-top: 85px;
  padding-left: 164px;
  padding-right: 164px;
  position: relative;
}

.figma-icon-wrap {
  width: 150px;
  height: 150px;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.figma-file-img {
  width: 100%;
}

.secondery-button-hover {
  z-index: -1;
  width: 0;
  height: 0;
  background-color: #c2f407;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 50%;
  right: 0%;
  transform: translate(-50%, -50%);
}

.figma-file-contant-wrapper {
  position: relative;
}

.figma-file-image-wrapper {
  max-width: 1115px;
}

.primary-button-hover {
  z-index: -1;
  width: 0;
  height: 0;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 50%;
  right: 0%;
  transform: translate(-50%, -50%);
}

.figma-file-title {
  color: var(--white);
  margin-bottom: 17px;
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
}

.preview-footer-content-wrap {
  max-width: 696px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.preview-footer-top {
  padding-top: 130px;
  padding-bottom: 38px;
}

.preview-footer-title {
  color: var(--primary-color);
  margin-bottom: 5px;
  font-size: 50px;
  font-weight: 700;
  line-height: 68px;
}

.preview-footer-details {
  color: var(--paragraph-color);
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.dropdown-content-wrap {
  border: 1px solid var(--primary-color);
  background-color: var(--white);
  border-radius: 5px;
  padding: 20px;
}

.small-post-img-wrap {
  transition: all .35s;
}

.small-post-img-wrap:hover {
  transform: scale(.98);
}

.single-teacher-img-wrap {
  flex: none;
}

.single-teacher-name {
  color: var(--white);
  margin-bottom: 13px;
  font-size: 44px;
  font-weight: 700;
  line-height: 120%;
}

.single-teacher-designation {
  color: var(--secondery-color);
  letter-spacing: -.01em;
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.teacher-social-flex-wrap {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.single-teacher-details-flex {
  grid-column-gap: 56px;
  align-items: center;
  display: flex;
}

.single-teacher-details-wrapper {
  max-width: 1193px;
  background-color: var(--primary-color);
  margin-left: auto;
  margin-right: auto;
  padding: 95px 108px 100px 114px;
}

.single-teacher-details {
  max-width: 574px;
  color: var(--white);
  letter-spacing: -.01em;
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.single-teacher-social {
  width: 50px;
  height: 50px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 18px;
  transition: all .35s;
  display: flex;
}

.single-teacher-social:hover {
  border-color: var(--secondery-color);
  background-color: var(--secondery-color);
  color: var(--primary-color);
  transform: translate(0, -5px);
}

.single-teacher-img {
  width: 340px;
  height: 395px;
  object-fit: cover;
  object-position: 50% 0%;
}

.about-img-wrap {
  overflow: hidden;
}

.banner-section {
  z-index: 1;
  background-color: var(--color);
  padding-top: 174px;
  position: relative;
}

.banner-v1-bg-wrap {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.banner-content-wrap {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.banner-content-flex-left-wrap {
  width: 70%;
  margin-right: 20px;
}

.banner-content-flex-right-wrap {
  max-width: 600px;
}

.banner-mini-title-wrap {
  grid-column-gap: 12px;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.banner-mini-title-border {
  width: 45px;
  height: 1px;
  background-color: var(--secondery-color);
}

.banner-mini-title-border.for-tab {
  display: none;
}

.banner-mini-title-text {
  color: var(--secondery-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.banner-v1-title {
  color: var(--white);
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.banner-details {
  color: rgba(255, 255, 255, .8);
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.banner-v1-img {
  padding-left: 40px;
  padding-right: 40px;
}

.single-slide-service-wrapper {
  background-color: var(--white);
  border: 1px solid rgba(0, 0, 0, .1);
  padding: 44px 50px 42px 44px;
}

.image-hero-wrapper {
  z-index: 0;
  height: 100%;
  background-image: linear-gradient(20deg, #000, rgba(255, 255, 255, 0));
  position: static;
}

.hero-header-bg-video {
  z-index: 0;
  width: 100%;
  height: 780px;
  background-image: linear-gradient(rgba(39, 19, 38, .79), rgba(39, 19, 38, .79));
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.icon-service {
  margin-right: 10px;
}

.mission-single-tab-link-isolation {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  padding: 15px 54px 15px 26px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.mission-single-tab-link-isolation.w--current {
  border-color: var(--white);
  background-color: var(--bleu-isolrenove);
  color: var(--white);
  display: flex;
}

.mission-single-tab-link-plafonnage {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  padding: 15px 54px 15px 26px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.mission-single-tab-link-plafonnage.w--current {
  border-color: var(--white);
  background-color: var(--black);
  color: var(--white);
}

.our-technology-bg-video {
  justify-content: center;
  align-items: center;
  display: flex;
}

.our-technology-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.play-button-shadow-2 {
  z-index: 0;
  width: 80px;
  height: 80px;
  border: 1px solid #fff;
  border-radius: 70px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  transform: scale(0);
}

.h3-m {
  color: #313233;
  text-align: left;
  font-size: 33px;
  font-weight: 600;
  line-height: 36px;
}

.play-button {
  z-index: 2;
  width: 80px;
  height: 80px;
  background-color: var(--mauve-isolrenove);
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-left: 5px;
  font-size: 30px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-sub-text-left-align {
  max-width: none;
  margin-top: 25px;
  margin-left: 0;
  margin-right: 0;
}

.our-technology-left-flex {
  max-width: 485px;
  margin-right: 70px;
  padding: 0;
}

.play-icon-container {
  width: 18px;
}

.our-technology-right-flex {
  width: auto;
  max-width: 625px;
  flex: 1;
}

.para-17 {
  color: #313233;
  text-align: justify;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}

.our-technology-heading-container {
  max-width: 380px;
  justify-content: center;
  display: flex;
}

.video-light-box {
  width: 100%;
  height: 100%;
  position: relative;
}

.our-technology-video-container {
  width: auto;
  height: 500px;
  padding-left: 0;
  padding-right: 0;
}

.play-button-shadow-1 {
  z-index: 0;
  width: 80px;
  height: 80px;
  border: 1px solid #fff;
  border-radius: 70px;
  position: absolute;
  transform: scale(0);
}

.section-title-right-wrap-copy2.service-v1 {
  width: 100%;
  max-width: none;
}

.section-title-right-wrap-copy2.team-members, .section-title-right-wrap-copy2.service-v2 {
  max-width: 542px;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-huge {
  padding-top: 0;
  padding-bottom: 0;
}

.work-up {
  color: #16a7c1;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 48px;
  display: flex;
}

.heading-3 {
  margin-bottom: 40px;
}

.html-embed {
  width: 100%;
  margin-bottom: 100px;
}

.contact-link {
  color: #7a7a7a;
  text-decoration: none;
  display: flex;
}

.contact-link:hover {
  color: #7a7a7a;
}

.contact-wrapper {
  justify-content: space-between;
  display: flex;
}

.contact-links-grid {
  grid-row-gap: 34px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: start;
}

.card {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 5px 18px rgba(46, 46, 46, .03);
}

.card.contact-form-card {
  z-index: 1;
  width: 100%;
  min-height: 725px;
  border: 1px solid #dfdfdf;
  align-items: center;
  padding: 76px 35px 69px;
  display: flex;
  position: relative;
}

.contact-content-top {
  margin-bottom: 31px;
}

.title.contact-link-title {
  color: #151515;
  margin-bottom: 2px;
  font-weight: 600;
  line-height: 1.333em;
}

.title.contact-link-title:hover {
  color: #151515;
}

.title.h2-size {
  color: #151515;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.421em;
}

.title.h2-size.contact {
  margin-bottom: 17px;
}

.image.contact-link-icon {
  width: 100%;
  object-fit: cover;
}

.bg {
  position: absolute;
}

.bg.card-contact-form {
  width: 80%;
  min-height: 78%;
  background-color: #006b7c;
  top: 0;
  right: 0;
}

.container-default {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.image-wrapper {
  align-items: center;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.contact-link-icon {
  width: 55px;
  max-height: 55px;
  min-height: 55px;
  min-width: 55px;
  margin-right: 22px;
}

.section-2 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-2.contact {
  padding-top: 96px;
  padding-bottom: 60px;
}

.paragraph.contact {
  margin-bottom: 0;
}

.subtitle {
  color: #008f84;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 1.111em;
}

.split-content.contact-left {
  max-width: 384px;
  margin-right: 30px;
}

.split-content.contact-right {
  width: 100%;
  max-width: 690px;
  padding-top: 44px;
  padding-right: 44px;
  position: relative;
}

.text-no-wrap {
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  display: inline;
}

.section-contact {
  padding-top: 165px;
  padding-bottom: 165px;
}

.section-contact.control-expert {
  padding-top: 210px;
  padding-bottom: 50px;
}

.section-contact.control-expert.v2 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-contact.services-v1 {
  background-color: var(--background-color);
}

.section-contact.process {
  padding-bottom: 0;
}

.section-contact.choose-us {
  padding-top: 0;
}

.section-contact.team-members {
  background-color: var(--background-color);
}

.section-contact.feedback {
  padding-bottom: 0;
  overflow: hidden;
}

.section-contact.pricing-plan {
  padding-top: 140px;
  padding-bottom: 128px;
}

.section-contact.blog-posts {
  background-color: var(--background-color);
}

.section-contact.cta {
  border-top: 1px solid var(--secondery-color);
  background-image: url('../images/Cta-Bg.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 105px;
  padding-bottom: 105px;
}

.section-contact.cta.v2 {
  background-image: url('../images/Cta-V2-BG.png');
}

.section-contact.sponsor-ticker {
  padding-top: 85px;
}

.section-contact.service-v2 {
  padding-bottom: 165px;
}

.section-contact.our-treatment {
  padding-top: 304px;
  padding-bottom: 0;
}

.section-contact.after-banner {
  background-color: var(--primary-color);
  padding-top: 100px;
}

.section-contact.after-banner.blog-single {
  padding-bottom: 135px;
}

.section-contact.after-banner.pp {
  margin-bottom: 0;
}

.section-contact.after-banner.checkout {
  background-color: rgba(0, 0, 0, 0);
}

.section-contact.after-banner.changelog, .section-contact.after-banner.blog-page {
  overflow: hidden;
}

.section-contact.mission-vision {
  padding-top: 0;
  padding-bottom: 348px;
}

.section-contact.main-blogs {
  background-color: var(--background-color);
}

.section-contact.included {
  padding-top: 150px;
  padding-bottom: 150px;
}

.section-contact.preview {
  padding-top: 0;
  padding-bottom: 150px;
}

.section-title-wrap-a-propos {
  text-align: center;
  margin-bottom: 65px;
}

.section-title-wrap-a-propos.flex {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-title-wrap-a-propos.flex.services-v1 {
  margin-bottom: 0;
}

.section-title-wrap-a-propos.flex.blog {
  margin-bottom: 42px;
}

.section-title-wrap-a-propos.feedback {
  max-width: 710px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrap-a-propos.medicine {
  max-width: 624px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrap-a-propos.blog-v1 {
  margin-bottom: 54px;
}

.section-title-wrap-a-propos.pricing {
  margin-bottom: 28px;
}

.section-title-wrap-a-propos.contact {
  max-width: 565px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrap-a-propos.preview {
  margin-bottom: 52px;
}

.text-block-4, .text-block-5, .text-block-6, .text-block-7 {
  font-size: 17px;
}

.mission-single-tab-link-crepis {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  padding: 15px 54px 15px 26px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.mission-single-tab-link-crepis.w--current {
  border-color: var(--white);
  background-color: var(--vert-isolrenove);
  color: var(--white);
}

@media screen and (min-width: 1280px) {
  .container {
    margin-left: auto;
    margin-right: auto;
  }

  .main-logo-wrap {
    width: 200px;
  }

  .secondary-button.white.nav-desktop:hover {
    background-color: var(--vert-isolrenove);
  }

  .primary-button {
    background-color: var(--mauve-isolrenove);
    color: var(--white);
  }

  .primary-button:hover {
    background-color: var(--vert-isolrenove);
  }

  .section.control-expert {
    padding-top: 40px;
  }

  .section.services-v1 {
    background-color: var(--white);
    padding-top: 80px;
    padding-bottom: 0;
  }

  .section.process {
    padding-top: 60px;
  }

  .section.choose-us, .section.mission-vision {
    padding-bottom: 0;
  }

  .section-title.service-v1 {
    margin-bottom: 20px;
    line-height: 50px;
  }

  .single-control-icon {
    filter: hue-rotate(180deg);
  }

  .section-title-wrap.flex.services-v1 {
    margin-top: 110px;
  }

  .chose-us-content-wrapper {
    background-image: url('../images/img-site-isolrenove-16.jpg');
  }

  .footer-top {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-logo {
    width: 200px;
  }

  .mission-vision-content-wrapper {
    padding-bottom: 228px;
  }

  .mission-single-tab-link {
    padding-right: 55px;
    display: flex;
  }

  .mission-single-tab-link.w--current {
    border-color: var(--white);
    background-color: var(--mauve-isolrenove);
    color: var(--white);
  }

  .mission-tab-details {
    font-size: 17px;
  }

  .missio-tab-content {
    max-width: none;
  }

  .single-contact-info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .banner-section {
    background-color: var(--white);
  }

  .banner-mini-title-border {
    background-color: var(--mauve-isolrenove);
  }

  .banner-mini-title-text {
    color: var(--mauve-isolrenove);
  }

  .banner-v1-title {
    font-size: 60px;
    line-height: 60px;
  }

  .hero-header-bg-video {
    height: 780px;
    background-image: linear-gradient(rgba(39, 19, 38, .79), rgba(39, 19, 38, .79));
  }

  .icon-service {
    margin-right: 10px;
  }

  .mission-single-tab-link-isolation {
    padding-right: 55px;
    display: flex;
  }

  .mission-single-tab-link-isolation.w--current {
    border-color: var(--white);
    background-color: var(--bleu-isolrenove);
    color: var(--white);
  }

  .mission-single-tab-link-plafonnage.w--current {
    border-color: var(--white);
    background-color: var(--black);
    color: var(--white);
    padding-right: 55px;
    display: flex;
  }

  .h3-m {
    color: #313233;
  }

  .play-button {
    background-color: var(--mauve-isolrenove);
  }

  .our-technology-left-flex {
    padding-left: 0;
  }

  .our-technology-right-flex {
    max-width: none;
  }

  .para-17 {
    text-align: justify;
  }

  .our-technology-heading-container {
    justify-content: flex-start;
  }

  .our-technology-video-container {
    width: 100%;
    padding-right: 0;
  }

  .section-title-right-wrap-copy2.service-v1 {
    width: 100%;
    max-width: none;
  }

  .heading-5 {
    color: var(--white);
    font-size: 60px;
    line-height: 60px;
  }

  .section-contact.after-banner {
    background-color: var(--primary-color);
  }

  .section-title-wrap-a-propos.flex.services-v1 {
    margin-bottom: 0;
  }

  .mission-single-tab-link-crepis {
    padding-right: 55px;
    display: flex;
  }

  .mission-single-tab-link-crepis.w--current {
    border-color: var(--white);
    background-color: var(--vert-isolrenove);
    color: var(--white);
  }
}

@media screen and (min-width: 1920px) {
  .container {
    margin-top: 0;
  }

  .single-nav-link.v1:hover {
    color: var(--mauve-isolrenove);
  }

  .secondary-button.white.nav-desktop:hover {
    background-color: var(--mauve-isolrenove);
  }

  .primary-button {
    background-color: var(--mauve-isolrenove);
    color: var(--white);
  }

  .primary-button:hover {
    background-color: var(--vert-isolrenove);
  }

  .main-logo {
    width: 230px;
  }

  .section.control-expert {
    padding-top: 140px;
    padding-bottom: 50px;
  }

  .section.control-expert.v2 {
    padding-top: 165px;
    padding-bottom: 50px;
  }

  .section.services-v1 {
    background-color: var(--white);
    padding-top: 139px;
    padding-bottom: 0;
  }

  .section.process {
    padding-top: 40px;
  }

  .section.choose-us, .section.mission-vision {
    padding-bottom: 0;
  }

  .control-expert-content-wrapper {
    background-image: url('../images/img-site-isolrenove-4.jpg');
    padding: 80px 100px 80px 150px;
  }

  .section-title.white {
    line-height: 60px;
  }

  .section-title.service-v1 {
    margin-bottom: 10px;
    line-height: 60px;
  }

  .control-expert-img-wrap {
    width: 100%;
    max-width: 583px;
    margin: -243px 33px -127px -33px;
  }

  .control-expert-img-wrap.v2 {
    max-width: 628px;
  }

  .single-control-icon {
    filter: hue-rotate(134deg);
  }

  .control-summery-details {
    text-transform: uppercase;
  }

  .section-title-wrap.flex.services-v1 {
    margin-top: 120px;
    margin-bottom: 40px;
  }

  .section-title-right-wrap.service-v1 {
    width: 100%;
  }

  .single-service-v1-wrap {
    max-height: 420px;
  }

  .tertiary-btn-wrap.choose-us-btn {
    color: var(--white);
  }

  .process-icon-wrap {
    background-color: var(--mauve-isolrenove);
  }

  .process-number-arrow {
    filter: hue-rotate(156deg);
  }

  .process-number {
    color: var(--white);
  }

  .chose-us-content-wrapper {
    background-image: url('../images/img-site-isolrenove-16.jpg');
    background-position: 50%;
    background-size: cover;
    margin-top: -281px;
  }

  .chose-us-grid-left-wrap.top {
    background-image: linear-gradient(to right, var(--primary-color) 4.33%, rgba(0, 47, 71, .88) 24.52%, rgba(0, 47, 71, .88) 67.96%, rgba(0, 47, 71, .9) 94.47%);
  }

  .chose-us-mini-title {
    color: var(--orange-isolrenov);
  }

  .single-choose-wrapper {
    background-color: var(--mauve-isolrenove);
    position: relative;
  }

  .choose-details, .choose-details.white {
    color: var(--white);
  }

  .footer-logo {
    width: 200px;
  }

  .copyright-link {
    color: var(--mauve-isolrenove);
  }

  .control-expert-content-wrapper-v2 {
    padding: 80px 60px 80px 170px;
  }

  .control-expert-img-small {
    max-width: 289px;
    border: 1px solid var(--secondery-color);
  }

  .mission-vision-content-wrapper {
    padding-bottom: 110px;
  }

  .mission-single-tab-link {
    align-items: center;
    padding-right: 55px;
    display: flex;
  }

  .mission-single-tab-link.w--current {
    border-color: var(--white);
    background-color: var(--mauve-isolrenove);
    color: var(--white);
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .mission-tab-details {
    font-size: 16px;
  }

  .missio-tab-content {
    max-width: none;
  }

  .contact-info-content-wrap {
    width: 100%;
  }

  .contact-form-wrapper {
    background-color: var(--color);
  }

  .banner-section {
    background-color: var(--white);
  }

  .banner-v1-bg-wrap {
    background-image: linear-gradient(to bottom, var(--mauve-isol-reov), var(--mauve-isol-reov));
  }

  .banner-v1-bg {
    width: 100%;
    background-color: var(--white);
  }

  .banner-content-wrap {
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 0;
  }

  .banner-content-flex-left-wrap {
    width: 64%;
    margin-right: 20px;
  }

  .banner-content-flex-right-wrap {
    max-width: 579px;
    margin-bottom: 40px;
  }

  .banner-mini-title-wrap {
    color: var(--color);
  }

  .banner-mini-title-border {
    background-color: var(--mauve-isolrenove);
    color: var(--mauve-isolrenove);
  }

  .banner-mini-title-text {
    color: var(--mauve-isolrenove);
  }

  .banner-v1-title {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 70px;
    line-height: 72px;
  }

  .banner-details {
    font-size: 25px;
    line-height: 32px;
  }

  .banner-v1-img {
    position: relative;
    top: 62px;
  }

  .text-block {
    color: var(--white);
  }

  .image-hero-wrapper {
    height: 100px;
  }

  .hero-header-bg-video {
    z-index: 0;
    height: 780px;
    background-image: linear-gradient(rgba(39, 19, 38, .79), rgba(39, 19, 38, .79));
    position: static;
    overflow: visible;
  }

  .italic-text {
    line-height: 60px;
  }

  .div-block {
    flex-direction: row;
    display: flex;
  }

  .div-block-2, .div-block-3 {
    width: 50%;
  }

  .div-block3-colonnes {
    flex-direction: row;
    margin-right: -310px;
    display: flex;
  }

  .icon-service {
    margin-right: 10px;
  }

  .mission-single-tab-link-isolation {
    align-items: center;
    padding-right: 55px;
    display: flex;
  }

  .mission-single-tab-link-isolation.w--current {
    border-color: var(--white);
    background-color: var(--bleu-isolrenove);
    color: var(--white);
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .mission-single-tab-link-plafonnage {
    align-items: center;
    padding-right: 55px;
    display: flex;
  }

  .mission-single-tab-link-plafonnage.w--current {
    border-color: var(--white);
    background-color: var(--black);
    color: var(--white);
    justify-content: flex-start;
    align-items: center;
    padding-right: 55px;
    display: flex;
  }

  .our-technology-flex {
    padding-top: 182px;
  }

  .play-button {
    background-color: var(--mauve-isolrenove);
  }

  .our-technology-right-flex {
    max-width: 700px;
  }

  .section-title-right-wrap-copy2.service-v1 {
    width: 100%;
    max-width: none;
    justify-content: flex-end;
    display: flex;
  }

  .heading-4 {
    color: var(--white);
    font-size: 50px;
  }

  .heading-5 {
    color: var(--white);
    font-size: 50px;
    line-height: 50px;
  }

  .section-2 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .section-2.contact {
    padding-top: 120px;
    padding-bottom: 178px;
  }

  .section-contact.control-expert {
    padding-top: 140px;
    padding-bottom: 50px;
  }

  .section-contact.control-expert.v2 {
    padding-top: 165px;
    padding-bottom: 50px;
  }

  .section-contact.services-v1 {
    background-color: var(--white);
    padding-top: 139px;
    padding-bottom: 0;
  }

  .section-contact.process {
    padding-top: 40px;
  }

  .section-contact.choose-us {
    padding-bottom: 0;
  }

  .section-contact.after-banner {
    background-color: var(--primary-color);
  }

  .section-contact.mission-vision {
    padding-bottom: 0;
  }

  .html-embed-2 {
    color: #fff;
  }

  .section-title-wrap-a-propos.flex.services-v1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-4, .text-block-5, .text-block-6, .text-block-7 {
    font-size: 16px;
  }

  .mission-single-tab-link-crepis {
    align-items: center;
    padding-right: 55px;
    display: flex;
  }

  .mission-single-tab-link-crepis.w--current {
    border-color: var(--white);
    background-color: var(--vert-isolrenove);
    color: var(--white);
    justify-content: flex-start;
    align-items: center;
    padding-right: 55px;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .main-logo-wrap {
    max-width: 160px;
  }

  .nav-right-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    display: flex;
  }

  .nav-menu-flex-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-menu-wrap {
    background-color: var(--secondery-color);
    padding: 40px;
  }

  .single-nav-link:hover {
    color: var(--black);
  }

  .single-nav-link.v1, .single-nav-link.v1:hover {
    color: var(--primary-color);
  }

  .secondary-button {
    padding: 12px 25px;
    font-size: 16px;
    line-height: 22px;
  }

  .secondary-button.white:hover {
    border-color: var(--primary-color);
  }

  .secondary-button.nav-desktop {
    display: none;
  }

  .secondary-button.nav-mobile {
    display: block;
  }

  .primary-button {
    padding: 12px 25px;
    font-size: 16px;
    line-height: 22px;
  }

  .nav-flex-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .main-logo {
    width: 150px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.control-expert {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.control-expert.v2 {
    padding-top: 0;
  }

  .section.services-v1 {
    padding-bottom: 40px;
  }

  .section.process {
    padding-top: 40px;
  }

  .section.pricing-plan {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .section.cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.sponsor-ticker {
    padding-top: 80px;
  }

  .section.service-v2 {
    padding-bottom: 80px;
  }

  .section.our-treatment {
    padding-top: 150px;
  }

  .section.after-banner {
    padding-top: 80px;
  }

  .section.after-banner.blog-single {
    padding-bottom: 80px;
  }

  .section.after-banner.pp {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.mission-vision {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section.included {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.preview {
    padding-bottom: 80px;
  }

  .control-expert-content-wrapper {
    padding: 40px;
  }

  .control-expert-content-flex {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .control-expert-content-wrap {
    max-width: 100%;
  }

  .control-expert-summery-count {
    grid-row-gap: 25px;
  }

  .section-title {
    font-size: 46px;
    line-height: 56px;
  }

  .section-title.white.control-expert {
    margin-bottom: 15px;
  }

  .section-title.white.pricing {
    margin-bottom: 20px;
  }

  .section-title.white.mission {
    text-align: center;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
  }

  .section-title.white.cta {
    font-size: 40px;
    line-height: 50px;
  }

  .section-title.treatment {
    margin-bottom: 5px;
  }

  .section-title.about, .section-title.service-single {
    margin-bottom: 10px;
  }

  .control-expert-list-wrap {
    margin-bottom: 20px;
  }

  .control-expert-list-item {
    font-size: 18px;
  }

  .control-expert-list-details {
    font-size: 18px;
    line-height: 27px;
  }

  .control-expert-img-wrap {
    max-width: 55%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .control-expert-img-wrap.v2 {
    max-width: 60%;
    margin-right: 30px;
  }

  .single-control-summery-wrap {
    grid-column-gap: 15px;
  }

  .single-control-icon-wrap {
    width: 60px;
    height: 60px;
  }

  .single-control-icon {
    width: 28px;
    height: 28px;
    filter: hue-rotate(180deg);
  }

  .feature-overview-counter-wrap {
    height: 38px;
  }

  .feature-overview-title {
    font-size: 38px;
  }

  .control-summery-details {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }

  .section-title-wrap {
    margin-bottom: 30px;
  }

  .section-title-wrap.flex {
    grid-row-gap: 5px;
    text-align: center;
    flex-direction: column;
  }

  .section-title-wrap.flex.services-v1 {
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .section-title-wrap.flex.blog {
    grid-row-gap: 20px;
    margin-bottom: 30px;
  }

  .section-title-wrap.feedback {
    margin-bottom: 30px;
  }

  .section-title-wrap.medicine {
    max-width: none;
  }

  .section-title-wrap.blog-v1 {
    margin-bottom: 30px;
  }

  .section-title-wrap.pricing {
    margin-bottom: 15px;
  }

  .section-title-wrap.contact, .section-title-wrap.preview {
    margin-bottom: 30px;
  }

  .section-title-left-wrap.service-v1 {
    max-width: none;
    margin-bottom: 20px;
  }

  .section-title-left-wrap.team-members, .section-title-right-wrap.service-v1, .section-title-right-wrap.team-members {
    max-width: none;
  }

  .section-title-right-wrap.service-v2 {
    max-width: 500px;
  }

  .section-details {
    font-size: 16px;
    line-height: 26px;
  }

  .section-details.service-v1 {
    margin-bottom: 10px;
  }

  .section-details.treatment {
    max-width: 500px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-details.about, .section-details.preview-banner, .section-details.figma-file {
    margin-bottom: 15px;
  }

  .section-details.member, .section-details.service-v2 {
    margin-bottom: 10px;
  }

  .services-top-flex-wrap {
    border-bottom-style: none;
  }

  .services-bottom-flex-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-right: 0;
    display: grid;
  }

  .single-service-v1-wrap {
    border-bottom: 1px solid rgba(0, 47, 71, .1);
    padding: 30px;
  }

  .tertiary-btn-wrap {
    font-size: 18px;
    line-height: 28px;
  }

  .tertiary-btn-wrap.choose-us-btn {
    color: var(--white);
  }

  .service-v1-grid-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .slider.process {
    padding-bottom: 50px;
  }

  .single-process-wrap {
    padding: 30px;
  }

  .process-icon-wrap {
    width: 100px;
    height: 100px;
  }

  .process-icon {
    width: 40px;
    height: 40px;
  }

  .process-name {
    font-size: 24px;
    line-height: 32px;
  }

  .process-icon-flex {
    grid-column-gap: 20px;
    margin-bottom: 15px;
  }

  .process-details {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 25px;
  }

  .process-number-arrow {
    width: 35px;
  }

  .process-number {
    font-size: 24px;
    line-height: 28px;
  }

  .process-slider-mask {
    max-width: 520px;
    margin-left: 15px;
  }

  .chose-us-content-wrapper {
    margin-top: -220px;
    padding-top: 300px;
  }

  .chose-us-tab-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .process-single-slide {
    margin-right: 15px;
  }

  .chose-us-grid-left-wrap.top {
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .chose-us-grid-left-wrap.bottom {
    padding: 0 50px 30px;
  }

  .chose-us-title-wrapper {
    margin-bottom: 8px;
  }

  .choose-tab-title {
    font-size: 26px;
    line-height: 38px;
  }

  .choose-tab-icon-wrapper {
    width: 25px;
  }

  .single-choose-tab-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .single-choose-tab-link.last {
    padding-bottom: 0;
  }

  .single-choose-wrapper {
    background-color: var(--mauve-isolrenove);
    padding: 30px;
  }

  .choose-content-wrapper {
    color: #fff;
  }

  .choose-icon-wrap {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }

  .choose-details {
    max-width: none;
    color: var(--white);
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
  }

  .team-collection-flex-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .member-image {
    width: 100%;
  }

  .member-collection-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
  }

  .member-info-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .member-name {
    font-size: 24px;
    line-height: 30px;
  }

  .member-designation {
    font-size: 18px;
    line-height: 25px;
  }

  .member-hover-wrap {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .member-social-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .single-social-link-wrap {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  .team-collection-flex-item {
    width: 100%;
    max-width: 100%;
  }

  .team-collection-flex-item.middle {
    margin-top: 0;
  }

  .team-collection-flex-item.last {
    max-width: 100%;
  }

  .feedback-ticker-wrapper {
    grid-column-gap: 15px;
  }

  .single-feedback-wrapper {
    margin-bottom: 15px;
    padding: 20px;
  }

  .feedback-details {
    font-size: 16px;
  }

  .feedback-author-flex {
    grid-column-gap: 10px;
    margin-bottom: 10px;
  }

  .feesback-star {
    width: 18px;
    height: 18px;
  }

  .feedback-star-flex {
    grid-column-gap: 5px;
    margin-bottom: 10px;
  }

  .feedback-author-name {
    font-size: 20px;
    line-height: 32px;
  }

  .feedback-author-date {
    font-size: 16px;
    line-height: 20px;
  }

  .feedback-quote {
    width: 30px;
  }

  .feedback-author-img {
    width: 60px;
    height: 60px;
  }

  .pricing-plan-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pricing-tab-grid-wrap {
    grid-template-columns: 1fr;
  }

  .pricing-tab-link {
    min-width: auto;
  }

  .plan-tab-price {
    font-size: 36px;
    line-height: 26px;
  }

  .plan-tab-name {
    font-size: 20px;
    line-height: 24px;
  }

  .tabs-menu {
    grid-column-gap: 15px;
  }

  .plan-tab-content-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }

  .single-plan-wrap {
    padding: 50px;
  }

  .plan-feature-list-wrap {
    grid-row-gap: 20px;
    margin-bottom: 30px;
  }

  .plan-feature-list-wrap.pricing-page {
    grid-row-gap: 15px;
    margin-bottom: 25px;
  }

  .plan-feature-list-wrap.pricing-page.single {
    margin-bottom: 30px;
  }

  .plan-feature-list-icon {
    width: 20px;
    height: 20px;
  }

  .plan-feature-list-details {
    font-size: 20px;
    line-height: 30px;
  }

  .medicins-flex-wrap {
    grid-column-gap: 15px;
  }

  .medicins-flex-item {
    grid-row-gap: 15px;
  }

  .medicins-hover-wrap {
    padding-bottom: 15px;
  }

  .medicine-name {
    margin-bottom: 4px;
    font-size: 20px;
    line-height: 24px;
  }

  .medicine-purpose {
    font-size: 16px;
    line-height: 18px;
  }

  .blog-v1-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .single-blog-post-wrap, .single-blog-post-wrap.article {
    padding: 20px;
  }

  .post-img-wrap {
    margin-bottom: 20px;
  }

  .post-img-wrap.blog-v1 {
    height: 350px;
    margin-bottom: 20px;
  }

  .post-img {
    width: 100%;
  }

  .post-category {
    font-size: 16px;
    line-height: 25px;
  }

  .post-cat-wrapper {
    margin-bottom: 10px;
  }

  .post-title-wrap {
    margin-bottom: 15px;
  }

  .post-title-wrap.small {
    margin-bottom: 12px;
  }

  .post-title {
    font-size: 24px;
    line-height: 36px;
  }

  .post-title.small {
    font-size: 20px;
    line-height: 28px;
  }

  .post-date-author-flex-wrap {
    grid-column-gap: 10px;
    margin-bottom: 15px;
  }

  .post-date-author-flex-wrap.small {
    margin-bottom: 15px;
  }

  .post-info-flex {
    grid-column-gap: 5px;
  }

  .post-info-details {
    font-size: 16px;
  }

  .post-info-divider {
    height: 18px;
  }

  .single-small-blog-wrap {
    padding: 20px;
  }

  .small-blog-collection-wrap {
    grid-column-gap: 30px;
  }

  .small-posts-flex-wrap {
    grid-row-gap: 20px;
  }

  .cta-grid-wrapper {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .cta-title-wrap, .cta-form-wrap {
    text-align: center;
  }

  .cta-form-title {
    max-width: none;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 28px;
  }

  .footer-top {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .footer-bottom {
    padding-bottom: 10px;
  }

  .footer-bottom.preview {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer-details-wrapper {
    max-width: 100%;
    text-align: center;
  }

  .footer-logo-wrap {
    max-width: 160px;
    margin-bottom: 10px;
  }

  .footer-details {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .footer-social-links-wrap {
    justify-content: center;
  }

  .footer-social-link-wrap {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .footer-top-flex-wrap {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .footer-links-wrapper {
    max-width: 33%;
  }

  .footer-links-wrapper.footer-contact {
    max-width: 230px;
  }

  .footer-links-title {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 28px;
  }

  .footer-links-wrap {
    grid-row-gap: 10px;
  }

  .single-footer-link {
    grid-column-gap: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .footer-link-arrow {
    width: 7px;
  }

  .footer-contact-icon {
    width: 25px;
    height: 25px;
  }

  .footer-contact-details {
    font-size: 16px;
    line-height: 26px;
  }

  .copyright-text {
    font-size: 16px;
    line-height: 24px;
  }

  .banner-v2-wrapper {
    margin-top: 72px;
    padding-bottom: 40px;
  }

  .banner-v2-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .banner-v2-content-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-v2-title {
    margin-bottom: 10px;
    font-size: 58px;
    line-height: 60px;
  }

  .banner-v2-details {
    max-width: 600px;
    margin-bottom: 15px;
  }

  .banner-slide-img {
    object-fit: cover;
  }

  .banner-v2-title-insect {
    width: 29px;
    height: 38px;
    background-size: cover;
  }

  .banner-v2-slide-nav {
    bottom: -65px;
  }

  .banner-v2-man-left {
    z-index: -1;
    width: 160px;
    left: 20px;
  }

  .banner-v2-man-right {
    z-index: -1;
    width: 160px;
    right: 20px;
  }

  .banner-v2-insect-left, .banner-v2-insect-right {
    width: 200px;
  }

  .sponsor-ticker-wrapper.mb-25 {
    margin-bottom: 15px;
  }

  .sponsor-ticker-logo-wrap {
    margin-right: 15px;
    padding: 20px 25px;
  }

  .sponsor-ticker-logo {
    width: 120px;
    height: 30px;
  }

  .control-expert-content-wrapper-v2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .control-expert-img-small {
    max-width: 180px;
  }

  .single-service-wrapper {
    padding: 30px;
  }

  .service-icon-wrap {
    width: 90px;
    height: 90px;
  }

  .service-icon {
    width: 35px;
    height: 35px;
  }

  .service-details {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .treatment-content-wrapper {
    padding-bottom: 50px;
  }

  .treatment-offer-title {
    margin-bottom: 5px;
    font-size: 32px;
    line-height: 40px;
  }

  .treatment-offer-details {
    font-size: 16px;
    line-height: 26px;
  }

  .treatment-discount-flex {
    grid-column-gap: 10px;
  }

  .treatment-discount {
    font-size: 42px;
    line-height: 50px;
  }

  .treatment-discount-text {
    font-size: 22px;
    line-height: 30px;
  }

  .treatment-wrapper {
    margin-top: -150px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .treatment-flex-wrapper {
    flex-wrap: wrap;
    align-items: center;
  }

  .treatment-content {
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .treatment-img-wrap {
    max-width: 50%;
  }

  .treatment-img {
    margin-top: 0;
  }

  .single-treatment-feature {
    padding: 25px;
  }

  .single-treatment-feature._2, .single-treatment-feature._1, .single-treatment-feature._3 {
    padding-right: 25px;
  }

  .treatment-feature-content-flex {
    grid-column-gap: 10px;
  }

  .treatment-feature-icon {
    width: 30px;
    height: 30px;
  }

  .treatment-feature-text {
    font-size: 20px;
    line-height: 30px;
  }

  .treatment-feature-wrap {
    grid-row-gap: 15px;
    align-items: flex-start;
    margin-left: 0;
  }

  .inner-banner {
    margin-top: 72px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .inner-banner-title {
    margin-bottom: 5px;
    font-size: 42px;
    line-height: 50px;
  }

  .breadcrumb-link {
    font-size: 20px;
    line-height: 30px;
  }

  .about-us-content-wrapper {
    margin-bottom: -50px;
    padding: 50px;
  }

  .about-summery-wrap {
    margin-top: -50px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 30px 20px;
  }

  .about-summery-count {
    grid-column-gap: 60px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .mission-vision-container {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mission-vision-content-wrapper {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .mission-vision-grid-wrap {
    grid-column-gap: 24px;
    flex-direction: column;
    grid-template-columns: 1fr 1.1fr;
    align-items: center;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .mission-content-divider {
    margin-bottom: 20px;
  }

  .mission-tab-links-wrap {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .mission-single-tab-link {
    padding: 12px 18px;
    font-size: 15px;
    line-height: 18px;
  }

  .mission-tab-details {
    font-size: 16px;
    line-height: 150%;
  }

  .category-btn {
    padding: 12px 18px;
    font-size: 16px;
    line-height: 20px;
  }

  .cat-flex-wrapper {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .blog-title-wrapper {
    margin-bottom: 30px;
  }

  .blog-posts-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog-single-title-wrap {
    margin-bottom: 30px;
  }

  .blog-single-img {
    height: 400px;
  }

  .blog-single-img-wrap {
    margin-bottom: 30px;
  }

  .blog-single-details p {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .blog-single-details blockquote {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 20px;
    font-size: 18px;
    line-height: 30px;
  }

  .service-icon-flex-wrap {
    grid-column-gap: 20px;
    margin-bottom: 20px;
  }

  .service-name {
    max-width: 140px;
    font-size: 24px;
    line-height: 32px;
  }

  .service-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-single-title-wrap, .service-single-video-wrap {
    margin-bottom: 30px;
  }

  .play-btn-wrap {
    max-width: 100px;
  }

  .service-single-details p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .service-single-details h4 {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 32px;
  }

  .pricing-tabs-menu-wrap {
    margin-bottom: 30px;
  }

  .pricing-tabs-menu-link {
    padding: 12px 25px;
    font-size: 18px;
  }

  .pricing-plan-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .single-pricing-plan-wrap {
    padding: 30px 20px;
  }

  .plan-price {
    font-size: 32px;
  }

  .plan-name {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .plan-divider, .plan-divider.single {
    margin-bottom: 20px;
  }

  .plan-single-grid-wrapper {
    grid-column-gap: 30px;
    grid-template-columns: 1.2fr 1fr;
  }

  .plan-single-name {
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 34px;
  }

  .plan-single-details {
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 24px;
  }

  .plan-single-more-details h3 {
    font-size: 28px;
    line-height: 34px;
  }

  .plan-single-more-details p {
    font-size: 15px;
    line-height: 24px;
  }

  .plan-cart-wrapper {
    padding: 25px;
  }

  .plan-cart-title {
    font-size: 20px;
    line-height: 30px;
  }

  .plan-cart-details {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 25px;
  }

  .plan-duration-select {
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 25px;
  }

  .plan-cart-price {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 40px;
  }

  .contact-info-grid-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-bottom: 30px;
  }

  .single-contact-info {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .contact-info-icon-wrap {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }

  .contact-icon {
    width: 25px;
    height: 25px;
  }

  .contact-info-details {
    font-size: 16px;
    line-height: 28px;
  }

  .contact-form-wrapper {
    padding: 40px 30px;
  }

  .contact-form-grid-wrap {
    grid-row-gap: 24px;
    margin-bottom: 24px;
  }

  .contact-single-field-wrapper.message {
    margin-bottom: 30px;
  }

  .contact-field-label {
    font-size: 18px;
    line-height: 28px;
  }

  .contact-field {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .contact-message-field {
    min-height: 200px;
    padding: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .sg-para-details {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
  }

  .sg-color-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .sg-color-code {
    font-size: 24px;
    line-height: 24px;
  }

  .single-sg-wrapper {
    margin-bottom: 60px;
  }

  .sg-paragraph-details {
    margin-bottom: 30px;
  }

  .single-sg-title {
    margin-bottom: 20px;
  }

  .single-color-box {
    height: 150px;
  }

  .sg-para-info {
    font-size: 16px;
    line-height: 26px;
  }

  .sg-para-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 34px;
  }

  ._404-img {
    width: 150px;
    margin-bottom: 20px;
  }

  ._404-title {
    margin-bottom: 10px;
    font-size: 28px;
  }

  ._404-details {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 26px;
  }

  .license-title {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 46px;
  }

  .license-img-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .license-details {
    font-size: 16px;
    line-height: 24px;
  }

  .license-title-wrapper {
    margin-bottom: 30px;
  }

  .license-img {
    object-fit: cover;
    object-position: 50% 0%;
  }

  .license-img.l3 {
    width: 100%;
    max-width: 30.5%;
  }

  .license-img.l2 {
    width: 100%;
    max-height: 350px;
    max-width: 40%;
  }

  .license-img.l5 {
    width: 100%;
    max-width: 30.5%;
  }

  .license-img.l1 {
    width: 100%;
    max-height: 350px;
    max-width: 57.95%;
  }

  .license-img.l4 {
    width: 100%;
    max-width: 34.9%;
  }

  .changelog-date-wrap {
    font-size: 16px;
  }

  .changelog-content-wrapper {
    padding: 30px;
  }

  .single-changelog-content-wrap {
    padding: 20px 15px;
  }

  .changelog-list-details {
    font-size: 16px;
    line-height: 20px;
  }

  .changelog-grid-right-wrap {
    padding-bottom: 30px;
    padding-left: 20px;
  }

  .changelog-list {
    grid-row-gap: 6px;
  }

  .changelog-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .pp-container {
    padding: 60px;
  }

  .pp-img-wrap {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
  }

  .pp-img {
    width: 35px;
  }

  .pp-title {
    font-size: 28px;
    line-height: 36px;
  }

  .pp-details {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .pp-field-wrap {
    margin-bottom: 20px;
  }

  .menu-dropdown-wrapper {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .dropdown-column-wrapper {
    position: static;
  }

  .dropdown-column-wrapper.w--open {
    width: 100%;
    transform: translate(0%);
  }

  .dropdown-toggle {
    justify-content: flex-start;
  }

  .cart-header {
    padding: 20px;
  }

  .cart-footer {
    padding: 20px 20px 30px;
  }

  .close-button {
    width: 40px;
    height: 40px;
  }

  .cart-list {
    padding: 20px;
  }

  .cart-heading {
    font-size: 32px;
  }

  .cart-plan-duration-wrap {
    margin-bottom: 10px;
  }

  .cart-plan-name {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 26px;
  }

  .cart-price {
    font-size: 18px;
    line-height: 20px;
  }

  .preview-banner-wrap {
    margin-top: 72px;
    padding-bottom: 60px;
  }

  .preview-banner-content-wrap {
    margin-bottom: 30px;
  }

  .preview-banner-title {
    margin-bottom: 15px;
    font-size: 62px;
    line-height: 72px;
  }

  .preview-banner-images-wrapper {
    padding: 30px;
  }

  .preview-banner-image-wrap {
    grid-column-gap: 24px;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .preview-img-1, .preview-img-2 {
    width: 48%;
    transform: none;
  }

  .preview-section-title {
    margin-bottom: 5px;
    font-size: 32px;
    line-height: 42px;
  }

  .included-icon-wrap {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }

  .included-single-card._2, .included-single-card._3, .included-single-card._1 {
    padding: 30px 24px;
  }

  .included-contant-wrapper {
    padding: 25px;
  }

  .included-card-title {
    font-size: 25px;
    line-height: 35px;
  }

  .included-icon {
    width: 25px;
  }

  .included-card-details {
    font-size: 16px;
    line-height: 26px;
  }

  .included-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .demo-grid-wrap {
    grid-row-gap: 24px;
  }

  .demo-img-wrap {
    margin-bottom: 20px;
    padding: 20px;
  }

  .page-name {
    font-size: 20px;
    line-height: 30px;
  }

  .single-demo-content {
    width: 100%;
    max-width: 50%;
    margin-top: 24px;
  }

  .figma-file-top-wrapper {
    margin-bottom: 30px;
  }

  .figma-file-wrapper {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .figma-icon-wrap {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
  }

  .figma-icon {
    width: 30px;
  }

  .figma-file-title {
    margin-bottom: 10px;
    font-size: 38px;
  }

  .preview-footer-top {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .preview-footer-title {
    font-size: 38px;
    line-height: 48px;
  }

  .preview-footer-details {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .hamburger-menu-bar {
    width: 40px;
    height: 3px;
    background-color: var(--primary-color);
    margin-top: 12px;
    margin-bottom: 12px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-menu-bar.top.v1, .hamburger-menu-bar.bottom.v1 {
    background-color: var(--white);
  }

  .dropdown-content-wrap {
    width: 160px;
    height: auto;
    overflow: auto;
  }

  .choose-icon {
    width: 45px;
    height: 45px;
  }

  .single-teacher-name {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 110%;
  }

  .single-teacher-designation {
    margin-bottom: 10px;
  }

  .teacher-social-flex-wrap {
    grid-column-gap: 10px;
  }

  .single-teacher-details-flex {
    grid-column-gap: 20px;
  }

  .single-teacher-details-wrapper {
    padding: 30px;
  }

  .single-teacher-details {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .single-teacher-social {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .single-teacher-img {
    width: 260px;
    height: auto;
  }

  .banner-section {
    padding-top: 132px;
  }

  .banner-v1-bg-wrap {
    height: 550px;
  }

  .banner-v1-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .banner-content-wrap {
    grid-row-gap: 5px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  .banner-content-flex-right-wrap {
    max-width: none;
  }

  .banner-mini-title-wrap {
    justify-content: center;
    margin-bottom: 10px;
  }

  .banner-mini-title-border.for-tab {
    display: block;
  }

  .banner-mini-title-text {
    font-size: 15px;
    line-height: 24px;
  }

  .banner-v1-title {
    font-size: 48px;
    line-height: 50px;
  }

  .banner-details {
    max-width: 520px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 24px;
  }

  .banner-v1-img {
    position: relative;
    top: -31px;
  }

  .single-slide-service-wrapper {
    padding: 30px;
  }

  .hero-header-bg-video {
    height: 550px;
    max-height: 100vh;
  }

  .mission-single-tab-link-isolation, .mission-single-tab-link-plafonnage {
    padding: 12px 18px;
    font-size: 15px;
    line-height: 18px;
  }

  .our-technology-flex {
    flex-flow: column wrap;
  }

  .our-technology-left-flex {
    max-width: none;
    flex: 1 0 auto;
    margin-top: 0;
    margin-bottom: 45px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .our-technology-right-flex {
    width: 100%;
    max-width: none;
    flex: 1 0 auto;
  }

  .our-technology-heading-container {
    max-width: none;
  }

  .our-technology-video-container {
    width: 100%;
    min-width: 505px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-title-right-wrap-copy2.service-v1, .section-title-right-wrap-copy2.team-members {
    max-width: none;
  }

  .section-title-right-wrap-copy2.service-v2 {
    max-width: 500px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-huge {
    padding-bottom: 0;
  }

  .heading-5 {
    color: var(--white);
    font-size: 50px;
  }

  .contact-wrapper {
    flex-direction: column;
  }

  .contact-links-grid {
    grid-row-gap: 28px;
  }

  .card.contact-form-card {
    min-height: 701px;
    padding-top: 63px;
    padding-bottom: 58px;
  }

  .contact-content-top {
    max-width: 380px;
    margin-bottom: 0;
    margin-right: 40px;
  }

  .title.contact-link-title {
    margin-bottom: 0;
  }

  .title.h2-size.contact {
    margin-bottom: 10px;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .image-wrapper.contact-link-icon {
    margin-right: 20px;
  }

  .section-2 {
    padding-top: 141px;
    padding-bottom: 141px;
  }

  .section-2.contact {
    padding-top: 60px;
    padding-bottom: 114px;
  }

  .subtitle {
    margin-bottom: 10px;
  }

  .split-content.contact-left {
    max-width: 100%;
    justify-content: space-between;
    margin-bottom: 60px;
    margin-right: 0;
    display: flex;
  }

  .split-content.contact-right {
    max-width: 100%;
    padding-top: 37px;
    padding-right: 37px;
  }

  .section-contact, .section-contact.control-expert {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-contact.control-expert.v2 {
    padding-top: 0;
  }

  .section-contact.pricing-plan {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .section-contact.cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-contact.sponsor-ticker {
    padding-top: 80px;
  }

  .section-contact.service-v2 {
    padding-bottom: 80px;
  }

  .section-contact.our-treatment {
    padding-top: 150px;
  }

  .section-contact.after-banner {
    padding-top: 80px;
  }

  .section-contact.after-banner.blog-single {
    padding-bottom: 80px;
  }

  .section-contact.after-banner.pp {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-contact.mission-vision {
    padding-bottom: 80px;
  }

  .section-contact.included {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-contact.preview {
    padding-bottom: 80px;
  }

  .section-title-wrap-a-propos {
    margin-bottom: 30px;
  }

  .section-title-wrap-a-propos.flex {
    grid-row-gap: 5px;
    text-align: center;
    flex-direction: column;
  }

  .section-title-wrap-a-propos.flex.services-v1 {
    margin-bottom: 30px;
  }

  .section-title-wrap-a-propos.flex.blog {
    grid-row-gap: 20px;
    margin-bottom: 30px;
  }

  .section-title-wrap-a-propos.feedback {
    margin-bottom: 30px;
  }

  .section-title-wrap-a-propos.medicine {
    max-width: none;
  }

  .section-title-wrap-a-propos.blog-v1 {
    margin-bottom: 30px;
  }

  .section-title-wrap-a-propos.pricing {
    margin-bottom: 15px;
  }

  .section-title-wrap-a-propos.contact, .section-title-wrap-a-propos.preview {
    margin-bottom: 30px;
  }

  .mission-single-tab-link-crepis {
    padding: 12px 18px;
    font-size: 15px;
    line-height: 18px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 78px;
    line-height: 88px;
  }

  h2 {
    font-size: 58px;
    line-height: 68px;
  }

  .main-logo-wrap {
    max-width: 130px;
    padding-left: 0;
  }

  .section, .section.control-expert {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.pricing-plan, .section.sponsor-ticker {
    padding-top: 60px;
  }

  .section.service-v2 {
    padding-bottom: 60px;
  }

  .section.after-banner {
    padding-top: 60px;
  }

  .section.after-banner.blog-single {
    padding-bottom: 60px;
  }

  .section.mission-vision {
    padding-bottom: 0;
  }

  .section.included {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.preview {
    padding-bottom: 60px;
  }

  .control-expert-content-wrapper {
    padding: 30px 20px;
  }

  .control-expert-content-flex {
    grid-row-gap: 20px;
  }

  .control-expert-content-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .control-expert-summery-count {
    width: 100%;
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
  }

  .section-title {
    font-size: 28px;
    line-height: 38px;
  }

  .section-title.white.control-expert {
    text-align: center;
    margin-bottom: 10px;
  }

  .section-title.white.pricing {
    margin-bottom: 20px;
  }

  .section-title.white.mission {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 32px;
  }

  .section-title.white.cta {
    font-size: 26px;
    line-height: 30px;
  }

  .section-title.service-single {
    margin-bottom: 5px;
  }

  .control-expert-list-wrap {
    align-items: center;
  }

  .control-expert-list-item {
    font-size: 16px;
  }

  .control-expert-list-details {
    font-size: 16px;
    line-height: 22px;
  }

  .control-expert-img {
    width: 70%;
  }

  .control-expert-img-wrap {
    max-width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .control-expert-img-wrap.v2 {
    max-width: 100%;
  }

  .single-control-summery-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .single-control-icon-wrap.about {
    width: 50px;
    height: 50px;
  }

  .single-control-icon {
    width: 22px;
    height: 22px;
  }

  .feature-overview-counter-wrap {
    height: 24px;
    justify-content: center;
  }

  .feature-overview-title {
    font-size: 24px;
  }

  .control-summery-details {
    font-size: 15px;
    line-height: 23px;
  }

  .section-title-wrap.flex.blog {
    grid-row-gap: 10px;
    margin-bottom: 20px;
  }

  .section-title-wrap.pricing {
    margin-bottom: 10px;
  }

  .section-title-wrap.contact {
    margin-bottom: 20px;
  }

  .section-details.preview-banner {
    font-size: 15px;
    line-height: 24px;
  }

  .section-details.figma-file {
    font-size: 14px;
    line-height: 22px;
  }

  .services-top-flex-wrap {
    flex-direction: column;
  }

  .services-bottom-flex-wrap {
    grid-template-columns: 1fr;
  }

  .single-service-v1-wrap {
    border-left: 1px solid rgba(0, 47, 71, .1);
    padding: 25px;
  }

  .service-v1-icon-wrap {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
  }

  .service-v1-icon {
    width: 30px;
  }

  .service-v1-name {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 30px;
  }

  .service-v1-details {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .tertiary-btn-wrap {
    font-size: 16px;
    line-height: 26px;
  }

  .single-process-wrap {
    padding: 25px;
  }

  .process-icon-wrap {
    width: 80px;
    height: 80px;
  }

  .process-icon {
    width: 30px;
    height: 30px;
  }

  .process-slider-mask {
    max-width: 100%;
    margin-right: 15px;
  }

  .chose-us-content-wrapper {
    padding-top: 280px;
  }

  .chose-us-grid-left-wrap.top {
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .chose-us-grid-left-wrap.bottom {
    padding: 0 25px 25px;
  }

  .chose-us-mini-title {
    font-size: 16px;
    line-height: 20px;
  }

  .choose-tab-title {
    font-size: 22px;
    line-height: 30px;
  }

  .single-choose-wrapper {
    padding: 25px;
  }

  .member-collection-flex, .feedback-ticker-wrapper {
    flex-direction: column;
  }

  .feedback-details {
    font-size: 15px;
    line-height: 24px;
  }

  .feedback-wrapper {
    padding-bottom: 30px;
  }

  .feedback-blur {
    height: 200px;
  }

  .feedback-btn-wrap {
    bottom: 60px;
  }

  .pricing-plan-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pricing-tab-grid-wrap {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .pricing-tab-link {
    min-width: 48%;
    text-align: center;
    padding: 20px 30px;
  }

  .plan-tab-price {
    font-size: 32px;
    line-height: 24px;
  }

  .plan-tab-name {
    font-size: 18px;
    line-height: 20px;
  }

  .tabs-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .plan-tab-content-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }

  .single-plan-wrap {
    padding: 30px;
  }

  .plan-feature-list-wrap {
    grid-row-gap: 15px;
    margin-bottom: 25px;
  }

  .plan-feature-list-wrap.pricing-page {
    grid-row-gap: 10px;
  }

  .plan-feature-list-wrap.pricing-page.single {
    margin-bottom: 20px;
  }

  .plan-feature-list-details {
    font-size: 20px;
    line-height: 30px;
  }

  .medicins-flex-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .medicins-flex-item {
    grid-row-gap: 20px;
  }

  .medicins-img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
  }

  .medicins-hover-wrap {
    padding-bottom: 30px;
  }

  .medicine-name {
    font-size: 24px;
  }

  .medicine-purpose {
    font-size: 18px;
    line-height: 20px;
  }

  .post-img-wrap.blog-v1 {
    height: auto;
  }

  .post-category {
    font-size: 15px;
    line-height: 22px;
  }

  .post-title-wrap.small {
    margin-bottom: 10px;
  }

  .post-title {
    line-height: 28px;
  }

  .post-title.small {
    max-width: 360px;
    line-height: 28px;
  }

  .post-date-author-flex-wrap, .post-date-author-flex-wrap.small {
    margin-bottom: 15px;
  }

  .post-info-flex {
    grid-column-gap: 8px;
  }

  .post-info-details {
    font-size: 16px;
  }

  .post-info-icon {
    width: 12px;
  }

  .small-blog-collection-wrap {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: stretch;
  }

  .small-post-img {
    width: 100%;
    max-width: 100%;
  }

  .cta-grid-wrapper {
    grid-row-gap: 5px;
  }

  .cta-form-title {
    font-size: 18px;
    line-height: 26px;
  }

  .cta-form-flex {
    grid-column-gap: 10px;
  }

  .cta-input {
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .footer-bottom.preview {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-logo-wrap {
    max-width: 140px;
    margin-bottom: 6px;
  }

  .footer-details {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 22px;
  }

  .footer-social-links-wrap {
    grid-column-gap: 10px;
  }

  .footer-top-flex-wrap {
    grid-column-gap: 100px;
    grid-row-gap: 20px;
    justify-content: flex-start;
  }

  .footer-links-wrapper {
    max-width: 50%;
  }

  .footer-links-wrapper.footer-contact {
    max-width: 100%;
  }

  .copyright-text {
    font-size: 15px;
    line-height: 22px;
  }

  .banner-v2-content-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-v2-title {
    font-size: 36px;
    line-height: 40px;
  }

  .banner-v2-details {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .banner-v2-title-insect {
    width: 25px;
    height: 32px;
  }

  .banner-v2-man-left, .banner-v2-man-right {
    width: 100px;
  }

  .sponsor-ticker-logo-wrap {
    padding: 18px 20px;
  }

  .sponsor-ticker-logo {
    width: 100px;
    height: 25px;
  }

  .control-expert-content-wrapper-v2 {
    padding: 30px;
  }

  .single-service-wrapper {
    padding: 20px;
  }

  .service-icon-wrap {
    width: 80px;
    height: 80px;
  }

  .service-icon {
    width: 30px;
    height: 30px;
  }

  .service-details {
    margin-bottom: 15px;
  }

  .treatment-content-wrapper {
    padding-bottom: 30px;
  }

  .treatment-offer-details-flex {
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
  }

  .treatment-offer-title {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 35px;
  }

  .treatment-offer-details {
    font-size: 15px;
    line-height: 25px;
  }

  .treatment-discount-flex {
    grid-column-gap: 6px;
  }

  .treatment-discount {
    font-size: 36px;
    line-height: 28px;
  }

  .treatment-discount-text {
    font-size: 20px;
    line-height: 24px;
  }

  .treatment-wrapper {
    margin-bottom: 20px;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .treatment-content {
    margin-bottom: 20px;
  }

  .single-treatment-feature {
    padding: 15px 20px;
  }

  .single-treatment-feature._2 {
    margin-left: 20px;
    padding-right: 20px;
  }

  .single-treatment-feature._1, .single-treatment-feature._3 {
    padding-right: 20px;
  }

  .treatment-feature-icon {
    width: 25px;
    height: 25px;
  }

  .treatment-feature-text {
    font-size: 16px;
    line-height: 26px;
  }

  .treatment-feature-wrap {
    grid-row-gap: 8px;
    margin-left: -50px;
  }

  .inner-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .inner-banner-title {
    font-size: 36px;
    line-height: 40px;
  }

  .breadcrumb-link {
    font-size: 18px;
    line-height: 20px;
  }

  .about-us-content-wrapper {
    margin-bottom: -30px;
    padding: 25px 20px;
  }

  .about-summery-wrap {
    margin-top: -30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-summery-count {
    grid-column-gap: 20px;
  }

  .mission-vision-content-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mission-vision-grid-wrap {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .mission-content-divider {
    margin-bottom: 15px;
  }

  .cat-flex-wrapper {
    justify-content: center;
  }

  .blog-title-wrapper {
    margin-bottom: 20px;
  }

  .blog-posts-grid-wrap {
    grid-template-columns: 1fr;
  }

  .blog-single-title-wrap {
    margin-bottom: 20px;
  }

  .blog-single-img {
    height: 250px;
  }

  .blog-single-img-wrap {
    margin-bottom: 15px;
  }

  .blog-single-details p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 24px;
  }

  .blog-single-details blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .service-icon-flex-wrap {
    grid-column-gap: 15px;
    margin-bottom: 15px;
  }

  .service-name {
    max-width: 100px;
    font-size: 20px;
    line-height: 22px;
  }

  .service-grid-wrap {
    grid-template-columns: 1fr;
  }

  .service-single-title-wrap, .service-single-video-wrap {
    margin-bottom: 20px;
  }

  .play-btn-wrap {
    max-width: 60px;
  }

  .service-single-details p {
    font-size: 15px;
    line-height: 22px;
  }

  .service-single-details h4 {
    margin-top: 20px;
    font-size: 24px;
  }

  .pricing-plan-grid-wrap {
    grid-template-columns: 1fr;
  }

  .plan-single-grid-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .plan-single-details {
    margin-bottom: 20px;
  }

  .plan-single-more-details h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .plan-cart-wrapper {
    position: static;
  }

  .plan-cart-details {
    max-width: none;
    font-size: 15px;
    line-height: 23px;
  }

  .plan-cart-price {
    font-size: 28px;
    line-height: 32px;
  }

  .contact-info-grid-wrap {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
  }

  .single-contact-info {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .contact-info-icon-wrap {
    width: 50px;
    height: 50px;
  }

  .contact-icon {
    width: 20px;
    height: 20px;
  }

  .contact-form-wrapper {
    padding: 25px;
  }

  .contact-form-grid-wrap {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .contact-single-field-wrapper.message {
    margin-bottom: 25px;
  }

  .contact-field-label {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 26px;
  }

  .contact-field {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    line-height: 22px;
  }

  .contact-message-field {
    min-height: 150px;
    padding: 15px;
    font-size: 15px;
    line-height: 22px;
  }

  .sg-para-details {
    margin-bottom: 15px;
  }

  .sg-color-grid-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .sg-title-flex-wrap {
    grid-row-gap: 20px;
  }

  .sg-color-code {
    font-size: 18px;
    line-height: 22px;
  }

  .single-sg-wrapper {
    margin-bottom: 40px;
  }

  .sg-paragraph-details {
    margin-bottom: 30px;
  }

  .single-sg-title {
    margin-bottom: 15px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .single-color-box {
    height: 100px;
  }

  .sg-para-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  ._404-img {
    width: 130px;
  }

  ._404-title {
    font-size: 26px;
  }

  ._404-details {
    font-size: 16px;
    line-height: 24px;
  }

  .license-title {
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 38px;
  }

  .license-title-wrapper {
    margin-bottom: 20px;
  }

  .license-img.l3, .license-img.l2, .license-img.l5 {
    max-width: 48.3%;
  }

  .license-img.l1 {
    max-width: 100%;
  }

  .license-img.l4 {
    max-width: 48.3%;
  }

  .changelog-grid-left-wrap {
    border-right-style: none;
  }

  .changelog-content-wrapper {
    padding: 20px 15px;
  }

  .changelog-dot {
    display: none;
  }

  .single-changelog-wrap {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .changelog-grid-right-wrap {
    padding-left: 0;
  }

  .pp-container {
    padding: 30px 20px;
  }

  .pp-img-wrap {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }

  .pp-title {
    font-size: 24px;
    line-height: 30px;
  }

  .pp-details {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 22px;
  }

  .pp-field-wrap {
    margin-bottom: 15px;
  }

  .cart-line-item {
    margin-bottom: 20px;
  }

  .cart-heading {
    font-size: 28px;
    line-height: 100%;
  }

  .preview-banner-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .preview-banner-title {
    margin-bottom: 10px;
    font-size: 44px;
    line-height: 50px;
  }

  ._2-buttons-wrap {
    grid-column-gap: 10px;
  }

  .preview-banner-images-wrapper {
    padding: 20px;
  }

  .preview-banner-image-wrap {
    grid-column-gap: 15px;
  }

  .preview-section-title {
    font-size: 28px;
    line-height: 38px;
  }

  .included-icon-wrap {
    margin-bottom: 20px;
  }

  .included-contant-wrapper {
    padding: 30px;
  }

  .included-card-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
  }

  .included-grid, .demo-grid-wrap {
    grid-template-columns: 1fr;
  }

  .single-demo-content {
    max-width: 100%;
  }

  .figma-file-top-wrapper {
    margin-bottom: 20px;
  }

  .figma-file-wrapper {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .figma-icon-wrap {
    width: 80px;
    height: 80px;
  }

  .figma-file-image-wrapper {
    max-width: 100%;
  }

  .figma-file-title {
    font-size: 28px;
  }

  .preview-footer-top {
    padding-top: 30px;
  }

  .preview-footer-title {
    font-size: 30px;
    line-height: 40px;
  }

  .preview-footer-details {
    font-size: 15px;
    line-height: 25px;
  }

  .single-teacher-name {
    margin-bottom: 5px;
    font-size: 22px;
  }

  .single-teacher-designation {
    margin-bottom: 10px;
  }

  .single-teacher-details-wrap {
    text-align: center;
  }

  .teacher-social-flex-wrap {
    grid-column-gap: 8px;
  }

  .teacher-social-flex-wrap.single {
    justify-content: center;
  }

  .single-teacher-details-flex {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .single-teacher-details-wrapper {
    padding: 20px;
  }

  .single-teacher-details {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .single-teacher-social {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }

  .single-teacher-img {
    width: 100%;
  }

  .banner-section {
    padding-top: 130px;
  }

  .banner-v1-bg-wrap {
    height: 400px;
  }

  .banner-content-flex-left-wrap {
    width: 100%;
  }

  .banner-mini-title-wrap {
    margin-bottom: 5px;
  }

  .banner-mini-title-text {
    font-size: 14px;
    line-height: 22px;
  }

  .banner-v1-title {
    font-size: 32px;
    line-height: 34px;
  }

  .banner-details {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 22px;
  }

  .single-slide-service-wrapper {
    padding: 20px;
  }

  .hero-header-bg-video {
    height: 400px;
  }

  .our-technology-flex {
    align-items: flex-start;
  }

  .h3-m {
    font-size: 24px;
    line-height: 30px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-links-grid {
    grid-row-gap: 23px;
  }

  .card.contact-form-card {
    min-height: auto;
    padding: 53px 30px 48px;
  }

  .contact-content-top {
    margin-bottom: 31px;
    margin-right: 0;
  }

  .title.h2-size {
    font-size: 32px;
  }

  .title.h2-size.contact {
    max-width: 304px;
  }

  .image-wrapper.contact-link-icon {
    margin-right: 15px;
  }

  .section-2 {
    padding-top: 113px;
    padding-bottom: 113px;
  }

  .section-2.contact {
    padding-top: 50px;
    padding-bottom: 91px;
  }

  .split-content.contact-left {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .split-content.contact-right {
    padding-top: 25px;
    padding-right: 25px;
  }

  .section-contact, .section-contact.control-expert {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-contact.pricing-plan, .section-contact.sponsor-ticker {
    padding-top: 60px;
  }

  .section-contact.service-v2 {
    padding-bottom: 60px;
  }

  .section-contact.after-banner {
    padding-top: 60px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .section-contact.after-banner.blog-single, .section-contact.mission-vision {
    padding-bottom: 60px;
  }

  .section-contact.included {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-contact.preview {
    padding-bottom: 60px;
  }

  .section-title-wrap-a-propos.flex.blog {
    grid-row-gap: 10px;
    margin-bottom: 20px;
  }

  .section-title-wrap-a-propos.pricing {
    margin-bottom: 10px;
  }

  .section-title-wrap-a-propos.contact {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 54px;
    line-height: 64px;
  }

  h2 {
    font-size: 42px;
    line-height: 52px;
  }

  h3 {
    font-size: 36px;
    line-height: 46px;
  }

  .container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .main-logo-wrap {
    width: 110px;
    max-width: 110px;
  }

  .nav-menu-flex-wrap {
    grid-row-gap: 10px;
    color: #fff;
  }

  .nav-menu-wrap {
    background-color: var(--mauve-foncé-isolrenove);
    padding: 25px;
  }

  .single-nav-link {
    font-size: 16px;
  }

  .single-nav-link.v1, .single-nav-link.v1.w--current {
    color: var(--white);
  }

  .secondary-button {
    padding: 10px 22px;
    font-size: 14px;
    line-height: 20px;
  }

  .secondary-button.nav-mobile {
    color: var(--white);
    padding: 10px 22px;
    font-size: 15px;
    line-height: 20px;
    display: none;
  }

  .primary-button {
    padding: 10px 22px;
    font-size: 14px;
    line-height: 20px;
  }

  .nav-flex-wrap {
    padding: 10px 20px;
  }

  .section.control-expert {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.services-v1 {
    padding: 20px;
  }

  .section.process {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.sponsor-ticker {
    padding-top: 40px;
  }

  .section.mission-vision {
    padding-bottom: 0;
  }

  .control-expert-content-wrapper {
    padding: 20px 15px;
  }

  .control-expert-summery-count {
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: center;
  }

  .section-title {
    font-size: 24px;
    line-height: 30px;
  }

  .section-title.white.control-expert {
    font-size: 22px;
  }

  .section-title.white.mission {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 28px;
  }

  .section-title.white.cta {
    font-size: 22px;
    line-height: 24px;
  }

  .section-title.treatment {
    font-size: 22px;
  }

  .section-title.about {
    font-size: 20px;
    line-height: 26px;
  }

  .section-title.service-v1 {
    margin-bottom: 20px;
    line-height: 30px;
  }

  .control-expert-list-wrap {
    margin-bottom: 15px;
    padding-left: 20px;
  }

  .control-expert-list-item {
    font-size: 14px;
  }

  .control-expert-list-details {
    font-size: 14px;
    line-height: 20px;
  }

  .single-control-summery-wrap {
    flex-direction: row;
  }

  .single-control-icon-wrap {
    width: 55px;
    height: 55px;
  }

  .section-title-wrap.flex.services-v1 {
    margin-top: 20px;
    padding-top: 40px;
  }

  .section-title-right-wrap.service-v1 {
    width: 100%;
  }

  .section-details {
    font-size: 14px;
    line-height: 22px;
  }

  .section-details.service-v1 {
    max-width: none;
    margin-bottom: 30px;
  }

  .section-details.service-single {
    max-width: 260px;
  }

  .section-details.preview-banner {
    font-size: 14px;
    line-height: 20px;
  }

  .section-details.figma-file {
    font-size: 13px;
    line-height: 20px;
  }

  .single-service-v1-wrap {
    padding: 20px;
  }

  .service-v1-icon-wrap {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }

  .service-v1-icon {
    width: 25px;
  }

  .service-v1-name {
    font-size: 20px;
    line-height: 28px;
  }

  .service-v1-details {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 22px;
  }

  .tertiary-btn-wrap {
    grid-column-gap: 5px;
    font-size: 15px;
    line-height: 20px;
  }

  .service-v1-grid-wrap {
    grid-row-gap: 20px;
  }

  .single-process-wrap {
    padding: 20px;
  }

  .process-icon-wrap {
    width: 70px;
    height: 70px;
  }

  .process-icon {
    width: 25px;
    height: 25px;
  }

  .process-name {
    font-size: 20px;
    line-height: 24px;
  }

  .process-icon-flex {
    grid-column-gap: 15px;
    margin-bottom: 10px;
  }

  .process-details {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .process-number-flex {
    grid-column-gap: 10px;
  }

  .process-number-arrow {
    width: 30px;
  }

  .process-number {
    font-size: 20px;
    line-height: 25px;
  }

  .chose-us-content-wrapper {
    padding-top: 270px;
  }

  .chose-us-grid-left-wrap.top, .chose-us-grid-left-wrap.bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .chose-us-mini-title {
    font-size: 14px;
  }

  .choose-tab-title {
    font-size: 18px;
  }

  .choose-tab-icon-wrapper {
    width: 16px;
  }

  .single-choose-tab-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .single-choose-wrapper {
    padding: 20px;
  }

  .choose-icon-wrap {
    width: 70px;
    height: 70px;
  }

  .choose-details {
    font-size: 15px;
    line-height: 22px;
  }

  .member-name {
    font-size: 20px;
    line-height: 25px;
  }

  .member-designation {
    font-size: 16px;
    line-height: 20px;
  }

  .member-hover-wrap {
    padding-bottom: 15px;
  }

  .member-hover-content-wrap {
    grid-row-gap: 8px;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
  }

  .member-social-wrapper {
    justify-content: center;
    display: flex;
  }

  .single-social-link-wrap {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }

  .feedback-details {
    font-size: 14px;
    line-height: 22px;
  }

  .pricing-plan-content {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .pricing-tab-link {
    width: 100%;
    min-width: auto;
    padding: 12px 20px;
  }

  .plan-tab-price {
    margin-bottom: 4px;
    font-size: 22px;
  }

  .plan-tab-name {
    font-size: 14px;
    line-height: 16px;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .single-plan-wrap {
    padding: 20px 15px;
  }

  .plan-feature-list-wrap {
    grid-row-gap: 10px;
    margin-bottom: 20px;
  }

  .plan-feature-list-item {
    align-items: center;
  }

  .plan-feature-list-icon {
    width: 15px;
    height: 15px;
  }

  .plan-feature-list-details {
    font-size: 16px;
    line-height: 24px;
  }

  .medicins-img {
    max-height: 280px;
  }

  .medicins-hover-wrap {
    padding-bottom: 20px;
  }

  .medicine-name {
    font-size: 20px;
  }

  .medicine-purpose {
    font-size: 16px;
  }

  .single-blog-post-wrap, .single-blog-post-wrap.article {
    padding: 15px;
  }

  .post-img-wrap, .post-img-wrap.blog-v1 {
    margin-bottom: 15px;
  }

  .post-category {
    padding: 3px 8px;
    font-size: 14px;
    line-height: 18px;
  }

  .post-title-wrap {
    margin-bottom: 10px;
  }

  .post-title, .post-title.small {
    font-size: 18px;
    line-height: 24px;
  }

  .post-date-author-flex-wrap {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .post-date-author-flex-wrap.small {
    margin-bottom: 10px;
  }

  .post-date-author-flex-wrap.single {
    align-items: center;
    margin-bottom: 10px;
  }

  .post-info-flex {
    grid-column-gap: 5px;
  }

  .post-info-details {
    font-size: 14px;
  }

  .post-info-icon {
    width: 10px;
  }

  .post-info-divider {
    display: none;
  }

  .small-blog-collection-wrap {
    grid-row-gap: 15px;
  }

  .cta-grid-wrapper {
    grid-row-gap: 3px;
  }

  .cta-form-title {
    font-size: 16px;
    line-height: 20px;
  }

  .cta-form-flex {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .cta-input {
    height: 40px;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-top {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .footer-bottom {
    padding-bottom: 8px;
  }

  .footer-details-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footer-logo-wrap {
    width: 200px;
    max-width: none;
  }

  .footer-details {
    margin-top: 10px;
  }

  .footer-social-links-wrap {
    grid-column-gap: 8px;
  }

  .footer-social-link-wrap {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .footer-links-wrapper {
    max-width: 100%;
  }

  .footer-links-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
  }

  .footer-links-wrap {
    grid-row-gap: 8px;
  }

  .single-footer-link {
    grid-column-gap: 6px;
  }

  .footer-contact-details {
    font-size: 15px;
  }

  .copyright-text {
    font-size: 14px;
    line-height: 22px;
  }

  .copyright-link {
    color: var(--mauve-isolrenove);
  }

  .banner-v2-wrapper {
    margin-top: 62px;
    padding-bottom: 28px;
  }

  .banner-v2-content-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .banner-v2-content-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner-v2-title {
    font-size: 26px;
    line-height: 30px;
  }

  .banner-v2-details {
    max-width: 260px;
    font-size: 14px;
    line-height: 20px;
  }

  .banner-v2-title-insect {
    width: 18px;
    height: 22px;
  }

  .banner-v2-slide-nav {
    bottom: -50px;
  }

  .banner-v2-man-left {
    width: 80px;
    left: 10px;
  }

  .banner-v2-man-right {
    width: 80px;
    right: 10px;
  }

  .sponsor-ticker-wrapper.mb-25 {
    margin-bottom: 10px;
  }

  .sponsor-ticker-logo-wrap {
    margin-right: 10px;
    padding: 10px 15px;
  }

  .sponsor-ticker-logo {
    width: 80px;
    height: 20px;
  }

  .control-expert-content-wrapper-v2 {
    padding: 20px 15px;
  }

  .control-expert-img-small {
    max-width: 120px;
  }

  .service-icon-wrap {
    width: 65px;
    height: 65px;
  }

  .service-icon {
    width: 25px;
    height: 25px;
  }

  .service-details {
    font-size: 15px;
    line-height: 24px;
  }

  .treatment-offer-title {
    font-size: 24px;
  }

  .treatment-offer-details {
    font-size: 13px;
    line-height: 23px;
  }

  .treatment-discount {
    font-size: 32px;
    line-height: 25px;
  }

  .treatment-discount-text {
    font-size: 18px;
    line-height: 20px;
  }

  .treatment-wrapper {
    padding: 20px 15px;
  }

  .treatment-img-wrap {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .single-treatment-feature._2 {
    margin-left: 0;
  }

  .treatment-feature-text {
    font-weight: 500;
  }

  .treatment-feature-wrap {
    align-items: stretch;
    margin-left: 0;
  }

  .inner-banner {
    margin-top: 62px;
  }

  .inner-banner-title {
    font-size: 24px;
    line-height: 30px;
  }

  .breadcrumb-wrapper {
    grid-column-gap: 5px;
  }

  .breadcrumb-link {
    font-size: 16px;
  }

  .about-us-content-wrapper {
    margin-bottom: -10px;
    padding: 20px 15px;
  }

  .about-summery-wrap {
    margin-top: -10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-summery-count {
    grid-row-gap: 15px;
    justify-content: flex-start;
  }

  .mission-content-divider {
    margin-bottom: 10px;
  }

  .mission-tab-details {
    font-size: 14px;
    line-height: 140%;
  }

  .category-btn {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 16px;
  }

  .cat-flex-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .blog-single-img {
    height: 180px;
  }

  .blog-single-details p {
    font-size: 14px;
    line-height: 22px;
  }

  .blog-single-details blockquote {
    padding: 15px 10px;
    font-size: 13px;
    line-height: 22px;
  }

  .service-icon-flex-wrap {
    margin-bottom: 10px;
  }

  .play-btn-wrap {
    max-width: 50px;
  }

  .service-single-details p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .service-single-details h4 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 28px;
  }

  .pricing-tabs-menu-wrap {
    width: 100%;
    flex-direction: column;
    margin-bottom: 20px;
    display: flex;
  }

  .pricing-tabs-menu-link {
    text-align: center;
  }

  .plan-price {
    font-size: 28px;
    line-height: 32px;
  }

  .plan-flex-wrap {
    margin-bottom: 5px;
  }

  .plan-single-name {
    font-size: 24px;
    line-height: 30px;
  }

  .plan-single-details {
    font-size: 14px;
    line-height: 22px;
  }

  .plan-single-more-details h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .plan-single-more-details p {
    font-size: 14px;
    line-height: 22px;
  }

  .plan-cart-wrapper {
    padding: 20px;
  }

  .plan-cart-title {
    font-size: 18px;
    line-height: 27px;
  }

  .plan-cart-details {
    font-size: 14px;
    line-height: 22px;
  }

  .plan-cart-price {
    font-size: 24px;
    line-height: 28px;
  }

  .contact-info-grid-wrap {
    grid-template-columns: 1fr;
  }

  .single-contact-info {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .contact-form-wrapper {
    padding: 20px 15px;
  }

  .contact-form-grid-wrap {
    grid-row-gap: 15px;
    margin-bottom: 15px;
  }

  .contact-single-field-wrapper.message {
    margin-bottom: 20px;
  }

  .contact-field-label {
    font-size: 15px;
    line-height: 24px;
  }

  .contact-field {
    font-size: 14px;
    line-height: 20px;
  }

  .contact-message-field {
    min-height: 120px;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .sg-para-details {
    font-size: 14px;
    line-height: 24px;
  }

  .sg-color-grid-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .sg-title-flex-wrap {
    grid-row-gap: 15px;
  }

  .single-sg-wrapper {
    margin-bottom: 30px;
  }

  .sg-paragraph-details {
    margin-bottom: 20px;
  }

  .single-sg-title {
    font-size: 15px;
  }

  .sg-para-info {
    font-size: 14px;
    line-height: 24px;
  }

  .sg-para-title {
    font-size: 20px;
    line-height: 25px;
  }

  ._404-img {
    width: 100px;
    margin-bottom: 15px;
  }

  ._404-title {
    font-size: 22px;
  }

  ._404-details {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
  }

  .license-title {
    font-size: 24px;
    line-height: 30px;
  }

  .license-details {
    max-width: 320px;
    font-size: 15px;
    line-height: 25px;
  }

  .license-img.l3, .license-img.l2, .license-img.l5, .license-img.l4 {
    max-width: 100%;
  }

  .single-changelog-content-wrap {
    padding: 15px 10px;
  }

  .changelog-list-details {
    font-size: 14px;
    line-height: 18px;
  }

  .changelog-grid-right-wrap {
    padding-bottom: 20px;
  }

  .changelog-list {
    grid-row-gap: 4px;
  }

  .changelog-title {
    margin-bottom: 6px;
  }

  .pp-container {
    padding: 25px 15px;
  }

  .pp-img-wrap {
    width: 80px;
    height: 80px;
  }

  .pp-img {
    width: 30px;
  }

  .pp-title {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 27px;
  }

  .pp-details {
    max-width: 254px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 20px;
  }

  .dropdown-column-wrapper.w--open {
    padding-top: 10px;
  }

  .dropdown-menu-wrapper {
    grid-row-gap: 10px;
  }

  .tertiary-btn-arrow {
    width: 15px;
  }

  .remove-button {
    font-size: 15px;
  }

  .cart-icon {
    width: 18px;
  }

  .cart-plan-duration {
    font-size: 14px;
    line-height: 16px;
  }

  .cart-quantity-2 {
    width: 40px;
  }

  .cart-total-text {
    font-size: 18px;
  }

  .cart-heading {
    font-size: 28px;
  }

  .cart-plan-name {
    font-size: 20px;
    line-height: 24px;
  }

  .cart-price {
    font-size: 16px;
    line-height: 18px;
  }

  .preview-banner-wrap {
    margin-top: 62px;
  }

  .preview-banner-content-wrap {
    margin-bottom: 20px;
  }

  .preview-banner-title {
    font-size: 32px;
    line-height: 40px;
  }

  ._2-buttons-wrap {
    width: 100%;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .preview-banner-images-wrapper {
    padding: 15px;
  }

  .preview-banner-image-wrap {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .preview-img-1, .preview-img-2 {
    width: 100%;
  }

  .preview-section-title {
    font-size: 22px;
    line-height: 32px;
  }

  .included-icon-wrap {
    width: 60px;
    height: 60px;
    margin-bottom: 16px;
  }

  .included-single-card._2, .included-single-card._3 {
    padding: 20px;
  }

  .included-single-card._1, .included-contant-wrapper {
    padding: 20px 15px;
  }

  .included-card-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .included-card-details {
    font-size: 16px;
  }

  .included-grid, .demo-grid-wrap {
    grid-row-gap: 20px;
  }

  .demo-img-wrap {
    margin-bottom: 15px;
    padding: 15px;
  }

  .page-name {
    font-size: 18px;
    line-height: 24px;
  }

  .figma-file-top-wrapper {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .figma-file-wrapper {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .figma-icon-wrap {
    width: 70px;
    height: 70px;
  }

  .figma-icon {
    width: 20px;
  }

  .figma-file-title {
    font-size: 24px;
  }

  .preview-footer-top {
    padding-top: 20px;
  }

  .preview-footer-title {
    font-size: 24px;
    line-height: 34px;
  }

  .preview-footer-details {
    font-size: 14px;
    line-height: 22px;
  }

  .dropdown-content-wrap {
    padding: 10px 15px;
  }

  .choose-icon {
    width: 35px;
    height: 35px;
  }

  .small-post-img-wrap {
    max-height: 200px;
    overflow: hidden;
  }

  .single-teacher-name {
    font-size: 20px;
  }

  .single-teacher-designation {
    margin-bottom: 8px;
    font-size: 14px;
  }

  .single-teacher-details-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .single-teacher-details {
    font-size: 14px;
    line-height: 150%;
  }

  .banner-section {
    padding-top: 100px;
  }

  .banner-v1-bg-wrap {
    height: 400px;
  }

  .banner-content-wrap {
    margin-bottom: 20px;
  }

  .banner-content-flex-left-wrap {
    margin-right: 0;
  }

  .banner-mini-title-wrap {
    grid-column-gap: 5px;
    margin-bottom: 19px;
    display: none;
  }

  .banner-mini-title-border {
    width: 25px;
    background-color: var(--mauve-isolrenove);
  }

  .banner-mini-title-border.for-tab {
    background-color: var(--mauve-isolrenove);
  }

  .banner-mini-title-text {
    color: var(--mauve-isolrenove);
    font-size: 9px;
  }

  .banner-v1-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 26px;
  }

  .banner-details {
    margin-bottom: 34px;
    font-size: 14px;
    line-height: 20px;
  }

  .banner-v1-img {
    object-fit: cover;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: -13px;
  }

  .our-technology-bg-video {
    height: 300px;
  }

  .our-technology-flex {
    display: none;
  }

  .play-button-shadow-2 {
    width: 40px;
    height: 40px;
  }

  .h3-m {
    text-align: center;
    font-size: 29px;
    line-height: 42px;
  }

  .play-button {
    width: 40px;
    height: 40px;
  }

  .play-icon-container {
    width: 14px;
    align-items: center;
    display: flex;
  }

  .our-technology-right-flex {
    width: 100%;
    max-width: none;
  }

  .our-technology-video-container {
    width: 100%;
    height: auto;
    min-width: auto;
  }

  .play-button-shadow-1 {
    width: 40px;
    height: 40px;
  }

  .section-title-right-wrap-copy2.service-v1 {
    width: 100%;
    margin-top: 20px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-5 {
    color: var(--white);
  }

  .contact-link {
    width: 100%;
    max-width: 326px;
    flex-wrap: wrap;
  }

  .card.contact-form-card {
    min-height: auto;
    padding: 44px 25px 40px;
  }

  .contact-link-content {
    width: 100%;
    max-width: 266px;
  }

  .contact-content-top {
    margin-bottom: 26px;
  }

  .title.contact-link-title {
    font-size: 16px;
  }

  .title.h2-size {
    font-size: 26px;
  }

  .title.h2-size.contact {
    margin-bottom: 6px;
  }

  .contact-link-text {
    font-size: 16px;
    line-height: 1.5em;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-wrapper.contact-link-icon {
    width: 48px;
    max-height: 48px;
    min-height: 48px;
    min-width: 48px;
    margin-bottom: 5px;
    margin-right: 10px;
  }

  .section-2 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section-2.contact {
    padding-top: 40px;
    padding-bottom: 73px;
  }

  .subtitle {
    margin-bottom: 8px;
  }

  .split-content.contact-left {
    margin-bottom: 40px;
  }

  .split-content.contact-right {
    padding-top: 15px;
    padding-right: 15px;
  }

  .section-contact.sponsor-ticker {
    padding-top: 40px;
  }

  .section-contact.after-banner {
    background-color: var(--primary-color);
  }

  .text-block-2, .text-block-3 {
    color: var(--white);
  }

  .section-title-wrap-a-propos.flex.services-v1 {
    margin-top: 20px;
  }
}

#w-node-_5ed53c7b-6d50-dea5-fbf6-ac9ba9e61976-a9e61973, #w-node-_5ed53c7b-6d50-dea5-fbf6-ac9ba9e61979-a9e61973, #w-node-d6137978-a9d6-632f-4de6-8603f22363aa-d8ef6bd0, #w-node-_5fba7087-c865-4489-ac75-4cba514b85d2-d7735f9c, #w-node-_79578f8e-b3fb-416b-0716-22f0b65343fc-d7735f9c, #w-node-_34638ec1-cf04-8a1d-edf9-7933b332e168-d7735fa2, #w-node-_34638ec1-cf04-8a1d-edf9-7933b332e16b-d7735fa2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c3397515-5fb0-5482-e7fa-5fcdb50083f0-d7735fa2 {
  grid-area: Tab-Menu;
}

@media screen and (min-width: 1280px) {
  #w-node-e73bc522-c3c1-caa8-5120-442ae9d4ad18-d7735fa2 {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}