
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap');

body{margin:0; padding:0; color: #56595c; overflow-x:hidden; font-size: 14px; line-height:24px; font-family: 'Poppins', sans-serif;}

h1.w6, h2.w6, h3.w6, h4.w6, h5.w6, h6.w6 {font-weight:600;}
h1.w4, h2.w4, h3.w4, h4.w4, h5.w4, h6.w4 {font-weight:400;}
h1,h2,h3,h4,h5,h6 {font-weight:700; color:#222; }
h1,h2,h3,h4,h5,h6 {font-family: 'Poppins', sans-serif;}
img{max-width:100%;}
ul, li{ padding:0; margin:0; list-style:none;}
a, a:focus, a:hover{outline:none; text-decoration:none;}
.form-control:focus, .form-control:hover{box-shadow:0 0 0;}

.top-bar{background:#673AB7; padding-top:5px; padding-bottom:5px; font-size:16px; color:#fff;}
.top-bar a{color:#fff; text-decoration:underline; font-weight:bold;}

.header{box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); background-color: #fff; display:block; clear:both; position:relative; z-index: 101;}
.header-logo{display:block; clear:both; position:relative; padding-top:5px; padding-bottom:5px;}
.header-logo ul {float: right; margin: 0; padding:22px 0 0;}
.header-logo ul li {display: inline-block; margin: 0 20px;}
.header-logo ul li.last {margin-right: 0;}
.header-logo ul li img{margin-right: 5px; float: left; padding-right: 10px;}
.header-logo ul li p {float: right; overflow: hidden; margin: 0;}
.header-logo ul li p span {display: block; font-size: 14px; font-weight:bold; color: #252525;}
.header-logo ul li p span.heading { font-weight:normal;}
.header-logo ul li p span a{color: #252525;}


.navbar ul, .header-menu .navbar li{margin:0;}
.navbar-collapse{position:relative; padding:0; background:#003f69; border-top: 1px solid #003f69; border-bottom: 1px solid #003f69;}
.navbar{margin:0; padding:0; min-height:inherit; border:0; background:none;}
.navbar-nav > li > a{padding-top:15px; padding-bottom:15px; padding-left:13px; padding-right:13px; font-size:14px; color:#f7f7f7; display:block; position:relative;}
.navbar-nav > li:hover > a, .navbar-nav > li > a.active{background:#18ba60;}
.navbar-default .navbar-nav > li > a{color:#fff;}
.navbar-nav>li>a:focus, .navbar-nav>li>a:hover{color:#fff;}

.navbar-nav > li > .arow{position:absolute;  color: #fff; right:0px; top:17px; z-index: 251;}
.navbar-nav > li > .arow:after {font-family:'FontAwesome'; content: "\f107";}
.navbar-nav li ul .arow{ right:15px; top:5px;position:absolute;  color: #244863;}
.navbar-nav li ul .arow:after {content: "\f105";font-family:'FontAwesome';color: #244863;}
.navbar-collapse ul > li > ul.dropdown-menu {height: auto; min-width: 220px; display: block; position: absolute; top: 100%; left: 0; margin:0; z-index: 99999; display: none; background: #fff; border-radius:0; padding:0; box-shadow: 0 0 0;}
.navbar-collapse ul > li:hover > ul.dropdown-menu{display:block;}
.navbar-collapse .dropdown-menu .dropdown-menu{left:100%; top:0px; width:260px;}

.dropdown-menu li {display: block; position: relative;}
.dropdown-menu li a, .dropdown-menu td a {display: block; padding:5px 12px; position: relative; border-bottom: 1px solid rgba(0, 0, 0, 0.2); color: #234762;  font-size:13px;font-family: 'Roboto';letter-spacing: 1px;}
.dropdown-menu li a:hover, .dropdown-menu li a.active, .dropdown-menu td a.active {background:rgba(5,130,131,0.15); color: #8eba3c;}
.dropdown-menu li:last-child a, .dropdown-menu tr:last-child td a{border-bottom: 0;}
.navbar-collapse ul table{width:100%;}
.dropdown-menu td a:hover{background:#fff; color:#333;}
.dropdown-menu td a{padding:5px 12px; word-break:break-word;font-family: 'Roboto';letter-spacing: 1px;}



.banner-sec{display:block; clear:both;position:relative;}
.banner-sec .carousel-caption img{display:inline-block;}
.carousel-control-next{right:5%;}
.carousel-control-prev{left:5%;}
.carousel-control-next, .carousel-control-prev{width:50px; height:50px; top:50%; background:none !important;color:#fff; border-radius:50px; -webkit-border-radius:50px;opacity:1; text-shadow:0 0 0;}
.carousel-caption{bottom:180px; color: #fff;}
.carousel-caption h1{font-size: 40px; color:#fff; margin:0 0 30px; font-weight:bold;text-transform:uppercase;}
.carousel-caption p{font-size:16px; margin:0 0 15px;}
.carousel-inner > .carousel-item{text-align:center;}
.carousel-inner > .carousel-item:before{content:""; position:absolute; width:100%; height:100%; background:rgba(0,0,0,0.4); top:0; left:0;}
.carousel-inner > .carousel-item img{display:inline-block;}
.carousel-inner .btn-primary{background-color: #673AB7;  border-color: #673AB7; color:#fff; padding: 6px 20px; text-transform:uppercase;font-weight: 400;font-size: 15px;}


.page-title{position:relative; margin-bottom:50px; padding-bottom:10px;}
.page-title:before {position: absolute; content: ''; height: 2px; width: 120px; bottom: -10px; left: 50%; transform: translateX(-50%); background: #0072bc;}
.page-title:after {position: absolute; content: ''; height: 10px;width: 10px; border-radius: 50%; background: #fff; border: 2px solid #0072bc;box-shadow: 0 0 0 5px #fff;bottom: -14px; left: 50%; transform: translateX(-50%);}
.page-title h2 {letter-spacing: 1px;font-weight: bold;font-size:35px; color: #f92f2e; margin-top: 0px; margin-bottom: 0px;}
.page-title h2 span{color: #0072bc;}

.hm-genius-sec{display:block; clear:both; position:relative; background:#fff;}
.overlay_img{position: absolute; width: 100%; height: 100%; background-color:#673AB7; z-index: 1; transition:1.5s;}
.overlay_img.in-view{width: 10%; height: 100%; background-color:#673AB7; transition:1.5s;}
.hm-genius-sec .separator-line_left, 
.hm-payroll-sec .hm-abt-rht .separator-line_left, 
.hm-payroll-sec .separator-line_left{width: 70%; height: 2px; margin: 15px 0; opacity: 1; background: rgb(163, 163, 163); background: -moz-linear-gradient(left, rgba(163, 163, 163, 1) 1%, rgba(255, 255, 255, 1) 100%);  background: -webkit-linear-gradient(left, rgba(163, 163, 163, 1) 1%, rgba(255, 255, 255, 1) 100%); background: linear-gradient(to right, rgba(163, 163, 163, 1) 1%, rgba(255, 255, 255, 1) 100%);  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a3a3a3', endColorstr='#ffffff', GradientType=1); clear: both; float: none; display: inline-block;}
.hm-genius-sec  .hm-abt-lft, .hm-payroll-sec .hm-abt-lft{text-align:right;}
.hm-genius-sec .hm-abt-lft h2, .hm-payroll-sec .hm-abt-lft h2{color: #673AB7; font-size: 45px; line-height:35px; position: relative; text-transform:uppercase;}
.hm-genius-sec .hm-abt-lft h2 span, .hm-payroll-sec .hm-abt-lft h2 span{font-size:20px;text-transform: capitalize;color: #333;}
.hm-genius-sec .hm-abt-lft p, .hm-payroll-sec .hm-abt-lft p{font-size: 16px;text-align:right; font-weight: 300;color: #000; line-height: 30px;}
.hm-genius-sec a, .hm-payroll-sec a {background-color: transparent; color: #1D6DAB; border: 1px solid #1E82B6;padding: 10px 20px; font-size: 14px; text-transform: uppercase; border-radius: 0;transition: all 0.2s ease-in-out; display:inline-block;}
.hm-genius-sec a:hover, .hm-genius-sec a:focus, .hm-payroll-sec a:hover, .hm-payroll-sec a:focus{color: #fff; background-color: #1D6DAB; border-color: #1D6DAB;}

.hm-gst-sec{display:block; clear:both; position:relative; background:#fff;}
.hm-gst-sec .hm-abt-rht p{font-size: 16px;text-align:left; font-weight: 300;color: #000; line-height: 30px;}
.hm-gst-sec h2{color: #673AB7; font-size: 45px; line-height:35px; position: relative; text-transform:uppercase;}
.hm-gst-sec h2 span{font-size:20px;text-transform: capitalize;color: #333;}
.hm-gst-sec a{background-color: transparent; display:inline-block; color: #1D6DAB; border: 1px solid #1E82B6;padding: 10px 20px; font-size: 14px; text-transform: uppercase; border-radius: 0;transition: all 0.2s ease-in-out;}
.hm-gst-sec a:hover, .hm-gst-sec a:focus{color: #fff; background-color: #1D6DAB; border-color: #1D6DAB;}


.news-sec {padding-bottom:0px; display:block; clear:both; padding-top:50px; position:relative; background: #f6f6f6;}
.news-box{margin-bottom: 30px; padding:20px 20px;background-color: #fff; position:relative; border:1px solid #ddd;}
.news-box h3{font-size:24px; margin:-20px -20px 30px;  background:#673AB7; padding:10px 0; color:#fff; position:relative; text-align:center;}
.news-box h3:after{border-left: 15px solid transparent; border-right:15px solid transparent;  border-top: 15px solid #673AB7; content:""; position:absolute; height:0; width:0; left:0; right:0; margin:auto; top:100%;}
.news-box h3:before{background:none;}

.duedate td{border-bottom:1px dashed #ccc; padding:5px}
.duedate td table td{border:0; padding-right:20px; font-weight:bold;}
.duedate .dtblgo{border-bottom:1px dashed #ccc; padding:5px}
.duedate .datrtl{font-weight:bold;}
.duedate .dtblgo:last-child{border:0;}

#DataListGovind a{font-weight:bold; padding-right:25px; font-size:12px;}
.news_blog{border-bottom:1px dashed #ccc; color:#000; display:block; padding:5px 0 5px;}
.arrownews{padding:5px 0 5px;display:block;}
	
.news2d a{border-bottom:1px dashed #ccc; color:#000; display:block; padding:5px 0px 5px 0px; font-weight:normal;}
.hedingnews, a.hedingnews{display:block; font-weight:bold; border:0; padding:0;}
.boxstylenew_call .alternate{padding:5px;}
.boxstylenew{float:left; width:100%; padding-top:13px;}	
.boxstylenew_call{width:32.5%; margin-right:5px; float:left; border:1px solid #2b4081; height:332px;}
.boxstylenew_call:last-child{margin-right:0;}


.clients-section{clear: both; display: block; position: relative; padding-top:15px; padding-bottom:15px; background:#f6f9fe;}
.clients-section img {max-width: 45%;transition: all 0.4s ease-in-out; display: inline-block; padding: 15px 0;}
.clients-section img:hover {transform: scale(1.15);}

.modal-header{display: block; background:#673AB7;}
.modal-title{text-transform:uppercase; font-size:24px; color:#fff;}
.modal-dialog .group-query{position:relative; display:block; margin-bottom:20px;}
.modal-dialog .group-query:last-child{margin-bottom:0;}
.modal-dialog .form-control{background:#fff;border:1px solid #999999;border-radius:0; height:44px;}
.modal-dialog textarea.form-control{height:120px;}
.modal-dialog .form-control:focus, .enquiry-sec .form-control:hover{box-shadow:0 0 0;}
.modal-dialog .form-group{margin-bottom:25px; position:relative;}
.modal-dialog .btn-send{color:#fff; background:#673AB7; font-size:18px; padding-left:40px; padding-right:40px; border:1px solid #673AB7; height:44px; cursor:pointer; border-radius:0;}
.modal-dialog .btn-send:hover{ background:#333; border-color:#333; color:#fff;}
.modal-dialog .errer{position: absolute; top: 15px; right: 20px;}
.errer{position: absolute; top: 15px; right: 20px;}
.close{outline:none; color:#fff; opacity:1; cursor:pointer;}
.close:hover, .close:focus{outline:none;}

.footer{background-color: #292b39; padding-top:50px;}
.footer h3 {font-size: 15px; font-weight: 700; letter-spacing: 0.2em; color: rgb(255, 255, 255); margin-bottom:15px;}
.footer ul li a {font-size: 13px; line-height: 30px; color: rgba(255,255,255,0.65);}
.footer p{margin-bottom:15px;color: rgba(255,255,255,0.65);}
.footer p a {font-size: 13px; line-height: 2em; color: rgba(255,255,255,0.65);}
.copy-right{border-top: 1px solid #4c4c4e; padding:15px 0; text-align:center; margin-top:15px;}
.copy-right p{margin:0;}


.inner-page-sec{clear: both; display: block; position: relative; padding-top:50px; padding-bottom:50px; background:#fff; overflow:hidden;}
.inner-page-sec h3{font-size: 20px; text-transform: none; color: #673AB7;font-weight: 700;margin:20px 0 5px;}


.contact-s .form-wrap{margin-bottom:20px; position:relative;}
.contact-s .form-input{display: block; width: 100%; min-height: 45px; padding:10px 15px; font-size: 14px; font-weight: 400; line-height: 24px; color: #151515;   background-color: #fff; background-image: none; border-radius: 0; border: 1px solid #ccc;}
.contact-s textarea.form-input {height:auto;min-height: 60px; max-height: 400px; resize: none;}
.contact-s .button {padding:13px 25px; display:inline-block; color: #fff; background: #f92f2e; border-color: #f92f2e; font-size: 15px; border: 2px solid #f92f2e; font-weight: 700; text-transform: uppercase; cursor:pointer;}
.contact-s .button:hover, .contact-s .button:active {color: #fff; background-color:#000; border-color:#000;}
.contact-s .form-wrap span{position:absolute; right:20px; top:25px;}

.contact-s{}
.contact-s h4{color: #020202;font-size:25px;margin:0px 0 20px;font-weight: 700;}
.address{box-shadow:0 0 5px #ddd; padding:10px 10px; display:block; margin-bottom:20px;}
.address .col-md-12{display:flex;}
.address .icon{flex:0; font-size:30px;}
.address p{flex:4; padding-left:10px; font-size:15px; text-align:left;}
.address p strong{font-weight:bold; text-transform:uppercase; font-size:17px;}
.address p a{color:#333;}

/*.iframdownload{width:1170px; height:4400px; position:relative; top:-310px; border:0; overflow:hidden; margin-bottom: -310px;}*/

.product-help-box{padding:15px; background:#fff; box-shadow:0 3px 10px #ddd; margin-bottom:20px; text-align:center;-webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0);overflow: hidden;}
.product-help-box:hover{box-shadow: 0 0 25px rgb(0 0 0 / 10%); background: #fff;}
.product-help-box:before{content: ""; position: absolute; z-index: -1; left: 51%; right: 51%; bottom: 0; background: #2098d1; height: 4px;   -webkit-transition-property: left,right; transition-property: left,right; -webkit-transition-duration: .3s; transition-duration: .3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;height: 2px;background: #dc502c;}
.product-help-box:hover:before {left:0; right:0;}
.product-help-box h3{font-size:18px; color:#000000; font-weight:600; margin:0px 0 5px;}
.product-help-box:hover h4{color: #dc502c;}
.product-help-box p{font-weight: 300; color: #445475; font-size:14px; line-height:24px; margin:0 0 10px;}
.product-help-box p span{display:inline-block; padding:0 5px;}
.btn-ppt-help{background:#0b8a6c; padding:0 5px; border-radius:0; border:1px solid #065e49; color:#fff; height:30px; line-height:30px; font-size:12px; display:inline-block;}
.btn-ppt-help:hover, .btn-ppt-help:focus{background:#333; border-color:#333; color:#fff; text-decoration:none;}
.product-help-box:hover .btn-ppt-help{background:#333; border-color:#333; color:#fff;}

.product-serv-help-box{padding:20px 20px 20px; background:#fff; box-shadow:0 3px 10px #ddd; margin-bottom:20px; text-align:center;-webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0);overflow: hidden;}
.product-serv-help-box:hover{box-shadow: 0 0 25px rgb(0 0 0 / 10%); background: #fff;}
.product-serv-help-box h3{font-size:15px; color:#000000; font-weight:400; margin:0px 0 10px; min-height:40px;}
.btn-serv-help{background:#13a986; padding:0 5px; border-radius:0; border:1px solid #13a986; color:#fff; height:30px; line-height:30px; font-size:12px; display:inline-block;}
.btn-serv-help:hover, .btn-serv-help:focus{background:#333; border-color:#333; color:#fff; text-decoration:none;}

.download-update-box{background:#fff; padding:15px; position: relative; margin-bottom:30px; box-shadow:0 0 5px #ccc; overflow:hidden;}
.download-update-box h4{font-size:22px; font-weight:500; color: #000; position:relative; padding-bottom:20px;}
.download-update-box h4:after {position: absolute; left: 0; bottom:10px; width: 50px; height: 1px; background: #df5c56; content: "";}
.download-update-box table{width:100%; border-collapse:collapse;}
.download-update-box table th{padding:3px; background:#f7f7f7; font-size:16px; border:1px solid #ccc;color: #445475; font-size:14px; text-align:center;}
.download-update-box table td{padding:3px; border:1px solid #ddd;color: #445475; font-size:14px; text-align:center;}
.download-update-box table th:nth-of-type(2){width:30%;}
.download-update-box table th:last-child{width:15%;}
.download-update-box table th:first-child{width:10%;}

.download-utility-box{padding:20px 15px; background:#fff; box-shadow:0 3px 10px #ddd; margin-bottom:20px; text-align:center;-webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0);overflow: hidden;}
.download-utility-box:hover{box-shadow: 0 0 25px rgb(0 0 0 / 10%); background: #fff;}
.download-utility-box:before{content: ""; position: absolute; z-index: -1; left: 51%; right: 51%; bottom: 0; background: #2098d1; height: 4px;   -webkit-transition-property: left,right; transition-property: left,right; -webkit-transition-duration: .3s; transition-duration: .3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out;height: 2px;background: #dc502c;}
.download-utility-box:hover:before {left:0; right:0;}
.download-utility-box h4{font-size:16px; color:#000000; font-weight:500; margin:0px 0 15px;}
.download-utility-box:hover h4{color: #dc502c;}
.btn-download-utility{background:#fff; padding:0 10px; border-radius:0; border:1px solid #13a986; color:#13a986; height:30px; line-height:30px; font-size:12px; display:inline-block; text-transform:uppercase;}
.btn-download-utility:hover, .btn-download-utility:focus{background:#dc502c; border-color:#dc502c; color:#fff; text-decoration:none;}
.download-utility-box:hover .btn-download-utility{background:#dc502c; border-color:#dc502c; color:#fff;}


.products{padding-bottom:0;}
.product-list-box{display:block; clear:both; padding:15px; background:#fff; box-shadow:0 0 5px #ccc; border:1px solid #ddd; margin-bottom:30px; position:relative; overflow:hidden;transition: all ease .3s;}
.product-list-box:after{position: absolute; right: -13px; background: #787878; width: 33px; display: block; bottom: 0; transform: rotate(-39deg); color: #fff; text-align: center; padding: 5px 0px; content: "";}
.product-list-box:before{position: absolute; left: -13px; background: #787878; width: 33px; display: block; top: 0; transform: rotate(-39deg); color: #fff; text-align: center; padding: 5px 0px; content: "";}
.product-list-box:hover{transform: scale(1.04);}
.product-list-box h3{color: #dc3545;font-weight:600;margin:0px 0 5px; font-size:20px;}
.product-main-img{display: flex; clear:both; position:relative; padding:15px 10px; background:#f7f9fd; margin-bottom:10px; text-align:center; min-height: 100px; align-items: center; width:100%;}
.product-main-img img{display:inline-block; max-width:90%;}
.product-main-img a{width: 100%;}

.product-list-btn{display:block; clear:both; text-align:right;}
.product-list-btn a{background:#dc3545; padding:0 8px; border-radius:0; border:1px solid #dc3545; color:#fff; letter-spacing:0; height:30px; line-height:30px; font-size:13px; display:inline-block; margin:0 2px; text-transform:uppercase; }
.product-list-btn a+a{background:#fff; border:1px solid #dc3545; color:#dc3545;}
.product-list-btn a:hover, .product-list-btn a:focus{background:#333; border-color:#333; color:#fff; text-decoration:none;}
.product-offer-price{display:block; border-top:1px solid #ddd; border-bottom:1px solid #ddd; font-size:14px; padding:3px 0; text-align:center;}
.product-offer-price span{position:relative; overflow:hidden; display:inline-block; margin:0 2px -8px;}




a.fancybox{background: #fff; box-shadow: 0 0 7px #ccc; margin: 15px 15px 15px; padding: 10px; flex: 0 0 22.5%; max-width:22.5%; text-align:center;}
a.fancybox img{max-width:100%;}
a.fancybox:nth-of-type(4n){margin-right:0;}

.know-serv ul{list-style:none; padding-left:0;}
.know-serv ul li{position:relative; padding-left:25px; font-size:15px; margin-left:10px; line-height:24px; margin-bottom:5px;}
.know-serv ul li:before{position:absolute; content:"\f05b"; left:0; top:0; font-size:14px; display:inline-block; font-family:FontAwesome;}
.know-serv ul li a{color:#161b40;}
.know-serv ul li a:hover{text-decoration:underline;}



.mid-inner{padding-bottom:20px; padding-top:20px; display:block; clear:both; background-color:#f4eeff; position:relative;}
.mid-inner{min-height:485px;}
.inner-breadcrum-sec {background:#673AB7; padding-top:30px; padding-bottom:30px; position: absolute; left:0; right:0; top:0; z-index:1;}
/*.inner-breadcrum-sec:before{content:""; position:absolute; left:0; top:0; height:100%; width:100%; background:url(../images/banner-bg.png) no-repeat;}*/
.inner-breadcrum-sec h2 {color: #fff; font-size: 30px; margin-bottom:0px; text-transform: capitalize;}
.inner-breadcrum-sec h2:before{background:none;}
.inner-page-sec{display: block; clear: both; position: relative; padding-top:110px; background: #f4eeff;}
.inner-page-sec p{font-size:15px; margin: 0 0 15px; color: #333; line-height: 24px;}
.left-side{position:relative;}
.mid-inner h1, .mid-inner h2, .mid-inner h3{font-size:30px;}


.vat-table{margin-bottom:15px;}
.vat-table th, .midd-sec-inner .content th{background:#0d7fbe; padding:10px; font-size:14px; border:1px solid #ddd; color:#fff; font-weight:bold;}
.vat-table td, .midd-sec-inner .content td{padding:10px; font-size:14px; border:1px solid #ddd;}

.content{margin-bottom:15px;}
.content th, .content th{background:#0d7fbe; padding:10px; font-size:14px; border:1px solid #ddd; color:#fff; font-weight:bold;}
.content td{padding:10px; font-size:14px; border:1px solid #ddd;}



.card{margin-bottom:5px;}
.card-header a{font-size:20px; color:#0056b3; font-weight:500;}

.know-serv ul{list-style:none; padding-left:0;}
.know-serv ul li{position:relative; padding-left:25px; font-size:15px; margin-left:15px; line-height:24px; margin-bottom:5px;}
.know-serv ul li:before{position:absolute; content:"\f0a4"; left:0; top:0; font-size:14px; display:inline-block; font-family:FontAwesome;}
.know-serv ul li a{color:#0580c6;}
.know-serv ul li a:hover{text-decoration:underline;}
.know-serv h4{font-size: 20px; text-transform: none; color: #0271b7;font-weight: 700;margin:20px 0 5px;}
.link-box{}


.table-grid{}
.table-grid .RadGrid_WebBlue{border:1px solid #ddd;}
.table-grid .RadGrid .rgMasterTable{border-collapse:collapse !important;}
.table-grid .RadGrid .rgMasterTable th{background:#0580c6; padding:10px; font-size:14px; color:#fff; border:1px solid #ddd; font-family: 'Raleway', sans-serif;}
.table-grid .RadGrid .rgMasterTable th a{color:#fff;}
.table-grid .RadGrid .rgMasterTable td{padding:10px; font-size:14px; border:1px solid #ddd; font-family: 'Raleway', sans-serif;}
.table-grid .RadGrid .rgMasterTable td.rcbInputCell, rcbArrowCell.rcbArrowCell {padding:0; border:0;}


.table-bordered{margin-bottom:30px; width:100%;}
.table-bordered th{padding: 8px;border: 1px solid #999;text-align: left; background:#ddd; font-size:16px;}
.table-bordered th strong{font-weight:bold;}
.table-bordered td{padding: 8px;border: 1px solid #ddd;text-align: left;}
.mid-text-box-inner .ol-c{list-style-image: url(../images/green_right_arrow.svg);}
.mid-text-box-inner ol{list-style-image: url(../images/feature-checkmark.svg);}

.all-bm, .all-b{margin-left:-15px; margin-right:-15px; margin-top:30px; padding:0;}
.all-bm:before, .all-bm:after, .all-b:before, .all-b:after{display:table; content:"";}
.all-bm:after, .all-b:after{clear:both;}
.all-bm li, .all-b li{float:left; width:50%; padding-left:15px; padding-right:15px; list-style:none; position:relative;}
.all-bm li a, .all-b li a{border-bottom:1px solid #ddd; display:block; padding-top:5px; padding-bottom:5px; padding-left:25px; position:relative;}
.all-bm li a:before, .all-b li a:before{position:absolute; content:"\f0a4"; left:0; top:3px; font-size:14px; display:inline-block; font-family:FontAwesome;}

.btn-go{background:#0020c5; color:#fff; padding-left:20px; padding-right:20px;}
.btn-all{background:#ff000c; color:#fff; padding-left:20px; padding-right:20px;}
.btn-clear{background:#333; color:#fff; padding-left:20px; padding-right:20px;}
.btn-go:hover, .btn-all:hover, .btn-clear:hover{background:#02c8b8; color:#fff;}
.sl-yr{font-weight:bold; padding-top:5px;}

.tax-tab table th{background:#0580c6; padding:10px; font-size:14px; border:1px solid #ddd; color:#fff; font-weight:bold;font-family: 'Raleway', sans-serif;}
.tax-tab table td{padding:10px; font-size:14px; border:1px solid #ddd; font-family: 'Raleway', sans-serif;}
.tax-tab h4{font-size: 20px; text-transform: none; color: #034153;font-weight: 700;margin:20px 0 5px;}

.download table th{background:#0580c6; padding:10px; font-size:14px; border:1px solid #ddd; color:#fff; font-weight:bold;font-family: 'Raleway', sans-serif;}
.download table td{padding:10px; font-size:14px; border:1px solid #ddd; font-family: 'Raleway', sans-serif;}
.RadWindow_Web20 .rwControlButtons{width:160px !important}

.table-grid .rgMasterTable .NextPrevAndNumeric td{padding:0;}


.txtsp{position:absolute; top:15px; right:15px;}

.btn-send{color:#fff; background:#0271b7; font-size:18px; margin-top:5px; padding-left:40px; padding-right:40px; border:1px solid #0271b7; height:44px; cursor:pointer; border-radius:0;}
.btn-send:hover{ background:#fb6800; border-color:#fb6800; color:#fff;}
.control-form{margin-bottom:10px;}

.dtblgo{margin-bottom:15px; padding:20px 20px;background-color: #fff; border:1px solid #ddd; position:relative;}
.datrtl{font-size:16px; color:#333; font-weight:bold;}


/*News Feed */
.AboutRightbox ul li span:first-child:before{content:""; margin-right:0;}
.AboutRightbox{padding:0 0px 20px 0px;}
.AboutRightbox h2{font-weight:bold;font-size:20px;}
.AboutRightbox span{font-weight:bold; padding:5px; font-size:20px !important; display:block; margin-top:10px; border:1px solid #ccc; background:#f7f7f7;}
.AboutRightbox ul{list-style:outside; font-size:14px; padding-left:40px; border:1px solid #ccc; border-top:0; margin-bottom:0; padding-bottom:10px; margin-top:0;}
.AboutRightbox ul li{padding-right:10px; list-style: outside; border:0; padding:0;}
.AboutRightbox ul li span a{text-decoration:none; color:#000;}
.AboutRightbox ul li span a:hover{text-decoration:underline;}
.AboutRightbox ul li span a{font-weight:normal; font-size:14px; padding-left:0px !important;}
.AboutRightbox ul li span{padding:0 0 0 0px !important; margin:0; display:inline; padding:0; border:0; background:none;}

select.form-control:not([size]):not([multiple]){padding:10px 20px;}


.pay-tab table{margin-bottom:30px;}
.pay-tab table td{padding:8px; font-size:14px; border:1px solid #ddd; }
.wa-chat-box-poweredby{display:none;}

.ifram-cls {position: relative; overflow: hidden; float: left; width: 100%; height:4053px;}
.ifram-cls iframe {width: 100%; height: 4516px; position: absolute; top:-204px; border: 0; overflow: hidden;}

.ifram-cls2 {position: relative; overflow: hidden; float: left; width: 100%; height:3023px;}
.ifram-cls2 iframe {width: 100%; height:3327px; position: absolute; top:-146px; border: 0; overflow: hidden;}

/* GST acts class*/

.acts-header{padding: 15px; background: #F1F1E6; border: none; box-shadow: 0 2px 3px rgb(0 0 0 / 25%);}
.acts-header .input-group{flex-wrap: nowrap !important;position: relative; display: flex; flex-wrap: wrap; align-items: stretch; width: 100%;}
.acts-header .input-group > .form-control, .acts-header .input-group > .form-select{position: relative; flex: 1 1 auto; width: 1%; min-width: 0;}
.disablebtn{background: #004f7d; color: #ffffff;position: relative;display: inline-block;font-weight: 400;padding: 0.375rem 0.75rem;font-size: 15px;border-radius: 0.15rem;line-height: 1.9;}
.acts-header .form-select{position: relative; flex: 1 1 auto;font-size: 14px;border-top-right-radius: 0;border-bottom-right-radius: 0;margin-left: -1px;border-top-left-radius: 0;border-bottom-left-radius: 0;display: block;padding: 0.375rem 2.25rem 0.375rem 0.75rem; font-weight: 400;background-color: #fff;appearance: none;border: 1px solid #ced4da;background-image: url(../images/drop-arow.svg); background-repeat: no-repeat;  background-position: right 0.75rem center;background-size: 16px 12px;}
.w25{width: 25%;}
.acts-header .input-group-text{display: flex;align-items: center;padding: 0.375rem 0.75rem; border:0;}
.acts-header .input-group-text {background: #f5f5f5; font-size: 10px;}


.fancybox2{background: #fff; box-shadow: 0 0 7px #ccc; margin: 15px 15px 15px; padding: 10px; flex: 0 0 31%; max-width:31%; text-align:center;}
.fancybox2 img{max-width:100%;}
.fancybox2:nth-of-type(3n){margin-right:0;}

.tp-fx-head {position: fixed; z-index: 9; top: 50%; color: #fff; font-weight: bold; left: -77px;}
.tp-fx-head h3{margin:0;font-size:20px; transform: rotate(90deg); color: #fff; font-weight:bold; line-height:25px; padding:10px 30px; display:block;cursor: pointer; background:#673AB7; border-top-left-radius:10px;border-top-right-radius:10px;}

.blinking{-webkit-animation-name: blinker; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1); -webkit-animation-duration: 1.7s;}
@keyframes blinker{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}





@media(max-width:767px){
	
	.navbar-brand{margin-right:5px;}
	.navbar-brand img{width:auto;}
	.navbar-toggler{padding: 0.25rem 0.55rem; float:right; margin-top:25px;}
	.info{border-bottom:1px solid #ddd; padding-bottom:3px;}
	.header-logo ul{padding-top:0;}
	.header-logo ul li{margin:0;}
	.header-logo ul li img{width:30px; margin-right:0;}
	.header-logo ul li p span{font-weight:normal; font-size:13px;}
	.header-logo ul li p span.heading{display:none;}
	.navbar-nav > li > a{line-height: 18px; border-bottom:1px solid #ddd;}
	.navbar-collapse ul > li > ul.dropdown-menu{width:100%;position: relative;}
	.navbar-collapse .dropdown-menu .dropdown-menu{width:100%;position: relative; left:0;background: #0c3d6e;}
	.navbar-nav > li:hover > a:after{width: 100%;left: 0;}
	.navbar-nav li ul .arow:after{content: "\f107";}
	.navbar-nav > li > .arow{top: 12px;width: 20px;border: 1px solid #ddd;text-align: center;}
	.carousel-control-next, .carousel-control-prev{height:20px; width:20px;}
	.slidertext6{line-height: 13px !important;}
	.inner-breadcrum-sec h2{font-size: 20px;}
	.container{overflow-x: hidden;}
	.our-term-box h4{font-size: 18px;}
	.hm-about .abt-img:after{top:0;}
	.hm-about .side-icn{top: 90%;left: 0; right:0; margin:auto;}
	.hm-about .content{padding:15px 0;}
	.hm-about .content h3{font-size:24px;}
	.page-title h2{font-size:24px;line-height: 31px;}
	.tp-fx-head h3{font-size:14px;padding:4px 10px;}
	.tp-fx-head{left: -42px;top: 74%;}
	.hm-genius-sec{padding-top:30px;}
	.hm-genius-sec .hm-abt-lft h2, .hm-payroll-sec .hm-abt-lft h2{font-size:24px;}
	.hm-genius-sec .hm-abt-lft h2 span, .hm-payroll-sec .hm-abt-lft h2 span{font-size: 13px;font-weight: normal;}
	.hm-genius-sec .hm-abt-lft p, .hm-payroll-sec .hm-abt-lft p{font-size:14px; line-height:27px;}
	.hm-genius-sec a, .hm-payroll-sec a{margin-bottom:15px;padding: 4px 15px;}
	.hm-gst-sec{padding-top:30px;}
	.hm-gst-sec h2{font-size:24px;}
	.hm-gst-sec h2 span{font-size: 13px;font-weight: normal;}
	.hm-gst-sec a{margin-bottom:15px;padding: 4px 15px;}
	.hm-payroll-sec{padding-top:30px;}
	
	.acts-header .input-group{width: auto;flex-wrap: wrap !important;}
	.disablebtn{flex: 40%;max-width: 40%;padding: 0.375rem 0.45rem;font-size: 12px;}
	.acts-header .input-group-text{flex: 100%;}
	.acts-header .input-group > .form-control, .acts-header .input-group > .form-select{flex: 60%;max-width: 60%;font-size: 12px;}
	
	.product-list-btn{margin-top:5px; text-align:center;}
}

@media (min-width: 1200px){
.navbar {display: block;}

}


@media(min-width:992px){
.navbar-header{float:none;}
.header .container {position: relative; max-width:1220px;}
.sticky-header .navbar .navbar-collapse{position:fixed; top:0; width:100%;}

.open>.dropdown-menu{display:none;}
.navbar-nav>.open>a,  .navbar-nav>.open>a:focus, .navbar-nav>.open>a:hover{background-color:transparent;color: #fff;}
.hm-genius-sec .hm-abt-lft h2 span, .hm-payroll-sec .hm-abt-lft h2 span, .hm-gst-sec h2 span{font-size: 15px;}

}

@media(min-width:1400px){
	
.hm-genius-sec .hm-abt-lft h2 span, .hm-payroll-sec .hm-abt-lft h2 span, .hm-gst-sec h2 span{font-size:20px;}	
}


