html {
	direction: ltr;
  background-color: #fdfdfd;
}
body {
	background-color: white;
	color: rgba(35, 42, 70, 0.8);
  font-family: 'Mukta Vaani', sans-serif;
	font-size: 20px;
  font-weight: 400;
	line-height: 1.4;
  margin: 0 auto;
  min-width: 320px;
  max-width: 1350px;
  box-shadow: 0 0 2px 0px rgba(23, 30, 111, 0.3);
}
.help-page body {
	background-color: #f9f9f9;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
  color: #232a46;
	font-weight: 700;
  text-transform: uppercase;
	margin: 0;
  line-height: 1.12;
}
h1 {
	font-size: 48px;
  
	margin-bottom: 15px;
}
h2 {
	font-size: 36px;
  text-align: center;
	margin-bottom: 80px;
}
h3, .header-text {
	font-size: 28px;
	margin-bottom: 15px;
}
h4 {
	font-size: 35px;
	margin-bottom: 20px;
}
h5 {
	font-size: 20px;
	margin-bottom: 20px;
}
h6 {
	font-size: 16px;
	margin-bottom: 20px;
}
.header-text {
  font-weight: 700;
  line-height: 1.2;
}
.sub-header {
  font-size: 20px;
}
p {
	margin: 0 0 15px;
}

ul:not(.list-default) {
  margin: 0 0 15px;
  padding: 0;
  list-style-type: none;
}
.mb-xsm {
  margin-bottom: 8px;
}
.mb-md {
  margin-bottom: 33px;
}
.mb-lg {
  margin-bottom: 50px;
}
img {
  max-width: 100%;
}
a {
  outline: none !important;
  color: #2379d2;
  font-weight: 500;
}
a:hover, a:focus {
	color: #00b5ff;
}
a[href^=tel], a[href^=mailto] {
  pointer-events: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #fff; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
    
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}


.link-angle i {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.link-angle:hover {
  text-decoration: none;
}
textarea {
	resize: none;
}
select {
	outline: none;
}
h2:last-child,
p:last-child,
ul:last-child,
li:last-child,
.form-group:last-child {
  margin-bottom: 0;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
  -webkit-appearance: none;
}
section {
  padding: 90px 0;
  background-position: center;
  background-size: cover;
}

.block-ptb-sm {
  padding: 40px 0;
}
.block-ptb-md {
  padding: 50px 0;
}
.block-ptb-lg {
  padding: 65px 0;
}
.block-pz {
  padding: 0;
}

.btn {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
  line-height: 1;
  background-color: #2379d2;
  text-shadow: 0 1px 0 rgba(35, 42, 70, 0.25);
  border-radius: 0;
  border: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
  padding: 16px 23px;
  outline: none !important;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}
.btn:hover {
	background-color: #1f85ef;
	color: #fff;
}
.btn:active, .btn:focus {
	background-color: #1f85ef;
	color: #fff;
  box-shadow: inset 0 3px 6px rgba(0,0,0,.25);
}
.btn[disabled] {
	border-color: white;
	background-color: white;
	color: #CCC;
}
form .form-group > .row > div {
  padding: 0 7px;
}
.form-group {
  margin-bottom: 15px;
}
.form-group.fg-btn {
  text-align: center;
  margin-top: 20px;
}
.fg-btn .btn {
  min-width: 270px;
}
.form-control {
  display: block;
  height: 50px;
  font-size: 18px;
  color: #232a46;
  font-weight: 500;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #a7aab5;
}
.form-control:focus {
	box-shadow: none;
	border-color: #00b5ff;
}
.form-control.error,
.select2-container--default.error .select2-selection--single,
.select2-container--open.select2-container--default.error .select2-selection--single {
	border-color: #ad1a17;
	-webkit-box-shadow: 0 0 0 1px #ad1a17;
	box-shadow: 0 0 0 1px #ad1a17;
}
.form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #7e7e90;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
}
.form-control::-moz-placeholder {
  opacity: 1;
  color: #7e7e90;
  font-size: 18px;
  font-weight: 300;
}
.form-control:-moz-placeholder {
  opacity: 1;
  color: #7e7e90;
  font-size: 18px;
  font-weight: 300;
}
.form-control::-ms-input-placeholder {
  opacity: 1;
  color: #7e7e90;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
}
.form-control:-ms-input-placeholder {
  opacity: 1;
  color: #7e7e90;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
}
.error.form-control::-webkit-input-placeholder {
  color: #ad1a17;
}
.error.form-control::-moz-placeholder {
  color: #ad1a17;
}
.error.form-control:-moz-placeholder {
  color: #ad1a17;
}
.error.form-control::-ms-input-placeholder {
  color: #ad1a17;
}
.error.form-control:-ms-input-placeholder {
  color: #ad1a17;
}
.select2-container--default .select2-selection--single, .select2-container {
  font-size: 18px;
  font-weight: 500;
}
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  color: #232a46;
  padding-left: 0;
  padding-right: 30px;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #a7aab5;
  padding-left: 12px;
  border-radius: 0;
  background-color: #fff;
  filter: none;
  background-image: none;
  outline: none !important;
}
.select2-container--open.select2-container--default .select2-selection--single {
  border-color: #00b5ff;
  background-color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #7e7e90;
  font-weight: 300;
}
.error.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #ad1a17;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0;
  right: 0px;
  width: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}
