	@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{ margin:0px; padding:0px; font-family: "Poppins", sans-serif; 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: "Poppins", sans-serif;}
.titleFont{font-family: "Poppins", sans-serif;}
.subTitleFont{font-family: "Poppins", sans-serif;}
.font11{ font-size:11px;}
.font14{ font-size:14px!important;}
.font16{ font-size:16px;}
.font20{ font-size:20px;}
.font28{ font-size:28px!important;}
.font36{ font-size:36px; line-height:42px;}
.font42{ font-size:35px; line-height:45px;}
.widthAuto{ width:auto;}
.cursorPointer{ cursor:pointer;}
.resizeNone{resize:none;}
.gapping{padding:30px 0;}
.boxShadow{box-shadow:5px 5px 5px #666;}
.textShadow{text-shadow:0px 3px 3px #000;}
.dflex{ display:flex; flex-wrap:wrap;}
.underline{ text-decoration:underline;}
.justifyContent{ justify-content:center}


/*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;*/}
.error_invalid{ background-color:#FCE3E9!important; color:#a94442!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: "Poppins", sans-serif; 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: "Poppins", sans-serif; 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: "Poppins", sans-serif; font-size:16px; margin-bottom:10px; font-weight:normal; box-sizing:border-box;}
.btn-xl{ border-radius:7px; padding:20px 40px; cursor:pointer; border:none;  font-family: "Poppins", sans-serif; 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:#0e284b; color:#fff;}
.primary-btn:hover{ background-color:#0e284b!important; color:#fff;}
.secondry-btn{ background:#00afff; color:#fff;}
.secondry-btn:hover{ background-color:#333; color:#fff;}
.custom-btn{ background:#fff; color:#0e284b;}
.custom-btn:hover{ background-color:#0e284b; color:#fff;}
.btn + .btn{ margin-left:10px;}

/*Font colors*/
.white{ color:#fff!important;}
.black{ color:#000;}
.yellow{ color:#f5a233;}
.pink{ color:#c9344d;}
.green{ color:#00732f;}
.blue{ color:#0e284c!important;}
.lightBlue{color:#00afff;}
.grey{ color:#5e5b5b;}
.lightGrey{color:#c1c1c1}
.red{ color:#c42c2c;}
.orange{ color:#00afff;}
.orange_al{ color:#00afff;}
.blueBG{ background:#0e284b;}
.LightblueBG{ background:#0e284b;}
.blackBG{ background:#000;}
.whiteBG{ background:#fff;}
.greyBG{ background:#f1f1f1;}
.darkGreyBG{ background:#ddd;}
.blackBG{ background:#000;}
.redBG{ background:#c42c2c;}
.orangeBG{ background:#0e284b;}
.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 #0e284b; 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:"Poppins", sans-serif; 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:"Poppins", sans-serif; 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:"Poppins", sans-serif; 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:"Poppins", sans-serif; 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{ line-height:20px;}
.content h1{ width:100%; font-size:24px; color:#0e284b; font-weight:normal; line-height:36px; margin-bottom:10px; padding-bottom:10px;}
.content h2{ width:100%; font-size:20px; color:#0e284b; font-weight:normal; line-height:28px; margin-bottom:10px; padding-bottom:10px;}
.content h3{ width:100%; font-size:20px; color:#0e284b; font-weight:normal; line-height:28px; margin-bottom:10px; padding-bottom:10px;}
.content h4{ width:100%; font-size:16px; color:#000; font-weight:normal; line-height:24px; margin-bottom:10px;}
.content h5{ width:100%; font-size:14px; color:#000; font-weight:normal; line-height:22px; 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 7px; line-height:22px; font-size:14px;}
.content ol{ list-style:auto; width:97%; margin:0px 0px 10px 3%;}
.content ol li{ width:100%; padding:0px 0px 7px; line-height:22px; font-size:14px;}
.content table{ border-collapse:collapse; width:100%;  border:solid 1px #ddd;}
.content table th, .content table tr:first-child{ padding:7px; vertical-align:top; text-align:left; background:#00afff; color:#fff; font-size:16px; border:solid 1px #ddd; font-weight:600;}
.content table td{ padding:7px; vertical-align:top; text-align:left; border:solid 1px #ddd;}

/*theme styles*/
.headerSection{ width:100%; position:relative; padding:0px;}
.header{background: #0e284b;
background: -moz-linear-gradient(top,  #0e284b 0%, #0e284b 100%);
background: -webkit-linear-gradient(top,  #0e284b 0%,#0e284b 100%);
background: linear-gradient(to bottom,  #0e284b 0%,#0e284b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e284b', endColorstr='#0e284b',GradientType=0 );}
.height400{ height:400px;}
.logoPanel{ padding:15px 0px; width:auto; background:#fff; position:relative;}
.logoPanel img { width:auto; height:40px!important;}
.navigation{ padding:0px 0px; width:100%;}
.navigation ul{ margin:0px; 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:15px 8px; font-weight: 600; margin:0px; color:#fff; font-size:14px; text-align:center; position:relative;border-right: solid 1px #254f87;font-weight: 600;}
.navigation ul li a:hover, .navigation ul li a.active{ color:#fff;background:#00afff;}/*#02254c*/
.navigation ul li:last-child a{ border:none;}
.navigation ul li ul{ display:none; width:320px; position:absolute; left:0px; top:48px; z-index:1; background:#eef1f5;color:#0e284b;}/*#02254c*/
.navigation ul li ul a { border:none;}
.navigation ul li ul:before{position:absolute; left:30px; top:-13px; border:solid 7px; border-color:transparent transparent #eef1f5 transparent;}
.navigation ul li:hover ul{ display:block;}
.navigation ul li ul li{ width:100%;}
.navigation ul li ul li a{ color:#0e284b;; width:100%; text-align:left; border-bottom:solid 1px #eef1f5; border-radius:0px; padding:10px 20px; font-weight:normal;}
.navigation ul li ul li a:hover{ background:#0e284b;/*#02254c*/ color:#fff; font-weight:600;}
.navigation ul li a i{ margin-right:5px;}

.navigation ul li:hover ul li ul{ display:none;}
.navigation ul li:hover ul li:hover ul{ display:block; position:absolute; left:320px; top:0px;}
.navigation ul li:hover ul li:hover ul li ul{ display:none;}
.navigation ul li:hover ul li:hover ul li:hover ul{ display:block; position:absolute; left:320px; top:0px;}



/*.bannerPannel{background:url(../images/alankitbanner.jpg) 0 0 scroll no-repeat; width:100%; position:relative;overflow:hidden; height:338px;}*/
.bannerPannel{background:url(../images/alankitbanner.jpg) 0 0 scroll no-repeat; width:100%; position:relative; height:440px;}
.premium{background:url(../images/premiuzm.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 #0e284b #0e284b ; 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:#0e284b; 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:#0e284b; 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; border-bottom:solid 1px #ddd;}
.tabs-menu li { margin-bottom:-1px; margin-right:5px; border:solid 1px #ddd; border-radius:5px 5px 0px 0px;}
.tabs-menu li a { padding:5px 10px; color:#0e284b; font-size:20px; border-bottom:solid 5px #fff; min-width:130px; text-align:center; border-radius:5px 5px 0px 0px;}
.tabs-menu li.current a { color:#fff; border-bottom:solid 5px #0e284b; font-weight:bold; background:#00afff;}
.tabs-menu li a:hover { color:#fff; border-bottom:solid 5px #0e284b; background:#00afff;}
.tab {background-color:#fff; width:100%;}
.tab-content { width:100%; padding:10px 0px; display:none; box-sizing:border-box; font-size:14px;}
.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:28%; margin:0px 2% 0px 0px; padding:0px; list-style:none; /*box-shadow:25px 5px 26px -40px #000;*/}
.tabs-menu-vertical li {  margin-right:5px; width:100%;}
.tabs-menu-vertical li a { padding:15px 20px; color:#fff; font-size:16px; border:solid 1px #254f87; width:100%; background:#0e284c;}
.tabs-menu-vertical li a:hover { color:#fff; background:#00afff; border:solid 1px #00afff; border-top:solid 1px #254f87;}
.tabs-menu-vertical li.current a{ color:#fff; background:#00afff; border:solid 1px #00afff; border-top:solid 1px #254f87;}
.tab-vertical{  background-color:#fff; width:70%; min-height:400px; border:solid 1px #ddd;}
.tab-content-vertical { width:100%; padding:20px; 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%;}
.tabs-menu-vertical li ul{ width:100%; list-style:none;}
.tabs-menu-vertical li ul li a{ width:100%; padding-left:75px; list-style:none; position:relative;}
.tabs-menu-vertical li ul li a:before{ content:""; left:50px; top:32px; width:10px; height:2px; background:#fff; position:absolute;}
.tabs-menu-vertical li ul li a:after{ content:""; left:60px; top:28px; position:absolute; border:solid 5px; border-color:transparent transparent transparent #fff;}


.accordion_container { width:100%; margin-top:20px; }
.accordion_head { background:#fff; text-decoration:none; color:#000; cursor:pointer; border-bottom:solid 1px #ddd; margin:0px; font-weight:500; padding:15px 50px 15px 20px; font-size:15px; position:relative; width:100%;}
.accordion_head:last-child{ border-bottom:none;}
.accordion_head strong{ color:#0e284b;}
.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:2px 15px; margin:0px 0px 10px; 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:#0e284b; text-align:center; line-height:115px; color:#fff;}
.borderBottomYellow{ border-bottom:dotted 3px #0e284b;}
.iconBox{ position:absolute; left:0px; top:0px; padding:11px 15px; background:#0e284b; line-height:18px; color:#fff; border-radius:5px 0px 0px 5px; border:solid 1px #0e284b; text-align:center; min-width:53px; height:43px;}

.table{ border-collapse:collapse; width:100%; border:solid 1px #ddd;}
.table th{ background:#0e284b; 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:#0e284b; 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; 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 #0e284b;}
.feedbackType:hover{ background:#0e284b; 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;}
.rating:hover{ opacity:1.0; filter:contrast(1.2); background:#0e284b; 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:#0e284b; 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:#0e284b; 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:#0e284b; font-size:17px; border-radius:35px; border:none; color:#fff; font-weight:600; border:solid 1px #0e284b; padding:12px 40px; cursor:pointer; transition:all 0.2s ease-out}
.survay-button .button:hover {background:none; color:#0e284b; 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 {float:right;}
.social h3 { color: #fff; font-weight: 400; font-size: 17px; margin: 10px 0 5px 0 !important; /*width:100%;*/}
.social a{ width:40px; height:40px; line-height:40px; text-align:center; padding:0px; margin:0px 0px 0px 8px; font-size:20px; border-radius:50px; transition:All .5s ease; -webkit-transition:All .5s ease; -moz-transition:All .5s ease; -o-transition:All .5s ease;}
.social a:hover{font-size: 24px; transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1);}
.social a i{ line-height:40px; font-size:20px;}
.vat{width: 100%; display: flex; margin-top: 10px;}
.vat img{width: 40px; height: 40px; float: left; margin-top: 15px;}
.vat h4{color: #fff; font-weight: 400; font-size: 17px; margin: 10px 0 5px 0 !important; padding-left: 10px;}
.vat h4 span{width:100%; font-weight: 500;}
.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;}
.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;}
.visabox-main { display: flex; flex-wrap: wrap;}
.vasBox.basicfee {background: #00afff;	border-bottom: solid 4px #00afff; color: #fff;}
.vasBox{ width:23%; padding:50px 5px; margin:0px 1% 2%; text-align:center; position:relative; border-radius: 30px; background: #ffffff; box-shadow: 0px 1px 17px -3px rgba(0,0,0,0.11); overflow:hidden;}
.vasBox .titleFont {font-size: 18px; text-transform: capitalize; font-weight: 500; padding: 0 10px; margin: 20px 0 0;}

.vasBox:hover{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:#00afff; padding:7px; }
.vasBox .info:after{ position:absolute; content:""; bottom:-10px; left:0px; border-style:solid; border-width:0px 19px 10px 19px; border-color:#00afff #00afff transparent #00afff;}

.vasBox > .front,
.vasBox > .back { display: block; transition-duration: 0.5s;  width:100%;}
.vasBox > .front { transform: rotateY(0deg);transition: 0.5s ease-in-out;}
.vasBox > .back { position: absolute; opacity: 0; top: 0px; left: 0px; width: 100%; height: 100%; transform: rotateY(-180deg);transition: 0.5s ease-in-out;padding: 50px 21px; background:#0e284c; color:#fff; }
.vasBox > .back p {color: #fff; text-align: center; font-size: 15px; line-height: normal;font-weight: 400;}
.vasBox:hover > .front { transform: rotateY(180deg);transition: 0.5s ease-in-out;}
.vasBox:hover > .back { opacity: 1; transform: rotateY(0deg);transition: 0.5s ease-in-out;}

.news-calendar{ background:#0e284c; color:#fff; padding:20px 10px 15px; border-radius:10px; text-align:center; position:relative; width:90px; border-top:solid 10px #ccc; border-bottom:solid 10px #fff;}
.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:#0e284b; 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 #0e284b; border-radius:100%;}
.newsTitle{color:#0e284b; font-size:24px; font-weight:normal; margin:0 auto; float:none; display:table; padding:10px 30px 10px 70px; position:relative;}
/*.newsTitle:before{ content:""; position:absolute; left:-20px; top:0px; border:solid; border-width:40px 10px; border-color:#0e284b #0e284b transparent transparent;}
.newsTitle:after{ content:""; position:absolute; right:-20px; top:0px; border:solid; border-width:40px 10px; border-color:#00afff transparent transparent #0e284b ;}*/
.newsTitle i{ position:absolute; color:#0e284b; left:15px; top:0px; padding:15px 13px; }
.newsTitle h1{ font-size:20px;}

.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:-460px; top:0px; width:300px; height:5px; background:#666;}
.arrow:after{ content:""; position:absolute; right:-460px; top:0px; width:300px; height:5px; background:#666;}



/*.slideshow { position:relative; margin:0px; float:left; width:100%; background:#0e284b; }
.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:#0e284b;}
.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%; }

.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; }

.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: 700px; height: auto; background: #fff; position: absolute; left: 50%; top: 50%; padding: 20px; border-radius:15px; transform: translate(-50%,-50%); max-height: 80%; overflow:hidden;}
.cookiesPanelBox-close{position: absolute; right: 20px; top: 20px; cursor: pointer; opacity: 0.8; background: #ff5353; color: #fff; padding: 8px 8px; border-radius: 15px;}
.cookiesPanelBox-close:hover{ opacity:1.0;}
.cookiesPanelBox-top {height: 500px; overflow: auto;}
.cookiesheader {text-align: center;width: 100%;font-size: 20px;font-weight: 600;line-height: 15px; margin:0 0 10px;}
.cookiesheader img {margin: 0 7px 0 0;display: inline-block;position: relative;top: 6px;border-right: solid 3px;padding: 0 10px 0 0;}
.cookiesPanelBox .cookiesPanelBox-top ul { list-style:none!important;margin: 0 !important;}
.cookiesPanelBox .cookiesPanelBox-top ul li { width: auto!important;  padding:0;  margin: 0 8px 9px 0;}
.cookiesPanelBox .cookiesPanelBox-top ul li i { display:none!important;}
.cookiesPanelBox .cookiesPanelBox-top ul li a {border-radius: 35px; border: solid 1px #e1e1e1; background: #fff url(../images/cookieselect-black.png) no-repeat 10px center !important; padding: 7px 20px 7px 38px; background-size: 21px !important;}
.cookiesPanelBox .cookiesPanelBox-top ul li.current a {border-radius: 35px; border: solid 1px #3cea8b; background: #fff url(../images/cookieselect-green.png) no-repeat 10px center !important; padding: 7px 20px 7px 38px; background-size: 21px !important;}


.cookiesPanelBoxWrapJusridiction{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; z-index: 99;}
.cookiesPanelBoxJusridiction{width: 900px; height:630px; background: #fff; position: absolute; left: 50%; top: 50%; padding: 20px; border-radius:15px; transform: translate(-50%,-50%); max-height: 95%;}
.cookiesPanelBox-close-juridiction{position: absolute; line-height:14px;
  right: -30px;
  top: -30px;
  cursor: pointer;
  opacity: 0.8;
  background: #000;
  color: #fff;
  padding: 7px 9px;
  border-radius: 100%;
  border: solid 2px #fff;}
.cookiesPanelBox-close-juridiction:hover{ opacity:1.0;}
.cookiesPanelBoxJusridiction .overflowScroll{ height:550px;}


.appCancelPanelBoxWrap{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;}
.appCancelPanelBoxWrap{width: 500px; height:400px; background: #fff; position: absolute; left: 50%; top: 50%; padding: 20px; border-radius:15px; transform: translate(-50%,-50%); max-height: 95%;}
.cookiesPanelBoxWrap-close{position: absolute; line-height:14px;
  right: -30px;
  top: -30px;
  cursor: pointer;
  opacity: 0.8;
  background: #000;
  color: #fff;
  padding: 7px 9px;
  border-radius: 100%;
  border: solid 2px #fff;}
.cookiesPanelBoxWrap-close:hover{ opacity:1.0;}


/*.areaPostalPanelBoxWrap{ 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; z-index:1;}
.areaPostalPanelBox{width: 700px; height: auto; background: #fff; position: absolute; left: 50%; top: 50%; padding: 20px; border-radius:15px; transform: translate(-50%,-50%); max-height: 80%; overflow:hidden;}
.areaPostalPanelBox-close{position: absolute; right: 20px; top: 20px; cursor: pointer; opacity: 0.8; background: #ff5353; color: #fff; padding: 8px 8px; border-radius: 15px;}
.areaPostalPanelBox-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:#0e284b; background:#fff;}
.tabs-menu-cookies li.current a{ color:#0e284b; background:#fff;}
.tab-cookies{  background-color:#fff; width:98%; min-height:420px; border:solid 1px #ddd;border-radius: 15px; }
.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:left; width:100%; font-size:14px;font-weight: 300;}
.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:#0e284b; border:solid 1px #0e284b; }



@-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{}



#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}
.overflowScroll{ overflow-y:scroll; height:480px;}
/*.cookiesPanelBoxOverlowWrap{ overflow-y:scroll; height:280px;}
.content ul {list-style:inside;  width:100%;}
.content ul li {width: 100%;}
.content ol {list-style: auto !important;width: 100%;}
.content ol li {width: 100%;}*/
.stepsmain h1 { margin-bottom:35px; font-weight:bold; color:#0e284c; font-size:35px;}
/*.steps1 {}
.stepsimg {width: auto !important; margin-bottom: 10px; min-height: 60px; max-height: 60px;}
.stepsrow {width: 26%;  margin-right:0%; border-radius:0px;  background: #f5fdff; border: solid 1px;margin-bottom:0%;transition:all 0.3s;}
.stepsrow a { width:100%; padding: 40px 20px; color:#000;display: flex; flex-wrap: wrap; justify-content: center;}
.stepsrow:hover img {position:relative;top:-10px;transition:all 0.3s}
.stepsrow:hover {background: #f8b343;transition:all 0.3s}
.stepsrow:hover h2 { color:#fff;}
.stepsrow h2 {font-size: 20px;font-weight: 500;}
.stepsrow img { width:auto!important; margin-bottom:10px;transition:all 0.3s; max-height:60px; min-height:60px;position:relative; top:0;}
.stepsmain { display:flex; flex-wrap:wrap;justify-content: center; text-align:center;  padding:25px 0 50px;}*/
.steps1 {}
.stepsimg {width: 100px; margin-bottom: 7px; height:100px; background:#ceebf4; border-radius:100%; padding:20px;}
.stepsrow:hover .stepsimg{ background:#fff;}
.stepsrow:first-child{ margin-left:9%;}
.stepsrow {width: 19%; margin: 75px 1% 10px; background: #fff; box-shadow:0px 7px 5px #3497b3; transition: all 0.3s; height: 235px; position: relative; border-radius:5px;}
.stepsrow a { width:100%; padding:20px 20px 20px; color:#000;display: flex; flex-wrap: wrap; justify-content: center;}
/*.stepsrow:hover img {position:relative;top:-5px;transition:all 0.3s}*/
.stepsrow:hover {background: #00afff;transition:all 0.3s}
.stepsrow:hover h2 { color:#fff;}
.stepsrow h2 {font-size: 18px; font-weight: 600; width:100%; text-align:center; color:#333;}
.stepsrow img { transition:all 0.3s;}
.goArrow{ position:absolute; bottom:15px; right:25px; width:50px; height:50px; text-align:center; border-radius:100%; padding:8px; color:#00afff;}
.stepsmain { display:flex; flex-wrap:wrap;justify-content: center; text-align:center;  padding:25px 0 50px;}
.stepsrow:hover .goArrow img{ filter:brightness(0) invert(1); position:relative;right:-15px;transition:all 0.3s}
.paddingTop35{ padding-top:35px;}




.visastep {width: 23%; border-right: solid 1px #e9e9e9; padding:0px 15px 0 0; margin-right: 20px;}
.visastep:last-child { border:none;}
.visastep h2 {border: none; text-align: left; font-weight: 600; font-size: 18px; margin: 0 0 10px; width: auto; background: #5c88c4; color: #fff; line-height: normal; padding: 2px 10px 4px; border-radius: 5px;}
.visastep p {  text-align:left;font-size: 16px; margin:0;}

.homeabout {padding: 0 80px 40px;}
.homeabout h2 {font-size: 35px; font-weight:bold; line-height:50px; color:#0e284b; position:relative; padding:0px 0px 20px; margin:0px 0px 20px;}
.homeabout h2:after{ content:""; position:absolute; bottom:0px; left:0px; right:0px; margin:auto; width:100px; height:5px; background:#0e284b;}
.homeabout  p {font-size: 16px;font-weight:300; text-align:justify;}


.bannercontent { position: absolute; left: 0; top: 0; width: 100%; height: 100%;  /*background: rgb(255,255,255); background: linear-gradient(270deg, rgba(255,255,255,0) 13%, rgba(12,85,140,1) 79%);*/ padding:0px 0px 0px;}
.bannercontent h1 {color: #fff; font-size: 28px; padding: 85px 25px; text-align: center; font-weight: normal; position: absolute; top: 0px; left:0px; right:0px; bottom: 115px;}
.bannercontent h1 span {float: none; display: block; /*! background: rgba(255,255,255,0.9); */ color: #fff; padding: 0;  font-weight: bold;font-size:35px; text-transform:uppercase; line-height:45px;}
.bannercontent  p {font-size: 17px; width:100%; float: none; line-height:26px;}
.bannercontent a {display: inline-block; float: none; background:#00afff; color: #fff; font-size: 18px; font-weight: 600; padding:8px 10px; width:180px; border-radius: 7px; margin:7px 0 0;}
.bannercontent a:hover { color:#0e284c; background:#fff;}

.content a{display: inline-block; float: none; color:#00afff;}

.pagetitle { margin: 0 0 20px;}
.allservies-row{ display:flex; flex-wrap:wrap; }
.allservies-col { width:23%; border: solid 1px #e1e1e1;transition:all 0.3s; position:relative; padding: 25px 20px 75px; margin:0px 1% 20px; border-radius:5px;}
.allservies-col:hover {background: #00afff;transition:all 0.3s}
.allservies-col h2 {font-size: 18px; font-weight:600; width:100%; text-align:center; margin-top:10px; color:#333;}
.allservies-col p {font-weight: 300; margin: 7px 0;}
.allservies-col a {background: url("../images/arrow-right.png") 0 0/45px 45px no-repeat; width:50px; height:50px; font-size:0px; padding:0px; margin: 0px; position: absolute; right: 20px; bottom:5px; transition:all 0.3s}
.allservies-col:hover a{ right:5px; filter:brightness(0) invert(1); transition:all 0.3s;}
.allservies-img{width: 100px !important;  height: 100px; background: #ceebf4; border-radius: 100%; top:0px; position:relative; padding: 20px; float:none; margin:auto; transition:all 0.3s}
.allservies-col img{ width:100%; height:100%;}
.allservies-col:hover .allservies-img{ background:#fff;}
.allservies-col:hover h2{ color:#fff;}



.innerpage-heading {padding: 0 80px 40px; text-align:center;}
.innerpage-heading h1 {font-size: 25px; font-weight:500;margin: 0; padding: 0; text-transform: uppercase;}
.innerpage-heading  p {font-size: 16px;font-weight:300;text-align: center; padding: 0 !important;}
.bggrey {background: #fafafa;}
.contact-main { width:100%;}
.contact-inner {padding: 30px;margin: 0 0 25px; text-align: left; position: relative; border-radius: 30px; background: #ffffff; box-shadow: 0px 1px 17px -3px rgba(0,0,0,0.11); overflow: hidden;border-radius: 15px; display: flex; flex-wrap: wrap;border: solid;}

.contact-main h2 { border: none; font-weight: 500; color: #000;text-align: left;}
.contact-row {width: 100%; display: flex; flex-wrap: wrap;}
.contact-row:last-child { border:none!important; padding:0; margin:0;}
.contact-main h3 { text-align: left; font-weight: 500; font-size: 20px; border: none;padding: 0; margin: 0 0 5px;}
.contact-main h2 strong { background: rgb(246, 166, 7); padding: 0 12px; color: #fff;}

.contactinfo-row { padding: 10px 10px 8px; margin: 0 10px 8px 0; width: 19%; border: solid 1px #dadada; border-radius: 5px;background: #f1f7fd;}
.contactinfo-row i { font-size: 19px; float: none;  /*! display: block; */}
.contactinfo-row .col-sm-9 { width: 100%;}
.contactinfo-row .titleFont { font-size: 15px; font-weight: 300;}
.lineborder { width: 30%; float: left; height: 4px; border-radius: 15px; margin: 10px 0 10px; background: #e9e9e9;}
.whatsapp{ float:right;  margin: 20px 0 0; color:#25d366; margin-left:10px;}
.language-select {border: solid 1px #0e284b; padding: 6px 6px 5px; border-radius: 35px; line-height:13px; margin: 20px 3px 0px 0px; float:right; cursor:pointer; color:#0e284b; position:relative;}
.language-select + .language-select{ margin-right:5px;}
.language-select i{ color:#00afff;}
.language-select select {background: none;border: none;font-family: "Poppins", sans-serif;padding: 1px 0 0px 7px;}
.language-select img { width:25px; height:auto;}
.userloginbox{ position:absolute;top:36px; right:0px; border:solid 1px #ddd; padding:5px; border-radius:5px; background:rgba(255,255,255,0.95); z-index:1; width:175px; display:none; transition:all 0.3s;}
.userloginbox:before{ position:absolute; top:-14px; right:10px; content:""; border:solid 7px; border-color:transparent transparent #ddd transparent;}
.userloginbox a{ width:100%; padding:10px; color:#000; position:relative;}
.language-select.user:hover .userloginbox{ display:block; transition:all 0.3s;}

.userloginbox.appointmentlist-action {width: 215px;}
.userloginbox.appointmentlist-action a {border-bottom: solid 1px #f0f0f0; font-size: 14px;}
.userloginbox.appointmentlist-action a:hover {background: #0e284c; color:#fff;}
.userloginbox.appointmentlist-action a:last-child { border:none;}

.homenotification-overlay { width: 100%; height: 100%; position: fixed; left: 0px; top: 0px; right: 0px; bottom: 0px; overflow-y: scroll; -ms-overflow-style: none; scrollbar-width: none; background: rgba(0,0,0,0.85); transition: all 0.5s; z-index: 9999;}
.homenotification-box { position: absolute; transition: all 0.5s; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 800px; border-radius: 8px; padding: 10px 20px; max-width: 95%; background: #fff; height:auto; max-height: 100% !important; margin:0;border: none; overflow:unset!important;}
.notifi-title { font-size: 23px;font-weight:bold; color:#0e284b;}
.homenotification-box .cookiesPanelBox-close-notify { position: absolute; right: 10px; top: 10px; cursor: pointer;  opacity: 0.8; background: #000; color: #fff; padding: 7px 9px; border-radius:100%; border:solid 2px #fff;}
.homenotification-box .overflowScroll { padding-right: 25px; }

.termncondition-overlay { width: 100%; height: 100%; position: fixed; left: 0px; top: 0px; right: 0px; bottom: 0px; overflow-y: scroll; -ms-overflow-style: none; scrollbar-width: none; transition: all 0.5s; z-index: 9999;}

.footertop { background:#0e284c;width: 100%; padding: 50px 0 0;}
.footercol { width: 60%;}
.footercol:nth-child(2){ width:20%}
.footercol:nth-child(3){ width:20%}
.footercol h3 { color: #fff; font-weight: 400; font-size: 17px; margin: 0 0 10px;}
.footercol ul { margin: 0 0 15px;}
.footercol li { width: 33%; list-style: none; position:relative; color: ; padding: 0 0 0 15px; margin: 0;}
.footercol:nth-child(2) li { width: 100%;}
.footercol li:before {position:absolute; left:0px; top:4px; width:9px; height:12px; background:url(../images/linkarrow.png) no-repeat 0 0; content:""; display:block;}
.footercol li a { color: #fff !important; font-size: 14px; opacity: .7; font-weight: 300; margin: 0 0 5px;transition: all .1s;}
.footercol li a:hover { opacity:1; transition: all .1s; transform: scale(1.02);}

.footercopy {padding: 25px 0;  border-top: solid 1px #37547d; margin: 20px 0 0;}

.howdoapply {background: #fda51b; padding:40px 0px 0;}
.howdoapply-main { width:100%;padding:0px 170px;}
.howdoapply-left { width: 22%;}
.howdoapply-right { width: 70%; float: right; color: #fff;}
.howdoapply-right h1 { width: 100%; font-size: 35px; line-height: 54px;}
.howdoapply-right p.big {font-size: 22px; font-weight: 500; margin: 2px 0 6px;}
.howdoapply-right p {font-size: 15px; font-weight: 300;}
.howdoapply-right a {float: left; background:none; margin: 20px 0 0; color: #fff;  width: auto !important; padding: 10px 30px; border-radius: 35px;border: solid 1px;transition:all 0.3s}
.howdoapply-right a:hover { background:#fff!important; color:#fda51b;transition:all 0.3s}
.apply-passport::after { display:none;}


.judstnBox{ width:24%; padding:30px 20px; border-radius:10px; color:#000; margin:10px 0.5%; text-align:left; border-left:solid 3px #00afff; position:relative; background: linear-gradient(to bottom,  #ffffff 55%,#f1f1f1 100%);}
/*.judstnBox:after{ content:""; position:absolute; left:-3px; bottom:0px; border:solid 20px; border-color:transparent transparent #0e284c #0e284c;}
.judstnBox:before{ content:""; position:absolute; right:0px; top:0px; border:solid 10px; border-color:#0e284c #0e284c transparent transparent;}*/
.judstnBox ul{ width:90%; padding:0px; margin:0px 0px 10px 10%; min-height:135px;}
.judstnBox ul li{ width:100%; padding:0px; margin:0px; text-align:left;}
.bottomBox{ position:absolute; bottom:0px; left:0px; width:100%; border-radius:0px 0px 10px 10px; background:#ddd; margin:10px 0px 0px;}
.bottomBox .cont, .bottomBox .aply, .bottomBox .mail{ width:33.33%; text-align:center; padding:10px;}
.bottomBox .cont{ background:#090; color:#fff; border-radius:0px 0px 0px 10px;}
.bottomBox .aply{ background:#0e284b; color:#fff;}
.bottomBox .mail{ background:#00afff; color:#fff; border-radius:0px 0px 10px 0px;}



#galleryBox { width:100%;padding:0px; }
#galleryBox .slide.newWidth{ width:960px; height:480px; border-radius:10px; overflow:hidden; border:solid 2px #ddd;}
/* slides */
#galleryBox .slideshow { position:relative; margin:0 0 1em; direction:ltr; width:auto; float:none; display:block; float:none;}
#galleryBox .slideshow a { font-size:.75em; line-height:20px; height:30px; width:128px; text-decoration:none; color:#fff; background:none; border-radius:5px!important; }
#galleryBox .slideshow a:hover, #galleryBox .slideshow a:hover i,
#galleryBox .slideshow .selected a { background-color:#0e284b; color:#fff!important; }
#galleryBox .carousel { margin:0; padding:0; list-style:none; display:flex;}
#galleryBox .slide { z-index:100; width:480px; margin-right:20px; background:#48b5d6; color:#fff; border-radius:5px;}
#galleryBox .slide img { display:block; }

/* skip */
#galleryBox .slides-next,
#galleryBox .slides-prev { position:absolute; top:50%; margin-top:-1em; padding:0 .5em; }
#galleryBox .slides-next {
  right: -35px;
  top: 85px;
  background: #0e284c !important;
  color: #fff !important;
  height: auto !important;
  padding: 2px !important;
  width: 25px !important; text-align:center;
}
#galleryBox .slides-prev {
  left: -35px;
  top: 85px;
  background: #0e284c !important;
  color: #fff !important;
  height: auto !important;
  padding: 2px !important;
  width: 25px !important; text-align:center;
}
#galleryBox .slides-next.disabled,
#galleryBox .slides-prev.disabled { opacity:.5; cursor:auto; }




/* body{overflow-x: hidden !important;
  font-family: "Poppins", sans-serif!important;
} */
.sideArrow{    width: 100px;
   top: 16px;}
.botmArow{
 display: none;
}
.postal_applications {
   margin: -86px 0px 40px 0px;
}
.OtherFrame{position: absolute;
          right: 75px;}
.OtherFrameLeft{}
.walkCounter_applications{margin: 45px 0px 40px 0px;}
.postal_applications h3, .walkCounter_applications h3{
     color: #0e284c;
   font-weight: 700;
   font-size: 21px;
}
.circle_count{
background-image: linear-gradient(to top, #e77f15, #ec8612, #f18e0f, #f6950c, #fa9d07, #fa9d07, #fa9d07, #fa9d07, #f6950c, #f18e0f, #ec8612, #e77f15);
   width: 40px;
   height: 40px;
   text-align: center;
   border-radius: 50%;
   position: relative;
   margin: 0 auto;
   margin-bottom: 21px;

}
.inner_count{color:#fff;
font-weight: 600;
   font-size: 30px;
    position: absolute;
 top: 50%;
 left: 50%;
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);}
 .descriptive_heading{margin-top: 20px;
       font-size: 14px;
   font-weight: 600;
   color: #0e284c;
 }
 .box_wrapper{text-align: center;
           width: 160px;
   margin: 0 auto;}
   .arrow_outrBox{position: relative;}
  .arrow_outrBox img {
  position: absolute;
   bottom: 16px;
   transform: translate(34%, -50%);}
   .box_outer{

   }
   .frameBtmRT{
     position: absolute;
       right: 92px;
   }

/*   @media screen and (min-width: 360px) {

 .wrapper{padding-bottom: 9px;}
}*/

.main_box{display: flex;}
  .main_box{
    display: flex;
 flex-wrap: wrap;
  text-align: center;
   flex-direction: row;

 }
 .box_outer{
       flex: 14.2%;
 }

@media (min-width: 821px) and (max-width: 1024px) {
.OtherFrame {
       position: absolute;
       right: 78px;
   }
.frameBtmRT {
       position: absolute;
       right: 97px;
}
 }
@media (min-width: 768px) and (max-width: 820px) {
.OtherFrame {
   position: absolute;
right: -74px;
}
.frameBtmRT {
   position: absolute;
   right: -58px;
}
 }
 @media screen and (max-width: 767px) {
.miniDevice {
       margin-top: 47px;
   }
   .postal_applications h3, .walkCounter_applications h3 {
   color: #0e284c;
   font-weight: 700;
   font-size: 17px;
}
.sideArrow{
 display: none;
}
.botmArow{
 display: block;
}
.box_outer {
   position: relative;
   height: 340px;
}
.box_outer .botmArow{
     position: absolute;
   left: 50%;
}
.OtherFrame {
   position: absolute;
          right: 12px;
}
.frameBtmRT {
	position: absolute;
	right: 24px;
}
.vat h4{padding-left: 5px;}
.social{float:none; margin-left: 30px;}
}

 @media (max-width: 800px) {
 .box_outer{
   flex: 100%;
 }
}
 @media screen and (max-width: 1024px) {
   .botmArow {
   display: block;
}
.sideArrow{
  display: none;
}
.botmArow{    width: 18px;
   margin: 0 auto;}
 }
  @media (min-width: 912px) and (max-width: 1024px) {
   .botmArow{display: none;}
       .OtherFrame {
       position: absolute;
       right: 7px;
   }
      .frameBtmRT {
       position: absolute;
       right: 30px;
   }
 }


.appStepBox{ width:14%; position:relative; margin:20px 0px;}
.appStepBox:after{ content:""; position:absolute; top:12px; right:-50px; background:url(../images/arrow3.png) 0 0 no-repeat; width:108px; height:18px;}
.appStepBox:last-child:after{ width:0px; height:0px;}
.appStepBox .numb{ margin:auto; padding:0px; color:#fff; background:#00afff; border-radius:100%; font-size:20px; font-weight:bold; width:40px; height:40px; line-height:40px; text-align:center; float:none; display:block;}

.multiselect .selection { width:100%;}
.multiselect .selection .select2-selection { width:100%;border: solid 1px #ddd; height: 43px;margin: 0 0 10px;}
.multiselect .selection .select2-selection .select2-selection__rendered { width:100%;padding: 6px 10px;}
.multiselect .selection .select2-selection__arrow { top: 8px!important; right: 7px!important;}
.multiselect .selection .select2-selection__clear {left: -10px; font-size: 20px; color: #b93838;}
.multiselect.phonecoderow .select2-container { width:95%!important;}

.select2-container--open .select2-dropdown {top: -10px;border: solid 1px #ddd;}
.select2-container--open .select2-search--dropdown { width: 100%!important;}
.select2-container--open .select2-results ul li.select2-results__option { width:100%!important;}
.phonecoderow {}

/* Modal Overlay Style */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999; /* Make sure it's on top */
}

/* Modal Box Style */
.modal {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
  max-width: 600px;
  width: 100%;
  text-align: left;
}

/* Close Button (Optional Styling) */
.close-modal {
  /* margin-top: 15px; */
  padding: 10px 15px;
  background: #f44336;
  color: #ffffff;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  float: right;
}


#passport, #oci, #otherConsularServ, #consularServ, #attestationServ, #visa, #generalInfo{ display:none;}
.tab-vertical.dashboardtab { border-radius: 5px; background: #f9f9f9;}
.dashboardtab .tab-content-vertical {}
.dashboardtab .tab-content-vertical .dashboardtab-col {background: #fff; border: 1px solid #ddd;border-radius: 4px; box-shadow: 0 2px 24px 0 rgba(0,0,0,0.11); margin-bottom:20px;}
.dashboardtab .tab-content-vertical .dashboardtab-col h3{ margin-bottom:3px; padding-bottom:3px; line-height:24px;}
.dashboardtab .tab-content-vertical .dashboardtab-col p{ margin-bottom:3px; padding-bottom:3px; line-height:20px;}
.dashboardtab-title {display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;}

.navigation ul li ul li a i{ position:absolute; top:10px; right:0px;}
.headerTitle{ border-left:solid 2px #00afff; color:#0e284c; padding:0px 0px 0px 20px; font-size:20px; font-weight:bold;}



.usefulLinks a{ padding:5px 20px; border-bottom:solid 1px #ddd; width:100%; color:#00afff; position:relative;}
.usefulLinks a:after{ content:""; border:solid 5px; border-color:transparent transparent transparent #0e284c; position:absolute; left:0px; top:10px;}


.kyj{background:url(../images/alankit-jurid-bg.png) 0 200px/100% auto no-repeat #69c1da; padding:190px 0px 30px; margin-top:-219px;}

/*------------------------*/



.front-login-bg { background:url(../images/alankit-jurid-bg1.png) 0 200px/100% auto no-repeat #eff7f9;}
.gapping.front-login { margin:0 0 50px;}
.gapping.front-login .container { width: 400px; background: #fff; padding: 30px 35px 20px; border-radius: 25px; box-shadow: 0 1px 10px 0 rgba(0,0,0,.1);box-sizing: border-box;}
.gapping.front-login .cont{ margin:auto!important;}
.gapping.front-login .container.xl{ width:800px;}
.gapping.front-login h2 { font-weight: 600; color: #000; font-size: 22px !important; text-align: center; margin: 0 0 5px !important;}
.gapping.front-login p {text-align: center; font-weight: 300; margin: 0;}
.front-login-button { margin: 10px 0 20px; display:flex; float:none;}
.front-login-button .btn-lg.secondry-btn {}
.front-login-button .btn-lg.primary-btn { font-weight: 600; margin: 0;transition: all .3s;}
.front-login-button .btn-lg.primary-btn:hover {transition: all .3s; transform: scale(1.1);}

.front-login-formcol .label { font-size: 14px; font-weight: 300;}
.front-login-links { text-align: center;}
.front-login-links a { font-weight: 300; font-size: 13.5px; color: #000 !important; text-decoration: underline; margin: 0 0 6px;}
.front-login-formcol a.login.forgotlink { font-weight: 300; color: #000 !important; font-size: 13.5px; float: right;text-decoration: underline;}


@media (min-width: 1921px) and (max-width: 8820px) {
.bannerPannel{ background-size:100%;}
}

.key-per-box{background:#fff; border:solid 2px #9ce8ff; border-radius:10px; /*border-right:solid 4px #0e284c; */padding:20px; float:right;}
.team_img{ margin-left:-130px;}
.team_img img{ border:solid 10px #fff; border-radius:100%; box-shadow:5px 5px 5px #4b7b8a; float:left;}
.openingSoonContact{float:none; padding:7px 10px; border-radius:5px; margin-left:10px; background-color:#ad0000; color:#fff; border:solid 1px #720000;}

.fa {
  text-align: center;
  text-decoration: none;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-linkedin {
  background: #007bb5;
  color: white;
}
.fa-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  color: white;
}