/*--------------------------------------------------------------
	Common
--------------------------------------------------------------*/
@font-face {
  font-family: "Exo-ExtraLight";
  src: url('../assets/fonts/Exo-ExtraLight.ttf');
}
@font-face {
  font-family: "Exo-Regular";
  src: url('../assets/fonts/Exo-Regular.ttf');
}
@font-face {
  font-family: "Exo-Medium";
  src: url('../assets/fonts/Exo-Medium.ttf');
}
@font-face {
  font-family: "Exo-Bold";
  src: url('../assets/fonts/Exo-Bold.ttf');
}

:root {
  --isa-midnight: #1C1E2D;
  --isa-mirage: rgba(14,23,44,1);
  --isa-twilight: #26283C;
  --isa-sand: #E2DCCF;
  --isa-lime: #ADCE36;
  --isa-white: #FFFFFF;
  --isa-grey1: #F2ECDE;
  --isa-grey2: #969696;
  --isa-red: #fb621b;
  --isa-button-radius: 30px;
  --isa-box-shadow: 8px 7px 10px 3px rgba(0, 0, 0, 0.2);
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}

body {
  background: #fff;
  font: 400 12px/1.8 "Exo-Regular";
  color: #666;
  -webkit-font-smoothing: antialiased;
}

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

iframe {
  border: 0;
}

.invalid-feedback {font-size:100%;}

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

.align-left {
  text-align: left !important;
}

.position-relative {
  position: relative;
}

.leftauto {
  right: 0 !important;
  left: auto !important;
}

/* Transition elsements */
a,
.btn {
  transition: all 0.125s ease-in-out 0s;
}

.client-logo,
.gallery-caption,
.gallery-image:after,
.gallery-image img,
.price-table,
.team-detail,
.team-image:after,
.work-caption,
.work-image > img,
.work-image:after,
.post-thumbnail,
.post-video,
.post-images-slider {
  transition: all 0.3s ease-in-out 0s;
}

/* Reset box-shadow */
.btn,
.well,
.panel,
.progress,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
  box-shadow: none;
}

/* Reset border-radius */
.well,
.label,
.alert,
.progress,
.form-control,
.modal-content,
.panel-heading,
.panel-group .panel,
.nav-tabs > li > a,
.nav-pills > li > a {
  border-radius: 2px;
}

.pr-remove {
  /*vertical-align: middle !important;*/
  text-align: center;
}

