@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&display=swap|Roboto:300,400&display=swap';
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,500,600,700&display=swap');













/* Border Style */




/* Typography */




/*heading Font Style Size*/

/*heading Font Size*/






/* fONT-WEIGHT STYLE */




/*****--------------****/



/* HEADER MENU STYLE */


/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */

/*
* Please do not change anything below this line
*unless you know what you're doing
*/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-decoration: none;
}

body{
  font-family: Source Sans Pro,sans-serif;
}
p{
  color: #858585;
  font-family:Source Sans Pro,sans-serif ;
  font-weight: 400;
  line-height: 1.5;
  font-size: 15px;
  letter-spacing: .25px;
}

h1,h2,h3,h4,h5,h6{ font-family: Source Sans Pro,sans-serif; }
h1{ font-weight: 800; }
h2{ font-weight: 800; margin-bottom:25px; }
h3{ font-weight: 700; }
h4{ font-weight: 700; }
h5{}
h6{}

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 0; 
  margin-bottom: 24px; 
}
/* DESKTOP SIZE */
h1 { font-size: 48px;}
h2 { font-size: 40px;}
h3 { font-size: 30px;}
h4 { font-size: 20px;}
h5 { font-size: 18px; }
h6 { font-size: 12px; }

/* TABLET SIZE */
@media (max-width: 768px) {
  h1 { font-size: 2.157em;}
  h2 { font-size: 2em;}
  h3 { font-size: 24px;}
  h4 { font-size: 1.333em; }
  h5 { font-size: 1em; }
  h6 { font-size: 12px; }

  h1,h2,h3,h4,h5,h6 { line-height: 1.33em;}
}
/* MOBILE SIZE */
@media (max-width: 479px) {
  h1 { font-size: 1.999em;}
  h2 {font-size: 1.853em;}
  h3 {font-size: 1.563em;}
  h4 { font-size: 1.25em; }
  h5 { font-size: 1em; }
  h6 { font-size: 12px; } 
  h1,h2,h3,h4,h5,h6 { line-height: 1.25em;}
}
ul,ol{
  list-style: none;
}
*:focus {outline: none;}
.container {
  
  margin: 0 auto !important;
  float: none !important;
  padding: 0 15px;    width: 100%;
}
.body-container-wrapper {  
  overflow: hidden;
  margin: 0 auto;
  max-width:1180px !important;
}