label.error {
	color: #c10000;
	font-size: 0.9em;
	line-height: 18px;
	padding: 5px 0 0;
}

html:not(.mob_tab):not(.ms-b).lightbox-opened .scroll-up {
  right: 22px;
}
html:not(.mob_tab):not(.ms-b).opera.lightbox-opened .scroll-up {
  right: 20px;
}
html:not(.mob_tab):not(.ms-b).ms-edge.lightbox-opened .scroll-up {
  right: 17px;
}
html.ms-b {
  margin-right: 0 !important;
}

a.scroll-up {
  display: inline-block;
	bottom: 0px;
  right: 5px;
  bottom: 5px;
  width: 50px;
  line-height: 50px;
  font-size: 20px;
	color: #FFF;
  background: #182e4b;
	opacity: 0;
	position: fixed;
	text-align: center;
	text-decoration: none;
	z-index: 1040;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.scroll-up.visible:hover {
	opacity: 1;
  color: #fff;
}
.scroll-up.visible:focus {
  color: #fff;
}
.scroll-up.visible {
	opacity: 0.75;
}

#header {
  height: 82px;
  width: 100%;
  max-width: 1350px;
  min-width: 320px;
  background-color: transparent;
  position: absolute;
  top: 40px;
  left: auto;
  right: auto;
  z-index: 99;
  overflow: hidden;
  -webkit-transform: translate3d(0px,0px,0px);
}
.sticky-header-active #header {
  position: fixed;
  top: 0;
}
.header-body {
  position: relative;
  background: transparent;
  box-shadow: 0 0 0 -2px rgba(23, 30, 111, 0);
  -webkit-transition: box-shadow 0.2s ease-in, background-color 0.15s ease-in;
  transition: box-shadow 0.2s ease-in, background-color 0.15s ease-in;
}
.sticky-header-active .header-body {
  background-color: #fff;
  box-shadow: 0 3px 2px -2px rgba(23, 30, 111, 0.3);
}
.header-container {
  display: table;
}
.header-row {
  display: table-row;
}
.header-container, .header-row {
  height: 80px;
}
.header-column {
  display: table-cell;
  vertical-align: middle;
  background-color: #fff;
  position: relative;
  -webkit-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}
