@font-face {
  font-family: "Pilat-DemiBold";
  src: url("../fonts/PilatDemi.eot"); /* IE9 Compat Modes */
  src: url("../fonts/PilatDemi.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/PilatDemi.otf") format("opentype"),
    /* Open Type Font */ url("../fonts/PilatDemi.svg") format("svg"),
    /* Legacy iOS */ url("../fonts/PilatDemi.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/PilatDemi.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/PilatDemi.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PilatExtended-DemiBold";
  src: url("../fonts/PilatExtendedDemi.eot"); /* IE9 Compat Modes */
  src: url("../fonts/PilatExtendedDemi.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/PilatExtendedDemi.otf") format("opentype"),
    /* Open Type Font */ url("../fonts/PilatExtendedDemi.svg") format("svg"),
    /* Legacy iOS */ url("../fonts/PilatExtendedDemi.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/PilatExtendedDemi.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/PilatExtendedDemi.woff2")
      format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Pilat-Light";
  src: url("../fonts/PilatLight.eot"); /* IE9 Compat Modes */
  src: url("../fonts/PilatLight.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/PilatLight.otf") format("opentype"),
    /* Open Type Font */ url("../fonts/PilatLight.svg") format("svg"),
    /* Legacy iOS */ url("../fonts/PilatLight.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/PilatLight.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/PilatLight.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
/* Admin Content  */
#drupal-off-canvas textarea,
#drupal-off-canvas select,
#drupal-off-canvas input[type="date"],
#drupal-off-canvas input[type="datetime"],
#drupal-off-canvas input[type="datetime-local"],
#drupal-off-canvas input[type="email"],
#drupal-off-canvas input[type="month"],
#drupal-off-canvas input[type="number"],
#drupal-off-canvas input[type="password"],
#drupal-off-canvas input[type="search"],
#drupal-off-canvas input[type="tel"],
#drupal-off-canvas input[type="text"],
#drupal-off-canvas input[type="time"],
#drupal-off-canvas input[type="url"],
#drupal-off-canvas input[type="week"] {
  color: black !important;
}
/* h1 in content types */
#page-content h1 {
  font-size: 2rem;
}


/* sidebar layout editor postition */
.ui-dialog.ui-dialog-off-canvas {
  z-index: 2998 !important;
}

/* table pages */
.td-list td,
.td-list-two td {
  padding: 0.5rem;
}

.td-list tr:nth-child(even),
.td-list-two tr:nth-child(even) {
  background-color: #f2f2f2;
}

.td-list th,
.td-list-two th {
  padding: 1.5rem;
  background-color: #027ce1;
  color: #eee !important;
  font-size: 1.5rem;
}
.td-list-two tbody > tr > :nth-child(1) {
  font-weight: bold;
  width: 80%;
  text-align: center;
  text-align: left;
}

.td-list tbody > tr > :nth-child(1) {
  font-weight: bold;
  width: 20%;
  text-align: center;
}

.td-list tbody > tr > :nth-child(2) {
  width: 65%;
  text-align: center;
}
.td-list-two tbody > tr > :nth-child(2) {
  width: 15%;
  text-align: center;
}
.td-list tbody > tr > :nth-child(3) {
  width: 15%;
  text-align: center;
}

/* dynamic form */

/* sticky form navigation */
.call-table {
  margin-bottom: 5rem;
  max-width: 870px;
    margin: auto;
    padding-bottom: 4rem;
}

div.nav-float-parent {
  width: 100%;
  height: 2rem;

  position: relative;
}
div#nav-float-child {
  width: 100%;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  border-top: #f9f9f9 solid 1px;
  bottom: 0px;
  padding-bottom: 1rem;
  background: rgb(255, 255, 255);
  z-index: 998;
}

.radios--wrapper {
  margin-bottom: 3rem;
}

details {
  margin-top: 1em;
  margin-bottom: 1em;
  border: none;
}
#dynamic-forms .form-submit {
  margin: 1rem 1rem 1rem 0;
}

#dynamic-forms .btn-primary {
  color: #fff;
  background-color: #ef2b76 !important;
  border-color: #ef2b76 !important;
}

.container.dynamic-pages {
  padding: 3rem 0;
}

label.custom-control-label.option {
  white-space: nowrap;
  max-width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  vertical-align: baseline;
}

div.custom-checkbox {
  padding: 0 4rem 1rem;
}

div.custom-checkbox > .inner-dynamix-box > .custom-control-label::after {
  position: absolute;
  top: 0.175rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
  cursor: pointer;
}

div.custom-checkbox > .inner-dynamix-box > input.form-check-input {
  padding-right: 1rem;
}

div.custom-checkbox > .inner-dynamix-box > label.custom-control-label.option {
  white-space: nowrap;
  max-width: auto;
  overflow: visible;
  text-overflow: ellipsis;
  float: left;
  vertical-align: baseline;
}

input.form-radio {
  white-space: nowrap;
  max-width: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: right;
  display: inline-grid;
  line-height: 1.5;
  vertical-align: baseline;
  height: 20px;
  background-color: #10e2b9;
  color: #10e2b9;
}
details:focus {
  outline: none !important;
}
/* dynamic form - progress bar  */
.progress-step.is-active .progress-marker::before {
  background-color: #10e2b9;
  padding: 1rem;
}
.progress-tracker--center .progress-marker::after {
  right: -50%;
  margin: 0.3rem;
}
.progress-step .progress-marker::before {
  background-color: #b6b6b6;
  padding: 1rem;
}
.progress-step.is-active .progress-marker::before {
  background-color: none;
  border: 1px solid #2ce2b9;
  background: white;
  color: #5e5d5d;
}
.progress-step.is-active .progress-marker::before {
  background-color: none;
  border: 1px solid #2ce2b9;
  background: white;
  color: #5e5d5d;
}
.webform-progress-tracker .progress-step.is-active .progress-title {
  font-weight: bold;
  color: #5e5d5d;
}
.webform-progress-tracker .progress-step.is-complete::before {
  background-color: #b6b6b6;
}
.progress-step .progress-text {
  /* color: #333; */
  color: #5e5d5d !important;
}

.webform-progress-tracker
  .progress-step.is-active:hover
  .progress-marker::before {
  background-color: #2ce2b9;
}
.webform-progress-tracker .progress-step.is-complete .progress-marker::before,
.webform-progress-tracker
  .progress-step.is-complete:hover
  .progress-marker::before,
.webform-progress-tracker .progress-step.is-complete .progress-marker::after {
  background-color: #2ce2b9;
}

.webform-progress-tracker
  .progress-step:not(.is-active)
  .progress-marker::before,
.webform-progress-tracker .progress-step:hover .progress-marker::before,
.webform-progress-tracker .progress-step .progress-marker::after {
  background-color: #e3e3e3;
}

/* Regions  radios */
#edit-num-usa-regional--wrapper .inner-dynamix-box3 {
  padding: 0 !important;
}

/* dynamic box with border frame */
.fieldset-container {
  /* border-radius: 0.4rem;
  border: 2px solid #f9f9f9 !important; */
}

#edit-get-a-new-phone-number .dynamic-box,
#edit-call-destination .dynamic-box {
  border-bottom: 2px #f9f9f9 solid;
}

.webform-submission-callagenix-assistant-num-form div#edit-actions {
  margin-bottom: 1rem;
}

/* define as sub class  */
#edit-available-numbers--2 .form-radios .dynamic-box {
  border-bottom: 2px #f9f9f9 solid;
  padding-bottom: 1rem !important;
  margin-bottom: 1rem !important;
  margin: 0 4rem;
}
#edit-fr-usa .dynamic-box,
#edit-rg-austria .dynamic-box,
#edit-na-austria .dynamic-box,
#edit-uf-austria .dynamic-box,
#edit-fr-austria .dynamic-box,
#edit-num-albania--wrapper .dynamic-box,
#edit-num-usa--wrapper .dynamic-box,
#edit-get-a-new-phone-number2--wrapper .dynamic-box {
  border-bottom: 2px #f9f9f9 solid;
  padding-bottom: 1rem !important;
  margin-bottom: 1rem !important;
  margin: 0 4rem;
}
#edit-get-a-new-phone-number .dynamic-box,
#edit-call-destination .dynamic-box {
  border-bottom: 2px #f9f9f9 solid;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
}
#edit-basic-requirement--wrapper label.custom-control-label.option {
  white-space: break-spaces;
  /* margin-top: -2.5rem; */
  width: 90%;
}

.dynamic-box2 {
  border-bottom: 0 !important;
  padding-bottom: 1rem !important;
  margin-bottom: 1rem !important;
  margin: 0 4rem;
}
.dynamic-box3 {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  margin: 0;
}
.dynamic-box-pad {
  padding: 1rem 2rem;
}
.inner-dynamix-box {
  padding: 1rem 0;
}
.inner-dynamix-box3 {
  padding: 1rem 0;
}

