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


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


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


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


@font-face {
  font-family: 'Poppins-Black';
  src: url('../fonts/poppins/poppins-black.eot?#iefix') format('embedded-opentype'),
  url('../fonts/poppins/poppins-black.woff') format('woff'), 
  url('../fonts/poppins/poppins-black.ttf')  format('truetype'), 
  url('../fonts/poppins/poppins-black.svg#dmsans-mediumitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}

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


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


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


@font-face {
  font-family: 'Inter-18pt-Black';
  src: url('../fonts/inter/inter-18pt-black.eot?#iefix') format('embedded-opentype'),
  url('../fonts/inter/inter-18pt-black.woff') format('woff'), 
  url('../fonts/inter/inter-18pt-black.ttf')  format('truetype'), 
  url('../fonts/inter/inter-18pt-black.svg#dmsans-mediumitalic') format('svg');
  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: 'Poppins-Regular';
  font-size: 18px;
  line-height: 32px;
  color:#333333;
}

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

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

ol {
  font-size: 16px;
  line-height: 30px;
}

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: #DC1D3F;

  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-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: 'Poppins-Regular';
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  padding: 0 40px;
  margin: 15px 0;
}

.navbar-expand-lg .navbar-nav .nav-item:not(:last-child) .nav-link {
    border-right: 1px solid #EEE;
  }

.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: #DC1D3F;
  background-color: transparent;
}

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

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

  .logo {
    max-width: 345px;
  }

  .searchbox {
    input {
      border: none;
      border-radius: 0;
      border-bottom: 1px solid #CCC;
      font-family: 'Poppins-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: 'Poppins-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: 'Poppins-Bold';
      font-size: 25px;
      line-height: 25px;
      margin: 0 5px 0 0;
      color: #DC1D3F;
      display: inline-block;
      text-align: center;
    }

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

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

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

    .login-btn {
      font-family: 'Poppins-Medium';
      background-color: #003F7E;
      color: #FFF;
      padding: 7px 20px 6px;
      margin: 0 5px;
      font-size: 16px;
      line-height: 22px;

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

/* Mega Menu End */

/* Nav CSS Start */
.nav-header {  
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0;

  .container {
    border-top: 1px solid #EEE;
  }
}

.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: 'Poppins-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: 'Poppins-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: 'Poppins-Bold';
  color:#747474;
  position:absolute;
  width:100%;
  background: transparent;
}

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

.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: 'Poppins-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;
}


.navbar-nav > li > .dropdown-menu .navline {
  margin: 0 auto;
  height: 100%;
  width: 1px;
  background-color: #DDD;
}
.navbar-nav > li > .dropdown-menu .rightline {
  border-right: 1px solid #DDD;
}

.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: 16px;
  line-height: 18px;
  margin: 14px 10px;
  font-family: 'Poppins-Regular';
  color: #333333;
  min-height: 42px;
}

.mega-row > li > a {
  font-family: 'Poppins-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;
  color: #333333;
}

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

.megamenu-icon {
    float: left;
}

.megamenu-icon img {
  width: 70px;
  max-width: 70px;
  max-height: 70px;
  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: 20px;
  }

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

   .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: 'Inter-18pt-Bold';
  font-size: 50px;
  line-height: 60px;
  color: #006DDD;
  margin: 0 auto 15px;
  text-align: center;
  text-transform: uppercase;
}

h2 {
  font-family: 'Inter-18pt-Bold';
  font-size: 35px;
  line-height: 40px;
  color: #CA221A;
  margin: 0 auto 30px;
}

h3 {
   font-family: 'Inter-18pt-Regular';
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin: 20px auto;
}

h4 {
  font-family: 'Inter-18pt-Regular';
  color: #333;
  font-size: 22px;
  line-height: 32px;
  margin: 0 auto 10px;
}

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

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

p {
  font-family: 'Poppins-Regular';
  font-size: 16px;
  line-height: 26px;
  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);
}

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

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

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

.title-line {
  height: 5px;
  width: 85px;
  background-color: #FFF;
  margin: 0 0 20px;
}

/* Section 1 Start */
.section1 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #FFF;
}
.section1 h1 {
  font-family: 'Inter-18pt-Bold';
  font-size: 48px;
  line-height: 58px;
  color: #006FDD;
  margin: 0 auto 5px;
}
.section1 h2 {
  font-family: 'Poppins-Semibold';
  font-style: italic;
  font-size: 35px;
  line-height: 45px;
  color: #000B95;
  margin: 0 auto;
}

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