.hc-logo, .header-nav-wrap {
  box-shadow: 3px 3px 2px -2px rgba(23, 30, 111, 0.3);
}
.hc-social {
  box-shadow: -3px 3px 2px -2px rgba(23, 30, 111, 0.3);
}
.sticky-header-active .header-column {
  box-shadow: 0 0 0 -2px rgba(23, 30, 111, 0);
}
.header-column:first-child:before, .header-column:last-child:before {
  content: "";
  display: block;
  width: 150px;
  height: 80px;
  position: absolute;
  top: 0;
  background-color: #fff;
}
.header-column:first-child:before {
  right: 100%;
}
.header-column:last-child:before {
  left: 100%;
}
.hc-logo a {
  display: inline-block;
}
.hc-logo img {
  width: 220px;
  height: auto;
}
.hc-phone a {
  position: relative;
  display: block;
  float: left;
  padding-left: 18px;
  line-height: 1;
}
.hc-phone a:before {
  content: "\f095";
  font-family: "FontAwesome";
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 18px;
}
.hcp-sm {
  display: none;
}
.header-nav-wrap {
  padding-right: 30px;
}
.hc-social {
  width: 180px;
  padding-left: 30px;
}
.hc-transparent {
  background-color: transparent;
  width: 40px;
  z-index: 2;
}
.hc-transparent:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #ccc;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
}
.sticky-header-active .hc-transparent:before {
  opacity: 1;
}
.header-btn-nav {
  display: none;
  outline: none !important;
  border: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  width: 42px;
  height: 42px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header-btn-nav span {
  position: absolute;
  display: block;
  width: 60%;
  top: 50%;
  margin-top: -1px;
  left: 20%;
  height: 2px;
  background: rgba(35, 42, 70, 1);
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.header-btn-nav span:before, .header-btn-nav span:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(35, 42, 70, 1);
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header-btn-nav span:before {
  top: -5px;
}
.header-btn-nav span:after {
  bottom: -5px;
}
.header-btn-nav-active.header-btn-nav span {
  background: transparent;
}
.header-btn-nav.header-btn-nav-active span:before {
  -webkit-transform: translate(0, 5px) rotate(45deg);
  transform: translate(0, 5px) rotate(45deg);
}
.header-btn-nav.header-btn-nav-active span:after {
  -webkit-transform: translate(0, -5px) rotate(-45deg);
  transform: translate(0, -5px) rotate(-45deg);
}
.header-nav:after {
  display: table;
  content: " ";
}
.navbar-nav.menu-nav {
  float: right;
}
.navbar-nav > li {
  margin-right: 30px;
}
.navbar-nav > li:last-child {
  margin-right: 0;
}
.navbar-nav > li > a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #424a6b;
  padding: 10px 0 8px;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus:hover {
  background-color: transparent;
  color: #00b5ff
}
.navbar-nav > li > a:focus {
  background-color: transparent;
  color: #424a6b;
}
.bg-turquoise {
  background-color: #f2fbff;
}
.bg-grey {
  background-color: #f0f0f0;
}
.bg-img-right {
  background-size: auto 100%;
  background-position: right center;
}
.hero {
  padding: 0;
  background-image: url(../img/bg-hero.jpg);
}
.hero-content {
  padding: 215px 0 80px;
  display: -webkit-flex;
  display: flex;
  color: #fff;
  font-weight: 300;
}
.hero-content h1 {
  color: #fff;
  text-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
}
.hero-content .header-text {
  text-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
}
.hero-content > div {
  width: 100%;
  max-width: 545px;
  margin-left: auto;
}
.list-rhombus {
  line-height: 1.2;
}
.list-rhombus li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
}
.list-rhombus li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 8px;
  left: 0;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.list-rhombus.lr-dark li:before {
  background-color: rgba(35, 42, 70, 0.8);
}
.list-circle-icons li {
  float: left;
  margin-right: 30px;
}
.list-circle-icons li:last-child {
  margin: 0;
}
.list-circle-icons li a {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #00003d;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 26px;
}
.list-circle-icons li a:hover {
  background-color: #00b5ff;
}
.link-wrap.lw-right {
  text-align: right
}
.ii-item {
  min-height: 380px;
  max-width: 310px;
  margin: 0 auto;
  padding-bottom: 35px;
  border-bottom: 2px solid #a7aab5;
}
.ii-header {
  position: relative;
  padding-left: 54px;
  margin-bottom: 25px;
  
}
.iih-icon {
  width: 40px;
  height: 55px;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -28px;
}

.tile-block {
  padding: 55px 45px;
  background-color: #f2fbff;
  box-shadow: 0 4px 6px rgba(59, 59, 59, 0.4);
  max-width: 575px;
}
.tile-block.tb-dark {
  background-color: rgba(20, 29, 57, 0.9);
  color: #fff;
}
.tile-block.tb-dark h3 {
  color: #fff;
}
.tb-right {
  float: right;
}
.tb-content {
  min-height: 525px;
  margin-bottom: 15px;
}

.circle-img-info {
  position: relative;
}
.circle-img-info:before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  top: 89px;
  left: 30px;
  right: 30px;
  background-color: #4c546b;
  opacity: 0.4;
}
.circle-img-info > div {
  width: 20%;
}
.cii-img {
  background-size: cover;
  width: 180px;
  height: 180px;
  margin: 0 auto 25px;
  border-radius: 50%;
}
.cii-info {
  padding-left: 20px;
}
.cii-desc {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
  color: rgba(35, 42, 70, 0.6);
  font-weight: 700;
  margin-bottom: 15px;
}

