/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}


@media (max-width: 767px) {

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "Feather";
  src: url("//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/Scleraworx_June2020/Fonts/Feather.eot") format("eot"),
    url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/fonts/Feather.ttf) format("truetype"), 
    url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/fonts/Feather.woff) format("woff"), 
    url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/fonts/Feather.svg) format("svg");
  font-style: normal;
  font-weight: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

@font-face { 
  font-family: 'Urbane Rounded';  
  src: url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/fonts/UrbaneRounded-Light.eot) format('eot'), 
       url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/fonts/UrbaneRounded-Light.woff) format('woff'), 
       url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/fonts/UrbaneRounded-Light.ttf) format('truetype');
       font-weight: 300;
       font-style: normal;
}
 

  @font-face {
    font-family: 'Urbane Rounded';
    src: url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/fonts/UrbaneRounded-Medium.eot) format("eot"),
        url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/fonts/UrbaneRounded-Medium.woff) format('woff'),
        url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/fonts/UrbaneRounded-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
}
  
  @font-face {
    font-family: 'Urbane Rounded Demi';
    src: url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/fonts/UrbaneRounded-DemiBold.eot) format("eot"),
        url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/fonts/UrbaneRounded-DemiBold.woff) format('woff'),
        url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/fonts/UrbaneRounded-DemiBold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.6;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
  letter-spacing: -.01em;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.35;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.4;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.45;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul li,
ol li {}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #f1f4f8;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: none;
}

.disable-focus-styles :focus {
  outline: none;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #161c2d;
  background-color: #fff;
  border-collapse: collapse;
}
.table td, 
.table th {
  padding: 1.5rem 2rem;
  vertical-align: top;
}

@media (max-width: 991px ){
  h1 {
    font-size: 1.875rem !important;
  }
  h2 {
    font-size: 1.5rem !important;
  }
  h3 {
    font-size: 1.125rem !important;
  }
}
@media (max-width: 479px ){
  .table td, 
  .table th {
    padding: 10px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 500px;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  padding: .8125rem 1.25rem;
  font-size: 1.0625rem;
  line-height: 1.6;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  
  text-decoration: none;
  width: auto;
  box-shadow: 0 .5rem 1.5rem rgba(22,28,45,.1);
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  box-shadow: 0 1rem 2.5rem rgba(22,28,45,.1),0 .5rem 1rem -.75rem rgba(22,28,45,.1)!important;
  transform: translate3d(0,-3px,0);
  text-decoration: none;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #c03!important;
}

.hs-input,
input {
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 1.625rem + .01px);
/*   height: calc(1.6em + 1.625rem + 2px); */
  padding: .8125rem 0;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.6;
  color: #161c2d;
  background-color: #ffffff;
/*   border: 0; */
   border: 2.5px solid #d1d6dc;
/*   border-bottom: 1px solid #D1D6DC; */
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
textarea {
  border: 1px solid #D1D6DC;
}
input [type="password"] {
  display: block;
}
.hs-search-module .hs-input {
  margin-bottom: 16px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  background-color: #fce4e4;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 16px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
  width: auto;
  height: auto;
}
.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.img_radius{
  border-radius:28px;
}
a#cta_button_6432279_143cc10e-fa4d-42d5-8032-109fe0726b6d.cta_button.talktoexperBtn {
    background: #f98271 !important;
}
/*  module image grid style*/
.hs-image__grid__list__item__image{
  object-fit: contain !important;
}
.activity-timeline-richtext a {
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .hs-image__grid__list__item {
       flex-basis: calc(33.333333333333336% - 34px) !important; 
    }
}
/*  flex box styke*/
a.flexible-service-cards-item:hover {
    transform: scale(1.05);
}
.flexible-service-cards-body{
  text-shadow:none !important;
}
.flexible-link-text {
    background: #f98271;
    border-radius: 6px;
    padding: 12px;
    color: #fff;
    max-width: 80%;
    margin: auto;
    font-family: 'Inter';
    font-weight: 600;
}
@media screen and (max-width: 400px){
  .flexible-link-text {
    max-width: 100%;
    padding:10px;
  }
  
}
 h3.services-cards-title{
  font-size:28px
}
/* red buttons */
.custom-red-btn.red {
    background: #f98271;
    box-shadow: 0 4px 12px hsla(0, 0%, 6%, .2);
    font-size: 1rem;
    font-weight: 600;
    margin-right: 10px;
    padding: 15px 18px;
    color: #fff;
    border-radius: 6px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
}
.custom-red-btn.red:hover{
    background: #d2867c;
    transform: translateY(-5px);
}
/* light red */
.custom-red-btn.light-red{
    background: #ffe5e2;
    box-shadow: 0 4px 12px hsla(0, 0%, 6%, .2);
    font-size: 1rem;
    font-weight: 600;
    margin-right: 10px;
    padding: 15px 18px;
    color: #f98271;
    border-radius: 6px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
}
.custom-red-btn.light-red:hover{
    background: #ffb7af;
    color: #fff ;
    transform: translateY(-5px);
}
@media (max-width: 525px){
  .Bannerbutton .custom-red-btn {
    display: block;
    margin-bottom: 20px;
  }
}
/* single testimonial style  */
#widget_1750605122325.single-testimonial {
    background: none;
    padding: 0;
}
.testimonial-single-content-column.content-box {
    max-width: 100% !important;
    box-shadow: none !important;
    margin: 0 !important;
}