.dotted-border {border-top:1px dotted #c2c2c2;}
.dotted-border-bottom {border-bottom:1px dotted #c2c2c2;}
.modal-backdrop {z-index:0;}
.modal {top:10%;}

.examples {
  border-radius: 2px;
  padding: 7px 5px;
  margin: 0 0 40px;
}

.examples.bg-dark {
  background: #333;
  border: 0;
}

.et-icons .box1 {
  border: 1px solid #e5e5e5;
  display: block;
  width: 25%;
  float: left;
  padding: 0;
  font-size: 13px;
  margin: -1px 0 0 -1px;
}

.et-icons .box1 > span {
  display: inline-block;
  border-right: 1px solid #e5e5e5;
  min-width: 60px;
  min-height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 28px;
  margin-right: 5px;
}

.fa-icons > div {
  padding: 0;
  border: 1px solid #e5e5e5;
  margin: -1px 0 0 -1px;
  font-size: 13px;
}

.fa-icons > div > i {
  display: inline-block;
  margin-right: 5px;
  min-width: 40px;
  min-height: 40px;
  border-right: 1px solid #f1f1f1;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}

.help-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Sections */
/* This adds random gray bar underneath navbar when modal pops up*/
/*.navbar-custom + .main {
  margin-top: 90px;
}*/

.main {
  position: relative;
  background-color: #fff;
  z-index: 1;
}

.module,
.module-small {
  position: relative;
  padding: 70px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* Module header */
.module-small {
  padding: 70px 0;
}

.module-extra-small {
  padding: 25px 0px;
}

.module-medium {
  padding: 75px 0px;
}

.holder-w {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 1px;
  width: 50%;
}

.holder-w:before {
  border-top: 1px solid #eaeaea;
  position: relative;
  display: block;
  content: "";
  top: 1px;
  height: 1px;
  width: 100%;
}

/* Sections dividers */
.divider-w {
  border-top: 1px solid #eaeaea;
  margin: 0;
}

.divider-d {
  border-top: 1px solid #202020;
  margin: 0;
}

/* Half-image */
.side-image {
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.side-image-text {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 140px 60px 140px;
}

/* Dark background */
.bg-dark,
.bg-dark-30,
.bg-dark-60,
.bg-dark-90,
.bg-dark .module-title,
.bg-dark-30 .module-title,
.bg-dark-60 .module-title,
.bg-dark-90 .module-title,
.bg-dark .module-subtitle,
.bg-dark-30 .module-subtitle,
.bg-dark-60 .module-subtitle,
.bg-dark-90 .module-subtitle,
.bg-dark .alt-module-subtitle h5,
.bg-dark-30 .alt-module-subtitle h5,
.bg-dark-60 .alt-module-subtitle h5,
.bg-dark-90 .alt-module-subtitle h5 {
  color: #fff;
}

.bg-dark {
  background-color: #212121 !important;
}

.bg-dark-30:before {
  position: absolute;
  background: rgba(2, 2, 2, 0.2);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-dark-60:before {
  position: absolute;
  background: rgba(34, 34, 34, 0.1);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-dark-90:before {
  position: absolute;
  background: rgba(34, 34, 34, 0.9);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-gradient:before {
  position: absolute;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(40, 115, 113, 0.57) 25%, rgba(115, 54, 31, 0.67) 75%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-8 */
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-light {
  background: #f6f6f6;
}

.parallax-bg {
  background-attachment: fixed;
  background-size: cover;
}

/* Vertical margin, padding */
.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

@media only screen and (max-width: 991px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
 
}

@media only screen and (max-width: 767px) {
    
  /* Move the left sidebar below the main content */
  .sidebar.left, .sidebar.right {order:2;}
  .maincontent {order:1;}  
    
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-10 {
    margin-top: 10px !important;
  }
  .mt-xs-20 {
    margin-top: 20px !important;
  }
  .mt-xs-30 {
    margin-top: 30px !important;
  }
  .mt-xs-40 {
    margin-top: 40px !important;
  }
  .mt-xs-50 {
    margin-top: 50px !important;
  }
  .mt-xs-60 {
    margin-top: 60px !important;
  }
  .mt-xs-70 {
    margin-top: 70px !important;
  }
  .mt-xs-80 {
    margin-top: 80px !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-10 {
    margin-bottom: 10px !important;
  }
  .mb-xs-20 {
    margin-bottom: 20px !important;
  }
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }
  .mb-xs-40 {
    margin-bottom: 40px !important;
  }
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
  .mb-xs-60 {
    margin-bottom: 60px !important;
  }
  .mb-xs-70 {
    margin-bottom: 70px !important;
  }
  .mb-xs-80 {
    margin-bottom: 80px !important;
  }
}

/* Scroll to top */
.scroll-up {
  position: fixed;
  display: none;
  bottom: 7px;
  right: 7px;
  z-index: 999;
}

.scroll-up a {
  background: #fff;
  display: block;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  color: #000;
  opacity: 0.6;
  border-radius: 2px;
}

.scroll-up a:hover,
.scroll-up a:active {
  opacity: 1;
  color: #000;
}

/* Video */
.video-controls-box {
  position: absolute !important;
  bottom: 40px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.video-controls-box a {
  display: inline-block;
  color: #fff;
  margin: 0 5px 0 0;
}

/* Landing Page */
.landing-reason:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(66, 26, 107, 0.9);
}

.landing-reason {
  color: #fff;
  font-size: 13px;
}

.landing-image-text {
  padding-top: 70px;
  padding-bottom: 0px;
}

.landing-image-text h2 {
  margin-top: 100px;
  margin-bottom: 15px;
}

.landing-screenshot:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(66, 60, 130, 0.5);
}

.alert {
  font-size:larger;
  text-transform: none !important;
}

.alert i {
  margin-right: 5px;
}

/*--------------------------------------------------------------
	Buttons
--------------------------------------------------------------*/
.btn {
  border-radius: 0;
  font-family: "Exo-Regular";
  letter-spacing: 2px;
  font-size: 11px;
  padding: 8px 37px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}

.btn.btn-round {
  border-radius: 2px;
}

.btn.btn-circle {
  border-radius: 30px;
}

.btn.btn-w {
  background: rgba(255, 255, 255, 0.8);
  color: #111;
}

.btn.btn-w:hover,
.btn.btn-w:focus {
  background: white;
  color: #111;
}

.btn.btn-g {
  background: #e5e5e5;
  color: #111;
}

.btn.btn-g:hover,
.btn.btn-g:focus {
  background: #d8d8d8;
  color: #111;
}

.btn.btn-border-w {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #fff;
}

.btn.btn-border-w:hover,
.btn.btn-border-w:focus {
  background: #fff;
  border-color: transparent;
  color: #111;
}

.btn.btn-d {
  background: rgba(50, 64, 90, 0.8);
  color: #fff;
}

.btn.btn-d:hover,
.btn.btn-d:focus {
  background: #1b2b48;
}

.btn.btn-b {
  background: #111111;
  color: #fff;
}

.btn.btn-b:hover,
.btn.btn-b:focus {
  background: rgba(17, 17, 17, 0.8);
}

.btn-border-d {
  background: transparent;
  border: 1px solid #1b2b48;
  color: #111;
}

.btn.btn-border-d:hover,
.btn.btn-border-d:focus {
  background: #1b2b48;
  color: #fff;
  border-color:#1b2b48;
}

.btn-filled {background-color:#1b2b48;color:#FFFFFF;}

.btn.btn-font-w {
  background: rgba(255, 255, 255, 0.8);
  color: #fff;
}

.btn.btn-font-w:hover {
  background: #fff;
  color: #111;
}

/* Buttons size */
.btn.btn-lg {
  padding: 12px 45px;
  font-size: 13px;
}

.btn.btn-sm {
  padding: 6px 25px;
  font-size: 10px;
  letter-spacing: 1px;
}

.btn.btn-xs {
  padding: 4px 19px;
  font-size: 10px;
  letter-spacing: 0;
}

.btn-list .btn {
  margin: 5px 0;
}

.search-btn {
  position: absolute;
  background: transparent;
  border: none;
  overflow: hidden;
  top: 50%;
  right: 1px;
  width: 42px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  outline: none;
  color: #999;
  margin-top: -20px;
}

.image-button {
  margin: 0px 5px;
}

/*--------------------------------------------------------------
	Forms
--------------------------------------------------------------*/
/* Selection */
::-moz-selection {
  background: #000;
  color: #fff;
}

::-webkit-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

/* Forms common style */
.form-control {
  font-family: "Exo-Regular";
  letter-spacing: 2px;
  font-size: inherit;
  height: 33px;
  border: 1px solid #d3d3d3;
  border-radius: 2px;
  transition: all 0.4s ease-in-out 0s;
}

.form-control:focus {
  border-color: #CACACA;
}

/* Forms size */
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 43px;
  font-size: 13px;
}

.input-sm, .form-horizontal .form-group-sm .form-control {
  height: 29px;
  font-size: 10px;
}

.rqst-form {
  margin-top: 27px;
}

.rqst-form .btn {
  margin-top: 5px;
}

.input-group-addon {
  border: 1px solid #e4e4e4 !important;
}

/*--------------------------------------------------------------
	Typography
--------------------------------------------------------------*/
a {
  color: #111;
}

a:hover, a:focus {
  text-decoration: none;
  color: #aaa;
  outline: 0;
}

.bg-dark a {
  color: #aaa;
}

.bg-dark a:hover, .bg-dark a:focus {
  color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-weight: 400;
}
h4 {font-size:1.3rem;}

p, ol, ul, blockquote {
  margin: 0 0 20px;
}

blockquote {
  border: 0;
  font-style: italic;
  font-size: 15px;
  padding: 0;
}

.font-alt, .modal-title {
  font-family: "Exo-Bold";
  letter-spacing: 2px;
}

.font-serif {
  font-family: "Exo-ExtraLight";
  font-style: italic;
}

.large-text {
  font-size: 24px !important;
}

.rotate {
  text-shadow: none !important;
}

.module-title {
  position: relative;
  letter-spacing: 4px;
  text-align: center;
  font-weight: 400;
  color: #111;
  margin: 0 auto 70px auto;
}

.module-subtitle {
  text-align: center;
  font-size: 16px;
  color: #111;
  margin-bottom: 40px;
}

.module-icon {
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
}

.module-title + .module-subtitle {
  margin-top: -35px;
}

/* Restaurant module header */
.alt-module-subtitle {
  display: table;
}

.alt-module-subtitle h5 {
  display: table-cell;
  white-space: pre;
  padding: 0 8px;
  color: #111;
}

/* Finance case study header */
.finance-image-content {
  border: 1px solid #e5e5e5;
  padding: 60px 0px;
}

.finance-image-content .module-title {
  margin-bottom: 20px;
}

.finance-image-content .alt-features-item {
  margin-top: 40px;
}

/* Landing Page */
.landing-reason .module-title {
  color: #e6af4b;
}

.landing-reason .module-title + .module-subtitle {
  margin-top: -60px;
  margin-bottom: 40px;
}

.free-trial {
  background-color: rgba(88, 20, 158, 0.9);
  color: #FFFFFF;
}

.free-trial .color-golden {
  color: #e6af4b;
}

/*  Special Portfolio Page  */
.special-portfolio-header-title {
  border: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 50px;
  padding: 40px 0px;
  letter-spacing: 8px;
}

/*--------------------------------------------------------------
	Slider & Carousel
--------------------------------------------------------------*/
/* -------------------------------------------------------------------
General Styles - FlexSlider
------------------------------------------------------------------- */
.flex-direction-nav a,
.flex-control-nav > li > a {
  transition: all 0.3s ease-in-out 0s;
}

.flex-direction-nav a {
  position: absolute;
  display: block;
  height: 100%;
  width: 50%;
  top: 0;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  margin: 0;
}

.flex-direction-nav .flex-prev {
  opacity: 0;
  left: 0;
  cursor: url(../images/prev-light.png), e-resize;
}

.flex-direction-nav .flex-next {
  opacity: 0;
  right: 0;
  cursor: url(../images/next-light.png), e-resize;
}

.flex-control-nav {
  position: absolute;
  width: auto;
  left: 50%;
  bottom: 20px;
  z-index: 11;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flex-control-nav > li {
  display: inline-block;
  margin: 5px 3px;
}

.flex-control-nav > li > a {
  background: transparent;
  border: 1px solid #fff;
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 6px;
}

.flex-control-nav > li > a:hover,
.flex-control-nav > li > a.flex-active {
  background: #fff;
}

/* -------------------------------------------------------------------
Hero Slider
------------------------------------------------------------------- */
.hero-slider {
  margin: 0 !important;
}

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

.hero-slider,
.hero-slider .flex-viewport {
  height: 100% !important;
  width: 100%;
  padding: 0;
  margin: 0;
}

.hero-slider .slides {
  height: 100% !important;
  transition-delay: 1s;
}

.hero-slider .flex-direction-nav a {
  width: 15%;
}

.hero-slider .slides li {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100% !important;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

/* Caption */
.caption {
  position: absolute;
  left:0;
  right:0;
  margin:auto;
  top:40%;
}

.caption-content {
  /*display: table-cell;
  vertical-align: middle;*/
  text-align: center;
  color:#FFFFFF;
}
.caption-content a.btn {
    background-color:#4db0cd;
}
.caption-title-size-2 {
    line-height: 1.3;
    letter-spacing: 3px;
    font-size: 28px;
}

/*
Photography Page Slider
*/
.photography-page .image-caption {
  bottom: 20px;
  position: absolute;
  width: 35%;
}

.photography-page .image-caption .caption-text {
  font-size: 24px;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.photography-page .flex-control-nav {
  left: 80%;
  bottom: 20px;
  z-index: 11;
}

/* -------------------------------------------------------------------
General Styles - Owlcarousel
------------------------------------------------------------------- */
.owl-controls {
  margin-top: 40px;
}

.owl-pagination div {
  display: inline-block;
}

.owl-controls .owl-page span {
  background: transparent;
  border: 1px solid #111;
  display: block;
  height: 6px;
  width: 6px;
  margin: 0 3px 5px;
  border-radius: 6px;
  transition: all 0.3s ease-in-out 0s;
}

.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
  background: #111;
}

.owl-controls .owl-buttons > div {
  display: inline-block;
  margin: 5px;
  font-size: 14px;
  color: #111;
}

/*--------------------------------------------------------------
	Preloader
--------------------------------------------------------------*/
.page-loader {
  position: fixed;
  background: #000;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9998;
}

.loader {
  position: absolute;
  border-left: 2px solid #ffffff;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  height: 46px;
  width: 46px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 10px;
  z-index: 9999;
  -webkit-animation: load 0.8s infinite linear;
  -moz-animation: load 0.8s infinite linear;
  ms-animation: load 0.8s infinite linear;
  o-animation: load 0.8s infinite linear;
  animation: load 0.8s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 46px;
  height: 46px;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
	Navbar
--------------------------------------------------------------*/
.navbar-custom {
  background-color: #FFFFFF;
  border: 0;
  border-radius: 0;
  z-index: 1000;
  font-family: "Exo-Regular";
  letter-spacing: 3px;
  font-size: 12px;
  transition: background, padding 0.4s ease-in-out 0s;
  padding:0px !important;
}

.navbar a {
  transition: color 0.125s ease-in-out 0s;
  color:#111;
}

.navbar-custom .dropdown-menu {
  background-color: #f2f2f2;
  border-radius: 0;
  border: 0;
  padding: 0;
  box-shadow: none;
}

.navbar-custom .navbar-brand {
  letter-spacing: 4px;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
}

.navbar-custom .navbar-brand img {
  width: 100%;
  height: 43px;
  max-width: 200px;
}

.navbar-custom .nav li > a {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
}

.navbar-custom .dropdown-menu > li > a {
  border-bottom: 1px dotted rgba(73, 71, 71, 0.25) !important;
  padding: 11px 15px;
  letter-spacing: 2px;
}

.navbar-custom .dropdown-menu .dropdown-menu {
  border-left: 1px solid rgba(73, 71, 71, 0.15);
  left: 100%;
  right: auto;
  top: 0;
  margin-top: 0;
}

.navbar-custom .dropdown-menu.left-side .dropdown-menu {
  border: 0;
  border-right: 1px solid rgba(73, 71, 71, 0.15);
  right: 100%;
  left: auto;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
  background: none;
  color: #2B4C88;
}

.navbar-custom .dropdown-menu > li > a:hover {
  /*background: rgba(255, 255, 255, 0.1) !important;*/
}

.navbar-custom .dropdown-toggle:after {
  position: absolute;
  display: block;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 10px;
  content: "\f107";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border:0px !important;
}
.navbar-expand-lg .navbar-nav .nav-link {padding: 0.9rem 0.6rem !important;position:relative;}

.navbar-custom .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


.dropdown-menu {
  min-width: 180px;
  font-size: 12px;
  margin:0px !important;
}

.navbar-custom .dropdown-menu .nav-link.disabled {
  color:#111;
}

#menu-main .nav-link img {margin-right:5px;max-width:35px !important; /* svg images may need max width setting */}

/* Navbar search

.dropdown-search {
	position: relative;
	padding: 5px;
}

.dropdown-search .form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

.search-btn {
	position: absolute;
	background: transparent;
	border: none;
	overflow: hidden;
	top: 50%;
	right: 1px;
	width: 42px;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	outline: none;
	color: #999;
	margin-top: -20px;
}*/
/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/
.home-section {
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  z-index: 0;
  background-size: cover;
}

.title-size-1 {
  letter-spacing: 4px;
  font-size: 15px;
}

.title-size-2 {
  line-height: 1.3;
  letter-spacing: 3px;
  font-size: 18px;
  opacity: .8;
}

.title-size-3 {
  letter-spacing: 10px;
  font-size: 40px;
}

.title-size-4 {
  letter-spacing: 24px;
  font-weight: 400;
  font-size: 48px;
}

/* Agency Page Header */
.agency-page-header:before {
  background: transparent;
}

/* About us Page Header */
.about-page-header:before {
  background: rgba(2, 2, 2, 0.2);
}

/* Service Page Header */
.service-page-header:before {
  background: rgba(2, 2, 2, 0.1);
}

/* Pricing Page Header */
.pricing-page-header {
  background-position: 40% 14%;
  background-repeat: no-repeat;
}

.pricing-page-header:before {
  background: rgba(2, 2, 2, 0.6);
}

/* Gallery Page Header */
.gallery-page-header {
  background-position: 50% 0%;
  background-repeat: no-repeat;
}

.gallery-page-header:before {
  background: rgba(2, 2, 2, 0.2);
}

/* Contact Page Header */
.contact-page-header {
  background-position: 13% 45%;
  background-repeat: no-repeat;
}

.contact-page-header:before {
  background: rgba(2, 2, 2, 0.5);
}

/* FAQ Page Header */
.faq-page-header:before {
  background: rgba(2, 2, 2, 0.15);
}

/* Blog Page Header */
.blog-page-header {
  background-position: 50% 24%;
  background-repeat: no-repeat;
}

.blog-page-header:before {
  background: rgba(2, 2, 2, 0.3);
}

/* Restaurant menu Page Header */
.restaurant-menu-bg:before {
  background: rgba(2, 2, 2, 0.4);
}

.restaurant-page-header:before {
  background: rgba(0, 0, 0, 0.45);
}

.restaurant-image-overlay:before {
  background-color: rgba(2, 2, 2, 0.25);
}

/* Portfolio Page Header */
.portfolio-page-header {
  background-position: 50% 50%;
}

.portfolio-page-header:before {
  background: rgba(45, 45, 45, 0.45);
}

/* Landing Page Header */
.landing-header:before {
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(119, 47, 109, 0.52) 95%, rgba(115, 35, 105, 0.58) 100%);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.banner-img {
  margin-top: -145px;
}

.shop-page-header:before {
  background: rgba(34, 34, 34, 0.3);
}

/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/
.footer {
  padding: clamp(0.5rem, 3vw, 3rem) 0;
  background-color: var(--isa-lime);
  color: var(--isa-white);
}

.footer .footer-container {
  width: 80%;
  margin: 0 auto;
}

.footer h2 {
  margin-bottom: clamp(.5rem,2vw,1rem);
  font-size: 20px;
}

.footer a {
  color: var(--isa-white);
  width: auto;
  white-space: nowrap;
}

.footer p {
  margin: 0;
}

.footer .bottom-links {
  justify-content: space-between;
  align-items: flex-end !important;
}

.footer .bottom-links h2 {
  text-align: right;
  width: auto;
  margin: 0;
}

.footer .bottom-links p {
  width: auto;
  text-align: left;
}

.footer-social-icons {
  display: flex;
  align-items: center;
}

.footer-social-icons a {
  margin-right: 10px;
  padding-right: 0;
}

.footer-social-icons a img {
  display: block;
  height: clamp(32px, 3vw, 45px);
}

.footer-social-icons a.footer-logo-link {
  margin-left: auto;
}

.footer a picture img.footer-logo {
  height: clamp(27px, 3vw, 42px);
  width: auto;
  display: block;
}

.footer .copyright {
  font-family: 'Exo-Medium';
  font-size: 10px;
}

/* -------------------------------------------------------------
Google map
------------------------------------------------------------- */
#map-section {
  position: relative;
  height: 450px;
  width: 100%;
}

#map {
  height: 100%;
  width: 100%;
}

#map img {
  max-width: none;
}

/*--------------------------------------------------------------
	Services & Features
--------------------------------------------------------------*/
.features-item {
  margin: 20px 0;
  text-align: center;
}

.features-icon,
.alt-features-icon {
  line-height: 1.2;
  font-size: 42px;
  color: #111;
}

.features-title,
.alt-features-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 14px;
  color: #111;
  margin: 16px 0 15px;
}

.alt-features-item {
  position: relative;
  padding-left: 55px;
  margin: 35px 0 0 0;
}

.alt-features-icon {
  position: absolute;
  height: 40px;
  width: 40px;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 40px;
  font-size: 28px;
}

.alt-features-title {
  font-size: 13px;
  margin: 0 0 10px;
}

/* Content box */
.content-box {
  margin: 20px 0;
  text-align: center;
}

.content-box-title {
  font-weight: 400;
  font-size: 18px;
  color: #111;
  margin: 16px 0 15px;
}

/*--------------------------------------------------------------
	Team
--------------------------------------------------------------*/
.team-item {
  position: relative;
  text-align: center;
}

.team-image {
  position: relative;
  overflow: hidden;
}

.team-image img {
  width: 100%;
}

.team-image:after {
  position: absolute;
  background: transparent;
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.team-detail {
  position: absolute;
  width: 100%;
  opacity: 0;
  bottom: 100%;
  left: 0;
  z-index: 2;
  text-align: center;
  font-size: 12px;
  color: #aaa;
  padding: 20px;
}

.team-detail h5 {
  font-size: 16px;
}

.team-detail p {
  font-size: 14px;
}

.team-social a {
  display: inline-block;
  color: #aaa;
  padding: 5px 6px;
}

.team-social a:hover {
  color: #FFF;
}

.team-descr {
  margin: 20px 0 0;
}

.team-name {
  font-size: 14px;
  color: #111;
}

.team-role {
  font-size: 11px;
  color: #aaa;
}

.team-item:hover .team-image:after {
  background: rgba(0, 0, 0, 0.6);
}

.team-item:hover .team-detail {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

/*--------------------------------------------------------------
	Restaurant Menu
--------------------------------------------------------------*/
.menu {
  border-bottom: 1px dotted #e5e5e5;
  padding: 0 0 10px;
  margin: 0 0 20px;
}

.menu-title,
.menu-price {
  margin: 0 0 10px;
  font-size: 14px;
  color: #111;
}

.menu-price-detail {
  position: relative;
  text-align: right;
}

/*--------------------------------------------------------------
	Price Table
--------------------------------------------------------------*/
.price-table {
  background: #fff;
  border: 1px solid #eaeaea;
  padding: 25px 20px;
  margin: 15px 0 30px;
  border-radius: 2px;
  text-align: center;
}

.price-table:hover {
  border-color: #CACACA;
}

.price-table.best {
  margin: 0 0 30px;
}

.price-table .small {
  margin: 0;
}

.borderline {
  position: relative;
  background: #eaeaea;
  display: block;
  height: 1px;
  width: 100%;
  margin: 20px 0 15px;
}

.borderline:before {
  position: absolute;
  background: #eaeaea;
  content: "";
  bottom: -7px;
  left: 50%;
  height: 14px;
  width: 14px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin-left: -7px;
}

.borderline:after {
  position: absolute;
  background: #fff;
  content: "";
  bottom: -5px;
  left: 50%;
  height: 16px;
  width: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin-left: -8px;
}

.price-table h4 {
  color: #111;
  margin: 0;
}

.price-table p.price {
  font-size: 60px;
  color: #111;
  padding: 0;
  margin: 0 0 0 -10px;
}

.price-table p.price span {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  padding-top: 25px;
}

.price-details {
  list-style: none;
  padding: 0;
  margin: 0 0 23px;
}

.price-details li {
  padding: 7px 0;
}

.price-details li > span {
  text-decoration: line-through;
  color: #aaa;
}

/*--------------------------------------------------------------
	Fun fact
--------------------------------------------------------------*/
.count-item {
  text-align: center;
}

.count-icon {
  line-height: 1.2;
  font-size: 42px;
}

/*--------------------------------------------------------------
	Video Box
--------------------------------------------------------------*/
.video-box {
  text-align: center;
  padding: 40px 0;
}

.video-box-icon > a > i,
.video-box-icon > a > span {
  line-height: 1.8;
  font-size: 40px;
  color: #fff;
}

.video-title {
  letter-spacing: 4px;
  font-size: 30px;
  margin: 10px 0 0;
}

.video-subtitle {
  color: rgba(255, 255, 255, 0.5);
}

/*--------------------------------------------------------------
	Portfolio
--------------------------------------------------------------*/
/* Portfolio filter */
.filter {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0 0 70px;
}

.filter > li {
  display: inline-block;
  padding: 0 0 10px;
  margin: 0 25px;
}

/* Portfolio grid */
.works-grid {
  list-style: none;
  padding: 0;
  margin: 0;
}

.works-grid.works-grid-gut {
  margin: 0 0 0 -10px;
}

.works-grid.works-grid-gut .work-item {
  padding: 0 0 10px 10px;
}

.work-item {
  width: 50%;
  float: left;
  margin: 0;
}

.works-grid-3 .work-item {
  width: 33.3333%;
}

.container .works-grid-3 .work-item {
  width: 33.2%;
}

.works-grid-4 .work-item {
  width: 25%;
}

.works-grid-5 .work-item {
  width: 20%;
}

.work-item > a {
  position: relative;
  display: block;
  overflow: hidden;
}

.work-image {
  position: relative;
  overflow: hidden;
}

.work-image img {
  display: block;
  overflow: hidden;
  width: 100%;
}

.work-image:after {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.work-caption {
  width: 100%;
  padding: 0 20px;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  text-align: center;
  overflow: hidden;
}

.work-title {
  font-size: 14px;
  color: #fff;
  margin: 0 0 6px;
}

.work-descr {
  color: #aaa;
}

.work-item:hover .work-image:after {
  background: rgba(0, 0, 0, 0.6);
}

.work-item:hover .work-image > img {
  -webkit-transform: scale(1.1) rotate(2deg);
  -ms-transform: scale(1.1) rotate(2deg);
  transform: scale(1.1) rotate(2deg);
}

.work-item:hover .work-caption {
  bottom: 50%;
  opacity: 1;
  z-index: 3;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

/* Work item white background*/
.works-grid.works-hover-w .work-title {
  color: #111;
}

.works-grid.works-hover-w .work-item:hover .work-image:after {
  background: rgba(255, 255, 255, 0.8);
}

/* Work item gradien background*/
.works-grid.works-hover-g .work-image:after {
  opacity: 0;
}

.works-grid.works-hover-g .work-descr {
  color: #fff;
}

.works-grid.works-hover-g .work-item:hover .work-image:after {
  background: #6fe29e;
  background: linear-gradient(135deg, rgba(111, 226, 158, 0.8) 0%, rgba(91, 218, 209, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fe29e', endColorstr='#5bdad1',GradientType=1 );
  opacity: 1;
}

.sliding-portfolio .work-item {
  width: 100%;
}

/*--------------------------------------------------------------
	Single Portfolio
--------------------------------------------------------------*/
.work-details {
  margin: 0 0 20px;
}

.work-details-title {
  color: #111;
  margin: 0 0 20px;
}

.work-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.work-details ul > li {
  border-bottom: 1px dotted #c2c2c2;
  padding: 0 0 5px;
  margin: 0 0 5px;
}

/*--------------------------------------------------------------
	Call to action
--------------------------------------------------------------*/
.callout-text {
  color: rgba(255, 255, 255, 0.6);
}

.callout-title {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin: 0;
}

.callout-btn-box {
  text-align: right;
  padding-top: 4px;
}

.request-cta {
  padding: 50px 0px;
}

/*--------------------------------------------------------------
	Testimonial
--------------------------------------------------------------*/
.testimonials-slider {
  position: relative;
}

.testimonial-text {
  text-align: center;
  font-style: normal;
  font-size: 18px;
}

.testimonial-caption {
  text-align: center;
  padding: 10px 0 0;
}

.testimonial-title {
  font-size: 14px;
}

.testimonial-descr {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
}

/*--------------------------------------------------------------
	Gallery
--------------------------------------------------------------*/
.gallery-item {
  position: relative;
  text-align: center;
  margin: 0 0 20px;
}

.gallery-image {
  position: relative;
  overflow: hidden;
}

.gallery-image a.gallery {
  position: relative;
  display: block;
}

.gallery-image img {
  display: block;
  overflow: hidden;
  width: 100%;
}

.gallery-image:after {
  position: absolute;
  background: transparent;
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.gallery-caption {
  position: absolute;
  width: 100%;
  opacity: 0;
  bottom: 100%;
  left: 0;
  z-index: 2;
  text-align: center;
  font-size: 28px;
  color: #fff;
  padding: 20px;
}

.gallery-icon {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  font-size: 24px;
  margin: 0 auto;
}

.gallery-icon i,
.gallery-icon span {
  line-height: 50px;
}

/* Gallery hover */
.gallery-item:hover .gallery-image:after {
  background: rgba(0, 0, 0, 0.6);
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

/*--------------------------------------------------------------
	Blog Post
--------------------------------------------------------------*/
.post {
  margin: 0 0 80px;
}

.post-title {
  line-height: 1.4;
  font-size: 22px;
  color: #111;
  margin: 0;
}

.post-header {
  margin: 0 0 15px;
}

.post-meta {
  font-size: 11px;
  color: #aaa;
}

.post-entry {
  padding-top: 20px;
  margin-top: 10px;
}

.post-images-slider {
  position: relative;
}

.post-images-slider .flex-control-nav {
  bottom: 0;
}

.post-thumbnail,
.post-images-slider,
.post-video {
  margin: 0 0 20px;
}

.post-quote {
  background: #f5f5f5;
  text-align: center;
  padding: 20px;
}

/* Post columns */
.post-columns .post {
  margin: 0 0 60px;
}

.post-columns .post-header {
  margin: 0 0 10px;
}

.post-columns .post-title {
  line-height: 1.8;
  font-size: 14px;
}

.post-columns .post-entry {
  padding: 10px 0 0;
  margin: 0 0 10px;
}

.post-columns.wo-border .post-entry {
  border: 0;
  padding: 0;
}

.post-columns .post-entry p:last-child {
  margin: 0;
}

.more-link:after {
  content: "\00BB";
  color: #666666;
  padding-left: 5px;
}

.pagination a {
  border: 1px solid #eaeaea;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  color: #999;
}

.page-item.active .page-link {
  background-color: #1b2b48;
  border-color: #1b2b48;
}
.page-link:hover {color: #1b2b48;}

/*--------------------------------------------------------------
	Widgets
--------------------------------------------------------------*/
/* Progress bars */
.progress {
  overflow: visible;
  height: 4px;
}

.progress-bar {
  position: relative;
}

.progress-bar.pb-dark {
  background: #111;
}

.progress-bar span {
  position: absolute;
  display: block;
  right: -0px;
  top: -24px;
  opacity: 0;
  line-height: 12px;
  font-size: 12px;
  color: #111;
  padding: 4px 0px;
}

.progress-bar span:after {
  display: inline-block;
  content: "%";
}

/* Accordion */
.panel-title {
  font-size: 14px;
}

.panel-heading a {
  position: relative;
  display: block;
}

.panel-heading a:after {
  position: absolute;
  content: "\f106";
  top: 50%;
  right: 0px;
  font-family: "FontAwesome";
  line-height: 1;
  font-size: 14px;
  margin-top: -7px;
}

.panel-heading a.collapsed:after {
  content: "\f107";
}

/* Tables */
.table-border > tbody > tr > td,
.table-border > tbody > tr > th,
.table-border > tfoot > tr > td,
.table-border > tfoot > tr > th,
.table-border > thead > tr > td,
.table-border > thead > tr > th {
  border-color: #e5e5e5;
}

.ds-table > tbody > tr > td,
.ds-table > tbody > tr > th,
.ds-table > tfoot > tr > td,
.ds-table > tfoot > tr > th,
.ds-table > thead > tr > td,
.ds-table > thead > tr > th {
  border-top: 0;
}

.checkout-table {
  border: 1px solid #e5e5e5;
}

.checkout-table > tbody > tr > td,
.checkout-table > tbody > tr > th,
.checkout-table > tfoot > tr > td,
.checkout-table > tfoot > tr > th,
.checkout-table > thead > tr > td,
.checkout-table > thead > tr > th {
  padding: 12px;
}

.checkout-table tr td,
.checkout-table tr th {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.checkout-table tbody tr td:first-child,
.checkout-table tbody tr th:first-child {
  max-width: 36px;
}

/* Sidebar / Widget common*/
.sidebar {padding-top:70px;}
.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar .widget-title {
  color: #111;
}

.widget .widget-title {
  border-bottom: 1px dotted #c2c2c2;
  font-size: 14px;
  padding: 0 0 10px;
  margin: 0 0 15px;
}

.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Icon List */
.widget .icon-list li {
  padding: 5px 0;
}

.widget .icon-list li a:before {
  content: "\00BB";
  color: #666666;
  padding-right: 5px;
}

/* Posts */
.widget-articles li {
  margin: 0 0 25px;
  position:relative;
}

.widget-articles li:last-child {
  margin: 0;
}

.widget-articles-image {
  /*float: left;*/
  /*width: 64px;*/
  margin-right:10px;
}

.widget-articles-desc {
   /*border-top:1px dotted #c2c2c2;*/
   margin-top:7px;
}

.widget-articles-more {
   margin-top:5px;
   float:right;
}

/* Search */
.search-box {
  position: relative;
}

/* Tags */
.tags a {
  background: #111;
  display: inline-block;
  font-size: 10px;
  color: #fff;
  padding: 4px 10px 4px 12px;
  margin: 0 1px 4px;
  border-radius: 2px;
}

.tags a:hover {
  background: rgba(17, 17, 17, 0.8);
}

/*--------------------------------------------------------------
	Comment Box in Blog
--------------------------------------------------------------*/
.comments,
.comment-form {
  margin: 80px 0 0;
}

.comments .comment-title,
.comment-form .comment-form-title {
  border-bottom: 1px dotted #c2c2c2;
  font-size: 16px;
  color: #111;
  padding-bottom: 15px;
  margin: 0 0 20px;
}

.comment-author {
  font-size: 14px;
  margin: 0 0 10px;
}

.comment-avatar {
  width: 55px;
  float: left;
  margin-top: 10px;
}

.comment-avatar img {
  border-radius: 50%;
}

.comment-content {
  padding-top: 5px;
  margin-left: 75px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .comment .comment {
    margin-left: 75px;
  }
}

/*--------------------------------------------------------------
	Client
--------------------------------------------------------------*/
.client-logo {
  opacity: .5;
}

.client-logo:hover {
  opacity: 1;
}

/*--------------------------------------------------------------
	Shop Items
--------------------------------------------------------------*/
.shop-item {
  text-align: center;
}

.shop-item-image {
  position: relative;
  overflow: hidden;
}

.shop-item-image img {
  width: 100%;
}

.shop-item-detail,
.shop-item-image:after {
  transition: all 0.4s ease-in-out 0s;
}

.shop-item-image:after {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.shop-item-detail {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  padding: 20px;
  opacity: 0;
  z-index: 2;
  text-align: center;
  font-size: 12px;
  color: #aaa;
}

.shop-item-title {
  font-weight: 400;
  font-size: 14px;
  color: #111;
  margin: 15px 0 5px;
}

/* Shop item hover */
.shop-item:hover .shop-item-image:after {
  background: rgba(255, 255, 255, 0.7);
}

.shop-item:hover .shop-item-detail {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

/* -------------------------------------------------------------------
	Exclusive products
------------------------------------------------------------------- */
.ex-product {
  opacity: .7;
  transition: all 0.4s ease-in-out 0s;
}

.ex-product:hover {
  opacity: 1;
}

/*--------------------------------------------------------------
	Shop Single Product
--------------------------------------------------------------*/
.product-gallery {
  list-style: none;
  padding: 0;
  width: 100%;
  margin: 10px 0 0;
}

.product-gallery li {
  display: inline-block;
  width: 15%;
  margin: 0 5px;
}

.product-gallery li:first-child {
  margin-left: 0;
}

.product-title {
  margin: 0 0 20px;
  color: #111;
}

.star,
.star-off {
  margin-bottom: 5px;
  color: #f1c40f;
}

.star-off {
  color: #e5e5e5;
}

.amount {
  font-size: 32px;
  color: #111;
}

.reviews {
  margin: 0;
}

/*--------------------------------------------------------------
	Showcase Page
--------------------------------------------------------------*/
.showcase-page .showcase-page-header {
  background-color: rgba(2, 2, 2, 0.7);
}

.showcase-page .content-box {
  display: block;
  margin-bottom: 45px;
}

.showcase-page .content-box .content-box-image {
  border-radius: 6px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  transition: 0.35s ease-out;
  -webkit-transition: 0.35s ease-out;
  -moz-transition: 0.35s ease-out;
}

.showcase-page .content-box .content-box-image:hover {
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}

/*--------------------------------------------------------------
	Documentation Page
--------------------------------------------------------------*/
.documentation-page {
  font-size: 14px;
}

.documentation-page .pln {
  color: #000;
}

.documentation-page pre.prettyprint {
  border: 1px solid #888;
  padding: 15px;
}

.documentation-page ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
}

.documentation-page li.L0, .documentation-page li.L1, .documentation-page li.L2, .documentation-page li.L3, .documentation-page li.L5, .documentation-page li.L6, .documentation-page li.L7, .documentation-page li.L8 {
  list-style-type: none;
}

.documentation-page li.L1, .documentation-page li.L3, .documentation-page li.L5, .documentation-page li.L7, .documentation-page li.L9 {
  background: #eee;
}

.documentation-page .com {
  color: #800;
}

.documentation-page .lit {
  color: #066;
}

.documentation-page .pun, .documentation-page .opn, .documentation-page .clo {
  color: #660;
}

.documentation-page .fun {
  color: red;
}

.documentation-page .str, .documentation-page .atv {
  color: #080;
}

.documentation-page .kwd, .documentation-page .tag {
  color: #008;
}

.documentation-page .typ, .documentation-page .atn, .documentation-page .dec, .documentation-page .var {
  color: #606;
}

.documentation-page a {
  color: #19B5FE;
}

.documentation-page a:hover {
  color: #1C92C9;
}

/*--------------------------------------------------------------
	Responsive Styles - Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .navbar-transparent {
    background: transparent;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .navbar-custom .dropdown-menu {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
  }
  .navbar-custom .open > .dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
  .navbar-custom .dropdown-menu .dropdown-toggle:after {
    position: absolute;
    display: block;
    right: 9px;
    top: 50%;
    margin-top: -6px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 9px;
    content: "\f105";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
  }
  /* Comments */
  .comment .comment {
    margin-left: 75px;
  }
}

@media (max-width: 1200px) {
  /* Features */
  .alt-features-item {
    margin: 20px 0 0;
  }
}

@media (max-width: 1050px) {
  /* Navbar */
  .navbar-custom {
    letter-spacing: 1px;
  }
}

@media (max-width: 991px) {
  /* Navbar */
  .navbar-custom {
    letter-spacing: 0;
  }
  /* Headers */
  .titan-title-size-3 {
    letter-spacing: 8px;
    font-size: 36px;
  }
  .titan-title-size-4 {
    letter-spacing: 12px;
    font-size: 38px;
  }
  .work-item,
  .works-grid-3 .work-item,
  .container .works-grid-3 .work-item,
  .works-grid-4 .work-item,
  .works-grid-5 .work-item {
    width: 50%;
  }
  /* Half-image */
  .side-image {
    position: relative;
    height: 300px;
  }
  
   
  /* Banners */
  .caption-title-size-2 {font-size:26px;}
  .title-size-3 {font-size:38px;}
}

@media (max-width: 767px) {
  /* Navbar */
  .navbar-custom .navbar-nav {
    letter-spacing: 3px;
    margin-top: 1px;
    margin-bottom: 0;
  }
  .navbar-custom li > a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 25px;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-header,
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
    padding: 10px 35px;
  }
  .navbar-custom li a,
  .navbar-custom .dropdown-search {
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  }
  .navbar-custom .dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown-toggle:after {
    right: 7px;
    content: "\f107";
  }
  .navbar-custom .nav > .open > .dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
    right: 7px;
    content: "\f106";
  }
  /* Shop navbar */
  .navbar-custom .navbar-nav > li:last-child.navbar-cart > a {
    padding-left: 15px;
  }
  .navbar-custom .cart-item-number {
    display: none;
  }
  .navbar-custom .navbar-cart > a:after {
    content: "\f107";
  }
  .navbar-custom .navbar-cart-item a {
    border: 0 !important;
  }
  .dropdown-menu.cart-list {
    text-align: left;
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  }
  .navbar-cart-item {
    border: none;
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
    padding-bottom: 10px;
  }
  .navbar-cart-img {
    display: none;
  }
  .navbar-cart-title {
    white-space: normal;
    padding: 0;
    margin-left: 0;
  }
  /* Headers */
  .titan-title-size-1 {
    letter-spacing: 2px;
    font-size: 14px;
  }
  .titan-title-size-2 {
    line-height: 1.3;
    letter-spacing: 2px;
    font-size: 16px;
    opacity: .8;
  }
  .titan-title-size-3 {
    letter-spacing: 4px;
    font-size: 26px;
  }
  .titan-title-size-4 {
    letter-spacing: 6px;
    font-size: 28px;
  }
  /* Features */
  .features-item {
    margin: 0 0 30px;
  }
  .alt-features-item {
    padding-left: 0;
    margin: 0 0 30px;
    text-align: center;
  }
  .alt-features-icon {
    position: static;
    width: auto;
    margin: 0 auto 8px;
  }
  /* Callout */
  .callout-text {
    margin: 0 0 30px;
  }
  .callout-text,
  .callout-btn-box {
    text-align: center;
  }
  /* Sidebar */

  .widget {
    margin-bottom: 60px;
  }
  .post.mb-0 {
    margin-bottom: 40px !important;
  }
  .footer {
    text-align: center;
  }
  .copyright,
  .footer-social-links {
    text-align: center;
    margin: 10px 0;
  }
  /* Half-image */
  .side-image-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* Restaurant menu */
  .menu-title,
  .menu-detail,
  .menu-price-detail {
    text-align: center;
  }
  .align-center-sm {
    text-align: center;
  }
  .align-left-sm {
    text-align: left;
  }
}

@media only screen and (max-width: 480px) {
  .work-item,
  .works-grid-3 .work-item,
  .works-grid-4 .work-item,
  .works-grid-5 .work-item {
    width: 100%;
  }
}

@media (max-width: 575px) {
   .sidebar {padding-top:0px;} 
}

/* Jquery Accordions */
.ui-state-active {background:rgba(50, 64, 90, 0.8) !important;border:1px solid rgba(50, 64, 90, 0.8) !important;}
.ui-accordion .ui-accordion-header {padding: .8em .5em .8em .7em !important;font-family: "Exo-Regular";text-transform: uppercase;letter-spacing:2px;}
.ui-accordion-header-icon {margin-right:5px;}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {font-size:11px !important;font-family:"Exo-Regular" !important;}
.ui-accordion .ui-accordion-content {padding:1em 1.5em !important;}

/* No db results */
.noresults {
    color: #31708f;
    background-color: #d9edf7;
    padding:15px;
    font-size:12px;
    border:1px solid #bce8f1;
}

@media (min-width: 1200px) {
   .container {max-width:1240px;} 
}

form label.req:after
{
    color: red;
    content: " *";
}
.form-check-input {width:1.5em;height:1.5em;}

/* Contact Form */
.contact-block .contact-icon {float:left;font-size:55px;margin-right:15px;color:#2B4B86;}
.contact-block .contact-title {display:block;margin-top:10px;}
.contact-block .contact-subtitle, .contact-block .contact-subtitle a {font-weight:bold;color:#666;}
.contact-social-icon {display:inline-block;font-size:27px;margin-right:10px;color:#2B4B86;border:1px solid #2B4B86;padding:5px;}

/* Header Image */
.header-img {position:relative;}
.header-img .header-img-text {position: absolute;left:0;right:0;top:40%;color:#FFFFFF;}
.header-img-text {
    text-align:center;
    font-family:"Exo-Regular";
    text-transform:uppercase;
    font-size:45px;
    letter-spacing:2px;
}

/* --------------------------------------------------------------- WIDGET STYLING --------------------------------------------------------------- */

/* Gallery Slider Widget */
.widget .gallery-slider-imgtitle {font-family:"Exo-Regular";text-transform:uppercase;letter-spacing:2px;text-align:center;margin-top:12px;color:#111;}
.widget .gallery-slider-imgcaption {text-align:justify;}

/* Gallery Images Widget */
.widget .gallery-images .image {display:inline-block;padding:3px;border:1px solid #eee;margin:0 7px 7px 0;}

/* Featured Properties Widget */
.widget .featured-properties li {margin-top:2em;}
.widget .featured-properties li:first {margin-top:0;}
.widget .featured-properties-name, .widget .featured-properties-price {font-family: "Exo-Regular";text-transform:uppercase;letter-spacing:2px;}
.widget .featured-properties-name {margin:1em 0 0.2em 0;}
.widget .featured-properties-more {text-align: right;}
.widget .featured-properties-categories {border-bottom: 1px dotted #c2c2c2;padding-bottom:5px;}
.widget .featured-properties-desc {margin-top:0.7em;}

/* Favourite Properties Widget (ie. Property Cart) */
.widget .favourite-properties-image {float:left;margin-right:10px;}
.widget .favourite-properties li {margin-bottom:1em;box-shadow:0px 1px 3px rgba(0, 0, 0, 0.15);padding:10px;position:relative;}
.widget .favourite-properties a.deletefavouriteproperty {
    position: absolute;
    right: 10px;
    padding: 0px 7px;
    font-size: 15px;
    top: 17px;
    background-color: #eee;
    color: #666;
    border-radius:50%;
}

/* Featured Products Widget */
.widget .featured-products li {margin-top:2em;}
.widget .featured-products li:first {margin-top:0;}
.widget .featured-products-name, .widget .featured-products-price {font-family: "Exo-Regular";text-transform:uppercase;letter-spacing:2px;}
.widget .featured-products-price span.regular-price {text-decoration:line-through;}
.widget .featured-products-name {margin:1em 0 0.2em 0;}
.widget .featured-products-more {text-align: right;}
.widget .featured-products-categories {border-bottom: 1px dotted #c2c2c2;padding-bottom:5px;}
.widget .featured-products-desc {margin-top:0.7em;}

/* Favourite Products Widget */
.widget .favourite-products-image {float:left;margin-right:10px;}
.widget .favourite-products li {margin-bottom:1em;box-shadow:0px 1px 3px rgba(0, 0, 0, 0.15);padding:10px;position:relative;}
.widget .favourite-products a.deletefavouriteproduct {
    position: absolute;
    right: 10px;
    padding: 0px 7px;
    font-size: 15px;
    top: 17px;
    background-color: #eee;
    color: #666;
    border-radius:50%;
}

/* Enquiry Cart Widget */
.widget .enquiry-cart-product-image {float:left;margin-right:10px;margin-bottom:10px;}
.widget .enquiry-cart li {margin-bottom:1em;box-shadow:0px 1px 3px rgba(0, 0, 0, 0.15);padding:10px;position:relative;}
.widget .enquiry-cart a.deletecartproduct, .widget .enquiry-cart a.editcartproduct {
    float:right;
    padding: 2px 10px;
    font-size: 15px;
    background-color: #eee;
    color: #666;
    border-radius:5px;
}
.widget .enquiry-cart a.deletecartproduct i, .widget .enquiry-cart a.editcartproduct i {letter-spacing:0px;}
.widget .enquiry-cart a.editcartproduct {margin-right:5px;}

/* Fancytree control used in search related widgets */
span.fancytree-title {margin: -6px 0 0 3px !important;}

/* Media library images */
.widget .media-images .image img {display:table;margin:0 auto;}
.widget .media-images .image-title {text-align:center;font-family:"Exo-Regular";text-transform:uppercase;letter-spacing:2px;margin-bottom:1em;}
.widget .media-images .image-description {margin:1em 0;}
.widget .media-images .image:last-child .image-description {margin-bottom:0;}

/* Media library files */
.widget .media-files .file-title {text-align:center;font-family:"Exo-Regular";text-transform:uppercase;letter-spacing:2px;margin-bottom:1em;}
.widget .media-files .file-icon {font-size:17px;margin-right:5px;}
.widget .media-files .file-description {margin-bottom:0;}
.widget .media-files .file-description {margin:1em 0;}
.widget .media-files .file:last-child .file-description {margin-bottom:0;}

/* --------------------------------------------------------------- END OF WIDGET STYLING --------------------------------------------------------------- */

/* For animations */
.hidden {opacity:0;}
.visible {opacity:1;}

/* For modal popup */
.jAlert .ja_title, .jAlert .ja_btn {text-transform:uppercase;font-family:"Exo-Regular";letter-spacing:2px;}
.jAlert .ja_body {padding:0px;}
.jAlert .ja_body .content {padding:20px;}
.jAlert .ja_btn {font-size:11px;}
.jAlert .ja_btn:hover, .jAlert .ja_btn.active {background:#1b2b48;color:#FFFFFF;}

/* For migration to Bootstrap 5 */
a {text-decoration: none;}
.form-group {margin-bottom:1rem;}
.form-group label {margin-bottom:0.5rem;}
.form-control {-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;}
textarea.form-control {min-height:100px;}


/* Custom classes and styling */
.text-lime {
  color: var(--isa-lime) !important;
}
.text-black {
  color: var(--isa-midnight) !important;
}
.text-mirage {
  color: var(--isa-mirage) !important;
}
.text-twilight {
  color: var(--isa-twilight) !important;
}
.text-bold {
  font-family: "Exo-Bold";
}
.bg-twilight {
  background-color: var(--isa-twilight);
}
.margin-center {
  margin: 0 auto !important;
}
.page-card-banners {
  border-radius: var(--isa-button-radius);
  padding: clamp(30px, 4vw, 50px) clamp(20px, 3vw, 27px);
  width: 100%;
  min-width: 250px;
  max-width: 350px;
  background-color: #0E172C;
}
.page-card-banners h2 {
  font-size: clamp(36px, 3.5vw, 60px);
  line-height: clamp(48px, 3vw, 70px);
}
.page-card-banners p {
  color: var(--isa-white);
  font-size: clamp(20px, 3vw, 24px);
  line-height: 34px;
  margin-bottom: clamp(20px, 3vw, 30px);
}
.page-card-banners .check-coverage p {
  line-height: 21.6px;
}
.page-card-banners .read-more-btn {
  border-radius: var(--isa-button-radius);
  padding: 17.5px 34.7px;
  background-color: #0E172C;
  border: 1px solid var(--isa-lime);
  color: var(--isa-white) !important;
  font-size: 12px;
  font-family: "Exo-Bold";
  letter-spacing: normal;
  white-space: nowrap;
  width: 160px;
  display: block;
  text-align: center;
  margin: 20px 0 0;
}
.page-card-banners .read-more-btn img {
  width: 20px;
  height: auto;
  margin-left: 20px;
}
.navbar-custom.navbar-expand-lg {
  display: block;
}
.navbar-custom.navbar-expand-lg .container-fluid {
  width: 80%;
  padding: 10px 0 !important;
}
.nav-status-bar {
  background-color: var(--isa-midnight);
  padding: clamp(6px, 1vw, 12px) 0;
  width: 100%;
}
.nav-status-bar a {
  cursor: pointer;
}
.navbar-custom .navbar-brand {
  padding: 0;
  margin: 0;
}
.navbar-nav {
  width: 100%;
  justify-content: space-evenly;
}
.navbar-check-coverage {
  border-radius: var(--isa-button-radius);
  padding: 17.5px 34.7px;
  background-color: var(--isa-lime);
  width: 160px;
  text-align: center;
  cursor: pointer;
}
.navbar-check-coverage p {
  font-family: "Exo-Bold";
  letter-spacing: normal;
  white-space: nowrap;
  font-size: 12px;
  margin: 0;
  color: var(--isa-white) !important;
}
.check-coverage {
  border-radius: var(--isa-button-radius);
  padding: 17.5px 34.7px;
  background-color: var(--isa-lime);
  width: 160px;
  text-align: center;
  cursor: pointer;
}
.check-coverage p {
  font-family: "Exo-Bold";
  letter-spacing: normal;
  white-space: nowrap;
  font-size: 12px;
  margin: 0;
  color: var(--isa-white) !important;
}
.check-coverage p a {
  font-family: "Exo-Bold";
  letter-spacing: normal;
  white-space: nowrap;
  font-size: 12px;
  margin: 0;
  color: var(--isa-white) !important;
}
.nav-status-bar ul {
  list-style: none;
  display: flex;
  width: 80%;
  margin: 0 auto;
  padding: 0;
}
.nav-status-bar ul li,
.nav-status-bar ul li a {
  color: var(--isa-white);
  font-family: "Exo-Medium";
  letter-spacing: normal;
  font-size: 12px;
}
.nav-status-bar ul li:not(:first-child) {
  margin-left: clamp(20px, 2vw, 5rem);
}
#menu-main li a {
  font-family: "Exo-Medium";
  letter-spacing: normal;
  font-size: 16px;
}
#network-monitor-light {
  color: green;
  margin-left: 1rem;
}
#banner-section,
#reviews-section,
#why-section {
  overflow: hidden;
}
#banner-section {
  height: calc(100vh - 120px);
}
#banner-section .banner-container {
  width: 80%;
  margin: 80px auto;
  height: 80%;
  position: relative;
  z-index: 5;
}
#banner-section .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
}
#banner-section .swiper-slide::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}
#banner-section h1 {
  font-family: "Exo-Bold";
  font-size: clamp(53px, 6vw, 80px);
  line-height: clamp(60px, 6vw, 90px);
}
#banner-section h3 {
  font-family: "Exo-Regular";
  font-size: 24px;
  line-height: 1.3;
  margin: 40px 0;
}
#banner-section .wow.animate__fadeIn {
  height: 85%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
#banner-section .banner-inner {
  width: auto;
  max-width: 520px;
}
#page-section {
  height: auto;
  padding: clamp(40px, 5vw, 80px) 0;
  z-index: 1;
}
#page-section h1 {
  font-family: "Exo-Medium";
  font-size: clamp(38px, 5vw, 80px);
  line-height: clamp(60px, 6vw, 90px);
}
#page-section .desc-section {
  display: block;
  width: 100%;
  max-width: 1025px;
  margin: 0 auto;
}
#page-section .desc-section h5:not(:first-of-type) {
  width: 80%;
}
#page-section .desc-section h5:first-of-type {
  line-height: clamp(28px, 3vw, 38px);
}
#page-section h5 {
  font-size: 23px;
  line-height: 28px;
  margin-bottom: 0;
}
#page-section .page-card-banner-group {
  display: flex;
  justify-content: center;
  width: 80%;
  column-gap: 40px;
}
#why-section {
  margin-top: -3rem;
  position: relative;
  height: auto;
  box-shadow: 0 11px 10px 2px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.why-container {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}
.why-container .col-12.h-100 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.why-container .col-12.h-100 h1 {
  font-size: clamp(55px, 5vw, 73px);
  line-height: 1;
}
.why-container .col-12.h-100 h5 {
  margin: clamp(1rem, 3vw, 40px) 0;
  font-size: 23px;
  line-height: 1.2;
  padding: 0 clamp(1rem, 3vw, 2rem);
}
#reviews-section {
  position: relative;
  z-index: -1;
}
#reviews-section .reviews-container {
  background-color: var(--isa-midnight);
  text-align: center;
  padding: clamp(50px, 6vw, 80px) 0;
  width: 80%;
  margin: 0 auto;
}
#reviews-section .reviews-container h1 {
  font-size: clamp(55px, 5vw, 73px);
  line-height: 1;
}
#reviews-section .swiper-slide {
  padding: clamp(0.5rem, 2vw, 40px) clamp(1rem, 6vw, 8rem) 0;
}
#reviews-section .swiper-slide h3 {
  color: var(--isa-white);
  font-family: "Exo-Regular";
  font-size: 17px;
  text-align: left;
}
#reviews-section .swiper-button-next {
  right: 12%;
  color: var(--isa-white) !important;
}
#reviews-section .swiper-button-prev {
  left: 12%;
  color: var(--isa-white) !important;
}
#reviews-section .swiper-pagination {
  position: relative;
  text-align: left;
  padding: 1rem clamp(1rem, 10vw, 9rem) 0;
}
#reviews-section .swiper-pagination-bullet {
  background-color: var(--isa-white);
}
#reviews-section .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
#partners-section {
  box-shadow: 0 -8px 10px 3px rgba(0, 0, 0, 0.2);
}
#partners-section .partners-container {
  width: 80%;
  margin: 0 auto;
  padding: clamp(1rem, 6vw, 80px) 0;
}
#partners-section .partners-container h1 {
  font-family: "Exo-Medium";
  font-size: clamp(55px, 5vw, 73px);
  text-align: center;
  line-height: 1.2;
  padding-bottom: clamp(1rem, 4vw, 40px);
}
#partners-section .partner-images {
  display: flex;
  justify-content: space-evenly;
}#partners-section .partner-images .row {
  display: flex;
  flex-direction: column;
}
#partners-section .partner-images .partner-image {
  width: 100%;
  max-width: 205px;
  height: auto;
  max-height: 90px;
  object-fit: contain;
  margin: 25px 0;
}
.modal {
  top: 0;
}
.modal.show {
  background-color: rgba(0, 0, 0, 0.25);
}
#networkMonitorModal .modal-dialog {
  max-width: 920px !important;
  margin: 0 auto;
}
#networkMonitorModal .modal-content {
  margin-top: 20%;
  border-radius: var(--isa-button-radius);
  padding: 30px;
}
#networkMonitorModal .top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#networkMonitorModal .top-row h1 {
  font-size: 30px;
  font-family: "Exo-Bold";
  width: auto;
  color: #0E172C;
  line-height: 1;
  margin: 0;
}
#networkMonitorModal .top-row .switches {
  border: 1px solid var(--isa-lime);
  border-radius: 26px;
}
#networkMonitorModal .top-row .switches button {
  font-size: 17px;
  padding: 14px 52px;
  color: #0E172C;
  font-family: "Exo-Bold";
  border-radius: 25px;
  border: none;
  background-color: #fff;
}
#networkMonitorModal .top-row .switches button.selected {
  background-color: var(--isa-lime);
  color: #fff;
}
#networkMonitorModal .top-row .switches button:focus {
  outline: none;
}
#networkMonitorModal .category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  justify-content: flex-start;
  padding-top: 40px;
}
#networkMonitorModal .cat-container {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 30%;
  padding: 25px 15px;
  border: 1px solid var(--isa-lime);
  border-radius: 25px;
  cursor: pointer;
}
#networkMonitorModal .cat-container h3 {
  font-size: 17px;
  line-height: 1;
  font-family: "Exo-Bold";
  color: #0E172C;
  margin: 0;
  padding: 0;
}
#networkMonitorModal .cat-container p {
  font-size: 12px;
  line-height: 1;
  font-family: "Exo-Regular";
  color: #0E172C;
  margin: 0;
  padding: 0;
}
#networkMonitorModal .cat-container i {
  color: var(--isa-lime);
}
#networkMonitorModal .cat-container img {
  height: 35px;
  width: auto;
  margin-right: 10px;
}
#networkMonitorModal .cat-container i.fa-check-circle {
  font-size: 40px;
  margin-right: 10px;
}
#networkMonitorModal .cat-container i.fa-chevron-right {
  font-size: 20px;
  margin-left: auto;
}
@media screen and (max-width: 1440px) {
  .nav-status-bar ul,
  .navbar-custom.navbar-expand-lg .container-fluid,
  #banner-section .banner-container,
  #why-section .why-container {
    width: 80%;
  }
  #page-section .page-container {
    width: 100%;
  }
  #page-section .page-card-banner-group {
    width: 100%;
    column-gap: 20px;
    justify-content: center;
  }
  #banner-section .banner-container,
  #page-section .page-container,
  #why-section .why-container {
    margin: 2rem auto;
  }
}
@media screen and (max-width: 1200px) {
  .nav-status-bar ul,
  .navbar-custom.navbar-expand-lg .container-fluid,
  #banner-section .banner-container,
  #why-section .why-container,
  #reviews-section .reviews-container,
  #partners-section .partners-container {
    width: 85%;
  }
  #page-section .page-card-banner-group .page-card-banners {
    max-width: 290px;
  }
  #banner-section .banner-container,
  #why-section .why-container {
    margin: 2rem auto;
  }
  #page-section .page-container .col-12.h-100.justify-content-around div.wow:nth-of-type(1) {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1000px) {
  .footer-social-icons {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-social-icons picture {
    margin-left: unset;
  }
}
@media screen and (max-width: 992px) {
  .navbar-check-coverage {
    margin-left: auto;
  }
  .nav-status-bar ul,
  .navbar-custom.navbar-expand-lg .container-fluid,
  #banner-section .banner-container,
  #why-section .why-container,
  #reviews-section .reviews-container,
  #partners-section .partners-container {
    width: 90%;
  }
  #banner-section {
    height: auto;
  }
  #page-section {
    padding-bottom: 1rem;
  }
  #page-section .page-card-banner-group .page-card-banners {
    max-width: 210px;
  }
  #page-section .desc-section {
    width: 80%;
  }
  #page-section .page-container .row.justify-content-start {
    justify-content: center !important;
  }
  #reviews-section {
    padding: 0;
  }
  #reviews-section .swiper-button-prev {
    left: 7%;
  }
  #reviews-section .swiper-button-next {
    right: 7%;
  }
  #partners-section .partner-images {
    display: flex;
    justify-content: space-evenly;
  }
  #partners-section .partner-images .row.row:nth-of-type(4) {
    display: none;
  }
  #partners-section .partner-images .partner-image {
    height: 70px;
    width: auto;
    margin-bottom: 2rem;
  }
  .footer .bottom-links {
    flex-direction: column-reverse;
    align-items: center !important;
  }
  .footer .bottom-links p {
    width: 100%;
  }
  .footer .bottom-links h2 {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  #page-section .page-container .col-12.h-100.justify-content-around div.wow:nth-of-type(1) {
    padding-bottom: 50px !important;
  }
  #page-section .page-card-banner-group {
    flex-direction: column;
    align-items: center;
  }
  #page-section .page-card-banner-group .page-card-banners {
    width: 100%;
    max-width: 450px;
    margin-bottom: 2rem;
  }
  #page-section .page-card-banner-group .page-card-banners .flex-column {
    flex-direction: row !important;
    justify-content: flex-start !important;
  }
  #page-section .page-card-banners .read-more-btn {
    margin: 0 0 0 15px;
  }
}
@media screen and (max-width: 768px) {
  #networkMonitorModal .modal-dialog {
    max-width: 90% !important;
  }
  #networkMonitorModal .modal-content {
    padding: 15px;
  }
  #networkMonitorModal .top-row .switches button {
    padding: 10px 30px;
  }
  #networkMonitorModal .category-list {
    padding-top: 20px;
    gap: 10px 20px;
  }
  #networkMonitorModal .cat-container {
    padding: 15px 10px;
  }
  #banner-section .banner-container,
  #page-section .page-container,
  #why-section .why-container {
    height: auto;
    margin: 2rem auto;
  }
  #banner-section .banner-container,
  #page-section .page-container,
  #why-section .why-container {
    width: 95%;
  }
  #banner-section .banner-inner {
    margin-left: 1rem;
  }
  #reviews-section .swiper-button-prev {
    left: 5%;
  }
  #reviews-section .swiper-button-next {
    right: 5%;
  }
  #partners-section .partner-images .row.row:nth-of-type(3) {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  #networkMonitorModal .top-row {
    flex-direction: column;
    align-items: center;
  }
  #networkMonitorModal .top-row .switches {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #networkMonitorModal .category-list {
    flex-direction: column;
  }
  #networkMonitorModal .cat-container {
    max-width: 100%;
  }
  #networkMonitorModal .top-row .switches button {
    padding: 10px 20px;
  }
  .navbar-custom .navbar-brand img {
    height: 40px;
    max-width: 140px;
  }
  .nav-status-bar ul,
  .navbar-custom.navbar-expand-lg .container-fluid,
  #banner-section .banner-container,
  #why-section .why-container,
  #reviews-section .reviews-container,
  #partners-section .partners-container {
    width: 100%;
  }
  .nav-status-bar ul,
  .navbar-custom.navbar-expand-lg .container-fluid {
    padding: 5px !important;
  }
  .navbar-custom.navbar-expand-lg .container-fluid .navbar-check-coverage {
    width: 130px;
    order: 2;
    margin-left: unset;
    padding: 15px 0;
  }
  .navbar-toggler {
    padding: 0;
    order: 3;
  }
  .navbar-custom .navbar-brand {
    order: 1;
  }
  .navbar-custom.navbar-expand-lg .container-fluid #custom-collapse {
    order: 4;
  }
  #banner-section .banner-container {
    height: auto;
    margin: 5rem auto;
  }
  #page-section .page-container {
    width: 100%;
  }
  #page-section .page-card-banner-group {
    padding: 0 2rem;
  }
  #page-section .page-card-banner-group .page-card-banners {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding-bottom: 60px;
  }
  #page-section .page-card-banners .read-more-btn {
    margin: 0;
  }
  #page-section .page-card-banners .justify-content-around {
    justify-content: flex-start!important;
    column-gap: 10px;
    margin-left: 0;
    flex-direction: row !important;
  }
  #why-section {
    margin-top: 0;
  }
  #why-section .why-container {
    height: auto;
    margin: 2rem auto;
  }
  #page-section .page-container {
    height: auto;
    margin: 1rem auto 0;
    padding-bottom: 0;
  }
  #page-section .desc-section {
    width: 90%
  }
  #page-section .desc-section h5:not(:first-of-type) {
    width: 100%;
  }
  #reviews-section .swiper-button-prev,
  #reviews-section .swiper-button-next {
    display: none;
  }
  #partners-section .partner-images .row.row:nth-of-type(2) {
    display: none;
  }
  .footer .footer-social-icons {
    flex-direction: column-reverse;
  }
  .footer .footer-social-icons a {
    margin: 0 10px;
    padding: 0;
  }
  .footer .footer-logo {
    margin-bottom: 1rem;
    height: 55px;
  }
  .footer .bottom-links {
    text-align: center;
  }
  .footer .bottom-links h2 {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer .bottom-links .copyright {
    text-align: center;
  }
}
@media screen and (max-width: 422px) {
  #page-section .page-card-banners .read-more-btn {
    margin-top: 1rem;
  }
}

