/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* variables */










































/* variable end here */

/* Tags styling starts here */

html {
  font-size: 16px;
  -scroll-behavior: smooth;
  transition:0.5s all ease-in-out;
}
body {
  font-family: Montserrat;
  font-size: 16px;
  color: #22333a;
  line-height: 1.25;
  letter-spacing:-0.5px;
  margin:0;
  font-weight:normal;
  overflow-x:hidden;
  transition:0.5s all ease-in-out;
  word-break:break-word;
  background:#
}

body .row-fluid .header-wrapper{
  max-width:1576px;
  margin-left:auto!important;
  margin-right:auto!important;
  float: none;
  padding-left:15px!important;
  padding-right:15px!important;
}
body .row-fluid .wrapper{
  max-width:1170px;
  margin-left:auto!important;
  margin-right:auto!important;
  float: none;
  padding-left:15px!important;
  padding-right:15px!important;
}
body .row-fluid .big-wrapper{
  max-width:1200px;
  margin-left:auto!important;
  margin-right:auto!important;
  float: none;
  padding-left:15px!important;
  padding-right:15px!important;
}


body .row-fluid .header-wrapper{
  position:relative;
  z-index:1;
  padding: 2px 0px 2px;
}

script{
  display:none!important;
}

p {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: normal;
}



a {
  color: #22333a;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
}
.body-container-wrapper .form-container a {
  color: #555555;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  line-height: 1;
  margin-bottom: 14px;
  font-weight:bold;
  font-family: Montserrat;
  color: #25346d;
  word-break: break-word;
}
h1 {
  font-size: 70px;
  line-height: 1.14;
}
h2 {
  font-size: 40px;
  line-height:1.14;
  color: #000000;
}
h3 {
  font-size: 30px;
  line-height: 1.33;

}
h4 {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing:0;
}
h5 {
  font-size: 16px;
  line-height: 1.56;

}
h6{
  font-size: 12px;
  line-height: 1.25;
  line-height: 1.67;
  color: #195ec8;

}
strong {
  font-weight: bold;
}
code {
  vertical-align: bottom;
}
.body-container-wrapper {
  background:#FFFFFF;
  overflow:hidden;
}
ul {
  padding:0;
  text-decoration:none;
  list-style:none;
  margin:20px 0;
  font-weight: bold;
  list-style-type: none;
}
ol  {
  margin:0;
  padding:0;
  text-decoration:none;
  margin-bottom:15px;
}
li {
  font-size: 16px;
  line-height:normal;
  letter-spacing:normal;
  font-weight: bold;
  margin-bottom:14px;
}
.no-list-style ul li{
  margin:0;
  padding:0;
}
.no-list-style li{
  margin:0;
}
.no-list-style li:before{
  display:none;
}

submitted-message{
  color:#22333a;
}

.body-container-wrapper a{
  color:#22333a;
  line-height:normal;
}

blue{
  font-size: 15px;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #555555;
}


.price-1 {
  width:100%;
}
blockquote{
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: -0.3px;
}

.legal-consent-container .hs-form-booleancheckbox-display p {
  color: #555555;
  font-size: 14px;
}

/* Tags styling end here */

/* cta's styling starts here */

body a.cta_button,
body .row-fluid .hs-button{
  background-color:#fc7753;
  font-weight:bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing:1px;
  color:#ffffff;
  padding: 16px 10px;
  border-radius:5px;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  margin-bottom: 0;
  position: relative;
  z-index: 0;
  min-width:188px;
  box-sizing:border-box!important;
  font-size: 14px;
  font-weight: bold;
}

body a.cta_button:hover,
body .row-fluid .hs-button:hover{
  background:#fff;
  color:#FFFFFF;
}




/* global classes styling starts here */

.align-center {
  text-align:center;
}
.align-left {
  text-align:left;
}
.align-right {
  text-align:right;
}
.float-left{
  float:left;
}
.float-right{
  float:right;
}
.overlay{
  position:relative;
  z-index:1;
}

.overlay:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background:rgba(43, 43, 43, 0.4);
  z-index: -1;
}

.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
body .row-fluid .all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white .fa,
.all-text-white a{
  color:#FFFFFF;
}

.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a,
body .container-fluid .row-fluid .text-margin-zero.span12,
.text-margin-zero .widget-type-cta{
  margin:0;
}
body .container-fluid .row-fluid [class*="span"]{
  min-height:0;
}
.hubspot-link__container.sproket{
  display:none!important;
}
.section-bg{
  background-size: cover!important;
  background-position: center center!important;
}
.section-bg .bg-image{
  display:none!important;
}

/*  Equal-height-container  styling here*/

@media (min-width: 768px) {
  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .row-reverse .equal-height-container>.row-fluid-wrapper>.row-fluid,
  .row-reverse.row-fluid{
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    justify-content: flex-end; 
    -webkit-justify-content: flex-end;
  }
  body .container-fluid .row-fluid .row-reverse .right-col {
    margin: 0;
  }
  body .container-fluid .row-fluid .row-reverse .left-col{
    margin-left:1.43%;
  }
  .row-reverse .left-col {
    align-items: flex-end;
    -webkit-align-items: flex-end;
  }
}


@media(max-width:1024px){
  body .container-fluid .row-fluid .row-reverse .left-col{
    margin-left:3%;
  }
}

@media(max-width: 767px){
  body .mobile-column-reverse>.row-fluid-wrapper>.row-fluid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  body .container-fluid .row-fluid .row-reverse .left-col{
    margin-left:0%;
  }

}

/*========================================================
Typography Responsive Styling
========================================================*/

@media (min-width:768px) and (max-width:1024px){
  .row-fluid [class*="span"].wrapper{
    padding-left:20px;
    padding-right:20px;
  }

  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 26px;
  }
  blockquote{
    font-size:30px;
  }
  body .row-fluid .section-padding {
    padding: 80px 0 ;
  }


}



@media(max-width:767px){
  .row-fluid [class*="span"].wrapper{
    padding-left:20px;
    padding-right:20px;
  }

  h1 {
    font-size: 34px;
  }

  body .row-fluid .section-padding {
    padding: 60px 0;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }

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

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

  body a.cta_button, body .row-fluid .hs-button{
    display:block;
    float:none;
    clear:both;
    box-sizing:border-box!important;
  }

  blockquote{
    font-size:26px;
  }

}



@media(max-width:768px){
  body .row-fluid form .form-columns-2 .hs-form-field .hs-input{
    width:100%!important;
  }
}


/*======================================================
Two Column Adjust
========================================================*/
body .container-fluid .row-fluid .two-col-adjust>span{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;-
  webkit-box-align:stretch;
  -moz-box-align:stretch;
  -webkit-align-items:stretch;
  -ms-flex-align:stretch;
  align-items:stretch;
  flex-wrap:wrap;
  -wevkit-flex-wrap:wrap;
  flex-direction:row;
  -webkit-flex-direction:row;
  margin-right:-2.5%;
}

body .row-fluid .two-col-adjust span>.hs_cos_wrapper{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  flex-basis:46%;
  -webkit-flex-basis:46%;
  float:left;
  margin-right:4%;
  margin-top:40px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  position:relative;
}