/* end */
/* single testimonial card */
#hs_cos_wrapper_widget_1750605122325 .testimonial-single-content-column.content-box
 {
    padding: 0;
    background: transparent !important;
    border: 0;
}
/* end */
.row-fluid-wrapper.row-depth-1.row-number-17.dnd_area-row-6-padding.dnd-section.dnd_area-row-6-force-full-width-section.dnd_area-row-6-background-image.dnd_area-row-6-background-layers .row-fluid,
.row-fluid-wrapper.row-depth-1.row-number-10.dnd_area-row-3-background-image.dnd-section.dnd_area-row-3-padding.dnd_area-row-3-background-layers.dnd_area-row-3-force-full-width-section .row-fluid,
.row-fluid-wrapper.row-depth-1.row-number-19.DND_banner-row-5-background-layers.DND_banner-row-5-background-image.dnd-section.DND_banner-row-5-force-full-width-section.DND_banner-row-5-padding .row-fluid,
.row-fluid-wrapper.row-depth-1.row-number-19.dnd_area-row-7-background-layers.dnd-section.dnd_area-row-7-background-image.dnd_area-row-7-force-full-width-section.dnd_area-row-7-padding .row-fluid,
.row-fluid-wrapper.row-depth-1.row-number-17.dnd_area-row-7-background-layers.dnd-section.dnd_area-row-7-background-image.dnd_area-row-7-force-full-width-section.dnd_area-row-7-padding .row-fluid,
.row-fluid-wrapper.row-depth-1.row-number-20.DND_banner-row-5-background-layers.DND_banner-row-5-background-image.dnd-section.DND_banner-row-5-force-full-width-section.DND_banner-row-5-padding .row-fluid,
.row-fluid-wrapper.row-depth-1.row-number-19.dnd_area-row-8-background-image.dnd-section.dnd_area-row-8-force-full-width-section.dnd_area-row-8-background-layers.dnd_area-row-8-padding .row-fluid,
.row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.DND_banner-row-0-force-full-width-section .row-fluid{
  padding-left:0;
  padding-right: 0;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

@media screen and (max-width: 991px){
  .migrating_your_atlassian{
  line-height: 1.3 !important;
  }
  .migration_offer_images img{
   Padding: 0px !important;
  }
  .Downlaod_migration_checklist{
  line-height: 1.35 !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

/* ======= Home Page ======== */

.custom-home-banner {
  padding-top: 48px;
}

.custom-home-row1 .dnd-section>.row-fluid {
  padding: 0;
}
.custom-home-row1 .logo-slider-wrapper {
  margin: 0 !important;
}
.custom-home-row1 .row-fluid .span4 {
  padding: 32px 20px !important;
  margin-left: 0;
  width: 33.33%;
  position: relative;
}
.custom-home-row1 .row-fluid .span4 svg {
  width: 3rem;
  height: 3rem;
  display: block;
}
.custom-home-row1 .row-fluid .span4 svg path {
  fill: #5dc1c3;
}
.custom-home-row1 .row-fluid .span4 h3 {
  color: #303030;
}
.custom-home-row1 .row-fluid .span4 h3 span {
  color: #dedae0;
}
.custom-home-row1 .row-fluid .span4 p {
  color: #869ab8!important;
  margin: 0;
}
.custom-home-row1 .row-fluid .span4 p + a {
  font-size: 1rem!important;
  color: #f98271;
  font-weight: 600;
  position: absolute;
  bottom: 0;
}
.custom-home-row1 .row-fluid .span4 p + a:hover {
  color: #fbada2;
}
.custom-homr-row4-shape {
  position: relative;
  margin-top: -3rem;
}
.custom-homr-row4-shape .shape-bottom {
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  overflow: hidden;
}
.custom-homr-row4-shape .shape-bottom svg {
  transform: scale(2);
  width: 100%;
  height: auto;
  transform-origin: top center;
}
.custom-homr-row4-shape .shape-bottom svg path {
  color: #f1f4f8!important;
}
.custom-home-row4 .custom-home-two-col-image-wrap {
  margin-bottom: 6rem;
  position: relative;
  z-index: 9;
}
.custom-home-row5 {
  padding: 8rem 0 4rem;
}

.custom-home-row7 {
  background: linear-gradient(52.47deg,#402487 6.81%,#328eeb 65.24%,#3195f1 68.92%,#5bbfc6 99.22%,#5cc0c4 99.23%,#5dc1c3 99.24%,#5dc1c3 103.66%),#402487!important;
  padding: 8rem 0 5rem;
}
.custom-home-row7 .dnd-section>.row-fluid {
  padding: 0;
}
.custom-home-row7 .row-fluid .span6 {
  width: 50% !important;
  padding: 0 20px;
  margin-left: 0 !important;
}


h1.title-col {
  font-size: 2.6875rem;
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: 1.2;
  color: #303030;
  margin-top: -1px;
  margin-bottom: 0.5rem;
}
h1.title-col {
  font-size: 2.6875rem;
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: 1.2;
  color: #303030;
  margin-top: -1px;
}

h1.title-col + h4 {
  color: #506690!important;
  margin: 0;
  letter-spacing: 0;
  line-height: 1.6;
}

h1.title-col + h4 + hr {
  margin: 1rem 0 3rem;
  border-top: 1px solid #f1f4f8;
  height: 0;
}
span.font-weight-bold {
  font-weight: 600;
}

/* ========  Contact Us =========== */
.custom-contact-banner .banner {
  background-size: 55%;
}
.custom-contact-banner .banner:before {
  opacity: 0.6;
}
.custom-contact-row1 {
  padding: 4rem 0;
  border-bottom: 1px solid #d9e2ef;
}
.custom-contact-row2 {
  padding: 6rem 0 12rem;
}
.custom-contact-row2 .dnd-section>.row-fluid {
  box-shadow: 0 .1rem 2rem rgba(249,130,113,.5);
  padding-top: 16px;
  padding-bottom: 16px;
}
.custom-contact-row2 .dnd-column .dnd-row:first-child {
  width: 66.66%;
  margin: 0 auto;
  text-align: center;
}
.custom-contact-row2 .dnd-column .dnd-row h2 {
  margin: 1.5rem 0 1rem;
  font-weight: 500;
  color: #303030;
}
.custom-contact-row2 .dnd-column .dnd-row p {
  margin-bottom: 4rem;
  color: #869ab8;
  font-size: 1.1875rem;
}
.custom-contact-row2 .dnd-column .dnd-row:last-child {
  width: 83.33%;
  margin: 0 auto;
}

.custom-contact-row2 form {
  max-width: 100%;
}
.custom-contact-row2 .widget-type-form {
  margin: 0 -20px;
}
.custom-contact-row2 fieldset {
  max-width: 100% !important;
}
.custom-contact-row2 span.hs-form-required {
  display: none;
}
.custom-contact-row2 .hs-form label {
  margin: 0;
}
.custom-contact-row2 fieldset.form-columns-2  .field {
  width: 50% !important;
  margin-right: 0 !important;
  padding: 0 20px;
}
.custom-contact-row2 .input {
  margin: 0 !important;
}
.custom-contact-row2 fieldset.form-columns-1 .field {
  padding: 0 20px;
  margin-bottom: 4rem;
}
.custom-contact-row2 .actions {
  text-align: center;
  margin-bottom: 1.5rem;
}
.custom-contact-row2 textarea {
  border:1px solid rgba(241,244,248,1.0);
  border-radius: .375rem;
  min-height: 160px;
  padding: .8125rem 1.25rem;
}
.custom-contact-row2 form ::placeholder {
  color: #869ab8;
  opacity: 1;
}
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}
.custom-contact-row2 .hs_error_rollup {
  padding: 0 20px;
}
@media (max-width: 991px) {
  h1.title-col {
    font-size: 2rem;
  }
  h1.title-col+h4 {
    font-size: 1.0625rem!important;
  }
  .custom-contact-row2 .dnd-column .dnd-row p {
    font-size: 1.0625rem;
  }
}
@media (max-width: 767px) {
  h1.title-col+h4+hr {
    margin: 1.5rem 0 2rem;
  }
  p {
    word-break: break-word;
  }
  .custom-contact-row1 {
    padding: 2.5rem 0;
  }
  .custom-contact-row2 .dnd-column .dnd-row:first-child,
  .custom-contact-row2 .dnd-column .dnd-row:last-child{
    width: 100%;
  }
  .custom-contact-row2 .dnd-column .dnd-row p {
    margin-bottom: 2.5rem;
  }
  .custom-contact-row2 fieldset.form-columns-2 .field {
    width: 100% !important;
    margin-right: 0 !important;
    padding: 0;
  }
  .custom-contact-row2 fieldset {
    max-width: 100% !important;
    margin: 0px !important;
  }
  .custom-contact-row2 textarea {
    min-height: 163px;
  }
  .custom-contact-row2 fieldset.form-columns-1 .field {
    padding: 0;
    margin-bottom: 2.1rem;
  }
  .custom-contact-row2 {
    padding: 3rem 0 3rem;
  }
  .custom-contact-row2 .widget-type-form {
    margin: 0;
  }
  .custom-home-banner {
    padding-top: 16px;
  }
  .custom-home-row1 .row-fluid .span4 p {
    margin: 0 0 2rem;
  }
  .custom-home-row4 .custom-home-two-col-image-wrap {
    margin-bottom: 3rem;
  }
  .custom-home-row7 .row-fluid .span6 {
    width: 100% !important;
  }
  .custom-home-row7 {
    padding: 8rem 0 8rem;
  }
  .custom-contact-row2 .hs_error_rollup {
    padding: 0px;
  }
  div#hs-search-module {
    margin-top: 20px;
  }
}

.lablebadgenew .label-badge, .label-badge{
  background-color: rgba(64,36,135,.1);
  color: #402487;
  margin-bottom: 1rem;
  padding: 4px 12px;
  border-radius: 10rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: .08em;
  line-height: 1.55;
  font-size: .75rem;
  display: inline-block;
  text-transform: uppercase;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: transparent;
}

header.header-group {
  transition: all .2s ease-in-out;
  transition-property: background-color,color;
  padding: 0px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background:#fff;
}
.body-wrapper {
  padding-top: 86px;
}
.header__container {
  display: flex;
  justify-content: space-between;
  max-width: ;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  align-items: center;
  padding: 10px 0 10px 0;
}
/* .custom-header-logo img {
  position: absolute;
  left: 0;
  top: -5px;
  max-height: 3.5rem;
  width: auto !important;
} */

.custom-header-logo img {
  left: 0;
  top: -5px;
/*   max-height: 2.8rem; */
/*   width: 155px !important; */
/*    padding: 0px 5px;
   width: 160px !important; */
   max-height: 4rem;
   
   padding: 0 25px;
   width: 220px!important;
   
}
.header_right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px 30px;
}
.custom-partner-logo ul{
  list-style: none;
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
}
.custom-partner-logo img {
    width: 100% !important;
    object-fit: contain;
    height: 70px !important;
}
.contact-us-primary .Contact_Us_cta{
    margin-left: 0;
    margin-right: 0;
}
.mobile-tigger {
  display: none;
}
.mobile-close-tigger {
  display: none;
}
.custom-header-menu-group {
  padding-right: 10px;
}
.submenu.level-2 .menu-item .menu-link {
  position: relative;
}
.submenu.level-2 .menu-item .menu-link {
  background-repeat: no-repeat;
  background-size: 36px;
  background-position: left center;
}
.submenu.level-2 .licensinghassle-free-management {
  background-image: url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/images/asses.svg);
  background-position: left 3px !important;
}
.submenu.level-2 .consulting-discoverylay-out-your-vision {
  background-image: url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/images/agile.svg);
}
.submenu.level-2 .implementation-onboardingbring-your-vision-to-life {
  background-image: url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/images/onboard.svg);
  background-position: left 19px !important;
}

