  /* =================================================================================================
Font Face Definition
================================================================================================= */
@font-face {
  font-family: 'Montserrat-Light';
  src: url('../fonts/montserrat/montserrat-light.eot');
  src: url('../fonts/montserrat/montserrat-light.eot?#iefix') format('embedded-opentype'),
  url('../fonts/montserrat/montserrat-light.svg#montserrat-light') format('svg'),
  url('../fonts/montserrat/montserrat-light.woff') format('woff'),
  url('../fonts/montserrat/montserrat-light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Medium';
  src: url('../fonts/montserrat/montserrat-medium.eot');
  src: url('../fonts/montserrat/montserrat-medium.eot?#iefix') format('embedded-opentype'),
  url('../fonts/montserrat/montserrat-medium.svg#montserrat-medium') format('svg'),
  url('../fonts/montserrat/montserrat-medium.woff') format('woff'),
  url('../fonts/montserrat/montserrat-medium.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Semibold';
  src: url('../fonts/montserrat/montserrat-semibold.eot');
  src: url('../fonts/montserrat/montserrat-semibold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/montserrat/montserrat-semibold.svg#montserrat-semibold') format('svg'),
  url('../fonts/montserrat/montserrat-semibold.woff') format('woff'),
  url('../fonts/montserrat/montserrat-semibold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/montserrat/montserrat-bold.eot');
  src: url('../fonts/montserrat/montserrat-bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/montserrat/montserrat-bold.svg#montserrat-bold') format('svg'),
  url('../fonts/montserrat/montserrat-bold.woff') format('woff'),
  url('../fonts/montserrat/montserrat-bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/montserrat/Montserrat-Regular.eot');
  src: url('../fonts/montserrat/montserrat-regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/montserrat/montserrat-regular.svg#montserrat-regular') format('svg'),
  url('../fonts/montserrat/montserrat-regular.woff') format('woff'),
  url('../fonts/montserrat/montserrat-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


/*!
* Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/

/* Global Styles */
html,
body {
  height: 100%;
  /*font-family: 'Myriad-Pro';*/
}

html {
  scroll-behavior: smooth;
}

body {
  padding-top: 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
  /*background-color:#F8F8F8;*/
}

.error-404 {
  font-size: 100px;
}

a {
  outline: none;
  color: #003F7E;
  text-decoration: none;
}

a:hover {
  color: #003F7E;
  text-decoration: none;
}


.w-100 {width: 100%;}


#loader{
  position: fixed;
  width: 100%;
  height: 100vh;
  background: /*rgba(255, 255, 255, 0.5)*/ url('../images/loader.gif') no-repeat center;
  z-index: 999;
}

.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 26px;
  border-radius: 4px;
}

.form-group {
    margin-bottom: 1rem;
}

ol, ul{
  font-family: 'Montserrat-Regular';
  font-size: 18px;
  line-height: 32px;
  color:#003F7E;
}

ul {
  padding-inline-start: 0px;
  list-style: none;
}

ol.p {list-style-type: lower-latin;}

ol {
  font-size: 18px;
  line-height: 28px;
}

blockquote {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 40px;
  margin-right: 80px;
}

hr {
  margin: 30px auto;
  border: 0;
  border-top: 1px solid #1A1F23;
}

img {
  max-width: 100%;
}

.img-hover:hover {
  opacity: 0.9;
}

/* Slick Slider Start */
.index__slider {
  position: relative;
  z-index: 0;
}

.index__slider .slick-slider.slick-initialized {
  opacity: 1;
}

.index__slider .slick-slider {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

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

.index__slider .slick-slide {
  display: none;
  float: left;
  height: auto;
  min-height: 0 !important;
}

.slick-initialized .slick-slide {
  display: block !important;
}

.slick-slide.slick-active {
  z-index: 6 !important;
}

.index__slider .slick-dots {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 0;
  text-align: right;
  display:none;
}

.index__slider .slick-dots li {
  display: inline-block;
  margin-left: 10px;
}

.index__slider .slick-dots .slick-active button {
  background: #fff;
}

.index__slider .slick-dots button {
  height: 5px;
  width: 23px;
  border-radius: 0;
  border: none;
  background: #fff;
  background: rgba(255,255,255,0.4);
  transition: background 0.25s ease-in-out;
}

.slider__slide {
  cursor: pointer;
}

@media (min-width: 68em) {
  .index__slider .slick-dots button {
    height: 8px;
  }

}

@media (min-width: 48em) {
  .index__slider .slick-dots button {
    width: 48px;
  }

  .index__slider .slick-dots {
    bottom: 34px;
    padding: 0 70px;
  }

}

.top-banner1 {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #333;

  p {
    color: #FFF;
    margin: 0 auto;
    font-size: 14px;
  }
}

.top-banner2 {
  padding-top: 10px;
  padding-bottom: 10px;
	width: 100%;
	margin: 0 auto;
	color: #FFF;
	background-color: #003F7E;

  p {
    color: #FFF;
    margin: 0 auto;
    font-size: 14px;
  }
}

.nav-header .inner-header-bg {
  background-color: #003F7E;
  position: relative;
}

.nav-header-inner {
  background: #fff;
  padding: 12px 0px 11px;
}

.navlist {
  padding: 0;
margin-top: 12px;
}

p.btn-show-mobile {
  display: none;
}

img.phone-sep {
  width: 1px !important;
  height: 44px;
  margin: 0 10px!important
}

.header-social {
    text-align: right;
}

.header-phone {
    font-family: 'Ford-Antenna-Bold';
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 0 5px;
    color: #231F20;
    display: inline-block;
    text-align: center;
}

.phone {
  font-family: 'Montserrat-Bold';
  font-size: 25px;
  line-height: 35px;
  margin: 0 0 0 5px;
  color: #333;
  display: inline-block;
  text-align: center;
}

.header-phone a {
  color: #F28422;
  padding: 0 3px;
  text-decoration: none;
}
.header-phone a:hover {
  color: #003F7E;
}

span.header-phone a button.login-btn {
  font-family: 'Montserrat-Bold';
  background-color: #178388;
  color: #FFF;
  padding: 5px 20px;
  margin: 0 5px;
  border: none;
}

span.header-phone a button.login-btn:hover {
  background-color: #333;
}

.header-social .btn-primary {
	background-color: #4856C1;
	border-color: #4856C1;

  font-size: 12px;
  padding: 4px 8px;
  margin-top: -24px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    line-height: 24px;
    color: #333;
    padding: 0 25px 15px;
    font-weight: bold;
}

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

.navbar-home {
	display: none;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown:hover>.dropdown-menu a {
  border-bottom: 1px solid #ddd;
  font-size: 12px;
  white-space: normal;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color:#EEE ;
  color: #FFF;
 
}
.dropdown-item:focus img, .dropdown-item:focus p, .dropdown-item:hover p,
.dropdown-item:hover img {
/*  filter: grayscale(1) contrast(100) invert(1);*/
}


ul.navbar-nav li.nav-item.active a, ul.navbar-nav li.nav-item > a:focus, ul.navbar-nav li.nav-item > a:hover {
  color: #1ea5a6;
  background-color: transparent;
}

.dropdown-item.active, .dropdown-item:active {
  text-decoration: none;
  color: #FFF;
}

.header-logo {
  padding-top: 15px;
  padding-bottom: 15px;

  .logo {
    max-width: 250px;
  }

  .searchbox {
    input {
      border: none;
      border-radius: 0;
      border-bottom: 1px solid #CCC;
      font-family: 'Montserrat-Regular';
      font-size: 16px;
    }
    .input-group-text {
      background-color: transparent;
      border: none;
      border-radius: 0;
      border-bottom: 1px solid #CCC;
    }
  }

  .header-action {
    ul {
      margin: 0;

      li {
        font-family: 'Montserrat-Bold';
        font-size: 14px;
        display: inline-block;
        position: relative;
        margin-left: 25px;

        i {
          font-size: 16px;
        }
      }
    }
  }

  .header-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    .phone { 
      font-family: 'Montserrat-Bold';
      font-size: 25px;
      line-height: 25px;
      margin: 0 0 0 5px;
      color: #333;
      display: inline-block;
      text-align: center;
    }

    .phone a { 
      color:#F28422;
      padding: 0 2px;
      text-decoration: none;
    }

    .phone a:hover { 
      color: #003F7E;
    }

    /*.client-login-btn {
      background-color: #333;
      color: #FFF;
      padding: 5px 20px;
      margin: 0 5px;
    }*/

    button.login-btn {
      font-family: 'Montserrat-Bold';
      background-color: #178388;
      color: #FFF;
      padding: 5px 20px;
      margin: 0 5px;
    }

    .login-btn {
      font-family: 'Montserrat-Bold';
      background-color:#178388;
      color: #FFF;
      padding: 5px 20px;
      margin: 0 5px;

      &:hover {
        background-color: #333;
      }
    }
  }
}

/* Mega Menu End */

/* Nav CSS Start */
.nav-header {
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: #FFF;
    padding: 10px 0 0;
}

.nav-header.homepage {  
  position: absolute;
}

.navbar-inner .isr-phone, .navbar-inner .isr-phone a, .navbar-inner .isr-phone a:hover{
  color: #0c323b;
  font-size: 26px;
  line-height: 38px;
  font-family: 'Montserrat-Bold';
  text-decoration: none;
}

.navbar-inverse, .navbar-default {
  border-bottom: none;
  z-index: 9;
  background-color:transparent;
}

.navbar-default .navbar-nav > li > a {
  font-family: 'Montserrat-Bold';
  font-weight: normal;
  font-size: 20px;
  color: #373735;
  padding: 25px 20px;
  outline: unset;
}

.navbar-right {
  float: right!important;
  margin-right: -15px;
  margin-top: 0px;
}

.navbar-inner {
  margin-bottom: 0px;
  font-family: 'Montserrat-Bold';
  color:#747474;
  position:absolute;
  width:100%;
  background: transparent;
}

/*.navbar img {
  width: 100%;
    max-width: 170px;
    margin-top: -50px;
}*/

.navbar img {
    width: 100%;
    max-width: 225px;
    margin-top: -33px;
}

.navbar-brand {
  float: left;
  overflow:hidden;
  height: auto;
  padding: 0px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-nav-home {
  border-bottom: 1px solid #ddd;
}

.navbar-nav {
  align-items: center;
/*  margin-top: -20px;*/
}

.navbar-nav > li > .dropdown-menu {
   font-family: 'Montserrat-Regular';
  font-size: 12px;
  line-height: 24px;
  background-color: #FFF;
  border-bottom: 3px solid #0c323b;
  box-shadow: 1px 1px 30px rgb(0 0 0 / 6%);
  font-weight: 400;
  padding: 0;
  max-width: 1100px;
  min-width: max-content;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: unset;
}

.navbar-nav > li > .dropdown-menu.dropdown-large {
  max-width: 1250px;
  min-width: 1250px;
}

.navbar-nav > li.dropdown-visas > .dropdown-menu {
  padding: 16px;
}

.dropdown-menu .list-col-2 {
  grid-template-columns: repeat(2, 1fr);
}

.dropdown-menu .list-col-3 {
  grid-template-columns: repeat(3, 1fr);
}
.dropdown-menu .list-col-4 {
  grid-template-columns: repeat(4, 1fr);
}

a.dropdown-item p {
  font-size: 14px;
  line-height: 18px;
  margin: 14px 10px;
  font-family: 'Montserrat-Regular';
  color: #333333;
  min-height: 42px;
}

.mega-row > li > a {
  font-family: 'Montserrat-Bold';
  font-size: 12px;
  padding: 20px 10px;
  font-weight: 400;
  line-height: 3.5;
  color: #333;
  border: 1px solid #EEE;
  border-top: none;
  white-space: normal;
  text-transform: uppercase;
}

.navbar img.nav-icon {
  max-height: 25px;
  min-width: 30px;
  filter: brightness(0) invert(0.5);
}
 .navbar .img-icon {
  width: 35px;
  margin: 0px;
  padding: 2px;
}

.dropdown-menu > li > a {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 7px;
  padding-top: 7px;
  white-space: normal;
}

.dropdown-menu > li > a:hover {
  color: #0c323b;
  text-decoration: none;
}

.dropdown-menu > li.last > a {
  border-right: none;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background: #EEE;
}

.dropdown-toggle {
  white-space: inherit;
}

.megamenu-icon {
    float: left;
}

.megamenu-icon img {
  width: 60px;
  max-height: 60px;
  margin: 0;
  padding: 0 5px;
}

/* For Visas Menu */
.menu-list {
  li {
    line-height: 26px;

    a {
      margin: 0;
      padding: 5px 10px;
      border: none!important;
    }
  }

  li:not(:first-child) a {
    padding-left: 50px;
  }

  li:not(:first-child) p {
    font-size: 12px;
  }

   .megamenu-icon img {
    width: 40px;
    max-height: 35px;
  }

  a.dropdown-item p {
    min-height: auto;
    margin: 0;
  }
}

.navbar .img-menu {
  margin: 0 auto;
  width: 100%;
  max-width: unset;
  padding: 8px
}
/* Nav CSS End */

h1 {
  font-family: 'Montserrat-Bold';
  font-size: 50px;
  line-height: 60px;
  color: #000;
  margin: 0 auto 30px;
  text-align: center;
}

h2 {
  font-family: 'Montserrat-Regular';
  font-size: 40px;
  line-height: 46px;
  color: #F28421;
}

h3 {
   font-family: 'Montserrat-Bold';
  font-size: 25px;
  line-height: 35px;
  color: #000;
  margin: 0 auto 20px;
}

h4 {
  font-family: 'Montserrat-Bold';
  color: #333;
  font-size: 20px;
  line-height: 30px;
  margin: 0 auto 10px;
}

h4 a:hover{
  color: #003F7E;
  text-decoration: none;
}

h5 {
  font-family: 'Montserrat-Bold';
  font-size: 18px;
  line-height: 28px;
}

p {
  font-family: 'Montserrat-Regular';
  font-size: 18px;
  line-height: 28px;
  color: #333;
  margin: 0 auto 15px;
  font-weight: normal;
}

.inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

.back {
  text-align: right;
  padding-top: 30px;
  font-weight:700;
  margin-bottom: 0;
}

.back a {
  color:#333333;
}

.back a:hover {
  color: #003F7E;
}

.readmore {
  text-align: right;
  padding-top: 30px;
  color:#003F7E;
  margin: 0 auto;
}

video.img-fluid {
/*    clip-path: inset(91px 0px);*/
}

.svg-inline--fa.fa-youtube-square.fa-w-14.fa-2x {
  color: #0D764B;
  font-size: 30px;

} 
.svg-inline--fa.fa-facebook-square.fa-w-14.fa-2x {
  color: #0D764B;
  font-size: 30px;
}

.svg-inline--fa.fa-twitter-square.fa-w-14.fa-2x {
  color: #0D764B;
  font-size: 30px;
}

.svg-inline--fa.fa-instagram.fa-w-14.fa-2x {
  color: #0D764B;
  font-size: 30px;
  margin: 0px 3px;
}

.svg-inline--fa.fa-linkedin.fa-w-14.fa-2x {
  color: #0D764B;
  font-size: 30px;
}

.svg-inline--fa.fa-youtube-square.fa-w-14.fa-3x {
  color: #0D764B;
  font-size: 40px;

} 
.svg-inline--fa.fa-facebook-square.fa-w-14.fa-3x {
  color:#1B8BCC;
  font-size: 40px;
}

.svg-inline--fa.fa-twitter-square.fa-w-14.fa-3x {
  color:#1B8BCC;
  font-size: 40px;
}

.svg-inline--fa.fa-instagram.fa-w-14.fa-3x {
  color:#1B8BCC;
  font-size: 40px;
}

.line-sep {margin: 15px auto 20px;}s

img.hover-zoom:hover {
  transform: scale(1.1)!important;
  filter: drop-shadow(0px 5px 5px #777);
}

h4.tag {
  font-family: 'Montserrat-Bold';
  font-size: 34px;
  line-height: 40px;
  color: #FFF;
  background-color: #003F7E;
  padding: 5px 25px;
  margin: 0 auto 10px;
  border-radius: 0;
  font-style: italic;
  display: inline-block;
}

.btn-back {
  font-family: 'Montserrat-Bold';
  background-color: #333;
  padding: 6px 30px;

  &:hover {
    background-color: #003F7E;
  }
}

.btn-main {
  font-family: 'Montserrat-Bold';
  font-size: 20px;
  line-height: 26px;
  background-color: #333;
  color: #FFF;
  border-radius: 0;
  padding: 10px 25px;
}

/* Section 1 Start */
.section1 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #FFF;
}
.section1 h1 {
  font-family: 'Montserrat-Bold';
  font-size: 48px;
  line-height: 58px;
  color: #333333;
  margin: 0 auto 5px;
}
.section1 h2 {
  font-family: 'Montserrat-Bold';
  font-size: 30px;
  line-height: 40px;
  color: #F28422;
  margin: 0 auto;
}

.section1 p {
  font-family: 'Montserrat-Regular';
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  margin: 20px auto 0;
}
/* Section 1 End */

/* Section 2 Start */
.section2 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #003F7E;
  background-image: url('../images/section2-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section2 h2 {
  font-family: 'Montserrat-Bold';
  font-size: 48px;
  line-height: 58px;
  color: #FFF;
  margin: 0 auto 20px;
}

.section2 h3 {
  font-family: 'Montserrat-Bold';
  font-size: 24px;
  line-height: 30px;
  color: #FFFF;
  margin: 0;
}

.section2 p {
  font-family: 'Montserrat-Regular';
  font-size: 18px;
  line-height: 28px;
  color: #FFF;
  margin: 0 auto;
}



/* Section 2 End */

/* Section 3 Start */
.section3 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #FFFF;
  background-image: url('../images/section3-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section3 h2{
  font-family: 'Montserrat-Bold';
  font-size: 48px;
  line-height: 58px;
  color: #333;
  margin: 0 auto 5px;
}

.section3 h3 {
  font-family: 'Montserrat-Bold';
  font-size: 21px;
  line-height: 31px;
  color: #F28421;
  margin: 0 auto 10px;
}

.section3 p {
  font-family: 'Montserrat-Regular';
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  margin: 0 auto 30px;
}


/* Section 3 End */

/* Section 4 Start */
.section4 {
  background-color: #F8F4F1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section4 h2 {
  font-family: 'Montserrat-Bold';
  font-size: 48px;
  line-height: 58px;
  color: #333;
  margin: 0 auto 20px;
}

.section4 h3 {
  font-family: 'Montserrat-Regular';
  font-size: 22px;
  line-height: 28px;
  color: #333333;
  margin: 0 auto;
}

.section4 h4 {
  font-family: 'Montserrat-Bold';
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  margin: 0 auto 10px;
}

.section4 p {
  font-family: 'Montserrat-Regular';
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  margin: 0 0 15px;
  max-width: 650px;
}

.section4 a.readmore {
  font-family: 'Montserrat-Bold';
  color: #fff;
  background-color:#F28422;
  padding: 15px 40px;
  position: relative;

  &::after {
    content: '';
    position: absolute;
    top: -7px;
    right: 0;
    width: 25px;
    height: 25px;
    background: #f8f4f1;
    transform: rotate(45deg);
    transform-origin: bottom right;
  }
}

.section4 a.readmore:hover {color: #333333}

.section4 a {
  color: #333333;

  &:hover {
    color: #003F7E;
  }
}



.section4 .content {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section4 .carousel-controls {
  display: flex;
  position: absolute;
  bottom: 15px;
  Left: 15px;
  gap: 15px;
}

.section4 .carousel-controls .carousel-control-prev,
.section4 .carousel-controls .carousel-control-next {
  width: auto;
  height: auto;
  background: none;
  opacity: 1;
  position: static;
}

.section4 .carousel-controls .carousel-control-prev-icon {
  background-color: #F28422;
  padding: 15px 40px;
  color: #FFFF;
  padding: 20px 40px;
  color: #FFFF;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;    
}

.section4 .carousel-controls .carousel-control-next .carousel-control-next-icon {
  background-color: #F28422;
  padding: 15px 40px;
  color: #FFFF;
  padding: 20px 40px;
  color: #FFFF;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;    
}


.section4 .carousel-controls .carousel-control-next-icon:hover {
  background-color: #F7B173;
}

.section4 .carousel-controls .carousel-control-prev-icon:hover {
  background-color: #F7B173;
}

.section4 .carousel-controls .carousel-control-next-icon {
  position: relative;
}

.section4 .carousel-controls .carousel-control-prev-icon {
  position: relative;
}


#carouselTestimonials,
#carouselTestimonials .carousel-inner,
#carouselTestimonials .carousel-item,
#carouselTestimonials .carousel-item > div {
  height: 100%;
}
#carouselTestimonials .carousel-item img {
  height: 100%;
  object-fit: cover;
  object-position: right;
}
/* Section 4 End */

/* Section 5 Start */
.section5 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color:#FFFF;
}

.section5 h2 {
  font-family: 'Montserrat-Bold';
  font-size: 48px;
  line-height: 58px;
  color: #333;
  margin: 0 auto 20px;
}

.section5 .white-box {
  background-color: #FFFF;
  border: 1px solid #ced4da;
  padding: 60px 30px;
  border-radius: 30px;
  min-height: 296px;
  max-height: 296px;
}

.section5 .white-box:hover {
  background-color: #31acad;
}

.section5 .white-box img {
  max-width: 115px;
  max-height: 115px;
  min-width: 115px;
  min-height: 115px;
}

.section5 .white-box:hover img {
  filter: brightness(100);
}

.section5 .white-box h3 {
  font-family: 'Montserrat-Bold';
  color: #1ea5a6;
  font-size: 18px;
  line-height: 22px;
  margin: 15px auto 0;
}

.section5 .white-box:hover h3 {
  color: #FFFF;
}

.section5 .carousel-controls-below .carousel-control-prev,
.section5 .carousel-controls-below .carousel-control-next {
  width: auto;
  height: auto;
  background: none;
  opacity: 1;
}

.section5 .carousel-controls-below .carousel-control-prev-icon,
.section5 .carousel-controls-below .carousel-control-next-icon {
  background-color: #afbac5;
  border-radius: 5px;
  color: #FFF;
  padding: 20px;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;    
}

.section5 .carousel-controls-below .carousel-control-next-icon:hover,
.section5 .carousel-controls-below .carousel-control-prev-icon:hover {
  background-color: #31ACAD;
}

.section5 .carousel-indicators button {
  background-color: transparent;
  border: 1px solid #AAA;
  width: 15px;
  height: 15px;
  border-radius: 100%;

  &.active {
    background-color: #18878C;
  }
}
/* Section 5 End */


/* Icon Banners Start */
.icon-banners {
  h3 {
    font-family: 'Montserrat-Bold';
    font-size: 18px;
    line-height: 24px;
    color: #333;
  }
  img {
    max-width: 130px;
    max-height: 130px;
    min-width: 130px;
    min-height: 130px;
    margin-bottom: 15px;
  }

  a:hover h3 {
    color: #1EA5A6;
  }

  a:hover img {
    fill: #1EA5A6;
  }
}
/* Icon Banners End */

/* Areas of Operation Start ---------------- */
.areas-box {
  background-color: #1EA5A6;
  padding: 25px;
  background-image: none!important;

  h4 {
    font-family: 'Montserrat-Bold';
    font-size: 30px;
    line-height: 36px;
    color: #FFF;
  }
  
  ul {
    margin-bottom: 0!important;
  }

  ul.arrow li {
    color: #FFF;

    &:last-child {
      margin-bottom: 0;
    }
  }
  ul.arrow li:before {
    color: #FFF!important;
    content: "\f3c5"!important;
  }
}
/* Areas of Operation End */

/* Pricing Overview Start --------------------- */
.text-pink {color: #DB4A95;}
.text-orange {color: #F28422;}
.text-yellow {color: #FAC733;}
.text-teal {color: #1EA5A5;}
.text-dteal {color: #105F61;}
.text-dpink {color: #A91973;}
.text-bw {color: #333333;}

.pricing-overview {
  h2 {
    font-family: 'Montserrat-Bold';
    font-size: 45px;
    line-height: 55px;
    color: #000;
  }
  h3 {
    font-family: 'Montserrat-Regular';
    font-size: 40px;
    line-height: 46px;
    color: #F28421;
  }
  h4 {
    font-family: 'Montserrat-Regular';
    font-size: 35px;
    line-height: 45px;
  }
  h5 {
    font-family: 'Montserrat-Bold';
    font-size: 25px;
    line-height: 35px;
    color: #000;
    margin: 0 auto;
  }

  /* Packages Color*/

  .pkg-pink {
    h2, ul.arrow li span {
      color: #DB4A95;
    }
    hr {
      border-color: #DB4A95;
    }
    .box-footer {
      background-color: #DB4A95;
      &:hover {background-color: #A91973;}
    }
  }

  .pkg-orange {
    h2, ul.arrow li span {
      color: #F28422;
    }
    hr {
      border-color: #F28422;
    }
    .box-footer {
      background-color: #F28422;
      &:hover {background-color: #D0690D;}
    }
  }

  .pkg-yellow {
    h2, ul.arrow li span {
      color: #FAC733;
    }
    hr {
      border-color: #FAC733;
    }
    .box-footer {
      background-color: #FAC733;
      &:hover {background-color: #D9A404;}
    }
  }


  .pkg-teal {
    h2, ul.arrow li span {
      color: #1EA5A5;
    }
    hr {
      border-color: #1EA5A5;
    }
    .box-footer {
      background-color: #1EA5A5;
      &:hover {background-color: #188989;}
    }
  }

  .pkg-dteal {
    h2, ul.arrow li span {
      color: #105F61;
    }
    hr {
      border-color: #105F61;
    }
    .box-footer {
      background-color: #105F61;
      &:hover {background-color: #0A3C3D;}
    }
  }

  .pkg-dpink {
    h2, ul.arrow li span {
      color: #A91973;
    }
    hr {
      border-color: #A91973;
    }
    .box-footer {
      background-color: #A91973;
      &:hover {background-color:#680F47;}
    }
  }

  .pkg-bw {
    h2, ul.arrow li span {
      color: #333333;
    }
    hr {
      border-color: #333333;
    }
    .box-footer {
      background-color: #333333;
      &:hover {background-color:#252525;}
    }
  }

  .box-content {
    padding: 25px;
    box-shadow: 0 0 5px 5px #EEE;

    .title {
      display: flex;
      align-items: center;
      gap: 25px;
    }

    img {
      margin-bottom: 20px;
      max-width: 80px;
      max-height: 80px;
      min-width: 80px;
      min-height: 80px;
    }

    h2 {
      font-family: 'Montserrat-Regular';
      font-size: 40px;
      line-height: 35px;
      margin: 0;

      span {
        font-family: 'Montserrat-Bold';
        font-size: 25px;
      }
    }

    h4 {
      font-family: 'Montserrat-Bold';
      font-size: 18px;
      color: #333333;
      font-style: normal;
      margin: 0 auto;
    }

    hr {
      margin: 15px auto;
      opacity: 1;
    }

    ul.arrow {
      margin: 0;

      li {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;

        span {
          font-style: italic;
        }

        &:last-child {
          margin-bottom: 0;
        }
      }

    }

    /*ul.arrow li:before {
      content: ""; 
      width: 25px;
      height: 25px;
      background-image: url(../images/list-icon.png);
      background-size: 15px;
      background-repeat: no-repeat;
      background-position: left center;
    }*/

  }

  .box-footer {
    padding: 25px;
    position: relative;

    a {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      gap: 30px;
    }

    p {
      font-family: 'Montserrat-Regular';
      font-size: 30px;
      color: #FFF;
      margin: 0;
      
      span {
        font-family: 'Montserrat-Bold';
        font-size: 20px;
      }
    }

    &::after {
      content: '';
      position: absolute;
      bottom: -1px;
      right: -1px;
      width: 100px;
      height: 100px;
      background-color: #FFF; /* Color of the triangle */
      clip-path: polygon(100% 30%, 30% 100%, 100% 100%);
    }

    i {
      color: #FFF;
      font-size: 30px;
    }

  }

}
/* Pricing Overview End */



.container ul.check li a:hover {
    color: #0d764d;
    text-decoration: none;
}

.container ul.check li a {
    color: #333;
}

.container ul.check {
  list-style: none;
  margin: 0 0 30px 18px;
  padding: 0;
  font-family: 'Montserrat-Regular';
  color: #003F7E;
}

.container ul.check li {
  font-family: 'Montserrat-Regular';
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  padding-left: 25px;
}

.container ul.check li:before {
  color: #333;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background: transparent;
  height: 20px;
  width: 20px;
  border-radius: 75px;
  font-size: 18px;
  content: "\f00c";
  float: left;
  margin-right: 0;
  margin-left: -25px;
  margin-top: 5px;
  position: absolute;
  font-family: 'FontAwesome';
  text-align: center;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 20px;
  text-indent: 1px;
  display: inline-block;
}

/* Resources Start */
.resources h3 {
  font-family: 'Montserrat-Bold';
  font-size: 28px;
  line-height: 38px;
  color: #333333;
  margin: 0 auto 10px;
}

.resources h2 {
  font-family: 'Montserrat-Bold';
  font-size: 30px;
  line-height: 40px;
  color: #333;
  margin: 0 auto;
}

.resources a:hover {
    color: #333;
    text-decoration: none;
}


/* Resources End */

/* Contact Us Start */
.parallax-contact-us {
  padding-top: 100px;
  padding-bottom: 100px;
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #0a3a3a;
  background-image: url(../images/parallax-contact-us-bg.jpg);
 
}

.parallax-contact-us .contact {
  background-color: #FFFF;
  padding: 35px 40px;
  border-radius: 0px;
}

.parallax-contact-us h1 {
  font-family: 'Montserrat-Bold';
  font-size: 55px;
  line-height: 65px;
  color: #FFFF;
  margin-bottom: 20px;
  text-align: left;
}
.parallax-contact-us h2{
  font-family: 'Montserrat-Bold';
  font-size: 40px;
  line-height: 50px;
  color: #FFFF;

}

.parallax-contact-us h2 a {
  font-family: 'Montserrat-Bold';
  font-size: 40px;
  line-height: 45px;
  color: #FFFF;
  margin-bottom: 0px;
}

.parallax-contact-us h4 {
 font-family: 'DM-Sans-Medium-Italic';
  font-size: 24px;
  line-height: 34px;
  color: #FFF;
}

.parallax-contact-us h3 a {
  font-family: 'Montserrat-Bold';
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  margin: 0 auto;
}

.parallax-contact-us p {
 font-family: 'Montserrat-Regular';
 font-size: 23px;
 line-height: 35px;
 color: #FFFF;

}

.parallax-contact-us .col-md p{
  margin-top: 18px;
  margin-bottom: 0px;
  color: #CCC;
}

.parallax-contact-us .contact h2 {
  font-family: 'Montserrat-Bold';
  color: #333333;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 30px;
  text-align: center;
}

.parallax-contact-us .form-control {
  border: 2px solid #666666;
  border-radius: 5px;
  padding: 3px 10px;
  background:transparent;
}

.parallax-contact-us .btn-primary {
  font-size: 20px;
  line-height: 30px;
  width: 50%;
  background-color: #F28422;
  margin-top: 16px;
  border-radius: 0;
  border: none;
}

.parallax-contact-us .contact .form-control, .parallax-contact-us .contact .form-select {
  background-color:transparent;
  font-family: 'Montserrat-Regular';
  font-size: 18px;
  line-height: 30px;
  border: 1px solid #CCC;
  border-radius: 5px;
  height: 50px;
  color: #333333;
}


.parallax-contact-us input::placeholder {
  color: #333333;
}

.parallax-contact-us textarea::placeholder {
  color: #333333;
}
/* Contact Us End */


/* Testimonias Start ---------------- */
.section-testimonials {
  .review-box {
    padding: 80px 30px 40px;
    box-shadow: 0 0 5px 5px #EEE;
    position: relative;
    margin: 10px;

    &::after {
      content: '';
      position: absolute;
      top: -1px;
      right: -1px;
      width: 100px;
      height: 100px;
      background-color: #FFF; /* Color of the triangle */
      clip-path: polygon(100% 30%, 30% 100%, 100% 100%);
      z-index: 1;
    }
  }
  p {
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
  }
  .review-quote {
    position: absolute;
    top: -15px;
    left: -15px;
  }
  .fa-star {
    font-size: 22px;
    color: #F28422;
  }
}
/* Testimonias End */

/* Mega Footer */
.mega-footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #333333;
}

.mega-footer h2 {
  font-family: 'Montserrat-Bold';
  font-size: 25px;
  line-height: 32px;
  color: #FFF;
  padding-top: 0px;
}

.mega-footer h3 a {
    font-family: 'Montserrat-Medium';
    font-size: 22px;
    line-height: 28px;
    color: #f28422;

    &:hover {
      color: #FBC833;
    }
}

.mega-footer .container ul {
  list-style: disc;
  color: #FFF;
  margin-left: 20px;
  font-size: 18px;
  line-height: 28px;
}
.mega-footer .container ul li {
  margin-bottom: 18px;
}

.mega-footer hr {
  border-top: 3px solid #333;
  opacity: 1;
  width: 70px;
  margin: 15px 0;
}

.mega-footer p {
  font-family: 'Montserrat-Regular';
  font-size: 16px;
  line-height: 26px;
  color: #FFFF;
  margin: 0 auto;
}

.mega-footer .logo img {
  max-width: 450px;
}


.mega-footer a {
 font-family: 'Montserrat-Regular';
 font-size: 16px;
 line-height: 26px;
  color: #FFFF;
  text-decoration: none;
}

.mega-footer a:hover {
  color: #AAA;
}

.mega-footer .svg-inline--fa.fa-facebook-square.fa-w-14.fa-2x,
.mega-footer .svg-inline--fa.fa-twitter-square.fa-w-14.fa-2x,
.mega-footer .svg-inline--fa.fa-linkedin.fa-w-14.fa-2x,
.mega-footer .svg-inline--fa.fa-instagram.fa-w-14.fa-2x {
  color: #FFFF;
  vertical-align: top;
  font-size: 30px;
}

.mega-footer a.btn-partner{
  font-family: 'Montserrat-Bold';
  font-size: 16px;
  line-height: 26px;
  color: #FFF;
  background-color: #003F7E;
  border: none;
  padding: 7px 15px;
  margin-top: 0;
  border-radius: 5px;

}
.mega-footer a.btn-partner:hover {
  color: #0f404d;
  background-color: #d5fff1;
}

.footer-contact {
  padding-top: 60px;
  padding-bottom: 60px;

  h2 {
    font-family: 'Montserrat-Regular';
    font-size: 30px;
    line-height: 36px;
    color: #242424;
    text-transform: uppercase;
  }

  p {
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    line-height: 26px;
    color: #242424;
    margin: 0 auto;
  }
}

/* Mega Footer End */

/* Footer Start */
footer {
  font-family: 'Montserrat-Regular';
  width: 100%;
  margin: 0px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #333333;
  border-top: 1px solid #999;
}
footer .white-line {
	width: 100%;
	height: 1px;
	margin: 20px 0 10px;
	border-top: 1px solid #BBBBBB;
}
footer p {
  font-size: 14px;
  line-height: 16px;
  color: #FFF;
  text-decoration:none;
  font-weight: normal;
  margin: 0 auto;
  margin-block: 0;
}

footer a {
  font-size: 14px;
  line-height: 16px;
  color: #FFF;
  text-decoration:none;
  font-weight: normal;
}

footer a:hover {
  color: #CCC;
  text-decoration:none;
}

footer img {vertical-align: sub;}

/* Footer End */

/*** For List Style ***/
.container ul.arrow {
  list-style: none;
  margin: 0 0 30px 18px;
  padding: 0;
  font-family: 'Montserrat-Regular';
  color: #333333;
}

.container ul.arrow li {
  font-family: 'Montserrat-Regular';
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  padding-left: 25px;
}

.container ul.arrow li a {
  color: #747474;
}

.container ul.arrow li a:hover, .container ul.arrow li a:focus{
  color: #0E4693;
  text-decoration: none;
}

.container ul.arrow li:before {
  display: inline-block;

  /*background: #152343;  For browsers that do not support gradients */
  /*background: -webkit-linear-gradient(left, #39b54a , #152343);  For Safari 5.1 to 6.0 */
  /*background: -o-linear-gradient(right, #39b54a, #152343); For Opera 11.1 to 12.0 */
  /*background: -moz-linear-gradient(right, #39b54a, #152343);  For Firefox 3.6 to 15 */
  /*background: linear-gradient(to right, #39b54a , #152343);  Standard syntax (must be last) */

  /*background-repeat: no-repeat;
  background-position: center center;
  background: transparent;
  height: 20px;
  width: 20px;
  border-radius: 75px;
  font-size: 18px;
  content: "\f058";*/
  float: left;
  margin-right: 0;
  margin-left: -25px;
  margin-top: 0px;
  position: absolute;
  font-family:'FontAwesome';
  text-align: center;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #1ea5a6;
  line-height: 20px;
  text-indent: 1px;
  display: inline-block;
  list-style: none;


  content: ""; 
  width: 25px;
  height: 25px;
  background-image: url(../images/list-icon.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: left center;
}

.container blockquote {
  background: #f5f5f5;
  font: 13px/20px Montserrat-Regular, arial, helvetica, sans-serif;
  color: #444444;
  border-left: 4px solid #0d764d;
  padding: 15px;
}

.container ul.arrow li > ul, .container ul.arrow li > div > div > ul {
  list-style: none;
  padding-top: 10px;
}

/* Reviews Rating CSS Start*/
.review-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
     /*optional*/
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

.review-form .rating_form_div{
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}

.rating_form_div{
  margin-bottom: 100px;
  margin-top: -15px;
}
.review-form .rating_list{
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

.r_left p{
  margin-bottom: 6px;
}

.rating_item{
  overflow: hidden;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #666;
}

.rating{
  margin:0px 10px 0px -5px;
  font-size: 20px;
}

.r_date{
  display:none;
  font-style:italic;
  color: #CCCCCC;
  font-size: 12px;
}

.r_name{
  font-size: 20px;
  line-height: 28px;
  color: #0c323b;
  margin-top: 8px;
}

.r_location{
  margin: 0px;
  padding-left: 2px;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  font-weight: 700;
}

.r_comments{
  font-size: 16px;
  padding-top: 8px;
}

.r_comments .comments-source{
  font-size: 12px;
  padding-left: 2px;
  }

.rating_item{
  margin-bottom: 26px;
}

.r_left{
  padding-top: 12px;
  float: left; width: 40%;
}

.r_right{
  float: left;
  width: 60%;
}

.r_location span {
  margin-top: -18px;
}

#rating_city{
  margin-bottom: 20px;
}
.stars {
    overflow: hidden;
}

  /* rating.css */
  .star{
    background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAABQCAYAAAAZQFV3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABOFJREFUeNrsmEFoHFUYx9/MdHfTJRKzUhBaFiL1YghZCFQUIV6UQJuLWCgr8eKpIoiFSqsHQYrmYj14KHqxKAl6MbA5eCgKRVAMBhpCwIJQCETRQzTsNtnO7s74+17fbGc3M7OzZhUsHfjzdvd97/++973vff99Y/m+rwb5WL0Idz60h2nckTc8Nw2hncLmAnhtIB7i3VGan8VD8Dhebh+U8FOaX8Bh4EB48R8TQlai+QnkgMTxD/AYpFt9EULk0EyBD8Dn4BPT9TZ4CrwD6Wos4V+XrUdpXzQk4tUEkAFXwNUu+1fAWWO7anADLDLJTkCYpf0K3DQe3Ui5oUI6B8ShlyBstZfMMiXoX4MV8GZKQgnJcXA6nKPtGJoE/gZ8Cy6mIJPwnIJsL3ZTIB2h+U6WANZjyE6Aj8Cz3WT7TooJ7HUwneDdc+BaFFnc0SuCzQTCTWOT+iwfN6cjWJ6clo9NzOS5Bcb6IZTZj5pU+syEYNV8XzA2Y6lOCptyhGbDeDFPnJa6TlGZ5rxJ/nxkSRPCACR5EUyHf4sCNjOgENVn/ecVe+CEy8vLWgJmZ2fd1IRra2vxSbe5eYlmu1gsXo6zmZycTKcpkEn6vC61kM+FQYiUeDdvauP5Ay0ZjyIlgKVv9bVkiBwQVJRX2YwWkKLxrhxB+qYSPaxUKrESANHVrh2PlQAzqSbskAA6UkkA5B0SICvRSzb5ddrMWu4jh8umSLwckLVjSKClWJ6SwsrM76fwLpCAM4x1I9OGjhrN8+AkAyYSyGTDnhEHjCPxeYhBagmIIvtXJOBQkgSY5Z01/76umAy4lbpiG5IqzQuG6Alz9LLmf+IP5hh+AfmxnoSQdUgAg5a6JuuQgMiSFi7fJHkR9JQAbGbA/SoBi4uLWgLK5XIqCdBpkyQBZne3sTm4BGxsbLQlgM+DkYBsNjucyWQKaSXATvCuZFnWHIQqlxMVUOeMx/0RMsgBWgIgcyBVgqwwIwH0JUvAwsJChwQwuOQ4jrJtO/CsfQBc11We56lWqyXfOySALNgJdlmuWzNSB/P5vBKyyJnxMjxBs9mc2tvbEye+DN1l7uYhuaZvAXg1LaQyOOkRL3d3d8XLishHOEd1DMfHx7UEYLjCrCop2aXP2Mht4QxjoyWADi0BxGddZm80GjpWYSL5TfpkYnHAOBK/yxhoCZAl1et1PbharWrUajX9m/SJBESRJUlAr6fvW0CvZyyxOIQPN4kbnv1mlwQERGPhMbHli/Q5Yv5lSdDnSYelrlLWIQGRJS1cvjk1RdBTArCZAferBPT7IkjvcuP7t3pKADaxEpB5+r10FXv3x3kKqqUlgM+DkQB76OFhKzdycAnAo5KynTlraFTZQ4/gqH3ursd9EjLIAVoC7KGCAxFWNqSjWgLoS5aAfS+C7EzJcrLKOjSkrNwoFu0ToPz6n8pv3dFQXjPyRdA9CbDsk/ZDx5SQxWiAsg4X7vE361NedQsn/P0SELwIgmzaHiZMtpMcKK+pWlUuVF6j0v0iSMcw/+QFLQF+y13xbv/GpF4CWUt5tV+FTEsAY6MlgA4tASxlnaUo362yLGLlh2Lo1iCjj4nFAeNI/H9sDHbYxesEfcK//XvSoq9Fkf0/JCDqDWfV3I+TJGCLne19CzAvgtoS8OBF0APC6OdvAQYAj2xzC/IfXBsAAAAASUVORK5CYII=');
    background-position:left -2px;
    display:block;
    width:20px;
    height:16px;
    line-height:16px;
    float:left;
    cursor: pointer;
    zoom:1;
}
  .rating:not(:checked) > label {
    float:right;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:120%;
    line-height:1.2;
    color: gold;
    margin-bottom: 0;
  }

  .rating:not(:checked) > label:before {
    content: "★";
  }

  .rating {
    float:left;
    height: 10px;
    white-space: pre;
  }
/* Reviews Rating CSS End*/

@media only screen and (max-width: 600px) {
  .col-container .col { 
    display: block;
    width: 100%;
  }

}


/**********************
       Mega Menu      
**********************/
.megamenu-tabs {
  list-style-type: none;
  margin: 0px;
  padding: 0 15px;
}
.megamenu-tabs li {
  position: relative; 
  overflow:hidden; 
  border-bottom: 1px solid #ccc; 
  display: flex;
  justify-content: stretch;
  align-items: center;
}
.megamenu-tabs li:last-child {
  border-bottom-width: 0px; 
}
.megamenu-tabs li span.list-img img {
  max-width: 40px;
  margin: 0;
}
.megamenu-tabs li span.list-icon,
.megamenu-tabs li span.list-title{
  padding: 10px 15px;
  display: flex;
  text-decoration: none;
}

.megamenu-tabs li .arrow-icon {
  display: none;
  position: absolute;
  right: 15px;
}

.megamenu-tabs li .arrow-icon i {
  font-size: 18px;
}

.megamenu-tabs li span.list-icon {
  text-align:center;
  width:60px;
}

.megamenu-tabs li span.list-icon .mm-tab-list-icon {
  color:#19202e;
  font-size: 32px;
}

.megamenu-tabs li span.list-title a {
  font-family: 'Montserrat-Regular';
  font-size: 14px!important;
  line-height: 21px;
  margin: 14px 10px;
  color: #333333;
}

.megamenu-tabs li:hover span.list-icon .mm-tab-list-icon,
.megamenu-tabs li.active span.list-icon .mm-tab-list-icon,
.megamenu-tabs li:hover span,
.megamenu-tabs li.active span{ color:#2C86D9; }
.megamenu-tabs li.active span.arrow-icon {
  display: block;
}

/**********************
       Tab Content       
**********************/
.megamenu-tabcontent {
  padding: 15px;
  display: none;

  p {
    font-size: 14px;
    line-height: 21px;
    margin: 14px 10px;
    font-family: 'Montserrat-Regular';
    color: #333333;
    min-height: 42px;
    margin: 0;
  }
}
.megamenu-tabcontent.active {
  display: block;
}