.btn-wrap {
  margin-top: 65px;
  text-align: center;
}
.text-light, .text-light h2, .text-light h3, .text-light .header-text, .text-light a {
  color: #fff;
}
.txt-img-info {
  background-position: center top;
}
.txt-img-info h2 {
  text-align: left;
}

.tile-text {
  padding: 35px 40px;
  background-color: #fff;
  border-bottom: 3px solid #fdfdfd;
  margin-bottom: 8px;
  box-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
}
.tile-text:last-child {
  margin-bottom: 0;
}

.img-txt-half {
  position: relative;
}
.img-txt-half:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #182e4b;
}
.ith-wrap > div {
  padding-right: 60px;
}
.img-txt-half p:not(.header-text) {
  color: rgba(255, 255, 255, 0.8);
}
#footer {
  padding: 30px 0;
  font-size: 14px;
}
.footer-content {
  display: -webkit-flex;
  display: flex;
}
.footer-content > div:last-child {
  margin-left: auto;
}
.fc-logo img {
  max-width: 180px;
}
.list-line-divider li {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #f0f0f0;
  line-height: 1;
}
.list-line-divider li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.popup-form {
  max-width: 720px;
  margin: 20px auto;
  background-color: #fff;
  
}
.pf-header {
  padding: 20px 15px;
  text-align: center;
  background-color: #2379d2;
}
.pf-content {
  padding: 35px 35px
}
.mfp-animated .popup-animated {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
}
.mfp-animated.mfp-ready .popup-animated {
	opacity: 1;
	-webkit-transform: translateY(0); 
	transform: translateY(0); 
}
.mfp-animated.mfp-removing .popup-animated {
	opacity: 0;
	-webkit-transform: translateY(-30px); 
	transform: translateY(-30px); 
}
.mfp-animated.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
.mfp-animated.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-animated.mfp-removing.mfp-bg {
	opacity: 0;
}

.section-text {
  padding-top: 200px;
}
.section-text h6 {
  margin-bottom: 10px;
}
.help-page .hc-logo, .help-page .header-nav-wrap, .help-page .hc-social {
  box-shadow: none;
}



/* Responsive css */

@media(min-width: 1366px) {
  .container-big {
    width: 1280px;
  }
}

@media(max-width: 1365px) {
  h2 {
    margin-bottom: 70px;
  }
  h3, .header-text {
    font-size: 27px;
  }
  section {
    padding: 80px 0;
  }
  .block-ptb-sm {
    padding: 30px 0;
  }
  #header {
    top: 30px;
    left: 0;
  }
  .hc-transparent {
    width: 30px;
  }
  .hc-social {
    width: 160px;
  }
  .list-circle-icons li {
    margin-right: 20px;
  }
  .hero-content {
    padding: 180px 0 75px;
  }
  .mb-lg {
    margin-bottom: 45px;
  }
  .bg-img-right {
    background-position: calc(100% + 80px) 0%;
  }
  .ith-wrap > div {
    padding-right: 50px;
  }
  .section-text {
    padding-top: 190px;
  }
}