/* Network Status Page */
#network_status .content-container {
  width: 80%;
  margin: 0 auto;
  padding: clamp(2rem, 3vw, 4rem) 0;
}
#network_status .header {
  background-color: var(--isa-midnight);
  text-align: center;
  height: auto;
  padding: clamp(20px, 4vw, 60px) 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#network_status .header h1 {
  font-size: clamp(50px, 4vw, 70px);
  line-height: 1;
}
#network_status .content-container aside {
  width: 100%;
  max-width: 250px;
}
#network_status .content-container aside h3 {
  font-family: 'Exo-Bold';
  color: black;
  font-size: clamp(13px, 2vw, 17px);
  margin: clamp(0.7rem, 1vw, 1.5rem) 0;
  padding: clamp(0.5rem, 1vw, 1rem);
  display: flex;
  align-items: center;
  max-width: 95%;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  cursor: pointer;
}
#network_status .content-container aside h3 i {
  margin: 0 1rem;
  font-size: 25px;
}
#network_status .content-container aside h3 img {
  margin: 0 1rem;
  height: 100%;
  max-height: 25px;
  width: auto;
}
#network_status .content-container aside h3 i.fa-check-circle,
#network_status .content-container aside h3 i.fa-power-off {
  color: var(--isa-lime);
}
#network_status .content-container aside h3 i.fa-exclamation-circle {
  color: #FF5100;
}
#network_status .content-container aside h3.selected {
  color: var(--isa-white);
  background-color: var(--isa-lime);
  transition: all ease-in 50ms;
}
#network_status .content-container aside h3.selected i.fa-check-circle,
#network_status .content-container aside h3.selected i.fa-power-off {
  color: var(--isa-white);
}
#network_status .content-container aside .product_type {
  border: 2px solid var(--isa-lime);
  border-top-right-radius: var(--isa-button-radius);
  border-bottom-right-radius: var(--isa-button-radius);
  margin: 1rem 0;
}
#network_status .content-container aside .status_type {
  border: 2px solid var(--isa-lime);
  border-top-right-radius: var(--isa-button-radius);
  border-bottom-right-radius: var(--isa-button-radius);
  margin: 1rem 0;
}
#network_status .content-container aside .select-box {
  outline: 2px solid var(--isa-lime);
  outline-offset: -2px;
  border-top-right-radius: var(--isa-button-radius);
  border-bottom-right-radius: var(--isa-button-radius);
  margin: 1rem 0;
  position: relative;
  padding: 2rem;
}
#network_status .content-container aside .province-select .province-select-display,
#network_status .content-container aside .provider-select .provider-select-display {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
#network_status .content-container aside .select-box h2 {
  line-height: 1;
  font-size: clamp(13px, 2vw, 17px);
  color: var(--isa-midnight);
  font-family: 'Exo-Bold';
  margin: 0;
}
#network_status .content-container aside .select-box h4 {
  line-height: 1;
  font-size: clamp(13px, 2vw, 17px);
  color: var(--isa-midnight);
  margin: 0;
}
#network_status .content-container aside .select-box p {
  margin: 0;
  margin-left: -5px;
  padding: 5px;
  color: var(--isa-midnight);
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
#network_status .content-container aside .select-box p:hover,
#network_status .content-container aside .select-box p.selected {
  background-color: var(--isa-lime);
  color: white;
  transition: all ease-in 50ms;
}
#network_status .content-container aside .select-box i,
#network_status .content-container aside .select-box i {
  color: var(--isa-lime);
  font-size: 25px;
  margin-right: 10%;
}
#network_status .content-container aside .select-box #provinces,
#network_status .content-container aside .select-box #providers {
  position: absolute;
  background-color: white;
  width: 100%;
  border-left: 2px solid var(--isa-lime);
  border-right: 2px solid var(--isa-lime);
  border-bottom: 2px solid var(--isa-lime);
  border-bottom-left-radius: var(--isa-button-radius);
  border-bottom-right-radius: var(--isa-button-radius);
  left: 0;
  padding: 10px 2rem 2rem;
  z-index: 11;
}
#network_status .content-container {
  display: flex;
}
#network_status .content-container .content {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 1rem;
}
.no-outages {
  background-color: var(--isa-lime);
  position: relative;
  border-radius: 5px;
  max-width: 630px;
  max-height: 630px;
  text-align: center;
  margin-top: 8rem;
  padding: clamp(1rem, 2vw, 3rem);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.no-outages::after {
  z-index: -1;
  content: '';
  position: absolute;
  height: 5px;
  border-radius: 50%;
  width: 100%;
  background-color: transparent;
  bottom: 0;
  left: 0;
  box-shadow: 0 8px 20px 8px rgba(0, 0, 0, 0.3);
}
.no-outages h1 {
  font-size: clamp(60px, 2vw, 73px);
  font-family: 'Exo-Bold';
  line-height: 1.2;
}
.no-outages img {
  max-height: 180px;
  width: auto;
}
.no-outages h3 {
  font-size: 37px;
  font-family: 'Exo-Bold';
  line-height: 1.2;
}
.no-outages p {
  font-size: 24px;
  line-height: 1.5;
}
.outages {
  width: clamp(70%, 55vw, 100%);
}
.no-outages {
  width: clamp(80%, 55vw, 100%);
}
.outages .status-container {
  background-color: var(--isa-white);
  border-radius: var(--isa-button-radius);
  border: 1px solid var(--isa-grey2);
  overflow: hidden;
  width: 100%;
}
.outages .status-container:not(:first-of-type) {
  margin-top: 3rem;
}
.outages .status-container:last-of-type {
  margin-bottom: 3rem;
}
.outages .status-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #dfdfdf;
  padding: clamp(1rem, 2vw, 2rem) 2rem;
}
.outages .status-header h3,
.outages .status-body h3 {
  color: #4d4d4f;
  font-family: 'Exo-bold';
  margin: 0 0 5px;
  padding: 0;
  line-height: 1;
  font-size: clamp(17px, 2vw, 20px);
}
.outages .status-header p {
  color: var(--isa-red);
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: clamp(14px, 2vw, 15px);
}
.outages .status-header img {
  max-height: 25px;
  width: auto;
}
.outages .status-body {
  padding: 2rem;
}
.outages .status-body p {
  color: #4d4d4f;
  font-size: 14px;
  line-height: 1.2;
  padding-top: 1rem;
}
.outages .status-body .ref {
  color: #4d4d4f;
  font-size: 14px;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  #network_status .content-container {
    width: 85%;
  }
}
@media screen and (max-width: 900px) {
  .issues {
    max-width: 400px !important;
  }
}
@media screen and (max-width: 768px) {
  #network_status .content-container {
    width: 90%;
    flex-direction: column;
  }
  .issues {
    width: 80%;
  }
  .no-outages {
    margin: 3rem;
  } 
  #network_status .content-container aside {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 350px;
    column-gap: 2rem;
    max-width: 80%;
    margin: 0 auto;
  }
  #network_status .content-container aside .select-box {
    max-height: 57px;
  }
  #network_status .content-container aside .select-box,
  #network_status .content-container aside .product_type,
  #network_status .content-container aside .status_type {
    margin: 0.5rem 0;
    height: 100%;
  }
  #network_status .content-container aside .province-select {
    order: 1;
    padding: 1rem;
  }
  #network_status .content-container aside .provider-select {
    order: 2;
    padding: 1rem;
  }
  #network_status .content-container aside .product_type {
    order: 4;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 335px;
  }
  #network_status .content-container aside .status_type {
    order: 3;
  }
  .outages .status-body p {
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  #network_status .content-container {
    width: 100%;
    padding: 0 10px;
  }
  #network_status .content-container aside h3 img {
    margin: 0 10px;
  }
  .issues,
  .no-outages {
    width: 100%;
  }
  #network_status .content-container aside {
    max-width: none;
    column-gap: 1rem;
  }
}