.submenu.level-2 .managed-servicessetup-configure-and-manage,
.submenu.level-2 .developmentcustomizing-and-building {
  background-image: url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/images/services.svg);
  background-position: left 3px !important;
}
.submenu.level-2 .marketplace-add-onsextend-your-configuration {
  background-image: url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/images/add.svg);
}
.submenu.level-2 .license-managementnew-renew-co-term-updrade {
  background-image: url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/images/licence.svg);
}
.submenu.level-2 .service-managementgovernance-and-itsm {
  background-image: url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/images/manage.svg);
    background-position: left 19px !important;
}

.submenu.level-2 .migrationsplatform-agnostic-data-integrity {
  background-image: url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/images/migration.svg);
  background-position: left 3px !important;
}
.submenu.level-2 .integrationsconnect-enterprise-applications {
  background-image: url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/images/integeration.svg);
}
.submenu.level-2 .scriptingfast-and-efficient-automation {
  background-image: url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/images/script.svg);
    background-position: left 19px !important;
}
.submenu.level-2 .testingqa-consulting-and-test-strategies {
  background-image: url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/images/testing.svg);
}
.submenu.level-2 .automationframeworks-and-peformance-testing {
  background-image: url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/images/automation.svg);
}
.submenu.level-2 .devopsintegration-and-deployments {
  background-image: url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/images/devops.svg);
  background-position: left 19px !important;
}

.submenu.level-2 .about-uswho-we-are {
  background-image: url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/images/about.svg);
  background-position: left 3px !important;
}
.submenu.level-2 .atlassian-solutionswhat-we-excel-in {
  background-image: url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/images/atlassian.svg);
}
.submenu.level-2 .technology-serviceswhat-we-offer {
  background-image: url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/images/services.svg);
}
.submenu.level-2 .contact-ushow-to-get-in-touch {
  background-image: url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/images/contact-img.svg);
  background-position: left 19px !important;
}

/* New menu icons added */

/*Consulting */
.submenu.level-2 .supportmaintain-and-thrive {
  background-image: url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/images/services.svg);
  background-position: left 16px !important;
}

.submenu.level-2 .staffinga-trustworthy-partnership {
  background-image: url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/images/atlassian.svg);
  background-position: left 19px !important;
}

/* Solutions */
.submenu.level-2 .atlassian-migrationsmigrate-with-confidence {
  background-image: url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/images/devops.svg);
  background-position: left 3px !important;
}

