@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body{ margin:0px; padding:0px; font-family: "Inter", sans-serif; font-size:14px; color:#000; overflow-y:scroll; font-weight:normal; font-style: 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; color:#90a1b9;}
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:#fff6eb!important; color:#ae5d35!important; border:solid 1px #ecdcc8!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 #e3e4e5;}
.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:#000; color:#fff;}
.primary-btn:hover{ background-color:#1d293d!important; color:#fff;}
.secondry-btn{ background:#000; color:#fff;}
.secondry-btn:hover{ background-color:#1d293d; color:#fff;}
.custom-btn{ background:#fff; color:#68481f;}
.custom-btn:hover{ background-color:#68481f; color:#fff;}
.btn + .btn{ margin-left:10px;}
.dark-btn{ background:#0f172b; color:#fff;}
.dark-btn:hover{ background-color:#272e40!important; color:#fff;}

/*Font colors*/
.white{ color:#fff!important;}
.black{ color:#000;}
.yellow{ color:#f5a233;}
.pink{ color:#c9344d;}
.green{ color:#00732f;}
.blue{ color:#27303f!important;}
.lightBlue{color:#cf6e3e;}
.grey{ color:#5e5b5b;}
.lightGrey{color:#c1c1c1}
.red{ color:#c42c2c;}
.orange{ color:#000;}
.orange_al{ color:#cf6e3e;}
.blueBG{ background:#7da8d6;}
.LightblueBG{ background:#68481f;}
.blackBG{ background:#000;}
.whiteBG{ background:#fff;}
.greyBG{ background:#f0f2f4;}
.darkGreyBG{ background:#ddd;}
.blackBG{ background:#000;}
.redBG{ background:#c42c2c;}
.orangeBG{ background:#68481f;}
.skyBlueBG{ background:#dce7f1;}

/*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 #68481f; 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:#000; font-weight:normal; line-height:36px; margin-bottom:10px; padding-bottom:10px;}
.content h2{ width:100%; font-size:20px; color:#000; font-weight:normal; line-height:28px; margin-bottom:10px; padding-bottom:10px;}
.content h3{ width:100%; font-size:20px; color:#000; 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:disclosure-closed; width:97%; margin:0px 0px 10px 2%;}
.content ul li{ width:100%; padding:0px 0px 7px; line-height:22px; font-size:14px;}
.content ul li::marker{ color:#5057EA;}
.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; color:#000; font-size:16px; border:solid 1px #f1f3f5; font-weight:600;}
.content table td{ padding:7px; vertical-align:top; text-align:left; border:solid 1px #f1f3f5;}

/*Manisha styles*/
.mt-3{margin-top:30px;}
.paddinglftrgt25{padding-left:25px; padding-right:25px;}
.border-rounded{border-radius:50%;}
.left-0 {left: calc(var(--spacing)*0);}
.right-0 {right: calc(var(--spacing)*0);}
.fixed {position: fixed;}
.justify-between {justify-content: space-between;}
.justify-end {justify-content: flex-end;}
.items-center {align-items: center;}
.flex {display: flex;}
.object-cover {object-fit: cover;}
.size-6 {width: 28px; height: 28px;}
.headerSection{ width:100%; position:relative; padding:0px;}
.header{background-color: #f1f3f5; border-bottom: 1px solid #e2e2e2; padding: 5px 0px;}
.loginhome{padding:5px; background-color:#fff; border-color: #eee; border-radius:5px;}
.lucide{stroke-width: 1.5px;}
.height400{ height:400px;}
.size-5{width: 24px; height: 24px;}
.size-4{width: 20px; height: 20px;}
.country{background-color:#F1F5F9; border-radius:20px; width: fit-content; padding:10px; margin:10px 5px; color:#393939;}
.font13{font-size:13px; padding:0 6px;}
.country:hover, .country.active{background-color:#0f172b; color:#fff;}
.w-auto{width: auto;}


/*theme styles*/
.logoPanel{ padding:15px 0px; width:auto; background:#fff; position:relative;}
.logoPanel img { width:auto; height:40px!important;}
.logo {color:#2f384c; font-size:30px; font-weight:bold; text-transform:uppercase; padding:14px 0px;}
.logo img{ margin-top:6px;}
.navigation{ padding:0px 0px; /*width:100%;*/ float:right;}
.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:10px; font-weight: 600; margin:0px; color:#585858; font-size:15px; text-align:center; position:relative; font-weight: 500; transition: all 0.5s linear;}
.navigation ul li a:after{content: "|"; position: absolute; right:-4px; top: 10px; color:##5791ce;}
.navigation ul li:last-child a::after {content:"";}
.navigation ul li a:hover, .navigation ul li a.active{ color:#3077c3; /*background: #e8e8e8;*/ height: 30px; padding:10px;}
.navigation ul li:last-child a{ border:none;}
.navigation ul li ul{ display:none; width:250px; position:absolute; left:0px; top:53px; z-index:1; background:#fff;color:#68481f;}/*#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:#3d2c16; width:100%; text-align:left; border-bottom:solid 1px #ecdcc8; border-radius:0px; padding:12px 20px; font-weight:normal;}
.navigation ul li ul li a:hover{ background:#d0581d;/*#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/homebanner1.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:#e3e4e5;}
.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 #68481f #68481f ; 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:#68481f; 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, #appTime{ 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; width: 100%; text-align:center; display:inline-block;}
.breadcrumb a { color:#68481f; 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:10px 20px; margin:0px 0px; width:100%;}
.tabs-menu { width:100%; margin:0px; padding-bottom: 20px; list-style:none; /*justify-content: center; display: flex;*/}
.tabs-menu li {margin-right:15px; border-radius:5px; /*padding: 0 10px;*/ /*background: #eee;*/}
.tabs-menu li a { padding: 10px 20px; color:#4a4a4a; font-size:17px; font-weight: 500; /*border-bottom:solid 5px #fff;*/ text-align:center; border-radius:20px; transition-duration: 0.5s;}
.tabs-menu li.current a { color:#fff; background:#000000;/*border-bottom:solid 2px #000; padding: 10px 0;*/}
.tabs-menu li a:hover { color:#fff; /*border-bottom:solid 2px #000;*/ background:#000000;}
.tab {/*background-color:#fff;*/ width:100%; /*padding: 20px;*/}
.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:25%; margin:0px 5% 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:#333; font-size:16px; border:solid 1px #e6e6e6; width:100%; background:#f6f6f6;}
.tabs-menu-vertical li a i {color:#1d293d;}
.tabs-menu-vertical li a:hover { color:#222; background:#eee; /*border:solid 1px #1e459f; border-top:solid 1px #1e459f;*/}
.tabs-menu-vertical li.current a{ color:#222; background:#eee; /*border:solid 1px #1e459f; border-top:solid 1px #1e459f;*/}
.tab-vertical{  background-color:#f6f6f6; width:70%; min-height:400px; box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);}
.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:26px; width:10px; height:2px; background:#1d293d; position:absolute;}
.tabs-menu-vertical li ul li a:after{ content:""; left:60px; top:23px; position:absolute; border:solid 5px; border-color:transparent transparent transparent #1d293d;}


.accordion_container { width:100%; margin-top:20px; }
.accordion_head { background:#2956bf; text-decoration:none; color:#fff; cursor:pointer; border-bottom:solid 1px #7698e7; 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:#68481f;}
.accordion_body { background:#fff; width:100%; padding:10px; text-align:justify; margin:0px;  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; height:30px; width:30px; /*background:#f1f1f1; border-radius:100%; border:solid 1px #ccc;*/}
.contactBox{ border-radius:100%; width:100px; height:100px; background:#68481f; text-align:center; line-height:115px; color:#fff;}
.borderBottomYellow{ border-bottom:dotted 3px #68481f;}
.iconBox{ position:absolute; left:0px; top:0px; padding:11px 15px; background:#68481f; line-height:18px; color:#fff; border-radius:5px 0px 0px 5px; border:solid 1px #68481f; text-align:center; min-width:53px; height:43px;}
.table{ border-collapse:collapse; width:100%; border:solid 1px #ddd;}
.table th{ background:#68481f; 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 #f1f3f5;}
.table1 th{color:#000; font-weight:600; font-size:16px; vertical-align:top; text-align:left; text-transform:uppercase;}
.table1 td{ border-bottom:solid 1px #f1f3f5; line-height:22px; vertical-align:top;}
.table1 tr:nth-child(even){ background:#f1f3f5;}
.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 #24467f;}
.feedbackType:hover{ background:#2956bf; color:#fff; }
.feedbackType.feedbackActive{ background:#24467f; 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:#2956bf; color:#fff;}
.rating.feedbackActive{ opacity:1.0; filter:contrast(1.2); background:#24467f; 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:#68481f; 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:#68481f; 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:#68481f; font-size:17px; border-radius:35px; border:none; color:#fff; font-weight:600; border:solid 1px #68481f; padding:12px 40px; cursor:pointer; transition:all 0.2s ease-out}
.survay-button .button:hover {background:none; color:#68481f; 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{ width:100%; display: contents;}
.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;}
.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: #d69745;	border-bottom: solid 4px #b57f3a; 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:#b57f3a; padding:7px; }
.vasBox .info:after{ position:absolute; content:""; bottom:-10px; left:0px; border-style:solid; border-width:0px 19px 10px 19px; border-color:#cf6e3e #cf6e3e transparent #cf6e3e;}
.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:#ae5d35; 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:#F48A56; 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:#68481f; 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 #68481f; border-radius:100%;}
.newsTitle{color:#000; 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:#68481f #68481f transparent transparent;}
.newsTitle:after{ content:""; position:absolute; right:-20px; top:0px; border:solid; border-width:40px 10px; border-color:#cf6e3e transparent transparent #68481f ;}*/
.newsTitle i{ position:absolute; color:#000; 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:#68481f; }
.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:#68481f;}
.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: 800px; height:440px; 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:400px;}


.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:#68481f; background:#fff;}
.tabs-menu-cookies li.current a{ color:#68481f; 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:#68481f; border:solid 1px #68481f; }



@-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{ margin-top:73px!important;}
.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:280px;}
/*.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:#68481f; 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: 70px!important; margin-bottom: 7px; height:70px; background:#ecdcc8; border-radius:100%; padding:10px;}
.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: #cf6e3e;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:#cf6e3e;}
.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:#68481f; 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:#68481f;}
.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:#cf6e3e; color: #fff; font-size: 18px; font-weight: 600; padding:8px 10px; width:180px; border-radius: 7px; margin:7px 0 0;}
.bannercontent a:hover { color:#68481f; background:#fff;}
.content a{display: inline-block; float: none; color:#74748e;}
.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: #ae5d35;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: #ecdcc8; 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;  width: 46%; margin: 2%; /*box-shadow: 0px 1px 17px -3px rgba(0,0,0,0.11); border-radius: 5px; border: 1px solid #edcdbf;*/}
.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; background: #f3f9ff;}
.contact-main h3 {width:100%; text-transform:uppercase; font-weight:bold; font-size:2rem; color:#000; line-height:1em;}
.contact-main span{color: #62748e; font-weight: 500; font-size: 16px; padding-bottom: 10px;}
.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: 48%;*/ border-left: solid 1px #f1f3f5; border-radius: 5px;background:#fafafa;}
.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 #68481f;*/ padding: 6px 6px 5px; border-radius: 35px; line-height:13px; margin:15px 3px 0px 0px; float:right; cursor:pointer; color:#000; position:relative;}
.language-select + .language-select{ margin-right:5px;}
.language-select i{ color:#000;}
.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:35px; 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: #68481f; 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:#68481f;}
.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; height:auto;}
.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:#f0f2f4; width: 100%; padding: 15px 30px;}
.footertop a{font-size: 14px; margin-right: 15px; color: #2b2b2b; font-weight: 400;}
.footertop a:hover{color: #5c5c5c;}
.footercol { width: 20%;}
.footercol:nth-child(2){ width:80%}
/*.footercol:nth-child(3){ width:20%}*/
.footercol h3 { color: #020618; font-weight: 400; font-size: 17px; margin: 0 0 10px;}
.footercol p{ color:#020618; font-size:14px; line-height:20px; margin:10px 0 0 0;}
.footercol img{width: 74px; display: inline; padding: 5px 0 0 6px;}
.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: #62748e !important; font-size: 14px; opacity: .7; font-weight: 500; margin: 0 0 5px;transition: all .1s;}
.footercol li a:hover { opacity:1; transition: all .1s; transform: scale(1.02);}
.footercopy {background:#f0f2f4; padding: 25px 30px; border-top: 1px solid #e3e4e5; color:#333;}
.footercopy a{font-size: 14px; margin-right: 15px; color: #74748e; text-decoration: underline; font-weight: 400;}
.footercopy a:hover{color: #4a4158;}
.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 #cf6e3e; 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 #68481f #68481f;}
.judstnBox:before{ content:""; position:absolute; right:0px; top:0px; border:solid 10px; border-color:#68481f #68481f 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:#68481f; color:#fff;}
.bottomBox .mail{ background:#cf6e3e; 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:#333; background:none; border-radius:5px!important; }
#galleryBox .slideshow a:hover, #galleryBox .slideshow a:hover i,
#galleryBox .slideshow .selected a { background-color:#ae5d35; 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:#f2f2f2; color:#333; 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: #3d3d3d !important; color: #fff !important; height: auto !important; padding: 2px !important; width: 25px !important; text-align:center;}
#galleryBox .slides-prev {left: -35px; top: 85px; background: #68481f !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: #68481f;  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: #68481f;
 }
 .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: #68481f;  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;  }
}

 @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:#1d293d; 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 #cf6e3e; color:#68481f; padding:0px 0px 0px 20px; font-size:20px; font-weight:bold;}



.usefulLinks a{ padding:10px 0px; width:100%; color:#62748e; position:relative;}
.usefulLinks a:hover{ color:#101828;}
/*.usefulLinks a:after{ content:""; border:solid 5px; border-color:transparent transparent transparent #68481f; position:absolute; left:0px; top:10px;}*/


.kyj{background:url(../images/jurid-bg.jpg) 0 0px/100% auto no-repeat; padding:40px 0px 0px;}

/*------------------------*/



.front-login-bg { background:url(../images/jurid-bg1.png) 0 200px/100% auto no-repeat #fff;}
.track-app-bg { background:url(../images/track-bg.jpg) 0 200px/100% auto no-repeat #fff;}
.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 4px 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 #68481f; */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; color:#fff !important;}





.homecontent{padding:20px; width:100%;}
.homecontent h2{width:100%; font-size: 2rem; line-height: 1.1em; margin-top: 20px; font-weight: 500; color: #000;}
.homecontent h3{width:100%; font-size: 2rem; line-height: 1.5em; margin: 20px 0 0 0; font-weight: 600; color: #000; padding-bottom: 0px;}
.homecontent span{padding: 5px 0px; color: #62748e; margin-bottom:20px; font-size:16px;}
.homecontent p{font-size: 16px;
	color:#333;
	margin-top: 30px;
	letter-spacing: 0.5;
	width: 98%;}
.homecontent img{width: 500px; max-width: 80%; border-style: solid; border-width: 20px 20px 20px 20px; border-color: #FFF; /*border-radius: 100% 100% 100% 100%;*/
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);}


.slider-main{width:100%; background:#fff; border-radius:5px;}
.slider-digit{font-size: 52px; color: #fff; margin-top: -50px; margin-left: 0px; width: 35%;

  text-align: center; background-color: #F48A56; font-weight: 700; padding: 6rem 0 15px 0; height: 672px; text-transform: uppercase;}
.slider-digit span{text-align: center; width: 100%; font-size: 28px; margin-bottom: 20px;}
.slider-right{width: 65%; padding: 20px;}
.slider-right h3{font-size:24px;
	color:#333;
	padding-bottom:10px;}
.slider-right p{font-size:14px;
	color:#333;
	padding-bottom:10px;}
.slider-right .icon{background-color: #FFF; fill: #828282; color: #828282; font-size: 35px; padding: 15px; box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08); transition: all 0.4s ease-in-out; margin-right: 20px;}
.slider-right .icon:hover{background-color: #232323; fill: #FFF; color: #FFF;}
.slider-right .separator {content: ""; background-color: #e4e4e4; position: absolute; width: 1px; height: 40px; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); margin-left: -10px; margin-top: 74px; left: 42%;}
.slider-right .separator::last-child{display:none;}
.box-shadow{background: #fff; padding:25px 30px; transition: all 0.3s; height: 110px; position: relative; border-radius:5px; box-shadow: 0 0 15px rgba(0,0,0,.08); transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}
.box-shadow .text{width:60%; color: #29308B; font-size: 36px; text-align: center; line-height: 40px; /*padding: 20px;*/
}
.btn-container{width: 39%;}
.btn-box {padding:22px; border:solid 1px #000; background-color:#fff; text-transform:uppercase; font-weight:bold; font-size:22px; color:#000; margin-top:0px; transition:250ms all ease-in-out; -webkit-transition:250ms all ease-in-out; -moz-transition:250ms all ease-in-out; -o-transition:250ms all ease-in-out;}
.btn-box:hover {color:#fff; background-color:#000
}
.processing-step-box{width:19%; margin:0.5%; overflow: hidden; border-radius: 6px; box-sizing: border-box; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; transition-duration: 0.4s; -webkit-transition-duration: 0.4s; -moz-transition-duration: 0.4s; -ms-transition-duration: 0.4s;}
.processing-step-wrap{padding: 1rem; width: 100%; height: 300px; border: 1px solid #e4e4e4; background:#fff; border-radius: 6px; transition-duration: 0.4s; -webkit-transition-duration: 0.4s; -moz-transition-duration: 0.4s; -ms-transition-duration: 0.4s;}
.processing-step-box .elementor-icon{font-size: 40px; line-height: 1; text-align: center; color: #69727d; transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; box-sizing: border-box; float: none; margin-bottom: 20px;}
.processing-step-box h2{text-align:center; box-sizing: border-box; color: #232323; font-size: 18px; width: 100%; margin-bottom: 10px;}
.processing-step-box h3{text-align:center;
	font-size:18px;
	color:#000;
	font-weight: bold;
	text-transform: uppercase;
	float: none;}
.processing-step-box p{color: #505050; text-align:center; margin-bottom: 10px; font-size: 15px; font-weight: 500;}


.feature-box{width:23%; margin:1%; border: 1px solid #e4e4e4; overflow: hidden; border-radius: 6px; box-sizing: border-box; transition-duration: 0.4s; -webkit-transition-duration: 0.4s; -moz-transition-duration: 0.4s; -ms-transition-duration: 0.4s;}
.feature-box-wrap{padding: 2rem; width: 100%; height: 250px; border: 1px solid #e4e4e4; border-radius: 6px; transition-duration: 0.4s; -webkit-transition-duration: 0.4s; -moz-transition-duration: 0.4s; -ms-transition-duration: 0.4s;}
.feature-box .elementor-icon{font-size: 40px; line-height: 1; text-align: center; color: #69727d; transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; box-sizing: border-box; float: none; margin-bottom: 10px;}
/*.feature-box .elementor-icon img{position: absolute; left: 50%; transform: translateX(-50%);}*/
.feature-box-content{text-align:center; box-sizing: border-box; color: #232323; font-size: 18px; /*line-height: 30px;*/
  width: 100%; margin-bottom: 10px;}
.feature-box .content {color: #828282; text-align:center; margin-bottom: 10px;}
.feature-box:hover {background-color: #fff; /*border-color: #fff !important;*/
  box-shadow: 0 0 30px rgba(0, 0, 0, .08); transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -moz-transform: translate3d(0, -3px, 0); -o-transform: translate3d(0, -3px, 0); -ms-transform: translate3d(0, -3px, 0); -webkit-transform: translate3d(0, -3px, 0); transform: translate3d(0, -3px, 0);}
.feature-box-wrap .elementor-button-wrapper{margin-top: 15px; opacity: 0; transform: translateY(20px); text-align: center; float: none; transition-duration: 0.4s; -webkit-transition-duration: 0.4s; -moz-transition-duration: 0.4s; -ms-transition-duration: 0.4s;}
.elementor-button-link{fill: #000; color: #000; background-color: #27AE6000; border-radius: 0px 0px 0px 0px; padding: 5px 0px 2px 0px; font-size: 13px; text-align: center; float: none;}
.elementor-button {border-style: solid; border-width: 0px 0px 1px 0px; border-color: #000;}
.feature-box:hover .feature-box-wrap .elementor-button-wrapper {opacity: 1; transform: translateY(0px);}
.news{width:30%; background:#F0F2F0; margin:1%; overflow: hidden; border-radius: 6px; box-sizing: border-box; /*height: 300px;*/
  border: 1px solid #e4e4e4; border-radius: 6px; transition-duration: 0.4s; -webkit-transition-duration: 0.4s; -moz-transition-duration: 0.4s; -ms-transition-duration: 0.4s;}
.news-image{max-height: 200px; overflow: hidden;}
.news img{width: 100%; height: auto; -webkit-transition: all 1.5s cubic-bezier(0, 0, .2, 1); transition: all 1.5s cubic-bezier(0, 0, .2, 1);}
.news:hover img{opacity: 0.6; -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1);}
.news-head{padding: 2rem;}
.news-heading{box-sizing: border-box; color: #232323; font-size: 18px; width: 100%; margin-bottom: 10px;}
.news .content {color: #828282; margin-bottom: 10px;}
.news:hover {background-color: #fff; border-color: #fff !important; box-shadow: 0 0 30px rgba(0, 0, 0, .08); transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;}
.optional-services{padding:10px; width:24%; margin:0.5%;}
.optional-services-main{flex-wrap: wrap; position: relative; width: 100%;}
.optional-services-image{max-height: 150px; overflow: hidden;}
.optional-services img{width: 100%; height: auto; -webkit-transition: all 1.5s cubic-bezier(0, 0, .2, 1); transition: all 1.5s cubic-bezier(0, 0, .2, 1);}
.optional-services:hover img{opacity: 0.6; -webkit-transform: scale3d(1.1, 1.1, 1.1); transform: scale3d(1.1, 1.1, 1.1);}
.optional-services .price{right: 0px; width: initial; max-width: initial; top: 133px; position: absolute; z-index: 1; background-color: #333045; padding: 1px 20px 2px 20px; font-size: 17px; line-height: 30px; color: #FFF;}
.optional-services .content{background-color: #eee; padding:20px; min-height: 170px;}
.optional-services .content h3{font-size: 18px; color: #000; font-weight: 600; text-transform: uppercase; width: 100%; margin: 0px; line-height: 20px; padding-top: 10px;}
.optional-services .content p{font-size: 14px; color: #333; text-align: left;}
.user{background-color: #f6f6f6; border-radius: 20px; padding: 5px 5px; margin-bottom: 20px; box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);}
.user img{width:50px; height:50px; float: left;}
.user .text{padding: 5px 0 0 16px; width: calc(100% - 50px); box-sizing: border-box;}
.user .small{font-size:12px; float: none;}
.user .heading{font-size: 16px; font-weight: 500; text-transform:capitalize;}
.customer{background-color: #f6f6f6; border-radius: 2px; padding: 10px 15px; margin-bottom: 20px; box-shadow: 0 2px 4px 0 rgba(0,0,0,.08); width: 100%;}
.customer img{width:50px; height:50px; float: left;}
.customer .text{padding: 5px 0 0 16px; width: calc(100% - 50px); box-sizing: border-box;}
.customer .small{font-size:12px; float: none;}
.customer .heading{font-size: 16px; font-weight: 500; text-transform:capitalize;}
.mainservice-box {width: 25%; background: #fff; border-right: 1px solid #e2e2e2; border-bottom: 1px solid #e2e2e2; overflow: hidden; box-sizing: border-box; transition: all 0.4s ease;}
.mainservice-box-wrap {padding: 1.5rem; height: 120px; width: 100%; transition: all 0.4s ease;}
.mainservice-box .arrow-icon {font-size: 16px; line-height: 20px; font-weight: 500; color: #333; width: 100%; transition: all 0.4s ease; box-sizing: border-box;}
.mainservice-box-wrap .arrow-button-wrapper {transform: translateY(20px); text-align: center; float: none; margin-top: 20px; width: 100%; transition: all 0.4s ease;}
.arrow-button-link {color: #62748e; background-color: transparent; border-radius: 0; padding: 5px 0 2px; font-size: 13px; text-align: center; float: none;}
.arrow-button {background-color: #f1f5f9; border-radius: 50%; transition: all 0.4s ease;}

/* ✅ Unified Hover Effects */
.mainservice-box:hover {background-color: #eceef0; box-shadow: 10px 16px 20px rgba(0, 0, 0, 0.08);}
.mainservice-box:hover .arrow-icon {text-decoration: underline;}
.mainservice-box:hover .arrow-button {transform: rotate(45deg);}




.bannerPannel{ background:#f1f3f5!important; margin-top:74px; height:auto!important;}
.home{padding:40px 20px; margin-top:0px!important;}
.heading-title { font-size:52px!important; font-weight:normal; float:left!important; color:#000!important; line-height:1.2;}
.home span { font-size:18px; color:#000; text-align:left; width:100%; margin-top: 5px; font-weight: normal; letter-spacing: -0.2;}
.gray{ color:#62748e!important;}
.topLine{ width:80%; border-bottom:dashed 2px #d7dbdf; height:5px;margin:20px 0px 10px 3%;}
.font48{ font-size:48px!important;}
.font12{ font-size:12px!important;}
.BoxLoop{ width:24%; margin:25px 0.5% 0px; padding:20px; border:solid 1px #f1f3f5; border-radius:10px; position:relative;}
.BoxLoop:before{ content:""; position:absolute; left:24px; top:-60px; background:#d7dbdf33; border-radius:100%; width:24px; height:24px;}
.BoxLoop:after{ content:""; position:absolute; left:30px; top:-55px; background:#d7dbdf; border-radius:100%; width:14px; height:14px;}
.BoxLoop span{ font-size:32px; margin-bottom:15px; color:#62748e; font-weight:600;}
.BoxLoopImgBG{ background:url(https://www.kavisa.bh/assets/images/steps-background.svg) 0 0 scroll no-repeat; position:relative; border-radius:15px; padding:50px 20px;}
.BoxLoopImgBG:after{background: linear-gradient(to bottom,  #fcfdfd 0%,#fafafb 100%); position:absolute; left:0px; top:0px; width:100%; height:100%; content:""; z-index:-1;}
.fontSembold{ font-weight:500;}
.d-flex{ display:flex;}
.trustedBox{ width:33.33%; background:#fbfcfd; padding:10px 30px; border:solid 1px #f4f5f7;}
.textSpacing{ letter-spacing:1px;}

.accordion_container { width:100%; padding:0px 20px; margin:0px!important; }
.accordion_head{background:#fff!important; border-bottom:solid 1px #f1f3f5!important; text-decoration:none; color:#000!important; cursor:pointer; margin:0px 0px 10px; padding:7px 10px 7px 10px; font-size:20px!important; position:relative; width:100%; font-weight:500;}
.accordion_body { background:#fff!important; width:100%; padding:15px 20px; text-align:justify; border:none!important; color:#667085!important; line-height:22px; font-size:14px!important; border-bottom:solid 1px #f1f3f5!important; margin:-10px 0px 10px; }
.accordion_body p{ padding:0px; margin:0px; width:100%; color:#667085!important;}
.plusminus{ float:right; font-size:14px; margin-top:0px; width:20px; height:20px; text-align:left; line-height:20px; background:#fff!important; color:#000!important;}
.plusminus.sub{ background:#c43030!important;}
.accordion_head .statusicon{ position:absolute; top:6px; right:10px; border:none;}
.accordion_body ul{ width:98%; margin:10px 0px 10px 2%; padding:0px; }
.accordion_body ul li{ width:100%; padding:4px 0px; margin:0px; }
.accordsuffix{ color:#000!important; right:0px!important; left:auto!important; width:auto!important;}
.cirBox{ height:125px; width:125px; border-radius:100%; background:#fff; margin:20px 16px 10px; overflow:hidden;}
.round30{ border-radius:30px;}
.icon{ width:30px; height:30px; background:#1d293d; border-radius:100%; color:#fff!important; text-align:center; line-height:24px;}
.marginTopHome{ }
.nav{ margin-left:200px; }
.book{background: #5791ce; color: #fff !important; border-radius: 5px; padding:10px !important; height: auto !important;}

/* Popup hidden by default */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index:10;
}

/* Popup content */
.popup-content {
  background: white;
  border-radius: 10px;
  width: 450px;
  position: relative;
  padding:30px 20px;
}
.popup-content p{
	font-size:18px;
	line-height: 22px;
	padding:5px;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  color: black;
  text-decoration: none;
}

/* Show popup when targeted */
.popup:target {
  opacity: 1;
  pointer-events: auto;
}