﻿@charset "UTF-8";
/* ViewPort calculate */
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
/*@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}*/

@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Regular.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins' !important;
}

body {
    font-family: 'Poppins' !important;
}

/*@font-face {
    font-family: Poppins;
    src: url(../fonts/Poppins-Black.ttf);
}*/


/*body {
    font-size: 50px;
    font-family: Poppins;
    font-weight: 200;
}

h1 {
    font-family: Poppins;
    font-weight: 600;
}*/

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.flex, .flex-row, .icon-list {
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

/*     TYPOGRAPHY
=============================== */
@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins-Bold/Poppins-Bold.eot?") format("eot"), url("../fonts/Poppins-Bold/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold/Poppins-Bold.ttf") format("truetype"), url('../fonts/Poppins-Bold/Poppins-Bold.svg#str-replace(Poppins-Bold, " ", "_")') format("svg");
}

@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins-Medium/Poppins-Medium.eot?") format("eot"), url("../fonts/Poppins-Medium/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium/Poppins-Medium.ttf") format("truetype"), url('../fonts/Poppins-Medium/Poppins-Medium.svg#str-replace(Poppins-Medium, " ", "_")') format("svg");
}

@font-face {
  font-family: "Poppins-Light";
  src: url("../fonts/Poppins-Light/Poppins-Light.eot?") format("eot"), url("../fonts/Poppins-Light/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light/Poppins-Light.ttf") format("truetype"), url('../fonts/Poppins-Light/Poppins-Light.svg#str-replace(Poppins-Light, " ", "_")') format("svg");
}

/*     Float containers fix
=============================== */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

a {
  text-decoration: none;
  color: #2474B9;
  transition: color 0.5s linear;
}

a:hover {
  text-decoration: none;
  /*color: #ed412d;*/ /*Changed by mahesh*/
}

a:focus {
  text-decoration: none;
  color: #ed412d;
  outline: none;
}

:focus {
  outline: 0;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

b,
strong {
  font-weight: 700;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.ohidden {
  overflow: hidden;
}

.FL {
  float: left;
}

.FR {
  float: right;
}

.flex-row {
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

@media (max-width: 767px) {
  .flex-row {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.stretch {
  -ms-flex-flow: stretch;
      flex-flow: stretch;
}

.CTR {
  text-align: center;
}

.TAR {
  text-align: right;
}

.uline {
  text-decoration: underline;
}

.UC {
  text-transform: uppercase;
}

.tCap {
  text-transform: capitalize;
}

.PR {
  position: relative;
}

.full-width {
  width: 100%;
  height: auto;
}

.PA0 {
  padding: 0;
}

.PA5 {
  padding: 5px;
}

.PA7 {
  padding: 7px;
}

.PA10 {
  padding: 10px;
}

.PA12 {
  padding: 12px;
}

.PA15 {
  padding: 15px;
}

.PA20 {
  padding: 20px;
}

.PT3 {
  padding-top: 3px;
}

.PT5 {
  padding-top: 5px;
}

.PT7 {
  padding-top: 7px;
}

.PT8 {
  padding-top: 8px;
}

.PT10 {
  padding-top: 10px;
}

.PT15 {
  padding-top: 15px;
}

.PT20 {
  padding-top: 20px;
}

.PT25 {
  padding-top: 25px;
}

.PT30 {
  padding-top: 30px;
}

.PB5 {
  padding-bottom: 5px;
}

.PB7 {
  padding-bottom: 7px;
}

.PB10 {
  padding-bottom: 10px;
}

.PB15 {
  padding-bottom: 15px;
}

.PB20 {
  padding-bottom: 20px;
}

.PB30 {
  padding-bottom: 30px;
}

.PB25 {
  padding-bottom: 25px;
}

.PL5 {
  padding-left: 5px;
}

.PL10 {
  padding-left: 10px;
}

.PL15 {
  padding-left: 15px;
}

.PL20 {
  padding-left: 20px;
}

.PL25 {
  padding-left: 25px;
}

.PR5 {
  padding-right: 5px;
}

.PR10 {
  padding-right: 10px;
}

.PR15 {
  padding-right: 15px;
}

.PR20 {
  padding-right: 20px;
}

.PL50 {
  padding-left: 50px;
}

.PR50 {
  padding-right: 50px;
}

.p0 {
  padding: 0px !important;
}

.relative {
  position: relative;
}

.MR5 {
  margin-right: 5px;
}

.MR7 {
  margin-right: 7px;
}

.MR10 {
  margin-right: 10px;
}

.MR15 {
  margin-right: 15px;
}

.MR20 {
  margin-right: 20px;
}

.MR25 {
  margin-right: 25px;
}

.MR30 {
  margin-right: 30px;
}

.MR0 {
  margin-right: 0 !important;
}

.ML2 {
  margin-left: 2px;
}

.ML5 {
  margin-left: 5px;
}

.ML7 {
  margin-left: 7px;
}

.ML10 {
  margin-left: 10px;
}

.ML15 {
  margin-left: 15px;
}

.ML20 {
  margin-left: 20px;
}

.ML30 {
  margin-left: 30px;
}

.ML80 {
  margin-left: 80px;
}

.MT3 {
  margin-top: 3px;
}

.MT5 {
  margin-top: 5px;
}

.MT7 {
  margin-top: 7px;
}

.MT10 {
  margin-top: 10px;
}

.MT12 {
  margin-top: 12px;
}

.MT15 {
  margin-top: 15px;
}

.MT20 {
  margin-top: 20px;
}

.MT25 {
  margin-top: 25px;
}

.MT30 {
  margin-top: 30px;
}

.MT35 {
  margin-top: 35px;
}

.MT40 {
  margin-top: 40px;
}

.MT45 {
  margin-top: 45px;
}

.MT50 {
  margin-top: 50px;
}

.MT70 {
  margin-top: 70px;
}

.MB5 {
  margin-bottom: 5px;
}

.MB10 {
  margin-bottom: 10px;
}

.MB15 {
  margin-bottom: 15px;
}

.MB20 {
  margin-bottom: 20px;
}

.MB30 {
  margin-bottom: 30px;
}

body {
  font-family: Poppins, sans-serif !important;
  color: #6C6D70;
  font-size: 14px;
}

/*     HEADER CSS
=============================== */
.header-wrapper {
  height: 98px;
}

@media (max-width: 1199px) {
  .header-wrapper {
    height: 60px;
  }
}

body {
  -ms-overflow-style: scrollbar;
  font-family : Poppins;
}

header {
  background: #FFFFFF;
}

header.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  height: 60px;
  box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.22);
}

header.sticky .logo {
  margin: 10px 0;
}

header.sticky .logo a {
  height: 40px;
  width: 130px;
  background-size: cover;
}

header.sticky .top-nav {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}

header.sticky .top-nav .main-nav {
  margin: 0 30px 0 40px;
  padding: 16px 0 0;
}

header.sticky .main-nav ul.navm {
  display: none;
}

header.sticky .main-nav ul.navm.sty {
  position: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  background: #FFFFFF;
  width: 100%;
  left: 0;
  top: 60px;
  padding-top: 15px;
}

header.sticky .menu-hamburger {
  display: block;
}

@media (max-width: 767px) {
  header.sticky .top-nav .main-nav {
    margin: 0 20px 0 0;
  }
  header.sticky .top-nav .main-nav ul.navm {
    margin-right: 20px;
  }
  header.sticky .top-nav .main-nav ul.navm li {
    margin-right: 20px;
  }
  header.sticky .logo {
    margin: 15px 0;
  }
  header.sticky .logo a {
    width: 100px;
    height: 30px;
  }
}

@media (max-width: 360px) {
  header.sticky .top-nav .main-nav {
    margin: 0 10px 0 0;
  }
  header.sticky .top-nav .main-nav ul.navm {
    margin-right: 10px;
  }
  header.sticky .top-nav .main-nav ul.navm li {
    margin-right: 10px;
  }
}

header .main {
  width: 1274px;
  margin: 0 auto;
}

header .logo {
  margin: 15px 0;
  float: left;
}

header .logo a {
  display: block;
  background: url(../images/logo.png) no-repeat;
  width: 220px;
  height: 68px;
  transition: all .3s ease-in-out;
}

header .top-nav {
  float: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end;
}

header .menu-hamburger {
  display: none;
}

@media (max-width: 1280px) {
  header .main {
    width: 100%;
    padding: 0 15px;
  }
}

@media (max-width: 1199px) {
  header .main {
    padding-right: 0;
  }
  header .logo {
    margin: 10px 0;
  }
  header .logo a {
    height: 40px;
    width: 130px;
    background-size: cover;
  }
  header .top-nav {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
  }
  header .top-nav .main-nav {
    margin: 0 30px 0 40px;
    padding: 16px 0 0;
  }
  header .main-nav ul.navm {
    display: none;
  }
  header .main-nav ul.navm.sty {
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    background: #FFFFFF;
    width: 100%;
    left: 0;
    top: 60px;
    padding-top: 15px;
    z-index: 3;
  }
  header .menu-hamburger {
    display: block;
  }
}

@media (max-width: 991px) {
  header .quick-quote {
    display: none;
  }
}

@media (max-width: 767px) {
  header .top-nav .main-nav {
    margin: 0 20px 0 0;
  }
  header .top-nav .main-nav ul.navm {
    margin-right: 20px;
  }
  header .top-nav .main-nav ul.navm li {
    margin-right: 20px;
  }
  header .logo {
    margin: 15px 0;
  }
  header .logo a {
    width: 100px;
    height: 30px;
  }
}

@media (max-width: 360px) {
  header .top-nav .main-nav {
    margin: 0 10px 0 0;
  }
  header .top-nav .main-nav ul.navm {
    margin-right: 10px;
  }
  header .top-nav .main-nav ul.navm li {
    margin-right: 10px;
  }
}

.quick-quote {
  height: 40px;
  width: 400px;
  background: #f5f5f5;
  display: -ms-flexbox;
  display: flex;
}

.quick-quote form {
  display: -ms-flexbox;
  display: flex;
}

.quick-quote-input {
  margin: 10px 0 0 10px;
  padding-right: 10px;
  height: 20px;
  background: none;
  border: 0;
  color: rgba(108, 109, 112, 0.6);
  border-right: 1px solid #b0b0b0;
  font: 14px/20px "Poppins-Medium", serif;
  width: 169px;
  text-transform: uppercase;
}

.quick-quote-go {
  border: 0;
  width: 60px;
  height: 40px;
  background: #6C6D70;
  color: #FFFFFF;
  font: 14px "Poppins-Bold", serif;
}

.quick-quote-select {
  width: 160px;
}

.quick-quote .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 160px;
}

.quick-quote .open > .btn-default.dropdown-toggle:hover,
.quick-quote .open > .btn-default.dropdown-toggle:focus,
.quick-quote .open > .btn-default.dropdown-toggle.focus {
  background: none;
}

.quick-quote .bootstrap-select {
  margin-top: 10px;
}

.quick-quote .bootstrap-select .btn {
  border: 0;
  border-radius: 0;
  background: none;
  padding-top: 0;
  padding-bottom: 0;
  font: 14px/20px "Poppins-Bold", serif;
  color: #2474B9;
  text-transform: uppercase;
}

.quick-quote .bootstrap-select .dropdown-menu {
  border-radius: 0;
  background: #f5f5f5;
  border: 0;
  padding: 0;
}

.quick-quote .bootstrap-select .dropdown-menu > li {
  border-bottom: 1px solid #FFFFFF;
  padding: 5px 0;
}

.quick-quote .bootstrap-select .dropdown-menu > li:last-child {
  border: 0;
}

.quick-quote .bootstrap-select .dropdown-menu > li > a {
  font: 14px/1 "Poppins-Medium", serif;
  color: #ababad;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #2474B9;
  box-shadow: none;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #2474B9;
  box-shadow: none;
}

.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: 0 !important;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  background: url(../images/svg/dropdown-arrow-03.svg) no-repeat 0 center;
  background-size: contain;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border: 0;
}

.main-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  font: 16px/1 "Poppins-Medium", serif;
  padding: 15px 0 0;
  margin-top: 10px;
}

.explorer11 .main-nav {
  margin-top: 8px;
}

.main-nav ul.login {
  background: url(../images/sep1.gif) no-repeat left top;
  padding-left: 30px;
}

.main-nav ul.login > li {
  margin-right: 0;
}

.main-nav ul.login > li a .login-icn {
  margin: 0 3px;
  display: inline-block;
}

.main-nav ul.login li.open.sub-menu > .menu-bx {
  left: -100px;
  width: 210px;
}

@media (max-width: 991px) {
  .main-nav ul.login li.open .menu-bx {
    display: block;
  }
}

.main-nav ul.navm,
.main-nav .login {
  display: -ms-flexbox;
  display: flex;
}

.main-nav ul.navm > li,
.main-nav .login > li {
  text-transform: uppercase;
  margin-right: 30px;
}

.main-nav ul.navm > li.sub-menu,
.main-nav .login > li.sub-menu {
  position: relative;
}

.main-nav ul.navm > li .dropdown-backdrop,
.main-nav .login > li .dropdown-backdrop {
  z-index: 3;
}

.main-nav ul.navm > li > a,
.main-nav .login > li > a {
  color: #2474B9;
  display: block;
  border-bottom: 3px solid transparent;
  padding-bottom: 13px;
}

.main-nav ul.navm > li img,
.main-nav .login > li img {
  vertical-align: top;
}

.main-nav ul.navm > li.open > a,
.main-nav .login > li.open > a {
  border-bottom-color: #2474B9;
}

.main-nav ul.navm .menu-bx,
.main-nav .login .menu-bx {
  position: absolute;
  z-index: 4;
  left: 0;
  width: 100%;
  height: 0;
  background: #FFFFFF;
  overflow-x: hidden;
  display: none;
}

.main-nav ul.navm .menu-bx .menu-left,
.main-nav .login .menu-bx .menu-left {
  width: 22%;
}

.main-nav ul.navm .menu-bx .menu-right,
.main-nav .login .menu-bx .menu-right {
  width: 78%;
}

.main-nav ul.navm li.open > .menu-bx,
.main-nav .login li.open > .menu-bx {
  height: 610px;
}

.main-nav ul.navm li.open.sub-menu > .menu-bx,
.main-nav .login li.open.sub-menu > .menu-bx {
  height: inherit;
  width: 270px;
  left: -30px;
  padding: 30px;
  background: #f5f7fa;
}

.main-nav ul.navm li.open.sub-menu > .menu-bx ul li,
.main-nav .login li.open.sub-menu > .menu-bx ul li {
  margin-bottom: 25px;
}

.main-nav ul.navm li.open.sub-menu > .menu-bx ul li:last-child,
.main-nav .login li.open.sub-menu > .menu-bx ul li:last-child {
  margin-bottom: 0;
}

.main-nav ul.navm .menu-left,
.main-nav .login .menu-left {
  background: url(../images/blue-bg.gif) repeat;
  min-height: 530px;
}

.main-nav ul.navm .menu-right,
.main-nav .login .menu-right {
  background: #f5f7fa;
  padding: 40px 40px 0 40px;
}

.main-nav ul.navm .menu-right .plan-bx,
.main-nav .login .menu-right .plan-bx {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-nav ul.navm .menu-right .plan-bx .item,
.main-nav .login .menu-right .plan-bx .item {
  width: 25%;
  padding: 0 40px 40px 0;
}

.main-nav ul.navm .menu-right .plan-bx .item.last,
.main-nav .login .menu-right .plan-bx .item.last {
  padding-right: 0;
}

.main-nav ul.navm .menu-right .plan-bx .item h5,
.main-nav .login .menu-right .plan-bx .item h5 {
  font: 16px "Poppins-Medium", serif;
  margin: 0 0 15px;
}

.main-nav ul.navm .menu-right .plan-bx .item ul li,
.main-nav .login .menu-right .plan-bx .item ul li {
  font: 14px "Poppins-Light", serif;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.main-nav ul.navm .menu-right .plan-bx .item ul li a,
.main-nav .login .menu-right .plan-bx .item ul li a {
  color: #6C6D70;
}

.main-nav ul.navm .tabs,
.main-nav .login .tabs {
  margin-top: 20px;
}

.main-nav ul.navm .tabs li,
.main-nav .login .tabs li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font: 18px/1 "Poppins-Medium", serif;
  margin-right: 0;
  padding: 20px 0 20px 40px;
}

.main-nav ul.navm .tabs li:last-child,
.main-nav .login .tabs li:last-child {
  border-bottom: 0;
}

.main-nav ul.navm .tabs li a,
.main-nav .login .tabs li a {
  color: rgba(255, 255, 255, 0.5);
  border-right: 3px solid transparent;
  display: block;
}

.main-nav ul.navm .tabs li.active a,
.main-nav .login .tabs li.active a {
  color: #FFFFFF;
  border-right-color: #FFFFFF;
  font-family: "Poppins-Bold", serif;
}

.main-nav .search-bx {
  margin-right: 30px;
}

.main-nav .search-bx img {
  vertical-align: top;
}

@media (max-width: 767px) {
  .main-nav .search-bx {
    margin-right: 15px;
  }
}

.main-nav .dropdown {
  border-left: 1px solid #2474B9;
  padding-left: 30px;
}

.main-nav .dropdown .login-icn {
  margin: 0 5px;
  display: inline-block;
}

.main-nav .dropdown .login-icn img {
  display: block;
}

.main-nav .dropdown .btn {
  padding: 0;
  border: 0;
  font: 16px/1 "Poppins-Medium", serif;
  color: #2474B9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: none;
}

@media (max-width: 767px) {
  .main-nav .dropdown {
    padding-left: 15px;
  }
  .main-nav .dropdown .btn {
    font-size: 14px;
  }
}

.quick-tools {
  position: fixed;
  z-index: 2;
  right: 0;
  top: 50%;
  bottom: auto;
  -khtml-transform: translateY(-50%);
  transform: translateY(-50%);
}

.quick-tools li {
  border-bottom: 1px solid #FFFFFF;
  height: 61px;
}

.quick-tools li:last-child {
  border-bottom: 0;
}

.quick-tools li a {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #bababa;
  text-align: center;
  position: absolute;
  right: 0;
  transition: width .5s ease;
}

.quick-tools li a.active {
  background: #ed412d;
  width: 135px;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
}

.quick-tools li a.active span {
  display: block;
}

.quick-tools li a.active img {
  margin: 0 10px 0 0;
}

.quick-tools li a img {
  height: 30px;
  width: auto;
  margin-top: 15px;
}

.quick-tools li a span {
  display: none;
  font: 14px/1 "Poppins-Medium", serif;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: left;
}

@media (max-width: 991px) {
  .quick-tools {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 70px;
    background: #ed412d;
    transform: none;
  }
  .quick-tools ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .quick-tools ul li {
    border-bottom: 0;
    height: 70px;
    width: 25%;
    background: url(../images/sep.gif) no-repeat right center;
  }
  .quick-tools ul li a {
    position: inherit;
    background: none;
    width: 100%;
  }
  .quick-tools ul li a img {
    margin: 10px 0 5px;
    height: 25px;
  }
  .quick-tools ul li a span {
    display: block;
    text-align: center;
    font-size: 11px;
  }
}

footer .footer-btm {
  background: url(../images/footer-bg.gif) repeat-x;
  height: 90px;
  padding-top: 37px;
  font: 16px/1 "Poppins-Medium", serif;
  color: #FFFFFF;
  text-transform: uppercase;
  
}

footer section.pad8 {
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  footer .footer-btm {
    margin-bottom: 0px;
  }
  footer section.pad8 {
    padding-top: 40px;
  }
}

.footer-list {
  text-transform: uppercase;
  padding-bottom: 40px;
  border-bottom: 1px solid #FFFFFF;
}

.footer-list h5 {
  font: 16px/1 "Poppins-Medium", serif;
  margin: 0 0 20px;
}

.footer-list ul li {
  font: 12px/1 "Poppins-Light", serif;
  margin-bottom: 15px;
}

.footer-list ul li:last-child {
  margin-bottom: 0;
}

.footer-list ul.follow-list {
  display: -ms-flexbox;
  display: flex;
}

.footer-list ul.follow-list li {
  margin-right: 10px;
}

.footer-list ul.follow-list li img {
  width: 30px;
  height: 30px;
  opacity: 0.7;
}

@media (max-width: 991px) {
  .footer-list {
    padding-bottom: 30px;
  }
  .footer-list h5 {
    border-bottom: 1px solid rgba(36, 116, 185, 0.2);
    padding-bottom: 10px;
  }
  .footer-list h5.trgr {
    background: url(../images/svg/dropdown-arrow-03.svg) no-repeat right center;
    background-size: 10px;
  }
  .footer-list h5.trgr.act {
    background-image: url(../images/svg/dropdown-arrow-04.svg);
  }
  .footer-list h5 + ul {
    display: none;
    margin-bottom: 20px;
  }
  .footer-list .follow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 15px;
    padding: 0;
  }
  .footer-list .follow h5 {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-right: 20px;
  }
  .footer-list .follow .follow-list {
    margin-bottom: 0;
  }
  .footer-list .follow .follow-list li {
    margin-bottom: 0;
  }
}