@media(max-width:767px){
  body .row-fluid .two-col-adjust span>.hs_cos_wrapper{
    display:block;
    width:100%;
    margin:0;
    margin-top:20px;
    max-width:379px;
    width:100%;
    margin:35px auto 0;
    float:none
  }
  body .container-fluid .row-fluid .two-col-adjust>span{
    display:block;
    margin-right:0;
  }
}

/*==================================================
Three Col Adjust 
==================================================*/
body .container-fluid .row-fluid .three-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -3.2%;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 29.96%;
  -webkit-flex-basis: 29.96%;
  float: left;
  margin-right: 3.2%;
  margin-top: 2.43%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position:relative;
  flex-direction: column;
  -webkit-flex-direction: column;
}

@media (max-width:767px){
  body .container-fluid .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    max-width: 364px;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }   
}


/*==================================================
Four Col Adjust 
==================================================*/
body .container-fluid .row-fluid .four-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}
body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 22.5%;
  -webkit-flex-basis: 22.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing:border-box;
  position:relative;
}
@media (max-width:767px){
  body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
  }
  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
  }   
}

/*==================================================
Five Col Adjust
==================================================*/
body .container-fluid .row-fluid .five-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}
body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 17.5%;
  -webkit-flex-basis: 17.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing:border-box;
  position:relative;
}
@media (max-width:767px){
  body .container-fluid .row-fluid .five-col-adjust>span {
    display: block;
    margin-right: 0;
  }
  body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 30px;
  }
}

/*==================================================
Six Col Adjust
==================================================*/
body .container-fluid .row-fluid .six-col-adjust>span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}
body .row-fluid .six-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 14%;
  -webkit-flex-basis: 14%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing:border-box;
  position:relative;
}
@media (max-width:767px){
  body .container-fluid .row-fluid .six-col-adjust>span {
    display: block;
    margin-right: 0;
  }
  body .row-fluid .six-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 30px;
  }
}


/*================================================================
form styling
==========================================================================*/
/*======= Placeholder Color ====*/
::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #555555;
  font-family:Montserrat
}
:-moz-placeholder {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #555555;
  font-family:Montserrat
}
:-ms-input-placeholder{
  font-size: 14px;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #555555;
  font-family:Montserrat
}
select::-ms-expand {
  display: none;
}
body .row-fluid textarea.hs-input::placeholder {
  line-height: normal;
}
body .row-fluid .hs-button {
  font-family:Montserrat;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: ;
  border-color: ;
  color: #FFFFFF;
  border-radius: 6px;
  font-size: 14px;
  border:none;
  padding: 16px 43.48px;
  text-decoration: none;
}
.hs-button:hover, .hs-button:focus {
  background-color: ;
  border-color: ;
  color: #FFFFFF;
}
.hs-button:active {
  background-color: ;
  border-color: ;
}
.hs-form label{
  font-size: 16px;
  font-weight: normal;
  line-height: 1.56;
  letter-spacing: 0.02px;
  color: #22333a;
}
.hs-richtext p {
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.02px;
  color: #808080;
}
.hs-error-msgs label {
  margin-top: 0;
  margin-bottom: 20px;
  color: #FF0000!important;
}
.hs-input{
  display:inline-block;
  width:100%;
  height:47px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #555555;
  font-family:Montserrat;
  border-radius: 6px;
  border: solid 1px #DCDCDC;
  background-color: #FFFFFF;
  padding:6px 18px!important;
}
.body-container-wrapper .hs-error-msgs,
.hs-error-msg{
  margin:0;
}

/*=======================================================
CHECKBOX AND RADIO BUTTONS STYLING
=======================================================*/            
.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  width:auto;
}
.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
  border-radius: 4px;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.15);
  background-color: #FFFFFF;
  width: 10.4px;
  height: 10.4px;
  cursor:pointer;
  border: solid 0.5px #22333a;
}
body .row-fluid .hs-form .field .input input[type="checkbox"]:checked {
  background-color:#25346d;
  border: 0;
  border-radius: 3px;
  padding: 0;
  position: relative;
}
.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 6px;
  top: 5px;
  left: 5px;
  border: 2px solid #FFFFFF;
  border-top: 0;
  line-height: 0;
  border-right: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.row-fluid .hs-form .field .input  input[type="radio"]{
  border-radius: 50%;
}
.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input input[type="radio"] {
  position: relative;
  margin-right:5px;
}
body .row-fluid textarea.hs-input {
  height: 136px;
  resize: none;
  padding: 15px!important;
}
.row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0px;
  left: 0px;
  border-top: 0;
  border-right: 0;
  border-radius: 50%;
}
body .row-fluid .hs-form .field .input input[type="checkbox"] {
  top: -4px;
  margin-left: 0;
  left: 0px;
  padding: 0 !important;
  width: 22.8px;
  height: 22.8px;
  border: solid 1px rgba(11,54,148,0.15);
  margin-bottom: 5px;
  margin-right: 10px;
  border-radius: 3px;
  background: transparent;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
.hs-input[type=file] {
  background-color: ;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
  height: auto;
}
.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;
}
body .row-fluid form fieldset{
  max-width:100%;
}
/* 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 {
  border-color: ;
}
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: ;
}
.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;
  margin-left:0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  line-height: 1.29;
  letter-spacing: 0.02px;
  color: #555555;
  padding: 0;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  cursor: pointer;
}
body .row-fluid form fieldset.form-columns-2 .hs-form-field:last-child {
  float: right;
}
body .row-fluid form fieldset.form-columns-2 .hs-form-field {
  width: 48.8%;
}
.inputs-list:first-child {
  padding-top: 8px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
body .row-fluid .hs-form .field .hs-input {
  border: solid 1px rgba(11, 54, 148, 0.15);
  color: #555555;
  margin-bottom: 24px;
  margin-top: 4px;
  box-sizing:border-box;
}
body .row-fluid form select {
  background: url('https://7319095.fs1.hubspotusercontent-na1.net/hubfs/7319095/Mercury%202021%20Assets/down-chevron.svg')no-repeat;
  background-position: 97%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  cursor: pointer;
  background-color:#FFFFFF;
  padding-right:50px!important;
  background-size: 15px;
}
ul.no-list {
  list-style: none;
}
.hs-field-desc {
  color: #22333a;
  margin: 0px 0px 6px;
  font-size: 14px;
}
.hs-form-required {
  color: #ffffff;
}
.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

@media(max-width: 767px) {
  body .row-fluid form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
  }
  body .row-fluid .hs-form .field .hs-input {
    margin-bottom: 15px;
  }
}


@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: 100%;
    }
    .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;
}
form .file-upload-button-label {
  border: solid 1px #555555;
  position: absolute;
  left: 11px;
  top: 7px;
  border-radius: 4px;
  padding: 0px 10px;
  color: #555555;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0px;
  width: 75px;
  height: 0;
  display: flex;
  cursor: pointer;
  display: flex;
  align-items: left;
  cursor: pointer;
  max-width: 100%;
  margin-bottom: 0px;
  height: 26px;
}
form .file-upload-file-name {
  height: 43px;
  color: #555555;
  line-height: 26px;
  display: flex;
  border: solid 1px #555555;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  right: 0;
  width: 100%;
  top: 0px;
  padding: 0 10px;
  cursor: pointer;
  max-width: 100%;
  margin-bottom: 8px;
  box-sizing:border-box;
  padding-left:120px;
}
form input[type="file"] {
  display: none !important;
}
form .input {
  display: block;
  position: relative;
}


@media(max-width:480px){
  form .file-upload-button-label{
    font-size:12px;
  }
  form .file-upload-file-name{
    font-size:12px;
  }
}

/*====================================================
MONILE MENU 
====================================================*/                

