/*--font-family: 'Jost', sans-serif;--*/
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*--font-family: 'Roboto', sans-serif;--*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
/*--font-family: 'Barlow', sans-serif;--*/
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&family=Federo&display=swap');
/*----*/
/*----*/
/*====== STYLES GENERALES ==========*/
body {
    padding: 0;
    margin: 0;
    color: #000000;
    font-family: 'Barlow', sans-serif!important;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65rem;
}
h1,h2,h3,h4,h5,h6 {
  color: #000000;
}
a {
  color: #F36F21 ;
  transition: all .3s ease;
}
a:hover {
  color: #0095DA;
  text-decoration: none;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
/*======= THEME GENERALES STYLES ==============*/
/*--THEME TEXT  & BG COLORs--*/
.text-tmOrng{color: #F36F21!important;}
.text-tmBlue{color: #0095da!important;}

.bg-tmOrng{background: #F36F21!important;}
.bg-tmBlue{background: #0095da!important;}
.bg-tmBlueLight{background: #cdefff!important;}

/*-- THEME BUTTONS--*/
/*--Orange--*/
.btn-tmOrng {
    background: #f36f21;
    border-color: #F36F21;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    padding: 0.575rem 0.75rem;
}
.btn-tmOrng:hover{
    background: #e25400;
	border-color: #e25400;
    color: #fff;
}
.btn-tmOrng:focus{
    background: #e25400;
	border-color: #e25400;
    color: #fff;
    box-shadow: 0 0 0 0.2rem rgb(255 73 73 / 0.25);
}
.btn-outline-tmOrng{
    background: transparent;
    border-color: #F36F21;
    color: #F36F21;
    font-weight: 500;
    border-radius: 5px;
    padding: 0.575rem 0.75rem;
}
.btn-outline-tmOrng:hover{
    background: #F36F21;
	border-color: #F36F21;
    color: #fff;
}
.btn-outline-tmOrng:focus{
    background: #F36F21;
    border-color: #F36F21;
    color: #fff;
    box-shadow: 0 0 0 0.2rem rgb(243 111 33 / 0.25);
}
/*--Blue--*/
.btn-tmBlue {
    background: #0095DA;
    border-color: #0095DA;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    padding: 0.575rem 0.75rem;
}
.btn-tmBlue:hover{
    background: #0078b0;
	border-color: #0078b0;
    color: #fff;
}
.btn-tmBlue:focus{
    background: #0078b0;
	border-color: #0078b0;
    color: #fff;
    box-shadow: 0 0 0 0.2rem rgb(0 149 218 / 0.25);
}
.btn-outline-tmBlue {
    background: transparent;
    border-color: #0095DA;
    color: #0095DA;
    font-weight: 500;
    border-radius: 0;
	padding: 0.375rem 0.75rem 0.575rem;
}
.btn-outline-tmBlue:hover{
    background: #0095DA;
	border-color: #0095DA;
    color: #fff;
}
.btn-outline-tmBlue:focus{
    background: #0095DA;
	border-color: #0095DA;
    color: #fff;
    box-shadow: 0 0 0 0.2rem rgb(0 149 218 / 0.25);
}

/*--/Theme Modal/--*/
.themeModal .modal-content {
	border:none;
}
.themeModal .modal-header{
	background: #0095da;
}
.themeModal .modal-header h5{
	color: #ffffff;	
	font-size: 1.15rem;
}
.themeModal .modal-footer{
	background: #f1fbff;
}
/*--/Section Title/--*/
#section-box{
	padding:75px 0;
}
.section-title {
    margin-bottom: 15px;
}
.section-title h1{
    color: #0095da;
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 10px;
}
.section-title h2{
    color: #f36f21;
    font-size: 1.15rem;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 600;
}
.section-content {
    margin-bottom: 15px;
}
.section-content p{
	font-size: 1.05rem;
	line-height: 1.65rem;
	text-align: justify;
}
.content-box {
    background: #f1fbff;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #c0ebff;
}
.content-box h4{
	color: #0095da;
	font-size: 1.15rem;
	margin-bottom: 0;
}
a .content-box:hover {
    background: #fff5ee;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #f36f21;
}
.content-box p {
    font-size: 1.0rem;
    line-height: 1.75rem;
}
.content-box p i{
	color: #0095da;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 1.15rem;
}
/*----*/

#infoModal .modal-content {
	border-radius: 5px;
	padding-top: 20px;
	border-top: 7px solid #0095DA;
}
#infoModal .icon-box {
    width: 72px;
    height: 72px;
    margin: 0 auto 30px;
    background: #0095DA;
    font-size: 40px;
    color: #fff;
    vertical-align: middle;
    line-height: 75px;
    border-radius: 5px;
}
#infoModal .modal-body h4 {
    text-transform: uppercase;
    font-weight: 600;
    color: #0095da;
    margin-bottom: 15px;
}
#infoModal .modal-body h6 {
    line-height: 1.65rem;
    color: #000000;
    font-size: 1.15rem;
    font-weight: 500;
}
#infoModal .modal-footer  {
    background: #f36f21;
}
/*----*/
.waving-line {
  padding-bottom: 15px;
  position: relative;
  width: 130px;
  overflow: hidden;
}
.waving-line:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 220px;
  height: 12px;
  /*animation: waving-line 4s linear infinite; */
  -webkit-animation: waving-line 4s linear infinite;
  background: url(../images/white-waving-line.png);
}
.blue:after {
  background: url(../images/blue-waving-line.png)!important;
}
.orng:after {
  background: url(../images/orng-waving-line.png)!important;
}
@keyframes waving-line {
	0% 
	{
	   transform: translateX(-1px);
	}

	100% 
	{
		transform: translateX(-50px);
	} 
}
/*==//==*/
/*======= HEADER SECTION STYLES ==============*/
/**--Theme Menu Navbar--*/

.menu-navbar .navbar{
    padding: 0px;
}
.menu-navbar .navbar .nav-link{
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.025rem;
    display: block;
    position: relative;
    transition: 0.3s;
    padding: .55rem 1rem;
}
.menu-navbar .navbar .nav-link i{
    vertical-align: middle;
    opacity: 0.8;
}
.menu-navbar .nav-menu > li {
  position: relative;
  white-space: nowrap;
  float: left;
}
.menu-navbar .nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: 0px;
  left: 0;
  background-color: #f36f21;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 7px 7px 0 0;
}
.menu-navbar .nav-menu a:hover:before, .menu-navbar .nav-menu li:hover > a:before, .menu-navbar .nav-menu .active > a:before {
  visibility: visible;
  width: 100%;
}
.menu-navbar .nav-menu a:hover, .menu-navbar .nav-menu .active > a, .menu-navbar .nav-menu li:hover > a {
  color: #ffffff !important;
  /* background-color: #fff; */
}
/*--Nav Button--*/
.menu-navbar .nav-button {
    margin: 0;
    text-transform: uppercase;
    background: #f36f21;
}
.menu-navbar .nav-button a i{
    font-size: 16px;
    vertical-align: middle;
    margin-right: 2px;
    margin-top: -3px;
    opacity: 1!important;
}
.menu-navbar .nav-button:hover {
    background: #d7570b;
}
/*---*/
#theme-header .top-navbar {
    padding: unset;
    /* border-bottom: 3px solid #0095da; */
}
#theme-header .top-navbar .navbar-brand{
    padding-top: 0;
    padding-bottom: 0;
}
#theme-header .top-navbar .logo-sec img {
    width: 260px;
    margin: 0px 0;
}
#theme-header .top-navbar .irs{
    padding-top: 1px;
}
#theme-header .top-navbar .irs img{
    width: 42px;
    background: #ffffff;
    padding: 2px;
    border: 2px solid #0095da;
    margin: 0 0 0 10px;
    border-radius: 5px;
}
#theme-header .top-navbar .info-box {
    /* float: right; */
}

#theme-header .top-navbar .info-box{
    margin-bottom: 3px;
    margin-top: 4px;
}
#theme-header .top-navbar .info-box .icon{
    padding-left: 8px;
    padding-right: 8px;
    /* border-left: 4px solid #0095da; */
    float: left;
    margin-bottom: 5px;
}
#theme-header .top-navbar .icon img{
    width: 34px;
}
#theme-header .top-navbar .info{
    color: #000;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    float: left;
}
#theme-header .top-navbar .info span{
    display: block;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    font-size: 14px;
}
#theme-header .driving-call {
    background: #0095da;
    color: #fff;
    font-weight: 600;
    padding: 3px 10px;
    width: fit-content;
    border-left: 4px solid #f36f21;
    font-size: 14px;
}
#theme-header .driving-call a{
    background: #f36f21;
    padding: 2px 10px 3px;
    border-radius: 100px;
    text-transform: uppercase;
	color: #fff;
}
.preFile-box {
    color: #0095da;
    background-color: #f1fbff;
    border-radius: 200px;
    padding: 13px 18px;
    position: relative;
    text-align: center;
    display: inline-block;
    fill: #f1fbff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    margin: 5px;
}
.preFile-box span{
	font-size: 14px;
}
.preFile-box .dashed-border {
    stroke: #0095da;
    animation-play-state: running;
}
.preFile-box svg.dashed-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100.75%;
    height: 100%;
    pointer-events: none;
    /* animation: dash 20s linear infinite both; */
    /* animation-play-state: paused; */
    stroke-width: 1px;
    stroke-dasharray: 5, 5;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    fill: none;
    transition: 0.4s;
    color: #ffffff;
}
.preFile-box:hover {
	color: #000000!important;
}
.preFile-box:hover .dashed-border {
    animation-play-state: running;
	stroke: #000000;
}
/*--Dashed Keyframes--*/
	@-webkit-keyframes dash{ 
		to {stroke-dashoffset: -1000;}  
	}
	@keyframes dash{
		to {stroke-dashoffset: -1000;}
	}
	@-moz-keyframes dash{
		to { stroke-dashoffset: -1000;}
	}
/*--Dashed Keyframes--*/
/*-- Large devices (desktops, large desktops, 1024px and up)--*/
@media (min-width: 1024px) { 	
/**--Theme Menu Navbar--*/
	.menu-navbar .nav-menu .dropdown .dropdown-menu {
		border-top: 0;
		border-left: 4px solid #d8d8d8;
		border-right: 0;
		border-bottom: 0;
		opacity: 0;
		filter: alpha(opacity=0);
		visibility: hidden;
		margin: 0;
		border-radius: 0;
		padding: 5px 0 0;
	}
	.menu-navbar .nav-menu .dropdown .dropdown-menu {
		border-left: 0;
		display: block;
		position: absolute;
		background: #0c92d1;
		top: 44px;
	}
	.menu-navbar .nav-menu .dropdown .dropdown-menu .dropdown-item {
		padding: 10px;
		min-width: 12rem;
		color: #fff;
		font-weight: 500;
		font-size: 15px;
		border-bottom: 1px solid rgb(255 255 255 / 25%);
		width: 100%;
	}
	.menu-navbar .nav-menu.dropdown .dropdown-menu .dropdown-item:hover {
		background-color: #0078b0;
		color: #fff;
	}
	.menu-navbar .nav-menu .dropdown:hover .dropdown-menu {
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=1);
		min-width: 11rem;
	}
	.menu-navbar .nav-menu .dropdown-item:focus, .menu-navbar .nav-menu .dropdown-item:hover {
		text-decoration: none;
		background-color: #d9f3ff;
		color: #0095DA!important;
	}
	.menu-navbar .nav-menu .dropdown-toggle::after{
		display:none;
	}
	#admin-header .menu-navbar .nav-menu .dropdown .dropdown-menu {
		border-left: 0;
		display: block;
		position: absolute;
		background: #0078b0;
		top: 48px;
		padding: 5px 0 5px;
	}
}
/*======= HOME BANNER SECTION ==============*/
#homeBanner .banner-content{
   /* padding: 45px 60px;
    background: #fff4ee;
    background-size: cover;*/
   padding: 45px 0!important;
   background: transparent!important;
   position: relative!important;
}
#homeBanner .banner-content h1{
    font-size: 2.25rem;
    text-transform: none;
    color: #000000;
    /* background: rgb(221 246 255);
    padding: 7px 15px; */
    width: fit-content;
    border-radius: 5px;
    margin-bottom: 30px;
    font-weight: 600;
}
#homeBanner .banner-content h5 {
    font-size: 1.15rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #f36f21;
}
#homeBanner .banner-content h2{
    font-size: 1.3rem;
    color: #fff;
    background: rgb(0 149 218 / 75%);
    width: fit-content;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 20px 0;
}
#homeBanner .banner-content ul{
	/*background: rgb(255 255 255 / 65%);*/
	width: fit-content;
	/*padding: 15px 15px 10px 15px; */
	border-radius: 5px;
	margin-bottom: 20px;
	}