/* dynamic buttons block */
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #ef2b76;
  border-color: #ef2b76;
}
.btn-success {
  color: #fff;
  background-color: #ef2b76;
  border-color: #ef2b76;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #ef2b76;
  border-color: #ef2b76;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #ef2b76;
  border-color: #ef2b76;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #ef2b76;
  border-color: #ef2b76;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.webform-card {
  border: none;
  padding: 0;
  margin-bottom: 0;
}
/* form buttons  submit */

div#edit-actions {
  justify-content: center;
  text-align: center;
}

/* .container-dyn input#edit-submit {
  margin: 0 3rem;
} */
#edit-telephone-number--wrapper
  span.fieldset-legend.js-form-required.form-required {
  padding: 0 4rem;
}
#edit-contact-us-fieldset .dynamic-box {
  border-bottom: none;
  padding-bottom: 1rem !important;
  margin-bottom: 1rem !important;
  margin: 0 4rem;
}
/* dynamic box Legend Title */
h3.fieldset-legend.js-form-required.form-required {
  padding: 1.5rem;
}


/* box table */ /* .boxtable { border-collapse: separate; border: solid #f9f9f9 0.2em; border-radius: 6px; -moz-border-radius: 6px; } .boxtable td,
  th { border-left: solid #e6e6e6 0.2em; border-top: solid #e6e6e6 0.2em; padding: 1em; } .boxtable th { background-color: #e6e6e6; border-top: none; } .boxtable td:first-child,
  .boxtable th:first-child { border-left: none; } h3.form-required:after { display: inline-block; width: 6px; height: 6px; margin: 0 0.3em; content: ""; vertical-align: super; background-image: none; background-repeat: no-repeat; background-size: 6px 6px; } */ /* forms */
select#edit-reserve-number {
  height: calc(1.7em + 1.125rem + 2px);
  border: 0 !important;
  background-color: #f9f9f9 !important;
  font-weight: bold;
}

.form-control {
  background-color: #f9f9f9 !important;
  padding: 0.775rem 1rem !important;
  border: 0 !important;
}

.webform-webform-telephone-international {
  text-indent: 2rem !important;
}
#edit-number-enquiry-group-form h3 {
  padding: 2rem;
  color: #4E1BFE;
  font-size: 1.25rem;
}
#edit-number-enquiry-group-form {
  padding-bottom: 2rem;
  max-width: 870px;
    margin: auto;
}
div#edit-number-enquiry {
  max-width: 870px;
  margin: auto;
}
#edit-number-enquiry .custom-control-label {}
/* call table */
.call-table table {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 350px;
}
.call-table table tr th,
.call-table table tr td {
  border-right: 2px solid #F9F9F9;
  border-bottom: 2px solid #F9F9F9;
  padding: 1rem;
}
.call-table table tr th:first-child,
.call-table table tr td:first-child {
  border-left: 2px solid #F9F9F9;
  width: 35%;
  font-weight: bold;
}
.call-table table tr th {
  background: #eee;
  border-top: 2px solid #F9F9F9;
  text-align: left;
}
.call-table th {
  background-color: #2F1196!important;
}
.call-table .ct-heading {
  color: #fff!important;
}

/* top-left border-radius */
.call-table table tr:first-child th:first-child {
  border-top-left-radius: 6px;
  text-align: center;
}

/* top-right border-radius */
.call-table table tr:first-child th:last-child {
  border-top-right-radius: 6px;
}

/* bottom-left border-radius */
.call-table table tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}

/* bottom-right border-radius */
.call-table table tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}
.call-table tbody tr:nth-child(odd) td,
.call-table tbody tr:nth-child(odd) th {
  background-color: #F9F9F9;
}
/* .call-table tr:nth-child(odd) {
  background-color: #f2f2f2;
} */
.ct-heading {
  padding-bottom: 0;
}

/* iframe */
iframe {
  border-width: 0px !important;
  border-style: inset;
  border-color: initial;
  border-image: initial;
}

#iframe-field_dynamic_url-171 {
}
#iframe-field_dynamic_url-171 .top-bar {
  display: none !important;
}
/*  Back to top */
#backtotop {
  left: 20px !important;
}
/* additional codes */
.whitebox {
  background: white;
  border-radius: 6px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  min-height: 450px !important;
  max-width: 90%;
}
#block-callagenix-content .whitebox {
  margin: 3rem 0!important;
}
.onlywhite {
  background: white;
  border-radius: 6px;
}
.field--name-field-how-box-icon {
  padding: 1.3em 0;
}
.field--name-field-two-button {
  display: flex;
  justify-content: space-evenly;
  padding: 0.2rem 0 2rem;
}
.field--name-field-two-button .field__item {
  display: inline;
}
.field--name-field-two-button .field__item a {
  padding: 0.5rem 1rem;
}
.faq-title {
  padding: 1rem 0 2rem 0;
  margin: 0 auto;
  text-align: center;
}
.faq-class .panel-default {
  background: #f9f9f9;
  padding: 0.7rem 3rem 0.5rem 3rem;
  border-radius: 6px;
  margin: 1rem;
}
.faq-class .panel-title a {
  color: #050505;
}
.faq-class .panel-body p {
  color: #5e5d5d;
  margin: 1rem 0;
}
/* form select */
.form-item-num-usa-selected,
.form-item-s-austria {
  padding: 2rem;
  border: 2px solid #f9f9f9;
  border-radius: 6px;
  margin: 2rem 0;
}

/* form select */
#edit-available-numbers--2 .form-type-select {
  padding: 2rem;
  border: 2px solid #f9f9f9;
  border-radius: 6px;
  margin: 2rem 0;
}

#edit-num-usa-regional--wrapper input.form-radio {
  /* white-space: nowrap;
  max-width: fit-content !important;
  overflow: hidden;
  text-overflow: ellipsis;
  float: right;
  display: inline-grid;
  line-height: 1.5;
  vertical-align: baseline; */
}
/* Webform button option description */
.webform-options-display-buttons-description.description {
  display: none;
}

.webform-options-display-buttons label.webform-options-display-buttons-label {
  display: table-cell;
  height: 100%;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  color: #4e1bfe;
  border: 0 !important;
  border-radius: 6px !important;
  background-color: none !important;
}

/* #edit-num-usa-regional--wrapper
  .webform-options-display-buttons
  label.webform-options-display-buttons-label,
  #edit-rg-usa--wrapper
  .webform-options-display-buttons
  label.webform-options-display-buttons-label {
  display: table-cell;
  height: 100%;
  padding: 0;
  text-align: left;
  vertical-align: middle;
  color: #4e1bfe;
  border: 0 !important;
  border-radius: 6px !important;
  background-color: none !important;
  white-space: normal;
} */
/* #edit-num-usa-regional--wrapper .webform-options-display-buttons-title, #edit-rg-usa--wrapper .webform-options-display-buttons-title {
  padding-right: 0.2rem;
}
#edit-num-usa-regional--wrapper .webform-options-display-buttons-title:hover, #edit-rg-usa--wrapper .webform-options-display-buttons-title:hover {
  color: #888 !important;
}
#edit-num-usa-regional--wrapper .dynamic-box3, #edit-rg-usa--wrapper .dynamic-box3 {
  border-bottom: 1px solid #e6e6e6 !important;
}
#edit-num-usa-regional--wrapper .dynamic-box3:hover, #edit-rg-usa--wrapper .dynamic-box3:hover {
  border-bottom: 1px solid #888888 !important;
} */

/* #edit-num-usa-regional--wrapper
  .webform-options-display-buttons
  label.webform-options-display-buttons-label,
  #edit-rg-usa--wrapper
  .webform-options-display-buttons
  label.webform-options-display-buttons-label {
  background-color: transparent !important;
} */

.webform-options-display-buttons
  input:hover
  + label.webform-options-display-buttons-label {
  color: #027ce1;
}
.webform-options-display-buttons
  label.webform-options-display-buttons-label:hover {
  cursor: pointer;
}

/* Service Required */
#edit-services-required-page {
  border: solid 2px #e6e6e6;
  padding: 2rem;
  border-radius: 6px;
}
#edit-services-required-page h2 {
  text-align: center;
}

/* table copy style */

.call-table2 table {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 350px;
}
.call-table2 table tr th,
.call-table2 table tr td {
  border-right: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
  padding: 1rem;
}
.call-table2 table tr th:first-child,
.call-table2 table tr td:first-child {
  border-left: 2px solid #e6e6e6;
  width: 25%;
  font-weight: bold;
}
.call-table2 table tr th {
  text-align: left;
}
.call-table2 thead tr:nth-child(odd) th {
  background: #eee;
  border-top: 2px solid #e6e6e6;
}
.call-table2 thead {
}
/* top-left border-radius */
.call-table2 thead tr:first-child th:first-child {
  border-top-left-radius: 6px;
  text-align: center;
}

/* top-right border-radius */
.call-table2 table tr:first-child th:last-child {
  border-top-right-radius: 6px;
}

/* bottom-left border-radius */
.call-table2 tbody tr:last-child th:first-child {
  border-bottom-left-radius: 6px;
}

