/*h2*/
/*{*/
/*text-transform: capitalize !important;*/
/*}*/

/*h3 {*/
/*text-transform : lowercase !important;*/
/*}*/

/*.faq__accordion-header, .b-whyBuy-item-title*/
/*{*/
/*text-transform : none !important;*/
/*}*/
/*h3:first-letter*/
/*{*/
/*text-transform : uppercase !important;*/
/*}*/
.custom-lazy {
  opacity: 0;
}

.b-support-testimonials {
  padding: 100px 0;
}
.b-support-testimonials,
.b-support-testimonials .bb-container {
  background: var(--soft-grey);
}

.b-support-testimonials-widget {
  max-width: 1210px;
  padding: 35px;
  border-radius: 16px;
  margin: 0 auto;
  background: #fff;
}

.bg-gray {
  background: var(--soft-grey);
}

.bg-blue {
  background: #4C75E6;
}

.b-title {
  font-family: "Source Serif Pro", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 55px;
  color: #f63d7e;
  margin-bottom: 50px;
}

.b-title span {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  color: #333;
}

.b-title strong {
  font-weight: 700;
  color: #333;
}

.b-link {
  display: inline-block;
  font-family: "Source Serif Pro";
  font-weight: 600;
  font-size: 19px;
  line-height: 32px;
  color: #f63d7e;
  text-decoration: none !important;
  transition: all 0.5s;
}

.b-link:hover {
  color: #7999f3;
}

.b-link span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.b-icon-download {
  width: 20px;
  height: 20px;
	  background-image: url("/wp-content/themes/mightycall2021/img/icons/arrow-download.svg");
}

.b-theContent {
  margin-bottom: 25px !important;
}

.b-theContent span {
  display: inline-block;
}

.b-theContent p {
  margin-bottom: 25px;
}

.b-btn {
  font-family: "Source Serif Pro";
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #cdfb3e;
  border-radius: 16px;
  line-height: 52px;
  height: 52px;
  padding: 0 30px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  background: transparent;
  position: relative;
  top: 0;
  transition: all 0.5s;
}

.b-btn:active,
.b-btn:hover {
  background: #cdfb3e;
  color: #4c75e6;
}

.b-btn__coupon {
  height: 64px;
  line-height: 64px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  color: #cdfb3e !important;
  padding: 0 55px;
  background: #7999f3 !important;
  -webkit-box-shadow: 0px 20px 20px -10px rgba(22, 75, 225, 0.6);
  box-shadow: 0px 20px 20px -10px rgba(22, 75, 225, 0.6);
  border: 0;
}