#homeBanner .banner-content ul li{
	font-size: 1rem;
	line-height: 1.85rem;
	font-weight: 600;
	color: #000;
	margin-bottom: 10px;
	vertical-align: middle;
	padding-left: 32px;
	position: relative;
}
#homeBanner .banner-content ul li i{
	color: #ffffff;
	background: #f36f21;
	padding: 5px;
	border-radius: 100%;
	vertical-align: middle;
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 15px;
	line-height: 1.095;
	width: 24px;
	height: 24px;
}
.regt-btn {
    color: #ffffff;
    background-color: #f36f21;
    border-radius: 28px;
    padding: 15px 25px;
    position: relative;
    text-align: center;
    display: inline-block;
    fill: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    margin-top:1px;
    
}
.regt-btn span{
	font-size: 24px;
}
.regt-btn .dashed-border {
    stroke: #ffffff;
    animation-play-state: running;
}
.regt-btn svg.dashed-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    /* animation: dash 20s linear infinite both; */
    /* animation-play-state: paused; */
    stroke-width: 1px;
    stroke-dasharray: 7, 4;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    fill: none;
    transition: 0.4s;
    color: #ffffff;
}
.regt-btn:hover {
	color: #000000!important;
}
.regt-btn:hover .dashed-border {
    animation-play-state: running;
	stroke: #000000;
}
/*--Dashed Keyframes--*/
	@-webkit-keyframes dash{ 
		to {stroke-dashoffset: -1000;}  
	}
	@keyframes dash{
		to {stroke-dashoffset: -1000;}
	}
	@-moz-keyframes dash{
		to { stroke-dashoffset: -1000;}
	}
/*--Dashed Keyframes--*/
#homeBanner .banner-form{
     padding: 45px 40px;
}

#homeBanner .announcement{
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 20px;
}
#homeBanner .announcement p {
    display: inline-block;
    color: #fff;
    margin-bottom: 0.5rem;
}
/*----*/
#loginForm {
	width: 100%;
}
#loginForm h1{
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0;
}
#loginForm h5{
	color: #f36f21;
	font-size: 0.9rem;
	font-weight: 600;
	margin-bottom: 10px;
}
#loginForm .form-control{
	border: 1px solid #0095da;
	padding: 6px 10px 6px 35px;
	margin-bottom: 0;
	min-height: 44px;
	font-size: 14px;
	line-height: 15;
	font-weight: normal;
	border-radius: 0;
	background: #ffffff;
	border-radius: 5px;
}
#loginForm .form-group{
	position:relative;
	margin-bottom: 0;
}
#loginForm .form-group i{
	position: absolute;
	top: 8px;
	left: 10px;
	font-size: 18px;
	color: #0095da;
}
#loginForm .recaptcha{
	background: #fff;
	padding: 12px 5px 5px 5px;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 5px;
	border: 1px solid #c0ebff;
}
#loginForm .footer-text {
    text-align: center;
    color: #fff;
    font-weight: 500;
}
#loginForm .footer-text a{
    font-weight: 500;
    text-transform: capitalize;
}
#loginForm .footer-text p{
    margin:0px;
    color: #000000;
}

.icon-list-style{
    padding-left: 0;
}
.icon-list-style li {
    list-style: none;
    line-height: 40px;
    color: #333;
}
.icon-list-style li::marker {
    color: #ea7425;
    font-size: 16px;
}
.icon-list-style .list-link {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.015rem;
    display: block;
    position: relative;
    transition: 0.3s;
    padding: .5rem;
    height: 60px;
    border-bottom: 1px solid #c0ebff;
}
.icon-list-style .list-link i {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 3px;
    position: relative;
    top: -1px;
    color: #0095da;
}
.icon-list-style .list-link:hover {
	background: #c8efff;
}
/*----*/
#infoSection {
    padding: 30px 0 45px;
}
#infoSection h2{
	text-transform: unset;
	font-size: 1.25rem;
	color: #0096dd;
	font-weight: 500;
}
#infoSection h2 i {
    color: #f36f21;
    background: #f36f2133;
    padding: 3px;
    border-radius: 5px;
    vertical-align: middle;
    font-size: 1.05rem;
    font-weight: 600;
    margin-right: 5px;
}
#infoSection h3{
    text-transform: uppercase;
    font-size: 1.05rem;
    color: #000000;
    font-weight: 600;
}
#infoSection h3 i {
    color: #f36f21;
    background: rgb(243 111 33 / 20%);
    padding: 3px;
    border-radius: 5px;
    vertical-align: middle;
    font-size: 1.15rem;
    margin-right: 4px;
}
#infoSection p{
    font-size: 1.0rem;
    line-height: 1.5rem;
    text-align: left;
    margin-bottom: 8px;
}
/*  #infoSection a{
    font-size: 0.95rem;
    text-transform: uppercase;
    border-bottom: 1px dashed;
    font-weight: 600;
}  */
.img-box{
	position:relative;
}
.img-box .infoArw {
	position: absolute;
	top: 20%;
	right: -20px;
	animation-name: infoArw;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
@keyframes infoArw {
	0% {
		top: 40%;
		right: -20px;
	}
	50% {
		top: 20%;
		right: -20px;
	}
	100% {
		top: 40%;
		right: -20px;
	}
}
/*----*/
#filing-steps{
	padding: 60px 0px 45px;
	/* background-image: url(../images/filing-steps-bg.jpg); */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #ffffff;
}
.info-steps{
    margin-left: 0;
    padding: 12px 0 0 0;
}
.info-steps li{
    margin-bottom: 35px;
    display: flex;
    align-items: start;
    list-style: none;
}
.info-steps li .step-number{
    margin-right: 22px;
    font-size: 20px;
    font-weight: 600;
    padding: 24px 20px 24px 35px;
    background: url(../images/steps-arrow.png)no-repeat;
    width: 80px;
    height: 78px;
}
.info-steps li .step-number span{
	color: #ffffff;
	display: inline-block;
	text-align: center;
}
.info-steps li .step-text h5{
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
}
.info-steps li .step-text p{
    color: #ffffff;
    font-size: 1.0rem;
    line-height: 1.65rem;
}
/*--Simple Steps--*/
.simple-steps {
	padding: 0 0px 30px;
	color: #fff;
}
.simple-steps.first:before {
	display: none;
}
.simple-steps:before {
	content: '';
	position: absolute;
	top: 89px;
	left: 0;
	margin-left: -150px;
	width: 80%;
	border-top: 2px dashed #f36f21;
	z-index: 0;
}
.simple-steps span i{
	color: #ffffff;
	font-size: 45px;
	border-bottom: 2px dashed #f36f21;
	background: #0095DA;
	width: 100px;
	height: 90px;
	display: table;
	margin: 0 auto;
	line-height: 80px;
	border-radius: 8px 8px 0 0;
	position: relative;
	transition: .4s;
	text-align: center;
}
.simple-steps span em {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	background: #f36f21;
	padding: 5px;
	display: block;
	width: 32px;
	height: 32px;
	line-height: 20px;
	margin: -17px auto 0;
	border-radius: 50%;
	z-index: 9;
	position: relative;
}
.simple-steps h3 {
	font-size: 24px;
	color: #f36f21;
	letter-spacing: 0.5px;
	margin: 15px 0 10px;
	font-weight: 600;
}
.simple-steps p {
	line-height: 22px;
	color: #fff;
	font-weight: 500;
}
/*----*/
#efile-2290{
	padding: 60px 0px;
	position: relative;
	overflow:hidden;
	background: #F5F5F5;
	z-index: 0;
}
/* #efile-2290:before { */
    /* content: ""; */
    /* background: url(../images/round-dotted-blue.png) no-repeat scroll center center; */
    /* position: absolute; */
    /* right: -470px; */
    /* top: -430px; */
    /* width: 800px; */
    /* height: 803px; */
    /* z-index: -7; */
    /* -webkit-animation-name: spin; */
    /* -webkit-animation-duration: 50s; */
    /* -webkit-animation-iteration-count: infinite; */
    /* -webkit-animation-timing-function: linear; */
/* } */
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}
.efile-services{
	text-align: left;
}
.efile-services .item {
    background: #ffffff;
    padding: 15px;
    box-shadow: 0px 5px 20px 0px rgb(0 175 255 / 10%);
    border-radius: 5px;
    position: relative;
    z-index: 1;
    min-height: 225px;
    margin-bottom: 20px;
    display: flex;
}
.efile-services .item .icon {
	text-align:
	center;
	margin-right: 15px;
}
.efile-services .item .icon i {
    font-size: 36px;
    margin-bottom: 10px;
    color: #f36f21;
    display: inline-block;
    position: relative;
    z-index: 1;
    height: 60px;
    width: 60px;
    line-height: 60px;
}
.efile-services .item .icon i::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #f36f21;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    opacity: 0.08;
    border-radius: 5px;
    transition: all 0.35s ease-in-out;
}
.efile-services .item:hover .icon i::after,
.efile-services .single-item:first-child .item .icon i::after {
    background: #ffffff;
    opacity: 1;
}
.efile-services .item h4 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #0095da;
  text-transform: capitalize;
  font-size: 1.50rem;
}
.efile-services .item p {
  font-size: 0.95rem;
  line-height: 1.5rem;
  font-weight: 500;
  margin: 10px 0px;
}
.efile-services .single-item {
    margin-bottom: 30px;
}
.efile-services .item::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    /* background: url(../images/box-shape.png); */
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    z-index: -1;
}
.efile-services .item::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 70%;
    width: 100%;
    background: #f36f21;
    z-index: -1;
    border-radius: 5px;
    transition: all 0.35s ease-in-out;
    opacity: 0;
}
.efile-services .item:hover::after,
.efile-services .single-item:first-child .item::after {
    opacity: 1;
}
.efile-services .item:hover::before,
.efile-services .single-item:first-child .item::before {
    opacity: 1;
    height: 100%;
}
/* .efile-services .item .content a {
    margin-top: 5px;
    display: inline-block;
    margin-bottom: -15px;
    color: #f36f21;
}
.efile-services .item .content a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
} */
.efile-services .item .content a i {
    position: relative;
    top: 1px;
    font-size: 12px;
    transition: all 0.05s ease-in-out;
}
.efile-services .item h4,
.efile-services .item h3,
.efile-services .item p,
.efile-services .item i {
  transition: all 0.35s ease-in-out;
}
.efile-services .item:hover h4,
.efile-services .item:hover h3,
.efile-services .item:hover p,
.efile-services .item:hover a,
.efile-services .single-item:first-child .item h4,
.efile-services .single-item:first-child .item h3,
.efile-services .single-item:first-child .item p,
.efile-services .single-item:first-child .item a {
  color: #ffffff;
}

/*----*/
#blog-section{
	padding: 60px 0 30px;
	background: #f5f5f5;
}
#blog-section .blog-box {
	margin-bottom:30px;
	border-radius: 10px;
}
#blog-section .blog-box .image{
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	border-radius: 10px 10px 0 0;
	background: #fff;
}
#blog-section .blog-box .image img{
	    width: 100%;
	    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
	    border-radius: 10px 10px 100px 0px;
	    position: relative;
}
/* #blog-section .blog-box:hover .image img{ */
	 /* transform: scale3d(1.1, 1.1, 1.1); */
    /* -webkit-filter: grayscale(0%); */
    /* -ms-filter: grayscale(0%); */
    /* -moz-filter: grayscale(0%); */
/* } */
#blog-section .blog-box .text {
    background: #fff;
    padding: 25px;
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 8%);
    min-height: 195px;
    border-radius: 0 0 15px 15px;
}
#blog-section .blog-box .text .blog-title {
    font-size: 1.1rem;
    line-height: 1.20;
    font-weight: 600;
    position: relative;
    min-height: 65px;
}
#blog-section .blog-box .text .blog-title:before {
    content: "";
    height: 100%;
    width: 5px;
    background: #F36F21;
    position: absolute;
    left: -25px;
    top: 0px;
    opacity: 1;
    transition: all 300ms linear 0s;
}
#blog-section .blog-box:hover .text .blog-title:before {
    background: #0095da;
}
#blog-section .blog-box .text .blog-title a{
	color: #F36F21;
}
#blog-section .blog-box:hover .text .blog-title a{
    color: #0095da;
}
#blog-section .blog-box .text p{
	font-size: 0.95rem;
	line-height: 1.35rem;
	text-align: justify;
	margin-bottom: 10px;
	overflow: hidden;
	min-height: 130px;
	color: #000;
}
#blog-section .blog-link {
    background: #f36f21;
    border-radius: 50%;
    position: absolute;
    bottom: -2px;
    right: 10px;
    height: 60px;
    width: 60px;
    border: 4px solid #fff;
}
#blog-section .blog-link a {
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 1.85;
}
#blog-section .blog-link a i {
	font-size: 16px;
	margin-left: 3px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	vertical-align: bottom;
	text-align: center;
	padding: 6px 10px;
}
#blog-section .blog-link a:hover i {
    margin-left: 8px;
}
#blog-section .blog-box .blog-list li{
    line-height: 32px;
}
#blog-section .blog-box .blog-list li i{
    padding-right: 5px;
    color: #0095DA;
    font-size: 12px;
}
/*----*/
#insurance-sec{
    padding: 75px 0 65px;
    /* background: url(../images/insurance-sec-bg.jpg) no-repeat center center #060e10; */
    background-size: cover;
    position: relative;
    background-color: #333;
}
.insurance-content {
    color: #fff;
    padding-top: 30px;
}
.insurance-content h5{
    color: #fff;
    font-size: 1.55rem;
    margin-bottom: 20px;
}
.insurance-content p{
       font-size: 1rem;
    line-height: 1.75rem;
}
.insurance-image{
    padding-top: 80px;
    padding-left: 45px;
}