.quick-links {
  padding: 40px 0 20px;
  text-transform: uppercase;
}

.quick-links ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.quick-links ul li {
  font: 14px/1 "Poppins-Medium", serif;
  margin: 0 30px 20px 0;
  padding-left: 10px;
  position: relative;
}

.quick-links ul li::before {
  content: "\2022";
  color: #ed412d;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

@media (max-width: 991px) {
  .quick-links {
    padding: 30px 0 10px;
  }
  .quick-links h5 {
    font: 16px/1 "Poppins-Medium", serif;
    margin: 0 0 20px;
  }
  .quick-links h5.trgr {
    background: url(../images/svg/dropdown-arrow-03.svg) no-repeat right center;
    background-size: 10px;
  }
  .quick-links h5.trgr.act {
    background-image: url(../images/svg/dropdown-arrow-04.svg);
  }
  .quick-links h5 + ul {
    display: none;
    margin-bottom: 20px;
  }
  .quick-links h5 + ul li {
    display: inline-block;
  }
}

.beware {
  border: 1px solid rgba(36, 116, 185, 0.2);
  padding: 35px 25px;
  margin-bottom: 40px;
}

.beware .f14lb {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .beware {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
}

.general p {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .general .flex {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .general .flex .mr50 {
    margin: 0 0 15px 0;
  }
}

.f16mb {
  font: 16px/1 "Poppins-Medium", serif;
  color: #2474B9;
}

.f14lb {
  font: 14px/1 "Poppins-Light", serif;
  color: #2474B9;
}

.mr50 {
  margin-right: 50px;
}

@media (max-width: 1440px) {
  #loginModal .modal-dialog {
    position: relative;
    top: 0;
    left: 0;
    margin: 30px auto;
    transform: none !important;
  }
}

#loginModal .modal-content.opt2 {
  box-shadow: none;
  border: 0;
}

#loginModal .modal-content .modal-body {
  padding: 20px 120px;
}

@media (max-width: 1440px) {
  #loginModal .modal-content .modal-body {
    padding: 40px 120px;
  }
  #loginModal .modal-content .modal-body h3 + .MT40 {
    margin-top: 25px;
  }
}

@media (max-width: 1024px) {
  #loginModal .modal-content .modal-body {
    padding: 40px;
  }
  #loginModal .modal-content .modal-body .flex.MT40 {
    margin-top: 25px;
  }
}

@media (max-width: 991px) {
  #loginModal .modal-content .modal-body .flex.MT40 {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  #loginModal .modal-content .modal-body {
    padding: 30px 20px;
    height: 80vh;
    overflow-y: auto;
  }
}

#loginModal .login-left {
  background: url(../images/login-bg.jpg) no-repeat;
  padding: 40px;
  min-height: 640px;
  width: 38%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  background-size: cover;
}

#loginModal .login-left h4 {
  color: #FFFFFF;
}

#loginModal .login-left h4 img {
  vertical-align: baseline;
  margin-left: 8px;
}

#loginModal .login-left figure {
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

#loginModal .login-left figure figcaption {
  color: #FFFFFF;
  font: 16px "Poppins-Light", serif;
  margin-top: 0;
}

#loginModal .login-left figure figcaption a {
  color: #FFFFFF;
}

#loginModal .login-left figure span {
  font: 18px "Poppins-Medium", serif;
  display: block;
  margin-bottom: 5px;
}

#loginModal .login-left figure img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

@media (max-width: 1366px) {
  #loginModal .login-left {
    padding: 25px 35px;
    min-height: inherit;
  }
}

@media (max-width: 991px) {
  #loginModal .login-left {
    width: 100%;
    background-size: cover;
    background-position: center;
  }
}

@media (max-width: 767px) {
  #loginModal .login-left {
    padding: 20px;
  }
}

.login-right {
  padding: 50px;
  width: 62%;
  background: #f1f4f8;
}

.login-right label {
  font: 16px "Poppins-Medium", serif;
  color: #2474B9;
  text-transform: uppercase;
}

.login-right .txt-bx {
  background: #FFFFFF;
  color: #2474B9;
}

.login-right input[disabled] {
  background: url(../images/btn-disable.gif) no-repeat left center;
}

.login-right .error,
.login-right .error1 {
  color: #ed412d;
  font: 12px "Poppins-Light", serif;
  display: none;
}

.login-right .error1 {
  margin: 5px 0 0;
}

.login-right .wrong,
.login-right .show-pswd {
  position: absolute;
  background: url(../images/close.png) no-repeat;
  width: 15px;
  height: 15px;
  right: 20px;
  top: 23px;
  display: none;
}

.login-right .show-pswd {
  background: url(../images/password.png) no-repeat;
  width: 22px;
  height: 16px;
  display: block;
}

.login-right .login-bx.has-error .txt-bx {
  color: #ed412d;
}

.login-right .login-bx.has-error .error,
.login-right .login-bx.has-error .wrong {
  display: block;
}

.login-right .login-bx.has-error .show-pswd {
  display: none;
}

@media (max-width: 1366px) {
  .login-right {
    padding: 25px 35px;
  }
  .login-right .MT35 {
    margin-top: 20px;
  }
  .login-right .txt-bx {
    padding: 15px 20px;
  }
  .login-right .more.MT7 {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .login-right {
    width: 100%;
  }
  .login-right .txt-bx {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .login-right {
    padding: 20px;
  }
  .login-right .PR + label.MT35,
  .login-right .more + .MT35 {
    margin-top: 20px;
  }
  .login-right .more.ML20 {
    margin: 15px 0 0;
    display: block;
  }
}

.reset-panel .reset-title {
  display: none;
}

.reset-panel.reset h3 {
  display: none;
}

.reset-panel.reset h3.reset-title {
  display: block;
}

.login-with {
  border-bottom: 1px solid rgba(36, 116, 185, 0.2);
  padding-bottom: 35px;
  margin-bottom: 35px;
}

.login-with p {
  font-size: 12px;
  color: rgba(108, 109, 112, 0.5);
  margin: 10px 0 0;
}

@media (max-width: 1366px) {
  .login-with {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.otp-req h4 {
  margin-bottom: 0;
}

.otp-req label {
  margin-top: 40px;
}

.otp-req label.op1 {
  margin-top: 20px;
}

.otp-verify h4 {
  margin-bottom: 40px;
}

.otp-verify .flex {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.otp-verify .flex input {
  background: none;
  border: 0;
  border-bottom: 2px solid rgba(36, 116, 185, 0.3);
  width: 40px;
  text-align: center;
  font: 26px/1 "Poppins-Bold", serif;
  color: #2474B9;
}

.otp-verify input[type=number]::-webkit-inner-spin-button,
.otp-verify input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.otp-verify input[type=number] {
  -moz-appearance: textfield;
}

@media (max-width: 767px) {
  .otp-verify h4 {
    margin-bottom: 30px;
  }
  .otp-verify .more.MT10 {
    margin-top: 25px;
  }
  .otp-verify .MT50 {
    margin-top: 35px;
  }
}

.set-password label.lc {
  text-transform: capitalize;
}

#hamburger-icon {
  width: 60px;
  height: 60px;
  position: relative;
  display: block;
  padding: 18px;
  background: #ed412d;
}

#hamburger-icon .line {
  display: block;
  background: #ecf0f1;
  width: 24px;
  height: 2px;
  position: absolute;
  left: 18px;
  transition: all 0.4s;
}

#hamburger-icon .line.line-1 {
  top: 18px;
}

#hamburger-icon .line.line-2 {
  top: 48%;
  width: 18px;
}

#hamburger-icon .line.line-3 {
  top: 40px;
  width: 12px;
}

#hamburger-icon:hover .line-2 {
  width: 24px;
}

#hamburger-icon:hover .line-3 {
  width: 24px;
}

#hamburger-icon.active .line-1 {
  transform: translateY(10px) translateX(0) rotate(45deg);
}

#hamburger-icon.active .line-2 {
  opacity: 0;
}

#hamburger-icon.active .line-3 {
  transform: translateY(-12px) translateX(0) rotate(-45deg);
  width: 24px;
}

.flex1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 767px) {
  .register-panel .flex1 {
    display: block;
  }
}

/*     COMMON COMPONENT CSS
=============================== */
h1,
h2 {
  font: 66px/1 "Poppins-Bold", serif;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
}

h1.hd1,
h2.hd1 {
  font-size: 40px;
}

h1.hd2,
h2.hd2 {
  font-size: 52px;
}

@media (max-width: 1199px) {
  h1,
  h2 {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  h1,
  h2 {
    font-size: 33px;
  }
  h1.hd1, h1.hd2,
  h2.hd1,
  h2.hd2 {
    font-size: 33px;
  }
}

h3 {
  font: 28px/1 "Poppins-Bold", serif;
  text-transform: uppercase;
  color: #2474B9;
  text-align: center;
  margin: 0 0 15px;
  font-weight:bold;
}

h3 span {
  color: #ed412d;
}

h3.white {
  color: #FFFFFF;
}

h3.white span {
  color: #FFFFFF;
}

h3.mb0 {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  h3 span {
    display: block;
  }
  h3 span.op1 {
    display: inline;
  }
}

h4 {
  font: 22px/1 "Poppins-Medium", serif;
  color: #2474B9;
  margin: 0 0 15px;
}

h4.white {
  color: #FFFFFF;
}

h4.UC {
  text-transform: uppercase;
}

.more {
  font: 14px "Poppins-Bold", serif;
  text-transform: uppercase;
  margin-bottom: 0;
}

.more a {
  color: #ed412d;
  background: url(../images/svg/arrow-more-red.svg) no-repeat 96% center;
  background-size: 11px 11px;
  padding-right: 20px;
  transition: all 0.4s cubic-bezier(0.68, -0.1, 0.265, 1.55);
}

.more a:hover {
  background-position: 99% center;
}

.more.back a {
  color: #ed412d;
  background: url(../images/svg/arrow-more-red2.svg) no-repeat 0% center;
  background-size: 11px 11px;
  padding-left: 20px;
  transition: all 0.4s cubic-bezier(0.68, -0.1, 0.265, 1.55);
}

.more.back a:hover {
  background-position: 0% center;
}

.more.noArw a {
  background: none;
  padding-right: 0;
}

.more.white a {
  color: #FFFFFF;
  background-image: url(../images/svg/arrow-more.svg);
}

.more .btn-arw {
  color: #ed412d;
  background: url(../images/svg/arrow-more-red.svg) no-repeat 96% center;
  background-size: 11px 11px;
  padding-right: 20px;
  border: 0;
}

.no-margin {
  margin-bottom: 0px;
}

.sep {
  padding-left: 50px;
  margin-right: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  height: 145px;
}

@media (max-width: 768px) {
  .sep {
    padding-left: 0;
    margin-right: 0;
    border-right: 0;
    padding-top: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 100px;
    height: auto;
    display: inline-block;
  }
}

.addToComp {
  font: 14px "Poppins-Bold", serif;
  text-transform: uppercase;
  margin-bottom: 0;
}

.addToComp i {
  padding-left: 8px;
}

.addToComp a {
  color: #ed412d;
}

.addToComp.white a {
  color: #FFFFFF;
  background-image: url(../images/svg/arrow-more.svg);
}

.sub-hd {
  font-size: 16px;
  text-align: center;
}

.sub-hd.white {
  color: #FFFFFF;
}

.card {
  position: relative;
  margin-bottom: 30px;
}

.card .link-card {
  position: absolute;
  width: 100%;
  height: 86%;
  z-index: 1;
  left: 0px;
}

.card figure {
  position: relative;
}

.card figure img {
  width: 100%;
  height: auto;
}

.card figure .icon {
  position: absolute;
  right: 30px;
  bottom: -28px;
  width: 56px;
  height: 56px;
  background: #ed412d;
  border-radius: 50%;
  text-align: center;
}

.card figure .icon img {
  height: 25px;
  margin-top: 15px;
}

.card-details {
  background: #FFFFFF;
  padding: 30px;
}

.card-details h4 {
  margin-bottom: 10px;
}

.card-details h4 + p {
  min-height: 40px;
}

.card-link {
  text-align: center;
  display: block;
  margin-bottom: 35px;
}

.card-link .icon {
  width: 56px;
  height: 56px;
  background: #ed412d;
  border-radius: 50%;
  display: inline-block;
}

.card-link .icon img {
  height: 25px;
  margin-top: 15px;
}

.card-link h4 {
  margin: 15px 0 0;
}

.text-overImage {
  position: relative;
  transition: transform .2s;
  height: 100%;
  overflow: hidden;
}

.text-overImage img {
  width: 100%;
  transition: all .5s;
}

.text-overImage img:hover {
  transform: scale(1.1);
}

.text-overImage figcaption {
  position: absolute;
  bottom: 0px;
  background: #FFFFFF;
  padding: 15px 20px;
  text-transform: uppercase;
  font-family: "Poppins-Bold", serif;
  font-size: 16px;
  color: #2474B9;
  width: 55%;
  line-height: 1.2;
}

.icon-list {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 50px;
}

.icon-list.without-arrow .item a {
  background: inherit;
  padding-right: 0px;
}

.icon-list .item {
  text-align: center;
}

.icon-list .item figure img {
  height: 50px;
  width: auto;
  margin-bottom: 20px;
}

.icon-list .item a {
  font: 18px/1.2 "Poppins-Medium", serif;
  display: inline-block;
  background: url(../images/svg/arrow-more-blue.svg) no-repeat 92% 28px;
  background-size: 6px;
  padding-right: 20px;
  transition: all 0.4s cubic-bezier(0.68, -0.1, 0.265, 1.55);
}

.icon-list .item a:hover {
  background-position: 99% 28px;
}

@media (max-width: 767px) {
  .icon-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .icon-list .item {
    margin-bottom: 50px;
    width: 33%;
  }
}

.white-bg {
  background: #FFFFFF;
}

.no-pad {
  padding: 0;
}

.common-popup {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background: #FFFFFF;
  overflow-x: hidden;
  transition: all .5s ease;
}

.common-popup.open {
  height: 100vh;
}

.btn-red {
  background: #ed412d;
  padding: 12px 17px;
  border-radius: 0px;
  border: 0px;
}

.btn-red img {
  width: 12px;
  height: 20px;
}

.btn-red:active {
  background: #ed412d;
}

.btn-red:active:hover {
  background: #ed412d;
}

.btn-red:focus {
  background: #ed412d;
  color: #FFFFFF;
  outline: 0;
}

.btn-red:hover {
  background: #2474B9;
}

body.overflow {
  overflow-y: hidden;
}

.profileModal .modal-dialog {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  margin: 0;
  width: 720px;
  height: 520px;
}

.profileModal .modal-content {
  min-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.profileModal .modal-body {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 0px;
  position: absolute;
  top: 45px;
  /** height of header **/
  bottom: 45px;
  /** height of footer **/
  left: 0;
  right: 0;
  overflow: hidden;
}

.profileModal .modal-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.breadcrumb.opt1 {
  background: none;
  padding: 0;
  margin: 20px 0 50px;
}

.breadcrumb.opt1 li {
  font-family: "Poppins-Medium", serif;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
}

.breadcrumb.opt1 li + li:before {
  color: #FFFFFF;
  font: 12px/1 "Poppins-Light", serif;
  padding: 0 1px;
}

.breadcrumb.opt1 li a {
  font-family: "Poppins-Light", serif;
  color: #FFFFFF;
  font-size: 12px;
}

@media (max-width: 991px) {
  .breadcrumb.opt1 {
    display: none;
  }
}

.white-arw .owl-nav .owl-prev {
  background: url("../images/svg/arrow-more-white1.svg") no-repeat center center;
}

.white-arw .owl-nav .owl-next {
  background: url("../images/svg/arrow-more-white.svg") no-repeat center center;
}

.blue-arw .owl-nav .owl-prev {
  background: url("../images/svg/arrow-more-blue1.svg") no-repeat center center;
}

.blue-arw .owl-nav .owl-next {
  background: url("../images/svg/arrow-more-blue.svg") no-repeat center center;
}

.owl-nav .owl-prev {
  position: absolute;
  width: 38px;
  height: 40px;
  top: 50%;
  font-size: 0;
  background: url("../images/svg/arrow-more-red2.svg") no-repeat center center;
  background-size: 50%;
}

.owl-nav .owl-prev.disabled {
  opacity: 0.3;
}

.owl-nav .owl-next {
  position: absolute;
  right: 0px;
  width: 30px;
  height: 40px;
  top: 50%;
  font-size: 0;
  background: url("../images/svg/arrow-more-red.svg") no-repeat center center;
  background-size: 50%;
}

.owl-nav .owl-next.disabled {
  opacity: 0.3;
}

.white-bx2 {
  text-align: left;
  background: #FFFFFF;
  padding: 30px;
  width: 100%;
}

.white-bx2.gray {
  background: #fafafa;
}

.white-bx2 img.iconSVG {
  width: 52px;
}

.white-bx2 p {
  font-family: "Poppins-Light", serif;
  color: #2474B9;
  font-size: 16px;
  line-height: 1.6;
}

.white-bx2 p strong {
  font-family: "Poppins-Medium", serif;
  color: #2474B9;
  font-size: 18px;
}

/*     HOMEPAGE CSS
=============================== */
section.pad {
  padding: 60px 0;
}

@media (max-width: 767px) {
  section.pad {
    padding: 40px 0;
  }
}

section.pad8 {
  padding: 80px 0;
}

@media (max-width: 767px) {
  section.pad8 {
    padding: 40px 0;
  }
}

section.gray {
  background: #fafafa;
}

.owl-dots {
  text-align: center;
  margin-top: 30px;
}

.owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px;
  cursor: pointer;
}

.blue-dot .owl-dots .owl-dot span {
  border-color: #ed412d;
  background: #ed412d;
}

.blue-dot .owl-dots .owl-dot.active span {
  border-color: #2474B9;
}

.owl-dots .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
  border-radius: 50%;
}

.owl-dots .owl-dot.active span {
  width: 20px;
  height: 20px;
  background: none;
}

.home-banner {
  position: relative;
}

.home-banner .banner-wrapper {
  position: relative;
}

.home-banner .banner-wrapper .banner-text {
  position: absolute;
  width: 100%;
  top: 50%;
  bottom: auto;
  -khtml-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.home-banner .nav-wraper {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 50px;
  z-index: 2;
}

.home-banner .owl-dots {
  text-align: left;
  margin-top: 0;
}

@media (max-width: 767px) {
  .home-banner .nav-wraper {
    bottom: 90px;
  }
  .home-banner .banner-wrapper .banner-text {
    top: 57%;
  }
}

.nav-tab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: -60px;
  position: relative;
  z-index: 1;
}

.nav-tab li {
  width: 180px;
  height: 60px;
  text-align: center;
  text-transform: uppercase;
}

.nav-tab li.active a {
  background: #FFFFFF;
  color: #2474B9;
}

.nav-tab li a {
  display: block;
  background: #f5f5f5;
  font: 16px/60px "Poppins-Bold", serif;
  color: #6C6D70;
}

@media (max-width: 375px) {
  .nav-tab li {
    width: 45%;
  }
}

.financial-goal {
  background: url(../images/financial-goal-bg.jpg) no-repeat;
  background-size: cover;
  text-align: center;
}

.financial-goal .item {
  width: 140px;
  margin: 0 40px;
  display: inline-block;
}

.financial-goal .item figure img {
  height: 50px;
  margin-bottom: 20px;
}

.financial-goal .item a {
  font: 18px/1.2 "Poppins-Medium", serif;
  display: inline-block;
  color: #FFFFFF;
  background: url(../images/svg/arrow-more.svg) no-repeat 94% 28px;
  background-size: 6px;
  padding-right: 20px;
  transition: all 0.4s cubic-bezier(0.68, -0.1, 0.265, 1.55);
}

.financial-goal .item a:hover {
  background-position: 99% 28px;
}

@media (max-width: 767px) {
  .financial-goal .MT40 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .financial-goal .MT40 .item {
    margin: 0;
    width: 33%;
  }
  .financial-goal .MT40 .item a {
    padding: 0;
    background: none;
  }
}