/* ==========================================================================
Custom Menu Primary
========================================================================== */


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
  margin:0px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper { 
    display:block !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
    color:#25346d;
    text-decoration:underline;
  }

}
/* ==========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
========================================================================== */
.mobile-trigger, .child-trigger{
  display: none; /* Hide button on Desktop */
}

@media (max-width: 767px){
  /* Variables
  ========================================================================== */
     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#171D29;
  }
  /* Toggle Button
  ========================================================================== */
  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #FFFFFF; /* Background color */
    border: 1px solid #171D29;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #171D29; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #171D29; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #171D29; 
    border-color: transparent;
  }
  /* Toggle Button Icon
  ========================================================================== */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -6px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 20px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #1D1A3A; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -10px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 10px; /* Position bottom line */
  }

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color:#1D1A3A !important; /* Icon color */
  }

  /* Menu Styles on Mobile Devices
  ========================================================================== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 44px; /* Makes room for button */
    margin: 10px 0 10px 0;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper.hs-menu-flow-horizontal,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper.hs-menu-flow-horizontal{
    width: 100%;
    position: relative; /**************************************************************/
    top: 80px;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
    z-index:2;
    border-top: 5px solid #f5f5f6;
    padding-top:10px;
  }

  .custom-menu-primary .hs-menu-wrapper{
    background-color:#FFFFFF; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    /*     border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */ */
  }

  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#171D29; /* link color set by global mobile-aColor variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
    background:#f4f4f4;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    background:#f4f4f4;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 20px; /* Indent Child lists */
    background:#f4f4f4;
  }
}




/*******************************************************************************
* *********************************************************** Header Styling Starts Here ************************************************************************
* ***********************************************************  */


body .header-cta a i {
  transform: rotate(272deg);
  padding-left:4px;
  font-size: 16px;
}
body .header-cta a{
  position:relative;
  z-index:1;
  color:#fff;
  background:#fc7753;
  display:inline-block;
  min-width:188px;
  padding:16px 0px;
  text-align:center;
  border-radius:5px;
  letter-spacing:1px;
  font-weight:600;
  font-size:14px;

}

body .header-cta a{ 

}

.header-section {
  position: absolute;
  left:0;
  right:0;
}
@media(max-width:767px){
  .span2.widget-span.widget-type-cell.left-col.header-logo.vertical-center {
    width: 120px;
    float: left;
  } 
  .header-section .header-cta {

    float: right;
    top: 10px;
    position: relative;
  }

}
@media(max-width:380px){
  body  .header-section .header-cta a{
    min-width:120px;
  }
}
/***********************************************************************************************
footer styling starts here 
* *********************************************************************************************/

.footer-section{

}
.footer-section{
  background:#273044; 
  padding:45px 0 45px 0;
}
.footer-section p {
  font-size: 12px;
  line-height: 1.17;
  opacity:.4 !important;

}
li.hs-menu-item.hs-menu-depth-1 {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
}
.footer-section {
  position:relative;

}
.footer-section:before{
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 38%;
  background: #fff;
  height: 1px;
  opacity: .4;
}
.middle-menu ul{
  margin-bottom:30px;
  margin-top:0;
}
.bottom-text{
  padding-top:35px;
}
.bottom-text p{
  letter-spacing:0.3px;
}
.footer-section .middle-menu ul li a{
  font-size: 12px;
  display: block;
  line-height: 14px;
  padding: 0 10px;
  border-right: 1px solid #aaaaaa;
  opacity: 0.4;
  font-weight: normal;
}
@media(max-width:767px){
  .footer-section:before{
    bottom:44%;
  }
  .middle-menu ul{
    margin-bottom:15px;
    margin-top:0;
  }
  .bottom-text{
    padding-top:17px;
  }


}



@media(min-width:768px){
  .deals-isotope .hs_cos_wrapper {
    margin-top: 6.5% !important;
  }
  .filter-tab-wrap.span12 {
    margin-bottom: 10px;
  }
}

.deals-isotope input#quicksearch,.form-cont.span4{
  position:relative;
  z-index:0;
  cursor:pointer;
}
.form-cont.span4:after{
  position: absolute;
  content: '';
  width: 45px;
  top: 0;
  bottom: 0;
  background: #fc7753;
  right: 0px;
  z-index: 1;
  border-radius: 0px 6px 6px 0px;
}
.form-cont.span4:before {
  position: absolute;
  content: '';
  width: 22px;
  top: 12px;
  bottom: 0;
  background: url(https://7967303.fs1.hubspotusercontent-na1.net/hubfs/7967303/IT%20Online%20Learning%20Images/search-interface-symbol%20%281%29.svg) no-repeat;
  right: 10px;
  z-index: 2;
  background-size: contain !important;
  height: 24px;
  border-radius: 0px 6px 6px 0px;
}
@media(max-width:767px){
  .fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .form-cont.span4:before{
    top:51px; 
  }
  .deals-isotope input#quicksearch{
    bottom: -40px;
    right: 0;
    left: 0;
    width: 90% !important;
    min-width:auto !important;
  }
  .deals-isotope span.mobile-tab-text{
    position:relative;
    z-index:1;

  }
  input#quicksearch {
    padding: 16px 0px 14px 18px !important;


  }
  .deals-isotope span.mobile-tab-text:before{

    position: absolute;
    content: '';
    width: 21px;
    top: 14px;
    bottom: 0;
    background: url(https://7967303.fs1.hubspotusercontent-na1.net/hubfs/7967303/IT%20Online%20Learning%20Images/down-chevron%20%284%29.svg) no-repeat;
    right: 25px;
    z-index: 2;
    background-size: contain !important;
    height: 22px;


  }

  .filter-tab-wrap.span12 {
    padding: 0px 15px 78px;

  }
  .form-cont.span4:after {
    top: 40px;
    bottom: -40px;
  }
  .filter-tab-wrap.span12.sticky.scroll {
    left: 0;
    right: 0;
  }
  .deals-isotope li {
    font-size: 16px;
  }

  .header-logo img{
    width: 130px;
    height: 62px;
  }
  .deals-isotope span.mobile-tab-text{
    padding: 16px 35px 14px 18px;
    background-color:#ffffff;
    font-weight: 600;
  }
  .body-container-wrapper .deals-isotope ul.filter-container {
    background: #e8ecf2;    
  }

}


@media(max-width:1200px){

  input#quicksearch {
    min-width: auto; 
    padding:16px 35px 14px 18px;
  }
}
input:focus-visible
{
  outline:none !important;
}


@media(max-width:480px){

  .deals-isotope li {
    display: block;
    padding-bottom: 10px;
    margin-right: 25px;
  }
  .deals-isotope li.active:before {
    bottom: 4px !important;
  }
}

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Get the bourbon mixin from http://bourbon.io */
/* Reset */

.clock{
  width: 620px!important;
  margin: 0 auto!important;
}

.flip-clock-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc; }

.flip-clock-wrapper a:hover {
  color: #fff; }

.flip-clock-wrapper ul {
  list-style: none; }

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table; }

