/* Minification failed. Returning unminified contents.
(692,59239): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(692,59256): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(692,60251): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(692,60280): run-time error CSS1039: Token not allowed after unary operator: '-c'
(692,60592): run-time error CSS1039: Token not allowed after unary operator: '-c'
(692,60692): run-time error CSS1039: Token not allowed after unary operator: '-n'
(692,60780): run-time error CSS1039: Token not allowed after unary operator: '-n'
(692,60822): run-time error CSS1039: Token not allowed after unary operator: '-n'
(692,60886): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(692,60932): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(692,60978): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(692,61024): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(692,61069): run-time error CSS1039: Token not allowed after unary operator: '-bgfont'
(692,61513): run-time error CSS1039: Token not allowed after unary operator: '-bgprm'
(692,61573): run-time error CSS1039: Token not allowed after unary operator: '-bgprm'
(692,61682): run-time error CSS1039: Token not allowed after unary operator: '-bgfont'
(692,62607): run-time error CSS1039: Token not allowed after unary operator: '-bgprm'
(692,62637): run-time error CSS1039: Token not allowed after unary operator: '-bgfont'
(692,92524): run-time error CSS1039: Token not allowed after unary operator: '-bgprm'
(692,92599): run-time error CSS1039: Token not allowed after unary operator: '-bgprm'
 */