/* Help Centre Page */
#help_center .content-container {
  width: 100%;
  padding: 0;
  position: relative;
  box-shadow: 0 8px 10px 3px rgba(0, 0, 0, 0.2);
}
#help_center .content-container .content {
  width: 80%;
  margin: 0 auto;
}
#help_center .content-container .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#help_center .header {
  background-color: var(--isa-midnight);
  text-align: center;
  height: 335px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#help_center .header h1 {
  font-size: clamp(50px, 3vw, 70px);
  line-height: 1;
}
#help_center #filter-faq {
  border-radius: var(--isa-button-radius);
  padding: 10px 20px;
  background-color: #fff;
  max-width: 615px;
  width: 100%;
  border: none;
  outline: none;
  color: var(--isa-twilight);
  font-size: 14px;
  font-family: "Exo-Bold";
}
#help_center #filter-faq:focus {
  outline: none;
}
#help_center #filter-faq::placeholder {
  color: var(--isa-grey2);
  font-size: 14px;
}
#help_center .content-container .content h3 {
  font-size: 40px;
  font-family: "Exo-Bold";
}
#help_center .content-container .content .category {
  padding: 40px 0;
}
#help_center .content-container .content .category:not(:last-child) {
  border-bottom: 2px solid var(--isa-lime);
}
#help_center summary {
  list-style: none;
  display: flex;
  font-size: 14px;
  align-items: center;
  color: var(--isa-midnight);
}
#help_center summary::-webkit-details-marker {
  display: none;
}
#help_center summary i {
  color: var(--isa-lime);
  margin-right: 10px;
  font-size: 10px;
}
#help_center details .details-open {
  color: var(--isa-midnight);
  font-size: 14px;
  padding: 10px;
  background-color: var(--isa-grey1);
  border-radius: 5px;
}
#help_center details .details-open p {
  margin: 0;
}
#help_center .assistance {
  background-color: #fff;
}
#help_center .assistance .assistance-container {
  width: 80%;
  padding: 30px 8vw;
  margin: 0 auto;
  background-color: #0E172C;
  display: flex;
}
#help_center .assistance .assistance-container h1 {
  font-family: "Exo-Bold";
  color: #B5CB29;
  font-size: 56px;
}
#help_center .assistance .assistance-container .col-8 p {
  font-size: 24px;
  font-family: "Exo-Regular";
  color: #FFFFFF;
}
#help_center .assistance .assistance-container .col-4 {
  align-items: flex-end;
  display: flex;
}
#help_center .assistance .assistance-container .check-coverage {
  margin-left: auto;
  margin-bottom: clamp(10px, 3vw, 30px);
}
@media screen and (max-width: 1200px) {
  #help_center .content-container .content,
  #help_center .assistance-container {
    width: 90% !important;
  }
}
@media screen and (max-width: 768px) {
  #help_center .header h1 span {
    white-space: nowrap;
  }
  #help_center .header #filter-faq {
    max-width: 90%;
  }
  #help_center .content-container .row {
    flex-direction: column;
  }
  #help_center .content-container .row .col-6 {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 576px) {
  #help_center .content-container {
    width: 100%;
    padding: 0 15px;
  }
  #help_center .assistance .assistance-container {
    flex-direction: column;
    width: 95%;
  }
  #help_center .assistance .assistance-container h1 {
    font-family: "Exo-Regular";
    line-height: 1.2;
  }
  #help_center .assistance .assistance-container .col-8,
  #help_center .assistance .assistance-container .col-4 {
    width: 100%;
  }
  #help_center .assistance .assistance-container .check-coverage {
    margin-left: unset;
    margin: 0 auto;
  }
  #help_center .assistance .assistance-container .col-8 p {
    line-height: 1.3;
  }
}

