@charset "utf-8";

@font-face{ font-family:baseFont; src:url(../fonts/roboto.ttf);}
/* @font-face{ font-family:titleFont; src:url(../fonts/roboto.ttf);}*/
@font-face{ font-family:titleFont; src:url(../fonts/titleFont.ttf); } 
@font-face{ font-family:subTitleFont; src:url(../fonts/Corbert.otf); }

body{ margin:0px; padding:0px; font-family:baseFont; font-size:14px; color:#000; overflow-y:scroll; font-weight:normal; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, label, div, input, select, textarea{ margin:0px; padding:0px; float:left; box-sizing:border-box;}
input, select, textarea{ margin:0px; padding:0px; float:left; box-sizing:border-box; outline:0px; box-shadow:0px;}
h1, h2, h3, h4, h5, h6, ol, ul, li, a, span, p{ margin:0px; padding:0px; float:left; box-sizing:border-box;}
a{ text-decoration:none; box-sizing:border-box;}
h1{ font-size:30px;}
h2{ font-size:24px;}
h3{ font-size:20px;}
h4{ font-size:16px;}
h5{ font-size:14px;}
h6{ font-size:13px;}
img{ display:table; margin:0 auto; box-sizing:border-box;}
.lineheight{line-height:20px;}
.lineheightExtra{line-height:24px;}
.clear{ clear:both;}
.borderNone{ border:none!important;}
.boxsizing{ box-sizing:border-box;}
.fontBold{ font-weight:bold;}
.fontweightNone{ font-weight:normal;}
.floatNone{ float:none;}
.posRelative{ position:relative;}
.minWidth100{ width:100px!important}
.menuIcon{ display:none;}
.closeIcon{ display:none;}
.displayNone{ display:none; }
.displayBlock{ display:block; }
.overflowDot{ overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.upperCase{ text-transform:uppercase;}
.seprater{ background:#333; border-bottom:solid 1px #444; height:2px; width:100%;}
.mobGap{ display:none;}
.img100Percent img{ width:100%; height:100%;}
.baseFont{ font-family:baseFont!important;}
.titleFont{font-family:titleFont;}
.subTitleFont{font-family:subTitleFont;}
.font11{ font-size:11px;}
.font14{ font-size:14px!important;}
.font16{ font-size:16px;}
.font20{ font-size:20px;}
.font22{ font-size:22px;}
.font24{ font-size:24px;}
.font28{ font-size:28px!important;}
.font36{ font-size:36px; line-height:42px;}
.font50{ font-size:50px; line-height:60px;}
.widthAuto{ width:auto;}
.cursorPointer{ cursor:pointer;}
.resizeNone{resize:none;}
.gapping{padding:50px 0;}
.boxShadow{box-shadow:5px 5px 5px #666;}
.textShadow{text-shadow:0px 3px 3px #000;}


/*error or success class*/
.alertBox{ width:100%; padding:10px; box-sizing:border-box; float:left; margin:0px 0px 10px; line-height:25px; border-radius:5px; text-align:center;}
.error, .field-error{ background-color:#FCE3E9!important; color:#a94442!important; border:solid 1px #9B0000!important;}
.success{ background-color:#dff0d8!important; color:#3c763d!important; border:solid 1px #d6e9c6!important;}
.notification{ background-color:#d9edf7!important; color:#31708f!important; border:solid 1px #bce8f1!important;}
.warning{background-color:#fbf4d6!important; color:#86721d!important; border:solid 1px #e9ddac!important;}
.invalid-feedback {color:#a94442!important;}

/*border*/
.borderNone{ border:0px;}
.borderTop{ border-top:solid 1px #ccc;}
.borderBottom{ border-bottom:solid 1px #ccc;}
.borderRight{ border-right:solid 1px #ccc;}
.borderLeft{ border-left:solid 1px #ccc;}
.borderDashed{ border:1px dashed #999999!important;}
.borderAll{ border:solid 1px #ddd;}

.pull_left, .floatLeft{ float:left!important;}
.pull_right, .floatRight{ float:right!important;}

/*align Text*/
.alignRight{text-align:right!important;}
.alignCenter{ text-align:center!important;}
.alignLeft{ text-align:left!important;}
.alignJustify{ text-align:justify!important;}
.wordBreak{word-break: break-all;}

/*margin*/
.marginRight{ margin-right:10px;}
.marginLeft{ margin-left:10px;}
.marginTop{ margin-top:10px;}
.marginBottom{ margin-bottom:10px;}
.marginNone{ margin:0px!important;}
.marginLeftNone{ margin-left:0px!important;}
.marginRightNone{ margin-right:0px!important;}
.marginTopNone{ margin-top:0px!important;}
.marginBottomNone{ margin-bottom:0px!important;}

/*padding*/
.paddingRight{ padding-right:10px;}
.paddingLeft{ padding-left:10px;}
.paddingTop{ padding-top:10px;}
.paddingBottom{ padding-bottom:10px;}
.paddingNone{ padding:0px!important;}
.paddingLeftNone{ padding-left:0px!important;}
.paddingRightNone{ padding-right:0px!important;}
.paddingTopNone{ padding-top:0px!important;}
.paddingBottomNone{ padding-bottom:0px!important;}

/*In Box*/
.padding-sm{ padding:5px;}
.paddingInBox{ padding:10px;}
.paddingInBoxExtra{ padding:20px;}
.paddingupdwn{ padding-top:10px; padding-bottom:10px;}
.paddinglftrgt{ padding-left:15px; padding-right:15px;}
.padding-sm-updwn{ padding-top:5px; padding-bottom:5px;}
.padding-sm-lftrgt{ padding-left:5px; padding-right:5px;}

/*rounded Corners*/
.roundCorner{border-radius:5px;}
.roundCornerExtra{border-radius:10px;}
.radius-1-0-0-1{ border-radius:10px 0px 0px 10px;}
.radius-0-1-1-0{ border-radius:0px 10px 10px 0px;}
.radius-0-0-1-1{ border-radius:0px 0px 10px 10px;}
.radius-1-1-0-0{ border-radius:10px 10px 0px 0px;}
.circle{border-radius:100%;}
.radiusNone{ border-radius:0px!important;}

/*btn css*/
.btn-sm{ padding:2px 5px; border:none; font-family:baseFont; font-size:12px; margin-bottom:10px; font-weight:normal; box-sizing:border-box;}
.btn{ border-radius:5px; padding:5px 10px; cursor:pointer; border:none; font-family:baseFont; font-size:14px; margin-bottom:10px; font-weight:normal; box-sizing:border-box;}
.btn-lg{ border-radius:5px; padding:10px 20px; cursor:pointer; border:none; font-family:baseFont; font-size:16px; margin-bottom:10px; font-weight:normal; box-sizing:border-box;}
.btn-xl{ border-radius:5px; padding:20px 40px; cursor:pointer; border:none; font-family:baseFont; font-size:22px; margin-bottom:10px; font-weight:normal; box-sizing:border-box;}

.btn-sm[type="button"], .btn[type="button"], .btn-lg[type="button"], .btn-xl[type="button"], .btn-sm[type="submit"], .btn[type="submit"], .btn-lg[type="submit"], .btn-xl[type="submit"]{appearance:button; -webkit-appearance:button;}

.primary-btn{ background:#1d9ece; color:#fff;}
.primary-btn:hover{ background-color:#fff!important; color:#1d9ece;}
.secondry-btn{ background:#1d9ece; color:#fff;}
.secondry-btn:hover{ background-color:#333; color:#fff;}
.custom-btn{ background:#fff; color:#1d9ece;}
.custom-btn:hover{ background-color:#1d9ece; color:#fff;}
.btn + .btn{ margin-left:10px;}

/*Font colors*/
.white{ color:#fff;}
.black{ color:#000;}
.yellow{ color:#f5a233;}
.pink{ color:#c9344d;}
.green{ color:#00732f;}
.blue{ color:#1d9ece;}
.lightBlue{color:#c0e2fb;}
.grey{ color:#5e5b5b;}
.lightGrey{color:#c1c1c1}
.red{ color:#c42c2c;}
.orange{ color:#1d9ece;}
.blueBG{ background:#1d9ece;}
.LightblueBG{ background:#1d9ece;}
.blackBG{ background:#000;}
.whiteBG{ background:#fff;}
.greyBG{ background:#f1f1f1;}
.darkGreyBG{ background:#ddd;}
.blackBG{ background:#000;}
.redBG{ background:#c42c2c;}
.orangeBG{ background:#1d9ece;}
.skyBlueBG{ background:#b4defc;}

/*link*/
.link a{ color:#000; font-size:16px; padding:5px 15px; margin:10px 5px 10px 0px; background:#f1f1f1; border:solid 1px #ddd; border-bottom:solid 3px #1d9ece; line-height:24px;}
.link a:hover{ color:#fff; background:#333;}

/*form-controls*/
.label{ line-height:32px;}
.form-control{ width:100%; padding:10px; box-sizing:border-box; border:none; margin-bottom:10px; font-family:baseFont; font-size:14px; line-height:20px;}
.form-control-sm{ width:100%; padding:5px 10px; box-sizing:border-box; border:solid 1px #ddd; margin-bottom:10px; font-family:baseFont; font-size:14px; line-height:20px; border-radius:3px; background:#fff;}
.form-control-input{ width:100%; padding:10px 10px; box-sizing:border-box; border-radius:5px; border:solid 1px #ddd; margin-bottom:10px; resize:none; font-family:baseFont; font-size:14px; line-height:22px; background:#fff; outline:none;}
.form-control-input-lg{ width:100%; padding:10px 15px; box-sizing:border-box; border-radius:5px; border:solid 1px #ddd; margin-bottom:10px; resize:none; font-family:baseFont; font-size:16px; line-height:22px; background:#fff; outline:none;}


/*width Definations*/
.col-sm-1{ width:10%; min-height:1px;}
.col-sm-2{ width:20%; min-height:1px;}
.col-sm-3{ width:30%; min-height:1px;}
.col-sm-4{ width:40%; min-height:1px;}
.col-sm-5{ width:50%; min-height:1px;}
.col-sm-6{ width:60%; min-height:1px;}
.col-sm-7{ width:70%; min-height:1px;}
.col-sm-8{ width:80%; min-height:1px;}
.col-sm-9{ width:90%; min-height:1px;}
.col-sm-1Forth{ width:25%; min-height:1px;}
.col-sm-1Third{ width:33.33%; min-height:1px;}
.col-sm-3Forth{ width:75%; min-height:1px;}

/*containers*/
.wrapper{width:100%;}
.row{width:100%;}
.container{ margin:0 auto; float:none; display:table;}
.wrap{width:1280px; margin:0px auto; display:table; float:none;}
.content{}
.content h1{ width:100%; font-family:titleFont; font-size:36px; color:#1d9ece; font-weight:normal; line-height:42px; margin-bottom:10px; padding-bottom:10px;}
.content h2{ width:100%; font-size:28px; color:#1d9ece; font-weight:normal; line-height:32px; margin-bottom:10px; padding-bottom:10px; border-bottom:solid 1px #ddd;}
.content h3{ width:100%; font-size:28px; color:#000; font-weight:normal; line-height:32px; margin-bottom:10px; padding-bottom:10px; border-bottom:solid 1px #ddd;}
.content h4{ width:100%; font-size:20px; color:#000; font-weight:normal; line-height:28px; margin-bottom:10px;}
.content h5{ width:100%; font-size:18px; color:#000; font-weight:normal; line-height:24px; margin-bottom:10px;}
.content p{ width:100%; font-size:14px; text-align:justify; line-height:22px; margin-bottom:20px; padding:0px;}
.content ul{ list-style:outside; width:97%; margin:0px 0px 10px 3%;}
.content ul li{ width:100%; padding:0px 0px 5px; line-height:22px; font-size:14px;}
.content ol{ list-style:outside; width:97%; margin:0px 0px 10px 3%;}
.content ol li{ width:100%; padding:0px 0px 3px; line-height:22px; font-size:14px;}


/*theme styles*/
.headerSection{ width:100%; position:relative; padding:0px; border-bottom:solid 5px #1d9ece;}
.header{background: #1d9ece;
background: -moz-linear-gradient(top,  #1d9ece 0%, #1d67c6 100%);
background: -webkit-linear-gradient(top,  #1d9ece 0%,#1d67c6 100%);
background: linear-gradient(to bottom,  #1d9ece 0%,#1d67c6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d9ece', endColorstr='#1d67c6',GradientType=0 );}
.height400{ height:400px;}
.logoPanel{ padding:10px 0px; width:auto; background:#fff; position:relative;}
.navigation{ padding:0px 0px; width:100%;}
.navigation ul{ margin:0px auto; display:table; float:none; padding:0px; list-style:none; /*width:80%;*/}
.navigation ul li{ margin:0px; padding:0px; position:relative;}
.navigation ul li a{ padding:21px 25px; margin:0px; color:#fff; font-size:16px; min-width:130px; text-align:center; position:relative; border-right:1px solid #389de8;}
.navigation ul li a:hover, .navigation ul li a.active{ color:#fff;background: #1d67c6;
background: -moz-linear-gradient(top,  #1d67c6 0%, #1d9ece 100%);
background: -webkit-linear-gradient(top,  #1d67c6 0%,#1d9ece 100%);
background: linear-gradient(to bottom,  #1d67c6 0%,#1d9ece 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d67c6', endColorstr='#1d9ece',GradientType=0 );
}/*#02254c*/
.navigation ul li:last-child a{ border:none;}
.navigation ul li ul{ display:none; width:200px; position:absolute; left:0px; top:63px; z-index:1; background:rgba(29,103,198,0.9);}/*#02254c*/
.navigation ul li ul:before{ content:""; position:absolute; left:30px; top:-13px; border:solid 7px; border-color:transparent transparent #1d67c6 transparent;}
.navigation ul li:hover ul{ display:block;}
.navigation ul li ul li{ width:100%;}
.navigation ul li ul li a{ color:#fff; width:100%; text-align:left; border-bottom:solid 1px #0067b3; border-radius:0px; padding:10px 20px;}
.navigation ul li ul li a:hover{ background:#1d9ece;/*#02254c*/ color:#fff;}
.navigation ul li a i{ margin-right:5px;}



.bannerPannel{background:url(../images/banner-bg.jpg) 0 0/100% auto scroll no-repeat; width:100%; position:relative; border-bottom:solid 5px #1d9ece; overflow:hidden;}
.premium{background:url(../images/premium.jpg) 0 -200px/100% auto scroll no-repeat;}
.book-ap{background:url(../images/book-ap.jpg) 0 -200px/100% auto scroll no-repeat;}
/*.bannerPannel:before{ content:""; position:absolute; left:0px; bottom:0px; border-style:solid; border-width:80px 480px; border-color:transparent transparent #fff #fff;}
.bannerPannel:after{ content:""; position:absolute; right:0px; bottom:0px; border-style:solid; border-width:80px 480px; border-color:transparent #fff #fff transparent;}*/
.bannerWelcome{ position:absolute; left:0px; right:0px; margin:auto; top:25px; color:#fff; font-size:20px; text-align:center;}
hr{ width:100%; height:1px; border:none; margin:15px auto; float:none; display:inline-block; background:-moz-linear-gradient(left,  rgba(242,74,54,0) 0%, rgba(193,44,53,1) 50%, rgba(242,74,54,0) 100%);
background:-webkit-linear-gradient(left,  rgba(242,74,54,0) 0%,rgba(193,44,53,1) 50%,rgba(242,74,54,0) 100%);
background:linear-gradient(to right,  rgba(242,74,54,0) 0%,rgba(193,44,53,1) 50%,rgba(242,74,54,0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f24a36', endColorstr='#00f24a36',GradientType=1 );}
.serviceBox{ width:93%; border-radius:10px; height:235px; border:solid 1px #ddd; color:#333; float:none; display:block; margin:-130px auto 0px; padding:20px 10px; position:relative; font-size:15px; line-height:20px; animation:hover 3s ease-in-out infinite; background:#ffffff;
background:-moz-linear-gradient(top,  #ffffff 0%, #ffffff 73%, #f1f1f1 100%);
background:-webkit-linear-gradient(top,  #ffffff 0%,#ffffff 73%,#f1f1f1 100%);
background:linear-gradient(to bottom,  #ffffff 0%,#ffffff 73%,#f1f1f1 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );}
/*.serviceBox:after{ content:""; position:absolute; right:-19px; top:-20px; width:105%; height:105%; border:solid 15px; border-color:transparent #1d9ece #1d9ece ; border-radius:100%;}*/
.serviceBox:hover:after{ transform:rotate(360deg); transition-duration:1s;}
.margin140{margin-top:-140px;}
.shield{ padding:40px 20px; background:#fff; border:solid 2px #ddd; position:absolute; left:0px; top:-70px; width:170px; line-height:140px; text-align:center; margin:0px 0px 0px 20px;}
.shield:hover{ transform:scale(1.03); border-radius:10px;}
.service-menu{ float:right; width:80%;}
.step{ width:100%; margin:0px 0px 40px;}
.stepImgWrap{ width:30%; margin:0;  animation:hover 3s ease-in-out infinite;}
.stepImg{ padding:35px 20px 30px; background:#1d9ece; border-radius:100%; width:120px; height:120px; text-align:center; margin:0px 0px 0px 30px; position:relative;}
.stepImg:after{ content:""; position:absolute; right:-62px; top:54px; width:62px; background:#ddd; height:2px;}
.stepContent{ width:70%; margin:0; background:#f7f7f7; border:dashed 2px #ddd; padding:20px 20px; text-align:left; color:#000; border-radius:10px;}
.excel{ padding:10px 20px 10px 60px; background:#fff; border-radius:5px; border:solid 1px #ddd;}
.select{ height:43px;}
/*.link1 a { color:#0067b3; font-size:18px; line-height:18px; padding:0px 19px;  margin:17px 0px; text-decoration:none; position:relative; border-left:solid 1px #105a8f;}*/
.link1 a { color:#fff; font-size:13px; line-height:20px; padding:0px 10px;  margin:5px 0px; text-decoration:none; position:relative;}
.link1 a:hover{ text-decoration:underline;}
.contactInfoBox{ position:absolute; right:100px; top:-40px; width:400px; padding:30px 25px; border:solid 1px #ddd; background:#fff; font-size:16px; border-radius:50px 0px 50px 0px; box-shadow:0px 0px 5px #ddd;}
.innerheight{ height:170px;}
.breadcrumb{position:relative;text-align:center;display:inline-block;}
.breadcrumb a { color:#1d9ece; padding:8px 8px;text-decoration:none;}
.breadcrumb a:last-child{ color:#666;}
.breadcrumb .sep { color:#000;padding:8px 2px;text-decoration:none;}

.tab-panel{padding:0px; margin:10px 0px; width:100%;}
.tabs-menu { width:100%; margin:0px; padding:0px; list-style:none;}
.tabs-menu li { margin-bottom:-1px; margin-right:5px;}
.tabs-menu li a { padding:10px 25px; color:#1d9ece; font-size:30px; border-bottom:solid 5px #fff;}
.tabs-menu li.current a, .tabs-menu li a:hover { color:#1d9ece; border-bottom:solid 5px #1d9ece;}
.tab { border-top:1px solid #cdd6de; background-color:#fff; width:100%;}
.tab-content { width:100%; padding:30px 0px; display:none; box-sizing:border-box; font-size:16px;}
.tab-content p{ line-height:24px; margin:0px 0px 20px 0px; padding:0px; text-align:justify; }
#tab-1 { display:block;}

.tab-panel-vertical{padding:0px; margin:10px 0px; width:100%;}
.tabs-menu-vertical { width:27%; margin:0px 3% 0px 0px; padding:0px; list-style:none; /*box-shadow:25px 5px 26px -40px #000;*/}
.tabs-menu-vertical li { margin-bottom:-1px; margin-right:5px; width:100%;}
.tabs-menu-vertical li a { padding:20px 20px; color:#000; font-size:16px; border:solid 1px #ccc; width:100%; background:#ffffff;
background:-moz-linear-gradient(top,  #ffffff 50%, #f1f1f1 100%);
background:-webkit-linear-gradient(top,  #ffffff 50%,#f1f1f1 100%);
background:linear-gradient(to bottom,  #ffffff 50%,#f1f1f1 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );}
.tabs-menu-vertical li a:hover { color:#1d9ece; background:#f1f1f1;
background:-moz-linear-gradient(top,  #f1f1f1 0%, #ffffff 50%);
background:-webkit-linear-gradient(top,  #f1f1f1 0%,#ffffff 50%);
background:linear-gradient(to bottom,  #f1f1f1 0%,#ffffff 50%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 );}
.tabs-menu-vertical li.current a{ color:#1d9ece;}
.tab-vertical{  background-color:#fff; width:70%; min-height:400px; border:solid 1px #ddd;}
.tab-content-vertical { width:100%; padding:25px; display:none; font-size:16px;}
.tab-content-vertical p{ line-height:22px; margin:0px 0px 20px 0px; padding:0px; text-align:justify; width:100%;}
.tab-content-vertical ul{ list-style:outside; margin:0px 0px 20px 3%; width:97%;}
.tab-content-vertical ul li{ width:100%; text-align:justify;}

.accordion_container { width:100%; margin-top:20px; }
.accordion_head { background:#fff; text-decoration:none; color:#000; cursor:pointer; border-bottom:solid 2px #ddd; margin:0px 0px 10px; padding:15px 50px 15px 20px; font-size:15px; position:relative; width:100%;}
.accordion_head strong{ color:#1d9ece;}
.accordion_body { background:#fff; width:100%; padding:25px 20px; text-align:justify; margin:-10px 0px 10px;  border-bottom:solid 2px #ddd}
.accordion_body p{ padding:0px; margin:0px 0px 15px; width:100%; font-size:15px; }
.plusminus{ float:right; font-size:16px; margin-top:0px; width:20px; height:20px; text-align:center; line-height:20px; border-radius:50px; background:#267ccc; color:#fff; }
.plusminus.sub{ background:#c43030;  float:left;}
.accordion_head .statusicon{ position:absolute; top:6px; right:10px; border:none;}
.accordion_body ul{ width:98%; margin:10px 0px 10px 2%; padding:0px;}
.accordsuffix{ position:absolute; right:20px; top:10px; padding:0px 0px; text-align:center; line-height:30px; background:#f1f1f1; border-radius:100%; height:30px; width:30px; border:solid 1px #ccc;}

.contactBox{ border-radius:100%; width:100px; height:100px; background:#1d9ece; text-align:center; line-height:115px; color:#fff;}
.borderBottomYellow{ border-bottom:dotted 3px #1d9ece;}
.iconBox{ position:absolute; left:0px; top:0px; padding:11px 15px; background:#1d9ece; line-height:18px; color:#fff; border-radius:5px 0px 0px 5px; border:solid 1px #1d9ece; text-align:center; min-width:53px; height:43px;}

.table{ border-collapse:collapse; width:100%; border:solid 1px #ddd;}
.table th{ background:#1d9ece; color:#fff; font-weight:normal; font-size:16px; vertical-align:top; text-align:left;}
.table td{ border-bottom:dashed 1px #ccc; line-height:22px; vertical-align:top;}
.table td:first-child{ background:#f1f1f1; font-weight:bold; text-align:center;}
.width800{ width:787px;}

.table1{ border-collapse:collapse; width:100%; border:solid 1px #ddd;}
.table1 th{ background:#1d9ece; color:#fff; font-weight:normal; font-size:16px; vertical-align:top; text-align:left; text-transform:uppercase;}
.table1 td{ border-bottom:dashed 1px #ccc; line-height:22px; vertical-align:top;}
.table1 tr:nth-child(odd){ background:#f1f1f1;}

.tooltipBox{ position:relative;}
.tooltipBox .toolTip{ position:absolute; top:105%; left:0px; width:190px; background:rgba(0,0,0,0.9); font-size:13px; padding:10px; color:#fff; z-index:1; display:none; border-radius:3px;}
.tooltipBox .toolTip:before{ content:""; top:-10px; left:10%; border:solid 5px; border-color:transparent transparent #000 transparent; position:absolute; }
.tooltipBox:hover .toolTip{ display:block;}

.feedbackType{ width:23%; padding:10px 5px; margin:20px 1%; text-align:center; border:solid 1px #ddd; background:#f7f7f7; cursor:pointer; border-bottom:solid 5px #1d9ece; font-family:titleFont;}
.feedbackType:hover{ background:#1d9ece; color:#fff; }
.feedbackType.feedbackActive{ background:#585e68; color:#fff; }
.feedbackType [type="radio"]{ visibility:hidden;}

.rating{width:20%; border-right:solid 1px #ddd; padding:0px 10px; opacity:0.8; cursor:pointer; font-family:titleFont;}
.rating:hover{ opacity:1.0; filter:contrast(1.2); background:#1d9ece; color:#fff;}
.rating.feedbackActive{ opacity:1.0; filter:contrast(1.2); background:#585e68; color:#fff;}
.rating [type="checkbox"], .rating [type="radio"]{ visibility:hidden;}

.subRating{width:20%; border-right:solid 1px #ddd; padding:0px 10px; min-height:140px; border-bottom:solid 1px #ddd; opacity:0.8; cursor:pointer;}
.subRating:hover{opacity:1.0; filter:contrast(1.2); background:#1d9ece; color:#fff;}
.subRating.feedbackActive{ opacity:1.0; filter:contrast(1.2); background:#585e68; color:#fff;}
.subRating [type="checkbox"], .subRating [type="radio"]{ visibility:hidden;}

.survayform-left {width:100%; float:left; background:#1d9ece; position:relative; height:auto; padding:25px 30px; box-sizing:border-box}
.survayform-left h1 {color:#fff; margin:0; line-height:35px; font-size:25px}
.survayform-right {float:right; width:100%; text-align:center; padding:20px; box-sizing:border-box}
.survayform-right p {font-size:20px; border-bottom:solid 1px #f2f2f2; padding:0 0 10px; font-weight:600; }
.survaylike {width:100%; float:left; position:relative; }
.survaylike span {font-size:12px; padding:4px 8px; border-radius:5px; margin:0 0 7px; font-weight:500; }
.survaylike span.left {float:left; background:#e43e3d; color:#fff; position:absolute; left:-50px; top:20px; }
.survaylike span.right {float:right; background:#5aaf2b; color:#fff; position:absolute; right:-50px; top:20px; }
.survayrating-main {width:100%; float:left; padding:20px 123px; box-sizing:border-box}
.survayrating {width:87%; float:left; margin:0px 6.5%; }
.survayrating .radio-button-container {width:65px; float:left; padding:18px 10px; /*transition:all 0.5s ease-out;top:0; */
	cursor:pointer; position:relative; border-radius:100%; margin-right:4px; box-sizing:border-box; opacity:0.8; }
.survayrating .radio-button-container .radio-button-input{ margin:0 auto; display:block; float:none; display:none; }
.survayrating .radio-button-container:hover {
/*	top:-5px; transition:all 0.5s ease-out; */
	transform:scale(1.05); opacity:1; }
.survayrating .radio-button-container.active{ background:#000; opacity:1; color:#fff; }
.survayrating .radio-button-container.active label{ color:#fff; }
.survayrating .radio-button-container.active1{ background:#000; opacity:1; color:#fff; }
.survayrating .radio-button-container.active1 label{ color:#fff; }
.survayrating .radio-button-container label {display:block; text-align:center; color:#000; cursor:pointer; width:100%; font-size:16px; margin-top:5px; }
.survayrating .like1 {background:#e43e3d}
.survayrating .like2 {background:#ea484d}
.survayrating .like3 {background:#ec654e}
.survayrating .like4 {background:#ef874c}
.survayrating .like5 {background:#f3a74c}
.survayrating .like6 {background:#f8c43d}
.survayrating .like7 {background:#e1c63b}
.survayrating .like8 {background:#c1cc36}
.survayrating .like9 {background:#9fcd35}
.survayrating .like10 {background:#7fcd31}
.survayrating .like11 {background:#5aaf2b}
.survay-button {width:100%; float:left; text-align:center; margin:20px 0 40px}
.survay-button .button {background:#1d9ece; font-size:17px; border-radius:35px; border:none; color:#fff; font-weight:600; border:solid 1px #1d9ece; padding:12px 40px; cursor:pointer; transition:all 0.2s ease-out}
.survay-button .button:hover {background:none; color:#1d9ece; transition:all 0.2s ease-out}
.survayrating-main textarea {width:100%; min-height:150px; resize:none; border:solid 1px #e6e6e6; border-radius:10px; padding:20px 20px; box-sizing:border-box; }
.survayrating-main .multiselect-wrapper {width:100%!important; position:relative; }
.survayrating-main .multiselect-input-div {height:auto; width:100%; position:relative; }
.survayrating-main .multiselect-wrapper .multiselect-input {width:100%; padding:20px 16px !important; box-sizing:border-box; border:2px solid #e3e3e3; border-radius:45px; font-family:baseFont; font-size:16px; }
.multiselect-wrapper label{ float:none; }
.multiselect-wrapper .multiselect-list > span, .multiselect-wrapper .multiselect-list li{ float:left; }
.multiselect-list hr{ width:auto!important; display:none!important; }
.multiselect-wrapper .multiselect-list .multiselect-checkbox{ margin:5px 15px!important; }
.multiselect-wrapper ul{ overflow:visible!important; max-height:auto!important; width:100%; }
.multiselect-count{ top:24px; left:-65px!important; }
.survayrating-main .multiselect-wrapper ul li:hover, .survayrating-main .multiselect-wrapper ul li.active {background-color:transparent; }
.survayrating-main .multiselect-wrapper .multiselect-list {padding:5px; border:1px solid #d0d0d0; border-radius:5px!important; margin:0px; min-width:200px; height:180px; overflow-y:scroll; width:100%!important; position:relative; text-align:left}
.survayrating-main .multiselect-wrapper .multiselect-list span.multiselect-text {color:#666; font-weight:400; position:relative; top:-1px; left:5px; font-size:16px; line-height:23px; }
.survayrating-main .multiselect-wrapper .multiselect-list ul li {padding:5px 0; border-bottom:solid 1px #F4F3F3}
.survayrating-main .multiselect-wrapper .multiselect-list ul li span {color:#666; font-weight:400; position:relative; top:-1px; left:5px}
.survayrating-main .multiselect-dropdown-arrow {border-top:5px solid #c6c6c6; margin:0px; right:26px; top:37px; }
.star1 {width:80px; height:80px; background:url(images/star1.png) left top no-repeat; position:absolute; bottom:10px; background-size:65px; right:50px; opacity:0.5}
.star2 {width:80px; height:80px; background:url(images/star2.png) left top no-repeat; position:absolute; top:280px; left:50px; opacity:0.5; background-size:45px}
.star3 {width:80px; height:80px; background:url(images/star3.png) left top no-repeat; position:absolute; top:390px; left:140px; opacity:0.5}
.star4 {width:80px; height:80px; background:url(images/star4.png) left top no-repeat; position:absolute; bottom:220px; right:50px; opacity:0.5}
.success_msg {width:100%; float:left; background:#7fcd31; padding:15px 20px; color:#fff; font-size:17px; font-weight:600; text-align:center; box-sizing:border-box; }
.gradientBG{background:#f1f1f1; background:-moz-linear-gradient(top,  #f1f1f1 0%, #ffffff 49%, #f1f1f1 100%); background:-webkit-linear-gradient(top,  #f1f1f1 0%,#ffffff 49%,#f1f1f1 100%); background:linear-gradient(to bottom,  #f1f1f1 0%,#ffffff 49%,#f1f1f1 100%); filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#f1f1f1',GradientType=0 ); }
.survay textarea{ font-family:baseFont; font-size:16px; }

.headerTop{ background:#eee; border-bottom:1px solid #e1e1e1; width:100%; padding:10px 0px; display:none;}
.quick-nav{padding:0;}
.quick-nav li{ display:inline-block; padding:0 11px; position:relative;}
.quick-nav li a{ color:#545454; line-height:23px;}
.quick-nav li a:hover{ text-decoration:underline;}
.quick-nav li:after { position:absolute; left:-2px; top:7px; width:1px; height:10px; background:#545454; content:""; display:block;}
.flag{border:1px solid #cecece; padding:4px; margin:20px 0 0 25px; max-width:99px; display:none;}
.social a{ width:60px; height:60px; line-height:60px; text-align:center; padding:0px; margin:0px 0px 0px 8px; font-size:20px; background:#b4defc; float:right; border-radius:50px; transition:All .5s ease; color:#025590; -webkit-transition:All .5s ease; -moz-transition:All .5s ease; -o-transition:All .5s ease;}
.social a:hover{color:#fff; background:#003875;}
.social a i{ line-height:60px; font-size:24px;}
.apply-passport{background:#a6dbff; color:#003875; padding:9px 88px 8px 30px; position:relative; font-size:18px; float:right;}
.apply-passport big{display:block; color:#323232; font-weight:normal; font-size:21px; font-family:titleFont;}
.apply-passport:after{ position:absolute; right:26px; top:9px; width:47px; height:47px; background:url(../images/next-arrow.png) no-repeat 0 0; content:""; display:block;}
.apply-passport:hover{background:#fbf384 !important;}

.top110{ top:110px;}
.vasBox.basicfee {background: radial-gradient(ellipse at center, #fff 0%,#eac24a 100%);	border-bottom: solid 4px #d59839;}
.vasBox{ width:19%; padding:50px 5px; margin:0px 0.5% 10px; border:solid 2px #b9ecff; border-bottom:solid 4px #1d9ece; text-align:center; position:relative; border-radius:10px; background: #ffffff;
background: -moz-radial-gradient(center, ellipse cover,  #ffffff 0%, #e5f8ff 100%);
background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#e5f8ff 100%);
background: radial-gradient(ellipse at center,  #ffffff 0%,#e5f8ff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5f8ff',GradientType=1 );}
.vasBox:hover{ transform:scale(1.02); position:relative; z-index:1;}
.vasBox .infoDetail{ display:none;}
.vasBox:hover .infoDetail{ display:block; background:rgba(0,0,0,0.85); position:absolute; left:0px; padding-top:85px; top:0px; bottom:0px; right:0px; height:100%; width:100%; color:#fff; text-align:center;}
.vasBox .info{ position:absolute; right:20px; top:-3px; background:#1d9ece; padding:7px; }
.vasBox .info:after{ position:absolute; content:""; bottom:-10px; left:0px; border-style:solid; border-width:0px 19px 10px 19px; border-color:#1d9ece #1d9ece transparent #1d9ece;}



.vasBox1{ width:48%; padding:50px 5px; margin:0px 1% 10px; text-align:center; position:relative; border-radius:40px; background: #ffffff; opacity:0.9; transition: all 0.1s;}
.vasBox1:hover{ transform:scale(1.02); position:relative; z-index:1; opacity:1.0; background:#c1eeff;}
.vasBox1 .infoDetail{ display:none;}
.vasBox1:hover .infoDetail{ display:block; background:rgba(0,0,0,0.85); position:absolute; left:0px; padding-top:85px; top:0px; bottom:0px; right:0px; height:100%; width:100%; color:#fff; text-align:center;}
.vasBox1 .info{ position:absolute; right:20px; top:-3px; background:#1d9ece; padding:7px; }
.vasBox1 .info:after{ position:absolute; content:""; bottom:-10px; left:0px; border-style:solid; border-width:0px 19px 10px 19px; border-color:#1d9ece #1d9ece transparent #1d9ece;}



.news-calendar{ background:#1d9ece; color:#fff; padding:20px 10px; border-radius:10px; text-align:center; position:relative; width:90px; border-top:solid 10px #ccc; border-bottom:solid 2px #666;}
.news-calendar:before{ border-top:dotted 8px #fff; content:""; position:absolute; top:-4px; left:0px; width:100%;}

.themeBG{ background:url(../images/about-bg.jpg) 0 0 scroll repeat #fff;}
.contactIocnBoxIMG{ background:#1d9ece; width:80px; height:80px; border-radius:100%; color:#fff; line-height:90px; position:relative; text-align:center; float:none; margin:10px auto 10px;}
.contactIocnBoxIMG:after{ content:""; position:absolute; left:-6px; top:-6px; width:84px; height:84px; border:solid 4px; border-color:#fff #fff #5ed3ff #1d9ece; border-radius:100%;}
.newsTitle{background: #1d67c6; color:#fff; font-size:20px; font-family:titleFont; margin:0 auto; float:none; display:table; padding:10px 30px 10px 70px; position:relative; width:250px; z-index:1;}
.newsTitle h1{font-size: 20px;}
.newsTitle:before{ content:""; position:absolute; left:-20px; top:0px; border:solid; border-width:35px 10px; border-color:#1d67c6 #1d67c6 transparent transparent;}
.newsTitle:after{ content:""; position:absolute; right:-20px; top:0px; border:solid; border-width:35px 10px; border-color:#1d67c6 transparent transparent #1d67c6 ;}
.newsTitle i{ position:absolute; background:#fff; color:#1d67c6; left:15px; top:0px; padding:15px 13px; border-radius:0px 0px 5px 5px; }

.arrow{ width:10px; height:10px; position:absolute; margin:0 auto; float:none; left:0px; right:0px; z-index:0;}
.arrow:before{ content:""; position:absolute; left:-431px; top:0px; width:300px; height:5px; background:#666;}
.arrow:after{ content:""; position:absolute; right:-431px; top:0px; width:300px; height:5px; background:#666;}


/* slides */
.slideshow { position:relative; margin:0px; float:left; width:100%; background:#1d67c6; }
.slideshow a { text-decoration:none; color:#fff; background:#666; width:10px; height:10px; font-size:0px; padding:0px;  text-align:center; border-radius:100%!important; }
.slideshow a:hover,
.slideshow .selected a { background-color:#1d67c6;}
.carousel { margin:0; padding:0; list-style:none; }
.slide { z-index:100; width:100%; float:left; }
.slide a, .slide a:hover{ background:none; padding:0px; margin:0px; }
.slide img { display:block; width:100%; height:100%; }
/* pagination */
.slides-pagination { position:absolute; bottom:1em; left:0px; right:0px; margin:0 auto; padding:0; float:none; display:table; list-style:none; z-index:110;}
.slides-pagination li { display:inline; }
.slides-pagination a { display:block; float:left; padding:0px; margin-right:2px; text-align:center; }
/* skip */
.slides-next,
.slides-prev { position:absolute; top:48%; margin-top:-1em; padding:15px 0px!important; z-index:120; background:rgba(255,255,255,0.8)!important; font-size:12px!important; border-radius:0px!important; float:left; width:70px!important; height:70px!important; border-radius:100%;}
.slides-next { right:10px; }
.slides-prev { left:10px; }
.slides-next.disabled,
.slides-prev.disabled { opacity:.5; cursor:auto; }


.cookiesPanel{ position:fixed; left:0px; bottom:0px; padding:20px 0px; background:rgba(255,255,255,0.95); box-shadow:0px 0px 5px #ccc; z-index:110;}
.cookiesPanelBoxWrap{ width:100%; height:100%; background:rgba(0,0,0,0.5); position:fixed; margin:auto; left:0px; right:0px; top:0px; bottom:0px; display:none; }
.cookiesPanelBox{ width:730px; height:610px; background:#fff; position:fixed; margin:auto; left:0px; right:0px; top:0px; bottom:0px; padding:20px; border-radius:5px; border-bottom:solid 6px #1d9ece; border-top:solid 6px #1d9ece;}
.cookiesPanelBox-close{ position:absolute; right:32px; top:35px; cursor:pointer; opacity:0.5;}
.cookiesPanelBox-close:hover{ opacity:1.0;}
.tab-panel-cookies{padding:0px; margin:10px 0px; width:100%;}
.tabs-menu-cookies { width:32%; margin:0px 0px 0px 0px; padding:0px; list-style:none; /*box-shadow:25px 5px 26px -40px #000;*/}
.tabs-menu-cookies li { margin-bottom:-1px; margin-right:2px; width:100%;}
.tabs-menu-cookies li a { padding:10px 10px; color:#000; font-size:14px; border:solid 1px #ccc; border-right:none; width:100%; background:#f7f7f7;}
.tabs-menu-cookies li a:hover { color:#1d9ece; background:#fff;}
.tabs-menu-cookies li.current a{ color:#1d9ece; background:#fff;}
.tab-cookies{  background-color:#fff; width:68%; min-height:420px; border:solid 1px #ddd; }
.tab-content-cookies { width:100%; padding:15px; display:none; font-size:14px;}
.tab-content-cookies p{ line-height:20px; margin:0px 0px 20px 0px; padding:0px; text-align:justify; width:100%; font-size:14px;}
.tab-content-cookies ul{ list-style:outside; margin:0px 0px 20px 2%; width:98%;}
.tab-content-cookies ul li{ width:100%; text-align:justify; font-size:14px; line-height:20px;}
#cookies-tab-1{ display:block;}

.cookiesPanelBox-footer{ position:absolute; bottom:0px; left:0px; width:100%; padding:15px 20px; background:#f7f7f7; border-top:solid 1px #ddd;}

.radioCheck input[type="checkbox"]{ display:none;}
.radioCheck label{ height:5px; width:50px; border-radius:10px; margin-top:3px; padding:5px; cursor:pointer; position:relative; background: #eee;}
.radioCheck label:after{ content:""; position:absolute; left:3px; top:-6px; width:20px; height:20px; border-radius:100%; border:solid 1px #ccc; background: #ffffff;
background: -moz-radial-gradient(center, ellipse cover,  #ffffff 30%, #e5e5e5 71%, #e5e5e5 71%);
background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 30%,#e5e5e5 71%,#e5e5e5 71%);
background: radial-gradient(ellipse at center,  #ffffff 30%,#e5e5e5 71%,#e5e5e5 71%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=1 );}
.radioCheck.checked label{background:#98e3ff;}
.radioCheck.checked label:after{ right:3px; left:auto; background:#1d9ece; border:solid 1px #1d9ece; }



@-webkit-keyframes hover{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}
@keyframes hover{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}

.loading {
	z-index: 9999;
	position: fixed;
	top: 0;
	left:-5px;
	width: 100%;
	height: 100%;
}
.loading-content {
	position: fixed;
	border: 16px solid #f3f3f3; /* Light grey */
	border-top: 16px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 70px;
	height: 70px;
	top: 50%;
	left:50%;
	animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.bodypanel{}
.footerSection{ position:absolute; bottom:0px; background:rgba(0,0,0,0.8);}



#card-number iframe, #expiration-date iframe, #cvv iframe{ width:100%!important; background:#fff; border:solid 1px #ddd!important; padding:10px; height:44px!important; box-sizing:border-box; margin-bottom:10px; border-radius:5px}