@media(max-width: 1199px) {
  body {
    font-size: 18px;
  }
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 34px;
    margin-bottom: 65px;
  }
  h3, .header-text {
    font-size: 26px;
  }
  section {
    padding: 75px 0;
  }
  #header {
    top: 20px;
  }
  .header-container, .header-row {
    height: 70px;
  }
  .header-column:first-child:before, .header-column:last-child:before {
    height: 70px;
  }
  .hc-social {
    padding-left: 20px;
  }
  .header-nav-wrap {
    padding-right: 20px;
  }
  .list-circle-icons li {
    margin-right: 14px;
  }
  .list-circle-icons li a {
    width: 21px;
    height: 21px;
    font-size: 10px;
    line-height: 23px;
  }
  .hc-social {
    width: 125px;
  }
  .navbar-nav > li {
    margin-right: 17px;
  }
  .navbar-nav > li > a {
    font-size: 15px;
    padding: 10px 0 7px;
  }
  .hc-transparent {
    width: 20px;
  }
  .list-rhombus li {
    margin-bottom: 10px;
  }
  .list-rhombus li:before {
    width: 7px;
    height: 7px;
    top: 6px;
  }
  .hero-content {
    padding: 170px 0 70px;
  }
  .ii-item {
    min-height: 345px;
    padding-bottom: 30px;
  }
  .iih-icon {
    width: 36px;
    height: 50px;
    margin-top: -25px;
  }
  .tile-block {
    max-width: 525px;
    padding: 50px 45px;
  }
  .tb-content {
    min-height: 450px;
  }
  .cii-img {
    width: 140px;
    height: 140px;
  }
  .cii-desc {
    margin-bottom: 10px;
  }
  .circle-img-info:before {
    top: 70px;
  }
  .mb-lg {
    margin-bottom: 35px;
  }
  .tile-text {
    padding: 30px 35px;
  }
  .bg-img-right {
    background-position: calc(100% + 130px) 0%;
  }
  .ith-wrap > div {
    padding-right: 30px;
  }
  .section-text {
    padding-top: 170px;
  }
}

@media(max-width: 991px) {
  body {
    font-size: 16px;
  }
  body > .body {
		overflow-x: hidden;
		overflow-y: auto;
    position: relative;
	}
  h1 {
    font-size: 36px;
  }
  h2 {
  font-size: 32px;
    margin-bottom: 60px;
  }
  h3, .header-text {
    font-size: 23px;
  }
  section {
    padding: 70px 0;
  }
	.scroll-up {
		display: none !important;
	}
  a[href^=tel], a[href^=mailto] {
    pointer-events: auto;
  }
  .list-circle-icons li a {
    width: 18px;
    height: 18px;
    font-size: 9px;
    line-height: 21px;
  }
  .list-circle-icons li {
    margin-right: 8px;
  }
  .navbar-nav > li > a {
    font-size: 13px;
    padding: 10px 0 7px;
  }
  .hc-social {
    padding-left: 15px;
  }
  .hc-social {
    width: 30px;
  }
  .list-circle-icons li {
    margin: 0 0 4px 0;
    display: block;
    float: none;
  }
  .list-circle-icons li a {
    width: auto;
    height: auto;
    font-size: 13px;
    line-height: 1;
    background-color: transparent;
    color: #00003d;
    text-align: left;
  }
  .list-circle-icons li a:hover {
    background-color: transparent;
  }
  .header-nav-wrap {
    padding-right: 15px;
  }
  #header {
    top: 15px;
  }
  .hc-transparent {
    width: 15px;
  }
  .hc-logo img {
    width: 190px;
  }
  .hero-content > div {
    max-width: 430px;
  }
  .list-rhombus li {
    margin-bottom: 7px;
    padding-left: 17px;
  }
  .list-rhombus li:before {
    width: 6px;
    height: 6px;
  }
  .hero-content p {
    margin-bottom: 10px;
  }
  .mb-md {
    margin-bottom: 27px;
  }
  .btn {
    font-size: 21px;
  }
  .hero-content {
    padding: 150px 0 65px;
  }
  .hc-intro {
    font-size: 17px;
    line-height: 1.2;
  }
  .ii-header {
    padding-left: 47px;
  }
  .iih-icon {
    width: 33px;
    height: 45px;
    margin-top: -23px;
  }
  .ii-item {
    min-height: 330px;
    padding-bottom: 25px;
  }
  .tile-block {
    max-width: 425px;
    padding: 30px 25px;
  }
  .tb-content {
    min-height: 370px;
  }
  .cii-img {
    width: 110px;
    height: 110px;
    margin-bottom: 20px;
  }
  .cii-info {
    padding-left: 15px;
  }
  .cii-desc {
    font-size: 16px;
  }
  .cii-item .header-text {
    font-size: 20px;
  }
  .circle-img-info:before {
    top: 56px;
  }
  .btn-wrap {
    margin-top: 55px;
  }
  .mb-lg {
    margin-bottom: 27px;
  }
  .tile-text {
    padding: 25px 30px;
  }
  .ith-wrap h3 br {
    display: none;
  }
  .ith-wrap .mb-md {
    margin-bottom: 20px;
  }
  .ith-wrap > div {
    padding-right: 15px;
  }
  .bg-img-right {
    background-position: calc(100% + 180px) 0%;
  }
  .section-text {
    padding-top: 150px;
  }
  .txt-img-info {
    background-position: right top;
  }
}