/* Fibre product page */
#fibre-page .banner {
  display: flex;
  min-height: 600px;
}
#fibre-page .banner .left {
  background-color: #0E172C;
  width: 50%;
  padding: 80px 20px 80px 10%;
}
#fibre-page .banner .right {
  width: 50%;
  background-image: url('/storage/media/2023/09/fibre-page-banner.png');
  background-size: cover;
  background-repeat: no-repeat;
}
#fibre-page .banner h1 {
  color: #fff;
  font-family: "Exo-Bold";
  font-size: 70px;
  margin: 0;
  line-height: 1.2;
}
#fibre-page .banner h1 span {
  font-family: "Exo-Regular";
}
#fibre-page .banner h5 {
  color: #fff;
  font-size: 24px;
  margin: 30px 0;
}
#fibre-page .banner .left .check-coverage {
  margin-left: auto;
  margin-right: 20px;
}
#fibre-page .info {
  width: 100%;
  box-shadow: 0 8px 10px 3px rgba(0, 0, 0, 0.2);
}
#fibre-page .info .info-container {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  padding: clamp(40px, 4vw, 80px) 0;
}
#fibre-page .info h1 {
  font-size: 70px;
  font-family: "Exo-Medium";
  line-height: 1.2;
  padding-bottom: clamp(30px, 8vw, 40px);
}
#fibre-page .info h5 {
  font-size: 23px;
  font-family: "Exo-Regular";
  line-height: 1.2;
  color: #000000;
  margin-bottom: 20px;
}
#fibre-page .info .right {
  text-align: right;
  padding: 20px 40px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background-color: #0E172C;
  position: relative;
}
#fibre-page .info .right::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 130%;
  top: -15%;
  right: -10px;
  background-color: #fff;
  box-shadow: 7px 0 5px -5px rgba(0, 0, 0, 0.15), -7px 0 5px -5px rgba(0, 0, 0, 0.15);
}
#fibre-page .info .left {
  text-align: left;
  padding: 20px 40px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: #0E172C;
}
#fibre-page .info .desc {
  font-size: 24px;
  margin-top: 80px;
}
#fibre-page .info .desc .row:first-of-type {
  margin-bottom: 40px;
}
#fibre-page .info .desc span {
  font-family: "Exo-Bold";
  line-height: 1;
}
#fibre-page .info .desc p {
  padding: 0;
  margin: 0;
  color: #fff;
  line-height: 1.3;
}
#fibre-page .products .products-container {
  width: 90%;
  margin: 0 auto;
  background-color: #0E172C;
  padding: clamp(40px, 6vw, 80px) clamp(20px, 6vw, 80px);
}
#fibre-page .products .products-container .mobile-tab-nav {
  margin: 0 auto 40px;
  width: 200px;
  display: none;
}
#fibre-page .products .products-container .mobile-tab-nav .prev {
  transform: rotate(90deg);
  height: 30px;
  cursor: pointer;
}
#fibre-page .products .products-container .mobile-tab-nav .next {
  transform: rotate(-90deg);
  height: 30px;
  cursor: pointer;
}
#fibre-page .products .products-container h1 {
  font-size: 70px;
  font-family: "Exo-Regular";
  text-align: center;
  margin-bottom: 40px;
}
#fibre-page .products .products-container h1 span {
  color: #fff;
  font-family: "Exo-Bold";
}
#fibre-page .products .products-container p.terms {
  text-align: center;
  font-size: 22px;
  margin: 40px 0 0;
}
#fibre-page .products .products-container .nav-tabs {
  border: none;
}
#fibre-page .products .products-container .tab-content .tab-pane .products {
  columns: 2;
  padding: 0;
  gap: 0;
  border: 1px solid var(--isa-lime);
  border-bottom: none;
}
#fibre-page .products .products-container .tab-content .tab-pane .item {
  display: flex;
  align-items: center;
  padding: 30px;
}
#fibre-page .products .products-container .tab-content .tab-pane .item h1 {
  font-size: 50px;
  font-family: "Exo-Bold";
  color: var(--isa-lime);
  margin-left: auto;
  margin-bottom: 0;
}
#fibre-page .products .products-container .tab-content .tab-pane .item h1 span {
  font-size: 21px;
  color: var(--isa-lime);
}
#fibre-page .products .products-container .tab-content .tab-pane .item p {
  color: #fff;
  font-size: 21px;
  margin: 0 30px 0 10px;
}
#fibre-page .products .products-container .tab-content .tab-pane .item img {
  max-width: 30px;
  height: auto;
}
#fibre-page .products .products-container .tab-content .tab-pane .item img.up {
  transform: rotate(180deg);
}
#fibre-page .products .products-container .tab-content .desc-container {
  border: 1px solid #fff;
  border-top: none;
  background-color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
}
#fibre-page .products .products-container .tab-content .desc {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#fibre-page .products .products-container .tab-content .desc p {
  color: #0E172C;
  font-size: 23px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 50%;
}
#fibre-page .products .products-container .tab-content .desc i {
  font-size: 35px;
  color: #B5CB29;
  margin-right: 15px;
}
#fibre-page .products .products-container .nav-tabs .nav-link {
  background-color: #fff;
  width: 215px;
  border: 1px solid #fff;
  opacity: 0.4;
  transition: all ease-in-out 100ms;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 0 8px;
}
#fibre-page .products .products-container .nav-tabs .nav-link.active {
  border: 1px solid var(--isa-lime);
  opacity: 1;
}
#fibre-page .products .products-container .nav-tabs .nav-link:focus {
  outline: none;
}
#fibre-page .products .products-container .nav-tabs .nav-link:not(:last-of-type) {
  margin-right: 10px;
}
#fibre-page .products .products-container .nav-tabs .nav-link img {
  max-width: 215px;
  height: auto;
}
#fibre-page .faq {
  width: 100%;
  box-shadow: 0 -8px 10px 3px rgba(0, 0, 0, 0.2);
}
#fibre-page .faq .faq-container {
  width: 75%;
  margin: 0 auto;
  padding: clamp(40px, 6vw, 80px) 0;
}
#fibre-page .faq h1 {
  font-size: 70px;
  font-family: "Exo-Medium";
  line-height: 1;
  margin-bottom: clamp(20px, 6vw, 40px);
}
#fibre-page .faq .left {
  padding-right: 40px;
}
#fibre-page .faq .right {
  padding-left: 40px;
}
#fibre-page .faq .left details {
  width: 100%;
  padding: 20px 40px;
  border: 1px solid var(--isa-lime);
  border-radius: 10px;
}
#fibre-page .faq .left details:not(:first-of-type) {
  margin-top: 20px;
}
#fibre-page .faq .right details {
  width: 100%;
  padding: 10px 20px;
  border-top: 1px solid var(--isa-lime);
}
#fibre-page summary {
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #0E172C;
}
#fibre-page summary::-webkit-details-marker {
  display: none;
}
#fibre-page summary img {
  max-height: 30px;
  width: auto;
  margin-left: auto;
}
#fibre-page summary img.minus {
  display: none;
}
#fibre-page summary img.arrow {
  transform: rotate(-90deg);
}
#fibre-page details p,
#fibre-page details div {
  background-color: #0000001A;
  border-radius: 25px;
  padding: 30px 20px;
  color: #0E172C;
  font-size: 24px;
  line-height: 1.1;
  margin-top: 20px;
}
#fibre-page .faq .right details {
  font-size: 17px;
}
#fibre-page .faq .right details p,
#fibre-page .faq .right details div {
  font-size: 17px;
  padding: 20px;
  margin-top: 10px;
}
#fibre-page .faq .right details div ul {
  margin: 10px 0;
}
#fibre-page .faq .right summary {
  font-size: 17px;
  line-height: 1.2;
}
#fibre-page .faq .right summary img {
  max-height: 15px;
  max-width: 15px;
}
#fibre-page .faq .right span {
  display: block;
  font-size: 20px;
  font-family: "Exo-Medium";
  margin-bottom: 20px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  #fibre-page .banner .left {
    padding: 80px 40px;
  }
  #fibre-page .banner .left .check-coverage {
    margin-right: 0;
  }
  #fibre-page .products .products-container .tab-content .tab-pane .item p {
    font-size: 14px;
  }
  #fibre-page .products .products-container .tab-content .tab-pane .item i {
    font-size: 15px;
  }
  #fibre-page .products .products-container .tab-content .tab-pane .item h1 {
    font-size: 35px;
  }
  #fibre-page .products .products-container .tab-content .desc p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  #fibre-page h1 {
    font-size: 54px !important;
  }
  #fibre-page .banner .right {
    background-position: top center;
  }
  #fibre-page .faq h1 {
    text-align: center;
  }
  #fibre-page .faq .row {
    flex-direction: column;
  }
  #fibre-page .faq .row .col-6 {
    width: 100%;
    width: 600px;
    padding: 0;
    margin: 0 auto;
  }
  #fibre-page .faq .left details:not(:first-of-type) {
    margin-bottom: 30px;
  }
  #fibre-page .products .products-container .tab-content .tab-pane .products {
    columns: 1;
  }
  #fibre-page .products .products-container .tab-content .tab-pane .item {
    padding: 20px;
  }
  #fibre-page .products .products-container .tab-content .tab-pane .item:not(:last-of-type) {
    border-bottom: 1px solid #ADCE36;
  }
  #fibre-page .products .products-container .tab-content .tab-pane .item p {
    font-size: 14px;
    margin: 0 80px 0 20px;
  }
  #fibre-page .products .products-container .tab-content .tab-pane .item i {
    font-size: 15px;
  }
  #fibre-page .products .products-container .tab-content .tab-pane .item h1 {
    font-size: 35px !important;
  }
  #fibre-page .products .products-container .tab-content .desc p {
    font-size: 14px;
    width: 100%;
  }
  #fibre-page .products .products-container .tab-content .desc {
    flex-direction: column;
  }
  #fibre-page .products .products-container .tab-content .desc-container {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  #fibre-page h1 {
    font-size: 58px !important;
  }
  #fibre-page .banner .left {
    padding: 40px 20px;
  }
  #fibre-page .info .right::after {
    display: none;
  }
  #fibre-page .info .desc {
    font-size: 19px;
    margin-top: 40px;
  }
  #fibre-page .info .desc .row .col-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    border-radius: 25px;
    padding: 10px 30px;
    text-align: center;
    min-height: 105px;
    margin-bottom: 15px;
  }
  #fibre-page .info .desc .row .col-6 p {
    max-width: 380px;
    margin: 10px auto 0;
  }
  #fibre-page .info .desc .row:first-of-type {
    margin-bottom: 0;
  }
  #fibre-page .products .products-container .tab-content .tab-pane .item p {
    font-size: 14px;
    margin: 0 30px 0 10px;
  }
}
@media screen and (max-width: 576px) {
  #fibre-page .banner .right {
    display: none;
  }
  #fibre-page .banner .left {
    width: 100%;
    padding: 40px;
  }
  #fibre-page .products .products-container .nav-tabs .nav-link {
    width: 100%;
    height: 80px;
  }
  #fibre-page .products .products-container .nav-tabs .nav-link:not(:last-of-type) {
    margin: 0;
  }
  #fibre-page .products .products-container .nav-tabs .nav-link:not(.active) {
    display: none;
  }
  #fibre-page .products .products-container .nav-tabs .nav-link img {
    max-width: min-content;
    width: 80%;
    height: auto;
  }
  #fibre-page .products .products-container .mobile-tab-nav {
    display: flex;
  }
  #fibre-page .products .products-container .tab-content .tab-pane .item {
    flex-wrap: wrap;
    justify-content: center;
  }
  #fibre-page .products .products-container .tab-content .tab-pane .item h1 {
    margin-left: unset;
  }
  #fibre-page .products .products-container .tab-content .desc-container {
    flex-direction: column;
  }
  #fibre-page .products .products-container .tab-content .desc-container .check-coverage {
    margin-top: 20px;
  }
  #fibre-page .products .products-container .tab-content .tab-pane .item p {
    font-size: 14px;
    margin: 0 15px 0 10px;
  }
  #fibre-page h1 {
    font-size: 51px !important;
  }
}

/* Telephony product page */
#telephony-page .banner {
  display: flex;
  min-height: 600px;
}
#telephony-page .banner .left {
  background-color: #0E172C;
  width: 50%;
  padding: 80px 20px 80px 10%;
}
#telephony-page .banner .right {
  width: 50%;
  background-image: url('/storage/media/2023/09/telephony-banner.png');
  background-size: cover;
  background-repeat: no-repeat;
}
#telephony-page .banner h1 {
  font-family: "Exo-Regular";
  font-size: clamp(50px, 8vw, 70px);
  margin: 0;
  line-height: 1.2;
  margin-right: 10%;
}
#telephony-page .banner h1 span {
  color: #fff;
  font-family: "Exo-Bold";
}
#telephony-page .banner h5 {
  color: #fff;
  font-size: 24px;
  margin: 30px 0 80px;
  margin-right: 10%;
}
#telephony-page .banner .left .check-coverage {
  margin-left: auto;
  margin-right: 80px;
}

#telephony-page .info-container {
  box-shadow: 0 8px 10px 3px rgba(0, 0, 0, 0.2);
}

#telephony-page .info-container {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  padding: clamp(40px, 8vw, 80px) 0;
}
#telephony-page .info h1 {
  font-size: clamp(50px, 8vw, 70px);
  font-family: "Exo-Medium";
  line-height: 1.2;
}
#telephony-page .info h5 {
  font-size: 23px;
  font-family: "Exo-Regular";
  line-height: 1.2;
  color: #000000;
  margin: 60px 0;
}
#telephony-page .info .list .row {
  justify-content: center;
}
#telephony-page .info .list .list-item {
  width: 33.33%;
  display: flex;
  align-items: center;
}
#telephony-page .info .list .list-item img {
  max-width: 80px;
  display: block;
  margin-right: 15px;
}
#telephony-page .info .list .list-item p {
  color: #1D1D1B;
  font-size: 24px;
  padding: 0;
  margin: 0;
  text-align: left;
  line-height: 1.2;
}
#telephony-page .products .products-container {
  width: 90%;
  margin: 0 auto;
  background-color: #0E172C;
  padding: clamp(60px, 8vw, 80px) clamp(20px, 8vw, 80px);
}
#telephony-page .products .products-container .inner {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
#telephony-page .products .products-container h1 {
  color: #fff;
  font-size: clamp(50px, 8vw, 70px);
  font-family: "Exo-Bold";
  text-align: center;
}
#telephony-page .products .products-container h1 span {
  font-family: "Exo-Regular";
}
#telephony-page .products .products-container .products {
  justify-content: space-between;
  margin: 0;
  margin-top: 60px;
}
#telephony-page .products .products-container .product {
  width: 30%;
  max-width: 323px;
  border: 1px solid var(--isa-lime);
  border-radius: 12px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0;
}
#telephony-page .products .products-container .product span:not(h1 > span) {
  position: absolute;
  top: -20px;
  height: 42px;
  background-color: var(--isa-lime);
  color: #fff;
  font-family: "Exo-Bold";
  border-radius: 16px;
  font-size: 21px;
  width: 216px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#telephony-page .products .products-container .product h1 {
  font-size: 60px;
  font-family: "Exo-Bold";
  color: var(--isa-lime);
  margin: 50px 0 20px;
  line-height: 1;
}
#telephony-page .products .products-container .product h1 span {
  font-size: 25px;
  font-family: "Exo-Bold";
}
#telephony-page .products .products-container .product p {
  color: #fff;
  font-size: 24px;
  border-top: 1px solid var(--isa-lime);
  width: 100%;
  margin: 0;
  padding: 10px 0;
  line-height: 1.2;
}
#telephony-page .products .products-container .product-info {
  width: 100%;
  border-radius: 15px;
  border: 1px solid var(--isa-lime);
  margin: 40px 0;
}
#telephony-page .products .products-container .product-info .left,
#telephony-page .products .products-container .product-info .right {
  width: 50%;
  font-size: 24px;
  color: #fff;
  padding: 30px;
}
#telephony-page .products .products-container .product-info .left {
  border-right: 1px solid var(--isa-lime);
}
#telephony-page .products .products-container .product-info p {
  margin: 0;
  line-height: 1.3;
}
#telephony-page .products .products-container .check-coverage {
  margin-left: auto;
}
#telephony-page .faq {
  box-shadow: 0 -8px 10px 3px rgba(0, 0, 0, 0.2);
}
#telephony-page .faq-container {
  width: 75%;
  margin: 0 auto;
  padding: clamp(40px, 6vw, 80px) 0;
}
#telephony-page .faq h1 {
  font-size: clamp(50px, 8vw, 70px);
  font-family: "Exo-Medium";
  line-height: 1;
  margin-bottom: clamp(20px, 6vw, 40px);
}
#telephony-page .faq .left {
  padding-right: 40px;
}
#telephony-page .faq .right {
  padding-left: 40px;
}
#telephony-page .faq .left details {
  width: 100%;
  padding: 20px 40px;
  border: 1px solid var(--isa-lime);
  border-radius: 10px;
}
#telephony-page .faq .left details:not(:first-of-type) {
  margin-top: 20px;
}
#telephony-page .faq .right details {
  width: 100%;
  padding: 10px 20px;
  border-top: 1px solid var(--isa-lime);
}
#telephony-page summary {
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #0E172C;
}
#telephony-page summary::-webkit-details-marker {
  display: none;
}
#telephony-page summary img {
  max-height: 30px;
  width: auto;
  margin-left: auto;
}
#telephony-page summary img.minus {
  display: none;
}
#telephony-page details p {
  background-color: #0000001A;
  border-radius: 25px;
  padding: 30px 20px;
  color: #0E172C;
  font-size: 24px;
  line-height: 1.1;
  margin-top: 20px;
}
#telephony-page .faq .right details {
  font-size: 17px;
}
#telephony-page .faq .right details p {
  font-size: 17px;
  padding: 20px;
  margin-top: 10px;
}
#telephony-page .faq .right summary {
  font-size: 17px;
}
#telephony-page .faq .right summary img {
  max-height: 15px;
  max-width: 15px;
}
#telephony-page .faq .right span {
  display: block;
  font-size: 20px;
  font-family: "Exo-Medium";
  margin-bottom: 20px;
  line-height: 1;
}
#enquireNow .modal-dialog,
#enquireNowSuccess .modal-dialog {
  max-width: 750px !important;
  margin: 0 auto;
}
#enquireNow .modal-content,
#enquireNowSuccess .modal-content {
  margin-top: 20%;
  border-radius: 25px;
  padding: 0;
}
#enquireNowSuccess .modal-body {
  padding: 20px;
  border-radius: 25px;
  background-color: #B5CB02;
  position: relative;
}
#enquireNowSuccess .modal-body h1 {
  color: #fff;
  font-size: 29px;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.3;
}
#enquireNow .modal-content .header {
  padding: 30px;
  background-color: #B5CB02;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  position: relative;
}
#enquireNow .modal-content .header h1 {
  line-height: 1;
  margin: 0;
  font-size: 30px;
  color: #fff;
}
#enquireNow .modal-content .header .close,
#enquireNowSuccess .modal-body .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  color: #fff;
}
#enquireNow .modal-content .modal-body {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  width: 100%;;
}
#enquireNow .modal-content .modal-body input[type=text],
#enquireNow .modal-content .modal-body input[type=email] {
  width: 49%;
  padding: 10px 20px;
  border-radius: 25px;
  border: 1px solid #707070;
  color: #707070;
  font-size: 14px;
  line-height: 1;
}
#enquireNow .modal-content .modal-body input[type=text]:focus,
#enquireNow .modal-content .modal-body input[type=email]:focus {
  outline: none;
  border: 1px solid #707070;
}
#enquireNow .modal-content .modal-body input[type=text]::placeholder,
#enquireNow .modal-content .modal-body input[type=email]::placeholder {
  color: #969696;
}
#enquireNow .modal-content .checkbox {
  padding: 15px 20px;
  border-radius: 25px;
  border: 1px solid #707070;
  width: 100%;
}
#enquireNow .modal-content .checkbox label {
  color: #969696;
  font-size: 14px;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
#enquireNow .modal-content .checkbox label input[type=radio] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
#enquireNow .modal-content .checkbox label:first-of-type {
  margin-bottom: 10px;
}
#enquireNow .modal-content .modal-footer {
  background-color: #DBD5C7;
  padding: 10px 20px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
#enquireNow .modal-content .modal-footer input {
  font-size: 14px;
  color: #969696;
  background-color: #DBD5C7;
  border: 1px solid #969696;
  border-radius: 25px;
  padding: 10px 50px;
}
#enquireNow .modal-content .modal-footer input:hover {
  background-color: #969696;
  color: #DBD5C7;
  transition: all ease-in-out 80ms;
}
#enquireNow .errors ul {
  margin: 0;
  padding-left: 20px;
  margin-bottom: 10px;
}
#enquireNow .errors ul li {
  color: #FC1E2D;
  font-size: 14px;
  font-family: "Exo-Bold";
  line-height: 1.2;
}
@media screen and (max-width: 992px) {
  #telephony-page .info {
    width: 90%;
  }
  #telephony-page .info .list .list-item img {
    margin-right: 0;
  }
  #telephony-page .faq h1 {
    text-align: center;
    font-family: "Exo-Medium";
  }
  #telephony-page .faq .row {
    flex-direction: column;
  }
  #telephony-page .faq .row .col-6 {
    width: 100%;
    width: 600px;
    padding: 0;
    margin: 0 auto;
  }
  #telephony-page .faq .left details:not(:first-of-type) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #telephony-page .banner .left {
    padding: 40px 20px;
  }
  #telephony-page .banner .right {
    background-position: top center;
  }
  #telephony-page .banner h5 {
    margin: 30px 0;
  }
  #telephony-page .banner .left .check-coverage {
    margin-right: 0;
  }
  #telephony-page .info,
  #telephony-page .products .products-container {
    width: 95%;
  }
  #telephony-page .products .products-container .products {
    justify-content: center;
    gap: 50px 30px;
  }
  #telephony-page .products .products-container .product {
    min-width: 266px;
  }
  #telephony-page .faq h1 {
    font-family: "Exo-Regular";
  }
}
@media screen and (max-width: 576px) {
  #telephony-page .banner .right {
    display: none;
  }
  #telephony-page .banner .left {
    width: 100%;
    padding: 40px;
  }
  #telephony-page .info .list .row {
    display: block;
    columns: 2;
  }
  #telephony-page .info .list .list-item {
    width: auto;
  }
  #telephony-page .products .products-container .product {
    min-width: 323px;
  }
  #telephony-page .products .products-container .product-info {
    max-width: 323px;
    margin: 40px auto;
  }
  #telephony-page .products .products-container .product-info .left,
  #telephony-page .products .products-container .product-info .right {
    width: 100%;
  }
  #telephony-page .products .products-container .product-info .left {
    border-right: none;
    padding-bottom: 0;
  }
  #telephony-page .products .products-container .product-info .right {
    padding-top: 0;
  }
  #telephony-page .products .products-container .product-info p {
    margin-bottom: 10px;
  }
  #enquireNow .modal-content .modal-body input[type=text],
  #enquireNow .modal-content .modal-body input[type=email] {
    width: 100%;
  }
  #enquireNow .modal-content,
  #enquireNowSuccess .modal-content {
    margin-top: 30%;
  }
}
@media screen and (max-width: 400px) {
  #telephony-page .info .list .row {
    columns: 1;
  }
}