.flip-clock-wrapper.clearfix:after {
  clear: both; }

.flip-clock-wrapper.clearfix {
  *zoom: 1; }

/* Main */
.flip-clock-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none; }

.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important; }

.flip-clock-meridium a { color: #313333; }

.flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 1em;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.flip-clock-wrapper:after {
  clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 5px;
  width: 60px;
  height: 90px;
  font-size: 80px;
  font-weight: bold;
  line-height: 87px;
  border-radius: 6px;
  background-color: #1bb57c;
}

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 87px;
  text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
  z-index: 2; }

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important; }

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden; 
  outline: 1px solid transparent; }

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; }

.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0; }

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: transparent;
  /*   background-color: rgba(0, 0, 0, 0.4);  */
}
.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;

}

ul li a div.down:after {
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ffffff;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #1bb57c;
  border-radius: 6px;
  font-size: 70px; }

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0; }

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0; }

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3; }

.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  -moz-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5; }

.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 100px; }

.flip-clock-divider:first-child {
  width: 0; }

.flip-clock-dot {
  display: block;
  background: #323434;
  width: 10px;

  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px; }

.flip-clock-divider .flip-clock-label {
  position: absolute;
  bottom: -1.7em;
  right: -86px;
  text-shadow: none;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.flip-clock-divider.minutes .flip-clock-label {
  right: -110px; }

.flip-clock-divider.seconds .flip-clock-label {
  right: -110px; }

.flip-clock-dot.top {
  top: 30px; }

.flip-clock-dot.bottom {
  bottom: 30px; }

@-webkit-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-moz-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-o-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both; }

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg); }

  100% {
    -webkit-transform: rotateX(0deg); } }

@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg); }

  100% {
    -moz-transform: rotateX(0deg); } }

@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg); }

  100% {
    -o-transform: rotateX(0deg); } }

@keyframes turn {
  0% {
    transform: rotateX(90deg); }

  100% {
    transform: rotateX(0deg); } }

.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both; }

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg); }

  100% {
    -webkit-transform: rotateX(-90deg); } }

@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg); }

  100% {
    -moz-transform: rotateX(-90deg); } }

@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg); }

  100% {
    -o-transform: rotateX(-90deg); } }

@keyframes turn2 {
  0% {
    transform: rotateX(0deg); }

  100% {
    transform: rotateX(-90deg); } }

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3; }

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both; }

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both; }

@-webkit-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-o-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }






@media(max-width:650px){
  .flip-clock-divider{
    width:100%; 
    height:50px;
  }

  .clock{
    width:140px !important;
  }
  .flip-clock-divider.days .flip-clock-label{
    bottom: -4.1em;
    right:-91px;
  }
  .flip-clock-divider.minutes .flip-clock-label,.flip-clock-divider.seconds .flip-clock-label{
    right:35px; 
  }

  .flip-clock-divider .flip-clock-label{
    bottom: -7em;
    right: 43px;
  } 

}
.footer-section .middle-menu ul li:last-child a{

  border-right:0;
}





/* four col stling starts here  */


.deals .off {
  text-align: left;
  display: inline-block;
  float: left;
  padding: 3px 8px 2px;
  background-color: #1bb57c;
  position: absolute;
  left: 0;
  top: 0;
}

.deals .off p {
  font-weight:bold;
  color: #ffffff;
  line-height: 1.29;
}
.deals .text-conta h6{
  line-height: 1.67;
  margin-bottom:2px;
  margin-top:6px;
}
.deals .hs_cos_wrapper{
  padding: 0 0 15px;
} 

.deals .text-conta h5{
  max-width: 240px;
  margin: 0 auto;
  font-weight: bold;
  line-height: 1.56;
  min-height:55px;
  padding: 0 15px;
}
.deals .green1{
  padding: 3px 4px 4px;
  display: inline-block;
  border-radius: 3px;
  background-color: #1bb57c14;
  margin: 12px 0;
}
.deals .green1 h4{
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
  color: #1bb57c;
  margin:0;
}

.deals .price{
  border-top:1px solid #e8ecf2;
  padding-top:12px;
}
.deals .price-1{
  border-bottom:1px solid #e8ecf2;
  padding-bottom:11px;
}
.deals .price-1 p>span{
  font-size: 15px;
  font-weight:bold;
  line-height: 1.33;
  color: #195ec8;

} 
.deals .price-1 p{
  font-size: 15px;
  font-weight: normal;
  line-height: 1.33;
  color: #555555;

} 

.deals .price p>span{
  position:relative;
  z-index:0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.33;
} 
.deals .price p>span:before{
  position: absolute;
  z-index: 1;
  content: '';
  transform: rotate(-11deg);
  background-color: #d70000;
  height: 2px;
  width: 43.5px;
  top: 7px;
  left: -2px;
  bottom: 0px;
} 


body .deals  .cta-container a{
  padding:4.5px 14px;
  background:#fc7753;
  display:inline-block;
  color:#fff;
  font-weight:bold;
  font-size:14px;
  text-align:left;
  border-radius:5px;
}
.deals .cta-container {
  padding: 15px 15px 0;
}
.deals .left-cta.span6 {
  padding-right: 8.9px;
}
.deals .right-cta.span6 {
  padding-left:2.9px;
}
.deals .right-cta.span6 a {
  color:#273044;
  background:#e8ecf2;
}
.deals .right-cta.span6 a i {
  font-size:12px;
}

.deals h2{
  text-align:left; 
}
.deals {
  position:relative;
  z-index:1;
}

@media(max-width:1024px) and (min-width:768px){

  .deals .right-cta.span6 a,.deals .left-cta.span6 a{
    text-align:center;
  }

  body .row-fluid .deals .four-col-adjust span>.hs_cos_wrapper{
    flex-basis: 30.5%;
    -webkit-flex-basis: 30.5%;
  }

}
@media(min-width:768px) and (max-width:1200px){
  body .deals .cta-container a{
    padding: 4.5px 12px;

  } 

}
@media(max-width:767px){
  body .deals  .cta-container{
    display:flex;
    justify-content:space-between;
  }
  .deals .text-conta h5{
    max-width:100%; 
  }
}


.cta-container a{
  overflow:hidden;
  position:relative;
  z-index:0;
}
.cta-container a:after{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  left: -100%;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: -10; 
}

.cta-container a:hover:after{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: -1; 
}

.cta-container a:after{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.25s cubic-bezier(.66,.36,.17,.91);
  -moz-transition: all 0.25s cubic-bezier(.66,.36,.17,.91);
  -o-transition: all 0.25s cubic-bezier(.66,.36,.17,.91);
  transition: all 0.25s cubic-bezier(.66,.36,.17,.91);
}




/* for col isotopes styling here */
.deals-isotope li {
  display: inline-block;
  margin-right: 25px;
  cursor: pointer;
}
.deals-isotope{
  padding:0 0 120px 0; 
}
.deals-isotope ul.menu{
  text-align: left;
}


input#quicksearch {
  padding:16px 53px 14px 18px;
  border-radius: 5px;
  background-color: #e8ecf2;
  border:0;
  min-width:290px;
}