@media(max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 1.2;
  }
  h1 {
    font-size: 31px;
    margin-bottom: 10px;
  }
  h2 {
    font-size: 29px;
    margin-bottom: 55px;
  }
  h3, .header-text {
    font-size: 22px;
  }
  section {
    padding: 60px 0;
  }
  .header-btn-nav {
    display: block;
    float: right;
  }
  .header-btn-nav-active.header-btn-nav {
    background: #f0f0f0;
  }
  .header-nav {
    border-top: 1px solid #ccc;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    top: 100%;
    right: 0;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    box-shadow: -2px 2px 2px -1px rgba(23, 30, 111, 0);
    -webkit-transition: all 0.3s ease-in, -webkit-transform 0.17s ease-in, box-shadow 0.17s ease-in, opacity 0.17s ease-in;
    transition: all 0.3s ease-in, transform 0.17s ease-in, box-shadow 0.17s ease-in, opacity 0.17s ease-in;
  }
  .header-nav-active.header-nav {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    box-shadow: -2px 2px 2px -1px rgba(23, 30, 111, 0.3);
  }
  .navbar-nav.menu-nav {
    float: none;
    width: 160px;
    margin: 0;
    background: #fff;
  }
  .header-container {
    width: 100%;
  }
  .hc-transparent:before {
    opacity: 1;
  }
  .header-column, .hc-logo, .header-nav-wrap {
    box-shadow: 0 0 0 -2px rgba(23, 30, 111, 0);
  }
  .header-body {
    background-color: #fff;
    box-shadow: 0 3px 2px -2px rgba(23, 30, 111, 0.3);
  }
  #header {
    overflow: visible;
    height: auto;
    position: fixed;
    top: 0;
  }
  .header-column:first-child:before, .header-column:last-child:before {
    display: none;
  }
  .header-nav-wrap {
    padding-right: 0px;
    position: static;
  }
  .header-container, .header-row {
    height: 60px;
  }
  .hc-social {
    padding-left: 8px;
    width: 25px;
  }
  .hc-logo img {
    width: 220px;
  }
  .list-circle-icons li a {
    font-size: 12px;
  }
  .navbar-nav > li {
    margin: 0;
  }
  .navbar-nav > li:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
  }
  .navbar-nav > li > a {
    font-size: 13px;
    padding: 11px 0;
    text-align: center;
  }
  .btn {
    font-size: 20px;
  }
  .hero-content {
    padding: 120px 0 60px;
    text-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  }
  .hero-content > div {
    max-width: 370px;
  }
  .iih-icon {
    width: 28px;
    height: 38px;
    margin-top: -19px;
  }
  .ii-header {
    padding-left: 38px;
    margin-bottom: 18px;
  }
  .ii-header.header-text {
    font-size: 19px;
  }
  .ii-item {
    min-height: 305px;
    padding-bottom: 22px;
  }
  .tile-block {
    max-width: none;
    background-color: rgba(242, 251, 255, 0.9);
  }
  .bg-pos-02 {
    background-position: left center;
  }
  .tb-content {
    min-height: 230px;
    margin-bottom: 20px;
  }
  .block-ptb-sm {
    padding: 15px 0;
  }
  .cii-item .header-text {
    font-size: 17px;
  }
  .circle-img-info > div {
    padding: 0 10px;
  }
  .cii-img {
    width: 100px;
    height: 100px;
  }
  .circle-img-info:before {
    top: 51px;
  }
  .cii-desc {
    margin-bottom: 6px;
  }
  .btn-wrap {
    margin-top: 50px;
  }
  .cii-info {
    padding-left: 12px;
  }
  .txt-img-info {
    text-shadow: 0 1px 1px rgba(51, 51, 51, 0.2);
  }
  .txt-img-info {
    position: relative;
  }
  .txt-img-info:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(78, 94, 97, 0.35);
  }
  .txt-img-info > * {
    position: relative;
    z-index: 2;
  }
  .mb-lg {
    margin-bottom: 22px;
  }
  .block-ptb-lg {
    padding: 60px 0;
  }
  .tile-text {
    padding: 20px 25px;
  }
  .block-ptb-md {
    padding: 45px 0;
  }
  .img-txt-half:before {
    width: 100%;
    opacity: 0.65;
  }
  .bg-img-right {
    background-size: cover;
    background-position: center;
  }
  .section-text {
    padding-top: 120px;
  }
}