.submenu.level-2 .why-choose-scleraworxlet-s-work-together {
  background-image: url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/images/testing.svg);
  background-position: left 15px !important;
}

.submenu.level-2 .staffing-solutionshire-right-scale {
  background-image: url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/images/manage.svg);
  background-position: left 16px !important;
}

.submenu.level-2 .google-educationempowering-future-leaders {
  background-image: url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/images/integeration.svg);
  background-position: left 17px !important;
}
.submenu.level-2 .license-managementeffortless-license-control {
  background-image: url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/images/integeration.svg);
  background-position: left 17px !important;
}
.submenu.level-2 .api-scriptingfast-and-efficient-automation {
  background-image: url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/images/script.svg);
  background-position: left 15px !important;
}

/* Services */
.submenu.level-2 .application-developmentcustomizing-building {
  background-image: url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/images/automation.svg);
  background-position: left 0px !important;
}

.submenu.level-2 .testing-automationsqa-consulting-and-test-strategies {
  background-image: url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/images/asses.svg);
  background-position: left 19px !important;
}

.submenu.level-2 .managed-servicessetup-configure-and-manage {
  background-image: url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/images/migration.svg);
  background-position: left 15px !important;
}

.submenu.level-2 .blogindustry-news-more {
  background-image: url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/images/licence.svg);
  background-position: left 19px !important;
}

.custom-partner-logo a, .custom-partner-logo span{
  display:block;
}
/* Mobile Styles */

header.header.header-group.header-no-nav {
  min-height: 86px;
}

@media (max-width: 1199px) {

  .custom-header-logo img {
    width: 280px!important;
    padding: 0px 15px 0px 0px;
  }
  .custom-partner-logo img {
    margin-left: -25px;
    width: 250px!important;
    padding: 0px 0px 0px 10px;
  }
}
@media (max-width: 991px) {
  .header__container {
    padding:  5px;
  }
  .custom-header-logo img {
    margin-left: 8px;
    width: 220px!important;
    padding: 0 25px !important;
  }
  .custom-partner-logo img {
    vertical-align:middle;
    margin-left:0;
/*    padding-left: 100px !important; */
  }
  .custom-header-menu-group {
    opacity: 0;
    position: fixed;
    top: 1rem;
    right: 1rem;
    left: 1rem;
/*     height: calc(96vh - 2rem); */
    height:auto;
    background-color: #fff;
    border-radius: .375rem;
    box-shadow: 0 1.5rem 4rem rgba(22,28,45,.15);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    padding: 0;
    transform: scale(0.5);
    transition: all .4s;
  }
  .mobile-open .custom-header-menu-group {
    opacity: 1;
    transform: scale(1);
    transition: all .4s ease-in-out;
    transition-property: opacity,transform;
    transform-origin: top right;
    visibility: visible;
  }
  .mobile-tigger {
    display: block;
    padding: .25rem .75rem;
    font-size: 1.1875rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .375rem;
    cursor: pointer;
    margin-top: 10px;
  }
  .mobile-tigger:focus,
  .mobile-close-tigger:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
  }
  .mobile-tigger .navbar-toggler-icon {
    background-image: url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/images/download.svg);
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    
  }
  .mobile-open .mobile-close-tigger {
    display: block;
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 1;
    color: #506690;
    padding: .25rem .75rem;
    font-size: 1.1875rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .375rem;
    cursor: pointer;
  }
  .fe-x:before {
    content: "\ea02";
}
  .header__container {  flex-flow: Row; }
  
   .custom-partner-logo { order: 1; }  
  
   .mobile-tigger { order: 3; }

   .contact-us-primary { order: 2; }  
  
}

@media (max-width: 560px){
.contact-us-primary {
    order: 0;
    display: block; }
  .header__container {  
    flex-flow: Row;
/*     align-items: flex-start !important;  */
  }
  
   .custom-partner-logo { order: 0; }  
  
   .mobile-tigger { order: 1; }
  .body-wrapper{
    padding-top:50px;
  }
  .header_right{
    padding: 0;
    gap: 10px 5px;
  }
}


 @media (max-width: 767px){
    .custom-header-logo img{
    margin-left: 1px;
    width: auto !important;
    Padding:0px !important;  
    }
   .custom-partner-logo img{
    margin-left: 5px;
   /*  width: 200px!important;
    max-height: 3.5rem; 
    padding: 0 0px 5px 0px !important;*/
   }
   .mobile-tigger {
    margin-top: 6px;
    margin-left: 15px;
  }
}

 @media (max-width: 560px){
    .custom-header-logo img{
    margin-left: 1px;
/*     width: 150px!important; */
    Padding:0px !important;  
    }
   .custom-partner-logo img{
/*     margin-left: 5px;
    width: 145px!important;
    max-height: 3.5rem;
    padding: 0 0px 5px 0px !important;
    margin-top: 3px !important; */
   }
   .mobile-tigger {
    margin-top: 0px!important;
    margin-left: 0px !important; 
             padding-left: 10px;
  }
   header.header-group {
/*       padding: 20px 0 8px !important; */
   }
   .custom-partner-logo img{
    height:40px !important;
   }
}

@media (max-width: 480px){
    .custom-header-logo img{
    margin-left: 1px;
/*     width: 120px!important; */
/*     max-height: 2.5rem; */
    padding: 0px !important;
    margin-right: 25px;  
    }
   .custom-partner-logo img{
/*     margin-left: 5px;
    width: 130px!important;
    max-height: 3rem; */
    padding: 0px !important; 
   }
   .mobile-tigger {
    margin-top: 0px!important;
  }
}
@media (max-width: 400px){
    .custom-header-logo img{
    margin-left: 1px;
    width: auto !important;
/*     max-height: 2.5rem; */
    padding: 0!important;
    margin-right: 15px!important;
    }
   .custom-partner-logo img{
    margin-left: 10px;
  /*   width: 100px!important;
    max-height: 3rem; */
    padding: 0 0px!important;
    margin-top: 0px!important; 
   }
   .mobile-tigger {
    font-size: 15px;
    Padding-left:10px; 
  }
   
}