.insurance-image .animate-circle {
    position: absolute;
    top: 25%;
    right: 0;
    transform: translate(-50%, -50%);
}
.insurance-image .animate-circle:before {
    animation-delay: 0.8s;
}
.insurance-image .animate-circle:after, .insurance-image .animate-circle:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid #f1fbff;
    animation-name: popupBtn;
    animation-duration: 1.8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes popupBtn {
	0% {
		transform: scale(1);
		opacity: 0.6;
	}
	50% {
		transform: scale(1.4);
		opacity: 0.3;
	}
	100% {
		transform: scale(1.8);
		opacity: 0;
	}
}
.insurance-image .ani-img {
    height: 140px;
    width: 140px;
    text-align: center;
    display: inline-block;
    background: #b8ebff;
    border-radius: 50%;
    padding: 20px;
}
.insurance-image .ani-img img{
    width: 100px;
}
/*---*/
#faq-section{
	background: #fff;
	padding: 75px 0 45px;
}
#faq-section h6{
	font-weight:700;
}
#testimonial-sec .carousel-indicators {
    /* right: unset!important; */
    margin: 0;
    bottom: -30px;
}
#testimonial-sec .carousel-indicators li {
    height: 2px;
    background-color: #f36f21;
}
.testimonial-title h5{
	color: #f36f21;
	font-size: 1.15rem;
	text-transform: uppercase;
	letter-spacing: 8px;
	margin-bottom: 15px;
}
.testimonial-title h3{
	color: #0095da;
	font-size: 2.0rem;
	line-height: 1.05;
	margin-bottom: 1rem;
	font-weight: 500;
	padding-bottom: 15px;
}
/* .testimonial p:after { */
    /* content: "\EC52"; */
    /* font-family: 'remixicon' !important; */
    /* color: #ffe6d7; */
    /* font-size: 350px; */
    /* font-style: normal; */
    /* position: absolute; */
    /* left: 50%; */
    /* top:80px; */
    /* opacity: .25; */
    /* margin-left: -62.5px; */
/* } */
.testimonial  {	
	background: rgb(255, 255, 255);	
	padding: 15px;	
	border-radius: 10px;	
/* 	box-shadow: 2px 2px 2px rgb(0 0 0 / 8%);	
 */	margin: 10px 10px 20px;
 	height:275px;
 	overflow:auto;
}
.testimonial .imag {
	width: 36px;
	height: 36px;
	overflow: hidden;
	border-radius: 6px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.testimonial .info h4{
	font-size: 1.15rem;
	color: #0095da;
	margin-bottom:0;
}
.testimonial .info h5{
	font-size: 0.85rem;
	color: #333;
}
.testimonial p{
	font-size: 14px;
	/* line-height: 22px; */
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 1.25rem;
}
.testimonial .info .star{
	font-size: 0.65rem;
	color: #f36f21;
	line-height: 0.85rem;
}
/*----*/
.faqAccordion .card {
	width: 99.9%;
	margin-bottom: 20px;
	border-radius: 0px!important;
	border: none;
	background: #ffffff;
}
.faqAccordion .card-header {
    padding: 0;
    margin-bottom: 0;
    border-bottom: 0;
    background-color: #ffffff;
}
.faqAccordion .card-body {
   font-size: 1.0rem;
    line-height: 1.75rem;
    padding: 15px 5px;
}
.faqAccordion .acdBtn {
    padding: 1.0rem!important;
    color: #0095da;
    background-color: #f1fbff;
    font-weight: 500;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 16px;
}
.faqAccordion .acdBtn:not(.collapsed) {
    padding: 1.0rem!important;
    color: #0095da;
    background-color: #f1fbff;
    border-radius: 0;
    border: none;
    font-weight: 500;
}
.faqAccordion .acdBtn {
    padding: 0;
	text-decoration: none!important;
}
.faqAccordion .acdBtn.focus, .acdBtn:focus {
    outline: 0;
    box-shadow:none;
}
.faqAccordion .icon {
    float: right;
}
/*----*/
#partners-sec {
    position: relative;
    display: block;
    background-color: #f9f9f9;
    padding: 75px 0 45px;
}
.abstract-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.03;
    z-index: 0;
}
#partners-sec .oss-box {
    text-align: center;
    background: #ffffff;
    padding: 20px;
    transition: all ease-in-out 0.3s;
    border-radius: 5px;
}
#partners-sec .oss-box:hover {
    background: #ea7425;
	transform: translateY(-15px);
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
}
#partners-sec .oss-box:hover h4{
    color: #fff;
}
#partners-sec .oss-box:hover p{
    color: #fff;
}
#partners-sec .oss-box h4 {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
}
#partners-sec .oss-box p {
    font-size: 16px;
    color: #666;
    font-weight: 400;
}
#partners-sec .oss-box img {
	border-radius: 5px;
	margin-bottom: 0;
	border: 1px solid #ececec;
	padding: 0 30px;
	background: #fff;
}
#partners-sec .title {
    text-align: center;
}
#partners-sec .title h1{
    color: #f36f21;
    font-size: 2.0rem;
    line-height: 1.05;
    margin-bottom: 1rem;
    font-weight: 600;
}
#partners-sec .title h2{
    color: #0095da;
    font-size: 1.15rem;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-bottom: 5px;
}

/*----*/
#footer-section {
    padding-top: 60px;
    padding-bottom: 0;
    position: relative;
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
    line-height: 22px;
    background: #2a2a2a;
    font-weight: 400;
}
/* #footer-section:after { */
    /* content: ''; */
    /* position: absolute; */
    /* right: 0; */
    /* background-image: url(../images/footer-bg.png); */
    /* background-repeat: repeat-x; */
    /* min-height: 300px; */
    /* background-position: 0 20%, 0 95%, 0 0, 0 100%, 0 0; */
    /* width: 100%; */
    /* animation: 160s para infinite linear; */
    /* bottom: 70px; */
    /* z-index: 0; */
/* } */
@keyframes para {
	100% {
	background-position: 
	5000px 20%,
	800px 95%,
	500px 0,
	1000px 100%,
	400px 0;
  }	
}
/* #footer-section:before { */
    /* content: ''; */
    /* position: absolute; */
    /* right: 0; */
    /* background-image: url(../images/footer-truck-img.png); */
    /* background-repeat: repeat-x; */
    /* min-height: 300px; */
    /* background-position: 0 20%, 0 95%, 0 0, 0 100%, 0 0; */
    /* width: 100%; */
    /* animation: 160s para2 reverse infinite linear; */
    /* bottom: 64px; */
    /* z-index: 9; */
/* } */
@keyframes para2 {
	100% {
	background-position: 
	5000px 20%,
	800px 95%,
	500px 0,
	1000px 100%,
	400px 0;
  }	
}
#footer-section .footer-info {
    padding: 0px 0px 30px;
    font-size: 14px;
    position: relative;
    z-index: 99;
}
#footer-section .fotr-logo{
	background: #f36f21;
	padding: 15px;
	margin-right: 15px;
	border-left: 6px solid #0095da;
	margin-bottom: 15px;
	border-radius: 5px;
	height: 84px;
	line-height: 50px;
}
#footer-section .info-box{
    margin-bottom: 15px;
}
#footer-section .info-box .icon{
    margin-bottom: 10px;
    padding-left: 19px;
    border-left: 4px solid #0095da;
}
#footer-section .info-box .icon img{
    width: 36px;
}
#footer-section .info-box .info{
    color: #ddd;
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}
#footer-section .info-box .info span{
    display: block;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    font-size: 11px;
}
#footer-section hr {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    border: 0;
    border-top: 1px solid rgb(255 255 255 / 25%);
}
#theme-footer .theme-ft-company p{
	color: #f36f21;
	font-size: 14px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 600;
}
#theme-footer .theme-ft-company .theme-links{	
	list-style: none;
    margin: 0;
    padding: 0;
}
#theme-footer .theme-ft-company .theme-links li {
    margin-bottom: 5px;
	 transition: all 0.4s ease;
}
#theme-footer .theme-ft-company .theme-links li:hover {
    padding-left: 10px;
}
#theme-footer .theme-ft-company .theme-links li a{
    color: rgba(255, 255, 255, 0.65)!important;
    font-size: 14px;
    line-height: 24px;
}
#theme-footer .theme-ft-company .theme-links li a i{
    margin-right: 10px;
    font-size: 7px;
    position: relative;
    top: -3px;
    color: #0095da;
}
#footer-section .irs-logos {
    width: 65%;
}
#footer-section .link-box {
    color: #acacac;
    margin-top: 20px;	
}
#footer-section .link-box a {
    color: rgba(255, 255, 255, 0.65)!important;
    text-transform: uppercase;
    font-size: 16px;
    margin-right: 10px;
}
#footer-section .footer-copyright {
    background: #131313;
    padding: 25px 0;
    text-align: center;
    color: #999;
}

/*======================================
//--//-->  SUB PAGE BODY CONTENT SECTION
======================================*/
#theme-breadcrumb {
    text-align: left;
    width: 100%;
    /* height: 100%; */
    position: relative;
    background-color: hsl(0deg 0% 100% / 50%);
    background-image: url(../images/theme-breadcrumb-bg.jpg);
    background-position: center center;
    padding: 130px 0 60px;
    background-size: cover;
}
.breadcrumb-overlay {
    position: absolute;
    top: 0%;
    right: 0%;
    left: 0%;
    bottom: 0%;
    background: rgb(255 255 255 / 60%);
}

#theme-breadcrumb .breadcrumb-content{
    position: relative;
}
#theme-breadcrumb .breadcrumb-content h1{
    color: #000;
    font-size: 2.15rem;
}
#theme-breadcrumb .breadcrumb {
    display: inline-flex;
    margin-bottom: 0px;
    background-color: transparent;
    font-size: 14px;
    font-weight: 500;
    padding: 0px;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #000000;
    content: "/";
}
#theme-breadcrumb .breadcrumb .breadcrumb-item a {
    color: rgb(0 0 0 / 80%);
}
#theme-breadcrumb .breadcrumb .breadcrumb-item.active {
    color: hsl(0deg 0% 0% / 50%);
}
/*----*/
/*--Subpage Content--*/
#subpage-sec{
	padding:75px 0;
}

/*--Theme Nav Tabs--*/
.theme-tab {
    background: #fff4ee;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 8%);
}
.theme-tab .nav-pills .nav-link {
    background: #0095da;
    border-radius: 0;
    color: #fff;
    padding: 7px;
    font-weight: 500;
    min-height: 64px;
    min-width: 107px;
    margin-left: 1px;
    margin-right: 1px;
    font-size: 13px;
    line-height: 16px;
    text-transform: capitalize;
}
.theme-tab .nav-pills .nav-link h5{
    color: #fff;
    font-size: 1.05rem;
    padding: 0px 15px;
    vertical-align: middle;
}
.theme-tab .nav-pills .nav-link.active, .theme-tab .nav-pills .show>.nav-link {
    color: #ffffff;
    background-color: #f36f21;
}
.theme-tab .tab-content {
    padding: 20px;
}
.theme-tab .tab-content h4{
    font-size: 1.15rem;
    font-weight: 500;
    color: #f36f21;
    text-transform: capitalize;
    margin-bottom: 15px;
    border-bottom: 1px dashed;
    padding-bottom: 5px;
}
/* .faqs-pg {
    background: url(../images/line-pattern.png)repeat center #fafafa;
} */

.my-list {
    padding-left: 20px;
    list-style: square;
}
.my-list li{
    padding-bottom: 10px;
    font-size: 1.0rem;
    line-height: 1.65rem;
}
.my-list li::marker{
    color: #f36f21;
    font-size: 18px;
}
.my-list li i{
    padding-right: 5px;
    color: #39378a;
    font-size: 12px;
}