/* bottom-right border-radius */
.call-table2 table tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}
.call-table2 tbody tr:nth-child(even) td,
.call-table2 tbody tr:nth-child(even) th {
  background-color: #f2f2f2;
}

/* int countries */
#table-inner-one .table th,
.table td {
  border: none !important;
}

div#list-countries {
  border-bottom: none;
}

#list-countries .inner-dynamix-box {
  border: 2px #f9f9f9 solid;
  border-bottom-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.dynamic-forms .fieldset-container {
  border-bottom-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
#list-countries ul.thumbnails.image_picker_selector li .thumbnail {
  padding: 6px;
  border: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: center !important;
  outline: none;
}

#list-countries ul.thumbnails.image_picker_selector li .thumbnail.selected {
  background: #f9f9f9;
  border: none !important;
  color: #5e5d5d;
  border-radius: 100%;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x))
    translateY(var(--transform-translate-y)) rotate(var(--transform-rotate))
    skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y))
    scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  outline: none;
  height: 8rem;
}

#list-countries textarea:focus,
#list-countries input:focus {
  outline: none;
}

#list-countries p {
  text-align: center !important;
  padding: 0.2rem;
  font-size: 0.9rem;
}

#list-countries img.image_picker_image {
  cursor: pointer;
  width: 4rem;
  border-color: #ef2b76;
  border-radius: 100%;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x))
    translateY(var(--transform-translate-y)) rotate(var(--transform-rotate))
    skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y))
    scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}
.btn-success {
}
#list-countries ul.thumbnails.image_picker_selector {
  padding-bottom: 2rem;
  /* margin-bottom: 2rem; */
}
#list-countries .thumbnail {
  width: 8rem;
  height: 8rem;
}
#list-countries .custom-control-label::before {
  position: absolute;
  top: 0.175rem;
  left: -1.5rem;
  display: none !important;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.header-rounded {
  border-top-right-radius: 0.4rem;
  border-top-left-radius: 0.4rem;
  padding: 1rem 0;
}
.webform-telephone--wrapper .fieldset-legend {
  padding-left: 4rem;
}

/* End od additional code  */
/* media select */

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: 888;
  width: 25px !important;
  height: 1.175rem;
  opacity: 0;
  background-color: red;
}
.media.media--ratio {
  margin: 2rem 0;
}
/* Sizes */
.w-10 {
  width: 2.5rem;
}
.h-10 {
  height: 2.5rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
/* Bootstrap tweak for container > row > columns */
.no-margin {
  margin: 0px;
}
.no-padding {
  padding: 0px;
}
#front-page {
  overflow-x: hidden;
}

#block-callagenix-content .company-logos .layout-builder__layout {
  padding: 0!important;
}
#main-page {
  background-image: url(../image/left-circle.svg),
    url(../image/circle-main-bcg.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: -10% 20%, 105% 90%;
}


.custom-shape-divider-bottom-1604649488 {
  display: none;
  visibility: hidden;
}
html {
  height: 100%;
  margin: 0;
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #191e23;
  overflow-x: hidden;
  height: 100%;
  margin: 0;
}
.if-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
h1,
.pilaty {
  font-weight: bold;
  font-family: "Pilat-DemiBold";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Pilat-DemiBold";
}
h3 {
  padding-bottom: 1rem;
  font-size: 1.4rem;
}

main a {
  color: #7a19ea;
}
/* Callagenix color palette */
.extra-pinkish {
  color: #ef2b76;
}
.bg-extra-pinkish {
  background-color: #ef2b76;
}
.extra-indigo {
  color: #522eaa;
}
.bg-extra-indigo {
  background-color: #522eaa;
}
.extra-cyan {
  color: #029cfe;
}
.extra-cyana {
  color: #4e1bfe;
}
.bg-extra-cyana {
  background-color: #4e1bfe;
}
.bg-extra-cyan {
  background-color: #199cfe;
}
.extra-green {
  color: #10e2b9;
}
.bg-extra-green {
  background-color: #10e2b9;
}
.bg-extra-enque {
  background-color: #F5FBFF;
}
.bg-extra-footer {
  background-color: #3b14bf;
}
.extra-footer {
  color: #3b14bf;
}
.extra-deepblue {
  color: #270e7f;
}
.bg-extra-deepblue {
  background-color: #270e7f;
}
.extra-deeppink {
  color: #ef2b76;
}
.bg-extra-deeppink {
  background-color: #ef2b76;
}
.extra-lavender {
  color: #e6dcff;
}
.bg-extra-lavender {
  background-color: #e6dcff;
}
.extra-blueviolet {
  color: #7a19ea;
}
.bg-extra-blueviolet {
  background-color: #7a19ea;
}
.bg-extra-lgray {
  background-color: #f7fafc;
}
.bg-brand-values {
  background: transparent
    radial-gradient(closest-side at 52% 58%, #029cfe 0%, #4e1bfe 100%) 0% 0%
    no-repeat padding-box;
  opacity: 1;
}

/* slide */
.slick-track {
  display: flex !important;
}
.slick-track .slick-slide {
  display: flex !important;
  height: auto !important;
  align-items: center !important;
  justify-content: center !important;
}

/* header */
.assistant a.dropdown-toggle {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 9999px;
  padding-top: 2px;
  margin-top: 6px;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x))
    translateY(var(--transform-translate-y)) rotate(var(--transform-rotate))
    skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y))
    scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}
.assistant a.dropdown-toggle:hover {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.custom-toggler.navbar-toggler {
  border-color: rgb(255, 102, 203) !important;
}




@media (max-width: 1054px) {
  #header-brand img.logo {
    max-height: 40px;
    min-width: 30px;
    margin-top: 0.8rem;
  }

  #header-brand a.navbar-brand {
    font-size: 1.5rem !important;
  }
  .right-one {
    padding-bottom: 0.9rem !important;
  }
  .left-one {
    padding-top: 0.5rem !important;
  }
  .nav-link {
    display: block;
    padding: 0.5rem 0.3rem;
  }

}
@media (min-width: 1054px) {
  #header-brand img.logo {
    max-height: 50px;
    min-width: 40px;
    margin-top: 0.8rem;
  }
}
@media (max-width: 992px) {
  .foot-logo {
  }
}



#header-menu .logo {
  max-height: 50px;
  min-width: 40px;
  padding: 0;
}

#header-brand a.navbar-brand {
  font-weight: 500;
  color: black !important;
  font-size: 2.25rem;
  text-transform: lowercase;
  text-decoration: none;
  font-family: "PilatExtended-DemiBold";
  padding-top: 0.6rem;
}

.main-page-body,
.news-page-body {
  background-image: url(img/left-circle.svg), url(img/circle-main-bcg.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: -10% 10%, 105% 90%;
}
/* Front page */
.section-page-front hr {
  background-color: white;
}

.block-inline-blockcallagenix-promo-block {
  padding-top: 3%;
}
.block-inline-blockcallagenix-promo-block h1 {
  color: white;
  font-size: 3rem;
  margin-bottom: 2rem;
}
.block-inline-blockcallagenix-promo-video-block {
  padding-bottom: 15%;
  position: relative;
}
.block-inline-blockcallagenix-promo-block .btn-success {
  margin-top: 2rem;
  float: left;
  margin-left: 0;
}

.block-inline-blockcallagenix-promo-block a.btn-success {
  text-decoration: none!important;
  padding: 0.6rem 1.5rem 0.7rem;
  margin: 2rem 0;
}
.uk-numbers .btn-success,
.int-num-front .btn-success,
.biz-front .btn-success,
.solution-front .btn-success {
  margin-left: 0;
}
.field--name-field-promo-link a {
  float: right;
  padding-right: 30%;
  padding-top: 8%;
  color: white;
}
.field--name-field-promo-link a::after {

}
.field--name-field-promo-text {
  padding-right: 20%;
}
.field--name-field-promo-image {
}
.field--name-field-promo-image img,
.field--name-field-side-number-image img {
  width: 100%;
  padding-left: 3rem;
    padding-top: 3rem;
}

/* front page UK Numbers */

.field--name-field-media-svg img {
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
}
.field--name-field-side-number-title {
  padding-top: 1rem;
  font-size: 2.3rem;
  font-family: "Pilat-DemiBold";
}
.field--name-field-side-numbers-info-text {
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity));
  padding: 1rem 0 2rem;
}
.promo-front,
.uk-numbers,
.int-num-front,
.voip-front,
.biz-front,
.solution-front,
.bvalues-front,
.news-front {
  padding: 6rem 0;
}
.promo-front .container {
  padding-bottom: 4rem;

}