@media(max-width: 639px) {
  h2 {
    font-size: 27px;
    margin-bottom: 50px;
  }
  .hero {
    position: relative;
  }
  .hero:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(54, 75, 116, 0.3);
  }
  .hero > * {
    position: relative;
    z-index: 2;
  }
  .hero-content {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .hero-content > div {
    max-width: 420px;
    margin: 0;
    text-align: center;
  }
  .hero-content .list-rhombus li:before {
    display: none;
  }
  .mb-md {
    margin-bottom: 23px;
  }
  .ii-header.header-text {
    font-size: 18px;
  }
  .ii-header {
    padding-left: 35px;
    margin-bottom: 15px;
  }
  .iih-icon {
    width: 25px;
    height: 34px;
    margin-top: -17px;
  }
  .ii-item {
    min-height: 310px;
    padding-bottom: 17px;
  }
  .tb-content {
    min-height: 0;
  }
  .cii-img {
    width: 90px;
    height: 90px;
    margin-bottom: 15px;
  }
  .circle-img-info:before {
    top: 46px;
  }
  .cii-desc {
    margin-bottom: 4px;
    font-size: 15px;
  }
  .cii-item .header-text {
    font-size: 16px;
  }
  .section-process h2 br {
    display: none;
  }
  .tile-text {
    padding: 17px 22px;
  }
  .block-ptb-md {
    padding: 40px 0;
  }
  .section-text {
    padding-top: 110px;
  }
}