/* Fixed Wireless product page */
#fixed-wireless-page .banner {
  display: flex;
  min-height: 600px;
}
#fixed-wireless-page .banner .left {
  background-color: #0E172C;
  width: 50%;
  padding: 80px 20px 80px 10%;
}
#fixed-wireless-page .banner .right {
  width: 50%;
  background-image: url('/storage/media/2023/09/fixed-wireless-banner.png');
  background-size: cover;
  background-repeat: no-repeat;
}
#fixed-wireless-page .banner h1 {
  font-family: "Exo-Regular";
  font-size: clamp(50px, 4vw, 70px);
  margin: 0;
  line-height: 1.2;
  margin-right: 10%;
}
#fixed-wireless-page .banner h1 span {
  color: #fff;
  font-family: "Exo-Bold";
}
#fixed-wireless-page .banner h5 {
  color: #fff;
  font-size: 24px;
  margin: 30px 0 80px;
  margin-right: 10%;
}
#fixed-wireless-page .banner .left .check-coverage {
  margin-left: auto;
  margin-right: 80px;
}
#fixed-wireless-page .info {
  width: 100%;
  box-shadow: 0 8px 10px 3px rgba(0, 0, 0, 0.2);
}
#fixed-wireless-page .info .info-container {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  padding: clamp(40px, 8vw, 80px) 0;
}
#fixed-wireless-page .info h1 {
  font-size: clamp(50px, 8vw, 70px);
  font-family: "Exo-Medium";
  line-height: 1.2;
}
#fixed-wireless-page .info h5 {
  font-size: 23px;
  font-family: "Exo-Regular";
  line-height: 1.2;
  color: #000000;
  margin: 60px 0;
}
#fixed-wireless-page .info .list .row {
  justify-content: center;
}
#fixed-wireless-page .info .list .list-item {
  width: 33.33%;
  display: flex;
  align-items: center;
}
#fixed-wireless-page .info .list .list-item img {
  max-width: 80px;
  display: block;
  margin-right: 15px;
}
#fixed-wireless-page .info .list .list-item p {
  color: #1D1D1B;
  font-size: 24px;
  padding: 0;
  margin: 0;
  text-align: left;
  line-height: 1.2;
}
#fixed-wireless-page .products .products-container {
  width: 90%;
  margin: 0 auto;
  background-color: #0E172C;
  padding: clamp(60px, 6vw, 80px) clamp(20px, 8vw, 80px);
}
#fixed-wireless-page .products .products-container .inner {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}
#fixed-wireless-page .products .products-container h1 {
  color: #fff;
  font-size: clamp(50px, 8vw, 70px);
  font-family: "Exo-Bold";
  text-align: center;
  line-height: 1.2;
}
#fixed-wireless-page .products .products-container h1 span {
  font-family: "Exo-Regular";
}
#fixed-wireless-page .products .products-container .products {
  justify-content: center;
  margin: 0;
  margin-top: 60px;
}
#fixed-wireless-page .products .products-container .product {
  width: 100%;
  max-width: 540px;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0;
}
#fixed-wireless-page .products .products-container .product span:not(h1 > span) {
  position: absolute;
  top: -20px;
  height: 42px;
  background-color: var(--isa-lime);
  color: #fff;
  font-family: "Exo-Bold";
  border-radius: 16px;
  font-size: 21px;
  width: 216px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fixed-wireless-page .products .products-container .product h1 {
  font-size: 60px;
  font-family: "Exo-Bold";
  color: var(--isa-lime);
  line-height: 1;
  margin: 0;
  margin-left: auto;
}
#fixed-wireless-page .products .products-container .product .item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 30px;
  background-color: #0E172C;
}
#fixed-wireless-page .products .products-container .product .item:not(:first-of-type) {
  border-top: 1px solid #fff;
}
#fixed-wireless-page .products .products-container .product.wireless-home span:not(h1 > span) {
  background-color: #FFD900;
}
#fixed-wireless-page .products .products-container .product.wireless-home h1 {
  color: #FFD900;
}
#fixed-wireless-page .products .products-container .product .item {
  height: 119px;
}
#fixed-wireless-page .products .products-container .product .item img {
  width: 24px;
  height: 24px;
  display: block;
}
#fixed-wireless-page .products .products-container .product .item img.up {
  transform: rotate(180deg);
}
#fixed-wireless-page .products .products-container .product .item p {
  color: #fff;
  padding: 0;
  margin: 0;
  font-family: "Exo-Bold";
  font-size: 20px;
  display: flex;
  align-items: center;
  margin: 0 30px 0 10px;
}
#fixed-wireless-page .products .products-container .product h1 span {
  font-size: 25px;
  font-family: "Exo-Bold";
}
#fixed-wireless-page .products .products-container .product .info {
  width: 100%;
  padding: 30px;
  text-align: left;
  color: #0E172C;
  font-size: 22px;
  background-color: #fff;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  outline: 1px solid #fff;
  margin-top: auto;
}
#fixed-wireless-page .products .products-container .product .info i {
  font-size: 35px;
  color: #B5CB29;
  margin-right: 20px;
}
#fixed-wireless-page .products .products-container .product .info p {
  display: flex;
  align-items: center;
}
#fixed-wireless-page .products .products-container .product.wireless-home .info i {
  color: #FED931;
}
#fixed-wireless-page .products .products-container .button-row {
  display: flex;
  align-items: center;
  margin: 40px 0;
  flex-direction: column;
}
#fixed-wireless-page .products .products-container .button-row p {
  font-size: 24px;
  color: #fff;
  line-height: 1.3;
  padding: 0;
  margin: 0;
  max-width: 700px;
}
#fixed-wireless-page .products .products-container .check-coverage {
  margin-bottom: 40px;
  margin-left: auto;
}
#fixed-wireless-page .products .products-container .check-coverage p {
  font-size: 12px;
}
#fixed-wireless-page .products .products-container p.terms {
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin: 0;
}
#fixed-wireless-page .faq {
  width: 100%;
  box-shadow: 0 -8px 10px 3px rgba(0, 0, 0, 0.2);
}
#fixed-wireless-page .faq .faq-container {
  width: 75%;
  margin: 0 auto;
  padding: clamp(40px, 6vw, 80px) 0;
}
#fixed-wireless-page .faq h1 {
  font-size: clamp(50px, 8vw, 70px);
  font-family: "Exo-Medium";
  line-height: 1;
  margin-bottom: clamp(20px, 6vw, 40px);
}
#fixed-wireless-page .faq .left {
  padding-right: 40px;
}
#fixed-wireless-page .faq .right {
  padding-left: 40px;
}
#fixed-wireless-page .faq .left details {
  width: 100%;
  padding: 20px 40px;
  border: 1px solid var(--isa-lime);
  border-radius: 10px;
}
#fixed-wireless-page .faq .left details:not(:first-of-type) {
  margin-top: 20px;
}
#fixed-wireless-page .faq .right details {
  width: 100%;
  padding: 10px 20px;
  border-top: 1px solid var(--isa-lime);
}
#fixed-wireless-page summary {
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #0E172C;
}
#fixed-wireless-page summary::-webkit-details-marker {
  display: none;
}
#fixed-wireless-page summary img {
  max-height: 30px;
  width: auto;
  margin-left: auto;
}
#fixed-wireless-page summary img.minus {
  display: none;
}
#fixed-wireless-page summary img.arrow {
  transform: rotate(-90deg);
}
#fixed-wireless-page details p,
#fixed-wireless-page details div {
  background-color: #0000001A;
  border-radius: 25px;
  padding: 30px 20px;
  color: #0E172C;
  font-size: 24px;
  line-height: 1.1;
  margin-top: 20px;
}
#fixed-wireless-page .faq .right details {
  font-size: 17px;
}
#fixed-wireless-page .faq .right details p,
#fixed-wireless-page .faq .right details div {
  font-size: 17px;
  padding: 20px;
  margin-top: 10px;
}
#fixed-wireless-page .faq .right details div ul {
  margin: 10px 0;
}
#fixed-wireless-page .faq .right summary {
  font-size: 17px;
  line-height: 1.2;
}
#fixed-wireless-page .faq .right summary img {
  max-height: 15px;
  max-width: 15px;
}
#fixed-wireless-page .faq .right span {
  display: block;
  font-size: 20px;
  font-family: "Exo-Medium";
  margin-bottom: 20px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  #fixed-wireless-page .products .products-container .product span:not(h1 > span) {
    top: -15px;
    height: 30px;
  }
  #fixed-wireless-page .products .products-container .product .item p {
    font-size: 14px;
  }
  #fixed-wireless-page .products .products-container .product h1 {
    font-size: 35px;
  }
  #fixed-wireless-page .products .products-container .product h1 span {
    font-size: 14px;
  }
  #fixed-wireless-page .products .products-container .product span:not(h1 > span) {
    font-size: 14px;
  }
  #fixed-wireless-page .products .products-container .product .info {
    font-size: 15px;
    padding: 20px;
  }
  #fixed-wireless-page .products .products-container .product .info p {
    margin: 0 0 10px;
  }
  #fixed-wireless-page .products .products-container .product .info p i {
    font-size: 25px;
  }
  #fixed-wireless-page .products .products-container .product .item {
    height: 89px;
  }
  #fixed-wireless-page .products .products-container .button-row p {
    max-width: 450px;
  }
}
@media screen and (max-width: 992px) {
  #fixed-wireless-page .info {
    width: 90%;
  }
  #fixed-wireless-page .info .list .list-item img {
    margin-right: 0;
  }
  #fixed-wireless-page .faq h1 {
    text-align: center;
    font-family: "Exo-Medium";
  }
  #fixed-wireless-page .faq .row {
    flex-direction: column;
  }
  #fixed-wireless-page .faq .row .col-6 {
    width: 100%;
    width: 600px;
    padding: 0;
    margin: 0 auto;
  }
  #fixed-wireless-page .faq .left details:not(:first-of-type) {
    margin-bottom: 30px;
  }
  #fixed-wireless-page .info .list .row {
    display: block;
    columns: 2;
  }
  #fixed-wireless-page .info .list .list-item {
    width: auto;
  }
  #fixed-wireless-page .products .products-container .product {
    max-width: 300px;
  }
  #fixed-wireless-page .products .products-container .product .item {
    padding: 0 10px;
  }
  #fixed-wireless-page .products .products-container .product .item p {
    margin: 0 5px 0 0;
  }
  #fixed-wireless-page .products .products-container .product .info {
    padding: 10px;
  }
  #fixed-wireless-page .products .products-container .product .info p {
    line-height: 1.2;
  }
  #fixed-wireless-page .products .products-container .product .info i {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  #fixed-wireless-page .banner .left {
    padding: 40px 20px;
  }
  #fixed-wireless-page .banner .right {
    background-position: top center;
  }
  #fixed-wireless-page .banner h5 {
    margin: 30px 0;
  }
  #fixed-wireless-page .banner .left .check-coverage {
    margin-right: 0;
  }
  #fixed-wireless-page .info,
  #fixed-wireless-page .products .products-container {
    width: 95%;
  }
  #fixed-wireless-page .faq h1 {
    font-family: "Exo-Regular";
  }
  #fixed-wireless-page .products .products-container .product {
    width: 100%;
    max-width: 403px;
  }
  #fixed-wireless-page .products .products-container .product .item {
    padding: 0 30px;
  }
  #fixed-wireless-page .products .products-container .product .item {
    height: 88px;
  }
  #fixed-wireless-page .products .products-container .product.wireless-business {
    margin-top: 80px;
  }
  #fixed-wireless-page .products .products-container .product .item p {
    margin: 0 30px 0 10px;
  }
  #fixed-wireless-page .products .products-container .button-row {
    flex-direction: column;
    margin: 40px 0;
  }
  #fixed-wireless-page .products .products-container .button-row p {
    width: 100%;
  }
  #fixed-wireless-page .products .products-container .check-coverage {
    margin-bottom: 40px;
    margin-left: unset;
  }
}
@media screen and (max-width: 576px) {
  #fixed-wireless-page .banner .right {
    display: none;
  }
  #fixed-wireless-page .banner .left {
    width: 100%;
    padding: 40px;
  }
  #fixed-wireless-page .products .products-container .product .item {
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px 10px;
  }
  #fixed-wireless-page .products .products-container .product .item p {
    margin: 0 15px 0 10px;
  }
  #fixed-wireless-page .products .products-container .product .item h1 {
    margin-left: unset;
    width: 100%;
  }
  #fixed-wireless-page .products .products-container .product .item {
    height: 115px;
  }
}
@media screen and (max-width: 500px) {
  #fixed-wireless-page .info .list .row {
    columns: 1;
  }
}

/* Contact Us Page */
#contact-us-page .banner {
  background-color: #0E172C;
  padding: clamp(40px, 4vw, 110px) 0;
}
#contact-us-page .banner h1 {
  text-align: center;
  font-size: clamp(50px, 4vw, 70px);
  font-family: "Exo-Regular";
  color: #B5CB02;
}
#contact-us-page .banner h1 span {
  font-family: "Exo-Bold";
  color: #fff;
}
#contact-us-page .map {
  width: 100%;
  padding: clamp(20px, 4vw, 40px) 0;
  box-shadow: 0 8px 10px 3px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  position: relative;
}
#contact-us-page .map .map-container {
  width: 80%;
  margin: 0 auto;
  border: 2px solid #B5CB29;
  padding: 30px;
  border-radius: 25px;
}
#contact-us-page .map .map-container h3.top-text,
#contact-us-page .map .map-container h3.mobile-top-h3 {
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: "Exo-Regular";
  font-size: 35px;
  color: #0E172C;
  margin-bottom: 20px;
  display: block;
}
#contact-us-page .map .map-container h3.top-text span {
  color: #B5CB29;
  font-family: "Exo-Bold";
}
#contact-us-page .map .map-container h3.mobile-top-h3 {
  display: none;
  text-align: left;
  font-size: 34px;
  margin-bottom: 10px;
}
#contact-us-page .map .map-container h4.mobile-top-h4 {
  display: none;
  text-align: left;
  font-size: 20px;
  color: #0E172C;
  font-family: "Exo-Regular";
  margin-bottom: 10px;
}
#contact-us-page .map .map-container #gmap_canvas {
  width: 100%;
  min-height: 400px;
}
#contact-us-page .assistance {
  background-color: #fff;
}
#contact-us-page .assistance .assistance-container {
  width: 80%;
  padding: 30px 8vw;
  margin: 0 auto;
  background-color: #0E172C;
  display: flex;
}
#contact-us-page .assistance .assistance-container h1 {
  font-family: "Exo-Bold";
  color: #B5CB29;
  font-size: 56px;
}
#contact-us-page .assistance .assistance-container .col-8 p {
  font-size: 24px;
  font-family: "Exo-Regular";
  color: #FFFFFF;
}
#contact-us-page .assistance .assistance-container .col-4 {
  align-items: flex-end;
  display: flex;
}
#contact-us-page .assistance .assistance-container .check-coverage {
  margin-left: auto;
  margin-bottom: clamp(10px, 3vw, 30px);
}
#contact-us-page .info {
  background-color: #fff;
  box-shadow: 0 -8px 10px 3px rgba(0, 0, 0, 0.2);
  padding: clamp(20px, 4vw, 40px) 0;
}
#contact-us-page .info .info-container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  justify-content: space-between;
}
#contact-us-page .info .info-container .left,
#contact-us-page .info .info-container .right,
#contact-us-page .info .info-container .bottom {
  border-radius: 25px;
  border: 2px solid #B5CB29;
  padding: clamp(20px, 4vw, 60px);
}
#contact-us-page .info .info-container .left,
#contact-us-page .info .info-container .right {
  width: 49%;
}
#contact-us-page .info .info-container .bottom {
  width: 100%;
  padding: 30px 60px;
}
#contact-us-page .info .info-container .left h1 {
  font-family: "Exo-Bold";
  font-size: 46px;
  color: #0E172C;
  margin-bottom: clamp(15px, 4vw, 40px);
}
#contact-us-page .info .info-container .left h5 {
  font-size: 24px;
  color: #0E172C;
  font-family: "Exo-Bold";
  margin: 0;
  padding: 0;
}
#contact-us-page .info .info-container .left p {
  font-size: 24px;
  color: #0E172C;
  font-family: "Exo-Regular";
  padding: 0;
  margin: 0;
}
#contact-us-page .info .info-container .left span {
  font-size: 24px;
  color: #0E172C;
  font-family: "Exo-Medium";
  margin: 0;
  padding: 0;
}
#contact-us-page .info .info-container .left h5:nth-of-type(2) {
  margin-top: clamp(15px, 4vw, 40px);
}
#contact-us-page .info .info-container .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#contact-us-page .info .info-container .right h2 {
  color: #0E172C;
  font-size: 46px;
  font-family: "Exo-Regular";
  line-height: 1.3;
}
#contact-us-page .info .info-container .right a,
#contact-us-page .info .info-container .right a:hover {
  color: #fff;
}
#contact-us-page .info .info-container .bottom p {
  font-size: 24px;
  font-family: "Exo-Regular";
  color: #0E172C;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
#contact-us-page .info .info-container .bottom p span {
  color: #B5CB02;
  display: block;
  margin: 0 5px;
}
@media screen and (max-width: 768px){
  #contact-us-page .info .info-container .bottom p {
    flex-direction: column;
  }
  #contact-us-page .info .info-container .bottom p span {
    visibility: hidden;
  }
}
@media screen and (max-width: 576px){
  #contact-us-page .map .map-container h3.top-text {
    display: none;
  }
  #contact-us-page .map .map-container h3.mobile-top-h3, 
  #contact-us-page .map .map-container h4.mobile-top-h4 {
    display: block;
  }
  #contact-us-page .assistance .assistance-container {
    flex-direction: column;
    width: 95%;
  }
  #contact-us-page .assistance .assistance-container h1 {
    font-family: "Exo-Regular";
    line-height: 1.2;
  }
  #contact-us-page .assistance .assistance-container .col-8,
  #contact-us-page .assistance .assistance-container .col-4 {
    width: 100%;
  }
  #contact-us-page .assistance .assistance-container .check-coverage {
    margin-left: unset;
    margin: 0 auto;
  }
  #contact-us-page .assistance .assistance-container .col-8 p {
    line-height: 1.3;
  }
  #contact-us-page .info .info-container {
    width: 95%;
  }
  #contact-us-page .info .info-container .left,
  #contact-us-page .info .info-container .right {
    width: 100%;
  }
  #contact-us-page .info .info-container .right .check-coverage {
    margin: 15px auto 5px;
  }
  #contact-us-page .info .info-container .bottom p span {
    display: none;
  }
}