/*----*/
.sidebar-Card {
    background: #fff;
    border-radius: 7px;
    margin-bottom: 30px;
}
.sidebar-Card .header {
    background-color: #0095DA;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 6px 6px 0 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.0rem;
}
.sidebar-Card .body {
    background-color: #f8f8f8;
    color: #F36F21;
    padding: 15px;
    border-bottom: 3px solid #0095DA;
    border-radius: 0 0 5px 5px;
}
.sidebar-Card .list {
    padding-left: 0px;
    list-style: none;
}
.sidebar-Card .list li a {
    color: #000000;
    line-height: 30px;
    font-size: .85rem;
    font-weight: 500;
}
.sidebar-Card .list li {
    margin-bottom: 10px;
    transition: all 0.4s ease;
    border-bottom: 1px dashed #cacaca;
    padding-bottom: 10px;
    width: 221px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
.sidebar-Card .list li:hover {
    padding-left: 10px;
}
.sidebar-Card .list li a i {
    padding-right: 5px;
    color: #F36F21;
}

.sidebar-Card .content i {
    color: #bf0a30;
    font-size: 22px;
    float: left;
    line-height: 23px;
}
.sidebar-Card .content h5 {
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 600;
    color: #bf0a30;
    margin-bottom: 5px;
}
.sidebar-Card .content p {
    margin-bottom: 10px;
    line-height: 22px;
    font-size: .85rem;
    color: #000;
}
.sidebar-Card .content p a {
    color: #000;
}
.sidebar-Card .media  {
	min-height:55px;
}
.sidebar-Card .media i {
	color: #F36F21;
	background: rgb(243 111 33 / 15%);
	width: 42px;
	height: 42px;
	line-height: 42px;
	font-size: 20px;
	text-align: center;
	border-radius: 5px;
}
.sidebar-Card .media.light-blue i {
	color: #6350f0;
	background: #e6e3ff;
}
.sidebar-Card .media h6 {
	text-transform: uppercase;
	font-size: 0.85rem;
	font-weight: 600;
	padding-bottom: 5px;
	color: #F36F21;
}
.sidebar-Card .media span, .sidebar-Card .media a  {
	margin-bottom: 0;
	line-height: 15px;
	font-size: .9rem;
	font-weight: 500;
	color: #000;
}

/*--Registration Box--*/
.regt-box {
    background-color: #ffffff;
    border: 4px solid #f36f21;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.regt-box .img-box {
    background: url(../images/register-page.jpg)no-repeat center center;
    background-size: cover;
    height: 100%;
}
.regt-box .form-box {
    padding: 20px 30px!important;
}

.form-box .title h1{
	color: #002868;
	font-size: 1.5rem;
	text-transform: uppercase;
	margin-bottom: 0;
}
.form-box .title h5{
    font-size: 0.85rem;
    line-height: 1.25rem;
    color: #0095da;
    font-weight: 500;
    margin-bottom: 20px;
}
.form-box .title h5 a{
    color: #f36f21;
    border-bottom: 1px dashed #f36f21;
    padding-bottom: 2px;
}
.form-box label {
    margin-bottom: 0.15rem!important;
    font-size: 11px;
    font-weight: 600!important;
    color: #000000;
    text-transform: uppercase;
}
.form-box .form-control {
    background: #ffffff;
    padding: 0.35rem 0.35rem 0.35rem 0.65rem;
    border-color: #dddddd;
    font-size: 13px!important;
    color: #20358e;
    font-weight: 400;
    border-radius: 5px;
    height: calc(1.85em + 0.75rem + 2px);
}
/*-- END Registration Page--*/

/*--Contact Info Box--*/
.contact .info-box {
	background-color: #ffffff;
	box-shadow: 0px 2px 10px rgb(0 0 0 / 8%);
	border-top: 4px solid #d0d0d0;
	padding: 20px;
	overflow: hidden;
	position: relative;
	border-radius: 8px;
}

.contact .info-box .media i {
	color: #0095da;
	background: #f1fbff;
	width: 72px;
	height: 72px;
	line-height: 72px;
	font-size: 30px;
	text-align: center;
	border-radius: 5px;
}
.contact .info-box .media h6 {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	padding-bottom: 5px;
	color: #f36f21;
}
.contact .info-box .media .info-text{
	font-size: 16px;
	color: #666;
	font-weight: 500;
	line-height: 26px;
}
.contact .info-box .media .info-text h1{
	font-size: 16px;
	color: #000;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: .0;
	text-transform: uppercase;
}
.contact .info-box .media .info-text a{
	color: #444;
}

/*-- Review Page--*/
.review-box {
    background: #fff6f0;
    border: 1px solid #f36f21;
    border-radius: 7px;
    padding: 15px;
}
.review-box h2{
	text-transform: uppercase;
	font-size: 24px;
	color: #0095DA;
	margin-bottom: 0;
}
.review-box h1{
    color: #0095DA;
}
.review-box .rateStar {
	white-space: nowrap;
}
.review-box .rateStar i {
    background: #f36f21;
    color: #fff;
    padding: 10px 8px;
    border-radius: 3px;
    font-size: 18px;
}
.review-table .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #f36f21;
}
.review-table .table-bordered td, .review-table .table-bordered th {
    border: 1px solid #f36f21;
    font-weight: 400;
    color: #0095DA;
}
.review-table .table h5{
    color: #0095DA;
    font-size: 1rem;
    margin-bottom: 5px;
}
.review-table .table h6{
    color: #000000;
    font-size: 0.8rem;
    margin-bottom: 0;
}
.review-table .rateStar {
	white-space: nowrap;
}
.review-table .rateStar i{
    color: #f36f21;
    font-size: 18px;
}
.review-table .table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}
.review-table .table-striped tbody tr:nth-of-type(even) {
    background-color: rgb(255 248 248);
}
/*-- END Review Page--*/
/*==//==*/

/*================================================
//--//--> MEDIUM DEVICES (tablets, 768px and up)
==================================================*/
@media (min-width: 768px) and (max-width: 1023.98px) {	
	#theme-header .top-navbar .info-box {
		float: left;
	}
	.menu-navbar .navbar .nav-link {
		color: #fff;
		font-size: 15px;
		font-weight: 400;
		letter-spacing: 0.035rem;
		display: block;
		position: relative;
		transition: 0.3s;
		padding: 0.5rem 1rem;
	}
	.menu-navbar .navbar-toggler-icon {
		width: 1.25em;
		height: 1.25em;
	}	
	.menu-navbar .navbar-toggler {
		font-size: 1.05rem;
		cursor: pointer;
		color: #fff;
		margin: 0 auto;
		padding: 3px 10px 0;
		border-radius: 5px;
		height: 28px;
		border: none!important;
	}
	.menu-navbar .navbar-toggler span{
		font-size: 12px;
		vertical-align: top;
		line-height: 1.02rem;
		font-weight: 500;
		padding-left: 0px;
	}
	.menu-navbar .navbar-collapse {
		position: absolute;
		top: 34px;
		right: -18px;
		width: 105%;
		background: rgb(19, 136, 203);
		z-index: 99;
		padding: 16px;
	}
	.menu-navbar .navbar-collapse .dropdown-menu {
		background-color: #1182c3!important;
		border: none!important;
		border-radius: 0!important;
		padding: 0;
	}
	.menu-navbar .navbar-collapse .dropdown-menu .dropdown-item {
		width: 100%;
		clear: both;
		text-align: inherit;
		white-space: nowrap;
		background-color: transparent;
		border: 0;
		color: #fff;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0.035rem;
		display: block;
		position: relative;
		transition: 0.3s;
		padding: .5rem .5rem .5rem 1.5rem;
		border-bottom: 1px dashed rgb(255 255 255 / 50%);
	}		
	.menu-navbar .nav-menu .dropdown-toggle::after{
		display:none;
	}
	.menu-navbar .nav-button {
		margin: 5px 0;
	}	
}
/*==//==*/
/*================================================
//--//--> SMALL DEVICES (landscape phones, 576px and up)
==================================================*/
@media (min-width: 320px) and (max-width: 767.98px) {
	#theme-header .top-navbar .info-box {
		float: left;
	}
	.menu-navbar .navbar .nav-link {
		color: #fff;
		font-size: 15px;
		font-weight: 400;
		letter-spacing: 0.035rem;
		display: block;
		position: relative;
		transition: 0.3s;
		padding: 0.5rem 1rem;
	}
	.menu-navbar .navbar-toggler-icon {
		width: 1.25em;
		height: 1.25em;
	}	
	.menu-navbar .navbar-toggler {
		font-size: 1.05rem;
		cursor: pointer;
		color: #fff;
		margin: 0 auto;
		padding: 3px 10px 0;
		border-radius: 5px;
		height: 28px;
		border: none!important;
	}
	.menu-navbar .navbar-toggler span{
		font-size: 12px;
		vertical-align: top;
		line-height: 1.02rem;
		font-weight: 500;
		padding-left: 0px;
	}
	.menu-navbar .navbar-collapse {
		position: absolute;
		top: 28px;
		right: -17px;
		width: 110%;
		background: rgb(19, 136, 203);
		z-index: 99;
		padding: 16px;
	}
	.menu-navbar .navbar-collapse .dropdown-menu {
		background-color: #1182c3!important;
		border: none!important;
		border-radius: 0!important;
		padding: 0;
	}
	.menu-navbar .navbar-collapse .dropdown-menu .dropdown-item {
		width: 100%;
		clear: both;
		text-align: inherit;
		white-space: nowrap;
		background-color: transparent;
		border: 0;
		color: #fff;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 0.035rem;
		display: block;
		position: relative;
		transition: 0.3s;
		padding: .5rem .5rem .5rem 1.5rem;
		border-bottom: 1px dashed rgb(255 255 255 / 50%);
	}		
	.menu-navbar .nav-menu .dropdown-toggle::after{
		display:none;
	}
	.menu-navbar .nav-button {
		margin: 5px 0;
	}
	.preFile-box {
		padding: 22px 19px;
	}
	#homeBanner .banner-form, #homeBanner .banner-content {
		padding: 20px 20px 0;
	}
	#homeBanner .banner-content ul li {
		font-size: 0.975rem;
		text-align: left;
		line-height: 1.25rem;
	}
	#homeBanner .banner-content h2 {
		font-size: 1.0rem;
	}
	.regt-btn {
		padding: 15px 25px;
	}
	#theme-header .top-navbar .logo-sec img {
		width: 235px;
		margin: 5px 0;
	}
	#theme-header .top-navbar .irs {
		padding-top: 5px;
	}
	#theme-header .driving-call {
		background: #0095da;
		color: #fff;
		font-weight: 600;
		padding: 3px 10px 3px 30px;
		width: fit-content;
		border-left: 4px solid #f36f21;
		font-size: 14px;
		line-height: 18px;
		position: relative;
	}
	#theme-header .driving-call i{
		position: absolute;
		top: 12px;
		left: 10px;
	}
}

/* @media ( max-width : 768px) {
	.carousel-inner .carousel-item>div {
		display: none;
	}
	.carousel-inner .carousel-item>div:first-child {
		display: block;
	}
}

.carousel-inner .carousel-item.active, .carousel-inner .carousel-item-next,
	.carousel-inner .carousel-item-prev {
	display: flex;
}

display 3
@media ( min-width : 768px) {
	.carousel-inner .carousel-item-right.active, .carousel-inner .carousel-item-next
		{
		transform: translateX(33.333%);
	}
	.carousel-inner .carousel-item-left.active, .carousel-inner .carousel-item-prev
		{
		transform: translateX(-33.333%);
	}
}

.carousel-inner .carousel-item-right, .carousel-inner .carousel-item-left
	{
	transform: translateX(0);
}
 *//*==//==*/