@media(max-width: 579px) {
  h1 {
    font-size: 29px;
  }
  h3, .header-text {
    font-size: 21px;
  }
  .btn {
    font-size: 18px;
    letter-spacing: 0.01em;
  }
  .hcp-sm {
    display: inline;
  }
  .hcp-lg {
    display: none;
  }
  .hero-content {
    padding: 100px 0 42px;
  }
  .icon-info > div {
    width: 100%;
    float: left;
    margin-bottom: 35px;
  }
  .icon-info > div:last-child {
    margin: 0;
  }
  .ii-item {
    max-width: none;
    min-height: 0;
    padding-bottom: 20px;
  }
  .iih-icon {
    width: 33px;
    height: 45px;
    margin-top: -23px;
  }
  .ii-header {
    padding-left: 47px;
  }
  .ii-header.header-text {
    font-size: 21px;
  }
  .bg-pos-01 {
    background-position: right center;
  }
  .circle-img-info:before {
    display: none;
  }
  .circle-img-info > div {
    padding: 0 15px;
    width: 50%;
    text-align: center;
    margin-bottom: 45px;
  }
  .circle-img-info > div:nth-child(odd) {
    padding-left: 65px;
  }
  .circle-img-info > div:nth-child(even) {
    padding-right: 65px;
  }
  .circle-img-info > div:last-child {
    width: 100%;
    margin-bottom: 0;
    padding: 0 15px !important;
  }
  .cii-info {
    padding-left: 0;
  }
  .cii-img {
    width: 110px;
    height: 110px;
    margin-bottom: 20px;
  }
  .cii-desc {
    font-size: 16px;
  }
  .cii-item .header-text {
    font-size: 18px;
  }
  .btn-wrap {
    margin-top: 45px;
  }
  .mb-lg {
    margin-bottom: 20px;
  }
  .block-ptb-lg {
    padding: 55px 0;
  }
  .block-ptb-md {
    padding: 35px 0;
  }
  .footer-content {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
  .footer-content > div {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer-content > div:last-child {
    margin: 0;
  }
  form .form-group .row {
    margin: 0;
  }
  form .form-group .row > div {
    width: 100%;
    float: none;
    margin-bottom: 15px;
    padding: 0;
  }
  form .form-group .row > div:last-child {
    margin-bottom: 0;
  }
  .pf-content {
    padding: 30px;
  }
  .fg-btn .btn {
    width: 100%;
    min-width: 0;
  }
}

@media(max-width: 479px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 24px;
  }
  h3, .header-text {
    font-size: 20px;
  }
  .navbar-nav > li > a {
    padding: 10px 0;
  }
  .iih-icon {
    width: 28px;
    height: 38px;
    margin-top: -19px;
  }
  .ii-header {
    padding-left: 38px;
    margin-bottom: 18px;
  }
  .ii-header.header-text {
    font-size: 19px;
  }
  .tile-block {
    padding: 20px;
  }
  .bg-pos-01 {
    background-position: calc(100% + 100px) center;
  }
  .tb-content {
    margin-bottom: 15px;
  }
  .circle-img-info > div:nth-child(odd) {
    padding-left: 35px;
  }
  .circle-img-info > div:nth-child(even) {
    padding-right: 35px;
  }
  .txt-img-info .header-text br {
    display: none;
  }
  .mb-lg {
    margin-bottom: 17px;
  }
  .tile-text .header-text {
    margin-bottom: 7px;
  }
  .tile-text {
    padding: 15px 18px;
  }
  .block-ptb-md {
    padding: 30px 0;
  }
  .bg-img-right {
    background-position: calc(50% - 50px) center;
  }
}

@media(max-width: 374px) {
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
  }
  h3, .header-text {
    font-size: 17px;
  }
  .hc-logo img {
    width: 180px;
  }
  .btn {
    font-size: 16px;
    padding: 15px 18px;
    letter-spacing: 0.02em;
  }
  .hero-content {
    padding: 95px 0 40px;
  }
  .ii-header.header-text {
    font-size: 18px;
  }
  .ii-header {
    padding-left: 35px;
    margin-bottom: 15px;
  }
  .iih-icon {
    width: 25px;
    height: 34px;
    margin-top: -17px;
  }
  .tile-block {
    padding: 17px;
  }
  .circle-img-info > div:nth-child(odd) {
    padding-left: 20px;
  }
  .circle-img-info > div:nth-child(even) {
    padding-right: 20px;
  }
  .bg-img-right {
    background-position: calc(50% - 60px) center;
  }
  .pf-content {
    padding: 25px;
  }
}

@media(max-width: 319px) {
  #header, .sticky-header-active #header {
    position: absolute;
  }
}

/* Responsive css end */