/* Section 2 Start */
.section2 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #14214E;

  background-image: url('../images/section2-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section2 h2 {
  font-family: 'Inter-18pt-Bold';
  font-size: 38px;
  line-height: 44px;
  color: #FFFF;
  margin: 0 auto 15px;
}

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

.section2 .left-content {
  h3 {
    font-family: 'Inter-18pt-Bold';
    font-size: 18px;
    line-height: 24px;
    color: #FFF;
    margin: 0 auto 5px;
  }

  p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 auto;

    a {
      color: #FFF;
      text-decoration: underline;
      text-underline-offset: 4px;

      &:hover {
        color: #CCC;
      }
    }
  }

  img {
    filter: brightness(0) invert(1);
  }

}


/* Section 2 End */

/* Section 3 Start */
.section3 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #0974DF;

  background-image: url('../images/section3-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section3 h2 {
  font-family: 'Inter-18pt-Bold';
  font-size: 38px;
  line-height: 44px;
  color: #FFFF;
  margin: 0 auto 15px;
}

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

.section3 .right-content {
  h3 {
    font-family: 'Inter-18pt-Bold';
    font-size: 18px;
    line-height: 24px;
    color: #FFF;
    margin: 0 auto 5px;
  }

  p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 auto;

    a {
      color: #FFF;
      text-decoration: underline;
      text-underline-offset: 4px;

      &:hover {
        color: #CCC;
      }
    }
  }

  img {
    filter: brightness(0) invert(1);
  }

}

@keyframes scaleUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
/* Section 3 End */

/* Section 4 Start */
.section4 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #FFF;
  /*background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url(../images/section4-bg.jpg);*/
}

.section4 h2 {
  font-family: 'Inter-18pt-Bold';
  font-size: 48px;
  line-height: 58px;
  color: #006FDD;
  margin: 0 0 15px;
  max-width: 400px;
}

.section4 h3 {
  font-family: 'Poppins-Semibold';
  font-style: italic;
  font-size: 25px;
  line-height: 30px;
  color: #333;
  margin: 0 0 20px;
  max-width: 85%;
}

.section4 p {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  margin: 0 auto 30px;
}

.section4 .icons p {
  font-family: 'Inter-18pt-Bold';
  font-size: 18px;
  line-height: 28px;
  color: #006FDD;
  margin: 0;
}

.section4 .pb-desktop {
  padding-bottom: 80px;
}

/* Section 4 End */

/* Section 5 Start */
.section5 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #FFF;

  background-image: url('../images/section5-bg.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section5 h2 {
  font-family: 'Inter-18pt-Bold';
  font-size: 48px;
  line-height: 58px;
  color: #006FDD;
  margin: 0 0 15px;
}

.section5 h3 {
  font-family: 'Poppins-Semibold';
  font-style: italic;
  font-size: 25px;
  line-height: 30px;
  color: #333;
  margin: 0 0 20px;
}

.section5 p {
  font-family: 'Poppins-Regular';
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  margin: 0 auto 10px;
}

.section5 ul {
  gap: 20px;
  margin-bottom: 0;
}

.section5 ul li {
  font-family: 'Poppins-Regular';
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  display: flex;
  align-items: center;
  gap: 8px;

  i {
    color: #CA231B;
  }
}

/* Section 5 End */


/* Testimonials Start */
.section-testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #FFF;

  background-image: url('../images/section-testimonials-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-testimonials h2 {
  font-family: 'Inter-18pt-Bold';
  font-size: 48px;
  line-height: 58px;
  color: #006DDD;
  margin: 0 0 20px;
}

.section-testimonials .content-box {
  background-color: #006FDD;
  padding: 40px;
  min-height: 360px;

  .stars-rate {
    color: #F2B827;
    margin-bottom: 25px;
  }

  p {
    color: #FFF;
  }

  .profile {
    gap: 15px;

    h3 {
      font-family: 'Poppins-Semibold';
      font-size: 24px;
      line-height: 30px;
      color: #FFF;
      margin: 0;
    }
    p {
      margin: 0;
    }

    img {
      border-radius: 100%;
    }
  }
}
.section-testimonials {
  .carousel-controls-below .carousel-control-prev,
  .carousel-controls-below .carousel-control-next {
    position: static;
    display: inline-block;
    width: auto;
    height: auto;
    background: none;
    opacity: 1;
  }

  .carousel-controls-below .carousel-control-prev-icon,
  .carousel-controls-below .carousel-control-next-icon {
    background-color: #FFF;
    border: 2px solid #006FDD;
    color: #006FDD;
    padding: 20px;
    border-radius: 50%;
    background-image: none;
    display: flex
;
    align-items: center;
    justify-content: center;
  }
}
/* Testimonials Start */

