@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
* { margin: 0px; padding: 0px; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none; box-sizing: border-box; -webkit-box-sizing: border-box; }
html, body { width: 100%; font-size: 14px; color: #552448; font-family: 'Montserrat', sans-serif, Arial; background: #e7effa; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline; }

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block; }
.wrapper { padding: 0 15px; max-width: 1190px; position: relative; margin: auto; }
.wrapper:after { content: ''; display: block; clear: both; overflow: hidden; width: 100%; height: 0px; }

*::-webkit-input-placeholder{ opacity: 1; } 
*::-moz-placeholder{ opacity: 1; } 
*:-ms-input-placeholder{ opacity: 1; }
[href^="tel"] { cursor: default; color: #fff !important; }
[href^="tel"]:hover { text-decoration: none !important; }

/* common */
a { text-decoration: none; outline: none; transition: all 0.3s; -webkit-transition: all 0.3s; }
img { border: 0px; outline: none; display: block; max-width: 100%; }
ul { list-style: none; margin: 0px; }
.clear { clear: both; overflow: hidden; }
p { line-height: 22px; color: #545765; font-size: 17px; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, .h1 { color: #1c57df; font-weight: 700; font-size: 39px; line-height: 44px; padding: 0 0 21px; }
h2, .h2 { color: #9ca8bd; font-weight: 700; font-size: 35px; line-height: 42px; padding: 0 0 25px; }
h3, .h3 { font-size: 24px; }
h4, .h4 { font-size: 18px; }
h5, .h5 { font-size: 14px; }
h6, .h6 { font-size: 12px; }

input, select, textarea, button { font-family: 'Montserrat', sans-serif, Arial; transition: all 0.3s; -webkit-transition: all 0.3s; -webkit-appearance: none; }
input:focus, textarea:focus { outline: none; }

#back-to-top { position: fixed; bottom: 15px; display: none; right: 15px; z-index: -1; width: 34px; height: 34px; cursor: pointer; border-radius: 50%; -webkit-border-radius: 50%; transition: opacity 0.2s ease-out; -webkit-transition: opacity 0.2s ease-out; opacity: 0; background: #3a96f2 url('../images/top_btn.png') center center no-repeat; background-size: 35px; }
#back-to-top.show { opacity: 1; z-index: 9999; }

/* wrapper */
#wrapper { width: 100%; overflow: hidden; min-height: 100%; position: relative; }

/* header-part */
#header-part {width: 100%;position: relative;background: #f6f9fe;min-height: 120px;z-index: 99;}
.home #header-part { position: absolute; left: 0px; top: 0px; background: none; }
#header-part a.logo { width: 240px; display: block; float: left; margin: 20px 0; }
#header-part .top_sec { overflow: hidden; padding: 10px 0; background: rgb(57,106,247); background: -moz-linear-gradient(-45deg, rgba(57,106,247,1) 0%, rgba(72,190,238,1) 100%);background: -webkit-linear-gradient(-45deg, rgba(57,106,247,1) 0%,rgba(72,190,238,1) 100%); background: linear-gradient(135deg, rgba(57,106,247,1) 0%,rgba(72,190,238,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#396af7', endColorstr='#48beee',GradientType=1 ); }
#header-part .top_sec p { font-size: 15px; line-height: 20px; color: #fff; padding: 0 30px 0 7px; letter-spacing: -0.01em; }
#header-part .top_sec .close_btn { position: absolute; right: 18px; top: 50%; margin-top: -10px; width: 20px; height: 20px; background: url(../images/close_btn.png) center center no-repeat; border-radius: 50%; border: 1px solid #fff; background-size: 20px; }

/* nav-bar */
.nav-bar { padding: 42px 0 0 0; float: right; position: relative; }
.nav-bar #menu { float: right; padding-right: 40px; }
.nav-bar ul { list-style: none; }
.nav-bar li { padding: 10px 22px; float: left; font-size: 16px; position: relative; line-height: 28px; font-weight: 600; font-size: 18px; }
.nav-bar li a { display: block; color: #6b8cae; }
.nav-bar .language { float: right; width: 136px; position: relative; }
.nav-bar .language .language_btn { display: block; box-shadow: 0 8px 15px rgba(0,0,0,0.05), inset 0 5px 15px rgba(0,0,0,0.08); color: #1c57df; font-weight: 700; font-size: 14px; border: 1px solid #989898; width: 100%; height: 42px; border-radius: 50px; line-height: 30px; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; background: rgba(0,0,0,0) url(../images/select.png) right 1px no-repeat; background-size: 38px; padding: 5px 30px 5px 19px; cursor: pointer; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: none; -webkit-transition: none; }
.nav-bar .language .language_btn.active { background-position: right -39px; }
.nav-bar .language ul { position: absolute; left: 0px; width: 100%; display: none; top: 50px; background: rgba(255,255,255,0.95); border-radius: 20px; border: 1px solid #989898; box-shadow: 0 8px 15px rgba(0,0,0,0.05), inset 0 5px 15px rgba(0,0,0,0.08); padding: 8px 5px; }
.nav-bar .language ul li { width: 100%; padding: 0; }
.nav-bar .language ul li a { font-size: 14px; line-height: 20px; color: #1c57df; font-weight: 700; padding: 5px 15px; }
.nav-bar li a:hover { text-decoration: underline; }

.nav-bar .network { float: right; width: 136px; position: relative; }
.nav-bar .network .network_btn { display: block; box-shadow: 0 8px 15px rgba(0,0,0,0.05), inset 0 5px 15px rgba(0,0,0,0.08); color: #1c57df; font-weight: 700; font-size: 14px; border: 1px solid #989898; width: 100%; height: 42px; border-radius: 50px; line-height: 30px; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; background: rgba(0,0,0,0) url(../images/select.png) right 1px no-repeat; background-size: 38px; padding: 5px 30px 5px 19px; cursor: pointer; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: none; -webkit-transition: none; }
.nav-bar .network .network_btn.active { background-position: right -39px; }
.nav-bar .network ul { position: absolute; left: 0px; width: 100%; display: none; top: 50px; background: rgba(255,255,255,0.95); border-radius: 20px; border: 1px solid #989898; box-shadow: 0 8px 15px rgba(0,0,0,0.05), inset 0 5px 15px rgba(0,0,0,0.08); padding: 8px 5px; }
.nav-bar .network ul li { width: 100%; padding: 0; }
.nav-bar .network ul li a { font-size: 14px; line-height: 20px; color: #1c57df; font-weight: 700; padding: 5px 15px; }


/* content-part */
#content-part { width: 100%; position: relative; }

/* left-part */
#left-part { width: 25%; float: left; }
.heading p { color: #9ca8bd; font-size: 24px; line-height: 28px; font-weight: 200; max-width: 900px; margin: auto; padding: 8px 0 20px; }

/* banner-bar */
.banner-bar { padding: 160px 0 40px; width: 100%; position: relative; min-height: 500px; background: rgb(235,255,253);
              background: -moz-linear-gradient(top, rgba(235,255,253,1) 2%, rgba(235,241,253,1) 29%, rgba(183,207,253,1) 100%);
              background: -webkit-linear-gradient(top, rgba(235,255,253,1) 2%,rgba(235,241,253,1) 29%,rgba(183,207,253,1) 100%);
              background: linear-gradient(to bottom, rgba(235,255,253,1) 2%,rgba(235,241,253,1) 29%,rgba(183,207,253,1) 100%);
              filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebfffd', endColorstr='#b7cffd',GradientType=0 ); }
.banner-bar .banner_bg { margin: 0 auto; position: absolute; left: 50%; transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); bottom: 0px; max-width: 1440px; }
.banner-bar .text { padding: 23px 0 0; text-align: center; margin: auto; width: 100%; }
.banner-bar .logo { display: block; margin: 0 auto 65px; width: 168px; }
.banner-bar h1 { }
.banner-bar .heading p { color: #1c57df; max-width: 700px; }
.banner-bar .field { width: 540px; margin: auto; height: 48px; border-radius: 50px; background: #fff; border: none; text-align: center; padding: 5px 10px; color: #677897; font-size: 17px; font-weight: 300; box-shadow: 0 18px 18px rgba(143,178,246,1); margin-bottom: 27px; }
.banner-bar .captcha { height: 48px; border-radius: 50px; background: #fff; width: 285px; margin: 0 auto 25px; }
.banner-bar .captcha img { border-radius: 50px; }
.banner-bar .btn { padding: 13px 26px; }

.btn { padding: 14px 26px; box-shadow: 0 8px 10px rgba(143,178,246,0.8); cursor: pointer; line-height: 22px; border-radius: 50px; display: inline-block; color: #fff ; border: none; font-size: 18px; font-weight: 600; background: #1c57df; text-align: center; }
.btn:hover { background: #407aff; }
.btn.btn-blue { padding: 12px 18px; color: #1c57df; box-shadow: none; border: 1px solid #1c57df; font-size: 16px; font-weight:700; background: #f6f9fe; }
.btn.btn-blue:hover { color: #fff; background: #1c57df; }

/* authority-bar */
.authority-bar {padding: 100px 0;text-align: center;width: 100%;position: relative;background: #f6f9fe;}
.authority-bar ul {list-style: none;overflow: hidden;padding: 20px 0 49px;margin: 0 -10px;}
.authority-bar ul li img { max-width: 120px; margin: 0 auto 32px; }
.authority-bar li { padding: 0 15px; min-height: 294px; width: 25%; float:left; }
.authority-bar h3 { color: #1c57df; font-size: 20px; line-height: 24px; font-weight: 600; }
.authority-bar li p { padding: 15px 5px; color: #1c57df; font-size: 18px; line-height: 22px; }
.authority-bar .btn { min-width: 600px; }

/* invaders-bar */
.invaders-bar { padding: 110px 0 0; text-align: center; width: 100%; position: relative; background: #ebf2fc; }
.invaders-bar h2 { color: #8290aa; }
.invaders-bar p { color: #8290aa; padding: 8px 0 55px; }
.invaders-bar .btn { padding-left: 60px; padding-right: 60px; margin-bottom: 27px; }
.invaders-bar .banner_img { }
.invaders-bar .bg { margin: auto; max-width: 100%; }
.invaders-bar .bg img { width: 100%; }
.invaders-bar.thoughts { padding-bottom: 72px; background: #f6f9fe; }
.invaders-bar.thoughts h2 { color: #677894; }
.invaders-bar.thoughts p { color: #7787a3; font-size: 20px; }
.invaders-bar.thoughts ul { list-style: none; text-align:left; margin: 0px -35px; }
.invaders-bar.thoughts li { width: 33.333%; float:left; padding: 0 15px; }
.invaders-bar.thoughts li .block { border-radius: 8px; -webkit-border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,0.15); background: #f6f9fe; }
.invaders-bar.thoughts li .text { overflow: hidden; padding: 22px 15px 22px 20px; min-height: 162px; }
.invaders-bar.thoughts li span { display: block; font-size: 11px; color: #5391fd; line-height: 16px; padding: 2px 0 10px; }
.invaders-bar.thoughts li h3 { color: #5391fd; font-size: 16px; line-height: 20px; font-weight: 600; letter-spacing: -0.01em; }
.invaders-bar.thoughts li h3 a { color: #5391fd; }
.invaders-bar.thoughts li h3 a:hover { text-decoration: underline; }
.invaders-bar.thoughts li p { color: #7887a7; font-size: 15px; line-height: 17px; padding: 13px 15px 0 0; }
.invaders-bar.thoughts li img { border-radius: 8px 8px 0 0; }
.invaders-bar.thoughts .btn.btn-blue { padding: 12px 18px; }
.invaders-bar.thoughts .items { padding: 2px 0 24px; }

/* services-bar */
.services-bar { padding: 98px 0 110px; width: 100%; position: relative; background: url(../images/services_bg.jpg) center center no-repeat; background-size: cover; }
.services-bar .left { padding: 5px 30px; float:left; width: 38%; }
.services-bar .right { float: right; width: 54.8%; }
.services-bar h2 { color: #677897; font-size: 57px; line-height: 78px; font-weight: 200; padding: 0 0 58px; }
.services-bar .btn { min-width: 200px; }
.services-bar ul { list-style: none; overflow: hidden; padding: 0; margin: 0; }
.services-bar li { padding-left: 130px; position: relative; min-height: 145px; width: 100%; float:left; }
.services-bar li img { width: 95px; position: absolute; left: 0px; top: -5px; }
.services-bar h3 { color: #1c57df; font-size: 20px; line-height: 24px; font-weight: 600; }
.services-bar li p { padding: 15px 0; color: #1c57df; font-size: 18px; line-height: 22px; }

/* contact-bar */
.contact-bar { padding: 72px 0 55px; width: 100%; position: relative; background: #f6f9fd url(../images/contact_bg.png) center center repeat; }
.contact-bar h2 { text-align: center; color: #677798; }
.contact-bar ul { list-style:none; overflow: hidden; padding: 25px 0 0; margin: 0 -35px; }
.contact-bar li { padding: 0 12px; width: 50%; float:left; }
.contact-bar li .block { padding: 10px 25px; min-height: 250px; position: relative; border-radius: 10px; background: rgba(255,255,255,0.69); border: 1px solid rgba(198,207,216,0.9); }
.contact-bar li .block:after { content: ''; position: absolute; right: 0px; bottom: 0px; width: 118px; height: 195px; background: url(../images/icon.png) center center no-repeat; }
.contact-bar li h3 { color: #677897; font-size: 24px; line-height: 46px; font-weight: 700; padding: 0 0 5px; position: relative; z-index: 9; }
.contact-bar li p { font-size: 24px; line-height: 38px; font-weight: 200; color: #677897; position: relative; z-index: 9; }

/* contactform-bar */
.contactform-bar { padding: 45px 0 49px; width: 100%; position: relative; background: #f6f9fd url(../images/contact_bg2.jpg) center center repeat; background-size: cover; }
.contactform-bar h3 { padding: 0 0 50px; text-align: center; color: #fff; font-size: 30px; line-height: 34px; font-weight: 500; letter-spacing: -0.01em; }
.contactform-bar .left { width: 45%; float:left; }
.contactform-bar .right { width: 45.5%; float:right; }
.contactform-bar .field { width: 100%; margin: auto; height: 47px; border-radius: 50px; background: #fff; border: none; padding: 5px 30px; color: #677897; font-size: 17px; font-weight: 300; margin-bottom: 33px; }
.contactform-bar textarea { width: 100%; margin: auto; height: 152px; border-radius: 20px; background: #fff; border: none; padding: 15px 30px; color: #677897; font-size: 17px; font-weight: 300; margin-bottom: 28px; }
.contactform-bar ul { list-style: none; overflow: hidden; padding: 0; margin: 0; }
.contactform-bar li { width: 100%; padding: 0 0 25px; margin-bottom: 25px; float:left; font-size: 24px; line-height: 32px; color: #fff; border-bottom: 1px solid rgba(255,255,255,0.36) }
.contactform-bar li:last-child { border: none; }
.contactform-bar li cite { width: 34%; float:left; position: relative; padding: 0 0 0 40px; font-weight: 200; font-style: normal; }
.contactform-bar li cite img { width: 30px; position: absolute; left: 0px; top: 0px; }
.contactform-bar li span { width: 66%; float:left; font-weight: 300; }
.contactform-bar .wrapper { max-width: 1210px; }
.contactform-bar li a { color: #fff; display: inline-block; }
.contactform-bar li a:hover { text-decoration: underline; }

/* privacy-bar */
.privacy-bar { padding: 0; width: 100%; position: relative; background: rgb(230,238,251); background: -moz-linear-gradient(top, rgba(230,238,251,1) 0%, rgba(246,249,254,1) 33%, rgba(246,249,254,1) 66%, rgba(220,232,254,1) 100%); background: -webkit-linear-gradient(top, rgba(230,238,251,1) 0%,rgba(246,249,254,1) 33%,rgba(246,249,254,1) 66%,rgba(220,232,254,1) 100%); background: linear-gradient(to bottom, rgba(230,238,251,1) 0%,rgba(246,249,254,1) 33%,rgba(246,249,254,1) 66%,rgba(220,232,254,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6eefb', endColorstr='#dce8fe',GradientType=0 ); }
.privacy-bar .bg { padding: 55px 0; background: url(../images/privacy_bg.png) center top no-repeat; }
.privacy-bar h1 { text-transform: uppercase; color: #8290aa; font-size: 36px; }
.privacy-bar .top_sec { overflow: hidden; border-bottom: 2px solid #b7c8e4; padding: 0 0 8px 0; margin-bottom: 84px; }
.privacy-bar .top_sec span { display: block; color: #75889d; font-size: 22px; line-height: 24px; font-weight: 300; }
.privacy-bar .top_sec span small { display: block; color: #75889d; font-size: 18px; line-height: 24px; font-weight: 200; padding: 5px 0 0; }
.privacy-bar .top_sec ul { list-style: none; overflow:hidden; padding: 3px 3px 0 0; margin: 0; float: right; }
.privacy-bar .top_sec ul li { float: left; padding-left: 8px; }
.privacy-bar .top_sec ul li a { display: block; width: 34px; border-radius: 50%; -webkit-border-radius: 50%; }
.privacy-bar .top_sec ul li a:hover { opacity: 0.8; }
.privacy-bar .top_sec ul li a img { border-radius: 50%; -webkit-border-radius: 50%; }
.privacy-bar p { font-size: 18px; line-height: 30px; color: #8290aa; padding: 0 0 87px; text-align: justify; }
.privacy-bar .share_link { float: right; border: 1px solid #4274e5; border-radius: 30px; width: 184px; height: 42px; padding: 0 0 0 16px; margin-top: 2px; }
.privacy-bar .share_link strong { line-height: 40px; color: #1c57df; font-size: 18px; font-weight: 600; float:left; }
.privacy-bar h3 { font-size: 24px; line-height: 30px; color: #8290aa; font-weight: 600; padding: 0 0 15px; }
.privacy-bar .left { max-width: 672px; }
.privacy-bar .row { width: 100%; position: relative; }
.privacy-bar .right_image { position: absolute; right: -94px; top: -9px; }
.privacy-bar .big_image { padding: 0 0 100px; }

/* production-bar */
.production-bar { padding: 0; width: 100%; position: relative; background: rgb(230,238,251); background: -moz-linear-gradient(top, rgba(230,238,251,1) 0%, rgba(246,249,254,1) 54%, rgba(246,249,254,1) 99%); background: -webkit-linear-gradient(top, rgba(230,238,251,1) 0%,rgba(246,249,254,1) 54%,rgba(246,249,254,1) 99%); background: linear-gradient(to bottom, rgba(230,238,251,1) 0%,rgba(246,249,254,1) 54%,rgba(246,249,254,1) 99%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6eefb', endColorstr='#f6f9fe',GradientType=0 ); }
.production-bar .bg { padding: 55px 0 0; background: url(../images/privacy_bg.png) center top no-repeat; }
.production-bar h1 { text-align: center; text-align: center; color: #1c57df; font-size: 36px; }
.production-bar .heading { padding: 0px 0; text-align: center; max-width: 100%; }
.production-bar .heading p { color: #6f91b8; padding: 12px 0; font-size: 25px; line-height: 48px; max-width: 1000px; }
.production-bar ul { list-style: none; overflow: hidden; padding: 0px 0 0px 35px; margin: 0 -40px -10px 0; display: flex; flex-wrap: wrap; }
.production-bar li { width: 33.33%; float:left; padding: 35px 30px 35px 0; }
.genesis li { padding: 35px 30px 10px 0; }					
.production-bar li img { width: 90px; display: block; margin: 0 0 30px; }
.production-bar h3 { color: #1c57df; font-size: 20px; line-height: 24px; font-weight: 600; }
.production-bar li p { padding: 5px 0; color: #1c57df; font-size: 18px; font-weight: 200; line-height: 32px; max-width: 320px; }

/* phase1-bar */
.phase1-bar { width: 100%; position: relative; background: rgb(10,87,255); background: -moz-linear-gradient(-45deg, rgba(10,87,255,1) 0%, rgba(2,167,255,1) 99%); background: -webkit-linear-gradient(-45deg, rgba(10,87,255,1) 0%,rgba(2,167,255,1) 99%); background: linear-gradient(135deg, rgba(10,87,255,1) 0%,rgba(2,167,255,1) 99%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a57ff', endColorstr='#02a7ff',GradientType=1 ); padding: 80px 0; min-height: 1490px; } 
.phase1-bar .wrapper { max-width: 1344px; }
.phase1-bar .left { width: 40%; float:left; padding: 5px 0 0 105px; }
.phase1-bar .right { padding: 4px 50px 0 0; width: 51%; float:right; }
.phase1-bar h4 { color: #f6f9fd; font-size: 24px; line-height: 44px; font-weight: 500; letter-spacing: -0.015em; }
.phase1-bar p { color: #f6f9fd; font-size: 24px; line-height: 34px; font-weight: 200; padding: 0 20px 0 0; }
.phase1-bar .left span { display: block; color: #f6f9fd; font-size: 64px; line-height: 74px; font-weight: 200; letter-spacing: -0.01em; padding: 0 0 20px; opacity: 0.6; }
.phase1-bar .left strong { display: block; color: #f6f9fd; font-size: 48px; line-height: 55px; }
.phase1-bar .bg { overflow: hidden; float:left; margin: -160px -24px 0 24px; width: 100%; }

/* community-bar */
.community-bar { padding: 108px 0 77px; width: 100%; position: relative; background: #f6f9fe; }
.community-bar .heading { text-align:center; }
.community-bar h2 { padding-bottom: 20px; color: #677897; }
.community-bar p { font-size: 20px; line-height: 34px; letter-spacing: 0.023em; color: #7787a3; }
.community-bar ul { list-style: none; text-align: center; overflow: hidden; padding: 0; margin: 0 -44px; display: flex; flex-wrap: wrap; }
.community-bar li { width: 25%; float:left; padding: 10px 15px 25px; }
.community-bar h3 { color: #5392fc; font-size: 20px; padding-bottom: 2px; line-height: 24px; font-weight: 600; }
.community-bar li a { padding: 5px 0; color: #5392fc; font-size: 14px; font-weight: 200; line-height: 32px; max-width: 320px; }
.community-bar li a:hover { text-decoration: underline; }
.community-bar li img { display: block; margin: 0 0 20px; }

/* team-bar */
.team-bar { padding: 75px 0 35px; width: 100%; position: relative; background: #fff; }
.team-bar .heading { text-align:center; }
.team-bar h2 { padding-bottom: 20px; color: #677897; }
.team-bar p { font-size: 20px; line-height: 34px; letter-spacing: 0.023em; color: #7787a3; }
.team-bar ul { list-style: none; text-align: center; overflow: hidden; padding: 0px; margin: 0 -32px; display: flex; flex-wrap: wrap; }
.team-bar li { width: 25%; float:left; padding: 48px 15px 60px; }
.team-bar h3 { color: #2c75f5; font-size: 21px; padding-bottom: 2px; line-height: 24px; font-weight: 700; }
.team-bar h3 a { color: #2c75f5; }
.team-bar li span { padding: 5px 0 15px; display: block; color: #5392fc; font-size: 16px; font-weight: 600; letter-spacing: -0.02em; line-height: 32px; max-width: 320px; }
.team-bar li p { padding: 5px 0; color: #5392fc; font-size: 18px; font-weight: 200; line-height: 24px; max-width: 320px; }
.team-bar li img { display:block; margin: 0 auto 28px; border-radius: 50%; -webkit-border-radius: 50%; width: 191px; }

/* instructions-bar */
.instructions-bar { width: 100%; position: relative; background: rgb(197,203,251);
                    background: -moz-linear-gradient(top, rgba(197,203,251,1) 0%, rgba(240,247,253,1) 18%, rgba(246,249,254,1) 51%, rgba(240,244,253,1) 74%, rgba(231,239,252,1) 100%);
                    background: -webkit-linear-gradient(top, rgba(197,203,251,1) 0%,rgba(240,247,253,1) 18%,rgba(246,249,254,1) 51%,rgba(240,244,253,1) 74%,rgba(231,239,252,1) 100%);
                    background: linear-gradient(to bottom, rgba(197,203,251,1) 0%,rgba(240,247,253,1) 18%,rgba(246,249,254,1) 51%,rgba(240,244,253,1) 74%,rgba(231,239,252,1) 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5cbfb', endColorstr='#e7effc',GradientType=0 ); }
.instructions-bar .top_sec { overflow: hidden; border-bottom: 2px solid #dae1eb; padding-bottom: 10px; }
.instructions-bar .bg { padding: 100px 0 130px; overflow: hidden; background: url(../images/instructions_bg.png) center top repeat-x; }
.instructions-bar .top_sec strong { width: 24%; float:left; font-size: 24px; line-height: 32px; font-weight: 700; padding: 15px 4px; color: #1d57df; }
.instructions-bar .top_sec .left { width: 36%; float:left; }
.instructions-bar .top_sec .right { width: 40%; float:left; }
.instructions-bar .top_sec .right p { line-height: 22px; padding: 2px 0 23px; }
.instructions-bar .top_sec .right p + p { padding-bottom: 0; }
.instructions-bar .top_sec span { display: block; width: 43px; margin: 0 0 15px; height: 43px; line-height: 42px; text-align: center; border-radius: 50%; background: #77aafd; color: #fff; font-weight: 700; font-size: 24px; }
.instructions-bar .top_sec p { text-align: left; font-size: 18px; line-height: 28px; font-weight: bold; padding-right: 30px; }
.instructions-bar .wrapper { max-width: 1120px; }
.instructions-bar .row { overflow: hidden; margin: 0 -15px; padding: 38px 0 60px; }
.instructions-bar .col-1 { padding: 0 15px; width: 50%; float:left; }
.instructions-bar .col-2 { padding: 0 15px; width: 50%; float:left; }
.instructions-bar h3 { font-size: 36px; line-height: 44px; color: #8290aa; font-weight: 600; letter-spacing: -0.03em; padding: 0 0 50px; }
.instructions-bar h4 { font-size: 24px; color: #8290aa; line-height: 40px; /*border-bottom: 2px solid #dae1eb;*/ padding: 0 0px 25px 0; }
.instructions-bar .row p { color: #8290aa; font-size: 18px; line-height: 28px; font-weight: 300; padding: 21px 0; }
.instructions-bar .block { border: 1px solid #8695b2; min-height: 360px; background: #fff; padding: 30px 20px 13px; border-radius: 10px; }
.instructions-bar .block strong { display: block; color: #8290aa; font-size: 24px; line-height: 32px; }
.instructions-bar .block p { font-size: 24px; line-height: 30px; }
.instructions-bar p { font-size: 22px; color: #8290aa; line-height: 39px; text-align: justify; }
.instructions-bar .status { padding-right: 40px; }
.instructions-bar .status p { text-align: left; }
.instructions-bar .code_sec {margin-top: 15px;min-height: 600px;}
.instructions-bar .code_sec img {margin: 0px auto 10px;}
.instructions-bar .code_sec a { display: block; color: #8290aa; font-size: 19px; line-height: 32px; text-align: center; word-break: break-all; }
.instructions-bar .code_sec a:hover { text-decoration: underline; }
.instructions-bar .code_sec p { border-top: 2px solid #dae1eb; margin-top: 65px; color: #1a53df; font-size: 18px; line-height: 31px; font-weight: 600; text-align: left; letter-spacing: -0.02em; padding: 22px 0 15px; }
.instructions-bar .block .small p { word-break: break-all; }

/* build-bar */
.build-bar { width: 100%; position: relative; margin-bottom: -40px; z-index: 9; }
.build-bar .wrapper { padding: 0 20px; }
.build-bar .left_side { padding: 0 15px 0 0; width: 50%;  float: left; }
.build-bar .right_side { padding: 0 0 0 60px; width: 50%;  float: left; }
.build-bar .video { display:block; border-radius: 17px; -webkit-border-radius: 17px; -ms-border-radius: 17px; overflow:hidden; box-shadow: 0px 35px 30px rgba(28,87,223,0.3); -webkit-box-shadow: 0px 35px 30px rgba(28,87,223,0.3); -ms-box-shadow: 0px 35px 30px rgba(28,87,223,0.3); }
.build-bar h1 { margin-bottom: 15px; } 
.build-bar h2 { font-weight:400; margin-bottom: 10px; }  
.build-bar p { font-size: 25px; line-height: 48px; color:#8290aa; font-weight:300; padding-bottom: 50px; }
.build-bar .button { min-width:310px; text-align:center; font-size: 18px; line-height: 23px; padding: 16px 80px; border-radius: 35px; -webkit-border-radius: 35px; -ms-border-radius: 35px; font-weight:600; color:#fff; display:inline-block; vertical-align: top; background:#1c57df; box-shadow: 0px 5px 10px rgba(28,87,223,0.6); -webkit-box-shadow: 0px 5px 10px rgba(28,87,223,0.6); -ms-box-shadow: 0px 5px 10px rgba(28,87,223,0.6); }
.build-bar .button:hover { background:#407aff; }
.build-bar .top_part { position: relative; padding: 160px 0 100px 0; width: 100%; float: left; background: #f2f7fd;
                       background: -moz-linear-gradient(top, #f2f7fd 0%, #b3cefd 100%); background: -webkit-linear-gradient(top, #f2f7fd 0%,#b3cefd 100%); background: linear-gradient(to bottom, #f2f7fd 0%,#b3cefd 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f7fd', endColorstr='#b3cefd',GradientType=0 ); }
.build-bar .top_part .bg { width: 100%; height: 100%; position:absolute; left:0; top:0; background:url(../images/bg2.png) center top no-repeat; background-size:cover; }
.build-bar .top_part .graphic1 { width: 59px; height: 54px; position:absolute; left:50%; top:50%; background:url(../images/graphic1.png) center top no-repeat; background-size:100% auto; margin: 7px 0 0 -100px; }
.build-bar .top_part:after { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'100\' height=\'100\' viewBox=\'0 0 600 530\' preserveAspectRatio=\'none\'%3E%3Cpolygon points=\'0,530 900,0 600,600\' style=\'fill:%23f6f9fe;\' /%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: 100% 100%; bottom: 0px; content: ""; display: block; height: 670px; left: 0; position: absolute; width: 100%; }
.build-bar .top_part:before { z-index:1; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'100\' height=\'100\' viewBox=\'0 0 890 315\' preserveAspectRatio=\'none\'%3E%3Cpolygon points=\'0,188 900,0 850,600\' style=\'fill:%23f6f9fe;\' /%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: 100% 100%; bottom: 0px; content: ""; display: block; height: 100%; right: 0; position: absolute; width: 450px; }
.build-bar .top_part .wrapper {  position: relative;z-index:2; } 

.build-bar .try { position: relative; padding: 0px 0 140px 0; width: 100%; float: left; background: #f6f9fe; background: -moz-linear-gradient(top, #f6f9fe 0%, #e7effc 100%); background: -webkit-linear-gradient(top, #f6f9fe 0%,#e7effc 100%); background: linear-gradient(to bottom, #f6f9fe 0%,#e7effc 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f9fe', endColorstr='#e7effc',GradientType=0 );}
.build-bar .try:after { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'100\' height=\'100\' viewBox=\'0 0 600 530\' preserveAspectRatio=\'none\'%3E%3Cpolygon points=\'0,530 900,0 600,600\' style=\'fill:%23f6f9fe;\' /%3E%3C/svg%3E"); background-repeat: no-repeat; background-size: 100% 100%; bottom: 0px; content: ""; display: block; height: 400px; left: 0; position: absolute; width: 100%; }
.build-bar .try p { max-width: 700px; padding-bottom: 80px; } 
.build-bar .try .wrapper { margin-top: -30px;  position:relative; z-index:1; }
.build-bar .try .button { margin:auto; max-width: 310px; margin:auto; display:block; } 
.build-bar .graphic2 { z-index: 9; width: 187px; height: 161px; position:absolute; left:50%; top:-175px; background:url(../images/graphic2.png) center top no-repeat; background-size:100% auto; margin: 0px 0 0 -150px; }
.build-bar .graphic3 { z-index: 9; width: 276px; height: 239px; position:absolute; right:50%; margin: 0 -470px 0 0; top:-45px; background:url(../images/graphic3.png) center top no-repeat; background-size:100% auto; }
.build-bar .graphic4 { z-index: 9; width: 393px; height: 179px; position:absolute; left:50%; margin: 0 0 0 -655px; bottom:72px; background:url(../images/graphic4.png) center top no-repeat; background-size:100% auto; }
.build-bar .graphic5 { z-index: 9; z-index:2; width: 208px; height: 177px; position:absolute; right:50%; bottom:70px; background:url(../images/graphic5.png) center top no-repeat; background-size:100% auto; margin: 0px -400px 0 -140px; }
.build-bar .graphic6 { z-index: 9; width: 286px; height: 241px; position:absolute; right:50%; bottom:103px; z-index:1; background:url(../images/graphic6.png) center top no-repeat; background-size:100% auto; margin: 0px -735px 0 0; }
.build-bar .graphic7 { z-index: 9; width: 188px; height: 177px; position:absolute; right:50%; margin: 0 -755px 0 0; top:-450px; z-index:1; background:url(../images/graphic7.png) center top no-repeat; background-size:100% auto; }
.build-bar .heading h1,
.build-bar .heading h2 { margin: -10px 0 0px 0; font-size: 40px; line-height: 76px; color: #8290aa; font-weight:700;  }
.build-bar .heading h2 { font-weight: 600; line-height: 50px; margin: 0; padding: 15px 0 25px; letter-spacing: -0.03em; }
.build-bar .try p { line-height: 44px; padding-bottom: 94px; }


/* controller-bar */
.controller-bar { padding: 210px 0 115px; width: 100%; position: relative;  background: #f6f9fe; background: -moz-linear-gradient(top, #f6f9fe 56%, #dce8fe 100%); background: -webkit-linear-gradient(top, #f6f9fe 56%,#dce8fe 100%); background: linear-gradient(to bottom, #f6f9fe 56%,#dce8fe 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f9fe', endColorstr='#dce8fe',GradientType=0 ); }
.controller-bar .box { padding: 30px 20px 35px; box-shadow: 0px 20px 45px rgba(28,87,223,0.2); -webkit-box-shadow: 0px 20px 45px rgba(28,87,223,0.2); -ms-box-shadow: 0px 20px 45px rgba(28,87,223,0.2); max-width: 565px; margin:auto; border: 1px solid #6788b1; background:#ddeafd; border-radius: 8px; text-align:center; }
.controller-bar h1 { font-size: 24px; line-height: 28px; color:#2c75f5; font-weight: 700; border-bottom: 2px solid rgba(0,0,0,0.06); padding-bottom: 22px; max-width: 400px; margin: 0 auto 28px; }
.controller-bar ul { display:inline-block; vertical-align: top; text-align: left; }
.controller-bar li { font-size: 18px; line-height: 22px; color:#6789b1; font-weight:300; padding: 0 0 13px 30px; position: relative; }
.controller-bar li:before { width: 3px; height: 3px; border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; background:#6789b1; content:''; position:absolute; left:10px; top: 10px; }  
.controller-bar .status { max-width: 360px; width: 100%; margin:30px auto 45px; display:table; text-align: left; padding: 8px; background:#f6f9fe; border-radius:8px; -webkit-border-radius:8px; -ms-border-radius:8px; }
.controller-bar .status span { display:table-cell; vertical-align: middle; font-size: 14px; line-height: 18px; color:#6789b1; padding: 6px 10px; font-weight:300; }
.controller-bar .status span.label { width: 80px; border-right: 2px solid #e3eaf4; font-weight:600; }  
.controller-bar .arrows { border-radius: 10px; -webkit-border-radius: 10px; -ms-border-radius: 10px; margin: 0 13px; padding: 104px 0 0 0; width: 138px; height: 135px; display: inline-block; vertical-align: top; background:#ccdbf2 url(../images/pre_arrow.png) center 17px no-repeat; background-size:67px auto; border: 1px solid transparent; font-size: 14px; line-height: 18px; color:#2c75f5; text-transform:uppercase; font-weight:600; text-align: center; }
.controller-bar .arrows.next { background-image:url(../images/next_arrow.png); }  
.controller-bar .arrows:hover { background-color:#dae6f8; border-color:rgba(145,180,244,0.7); }

/* footer-part */
#footer-part { width: 100%; position: relative; }
#footer-part .copyright { color: #2a4560; text-align: center; }
#footer-part .copyright p { color: #2a4560; font-size: 12px; font-weight: 600; line-height: 18px; padding: 15px; }

/* footer-bar */
.footer-bar { padding: 43px 0; text-align: center; width: 100%; position: relative; background: #f6f9fe; }
.footer-bar a.footerlogo { width: 230px; display: block; margin: 0 auto 8px; }
.footer-bar cite { display: block; font-size: 14px; font-style: normal; font-size: 13px; line-height: 18px; color: #216bfc; font-weight: 300; padding: 0 0 22px; }
.footer-bar p { padding: 0 0 25px; color: #75889d; font-size: 17px; line-height: 26px; font-weight: 300; letter-spacing: -0.01em; }
.footer-bar p a { color: #78a8fd !important; }
.footer-bar p a:hover { text-decoration: underline; }
.footer-bar p span { color: #78a8fd; font-weight: 600; padding: 0 15px; letter-spacing: -0.02em; }
.footer-bar ul { list-style: none; overflow: hidden; padding: 14px 0 35px; margin: 0; }
.footer-bar li { display: inline-block; vertical-align: top; padding: 0 14px; }
.footer-bar li a { display: block; width: 33px; height: 31px; background: #677894; border-radius: 50%; }
.footer-bar li a:hover { opacity: 0.7; }


.heading p.note{font-size: 18px;}



/******************Start-16-july-2018******************/

.play_bg { position: relative; background: #f6f9fe url(../images/play_overlay.png) center bottom repeat-x; width: 100%; overflow: hidden; }
.play_bg .graphic1 { z-index: 9; width: 130px; height: 180px; position:absolute; left: 50%; margin: 0 0 0 -795px; top: 66.2%; background:url(../images/graphic3.png) center top no-repeat; background-size:100% auto; }
.play_bg .graphic2 { z-index: 9; width: 187px; height: 161px; position:absolute; left: 50%; margin-left: -706px; top: 82.3%; background:url(../images/graphic2.png) center top no-repeat; background-size:100% auto; }
.play_bg .graphic3 { z-index: 9; width: 160px; height: 160px; position:absolute; right: 50%; margin: 0 -775px 0 0; top: 74.2%; background:url(../images/graphic3.png) center top no-repeat; background-size:100% auto; }
.play_bg .graphic4 { z-index: 9; width: 170px; height: 179px; position:absolute; left: 50%; margin: 0 0 0 -788px; top: 42.5%; background:url(../images/graphic5.png) center top no-repeat; background-size:100% auto; }
.play_bg .graphic5 { z-index: 9; z-index:2; width: 130px; height: 140px; position:absolute; right: 50%; top: 31.5%; margin-right: -520px; background:url(../images/graphic5.png) center top no-repeat; background-size:100% auto; }
.play_bg .graphic6 { z-index: 9; width: 152px; height: 141px; position:absolute; right: 50%; margin-right: -660px; top: 62%; z-index:1; background:url(../images/graphic6.png) center top no-repeat; background-size:100% auto; }
.play_bg .graphic7 { z-index: 9; width: 212px; height: 200px; position:absolute; right: 50%; margin: 0 -775px 0 0; top: 41%; z-index:1; background:url(../images/graphic7.png) center top no-repeat; background-size:100% auto; }

/* play-bar */
.play-bar { padding: 155px 0 0; overflow: hidden; background: #f6f9fe url(../images/play_bg.png) center top repeat-x; }
.play-bar .top_sec { overflow: hidden; border-bottom: 2px solid #dae1eb; padding-bottom: 10px; }
.play-bar h2 { color: #2a7aff; font-size: 34px; line-height: 40px; font-weight: 400; text-align: center; font-weight: 600; letter-spacing: -0.017em; padding: 0 0 32px; }
.play-bar h2 span { display: block; font-weight: 300; color: #8290aa; font-size: 23px; line-height: 30px; letter-spacing: 0px; padding: 27px 0 0; }
.play-bar .field { display: block; color: #677897; font-weight: 300; font-size: 17px; border: 0; width: 100%; height: 48px; border-radius: 50px; line-height: 30px; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; padding: 5px 19px; display: block; transition: none; -webkit-transition: none; background: #fff; box-shadow: 0 18px 15px rgba(141,175,243,0.5); text-align: center; }
.play-bar form { margin: auto; max-width: 540px; }
.play-bar *::-webkit-input-placeholder{ opacity: 0.5; } 
.play-bar *::-moz-placeholder{ opacity: 0.5; } 
.play-bar *:-ms-input-placeholder{ opacity: 0.5; }
.play-bar .submit_btn { background: #1c57df; width: 238px; height: 50px; border: none; border-radius: 30px; color: #fff; font-size: 18px; font-weight: 600; display: block; margin: 30px auto 0; box-shadow: 0 8px 10px rgba(141,175,243,0.8); cursor: pointer; }
.play-bar .submit_btn:hover { background: #407aff; }
.play-bar .block { padding-bottom: 32px; overflow: hidden; border-bottom: 1px solid #c2c9d7; }

/* scores-bar */
.scores-bar { padding: 34px 0 45px; width: 100%; position: relative; overflow: hidden; z-index: 97; }
.scores-bar h3 { color: #6789b1; font-size: 24px; line-height: 30px; text-transform: uppercase; font-weight: 400; padding: 3px 0 35px; }
.scores-bar .white_block { padding: 33px 35px 30px 43px; margin: 0; overflow: hidden; border-radius: 10px; background: #fff; }
.scores-bar ul.list { list-style: none; overflow: hidden; padding: 0; margin: 0; }
.scores-bar ul.list li { padding: 17px 0px 18px; width: 100%; float:left; color: #6f8fb0; font-size: 18px; line-height: 22px; font-weight: 400; border: 2px solid #edf4fe; background: #edf4fe; position: relative; margin-bottom: 10px; border-radius: 10px; }
.scores-bar ul.list li:hover { border: 2px solid #c88cfe; }
.scores-bar ul.list li:hover .col-3 { color: #c98cff; }
.scores-bar ul.list li.heading .col-3 { color: #6f8fb0; font-size: 18px; }
.scores-bar ul.list li .col-3 { color:#2c75f5; font-size: 15px; }
.scores-bar ul.list li .col-1 { float:left; width: 14%; text-align: center; padding-right: 10px; }
.scores-bar ul.list li .col-2 { float:left; width: 11.6%; text-align: right; }
.scores-bar ul.list li .col-3 { float:left; width: 36.8%; padding-left: 14.5%; }
.scores-bar ul.list li .col-4 { float:left; width: 16.6%; text-align: right; }
.scores-bar ul.list li.heading { border: none !important; background: none !important; padding: 0 0 22px; font-weight: 300; margin: 0; }
.scores-bar ul.list li.heading .col-1 { padding-right:0;  }
.scores-bar ul.list li img { width: 40px; position: absolute; left: 6px; top: 9px; }
.scores-bar ul.list li a.drop_btn { display: none; }
.scores-bar.actions { padding: 7px 0; }
.scores-bar.actions h3 { text-transform: none; color: #6789b1; font-size: 20px; line-height: 24px; font-weight: 400; padding: 0 7px 19px; }
.scores-bar.actions .white_block { position: relative; margin: 0 6px; padding: 33px 35px 30px; }
.scores-bar.actions .tab { width: 100%; padding-bottom: 48px; position: relative; }
.scores-bar.actions .tab ul { list-style: none; overflow:hidden; padding: 0; width: auto; margin: 0; float:left; border-bottom: 1px  solid #ccc; }
.scores-bar.actions .tab ul li { padding: 7px 30px 0 20px; float:left; }
.scores-bar.actions .tab ul li a { padding-bottom: 19px; padding-left: 25px; display: block; text-decoration: none; font-size: 20px; line-height: 30px; font-weight: 300; color: #6789b1; position: relative; transition: none; -webkit-transition: none; }
.scores-bar.actions .tab ul li a:after { width: 26px; height: 26px; content: ''; display: block; position: absolute; left: -5px; top: 4px; background: url(../images/tabs_icon1.png) center bottom no-repeat; background-size: 26px auto; }
.scores-bar.actions .tab ul li#tab2 a:after { background-image: url(../images/tabs_icon2.png); }
.scores-bar.actions .tab ul li#tab3 a:after { background-image: url(../images/tabs_icon3.png); }
.scores-bar.actions .tab ul li#tab4 a:after { background-image: url(../images/tabs_icon4.png); }
.scores-bar.actions .tab ul li.current a:before { content: ''; position: absolute; left: 0px; bottom: 0px; width: 100%; height: 4px; background: #2c75f5; }
.scores-bar.actions .tab ul li:first-child { padding-left: 0; }
.scores-bar.actions .tab ul li:first-child a { padding-left: 26px; }
.scores-bar.actions .tab ul li:first-child a:after { left: -5px; }
.scores-bar.actions .tab ul li:last-child { padding-right: 0; }
.scores-bar.actions .tab ul li.current a { color: #2c75f5; font-weight: 400; }
.scores-bar.actions .tab ul li.current a:after { background-position: center top; }
.scores-bar.actions .tab .search-bar { right: -5px; top: 20px; width: 235px; }
.scores-bar.actions ul.list li .col-1 { text-align: left; width: 19%; padding-left: 62px; }
.scores-bar.actions ul.list li span { color: #6f8fb0; font-weight: 400; line-height: 26px; } 
.scores-bar.actions ul.list li .col-2 span span { font-weight: 300; padding-left: 5px; }
.scores-bar.actions ul.list li .col-1 img { width: 27px; left: 15px; top: 19px; }
.scores-bar.actions ul.list li .col-2 { text-align: left; width: 20.5%; }
.scores-bar.actions ul.list li .col-3 { text-align: left; padding: 0; width: 16.3%; }
.scores-bar.actions ul.list li .col-4 { text-align: left; padding: 0; width: 44%; }
.scores-bar.actions ul.list li { padding-top: 17px; border: 1px solid #eef5ff; border-radius: 8px; padding-bottom: 13px; min-height: 64px; }
.scores-bar.actions ul.list li:first-child { padding-top: 0px; padding-bottom: 22px; min-height: 10px; }
.scores-bar.actions ul.list li:hover { border: 1px solid #e88490; }
.scores-bar.actions ul.list .tag_btn { display: inline-block; color: #79b13b; font-size: 15px; line-height: 18px; border: 1px solid #7ab13a; border-radius: 4px; font-weight: 400; padding: 4px 10px; }
.scores-bar.actions ul.list .tag_btn.sent { color: #f5a623; border-color: #f5a623; }
.scores-bar.actions ul.list .tag_btn.sell { color: #2d76f5; border-color: #2d76f5; }
.scores-bar.actions ul.list .tag_btn.received { color: #79b13b; border-color: #79b13b; }
.scores-bar.actions ul.list .pending { display: block; background: #d0021b url(../images/pending_icon.png) 3px 2px no-repeat; background-size: 9px; font-size: 8px; line-height: 10px; color: #fff; width: 60px; height: 13px; line-height: 13px; border-radius: 8px; font-weight: 400; padding: 0 0 0 14px; margin-top: 5px; }
.scores-bar.actions ul.list p { color: #2c75f5; font-size: 15px; line-height: 28px; font-weight: 400; padding: 0 30px 0 0; }
.scores-bar.actions ul.list p cite { display: inline-block; padding-right: 25px; font-style: normal; background: url(../images/actions_arrow.png) right 11px no-repeat; background-size: 19px auto; margin-right: 3px; }
.scores-bar.actions ul.list p span { color: #6f8fb0; }
.scores-bar.actions ul.list .memo { position: relative; display: inline-block; line-height: 23px; background: #d5e1f1; margin-top: 5px; color: #6f8fb0; font-size: 12px; position: relative; padding-right: 10px; border-radius: 4px; -webkit-border-radius: 4px; }
.scores-bar.actions ul.list .memo span { background: #7091b0; color: #fff; line-height: 23px; float:left; padding: 0 6px 1px; margin-right: 6px; border-radius: 4px 0 0 4px; -webkit-border-radius: 4px 0 0 4px; }
.scores-bar.actions .search-bar .submit { position: absolute; right: 5px; top: 1px; border: none; background: url(../images/search_btn.png) center center no-repeat; background-size: 38px; width: 40px; height: 40px; text-indent: -9999px; cursor: pointer; }

.pagination .next, 
.pagination .prev { width: 45px; height: 46px; background: url(../images/pagination_arrow.png) center bottom no-repeat; display: block; background-size: 44px; position: absolute; right: 65px; top: 0px; border: 1px solid #7b929e; border-radius: 5px; opacity: 0.3; }
.pagination .next:hover, 
.pagination .prev:hover { opacity: 1; }
.pagination .next { right: 4px; background-position: center top; }
.pagination { width: 100%; min-height: 44px; position: relative; margin: 13px 0 0; }
.pagination li { float:left; padding-right: 13px; text-align: center; min-width: 46px; }
.pagination li a { font-family: 'latomedium'; width: 45px; height: 46px; color: #517dbe; text-align: center; line-height: 44px; font-size: 18px; display: block; border: 1px solid #517dbe; border-radius: 5px; }
.pagination li span { margin: 11px 0 0 3px; width: 25px; height: 25px; background: url(../images/pagination_dot.png) no-repeat; background-size: 24px; display: block; text-indent: -9999px; }
.pagination li a:hover, 
.pagination li.active a { background: #517dbe; color: #fff; }
.pagination ul { list-style: none; overflow: hidden; padding: 0; margin: 0; }

/* wisely-bar */
.wisely-bar { text-align: center; background: url(../images/wisely_bg.png) center -7px no-repeat; background-size: 1170px; }
.wisely-bar h3 { padding: 40px 0 32px; text-transform: uppercase; color: #1c57df; font-size: 28px; line-height: 45px; font-family: 'vcr_osd_monoregular'; letter-spacing: 0.01em; }
.wisely-bar h3 span { display: block; }
.wisely-bar .top img { max-width: 256px; margin: auto; }
.wisely-bar .bottom { padding: 32px 20px 35px; box-shadow: 0px 20px 45px rgba(28,87,223,0.2); -webkit-box-shadow: 0px 20px 45px rgba(28,87,223,0.2); -ms-box-shadow: 0px 20px 45px rgba(28,87,223,0.2); border: 1px solid #6788b1; background:#ddeafd; border-radius: 8px; text-align:center; margin: 46px 3px 0 5px; overflow: hidden; }
.wisely-bar .row { overflow: hidden; margin: auto; max-width: 1008px; }
.wisely-bar .row .col-1 { width: 33.333%; float:left; padding: 0 18px; text-align: center; }
.wisely-bar .row .col-1 .block { background: #f6f9fe; border-radius: 10px; overflow: hidden; min-height: 240px; }
.wisely-bar .row .col-1 strong { display: block; color: #2c75f5; font-size: 18px; line-height: 22px; padding-top: 60px; letter-spacing: -0.01em; }
.wisely-bar .row .col-1 .heading { min-height: 160px; }
.wisely-bar .row .col-1 .heading.rating { padding-top: 42px; } 
.wisely-bar .row .col-1 span { display: block; color: #333333; font-size: 14px; line-height: 20px; font-weight: 400; font-family: 'Montserrat', sans-serif, Arial; padding: 0 0 15px; }
.wisely-bar .row .col-1 span img { width: 16px; display: inline-block; vertical-align: top; margin-top: 3px; }
.wisely-bar .row .col-1 cite { font-style: normal; color: #a7a7a7; font-size: 16px; line-height: 18px; display: block;font-weight: bold; }
.wisely-bar .bottom p { padding: 37px 0 0; color: #6789b1; font-size: 18px; line-height: 28px; font-weight: 300; letter-spacing: -0.01em; }
.wisely-bar .bottom p span { display: block; }
.wisely-bar .row .col-1 span.knob-value { font-size: 36px; line-height: 36px; padding: 0; font-family: 'Montserrat', sans-serif, Arial; font-weight: 700; transition: none; -webkit-transition: none; position: absolute; left: 50%; -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -webkit-transform:translateX(-50%); bottom: 5px; transform:translateX(-50%); letter-spacing: 0px; color: #803bff; }
.wisely-bar .row .col-1 + .col-1 span.knob-value { color: #1ed2ff; }
.wisely-bar .row .col-1 + .col-1 + .col-1 span.knob-value { color: #803bff; }
.wisely-bar .row .col-1 span.knob-value small { font-size: 16px; display: inline-block; }
.wisely-bar .knob { display: none; } 
.wisely-bar .heading>input { display: none; transition: none; -webkit-transition: none; }
.wisely-bar .rating_block > div { display: block !important; margin: 0 auto; height: 110px !important; position: relative; overflow: hidden; }
.wisely-bar.account .row { max-width: 100%; padding: 0; }
.wisely-bar.account .bottom { margin-top: 10px; padding: 10px 35px 30px; padding-bottom: 30px; }
.wisely-bar.account .bottom .block { border-radius: 8px; }
.wisely-bar.account .col-2 { width: 34.2%; float:left; text-align: left; }
.wisely-bar.account .list { padding: 13px 12px; color: #6789b1; position: relative; overflow: hidden; background: #f6f9fe; border-radius: 8px; border: 1px solid #f6f9fe; min-height: 49px; margin-bottom: 8px; }
.wisely-bar.account .list img { position: absolute; right: 24px; top: 16px; width: 15px; }
.wisely-bar.account .col-5 + .col-5 .list:last-child { margin-bottom: 0; padding-top: 10px; }
.wisely-bar.account .col-5 + .col-5 .list:last-child img { top: 13px; }
.wisely-bar.account .list:hover { color: #2c75f5; border: 1px solid #5892f6; }
.wisely-bar.account .col-1 { width: 21.9%; float:left; padding: 0 0 0 23px; }
.wisely-bar.account .list span { font-size: 18px; line-height: 20px; font-weight: 300; width: 50%; float:left; }
.wisely-bar.account .list span + span { float: right; padding-right: 35px; width: 50%; text-align: right; font-weight: 400; }
.wisely-bar.account .list span + span a { color: #6789b1 !important; }
.wisely-bar.account .list:hover span + span a { color: #2c75f5!important; }
.wisely-bar.account .list span cite { font-style: normal; padding-top: 3px; display: block; }
.wisely-bar.account .top_heading { overflow: hidden; min-height: 73px; text-align: left; margin-bottom: 22px; border-bottom: 1px solid rgba(103,137,177,0.26); padding-top: 10px; }
.wisely-bar.account .top_heading h2 { color: #2c75f5; font-size: 36px; line-height: 40px; font-weight: 600; padding: 0; float:left; }
.wisely-bar.account .top_heading h2 span { font-weight: 400; font-size: 24px; vertical-align: top; display: inline-block; }
.wisely-bar.account .top_heading .right_sec { float: right; margin: -5px -5px 0 0; }
.wisely-bar.account .top_heading .right_sec span { float: left; min-width: 64px; text-align: center; color: #7b98b6; font-size: 13px; line-height: 16px; }
.wisely-bar.account .top_heading .right_sec span img { width: 29px; display: block; margin: 0 auto 10px; }
.wisely-bar.account .top_heading .notify_text { float:left; background: #fff; border-radius: 30px; padding: 2px 10px 2px 2px; color: #7b98b6; font-size: 12px; line-height: 26px; margin: 8px 0 0 8px; }
.wisely-bar.account .top_heading .notify_text img { float:left; width: 28px; margin-right: 4px; border-radius: 50%; -webkit-border-radius: 50%; }
.wisely-bar.account { background: none; }

/* playoptions-bar */
.playoptions-bar { padding: 75px 0 50px; overflow: hidden; }
.playoptions-bar h2 { color: #1c57df; font-size: 28px; line-height: 30px; font-weight: 600; text-align: center; letter-spacing: -0.01em; padding: 0 0 63px; }
.playoptions-bar .row { overflow: hidden; margin: 0 -5px; }
.playoptions-bar .row .col-1 { width: 50%; float:left; padding: 0 10px; }
.playoptions-bar .row .heading { padding: 27px 15px 20px; text-align: center; background: #ddeafd; overflow: hidden; min-height: 88px; border-radius: 10px 10px 0 0; -webkit-border-radius: 10px 10px 0 0; }
.playoptions-bar .row .heading h3 { color: #1c57df; font-size: 30px; line-height: 40px; font-weight: 700; letter-spacing: -0.01em; }
.playoptions-bar .row .heading h3 span { font-weight: 300; font-size: 24px; }
.playoptions-bar .row .block { background: #fff; border-radius: 0 0 10px 10px; -webkit-border-radius: 0 0 10px 10px; padding: 40px 35px 30px; min-height: 683px; }
.playoptions-bar h4 { color: #1c57df; font-size: 24px; line-height: 30px; font-weight: 300; padding: 0 0 30px; }
.playoptions-bar p { color: #1c57df; font-size: 18px; line-height: 28px; font-weight: 300; padding: 0 0 49px; text-align: justify; text-justify: inter-word;}
.playoptions-bar p span { display: block; }
.playoptions-bar p a { color: #1c57df; }
.playoptions-bar p a:hover { text-decoration: underline; }
.playoptions-bar .button { width:238px; margin: auto; text-align:center; font-size: 18px; line-height: 22px; padding: 14px 20px; border-radius: 35px; -webkit-border-radius: 35px; -ms-border-radius: 35px; font-weight:600; color:#fff; display:block; vertical-align: top; background:#1c57df; box-shadow: 0px 5px 10px rgba(28,87,223,0.6); -webkit-box-shadow: 0px 5px 10px rgba(28,87,223,0.6); -ms-box-shadow: 0px 5px 10px rgba(28,87,223,0.6); }
.playoptions-bar .button:hover { background:#407aff; }
.playoptions-bar .code_img { display: block; margin: 36px auto 55px; max-width: 251px; }
.playoptions-bar .bottom_text p { line-height: 22px; padding: 5px 0 0; }
.playoptions-bar .second h4 { padding: 10px 0; min-height: 122px; }
.playoptions-bar h5 { color: #1c57df; font-size: 24px; line-height: 30px;font-weight: 600; letter-spacing: -0.01em; padding: 0 0 8px; }
.playoptions-bar .move_block { overflow: hidden; background: #ddeafd; min-height: 172px; margin: 15px -10px 0; border-radius: 8px; -webkit-border-radius: 8px; padding: 15px 10px 10px; }
.playoptions-bar .move_block span { font-size: 20px; line-height: 24px; text-transform: uppercase; color: #1c57df; display: block; min-height: 64px; }
.playoptions-bar .move_block span:after { width: 30px; height: 30px; background: url(../images/playoptions_arrow.png) center center no-repeat; background-size: 30px; content: ''; display: inline-block; vertical-align: top; margin: -3px 0 0 25px; -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.playoptions-bar .move_block span.right:after { margin-left: 15px; -moz-transform: none; -ms-transform: none; -webkit-transform: none; transform: none; }
.playoptions-bar .move_block a { display: inline-block; color: #1c57df; font-size: 20px; line-height: 24px; font-weight: 300; }
.playoptions-bar .move_block a:after { content: ''; display: inline-block; width: 37px; height: 18px; vertical-align: top; margin: 6px 0 0 10px; background: url(../images/playoptions_pin.png) center center no-repeat; background-size: 36px; }
.playoptions-bar .move_block a:hover { text-decoration: underline; }
.playoptions-bar .move_block + .move_block { margin-bottom: 24px; }
.playoptions-bar .bottom_heading h2 { font-weight: 300; padding: 40px 0 0; letter-spacing: 0; }

.account_bg { background: #f6f9fe url(../images/account_bg2.jpg) center top repeat-x; width: 100%; }
.account_bg .bg { padding: 55px 0; background: url(../images/privacy_bg.png) center top no-repeat; }
#footer-part.account_footer .footer-bar { background: #f3f6fb url(../images/account_footer_bg.jpg) center top repeat-x; }

/* airdrops-bar */
.airdrops-bar { padding: 22px 0; overflow: hidden; }
.airdrops-bar h2 { padding: 10px 5px 10px 40px; font-size: 20px; line-height: 24px; color: #6789b1; font-weight: 400; background: url(../images/airdrops_icon.png) 8px 9px no-repeat; background-size: 23px; }
.airdrops-bar .row { border-radius: 8px; margin: 8px 5px; overflow: hidden; background: #ffffff; }
.airdrops-bar img { width: 53px; margin: 0 auto 10px; }
.airdrops-bar ul { padding: 0; text-align: center; list-style: none; overflow: hidden; }
.airdrops-bar ul li { padding: 24px 0 22px; float:left; width: 14.5%; position: relative; }
.airdrops-bar ul li span { display: block; color: #6789b1; font-size: 14px; line-height: 18px; }
.airdrops-bar ul li:after { content: ''; position: absolute; left: -2px; top: 28px; width: 2px; height: 92px; background: #eceff4; }
.airdrops-bar ul li:first-child:after { display: none; }
.airdrops-bar ul li.more_btn { padding: 0; width: 13%; }
.airdrops-bar ul li.more_btn:after { display: none; }
.airdrops-bar ul li.more_btn a { display: block; min-height: 146px; padding: 50px 20px 0; text-align: left; color: #fff; font-size: 20px; line-height: 25px; font-weight: 600; background: #a4c3fa; border-radius: 0 8px 8px 0; }
.airdrops-bar ul li.more_btn a:hover { background: #2c75f5; }


/******************End-16-july-2018******************/
/******************Start-24-Sep-2018******************/


/* filter-bar */
.filter-bar { padding: 0; width: 100%; position: relative; background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #e6eefb 0%, #f6f9fe 33%, #f6f9fe 66%, #dce8fe 100%) repeat scroll 0 0; }
.filter-bar .bg { position: relative; padding-top: 38px; background: url(../images/privacy_bg.png) center top no-repeat; }
.filter-bar h1 { float:left; color: #8290aa; width: 50%; font-size: 32px; line-height: 40px; text-transform: uppercase; letter-spacing: -0.015em; }
.filter-bar .filter-sec .mid { padding: 0 0 7px; position: relative; border-bottom: 2px solid #b2cdfc; }
.filter-bar .filter-sec .right { padding-top: 5px; float: right; width: 38.2%; }
.filter-bar .filter-sec .search { width: 58.5%; float: left; }
.filter-bar .filter-sec .field { padding: 5px 15px 5px 40px; color: #8290aa; font-size: 18px; border: 1px solid #cbd4e5; width: 100%; border-radius: 40px; height: 42px; background: #e9effb url(../images/search_btn2.png) 5px center no-repeat; float: left; background-size: 28px; }
.filter-bar .filter-sec .filter-btn { transition: none; -webkit-transition: none; padding: 0px 15px 0 40px; letter-spacing: -0.025em; color: #8290aa; font-size: 18px; float: right; border: 1px solid #fff; background: #fff url(../images/select2.png) right 5px no-repeat; background-size: 32px auto; width: 150px; line-height: 40px; border-radius: 30px; position: relative; z-index: 89; }
.filter-bar .filter-sec .filter-btn:after { content: ''; width: 17px; height: 17px; background: url(../images/filter-icon.png) no-repeat; background-size: 17px; position: absolute; left: 13px; top: 12px; }
.filter-bar .filter-sec .active .filter-btn, 
.filter-bar .filter-sec .filter-btn:hover { border: 1px solid #79a8f8; }
.filter-bar .filter-sec .active .filter-btn { border-radius: 20px 20px 0 0; padding-bottom: 14px; border-bottom-color:#fff; }
.filter-bar .filter-sec .filter-block { display: none; padding: 25px 30px; border-radius: 10px 0 10px 10px; position: relative; left: 0px; margin-bottom: -10px; top: -1px; float:left; width: 100%; border: 1px solid #79a8f8; background: #fff; }
.filter-bar .filter-sec .filter-block:after { content: ''; position: absolute; right: 145px; top: -32px; width: 24px; height: 60px; background: url(../images/filter-overlay.png) no-repeat; background-size: 23px auto; z-index: 999; }
.filter-bar .filter-sec ul { list-style: none; overflow: hidden; padding: 0; margin: 0 -15px -25px 0; }
.filter-bar .filter-sec li { float:left; padding: 0 23px 20px 0; }
.filter-bar .filter-sec li span { padding: 9px 14px 9px 40px; cursor: pointer; min-width: 132px; border: 1px solid #dbdfe8; background: #ffffff; position: relative; display: block; border-radius: 24px; }
.filter-bar .filter-sec li span label { color: #8290aa; font-size: 18px; line-height: 20px; cursor: pointer; font-weight: 400; }
.filter-bar .filter-sec input[type="checkbox"] { display: none; }
.filter-bar .filter-sec input[type=checkbox] + label:before { position: absolute; left: 10px; top: 10px; cursor: pointer; margin: 0; content: ""; display: inline-block; width: 20px; height: 20px; border-radius: 50%; transition: all 0.3s; -webkit-transition: all 0.3s; background: #d7dfea url(../images/check_box.png) center center no-repeat; background-size: 0; }
.filter-bar .filter-sec input[type=checkbox]:checked + label:before { background-color: #3e91f1; background-size: 20px; }
.filter-bar .filter-sec { }
.filter-bar .filter-sec { position: relative; z-index: 2; }
.filter-bar .poll-sec { padding: 42px 0; position: relative; z-index: 1; }
.filter-active .filter-bar .filter-sec .mid { border-bottom-color: rgba(0,0,0,0); }
.filter-bar .poll-sec h2 { font-size: 25px; width: 50%; float:left; color: #8290aa; letter-spacing: -0.04em; line-height: 30px; padding:5px 0; }
.filter-bar .poll-sec .short-sec { float: right; }
.filter-bar .poll-sec .short-sec span { color: #8290aa; font-size: 18px; line-height: 30px; padding: 5px 0; width: 156px; float:left; }
.filter-bar .poll-sec .top { overflow: hidden; padding: 0 0 30px; }
.filter-bar .poll-sec .short-sec select { }
.filter-bar .poll-sec .short-sec select { padding: 3px 50px 5px 12px; font-weight: 400; color: #8290aa; font-size: 18px; border: 1px solid #cbd4e5; width: 240px; border-radius: 40px; height: 42px; background: url(../images/select3.png) right center no-repeat; background-size: 40px; -webkit-appearance: none; -ms-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; float: right; }
.filter-bar .text-center { padding: 30px 0 20px; text-align: center; width: 100%; overflow: hidden; }
.filter-bar .text-center .btn { min-width: 264px; }


.poll-item { padding: 6px 0; margin: 0 -26px; }
.poll-item .col { width: 33.333%; float:left; padding: 0 24px 53px; }
.poll-item .col .block { border-radius: 10px; box-shadow: 0 20px 40px rgba(0,0,0,0.2); position: relative; } 
.poll-item .col figure a:after { content: ''; border-radius: 10px 0 0 0; background: url(../images/pollshadow.png) left top no-repeat; position: absolute; left: 0px; top: 0px; width: 424px; height: 196px; }
.poll-item .col figure a { position: relative; display: block; }
.poll-item .col .block img { width: 100%; border-radius: 10px 10px 0 0; }
.poll-item .col .block .left-tag { }
.poll-item .left-tag { padding: 5px 12px 0 10px; box-shadow: 10px 10px 10px rgba(0,0,0,0.15); position: absolute; left: 0px; top: 0px; background: #fff; border-radius: 10px 0 20px 0; height: 46px; z-index: 9; }
.poll-item .left-tag:before { content: ''; position: absolute; right: -19px; top: 0px; background: url(../images/top_arrow.png) no-repeat; background-size: 100%; width: 20px; height: 30px; }
.poll-item .left-tag:after { content: ''; position: absolute; bottom: -29px; left: 0px; background: url(../images/bottom_arrow.png) no-repeat; background-size: 100%; width: 18px; height: 30px; }
.poll-item .left-tag span { color: #4293f1; font-size: 29px; line-height: 32px; float:left; }
.poll-item .left-tag cite { padding: 5px 0 0 5px; font-size: 11px; line-height: 12px; font-weight: 300; color: #4293f1; text-transform: uppercase; font-style: normal; float:left; }
.poll-item .left-tag .poll-icon { width: 16px; margin: 8px 5px 0 5px; height: 26px; display: block; background: url(../images/tag-icon4.png) no-repeat; background-size: 100%; }
.poll-item .right-tag { right: 15px; top: 15px; position: absolute; line-height: 30px; color: #61a913; font-size: 14px; background: #fff; border-radius: 20px; padding: 0 13px 0 31px; letter-spacing: 0.01em; }
.poll-item .right-tag:after { content: ''; position: absolute; left: 5px; top: 5px; width: 21px; height: 21px; background: #60a912 url(../images/tag-icon1.png) center center no-repeat; background-size: 21px; border-radius:50%; -webkit-border-radius:50%; }
.poll-item .new .right-tag:after { background-image: url(../images/tag-icon2.png); background-color: #b34df8; }
.poll-item .rejected .right-tag:after { background-image: url(../images/tag-icon3.png); background-color: #f5a623; }
.poll-item .new .right-tag { color: #b34df8; }
.poll-item .rejected .right-tag { color: #f5a623; }
.poll-item .rejected .left-tag { padding-right: 25px; }
.poll-item .rejected .left-tag cite { display: block; float: none; font-size: 8px; line-height: 10px; padding: 2px 0 0 0; }
.poll-item .rejected .left-tag span { display: block; float: none; font-size: 22px; line-height: 24px; } 
.poll-item .text { padding: 33px 5px 13px 20px; background: #f6f9fd; }
.poll-item .text h3 { color: #5391fd; font-size: 16px; line-height: 27px; font-weight: 600; letter-spacing:-0.015em; padding: 0 0 14px; }
.poll-item .text h3 a { color: #5391fd; display: inline-block; }
.poll-item .text h3 a:hover { text-decoration: underline; }
.poll-item .text p { color: #7887a7; font-size: 15px; line-height: 22px; font-weight: 300; }
.poll-item .range { padding: 21px 21px 18px; overflow: hidden; background: #ffffff; border-top: 1px dashed #8190aa; border-radius: 0 0 8px 8px; }
.poll-item .range .range-slider { position: relative; height: 11px; width: 100%; background: #ff445c; border-radius: 15px; margin-bottom: 15px; }
.poll-item .range .range-slider:after { content: ''; position: absolute; left: 0px; top: -2px; height: 100%; width: 65%; background: #60a912; border-radius: 15px; border: 2px solid #f6f9fe; }
.poll-item .range strong { float:left; color: #8290aa; font-size:16px; line-height: 20px; font-weight: 400; letter-spacing: -0.02em; width: 55%; }
.poll-item .range span { padding: 2px 3px 0 0; float: right; }
.poll-item .range span cite { margin-left: 10px; display: inline-block; vertical-align: top; font-style: normal; font-size: 14px; min-width: 51px; text-align: center; font-weight: 300; color: #61a913; border: 1px solid #61a814; border-radius: 10px; }
.poll-item .range span cite + cite { color: #d01d1b; border-color: #d01d1b; }
.poll-item .range.range-1 .range-slider::after { width: 75%; }
.poll-item .range.range-2 .range-slider::after { width: 25%; }
.poll-item .range.range-3 .range-slider::after { width: 55%; }
.poll-item .range.range-4 .range-slider::after { width: 40%; }
.poll-item .range.range-5 .range-slider::after { width: 85%; }
.poll-item .range.range-6 .range-slider::after { width: 45%; }
.poll-item.full .col { width: 100%; padding-bottom: 40px; }
.poll-item.full .col .block { box-shadow: none; border: 1px solid #8694ad; border-radius: 10px; }
.poll-item.full .col .block .range { padding-top: 11px; padding-bottom: 25px; border: none; background: none; }
.poll-item.full .range .range-slider { background: #d2d8e4; }
.poll-item.full .range .range-slider::after { background: #4393f2; border: none; top: 0px; }
.poll-item.full .range strong { color: #4393f2; }
.poll-item.full .text, 
.poll-item.full .col .block .range { background: #f6f9fe; }

#poll_details { padding: 0; width: 100%; position: relative; background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #e6eefb 0%, #f6f9fe 33%, #f6f9fe 66%, #dce8fe 100%) repeat scroll 0 0; }
#poll_details .bg { position: relative; padding-top: 38px; background: url(../images/privacy_bg.png) center top no-repeat; }
#poll_details #left-part { width: 64.5%; float:left; }
#poll_details #right-part { width: 31%; float: right; }
#poll_details #right-part h2 { color: #8290aa; font-weight: 400; font-size: 30px; line-height: 34px; padding: 5px 0 34px; }
select:focus { outline: none; }
#poll_details .top-sec .poll-details-bar { padding: 17px 0 0px; }


/* poll-details-bar */
.poll-details-bar { width: 100%; padding: 0 0 100px; }
.poll-details-bar .top-heading h1 { font-size: 32px; line-height: 44px; color: #8290aa; font-weight: 600; letter-spacing: -0.015em; }
.poll-details-bar .top-heading p { color: #8290aa; font-size: 18px; line-height: 22px; font-weight: 300; } 
.poll-details-bar .top-heading p img { width: 22px; border-radius: 50%; -webkit-border-radius: 50%; display: inline-block; vertical-align: top; margin: 3px 5px 0 4px; }
.poll-details-bar .top-heading p span { padding-left: 30px; display: inline-block; vertical-align: top; font-size: 16px; color: #8290aa; background: url(../images/clock-icon.png) 3px 4px no-repeat; background-size: 17px; }
.poll-details-bar .top-heading { padding-bottom: 23px; }
.poll-details-bar figure img { border-radius: 5px; }
.poll-details-bar .button { padding: 10px 0 20px; }
.poll-details-bar .button ul { list-style: none; float:left; width: 100%; padding: 0; margin: 0; }
.poll-details-bar .button li { padding: 0 16px 15px 0; float:left; }
.poll-details-bar .button li a { display: block; border-radius: 20px; padding: 9px 18px 10px 45px; position: relative; color: #8290aa; font-size: 18px; line-height: 20px; border: 1px solid #cfd9e5; background: #f1f6fc; }
.poll-details-bar .button li.active a, 
.poll-details-bar .button li a:hover { background: #4393f2; border-color: #4393f2; color: #fff; box-shadow: 0 10px 10px rgba(0,0,0,0.2) }
.poll-details-bar .button .icon { width: 30px; height: 42px; position: absolute; left: 10px; top: 0px; background: url(../images/details_icon1.png) center top no-repeat; background-size: 30px auto; }
.poll-details-bar .button li.active a .icon { background-position: center bottom; }
.poll-details-bar .button li a:hover .icon { background-position: center bottom; }
.poll-details-bar .button .icon2 { background-image: url(../images/details_icon2.png); }
.poll-details-bar .button .icon3 { background-image: url(../images/details_icon3.png); }
.poll-details-bar .white-block { background: #fff; box-shadow: 0 2px 3px rgba(0,0,0,0.15); padding: 24px 30px 0px; border-radius: 7px; }
.poll-details-bar .white-block p { color: #8290aa; font-size: 16px; line-height: 32px; font-weight: 300; padding: 0 0 36px; }
.poll-details-bar h4 { color: #8290aa; font-size: 20px; line-height: 22px; padding: 25px 0 17px; letter-spacing: 0px; font-weight: 600; }
.poll-details-bar .comments { padding: 20px 18px; margin-right: -5px; }
.poll-details-bar .comments .field { padding: 5px 90px 5px 15px; color: #8290aa; font-size: 14px; font-weight: 300; letter-spacing: -0.02em; width: 100%; height: 44px; border: 1px solid #e7e9ed; border-radius: 5px; background: #f4f5f7; }
.poll-details-bar .comments .comments-text { position: relative; }
.poll-details-bar .comments .smiley { position: absolute; right: 52px; top: 15px; width: 18px; }
.poll-details-bar .comments .camera { position: absolute; right: 16px; top: 15px; width: 19px; }
.poll-details-bar .comments ul { list-style: none; overflow:hidden; padding: 0px 0 0; margin: 0; }
.poll-details-bar .comments li { width: 100%; float:left; border-top: 1px solid #f2f2f2; padding-top: 16px; margin-top: 28px; }
.poll-details-bar .comments li .user-name { overflow: hidden; min-height: 40px; position: relative; padding: 0 0 13px 50px; }
.poll-details-bar .comments li .user-name img { width: 40px; position: absolute; left: 0px; top: 0px; border-radius: 50%; }
.poll-details-bar .comments li .user-name span { display: block; font-size: 16px; line-height: 20px; color: #616b7e; font-weight: 400; padding: 2px 0 0 0; }
.poll-details-bar .comments li .user-name small { display: block; font-style: normal; font-size: 13px; color: #8290aa; font-weight: 300; line-height: 20px; }
.poll-details-bar .comments li p { line-height: 20px; font-size: 14px; padding: 0; }
.poll-details-bar .comments .btn { background: #e6e9ee; color: #8290aa; box-shadow: none; }
.poll-details-bar .comments .btn:hover { color: #fff; background: #1c57df; }
.poll-details-bar .comments .text-center { overflow:hidden; text-align: center; padding: 40px 0 5px; }


/* status-bar */
.status-bar { width: 100%; padding: 32px 0 90px; }
.status-bar .block { border-radius: 8px; box-shadow: 0 8px 45px rgba(0,0,0,0.15); background: #ffffff; }
.status-bar .range { padding: 5px 24px 24px 18px; overflow: hidden; border-bottom: 1px dashed #8190aa; }
.status-bar .range .range-slider { position: relative; height: 11px; width: 100%; background: #ff445c; border-radius: 15px; margin-bottom: 10px; }
.status-bar .range .range-slider:after { content: ''; position: absolute; left: 0px; top: -2px; height: 100%; width: 66%; background: #60a912; border-radius: 15px; border: 2px solid #f6f9fe; }
.status-bar .range strong { float:left; color: #4293f1; font-size: 31px; line-height: 32px; font-weight: 400; letter-spacing: -0.02em; width: 45%; margin-top: 0; }
.status-bar .range strong small { display: block; color: #8290aa; font-size: 14px; line-height: 18px; padding: 7px 0 0; font-weight: 300; }
.status-bar .range span { padding: 0 5px; color: #61a913; font-size: 14px; text-align: center; line-height: 20px; font-weight: 400; float: left; display: block; width: 50%; }
.status-bar .range span cite { margin-top: 12px; vertical-align: top; font-style: normal; font-size: 16px; display: block; text-align: center; font-weight: 300; color: #fff; background: #60a912; border-radius: 15px; padding: 4px; box-shadow: 0 5px 8px rgba(0,0,0,0.3) }
.status-bar .range span + span cite { color: #fff; background: #ff445d; }
.status-bar h4 { color: #8290aa; font-size: 19px; line-height: 24px; font-weight: 400; padding: 8px 20px; }
.status-bar .range .rating { float: right; width: 55%; }
.status-bar .list { padding: 5px 18px 18px; overflow: hidden; background: #f6f9fe; border-radius: 0 0 8px 8px; }
.status-bar .list ul { list-style: none; padding: 0; margin: 0; overflow: hidden; }
.status-bar .list ul li { width: 100%; float: left; font-size: 16px; line-height: 20px; font-weight: 300; color: #8290aa; border-bottom: 2px solid #e8edf3; padding: 10px 0 11px; }
.status-bar .list ul li cite { font-style: normal; color: #8290aa; font-size: 16px; padding: 5px 0; display: block; }
.status-bar .list ul li span { color: #8290aa; font-size: 29px; line-height: 34px; font-weight: 200; padding-right: 5px; }
.status-bar .list p { color: #7887a7; font-size: 15px; line-height: 24px; letter-spacing: -0.01em; padding: 10px 0 1px; margin-right: -5px; }
.status-bar .list p strong { font-weight: 600; }

/* White background */
.white { background: #ffffff; }


/******************End-24-Sep-2018******************/

.privacy-bar .bg{
    background: none;
}