.promo-front {
  background-image: url(../image/blue-circle.svg);
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-position: right center;
}
.company-logos {
  padding-top: 10%;
}
.case-front {
  padding-bottom: 5%;
}
.field--name-field-brand-values-list-title {
  font-size: 1.5rem;
  padding-bottom: 1.2rem;
  font-weight: 700;
  font-family: "Pilat-DemiBold";
  color: white;
}
.field--name-field-brand-values-list-text {
  color: white;
  font-family: "Roboto", sans-serif;
  width: 266px;
}
.field--name-field-brand-value-list-icon .field--type-svg-image-field {
  height: 12vh;
}
/* brand slider  */
.customer-logos {
  background-color: #4e1bfe;
}
/* Slider */
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* buttons */
.btn {
  font-weight: normal;
}
.btn-warning {
  background-color: #10e2b9;
  color: #4e1bfe;
  text-transform: uppercase;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 9999px;
  border: 0;
}
.btn-info {
  color: #fff;
  background-color: #ef2b76;
  border-color: #ef2b76;
  padding: 0.7em 0.5em 0.5em 0.7em;
  width: 60px;
  height: 60px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-radius: 50% !important;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x))
    translateY(var(--transform-translate-y)) rotate(var(--transform-rotate))
    skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y))
    scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}
/* .btn-info:hover,
.btn-info:active {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  background-color: #ef2b76;
  border-color: #ef2b76;
  --transform-translate-y: 0.25rem;
  margin-top: 0.25rem;
} */
.block-inline-blockcallagenix-promo-video-block .btn-info {
  position: absolute;
  left: 50%;
  --transform-translate-y: 350%;
}

.btn-success {
  color: #fff;
  font-weight: normal;
  background-color: #ef2b76;
  border-color: #ef2b76;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x))
    translateY(var(--transform-translate-y)) rotate(var(--transform-rotate))
    skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y))
    scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}
.btn-success:hover,
.btn-success:active {
  color: #fff;
  background-color: #ef2b76;
  border-color: #ef2b76;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --transform-translate-y: 0.25rem;
}
.field--name-field-cta-button .btn-success {
  padding: 0.3rem 2rem;
}
.block-inline-blockcustom-text-box {
  background-color: #f9f9f9;
  padding: 2rem;
  border-radius: 12px;
  margin: 0 1rem;
}
.text-align-center {
  text-align: center !important;
}
/* News Cat Block */
.news-on-the-block .media.media--ratio {
  margin: 0 !important;
}
#block-newscategories-2 {
  background-color: #00000029;
  padding: 1.2rem;
  border-radius: 5px;
  margin-top: 2rem !important;
}
#block-newscategories-2 ul {
  padding-left: 1rem;
}
#block-newscategories-2 h2 {
  padding-bottom: 1rem;
  border-bottom: thin white solid;
  font-size: x-large;
}
.news-on-the-block {
  color: #808080;
  text-align: left;
  padding-bottom: 2rem;
}

/* ASIDE */
#content-aside .block h2:before {
  content:none!important;
  width: 0;
  height: 0;
  display: none!important;
}
aside.sticky-top {
  z-index: 0;
  top: 7rem !important;
}
/* NEWS */
.news-header-block .container {
  padding: 3%;
  height: 200px;
}
.news-header-block h1 {
  color: white !important;
  padding: 3%;
  height: 200px;
}
.news-pages .block-page-title-block {
  display: none !important;
}
.news-pages .views-view-grid .row {
  padding-bottom: 2rem !important;
  padding-top: 2rem !important;
}
.news-pages .media.media--ratio {
  margin: 0rem 0;
}

/* Int Flag Text and Image */

.flag-img-svg {
  width: 32px;
  height: 32px;
}

.dialing-code-h1 {
}

.dialing-code-h2 {
  font-size: 28px;
}
/* int form buttons */
.grey-p {
  color: #717171;
  font-size: 1.125rem;
}
span.fieldset-legend {
  color: #000000;
  font-size: 1.25rem;
}
#edit-uk-reg--wrapper .grey-p {
  font-size: 1.125rem;
}
#edit-contact-number--wrapper span.fieldset-legend {
  color: #191e23;
  font-size: 1rem;
}
#edit-more-info summary {
  color: #717171;
  font-size: 1.125rem;
}

label.webform-options-display-buttons-label.custom-control-label.option {
  border: 1px solid #aaa !important;
  border-radius: 5px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  color: #050505;
  display: block;
  box-sizing: content-box;
  width: 10rem;
  white-space: initial;
}

label.webform-options-display-buttons-label.custom-control-label.option {
  border: 1px solid #c1c1c1!important;
  border-radius: 5px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  color: #050505;
  font-weight: 500;
}

label.webform-options-display-buttons-label.custom-control-label.option a {
  color: #050505;
}

.form-item-number
  label.webform-options-display-buttons-label.custom-control-label.option,
.form-item-_33-numbers
  label.webform-options-display-buttons-label.custom-control-label.option,
.form-item-_3-numbers
  label.webform-options-display-buttons-label.custom-control-label.option,
.form-item-_872-numbers
  label.webform-options-display-buttons-label.custom-control-label.option,
.form-item-_871-numbers
  label.webform-options-display-buttons-label.custom-control-label.option,
.form-item-_870-numbers
  label.webform-options-display-buttons-label.custom-control-label.option,
.form-item-_844-numbers
  label.webform-options-display-buttons-label.custom-control-label.option,
.form-item-_845-numbers
  label.webform-options-display-buttons-label.custom-control-label.option,
.form-item-n0800-numbers
  label.webform-options-display-buttons-label.custom-control-label.option {
  color: #000000;
  text-align: left;
  font-size: 1.125rem;
  border: 1px solid #c6c6c6 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.form-item-n0800-numbers
  label.webform-options-display-buttons-label.custom-control-label.option
  br {
}

.form-item-n0800-numbers
  label.webform-options-display-buttons-label.custom-control-label.option:active,
.form-item-n0800-numbers
  label.webform-options-display-buttons-label.custom-control-label.option:checked:focus,
{
  font-weight: bold !important;
}

label.webform-options-display-buttons-label.custom-control-label.option:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border: 1px solid #462af4 !important;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #462af4;
}
/* label.webform-options-display-buttons-label.custom-control-label.option:active {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border: 1px solid #4e1bfe !important;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #462af4;
  background-image: url("/sites/default/files/2021-12/icon-checked.png");
  background-repeat: no-repeat;
  background-position: 98% 8%;
  background-size: 20px 20px;
} */

label.webform-options-display-buttons-label.custom-control-label.option:active
  a {
  color: #462af4;
}

.webform-options-display-buttons input:checked:focus + label.webform-options-display-buttons-label {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border: 1px solid #4e1bfe !important;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #462af4;
  background-image: url("/sites/default/files/2021-12/icon-checked.png");
  background-repeat: no-repeat;
  background-position: 98% 8%;
  background-size: 20px 20px;
  font-weight: bold !important;
}

.form-item-n0800-numbers input[type="radio"]:checked+label span,
label.webform-options-display-buttons-label.custom-control-label.option:hover span {
background: #F0EEFF;
}


span.uk-num-box {
  padding: 0.2rem 0.6rem;
  background: #f7f7f7;
  border-radius: 5px;
  font-weight: bold;
  color: #050505;
  text-align: left;
  display: inline-block;
  margin-top: 0.2rem;
  font-size: 0.875rem;
}

#views-bootstrap-the-news-page-1 .inner-col,
#views-bootstrap-news-on-the-block-block-1 .inner-col {
  border: 1px solid white !important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  margin-top: 1rem;
  margin-bottom: 1rem;
  background: white;
}

#views-bootstrap-int-flags-page-page-1 .inner-col {
}
.int-flags-text {
  font-size: 0.9rem;
}

.int-flags-cont > a {
  display: block;
}

.int-flags-cont > a:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 5px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
}

#views-bootstrap-testimonials-block-1 .inner-col {
  border-radius: 10px;
  background: white !important;
  -webkit-box-shadow: 0 4px 4px -2px rgb(0 0 0 / 30%);
  box-shadow: 0 4px 4px -2px rgb(0 0 0 / 30%);
  padding: 1rem 1.5rem;
}
#views-bootstrap-testimonials-block-1 .test-title {
  text-align: left;
  padding-bottom: 0!important;
}
#views-bootstrap-the-news-page-1 .inner-col:hover,
#views-bootstrap-news-on-the-block-block-1 .inner-col:hover {
  margin-top: 0.5rem !important;
  transition-property: all;
  transition-delay: 100ms;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.inner-col .news-img img {
  transition: transform 0.5s ease-in-out;
}
.inner-col:hover .news-img img {
  transform: scale(1.4) rotate(15deg);
  color: #7a19ea;
}

.inner-col:hover .news-date {
  color: #7a19ea;
}
.inner-col .news-title {
  font-family: "Pilat-Light";
  font-weight: bold;
  letter-spacing: 0.05rem;
  padding: 2rem 2rem 1rem!important;
  color: #848484;
}
.inner-col .news-title a{
  color: #848484;
  font-size: 1.1rem;
}
#views-bootstrap-news-on-the-block-block-1 .inner-col:hover .news-title a{
 color: #000000;
}
.inner-col .news-body {
  padding: 1rem 2rem 2rem!important;
}
.inner-col .news-date {
  padding: 0 2rem 2rem;
}