.map .white-bx {
  padding: 50px 50px 0;
}

.map .white-bx h3,
.map .white-bx .sub-hd {
  text-align: left;
}

.csr {
  background: url(../images/blue-bg.jpg) no-repeat;
  background-size: cover;
  color: #FFFFFF;
}

.csr h3 {
  text-align: left;
  margin-bottom: 0;
  line-height: 1.2;
}

.csr .sep {
  padding-left: 50px;
  margin-right: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  height: 145px;
}

@media (max-width: 768px) {
  .csr .flex-row {
    display: block;
    padding: 0 15px;
  }
  .csr .sep {
    padding-left: 0;
    margin-right: 0;
    border-right: 0;
    padding-top: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 100px;
    height: auto;
    display: inline-block;
  }
}

section.pad8.we-are {
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  section.pad8.we-are {
    padding: 60px 0 25px;
  }
  section.pad8.icon-box {
    padding-bottom: 10px;
  }
}

/*     MAP CSS
=============================== */
.map #map {
  width: 100%;
  height: 400px;
  background: #eee;
}

.map #map .gm-style .gm-fullscreen-control {
  display: none;
}

.map #map .gm-style .gmnoprint button img {
  height: 10px !important;
  width: 10px !important;
}

@media (max-width: 767px) {
  .map #map {
    height: 280px;
  }
  .map .white-bx {
    padding: 50px 30px 30px;
  }
  .map .white-bx span {
    display: inline;
  }
}

@media (max-width: 767px) {
  .mapSelectDiv .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 90%;
  }
}

.mapSelectDiv .bootstrap-select .dropdown-toggle {
  background: #f5f5f5;
  border-radius: 0px;
  border: 0px;
  padding: 10px 15px;
  font-size: 14px;
  text-transform: uppercase;
  color: #2474B9;
  line-height: 1.8;
  font-family: "Poppins-Bold", serif;
}

/*     Menu CSS
=============================== */
.quick-quote-mob {
  /* height: 40px; */
  width: inherit;
  /* background: #f5f5f5; */
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .quick-quote-mob {
    width: 100%;
  }
}

.quick-quote-mob .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

.quick-quote-mob .getQuick {
  font-size: 14px;
  text-transform: uppercase;
  padding: 15px 0px 8px;
  font-family: "Poppins-Medium", serif;
  color: #6c6d70;
}

.quick-quote-mob form {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #f5f5f5;
}

.quick-quote-mob-input {
  margin: 10px 0 0 10px;
  padding-right: 10px;
  height: 20px;
  background: none;
  border: 0;
  color: rgba(108, 109, 112, 0.6);
  border-right: 1px solid #b0b0b0;
  font: 14px/20px "Poppins-Medium", serif;
  width: 169px;
  text-transform: uppercase;
}

.quick-quote-mob-go {
  border: 0;
  width: 60px;
  height: 40px;
  background: #6C6D70;
  color: #FFFFFF;
  font: 14px "Poppins-Bold", serif;
}

.quick-quote-mob .open > .btn-default.dropdown-toggle:hover,
.quick-quote-mob .open > .btn-default.dropdown-toggle:focus,
.quick-quote-mob .open > .btn-default.dropdown-toggle.focus {
  background: none;
}

.quick-quote-mob .bootstrap-select {
  margin-top: 10px;
}

.quick-quote-mob .bootstrap-select .btn {
  border: 0;
  border-radius: 0;
  background: none;
  padding-top: 0;
  padding-bottom: 0;
  font: 14px/20px "Poppins-Bold", serif;
  color: #2474B9;
  text-transform: uppercase;
}

.quick-quote-mob .bootstrap-select .dropdown-menu {
  border-radius: 0;
  background: #f5f5f5;
  border: 0;
  padding: 0;
}

.quick-quote-mob .bootstrap-select .dropdown-menu > li {
  border-bottom: 1px solid #FFFFFF;
  padding: 5px 0;
}

.quick-quote-mob .bootstrap-select .dropdown-menu > li:last-child {
  border: 0;
}

.quick-quote-mob .bootstrap-select .dropdown-menu > li > a {
  font: 14px/1 "Poppins-Medium", serif;
  color: #ababad;
}

.hamburger-menu {
  z-index: 99;
}

.hamburger-menu-open {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 10;
  top: 60px;
  left: 0;
  background-color: #FFFFFF;
  overflow-x: hidden;
  transition: 0.5s;
}

.hamburger-menu-open.open {
  height: 100vh;
  border-top: solid 1px #ed412d;
}

.hamburger-menu-open.open .home-icon {
  background: url(../images/svg/home.svg) no-repeat;
}

.hamburger-menu-open .container .u-vmenu {
  margin-top: 0px;
}

.hamburger-menu-open .container .u-vmenu ul li {
  list-style: none;
}

.hamburger-menu-open .container .u-vmenu ul li:first-child ul {
  display: block;
}

.hamburger-menu-open .container .u-vmenu ul li:first-child ul li:first-child ul {
  display: block;
}

.hamburger-menu-open .container .u-vmenu ul li:first-child ul li:first-child ul li:last-child {
  padding-bottom: 0px;
}

.hamburger-menu-open .container .u-vmenu ul li:first-child ul li:first-child ul li ul {
  display: none;
}

.hamburger-menu-open .container .u-vmenu ul li:first-child ul li ul {
  display: none;
}

.hamburger-menu-open .container .u-vmenu ul li div.mbox {
  background: #f5f7fa;
  padding: 20px;
  margin-bottom: 15px;
}

.hamburger-menu-open .container .u-vmenu ul li div.mbox h4 {
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: solid 1px #e0eaf3;
  padding-bottom: 15px;
  margin-bottom: 0px;
}

.hamburger-menu-open .container .u-vmenu ul li div.mbox ul {
  padding: 0px 10px;
}

.hamburger-menu-open .container .u-vmenu ul li a {
  display: block;
  font-size: 16px;
  color: #2474b9;
  text-decoration: none;
  outline: none;
  padding: 16px 5px;
  border-top: solid 1px #e9f1f8;
  text-transform: uppercase;
  font-family: "Poppins-Bold", serif;
  /* background: #2474B9; */
  /* border-bottom: solid 1px; */
}

.hamburger-menu-open .container .u-vmenu ul li a[data-option='on']:after {
  font-family: 'FontAwesome';
  content: "\f106";
  float: right;
  font-size: 18px;
  padding-top: 0px;
}

.hamburger-menu-open .container .u-vmenu ul li a[data-option='off']:after {
  font-family: 'FontAwesome';
  content: "\f107";
  float: right;
  font-size: 18px;
  padding-top: 0px;
}

.hamburger-menu-open .container .u-vmenu ul li ul li {
  margin: 0;
  padding: 10px 4px;
}

.hamburger-menu-open .container .u-vmenu ul li ul li:last-child {
  border-bottom: solid 0px;
}

.hamburger-menu-open .container .u-vmenu ul li ul li a {
  font-size: 16px;
  background: inherit;
  margin: 0px;
  padding: 0px;
  border-top: solid 0px;
  text-transform: uppercase;
  font-family: "Poppins-Medium", serif;
}

.hamburger-menu-open .container .u-vmenu ul li ul li a[data-option='on']:after {
  font-family: 'FontAwesome';
  content: "\f106";
  float: inherit;
  font-size: 18px;
  padding-top: inherit;
  padding-left: 8px;
}

.hamburger-menu-open .container .u-vmenu ul li ul li a[data-option='off']:after {
  font-family: 'FontAwesome';
  content: "\f107";
  float: inherit;
  font-size: 18px;
  padding-top: inherit;
  padding-left: 8px;
}

.hamburger-menu-open .container .u-vmenu ul li ul li a:after {
  /* float: right; */
  font-size: 18px;
  /* padding-top: 10px; */
  padding-left: 8px;
}

.hamburger-menu-open .container .u-vmenu ul li ul li ul li a {
  padding-left: 0px;
}

.hamburger-menu-open .container .u-vmenu ul li ul li ul li ul li {
  margin: 0px;
  border-bottom: 0px;
  font-size: 20px;
  padding: 2px 0px;
}

.hamburger-menu-open .container .u-vmenu ul li ul li ul li ul li:first-child {
  padding-bottom: 0px;
  padding-top: 10px;
}

.hamburger-menu-open .container .u-vmenu ul li ul li ul li ul li a {
  padding-left: 0px;
  padding: 2px 0px;
  font-size: 15px;
  color: #4a4a4a;
}

.hamburger-menu-open .container .u-vmenu ul ul {
  display: none;
  padding: 0 15px;
}

.hamburger-menu-open .close-button {
  left: 20px;
  top: 20px;
  right: inherit;
}

@keyframes buttonHover {
  from {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: 100%;
  }
}

.bod-section {
  margin: 30px 0 60px;
}

@media (max-width: 768px) {
  .bod-section .MT70 {
    margin-top: 30px;
  }
}

.hline {
  height: 2px;
  width: 70px;
  background: #ed412d;
  margin: 25px 0;
}

.director-red-box {
  background: #ed412d;
  color: #FFFFFF;
  padding: 50px 30px;
  margin-right: 20%;
}

@media (max-width: 1024px) {
  .director-red-box {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .director-red-box {
    padding: 30px 20px;
    margin-right: 0;
    margin: 0 10%;
    text-align: center;
  }
  .director-red-box .hline {
    margin: 0 auto;
  }
  .director-red-box br {
    display: none;
  }
}

.director-red-box .hline {
  background: #FFFFFF;
}

.director-red-box .desc {
  font-size: 20px;
  font-family: "Poppins-Medium", serif;
}

@media (max-width: 768px) {
  .director-red-box .desc {
    margin-top: 20px;
    line-height: 1.2;
  }
}

.director-red-box h3 {
  color: #FFFFFF;
  text-align: left;
  font-size: 40px;
}

@media (max-width: 768px) {
  .director-red-box h3 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
  }
}

.director-red-box:after {
  right: 12%;
  top: 66%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 128, 0, 0);
  border-left-color: #ed412d;
  border-width: 30px;
  /* margin-top: -25px; */
}

@media (max-width: 1024px) {
  .director-red-box:after {
    right: -20px;
  }
}

@media (max-width: 768px) {
  .director-red-box:after {
    right: 46%;
    top: inherit;
    border: solid transparent;
    border-left-color: solid transparent;
    border-top-color: #ed412d;
    border-width: 27px;
    bottom: -53px;
  }
}

@media (max-width: 375px) {
  .director-red-box:after {
    right: 43%;
  }
}

@media (max-width: 768px) {
  .dir-profile-box .hidden-xs {
    display: none;
  }
  .dir-profile-box .visible-xs {
    display: block !important;
  }
}

.dir-profile-box {
  padding: 0 60px;
}

@media (max-width: 1024px) {
  .dir-profile-box {
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .dir-profile-box {
    padding: 0 15%;
  }
}

.dir-profile-box .hline {
  margin: 15px 0;
}

.dir-profile-box .more a {
  background: inherit;
  display: block;
  padding: 30px 0 25px;
}

.dir-profile-box .num {
  font-size: 160px;
  font-family: "Poppins-Bold", serif;
  color: #f8f8f8;
  line-height: 0.7;
  display: block;
  margin-left: -30px;
}

.dir-profile-box h4 {
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Poppins-Bold", serif;
  margin-top: -15px;
  line-height: 1.2;
  min-height: 56px;
}

@media (max-width: 768px) {
  .dir-profile-box h4 {
    min-height: inherit;
  }
}

.dir-profile-box h4 span {
  color: #ed412d;
}

.dir-profile-box h5 {
  font-size: 20px;
  color: #6C6D70;
  font-family: "Poppins-Medium", serif;
  margin-bottom: 30px;
}

.dir-profile-box p {
  line-height: 1.4;
  margin-bottom: 0px;
}

.dir-profile-box p.desc {
  height: 95px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .dir-profile-box p.desc {
    height: 75px;
  }
}

.flexdiv {
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .flexdiv {
    display: inherit;
  }
}

.profileModal .close {
  float: right;
  font-size: 22px;
  font-weight: normal;
  line-height: 1;
  color: #000;
  text-shadow: inherit;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.profileModal .modal-content {
  border-radius: 0px;
}

.profileModal .modal-content .modal-header {
  border-bottom: 0px;
}

.profileModal .modal-content .modal-body {
  padding-bottom: 0px;
  padding-top: 40px;
}

.profileModal .modal-content .modal-body .dir-profile-box {
  padding: 0 120px;
}

.profileModal .modal-content .modal-body .dir-profile-box h4 {
  min-height: inherit;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 28px;
}

.profileModal .modal-content .modal-body .dir-profile-box h5 {
  margin-top: 5px;
}

.profileModal .modal-content .modal-body .dir-profile-box p {
  height: 200px;
  overflow: auto;
  padding-right: 20px;
}

.profileModal .modal-content .modal-body .hline {
  background: #2474B9;
  height: 3px;
  width: 50px;
  margin-bottom: 25px;
}

.home-banner.inner-ban .banner-wrapper .banner-text {
  top: 50%;
}

.home-banner.inner-ban .banner-wrapper .banner-text .more {
  margin-top: 20px;
}

.home-banner.inner-ban .banner-wrapper .banner-text .more a {
  color: #FFFFFF;
  background: url(../images/svg/arrow-more-white.svg) no-repeat 96% center;
  background-size: 11px 11px;
}

.home-banner.inner-ban img {
  width: 100%;
}

@media (max-width: 767px) {
  .home-banner.inner-ban img.img-responsive {
    width: 100%;
  }
}

.product-banner {
  background: url(../images/banner-bg.gif) repeat-x;
  margin-bottom: 80px;
}

.product-banner .col-md-6 {
  min-height: 170px;
}

.product-banner .hd1 {
  margin-bottom: 90px;
}

.product-banner figure img {
  max-width: 100%;
}

@media (max-width: 991px) {
  .product-banner {
    margin-bottom: 30px;
  }
  .product-banner .col-md-6 {
    min-height: inherit;
  }
  .product-banner .hd1 {
    margin: 40px 0 30px;
  }
  .product-banner .poa {
    position: inherit;
    text-align: right;
  }
  .product-banner figure img {
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .product-banner .poa {
    margin-top: 35px;
  }
  .product-banner figure img {
    max-width: 100%;
  }
}

.poa {
  position: absolute;
  right: 15px;
}

@media (max-width: 991px) {
  .poa {
    right: 0;
  }
}

p.mb0 {
  margin-bottom: 0;
}

.plan-info {
  padding: 20px 0 80px;
}

@media (max-width: 991px) {
  .plan-info {
    padding: 0 0 50px;
  }
  .plan-info.csr-info h3 span {
    display: block;
  }
  .plan-info h3 span {
    display: inline;
  }
}

.tab-wrapper {
  height: 66px;
}

.plan-detail-tabs.sticky {
  position: fixed;
  width: 100%;
  top: 60px;
  left: 0;
  background: #fafafa;
  z-index: 2;
}

.key-reason {
  background: url(../images/key-reason-bg.jpg) no-repeat;
  background-size: cover;
  text-align: center;
}

.key-reason .item {
  margin: 0 30px;
  display: inline-block;
  vertical-align: top;
}

.key-reason .item figure img {
  height: 50px;
  margin-bottom: 20px;
}

.key-reason .item figure figcaption {
  font: 16px/1.2 "Poppins-Light", serif;
  display: inline-block;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .key-reason .owl-dots {
    margin: 35px auto 0;
  }
}

.tab-box {
  padding: 80px 0;
  border-bottom: 1px solid rgba(36, 116, 185, 0.1);
}

.tab-box:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .tab-box {
    padding: 0;
    border-bottom: 0;
    margin-bottom: 50px;
  }
  .tab-box:last-child {
    margin-bottom: 0;
  }
  .tab-box > h3 {
    font: 22px "Poppins-Medium", serif;
    text-align: left;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(36, 116, 185, 0.2);
    padding-bottom: 15px;
    background: url(../images/svg/dropdown-arrow-03.svg) no-repeat right 12px;
    background-size: 15px;
    margin: 0 0 30px;
  }
  .tab-box > h3 span {
    color: #2474B9;
    display: inline;
  }
  .tab-box > h3.act {
    background-image: url(../images/svg/dropdown-arrow-04.svg);
  }
}

@media (max-width: 991px) {
  #benefits .ohidden.white-bg {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

.benefit-left {
  padding: 35px 50px;
}

.benefit-left + div.no-pad {
  padding-left: 50px;
}

@media (max-width: 991px) {
  .benefit-left {
    padding: 30px;
  }
  .benefit-left + div.no-pad {
    padding-left: 0;
  }
}

.list-dot.blue li::before {
  color: #2474B9;
}

.list-dot li {
  padding: 0 0 12px 10px;
}

.list-dot li:last-child {
  padding-bottom: 0;
}

.list-dot li::before {
  content: "\2022";
  color: #6C6D70;
  display: inline-block;
  width: 10px;
  margin-left: -10px;
}

.key-features {
  margin-top: 25px;
}

.key-features .owl-dots .owl-dot span {
  border-color: #ed412d;
  background: #ed412d;
}

.key-features .owl-dots .owl-dot.active span {
  border-color: #2474B9;
  background: none;
}

.key-features .owl-nav {
  font-size: 0;
}

.key-features .owl-nav .owl-prev {
  left: -50px;
  top: 40%;
  background-image: url(../images/svg/arrow-more-blue2.svg);
  background-size: contain;
  height: 30px;
}

.key-features .owl-nav .owl-next {
  right: -50px;
  top: 40%;
  background-image: url(../images/svg/arrow-more-blue.svg);
  background-size: contain;
  height: 30px;
}

.key-features .item {
  background: #FFFFFF;
  padding: 30px;
  min-height: 270px;
}

.key-features .item figure img {
  width: 50px;
  height: 50px;
}

.key-features .item h4 {
  margin: 20px 0 15px;
}

.key-features .item .list-dot li:not(:last-child) {
  padding-bottom: 7px;
}

@media (max-width: 991px) {
  .key-features.owl-carousel {
    display: block;
  }
  .key-features .item {
    margin-bottom: 15px;
  }
}

#eligibility .card {
  margin-bottom: 0;
}

#eligibility .card-details {
  min-height: 165px;
}

#eligibility .card-details h4 {
  margin-bottom: 20px;
}

#eligibility .list-dot li:not(:last-child) {
  padding-bottom: 7px;
}

@media (max-width: 991px) {
  #eligibility .card.first {
    margin-bottom: 30px;
  }
}

#downloads figure {
  position: relative;
  background: #4a4a4a;
}

#downloads figure span {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -khtml-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

#downloads figure span img {
  width: 50px;
  height: 50px;
  opacity: 1;
}

#downloads figure a {
  display: block;
}

#downloads figure img {
  width: 100%;
  height: auto;
  opacity: .5;
}

#downloads h4 {
  margin: 20px 0 25px;
}

@media (max-width: 991px) {
  #downloads figure {
    margin-bottom: 30px;
  }
  #downloads figure span {
    left: 15%;
  }
  #downloads h4 {
    position: absolute;
    left: 30%;
    top: 37%;
    color: #FFFFFF;
    margin: 0;
  }
  #downloads .more {
    position: absolute;
    left: 30%;
    top: 55%;
  }
  #downloads .more a {
    color: #FFFFFF;
    background-image: url(../images/svg/arrow-more-white.svg);
  }
}

@media (max-width: 767px) {
  #downloads figure {
    margin-bottom: 15px;
  }
}

.premium-calc,
.management-team,
.BoardOf-directors,
.visit-branch {
  background: url(../images/premium-calc-bg.jpg) no-repeat;
  background-size: cover;
  padding: 30px 200px 30px 30px;
  height: 265px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.premium-calc .desc,
.management-team .desc,
.BoardOf-directors .desc,
.visit-branch .desc {
  font-size: 16px;
  color: #2474B9;
}

@media (max-width: 991px) {
  .premium-calc,
  .management-team,
  .BoardOf-directors,
  .visit-branch {
    padding-right: 50px;
    height: 175px;
  }
  .premium-calc .desc,
  .management-team .desc,
  .BoardOf-directors .desc,
  .visit-branch .desc {
    display: none;
  }
}

.visit-branch {
  background-image: url(../images/visit-branch-bg.jpg);
}

@media (max-width: 767px) {
  .visit-branch {
    margin-top: 15px;
  }
}

.management-team {
  background-image: url(../images/team-bg.jpg);
}

.management-team h3,
.management-team .desc,
.management-team .more a {
  color: #FFFFFF;
}

.BoardOf-directors {
  background-image: url(../images/board-bg.jpg);
}

.BoardOf-directors h3,
.BoardOf-directors .desc,
.BoardOf-directors .more a {
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .BoardOf-directors {
    margin-bottom: 15px;
  }
}

.other-plans {
  background: url(../images/other-plan-bg.jpg) no-repeat;
  background-size: cover;
}

.other-plans .owl-nav {
  font-size: 0;
}

.other-plans .owl-nav .owl-prev {
  left: -50px;
  top: 40%;
  background-image: url(../images/svg/arrow-more-white2.svg);
  background-size: contain;
  height: 30px;
}

.other-plans .owl-nav .owl-next {
  right: -50px;
  top: 40%;
  background-image: url(../images/svg/arrow-more-white.svg);
  background-size: contain;
  height: 30px;
}

.other-plans .card-details {
  position: relative;
  min-height: 330px;
}

.other-plans .card-details h4 {
  min-height: 45px;
}

.other-plans .card-details h4 + p {
  min-height: 60px;
}

.other-plans .card-details .list-dot li {
  padding-bottom: 7px;
}

.other-plans .card-details .more-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  width: 44px;
}