.menu-navbar .navbar .navbar-toggler{
	width:100%!important;
}
.font-size15rem {
	font-size: 1.5rem;
	font-weight: 500;
}
.marginbt30px {
	margin-bottom:30px;
}
.homepage-title {
	color: #f36f21;
	font-size: 1.15rem;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 600;
}
.section-title h3 {
	color: #0095da;
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 10px;
}
.font-size1rem {
	font-size: 1.5rem;
	font-weight: 500;
}
.efile-services .item h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #0095da;
    display: inline-block;
    /* text-transform: uppercase; */
    font-weight: 500;
    font-size: 22px;
    min-height: 60px;
}
.font-size175 {
	font-size: 1.75rem;
	font-weight: 500;
	text-transform: none;
}
.font-size2rem {
	font-size: 2rem!important;
}
/*======================================
//--//-->  User Testimonials SECTION
======================================*/
#user-testimonials {
    padding: 60px 0 90px;
    background: #f8f8f8;
}
#user-testimonials .testimonial .overview{
    font-size:0.8rem;
    text-align:right;
}
#user-testimonials .testimonial .overview span{
    color: #f36f21;
    font-size: 1.0rem;
    margin-right: 5px;
}
#user-testimonials .carousel-indicators {
    bottom: -60px;
}
#user-testimonials .carousel-indicators li {
    background-color: #f36f21;
	opacity: 1;
}
#user-testimonials .carousel-indicators li.active{
    background-color: #0095da;
}
/*--Flow Tab Section--*/
.flowTab-sec .nav-pills .nav-link{
	text-align: left;
	font-size: 15px;
	font-weight: 600;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #92ddff;
	border-radius: 12px;
	margin-bottom: 20px;
	border-left: 5px solid #92ddff;
	color: #444;
	position: relative;
	box-shadow: 3px 3px 8px rgb(0 0 0 / 10%);
}
.flowTab-sec .nav-pills .nav-link span{
	padding: 6px 9px;
	font-size: 13px;
	line-height: 13px;
	background: #92ddff;
	color: #fff;
	border-radius: 100px;
	margin-right: 5px;
	display: inline-block;
	width: 25px;
	height: 25px;
}
.flowTab-sec .nav-pills .nav-link.active span{
	background: #0095da;
}
.flowTab-sec .nav-pills .nav-link:hover span{
	background: #0095da;
}
.flowTab-sec .nav-pills .nav-link.active{
	background-color: #e5f7ff;
	color: #0095da;
	border: 1px solid #0095da;
	border-left: 5px solid #0095da;
	position: relative;
}
.flowTab-sec .nav-pills .nav-link.active:after {
    content: '';
    position: absolute;
    right: 101%;
    top: 50%;
    margin-top: -12px;
    border-left: 0;
    border-bottom: 12px solid transparent;
    border-top: 12px solid transparent;
    border-right: 11px solid #0095da;
}
.flowTab-sec .nav-pills .nav-link:hover{
	background-color: #e5f7ff;
	color: #0095da;
	border: 1px solid #0095da;
	border-left: 5px solid #0095da;
}
.flowTab-sec .nav-pills .nav-link:hover:after{
	content: '';
	position: absolute;
	right: 101%;
	top: 50%;
	margin-top: -12px;
	border-left: 0;
	border-bottom: 12px solid transparent;
	border-top: 12px solid transparent;
	border-right: 11px solid #0095da;
}
.flowTab-sec .nav-pills .nav-link:focus-visible{
	outline:unset;
}
.flowTab-sec .tab-content{
	position: relative;
	padding: 25px;
	background-color: #e5f7ff;
	/* border: 1px solid #cecece; */
	border-radius: 15px;
	box-shadow: 3px 3px 8px rgb(0 0 0 / 10%);
	min-height: 360px;
}
.flowTab-sec .tab-content .tab-pane img{
	border: 3px solid #bceaff;
	border-radius: 15px;
}
/*====Landing page============*/
.top-content, .testimonials, .services, .compare, .bg-lg-grey, .bg-white {
	padding: 60px 0;
}
.m-t-15 {
	margin-top: 15px;
}
.m-t-30 {
	margin-top: 30px;
}
.m-b-20 {
	margin-bottom: 20px;
}
.testimonials {
	background: rgba(253,242,228,1);
}
.bg-lg-grey {
	padding-bottom: 0;
}
img.centre {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	border-radius: 100%;
	display: block;
}
.m-b-30 {
	margin-bottom: 30px;
}
.special-char {
	font-size: 16px;
	line-height: 1.5;
}
.services .bg-lg-blue {
	background: rgba(245,246,250,1);
	padding: 60px;
	text-align: center;
	position: relative;
	margin: 20px;
}

span.text-bg {
	background: #0096dd;
	color: #fff;
	padding: 10px 15px;
	border-radius: 100%;
}
.bg-lg-grey {
	background: rgba(242,248,246,1);
}
.overlay-line {
	position: absolute;
	width: 724px;
	top: 11px;
	height: 2px;
	background: #0096dd;
	left: 207px;
	z-index: -1;
}
.bg-white {
	background: #fff;
}
.bg-white h5 {
	font-size: 34px;
	text-align: center;
	font-weight: normal;
}
h2 {
	color: #0096dd;
}
#homeBanner {
	border-bottom: 3px solid #0095da;
	position: relative;
	background: url(../images/BannerNew-img.jpg) no-repeat center bottom #ededed;
	background-size: cover;
	padding: 115px 0 0;
}

.landingPage-BannerContent h1 {
	font-size: 30px;
	line-height: 1.5;
}
p.bg-arrow {
	background: url('../images/arrow.png');
	padding: 30px 0;
	background-repeat: no-repeat;
	background-position: 338px 0;
	padding-bottom: 0;
	margin: 0;
}
p.bg-arrow a, .bg-white a.btn {
	display: inline-block;
	margin-top: 30px;
	padding: 15px 30px;
	border-radius: 10px;
	font-weight: bold;
	font-size: 24px;
}
h4, .orange {
	color: #f36f21;
}
.blue {
	color: #0096dd
}
.btn-primary:hover {
	background: #f36f21;
	border-color: #f36f21;
}
.icon {
	font-size: 15px;
/* 	color: #f36f21; */
}
.icon-small {
	font-size: 16px;
	margin-right: 5px;
}
.compare li, .bg-lg-grey li {
	margin: 15px 0;
}
.testimonial p {
	font-weight: normal;
	font-size: 16px;
}
#homeBanner .landingPage-BannerContent {
	background: #fff;
}
#homeBanner .carousel-control-next, #homeBanner .carousel-control-prev {
	background: transparent;
	border: none;
}
@media screen and (max-width: 993px) {
	.w-100 {
		width: 75% !important;
		margin: 0 auto;
	}
	p.bg-arrow {
		padding-top: 10px;
	}
	.carousel-indicators li {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.banner-overlay-div {
		position: relative;
	}
	.d-flex {
		display: block !important;
	}
	.services .bg-lg-blue {
		margin: 15px 0;
	}
}
@media screen and (max-width: 600px) {
	p.bg-arrow {
		background: transparent;
	}
	.banner-content, p.bg-arrow {
		text-align: center;
	}
}
.text-transform-none{
	text-transform:none !important;
}
.text-align-left{
	text-align: left !important;
}
#newInfoSection{
	padding: 60px 0px;
	position: relative;
	overflow:hidden;
	background: #e4f7ff;
	z-index: 0;
}
#newInfoSection h2 {
    font-size: 30px!important;
    color: #000000!important;
    font-weight: 600!important;
}
#newInfoSection  .heading{
    font-size: 1.25rem;
    color: #0095da;
    font-weight: 600;
    margin-bottom: 10px;
}
#newInfoSection ol li {
    line-height: 22px;
    margin-bottom: 10px;
}
#newInfoSection ol li::marker {
    font-weight: 500;
}
.text-align-justify{
	text-align: justify !important;
}
.app-download {
    text-align: center;
    margin-top: 5px;
}
.app-download a img {
    height: 40px;
    margin: 10px 5px 10px;
}
.efile-services .item .icon img {
    font-size: 16px;
    margin-bottom: 15px;
    color: #f36f21;
    display: inline-block;
    position: relative;
    z-index: 1;
    height: 50px;
    width: 50px;
    line-height: 67px;
}
.prefiling-content {
    color: black;
    font-size: 1.1rem;
    font-weight:500;
}
#helpVideoSection{
	padding: 30px 0px;
	position: relative;
	overflow:hidden;
	background: url(../images/stt-banner-imgv5.jpg)no-repeat center center #666;
	z-index: 0;
}
#helpVideoSection:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
}
#helpVideoSection h2 {
    color:#fff;
}
#helpVideoSection p {
    color:#fff;
}
#helpVideoSection .embed-responsive {
    border-radius: 10px;
    border: 2px solid;
}
#efile-2290 .carousel-indicators {
    position: absolute;
    right: 0;
    top: -55px;
    left: 0;
    bottom: 0;
}
#efile-2290 .carousel-indicators li.active {
    background-color: #0095da;
}
#efile-2290 .carousel-indicators li {
    background-color: #bbb;
    opacity: 1;
	width: 35px;
    height: 5px;
    margin-right: 5px;
    margin-left: 5px;
}
#efile-2290 .carousel-inner {
    position: relative;
    width: 100%;
    overflow: unset;
    z-index: 99;
	top:25px;
}
#infoModal2 .modal-header {
    background: #0095DA;
}
#infoModal2 .modal-header h5 {
    color: #fff;
    margin: 0 auto;
    font-size: 1.75rem;
    font-weight: 600;
}
#infoModal2 .modal-header .close {
    padding: 0.25rem 0.75rem 0.5rem;
    margin: unset;
    position: absolute;
    right: -15px;
    top: -15px;
    background: #f00;
    opacity: 1;
    border-radius: 100px;
    vertical-align: middle;
    font-size: 1.95rem;
    font-weight: 700;
    line-height: 0.85;
    color: #fff;
    text-shadow: unset;
}
#infoModal2 .icon-box {
    width: 72px;
    height: 72px;
    margin: 0 auto 30px;
    background: #0095DA;
    font-size: 40px;
    color: #fff;
    vertical-align: middle;
    line-height: 75px;
    border-radius: 5px;
}
#infoModal2 .modal-body h4 {
        font-weight: 700;
    color: #f36f21;
    margin-bottom: 15px;
    font-size: 1.75rem;
}
#infoModal2 .modal-body h6 {
    line-height: 1.65rem;
    color: #000000;
    font-size: 1.15rem;
    font-weight: 500;
}
#infoModal2 .modal-footer  {
    background: #f36f21;
}
.irs-logo-border {
	border: 2px solid #0095da;
	max-width: 100%;
    height: 100px;
}
.font-weight-normal{
	font-weight: normal!important;
}
/* new changes*/
.btn-reset-success {
    color: #fff;
    background-color: #28a745;
  /*border-color: #28a745;
    padding: 0.3rem 0.75rem;*/
    font-weight: 500;
}
div.centered  {
    height: 80% !important;
    padding-top: 7%;
    width: 80%;
    padding-left: 24%;
}
.modal-confirm .icon-box {
    color: #fff!important;
/*     position: absolute; */
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -50px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #1388CB;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
    display:block;
}
.modal-confirm .icon-box i {
    font-size: 60px;
    line-height: 60px;
    position: relative;
    top: 3px;
}
.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 45px 0 15px;
}
.modal-confirm .btn {
    line-height: normal;
    border: none;
    min-width: 180px;
    padding: 8px 10px;
}
#resetBtn{
	display: flex;
}
#proceedBtn,#skipBtn{
	width:45%;
}
.back-to-login {
  background-color: transparent;
  border: none;
  text-decoration: underline !important;
  color: #f36f21 !important;
  padding: 0;
}
.custom-form-group {
    margin-bottom: -10px;
  }

#otherServiceSec .globalButton{
  background-color: transparent;
  border: none;
  text-decoration: underline !important;
  color: blue !important;
  padding: 0;
}
#otherServiceSec .globalBanner-new{
	padding: 15px;
    position: relative;
    border-radius: 15px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(219, 219, 219, 0.75);
    box-shadow: 0px 5px 20px 0px rgba(219, 219, 219, 0.75);
    border-left: 4px solid #1e62ad;
    background: #fff;
}
#otherServiceSec .globalBanner-drug{
	padding: 15px;
    position: relative;
    border-radius: 15px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(219, 219, 219, 0.75);
    box-shadow: 0px 5px 20px 0px rgba(219, 219, 219, 0.75);
     background: #fff;
	border-left: 4px solid #1e62ad;
	
}
#otherServiceSec .globalBanner-eld{
	padding: 15px;
    position: relative;
    border-radius: 15px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(219, 219, 219, 0.75);
    box-shadow: 0px 5px 20px 0px rgba(219, 219, 219, 0.75);
	border-left: 4px solid #1e62ad;
	background: #fff;
	
}
.captcha_box{
	float:left;
	width:100%;	
}
.captcha_box i{
	font-size: 16px;
	width: 36px;
	line-height: 33px;
	height: 36px;
	border-radius: 10px;
	border: 1px solid #EA7425;
	text-align: center;
	color: #EA7425;
	float: left;
	margin-right:12px;
}
  
 /*-----*/
 #otherServiceSec{
    padding: 30px 0 20px;
    background: #e5f7ff;
}
#otherServiceSec .globalBanner{
    padding: 15px;
    display: flex;
    position: relative;
    border-radius: 15px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(219, 219, 219, 0.75);
    box-shadow: 0px 5px 20px 0px rgba(219, 219, 219, 0.75);
    border-left: 4px solid #1e62ad;
    background: #f0f7ff;
}
#otherServiceSec .globalBanner .leftSide{
    margin-right: 20px;
    width:40%;
}
#otherServiceSec .globalBanner .leftSide h2{
    font-size: 1.35rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0.95rem;
    min-height: 60px;
}
#otherServiceSec .globalBanner .leftSide img{   
    border-radius: 10px;
}
#otherServiceSec .globalBanner .rightSide{
    width:60%;
}
#otherServiceSec .globalBanner .rightSide h3{
    font-size: 1.05rem;
    font-weight: 600;
    color: #000;
    min-height: 60px;
}
#otherServiceSec .globalBanner .rightSide ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#otherServiceSec .globalBanner .rightSide ul li {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0px;
}
#otherServiceSec .globalBanner .rightSide ul li i{
    color: #1e62ad;
    font-size: 16px;
    vertical-align: middle;
    margin-right: 5px;
}
#otherServiceSec .globalBanner .rightSide ul li span{
    font-weight: 700;
    font-size: 15px;
    color: #1e62ad;
}
#otherServiceSec .globalBanner.green{    
    border-left: 4px solid #a2c439!important;
    background: #fcfff4!important;
}
#otherServiceSec .globalBanner.green .rightSide ul li i{
    color: #a2c439;
}
#otherServiceSec .row-eq-height{
	  display: flex;
      flex-wrap: wrap;
}
.btn-reset-error {
	color: #fff;
    background-color: #f44336;
  /*border-color: #28a745;
    padding: 0.3rem 0.75rem;*/
    font-weight: 500;
}
#otherServiceSec .globalBanner.orange{
	border-left: 4px solid #ed8648!important;
	background: #fff3ed!important;
}
#otherServiceSec .globalBanner.orange .rightSide ul li i{
	color: #ed8648;
}