/* Testimonial BLOCK */
.test-on-the-block {
  margin-top: -8rem;
}
.block-test-col .inner-col {
  background-color: white;
  border-radius: 0.5rem;
  text-align: center;
}
.block-test-col .test-body {
  text-align: center !important;
}

/* Main menu temporary until mega menu comes */


/* @keyframes fade {
    0%,100% { opacity: 0 }
    50% { opacity: 1 }
  } */
/* step 3 */
/* #navigation > li.assistant ul {
    z-index: 987;
    width: 16em;
    margin: 0;
    padding: 0.4rem 0.5rem 0.3rem 0.5rem;
    list-style: none;
    background:red;
    color: #5E5D5D;
    position: absolute;
    top: -1000em;
    border-radius: 0.5rem;
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    } */


.intc a {
  color: white;
}
.intc hover:a {
  color: white;
  text-decoration: none;
}
.left-one {
}
.right-one {
  z-index: 2020;
  padding-top: 0.9rem;
}
.right-one a {
  color: #191e23 !important;
}
.right-one a:hover {
  color: #8a939c !important;
}
/* logo footer */
#block-callagenix-sitebranding {
  margin-top: -1.1rem;
}


/* .block-inline-blockcustom-text-box ul {
    list-style: none;
    padding: 0;
  }
  .block-inline-blockcustom-text-box li {
    padding-left: 1.3em;
  } */
/* .block-inline-blockcustom-text-box li:before {
    content: "";
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: blue;
    fill: currentColor;
  } */
.block-inline-blockcustom-text {
  margin: 0 1rem;
  padding: 0.5rem;
}
.block-inline-blockcustom-cta {
  padding: 1rem 0;
}
.block-inline-blockcustom-cta h2,
.block-inline-blockcustom-cta h3,
.block-inline-blockcustom-cta h4 {
  padding: 1.5rem 0;
}

.block-inline-blockcustom-cta p {
  padding: 1rem 0;
}
/*  */

/* sections color typography */

.uk ul,
.international ul,
.voip ul,
.business ul,
.solutions ul {
  list-style: none;
}
.uk h2,
.international h2,
.voip h2,
.business h2,
.solutions h2 {
  padding-bottom: 1rem !important;
}
main .international a {
  color: #ef2b76 !important;
  text-decoration: none;
}
main .uk a {
  color: #029cfe !important;
  text-decoration: none;
}
main .voip a {
  color: #10e2b9 !important;
  text-decoration: none;
}
main .business a {
  color: #4e1bfe !important;
  text-decoration: none;
}
main .solutions a {
  color: #7a19ea !important;
  text-decoration: none;
}
main p a {
  text-decoration: underline!important;
}
.international h4,
a.international {
  color: #ef2b76 !important;
  padding-bottom: 1rem !important;
}
.uk h4,
a.uk {
  color: #029cfe !important;
  padding-bottom: 1rem !important;
}
.voip h4,
a.voip {
  color: #10e2b9 !important;
  padding-bottom: 1rem !important;
}
.business h4,
a.business {
  color: #4e1bfe !important;
  padding-bottom: 1rem !important;
}
.solutions h4,
a.solutions {
  color: #7a19ea !important;
  padding-bottom: 1rem !important;
}
.international h4,
a.international {
  color: #ef2b76 !important;
  padding-bottom: 1rem !important;
}
.international h5 {
  color: #ef2b76 !important;
  font-size: 1rem;
}
.uk h5 {
  color: #029cfe !important;
  font-size: 1rem;
}
.voip h5 {
  color: #10e2b9 !important;
  font-size: 1rem;
}
.business h5 {
  color: #4e1bfe !important;
  font-size: 1rem;
}
.solutions h5 {
  color: #7a19ea !important;
  font-size: 1rem;
}
.international h6 {
  color: #ef2b76 !important;
  text-shadow: 2px 2px 3px #dee2e6;
  padding-bottom: 0rem !important;
  padding-left: 2.5rem;
}
.uk h6 {
  color: #029cfe !important;
  text-shadow: 2px 2px 3px #dee2e6;
  padding-bottom: 0rem !important;
  padding-left: 1rem;
}
.voip h6 {
  color: #10e2b9 !important;
  text-shadow: 2px 2px 3px #dee2e6;
  padding-bottom: 2rem !important;
  padding-left: 2.5rem;
}
.business h6 {
  color: #4e1bfe !important;
  text-shadow: 2px 2px 3px #dee2e6;
  padding-bottom: 2rem !important;
  padding-left: 2.5rem;
}
.solutions h6 {
  color: #7a19ea !important;
  text-shadow: 2px 2px 3px #dee2e6;
  padding-bottom: 2rem !important;
  padding-left: 2.5rem;
}

.international ul li::before {
  color: #ef2b76;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  background-image: url("../image/check-circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 2em;
  filter: invert(29%) sepia(68%) saturate(4366%) hue-rotate(321deg)
    brightness(97%) contrast(93%) !important;
}
.price ul li::before {
  color: #029cfe !important;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  background-image: url("../image/check-circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 2em;
  filter: invert(47%) sepia(44%) saturate(2355%) hue-rotate(200deg)
    brightness(96%) contrast(95%) !important;
}
.uk ul li::before {
  color: #029CFE;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  background-image: url("../image/check-circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 2em;
  filter: invert(50%) sepia(86%) saturate(3906%) hue-rotate(182deg) brightness(104%) contrast(103%) !important;
}

.uk ul,
.price ul,
.voip ul,
.business ul,
.solutions ul,
.international ul
 {
  text-indent: -32px; /* key property */
  margin-left: 20px; /* key property */
}
.tabs ul {
  text-indent: 0!important;
  margin-left: 0!important;
}
.uk ul::marker {
  content: url(../image/check-circle.svg);
  /* list-style-image: url('../image/check-circle.svg'); */
  filter: invert(50%) sepia(86%) saturate(3906%) hue-rotate(182deg)
    brightness(104%) contrast(103%) !important;
}

.voip ul li::before {
  color: #10e2b9;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  background-image: url("../image/check-circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 2em;
  filter: invert(67%) sepia(87%) saturate(2040%) hue-rotate(119deg)
    brightness(105%) contrast(87%) !important;
}

.business ul li::before {
  color: #4e1bfe;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  background-image: url("../image/check-circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 2em;
  filter: invert(16%) sepia(91%) saturate(6092%) hue-rotate(256deg)
    brightness(94%) contrast(115%) !important;
}

.solutions ul li::before {
  color: #7a19ea;
  content: "";
  display: inline-block;
  height: 1em;
  width: 1em;
  background-image: url("../image/check-circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 2em;
  filter: invert(18%) sepia(93%) saturate(6881%) hue-rotate(270deg)
    brightness(92%) contrast(101%) !important;
}
/* clean content admin links */

#block-callagenix-local-tasks ul li::before {
  content: unset !important;
  height: 0rem !important;
  background-image: unset !important;
}
#block-callagenix-local-tasks a {
  text-decoration: none;
  color: #33a1fd !important;
}
#block-callagenix-local-tasks li.active a {
  color: #fff !important;
}
.vertical-tabs__menu-item ::before {
  content: unset !important;
  height: 0rem !important;
  background-image: unset !important;
}

#page-content ul {
  padding-left: 1rem !important;
  list-style-type: none;
}

.international a.btn-success {
  background-color: #ef2b76 !important;
  border-color: #ef2b76 !important;
  color: white !important;
  text-decoration: none!important;
  padding: 0.6rem 3.5rem 0.7rem;
    margin: 0 1.5rem;
}
.uk a.btn-success {
  background-color: #029cfe !important;
  border-color: #029cfe !important;
  color: white !important;
  text-decoration: none!important;
  padding: 0.6rem 3.5rem 0.7rem;
    margin: 0 1.5rem;
}
.voip a.btn-success {
  background-color: #10e2b9 !important;
  border-color: #10e2b9 !important;
  color: white !important;
  text-decoration: none!important;
  padding: 0.6rem 3.5rem 0.7rem;
    margin: 0 1.5rem;
}

.voip .btn-info {
  color: #10e2b9;
  font-weight: normal;
  background-color: #fff;
  border-color: none;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 10%), 0 10px 10px -5px rgb(0 0 0 / 4%);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}

.business a.btn-success {
  background-color: #4e1bfe !important;
  border-color: #4e1bfe !important;
  color: white !important;
  text-decoration: none!important;
}
.solutions a.btn-success {
  background-color: #7a19ea !important;
  border-color: #7a19ea !important;
  color: white !important;
  text-decoration: none!important;
  padding: 0.6rem 3.5rem 0.7rem;  
    margin: 0 1.5rem;
}
/* Region */
.maina-page .region-content {
  padding-bottom: 1.5rem;
}
/* scrollbar */
.international ::-webkit-scrollbar-thumb {
  background-color: #ef2b76 !important;
  border-radius: 0;
  border: 3px solid transparent;
}