@media (max-width: 1199px) {
  .other-plans .owl-nav .owl-prev {
    left: -40px;
  }
  .other-plans .owl-nav .owl-next {
    right: -40px;
  }
}

@media (max-width: 991px) {
  .other-plans .card-details .more-btn {
    height: 44px;
  }
  .other-plans .card-details .more-btn a {
    padding: 12px 0;
    width: 44px;
  }
}

.other-plans.csrInt .card-details {
  min-height: 230px;
  padding-bottom: 10px;
}

.other-plans.csrInt .card-details h4 {
  min-height: 25px;
}

@media (max-width: 1199px) {
  .other-plans.csrInt .card-details {
    min-height: 250px;
  }
}

.other-plans.latest-awards {
  background: none;
}

.other-plans.latest-awards .owl-nav .owl-next {
  background-image: url(../images/svg/arrow-more-blue.svg);
}

.other-plans.latest-awards .owl-nav .owl-prev {
  background-image: url(../images/svg/arrow-more-blue2.svg);
}

.other-plans.latest-awards .card-details {
  min-height: 250px;
  background: #fafafa;
}

.other-plans.latest-awards .card-details h4 {
  min-height: auto;
}

.breadcrumb-wraper {
  position: absolute;
  width: 100%;
  z-index: 1;
}

.breadcrumb-wraper .breadcrumb.opt1 {
  margin: 20px 0 0;
}

.stats {
  background: url(../images/stats-bg.jpg) no-repeat top center;
  background-size: cover;
  color: #FFFFFF;
}

.stats .number {
  font: 54px/1 "Poppins-Bold", serif;
}

.stats .number .aft {
  font-size: 33px;
}

.stats .dash {
  margin-bottom: 0;
}

.stats .dash span {
  border-top: 2px solid #FFFFFF;
  width: 25px;
  margin: 25px 0;
  display: inline-block;
}

.stats .info {
  font: 20px/1 "Poppins-Light", serif;
}

@media (max-width: 767px) {
  .stats .col-md-3:first-child,
  .stats .col-md-3:nth-child(2) {
    margin-bottom: 40px;
  }
}

.our-vision .item {
  background: #fafafa;
  padding: 30px;
  min-height: 260px;
}

.our-vision .item figure img {
  width: 50px;
  height: 50px;
}

.our-vision .item h4 {
  margin: 30px 0 25px;
}

.our-vision .item p {
  margin-bottom: 0;
}

.our-vision hr {
  border-top-color: rgba(36, 116, 185, 0.15);
  margin: 70px 0;
}

@media (max-width: 991px) {
  .our-vision .item {
    padding-bottom: 20px;
    min-height: 265px;
  }
}

@media (max-width: 767px) {
  .our-vision .item {
    margin-bottom: 15px;
    min-height: 235px;
  }
  .our-vision hr {
    margin: 35px 0 50px;
  }
}

.ceo-speaks h3 {
  margin: 45px 0 25px;
}

.driving-force {
  background: url(../images/driving-force-bg.jpg) no-repeat;
  background-size: cover;
}

.more-link {
  font: 16px "Poppins-Bold", serif;
  text-transform: uppercase;
  color: #ed412d;
}

.disNone {
  display: none;
}

.faq-sec .sud-life-tabs {
  margin: 0 40px 50px;
}

.faq-sec .sud-life-tabs .nav-tabs {
  border-bottom-color: rgba(36, 116, 185, 0.2);
}

.faq-sec .sud-life-tabs .nav-tabs li {
  text-align: center;
}

.faq-sec .sud-life-tabs .nav-tabs li a {
  margin-right: 0;
  white-space: nowrap;
  display: inline-block;
  line-height: 1;
  color: #acadaf;
}

.faq-sec .sud-life-tabs .nav-tabs li.active a {
  border-bottom-width: 4px;
}

.faq-sec .blue-arw .owl-nav .owl-prev {
  height: 25px;
  background-size: contain;
  left: -50px;
  top: 15px;
}

.faq-sec .blue-arw .owl-nav .owl-next {
  height: 25px;
  background-size: contain;
  right: -50px;
  top: 15px;
}

@media (max-width: 767px) {
  .faq-sec .tab-content {
    display: none;
  }
  .faq-sec .sud-life-tabs {
    margin: 0;
  }
  .faq-sec .sud-life-tabs .nav-tabs li {
    float: none;
    text-align: left;
    border-bottom: 1px solid rgba(36, 116, 185, 0.2);
  }
  .faq-sec .sud-life-tabs .nav-tabs li a {
    font: 22px/1 "Poppins-Medium", serif;
    color: #2474B9;
    padding: 35px 0 15px;
    background: url(../images/svg/arrow-more-blue.svg) no-repeat right 40px;
    background-size: 10px;
    display: block;
  }
  .faq-sec .sud-life-tabs .nav-tabs li.active a {
    background: url(../images/svg/arrow-more-blue.svg) no-repeat right 40px;
    background-size: 10px;
    border-bottom: 0;
  }
  .faq-sec #faq-carousel {
    display: block;
  }
  .faq-sec .selectBox-mob.quick-quote {
    width: 100%;
    background: none;
    text-align: center;
  }
  .faq-sec .selectBox-mob.quick-quote .bootstrap-select {
    margin: 0 auto;
  }
  .faq-sec .selectBox-mob.quick-quote .bootstrap-select .btn {
    font-size: 26px;
  }
  .faq-sec .selectBox-mob.quick-quote .bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    margin-top: -4px;
  }
}

.accordion-main h5 {
  font: 22px/1 "Poppins-Medium", serif;
  color: #2474B9;
  border-top: 1px solid rgba(36, 116, 185, 0.2);
  padding: 35px 20px 15px 0;
  background: url(../images/svg/dropdown-arrow-03.svg) no-repeat right 45px;
  background-size: 15px 15px;
  margin: 0;
  cursor: pointer;
}

.accordion-main h5:first-child {
  border-top: 0;
}

.accordion-main h5.last {
  border-bottom: 1px solid rgba(36, 116, 185, 0.2);
}

.accordion-main h5.last.act {
  border-bottom: 0;
}

.accordion-main h5.last.act + p {
  border-bottom: 1px solid rgba(36, 116, 185, 0.2);
  padding-bottom: 20px;
}

.accordion-main h5.act {
  background-image: url(../images/svg/dropdown-arrow-04.svg);
}

.accordion-main h5 + p,
.accordion-main h5 + div {
  display: none;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .ctnt-hide,
  .less-mob {
    display: none;
  }
}

.sud-life-tabs .tab-content {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .sud-life-tabs .tab-content {
    margin-top: 0px;
  }
}

.sud-life-tabs .nav-tabs {
  border-bottom: solid 1px #d3dbe8;
}

.sud-life-tabs .nav-tabs.policy-carousel li.active a {
  color: #6C6D70;
}

.sud-life-tabs .nav-tabs.policy-carousel li a {
  margin-right: 0px;
  display: block;
}

.sud-life-tabs .nav-tabs.policy-carousel .act li.active a,
.sud-life-tabs .nav-tabs.policy-carousel .act li a {
  border-bottom: solid 3px #2474B9;
  color: #2474B9;
}

.sud-life-tabs .nav-tabs.policy-carousel li.active a {
  border-bottom: 0;
}

.sud-life-tabs .nav-tabs.policy-carousel.owl-carousel .owl-nav .owl-prev {
  left: -50px;
}

.sud-life-tabs .nav-tabs.policy-carousel.owl-carousel .owl-nav .owl-next {
  right: -50px;
}

@media (max-width: 991px) {
  .tabSmall .sud-life-tabs .nav-tabs.policy-carousel li a {
    font-size: 22px;
  }
}

.sud-life-tabs .nav-tabs li a {
  font-family: "Poppins-Medium", serif;
  font-size: 26px;
  background: inherit;
  border-radius: 0px;
  color: #6C6D70;
  border: 0px;
  padding: 13px 0;
  margin-right: 50px;
}

.sud-life-tabs .nav-tabs li a.op1 {
  min-height: 100px;
}

@media (max-width: 768px) {
  .sud-life-tabs .nav-tabs li a {
    margin-right: 20px;
  }
}

@media (max-width: 360px) {
  .sud-life-tabs .nav-tabs li a {
    font-size: 22px;
  }
}

.sud-life-tabs .nav-tabs li a:hover {
  background: inherit;
  color: #2474B9;
}

.sud-life-tabs .nav-tabs li.active a {
  border: 0px;
  color: #2474B9;
  border-bottom: solid 3px #2474B9;
  background: inherit;
}

@media (max-width: 767px) {
  .sud-life-tabs .nav-tabs li a {
    line-height: 1.1;
    font-size: 24px;
  }
  .sud-life-tabs .nav-tabs li a.op1 {
    min-height: 78px;
  }
}

.bg-white {
  background: #FFFFFF;
}

.btn-red {
  color: #FFFFFF;
  font-family: "Poppins-Bold", serif;
  position: relative;
  font-size: 14px;
}

.btn-red:hover {
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .btn-red {
    padding: 20px 24px;
  }
}

.minus15-RT {
  margin-right: -15px;
}

.ML90 {
  margin-left: 90px;
}

.no-radius {
  border-radius: 0px !important;
}

.PL30 {
  padding-left: 30px;
}

@media (max-width: 767px) {
  .addToComp.PL30 {
    padding-left: 10px;
  }
}

@media (max-width: 360px) {
  .more {
    font-size: 12px;
  }
  .addToComp {
    font-size: 12px;
  }
  .addToComp.PL30 {
    padding-left: 6px;
  }
}

.help-insurance {
  color: #6C6D70;
}

@media (max-width: 768px) {
  .help-insurance.flex-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .help-insurance.flex-row img {
    width: 100%;
  }
  .help-insurance span.more {
    margin-left: 0;
    margin-top: 21px;
    display: block;
  }
}

.help-insurance .btn-red {
  padding: 20px 24px;
  border-radius: 0px;
  border: 0px;
  margin:0px 60px 0px 0px;
}

@media (max-width: 360px) {
  .help-insurance .btn-red {
    padding: 20px 20px;
    font-size: 12px;
	margin:0px 40px 0px 0px;
  }
}

.help-insurance .btn-red:after {
  content: "";
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  left: 100%;
  background: url("../images/svg/arrow-more-white.svg") no-repeat center center #c2493b;
  background-size: 15%;
}

@media (max-width: 360px) {
  .help-insurance .btn-red:after {
    height: 57px;
    width: 40px;
  }
}

.help-insurance .btn-red:hover {
  background-color: #2474B9;
}

.help-insurance .btn-red:hover:after {
  background-color: #2474B9;
}

.help-insurance .btn-red:active, .help-insurance .btn-red:visited {
  color: #FFFFFF;
}

.help-insurance p {
  color: #6C6D70;
  font-size: 16px;
  padding-top: 10px;
}

