@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

html {
  font-size: 13px;
  max-width: 100%;
  height: 100%; }
  @media only screen and (min-width: 992px) {
    html {
      font-size: 14px; } }

body {
  overflow-x: hidden;
  font-size: 1rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  color: #5b5b5a;
  max-width: 100%; }

.noscroll {
  overflow-y: hidden; }

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #1f9ddc; }

::selection {
  color: #fff;
  background: #1f9ddc; }

a {
  color: #1f9ddc; }

a, button {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  a:active, a:focus, a:visited, a:hover, button:active, button:focus, button:visited, button:hover {
    text-decoration: none;
    outline: none; }

h1 {
  margin: 0;
  font-family: "Questrial", sans-serif; }

h2 {
  margin: 0;
  font-family: "Questrial", sans-serif; }

h3 {
  margin: 0;
  font-family: "Questrial", sans-serif; }

h4 {
  margin: 0;
  font-family: "Questrial", sans-serif; }

h5 {
  margin: 0;
  font-family: "Questrial", sans-serif; }

h6 {
  margin: 0;
  font-family: "Questrial", sans-serif; }

strong {
  font-weight: 600; }

.clear {
  clear: both; }

ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0; }

.txt-link a {
  color: #1f9ddc; }
  .txt-link a:hover {
    text-decoration: underline; }

h5 {
  font-size: 1.15rem; }

p {
  margin: 0;
  line-height: 1.5;
  color: #5b5b5a; }

.para-large {
  font-size: 1.3rem;
  font-weight: 300; }
  @media only screen and (min-width: 768px) {
    .para-large {
      font-size: 1.5rem; } }

textarea {
  resize: vertical;
  min-height: 80px; }

.border-top {
  border-color: #eee !important; }

.nowrap {
  white-space: nowrap; }

.txtColor {
  color: #5b5b5a; }

a.txtColor:hover {
  color: #1f9ddc; }

.btn-primary {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  padding: 0.6rem 1.5rem;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #12252f;
  background: #12252f;
  position: relative;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #204254;
    color: #fff;
    border-color: #204254; }
  @media only screen and (min-width: 992px) {
    .btn-primary {
      font-size: 14px; } }
  @media only screen and (min-width: 1200px) {
    .btn-primary {
      font-size: 15px; } }

.pos-rel {
  position: relative; }

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

.small, small {
  font-size: 75%; }

.large-txt {
  font-size: 125%; }

.fw-normal {
  font-weight: 400 !important; }

.fw-500 {
  font-weight: 500 !important; }

.fw-700 {
  font-weight: 700 !important; }

.section-heading {
  font-size: 1.7rem;
  font-weight: 700;
  color: #12252f;
  margin-bottom: 1.4rem;
  position: relative;
  line-height: 1.1; }
  @media only screen and (min-width: 600px) {
    .section-heading {
      font-size: 1.9rem; } }
  @media only screen and (min-width: 768px) {
    .section-heading {
      font-size: 2rem; } }
  @media only screen and (min-width: 992px) {
    .section-heading {
      font-size: 2.3rem; } }
  @media only screen and (min-width: 1200px) {
    .section-heading {
      font-size: 2.5rem; } }

.txt-primary {
  color: #1f9ddc; }

.bg-primary {
  background-color: #1f9ddc !important;
  color: #fff; }

.txt-white {
  color: #fff !important; }

.txt-gray {
  color: #999; }

.gray-bg {
  background: #eef5f9; }

.mb30 {
  margin-bottom: 30px; }

.white-box {
  background: #fff;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  border-radius: 0.5rem;
  padding: 1.1rem;
  -webkit-box-shadow: 0 1px 1px 1px #EBEBEB;
  box-shadow: 0 1px 3px 1px #EBEBEB; }

.font-2 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #12252f; }
  .font-2 a {
    color: inherit; }
    .font-2 a:hover, .font-2 a:active {
      color: #1f9ddc; }
  @media only screen and (max-width: 575px) {
    .font-2 {
      font-size: 1.2rem; } }

.font-small {
  font-size: .8rem;
  color: #5b5b5a;
  margin-bottom: 15px; }

.site-header {
  border-bottom: 1px solid #eee; }
  .site-header .navbar {
    position: static; }
  .site-header .logo img {
    width: 180px; }
  .site-header .cat-menu > a > span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 6px; }
  @media only screen and (max-width: 991px) {
    .site-header .container {
      width: 100%;
      max-width: none; }
    .site-header .logo img {
      width: 140px; } }
  .site-header .menu-icon span {
    width: 25px;
    height: 2px;
    background: #777;
    display: inline-block;
    position: relative; }
    .site-header .menu-icon span:after, .site-header .menu-icon span:before {
      content: '';
      width: 16px;
      height: 2px;
      position: absolute;
      right: 0;
      background: #777;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
    .site-header .menu-icon span:after {
      top: -6px; }
    .site-header .menu-icon span:before {
      bottom: -6px; }
  .site-header .menu-icon:hover span:after, .site-header .menu-icon:hover span:before {
    width: 25px; }
  .site-header .nav-link {
    color: #12252f;
    font-size: 13px;
    font-weight: 600;
    padding: 2rem 1.5rem;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) {
      .site-header .nav-link:hover, .site-header .nav-link.active {
        color: #1f9ddc; } }
    @media only screen and (min-width: 992px) {
      .site-header .nav-link {
        font-size: 14px; } }
  @media only screen and (max-width: 767px) {
    .site-header .dropdown-item {
      color: #fff !important;
      text-transform: none;
      opacity: .8 !important; }
    .site-header .nav {
      position: fixed;
      top: 0;
      right: -100%;
      bottom: 0;
      background: #000;
      display: block;
      padding: .5rem 1.5rem;
      z-index: 999;
      width: 90%;
      overflow-y: auto;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .site-header .nav.open {
        right: 0; }
    .site-header .nav-item {
      display: block;
      margin: 1rem 0; }
    .site-header .nav-link {
      font-size: 1rem;
      color: #fff;
      text-transform: none;
      opacity: .8;
      padding: .4rem 1rem; }
      .site-header .nav-link.active {
        background: #1f9ddc;
        color: #fff; }
    .site-header .close-menu {
      cursor: pointer; }
      .site-header .close-menu img {
        padding: 10px; }
    .site-header .pe-info {
      font-size: 1rem;
      color: #fff;
      text-transform: none;
      opacity: .8;
      padding: .8rem 1rem; }
      .site-header .pe-info a {
        color: inherit; } }

.cat-container {
  display: none; }
  .cat-container a {
    position: relative;
    padding-left: 12px; }
    .cat-container a:before {
      content: '\203A';
      font-size: 18px;
      position: absolute;
      left: 0;
      top: 2px; }
  .cat-container .bg-white {
    border-bottom: 1px solid #eee; }
  @media only screen and (max-width: 767px) {
    .cat-container .bg-white {
      padding: 20px;
      background-color: #132833 !important;
      border: none; }
    .cat-container a {
      display: block;
      color: #f4f4f4; } }

@media only screen and (min-width: 768px) {
  .cat-container {
    border-top: 1px solid #eee;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    margin-top: 30px;
    opacity: 0;
    display: none; }
    .cat-container .bg-white {
      padding: 20px; }
    .cat-container a {
      color: #5b5b5a;
      position: relative;
      display: inline-block;
      font-weight: 500; }
      .cat-container a:hover {
        opacity: .7; }
    .cat-container.in {
      margin-top: 0;
      opacity: 1; } }
.top-contact {
  background: #12252f;
  padding: 12px 0; }
  .top-contact li, .top-contact a {
    color: #fff;
    line-height: .9; }
  @media only screen and (max-width: 419px) {
    .top-contact li, .top-contact a {
      font-size: 11px; } }

.top-search-section {
  background: #ccc url("../images/banner-bg.jpg") no-repeat left center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  padding: 4rem 0; }
  .top-search-section.inner-search {
    min-height: 23vh;
    padding: 3rem 0; }
  .top-search-section h1 {
    font-size: 2.3rem;
    font-weight: 700;
    line-height: .9; }
    @media only screen and (min-width: 768px) {
      .top-search-section h1 {
        font-size: 3rem; } }
    @media only screen and (min-width: 992px) {
      .top-search-section h1 {
        font-size: 3.5rem; } }
    @media only screen and (min-width: 1200px) {
      .top-search-section h1 {
        font-size: 4rem; } }
  .top-search-section h5 a {
    color: #fff; }
    .top-search-section h5 a:hover {
      text-decoration: underline; }
  .top-search-section p {
    color: #fff;
    font-weight: 300;
    font-size: 1.3rem;
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) {
      .top-search-section p {
        font-size: 1.5rem; } }
    @media only screen and (min-width: 992px) {
      .top-search-section p {
        font-size: 1.7rem; } }
  .top-search-section form {
    max-width: 800px;
    position: relative;
    margin: 0 auto; }
  .top-search-section .form-control {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    height: 50px;
    padding: 0 20px;
    -webkit-box-shadow: 0 4px 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 5px 1px rgba(0, 0, 0, 0.2); }
  .top-search-section .submit-btn {
    background: #12252f url("../images/search.svg") no-repeat center center;
    background-size: 20px;
    position: absolute;
    right: -2px;
    top: 0;
    height: 50px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border: none;
    width: 70px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    .top-search-section .submit-btn:focus, .top-search-section .submit-btn:active, .top-search-section .submit-btn:hover {
      outline: 0;
      background: #204254 url("../images/search.svg") no-repeat center center;
      background-size: 20px; }
  @media only screen and (max-width: 599px) {
    .top-search-section .form-control, .top-search-section .submit-btn {
      height: 38px; }
    .top-search-section .submit-btn {
      width: 45px; } }
  @media only screen and (min-width: 768px) {
    .top-search-section {
      padding: 5rem 0; } }
  @media only screen and (min-width: 992px) {
    .top-search-section {
      padding: 6rem 0; } }

.breadcrumb {
  background: transparent;
  font-size: .9rem;
  margin-bottom: 0; }
  .breadcrumb a {
    color: #5b5b5a; }
  .breadcrumb .breadcrumb-item.active {
    opacity: .8; }

.top-cat-section {
  background: #12252f; }
  .top-cat-section h1 {
    color: #fff; }
  .top-cat-section .bg-white-opaque a {
    color: #fff;
    font-weight: 400; }
  .top-cat-section .bg-white-opaque:hover a {
    color: #1f9ddc; }

.bg-white-opaque {
  background: rgba(255, 255, 255, 0.1); }

.slick-prev, .slick-next {
  z-index: 99; }
  .slick-prev:before, .slick-next:before {
    content: '';
    width: 20px;
    height: 20px; }

.slick-prev:before {
  background: url("../images/left-chevron.svg") no-repeat center center;
  background-size: 100%;
  display: block; }

.slick-next:before {
  background: url("../images/right-chevron.svg") no-repeat center center;
  background-size: 100%;
  display: block; }

.price-box {
  display: inline-block;
  padding: 4px 10px;
  background: #1f9ddc;
  border-radius: 2px;
  color: #fff;
  font-weight: 500; }

.client-carousel .slick-prev {
  left: -10px; }
.client-carousel .slick-next {
  right: -10px; }
.client-carousel .slick-prev:before, .client-carousel .slick-next:before {
  color: #12252f; }
.client-carousel .cc-div {
  padding: 15px;
  vertical-align: middle; }
  .client-carousel .cc-div img {
    max-width: 90%;
    max-height: 55px;
    display: block;
    margin: auto; }

.single-client-carousel .logo-box {
  padding: 0 15px; }
.single-client-carousel img {
  max-width: 80%;
  display: block;
  margin: 0 auto;
  max-height: 45px; }
.single-client-carousel .slick-next {
  right: -4px;
  width: 35px;
  height: 35px;
  z-index: 10; }
  .single-client-carousel .slick-next:before {
    display: block;
    width: 25px;
    height: 25px;
    background: url("../images/right-chevron.svg") no-repeat center center;
    background-size: 100%;
    content: '';
    float: right; }
.single-client-carousel .slick-prev {
  left: -4px;
  width: 35px;
  height: 35px;
  z-index: 10; }
  .single-client-carousel .slick-prev:before {
    display: block;
    width: 25px;
    height: 25px;
    background: url("../images/left-chevron.svg") no-repeat center center;
    background-size: 100%;
    content: '';
    float: left; }
.single-client-carousel .slick-track {
  display: flex; }

.testim-carousel .slick-list {
  margin: 0 -15px; }
.testim-carousel .slick-prev {
  left: -40px; }
.testim-carousel .slick-next {
  right: -40px; }
.testim-carousel .tc-div {
  padding: 0 15px; }
.testim-carousel .tc-inner {
  padding: 15px;
  background: #fff;
  position: relative;
  margin-bottom: 25px; }
  .testim-carousel .tc-inner:after {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    bottom: -7px;
    left: 20px;
    background: #fff;
    display: block; }
.testim-carousel .quote-img {
  opacity: .3;
  display: block;
  margin-bottom: 15px; }
@media only screen and (min-width: 768px) {
  .testim-carousel .para-large {
    font-size: 1.3rem; } }
.testim-carousel h6 {
  color: #1f9ddc;
  font-size: 1.1rem; }

input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
  background-color: #fff !important; }

.disc-ul {
  list-style-type: disc;
  margin-left: 16px; }
  .disc-ul ol {
    list-style-type: upper-alpha;
    padding-left: 15px; }
    .disc-ul ol ol {
      list-style-type: lower-alpha; }
      .disc-ul ol ol ol {
        list-style-type: lower-roman; }

.cat-page .font-2 {
  font-size: 1.15rem;
  font-weight: 400; }

.tab-content .font-2 {
  font-size: 1.15rem; }
.tab-content li {
  margin-bottom: 4px; }

.pagination-wrapper .page-item.active .page-link {
  background: #12252f;
  border-color: #12252f; }
.pagination-wrapper .page-link {
  color: #1f9ddc; }

.material-icons {
  font-size: 1.4rem; }

.rd-tabs .nav-link {
  background: #1f9ddc;
  border-color: #eef5f9;
  color: #fff;
  font-size: 1rem;
  padding: .5rem; }
  .rd-tabs .nav-link.highlight-tab {
    background: #ff7600; }
  .rd-tabs .nav-link.active {
    background: #12252f;
    color: #fff;
    position: relative; }
    .rd-tabs .nav-link.active:after {
      position: absolute;
      content: '';
      width: 10px;
      height: 10px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      bottom: -5px;
      left: 0;
      right: 0;
      margin: auto;
      background: #12252f;
      display: block; }
  @media only screen and (min-width: 576px) {
    .rd-tabs .nav-link {
      font-size: 1.1rem; } }

.change-license {
  font-weight: 500;
  font-size: 12px;
  cursor: pointer; }

.btn-outline-secondary {
  padding: 0.6rem 1.5rem; }

.site-footer {
  background: #12252f; }
  .site-footer h5 {
    color: #fff;
    margin-bottom: 12px; }
  .site-footer address {
    color: #607a88; }
    .site-footer address strong {
      font-size: 120%; }
  .site-footer li {
    margin-bottom: 5px; }
  .site-footer a {
    display: inline-block;
    padding: 3px 0;
    color: #607a88; }
    .site-footer a:hover {
      color: #d4dce0; }
  .site-footer .footer-social a {
    display: inline-block;
    padding: 8px; }
    .site-footer .footer-social a img {
      width: 20px;
      opacity: .4;
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
    .site-footer .footer-social a:hover img {
      opacity: .7; }
  .site-footer .cr {
    border-top: 1px solid #21313a; }
    .site-footer .cr p {
      color: #607a88; }
  .site-footer .pay-img {
    max-width: 160px; }
    @media only screen and (min-width: 992px) {
      .site-footer .pay-img {
        max-width: 80%; } }

.tab-pane {
  line-height: 2.1; }
  .tab-pane p {
    white-space: pre-wrap;
    margin-bottom: 10px; }
  .tab-pane ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    margin-bottom: 10px;
    margin-top: 10px; }
    .tab-pane ul li {
      line-height: 1.6;
      margin-bottom: 5px; }
  .tab-pane table {
    margin: 0% 10%; }
    .tab-pane table td {
      padding: 6px 15px; }
      .tab-pane table td p {
        margin-bottom: 5px; }
    .tab-pane table tr:first-child td {
      background-color: #5194a4;
      color: #fff;
      border: 1px solid #000; }

.shop-form label span {
  font-size: 1.1rem;
  color: #666;
  font-weight: normal; }
.shop-form [type="radio"]:checked + label {
  color: #1f9ddc; }

a[href^="tel:"] {
  cursor: auto; }

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px; }

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 0;
  cursor: pointer;
  line-height: 20px;
  display: block;
  width: 100%; }

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #ddd;
  bottom: 0;
  margin: auto; }

[type="radio"]:checked + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #1f9ddc;
  position: absolute;
  top: 0;
  right: 3px;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0); }

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

.form-check {
  padding: 0; }
  .form-check.label-last label {
    display: inline-block;
    width: auto;
    padding-left: 30px; }
  .form-check.label-last [type="radio"]:checked + label:before,
  .form-check.label-last [type="radio"]:not(:checked) + label:before {
    right: auto;
    left: 0; }
  .form-check.label-last [type="radio"]:checked + label:after,
  .form-check.label-last [type="radio"]:not(:checked) + label:after {
    right: auto;
    left: 3px; }

.col-form-label {
  font-weight: 500; }

.success-bg {
  background: #dff0d8; }
  .success-bg i {
    color: #28481c; }

.cart-div p {
  font-size: 1.1rem; }

.custom-file-upload {
  border: 1px solid #ced4da;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  background: #fff;
  height: 50px; }

/*# sourceMappingURL=style.css.map */