.field--name-field-mission-title {
  color: white;
  text-transform: none;
  font-family: "Pilat-DemiBold";
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.4;
  padding: 2rem 0;
}
.field--name-field-like-us-title {
  color: #10e2b9;
  font-style: italic;
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  padding-bottom: 10%;
}
.block-inline-blockbrand-values-list {
  float: left;
  width: 33%;
  padding: 2rem;
  height: 300px;
}
@media (max-width: 992px) {
  .block-inline-blockbrand-values-list {
    float: left;
    width: 50%;
    padding: 2rem;
    height: 300px;
  }
}
@media (max-width: 768px) {
  .block-inline-blockbrand-values-list {
    float: left;
    width: 100%;
    padding: 2rem;
    height: 300px;
  }
}
/* news page */
.news-inline-row {
  float: left;
  width: 45%;
  margin: 1rem;
  height: 500px;
}
.news-inline-row:hover {
}
@media (max-width: 1204px) {
  .news-inline-row {
    float: left;
    width: 100%;

    height: 300px;
  }
}

.field--name-field-only-title {
  font-family: "Pilat-DemiBold";
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 2.7rem;
}
.block-inline-blockcase-studies {
  float: left;
  width: 33%;
  padding: 2rem;
}
@media (max-width: 992px) {
  .block-inline-blockcase-studies {
    width: 100%;
    padding: 2rem;
  }
}
.block-inline-blockcase-studies .field--type-svg-image-field img {
  width: 32px;
}
.block-inline-blockbrand-values-info {
}
.field--name-field-case-studies-text {
  color: white;
}
.field--name-field-case-studies-client {
  color: white;
}
.block-inline-blockcase-studies .field--name-field-case-studies-client {
  font-weight: bold;
  padding: 0 0 1rem;
}
.block-inline-blockcase-studies {
  text-align: center;
}
/* Shape divider After promo */
.custom-shape-divider-bottom-1604649488 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-bottom-1604649488 svg {
  position: relative;
  display: block;
  width: calc(300% + 1.3px);
  height: 150px;
}

.custom-shape-divider-bottom-1604649488 .shape-fill {
  fill: #ffffff;
}
/* divider before companies */
.custom-shape-divider-bottom-1604954663 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1604954663 svg {
  position: relative;
  display: block;
  width: calc(300% + 1.3px);
  height: 150px;
}

.custom-shape-divider-bottom-1604954663 .shape-fill {
  fill: #4e1bfe;
}
/* backtop button */
#backtotop {
  background: url(/modules/back_to_top/backtotop.png) no-repeat center center;
  border: 0;
  bottom: 20px;
  cursor: pointer;
  display: none;
  height: 70px;
  position: fixed;
  right: 20px;
  text-indent: -9999px;
  width: 70px;
  z-index: 300;
  background-color: none !important;
}
/* brand slider  */
.logoes-front-blocka .block-inline-blockcustom-text {
  margin: 0 1rem;
  padding-bottom: 0rem !important;
}

.brands {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
}

.brands_slider_container {
  height: 130px;
  border: solid 0px #e8e8e8;
  padding-left: 97px;
  padding-right: 97px;
}

.brands_slider {
  height: 100%;
  margin-top: 50px;
}

.brands_item {
  height: 100%;
}

.brands_item img {
  max-width: 100%;
}

.brands_nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 5px;
  cursor: pointer;
}

.brands_nav i {
  color: #e5e5e5;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.brands_nav:hover i {
  color: #676767;
}

.brands_prev {
  left: 40px;
}

.brands_next {
  right: 40px;
}
/* Header attached */
.attached-header {
  color: white;
  padding: 3%;
  height: 200px;
}
.attached-header .heading-on {
  color: white;
  font-size: 2.25rem;
  width: 56%;
}
.attached-header .uk-numy {
  color: white;
  font-family: "Pilat-Light";
  font-size: 1.875rem;
  text-transform: capitalize;
}

/* for UK header two capitalize */
.attached-header .uk-numy:nth-letter(7){
  text-transform: capitalize;
}
.tag-pages {
  padding: 2rem 0;
}

@media (min-width: 1200px) {
  .header-uk {
    background-image: url(../image/header-uk.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto;
  }
  .header-int {
    background-image: url(../image/header-international.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto;
  }
  .header-voip {
    background-image: url(../image/header-voip.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto;
  }
  .header-biz {
    background-image: url(../image/header-business-cont.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto;
  }
  .header-solutions {
    background-image: url(../image/header-solutions.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto;
  }
  .header-how {
    background-image: url(../image/header-how-it-works.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto;
  }
  .foot-logo {
    padding-top: 0.25rem;
  }
  .foot-menu1 {
  }
  .foot-menu2 {
  }
  .foot-soc {
  }
}

/* Footer */
/*// Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
  .foot-logo {
    margin-top: 2rem;
  }
  .foot-menu1 {
    text-align: right;
  }
  .foot-menu2 {
  }
  .foot-soc {
    text-align: right;
    margin-top: -3.7rem;
  }
}
/* @media (min-width: 576px) {
  .foot-logo {
    margin-top: 2rem;
  }
  .foot-menu1 {
    text-align: right;
  }
  .foot-menu2 {

  }
  .foot-soc {
    text-align: right;
    margin-top: -3.7rem;
  }
 }


@media (min-width: 768px) {
  .foot-logo {
    margin-top: 2rem;
  }
  .foot-menu1 {
    text-align: right;
  }
  .foot-menu2 {

  }
  .foot-soc {
    text-align: right;
    margin-top: -3.7rem;
  }
 }

@media (min-width: 992px) {
  .foot-logo {
    padding-top: 1.25rem;
  }
  .foot-menu1 {
    text-align: left;
  }
  .foot-menu2 {

  }
  .foot-soc {
    text-align: right;
  }
 } */

/* // Large devices (desktops, 992px and up) */
@media (max-width: 1200px) {
  .foot-logo {
    padding-top: 1.25rem;
    direction: rtl;
    margin-top: 0rem;
  }
  .foot-menu1 {
    text-align: right;
  }
  .foot-menu2 {
  }
  .foot-soc {
    text-align: left;
    margin-top: 0rem;
  }
  #page-footer-sub {
    font-size: 0.8rem;
  }
  footer #block-callagenix-sitebranding img {
    margin-left: 1rem;
  }
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .foot-logo {
    padding-top: 0.25rem;
    margin-top: 0rem;
  }
  .foot-menu1 {
    padding-left: 3rem;
  }
  .foot-menu2 {
  }
  .foot-soc {
    text-align: left;
    margin-top: 0rem;
  }
}

#block-followus {
}
#page-footer {
  background-image: url(../image/circle-main-bcg.svg),
    url(../image/circle-main-bcg.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: -7% 10%, 105% 90%;
  background-color: #270e7f !important;
}
#page-footer-sub {
  background-color: #270e7f !important;
  border-top: 1px solid;
}
#page-footer-sub .bordera {
  border-top: rgba(255, 255, 255, 0.9);
  border-top-width: 1px;
  border-top: solid thin;
}

footer #block-sitebranding {
}
footer #block-callagenix-sitebranding img {
  width: 60px;
}
footer #block-callagenix-sitebranding .site-name {
  font-size: 2rem;
  font-family: PilatExtended-DemiBold;
  color: white;
}
footer #block-callagenix-sitebranding .site-name a {
  color: white;
  text-transform: lowercase;
  font-size: 2rem;
  font-family: PilatExtended-DemiBold;
}
footer h2 {
  color: #fff;
  font-size: 1.5rem;
  border-bottom: none;
  margin-bottom: 0 !important;
  padding-bottom: 0.75rem;
}
footer .nav-link {
  display: block;
  padding: 0 !important;
}

/* custinuzed */

.maina-page #page-content p {
  text-align: inherit;
}



/* Custom Box Block Types */

.block-inline-blockgrey-background-box {
  font-family: "Roboto", sans-serif !important;
  background: #f9f9f9;
  border-radius: 6px;
  padding: 2.1rem;
  margin: 1rem;
  vertical-align: middle;
  width: 75%;
}

.block-inline-blockgrey-background-box a {
  font-family: "Roboto", sans-serif !important;
  color: #029cfe !important;
  text-shadow: none !important;
  text-decoration: none !important;
  line-height: 30px !important;
  padding-left: 1% !important;
}
.block-inline-blockgrey-background-box h1,
.block-inline-blockgrey-background-box h2,
.block-inline-blockgrey-background-box h3,
.block-inline-blockgrey-background-box h4,
.block-inline-blockgrey-background-box h5,
.block-inline-blockgrey-background-box h6 {
  font-family: "Roboto", sans-serif !important;
}

/* ul bulleting styles */
ul {
  /* list-style-position: outside !important; */
}

/* content align */

.text-align-center {
  text-align: center;
}
.maina-page .numbers{
  /* padding-bottom: 4rem; */
}