#otherServiceSec .globalButton{
  background-color: transparent;
  border: none;
  text-decoration: underline !important;
  color: blue !important;
  padding: 0;
}
#otherServiceSec .globalBanner-new{
	padding: 15px;
	position: relative;
	border-radius: 8px;
	-webkit-box-shadow: 0px 5px 20px 0px #ace5ff;
	box-shadow: 0px 5px 20px 0px #ace5ff;
	/* border-left: 4px solid #f36f21; */
	background: #fff;
}
#otherServiceSec .globalBanner-new .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    margin-right: 20px;
    width: 75px;
    margin-bottom: 10px;
}
#otherServiceSec .globalBanner-new .heading {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
#otherServiceSec .globalBanner-new p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.45rem;
    min-height: 70px;
    margin-bottom: 5px;
}
.readmoreLink {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
}
.readmoreLink i {
    background: #0095da;
    color: #fff;
    padding: 2px;
    margin-left: 10px;
    font-weight: 400;
    font-size: 13px;
    border-radius: 3px;
}
#otherServiceSec .globalBanner-new:hover .readmoreLink i {
    background: #F36F21;
}
#otherServiceSec .globalBanner-drug{
	padding: 15px;
    position: relative;
    border-radius: 15px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(219, 219, 219, 0.75);
    box-shadow: 0px 5px 20px 0px rgba(219, 219, 219, 0.75);
     background: #fff;
	border-left: 4px solid #1e62ad;
	
}
#otherServiceSec .globalBanner-eld{
	padding: 15px;
    position: relative;
    border-radius: 15px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(219, 219, 219, 0.75);
    box-shadow: 0px 5px 20px 0px rgba(219, 219, 219, 0.75);
	border-left: 4px solid #1e62ad;
	background: #fff;
	
}
.catcha_box{
	float:left;
	width:100%;	
}
.catcha_box i{
	font-size: 16px!important;
    width: 32px;
    line-height: 32px;
    height: 32px;
    border-radius: 10px;
    border: 1px solid #EA7425;
    text-align: center;
    color: #F36F21!important;
    float: left;
    margin-right: 12px;
    top: 0!important;
    right: 0!important;
    left: unset!important;
}
#loginForm h2 {
    color: #0095da;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}
.catcha_box {
    color: #F36F21!important;
}

.h2title {text-transform:none !important;font-size:30px!important;color: #000000!important;font-weight: 600!important;}

.justify-content-center{
justify-content: center!important;
 margin-left: 200px;
}










/* for new desgin  banner1*/


#homeBanner1 .banner-content{
   /* padding: 45px 60px;
    background: #fff4ee;
    background-size: cover;*/
    padding: 20px 45px;
    background: #fff4ee;
}
#homeBanner1 .banner-content h1{
    font-size: 1.2rem;
    text-transform: none;
    color: #000000;
    /* background: rgb(221 246 255);
    padding: 7px 15px; */
    width: fit-content;
    border-radius: 5px;
    margin-bottom: 20px;
    font-weight: 600;
    display:inline;
}
#homeBanner1 .banner-content h2{
    font-size: 1.3rem;
    color: #fff;
    background: rgb(0 149 218 / 75%);
    width: fit-content;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 20px 0;
}
#homeBanner1 .banner-content ul{
	/*background: rgb(255 255 255 / 65%);*/
	width: fit-content;
	/*padding: 15px 15px 10px 15px; */
	border-radius: 5px;
	margin-bottom: 15px;
	}
#homeBanner1 .banner-content ul li{
	font-size: 1.2rem;
	line-height: 1.95rem;
	font-weight: 600;
	color: #000;
	margin-bottom: 15px;
	vertical-align: middle;
	padding-left: 32px;
	position: relative;
}
#homeBanner1 .banner-content ul li i{
	color: #ffffff;
	background: #0095DA;
	padding: 4px;
	border-radius: 5px;
	vertical-align: middle;
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: 4px;
	font-size: 16px;
	line-height: 1;
}
#homeBanner1 .banner-form{
     padding: 20px 40px;
     background: #f1fbff;
}

#homeBanner1 .announcement{
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 20px;
}
#homeBanner1 .announcement p {
    display: inline-block;
    color: #000;
}

#homeBanner1 .banner-form, #homeBanner1 .banner-content {
		padding: 20px;
	}
	#homeBanner1 .banner-content h1 {
		font-size: 1.5rem;
	}
	#homeBanner1 .banner-content ul li {
		font-size: 1.0rem;
	}
	#homeBanner1 .banner-content h2 {
		font-size: 1.0rem;
	}
	
	#homeBanner1 {
	border-bottom: 3px solid #0095da;
	position: relative;
}
	
	#homeBanner1 .landingPage-BannerContent {
	background: #fff;
}
#homeBanner1 .carousel-control-next, #homeBanner1 .carousel-control-prev {
	background: transparent;
	border: none;
}
.checkbox{
	color:#fd7e14"; font-size: xx-large;
}
			.top-content .border-content .icon-content {  border-top: 2px solid #eee; padding-top: 20px;}
			.top-content .border-content .icon-box {  border-top: 2px solid #f36f21; padding-top: 20px;}
			.top-content .border-content .icon-box span.fa {color: #f36f21; font-size: 30px; }
			.top-content .border-content .icon-content h3 { color: #f36f21; font-size: 20px;}
			.top-content .bg-grey-flex { padding: 15px; margin: 15px; flex: 1; text-align: center;}
			.app-content, .image-boxes, .btm-content { padding: 30px 0;}			
			.image-content h3 { color: #f36f21; font-size: 24px;}
			.image-content ul li { margin: 10px 0;}
			.image-content ul span.fa {  color: #f36f21; margin-right: 10px; }
			.image-boxes h3, .btm-content h3 { color: #0096dd; margin: 15px 0 40px 0; text-align: center;}
			 .image-boxes h4 {color: #f36f21; font-size: 24px; margin: 15px 0; } 
			 .img-box { box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); flex: 1; }
			 .btm-content h3  { margin-bottom: 15px;}
			 .btm-content-brd { border-bottom: 3px solid #f36f21; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); border-radius: 50px;}
			 .btm-content-brd a.btn { background: #f36f21; color: #fff;  display: inline-block; 
			 border: 2px solid #f36f21; border-radius: 28px; padding: 10px 25px; font-size: 20px;
font-weight: 500;
line-height: 22px; }
 .btm-content-brd a.btn:hover { color: #000;}
			 .m-t-30 { margin-top: 30px;}
			 .m-t-15 { margin-top: 15px;}
			 .m-b-30 { margin-bottom: 30px;}
			 #homeBanner1 .banner-content h1 { font-size: 22px;color: #0095da; margin: 10px 0 15px;}
			 .homeBanner-cont { padding: 30px!important; }
			 #homeBanner1 .banner-content h2 { color:#f36f21; font-size: 20px; background: none; margin: 15px 0; text-align: left; padding:0;}
			 .homeBanner-cont h3  { color: #333; font-size: 30px;  margin-bottom: 20px;}
			 .homeBanner-cont p {color: #fff;}
			 .homeBanner-cont a.btn { padding: 10px 25px; font-size: 20px;}
			 ul.list  li { color: #fff; font-weight: bold;}
			 #homeBanner1 .banner-content {padding-bottom: 80px;}
			 .regt-btn { position: absolute;
right: -97px;
z-index: 99; bottom: 20px;}
#homeBanner1 .banner-content h1 { color: #0095da;}
 @media screen and (max-width: 992px) {
			 	
			 	.regt-btn { position: static;;}
			 }
			 @media screen and (max-width: 768px) {
			 	.image-boxes  .img-box { flex: none;}
			 	.row { margin: 0;}
			 	.regt-btn { position: static;;}
			 	 #homeBanner1 .banner-content {padding-bottom: 0px;}
			 }


.top-content .border-content .icon-box p i{
			 color:#fd7e14!important; font-size: xx-large!important;
			 } 

.icon-color{
			 color:#fd7e14!important; font-size: xx-large!important;
			 } 
			 
#homeBanner2 .banner-content{
   padding: 45px 60px;
    background: #fff4ee;
    background-size: cover;
    padding: 20px 45px;
    background: #fff4ee;
}
#homeBanner2 .banner-content h1{
    font-size: 1.2rem;
    text-transform: none;
    color: #000000;
    background: rgb(221 246 255);
    padding: 7px 15px;
    width: fit-content;
    border-radius: 5px;
    margin-bottom: 20px;
    font-weight: 600;
    display:inline;
}

#homeBanner2 .banner-content ul{
	background: rgb(255 255 255 / 65%);
	width: fit-content;
	padding: 15px 15px 10px 15px;
	border-radius: 5px;
	margin-bottom: 15px;
	}
#homeBanner2 .banner-content ul li{
	font-size: 1.2rem;
	line-height: 1.95rem;
	font-weight: 600;
	color: #000;
	margin-bottom: 15px;
	vertical-align: middle;
	padding-left: 32px;
	position: relative;
}
#homeBanner2 .banner-content ul li i{
	color: #ffffff;
	background: #0095DA;
	padding: 4px;
	border-radius: 5px;
	vertical-align: middle;
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: 4px;
	font-size: 16px;
	line-height: 1;
}

#homeBanner2 .banner-form{
     padding: 20px 40px;
     background: #f1fbff;
}

#homeBanner2 .announcement{
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 20px;
}
#homeBanner2 .announcement p {
    display: inline-block;
    color: #000;
}

#homeBanner2 .banner-form, #homeBanner2 .banner-content {
		padding: 20px;
	}
	#homeBanner2 .banner-content h1 {
		font-size: 1.5rem;
	}
	#homeBanner2 .banner-content ul li {
		font-size: 1.0rem;
	}
	#homeBanner2 .banner-content h2 {
		font-size: 1.0rem;
	}
	
	#homeBanner2 {
	border-bottom: 3px solid #0095da;
	position: relative;
}
	
	#homeBanner2 .landingPage-BannerContent {
	background: #fff;
}
#homeBanner2 .carousel-control-next, #homeBanner2 .carousel-control-prev {
	background: transparent;
	border: none;
}