/* Brand Start */
.section-brand {
  padding-top: 80px;
  padding-bottom: 56px;
  background-color: #FFF;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-image: url(../images/section4-bg.jpg);
}

.section-brand h2 {
  font-family: 'Inter-18pt-Bold';
  font-size: 48px;
  line-height: 58px;
  color: #006FDD;
  margin: 0 0 30px;
}
/* Brand End */

/* Custom Tailored Start */
.section-custom-tailored {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #FFF;

  background-image: url('../images/section-custom-tailored-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-custom-tailored  h2 {
  font-family: 'Inter-18pt-Bold';
  font-size: 48px;
  line-height: 58px;
  color: #006FDD;
  margin: 0 0 20px;
}

.section-custom-tailored  h3 {
  font-family: 'Poppins-Semibold';
  font-size: 25px;
  line-height: 32px;
  font-style: italic;
  color: #333333;
  margin: 0;
}
/* Custom Tailored 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: 'Poppins-Regular';
  color: #003F7E;
}

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

.container ul.check li:before {
  color: #DC1D3F;
  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;
}

/* Get A Quote Start */
.getaquote-form {
  padding: 50px;
  box-shadow: 0 0 8px 5px #EEE;
}

.btn-primary {
  font-family: 'Poppins-Medium';
  background-color: #006FDD;
  border-radius: 0;
  min-width: 250px;
}
/* Get A Quote End */

/* Articles Start */
.articles h1 {
    font-family: 'Inter-18pt-Bold';
    font-size: 50px;
    line-height: 60px;
    color: #006DDD;
    margin: 0 auto 30px;
    text-align: center;
    text-transform: uppercase;
}
.articles h2 {
  margin: 0 auto 10px;
}
.articles h2 a {
  font-family: 'Inter-18pt-Bold';
  font-size: 30px;
  line-height: 40px;
  color: #CA221A;
}

.articles img {
  padding: 10px;
}

.articles hr {
    margin-top: 30px!important;
    margin-bottom: 30px!important;
}

.articles p.readmore a:hover {color: #CA221A;}

/* Articles End */

/* Resources Start */
.resources h1 {
    font-family: 'Inter-18pt-Bold';
    font-size: 45px;
    line-height: 55px;
    color: #006DDD;
    margin: 0 auto 30px;
    text-align: center;
    text-transform: none!important;
}
.resources h2 {
    font-family: 'Poppins-Semibold';
    font-size: 30px;
    line-height: 40px;
    color: #CA221A;;
    margin: 20px auto 10px;
}

.resources h3 {
    font-family: 'Poppins-Semibold';
    font-size: 25px;
    line-height: 35px;
    color: #0e5299;
    margin: 10px auto;
    font-weight: 700;
}


.resources img {
    max-width: 210px;
    height: 90px;
    margin-bottom: 15px;
    transition: 0.5s;
}

.resources p {
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    margin: 0 auto 15px;
}

.resources ol, ul a {
    font-family: 'Poppins-Regular';
    font-size: 17px;
    line-height: 27px;
    color: #333333;
}

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

.resources .back:hover {
  color: #DC1D3F;
}

.resources a:hover{
  color: #DC1D3F;
}

.resources .container ul.arrow li:before {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background: transparent;
  height: 20px;
  width: 20px;
  border-radius: 75px;
  font-size: 18px;
  content: "\f005";
  float: left;
  margin-right: 0;
  margin-left: -27px;
  margin-top: 0px;
  position: absolute;
  font-family:'FontAwesome';
  text-align: center;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #000b95;
  line-height: 26px;
  text-indent: 1px;
  display: inline-block;
  list-style: none;
}
.resources .container ul.arrow li {
    font-family: 'Poppins-Regular';
    font-size: 16px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    padding-left: 0px;
    list-style: none;
}
.resources .container ul.arrow { padding-left:30px }

.container ul.arrow li a {
    color: #333333;
}
.resources .container ul.arrow li a:hover, .container ul.arrow li a:focus {
    color: #000b95;
    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: #012B67;
  background-image: url(../images/parallax-contact-us-bg.jpg);
 
}

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

.parallax-contact-us h1 {
  font-size: 50px;
  line-height: 60px;
  color: #FFF;
  margin-bottom: 0px;
  text-align: left;
}
.parallax-contact-us h2{
  font-family: 'Poppins-Bold';
  font-size: 30px;
  line-height: 40px;
  color: #333;

}

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

.parallax-contact-us h3,
.parallax-contact-us h3 a {
  font-family: 'Poppins-Bold';
  font-size: 34px;
  line-height: 42px;
  color: #FFF;
  margin: 0 auto 10px;
}

.parallax-contact-us h4 {
  font-family: 'Inter-18pt-Bold';
  font-size: 24px;
  line-height: 32px;
  font-style: italic;
  color: #FFF;
}

.parallax-contact-us p {
 font-family: 'Poppins-Regular';
 font-size: 16px;
 line-height: 26px;
 color: #FFFF;

}

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

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

.parallax-contact-us .contact .form-control {
  background-color: transparent;
  font-family: 'Poppins-Medium';
  font-size: 18px;
  line-height: 30px;
  border: 1px solid #CCC;
  border-radius: 5px;
  height: 50px;
  color: #333;
}

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

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


/* Banners Start */
.banners img.hover-img {
  display: none;
}

.banners a:hover {
  img.hover-img {display: block; margin: 0 auto;}
  img.main-img {display: none; margin: 0 auto;}
}

/* Banners End */

/* Star Burst Start */
.starburst {
  position: fixed;
  bottom: 3%;
  right: 3%;

  img {
    max-width: 150px;
  }
}
/* Star Burst End */

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

.mega-footer h2 {
  font-family: 'Poppins-Bold';
  font-size: 25px;
  line-height: 30px;
  color: #006EDD;
  padding-top: 0px;
  margin: 0 auto 20px;
}

.mega-footer h3 a {
  font-family: 'Poppins-Bold';
  font-size: 22px;
  line-height: 32px;
  color: #FFF;
  margin: 0 auto;
}

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

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

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

 .mega-footer .container ul.arrow {
  font-family: 'Poppins-Regular';
  font-size: 16px;
  line-height: 26px;
  color: #333;
  margin: 0 auto;

  /*columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2; */

  li {
    color: #FFFF;
    margin-bottom: 5px;

    a {
      color: #FFF;

      &:hover {
        color: #CCC;
      }
    }

  }

}


.mega-footer a {
 font-family: 'Poppins-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: 'Poppins-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: 'Poppins-Regular';
    font-size: 30px;
    line-height: 36px;
    color: #242424;
    text-transform: uppercase;
  }

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

/* Mega Footer End */

/* Footer Start */
footer {
  font-family: 'Poppins-Regular';
  width: 100%;
  margin: 0px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  background-color: #00264D;
}
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: 'Poppins-Regular';
  color: #333;
}

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

.container ul.arrow li span.initial {
  color: #0c323b;
  font-size: 20px;
}

.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: 26px;
  border-radius: 75px;
  font-size: 18px;
  /*content: "\e586";*/
  float: left;
  margin-right: 0;
  margin-left: -10px;
  margin-top: 0px;
  position: absolute;
  font-family:'FontAwesome';
  text-align: center;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  color: #CA231B;
  line-height: 30px;
  text-indent: 1px;
  display: inline-block;
  list-style: inside;
}

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

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

