/*
  Theme Name: PPC Leads
  Theme URI: https://
  Description: A plain-vanilla & lightweight theme for Elementor page builder
  Author: The Team
  Author URI: https://
  Version: 2.5.0
  Stable tag: 2.5.0
  Requires at least: 4.7
  Tested up to: 5.9
  Requires PHP: 5.6
  License: GNU General Public License v3 or later.
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
  Text Domain: ppcleads
  Tags: flexible-header, custom-colors
*/
/**
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 * Loading first in the style.scss & classic-editor.scss
 */
/*
 * Inspired by Normalize.css, HTML5 Boilerplate & Bootstrap Reboot Projects under MIT License
*/
/**
 * Document basic styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

*,
*::before,
*::after {
  box-sizing: border-box;
  /* 3 */ }

/* Sections
 */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: .9rem;}

/* Grouping content
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  white-space: pre-wrap; }

/* Text-level semantics
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: #CC3366; }
  a:hover, a:active {
    color: #333366; }
  a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
 */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%; }

/* Interactive
 */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400; }

/* Misc
 */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* Print
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    page-break-inside: avoid;
    border: 1px solid #cccccc; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/**
 * Form styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle; }

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 1rem;
  /* 1 */
  line-height: 1.5;
  /* 1 */
  margin: 0;
  /* 2 */ }

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all .3s; }
  input[type="text"]:focus,
  input[type="date"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="url"]:focus,
  select:focus,
  textarea:focus {
    border-color: #333333; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  width: auto;
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

button,
[type="submit"],
[type="button"] {
  display: inline-block;
  font-weight: 400;
  color: #CC3366;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  background-color: transparent;
  border: 1px solid #CC3366;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all .3s; }
  button:focus,
  [type="submit"]:focus,
  [type="button"]:focus {
    outline: 5px auto -webkit-focus-ring-color; }
  button:hover, button:focus,
  [type="submit"]:hover,
  [type="submit"]:focus,
  [type="button"]:hover,
  [type="button"]:focus {
    color: #ffffff;
    background-color: #CC3366;
    text-decoration: none; }
  button:not(:disabled),
  [type="submit"]:not(:disabled),
  [type="button"]:not(:disabled) {
    cursor: pointer; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
  resize: vertical; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

select {
  display: block; }

/**
 * Table styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse; }
  table th,
  table td {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid #cccccc; }
  table th {
    font-weight: bold; }
  table thead th,
  table tfoot th {
    font-size: 1em; }
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table caption + thead tr:first-child th,
  table caption + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td {
    border-top: 1px solid #cccccc; }
  table tbody > tr:nth-child(odd) > td,
  table tbody > tr:nth-child(odd) > th {
    background-color: #f7f7f7; }
  table tbody tr:hover > td,
  table tbody tr:hover > th {
    background-color: #e9e9e9; }
  table tbody + tbody {
    border-top: 2px solid #cccccc; }
  @media (max-width: 767px) {
    table table {
      font-size: 0.8em; }
      table table th,
      table table td {
        padding: 7px;
        line-height: 1.3; }
      table table th {
        font-weight: 400; } }

/**
 * List styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
dl,
dt,
dd,
ol,
ul,
li {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }



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

.gs-logo a img {width: 112px !important; height: auto !important;}
.gc_maintitle h1.elementor-heading-title span {color: #f76855;}
.gc_bann-btn .elementor-element-populated {align-items: center;}
.gc_bann-btn .elementor-column-gap-default {margin-left: 0px; margin-right: 0px;}
.gc_bann-btn .elementor-widget-button {width: auto !important;}
.avarageofallreviewsec {display: flex; align-items: center;}
.gc-avg-rev-top {}
.gc-avg-rev-txt {font-family: "GraphikRegular", Sans-serif; font-size: 15px; font-weight: 400; color: #000; margin: 0px; padding: 0px;}
.reviewstars {margin-right: 10px;}
.reviewstars i {color: #ccc; font-size: 18px; margin-right: 2px;}
.reviewstars i.yellowstar {color: #FFC700;}
.gc_banner-partner svg {width: 100%; }
.gc-bc-pt-logo img {width: 100%; }


/* Location Style S*/
.gcadresslocation {width: 230px;}
.seletedlocation {border: 0.5px solid #929292; border-radius: 3px; padding: 8px 14px; color: #fff;  font-size: 15px; line-height: 20px; cursor: pointer; display: inline-flex;} 
.seletedlocation:hover {color: #fff;}
.seletedlocation img {padding-right: 15px;}
.seletedlocation span {vertical-align: top;}
.seletedlocation i{margin:0px 0px 0px 5px; text-decoration:none; line-height: 20px;} 

#small-dialog{background:white;padding:20px 30px;text-align:left;max-width:400px;margin:40px auto;position:relative;}
/** * Fade-zoom animation for first dialog */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog{opacity:0;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-ms-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8);}
/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);}
/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog{-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-ms-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8);opacity:0;}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg{opacity:0;-webkit-transition:opacity 0.3s ease-out;-moz-transition:opacity 0.3s ease-out;-o-transition:opacity 0.3s ease-out;transition:opacity 0.3s ease-out;}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg{opacity:0.8;}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg{opacity:0;}
/** * Fade-move animation for second dialog */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog{opacity:0;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out;-webkit-transform:translateY(-20px) perspective( 600px ) rotateX( 10deg );-moz-transform:translateY(-20px) perspective( 600px ) rotateX( 10deg );-ms-transform:translateY(-20px) perspective( 600px ) rotateX( 10deg );-o-transform:translateY(-20px) perspective( 600px ) rotateX( 10deg );transform:translateY(-20px) perspective( 600px ) rotateX( 10deg );}
/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog{opacity:1;-webkit-transform:translateY(0) perspective( 600px ) rotateX( 0 );-moz-transform:translateY(0) perspective( 600px ) rotateX( 0 );-ms-transform:translateY(0) perspective( 600px ) rotateX( 0 );-o-transform:translateY(0) perspective( 600px ) rotateX( 0 );transform:translateY(0) perspective( 600px ) rotateX( 0 );}
/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog{opacity:0;-webkit-transform:translateY(-10px) perspective( 600px ) rotateX( 10deg );-moz-transform:translateY(-10px) perspective( 600px ) rotateX( 10deg );-ms-transform:translateY(-10px) perspective( 600px ) rotateX( 10deg );-o-transform:translateY(-10px) perspective( 600px ) rotateX( 10deg );transform:translateY(-10px) perspective( 600px ) rotateX( 10deg );}
/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg{opacity:0;-webkit-transition:opacity 0.3s ease-out;-moz-transition:opacity 0.3s ease-out;-o-transition:opacity 0.3s ease-out;transition:opacity 0.3s ease-out;}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg{opacity:0.8;}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg{opacity:0;}

.white-popup-block {background: #FFF; padding:50px; text-align: left; max-width: 570px; margin: 20px auto; position: relative; border-radius: 8px; -webkit-transition: top .4s ease-in-out; transition: top .4s ease-in-out; text-align: center;}
.white-popup-block a.popup-modal-dismiss {height: 19px; width: 19px;top: -29px; right: -23px; float: right; display: block; cursor: pointer; fill: #868686; position: relative;}
.white-popup-block h3 {font-family: "GraphikSemibold", Sans-serif; font-weight: 600; margin-top: 0px; margin-bottom: 30px; font-size: 28px; text-transform: uppercase; color: #000; }
.white-popup-block ul {margin: 50px auto 0; padding: 0; max-width: 270px; text-align: left; list-style: none;}
.white-popup-block ul li {margin: 0 0 10px; padding: 0; font-family: "GraphikMedium", Sans-serif !important; font-weight: 500 !important;}
.white-popup-block ul li a {color: #000; font-weight: 500; display: flex; align-items: center; padding: 3px 15px; border-radius: 3px; border: 1px solid transparent; text-decoration: none; opacity: .7; -webkit-transition: opacity .3s ease; transition: opacity .3s ease;}
.white-popup-block ul li a:hover {opacity: 1;}
.white-popup-block ul li a.active {pointer-events: none; opacity: 1; border-color: rgba(0,0,0,.4);}
.white-popup-block ul li img {width: 35px; height: auto; margin-right: 10px;}
/*.wpcf7-response-output {display: none !important; }*/
.footerlocationadph {display: none;}

/*---------*/
.gc_serart .elementor-widget-container ul {display: flex; justify-content: center; align-items: center; max-width: 538px; background: #FFFFFF; box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.1); border-radius: 5px; padding: 10px 15px; position: absolute; left: 0; right: 0; margin:-40px auto 0px auto !important; height: 58px;}
.gc_serart .elementor-widget-container li {list-style-type: none; display: inline-block; margin: 0px 15px;}
.gc_serart .elementor-widget-container li img {width: auto !important;}
.gc_serart .elementor-widget-container li svg {width: 15px !important; height: auto !important;}
.gc_hedbtn {display: flex; justify-content: flex-end; align-items: center;}
.gc_hedbtn .elementor-widget-button {width: auto !important; margin-bottom: 0px !important;}
.gc_subtitle h2.elementor-heading-title span {color: #f76855;}
.gc-cent-align {align:center; }
.gc_ser-title h3.elementor-heading-title span{ color: #508af5;}
.gc_custotitel {margin-bottom: 0px !important;}
.gc_cusboximg {margin-bottom: 0px !important; }
.gc_cusboximg img {border-radius: 13px 13px 0px 0px !important;}
.iteminner {filter: drop-shadow(1px 1px 20px rgba(0, 0, 0, 0.05)); background: rgba(255, 255, 255, 0.75); border-radius: 13px; padding: 25px 25px 40px 25px; margin-right: 15px; margin-left: 15px;}
.g-cmp-rfot {font-size: 16px; font-weight: 500; color: #244BA8; text-transform: uppercase; margin-bottom: 25px; font-family: "GraphikMedium", Sans-serif; line-height: 18px;}
.gc-cstudy-d h3 {margin-top: 0px; font-size: 24px; line-height: 26px; font-family: "GraphikSemibold", Sans-serif; font-weight: 600; color: #244BA8; margin-bottom: 25px;}
.g-cmp-det {font-size: 20px; line-height: 22px; color: #244BA8; font-family: "GraphikRegular", Sans-serif;}
.g-cmp-det p {line-height: 22px;}
.g-cstud-ico {margin-bottom: 25px !important; height: 80px; display: flex; align-items: center;}
.gc-rev-wapp {display: flex; flex-wrap: wrap; margin-left: -15px; margin-right: -15px;}
.gc-rev-wapp .gc-rev-box {padding-left: 15px; padding-right: 15px; width: 33.3333%; margin-bottom: 30px;}
.gc-rev-wapp .gc-rev-box .iteminner {margin-left: 0px; margin-right: 0px; margin-bottom: 25px; height: 100%; padding-bottom: 20px;}
.gc-avg-rev-sec {text-align: center; margin-bottom: 70px;}
.reviewstars-top-sec {margin-bottom: 25px; margin-right: 0px;}
.gc-avg-rev-sec .reviewstars.reviewstars-top-sec i {font-size: 40px; margin-right: 3px; margin-left: 3px;}
.gc-rev-sec-m-h {font-size: 40px; line-height: 44px; color: #244BA8; font-family: "GraphikSemibold", Sans-serif; font-weight: 600;}
.custemernamerate {text-align: center; margin-right: 0px; margin-bottom: 25px;}
.reviewtext {color: #244BA8; font-size: 14px; font-family: "GraphikRegular", Sans-serif;}
.reviewtext .rev-tit {font-size: 16px; line-height: 18px; font-family: "GraphikBold", Sans-serif; font-weight: 700; margin-bottom: 3px;}
.reviewtext .rev-comp {font-size: 15px; margin-bottom: 15px;}
.reviewtext .rev-det-txt {line-height: 15px;}
.custemernamerate .reviewstars {margin-right: 0px;}
.custemernamerate .reviewstars i {margin-right: 2px; margin-left: 2px;}
.btnLoadmoreWrapper {margin-top: 30px; text-align: center; display:flex; justify-content: center; width: 100%;}
.btnLoadmoreWrapper a.dcsLoadMorePostsbtn {display: inline-flex; padding: 14px 95px; border-radius: 5px; border:1px solid #4F9EF6; color: #4F9EF6; font-weight: 600; font-size: 14px; transition: all 0.3s ease-in-out 0s; font-family: "GraphikSemibold", Sans-serif;}
.btnLoadmoreWrapper a.dcsLoadMorePostsbtn:hover {color: #fff; border-color: #4F9EF6; background-color: #4F9EF6;}
.gc_accor-sec .elementor-accordion-item {border-bottom: 1px solid rgba(36, 75, 168, 0.17) !important;}
.footerlocationadph {line-height: 15px; font-size: 13px; color: #7D7D7D; font-family: "GraphikMedium", Sans-serif !important; font-weight: 500 !important; margin-bottom: 10px !important;}
.footerlocationadph p {line-height: 15px;}
.footerlocationadph p:last-child {margin-bottom: 0px !important;}
.gc_ftnavmenu ul.elementor-nav-menu li a {padding-left: 0px; padding-right: 10px;}
.gc_ftnavmenu ul.elementor-nav-menu li a:hover {padding-left: 0px; padding-right: 10px;}
.gc-rev-main .dcsLoaderImg {clear: both; padding-top: 20px; text-align: center; width: 100%;}
.gc-rev-main .dcsDemoWrapper .noMorePostsFound {clear: both;padding-top: 20px; text-align: center; font-family: "GraphikSemibold", Sans-serif; font-style: normal; font-weight: 600; font-size: 18px; color: #244ba8; width: 100%;}
.gc-ban-typeout{color: #244BA8; font-family: "GraphikSemibold", Sans-serif; font-size: 70px; font-weight: 600; line-height: 77px;}
.gc-ban-typeout .gc-typeouttxt, .gc-ban-typeout .typed-cursor{color: #f76855;}
.btnLoadmoreWrappercomman {margin-top: 30px; text-align: center; display: flex; justify-content: center; width: 100%;}
.btnLoadmoreWrappercomman a.dcsLoadMorePostsbtnCase {display: inline-flex; padding: 14px 95px; border-radius: 5px; border: 1px solid #4F9EF6; color: #4F9EF6; font-weight: 600; font-size: 14px; transition: all 0.3s ease-in-out 0s; font-family: "GraphikSemibold", Sans-serif;}
.dcsLoaderImgComman {clear: both; padding-top: 20px; text-align: center; width: 100%;}
.noMorePostsFoundComman {clear: both; padding-top: 20px; text-align: center; font-family: "GraphikSemibold", Sans-serif; font-style: normal; font-weight: 600; font-size: 18px; color: #244ba8; width: 100%;}
.o-TicketsTotal-loading>b:first-child {-webkit-animation-delay: -.32s; animation-delay: -.32s;}
.o-TicketsTotal-loading>b {width: 10px; height: 10px; background-color: #244BA8; margin-left: 0.25rem; border-radius: 100%; display: inline-block; -webkit-animation: TicketsTotal-bounce 1.4s ease-in-out infinite both; animation: TicketsTotal-bounce 1.4s ease-in-out infinite both; }
@keyframes TicketsTotal-bounce {
    0%, 80%, 100% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
}
.pack_toogle_detail{ display: none; padding-top: 10px; padding-bottom: 10px; font-size: 14px; border-bottom: 1px solid rgba(36, 75, 168, 0.5);}
.gc-q-link{ display:none; }
.gc-reviewslistingpg .dcsLoadMorePostsbtn {background: linear-gradient(180deg, #543DA5 0%, #3D3587 100%); border: 2px solid #4E3B9D; box-sizing: border-box; border-radius: 15px; padding: 13px 50px; color: #fff; font-style: normal; font-weight: 700; font-size: 24px; line-height: 32px; font-family: "GraphikBold", Sans-serif;}
.gc-reviewslistingpg .btnLoadmoreWrapperRev .dcsLoadMorePostsbtn {background: linear-gradient(180deg, #543DA5 0%, #3D3587 100%); border: 2px solid #4E3B9D; box-sizing: border-box; border-radius: 10px; padding: 13px 40px; color: #fff; font-style: normal; font-weight: 700; font-size: 20px; line-height: 27px; font-family: "GraphikBold", Sans-serif; min-width: 200px;}
.gc-reviewslistingpg .btnLoadmoreWrapperRev .dcsLoadMorePostsbtn:hover {color: #fff; background: linear-gradient(180deg, #3D3587 0%, #543DA5 100%);}
.gc-reviewslistingpg .btnLoadmoreWrapperRev .dcsLoadMorePostsbtn:before {display: none;}
.gc-reviewslistingpg .btnLoadmoreWrapperRev {text-align: center; padding-top:60px; clear: both; }
.gc-reviewslistingpg .dcsLoaderImgRev .elementor-icon { color: #543DA5; }
.gc-reviewslistingpg .dcsLoaderImgRev { text-align: center; clear: both; padding-top: 90px; }
.gc-reviewslistingpg .dcsDemoWrapper .loadMoreRepeat { width: 50%; /*float: left; */}
.gc-reviewslistingpg .dcsDemoWrapper .noMorePostsFound { clear: both; padding-top: 50px; text-align: center; font-family: "GraphikMedium", Sans-serif; font-style: normal; font-weight: 500; font-size: 18px; color: #543DA5; }
.gc-reviewslistingpg .avarageofallreviewsec {background: #F7F7F7;border-radius: 6px;  font-style: normal; font-weight: 400; font-size: 22px; line-height: 30px; text-align: center; margin-bottom: 50px; max-width: 550px; margin-left: auto; margin-right: auto; padding: 18px 10px;}
.gc-reviewslistingpg .avarageofallreviewsec i {color: #ccc; font-size: 18px; margin-right: 2px;}
.gc-reviewslistingpg .avarageofallreviewsec i.yellowstar {color: #FFC700;}
.gc-reviewslistingpg   .iteminner .reviewheader .custmerfirstletter {width: 55px; height: 55px; border-radius: 100%; display: flex; align-items: center; justify-content: center; font-size: 40px; color: #fff; text-transform: uppercase; font-weight: 700; font-family: "GraphikBold", Sans-serif; margin-right: 15px;}
.gc_bookformright {padding: 25px 25px 12px 25px; box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 20px; background: #F5F5F5;
border-radius: 12px;}
.wpcf7-form-control-wrap {position: relative;}
.gc_bookformright .mb-3 {margin-bottom: 20px !important;}
.gc_bookformright .formsec .form-control {border-radius: 5px; border: 2px solid rgba(0, 0, 0, 0.25); padding: 12px 15px; color: #000; font-size: 18px; font-weight: 700; display: block; width: 100%; line-height: 1.5; font-family: "Satoshi", Sans-serif;}
.form-control:focus {box-shadow: 0 2px 5px -2px rgba(0,0,0,0.15); border-color: #999999; color: #2d2d2d; background-color: #fff; outline: none !important;}
.gc_bookformright .formsec select.form-control {-moz-appearance: none; -webkit-appearance: none; background-color: #ffffff; padding-right: 25px;  background-image: url(assets/images/select-arrow.png); background-repeat: no-repeat; background-position: right center;  border-radius: 3px; text-overflow: ellipsis; overflow: hidden; cursor: pointer; /*color: rgba(0, 0, 0, 0.5) !important; */ color: #000 !important; }
.gc_bookformright .formsec select.form-control:required:invalid {color: rgba(0, 0, 0, 0.5) !important;}
.gc_bookformright .formsec select.form-control option[value=""][disabled] {display: none;}
.gc_bookformright .formsec select.form-control option {color: #000 !important;}
.gc_bookformright .wpcf7-not-valid-tip {font-size: 13px; padding-top: 5px; font-family: "Satoshi", Sans-serif;}
.gc_bookformright .wpcf7-response-output {margin:0px 0px 0px 0px !important; padding: 5px 10px !important; font-size: 14px; font-family: "Satoshi", Sans-serif; text-align: center; font-weight: 500;}
.formsec .submitbtn {position: relative; margin-top: 10px;}
.gc_ser_rat .gc-avg-rev-top {justify-content: center;}
.gc_serbann_btn a.elementor-button {margin-right: 10px; margin-left: 10px; width: 225px; padding-left: 10px !important; padding-right: 10px !important; text-align: center;}
.gc_serbann_btn .elementor-widget-container {width: 100%; width: 225px; margin-right: 0px;}
.gc-cus-perbx-c {display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; margin-left: -18px; margin-right: -18px;}
.gc-cus-perbx-c .gc-cus-perbx {width: 50%; padding-left: 18px; padding-right: 18px; height: 100%;}
.gc-cur-col-box {background: #F2F7FC; border-radius: 16px; padding: 30px; margin-bottom: 36px; height: 100%;}
.gc-pb-per {color: #F76855; font-size:48px; font-family: "GraphikSemibold", Sans-serif; font-weight: 600; margin-bottom: 10px; line-height: normal;}
.gc-pb-tit {color: #244BA8; font-size:24px; font-family: "GraphikSemibold", Sans-serif; font-weight: 600; line-height:27px; margin-bottom: 20px;}
.gc-pb-det {color: #244BA8; font-size: 16px; line-height: 18px; font-family: "GraphikRegular", Sans-serif;}
.gc_diff_box {display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; /*margin-left: -15px; margin-right: -15px;*/ height: 100%;}
.gc_diff_box .elementor-widget-container {padding-left: 15px; padding-right: 15px; height: 100%;}
.gc_diff_box .elementor-image-box-wrapper {box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.05); border-radius: 5px; background-color: #fff; padding:0px 20px 40px 20px; position: relative; height: 100%;}
.gc_diff_box .elementor-image-box-content {padding-top: 65px;}
.gc_diff_box .elementor-image-box-img {position: absolute; left: 20px; top: -30px;}
.gc_diff_box .elementor-image-box-content h3.elementor-image-box-title {margin-bottom: 30px; margin-top: 0px;}
.gc_vatcont-maxw {max-width: 750px; margin-left: auto; margin-right: auto;}
.gc_onlineads-cont p {margin-bottom: 22px !important;}
.gc_onlineads-cont p:last-child {margin-bottom: 0px !important;}
.gc_ppcleadonline .elementor-element-populated .elementor-image-box-wrapper .elementor-image-box-img {background-color: #fff;}
.gc_ppcleadonline .elementor-container {position: relative;}
.gc_ppcleadonline .elementor-container:before {position: absolute; left: 0; right: 0; top: 65px; margin-left: auto; margin-right: auto; height: 3px; border-bottom: 3px dashed rgba(152, 152, 152, 0.4); width: calc(100% - 289px); content: "";}
.gc-click-agre a {color: #FDECDA; text-decoration: underline !important;}
.gc-click-agre a:hover {color: #FDECDA; text-decoration: none !important;}
.gc_booknavebar .elementor-nav-menu--dropdown {position: absolute; right: 0; width: 250px; z-index: 999; top: 36px; border-radius: 7px; border: 1px solid #acc6df; box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.1);}
.gc_booknavebar .elementor-menu-toggle {background-color: transparent;}
.gc-case-study-list {display: flex;  justify-content: flex-start; flex-wrap: wrap; margin-left: -15px; margin-right: -15px;}
.gc-case-study-list .loadMoreRepeatCase {padding-left: 15px; padding-right: 15px; margin-bottom: 30px; width: 33.3333%; align-items: stretch; display: flex;}
.gc-case-study-list .loadMoreRepeatCase .iteminner {margin-left: 0px; margin-right: 0px; }
.gc-Uregmaxw {max-width: 860px; margin-left: auto; margin-right: auto;}
.gc-regcomsec .elementor-element-populated {flex-direction: column;}
.gc-case-study-list .loadMoreRepeatCase .iteminner .g-cstud-ico {margin-bottom: 25px !important;}
.gc-cashvideomxw {max-width: 780px; margin-left: auto; margin-right: auto;}
.gc-pack-filter {display: flex; align-items: center; margin-bottom: 75px; justify-content: space-between;}
.gc-pack-cur-fil {text-align: center; display: flex; align-items: center; justify-content: center;}
.gc-pack-cur-fil ul {margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; background-color: #244BA8 !important; border-radius: 40px; border: 3px solid #244BA8;}
.gc-pack-cur-fil li { list-style-type: none; display: inline-block; margin-bottom: 0px !important; padding: 8px 30px; color:#fff; font-family: "GraphikSemibold", Sans-serif; font-weight: 600; cursor: pointer; font-size: 14px; text-transform: uppercase;}
.gc-pack-cur-fil li.active {background-color: #fff; border-radius: 40px; color: #244BA8;}
.changepackagetiming {display: flex; justify-content: center; align-items: center;}
.gc_pripack .changepackagetiming label {color: #000000; line-height: 19px; font-family: "GraphikRegular", Sans-serif; font-size: 18px;}
.gc_pripack .changepackagetiming input.checkbtn {height: 28px; width: 61px; vertical-align: middle; background-color: #76EE59; background-repeat: no-repeat; background-position: center; background-size: contain; border: none; -webkit-appearance: none;
-moz-appearance: none; appearance: none; -webkit-print-color-adjust: exact; color-adjust: exact; margin: 0 10px; font-family: inherit; font-size: inherit; line-height: inherit; background-position: left center; border-radius: 32px; cursor: pointer;
transition: background-position .15s ease-in-out; position: relative;}
.gc_pripack .changepackagetiming input.checkbtn:checked {background-position: left center;}
.gc_pripack .changepackagetiming input.checkbtn::before {position: absolute; width: 22px; height: 22px; background-color: #fff; border-radius: 100%; content: ""; right: 3px; top: 3px; transition: background-position .15s ease-in-out;}
.gc_pripack .changepackagetiming input.checkbtn:checked::before {right: inherit; left: 3px; top: 3px;}
.gc-pack-row {display: flex; justify-content: flex-start; flex-wrap: wrap; margin-left: -15px; margin-right: -15px;}
.gc-pack-box {padding-left:15px; padding-right:15px; margin-bottom: 30px; width: 33.3333%; align-items: stretch; display: flex;}
.gc-pack-box-innr {box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.05); border-radius: 15px; border: 1px solid #8D8D8D; background-color: #fff; padding: 30px 20px 20px 20px;}
.packagetitle {margin-bottom: 20px; padding-bottom: 30px; border-bottom: 1px solid #244BA8;}
.packagetitle h3 {margin-top: 0px; font-size: 25px; line-height: 28px; color: #244BA8; font-weight: 700; font-family: "GraphikBold", Sans-serif; margin-bottom: 15px;}
.packagetext {font-size: 13px; font-weight: 500; color: #244BA8;  font-family: "GraphikMedium", Sans-serif !important;}
.packageslot {text-align: center; background: #E8F6EB; border-radius: 5px; display: flex; width: 100%; min-height: 58px; align-items: center; justify-content: center; color: #244BA8; font-family: "GraphikSemibold", Sans-serif; font-weight: 600; line-height: 28px; /*margin-bottom: 20px;*/ font-size: 25px; padding-left: 7px; padding-right: 7px;}
.packageslot span {padding-top: 9px; margin-right: 7px;}
.packagepricing {display: flex; align-items: center; justify-content: space-between; padding-bottom: 10px; padding-top: 10px; border-bottom: 1px solid #244BA8; min-height: 108px;}
.gc-price-tit {font-size: 16px; font-weight: 500; color: #244BA8;  font-family: "GraphikMedium", Sans-serif !important; line-height: 18px;}
.gc-price-txt {padding-left: 10px; color: #244BA8; font-family: "GraphikSemibold", Sans-serif; font-weight: 600;  font-size: 32px; line-height: 35px;}
.pack_toogle_title {padding-top: 20px; padding-bottom: 20px; border-bottom: 1px solid rgba(36, 75, 168, 0.5); display: flex; justify-content: space-between; cursor: pointer; align-items: center;}
/*.gc-support .pack_toogle_title {border-top: none;}*/
.pack_toogle.gc-govtax {margin-bottom: 40px;}
.pack_tab_arrw {line-height: 0;}
.pack_toogle.active .pack_tab_arrw img {transform: rotate(-180deg);}
.pack_tab_ttit {font-size: 16px; font-weight: 500; color: #244BA8;  font-family: "GraphikMedium", Sans-serif !important; line-height: 18px; text-transform: uppercase;}
.packagebutton a.gc-pck-btn {display: flex; justify-content: center; align-items: center; width: 100%; border-radius: 5px; height: 50px; color: #fff; font-family: "GraphikMedium", Sans-serif !important; font-weight: 500; font-size: 16px; text-transform: uppercase; transition: all 0.3s ease-in-out 0s;}
.packagebutton a:hover.gc-pck-btn {opacity: 0.7;}
.packagebutton a.gc-q-link { display:none;}
.gc_whatinc p {margin-bottom: 25px;}
.gc_whatinc p:last-child {margin-bottom: 0px;}
.gc_bookacallrat {padding-top: 10px;}
.gc_bookacallrat .gc-avg-rev-txt {font-size: 21px; color: #244BA8; line-height: 28px; font-family: "GraphikLight", Sans-serif;}
.gc_bookacallrat .avarageofallreviewsec {display: inline-flex; background: rgba(223, 223, 223, 0.38); border: 0.5px solid rgba(238, 238, 238, 0.31); border-radius: 6px; height: 64px; padding: 10px 15px;}
.submitbtn input.submitbtn {border-radius: 4px; padding: 8px 16px; height: 66px; color: #fff; font-weight: normal; font-size: 24px; line-height: 27px; width: 100%; transition: all 0.3s ease-in-out 0s; background: linear-gradient(180deg, #4F9EF6 0%, #525DF3 100%); cursor: pointer; border: none; font-family: "GraphikSemibold", Sans-serif !important; font-weight: 700;
filter: drop-shadow(-1px 2px 4px rgba(0, 0, 0, 0.1)); box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.1);}
.submitbtn input:hover.submitbtn {color: #fff; background: linear-gradient(180deg, #525DF3 0%, #4F9EF6 100%);}

.gc_bookmiddrat .gc-reviewslistingpg .avarageofallreviewsec {background: #F7F7F7; border-radius: 6px; text-align: center;
  margin-bottom: 60px;max-width: inherit; margin-left: auto; margin-right: auto; padding: 18px 20px; display: inline-flex;
justify-content: center; align-items: center;}
.gc_bookmiddrat .gc-reviewslistingpg .avarageofallreviewsec .gc-avg-rev-txt {font-weight: 400; font-size: 24px; line-height: 26px; color: #244BA8; font-family: "GraphikRegular", Sans-serif;}
.gc_bookmiddrat .gc-reviewslistingpg .avarageofallreviewsec .gc-avg-rev-ico {margin-right: 15px; line-height: 1px;}
.gc_title-img h2 {padding-bottom: 25px; margin-bottom: 0px; position: relative;}
.gc_title-img h2::before {position: absolute; left: 0; right: 0; bottom: 0; width: 272px; height: 15px; background: url(assets/images/title-udline.png) no-repeat bottom center; margin: auto; text-align: center; content: ""; }
.gc_bookmiddrat .gc-reviewslistingpg .iteminner {filter: inherit; border-radius: 0px !important; background-color: #F8F9FC;  padding: 40px 25px 30px 25px;  margin: 0px; height: 100%;}
.gc-bcall-r-up  {text-align: center;}
.gc_bookmiddrat .gc-bcrev-list-upper .gc-bcrev-list .reviewheader {display: flex; justify-content: flex-start; align-items: center; margin-bottom: 25px;}
.gc_bookmiddrat .gc-bcrev-list-upper .gc-bcrev-list .reviewheader  .custemernamerate {margin-bottom: 0px; text-align: left;}
.gc_bookmiddrat .gc-bcrev-list-upper .gc-bcrev-list .reviewheader  .custemernamerate h5 {margin-top: 0px; margin-bottom: 3px; font-family: "GraphikSemibold", Sans-serif !important; font-weight: 600; font-size: 14px; color: #000; line-height: 16px;}
.gc_bookmiddrat .gc-bcrev-list-upper .gc-bcrev-list .reviewheader .reviewstars i {font-size: 13px;}
.gc_bookmiddrat .gc-bcrev-list-upper .gc-bcrev-list .reviewtext {font-size: 20px; color: #000; line-height: 22px; font-family: "GraphikLight", Sans-serif; font-weight: 300;}
.gc_bookmiddrat .gc-bcrev-list-upper .gc-bcrev-list .reviewtext a {font-weight: 500; color: #000;  font-family: "GraphikMedium", Sans-serif !important; }
.gc_bookmiddrat .gc-bcrev-list-upper {display: flex; flex-wrap: wrap; margin-left: -10px; margin-right: -10px;}
.gc_bookmiddrat .gc-reviewslistingpg .dcsDemoWrapper .loadMoreRepeat {margin-bottom: 20px; padding-left: 10px; padding-right: 10px;}
.gc_bookmiddrat .gc-reviewslistingpg .btnLoadmoreWrapperRev {padding-top: 0px;}
.gc_bookmiddrat .gc-reviewslistingpg .btnLoadmoreWrapperRev a.dcsLoadMorePostsbtnRev {display: inline-flex; padding: 14px 95px; border-radius: 5px; border: 1px solid #4F9EF6; color: #4F9EF6; font-weight: 600; font-size: 14px; transition: all 0.3s ease-in-out 0s; font-family: "GraphikSemibold", Sans-serif;} 
.gc_bookmiddrat .gc-reviewslistingpg .btnLoadmoreWrapperRev a:hover.dcsLoadMorePostsbtnRev {color: #fff; border-color: #4F9EF6; background-color: #4F9EF6}
.gc_bookmiddrat .gc-reviewslistingpg .dcsLoaderImgRev {display: flex; justify-content: center; align-items: center; width: 100%; padding-top: 15px;}
.gc_bookmiddrat .gc-reviewslistingpg p.noMorePostsFoundRev{clear: both; padding-top: 20px; text-align: center; font-family: "GraphikSemibold", Sans-serif; font-style: normal; font-weight: 600; font-size: 18px; color: #244ba8; width: 100%;}

.gc_booknavebar {margin-bottom: 0px !important;}

.gc_header-nav .elementor-nav-menu > li a {position: relative; transition: all 0.3s ease-in-out 0s;}
.gc_header-nav .elementor-nav-menu > li a:before {position: absolute; left: 0; bottom: 0; width: 0%; height: 2px; background-color: #244BA8 !important; content: ""; transition: all 0.3s ease-in-out 0s;}
.gc_header-nav .elementor-nav-menu > li a:hover:before {width: 100%;}
.gc_header-nav .elementor-nav-menu > li.current-menu-item a:before {width: 100%;} 


.gcreviewpgblmgimg img {max-width: 250px !important; height: auto !important;} 
.gc_counterleft {text-align: left; margin-bottom: 0px !important;}
.gc_counterleft .elementor-counter-number-prefix {display: none;}



/*.gc-sticky-head {background-color: #fff !important; border-bottom: 1px solid #e3e3e3; box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px;}*/

.gc-sticky-head {background-color: rgba(255, 255, 255, 0.85) !important; backdrop-filter: blur(10px); box-shadow: rgba(0, 0, 0, 0.05) 1px 1px 24px 0px;}

.gc-csdttopinfobox .elementor-counter-number-wrapper {justify-content: center !important;}
.gc-csdttopinfobox .elementor-counter-number-wrapper .elementor-counter-number-prefix {text-align: left; flex-grow: 0 !important;}
.gc-csdttopinfobox .elementor-counter-title {text-align: center !important; padding-top: 15px !important;}
.gc-csdttopinfobox .elementor-counter-number-wrapper .elementor-counter-number-suffix {display: none !important;}
.gc-textcounter .elementor-counter-number-wrapper .elementor-counter-number {display: none;}

.gc_title-img-left h2 {padding-bottom: 20px; margin-bottom: 25px; position: relative;}
.gc_title-img-left h2::before {position: absolute; left: 0; bottom: 0; width: 200px; height: 11px; background: url(assets/images/title-udline.png) no-repeat bottom center; margin: auto; text-align: center; content: ""; background-size: 100%;}
.gc_addcasdet {margin-bottom: 5px !important;}
.gc_addcasdet span {font-weight: 700 !important;}
.gc_leftimgsecase {padding-right: 15px !important;}

.stickysec {align-items: flex-start !important; display: flex !important; word-break: break-word !important;}
.stickysec .elementor-element-populated {position: sticky; top: 100px;}

.gc_caserightconsec {display: flex; justify-content: flex-end; padding-left: 15px !important;}
.gc_caserightconsec .elementor-element-populated {max-width: 350px; }
.gc-cade-border {padding-bottom: 15px; margin-bottom: 10px; border-bottom: 1px solid #D8D8D8;} 

.gc-tbl-responsive .tooltip {position: relative; display: inline-block; vertical-align: middle; line-height: normal; margin-left: 5px;}
.gc-tbl-responsive .tooltip-content {display: none; /*transform: translateX(-20%);*/ transform: translateX(0%); position:absolute; top:100%; left:50%; width: 300px; height: auto; z-index:900; padding-top:5px; font-size:14px; text-align: center;}
.gc-tbl-responsive .tooltip:hover > .tooltip-content {display: block;}
.gc-tbl-responsive .tooltip-content-inner {padding: 10px; background: white; box-shadow: 0px 0px 5px rgba(0,0,0,0.1); border-radius: 5px; font-family: "GraphikRegular", Sans-serif; font-size: 13px; font-weight: 400;}
.gc-tbl-responsive .tooltip-content p:last-child {margin: 0;}

.gc-tbl-responsive img.g-yes-no-icon {width: 25px; vertical-align: middle;}


.gc-tbl-responsive table {background-color: transparent; width: 100%; margin-bottom: 15px;  border-spacing: 0; border-collapse: collapse; font-family: "GraphikRegular", Sans-serif; font-size: 16px; font-weight: 400; color: #000;}
.gc-tbl-responsive table th, table td {padding: 15px; line-height: 1.5; vertical-align: top; border: 1px solid #F6F6F6; line-height: normal; vertical-align: middle;}
.gc-tbl-responsive table th {font-weight: bold;}
.gc-tbl-responsive table thead th, .gc-tbl-responsive table tfoot th {font-size:16px; }
.gc-tbl-responsive table caption + thead tr:first-child th,
.gc-tbl-responsive table caption + thead tr:first-child td,
.gc-tbl-responsive table caption + thead tr:first-child th,
.gc-tbl-responsive table caption + thead tr:first-child td,
.gc-tbl-responsive table colgroup + thead tr:first-child th,
.gc-tbl-responsive table colgroup + thead tr:first-child td,
.gc-tbl-responsive table colgroup + thead tr:first-child th,
.gc-tbl-responsive table colgroup + thead tr:first-child td,
.gc-tbl-responsive table thead:first-child tr:first-child th,
.gc-tbl-responsive table thead:first-child tr:first-child td,
.gc-tbl-responsive table thead:first-child tr:first-child th,
.gc-tbl-responsive table thead:first-child tr:first-child td {border-top: 1px solid #F6F6F6;}
.gc-tbl-responsive table tbody > tr:nth-child(odd) > td, 
.gc-tbl-responsive table tbody > tr:nth-child(odd) > th {background-color: #fff;}
.gc-tbl-responsive table tbody tr:hover > td, 
.gc-tbl-responsive table tbody tr:hover > th {/*background-color: #e9e9e9;*/ background-color: transparent;}
.gc-tbl-responsive table tbody + tbody {border-top: 2px solid #F6F6F6;}

.gc-tbl-responsive table td.g-comm-pack {text-align: center; font-weight: 500; font-family: "GraphikMedium", Sans-serif !important; font-size: 15px;}

.gc-tbl-responsive .g-price-highlight {font-size: 18px; padding-top: 7px; padding-bottom: 7px; white-space: nowrap;}
.gc-tbl-responsive .g-price-highlight span {color: #244BA8; font-family: "GraphikSemibold", Sans-serif; font-size: 25px; font-weight: 600; display: block;}

.gc-tbl-responsive .g-ove-titl.g-align-left {/*font-weight: 500; font-family: "GraphikMedium", Sans-serif !important; */}
.gc-tbl-responsive .g-h-fclr {background-color: #244BA8; color: #fff;  font-family: "GraphikSemibold", Sans-serif; font-size: 18px; font-weight: 600;}


.gc-ser-parlogo {max-width: 740px; margin-left: auto; margin-right: auto;}
.gc-ser-parlogo .elementor-widget-container img {width: 100%;}

.gc-all-pack-feacture {padding-top: 40px;}
.gc-all-pack-feacture .gc-comp-title {margin-bottom: 40px;}
.gc-all-pack-feacture .gc-comp-title h2 {margin-bottom: 0px; margin-top: 0px; text-align: center; color: #244BA8; font-family: "GraphikSemibold", Sans-serif; font-size: 36px; font-weight: 600; line-height: 40px;}
.gc-tbl-responsive table td.g-comm-pack .g-price-highlight {color: #244BA8; font-size: 20px;display: block; font-family: "GraphikLight", Sans-serif;}
.gc-tbl-responsive {overflow: auto; padding-bottom: 40px;}

/*13-05-2022*/
.gc_diff_box .elementor-image-box-content h5{padding-top: 30px;margin-bottom: 0;font-size: 15px;color: #000;font-family: "GraphikMedium", Sans-serif !important;} 
.gc_diff_box .elementor-image-box-content strong{font-size: 17px;font-family: "GraphikSemibold", Sans-serif;}
.gc-hi-green-bg-txt{max-width: 500px;margin: 0px auto;}
.gc_diff_box .elementor-image-box-wrapper{padding: 0px 20px 26px 20px;}
.gcmp-s-icons .s-icon.g-google{width: 100%;}
.gcmp-s-icons .s-icon.g-google img{width: 90%;}
.gcmp-s-icons .s-icon{width: 50%;float: left;}
.gcmp-s-icons .s-icon img{width: 23px;}

.gc-btnLoadmoreWrapper {margin-top: 30px; text-align: center; display: none; justify-content: center; width: 100%;}
.gc-btnLoadmoreWrapper a {display: inline-flex; padding: 14px 95px; border-radius: 5px; border: 1px solid #4F9EF6; color: #4F9EF6;
font-weight: 600; font-size: 14px; transition: all 0.3s ease-in-out 0s; font-family: "GraphikSemibold", Sans-serif;}
.gc-btnLoadmoreWrapper a:hover {color: #fff; border-color: #4F9EF6; background-color: #4F9EF6;}
.gc-carousel-container {display: none;}


/*---------01-07-2022------------*/

.gc_ppcclstypeoutsectiontop h1.gc-ban-typeout {font-family: "Cabin", Sans-serif; font-size: 85px; font-weight: 700; line-height: 81px; margin: 0px;}
.gc_ppcclstypeoutsectiontop  span.bfr {display: block;}
.gc_ppcclstypeoutsectiontop  h1.gc-ban-typeout span br {display: none;}
.gc_ppcclstypeoutsectiontop .gc-ban-typeout .gc-typeouttxt, .gc_ppcclstypeoutsectiontop .gc-ban-typeout .typed-cursor{color: #fff;}
.clsheadertxttop p {margin-top: 14px;}

.gc-bookpgratings .elementor-widget-container {max-width: 551px;}
.gc-bookpgratings .avarageratingbpg {display: flex; align-items: center; justify-content: flex-start;}
.gc-bookpgratings .avarageratingtextbpg {color: #fff; font-size: 24px; line-height: 32px; font-family: "Satoshi", Sans-serif; font-weight: 400;}
.gc-bookpgratings .avarageratingstarbpg {font-size: 16px; margin-right: 12px;}
.gc-bookpgratings .avarageratingstarbpg i {margin: 0px 3px;}
.gc-bookpgratings .avarageratingstarbpg i.yellowstar {color: #FFC700;}
.gc-bookpgratings .avarageratingstarbpg i.graystar {color: #3f3f3f;}

.gc-newformsgpg  .elementor-widget-heading .elementor-heading-title span {font-size: 13px;border-radius: 10px 10px 0px 0px;display: block; padding-top: 4px; line-height: normal;}
.gc-newformsgpg .elementor-widget-heading{padding: 19px 22px 16px;}
.gc-newformsgpg .gc-formheading .elementor-heading-title {line-height: 27px;}
.gc-newformsgpg { width: 35.33333333% !important;}
.gc-newindheaderbg .elementor-container{justify-content: space-between;}
.gc-newformsgpg .gc_bookformright .formsec .form-control{border-radius: 5px;border: 2px solid rgba(0, 0, 0, 0.25);padding: 10px 12px;color: #000;font-size: 18px; font-weight: 700;}
.formsec .submitbtn{text-transform: uppercase !important; height: 53px  !important;font-size: 18px  !important;margin-top: 4px;}
.gc-bookpgratings .elementor-widget-container {max-width: 551px;}

.gc_bookformright {padding: 20px; padding-bottom: 25px;}
.clsheadertxttop  p{margin-top: 14px;}
.gc-newformsgpg .gc_bookformright .formsec .form-control{background-color: transparent;}
.gc_bookformright .mb-3 { margin-bottom: 16px !important;}
.gc_bookformright .formsec select.form-control {color: #000 !important;}

.gc_banenrformbg .elementor-element-populated {background: #F5F5F5; border-radius: 12px; box-shadow: 0px 0px 20px -15px rgba(0,0,0,0.5);}
.gc_banenrformbg .elementor-widget-heading {background: linear-gradient(180deg, #543DA5 0%, #3D3587 100%); border-radius: 10px 10px 0px 0px;}
.gc_bookformright {padding: 20px !important; padding-bottom: 25px !important;}
.wpcf7-form-control-wrap {position: relative;}
.gc_bookformright .mb-3 {margin-bottom: 20px !important;}
.gc_bookformright .formsec .form-control {border-radius: 5px; border: 2px solid rgba(0, 0, 0, 0.25); padding: 12px 15px;
color: #000; font-size: 18px; font-weight: 700; display: block; width: 100%; line-height: 1.5; font-family: "Satoshi", Sans-serif;}
.form-control:focus {box-shadow: 0 2px 5px -2px rgba(0,0,0,0.15); border-color: #999999; color: #2d2d2d; background-color: #fff; outline: none !important;}
.gc_bookformright .wpcf7-not-valid-tip {font-size: 13px; padding-top: 5px; font-family: "Satoshi", Sans-serif;}
.gc_bookformright .wpcf7-response-output {margin:20px 0px 0px 0px !important; padding: 5px 10px !important; font-size: 14px; font-family: "Satoshi", Sans-serif; text-align: center; font-weight: 500;}
.formsec .submitbtn {position: relative; margin-top: 10px;}
.formsec .submitbtn span.wpcf7-spinner {position: absolute; right: 0px; top: 23px;}
.gc-frm-row {margin-left: -10px; margin-right: -10px; display: flex; justify-content: space-between; align-items: flex-start;}
.gc-frm-row .gc-r-field {padding-left: 10px; padding-right: 10px;}

.gc_bookformright .formsec select.form-control {-moz-appearance: none; -webkit-appearance: none; background-color: #ffffff; padding-right: 25px;  background-image: url(assets/images/select-arrow.png); background-repeat: no-repeat; background-position: right center;  border-radius: 3px; text-overflow: ellipsis; overflow: hidden; cursor: pointer; /*color: rgba(0, 0, 0, 0.5) !important; */ color: #000 !important; }
.gc_bookformright .formsec select.form-control:required:invalid {color: rgba(0, 0, 0, 0.5) !important;}
.gc_bookformright .formsec select.form-control option[value=""][disabled] {/* display: none; */}
.gc_bookformright .formsec select.form-control option {color: #000 !important;}
.mobilesplcls br {  display: none; }
.formsec .submitbtn {text-transform: uppercase !important; height: 53px !important; font-size: 18px !important;  margin-top: 4px;  position: relative;}
.gc_ppcbookformright input.submitbtn {box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.1); border-radius: 4px; padding: 8px 16px; height: 66px; color: #fff; font-weight: normal; font-size: 24px; line-height: 32px; width: 100%; transition: all 0.3s ease-in-out 0s; background: linear-gradient(180deg, #543DA5 0%, #3D3587 100%); cursor: pointer; border: none; font-family: "Satoshi Black", Sans-serif !important;}
.gc_ppcbookformright input:hover.submitbtn {color: #fff; background: linear-gradient(180deg, #3D3587 0%, #543DA5 100%);}
.formsec .submitbtn span.wpcf7-spinner {position: absolute; right: 0px; top: 23px;}
.gc_bookformright .mb-3 {margin-bottom: 16px !important;}
.gc_partnerlogos.elementor-widget-image img {max-width: inherit !important; height: auto !important; padding-right: 12px;  padding-left: 12px;}
.gc_title-img h1 {padding-bottom: 17px; margin-bottom: 0px; position: relative;}

.gc_title-img h2 {padding-bottom: 17px; margin-bottom: 0px; position: relative;}
.gc_title-img h2:before {position: absolute;left: 0; right: 0; bottom: 0; width: 272px; height: 15px; background: url(assets/images/title-udline.png) no-repeat bottom center; margin: auto; text-align: center; content: "";}
.gc_title-img h1 {padding-bottom: 17px; margin-bottom: 0px; position: relative;}
.gc_title-img h1:before {position: absolute;left: 0; right: 0; bottom: 0; width: 272px; height: 15px; background: url(assets/images/title-udline.png) no-repeat bottom center; margin: auto; text-align: center; content: "";}
.gc_generat-whitebox .elementor-column-gap-default {min-height: 418px;}
.gc_generat-whitebox p {line-height: 1.5 !important; margin: 20px 0px;}
.elementor-divider-separator {--divider-color: #f2f2f2 !important;}

.gc_leadpagepricing .gc-all-pack-feacture {padding-top: 0px;}
.gc_leadpagepricing .gc-all-pack-feacture .gc-comp-title {margin: 24px 0px 0px 0px;}

.gc_leadpagepricing .gc-tbl-responsive .g-h-fclr {background-color: #000; color: #fff; font-family: "Satoshi", Sans-serif; font-size: 18px; font-weight: 600;}
.gc_leadpagepricing .gc-tbl-responsive table {font-family: "Satoshi", Sans-serif;}
.gc_leadpagepricing .gc-tbl-responsive table td.g-comm-pack .g-price-highlight {font-family: "Satoshi", Sans-serif; font-weight: 400;}
.gc_leadpagepricing .gc-tbl-responsive .tooltip-content-inner {font-family: "Satoshi", Sans-serif;}
.gc_leadpagepricing .gc-tbl-view-btn {padding-top: 00px; text-align: center;}
.gc_leadpagepricing .gc-tbl-view-btn a.gc-v-mo {font-weight: 700; font-family: "Satoshi", Sans-serif; color: #000; font-size: 16px; position: relative; display: inline-flex; padding-right: 20px; }
.gc_leadpagepricing .gc-tbl-view-btn a.gc-v-mo::before {position: absolute; right: 0px; top: 4px; height: 10px; width: 10px;
border-style: solid; border-color: #000; border-width: 0px 2px 2px 0px; transform: rotate(45deg); transition: border-width 150ms ease-in-out; content: "";}
.gc_leadpagepricing .gc-tbl-view-btn a:hover.gc-v-mo {color: #244BA8;}
.gc_leadpagepricing .gc-tbl-responsive {overflow: auto; overflow-y: auto; padding-bottom: 54px; overflow-y: hidden;}
.gc-hid-row {display: none;}
.gc_leadpagepricing .gc-tbl-responsive table td.g-comm-pack {font-family: "Satoshi", Sans-serif;}
.gc_leadpagepricing .gcmp-s-icons .s-icon.g-google img {max-width: 80px; width: 90%;}
/*.gc_leadpagepricing .gcmp-s-icons .s-icon img {width: 19px;}*/
.gc_leadpagepricing {margin-bottom: 0px !important;}
.boxconmb h4 {font-family: "Satoshi", Sans-serif !important;}
.clsleadsdayconsisten .elementor-widget-container {box-shadow: 1px 1px 20px rgb(0 0 0 / 5%);}
.gcmoneybackicon {left: 0 !important; right: 0 !important; margin: auto !important;}
.gcmoneybacktext {max-width: 750px; margin-left: auto; margin-right: auto;}
.clsmainreviewlistsec .gc-rev-sec-m-h {color: #000; font-family: "Satoshi Black", Sans-serif;}
.gcfaqsection .elementor-accordion-item {margin-bottom: 35px;}
.gcfaqsection .elementor-accordion-item p {margin-top: 0px; margin-bottom: 19px;}
.gcfaqsection .elementor-accordion-item p a {color: #244BA8;}
.gcfaqsection .elementor-accordion-item .elementor-tab-title {position: relative; padding: 30px 40px 30px 45px; cursor: pointer; background-color: var(--bg-white); font-weight: 900; font-size:30px; color:#000; line-height: 1.5;}
.gcfaqsection .elementor-accordion-item .elementor-tab-content {padding: 20px 20px 6px 20px; font-size:19px; line-height: 1.5;  font-family: 'Satoshi', sans-serif; background-color: transparent !important;}
.gc-carousel-container.gc-ppcleadslider {display: block;}


.clsmainreviewlistsec .gc-avg-rev-sec {text-align: center; margin-bottom: 70px;}
.clsmainreviewlistsec .gc-avg-rev-sec .reviewstars.reviewstars-top-sec i {font-size: 40px; margin-right: 3px; margin-left: 3px;}
.clsmainreviewlistsec .reviewstars-top-sec {margin-bottom: 25px; margin-right: 0px;}
.clsmainreviewlistsec .gc-rev-sec-m-h {font-size: 40px; line-height: 44px; color: #000; font-weight: normal;
font-family: "Satoshi Black", Sans-serif;}
.clsmainreviewlistsec .gc-rev-wapp {display: flex; flex-wrap: wrap; margin-left: -15px; margin-right: -15px;}
.clsmainreviewlistsec .gc-rev-wapp .gc-rev-box {padding-left: 15px; padding-right: 15px; width: 33.3333%; margin-bottom: 15px; margin-top: 15px;}
.clsmainreviewlistsec .gc-rev-wapp .gc-rev-box .iteminner {margin-left: 0px; margin-right: 0px; margin-bottom: 25px; height: 100%; padding-bottom: 20px;}
.clsmainreviewlistsec .gc-avg-rev-sec {text-align: center; margin-bottom: 70px;}
.clsmainreviewlistsec .gc-avg-rev-sec .reviewstars.reviewstars-top-sec i {font-size: 40px; margin-right: 3px; margin-left: 3px;}
.clsmainreviewlistsec .reviewstars-top-sec {margin-bottom: 25px; margin-right: 0px;}
.clsmainreviewlistsec .iteminner {filter: drop-shadow(1px 1px 20px rgba(0, 0, 0, 0.05)); background: rgba(255, 255, 255, 0.75); border-radius: 13px; padding: 25px 25px 30px 25px; margin-right: 15px; margin-left: 15px; /*min-height: 287px;*/ min-height: 245px; text-align: left;}
.clsmainreviewlistsec .reviewtextless a, .clsmainreviewlistsec .reviewtextmore a {font-size: 15px; color: #000;}

.clsmainreviewlistsec .custemernamerate {text-align: center; margin-right: 0px; margin-bottom: 25px;}
.clsmainreviewlistsec .custemernamerate .reviewstars {margin-right: 0px;}
.clsmainreviewlistsec .reviewstars i {color: #ccc; font-size: 18px; margin-right: 2px;}
.clsmainreviewlistsec .reviewstars i.yellowstar {color: #FFC700;}
.clsmainreviewlistsec .custemernamerate .reviewstars i {margin-right: 2px; margin-left: 2px;}
.clsmainreviewlistsec .reviewtext {color: #000; font-size: 19px; font-family: "Satoshi", Sans-serif; font-weight: 500;}
.clsmainreviewlistsec .reviewtext .rev-tit {font-size: 19px; line-height: 24px; font-family: "Satoshi Black", Sans-serif; font-weight: normal;  margin-bottom: 3px;}
.clsmainreviewlistsec .reviewtext .rev-comp {font-size: 15px; margin-bottom: 15px;}
.clsmainreviewlistsec .reviewtext .rev-det-txt {line-height: 24px;}
.clsmainreviewlistsec .gc-reviewslistingpg .btnLoadmoreWrapper {padding-top:40px;}

.clsmainreviewlistsec .dcsDemoWrapper {display: flex;}
/*.clsmainreviewlistsec .gc-carousel-container {display: none;}*/
.clsmainreviewlistsec .gc-btnLoadmoreWrapper {margin-top: 50px; text-align: center; /*display: none;*/ display: flex; justify-content: center; width: 100%;}

.clsreviewssectionroofing .owl-controls {display: none !important;}
.clsreviewssectionroofing .iteminner .reviewheader {display: flex; align-items: center; justify-content: center;  margin-bottom: 15px;}
.reviewtextless a, .reviewtextmore a {font-family: "Satoshi Black", Sans-serif; font-weight: normal; text-decoration: underline !important; display: inline-flex; margin-left: 5px; color: #000; font-size: 16px; }
.clsmainreviewlistsec .reviewtextless a, .clsmainreviewlistsec .reviewtextmore a {font-size: 15px; color: #000;}
.reviewtextless a:hover, .reviewtextmore a:hover {text-decoration: none !important; color: #000;}
.gcfaqsection .elementor-accordion-item .elementor-tab-title i {font-size: 23px;}
.clsourexdescript p {margin-top:27px; margin-bottom: 27px;}
.boxconmb p {margin-top:19px; margin-bottom: 19px;}

/*04-07-2022*/
.gc_thankyoumessage{display: flex !important;justify-content: center !important;}
.gc_thankyoumessage .elementor-icon-box-title h3{font-size: 13px !important;}
.gc_thankyoumessage .elementor-icon-box-title{margin-bottom: 0;margin-top: 0;}
.gc_thankyoumessage .elementor-icon-box-wrapper{margin-bottom: 15px;}
.gc_thank-video {max-width: 820px;margin-left: auto;margin-right: auto;}
.gc_thntitle h2{margin-bottom: 20px;}
.gc_thankpartlogo {max-width: 700px;margin-left: auto;margin-right: auto;}
.gc_thankyoumessage .elementor-widget-container{display: flex;justify-content: center;}

.gc-thankyoupgheader {background: #fff;box-shadow: 0px 4px 4px rgb(0 0 0 / 5%);}

.thank-you-logo img {max-width: 160px !important;}
.clsgrowthleftsec .elementor-element-populated .elementor-widget {width: auto !important;}
.clsgrowthleftsec .elementor-element-populated .elementor-widget-image {margin-right: 60px;}
.clsgrowthleftsec .elementor-element-populated {align-items: center;}
.clscustompricingfooter .elementor-column-gap-default { align-items: center;}
.gc_ppcbookformright input.submitbtn, .gc_banenrformbg .elementor-widget-heading, .homebottombooksec .elementor-button-wrapper a{  
 background: linear-gradient(180deg,#543da5 0%,#3d3587 100%) !important;}
.clsmainfooter  .elementor-widget-container, .gcfooterleftsec  p{margin-bottom: 0px !important;}
.clsrightseclinks li a:hover{color: #7D7D7D !important;}

/*14-07-2022*/
@font-face{font-family:Salvo Sans;src:url(assets/css/fonts/SalvoSans-Light.woff2) format("woff2"),url(assets/css/fonts/SalvoSans-Light.woff) format("woff");font-weight:400;font-style:normal}
@font-face{font-family:Salvo Sans;src:url(assets/css/fonts/SalvoSans-Bold.woff2) format("woff2"),url(assets/css/fonts/SalvoSans-Bold.woff) format("woff");font-weight:700;font-style:normal}
@font-face{font-family:FuturaLT Condensed;src:url(assets/css/fonts/FuturaLT-CondensedExtraBold.woff2) format("woff2"),url(assets/css/fonts/FuturaLT-CondensedExtraBold.woff) format("woff");font-weight:700;font-style:normal}

.bantextbox .elementor-heading-title{background: rgba(0,0,0,.2) !important;padding: 10px 8px !important;border-radius: 10px !important;letter-spacing: .1rem !important;text-transform: uppercase !important;margin-bottom: 1rem; font-family: Salvo Sans !important;display: flex;margin: 0px auto;justify-content: center;width: fit-content;font-size: 14.4px !important;width: 771px;}
.clstrainingheadsec {position: absolute !important;z-index: 1;width: 100%;}
.homemiddsec{padding-top: 60px;}
.homemiddsec h1{font-family: FuturaLT Condensed !important;letter-spacing: -1.5px !important;line-height: 1.1 !important;text-shadow: 1px 2px 2px rgb(0 0 0 / 20%) !important;text-transform: uppercase;font-size: 56px !important;}
.homemiddsec{position: relative !important;}
/*.homemiddsec:before {position: absolute !important;left: 0 !important;bottom: 0 !important;width: 100% !important;height: 100% !important;background: rgb(0,0,0) !important;background: linear-gradient(0deg, rgba(0,0,0,1) -12%, rgba(0,0,0,0.0) 100%) !important;content: "" !important;}*/
.bantextbox {margin-bottom: 5px !important;}
a.bigbtn {margin: 0 auto 12px;margin-bottom: 12px;border: 0;display: flex; flex-direction: column;border-radius: 5px;ont-size: 1rem;line-height: 1;text-transform: uppercase;letter-spacing: 2px;padding: 15px 35px;background: #543795;background: linear-gradient(119deg,#543795,#443695); color: #fff; -webkit-transition: background-color .4s ease-in-out;transition: background-color .4s ease-in-out;-webkit-box-shadow: 1px 1px 1px hsl(0deg 0% 100% / 10%) inset;box-shadow: inset 1px 1px 1px hsl(0deg 0% 100% / 10%);cursor: pointer;text-transform: uppercase;letter-spacing: 2px;white-space: normal;width: 760px;}
a:hover.bigbtn {color: #fff;background: #543795;background: linear-gradient(119deg,#5f3ea8,#5f3ea8);}
a.bigbtn strong {font-size: 43px;letter-spacing: -.09rem; display: block;font-family: FuturaLT Condensed !important;margin-bottom: 5px;margin-top: 5px;color: #fff;text-shadow: 1px 1px 2px rgb(0 0 0 / 20%);}
a.bigbtn span {font-family: Salvo Sans;font-size: 12px;display: inline-block;line-height: 1.4;color: #fff;}
.homepage a.bigbtn { margin-bottom: 60px;}
.bigbtn {margin-bottom: 40px !important;}
.clsfordesklogo img{width: 95%;}
.video-container{margin-bottom: 25px;}
.clsfordesklogo {margin-bottom: 70px !important;}
.clstrainfooter li a{font-size: 12px !important;}
.clstrainfooter li{position: relative;}
.clstrainfooter li:before {position: absolute;right: -8px;top: 3px;width: 1px;height: 12px;background-color: #999;content: "";background-color: #fff;}
.clstrainfooter li a:hover {color: #35225d;text-decoration: underline;}
.clstrainfooter li:last-child:before {display: none;}
.clstrainfooter .elementor-element-populated{padding: 0px !important;}

/*modal box*/
.video-container video {cursor: pointer;}
.videopopupsec .modal-dialog {max-width: 520px;margin: 0px auto;position: relative;}
.videopopupsec .modal-body {padding: 0px;}
.videopopupsec .modal-header {text-align: center; font-size: 20px; padding: 15px; display: block; border: none; border-radius: 0;}
.videopopupsec .modal-header p{font-family: Salvo Sans !important;margin-bottom: 20px;}
.videopopupsec .modal-header h2 {margin-bottom: 20px; font-family: FuturaLT Condensed !important; text-transform: uppercase; letter-spacing: -.12rem; font-size: 2rem; line-height: 1.1;font-size: 35px;}
.videopopupsec .modal-content {background: linear-gradient(119deg,#543795,#443695); color: #fff; padding: 30px; overflow-y: auto; box-shadow: 1px 1px 80px rgba(0,0,0,.9); border-radius: 4px;}
.videopopupsec input[type="submit"] {font-size: 43px !important;background-color: #2d2b30; background: linear-gradient(119deg,#2d2b30,#38354d); 
border: 0; border-radius: 5px; line-height: 1; text-transform: uppercase; letter-spacing: 2px; padding: 15px 15px; white-space: normal; box-shadow: inset 1px 1px 1px hsla(0,0%,100%,.1);  font-size: 2.4rem; letter-spacing: -.09rem; margin-bottom: 5px; margin-top: 5px; text-shadow: 1px 1px 2px rgba(0,0,0,.2); display: block; font-family: FuturaLT Condensed; color: #fff; width: 100%;}
.videopopupsec input[type="submit"]:hover {background: #2d2b30;}
.FirstName{width: 100%;}
button.closewhiteicon {border: 0px;background: url(assets/images/close-icon.svg) no-repeat;   background-size: auto; background-size: 33px;
opacity: 1; padding: 0; width: 30px; height: 30px; line-height: normal; position: absolute; right: 10px; top: 10px;}
button.closewhiteicon:focus {outline: none; box-shadow: none;}
.videopopupsec button:hover{background-color: transparent;}

.formfildcon {margin-bottom: 5px; position: relative;}
.formfildcon input {margin-bottom: 5px; padding: 20px 15px 20px 70px !important;  box-shadow: 1px 1px 10px rgba(0,0,0,.1); font-size: 20px; line-height: 1; width: 100%; margin-bottom: 5px; border-radius: 6px; border: none; background-color: #fff;}
.formfildcon img {width: 26px;display: block; position: absolute; top: 22px; height: 26px; left: 28px; z-index: 1;}
.loading-meter {height: 30px; position: relative; margin-bottom: 20px; background: #2a1e5c; border-radius: 25px;  padding: 6px;  box-shadow: inset 0 -1px 1px rgba(255,255,255,0.3); width: 85%; margin-left: auto; margin-right: auto;}
.loading-meter > span {text-align: center; color: #fff; line-height: 24px; display: block; height: 100%; border-top-right-radius: 8px;border-bottom-right-radius: 8px; border-top-left-radius: 20px; border-bottom-left-radius: 20px; background-color: #a3dc18; position: relative; overflow: hidden;}
.loading-meter > span::after {content: " "; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: linear-gradient( -45deg, rgba(0,0,0, .05) 25%, transparent 25%, transparent 50%, rgba(0,0,0, .05) 50%, rgba(0,0,0, .05) 75%, transparent 75%, transparent );   background-size: auto; z-index: 1; background-size: 50px 50px; animation: move 2s linear infinite;border-top-right-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 20px; border-bottom-left-radius: 20px;overflow: hidden;}
.hstapcon .elementor-widget-container{font-family: Salvo Sans !important;}
.gc-clsnewsbmit span.wpcf7-spinner {position: absolute;right: 0;top: 25px;}
.wpcf7-spinner {visibility: hidden;display: inline-block;background-color: #23282d;opacity: 0.75;width: 24px;height: 24px;border: none;border-radius: 100%; padding: 0;margin: 0 24px; position: relative;}
.modal {position: fixed;top: 0;left: 0; z-index: 1060;display: none;width: 100%;height: 100%;overflow-x: hidden;overflow-y: auto;outline: 0;}
.modal-dialog { position: relative; width: auto; margin: 0.5rem; pointer-events: none;}
.modal.fade .modal-dialog {transition: transform 0.3s ease-out; transform: translate(0, -50px);}
.clstrainingheadsec .elementor-widget-wrap{padding: 15px 0px 20px 0px !important;}

.banenrcoludimg {position: absolute;z-index: 1;overflow-x: hidden;}
.banenrcoludimg img {width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.fog-scroll{-webkit-animation:mobileFloating 20s linear infinite;animation:mobileFloating 20s linear infinite;width:600%;height:100%;opacity:.5;left:-300%; filter:blur(1px);-webkit-filter:blur(1px); pointer-events: none;}
.clsbodytrainingpage{overflow-x: hidden;position: relative;}
.clsbodytrainingpage:after {position: absolute;left: 0;bottom: 0;width: 100%;height: 20%;background: rgb(0,0,0); background: linear-gradient(0deg, rgba(0,0,0,1) 66%, rgba(0,0,0,0.0) 100%); content: "";}
.clsbodytrainingpage .elementor-container{position: relative;z-index: 1;}
.videopopupsec .modal-content{position: relative !important;z-index: 10 !important;}
.homemiddsec {position: relative;}
.homemiddsec:before{content: "";position: absolute;left: 0;top: 0;width: 101%;height: 100%;background:#000;opacity: 0.8;}
.homemiddsec .elementor-container{position: relative;z-index: 9999;}

@media(min-width:768px){.fog-scroll{-webkit-animation:desktopFloating 60s linear infinite;animation:desktopFloating 60s linear infinite }
}
@media(min-width:1200px){.fog-scroll{-webkit-animation:desktopFloating 60s linear infinite;animation:desktopFloating 60s linear infinite }
}

@-webkit-keyframes desktopFloating{0%{opacity:1s }
 10%{opacity:1 }
 20%{opacity:1 }
 30%{opacity:1 }
 40%{opacity:1 }
 50%{opacity:1 }
 60%{opacity:1 }
 70%{opacity:1 }
 80%{opacity:1 }
 90%{opacity:1 }
 to{-webkit-transform:translateX(50%);transform:translateX(50%);opacity:1 }
}

@keyframes desktopFloating{0%{opacity:1s }
 10%{opacity:1 }
 20%{opacity:1 }
 30%{opacity:1 }
 40%{opacity:1 }
 50%{opacity:1 }
 60%{opacity:1 }
 70%{opacity:1 }
 80%{opacity:1 }
 90%{opacity:1 }
 to{-webkit-transform:translateX(50%);transform:translateX(50%);opacity:1 }
}
@-webkit-keyframes mobileFloating{0%{opacity:1s }
 30%{opacity:1 }
 60%{opacity:1 }
 90%{opacity:1 }
 to{-webkit-transform:translateX(50%);transform:translateX(50%);opacity:1 }
}
@keyframes mobileFloating{0%{opacity:1s }
 30%{opacity:1 }
 60%{opacity:1 }
 90%{opacity:1 }
 to{-webkit-transform:translateX(50%);transform:translateX(50%);opacity:1 }
}

/*15-07-2022*/
.mesblinking .elementor-heading-title{font-size: 17px !important;-webkit-animation: blinkingText 2.2s infinite !important;animation: blinkingText 2.2s infinite !important;-webkit-transition: opacity .2s ease !important; transition: opacity .2s ease !important; color: red;text-transform: uppercase;letter-spacing: .056em !important;    font-family: Salvo Sans !important;background: none; font-weight: 600 !important;}
.mesblinking .elementor-heading-title:before {content: " ";display: inline-block;width: 12px;height: 12px;border-radius: 50%; background-color: red; margin-right: 8px;}

@-webkit-keyframes blinkingText{0%{opacity:1}
50%{opacity:0}
to{opacity:1}
}
@keyframes blinkingText{0%{opacity:1}
50%{opacity:0}
to{opacity:1}
}

.largetext h1{color: #212529 !important;font-size: 59px !important;margin: 0 0 15px;text-transform: uppercase;line-height: 1.1;letter-spacing: -.057em;font-family: FuturaLT Condensed !important;}
.wistia_responsive_padding {padding: 56.25% 0 0 0;position: relative;}
.inpartnerlogo.gclogosec {margin-top: 30px;margin-bottom: 0px !important;}
.ftpart li a { color: #999; font-family: Salvo Sans !important;font-size: 12px !important;position: relative;}
.ftpart li:before {position: absolute;right: -8px;top: 3px;width: 1px;height: 12px;background-color: #999;content: "";}
.ftpart li:last-child:before{width: 0px;}
.clsvediosaecwatch  .elementor-widget-wrap{padding-bottom: 0px !important;}
.clsgcsellsytm {max-width: 895px !important;font-size: 23px !important;margin: 0px auto;color: #212529 !important;}
:focus-visible {outline: 0px !important;}


/*modal*/
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

/*-------Responsive-----------*/
@media only screen and (min-width:1600px) and (max-width:1770px) {

    .clsmainreviewlistsec .iteminner {min-height: 270px;}

    .largetext h1{padding-left: 100px;padding-right: 100px;}
    .clsgcsellsytm{max-width: 837px;margin: 0px auto;}
    .clsvediosaecwatch {max-width: 935px;margin: 0px auto;}

} 



@media only screen and (min-width:1551px) and (max-width:1559px) {

    .clsmainreviewlistsec .iteminner {min-height: 267px;}

    .largetext h1{padding-left: 100px;padding-right: 100px;}
    .clsgcsellsytm{max-width: 837px;margin: 0px auto;}
    .clsvediosaecwatch {max-width: 935px;margin: 0px auto;}

}  
@media only screen and (min-width:1500px) and (max-width:1599px) {

     .largetext h1{padding-left: 100px;padding-right: 100px;}
    .clsgcsellsytm{max-width: 837px;margin: 0px auto;}
    .clsvediosaecwatch {max-width: 935px;margin: 0px auto;}
}

@media only screen and (min-width:1401px) and (max-width:1550px) {

    .clsmainreviewlistsec .iteminner {min-height: 290px;}

    .largetext h1{padding-left: 100px;padding-right: 100px;}
    .clsgcsellsytm{max-width: 837px;margin: 0px auto;}
    .clsvediosaecwatch {max-width: 935px;margin: 0px auto;}

}   


@media only screen and (min-width:1301px) and (max-width:1400px) {

    .clsmainreviewlistsec .iteminner {min-height: 315px;}
    .clsvediosaecwatch {max-width: 1030px;margin: 0px auto;}

} 

@media only screen and (min-width:1200px) and (max-width:1300px) {

  .clsmainreviewlistsec .clsfaq {padding-left: 15px; padding-right: 15px;}

  .clsmainreviewlistsec .iteminner {min-height:265px;}
  .homemiddsec h1{font-size: 56px !important;}

  .clsvediosaecwatch {max-width: 1030px;margin: 0px auto;}
  .inpartnerlogo.gclogosec{padding-left: 35px;padding-right: 35px;}

}  


@media (max-width: 1199.98px) {

    .packageslot {font-size: 20px; line-height: 24px;}


    .gc-rev-wapp {margin-left: -10px; margin-right: -10px;}
    .gc-rev-wapp .gc-rev-box {padding-left: 10px; padding-right: 10px;}
    .gc-cus-perbx-c {margin-left: -10px; margin-right: -10px;}
    .gc-cus-perbx-c .gc-cus-perbx {padding-left: 10px; padding-right: 10px;}

    .clsmainreviewlistsec  .gc-rev-wapp {margin-left: -10px; margin-right: -10px;}
    .clsmainreviewlistsec  .gc-rev-wapp .gc-rev-box {padding-left: 10px; padding-right: 10px;}
    .clsmainreviewlistsec  .gc-cus-perbx-c {margin-left: -10px; margin-right: -10px;}
    .clsmainreviewlistsec  .gc-cus-perbx-c .gc-cus-perbx {padding-left: 10px; padding-right: 10px;}
    .clsmainreviewlistsec .clsfaq {/*padding-left: 15px; padding-right: 15px;*/}
    .clsmainreviewlistsec .gc-reviewslistingpg .dcsLoadMorePostsbtn {line-height: normal; padding: 10px 30px;}
    .clsmainreviewlistsec .iteminner {min-height: 320px;}

    .clsmidsec {max-width: 950px; margin: 0px auto;}
    .gc_ppcclstypeoutsectiontop h1.gc-ban-typeout {font-size: 66px !important; line-height: 71px !important;}
    .gc-bookpgratings .avarageratingtextbpg {font-size: 22px;}
    .gc_banenrformbg .elementor-widget-heading {padding: 15px 15px !important;}
    .gc_banenrformbg .elementor-widget-heading .elementor-heading-title {font-size: 20px !important; line-height: 25px !important;}
    .gc-newformsgpg .elementor-widget-heading .elementor-heading-title span {font-size: 12px !important;}
    .gc-newformsgpg .elementor-widget-wrap {margin-right: 0px !important; margin-left: 10px !important;}

   .homemiddsec h1{width: 933px;margin: 0px auto;font-size: 52px !important;}
   .clsforvideosec .elementor-widget-wrap {width: 773px;margin: 0px auto;}
   .clsfordesklogo img {width: 75%;}

   .largetext h1 {font-size: 53px !important;}
   .largetext {max-width: 945px;margin: 0px auto;}
   .clsgcsellsytm {font-size: 20px !important;width: 818px !important;margin: 0px auto !important;}
   .clsvediosaecwatch { width: 865px;margin: 0px auto;}


}

@media (max-width: 1024px) {

  /*------menu-start--------*/
    .gc-top-menu .elementor-menu-toggle {padding-right: 0px !important; background-color: transparent; z-index: 999; color: #244BA8; margin-top: 4px; margin-right: -3px;}
    .gc-top-menu .elementor-menu-toggle.elementor-active {color: #7291dd !important; margin-top: 0px;}
    .gc-top-menu nav.elementor-nav-menu--dropdown {position: fixed !important; left: 0 !important; top: 0px !important; height: calc(100% - 0px); background-color: #F2F7FC !important; border: none !important; width: 100%; margin: 0px; border-radius: 0px; z-index: 9;}
    .gc-top-menu nav.elementor-nav-menu--dropdown ul.elementor-nav-menu {height: calc(100vh - 0px) !important; overflow: scroll; padding-bottom: 0px;}
    .gc-top-menu nav.elementor-nav-menu--dropdown ul.elementor-nav-menu li {padding: 0px !important; border-bottom: 1px solid #dae0f0;}
    .gc-top-menu nav.elementor-nav-menu--dropdown ul.elementor-nav-menu li a {text-align: left !important; padding: 15px !important; font-size: 16px !important; display: block !important; color: #000 !important; font-family: "GraphikSemibold", Sans-serif; font-weight: 600;}
    .gc-top-menu nav.elementor-nav-menu--dropdown ul.elementor-nav-menu li a:hover, .gc-top-menu nav.elementor-nav-menu--dropdown ul.elementor-nav-menu li a.elementor-item-active {color: #fff !important; background-color: #244BA8 !important;}
    .gc-top-menu nav.elementor-nav-menu--dropdown ul.elementor-nav-menu li ul.sub-menu {background: #000 !important;
    border-radius: 0px !important; margin-top: 0px !important; padding: 0px 0px !important;}
    .gc-top-menu nav.elementor-nav-menu--dropdown ul.elementor-nav-menu li ul.sub-menu li {border: none !important; }
    .gc-top-menu nav.elementor-nav-menu--dropdown ul.elementor-nav-menu li ul.sub-menu li a:after {display: none !important;}
    .gc-top-menu nav.elementor-nav-menu--dropdown ul.elementor-nav-menu li.m-book-call {position: fixed;
    width: 100%; left: 0; bottom: 0; text-align: center; display: block; }
    .gc-top-menu nav.elementor-nav-menu--dropdown ul.elementor-nav-menu li.m-book-call a {
      /*background: linear-gradient(270deg, #4F9EF6 4.8%, #525DF3 99.93%);*/ background-color: #4F9EF6; color: #fff !important; text-align: center !important; padding: 20px 15px !important; font-size: 17px !important;}
    .g-m-overlay{overflow: hidden; position: fixed; height: 100%; width: 100%;}
    .g-m-overlay body {overflow: hidden; position: fixed; width: 100%; height: 100%; min-height: 100%;
    max-height: 100%; transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s;}
    .gcheader nav.elementor-nav-menu--main ul.elementor-nav-menu li.m-book-call {display: block;}

    /*------menu-end--------*/

    .gc-rev-wapp {margin-left: -10px; margin-right: -10px;}
    .gc-rev-wapp .gc-rev-box {padding-left: 10px; padding-right: 10px;}
    .gc-ban-typeout {font-size: 60px;}
    .gc-top-menu .elementor-menu-toggle:focus {border: none; outline: none;}
    .gc_diff_box .elementor-image-box-wrapper {padding-bottom: 30px;}
    .gc_bookacallrat .gc-avg-rev-txt {font-size: 17px;}
    .gc_bookacallrat .reviewstars i {font-size: 15px;}
    .gc_bookacallrat .avarageofallreviewsec {height: 58px;}
    .gc_bookmiddrat .gc-bcrev-list-upper .gc-bcrev-list .reviewtext {font-size: 18px; line-height: 21px;}
    .submitbtn input.submitbtn {font-size: 20px; line-height: 23px; height: 60px;}

    .gcreviewpgblmgimg img {max-width: 200px !important; height: auto !important;}
    .stickysec .elementor-element-populated {top: 30px;}
    .gc-tbl-responsive .tooltip {display: none !important;}
    .gc_generat-whitebox .elementor-column-gap-default {min-height: 330px;}
    .gc_leadpagepricing .gc-tbl-responsive {padding-bottom: 15px;}

    .clsfordesklogo img {width: 80%;}

   
}

@media (max-width: 991.98px) {

    .gc_diff_box .elementor-image-box-content h3.elementor-image-box-title {font-size: 20px !important; line-height: 22px !important;}
    .gc_ppcleadonline .elementor-element-populated .elementor-image-box-wrapper .elementor-image-box-img {width: 40% !important;}
    .gc-case-study-list .loadMoreRepeatCase {width: 50%;}
    .gc-pack-box {width: 50%;}

    .clsmainreviewlistsec .iteminner {min-height: 285px;}
   .clsmainreviewlistsec .clsfaq {padding-left: 0px; padding-right: 0px;}

   .clsleftsec .elementor-widget-wrap {margin-right: 22px !important;}
   .gc_ppcclstypeoutsectiontop h1.gc-ban-typeout {font-size: 48px !important; line-height: 64px !important;}
   .gc-newformsgpg {width: 388px !important;}
   .gc-frm-row {margin-left: 0px; margin-right: 0px; display: block;}
   .gc-frm-row .gc-r-field {padding-left: 0px; padding-right: 0px;}
   .gc-bookpgratings .avarageratingtextbpg {font-size: 14px;}
   .gcfaqsection .elementor-accordion-item .elementor-tab-title {padding:30px 20px 30px 25px; font-size:25px; line-height:1.2;}
   .clsmidsec .elementor-container.elementor-column-gap-default {flex-wrap: inherit !important;}
   .gc-newformsgpg .elementor-widget-wrap {margin-right: 10px !important; margin-left: 0px !important;}
   .gc_title-img.clspurpleliningtitle h2 {line-height: normal !important;}

   .clsmaingrowthtablesection .gc-tbl-responsive .gc-alp-fea-tbl .g-ove-titl {position: sticky;left: 0;background-color: #fff;border-left: 1px solid #f6f6f6;}
    .clsrightsecfootermenu ul{margin: 0px auto;}

    .homemiddsec h1{font-size: 35px !important;width: 720px;}
    .bantextbox, .hstapcon, .clsforcoldnone {display: none !important;}
    .clsforvideosec .elementor-widget-wrap {width: 537px;}
    a.bigbtn{width: inherit;padding: 15px 20px;}
    a.bigbtn strong {font-size: 36px;}
    a.bigbtn span{font-size: 11px;}
    .clsfordesklogo img {width: 70%;}
    .videopopupsec .modal-header h2{ font-size: 33px;}


    .qgpsection .elementor-column{max-width: 720px;margin: 0px auto;}
    .mesblinking .elementor-heading-title {font-size: 13px !important;}
    .largetext h1 {font-size: 39px !important;}
    .mesblinking {margin-bottom: 10px !important;}
    .clsgcsellsytm {display: block !important;display: block !important;max-width: 605px !important;font-size: 20px !important;}




}

@media (max-width: 767.98px) {

    .gc-ban-typeout {font-size: 36px; text-align: center; line-height: normal !important;}
    .gc-ban-typeout span.bfr:first-child {display: block !important;}
    .gc-ban-typeout br {display: none;}
    .gc_bann-btn .elementor-widget-button {width: 100% !important;}
    .gc_bann-btn .elementor-widget-button a {display: block !important;}
    .gc-avg-rev-top {flex-direction: column-reverse;}
    .reviewstars {margin-right: 0px; margin-top: 7px;}
    .gc-avg-rev-txt {font-size: 18px; text-align: center;}
    .gc_serart .elementor-widget-container li a {flex-direction: column;}
    .gc_serart .elementor-widget-container li a span.elementor-icon-list-icon {margin-bottom: 5px;}
    .gc_serart .elementor-widget-container li {margin: 0px 3px !important;}
    .gc_serart .elementor-widget-container li span.elementor-icon-list-text {padding-left: 0px; padding-right: 0px;}
    .gc_serart .elementor-widget-container ul {justify-content: space-around !important; height: 66px;}
    .gc_ppcleadservice ul.elementor-icon-list-items {justify-content: flex-start; margin-left: -10px !important; margin-right: -10px !important; flex-wrap: wrap;}
    .gc_ppcleadservice ul.elementor-icon-list-items li {margin-left: 0px !important; margin-right: 0 !important; padding-left: 10px; padding-right: 10px; margin-bottom: 22px !important; width: 50% !important; text-align: left;}
    .g-cmp-rfot {font-size: 14px; margin-bottom: 20px;}
    .gc-cstudy-d h3 {font-size: 21px; line-height: 24px;}
    .g-cmp-det {font-size: 15px; line-height: 19px;}
    .g-cmp-det p {line-height: 19px; margin-bottom: 0px;}
    .iteminner {padding-top: 20px; padding-bottom: 20px;}
    .gc-rev-sec-m-h {font-size: 22px; line-height: 28px;}
    .gc-avg-rev-sec .reviewstars.reviewstars-top-sec i {font-size: 19px;}
    .reviewstars-top-sec {margin-bottom: 15px;}
    .gc-avg-rev-sec {margin-bottom: 50px;}
    .footerlocationadph {text-align: center;}
    .gcadresslocation {width: inherit; text-align: center;}
    .gc-rev-wapp .gc-rev-box {width: 100%;}
    .footerlocationadph {line-height: 18px; font-size: 14px;}
    .footerlocationadph p {line-height: 18px;}
    .elementor-heading-title.gc-ban-typeout {line-height: 1.3 !important;}
    .gc_serbann_btn a.elementor-button {margin-right: 0px; margin-left: 0px; width: 100%; }
    .gc_serbann_btn .elementor-widget-container {width: 100%;}
    .gc_diff_box .elementor-widget-container {width: 100%;}
    .gc-cus-perbx-c {margin-left: 0px; margin-right: 0px;}
    .gc-cus-perbx-c .gc-cus-perbx {padding-left: 0px; padding-right: 0px; width: 100% !important; margin-bottom: 30px;}
    .gc-cur-col-box {margin-bottom: 0px;}
    .gc-pb-det {font-size: 13px; line-height: 16px;}
    .gc-pb-tit {font-size: 20px; line-height: 23px; margin-bottom: 17px;}
    .gc-pb-per {font-size: 35px; margin-bottom: 15px;}
    .gc-cur-col-box {border-radius: 7px; padding: 21px;}
    .gc_ppcleadonline .elementor-container::before {display: none;}
    .gc_diff_box .elementor-image-box-content h3.elementor-image-box-title {font-size: 18px !important; line-height: 22px !important;}  
    .gc-pack-filter {flex-direction: column; margin-bottom: 50px;}
    .gc-pack-cur-fil {margin-bottom: 30px; }
    .gc-pack-row {flex-direction: column;}
    .gc-pack-box {width: 100%;}
    .gc-pack-box-innr {width: 100%;}
    .gc_bookformsec .gc_maintitle h1 br {display: none;}
    .gc_bookacallrat .avarageofallreviewsec {width: 100%; height: auto; flex-direction: column;}
    .gc_bookformsec .gc-avg-rev-top .reviewstars {margin-top: 0px; margin-bottom: 7px;}
    .gc-reviewslistingpg .dcsDemoWrapper .loadMoreRepeat {width: 100%;}
    .gc_bookmiddrat .gc-reviewslistingpg .avarageofallreviewsec .gc-avg-rev-txt {font-size: 12px; line-height: 14px;}
    .gc_bookmiddrat .gc-reviewslistingpg .avarageofallreviewsec {padding: 15px 10px; display: flex; margin-bottom: 40px;}
    .gc_bookmiddrat .gc-reviewslistingpg .avarageofallreviewsec i {font-size: 12px;}
    .gc_bookmiddrat .gc-reviewslistingpg .avarageofallreviewsec .gc-avg-rev-ico {margin-right: 10px; min-width: 78px;}
    .gc_bookmiddrat .gc-bcrev-list-upper .gc-bcrev-list .reviewtext {font-size: 16px; line-height: 20px;}
    .gc_title-img h2::before {width: 145px; height: 10px; background-size: 100%;}
    .gc_bookacallrat .gc-avg-rev-txt {text-align: center;}
    .gc-top-menu .elementor-menu-toggle.elementor-active {margin-top: -8px;}
    .gc-top-menu.gc-b-cal-mob-mm .elementor-menu-toggle.elementor-active {margin-top: -2px;}

    .expcontsec {padding-left: 0 !important; padding-right: 0px !important;}
    .expcontsec .elementor-column-gap-default .elementor-column {width: 50% !important;}
    .expcontsec .elementor-column-gap-default .elementor-column .elementor-element-populated {margin-top: 0 !important;argin-bottom: 20px !important; padding: 15px 10px !important; margin-left: 5px !important; margin-right: 5px !important;}
    .expcontsec .elementor-column-gap-default .elementor-heading-title {font-size: 18px !important;}
    .expcontsec .elementor-counter-number-wrapper {font-size: 45px !important;}
    .expcontsec .elementor-widget-text-editor p {font-size: 16px; line-height: 26px; margin-bottom: 0px !important;}
    .expcontsec .elementor-widget-heading {margin-bottom: 5px !important;}

    .gc-csdttopinfobox .elementor-counter-title {text-align: left !important; padding-top: 15px !important;}
    .gc-csdttopinfobox .elementor-element-populated .elementor-widget-counter {margin-bottom: 5px !important;}
    .gc-csdttopinfobox .elementor-counter-number-wrapper {justify-content: flex-start !important;}
    .gc-csdttopboxes .elementor-column {width: 50%;}
    .gc_title-img-left h2 {text-align: center;}
    .gc_title-img-left h2::before {right: 0px;}
    .gc_leftimgsecase {padding-right: 0px !important; margin-bottom: 30px;}
    .stickysec {display: none !important;}
    .gc_caserightconsec {padding-left: 0px !important;}
    .gc_caserightconsec .elementor-element-populated {max-width: inherit;}

    .gc-tbl-responsive {overflow: auto;}
    .gc-tbl-responsive .g-price-highlight {white-space: nowrap;}
    .gc-tbl-responsive .g-price-highlight {font-size: 16px;}
    .gc-tbl-responsive .g-h-fclr {font-size: 20px;}
    .gc-tbl-responsive table thead th, .gc-tbl-responsive table tfoot th {font-size: 14px; }
    .gc-tbl-responsive table {font-size: 14px;}
    .gc-tbl-responsive table table {font-size: 14px;}
    .gc-tbl-responsive table table th, table table td {padding: 7px; line-height: 1.3;}
    .gc-tbl-responsive table table th {font-weight: 400;} 
    .gc-ser-parlogo .elementor-widget-container img {width: auto;}
    .gc-all-pack-feacture .gc-comp-title h2 {font-size: 28px;}

    .gc-btnLoadmoreWrapper {display: flex;}
    .gc-pt-customerreviews .gc-rev-wapp {display: none;}
    .gc-carousel-container {display: block;}
    .gc-carousel-container .iteminner {filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.05)); margin: 10px;}
    .gc_ratingpartsec .elementor-widget-container {padding-left: 0px !important; padding-right: 0px !important;}
    .gc-regcomsec {padding-bottom: 40px !important;}
    .gc-pt-customerreviews .gc-avg-rev-sec {margin-bottom: 30px;}

    .gc-tbl-responsive .g-h-fclr {font-size: 12px;} 
    .gc-tbl-responsive table th, table td {padding: 10px 6px;}
    .gc-tbl-responsive table {font-size: 12px;}
    .gc-tbl-responsive table td.g-comm-pack {font-size: 12px;}
    .gc-tbl-responsive table td.g-comm-pack .g-price-highlight {font-size: 15px; font-family: "GraphikRegular", Sans-serif;}
    .gc-tbl-responsive .g-price-highlight {padding-top: 0px; padding-bottom: 0px;}
    .gc-all-pack-feacture .gc-comp-title {margin-bottom: 30px;}
    .gc-tbl-responsive {padding-bottom: 0px;}

    .gc_ppcser-list {max-width: 350px; margin-left: auto; margin-right: auto;}

    .gc_ppcser-list ul.elementor-icon-list-items li:nth-child(2n+2) {  display: flex; justify-content: flex-end;}
    .gc_ppcser-list ul.elementor-icon-list-items li:nth-child(2n+2) a {max-width: 129px;}

    .clsmainreviewlistsec .gc-avg-rev-sec .reviewstars.reviewstars-top-sec i {font-size: 19px;}
    .clsmainreviewlistsec .gc-avg-rev-sec {margin-bottom: 50px;}
    .clsmainreviewlistsec .gc-pt-customerreviews .gc-avg-rev-sec {margin-bottom: 30px;}
    .clsmainreviewlistsec .reviewstars-top-sec {margin-bottom: 15px;}
    .clsmainreviewlistsec .gc-rev-sec-m-h {font-size: 22px; line-height: 28px;}
    .clsmainreviewlistsec .dcsDemoWrapper {display: none;}
    .clsmainreviewlistsec .gc-carousel-container {display: block; padding-left: 5px; padding-right: 5px;}
    .clsmainreviewlistsec .gc-btnLoadmoreWrapper {display: flex;}

    .clsmainreviewlistsec .gc-carousel-container .iteminner {filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.05)); margin: 10px;}
    .clsmainreviewlistsec .iteminner {padding-top: 20px; padding-bottom: 20px; min-height: 205px;}

    .clsmidsec .elementor-container.elementor-column-gap-default {flex-wrap: wrap !important;}
    .gc-newindheaderbg img {width: 155px !important;}
    .gc_ppcclstypeoutsectiontop h1.gc-ban-typeout {font-size: 40px !important; line-height: 47px !important;  text-align: center;}
    .clsleftsec p {font-size: 18px !important; line-height: 25px !important; margin-top: 15px !important;}
    .gc-bookpgratings .elementor-widget-container {padding: 10px !important; max-width: inherit; }
    .gc-bookpgratings .avarageratingbpg {justify-content: center; flex-direction: column;}
    .gc-bookpgratings .avarageratingstarbpg {font-size: 15px; margin-right: 0px; margin-bottom: 5px; margin-top: 7px;}
    .gc_banenrformbg .elementor-widget-heading .elementor-heading-title {font-size: 20px !important; line-height: 27px mportant;}
    .gc_banenrformbg .elementor-widget-heading .elementor-heading-title span {font-size: 13px;}
    .gc_bookformright .formsec .form-control {padding: 10px 15px; font-size: 16px;}

    .gc-frm-row {margin-left: -10px; margin-right: -10px; display:flex; justify-content:space-between; align-items:lex-start;}
    .gc-frm-row .gc-r-field {padding-left: 10px; padding-right: 10px;}
    .gc_partnerlogos.elementor-widget-image img {max-width: 90% !important; width: 100%;}
    .gc-tbl-responsive .g-h-fclr {font-size: 12px !important;}
    .gcmp-s-icons .s-icon.g-google img {width: 55px !important;}
    .boxconmb {margin-bottom: 15px;}
    .gcmoneybackicon img {width: 100px !important; margin-top: -67px;}
    .clsfaq {padding-left: 15px; padding-right: 15px;}
    .gcfaqsection .elementor-accordion-item .elementor-tab-content {font-size: 16px;}
    .gcfaqsection .elementor-accordion-item {margin-bottom: 20px;}
  
  /*04-07-2022*/
  /*.gcmoneybackicon img{margin-top: 107px;}*/
  .clsannoucing  h2{font-size: 26px !important; line-height: 40px !important;}
  .gc-newformsgpg{width: 100% !important;}
  .gc-newindheaderbg {padding-bottom: 40px !important;padding-right: 60px !important;padding-left: 60px !important;}
  .gc-newformsgpg .elementor-widget-wrap{margin-right: 0px !important;}
  .gc_thankyoumessage .elementor-icon-box-wrapper {display: flex !important;flex-wrap: nowrap;align-items: flex-start;justify-content: center;max-width: 255px;margin: auto;}
  .gc_thankyoumessage .elementor-icon-box-wrapper .elementor-icon-box-icon { margin-bottom: 0px !important; margin-right: 10px !important; padding-top: 2px !important;margin-left: 0px !important; line-height: 1;display: inline-block !important;}
  .gc_thankyoumessage { margin-bottom: 20px !important;}
  .gc_thankyoumessage  i{font-size: 12px;}

  .gc_title-img h1 {margin-bottom: 20px;}
  .thank-you-logo img {max-width: 120px !important;}
  .gc-newformsgpg .elementor-widget-heading .elementor-heading-title span{font-family: "Satoshi",Sans-serif;}
  
  /*.clsmobfooterlogo .elementor-widget-image .elementor-widget-container img {width: 40px !important;}*/
  .clsmobrightsectionmob .elementor-element-populated {flex-direction: column;}
  .clsnewmobsection {display: flex !important;}
  .clsnewmobsection .elementor-container{flex-wrap: nowrap !important;} 
  .clsmobfooterlogo {width: auto !important;}
  .clsmobfooterlogo .elementor-widget-image .elementor-widget-container img { width: 60px !important;}
  .clsgrowthleftsec .elementor-element-populated .elementor-widget-image {margin-right: 15px;}
  .clsmobrightsectionmob p{margin-bottom: 5px;}

  .homemiddsec .elementor-column{width: 540px;margin: 0px auto;}
  .homemiddsec h1{width: inherit;font-size: 34px !important;}
  a.bigbtn strong {font-size: 27px;}
  .videopopupsec .modal-header h2{    font-size: 30px;}


  .videopopupsec input[type="submit"] { font-size: 30px !important;}
  .videopopupsec .modal-dialog{padding: 10px;}

    .qgpsection .elementor-column{max-width: 540px;margin: 0px auto;}
    .mesblinking .elementor-heading-title {font-size: 10px !important;}
    .largetext h1 {font-size: 32px !important;margin-bottom: 4px;}
    .mesblinking {margin-bottom: 10px !important;}
    .clsgcsellsytm {display: block !important;display: block !important;max-width: 605px !important;font-size: 20px !important;font-size: 14px !important;margin: 0px auto !important;}

    

}

@media (max-width: 575.98px) {

   .gc-case-study-list .loadMoreRepeatCase {width: 100%;}
   .gc-pack-cur-fil li {padding: 8px 20px;}

   .gcfaqsection .elementor-accordion-item .elementor-tab-title {font-size: 14px;}
    .expcontsec .elementor-column-gap-default .elementor-heading-title {font-size: 12px !important;}
    .expcontsec .elementor-counter-number-wrapper {font-size: 28px !important;}
    .expcontsec .elementor-widget-text-editor p {font-size: 13px; line-height: 18px;}

    .clsmainreviewlistsec .iteminner {min-height: 205px;}
    .gc-bookpgratings .avarageratingtextbpg {font-size: 17px;}
    .gc_partnerlogos.elementor-widget-image img {max-width: 100% !important;}
    .clsannocing h2 {font-size: 16px !important; line-height: 23px !important;}
    .gcmoneybacktext p {font-size: 13px !important; margin-bottom: 0px; line-height: 18px !important;}
    .clsmainreviewlistsec .gc-rev-sec-m-h {font-size: 22px; line-height: 28px;}

   .gc-fybwfn {padding-left: 10px;padding-right: 10px;}
   .clsleadsdayconsisten  .elementor-widget-container{margin-top: 0px !important;}
   .expcontsec {margin-bottom: 15px !important;}
   .gcmoneybackicon img {margin-top: 140px;}
   .gcmonetbacksection {    padding:85px 0px 20px 0px !important;}
   .clsannocing .elementor-widget-wrap   { margin-left: 10px !important;margin-right: 10px !important;}
   .clsannoucing {margin-bottom: 10px !important;}
   .gcfaqsection .elementor-accordion-item .elementor-tab-title{padding: 15px 18px 15px 20px;}
   .clsleftsec .elementor-widget-wrap {margin-right: 0px !important; padding-left: 0px !important;}
   .clsmobfooterlogo .elementor-widget-image .elementor-widget-container img {width: 55px !important;}

   .homemiddsec .elementor-column, .clsforvideosec .elementor-widget-wrap { width: 100%;}
   .homemiddsec h1{font-size: 28px !important;}
   .homemiddsec .elementor-widget-wrap{padding: 7px  !important;}
   .clstrainingheadsec .gs-logo a img{width: 100px !important;}

   .mesblinking .elementor-heading-title {font-size: 8px !important;}
   .mesblinking .elementor-heading-title:before {margin-right: 5px; width: 6px;height: 6px;}
   .largetext h1 {font-size: 28px !important;}
   .qgpsection .elementor-column { max-width: 565px;}
   .clsgcsellsytm {padding-left: 15px;padding-right: 15px;}
   .clsgcsellsytm .elementor-widget-container{font-size: 13px !important;}
}

@media (max-width: 479px) {

   .clsmainreviewlistsec .iteminner {/*min-height: 255px;*/ min-height: 240px;}
   .gc-bookpgratings .elementor-widget-container { text-align: center;}
   .gc-bookpgratings .avarageratingtextbpg {font-size: 14px;}
   .gc-newindheaderbg {padding-left: 30px !important; padding-right: 30px !important;}
   .gc_banenrroofing {padding-left: 10px !important;padding-right: 10px !important;}
   .clsmainreviewlistsec .reviewtext{font-size: 16px;}
   .mainfaq {padding-top: 0px !important;}

   .gc_title-img h1::before { width: 181px;height: 10px; background-size: 100%;}

   a.bigbtn strong {font-size: 25px;}
   .videopopupsec .modal-header h2 {font-size: 29px;}
   .videopopupsec .modal-content{padding: 15px;}

   .qgpsection .elementor-column { max-width: 100%;}
   .largetext h1 { font-size: 26px !important;}
   .clsgcsellsytm {padding-left: 0px; padding-right:0px;}
   .clsvediosaecwatch  .elementor-widget-wrap{padding: 0px !important;}
   .largetext  .elementor-heading-title{padding-left: 5px;padding-right: 5px;}
   .largetext h1{margin-bottom: 15px;}

}  

@media (max-width: 400px) {

  .gc-pack-cur-fil li {padding: 8px 15px;}
  .largetext .elementor-heading-title {padding-left: 0px;padding-right: 0px;}
  .largetext h1 {font-size: 28px !important;}
  .clsmaintxtwatch .elementor-widget-wrap{padding: 0px !important;}
  .mesblinking .elementor-heading-title {font-size: 7px !important;}
  /*.clsgcsellsytm {margin-bottom: 30px !important;}*/


}



@media only screen and (min-width:320px) and (max-width:480px) {
    
   

}

@media (max-width: 399px) {
  .gc_banenrformbg .elementor-widget-heading {padding: 15px 15px !important;}
  .gc_banenrformbg .elementor-widget-heading .elementor-heading-title {font-size: 17px !important;}
  .gc_banenrformbg .elementor-widget-heading .elementor-heading-title span {font-size: 11px; font-weight: 900;}
  .gc-newformsgpg .gc_bookformright .formsec .form-control {font-size: 14px !important;}
  .gc_bannerroof .elementor-widget-wrap{padding-left: 0px !important;}
  .gc-newformsgpg .elementor-widget-heading .elementor-heading-title span{font-family: "Satoshi",Sans-serif;}

  .videopopupsec .modal-header{padding: 15px;}
  .videopopupsec .modal-header h2 {font-size: 31px;}
  .formfildcon input{padding: 18px 15px 18px 70px !important;}
}

@media (max-width: 340px) {

   .clsmainreviewlistsec .gc-rev-sec-m-h {font-size: 20px !important;}

    .clsmainreviewlistsec .iteminner {/*min-height: 280px;*/ min-height: 230px;}
    .gc-newindheaderbg { padding-left: 10px!important;padding-right: 10px !important;}
    .clsannocing .elementor-widget-wrap {margin-left: 0px !important;margin-right: 0px !important;}
    .mainfaq {padding-top: 0px !important;}
    .clsfaq .elementor-widget-wrap{padding-top: 0px !important;}
    .thank-you-logo img {max-width: 100px !important;}

    .clsmobfooterlogo .elementor-widget-image .elementor-widget-container img {width: 50px !important;}
    .clsgrowthleftsec .elementor-element-populated .elementor-widget-image {margin-right: 11px;}
    .gc_mobileftnav li a{font-size: 13px !important; }

    .largetext h1 { font-size: 27px !important;}
    .mesblinking .elementor-heading-title { font-size: 7px !important;}
}
@media (max-width: 336px) {
  .clsnewmobsection .elementor-container { flex-wrap: wrap !important;}
  .clscustompricingfooter .elementor-col-50 {width: 100% !important;text-align: center;margin: 0px auto;justify-content: center; display: flex}
  .clscustompricingfooter .elementor-widget-wrap{justify-content: center !important;margin-bottom: 10px !important;}
  .clsmobfooterlogo .elementor-widget-image .elementor-widget-container img {width: 40px !important;}
  .clscustompricingfooter{padding-left: 40px !important;padding-right: 40px !important;}

}

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