/*  @media (max-width: 340px){
    .custom-header-logo img{
    margin-left: 1px;
    width: 120px!important;
    max-height: 2.5rem;
    margin-right: 30px!important;
    }
   .custom-partner-logo img{
    margin-left: 5px;
    width: 120px!important;
    max-height: 3rem;
    margin-top: 4px !important;
   }
   .mobile-tigger {
    margin-top: 8px !important;
    font-size: 12px;
  }
   
} */
/*@media (max-width: 280px){
    .custom-header-logo img{
    margin-left: 1px;
    width: 65px!important;
    max-height: 2.5rem;
    }
   .custom-partner-logo img{
    margin-left: 5px;
    width: 90px!important;
    max-height: 3rem;
   }
   .mobile-tigger {
    margin-top: 0px;
    font-size: 10px;
  }
  .Contact_Us_cta{
   margin: -15px 0 0px -5px !important;
  }
   
} */
.submenu.level-2 .staff-augmentationthe-5-day-elite-talent-engine {
  background-image: url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/images/atlassian.svg);
}

.submenu.level-2 .consulting-discoverylay-out-your-vision {
  background-image: url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/images/agile.svg);
}
.submenu.level-2 .strategic-consultingthe-vision-to-execution-roadmap {
  background-image: url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/images/agile.svg);
}

.submenu.level-2 .license-managementthe-software-waste-incinerator {
  background-image: url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/images/asses.svg);
}