/* Reviews Rating CSS Start*/
.testimonials h2 {
    font-family: 'Inter-18pt-Bold';
    font-size: 50px;
    line-height: 60px;
    color: #006DDD;
    margin: 0 0 20px;
}
.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_list {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.rating_item{
    margin-bottom: 30px;
    width: 100%;
  }

.rating_item{
  overflow: hidden;
  /*border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #666;*/
  border-bottom: 1px solid rgb(235, 235, 235);
}

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

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

.r_name{
  font-family: 'Poppins-Semibold';
  font-size: 20px;
  line-height: 30px;
  color: #006DDD;
}

.r_location{
  font-family: 'Poppins-Regular';
  font-size: 15px;
  line-height: 15px;
  margin: 0px;
  padding-left: 2px;
  color: #333333;
  font-weight: 700;
}

.r_comments{
  font-size: 17px;
  padding-bottom: 10px;
}

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

.rating_item{
  margin-bottom: 26px;
}

.r_left{
  padding-top: 5px;
  float: left; 
  width: 30%;
}
.r_right p {
    margin: 0 auto 25px;
}

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

.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: #F2B827;
    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: 'Poppins-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: 'Poppins-Regular';
    color: #333333;
    min-height: 42px;
    margin: 0;
  }
}
.megamenu-tabcontent.active {
  display: block;
}