.deals-isotope li {
  font-size: 18px;
  font-weight: normal;
  color: #555555;
  margin-bottom:0;
}
.deals-isotope ul {
  margin: 12px 0 0;
}
.deals-isotope li.active {
  font-weight: bold;
  position:relative;

}

.deals-isotope li.active:before {
  height: 6px;
  width: auto;
  position: absolute;
  content: '';
  background: #fc7753;
  border-radius: 6px 6px 0 0;
  display: inline-block;
  left: 0;
  right: 0;
  bottom: -27px;
}

.filter-tab-wrap {
  padding: 16px 15px;
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
  background-color: #ffffff;
  z-index:1;
}
.row-fluid .deals-isotope .four-col-adjust span>{
  margin-right: -2.5% !important;
}
.row-fluid .deals-isotope .four-col-adjust span>.hs_cos_wrapper {
  box-shadow: 0 2px 45px 0 rgb(0 0 0 / 5%);
  background-color: #fff; 
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  float:left;
  flex-basis: 22.5%;
  -webkit-flex-basis: 22.5%;
  margin-right: 2.5%;
  margin-top: 40px;
  box-sizing: border-box;
  max-height:max-content;
  transition: all 0.2s ease-in-out;
  /*   transform: none !important; */
}

body .row-fluid .filter-tab-wrap{
  transition: .3s all ease-in-out;
}

body .row-fluid .filter-tab-wrap.scroll {
  top: 0px;
  transition: .3s all ease-in-out;
  transform: translateY(0) !important;
  z-index:2;
}



span.items-wrapper{
  height:auto!important;
}

@media(min-width: 768px){
  .deals-isotope .mobile-position{
    display: none !important;
  }

  .deals-isotope .scrol-sticky{
    margin-top: 77px;
  }
}

@media(max-width: 767px){
  .deals-isotope .mobile-position {
    position: relative;
    cursor: pointer;
  }
  .deals-isotope span.mobile-tab-text {
    display: block;
    padding: 10px 20px;
    margin-top: 23px;
    text-align: left;
  }
  .body-container-wrapper .deals-isotope ul.filter-container {
    display: none;
    background: #F5F5F5;
    position: absolute;
    z-index: 2;
    width: 100%;
    margin: 0;
  }
  .body-container-wrapper .deals-isotope .filter-container li {
    display: block;
    text-align: left;
    padding: 10px 20px;
    border-radius: 0;
  }

  .deals-isotope ul.menu{
    display: none;
  }

  .deals-isotope ul.filter-container li.active:before{
    display: none;
  }
}



@media(min-width:768px) and (max-width:1200px){
  input#quicksearch{
    min-width:auto;
    padding: 16px 35px 14px 18px !important;
  }
}




/*  hero section styling here*/


.hero-section{
  position:relative;
  z-index:0;

}
.hero-section:before{
  position: absolute;
  z-index: -1;
  bottom: 0;
  content: '';
  background: #e8ecf2;
  left: 0;
  right: 0;
  height: 129px;
  transform: skewY( 
    -2deg
  );
  -webkit-transform: skewY(
    -2deg
  );
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  bottom: -96px;
  width: 100%;
  );
}

.hero-section h1{
  margin-bottom:22px;

}

.hero-section h2{
  line-height:1;
  margin-bottom:20px;
}

.hero-section .text-conta p{
  font-size: 20px;
  line-height: 1.25;
  margin-bottom:42px;
}

.hero-section .counter-conta p{
  font-size: 20px;
  line-height: 1.25;
  margin-bottom:9px;
  position:relative;
  display:inline-block;
}
.hero-section .offer h3{
  font-size: 25px;
  font-weight: bold;
  line-height: 1.6;
  color: #fc7753;
  position:relative;
  display:inline-block;
}

.hero-section .counter-conta p:before ,.hero-section .offer h3:before{
  position: absolute;
  content: '';
  height: 1px;
  background: #ffffff;
  left: -179px;
  /* right: 0; */
  top: 11px;
  z-index: 0;
  width: 160px;
  opacity: .4;

}

.hero-section .counter-conta p:after ,.hero-section .offer h3:after{
  position: absolute;
  content: '';
  height: 1px;
  background: #ffffff;
  right: -179px;
  top: 11px;
  z-index: 0;
  width: 160px;
  opacity: .4;

}

.hero-section .offer h3:after,.hero-section .offer h3:before {
  top: 18px !important;

}




/* simple section and slider styling here */


.social-icon{
  background:transparent;
}
.social-icon ul li {
  display: inline-block;
  margin: 7px;

}

.social-icon ul {
  margin:7px 0 15px 0;
}



.simple-section .simple-content{
  max-width: 856px;
  margin: 0 auto;
}
.simple-section .simple-content .heading-para h2{
  color: #000000;
  margin-bottom:20px;
}
.simple-section .simple-content .heading-para p {
  font-size: 15px;
  color: #555555;
  margin-bottom:20px;
}


.header-cta a{
  overflow:hidden;
}
.header-cta a:after{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  left: -100%;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: -10; 
}

.header-cta a:hover:after{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: -1; 
}

.header-cta a:after{
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.25s cubic-bezier(.66,.36,.17,.91);
  -moz-transition: all 0.25s cubic-bezier(.66,.36,.17,.91);
  -o-transition: all 0.25s cubic-bezier(.66,.36,.17,.91);
  transition: all 0.25s cubic-bezier(.66,.36,.17,.91);
} 



/*  */
star{
  color:#fff;

}
star i{
  padding:3px;
  margin-right:2px;
  background:#1bb57c;
}
.slider {
  padding: 70px 0 70px 0;
}
.slider .card-container2 .slider1 h6{
  margin-bottom:4px;
  color:#000;
  font-size:14px;
}
.slider .card-container2 .slider1 p{
  margin-bottom:5px;
  font-size:13px;
}
.slider .card-container2 .slider1 span{
  font-size:12px;
}
.slider .card-container2 .slider1{
  margin:0 13px; 
}
.slider .right-col.span10{
  position:relative;
  z-index:1;
}
.slider .slick-prev.slick-arrow:before{
  position:absolute;
  z-index:1;
  content:"";
  background:url('https://7967303.fs1.hubspotusercontent-na1.net/hubfs/7967303/IT%20Online%20Learning%20Images/left-arrow%20%281%29.svg') no-repeat;
  background-size:contain;
  width:25px;
  height:25px;
  left:-18px;
  top:45%;
  cursor:pointer;
}
.slider .slick-next.slick-arrow:before{
  position:absolute;
  z-index:1;
  content:"";
  background:url('https://7967303.fs1.hubspotusercontent-na1.net/hubfs/7967303/IT%20Online%20Learning%20Images/right-arrow%20%284%29.svg') no-repeat;
  background-size:contain;
  width:25px;
  height:25px;
  right:0px;
  top:45%;
  cursor:pointer;
}
.slider .slick-prev.slick-arrow,.slider .slick-next.slick-arrow{
  font-size:0;
  border:none;
  background:none;  
}

.slider .image-container {
  display: flex;
  justify-content: space-between;
}

.slider .bottom-text p{
  padding-left:17px; 
}
.slider .bottom-text{
  padding:0; 
  margin-top:-6px;
}
.slider .left-col h4{
  font-size:24px; 
  margin-bottom:10px;
}