/* Layout bulder space between sections */
.layout.row.layout-builder__layout {
  padding: 0.6rem 0;
}
.block-layout-builder {
  margin: 0 auto!important;
}

/* uk form style */

#edit-uk-av-num-text {
  max-width: 870px;
  margin: auto;
  padding-bottom: 2rem
}
div#edit-uk-800-text,
div#edit-uk-03-text,
div#edit-uk-033-text,
div#edit-uk-870-text,
div#edit-uk-0872-text,
div#edit-uk-845-text,
div#edit-uk-0871-text,
div#edit-uk-844-text {
  max-width: 870px;
  margin: auto;
  padding-bottom: 1rem;
}

/* content Title from Main menu pages */

#title-lower-padding-bottom {
  margin-bottom: -4rem;
}

.supported-phones {
  padding: 1rem 1.8rem;
  background: #F7F7F7;
  display: block;
  width: fit-content;
  border-radius: 6px;
  margin: 2rem 0 1rem;
}

span.sp-price {
  color: #4E1BFE;
  font-size: 2.3rem;
  font-weight: 600;
  padding-right: 1rem;
}
span.sp-qty {
  color: #4E1BFE;
  font-size: 1rem;
}

.ckeditor-accordion-container > dl {
  position: relative;
  border: none!important;
}
.ckeditor-accordion-container > dl dt.active > a {
  background-color: #2F1196;
  color: #fff!important;
  padding-top: 1.2rem;
}
.ckeditor-accordion-container > dl dt > a {
  display: block;
  padding: 10px 15px 10px 50px;
  background-color: #2F1196;
  color: #fff!important;
  cursor: pointer;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  border-bottom: 1px solid #E6E6E6;
  height: 4rem;
  border-radius: 8px;
  padding-top: 1.2rem;
}
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle {
  display: inline-block;
  position: absolute;
  padding: 0 10px;
  width: 30px;
  height: 30px;
  z-index: 1;
  top: calc(50% - 1px);
  right: 11px!important;
  box-sizing: border-box;
  left: unset!important;
}
.ckeditor-accordion-container > dl dt {
  position: relative;
  padding: 1rem 0;
}


/* Layout Builder Styles */
#layout-builder-modal textarea, #layout-builder-modal select, #layout-builder-modal input[type="date"], #layout-builder-modal input[type="datetime"], #layout-builder-modal input[type="datetime-local"], #layout-builder-modal input[type="email"], #layout-builder-modal input[type="month"], #layout-builder-modal input[type="number"], #layout-builder-modal input[type="password"], #layout-builder-modal input[type="search"], #layout-builder-modal input[type="tel"], #layout-builder-modal input[type="text"], #layout-builder-modal input[type="time"], #layout-builder-modal input[type="url"], #layout-builder-modal input[type="week"] {
  color: black;
  padding: 0.65rem 1rem;
  height: auto;
  vertical-align: middle;
  border-radius: 8px;
  border: 2px solid #727579;
  background-color: transparent;
}
.layout-builder__layout table {
  margin: auto;
}
/* additional button styles */
.btn-primary {
  color: #10e2b9;
  background-color: #fff;
  border-color: #fff;
  text-decoration: none!important;
}
.btn-primary:hover {
  color: #fff!important;
  background-color: #270e7f;
  border-color: #fff;
}

/* login pages */

.ifull {
  margin: 0 auto;
  text-align: center;
  padding: 2%;
}
.iframe_title {
  display: none;
}

/* probably last changes */

.enquire-block._none.wra-class {
  background: #F1F9FF;
  margin: 0 17vw;
  text-align: center;
  padding: 2.5rem;
  border-radius: 6px;
  margin-bottom: 5rem;
}

.enquire-block._none.wra-class .block-inline-blockcustom-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.nobg-block, .grey-bg-block, .choose-one-nobg {
  padding: 3rem 0;
}

.nobg-block .container, .grey-bg-block .container {
  padding: 0 3rem;
}

.layout-builder__section .wra-class .container {
  padding: 0 2rem;
}

.working .wra-class .container .row,
.international .wra-class .container .row,
.custom .wra-class .container .row,
.voip .wra-class .container .row,
.solutions .wra-class .container .row {
  padding: 0 3rem;
}

.working .wra-class .container .row > *,
.international .wra-class .container .row > *,
.custom .wra-class .container .row > *,
.voip .wra-class .container .row > *,
.solutions .wra-class .container .row > *{
  padding: 0 2rem;
}

.working .svg-inline--fa {
  color: #10e2b9;
}

.attached-header {
  padding: 2rem;
}


.international .enquire-block {
  background-color:rgba(239, 43, 118, 0.06)!important;
}

.international .wra-class .container .row .col-12 {
  
}
a.btn-success {
  text-decoration: none!important;
  padding: 0.6rem 3.5rem 0.7rem;
  margin: 0 1.5rem;
}

article.node img {
  /* margin: 1vh 1rem; */
}


/* table addition settings */

.td-list-two th, .td-list-two th, .td-list th, .td-list th {
  /* border-radius: 6px; */
}
/* .td-list-two tbody > tr > :nth-child(1), .td-list tbody > tr > :nth-child(1) {
  padding: 2rem;
  border-radius: 6px;
  margin: 0 1rem;
} */


.td-list-two a.btn-success, .td-list a.btn-success {
  width: max-content!important;
}

.td-list-two table{

}

.td-list thead > tr, .td-list-two thead > tr  {
  text-align: center;
}
.td-list tbody > tr > :nth-child(1), .td-list-two tbody > tr > :nth-child(1) {
  font-weight: bold;
  width: 20%;
  text-align: left;
}
.td-list td:first-child,
.td-list th:first-child,
.td-list-two td:first-child,
.td-list-two th:first-child {
  padding: 2rem;
}
#node-121 .td-list td:last-child,
#node-121 .td-list th:last-child,
#node-121 .td-list-two td:last-child,
#node-121 .td-list-two th:last-child {
  padding: 2rem;
}

#node-669 thead.td-list td:last-child,
#node-669 thead.td-list th:last-child,
#node-669 thead.td-list-two td:last-child,
#node-669 thead.td-list-two th:last-child {
  border-radius: 10px;
  padding: 2rem;
}


.td-list tbody > tr > :nth-child(1),
.td-list-two tbody > tr > :nth-child(1) {
  border-radius: 10px 0 0 10px!important;
} 
.td-list-two tbody > tr > :nth-child(2) {
  border-radius: 0 10px 10px 0!important;
}
.td-list tbody > tr > :nth-child(3),
.td-list thead > tr > :nth-child(3) {
  border-radius: 0 10px 10px 0!important;
}

.td-list thead > tr > :nth-child(1) {
  border-radius: 10px 0 0 10px!important;
}

/* #node-669 .td-list th,
#node-669 .td-list-two th {
  padding: 1.5rem;
  background-color: #027ce1;
  color: #eee !important;
  font-size: 1.5rem;
  border-radius: 10px;
} */

#node-669 .td-list-two th, 
#node-669 .td-list-two th {
  border-radius: 6px!important;
}



/* image settings  */

.solutions .b-responsive {
  width:340px; 
  height: auto;
}


/* price table */

table.price-table {
}

table.price-table th,
table.price-table td {
  padding: 1rem;
  border-left:solid #E6E6E6 1px;
  border-top:solid #E6E6E6 1px;
}

table.price-table th {
  border-top: none;
  background: #E6E6E6;
}

table.price-table td:first-child, table.price-table th:first-child {
  border-left: none;
}

table.price-table th:first-of-type {
  border-top-left-radius: 10px;
}
table.price-table th:last-of-type {
  border-top-right-radius: 10px;
}
table.price-table tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 10px;
}
table.price-table tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 10px;
}
/* table.price-table {
  border-style: hidden;
}

table.price-table td, table.price-table th {
    border-left: 1px solid #F9F9F9;
}
  table.price-table { 
  border: 1px solid #F9F9F9;
  border-radius: 13px; 
  border-spacing: 0;
  }
table.price-table td, 
table.price-table th { 
  border-bottom: 1px solid #F9F9F9;
  padding: 10px; 
  }
table.price-table th {
  background: #F9F9F9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  }
table.price-table tr:first-child th {
  border-top: 0;
}
table.price-table tr:last-child td {
  border-bottom: 0;
}
table.price-table tr td:first-child,
table.price-table tr th:first-child {
  border-left: 0;
}
table.price-table tr td:last-child,
table.price-table tr th:last-child {
  border-right: 0;
}
  
table.price-table tr:last-child > td {
  border-bottom: none;
}
   */

   .bg-extra-lngray {
     background: #F9F9F9;
   }

   #block-pagetitle-2 > div {
     
   }
   .testimonial-rating {
    padding: 0.4rem 0.9rem;
}
.social-icons-bot a {
  padding: 0 0.6rem 0 0;
  line-height: 3rem;
}
.social-icons-bot {
  padding: 0 4rem 0 0;
}
.blazy--field-case-studies-icon---custom {
  height: 4rem!important;
}

