:root {
  --heading-two-color: #47414f;
  --secondary-paragraph-color: #686868;
  --first-color: #c2b697;
  --top-heading-text-color: #2a2e31;
  --h1-color: #fdfdfd;
  --white: white;
  --paragraph-color: #c1c1c1;
  --banner-text-color: #f9f8f5;
  --ten-percent-green: #c2b6971a;
  --twenty-percent-green: #c2b69733;
  --border-black: #0003;
  --black-color: #0d0d0d;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray700: #344054;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary50: #f9f5ff;
  --large-img-text-color: #f9f8f5;
  --large-text-font-size: 500px;
  --background-color: #2a2e31;
  --form-font-color: #47414f66;
  --white-2: white;
  --black: black;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray200: #eaecf0;
  --untitled-ui--gray400: #98a2b3;
  --untitled-ui--primary300: #d6bbfb;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-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-commercecartopenlinkicon {
  margin-right: 8px;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  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: #000c;
  position: fixed;
  inset: 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: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

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

.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-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  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 {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.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-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  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;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

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

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-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-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  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-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 {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.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 {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

.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 {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

.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 {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

.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 {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-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: 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;
  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-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 {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.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;
  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-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  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 {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  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-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;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .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, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

h1 {
  color: var(--heading-two-color);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 5.3125rem;
  font-weight: 400;
  line-height: 5.9375rem;
}

h2 {
  color: var(--heading-two-color);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 4.375rem;
  font-weight: 400;
  line-height: 5rem;
}

h3 {
  color: var(--heading-two-color);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3.125rem;
}

h4 {
  color: var(--heading-two-color);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.5rem;
}

h5 {
  color: var(--heading-two-color);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}

h6 {
  color: var(--heading-two-color);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.875rem;
}

p {
  color: var(--heading-two-color);
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.875rem;
}

a {
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  color: var(--secondary-paragraph-color);
  margin-bottom: 15px;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}

blockquote {
  border-left: 3px solid var(--first-color);
  color: var(--secondary-paragraph-color);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.hero-project-one {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
  position: absolute;
  inset: 0%;
}

.hero-project-one.project-four, .hero-project-one.project-three, .hero-project-one.project-two {
  position: absolute;
  inset: 0%;
}

.team-gallery-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  max-width: 1230px;
  height: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 120px;
}

.body-font {
  color: var(--top-heading-text-color);
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.875rem;
}

.body-font.white-color {
  color: var(--h1-color);
}

.body-font.white-color.change-color {
  color: var(--white);
}

.body-font.color-grey {
  color: var(--paragraph-color);
}

.body-font.color-grey.width-fixed-and-align {
  text-align: center;
  max-width: 850px;
}

.body-font.color-grey.margin-for-alignment {
  margin-top: -7px;
}

.body-font.color-grey.nav-one-footer-link-hover {
  transition: color .5s;
}

.body-font.color-grey.nav-one-footer-link-hover:hover {
  color: var(--first-color);
}

.body-font.color-grey.team-details-person-address-width-fixed {
  max-width: 200px;
}

.body-font.color-grey.mobile-align-center.change-font-size {
  font-size: 1rem;
  line-height: 1.625rem;
}

.body-font.color-white {
  color: var(--h1-color);
}

.body-font.color-white.change-font-size {
  font-size: 1rem;
  line-height: 1.625rem;
}

.body-font.color-dark-green {
  width: 100%;
}

.body-font.color-dark-green.margin-top-twenty {
  margin-top: 20px;
}

.body-font.color-dark-green.text-align-center.change-fontsize {
  font-size: 1rem;
  line-height: 1.625rem;
}

.body-font.color-black::placeholder {
  color: var(--top-heading-text-color);
}

.body-font.color-black.change-height {
  height: 80px;
  margin-bottom: 0;
}

.body-font.color-black.change-height.change-border {
  border: 1px solid var(--top-heading-text-color);
}

.body-font.color-black.change-height.change-border::placeholder {
  color: var(--heading-two-color);
}

.body-font.color-black.change-height.change-border.change-margin {
  margin-bottom: 0;
}

.body-font.color-black.change-height-two {
  height: 230px;
  margin-bottom: 0;
}

.body-font.color-black.change-height-two.change-border {
  border: 1px solid var(--top-heading-text-color);
}

.body-font.color-black.change-height-two.change-border::placeholder {
  color: var(--heading-two-color);
}

.body-font.change-size {
  font-size: 1rem;
}

.body-font.change-size.change-outline {
  outline-offset: 0px;
  outline: 0 solid #2a2e3100;
}

.body-font.align-center {
  text-align: center;
}

.body-font.change-color {
  color: var(--paragraph-color);
}

.body-font.change-height {
  height: 80px;
}

.body-font.change-font-size {
  font-size: 1rem;
  line-height: 1.625rem;
}

.body-font.change-font-size.change-underline {
  text-decoration: underline;
}

.heading-one {
  color: var(--top-heading-text-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 5.3125rem;
  font-weight: 400;
  line-height: 5.9375rem;
}

.heading-one.color-white {
  color: var(--h1-color);
}

.auto-fit {
  z-index: 0;
  object-fit: cover;
}

.auto-fit.full-width-image-responsive {
  margin-top: 0;
  padding-top: 0;
}

.auto-fit.full-width-image-responsive.image-position-change {
  object-position: 0% 50%;
}

.auto-fit.full-width-image-responsive.image-position-chnage-in-responsive.change-width.border-left {
  border-top-left-radius: 130px;
}

.auto-fit.full-width-image-responsive.demo-image {
  z-index: 1;
  position: relative;
}

.auto-fit.full-width-image-responsive.image-position-chnage-in-responsive.position-relative {
  z-index: 2;
}

.auto-fit.full-width-image-responsive.border-top-left-redius {
  border-top-left-radius: 100px;
}

.auto-fit.full-width-image-responsive.border-top-left-redius.about-three-banner-image-position-change.change-width.change-margin-bottom {
  margin-bottom: -20px;
  margin-left: 20px;
}

.auto-fit.full-width-image-responsive.border-top-left-redius.border-radius-effect {
  transition: border-radius .4s;
}

.auto-fit.full-width-image-responsive.border-top-left-redius.border-radius-effect:hover {
  border-top-left-radius: 0;
}

.auto-fit.full-width-image-responsive.border-top-right-redius {
  border-top-right-radius: 100px;
}

.auto-fit.full-width-image-responsive.border-top-right-redius.about-three-banner-image-position-change.change-width.change-margin-bottom {
  margin-bottom: -20px;
  margin-left: -20px;
}

.auto-fit.full-width-image-responsive.border-top-right-redius.image-position-chnage-rexponsive {
  transition: border-radius .4s;
}

.auto-fit.full-width-image-responsive.border-top-right-redius.image-position-chnage-rexponsive:hover {
  border-top-right-radius: 0;
}

.auto-fit.full-width-image-responsive.border-buttom-left-redius {
  border-bottom-left-radius: 100px;
  transition: border-radius .4s;
}

.auto-fit.full-width-image-responsive.border-buttom-left-redius:hover {
  border-bottom-left-radius: 0;
}

.auto-fit.full-width-image-responsive.change-size {
  width: 100%;
  height: 100%;
}

.auto-fit.home-one-banner-flower-image-image {
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.auto-fit.box-shadow-and-position-chnage-and-display-off {
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.auto-fit.box-shadow-and-position-chnage-and-display-off.box-shadow-add-and-display-off {
  box-shadow: 0 4px 60px 8px #0003;
}

.auto-fit.figma-second-image-position-chnage-and-display-off {
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.auto-fit.password-image-position-chnage {
  position: absolute;
  inset: -12% auto auto 50%;
  transform: translate(-50%);
}

.auto-fit.practice-one-image-position-chnage {
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.auto-fit.practice-page-three-dynamic-section-flower-image-margin {
  margin-top: 150px;
  margin-left: 230px;
}

.auto-fit.blog-two-banner-secrtion-flower-image-position-chnage {
  display: none;
  position: absolute;
}

.auto-fit.border-left-left-and-right {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.auto-fit.position-chnage-and-display-off {
  display: none;
}

.auto-fit.two-image-section-flower-image-position-change {
  display: none;
  position: absolute;
  inset: -25% auto auto 0%;
}

.auto-fit.position-chnge-small-image-and-shadow {
  position: absolute;
  inset: 32% 0% auto auto;
  box-shadow: 0 32px 60px #00000026;
}

.auto-fit.mission-section-flower-image-position-change {
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.auto-fit.position-chnage-of-banner-image-one {
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.auto-fit.position-chnage-of-banner-image-two {
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.auto-fit.flower-image-position-chnage-and-display-off {
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.auto-fit.border-top-right-redius {
  border-top-right-radius: 100px;
}

.auto-fit.about-three-counter-section-flower-image-position-chnage {
  display: none;
}

.auto-fit.contact-three-banner-section-flower-image-position-chnage {
  display: none;
  position: absolute;
  inset: -35% 3% auto auto;
}

.auto-fit.contact-page-two-flower-image-position-change-and-display-off, .auto-fit.article-section-flower-chnage-and-display-off, .auto-fit.pricing-details-banner-flower-image-position-chnage, .auto-fit.pricing-page-article-section-flower-image-position-chnage-and-display-off {
  display: none;
}

.auto-fit.contact-image-position-chnage-and-dispaly-off {
  display: none;
  position: absolute;
  inset: -15% -11% auto auto;
}

.auto-fit.landding-page-inner-section-position-chnage-and-display-off {
  display: none;
  position: absolute;
  inset: -12% 0% auto auto;
}

.auto-fit.change-width {
  width: 100%;
  height: 100%;
}

.auto-fit.change-size {
  width: 100%;
}

.auto-fit.border-image {
  border: 1px solid var(--first-color);
  border-radius: 100%;
  padding: 3px;
}

.auto-fit.opacity-off {
  opacity: .6;
}

.auto-fit.image-full-width {
  width: 100%;
  height: 100%;
}

.color-green {
  color: var(--first-color);
}

.color-green.text-decoration {
  text-decoration: underline;
}

.heading-two {
  color: var(--heading-two-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 4.375rem;
  font-weight: 400;
  line-height: 5rem;
}

.heading-two.align-center {
  text-align: center;
}

.heading-two.align-center.padding-bottom-thirty {
  padding-bottom: 30px;
}

.heading-two.color-white {
  color: var(--h1-color);
}

.heading-two.color-white.width-fixed-and-align {
  text-align: center;
  max-width: 850px;
}

.heading-two.text-align-center.change-size {
  font-size: 3.125rem;
  line-height: 3.75rem;
}

.heading-two.padding-buttom-twenty {
  padding-bottom: 20px;
}

.heading-two.padding-buttom-twenty.width-chnage {
  max-width: 952px;
}

.sub-heading-two {
  color: var(--heading-two-color);
  text-transform: capitalize;
  flex: 1;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3.125rem;
  display: flex;
}

.sub-heading-two.color-white {
  color: var(--h1-color);
}

.sub-heading-two.color-green {
  color: var(--first-color);
}

.sub-heading-two.margin-buttom-thirty {
  margin-bottom: 30px;
}

.sub-heading-two.padding-butttom-twenty-five {
  padding-bottom: 25px;
}

.sub-heading-two.padding-buttom-twenty {
  padding-bottom: 20px;
}

.sub-heading-two.width-decrease {
  max-width: 350px;
}

.sub-heading-two.heading-max-width {
  max-width: 400px;
}

.sub-heading-two.margin-top-twenty {
  margin-top: 20px;
}

.sub-heading-two.align-center {
  text-align: center;
}

.sub-heading-one {
  color: var(--heading-two-color);
  text-transform: capitalize;
  width: 100%;
  font-family: Playfair Display, sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.sub-heading-one.color-white {
  color: #fdfdfd;
}

.sub-heading-one.padding-buttom-twenty {
  padding-bottom: 20px;
}

.sub-heading-one.text-align-center.clor-dark-blue {
  color: #252b5d;
}

.sub-heading-one.color-black {
  color: var(--top-heading-text-color);
}

.sub-heading-one.color-green {
  color: var(--first-color);
}

.sub-heading-one.padding-top-ten-and-buttom-fifteen {
  padding-top: 10px;
  padding-bottom: 15px;
}

.sub-heading-one.padding-top-ten-and-buttom-fifteen.blog-two-dynamic-content-paragraph-width-change {
  max-width: 550px;
}

.sub-heading-one.padding-top-and-buttom-ten {
  padding-top: 10px;
  padding-bottom: 10px;
}

.sub-heading-one.padding-buttom-thirty {
  width: 160%;
  padding-bottom: 30px;
}

.very-small-font {
  color: var(--first-color);
  text-transform: capitalize;
  font-family: DM Sans, sans-serif;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.very-small-font.color-meroon {
  color: var(--heading-two-color);
}

.text-thiry-font-size {
  color: var(--top-heading-text-color);
  font-family: DM Sans, sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 3.125rem;
}

.text-content {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.gallery-heading {
  padding-left: 15px;
  padding-right: 15px;
}

.small-heading-tag {
  color: var(--first-color);
  letter-spacing: .295rem;
  text-transform: uppercase;
  font-family: Playfair Display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.712rem;
}

.small-heading-tag.margin-buttom-five {
  margin-bottom: 5px;
}

.small-heading-tag.text-align-center.margin-buttom-fourty.book-consultation-form-heading-text-style-chnage {
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Inter;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.small-heading-tag.letter-specing-and-text-capitalize-change {
  color: var(--top-heading-text-color);
  letter-spacing: 0;
  text-transform: none;
}

.small-heading-tag.change-color {
  color: var(--heading-two-color);
}

.body {
  background-color: var(--banner-text-color);
}

.range-heading {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.range-heading.gap-chnage {
  grid-column-gap: 19%;
  grid-row-gap: 19%;
}

.two-img-section-left {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-direction: column;
  flex: 0 48.78%;
  display: flex;
}

.range-iteams-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.range-iteams-wrapper.margin-top-thirty {
  margin-top: 30px;
}

.counter-section {
  flex-direction: column;
  padding: 116px 15px 126px;
}

.large-img-container {
  position: relative;
}

.footer-nav-iteams {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.toggle-section-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-social-icons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.seeking-range-button {
  background-color: #c2b697;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  position: relative;
  inset: 0%;
}

.nav-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #c8c8c800;
  position: relative;
}

.color-mixed {
  color: #c2b697;
}

.two-img-section {
  background-color: #fff;
  padding: 127px 15px 128px;
}

.contact-number {
  flex: 0 auto;
  display: block;
}

.two-image-section-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.why-choose-left-section-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  max-width: 490px;
  display: flex;
}

.range {
  border-radius: 50px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 4px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-one-arrow-image {
  object-fit: contain;
  height: auto;
}

.why-choose-sectipon {
  background-color: #47414f;
  padding: 120px 15px;
}

.counter-block-wrapper {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-direction: column;
  display: flex;
}

.button-and-text-wrapper {
  flex: 0 auto;
  max-width: 362px;
  position: relative;
}

.text-and-button-content {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.banner-section {
  background-color: #2a2e31;
  padding: 180px 15px 400px;
  font-family: DM Sans, sans-serif;
}

.align-center {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.align-center.align-start-width {
  flex: 0 19%;
  align-items: flex-start;
}

.toggle-heading-wrapper {
  max-width: 736px;
}

.home-one-banner-wrapper {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: -300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-third {
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.large-text {
  color: #f9f8f5;
  text-align: left;
  align-items: flex-end;
  font-family: Playfair Display, sans-serif;
  font-size: 19rem;
  font-weight: 400;
  line-height: 15rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.large-text.pricing-page-one-large-text-position-and-font-size-and-font-color-chnage {
  color: var(--ten-percent-green);
  position: static;
}

.large-text.practice-page-three-position-and-font-size-chnage-chnage {
  color: var(--ten-percent-green);
  font-size: 16.5rem;
  line-height: 13rem;
  position: static;
}

.large-text.landing-page-large-text-position-change {
  color: var(--ten-percent-green);
  font-size: 18.7rem;
  position: static;
}

.large-text.home-three-large-text-font-size-and-position-chnage {
  color: #c2b69726;
  margin-bottom: -30px;
  font-size: 18.5rem;
  position: static;
}

.large-text.color-green-and-position-change {
  color: var(--ten-percent-green);
  font-size: 18.5rem;
  line-height: 13.5rem;
  display: flex;
  position: static;
}

.large-text.about-three-large-text-size-and-color-change {
  color: var(--ten-percent-green);
  font-size: 22rem;
  line-height: 16.7rem;
  position: static;
}

.large-text.font-size-and-line-height-and-position-change {
  color: var(--ten-percent-green);
  line-height: 13.7rem;
  position: static;
}

.large-text.blog-page-one-large-text-position-and-font-size-and-color-change {
  color: #c2b69726;
  font-size: 25rem;
  line-height: 25rem;
  position: static;
}

.large-text.blog-two-banner-large-text-and-font-size-position-change {
  color: #c2b69726;
  font-size: 25rem;
  line-height: 24rem;
  position: static;
}

.large-text.blog-three-large-text-position-and-font-style-change {
  color: var(--ten-percent-green);
  margin-bottom: -50px;
  font-size: 25rem;
  line-height: 22.5rem;
  position: static;
}

.large-text.practice-page-one-large-text-and-font-size-and-position-and-color-change {
  color: #c2b69726;
  font-size: 16rem;
  line-height: 13.7rem;
  position: static;
}

.large-text.contact-page-large-text-positiong-and-font-size-chnage {
  color: var(--ten-percent-green);
  font-size: 17rem;
  line-height: 14.7rem;
  position: static;
}

.large-text.contact-page-two-large-text-positiong-and-font-size-and-color-chnage {
  color: #c2b69726;
  font-size: 17rem;
  line-height: 14.8rem;
  position: static;
}

.large-text.faq-large-text-styles-and-position-change {
  color: var(--ten-percent-green);
  font-size: 30rem;
  line-height: 25rem;
  position: static;
}

.large-text.position-and-font-size-and-line-height-and-color-change-chnage {
  color: var(--ten-percent-green);
  font-size: 20rem;
  line-height: 15.7rem;
  position: static;
}

.large-text.practice-details-large-text-size-and-color-and-line-height-change, .large-text.pricing-details-large-text-position-and-font-color-and-font-size-and-font-color-change {
  color: var(--ten-percent-green);
  position: static;
}

.two-img-section-right {
  flex-direction: row;
  flex: 0 41.95%;
}

.white-color {
  color: var(--h1-color);
}

.slider {
  background-color: #ddd0;
  height: auto;
}

.slider.slider-iteams {
  position: static;
  overflow: hidden;
}

.why-choose-left-section {
  flex: 1;
  position: relative;
}

.range-inner-background {
  background-color: #c2b697;
  border-radius: 50px;
  flex: 1;
  height: 4px;
  position: absolute;
  inset: 0%;
}

.range-inner-background.width-sixty {
  max-width: 60%;
}

.toggle-iteams-wrapper {
  border-bottom: 1px solid #0000004d;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.toggle-iteam {
  justify-content: space-between;
  align-items: center;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.counter-section-flower-image {
  flex: 0 30%;
  justify-content: flex-end;
  display: none;
}

.main-button {
  background-color: var(--first-color);
  color: var(--top-heading-text-color);
  letter-spacing: .15rem;
  text-transform: uppercase;
  border: 1px solid #c2b697;
  flex: none;
  justify-content: center;
  padding: 12px 35px;
  font-family: DM Sans, sans-serif;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.875rem;
  transition: all .5s;
}

.main-button:hover {
  border: 1px solid var(--first-color);
  color: var(--first-color);
  background-color: #0000;
  border-radius: 0;
}

.main-button.margin-top-ten {
  margin-top: 10px;
}

.main-button.border-black {
  border: 1px solid var(--heading-two-color);
}

.main-button.border-black.margin-top-fourty {
  margin-top: 30px;
}

.main-button.border-black.margin-top-fourty.button-hover-two:hover {
  border-color: var(--h1-color);
  color: var(--h1-color);
}

.main-button.border-black.margin-top-fourty.button-hover-two.align-center {
  text-align: center;
}

.main-button.margin-top-fourty {
  margin-top: 40px;
}

.main-button.marging-top-thirty {
  margin-top: 30px;
}

.main-button.button-hover-two {
  text-align: center;
  width: 60%;
  font-size: .9rem;
}

.main-button.button-hover-two:hover {
  border-color: var(--top-heading-text-color);
  color: var(--top-heading-text-color);
}

.main-button.cart-width-full {
  width: 100%;
}

.main-button.change-button-size {
  font-size: .75rem;
  line-height: 1.6875rem;
}

.seeking-button {
  position: relative;
}

.toggle-menus {
  background-color: #fff;
  padding-bottom: 127px;
}

.slide-nav {
  display: none;
}

.why-choose-right-section {
  flex: 0 50%;
}

.padding-top-buttom-ten {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 20px;
  display: flex;
}

.header-one-main {
  border-bottom: 1px solid #fdfdfd33;
  padding-left: 15px;
  padding-right: 15px;
}

.seeking-wrapper {
  align-items: center;
  height: 40px;
  display: flex;
  overflow: hidden;
}

.middle-container-with-horizontal-alignment {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.middle-container-with-horizontal-alignment.align-start-and-gap {
  grid-column-gap: 86px;
  grid-row-gap: 86px;
  align-items: flex-start;
}

.middle-container-with-horizontal-alignment.gaps-margin-and-align-in-responsive {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  place-content: flex-start space-between;
  margin-top: 30px;
}

.middle-container-with-horizontal-alignment.gaps-margin-and-align-in-responsive.margin-top-chnage {
  margin-top: 60px;
}

.middle-container-with-horizontal-alignment.justify-between-and-gap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
}

.middle-container-with-horizontal-alignment.gap-margin-and-justyfy-space-between {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  place-content: flex-start space-between;
}

.border {
  background-color: #0003;
  width: 1px;
  height: 103px;
  position: relative;
  bottom: -15px;
}

.border.border-color-chnage {
  background-color: #fdfdfd33;
}

.heading-three {
  color: #47414f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 5.3125rem;
  font-weight: 400;
  line-height: 5.9375rem;
}

.counter-section-heading {
  flex: 1;
}

.heading-one-2 {
  color: #2a2e31;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 5.3125rem;
  font-weight: 400;
  line-height: 5.9375rem;
}

.heading-one-2.text-center {
  text-align: center;
}

.heading-one-2.color-meroon {
  color: #47414f;
}

.range-bar-background {
  background-color: var(--twenty-percent-green);
  border-radius: 50px;
  align-items: center;
  width: 100%;
  max-height: 4px;
  display: flex;
}

.style {
  max-width: 270px;
  box-shadow: 1px 2px 15px #0000004d;
}

.style.w--open {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--h1-color);
  border-radius: 5px;
  flex-direction: column;
  width: 200%;
  padding: 5px 20px 0;
  display: flex;
}

.style.overflow-hidden.w--open {
  border-radius: 0;
  flex-direction: column;
  width: 100%;
  min-width: 270px;
  max-width: 100%;
  padding: 0 20px;
}

.navbar-two {
  background-color: #0000;
  flex: 1;
}

.navbar-two.padding-left-and-right-zero {
  padding-left: 0;
  padding-right: 0;
}

.footer-navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.three-section-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 0 auto;
  place-content: flex-start space-between;
  margin-top: 54px;
  display: flex;
}

.toggle-button-style {
  background-color: #c2b697;
  padding: 33px 30px;
}

.toggle-button-style.background-white-and-border-buttom {
  background-color: #fff;
  border-bottom: 1px solid #0000004d;
}

.home-second-secion {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-contact-informatio-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.posted-person-information {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  display: flex;
}

.blog {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-bottom: 1px solid #0003;
  flex: 1;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.heading-and-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-two-first-secion {
  max-width: 210px;
}

.trust-section-right {
  flex: 1;
}

.home-two-heading-and-text {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 50px;
  display: flex;
}

.client-image {
  position: relative;
}

.client-heading-section {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.img-block {
  z-index: 3;
  background-image: url('../images/structer.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  align-self: flex-end;
}

.trust-section-right-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.black-section {
  background-color: #2a2e31;
  padding: 121px 15px 130px;
}

.conatct-number {
  background-color: #fdfdfd;
  border-bottom: 1px solid #c2b697;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 278px;
  height: 107px;
  padding: 10px 25px;
  display: none;
  position: absolute;
  inset: 43% 0% 0% auto;
  box-shadow: 0 4px 20px 1px #0003;
}

.ful-header-banner-section {
  background-color: #c2b6971a;
  background-image: url('../images/image-82.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 0 0;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.mergin-top-seventy {
  flex-direction: column;
  align-items: stretch;
  margin-top: 11px;
  display: flex;
}

.only-one-img-section {
  padding-top: 114px;
  padding-left: 15px;
  padding-right: 15px;
}

.banner-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 1;
  align-items: center;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.posted-section {
  flex: 1;
  padding-bottom: 20px;
}

.promotion-wrapper {
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.full-image {
  object-fit: fill;
  height: auto;
  display: block;
}

.full-image.margin-top-ten {
  margin-top: 8px;
}

.full-image.change-width {
  width: 100%;
  height: 100%;
}

.dark-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #2a2e31;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 390px;
  padding: 42px 50px;
  display: flex;
  position: relative;
}

.verical-align {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.verical-align.gap-increase {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.location {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.location.center-align {
  align-items: center;
}

.client-left-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #0000004d;
  flex-direction: column;
  flex: 1;
  align-self: flex-start;
  padding-bottom: 30px;
  display: flex;
}

.expertise-iteams {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid #000;
  flex-direction: column;
  flex: 1;
  padding: 40px;
  display: flex;
}

.expertise-iteams.bg-white {
  background-color: #fdfdfd;
}

.horizontal-align {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-wrap: wrap;
  flex: 1;
  place-content: flex-start center;
  align-items: center;
  display: flex;
}

.horizontal-align.no-wrap-and-gap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-wrap: nowrap;
  align-items: center;
}

.horizontal-align.vertical-and-gap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.read-more-buutton {
  align-self: center;
}

.home-two-footer {
  background-color: var(--top-heading-text-color);
  border-bottom: 1px solid #2a2e314d;
  padding: 120px 15px;
}

.footer-iteams-one {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: row;
  flex: 1;
  place-content: flex-start space-between;
  align-items: flex-start;
  display: flex;
}

.person-information-section {
  background-color: #47414f;
  padding: 130px 15px;
}

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

.posted-texts {
  flex: 1;
}

.client-pricing-section {
  background-color: var(--white);
  max-width: 570px;
  padding-top: 0;
  position: absolute;
  inset: auto 0 -1px -1px;
}

.personal-image-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.black-section-text-content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  max-width: 800px;
  display: flex;
}

.personal-information-left-section {
  flex-direction: column;
  max-width: 48.78%;
  display: flex;
}

.blog-section {
  background-color: #fdfdfd;
  padding: 130px 15px;
}

.client-section {
  background-color: #fff;
  padding-bottom: 130px;
  padding-left: 15px;
  padding-right: 15px;
}

.two-imgs {
  position: relative;
}

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

.promotion-section {
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
}

.main-blog-content {
  max-width: 450px;
}

.personal-information-right-section {
  justify-content: center;
  display: flex;
  position: relative;
}

.personal-information-right-section.change-width, .protection-section-image-wrapper {
  width: 90%;
}

.home-two-banner-heading {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 52%;
  display: flex;
}

.home-two-banner-heading.change-bottom-padding {
  padding-top: 60px;
  padding-bottom: 110px;
}

.containers-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.proctection-section {
  background-color: #fff;
  padding: 120px 15px;
}

.home-twotoggle-text {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.banner-images-wrapper {
  align-items: flex-end;
  display: flex;
  position: relative;
}

.third-section-main-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.home-one-main-nav-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.nav-second-section {
  max-width: 159px;
}

.social-icon {
  aspect-ratio: 1;
  object-fit: contain;
  height: auto;
}

.nav-first-section {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 551px;
  display: flex;
}

.social-links-footer-section {
  border-top: 1px solid #ffffff4d;
  padding: 21px 15px 15px;
}

.third-section {
  justify-content: flex-end;
  max-width: 181px;
}

.home-one-footer-flower-image {
  position: relative;
  top: 72px;
  left: 50px;
}

.home-one-footer-flower-image.home-one-footer-flower-image-display-off {
  display: none;
}

.footer {
  background-color: #2a2e31;
  border-bottom: 1px solid #000;
  padding-top: 120px;
}

.service-iteams {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.footer-iteam-wrapper {
  border-bottom: 0 solid #fdfdfd4d;
  padding-bottom: 115px;
  padding-left: 15px;
  padding-right: 15px;
}

.promotion-section-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  flex: 1;
  place-content: center space-between;
  align-items: center;
  display: flex;
}

.trust-section-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex: 1;
  display: flex;
}

.counter-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.margin-left {
  margin-left: 40px;
}

.margin-left.display-off {
  display: none;
}

.header-two {
  z-index: 20;
  background-color: #47414f;
  border-bottom: 1px solid #fff3;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
}

.nav-three {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-right-section {
  flex: 1;
  align-self: flex-end;
}

.home-three-footer-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.home-three-counter-image-sectionright {
  flex: 1;
  position: relative;
}

.footer-second-section {
  padding-top: 130px;
  padding-right: 0;
}

.banner-section-home-three {
  background-image: linear-gradient(to right, #2a2e31 12.07%, #000000b3 80%, #2a2e3100), url('../images/building.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
}

.counter-section-home-three {
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.banner-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 705px;
  display: flex;
}

.phone-on-image-section {
  z-index: 5;
  background-color: #c2b697;
  padding: 15px 30px;
  position: absolute;
  inset: auto auto 13% -2%;
}

.read-more.padding-top-twenty {
  padding-top: 15px;
}

.read-more.text-decoration-none {
  text-decoration: none;
  transition: transform .4s;
}

.read-more.text-decoration-none:hover {
  transform: translate(15px);
}

.home-three-footer {
  background-color: #2a2e31;
  padding-top: 113px;
}

.insight-section-wrapper {
  flex: 0 auto;
}

.news-setion-image-section {
  height: 535px;
}

.footer-first-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.news-section {
  padding: 120px 15px;
}

.news-section-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 1;
  display: flex;
}

.second-text-layer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.insight-section {
  background-color: #c2b69714;
  padding: 115px 15px 114px;
  position: relative;
}

.news-right-section-wrapper {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-direction: column;
  display: flex;
}

.news-right-section {
  flex: 1;
  max-width: 464px;
}

.trust-section-left {
  flex: 1;
  position: relative;
}

.trust-section {
  background-color: #fff;
  padding: 130px 15px;
}

.news-iteams {
  border-bottom: 1px solid #0003;
  padding-bottom: 30px;
}

.play-button-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 900px;
  display: grid;
}

.home-three-counter-section-wrapper {
  z-index: 10;
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex: 1;
  align-items: center;
  display: flex;
}

.read-more-section {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.review-left-setion-border {
  background-color: #0003;
  width: 94%;
  height: 1px;
}

.counter-iteam-in-home-three {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 308px;
  height: 204px;
  display: flex;
}

.counter-iteam-in-home-three.border-right-and-buttom {
  border-bottom: 1px solid #0003;
  border-right: 1px solid #0003;
}

.counter-iteam-in-home-three.border-left-and-top {
  border-top: 1px solid #0003;
  border-left: 1px solid #0003;
}

.learn-more-section {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.footer-whole-nav-iteams {
  border-top: 1px solid #fdfdfd4d;
}

.new-section-heading {
  flex: 1;
  padding-bottom: 50px;
}

.ratings-flower-image {
  position: relative;
  top: 80px;
  left: 32%;
}

.ratings-flower-image.position-chnage-and-display-off {
  display: none;
  top: 20%;
  left: 34%;
}

.ratings-flower-image.reviews-section-flower-image-position-change-and-display-off {
  display: none;
}

.banner-left-section {
  flex: 1;
  margin-bottom: 50px;
}

.footer-wrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.home-three-counter-section-left {
  flex: 1;
}

.banner-image-wrapper {
  position: relative;
}

.box-iteam {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  max-width: 390px;
  display: flex;
}

.exerience-section {
  z-index: 5;
  border-bottom: 2px solid var(--first-color);
  background-color: #fff;
  max-width: 129px;
  padding-bottom: 10px;
  padding-left: 17px;
  padding-right: 17px;
  position: absolute;
  top: 20%;
  bottom: auto;
  right: -8%;
  box-shadow: 0 32px 60px #00000040;
}

.news-left-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 1;
  max-width: 635px;
  display: flex;
}

.points-iteams {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  align-items: center;
  display: flex;
}

.color-grey {
  color: var(--paragraph-color);
}

.color-grey.max-width-five-seven-six {
  max-width: 576px;
}

.color-grey.padding-top-twenty-five {
  padding-top: 25px;
}

.color-grey.padding-top-twenty-five.practice-area-banner-paragraph-width-fixed {
  max-width: 809px;
}

.color-grey.padding-top-twenty-five.padding-buttom-thirty {
  padding-bottom: 30px;
}

.color-grey.text-decoration {
  text-decoration: underline;
}

.color-grey.padding-top-and-buttom-twenty-five {
  padding-top: 25px;
  padding-bottom: 25px;
}

.color-grey.padding-top-and-buttom-twenty {
  padding-top: 20px;
  padding-bottom: 20px;
}

.color-grey.padding-top-and-buttom-and-border {
  border-bottom: 1px solid #fdfdfd4d;
  padding-top: 27px;
  padding-bottom: 40px;
}

.color-grey.padding-top-twenty-five-and-buttom-thirty {
  padding-top: 25px;
  padding-bottom: 30px;
}

.color-grey.padding-top-buttom-and-width {
  max-width: 525px;
  padding-top: 20px;
  padding-bottom: 30px;
}

.color-grey.padding-top-fifteen {
  padding-top: 15px;
}

.color-grey.padding-top-fifteen.padding-buttom-fourty {
  padding-bottom: 40px;
}

.color-grey.padding-top-fifteen.padding-buttom-fourty.pricin-details-paragraph-with-fixed {
  max-width: 514px;
}

.color-grey.change-max-width {
  max-width: 250px;
}

.reviews-and-ratings-heading-section {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 50px;
  display: flex;
  position: sticky;
  top: 60px;
}

.reviews-and-ratings-heading-section.position-static {
  position: static;
}

.toggle-buttom-section-for-image {
  flex: 1;
}

.blog-iteam {
  max-width: 390px;
}

.about-page-three-toggle-button-wrapper {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.about-threee-large-text-box {
  justify-content: flex-start;
  margin-left: -91px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
  overflow: hidden;
}

.right-rating-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.about-three-counter-section {
  background-color: #47414f;
  padding: 130px 15px;
  position: relative;
}

.about-page-three-blog-section {
  padding: 124px 15px 130px;
}

.blog-heading-section {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  max-width: 969px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-three-counter-wrapper {
  flex: 1;
}

.blog-iteams-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-content: flex-start;
  display: flex;
}

.second-image-of-banner-thre {
  border: 1px solid var(--first-color);
  border-top-right-radius: 130px;
  flex: 1;
  align-self: flex-end;
  padding-top: 20px;
  padding-right: 0;
}

.second-image-of-banner-thre.padding-chnage {
  margin-top: 187px;
}

.second-image-of-banner-thre.padding-chnage.display-none {
  display: none;
}

.about-page-three-toggle-buttons-sction {
  background-color: #fff;
  padding-top: 116px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.counter-top-section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  align-items: center;
  display: flex;
}

.bullet-point-points-section-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  max-width: 414px;
  display: grid;
}

.counter-left-section {
  flex: 1;
}

.counter-image-section {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.about-three-hero-image {
  border: 1px solid var(--first-color);
  border-top-left-radius: 130px;
  flex: 1;
  align-self: flex-start;
  padding-top: 20px;
  padding-left: 0;
}

.blog-section-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.about-page-three-banner-section {
  background-image: linear-gradient(to right, #2a2e31 13%, #2a2e31f2 63%, #2a2e31c7 77%), url('../images/bookshell.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 200px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.about-three-banner-section-wrapper {
  z-index: 10;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.toggle-buttom-section-for-content {
  flex: 1;
}

.about-three-bnnner-right-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  display: flex;
}

.mission-right-section-text-border {
  background-color: #0000004d;
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
}

.mission-right-section-text-border.background-color-and-width-chnage {
  background-color: #fdfdfd4d;
  max-width: 87%;
}

.learn-more-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.about-three-bnnner-left-section {
  flex: 0 52.52%;
}

.toggle-buttom-section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.toggle-top-section {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}

.counter-iteam {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-direction: column;
  display: flex;
}

.about-two-writing-section {
  background-color: #fff;
  padding: 120px 15px;
}

.writting-section-right {
  flex: 0 auto;
}

.review-left-section {
  flex: 1;
}

.about-two-banner-heading-contents {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 810px;
  display: flex;
}

.about-two-banner-heading-contents.width-chnage {
  z-index: 2;
  max-width: 1079px;
  position: relative;
}

.about-two-banner-heading-contents.max-width {
  max-width: 926px;
}

.about-two-banner-heading-contents.max-width-chnage {
  max-width: 1034px;
}

.writting-section-right-content-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
}

.about-page-section-two-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: 1;
  align-items: center;
  display: flex;
}

.about-two-review-section-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  align-items: center;
  display: flex;
}

.about-two-reviews-section {
  background-color: #fff;
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.about-two-banner-heading-text-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-page-two-banner-section {
  background-color: #c2b6971a;
  padding-top: 200px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}

.about-page-two-banner-section.background-color-dark-green {
  background-color: var(--top-heading-text-color);
}

.position-chnage-of-banner-image-three {
  position: absolute;
  inset: -60px 0% auto 20px;
}

.about-two-large-text {
  color: #c2b69733;
  text-align: center;
  margin-bottom: -60px;
  font-family: Playfair Display, sans-serif;
  font-size: 35vw;
  line-height: 32vw;
}

.writting-section-left {
  flex: 1;
}

.writting-section-left.change-width-and-height {
  max-width: 80%;
  height: 667px;
  display: flex;
}

.about-page-section-three {
  background-color: #2a2e31;
  padding: 130px 15px;
}

.about-page-section-three.align-change {
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  flex-direction: column;
  display: flex;
}

.review-right-section {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.review-right-section.change-width-and-height {
  max-width: 90%;
  height: 667px;
}

.margin-buttom-fourty {
  margin-bottom: 40px;
}

.left-rating-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  flex: 0 60%;
  display: flex;
}

.client-image-and-name-section {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.client-review-section {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px solid #0003;
  flex-direction: column;
  padding-bottom: 30px;
  display: flex;
}

.client-review-section.border-buttom-zero {
  border-bottom-style: none;
}

.ratings-section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.clarity-left-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.about-one-banner-section {
  background-color: #2a2e31;
  padding-top: 95px;
  position: relative;
}

.mission-right-text-section {
  flex: 1;
}

.about-banner-section-large-text-wrapper {
  z-index: 0;
  margin-top: -215px;
  margin-left: -60px;
  overflow: hidden;
}

.mission-section-left {
  max-width: 800px;
  padding-left: 15px;
  padding-right: 15px;
}

.misssion-section-right {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.mission-section-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-direction: column;
  flex: 1;
  display: flex;
  position: relative;
}

.slider-arrow {
  border: 1px solid #47414f4d;
  justify-content: center;
  align-items: center;
  width: 73px;
  height: 73px;
  margin: 0;
  transition: background-color .3s;
  display: flex;
  inset: 15% 15px 0% auto;
}

.slider-arrow:hover {
  background-color: #c2b697;
}

.slider-arrow.change-space, .slider-arrow.change-arrow-position {
  right: 100px;
}

.about-one-banner-left {
  max-width: 47.31%;
  padding-left: 15px;
  padding-right: 15px;
}

.pricing-two-large-text {
  color: #f9f8f5;
  text-align: left;
  align-items: flex-end;
  font-family: Playfair Display, sans-serif;
  font-size: 20rem;
  font-weight: 400;
  line-height: 15rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.pricing-two-large-text.font-size-and-color-chnage-and-position-chnage {
  color: #c2b6971a;
  font-size: 19.2rem;
  line-height: 14.5rem;
  position: static;
}

.pricing-two-large-text.pricing-page-two-large-text-position-and-font-size-and-color-chnage {
  color: #c2b6971a;
  font-size: 19rem;
  line-height: 16.5rem;
  position: relative;
}

.protecting-section {
  background-color: #47414f;
  padding-top: 100px;
  padding-bottom: 400px;
}

.clarity-right-section {
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.about-one-banner-image {
  display: none;
}

.mission-section {
  background-color: #fff;
  padding-top: 115px;
  padding-bottom: 130px;
}

.about-banner-section-wrapper {
  z-index: 10;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.slider-wrapper {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.clarity-section {
  background-color: #fff;
}

.about-one-right-section {
  flex: 1;
}

.clarity-section-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.mask {
  width: 58.5%;
  overflow: visible;
}

.practice-section-heading-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.practic-section-heading-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.practice-page-one-large-text-wrapper-and-display-off {
  justify-content: center;
  margin-top: -110px;
  display: flex;
  overflow: hidden;
}

.practice-page-one-large-text-wrapper-and-display-off.practice-page-three-large-text-wrapper-amrgin-top-change {
  margin-top: 0;
}

.practice-page-one-large-text-wrapper-and-display-off.margin-top-zero-and-display-block-in-responsive {
  margin-top: 0;
  margin-bottom: 50px;
}

.practic-area-banner-section-wrapper {
  flex: 1;
  justify-content: center;
  padding-bottom: 40px;
  display: flex;
}

.practice-one-service-flower-image {
  display: block;
}

.practic-page-one-practice-section {
  padding-bottom: 130px;
}

.practic-page-one-practice-section.background-color-white {
  background-color: #fff;
}

.dynamic-content-wrapper {
  flex: 1;
}

.practice-two-banner-section-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 1;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.dynamic-content-top-section {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 55px;
}

.image-cover {
  z-index: 0;
  object-fit: cover;
}

.image-cover.border-top-right-redius {
  border-top-right-radius: 100px;
}

.image-cover.border-top-left-redius {
  border-top-left-radius: 100px;
}

.image-cover.padding-top-to-the-image.full-image-width-responsive.image-position-chnage-responsive.change-width {
  width: 100%;
  height: 100%;
}

.contact-details {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.contact-details.center-align {
  align-items: center;
}

.contact-details.alignment-chnage {
  align-items: flex-start;
}

.practice-two-banner-flower-image {
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  right: auto;
}

.practice-two-banner-left-section {
  flex: 1;
}

.dynamic-content-section {
  background-color: #2a2e31;
  padding: 114px 15px 130px;
}

.dynamic-content-buttom-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.practice-two-banner-right-section {
  background-image: url('../images/shape.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  justify-content: center;
  display: flex;
}

.dynamic-iteams {
  border: 1px solid #fdfdfd33;
  flex-direction: column;
  max-width: 390px;
  padding: 40px;
  transition: background-color .5s cubic-bezier(.55, .085, .68, .53), border-color .5s cubic-bezier(.55, .085, .68, .53);
  display: flex;
}

.dynamic-iteams:hover {
  background-color: #c2b6971a;
  border-color: #c2b697;
}

.dynamic-iteams.text-decoration-none {
  text-decoration: none;
}

.shadow-image-box {
  margin-bottom: 15px;
  position: relative;
}

.shadow {
  filter: blur(19px);
  background-color: #c2b69780;
  width: 33px;
  height: 23px;
  position: absolute;
  top: 20px;
  left: 0%;
  right: 0%;
}

.practice-area-four-wrapper {
  flex: 1;
}

.details-page-large-image-container {
  justify-content: center;
  max-width: 1230px;
  margin-top: -257px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.title-wrapper {
  max-width: 952px;
  padding-bottom: 25px;
}

.practice-area-details-page-top-section {
  z-index: 2;
  display: flex;
  position: relative;
}

.button-section {
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.heading-section {
  flex: 0 65%;
}

.highlight-section {
  background-color: #c2b6971a;
  border: 1px solid #c2b697;
  margin-bottom: 15px;
  padding: 30px 40px 13px;
}

.highlight-section.margin-buttom-thirty {
  margin-bottom: 30px;
}

.highlight-section.marginn-chnage {
  padding-bottom: 9px;
}

.practice-details-page-large-text-wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-top: 90px;
  display: flex;
}

.practice-details-page-large-text-wrapper.margin-top-zero {
  margin-top: 0;
}

.practice-details-page-large-text-wrapper.margin-top-zero.overflow-hidden {
  overflow: hidden;
}

.blog-container-background-color {
  background-color: #fff;
  max-width: 1470px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.margin-buttom-for-first-section {
  margin-bottom: 20px;
}

.practic-area-four-banner-section {
  background-color: #47414f;
  padding: 200px 15px;
}

.practice-area-details-article-wrapper {
  flex: 1;
  padding-top: 55px;
  padding-bottom: 59px;
}

.details-page-article-section {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 28px;
  position: relative;
}

.margin-top-five {
  margin-top: 45px;
}

.position-chnages {
  display: none;
  position: absolute;
  inset: auto 0% -89% auto;
}

.margin-buttom-for-third-section {
  margin-bottom: 22px;
}

.color-white {
  color: var(--h1-color);
}

.color-white.no-margin-top {
  margin-top: 0;
}

.color-white.text-align-center {
  text-align: center;
}

.color-white.text-align-center.contact-three-banner-heading-width-fixed {
  max-width: 1034px;
}

.color-white.text-align-center.faq-banner-heading-text-width-chnage {
  max-width: 826px;
  margin-bottom: 0;
}

.color-white.text-align-center.margin-buttom-thirty {
  margin-bottom: 30px;
}

.color-white.width-chnage {
  max-width: 700px;
}

.dynamic-practice-section-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.practice-page-three-banner-section {
  flex-direction: column;
  flex: 1;
  align-items: center;
  max-width: 757px;
  display: flex;
}

.practice-page-three-middle-container {
  max-width: 1617px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.dynamic-practice-section-left {
  flex-direction: column;
  flex: 0 53.25%;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 60px;
}

.practice-area-three-banner-section {
  background-image: linear-gradient(to top, #2a2e31 12%, #2a2e31d4 89%, #2a2e31e0 100%, #fff0 100%, #2a2e3100), url('../images/building_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 271px;
}

.practice-area-three-banner-section.margin-top-decrease {
  padding-top: 200px;
  padding-left: 15px;
  padding-right: 15px;
}

.dynamic-section-right-iteams-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.practice-area-three-banner-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dynamic-section-right {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  flex: 0 40.24%;
}

.practice-three-dynamic-practice-section {
  padding: 130px 15px;
}

.practice-three-dynamic-content-iteams {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #0000004d;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.practice-three-dynamic-content-iteams.text-decoration-none {
  text-decoration: none;
}

.image-and-it-s-background-wrapper {
  display: flex;
}

.background {
  background-color: #c2b69733;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  margin-left: -20px;
}

.practice-page-one-large-text-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.blog-page-one-article-flower-wrapper {
  display: none;
}

.blog-page-one-blog-article-wrappper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.blog-articles-section {
  background-color: #fff;
  margin-top: -130px;
  padding-bottom: 130px;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-page-one-banner-section {
  background-color: #2a2e31;
  padding: 200px 15px 100px;
  position: relative;
}

.blog-page-one-banner-section.padding-buttom-zero {
  padding-bottom: 10px;
}

.blog-date {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.blog-date.margin-buttom-ten {
  margin-bottom: 10px;
}

.blog-date-border {
  background-color: var(--first-color);
  width: 1px;
  height: 15px;
}

.learn-more {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.blog-iteams {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #0000004d;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 40px;
}

.color-dark-green {
  color: var(--secondary-paragraph-color);
}

.color-dark-green.width-fixed {
  max-width: 513px;
}

.color-dark-green.padding-top-twenty {
  padding-top: 20px;
}

.color-dark-green.max-width {
  max-width: 574px;
}

.color-dark-green.client-section-paragraph-width {
  white-space: normal;
  max-width: 525px;
  display: block;
}

.color-dark-green.padding-top-and-buttom-ten {
  padding-top: 10px;
  padding-bottom: 10px;
}

.color-dark-green.padding-top-five {
  padding-top: 5px;
}

.color-dark-green.padding-top-buttom-and-width {
  padding-top: 20px;
  padding-bottom: 5%;
}

.color-dark-green.padding-top-twenty-five-and-buttom-thirty-five {
  padding-top: 25px;
  padding-bottom: 35px;
}

.color-dark-green.padding-buttom-twenty-five {
  padding-bottom: 25px;
}

.color-dark-green.padding-top-fourteen-and-buttom-twenty-five {
  padding-top: 14px;
  padding-bottom: 25px;
}

.color-dark-green.padding-top-and-buttom-twenty {
  padding-top: 20px;
  padding-bottom: 20px;
}

.color-dark-green.faq-paragraph-width-fixed {
  max-width: 523px;
}

.color-dark-green.align-center {
  text-align: center;
}

.blog-page-two-banner-section {
  padding-top: 200px;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-page-two-blog-content-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.blog-page-two-popular-post-section {
  background-color: #47414f;
  padding: 114px 15px 130px;
}

.popular-post-blogs-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.blog-top-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.popular-post-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.blog-page-two-blog-content-iteams {
  border-bottom: 1px solid #0000004d;
  flex: 0 600px;
  padding-bottom: 30px;
}

.blog-page-two-blog-content-iteams.border-color-chnage {
  border-bottom: 1px solid #fdfdfd4d;
}

.blog-buttom-section {
  border-bottom: 1px solid #0000004d;
  padding-bottom: 30px;
}

.blog-page-three-blog-content-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.blog-page-three-blog-content-section {
  z-index: 2;
  background-color: #fff;
  padding: 130px 15px;
  position: relative;
}

.blog-page-three-banner-section {
  background-image: linear-gradient(360deg, #2a2c31 7%, #2a2c31a1 95%, #2a2c3140), url('../images/Mask-group.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 200px;
  padding-bottom: 0;
}

.blog-page-three-blog-iteam {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px solid #0000004d;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
}

.left-blog-section {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.right-blog-section {
  flex: 1;
}

.blog-page-one-dynamic-content-section {
  margin-top: -240px;
  padding-bottom: 130px;
  padding-left: 15px;
  padding-right: 15px;
}

.blog-detail-page-other-blog-section {
  background-color: #fff;
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
}

.other-blog-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.blog-details-page-heading-flower-image-position-chnage {
  display: none;
  position: absolute;
  inset: auto -1% -30% auto;
}

.blog-details-page-heading-wrapper {
  flex: 1;
  max-width: 1101px;
}

.acticle-wrapper {
  flex: 1;
  padding-top: 90px;
  padding-bottom: 34px;
}

.iteams {
  max-width: 600px;
}

.team-one-large-text-wrapper {
  position: absolute;
  inset: auto auto 0% -2%;
}

.team-one-banner-right-section {
  flex: 0 75%;
  align-self: flex-end;
}

.team-one-banner-left-section {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}

.team-one-banner-page-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.team-one-page-banner-section {
  background-color: #2a2e31;
  padding-top: 200px;
  position: relative;
}

.home-one-toggle-iteams {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.toggle-content-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.practice-section-wrapper {
  border-top: 1px solid #0000001a;
  flex: 1;
}

.heading-and-serial-numner-of-practice-page-one {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: 1;
  align-items: center;
  display: flex;
}

.practice-area-iteam {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 0 auto;
  display: flex;
}

.width-fixed {
  max-width: 513px;
}

.top-section {
  max-width: 419px;
}

.team-details-page-counter {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  flex-direction: column;
  display: flex;
}

.team-details-flower-image-position-chnage {
  display: none;
}

.personal-details-buttom-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  padding-top: 36px;
  display: flex;
}

.personal-details-buttom-section.padding-top-zero {
  padding-top: 0;
}

.person-details-page-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.content-block {
  border-bottom: 1px solid #0000004d;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.content-block.margin-buttom-zero {
  margin-bottom: 0;
}

.content-block.padding-top-and-butoom-zero {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.experience-heading {
  grid-column-gap: 20px;
  display: flex;
}

.languages {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.range-heading-text {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.range-iteams {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.honor-and-achivement-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.range-background {
  background-color: #c2b69733;
  align-items: center;
  height: 4px;
  display: flex;
  overflow: hidden;
}

.person-details-left-section {
  flex: 1;
  max-width: 550px;
}

.social-media-icons {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.main-range-seeking-button {
  background-color: #c2b697;
  width: 87%;
  height: 2px;
}

.team-details-range-counter {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  flex: 0 600px;
  padding-top: 40px;
  display: flex;
}

.person-details-article-section {
  background-color: #fff;
  padding: 169px 15px 130px;
}

.person-details-right-section {
  flex: 1;
  margin-bottom: -57px;
}

.honor-and-achivement-section-border {
  background-color: #0000004d;
  width: 1px;
}

.team-details-page-information-section {
  background-color: #2a2e31;
  padding-top: 200px;
  padding-left: 15px;
  padding-right: 15px;
}

.social-media-heading {
  grid-column-gap: 30px;
  display: flex;
}

.practise-areas-heading {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
  display: flex;
}

.personal-details-top-section {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px solid #fff3;
  flex-direction: column;
  padding-bottom: 45px;
  display: flex;
}

.article-content-wrapper {
  flex: 1;
}

.cotact-details-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.cotact-details-wrapper.gap-change {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.case-studies-one-banner-section {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.message-box {
  color: #0d0d0d;
  background-color: #0000;
  border: 1px #000;
  border-bottom-style: solid;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 170px;
  padding-left: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
}

.message-box::placeholder {
  color: var(--top-heading-text-color);
}

.message-box.border-buttom-color-chnage {
  border-bottom-color: #fdfdfd4d;
}

.message-box.border-buttom-color-chnage.color-grey::placeholder {
  color: var(--white);
}

.blog-one-banner-right-section {
  flex: 0 29%;
  padding-top: 100px;
}

.contact-page-banner-section-flower-image {
  display: none;
}

.blog-page-one-banner-wrapper {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 50px;
  display: flex;
}

.contact-page-one-banner-section {
  background-color: #47414f;
  padding: 88px 15px 80px;
}

.social-icon-background {
  background-color: #c2b6971a;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 55px;
  height: 55px;
  display: flex;
}

.social-icon-background.background-color-chnage {
  background-color: #47414f;
}

.blog-one-banner-left-section {
  flex: 0 44.87%;
  padding-top: 92px;
}

.contact-page-one-large-image-container {
  max-width: 1620px;
  margin-top: -165px;
  margin-left: auto;
  margin-right: auto;
}

.input-boxes {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-page-one-contact-form {
  padding: 113px 15px 120px;
}

.contact-one-form-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.blog-one-banner-section-border {
  background-color: #fff3;
  width: 1px;
}

.contact-one-contact-page-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.contact-form-heading.padding-buttom-thirty {
  padding-bottom: 30px;
}

.input-box-style {
  color: #0d0d0d;
  background-color: #0000;
  border: 1px #000;
  border-bottom-style: solid;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
}

.input-box-style::placeholder {
  color: var(--top-heading-text-color);
}

.input-box-style.border-buttom-color-chnage {
  border-bottom-color: #fdfdfd4d;
}

.input-box-style.border-buttom-color-chnage.color-grey {
  color: #c1c1c1;
}

.input-box-style.border-buttom-color-chnage.color-grey::placeholder {
  color: var(--white);
}

.contact-page-two-contact-form-left-section {
  flex: 1;
  align-self: flex-end;
}

.contact-page-two-contact-form-left-section.padding-buttom-of-form {
  padding-top: 120px;
  padding-bottom: 120px;
}

.contact-information-and-form-section-wrapper {
  flex: 1;
  padding-top: 1px;
}

.contact-information-and-form-section {
  background-color: #2a2e31;
  margin-top: -20px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.three-contact-information-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  margin-top: -78px;
  display: flex;
}

.contact-iteams {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  flex-direction: column;
  flex: 0 31.7%;
  padding: 40px;
  display: flex;
}

.contact-page-two-contact-form-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.contact-two-form-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.contact-iteams-buttom-section {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.contact-iteams-top-section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-page-two-contact-form-right-section {
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.contact-page-two-banner-section {
  padding-top: 200px;
}

.contact-page-two-banner-section.background-color-white {
  background-color: #fff;
}

.contact-three-form-right-section {
  flex: 1;
  max-width: 810px;
}

.contact-three-banner-section {
  background-image: linear-gradient(360deg, #2a2e31 9%, #2a2e31a1 88%, #2a2e31a1), url('../images/Lamp.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 200px;
  padding-left: 15px;
  padding-right: 15px;
}

.contact-three-banner-section-wrapper {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.contact-three-banner-section-wrapper.width-fixed-and-padding {
  padding-left: 15px;
  padding-right: 15px;
}

.contact-two-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.margin-buttom-zero {
  margin-bottom: 0;
}

.contact-page-three-contact-frorm-section {
  background-color: #fff;
  margin-top: -60px;
  position: relative;
}

.contact-three-form-left-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  max-width: 351px;
  display: flex;
}

.contact-three-contact-form-inner-section {
  background-color: #c2b69714;
  padding: 130px 15px;
}

.contact-three-whole-contact-form-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.contact-page-four-form-section {
  background-color: #fff;
  margin-top: -100px;
  padding-left: 15px;
  padding-right: 15px;
}

.text-align-center {
  text-align: center;
}

.text-align-center.color-light-dark {
  color: #2a2e31;
}

.text-align-center.about-three-banner-paragraph-width-fixed {
  max-width: 649px;
}

.text-align-center.color-meroon {
  color: var(--heading-two-color);
}

.text-align-center.contact-one-form-heading-text-color-black {
  color: var(--black-color);
}

.text-align-center.padding-bottom-thirty {
  padding-bottom: 30px;
}

.faqs-questions-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.faqs-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  flex: 1;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faqs-wrapper.padding-top {
  padding: 120px 15px;
}

.contact-four-form-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.faq-iteam {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #000;
  flex-direction: column;
  display: flex;
}

.faq-heading {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-heading.padding-bottom-ten {
  padding-bottom: 10px;
}

.color-black {
  color: #0d0d0d;
}

.color-black.width-chnage {
  max-width: 550px;
}

.faq-heading-section {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  padding-bottom: 50px;
  display: flex;
}

.contact-page-four-contact-form-wrapper {
  flex: 1;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-page-one-dynamic-content-section {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 130px;
  position: relative;
}

.pricing-page-one-banner-heading-content-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 722px;
  display: flex;
}

.pricing-page-one-banner-section {
  background-color: #47414f;
  padding-top: 200px;
  padding-left: 15px;
  padding-right: 15px;
}

.pricing-page-one-banner-section.margin-and-padding-increase {
  padding-top: 200px;
  padding-left: 15px;
  padding-right: 15px;
}

.page-page-one-whole-banner-section {
  flex: 1;
  justify-content: center;
  display: flex;
}

.pericing-page-one-dynamic-content-iteams-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.pricing-page-one-large-text-wrapper {
  justify-content: center;
  margin-top: 20px;
  display: flex;
  overflow: hidden;
}

.pricing-page-one-large-text-wrapper.margin-top {
  margin-top: -95px;
}

.pricing-one-rignt-section-border {
  background-color: #2a2e314d;
  height: 1px;
  margin-top: 35px;
  margin-bottom: 35px;
}

.pricing-one-right-section {
  max-width: 45%;
}

.pricing-one-dynamic-iteams {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding: 30px;
  display: flex;
  box-shadow: 0 22px 92.2px #0000000f;
}

.pricing-two-flower-image-position-chnage {
  display: none;
}

.pricing-page-two-dynamic-content-section {
  background-color: #fff;
  padding: 30px 15px 124px;
  position: relative;
}

.pricing-page-two-dynamic-content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-page-two-large-text-wrapper {
  justify-content: center;
  margin-bottom: -25px;
  display: flex;
  overflow: hidden;
}

.pricing-page-two-banner-section {
  background-image: linear-gradient(360deg, #2a2e31 10%, #2a2e31d9 83%, #2a2e31d9), url('../images/image-157.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 200px;
}

.practice-two-border {
  background-color: #0000004d;
  height: 1px;
}

.practice-two-border.margin-buttom-twenty {
  margin-bottom: 20px;
}

.pricing-two-dynamic-iteams {
  max-width: 390px;
}

.pricing-page-article-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.pricing-details-banner-left-section {
  max-width: 630px;
}

.pricing-details-page-buttet-points-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.pricing-details-banner-section {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.pricing-page-article-section {
  background-color: #fff;
  margin-top: -25px;
  padding: 119px 15px 124px;
  position: relative;
}

.pricing-details-banner-right-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fdfdfd;
  flex-direction: column;
  max-width: 486px;
  padding: 56px 40px 70px;
  display: flex;
}

.pricing-details-banner-section-border {
  background-color: #fdfdfd4d;
  height: 1px;
}

.pricing-details-banner-section-border.margin-buttom-twenty-five {
  margin-bottom: 25px;
}

.margin-buttom {
  margin-bottom: 60px;
}

.personal-information {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.slider-content {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  border-right: 1px solid #0000004d;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 39px;
  display: flex;
}

.slider-content.border-off {
  border-right-width: 0;
}

.slider-section {
  padding-bottom: 130px;
  overflow: hidden;
}

.padding-top-and-buttom-fifteen {
  padding-top: 15px;
  padding-bottom: 15px;
}

.padding-top-and-buttom-fifteen.max-width {
  max-width: 100%;
}

.slide {
  max-width: 525px;
}

.slide.margin-right {
  margin-right: 100px;
}

.image-with-shadow-wrapper {
  position: relative;
}

.width-fix {
  width: 60%;
  max-width: 100%;
  font-size: 4rem;
}

.top-box-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.border-of-box-section {
  background-color: var(--heading-two-color);
  height: 2px;
}

.border-of-box-section.margin-top-one-thirty {
  margin-top: 100px;
}

.border-of-box-section.margin-top-one-thirty.display-none {
  display: none;
}

.about-page-two-clarity-section-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-two-clarity-left-section {
  width: 100%;
  position: relative;
}

.about-two-clarity-right-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 728px;
  display: flex;
}

.rewiews-and-ratings-section-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  display: flex;
}

.rewiews-and-ratings-section-wrapper.gap-change {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
}

.landing-page-banner-section {
  background-color: #2a2e31;
  padding-top: 200px;
  padding-bottom: 130px;
}

.marque-slider-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.marque-slider-container.justify-right {
  justify-content: flex-end;
}

.banner-contents {
  flex-direction: column;
  align-items: center;
  max-width: 965px;
  display: flex;
}

.marque-slider-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.marque-slider-wrapper.overflow-hidden {
  overflow: hidden;
}

.marque-slider-wrapper.overflow-hidden.justify-right {
  justify-content: flex-end;
}

.marque-container {
  flex: none;
  display: flex;
}

.marque-container.align-chnage-in-very-large-screen.justify-right {
  justify-content: flex-end;
}

.image-gallery-marque {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.image-gallery-marque.margin-buttom-thirty {
  margin-bottom: 30px;
  display: block;
}

.image-gallery-marque.margin-buttom-thirty.margin-buttom-zero {
  margin-bottom: 0;
}

.landing-page-marque-images-section {
  flex-direction: column;
  margin-top: -67px;
  display: flex;
  position: relative;
}

.landing-page-banner-wrapper {
  flex: 1;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.marque-iteam-wrapper {
  margin-left: 15px;
  margin-right: 15px;
}

.marque-iteam-wrapper.marging-left-zero {
  margin-left: 0;
}

.image-sliding-iteams {
  align-items: flex-end;
  max-width: 475px;
  display: flex;
}

.template-collection-wrapper {
  background-color: #f3f0ea;
  border-radius: 30px;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
  padding: 124px 15px 130px;
  overflow: hidden;
}

.all-template-iteams-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.right-iteam-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  display: flex;
}

.template-collection {
  background-color: #fff;
  padding-top: 130px;
}

.left-iteam-section {
  flex-direction: column;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.figma-top-section-wrapper {
  justify-content: center;
  display: flex;
}

.figma-file-top-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 726px;
  display: flex;
}

.figma-file-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.figma-buttom-section {
  position: relative;
}

.figma-file-section {
  background-color: #fff;
  padding-top: 130px;
  padding-left: 15px;
  padding-right: 15px;
}

.padding-top-twenty {
  padding-top: 20px;
}

.page {
  border: 1px solid #04040480;
  padding: 20px;
}

.page.relative {
  cursor: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page.relative.w--current {
  cursor: none;
}

.pages-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  max-width: 600px;
  display: flex;
}

.showcase-pages {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.showcase-section-wrapper {
  flex: 1;
}

.showcase-section-heading-text-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cms-showcase-section {
  background-color: #fff;
  padding: 122px 15px 127px;
}

.border-style {
  background-color: #47414f;
  width: 46px;
  height: 1px;
}

.landing-page-footer-text-content-section {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  flex: 0 870px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.landing-page-footer-wrapper {
  justify-content: center;
  padding-bottom: 120px;
  display: flex;
}

.small-heading-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.landing-page-footer {
  background-color: #c2b697;
  padding-top: 110px;
  padding-left: 15px;
  padding-right: 15px;
}

.width-chnage.w--open {
  width: 150%;
}

.background-block {
  background-color: #ddd5c1;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.demo-shape-lower {
  background-color: #c2b697;
  width: 100%;
  height: 51%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.demo-shape-upper {
  background-color: #c2b697;
  width: 100%;
  height: 51%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.arrow-icon {
  z-index: 10;
  position: absolute;
}

.hover-background {
  z-index: 3;
  cursor: none;
  mix-blend-mode: multiply;
  background-color: #c2b69766;
  display: block;
  position: absolute;
  inset: 0%;
}

.relative {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.template-collection-middle-container {
  max-width: 1485px;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-wrap {
  background-color: var(--heading-two-color);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-wrap.change-padding {
  padding-top: 100px;
}

.utility-page-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility-page-form.padding-left-and-right-and-background-color {
  background-color: var(--white);
  border-radius: 20px;
  padding: 120px 104px;
}

.utility-page-form.padding-left-and-right-and-background-color.gap-chnage-and-position-relative {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  position: relative;
}

.password-form {
  justify-content: center;
  display: flex;
}

.display-off {
  display: none;
  inset: auto auto 0% 0%;
}

.password-input-box-padding {
  margin-bottom: 0;
  padding: 30px;
}

.password-input-box-padding.font-style-chnage {
  color: #a5a4aa;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.password-input-box-padding.font-style-chnage::placeholder {
  color: var(--top-heading-text-color);
  font-family: DM Sans, sans-serif;
}

.all-contents-licences-wrappeer {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.images {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: flex-start space-between;
  padding-top: 40px;
  display: grid;
}

.all-contents-licences {
  background-color: #47414f;
  padding: 119px 15px 130px;
  position: relative;
}

.all-contents-licences-right-section-two {
  padding-top: 60px;
}

.all-contents-licences-right-section-one {
  border-bottom: 1px solid #fdfdfd4d;
  padding-bottom: 35px;
}

.all-contents-licences-right-section-one.margin-top-thirty {
  margin-top: 30px;
}

.all-contents-licences-right-section-one.margin-top-thirty.padding-buttom-zero-and-border-zero {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licences-banner-section-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.licences-page-banner-section {
  padding: 200px 15px 120px;
}

.lincences-links {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-wrap: wrap;
  align-content: flex-start;
  padding-top: 20px;
  display: flex;
}

.licences-banner-top-section {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.colors-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 35px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.color-heading {
  justify-content: center;
  display: flex;
}

.color-code {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column-reverse;
  align-items: center;
  max-width: 390px;
  display: flex;
}

.all-colors {
  background-color: #c2b69733;
  padding: 103px 15px 130px;
}

.typography-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.colors-circle {
  background-color: #c2b697;
  border-radius: 50%;
  min-width: 200px;
  height: 200px;
}

.colors-circle.background-color-chnage-first-circle {
  background-color: #47414f;
}

.colors-circle.background-color-chnage-fourth-circle {
  background-color: #2a2e31;
}

.colors-circle.background-color-chnage-sixth-circle {
  background-color: #c1c1c1;
}

.colors-circle.background-color-chnage-third-circle {
  background-color: #686868;
}

.colors-circle.background-color-chnage-fifth-circle {
  background-color: #fdfdfd;
}

.style-guide-banner-heading {
  background-color: #2a2e31;
  padding: 200px 15px 120px;
}

.typography {
  padding: 130px 15px;
}

.color-heading-font-size-chnage {
  color: #c2b69733;
  font-size: 20rem;
  line-height: 17rem;
}

.margin-top-thirty {
  margin-top: 30px;
}

.chnage-log-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.chnage-log-section {
  padding: 130px 15px;
}

.image-wrapper-in-link {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}

.about-slider-heading-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #0000004d;
  flex-direction: column;
  margin-bottom: 50px;
  padding-bottom: 50px;
  display: flex;
}

.about-one-slide-section {
  padding: 110px 15px 120px;
}

.about-two-slider-wrapper {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}

.about-two-slider-wrapper.padding-zero {
  padding-left: 0;
  padding-right: 0;
}

.information-content {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.mask-two {
  width: 58.5%;
  overflow: visible;
}

.address {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.width-full {
  min-width: 750px;
  margin-right: 50px;
}

.about-one-slider-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-one-slider-width-chnage {
  max-width: 483px;
}

.arrow-image {
  align-items: center;
  display: flex;
}

.background-color-meroon-padding-top-and-border-redius {
  background-color: var(--heading-two-color);
  border-radius: 20px;
  flex: 1;
  padding: 90px 15px 100px;
}

.home-one-slider-image-width-fixed {
  max-width: 580px;
}

.width-and-align-center {
  text-align: center;
  max-width: 850px;
}

.center-container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.center-container.z-index-and-position-relative {
  z-index: 1;
  position: relative;
}

.center-container.middle-container-width-increase {
  max-width: 1260px;
}

.center-container.z-index {
  z-index: 1;
}

.center-container.margin-top-and-background-color {
  background-color: var(--white);
  margin-top: -160px;
}

.center-container.margin-top-chnage {
  margin-top: -90px;
}

.center-container.margin-top {
  margin-top: -148px;
}

.center-container.margin-top-of-color-circles {
  margin-top: 50px;
}

.center-container.change-padding-bottom {
  padding-bottom: 20px;
}

.font-size-and-color-change {
  color: var(--secondary-paragraph-color);
  font-size: .75rem;
}

.home-three-large-text-wrapper {
  justify-content: center;
  margin-top: -50px;
  display: flex;
  overflow: hidden;
}

.reviews-and-ratings-section.padding-top-and-left-and-right {
  padding-top: 121px;
  padding-left: 15px;
  padding-right: 15px;
}

.reviews-and-ratings-section.padding-top-and-left-and-right.padding-buttom {
  padding-bottom: 92px;
}

.practice-page-one-service-heading-width-fixed {
  max-width: 686px;
}

.landing-page-large-text-wrapper {
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  overflow: hidden;
}

.images-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  display: flex;
}

.practice-page-one-two-image-section {
  margin-top: -95px;
  padding-bottom: 130px;
}

.blog-details-large-text-wrapper {
  justify-content: center;
  margin-top: 50px;
  display: flex;
  overflow: hidden;
}

.position-sticky {
  position: sticky;
  top: 60px;
}

.header-one {
  z-index: 9999;
  position: fixed;
  inset: 0% 0% auto;
}

.footer-two {
  background-color: #c2b6971a;
}

.check-out-paragraph-font {
  color: var(--top-heading-text-color);
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.check-out-paragraph-font.summery-price-text-style-change {
  font-family: Nunito;
}

.check-out-price-font {
  color: var(--top-heading-text-color);
  font-family: DM Sans, sans-serif;
}

.font-style-change {
  font-family: Nunito;
  font-weight: 700;
}

.font-style-change.font-weight-chnage {
  font-weight: 400;
}

.position-relative {
  position: relative;
}

.landing-inner-page-section-wrapper {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}

.relative-position {
  position: relative;
}

.page-links {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  align-content: flex-start;
  display: flex;
}

.page-iteam-heading {
  color: #47414f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 3.125rem;
}

.page-iteam-heading.color-white {
  color: #fdfdfd;
}

.page-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-top: 1px solid #fdfdfd4d;
  border-bottom: 1px solid #fdfdfd4d;
  flex-direction: column;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 15px;
  display: flex;
}

.page-item.border-top-and-buttom-zero {
  border-top-style: none;
  border-bottom-style: none;
}

.page-item.border-top-off {
  border-top-width: 0;
}

.paragraph-text {
  color: #47414f;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.paragraph-text.color-grey {
  color: #c1c1c1;
}

.paragraph-text.color-grey.underline-hover {
  transition: all .5s;
}

.paragraph-text.color-grey.underline-hover:hover {
  text-decoration: underline;
}

.landing-page-inner-pages-section {
  background-color: #47414f;
  margin-top: -332px;
  padding-top: 453px;
  padding-bottom: 130px;
  overflow: hidden;
}

.inner-pages-iteam-wrapper {
  flex: 1;
  margin-top: 70px;
  display: block;
}

.hover_image-container {
  z-index: 10;
  display: none;
  position: absolute;
  top: -50%;
  right: 3%;
  overflow: hidden;
  transform: none;
}

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

.licences-banner-paragraph-width-fixed {
  text-align: center;
  max-width: 700px;
}

.image-sliding-content-and-image {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

.accordian-paragraph {
  max-width: 1150px;
  overflow: hidden;
}

.footer-second-and-third-section {
  justify-content: space-between;
  width: 100%;
  max-width: 390px;
  display: flex;
}

.image-shape {
  margin-top: 21px;
  margin-left: -20px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.trust-section-images {
  position: relative;
}

.practice-two-large-text-wrapper-and-display-off {
  justify-content: center;
  margin-top: -100px;
  display: flex;
}

.hamburger {
  display: none;
}

.megamenu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--white);
  max-width: 1046px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 40px 40px;
  display: flex;
  position: fixed;
  inset: 88px 0% auto;
}

.megamenu-main {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.menu-link {
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: transform .4s;
  display: flex;
}

.menu-link:hover {
  transform: translate(10px);
}

.legalix {
  padding-left: 0;
}

.cart-blog {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.cart-button {
  outline-offset: 0px;
  background-color: #3898ec00;
  outline: 0 solid #fff0;
  padding: 0;
}

.cart-quantity-two {
  color: var(--top-heading-text-color);
}

.vertical-line {
  background-color: #fff3;
  width: 1px;
  height: 87px;
}

.cart-main {
  align-self: stretch;
  align-items: center;
  display: flex;
}

.background-video {
  justify-content: center;
  align-items: center;
  height: 900px;
  display: flex;
}

.video-overlay {
  background-color: #47414f66;
}

.checkout-form, .paypal-checkout-form, .order-confirmation {
  background-color: var(--white);
  padding: 200px 15px 120px;
}

.blog-image-main {
  flex: 1;
  align-self: center;
}

.collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.border-radius-hundred {
  border-radius: 100%;
}

.play-pause-button-two {
  justify-content: center;
  align-items: center;
  display: flex;
  inset: 0%;
}

.play-state-two {
  border: 1px solid var(--first-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
}

.div-block-3 {
  z-index: 9;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 1230px;
  margin-top: -350px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.background-video-3 {
  height: 653px;
}

.div-block-4 {
  background-color: #2a2e3199;
}

.div-block-5 {
  flex: 1;
  margin-top: -25%;
  position: relative;
}

.div-block-6 {
  max-width: 300px;
}

.team-gallery-block {
  width: 350px;
  height: 435px;
  position: relative;
}

.overlay-gradient {
  background-image: linear-gradient(#47414f00, #47414f);
  height: 100%;
  position: relative;
}

.container-width {
  max-width: 1230px;
}

.main-image {
  opacity: 0;
  flex: 0 auto;
  margin-top: -35%;
  margin-right: 10%;
  position: relative;
}

.practice-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 285px;
  height: 395px;
  position: absolute;
  inset: -35% 0% 0% auto;
}

.slide-main {
  margin-right: 30px;
}

.slider-two {
  background-color: #ddd0;
  height: 100%;
}

.collection-list-two {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.padding-bottom-thirty {
  padding-bottom: 30px;
}

.div-block-7 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 276px;
  height: 200px;
  position: absolute;
  inset: 0%;
}

.paragraph {
  margin-bottom: 20px;
}

.first-bar, .second-bar {
  background-color: var(--top-heading-text-color);
  width: 15px;
  height: 1px;
}

.cart {
  outline-offset: 0px;
  outline: 0 solid #3330;
  padding-top: 35px;
  padding-bottom: 35px;
}

.remove-button {
  outline-offset: 0px;
  outline: 0 solid #00e0;
}

.cart-3 {
  outline-offset: 0px;
  outline: 0 solid #3330;
}

.blog-move {
  transition: transform .4s;
}

.blog-move:hover {
  transform: translate(15px);
}

.arrow-main {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-8 {
  max-width: 720px;
}

.copyright-container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}

.copyright-border {
  border-top: 1px solid #0000004d;
}

.image-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-overlay {
  background-color: var(--first-color);
  position: relative;
}

.protection-image-main {
  flex: 1;
  justify-content: center;
  display: flex;
}

.personal-information-image-main {
  background-image: url('../images/Background-Image-Shape.svg');
  background-position: 50%;
  background-size: contain;
  justify-content: center;
  display: flex;
}

.mission-image-block {
  flex: 1;
}

.writing-main {
  background-image: url('../images/background-shape.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  justify-content: center;
  display: flex;
}

.review-main {
  background-image: url('../images/shape.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
  justify-content: center;
  display: flex;
}

.practice-two-image-main {
  max-width: 80%;
}

.heading-2 {
  font-size: 92px;
}

.paragraph-2 {
  font-size: 17px;
}

.paragraph-3 {
  text-align: left;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-layout02_image {
  width: 100%;
}

.uui-layout02_image-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  display: grid;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-large {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-badge {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-primary {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
}

.uui-layout02_content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-layout02_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.text-block {
  color: var(--first-color);
}

.uui-space-xxlarge {
  width: 100%;
  min-height: 5rem;
}

.uui-logos01_logo {
  height: 2.5rem;
}

.uui-logos01_wrapper {
  justify-content: center;
  align-items: flex-start;
  padding: .75rem 1.5rem;
  display: flex;
}

.uui-logos01_component {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.uui-logos01_text {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center, .align-center-2 {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-align-center {
  text-align: center;
}

.uui-layout02_image-2 {
  width: 100%;
}

.uui-layout02_image-wrapper-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem;
  display: grid;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui--primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--primary100);
}

.uui-button-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--white);
  color: var(--untitled-ui--gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-2:hover {
  background-color: var(--untitled-ui--gray50);
  color: var(--untitled-ui--gray800);
}

.uui-button-secondary-gray-2:focus {
  background-color: var(--untitled-ui--white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-medium-2 {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-large-2 {
  color: var(--untitled-ui--gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-2 {
  color: var(--untitled-ui--gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-badge-2 {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui--gray100);
  color: var(--untitled-ui--gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge-2.is-primary {
  background-color: var(--untitled-ui--primary50);
  color: var(--untitled-ui--primary700);
}

.uui-layout02_content-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-layout02_component-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.footer-light {
  background-color: var(--top-heading-text-color);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.footer-link-two {
  color: var(--first-color);
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: var(--white);
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.link, .paragraph-4, .link-2 {
  color: var(--first-color);
}

.button {
  background-color: var(--first-color);
}

.modal-popup {
  z-index: 99;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modal-background {
  cursor: pointer;
  background-color: #0000001a;
  position: absolute;
  inset: 0%;
}

@media screen and (min-width: 1280px) {
  .auto-fit.practice-page-three-dynamic-section-flower-image-margin, .auto-fit.contact-three-banner-section-flower-image-position-chnage, .auto-fit.contact-image-position-chnage-and-dispaly-off {
    display: block;
  }

  .contact-number {
    align-items: center;
    margin-left: 0;
  }

  .contact-number.display-off.display-on {
    display: block;
  }

  .large-text {
    font-size: 24.3rem;
    line-height: 19rem;
  }

  .large-text.practice-page-three-position-and-font-size-chnage-chnage {
    font-size: 21rem;
    line-height: 17.5rem;
  }

  .large-text.landing-page-large-text-position-change {
    font-size: 23rem;
  }

  .large-text.home-three-large-text-font-size-and-position-chnage {
    font-size: 23rem;
    line-height: 20rem;
  }

  .large-text.color-green-and-position-change {
    font-size: 20rem;
    line-height: 15rem;
  }

  .large-text.about-three-large-text-size-and-color-change {
    font-size: 25rem;
    line-height: 19rem;
  }

  .large-text.font-size-and-line-height-and-position-change {
    font-size: 21rem;
    line-height: 18rem;
  }

  .large-text.blog-three-large-text-position-and-font-style-change {
    font-size: 27rem;
    line-height: 24rem;
  }

  .large-text.practice-page-one-large-text-and-font-size-and-position-and-color-change {
    font-size: 21rem;
    line-height: 18rem;
  }

  .large-text.contact-page-large-text-positiong-and-font-size-chnage {
    font-size: 22rem;
    line-height: 19.5rem;
  }

  .large-text.contact-page-two-large-text-positiong-and-font-size-and-color-chnage {
    font-size: 22rem;
    line-height: 17.7rem;
  }

  .large-text.position-and-font-size-and-line-height-and-color-change-chnage {
    font-size: 25rem;
    line-height: 18.7rem;
  }

  .large-text.practice-details-large-text-size-and-color-and-line-height-change {
    font-size: 24rem;
    line-height: 16rem;
  }

  .counter-section-flower-image.display-block {
    display: flex;
  }

  .main-button {
    flex: 0 auto;
  }

  .toggle-menus {
    padding-bottom: 180px;
  }

  .middle-container-with-horizontal-alignment.align-start-and-gap {
    grid-column-gap: 81px;
    grid-row-gap: 81px;
  }

  .navbar-two {
    justify-content: flex-start;
  }

  .home-one-footer-flower-image.home-one-footer-flower-image-display-off, .margin-left.display-off {
    display: block;
  }

  .news-section-wrapper {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
  }

  .second-text-layer {
    padding-left: 104px;
  }

  .third-layer-text {
    padding-left: 401px;
  }

  .ratings-flower-image.reviews-section-flower-image-position-change-and-display-off {
    display: block;
    top: 90px;
  }

  .about-threee-large-text-box {
    margin-left: -100px;
  }

  .mission-right-section-text-border {
    margin-bottom: 48px;
  }

  .about-two-large-text {
    font-size: 31.25rem;
    line-height: 28.5rem;
  }

  .clarity-left-section {
    padding-left: 0;
    padding-right: 0;
  }

  .about-one-banner-section {
    padding-top: 130px;
  }

  .about-banner-section-large-text-wrapper {
    margin-top: -300px;
  }

  .mission-section-left {
    padding-left: 0;
    padding-right: 0;
  }

  .about-one-banner-left {
    padding-top: 0;
  }

  .pricing-two-large-text {
    font-size: 24.3rem;
    line-height: 19rem;
  }

  .pricing-two-large-text.pricing-page-two-large-text-position-and-font-size-and-color-chnage {
    font-size: 24rem;
    line-height: 20rem;
  }

  .practice-page-one-large-text-wrapper-and-display-off {
    margin-top: -160px;
  }

  .color-white {
    color: #fff;
  }

  .team-one-large-text-wrapper {
    z-index: 0;
  }

  .team-one-banner-right-section {
    flex-basis: 60%;
  }

  .team-one-banner-page-wrapper {
    flex-direction: row;
  }

  .team-one-page-banner-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-page-one-large-image-container {
    margin-top: -192px;
  }

  .three-contact-information-section {
    margin-top: -100px;
  }

  .contact-page-four-form-section {
    margin-top: -125px;
  }

  .pricing-page-one-large-text-wrapper.margin-top {
    margin-top: -110px;
  }

  .pricing-page-two-large-text-wrapper {
    margin-bottom: -30px;
  }

  .pricing-page-article-section {
    margin-top: -35px;
  }

  .about-two-clarity-left-section {
    max-width: 597px;
  }

  .about-two-clarity-right-section {
    max-width: 630px;
  }

  .banner-contents {
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-page-marque-images-section {
    margin-top: -82px;
  }

  .color-heading-font-size-chnage {
    font-size: 24rem;
    line-height: 20rem;
  }

  .center-container.margin-top-and-background-color {
    margin-top: -190px;
  }

  .center-container.margin-top-chnage {
    margin-top: -100px;
  }

  .hover_image-container {
    right: 10%;
    overflow: hidden;
  }

  .vertical-line.display-off.display-on {
    display: block;
  }

  .team-gallery-block {
    width: 350px;
    height: 435px;
  }
}

@media screen and (min-width: 1440px) {
  .auto-fit.home-one-banner-flower-image-image {
    display: block;
    bottom: -9%;
    right: -7%;
  }

  .auto-fit.box-shadow-and-position-chnage-and-display-off {
    left: -5.5%;
  }

  .auto-fit.figma-second-image-position-chnage-and-display-off {
    right: -7%;
  }

  .auto-fit.practice-one-image-position-chnage {
    display: block;
    top: 17%;
    left: -3%;
  }

  .auto-fit.blog-two-banner-secrtion-flower-image-position-chnage {
    display: block;
    top: 60px;
    left: -3%;
  }

  .auto-fit.position-chnage-and-display-off {
    display: block;
    position: absolute;
    top: 7%;
    right: -20%;
  }

  .auto-fit.two-image-section-flower-image-position-change {
    display: block;
    left: -6%;
  }

  .auto-fit.position-chnge-small-image-and-shadow {
    right: -7%;
  }

  .auto-fit.mission-section-flower-image-position-change {
    display: block;
    bottom: -6%;
    right: -6%;
  }

  .auto-fit.position-chnage-of-banner-image-one, .auto-fit.position-chnage-of-banner-image-two {
    display: block;
  }

  .auto-fit.flower-image-position-chnage-and-display-off {
    display: block;
    top: 19%;
  }

  .auto-fit.about-three-counter-section-flower-image-position-chnage {
    display: block;
    position: absolute;
    inset: 37% auto auto -16%;
  }

  .auto-fit.contact-page-two-flower-image-position-change-and-display-off {
    display: block;
    position: absolute;
    inset: 30% auto auto -5%;
  }

  .auto-fit.landding-page-inner-section-position-chnage-and-display-off {
    display: block;
    right: -7%;
  }

  .large-text {
    text-align: left;
    font-size: 27rem;
    line-height: 21.2rem;
  }

  .large-text.practice-page-three-position-and-font-size-chnage-chnage {
    margin-top: 100px;
    font-size: 23rem;
  }

  .large-text.landing-page-large-text-position-change {
    font-size: 27rem;
    line-height: 20rem;
  }

  .large-text.home-three-large-text-font-size-and-position-chnage {
    font-size: 27rem;
    line-height: 23rem;
  }

  .large-text.color-green-and-position-change {
    font-size: 25rem;
    line-height: 19rem;
  }

  .large-text.about-three-large-text-size-and-color-change {
    font-size: 30rem;
    line-height: 23rem;
  }

  .large-text.font-size-and-line-height-and-position-change {
    font-size: 24.2rem;
    line-height: 19.4rem;
  }

  .large-text.blog-page-one-large-text-position-and-font-size-and-color-change {
    font-size: 33rem;
    line-height: 33rem;
  }

  .large-text.blog-two-banner-large-text-and-font-size-position-change {
    font-size: 33rem;
    line-height: 31rem;
  }

  .large-text.blog-three-large-text-position-and-font-style-change {
    font-size: 30rem;
    line-height: 28rem;
  }

  .large-text.practice-page-one-large-text-and-font-size-and-position-and-color-change {
    font-size: 24.2rem;
    line-height: 19.4rem;
  }

  .large-text.contact-page-large-text-positiong-and-font-size-chnage {
    font-size: 25rem;
    line-height: 22rem;
  }

  .large-text.contact-page-two-large-text-positiong-and-font-size-and-color-chnage {
    font-size: 25rem;
    line-height: 21rem;
  }

  .large-text.practice-details-large-text-size-and-color-and-line-height-change {
    font-size: 28rem;
    line-height: 18rem;
  }

  .slider.slider-iteams {
    overflow: visible;
  }

  .counter-section-flower-image {
    flex-basis: 27%;
  }

  .middle-container-with-horizontal-alignment.align-start-and-gap {
    grid-column-gap: 109px;
    grid-row-gap: 109px;
  }

  .img-block {
    margin-right: -80px;
  }

  .mergin-top-seventy {
    flex-direction: column;
  }

  .full-image {
    object-fit: fill;
  }

  .trust-section-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .banner-right-section {
    margin-right: -100px;
  }

  .phone-on-image-section {
    padding-left: 30px;
    padding-right: 30px;
    left: -10%;
  }

  .trust-section-left {
    margin-left: -20px;
  }

  .home-three-counter-section-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .toggle-buttom-section-for-image {
    margin-left: -90px;
  }

  .about-threee-large-text-box {
    margin-top: -200px;
    margin-left: -123px;
  }

  .second-image-of-banner-thre.padding-chnage.display-none {
    display: none;
  }

  .about-three-banner-section-wrapper {
    margin-right: -101px;
  }

  .about-three-bnnner-left-section {
    max-width: 646px;
  }

  .toggle-buttom-section {
    grid-column-gap: 121px;
    grid-row-gap: 121px;
  }

  .writting-section-left {
    flex: 1;
  }

  .review-right-section {
    margin-right: -70px;
  }

  .about-one-banner-section {
    padding-top: 79px;
  }

  .about-banner-section-large-text-wrapper {
    margin-left: -95px;
  }

  .misssion-section-right {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .mission-section-wrapper {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .about-one-banner-left {
    padding-top: 100px;
  }

  .pricing-two-large-text {
    text-align: left;
    font-size: 27rem;
    line-height: 21.2rem;
  }

  .pricing-two-large-text.font-size-and-color-chnage-and-position-chnage {
    font-size: 29rem;
    line-height: 21.9rem;
  }

  .pricing-two-large-text.pricing-page-two-large-text-position-and-font-size-and-color-chnage {
    font-size: 27rem;
    line-height: 22.5rem;
  }

  .clarity-right-section {
    margin-right: -79px;
  }

  .about-one-banner-image {
    display: block;
    position: absolute;
    inset: 0% auto auto -7%;
  }

  .mission-section {
    padding-top: 167px;
  }

  .about-banner-section-wrapper {
    align-items: flex-start;
    position: relative;
  }

  .about-one-right-section {
    padding-right: 0;
    position: relative;
    bottom: -100px;
  }

  .practice-page-one-large-text-wrapper-and-display-off {
    margin-top: -230px;
  }

  .practice-page-one-large-text-wrapper-and-display-off.practice-page-three-large-text-wrapper-amrgin-top-change {
    margin-top: -140px;
  }

  .practice-one-service-flower-image {
    margin-right: -90px;
  }

  .practice-two-banner-section-wrapper {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    align-items: center;
    padding-bottom: 150px;
  }

  .practice-page-three-banner-section {
    padding-top: 33px;
  }

  .practice-page-three-middle-container {
    z-index: 1;
    position: relative;
  }

  .practice-area-three-banner-wrapper {
    justify-content: center;
  }

  .blog-articles-section {
    margin-top: -165px;
  }

  .blog-page-three-blog-content-section {
    margin-top: -100px;
  }

  .blog-page-one-dynamic-content-section {
    margin-top: -280px;
  }

  .blog-details-page-heading-flower-image-position-chnage {
    display: block;
    right: -8%;
  }

  .team-one-large-text-wrapper {
    left: -3%;
  }

  .team-one-banner-right-section {
    margin-right: -100px;
  }

  .contact-page-one-large-image-container {
    margin-top: -205px;
  }

  .contact-page-two-contact-form-left-section.padding-buttom-of-form {
    padding-top: 114px;
    padding-bottom: 115px;
  }

  .three-contact-information-section {
    margin-top: -120px;
  }

  .contact-page-two-contact-form-right-section {
    margin-right: -100px;
  }

  .contact-page-three-contact-frorm-section {
    margin-top: -70px;
  }

  .contact-page-four-form-section {
    margin-top: -137px;
  }

  .pricing-page-one-large-text-wrapper.margin-top {
    margin-top: -145px;
  }

  .pricing-page-two-large-text-wrapper {
    margin-bottom: -35px;
  }

  .padding-top-and-buttom-fifteen.max-width {
    max-width: 685px;
  }

  .landing-page-marque-images-section {
    margin-top: -90px;
  }

  .color-heading-font-size-chnage {
    font-size: 27rem;
    line-height: 23rem;
  }

  .about-two-slider-wrapper {
    overflow: visible;
  }

  .width-full {
    min-width: 919px;
    margin-right: 100px;
  }

  .about-one-slider-content {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .center-container.margin-top-and-background-color {
    margin-top: -205px;
  }

  .blog-details-large-text-wrapper {
    margin-top: 60px;
  }

  .hover_image-container {
    right: 18%;
  }

  .practice-two-large-text-wrapper-and-display-off {
    margin-top: -140px;
  }
}

@media screen and (min-width: 1920px) {
  .body-font {
    margin-bottom: 0;
  }

  .body-font.color-dark-green.nav-footer-hover {
    transition: color .3s;
  }

  .body-font.color-dark-green.nav-footer-hover:hover {
    color: var(--first-color);
  }

  .auto-fit.width-in-view-port {
    width: 94vw;
  }

  .auto-fit.home-one-banner-flower-image-image {
    right: -18%;
  }

  .auto-fit.figma-second-image-position-chnage-and-display-off {
    right: -11%;
  }

  .auto-fit.practice-one-image-position-chnage {
    left: -7%;
  }

  .auto-fit.blog-two-banner-secrtion-flower-image-position-chnage {
    left: -9%;
  }

  .auto-fit.position-chnage-and-display-off {
    top: 9%;
    right: -34%;
  }

  .auto-fit.mission-section-flower-image-position-change {
    right: -14%;
  }

  .auto-fit.flower-image-position-chnage-and-display-off {
    top: 10%;
    right: -16%;
  }

  .auto-fit.article-section-flower-chnage-and-display-off {
    display: block;
    position: absolute;
    inset: 47% auto auto -9%;
  }

  .auto-fit.pricing-details-banner-flower-image-position-chnage {
    display: block;
    position: absolute;
    inset: 8% -20% auto auto;
  }

  .auto-fit.pricing-page-article-section-flower-image-position-chnage-and-display-off {
    display: block;
    position: absolute;
    inset: 50% auto auto -20%;
    transform: translate(0, -50%);
  }

  .auto-fit.landding-page-inner-section-position-chnage-and-display-off {
    right: -15%;
  }

  .sub-heading-one.text-capitalise {
    text-transform: capitalize;
  }

  .nav-menu {
    position: relative;
  }

  .align-center.align-left {
    flex: 0 20%;
    align-items: flex-end;
  }

  .large-text {
    text-align: center;
    font-size: 31.25rem;
    line-height: 24.5rem;
  }

  .large-text.pricing-page-one-large-text-position-and-font-size-and-font-color-chnage {
    font-size: 32rem;
    line-height: 27rem;
  }

  .large-text.practice-page-three-position-and-font-size-chnage-chnage {
    font-size: 31rem;
    line-height: 23rem;
  }

  .large-text.landing-page-large-text-position-change {
    font-size: 33rem;
    line-height: 26rem;
  }

  .large-text.home-three-large-text-font-size-and-position-chnage {
    font-size: 30rem;
    line-height: 24rem;
  }

  .large-text.color-green-and-position-change {
    font-size: 31rem;
    line-height: 23rem;
  }

  .large-text.about-three-large-text-size-and-color-change {
    font-size: 32rem;
    line-height: 24.5rem;
  }

  .large-text.font-size-and-line-height-and-position-change {
    font-size: 30rem;
    line-height: 25rem;
  }

  .large-text.practice-page-one-large-text-and-font-size-and-position-and-color-change {
    font-size: 32.3rem;
    line-height: 26.6rem;
  }

  .large-text.contact-page-large-text-positiong-and-font-size-chnage {
    font-size: 31rem;
    line-height: 27.5rem;
  }

  .large-text.contact-page-two-large-text-positiong-and-font-size-and-color-chnage {
    font-size: 31rem;
    line-height: 26.9rem;
  }

  .large-text.position-and-font-size-and-line-height-and-color-change-chnage {
    font-size: 31.25rem;
    line-height: 24.5rem;
  }

  .large-text.practice-details-large-text-size-and-color-and-line-height-change {
    font-size: 31rem;
    line-height: 23rem;
  }

  .slider.slider-iteams {
    overflow: visible;
  }

  .counter-section-flower-image {
    justify-content: center;
  }

  .middle-container-with-horizontal-alignment.align-start-and-gap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .trust-section-right {
    max-width: 52%;
  }

  .img-block {
    margin-right: -110px;
    left: 110px;
  }

  .conatct-number {
    right: -11%;
  }

  .ful-header-banner-section {
    background-position: 10%;
    background-size: 100px 94px;
  }

  .full-image {
    object-fit: fill;
    height: auto;
  }

  .banner-right-section {
    margin-right: -14%;
  }

  .banner-section-home-three {
    height: 100%;
  }

  .read-more.text-decoration-none {
    transition: transform .4s;
  }

  .read-more.text-decoration-none:hover {
    transform: translate(20px);
  }

  .counter-iteam-in-home-three.border-right-and-buttom {
    padding-left: 50px;
    padding-right: 50px;
  }

  .toggle-buttom-section-for-image {
    margin-left: -213px;
  }

  .about-threee-large-text-box {
    margin-left: -130px;
  }

  .second-image-of-banner-thre {
    flex: 1;
  }

  .second-image-of-banner-thre.padding-chnage.display-none {
    align-self: flex-end;
    display: flex;
  }

  .about-three-hero-image {
    flex: 1;
  }

  .about-three-hero-image.change-banner-image-position {
    justify-content: flex-end;
    display: flex;
  }

  .about-three-hero-image.change-banner-image-position.display-off {
    align-self: flex-start;
  }

  .about-two-review-section-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .writting-section-left {
    flex: 1;
    justify-content: center;
    display: flex;
  }

  .review-right-section {
    margin-right: 0;
  }

  .about-banner-section-large-text-wrapper {
    margin-top: -350px;
    margin-left: -110px;
    overflow: hidden;
  }

  .pricing-two-large-text {
    text-align: center;
    font-size: 26vw;
    line-height: 20.5vw;
  }

  .pricing-two-large-text.font-size-and-color-chnage-and-position-chnage {
    font-size: 29.7rem;
    line-height: 22.3rem;
  }

  .pricing-two-large-text.pricing-page-two-large-text-position-and-font-size-and-color-chnage {
    font-size: 31.5rem;
    line-height: 28rem;
  }

  .clarity-right-section {
    margin-right: -180px;
  }

  .about-one-banner-image {
    object-fit: cover;
    top: 15%;
    left: -20%;
  }

  .practice-page-one-large-text-wrapper-and-display-off {
    margin-top: -287px;
  }

  .practice-page-one-large-text-wrapper-and-display-off.practice-page-three-large-text-wrapper-amrgin-top-change {
    margin-top: -180px;
  }

  .practice-page-one-large-text-wrapper-and-display-off.margin-top-zero-and-display-block-in-responsive {
    margin-top: 0;
  }

  .practice-one-service-flower-image {
    margin-right: -150px;
  }

  .practice-two-banner-section-wrapper {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
    padding-bottom: 170px;
  }

  .image-cover.border-top-right-redius.full-image-in-responsive.image-position-chnage-in-responsive.change-image-position {
    margin-bottom: -20px;
    margin-left: -20px;
  }

  .image-cover.border-top-left-redius.full-image-in-responsive.image-position-chnage-in-responsive.change-image-position {
    margin-bottom: -20px;
    margin-right: -20px;
    padding-right: 0;
  }

  .practice-two-banner-flower-image {
    display: block;
    top: -6%;
    left: -18%;
  }

  .practice-two-banner-left-section {
    flex-direction: column;
  }

  .details-page-large-image-container {
    margin-top: -310px;
  }

  .blog-container-background-color {
    max-width: 1470px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    inset: 0% auto 0% 0%;
  }

  .position-chnages {
    display: block;
    bottom: -60%;
    right: -22%;
  }

  .practice-page-three-banner-section {
    flex: 0 auto;
  }

  .practice-area-three-banner-wrapper {
    justify-content: space-between;
  }

  .practice-page-one-large-text-wrapper {
    margin-top: 0;
  }

  .blog-page-one-article-flower-wrapper {
    display: block;
    position: absolute;
    top: 50%;
    right: -18%;
    transform: translate(0, -50%);
  }

  .color-dark-green.max-width {
    max-width: 481px;
  }

  .blog-details-page-heading-flower-image-position-chnage {
    right: -25%;
  }

  .team-one-large-text-wrapper {
    align-items: flex-start;
    display: flex;
    left: -2.5%;
  }

  .team-one-banner-right-section {
    flex: 1;
    margin-right: -170px;
  }

  .team-one-banner-left-section {
    flex: 0 50%;
  }

  .team-details-flower-image-position-chnage {
    display: block;
    position: absolute;
    top: -6%;
    left: -20%;
  }

  .contact-page-banner-section-flower-image {
    display: block;
    position: absolute;
    top: 35%;
    left: -19%;
  }

  .contact-page-one-large-image-container {
    margin-top: -237px;
  }

  .three-contact-information-section {
    margin-top: -160px;
  }

  .contact-page-two-contact-form-right-section {
    margin-right: -195px;
  }

  .contact-page-three-contact-frorm-section {
    margin-top: -90px;
  }

  .contact-page-four-form-section {
    margin-top: -171px;
  }

  .pricing-page-one-large-text-wrapper.margin-top {
    margin-top: -165px;
  }

  .pricing-two-flower-image-position-chnage {
    display: block;
    position: absolute;
    inset: 16% auto auto 4%;
  }

  .pricing-page-two-dynamic-content-section {
    padding-top: 1px;
  }

  .pricing-page-two-large-text-wrapper {
    margin-bottom: -55px;
  }

  .pricing-page-article-section {
    margin-top: -55px;
  }

  .padding-top-and-buttom-fifteen.max-width {
    max-width: 685px;
  }

  .about-two-clarity-left-section, .about-two-clarity-right-section {
    flex: 1;
  }

  .marque-container.align-chnage-in-very-large-screen {
    justify-content: flex-start;
  }

  .landing-page-marque-images-section {
    margin-top: -115px;
  }

  .landing-page-footer-text-content-section {
    flex: 1;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 110px;
  }

  .landing-page-footer-wrapper {
    background-image: url('../images/footer-screen-shot.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .landing-page-footer {
    padding-bottom: 0;
  }

  .color-heading-font-size-chnage {
    font-size: 31rem;
    line-height: 26rem;
  }

  .about-two-slider-wrapper {
    margin-right: 0;
    position: relative;
    overflow: visible;
  }

  .center-container.margin-top-and-background-color {
    margin-top: -240px;
  }

  .landing-page-large-text-wrapper {
    margin-top: -65px;
  }

  .practice-page-one-two-image-section {
    margin-top: -143px;
  }

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

  .image-shape {
    margin-top: 70px;
    inset: -6% auto auto -1%;
  }

  .practice-two-large-text-wrapper-and-display-off {
    margin-top: -180px;
  }

  .cart-container {
    flex-direction: column;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.4375rem;
    line-height: 4.0625rem;
  }

  h2 {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }

  .hero-project-one, .hero-project-one.project-four, .hero-project-one.project-three {
    position: relative;
    inset: auto;
  }

  .hero-project-one.project-five {
    top: auto;
    left: auto;
  }

  .hero-project-one.project-two {
    position: relative;
    inset: auto;
  }

  .team-gallery-main {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
  }

  .gallery {
    padding: 50px 15px 70px;
  }

  .body-font.white-color.change-color {
    color: var(--top-heading-text-color);
  }

  .body-font.color-grey {
    flex: 1;
  }

  .body-font.color-grey.team-details-person-address-width-fixed {
    max-width: 100%;
  }

  .body-font.nav-dropdown {
    background-color: var(--white);
    border-bottom: 1px solid #0000001a;
    width: 100%;
    margin-bottom: 0;
  }

  .heading-one {
    font-size: 3.4375rem;
    line-height: 4.6875rem;
  }

  .auto-fit {
    object-fit: cover;
  }

  .auto-fit.width-in-view-port.responsive-change-size, .auto-fit.full-width-image-responsive {
    width: 100%;
    height: 100%;
  }

  .auto-fit.full-width-image-responsive.image-position-change {
    object-position: 50% 10%;
  }

  .auto-fit.full-width-image-responsive.image-position-chnage-in-responsive.responsive-full-width {
    height: 100%;
  }

  .auto-fit.full-width-image-responsive.image-position-chnage-in-responsive {
    object-position: 0% 0%;
  }

  .auto-fit.full-width-image-responsive.border-top-right-redius.image-position-chnage-rexponsive {
    object-position: 50% 30%;
  }

  .auto-fit.full-width-image-responsive.left-top-position-image-in-responsive {
    object-position: 0% 0%;
  }

  .auto-fit.box-shadow-and-position-chnage-and-display-off.box-shadow-add-and-display-off, .auto-fit.figma-second-image-position-chnage-and-display-off, .auto-fit.practice-page-three-dynamic-section-flower-image-margin.practice-page-three-dynamic-section-flower-image-display-off, .auto-fit.position-chnge-small-image-and-shadow, .auto-fit.home-three-footer-arrow-display-off {
    display: none;
  }

  .auto-fit.image-size-decrease-in-responsive {
    width: 450px;
    height: 300px;
  }

  .heading-two {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }

  .sub-heading-two.width-decrease {
    max-width: 100%;
  }

  .two-img-section-left {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    align-items: center;
  }

  .counter-section {
    padding-top: 57px;
    padding-bottom: 70px;
  }

  .footer-nav-iteams {
    flex-wrap: wrap;
    flex: 1;
    justify-content: center;
  }

  .toggle-section-heading {
    padding-bottom: 40px;
  }

  .nav-menu {
    background-color: var(--white);
    width: 100%;
    height: auto;
    margin-top: 60px;
    padding-top: 30px;
    padding-bottom: 50px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav-menu.change-height {
    margin-top: 45px;
  }

  .two-img-section {
    padding-top: 57px;
    padding-bottom: 57px;
  }

  .contact-number {
    display: none;
  }

  .two-image-section-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
  }

  .why-choose-left-section-wrapper {
    max-width: 100%;
  }

  .why-choose-sectipon {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .button-and-text-wrapper {
    max-width: 100%;
  }

  .text-and-button-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .banner-section {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .home-one-banner-wrapper {
    margin-top: 0;
  }

  .large-text {
    font-size: 9.375rem;
    line-height: 6.25rem;
  }

  .large-text.practice-page-three-position-and-font-size-chnage-chnage {
    font-size: 12.5rem;
    line-height: 9.5rem;
  }

  .large-text.landing-page-large-text-position-change {
    font-size: 9.375rem;
    line-height: 6.25rem;
  }

  .large-text.home-three-large-text-font-size-and-position-chnage {
    font-size: 14rem;
    line-height: 13rem;
  }

  .large-text.blog-page-one-large-text-position-and-font-size-and-color-change {
    font-size: 9.375rem;
    line-height: 6.25rem;
  }

  .large-text.blog-two-banner-large-text-and-font-size-position-change {
    font-size: 19rem;
    line-height: 18rem;
  }

  .large-text.blog-three-large-text-position-and-font-style-change {
    margin-bottom: 0;
    font-size: 9.375rem;
    line-height: 6.25rem;
  }

  .large-text.practice-page-one-large-text-and-font-size-and-position-and-color-change {
    font-size: 12.6rem;
    line-height: 9rem;
  }

  .large-text.contact-page-large-text-positiong-and-font-size-chnage {
    font-size: 9.375rem;
    line-height: 6.25rem;
  }

  .large-text.contact-page-two-large-text-positiong-and-font-size-and-color-chnage {
    margin-bottom: -10px;
    font-size: 9.375rem;
    line-height: 6.25rem;
  }

  .large-text.faq-large-text-styles-and-position-change, .large-text.position-and-font-size-and-line-height-and-color-change-chnage {
    font-size: 9.375rem;
    line-height: 6.25rem;
  }

  .large-text.practice-details-large-text-size-and-color-and-line-height-change {
    font-size: 14rem;
    line-height: 11rem;
  }

  .slider.slider-iteams {
    padding-top: 98px;
    position: relative;
  }

  .counter-section-flower-image {
    display: none;
  }

  .toggle-menus {
    padding-bottom: 70px;
  }

  .why-choose-right-section {
    width: 100%;
    margin-top: 0;
  }

  .padding-top-buttom-ten {
    justify-content: space-between;
    width: 100%;
    padding: 10px 15px;
  }

  .padding-top-buttom-ten:hover {
    border-bottom-width: 0;
  }

  .padding-top-buttom-ten.w--open {
    border-bottom: 0 solid #0000001a;
  }

  .header-one-main {
    z-index: 9;
    padding-left: 15px;
    padding-right: 15px;
  }

  .middle-container-with-horizontal-alignment {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column wrap;
  }

  .middle-container-with-horizontal-alignment.gaps-margin-and-align-in-responsive {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-items: flex-start;
    margin-top: 0;
  }

  .middle-container-with-horizontal-alignment.gaps-margin-and-align-in-responsive.margin-top-chnage {
    margin-top: 40px;
  }

  .middle-container-with-horizontal-alignment.justify-between-and-gap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .middle-container-with-horizontal-alignment.gap-margin-and-justyfy-space-between.vertical-in-responsive {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .middle-container-with-horizontal-alignment.about-page-two-top-section-full-width {
    width: 100%;
  }

  .heading-three, .heading-one-2 {
    font-size: 4.0625rem;
    line-height: 4.6875rem;
  }

  .style {
    background-color: var(--white);
    box-shadow: none;
    width: 100vw;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    position: relative;
  }

  .style.w--open {
    background-color: var(--first-color);
  }

  .style.overflow-hidden {
    position: relative;
  }

  .style.overflow-hidden.w--open {
    background-color: var(--white);
    padding-left: 50px;
    padding-right: 50px;
  }

  .navbar-two, .navbar-two.padding-left-and-right-zero {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-two.padding-left-and-right-zero.padding-left-and-right-fifteen-in-responsive {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-navbar {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-content: flex-start;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-navbar.gap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .three-section-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    flex: 1;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 40px;
    display: grid;
  }

  .toggle-button-style {
    padding-left: 0;
    padding-right: 0;
  }

  .home-second-secion {
    flex: 1;
  }

  .blog {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .home-two-first-secion, .trust-section-right {
    max-width: 100%;
  }

  .home-two-heading-and-text {
    margin-top: 0;
  }

  .client-heading-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .trust-section-right-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .black-section {
    padding-top: 58px;
    padding-bottom: 70px;
  }

  .ful-header-banner-section {
    padding-top: 120px;
  }

  .only-one-img-section {
    padding-top: 59px;
  }

  .banner-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    padding-top: 0;
  }

  .posted-section {
    padding-bottom: 0;
  }

  .dark-box {
    max-width: 100%;
  }

  .expertise-iteams {
    flex: none;
  }

  .horizontal-align {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    align-items: flex-start;
  }

  .horizontal-align.no-wrap-and-gap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
  }

  .horizontal-align.vertical-and-gap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .home-two-footer {
    padding-top: 61px;
    padding-bottom: 70px;
  }

  .footer-iteams-one {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    display: grid;
  }

  .person-information-section {
    padding-top: 59px;
    padding-bottom: 70px;
  }

  .client-pricing-section {
    width: 100.6%;
  }

  .black-section-text-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .personal-information-left-section {
    flex: 1;
    max-width: 100%;
  }

  .blog-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .client-section {
    padding-bottom: 70px;
  }

  .personal-information-right-section {
    flex: 0 100%;
    justify-content: center;
    display: flex;
  }

  .home-two-banner-heading {
    max-width: 100%;
  }

  .home-two-banner-heading.change-bottom-padding {
    padding-bottom: 0;
  }

  .containers-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .proctection-section {
    padding-top: 70px;
    padding-bottom: 57px;
  }

  .banner-images-wrapper {
    justify-content: center;
    display: flex;
  }

  .home-one-main-nav-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-second-section {
    flex: 1;
  }

  .social-links-footer-section {
    padding-bottom: 15px;
  }

  .footer {
    margin-left: 0;
    margin-right: 0;
    padding-top: 70px;
    padding-bottom: 10px;
  }

  .footer-iteam-wrapper {
    padding-bottom: 70px;
  }

  .trust-section-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .counter-wrapper {
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .header-two {
    border-bottom-width: 0;
    padding-left: 0;
    padding-right: 0;
    inset: 0% 0% auto;
  }

  .nav-three {
    background-color: #47414f;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .banner-right-section {
    align-items: center;
  }

  .home-three-counter-image-sectionright {
    width: 100%;
  }

  .footer-second-section {
    padding-top: 70px;
  }

  .banner-section-home-three {
    background-image: linear-gradient(to right, #2a2e31 12.07%, #000000a1 100%, #2a2e3100 84.35%), url('../images/building.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 120px;
  }

  .banner-text-wrapper {
    align-items: center;
  }

  .phone-on-image-section {
    display: none;
  }

  .home-three-footer {
    padding-top: 55px;
  }

  .news-setion-image-section {
    justify-content: center;
    height: 100%;
    display: flex;
  }

  .footer-first-section {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .news-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .news-section-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .second-text-layer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .home-three-footer-logo-mage {
    flex: 1;
  }

  .insight-section {
    padding-top: 58px;
    padding-bottom: 62px;
  }

  .news-right-section-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .news-right-section {
    max-width: 100%;
  }

  .trust-section-left {
    justify-content: center;
    display: flex;
  }

  .trust-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .play-button-section {
    height: auto;
  }

  .home-three-counter-section-wrapper {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    flex: 1;
  }

  .counter-iteam-in-home-three {
    flex: 1;
    max-width: 100%;
  }

  .ratings-flower-image.position-chnage-and-display-off {
    display: none;
  }

  .banner-left-section {
    padding-top: 9px;
  }

  .footer-wrapper, .home-three-counter-section-left {
    width: 100%;
  }

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

  .box-iteam {
    max-width: 100%;
  }

  .exerience-section {
    display: none;
  }

  .news-left-section, .color-grey.max-width-five-seven-six {
    max-width: 100%;
  }

  .color-grey.padding-top-and-buttom-and-border {
    border-bottom-style: solid;
  }

  .color-grey.padding-top-buttom-and-width, .color-grey.padding-top-fifteen.padding-buttom-fourty.pricin-details-paragraph-with-fixed {
    max-width: 100%;
  }

  .color-grey.responsive-align-center {
    text-align: center;
  }

  .reviews-and-ratings-heading-section {
    max-width: 100%;
    padding-bottom: 30px;
    position: relative;
    top: 0;
  }

  .blog-iteam {
    max-width: 100%;
  }

  .about-page-three-toggle-button-wrapper {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .about-threee-large-text-box {
    display: none;
  }

  .right-rating-section {
    max-width: 100%;
  }

  .about-three-counter-section {
    padding-top: 59px;
    padding-bottom: 64px;
  }

  .about-page-three-blog-section {
    padding-top: 57px;
    padding-bottom: 70px;
  }

  .blog-iteams-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .second-image-of-banner-thre {
    background-size: 95% 96%;
    flex: 1;
  }

  .about-page-three-toggle-buttons-sction {
    padding-top: 59px;
    padding-bottom: 70px;
  }

  .counter-top-section {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .bullet-point-points-section-wrapper, .counter-left-section {
    max-width: 100%;
  }

  .about-three-hero-image {
    background-position: 0 0;
    background-size: 95% 96%;
    flex: 1;
  }

  .blog-section-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .about-page-three-banner-section {
    padding-top: 120px;
    padding-bottom: 90px;
  }

  .about-three-banner-section-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .about-three-bnnner-right-section {
    flex-basis: 100%;
  }

  .mission-right-section-text-border {
    margin-bottom: 30px;
  }

  .toggle-buttom-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .counter-iteam {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .about-two-writing-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .writting-section-right {
    max-width: 100%;
  }

  .review-left-section {
    flex: 1;
    max-width: 100%;
  }

  .about-two-banner-heading-contents {
    padding-bottom: 30px;
  }

  .about-two-banner-heading-contents.max-width-chnage {
    max-width: 700px;
  }

  .writting-section-right-content-wrapper {
    max-width: 100%;
  }

  .about-page-section-two-wrapper {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-direction: column;
    align-items: flex-start;
  }

  .about-two-review-section-wrapper {
    flex-direction: column;
    flex: 1;
  }

  .about-two-reviews-section {
    padding-bottom: 70px;
  }

  .about-page-two-banner-section {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .about-page-two-banner-section.background-color-dark-green {
    padding-bottom: 0;
  }

  .position-chnage-of-banner-image-three {
    display: none;
  }

  .about-two-large-text {
    margin-bottom: -10vh;
    font-size: 9.375rem;
    line-height: 6.25rem;
  }

  .writting-section-left {
    width: 100%;
  }

  .writting-section-left.change-width-and-height {
    max-width: 100%;
  }

  .about-page-section-three {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .about-page-section-three.align-change {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .review-right-section.change-width-and-height {
    max-width: 100%;
  }

  .margin-buttom-fourty {
    margin-bottom: 20px;
  }

  .left-rating-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 100%;
  }

  .clarity-left-section {
    max-width: 100%;
    padding: 0 0 20px;
  }

  .about-one-banner-section {
    padding-top: 120px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-banner-section-large-text-wrapper {
    display: none;
  }

  .misssion-section-right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .mission-section-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .slider-arrow {
    top: 0%;
    right: 0;
  }

  .slider-arrow.change-arrow-position {
    right: 90px;
  }

  .about-one-banner-left {
    max-width: 100%;
    padding: 0 0 20px;
  }

  .pricing-two-large-text {
    font-size: 14.4rem;
    line-height: 11.3rem;
  }

  .pricing-two-large-text.pricing-page-two-large-text-position-and-font-size-and-color-chnage {
    font-size: 14rem;
    line-height: 14.5rem;
  }

  .protecting-section {
    padding-top: 58px;
  }

  .clarity-right-section {
    width: 100%;
  }

  .mission-section {
    padding-top: 60px;
    padding-bottom: 64px;
  }

  .about-banner-section-wrapper {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-direction: column;
  }

  .clarity-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-one-right-section {
    justify-content: center;
  }

  .clarity-section-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .mask {
    margin-top: 20px;
  }

  .practic-section-heading-wrapper {
    padding-bottom: 30px;
  }

  .practice-page-one-large-text-wrapper-and-display-off {
    display: none;
  }

  .practice-page-one-large-text-wrapper-and-display-off.practice-page-three-large-text-wrapper-amrgin-top-change.dsiplay-flex-in-responsive, .practice-page-one-large-text-wrapper-and-display-off.margin-top-zero-and-display-block-in-responsive {
    display: flex;
  }

  .practic-area-banner-section-wrapper {
    padding-bottom: 20px;
  }

  .practice-one-service-flower-image {
    display: none;
  }

  .practic-page-one-practice-section {
    padding-bottom: 70px;
  }

  .practice-two-banner-section-wrapper {
    flex-direction: column;
    padding-bottom: 0;
  }

  .dynamic-content-top-section {
    padding-bottom: 40px;
  }

  .image-cover {
    object-fit: cover;
  }

  .image-cover.border-top-right-redius.full-image-in-responsive, .image-cover.border-top-left-redius.full-image-in-responsive, .image-cover.padding-top-to-the-image.full-image-width-responsive {
    width: 100%;
  }

  .image-cover.padding-top-to-the-image.full-image-width-responsive.image-position-chnage-responsive {
    object-position: 0% 0%;
  }

  .practice-two-banner-left-section {
    padding-top: 0;
  }

  .dynamic-content-section {
    padding-top: 58px;
    padding-bottom: 70px;
  }

  .dynamic-content-buttom-section {
    grid-template-columns: 1fr 1fr;
  }

  .practice-two-banner-right-section {
    width: 100%;
  }

  .dynamic-iteams {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .details-page-large-image-container {
    margin-top: 0;
    padding-top: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .title-wrapper {
    max-width: 100%;
    padding-bottom: 18px;
  }

  .practice-area-details-page-top-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .highlight-section {
    margin-bottom: 20px;
    padding: 30px 15px 7px;
  }

  .highlight-section.margin-buttom-for-sectiond-section {
    margin-bottom: 32px;
  }

  .practice-details-page-large-text-wrapper {
    margin-top: 40px;
  }

  .practic-area-four-banner-section {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .practice-area-details-article-wrapper {
    padding-top: 37px;
    padding-bottom: 36px;
  }

  .details-page-article-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .color-white.text-align-center.faq-banner-heading-text-width-chnage {
    max-width: 500px;
  }

  .color-white.text-align-center.responsive-change-padding {
    padding-bottom: 30px;
  }

  .color-white.width-chnage {
    max-width: 100%;
  }

  .color-white.responsive-align-center {
    text-align: center;
  }

  .dynamic-practice-section-wrapper {
    flex-direction: column;
  }

  .dynamic-practice-section-left {
    max-width: 100%;
    position: static;
  }

  .practice-area-three-banner-section.margin-top-decrease {
    padding-top: 120px;
  }

  .dynamic-section-right {
    max-width: 100%;
  }

  .practice-three-dynamic-practice-section {
    padding-top: 64px;
    padding-bottom: 70px;
  }

  .blog-articles-section {
    margin-top: -100px;
    padding-bottom: 70px;
  }

  .blog-page-one-banner-section {
    padding-top: 120px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .color-dark-green.max-width, .color-dark-green.client-section-paragraph-width, .color-dark-green.faq-paragraph-width-fixed {
    max-width: 100%;
  }

  .blog-page-two-banner-section {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .collection-item {
    width: 100%;
  }

  .blog-page-two-popular-post-section {
    padding-top: 54px;
    padding-bottom: 70px;
  }

  .popular-post-blogs-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex: 1;
  }

  .blog-top-section {
    flex-direction: column;
  }

  .popular-post-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .blog-page-two-blog-content-iteams, .blog-page-two-pupulat-post-image-link {
    width: 100%;
  }

  .blog-page-three-blog-content-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .blog-page-three-banner-section {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .blog-page-three-blog-iteam {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column-reverse;
  }

  .left-blog-section {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .right-blog-section {
    width: 100%;
  }

  .blog-page-one-dynamic-content-section {
    margin-top: 0;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .blog-detail-page-other-blog-section {
    padding-bottom: 60px;
  }

  .other-blog-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .acticle-wrapper {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .iteams {
    max-width: 100%;
  }

  .image-wrap-in-a-link {
    width: 100%;
  }

  .team-one-large-text-wrapper {
    display: none;
  }

  .team-one-banner-left-section {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .team-one-banner-page-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .team-one-page-banner-section {
    padding-top: 120px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .top-section {
    max-width: 100%;
  }

  .team-details-page-counter {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .personal-details-buttom-section.padding-top-zero {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .person-details-page-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .honor-and-achivement-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .person-details-left-section {
    max-width: 100%;
  }

  .team-details-range-counter {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-basis: 100%;
  }

  .person-details-article-section {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .person-details-right-section {
    margin-bottom: 0;
  }

  .honor-and-achivement-section-border {
    display: none;
  }

  .team-details-page-information-section {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .cotact-details-wrapper.gap-change.gap-chnage-in-responsive {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .case-studies-one-banner-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 50px;
  }

  .blog-one-banner-right-section {
    flex-basis: 100%;
    padding-top: 0;
  }

  .blog-page-one-banner-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .contact-page-one-banner-section {
    padding-bottom: 0;
  }

  .contact-page-one-banner-section.responsive-overflow-off {
    padding-top: 120px;
  }

  .blog-one-banner-left-section {
    flex-basis: 100%;
    padding-top: 0;
  }

  .contact-page-one-large-image-container {
    margin-top: 0;
    padding-top: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-page-one-contact-form {
    padding-top: 58px;
    padding-bottom: 70px;
  }

  .blog-one-banner-section-border {
    display: none;
  }

  .contact-one-contact-page-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contact-page-two-contact-form-left-section {
    width: 100%;
  }

  .contact-page-two-contact-form-left-section.padding-buttom-of-form {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .contact-information-and-form-section {
    margin-top: 0;
    padding-top: 70px;
  }

  .three-contact-information-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
  }

  .contact-page-two-contact-form-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-page-two-contact-form-right-section {
    width: 100%;
  }

  .contact-page-two-banner-section, .contact-three-banner-section {
    padding-top: 120px;
  }

  .contact-three-banner-section-wrapper {
    padding-bottom: 30px;
  }

  .contact-page-three-contact-frorm-section {
    margin-top: 0;
  }

  .contact-three-form-left-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: 100%;
  }

  .contact-three-contact-form-inner-section {
    padding-top: 62px;
    padding-bottom: 70px;
  }

  .contact-three-contact-form-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    width: 100%;
  }

  .contact-page-four-form-section {
    margin-top: 0;
    padding-top: 70px;
  }

  .faqs-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .faqs-wrapper.padding-top {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .color-black.width-chnage {
    max-width: 100%;
  }

  .faq-heading-section {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-direction: column;
  }

  .pricing-page-one-dynamic-content-section {
    padding: 70px 15px;
  }

  .pricing-page-one-banner-section {
    padding-top: 120px;
  }

  .pricing-page-one-banner-section.margin-and-padding-increase {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .pricing-page-one-large-text-wrapper {
    margin-top: 0;
  }

  .pricing-page-one-large-text-wrapper.margin-top.display-none {
    display: none;
  }

  .image-link-box-full-width {
    width: 100%;
  }

  .pricing-one-right-section {
    max-width: 100%;
  }

  .pricing-one-dynamic-iteams {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .pricing-page-two-dynamic-content-section {
    padding-top: 70px;
    padding-bottom: 65px;
  }

  .pricing-page-two-dynamic-content-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-page-two-banner-section {
    padding-top: 120px;
  }

  .pricing-two-dynamic-iteams, .pricing-details-banner-left-section {
    max-width: 100%;
  }

  .pricing-details-banner-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .pricing-page-article-section {
    margin-top: 0;
    padding-top: 59px;
    padding-bottom: 70px;
  }

  .pricing-details-banner-right-section {
    max-width: 100%;
    padding-top: 36px;
    padding-bottom: 50px;
  }

  .margin-buttom {
    margin-bottom: 40px;
  }

  .slider-section {
    padding-bottom: 70px;
  }

  .border-of-box-section.margin-top-one-thirty.display-none {
    display: none;
  }

  .about-page-two-clarity-section-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
    padding-bottom: 0;
  }

  .about-two-clarity-left-section {
    max-width: 100%;
  }

  .about-two-clarity-right-section {
    align-items: flex-start;
    max-width: 100%;
  }

  .all-h-two-headings {
    width: 100%;
  }

  .rewiews-and-ratings-section-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .rewiews-and-ratings-section-wrapper.gap-change {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .landing-page-banner-section {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .landing-page-banner-section.overflow-hidden {
    padding-bottom: 0;
  }

  .landing-page-marque-images-section {
    margin-top: 0;
  }

  .landing-page-marque-images-section.responsive-display-off {
    display: none;
  }

  .template-collection-wrapper {
    padding-top: 61px;
    padding-bottom: 70px;
  }

  .all-template-iteams-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .right-iteam-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: grid;
  }

  .template-collection {
    padding-top: 70px;
  }

  .left-iteam-section {
    max-width: 100%;
  }

  .figma-file-section {
    padding-top: 70px;
  }

  .pages-wrapper {
    max-width: 100%;
  }

  .showcase-pages {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .cms-showcase-section {
    padding-top: 63px;
    padding-bottom: 67px;
  }

  .landing-page-footer-wrapper {
    padding-bottom: 70px;
  }

  .landing-page-footer {
    padding-top: 60px;
  }

  .link-block {
    width: 100%;
  }

  .arrow-icon, .hover-background {
    display: none;
  }

  .utility-page-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .all-contents-licences-wrappeer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .images {
    grid-template-columns: 1fr 1fr;
  }

  .all-contents-licences {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .licences-page-banner-section {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .all-colors {
    padding-top: 54px;
    padding-bottom: 70px;
  }

  .typography-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .style-guide-banner-heading {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .typography {
    padding-top: 58px;
    padding-bottom: 70px;
  }

  .color-heading-font-size-chnage {
    font-size: 15rem;
    line-height: 13rem;
  }

  .chnage-log-section {
    padding-top: 68px;
    padding-bottom: 70px;
  }

  .about-slider-heading-section {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .about-one-slide-section {
    padding-top: 58px;
    padding-bottom: 70px;
  }

  .mask-two {
    width: 66%;
    margin-top: 20px;
  }

  .about-one-slider-width-chnage {
    max-width: 100%;
  }

  .background-color-meroon-padding-top-and-border-redius {
    padding-top: 43px;
    padding-bottom: 50px;
  }

  .width-and-align-center.responsive-align-left {
    text-align: left;
  }

  .center-container.margin-top-and-background-color, .center-container.margin-top-chnage, .center-container.margin-top {
    margin-top: 0;
  }

  .center-container.margin-top-of-color-circles {
    margin-top: 30px;
  }

  .center-container.change-padding-bottom {
    padding-bottom: 0;
  }

  .reviews-and-ratings-section.padding-top-and-left-and-right {
    padding-top: 59px;
  }

  .reviews-and-ratings-section.padding-top-and-left-and-right.padding-buttom {
    padding-bottom: 36px;
  }

  .practice-page-one-service-heading-width-fixed {
    max-width: 100%;
  }

  .images-wrapper {
    flex-direction: column;
  }

  .practice-page-one-two-image-section {
    margin-top: -55px;
    padding-bottom: 58px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .position-sticky {
    flex-direction: row;
    position: static;
  }

  .header-one {
    position: absolute;
  }

  .page-links {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .landing-page-inner-pages-section {
    margin-top: 0;
    padding-top: 63px;
    padding-bottom: 70px;
  }

  .hover_image-container {
    display: none;
  }

  .flex-block {
    position: relative;
  }

  .footer-second-and-third-section {
    max-width: 100%;
    margin-bottom: 5px;
  }

  .image-shape {
    display: none;
  }

  .trust-section-images, .pricing-two-dynamic-item-image-block-width-full-in-responsive {
    width: 100%;
  }

  .practice-two-large-text-wrapper-and-display-off {
    display: none;
  }

  .chevron-icon {
    filter: invert();
  }

  .hamburger {
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    width: 27px;
    height: 16px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .bar-one, .bar-two {
    background-color: var(--white);
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .bar-three {
    background-color: var(--white);
    width: 100%;
    max-width: 13px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .megamenu {
    display: none;
  }

  .menu-link.border-off {
    border-bottom-width: 0;
  }

  .cart-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .background-video.responsive-change-width {
    width: 100%;
    height: 600px;
  }

  .checkout-form, .paypal-checkout-form, .order-confirmation {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .blog-image-main.responsive-display-off, .responsive-display-off {
    display: none;
  }

  .play-state-two {
    width: 100px;
    height: 100px;
  }

  .big-menu.display-off.responsive-display-on {
    display: block;
  }

  .team-gallery-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
  }

  .slide-main {
    max-width: 650px;
  }

  .cart {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-overlay {
    display: none;
  }

  .uui-layout02_image-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 0;
  }

  .uui-layout02_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-space-xxlarge {
    min-height: 4.5rem;
  }

  .uui-layout02_image-wrapper-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 0;
  }

  .uui-layout02_component-2 {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .container {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
    line-height: 3.6rem;
  }

  h2 {
    font-size: 2rem;
    line-height: 2.625rem;
  }

  h3 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }

  h4 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }

  .team-gallery-main {
    grid-template-columns: 1fr;
  }

  .body-font {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }

  .body-font.color-grey.mobile-align-center, .body-font.color-dark-green.text-align-center-responsive {
    text-align: center;
  }

  .heading-one {
    font-size: 3rem;
    line-height: 3.6rem;
  }

  .auto-fit.full-width-image-responsive.border-top-left-redius.about-three-banner-image-position-change {
    object-position: 50% 30%;
  }

  .auto-fit.full-width-image-responsive.border-top-left-redius.about-three-banner-image-position-change.change-width.change-margin-bottom {
    margin-left: 0;
  }

  .auto-fit.full-width-image-responsive.border-top-right-redius.about-three-banner-image-position-change {
    object-position: 50% 30%;
  }

  .auto-fit.full-width-image-responsive.border-top-right-redius.about-three-banner-image-position-change.change-width.change-margin-bottom {
    margin-left: 0;
  }

  .heading-two {
    font-size: 2.6rem;
    line-height: 3.2rem;
  }

  .heading-two.align-center {
    text-align: center;
  }

  .heading-two.text-align-center.change-size {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }

  .sub-heading-two {
    flex: 1;
    font-size: 1.875rem;
    line-height: 2.5rem;
  }

  .sub-heading-one {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }

  .sub-heading-one.text-align-center-in-responsive, .very-small-font.text-align-center-in-responsive {
    text-align: center;
  }

  .text-thiry-font-size {
    font-size: 1.625rem;
    line-height: 2.875rem;
  }

  .footer-nav-iteams {
    flex-wrap: wrap;
    align-content: flex-start;
  }

  .counter-block-wrapper {
    align-items: center;
  }

  .align-center.align-start-width {
    flex: 1;
    align-items: center;
  }

  .large-text {
    font-size: 10.5rem;
    line-height: 8.3rem;
  }

  .large-text.practice-page-three-position-and-font-size-chnage-chnage {
    font-size: 11rem;
    line-height: 8.5rem;
    display: block;
  }

  .large-text.landing-page-large-text-position-change {
    font-size: 10.5rem;
    line-height: 12rem;
  }

  .large-text.home-three-large-text-font-size-and-position-chnage {
    font-size: 10rem;
  }

  .large-text.blog-two-banner-large-text-and-font-size-position-change {
    font-size: 13rem;
    line-height: 12rem;
  }

  .large-text.practice-page-one-large-text-and-font-size-and-position-and-color-change {
    font-size: 9rem;
    line-height: 7rem;
  }

  .large-text.contact-page-large-text-positiong-and-font-size-chnage {
    margin-bottom: -50px;
    font-size: 9rem;
    line-height: 10rem;
  }

  .large-text.contact-page-two-large-text-positiong-and-font-size-and-color-chnage {
    margin-bottom: -10px;
  }

  .large-text.position-and-font-size-and-line-height-and-color-change-chnage {
    font-size: 9rem;
    line-height: 5.3rem;
  }

  .large-text.practice-details-large-text-size-and-color-and-line-height-change {
    font-size: 12rem;
    line-height: 9rem;
  }

  .slider.slider-iteams {
    padding-top: 98px;
  }

  .middle-container-with-horizontal-alignment.gaps-margin-and-align-in-responsive {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 0;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    display: grid;
  }

  .border {
    display: none;
  }

  .heading-three, .heading-one-2 {
    font-size: 3rem;
    line-height: 3.6rem;
  }

  .footer-navbar {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .three-section-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    display: flex;
  }

  .home-second-secion {
    flex: 0 auto;
  }

  .blog {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-two-heading-and-text {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .client-heading-section {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    align-items: flex-start;
  }

  .banner-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 100%;
  }

  .horizontal-align {
    flex-direction: column;
    align-items: center;
  }

  .read-more-buutton {
    width: 100%;
  }

  .footer-iteams-one {
    grid-column-gap: 43px;
    grid-row-gap: 43px;
    grid-template-columns: 1fr;
  }

  .third-section-main-content {
    flex: 1;
  }

  .home-one-main-nav-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .nav-second-section {
    flex: 0 auto;
  }

  .home-one-footer-flower-image {
    top: 0;
    left: 0;
  }

  .promotion-section-wrapper {
    flex-direction: column;
  }

  .counter-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: flex-start;
    display: grid;
  }

  .banner-section-home-three {
    padding-top: 120px;
  }

  .second-text-layer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .home-three-counter-section-wrapper {
    grid-row-gap: 0px;
  }

  .counter-iteam-in-home-three {
    padding-left: 60px;
    padding-right: 60px;
  }

  .counter-iteam-in-home-three.border-right-and-buttom {
    border-right-style: none;
  }

  .counter-iteam-in-home-three.border-buttom-in-responsive {
    border-bottom: 1px solid var(--border-black);
  }

  .new-section-heading {
    padding-bottom: 30px;
  }

  .footer-wrapper, .box-iteam {
    max-width: 100%;
  }

  .reviews-and-ratings-heading-section {
    max-width: 600px;
  }

  .about-three-counter-section {
    padding-bottom: 51px;
  }

  .blog-iteams-wrapper {
    grid-template-columns: 1fr;
  }

  .second-image-of-banner-thre {
    width: 100%;
    margin-top: 0;
    padding-top: 50px;
    padding-right: 50px;
  }

  .about-three-hero-image {
    width: 100%;
    padding-top: 50px;
    padding-left: 50px;
  }

  .about-three-bnnner-right-section {
    flex-direction: column;
  }

  .counter-iteam {
    align-items: center;
  }

  .about-two-banner-heading-contents.max-width-chnage {
    max-width: 500px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-two-large-text {
    display: none;
  }

  .client-image-and-name-section {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .slider-arrow.change-space {
    right: 100px;
  }

  .pricing-two-large-text {
    font-size: 10.5rem;
    line-height: 8.3rem;
  }

  .pricing-two-large-text.pricing-page-two-large-text-position-and-font-size-and-color-chnage {
    font-size: 10rem;
    line-height: 10rem;
  }

  .mission-section {
    overflow: hidden;
  }

  .mask {
    width: 100%;
  }

  .practice-page-one-large-text-wrapper-and-display-off {
    display: none;
  }

  .practice-page-one-large-text-wrapper-and-display-off.practice-page-three-large-text-wrapper-amrgin-top-change.dsiplay-flex-in-responsive {
    display: flex;
  }

  .image-cover.border-top-right-redius.full-image-in-responsive.image-position-chnage-in-responsive, .image-cover.border-top-left-redius.full-image-in-responsive.image-position-chnage-in-responsive {
    object-position: 50% 30%;
  }

  .image-cover.padding-top-to-the-image.full-image-width-responsive.image-position-chnage-responsive {
    object-position: 50% 50%;
  }

  .dynamic-content-buttom-section {
    grid-template-columns: 1fr;
  }

  .color-white.text-align-center.faq-banner-heading-text-width-chnage {
    max-width: 500px;
  }

  .blog-articles-section {
    margin-top: -65px;
  }

  .color-dark-green.max-width.text-align-center-responsive {
    text-align: center;
  }

  .heading-and-serial-numner-of-practice-page-one {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .message-box {
    padding-bottom: 100px;
  }

  .contact-page-one-banner-section.responsive-overflow-off {
    overflow: hidden;
  }

  .contact-page-one-large-image-container {
    margin-top: 0;
  }

  .three-contact-information-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .contact-page-two-contact-form-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .contact-three-banner-section-wrapper.width-fixed-and-padding {
    padding-bottom: 30px;
  }

  .contact-three-whole-contact-form-wrapper {
    grid-template-columns: 1fr;
  }

  .text-align-center {
    text-align: center;
  }

  .pricing-page-two-dynamic-content-section {
    padding-top: 70px;
  }

  .collection-list-wrapper {
    width: 100%;
  }

  .pricing-page-two-dynamic-content-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .pricing-details-banner-right-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .personal-information {
    flex-direction: column;
    width: 100%;
  }

  .slider-content {
    border-right-style: none;
    margin-right: 0;
    padding-right: 10px;
  }

  .slider-content.responsive-align-center {
    align-items: center;
  }

  .slide.margin-right, .image-sliding-iteams {
    max-width: 100%;
  }

  .right-iteam-section {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .page {
    padding: 10px;
  }

  .background-block {
    width: 100%;
  }

  .utility-page-form.padding-left-and-right-and-background-color.gap-chnage-and-position-relative {
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .password-form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .images {
    grid-template-columns: 1fr;
  }

  .colors-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .color-code {
    width: 100%;
    max-width: 100%;
  }

  .color-heading-font-size-chnage {
    font-size: 9.5rem;
    line-height: 8rem;
  }

  .information-content, .mask-two, .full-width-image-container {
    width: 100%;
  }

  .width-full {
    min-width: 100%;
  }

  .about-one-slider-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-one-slider-image-width-fixed.mobile-landscape-align-center {
    text-align: center;
  }

  .center-container.margin-top-chnage {
    margin-top: 0;
  }

  .page-iteam-heading {
    flex: 1;
    font-size: 1.875rem;
    line-height: 2.5rem;
  }

  .footer-second-and-third-section {
    max-width: 100%;
  }

  .hamburger {
    cursor: pointer;
  }

  .play-state-two {
    width: 120px;
    height: 120px;
  }

  .mobile-lanscape-align-center {
    text-align: center;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-layout02_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-space-xxlarge {
    min-height: 3rem;
  }

  .uui-logos01_wrapper {
    padding: .5rem 1rem;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui--primary600);
    background-color: var(--untitled-ui--primary600);
  }

  .uui-button-wrapper-2.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-2 {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    background-color: var(--untitled-ui--white);
    color: var(--untitled-ui--gray700);
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button-row-2.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-medium-2 {
    min-height: 1.5rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-badge-2 {
    padding: .125rem .5rem;
  }

  .uui-layout02_component-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }

  .hero-project-one {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .body-font {
    font-size: 1rem;
  }

  .body-font.change-color {
    color: var(--paragraph-color);
  }

  .heading-one {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }

  .heading-one.color-white.font-size-chnage {
    font-size: 2rem;
    line-height: 3rem;
  }

  .auto-fit {
    transform: scale(1);
  }

  .auto-fit.full-width-image-responsive.image-position-chnage-in-responsive {
    object-position: 30% 50%;
  }

  .auto-fit.full-width-image-responsive.image-position-chnage-in-responsive.change-width.border-left {
    border-top-left-radius: 70px;
  }

  .color-green {
    font-size: 47px;
  }

  .color-green.text-decoration {
    font-size: 43px;
  }

  .heading-two.text-align-center.change-size {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }

  .sub-heading-one.padding-buttom-thirty {
    font-size: 1.2rem;
  }

  .counter-section {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .footer-nav-iteams {
    grid-column-gap: 15px;
    grid-row-gap: 0px;
    flex: 0 auto;
    justify-content: flex-start;
  }

  .large-text {
    font-size: 6.1rem;
    line-height: 5rem;
  }

  .large-text.pricing-page-one-large-text-position-and-font-size-and-font-color-chnage {
    display: none;
  }

  .large-text.practice-page-three-position-and-font-size-chnage-chnage {
    font-size: 4.9rem;
    line-height: 4rem;
  }

  .large-text.landing-page-large-text-position-change {
    font-size: 5.9rem;
    line-height: 7rem;
  }

  .large-text.home-three-large-text-font-size-and-position-chnage {
    font-size: 6rem;
    line-height: 10rem;
  }

  .large-text.blog-page-one-large-text-position-and-font-size-and-color-change {
    margin-bottom: -30px;
    font-size: 7.5rem;
    line-height: 8rem;
  }

  .large-text.blog-two-banner-large-text-and-font-size-position-change {
    font-size: 7.7rem;
    line-height: 7.7rem;
  }

  .large-text.blog-three-large-text-position-and-font-style-change {
    font-size: 7rem;
    line-height: 7.5rem;
  }

  .large-text.practice-page-one-large-text-and-font-size-and-position-and-color-change {
    font-size: 5rem;
    line-height: 6rem;
  }

  .large-text.contact-page-large-text-positiong-and-font-size-chnage {
    font-size: 5.5rem;
    line-height: 6rem;
    display: none;
  }

  .large-text.contact-page-two-large-text-positiong-and-font-size-and-color-chnage {
    font-size: 5.1rem;
    line-height: 7rem;
    display: none;
  }

  .large-text.position-and-font-size-and-line-height-and-color-change-chnage {
    font-size: 5rem;
    line-height: 3.5rem;
  }

  .large-text.practice-details-large-text-size-and-color-and-line-height-change {
    font-size: 6rem;
    line-height: 4.5rem;
  }

  .slider.slider-iteams {
    height: 100%;
  }

  .toggle-iteam {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .main-button {
    font-size: .75rem;
    line-height: 1.6875rem;
  }

  .main-button.button-hover-two {
    text-align: center;
  }

  .middle-container-with-horizontal-alignment.gaps-margin-and-align-in-responsive {
    grid-template-columns: 1fr 1fr;
  }

  .counter-section-heading {
    max-width: 100%;
  }

  .footer-navbar {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .toggle-button-style {
    padding: 20px 0;
  }

  .trust-section-right-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .promotion-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dark-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .expertise-iteams {
    padding: 20px;
  }

  .footer-iteams-one {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .client-pricing-section {
    position: relative;
  }

  .counter-wrapper {
    max-width: 100%;
  }

  .footer-second-section {
    padding-top: 64px;
  }

  .footer-first-section {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .home-three-counter-section-wrapper {
    max-width: 100%;
  }

  .counter-iteam-in-home-three.border-right-and-buttom {
    border-right-style: none;
  }

  .about-page-three-toggle-button-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .about-three-counter-section {
    padding-bottom: 65px;
  }

  .second-image-of-banner-thre {
    padding-top: 20px;
    padding-right: 20px;
  }

  .bullet-point-points-section-wrapper {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .about-three-hero-image {
    padding-top: 20px;
    padding-left: 20px;
  }

  .about-two-large-text {
    display: none;
  }

  .clarity-left-section {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .about-one-banner-section {
    padding-bottom: 70px;
  }

  .pricing-two-large-text {
    font-size: 6.1rem;
    line-height: 5rem;
  }

  .pricing-two-large-text.pricing-page-two-large-text-position-and-font-size-and-color-chnage {
    font-size: 6rem;
    line-height: 6rem;
    display: none;
  }

  .practic-area-banner-section-wrapper {
    padding-bottom: 0;
  }

  .image-cover {
    transform: scale(1);
  }

  .dynamic-iteams {
    padding: 20px 10px;
  }

  .highlight-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-articles-section {
    margin-top: -45px;
  }

  .blog-page-one-banner-section.padding-buttom-zero {
    padding-bottom: 70px;
  }

  .blog-date {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-date-border {
    display: none;
  }

  .color-dark-green {
    text-align: left;
  }

  .blog-page-two-banner-section {
    padding-bottom: 70px;
  }

  .blog-page-three-blog-content-section {
    margin-top: -30px;
  }

  .heading-and-serial-numner-of-practice-page-one {
    flex-direction: column;
    align-items: flex-start;
  }

  .practise-areas-heading {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
  }

  .case-studies-one-banner-section {
    padding-bottom: 0;
  }

  .blog-page-one-banner-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding-bottom: 0;
  }

  .contact-page-one-banner-section.responsive-overflow-off {
    padding-bottom: 70px;
  }

  .input-boxes {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
  }

  .contact-page-one-contact-form {
    padding-top: 30px;
  }

  .contact-iteams {
    padding: 20px;
  }

  .contact-page-two-banner-section, .contact-three-banner-section {
    padding-bottom: 70px;
  }

  .contact-three-banner-section-wrapper {
    padding-bottom: 0;
  }

  .pricing-page-one-banner-section, .pricing-page-two-banner-section {
    padding-bottom: 40px;
  }

  .pricing-details-banner-right-section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .slider-section {
    padding-bottom: 70px;
  }

  .width-fix {
    font-size: 3rem;
  }

  .background-block {
    padding: 15px;
  }

  .utility-page-form.padding-left-and-right-and-background-color.gap-chnage-and-position-relative {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .password-form {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .colors-circle {
    min-width: 150px;
    height: 150px;
  }

  .color-heading-font-size-chnage {
    font-size: 6rem;
    line-height: 5rem;
  }

  .position-sticky {
    flex-direction: column;
  }

  .header-one {
    inset: 0%;
  }

  .footer-second-and-third-section {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .cart-button {
    align-items: stretch;
    display: inline;
  }

  .heading-2 {
    font-size: 43px;
  }

  .uui-layout02_image-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .uui-logos01_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .uui-logos01_component {
    justify-content: center;
  }

  .uui-layout02_image-wrapper-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .container {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }
}

#w-node-_6c3c32cc-c4aa-5b61-d696-edac467c692d-92575b11, #w-node-a9790190-cb2c-a336-4112-c71a8b4d1afa-92575b11, #w-node-_02730580-a3cc-b058-bd13-cf2ee3e8aff5-92575b11, #w-node-_63f21562-58b8-a217-6030-5eaaba02e243-92575b11, #w-node-_9851efca-8a7b-b6b2-ea7f-321fc6c4de6d-92575b25, #w-node-aee12ae8-f72c-2a73-7814-de51d8373eb9-92575b25, #w-node-fb5c11b2-ffdd-62b9-cda5-1dc7e72cf6b2-92575b28, #w-node-dc5bae26-0517-ea87-45f9-7f3486c42c0c-92575b28 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3bee7eab-4e77-998f-09a0-3027c1755b6a-92575b2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c86a86fc-79ae-d945-bba5-b1cd5220aac1-92575b2e, #w-node-_45e9ec81-b8d4-8dca-7045-acb5a77fea5d-92575b2e {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_9fc8fe66-1a73-72f3-3121-407c453784f9-453784dc {
    justify-self: center;
  }

  #w-node-c6117b30-662c-0681-cda6-857b9515ae12-9515ae0e {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c6117b30-662c-0681-cda6-857b9515ae33-9515ae0e {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-c86a86fc-79ae-d945-bba5-b1cd5220aab7-92575b2e {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9fc8fe66-1a73-72f3-3121-407c453784f9-453784dc {
    justify-self: auto;
  }
}