.help-insurance .right {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

@media (max-width: 1024px) {
  .help-insurance .right img {
    width: 100%;
  }
}

.help-insurance .left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  padding: 30px 60px;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (max-width: 1024px) {
  .help-insurance .left {
    padding: 30px 18px;
  }
}

@media (max-width: 768px) {
  .help-insurance .left {
    padding: 30px 20px;
  }
  .help-insurance .left p.MT20 {
    margin-top: 0px;
  }
}

.help-articles .row.MT40 {
  margin-top: 30px;
}

.help-articles h3 {
  margin-top: 20px;
}

.accordion .panel {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(36, 116, 185, 0.2);
  border-radius: 0;
  box-shadow: inherit;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .accordion .panel p {
    padding: 0 40px 0 0;
  }
}

.accordion .panel h4 {
  margin: 0 0 5px;
}

.accordion .panel h4 a {
  display: block;
  background: url("../images/svg/arrow-more-blue.svg") no-repeat right center;
  background-size: 15px 15px;
  color: #2474B9;
}

@media (max-width: 767px) {
  .accordion .panel h4 a {
    padding: 0 40px 0 0;
  }
}

.solutions .icon-list.without-arrow .item {
  margin-bottom: 0px;
}

.solutions .icon-list.without-arrow .item figure {
  padding: 0 15px;
}

.lovedOnes {
  padding: 20px 0 70px;
}

@media (max-width: 767px) {
  .lovedOnes {
    padding: 20px 0 48px;
  }
}

.lovedOnes h3 {
  text-align: left;
}

@media (max-width: 767px) {
  .lovedOnes h3 span {
    display: inline;
  }
}

.secure p {
  font-size: 16px;
}

@media (max-width: 767px) {
  .secure h3 span {
    display: inline;
  }
}

.secure .card {
  text-align: left;
}

.secure .card .card-details h4 {
  height: 44px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .secure .card .card-details h4 {
    height: inherit;
    overflow: inherit;
  }
}

.secure .card .card-details h4 + p {
  height: 60px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .secure .card .card-details h4 + p {
    height: inherit;
    overflow: inherit;
  }
}

.secure .card p {
  font-size: 14px;
}

.secure .card ul {
  margin-bottom: 15px;
  height: 90px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .secure .card ul {
    height: inherit;
    overflow: inherit;
  }
}

.secure .card ul li {
  position: relative;
  padding-left: 12px;
  line-height: 2;
}

.secure .card ul li:before {
  content: "\f111";
  position: absolute;
  font-family: FontAwesome;
  left: 0px;
  font-size: 5px;
  top: 10px;
}

.search {
  padding: 40px 0;
}

@media (max-width: 767px) {
  .search .no-pad {
    padding: 0 15px;
  }
}

.search-ban {
  background-image: url("../images/search-bg.jpg");
  padding: 70px 0;
}

.search-ban h1 {
  font-size: 28px;
}

.search-group {
  width: 513px;
  margin: 22px auto 0px auto;
}

@media (max-width: 767px) {
  .search-group {
    width: 100%;
  }
}

.search-group .form-control {
  border: 0px;
  padding: 20px 30px;
  height: 60px;
  font-family: "Poppins-Medium", serif;
  font-size: 16px;
}

.search-group .form-control:focus {
  box-shadow: inherit;
  border: 0px;
  outline: none;
}

.search-group .btn-red {
  height: 60px;
  padding: 6px 20px;
}

.search-group .btn-red img {
  width: 18px;
  height: 20px;
}

.search-group .btn-red:focus {
  box-shadow: inherit;
  border: 0px;
  outline: none;
  background: #c2493b;
}

.search-group .btn-red:focus:hover {
  background: #c2493b;
}

.search-group .btn-red:hover {
  background: #ed412d;
}

.showing-num {
  font-family: "Poppins-Medium", serif;
  color: #2474B9;
  font-size: 18px;
  padding-top: 30px;
  display: block;
}

@media (max-width: 375px) {
  .showing-num {
    font-size: 14px;
    padding-top: 20px;
    line-height: 2.5;
  }
  .showing-num span.count {
    line-height: inherit;
  }
}

@media (max-width: 360px) {
  .showing-num {
    line-height: 2.2;
  }
  .showing-num span.prev {
    height: 30px;
    width: 30px;
  }
  .showing-num span.next {
    height: 30px;
    width: 30px;
  }
}

.showing-num .count {
  display: inline-block;
  line-height: 2;
  vertical-align: top;
  padding: 0 10px;
}

.showing-num .prev {
  background: url("../images/svg/arrow-more-blue2.svg") no-repeat center center;
  background-size: 40% 40%;
  display: inline-block;
  height: 40px;
  width: 40px;
  cursor: pointer;
}

.showing-num .next {
  background: url("../images/svg/arrow-more-blue.svg") no-repeat center center;
  background-size: 40% 40%;
  display: inline-block;
  height: 40px;
  width: 40px;
  cursor: pointer;
}

.search-container {
  border-bottom: 1px solid rgba(36, 116, 185, 0.2);
  padding-bottom: 30px;
  padding-top: 40px;
}

.search-container .search-listing p.url {
  font-family: "Poppins-Medium", serif;
  font-size: 18px;
  padding-top: 22px;
}

.search-container .search-listing p.url span {
  padding-right: 10px;
}

.search-container .search-listing p.url span img {
  width: 22px;
}

@media (max-width: 767px) {
  .search-container .search-listing p.url span {
    display: inline-block;
    width: 8%;
    vertical-align: top;
  }
}

.search-container .search-listing p.url a {
  color: #ed412d;
}

@media (max-width: 767px) {
  .search-container .search-listing p.url a {
    word-break: break-all;
    display: inline-block;
    width: 88%;
    line-height: 1;
  }
}

.ds-flex {
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .ds-flex {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

p.last-bor {
  border-bottom: solid 1px rgba(36, 116, 185, 0.2);
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  p.last-bor {
    text-align: left;
    padding-top: 15px;
    float: left;
    line-height: 1;
    padding-bottom: 50px;
  }
}

.escalations-box {
  background: url("../images/esc-bg.jpg");
  width: 100%;
  float: left;
  padding: 30px;
}

@media (max-width: 768px) {
  .escalations-box.flex-row {
    display: block;
  }
}

.escalations-box .iconSVG {
  width: 50px;
  height: 50px;
}

.escalations-box .right-bx p {
  font-family: "Poppins-Medium", serif;
  margin-top: 4px;
  font-size: 16px;
  padding-left: 8px;
}

@media (max-width: 768px) {
  .escalations-box .right-bx p {
    padding-left: 0px;
  }
  .escalations-box .right-bx p:first-child {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .escalations-box .right-bx p {
    font-size: 14px;
  }
}

.escalations-box .right-bx p a {
  font-family: "Poppins-Light", serif;
  color: #FFFFFF;
}

.escalations-box .sep {
  height: 70px;
  padding-left: 30px;
  margin-right: 30px;
}

@media (max-width: 768px) {
  .escalations-box .sep {
    height: 40px;
  }
}

.escalations-box h3 {
  text-align: left;
  margin-bottom: 10px;
}

.escalations-box p {
  color: #FFFFFF;
  margin-bottom: 0px;
}

.no-top-pad {
  padding-top: 0px !important;
}

.csr.quickAction {
  background-image: url("../images/search-bg.jpg");
}

.quick-bx {
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  padding: 30px 50px;
  color: #FFFFFF;
  font-size: 22px;
  font-family: "Poppins-Medium", serif;
  min-height: 152px;
}

@media (max-width: 1024px) {
  .quick-bx {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .quick-bx {
    padding: 22px 30px 50px;
  }
}

.quick-bx .more-btn {
  position: absolute;
  right: 0px;
  bottom: -10px;
}

.quick-bx .more-btn a {
  background: #FFFFFF;
}

@media (max-width: 768px) {
  .quick-bx .more-btn a {
    padding: 13px 17px;
  }
}

.quick-bx .more-btn a:hover {
  background: #f8f8f8;
}

.quick-bx h5 {
  font-size: 22px;
  text-align: left;
}

.quickAction h3 {
  text-align: center;
}

.cust-service .search-group .form-control {
  background: #f8f8f8;
  box-shadow: inherit;
  text-transform: uppercase;
  padding-right: 70px;
}

@media (max-width: 420px) {
  .cust-service .search-group .form-control {
    padding-left: 20px;
  }
}

.cust-service .search-group .form-control:focus {
  z-index: 0;
}

.cust-service .search-group .input-group-btn .btn-red {
  margin-left: -63px;
}

section.payment-sec {
  padding-top: 30px;
}

@media (max-width: 768px) {
  section.payment-sec .ds-flex {
    display: block;
  }
  section.payment-sec .white-bx2 {
    background: inherit;
    padding: 10px;
    text-align: center;
  }
  section.payment-sec .white-bx2 h4 {
    font-size: 18px;
  }
  section.payment-sec .white-bx2 .iconSVG {
    width: 36px;
  }
}

section.payment-sec p.inherit {
  font-family: inherit;
  color: inherit;
  font-size: 14px;
  line-height: inherit;
}

@media (max-width: 768px) {
  section.payment-sec p.inherit {
    display: none;
  }
}

.useDservice-list.MT30 {
  margin-top: 15px;
}

.useDservice-list li a {
  font-family: "Poppins-Medium", serif;
  color: #2474B9;
  font-size: 16px;
  padding: 15px 40px;
  background: #f8f8f8;
  text-transform: uppercase;
  display: inline-block;
  margin: 15px 10px;
  border: solid 1px rgba(74, 74, 74, 0.1);
}

@media (max-width: 768px) {
  .useDservice-list li a {
    margin: 10px;
  }
}

.useDservice-list li a:hover {
  color: #ed412d;
}

.ui-menu {
  background: #FFFFFF;
  border: solid 1px #eee;
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  padding: 20px 0;
}

.ui-menu .ui-menu-item {
  font-family: "Poppins-Medium", serif;
  font-size: 16px;
  text-transform: uppercase;
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper {
  padding: 7px 10px 7px 30px;
}

.ui-menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background: #f8f8f8;
}

.ui-menu .ui-menu-item a.autolist {
  display: inline-block;
  width: 330px;
}

@media (max-width: 768px) {
  .ui-menu .ui-menu-item a.autolist {
    width: inherit;
  }
}

@media (max-width: 420px) {
  .ui-menu .ui-menu-item a.autolist {
    width: 250px;
  }
}

.ui-menu .ui-menu-item .more {
  vertical-align: top;
  display: inline-block;
  float: right;
}

@media (max-width: 768px) {
  .ui-menu .ui-menu-item .more {
    display: none;
  }
}

.ui-menu .ui-menu-item .more a {
  font-size: 13px;
}

.ui-menu .ui-menu-item:hover {
  background: #f8f8f8;
}

.ui-menu .ui-menu-item .bold-text {
  font-family: "Poppins-Bold", serif;
}

@media (max-width: 768px) {
  .not-satisfied h3 {
    margin-top: 15px;
  }
  .not-satisfied h3 span {
    display: inline;
  }
}

@media (max-width: 767px) {
  .product-banner {
    margin-bottom: 30px;
  }
  .product-banner .poa {
    margin-top: 65px;
  }
}

.topMinus80 {
  margin-top: -80px;
}

@media (max-width: 768px) {
  .policies-sec.topMinus80 {
    margin-top: -120px;
  }
}

.policies-sec hr {
  border-color: rgba(36, 116, 185, 0.3);
  margin: 80px 0;
}

@media (max-width: 767px) {
  .policies-sec hr {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

.policies-car {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .policies-car {
    padding: 0 50px;
  }
}

@media (max-width: 767px) {
  .policies-car {
    padding: 0 20px;
  }
}

.policies-car .owl-nav .owl-prev {
  left: -35px;
  height: 258px;
  width: 390px;
  background-size: 40px 40px;
  background-position-x: 0;
  top: 135px;
}

@media (max-width: 768px) {
  .policies-car .owl-nav .owl-prev {
    padding: 0 50px;
    width: 250px;
    background-position-x: 25%;
  }
}

@media (max-width: 767px) {
  .policies-car .owl-nav .owl-prev {
    padding: 10px;
    left: -10px;
    width: inherit;
    background-position-x: 0;
  }
}

.policies-car .owl-nav .owl-next {
  right: -35px;
  height: 258px;
  width: 390px;
  background-size: 40px 40px;
  background-position-x: 100%;
  top: 135px;
}

@media (max-width: 768px) {
  .policies-car .owl-nav .owl-next {
    padding: 0 50px;
    width: 250px;
    background-position-x: 65%;
  }
}

@media (max-width: 767px) {
  .policies-car .owl-nav .owl-next {
    padding: 10px;
    right: -10px;
    width: inherit;
    background-position-x: 100%;
  }
}

.policies-car .owl-stage {
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
  padding-bottom: 45px;
}

@media (max-width: 768px) {
  .policies-car .owl-stage {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .policies-car .owl-stage {
    padding-bottom: 0;
    padding-top: 0px;
  }
}

.policies-car .owl-stage .owl-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

.policies-car .owl-stage .owl-item.active {
  transform: scale(0.9);
  transition: 0.6s ease;
}

@media (max-width: 1024px) {
  .policies-car .owl-stage .owl-item.active {
    transform: none;
  }
}

.policies-car .owl-stage .owl-item.active.center {
  transform: scale(1.1);
}

@media (max-width: 1024px) {
  .policies-car .owl-stage .owl-item.active.center {
    transform: none;
  }
}

.policies-car .owl-stage .owl-item.active.center .white-bx2.with-title .body {
  border: solid 1px rgba(36, 116, 185, 0.3);
  border-top: 0px;
}

.policies-car .owl-stage .owl-item.active.center .white-bx2.with-title .total {
  display: block;
}

.policies-car .owl-stage .owl-item.active.center .white-bx2.with-title.red .body {
  border: solid 1px rgba(237, 65, 45, 0.3);
  border-top: 0px;
}

.white-bx2.with-title {
  padding: 0px;
}

@media (max-width: 768px) {
  .white-bx2.with-title {
    margin: 0 70px;
  }
}

@media (max-width: 767px) {
  .white-bx2.with-title {
    margin: 0;
  }
}

.white-bx2.with-title .title {
  background: #2474B9;
  padding: 18px;
  color: #FFFFFF;
  font-size: 20px;
  font-family: "Poppins-Bold", serif;
  text-align: center;
}

.white-bx2.with-title .body {
  padding: 30px;
  background: #FFFFFF;
}

.white-bx2.with-title .body .sm-label {
  font-size: 12px;
  color: #6C6D70;
  text-transform: uppercase;
}

.white-bx2.with-title .body .plan-label {
  font-size: 16px;
  font-family: "Poppins-Medium", serif;
  color: #6C6D70;
}

.white-bx2.with-title .body h3 {
  text-align: left;
  font-size: 20px;
  text-transform: inherit;
  font-family: "Poppins-Medium", serif;
}

.white-bx2.with-title .body .premium-bx p {
  margin-bottom: 0px;
}

.white-bx2.with-title .body .premium-bx p.amt-lbl {
  font-size: 16px;
  font-family: "Poppins-Medium", serif;
}

.white-bx2.with-title .total {
  background: rgba(36, 116, 185, 0.05);
  padding: 30px;
  margin-top: 30px;
  text-align: center;
  min-height: 120px;
  display: none;
}

@media (max-width: 767px) {
  .white-bx2.with-title .total {
    display: block;
  }
}

.white-bx2.with-title .total h4 {
  font-family: "Poppins-Bold", serif;
  font-size: 20px;
  margin-bottom: 0px;
}

.white-bx2.with-title .total p {
  color: #6C6D70;
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 1;
  margin-top: 5px;
}

.white-bx2.with-title.red .title {
  background: #ed412d;
}

.white-bx2.with-title.red .body .amt-lbl.date {
  color: #ed412d;
}

.white-bx2.with-title.red .total {
  background: rgba(237, 65, 45, 0.05);
}

.plane-revival-bx {
  background: #FFFFFF;
  padding: 30px 50px;
  border: solid 1px rgba(36, 116, 185, 0.3);
  text-align: left;
  margin-top: 30px;
  font-family: "Poppins-Light", serif;
  position: relative;
  display: none;
}

@media (max-width: 767px) {
  .plane-revival-bx {
    padding: 20px;
    margin: 20px;
    margin-top: 30px;
  }
}

.plane-revival-bx:after, .plane-revival-bx:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.plane-revival-bx:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #FFFFFF;
  border-width: 15px;
  margin-left: -15px;
}

.plane-revival-bx:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: rgba(36, 116, 185, 0.3);
  border-width: 17px;
  margin-left: -17px;
}

.plane-revival-bx.red {
  border: solid 1px rgba(237, 65, 45, 0.3);
}

.plane-revival-bx.red h5 {
  color: #ed412d;
}

.plane-revival-bx.red:before {
  border-bottom-color: rgba(237, 65, 45, 0.3);
}

.plane-revival-bx h5 {
  font-size: 20px;
  color: #0e8505;
}

.plane-revival-bx h5 strong {
  font-weight: normal;
  font-family: "Poppins-Medium", serif;
}

.plane-revival-bx .note {
  font-size: 13px;
  font-family: arial;
}

.plane-revival-bx .note strong {
  font-family: "Poppins-Medium", serif;
  color: #2474B9;
  font-size: 15px;
}

.inline-form {
  color: #2474B9;
  font-family: "Poppins-Light", serif;
}

.inline-form .form-group label {
  padding-right: 15px;
}

.inline-form .form-group.border {
  border-right: solid 1px rgba(36, 116, 185, 0.2);
  margin: 0 45px;
  height: 40px;
}

.inline-form span {
  text-transform: uppercase;
  font-family: "Poppins-Medium", serif;
  font-size: 14px;
}

.inline-form .txt-bx {
  background: #FFFFFF;
  height: inherit;
  border-radius: 0px;
  display: inline-block;
  box-shadow: inherit;
  width: auto;
}

@media (max-width: 768px) {
  .inline-form .txt-bx {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.revival-btn-bx {
  margin-top: 30px;
  border-bottom: solid 1px rgba(36, 116, 185, 0.3);
  padding-bottom: 30px;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .revival-btn-bx {
    text-align: left;
  }
}

.revival-btn-bx .btn-red {
  padding: 20px 30px;
  border-radius: 0px;
  border: 0px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Poppins-Medium", serif;
}

@media (max-width: 767px) {
  .revival-btn-bx .btn-red.ML80 {
    margin-left: 0px;
    margin-top: 15px;
  }
}

@media (max-width: 360px) {
  .revival-btn-bx .btn-red {
    padding: 20px 20px;
    font-size: 12px;
  }
}

.revival-btn-bx .btn-red:after {
  content: "";
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  left: 100%;
  background: url("../images/svg/arrow-more-white.svg") no-repeat center center #c2493b;
  background-size: 15%;
}

@media (max-width: 360px) {
  .revival-btn-bx .btn-red:after {
    height: 57px;
    width: 40px;
  }
}

.revival-btn-bx .btn-red:hover {
  background-color: #2474B9;
}

.revival-btn-bx .btn-red:hover:after {
  background-color: #2474B9;
}

.revival-btn-bx .btn-red:active, .revival-btn-bx .btn-red:visited {
  color: #FFFFFF;
}

.revival-btn-bx span {
  font-size: 18px;
  font-family: "Poppins-Medium", serif;
  color: #2474B9;
  padding-right: 30px;
}

@media (max-width: 768px) {
  .revival-btn-bx span {
    display: block;
    padding-bottom: 30px;
  }
}

.revival-btn-bx span strong {
  font-size: 20px;
  font-family: "Poppins-Bold", serif;
}

.inline-check-bx.checkbox {
  text-align: center;
  margin-top: 50px;
  display: block;
  font-family: "Poppins-Medium", serif;
  color: #2474B9;
  font-size: 14px;
}

.inline-check-bx.checkbox a {
  color: #ed412d;
  font-family: "Poppins-Bold", serif;
  font-size: 16px;
}

.to-pay-premium.write-us {
  padding: 50px 0;
}

.to-pay-premium.write-us .write-isIn {
  padding: 50px 0;
}

.to-pay-premium.write-us .write-isIn .email-list {
  font-size: 14px;
  font-family: "Poppins-Light", serif;
}

.to-pay-premium.write-us .write-isIn .email-list a {
  font-family: "Poppins-Light", serif;
}

.to-pay-premium.write-us .write-isIn .email-list strong {
  font-family: "Poppins-Medium", serif;
}

.sub-txt {
  font-size: 12px;
  margin-left: 45px;
}

.tblv_row .tblvsd {
  width: 100%;
}

.tblv_row td {
  padding: 10px;
  border: 1px solid #2474B9;
}

.tblv_row td.thead {
  background: #2474B9;
  color: #FFF;
  font-weight: bold;
}

.product-banner.ctnt .breadcrumb.opt1 {
  margin: 15px 0 45px;
}

.product-banner.ctnt .hd1 {
  margin-bottom: 12px;
}

.product-banner.ctnt .hd1 + p {
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.product-banner.ctnt .more {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .product-banner.ctnt .poa {
    margin-top: 50px;
  }
  .product-banner.ctnt .hd1 {
    margin: 50px 0 20px;
  }
}

.claim-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.claim-nav li {
  font: 22px/1.2 "Poppins-Medium", serif;
  text-align: left;
}

.claim-nav li.active a {
  border-bottom-color: #2474B9;
  opacity: 1;
}

.claim-nav li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 35px 0;
  border-bottom: 4px solid transparent;
  opacity: .3;
}

.claim-nav li a:hover, .claim-nav li a:focus {
  color: #2474B9;
}

.claim-nav li span {
  font: 20px/1 "Poppins-Bold", serif;
  border-right: 2px solid #ed412d;
  display: inline-block;
  padding-right: 25px;
  margin-right: 20px;
  width: 80px;
}

.claim-nav li span strong {
  font-weight: 100;
  font-size: 44px;
}

@media (max-width: 767px) {
  .claim-nav li {
    width: 32%;
    font-size: 18px;
  }
  .claim-nav li:last-child {
    width: 36%;
  }
  .claim-nav li a {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    padding-bottom: 15px;
    min-height: 181px;
  }
  .claim-nav li span {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }
}

.gray-bx {
  background: #fafafa;
  text-align: center;
  padding: 30px 10%;
  font-size: 16px;
}

h3.hd1 {
  font: 22px "Poppins-Medium", serif;
  text-align: left;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(36, 116, 185, 0.2);
  padding-bottom: 15px;
  background: url(../images/svg/dropdown-arrow-03.svg) no-repeat right 12px;
  background-size: 15px;
  margin: 0 0 30px;
}

h3.hd1 span {
  color: #2474B9;
  display: inline;
}

h3.hd1.act {
  background-image: url(../images/svg/dropdown-arrow-04.svg);
}

.claim-docs {
  margin-top: 80px;
}

.claim-docs .sud-life-tabs .tab-content {
  margin-top: 50px;
}

.claim-docs h3 {
  font-size: 22px;
  text-align: left;
  margin-bottom: 30px;
}

.claim-docs .list-dot li {
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .claim-docs {
    margin-top: 50px;
  }
  .claim-docs .tab-content > .tab-pane {
    display: block;
    opacity: 1;
  }
}

.gray-card {
  background: #fafafa;
  padding: 30px;
  margin-bottom: 30px;
  min-height: 260px;
}

.gray-card figure img {
  width: auto;
  height: 50px;
  margin-top: 20px;
}

.gray-card .date {
  font: 12px/1 "Poppins-Light", serif;
}

.gray-card .dash span {
  border-top: 2px solid #ed412d;
  width: 25px;
  margin: 30px 0 20px;
  display: inline-block;
}

.gray-card h4 {
  margin-bottom: 20px;
  line-height: 1.2;
  min-height: 80px;
}

.gray-card p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .gray-card {
    margin-bottom: 15px;
  }
}

.claim-info {
  background: url(../images/claim-btmBg.jpg) no-repeat center top;
  background-size: cover;
  color: #FFFFFF;
}

.claim-info .flex {
  -ms-flex-align: center;
      align-items: center;
}

.claim-info h4 {
  color: #FFFFFF;
}

.claim-info .sep {
  height: 180px;
  padding-left: 30px;
  margin-right: 30px;
}

@media (max-width: 991px) {
  .claim-info .sep {
    width: 1px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 0;
    padding-left: 20px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .claim-info .flex {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .claim-info .sep {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 0;
    height: 1px;
    width: 92%;
    padding: 0 4%;
    margin: 30px 0 35px;
  }
}

.article-info {
  font: 16px "Poppins-Light", serif;
  position: absolute;
  margin-top: -100px;
}

.article-info .by {
  font: 18px "Poppins-Medium", serif;
  color: #2474B9;
}

.article-info .by + span {
  margin: 0 15px;
  font-size: 18px;
}

.article figure {
  margin: 35px 0;
}

.article blockquote {
  font: 22px "Poppins-Medium", serif;
  color: #2474B9;
  border: 0;
  padding: 50px 15%;
  margin-bottom: 0;
}

.article blockquote span {
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .article-info .by {
    display: block;
    margin-bottom: 7px;
  }
  .article-info .by + span {
    display: none;
  }
}

@media (max-width: 767px) {
  .article-info {
    position: inherit;
    margin: 0 0 30px;
  }
  .article blockquote {
    padding: 30px 7%;
  }
}

@media (max-width: 991px) {
  section.pad.article {
    padding-top: 0;
  }
}

.fm16 {
  font: 18px/1 "Poppins-Medium", serif;
}

.calc-bx {
  background: #f5f5f5;
  padding: 30px 40px 35px;
}

.calc-bx.no-sldr, .calc-bx.ns {
  padding-bottom: 30px;
}

.calc-bx.no-sldr .calc-info, .calc-bx.ns .calc-info {
  margin-bottom: 0;
}

.calc-bx .calc-info {
  text-transform: uppercase;
  font: 16px/1 "Poppins-Medium", serif;
  color: #2474B9;
}

.calc-bx .calc-info small {
  font: 12px/1 "Poppins-Light", serif;
}

.calc-bx .calc-info .flex {
  margin-left: 50px;
}

.calc-bx .calc-info .flex .radio-ctnr {
  margin-right: 30px;
}

.calc-bx .calc-info.op2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.calc-bx .calc-input {
  border: 0;
  background: #FFFFFF;
  display: inline-block;
  margin: 0 15px;
  padding: 10px 20px;
}

.calc-bx .calc-input.rupee {
  background-image: url(../images/svg/rupee.svg);
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-position: 15px 15px;
  padding-left: 26px;
}

.calc-bx .calc-input.w65 {
  width: 65px;
}

.calc-bx .calc-input.w130 {
  width: 130px;
}

.calc-bx .calc-input.w400 {
  width: 400px;
}

.calc-bx .error-msg {
  color: #ed412d;
  font-size: 14px;
  text-transform: capitalize;
  margin-left: 20px;
  display: none;
}

@media (max-width: 767px) {
  .calc-bx {
    padding: 30px 20px;
  }
  .calc-bx .calc-input.MR0 {
    margin-right: 0;
  }
  .calc-bx .calc-info .flex {
    margin: 15px 0 0;
  }
  .calc-bx .calc-info.op2 {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .calc-bx .calc-info.op2.disb {
    display: block;
  }
  .calc-bx .calc-input.w400,
  .calc-bx .calc-input.nxt {
    width: 100%;
    margin: 18px 0 0;
  }
  .calc-bx .calc-info.op1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
  .calc-bx .calc-info.op1 .first {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
  .myf-dtl .calc-bx .calc-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
  .myf-dtl .calc-bx .calc-input {
    margin-right: 0;
  }
  .calc-bx .calc-info {
    position: relative;
  }
  .calc-bx .error-msg {
    position: absolute;
    width: 100%;
    margin: 0;
    left: 0;
    top: 45px;
  }
}

h4.op2 {
  background: rgba(36, 116, 185, 0.5);
  padding: 25px 40px;
  color: #FFFFFF;
  font: 24px/1 "Poppins-Bold", serif;
  margin-bottom: 0;
}

.calc-page h4 {
  background: rgba(36, 116, 185, 0.5);
  padding: 25px 40px;
  color: #FFFFFF;
  font: 24px/1 "Poppins-Bold", serif;
  margin-bottom: 0;
}

.calc-page .child-accordion h4 {
  background: rgba(36, 116, 185, 0.5) url(../images/svg/dropdown-arrow-w1.svg) no-repeat 97% 30px;
  background-size: 15px 15px;
  margin-top: 30px;
}

.calc-page .child-accordion h4.act {
  background-image: url(../images/svg/dropdown-arrow-w2.svg);
}

.calc-page .help-insurance {
  text-align: center;
  text-transform: uppercase;
  margin-left: -60px;
}

@media (max-width: 767px) {
  .calc-page h3 span {
    display: inline;
  }
  .calc-page .child-accordion h4 {
    padding-left: 20px;
    background-position: 93% 30px;
  }
}

.result.child-edu {
  margin-top: 80px;
  text-align: left;
  display: none;
}

.result.child-edu h4 {
  text-transform: uppercase;
}

.result.child-edu .result-in {
  padding: 10px 40px;
}

.result.child-edu .result-in .amount {
  font-size: 17px;
}

.result.child-edu .result-in .amount span {
  font-size: 18px;
}

.result.child-edu .result-in .amount.op2 {
  font-size: 24px;
}

.result.child-edu .result-in .amount.op2 span {
  font-size: 26px;
}

.result.child-edu .result-in .table-responsive {
  width: 100%;
}

.result.child-edu .result-in .table-responsive .op1 {
  font: 18px "Poppins-Medium", serif;
}

.result.child-edu .result-in .table-responsive tr:last-child td {
  border-bottom: 0;
}

.result.child-edu .result-in .table-responsive tr:last-child td + td {
  width: 30%;
}

.result.child-edu .result-in .table-responsive td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 0;
}

.result.child-edu .result-in .table-responsive td p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .result.child-edu {
    text-align: center;
  }
  .result.child-edu .result-in {
    padding: 10px 30px;
  }
  .result.child-edu .result-in .table-responsive {
    border: 0;
  }
  .result.child-edu .result-in .table-responsive td {
    display: block;
  }
  .result.child-edu .result-in .table-responsive td:first-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .result.child-edu .result-in .table-responsive td:last-child {
    padding-top: 0;
  }
  .result.child-edu .result-in .table-responsive tr:last-child td + td {
    width: 100%;
  }
  .result.child-edu .more {
    position: absolute;
    margin-top: -40px;
  }
  .result.child-edu .more a {
    background: url(../images/svg/arrow-more-red2.svg) no-repeat 0 center;
    background-size: 9px;
    padding-left: 15px;
  }
}

.result {
  background: url(../images/result_bg.gif) no-repeat;
  background-size: cover;
  text-align: center;
  color: #FFFFFF;
}

.result-in {
  padding: 30px;
}

.result-in figure {
  margin-bottom: 20px;
}

.result-in .amount {
  font-size: 24px;
  letter-spacing: 1px;
}

.result-in .amount span {
  font: 26px "Poppins-Bold", serif;
  word-break: break-all;
}

.result-in .result-btm {
  background: rgba(255, 255, 255, 0.2);
  padding: 27px 10px;
}

.result-in .result-btm p {
  margin-bottom: 0;
}

.result-in .result-btm p.amount {
  font-size: 16px;
  letter-spacing: 0;
}

.result-in .result-btm p.amount strong {
  font: 18px "Poppins-Bold", serif;
}

.result-in .result-btm + .result-btm {
  margin-top: 1px;
}

.result h4 {
  background: rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 991px) {
  .result {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .result .emi-box {
    display: none;
  }
  .result .emi-box.fixed {
    background: url(../images/result_bg.gif) no-repeat;
    background-size: cover;
    padding: 20px 10px 15px;
    z-index: 1;
    width: 100%;
    left: 0;
    bottom: 70px;
    line-height: 1;
  }
  .result .emi-box.fixed .fm16 {
    margin-bottom: 5px;
  }
  .result .emi-box.fixed .amount {
    margin-bottom: 0;
  }
}

.slider-wraper {
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
}

.slider-wraper .start,
.slider-wraper .end {
  margin-right: 20px;
  color: #6C6D70;
  margin-top: -9px;
}

.slider-wraper .end {
  margin-left: 20px;
  margin-right: 0;
  color: #6C6D70;
}

@media (max-width: 767px) {
  .slider-wraper .start {
    margin-right: 15px;
  }
  .slider-wraper .end {
    margin-left: 15px;
  }
}

.calc-page .ui-widget.ui-widget-content {
  background: rgba(36, 116, 185, 0.2);
  height: 3px;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.calc-page .ui-slider {
  position: relative;
  text-align: left;
}

.calc-page .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 1;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  background: url(../images/svg/slider-handle.svg) no-repeat;
  width: 25px;
  height: 25px;
  margin: -12px 0 0 -12px;
}

.calc-page .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background: #2474B9;
}

.calc-page .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

/* Custom Radio Button */
.radio-ctnr {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  cursor: pointer;
  font: 16px/20px "Poppins-Medium", serif;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.radio-ctnr input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-ctnr .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #ed412d;
  border-radius: 50%;
}

.radio-ctnr .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-ctnr input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-ctnr .checkmark:after {
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ed412d;
}

.quick-quote.op1 {
  width: 85px;
  background: #FFFFFF;
  margin-left: 20px;
}

.quick-quote.op1.w140 {
  width: 140px;
}

.quick-quote.op1 .bootstrap-select .btn {
  font: 16px "Poppins-Medium", serif;
  padding-left: 20px;
}

.quick-quote.op1 .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

.quick-quote.op2 {
  width: 100%;
  height: 63px;
  background: #FFFFFF;
  border:1px solid #d5d5d5;
  margin-bottom:15px;
}

.quick-quote.op2 .bootstrap-select {
  margin-top: 15px;
}

.quick-quote.op2 .bootstrap-select .btn {
  font: 16px "Poppins-Medium", serif;
  padding-left: 20px;
}

.quick-quote.op2 .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

.child-info {
  margin-bottom: 30px;
}

.child-info .calc-bx {
  margin-bottom: 10px;
}

.child-info .calc-bx .calc-input {
  text-transform: uppercase;
}

.txt-bx {
  border: 0;
  /*background: #f8f8f8;*/ /*Commented by mahesh*/
  padding: 20px;
  width: 100%;
  font: 16px "Poppins-Medium", serif;
  text-transform: uppercase;
}

.txt-bx:-ms-input-placeholder {
  color: rgba(108, 109, 112, 0.5);
}

.txt-bx::placeholder {
  color: rgba(108, 109, 112, 0.5);
}

@media (max-width: 991px) {
  .txt-bx {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .txt-bx {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .join-team .more.MT50 {
    margin-top: 30px;
  }
}

section.pad8.join-as .item {
  width: 130px;
  margin: 0 30px;
  display: inline-block;
}

section.pad8.join-as.key-reason .item figure figcaption {
  font: 18px "Poppins-Medium", serif;
}

@media (max-width: 1024px) {
  section.pad8.join-as .item {
    margin: 0 20px;
  }
}

@media (max-width: 991px) {
  section.pad8.join-as .item {
    margin: 0 5px;
  }
}

@media (max-width: 767px) {
  section.pad8.join-as {
    padding-bottom: 0;
  }
  section.pad8.join-as .item {
    margin: 0 0 50px;
    width: 100px;
  }
}

.grey-bg {
  background: #fafafa;
}

.MT80 {
  margin-top: 80px;
}

.txt-bx.date {
  background: #FFFFFF url(../images/svg/calendar.svg) no-repeat 92% center;
  background-size: 20px;
}

.adv-box .txt-bx,
.job-detail-box .txt-bx {
  background: #FFFFFF;
  padding: 15px 20px;
}

.adv-box .txt-bx:-ms-input-placeholder,
.job-detail-box .txt-bx:-ms-input-placeholder {
  color: #2474B9;
}

.adv-box .txt-bx::placeholder,
.job-detail-box .txt-bx::placeholder {
  color: #2474B9;
}

.adv-box .txt-bx::-webkit-input-placeholder,
.job-detail-box .txt-bx::-webkit-input-placeholder {
  color: #2474B9;
}

.adv-box .txt-bx::-moz-placeholder,
.job-detail-box .txt-bx::-moz-placeholder {
  color: #2474B9;
  opacity: 1;
}

.adv-box .txt-bx:-ms-input-placeholder,
.job-detail-box .txt-bx:-ms-input-placeholder {
  color: #2474B9;
}

.adv-box .txt-bx.date,
.job-detail-box .txt-bx.date {
  background: #FFFFFF url(../images/svg/calendar.svg) no-repeat 92% center;
  background-size: 20px;
}

.help-insurance.ba-form {
  text-align: center;
}

.help-insurance.ba-form .btn-red {
  margin-right: 60px;
  min-width: 170px;
  text-align: left;
}

.help-insurance.ba-form .more {
  margin-left: 30px;
}

.help-insurance.ba-form .more a {
  background: none;
  padding-right: 0;
}

@media (max-width: 991px) {
  .help-insurance.ba-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.thank-you {
  text-align: center;
}

.thank-you figure img {
  height: 50px;
  width: auto;
}

.scroll-mob,
.scroll-policy {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}

.scroll-mob::-webkit-scrollbar,
.scroll-policy::-webkit-scrollbar {
  display: none;
}

.btn-beadv {
  border: 0;
  background: url(../images/btn-beadv.gif) no-repeat left center;
  background-size: cover;
  width: 230px;
  height: 60px;
  font: 14px "Poppins-Bold", serif;
  color: #FFFFFF;
  padding: 20px 30px;
  text-align: left;
}

@media (max-width: 767px) {
  .btn-beadv {
    background-size: contain;
  }
}

.advisor .who-can {
  margin-top: 80px;
  text-align: center;
}

.advisor .who-can p {
  margin: 25px 15% 0;
}

.advisor hr {
  border-top-color: rgba(36, 116, 185, 0.15);
  margin: 80px 0;
}

.advisor .gray-card {
  min-height: 318px;
}

.advisor .gray-card figure img {
  margin-top: 0;
}

.advisor .gray-card h4 {
  margin: 20px 0 15px;
  min-height: auto;
}

@media (max-width: 1024px) {
  .advisor .gray-card {
    min-height: 365px;
  }
}

@media (max-width: 767px) {
  .advisor .who-can p {
    margin: 25px 0 0;
  }
  .advisor hr {
    margin: 40px 0;
  }
  .advisor .gray-card {
    min-height: inherit;
  }
}

#become-advisor .modal-lg .modal-content .modal-body {
  padding: 0px;
  height: 90vh;
  overflow-x: auto;
}

#become-advisor .modal-lg .modal-content .modal-body > div {
  padding: 50px;
}

@media (max-width: 767px) {
  #become-advisor .modal-lg .modal-content .modal-body {
    height: 80vh;
  }
  #become-advisor .modal-lg .modal-content .modal-body > div {
    padding: 20px;
  }
}

#become-advisor h3 {
  margin: 20px 0 40px;
}

#become-advisor .calc-bx {
  padding: 40px;
}

#become-advisor .calc-bx textarea {
  resize: none;
}

#become-advisor .help-insurance.ba-form .more .btn-arw {
  background: none;
  padding-right: 0;
}

@media (max-width: 991px) {
  #become-advisor .calc-bx {
    padding-bottom: 10px;
  }
  #become-advisor .calc-bx .quick-quote.op2 {
    margin-bottom: 30px;
  }
  #become-advisor .calc-bx .MT30 {
    margin-top: 0;
  }
  #become-advisor .calc-bx .calc-info.disb {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  #become-advisor .calc-bx {
    padding: 30px 20px 15px;
  }
  #become-advisor .calc-bx .quick-quote.op2 {
    margin-bottom: 15px;
  }
  #become-advisor .calc-bx .calc-info.disb {
    margin-bottom: 30px;
  }
  #become-advisor .calc-bx .calc-info .flex .radio-ctnr {
    margin-right: 20px;
  }
}