.slider .left-col .bottom-image h4{
  font-size:20px; 
  margin-top:20px;
}
.slider .left-col .bottom-image star i{
  background:none;
  color:#1bb57c;
  margin-right:0;
  font-size:24px;
}

.card-container2.slick-initialized.slick-slider {
  margin-top: -28px;
}
.slider .image-container {
  margin-bottom: 5px;
}
.slider{
  border-top:2px solid #e8ecf2;
}

@media(min-width:768px) and (max-width:1098px){
  .slider .left-col h4 ,.slider .left-col .bottom-image h4 {
    font-size: 14px;

  } 
  .slider .slick-next.slick-arrow:before ,.slider .slick-prev.slick-arrow:before{

    top:64%;
  }
  .slider .card-container2{
    margin:0 20px;
  }
  .slider .bottom-text p{
    padding-left:33px; 
  }
}
@media(max-width:767px){
  .slider .left-col.span2.align-center.vertical-center {
    padding-bottom: 30px;
  }

  .slider .card-container2 .slider1{
    margin:0 33px; 
  }

  .slider .bottom-text p{
    padding-left:33px;
  }
  .slider .slick-prev.slick-arrow:before{
    left:-8px;
  }
  body .deals .cta-container a {
    padding: 16px 14px;

  }
}


@media(min-width:1000px) and @media(max-width:1200px){

  .slider .slick-next.slick-arrow:before ,.slider .slick-prev.slick-arrow:before{
    top:31% !important;
  }
}


/*  */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
  .deals-isotope input#quicksearch{
    left:0;right:0;
    width:80%;


  }
}


/*=========================four col adjust isotop styling ======================================  */



.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.popup-heading h3 {
  margin-bottom: 25px;
}

body.overlay_poupup{
  overflow: hidden;
  position: relative;
}

body.overlay_poupup:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(43,43,43,0.6);
  z-index: 2;
}

.deals-isotope .hs_cos_wrapper{
  box-shadow: 0 2px 45px 0 rgb(0 0 0 / 5%);
  background-color: #fff;
}