/* Contact us Page */
#about-us-page .banner {
  height: 350px;
  background-image: url('/storage/media/2023/12/about-us-banner.png');
  background-position: top;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#about-us-page .banner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
}
#about-us-page .banner h1 {
  color: #fff;
  font-family: "Exo-Bold";
  font-size: clamp(50px, 4vw, 80px);
  text-align: center;
  line-height: 1.3;
  z-index: 10;
}
#about-us-page .banner p {
  color: #fff;
  font-family: "Exo-Regular";
  font-size: 24px;
  text-align: center;
  line-height: 1.3;
  max-width: 1000px;
  margin: 20px auto;
  z-index: 10;
}
#about-us-page .story-container {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0;
}
#about-us-page .story-container h1 {
  color: #B5CB02;
  font-size: clamp(60px, 4vw, 73px);
  font-family: "Exo-Regular";
  line-height: 1.3;
  padding: 0;
  margin: 0;
}
#about-us-page .story-container p {
  font-family: "Exo-Regular";
  font-size: 23px;
  padding: 20px 0 0;
  color: #0E172C;
  line-height: 1.2;
}
#about-us-page .second-banner {
  display: flex;
  width: 100%;
}
#about-us-page .second-banner .left {
  background-image: url('/storage/media/2023/12/about-us-banner-2.png');
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
  display: block;
}
#about-us-page .second-banner .right {
  display: flex;
  flex-direction: column;
  width: 50%;
  background-color: #0E172C;
  color: #fff;
  line-height: 1.2;
  padding: 40px 20px;
}
#about-us-page .second-banner .right > * {
  width: 530px;
}
#about-us-page .second-banner .right h1 {
  font-size: clamp(55px, 4vw, 70px);
  font-family: "Exo-Medium";
  color: #B5CB02;
  line-height: inherit;
}
#about-us-page .second-banner .right h1 span {
  font-family: "Exo-Bold";
  color: #fff;
}
#about-us-page .second-banner .right h3 {
  font-family: "Exo-Bold";
  line-height: inherit;
  font-size: 24px;
  padding: 0;
  padding-top: 30px;
}
#about-us-page .second-banner .right p {
  color: #fff;
  font-size: 24px;
  font-family: "Exo-Regular";
  line-height: inherit;
  margin: 0;
  padding: 0;
  padding-top: 20px;
}
#about-us-page .team-container {
  width: 80%;
  margin: 0 auto;
  padding: 40px 0;
}
#about-us-page .team-container h1 {
  width: 100%;
  text-align: center;
  font-family: "Exo-Regular";
  color: #B5CB02;
  font-size: clamp(55px, 4vw, 73px);
}
#about-us-page .team-container .member-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 60px 0;
  gap: 30px;
}
#about-us-page .team-container .team-member {
  width: 100%;
  max-width: 255px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#about-us-page .team-container .team-member img {
  height: auto;
  width: 100%;
  max-height: 255px;
  border-radius: 50%;
  transition: all ease-in-out 300ms;
  overflow: hidden;
  cursor: pointer;
}
#about-us-page .team-container .team-member img:hover {
  border-radius: 25px;
}
#about-us-page .team-container .team-member h3 {
  font-size: 24px;
  font-family: "Exo-Regular";
  line-height: 1.3;
  color: #0E172C;
  margin-top: 40px;
}
#about-us-page .team-container .team-member h1 {
  font-size: 24px;
  font-family: "Exo-Bold";
  line-height: 1.3;
  color: #0E172C;
}
#about-us-page .third-banner {
  display: flex;
  width: 100%;
}
#about-us-page .third-banner .right {
  background-image: url('/storage/media/2023/12/about-us-banner-3.png');
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
  display: block;
}
#about-us-page .third-banner .left {
  display: flex;
  flex-direction: column;
  width: 50%;
  background-color: #0E172C;
  color: #fff;
  line-height: 1.2;
  padding: 40px 20px;
}
#about-us-page .third-banner .left > * {
  width: 530px;
  margin-left: auto;
}
#about-us-page .third-banner .left h1 {
  font-size: clamp(55px, 4vw, 70px);
  font-family: "Exo-Medium";
  color: #B5CB02;
  line-height: inherit;
}
#about-us-page .third-banner .left h1 span {
  font-family: "Exo-Bold";
  color: #fff;
}
#about-us-page .third-banner .left h3 {
  font-family: "Exo-Bold";
  line-height: inherit;
  font-size: 24px;
  padding: 0;
  padding-top: 30px;
}
#about-us-page .third-banner .left p {
  color: #fff;
  font-size: 24px;
  font-family: "Exo-Regular";
  line-height: inherit;
  margin: 0;
  margin-left: auto;
  padding: 0;
  padding-top: 20px;
}
@media screen and (max-width: 1100px){
  #about-us-page .second-banner .left {
    display: none;
  }
  #about-us-page .second-banner .right {
    width: 100%;
  }
  #about-us-page .second-banner .right > * {
    width: 100%;
  }
  #about-us-page .third-banner .right {
    display: none;
  }
  #about-us-page .third-banner .left {
    width: 100%;
  }
  #about-us-page .third-banner .left > * {
    width: 100%;
  }
}
@media screen and (max-width: 576px){
  #about-us-page .banner {
    height: auto;
    padding: 30px 0;
  }
  #about-us-page .banner h1 {
    line-height: 1.2;
  }
  #about-us-page .banner p {
    margin: 20px 10px;
  }
  #about-us-page .story-container,
  #about-us-page .team-container {
    width: 95%;
  }
}


/* Profile modal */
.profile-popup .modal-dialog {
  max-width: 1200px;
  margin: 50px auto 0;
}
.profile-popup .modal-dialog .modal-content {
  background-color: #0E172C;
  border: none;
  border-radius: 15px;
  overflow: hidden;
}
.profile-popup .modal-dialog .modal-content .close {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #B5CB02;
  font-size: 20px;
  cursor: pointer;
}
.profile-popup .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.profile-popup .modal-dialog .modal-content .top-row {
  background-color: #0E172C;
  padding: 20px;
}
.profile-popup .modal-dialog .modal-content .top-row h1 {
  width: 100%;
  text-align: center;
  font-family: "Exo-Regular";
  color: #B5CB02;
  font-size: clamp(50px, 4vw, 73px);
  line-height: 1.2;
}
.profile-popup .modal-dialog .modal-content .body-row {
  max-width: 80%;
  margin: 0 auto 40px;
  background-color: #fff;
  position: relative;
  padding: 20px 15px;
  border-radius: 25px;
  border: 1px solid #B5CB29;
}
.profile-popup .modal-dialog .modal-content .body-row p {
  color: #0E172C;
  font-size: clamp(18px, 4vw, 24px);
  font-family: "Exo-Regular";
  line-height: 1.3;
  margin: 0;
  padding: 30px 0 0;
}
.profile-popup .modal-dialog .modal-content .body-row ul {
  margin-top: 15px;
}
.profile-popup .modal-dialog .modal-content .body-row ul li {
  color: #0E172C;
  font-size: clamp(18px, 4vw, 24px);
  font-family: "Exo-Regular";
  line-height: 1.3;
  margin: 0;
  list-style-type: "-  ";
}
@media screen and (max-width: 576px){
  .profile-popup .modal-dialog {
    margin: 10px auto 0;
  }
  .profile-popup .modal-dialog .modal-content .body-row {
    max-width: 95%;
  }
  .profile-popup .modal-dialog .modal-content .body-row p,
  .profile-popup .modal-dialog .modal-content .body-row ul li {
    line-height: 1.4;
  }
}

/* Contact Us modal */
#contactUsModal #contactUsModalForm {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#contactUsModal .modal-dialog {
  max-width: unset;
  width: 100%;
  margin: 0;
  margin-top: 5%;
}
#contactUsModal .modal-content {
  border-radius: 25px;
  overflow: hidden;
  border: none;
  min-height: 466px;
}
#contactUsModal a.close {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #fff;
  z-index: 10;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#contactUsModal a.close i {
  font-size: 12px;
  color: #B5CB02;
}
#contactUsModal .modal-body {
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#contactUsModal .top-row {
  background-color: #B5CB02;
  padding: 30px;
}
#contactUsModal .top-row h1 {
  color: #ffffff;
  font-family: "Exo-Regular";
  font-size: 30px;
  margin: 0;
}
#contactUsModal .body-row {
  padding: 30px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contactUsModal .body-row .select-box {
  width: 100%;
  border-radius: 12px;
  outline: 1px solid #707070;
  background-color: #fff;
  padding: 10px 15px;
  position: relative;
  outline-offset: -1px;
  cursor: pointer;
}
#contactUsModal .body-row .select-box-display {
  display: flex;
  align-items: center;
  height: 100%;
}
#contactUsModal #select-options {
  position: absolute;
  background-color: white;
  width: 100%;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  left: 0;
  z-index: 11;
  overflow: hidden;
}
#contactUsModal #select-options p {
  margin: 0;
  padding: 2px 0 2px 15px;
  font-family: "Exo-Regular";
  font-size: 14px;
  color: #969696;
  background-color: #fff;
  cursor: pointer;
  transition: all ease-in-out 200ms;
}
#contactUsModal #select-options p:hover,
#contactUsModal #select-options p.selected {
  background-color: #969696;
  color: #fff;
}
#contactUsModal .body-row .select-box h2 {
  color: #969696;
  font-family: "Exo-Bold";
  font-size: 14px;
  margin: 0;
}
#contactUsModal .body-row .select-box i {
  color: #B5CB02;
  font-size: 18px;
  position: absolute;
  right: 15px;
}
#contactUsModal .body-row .col-lg-9 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 25px;
}
#contactUsModal .body-row input,
#contactUsModal .body-row textarea {
  color: #969696;
  padding: 10px 15px;
  font-size: 14px;
  font-family: "Exo-Regular";
  width: 49%;
  border-radius: 12px;
  border: 1px solid #707070;
}
#contactUsModal .body-row input:focus,
#contactUsModal .body-row textarea:focus {
  outline: none;
}
#contactUsModal .body-row textarea {
  width: 100%;
  flex: 1;
}
#contactUsModal .body-row input::placeholder,
#contactUsModal .body-row textarea::placeholder {
  color: #969696;
}
#contactUsModal .bottom-row {
  background-color: #F2ECDE;
  padding: 20px 30px;
}
#contactUsModal .bottom-row .submitContactUs {
  margin-left: auto;
  border: 1px solid #DBD5C7;
  background-color: #F2ECDE;
  cursor: pointer;
  text-align: center;
  width: 150px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Exo-Bold";
  font-size: 14px;
  color: #969696;
  transition: all ease-in-out 150ms;
  outline: none;
}
#contactUsModal .bottom-row .submitContactUs:hover {
  border: 1px solid #B5CB02;
  background-color: #B5CB02;
  color: #fff;
}
#contactUsModal .body-row .errors {
  width: 100%;
}
#contactUsModal .body-row .errors ul {
  margin: 0;
  margin-left: 10px;
  margin-bottom: 10px;
}
#contactUsModal .body-row .errors ul li {
  color: #FC1E2D;
  font-size: 14px;
  font-family: "Exo-Bold";
  line-height: 1.2;
}
#contactUsModal .success-body {
  background-color: #B5CB29;
  height: 100%;
  display: flex;
  justify-content: center;
}
#contactUsModal .success-body h2 {
  color: #fff;
  font-size: 29px;
  font-family: "Exo-Bold";
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1220px){
  #contactUsModal #contactUsModalForm {
    max-width: 95%;
  }
}
@media screen and (max-width: 992px){
  #contactUsModal .body-row .select-box {
    margin-bottom: 1.5rem;
  }
  #contactUsModal .body-row input, 
  #contactUsModal .body-row textarea {
    width: 100%;
  }
  #contactUsModal .form-body .body-row {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 576px){
  #contactUsModal .body-row .select-box {
    width: 200px;
  }
}

/* Check Coverage modal */
#checkCoverageModal .modal-dialog {
  margin-top: 5%;
  max-width: 900px;
}
#checkCoverageModal #checkCoverageForm {
  max-width: 900px;
  margin: 0 auto;
}
#checkCoverageModal .modal-dialog a.close {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #fff;
  z-index: 10;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#checkCoverageModal .modal-dialog a.close i {
  font-size: 12px;
  color: #B5CB02;
}
#checkCoverageModal .modal-dialog .modal-content {
  border-radius: 25px;
  overflow: hidden;
  height: 100%;
  min-height: 570px;
  position: relative;
}
#checkCoverageModal .modal-dialog .modal-body {
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
}
#checkCoverageModal .modal-dialog .modal-body.fade:not(.show) {
  display: none;
}
#checkCoverageModal .modal-dialog .top-row {
  background-color: var(--isa-lime);
  padding: 30px;
}
#checkCoverageModal .modal-dialog .top-row h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "Exo-Bold";
}
#checkCoverageModal .modal-dialog .body-row {
  height: 100%;
  flex: 1;
  position: relative;
}
#checkCoverageModal .modal-dialog .bottom-row {
  min-height: 80px;
  padding: 0 30px;
  border-top: 1px solid #DBD5C7;
  background-color: #F2ECDE;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#checkCoverageModal .modal-dialog .bottom-row .go-back,
#checkCoverageModal .modal-dialog .bottom-row .go-next {
  width: 150px;
  height: 50px;
  font-family: "Exo-Bold";
  font-size: 14px;
  background-color: #F2ECDE;
  border-radius: 25px;
  border: 1px solid #DBD5C7;
  color: #969696;
  display: flex;
  align-items: center;
  justify-content: center;
}
#checkCoverageModal .modal-dialog .bottom-row .go-back:hover,
#checkCoverageModal .modal-dialog .bottom-row .go-back.active,
#checkCoverageModal .modal-dialog .bottom-row .go-next.active,
#checkCoverageModal .modal-dialog .bottom-row .go-next:not(:disabled):hover {
  border-color: var(--isa-lime);
  background-color: var(--isa-lime);
  color: #fff;
}
#checkCoverageModal .modal-dialog #step-1 .body-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  padding-bottom: 40px;
}
#checkCoverageModal .modal-dialog #step-1 .body-row [type=radio] {
  opacity: 0;
  width: 0;
  height: 0;
}
#checkCoverageModal .modal-dialog #step-1 .body-row img {
  max-height: 230px;
  width: auto;
  cursor: pointer;
}
#checkCoverageModal .modal-dialog #step-1 .body-row img:hover {
  filter: brightness(80%);
}
#checkCoverageModal .modal-dialog #step-1 .bottom-row {
  border-top: none;
  background-color: transparent;
}
#checkCoverageModal .modal-dialog #step-2 .body-row {
  position: relative;
}
#checkCoverageModal .modal-dialog #step-2 .body-row .enter-address-select {
  position: absolute;
  top: 20px;
  left: 25px;
  width: 235px;
  height: auto;
  border-radius: 23px;
  box-shadow: 8px 7px 10px 2px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  overflow: hidden;
}
#checkCoverageModal .modal-dialog #step-2 .body-row .enter-address-select .enter-address-select-display {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  cursor: pointer;
}
#checkCoverageModal .modal-dialog #step-2 .body-row .enter-address-select .enter-address-select-display h4 {
  color: #969696;
  font-size: 14px;
  font-family: "Exo-Bold";
  margin: 0;
}
#checkCoverageModal .modal-dialog #step-2 .body-row .enter-address-select .enter-address-select-display i {
  font-size: 17px;
  color: var(--isa-lime);
}
#checkCoverageModal .modal-dialog #step-2 .body-row .enter-address-select .list-towns {
  max-height: 300px;
  overflow-y: scroll;
  padding: 10px 20px;
}
#checkCoverageModal .modal-dialog #step-2 .body-row .enter-address-select .list-towns p {
  margin: 0;
  padding: 8px 10px;
  cursor: pointer;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #fff;
  transition: all ease-in-out 100ms;
  color: #969696;
  font-size: 17px;
  font-family: "Exo-Regular";
  line-height: 1;
}
#checkCoverageModal .modal-dialog #step-2 .body-row .enter-address-select .list-towns p:hover,
#checkCoverageModal .modal-dialog #step-2 .body-row .enter-address-select .list-towns p.selected {
  background-color: var(--isa-lime);
  color: #fff;
}
#checkCoverageModal .modal-dialog #step-3 .body-row .google-address-input {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 20px;
  width: 70%;
  margin-left: 30px;
  margin-top: 30px;
  border-radius: 25px;
  box-shadow: 8px 7px 10px 2px rgba(0, 0, 0, 0.3);
  border: none;
  outline: none;
  font-size: 14px;
  color: #969696;
  font-family: "Exo-Bold";
  z-index: 100;
}
#checkCoverageModal .modal-dialog #step-3 .body-row .google-address-input::placeholder {
  font-size: 14px;
  color: #969696;
  font-family: "Exo-Bold";
}
#checkCoverageModal .modal-dialog #step-3 .body-row .controls.maptype-control {
  font-size: 30px;
  position: absolute;
  bottom: 10px;
  left: 30px;
  cursor: pointer;
  color: #969696;
  padding: 0 15px 0 0;
}
.pac-container {
  z-index: 10000!important;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.pac-logo:after {
  display: none;
}
#checkCoverageModal .modal-dialog #step-3 .body-row {
  display: flex;
  justify-content: center;
  align-items: center;
}
#checkCoverageModal .modal-dialog #step-3 .step-3-mapcover {
  opacity: 0.4;
  cursor: pointer;
  background-color: #F7AD63B3;
  z-index: 3;
}
#checkCoverageModal .modal-dialog #step-3 .step-3-mapcover-msg {
  opacity: 0;
  position: absolute;
  color: #1C253C;
  font-size: 38px;
  font-family: "Exo-Bold";
  cursor: pointer;
  z-index: 4;
  text-align: center;
  line-height: 1.2;
}
#checkCoverageModal .modal-dialog #step-3 .pinNotice {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  color: #FC1E2D;
  font-size: 14px;
  font-family: "Exo-Bold";
  line-height: 1.2;
}
#checkCoverageModal .modal-dialog #step-3 .pinNotice a {
  color: inherit;
  text-decoration: underline;
}
#checkCoverageModal .modal-dialog #step-4 .body-row {
  display: flex;
  flex-direction: column;
}
#checkCoverageModal .modal-dialog #step-4 .body-row .products {
  display: flex;
  flex-direction: column;
}
#checkCoverageModal .modal-dialog #step-4 .body-row .buttons {
  display: flex;
  padding: 10px 30px;
  margin-top: auto;
  align-items: center;
}
#checkCoverageModal .modal-dialog #step-4 .body-row .buttons p {
  display: inline-block;
  font-size: 12px;
  font-family: "Exo-Regular";
  margin: 0;
  padding: 5px 0;
  color: #0E172C;
  line-height: 1;
  cursor: pointer;
  text-transform: uppercase;
}
#checkCoverageModal .modal-dialog #step-4 .body-row .buttons p:nth-child(1) {
  padding-right: 15px;
}
#checkCoverageModal .modal-dialog #step-4 .body-row .buttons p:nth-child(2) {
  padding-right: 15px;
  padding-left: 15px;
  border-left: 1px solid var(--isa-lime);
}
#checkCoverageModal .modal-dialog #step-4 .body-row .buttons p strong {
  font-family: "Exo-Bold";
}
#checkCoverageModal .modal-dialog #step-4 .body-row .products {
  display: flex;
  flex-direction: column;
  flex: 1;
}
#checkCoverageModal .modal-dialog #step-4 .body-row .product-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 230px);
  grid-gap: 10px;
  justify-content: space-between;
  padding: 0 60px
}
#checkCoverageModal .modal-dialog #step-4 .body-row .desc {
  display: flex;
  padding: 20px 30px;
}
#checkCoverageModal .modal-dialog #step-4 .body-row .desc .col-4:nth-of-type(1) {
  padding: 0 30px 0 0;
}
#checkCoverageModal .modal-dialog #step-4 .body-row .desc .col-4:nth-of-type(2) p {
  color: #0E172C;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
#checkCoverageModal .modal-dialog #step-4 .body-row .desc .col-4:nth-of-type(2) p i {
  color: #B5CB29;
  margin-right: 5px;
  font-size: 18px;
}
#checkCoverageModal .modal-dialog #step-4 .body-row .desc .col-4:nth-of-type(3) p {
  color: #0E172C;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
#checkCoverageModal .modal-dialog #step-4 .body-row .desc .col-4:nth-of-type(3) p i {
  color: #FED931;
  margin-right: 5px;
  font-size: 18px;
}
#checkCoverageModal .modal-dialog #step-4 .body-row .desc .col-4 img {
  width: auto;
  max-height: 100px;
  margin: 0 auto;
  display: block;
}
#checkCoverageModal .modal-dialog #step-4 .body-row .desc .col-4 h1 {
  font-family: "Exo-Bold";
  color: #0E172C;
}
#checkCoverageModal .modal-dialog #step-4 .body-row .desc .col-4 h3 {
  font-family: "Exo-Bold";
  color: #0E172C;
  font-size: 21px;
  margin: 0;
}
#checkCoverageModal .modal-dialog #step-4 .body-row .desc .col-8 {
  display: flex;
  flex-wrap: wrap;
}
#checkCoverageModal .modal-dialog #step-4 .body-row .desc .col-8 i {
  font-size: 26px;
  color: var(--isa-lime);
  margin-right: 10px;
}
#checkCoverageModal .modal-dialog #step-4 .body-row .desc .col-8 p {
  margin: 0;
  padding: 0;
  width: 50%;
  font-size: 14px;
  line-height: 1;
  color: #0E172C;
  display: flex;
  align-items: center;
}
#checkCoverageModal .modal-dialog #step-4 .body-row .product-list .limited-product-block,
#checkCoverageModal .modal-dialog #step-4 .body-row .product-list .all-product-block {
  width: 265px;
  height: 165px;
  border: 1px solid var(--isa-lime);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