.result-detail-box {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .result-detail-box {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.child-accordion .child {
  display: none;
}

.child-accordion.childNo1 .child1 {
  display: block;
}

.child-accordion.childNo2 .child1,
.child-accordion.childNo2 .child2 {
  display: block;
}

.child-accordion.childNo3 .child1,
.child-accordion.childNo3 .child2,
.child-accordion.childNo3 .child3 {
  display: block;
}

.child-result .child {
  display: none;
}

.child-result.childNo1 .child1 {
  display: table-row;
}

.child-result.childNo2 .child1,
.child-result.childNo2 .child2 {
  display: table-row;
}

.child-result.childNo3 .child1,
.child-result.childNo3 .child2,
.child-result.childNo3 .child3 {
  display: table-row;
}

.help-insurance .btn-inp {
  background: #ed412d url(../images/btn-arw.gif) no-repeat right top;
  padding-right: 90px;
}

.help-insurance .btn-inp:hover {
  background: #ed412d url(../images/btn-arw.gif) no-repeat right top;
}

.help-insurance .btn-inp:focus {
  outline: 0;
  color: #FFFFFF;
}

.fund-nav-listing .joblisting.tenders ul li span {
  display: none;
}

@media (max-width: 991px) {
  .fund-nav-listing .joblisting.tenders ul li span {
    display: inline-block;
  }
}

.fund-nav-listing .joblisting.tenders .more.noArw {
  text-align: center;
  margin: 50px 0;
}

@media (max-width: 767px) {
  .fund-nav-listing .joblisting.tenders .more.noArw {
    margin: 30px 0;
  }
}

.partners .card-details {
  background: #fafafa;
  min-height: 200px;
}

.partners .card-details .more-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  width: 44px;
}

@media (max-width: 991px) {
  .partners .more-btn a {
    padding: 12px 0;
    width: 44px;
  }
}

.csr-activti.other-plans .activiti-carousel .owl-stage-outer {
  height: auto;
}

@media (max-width: 1024px) {
  .csr-activti.other-plans .item figure figcaption {
    min-height: 100px;
  }
}

.media-modal .dir-profile-box h4 {
  min-height: inherit;
}

@media (max-width: 991px) {
  .media-modal .dir-profile-box h4 {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .media-modal .dir-profile-box {
    padding: 0;
    height: 70vh;
    overflow-y: auto;
  }
}

@media (max-width: 991px) {
  .tabSmall .sud-life-tabs .nav-tabs li a {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .media-tab.tabSmall .selectBox-mob.quick-quote .bootstrap-select .btn {
    font-size: 24px;
    white-space: normal;
    display: -ms-flexbox;
    display: flex;
  }
}

.login-form {
  display: none;
}

.or {
  font-size: 16px;
  font-family: "Poppins-Bold", serif;
  text-align: center;
  margin: 20px 0 0 0;
}

.looking-for {
  padding: 40px 0;
}

.looking-for .flex {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.looking-for .flex.right {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

@media (max-width: 767px) {
  .looking-for .flex {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

.searchl {
  display: -ms-flexbox;
  display: flex;
}

.searchl-input {
  width: 450px;
  height: 60px;
  padding: 20px;
  font: 16px/20px "Poppins-Medium", serif;
  background: #f8f8f8;
  border: 0;
  text-transform: uppercase;
}

.searchl-input:-ms-input-placeholder {
  color: rgba(108, 109, 112, 0.5);
}

.searchl-input::placeholder {
  color: rgba(108, 109, 112, 0.5);
}

.searchl-go {
  width: 60px;
  height: 60px;
  border: 0;
  background: #ed412d;
}

.searchl-go img {
  width: 18px;
  height: 20px;
}

@media (max-width: 991px) {
  .searchl-input {
    width: 280px;
  }
}

@media (max-width: 767px) {
  .searchl {
    width: 100%;
    margin-top: 30px;
    -ms-flex-pack: justify;
        justify-content: space-between;
    background: #f8f8f8;
  }
  .searchl-input {
    width: 80%;
  }
}

.sub-nav li {
  font: 18px "Poppins-Medium", serif;
  display: inline-block;
  list-style: none;
}

.sub-nav li + li:before {
  content: "|";
  padding: 0 25px;
  color: rgba(36, 116, 185, 0.2);
  font: 20px "Poppins-Light", serif;
}

.sub-nav li a {
  color: rgba(108, 109, 112, 0.7);
}

.sub-nav li.active a {
  color: #2474B9;
}

.gray-box {
  padding: 80px 0;
  background: #fafafa;
}

.gray-box .gray-card {
  background: #FFFFFF;
}

.gray-box .noArw {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .gray-box {
    padding: 50px 0;
  }
}

.card .gray-card {
  min-height: inherit;
}

.card .gray-card .dash span {
  margin: 15px 0 20px;
}

.card .gray-card .name {
  font: 12px/1 "Poppins-Light", serif;
  color: #2474B9;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.card .gray-card h4 {
  min-height: 40px;
}

#audio .gray-card h4,
#radio .gray-card h4,
#TV .gray-card h4,
#video .gray-card h4 {
  min-height: 55px;
}

#inPictures .card .gray-card .name {
  margin-bottom: 0;
}

.write-us {
  padding: 20px 0 80px;
}

.tab-content > .tab-pane.ops {
  display: block;
  width: 10px;
  height: 10px;
  overflow: hidden;
}

.write-isIn {
  background: url("../images/esc-bg.jpg") repeat;
  color: #FFFFFF;
  padding: 40px 0;
  font: 18px "Poppins-Medium", serif;
}

.write-isIn a {
  font-family: "Poppins-Bold", serif;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .write-isIn {
    padding: 40px;
  }
}

.modal.media-modal .close,
.modal.login-modal .close {
  position: absolute;
  right: -30px;
  top: -30px;
  opacity: 1;
}

@media (max-width: 1366px) {
  .modal.media-modal .close,
  .modal.login-modal .close {
    top: 0;
  }
}

@media (max-width: 767px) {
  .modal.media-modal .close,
  .modal.login-modal .close {
    right: 10px;
    top: -30px;
  }
}

.modal.media-modal .modal-dialog,
.modal.login-modal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  margin: 0;
}

@media (max-width: 991px) {
  .modal.media-modal .modal-dialog,
  .modal.login-modal .modal-dialog {
    width: 90%;
  }
}

.modal.media-modal .modal-content,
.modal.login-modal .modal-content {
  border-radius: 0;
}

.modal.media-modal .modal-content .modal-body,
.modal.login-modal .modal-content .modal-body {
  padding: 75px;
}

.modal.media-modal .modal-content figcaption,
.modal.login-modal .modal-content figcaption {
  font: 22px "Poppins-Medium", serif;
  color: #2474B9;
  margin-top: 25px;
}

.modal.media-modal .modal-content .owl-nav .owl-prev,
.modal.login-modal .modal-content .owl-nav .owl-prev {
  left: -50px;
}

.modal.media-modal .modal-content .owl-nav .owl-next,
.modal.login-modal .modal-content .owl-nav .owl-next {
  right: -50px;
}

@media (max-width: 991px) {
  .modal.media-modal .modal-content .modal-body,
  .modal.login-modal .modal-content .modal-body {
    padding: 15px 15px 50px 15px;
  }
  .modal.media-modal .modal-content figcaption,
  .modal.login-modal .modal-content figcaption {
    margin-top: 10px;
  }
  .modal.media-modal .modal-content .owl-nav,
  .modal.login-modal .modal-content .owl-nav {
    position: absolute;
    left: 50%;
    right: auto;
    -khtml-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -33px;
    width: 140px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .modal.media-modal .modal-content .owl-nav .owl-prev,
  .modal.media-modal .modal-content .owl-nav .owl-next,
  .modal.login-modal .modal-content .owl-nav .owl-prev,
  .modal.login-modal .modal-content .owl-nav .owl-next {
    position: static;
    height: 20px;
  }
}

@media (max-width: 991px) {
  .modal.media-modal#videoModal .modal-content .modal-body,
  .modal.login-modal#videoModal .modal-content .modal-body {
    padding: 15px;
  }
}

#csrAllModal .modal-content .modal-body {
  min-height: 658px;
}

@media (max-width: 1280px) {
  #csrAllModal .modal-content .modal-body {
    min-height: inherit;
  }
}

.owl-carousel.number {
  font: 18px "Poppins-Medium", serif;
  color: #2474B9;
}

.owl-carousel.number .owl-dots {
  counter-reset: slides-num;
  position: absolute;
  left: 50%;
  right: auto;
  -khtml-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -40px;
  height: 25px;
  width: 35px;
}

.owl-carousel.number .owl-dots:after {
  content: " /" counter(slides-num);
  display: inline-block;
  vertical-align: middle;
}

.owl-carousel.number .owl-dot {
  display: inline-block;
  counter-increment: slides-num;
  margin: 0;
  position: relative;
}

.owl-carousel.number .owl-dot span {
  display: none;
}

.owl-carousel.number .owl-dot.active:before {
  content: counter(slides-num);
  display: block;
  vertical-align: middle;
  position: absolute;
  left: -25px;
  top: -10px;
  width: 30px;
}

@media (max-width: 991px) {
  .owl-carousel.number .owl-dots {
    bottom: -35px;
    margin-left: 10px;
  }
}

@media (max-width: 991px) {
  .media-tab .card figure {
    min-height: 173px;
  }
}

@media (max-width: 767px) {
  .media-tab > .tab-content {
    display: none;
  }
  .media-tab .sud-life-tabs {
    margin: 0;
  }
  .media-tab .sud-life-tabs .nav-tabs {
    border-bottom: 0;
  }
  .media-tab .sud-life-tabs .nav-tabs li {
    float: none;
    text-align: left;
    border-bottom: 1px solid rgba(36, 116, 185, 0.2);
  }
  .media-tab .sud-life-tabs .nav-tabs li a {
    font: 22px/1 "Poppins-Medium", serif;
    color: #2474B9;
    padding: 35px 0 15px;
    background: url(../images/svg/arrow-more-blue.svg) no-repeat right 40px;
    background-size: 10px;
    display: block;
    margin-right: 0;
  }
  .media-tab .sud-life-tabs .nav-tabs li.active a {
    border-bottom: 0;
  }
  .media-tab .selectBox-mob.quick-quote {
    width: 100%;
    background: none;
    text-align: center;
  }
  .media-tab .selectBox-mob.quick-quote .bootstrap-select {
    margin: 0 auto;
  }
  .media-tab .selectBox-mob.quick-quote .bootstrap-select .btn {
    font-size: 26px;
  }
  .media-tab .selectBox-mob.quick-quote .bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    margin-top: -4px;
  }
}

.csr-activti .activiti-carousel .owl-stage-outer {
  height: 235px;
}

@media (max-width: 767px) {
  .csr-activti .activiti-carousel .owl-stage-outer {
    height: inherit;
  }
}

.inPictures-carousel.owl-carousel .owl-stage-outer,
.csrAct-carousel.owl-carousel .owl-stage-outer {
  height: 508px;
}

@media (max-width: 1199px) {
  .inPictures-carousel.owl-carousel .owl-stage-outer,
  .csrAct-carousel.owl-carousel .owl-stage-outer {
    height: inherit;
  }
}

@media (min-width: 1061px) {
  .media-modal .modal-lg,
  .login-modal .modal-lg {
    width: 1060px;
  }
}

.card figure .icon.dot img {
  width: 30px;
}

hr.line-blue {
  border-top-color: rgba(36, 116, 185, 0.2);
  margin: 80px 0;
}

@media (max-width: 991px) {
  hr.line-blue {
    margin: 50px 0;
  }
}

.csr-policy .escalations-box {
  float: none;
}

.csr-policy .escalations-box h3 {
  margin-bottom: 0;
  width: 30%;
  text-align: center;
}

.csr-policy .escalations-box .sep {
  padding-left: 40px;
  margin-right: 40px;
}

.csr-policy .escalations-box .sep + div p:first-child {
  margin-bottom: 10px;
}

.csr-policy .comite h3 {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .csr-policy .escalations-box h3 {
    text-align: left;
    width: 100%;
  }
  .csr-policy .escalations-box .sep {
    height: 1px;
  }
}

.csr-activti .tab-content {
  margin-top: 30px;
}

.csr-activti .item figure figcaption {
  background: #f8f8f8;
  font: 18px "Poppins-Medium", serif;
  color: #2474B9;
  padding: 15px 20px;
}

.csr-activti .owl-nav .owl-prev {
  top: 40%;
  left: -50px;
}

.csr-activti .owl-nav .owl-next {
  top: 40%;
  right: -50px;
}

.csr-activti .video {
  background: #000;
}

.csr-activti .video span {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -khtml-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/svg/play-button-01.svg) no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  z-index: 1;
}