.blazy--field-case-studies-icon---custom img{
  margin: 0 auto;
}
.bg-brand-values img {
  width: 47px;
}

.promo a.btn-success {

}

.first-news-page, .first-news-page p {
  color: #777777!important;
}
.first-news-page .card {
  border: none!important;
}
.first-news-page .news-category a{
  text-decoration: none!important;
  font-size: 0.9rem;
    font-weight: 500;
}

.first-news-page .news-date {
  color: #4E1BFE;
  font-size: 13px!important;
    padding: 0!important;
}
.first-news-page .card-title {
  color: #000;
  padding: 1rem 0 0.2rem;
}
.first-news-page .card-title a{
  color: #000;
}
.first-news-page .card-body {
padding: 0.2rem 1rem;
}

.first-news-page p.written-news {
  font-weight: 600;
}

.first-news-page p.news-text {
  padding: 0 7rem 1.8rem 0;
  text-align: left!important;
}
.first-news-page .news-img img, .first-news-page .news-img .media {
  max-height: 42vh!important;
  height: 30vh!important;
}
.news-pages .attachment.attachment-before {
  height: 35vh;
}

.first-news-page p.news-more a {
  color: #029CFE;
  text-decoration: none!important;
  font-weight: 500;
}
.news-pages #page-content {
  padding: 3rem 0 5rem 0!important;
}

#block-views-block-news-taxonomy-block-1 h2 {
  padding-bottom: 1rem;
  border-bottom: thin white solid;
  font-size: x-large;
}

.news-taxonomy-block {
  padding: 1rem 0;
}

.news-box {
  padding-top: 1rem!important;
}

#content-aside div[id^="block-"], #content-aside nav[id^="block-"] {
  background-color: #f8f9fa;
  padding: 0 1rem;
  border-radius: 0.2rem;
  margin-bottom: 0.75rem;
  margin-top: 0!important;
  padding-top: 1rem!important;
}

#block-newscategories-2-menu::after {
  content:" \002630";
  color: #4E1BFE;
  font-size: 1rem;
}
.news-box h2::after {
  content: " #";
  color: #4E1BFE;
  font-size: 1rem;
}
.news-pages img {
  padding-bottom:2rem ;
}

.news-pages .node__content {
  padding: 0 3rem;
}

.news-pages .node__content p{
  text-align: left!important;
}
.news-pages .node__submitted {
  padding: 0 3rem;
}
.addtoany_list {
  padding: 1.5rem 0;
    display: block;
}
.addtoany_list .a2a_svg {
  border-radius: 30px!important;
}

.news-title-pages {
  padding: 3rem 4rem 0;
}
.news-title-pages h1.page-title {
  font-size: 2.375!important;
}

#block-pagetitle-3 h1.js-quickedit-page-title.page-title {
  font-size: 2.375!important;
}
h1 {
  font-size: 2.375!important;
}
.news-title-category {
  color: #4E1BFE;
  font-size: 2.125rem;
  font-family: 'Pilat-Light';
  font-weight: 300;
}
.news-section-wrapper {
  background-size: 69%!important;
}

/* Confirmation form */
.webform-confirmation {
  padding: 0 17%;
}
.dynamic-pages div#block-callagenix-page-title {
  padding: 0 10%;
}
.reset-psw div#edit-actions,
.get-in-touch div#edit-actions {
  text-align: left;
}

.reset-psw .dynamic-box2, .other-forms .dynamic-box2 {
  margin: 0;
}

.get-in-touch .inner-dynamix-box {
  padding: 0.3rem 0;
}

.get-in-touch .dynamic-box2 {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 1rem !important;
  margin: 0 4rem;
}

.get-in-touch .form-actions .button {
  margin-left: 4rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

#edit-uk-033,
#edit-uk-03,
#edit-uk-800,
#edit-uk-844,
#edit-uk-845,
#edit-uk-870,
#edit-uk-871 {
  padding-bottom: 5rem;
}

.contextual-region .contextual .contextual-links a {
  color: #333!important;

}

.popup-content.info.eu-cookie-compliance-content {
  padding-top: 3%;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 16px;
}
.popup-content.info.eu-cookie-compliance-content a {
  color: #4E1BFE;
  text-decoration: none;
}
.popup-content.info.eu-cookie-compliance-content a:hover {
  text-decoration: underline;
}


.disagree-button.eu-cookie-compliance-more-button,
.eu-cookie-compliance-agree-button,
.eu-cookie-compliance-default-button,
.eu-cookie-compliance-hide-button,
.eu-cookie-compliance-more-button-thank-you,
.eu-cookie-withdraw-button,
.eu-cookie-compliance-save-preferences-button,
.agree-button.eu-cookie-compliance-secondary-button {
  cursor: pointer;
  margin-right: 5px;
  margin-top: 1em;
  vertical-align: middle;
  overflow: visible;
  width: auto;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #4E1BFE;
  background-image: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: none;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  padding: 0.5rem 3rem;
  text-decoration: none;
  background: #4E1BFE;
  text-shadow: none;
}

.disagree-button.eu-cookie-compliance-more-button:hover,
.eu-cookie-compliance-agree-button:hover,
.eu-cookie-compliance-default-button:hover,
.eu-cookie-compliance-hide-button:hover,
.eu-cookie-compliance-more-button-thank-you:hover,
.eu-cookie-withdraw-button:hover,
.agree-button.eu-cookie-compliance-secondary-button:hover {
  background-color: #fff;
  background-image: none;
  color:#4E1BFE;
}

.sliding-popup p {
  font-size: 3vw;
}

.popup-content.info.eu-cookie-compliance-content {
  display: contents;
}

.eu-cookie-compliance-banner.eu-cookie-compliance-banner-info.eu-cookie-compliance-banner--opt-in {
  padding: 1rem;
}


#popup-buttons {
  padding: 1rem;
}

iframe#iframe-field_iframe-711 {
  border-width: 0;
  width: 100%!important;
}

.international-form-pages .form-check.webform-element--title-inline.js-form-item.form-item.dynamic-box.custom-control.custom-checkbox.js-form-type-checkbox.form-type-checkbox.js-form-item-reserve.form-item-reserve {
  display: none;
}







.single-full-page .top-section {
  background-color: #ef2b76;
  padding: 100px 20px;
  color: #fff;
}
.single-full-page .top-section .field--name-field-top-logo {
  display: block;
  padding-bottom: 16px;
  width: 100%;
}
.single-full-page .top-section h1,
.single-full-page .top-section h2 {
  color: inherit;
  width: 100%;
  display: block;
}

.mid-section {
  color: #000;
  padding: 40px 20px;
}
@media screen and (min-width: 768px) {
  .mid-section {
    padding: 60px 0;
  }
}
.mid-section ul {
  padding: 0 !important;
}
.mid-section ul h5 {
  font-size: 16px !important;
}
.mid-section p a {
  padding-left: 15px;
  background-color: #ef2b76;
  color: #fff;
  padding: 12px 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  text-decoration: none;
}

.bottom-section {
  padding: 40px 20px;
  background-color: #eeeeee;
}
.bottom-section .zf-tempHeadBdr h2 em {
  font-style: normal;
}
.bottom-section .zf-subContWrap {
  max-width: 500px;
  margin-top: 20px;
}
.bottom-section .zf-subContWrap ul {
  padding: 0 !important;
}
.bottom-section .zf-subContWrap ul li {
  margin-bottom: 14px;
}
.bottom-section .zf-subContWrap .zf-nameWrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}
.bottom-section .zf-subContWrap .zf-nameWrapper span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding-left: 6px;
  padding-right: 6px;
}
@media screen and (min-width: 576px) {
  .bottom-section .zf-subContWrap .zf-nameWrapper span {
    width: 50%;
  }
}
.bottom-section .zf-subContWrap input {
  width: 100%;
  border: 1px solid #d2d0d0;
  padding: 10px 12px;
  height: auto;
}
.bottom-section .zf-subContWrap input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bottom-section .zf-submitColor {
  padding: 12px 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #ef2b76;
  color: #fff;
  border: none;
}
.bottom-section .zf-submitColor:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-node-type-landing-page #page-content ul {
  padding: 0 !important;
  padding-bottom: 20px !important;
}
.page-node-type-landing-page .site-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-node-type-landing-page .site-logo img {
  margin-right: 10px;
  max-width: 100px;
}
.page-node-type-landing-page .d-flex.flex-row.block-system {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-node-type-landing-page .site-name {
  padding-bottom: 10px;
}
.page-node-type-landing-page .site-name a {
  padding-top: 0;
  font-weight: 500;
  color: white !important;
  text-transform: lowercase;
  text-decoration: none;
  font-family: "PilatExtended-DemiBold";
  padding-top: 0.6rem;
  text-decoration: none;
  font-size: 2rem;
}
@media screen and (min-width: 576px) {
  .page-node-type-landing-page .site-name a {
    font-size: 2.25rem;
  }
}/*# sourceMappingURL=theme.css.map */