.deals-isotope .image-container{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.deals-isotope .image-container:after{
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
  z-index: -1;
}

.deals-isotope .image-container .buttons-container{
  opacity: 0;
  transition: all 0.3s ease-in-out;

}

.deals-isotope .hs_cos_wrapper:hover .image-container .buttons-container{
  opacity: 1;
  transition: all 0.3s ease-in-out;

}

.deals-isotope .hs_cos_wrapper:hover .image-container:after{
  background: #fc7753;
}
.deals-isotope .hs_cos_wrapper .image-container{
  padding:20px 10px 10px 10px;
  box-sizing:border-box;
}
.deals-isotope .hs_cos_wrapper .image-container .buttons-container p{
  font-weight:500;
  margin-bottom:15px;
}
@media(max-width:767px){
  .deals-isotope  .hs_cos_wrapper .image-container{
    height:35vw!important;
  }
}


/*=========================four col adjust styling ======================================  */

.modal .modal-container .close-modal{
  position:absolute;
  z-index:1;
  content:'';
  right:30px;
  top:20px;
  height:40px;
  width:40px;
  background:url(https://7967303.fs1.hubspotusercontent-na1.net/hubfs/7967303/IT%20Online%20Learning%20Images/close-5758-1.svg)no-repeat;
  background-size:cover;
  cursor: pointer;
}
@media(max-width:767px){
  .modal .modal-container .close-modal{ 
    height:20px;
    width:20px;
    top: 15px;
    right:15px;
  }
  body .modal .modal-container {
    max-height: 580px;
    overflow-y: scroll;
  }
}

.modal .modal-container {
  width: 950px;
  height: auto;
  background: #fff;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  position:relative;
  z-index:1;
  margin:0 4%;
  /*  transition: 0.3s ease 0.1s; */
  transition: 0.12s ease 0.1s;
  overflow-y: scroll;
  max-height: 600px;
}
.modal .modal-container.hide {
  transform: scale(0);
  transform: translateX(-10%);
}
.modal .modal-container .modal-content {
  height: auto;
  padding: 7% 5% 5% 5%;
}

.modal .modal-container .modal-content p {
  font-size: 17px;
  line-height: 1.5;
  color: #444;
  margin: 0px 0px 30px;
}

.hide {
  opacity: 0;
  visibility: hidden;
  display:block !important;
}

body.overlay_poupup{
  overflow: hidden;
  position: relative;
}

body.overlay_poupup:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(43,43,43,0.6);
  z-index: 2;
}

.modal .modal-container .modal-content button {
  background-image: linear-gradient(-20deg, #6e45e2 0%, #88d3ce 85%);
  height: 2.5rem;
  width: 120px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}



.deals .hs_cos_wrapper{
  box-shadow: 0 2px 45px 0 rgb(0 0 0 / 5%);
  background-color: #fff;
}

.deals .image-container{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.deals .image-container:after{
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
  z-index: -1;
}

.deals .image-container .buttons-container{
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.deals .hs_cos_wrapper:hover .image-container .buttons-container{
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.deals .hs_cos_wrapper:hover .image-container:after{
  background: #fc7753;
}

.deals .hs_cos_wrapper .image-container{
  padding: 20px 10px 10px 10px;
  box-sizing: border-box;
}

.deals .hs_cos_wrapper .image-container .buttons-container p{
  font-weight:500;
  margin-bottom:15px;
}

@media(max-width:767px){
  .deals .hs_cos_wrapper .image-container{
    height:35vw!important;
  }
  .modal .modal-container .modal-content {
    height: auto;
    padding: 9.5% 5% 5% 5%;
  }
}
/***landing_page_style**/
.hs-landing-page #header  .header-cta a {
    background-image: url(https://7967303.fs1.hubspotusercontent-na1.net/hubfs/7967303/Vector.png);
    width: 280px;
    height: 78px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    line-height: 78px;
    font-size: 20px;
    font-weight: bold;
}
.hs-landing-page #header  .header-cta a i.fa.fa-phone {
    display: none;
}
.hs-landing-page #header {
    padding-top: 20px;
}
.hs-landing-page .hero_maintext {
    position: relative;
    top: -100px;
    text-align: center;
}
.hs-landing-page .hero_maintext .form-cont.span4 {
    text-align: center;
    margin: 0px;
    width: 100%;
}
.hs-landing-page .hero_maintext .row-fluid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.hs-landing-page .hero_maintext .form-cont.span4 input#quicksearch {
    min-width: 400px;
    padding-right: 20px;
}

.hs-landing-page .hero_maintext p {
    max-width: 550px;
    margin: 0 auto 60px auto;
}
.hs-landing-page .hero-section:before {
    display: none;
}
.hs-landing-page  .filter-tab-wrap.span12.sticky {
    background: transparent;
    padding: 0px 15px;
    margin: 0px;
    box-shadow: none !important;
    display: flex;
    justify-content: center;
    margin-top: -35px;
    flex-wrap: wrap;
}
.hs-landing-page .filter-tab-wrap.span12.sticky ul.menu li {
    color: #DFDFDF;
    font-size: 20px;
    padding-right: 30px;
    margin-right: 30px;
}
.hs-landing-page .filter-tab-wrap.span12.sticky ul.menu li.active {
    color: #fc7753 !important;
}
.hs-landing-page .filter-tab-wrap.span12.sticky ul.menu li.active::before {
    display: none;
}
.hs-landing-page .filter-tab-wrap.span12.sticky ul.menu li {
    border-right: 2px solid #FC7753;
}
.hs-landing-page .filter-tab-wrap.span12.sticky ul.menu a:last-child li {border-right: 0px;padding: 0px;margin: 0;}

.hs-landing-page .filter-tab-wrap.span12.sticky ul.menu li:hover {
    color: #FC7753;
}
.hs-landing-page .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    width: auto;
    min-width: 33.33% !important;
    margin: 0px !important;
    padding: 25px;
    background: transparent !important;
}
.hs-landing-page .row-fluid .four-col-adjust span>.hs_cos_wrapper>.row-fluid {
    border: 2px solid #FFFFFF;
}
.deals-isotope.deals.align-center .four-col-adjust {
    padding-top: 80px;
}
.hs-landing-page .four-col-adjust .off {
    text-align: right;
    float: right;
    right: 0;
    left: auto;
}
.hs-landing-page .four-col-adjust .text-conta {
	padding: 15px;
}
.hs-landing-page .four-col-adjust .text-conta h6 {
    display: none;
}
.hs-landing-page .four-col-adjust .text-conta h5 a {
    color: #fff;
    font-size: 20px;
}
.hs-landing-page .four-col-adjust .price-1 {
    display: none;
}

.hs-landing-page .four-col-adjust  .cta-container {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 25px;
}

.hs-landing-page .four-col-adjust .cta-container .left-cta a, .hs-landing-page .four-col-adjust .cta-container .right-cta a {
    background: #11406B;
    height: 50px;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    display: flex;
    justify-content: center;
    border-radius: 0px;
    align-items: center;
    border: 2px solid #858585;
}

.hs-landing-page .four-col-adjust .cta-container .left-cta a i.fa.fa-cart-plus, .hs-landing-page .four-col-adjust .cta-container .right-cta a i {
    display: none;
}


.hs-landing-page .four-col-adjust .cta-container .right-cta a {
    color: #fff;
    background: transparent;
    border-color: #fff;
}

.hs-landing-page .row-fluid .four-col-adjust .price {
    border: 0px;
    padding: 0px 15px;
}
.hs-landing-page .row-fluid .four-col-adjust .price .green1 {
    background: transparent;
    width: 49%;
}

.hs-landing-page .row-fluid .four-col-adjust .price .green1 h4 {
    color: #FC7753;
    font-size: 24px;
    background-image: url(https://7967303.fs1.hubspotusercontent-na1.net/hubfs/7967303/Icons/price_bg.png);
    padding: 17px 30px;
    background-repeat: no-repeat;
    background-size: contain;
}

.hs-landing-page .row-fluid .four-col-adjust .price p {
    color: #fff;
    font-size: 0;
}

.hs-landing-page .row-fluid .four-col-adjust .price p strong {
    display: none;
}

.hs-landing-page .row-fluid .four-col-adjust .price {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
}

.hs-landing-page .row-fluid .four-col-adjust .price p:nth-child(1) {
    width: 40%;
}

.hs-landing-page .row-fluid .four-col-adjust .price p span {
    color: #787878;
    font-size: 24px;
    text-decoration: line-through;
}

.hs-landing-page .row-fluid .four-col-adjust .price p span::before {
    display: none;
}

.rating_row {
    border: 0;
}

.rating_row .slider1.slick-slide {
    background: #fff;
    padding: 30px;
    height: auto;
    border-radius: 10px;
}

.rating_row .slider1.slick-slide star {
    width: 100%;
    display: block;
    margin-top: 30px;
}

.rating_row .slider1.slick-slide .image-container {
    display: inline-block;
}

.rating_row .slider1.slick-slide h6 {
    color: #1E266D;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
}

.rating_row .slider1.slick-slide .hs_cos_wrapper p {
    color: #1E266D;
    font-size: 14px;
    font-weight: 400;
}

.rating_row .slider1.slick-slide .hs_cos_wrapper span {
    color: #1E266D;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
    font-weight: 500;
}

.rating_row .slider1.slick-slide .image-container span p {
    color: #1E266D;
}
.rating_row .bottom-text {
    display: none;
}

.rating_row button.slick-next.slick-arrow {
    display: none !important;
}
.rating_row button.slick-prev.slick-arrow::before {
    width: 35px !important;
    height: 35px !important;
    left: -40px;
}
.rating_row .trustpilot-widget h4 {
    font-size: 24px !important;
    color: #fff !important;
    margin-bottom: 20px;
}
.rating_row .left-col.span4.align-center.vertical-center h4 {
    color: #fff !important;
}
.rating_row .left-col.span4.align-center.vertical-center p {
    color: #fff;
}
.rating_row .left-col.span4.align-center.vertical-center p strong {
    font-weight: normal;
    text-decoration: none;
}
.rating_row .left-col.span4.align-center.vertical-center p strong u {
    text-decoration: none;
}
.left-col.span4.align-center.vertical-center .star-conta {
    margin-bottom: 10px;
}
.left-col.span4.align-center.vertical-center .star-conta i.fa.fa-star {
    margin: 0px 2px;
}
.rating_row .slider1.slick-slide .hs_cos_wrapper {
    min-height: 110px;
}
.rating_row .slider1.slick-slide h6 {
    min-height: 40px;
}
.bottom-image {
    position: relative;
}
.bottom-image::before {
    position: absolute;
    content: "";
    width: 54px;
    height: 74px;
    background-image: url(https://7967303.fs1.hubspotusercontent-na1.net/hubfs/7967303/Icons/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 30px;
    top: 10px;
}
.footer-section:before {
    display: none;
}
.hs-landing-page .footer-section {
    background: linear-gradient(127.41deg, #402744 27.68%, #FC5353 80.11%);
    padding-top: 150px;
}
.footer-container-wrapper {
    position: relative;
}
.footer-container-wrapper::before {
    position: absolute;
    content: "";
    width: 100%;
    background: #222222;
    left: 0;
    top: -80%;
    height: 100%;
    z-index: 9;
    transform: skewY(-3deg);
    -moz-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    -o-transform: skewY(-3deg);
    -webkit-transform: skewY(-3deg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.span12.slider.rating_row {
    position: relative;
    z-index: 999;
}
.footer-section .span12.widget-span.widget-type-cell.bottom-text {
    padding: 0px;
}

.footer-section .footer-logo {
    margin-bottom: 20px;
}
.footer-section .social-icon  li {
    margin: 10px 5px;
}

.footer-section .social-icon li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 100%;
    line-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-section .social-icon li a img {
    filter: invert(1);
}
.footer-section ul {
    margin-bottom: 0px;
}

.footer-section ul li.hs-menu-item.hs-menu-depth-1 {
    margin-top: 30px;
}

.footer-section ul li.hs-menu-item.hs-menu-depth-1 a {
    color: #fff !important;
    opacity: 1;
    font-size: 14px;
}
.hs-landing-page .four-col-adjust .off {
    background: transparent;
    padding-top: 10px;
}

.deals .hs_cos_wrapper .image-container {
    position: relative;
}
.deals .hs_cos_wrapper .image-container::before {
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(180deg, rgba(17, 64, 107, 0.014) 0%, rgba(17, 64, 107, 0.546) 46.88%, rgba(34, 34, 34, 0.7) 88.54%);
    transform: rotate(-180deg);
    height: 60px;
    top: 0;
}
.four-col-adjust {
    position: relative;
}

.four-col-adjust::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    background-image: url(https://7967303.fs1.hubspotusercontent-na1.net/hubfs/7967303/Icons/arrow_top.png);
    top: 10px;
    right: -70px;
    background-repeat: no-repeat;
    background-size: contain;
}
.offer-desc-end p {
    margin-bottom: 30px !important;
}
.hs-landing-page .hero_maintext .form-cont.span4 {
    display: inline-block;
    margin-top: 50px;
}
.hs-landing-page .hero_maintext .form-cont.span4 form.align-right {
    text-align: center;
}
.hs-landing-page .hero_maintext .form-cont.span4:after, 
.hs-landing-page .hero_maintext .form-cont.span4:before {
 display: none;
}
.hs-landing-page .offer {
    display: block !important;
}
.hs-landing-page .hero-section .offer h3:after, .hero-section .offer h3:before {
    display: none;
}
.hs-landing-page .flip-clock-wrapper ul li a div div.inn {
    background-color: #222222;
}
.modal-container.four-col-adjust .cta-container {width: 100%;}

.modal-container.four-col-adjust .cta-container a {
    color: #fff;
    padding: 5px 40px;
    font-weight: bold;
}

.modal-container.four-col-adjust .cta-container a {
    display: flex;
    align-items: center;
}

.modal-container.four-col-adjust .cta-container .right-cta.span6 {
}

.modal-container.four-col-adjust .cta-container .right-cta.span6 a {
    width: auto !important;
}

.modal-container.four-col-adjust .cta-container .span6 {
    display: inline-block;
    width: auto;
}

.modal-container.four-col-adjust .cta-container .right-cta.span6 a {
    background: #000;
}
.modal-container.four-col-adjust .cta-container .span6 a:Hover {
    background: #0a970a;
}
.modal-container.four-col-adjust::after {
    display: none;
}
.hs-landing-page .four-col-adjust .cta-container .left-cta a:hover, .hs-landing-page .four-col-adjust .cta-container .right-cta a:Hover {
    background: #019d01;
}
/* .hs-landing-page .row-fluid .four-col-adjust span>.hs_cos_wrapper>.row-fluid {position: relative;}
.hs-landing-page .row-fluid .four-col-adjust span>.hs_cos_wrapper>.row-fluid:hover::before {
    background: #fc7753;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.8;
} */

.deals .hs_cos_wrapper:hover .image-container:after {
    opacity: 0.8;
    z-index: 9;
}
.deals .hs_cos_wrapper:hover .image-container .buttons-container {
    position: relative;
    z-index: 9999;
}
.deals .hs_cos_wrapper:hover .image-container .buttons-container .open-modal {
    font-size: 20px;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
.hs-landing-page #header .header-cta a {
    width: 170px;
    line-height: 26px;
    font-size: 12px;
}
.hs-landing-page .hero-section {
    padding-top: 250px;
    padding-bottom: 40px;
}

.hs-landing-page .hero_maintext .row-fluid {
}

.hs-landing-page .hero_maintext .form-cont.span4 input#quicksearch {
    min-width: 300px;
}

.hs-landing-page .form-cont.span4:after {
    top: 0px !important;
    bottom: 0px;
}

.hs-landing-page .hero_maintext .form-cont.span4::before {
    top: 13px;
}
    
  
.hs-landing-page .filter-tab-wrap.span12.sticky .wrapper {
    width: 100%;
}

.hs-landing-page .filter-tab-wrap.span12.sticky ul.menu li {
    color: #000;
    padding: 15px !important;
    border: 0px;
    font-size: 16px;
}

.deals-isotope span.mobile-tab-text {
    padding: 15px;
    font-size: 18px;
}

.four-col-adjust::after {
    right: 0;
}

.hs-landing-page .row-fluid .four-col-adjust .price .green1 h4 {
    font-size: 16px;
}

.hs-landing-page .row-fluid .four-col-adjust .price p span {
    font-size: 16px;
}

.hs-landing-page .four-col-adjust .cta-container .left-cta a, .hs-landing-page .four-col-adjust .cta-container .right-cta a {
    height: 30px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.hs-landing-page .four-col-adjust .cta-container .left-cta.span6 {
    padding-right: 0px;
}

.hs-landing-page .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    width: 100%;
}

.deals-isotope.deals.align-center {
    padding-bottom: 0;
}

.span12.slider.rating_row .card-container2.slick-initialized.slick-slider {
    margin-top: 10px;
}

.rating_row button.slick-prev.slick-arrow::before {
    left: -5px;
}

.rating_row button.slick-next.slick-arrow {
    display: block !important;
}

.rating_row button.slick-next.slick-arrow::before {
    width: 35px !important;
    height: 35px !important;
    right: -5px;
}
.hs-landing-page .footer-section {
    padding-top: 100px;
}
.footer-container-wrapper::before {
    top: -90%;
}
.footer-section ul li.hs-menu-item.hs-menu-depth-1 a {
    font-size: 12px;
}
.footer-section ul li.hs-menu-item.hs-menu-depth-1 {
    margin: 0px;
}
.hs-landing-page 
 .social-icon {
    margin-bottom: 30px;
}
  
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
.hs-landing-page .hero-section {
    padding-top: 280px;
    padding-bottom: 10px;
}
.hs-landing-page .filter-tab-wrap.span12.sticky ul.menu li {
    font-size: 16px;
}
.hs-landing-page .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    width: 50% !important;
    min-width: 50% !important;
}
.bottom-image::before {
    top: -50px;
}

}

.modal-content {
    background: #3D3D3D;
}
.modal-content h3 {
    color: #fff;
}
.modal-content .popup-desc, .modal-content .popup-desc p {
    color: #fff;
}
.modal .modal-container .modal-content p {
    color: #fff;
}

@media only screen and (min-width: 1025px)  and (max-width: 1299px) {
.hs-landing-page .four-col-adjust .cta-container .left-cta.span6 {
    width: 100% !important;
    padding: 0px;
}

.hs-landing-page .four-col-adjust .cta-container .right-cta.span6 {
    width: 100% !important;
    margin: 10px 0px 0px;
}

.hs-landing-page .row-fluid .four-col-adjust .price .green1 {
    width: 100%;
}

.hs-landing-page .row-fluid .four-col-adjust .price p:nth-child(1) {
    width: 100%;
}
.hs-landing-page .row-fluid .four-col-adjust .price .green1 h4 {
    background-position: center;
}
.four-col-adjust::after {
    right: 0;
}
  
}
@media only screen and (min-width: 1300px)  and (max-width: 1599px) {
.hs-landing-page .row-fluid .four-col-adjust .price .green1 h4 {
    font-size: 18px;
  }
.hs-landing-page .row-fluid .four-col-adjust .price p span {
    font-size: 18px;
}
 .four-col-adjust::after {
    right: 0;
}
  
}

@media only screen and (min-width: 1025px) {
  .hs-landing-page .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    width: 25% !important;
    min-width: 25% !important;
    padding: 15px 10px;
}

.hs-landing-page div#top {
    max-width: 1350px;
}
.span12.hero-section.align-center.all-text-white {
    background-size: 100% 100% !important;
}
}