/*
Version: 3.4.5 Timestamp: Mon Nov  4 08:22:42 PST 2013
*/
.select2-container { margin: 0; position: relative; display: inline-block; /* inline-block for ie7 */ zoom: 1;  *display: inline; vertical-align: middle;}
.select2-container, .select2-drop, .select2-search, .select2-search input { /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */ -moz-box-sizing: border-box; /* firefox */ box-sizing: border-box; /* css3 */
}
.select2-container .select2-choice {
	display: block;
	height: 40px;
	padding: 0 15px 0 18px;
	overflow: hidden;
	position: relative;
	background:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #ddd;
	white-space: nowrap;
	line-height: 40px;
	color: #19284c;
	text-decoration: none;
	background-clip: padding-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: none;
	font-size:12px;
	
}
.select2-container.select2-drop-above .select2-choice {
	border-bottom-color: #aaa; border-radius: 0 0 4px 4px; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff)); background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%); background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0); background-image: linear-gradient(top, #eee 0%, #fff 90%);
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {	margin-right: 42px;}
.select2-container .select2-choice > .select2-chosen {
	margin-right: 26px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.select2-container .select2-choice abbr {
	display: none;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 24px;
	top: 8px;
	font-size: 1px;
	text-decoration: none;
	border: 0;
	background: url('http://template.weblivelink.com/uiproject/design_images/select_arrow.png') right top no-repeat;
	cursor: pointer;
	outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {display: inline-block;}
.select2-container .select2-choice abbr:hover {	background-position: right -11px;cursor: pointer;}
.select2-drop-mask {
	border: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 9998;
	/* styles required for IE to work */
    background-color: none;
	filter: alpha(opacity=0);
}
.select2-drop {
	margin-top: -1px;
	position: absolute;
	z-index: 9999;
	top: 100%;
	background: #f0f0f0;
	color: #000;
	border: 1px solid #ddd!important;
	border-top:none!important;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
	box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}
.select2-drop-auto-width { border-top: 1px solid #aaa; width: auto;}
.select2-drop-auto-width .select2-search { padding-top: 4px;}
.select2-drop.select2-drop-above {
	margin-top: 1px;
	border-top: 1px solid #aaa;
	border-bottom: 0;
	border-radius: 4px 4px 0 0;
	-webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
	box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}
.select2-drop-active { border: 0px solid #5897fb; border-top: none;}
.select2-drop.select2-drop-above.select2-drop-active { border-top: 0px solid #5897fb;}
.select2-container .select2-choice .select2-arrow {
	display: inline-block;
	width: 18px;
	height: 100%;
	position: absolute;
	right: 7px;
	top: 0;
	border-left: 0px solid #aaa;
	border-radius: 0 0px 0px 0;
	background-clip: padding-box;
	background: none;	
}
.select2-container .select2-choice .select2-arrow b {
	display: block;
	width: 100%;
	height: 100%;
	background: url('http://template.weblivelink.com/uiproject/design_images/select_arrow.png') no-repeat center center; 
}
.select2-search {
	display: inline-block;
	width: 100%;
	min-height: 26px;
	margin: 0;
	padding-left: 4px;
	padding-right: 4px;
	position: relative;
	z-index: 10000;
	white-space: nowrap; display:none;
}
.select2-search input {
	width: 100%;
	height: auto !important;
	min-height: 26px;
	padding: 4px 20px 4px 5px;
	margin: 0;
	outline: 0;
	font-family: sans-serif;
	font-size: 1em;
	border: 1px solid #aaa;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #fff url('http://template.weblivelink.com/uiproject/design_images/select_arrow.png') no-repeat 100% -22px;
	background: url('http://template.weblivelink.com/uiproject/design_images/select_arrow.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
	background: url('http://template.weblivelink.com/uiproject/design_images/select_arrow.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url('http://template.weblivelink.com/uiproject/design_images/select_arrow.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url('http://template.weblivelink.com/uiproject/design_images/select_arrow.png') no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
}
.select2-drop.select2-drop-above .select2-search input {margin-top: 4px;}
.select2-search input.select2-active {
	background: #fff url('select2-spinner.gif') no-repeat 100%;
	background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
	background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
}
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
	border: 0px solid #5897fb;
	outline: none;	
}
.select2-dropdown-open .select2-choice {
	border-bottom-color: transparent;
	-webkit-box-shadow: 0 0px 0 #fff inset;
	box-shadow: 0 0px 0 #fff inset;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background:#f0f0f0!important;	
}
.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
	border: 0px solid #5897fb;
	border-top-color: transparent;	
}
.select2-dropdown-open .select2-choice .select2-arrow {
	background: transparent;
	border-left: none;
	filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b { }
/* results */
.select2-results {
	max-height: 200px;
	padding: 0 0 0 4px;
	margin: 4px 4px 4px 0;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.select2-results ul.select2-result-sub { margin: 0; padding-left: 0;}
.select2-results ul.select2-result-sub > li .select2-result-label { padding-left: 20px;}
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 40px;}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 60px;}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
	padding-left: 80px
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
	padding-left: 100px
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
	padding-left: 110px
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
	padding-left: 120px
}
.select2-results li {
	list-style: none;
	display: list-item;
	background-image: none;
}
.select2-results li.select2-result-with-children > .select2-result-label { font-weight: bold;}
.select2-results .select2-result-label {
	padding: 3px 7px 4px;
	margin: 0;
	cursor: pointer;
	min-height: 1em;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.select2-results .select2-highlighted { background: #3875d7; color: #fff;}
.select2-results li em { background: #feffde; font-style: normal;}
.select2-results .select2-highlighted em { background: transparent;}
.select2-results .select2-highlighted ul { background: #fff; color: #000;}
.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
	background: #f4f4f4;
	display: list-item;
}
/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
	color: #666;
	background: #f4f4f4;
	display: list-item;
	cursor: default;
}
.select2-results .select2-disabled {
	background: #f4f4f4;
	display: list-item;
	cursor: default;
}
.select2-results .select2-selected { display: none;}
.select2-more-results.select2-active { background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;}
.select2-more-results { background: #f4f4f4; display: list-item;}
/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
	background-color: #f4f4f4;
	background-image: none;
	border: 1px solid #ddd;
	cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
	background-color: #f4f4f4;
	background-image: none;
	border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr { display: none;}
/* multiselect */
.select2-container-multi .select2-choices {
	height: auto !important;
	height: 1%;
	margin: 0;
	padding: 0;
	position: relative;
	border: 1px solid #aaa;
	cursor: text;
	overflow: hidden;
	background-color: #fff;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
	background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
	background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
	background-image: linear-gradient(top, #eee 1%, #fff 15%);
}
.select2-locked { padding: 3px 5px 3px 5px !important;}
.select2-container-multi .select2-choices {min-height: 26px;}
.select2-container-multi.select2-container-active .select2-choices {
	border: 1px solid #5897fb;
	outline: none;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li { float: left; list-style: none;}
.select2-container-multi .select2-choices .select2-search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
	padding: 5px;
	margin: 1px 0;
	font-family: sans-serif;
	font-size: 100%;
	color: #666;
	outline: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent !important;
}

.select-wrapper .error a {border-bottom:1px solid #F00;}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
	background: #fff url('select2-spinner.gif') no-repeat 100% !important;
}
.select2-default { color: #999 !important;}
.select2-container-multi .select2-choices .select2-search-choice {
	padding: 3px 5px 3px 18px;
	margin: 3px 0 3px 5px;
	position: relative;
	line-height: 13px;
	color: #333;
	cursor: default;
	border: 1px solid #aaaaaa;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	background-clip: padding-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #e4e4e4;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
	background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen { cursor: default;}
.select2-container-multi .select2-choices .select2-search-choice-focus { background: #d4d4d4;}
.select2-search-choice-close {
	display: block;
	width: 12px;
	height: 13px;
	position: absolute;
	right: 3px;
	top: 4px;
	font-size: 1px;
	outline: none;
	background: url('http://template.weblivelink.com/uiproject/design_images/select_arrow.png') right top no-repeat;
}
.select2-container-multi .select2-search-choice-close {left: 3px;}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
	background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
	background-position: right -11px;
}
/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
	background-color: #f4f4f4;
	background-image: none;
	border: 1px solid #ddd;
	cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
	padding: 3px 5px 3px 5px;
	border: 1px solid #ddd;
	background-image: none;
	background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
	display: none;
	background: none;
}
/* end multiselect */
.select2-result-selectable .select2-match, .select2-result-unselectable .select2-match {
	text-decoration: underline;
}
.select2-offscreen, .select2-offscreen:focus {
	clip: rect(0 0 0 0) !important;
	width: 1px !important;
	height: 1px !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	position: absolute !important;
	outline: 0 !important;
	left: 0px !important;
	top: 0px !important;
}
.select2-display-none {
	display: none;
}
.select2-measure-scrollbar {
	position: absolute;
	top: -10000px;
	left: -10000px;
	width: 100px;
	height: 100px;
	overflow: scroll;
}
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
 .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
 /* background-image: url('select2x2.png') !important;
 background-repeat: no-repeat !important;
 background-size: 60px 40px !important; */
}
 .select2-search input {
 background-position: 100% -21px !important;
}
}
.select2-container .select2-choice{ background:#fff; border:#dddddd solid 1px;}
/* ============ Slick css Strat ============ */
/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* ============ Slick css End ============ */
/* ============ Slick-theme css Strat ============ */
.slick-loading .slick-list
{
    
}
/* Icons */

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}
.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}
/* Dots */
.slick-dotted.slick-slider
{ margin-bottom: 30px;}
.slick-dots
{
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 25px;
    line-height: 25px;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li.slick-active button{color:#000;}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '.';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* ============ Slick-theme css End ============ */
body{margin:0px;padding:0px}ul,li{margin:0px;padding:0px;list-style:none}a,.btn{text-decoration:none !important;cursor:pointer;outline:none !important;-webkit-box-shadow:none;box-shadow:none}.img-fluid{max-height:100%}.textCenter{text-align:center}body{margin:0px;padding:0px}ul,li{margin:0px;padding:0px;list-style:none}a,.btn{text-decoration:none !important;cursor:pointer;outline:none !important;-webkit-box-shadow:none;box-shadow:none}.img-fluid{max-height:100%}.textCenter{text-align:center}.crossLine{background:none;position:relative;display:inline-block;padding:0px;width:40px;height:47px;cursor:pointer;border:inherit}.crossLine:focus,.crossLine:hover{border:inherit;outline:none}.crossLine .line{display:block;background:#858991;height:5px;width:40px;border-radius:0px;position:absolute;left:0px;right:0px;margin:auto}.crossLine .line.crossLine1{top:9px;-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out}.crossLine .line.crossLine2{top:45%;-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out}.crossLine .line.crossLine3{bottom:10px;-webkit-transition:.5s ease-in-out;transition:.5s ease-in-out}.crossLine:hover .line{background:#c95d45}.crossLine.active .line{background:#c95d45}@media(max-width: 1024px){.crossLine.active{background:inherit;padding:10px}.crossLine.active .line{background:#c95d45}}@media(max-width: 767px){.crossLine .line{width:40px}}@media(max-width: 400px){.crossLine{width:32px;height:41px}.crossLine .line{width:32px;height:4px}}.navi_mobile .crossLine.active .line.crossLine1{top:40%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.navi_mobile .crossLine.active .line.crossLine2{opacity:0}.navi_mobile .crossLine.active .line.crossLine3{bottom:50%;-webkit-transform:rotate(135deg);transform:rotate(135deg)}#sidebarCollapse{z-index:5555}.mainHeader{position:absolute;z-index:3;left:0px;top:0px;width:100%}.mainHeader header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:90px;background:#fff;-webkit-box-shadow:0px 4px 30px 0px rgba(0,0,0,.6);box-shadow:0px 4px 30px 0px rgba(0,0,0,.6);border-radius:0px 0px 40px 40px;position:relative;padding:8px 50px}.mainHeader header .logo{position:relative;max-width:345px;min-width:345px}.mainHeader header .logo img{max-width:100%}.mainHeader header .header_right{margin-top:-3px}.mainHeader header .navbarLink ul{position:relative}.mainHeader header .navbarLink ul li{padding:3px 0px 3px 0px;margin-right:70px;font-family:"Afacad",serif;font-weight:400;text-transform:capitalize;position:relative}@media(max-width: 1700px){.mainHeader header .navbarLink ul li{margin-right:60px}}@media(max-width: 1500px){.mainHeader header .navbarLink ul li{margin-right:50px}}@media(max-width: 1366px){.mainHeader header .navbarLink ul li{margin-right:40px}}.mainHeader header .navbarLink ul li a{position:relative}.mainHeader header .navbarLink ul li:hover a::before,.mainHeader header .navbarLink ul li.active a::before{opacity:1;width:100%}.mainHeader header .navbarLink ul li .dropdown-toggle::after{border-top:.4em solid;border-right:.4em solid rgba(0,0,0,0);border-left:.4em solid rgba(0,0,0,0)}.mainHeader header .navbarLink ul li .dropdown-toggle{padding:0px}.mainHeader header .navbarLink ul li .dropdown-toggle::after{display:none}.mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i{font-size:18px;margin-left:6px}.mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i::before{position:relative;top:1px}.mainHeader header .navbarLink ul li ul li{margin-right:0px}.mainHeader header .navbarLink ul li ul li a::before{display:none}@media(max-width: 1024px){.mainHeader header .navbarLink ul li{padding:0px 0px;margin-right:0px;width:100%;border-bottom:solid 1px #cbcbcb}.mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i{display:block;margin-left:6px}}.mainHeader header .navbarLink ul li a{color:#000;font-size:22px;display:inline-block}@media(max-width: 1500px){.mainHeader header .navbarLink ul li a{font-size:20px}}@media(max-width: 1024px){.mainHeader header .navbarLink ul li a{color:#222;font-size:25px;padding:21px 30px;display:block}.mainHeader header .navbarLink ul li a:before{display:none}}.mainHeader header .navbarLink ul li.active a,.mainHeader header .navbarLink ul li:hover a{background:none;border-radius:0;color:#209992}@media(max-width: 1024px){.mainHeader header .navbarLink ul li.active,.mainHeader header .navbarLink ul li:hover{background:#ededed}.mainHeader header .navbarLink ul li.active a,.mainHeader header .navbarLink ul li:hover a{color:#222}.mainHeader header .navbarLink ul li.active ul li,.mainHeader header .navbarLink ul li:hover ul li{background-color:#fff}}.mainHeader header .navbarLink ul li>.dropdown-menu{background:#e9e9e9;padding:0;margin:0;min-width:180px;border:0;border-radius:0;-webkit-transform:inherit !important;transform:inherit !important;top:100% !important;display:block}.mainHeader header .navbarLink ul li>.dropdown-menu li{padding:0px;margin-left:0}.mainHeader header .navbarLink ul li>.dropdown-menu li a{color:#000;padding:10px;font-size:18px;text-transform:capitalize;white-space:normal;border-bottom:#b9dae7 solid 1px;font-weight:500;display:block}.mainHeader header .navbarLink ul li>.dropdown-menu li a:hover{background:#ecf1fa}.mainHeader header .navbarLink ul li>.dropdown-menu li a:hover a{color:#444 !important}.mainHeader header .navbarLink ul li>.dropdown-menu li a:hover li{background:#fff}.mainHeader header .navbarLink ul li>.dropdown-menu li.active{background:#dec095;border-radius:0px}.mainHeader header .navbarLink ul li>.dropdown-menu li.active>a{color:#444 !important}@media(max-width: 991px){.mainHeader header .navbarLink ul li>.dropdown-menu li.active{background:#9abfcd}}.mainHeader header .navbarLink ul li>.dropdown-menu li.submenu .dropdown-toggle{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.mainHeader header .navbarLink ul li>.dropdown-menu li.submenu .subdropdown{left:100%;top:0 !important}@media(max-width: 991px){.mainHeader header .navbarLink ul li>.dropdown-menu li.submenu .dropdown-toggle{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@media(max-width: 1024px){.mainHeader header .navbarLink ul li>.dropdown-menu{padding:0px 0px;background:none;border-top:rgba(255,255,255,.5) solid 0px;border-bottom:rgba(255,255,255,.5) solid 0px}.mainHeader header .navbarLink ul li>.dropdown-menu li{text-align:left}.mainHeader header .navbarLink ul li>.dropdown-menu li a{color:#222;text-align:left;padding:27.5px 20px 24.5px 30px;border:none;border-color:#000;font-size:18px;text-transform:uppercase}.mainHeader header .navbarLink ul li>.dropdown-menu li.dropdown .dropdown-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mainHeader header .navbarLink ul li>.dropdown-menu li.dropdown .dropdown-toggle i::before{top:-1px}.mainHeader header .navbarLink ul li>.dropdown-menu li.dropdown:last-child{border-bottom:none}.mainHeader header .navbarLink ul li>.dropdown-menu li:last-child{border-bottom:0px}.mainHeader header .navbarLink ul li>.dropdown-menu li:last-child a{border-bottom:none}.mainHeader header .navbarLink ul li>.dropdown-menu .subdropdown{left:0 !important}}.mainHeader header .navbarLink ul li:hover>.dropdown-menu li,.mainHeader header .navbarLink ul li:focus>.dropdown-menu li{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(min-width: 992px){.mainHeader header .navbarLink ul li:hover>.dropdown-menu,.mainHeader header .navbarLink ul li:focus>.dropdown-menu{display:none !important;opacity:1;visibility:visible;z-index:10}.mainHeader header .navbarLink ul li:hover>.dropdown-menu li,.mainHeader header .navbarLink ul li:focus>.dropdown-menu li{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.mainHeader header .navbarLink ul li.openBottom li.submenu .dropdown-toggle{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.mainHeader header .navbarLink ul li.openBottom .subdropdown{left:0 !important;top:100% !important;position:relative}.mainHeader header .navbarLink ul li.openBottom .subdropdown li{padding-left:20px}.mainHeader header .navbarLink ul li.openBottom .subdropdown li a{font-size:13px;padding:0}.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover{background:none}.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover a{color:#7a7a7a !important}.mainHeader header .navbarLink ul li:last-child{margin-right:0px}@media(min-width: 1025px){.mainHeader header .navbarLink ul li.dropdown{position:relative}.mainHeader header .navbarLink ul li.dropdown .dropdown-menu{padding:5px 0px 0px 0px;background:none;margin-top:-5px;top:100%;left:0;opacity:0;padding-top:10px;position:absolute;visibility:hidden;width:100%;border-radius:0px;max-width:300px}.mainHeader header .navbarLink ul li.dropdown .dropdown-menu::before{position:absolute;z-index:2;content:"";top:0px;bottom:auto;left:17%;right:auto;-webkit-transform:translateX(-50%);transform:translateX(-50%);height:0;width:0;border-bottom:10px solid #fff;border-left:10px solid rgba(0,0,0,0);border-right:10px solid rgba(0,0,0,0)}.mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul{position:relative;z-index:1;display:block;background:#fff;-webkit-box-shadow:0 5px 8px rgba(23,23,23,.4);box-shadow:0 5px 8px rgba(23,23,23,.4);-webkit-filter:drop-shadow(0px 0px 2px #141415);filter:drop-shadow(0px 0px 2px #141415)}.mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul li{width:100%;padding:0px}.mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul li:hover{background:none}.mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul li a{padding:10px 15px 9px 15px;font-size:14px;font-weight:500;border-color:#ccc;line-height:1.4285714286}.mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul li a:hover{color:#444 !important;background:#ecf1fa}.mainHeader header .navbarLink ul li.dropdown .dropdown-menu .li_none{padding-bottom:30px}.mainHeader header .navbarLink ul li.dropdown .dropdown-menu .li_none ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mainHeader header .navbarLink ul li.dropdown .dropdown-menu .li_none ul li{width:100%;padding-bottom:21px}.mainHeader header .navbarLink ul li.dropdown .dropdown-menu .navi_box{padding-bottom:26px}.mainHeader header .navbarLink ul li.dropdown .dropdown-menu .navi_box div{padding-bottom:8px}.mainHeader header .navbarLink ul li.dropdown .dropdown-menu .navi_box a{color:#000}.mainHeader header .navbarLink ul li.dropdown .dropdown-menu .navi_box a::before{display:none}.mainHeader header .navbarLink ul li.dropdown .dropdown-menu .navi_box:hover a{color:#f27d21}.mainHeader header .navbarLink ul li.dropdown:hover .dropdown-menu{visibility:visible;opacity:1}}@media(max-width: 1024px){.mainHeader header .navbarLink ul li.dropdown .dropdown-menu{background:none;-webkit-box-shadow:none;box-shadow:none;padding:0px;margin:0px}.mainHeader header .navbarLink ul li.dropdown .dropdown-menu ul{margin:0px}}@media(max-width: 991px){.mainHeader header .navbarLink ul li li{width:100%}.mainHeader header .navbarLink ul li.dropdown .navi_box{text-align:center}.mainHeader header .navbarLink ul li.dropdown .navi_box a{color:#000;font-size:16px;border-bottom:none}.mainHeader header .navbarLink ul li.dropdown .navi_box div{display:none}.mainHeader header .navbarLink ul li.dropdown .dropdown-menu{background:none}.mainHeader header .navbarLink ul li.dropdown .dropdown-menu .none_div{display:none}.mainHeader header .navbarLink ul li.dropdown .dropdown-menu li:last-child{border-bottom:none !important}.mainHeader header .navbarLink ul li.dropdown .dropdown-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px 5px 5px 5px}.mainHeader header .navbarLink ul li.dropdown .dropdown-toggle i::before{top:-1px}}@media(max-width: 1024px){.mainHeader header .navbarLink ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:6px auto;text-align:left;margin:0px 60px;border-top:solid 1px #cbcbcb}.mainHeader header .navbarLink ul li>.dropdown-menu{position:relative !important;-webkit-transform:none !important;transform:none !important}}@media(max-width: 767px){.mainHeader header .navbarLink ul{margin:0px}}@media(max-width: 400px){.mainHeader header .navbarLink ul{padding-bottom:78px}.mainHeader header .navbarLink ul ul{padding-bottom:0px}}.mainHeader header .navbarLink.active{right:0}@media(max-width: 1024px){.mainHeader header .navbarLink{background:#091523;width:100%;position:fixed;top:0;right:-100%;height:100vh;z-index:9999;-webkit-transition:all .3s;transition:all .3s;overflow-y:scroll;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mainHeader header .navbarLink .navbar-nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.mainHeader header .navbarLink #dismiss .d-md-none{display:block !important}.mainHeader header .navbarLink .hideclose{background-color:#ca5d45;color:#fff}.mainHeader header .navbarLink .navi_mobile{max-width:496px;width:100%;height:100%;background:#fff;padding-top:50px}.mainHeader header .navbarLink .navi_mobile .navbarBtn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-bottom:30px}.mainHeader header .navbarLink .navi_mobile .navbar-collapse{background:#fff}.mainHeader header .navbarLink .navi_mobile .crossLine{margin-right:35px}.mainHeader header .navbarLink .navi_mobile .crossLine .line{background:#858991}.mainHeader header .navbarLink .navi_mobile .crossLine .line.crossLine1{top:42%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.mainHeader header .navbarLink .navi_mobile .crossLine .line.crossLine2{opacity:0}.mainHeader header .navbarLink .navi_mobile .crossLine .line.crossLine3{bottom:50%;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.mainHeader header .navbarLink .navi_mobile .crossLine:hover .line{background:#c95d45}}@media(max-width: 1024px)and (max-width: 767px){.mainHeader header .navbarLink .navi_mobile{max-width:100%;padding-top:24px}.mainHeader header .navbarLink .navi_mobile .crossLine{margin-right:16px}.mainHeader header .navbarLink .navi_mobile .crossLine .line{background:#858991}.mainHeader header .navbarLink .navi_mobile .crossLine:hover .line{background:#656565}}.mainHeader header .navbarLink #dismiss{width:35px;height:35px;line-height:35px;background:#ffc930;color:#0e95d9;text-align:center;position:absolute;top:0px;right:0px;cursor:pointer;-webkit-transition:all .3s;transition:all .3s;z-index:9999}.mainHeader header .navbarBtn{display:none}@media(max-width: 1024px){.mainHeader header .navbarBtn{display:block}}.mainHeader header .navBlock{margin-left:15px}@media(max-width: 1700px){.mainHeader header .logo{max-width:315px;min-width:315px}}@media(max-width: 1024px){.mainHeader header .navBlock{margin-right:0px}}@media(min-width: 768px)and (max-width: 1000px){.mainHeader header .navBlock{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mainHeader header .logo{max-width:315px;min-width:315px}}@media(max-width: 767px){.mainHeader header{min-height:90px;padding:8px 30px}.mainHeader header .logo{max-width:315px;min-width:315px}.mainHeader header .navBlock{margin-left:25px}}@media(max-width: 480px){.mainHeader .container-fluid{padding:0px 20px}.mainHeader header{border-radius:0px 0px 20px 20px}.mainHeader header .logo{max-width:250px;min-width:250px}}@media(max-width: 400px){.mainHeader header{padding:8px 18px}}@media(max-width: 380px){.mainHeader header .logo{max-width:200px;min-width:200px}}@-webkit-keyframes animete_circle_txt{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes animete_circle_txt{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes blink{0%{-webkit-transform:scale(0.3);transform:scale(0.3);background-size:15px 16px;opacity:.5}50%{-webkit-transform:scale(1.2);transform:scale(1.2);background-size:contain;opacity:1}75%{-webkit-transform:scale(1.2);transform:scale(1.2);background-size:contain;opacity:1}100%{-webkit-transform:scale(0.3);transform:scale(0.3);background-size:15px 16px;opacity:.5}}@keyframes blink{0%{-webkit-transform:scale(0.3);transform:scale(0.3);background-size:15px 16px;opacity:.5}50%{-webkit-transform:scale(1.2);transform:scale(1.2);background-size:contain;opacity:1}75%{-webkit-transform:scale(1.2);transform:scale(1.2);background-size:contain;opacity:1}100%{-webkit-transform:scale(0.3);transform:scale(0.3);background-size:15px 16px;opacity:.5}}@-webkit-keyframes blink1{0%,100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:.5}}@keyframes blink1{0%,100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(1.5);transform:scale(1.5);opacity:.5}}@-webkit-keyframes rotateBackground{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotateBackground{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes strone{0%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(20px);transform:translateX(20px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes strone{0%{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(20px);transform:translateX(20px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes zoomIn{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes zoomIn{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes radio{0%,17.5%{-webkit-transform:scale(0);transform:scale(0)}}@keyframes radio{0%,17.5%{-webkit-transform:scale(0);transform:scale(0)}}@-webkit-keyframes bubble{15%{-webkit-transform:scale(1);transform:scale(1);border-color:#545461;border-width:1rem}30%,100%{-webkit-transform:scale(1);transform:scale(1);border-color:#545461;border-width:0}}@keyframes bubble{15%{-webkit-transform:scale(1);transform:scale(1);border-color:#545461;border-width:1rem}30%,100%{-webkit-transform:scale(1);transform:scale(1);border-color:#545461;border-width:0}}@-webkit-keyframes sparkles{0%,10%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}15%{opacity:1;-webkit-transform:scale(1.2) rotate(-20deg);transform:scale(1.2) rotate(-20deg);-webkit-box-shadow:.32476rem -2.1875rem 0 0rem #ff8080,-0.32476rem -1.8125rem 0 0rem #ffed80,1.91274rem -1.10998rem 0 0rem #ffed80,1.21459rem -1.38398rem 0 0rem #a4ff80,2.06039rem .80338rem 0 0rem #a4ff80,1.83932rem .0867rem 0 0rem #80ffc8,.65652rem 2.11178rem 0 0rem #80ffc8,1.07901rem 1.4921rem 0 0rem #80c8ff,-1.24172rem 1.82996rem 0 0rem #80c8ff,-0.49382rem 1.77391rem 0 0rem #a480ff,-2.20492rem .17015rem 0 0rem #a480ff,-1.69479rem .71994rem 0 0rem #ff80ed,-1.50777rem -1.61779rem 0 0rem #ff80ed,-1.61955rem -0.87617rem 0 0rem #ff8080;box-shadow:.32476rem -2.1875rem 0 0rem #ff8080,-0.32476rem -1.8125rem 0 0rem #ffed80,1.91274rem -1.10998rem 0 0rem #ffed80,1.21459rem -1.38398rem 0 0rem #a4ff80,2.06039rem .80338rem 0 0rem #a4ff80,1.83932rem .0867rem 0 0rem #80ffc8,.65652rem 2.11178rem 0 0rem #80ffc8,1.07901rem 1.4921rem 0 0rem #80c8ff,-1.24172rem 1.82996rem 0 0rem #80c8ff,-0.49382rem 1.77391rem 0 0rem #a480ff,-2.20492rem .17015rem 0 0rem #a480ff,-1.69479rem .71994rem 0 0rem #ff80ed,-1.50777rem -1.61779rem 0 0rem #ff80ed,-1.61955rem -0.87617rem 0 0rem #ff8080}}@keyframes sparkles{0%,10%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}15%{opacity:1;-webkit-transform:scale(1.2) rotate(-20deg);transform:scale(1.2) rotate(-20deg);-webkit-box-shadow:.32476rem -2.1875rem 0 0rem #ff8080,-0.32476rem -1.8125rem 0 0rem #ffed80,1.91274rem -1.10998rem 0 0rem #ffed80,1.21459rem -1.38398rem 0 0rem #a4ff80,2.06039rem .80338rem 0 0rem #a4ff80,1.83932rem .0867rem 0 0rem #80ffc8,.65652rem 2.11178rem 0 0rem #80ffc8,1.07901rem 1.4921rem 0 0rem #80c8ff,-1.24172rem 1.82996rem 0 0rem #80c8ff,-0.49382rem 1.77391rem 0 0rem #a480ff,-2.20492rem .17015rem 0 0rem #a480ff,-1.69479rem .71994rem 0 0rem #ff80ed,-1.50777rem -1.61779rem 0 0rem #ff80ed,-1.61955rem -0.87617rem 0 0rem #ff8080;box-shadow:.32476rem -2.1875rem 0 0rem #ff8080,-0.32476rem -1.8125rem 0 0rem #ffed80,1.91274rem -1.10998rem 0 0rem #ffed80,1.21459rem -1.38398rem 0 0rem #a4ff80,2.06039rem .80338rem 0 0rem #a4ff80,1.83932rem .0867rem 0 0rem #80ffc8,.65652rem 2.11178rem 0 0rem #80ffc8,1.07901rem 1.4921rem 0 0rem #80c8ff,-1.24172rem 1.82996rem 0 0rem #80c8ff,-0.49382rem 1.77391rem 0 0rem #a480ff,-2.20492rem .17015rem 0 0rem #a480ff,-1.69479rem .71994rem 0 0rem #ff80ed,-1.50777rem -1.61779rem 0 0rem #ff80ed,-1.61955rem -0.87617rem 0 0rem #ff8080}}@-webkit-keyframes leftimg{0%{-webkit-transform:translateX(-100px);transform:translateX(-100px);opacity:0}100%{-webkit-transform:translateX(0px);transform:translateX(0px);opacity:1}}@keyframes leftimg{0%{-webkit-transform:translateX(-100px);transform:translateX(-100px);opacity:0}100%{-webkit-transform:translateX(0px);transform:translateX(0px);opacity:1}}@-webkit-keyframes leftimg1{0%{-webkit-transform:translateX(-100px);transform:translateX(-100px);opacity:0}100%{-webkit-transform:translateX(0px);transform:translateX(0px);opacity:1}}@keyframes leftimg1{0%{-webkit-transform:translateX(-100px);transform:translateX(-100px);opacity:0}100%{-webkit-transform:translateX(0px);transform:translateX(0px);opacity:1}}@-webkit-keyframes leftimg2{0%{-webkit-transform:translateX(-100px);transform:translateX(-100px);opacity:0}100%{-webkit-transform:translateX(0px);transform:translateX(0px);opacity:1}}@keyframes leftimg2{0%{-webkit-transform:translateX(-100px);transform:translateX(-100px);opacity:0}100%{-webkit-transform:translateX(0px);transform:translateX(0px);opacity:1}}@-webkit-keyframes leftimg3{0%{-webkit-transform:translateX(-100px);transform:translateX(-100px);opacity:0}100%{-webkit-transform:translateX(0px);transform:translateX(0px);opacity:1}}@keyframes leftimg3{0%{-webkit-transform:translateX(-100px);transform:translateX(-100px);opacity:0}100%{-webkit-transform:translateX(0px);transform:translateX(0px);opacity:1}}@-webkit-keyframes leftimg4{0%{-webkit-transform:translateX(-100px);transform:translateX(-100px);opacity:0}100%{-webkit-transform:translateX(0px);transform:translateX(0px);opacity:1}}@keyframes leftimg4{0%{-webkit-transform:translateX(-100px);transform:translateX(-100px);opacity:0}100%{-webkit-transform:translateX(0px);transform:translateX(0px);opacity:1}}@-webkit-keyframes leftimg5{0%{-webkit-transform:translateX(-100px);transform:translateX(-100px);opacity:0}100%{-webkit-transform:translateX(0px);transform:translateX(0px);opacity:1}}@keyframes leftimg5{0%{-webkit-transform:translateX(-100px);transform:translateX(-100px);opacity:0}100%{-webkit-transform:translateX(0px);transform:translateX(0px);opacity:1}}@-webkit-keyframes leftimg6{0%{-webkit-transform:translateX(-100px);transform:translateX(-100px);opacity:0}100%{-webkit-transform:translateX(0px);transform:translateX(0px);opacity:1}}@keyframes leftimg6{0%{-webkit-transform:translateX(-100px);transform:translateX(-100px);opacity:0}100%{-webkit-transform:translateX(0px);transform:translateX(0px);opacity:1}}@-webkit-keyframes leftimg7{0%{-webkit-transform:translateX(-100px);transform:translateX(-100px);opacity:0}100%{-webkit-transform:translateX(0px);transform:translateX(0px);opacity:1}}@keyframes leftimg7{0%{-webkit-transform:translateX(-100px);transform:translateX(-100px);opacity:0}100%{-webkit-transform:translateX(0px);transform:translateX(0px);opacity:1}}@-webkit-keyframes leftimg8{0%{-webkit-transform:translateX(-100px);transform:translateX(-100px);opacity:0}100%{-webkit-transform:translateX(0px);transform:translateX(0px);opacity:1}}@keyframes leftimg8{0%{-webkit-transform:translateX(-100px);transform:translateX(-100px);opacity:0}100%{-webkit-transform:translateX(0px);transform:translateX(0px);opacity:1}}@-webkit-keyframes leftimg9{0%{-webkit-transform:translateX(-100px);transform:translateX(-100px);opacity:0}100%{-webkit-transform:translateX(0px);transform:translateX(0px);opacity:1}}@keyframes leftimg9{0%{-webkit-transform:translateX(-100px);transform:translateX(-100px);opacity:0}100%{-webkit-transform:translateX(0px);transform:translateX(0px);opacity:1}}@-webkit-keyframes bottomToTop{0%{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}100%{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1}}@keyframes bottomToTop{0%{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}100%{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1}}@-webkit-keyframes bottomToTop1{0%{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}100%{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1}}@keyframes bottomToTop1{0%{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}100%{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1}}@-webkit-keyframes bottomToTop2{0%{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}100%{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1}}@keyframes bottomToTop2{0%{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}100%{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1}}@-webkit-keyframes bottomToTop3{0%{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}100%{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1}}@keyframes bottomToTop3{0%{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}100%{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1}}@-webkit-keyframes bottomToTop4{0%{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}100%{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1}}@keyframes bottomToTop4{0%{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}100%{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1}}@-webkit-keyframes bottomToTop5{0%{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}100%{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1}}@keyframes bottomToTop5{0%{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}100%{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1}}@-webkit-keyframes bottomToTop6{0%{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}100%{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1}}@keyframes bottomToTop6{0%{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}100%{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1}}@-webkit-keyframes bottomToTop7{0%{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}100%{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1}}@keyframes bottomToTop7{0%{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}100%{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1}}@-webkit-keyframes bottomToTop8{0%{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}100%{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1}}@keyframes bottomToTop8{0%{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}100%{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1}}@-webkit-keyframes bottomToTop9{0%{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}100%{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1}}@keyframes bottomToTop9{0%{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}100%{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1}}*{margin:0;padding:0}a{text-decoration:none;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}a:hover{text-decoration:none;color:#000;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}button{outline:none !important}.btn-check:focus+.btn,.btn:focus{-webkit-box-shadow:none !important;box-shadow:none !important}ul{list-style:none;padding-left:0;margin-bottom:0px}body{font-family:"Afacad",serif;font-size:22px;color:#232323;font-weight:400;overflow-x:hidden}body.overflowhidden{overflow-y:hidden}@media(max-width: 1600px){body{font-size:20px}}@media(max-width: 1400px){body{font-size:18px}}p{margin:0px;padding:0px 0px 30px 0px;line-height:26px}p.fnt25{font-size:25px;line-height:35px}@media(max-width: 1600px){p{line-height:24px}}@media(max-width: 767px){p.fnt25{font-size:21px;line-height:30px}}@media(min-width: 991px)and (max-width: 1024px){.container,.container-lg,.container-md,.container-sm{max-width:974px}}@media(min-width: 1025px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:100%}}@media(min-width: 1280px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1154px}}@media(min-width: 1368px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1154px}}@media(min-width: 1500px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1294px}}@media(min-width: 1690px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1464px}}.textCenter{text-align:center}.textLeft{text-align:left}.textRight{text-align:right}.formarea{position:relative}.formarea .form-group{margin-bottom:30px;position:relative}.formarea .form-group:focus{outline:none !important}.formarea .form-group .text-label{font-size:20px}.formarea .error{position:absolute;left:0px;bottom:-25px;font-size:13px;color:red;font-size:16px}.formarea .inputcheckbox-Select{position:relative}.formarea .custom-select{height:50px;line-height:35px;background:#fff;background-size:11px;border:#c5c5c5 solid 1px !important;border-radius:10px;padding:6px 15px;position:relative;z-index:1;white-space:nowrap;overflow:hidden}.formarea .custom-select::before{content:"";position:absolute;z-index:1;right:0px;top:0px;width:30px;height:100%;background:url(../frontend/images/select_arrow.png) no-repeat center center #fff}.formarea .checkbox-container{position:absolute;left:0px;top:100%;z-index:1;width:100%;background:#fff;border-radius:0px 0px 10px 10px;border:#c5c5c5 solid 1px !important;padding:10px;max-height:200px;overflow-y:auto}.formarea .checkbox-container .checkbox-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;font-size:18px;line-height:20px;padding-bottom:7px}.formarea .checkbox-container .checkbox-item input.form-check-input{width:20px;height:20px}.formarea .checkbox-container .checkbox-item .form-check-label{width:calc(100% - 20px)}.formarea .select2-container.select2-container-active .select2-chosen{color:#000}.formarea .select2-container .select2-choice{height:50px;line-height:50px;border:#c5c5c5 solid 1px !important;border-radius:10px}.formarea .select2-container .select2-choice .select2-chosen{margin-right:20px;color:#000}.formarea .select2-container .select2-choice .select2-arrow{right:10px;top:1px}.formarea .select2-container .select2-choice .select2-arrow b{background-image:url(../frontend/images/select_arrow.png);background-size:14px}.formarea .select2-container .select2-choice:hover{border:#c5c5c5 solid 1px !important}.formarea .select2-container.select2-dropdown-open .select2-choice{background:#fff !important;border-color:#c5c5c5}.formarea .uploadresume{position:relative}.formarea .uploadresume input[readonly]{background-color:#b9dae7 !important}.formarea .uploadresume i{color:rgba(0,0,0,.61);cursor:pointer;font-size:22px}.formarea .uploadresume .input-group-btn{position:absolute;right:10px;z-index:222}.formarea .uploadresume label.error{top:100%}.formarea .uploadresume .btn-file{padding-right:2px}.formarea .btn-file{position:relative;overflow:hidden;padding-top:9px}.formarea .btn-file input[type=file]{position:absolute;top:0;right:0;min-width:100%;min-height:100%;font-size:100px;text-align:right;filter:alpha(opacity=0);opacity:0;background:red;cursor:inherit;display:block}.formarea #filemsg{position:absolute;right:0px;font-size:14px}.formarea .capcha_coad_area{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;max-width:100%}.formarea .capcha_coad_area .form-control{max-width:100%;border-radius:10px 0px 0px 10px !important}.formarea .capcha_coad_area .pull-right{margin-bottom:0px !important;border-radius:0px 10px 10px 0px;overflow:hidden;margin-top:0px;margin-left:0px}.formarea .form-control,.formarea textarea,.formarea select,.formarea .select-wrapper .holder,.formarea .select2-container .select2-choice{font-family:"Afacad",serif;font-size:22px;font-weight:400;color:#232323}@media(max-width: 1600px){.formarea .form-control,.formarea textarea,.formarea select,.formarea .select-wrapper .holder,.formarea .select2-container .select2-choice{font-size:20px}}@media(max-width: 1400px){.formarea .form-control,.formarea textarea,.formarea select,.formarea .select-wrapper .holder,.formarea .select2-container .select2-choice{font-size:18px}}@media(max-width: 480px){.formarea .form-control,.formarea textarea,.formarea select,.formarea .select-wrapper .holder,.formarea .select2-container .select2-choice{font-size:15px}}.formarea input[type=radio],.formarea input[type=checkbox]{margin-top:2px;margin-right:8px}.formarea .radio,.formarea .checkbox,.formarea .checkbox-inline label,.formarea .radio-inline label{font-weight:normal}.formarea label{font-size:1.125em;margin-bottom:7px}.formarea label.error{position:absolute;left:0px;bottom:-25px;font-size:13px;color:red}.formarea .redcor{color:red}.formarea select.form-control{position:relative;background-image:url(../frontend/images/select_arrow.png);background-repeat:no-repeat;background-position:98% center;background-size:14px;line-height:1 !important}.formarea .form-control{display:block;width:100%;height:50px;padding:6px 15px;line-height:42px !important;background:#fff;background-image:none;border:#c5c5c5 solid 1px !important;border-radius:10px !important;-webkit-box-shadow:inset 0 0px 0px rgba(0,0,0,.075);box-shadow:inset 0 0px 0px rgba(0,0,0,.075)}.formarea .form-control:focus,.formarea .form-control:hover{outline:none !important;border:solid 1px #c5c5c5 !important;background-color:#fff !important;outline:0;-webkit-box-shadow:inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);box-shadow:inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);color:#000}.formarea textarea{resize:none;height:230px;padding-top:13px;line-height:26px !important}.formarea textarea.form-control{height:230px;padding-top:13px;line-height:26px !important}.formarea textarea.form-control.hight130{height:230px}.formarea .help-block{padding:0px}.formarea .form-horizontal .control-label{text-align:left}.formarea .btnarea{margin-top:0px;display:block;text-align:left}.formarea .btnarea .btn{padding-left:45px;padding-right:45px}.formarea .btnarea.paddtop40{padding-top:23px}@media(max-width: 767px){.formarea .btnarea{text-align:center}.formarea .btnarea.paddtop40{padding-top:10px}}.formarea .inputbgskybule .text-label,.formarea .commanForm.inputbgskybule .text-label{font-size:20px;font-weight:600;color:#333;margin-bottom:2px}.formarea .inputbgskybule .form-control,.formarea .commanForm.inputbgskybule .form-control{background:#dee4ff !important;border-color:rgba(0,0,0,0) !important;border-radius:0px !important}.formarea .inputbgskybule .form-control:focus,.formarea .inputbgskybule .form-control:hover,.formarea .commanForm.inputbgskybule .form-control:focus,.formarea .commanForm.inputbgskybule .form-control:hover{background:#dee4ff !important;border-color:rgba(0,0,0,0) !important}.formarea .ie8 label.placeholder,.formarea .ie9 label.placeholder{padding-top:0px !important}.formarea .ie8 .textareabox label.placeholder,.formarea .ie9 .textareabox label.placeholder{padding-top:6px !important}.formarea input::-webkit-input-placeholder, .formarea .form-control::-webkit-input-placeholder{font-family:"Afacad",serif;color:#666;font-style:normal !important}.formarea input::-moz-placeholder, .formarea .form-control::-moz-placeholder{font-family:"Afacad",serif;color:#666;font-style:normal !important}.formarea input:-ms-input-placeholder, .formarea .form-control:-ms-input-placeholder{font-family:"Afacad",serif;color:#666;font-style:normal !important}.formarea input::-ms-input-placeholder, .formarea .form-control::-ms-input-placeholder{font-family:"Afacad",serif;color:#666;font-style:normal !important}.formarea input::placeholder,.formarea .form-control::placeholder{font-family:"Afacad",serif;color:#666;font-style:normal !important}.formarea input:focus::-webkit-input-placeholder, .formarea .form-control:focus::-webkit-input-placeholder{color:#000 !important}.formarea input:focus::-moz-placeholder, .formarea .form-control:focus::-moz-placeholder{color:#000 !important}.formarea input:focus:-ms-input-placeholder, .formarea .form-control:focus:-ms-input-placeholder{color:#000 !important}.formarea input:focus::-ms-input-placeholder, .formarea .form-control:focus::-ms-input-placeholder{color:#000 !important}.formarea input:focus::placeholder,.formarea .form-control:focus::placeholder{color:#000 !important}.formarea .btn-file{position:relative;overflow:hidden;padding-top:11px;font-weight:300}.formarea .btn-file input[type=file]{position:absolute;top:0;right:0;min-width:100%;min-height:100%;font-size:100px;text-align:right;filter:alpha(opacity=0);opacity:0;background:red;cursor:inherit;display:block;background:#f5f5f5}.formarea .btn-file input[readonly]{background-color:#fff !important;cursor:text !important}.formarea .custom-file-uploader{position:relative;min-height:53px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.formarea .custom-file-uploader input[type=file]{display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;width:100%;height:100%;opacity:0;cursor:pointer}.formarea .custom-file-uploader img{position:absolute;right:36px}@media(max-width: 480px){.formarea .custom-file-uploader img{max-height:25px}}.formarea .custom-file-uploader input{padding-left:0px !important}.formarea .file_upload_area .input-group{width:auto;position:relative;z-index:1;display:inline-block}.formarea .file_upload_area .input-group input{width:100%;border:#c9c9c9 solid 1px !important;padding-left:30px}.formarea .file_upload_area .input-group-btn{position:absolute;right:0px;top:0px;width:100%}.formarea .checkbox_area{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.formarea .checkbox_area ul{margin-right:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.formarea .checkbox_area ul:last-child{margin-right:0px}.formarea .checkbox_area ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;cursor:pointer;margin-right:15px;height:40px}.formarea .checkbox_area ul li:last-child{padding-bottom:0px;margin-right:0px}.formarea .checkbox_area ul li .redio_box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;z-index:2;cursor:pointer;padding-left:30px}.formarea .checkbox_area ul li .redio_box label{margin:0px;padding:0px}.formarea .checkbox_area ul li .redio_box input[type=checkbox]:not(old),.formarea .checkbox_area ul li .redio_box input[type=radio]:not(old){position:absolute;z-index:2;left:0px;top:0px;width:24px;height:24px;margin:0;padding:0;opacity:0;cursor:pointer}.formarea .checkbox_area ul li .redio_box input[type=checkbox]:not(old)+span,.formarea .checkbox_area ul li .redio_box input[type=radio]:not(old)+span{position:absolute;z-index:1;left:0px;top:0px;background-size:24px;width:24px;height:24px;cursor:pointer}.formarea .checkbox_area ul li .redio_box input[type=checkbox]:not(old)+span{background:url(http://template.weblivelink.com/uiproject/design_images/checkbox.png) no-repeat 0 0;background-size:24px}.formarea .checkbox_area ul li .redio_box input[type=checkbox]:checked+span{background-image:url(http://template.weblivelink.com/uiproject/design_images/checkbox_check.png)}.formarea .checkbox_area ul li .redio_box input[type=radio]:not(old)+span{background:url("http://template.weblivelink.com/uiproject/design_images/radio_button.png") no-repeat 0 0;background-size:24px}.formarea .checkbox_area ul li .redio_box input[type=radio]:checked+span{background-image:url(http://template.weblivelink.com/uiproject/design_images/radio_button_select.png)}@media(max-width: 1600px){.formarea .select2-container .select2-choice{font-size:20px;height:46px;line-height:46px}}@media(max-width: 1400px){.formarea .inputbgskybule .text-label,.formarea .commanForm.inputbgskybule .text-label{font-size:18px;font-weight:500}}@media(max-width: 1366px){.formarea .form-group .text-label{font-size:18px;margin-bottom:3px}.formarea .error{font-size:14px;bottom:-20px}.formarea .checkbox-container .checkbox-item .form-check-label{font-size:18px;margin-bottom:0px}.formarea .checkbox-container .checkbox-item input.form-check-input{width:18px;height:18px}}@media(max-width: 991px){.formarea .checkbox_area ul{margin-right:20px}}@media(max-width: 480px){.formarea .checkbox_area{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.formarea .checkbox_area ul{margin:0px 0px 10px 0px}.formarea .checkbox_area ul:last-child{margin-bottom:0px}}.info2,.success,.warning2,.failure,.validation2{border:1px solid;margin:10px 0px;padding:15px 10px 15px 50px;background-repeat:no-repeat;background-position:10px center;text-align:left}.info2{color:#00529b;background-color:#bde5f8;background-image:url(http://template.weblivelink.com/uiproject/design_images/info.png) !important}.success{color:#4f8a10;background-color:#dff2bf;background-image:url(http://template.weblivelink.com/uiproject/design_images/success.png) !important}.warning2{color:#9f6000;background-color:#feefb3;background-image:url(http://template.weblivelink.com/uiproject/design_images/exclamation.png) !important}.failure{color:#d8000c;background-color:#ffbaba;background-image:url(http://template.weblivelink.com/uiproject/design_images/error.png) !important}h1,h2,h3,h5{font-family:"Afacad",serif;margin:0px;padding:0px}h2,.hd2{font-size:60px;font-weight:400;line-height:60px;color:#232323;position:relative;padding-bottom:40px}h2 i,.hd2 i{font-style:normal}h2 span,.hd2 span{font-weight:400;font-size:28px;line-height:20px;display:block;padding-bottom:14px}h2 span.spanbtm,.hd2 span.spanbtm{padding-top:14px;padding-bottom:0px;font-size:22px}@media(max-width: 1700px){h2,.hd2{font-size:40px;line-height:40px;padding-bottom:30px}h2 span.spanbtm,.hd2 span.spanbtm{padding-top:10px;font-size:20px}}@media(max-width: 1600px){h2,.hd2{font-size:34px;line-height:34px;padding-bottom:30px}h2 span.spanbtm,.hd2 span.spanbtm{padding-top:10px;font-size:20px}}@media(max-width: 991px){h2,.hd2{font-size:30px;line-height:1.1;padding-bottom:24px}h2 span,.hd2 span{font-size:24px}h2 span.spanbtm,.hd2 span.spanbtm{padding-top:10px;font-size:20px}}h3,.hd3{font-size:50px;font-weight:400;line-height:50px;color:#232323;position:relative;padding-bottom:35px}@media(max-width: 1700px){h3,.hd3{font-size:36px;line-height:36px;padding-bottom:26px}}@media(max-width: 1366px){h3,.hd3{font-size:32px;line-height:32px;padding-bottom:24px}}@media(max-width: 767px){h3,.hd3{font-size:30px;line-height:30px;padding-bottom:20px}}@media(max-width: 330px){h3,.hd3{font-size:28px;line-height:28px}}.tital32{font-size:32px;font-weight:500;line-height:32px;color:#232323;position:relative;padding-bottom:15px}.tital32 span{font-size:20px;line-height:20px;display:block;padding-bottom:3px}@media(max-width: 1700px){.tital32{font-size:28px;line-height:28px;padding-bottom:10px}.tital32 span{font-size:18px;line-height:18px}}@media(max-width: 1500px){.tital32{font-size:25px;line-height:25px;padding-bottom:10px}.tital32 span{font-size:16px;line-height:16px}}@media(max-width: 1024px){.tital32{font-size:23px;line-height:1}.tital32 span{font-size:16px;line-height:16px}}h1,.mainhd1{font-size:100px;font-weight:400;line-height:90px;color:#fff}h4,.hd4{font-size:28px;font-weight:400;line-height:28px;color:#232323;position:relative;padding-bottom:15px}h5,.hd5{font-size:26px;font-weight:500;line-height:20px;color:#01246d;position:relative;padding-bottom:15px}@media(max-width: 1700px){h5,.hd5{font-size:24px;line-height:24px;padding-bottom:12px}}@media(max-width: 1500px){h5,.hd5{font-size:22px;line-height:22px;padding-bottom:12px}}@media(max-width: 1366px){h5,.hd5{font-size:20px;line-height:20px;padding-bottom:10px}}@media(max-width: 1024px){h5,.hd5{font-size:18px;line-height:1}}.paddbtm0{padding-bottom:0px !important}.flexdiv{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.flexdiv img{margin-right:25px}.hdblue h2,.hdblue .hd2{color:#fff}.social_link{margin:13px 0px 0px 0px}.social_link ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.social_link ul li{font-size:10px;padding-right:10px}.social_link ul li:last-child{padding-right:0px}.social_link ul li a{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;background:#dcbd90;width:30px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:100%;color:#000}.social_link ul li a:hover{color:#fff;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-transform:scale(1);transform:scale(1)}.social_link ul li.facebook a:hover{background-color:#475993}.social_link ul li.twitter a:hover{background-color:#55acee}.social_link ul li.youtube a:hover{background-color:#d50000}.social_link ul li.linkedin a:hover{background-color:#207cba}.social_link ul li.googleplus a:hover{background-color:#dc4e41}.social_link ul li.instagram a:hover{background:#f09433;background:linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr="#f09433", endColorstr="#bc1888",GradientType=1 )}.social_link ul li.inquire_now a{background-color:#000}.social_link ul{margin-top:0px}.social_link ul li{font-size:14px;padding-right:10px}.social_link ul li a{width:30px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:#fff solid 1px;border-radius:100%}.cor23{color:#232323 !important}.widht1920{max-width:1920px;margin-left:auto;margin-right:auto;position:relative}.max680{max-width:680px;margin-left:auto;margin-right:auto}@media(max-width: 1700px){.max680{max-width:580px}}@media(max-width: 1400px){.max680{max-width:490px}}.max650{max-width:650px;margin-left:auto;margin-right:auto}@media(max-width: 1700px){.max650{max-width:540px}}@media(max-width: 1400px){.max650{max-width:480px}}.max612{max-width:650px;margin-left:auto;margin-right:auto}@media(max-width: 1700px){.max612{max-width:460px}}@media(max-width: 1400px){.max612{max-width:510px}}.padd-topset50-20{padding-top:20px}@media(max-width: 991px){.rowtab{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media(max-width: 991px){.rowmobile{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.banner_area{position:relative;z-index:1}.banner_area .btn-back{margin-top:30px}.banner_area .banner{position:relative}.banner_area .banner .bannerImg{position:relative;z-index:1}.banner_area .banner .bannerText{position:absolute;z-index:2;left:0px;bottom:0px;width:100%;padding-top:90px;padding-bottom:90px}.banner_area .banner .bannerText .textContent{max-width:900px;color:#fff}.banner_area .banner .bannerText .textContent *{color:#fff}.banner_area .banner .bannerText .mainhd1{padding-bottom:20px;text-transform:uppercase}.banner_area .banner .bannerText .max650{max-width:650px;margin-left:0;margin-right:0}.banner_area .banner .bannerText ul{margin-top:20px}.banner_area .banner .bannerText ul li{background:url(../frontend/images/icon_bullet.png) no-repeat left 8px;padding:0px 0px 16px 34px}.banner_area .banner .bannerText ul li:last-child{padding-bottom:0px}.banner_area .innerBanner{background:#01246d;color:#fff;min-height:500px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#fff}.banner_area .innerBanner h1{padding-bottom:0px !important;color:#fff}@media(max-width: 1700px){.banner_area .banner .mainhd1{font-size:80px;line-height:70px;max-width:800px}.banner_area .banner .bannerText{padding-bottom:50px}}@media(max-width: 1500px){.banner_area .banner .mainhd1{font-size:65px;line-height:65px;max-width:675px}.banner_area .banner .bannerText{padding-bottom:65px}.banner_area .banner .bannerText p{padding-bottom:25px}.banner_area .banner .bannerText ul{margin-top:0px}.banner_area .banner .bannerText ul li{padding-bottom:10px}}@media(max-width: 1400px){.banner_area .banner .bannerText{padding-bottom:45px}.banner_area .innerBanner{min-height:450px}}@media(max-width: 1024px){.banner_area .banner .mainhd1{font-size:55px;line-height:55px}.banner_area .banner .bannerImg img{min-height:550px}.banner_area .banner .bannerText ul li{background-position:left 5px !important}}@media(max-width: 767px){.banner_area .banner .mainhd1{font-size:40px;line-height:1.2}.banner_area .banner .bannerImg img{min-height:550px}.banner_area .innerBanner{min-height:370px}}@media(max-width: 575px){.banner_area .banner .bannerText .textContent{padding:0px 10px}}@media(max-width: 480px){.banner_area .banner .bannerText{top:120px;bottom:auto;padding-top:0px}}@media(max-width: 360px){.banner_area .banner .bannerText .mainhd1{font-size:26px}.banner_area .banner .bannerText .textContent ul li{line-height:1.2;padding-bottom:18px}.banner_area .banner .bannerImg img{min-height:630px}}.btn_comman{border:#86c8e2 solid 0px;padding:15px 30px 15px 30px;border-radius:10px;font-family:"Afacad",serif;font-size:20px;line-height:20px;letter-spacing:1px;text-transform:capitalize;font-weight:400;position:relative;overflow:hidden;text-align:center;display:inline-block}.btn_comman:hover{background:#79992b}@media(max-width: 1500px){.btn_comman{font-size:18px;padding:12px 35px 12px 35px}}@media(max-width: 1366px){.btn_comman{font-size:16px;padding:10px 28px 10px 28px}}@media(max-width: 991px){.btn_comman{font-size:17px}}.btn_primary{background:#03194a;color:#fff !important}.btn_primary:hover,.btn_primary:focus{background:#000;color:#fff !important}.btn_primary .btn_brd1{border:#010d29 solid 2px !important}.roundBtnArea .btn-dashed{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;border-radius:100%;width:176px;height:176px;font-size:26px;color:#fff;margin-left:auto;margin-right:auto}.roundBtnArea .btn-dashed::after{content:"";position:absolute;z-index:1;width:100%;height:100%;border-radius:100%;border:dashed 2px #fff;-webkit-animation:animete_circle_txt 10s linear infinite;animation:animete_circle_txt 10s linear infinite}.roundBtnArea .btn-dashed span{position:relative;z-index:2}.btn_icon span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.btn_icon i{display:block;margin-left:15px;background:url(../frontend/images/close_icon_withe.png) no-repeat center center;width:10px;height:10px}.btn_brd{border:#bbc9f7 solid 1px;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.btn_brd i{display:block;margin-left:10px;background:url(../frontend/images/close_icon.png) no-repeat center center}.btn_brd:hover{background:#03194a;color:#fff !important}.btn_brd:hover i{background:url(../frontend/images/close_icon_withe.png) no-repeat center center}.btn_brd1{background:none;border:#010d29 solid 2px !important;color:#010d29 !important}.btn_brd1:hover,.btn_brd1:focus{background:#010d29;color:#fff !important}.btn_brd1.btn_primary{background:#010d29 !important;color:#fff !important}.btn_round0{border-radius:0px}.btn_search{padding-left:15px;padding-right:15px;width:50px;height:50px}.btn_flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.btn_flex .btn{margin-right:30px}.btn_flex .btn:last-child{margin-right:0px}.btn-back{background:none;border:none;color:#adc6fb;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;letter-spacing:1px}.btn-back i{margin-right:7px}.btn-back:hover{color:#209992}.bullet li{position:relative;padding:0px 0px 10px 20px;font-size:17px}.bullet li::before{content:"";width:10px;height:10px;position:absolute;left:0px;top:7px;background:#86c8e2;border-radius:100%}.bgWhite{background:#fff}.bgLightBlue{background:#e9edff}.bghaftBlue{position:relative}.bghaftBlue::after{content:"";position:absolute;z-index:1;left:0px;top:0px;width:100%;height:50%;background:#01246d}.boxshadow{-webkit-box-shadow:0px 4px 40px 0px rgba(0,0,0,.4);box-shadow:0px 4px 40px 0px rgba(0,0,0,.4)}.Radius-10{border-radius:10px}.padding30{padding:30px}.last{padding-bottom:0px}.section_padding{padding:100px 0px}.section_padding.paddtop0{padding-top:0px}@media(max-width: 1024px){.section_padding{padding:80px 0px}}@media(max-width: 991px){.section_padding{padding:70px 0px}}@media(max-width: 767px){.section_padding{padding:60px 0px}}.section_padding.whiteSpacer{padding-top:0px !important}.slick-slider{margin-bottom:0px !important}.comman_slider .slider .slick-arrow{border:#fff solid 1px;border-radius:100%;font-size:0px;height:48px;width:48px;position:absolute;z-index:1;top:95px;left:auto;right:auto}.comman_slider .slider .slick-arrow:hover{border-color:#fff}.comman_slider .slider .slick-arrow::before{display:none}.comman_slider .slider .slick-arrow.slick-prev{background:url(../frontend/images/slider_arrow_left.png) center center no-repeat;left:-99px}.comman_slider .slider .slick-arrow.slick-prev:hover{background-image:url(../frontend/images/slider_arrow_left_hover.png)}.comman_slider .slider .slick-arrow.slick-next{background:url(../frontend/images/slider_arrow_right.png) center center no-repeat;right:-99px}.comman_slider .slider .slick-arrow.slick-next:hover{background-image:url(../frontend/images/slider_arrow_right_hover.png)}@media(max-width: 1024px){.comman_slider .slider .slick-arrow.slick-prev{left:-45px}.comman_slider .slider .slick-arrow.slick-next{right:-45px}}.comman_slider .slick-dots{margin-top:30px;width:100%;height:16px;text-align:center;position:relative;bottom:0px;line-height:0px}.comman_slider .slick-dots li{width:16px;height:16px;margin:0px 7px}.comman_slider .slick-dots li button{width:16px;height:16px;font-size:0px;background-color:#878787;padding:0px;border-radius:100%}.comman_slider .slick-dots li button:before{display:none}.comman_slider .slick-dots li.slick-active button{background:#cbcbcb}.mp_contenier{min-height:498px}.mp_contenier a{color:#000}.mp_contenier a:hover{color:#444}.mp_contenier .margin-6{margin-top:-6px !important}.welcomeSection{position:relative}.welcomeSection p{color:#fff}.welcomeSection .container{position:relative;z-index:2}.welcomeSection :root{--bgprm: #01246D;--bgfont: white}.welcomeSection .questionbody{display:none}.welcomeSection .containerr{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.welcomeSection .quiz_box header,.welcomeSection .result_box header{position:relative;z-index:2}.welcomeSection .resultbody{display:none}.welcomeSection .back.btn.disable{opacity:.3}.welcomeSection .progress-container{width:100%;height:18px;background-color:#e0e0e0;border-radius:0;overflow:hidden;margin:20px 0;position:absolute;bottom:0;background:#b3c9f9;left:0;right:0;margin:0;border-bottom-left-radius:30px;border-bottom-right-radius:30px}.welcomeSection .progress-bar{width:0%;height:100%;background-color:#01246d;-webkit-transition:width .3s ease-in-out;transition:width .3s ease-in-out}.welcomeSection .btn{--c: var(--bgprm);color:var(--c);font-size:16px;background:rgba(0,0,0,0);text-transform:uppercase;font-weight:bold;letter-spacing:.1em;text-align:center;position:relative;overflow:hidden;z-index:1;padding:10px 15px;-webkit-transition:.5s;transition:.5s}.welcomeSection .btn span{position:absolute;width:25%;height:100%;background-color:var(--c);-webkit-transform:translateY(150%);transform:translateY(150%);border-radius:50%;left:calc((var(--n) - 1)*25%);-webkit-transition:.5s;transition:.5s;-webkit-transition-delay:calc((var(--n) - 1)*.1s);transition-delay:calc((var(--n) - 1)*.1s);z-index:-1}.welcomeSection .btn span:nth-child(1){--n: 1}.welcomeSection .btn span:nth-child(2){--n: 2}.welcomeSection .btn span:nth-child(3){--n: 3}.welcomeSection .btn span:nth-child(4){--n: 4}.welcomeSection .btn:hover{color:var(--bgfont);text-align:left}.welcomeSection .btn:hover span{-webkit-transform:translateY(0) scale(2);transform:translateY(0) scale(2)}.welcomeSection .btn:focus{-webkit-box-shadow:none;box-shadow:none}.welcomeSection .btn:focus span{-webkit-transform:translateY(150%);transform:translateY(150%)}.welcomeSection #mainButton{font-size:20px;padding:16px 100px}.welcomeSection .button-div{padding:150px 0}.welcomeSection .bgblue{background-color:var(--bgprm)}.welcomeSection .info_box{width:80%;background:var(--bgprm);border-radius:5px;margin-top:20px;-webkit-transition:all .3s ease;transition:all .3s ease;color:var(--bgfont)}.welcomeSection .info_box{display:none}.welcomeSection .info-title{height:60px;width:100%;border-bottom:1px solid #d3d3d3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 30px;border-radius:5px 5px 0 0;font-size:25px;font-weight:600}.welcomeSection .info-list{padding:15px 30px}.welcomeSection .info{margin:5px 0;font-size:17px}.welcomeSection .info span{font-weight:700;color:#d3d3d3}.welcomeSection .buttons{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:0 20px;border-top:1px solid #d3d3d3}.welcomeSection .buttons button{margin:0 5px;font-size:16px;font-weight:500;cursor:pointer !important;border-radius:5px;-webkit-transition:all .3s ease;transition:all .3s ease;color:var(--bgprm);background-color:var(--bgfont);padding:10px 15px}.welcomeSection .buttons button:hover{color:#01246d;-webkit-transform:scale(1.05);transform:scale(1.05)}.welcomeSection .timer{color:#081e35;background:#83a5c9;height:45px;padding:0 8px;border-radius:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:145px}.welcomeSection .time_left_txt{font-weight:400;font-size:17px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.welcomeSection .timer_sec{font-size:18px;font-weight:500;height:30px;width:45px;color:#fff;border-radius:30px;line-height:30px;text-align:center;background:#0c86ff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.welcomeSection .time_line{position:absolute;bottom:0px;left:0px;height:3px;width:100%;-webkit-transition:width 1s linear;transition:width 1s linear;background:#01246d}.welcomeSection footer{height:60px;padding:0 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-right:10px}.welcomeSection .total_que span{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.welcomeSection .total_que span p{font-weight:500;padding:0 5px}.welcomeSection .total_que span p:first-child{padding-left:0px}.welcomeSection .btns button:hover{color:#fff}.welcomeSection .btns>button.btn.active{color:#fff}.welcomeSection .pointerNone{pointer-events:none}.welcomeSection .disable{pointer-events:none;color:#545461}.welcomeSection .result{display:none}.welcomeSection section.result-showing-box{padding:14px 0px 32px 0px}.welcomeSection .perc-line-div,.welcomeSection .time-line-div{height:5px;background:#f0f8ff;border-radius:30px}.welcomeSection .perc-line,.welcomeSection .time-line{height:5px;background-color:#01246d;width:100%;border-radius:29px}.welcomeSection .time-result,.welcomeSection .perc-result{margin-top:16px}.welcomeSection p.icons-text.mb-0{font-size:23px;font-weight:700;margin-bottom:10px}.welcomeSection .icons i{font-size:32px;color:#6495ed;padding-right:10px;padding-top:10px;cursor:pointer}.welcomeSection .icons i:hover{color:#01246d}.welcomeSection .icons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.welcomeSection label{position:relative;display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-template-columns:100px 10 10px;grid-gap:20px;width:auto;min-height:40px;padding:5px 15px;border-radius:20px;cursor:pointer;background-color:rgba(0,0,0,0);-webkit-transition:all 300ms ease-in;transition:all 300ms ease-in;min-width:132px}.welcomeSection label:hover{border-color:#4062f6;background-color:rgba(97,154,234,.16)}.welcomeSection label:before,.welcomeSection label:after{position:absolute;left:29px;border-radius:50%;content:""}.welcomeSection label:before{margin:-2rem;border:solid 2rem #545461;width:4rem;height:4rem;-webkit-transform:scale(0);transform:scale(0)}.welcomeSection label:after{margin:-0.1875rem;width:.375rem;height:.375rem;-webkit-box-shadow:.32476rem -2.6875rem 0 -0.1875rem #ff8080,-0.32476rem -2.3125rem 0 -0.1875rem #ffed80,2.30366rem -1.42172rem 0 -0.1875rem #ffed80,1.6055rem -1.69573rem 0 -0.1875rem #a4ff80,2.54785rem .91464rem 0 -0.1875rem #a4ff80,2.32679rem .19796rem 0 -0.1875rem #80ffc8,.87346rem 2.56226rem 0 -0.1875rem #80ffc8,1.29595rem 1.94258rem 0 -0.1875rem #80c8ff,-1.45866rem 2.28045rem 0 -0.1875rem #80c8ff,-0.71076rem 2.2244rem 0 -0.1875rem #a480ff,-2.69238rem .28141rem 0 -0.1875rem #a480ff,-2.18226rem .8312rem 0 -0.1875rem #ff80ed,-1.89869rem -1.92954rem 0 -0.1875rem #ff80ed,-2.01047rem -1.18791rem 0 -0.1875rem #ff8080;box-shadow:.32476rem -2.6875rem 0 -0.1875rem #ff8080,-0.32476rem -2.3125rem 0 -0.1875rem #ffed80,2.30366rem -1.42172rem 0 -0.1875rem #ffed80,1.6055rem -1.69573rem 0 -0.1875rem #a4ff80,2.54785rem .91464rem 0 -0.1875rem #a4ff80,2.32679rem .19796rem 0 -0.1875rem #80ffc8,.87346rem 2.56226rem 0 -0.1875rem #80ffc8,1.29595rem 1.94258rem 0 -0.1875rem #80c8ff,-1.45866rem 2.28045rem 0 -0.1875rem #80c8ff,-0.71076rem 2.2244rem 0 -0.1875rem #a480ff,-2.69238rem .28141rem 0 -0.1875rem #a480ff,-2.18226rem .8312rem 0 -0.1875rem #ff80ed,-1.89869rem -1.92954rem 0 -0.1875rem #ff80ed,-2.01047rem -1.18791rem 0 -0.1875rem #ff8080}.welcomeSection label>span{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:20px;height:20px;border-radius:20px;border:2px solid #454861;background-image:-webkit-gradient(linear, left top, left bottom, from(#3b4059), to(#1c1e2d));background-image:linear-gradient(to bottom, #3b4059, #1c1e2d)}.welcomeSection .option:not(:last-child){margin-bottom:4px}.welcomeSection .specialBox{position:relative;margin-top:21px;background:none !important}.welcomeSection .specialBox *{color:#fff}.welcomeSection .specialBox::before,.welcomeSection .specialBox::after{content:"";position:absolute;z-index:2;left:0px;width:100%;height:100%}.welcomeSection .specialBox::before{background:url(../frontend/images/bg_bulebox_top.png) no-repeat left top;top:0px}.welcomeSection .specialBox::after{background:url(../frontend/images/bg_bulebox_bottom.png) no-repeat left bottom;bottom:0px}.welcomeSection .specialBox .bgMiddal{position:absolute;z-index:1;background:#01164d;width:100%;height:calc(100% - 100px);left:0px;right:0px;top:50px;bottom:50px}.welcomeSection .specialBox .boxContent{position:relative;z-index:3;padding:114px 50px;max-width:771px;margin:0px auto;text-align:center}.welcomeSection .specialBox .boxContent .roundBtnArea{margin-top:30px}.welcomeSection .specialBox .star{position:absolute;z-index:9;bottom:10%;right:28%;background-image:url(../frontend/images/star_yellow.png);width:50px;height:50px;background-repeat:no-repeat;background-position:center center;-webkit-animation:blink 3s infinite;animation:blink 3s infinite}.welcomeSection .specialBox .star.star_top{bottom:91%;right:68.5%}.welcomeSection .specialBox .star_pink{position:absolute;z-index:9;bottom:26%;right:60%;background-image:url(../frontend/images/star_pink.png);width:35px;height:35px;background-repeat:no-repeat;background-size:contain;-webkit-animation:blink1 2s infinite;animation:blink1 2s infinite}.welcomeSection .specialBox .star_pink.star_top{bottom:70%;right:79.5%}.welcomeSection .specialBox .round1{position:absolute;z-index:9;left:88%;top:23%;width:75px;height:75px;background:url(../frontend/images/round1.png) no-repeat left top;-webkit-animation:rotateBackground 5s linear infinite;animation:rotateBackground 5s linear infinite}.welcomeSection .specialBox .round1_1{position:absolute;z-index:9;left:16.5%;top:58%;width:75px;height:75px;background:url(../frontend/images/round1.png) no-repeat left top;-webkit-animation:rotateBackground 5s linear infinite;animation:rotateBackground 5s linear infinite}.welcomeSection .specialBox .round2{position:absolute;z-index:9;left:56%;top:81%;width:75px;height:75px;background:url(../frontend/images/round2.png) no-repeat left top;-webkit-animation:rotateBackground 3s linear infinite;animation:rotateBackground 3s linear infinite}.welcomeSection .specialBox .round3{position:absolute;z-index:9;left:83%;top:59%;width:164;height:94px;background:url(../frontend/images/circle.png) no-repeat left top;-webkit-animation:zoomIn 2s ease-in-out infinite;animation:zoomIn 2s ease-in-out infinite}.welcomeSection .resultbody{background:#fff2eb;border-radius:30px;-webkit-box-shadow:0px 4px 30px 0px rgba(0,0,0,.4);box-shadow:0px 4px 30px 0px rgba(0,0,0,.4);-webkit-transition:all .3s ease;transition:all .3s ease;position:relative}.welcomeSection .resultbody{position:relative;padding:70px 10px 50px 10px;text-align:center;overflow:hidden}.welcomeSection .resultbody::before,.welcomeSection .resultbody::after{display:none}.welcomeSection .resultbody::after{display:-webkit-box;display:-ms-flexbox;display:flex;content:"";width:100%;height:16px;background:#002a88;position:absolute;bottom:0px;left:0px;z-index:9}.welcomeSection .resultbody .stroneComman{position:absolute;left:7.5%;top:9.1%;z-index:1;background:url(../frontend/images/bg_stron1.png) no-repeat left top;width:88px;height:32px;-webkit-animation:strone 5s infinite;animation:strone 5s infinite}.welcomeSection .resultbody .stroneComman.Second{left:87%;top:10.5%;-webkit-transition-delay:1s;transition-delay:1s;-webkit-animation:strone 10s infinite;animation:strone 10s infinite}.welcomeSection .resultbody .stroneComman.third{left:25.2%;top:18%;-webkit-transition-delay:1.3s;transition-delay:1.3s;-webkit-animation:strone 7s infinite;animation:strone 7s infinite}.welcomeSection .resultbody .stroneComman.foure{left:65.2%;top:44%;-webkit-transition-delay:1.5s;transition-delay:1.5s;-webkit-animation:strone 3s infinite;animation:strone 3s infinite}.welcomeSection .resultbody .stroneComman.five{left:70%;top:23%;background:url(../frontend/images/bg_stron2.png) no-repeat left top;width:66px;height:31px}.welcomeSection .resultbody .stroneComman.six{left:43%;top:33%;background:url(../frontend/images/bg_stron2_1.png) no-repeat left top;width:66px;height:31px;-webkit-transition-delay:1.2s;transition-delay:1.2s;-webkit-animation:strone 10s infinite;animation:strone 10s infinite}.welcomeSection .resultbody .stroneComman.seven{left:33.4%;top:61%;background:url(../frontend/images/bg_stron3.png) no-repeat left top;-webkit-transition-delay:1.4s;transition-delay:1.4s;-webkit-animation:strone 7s infinite;animation:strone 7s infinite}.welcomeSection .resultbody .result_box{width:100%;max-width:100%;margin-left:auto;margin-right:auto;min-height:450px;position:relative;z-index:3;font-size:21px}.welcomeSection .resultbody .result_box .hd3{padding-bottom:20px}.welcomeSection .resultbody .result_box .result-showing-box .answer-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:#d9d9d9 solid 2px;padding-bottom:30px;margin-bottom:40px;max-width:786px;margin-left:auto;margin-right:auto}.welcomeSection .resultbody .result_box .result-showing-box .answer-info .box1a{margin:0 80px;text-align:center;text-align:left;margin-bottom:18px}.welcomeSection .resultbody .result_box .result-showing-box .answer-info .box1a span{display:block;padding-bottom:10px}.welcomeSection .resultbody .result_box .result-showing-box .answer-info .box1a strong{display:block;font-size:60px;line-height:44px;font-weight:500;color:#01246d}.welcomeSection .resultbody .result_box .boxresultPersant{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:inherit;-ms-flex-align:inherit;align-items:inherit}.welcomeSection .resultbody .result_box .boxresultPersant .boxComan1{background:#e4e0de;border-radius:20px;padding:20px 30px;margin:0px 20px;text-align:left;width:auto}.welcomeSection .resultbody .result_box .boxresultPersant span{display:block;padding-bottom:10px;line-height:1.2}.welcomeSection .resultbody .result_box .boxresultPersant strong{display:block;font-size:70px;line-height:1;font-weight:600;color:#01246d}.welcomeSection .resultbody .result_box .btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.welcomeSection .resultbody .result_box .btns .btn{position:relative;top:inherit;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:24px}.welcomeSection .resultbody .result_box .btns .btn:last-child{margin-right:0px}.welcomeSection .resultbody footer{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:30px 0px;padding:0px}.welcomeSection .btns{z-index:10}.welcomeSection .btns .btn{width:122px;height:122px;color:#fff;top:41%;position:absolute}.welcomeSection .btns .btn::before{content:"";width:122px;height:122px;position:absolute;z-index:-1;background:url(../frontend/images/arrow_image.png) no-repeat left top;left:0px;top:0px}.welcomeSection .btns .btn:hover{text-align:center;color:#f2f2f2}.welcomeSection .btns .btn:hover::before{-webkit-animation:rotateBackground 20s linear infinite;animation:rotateBackground 20s linear infinite}.welcomeSection .btns .btn.active{color:#ccc}.welcomeSection .btns .btn.next,.welcomeSection .btns .btn.result{right:10px}.welcomeSection .btns .btn.back{left:10px}.welcomeSection .btns .btn.black::before{background:url(../frontend/images/arrow_image_black.png) no-repeat left top}.welcomeSection .fnt20{font-size:20px;color:#232323;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0px;padding:0px;text-align:center;line-height:20px}.welcomeSection .fnt20 strong{font-size:30px;font-weight:700px;display:block;margin-right:7px}.welcomeSection .sliderContainer{width:100%;max-width:400px;margin-top:30px;position:relative;margin-left:auto;margin-right:auto}.welcomeSection .qasection{position:relative;z-index:9;padding:25px 30px 20px 30px;min-height:450px}.welcomeSection .qasection .option_list .ft_special{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.welcomeSection .qasection .skipClass{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.welcomeSection .qasection .skipClass .orclass{display:block;margin:0px 10px}.welcomeSection .qasection .skipClass .btn_special{border:none;background:#002a88;color:#fff;padding:7px 23px;border-radius:25px;font-size:17px}.welcomeSection .qasection .validation-message{font-size:18px;color:red;margin-top:5px;position:absolute;left:0;right:0;top:-19px}.welcomeSection .qasection .sliderContainer input[type=range]{outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;background:#dbd9da;border:none;border-radius:30px;height:10px;margin-top:40px;position:relative}.welcomeSection .qasection .sliderContainer input[type=range]::before{content:"Slide";position:absolute;left:0px;top:-37px}.welcomeSection .qasection .sliderContainer input[type=range]::-webkit-slider-runnable-track{height:10px;border-radius:5px}.welcomeSection .qasection .sliderContainer input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:100%;background:#01246d;cursor:pointer;margin-top:-6px;position:relative}.welcomeSection .qasection .glass-container{position:relative;width:64px;height:100px;margin:100px auto 20px auto;border-radius:10px}.welcomeSection .qasection .glass-container .glass-fill{position:absolute;bottom:0;width:105%;height:0%;left:-2.5%;background-color:#01246d;-webkit-transition:height .5s ease-in-out;transition:height .5s ease-in-out;border:none}.welcomeSection .qasection .glass-container .glassLines{position:absolute;background:#fff;height:100px;border:#000 solid 1px}.welcomeSection .qasection .glass-container #glassLine1{width:4px;-webkit-transform:rotate(173deg);transform:rotate(173deg);z-index:2;-webkit-box-shadow:20px 1px 0 16px #fff2eb;box-shadow:20px 1px 0 16px #fff2eb}.welcomeSection .qasection .glass-container #glassLine2{width:4px;-webkit-transform:rotate(186deg);transform:rotate(186deg);right:0%;z-index:2;-webkit-box-shadow:-20px 1px 0 16px #fff2eb;box-shadow:-20px 1px 0 16px #fff2eb}.welcomeSection .qasection .glass-container #glassLine3{width:52px;-webkit-transform:rotate(0deg);transform:rotate(0deg);right:8.5%;height:4px;bottom:0%;z-index:1}.welcomeSection .qasection input[type=range]{outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;background:#dbd9da;border:none;border-radius:30px;height:10px;margin-top:40px}.welcomeSection .qasection input[type=range]::-webkit-slider-runnable-track{height:10px;border-radius:5px}.welcomeSection .qasection input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:100%;background:#01246d;cursor:pointer;margin-top:-6px;position:relative}.welcomeSection .qasection .badge{position:absolute;top:-30px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#fff;border:#01246d solid 1px;color:#01246d;padding:5px 10px;border-radius:12px;font-size:18px;font-weight:bold;width:44px;height:44px;border-radius:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.welcomeSection .questionbody{background:#fff2eb;border-radius:30px;-webkit-box-shadow:0px 4px 30px 0px rgba(0,0,0,.4);box-shadow:0px 4px 30px 0px rgba(0,0,0,.4);-webkit-transition:all .3s ease;transition:all .3s ease;position:relative}.welcomeSection .questionbody .paddnone{padding:0px}.welcomeSection .questionbody .quiz_box{position:relative;padding:70px 10px 10px 10px;text-align:center;overflow:hidden}.welcomeSection .questionbody .quiz_box .hd3{text-align:center}.welcomeSection .questionbody .quiz_box .tital32{font-weight:400;padding-bottom:25px;max-width:65%;margin:0 auto}.welcomeSection .questionbody .quiz_box .tital32 .subTle{font-weight:400;font-size:22px;line-height:36px}@media(max-width: 1400px){.welcomeSection .questionbody .quiz_box .tital32 .subTle{font-size:22px;line-height:30px}}.welcomeSection .questionbody .quiz_box .stroneComman{position:absolute;left:7.5%;top:9.1%;z-index:1;background:url(../frontend/images/bg_stron1.png) no-repeat left top;width:88px;height:32px;-webkit-animation:strone 5s infinite;animation:strone 5s infinite}.welcomeSection .questionbody .quiz_box .stroneComman.Second{left:87%;top:10.5%;-webkit-transition-delay:1s;transition-delay:1s;-webkit-animation:strone 10s infinite;animation:strone 10s infinite}.welcomeSection .questionbody .quiz_box .stroneComman.third{left:25.2%;top:18%;-webkit-transition-delay:1.3s;transition-delay:1.3s;-webkit-animation:strone 7s infinite;animation:strone 7s infinite}.welcomeSection .questionbody .quiz_box .stroneComman.foure{left:65.2%;top:44%;-webkit-transition-delay:1.5s;transition-delay:1.5s;-webkit-animation:strone 3s infinite;animation:strone 3s infinite}.welcomeSection .questionbody .quiz_box .stroneComman.five{left:70%;top:23%;background:url(../frontend/images/bg_stron2.png) no-repeat left top;width:66px;height:31px}.welcomeSection .questionbody .quiz_box .stroneComman.six{left:45%;top:48%;background:url(../frontend/images/bg_stron2_1.png) no-repeat left top;width:66px;height:31px;-webkit-transition-delay:1.2s;transition-delay:1.2s;-webkit-animation:strone 10s infinite;animation:strone 10s infinite}.welcomeSection .questionbody .quiz_box .stroneComman.seven{left:33.4%;top:61%;background:url(../frontend/images/bg_stron3.png) no-repeat left top;-webkit-transition-delay:1.4s;transition-delay:1.4s;-webkit-animation:strone 7s infinite;animation:strone 7s infinite}.welcomeSection .questionbody .quiz_box footer .total_que{text-align:left}.welcomeSection .questionbody .quiz_box .first_img1{display:none}.welcomeSection .questionbody .quiz_box .first_img2{display:none}.welcomeSection .questionbody .quiz_box::before,.welcomeSection .questionbody .quiz_box::after{content:"";position:absolute;z-index:2;bottom:18px}@media(max-width: 767px){.welcomeSection .questionbody .quiz_box::before,.welcomeSection .questionbody .quiz_box::after{display:none}}.welcomeSection .questionbody .quiz_box::before{left:118px}.welcomeSection .questionbody .quiz_box::after{right:88px}.welcomeSection .questionbody .quiz_box.question1::before{background:url(../frontend/images/first_img.png) no-repeat left bottom;background-size:contain;width:422px;height:401px;-webkit-animation:leftimg 2s ease-in-out;animation:leftimg 2s ease-in-out}.welcomeSection .questionbody .quiz_box.question1::after{background:url(../frontend/images/second_img.png) no-repeat left bottom;background-size:contain;width:440px;height:366px;-webkit-animation:bottomToTop 2s ease-in-out;animation:bottomToTop 2s ease-in-out}@media(max-width: 1700px){.welcomeSection .questionbody .quiz_box.question1::before{width:23%}.welcomeSection .questionbody .quiz_box.question1::after{width:24%}}.welcomeSection .questionbody .quiz_box.question2::before{background:url(../frontend/images/img_quiz2_left.png) no-repeat left bottom;background-size:contain;width:365px;height:226px;-webkit-animation:leftimg1 2s ease-in-out;animation:leftimg1 2s ease-in-out}.welcomeSection .questionbody .quiz_box.question2::after{background:url(../frontend/images/img_quiz2_right.png) no-repeat left bottom;background-size:contain;width:501px;height:373px;-webkit-animation:bottomToTop1 2s ease-in-out;animation:bottomToTop1 2s ease-in-out}@media(max-width: 1700px){.welcomeSection .questionbody .quiz_box.question2::before{width:24%}.welcomeSection .questionbody .quiz_box.question2::after{width:27%}}.welcomeSection .questionbody .quiz_box.question3::before{background:url(../frontend/images/img_quiz3_left.png) no-repeat left bottom;background-size:contain;width:467px;height:178px;-webkit-animation:leftimg2 2s ease-in-out;animation:leftimg2 2s ease-in-out}.welcomeSection .questionbody .quiz_box.question3::after{background:url(../frontend/images/img_quiz3_right.png) no-repeat left bottom;background-size:contain;width:416px;height:294px;-webkit-animation:bottomToTop2 2s ease-in-out;animation:bottomToTop2 2s ease-in-out}.welcomeSection .questionbody .quiz_box.question3 .noSrdns{border:none;background-image:none;height:auto;width:auto;color:#000;border:none}.welcomeSection .questionbody .quiz_box.question3 .countR{background:rgba(0,0,0,0);color:#fff;border:none;margin:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(max-width: 1700px){.welcomeSection .questionbody .quiz_box.question3::before{width:24%}.welcomeSection .questionbody .quiz_box.question3::after{width:27%}}.welcomeSection .questionbody .quiz_box.question4::before{background:url(../frontend/images/img_quiz4_left.png) no-repeat left bottom;background-size:contain;width:429px;height:322px;-webkit-animation:leftimg3 2s ease-in-out;animation:leftimg3 2s ease-in-out}.welcomeSection .questionbody .quiz_box.question4::after{background:url(../frontend/images/img_quiz4_right.png) no-repeat left bottom;background-size:contain;width:440px;height:327px;-webkit-animation:bottomToTop3 2s ease-in-out;animation:bottomToTop3 2s ease-in-out}@media(max-width: 1700px){.welcomeSection .questionbody .quiz_box.question4::before{width:24%}.welcomeSection .questionbody .quiz_box.question4::after{width:27%}}.welcomeSection .questionbody .quiz_box.question5::before{background:url(../frontend/images/img_quiz5_left.png) no-repeat left bottom;left:140px;bottom:15px;background-size:contain;width:429px;height:322px;-webkit-animation:leftimg4 2s ease-in-out;animation:leftimg4 2s ease-in-out}.welcomeSection .questionbody .quiz_box.question5::after{background:url(../frontend/images/img_quiz5_right.png) no-repeat left bottom;right:10px;bottom:15px;background-size:contain;width:440px;height:327px;-webkit-animation:bottomToTop4 2s ease-in-out;animation:bottomToTop4 2s ease-in-out}@media(max-width: 1700px){.welcomeSection .questionbody .quiz_box.question5::before{width:24%}.welcomeSection .questionbody .quiz_box.question5::after{width:27%}}@media(max-width: 1024px){.welcomeSection .questionbody .quiz_box.question5::before{width:11%}.welcomeSection .questionbody .quiz_box.question5::after{width:27%}}.welcomeSection .questionbody .quiz_box.question6::before{background:url(../frontend/images/img_quiz6_left.png) no-repeat left bottom;bottom:15px;background-size:contain;width:329px;height:250px;-webkit-animation:leftimg5 2s ease-in-out;animation:leftimg5 2s ease-in-out}.welcomeSection .questionbody .quiz_box.question6::after{background:url(../frontend/images/img_quiz6_right.png) no-repeat left bottom;bottom:20px;background-size:contain;width:340px;height:250px;-webkit-animation:bottomToTop5 2s ease-in-out;animation:bottomToTop5 2s ease-in-out}@media(max-width: 1700px){.welcomeSection .questionbody .quiz_box.question6::before{width:24%}.welcomeSection .questionbody .quiz_box.question6::after{width:27%;right:30px}}.welcomeSection .questionbody .quiz_box.question7::before{background:url(../frontend/images/img_quiz7_left.png) no-repeat left bottom;bottom:17px;left:0px;background-size:contain;width:410px;height:250px;-webkit-animation:leftimg6 2s ease-in-out;animation:leftimg6 2s ease-in-out}.welcomeSection .questionbody .quiz_box.question7::after{background:url(../frontend/images/img_quiz7_right.png) no-repeat left bottom;bottom:20px;background-size:contain;width:225px;height:250px;-webkit-animation:bottomToTop6 2s ease-in-out;animation:bottomToTop6 2s ease-in-out}.welcomeSection .questionbody .quiz_box.question7 footer .total_que{z-index:11;color:#fff}@media(max-width: 1700px){.welcomeSection .questionbody .quiz_box.question7::before{width:24%}.welcomeSection .questionbody .quiz_box.question7::after{width:13%}}@media(max-width: 767px){.welcomeSection .questionbody .quiz_box.question7 footer .total_que{color:#232323}}.welcomeSection .questionbody .quiz_box.question8::before{background:url(../frontend/images/img_quiz8_left.png) no-repeat left bottom;bottom:17px;background-size:contain;width:410px;height:250px;-webkit-animation:leftimg7 2s ease-in-out;animation:leftimg7 2s ease-in-out}.welcomeSection .questionbody .quiz_box.question8::after{background:url(../frontend/images/img_quiz8_right.png) no-repeat left bottom;bottom:18px;background-size:contain;width:285px;height:250px;-webkit-animation:bottomToTop7 2s ease-in-out;animation:bottomToTop7 2s ease-in-out}@media(max-width: 1700px){.welcomeSection .questionbody .quiz_box.question8::before{width:18%}.welcomeSection .questionbody .quiz_box.question8::after{width:15%}}@media(max-width: 1024px){.welcomeSection .questionbody .quiz_box.question8::after{width:22%}}.welcomeSection .questionbody .quiz_box.question9::before{background:url(../frontend/images/img_quiz9_left.png) no-repeat left bottom;bottom:17px;left:88px;background-size:contain;width:370px;height:250px;-webkit-animation:leftimg8 2s ease-in-out;animation:leftimg8 2s ease-in-out}.welcomeSection .questionbody .quiz_box.question9::after{background:url(../frontend/images/img_quiz9_right.png) no-repeat left bottom;bottom:18px;right:88px;background-size:contain;width:310px;height:250px;-webkit-animation:bottomToTop8 2s ease-in-out;animation:bottomToTop8 2s ease-in-out}@media(max-width: 1700px){.welcomeSection .questionbody .quiz_box.question9::before{width:24%;left:111px}.welcomeSection .questionbody .quiz_box.question9::after{width:22%;right:200x}}.welcomeSection .questionbody .quiz_box.question10::before{background:url(../frontend/images/img_quiz10_left.png) no-repeat left bottom;bottom:17px;left:88px;background-size:contain;width:370px;height:250px;-webkit-animation:leftimg9 2s ease-in-out;animation:leftimg9 2s ease-in-out}.welcomeSection .questionbody .quiz_box.question10::after{background:url(../frontend/images/img_quiz10_right.png) no-repeat left bottom;bottom:18px;right:88px;background-size:contain;width:310px;height:250px;-webkit-animation:bottomToTop9 2s ease-in-out;animation:bottomToTop9 2s ease-in-out}@media(max-width: 1700px){.welcomeSection .questionbody .quiz_box.question10::before{width:24%;left:111px}.welcomeSection .questionbody .quiz_box.question10::after{width:22%;right:200x}}.welcomeSection .questionbody .option_list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0px 0px}.welcomeSection .questionbody .option_list.containerr{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.welcomeSection .questionbody .option_list [type=radio]{z-index:-1;position:absolute;left:0px;top:0px;opacity:0;width:100%;height:100%;cursor:pointer}.welcomeSection .questionbody .option_list [type=radio]:checked~label{border-color:#02246c;background-color:#02246c;color:#fff}.welcomeSection .questionbody .option_list [type=radio]:checked~label:before{will-change:transform,border-width,border-color;-webkit-animation:bubble 1s ease-in;animation:bubble 1s ease-in}.welcomeSection .questionbody .option_list [type=radio]:checked~label:after{will-change:opacity,box-shadow;-webkit-animation:sparkles 700ms ease-in-out;animation:sparkles 700ms ease-in-out}.welcomeSection .questionbody .option_list [type=radio]:checked~label>span{will-change:transform;border:0;background-image:-webkit-gradient(linear, left bottom, right top, from(var(--bgprm)), to(#4363ee));background-image:linear-gradient(to top right, var(--bgprm), #4363ee);-webkit-animation:radio 400ms cubic-bezier(0.17, 0.89, 0.32, 1.49);animation:radio 400ms cubic-bezier(0.17, 0.89, 0.32, 1.49)}.welcomeSection .questionbody .option_list [type=radio]:checked~label>span:after{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:6px;height:6px;border-radius:10px;background-color:#fff}.welcomeSection .questionbody .option_list .option{position:relative;margin:0px 7px;font-size:20px;font-weight:400;color:#01246d;text-align:center;border:#01246d solid 1px;border-radius:20px;overflow:hidden;cursor:pointer}.welcomeSection .questionbody .option_list .option label{min-width:132px;display:block;padding:5px 15px;min-height:40px;cursor:pointer}@media(max-width: 1700px){.welcomeSection .specialBox{overflow:hidden}.welcomeSection .specialBox::before,.welcomeSection .specialBox::after{background-size:100%}.welcomeSection .btns .btn{width:112px;height:112px}.welcomeSection .btns .btn:before,.welcomeSection .btns .btn::after{width:112px;height:112px;background-size:contain !important}}@media(max-width: 1600px){.welcomeSection .specialBox .star{width:40px;height:40px}.welcomeSection .specialBox .star_pink{width:28px;height:28px}.welcomeSection .specialBox .round1,.welcomeSection .specialBox .round1_1{width:65px;height:65px;background-size:35px}.welcomeSection .specialBox .round2{width:65px;height:65px;background-size:contain}.welcomeSection .specialBox .round3{width:154px;height:84px;background-size:contain}.welcomeSection .specialBox .boxContent{padding:80px 30px}.welcomeSection .roundBtnArea .btn-dashed{width:156px;height:156px;font-size:22px}.welcomeSection .btns .btn{width:102px;height:102px;font-size:14px;padding:10px}.welcomeSection .btns .btn::before{width:102px;height:102px;background-size:contain}.welcomeSection .qasection{min-height:340px}.welcomeSection .questionbody{border-radius:20px}.welcomeSection .questionbody .quiz_box .stroneComman{background-size:contain;width:77px;height:30px;opacity:.6}.welcomeSection .questionbody .quiz_box .stroneComman.five,.welcomeSection .questionbody .quiz_box .stroneComman.six{width:60px}.welcomeSection .questionbody .quiz_box .tital32 .subTle{font-size:20px}.welcomeSection .questionbody .option_list .option{font-size:18px}.welcomeSection .questionbody .option_list .option label{min-width:122px;padding:3px 15px;min-height:30px}.welcomeSection .resultbody .result_box{font-size:19px}.welcomeSection .resultbody .result_box .result-showing-box .answer-info .box1a strong{font-size:45px;line-height:1.1}.welcomeSection .resultbody .result_box .boxresultPersant strong{font-size:60px}}@media(max-width: 1500px){.welcomeSection .qasection{min-height:320px}.welcomeSection .qasection .dynamic-text{font-size:18px !important}.welcomeSection .roundBtnArea .btn-dashed{width:136px;height:136px;font-size:19px}.welcomeSection .questionbody .quiz_box .tital32{max-width:70%;font-size:24px}.welcomeSection .questionbody .quiz_box .tital32 .subTle{font-size:18px}.welcomeSection .resultbody .result_box{font-size:20px}.welcomeSection .resultbody .result_box .result-showing-box .answer-info .box1a strong{font-size:38px;line-height:1}.welcomeSection .resultbody .result_box .boxresultPersant strong{font-size:55px}}@media(max-width: 1024px){.welcomeSection .qasection .dynamic-text{font-size:18px !important}.welcomeSection .questionbody .quiz_box .tital32{max-width:85%;font-size:22px}.welcomeSection .questionbody .quiz_box .tital32 .subTle{font-size:17px}.welcomeSection .questionbody .option_list .option label{min-width:94px}.welcomeSection .fnt20{font-size:18px}.welcomeSection .fnt20 strong{font-size:24px}.welcomeSection .btns .btn{width:90px;height:90px;font-size:14px}.welcomeSection .btns .btn::before{width:90px;height:90px}.welcomeSection .resultbody .result_box{font-size:20px}.welcomeSection .resultbody .result_box .boxresultPersant strong{font-size:56px}}@media(max-width: 991px){.welcomeSection .qasection .glass-container{margin-top:28px}}@media(max-width: 767px){.welcomeSection .specialBox .star{bottom:12%;right:18%}.welcomeSection .specialBox .star_pink{right:89%}.welcomeSection .questionbody .btns .btn{width:42px;height:42px;font-size:0px;padding:0px;top:55%}.welcomeSection .questionbody .btns .btn::before{width:40px;height:40px}.welcomeSection .questionbody .btns .btn::after{width:40px;height:40px;display:block;background-size:10px !important}.welcomeSection .questionbody .btns .btn.back::after{content:"";background:url(../frontend/images/arrow_left_hover.png) no-repeat center center}.welcomeSection .questionbody .btns .btn.next::after{content:"";background:url(../frontend/images/arrow_right_hover.png) no-repeat center center}.welcomeSection .questionbody .quiz_box{padding-top:40px}.welcomeSection .questionbody .quiz_box .tital32{max-width:100%}.welcomeSection .questionbody .quiz_box .hd3{padding-bottom:5px}.welcomeSection .questionbody .option_list .option{margin:0px 5px 10px 5px}.welcomeSection .questionbody .option_list .option label{min-width:82px;padding:3px 8px}.welcomeSection .roundBtnArea .btn-dashed{width:126px;height:126px;font-size:18px}.welcomeSection footer{padding:0px 15px 12px 15px}.welcomeSection .qasection{min-height:-webkit-max-content;min-height:-moz-max-content;min-height:max-content;padding:25px 30px 10px 30px}.welcomeSection .qasection .dynamic-text{margin-top:10px !important}.welcomeSection .qasection .validation-message{font-size:16px;top:-5px;line-height:1}.welcomeSection .resultbody{padding:30px 10px}}@media(max-width: 575px){.welcomeSection .questionbody .quiz_box .hd3{font-size:30px;line-height:1.1}.welcomeSection .resultbody .result_box .hd3{font-size:32px;line-height:1.1}}@media(max-width: 480px){.welcomeSection .questionbody .option_list .ft_special{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.welcomeSection .questionbody .option_list .skipClass{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.welcomeSection .questionbody .option_list .skipClass .orclass{margin:5px 0px}}@media(max-width: 380px){.welcomeSection .specialBox .boxContent .roundBtnArea{margin-top:10px}.welcomeSection footer{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.welcomeSection .glass-container-wrapper{margin-top:0px !important}.welcomeSection .qasection{padding:10px 20px 10px 20px}.welcomeSection .qasection .validation-message{position:relative;margin-top:0px;padding-bottom:10px}.welcomeSection .questionbody .quiz_box .hd3{font-size:26px}.welcomeSection .questionbody .quiz_box .tital32{font-size:20px;line-height:1.1;padding-bottom:10px}.welcomeSection .questionbody .quiz_box .tital32 .subTle{line-height:1;padding-top:10px}.welcomeSection .resultbody .result_box .hd3{font-size:26px}.welcomeSection .resultbody .result_box .btns .btn{margin-right:15px}}@media(max-width: 330px){.welcomeSection .specialBox .boxContent{padding:40px 30px}.welcomeSection .specialBox .star{bottom:17%;right:5%}.welcomeSection .specialBox .round2{width:55px;height:55px}.welcomeSection .questionbody .quiz_box{padding-top:30px}.welcomeSection .questionbody .btns .btn{top:64%}.welcomeSection .resultbody .quiz_box{padding-top:30px}.welcomeSection .roundBtnArea .btn-dashed{width:110px;height:110px}}.BoxDiv1{position:relative;background:#efefef;padding:40px 40px 49px 40px;color:#444;height:100%}.BoxDiv1 h3{margin-top:13px}.BoxDiv1 h3:first-child{margin-top:0px}.BoxDiv1 *{color:#444}.BoxDiv1 .imbBox{margin-bottom:33px}.BoxDiv1 p:last-child{padding-bottom:0px}@media(max-width: 1024px){.BoxDiv1{padding-bottom:69px}.BoxDiv1 .imbBox{margin-bottom:55px}}@media(max-width: 767px){.BoxDiv1{padding:20px 20px 50px 20px}.BoxDiv1 h3{margin-top:11px}.BoxDiv1 .imbBox{margin-bottom:44px}}.MarketplaceSection.section_padding{padding-bottom:190px}.MarketplaceSection .marketList{margin-bottom:-30px;position:relative}.MarketplaceSection .marketList .boxMarket{padding:15px 15px 22px 15px;margin-bottom:30px;height:calc(100% - 30px)}.MarketplaceSection .marketList .boxMarket a{color:#232323}.MarketplaceSection .marketList .boxMarket a:hover{color:#209992}.MarketplaceSection .marketList .boxMarket .imgbox{border-radius:10px;overflow:hidden;margin:0px 0px 30px 0px;min-height:192px;max-height:192px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;padding-bottom:56.25%;height:0;overflow:hidden}.MarketplaceSection .marketList .boxMarket .imgbox img{width:100%;max-width:325px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.MarketplaceSection .marketList .boxMarket .imgbox video{position:absolute;-o-object-fit:cover;object-fit:cover;top:0;left:0;width:100%;height:100%}.MarketplaceSection .marketList .boxMarket h4{font-size:22px;line-height:26px;padding:0px;margin:0px 0px 17px 0px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.MarketplaceSection .marketList .boxMarket .price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#666;padding-bottom:16px}.MarketplaceSection .marketList .boxMarket .price span{font-size:16px;font-weight:500}.MarketplaceSection .marketList .boxMarket .price span:last-child{width:auto;text-align:right}.MarketplaceSection .marketList .boxMarket p{font-size:18px;line-height:20px;margin:0px;padding:0px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.MarketplaceSection .marketList .boxMarket:hover .imgbox img{-webkit-transform:scale(1.2);transform:scale(1.2);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.MarketplaceSection .marketList .btn-marketArea{position:absolute;bottom:-60px;left:0px}.MarketplaceSection .marketRight{height:100%}.MarketplaceSection .marketRight .transactionsList ul{padding-bottom:15px}.MarketplaceSection .marketRight .transactionsList ul li{position:relative;font-size:18px;overflow:hidden;background:#d8e1fe;border-radius:10px 10px 10px 10px;padding:20px;margin-bottom:10px}.MarketplaceSection .marketRight .transactionsList ul li:last-child{margin-bottom:0px}.MarketplaceSection .marketRight .transactionsList ul li p{position:relative;z-index:1;padding:0px;margin:0px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.MarketplaceSection .marketRight .transactionsList ul li p span{color:#666;display:block}.MarketplaceSection .marketRight .transactionsList ul li div{background:#bbc9f7;font-size:50px;line-height:.5;padding:15px 10px;margin:-20px -20px 10px -20px}.MarketplaceSection .marketRight .transactionsList ul li div span{font-size:20px;padding-right:4px}@media(max-width: 1700px){.MarketplaceSection .hd2.flexdiv img{max-width:270px}.MarketplaceSection .marketRight .transactionsList ul li{padding:18px 15px}.MarketplaceSection .marketRight .transactionsList ul li div{font-size:40px;margin:-18px -15px 10px -15px;padding:15px}.MarketplaceSection .marketRight .transactionsList ul li div span{font-size:18px}}@media(max-width: 1500px){.MarketplaceSection h4,.MarketplaceSection .hd4{font-size:24px}.MarketplaceSection .marketList .boxMarket .imgbox{min-height:140px;max-height:140px;margin-bottom:20px}.MarketplaceSection .marketList .boxMarket h4{font-size:20px;line-height:24px}.MarketplaceSection .marketRight .transactionsList ul li div{font-size:32px}.MarketplaceSection .marketRight .transactionsList ul li div span{font-size:16px}}@media(max-width: 1366px){.MarketplaceSection .hd4{font-size:22px;padding-bottom:10px}.MarketplaceSection .marketList .btn-marketArea{bottom:-55px}.MarketplaceSection .marketRight .transactionsList ul li{padding:15px}.MarketplaceSection .marketRight .transactionsList ul li div{font-size:28px}}@media(min-width: 992px)and (max-width: 1024px){.MarketplaceSection .setwidthmarket1{width:66.66666667%}.MarketplaceSection .setwidthmarket1 .widthset50per{width:50%}.MarketplaceSection .setwidthmarket2{width:33.33333333%}.MarketplaceSection .marketRight.padding30{padding:20px}}@media(max-width: 991px){.MarketplaceSection.section_padding{padding-bottom:70px}.MarketplaceSection .hd2.flexdiv{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.MarketplaceSection .marketList{margin-bottom:30px}.MarketplaceSection .marketList .btn-marketArea{bottom:inherit;position:relative;text-align:center;margin-top:10px}.MarketplaceSection .marketRight{height:auto;text-align:center}.MarketplaceSection .marketRight .transactionsList ul li div{text-align:left}}@media(max-width: 767px){.MarketplaceSection .marketList{margin-left:auto;margin-right:auto;max-width:90%}.MarketplaceSection .hd2{font-size:34px}.MarketplaceSection .hd2.flexdiv img{max-width:230px;margin-right:15px}}@media(max-width: 480px){.MarketplaceSection .hd2{font-size:32px}.MarketplaceSection .hd2.flexdiv img{max-width:160px}}@media(max-width: 400px){.MarketplaceSection .marketList{max-width:100%}.MarketplaceSection .hd2.flexdiv{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.CertificateSection{position:relative}.CertificateSection::before{content:"";position:absolute;z-index:1;right:0px;top:0px;width:62%;height:100%;background:#262593}.CertificateSection::after{content:"";position:absolute;z-index:1;right:0px;top:0px;width:62%;height:100%;background:url(../frontend/images/bg_uwr.jpg) no-repeat right top;background-size:100%;opacity:.2}.CertificateSection .container{position:relative;z-index:3}.CertificateSection .certiFicateRow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.CertificateSection .certiFicateRow .certileft{width:100%;max-width:44%}.CertificateSection .certiFicateRow .certileft .certiBoxImg{-webkit-box-shadow:0px 4px 40px 0px rgba(0,0,0,.4);box-shadow:0px 4px 40px 0px rgba(0,0,0,.4);border-radius:10px;overflow:hidden}.CertificateSection .certiFicateRow .certiRight{width:100%;max-width:56%}.CertificateSection .certiFicateRow .certiRight .certiText{color:#fff;padding-left:80px;max-width:774px}.CertificateSection .certiFicateRow .certiRight .certiText p:last-child{padding-bottom:0px}@media(max-width: 1700px){.CertificateSection::after{background-size:cover}}@media(max-width: 1500px){.CertificateSection .certiFicateRow .certiRight .certiText{padding-left:60px}}@media(max-width: 1024px){.CertificateSection .certiFicateRow{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.CertificateSection .certiFicateRow .certiRight .certiText{padding-left:40px}}@media(max-width: 991px){.CertificateSection::after,.CertificateSection::before{width:100%}.CertificateSection p{font-size:20px;line-height:28px}.CertificateSection .certiFicateRow{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.CertificateSection .certiFicateRow .certileft,.CertificateSection .certiFicateRow .certiRight{max-width:100%}.CertificateSection .certiFicateRow .certileft{margin-bottom:30px}.CertificateSection .certiFicateRow .certileft img{width:100%}.CertificateSection .certiFicateRow .certiRight .certiText{padding-left:0px}}@media(max-width: 380px){.CertificateSection p{font-size:18px;line-height:1.25}}.innerContainer{position:relative;z-index:2;margin-top:-117px}@media(min-width: 992px)and (max-width: 1024px){.innerContainer .MarketplaceSection .marketList .col-lg-3{width:33.33333333%}}@media(max-width: 767px){.innerContainer .MarketplaceSection .marketList{max-width:100%}}@media(max-width: 400px){.innerContainer .MarketplaceSection .hd2{padding-bottom:80px;text-align:center}.innerContainer .MarketplaceSection .hdNew .filterNewSection{top:42px;left:0px;right:0px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.innerContainer .MarketplaceSection .hdNew .filterNewSection .select2-container{padding-left:0px !important;padding-right:0px !important}}.bgSkyblue{background:#e9edff;border-radius:30px;padding:90px 50px;-webkit-box-shadow:0px 10px 50px 0px rgba(0,0,0,.29);box-shadow:0px 10px 50px 0px rgba(0,0,0,.29)}@media(max-width: 1500px){.bgSkyblue{padding:70px 50px}}@media(max-width: 991px){.bgSkyblue{padding:70px 15px}}.bgSkyblue1{background:#f1f4ff}.bgSkyblue2{background:#eff2ff;border-radius:30px;padding:70px 60px}.select2-drop{font-size:16px;background:#fff;border-color:#c5c5c5}.hdNew{position:relative}.hdNew .filterNewSection{position:absolute;right:0px;top:0px;z-index:9}@media(max-width: 1700px){.hdNew .filterNewSection{top:-11px}}@media(max-width: 991px){.hdNew .filterNewSection{top:-14px}}.serachSection .formarea .form-group{margin-bottom:0px}.serachSection .searchList{margin-bottom:20px}.serachSection .searchList ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0px -10px -20px -10px}.serachSection .searchList ul li{margin:0px 10px 20px 10px}.serachSection .searchList ul li.width365{width:365px}@media(max-width: 1500px){.serachSection .searchList ul li.width365{width:31%}}.serachSection .searchList ul li.width270{width:270px}.serachSection .searchList ul li.width250{width:250px}.serachSection .searchList ul li.width200{width:270px}.serachSection .searchList ul li.maxWidth150{max-width:150px}.serachSection .searchList ul .form-group{min-width:150px}.serachSection .filterSection{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.serachSection .filterSection i{font-style:normal}.serachSection .filterSection .btn{font-size:16px}.serachSection .filterSection .btn_clear{margin-right:20px;margin-bottom:13px}.serachSection .filterSection .listFilter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0px -10px -20px -10px}.serachSection .filterSection .listFilter .btn_clear{margin-right:30px}.serachSection .filterSection .listFilter .btn_brd{margin:0px 10px 20px 10px;color:#7281a3}@media(max-width: 1500px){.serachSection .filterSection .listFilter{margin:0px -8px -15px -8px}.serachSection .filterSection .listFilter .btn_brd{margin:0px 8px 15px 8px}}@media(max-width: 1366px){.serachSection .searchList ul li.width200{width:200px}}@media(min-width: 768px)and (max-width: 991px){.serachSection .searchList ul li.width365{width:100%}.serachSection .searchList ul li.width270{width:54%}}@media(max-width: 767px){.serachSection{padding:30px 20px}.serachSection .searchList ul li.width365,.serachSection .searchList ul li.width270,.serachSection .searchList ul li.width200{width:100%}.serachSection .searchList ul li:last-child{margin-bottom:0px}.serachSection .btn_search{width:auto}.serachSection .btn_search span{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.serachSection .btn_search span::after{content:"Search"}.serachSection .btn_search span i{margin-right:5px}}.pagetionSection,.paginationSection{margin-top:20px}.pagetionSection ul,.paginationSection ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.pagetionSection ul li,.paginationSection ul li{margin:0px 1px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.pagetionSection ul li a,.pagetionSection ul li span,.paginationSection ul li a,.paginationSection ul li span{width:30px;height:30px;line-height:30px;text-align:center;display:block;color:#000;font-size:18px;font-weight:500}.pagetionSection ul li:hover a,.pagetionSection ul li:hover span,.pagetionSection ul li.active a,.pagetionSection ul li.active span,.paginationSection ul li:hover a,.paginationSection ul li:hover span,.paginationSection ul li.active a,.paginationSection ul li.active span{color:#01246d}.pagetionSection ul li.previous a,.pagetionSection ul li.next a,.paginationSection ul li.previous a,.paginationSection ul li.next a{border:#01246d solid 1px;border-radius:5px}.pagetionSection ul li.previous a,.paginationSection ul li.previous a{display:block;background:url(../frontend/images/arrow_left.png) no-repeat center center}.pagetionSection ul li.previous:hover a,.pagetionSection ul li.previous.active a,.paginationSection ul li.previous:hover a,.paginationSection ul li.previous.active a{display:block;background:url(../frontend/images/arrow_left_hover.png) no-repeat center center #01246d}.pagetionSection ul li.next a,.paginationSection ul li.next a{display:block;background:url(../frontend/images/arrow_right.png) no-repeat center center}.pagetionSection ul li.next:hover a,.pagetionSection ul li.next.active a,.paginationSection ul li.next:hover a,.paginationSection ul li.next.active a{display:block;background:url(../frontend/images/arrow_right_hover.png) no-repeat center center #01246d}.detail_tital .max680{max-width:1024px}@media(max-width: 1366px){.detail_tital{max-width:884px}}@media(max-width: 767px){.detail_tital{min-height:240px}}.productDetailSection .productDetailContent .btn{font-weight:600}.productDetailSection .productDetailContent .productBox{margin-bottom:32px}.productDetailSection .productDetailContent .productBox .padd30{padding:30px}.productDetailSection .productDetailContent .productBox .detail_type ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-28px}.productDetailSection .productDetailContent .productBox .detail_type ul li{width:50%;padding:0px 0px 28px 0px;line-height:1.2}.productDetailSection .productDetailContent .productBox .detail_type ul li.full{width:100%}.productDetailSection .productDetailContent .productBox .detail_type .fulldiv ul li label{font-size:20px}.productDetailSection .productDetailContent .productBox .detail_type .fulldiv ul li input{margin-top:3px}.productDetailSection .productDetailContent .productBox .detail_type .tableSpecial1{width:100%;border-collapse:collapse;border:0;margin-top:10px}.productDetailSection .productDetailContent .productBox .detail_type .tableSpecial1 tr td,.productDetailSection .productDetailContent .productBox .detail_type .tableSpecial1 tr th{padding:5px;font-size:20px}.productDetailSection .productDetailContent .productBox .detail_type .tableSpecial1 tr td .hd5,.productDetailSection .productDetailContent .productBox .detail_type .tableSpecial1 tr th .hd5{padding-bottom:0px}.productDetailSection .productDetailContent .productBox .detail_type .tableSpecial1 tr td .form-check,.productDetailSection .productDetailContent .productBox .detail_type .tableSpecial1 tr th .form-check{padding:0px}.productDetailSection .productDetailContent .productBox .detail_type .tableSpecial1 tr td .form-check-input,.productDetailSection .productDetailContent .productBox .detail_type .tableSpecial1 tr th .form-check-input{width:22px;height:22px}.productDetailSection .productDetailContent .productBox .detail_price{background:#002a88}.productDetailSection .productDetailContent .productBox .detail_price *{color:#fff}.productDetailSection .productDetailContent .productBox .detail_price ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-28px;width:83.33333333%}.productDetailSection .productDetailContent .productBox .detail_price ul li{width:50%;padding:0px 0px 28px 0px}.productDetailSection .productDetailContent .enterRous{max-width:340px;padding-bottom:5px}.productDetailSection .productRight{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.productDetailSection .productRight .vidoBoxMain{padding-bottom:56.25%;height:0;overflow:hidden}.productDetailSection .productRight .vidoBox{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:10px;overflow:hidden;max-width:670px;width:100%;padding-bottom:56.25%;height:0;overflow:hidden}.productDetailSection .productRight .vidoBox span,.productDetailSection .productRight .vidoBox button{position:absolute;z-index:2;width:100%;height:100%;left:0px;top:0px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.productDetailSection .productRight .vidoBox div,.productDetailSection .productRight .vidoBox video{position:relative;z-index:1;display:block}.productDetailSection .productRight .vidoBox button{position:absolute;left:0px;top:0px;right:0px;bottom:0px;background:none;background:none;border:none}.productDetailSection .productRight .vidoBox video{position:absolute;-o-object-fit:cover;object-fit:cover;top:0;left:0;width:100%;height:100%}.productDetailSection .buy_and_retire .commanForm{position:relative}.productDetailSection .buy_and_retire .commanForm.dividerVerical::before{content:"";position:absolute;top:0px;left:40.66666667%;width:1px;height:100%;background:#d2d7ed}.productDetailSection .buy_and_retire .leftBox{max-width:356px}.productDetailSection .buy_and_retire .RightBox{max-width:705px;margin-left:20px}.productDetailSection .commantabSection{margin:50px 0px 0px 0px}.productDetailSection .commantabSection .textareabox{position:relative}.productDetailSection .commantabSection .textareabox .text-note{position:absolute;right:0px;bottom:-25px;padding:0px;margin:0px}.productDetailSection .commanForm .form-control{background:#ececec;border:none !important;border-radius:0px !important}.productDetailSection .commanForm .form-control:focus,.productDetailSection .commanForm .form-control:hover{background:#ececec !important}.productDetailSection .commanForm .text-note{font-size:16px}.productDetailSection .commanForm .last{margin-bottom:0px;padding-bottom:0px}@media(max-width: 1400px){.productDetailSection .productDetailContent .productBox .detail_type .fulldiv ul li label{font-size:18px}.productDetailSection .productDetailContent .productBox .detail_type .fulldiv ul li input{margin-top:5px}.productDetailSection .buy_and_retire .RightBox{margin-left:13px}}@media(max-width: 1024px){.productDetailSection .productDetailContent .productBox .padd30{padding:20px 15px}.productDetailSection .productRight{margin-bottom:20px}.productDetailSection .productRight .vidoBox{max-width:100%}.productDetailSection .buy_and_retire .commanForm.bgSkyblue2{padding:30px}.productDetailSection .buy_and_retire .leftBox{max-width:100%}.productDetailSection .buy_and_retire .RightBox{margin-left:0;margin-top:30px}}@media(max-width: 767px){.productDetailSection .productDetailContent .btn_flex{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.productDetailSection .productDetailContent .btn_flex .btn:last-child{margin-right:0px}.productDetailSection .productDetailContent .btn-marketArea{text-align:center}}@media(max-width: 575px){.productDetailSection .productDetailContent .productBox .detail_type .col-lg-2{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.productDetailSection .productDetailContent .productBox .detail_type .barcosd{margin-bottom:10px}.productDetailSection .productDetailContent .productBox .detail_price ul{width:100%}.productDetailSection .productDetailContent .productBox .detail_price ul li{width:calc(100% - 110px)}.productDetailSection .productDetailContent .productBox .detail_price ul li:last-child{width:110px}}@media(max-width: 480px){.productDetailSection .productDetailContent .productBox .detail_type .col-lg-2{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.productDetailSection .productDetailContent .productBox .detail_type .typeLocation li{width:100%;text-align:center}.productDetailSection .productDetailContent .productBox .detail_type .tableSpecial1 tr td{font-size:18px}.productDetailSection .productDetailContent .productBox .detail_type .detail_type ul{margin-bottom:0px}.productDetailSection .productDetailContent .productBox .detail_type .detail_type ul li{text-align:center}.productDetailSection .productDetailContent .btn_flex .btn{margin-right:15px}.productDetailSection .productDetailContent .btn_flex .btn_comman{padding-left:10px;padding-right:10px;width:50%}}@media(max-width: 400px){.productDetailSection .productDetailContent .productBox .hd5{font-size:16px}.productDetailSection .productDetailContent .productBox .detail_type .tableSpecial1 tr:first-child td{vertical-align:top}.productDetailSection .productDetailContent .productBox .detail_type .tableSpecial1 tr td{font-size:16px}.productDetailSection .productDetailContent .productBox .detail_type .tableSpecial1 tr td:first-child{width:66px}.productDetailSection .productDetailContent .productBox .detail_type .tableSpecial1 tr td:last-child{width:101px}.productDetailSection .productDetailContent .productBox .detail_type .tableSpecial1 tr td input[type=radio],.productDetailSection .productDetailContent .productBox .detail_type .tableSpecial1 tr td input[type=checkbox]{margin:0px auto}.productDetailSection .productDetailContent .productBox .detail_type .tableSpecial1 tr td .form-check{margin-bottom:0px !important}.productDetailSection .productDetailContent .productBox .detail_price ul{width:100%}.productDetailSection .productDetailContent .productBox .detail_price ul li{width:calc(100% - 110px)}.productDetailSection .productDetailContent .productBox .detail_price ul li:last-child{width:110px;text-align:center}}.certificateSection1{max-width:970px;width:100%;background:url(../../frontend/images/design.png) no-repeat right bottom #fff;background-size:280px;-webkit-box-shadow:0px 4px 40px 0px rgba(0,0,0,.2);box-shadow:0px 4px 40px 0px rgba(0,0,0,.2);position:relative;border-bottom:15px solid #37b8fa;padding:30px 50px;margin:100px auto;min-height:580px;font-size:14px;color:#325f94;line-height:22px}.certificateSection1 p,.certificateSection1 div,.certificateSection1 td{font-size:14px;color:#325f94;line-height:22px}.certificateSection1 strong{margin-bottom:0px !important}.certificateSection1 table{border:none;border-collapse:collapse;width:100%}.certificateSection1 table tr td{line-height:18px}.certificateSection1 .colorlight{color:#9eb0cf !important}.certificateSection1 .reasonText{color:#393ec8 !important}.certificateSection1 .certiHeader{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.certificateSection1 .certiHeader .hdName{width:68%;text-align:center;padding:1px 10px;font-size:25px;font-weight:400;color:#3a7cb7;line-height:25px}.certificateSection1 .certiHeader .hdName strong{font-size:31px;font-weight:600;display:block}.certificateSection1 .certiHeader .hdLogo{width:32%;text-align:left}.certificateSection1 .certiHeader .hdLogo img{max-width:170px}.certificateSection1 .certiMiddal{padding:30px 0px 50px 0px;max-width:600px}.certificateSection1 .certiMiddal .retiredArea{padding-bottom:10px}.certificateSection1 .certiMiddal .retiredArea strong{color:#075d31;font-size:16px;padding-right:5px}.certificateSection1 .certiMiddal .retiredArea .byArea{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-bottom:5px}.certificateSection1 .certiMiddal .retiredArea .reasonArea{border-bottom:#77b64b solid 2px;padding-bottom:7px}.certificateSection1 .certiMiddal .retiredArea .reasonArea table tr td{vertical-align:top}.certificateSection1 .certiMiddal .ulLi li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-bottom:4px}.certificateSection1 .certiMiddal .ulLi li div{padding-right:7px}.certificateSection1 .certiMiddal .ulLi li span{line-height:18px}.certificateSection1 .certiMiddal .li3part .ulLi{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.certificateSection1 .certiMiddal .li3part .ulLi li{padding-right:18px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.certificateSection1 .certiMiddal .li3part .ulLi li:first-child{width:45%}.certificateSection1 .certiMiddal .li3part .ulLi li:last-child{padding-right:0px}.certificateSection1 .certiFooter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;max-width:600px}.certificateSection1 .certiFooter div{font-size:16px !important;color:#075d31 !important}.certificateSection1 .certiFooter .qrCodeBox{width:32%;text-align:center}.certificateSection1 .certiFooter .qrCodeBox div{padding-bottom:10px}.certificateSection1 .certiFooter .rightfooter{width:67%;text-align:center}.successBox{max-width:600px;margin:0 auto}.successbannerArea.banner_area .innerBanner{min-height:700px}.termsCndtn h2{color:#000;font-weight:500}.termsCndtn p{padding-bottom:15px}.termsCndtn .spc15{padding:10px 0}.termsCndtn h3{font-size:30px;line-height:30px;padding-bottom:20px;font-weight:500;color:#01246d}.termsCndtn ol,.termsCndtn ul{padding-left:0}.termsCndtn ol li,.termsCndtn ul li{position:relative;padding-left:15px}.termsCndtn ol li:before,.termsCndtn ul li:before{content:"";position:absolute;top:8px;left:0;background:#002a88;width:8px;height:8px;border-radius:50%}.question7 .option_list{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.question7 .dishwashing-options p{font-size:16px;color:#232323;font-weight:400;letter-spacing:.5px;padding-bottom:20px}.question7 .dishwashing-options .counter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.question7 .dishwashing-options .counter .count{padding:0 15px;min-width:50px}.question7 .dishwashing-options .counter button{background:#01246d;color:#fff;border:0;height:40px;width:40px;border-radius:50%}.question10 .input-container{border-radius:20px;border:2px solid #01246d;padding:5px 20px 5px 10px;color:#232323;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.question10 .input-container input{background:rgba(0,0,0,0);border:0;color:#fff;font-size:16px;line-height:18px;height:100%;min-height:40px;padding:0 10px;outline:0 !important;color:#232323}.question10 .input-container ::-webkit-input-placeholder{color:#232323;opacity:1}.question10 .input-container ::-moz-placeholder{color:#232323;opacity:1}.question10 .input-container :-ms-input-placeholder{color:#232323;opacity:1}.question10 .input-container ::-ms-input-placeholder{color:#232323;opacity:1}.question10 .input-container ::placeholder{color:#232323;opacity:1}.question10 .input-container ::-ms-input-placeholder{color:#232323}.fotter_area{background:#c7d1ff;font-size:20px;color:#232323;font-weight:300;padding:100px 0px 95px 0px}.fotter_area a{color:#232323}.fotter_area .footerRaw{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fotter_area .footerLeft{width:100%;max-width:330px}.fotter_area .footerRight{width:calc(100% - 330px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.fotter_area .footerRight .footer_navi{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0px}.fotter_area .footerRight .footer_navi ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fotter_area .footerRight .footer_navi ul li{font-size:22px;padding-right:40px}.fotter_area .footerRight .footer_navi ul li:last-child{padding-right:0px}.fotter_area .footerRight .footer_navi ul li a:hover{color:#512cdc}.fotter_area .footerRight .footer_navi ul li.active a{color:#512cdc}.fotter_area .footerRight .copyright{padding:22px 0px}.fotter_area .footerRight .copyright img{margin-right:3px}@media(max-width: 1700px){.fotter_area .footerLeft{max-width:280px}}@media(max-width: 1600px){.fotter_area{font-size:18px}.fotter_area .footerRight .copyright{padding:20px 0px 15px 0px}}@media(max-width: 1500px){.fotter_area{font-size:18px}.fotter_area .footerLeft{max-width:200px}.fotter_area .footerRight .footer_navi ul li{font-size:20px}}@media(max-width: 1366px){.fotter_area{padding:80px 0px;font-size:17px}.fotter_area .footerLeft{max-width:180px}.fotter_area .footerRight .copyright img{max-width:17px}}@media(max-width: 991px){.fotter_area{padding:40px 0px}.fotter_area .footerLeft{max-width:150px}.fotter_area .footerRight{width:calc(100% - 150px)}.fotter_area .footerRight .footer_navi ul li{padding-right:30px}}@media(max-width: 767px){.fotter_area .footerRaw{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.fotter_area .footerLeft{max-width:100%;width:100%;text-align:center;margin-bottom:20px}.fotter_area .footerLeft .footerLogo{max-width:220px;margin:0px auto}.fotter_area .footerRight{width:100%;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.fotter_area .footerRight .footer_navi{display:block;width:100%}.fotter_area .footerRight .footer_navi ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-top:#a5aed5 solid 1px;margin:20px 0px}.fotter_area .footerRight .footer_navi ul li{padding-right:0px;width:100%}.fotter_area .footerRight .footer_navi ul li a{display:block;text-align:center;padding:7px 5px;border-bottom:#a5aed5 solid 1px}.fotter_area .footerRight .copyright{padding-bottom:7px}}@media(max-width: 767px){.fotter_area .footerLeft .footerLogo{max-width:170px}}@media(max-width: 360px){.fotter_area{font-size:15px}}#toTop{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:40px;height:40px;border-radius:100%;background:#ca5d45;color:#fff;text-align:center;padding:5px;position:fixed;bottom:16px;right:15px;cursor:pointer;display:none;font-size:26px;line-height:26px;z-index:9}#toTop:hover{background:#495e78;color:#fff !important}@media(max-width: 767px){.mobileTextCenter{text-align:center}}@media(max-width: 400px){.textcenter400{text-align:center}}.bullet li{position:relative;padding-left:15px}.bullet li::before{content:"";position:absolute;top:8px;left:0;background:#002a88;width:8px;height:8px;border-radius:50%}.faqSection .accordion .accordion-header{padding-bottom:0px}.faqSection .accordion .accordion-header .accordion-button{font-size:28px;line-height:30px;padding-bottom:20px;font-weight:500;color:#01246d}.faqSection .accordion .accordion-body p:last-child{padding-bottom:0px}.faqSection .accordion-button:focus{-webkit-box-shadow:none;box-shadow:none}@media(max-width: 767px){.faqSection .accordion .accordion-header .accordion-button{font-size:24px;line-height:28px}}/*# sourceMappingURL=style.min.css.map */
