﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;700&display=swap');

@font-face {
    font-family: "CircularStd";
    src: url("../fonts/CircularStd-Book.eot");
    src: url("../fonts/CircularStd-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Book.woff2") format("woff2"), url("../fonts/CircularStd-Book.woff") format("woff"), url("../fonts/CircularStd-Book.ttf") format("truetype"), url("../fonts/CircularStd-Book.svg#CircularStd") format("svg");
}

@font-face {
    font-family: "CircularStd-Black";
    src: url("../fonts/CircularStd-Black.eot");
    src: url("../fonts/CircularStd-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Black.woff2") format("woff2"), url("../fonts/CircularStd-Black.woff") format("woff"), url("../fonts/CircularStd-Black.ttf") format("truetype"), url("../fonts/CircularStd-Black.svg#CircularStdBlack") format("svg");
}

*, ::after, ::before{margin:0; padding:0; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box;  }
*:last-child{ margin-bottom:0;}
body {
    font-size: 18px;
    color: #000000;
    line-height: 1.5;
    font-weight: normal;
    font-family: 'CircularStd', sans-serif;
    /*font-family: 'Barlow', sans-serif;*/
    background-color: #FFFFFF;
}

img{border:0; outline:none; height:auto; max-width:100%; vertical-align: middle;}
a{text-decoration:none; color:#15cf77; outline:none; transition: all .5s ease 0s;}
a:hover{text-decoration:none; color:#000000;}
b, strong {}
h1,h2,h3,h4,h5,h6{font-family:'CircularStd-Black', sans-serif; line-height:1.2;}
h1{ font-size:52px; margin:0 0 10px 0;}
h2{ font-size:42px; margin:0 0 10px 0;}
h3{ font-size:34px; margin:0 0 10px 0;}
h4{ font-size:30px; margin:0 0 10px 0;}
h5{ font-size:24px; margin:0 0 10px 0;}
h6{ font-size:18px; margin:0 0 10px 0;}
p{ margin:0 0 20px 0;}
ul,ol{ margin-bottom:20px; padding-left:20px;}

input[type="text"],input[type="search"],input[type="password"],input[type="email"],input[type="tel"],input[type="url"],input[type="number"]{padding:10px 10px; font-size:18px; line-height:1.2; border-radius:5px; border:1px solid #CCCCCC; font-family: 'CircularStd', sans-serif; appearance: none; -moz-appearance: none; -webkit-appearance: none; background-color:#FFFFFF; color:#1a1c23;}
input[type="text"]:focus,input[type="search"]:focus,input[type="password"]:focus,input[type="email"]:focus,input[type="tel"]:focus{outline:none;}
input[type="text"]::placeholder, input[type="search"]::placeholder, input[type="password"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder, input[type="url"]::placeholder, input[type="number"]::placeholder{ opacity:1; color:#1a1c23;}
textarea{padding:10px 10px; border-radius:5px; border:1px solid #CCCCCC; font-family:'CircularStd', sans-serif; font-size:18px; line-height:1.2; appearance:none; -moz-appearance:none; -webkit-appearance:none;}
textarea::placeholder{ opacity:1; color:#1a1c23;}
input[type="submit"],input[type="reset"]{background-color:#ce254a; color:#1a1c23; border:0; border-radius:5px;  font-family:'CircularStd', sans-serif; line-height:1.2; padding:10px 10px 9px 10px; font-size:18px; cursor:pointer; appearance: none; -moz-appearance:none; -webkit-appearance:none; outline:none;}
input[type="submit"]:hover,input[type="reset"]:hover{background-color:#000000;}
select{padding:8px 25px 8px 10px; border-radius:5px; border:1px solid #CCCCCC; font-size:18px; line-height:1.5; font-family:'CircularStd', sans-serif; outline:none; appearance: none; -moz-appearance: none; -webkit-appearance: none; background-color: #fff; background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right .50rem center; background-size: 16px 12px;}
button{ outline:none; font-family: 'CircularStd', sans-serif; background-color:#15cf77; color:#FFFFFF; border-radius:5px; padding:12px 30px; line-height:1; font-size:20px; font-weight:500; text-transform:uppercase; border:0; letter-spacing:2px; display:inline-block; cursor:pointer; transition: all .5s ease 0s;}
button:hover{  background-color:#000000; color:#FFFFFF; transition: all .5s ease 0s;}

.sitewraper{ clear:both; margin:0 auto; padding:0; max-width:1440px;}
.sitewraper:after{ content:""; display:table; clear:both; width:100%;}
.custombtn{ outline:none; font-family: 'CircularStd', sans-serif; background-color:#15cf77; color:#FFFFFF; border-radius:5px; padding:20px 30px; line-height:1; font-size:20px; letter-spacing:-1px; font-weight:500; text-transform:uppercase; border:0; letter-spacing:2px; display:inline-block; cursor:pointer; transition: all .5s ease 0s;}
.custombtn:hover{  background-color:#000000; color:#FFFFFF; transition: all .5s ease 0s;}
.customSmlbtn{ outline:none; font-family: 'CircularStd', sans-serif; background-color:#15cf77; color:#FFFFFF; border-radius:5px; padding:10px 20px 12px 20px; line-height:1; letter-spacing:-1px; font-size:18px; font-weight:500; border:0; letter-spacing:2px; display:inline-block; cursor:pointer; transition: all .5s ease 0s;}
.customSmlbtn:hover{  background-color:#000000; color:#FFFFFF; transition: all .5s ease 0s;}



/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.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}.fa-lg{font-size:1.33333333em;line-height:.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.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .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}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);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}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}



/*Fancybox*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/*End Fancybox*/


/*Tab Accordion*/
.tab_wrapper{margin:10px 0 50px;display:inline-block;width:100%;position:relative}.tab_wrapper>ul{clear:both;display:block;width:100%;border-bottom:1px solid #49a4d9;margin:0;padding:0;}.tab_wrapper>ul:after{content:"";display:table;width:100%;clear:both;}.tab_wrapper>ul li{float:left;cursor:pointer;padding:6px 18px;border:1px solid #ccc;border-bottom:0;position:relative;border-top:1px solid #ccc;margin:0 5px 0 0; list-style-type:none;}.tab_wrapper>ul li.active{border-color:#49a4d9;color:#49a4d9}.tab_wrapper>ul li.active:after{content:"";position:absolute;bottom:-1px;height:1px;left:0;background:#fff;width:100%}.tab_wrapper .controller{display:block;overflow:hidden;clear:both;position:absolute;top:0;right:0}.tab_wrapper .controller span{padding:8px 22px;background:#49a4d9;color:#fff;text-transform:uppercase;display:inline-block}.tab_wrapper .controller span.next{float:right;margin-left:10px}.tab_wrapper .content_wrapper{float:left;width:100%;border:1px solid #49a4d9;border-top:0;box-sizing:border-box}.tab_wrapper .content_wrapper .tab_content{display:none;padding:15px 20px}.tab_wrapper .content_wrapper .tab_content .error{color:red}.tab_wrapper .content_wrapper .accordian_header{display:none;padding:10px 20px;text-transform:uppercase;border-top:1px solid #ccc;border-bottom:1px solid #fff;position:relative;cursor:pointer}.tab_wrapper .content_wrapper .accordian_header.active{color:#49a4d9;border-bottom:1px solid #ccc}.tab_wrapper .content_wrapper .accordian_header.active:after{position:absolute;top:0;left:0;content:"";width:0px;height:100%;background:#49a4d9}.tab_wrapper .content_wrapper .accordian_header .arrow{float:right;display:inline-block;width:12px;height:12px;position:relative;border-radius:2px;transform:rotate(-135deg);background:#fff;border-top:3px solid #ccc;border-left:3px solid #ccc}.tab_wrapper .content_wrapper .accordian_header.active .arrow{transform:rotate(45deg);margin-top:5px;border-top:3px solid #49a4d9;border-left:3px solid #49a4d9}.tab_wrapper.left_side>ul{width:25%;float:left;border-bottom:1px solid #ccc}.tab_wrapper.left_side>ul li{width:100%;box-sizing:border-box;margin:0;padding:12px 18px;border-width:1px;border-right:0;border-left:0}.tab_wrapper.left_side>ul li:after{left:0;top:0;content:"";position:absolute;width:5px;height:100%;background:#ccc}.tab_wrapper.left_side>ul li.active{border-color:#ccc}.tab_wrapper.left_side>ul li.active:after{left:0;top:0;width:5px;height:100%;background:#49a4d9}.tab_wrapper.left_side>ul li.active:before{right:-1px;position:absolute;top:0;content:"";width:2px;height:100%;background:#fff}.tab_wrapper.left_side .content_wrapper{width:75%;border:1px solid #ccc;float:left}.tab_wrapper.left_side .controller{top:-50px}.tab_wrapper.right_side>ul{width:25%;float:right;border-bottom:1px solid #ccc}.tab_wrapper.right_side>ul li{width:100%;box-sizing:border-box;margin:0;padding:12px 18px;border-width:1px;border-right:0;border-left:0;text-align:right}.tab_wrapper.right_side>ul li:after{right:0;left:inherit;top:0;content:"";position:absolute;width:5px;height:100%;background:#ccc}.tab_wrapper.right_side>ul li.active{border-color:#ccc}.tab_wrapper.right_side>ul li.active:after{right:0;left:inherit;top:0;width:5px;height:100%;content:"";background:#49a4d9}.tab_wrapper.right_side>ul li.active:before{left:-2px;right:inherit;position:absolute;top:0;content:"";width:2px;height:100%;background:#fff}.tab_wrapper.right_side .content_wrapper{width:75%;float:left;border:1px solid #ccc}.tab_wrapper.right_side .controller{top:-50px}.tab_wrapper.accordion .content_wrapper{border-color:#ccc}.tab_wrapper.accordion .content_wrapper .accordian_header{display:block}.tab_wrapper.accordion>ul{display:none}@media only screen and (max-width:767px){.tab_wrapper>ul{display:none}.tab_wrapper .content_wrapper{border:0}.tab_wrapper .content_wrapper .accordian_header{display:block}.tab_wrapper.left_side .content_wrapper,.tab_wrapper.right_side .content_wrapper{width:100%;border-top:0}.tab_wrapper .controller{display:none}}
/*End Tab Accordion*/



/*Header*/
.headersec{clear:both; box-shadow: 0 0px 2px 2px rgba(0,0,0,0.05); z-index: 11; position: relative;}
.headerarea{ display:flex; align-items: center; justify-content: center; padding:20px 0; }
.headerlogo{ display:block; float:left; margin:0 auto 0 0;}
.headerright{ margin:0;}
.Topmenuarea{ clear:both;}
ul.Topmenu{ clear:both; font-size:0; line-height:1; padding:0;}
ul.Topmenu > li{ font-size:20px; display:inline-block; vertical-align:middle; margin-left:40px; position:relative;}
ul.Topmenu > li:first-child{ margin-left:0;}
ul.Topmenu > li > a{ display:inline-block; color:#000000; line-height:1;}
ul.Topmenu > li > a:hover,ul.Topmenu > li.active > a{ color:#15cf77;}
ul.Topmenu > li > a.custombtn{color:#FFFFFF; padding:10px 15px 12px 15px; text-transform:none;}
.notificationdigit{ position:absolute; right:-20px; top:-20px; display:block; z-index:2; width:25px; height:25px; background-color:#F44343; border-radius:100%;}
.notificationdigit strong{ display:block; line-height:25px; text-align:center; font-weight:normal; position:relative; z-index:2; color:#FFFFFF; font-size:14px;}
.menuparentdd > a:after{content: "\f078"; font-family:"FontAwesome"; font-size:12px; line-height:1; margin-left:4px;}
.menudropdownarea{position:absolute; left:0; top:100%; min-width:200px;  display:none; padding-top:32px;}
ul.menudropdown{ display:block; margin:0; padding:0; box-shadow:0 2px 2px 2px rgba(0,0,0,0.05);}
ul.menudropdown > li{ display:block; border-top:1px solid #CCCCCC;}
ul.menudropdown > li:first-child{ border-top:0;}
ul.menudropdown > li > a{ display:block; padding:10px 10px; font-size:16px; line-height:1; color: #000000; background-color:#FFFFFF;}
ul.menudropdown > li > a:hover{ color:#15cf77;}
ul.notificationmenu{ max-width:250px; padding:0;}
ul.notificationmenu > li > a{white-space: nowrap; overflow: hidden; max-width: 100%; text-overflow: ellipsis;}
.menuparentdd:hover .menudropdownarea{ display:block;}
.menuparentdd:hover > a{color:#15cf77;}
.AvailabilityArea{ clear:both; margin:0;  padding:0px 10px 0 10px; background-color:#FFFFFF;}
.AvailabilityArea h6{ margin:0px 0 10px 0; padding:10px 0 0 0; font-size:16px;}
ul.myearninilist{ margin:0; padding:0;}
ul.myearninilist > li{ display:block;}
ul.myearninilist > li:first-child{ border-top:0;}
ul.myearninilist > li > a{ display:block; padding:10px 0px; font-size:16px; line-height:1; color: #000000; background-color:#FFFFFF; position:relative;}
ul.myearninilist > li > a:hover{ color:#15cf77;}
.myearninilist .fa-usd{ color:#15cf77; font-size:20px; position:absolute; right:0; top:10px;}
.myearninilist .fa-star{ color:#FFD700; font-size:20px; position:absolute; right:0; top:10px;}
.namefirstlter{ display:block; width:30px; height:30px; line-height:30px; text-align:center; vertical-align:middle; font-style:normal; background-color:#FFD700; color:#000000; border-radius:100%; font-size:14px; margin-right:5px; position:absolute; left:0; top: -4px;}
.namefirstlter strong{ font-weight:normal;}
.clientnamemenulink{ padding-left:34px;}

.TopemenuWrap{ clear:both;}
.mobilehamburger{ display:none; width:40px; height:35px; background-color:#15cf77; border:2px solid #15cf77; border-radius:5px; cursor:pointer; padding:2px 4px;}
.mobilehamburger > span{ position:relative; display:block; width:100%; border-radius:2px; height:4px; background-color:#FFFFFF; margin:4px 0;}
.openhamburger{ background-color:#000000; border-color:#000000;}
.notificationmenulink > span{ display:none;}
.toogle-openmenu .TopemenuWrap{ position:absolute; right:0; top:100%; z-index:2; width: 100%; display:block;}
.toogle-openmenu ul.Topmenu > li{ display:block; margin:0;}
.toogle-openmenu ul.Topmenu > li > a{ padding:10px 10px; background-color:#FFFFFF; border-top:1px solid #EEEEEE; width:100%;}
.toogle-openmenu ul.Topmenu > li > a.custombtn{ border-radius:0; background-color:#15cf77;}
.toogle-openmenu .notificationdigit{top: 8px; right: 10px;}
.toogle-openmenu .menudropdownarea{ top:auto; position:static;padding:0;}
.toogle-openmenu ul.notificationmenu{ max-width:100%;}
.toogle-openmenu .menuparentdd:hover .menudropdownarea{ display:block;}
.toogle-openmenu .clientnamemenulink{ padding-left:35px!important;}
.toogle-openmenu .namefirstlter{ left:10px; top:10px;}
.toogle-openmenu ul.menudropdown > li > a{ background-color:#F4F4F4;}
.toogle-openmenu ul.myearninilist > li > a{ background-color:#F4F4F4; padding:10px 10px;}
.toogle-openmenu .AvailabilityArea{ padding:0;}
.toogle-openmenu .logoutbtnli{ background-color:#F4F4F4;}
.toogle-openmenu .notificationmenulink:before{}
.toogle-openmenu .notificationmenulink > span{ display:inline-block; margin-right:10px;}
.toogle-openmenu .myearninilist .fa-usd{ right:10px;}
.toogle-openmenu .myearninilist .fa-star{ right:10px;}


/*Banner*/
.bannersec{ clear:both;  display:flex; align-items: initial; justify-content: center;  flex-direction: column;}
.bannerarea{ clear:both; }
.bannerarea:after{ content:""; display:table; clear:both; width:100%;}
.bannersec > .sitewraper{ width:1440px;}
.banercaption{ clear:both; width:500px; float: right; word-break: break-word;}
.grenTxt{ color:#15cf77;}
.TextCenter{ text-align:center;}
.FontNormal{ font-weight:normal;}
.homebaner{ min-height:590px; background-image:url("../images/bannerimg.jpg"); background-position:center center; background-repeat:no-repeat; background-size:cover;}
.homebaner h5{ font-weight:normal; margin-bottom:30px;}
.homebaner .custombtn{ font-weight:500; box-shadow:0 5px 5px 0px rgba(0,0,0,0.1);}


/*Getting-Help*/
.GettinghelpSec{clear:both; padding:80px 0;}
.gettinghelparea{clear:both; text-align:center;}
.gettinghelparea h2{ text-align:center; margin:0 0 50px 0;}
ul.getHelplist{ clear:both; font-size:0; text-align:center; padding:0;}
ul.getHelplist > li{ display:inline-block; vertical-align:top; width:33.33%; font-size:18px;  position:relative;}
ul.getHelplist > li:before{content:""; width:43px; height:31px; background:url("../images/sprite.png") no-repeat 0 0; display:block; position:absolute; right:-20px; top:30px;}
ul.getHelplist > li:last-child:before{ display:none;}
.getingBox{ clear:both; margin:0 auto; max-width:300px;}
.getingBox h5{ min-height:60px;}
.getingBox img{ margin:0 auto 20px auto;}
.gettinghelparea > .custombtn{ margin-top:50px;}

/*OnlineClasses*/
.OnlineClaSec{ clear:both; position:relative;}
.OnlineClarea{ clear:both;}
.OnlineClarea:after{ content:""; display:table; clear:both; width:100%;}
.OnlineClRgt{ width:50%; float:right; padding:50px 0 50px 50px;}
.OnlineClRgt:before{ content:""; display:block; position:absolute; left:0; top:0; height:100%; bottom:0; background:url("../images/onlincalass.jpg") no-repeat right center; width:50%; background-size:cover;}
.OnlineClRgt h2{ margin:0 0 20px 0;}
.OnlineClRgt h5{ margin:0 0 20px 0; font-weight:500;}
.OnlineClRgt > .custombtn{ margin:50px 0 0 45px;}
ul.GrenGhkList{ display:block; padding:0;}
ul.GrenGhkList > li{ position:relative; padding-left:40px; margin-bottom:10px; display:block;}
ul.GrenGhkList > li:before{ content:""; display:block; width:30px; height:30px; position:absolute; left:0; top:0; background:url("../images/sprite.png") no-repeat 0 -40px;}
ul.GrenGhkList > li:last-child{ margin-bottom:0;}

/*FivestarReview*/
.FivStarRevSec{ clear:both; padding:80px 0;}
.FivStarRevSec > .sitewraper{ max-width:100%;}
.FivStarRevarea{ clear:both; text-align:center;}
.FivStarRevarea h2{ margin:0 0 20px 0;}
ul.ReviewListing{ clear:both; font-size:0; text-align:center; padding:0 20px;}
ul.ReviewListing > li{ display:inline-block; vertical-align:top; width:33.33%; font-size:18px;  position:relative; padding:0 20px;}
.ReviewBox{ background-color:#f8fafd; border-radius:30px; padding:30px;}
.ReviewBox > img{ display:block; margin:-90px auto 20px auto; border:5px solid #15cf77; border-radius:100%;}
.ReviewBox h5{ margin:0 0 10px 0;}
.ReviewBox h5 span{ font-size:18px; font-weight:normal; display:block; line-height:1; margin:5px 0 0 0;}
.fivestarimg{ margin-bottom:120px;}

/*HowMuch*/
.HowMuchSec{ clear:both; padding:80px 0 80px 0;}
.HowMucharea{ clear:both; text-align:center;}
.HowMucharea h2{ margin-bottom:30px;}
.GethelpBox{ margin:0 auto; max-width:785px; border:1px solid #a1a1a1; padding:40px;}
.GethelpBox > p{ font-size:20px;}
.fromprice{ border:1px solid #a1a1a1; display:inline-block; border-radius:30px; line-height:1; padding:10px 20px; font-size:16px; margin:0 0 10px 0;}
.fromprice strong{ font-size:22px; display:block; margin:0px 0 0 0;}


/*BeomeMember*/
.BecomMemberSec{clear:both; background:url("../images/becom-member-bg.jpg") no-repeat center top #ffffe5; min-height:666px; padding:60px 0;}
.BecomMemberarea{ clear:both; text-align:center;}
.BecomMemberarea h5{ margin:0 0 0px 0; font-weight:normal;}
.becommembrbtn{ border:5px solid #15cf77; background-color:#ffffff; padding:5px; font-size:22px;}
.becommembrbtn:hover{ border-color:#000000;}
.becommembrbtn:hover span{ background-color:#000000;}
.becommembrbtn span{ background-color:#15cf77; display:block; border-radius:5px; padding:20px 20px;}

/*Faq*/
.FaqSec{clear:both; padding:60px 0 60px 0;}
.Faqarea{ clear:both; padding:0;}
.Faqarea h2{ margin:0 0 40px 0; text-align:center;}
.Faqarea .tab_wrapper{ margin:0 auto; max-width:950px; display:block;}
.Faqarea .tab_wrapper .content_wrapper{ border:0;}
.Faqarea .tab_wrapper .content_wrapper .accordian_header{ font-size:20px; text-transform:none; padding:10px 0; font-weight:bold;}
.Faqarea .tab_wrapper .content_wrapper .accordian_header .arrow{border-top-width:2px; border-left-width:2px; border-color: #000000; margin-top: 4px;}
.Faqarea .tab_wrapper .content_wrapper .accordian_header:first-child{ border-top:0;}
.Faqarea .tab_wrapper .content_wrapper .accordian_header.active{ color:#000000; border-bottom:0;}
.Faqarea .tab_wrapper .content_wrapper .accordian_header.active .arrow{margin-top:10px;}
.Faqarea .tab_wrapper .content_wrapper .tab_content{ padding:10px 0;}

/*HaveanyQue*/
.HaveanyQueSec{clear:both;}
.HaveanyQuearea{ clear:both; padding:60px 0; border-top:1px solid #000000;}
.HaveanyQuearea h5{ margin:0 0 10px 0;}
.HaveanyBox{ clear:both; margin:0 auto; width:550px; position:relative; padding-left:150px;}
.HaveanyBox > img{ position:absolute; left:0; top:0;}

/*NewsletterSec*/
.NewsletterSec{clear:both; background-color:#15cf77;}
.Newsletterarea{ clear:both; padding:60px 0; align-items: center; justify-content: center; display:flex;}
.NewltrLeft{ float:left; width:40%; border-right:1px solid #FFFFFF; padding-right:50px;}
.NewltrLeft h2{ font-size:24px; font-weight:normal; color:#FFFFFF;}
.NewltrLeft h3{ color:#FFFFFF; font-size:32px;}
.newsLetrformarea{float:right; width:50%; padding:30px 0 30px 0px; margin:0 5%; }
.newsLetrform{ display:block; position:relative; font-size:0;}
.newsLetrform input[type="email"]{ padding:20px 94px 20px 20px; border:0; height:74px; width:100%}
.newsLetrform input[type="email"]::placeholder{ color:#999999;}
.newsLetrform button,.newsLetrform input[type="button"]{ position:absolute; right:0; top:0; border:0; font-size:0; height:74px; width:74px; border-radius:0px 5px 5px 0; z-index:2; background:url("../images/sprite.png") no-repeat -110px 20px #000000; padding:0;}

/*Footer*/
.FooterSec{clear:both; background-color:#1b1b1b; color:#FFFFFF;}
.FooterTopSec{clear:both;}
.FooterTopArea{clear:both; padding:50px 0;}
.FooterTopArea:after{ content:""; display:table; clear:both; width:100%;}
.FooterLeft{ float:left; width:30%;}
.FooterLeft h5{ margin:0 0 20px 0; font-size:22px;}
ul.FooterContlist{ margin:0 0 40px 0; padding:0;}
ul.FooterContlist > li{ display:block; line-height:1; font-size:20px; margin:0 0 20px 0;}
ul.FooterContlist > li a{ color:#FFFFFF;}
ul.FooterContlist > li a:hover{ color:#15cf77;}
ul.FooterContlist > li:last-child{ margin-bottom:0;}
.fotercal{ position:relative; padding-left:40px;}
.fotercal:before{ content:""; display:block; position:absolute; left:0; top:0; width:25px; height:25px; background:url("../images/sprite.png") no-repeat 0 -80px;}
.fotermail{ position:relative; padding-left:40px;}
.fotermail:before{ content:""; display:block; position:absolute; left:0; top:0; width:26px; height:25px; background:url("../images/sprite.png") no-repeat 0 -110px;}
ul.sociallinks{ margin:0; padding:0; font-size:0; text-align:left;}
ul.sociallinks > li{ font-size:25px; display:inline-block; margin-left:20px; line-height:1;}
ul.sociallinks > li:first-child{ margin-left:0;}
ul.sociallinks > li a{ color:#FFFFFF; }
ul.sociallinks > li a:hover{ color:#15cf77;}
.FooterRight{ float:right; width:70%; padding-left:10%; border-left:1px solid #7c7c7c;}
.FooterRight:after{ content:""; display:table; clear:both; width:100%;}
.FooterCol{ float:left; width:33.333%;}
.FooterCol h5{ line-height:1; margin:0 0 20px 0; font-size:22px;}
ul.FootermenuList{ margin:0; padding:0 0 0 0px; line-height: 1;}
ul.FootermenuList > li{ display:block; margin:0 0 15px 0;}
ul.FootermenuList > li a{ display:inline-block; color:#FFFFFF;}
ul.FootermenuList > li a:hover{ color:#15cf77;}
ul.FootermenuList > li:last-child{ margin-bottom:0;}
.FooterBotSec{clear:both; border-top:1px solid #7c7c7c;}
.FooterBottom{clear:both; padding:30px 0;}
.Fotercopyright{ text-align:left; font-size:14px; line-height:1;}

/*AboutPage*/
.aboutbaner{background:url("../images/aboutbnerimg.jpg") no-repeat center top; min-height:590px;}
.aboutbaner .banercaption{ color:#FFFFFF;}
.aboutbaner .banercaption h5{ font-weight:normal;}
.PgSection{ clear:both; padding:0px 0 80px 0; word-break: break-word;}
.PgSection.firstsec{ padding-top:80px;}
.PgSecArea{ clear:both;}
.PgSecArea h2{ margin:0 0 20px 0;}
.PgSecArea h4{ margin:0 0 20px 0;}
.Greypaternbg{background:url("../images/greypatern.jpg") no-repeat center top #f6f8fc;}
.pgTwocol{align-items: center; justify-content: center; display:flex;}
.PgContArea{ width:55%; }
.pgTwocol .PgContArea{ margin-right: auto;}
.PgImgArea img{ border-radius:100%; box-shadow: 0 10px 10px 10px rgba(0,0,0,0.03); border:10px solid #dfeaee;}
.pgTwocolRev{align-items:center; justify-content:center; display:flex; flex-direction:row-reverse;}
.pgTwocolRev .PgContArea{margin-left:auto;}
.PgBotm2Colarea{ clear:both; padding:80px 0 80px 0; align-items:top; justify-content:center; display:flex;}
.PgBotm2Colarea .HaveanyBox{ margin:0;}
.PgBotm2Colarea .HaveanyBox:nth-child(1){ padding-left:170px;}
.PgBotm2Colarea .HaveanyBox:nth-child(2){ margin-left:100px; position:relative;}
.PgBotm2Colarea .HaveanyBox:nth-child(2):before{ content:""; display:block; width:1px; height:100%; background-color:#a1a1a1; position:absolute; left:-50px; top:0;}
.PgImgArea{ width:30%;}


/*RegisterAndLogin*/
.fancybox-close-small{ background-color:#15cf77;}
.fancybox-slide--html .fancybox-close-small{ color:#FFFFFF;}
.fancybox-content{ padding:20px; border-radius: 10px}
ul.selectusrslist{ font-size:0; text-align:center; margin:40px 0 20px 0; padding:0;}
ul.selectusrslist > li{ display:inline-block; font-size:18px; margin-left:30px; }
ul.selectusrslist > li:first-child{ margin-left:0;}
ul.selectusrslist > li input[type="radio"]{ display:none;}
ul.selectusrslist > li label{ display:block; position:relative; padding-left:30px; line-height:1; font-weight:500; cursor:pointer;}
ul.selectusrslist > li label:before{ content:""; display:block; width:18px; height:18px; border:3px solid #FFFFFF; border-radius:100%; position:absolute; left:0; top:0; box-shadow:0 0 1px 1px rgba(0,0,0,0.5);}
ul.selectusrslist > li input[type="radio"]:checked + label:before{ background-color:#15cf77;}
ul.logininlist{ font-size:0; text-align:center; margin:0 -10px; padding:0;}
ul.logininlist > li{ display:inline-block; vertical-align:top; padding:0 10px; font-size:18px; margin:20px 0; text-align:left; width:50%; position:relative;}
ul.logininlist > li.listfull{ width:100%;}
ul.logininlist > li input[type="text"],ul.logininlist > li input[type="email"],ul.logininlist > li input[type="password"],ul.logininlist > li select{ border-radius:0; border:0; border-bottom:1px solid #a1a1a1; padding:10px 0px; width:100%;}
ul.logininlist > li input[type="text"]:focus,ul.logininlist > li input[type="email"]:focus,ul.logininlist > li input[type="password"]:focus,ul.logininlist > li select:focus{ border-bottom-color:#15cf77;}
.RandLpopup .custombtn{ display:block; text-align:center; width:100%; margin:20px 0 0 0;}
.acceptancelist input[type="checkbox"]{ display:none;}
.acceptancelist label{ display:block; position:relative; padding-left:30px; line-height:1;  color:#616161; cursor:pointer;}
.acceptancelist label:before{ content:""; display:block; width:20px; height:20px; border:3px solid #FFFFFF; position:absolute; left:0; top:0; box-shadow:0 0 1px 1px rgba(0,0,0,0.5);}
.acceptancelist input[type="checkbox"]:checked + label:before{ content:"\f00c"; font-family:"FontAwesome"; line-height: 13px; font-size: 18px; text-indent: -2px; color:#15cf77;}
.RandLpopup{ max-width:700px;  display:none;}
.RandLpopup h2{ text-align:center; margin:0 0 20px 0;}
.userlist .fa{ position:absolute; left:10px; top:6px; font-size:30px; line-height:1; color:#15cf77;}
.emailist .fa{ position:absolute; left:10px; top:9px; font-size:22px; line-height:1; color:#15cf77;z-index:2;}
.passwordlist .fa-lock{ position:absolute; left:10px; top:6px; font-size:32px; line-height:1; color:#15cf77;z-index: 2;}
.passwordlist .fa-eye-slash{ position:absolute; right:10px; top:6px; font-size:20px; line-height:1; color:#193e5b;}
ul.logininlist > li.userlist input[type="text"], ul.logininlist > li.emailist input[type="email"], ul.logininlist > li.passwordlist input[type="password"], ul.logininlist > li.passwordlist input[type="text"] {  padding-left: 30px;}
ul.logininlist > li.userlist select{ padding-left:30px;}
.swal2-container {z-index:99999!important;}
.sunloader {background: rgba(0,0,0,.5); align-items: center; display: none; justify-content: center; z-index: 99999; height: 100%; left: 0; position: absolute; top: 0; width: 100%;}
body.loading .sunloader {overflow: hidden;}
body.loading .sunloader {display: flex;}
.btnwithforgot{ clear:both; display:flex; margin:20px 0 0 0; align-items: center;}
.RandLpopup .btnwithforgot .custombtn{ margin:0; width:50%;}
.forgotlinkwrp{ width:50%; text-align:center;}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
   /* -webkit-box-shadow: 0 0 0 30px white inset !important;*/
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    color: rgb(0, 0, 0);
}
/*Dashboard*/
.DashboardSec{ clear:both; padding:60px 0 60px 0;}
.titlewithbtn{ display:flex;}
.titlewithbtn .custombtn{ margin-left:auto; box-shadow: 0 5px 5px 0px rgba(0,0,0,0.1);}
.DashboardArea{ clear:both;}
.DashboardArea .titlewithbtn{ margin-bottom:40px;}
ul.activitylist{ margin:0; padding:0;}
ul.activitylist > li{ display:flex; justify-content: space-between; margin-bottom:20px; border:1px solid #a1a1a1; border-radius:10px; overflow:hidden;}
ul.activitylist > li:last-child{ margin-bottom:0;}
.activityleft{display:flex; align-items: center; justify-content: center; flex-direction: column; width:25%; padding:20px 10px; background-color:#f3f3f3;}
.activityleft h5{ font-size:22px; margin:0;}
.activitymid{display:flex; align-items: start; justify-content: start; flex-direction: column; padding:20px 20px; width:65%}
.activitymid h6{ font-size:20px;}
.activityright{display:flex; align-items: center; justify-content: center; flex-direction: column; width:10%; padding:0 0px; background-color:#f3f3f3;}
.note2area{ text-align:center; background-color:#FFFFFF; border-radius:100%; border:2px solid #a1a1a1; width:152px; height:152px; display:flex; align-items: center; justify-content: center; flex-direction: column; margin:10px 0;}
.note2area img{ display:inline-block; vertical-align:middle;}
ol.countinglist{ margin:0; padding:0 0 0 25px;}
    ol.countinglist > li {
        margin: 0 0 15px 0;
        word-break: break-all;
    }
ol.countinglist > li::marker{ font-weight:bold;}
ol.countinglist > li:last-child{ margin:0;}
.deleteactivity{ display:block; margin:0 auto; width:72px; height:72px; background-color:#051436; text-align:center; border-radius:100%;}
.deleteactivity span{ width:29px; height:40px; display:block; margin:17px auto 0 auto; background:url("../images/sprite.png") no-repeat left -147px;}
.deleteactivity:hover{ background-color:#15cf77;}
.DashboardArea .tab_wrapper .content_wrapper .tab_content{ padding:30px 0 0 0;}
.DashboardArea .tab_wrapper .content_wrapper{ border:0;}
.DashboardArea .tab_wrapper{ margin:0;}
.DashboardArea .tab_wrapper > ul{ border-bottom-color:#a1a1a1;}
.DashboardArea .tab_wrapper > ul li{ border-color:transparent; background-color:#000000; color:#FFFFFF; font-size:28px; font-weight:100; border-radius:10px 10px 0 0px; min-width:220px; text-align:center; margin-right:10px; }
.DashboardArea .tab_wrapper > ul li.active{ background-color:#15cf77;}
.DashboardArea .tab_wrapper > ul li.active::after{ background-color:transparent;}
.DeleteBox{ display:none; text-align:center; padding:50px 20px 30px 20px; min-width:325px; }
.DeleteBox h5{ font-weight:normal; margin:0 0 20px 0; font-size:22px; line-height:1.5;}
.GreyBtnSmall{ color:#FFFFFF; background-color:#1b1b1b; display:inline-block; padding: 10px 15px 10px 15px; line-height:1; border-radius:5px; }
.GreyBtnSmall:hover{background-color:#15cf77; color:#FFFFFF;}
.DeleteBox .GreyBtnSmall{ text-transform:uppercase; font-size:22px; margin:3px;}


.QuestionPopup{width:700px;  display:none; position:relative; padding-right:220px;}
.frmsubmit{ display:block; float:left; width:500px;}
div.pie_progress {width: 150px; position:absolute; right:20px; top:50%; margin-top:-75px;}
.pie_progress .pie_progress__content > p{ margin-bottom:0px;}
.QuesBox{ clear:both;}
.QuesBox > textarea{ width:100%; height:150px; margin:0 0 10px 0;}
.QuesBox .nextbtn{font-family: 'CircularStd', sans-serif; background-color: #15cf77; color:#FFFFFF; padding:10px 15px; border:0; border-radius:5px; cursor:pointer; line-height:1;}
.QuesBox .nextbtn:hover{ background-color:#000000;}
.QuesBox .prevbtn{font-family: 'CircularStd', sans-serif; background-color: #333333; color:#FFFFFF; padding:10px 15px; border:0; border-radius:5px; cursor:pointer; line-height:1;}
.QuesBox .prevbtn:hover{ background-color:#000000;}
.progresstext{ line-height:1; margin:0 0 10px 0;}
.progresspercentage{ color:#6699FF; line-height:1; font-weight:bold; color:#15cf77; font-size:30px;}


/*Mentor*/
.mentorsec{ clear:both;}
.mentorarea{ clear:both; padding:20px 0;}
.mentorarea > h2{ text-align:center; margin:0 0 20px 0;}
.mentorpart{ clear:both; margin:0 auto;}
.mentororow{ clear:both; display:flex; justify-content: center; margin:10px 0px; overflow:hidden; padding:20px 0; border-top:1px solid #CCC;}
.mentorpart .mentororow:first-child{ border-top:0; padding-top:10px;}
.mentrimgarea{ width:15%; padding:0 10px 0 0;}
.mentrimgframe{ clear:both; border:1px solid #17CF77; border-radius:5px; padding:0px; overflow:hidden; box-shadow: 0 2px 2px 2px rgba(0,0,0,0.05);}
.mentrdetails{ width:40%; padding:0 10px;}
.mentrdetails > h5{ color:#15CF77; line-height: 1;}
.mentreicons{ width:15%;}
.mentreicons2{ width:10%;}
.mentreemailcol{ width:20%;}
.mentreemailcol ul.mentrdetailslist{ margin:40px 0 0 0; padding:0;}
.mentreemailcol ul.mentrdetailslist > li{ text-align:center;} 
ul.mentrdetailslist{ display:block; clear:both; padding:0;}
ul.mentrdetailslist > li{ display:block; margin:0 0 5px 0; font-size:16px;}
ul.mentrdetailslist > li:last-child{ margin:0;}
ul.mentrdetailslist > li img{ margin-right:10px; width:35px;}
ul.mentrcionlist{ display:block; clear:both; text-align:center; padding:0;}
ul.mentrcionlist > li{ display:inline-block; vertical-align:middle; margin:5px;}
.mentrmoredetails{ width:40%;}
ul.mentrmoredetailslist{ display:block; clear:both; padding:0;}
ul.mentrmoredetailslist > li{ display:block; margin:0 0 2px 0;}
.linkedinwrp{ text-align:center; clear:both; margin:40px 0 0 0;}
.speechwrp{ text-align:center; clear:both; margin:40px 0 0 0;}




/*My Profile*/
.myprofilesec{ clear:both;}
.myprofilearea{ clear:both; padding:20px 0;}
.myprofilearea > h2{ text-align:center; margin:0 0 20px 0;}
form.myprofileform{ display:block; margin:0 auto; padding:10px; background-color:#FFFFFF; box-shadow:0 0 5px 5px rgba(0,0,0,0.1); border:1px solid #15cf77;}
form.myprofileform:after{ content:""; display:table; clear:both; width:100%;}
form.myprofileform > .form-group{ display:block; float:left; width:50%; padding:0 10px; margin:10px 0;}
form.myprofileform > .form-group > label{ display:block; margin:0 0 10px 0;}
form.myprofileform > .form-group input[type="text"]{ width:100%;}
form.myprofileform > .form-group textarea{ width:100%;}
form.myprofileform > .formgroupfull{ width:100%;}
.filephotoupload{ clear:both; margin:0; padding:0; display: flex;    align-items: center; border: 1px dotted #CCC; padding: 10px;}
.fileuplodpart{ display:block; float:left; width:60%; position:relative;}
.fileuplodimg{ display:block; float:left; width:40%; padding-left:10px;}
.fileuplodimg img{ border: 1px solid #17CF77; border-radius: 5px;}


/*View Profile*/
.viewprofilesec{ clear:both;}
.viewprofilearea{ clear:both; padding:20px 0;}
.viewprofilearea > h2{ text-align:center; margin:0 0 20px 0;}
.Viewprofilepart{ clear:both; margin:0 auto;}
.greytitlearea{ clear:both; margin:0 0 20px 0; padding:10px 10px; background-color: #F4F4F4;}
.greytitlearea:after{ content:""; display:table; clear:both; width:100%;}
.greytitlearea > h5{ display:block; float:left; margin:0; display:inline-block; line-height:1; }
.personlainfoarea{ clear:both; margin:0 0 20px 0; padding:0 0 20px 0; border-bottom:1px solid #CCC;}
.personlainfoarea h6,.accontdetailarea h6{ margin:0 0 20px 0;}
.personlainfoarea:after{ content:""; display:table; clear:both; width:100%;}
.personlainimgarea{ float:left; width:15%;}
.personlainimgareafrm{ border: 1px solid #17CF77; border-radius: 5px; overflow:hidden; position:relative;}
.personlainfocont{ float:left; width:60%; margin-left:2%;}
.personlainfocont2{ float:right; width:22%; text-align:right;}
ul.personingolist{ display:block; clear:both; padding:0;}
ul.personingolist > li{ display:block; margin:0px 0 10px 0;}
.accontdetailarea{ clear:both;  margin:0 0 20px 0; padding:0 0 20px 0; border-bottom:1px solid #CCC;}
.accontdetailarea:after{ content:""; display:table; clear:both; width:100%;}
.viewtext{ display:inline-block; line-height:1; color:#000000; font-weight: 500;}
ul.accontdetaillist{ display:block; clear:both; padding:0;}
ul.accontdetaillist > li{ display:block; margin:0px 0 10px 0;}
ul.accontdetaillist > li .profileditlink{ display:inline-block; position:static; vertical-align:top;}
.firstlabel{ display:inline-block; min-width:120px;}
.profileditlink{ position:absolute; right:10px; bottom:10px; z-index:2; border-radius: 100%; width: 25px; height: 25px; background-color:rgba(255,255,255,0.5);}
.profileditlink img{ width:15px; height:20px; display:block; margin:3px auto 0 auto;}
.personlainimgareafrm:hover .profileditlink{ display:block;}
ul.personingolist > li .customSmlbtn{ float:right; padding:5px 10px; font-size:16px; letter-spacing:0;}
.personlainfocont2 .customSmlbtn{padding: 5px 10px; font-size: 16px; letter-spacing: 0; display:inline-block; margin:5px;}
.viewimground150{ width:150px; height:150px; position:relative; display:block; margin:0 auto; border-radius:100%; overflow: hidden;}
.viewimground150 img{ position:absolute; left:50%; top:50%; transform: translate(-50%,-50%); min-height:100%;}

/*Message*/
.innersec{ clear:both;}
.innersecarea{ clear:both; padding:20px 0;}
ul.headingiconslist{ display:block; float:right; padding:0;}
ul.headingiconslist > li{ display:block; float:left; margin:0 0 0 10px;}
ul.headingiconslist > li:first-child{ margin-left:0;}
ul.headingiconslist > li i{ display:block; font-size:24px; line-height:1;}
.mesrowwrappart{ clear:both; margin:0; padding:0;}
.mesrowsecpart{ clear:both; display:flex; justify-content: center; margin:10px 0px; overflow:hidden; padding:20px 0; border-top:1px solid #CCC; width: 100%;}
.mesrowwrappart .mesrowsecpart:first-child{ border-top:0; padding-top:10px;}
.mesrowcol0{ width:15%; padding-right:10px;}
.mesimgwrap{ display:block; clear: both; border: 1px solid #17CF77; border-radius: 5px; padding: 0px; overflow: hidden; box-shadow: 0 2px 2px 2px rgba(0,0,0,0.05);}
.mesrowcol1{ width:75%; padding:0 10px;}
.mesrowcol2{ width:10%;}
.mesrowcol1 > h5{ color:#15cf77;}
ul.mesdetailslist{ display:block; clear:both; padding:0;}
ul.mesdetailslist > li{ display:block; margin:0 0 0px 0; font-size:16px;}
ul.mesdetailslist > li:last-child{ margin-bottom:0;}
ul.mesiconlist{ display:block; clear:both; text-align:right; padding:0;}
ul.mesiconlist > li{ display:inline-block; vertical-align:middle; margin:0 5px;}
.recievedon{  line-height:1; font-size:16px; padding:5px 0 0 0;}
.recievedon > p{margin-bottom:10px;}
.attchementicon{ color:#000000; font-size:20px; line-height:1;}
.buttonnormal{ border:0; padding:0; font-size:16px; background-color:transparent; color:#000000; outline:0; text-transform:none; line-height: 1; display: inline-block;}
.buttonnormal:hover{ background-color:transparent; border:0; outline:0; color:#15cf77; }
.logoutbtnli{ padding:10px; background-color:#FFFFFF;}
.mesrowcol1-1 {width:35%;}
.mesrowcol4-1 {width: 35%;}
.mesrowcol2-2 {width:20%;}
ul.paymentslist {display: block;clear: both; text-align:right; padding:0;}
ul.paymentslist > li {display: block; margin: 0 0 5px 0; font-size: 16px;}
.bordertop1 {border-top:1px solid #CCCCCC;}


/*ChatBox*/
.Chatbox {
    display: none;
}
.ChatboxOuter .Chatbox {
    width: 600px;
    padding: 0;
    background-color: transparent;
    
}
.ChatboxOuter .fancybox-slide--html .fancybox-close-small{ height:60px;}

.ChatHeader{ display:flex; padding:5px 10px 5px 10px; box-shadow: 0 2px 2px 2px rgba(0,0,0,0.05);}
.ChatUserWrp{ display:flex;}
.ChatUserImg{ width:50px; height:50px; overflow:hidden; border-radius:100%; position:relative; border:1px solid #F0F0F0;}
.ChatUserImg img{ position:absolute; left:50%; top:50%; transform: translate(-50%,-50%); min-height:100%;}
.ChatUserDetails{ display:block; padding-left:10px;}
.ChatUserDetails h6{ margin:0 0 5px 0;}
.ChatUserDetails p{ margin:0 0 0px 0; line-height:1; color:#999999; font-size:16px;}
.ChatboxWraper{ clear:both; background-color:#FFFFFF;}
.ChatingInputArea{ clear:both; padding:10px 10px 10px 10px; box-shadow:0 -2px 2px 2px rgba(0,0,0,0.05);}
.ChatingInputBtn{ position:relative;}
.ChatingTexarea{ margin:0; padding:5px 65px 5px 10px; border:1px solid #CCCCCC; outline:0; box-shadow:none; height:55px; width:100%; resize:none;}
.ChatingTexarea::placeholder{ color:#999999;}
.ChatingSend{ position:absolute; right:0; top:0; width:55px; height:55px; background-color:#15cf77; border:0; color:#FFFFFF; padding:0; text-align:center; line-height:40px; border-radius:0px 5px 5px 0;}
.ChatboxContWrp{ clear:both; padding:10px 10px; background-color:rgba(0, 0, 0, 0.01); min-height: calc(100vh - 160px); max-height: calc(100vh - 160px); overflow-y:auto;}
.ChatboxRow{ display:block; clear:both; display:flex;}
.ChatboxLeft{ float:left; width:80%; text-align:left;}
.ChatrowUser{justify-content: end;}
.ChatrowUser .ChatboxLeft{ float:right; width:80%; text-align:left;}
.ChatTime{ clear:both; line-height:1; font-size:12px; color:#999999; margin:0 0 5px 0;}
.ChatPart{ display:block; float:left; clear:left; background-color:#f0f3fa; color:#333333; font-size:16px; padding:10px 20px; border-radius:10px; margin-bottom:5px;}
.ChatrowUser .ChatPart{ float:right; background-color:#15cf77; color:#FFFFFF; clear:right;}
.ChatBoxNot{clear:both; text-align:center; padding:10px 10px;}
.Chattalkspace{ line-height:1; font-size:16px; color:#999999; margin:0 0 5px 0;}
.ChatEmailSent{ line-height:1; font-size:16px; font-weight:bold; color:#000000; margin:0 0 5px 0;}
.ChatBoxTime {line-height: 1; font-size: 16px; color: #999999; margin: 0 0 0px 0; padding: 25px 50px 0 0; margin-left: auto;}
.msgsent { clear: both; text-align: right;}
.msgsent i.fa {font-size: 10px; line-height: 12px; display: block; color: #9b9797;}
.notificationpart {clear: both;}
ul.notificationpglist{ display:block; clear:both; padding:0;}
ul.notificationpglist > li {display: flex; background-color: #E9FFF5; padding: 5px 10px; border: 1px solid #15CF77; border-top-color: rgb(21, 207, 119); border-top-style: solid; border-top-width: 1px; border-top: 0;}
ul.notificationpglist > li:first-child {border-top: 1px solid #15CF77;}
ul.notificationpglist > li > a{ display:flex; width:100%; color:#000000;}
ul.notificationpglist > li:last-child{ margin:0;}
.notificTitle{ width:15%; position:relative; padding-left:25px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.notificTitle .fa-bell{ position:absolute; left:0; top:6px;}
.notificDescrip{ width:70%; text-align:left; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
.notificDescripText{ width:35%; text-align:left; color: #999999;}
.notificDate{ width:15%; text-align:right; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}

.NotiFicaPopup{ max-width:600px; min-width:600px; padding-top:10px;display:none;}
.NotiFicaPopup > h4{ text-align:left;}
.notificapouptime{ clear:both; text-align:left; font-weight:bold;}
.notfound {color: #15CF77;}
.infocustom {color: #000000;}
.searchactivity {display:block; margin:0 auto;}
.tab_wrapper > ul li.newactivitytab {float:right; margin-right:0;}
.ChatboxLink {padding: 5px 10px 7px 10px; line-height: 1;}
ul.FooterIconsList {display:block; font-size:0; max-width: 160px; padding:0;}
ul.FooterIconsList:after{content:""; display:table; width:100%; clear:both;}
ul.FooterIconsList > li img {width:100%;}
ul.FooterIconsList > li{font-size:0; margin:2px 0px; padding:0 2px; width:33.33%; text-align:center; display:inline-block;}
ul.FooterIconsList > li.fullwidth {width:100%;}
div.clhomepage { word-break:break-word;}

.bememberbaner{ background-image:url("../images/becommemberbg.jpg"); min-height: 590px;}
.bememberbaner .banercaption {color: #FFFFFF;}
.howitworkbaner{ background-image:url("../images/howitworkbg.jpg"); min-height: 590px;}
.howitworkbaner .banercaption {color: #FFFFFF;}
ul.listcenter{ display:flex; text-align:center; font-size:0; padding:0;}
ul.listcenter > li{ display:inline-block; margin:5px 0; padding:0 10px; font-size:18px; width:33.33%;}
.grenmemberbox{ display:flex; border:2px solid #15cf77; padding:39px 25px; border-radius:10px; align-items: center; justify-content: left; word-break: break-word;}
.grenmemberbox > img{ width:72px; margin-right:20px; height:auto;}
.grenmemberbox > h5{ font-weight:normal; text-align:left; font-size:20px;  font-family: 'CircularStd', sans-serif;}
.steps{ background-color:#15cf77; display:inline-block; color:#FFFFFF; font-weight:bold; border-radius:15px 15px 0px 15px ; line-height:1; padding:10px 15px; font-size:24px; margin:0 0 20px 0;  font-family: 'CircularStd-Black', sans-serif;}
.becomesteps > .sitewraper{max-width:1160px;}
.becomesteps > .sitewraper > h2{ text-align:center; margin:0 0 50px 0;}
.becomesteps > .sitewraper > div:last-child{margin:0;}
.becomesteps .PgSecArea{margin:0px 0 50px 0;}
.becomesteps .PgContArea{width:65%;}
.becomesteps .PgImgArea{ text-align:center;}
.becomesteps .PgImgArea img{ border:0; border-radius:0; box-shadow: none; }

h2.foursteps{ margin:0 0 20px 0; text-align:center;}
.herehow{ text-align:center; margin:0 0 50px 0;} 
.halfsteps > .sitewraper,.ChooseMentrSec > .sitewraper{max-width:1220px;}
.halfsteps .PgContArea{width:50%; padding-right:50px;}
.halfsteps .PgImgArea{width:50%; text-align:center;}
.halfsteps .PgImgArea img{ border:0; border-radius:0; box-shadow: none; }
.halfsteps .pgTwocolRev .PgContArea{padding:0 0 0 50px;}
.ChooseMentrSec{word-break: break-word;}
.ChooseMentrSec{ clear:both; background-color:#f6f8fc; padding:80px 0;}
.ChooseMentrSec .ReviewListing{margin:90px -20px 0 -20px; padding:0;}
.ChooseMentrSec .ReviewBox > img{ border-color:#d9d9d9; border-radius:40px; border-width:3px; object-fit: cover; height: 100px;width: 100px;}
.ChooseMentrSec .ReviewBox > img.fivestarimg{ border:0; margin:0 auto 10px auto; display:block; border-radius:0; width:110px; height:auto; object-fit: initial;} 
.ChooseMentrSec .ReviewBox{ background-color:#FFFFFF; border-radius:0; border:1px solid #d6d8dd; padding:25px; min-height:200px;}
.linkeinfrofile{display:flex; justify-content:center; margin:10px 0 0 0;}
.linkeinfrofile > span{ font-weight:bold;}
.linkeinfrofile img.linkedin{border:0; margin:0 0 0 10px; display:inline-block; border-radius:0; width:30px; height:auto; }
.gapbotm50{margin-bottom:50px;}

.defaultpage{ clear:both;}
.defaultpagearea{ clear:both; padding:50px 0;}

@media screen and (max-width:1900px) {
    body{ font-size:16px;}
input[type="text"], input[type="search"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"],select{ font-size:16px;}
.sitewraper{ max-width:1200px;}
h1{ font-size:46px;}
h2{ font-size:36px;}
h3{ font-size:32px;}
h4{ font-size:28px;}
h5{ font-size:20px;}
h6{ font-size:18px;}
.headerlogo{ width:250px;}
ul.Topmenu > li{ font-size:18px; margin-left:30px;}
.custombtn{ font-size:18px; padding:15px 20px;}
.becommembrbtn{ padding:5px;}
.becommembrbtn span{ padding:15px 20px;}
.homebaner,.aboutbaner{ min-height:500px;}
.ReviewBox h5 span,ul.ReviewListing > li,.customSmlbtn{ font-size:16px;}
.HaveanyBox{width:450px;}
.FooterCol h5,.FooterLeft h5{ font-size:20px;}
ul.sociallinks > li{ font-size:22px;}
ul.FooterContlist > li{ font-size:18px;}
.fotercal{ padding-left:30px;}
.fotercal::before{ width:20px; height:20px;  background:url("../images/sprite.png") no-repeat 0 -57px; background-size:145px auto;}
.fotermail{ padding-left:30px;}
.fotermail::before{ width:20px; height:20px; background:url("../images/sprite.png") no-repeat 0 -82px; background-size:145px auto;}
.newsLetrform input[type="email"]{ height:54px; padding:20px 20px;}
.newsLetrform button, .newsLetrform input[type="button"]{ height:54px; width:54px; background:url("../images/sprite.png") no-repeat -80px 15px #000000; background-size:145px auto;}
.PgImgArea{ width:35%;}
.PgImgArea img{ border-width:5px;}
.RandLpopup{ max-width:600px;}
.RandLpopup h2{ margin-bottom:10px;}
ul.selectusrslist{ margin:30px 0 20px 0;}
ul.logininlist > li{ margin:10px 0; font-size:16px;}
.userlist .fa{top: 13px; font-size: 18px;}
.emailist .fa{top: 13px; font-size: 14px;}
.passwordlist .fa-lock{top: 12px; font-size:18px;}
.passwordlist .fa-eye-slash{top:10px; font-size:18px;}
.acceptancelist label::before{ width:10px; height:10px;}
.acceptancelist input[type="checkbox"]:checked + label::before{line-height: 11px; font-size: 15px; text-indent: -3px;}
.activityleft h5{ font-size:20px;}
.note2area{width: 100px; height: 100px;}
.note2area img{ width:45px;}
.DashboardArea .tab_wrapper > ul li{ font-size:20px;}
.DeleteBox h5{ font-size:20px;}
.DeleteBox .GreyBtnSmall{ font-size:18px;}
.DashboardArea .tab_wrapper > ul li{ min-width:150px;}
ul.selectusrslist > li label::before{ width:13px; height:13px; top:4px;}
.acceptancelist label:before{ width:15px; height:15px; top: 1px; line-height:7px;}
.acceptancelist input[type="checkbox"]:checked + label::before{ line-height:7px;}
.mesrowcol0{ width:10%;}
.mesrowcol2{ width:15%;}
.mesrowcol2-2 {width:20%;}
.becomesteps .PgContArea{width:65%;}
.becomesteps .PgImgArea{width:30%;}
.grenmemberbox{padding:39px 15px;}
.grenmemberbox > h5{ font-size:20px;}
}

@media screen and (max-width:1599px){
h1{ font-size:38px;}
h2{ font-size:30px;}
h3{ font-size:28px;}
h4{ font-size:24px;}
h5{ font-size:18px;}
h6{ font-size:16px;}
.headerarea{ padding:20px 0;}
.headerlogo{ width:200px;}
.sitewraper{ max-width:1024px;}
.bannersec > .sitewraper{ width:1024px;}
.banercaption{ width:400px;}
.homebaner,.aboutbaner,.bememberbaner,.howitworkbaner{ min-height:418px;}
ul.Topmenu > li,.custombtn{ font-size:16px;}
ul.Topmenu > li{ margin-left:30px;}
.GettinghelpSec{ padding:40px 0;}
.getingBox h5{ min-height:40px;}
.gettinghelparea > .custombtn{ margin-top:20px;}
.custombtn{ padding:12px 20px;}
.OnlineClRgt > .custombtn{ margin:20px 0 0 45px;}
.FivStarRevSec{ padding:40px 0;}
ul.ReviewListing > li{ padding:0 10px;}
ul.ReviewListing{ padding:0 10px;}
.HowMuchSec{ padding:40px 0 40px 0;}
.GethelpBox{ max-width:550px; padding:20px;}
.fromprice strong{ font-size:18px;}
.BecomMemberSec{ min-height:472px; padding:40px 0;}
.becommembrbtn{ padding:5px; margin:0;}
.FaqSec{ padding:40px 0;}
.Faqarea h2{ margin-bottom:20px;}
.HaveanyQuearea{ padding:40px 0;}
.Newsletterarea{ padding:40px 0;}
.NewltrLeft h3{ font-size:28px;}
.FooterRight{ padding-left:5%;}
.fivestarimg{ margin-bottom:100px;}
.PgSection{ padding:0 0 40px 0;}
.PgSection.firstsec{ padding-top:40px;}
.HaveanyBox > img{ width:100px; height:auto;}
.HaveanyBox{ padding-left:120px; width:412px;}
.PgBotm2Colarea .HaveanyBox:nth-child(1){ padding-left:120px;}
.RandLpopup{ max-width:500px;}
.mentrimgarea,.mentrnamearea,.mentremailarea,.mentrelinkedarea,.mentremessagearea,.mentreExparea,.mentreSubhectarea,.mentoreAboutarea{ padding:5px 5px;}
.personlainfocont{ width:50%;}
.personlainfocont2{ width:30%;}
.mesrowsecpart{ margin:0; padding:10px 0;}
.mentororow{ margin:0; padding:10px 0;}
.menudropdownarea{ padding-top:28px;}
.notificationdigit{ width:20px; height:20px; top: -15px; right: -10px;}
.notificationdigit strong{ font-size:12px; line-height:20px;}
.namefirstlter{ width:20px; height:20px; line-height:20px; top: -1px; font-size:12px;}
.clientnamemenulink{ padding-left:22px;}
ul.menudropdown > li > a,ul.myearninilist > li > a{ font-size:14px;}
.myearninilist .fa-usd,.myearninilist .fa-star{ font-size:16px;}
.DashboardArea .tab_wrapper > ul li{ padding:10px 10px;}
.DashboardSec{ padding:40px 0;}
.OnlineClRgt {padding:10px 0 10px 20px }
.OnlineClRgt > .custombtn{ margin-top:0;}
.steps{ font-size:18px; margin:0 0 10px 0;}
.becomesteps > .sitewraper > h2{margin:0 0 20px 0;}
.becomesteps .PgSecArea{margin:0 0 20px 0;}
.steps{padding:10px 20px; font-size:18px; border-radius:10px 10px 0 10px;}
.grenmemberbox{padding:20px 10px; min-height:110px;}
.grenmemberbox > img{margin-right:10px; width:50px;}
.grenmemberbox > h5{ font-size:18px;}
.becomesteps > .sitewraper{ max-width:1024px}
.ChooseMentrSec .ReviewListing{ margin:90px 0 0 0;}
.halfsteps > .sitewraper, .ChooseMentrSec > .sitewraper{max-width:1024px;}
.ChooseMentrSec {padding:40px 0;}
.defaultpagearea{ padding:30px 0;}
}

@media screen and (max-width:1200px){
.sitewraper{ max-width:100%; padding:0 10px;}
.bannersec > .sitewraper{ max-width:100%; padding:0 10px;}
ul.ReviewListing{ padding:0;}
}

@media screen and (max-width:1024px){
.menudropdownarea{ left:auto; right:0;}
}

@media screen and (max-width:991px){
.mobilehamburger{ display:block;}
.TopemenuWrap{ display:none;}
ul.listcenter{ display:block;}
ul.listcenter > li{ width:100%;}
.grenmemberbox{padding:10px; min-height:initial;}
.grenmemberbox > img{width:50px; margin-right:10px;}
.grenmemberbox > h5{ font-size:18px;}
}

@media screen and (max-width:767px){
h1{ font-size:28px;}
h2{ font-size:24px;}
.custombtn{ font-size:16px; padding:10px 10px;}
.titlewithbtn{flex-direction: column; text-align:center;}
.titlewithbtn .custombtn{ margin:10px auto 0 auto;}
.DashboardSec{ padding:20px 0;}
ul.activitylist > li{flex-direction: column;}
.activityleft{ width:100%;}
.activitymid{ width:100%;}
.activityright{ width:100%;}
.Newsletterarea{ padding:20px 0; flex-direction: column;}
.NewltrLeft{ width:100%; padding:0; border:0; margin:0 0 10px 0;}
.newsLetrformarea{ width:100%; margin:0; padding:0;}
.FooterTopArea{ padding:20px 0;}
.FooterLeft{ width:100%; margin-top:20px;}
.FooterRight{ width:100%; padding:0; border:0;}
ul.FootermenuList{ padding:0;}
.FooterBottom{ padding:10px 0;}
.newsLetrform input[type="email"]{ padding:10px 10px; height:45px;}
.newsLetrform button, .newsLetrform input[type="button"]{ height:45px; background-position:-80px 12px;}
.FooterCol h5,.FooterLeft h5{ margin:0 0 10px 0;}
ul.FooterContlist{ margin:0 0 20px 0;}
.PgSecArea h2 br{ display:none;}
.PgContArea{ width:100%; margin:0 0 20px 0;}
.pgTwocol{flex-direction: column;}
.PgImgArea{ width:100%;}
.pgTwocolRev{flex-direction: column;}
.PgBotm2Colarea{flex-direction: column;}
.HaveanyQuearea{ padding:20px 0;}
.HaveanyBox{ margin:10px 0; width:100%; min-height:100px;}
.PgBotm2Colarea .HaveanyBox{ margin:10px 0;}
.PgBotm2Colarea .HaveanyBox:nth-child(2){ margin-left:0; border:0;}
.DashboardArea .tab_wrapper .content_wrapper .accordian_header .arrow{border-top: 3px solid #FFFFFF; border-left: 3px solid #FFFFFF; background-color: transparent;}
.DashboardArea .tab_wrapper .content_wrapper .accordian_header{ background-color:#15cf77; color:#FFFFFF; border:1px solid #229B62; margin-top:-1px; border-radius: 5px;}
.DashboardArea .tab_wrapper .content_wrapper .accordian_header.active{ color:#FFFFFF;}
.DashboardArea .tab_wrapper .content_wrapper .accordian_header.active .arrow{border-top: 3px solid #FFFFFF; border-left: 3px solid #FFFFFF; background-color: transparent;}
.DashboardArea .tab_wrapper .content_wrapper .tab_content{ padding:10px 0;}
.deleteactivity{ width:100%; height:40px; border-radius:0;}
.deleteactivity span{transform: scale(0.6); margin:0 auto;}
.note2area{ width:80px; height:80px;}
.note2area img{ height:35px;}
.mesrowsecpart{flex-direction: column;}
.mesrowcol0{ width:100%; padding:0; margin-bottom:10px;}
.mesrowcol1{ width:100%; padding:0; margin-bottom:10px;}
.recievedon{ margin:0; float:none; clear:both;}
.mesrowcol2{ width:100%;}
ul.mesiconlist{text-align:center; background-color:#eeeeee; padding:5px;}
ul.mesiconlist > li{ vertical-align:top;}
.mesimgwrap{ width:100px; margin:0 auto;}
ul.headingiconslist > li i{ font-size:18px;}
.PgImgArea img{ max-width:250px; margin:0 auto; display:block;}
.banercaption{ width:100%;}
.personlainimgarea{ width:100%; margin:0 0 10px 0;}
.personlainimgareafrm{ width:100px; margin:0;}
.personlainfocont{ width:100%; margin:0 0 0px 0;}
.personlainfocont2{ width:100%; text-align:left;}
.mentororow{flex-direction: column;}
.mentrimgarea{ padding:0; width:100%; margin:0 0 10px 0;}
.mentrimgframe{ width:100px; margin:0 auto 0px auto;}
.mentrdetails{ width:100%; padding:0; margin:0 0 10px 0;}
.mentreicons{ width:100%;  margin:0 0 20px 0;}
ul.getHelplist > li{ width:100%; margin:10px 0;}
.gettinghelparea h2{ margin:0 0 10px 0;}
.getingBox img{ margin:0 auto 10px auto;}
ul.getHelplist > li::before{ display:none;}
.OnlineClRgt::before{ display:none;}
.OnlineClRgt{ width:100%; padding:20px 0; border-top:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC; }
.FivStarRevSec{ padding:10px 0;}
ul.ReviewListing > li{ width:100%; padding:0 10px; margin:10px 0;}
.ReviewBox > img{ margin:0 auto 10px auto;}
.FooterCol{ width:100%; padding:0; margin:10px 0;}
.homebaner,.aboutbaner,.bememberbaner,.howitworkbaner{ position:relative;}
.homebaner:before,.aboutbaner:before,.bememberbaner:before,.howitworkbaner:before{ content:""; display:block; position:absolute; left:0; top:0; width:100%; height:100%; background-color:rgba(0,0,0,0.5); z-index:1;}
.homebaner .sitewraper,.aboutbaner > .sitewraper,.bememberbaner > .sitewraper,.howitworkbaner > .sitewraper{ position:relative; z-index:2;}
.aboutbaner,.bememberbaner,.howitworkbaner{background-size:auto 100%;}
.banercaption h1{ color:#FFFFFF; margin:0 0 10px 0;}
.homebaner h5{ color:#FFFFFF; margin-bottom:10px;}
.homebaner, .aboutbaner,.bememberbaner,.howitworkbaner{ min-height:300px;}
.NewltrLeft h3{ font-size:22px;}
.NewltrLeft h2{ font-size:18px;}
form.myprofileform > .form-group{ width:100%; padding:0; margin:5px 0;}
form.myprofileform > .form-group > label{ margin-bottom:5px;}
.personlainfocont2 .customSmlbtn{ margin-left:10px;}
.personlainfocont2 .customSmlbtn:first-child{ margin-left:0;}
.becommembrbtn span{ padding:10px 10px;}
.becommembrbtn{ border-width:2px; padding:2px;}
.BecomMemberSec{ min-height:initial;}
.toogle-openmenu ul.Topmenu > li{background-color:#FFFFFF; border-top: 1px solid #EEEEEE;}
.toogle-openmenu ul.Topmenu > li > a{ border:0;}
.toogle-openmenu ul.Topmenu > li > a.notificationmenulink{ display:inline-block; width:auto;}
.toogle-openmenu ul.Topmenu > li > a.clientnamemenulink{ display:inline-block; width:auto;}
ul.selectusrslist > li{ font-size:16px; margin-left:10px;}
ul.selectusrslist > li label{ padding-left:20px;}
ul.selectusrslist{ margin:10px 0;}
ul.selectusrslist > li label::before{ top:2px;}
.mentreemailcol{ width:100%; margin:0 0 20px 0;}
.mentreicons2{ width:100%;}
.linkedinwrp{ margin:0;}
.mentreemailcol ul.mentrdetailslist{ margin:0;}
.speechwrp{ margin:0;}
.btnwithforgot{ margin:10px 0 0 0;}

ul.notificationpglist > li > a{ display:block;}
.notificTitle{ width:100%; white-space:normal; display: block}
.notificDescrip{width:100%; white-space:normal; display: block}
.notificDate{width:100%; white-space:normal; display: block}
.NotiFicaPopup{ min-width:100%;}

.becomesteps .PgImgArea{width:100%;}
.becomesteps .PgContArea{width:100%; text-align:center;}
.halfsteps .PgContArea{width:100%; padding:0; text-align:center;}
.halfsteps .PgImgArea{width:100%;}
.halfsteps .pgTwocolRev .PgContArea{ padding:0;}
.halfsteps .PgImgArea img{ max-width:100%;}
.ChooseMentrSec{ padding:40px 0;}
.ChooseMentrSec .ReviewListing{ margin:20px 0 0 0;}
h2.foursteps{ margin:0 0 10px 0;}
.herehow{ margin:0 0 20px 0;}
.becomesteps .PgContArea p > br{ display:none;}
}