/*************************Header****************************/
.header-container-wrapper {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.logo .custom_logo .st0,
.default_footlogo .st0 {
  fill: #33475B;
}

.system-error-wrapper .st0 {
  fill: #252525;
}
.system-error-wrapper .st1 {
  fill: #33475B;
}
.system-error-heading h2 span {
  color: #33475B ;
  font-size: 60px;
  text-transform: uppercase;
}

.header { 
  position: relative;
  height: 63px;
  width: 100%; 
  padding-left: 49px;
  padding-right: 49px;
  float: left;
}

.header .container { 
  height: 100%;
}
.logo{ float: left; }
.logo .custom_logo svg{ height: 48px; }

.right_sidebar {
  float: right;
  align-items: center;
}
.right_sidebar .menu-search-icon {
  float: right;
  margin-top: 10px;
  margin-left: 15px;
}
.right_sidebar .menu-search-icon i.fa {
  color: #EAF0F6;
  padding-bottom: 5px;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #252525;
  display: inline-block;
  cursor: pointer;
}
.right_sidebar .menu-search-icon i.fa:hover{
  color: #EAF0F6;
  background-color: #252525;
}
.sticky-logo {
    display: none;
}
.header .nav {  float:left; padding: 0;}
.header .nav ul{ display: inline-block; }
.header .nav ul li{ display: inline-block; }
.header .nav ul li a{ 
  display: inline-block; 
  text-decoration: none; 
  padding: 0 10px;
  font-weight: 500;
  font-family: Source Sans Pro,sans-serif; 
}
.head_main {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .nav .hs-menu-wrapper li {
  position: relative;
  float: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .nav .hs-menu-wrapper ul ul {
  max-width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
  visibility: hidden;
  z-index: 100;
  -webkit-backface-visibility: hidden;
  box-shadow: 0 8px 10px -2px rgba(0, 0, 0, 0.15), 0 20px 60px -10px rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .nav .hs-menu-wrapper.hs-menu-flow-horizontal> ul > li > a{ 
  padding: 10px 15px; 
  color:#ffffff !important; }
.header .nav .hs-menu-wrapper.hs-menu-flow-horizontal> ul > li > a:hover{/* color: #33475B;*/ }
.header .nav .hs-menu-wrapper.hs-menu-flow-horizontal> ul > li:first-child > a{
  padding-left: 0;
}
.hubdew_templateheader .header .nav .hs-menu-wrapper.hs-menu-flow-horizontal> ul > li:last-child a{
  padding-bottom: 5px;
  padding-top: 5px;
  border-radius: 5px;
  background-color: #252525;
  padding: 10px 20px;
  color: #EAF0F6 !important;
}
.hubdew_templateheader .header .nav .hs-menu-wrapper.hs-menu-flow-horizontal> ul > li:last-child a:hover{
  color: #EAF0F6 !important;
  background-color: #00a9fa;
}
.clear-header-fix.homeover_view .header .nav .hs-menu-wrapper a{
  color: #333333;
}
.header .nav .hs-menu-wrapper ul ul {  opacity: 0;}
.header .nav.hs-menu-wrapper ul ul, 
.header .nav .hs-menu-wrapper ul ul {
  transition: .4s ease-in-out;
}
.header .nav .hs-menu-wrapper ul ul {
  border-radius: 4px;
}
.header .nav .hs-menu-wrapper ul ul {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}
.header .nav .hs-menu-wrapper ul ul {
  border-radius: 4px;
}
.header .nav .hs-menu-wrapper ul ul li:first-child > a {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.header .nav .hs-menu-wrapper ul ul li:last-child > a {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.header .nav .hs-menu-wrapper > ul > li > ul > li:first-child:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  left: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, .1);
  transition: .2s ease-in-out;
}
.header .nav .hs-menu-wrapper ul ul li.hs-item-has-children > a {
  padding-right: 25px;
}
/*.header .nav .hs-menu-wrapper ul ul li a {
background: #333c4e;
color: #ffffff !important;
}*/
.header .nav .hs-menu-wrapper ul ul li a {
  min-width: 11.25rem;
  max-width: 17.5rem;
  padding: 0.5rem 0.9375rem; 
  color: #ffffff;
  text-transform: capitalize;
  font-weight: normal;
}
.header .nav .hs-menu-wrapper a {
  display: block;
  position: relative;
  max-width: inherit;  
  text-overflow: inherit;
}
.header .nav .hs-menu-wrapper ul, 
.header .nav .hs-menu-wrapper li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .nav .hs-menu-wrapper li:hover > ul {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.header .nav .hs-menu-wrapper li:hover > ul {
  opacity: 1;
}
.header .nav .hs-menu-wrapper li:hover > ul {
  max-width: none;
  height: auto;
  overflow: visible;
  visibility: visible;
}
.header .nav .hs-menu-wrapper ul ul li.hs-item-has-children > a:before {
  content: "\f105";
  font-weight: 900;
  position: absolute;
  right: 15px;
  font-family: Font Awesome\ 5 Free;
}
.header .nav .hs-menu-wrapper ul ul ul li:first-child:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 11px;
  left: -4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, .1);
  transition: .2s ease-in-out;
}

/*************************Header-End****************************/
/*************************bananer-Section***********************/
.banner_section {
  width: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  /*min-height: calc(100vh - 80px);*/
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 195px 0px;
}

.banner_section .conatiner {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.Banner_contact{ width: 100%; display: inline-block; padding: 0;  }
.Banner_contact h1{ color: #ffffff; font-size: 48px;}
.Banner_contact span{ color: #ffffff; font-size: 15px; display: block; margin: 25px 0; font-family: Source Sans Pro,sans-serif;letter-spacing: .25px;
    line-height: 1.7; }
.Banner_contact ul{ width: 100%; display: inline-block; margin: 0; padding: 0; }
.Banner_contact ul li{ display: inline-block; margin: 0 10px; padding: 0; }
.Banner_contact ul li a{ 
  display: inline-block; 
  height: 50px;
  line-height: 48px;
  margin: 0; padding: 0 30px; 
  color: #ffffff; 
  font-size: 14px; 
  font-weight: 500; 
  border-radius: 5px;
  border:2px solid #ffffff;
  font-family: Source Sans Pro,sans-serif;
}
span.sn-arrow {
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 45px;
  width: 45px;
  line-height: 45px;
  background-color: #33475B;
  border-radius: 100px;
  position: absolute;
  bottom: 113px;
  cursor: pointer;
  margin-left: -22px;
}
span.sn-arrow i.fas.fa-chevron-down{
  font-size: 14px;
}
iframe {
  width: 100%;
}
/******fully Responsive section********/
.hebdew_head span{
  font-size: 18px; 
  font-weight: normal;
  font-family: Source Sans Pro,sans-serif;
  color: #858585;
}
.hebdew_head span p, .hubdew_contant_body span p{
  font-size: 18px; 
  font-weight: normal;
  font-family: Source Sans Pro,sans-serif;
  color: #858585;
}
.hubdew_contant_body{
  margin-top: 35px;
}
.hubdew_contant_body ul{
  margin-top: 40px;
}
.hubdew_contant_body ul li{ display: inline-block; padding: 0 5px; }
.hubdew_contant_body ul li a{  }
/******fully Responsive section********/
/******Drag Drop Section********/
.two_column_row {
  width: 100%;
  float: left;   
}
.DevSection{ padding: 0 15px; }
div .DevSection {
  margin-top: 0;
}
.DevSection .devlmpt_img {
  flex: 0 0 50%;
  max-width: 50%;
}
.DevSection.right .devlmpt_img{
  text-align: right;
}
.DevSection .devlmpt_contact {
  flex: 0 0 50%;
  max-width: 50%;
}
a.btn.get_premium{ margin-top: 25px;}
.background_bg{ background-color: #EAF0F6; min-height:600px; }
section.Ebook_wrap.background_bg {
  min-height: inherit;
}
.container.fullwidth .DevSection.right .devlmpt_contact {
  padding-right: 3%;
  padding-left: 20%;
}
.container.fullwidth .DevSection.left .devlmpt_contact {
  
  padding-right: 20%;
  padding-left: 3%;
}
/******Drag Drop Section end********/
/******Why Hubdew Theme Section********/
.theme_r {  
  margin-top:50px;
  margin-bottom:50px;
}
.hubdew-theme-column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.hubdew_theme_box {
  padding: 0 15px;
  margin-bottom: 30px;
}
.hubdew_theme_box .hubdew_wrap_bx {
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 25px 20px 25px 10px;
}
.hubdew_theme_box .hubdew_wrap_bx .hubdew-theme-lt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  max-width: 22%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}
.hubdew_theme_box .hubdew_wrap_bx .hubdew-theme-rt p{
  line-height: 25px;
  margin: 12px 0;
}
.hubdew_theme_box .hubdew_wrap_bx .hubdew-theme-lt .icon {
  background-color: #33475B;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}
.hubdew_theme_box .hubdew_wrap_bx .hubdew-theme-lt .icon i{ color: #ffffff; }
.hubdew_theme_box .hubdew_wrap_bx .hubdew-theme-rt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 78%;
  flex: 0 0 78%;
  max-width: 78%;
  padding: 0 0 0 8px;
}
.hubdew_theme_box .hubdew_wrap_bx .hubdew-theme-rt h4{
  color: #858585;
  font-size: 20px;
}
a.learn_more{
  font-size:13px;
  position: relative;
  font-weight: 700;
  font-family: Source Sans Pro,sans-serif;
  color: #858585;
  text-transform: uppercase;
}
a.learn_more::before {
  content: "\f061";
  font-weight: 900;
  /* position: absolute; */
  right: -18px;
  font-family: Font Awesome\ 5 Free;
  color:  #858585;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 3px;
}
a.learn_more:hover{
  color: #33475B;
}
a.learn_more:hover::before{ color: #33475B; }
.one-pager-template .hubdew_theme_box .hubdew_wrap_bx .hubdew-theme-lt{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22%;
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  margin-bottom: 30px;
}
.one-pager-template .hubdew_theme_box .hubdew_wrap_bx .hubdew-theme-rt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 0 0 0px;
  text-align: center;
}
/******Why Hubdew Theme Section End********/
/*************Happy Customers Start************/
.partner-logo ul{ margin-top: 45px; }
.partner-logo ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  border-left: 1px solid #d6d6d6;
  border-top: 1px solid #d6d6d6;
  padding: 25px 0;
  min-height: 115px;
}
.partner-logo ul li:nth-of-type(1),
.partner-logo ul li:nth-of-type(2),
.partner-logo ul li:nth-of-type(3),
.partner-logo ul li:nth-of-type(4),
.partner-logo ul li:nth-of-type(5) {
  border-top: 0;
}
.partner-logo ul li img{
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  opacity: 0.8;
}
.partner-logo ul li img:hover{
  -webkit-filter: grayscale(0);
  filter: none;
  opacity: 1;
}
.partner-logo ul li:first-child{
  border-left: 0;
}
.partner-logo ul li:nth-of-type(5n+1){
  border-left: 0;
}
/*************Happy Customers End************/
/**************DEW CONTACT START***************/
.contact-comn {
  background: #f3f3f3;
  padding: 36px 15px;
  min-height: 210px !important;
}
.contact-comn.Phone span:before {
  content: "\f095";
}
.contact-comn.email-address span:before {
  content: "\f0e0";
}
.contact-comn.address span:before {
  content: "\f041";
}
.contact-comn a {
  color: #737374;
}
.contact-comn span:before {
  background: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  font-family: FontAwesome;
  color: #ff7a59;
  font-size: 18px;
  border-radius: 50%;
  line-height: 40px;
  box-shadow: 0 0 1px #000;
  margin-bottom: 20px;
}
#hs_form_target_module_152887073607991 .hs-form-field>label {
  /*display: block;*/
}
/**********DEW CONTACT END*******/
/*************Testimonail Start**********/
.Testimonial-Dection {
  background-size: cover;
  background-repeat: no-repeat;
}
.client-TestimonialSlider {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.client-TestimonialSlider .Client-heading{ display: inline-block; position: relative; margin-bottom: 20px; }
.client-TestimonialSlider .Client-heading h2{ color: #333333;  position: relative; z-index: 1; }
.client-TestimonialSlider .Client-heading span{ color: #333333; font-size: 18px; }

.clientbox_wrap{ max-width: 830px; margin: 0 auto; width: 100%; }
.client-TestimonialSlider .clientbox{ width: 100%; display: inline-block; position: relative;}
.client-TestimonialSlider .clientbox .owl-stage-outer{   
  margin-bottom: 25px;
}
.owl-carousel .owl-item .Client-box .client_img{ position: relative; width: 120px; height: 120px; display: inline-block; border-radius: 100px; 
  border:2px solid #fff; 
  margin-bottom: 30px;
}
.owl-carousel .owl-item .Client-box .client_img img{ width: 120px; height: 120px; display: inline-block;  border-radius: 100px; }
.client-TestimonialSlider .clientbox .Client-box{ width: 100%; display: inline-block; text-align: center; box-sizing: border-box; margin-top: 20px;}
.client-TestimonialSlider .clientbox .Client-box h5{ font-size: 18px; color:333; margin: 15px 0 5px; font-weight: 400;}
.client-TestimonialSlider .clientbox .Client-box p{ color: #333; font-style: italic; line-height: 26px;}
.client-TestimonialSlider .clientbox .Client-box span {
  text-transform: uppercase;
  color: #333333;
  font-size: 13px;
  margin: 0;
  padding: 0;
}
.clientbox_wrap .clientbox #Clients_slider .owl-nav{ display: block; }
.clientbox_wrap .clientbox #Clients_slider .owl-nav button span{ font-size: 0;
  width: 22px;
  height: 42px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat; }
.clientbox_wrap .clientbox #Clients_slider .owl-nav button{}
.clientbox_wrap .clientbox #Clients_slider .owl-nav button:hover{ background-color: inherit; }
.clientbox_wrap .clientbox #Clients_slider .owl-nav button.owl-prev,
.clientbox_wrap .clientbox #Clients_slider .owl-nav button.owl-next{
  position: absolute;
  top: 45%;
}
.clientbox_wrap .clientbox #Clients_slider .owl-nav button.owl-prev{
  left: -80px;
}
.clientbox_wrap .clientbox #Clients_slider .owl-nav button.owl-next{
  right: -80px;
}
.clientbox_wrap .clientbox #Clients_slider .owl-nav button.owl-prev span{
  background-image: url(https://www.webdew.com/hubfs/Hubdew%20Template/arrow-left.svg);
}
.clientbox_wrap .clientbox #Clients_slider .owl-nav button.owl-next span{    
  background-image: url(https://www.webdew.com/hubfs/Hubdew%20Template/arrow-right.svg);
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 3px;
}
.clientbox_wrap .clientbox #Clients_slider .owl-dots button.owl-dot.active span{ background-color: #33475B; width: 10px; }
/*************Testimonail end************/

/*blog*/
.hubdew-recent-blog {
  padding-bottom: 100px;
}
.hubdew-blog-inner {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.hubdew-blog-listing {
  margin-top: 45px;
  margin-bottom:45px;
}
.hubdew-post-name h4 a {
  color: #252525;
  display: inline-block;
}
.hubdew-blog-wrap {
  margin: 0 15px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 0 7px rgba(2,16,48,0.15);
  -webkit-box-shadow: 0 0 7px rgba(2,16,48,0.15);
  -moz-box-shadow: 0 0 7px rgba(2,16,48,0.15);
}
.hubdew-post-date {
  font-size: 14px;
  font-weight: 600;
  color: #858585;
}
.hubdew-feature-img-blogs img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.hubdew-post-name h4 a:hover {
  color: #33475B;
}
.hubdew-post-name {
  width: 100%;
  padding: 25px 25px;
  min-height: 170px;
  flex-wrap: wrap;
}
.hubdew-post-name h4 {
  max-width: 100%;
  flex: 0 0 100%;
}
/*blog*/
/*footer*/
.hubdew-footer {
  background: #252525;
  padding: 72px 0 72px 57px;
  display: flex;
  position: relative;
  min-width: 100%;
  width: fit-content;
}
.hubdew-footer-copy-bottom {
  background: #363636;
  padding: 72px;
}
.hubdew-footer p {
  color: #EAF0F6;
  font-size: 15px;
}
.hubdew-footer-copy-bottom p {
  color: #EAF0F6;
  float: left;
  padding: 14px 0px; 
  font-size: 15px;  
}
.hubdew-footer-copy-bottom .btn.buy-now {
  float: right;
  border-color: #EAF0F6;
  color: #EAF0F6;
  order: 1;
}
.hubdew-footer-copy-bottom .btn.buy-now:hover {
  border-color: transparent;
  background: #ffffff;
  color: #252525;
}
.hubdew-footer-column {
  -webkit-box-flex: 0;
    min-width: 209px;
    margin-right: 72px;
}
.hubdew-footer-desc span {
  padding: 20px 0px 35px 0px;
  display: inline-block;
}
.hubdew-footer-logo svg {
  width: 160px !important;
}
.hubdew-footer-social-icons a {
  display: inline-block;
  width: 32px;
  height: 40px;
  margin: 12px 53px 0px 0;
  background-color: transparent;
  text-align: center;
  transition: .4s;
  font-size: 20px;
}

.hubdew-footer-social-icons img{
    color: #ffffff;
    fill: #ffffff;
    height: 40px;
    width: 32px;
    opacity: .6;

}
.hubdew-footer-social-icons a:hover img {
    opacity: 1;
}

.hubdew-footer-column h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 30px;
}
.hubdew-footer-column-wrap {
  padding: 0px 15px;
}
.hubdew-footer-menu ul li {
  float: none !important;
}
.hubdew-footer-menu ul li a {
  color: #919191;
  font-size: 14px;
  letter-spacing: 0.22px;
  line-height: 18px;
  display: inline-block;
  padding: 0px 0px 12px !important;
  font-family: Source Sans Pro,sans-serif;
}
.hubdew-footer-menu ul li a:hover {
  color: #ffffff;
}
.ft-quick-links .hubdew-footer-column-wrap{
  display: flex;
  flex-wrap: wrap;
}
.ft-quick-links h4 {
  flex: 0 0 100%;
  max-width: 100%;
}
.hubdew-footer-menu {
  flex: 0 0 100%;
  max-width: 100%;
}
.hubdew-footer-form .hs-button.primary.large {
  display: inline-block;
  margin: 0;
  padding: 0px 30px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
  font-family: Source Sans Pro,sans-serif;
  cursor: pointer;
  background-color: #00a9fa;
  border: 2px solid transparent;
}
.hubdew-footer-form .hs-button.primary.large:hover {
  background: #00a9fa;
}
.hubdew-footer-form .hs-input {
  height:48px;
  border: 0px;
  border-radius: 5px;
  font-size: 14px;
  font-family: Source Sans Pro,sans-serif;
  color: #000;
  width: 100%;
  margin-bottom: 10px;
}
.hubdew-footer-form .hs-input::placeholder {
  color: #000;
}
.hs_message.hs-message .input textarea.hs-input {
  height: 90px;
  width: 100%;
}
.hubdew-footer-form .hs-form-field .hs-form-required {
  display: none;
}
.hubdew-footer-form .hs-error-msg,
.hubdew-footer-form .hs-main-font-element{
  color: red;
  width: 100%;
  font-size: 12px;
  font-family: Source Sans Pro,sans-serif;
  padding: 0px 10px 10px 0px;
  display: inline-block;
}
.hubdew-footer-copy-right-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hs-form-radio >label{ width: 100%; display: inline-block; margin-bottom: 10px; }
.hubdew-footer-form .hs-form-radio label span{ color: #fff; float: left; }
.hs-fieldtype-radio label span {   
    margin-bottom: 10px;
    display: block;
}
.hubdew-footer-form .hs_message.hs-message.hs-fieldtype-textarea label span{
  color: #fff;
}

.hubdew-footer-form .hs-fieldtype-radio label span{  color: #fff; }
.hs-form-radio{ float: left; margin-right:10px; }
.hs-form-radio:last-child{ margin-right:0px; }
.hs-form-radio .hs-input{
  width: auto;
  height: auto;
  margin: 2px 8px 0 0;
  float: left;
}
.hs_checkbox.hs-checkbox .input .inputs-list{ margin: 10px 0; }

.hubdew-footer-form .hs_checkbox.hs-checkbox .input .inputs-list li.hs-form-booleancheckbox span{
  color: #fff;
}
.hs-fieldtype-checkbox.field.hs-form-field{ margin-top: 10px; margin-bottom: 10px }

.hs-fieldtype-checkbox.field.hs-form-field .inputs-list.multi-container{ margin-top: 10px; }
.hs-fieldtype-checkbox.field.hs-form-field .inputs-list.multi-container .hs-form-checkbox {
    margin: 0 10px 0 0;
    float: left;
}

.hs-fieldtype-checkbox.field.hs-form-field label span{ margin-bottom: 10px; }
.hubdew-footer-form .hs-fieldtype-checkbox.field.hs-form-field label span {
    color: #fff;
}

.hs_radio_button.hs-radio_button.hs-fieldtype-radio.field.hs-form-field > label {
    margin-bottom: 10px;
    display: block;
}
.hubdew-footer-form .hs_radio_button.hs-radio_button.hs-fieldtype-radio.field.hs-form-field > label {
  color: #fff;
}

.hubdew-footer-form  ul.inputs-list li.hs-form-booleancheckbox span {
  color: #fff;
}
.hubdew-footer-form  ul.inputs-list li.hs-form-booleancheckbox span {
  color: #fff;
}
.hs_select_options.hs-select_options{ margin-top: 10px; }
.hubdew-footer-form .hs_select_options.hs-select_options label{ color: #fff;  margin-top: 10px; }

input.hs-input[type="checkbox"] {
  height: auto;
  margin: 0 9px 0 0;
}
.hubdew-footer-form .inputs-list input.hs-input[type="checkbox"] span{ color: #fff; }
.hs_checkbox.hs-checkbox .input .inputs-list li.hs-form-booleancheckbox .hs-input{
  width: auto;
  height: auto;
  margin: 2px 8px 0;
  float: left;  
}
/*footer-end*/
.devlmpt_img img {
  height: auto;
}
div .DevSection.left .devlmpt_contact {
  padding-right: 65px;
  padding-left: 20px;
}
div .DevSection.right .devlmpt_contact {
  padding-right: 65px;
  padding-left: 20px;
}
/*Home-2*/
.slider_wrap.Banner_contact h1 {
  padding: 0 75px;
}
.slider_wrap h1, .slider_wrap span {
  color: #fff;
}
.slider_wrap {
  position: relative;
  z-index: 1;
}
.hubdew-hero-slider-wrap{ position: relative; }
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hubdew-hero-slider-wrap .item {
  justify-content: center;
  text-align: center;
  align-items: center;
  display: flex;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 195px 0px;
}
.hubdew-hero-slider-wrap .owl-theme .owl-dots{ display: none; }
.hubdew-hero-slider-wrap .owl-theme .owl-nav { }
.hubdew-hero-slider-wrap .owl-theme .owl-nav button{
  position: absolute;
  top: 35%;
}
.hubdew-hero-slider-wrap .owl-theme .owl-nav button:hover{
  background-color: inherit;
}
.hubdew-hero-slider-wrap .owl-theme .owl-nav button span{
  font-size: 0;
  width: 33px;
  height: 62px;
  display: inline-block;
}
.hubdew-hero-slider-wrap .owl-theme .owl-nav button.owl-prev{
  left: 10%;
}
.hubdew-hero-slider-wrap .owl-theme .owl-nav button.owl-next{
  right: 10%;
}
.hubdew-hero-slider-wrap #hubdew-hero-slider {
  position: relative;
}
.Home-option2 .hubdew_theme_box .hubdew_wrap_bx .hubdew-theme-lt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: left;
}
.Home-option2 .hubdew-theme-column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.Home-option2 .hubdew_theme_box .hubdew_wrap_bx .hubdew-theme-rt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 78%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
  margin-top: 15px;
}
.Home-option2 .hubdew_theme_box .hubdew_wrap_bx{
  background-color: #EAF0F6;
  padding: 25px 15px 25px 15px;
}
.hebdew_head h2 {
  width: 100%;
  display: inline-block;
}
.hubdew-get-attention-section {
/*   min-height: 600px; */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #252525;
}
.hubdew-get-attention-section-wrap h2{
  color: #fff;
}
.hubdew-get-attention-section-wrap .hebdew_head > span{
  padding: 0 15%;
  color: #fff;
  line-height: 26px;
}
.hubdew-get-attention-section-wrap .btn.modal-popup-btn {
  color: #fff;
  border-color: #fff;
  margin-top: 25px;
  padding: 0 20px;
  line-height: 48px;
}
.three-column-inner{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 0 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.module-three-box {
  display: inline-block;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.hubdew-three-column-listing {
  margin-top: 45px;
}
.three-column-inner-img {
  overflow: hidden;
  width: 100%;
  float: left;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
}
.three-column-inner-img::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #33475B;
  position: absolute;
  bottom: 0;
  left: 0;
  float:left;
}
.three-column-inner-img img{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: auto;
}
.three-column-inner .content {
  float: left;
  width: 100%;
  padding: 20px;
  border-bottom-left-radius: 10px;
}
.three-column-inner .content p{
  margin: 15px 0;
}
.three-column-inner .content h4{ color: #858585; }

.three-column-inner:hover .module-three-box{
  background-color:#fff;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
}
.three-column-inner:hover .three-column-inner-img img{
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transform: scale(1.1); 
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  opacity: 0.8;
}
.three-column-inner:hover .three-column-inner-img::before{
  width: 0;
}
.simple_text_wrap {
  display: flex;
  justify-content: space-between;
}
.hubdew_website_content h3,
.hubdew_website_content span,
.hubdew_website_button .btn{
  color: #252525;
}
.hubdew-section-button{
  background-color: #252525;
}
.hubdew_website_button .btn{
  border-color: #252525;
}
.hubdew-feature-slider .hebdew_head {
  position: relative;
  margin-bottom: 35px;
}
.hubdew-feature-slider .hebdew_head h5 {
  padding: 0 45px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  font-size: 15px;
  text-transform: uppercase;
  color: #252525;
}
.hubdew-feature-slider .hebdew_head::after {
  position: absolute;
  top: 11px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d0d2d3;
  content: "";
}
.feature-image-slides img{
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  opacity: 0.8;
}
.feature-image-slides img:hover{
  -webkit-filter: grayscale(0);
  filter: none;
  opacity: 1;
}
.hubdew-feature-slider-wrap div#feature-slider {
  position: relative;
}
.hubdew-feature-slider-wrap div#feature-slider .owl-dots{
  display: none;
}
.hubdew-feature-slider-wrap .owl-theme .owl-nav button{
  position: absolute;
  top:0;
}
.hubdew-feature-slider-wrap .owl-theme .owl-nav button:hover{
  background-color: inherit;
}
.hubdew-feature-slider-wrap .owl-theme .owl-nav button span{
  font-size: 0;
  width: 18px;
  height: 18px;
  display: inline-block;
}
.hubdew-feature-slider-wrap .owl-theme .owl-nav button.owl-prev{
  left: -40px;
}
.hubdew-feature-slider-wrap .owl-theme .owl-nav button.owl-prev span{
  background-image: url(https://8146049.fs1.hubspotusercontent-na1.net/hubfs/8146049/featured-arrow-left-4.png);
}
.hubdew-feature-slider-wrap .owl-theme .owl-nav button.owl-next{
  right: -40px;
}
.hubdew-feature-slider-wrap .owl-theme .owl-nav button.owl-next span{
  background-image: url(https://8146049.fs1.hubspotusercontent-na1.net/hubfs/8146049/featured-arrow-right-4.png);
}
.hubdew-feature-slider-wrap div#feature-slider {
  position: relative;
}
.hubdew-feature-slider-wrap .owl-carousel .owl-item img {
  width: auto;
}
/*******popup******/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background-color: rgba(0,0,0, 0.8);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.fade {
  transition: opacity .15s linear;
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0,-50px);
  transform: translate(0,-50px);
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-content .close {
  position: absolute;
  right: -28px;
  top: -40px;
  background-color: #fff;
  border: 0;
  width: 40px;
  height: 40px;
  color: #252525;
  border-radius: 100px;
  cursor: pointer;
}

.modal-dialog.modal-dialog-centered  .modal-content span{
   padding: 0; 
   line-height: inherit;
   color: #666f80;
    display: inline;
}

.modal-dialog.modal-dialog-centered  .modal-content .heading-title{ padding: 15px 0; }
.modal-dialog.modal-dialog-centered  .modal-content .hs-form-field label{
  text-align: left;
}

.modal-dialog.modal-dialog-centered  .modal-content .hs-form .hs_submit.hs-submit{
   margin: 15px 0;
}


.modal-content .close:hover{
  background-color: #33475B;
  color:#fff;
}
.hs-form-field .hs-form-required {
  display: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #011031;
  font-size: 16px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #011031;
  font-size: 16px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #011031;
  font-size: 16px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #011031;
  font-size: 16px;
}
.input input {
  width: 100%;
  height: 48px;
  border-radius: 3px;
  border: 2px solid #ccc;
  margin-bottom: 10px;
  font-size: 16px;
  color: #011031;
  font-family: Source Sans Pro,sans-serif;
}
.input textarea{
  width: 100%;
  height: 90px;
  border-radius: 3px;
  border: 2px solid #ccc;
}
input[type="submit"]{
    -webkit-appearance: none;
    -ms-appearance: none;
     appearance: none;
}
.hs_submit.hs-submit input[type="submit"], .hs-button.large.primary{
  height: 48px;
  padding:0px 30px;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 15px;
  line-height: 48px;
  cursor: pointer;
  color:#ffffff;
  background-color:#00a9fa;   
  font-family: Source Sans Pro,sans-serif;
  border: 2px solid #00a9fa;
  border-radius:5px;
}
.hs_submit.hs-submit {
  text-align: left;
}
.hs_submit.hs-submit input[type="submit"]:hover,
.hs-button.large.primary:hover{
  border:2px solid transparent;
  background-color:#00a9fa;
  color:#ffffff;
}
ul.no-list.hs-error-msgs.inputs-list {
  text-align: left;
  margin-top: -10px;
}
ul.no-list.hs-error-msgs.inputs-list li label {
  color: red;
  font-size: 12px;
  text-align: left;
}
@media (min-width: 576px){
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
}
@media (min-width: 576px){
  .modal-dialog {
    max-width: 501px;
    margin: 1.75rem auto;
  }
}
@media (min-width: 576px){
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
}
.hubdew-footer-form {
  position: relative;
  min-height: 160px;
}
.hubdew-footer-form .submitted-message{ border-radius: 10px; }
.hubdew-footer-form .submitted-message {
  color: #000;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
  padding: 0 45px;
  font-family: Source Sans Pro,sans-serif;
}
/*Home-2*/
/****************home3*******/
.hubdew-simple-pricing-wrap .pricing-table {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 25%;
  max-width: 25%;
}
.hubdew-simple-pricing-wrap {
  margin-top: 50px;
}
.pricing-table-column {
  margin: 0 15px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.table-header {
  background: #252525;
  padding: 30px 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.pricing-title{
  display: none;
}
.pricing-title h4 {
  color: #fff;
  font-weight: 300;
}
.pricing-title span {
  color: #4F608B;
  padding: 10px 0px;
  display: inline-block;
}
.price-with-month {
  background: #33475B;
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 100%;
  padding: 23px;
}
.price-with-month h3 {
  color: #fff;
}
.price-with-month span {
  color: #fff;
  font-size: 14px;
}
.pricing-content h4 {
  text-transform: uppercase;
  color: #fff;
  padding: 15px 0px;
}
.pricing-content span {
  color: #4F608B;
  font-size: 14px;
  display: none;
}
.pricing-table-column ul li {
  border-bottom: 1px solid #ddd;
  padding: 15px 0px;
  color: #858585;
}
.pricing-table-column ul {
  margin-bottom: 20px;
}
.pricing-table-column a {
  margin-bottom: 20px;
}
.pricing-table-column:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.pricing-table-column:hover .table-header {
  background: #363636;
}   
.pricing-table-column:hover .pricing-title,
.pricing-table-column:hover .pricing-content span{
  display: block;
}
/*FAQs*/
.hubdew-faq-section .accordion {
  background-color: #EAF0F6;
  cursor: pointer;
  padding: 16px 20px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative; 
  background-repeat: no-repeat;
  background-position: right;
}
.hubdew-faq-section .active{
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.hubdew-faq-section .active, 
.hubdew-faq-section .accordion:hover {
  background-color: #252525;
  color: #fff;  
}
button.accordion.active {
  margin-bottom: 0;
}
.hubdew-faq-section .accordion:after {
  content: '';
  font-weight: bold;
  float: right;
  margin-left: 5px;
  position: absolute;
  right: 14px;
  width: 15px;
  height: 9px;
  background-repeat: no-repeat;
  background-image: url(https://8146049.fs1.hubspotusercontent-na1.net/hubfs/8146049/down-arrow-4.png);
  top: 19px;
}
.hubdew-faq-section .active:after,
.hubdew-faq-section .accordion:hover::after{
  background-image: url(https://8146049.fs1.hubspotusercontent-na1.net/hubfs/8146049/up-arrow-4.png); 
}
.faq-listing .panel{
  background-color: #EAF0F6;
  padding: 15px 15px;   
}
.hubdew-faq-section .panel {
  padding: 0 18px;
  background-color: #EAF0F6;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
button.accordion.active + .panel {
  padding: 13px 18px;
  margin-bottom: 10px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.hubdew-faq-wrap .faq-listing {
  max-width: 980px;
  width: 100%;
  margin: 50px auto 0px;
}
/***********about us page*********/
.content-box-section .row_box {
  margin-top: 45px;
}
.hubdew-layout-two-section .hebdew_head span {
  text-transform: uppercase;
  font-weight: 600;
  color: #252525;
  font-size: 16px;
  margin-bottom: 20px;
}
.hubdew-layout-two-wrap {
  padding: 35px 0 50px 0;
}
.layout-inner-content{
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: justify;
}
.layout-inner-content:first-child {
  padding-right: 15px;
}
.layout-inner-content:last-child {
  padding-left: 15px;    
}
.column:hover .box {
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.1);
  transition: .4s ease-in-out;
}
.video_bg {
  width: 100%;
  margin: 50px 0 0;
  padding: 72px;
  background-image: url(https://8146049.fs1.hubspotusercontent-na1.net/hubfs/8146049/pattern-4.png);
}
.vido_frame {
  width: 100%;
  background-color: #fff;
  padding: 15px;
  border: 1px solid #ebe7e7;
}
.hubdew-feature-slider.aboutpartners .hebdew_head::after{
  display: none;
}
/**************************Contact US****************************/
.contact_address_box .icon {
  background-color: #33475B;
  width: 64px;
  height: 64px;
  border-radius: 100px;
  display: flex;
  line-height: 64px;
  text-align: center;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
}
body.faq-page-custom .hubdew-faq-section.padding_Tb {
  padding-bottom: 0;
}
.faq-page-wrap .hubdew-faq-wrap .container {
  
  padding-left: 0;
  padding-right: 0;
}
body.faq-page-custom .hebdew_head {
  text-align: left !important;
  justify-content: left !important;
}
body.faq-page-custom .section_contact_us.background_bg {
  margin-top: 90px;
}
.contact-listing {
  margin-top: 50px;
}
.contact-listing .address-column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 25%;
  max-width: 25%;
}
.contact-listing .address-column-wrap {
  padding: 0px 15px;
}
.address-column-wrap i {
  font-size: 22px;
  color: #33475B;
  margin-bottom: 20px;
}
.address-column-wrap h5 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.address-column-wrap span {
  color: #666f80;
  font-family: Source Sans Pro,sans-serif;
  font-size: 14px;
  margin: 10px 0;
  display: block;
}
.address-column-wrap span a{
  color: #666f80;
}   
.address-column-wrap span a:hover{
  color: #00a9fa;
}
.address-column-wrap.col-1 p {
  font-size: 14px;
}
.contact_us_form {
  margin-top: 50px;
}
.section_contact_us .contact_us_form fieldset {
  max-width: 100%;
  width: 100%;
}
.section_contact_us .contact_us_form .form-columns-3 .hs-form-field{
  width: 33.33%;
}
.section_contact_us .contact_us_form .hs_submit.hs-submit {
  text-align: center;
  margin-top: 25px;
}
.section_contact_us .contact_us_form .input input{
  margin-bottom: 25px;
}   
.section_contact_us .contact_us_form .hs_submit.hs-submit input[type="submit"]{
  background-color: #33475B;
  border-color: #33475B;
}
.section_contact_us .contact_us_form .hs_submit.hs-submit input[type="submit"]:hover {
  background: transparent;
  border-color: #252525;
  color: #252525;
}
.cont_form{
  background-color: #EAF0F6;
  padding: 35px;
  border-radius: 5px;
}
.contact_artical {
  text-align: right;
  padding-right: 30px;
}
.gettouch fieldset.form-columns-1, .gettouch fieldset.form-columns-2 {
  max-width: 100%;
}
.gettouch fieldset.form-columns-2 input{
  border-color:#252525;
  margin-bottom: 20px;
}
.gettouch fieldset.form-columns-1 .hs_message.hs-message .input textarea.hs-input{
  border-color: #252525;
  height: 195px;
  margin-bottom: 20px;
}
.contact_column4{
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.contact_address_box {
  background-color: #EAF0F6;
  height: 100%;
  padding: 35px 25px;
}

.contact_column4:nth-child(2n) .contact_address_box {
  background-color: #e7e8e9;
}

.contact_address_box .icon i.fas, .contact_address_box .icon i.far{
  color: #ffffff;
  font-size: 25px;
}
.contact_address_box .cont_description h4{
  margin-bottom: 20px;
}
.contact_address_box .cont_description p a{ color: #666f80; }
.contact_address_box .cont_description .hubdew-footer-social-icons a {
  width: 40px;
  height: 40px;
  margin: 0 2px 0 0;
  line-height: 40px;
  font-size: 18px;
}
/***************Map************/
.contact-map-section {
  background: #252525;
}
.contact-map-section h2 {
  color: #fff;
}
.contact-map-section .hebdew_head span {
  color: #fff;
}
.contact-map-section {
  position: relative;
  text-align: center;
}
.contact-map-section::after {
  position: absolute;
  content: "";
  border-left: 51px solid transparent;
  border-right: 51px solid transparent;
  border-top: 20px solid #252525;
  bottom: -20px;
  margin-left: -51px;
}
/**********About us************/
.feaured_section {
  display: flex;
  flex-wrap: wrap;
}
.feaured_section .featured_column2 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.featured_column2 > img {
  width: 100%;
  height: auto;
  float: left;
}
.featured_box {
  width: 100%;
  height: 100%;
  background-color: #252525;
  padding: 50px 85px;
  box-sizing: border-box;
  align-items: center;
  display: flex;
}
.featured_loopbx {
  display: flex;
  flex-wrap: wrap;
}
.featured_loopbx .artical_rpt{
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 30px;
  padding: 0 10px 0 0;
}
.featured_head span{
  color: #fff;
}
.featured_head h2{
  color: #fff;
  margin-bottom: 0;
}
.featured_loopbx{}
.featured_loopbx .artical_rpt .description_column h4{
  color: #fff;
  margin: 12px 0;
  font-size: 20px;
  font-weight: 700;
}
.featured_loopbx .artical_rpt .description_column p{
  color: #96a0b5;
  line-height: 25px;
  font-size: 15px;    
}
@media screen and (max-width: 991px) {
  .feaured_section .featured_column2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    order: inherit !important;
    min-height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .hubdew-footer {
    padding: 48px 0 54px 16px;
  }
  .featured_box {    
    background-color: #252525;
    padding: 50px 20px;
  }
  .featured_loopbx .artical_rpt {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0px 0 0;
  }
  div.empetycell{
    display: none !important;
  }
}
/***********Error Page************/
.system-error-section.padding_Tb {
  height: 100%;
  display: flex;
  align-items: center;
  padding:10% 0 5%;
}
/*****************Pricing Page***************/
.content-box-section {
  width: 100%;
  display: inline-block;
}
.row_box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}
.column {
  padding-right: 15px;
  padding-left: 15px;    
  margin-bottom: 30px;
}
.column .box {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.box .icon {
  width: 65px;
  height: 65px;
  border-radius: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box .icon span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.box .icon svg{
  width: 40px;
  height: 40px;   
}
.box .content_artical{ padding: 15px 0; }
.box .content_artical h4{margin-bottom: 15px;}
.column .box .link {
    float: left;
  width: 100%;
}
.list_icon, .custom_icon {}
.custom_icon img {
  width: 40px;
  height: auto;
  float: left;
}
/********************theme-Setting********************/
/*************DEW-Blog-V1*************/
.Dew-blog-v1{
  padding: 110px 0;
}
.Dew-blog-v1 .post-listing .post-item{
  background-color: #EAF0F6;
  width: 100%;
  border-radius: 10px;
  display: inline-block;
  margin-bottom: 30px;
}
.Dew-blog-v1 .post-listing .post-item .post-header h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 10px 0;
}
.Dew-blog-v1 .post-listing .post-item .post-header h2 a{
  color: #1b1b1c;
}
.Dew-blog-v1 .post-listing .post-item .post-body{ display: flex; flex-wrap: wrap; align-items: center;  }

.Dew-blog-v1 .post-listing .post-item .post-body .blog_featured_img{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #000000;
}


.Dew-blog-v1 .post-listing .post-item .post-body.post_item_full .post-blog-content{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.Dew-blog-v1 .post-listing .post-item .post-body .post-blog-content{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 15px;
}
.Dew-blog-v1 .post-listing .post-item .post-body .blog_featured_img .hs-featured-image {
  margin: 0;
  max-width: 100%;
  float: none;
  display: inline-block;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  opacity: 0.8;
}
.dew_content_area p{
  line-height: 25px;
}
.Dew-blog-v1 .post-listing .post-item .post-body .blog_featured_img .topic {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.dew-author{ float: left;  margin-right: 5px; width: 100%; margin-bottom: 15px; }
.dew-author, .custom_listing_comments {
  font-size: 13px;
  color: #1b1b1c;
}
.dew-author a{
  color: #1b1b1c;
}
.dew-author .fa, .custom_listing_comments .fa{
  color:#33475B; 
}
#hubspot-topic_data .topic-link{color:#33475B;   }
.dew_content_area a.more-link.btn {
  margin-top: 15px;
  text-transform: capitalize;
  padding: 0 15px;
}
.Dew-blog-v1 .post-listing .post-item .post-body .blog_featured_img .topic a.topic-link {
  color:#ffffff;
  position: relative;
  padding: 0 0 0 20px;
}
.Dew-blog-v1 .post-listing .post-item .post-body .blog_featured_img .topic a.topic-link::before {
  background-color: #33475B;
  width: 10px;
  height: 10px;
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 15px;
}
.post-item h2.post-listing-simple {
    font-weight: 600;
    font-size: 26px;
    background-color: #EAF0F6;
    padding: 15px;
    border-radius: 10px;
}

.post-item h2.post-listing-simple a {
    color: #252525;
}
.Dew-blog-v1 .post-listing .post-item:nth-of-type(2n) .blog_featured_img {
  order: 1;
  border-top-left-radius: 0px;
  border-bottom-left-radius:0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.Dew-blog-v1 .post-listing .post-item:nth-of-type(2n) .blog_featured_img .hs-featured-image{
  border-top-left-radius: 0px;
  border-bottom-left-radius:0px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.dew-sidebar .dew-subscription{
  padding: 20px;
  border-radius: 10px;
  background-color: #252525;
  margin-bottom:30px;
}
.dew-sidebar .dew-subscription h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 600;
}
.dew-sidebar .dew-subscription .input input{ border:none; }
.dew-sidebar .dew-subscription .hs_submit.hs-submit input[type="submit"]{ 
  width: 100%;
  border:none;
  background-color: #33475B;
}
.dew-sidebar .dew-Categories{ 
  padding: 20px;
  border-radius: 10px;
  margin-bottom:30px;
  background-color: #EAF0F6;
}
.dew-sidebar .dew-Categories h3, .dew-sidebar .dew-recent-posts h3 {
  font-size: 20px;
  color: #1b1b1c;
  margin-bottom: 15px;
  font-weight: 600;
}
.dew-sidebar .dew-Categories ul li {
  display: inline-block;
  width: 100%;
}


.dew-sidebar .dew-Categories ul li a{
  color: #1b1b1c;
  line-height: 40px;
  font-size: 16px;
}
.dew-sidebar .dew-Categories ul li a span.filter-link-count {
  float: right;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50px;
  color: #33475B;
}
.dew-sidebar .dew-Categories ul li:nth-of-type(2n) a span.filter-link-count{ 
  color: #252525;
}
.dew-sidebar .dew-recent-posts{
  padding: 20px;
  border-radius: 10px;
  margin-bottom:30px;
  background-color: #EAF0F6;
}
.dew-sidebar .dew-recent-posts ul li.hs-postlisting-item {
  padding: 10px 0;
  border-bottom: 1px solid #888889;
}
.dew-sidebar .dew-recent-posts ul li.hs-postlisting-item:last-child{
  border:none;
  padding-bottom: 0;
}
.dew-sidebar .dew-recent-posts ul li.hs-postlisting-item a{
  color: #1b1b1c;
  font-size: 16px;
  font-weight: 600;
}
.dew-Advertising img{ width: 100%; }
.pagination {
  margin-top: 18px;
}
.pagination.wrapper{}
.pagination.wrapper .pages-navigation.flex-row.align-center {
  text-align: center;
}
.pagination.wrapper .pages-navigation a{
  color: #1b1b1c; 
}
.pagination.wrapper .pages-navigation a.page-number.current{
  color: #1b1b1c;
}
.pagination.wrapper .pages-navigation a:hover span{ color: #ffffff; }
.pagination.wrapper .pages-navigation a.page-number{
  color: #1b1b1c;
}
.pagination.wrapper .pages-navigation a.all-posts-link{
  color: #1b1b1c;
}
.pagination.wrapper .pages-navigation .btn {
  padding: 0 14px;
}
/**************DEW-Blog-V1 detail************/
.blog_detail-section{  width: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1e3142;
  padding: 195px 0px;
}
.blog_heading_title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.blog_discription h1 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 15px;
}
div#hubspot-author_data {
  display: flex;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 16px;
}

.hs-author-avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.posted-by--blog {
  color: #363636;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
}
.hs-author-label {
  color: #363636;
}

.author-link {
  color: #1E88E5;
}

.author_details {
  display: inline-block;
  text-align: left;
  color: #fff;
  padding: 0 0 0 15px;
}
.author_details a {
  color: #ffffff;
}
.blog_featured_img.blog_detail img.hs-featured-image {
  margin: 0 0 40px 0;
  max-width: 680px;
  width: 100%;
  float: none;
  border-radius: 10px;
}
.dew-blog-detail .section.post-body p {
  padding-bottom: 15px;
}
.dew-blog-detail p#hubspot-topic_data {
  margin: 15px 0;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  padding: 10px 0;
}
.dew-blog-detail p#hubspot-topic_data .topic-link{
  color: #33475B;
}
.dew-blog-detail .section.post-body blockquote {
  background-color: #f6f6f6;
  padding: 10px 15px 10px 20px;
  border-left: 4px solid #ff7a59;
  margin-bottom: 15px;
  color: #666f80;
  line-height: 26px;
  font-size: 16px;
  font-style: italic;
  border-radius: 10px;
  border-right: 4px solid #ff7a59;
}
/**************************Default Home start*******************************/
.Banner_contact h1, .banner_text h1 {   color: #fff;}
.innerpart .Banner_contact { width: 100%;  display: inline-block; }
.Contact_titla-head h2 { padding-bottom: 30px;}
.post-features { padding: 50px 0;}
.padding-Top{ padding-top: 60px;}
.post-features .hs-rss-module.feedreader_box {
  display: flex;
  flex-wrap: wrap; align-items: flex-start;
}
.post-features .hs-rss-module.feedreader_box .hs-rss-item {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  flex-direction: column-reverse;
  display: flex;
  padding: 0 10px;
}
.post-features .hs-rss-module.feedreader_box .hs-rss-item .hs-rss-item-text {
  width: 100%; 
  padding: 15px 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;    
  text-align: center;
}
.post-features .hs-rss-module.feedreader_box .hs-rss-item .hs-rss-item-image-wrapper {
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.post-features .hs-rss-module.feedreader_box .hs-rss-item .hs-rss-item-image-wrapper img{ border-top-left-radius: 10px;
  border-top-right-radius: 10px; }

.post-features .hs-rss-module.feedreader_box .hs-rss-item .hs-rss-item-text a {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
  margin-top: 10px;
  color: #141822
}
.post-features .hs-rss-module.feedreader_box .hs-rss-item .hs-rss-item-text .hs-rss-description a{ 
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: underline;
}
.post-features .hs-rss-module.feedreader_box .hs-rss-item .hs-rss-item-text .hs-rss-description a:hover{ text-decoration: none; }
.TemplateSeries_section{ padding: 50px 0; }
/*Section color*/
.head_tital span{ color: #6d6e71; font-size: 18px; font-weight: 400; }
.Contact_section{ margin-bottom:45px; }
.DevelopmentSection{ padding:45px 0;}
.DevSection {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 60px;
}
.DevSection .devlmpt_img {  flex: 0 0 50%; max-width: 50%;}
.DevSection .devlmpt_contact {  flex: 0 0 50%; max-width: 50%;}
.DevSection .devlmpt_contact h3{ padding-bottom: 15px; margin-bottom: 15px; position: relative; font-size: 24px;font-weight: 700;}
.DevSection .devlmpt_contact h3::after{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  width: 60px;
  height: 2px;
  background-color: ;
  content: "";
}
.Btn_dew {
  height: 50px;
  line-height: 48px;
  padding:0 30px;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 15px;
  color:#252525;
  font-family: Source Sans Pro,sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #252525;
  border: 2px solid #00a9fa;
  border-radius:5px;
}
.Btn_dew:hover{ border:2px solid transparent;
  background-color:#00a9fa;
  color:#ffffff;
}
.automatically_posts{padding: 60px 0px;}
.happycustomer_scetion{ }
.automatically_posts .hs-rss-module.feedreader_box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 45px;
}
.automatically_posts .hs-rss-module.feedreader_box .hs-rss-item.hs-with-featured-image {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  flex-direction: column-reverse;
  display: flex;
  padding: 0 10px;
  justify-content: space-around;
}
.automatically_posts .hs-rss-module.feedreader_box .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  width: 100%;
  padding: 15px 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align:left;
}
.automatically_posts  .hs-rss-module.feedreader_box .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.automatically_posts .hs-rss-module.feedreader_box .hs-rss-item.hs-with-featured-image .hs-rss-item-text a {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
  margin-top: 10px;
  color: #141822;
}
.automatically_posts .hs-rss-module.feedreader_box .hs-rss-item.hs-with-featured-image .hs-rss-item-text .hs-rss-description a {
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 700;
}
.blog_cont_st .post-body p {  display: inline;}
.automatically_posts  .hs-rss-byline{ margin-bottom: 12px; }
.automatically_posts  .hs-rss-byline span{ color: #40434b; font-size: 14px; margin-bottom: 10px; text-transform: capitalize; }
.post-catgory-section{ padding: 50px 0; }
.hs-author-avatar img {  border-radius: 100px;}
.blog-section_wrap .featured_warp {  width: 100%; display: inline-block; margin-bottom: 20px; max-width: 680px}
.blog-section_wrap .featured_warp img.hs-featured-image { max-width: 100%;  float: none; width: 100%; margin: 0;}
.post-catgory-section .section.post-header h1 {  margin-bottom: 15px;}
.post-catgory-section .section.post-header .hs-author-social-section{ display: none; }
.post-catgory-section .blog-section .hs-blog-social-share {  display: none;}
.post-catgory-section .section.post-body {  width: 100%; display: inline-block;  padding: 15px 0;}
.post-catgory-section .section.post-body span {  line-height: 30px; font-size: 18px;  font-weight: 400; color: #6d6e71;}
.Sidebarbox { background: #EAF0F6; padding: 20px 20px 20px;border: 1px solid #eef1f3; border-radius: 3px;}
.Sidebarbox  h3{ margin-bottom: 15px; display: block; font-size: 20px; font-weight: 600;  border-bottom: 2px solid #EAF0F6;
  padding-bottom: 10px; }
.Sidebarbox .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field label {  display: none;}
.Sidebarbox .block {  padding: 0 0 20px 0;}
.Sidebarbox .block h3 {  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 2px solid #EAF0F6;
  padding-bottom: 10px;
}
.Sidebarbox .block ul li {   line-height: 35px; width: 100%; display: inline-block;}
.Sidebarbox .block ul li a {  color: #222;  width: 100%; display:inline-block; border-bottom: 1px solid #e5e5e5;  padding: 5px 0;}
.Sidebarbox .block ul li a:hover{ background-color: #fafafa;  }
select, input[type="text"], input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.post-catgory-section .section.post-footer span{ display: block; margin: 10px 0; font-size: 14px; }
.post-catgory-section .section.post-footer span.hs-form-required {  display: none;}
.Banner_contact h1 > span { font-size: 0.8em;}
.middle_footer{ padding:45px 0;}
.footer{ width: 100%; background-color: ; margin-top: 0; }
.footer_bottom{ background-color: ; position:relative; }
.middle_footer .foot_box{}
.middle_footer .foot_box h4, .middle_footer .footbox h4 { 
  color: #fff;
  margin-bottom: 5px;
  position: relative;
  padding-bottom: 30px;
}
.middle_footer .foot_box h4::after, .middle_footer .footbox h4::after {
  margin: 15px 0;   
  width: 41px;
  display: block;
  height: 2px;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
}
.middle_footer .foot_box p{ color: #ebebeb; line-height: 22px; font-size: 14px; }
.middle_footer .footbox ul{ width: 100%; margin-top:0; padding:0; }
.middle_footer .footbox ul li{ width: 100%; margin-top:0; padding:0; }
.middle_footer .footbox ul li a{ width: 100%; margin-top:0; padding: 0 !important; color: #ebebeb; line-height: 26px; font-size: 14px; }
.latest_update .footer_form { width: 100%; display: inline-block;  }
.latest_update .footer_form  label{margin-bottom: 10px; display: block;}
.latest_update .footer_form .hs_email.hs-email { display: inline-block;  width: 440px;}
.latest_update .footer_form .hs_submit.hs-submit { display: inline-block;  width:180px;  margin: 0 0 0 20px;}
.map-iframe iframe { width: 100%;}
.latest_update .head_tital h2{  color: #141822; }
.latest_update .head_tital span { display: block; color: #141822; margin-bottom: 20px;}
.Add_row { display: flex;  flex-wrap: wrap; margin-bottom: 10px;}
.Add_row span {  margin: 0;  max-width: 10%;  flex: 0 0 10%;}
.Add_row span i.fa{ color: #fff; }
.Add_row p {  margin: 0;  max-width: 90%; flex: 0 0 90%; font-size: 14px;}
.Add_row a{ color: #fff; font-size: 14px; }
.footer_form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field label { display: none;}
/*.footer_form input { width: 100%; height: 44px; border-radius: 3px; margin-bottom: 10px; margin-top: 0px; border: 0; padding: 0 10px;}
.footer_form input[type="submit"] { color: #fff; text-transform: uppercase; font-weight: 700; font-size: 13px; letter-spacing: 2px; cursor: pointer;}*/
.footer_social {  margin-top: 15px;}
.footer_social ul { margin: 0; padding: 0; }
.footer_social ul li{   margin: 0; padding: 0; display: inline-block;}
.footer_social ul li a { 
  padding: 12px 18px;
  border: 2px solid #464d55;
  border-radius: 3px;
  display: inline-block;
  margin: 0 11px 0 0;
}
.footer_social ul li a:hover { border: 2px solid #CCC}
.footer_social ul li a i.fa { color: #ebebeb; }
.footer_social ul li a:hover i.fa { color: #fff; }
.footer_bottom{ margin: 0; padding: 15px 0; }
.footer_bottom p{ color: #fff; font-size: 14px; }
.privacy-policy{ margin: 0; padding: 0; float: right !important; }
.privacy-policy ul { margin: 0; padding: 0; float: right; }
.privacy-policy ul li{   margin: 0; padding: 0; display: inline-block;}
.privacy-policy ul li a {    display: inline-block;   margin: 0 0px 0 12px; color: #fff; font-size: 14px; }
.catgory-listing .post-item { margin-bottom: 20px; border-bottom: 1px solid #e5e5e5; padding-bottom: 20px;}
.catgory-listing .post-item .hs-featured-image-wrapper { float: left;  width: 400px; margin: 0 20px 20px 0;}
.catgory-listing .post-item .hs-featured-image-wrapper .hs-featured-image {
  width: 400px;
  max-width:  400px;
  margin: 0 0;
  float: none;
}
.catgory-listing div#hubspot-author_data {
  align-items: center;
  font-size: 12px;
  margin: 8px 0;   
}
.catgory-listing .blog_cont_st .post-header h4{  margin-bottom: 15px;}
.catgory-listing .blog_cont_st .post-header h4 a{
  color: #141822;
  text-transform: capitalize;
}
.catgory-listing .blog_cont_st a.more-link{ font-size: 16px;  color: #33475B;}
.blog-section_wrap a.author-link { color: #33475B;}
.catgory-listing .blog_cont_st a.more-link:hover{ text-decoration: none; }
.catgory-listing .post-item .custom_listing_comments{ font-size: 14px; margin-top: 15px;   }
.catgory-listing .post-item .custom_listing_comments a{  margin: 0 0 0 10px; color: #33475B; }
.catgory-listing .post-item .custom_listing_comments a:hover{ color:#ccc;}
.blog-pagination a {
  height: 36px;
  width: 36px;
  border-radius: 2px;
  background-color: #F0EFF0;
  border: 1px solid #F0EFF0;
  box-sizing: border-box;
  color: #323232;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  padding: 7px 13px;
}

.blog-pagination a:hover{   
  background-color: #EEEEEE;
  border: 1px solid #EEEEEE; 
  font-weight: 400;
}
.catgory-listing div#hubspot-author_data a.author-link{ color: #33475B; }
.DevSection .devlmpt_img img {   height: auto;}
/*******************Blog detail*****************/
.blog-container { padding-top: 84px;}
body.blog-page { background: #f5f5f5;}
.blog-section-main { padding: 60px 0px 0;}
.blog-section-main .blog-wrapper { background: #fff; padding: 20px;}
.blog-page .mapp-header .mapp-brand-logo img.hs-image-widget { width: 200px !important;}
.blog-page .mapp-header .mapp-brand-logo a { display: block;}
.blog-page .mapp-main-nav .hs-menu-wrapper ul {  padding: 16px 0;}
.blog-page .header-scroll .mapp-main-nav .hs-menu-wrapper ul { padding: 16px 0 11px 0;}
.blog-page .mapp-header { padding-bottom: 15px;  padding-top: 15px;}
.blog-page .mapp-header.header-scroll .mapp-brand-logo img.hs-image-widget { width: 180px !important;}
.blog-section .post-header h1 {
  color: #2e2e2e;
  font-size: 40px;
  letter-spacing: -1.13px;
  line-height: 54px;
  margin-bottom: 48px;
  font-weight: 500;
}
.blog-detail--clear .section.post-body h1, .blog-detail--clear .section.post-body h2, .blog-detail--clear .section.post-body h3 {
	color: #212121;
  font-size: 40px;
  letter-spacing: -.5px;
  line-height: 50px;
  margin: 40px 0 24px;
  font-weight: 300 !important;
}

.blog-section.blogpost .blog-section .blog-post-wrapper {  width: 100%;  display: inline-block;}
.hs-featured-image-wrapper img {  width: 400px;  float: none;  max-width: 100%; margin: 0;}
.hs-author-avatar {
  width: 104px;
  height: 104px;
  margin-bottom: 12px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  float: left;
}

.blog-section.blogpost .blog-section .section.post-header div#hubspot-author_data {  font-size: 12px;  margin-bottom: 8px; margin-top: 15px;}
.blog-section-main form .hs-input {  height: 55px;}
.blog-section-main form .hs-button {
  height: 55px;
  padding: 0 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  cursor: pointer;
}
.blog-page label{  font-size: 14px;  color: #595e8a;}
.blog-page textarea{  min-height: 180px;}
.blog-listing-wrapper.cell-wrapper .hs-featured-image-wrapper img {   float: left;  max-width: 50%; margin: 0 15px 0 0;}
.blog-section.bloglisting .blog-listing-wrapper.cell-wrapper .post-listing .post-item {  padding-bottom: 20px;}
.blog-page .hs-button{  border:0;  color:#fff;  text-transform: uppercase; font-weight: 500;}
.comment-from h4 a {  color: #333;}
.blog-page .hs-button.comment-reply-to {
  height: 45px;
  padding: 0 22px;
  margin-top: 12px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}
.blog-page .section.post-header h1 {  padding: 15px 0; text-transform: capitalize;}
.blog-listing-wrapper.cell-wrapper .post-header h2{   padding-bottom: 10px; text-transform: capitalize;}
.blog-listing-wrapper.cell-wrapper .post-header h2 a { color: #27304d;  font-size: 24px;}
.blog-listing-wrapper.cell-wrapper #hubspot-author_data{  font-size: 13px;}
.blog-listing-wrapper.cell-wrapper #hubspot-author_data a{   color: black;}
.blog-listing-wrapper.cell-wrapper .post-header .more-link {
  
  margin-top: 20px;
  height: 37px;
  border: 2px solid #442d99;
  line-height: 34px;
  font-size: 13px;
  text-transform: uppercase;
  padding: 0 23px;
  border-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  color: #3a2491;
  font-weight: 700;
  display: inline-block;
}
.blog-listing-wrapper.cell-wrapper .post-header .custom_listing_comments{  display: none;}
.blog-pagination {  
  text-align: center;  
  width: 100%;  
  display: inline-block;
}
.blog-pagination .all-posts-link{
  
  display: inline-block;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 30px;
  font-weight: 700;
  border-radius: 125px;
  -webkit-border-radius: 125px;
  -moz-border-radius: 125px;
  background-image: -moz-linear-gradient( 180deg, rgb(96,69,175) 0%, rgb(40,20,131) 100%);
  background-image: -webkit-linear-gradient( 180deg, rgb(96,69,175) 0%, rgb(40,20,131) 100%);
  background-image: -ms-linear-gradient( 180deg, rgb(96,69,175) 0%, rgb(40,20,131) 100%);
}
.blog-wrapper form .field {  margin-bottom: 15px;}
.modal-close.modal-features-video { top: -25px; right: -25px;}
.blog-section .blog-post-wrapper .post-wrap { display: -webkit-box;display: -ms-flexbox; display: flex;padding-bottom: 25px;}
.blog-section .blog-post-wrapper .post-wrap .post-wrap-left {  flex-shrink: 0;}
.blog-section .blog-post-wrapper .post-wrap .post-wrap-right {  padding-left: 20px;}
.blog-section .blog-post-wrapper .post-wrap .post-wrap-right .hubspot-editable { padding-bottom: 5px;}
.blog-section .blog-post-wrapper .post-wrap .hs-author-avatar img {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  overflow: hidden;
}
.blog-section .blog-post-wrapper .post-wrap span.hs_cos_wrapper_type_blog_social_sharing {  display: none;}
.blog-wrapper .post-footer .comment {  margin-bottom: 20px;}
/* blog css */
.mapp-blog-detail-post-main .section.post-header {  padding-top: 70px;  padding-bottom: 20px; margin-bottom: 50px;}
.mapp-blog-detail-post-main h3 span { font-weight: 600;}
.mapp-blog-detail-post-main .section.post-header {}
.mapp-blog-detail-post-main #hubspot-author_data {
  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;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 20px 0;    
}
.mapp-blog-detail-post-main .section.post-header .hs-author-avatar {  width:auto;  height: auto;}
.mapp-blog-detail-post-main .hs-author-avatar img {
  height: 55px;
  width: 55px;
  border-radius: 95px;
  -webkit-border-radius: 95px;
  -moz-border-radius: 95px;
  border: 2px solid #eef1f3;
}
.mapp-blog-detail-post-main a.author-link { padding: 0 10px 0 12px;  /* color: #fff;*/}
.mapp-blog-detail-post-main .post-date-localized { /* color: #fff;*/  padding-left: 10px;}
.mapp-blog-detail-post-main .blog-post-detail-featured-image img {  float: none;  max-width: 75%;  margin: 0;}
.mapp-blog-details-post p {  font-size: 18px;  margin-bottom: 20px;  line-height: 30px;}
.mapp-blog-detail-comment {  padding-top: 40px; padding-bottom: 20px;}
.mapp-blog-detail-comment .section.post-footer #comments-listing { margin-bottom: 40px;}
.mapp-blog-detail-comment form .field.hs-form-field {  margin-bottom: 20px;}
.mapp-blog-detail-comment form .field.hs-form-field .input input { height: 50px; padding: 0 15px;}
.mapp-blog-detail-comment form .field.hs-form-field .input textarea {  height: 145px;}
.mapp-blog-detail-comment form .hs-submit .actions input {
  height: 50px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 0 35px;
  border-width: 2px;
  border-style: solid;
  cursor: pointer;
}
.mapp-blog-detail-comment .section.post-footer #comments-listing button.comment-reply-to {
  height: 50px;
  padding: 0 30px;
  border-radius: 95px;
  -webkit-border-radius: 95px;
  -moz-border-radius: 95px;
}
.mapp-blog-detail-comment form .field.hs-form-field .hs-error-msgs label {display: block;  padding-top: 10px; color: #ff0000; font-size: .9rem;}
.mapp-blog-detail-comment form .hs_error_rollup {  display: none;}
.blog-search form button.btn1{  border-style: solid;
  border-width: 2px;
  border-color: #ccc;
  border-radius: 5px;
  background-color:#000;
  height: 44px;
  width: auto;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  padding:0 15px;
  right: 0;   
}
/*****************blog**/
.blog-section_wrap h1 span#hs_cos_wrapper_name, .blog-section_wrap h1{  display: none;}
.blog-search{ position: relative; }
p.link a {   color: #7a7b7d;}
/**************************Default Home End*******************************/
/***************Resource Page*****************/
.db_wrapper{ width: 100%; margin: 0; padding: 0; display: inline-block; }
.db_wrapper .column_Db{  width: 100%; margin: 0; padding: 0; 
  display: -webkit-box ;
  display: -ms-flexbox ;
  display: flex ;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.db_wrapper .column_Db .db_box{ 
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 10px;
  margin-bottom: 15px;
}
.db_wrapper .column_Db .db_box .Db_img {
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.db_wrapper .column_Db .db_box .Db_img::before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: -moz-linear-gradient( 90deg, rgba(0,38,114,0.50196) 0%, rgba(253,192,153,0.10196) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgba(0,38,114,0.50196) 0%, rgba(253,192,153,0.10196) 100%);
  background-image: -ms-linear-gradient( 90deg, rgba(0,38,114,0.50196) 0%, rgba(253,192,153,0.10196) 100%);
}
.db_wrapper .column_Db .db_box .Db_img img{ 
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}
.db_wrapper .column_Db .db_box .Db_icon {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: -30px;
  left: 15px;
  z-index: 1;
  width: 65px;
  height: 65px;
  background-color: #252525;
  border-radius: 100px;
  border: 2px solid #ffff;
  text-align: center;
  line-height: 68px;
}
.db_wrapper .column_Db .db_box .Db_icon:hover{  background-color: #33475B; }
.db_wrapper .column_Db .db_box .Db_icon svg{
  width: 25px;
  padding-top: 15px;
}
.db_wrapper .column_Db .db_box .Db_icon svg .st0 {
  fill: #fff;
}
.db_wrapper .column_Db .db_box .db_description {
  margin: 0;
  padding: 40px 15px 15px;
}
.db_wrapper .column_Db .db_box .db_description h4{ color: #141822; }
.db_wrapper .column_Db .db_box .db_description p{ 
  padding: 15px 0;
  color: #858585;
}
#return-to-top { z-index: 1; background-color:#33475B; }
#return-to-top:hover {  
  background-color: #ffffff;
}
#return-to-top:hover i {
    color: #252525;
    top: 5px;
}
.resource_pg .hubdew_website_content {
  /*max-width: 530px;*/
  padding-right: 50px;
}
.resource_pg .hubdew_website_content span {
  margin-top: 11px;
  display: block;
  line-height: 25px;
}
.landing-page-footer{
   
  background-color: #252525;
}
.landing-page-footer p,
.landing-page-footer p a{ 
  color: #fff; font-size: 15px; font-family: Source Sans Pro,sans-serif;
}
.hebdew_head.case-study-heade span {
  padding: 0 15%;
  line-height: 25px;
}
.hubdew-recent-blog.case-blog-post .hubdew-blog-listing {
  padding: 0 15px;
}
.hubdew-recent-blog.case-blog-post .hubdew-blog-inner:first-child{ margin-top: 0; }
.hubdew-recent-blog.case-blog-post .hubdew-blog-inner {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 15px;
  background-color: #EAF0F6;
  box-shadow: none;
  border-radius: 10px;
  margin-top: 30px;
  display: none;
}
.hubdew-recent-blog.case-blog-post .hubdew-blog-inner .hubdew-blog-wrap{ 
  margin: 0;
  padding: 0;
  box-shadow: none;
  border:0;
  flex-wrap: wrap;
}
.hubdew-recent-blog.case-blog-post .hubdew-blog-inner .hubdew-blog-wrap .hubdew-feature-img-blogs{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
}
.hubdew-recent-blog.case-blog-post .hubdew-blog-inner .hubdew-blog-wrap .hubdew-feature-img-blogs img{
  border-radius: 10px;
  width: 100%;
}
.hubdew-recent-blog.case-blog-post .hubdew-blog-inner .hubdew-blog-wrap .hubdew-post-name{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  max-width: 65%;
}
.hubdew-recent-blog.case-blog-post .hubdew-blog-inner .hubdew-blog-wrap .hubdew-post-name h3{ color: #252525; }
.hubdew-recent-blog.case-blog-post .hubdew-blog-inner .hubdew-blog-wrap .hubdew-post-name h3 a{ color: #252525; }
.hubdew-recent-blog.case-blog-post .hubdew-blog-inner .hubdew-blog-wrap .hubdew-post-name p {
  padding: 15px 0;
}
.resource_pg .btn:hover{ background-color:#252525;}


/***************************Landing Page*************************/
 
  .clr-section-marketing-has-changed {
   padding-top: 100px;
    padding-bottom: 100px;
    z-index: 1;
    background: #333333;
    background: -moz-linear-gradient(left, #333333 0%, #333333 21%, #333333 21%, #c3c6c9 82%, #dce1e5 100%);
    background: -webkit-linear-gradient(left, #333333 0%,#333333 21%,#333333 21%,#c3c6c9 82%,#dce1e5 100%);
    background: linear-gradient(to right, #333333 0%,#333333 21%,#333333 21%,#c3c6c9 82%,#dce1e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#dce1e5',GradientType=1 );
}
    
  .clr-section-marketing-has-content {
    padding: 10px 20px;
}
  .clr-section-marketing-has-form form {
    color: white;
    font-weight: bold;
    padding-top: 20px;
}
  .clr-section-marketing-has-form form input {
    border: 0px !important;
}
  .clr-section-marketing-has-right {
    padding-top: 15px;
}
  .clr-section-marketing-has-right-content span {
    color: white;
    font-weight: 800;
}
  .clr-section-get-your-copy {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #EAF0F6;
}
.clr-section-get-your-form-section {
    padding: 40px;
    background-color: #ffff;
}

  .clr-section-get-your-form-section form {
    width: 50%;
    margin: 0 auto;
    color: #999999;
    font-weight: 500;
        font-size: 15px;
}
  .clr-section-get-your-form-section form label {
    margin-bottom: 10px;
    display: block;
}
  .clr-section-get-your-form-section input.hs-button.primary.large {
    webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0,0.20);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0,0.20);
}
  
 .clr-section-get-your-form-section .hs_submit.hs-submit {
    text-align: center;
    padding-top: 20px;
}
  .section-Hands-down-the-best-main {
    padding-top: 100px;
    padding-bottom: 100px;
}
 .clear-theme-landing-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #333333;
}
  .CPl-section-heading span {
    padding-top: 10px;
}
  .CPl-section-button span {
    padding-top: 0px;
}
  .CPl-section-heading .head_tital h2::after

{
  display: none;
}
  .CPl-section-button {
    margin-top: 40px;
}
  .clr-section-give-yourself {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f7f6f4;
}
  .clr-section-give-yourself-button {
    text-align: center;
    padding-top: 40px;
}
  .clr-section-you-are-awesome {
     padding-top: 100px;
    padding-bottom: 100px;
}
 
  .l3-clear-theme-sectio-main {
    padding-top: 60px;
    padding-bottom: 100px;
    background-color: #333;
}
  .l3-clear-theme-section-feedback {
    color: #FFFFFF;
    text-align: center;
    font-size: 30px;
    line-height: 1.444em;
    font-style: italic;
    font-weight: 500;
    padding: 20px 0;
}
      
  .l3-clear-theme-section-autor-name strong {
    font-weight: 800;
    font-size: 18px;
    
}
  .l3-clear-theme-section-autor-name {
    text-align: center;
    color: #fff;
}
  .l3-clear-theme-section-autor-name p {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}
  .CPl-section-button {
    text-align: center;
}
  
  
  .landing-page3-section-first{
    padding-top: 100px;
    padding-bottom: 100px;
 }
  
  
  .landing-page3-section-second {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 30%, #EAF0F6 30%, #EAF0F6 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 30%,#EAF0F6 30%,#EAF0F6 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#ffffff 30%,#EAF0F6 30%,#EAF0F6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#EAF0F6',GradientType=0 );
}

/***************************eBook*************************/
.Dew-Theme-eBook {
  margin-top: -90px;
  position: relative;
  z-index: 1;
}
.hs_select_options.hs-select_options ul.inputs-list.multi-container {
  margin-top: 10px;
}
.feature-image-slides {
  width: 100%;
  display: inline-block;
}
.feature-image-slides img{
  width: 100% !important;
  display: inline-block;
}
/*******************Server Error********************/
.Server-error-section {
  padding: 10% 0 5%;
  min-height: 680px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Server-error-section .system-error-wrapper .icon_server {
  width: 80px;
  height: 80px;   
  background-color: #252525;
  border-radius: 100px;
  margin-bottom: 45px;
  display: flex;
  align-items: center; 
  justify-content: center;
}
.Server-error-section .system-error-wrapper .icon_server svg{ width: 35px; }
.Server-error-section .system-error-wrapper .icon_server svg .st0{ fill: #FFFFFF; }
.Server-error-section .server_wrap{ max-width: 560px; width: 100%; }
.Server-error-section .server_wrap h2{ font-size: 45px; color: #141822; }
.Server-error-section .server_wrap span{ color: #7a7b7d; font-size: 26px; }


.hubdew-get-attention-section-wrap .modal-dialog.modal-dialog-centered .hs_cos_wrapper_type_form {
    text-align: left;
}
.hubdew-get-attention-section-wrap .hs-fieldtype-radio {
    margin-top: 0px;
}
.hubdew-get-attention-section-wrap .hs-form-radio {
    float: left;
}

.hubdew-get-attention-section-wrap .modal.fade .modal-dialog{
    transform: translate(0,15px);
}
   .hubdew-get-attention-section-wrap ul.inputs-list.multi-container {
    margin: 7px 0 0 0;
    display: flex;
}
/*******************coming soon page************/
.section--coming-soon h2 {
    position: relative;
    padding-bottom: 15px;
    margin: 0 0 15px 0;
    font-size: 70px;
    color: #141822;
}
.section--coming-soon h2::after {
    position: absolute;
    bottom: 0;
    left: 45%;
    padding: 0;
    width: 60px;
    height: 2px;
    background-color: #33475B;
    content: "";
}
.section--coming-soon {
    width: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 60px;
}
.content--coming-soon {
    padding:60px 40px;
    text-align: center;
}
#timer {
    display: inline-flex;
}
#timer span{
  display: block;
  font-size: 18px;
}
.sub-content{
  display: block;
    margin-top: 30px;
    font-size: 18px;
    font-weight: normal;
    font-family: Source Sans Pro,sans-serif;
    color: #858585;
}
#days span, 
#hours span, 
#minutes span, 
#seconds span  {
  color: #33475B;
}

/*******/
.featured-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.featured-content-inner {
    margin: 0 15px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 0 7px rgba(2,16,48,0.15);
    -webkit-box-shadow: 0 0 7px rgba(2,16,48,0.15);
    -moz-box-shadow: 0 0 7px rgba(2,16,48,0.15);
}
.featured-worked-icon {
    padding: 0 20px;
    position: relative;
    top: -30px;
    margin-bottom: -30px;
}
.featured-worked-icon i {
    color: #fff;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-style: normal;
    transition: .4s ease;
    background-color: #252525;
    border-radius: 100px;
}
.tc{
  text-align: center !important;}
  .featured-worked-text {
    padding: 30px 10px;
}
.featured-card-image img {
    width: 100% !important;
    height: auto !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: .4s ease;
}
.featured-work-wrap {
    margin-top: 40px;
}
.featured-content-inner:hover {
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
}
.featured-content:hover .featured-card-image img {
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
    
}
.featured-card-image {
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.featured-worked-text p {
    margin: 20px 0px;
}

.CL_Biginner_rpofessionals .bg-section{ background-color:#252525; }
.CL_Biginner_rpofessionals .st0 {
    fill: #252525;
}
.CL_Biginner_rpofessionals .bg-section {
    margin-top: -4px;
}
.CL_Biginner_rpofessionals .padding_B45{ padding-bottom: 45px; }

.CL_Biginner_rpofessionals {
    margin-top: -10%;
}
.CL_Biginner_rpofessionals .bg-section.padding_Tb{ padding-top: 10%; }
.CL_Biginner_rpofessionals.Clear_th_Options{ padding-top: 150px;  margin-top: 0; }
.CL_Biginner_rpofessionals .bg-section .Cl-img {
    margin-top: -300px;
}

.Cl_dark_section{ background-color: #252525; }

.items-center .row-fluid-wrapper .row-fluid {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
    flex-wrap: wrap;
    align-items: center;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.cl_launch_first .Cl-img img {
    width: 100%;
}

.element_top {
    margin-top: -7em;
    position: relative;
    z-index: 1;
}



.header-container-wrapper .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.body-container-wrapper .body-container.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.footer-container-wrapper .footer-container.container-fluid {
    padding-left: 0;
    padding-right: 0;
    background-color: #252525;
}

/******************Boostrap-4*******************/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}

.btn {
  height: 50px;
  line-height: 48px;
  padding:0 30px;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 15px;
  color:#252525;
  font-family: Source Sans Pro,sans-serif;
  font-weight: 500;
  color: #00a9fa;
  border: 2px solid #00a9fa;
  border-radius:5px;
}
.banner-rich-text .btn{ border: 2px solid #ffffff; color:#ffffff; }
.banner-rich-text .btn:hover{}
.btn:hover{
  border:2px solid transparent;
  background-color:#00a9fa;
  color:#ffffff;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.text-justify {
  text-align: justify !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
/******************Boostrap-4-end*******************/
#menu-toggle, #menu-toggle_lan {
  width: 35px;
  height: 35px; 
  top: 50%;
  bottom: 50%;
  transform: translate(0, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  background: #33475B;
  display: none;
}
#menu-toggle:hover .bar, #menu-toggle_lan:hover .bar {
  width: 25px;
}
#menu-toggle.closeMenu .bar,
#menu-toggle_lan.closeMenu .bar {
  width: 25px;
}
#menu-toggle.closeMenu .bar:first-child,
#menu-toggle_lan.closeMenu .bar:first-child {
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
#menu-toggle.closeMenu .bar:nth-child(2),
#menu-toggle_lan.closeMenu .bar:nth-child(2) {
  -webkit-transform: scale(0);
  transform: scale(0);
}
#menu-toggle.closeMenu .bar:last-child,
#menu-toggle_lan.closeMenu .bar:last-child {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}
.bar {
  width: 25px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bar:nth-child(2) {
  width: 20px;
  margin: 5px 0;
}
.bar:last-child {
  width: 15px;
}

.hs-search-field {
  margin: 10px 64px 6px;
}

.hs-search-field__input {
  opacity: 0.5;
  color: #363636;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  padding: 10px 16px !important;
  border: none;
  border-radius: 2px;
  background-color: #F5F5F5;
}

.hs-search-field__bar form {
  display: flex;
  justify-content: flex-end;
}

.hs-search-field__bar form button{
    border: none;
    background: #F5F5F5;
    opacity: 0.5;
    width: 44px;
    color: #363636;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+OTREMEVGRTMtMTJCMS00NjE3LUIyQjItQTA1NUI3MEYxRTMxPC90aXRsZT4KICAgIDxnIGlkPSLwn5G38J+PvC1uaXRyby10cmFuc2xhdG9yIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iVUktS0lULURFTU8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC05MTQuMDAwMDAwLCAtMTMxNi4wMDAwMDApIiBmaWxsPSIjQkRCREJEIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8cGF0aCBkPSJNOTI1LjQzNTEwNiwxMzI2LjA2Mjg5IEw5MjQuNzEyNDA3LDEzMjYuMDYyODkgTDkyNC40NTYyNjEsMTMyNS44MTU4OSBDOTI1LjM1Mjc3MywxMzI0Ljc3MzAxIDkyNS44OTI1MSwxMzIzLjQxOTEgOTI1Ljg5MjUxLDEzMjEuOTQ2MjYgQzkyNS44OTI1MSwxMzE4LjY2MjA5IDkyMy4yMzA0MTcsMTMxNiA5MTkuOTQ2MjU1LDEzMTYgQzkxNi42NjIwOTMsMTMxNiA5MTQsMTMxOC42NjIwOSA5MTQsMTMyMS45NDYyNiBDOTE0LDEzMjUuMjMwNDIgOTE2LjY2MjA5MywxMzI3Ljg5MjUxIDkxOS45NDYyNTUsMTMyNy44OTI1MSBDOTIxLjQxOTA5NywxMzI3Ljg5MjUxIDkyMi43NzMwMTMsMTMyNy4zNTI3NyA5MjMuODE1ODk1LDEzMjYuNDU2MjYgTDkyNC4wNjI4OTMsMTMyNi43MTI0MSBMOTI0LjA2Mjg5MywxMzI3LjQzNTExIEw5MjguNjM2OTM1LDEzMzIgTDkzMCwxMzMwLjYzNjk0IEw5MjUuNDM1MTA2LDEzMjYuMDYyODkgWiBNOTIwLDEzMjYgQzkxNy43ODY2NjcsMTMyNiA5MTYsMTMyNC4yMTMzMyA5MTYsMTMyMiBDOTE2LDEzMTkuNzg2NjcgOTE3Ljc4NjY2NywxMzE4IDkyMCwxMzE4IEM5MjIuMjEzMzMzLDEzMTggOTI0LDEzMTkuNzg2NjcgOTI0LDEzMjIgQzkyNCwxMzI0LjIxMzMzIDkyMi4yMTMzMzMsMTMyNiA5MjAsMTMyNiBaIiBpZD0ic2VhcmNoLTE2LTE2Ij48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center;
}

.hs-search-field__bar button svg {
  display: none;
  height: 20px;
}

div#search-blog.hs-search-field.search-input-header {
  transform: translate(-50%, 0%);
  position: fixed;
  position: fixed;
  top: 80px;
  left: 50%;
  width: 100%;
  display:none;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 60px;
  z-index: 1;
}
div#search-blog.hs-search-field.search-input-header::after {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #33475B;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
}
div#search-blog.hs-search-field.search-input-header .hs-search-field__bar { 
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; 
  padding: 30px 0;   
}
div#search-blog.hs-search-field.search-input-header .hs-search-field__bar form {
  width: 90%;
  max-width: 760px;
}
div#search-blog.hs-search-field.search-input-header .hs-search-field__bar input.hs-search-field__input {
  border-radius: 50px;
  line-height: 52px;
  height: 52px;
  border: 2px solid #33475B;
  padding: 0 20px;  
  width: 100%;
}
div#search-blog.hs-search-field.search-input-header .close-btn {
  position: absolute;
  height: 40px;
  width: 40px;
  background-color: #252525;
  right: 40px;
  border-radius: 5px;
  top: 36px;
}
div#search-blog.hs-search-field.search-input-header .close-btn::after {
  content: "close";
  color: #fff;
  position: absolute;
  text-align: center;
  line-height: 43px;
  cursor: pointer;
}
div#search-blog.hs-search-field.search-input-header .close-btn::after {
  content: "✖";
  color: #fff;
  position: absolute;
  text-align: center;
  line-height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 14px;
}

  
.address-column-wrap .icon svg {
    fill: #252525;
}


/*merrychristmas*/

.merry_christmas .right_sidebar {
    display: none;
}

.merry_christmas .eBook_form .eBook_dwForm h3{
    color: #333333;
}
.merry_christmas .eBook_section .hs-form-field label {
    color: #333333;
    text-align: left;
    width: 100%;
    float: left;
    margin: 0 0 9px 0;
}
.merry_christmas .hs_hub_id.hs-hub_id.hs-fieldtype-text.field.hs-form-field{ position: relative; }
.merry_christmas legend.hs-field-desc { position: absolute;
    right: 0;
    top: 0;
    width: auto; }
.merry_christmas legend.hs-field-desc a {
    color: #333333;
}

.merry_christmas .img_eBook img {
    height: auto;
}
.offer-book-img img {
    height: auto;
}


.merry_christmas .eBook-offer .btn {
    margin-top: 30px;
}

.logo .upload_logo img {
    height: auto;
}

span#pack_btn {
    position: absolute;
    left: -48px;
    width: 60px;
    height: 35px;
    background-color: #00a9fa;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    top: 12px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 5px;
    cursor: pointer;
    transform: rotate(270deg);
    border-bottom-right-radius: 0px;
    border-top-right-radius: 5px;
}
.CL-Button_Pack {
    position: fixed;
    z-index: 999;
    background-color: #fff;
    right: 0;
    top: 250px;
    height: auto;
    min-height: 0;
    padding: 15px 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 0px;
    moz-transition:position 10s;
 -ms-transition:position 10s;
 -o-transition:position 10s;
 -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
   transition: all 1s ease-in-out;
 box-shadow: 0 0 2px #bfbfbf;
 width: 280px;
}
.cl_fix .CL-Button_Pack{ right:-280px; 
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
   transition: all 1s ease-in-out;
 }
.cl_fix span#pack_btn {
         transform: rotate(270deg);
    border-bottom-left-radius: 0px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 5px;
}
.CL-Button_Pack ul li {
    margin: 0 0 10px 0;
}
.CL-Button_Pack ul li:last-child {
    margin: 0 0 0px 0;
}

.CL-Button_Pack ul li a.btn{ display: block; }


.hs_hub_id.hs-hub_id.hs-fieldtype-text.field.hs-form-field .input {
    margin-top: 10px;
}
.hs_hub_id.hs-hub_id.hs-fieldtype-text.field.hs-form-field {
    position: relative;
}
.hs_hub_id.hs-hub_id.hs-fieldtype-text.field.hs-form-field .hs-field-desc {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}



/*media css*/
/**************************Default Home Responsive Media*******************************/
div#Dew-menu-toggle{ display: none; }
div.nav{display: block;}
@media screen and (max-width:1199px) {}
@media screen and (max-width: 992px) { 
  .DevSection .devlmpt_img img { height: auto;}
  .header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a { padding: 18px 8px 0;}
}

@media screen and (max-width: 900px) {
  .hs-search-field {
  position: absolute !important;
  left: 20px;
  top: 50%;
  -webkit-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
  margin: 0;
  }
}
@media screen and (max-width:800px) {
  .header .container {  
    position: relative;
    height: 100%
  }
  .hubdew-recent-blog.case-blog-post .hubdew-blog-inner .hubdew-blog-wrap .hubdew-feature-img-blogs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hubdew-recent-blog.case-blog-post .hubdew-blog-inner .hubdew-blog-wrap .hubdew-post-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  div.Banner_contact span br { display:none; }
}
@media screen and (max-width: 767px) {
  div.Template_row .Seriesbox { flex: 0 0 50%;  max-width: 50%;}
  div.video_section { position: relative; width: 100%;  height: auto !important;}
  div.video_section .video_frame {  position: relative;  right: 0;  height: auto; width: 100%;}
  div.video_Contant {  width: 100%;  float: none !important; display: inline-block; padding: 25px 0 0 !important;}
  .video_Contant h3::after { left: 0;}
  div.latest_Newsletter { padding: 60px 0;}
  .cl_launch_first .Cl-img img {padding: 10px;}
  .cl_launch_first .Cl-img img[alt="arrow-process"]{ display:none;}
  .gray-bg .order_in_mobile .row-fluid {display: flex; flex-direction: column;}
  .gray-bg .order_in_mobile .left_colum{ order:2; }
  .gray-bg .order_in_mobile .right_colum{ order:1; }

}
@media screen and (max-width: 639px) {
  div.DevSection .devlmpt_img, div.DevSection .devlmpt_contact {  flex: 0 0 100%; max-width: 100%;}
  .DevSection .devlmpt_contact{ margin-top: 35px; }
  .automatically_posts .hs-rss-module.feedreader_box .hs-rss-item.hs-with-featured-image,
  .post-features .hs-rss-module.feedreader_box .hs-rss-item { flex: 0 0 100%; max-width: 100%;}
  div.Template_row .Seriesbox {  flex: 0 0 100%; max-width: 100%;}
  .footer_bottom p{ text-align: center; }
  .privacy-policy ul {  float: none;  width: 100%;  text-align: center;}
  .privacy-policy{ margin: 0; padding: 0; float: none !important; }
  .Add_row span {  max-width: -webkit-fill-available;  flex: 0 0 auto;  margin: 0 15px 0 0;}
  .footbox {   margin-top:30px;}
  .foot_box {  margin-top: 30px;}
  div.Banner_contact span {font-size: 16px;}
  h2 { font-size: 24px; }
  .head_tital span {  font-size: 16px; padding: 0 15px;}
  div.Seriesbox .template_colum {  padding: 20px 25px;}
  .catgory-listing .post-item .hs-featured-image-wrapper {  float: left;  width: 100%;  margin: 0 0 20px 0;}
  div.Banner_contact ul li {   margin: 0 10px 10px;  }
  div.contact-box { flex: 0 0 100%; max-width: 100%; margin-bottom: 30px;  padding:0;} 

  .Sidebarbox{ margin-top: 0px; }
  .hs-author-avatar {  margin: -12px 15px 0 0;}
  div#hubspot-author_data {
  
    font-size: 14px;
    margin-top: 25px;
    line-height: 27px;
    padding: 0 0 0 0;
  }
  div.map-iframe {  margin-top: 30px;}
  div.get_section {  padding-bottom: 0;  padding-top: 30px;}
  .catgory-listing .blog_cont_st .post-header h4 {  margin-bottom: 0;}
  .blog-listing-wrapper.cell-wrapper #hubspot-author_data { padding-bottom: 0; margin: 0;}
  .catgory-listing .blog_cont_st .post-body br {   display: none;}
  .blog-pagination {  margin-top: 0px;}
  .section.post-footer .hs-form.stacked.hs-form-private { margin-bottom: 30px;}
}
@media screen and (min-width: 1300px) {}
@media screen and (max-width: 1499px) {
  .Dew-Theme-eBook {
    margin-top: -40px;   
  }
}
@media screen and (max-width: 1299px) {
  .hubdew-layout-two-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .section_contact_us.background_bg .hebdew_head {
    padding: 0 15px;
  }
  .contact-listing {
    margin-top: 15px;
  }
  .section_two_column_video, .section_two_column {
    padding-left: 15px;
    padding-right: 15px;
  }
  .background_bg, .hubdew-get-attention-section {
    min-height: inherit;
  }
  .container.fullwidth .DevSection.right .devlmpt_contact {
    padding-right: 3%;
    padding-left: 3%;
  }
  .container.fullwidth .DevSection.left .devlmpt_contact {
    padding-right: 3%;
    padding-left: 3%;
  }
}
@media screen and (max-width: 991px) {
.blog_detail-section,
.banner_section,
.hubdew-one-page-wrap .inner-item {
    padding: 45px 0px;
}
  .right_sidebar {
    padding-right: 0;
  }

  .Dew-blog-v1 .post-listing .post-item .post-body .blog_featured_img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;  
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .Dew-blog-v1 .post-listing .post-item .post-body .blog_featured_img .hs-featured-image {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
  }
  .Dew-blog-v1 .post-listing .post-item .post-body .post-blog-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px;
  }
  .Dew-blog-v1 .post-listing .post-item:nth-of-type(2n) .blog_featured_img {
    order: inherit;
  } 
  .dew-sidebar .dew-Advertising {
    text-align: center;
  }
  .header .nav .hs-menu-wrapper ul ul li.hs-item-has-children>a:before {
    transform: rotate(90deg);
  }
  .header .nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.active1>span {
    transform: rotate(180deg);
  } 
  .header .nav .hs-menu-wrapper ul ul li.active1 a:before{
    transform: rotate(90deg);
  }
  .header .nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li:first-child>a {
    padding-left: 15px;
  }
  .hs-menu-wrapper.active-branch ul.showMenu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
    float: none;
    display: block;
  }
  .hs-menu-wrapper.active-branch ul.showMenu li.hs-item-has-children >ul.hs-menu-children-wrapper {
    position: relative;
    width: 100%;
    float: left;
    left: 0 !important;
    padding: 0 0;
    box-shadow: none;
  }
  .hs-menu-wrapper.active-branch ul.showMenu li.hs-item-has-children>ul.hs-menu-children-wrapper li.hs-menu-item {
    float: left;
    width: 100%;
  }
  .hs-menu-wrapper.active-branch ul.showMenu li.hs-item-has-children>ul.hs-menu-children-wrapper li.hs-menu-item >a{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .hs-menu-wrapper.active-branch ul.showMenu li.hs-item-has-children>ul.hs-menu-children-wrapper li.hs-menu-item:last-child a{
    border-bottom: 0;
  }
  .header .nav .hs-menu-wrapper ul.hs-menu-children-wrapper li:first-child:before {
    top: -5px;
    left: 16px;    
  }
  .header .nav .hs-menu-wrapper ul ul li:first-child>a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .header .nav .hs-menu-wrapper ul ul li:last-child>a {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .hubdew-theme-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width:50%;
  }
  .header .nav .hs-menu-wrapper ul ul li.active > a:before, 
  .header .nav .hs-menu-wrapper ul ul li.active-branch > a:before {
    transform: rotate(90deg);
  }
  img { height: auto;}
  #menu-toggle,
  #menu-toggle_lan { display: -webkit-box;  display: -ms-flexbox;   display: flex;}
  .header .nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li> span {
    position: absolute;
    right: 15px;
    top: 17px;
    width: 12px;
    height: 12px;
    background-image: url(https://8146049.fs1.hubspotusercontent-na1.net/hubfs/8146049/menu-dropdown-4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
  }
  .header .nav .hs-menu-wrapper >ul { background: #252525;  width: 100%;  position: absolute;  left: 0;  display: none; top: 62px; z-index: 9999;}
  .bar { width: 20px;}
  .bar:nth-child(2) { width: 15px;}
  .bar:last-child { width: 10px;}
  .hubdew_templateheader.main_head.landing-header ul.landing-manu {
    display: none;
    background: #252525;  
    width: 100%;  
    position: absolute;  
    left: 0;      
    top: 90px;
    padding: 0 15px 15px;
  }
  .hubdew_templateheader.main_head.landing-header ul.landing-manu.showMenu{ display: block; }
  .hubdew_templateheader.main_head.landing-header ul.landing-manu > li {
    width: 100%;
    display: inline-block;
    padding: 10px 15px;
    text-align: center;
  }
  /***********/
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul.showMenu {
    display: block;
    padding: 0 15px 15px;
  }
  /***********/
  .Home-option2 .hubdew-theme-column {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .padding_Tb {
    padding-bottom: 70px;
    padding-top: 70px;
  }
  div .DevSection.right .devlmpt_contact {
    padding-right: 30px;
  }
  .background_bg,
  .hubdew-get-attention-section{ min-height: inherit; }
  .right_sidebar .menu-search-icon {
    margin-top: 0;
    margin-left: 6px;
  }
  .header .nav{ padding-top: 0; }
  .right_sidebar .menu-search-icon i.fa {  
    padding: 0;  
    border-radius: 50px;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
  }
  .hubdew-simple-pricing-wrap .pricing-table {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
  div.hubdew-faq-section .accordion:after {  
    right: 12px !important;
  }
  .Banner_contact h1 br {
    display: none;
    padding: 0 15px;
  }
  .modal-dialog.modal-dialog-centered .modal-content li.hs-form-checkbox input[type="checkbox"] {
    width: auto !important;
        height: auto !important;
}

.modal-dialog.modal-dialog-centered .modal-content .hs-fieldtype-radio.field.hs-form-field li.hs-form-radio input[type="radio"] {
    width: auto;
        height: auto !important;
}
.modal-dialog.modal-dialog-centered .modal-content .hs-fieldtype-radio.field.hs-form-field li.hs-form-radio span {
    margin: 0;
}
.modal-dialog.modal-dialog-centered .modal-content .hs-form .hs_submit.hs-submit {
    margin: 5px 0 0;
}
.modal-dialog.modal-dialog-centered .hs-fieldtype-radio label span {
    margin-bottom: 5px;
    
}

.modal-dialog.modal-dialog-centered  .hs-fieldtype-checkbox.field.hs-form-field {
    margin-top: 10px;
    margin-bottom: 0;
}

.hubdew-footer-copy-bottom {
  padding: 48px 0 115px 16px;
}
.hubdew-footer-copy-right-inner {
  display: block;
}  
.info-section {
  margin-bottom: 22px;
}
.hubdew-footer-social-icons a {
 margin: 24px 32px 0px 0;
}  
}
@media screen and (max-width: 768px)
{
  
  .landing-page2-seaction .Banner_contact {
    padding-top: 0px;
    padding-bottom: 0px;
}
  .landing-page3-section-first .head_tital h2 {
    font-size: 50px !important;
}
  
  .landing-page3-section-first {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
  .landing-page3-section-second-inner3 .row-fluid-wrapper.row-depth-2.row-number-1 {
    width: 95% !important;
}
  
}


@media screen and (max-width: 767px) {
  .DevSection .devlmpt_img,
  .DevSection .devlmpt_contact,
  .hubdew-theme-column,
  .hubdew-blog-inner {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width:100%;
  }
  .partner-logo ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    min-height: inherit;
  }
  
  .partner-logo ul {
    margin-top: 45px;
    padding: 0 15px;
  }
  .partner-logo ul li:first-child{
    border-left: 0 !important;
  }
  .partner-logo ul li:nth-of-type(1),
  .partner-logo ul li:nth-of-type(2),
  .partner-logo ul li:nth-of-type(3){
    border-top:0;
  }
  .partner-logo ul li:nth-of-type(4),
  .partner-logo ul li:nth-of-type(5){
    border-top: 1px solid #d6d6d6;
  }
  .partner-logo ul li:nth-of-type(3n+1){
    border-left: 0;
  }
  .partner-logo ul li:nth-of-type(5n+1){
    border-left: 1px solid #d6d6d6;
  }
  .two_column_row {
    width: 100%;
    float: left;
    display: inline-block;
  }
  .two_column_row {
    padding: 0 15px;
  }
  .devlmpt_contact {
    padding-top: 45px;
  }
  .hubdew-footer-copy-bottom .btn.buy-now,
  .hubdew-footer-copy-bottom p {
    float: none;
    display: inline-block;
  }
  .Banner_contact h1 {
    color: #fff;
    font-size: 30px;
  }
  .Banner_contact span {
    font-size: 16px;
    margin: 25px 15px;
  }
  .Banner_contact span.sn-arrow.Dew-theme-Color {
    display: none;
  }
  .three-column-inner {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  iframe {
    width: 100%;
  }
  .hubdew-get-attention-section {
    min-height: inherit;
  }  
  .padding_Tb {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  fieldset.form-columns-2 .input {
    padding-left: 8px !important;
  }
  fieldset.form-columns-2 .hs-form-field:first-child .input {
    padding-left: 0 !important;
  }
  .hubdew-hero-slider-wrap .owl-theme .owl-nav button{
    display: none;
  }
  .slider_wrap.Banner_contact h1 {
    padding: 0 15px;
  }
  .simple_text_wrap {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .hubdew_website_button {
    margin-top: 25px;
  }
  .hubdew-footer-form fieldset {
    max-width: 100% !important;
  }
  .hubdew-footer-column {
    margin-right: 17px;
  }
  .layout-inner-content{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align:left;
    padding: 0 20px !important;
  }
  .layout-inner-content:last-child {
    margin-top: 20px;
  }
  div .column .box {
    padding: 0 !important;
  }
  .Banner_contact span {
    padding: 0px 0 !important;
  }
  .gettouch fieldset.form-columns-2 input{
    width: 98% !important
  }
  .gettouch fieldset.form-columns-2 .input {
    padding-left: 0 !important;
  }
  .Banner_contact {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  div.DevSection.left .devlmpt_contact {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  div.DevSection.right .devlmpt_contact {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-top: 0;
  }
  div#search-blog.hs-search-field.search-input-header .close-btn {
    right: 15px;
  }
  .hubdew-theme-inner .hebdew_head {
    padding: 0 15px;
  }
  .container.fullwidth .DevSection.right .devlmpt_contact {
    padding-right: 0;
    padding-left: 0;
  }
  .hubdew-simple-pricing-wrap .pricing-table {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .db_wrapper .column_Db .db_box{ 
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .Dew-Theme-eBook {
    margin-top: 30px;
    position: relative;
    z-index: 1;
  }
  .eBook_section .eBook_inner .Ebook_box .eBook_column p {
    padding: 15px 15px;  
  }
  .banner_section {
    /*min-height: calc(100vh - 80px) !important;*/
  }
  .contact-listing .address-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  body.faq-page-custom .section_contact_us.background_bg {
    margin-top: 40px;
  }
  .hubdew-faq-wrap .faq-listing {
    margin: 20px auto 0px;
  }
  .featured-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .featured-worked-text {
    padding: 20px 15px;
  }
  .contact_column4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .contact_address.padding_bottom{ padding-bottom: 0; }
  .video_bg {
    width: 100%;
    margin: 45px 0 0;
    padding: 15px;
  }
  .content-box-section.padding_bottom {
    padding-bottom: 0;
  }
  .section_two_column_video, .section_two_column {
    padding-left: 0;
    padding-right: 0;
  }
  .post-features {
    padding: 50px 0 0;
  }
  .hubdew_theme_box .hubdew_wrap_bx {
    padding: 15px 0;
  }
  .video-icon {
    padding-bottom: 30px;
  }
.modal-dialog { 
    margin: 0;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px;  
}
.modal-dialog.modal-dialog-centered .modal-content .heading-title {
    padding: 0 0 5px 0;
}
.modal.fade .modal-dialog {
   /* -webkit-transform: translate(0,40px);
    transform: translate(0,40px);*/
}
.modal-dialog.modal-dialog-centered  .modal-content .hs-form .input .hs-input{
   width: 98%;
   height: 42px;
   margin-bottom: 2px;
}
.hs-fieldtype-checkbox.field.hs-form-field .inputs-list.multi-container {
    margin-top: 5px;
}

.modal-dialog.modal-dialog-centered .modal-content span p {
    font-size: 14px;
}

.modal-content .close {
    right: -10px;
    top: -23px;
}
.modal {
    overflow: scroll;
}

.hubdew-get-attention-section-wrap .form-columns-2,
.hubdew-get-attention-section-wrap .form-columns-1 {
    max-width: 100%;
}
.resource_pg .hubdew_website_content {
    padding-right:0px;
}


.modal-dialog.modal-dialog-centered .modal-content .hs-form .input textarea {
    height: 65px !important;
    overflow: scroll;
}
.modal-dialog.modal-dialog-centered .modal-content span.hs-form-required {
    display: none;
}
  
  .clear-theme-landing-section .head_tital h2 {
        font-size: 28px;
    text-align: left;
    padding: 15px 10px;
    line-height: 35px;
}
  
  .clear-theme-landing-section .head_tital span {
    text-align: left;
    padding: 0px 10px;
}
  .clear-theme-listing-module {
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    text-align: left;
}
  .clear-theme-listing-module-inner li {
   list-style: disc;
    margin-left: 28px !important;
    line-height: 25px;
    font-size: 15px;
}
  .CPl-section-button {
   
    margin: 20px 12px!important;
    text-align: left;

}
  .clear-theme-landing-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    background-color: #333333;
}
  .clr-section-you-are-awesome {
    padding-bottom: 50px !important;
}
  .clr-section-give-yourself {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    background-color: #f2f5f8;
}
  .landing-page3-section-first .head_tital h2 {
    font-size: 50px !important;
}
  .landing-page3-section-first {
    padding-top: 20px !important;
    padding-bottom: 0px !important;
}
  .landing-page3-section-second-inner3 .row-fluid-wrapper.row-depth-2.row-number-1 {
    width: 100% !important;
}
    

}


@media screen and (max-width: 575px) {
  .hubdew-footer-form .hs-input {
    width: 100% !important;
  }
  .hs-form-field .input {
    margin-right: 0 !important;
  }
  .Banner_contact ul li {
    margin: 0 3px; 
  }
  .Banner_contact span.sn-arrow {
    display: none;
  }
  .Banner_contact ul li a, .btn {
    padding: 0px 15px;
  }
  .Home-option2 .hubdew-theme-column {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .db_wrapper .column_Db .db_box{ 
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width:100%;
    padding: 0;
  }
  div#search-blog.hs-search-field.search-input-header .close-btn {
    position: relative;   
    display: inline-block;
    right: auto;
    top: 15px;
  }
  div#search-blog.hs-search-field.search-input-header {
    padding: 0 20px;
    text-align: center;
  }
  div#search-blog.hs-search-field.search-input-header .hs-search-field__bar form {
    width: 100%;   
  }
}
@media screen and (max-width: 480px) {
  fieldset.form-columns-2 .input {
    padding-left: 0 !important;
  }
  .contact-listing .address-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section_contact_us .contact_us_form .input input {
    width: 100% !important;
  }
  .contact_column4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hubdew-footer-form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
  }
  .clear-theme-footer-section-left {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
}
  .clear-theme-footer-section-left-content {
    color: #f7f6f4;
    float: none;
    padding: 14px 0px;
    font-size: 15px;
    text-align: center;
}
  .clear-theme-footer-section-right {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    order: 1;
    margin: 10px 10px;
}
  .landing-page2-seaction .Banner_contact {
    padding-top: 0px;
    padding-bottom: 0px;
}
  .clr-section-get-your-form-section form {
    width: 70% !important;
    margin: 0 auto;
    color: #999999;
    font-weight: 500;
    font-size: 15px;
}
  .landing-page3-section-first .head_tital h2 {
    font-size: 32px !important;
}
.landing-page3-section-second-inner3 .row-fluid-wrapper.row-depth-2.row-number-1 {
    width: 100%;
}
  
}
@media screen and (max-width: 400px) {
  div fieldset.form-columns-2 .input {
    padding-left: 0 !important;
  }

  .header .nav {
    padding: 0 0 0 0;
  }
  .right_sidebar .menu-search-icon {
    margin-top: 0;
  }

  .right_sidebar .menu-search-icon i.fa {
    height: 35px;
    width: 35px;
    line-height: 35px;   
  }
  .header .nav .hs-menu-wrapper>ul {
    top: 68px;
  }
  .blog_discription h1 {
    font-size: 22px;
  }
}

@media screen and (max-width: 375px)
{
.clear-theme-landing-section .head_tital h2 {
    font-size: 26px;
    text-align: left;
    padding: 15px 10px;
    line-height: 35px;
}
  .landing-page2-seaction .Banner_contact h1 {
    color: #fff;
    font-size: 27px;
}


}

/*******PRIYA CODE 22ND AUGUST 2019*********/
.Banner_contact .hs-form-field span {
    color: #666f80;
    margin: 0px 0px 10px 0px;
    font-size: 14px;
    display: inherit;
}
.Banner_contact .case_form span {
    margin-top: 10px;
}
form .hs_error_rollup {
    display: none;
}


.elements_design .Cl-img{
  margin-bottom: 30px;    
}
 .elements_design .Cl-img img { 
  width: 100%;
}

  /*====================================CLEAR THEME STYLE CSS==================================================
 *=========================================================================================================*/




video {
    max-width: 100%;
    height: auto
}

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0
}

.hs-responsive-embed iframe,
.hs-responsive-embed object,
.hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%
}

@media(max-width:568px) {
    iframe {
        max-width: 100%
    }
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.hs-menu-wrapper ul {
    padding: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    display: inline-block;
    margin-bottom: 20px
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul:before {
    content: " ";
    display: table
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul:after {
    content: " ";
    display: table;
    clear: both
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    float: left
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    max-width: 100% !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children {
    position: relative
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    position: absolute;
    z-index: 10;
    left: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    margin-bottom: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul {
    margin-bottom: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children {
    position: static
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li {
    float: left
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul {
    margin-bottom: 20px
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a {
    width: auto
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
    padding: 10px 20px;
    text-decoration: none
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children {
    position: relative
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch>ul {
    max-width: 100%;
    overflow: hidden
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li.hs-item-has-children>ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2>a {
    padding-left: 4em
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3>a {
    padding-left: 6em
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4>a {
    padding-left: 8em
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5>a {
    padding-left: 140px
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.18)
}

@media(max-width:568px) {

    .hs-menu-wrapper,
    .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
        display: block
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
        float: none
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li a {
        display: block;
        max-width: 100%;
        width: 100%
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1
}

.widget-type-space {
    visibility: hidden
}

.hs-author-listing-header {
    margin: 0 32px 40px !important;
    color: #212121;
    font-size: 40px;
    font-weight: 300;
    letter-spacing: -0.5px;
    line-height: 50px;
}

.hs-author-social-links {
    display: inline-block
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0;
    border: 0;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png")
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png")
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png")
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png")
}

.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus {
    outline: 0
}

.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.hs_cos_flex-slider {
    margin: 0;
    padding: 0
}

.hs_cos_flex-slider .hs_cos_flex-slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
    position: relative
}

.hs_cos_flex-slider .hs_cos_flex-slides img {
    width: 100%;
    display: block;
    border-radius: 0
}

.hs_cos_flex-pauseplay span {
    text-transform: capitalize
}

.hs_cos_flex-slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .hs_cos_flex-slides {
    display: block
}

* html .hs_cos_flex-slides {
    height: 1%
}

.hs_cos_flex-slider {
    margin: 0 0 60px;
    background: #fff;
    border: 0;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    zoom: 1
}

.hs_cos_flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}

.loading .hs_cos_flex-viewport {
    max-height: 300px
}

.hs_cos_flex-slider .hs_cos_flex-slides {
    zoom: 1
}

.carousel li {
    margin-right: 5px
}

.hs_cos_flex-direction-nav {
    *height: 0
}

.hs_cos_flex-direction-nav a {
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease
}

.hs_cos_flex-direction-nav .hs_cos_flex-next {
    background-position: 100% 0;
    right: -36px
}

.hs_cos_flex-direction-nav .hs_cos_flex-prev {
    left: -36px
}

.hs_cos_flex-slider:hover .hs_cos_flex-next {
    opacity: .8;
    right: 5px
}

.hs_cos_flex-slider:hover .hs_cos_flex-prev {
    opacity: .8;
    left: 5px
}

.hs_cos_flex-slider:hover .hs_cos_flex-next:hover,
.hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {
    opacity: 1
}

.hs_cos_flex-direction-nav .hs_cos_flex-disabled {
    opacity: .3 !important;
    filter: alpha(opacity=30);
    cursor: default
}

.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.hs_cos_flex_thumbnavs-direction-nav {
    *height: 0
}

.hs_cos_flex_thumbnavs-direction-nav a {
    width: 30px;
    height: 140px;
    margin: -60px 0 0;
    display: block;
    background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 1;
    -webkit-transition: all .3s ease
}

.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {
    background-position: 100% 40%;
    right: 0
}

.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {
    left: 0
}

.hs-cos-flex-slider-control-panel img {
    cursor: pointer
}

.hs-cos-flex-slider-control-panel img:hover {
    opacity: .8
}

.hs-cos-flex-slider-control-panel {
    margin-top: -30px
}

.hs_cos_flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

.hs_cos_flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.hs_cos_flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3)
}

.hs_cos_flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7)
}

.hs_cos_flex-control-paging li a.hs_cos_flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default
}

.hs_cos_flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.hs_cos_flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.hs_cos_flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer
}

.hs_cos_flex-control-thumbs img:hover {
    opacity: 1
}

.hs_cos_flex-control-thumbs .hs_cos_flex-active {
    opacity: 1;
    cursor: default
}

@media screen and (max-width:860px) {
    .hs_cos_flex-direction-nav .hs_cos_flex-prev {
        opacity: 1;
        left: 0
    }

    .hs_cos_flex-direction-nav .hs_cos_flex-next {
        opacity: 1;
        right: 0
    }
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent
}

@media all and (max-width:400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0 5% 0px 5%;
        top: 40%;
        text-align: center
    }

    #recaptcha_area table#recaptcha_table {
        width: 300px !important
    }

    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
        width: 300px !important
    }

    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 {
        width: 67px !important
    }

    #recaptcha_area table#recaptcha_table #recaptcha_image {
        width: 280px !important
    }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white
}

.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-right: -4px
}

.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0;
    padding: 0;
    border-width: 0
}

pre {
    overflow-x: auto
}

table pre {
    white-space: pre-wrap
}

.comment {
    margin: 10px 0 10px 0
}

.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none
}

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px
}

#map_canvas img,
.google-maps img {
    max-width: none
}

#recaptcha_table td {
    line-height: 0
}

.recaptchatable #recaptcha_response_field {
    min-height: 0;
    line-height: 12px
}


.logo-main-top {
    padding: 20px 0;
    position: relative
}

.inner-container {
    background: #f7f6f4;
    padding: 50px 0
}

.inner-container .container {
    position: relative
}

.banner-content p {
    margin-top: 6px;
    margin-bottom: 33px
}

.contactinfo p {
    float: right;
    font-family: arial;
    font-size: 18px
}

.contactinfo img {
    width: 15px;
    float: left;
    margin: 5px 6px 0 0;
}

.contactinfo p a {
    text-decoration: none;
    color: #333
}

.contactinfo p a:hover {
    color: #333
}

.center-iage-form-side {
    text-align: center
}

.form-fb-ladning-page-productive {
     
    background-color: #fff;
    padding: 30px 20px 30px;
    box-shadow: 0 0 5px #e8e7e7
}

/*input {
    -webkit-appearance: none;
}*/

.form-fb-ladning-page-productive input {
    background-color: #e4e4e4;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    font-size: 15px;
    height: 42px;
    border-radius: 2px;
}

.form-fb-ladning-page-productive label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom:10px;
    display: block;
}

.form-fb-ladning-page-productive input:focus {
    outline: 0
}

.form-fb-ladning-page-productive .hs-form-field {
    margin-top: 10px
}

.form-fb-ladning-page-productive input[type="submit"] {
    border: 0;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background-color: #333;
    border-radius: 2px;
}

.form-fb-ladning-page-productive input[type="submit"]:hover {
    background-color: #000;
}

.form-fb-ladning-page-productive .hs_submit {
    background: #333;
    margin-top: 20px;
    text-align: center;
    border: 0;
    cursor: pointer;
    margin-right: 0
}

.form-fb-ladning-page-productive .hs_submit input {
    padding: 10px;
    width: 100%;
    cursor: pointer
}

ul.hs-error-msgs.inputs-list {
    list-style: none
}

ul.hs-error-msgs.inputs-list label {
    color: red
}

.left-side-content {
    padding-right: 20px;
    margin-top: 40px
}

.left-side-content li {
    margin-bottom: 0;
    margin-top: 15px;
    margin-left: 22px
}

.trusted_companies {
    margin: 0px 0 0;
    padding: 15px 0;
    border-top: 1px solid #ececec;
}

.trusted_companies img {
    display: inline-block;
    width: 19%;
    vertical-align: top
}

.footer-wideer {
    padding: 30px 0 25px;
    background: #2b2b2b;
    font-size: 13px;
    font-family: arial;
    text-align: center;
}

.footer-wideer .widget-type-text {
    color: #f7f6f4;
    font-size: 13px;
}

.footer-copyrights a {
    color: #e6e6e6;
    text-decoration: none
}

.widget-span.footer-copyrights .widget-type-rich_text {
    color: #a9a9a9;
    font-size: 14px;
}

.widget-span.footer .widget-type-custom_widget .btn:hover {
    background: #fff;
    color: #333;
}

/***********************/
.what_ebook_section {
    width: 100%;
    padding: 30px 0;
}

.learnbook-section {
    padding: 30px 0;
}

.other_ebooksection {
    padding: 30px 0 40px 0;
}

.chapter-section {
    width: 100%;
    padding: 30px 0;
}

.trusted_client .clients_logo img {
    width: 100%;
}

.other_ebooksection h3 {
    text-align: center;
    margin-bottom: 35px;
    display: block;
}

/***********PRIYA CODE***********/
.primary-menu .hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .4s;
    position: absolute;
    z-index: 10;
    left: 0;
    background: #fff;
    min-width: 130px;
    width: 100%;
    top: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    box-shadow: 0 0 7px rgba(2, 16, 48, 0.15);
    -webkit-box-shadow: 0 0 7px rgba(2, 16, 48, 0.15);
    -moz-box-shadow: 0 0 7px rgba(2, 16, 48, 0.15);
}

.primary-menu ul .hs-menu-depth-1:hover .hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

.primary-menu ul .hs-menu-depth-1 {
    display: inline-block;
    position: relative;
    padding: 15px 0px;
}

.primary-menu ul .hs-menu-depth-1 a {
    color: #333;
    padding: 0px 20px;
    font-weight: 500;
}

.primary-menu .hs-menu-item.hs-menu-depth-2 a {
    color: #333;
    font-size: 14px;
    padding-bottom: 10px;
    display: block;
}

.primary-menu ul {
    float: right;
}

.primary-menu .hs-menu-item.hs-menu-depth-1:last-child a {
    background-color: #d3d3d3;
    font-size: 14px;
    border-radius: 5px;
    color: #333;
}

.primary-menu .hs-menu-item.hs-menu-depth-1:last-child:hover a {
    color: #f7f6f4;
    background-color: #333;
}

.primary-menu .hs-menu-item.hs-menu-depth-1 a:hover {
    color: #000;
}

.blue-banner {
    padding: 195px 0px;
    background-color: #f7f6f4;
    background-image: url(https://8146049.fs1.hubspotusercontent-na1.net/hubfs/8146049/main-banner-bg-4.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    position: relative;
}
/*.body-container-wrapper {
    margin-top: 69px;
}
*/.blue-banner:before {
    content: "";
    background: rgba(20, 23, 36, 0.63);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.banner-rich-text {
    position: relative;
    z-index: 2;
    text-align: center;
}


.blue-banner img {
    height: auto;
}

.blue-banner .row-fluid {
    display: flex;
    align-items: center;
}

.rich-text-wrapper h1 {
    margin-bottom: 20px;
    line-height: normal;
    font-size: 40px;
    font-weight: 600;
    text-transform: none;
    margin: 0 0 20px 0;
    color: #fff;
}

.rich-text-wrapper span {
    margin-bottom: 30px;
    display: inline-block;
    color: #fff;
    font-size: 15px;
    letter-spacing: .25px;
    line-height: 1.7;
}


.courses-collection .hs_cos_wrapper_type_module {
    color: #292929;
    font-size: 26px;
    font-weight: bold;
    text-transform: none;
    margin: 0 0 0px 0;
    text-align: center;
}

.Course-listing {
    margin-top: 60px;
    margin-bottom: 20px;
}

.Course-listing-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.course-item {
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.course-item .title a {
    font-weight: 500;
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    display: block;
}

.course-item .content {
    padding: 30px 20px;
}

.course-item .description {
    font-size: 14px;
    color: #858383;
    text-align: center;
    line-height: normal;
    display: block;
}

.course-item .image img {
    width: 100%;
    height: auto;
}


.course-item-inner {
    margin: 0px 15px;
    background: #EAF0F6;
}

.live-experience {
    padding: 95px 0px;
}

.live-experience img {
    height: auto;
}

 
 

.live-experience .row-fluid {
    display: flex;
    align-items: center;
}

.get-started-row {
    background-color: #4d58b1;
    padding: 40px 60px;
    border-radius: 20px;
}

.get-started-row .hs_cos_wrapper_type_module {
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    display: block;
    color: #fff;
    margin-bottom: 0px;
}

.get-started-row .btn {
    background: #fff;
    color: #333;
}

.get-started-row .btn:hover {
    background: #f66d5f;
    color: #fff;
}

.footer ul li {
    list-style: none;
    margin-bottom: 15px;
    float: none !important;
}

.footer-container-wrapper .footer ul li a {
    color: #f7f6f4;
    padding: 0px !important;
}

.footer ul li a:hover {
    color: #0e8dda;
}

.footer {
    padding: 75px 0px;
    background: #333;
}

.footer .footer-social-icons svg {
    fill: #bbb;
    width: 18px;
    height: 18px;
}

.footer-social-icons ul li {
    display: inline-block;
    margin-right: 15px;

}

.footer-social-icons ul li:hover svg {
    fill: #fff;
}

.footer-social-icons h3 {
    text-transform: uppercase;
   margin: 0px 0px 20px 0px;
    color: #f7f6f4;
}

.footer-social-icons ul {
    margin-bottom: 25px;
}

.header .container .row-fluid {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.recent-blogs {
    padding: 60px 0px;
}

.recent-blogs .hs-rss-item {
    background-color: #f7f6f4;
    padding: 15px;
    border-radius: 10px;
}

.recent-blogs .hs-rss-item-image-wrapper img {
    border-radius: 10px;
}

.recent-blogs .hs-rss-item-text {
    text-align: left;
}

.recent-blogs .hs-rss-item-text a {
    color: #333;
    margin-bottom: 20px;
    display: block;
    line-height: 25px;
    font-size: 25px;
    font-weight: 600;
}

.recent-blogs .hs-rss-description p a {
    font-size: 15px;
    margin-top: 20px;
    color: #0e8dda;
}

.recent-blogs .hs-rss-description p a:hover,
.recent-blogs .hs-rss-item-text a:hover {
    color: #f66d5f;
}

.theme-logo-listing {
    background: #EAF0F6;
    padding: 60px 0px;
}

.theme-logo-listing ul {
    text-align: center;
}

.theme-logo-listing ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 10px 20px;
     cursor: pointer;

}

.theme-logo-listing ul li img {
    opacity: .6;
    filter: grayscale(100%);
    transition: all .5s;
}

.theme-logo-listing ul li:hover img {
    opacity: 1;
    transform: scale(1.05);
}

div#hs_cos_wrapper_module_1566890673342284 {
    margin-bottom: 0px;
}

.primary-menu .hs-menu-item.hs-menu-depth-1.hs-item-has-children a::after {
    font-family: 'FontAwesome';
    content: '\f0d7';
    margin-left: 10px;
}

.primary-menu .hs-menu-depth-2 a::after {
    display: none;
}

.contact-banner {
    padding: 60px 0px;
  background: #EAF0F6;
}

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

.pages-navigation .btn {
    border-radius: 5px;
    background: #EAF0F6;
    color: #333;
    border: 1px solid #ddd;
    font-size: 18px;
    font-weight: 500;
    padding: 13px 20px;
    height: 50px;
 }

.pages-navigation .btn:hover {
    background: #333;
    color: #fff;
    border: 1px solid transparent;
}

.clear-blog-listing .post-listing .post-item .post-body {
    display: flex;
    flex-direction: column;
    border: 1px solid #F0EFF0;
    border-radius: 9px;
    position: relative;
    padding-bottom: 70px;
}

.blog--banner-content {
    text-align: center;
}


.clear-blog-listing {
    padding: 80px 0px;
}

.clear-blog-listing .post-header h4 {
    margin: 0px;
    font-size: 20px;
    font-weight: 500;
    color: #212121;

}

.clear-blog-listing .post-header h4 a {

}

.blog--tag-author-coloumn {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
}

.blog--tag-author-coloumn .blog--author i,
.blog--tag-author-coloumn .blog--author a,
.blog--tag-author-coloumn #hubspot-topic_data i,
.blog--tag-author-coloumn #hubspot-topic_data a {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.blog--tag-author-coloumn .topic {
    margin-right: 0px;
}

.clear--inner-content-blog {
    padding: 20px;
}

.clear-blog-excerpt p {
    margin: 10px 0px;
}

.clear-blog-listing .more-link {
    color: #555;
    font-weight: 600;
    margin-top: 20px;
    display: block;
}

.clear-blog-listing .more-link:hover {
    color: #333;
}

.blog_content_area p {
    color: #666f80;
}

.clear-subscribe-form {
    background: #EAF0F6;
    padding: 30px 20px;
}

.clear-subscribe-form h1 {
    margin: 0px;
    color: #fff;
    font-size: 22px;
}

.clear-subscribe-form .hs-input {
    border: 0px;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.clear-subscribe-form .hs_email label {
    display: none;
}

.blog--subscribe-content span {
    color: #fff;
    margin-top: 10px;
    display: block;
}

.clear-subscribe-form .hs_error_rollup {
    display: none;
}

.clear-subscribe-form .hs-error-msgs.inputs-list label {
    color: #fff;
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
}

.blog--subscribe-content {
    text-align: center;
    margin-bottom: 20px;
}

.clear-subscribe-form .hs-button.primary.large {
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border-radius: 5px;
    background: #fff;
    font-weight: 700;
    font-size: 14px;
    border: 0px;
    cursor: pointer;
    font-family: Source Sans Pro, sans-serif;
    width: 100%;
    height: 40px;
    color: #333;
}

.clear--sidebar-posts ul li {
    list-style: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.widget-span.clear--post-topic .widget-module a:hover {
    color: #333;
}

.clear--sidebar-posts h3 {
    color: #333;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
}

.clear--sidebar-posts ul li:last-child {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.clear--post-topic ul li a::before {
    font-family: 'FontAwesome';
    content: '\f105';
    color: #333;
    margin-right: 10px;
}

.clear--post-topic ul li {
    border: 0px;
    padding: 0px;
}

.header {
    background-color: rgba(0,0,0,0.85);
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}

.header.fixed {
    position: fixed;
    box-shadow: 0px 0px 15px 0px #00000026;
    -webkit-box-shadow: 0px 0px 15px 0px #00000026;
    -moz-box-shadow: 0px 0px 15px 0px #00000026;
}

.blog-detail--clear #hubspot-author_data {
    display: flex;
    align-items: center;
}

.blog-detail--clear .hs-author-avatar {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    float: left;
    margin: 0 15px 0 0;
}

.blog-detail--clear .hs-author-avatar img {
    border-radius: 100px;
}

.blog-detail--clear .author-link {
    color: #333;
    margin: 0px 5px;
}

.blog-detail--clear .section.post-body {
    padding: 0px;
}

.blog-detail--clear .blog-post-wrapper .hs-featured-image {
    max-width: 100%;
    width: 100%;
    border-radius: 5px;
    float: none;
    margin-left: 0;
}
.blog-section.blog-detail--clear .posted-by--blog {
    font-weight: 500;
    color: #777;
    font-size: 15px;
}
.blog-detail--clear .section.post-body p {
     color: #323232;
     font-size: 18px;
     letter-spacing: -0.21px;
     line-height: 24px;
     margin-bottom: 24px;
}

.blog-detail--clear #hubspot-topic_data {
    margin-bottom: 20px;
    color: #666;
}

.blog-detail--clear #hubspot-topic_data a {
    color: #333;
    font-weight: 600;
}

.blog--comment .hs-input {
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 15px;
}

.blog--comment .hs-form-field label {
    font-size: 13px;
    margin-bottom: 3px;
    display: block;
    color: #666;
}

.blog--comment .hs_comment textarea {
    height: 100px;
}

.contact--form-style .hs-button.primary {
    width: 100%;
}

.blog--comment .hs-button.primary,
.contact--form-style .hs-button.primary {
    padding: 10px 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border-radius: 5px;
    background: #333;
    font-size: 14px;
    border: 0px;
    cursor: pointer;
    font-family: Source Sans Pro, sans-serif;
    height: 40px;
    color: #fff;
    margin-top: 30px;
}

.blog--comment .hs-button.primary:hover,
.contact--form-style .hs-button.primary:hover {
    background: #000;
}

.blog-detail--clear .post-body a:hover {
    text-decoration: none;
}

.blog-detail--clear .post-body a {
    cursor: pointer;
    color: #1e88e5 !important;
    text-decoration: underline;
}

.blog-detail--clear .post-body ul {
    margin: 5px 0px;
    padding-top: 8px;
}

.blog-detail--clear .post-body ul li {
    list-style: none;
    margin: 0 0 13px 21px;
    position: relative;
    line-height: 24px;
    letter-spacing: -0.21px;
    font-size: 15px;
}

.post-body ul li::before {
    background: #363636;
    content: "■︎";
    display: inline-block;
    height: 5px;
    width: 5px;
    color: transparent;
    left: -21px;
    position: absolute;
    top: 12px;
}

.blog-detail--clear .post-body ol {
    counter-reset: li;
    padding: 0;
    list-style: none;
    margin: 16px 0 33px;
}

.blog-detail--clear .post-body ol li {
    font-size: 15px;
    letter-spacing: -.21px;
    line-height: 24px;
    position: relative;
    margin-bottom: 14px;
    padding-left: 29px;
}

.blog-detail--clear .post-body ol li:before {
    content: counter(li) ".";
    counter-increment: li;
    position: absolute;
    color: #5e5e5e;
    top: 0;
    left: 0;
    font-size: 15px;
    letter-spacing: -.21px;
    line-height: 24px;
}

.clear--blog-design .hs-author-name {
  color: #212121;
  font-size: 54px;
  font-weight: 300;
  letter-spacing: -1.45px;
  line-height: 62px;
  margin-bottom: 16px;
}

.clear--blog-design .hs-author-avatar {
  height: 104px;
  width: 104px;
  min-width: 104px;
  margin-right: 32px;
}

.clear--blog-design .hs-author-bio {
  color: #323232;
  font-size: 18px;
  letter-spacing: -0.21px;
  line-height: 24px;
}

.clear--blog-design .hs-author-social-section {
    margin-bottom: 10px;
}

/****Contact Us*******/
.contact-address {
    padding: 60px 0px;
}

.contact-address-inner {
    text-align: center;
}

.contact--inner-address {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.contact--inner-spacing {
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.contact--address-area {
    margin: 0px 15px;
    background: #EAF0F6;
    padding: 40px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.contact--icon svg {
    width: 50px;
    height: 50px;
}

.contact--address-area h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0px;
}

.contact--description p a {
    color: #666;
}

.contact--description p {
    color: #666;
    letter-spacing: .2px;
    margin: 10px 0px;
}

.contact--description p a:hover,
.custom-style p a:hover {
    color: #0e8dda;
}

.contact--map iframe {
    width: 100%;
}

.contact--map {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.contact--form {
    padding: 95px 0px;
}

.form--contact-textarea h1 {
    margin-top: 0px;
}

.contact--form-style h3 {
    margin-bottom: 20px;
}

.custom-style p {
    margin: 10px 0px;
    letter-spacing: .2px;
    color: #666;
}

.custom-style {
    margin-top: 40px;
}

.custom-style p a {
    color: #666;
}

.contact--form-style .hs-input {
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 15px;
}

.contact--form-style .hs-form-field label {
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    color: #858585;
    font-weight: 500;
}

.widget-span.contact--form-style form .hs-form-field label.hs-error-msg {
    padding-top: 7px;
    font-size: 14px;
    margin: 0px;
}

.contact--form-style .hs-message textarea {
    height: 100px;
}
.contact--form-style .hs-fieldtype-checkbox li.hs-form-checkbox .hs-input {
    -webkit-appearance: checkbox;
    width: auto;
    height: auto;
}
.contact--form-style ul.inputs-list.multi-container li.hs-form-radio .hs-input {
    -webkit-appearance: radio;
    width: auto;
    height: auto;
}
.contact--form-style ul.inputs-list li.hs-form-booleancheckbox .hs-input {
    -webkit-appearance: checkbox;
    width: auto;
    height: auto;
}
.contact--form-style .hs-fieldtype-checkbox li,
.contact--form-style ul.inputs-list.multi-container li,
.contact--form-style ul.inputs-list li
{
    list-style: none;
}
/**********PRIYA CODE 20TH SEPTEMBER 2019*********/
.hs-blog-listing .comment-heading {
    display: none;
}


/* jatinder code */


.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.widget-span.cl_our-services {
    padding-top: 95px;
    padding-bottom: 65px;
}
 
.widget-span.cl_our-services_head {
    margin-bottom: 30px;
}
.widget-span.cl_our-services-box .wd-section-heading {
    padding: 25px 15px 12px;
}
.widget-span.cl_our-services-box .widget-type-rich_text {
    padding: 0px 15px 12px;
}
.widget-span.cl_our-services-box {
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    border-radius: 7px;
    overflow: hidden;
}
.widget-span.cl_our-services-box {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .10);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .10);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .10);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;
}
.widget-span.cl_our-services-box:hover {
    box-shadow: 0 2px 20px rgba(0, 0, 0, .10);
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, .10);
    -moz-box-shadow: 0 2px 20px rgba(0, 0, 0, .10);
}
 
.live-experience .experience-content {
    margin-bottom: 35px;
}
 
.gray-bg {
    background: #EAF0F6;
}
.dark-bg {
    background: #252525;
}
.image-style {
    border: 1px solid #ddd;
    padding: 5px;
    background: #fff;
}
.clear-testi1-section {
    padding-top: 95px;
    padding-bottom: 95px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;    
}
.clear-testi1-slider_content p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .25px;
    line-height: 1.6;
}
.clear-testi1-slider_content {
    padding: 20px 30px 30px;
    background-image: url(https://3074142.fs1.hubspotusercontent-na1.net/hubfs/3074142/Growth%20Driven/quote-right.png?t=1537339361641), url(https://3074142.fs1.hubspotusercontent-na1.net/hubfs/3074142/Growth%20Driven/quote-left.png?t=1537339361641);
    background-repeat: no-repeat;
    background-position: top left, right bottom;
}
.widget-span.header.fixed .custom-logo a img.hs-image-widget, .widget-span.header.fixed .widget-type-logo a img.hs-image-widget {
    opacity: 0;
}
.widget-span.header.fixed .custom-logo a, .widget-span.header.fixed .widget-type-logo a {
    display: inline-block;
    vertical-align: middle;
    background-image: url(https://8146049.fs1.hubspotusercontent-na1.net/hubfs/8146049/clear-logo-sticky-4.png);
    background-repeat: no-repeat;
    background-position: center;
}
.clear--blog-design .post-listing {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.clear--blog-design .post-listing .post-item {
    width: 358px;
    padding: 0 15px 30px;
    display: flex;
}
.clear--blog-design .post-listing .post-item .post-body .post-blog-content {
    position: absolute;
    bottom: 0;
    right: 0;
}
}
.clear--blog-design .post-listing .post-item .post-body .blog_featured_img {
    display: flex;
    align-items: center;
    flex: 0 0 100%;
    max-width: 326px;
    height: 185px;
    max-height: 185px;
    }
.clear--blog-design .post-listing .post-item .post-body .post-blog-content .blog--inner-space {
    padding: 0px 16px 12px;
    border: none;
}
.clear--blog-design * {
   box-sizing: border-box;
}
#hubspot-topic_data {
  justify-content: flex-end;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

div.blog--tag-author-coloumn #hubspot-topic_data i {}

div.blog--tag-author-coloumn #hubspot-topic_data a {
    color: #212121;
    opacity: 0.5;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    background-color: #F0EFF0;
    border: 1px solid #F0EFF0;
    border-radius: 2px;
    padding: 3px 11px;
    white-space: nowrap;
    margin: 0 8px 8px 0;
    white-space: nowrap;
    display: block;
}
div.blog--tag-author-coloumn #hubspot-topic_data a:hover {
    background-color: #EEEEEE;
    border: 1px solid #EEEEEE;
    opacity: 1;
}
div.blog--tag-author-coloumn .blog--author i, div.blog--tag-author-coloumn .blog--author a {
    color: #b3b2b2;
    font-size: 15px;
    font-weight: 400;
}
.clear--blog-design .post-listing .post-item .post-body .blog_featured_img  {
    display: flex;
    align-items: center;
    height: 185px;
}

.clear--blog-design .post-listing .post-item .post-body .blog_featured_img img.hs-featured-image {
    width: 100%;
    margin: 0;
    max-width: 100%;
    max-height: 185px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.widget-span.clear--sidebar > .row-fluid-wrapper {
    margin-bottom: 40px;
}
.clear-subscribe-form .hs_cos_wrapper.form-title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 24px;
    margin-left: 0;
    margin-right: 0;
}
.widget-span.clear-subscribe-form form .input input {
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: 0 15px;
    background: #fff;
    font-family: Source Sans Pro,sans-serif;
    font-size: 14px;
    letter-spacing: .25px;
    margin-bottom: 0px;
}
.widget-span.clear-subscribe-form form .actions .hs-button.primary {
    height: 45px;
    border-radius: 0px;
    background: #333;
    color: #fff;
    font-weight: 500;
    letter-spacing: .25px;
    font-size: 15px;
    padding: 0 15px;
    line-height: 45px;
}
.widget-span.clear-subscribe-form form .actions .hs-button.primary:hover {
    background: #000;
}
.widget-span.clear--sidebar-posts .hs-rss-item {
    display: flex;
    margin-bottom: 17px;
    background: #EAF0F6;
}
.widget-span.clear--sidebar-posts .hs-rss-item .hs-rss-item-text .hs-rss-title {
    color: #555;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}
.widget-span.clear--sidebar-posts .hs-rss-item .hs-rss-item-text {
    width: 100%;
    padding: 11px 7px 5px 12px;
}
.widget-span.clear--sidebar-posts .hs-rss-item {
    display: flex;
    margin-bottom: 17px;
}
.widget-span.clear--sidebar-posts .hs-rss-item .hs-rss-item-text .hs-rss-title:hover {
    color: #333;
}
.widget-span.clear--post-topic .widget-module li:last-child {
    border-bottom: none;
}
.widget-span.clear--post-topic .widget-module a {
    font-size: 15px;
    color: #555;
    font-weight: 500;
}
.widget-span.clear--post-topic .widget-module li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.widget-span.clear--sidebar-posts .hs-rss-item .hs-rss-item-image-wrapper {
    width: 75px;
    order: -2;
    flex-shrink: 0;
}
.widget-span.clear-subscribe-form form .hs-form-field {
    margin-bottom: 20px;
}
.widget-span.clear-subscribe-form form .hs-form-field label.hs-error-msg {
    color: #ff0000;
    font-weight: 500;
    padding-top: 7px;
    margin: 0px;
}
.blog-section.clear--blog-design {
    margin-bottom: 45px;
}
.blog-section.clear--blog-design .post-header {
    padding: 20px 16px;
}
div.blog--tag-author-coloumn #hubspot-topic_data:hover i, div.blog--tag-author-coloumn #hubspot-topic_data:hover a {
    color: #333;
}
div.blog--tag-author-coloumn .blog--author:hover i, div.blog--tag-author-coloumn .blog--author:hover a {
    color: #333;
}
.hs-blog-post .header {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.14);
}
 
.widget-span.contact--form h3 {
    margin-left: 0px;
    margin-right: 0px;
}
.widget-span.contact--form-style .hs_cos_wrapper.form-title {
    margin-bottom: 30px;
    margin-top: 0px;
}
.widget-span.contact--form-style > .row-fluid-wrapper {
    border: 1px solid #ddd;
    background: #fff;
    padding: 30px 25px 20px;
}
.widget-span.contact--map iframe {
    border: 1px solid #ddd !important;
    padding: 5px;
    background: #fff;
    max-width: 100%;
    box-sizing: border-box;
    height: 477px;
}
.widget-span.contact--form-style form .input input {
    height: 45px;
    border-radius: 0px;
    padding: 0 15px;
    font-family: Source Sans Pro,sans-serif;
    font-weight: 500;
    font-size: 15px;
    margin: 0;
}
.widget-span.contact--form-style form .hs-form-field {
    margin-bottom: 20px;
}
.widget-span.contact--form-style form .hs-form-field textarea {
    border-radius: 0px;
    margin: 0;
}
.widget-span.contact--form-style form .hs-submit input.hs-button.primary {
    height: 45px;
    border-radius: 0px;
    padding: 0 15px;
    line-height: 45px;
    font-size: 15px;
    margin: 0px;
}
.widget-span.contact--form-style form .hs_error_rollup {
    display: none;
}
.chapter-section .chapter_row .book-chapter p {
    margin-bottom: 0px;
}
.widget-span.cl_our-services-box .wd-section-heading h4 {
    margin: 0;
}
.theme-logo-listing_title h3 {
    margin-bottom: 30px;
}


/* responsive style here start */

@media only screen and (max-width:900px) {
  div#hubspot-author_data {
    padding: 0;
    margin-left: 3%;
    margin-bottom: 24px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  
  .hs-author-avatar {
    width: 72px;
    height: 72px;
    margin: 0 20px 0 0;
  }
  
    .author_img {
        width: 125px;
        height: auto;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
        padding: 10px 15px;
    }
  .clear-blog-listing {
    padding: 32px 0;
    margin-top: 8px;
  }

  .widget-span.clear-blog-listing .container > .row-fluid-wrapper > .row-fluid .span8.widget-span {
    width: 100%;
}
  .widget-span.clear-blog-listing .container > .row-fluid-wrapper > .row-fluid > div[class*="span"] {
    width: 100%;
    margin: 0px;
}
  div.blue-banner {
    padding: 125px 0px;
}
  .Course-listing-wrapper h4.title {
    margin-left: 0;
    margin-right: 0;
}
  .landing-header .nav ul li a{ color: #ffffff; }
  .padding_top {
    padding-top: 60px;
}

  .clr-section-get-your-form-section form {
    width: 100%;
  
}

  .hubdew-feature-slider-wrap .owl-theme .owl-nav button.owl-prev {
    left: -15px;
}
  .hubdew-feature-slider-wrap .owl-theme .owl-nav button.owl-next {
    right: -15px;
}
}

@media only screen and (max-width:900px) {
   /*********Toggle*********/
  .header {
    height: 48px;
    padding: 5px;
  }
  
  .sticky-logo img, .logo .upload_logo img {
    display: none;
  }
  
  .social-vertical {
  display: none !important;
  }
  
  .social-horizontal {
    display: flex !important;
  }
  
  .social-horizontal .hs_cos_wrapper_type_social_sharing {
    margin-top: 24px;
    display: flex;
    max-width: 680px;
    margin-left: 3%;
    margin-right: 3%;
  }
}

@media only screen and (max-width:768px) {

    .theme-logo-listing ul li {
        margin-bottom: 10px !important;
    }
    .landing-page3-section-second{
      background: none;
    }
    .clr-section-you-are-awesome {
    padding-top: 25px;
  }
}

@media only screen and (max-width:767px) {
    .form-fb-ladning-page-productive {
        position: static;
        margin-top: 30px;
        display: inline-block;
        width: 100%;
    }

    div.ebook_images {
        width: 100%;
        float: none;
        display: inline-block;
    }

    .Ebook_head {
        text-align: center;
    }

    .banner-content {
        text-align: center
    }

    .ebook_what {
        padding: 0px 0;
    }

    .trusted_companies img {
        width: 100%;
        text-align: center;
        margin-bottom: 15px
    }

    .ebook_features,
    .ebook-learn-img,
    .Book-description,
    .chapter_loop,
    .otherbook-section .bookloop {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .otherbook-section .bookloop {
        margin-bottom: 15px;
    }

    .trusted_client .clients_logo {
        flex: 0 0 33%;
        max-width: 33%;
    }

    .trusted_companies {
        margin: 0px 0 0;
        padding: 15px 0;
    }

    .ebook-banner-section {
        padding: 50px 0 50px 0px;
    }

    .other_ebooksection {
        padding: 10px 0 40px 0;
    }

    .blue-banner .row-fluid,
    .live-experience .row-fluid {
        display: inherit !important;
    }

    .recent-blogs .row-fluid .widget-type-rss_listing {
        margin-top: 40px;
    }

    .footer .row-fluid .span4 {
        float: left;
        width: 31.914893614%;
    }

    .Course-listing .course-item .course-item-inner {
        margin-left: 5px;
        margin-right: 5px;
    }

    .Course-listing .course-item .title a {
        font-size: 16px;
    }

    /**********Toggle********/
    .custom-menu-primary.js-enabled {
        position: absolute;
        right: 0;
        top: 25px;
        width: 100%;
        text-align: left;
    }

    .custom-menu-primary.js-enabled .hs-menu-wrapper {
        background: #fff;
        display: none;
        position: relative;
        top: 75px;
        z-index: 5
    }

    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
        width: 100%;
        float: none;   
    }
.hubdew_templateheader .header .nav .hs-menu-wrapper.hs-menu-flow-horizontal> ul > li:last-child a {   
    padding: 10px 15px;   
}


    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
        border: none !important;
    }

    .custom-menu-primary.js-enabled {
        position: absolute;
        right: 0;
        top: 0px;
        width: 100%;
        text-align: left;

    }

    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
        width: 100%;
     }
  

    .sub-wrap {
        column-count: inherit;
        width: 100%
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2.point-break a {
        margin-bottom: 30px;
    }

    .custom-menu-primary .hs-menu-children-wrapper {
        display: block !important;
    }

    .mobile-trigger {
        display: block;
        cursor: pointer;
        position: absolute;
        top: 0px;
        right: 10px;
        width: auto;
        height: auto;
        padding: 31px 10px;
        background: #ffffff;
        border: 0px;
        font-size: 16px;
        font-weight: normal;
        text-align: left;
        text-transform: uppercase;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .mobile-trigger:hover {
        text-decoration: none;
        border-color: transparent;
    }

    .child-trigger {
        display: block;
    }

    .mobile-trigger i {
        display: inline;
        position: relative;
        top: -4px;
    }

    .mobile-trigger i:before,
    .mobile-trigger i:after {
        position: absolute;
        content: '';
    }

    .mobile-trigger i,
    .mobile-trigger i:before,
    .mobile-trigger i:after {
        width: 22px;
        height: 2px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        background-color: #333;
        display: inline-block;
    }

    .mobile-trigger i:before {
        top: -6px;
    }

    .mobile-trigger i:after {
        top: 6px;
    }

    .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: ;
    }

    .nav-menu ul li a {
        color: #fff;
    }

    .span12.widget-span.widget-type-cell.header {
        padding: 15px 0px;
    }

    .blog--comment .hs-button.primary {
        margin-bottom: 50px;
    }
    .widget-span.contact--map > .row-fluid-wrapper {
    margin-bottom: 35px;
}
.header .container .row-fluid .logo-main-top {
    width: 100%;
    padding: 0;
}
.header .container .row-fluid .logo-main-top .widget-type-logo {
    margin-right: auto;
}
.widget-span.image-txt-group .image-style {
    margin-bottom: 30px;
}
.live-experience.text-image-group .container > .row-fluid-wrapper > .row-fluid {
    display: flex !important;
    flex-wrap: wrap;
}
.live-experience.text-image-group .container > .row-fluid-wrapper > .row-fluid > div:last-child {
    order: -2;
    margin-bottom: 30px;
}
div.live-experience {
    padding: 55px 0px;
}


div .head_tital h2 br,
div .head_tital h3 br,
div .head_tital h4 br,
div .head_tital h5 br,
div .head_tital h6 br,
div .head_tital h1 br{
   display: none;
}

div .head_tital span br{ display: none; }
iframe.ytb.youtube {   height: auto;}
.CL_Biginner_rpofessionals .bg-section {
    margin-top: -6px;
}
.padding_bottom{ padding-bottom: 50px; }
.CL_Biginner_rpofessionals .bg-section .Cl-img {
    margin-top: 0;
}
.CL_Biginner_rpofessionals.Clear_th_Options {
    padding-top: 0;
    margin-top: 0;
}

.CL_Biginner_rpofessionals .head_tital span {
    font-size: 15px;
    line-height: 24px;
}

.button_module a.hubdew-button {
    margin-bottom: 10px;
}

}
@media screen and (max-width: 639px) {
    .Course-listing .course-item {
        flex: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .contact--inner-address .contact--inner-spacing {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 479px) {
    .recent-blogs .hs-rss-item {
        display: flex;
        flex-wrap: wrap;
    }

    .recent-blogs .hs-rss-item-image-wrapper {
        width: 100% !important;
        order: -1;
        margin-bottom: 20px;
    }

    .recent-blogs .hs-rss-item-text {
        width: 100% !important;
    }

    .footer .row-fluid .span4 {
        width: 100% !important;
    }

    .recent-blogs .hs-rss-item-text a {
        font-size: 18px !important;
    }

    .clear-blog-listing .post-body .post-blog-content {
        -webkit-box-flex: 0;
        -ms-flex: 100% !important;
        flex: 100% !important;
        max-width: 100% !important;
    }

    .clear-blog-listing .post-body .blog_featured_img {
        -webkit-box-flex: 0;
        -ms-flex: 100% !important;
        flex: 100% !important;
        max-width: 100% !important;
        position: relative !important;
        order: -1;
    }

    .blog-detail--clear .post-header h1 {
        font-size: 20px;
    }

    .blog-detail--clear #hubspot-author_data {
        display: inline-block !important;
    }

    .blog-detail--clear .hs-author-avatar {
        margin-bottom: 10px !important;
        float: none !important;
    }
    .contact--inner-address .contact--inner-spacing {
        flex: 100%;
        max-width: 100%;
    }

.header .widget-span.contactinfo p {
    margin: 0px;
}

}

@media only screen and (max-width:420px) {
    .logo-main-top {
        text-align: center;
    }

    .logo-main-top .span5.widget-span.widget-type-cell.contactinfo {
        position: static
    }
  
    .contactinfo p {
        float: none;
        display: inline-block;
        margin: 20px 0 0
    }

    .author_row .Author_box {
        justify-content: center;
    }

    .author_description {
        padding: 0 0;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 15px;
        text-align: center;
    }

    .left-side-content {
        padding-right: 0;
    }

    .what_ebook_section {
        margin-top: 15px;
    }

    .trusted_client .clients_logo {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .left-side-content .Ebook-heading {
        text-align: center;
    }

    .Book-description {
        margin-top: 25px;
    }

}

@media screen and (max-width:390px) {
  .clear--blog-design .post-listing .post-item {
    justify-content: center;
  }
  .clear-blog-listing .post-listing .post-item .post-body {
    min-width: 290px;
    max-width: 290px;
  }
  .clear--blog-design .post-listing .post-item .post-body .blog_featured_img {
  height: 162px;
  }
  .clear--blog-design .post-listing .post-item .post-body .blog_featured_img img.hs-featured-image {
    max-height: 162px;
  }
  .social-horizontal .share-button {
    width: 39px;
    height: 39px;
  }
}

.blog-post-wrapper .cell-wrapper {max-width: 680px;}

/*Custom styles*/
.globe-wrapper {
  display: inline-flex; 
  margin: 16px;
}

.globe_class {
    position: relative;
    background-image:none;
    width: 30px;
    height: 24px;
    line-height: 25px;
    font-size: 28px;
    margin-right: 42px;
}

.globe_class:before {
    content: "\f0ac";
    font-family: FontAwesome;
    color: #ffffff;
}


.lang_list_class, .open-menu-list{
  left: 200%;
  top: 25px;
  min-width: 157px;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.18);
}

.lang_list_class li, .open-menu-list li {
    border: none !important;
    padding: 0;
}

.lang_list_class li a, .open-menu-list li a {
    display: block;
    padding: 8px !important;
    color: #323232;
    font-size: 18px;
    letter-spacing: -0.21px;
    line-height: 24px;
    height: 40px;
}

.lang_list_class li a:hover, .open-menu-list li a:hover {
  color: #323232;
}

.lang_list_class li:hover, .open-menu-list li:hover {
  background-color: #F5F5F5;
}

.lang_list_class li:first-child {
  padding-top: 0;
}

.lang_list_class li:last-child {
  padding-bottom: 0;
}

.title-image {
  height: 265px;
  max-height: 265px;
  width: auto;
  max-width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.title-image a {
  max-height: 263px;
  margin: 0 auto;
  text-align: center;
}

.title-image a img {
  max-height: 263px;
  width: auto;
  max-width: 100%;
 }

.blog-detail--clear .post-body .cta_button {
  color: #ffffff !important;
}

.blue-cta {
  background-color: #0075FF;
}

.blue-cta:hover {
  background-color: #0075FF;
}

.orange-cta {
  background-color: #FB8C00;
}

.orange-cta:hover {
  background-color: #EF6C00;
}

.error-code {
  text-align: center;
  color: #2e2e2e;
  font-size: 60px;
  letter-spacing: -1.13px;
  line-height: 64px;
  margin: 32px;
}

.error-description {
  color: #2E2E2E;
  font-size: 18px;
  letter-spacing: -0.21px;
  line-height: 24px;
}

.error-description a {
  cursor: pointer;
  color: #1e88e5 !important;
  text-decoration: underline;
}

.error-description a:hover {
  text-decoration: none;
}

.error-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}


.blue-cta, .orange-cta {
    -webkit-font-smoothing: antialiased !important;
    cursor: pointer !important;
    user-select: none !important;
    display: inline-block !important;
    font-weight: normal !important;
    text-align: center !important;
    text-decoration: none !important;
    transition: all .4s ease !important;
    padding: 9px 18px !important;
    color: #FFFFFF !important;
    font-family: "Source Sans Pro" !important;
    font-size: 16px !important;
    font-weight: bold!important;
    letter-spacing: 0 !important;
    line-height: 20px !important;
    text-align: center !important;
    border-radius: 4px !important;
    font-family: Source Sans Pro,sans-serif !important;

 
}

.hubdew-footer-wrap {
  flex-wrap: nowrap;
}

.slider {
  overflow: hidden;
  position: relative;
}

.slider-content {
  overflow-x: scroll;
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-bottom: -6px; 
}

.slider-content::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  -webkit-appearance: none;
  background-color: transparent;
}

.hs-author-profile {
  box-sizing: border-box;
  padding: 0 34px;
  width: 100%;
  display: flex;
  align-items: center;
}
.gray-line {
  height:1px;
  margin: 48px 34px 40px;
  background-color: #E5E5E5;
}

.row-fluid .social-horizontal {
  display: none;
}

.social-vertical .hs_cos_wrapper_type_social_sharing {
  position: fixed;
  left: 0;
  display: flex;
  flex-direction: column;
  top: 40%;
  z-index: 1;
}

.share-button {
  width: 43px;
  height: 43px;
}

.share-button:hover {
  transform: scale(1.13);
}

.social-horizontal .share-button {
  display: block;
  margin: 4px;
}

.menu-horizontal {
  display: flex;
  align-items: center;
  padding-left: 48px;
  border-bottom: 1px solid #E5E5E5;
  background-color: #ffffff;
}

.empty-list {
  text-align: center;
  display: none;
}

@media (max-width: 800px) {
  .globe-wrapper {
    padding-top: 1px;
    margin: auto 0 auto 16px;
  }
  
  .globe_class {
    margin-right: 0px;
    padding-right: 0;
  }
  
  .lang_list_class {
    left: 50%;
  }
  
  .open-menu-list {
    left: -200%;
  }
  
  .lang_list_class:after, .lang_list_class:before {
   content: "";
    display: block;
    position: absolute;
    right: 43%;
    left: auto;
    width: 0;
    height: 0;
    border-bottom-color: #ffffff;
  }
  
}

@media (max-width: 767px) {

  .blog-section .post-header h1 {
    color: #000000;
    font-size: 40px;
    letter-spacing: -0.5px;
    line-height: 50px;
    margin-bottom: 32px;
  }

  .blog-detail--clear .section.post-body h1, .blog-detail--clear .section.post-body h2, .blog-detail--clear .section.post-body h3 {
    color: #000;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: -.35px;
    line-height: 36px;
    margin: 32px 0 16px;
    font-weight: 300 !important;
}
  .title-image {
      height: 100%;
      max-height: 100%;
      margin-bottom: 32px;
   }
  .title-image a {
    max-height: 100%;
  }
  
 .title-image a img {
       max-height: 100%;
      } 
 
  .hs-author-profile {
  flex-direction: column;
  align-items: flex-start;
  }
  
  .clear--blog-design .hs-author-name {
    font-size: 40px;
    margin-top: 24px;
    letter-spacing: -0.5px;
    line-height: 50px;
  }
  
  .gray-line{
    margin: 40px 34px 32px;
  }
  
  .hs-author-listing-header{
    font-size: 28px;
    letter-spacing: -0.9px;
    line-height: 36px;
  }
  
  .error-padding {
  padding-top: 50px;
  padding-bottom: 50px
  }
}


@media (max-width: 400px) {
  .globe-wrapper {
    margin-right: 0;
  }
  .globe_class {
    margin-right: 0px;
    padding-right: 0;
  }
}



       /* Numbered Pagination */
.blog-pagination {
    display: block;
    text-align: center;
}
.blog-pagination > div {
    display: inline-block;
}
.blog-pagination-left {
    text-align: right;
}
.blog-pagination-right {
    text-align: left;
}

.blog-pagination a:hover,
.blog-pagination a:focus {
    text-decoration: none;
}
.blog-pagination a.elipses {
    border: 0;
}

.chevron {
 opacity: 0.8;
}

.chevron:hover {
 opacity: 1;
}

.chevron::before {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: '';
    display: inline-block;
    height: 7px;
    position: relative;
    vertical-align: center;
    width: 7px;
}

.chevron.right:before {
  left: -2px;
  top: -1px;
	transform: rotate(45deg);
}

.chevron.bottom:before {
	top: 0;
	transform: rotate(135deg);
}

.chevron.left:before {
    left: 2px;
    top: -1px;
    transform: rotate(-135deg);
}


blockquote {
    background: #f0eff0;
    margin-top: 40px;
    padding: 40px;
    border-radius: 1px;
    background-color: #f0eff0;
}

blockquote p {
    color: #5e5e5e;
    font-size: 18px;
    letter-spacing: -.21px;
    line-height: 24px;
}

blockquote p:last-child {
    opacity: .5;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: .1px;
}

blockquote strong {
  color: #212121;
  font-size: 20px;
  letter-spacing: -.45px;
  line-height: 25px;
  margin: 16px 0 4px;
  font-weight: 400;
}


.blog-detail--clear .section.post-body td p {
  margin: 0
}

td {
  padding: 7px 12px;
}

.hs-blog-post .row-fluid [class*=span] {
  min-height: 0 !important;
}

.hs-blog-post .center-post-content {
  max-width: 560px;
  margin: 0 auto !important;
}

div.widget-type-cell.right-post-content {
  width: 240px;
  float: right;
}

.hs-blog-post .container > .row-fluid-wrapper > .row-fluid {
  display: flex; 
}

.hs-blog-listing .right-post-content {
  display: none; 
}

@media (max-width: 900px) {
  .hs-blog-post .container > .row-fluid-wrapper > .row-fluid {
    flex-direction: column;
  }
}

@media (max-width: 1000px) {
  div.widget-type-cell.right-post-content {
    display: none;
  }
}

.hidden-block {
  display: none; 
}

/* book a call popup */
.book-call-popup {
  width: 100%;
  display: none;
  padding: 16px 70px;
  position: fixed;
  bottom: 0;
  background: #fff;
  align-items: center;
  box-shadow: 0px -2px 14px  rgba(0, 0, 0, 0.15);
  justify-content: center;
}

.book-call-popup p {
  margin-right: 32px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.2125px;
  color: #212121;
  width: 100%;
  max-width: 680px;
}

.book-call-popup a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  background: #FB8C00;
  border-radius: 2px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  cursor: pointer;
}

.book-call-popup a:hover {
  background-color: #EF6C00; 
}

.book-call-popup .image-container {
  height: 0;
  width: 94px;
  position: relative;
  top: -80px;
  margin-right: 32px; 
  min-width: 94px;
}

.book-call-popup .close-icon {
  position: absolute;
  top: calc(50% - 6px);
  left: 29px;
  cursor: pointer;
}

@media screen and (max-width: 899px) {
  .book-call-popup {
    flex-direction: column;
    padding: 58px 20px 32px;
  }
  
  .book-call-popup p {
    margin-right: 0; 
    margin-bottom: 24px;
  }
  
  .book-call-popup .image-container {
    margin-right: 0; 
  }
  
  .book-call-popup .image-container {
    top: -104px;
    min-width: 80px;
    width: 80px;
  }
  
  .book-call-popup a {
    width: 100%; 
  }
  
  .book-call-popup .close-icon {
    top: 19px;
    right: 19px;
    left: auto;
  }
}

@media screen and (max-width: 990px) {
  .book-call-popup {
    display: none !important;
  }
}
/* book a call popup - END */

/* HUBDEW Header */
 .logo .upload_logo .mobile-logo {
    display: none;
  }

@media (max-width: 900px) {
  .logo .upload_logo .mobile-logo {
    display: block;
  }
}
/* HUBDEW Header - END */

/* Horizontal Menu */
.menu-horizontal .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper .hs-menu-depth-2.hs-item-has-children > a {
  padding-right: 30px !important;
}

.menu-horizontal .hs-menu-item.hs-menu-depth-1 .expand-level {
    width: 100%;
    display: block;
    height: 20px;
    position: absolute;
}

.menu-horizontal .hs-menu-item.hs-menu-depth-1 .expand-level:hover ~ .hs-menu-children-wrapper { 
    opacity: 1;
    visibility: visible;
}

.menu-horizontal .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper .hs-menu-depth-2.hs-item-has-children > ul {
  left: 100%;
  top: 0;
  transform: translateX(0);
  background: #fff;
  box-shadow: 0px 3px 8px rgb(0 0 0 / 14%);
  border-radius: 3px;
  width: fit-content;
}

.menu-horizontal .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hs-menu-depth-2 ul.hs-menu-children-wrapper:before {
  display: none;
}

.menu-horizontal .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  margin-top: 4px;
}

.menu-horizontal .hs-menu-item:hover {
  background-color: #f5f5f5;
}

.menu-horizontal .hs-menu-item .hs-menu-depth-2 {
  padding: 0;
  background-color: #fff;
}

.menu-horizontal .hs-menu-item .hs-menu-depth-2:hover {
  background-color: #f5f5f5;
}

.menu-horizontal .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  padding: 8px 17px !important;
  color: #323232;
  font-size: 17px;
  letter-spacing: -0.21px;
  line-height: 24px;
  height: 40px;
  width: auto;
}

.menu-horizontal .hs-menu-item a {
  position: relative;
  color: #363636;
  font-family: "Source Sans Pro";
  font-size: 18px;
  letter-spacing: -0.41px;
  line-height: 23px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.menu-horizontal .hs-menu-depth-1 > a {
   margin: 10px 0 !important;
}

.menu-horizontal  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.18);
  position: absolute;
  left: auto;
  right: 0;
  z-index: 100;
  list-style-type: none;
  margin: 0;
  top: 61px;
  border-radius: 3px;
  padding: 4px 0;
  background: #fff;
}

.menu-horizontal  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  width: 0;
  height: 0;
  margin-left: -8px;
  top: -18px;
  border: 9px solid transparent;
  border-bottom-color: #000;  
}

.menu-horizontal  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hs-menu-depth-1 > ul.hs-menu-children-wrapper:after {
  top: -18px;
  border: 9px solid transparent;
  border-bottom-color: #fff;
  margin-bottom: -1px;
  content: "";
  display: block;
  position: absolute;
  right: 12px;
  width: 0;
  height: 0;
  margin-left: -8px;
}

.menu-horizontal .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hs-menu-depth-1 > a:after {
  padding-left: 8px;
  content: "\f0d7";
  font-family: FontAwesome;
}

.menu-horizontal .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hs-menu-depth-1:hover > a:after {
  content: "\f0d8";
}

.menu-horizontal  .hs-menu-depth-2 {
  display: block !important;
}

.menu-horizontal .navigation-search {
  width: 24% !important;
}

.menu-horizontal .navigation-menu {
  width: 75% !important;
}

.menu-horizontal .navigation-search .hs-search-field {
  margin-left: 0 !important;
}

.navigation-menu .hs-menu-wrapper > ul li a {
  padding: 0 6px !important;
}

.menu-horizontal .navigation-search {
  margin-left: 1% !important;
}

.tags-button {
display: none;
}

@media only screen and (max-width:1110px) {
 .menu-horizontal .navigation-search {
  margin-left: 2% !important;
}
  
  .menu-horizontal .navigation-menu {
  width: 74% !important;
}
}

@media only screen and (max-width:900px) {
  .menu-horizontal .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.hs-menu-depth-2 ul.hs-menu-children-wrapper {
    visibility: hidden !important;
    opacity: 0 !important;
  }
  
  .tags-button ~ .hs_cos_wrapper_type_menu .hs-menu-wrapper > ul {
    padding-top: 4px; 
  }
  
  .menu-horizontal .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1.hs-item-has-children.clear-menu_horizontal_dropdown > hs-menu-children-wrapper {
    right: -50px !important;
    left: auto !important;
  }
  
  .menu-horizontal .hs-menu-depth-1 > a {
    margin: 0 !important;
  }
    
  .tags-button {
    z-index: 10;
    position: relative;
     display: block;
    -webkit-transform: translate(0,50%);
    -ms-transform: translate(0,50%);
    transform: translate(0,50%);
    color: #363636;
    font-size: 18px;
    letter-spacing: -0.41px;
    line-height: 23px;
    float: right;
    padding: 0 12px 0 8px;
  }
  
  .tags-button:after {
    padding-left: 4px;
    content: "\f0d7";
    font-family: FontAwesome;
  }
  
  .menu-horizontal {
    position: relative;
    height: 48px;
  }
  

  .menu-horizontal .hs-menu-wrapper {
    height: 48px;
    padding-left: 0px;
    display: none; 
    position: absolute;
    right: 20px;
    top: 100%;
    transform: translate(0%,-50%);
}
  
  .menu-horizontal .open {
    z-index: 1;
    display: block; 
  }

  .menu-horizontal .hs-menu-wrapper.hs-menu-flow-horizontal>ul  {
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.18);
    position: absolute;
    right: 0;
    z-index: 100;
    list-style-type: none;
    margin: 0;
    top: 55px;
}

  .menu-horizontal .hs-menu-wrapper.hs-menu-flow-horizontal>ul:after {
    top: -24px;
    border: 12px solid transparent;
    border-bottom-color: #fff;
    margin-bottom: -1px;
    content: "";
    display: block;
    position: absolute;
    left: 90%;
    width: 0;
    height: 0;
    margin-left: -12px;
  } 
  .menu-horizontal .hs-menu-wrapper.hs-menu-flow-horizontal>ul:before {
    content: "";
    display: block;
    position: absolute;
    left: 90%;
    width: 0;
    height: 0;
    margin-left: -12px;
    top: -24px;
    border: 12px solid transparent;
    border-bottom-color: #000;  
  } 
  .menu-horizontal .hs-menu-item {
    background-color: #fff;
  }

  .menu-horizontal .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children a{
    display: none;
  } 
  
.menu-horizontal .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul li {
    display: block !important;
  } 
 
  .menu-horizontal .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    left: 0;
    width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    top: 0;
    z-index: -1;
  }
    .menu-horizontal .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper:after {
      display:none;
  }
    .menu-horizontal .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper:before {
      display:none;
    }
  

  .menu-horizontal  .open-menu-list {
    background: #FFFFFF;
    width: auto !important;
  }

  .menu-horizontal  .hs-menu-item {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-horizontal  .hs-menu-item a {
    padding: 8px 12px !important;
  }

  .menu-horizontal  .hs-menu-item:last-child {
    display: block !important;
  }
  
  .navigation-menu .hs-menu-wrapper > ul li a {
    padding: 8px 12px !important;
    font-size: 17px;
}
}

@media only screen and (max-width:568px) {
  .hs-menu-wrapper, .hs-menu-wrapper {
    width: auto !important;
  }
  .menu-horizontal .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    width: auto !important;
  }
}
/* Horizontal Menu - END */

/* Horizontal Pages Menu */
.pages-button {
  display: none;
}

.hs-menu-children-wrapper.right-position {
  left: 0 !important;
  right: auto !important;
}

.menu-horizontal .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper .hs-menu-depth-2.hs-item-has-children > a:after {
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  right: 9px;
}

.hs-menu-children-wrapper.right-position:before,
.hs-menu-children-wrapper.right-position:after {
  left: 20px;
}

.pages-menu {
  display: none !important;
}

.tags-menu {
  width: 100% !important;
}

.menu-horizontal  .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:nth-child(5) {
  width: 1px;
  cursor: default;
  margin: 0 8px;
}

.menu-horizontal .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:nth-child(5) a {
  width: 1px;
  padding: 0 !important;
  background: rgba(0, 0, 0, .3);
  height: 24px;
}

@media only screen and (max-width:900px) {
  .pages-button ~ .hs_cos_wrapper_type_menu .hs-menu-wrapper > ul:before,
  .pages-button ~ .hs_cos_wrapper_type_menu .hs-menu-wrapper > ul:after {
    margin-left: 45px !important;
  }
  
  .pages-button ~ .hs_cos_wrapper_type_menu {
    width: 100%;
    display: block;
    position: relative;
    height: 100%;
  }
  
  .pages-button ~ .hs_cos_wrapper_type_menu .hs-menu-wrapper {
    right: 0;
  }
  
  .pages-button ~ .hs_cos_wrapper_type_menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hs-menu-depth-1 ul.hs-menu-children-wrapper {
    left: auto !important;
    right: 0 !important;
    top: 28px;
    max-height: 405px;
    overflow: scroll;
  }
  
  .pages-button ~ .hs_cos_wrapper_type_menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hs-menu-depth-1 ul.hs-menu-children-wrapper:before {
    border: 12px solid transparent;
    border-bottom-color: #000;
    content: "";
    display: block;
    height: 0;
    left: 90%;
    margin-left: -5px;
    position: absolute;
    top: -24px;
    width: 0;
  }
  
  .pages-button ~ .hs_cos_wrapper_type_menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.hs-menu-depth-1 ul.hs-menu-children-wrapper:after {
    border: 12px solid transparent;
    border-bottom-color: #fff;
    content: "";
    display: block;
    height: 0;
    left: 90%;
    margin-bottom: -1px;
    margin-left: -5px;
    position: absolute;
    top: -24px;
    width: 0;
  }
  
  .menu-horizontal .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children.hs-menu-depth-2 ul.hs-menu-children-wrapper {
    height: 0;
    position: relative;
    padding: 0;
    visibility: hidden !important;
  }
  
  .menu-horizontal .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children.hs-menu-depth-2.mobile-open ul.hs-menu-children-wrapper {
    height: auto;
    visibility: visible !important;
    z-index: 1;
    box-shadow: none !important;
  }
  
  .menu-horizontal .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children.hs-menu-depth-2.mobile-open > a {
    background: #f5f5f5;
  }
  
  .menu-horizontal .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children.hs-menu-depth-2:hover {
    background: #fff; 
  }
  
  .menu-horizontal .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children.hs-menu-depth-2.mobile-open ul.hs-menu-children-wrapper > li a {
    padding: 8px 9px 8px 29px !important;
  }
  
  .menu-horizontal .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children.hs-menu-depth-2 ul.hs-menu-children-wrapper:after,
  .menu-horizontal .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children.hs-menu-depth-2 ul.hs-menu-children-wrapper:before {
    display: none !important;
  }
  
  .pages-button ~ .hs_cos_wrapper_type_menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul:before,
  .pages-button ~ .hs_cos_wrapper_type_menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul:after {
    display: none; 
  }
  
  .menu-horizontal .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper .hs-menu-depth-2.hs-item-has-children > a:after {
    content: "\f0d7";
  }
  
  .menu-horizontal .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper .hs-menu-depth-2.hs-item-has-children.mobile-open > a:after {
    content: "\f0d8";
  }
  
  .menu-horizontal .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    padding: 4px 0;
    border-radius: 0;
  }
  
  .menu-horizontal .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children.hs-menu-depth-2 ul.hs-menu-children-wrapper {
    opacity: 1 !important;
  }
  
  .menu-horizontal .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper .hs-menu-depth-2.hs-item-has-children.mobile-open > ul li:hover {
    background: #fff;
  }
  
  .menu-horizontal .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children:last-child {
    margin-left: 0;
  }

  .menu-horizontal .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children:not(.clear-menu_horizontal_dropdown) {
    margin-right: 0;
  }
  
  .menu-horizontal  .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:nth-child(5) {
    margin-left: 0;
  }
  .pages-button {
    z-index: 10;
    position: relative;
    display: block;
    -webkit-transform: translate(0,50%);
    -ms-transform: translate(0,50%);
    transform: translate(0,50%);
    color: #363636;
    font-size: 18px;
    letter-spacing: -0.41px;
    line-height: 23px;
    float: right;
    padding: 0 8px;
    border-right: 1px solid rgba(0, 0, 0, 0.3);
  }
  
  .pages-button:after {
    padding-left: 8px;
    content: "\f0d7";
    font-family: FontAwesome;
  }
  
    .menu-horizontal .pages-menu .hs-menu-wrapper {
    height: 48px;
    padding-left: 0px;
    display: none; 
    position: absolute;
    top: 100%;
    transform: translate(0%,-50%);
}
  
    .menu-horizontal .pages-menu .open {
    z-index: 1;
    display: block; 
  }
  
  .menu-horizontal .pages-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    width: auto;
  }
  
  .pages-menu {
  display: block !important;
}
  
  .tags-menu .hs-menu-wrapper .clear-menu_horizontal_dropdown {
    display: none !important;
}
  
  .navigation-menu {
    position: absolute;
    right: 0;
    width: 65% !important;
  }
  
  .tags-menu,
  .pages-menu {
    width: auto !important;
  }
  
  .navigation-menu > .row-fluid-wrapper > .row-fluid {
   display: flex;
   justify-content: flex-end;
  }
  
  .pages-menu {
    order: -1;
  }
  
  .pages-button:after {
    padding-left: 4px;
  }
  
  .menu-horizontal  .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li:nth-child(5) a {
    display: none;
  }
}
/* Horizontal Pages Menu - END */

/* Search Input copy */
.hs-search-field {
  position: relative;
}
.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
}
.hs-search-field__bar button svg {
  height: 10px;
}
.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: calc(-50vw + 100%);
  width: calc(100% + 50vw - 100%);
  margin-top: 10px;
  background: #fff;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}

.hidden {
  display: none !important;
}

.search-icon {
  display: block;
  border: 0;
  background: inherit;
  opacity: 1;
  width: 16px;
  height: 16px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+OTREMEVGRTMtMTJCMS00NjE3LUIyQjItQTA1NUI3MEYxRTMxPC90aXRsZT4KICAgIDxnIGlkPSLwn5G38J+PvC1uaXRyby10cmFuc2xhdG9yIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iVUktS0lULURFTU8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC05MTQuMDAwMDAwLCAtMTMxNi4wMDAwMDApIiBmaWxsPSIjQkRCREJEIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8cGF0aCBkPSJNOTI1LjQzNTEwNiwxMzI2LjA2Mjg5IEw5MjQuNzEyNDA3LDEzMjYuMDYyODkgTDkyNC40NTYyNjEsMTMyNS44MTU4OSBDOTI1LjM1Mjc3MywxMzI0Ljc3MzAxIDkyNS44OTI1MSwxMzIzLjQxOTEgOTI1Ljg5MjUxLDEzMjEuOTQ2MjYgQzkyNS44OTI1MSwxMzE4LjY2MjA5IDkyMy4yMzA0MTcsMTMxNiA5MTkuOTQ2MjU1LDEzMTYgQzkxNi42NjIwOTMsMTMxNiA5MTQsMTMxOC42NjIwOSA5MTQsMTMyMS45NDYyNiBDOTE0LDEzMjUuMjMwNDIgOTE2LjY2MjA5MywxMzI3Ljg5MjUxIDkxOS45NDYyNTUsMTMyNy44OTI1MSBDOTIxLjQxOTA5NywxMzI3Ljg5MjUxIDkyMi43NzMwMTMsMTMyNy4zNTI3NyA5MjMuODE1ODk1LDEzMjYuNDU2MjYgTDkyNC4wNjI4OTMsMTMyNi43MTI0MSBMOTI0LjA2Mjg5MywxMzI3LjQzNTExIEw5MjguNjM2OTM1LDEzMzIgTDkzMCwxMzMwLjYzNjk0IEw5MjUuNDM1MTA2LDEzMjYuMDYyODkgWiBNOTIwLDEzMjYgQzkxNy43ODY2NjcsMTMyNiA5MTYsMTMyNC4yMTMzMyA5MTYsMTMyMiBDOTE2LDEzMTkuNzg2NjcgOTE3Ljc4NjY2NywxMzE4IDkyMCwxMzE4IEM5MjIuMjEzMzMzLDEzMTggOTI0LDEzMTkuNzg2NjcgOTI0LDEzMjIgQzkyNCwxMzI0LjIxMzMzIDkyMi4yMTMzMzMsMTMyNiA5MjAsMTMyNiBaIiBpZD0ic2VhcmNoLTE2LTE2Ij48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.header-container-wrapper {
  position: relative;
}

@media only screen and (max-width:900px) {
.hs-search-field__suggestions {
    width: max-content;
    max-width: calc(100vw - 45px);
    left: auto;
  }
}

@media only screen and (min-width:568px) {
  .search-icon {
    display: none;
  }
}

@media only screen and (max-width:568px) {
 .hs-search-field__bar {
   display: none;
  }
  .hs-search-field__bar.open {
    display: block;
  }
  
  .hs-search-field {
    width: calc(100% - 30px);
  }
}
/* Search Input copy - END */
  
/* Main article */
.main-arcticle {
  display: none;
  width: 100%;
  background: linear-gradient(135deg, #00B2FF 0%, #0075FF 100%);
  border-radius: 7px;
  margin: 0 auto;
  max-width: 682px;
  padding: 60px 40px;
  text-align: center;
}

.main-arcticle h1 {
  margin-bottom: 32px;
  font-weight: 700;
  line-height: 1.12em;
  letter-spacing: -1.2px;
}

.main-arcticle .description {
  font-weight: 400;
  line-height: 1.41em;
  letter-spacing: -0.2125px;
  margin-bottom: 32px;
}

.main-arcticle .button {
  display: block;
  padding: 10px 34px;
  background: #FFF;
  border-radius: 2px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #00A2FF;
  width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .main-arcticle {
    margin-top: -36px;
  }
}
/* Main article - END */

/* Right post content */
.right-content {
  width: 240px;
  float: right;
}

.right-content .banner-image {
  margin-bottom: 40px;
  display: block;
}

.right-content .articles-title {
  font-weight: 400;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: -0.9px;
  color: #212121;
  margin-bottom: 12px;
}

.right-content .post-info {
  display: flex; 
  margin-bottom: 6px;
}

.right-content .post-info .post-title {
  width: 144px;
  margin-right: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.40909px;
  color: #363636;
}

.right-content .post-info img {
  width: 88px;
  height: 50px;
  border: 1px solid #F0EFF0;
  border-radius: 4px;
}

.right-content .post-tag {
  padding: 2px 6px 3px;
  background: #F8F7F8; 
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.40909px;
  color: #909090;
  margin-right: 1px;
}

.right-content .post-container {
  margin-bottom: 24px;
  cursor: pointer;
  display: block;
}

.right-content .articles-container .post-container:last-child {
  margin-bottom: 40px;
}

.right-content .category-title {
  font-weight: 300;
  font-size: 28px;
  line-height: 35px;
  letter-spacing: -0.9px;
  color: #212121;
}

.right-content .category-links a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.40909px;
  color: #363636;
  margin-top: 12px;
  cursor: pointer;
  display: block;
}

.right-content .category-links a:hover {
  text-decoration: underline;
}
.right-content .hidden-post-content {
  display: none; 
}

.right-content .read-time {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.40909px;
  color: #B5B5B5; 
  margin-bottom: 2px;
}
/* Right post content - END */

/* Translation Module */
.globe_class:hover .lang_list_class {
	display: block;
}

#custom_lang_switcher .globe_class {
   display: none;
}
.globe_class {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  cursor: pointer;
}
.lang_list_class {
	display: none;
  position: absolute;
  top: 17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  z-index: 100;
  list-style-type: none;
  padding: 15px 0 0 0;
  margin: 0;
}
.lang_switcher_class {
	position: relative;
  display: inline-block;
}
#lang_switcher_container {
	display: none;
}
.lang_list_class li:first-child {
	padding-top: 15px;
  border-top: 1px solid #000;
}
.lang_list_class li {
	position: relative;
  line-height: 1;
  font-size: 13px;
  padding: 0 15px 10px 15px;
  background-color: #fff;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.lang_list_class li:last-child {
	padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
.lang_list_class:before {
	content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: 50%;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom-color: #000;
  margin-left: -12px;
}
.lang_list_class:after {
	content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: 50%;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom-color: #fff;
  margin-left: -12px;
  margin-bottom: -1px;
}
a.lang_switcher_link:hover {
	cursor: pointer;
  color: #00f;
}

/* Translation Module - END */

/* order form blog */
.order-form-anchor {
  height: 0;
  visibility: hidden;
  position: relative;
  top: -130px;
}

.form-block .form-wrapper .form-wrapper.hidden-textarea {
  visibility: hidden;
  position: absolute;
  right: 0;
  width: calc(100% + 2px);
}

.row-fluid .order-form-blog {
  background-color: #FAFAFA !important;
}

.form-wrapper .hs-error-msg {
  font-weight: 400 !important;
}

.form-wrapper .hs_submit {
  margin-top: 32px;
}

.form-block form ul.inputs-list li input+span {
  margin: 32px 0 0;
  padding-left: 34px;
}

.form-block .form-wrapper .invalid.error {
  border: 1px solid red;
}

.form-block .error-field .inputs-list li input+span:before {
  border: 1px solid red;
}

.order-form-blog .form-description h2 {
    font-family: 'Source Sans Pro',sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    color: #212121;
    font-size: 40px;
    text-transform: none;
    letter-spacing: 0px;
}

.order-form-blog .form-description p {
    font-family: 'Source Sans Pro',sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #5e5e5e;
    font-size: 18px;
}

.order-form-blog a:link {
    font-weight: normal;
    text-decoration: underline;
    font-family: 'Source Sans Pro',sans-serif;
    font-style: normal;
    color: #1e88e5;
}

.order-form-blog a:hover, .order-form-blog a:focus {
   text-decoration: none;
}

.order-form-blog {
   padding: 40px 24px;
   background-color: rgba(238, 238, 238, 1) !important;
}

.form-block {
   padding: 80px 104px 96px;
   width: fit-content;
   margin: auto;
}

.order-form-blog .form-block ul.no-list.hs-error-msgs.inputs-list {
   margin-top: 0px;
}

.form-block  .form-title {
  display: none;
}

.form-block .form-description {
    padding-bottom: 48px;
}

.form-block .form-description h2{
    line-height: 46px;
    margin-bottom: 32px;
    max-width: 590px;
    color: #212121;
    letter-spacing: -.5px;
}

.form-block .form-description p{
    line-height: 24px;
    max-width: 590px;
    letter-spacing: -.21px;
    color: #323232;
    margin-bottom: 0;
}

.form-block  .form-wrapper {
    background: #fff;
    max-width: 590px;
    padding: 31px 39px 39px;
    width: 100%;
    border: 1px solid #F0EFF0;
    border-radius: 8px;
    box-shadow: 0 11px 18px rgb(0 0 0 / 6%);
    position: relative;
}

.form-block  .form-wrapper form{
  padding: 0px;
}

.form-block  .form-wrapper .hs_order_text, .form-block  .form-wrapper .hs_order_text .hs_your_name{
  margin-bottom: 16px;
}

.form-block  .form-wrapper label {
    font-size: 18px;
    line-height: 24px;
    color: #323232;
    font-weight: 600;
    display: block;
    letter-spacing: -0.21px;
}

.form-block  .form-wrapper .hs-form-required {
    color: #212121;
    margin-left: 4px;
    display: inline-block;
}

.form-block .form-wrapper textarea,
.form-block .form-wrapper .hidden-textarea-placeholder {
    display: block;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    margin-top: 8px;
    padding: 8px 11px 18px;
    font-family: Source Sans Pro,serif;
    font-weight: 400;
    resize: none;
    opacity: .9;
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
    color: #323232;
    min-height: 148px;
    letter-spacing: -0.2125px;
}

.form-block  .form-wrapper textarea::placeholder {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.2125px;
    color: #B6B6B6;
}

.form-block  .form-wrapper ul li {
  margin: 0;
}
.form-block  .form-wrapper ul li label{
    color: #ff0000 !important;
    font-size: 14px !important;
    font-weight: 300;
    line-height: 18px;
    margin-top: 8px;
}

.form-block  .form-wrapper .hs_i_agree_to_the_terms_of_service_and_privacy_policy div ul li label {
    font-size: 18px;
    line-height: 24px;
    color: #323232 !important;
    font-weight: 400;
    display: block;
}

.form-block  .form-wrapper .hs_i_agree_to_the_terms_of_service_and_privacy_policy div ul li label a {
  font-weight: 400;
  color: #0075FF;
  text-decoration: none;
}

.form-block  .form-wrapper .hs_i_agree_to_the_terms_of_service_and_privacy_policy div ul li label a:hover {  
  text-decoration: underline;  
}

.form-block .form-wrapper .hs_error_rollup {
  display: none;
}

.form-block  .form-wrapper input[type=text], .form-block  .form-wrapper input[type=email], .form-block  .form-wrapper input[type=password], .form-block  .form-wrapper input[type=tel], .form-block  .form-wrapper input[type=number], .form-block  .form-wrapper input[type=file] {
    box-sizing: border-box;
    height: 48px;
    width: 100%;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    margin-top: 8px;
    padding-left: 11px;
    letter-spacing: .3px;
    color: #323232;
    opacity: .9;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}

.form-block  .form-wrapper form ul.inputs-list li input {
    position: absolute;
    opacity: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 1;
    border: 1px solid #bdbdbd;  
}

.form-block  .form-wrapper  .actions {
    text-align: right;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.form-block  .form-wrapper form input[type=submit], form .hs-button {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    border: 0;    
    display: inline-block;
    cursor: pointer;
    background: #0075FF;
    text-decoration: none;
    border-radius: 4px;
    padding: 12px 24px;
    box-sizing: border-box;
    width: auto;
    opacity: 0.9;
    letter-spacing: .05rem;        
}

.form-block .form-wrapper form .hs-button:hover {
    background: #005ee2 !important;
    border: 0 !important;
}

.form-block  .form-wrapper  .submitted-message {
    display: block;
    overflow: hidden;
    white-space: pre-wrap;
    font-size: 16px;
    line-height: 30px;
    padding: 22px 24px;
    font-weight: 400;
    color: #ffffff;
    max-width: 542px;
    background: #25AA11;
}

.form-block  .form-wrapper  .submitted-message p{
    display: block;
    overflow: hidden;
    white-space: pre-wrap;
    font-size: 16px;
    line-height: 30px;
    padding: 22px 24px;
    font-weight: 400;
    color: #ffffff;
    max-width: 542px;
    background: #25AA11;
}

  .form-block form ul.inputs-list li input+span {
    display: block;
  }

  .form-block form ul.inputs-list li input+span::before {
        top: 13px;
  }

  .form-block form ul.inputs-list li input+span:after {
    top: 13px;
  }

form ul.inputs-list li input + span:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 1rem;
    width: 1rem;
    border: 1px solid #CBE8F8;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    margin-right: 10px;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background: #fff;
    border: 1px solid #c7c7c7;
  }

form ul.inputs-list li input:checked+span::before {
    background-color: #0075ff;
    border: 1px solid #0075ff;
}

 form ul.inputs-list li input + span::after {
    content: "";
    background: #fff;
    height: 2px;
    width: 2px;
    box-shadow: -1px 0 0 #fff, 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff, 4px -10px 0 #fff, 4px -11px 0 #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 9px;
    opacity: 0;
  }

form ul.inputs-list li input:checked + span::after {
    opacity: 1;   
  }

form ul.inputs-list li input+span {
    position: relative;
    padding-left: 1.9rem;
    margin: 20px 0 32px;
    font-size: 18px;
}

span.invalid.error {
   margin: 20px 0 0 0;
}

form ul.inputs-list .hs-form-required {
    display: none !important;
}

.hs-form-field {
    position: relative;
    margin-bottom: 20px;
}

ul.no-list.hs-error-msgs.inputs-list {  
    margin: 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

.order-form-switcher {
  width: fit-content;
  background: #F0EFF0;
  padding: 4px;
  display: flex;
  box-sizing: border-box;
  margin-bottom: 32px;
  border-radius: 8px;
  
}

.order-form-switcher .button {
  display: flex;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  text-align: center;  
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  border: 0;
  margin: 0;
  background: #F0EFF0;
}

.order-form-switcher .button:first-child {
  margin-right: 4px;
}

.order-form-switcher .button:hover {
  opacity: 1;
  color: #323232;
}

.order-form-switcher .active {
  background: #ffffff;
  opacity: 1;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}  

.order-form-switcher frame body {
  margin-right: -17px;
}  

.calendar-container {
  max-width: 1000px;
  height: 940px;
  box-shadow: 0 11px 18px rgb(0 0 0 / 6%);
  border: 1px solid #F0EFF0;
}

.calendar-container.hidden-calendar {
  height: 0;
  border: 0;
}

@media screen and (max-width: 1440px) {
  .form-block {
    padding: 56px 72px 72px;
  }
}

@media screen and (max-width: 990px) {
  .form-block {
    padding: 55px 25px;
  }
}

@media screen and (max-width: 808px) {
  .calendar-container {
    height: 840px;
  }
}

@media screen and (max-width 768px) {
  .order-form-blog {
    padding: 40px 16px;
 } 
}

@media screen and (max-width: 589px) {
  .calendar-container {
    height: 863px;
  }
}

@media screen and (max-width: 539px) {
  .form-block {
    padding: 15px 1px;
  }
  .form-block .form-description h2{
    font-size: 30px;
    line-height: 45px;
  }

  .form-block .form-description p{
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.17px;
  }
  
  .form-block  .form-wrapper {
    padding: 24px 16px;
  }
  
  .form-block  .form-wrapper form .actions .hs-button {
    margin: 36px 0 0 0;
    width: 100%;
  }
  
  .calendar-container {
    height: 500px;
  }
  
  .order-form-switcher {
    width: 100%;
  }

  .order-form-switcher .button {
    width: 50%;
  }
}
/* order form blog - END */

/* PreFooter */
.pre-footer {
  width: 100%;
  min-height: 320px;
  background: #252525;
  padding: 64px;
  display: flex;
  justify-content: center;
}
.pre-footer .content {
  width: 65.95744680199999%;
}

.pre-footer .orange-cta a {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

.pre-footer .orange-cta a:hover {
  text-decoration: underline;
}

.pre-footer p{
  color: #FFFFFF;
  font-size: 18px;
  letter-spacing: -0.21px;
  line-height: 24px;
  margin-bottom: 32px;
}

.pre-footer a{
  color: #FFFFFF;
  font-size: 18px;
  letter-spacing: -0.21px;
  line-height: 24px;
  text-decoration: underline;
}

.pre-footer a:hover{
  text-decoration: none;
}

.external-link-icon {
    margin-left: 10px;
    margin-right: 5px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    transform: scale(var(--ggs, 1));
    width: 11px;
    height: 11px;
    box-shadow: -2px 2px 0 0, -4px -4px 0 -2px, 4px 4px 0 -2px;
    margin-top: 0px;
    color: #ffffff;
}

.external-link-icon::after,
.external-link-icon::before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  right: -4px
}

.external-link-icon:after {
  width: 6px;
  height: 6px;
  border-right: 2px solid;
  border-top: 2px solid;
  top: -4px;
}

.external-link-icon:before {
  transform: rotate(-45deg);
  width: 10px;
  height: 2px;
  top: 0px;
  border-right: 2px solid;
  border-top: 2px solid;
}  

@media (min-width: 1280px) {
  .pre-footer .content {
    max-width: 800px;
  }
}

@media (max-width: 1139px) and (min-width: 900px) {
  .pre-footer .content {
     max-width: 800px;
  }
}

@media only screen and (max-width: 900px)  {
  .pre-footer {
    padding: 48px 16px;
  }
  
  .pre-footer .content {
    width: 100%;
  }
}
/* PreFooter - END */

/* Return to Top Arrow */
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
   
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* Return to Top Arrow - END */