.csr-activti .video img {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .csr-activti .sud-life-tabs .nav-tabs li a {
    margin-right: 50px;
  }
}

.empower-comm {
  background: url(../images/empower-bg.jpg) no-repeat top center;
  background-size: cover;
  color: #FFFFFF;
}

.empower-comm h3 {
  margin-bottom: 30px;
}

.empower-comm .owl-nav .owl-prev {
  top: 40%;
  left: -100px;
}

.empower-comm .owl-nav .owl-next {
  top: 40%;
  right: -100px;
}

.empower-comm .quote {
  font: 22px/1.2 "Poppins-Medium", serif;
  margin-bottom: 25px;
}

.empower-comm .quote .icn-quote {
  float: left;
  margin: 8px 20px 0 0;
}

.empower-comm .quote .icn-quote img {
  height: 60px;
  width: auto;
}

.empower-comm .quote-by {
  font: 14px "Poppins-Light", serif;
  margin-bottom: 0;
}

.empower-comm .quote-by strong {
  font: 16px "Poppins-Bold", serif;
  display: block;
}

@media (max-width: 991px) {
  .empower-comm .owl-nav {
    display: none;
  }
}

.comite-card {
  margin-top: 50px;
}

.comite-card h4 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.comite-card .dash {
  height: 2px;
}

.comite-card .dash span {
  border-top: 2px solid #ed412d;
  width: 25px;
  display: inline-block;
  vertical-align: top;
}

.comite-card .post {
  font: 18px "Poppins-Medium", serif;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .comite-card {
    margin-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(36, 116, 185, 0.2);
  }
}

.our-focus .card-details h4 + p {
  min-height: 60px;
}

@media (max-width: 1199px) {
  .our-focus .card-details h4 + p {
    min-height: 80px;
  }
}

@media (max-width: 991px) {
  .our-focus .card-details h4 {
    min-height: 45px;
  }
  .our-focus .card-details h4 + p {
    min-height: 100px;
  }
}

@media (max-width: 767px) {
  .our-focus .card-details h4 {
    min-height: inherit;
  }
  .our-focus .card-details h4 + p {
    min-height: inherit;
  }
}

.co-box {
  text-align: center;
}

.co-box .address-box {
  font-family: "Poppins-Medium", serif;
  font-size: 22px;
  color: #6C6D70;
  line-height: 1.7;
}

.co-box .dash span {
  border-top: 2px solid #ed412d;
  width: 25px;
  margin: 20px 0 10px;
  display: inline-block;
}

.co-box .telnumber {
  margin: 30px 0;
  color: #2474B9;
  font-family: "Poppins-Medium", serif;
  font-size: 22px;
}

.co-card {
  margin-top: 65px;
}

@media (max-width: 991px) {
  .co-card {
    display: block;
  }
}

.co-card .white-bx2 {
  padding: 35px 30px 60px 30px;
}

@media (max-width: 991px) {
  .co-card .white-bx2 {
    min-height: 240px;
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .co-card .white-bx2 {
    margin-bottom: 30px;
    min-height: inherit;
  }
}

.co-card .white-bx2 p {
  font: 14px Arial, sans-serif;
  color: #6C6D70;
}

.co-card .white-bx2 p strong {
  font-size: 22px;
  font-family: "Poppins-Medium", serif;
  font-weight: 400;
}

.co-card .white-bx2 p .maillink {
  color: #6C6D70;
}

.co-card .white-bx2 figure {
  height: 35px;
}

.co-card .white-bx2 img.iconSVG {
  width: 35px;
}

@media (max-width: 991px) {
  .co-card .white-bx2 .MT40 {
    margin-top: 20px;
  }
}

.address-box {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .address-box {
    display: block;
  }
}

@media (max-width: 991px) {
  .address-box .white-bx2 {
    padding: 30px 0;
  }
}

.address-box .white-bx2 p {
  font: 16px Arial, sans-serif;
  color: #6C6D70;
}

.address-box .white-bx2 p.address {
  min-height: 105px;
}

@media (max-width: 1024px) {
  .address-box .white-bx2 p.address {
    min-height: 120px;
  }
}

@media (max-width: 991px) {
  .address-box .white-bx2 p.address {
    min-height: 125px;
  }
}

@media (max-width: 767px) {
  .address-box .white-bx2 p.address {
    min-height: inherit;
  }
}

.address-box .white-bx2 p.telnum {
  color: #2474B9;
  margin: 5px 0 40px 0;
  font-size: 16px;
  font-family: "Poppins-Medium", serif;
}

@media (max-width: 991px) {
  .address-box .white-bx2 p.telnum {
    margin: 20px 0 20px 0;
  }
}

.address-box .white-bx2 p.more {
  font-family: "Poppins-Bold", serif;
  font-size: 14px;
}

.address-box h4 {
  font-size: 22px;
  text-transform: uppercase;
  font-family: "Poppins-Bold", serif;
}

.address-box h6 {
  font-size: 22px;
  font-family: "Poppins-Medium", serif;
  color: #2474B9;
  margin-top: 0;
  min-height: 50px;
}

.address-box h5 {
  font-size: 22px;
  font-family: "Poppins-Medium", serif;
  color: #2474B9;
  margin: 0;
}

.address-box .dash span {
  border-top: 2px solid #ed412d;
  width: 25px;
  margin: 20px 0 10px;
  display: inline-block;
}

.brdt {
  border-top: 1px solid rgba(36, 116, 185, 0.2);
}

section.payment-sec.customer-service-box .white-bx2 .iconSVG {
  height: 50px;
  width: auto;
}

@media (max-width: 991px) {
  section.payment-sec.customer-service-box .white-bx2 .iconSVG {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  section.payment-sec.customer-service-box .white-bx2 .iconSVG {
    height: 45px;
  }
}

@media (max-width: 991px) {
  section.payment-sec.customer-service-box .white-bx2 h4 a {
    color: #FFFFFF;
  }
}

.job-listing-title {
  margin-top: 40px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .job-listing-title {
    margin-top: 20px;
  }
}

.listing-dropdown .quick-quote {
  width: auto;
  height: 60px;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .listing-dropdown .quick-quote {
    margin-bottom: 15px;
  }
}

.listing-dropdown .quick-quote .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}

.listing-dropdown .quick-quote .bootstrap-select .btn {
  padding: 0 20px;
}

.joblisting {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .joblisting {
    margin-top: 20px;
  }
}

.joblisting ul {
  overflow: hidden;
  background: url(../images/svg/arrow-more-blue.svg) no-repeat right 43px;
  background-size: 8px 15px;
}

@media (max-width: 991px) {
  .joblisting ul {
    background: url(../images/svg/arrow-more-blue.svg) no-repeat right 3px;
    background-size: 8px 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    padding-bottom: 30px;
    margin-top: 30px;
    border-bottom: 1px solid rgba(36, 116, 185, 0.2);
  }
  .joblisting ul li strong {
    padding-bottom: 5px;
    display: block;
  }
}

.joblisting ul.title {
  background: none;
}

@media (max-width: 991px) {
  .joblisting ul.title {
    display: none;
  }
}

.joblisting ul.title li {
  border: 0;
  padding: 0px 20px;
}

.joblisting ul li {
  width: 33.3%;
  float: left;
  padding: 40px 20px;
  border-bottom: 1px solid rgba(36, 116, 185, 0.2);
  white-space: nowrap;
}

@media (max-width: 991px) {
  .joblisting ul li {
    float: none;
    width: 100%;
    padding: 0 0;
    border-bottom: 0;
  }
}

.joblisting ul li a {
  display: block;
  color: #6C6D70;
  cursor: pointer;
}

.joblisting ul li:last-child {
  padding-right: 0;
}

.joblisting ul:last-child li {
  border: 0;
}

.job-detail-title h4 {
  font-size: 26px;
  margin-bottom: 10px;
}

.job-detail-title p {
  font-size: 16px;
}

.job-detail-title .help-insurance {
  margin-right: 60px;
}

@media (max-width: 767px) {
  .job-detail-title .help-insurance {
    margin-top: 30px;
    text-align: center;
    margin-right: 40px;
  }
}

@media (max-width: 767px) {
  .job-detail-title .TAR {
    text-align: left;
  }
}

.accordion-main-opt2 h6 {
  font-family: "Poppins-Medium", serif;
  font-size: 16px;
  color: #2474B9;
}

.accordion-main-opt2 .list-dot {
  margin: 20px 0 40px 0;
}

.accordion-main-opt2 .list-dot li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 2px;
  font-size: 15px;
}

.accordion-main-opt2 .list-dot li .readmore {
  display: none;
  font-family: "Poppins-Bold", serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #ed412d;
}

@media (max-width: 767px) {
  .accordion-main-opt2 .list-dot li {
    display: none;
  }
  .accordion-main-opt2 .list-dot li:first-child {
    display: block;
  }
  .accordion-main-opt2 .list-dot li .readmore {
    display: inline-block;
  }
}

.accordion-main-opt2 .list-dot li:before {
  position: absolute;
  left: 0;
  margin: 0;
}

.bottom-apply {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .bottom-apply {
    text-align: center;
    margin-right: 40px;
  }
}

.accordion-main-opt2 h5 {
  font: 22px/1 "Poppins-Medium", serif;
  color: #2474B9;
  border-top: 1px solid rgba(36, 116, 185, 0.2);
  padding: 35px 20px 15px 0;
  background: url(../images/svg/dropdown-arrow-03.svg) no-repeat right 45px;
  background-size: 15px 15px;
  margin: 0;
  cursor: pointer;
}

.accordion-main-opt2 h5:first-child {
  border-top: 0;
}

.accordion-main-opt2 h5.last {
  border-bottom: 1px solid rgba(36, 116, 185, 0.2);
}

.accordion-main-opt2 h5.last.act {
  border-bottom: 0;
}

.accordion-main-opt2 h5.last.act + p {
  border-bottom: 1px solid rgba(36, 116, 185, 0.2);
  padding-bottom: 20px;
}

.accordion-main-opt2 h5.act {
  background-image: url(../images/svg/dropdown-arrow-04.svg);
}

.accordion-main-opt2 h5 + div {
  display: none;
  margin-bottom: 20px;
}

.pad8.funds-tabs {
  padding-bottom: 0;
}

.pad8 .ceo-speaks h3.overview-market.text-left {
  margin-top: 0;
}

.white-bx2 .list-dot li {
  color: #2474B9;
  font-family: "Poppins-Light", serif;
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 5px;
}

.white-bx2 .list-dot li:before {
  color: #2474B9;
}

.profileModal.old-method .modal-dialog {
  height: 600px;
}

@media (max-width: 767px) {
  .profileModal.old-method .modal-dialog {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .profileModal.old-method .modal-dialog .modal-body {
    overflow: auto;
  }
}

.fund-nav-title {
  padding: 80px 0 60px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .fund-nav-title {
    padding: 40px 0 0 0;
  }
}

.fund-nav-title .text-left {
  text-align: center;
}

@media (max-width: 991px) {
  section.pad8.fund-nav-listing {
    padding: 40px 0;
  }
}

.fund-nav-listing .joblisting {
  margin-top: 0;
}

.fund-nav-listing .joblisting.fund-history ul {
  background: none;
}

.fund-nav-listing .joblisting.fund-history ul li {
  padding: 10px 10px;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 991px) {
  .fund-nav-listing .joblisting.fund-history ul li {
    min-height: inherit;
  }
}

.fund-nav-listing .joblisting.fund-history ul li:nth-child(1) {
  width: 12%;
  padding-left: 0;
}

.fund-nav-listing .joblisting.fund-history ul li:nth-child(2) {
  width: 18%;
}

.fund-nav-listing .joblisting.fund-history ul li:nth-child(3) {
  width: 24%;
}

.fund-nav-listing .joblisting.fund-history ul li:nth-child(4) {
  width: 10%;
}

.fund-nav-listing .joblisting.fund-history ul li:nth-child(5) {
  width: 30%;
}

@media (max-width: 991px) {
  .fund-nav-listing .joblisting.fund-history ul li:nth-child(5) {
    width: 36%;
  }
}

@media (max-width: 767px) {
  .fund-nav-listing .joblisting.fund-history ul {
    margin-top: 20px;
    padding-bottom: 20px;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .fund-nav-listing .joblisting.fund-history ul li:nth-child(1), .fund-nav-listing .joblisting.fund-history ul li:nth-child(2), .fund-nav-listing .joblisting.fund-history ul li:nth-child(3), .fund-nav-listing .joblisting.fund-history ul li:nth-child(4), .fund-nav-listing .joblisting.fund-history ul li:nth-child(5) {
    width: 100%;
  }
  .fund-nav-listing .joblisting.fund-history ul li:nth-child(1) {
    display: block;
    padding: 10px;
  }
  .fund-nav-listing .joblisting.fund-history ul li:nth-child(2) {
    color: #2474B9;
    font: 18px "Poppins-Medium", serif;
    margin: 5px 0 2px;
  }
}

.fund-nav-listing .joblisting.tenders ul {
  background: none;
}

.fund-nav-listing .joblisting.tenders ul.title li:nth-child(3) {
  padding-top: 0;
}

.fund-nav-listing .joblisting.tenders ul li {
  white-space: normal;
}

.fund-nav-listing .joblisting.tenders ul li:nth-child(1) {
  width: 6%;
}

.fund-nav-listing .joblisting.tenders ul li:nth-child(2) {
  width: 24%;
}

.fund-nav-listing .joblisting.tenders ul li:nth-child(3) {
  width: 30%;
  padding: 30px 20px;
}

.fund-nav-listing .joblisting.tenders ul li:nth-child(4) {
  width: 15%;
}

.fund-nav-listing .joblisting.tenders ul li:nth-child(5) {
  width: 15%;
}

.fund-nav-listing .joblisting.tenders ul li:nth-child(6) {
  width: 10%;
}

.fund-nav-listing .joblisting.tenders ul li .link {
  color: #2474B9;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .fund-nav-listing .joblisting.tenders ul li:nth-child(3) {
    width: 25%;
  }
  .fund-nav-listing .joblisting.tenders ul li:nth-child(6) {
    width: 15%;
  }
}

@media (max-width: 991px) {
  .fund-nav-listing .joblisting.tenders ul {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .fund-nav-listing .joblisting.tenders ul.title {
    display: none;
  }
  .fund-nav-listing .joblisting.tenders ul li:nth-child(1) {
    display: none;
  }
  .fund-nav-listing .joblisting.tenders ul li:nth-child(1), .fund-nav-listing .joblisting.tenders ul li:nth-child(2), .fund-nav-listing .joblisting.tenders ul li:nth-child(3), .fund-nav-listing .joblisting.tenders ul li:nth-child(4), .fund-nav-listing .joblisting.tenders ul li:nth-child(5), .fund-nav-listing .joblisting.tenders ul li:nth-child(6) {
    width: 100%;
  }
  .fund-nav-listing .joblisting.tenders ul li:nth-child(3) {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .fund-nav-listing .joblisting ul {
    -ms-flex-direction: column;
        flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    background-position: right center;
    margin-top: 0;
    padding: 20px 0 25px;
  }
}

@media (max-width: 767px) {
  .fund-nav-listing .joblisting ul.title {
    display: none;
  }
}

@media (max-width: 991px) {
  .fund-nav-listing .joblisting ul li .link {
    font-family: "Poppins-Medium", serif;
    color: #2474B9;
    font-size: 18px;
    display: block;
    padding-bottom: 10px;
  }
}

.fund-nav-listing .joblisting ul li:first-child {
  width: 15%;
}

@media (max-width: 991px) {
  .fund-nav-listing .joblisting ul li:first-child {
    display: none;
  }
}

.fund-nav-listing .joblisting ul li:nth-child(2) {
  width: 25%;
}

.fund-nav-listing .joblisting ul li:nth-child(3) {
  width: 40%;
}

.fund-nav-listing .joblisting ul li:nth-child(4) {
  width: 20%;
}

@media (max-width: 991px) {
  .fund-nav-listing .joblisting ul li:first-child, .fund-nav-listing .joblisting ul li:nth-child(2), .fund-nav-listing .joblisting ul li:nth-child(3), .fund-nav-listing .joblisting ul li:nth-child(4) {
    width: 100%;
  }
}

.modal.media-modal .modal-lg .modal-content .modal-body.hero-popup > div {
  padding-top: 30px;
}

.hero-popup h3 {
  padding-top: 75px;
}

.hero-popup h4 {
  font-size: 18px;
}

ul.popup-list {
  padding: 0 75px;
}

@media (max-width: 991px) {
  ul.popup-list {
    padding: 0 45px;
  }
}

@media (max-width: 767px) {
  ul.popup-list {
    padding: 0 15px;
  }
}

ul.popup-list h4 {
  margin: 0;
}

@media (max-width: 767px) {
  ul.popup-list .flex-row {
    display: block;
  }
}

ul.popup-list li {
  padding: 30px 0;
  border-bottom: 1px solid rgba(36, 116, 185, 0.2);
}

@media (max-width: 991px) {
  ul.popup-list li .pdf-icon {
    width: 25px;
  }
}

@media (max-width: 767px) {
  ul.popup-list li .pdf-icon {
    width: 50px;
  }
}

@media (max-width: 767px) {
  ul.popup-list li .col-md-1.col-sm-1.col-xs-3 {
    padding-right: 0;
  }
}

ul.popup-list li:last-child {
  border-bottom: 0;
}

@media (max-width: 767px) {
  .modal.media-modal .modal-dialog.hero-popup-mobile {
    transform: translate(-50%, -30%) !important;
  }
}

@media (max-width: 767px) {
  .modal.media-modal .modal-dialog .help-insurance a {
    display: block;
  }
  .modal.media-modal .modal-dialog .help-insurance .btn-red:after {
    left: auto;
    right: 0;
  }
}

.plan-info h4 {
  font-size: 26px;
}

.plan-info h4 strong {
  font-family: "Poppins-Bold", serif;
}

.plan-info h4 span {
  font: 24px "Poppins-Light", serif;
}

@media (max-width: 767px) {
  .plan-info h4 span {
    display: block;
  }
}

.history-form {
  margin-top: 60px;
}

.history-form .quick-quote .bootstrap-select .btn {
  font-family: "Poppins-Medium", serif;
  font-size: 16px;
}

    .history-form .txt-bx {
        font-family: "Poppins-Medium", serif;
        color: #2474B9;
        font-size: 16px;
        background: #f5f5f5 url(..) no-repeat 92% center; /*Changed by mahesh url(../images/icn-date.png)*/
    }

.history-form .txt-bx:-ms-input-placeholder {
  color: #2474B9;
}

.history-form .txt-bx::placeholder {
  color: #2474B9;
}

.history-form .title {
  font-family: "Poppins-Medium", serif;
  font-size: 16px;
  color: #2474B9;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .history-form {
    margin-top: 40px;
  }
  .history-form .col-md-7 .title {
    margin-top: 35px;
  }
  .history-form .more.MT50.TAR {
    text-align: center;
    margin-top: 25px;
  }
}

.notes {
  text-align: right;
  margin-top: 20px;
  color: #2474B9;
  font: 16px "Poppins-Medium", serif;
}

div.custom_file_upload {
  margin-top: 15px;
}

input.file {
  border: 0;
  margin-left: 125px;
  background: none;
}

div.file_upload {
  background: url(../images/svg/arrow-more-red.svg) no-repeat 93% center;
  background-size: 8px;
  width: 120px;
  height: 25px;
  display: inline;
  position: absolute;
  overflow: hidden;
  cursor: pointer;
  font-weight: bold;
  color: #ed412d;
  text-align: center;
  padding-top: 2px;
}

div.file_upload:before {
  content: 'UPLOAD FILE';
  position: absolute;
  left: 0;
  right: 0;
  text-align: left;
  cursor: pointer;
}

div.file_upload input {
  position: relative;
  height: 30px;
  width: 250px;
  display: inline;
  cursor: pointer;
  opacity: 0;
}

#grTeam .dir-profile-box h5 {
  min-height: 45px;
}

/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-rtl {
  direction: rtl;
}

.datepicker-rtl.dropdown-menu {
  left: auto;
}

.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker table tr td, .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.new, .datepicker table tr td.old {
  color: #777;
}

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default;
}