.submenu.level-2 .solutions-implementationthe-40-faster-launchpad {
  background-image: url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/images/onboard.svg);
}
.submenu.level-2 .operations-enablementthe-99-9-uptime-machine {
  background-image: url(//6432279.fs1.hubspotusercontent-na1.net/hubfs/6432279/raw_assets/public/Scleraworx_June2020/images/services.svg);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  padding: 3rem 0 2rem;
}
.footer__container {
  margin: 0 auto;
}
.custom-footer-top-group .footer__container {
  border-bottom: 1px solid transparent;
  padding-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
}
.custom-footer-top-left {
  width: 41.66%;
  padding: 0 20px;
}
.custom-footer-top-left h3 {
  margin-bottom: .25rem;
  font-weight: 500;
}
.custom-footer-top-left p {
  margin: 0;
}
.cutom-footer-subscribe-form {
  width: 58.33333%;
}
.cutom-footer-subscribe-form span.hs-form-required {
  display: none;
}
.cutom-footer-subscribe-form .hs-form label {
  margin: 0;
  display: block;
}
.cutom-footer-subscribe-form form {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cutom-footer-subscribe-form .hs-form-field {
  margin: 0;
  width: 75%;
  padding: 0 20px;
}
.cutom-footer-subscribe-form .hs_submit.hs-submit {
  width: 25%;
  padding: 0 20px;
}
.cutom-footer-subscribe-form .hs-input {
  padding: .8125rem 1.25rem;
  font-size: 1.0625rem;
  border-width: 1px;
  border-style: solid;
  border-radius: .375rem;
  box-shadow: none;
  margin-top: 1px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.cutom-footer-subscribe-form .hs-input::placeholder {
  color: #869ab8;
  opacity: 1;
}
.cutom-footer-subscribe-form input.hs-button.primary.large {
  margin-top: 5px;
}
.cutom-footer-subscribe-form input.hs-input.error:focus {
  border-color: transparent;
}
.cutom-footer-subscribe-form input.hs-input.error {
  color: #c03!important;
}


.cutom-footer-subscribe-form .hs_error_rollup {
  order: 3;
  padding: 0 20px;
}
.custom-footer-bottom-group {
  padding: 2rem 0 0;
}
.custom-footer-wrap {
  display: flex;
}
.custom-footer-logo {
  width: 25%;
  padding: 0 20px;
  margin-bottom: 1rem;
  text-align: center;
  color: #506690;
}
.custom-footer-logo img {
  width: 220px;
  display: block;
  margin:auto;
}
.custom-footer-menu {
  width: 75%;
}
.custom-footer-wrap {
  display: flex;
}
.custom-footer-menu {
  width: 75%;
}
.custom-footer-menu .hs-menu-wrapper ul {
  margin: 0;
  flex-wrap: unset;
}
.custom-footer-menu .hs-menu-wrapper ul > li {
  padding: 0 10px;
  width: 25%;
}
.custom-footer-menu ul.hs-menu-children-wrapper {
  display: block;
}
.custom-footer-menu ul.hs-menu-children-wrapper li {
  padding: 0;
  font-weight: 400;
  line-height: 1.6;
  font-size: .8625rem;
  display: block;
  margin-bottom: .25rem;
  width: 100%;
}
.custom-footer-menu .hs-menu-wrapper ul > li a {
  padding: 0;
  letter-spacing: .08em;
  font-weight: 600;
  line-height: 1.55;
  text-transform: uppercase;
  font-size: .75rem;
  margin-bottom: .5rem;
  color: #506690;
}
.custom-footer-menu ul.hs-menu-children-wrapper li a {
  text-transform: inherit;
  letter-spacing: 0;
  font-weight: normal;
  font-size: .8625rem;
  margin: 0;
  line-height: 1.6;
}
.custom-footer-menu .hs-menu-wrapper ul > li:last-child {
/*   width: 11%; */
}
.footer__copyright {
  padding: 0 20px;
  font-size: .8625rem;
  border-top: 1px solid transparent;
  margin-top: 1rem;
}
.footer__copyright ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0;
  list-style-type: none;
}
.footer__copyright ul li {
  display: inline-block;
}
.footer__copyright ul li:not(:last-child) {
  margin-right: .5rem;
}
.footer__copyright ul li a {
  font-weight: 600;
}
.footer__copyright ul li sub {
  bottom: -.25em;
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
img {
  border-style: none;
  max-width: 100%;
}
.scroll-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  height: 34px;
  background-color: #f98271;
  border-radius: 50%;
  width: 34px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  transition: box-shadow .25s ease,transform .25s ease;
}
.scroll-top:hover {
  box-shadow: 0 1rem 2.5rem rgba(22,28,45,.1),0 .5rem 1rem -.75rem rgba(22,28,45,.1)!important;
  transform: translate3d(0,-3px,0);
  color: #fbada2;
  text-decoration: none;
}
.fe-arrow-up-circle:before {
  content: "\e915";
  font-size: 1.875rem;
}
.fe {
  font-family: 'Feather' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer-no-nav .custom-footer-bottom-group {
  padding: 0;
}
.footer-no-nav .footer__copyright {
  margin: 0;
  border: 0;
}
.custom-footer-menu .hs-menu-wrapper ul > li:last-child li.hs-menu-item.hs-menu-depth-2 a {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}

@media (max-width: 991px) {
  
  .custom-footer-logo {
    width: 33.33%;
  }
  .custom-footer-menu {
    width: 66.66%;
  }
  .custom-footer-menu .hs-menu-wrapper ul {
    margin: 0;
    flex-wrap: wrap;
  }
  .custom-footer-menu .hs-menu-wrapper ul>li:nth-child(2) ul {
    margin-bottom: 3rem;
  }
  .custom-footer-menu .hs-menu-wrapper ul>li,
  .custom-footer-menu .hs-menu-wrapper ul>li:last-child {
    width: 50%;
  }
  .custom-footer-menu ul.hs-menu-children-wrapper li {
    padding: 0;
    width: 100% !important;
  }
  .custom-footer-top-group .footer__container {
    align-items: center;
  }
  .cutom-footer-subscribe-form .hs-form-field,
  .cutom-footer-subscribe-form .hs_submit.hs-submit {
    width: 100%;
  }
  .cutom-footer-subscribe-form input.hs-button.primary.large {
    width: 100%;
  }
  .custom-footer-top-left h3 {
    font-size: 1.125rem;
  }
  .custom-footer-menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .custom-footer-menu .hs-menu-wrapper ul > li:last-child li.hs-menu-item.hs-menu-depth-2 a{
    gap: 5px;
    justify-content: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .custom-footer-menu .hs-menu-wrapper ul>li,
  .custom-footer-menu .hs-menu-wrapper ul>li:last-child {
    width: 100%;
    text-align:center;
  }
  .custom-footer-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .custom-footer-logo {
    width: 100%;
    text-align: center;
  }
  .custom-footer-logo img {
    margin: 0 auto;
  }
  .custom-footer-menu {
    width: 100%;
  }
  .custom-footer-menu .hs-menu-wrapper ul>li:nth-child(1) ul,
  .custom-footer-menu .hs-menu-wrapper ul>li:nth-child(2) ul{
    margin-bottom: 2rem;
  }
  .custom-footer-menu .hs-menu-wrapper ul>li:last-child ul li:last-child{
    margin-bottom: 0;
  }
  .cutom-footer-subscribe-form {
    width: 100%;
  }
  .custom-footer-top-left {
    width: 100%;
  }
  .custom-footer-top-left p {
    margin-bottom: 2rem;
  }
  .custom-footer-top-group .footer__container {
    padding-bottom: 2rem;
  }
  .footer {
    padding: 2rem 0 2rem;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */

  @import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;400;700&display=swap');

.content-wrapper.mainblog{
  max-width:1280px;
  margin:auto;
}
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;  
}

.content-wrapper-blog-post{
  display: flex;
}


.blog-post__body{
  width: -webkit-fill-available;
  margin-left: 40px;
  margin-top: 15px;
}

@media (max-width: 991px) {
  .left-blog-post__body {
    justify-content: center;
    display: grid;
  }
  .blog-post__body{
   display: initial;
  }
  .first-col{
    display: flex;
  }
  .second-col{
    display: flex;
  }
}
@media (max-width: 575px) {
  .first-col{
    display: grid;
  }
  .second-col{
    display: grid;
  }
}

    

.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 3.3rem 20px;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}


@media screen and (max-width: 991px) {
  .content-wrapper-blog-post{
  display: flow-root;
  }
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

/* 1st dynamic blog post module css on blog listing page starts here */
.blog-listing-header-container{
  display: flex;
  margin-left: 95px;
  margin-top: 64px;
  justify-content: center;
  height: 320px;
  width: 872px;
  left: 0px;
  top: 0px;
  border-radius: 0px;
}

.blog-listing-header-text{
     display: grid;
    align-content: center;
    margin-left: 32px;
}

.blog-listing-read-time-container{
    border: 2px solid #7f56d9;
    border-radius: 16px;
    display: flex;
    height: 30px;
    justify-content: space-around;
    left: 0;
    margin-bottom: 8px;
    padding: 2px 10px 4px !important;
    top: 0;
    width: fit-content !important;
}
.blog-listing-read-time {
    color: #6941c6 !important;
    font-family: Inter,sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    margin-top: 3px;
    text-align: left;
}

.blog-listing-post__tags {
      font-family: Inter, sans-serif;
      font-size: 12px;
      font-weight: 500;
      line-height: 18px;
      letter-spacing: 0em;
      text-align: center;
      display: flex;
      color: #402487 !important;

}

.blog-listing-post-tag-background {
    align-items: center;
    background: #ecfdf3!important;
    border-radius: 16px;
    display: inherit;
    height: 22px;
    left: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 0 12px;
    top: 0;
  
}

.blog-listing-post__tags a{
   color: #027a48!important;
    font-family: Inter,sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    position: relative;
    text-align: center;
    top: 0px;
    width: 53px;
}

.blog-listing-post-title a{
    border-radius: unset;
    color: #101828!important;
    cursor: pointer;
    letter-spacing: 0;
    margin-bottom: 8px;
/*     font-family: urbane-rounded , sans-serif; 
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;*/
    letter-spacing: 0em;
    text-align: left;
/*     height: 65px; */
    width: 280px;
    left: 0px;
    top: 0px;
    font-family: Inter,sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height:initial;
}

.blog-listing-post-summary{
/*     height: 80px; */
    width: 280px;
    left: 0px;
    top: 88px;
    border-radius: unset;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
/*     line-height: 22px; */
    letter-spacing: 0em;
    text-align: left;
    color: #475467 !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: initial;
    margin-bottom: 10px;
}

.blog-listing-featured-image img{
  height: 320px;
  border-radius: 0px;
  width: 100%;
    object-fit: cover;

}
.blog-listing-featured-image{
  width:570px;
  text-align:center;
}

@media (max-width: 767px){
  .blog-listing-featured-image{
    width:auto
  }
}

@media (max-width: 991px) {
   .blog-listing-header-container {
    display:flex;
    justify-content: center;
    margin: 40px auto 0px;
   }
  
  .blog-listing-header-text {
    display: grid;
    justify-items: center;
   }
  .blog-listing-post-title a{
   line-height: inherit;
   height: auto;
   width: 400px;
   text-align: center;
  }
  .blog-listing-post-summary{
    width: 400px;
    height: auto;
    text-align: center;
  }
  .blog-listing-featured-image img{
   width: 400px;
/*    margin-top: -50px; */
  }
   
}

@media (max-width: 768px) {
   .blog-listing-header-container {
    display:grid;
    margin: 30px auto 0px;
   }
  .blog-listing-header-text{
    display: grid;
    justify-items: center;
    
  }
  .blog-header-title {
    text-align: center;
    width: 350px;
  }
  .blog-header-subtitle{
    text-align: center;
    width: 350px;
  }
  .blog-header-image img{
   width: 440px;
  }
  .product, .read-time{
   font-size: 10px;
  }
   
}
@media (max-width: 1199px) {
   .blog-header-container {
    margin-left: 20px;
    margin-right: 20px;
   }
}
@media (max-width: 560px) {
   .blog-header-container {
    margin: 60px auto 0px;
   }
}
@media (max-width: 420px) {
  .blog-header-title{
    width: 320px;
  }
  .blog-header-subtitle{
    width: 320px;
  }
  .blog-header-image img{
    max-width: none;
    width: 380px;
  }
  
}

@media (max-width: 375px) {
  .blog-header-title{
    width: 250px;
  }
  .blog-header-subtitle{
    width: 250px;
  }
  .blog-header-image img{
    width: 280px;
    max-width:none;
  }

}

@media (max-width: 280px) {
  .blog-header-title{
    width: 140px;
  }
  .blog-header-subtitle{
    width: 140px;
  }
  .blog-header-image img{
    width: 140px;
    max-width:none;
  }
}

/* Author section */
.blog-author-col{
  display: flex;
/*   margin-left: -10px; */
  margin-bottom: -40px !important;
}


.blog-author-row {
  margin-left: 12px;
}


.blog-author-avatar img{
  height: 48px !important;
  width: 48px!important;
  left: 0px!important;
  top: 0px!important;
  border-radius: 200px!important;
/*     vertical-align: middle !important;
    width: 50px !important;
    height: 50px!important;
    border-radius: 50% !important; */
}

.blog-author-name{
  height: 24px;
  width: -webkit-fill-available;
  left: 0px;
  top: 0px;
  border-radius: unset; 
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(16, 24, 40, 1)!important;

}

.blog-post-date{
  height: 24px;
  width: -webkit-fill-available;
  left: 0px;
  top: 24px;
  border-radius: unset;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(71, 84, 103, 1) !important;
}

@media (max-width: 991px) {
   .blog-author-col {
    justify-content: center;
   }
}
/* Author section ends here */

/* 1st dynamic blog post module css on blog listing page ends here */

/* list of all BLogs css on blog listing page starts here */
.blog-listing-read-time-container {
    display: flex;
    height: 30px;
    justify-content: space-around;
    left: 0;
    margin-bottom: 16px;
    padding: 2px 10px 4px 0;
    top: 0;
    width: 145px;
}


.latest-posts-top-container{
    height: 130px;
/*     width: 1280px; */
    left: 80px;
    top: 96px;
    border-radius: 0px;
    padding: 0px 32px 0px 32px;

}


.latest-post{
    height: 24px;
/*     width: 768px; */
    left: 0px;
    top: 0px;
    border-radius: unset;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #F98271 !important;
    margin-bottom: 12px;
}
.Scleraworx-blog{
    height: 44px;
/*     width: 768px; */
    left: 0px;
    top: 36px;
    border-radius: unset;
    font-family: Urbane Rounded, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #101828 !important;
    margin-bottom: 20px;
}
.latest-post-summary{
    height: 30px;
/*     width: 768px; */
    left: 0px;
    top: 100px;
    border-radius: unset;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: #475467 !important;  
}

.posts-bottom-container{
    display: flex;
    justify-content: normal;
    flex-wrap: wrap;
    max-width: 872px;
    margin: auto;
}
.latest-posts-bottom-container{
    justify-content: center;
    display: grid;
    margin-top: 24px;
    left: 80px;
    top: 290px;
    border-radius: 0px;
    padding: 0px 20px;
    margin-bottom: 24px;
}
.featured-image img{
   height: 200px;
   width: 325px;
   left: 0px;
   top: 0px;
   border-radius: 0px;
   margin-bottom:32px;
}
.blog-details{
/*   height: 20px; */
  width: 325px;
  left: 0px;
  top: 0px;
  border-radius: unset;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #6941C6 !important;
  margin-bottom: 8px;
}

#circle {
    background: #6941c6 !important;
    border-radius: 50%;
    height: 5px;
    display: -webkit-inline-box;
    margin: 0px 10px 2px;
    width: 5px;
}
.post-title a{
  left: 0px;
  top: 0px;
  border-radius: unset;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #101828 !important;
  margin-bottom: 8px;
  cursor: pointer;

}
.title-arrow{
  display: flex;
  justify-content: space-between;
}
.title{
 width: 300px;
}

.post-summary{
    width: 325px;
    left: 0px;
    top: 68px;
    border-radius: unset;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #475467 !important;
    margin-bottom: 24px;
  -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #475467!important;
    display: -webkit-box;
    font-family: Inter,sans-serif;
    overflow: hidden;
}
.latest-posts-bottom-container .blog-post__tags {
    color: #026aa2 !important;
    font-family: Inter,sans-serif !important;
    display: flex;
    max-width: 325px;
    flex-wrap: wrap;
}
.post-tag-background {   
    background: #ECFDF3!important;
    border-radius: 16px;
    height: 24px;
    left: 0;
    padding: 0px 12px;
    top: 0;
    margin-right: 10px;
    align-items: center;
    display: inherit;
    margin-bottom: 10px;
}
.post-tag{
   margin-bottom: 5px;
}
.post-tag a {
    position: relative;
    border-radius: unset;
    color: #027A48 !important;
    font-family: Inter,sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    width: 53px;
    border-color: #7f56d9;
    top: 2px;
}

.post-tag .blog-post__tag-link{
    position: relative;
    border-radius: unset;
    color: #027A48 !important;
    font-family: Inter,sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    width: 53px;
    border-color: #ECFDF3;
    top: 2px;
}

.all-post{
    justify-content: center;
    display: grid;
    margin-bottom: 150px;
}
.all-post a button{
  
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color:  #FFFFFF;
  background: #7F56D9;
  height: 48px;
  border-radius: 8px;
  padding: 12px 20px 12px 20px;
  border: 1px solid #7F56D9;
  cursor: pointer;
}
@media (max-width: 1199px){
  .latest-posts-bottom-container{
    margin-top: 55px;
  }
}

@media (max-width: 1075px){
  .posts-bottom-container{
     display: grid;
  }
  .latest-posts-top-container{
     margin-bottom: 40px;
  }
  .featured-image img{
    margin-top: 0px;
  }
  
}

@media (max-width: 667px){
  
  .latest-posts-top-container{
     margin-bottom: 70px;
  }
}

@media (max-width: 375px){
  .latest-posts-top-container{
     margin-bottom: 100px;
  }
  .featured-image img{
    margin-top: 0px;
    height: 165px;
    width: 270px;
  }
  .blog-details{
    width: 270px;
  }
  .title{
    width: 235px;
  }
  .post-summary{
    width: 270px;
  }
  .all-post{
    margin-bottom: 100px;
  }
  .blog-post__tags{ 
    max-width: 270px !important;
    
  }
}

@media (max-width: 320px){
  .latest-posts-top-container{
     margin-bottom: 150px;
  }
  .Scleraworx-blog{
   height: 0px;
  }
  .featured-image img{
    height: 180px;
    width: 250px;
  }
  .blog-details{
    width: 220px;
  }
  .title{
    width: 235px;
  }
  .post-summary{
    width: 250px;
  }
  .blog-post__tags{ 
    max-width: 220px!important; 
  }
  
}

/* list of all BLogs css on blog listing page ends here */


.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
}
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: inherit !important;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {

}
.blog-comments .hs-button:hover {

}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
-webkit-flex: 1; /* Safari */
-ms-flex: 1; /* IE 10 */
flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
.blog-sidebar.span3 {
  padding-top: 3.3rem;
}
.comment-date {
  display: block !important;
}
div#comments-listing {
  margin-bottom: 30px;
}
@media(max-width: 767px){
  .post-item .page-center {
    display: block;
  }
  .blog-recent-posts__list {
    display: block;
  }
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}
/* Blog new css */
.blog-page-main .content-wrapper{
    max-width:none;
    width: 100%;
    margin:auto;
  font-family: 'Inter';
  padding:0;
}
.blog-page-main .blog-Container{
    
    display:flex;
}
.blog-page-main .blogCategoryFilters{
  width:23%;
}
.blog-page-main .blog-listing-header-text{
  align-content: baseline;
  margin-left: 24px;
}
.blog-page-main .posts-bottom-container{
  max-width:initial;
  padding:0 8px;
  flex: 1 1 80%; 
}
.blog-page-main .latest-posts-bottom-container{
  display:block;
  width:49.9%;
  padding-right: 10px;
}
.blog-page-main .featured-image{
  width: auto;
}

.blog-page-main .blog-details{
  color:#F98271 !important;
  font-size:14px;
}
.blog-page-main .blog-details #circle{
  background:#F98271 !important;
  font-size:14px;
}
.blog-page-main .title{
  width:auto;
}
.blog-page-main .blogCategoryFilters .hs-search-field__input {
    border-radius: 8px;
    border-color: #D0D5DD;
    height: 44px;
    padding-left: 15px;
    font-size: 16px;
}
.blog-page-main .blogCategoryFilters .hs-search-field__button{
  display:none;
}
.blog-page-main .blogCategoryFilters h5{
  color:#F98271;
  margin-top:20px;
  font-weight:600;
}
.blog-page-main .blogCategoryFilters ul{
  padding:0;
  list-style:none;
  margin-left:10px;
}
.blog-page-main .blogCategoryFilters ul li{
  margin-bottom:10px
}
.blog-page-main .blogCategoryFilters ul li a{
  color:#667085;
}
.blog-page-main .blogrightside{
  flex:1;
}
.blog-page-main .blogrightside .blog-listing-header-container{
  width:auto;

  margin:0;
  justify-content: space-around;
}
.blog-page-main .post-summary, .blog-page-main .blog-details{width: auto;}
.blog-page-main form input:focus{outline:0;border-color: rgba(167,185,246,1.0) !important; }
.blog-page-main .hs-search-field--open .hs-search-field__suggestions{border-top:0;margin-left:0 !important; border-radius: 6px;}
.blog-page-main .featured-image img{
  margin-bottom:10px;
      height: 270px;
    width: 100%;
    object-fit: cover;
}
.blog-page-main .blog-author-wrapper {
    height: 100%;
    margin: 13px 0;
}
.blog-pagination{
  border-top:1px solid #EAECF0;
  padding-top:30px;
}
.blog-pagination .blog-pagination__link.blog-pagination__prev-link{
  margin-right:auto;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  padding: 8px 14px;
  color:#344054;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Inter';
}
.blog-pagination .blog-pagination__link.blog-pagination__prev-link svg{
  margin-right:10px;
}
.blog-pagination .blog-pagination__link.blog-pagination__next-link{
  margin-left:auto;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  padding: 8px 14px;
  color:#344054;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Inter';
}
.blog-pagination .blog-pagination__link.blog-pagination__next-link svg{
  margin-left:10px;
}
.blog-pagination .blog-pagination__link.blog-pagination__number-link {
    padding: 8px 14px;
    margin: 0px 4px;
}
.blog-pagination .blog-pagination__link--active{
  background:#F9FAFB;
  border: none;
    border-radius: 8px;
}
.posts-bottom-container .latest-posts-bottom-container .post-title .title{
  -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  -webkit-line-clamp: 3;
    height: 70px;
    text-overflow: ellipsis;
  max-width: 430px;
}
@media (max-width: 991px){
  .blog-page-main .blog-Container{
    display: block;
    text-align: center;
    
    height: 100%;
    margin-bottom: 20px;
  }
  .blog-page-main .blog-listing-header-text{margin-left:0;}
  .blog-page-main .blog-listing-post__tags{
    margin:10px 0;
  }
  .blog-page-main .blog-listing-post-summary, .blog-page-main .blog-listing-post-title a{width:auto}
  .blog-page-main form{max-width: 100%;}
  .blog-page-main .featured-image img{height:auto}
  .blog-page-main .posts-bottom-container{display:flex;}
  .blog-page-main .latest-posts-bottom-container{margin-top:30px}
  .blog-page-main .blogCategoryFilters{
    width:100%;
    text-align:left;
  }
  .blog-page-main .blog-listing-featured-image img{
     width:100%;
     height: auto
  }
  
  .blog-page-main .blogrightside .blog-listing-header-container{
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
  }
  .blog-page-main .latest-posts-bottom-container{
        width: 100%;
    margin: 24px auto;
    display: block;
  }
  .blog-page-main .featured-image img{width:100%}
  .blog-page-main .blog-author-wrapper {
    display: block;
    height: 100%;
    margin-bottom: 30px;
 }
  .blog-page-main .blog-listing-read-time-container{
    margin:20px 0;
  }
}

@media (max-width: 1199px) and (min-width: 992px){
  .blog-page-main .posts-bottom-container{
    display:flex;
    padding:0;
    margin: -12px;
  }
 .blog-listing-featured-image{
    width:450px;
  }
  .blog-page-main .blogrightside{
    margin:0 20px;
  }
  .blog-page-main .blog-listing-featured-image img{
        height:auto;
  }
  .blog-page-main .latest-posts-bottom-container{
    padding-left:10px;
    padding-right:10px;
  }
}
/* End Blog new css */