.b-btn__reverse {
  color: #4c75e6 !important;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#cdfb3e),
    to(#c6ffdd)
  ) !important;
  background: linear-gradient(360deg, #cdfb3e 0%, #c6ffdd 100%) !important;
  -webkit-box-shadow: 0px 20px 20px -10px rgba(22, 75, 225, 0.6);
  box-shadow: 0px 20px 20px -10px rgba(22, 75, 225, 0.6);
  border: 0;
}
.b-btn__green {
  color: #4c75e6 !important;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#cdfb3e),
    to(#c6ffdd)
  ) !important;
  background: linear-gradient(360deg, #cdfb3e 0%, #c6ffdd 100%) !important;
  box-shadow: 0px 20px 20px -10px rgba(101, 110, 135, 0.4);
  border: 0;
}
.b-btn__pink:hover,
.b-btn__pink:active,
.b-btn__green:hover,
.b-btn__green:active {
  color: #fff;
  transition: transform 0.2s ease 0.05s;
  transform: translate3d(0, -0.5rem, 0);
  box-shadow: 0 2.5rem 2rem -1rem rgb(22 75 225 / 30%);
}
.b-btn__pink {
  color: #fff !important;
  background: linear-gradient(180deg, #ef8dff 0%, #f63d7e 100%) !important;
  box-shadow: 0px 20px 20px -10px rgba(101, 110, 135, 0.4);
  border: 0;
}
.single .b-cardCta .b-btn__pink {
  background-color: #4c75e6 !important;
  background: linear-gradient(180deg, #4c75e6 0%, #4c75e6 100%) !important;
  box-shadow: none;
  border-radius: 10px;
  font-family: "Kanit", sans-serif !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 90px !important;
}

.blog-content.post-content .b-cardCta p
{
	padding-left : 0;
}

.b-btn__pink:after,
.b-btn__green:after,
.b-btn__reverse:after,
.promo__button--trial:after {
  display: block;
  content: "";
  height: 2rem;
  width: 100%;
  margin-bottom: -2rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.b-theContent ul {
  margin: 0;
}

.b-theContent ol {
  margin: 30px 0;
  padding: 0;
  padding-left: 23px;
  list-style-type: none;
  counter-reset: num;
}

.b-theContent ol li::before {
  content: counter(num) " ";
  counter-increment: num;
  font-family: "Source Serif Pro", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 21px;
  padding-right: 4px;
  margin-left: -21px;
  color: #F63D7E;
}

.b-theContent li {
  margin: 0;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  color: #333;
  position: relative;
}

.b-theContent ul li::before {
  content: "";
  background-color: #4c75e6;
  border-radius: 100%;
  box-shadow: 0px 5px 3px rgb(101 110 135 / 40%);
  font-weight: 700;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: -1em;
  margin-right: 5px;
  position: absolute;
  top: 13px;
}

.b-theContent li a {
  font-family: "Source Serif Pro", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 32px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  color: #f63d7e;
  transition: 0.7s;
}

.b-theContent li a:hover {
  background-color: #F63D7E;
  color: #fff;
}

.b-theContent__listBlue li a {
  color: #4C75E6;
}

.b-theContent__listBlue li a:hover {
  background-color: #4C75E6;
  color: #fff;
}
.content-wrapper {
  max-width: 1470px;
  padding-right: 44px;
  padding-left: 44px;
  margin: 0 auto;
}
.b-linksCard {
  font-family: "Source Serif Pro";
  border: 3px solid #f1f3f6;
  padding-top: 25px;
  padding-bottom: 50px;
  padding-right: 30px;
  position: relative;
  background-color: #fff;
  margin-bottom: 30px;
}

.b-linksCard a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.b-linksCard:before {
  content: "";
  background-image: url("/wp-content/themes/mightycall2021/img/page-blog/arrow-link.png");
  background-repeat: no-repeat;
  width: 21px;
  height: 8px;
  position: absolute;
  left: 0;
  bottom: 25px;
  transition: all 0.5s;
}

.b-linksCard:hover:before {
  left: 10px;
}

.b-linksCard:hover .b-linksCard-title {
  color: #f63d7e;
}

.b-linksCard-number {
  font-family: "Source Serif Pro";
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: #f63d7e;
}

.b-linksCard-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 40px;
  color: #4c75e6;
  transition: all 0.5s;
}

.b-linksCard-content {
  font-size: 19px;
  line-height: 32px;
  color: #333;
}

.b-linksCard-content p {
  margin: 0;
}

.b-base-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.b-base-col {
  flex: 0 0 auto;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.b-topBanner {
  background-image: none !important;
  position: relative;
}

.b-topBanner-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.b-cardCta:first-child {
  padding-top: 0;
}

.b-cardCta:last-child {
  padding-bottom: 0;
}

.b-cardCta {
  display: block;
  width: 100%;
  padding: 15px 0;
}

.b-cardCta-content {
  height: 500px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding: 30px 55px;
  background-image: url(/wp-content/themes/mightycall2021/img/page-blog/ellipse.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  /* box-shadow: 0px 20px 20px -10px rgba(101, 110, 135, 0.4); */
  /* border-radius: 16px; */
  text-align: center;
  position: relative;
}

.b-cardCta-content:before {
  /* content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1.7px solid #f63d7e;
  border-radius: 9px;
  transform: matrix(1, 0.03, -0.04, 1, 0, 0);
  z-index: -1; */
}

.b-cardCta-content-title {
  font-family: "Kanit", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 54px;
  line-height: 70px;
  text-align: center;
  color: #000;
  margin-bottom: 0px;
  letter-spacing: 0;
  word-spacing: 5.2px;
}

.b-cardCta-content-title span {
  color: #000;
  font-size: 54px;
}

.b-cardCta-content-text {
  font-family: "Kanit", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 54px;
  line-height: 70px;
  text-align: center;
  color: #000;
  margin-bottom: 11px;
  letter-spacing: 0;
  word-spacing: 7.2px;
}

.b-cardCta-content br {
  display: none;
}

.b-cardCta-content .btn-cta-block {
  margin: 0 !important;
  display: flex;
  justify-content: center;
}

.b-cardCta-content .btn-cta-block a.btn-cta-mini {
  width: 177px;
  height: 63px;
  background: #4c75e6;
  border: 1px solid #4c75e6;
  box-shadow: 0px 17px 24px -50px rgba(0, 70, 122, 0.3);
  border-radius: 10px;
  font-family: "Kanit", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 90px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #f3f6f8;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-post .b-cardCta-content:before {
  z-index: 0;
}

.b-support-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.b-support-col {
  flex: 0 0 auto;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.b-support-service-photos {
  width: 655px;
}

.b-support-service-photos .b-support-col {
  width: 33.3333%;
}

.b-support-service-photos-item {
  margin-bottom: 30px;
}

.b-support-service-photos-item span {
  display: block;
  width: 198px;
  height: 199px;
  background: #dafd6e;
  border-radius: 18px;
}

.b-support-service-photos-item img {
  display: block;
  max-width: 100%;
  border-radius: 18px;
}

.b-supportSection {
  background: #4c75e6;
}

.online-phone-number .b-supportSection {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.b-supportSection .bb-container {
  background: transparent !important;
}

.b-supportSection .b-title {
  font-weight: 700;
  font-size: 72px;
  line-height: 80px;
  letter-spacing: 0.04em;
  color: #cdfb3e;
}

.b-supportSection .b-title span {
  display: block;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0;
  color: #fff;
}

.b-supportSection-links-item {
  margin-bottom: 15px;
}

.b-supportSection-links a {
  font-family: "Source Serif Pro";
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 32px;
  color: #cdfb3e;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.5s;
}

.b-supportSection-links a:hover {
  color: #333;
  background: #cdfb3e;
}

.b-supportSection__mbtitle {
  margin-bottom: 115px;
}

.b-supportSection-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.b-supportSection-wrap {
  position: relative;
}

.b-supportSection-stars {
  position: absolute;
  left: -55px;
  bottom: 40px;
  width: 500px;
}

.b-supportSection-stars-mobile {
  display: none;
}

.b-support-service-photos-item__cube {
  position: relative;
}

.b-support-service-photos-item__cube:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #dafd6e;
  border-radius: 18px;
  position: absolute;
  left: -100%;
  margin-left: -30px;
}

.b-supportSection-links__mobile {
  display: none;
  width: 712px;
  margin: 0 auto;
}

.trustpilot-widget__mobile {
  display: none;
}

.blog-template-top.blog-template-top__subtitle .blog-template-header {
  padding-bottom: 20px;
}

.blog-template-top.blog-template-top__subtitle {
  padding-top: 22px !important;
  padding-bottom: 40px;
}

.blog-template-top.blog-template-top__subtitle h2 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  margin: 0;
  margin-bottom: 50px;
  padding: 0 15px;
}

.b-emailBlock {
  border-left: 1px solid #f63d7e;
  padding-left: 15px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #333333;
  position: relative;
  top: 130px;
  margin-top: -55px;
}

.b-emailBlock a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.b-emailBlock a {
  text-decoration: none !important;
  color: #F63D7E !important;
}

.table-simple {
  border-radius: 16px;
}

.table-simple-item {
  position: relative;
  padding-left: 205px;
  padding-top: 18px;
  padding-bottom: 3px;
  border-radius: 0 16px 0 0;
  border-bottom: 1px solid #f1f3f6;
}

.table-simple-item:first-child .table-simple-item-title {
  border-radius: 16px 0 0 0;
}
.table-simple-item:last-child,
.table-simple-item:last-child .table-simple-item-title {
  border-radius: 0 0 0 16px;
}
.table-simple-item-title {
  font-family: "Kanit", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  width: 205px;
  height: 101%;
  background: #f1f3f6;
  border-radius: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #333;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
}

.table-simple-item-title:after {
  content: "";
  width: 0.02px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
}

.table-simple-item-content {
  padding: 0 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #333333;
}

.table-simple-item-content span {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  margin-bottom: 15px;
}

.video-player-block-content .youtube-player .play
{
	font-family    : 'Kanit';
	width          : 240px;
	height         : 70px;
	background     : #CDFB3E;
	border-radius  : 10px;
	font-weight    : 600;
	font-size      : 27px;
	line-height    : 70px;
	letter-spacing : 0.02em;
	color          : #112336;
	margin-left : 0 !important;
	margin-top : 0 !important;
	transform: translate(-50%, -50%) !important;
}

.video-player-block-content .youtube-player .play:before
{
	content : '';
	position : relative;
	display: inline-block;
	margin-right : 15px;
	width : 16px;
	height : 19px;
	-webkit-background-size : 100%;
	background-size         : 100%;
	background-repeat : no-repeat;
	background-image : url('/wp-content/themes/mightycall2021/img/front-page/images/play-youtube.svg');
}

.video-player-block-content .youtube-wrapper
{
	margin-left : 0;
}
.video-player-block-content .ytb-video
{
	flex-basis: 100%;
	max-width : 100%;
	padding-left : 30px;
	margin-bottom : 45px;
}

.video-player-block-content .youtube-player
{
	box-shadow: none;
}

.video-player-block-content .video-sign
{
	margin-top : 60px;
	text-align: right;
	position : relative;
}

.video-player-block-content .video-sign:before
{
	content : '';
	position : absolute;
	top : 20px;
	left : 0;
	width : 100%;
	height : 1px;
	background : #D9D9D9;
}

body .blog-main .container
{
	overflow-x: hidden;
}

.video-player-block-content .video-sign a span
{
	background              : linear-gradient(to right, midnightblue, midnightblue 50%, #4C75E6 50%);
	background-clip         : text;
	-webkit-background-clip : text;
	-webkit-text-fill-color : transparent;
	background-size         : 200% 100%;
	background-position     : 100%;
	transition              : background-position 275ms ease;
}
.video-player-block-content .video-sign a
{
	font-family: 'Kanit';
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	color: #4C75E6;
 display: inline-block;
 padding: 10px;
 padding-right: 0;
	position : relative;
	z-index : 1;
}

.video-player-block-content .video-sign a span:hover
{
	background-position: 0 100% !important;
}

.video-player-block-content .video-sign a:before
{
	content : '';
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
	background: #F3F6F8;
	z-index : -1;
}
.video-player-block-content
{
	padding-top : 95px;
	max-width : 100%;
	position : relative;
	z-index : 2;
}

.video-player-block-content:before
{
	content : '';
	position : absolute;
	top : 0;
	left : -65px;
	width: 1050px;
	height: 710px;
	-webkit-background-size : 100%;
	background-size         : 100%;
	background-repeat : no-repeat;
	background-image : url('/wp-content/themes/mightycall2021/img/video-bg__post.svg');
	z-index : -1;
}

.video-player-block-content .youtube-wrapper
{
	max-width : 100%;
}
.video-player-block-content p
{
	max-width : 100%;
}

.featured-categories-title
{
	font-family: 'Kanit';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 38px;
	color: #4C75E6;
	margin-bottom : 15px;
}

.featured-categories ul
{
	padding-left : 0;
	margin-left : 15px;
}
.featured-categories ul li
{
	list-style: none;
	position : relative;
	padding-left : 15px;
	margin-bottom : 5px;
}

.featured-categories ul li:before
{
	content : '';
	position : absolute;
	top : 17px;
	left : 0;
	width : 4px;
	height : 4px;
	border-radius: 50%;
	background : #435B6D;
	z-index : 2;
}

.featured-categories ul li a
{
	display  : inline-block;
	position : relative;
	z-index : 1;
	font-family: 'Kanit';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 38px;
	color: #435B6D;
	text-decoration : none !important;
	transition: all 0.5s;
}

.featured-categories ul li a:hover:before
{
	height : 20px;
}

.featured-categories ul li a:before
{
	content    : '';
	position   : absolute;
	top        : 9px;
	left       : -26px;
	width      : 120%;
	height     : 0.00001px;
	background : #CDFB3E;
	z-index    : -1;
	transition: all 0.5s;
}

.post-content .featured-categories ul li a
{
	font-size : 18px;
	color: #4C75E6;
}

.post-content .featured-categories ul li:before
{
	display : none;
}

.blog-content.post-content .featured-categories
{
	margin-bottom : 60px;
}

.blog-content.post-content .featured-categories ul li a:hover
{
	color: #4C75E6;
	background : none !important;
}


/* animation  */

#root-svg {
  width: 100%;
  background-color: transparent;
  position: absolute;
  top: 196px;
  right: 50%;
  transform: translateX(50%);
}

.green-active-line {
  height: 100%;
  width: 100%;
  background-color: transparent;
}

.line-green {
  fill: none;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 10px;
  stroke: #cdfb3e;
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation: draw 5s 1 alternate forwards;
}

@keyframes draw {
  from {
    stroke-dashoffset: 400;
  }
  to {
    stroke-dashoffset: 0;
  }
}




@media (min-width: 1290px) and (max-width: 1400px) {
  .landing-header-100 {
    margin-top: 0;
  }

  .sitemap-block-1,
  .sitemap-block-2,
  .sitemap-block-header {
    max-width: 1200px;
  }
}

@media (max-width: 1499px) {
  #root-svg {
    top: 78px;
    width: 1500px;
  }
 .line-green {
   stroke-width: 8px;
 }
}
@media (max-width: 1450px) {
  .b-support-service-photos {
    width: 585px;
  }

  .b-support-service-photos-item span {
    width: 175px;
    height: 175px;
  }
}

@media (max-width: 1280px) {
  .b-title {
    max-width: 290px;
  }

	.video-player-block-content .video-sign a
	{
		font-size : 20px;
		line-height : 24px;
	}

  .b-support-testimonials .bb-container .b-title {
    max-width: 100%;
  }

  .b-support-service-photos {
    margin: 0 auto;
  }

  .b-supportSection .b-title {
    max-width: inherit;
  }
}
@media (max-width: 1279px) {
  .b-cardCta-content {
    height: 433px;
  }
  .b-cardCta-content-title {
    font-size: 44px;
    line-height: 70px;
    letter-spacing: 0;
    word-spacing: 5.2px;
  }
  .b-cardCta-content-title span {
    color: #000;
    font-size: 44px;
  }
  .b-cardCta-content-text {
    font-size: 44px;
    line-height: 70px;
  }
  .single .b-cardCta .b-btn__pink {
    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: 90px !important;
    height: 64px;
    width: 179px;
    display: flex;
    justify-content: center;
    letter-spacing: 0.8px;
  }
   /*animation*/
  #root-svg {
    top: 210px;
    width: 1300px;
  }
}
@media (min-width: 800px) and (max-width: 1200px) {
  .b-supportSection {
    padding-top: 60px;
    padding-bottom: 70px;
    overflow: hidden;
  }

  .online-phone-number .b-supportSection {
    padding-top: 60px !important;
    padding-bottom: 70px !important;
  }

  .b-supportSection-links__mobile {
    position: relative;
  }

  .b-supportSection-flex {
    display: block;
  }

  .b-supportSection .b-title {
    max-width: 712px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .b-supportSection .b-support-service-photos {
    position: relative;
    width: 712px;
  }

  .b-supportSection-stars-desktop {
    display: none;
  }

  .b-supportSection-stars-mobile,
  .b-supportSection-links__mobile {
    display: block;
  }

  .b-supportSection .b-support-row {
    margin: 0 -12px;
  }

  .b-supportSection .b-support-service-photos .b-support-col {
    width: 25%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .b-supportSection .b-support-service-photos-item__cube:before {
    display: none;
  }

  .b-supportSection .b-support-service-photos-item {
    margin-bottom: 24px;
  }

  .b-supportSection .b-support-service-photos-item span {
    width: 160px;
    height: 160px;
  }

  .b-supportSection-stars {
    bottom: 0;
  }

  .b-supportSection-stars {
    display: none;
  }

  .b-supportSection-links__mobile {
    margin-top: 30px;
  }

  .b-supportSection-links__mobile .b-supportSection-stars {
    display: block;
    bottom: auto;
    left: auto;
    top: 0;
    right: 0;
    width: 255px;
  }

  .b-supportSection .bb-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .b-supportSection-flex-information .b-supportSection-links {
    display: none;
  }

  .b-supportSection .b-support-service-photos .b-support-col:first-child {
    width: 160px;
    position: absolute;
    top: -184px;
    right: 0;
    padding: 0;
  }

  .b-supportSection
    .b-support-service-photos
    .b-support-col:first-child
    .b-support-service-photos-item
    img {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 800px) {
  .table-simple-item-title {
    font-size: 14px;
    line-height: 18px;
    width: 110px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

	.video-player-block-content .video-sign a
	{
		font-size : 18px;
		line-height : 22px;
	}

  .table-simple-item {
    padding-left: 110px;
    padding-top: 12px;
  }

  .table-simple-item-content {
    padding: 0 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .table-simple-item-content span {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .b-emailBlock {
    position: absolute;
    bottom: 0;
    top: 700px;
    margin-top: 0;
    left: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
  }

  .blog-template-top.blog-template-top__subtitle h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .b-topBanner-img {
    bottom: 190px;
    right: auto;
    left: 50%;
    width: 604px;
    margin-left: -302px;
  }

  .b-topBanner .landing-buttons-block.online-pn {
    margin-top: 500px;
  }

  .b-linksCard-title {
    font-size: 21px;
    line-height: 26px;
  }

  .b-linksCard-content {
    font-size: 15px;
    line-height: 24px;
  }

  .b-title {
    font-family: "Source Serif Pro", serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    padding-top: 7px;
  }

  .b-title span {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #333;
  }

  .b-btn {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }

  .b-theContent ul {
    width: 75%;
  }

  .b-theContent li {
    font-size: 14px;
    line-height: 24px;
  }

  .b-theContent li a {
    font-size: 15px;
    line-height: 24px;
  }

  .b-theContent ul li::before {
    top: 8px;
  }
}

@media (max-width: 799.5px) {
  .b-support-service-photos {
    width: 360px;
    padding: 30px 0;
  }

	#root-svg
	{
    width: 800px;
		top : 24%;
	}

  .b-support-service-photos .b-support-row {
    margin: 0 -5px;
  }

  .b-support-service-photos .b-support-col {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .b-support-service-photos-item {
    margin-bottom: 10px;
    position: relative;
  }

  .b-support-service-photos-item__1,
  .b-support-service-photos-item__2 {
    left: -50px;
  }

  .b-support-service-photos-item:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #dafd6e;
    border-radius: 18px;
    position: absolute;
    display: none;
  }

  .b-support-service-photos-item__2:before {
    display: block !important;
    left: 185px;
    top: 0;
  }

  .b-support-service-photos-item__5:before {
    display: block !important;
    left: -185px;
    top: 0;
  }

  .b-support-service-photos-item__3,
  .b-support-service-photos-item__4 {
    left: -14px;
  }

  .b-support-col__empty {
    display: none;
  }

  .b-support-service-photos-item__5,
  .b-support-service-photos-item__6 {
    left: 32px;
  }

  .b-support-service-photos-item__7,
  .b-support-service-photos-item__8 {
    left: -16px;
  }

  .b-supportSection-flex {
    display: block;
  }

  .b-supportSection .bb-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .b-supportSection {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
  }

  .online-phone-number .b-supportSection {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .b-supportSection .b-title,
  .b-supportSection-links {
    text-align: center;
  }

  .b-supportSection .b-title {
    margin-bottom: 50px;
  }

  .b-supportSection-stars {
    display: none;
  }

  .b-supportSection .b-title {
    font-size: 50px;
    line-height: 64px;
  }

  .trustpilot-widget__mobile {
    display: block;
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .content-wrapper {
    padding-right: 20px;
    padding-left: 20px;
    margin: 0 auto;
  }
  /* mini cta styles  */
  .b-cardCta-content {
    height: 273px;
    padding: 80px 0;
  }
  .b-cardCta-content-title {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    word-spacing: 5.2px;
    padding-top: 15pxgit;
  }
  .b-cardCta-content-title span {
    color: #000;
    font-size: 24px;
    line-height: 34px;
  }
  .b-cardCta-content-text {
    font-size: 24px;
    line-height: 34px;
  }
  .single .b-cardCta .b-btn__pink {
    font-size: 14px !important;
    line-height: 30px !important;
    height: 40px;
    width: 150px;
  }
  .blog-content.post-content .b-cardCta-content p {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .b-topBanner-img {
    width: 360px;
    margin-left: -180px;
  }
  .b-emailBlock {
    top: 750px;
  }
  .partner__link {
    bottom: -400px;
  }
}

@media (max-width: 550px) {
  .b-title {
    margin-bottom: 21px;
    margin-left: 0;
  }
}