.m-t-10 { margin-top: 10px;}
			h3.head { color: #0096dd; font-size: 2rem; margin: 0 0 25px;}
			.top-content .border-content .icon-content {  border-top: 2px solid #eee; padding-top: 20px;}
			.top-content .border-content .icon-box {  border-top: 2px solid #f36f21; padding-top: 20px;}
			.top-content .border-content .icon-box span.fa {color: #f36f21; font-size: 30px; }
			.top-content .border-content .icon-content h3,  .icon-section h3, .image-content h4  { color: #f36f21; font-size: 20px;}
			.top-content .bg-grey-flex { padding: 15px; margin: 15px; flex: 1; text-align: center;}
			.app-content, .image-boxes, .btm-content, .p-30 { padding: 30px 0;}			
			
			.image-content ul li { margin: 10px 0;}
			.image-content ul span.fa {  color: #f36f21; margin-right: 10px; }
			.image-boxes h3, .btm-content h3 { color: #0096dd; margin: 15px 0 40px 0; text-align: center;}
			 .image-boxes h4{color: #f36f21; font-size: 24px; margin: 15px 0; } 
			 .img-box { box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); flex: 1; }
			 .btm-content h3  { margin-bottom: 15px;}
			 .btm-content-brd { border-bottom: 3px solid #f36f21; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); border-radius: 50px;}
			 .btm-content-brd a.btn { background: #f36f21; color: #fff;  display: inline-block; 
			 border: 2px solid #f36f21; border-radius: 28px; padding: 10px 25px; font-size: 20px;
font-weight: 500;
line-height: 22px; }
 .btm-content-brd a.btn:hover { color: #000;}
			 .image-content img { box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); border-radius: 5px;}
			 .icon-section span.fa { background: #f36f21; padding: 15px;
font-size:18px;
color: #fff;
border-radius: 100%;}
.icon-section p { text-align: justify;} 
 #homeBanner2 .banner-content h1 { font-size: 22px;color: #0095da; margin: 10px 0 15px;}
			 .homeBanner-cont { padding: 30px!important; }
			 #homeBanner2 .banner-content h2 { color:#f36f21; font-size: 20px; background: none; margin: 15px 0; text-align: left; padding:0;}
			 .homeBanner-cont h3  { color: #333; font-size: 30px;  margin-bottom: 20px;}
			 .homeBanner-cont p {color: #fff;}
			 .homeBanner-cont a.btn { padding: 10px 25px; font-size: 20px;}
			 ul.list  li { color: #fff; font-weight: bold;}
			 #homeBanner2 .banner-content {padding-bottom: 70px;}
			 .regt-btn { position: absolute;
right: -97px;
z-index: 99; bottom: 20px;}
 @media screen and (max-width: 992px) {
			 	
			 	.regt-btn { position: static;;}
			 }
			 @media screen and (max-width: 768px) {
			 	.image-boxes  .img-box { flex: none;}
			 	.row { margin: 0;}
			 	.regt-btn { position: static;;}
			 	 #homeBanner2 .banner-content {padding-bottom: 0px;}
			 }



#homeBanner3 .banner-content{
   padding: 45px 60px;
    background: #fff4ee;
    background-size: cover;
    padding: 20px 45px;
    background: #fff4ee;
}
#homeBanner3 .banner-content h1{
    font-size: 1.2rem;
    text-transform: none;
    color: #000000;
    background: rgb(221 246 255);
    padding: 7px 15px;
    width: fit-content;
    border-radius: 5px;
    margin-bottom: 20px;
    font-weight: 600;
    display:inline;
}
#homeBanner3 .banner-content h2{
    font-size: 1.3rem;
    color: #fff;
    background: rgb(0 149 218 / 75%);
    width: fit-content;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 20px 0;
}
#homeBanner3 .banner-content ul{
	background: rgb(255 255 255 / 65%);
	width: fit-content;
	padding: 15px 15px 10px 15px;
	border-radius: 5px;
	margin-bottom: 15px;
	}
#homeBanner3 .banner-content ul li{
	font-size: 1.2rem;
	line-height: 1.95rem;
	font-weight: 600;
	color: #000;
	margin-bottom: 15px;
	vertical-align: middle;
	padding-left: 32px;
	position: relative;
}
#homeBanner3 .banner-content ul li i{
	color: #ffffff;
	background: #0095DA;
	padding: 4px;
	border-radius: 5px;
	vertical-align: middle;
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: 4px;
	font-size: 16px;
	line-height: 1;
}

#homeBanner3 .banner-form{
     padding: 20px 40px;
     background: #f1fbff;
}

#homeBanner3 .announcement{
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 20px;
}
#homeBanner3 .announcement p {
    display: inline-block;
    color: #000;
}

#homeBanner3 .banner-form, #homeBanner3 .banner-content {
		padding: 20px;
	}
	#homeBanner3 .banner-content h1 {
		font-size: 1.5rem;
	}
	#homeBanner3 .banner-content ul li {
		font-size: 1.0rem;
	}
	#homeBanner3 .banner-content h2 {
		font-size: 1.0rem;
	}
	
	#homeBanner3 {
	border-bottom: 3px solid #0095da;
	position: relative;
}
	
	#homeBanner3 .landingPage-BannerContent {
	background: #fff;
}
#homeBanner3 .carousel-control-next, #homeBanner3 .carousel-control-prev {
	background: transparent;
	border: none;
}


			.top-content .border-content .icon-content {  border-top: 2px solid #eee; padding-top: 20px;}
			.top-content .border-content .icon-box {  border-top: 2px solid #f36f21; padding-top: 20px;}
			.top-content .border-content .icon-box span.fa {color: #f36f21; font-size: 30px; }
			.top-content .border-content .icon-content h3 { color: #f36f21; font-size: 20px;}
			.top-content .bg-grey-flex { padding: 15px; margin: 15px; flex: 1; text-align: center;}
			.app-content, .image-boxes, .btm-content { padding: 30px 0;}			
			.image-content h3 { color: #f36f21; font-size: 24px;}
			.image-content ul li { margin: 10px 0;}
			.image-content ul span.fa {  color: #f36f21; margin-right: 10px; }
			.image-boxes h3, .btm-content h3 { color: #0096dd; margin: 15px 0 40px 0; text-align: center;}
			 .image-boxes h4 {color: #f36f21; font-size: 24px; margin: 15px 0; } 
			 .img-box { box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); flex: 1; }
			 .btm-content h3  { margin-bottom: 15px;}
			 .btm-content-brd { border-bottom: 3px solid #f36f21; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1); border-radius: 50px;}
			.btm-content-brd a.btn { background: #f36f21; color: #fff;  display: inline-block; 
			 border: 2px solid #f36f21; border-radius: 28px; padding: 10px 25px; font-size: 20px;
font-weight: 500;
line-height: 22px; }
#homeBanner3 .banner-content ul { width: 100%; text-align: center; margin: 15px 0;}
#homeBanner3 .banner-content ul li { padding-left:0;}
			 .m-t-30 { margin-top: 30px;}
			 .m-t-15 { margin-top: 15px;}
			 .m-b-30 { margin-bottom: 30px;}
			 #homeBanner3 .banner-content h1 { font-size: 22px;color: #0095da; margin: 10px 0 15px;}
			 .homeBanner-cont { padding: 30px!important; }
			 #homeBanner3 .banner-content h2 { color:#f36f21; font-size: 22px; background: none; margin: 15px 0 25px; text-align: center; padding:0; width: 100%;}
			 .homeBanner-cont h3  { color: #333; font-size: 30px;  margin-bottom: 20px;}
			 .homeBanner-cont p {color: #fff;}
			 .homeBanner-cont a.btn { padding: 10px 25px; font-size: 20px;}
			 ul.list  li { color: #fff; font-weight: bold;}
			 #homeBanner3 .banner-content {padding-bottom: 80px;}
			 .regt-btn { position: absolute;
right: -97px;
z-index: 99; bottom: 20px;}
 @media screen and (max-width: 992px) {
			 	
			 	.regt-btn { position: static;}
			 }
			 @media screen and (max-width: 768px) {
			 	.image-boxes  .img-box { flex: none;}
			 	.row { margin: 0;}
			 	.regt-btn { position: static;}
			 	 #homeBanner3 .banner-content {padding-bottom: 0px;}
			 }
			
			
			 
 	 
 	 .regt-btn1 {
    color: #ffffff;
    background-color: #f36f21;
    border-radius: 28px;
    padding: 15px 25px;
    position: relative;
    text-align: center;
    display: inline-block;
    fill: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    margin-top:1px;
    
}

.regt-btn1 span{
	font-size: 24px;
}
.regt-btn1 .dashed-border {
    stroke: #ffffff;
    animation-play-state: running;
}
.regt-btn1 svg.dashed-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    /* animation: dash 20s linear infinite both; */
    /* animation-play-state: paused; */
    stroke-width: 1px;
    stroke-dasharray: 7, 4;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    fill: none;
    transition: 0.4s;
    color: #ffffff;
}
.regt-btn1:hover {
	color: #000000!important;
}
.regt-btn1:hover .dashed-border {
    animation-play-state: running;
	stroke: #000000;
}

.testimonials a.btn, .compare a.btn, .top-content a.btn{display: inline-block;
  
  padding: 15px 30px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 24px;}
  #homeBanner .banner-content { padding: 80px 0px 20px 120px}
  #homeBanner .banner-content .orange { font-size: 24px;}
  p.bg-arrow { background-position: 375px 0;}
  .lp-banner { position: relative;}
  .lp-banner-content { position: absolute;
  top: 30px;
  left: 40px;
  width: 500px;
}
/* #homeBanner .banner-content h1 { font-size: 1.5rem;}
 */
 @media screen and (max-width: 993px) {
	#homeBanner .banner-content { padding: 15px 30px; text-align: center;}
p.bg-arrow {background: transparent;}}


/*--New Styles stt new design UI--*/
#theme-header {
    position: absolute;
    z-index: 9;
    width: 100%;
}
#theme-header .top-navbar .top-navbarbg{
	background: #ffffff;
	padding: 8px 0;
	border-radius: 0px 0px 15px 15px;
}
.banner-content .efile-offer {
    position: absolute;
    right: 25px;
    top: 60px;
    background: url(../images/efile-offer-shape.svg);
    width: 185px;
    height: 185px;
    text-align: center;
    color: #fff;
    font-size: 2.55rem;
    font-weight: 600;
    padding-top: 38px;
    rotate: -9deg;
}
.banner-content .efile-offer p{
	margin: 6px 0px 6px;
	line-height: 1.25;
	font-size: 1.65rem;
	font-weight: 500;
}
.moreServices {
    background: rgb(0 0 0 / 55%);
    padding: 15px 0;
}
.moreServices  .ms-box {
	position: relative;
    display: flex;
}
.moreServices .ms-box .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    margin-right: 7px;
    width: 50px;
}
.moreServices .ms-box .text h3{
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
}
.moreServices .ms-box .text p{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25rem;
    min-height: 41px;
    margin-bottom: 5px;
    color: #fff;
}
.moreServices .ms-box .getStarted {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.moreServices .ms-box .getStarted i {
    color: #fff;
    margin-left: 10px;
    font-weight: 400;
    font-size: 16px;
}
/*--//--*/
#moreInfoSec {
	padding: 45px 0;
    background: #ffffff;
}
#moreInfoSec .row-eq-height {
    display: flex;
    flex-wrap: wrap;
}
#moreInfoSec .mis-box{
    padding: 15px;
    position: relative;
    border-radius: 8px;
    background: #F7F7F7;
    align-items: center;
    width: 100%;
    min-height: 125px;
}
#moreInfoSec .mis-box .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85px;
    flex: 0 0 85px;
    margin-right: 15px;
    width: 85px;
    margin-bottom: 10px;
}
#moreInfoSec .mis-box .text h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}
#moreInfoSec .mis-box .text p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35rem;
    margin-bottom: 5px;
}
#moreInfoSec .mis-box .text a {
    font-weight: 600;
    color: #0095da;
}
#moreInfoSec .mis-box .text a i{
    font-weight: 400;
    font-size: 1rem;
    margin-left: 8px;
}
.info-content h5 {
    font-size: 1.15rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #f36f21;
}
.info-content h1 {
    font-size: 2.25rem;
    text-transform: none;
    color: #000000;
    width: fit-content;
    border-radius: 5px;
    margin-bottom: 30px;
    font-weight: 600;
}

.info-content ul{
	/*background: rgb(255 255 255 / 65%);*/
	width: fit-content;
	/*padding: 15px 15px 10px 15px; */
	border-radius: 5px;
	margin-bottom: 30px;
	}
.info-content ul li{
	font-size: 1rem;
	line-height: 1.85rem;
	font-weight: 600;
	color: #000;
	margin-bottom: 10px;
	vertical-align: middle;
	padding-left: 32px;
	position: relative;
}
.info-content ul li i{
	color: #ffffff;
	background: #f36f21;
	padding: 4px;
	border-radius: 100%;
	vertical-align: middle;
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 16px;
	line-height: 1.095;
	width: 24px;
	height: 24px;
}
/*---//---*/
#easySteps-sec {
    text-align: center;
    margin: 15px 0 60px;
}
#easySteps-sec .container {
    background: #0095DA;
    padding: 30px;
    border-radius: 20px;
}
#easySteps-sec .section-title h2 {
    color: #fff;
    font-size: 1.75rem;
    text-align: center;
    margin-bottom: 10px;
}
#easySteps-sec .section-title h5 {
    color: #fff;
    font-size: 1.00rem;
    width: 75%;
    text-align: center;
    margin: 0 auto;
}
#easySteps-sec .easySteps-Tab .nav-link {
    border: none;
    margin: 4px;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 9px 12px;
}
#easySteps-sec .easySteps-Tab .nav-link.active {
    color: #fff;
	background-color: #f36f21;
}
#easySteps-sec .easySteps-Tab .nav-link span {
    padding: 6px 4px 5px;
    font-size: 14px;
    line-height: 14px;
    background: #f36f21;
    color: #fff;
    border-radius: 100px;
    margin-right: 2px;
    display: inline-block;
    width: 26px;
    height: 26px;
}
#easySteps-sec .easySteps-Tab .nav-link.active span {
    background: #fff;
    color: #f36f21;
    font-weight: 700;
}
#easySteps-sec .easySteps-Tab .tab-content {
    width: 85%;
    margin: 0 auto;
    border-radius: 20px;
    border: 10px solid #23a7e4;
    background: #fff;
}
#easySteps-sec .easySteps-Tab .tab-content img{
    border-radius: 10px;
}
.stt-services .item {
    background: #fff;
    padding: 15px 25px;
    border-radius: 15px 15px 0 0;
    border-bottom: 3px solid #000;
}
.stt-services .item .icon {
    font-weight: 300;
    font-size: 36px;
    padding: 22px 17px;
    width: 72px;
    height: 72px;
    background: #0095da;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
    margin-bottom: 10px;
    margin-top: -45px;
}
.stt-services .content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.25;
}
.stt-services .content p{
	font-size: 0.9rem;
	line-height: 1.5;
	min-height: 125px;
	font-weight: 500;
}
.stt-services .content ul{
	list-style: disc;
	padding-left: 20px;
}
.stt-services .content ul li{
	font-size: 0.925rem;
	line-height: 1.25;
	margin-bottom: 5px;
}
.stt-services .item.bluebox {
    background: #0095da;
    color: #fff;
    margin-top: -45px;
}
.stt-services .bluebox .content h3 {
    color: #fff;
}
.stt-services .item.bluebox .icon {
    background: #fff;
    color: #0095da;
    margin-top: 0;
}