.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}

.datepicker table tr td.highlighted.focus, .datepicker table tr td.highlighted:focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}

.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}

.datepicker table tr td.highlighted.active, .datepicker table tr td.highlighted:active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}

.datepicker table tr td.highlighted.active.focus, .datepicker table tr td.highlighted.active:focus, .datepicker table tr td.highlighted.active:hover, .datepicker table tr td.highlighted:active.focus, .datepicker table tr td.highlighted:active:focus, .datepicker table tr td.highlighted:active:hover {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}

.datepicker table tr td.highlighted.disabled.focus, .datepicker table tr td.highlighted.disabled:focus, .datepicker table tr td.highlighted.disabled:hover, .datepicker table tr td.highlighted[disabled].focus, .datepicker table tr td.highlighted[disabled]:focus, .datepicker table tr td.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.highlighted.focus, fieldset[disabled] .datepicker table tr td.highlighted:focus, fieldset[disabled] .datepicker table tr td.highlighted:hover {
  background-color: #d9edf7;
  border-color: #85c5e5;
}

.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}

.datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777;
}

.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today.focus, .datepicker table tr td.today:focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}

.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}

.datepicker table tr td.today.active, .datepicker table tr td.today:active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}

.datepicker table tr td.today.active.focus, .datepicker table tr td.today.active:focus, .datepicker table tr td.today.active:hover, .datepicker table tr td.today:active.focus, .datepicker table tr td.today:active:focus, .datepicker table tr td.today:active:hover {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}

.datepicker table tr td.today.disabled.focus, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today[disabled].focus, .datepicker table tr td.today[disabled]:focus, .datepicker table tr td.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.today.focus, fieldset[disabled] .datepicker table tr td.today:focus, fieldset[disabled] .datepicker table tr td.today:hover {
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today.focused {
  background: #ffc966;
}

.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777;
}

.datepicker table tr td.range {
  color: #000;
  background-color: #eee;
  border-color: #bbb;
  border-radius: 0;
}

.datepicker table tr td.range.focus, .datepicker table tr td.range:focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}

.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

.datepicker table tr td.range.active, .datepicker table tr td.range:active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

.datepicker table tr td.range.active.focus, .datepicker table tr td.range.active:focus, .datepicker table tr td.range.active:hover, .datepicker table tr td.range:active.focus, .datepicker table tr td.range:active:focus, .datepicker table tr td.range:active:hover {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}

.datepicker table tr td.range.disabled.focus, .datepicker table tr td.range.disabled:focus, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range[disabled].focus, .datepicker table tr td.range[disabled]:focus, .datepicker table tr td.range[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.focus, fieldset[disabled] .datepicker table tr td.range:focus, fieldset[disabled] .datepicker table tr td.range:hover {
  background-color: #eee;
  border-color: #bbb;
}

.datepicker table tr td.range.focused {
  background: #d5d5d5;
}

.datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active {
  background: #eee;
  color: #777;
}

.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted.focus, .datepicker table tr td.range.highlighted:focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted.active, .datepicker table tr td.range.highlighted:active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted.active.focus, .datepicker table tr td.range.highlighted.active:focus, .datepicker table tr td.range.highlighted.active:hover, .datepicker table tr td.range.highlighted:active.focus, .datepicker table tr td.range.highlighted:active:focus, .datepicker table tr td.range.highlighted:active:hover {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted.disabled.focus, .datepicker table tr td.range.highlighted.disabled:focus, .datepicker table tr td.range.highlighted.disabled:hover, .datepicker table tr td.range.highlighted[disabled].focus, .datepicker table tr td.range.highlighted[disabled]:focus, .datepicker table tr td.range.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.highlighted.focus, fieldset[disabled] .datepicker table tr td.range.highlighted:focus, fieldset[disabled] .datepicker table tr td.range.highlighted:hover {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}

.datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777;
}

.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.range.today.focus, .datepicker table tr td.range.today:focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}

.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today:active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}

.datepicker table tr td.range.today.active.focus, .datepicker table tr td.range.today.active:focus, .datepicker table tr td.range.today.active:hover, .datepicker table tr td.range.today:active.focus, .datepicker table tr td.range.today:active:focus, .datepicker table tr td.range.today:active:hover {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}

.datepicker table tr td.range.today.disabled.focus, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today[disabled].focus, .datepicker table tr td.range.today[disabled]:focus, .datepicker table tr td.range.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.today.focus, fieldset[disabled] .datepicker table tr td.range.today:focus, fieldset[disabled] .datepicker table tr td.range.today:hover {
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777;
}

.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777;
  border-color: #555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected.focus, .datepicker table tr td.selected.highlighted.focus, .datepicker table tr td.selected.highlighted:focus, .datepicker table tr td.selected:focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}

.datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.selected:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}

.datepicker table tr td.selected.active, .datepicker table tr td.selected.highlighted.active, .datepicker table tr td.selected.highlighted:active, .datepicker table tr td.selected:active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}

.datepicker table tr td.selected.active.focus, .datepicker table tr td.selected.active:focus, .datepicker table tr td.selected.active:hover, .datepicker table tr td.selected.highlighted.active.focus, .datepicker table tr td.selected.highlighted.active:focus, .datepicker table tr td.selected.highlighted.active:hover, .datepicker table tr td.selected.highlighted:active.focus, .datepicker table tr td.selected.highlighted:active:focus, .datepicker table tr td.selected.highlighted:active:hover, .datepicker table tr td.selected:active.focus, .datepicker table tr td.selected:active:focus, .datepicker table tr td.selected:active:hover {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}

.datepicker table tr td.selected.disabled.focus, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.highlighted.disabled.focus, .datepicker table tr td.selected.highlighted.disabled:focus, .datepicker table tr td.selected.highlighted.disabled:hover, .datepicker table tr td.selected.highlighted[disabled].focus, .datepicker table tr td.selected.highlighted[disabled]:focus, .datepicker table tr td.selected.highlighted[disabled]:hover, .datepicker table tr td.selected[disabled].focus, .datepicker table tr td.selected[disabled]:focus, .datepicker table tr td.selected[disabled]:hover, fieldset[disabled] .datepicker table tr td.selected.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:hover, fieldset[disabled] .datepicker table tr td.selected:focus, fieldset[disabled] .datepicker table tr td.selected:hover {
  background-color: #777;
  border-color: #555;
}

.datepicker table tr td.active, .datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active.focus, .datepicker table tr td.active.highlighted.focus, .datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.datepicker table tr td.active.disabled.focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.highlighted.disabled.focus, .datepicker table tr td.active.highlighted.disabled:focus, .datepicker table tr td.active.highlighted.disabled:hover, .datepicker table tr td.active.highlighted[disabled].focus, .datepicker table tr td.active.highlighted[disabled]:focus, .datepicker table tr td.active.highlighted[disabled]:hover, .datepicker table tr td.active[disabled].focus, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active[disabled]:hover, fieldset[disabled] .datepicker table tr td.active.focus, fieldset[disabled] .datepicker table tr td.active.highlighted.focus, fieldset[disabled] .datepicker table tr td.active.highlighted:focus, fieldset[disabled] .datepicker table tr td.active.highlighted:hover, fieldset[disabled] .datepicker table tr td.active:focus, fieldset[disabled] .datepicker table tr td.active:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

.datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background: #eee;
}

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default;
}

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover.focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.focus, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover.focus, .datepicker table tr td span.active:hover:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td span.active.active.focus, .datepicker table tr td span.active.active:focus, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active.focus, .datepicker table tr td span.active.disabled.active:focus, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled:active.focus, .datepicker table tr td span.active.disabled:active:focus, .datepicker table tr td span.active.disabled:active:hover, .datepicker table tr td span.active.disabled:hover.active.focus, .datepicker table tr td span.active.disabled:hover.active:focus, .datepicker table tr td span.active.disabled:hover.active:hover, .datepicker table tr td span.active.disabled:hover:active.focus, .datepicker table tr td span.active.disabled:hover:active:focus, .datepicker table tr td span.active.disabled:hover:active:hover, .datepicker table tr td span.active:active.focus, .datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:active:hover, .datepicker table tr td span.active:hover.active.focus, .datepicker table tr td span.active:hover.active:focus, .datepicker table tr td span.active:hover.active:hover, .datepicker table tr td span.active:hover:active.focus, .datepicker table tr td span.active:hover:active:focus, .datepicker table tr td span.active:hover:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.datepicker table tr td span.active.disabled.disabled.focus, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.disabled.focus, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled:hover, .datepicker table tr td span.active.disabled:hover[disabled].focus, .datepicker table tr td span.active.disabled:hover[disabled]:focus, .datepicker table tr td span.active.disabled:hover[disabled]:hover, .datepicker table tr td span.active.disabled[disabled].focus, .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active:hover.disabled.focus, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active:hover.disabled:hover, .datepicker table tr td span.active:hover[disabled].focus, .datepicker table tr td span.active:hover[disabled]:focus, .datepicker table tr td span.active:hover[disabled]:hover, .datepicker table tr td span.active[disabled].focus, .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active[disabled]:hover, fieldset[disabled] .datepicker table tr td span.active.disabled.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover, fieldset[disabled] .datepicker table tr td span.active.focus, fieldset[disabled] .datepicker table tr td span.active:focus, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active:hover.focus, fieldset[disabled] .datepicker table tr td span.active:hover:focus, fieldset[disabled] .datepicker table tr td span.active:hover:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.datepicker table tr td span.new, .datepicker table tr td span.old {
  color: #777;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .next.disabled, .datepicker .prev.disabled {
  visibility: hidden;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.input-daterange {
  width: 100%;
}

.input-daterange input {
  text-align: center;
}

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

.ychos-carousel {
  margin-top: 45px;
}

.ychos-carousel .card.inverse {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}

.ychos-carousel .card-details {
  background: #fafafa;
  min-height: 190px;
}

.ychos-carousel .card-details h4 {
  font: 22px/1 "Poppins-Bold", serif;
  text-transform: uppercase;
}

.ychos-carousel .card-details p {
  margin-bottom: 0;
}

.ychos-carousel .owl-nav .owl-prev {
  left: -50px;
}

.ychos-carousel .owl-nav .owl-next {
  right: -50px;
}

.ychos-carousel .owl-nav .owl-prev,
.ychos-carousel .owl-nav .owl-next {
  background-size: cover;
  height: 30px;
  margin-top: -15px;
}

@media (max-width: 1024px) {
  .ychos-carousel .owl-nav .owl-prev {
    left: -30px;
  }
  .ychos-carousel .owl-nav .owl-next {
    right: -30px;
  }
}

@media (max-width: 767px) {
  .ychos-carousel {
    margin-top: 25px;
  }
  .ychos-carousel .card.inverse {
    display: block;
  }
  .ychos-carousel .owl-dots {
    margin-top: 0;
  }
}

.our-vision .we-seek {
  margin-top: 45px;
}

.our-vision .we-seek .item {
  min-height: 200px;
}

.our-vision .we-seek .item h4 {
  margin-bottom: 0;
  line-height: 1.2;
}

@media (max-width: 1024px) {
  .our-vision .we-seek .item {
    min-height: 220px;
  }
}

@media (max-width: 991px) {
  .our-vision .we-seek .item {
    min-height: 240px;
  }
}

@media (max-width: 767px) {
  .our-vision .we-seek {
    margin-top: 25px;
  }
  .our-vision .we-seek .item {
    min-height: inherit;
  }
}

.csr-activti.life-sud .activiti-carousel {
  margin-top: 45px;
}

.csr-activti.life-sud .activiti-carousel .owl-stage-outer {
  height: auto;
}

.csr-activti.life-sud .owl-dots {
  display: none;
}

.csr-activti.life-sud .owl-nav .owl-prev,
.csr-activti.life-sud .owl-nav .owl-next {
  background-size: cover;
  height: 30px;
}

.csr-activti.life-sud .help-insurance .left {
  background: #fafafa;
}

@media (max-width: 1024px) {
  .csr-activti.life-sud .owl-nav .owl-prev {
    left: -30px;
  }
  .csr-activti.life-sud .owl-nav .owl-next {
    right: -30px;
  }
}

@media (max-width: 991px) {
  .csr-activti.life-sud .owl-dots {
    display: block;
  }
}

@media (max-width: 767px) {
  .csr-activti.life-sud .activiti-carousel {
    margin-top: 25px;
  }
  .csr-activti.life-sud .help-insurance .flex-row {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .csr-activti.life-sud .help-insurance .flex-row .left {
    text-align: center;
  }
  .csr-activti.life-sud .help-insurance .flex-row .left .btn-red {
    margin-right: 60px;
  }
}

.ban-txt {
  font-size: 16px;
  color: #FFFFFF;
  margin-top: 10px;
}

.payment .sud-life-tabs .tab-content {
  margin-top: 50px;
}

.payment .sud-life-tabs .tab-content .tab-content {
  margin-top: 0;
}

.payment .gray-bx {
  padding: 45px 65px 50px;
  font-size: 14px;
}

.payment .gray-bx h3 {
  margin-bottom: 20px;
  font-weight:bold;
}

.payment .gray-bx h3 + p {
  margin-bottom: 0;
}

.payment .gray-bx p.help-insurance {
  margin: 50px 0 0;
}

@media (max-width: 1024px) {
  .payment .gray-bx {
    padding: 45px;
  }
}

@media (max-width: 767px) {
  .payment .gray-bx {
    padding: 25px 20px;
  }
  .payment .gray-bx p.help-insurance {
    margin-left: -60px;
  }
  .payment .nav-tabs > li {
    width: 50%;
  }
  .payment .nav-tabs > li:first-child {
    width: 40%;
  }
}

.pay-online {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: solid 1px rgba(36, 116, 185, 0.15);
}

.pay-online .gray-bx1 {
  background: #FFFFFF;
  padding: 30px 50px;
  font-size: 16px;
}

@media (max-width: 991px) {
  .pay-online .claim-nav li {
    margin-right: 30px;
    min-width: 190px;
  }
  .pay-online .claim-nav li:nth-child(2) {
    min-width: 140px;
  }
  .pay-online .claim-nav li:nth-child(3) {
    min-width: 190px;
  }
  .pay-online .claim-nav li span {
    margin-right: 10px;
    padding-right: 10px;
    width: 70px;
  }
}

@media (max-width: 767px) {
  .pay-online .claim-nav li {
    margin-right: 15px;
  }
  .pay-online .claim-nav li:nth-child(3) {
    min-width: inherit;
  }
}

.payment-detail h4 {
  margin-bottom: 40px;
}

.payment-detail .adv-box {
  text-align: left;
}

.payment-detail .adv-box label {
  font: 16px/1 "Poppins-Medium", serif;
  color: #2474B9;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.payment-detail form {
  margin-left: 2px;
}

.payment-detail .txt-bx {
  color: #2474B9;
  /*padding: 30px 20px;*/ /*Changed by mahesh for infromant dropdown*/
  border:1px solid #d5d5d5;
}

.payment-detail .more {
  margin: 45px 0 0 10px;
  display: inline-block;
}

@media (max-width: 1024px) {
  .payment-detail form {
    margin-left: 0;
  }
  .payment-detail .more {
    margin-left: 30px;
  }
}

@media (max-width: 991px) {
  .payment-detail .more {
    margin: 20px 0 0;
  }
}

.or-line {
  padding-top: 85px;
  margin-bottom: 85px;
  border-bottom: solid 1px rgba(36, 116, 185, 0.15);
  font: 22px/1 "Poppins-Medium", serif;
  color: #2474B9;
  text-align: center;
}

.or-line span {
  background: #FFFFFF;
  display: inline-block;
  position: absolute;
  margin-top: -10px;
  padding: 0 20px;
  left: 50%;
  right: auto;
  -khtml-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .or-line {
    padding-top: 45px;
    margin-bottom: 45px;
  }
}

.cblue {
  color: #2474B9;
}

.more-op1 {
  font: 16px/1 "Poppins-Bold", serif;
  color: #ed412d;
}

.pay-cash {
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  margin-top: 50px;
}

.pay-cash .sep1 {
  border-right: 1px solid rgba(36, 116, 185, 0.15);
  padding-left: 60px;
  margin-right: 60px;
}

.pay-cash h4 + p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .pay-cash {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 30px;
  }
  .pay-cash .sep1 {
    border-right: 0;
    padding-left: 0;
    margin-right: 0;
    border-bottom: 1px solid rgba(36, 116, 185, 0.15);
    padding-top: 20px;
    margin-bottom: 20px;
  }
}








.txt_sec{border:1px solid #d1d1d1; padding:10px; font-family:Poppins-Medium; font-size:15px;}
.txt_sec2{border:1px solid #d1d1d1; width:auto; background:#0078bb;margin-top:-30px; margin-bottom:30px; padding:15px;}
.txt_lbl{color:#fff !important;margin-bottom:0px; font-weight:500; font-size:18px;}
.bdr_0{border:0px !important;}
.bdr_bg_0{background:#f8f8f8 !important; border:0px !important;}
.red{color:red;}
.lgnd{display:block; width:100%;margin-bottom:20px;line-height:0px; color:#333333; border:0; border-bottom:1px solid #e5e5e5;}
.fldst{border:1px solid #eeeeee; padding:15px;}
.lgnd_span{padding:5px; margin:-2px;background:#fff; font-size:16px;}


fieldset 
	{
		border: 1px solid #ddd !important;
		margin: 0;
		xmin-width: 0;
		padding: 0px;       
		position: relative;
		border-radius:0px;
		background-color:#fff;
		padding-left:10px!important;
	}	
	
		legend
		{
			font-size:16px;
			color:#888888;
			font-weight:bold;
			margin-bottom: 0px; 
			width: auto; 
			max-width:65%;
			font-weight:500;
			
			border-radius: 0px; 
			padding: 5px 5px 5px 5px; 
			background-color: #ffffff;
			border-bottom:0px !important;
		}


.panel-body {padding:0px;}
.txt_set{height:65px; border:0px !important; background:none !important; font-weight:400 !important;}
.sel_pnl{height:37px !important; margin-bottom:0px;padding:0px !important; 	margin-top:-12px;border:none !important; margin-left:-12px; background:none !important;}

.inp_file{background:#f8f8f8 !important; padding:12px !important; height:50px !important;}
.inp_file_txt{margin-top:-15px; margin-bottom:15px; color:red;font-size:13px;}