#checkCoverageModal .modal-dialog #step-4 .body-row .product-list .all-product-block {
  width: 242px;
  height: 76px;
  flex-direction: row;
}
#checkCoverageModal .modal-dialog #step-4 .body-row .product-list .limited-product-block:hover,
#checkCoverageModal .modal-dialog #step-4 .body-row .product-list .limited-product-block.selected,
#checkCoverageModal .modal-dialog #step-4 .body-row .product-list .all-product-block:hover,
#checkCoverageModal .modal-dialog #step-4 .body-row .product-list .all-product-block.selected {
  border: 1px solid #000000;
  background-color: #0E172C;
  cursor: pointer;
  transition: all ease-in-out 100ms;
}
#checkCoverageModal .modal-dialog #step-4 .body-row .product-list .limited-product-block .price {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
#checkCoverageModal .modal-dialog #step-4 .body-row .product-list .limited-product-block .price h1,
#checkCoverageModal .modal-dialog #step-4 .body-row .product-list .limited-product-block .price h1 span {
  font-family: "Exo-Bold";
  font-size: 45px;
  line-height: 1;
  color: #0E172C;
}
#checkCoverageModal .modal-dialog #step-4 .body-row .product-list .limited-product-block:hover .price h1,
#checkCoverageModal .modal-dialog #step-4 .body-row .product-list .limited-product-block.selected .price h1,
#checkCoverageModal .modal-dialog #step-4 .body-row .product-list .limited-product-block:hover .price h1 span,
#checkCoverageModal .modal-dialog #step-4 .body-row .product-list .limited-product-block.selected .price h1 span {
  color: #fff;
}
#checkCoverageModal .modal-dialog #step-4 .body-row .product-list .limited-product-block .price h1 span {
  font-size: 18px;
}
#checkCoverageModal .modal-dialog #step-4 .body-row .product-list .limited-product-block .speed {
  display: flex;
  align-items: center;
  padding: 20px;
  justify-content: center;
  border-top: 1px solid var(--isa-lime);
}
#checkCoverageModal .modal-dialog #step-4 .body-row .product-list .limited-product-block:hover .speed,
#checkCoverageModal .modal-dialog #step-4 .body-row .product-list .limited-product-block.selected .speed {
  border-top: 1px solid #fff;
}
#checkCoverageModal .modal-dialog #step-4 .body-row .product-list .limited-product-block .speed i {
  color: var(--isa-lime);
  font-size: 16px;
  margin-right: 5px;
}
#checkCoverageModal .modal-dialog #step-4 .body-row .product-list .limited-product-block .speed p {
  color: #1C1E2D;
  font-size: 12px;
  font-family: "Exo-Bold";
  margin: 0;
  padding: 0;
  line-height: 1;
}
#checkCoverageModal .modal-dialog #step-4 .body-row .product-list .limited-product-block:hover .speed p,
#checkCoverageModal .modal-dialog #step-4 .body-row .product-list .limited-product-block.selected .speed p,
#checkCoverageModal .modal-dialog #step-4 .body-row .product-list .all-product-block:hover .speed p,
#checkCoverageModal .modal-dialog #step-4 .body-row .product-list .all-product-block.selected .speed p {
  color: #fff;
}
#checkCoverageModal .modal-dialog #step-4 .body-row .product-list .limited-product-block .speed p:first-of-type {
  margin-right: 20px;
}
#checkCoverageModal .modal-dialog #step-4 .body-row .product-list .all-product-block .price {
  display: flex;
  align-items: center;
  flex: 1;
}
#checkCoverageModal .modal-dialog #step-4 .body-row .product-list .all-product-block .price h1 {
  font-family: "Exo-Bold";
  font-size: 36px;
  margin: 0;
  color: #0E172C;
  width: 100%;
  text-align: center;
}
#checkCoverageModal .modal-dialog #step-4 .body-row .product-list .all-product-block:hover .price h1,
#checkCoverageModal .modal-dialog #step-4 .body-row .product-list .all-product-block.selected .price h1 {
  color: #fff;
}
#checkCoverageModal .modal-dialog #step-4 .body-row .product-list .all-product-block .price h1 span {
  font-family: inherit;
  font-size: 14px;
}
#checkCoverageModal .modal-dialog #step-4 .body-row .product-list .all-product-block .speed {
  display: flex;
  min-width: 95px;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 10px;
  border-left: 1px solid var(--isa-lime);
}

#checkCoverageModal .modal-dialog #step-4 .body-row .product-list .all-product-block:hover .speed,
#checkCoverageModal .modal-dialog #step-4 .body-row .product-list .all-product-block.selected .speed {
  border-left: 1px solid #fff;
}
#checkCoverageModal .modal-dialog #step-4 .body-row .product-list .all-product-block .speed p {
  font-size: 12px;
  line-height: 1;
  padding: 0;
  margin: 0;
  color: #1C1E2D;
  font-family: "Exo-Bold";
}
#checkCoverageModal .modal-dialog #step-4 .body-row .product-list .all-product-block .speed p i {
  font-size: 16px;
  margin-right: 5px;
  color: var(--isa-lime);
}
#checkCoverageModal .modal-dialog #step-providers .body-row{
  display: flex;
}
#checkCoverageModal .modal-dialog #step-providers .body-row .providers {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 15px;
  padding: 0 30px;
}
#checkCoverageModal .modal-dialog #step-providers .body-row .providers .provider-box {
  display: flex;
  flex-direction: column;
  width: 145px;
  height: 226px;
  border-radius: 8px;
  border: 1px solid #DBD5C7;
  cursor: pointer;
}
#checkCoverageModal .modal-dialog #step-providers .body-row .providers .provider-box:hover,
#checkCoverageModal .modal-dialog #step-providers .body-row .providers .provider-box.selected {
  border: 1px solid var(--isa-lime);
  transition: all ease-in-out 100ms;
}
#checkCoverageModal .modal-dialog #step-providers .body-row .providers .provider-box .img {
  display: flex;
  flex: 1;
  align-items: center;
  padding: 10px;
}
#checkCoverageModal .modal-dialog #step-providers .body-row .providers .provider-box .img h1 {
  font-size: 30px;
  text-align: center;
  width: 100%;
  color: #969696;
  font-family: "Exo-Bold";
}
#checkCoverageModal .modal-dialog #step-providers .body-row .providers .provider-box .img img {
  display: block;
}
#checkCoverageModal .modal-dialog #step-providers .body-row .providers .provider-box .price {
  padding: 10px;
  text-align: center;
  border-top: 1px solid #DBD5C7;
  transition: all ease-in-out 100ms;
}
#checkCoverageModal .modal-dialog #step-providers .body-row .providers .provider-box .price p,
#checkCoverageModal .modal-dialog #step-providers .body-row .providers .provider-box .price h3 {
  width: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
  color: #969696;
}
#checkCoverageModal .modal-dialog #step-providers .body-row .providers .provider-box:hover .price p,
#checkCoverageModal .modal-dialog #step-providers .body-row .providers .provider-box:hover .price h3,
#checkCoverageModal .modal-dialog #step-providers .body-row .providers .provider-box:hover  .img h1,
#checkCoverageModal .modal-dialog #step-providers .body-row .providers .provider-box.selected .price p,
#checkCoverageModal .modal-dialog #step-providers .body-row .providers .provider-box.selected .price h3 {
  color: #0E172C;
  transition: all ease-in-out 100ms;
}
#checkCoverageModal .modal-dialog #step-providers .body-row .providers .provider-box .price p {
  font-size: 12px;
  font-family: "Exo-Medium";
}
#checkCoverageModal .modal-dialog #step-providers .body-row .providers .provider-box .price h3 {
  font-size: 20px;
  font-family: "Exo-Bold";
  margin-top: 5px;
}
#checkCoverageModal .modal-dialog #step-providers .body-row .providers .provider-box .price h3 span {
  font-family: inherit;
  color: inherit;
  font-size: 16px;
}
#checkCoverageModal .modal-dialog #step-decide .body-row {
  display: flex;
  overflow: hidden;
}
#checkCoverageModal .modal-dialog #step-decide .body-row .options {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1;
}
#checkCoverageModal .modal-dialog #step-decide .body-row .options .option-box {
  width: 148px;
  height: 410px;
  border: 1px solid var(--isa-lime);
  border-radius: 12px;
  padding: 20px 0;
  background-color: #fff;
}
#checkCoverageModal .modal-dialog #step-decide .body-row .options .option-box.selected {
  border: 1px solid #0E172C;
  background-color: #0E172C;
  transition: all ease-in-out 100ms;
}
#checkCoverageModal .modal-dialog #step-decide .body-row .options .option-box h3 {
  font-size: 16px;
  font-family: "Exo-Medium";
  color: #0E172C;
  padding: 0;
  margin: 0;
  line-height: 1;
  text-align: center;
}
#checkCoverageModal .modal-dialog #step-decide .body-row .options .option-box.selected h3 {
  color: #fff;
  transition: all ease-in-out 100ms;
}
#checkCoverageModal .modal-dialog #step-decide .body-row .options .option-box h1 {
  font-size: 58px;
  font-family: "Exo-Bold";
  color: var(--isa-lime);
  padding: 0;
  margin: 0;
  line-height: 1;
  text-align: center;
}
#checkCoverageModal .modal-dialog #step-decide .body-row .options .option-box span {
  font-size: 14px;
  font-family: "Exo-Medium";
  color: var(--isa-lime);
  padding: 0;
  margin: 0;
  line-height: 1;
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 5px;
}
#checkCoverageModal .modal-dialog #step-decide .body-row .options .option-box p {
  font-size: 14px;
  font-family: "Exo-Regular";
  color: #0E172C;
  padding: 0;
  padding-left: 36px;
  text-indent: -11px;
  margin: 12px 10px 0 0;
  line-height: 1.2;
}
#checkCoverageModal .modal-dialog #step-decide .body-row .options .option-box.selected p {
  color: #fff;
  transition: all ease-in-out 100ms;
}
#checkCoverageModal .modal-dialog #step-decide .body-row .options .option-box p i {
  font-size: 18px;
  text-indent: -16px;
  color: var(--isa-lime);
  margin-right: 10px;
}
#checkCoverageModal .modal-dialog #step-decide .body-row .options .option-box.selected p i {
  color: #fff;
  transition: all ease-in-out 100ms;
}
#checkCoverageModal .modal-dialog #step-decide .bottom-row p {
  font-size: 12px;
  color: #0E172C;
  font-family: "Exo-Medium";
  font-weight: 600;
  padding: 0;
  margin: 0 auto;
  width: calc(100% - 250px);
  text-align: center;
  line-height: 1.4;
}
#checkCoverageModal .modal-dialog #step-submit .top-row h1 {
  font-family: "Exo-Regular";
  margin-left: 30px;
  line-height: 1.2;
}
#checkCoverageModal .modal-dialog #step-submit .body-row .errors ul {
  margin: 0;
  margin-left: 45px;
  margin-top: 30px;
}
#checkCoverageModal .modal-dialog #step-submit .body-row .errors ul li {
  color: #FC1E2D;
  font-size: 14px;
  font-family: "Exo-Bold";
  line-height: 1.2;
}
#checkCoverageModal .modal-dialog #step-submit .body-row .inputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px;
}
#checkCoverageModal .modal-dialog #step-submit .body-row .inputs input {
  width: 95%;
  padding: 10px 20px;
  border-radius: 25px;
  border: 1px solid #707070;
  font-size: 14px;
  color: #707070;
  margin: 10px;
}
#checkCoverageModal .modal-dialog #step-submit .body-row .inputs input:focus {
  border: 1px solid var(--isa-lime);
  outline: var(--isa-lime);
}
#checkCoverageModal .modal-dialog #step-submit .body-row .inputs input::placeholder {
  color: #707070;
  font-size: 14px;
  font-family: "Exo-Regular";
  line-height: 1;
}
#checkCoverageModal .modal-dialog #step-submit .body-row .choosenPackage {
  margin-left: 40px;
  border-radius: 25px;
  background-color: #0E172C;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: "Exo-Regular";
  padding: 12px;
  word-break: break-word;
}
#checkCoverageModal .modal-dialog #success {
  background-color: #0E172C;
}
#checkCoverageModal .modal-dialog #success .body-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#checkCoverageModal .modal-dialog #success .body-row h1 {
  color: #fff;
  font-size: 29px;
  font-family: "Exo-Bold";
  text-align: center;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
#checkCoverageModal .modal-dialog #success .body-row p {
  color: #fff;
  font-size: 21px;
  font-family: "Exo-Regular";
  text-align: center;
  line-height: 1;
  margin: 20px 0 35px;
  padding: 0;
}
#checkCoverageModal .modal-dialog #success .body-row button {
  border-radius: 25px;
  padding: 10px 30px;
  background-color: #B5CB02;
  border: none;
  outline: none;
  margin: 0 auto;
  font-size: 14px;
  font-family: "Exo-Bold";
  color: #fff;
  display: block;
}
@media screen and (max-width: 576px){
  #checkCoverageModal .modal-dialog {
    margin-top: 20px;
    height: 95vh;
  }
  #checkCoverageModal .modal-dialog .modal-content {
    height: 90%;
    min-height: 660px;
  }
  #checkCoverageModal .modal-dialog .top-row h1 {
    font-size: 18px;
    font-family: "Exo-Regular";
    line-height: 1.3;
  }
  #checkCoverageModal .modal-dialog #step-1 .body-row {
    flex-direction: column;
    align-items: center;
    padding: 40px 0;
    row-gap: 20px;
  }
  #checkCoverageModal .modal-dialog #step-3 .pinNotice {
    max-width: 145px;
  }
  #checkCoverageModal .modal-dialog #step-4 .body-row .desc {
    flex-direction: column;
    padding: 10px;
  }
  #checkCoverageModal .modal-dialog #step-4 .body-row .desc .col-4 {
    width: 100%;
    padding: 0 10px;
    text-align: center;
  }
  #checkCoverageModal .modal-dialog #step-4 .body-row .desc .col-4 h1 {
    font-size: 20px;
    margin: 0;
  }
  #checkCoverageModal .modal-dialog #step-4 .body-row .desc .col-8 {
    width: 100%;
    padding: 0 30px;
  }
  #checkCoverageModal .modal-dialog #step-4 .body-row .desc .col-4 img {
    max-height: 40px;
    margin: 0 auto 20px;
  }
  #checkCoverageModal .modal-dialog #step-4 .body-row .desc .col-8 {
    flex-direction: column;
  }
  #checkCoverageModal .modal-dialog #step-4 .body-row .desc .col-8 p {
    width: 100%;
    font-size: 12px;
  }
  #checkCoverageModal .modal-dialog #step-4 .body-row .desc .col-8 p i {
    font-size: 20px;
  }
  #checkCoverageModal .modal-dialog #step-4 .body-row .product-list {
    justify-content: center;
    overflow-y: auto;
    max-height: 30vh;
    margin: 0;
  }
  #checkCoverageModal .modal-dialog #step-4 .body-row .product-list .limited-product-block {
    width: 100%;
    max-width: 280px;
    height: 80px;
    flex-direction: row;
  }
  #checkCoverageModal .modal-dialog #step-4 .body-row .product-list .limited-product-block:nth-of-type(3n+4) {
    margin-left: 10px;
  }
  #checkCoverageModal .modal-dialog #step-4 .body-row .product-list .limited-product-block:not(:last-child) {
    margin: 0 auto;
  }
  #checkCoverageModal .modal-dialog #step-4 .body-row .product-list .limited-product-block:hover,
  #checkCoverageModal .modal-dialog #step-4 .body-row .product-list .limited-product-block.selected {
    border: 1px solid #000000;
    background-color: #0E172C;
    cursor: pointer;
    transition: all ease-in-out 100ms;
  }
  #checkCoverageModal .modal-dialog #step-4 .body-row .product-list .limited-product-block:hover .speed p,
  #checkCoverageModal .modal-dialog #step-4 .body-row .product-list .limited-product-block.selected .speed p {
    color: #fff;
  }
  #checkCoverageModal .modal-dialog #step-4 .body-row .product-list .limited-product-block .price {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 0;
  }
  #checkCoverageModal .modal-dialog #step-4 .body-row .product-list .limited-product-block .price h1 {
    font-family: "Exo-Bold";
    font-size: 36px;
    margin: 0;
    color: #0E172C;
    width: 100%;
    text-align: center;
  }
  #checkCoverageModal .modal-dialog #step-4 .body-row .product-list .limited-product-block:hover .price h1,
  #checkCoverageModal .modal-dialog #step-4 .body-row .product-list .limited-product-block.selected .price h1 {
    color: #fff;
  }
  #checkCoverageModal .modal-dialog #step-4 .body-row .product-list .limited-product-block .price h1 span {
    font-family: inherit;
    font-size: 14px;
  }
  #checkCoverageModal .modal-dialog #step-4 .body-row .product-list .limited-product-block .speed {
    display: flex;
    flex-direction: row;
    justify-content: unset;
    padding: 10px;
    border-left: 1px solid var(--isa-lime);
    border-top: none;
    width: 100px;
    flex-wrap: wrap;
  }
  #checkCoverageModal .modal-dialog #step-4 .body-row .product-list .limited-product-block:hover .speed,
  #checkCoverageModal .modal-dialog #step-4 .body-row .product-list .limited-product-block.selected .speed {
    border-left: 1px solid #fff;
    border-top: none;
  }
  #checkCoverageModal .modal-dialog #step-4 .body-row .product-list .limited-product-block .speed p {
    font-size: 12px;
    line-height: 1;
    padding: 0;
    margin: 0;
    color: #1C1E2D;
    font-family: "Exo-Bold";
    width: 60%;
  }
  #checkCoverageModal .modal-dialog #step-4 .body-row .product-list .limited-product-block .speed p:first-of-type {
    margin-right: unset;
  }
  #checkCoverageModal .modal-dialog #step-4 .body-row .product-list .limited-product-block .speed i {
    font-size: 16px;
    margin-right: 5px;
    color: var(--isa-lime);
    width: 20%;
  }
  #checkCoverageModal .modal-dialog #step-4 .body-row .buttons {
    flex-wrap: wrap;
    padding: 10px;
    justify-content: center;
  }
  #checkCoverageModal .modal-dialog #step-4 .body-row .buttons p:nth-child(1) {
    text-align: center;
    margin: 10px auto 15px;
    border: none;
    order: 2;
  }
  #checkCoverageModal .modal-dialog #step-4 .body-row .buttons p:not(.ruralAreas):nth-child(2) {
    border: 1px solid var(--isa-lime);
    width: 45%;
    text-align: center;
    padding: 15px 20px;
    border-radius: 25px;
    margin: 0 5px;
    display: flex;
    align-items: center;
    order: 1;
  }
  #checkCoverageModal .modal-dialog #step-4 .body-row .buttons p.ruralAreas {
    margin-left: unset !important;
    order: 3;
  }
  #checkCoverageModal .modal-dialog #step-submit .body-row .choosenPackage {
    margin-left: 40px;
    margin-right: 40px;
  }
  #checkCoverageModal .modal-dialog #success .body-row {
    padding: 30px;
  }
  #checkCoverageModal .modal-dialog #success .body-row h1 br {
    display: none;
  }
  #checkCoverageModal .modal-dialog #success .body-row p {
    margin: 80px 0 90px;
    line-height: 1.4;
  }
  #checkCoverageModal .modal-dialog #step-providers .body-row .providers {
    flex-direction: column;
    overflow-y: auto;
    padding: 30px;
  }
  #checkCoverageModal .modal-dialog #step-providers .body-row .providers .provider-box {
    flex-direction: row;
    width: 80%;
    height: 100px;
    overflow: hidden;
  }
  #checkCoverageModal .modal-dialog #step-providers .body-row .providers .provider-box .price {
    border-top: none;
    border-left: 1px solid #DBD5C7;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #checkCoverageModal .modal-dialog #step-providers .body-row .providers .provider-box:hover .price {
    border-left: 1px solid var(--isa-lime);
  }
  #checkCoverageModal .modal-dialog #step-decide .body-row .options {
    flex-direction: column;
    padding: 20px 0;
    overflow-y: auto;
    height: auto;
    justify-content: unset;
  }
  #checkCoverageModal .modal-dialog #step-decide .body-row .options .option-box {
    display: flex;
    width: 90%;
    height: auto;
    padding: 0;
  }
  #checkCoverageModal .modal-dialog #step-decide .body-row .options .option-box .top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%;
  }
  #checkCoverageModal .modal-dialog #step-decide .body-row .options .option-box .bottom {
    width: 60%;
  }
  #checkCoverageModal .modal-dialog #step-decide .body-row .options .option-box p {
    margin: 5px 0;
  }
  #checkCoverageModal .modal-dialog .bottom-row {
    padding: 0 10px;
  }
  #checkCoverageModal .modal-dialog #step-decide .bottom-row p {
    display: none;
  }
}
/* Created Pages */
.main .mx-auto {
  color: #111;
}
.main .mx-auto h1 {
  font-family: "Exo-Bold";
  margin: 40px 0 20px;
  color: inherit;
}
.main .mx-auto ol {
  padding-left: 15px;
  margin-bottom: 40px;
}
.main .mx-auto ol li,
.main .mx-auto p {
  color: inherit;
  font-size: 14px;
  font-family: "Exo-Regular";
  margin: 20px 0;
}
.main .mx-auto p {
  margin-bottom: 20px;
}