/*--Client Reviews--*/
.clientReviews {
	background: url(../images/quote.svg) no-repeat right center, linear-gradient(to right, #ffffff, #ffffff);
	background-size: cover;
}
.clientReviews .title h1 {
    color: #000;
    font-weight: 700;
    font-size: 3.75rem;
    margin: 0;
}
.clientReviews .content{   
	padding-bottom: 25px;
}
.clientReviews .content .star-rating{
   color: #f36f21;
   font-size: 20px;
   margin-bottom: 10px;
}
.clientReviews .content p{
   color: #000;
   font-size: 16px;
   font-weight: 400;
   line-height: 22px;
   min-height: 135px;
}
.clientReviews .content h6{
   color: #000;
   font-size: 16px;
   font-style: italic;
   margin-bottom: 20px;
   width: fit-content;
}
.clientReviews .content a{
   color:#fff;
   background: #0095da;
   padding: 5px 15px;
   border-radius: 30px;
}
.clientReviews .carousel-indicators {
    position: absolute;
    right: unset;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 0;
    list-style: none;
}
.clientReviews .carousel-indicators li {
    background-color:#ccc;
}
.clientReviews .carousel-indicators .active {
    background-color:#f36f21;
}
.brushBorder {
    position:relative;
}
.brushBorder:after {
    content: '';
    position: absolute;
    background: url(../images/brush-border.png) no-repeat center left;
    width: 310px;
    height: 25px;
    bottom: -8px;
    left: 0;
    z-index: 0;
}
.w-30 {
    width: 30% !important;
}
/*--Mega Menu--*/
.megaMenu {
    position: absolute;
    right: 0;
    width: 100%;
    padding-bottom: 0;
    left: unset;
    margin: 0;
    border-color: #edf0f3;
    box-shadow: 0 5px 30px 0 rgb(82 63 105 / 20%);
    background-color: transparent;
}
.megaMenu .dd{
   min-width: 100%;
}
.megaMenu .dd li a {
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    font-size: 0.95rem;
    font-weight: 500;
    border-bottom: 1px solid rgb(255 255 255 / 25%);
    width: 100%;
}
.megaMenu .dd li a:hover {
    text-decoration: none;
    background-color: #d9f3ff;
    color: #0095DA !important;
}

#theme-breadcrumb .efile-offer {
    position: absolute;
    right: 25px;
    top: -20px;
    background: url(../images/efile-offer-shape.svg);
    width: 150px;
    height: 150px;
    text-align: center;
    color: #fff;
    font-size: 2.35rem;
    font-weight: 600;
    padding-top: 29px;
    rotate: -9deg;
}
#theme-breadcrumb .efile-offer p{
	margin: 6px 0px 6px;
	line-height: 1.15;
	font-size: 1.35rem;
	font-weight: 500;
}
.captchaBox {
    border: 1px solid #0095da;
    padding: 10px 5px 0;
    background: #ffffff;
}
/*--//--*/

@media (min-width: 320px) and (max-width: 767.98px) {
	#theme-header .top-navbar .info-box {
		float: left;
	}
	.info-box .d-flex {
		display: flex !important;
	}
	#theme-header {
		position: relative!important;
		z-index: 9;
		width: 100%;
	}
	#homeBanner {
		padding: 0!important;
	}
	.banner-content .efile-offer {
		position: relative;
		right: 0;
		top: -8px;
		left: 20%;
	}
	.moreServices .ms-box {
		margin-bottom: 15px;
	}
	.menu-navbar .nav-menu > li > a:before{
		display:none;
	}
	#easySteps-sec {
		text-align: center;
	}
	#easySteps-sec .container {
		background: #0095DA;
		padding: 30px 10px;
		border-radius: 20px;
	}
	#easySteps-sec .section-title h5 {
		color: #fff;
		font-size: 1.00rem;
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	#easySteps-sec .easySteps-Tab .nav-link {
		border: none;
		margin: 4px;
		font-size: 0.8rem;
		font-weight: 600;
		padding: 6px 6px;
	}
	#easySteps-sec .easySteps-Tab .nav-link span {
		padding: 5px 4px 5px;
		font-size: 12px;
		line-height: 12px;
		background: #f36f21;
		color: #fff;
		border-radius: 100px;
		margin-right: 2px;
		display: inline-block;
		width: 22px;
		height: 22px;
	}
	#easySteps-sec .easySteps-Tab .tab-content {
		width: 100%;
		margin: 0 auto;
		border-radius: 15px;
		border: 5px solid #23a7e4;
		background: #fff;
	}
	.stt-services .item.bluebox {
		margin: 45px 0;
	}
	#section-box {
		padding: 45px 0;
	}
	.clientReviews .title h1 {
		color: #000;
		font-weight: 700;
		font-size: 2.5rem;
		margin: 0;
	}
	#theme-breadcrumb {
		padding: 60px 0 60px;
	}
	#theme-breadcrumb .efile-offer {
		position: absolute;
		right: 0;
		top: -112px;
	}
	
}
@media (min-width: 768px) and (max-width: 1023.98px) {	
	
	.menu-navbar .nav-menu > li > a:before{
		display:none;
	}
	#homeBanner .banner-form {
		padding: 45px 40px 0;
	}
	.moreServices .ms-box {
		margin-bottom: 15px;
	}
	#easySteps-sec .easySteps-Tab .tab-content {
		width: 100%;
	}
}

#homeBanner {
	position: relative;
	background: url(../images/BannerNew-img.jpg) no-repeat center bottom #ededed;
	background-size: cover;
	padding: 115px 0 0;
}


.SessionActive{
	border: 1px solid #0095da;
    padding: 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    background: #ffffff;
    border-radius: 10px;
}
.SessionActive h4 {
    font-size: 1.25rem;
    font-weight: 600;
}
.SessionActive p {
    line-height: 1.2;
    font-weight: 600;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin: 0;
}
.SessionActive ul li {
    margin-bottom: 10px;
}
.SessionActive ul li a {
    font-weight: 500;
    font-size: 0.90rem;
    color: #0095da;
}
.SessionActive ul li:hover a {
    color: #f36f21;
}
.SessionActive ul li a i {
   font-weight: 400;
   vertical-align:middle;
   margin-right: 5px;
   line-height: 1.5;
}


/*----*/
#blogs-section{
	padding: 75px 0;
	background: #f2f2f2;
}
#blogs-section .blog-box {
	margin-bottom:30px;
	border-radius: 10px;
}
#blogs-section .blog-box .image{
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	border-radius: 5px 5px 0 0;
}
#blogs-section .blog-box .image img{
	    width: 100%;
	    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
#blogs-section .blog-box:hover .image img{
	 transform: scale3d(1.1, 1.1, 1.1);
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}
#blogs-section .blog-box .text {
    background: #fff;
    padding: 25px;
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 8%);
    min-height: 195px;
}
#blogs-section .blog-box .text .blog-title {
    font-size: 1.35rem;
    line-height: 1.25;
    font-weight: 500;
    position: relative;
}
#blogs-section .blog-box .text .blog-title:before {
    content: "";
    height: 100%;
    width: 5px;
    background: #F36F21;
    position: absolute;
    left: -25px;
    top: 0px;
    opacity: 1;
    transition: all 300ms linear 0s;
}
#blogs-section .blog-box:hover .text .blog-title:before {
    background: #0095da;
}
#blogs-section .blog-box .text .blog-title a{
	color: #F36F21;
}
#blogs-section .blog-box:hover .text .blog-title a{
    color: #0095da;
}
#blogs-section .blog-box .text p{
	font-size: 1.0rem;
	line-height: 1.65rem;
	text-align: justify;
	margin-bottom: 10 px;
	overflow: hidden;
}
#blogs-section .blog-link {
    position: relative;
    padding: 5px 10px;
    background: #0095da;
    border-radius: 0 0 5px 5px;
}
#blogs-section .blog-link a {
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 5px;
}
#blogs-section .blog-link a i {
	font-size: 16px;
	margin-left: 3px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	vertical-align: bottom;
}
#blogs-section .blog-link a:hover i {
    margin-left: 8px;
}
#blogs-section .blog-box .blog-list li{
    line-height: 32px;
}
#blogs-section .blog-box .blog-list li i{
    padding-right: 5px;
    color: #0095DA;
    font-size: 12px;
}
/*----*/


#h3{
	font-size: 24px;
	font-weight: 500;
}

#moreInfoSec .mis-box .text h2 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

#homeBanner .banner-content p {
    font-size: 1.15rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #f36f21;
}

.eficonBox {
	background: #fafafa;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 30px;
	min-height: 215px;
}
.eficonBox i{
font-size: 30px;
color: #F36F21;
margin-bottom: 10px;
display: block;
}
.eficonBox h5 {
font-size: 1.15rem;
}
.eficonBox p {
font-size: 0.85rem;
line-height: 1.15rem;
padding-right: 30px;
}


.h2titleBlue{
	
text-transform:none !important;font-size:30px!important;color: #0096dd!important;font-weight: 600!important;	
}

.h1titleBlue{
color: #0096dd!important;	
}


#homeBanner .banner-content .section {
    padding: 0;
    margin: 0;
    color: #000000;
    font-family: 'Barlow', sans-serif!important;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65rem;
    text-transform: lowercase;
    letter-spacing: 0px;
}



.eficonBox {
	background: #fafafa;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 30px;
	min-height: 215px;
}
.eficonBox i{
	font-size: 30px;
	color: #F36F21;
	margin-bottom: 10px;
	display: block;
}
.eficonBox h5 {
	font-size: 1.05rem;
	text-align: left;
	font-weight: 500;
}
.eficonBox p {
	font-size: 0.9rem;
	line-height: 1.25rem;
}
.subpage-sec .container p{
    font-family: 'Barlow', sans-serif!important;
    font-size: 15px;
    font-weight: 400;
}


.subFee-offer-banner {
    display: flex;
    background: #fff1d4;
    padding: 20px;
    border-radius: 5px;
}
.subFee-offer-banner .imgItem img{
	width:100%;	
}
.subFee-offer-banner .txtItem h3 {
    color: #f36f21;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 2px;
}
.subFee-offer-banner .txtItem h5 {
    font-weight: 600;
    font-size: 1.15rem;
    line-height: 1.5rem;
}
.subFee-offer-banner .txtItem h6{
	font-size: 1.45rem;
	color: #007199;
	font-weight: 700;
	text-transform: uppercase;
}



.SubscribeFreeOffer{
	text-align: left;
    float: left;
    font-weight: 600;
    line-height: 1;
	color: #f36f21;
}
.SubscribeFreeOffer span{
    font-weight: 700;
	font-size:1.25rem;
}
.SubscribeFreeOffer:hover{
	color: #007199;
}

.offerCard {
    text-align: center;
    padding-top: 15px;
    font-size: 18px;
    margin-top: -30px;
    border-top: 1px dashed #343a40;
}
.offerCard span {
    background: #e05200;
    padding: 2px 15px 5px 15px;
    font-weight: 600;
    color: #fff;
    border-radius: 20px;
}



.newDiscountCard {
    background: url(../imagesv1/newOfferStrip.svg) no-repeat center left;
    padding: 0 60px;   
}
.newDiscountCard .cardCont{
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    font-style: italic;
}
.newDiscountCard .cardCont.w-80 {
    width:80%;	
}
.newDiscountCard .cardImg {
    width: 150px;
    margin-right: 15px;
}
@media (max-width: 1023.99px) {
	.newDiscountCard .cardCont {
		color: #fff;
		font-size: 15px;
		line-height: 20px;
		font-weight: 400;
		font-style: italic;
	}
}
@media (min-width: 320px) and (max-width: 767.98px) {		
	.newDiscountCard {
		background:#075c81;
		padding: 20px;
		border-radius: 10px;
		position: relative;
	}
	.newDiscountCard .cardCont.w-80 {
		width:100%;	
	}
	.newDiscountCard .cardImg {
		width: 100px;
		margin-right: 15px;
		position: absolute;
		right: -10px;
		bottom: -15px;
	}
}