/*--font-family: "Space Grotesk", serif;--*/
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');
/*--font-family: "Roboto", sans-serif;--*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*----*/
/*====== STYLES GENERALES ==========*/
body {
    padding: 0;
    margin: 0;
    color: #000000;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75rem;
}
h1,h2,h3,h4,h5,h6 {
  color: #000000;
}
a {
  color: #0c7bab;
  transition: all .3s ease;
}
a:hover {
  color: #e05200;
  text-decoration: none;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
hr {
    opacity: .15;
}

.form-check-input:checked {
    background-color: #0c80b2;
    border-color: #0c80b2;
}
.form-check-input:focus {
    border-color: #7ad5fb;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(205 240 255);
}
.form-check-input {
    flex-shrink: 0;
    width: 1.15em;
    height: 1.15em;
    margin-top: .45em;
	margin-right: 0.5rem;
}
.form-checksradios .titleLable {
    font-size: 0.95rem !important;
    display: block;
}
.form-checksradios .form-check-label {
    padding-top:2px;
}
.captchaBox {
    display: flex;
    padding: 5px 10px;
    justify-content: space-between;
    align-items: center;
    min-height: 55px;
    background: #ffffff;
    height: calc(1.5em + .75rem + 2px);
    border-bottom: 1px solid #cccccc;
}
.captchaBox img{
	width:80%;
}
.captchaBox .refIcon i{
	color: #e05200;
    padding: 6px;
    border: 1px solid;
    border-radius: 5px;
}
.captchaBox .refIcon:hover i{
	color: #ffffff;
	background:#e05200;
}
/*======= THEME GENERALES STYLES ==============*/
/*--Theme Text & BG Colors--*/
.text-tmOrng{color: #e05200!important;}
.text-tmBlue{color: #0c7bab!important;}
.text-tmWhite{color: #ffffff!important;}

.bg-tmOrng{background: #F36F21!important;}
.bg-tmBlue{background: #0c7bab!important;}
.bg-tmWhite{background: #ffffff!important;}

.bg-tmOrngLight{background: #fff6ef!important;}
.bg-tmBlueLight{background: #f6f9fc!important;}

/*-- THEME BUTTONS--*/
.btn{
    padding: 0.85rem 1.5rem;
    border-radius: 8px;
    --bs-btn-line-height: unset;
    font-size: 1.15rem;
    box-shadow: -2px 2px 6px rgb(0 0 0 / 25%);
}
.btn-sm{
	padding: 0.35rem 0.95rem!important;
	font-size: 0.925rem;
}
.btnBold {
    padding: 0.5rem 1.1rem;
    border-radius: 8px;
    --bs-btn-line-height: unset;
    font-size: 1.0rem;
    box-shadow: -2px 2px 6px rgb(0 0 0 / 25%);
    font-weight: 600;
}
/*--Orange--*/
.btn-tmOrng {
    background: #e05200!important;
    border-color: #e05200!important;
    color: #fff!important;
}
.btn-tmOrng:hover{
    background: #ce4c00!important;
	border-color: #ce4c00!important;
    color: #fff!important;
}
.btn-tmOrng:focus{
    background: #ce4c00!important;
	border-color: #ce4c00!important;
    color: #fff!important;
    box-shadow: 0 0 0 0.2rem rgb(255 73 73 / 0.25)!important;
}
.btn-outline-tmOrng{
    background: transparent!important;
    border-color: #e05200!important;
    color: #e05200!important;
}
.btn-outline-tmOrng:hover{
    background: #e05200!important;
	border-color: #e05200!important;
    color: #fff!important;
}
.btn-outline-tmOrng:focus{
    background: #e05200!important;
    border-color: #e05200!important;
    color: #fff!important;
    box-shadow: 0 0 0 0.2rem rgb(243 111 33 / 0.25)!important;
}
/*--Blue--*/
.btn-tmBlue {
    background: #0c7bab!important;
    border-color: #0c7bab!important;
    color: #fff!important;
}
.btn-tmBlue:hover{
    background: #0370a0!important;
	border-color: #0370a0!important;
    color: #fff!important;
}
.btn-tmBlue:focus{
    background: #0370a0!important;
	border-color: #0370a0!important;
    color: #fff!important;
    box-shadow: 0 0 0 0.2rem rgb(0 149 218 / 0.25)!important;
}
.btn-outline-tmBlue {
    background: transparent!important;
    border-color: #0c7bab!important;
    color: #0c7bab!important;
}
.btn-outline-tmBlue:hover{
    background: #0c7bab!important;
    border-color: #0c7bab!important;
    color: #fff!important;
}
.btn-outline-tmBlue:focus{
    background: #0c7bab!important;
	border-color: #0c7bab!important;
    color: #fff!important;
    box-shadow: 0 0 0 0.2rem rgb(0 149 218 / 0.25)!important;
}
/*--Form Control--*/
.form-control:focus {
    border-color: #0c7bab;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(12 123 171 / 25%);
}
/*--//--*/
/*======= HEADER SECTION ==============*/

/*--Announcement Header--*/
.announcementInfo {
	background-color: #ffca00;
	position: sticky;
	inset: 0px;
	z-index: 100;
	display: block;
	height: auto;
	min-height: 3px;
	z-index: 1050;
}
.announcementInfo .alert{
	color: #000000;
	margin-bottom:0px;
	padding: 7px 0;
	font-weight: 500;
	text-align: center;
}
.announcementInfo .alert .oferTxt {
    background: #000000;
    color: #fff;
    padding: 5px 15px;
    border-radius: 25px;
    margin-left: 3px;
    text-decoration: none;
	cursor: pointer;
}
.announcementInfo .alert-dismissible .linkTxt {
    color: #000000;
    text-decoration: none;
    margin-left: 5px;
    font-weight: 600;
    border-bottom: 1px solid #000000;
}
.announcementInfo .alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.85rem;
    opacity: 1;
}
.announcementInfo .alert-dismissible .btn-close:focus {
    box-shadow: none;
}
.rotate-45 {
    transform: rotate(45deg);
    display: inline-block;
    margin-left: 0.5rem;
}
/*--Info Header--*/
.theme-header{
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1049;
	display: block;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) !important;
}
.theme-header .info-hdr {
    padding: 1.25rem 0 0 0;
    background: #fff;
}
.info-hdr .navbar-brand img{
	width: 300px;
	margin-bottom: 1rem;
}
.info-hdr .iconBox {
    display: flex;
    align-items: center;
    margin-right: 1.25rem;
    margin-bottom: 0.5rem;
}
.info-hdr .iconBox .icon img{
    width: 20px;
    margin-right: 8px;
}
.info-hdr .iconBox .info{
    color: #000;
    display: table-cell;
    vertical-align: middle;
    font-size: 1.0rem;
    line-height: 20px;
    font-weight: 400;
}
.info-hdr .iconBox .info span{
    display: block;
    font-weight: 400;
    line-height: 16px;
    font-size: 13px;
}
/*--Menu Header--*/
.theme-header .menu-hdr{
	background-color: #ffffff;
	padding: 0;
}
.menu-hdr .nav-link{
	color: #000000;
	padding: 0.75rem 1.25rem!important;
	font-size: 1.15rem;
	font-weight: 500;
}
.menu-hdr .nav-link.dropdown-toggle{
	cursor: pointer;
}
.menu-hdr .nav-link.show{
	color: #000000;
}
.menu-hdr .nav-link.active,
.menu-hdr .nav-link:hover{
	color: #e05200;
}
.menu-hdr .nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 80%;
    top: auto;
    left: 10%;
}
.menu-hdr .dropdown-mega .dropdown-menu::before {
    position: absolute;
    content: "";
    top: -9px;
    left: 28%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e05200;
}
.menu-hdr .nav-item.dropdown:hover .dropdown-menu,
.menu-hdr .nav-item.dropdown.dropdown-mega:hover .dropdown-menu {
    display: block;
    -webkit-animation: slide-down .3s ease-out;
    -moz-animation: slide-down .3s ease-out;
}
@-webkit-keyframes slide-down {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0)
	}
}

@-moz-keyframes slide-down {
	0% {
		opacity: 0;
		-moz-transform: translateY(-10%)
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0)
	}
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.menu-hdr .dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}
.menu-hdr .dropdown-menu{
  border-top: 2px solid #e05200;
  margin-top: 0px;
  min-width: 240px;
}
.menu-hdr .dropdown-menu::before {
    position: absolute;
    content: "";
    top: -9px;
    left:43%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e05200;
}
.menu-hdr .dropdown-item.active, 
.menu-hdr .dropdown-item:active {
    color: #000000;
    text-decoration: none;
    background-color: #f8f9fa;
} 
.menu-hdr .dropdown-item {
    border-bottom: 1px dashed #ddd;
}
.mega-content {
    padding: 0 1.25rem;
}
.mega-content .mc-title {
    color: #0c7bab;
    font-size: 1.35rem;
    padding-bottom: 5px;
    border-bottom: 1px dashed #0c7bab;
    margin-bottom: 15px;
	font-weight: 500;
}
.mega-content .mc-box {
    display:flex;
    /* cursor: pointer; */
    text-decoration: none;
}
.mc-subtitle {
	font-weight: 500;
	margin-bottom:0;
	font-size: 1.15rem;
    color: #000000;
    text-decoration: none;
}
.mega-content .mc-subtitle a {
	font-size: 1.15rem;
	margin-bottom: 8px;
	color: #000000;
	text-decoration: none;
}
.mega-content .mc-subtitle a:hover {
	color: #e05200;
}
.mega-content .mc-subtitle a i{
	font-size: 0.55rem;
	color: #0c7bab;
	margin-right:5px;
	vertical-align: middle;
}
.mega-content .icon i {
	display: block;
	color: #e05200;
	background: #ffefe5;
	padding: 12px 8px;
	border-radius: 8px;
	width: 42px;
	height: 42px;
	font-size: 18px;
	text-align: center;
	margin-right: 12px;
}
.mega-content .dt-icon i {
	position:relative;
}
.mega-content .dt-icon i span {
	color: #fff;
    font-size: 0.425rem;
    position: absolute;
    left: 17px;
    top: 20px;
    letter-spacing: 1px;
}
.mega-content .mc-list li {
	font-size: 0.95rem;
	line-height: 1.25rem;
	margin-bottom: 5px;
	color: #444;
}
.menu-hdr .navbar-toggler {
    position: absolute;
    right: 0.75rem;
    top: -145px;
    border-color: #0095da;
    padding: 6px 10px;
    background: #fff;
    color: #0095da !important;
    font-size: 1.1rem;
}
.menu-hdr .navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow:unset;
}
.menu-hdr .close-toggler {
    position: absolute;
    right: 0.75rem;
    top: 0.75rem;
    border: 1px solid #e05200;
    padding: 6px 10px!important;
	background: #fff;
    color: #e05200!important;
    font-size: 1.1rem;
    z-index:9999;
    line-height: 1rem;
    border-radius: 5px;
}
.menu-hdr .content-item {
  padding: 10px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
/*--Home Banner--*/
#homeBanner {
    position: relative;
    background-image: url(../imagesv1/homeBannerDesBG.svg);
    background-size: cover;
    min-height: 500px;
    padding: 60px 0;
    background-color: #014f70;
    background-position: top right;
    background-repeat: no-repeat;
    margin-top: 135px;
}
#homeBanner .banner-content{
   padding: 30px 0;
   background: transparent;
   position: relative;
}
#homeBanner .banner-content h1{
    font-size: 2.65rem;
    line-height: 3.5rem;
    text-transform: none;
    color: #ffffff;
    width: fit-content;
    border-radius: 5px;
    margin-bottom: 1.75rem;
    font-weight: 600;
    width: 75%;
}
#homeBanner .banner-content .infoCont {
    font-size: 1.1rem;
    line-height: 1.95rem;
    text-transform: none;
    color: #ffffff;
    border-radius: 5px;
    margin-bottom: 1rem;
    font-weight: 400;
    width: 68%;
}
#homeBanner .banner-content .subHeading {
    font-size: 1.25rem;
    line-height: 1.25rem;
    letter-spacing: 0;
    margin-bottom: 10px;
    width: fit-content;
    text-transform: capitalize;
    color: #ffca00;
    font-weight: 600;
    border-bottom: 1px solid #ffca00;
}

#homeBanner .banner-content ul{
	width: fit-content;
	border-radius: 5px;
	margin-bottom: 40px;
	padding-left: 30px;
	list-style: disc;
	}
#homeBanner .banner-content ul li{
	font-size: 1.5rem;
	line-height: 2.15rem;
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 15px;
	vertical-align: middle;
	padding-left: 0;
	position: relative;
}
#homeBanner .banner-content ul li a{
	color: #ffca00;
}
#homeBanner .banner-content ul li::marker {
	font-size: 26px;
	color: #ffca00;
}
#homeBanner .banner-content ul li i{
	color: #ffffff;
	background: #e05200;
	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;
}
.banner-form{
   padding: 30px 45px;
    position: relative;
}
.banner-form h3{
	color: #ffffff;
	font-size: 1.35rem;
	font-weight: 500;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
	letter-spacing: 0.025rem;
}
.priceCard {
    position: absolute;
    right: 15px;
    top: 35px;
    text-align: center;
    background: url(../imagesv1/priceTag.svg) no-repeat center transparent;
    width: 212px;
    height: 212px;
    background-size: cover;
    padding-top: 53px;
}
.priceCard h2 {
    color: #fff;
    font-size: 2.0rem;
    line-height: 1.75rem;
    margin-bottom: 2px;
    font-weight: 600;
    text-align: center;
}
.priceCard h2 .flashAnim{
    animation: flashtext 1s infinite;
}
@keyframes flashtext {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
.priceCard h2 small {
    font-size: 1.65rem;
    position: relative;
    background: #fff;
    padding: 3px 10px;
    display: inline-block;
    color: #333333;
    border-radius: 75px;
    margin-bottom: 7px;
}
.priceCard h2 small:before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 2px solid rgb(222 0 0);
    height: 18px;
    position: absolute;
    bottom: 0px;
    left: 2px;
    transform: rotate(-13deg);
}
.priceCard p{
   font-size: 1.20rem;
   color: #fff;
   line-height: 1.2rem;
   margin-bottom: 5px;
   font-weight: 500;
}
/**-----**/
.priceCard2 {
    color: #fff;
    padding: 11px 11px 11px 33px;
    text-align: center;
    background: url(../imagesv1/stt-newpriceTag.svg)no-repeat center;
    height: 90px;
    background-size: cover;
    width: 239px;
    position: relative;
}
.priceCard2 p{
	margin-bottom: 0px;
	line-height: 1.25rem;
	font-weight: 600;
	font-size: 1.65rem;
	padding-left: 21px;
	color: #e05200;
}
.priceCard2 .stTitle {
    display: block;
    padding-left: 30px;
    font-size: 1.15rem;
    font-weight: 500;
    letter-spacing: 1px;
}
.priceCard2 .stCost {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    color: #000000;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 1.45rem;
}
.priceCard2 .stCost:before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 3px solid rgb(0 0 0);
    height: 13px;
    position: absolute;
    bottom: 0px;
    left: 1px;
    transform: rotate(-5deg);
}
.priceCard2 small {
    display: block;
    font-size: 0.8rem;
    text-transform: uppercase;
    text-align: right;
    margin-top: -6px;
    margin-right: 14px;
    color: #000000;
    font-weight: 500;
}
.priceCard3 {
    color: #ffca00;
    font-size: 1.45rem;
    font-weight: 500;
}
.priceCard3 .stCost {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    color: #ffffff;
    padding: 2px 4px;
    border-radius: 4px;
    font-size: 1.45rem;
}
.priceCard3 .stCost:before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 4px solid rgb(255 93 0);
    height: 16px;
    position: absolute;
    bottom: 0px;
    left: 1px;
    transform: rotate(-7deg);
}
.priceCard3 small{
	font-size: 1.15rem;
}
/**---//---**/

.showHideBox{
	position:relative;
}
.showHideBox .ResetpwBox {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    z-index: 99;
}
.loginForm {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 30px;
    position: relative;
}
.loginForm h1{
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0;
}
.loginForm  h5{
	color: #e05200;
	font-size: 0.9rem;
	font-weight: 600;
	margin-bottom: 10px;
}
.loginForm .form-control{
	border: none;
	padding: 10px 15px 10px 50px;
	margin-bottom: 0;
	min-height: 60px;
	font-size: 14px;
	line-height: 16;
	font-weight: normal;
	background: #ffffff;
	height: calc(1.5em + .75rem + 2px);
	border-bottom: 1px solid #cccccc;
}
.loginForm .form-control:focus{
	box-shadow: unset;
	border-color: #0c7bab;
}
.loginForm .form-group{
	position:relative;
	margin-bottom: 0;
}
.loginForm .form-group i{
	position: absolute;
	top: 22px;
	left: 20px;
	font-size: 16px;
	color: #333;
}
.loginForm .recaptcha{
	background: #fff;
	padding: 12px 5px 5px 5px;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 5px;
	border: 1px solid #c0ebff;
}
.loginForm .loginButton {
    display: block;
    width: 100%;
    padding: 0.85rem;
    font-size: 1.15rem;
}
.loginForm .errorMsg  {
    padding: 5px 10px;
    text-align: center;
    font-size: 0.95rem;
    line-height: 1.25rem;
    color: #cc1e1e;
    margin-bottom: -15px;
}
.banner-form .footer-text {
    text-align: center;
    color: #fff;
    font-weight: 500;
}
.banner-form .footer-text p{
    margin:0px;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 400;
}
.banner-form .footer-text p a{
    text-transform: capitalize;
    color: #ffca00;
    font-weight: 500;
}
.linkCard {
    padding: 20px;
}
.linkCard p {
    font-size: 1.5rem;
	margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.linkCard h5 {
    border-bottom: 1px dashed rgb(224 82 0 / 75%);
    padding-bottom: 15px;
}
.linkCard ul li {
    margin-bottom:15px;
}
.linkCard ul li a{
    text-decoration:none;
}
.linkCard ul li a i {
    text-decoration: none;
    width: 24px;
    margin-right: 5px;
}
/*--- Client Logo Section---*/

.clientLogoSec .title{
	font-size: 1.15rem;
	line-height: 1.75rem;
	font-weight: 500;
	text-align: center;
	padding: 10px 20px 10px 0px;
	border-right: 1px solid #fff;
}
.clientLogoSec .infoTxt{
	text-align: center;
	color: #fff;
	font-size: 1.35rem;
	line-height: 1.75rem;
	font-weight: 700;
}
.clientLogoSec .logo-marquee{
	position: relative;
	height: 60px;
}
.logo-marquee .lm-container{
	mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 15%, rgb(0, 0, 0) 85%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: 0;
	overflow-x: hidden !important;
	display: flex !important;
	flex-direction: row !important;
	position: relative;
	width: 100%;
}
.logo-marquee .lm-container:hover div {
  animation-play-state: paused;
}
.logo-marquee .lm-container:active div {
  animation-play-state: paused;
}
.logo-marquee .lm-container .marquee{
    flex: 0 0 auto;
    min-width: 100%;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    animation: scroll 90s linear 0s infinite;
    animation-play-state: running;
    animation-delay: 0s;
    animation-direction: normal;
    padding: 13px 0;
}
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.marquee .cllogos {
    display: flex;
    gap: 60px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.marquee .cllogos img {
    height: 50px;
    position: relative;
    width: 120px;
    overflow-y: hidden;
}

/*--- Highlights Section---*/

.ourHighlights .highlInfo{
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 15px 15px;
	border-radius: 8px;
	transition: 0.3s;
	background: #f6f9fc;
	margin-bottom: 10px;
}
.ourHighlights .highlInfo .icon {
    flex-shrink: 0;
    width: 72px;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: 0.3s;
    font-size: 1.75rem;
    background-color: #ffffff;
    color: #0c7bab;
}
.ourHighlights .highlInfo .content {
    flex-grow: 1;
}
.ourHighlights .highlInfo .content .title {
    font-size: 1.75rem;
    line-height: 1.65rem;
    margin-bottom: 0;
    font-weight: 500;
}
.ourHighlights .highlInfo .content p {
    font-size: 0.975rem;
    color: #666666;
    margin: 0;
    font-weight: 500;
}
.ourHighlights .highlInfo .content span {
    position: relative;
}
/*--yallow--*/
.ourHighlights .highlInfo.yallow{
	background: #fff4e5 !important;
}
.ourHighlights .highlInfo.yallow .icon {	
	color: #dda24f!important;
}
/*--green--*/
.ourHighlights .highlInfo.green{
	background: #dbf1e7 !important;
}
.ourHighlights .highlInfo.green .icon {	
	color: #48c88a!important;
}
/*--green--*/
.ourHighlights .highlInfo.red{
	background: #ffebe0 !important;
}
.ourHighlights .highlInfo.red .icon {
	color: #e47f45 !important;
}
/*---//---*/
/*--Section Styles--*/
.sectionMr{
	margin: 60px 0;
}
.sectionPd{
	padding: 60px 0;
}
.sectionHeading .headTitle {
    font-size: 2.5rem;
    color: #333333;
    margin-bottom: 1rem;
    font-weight: 500;
    line-height: 1.2;
}
.sectionHeading .subTitle{
	font-weight: 400;
	color: #e05200;
	font-size: 1.35rem;
	margin-bottom: 5px;
}
.sectionHeading .secContent {
    font-size: 1.15rem;
    line-height: 1.85rem;
}
.tmBlue-Box{
	background: #f6f9fc;
	border-radius: 10px;
	padding: 60px 45px;
}
/*------*/
.filingSteps .owlCarousel-Four {
	position:relative;
}
.filingSteps .owlCarousel-Four .owl-nav .owl-prev span {
    font-size: 2.5rem;
    line-height: 1.05rem;
    color: #ffffff;
    background: #0c7bab;
    padding: 8px 10px 8px 10px;
    position: absolute;
    top: 45%;
    left: -18px;
    bottom: 0;
    border-radius: 25%;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
.filingSteps .owlCarousel-Four .owl-nav .owl-next span {
    font-size: 2.5rem;
    line-height: 1.05rem;
    color: #ffffff;
    background: #0c7bab;
    padding: 8px 10px 8px 10px;
    position: absolute;
    top: 45%;
    right: -18px;
    bottom: 0;
    border-radius: 25%;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
/*------*/
.ourFeatures .featuresBox {
    background: #ffffff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0px 0px 10px 10px #ecf0f5;
    min-height: 370px;
    margin: 20px;
}
.ourFeatures .featuresBox i {
    color: #0c7bab;
    font-size: 1.45rem;
    line-height: 1.75rem;
    padding: 12px 10px;
    background: #d7f3ff;
    margin-bottom: 15px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 8px;
    vertical-align: middle;
}
.ourFeatures .featuresBox h3 {
    font-size: 1.35rem;
    color: #000000;
}
.ourFeatures .featuresBox p {
    color: #333;
    margin-bottom: 0;
    text-align: left;
}
.owl-theme .owl-dots .owl-dot span {
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    width: 14px;
    height: 12px;
    border-radius: 30px;
    background-color: #333333;
    margin: 2px 4px;
}
.owl-theme .owl-dots .owl-dot.active span {
    width: 40px;
    border-radius: 30px;
    background-color: #e05200;
}
.videoSec {
	background-image: url(../imagesv1/bg-wave.png);
	min-height: 400px;
	background-color: #0c7bab !important;
	position: relative;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.videoSec .videoFrm {
    background: #000000;
    padding: 30px 5px 15px 5px;
    border-radius: 15px;
	position: relative;
}
.videoSec .videoFrm:before {
    content:'';
    position:absolute;
    top: 12px;
    left: 22px;
    width: 45px;
    height: 12px;
    background-image:url(../imagesv1/windowDots.svg);
    background-repeat: no-repeat;
}
.reviewStar {
    display: inline-flex;
}
.reviewStar img {
    width: 22px!important;
    height: 22px!important;
    display: inline-block;
	margin-right: 2px;
}
.ourPartners .partnerLogo {
    padding: 0 10px;
}
.ourPartners .partnerLogo img {
    border: 1px solid #d1dae2;
    border-radius: 8px;
    box-shadow: -2px 2px 6px rgb(0 0 0 / 10%);
    margin: 15px 0;
}

.clientTestimonials{
	background: #f6f9fc;
	position: relative;
	overflow:hidden;
}
.clientTestimonials .bgText{	
	position: absolute;	
	top: 24px;	
	left: 0;	
	right: 0;	
	text-align: center;	
	font-size: 125px;	
	font-weight: 800;	
	text-transform: uppercase;	
	-webkit-text-stroke: 1px #e3e8ee;	
	color: transparent;
}
.clientTestimonials .testiBox {
	position:relative;
}
.clientTestimonials .testiBox .info{
	border: 1px solid #333;
	padding: 45px 30px;
	border-radius: 10px;
	min-height: 365px;
	height: 100%;
	text-align: justify;
}
.clientTestimonials .testiBox .author{	
	padding-left: 30px;
    margin-top: -30px;
}
.clientTestimonials .testiBox .author .userImg {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin-bottom: 10px;
    overflow: hidden;
    background: #333333;
    border: 2px solid #333;
}
.clientTestimonials .testiBox .author .userImg img{
	padding:5px;
}
.clientTestimonials .testiBox .author .name {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0;
}
.clientTestimonials .testiBox .author .name span {
    font-size: 1rem;
    margin-top: 5px;
    display: block;
    font-weight: 400;
}
.clientTestimonials .owl-nav {
    position: relative;
    margin: 15px 0 0 0;
    min-height: 40px;
}
.clientTestimonials .owl-nav .owl-prev span {
    font-size: 2.5rem;
    line-height: 1.05rem;
    color: #e05200;
    border: 1px solid #e05200;
    padding: 8px 10px 8px 10px;
    position: absolute;
    left: -75px;
    right:0;
    top: 0;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
.clientTestimonials .owl-nav .owl-next span{
	font-size: 2.5rem;
	line-height: 1.05rem;
	color: #e05200;
	border: 1px solid #e05200;
	padding: 8px 10px 8px 10px;
	position: absolute;
	left: 0;
	right: -50px;
	top: 0;
	border-radius: 8px;
	width: 40px;
	height: 40px;
	margin: 0 auto;
}

.acrdnFAQ .accordion-item {
    margin-bottom: 20px;
    border-radius: 20px;
    border: none;
    background: #f6f9fc;
}
.acrdnFAQ .accordion-item .accordion-body{
    padding-top:0px;
}
.acrdnFAQ .accordion-button {
    padding: 20px 25px;
    border-radius: 10px !important;
    background: #f6f9fc;
}
.acrdnFAQ .accordion-button:focus,
.acrdnFAQ .accordion-button:not(.collapsed){
    box-shadow: none;
    color: #0c7bab;
}
.acrdnFAQ .accordion-button:not(.collapsed)::after {
    background-image: url(../imagesv1/accordion-downArow.svg);
}
.newsLetr {
    background: #ebf9ff;
    padding: 45px;
    border-radius: 10px;
}
.newsLetr .form-control {
    margin-bottom: 1.5rem;
    font-size: .95rem;
    padding: 1.05rem 1.5rem;
    border-radius: 8px;
    border-color: #9bc0d0;
    color: #0c7bab;
}
/*----*/
.blogSec{
	background: #ffffff;
}
.blogSec .blog-box {
	margin: 0 25px 30px 25px;
	border-radius: 15px;
}
.blogSec .blog-box .image{
	position: relative;
	overflow: hidden;
	border-radius: 15px 15px 0 0;
	background: #fff;
}
.blogSec .blog-box .image img{
	width: 100%;
	transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
	border-radius: 15px 15px 100px 0px;
	position: relative;
	background: #0c7bab;
}
.blogSec .blog-box .text {
    background: #fff;
    padding: 25px;
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 8%);
    min-height: 160px;
    border-radius: 0 0 15px 15px;
}
.blogSec .blog-box .text .blog-title {
    font-size: 1.35rem;
    line-height: 1.35;
    font-weight: 500;
    position: relative;
    min-height: 75px;
    color: #333;
}
.blogSec .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;
}
.blogSec .blog-box:hover .text .blog-title:before {
    background: #0095da;
}
.blogSec .blog-box .text .blog-title a{
	color: #F36F21;
}
.blogSec .blog-box:hover .text .blog-title a{
    color: #0095da;
}
.blogSec .blog-box .text p{
	font-size: 0.95rem;
	line-height: 1.35rem;
	text-align: justify;
	margin-bottom: 10px;
	overflow: hidden;
	min-height: 100px;
	color: #000;
}
.blogSec .blog-link {
    background: #e05200;
    border-radius: 50%;
    position: absolute;
    bottom: 0px;
    right: 10px;
    height: 60px;
    width: 60px;
    border: 4px solid #fff;
}
.blogSec .blog-link a {
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 1.85;
}
.blogSec .blog-link a i {
	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 11px;
}
.blogSec .blog-link a:hover i {
    margin-left: 8px;
}
/*----*/
.updateInfo {
    padding: 30px;
    border-radius: 15px;
    background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,245,241,1) 100%);
}
.updateInfo i{
	font-size: 20px;
	color: #ffffff;
	padding: 14px;
	background: #e05200;
	border-radius: 8px;
	width: 46px;
	height: 46px;
	margin-top: 3px;
	text-align: center;
}
.updateInfo .infoList {
    list-style-type: square;
    padding-left: 20px;
    margin-bottom: 15px;
}
.updateInfo .infoList li::marker {
	color:#e05200!important;
	font-size: 18px;
	vertical-align: middle;
}
#accordionEfilingTips .accordion-item{
	border:none;
	margin-bottom: 30px;
}
#accordionEfilingTips .accordion-button{
	border-radius: 10px;
	background: rgba(255, 245, 241, 1);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,245,241,1) 100%);
	font-size: 1.5rem;
	font-weight: 500;
	min-height: 92px;
}
#accordionEfilingTips .accordion-button .tipIcon {
    font-size: 16px;
    color: #ffffff;
    padding: 12px;
    background: #e05200;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    text-align: center;
}
#accordionEfilingTips .accordion-button:focus {
    box-shadow:unset;
}
#accordionEfilingTips .accordion-item .accordion-body{
	text-align:justify;
}
.TaxStart-Box {
    padding: 30px;
    border-radius: 10px;
    background: url(../imagesv1/bg-wave.png) no-repeat center #0c7bab;
    background-size: cover;
}
/*--Footer Style--*/
#footer-section {
    padding-top: 75px;
    padding-bottom: 0;
    position: relative;
    color: rgba(255, 255, 255, 0.65);
    line-height: 30px;
    background: #162d37;
    font-weight: 400;
}
#footer-section .footer-info {
    padding: 0px 0px 60px;
    font-size: 14px;
    position: relative;
    z-index: 99;
}
#footer-section .fotr-logo{
	background: #14262e;
	padding: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	border-radius: 15px;
	height: 84px;
	line-height: 50px;
}
#footer-section .info-box{
    margin-bottom: 15px;
    border-right: 1px solid #344d59;
}
#footer-section .info-box .icon{
    margin-bottom: 10px;
}
#footer-section .info-box .icon i{
    font-size: 24px;
    color: #0c7bab;
}
#footer-section .info-box .info{
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
#footer-section .info-box .info span{
    display: block;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    font-size: 12px;
}
#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, #footer-section .link-box p {
	color: #e05200;
	font-size: 1.15rem;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
}
#theme-footer .theme-ft-company .theme-links{	
	list-style: none;
    margin: 0;
    padding: 0;
}
#theme-footer .theme-ft-company .theme-links li {
    margin-bottom: 25px;
    transition: all 0.4s ease;
    padding-left: 4px;
}
#theme-footer .theme-ft-company .theme-links li:hover {
    padding-left: 10px;
}
#theme-footer .theme-ft-company .theme-links li a{
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1.75rem;
    text-decoration: none;
    font-weight: 400;
}
#theme-footer .theme-ft-company .theme-links li a i{
    margin-right: 10px;
    font-size: 7px;
    position: relative;
    top: -3px;
    color: #0c7bab;
}
#footer-section .irs-logos {
    width: 100%;
}
#footer-section .link-box {
    margin-bottom: 35px;
}
#footer-section .link-box a {
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 24px;
    margin-right: 10px;
    background: #0c7bab;
    padding: 10px;
    display: inline-block;
    width: 52px;
    height: auto;
    border-radius: 10px;
    transition: top ease 0.5s;
    position: relative;
    top: 0;
    text-align: center;
}
#footer-section .link-box a:hover {
    background: #e05200;
	top: -10px;
}
#footer-section .otherLinks {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
#footer-section .otherLinks li a {
    color: #e05200;
    margin: 0 15px;
    letter-spacing: 0.02rem;
}
#footer-section .otherLinks li a:hover {
    color: #ffffff;
}

#footer-section .footer-copyright {
    background: #14262e;
    padding: 45px 0;
    text-align: center;
    color: #ffffff;
    font-size: 1.0rem;
}
/*---//---*/

/*---Sub Page Styles---*/
.subpageBanner{
	position: relative;
	background-image: url(../imagesv1/subPage-topBanner.jpg);
	background-size: cover;
	min-height: 210px;
	padding: 60px 0;
	background-color: #007199;
	background-position: top right;
	background-repeat: no-repeat;
	margin-top: 140px;
}
.subpageBanner h1 {
    font-weight: 600;
    color: #fff;
}
.subpageBanner h1 span {
    font-weight: 300;
}
.subpageBanner p{
    font-weight: 400;
    color: #fff;
	font-size: 1.25rem;
	margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.2;
}
.subpageBanner .breadcrumb-item a {
    color: rgb(255 255 255 / 75%);
    text-decoration: none;
}
.subpageBanner .breadcrumb-item.active {
    color: #ffffff;
}
.subpageBanner .breadcrumb-item+.breadcrumb-item::before {
    color: rgb(255 255 255 / 75%);
}
.subpageInfobar {
    background-color: #3798c2;
    color: #fff;
    padding: 25px 0;
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.02rem;
}
.subpageBannerBig{
	position: relative;
	background-image: url(../imagesv1/stt-form2290-topbanner.webp);
	background-size: cover;
	min-height: 515px;
	padding: 45px 0 30px;
	background-color: #007199;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 140px;
}
.subpageBannerBig h1 {
    font-size: 2.75rem;
    text-transform: none;
    color: #ffffff;
    width: fit-content;
    margin-bottom: 15px;
    font-weight: 500;
}

.subpageBannerBig p {
    font-size: 1.25rem;
    line-height: 1.95rem;
    color: #ffffff;
    margin-bottom: 30px;
}

.subpageBannerBig ul{
	width: fit-content;
	border-radius: 5px;
	margin-bottom: 40px;
	padding-left: 30px;
	list-style: disc;
	}
.subpageBannerBig ul li{
	font-size: 1.35rem;
	line-height: 2.0rem;
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 15px;
	vertical-align: middle;
	padding-left: 0;
	position: relative;
}
.subpageBannerBig ul li a{
	color: #ffca00;
}
.subpageBannerBig ul li::marker {
	font-size: 26px;
	color: #ffca00;
}
/*----*/
.aboutImg {
	position:relative;
	margin-top: 5px;
}
.aboutImg .box {
    background: #ffffff;
    box-shadow: 3px 3px 9px rgb(0 0 0 / 25%);
    border-radius: 12px;
    position: absolute;
    top: 20px;
    right: 10px;
    padding: 15px 45px 15px 15px;
    z-index: 1;
    display: flex;
    align-items: center;
}
.aboutImg .box img{
    width: 60px;
    margin-right: 10px;
}
.aboutImg .box p {
    font-size: 1.1rem;
    line-height: 1.25rem;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
}
.aboutSec .impTxt {
    font-size: 1.25rem;
    line-height: 2.0rem;
    margin-bottom: 1.75rem;
}
.aboutSec .imptInfo-text {
    font-style: italic;
    padding-left: 15px;
    border-left: 5px solid #0c7bab;
    margin-bottom: 30px;
    color: #616161;
    font-size: 1.15rem;
    line-height: 2.0rem;
}
.aboutSec p {
    font-size: 1.15rem;
    line-height: 1.95rem;
}
.aboutSec p.small {
    font-size: 1.0rem;
    line-height: 1.75rem;
}
.text-justify {
    text-align: justify;
}
.impBoxtext {
    background: #d5f2ff;
    padding: 15px 20px;
    border-radius: 10px;
    font-weight: 500;
}
.aboutIconbox{
	margin-bottom: 45px;
}
.aboutIconbox img {
    width: 100%;
    max-width: 56px;
    margin-bottom: 15px;
}
.aboutIconbox .content .title{
    font-size: 1.25rem;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 500;
}
.aboutIconbox .content p{
    margin: 0;
    font-size: 1.15rem;
    line-height: 1.95rem;
}
.aboutIconbox2 {
    background: #fff;
    padding: 3rem;
	height: 100%;
}
.aboutIconbox2 .icon img {
    width: 50px;
    background: #0c7bab;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 45px;
}
.aboutIconbox2 .cont h3 {
    font-weight: 600;
    margin-bottom: 1.0rem;
    font-size: 1.5rem;
}
.aboutIconbox2 .cont p {
    text-align: justify;
    font-size: 1.15rem;
    line-height: 1.95rem;
}
.aib2-bg {
    background: #ddf7ff;
    background: linear-gradient(33deg, #ddf7ff 0%, #ffffff00 100%);
}
.founderSecbox {
    border: 1px solid #cfd7e2;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
    background: #ffffff;
}
.founderSecbox .imag {
    -webkit-border-radius: 10px 10px 0 120px;
    -moz-border-radius: 10px 10px 0 120px;
    -o-border-radius: 10px 10px 0 120px;
    -ms-border-radius: 10px 10px 0 120px;
    border-radius: 10px 10px 0 120px;
    overflow: hidden;
    position: relative;
    margin: -1px -1px 0;
}
.founderSecbox .imag img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.founderSecbox .cont {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 30px;
    gap: 10px;
}
.founderSecbox .cont .founderInfo h5{
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 600;
    color: #0c7bab;
}
.founderSecbox .cont .founderInfo span {
    display: block;
    line-height: 1;
    font-size: 1.15rem;
    font-weight: 500;
    color: #e05200;
}
.founderSecbox .cont .socialInfo a{
	display: block;
    background: #fff;
    width: 42px;
    height: 42px;
    text-align: center;
    border-radius: 50%;
    padding: 7px;
    border: 1px solid #cfd7e2;
}
.founderSecbox:hover .cont .socialInfo a{
    color: #fff;
	background: #0c7bab;
    border: 1px solid #0c7bab;
}
.founderTxtbox{
    background: #fff;
    padding: 10px 15px;
    height: 100%;
    border-top: 4px solid #cfd7e2;
    font-size: 1.15rem;
    line-height: 1.95rem;
}
/*----*/
.pointList {
    padding: 0;
    margin: 0;
    font-size: 1.15rem;
}
.pointList li{
   margin-bottom: 15px;
   list-style: none;
   position:relative;
   padding-left: 30px;
}

.pointList li::after {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    background: url(../imagesv1/arrow-icon.svg) no-repeat center;
    height: 16px;
    width: 16px;
}
.pointList li span{
   font-weight: bolder;
   font-size: 1.25rem;
   /* display: block; */
}
.pointList li ul li {
	margin-bottom: 5px;
	padding-left: 20px;
}
.pointList li ul li::after {
    height: 8px;
    width: 8px;
    background: #e05200;
    top: 9px;
}
.aboutus-item{
	background-color: #ffffff;
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
	padding: 45px;
	transition: all ease-in-out 0.3s;
	border-radius: 18px;
	height: 100%;
	position: relative;
	margin: 10px;
}
.aboutus-item:hover{
	transform: translateY(-10px);
}
.aboutus-item .icon {
    width: 64px;
    height: 64px;
    background: #0c7bab;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: 0.3s;
    transform-style: preserve-3d;
}
.aboutus-item .icon::before {
   position: absolute;
    content: "";
    left: -8px;
    top: -8px;
    height: 100%;
    width: 100%;
    background: color-mix(in srgb, #0c7bab, transparent 80%);
    border-radius: 5px;
    transition: all 0.3s ease-out 0s;
    transform: translateZ(-1px);
}
.aboutus-item .icon i {
    color: #ffffff;
    font-size: 28px;
    transition: ease-in-out 0.3s;
}
.aboutus-item .cont h3 {
    font-weight: 700;
    margin: 10px 0 15px 0;
    font-size: 22px;
    transition: all ease-in-out 0.3s;
}
.aboutus-item:hover .cont h3 {
    color: #0c7bab;    
}
.aboutus-item .cont p {
    line-height: 1.75rem;
    font-size: 1.15rem;
    margin-bottom: 0;
}
.aboutus-item .cont ul {
    padding-left: 20px;
    list-style-type: square;
}
.aboutus-item .cont ul li{
	margin-bottom: 12px;
	line-height: 1.75rem;
	font-size: 1.15rem;
}
.historySec {
    background-image: url(../imagesv1/bg-wave.png);
    min-height: 400px;
    background-color: #014f70 !important;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*----*/
.horizontal-timeline{
	margin-top: 45px;
}
.horizontal-timeline .items {
  border-top: 1px solid rgb(255 255 255 / 50%);
  z-index: 3;
  position: relative;
}
.horizontal-timeline .items .items-list {
  display: block;
  position: relative;
  text-align: center;
  padding-top: 70px;
  margin-right: 0;
}
.horizontal-timeline .items .items-list:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 75px;
  border: 1px solid #ffffff;
  top: -2px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.horizontal-timeline .items .items-list:after {
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  background: #e05200;
  top: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 5px rgb(255 255 255 / 15%);
}
.horizontal-timeline .items .items-list .year {
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  font-size: 1.05rem;
  padding: 10px 0;
  font-weight: 600;
}
.horizontal-timeline .items .items-list h5 {
  color:#fff;
  font-size: 1.35rem;
  line-height: 1.75rem;
}
.horizontal-timeline .items .items-list p {
  color:#fff;
  font-size: 0.9rem;
  line-height: 1.5rem;
  font-weight: 300;
}
@media (min-width: 1140px) {
  .horizontal-timeline .items .items-list {
    display: inline-block;
    width: 24%;
    padding-top: 25px;
  }
  .horizontal-timeline .items .items-list .year{
    top: -50px;
  }
}
.impactBox {
    background: #162d37;
    color: #fff;
    padding: 30px;
    border-radius: 15px;
	height:100%;
}
.impactBox .title{
    color: #fff;
    font-size: 2.5rem;
    font-weight: 800;
}
.impactBox p{
    color: #b7c9d0;
    font-size: 1.35rem;
    font-weight: 600;
    line-height: 1.85rem;
}
/*--- Team Member ---*/
.teamMember {
  background-color: #ffffff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 20px;
  padding: 15px;
  overflow: hidden;
  margin: 0 10px;
  font-size: 0.95rem;
  height: 100%;
  transition: all ease-in-out 0.3s;
}
.teamMember:hover {
    transform: translateY(-10px);
}
.teamMember .photo {
  border-radius: 15px;
  overflow: hidden;
  height: 200px;
  margin: 15px;
}
.teamMember .photo img{
  border-radius: 15px;
}
.teamMember h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 20px;
}
.teamMember a {  
  text-decoration: none;
}
.teamMember p {  
  line-height:1.5rem;
}
.teamMember span {
  display: block;
  color: #555555;
  font-weight: 500;
}
.teamMember .social {
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.teamMember .social a {
  color: color-mix(in srgb, #000000, transparent 60%);
  transition: 0.3s;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, #000000, transparent 60%);
  text-decoration: none;
  margin: 0 10px;
}
.teamMember .social a:hover {
  color: #0c7bab;
  border-color: #0c7bab;
  background: #d7f3ff;
}
.teamMember .social i {
  margin: 0 2px;
}
.founderPhoto{
	position: relative;
	overflow: hidden !important;
	border-radius:1rem;
}
.founderContent {
    max-width: 320px;
    background-color: #ffffff;
    box-shadow: 0px 0px 120px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    padding: 15px 0;
    text-align: center;
    margin: 0 auto;
    margin-top: -98px;
    position: relative;
    z-index: 1;
}
.founderContent h5{
	font-size: 1.75rem;
}
.founderContent span{
	font-size:1.15rem
}
.founderContent  .social-info a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #e9eff1;
    border-radius: 50%;
    color: #0c7bab;
    text-decoration: none;
}
/*-----*/
.otherProducts .productsBox{
	background: #ffffff;
	border-radius: 10px 10px 0 0;
	padding: 25px;
	min-height: 325px;
	margin: 15px 15px 0;
}
.otherProducts .productsBox img {
    height: 50px;
    text-align: left;
    width: auto;
    margin-bottom: 25px;
}
.otherProducts .productsBox h4 {
    font-size: 1.15rem;
    position:relative;
    padding-top: 10px;
}
.otherProducts .productsBox h4:before {
    content:'';
    position:absolute;
    top: 0;
    left:0;
    width: 40px;
    height: 3px;
    background: #aab6bb;
}
.otherProducts .productsBox p{
	font-size: 0.9rem;
	line-height: 1.45rem;
}
.otherProducts .productsBox a{	
	font-size: 0.95rem;	
	text-decoration:none;
}
.contactForm {
    background: #f6f9fc;
    padding: 40px;
    border-radius: 10px;
}
.contactForm .form-control,
.contactForm .form-select {
    font-size: 14px;
    padding: 15px;
    box-shadow: none;
    color: #333333;
    background-color: #fff;
    border-color: color-mix(in srgb, #333333, transparent 80%);
    margin-bottom: 25px;
    box-shadow: 5px 5px 0px 0px rgb(0 0 0 / 7%);
	transition: all ease-in-out 0.3s;
}
.contactForm .form-control:focus, 
.contactForm .form-select:focus {
    border-color: color-mix(in srgb, #3798c2, transparent 30%);
    box-shadow: 5px 5px 0px 0px rgb(55 152 194 / 15%);
}
.contactForm .form-label {
    margin-bottom: 0;
    font-size: 0.85rem;
    font-weight: 500;
}
.contactForm .form-check {
    font-size: 14px;
    min-height: 52px;
    padding: 12px 20px;
}
/*------*/
.contactInfo-Box {
    background: #f6f9fc;
    padding: 40px;
    border-radius: 10px;
    min-height: 330px;
    margin: 15px;
}
.contactInfo-Box address{
    line-height: 1.5rem!important;
}
.contactInfo-Box .icon {
    width: 48px;
    height: 48px;
    position: relative;
    margin-bottom: 35px;
}
.contactInfo-Box .icon i {
    color: #0c7bab;
    font-size: 56px;
    transition: ease-in-out 0.3s;
    z-index: 2;
    position: relative;
}
.contactInfo-Box .icon::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: color-mix(in srgb, #666666, transparent 80%);
    border-radius: 50px;
    z-index: 1;
    top: 10px;
    right: -20px;
    transition: 0.3s;
}
.contactInfo-Box:hover .icon::before {
    background: #e05200;
}
.contactInfo-Box h3 {
    color: color-mix(in srgb, #333333, transparent 20%);
    font-weight: 700;
    margin: 0 0 20px 0;
    padding-bottom: 8px;
    font-size: 22px;
    position: relative;
    display: inline-block;
    border-bottom: 4px solid color-mix(in srgb, #666666, transparent 80%);
    transition: 0.3s;
}
.contactInfo-Box:hover h3 {
    border-color: #e05200;
    color: #000000;
}
.contactInfo-Box address a {
    text-decoration: none;
    font-size: 1.15rem;
    line-height: 1.75rem;
    font-weight: 500;
}
.contactInfo-Box iframe {
    background: #ffffff;
    padding: 5px;
    border-radius: 0;
}
/*------*/
.side-Listmenu{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) !important;
	border:none;
}
.side-Listmenu .card-header {
    background: #e05200;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.1rem;
	visibility: visible;
}
.side-Listmenu .card-menu .list-group-item{
    transition: all ease-in-out 0.3s;
	padding:0;
}
.side-Listmenu .card-menu .list-group-item.active,
.side-Listmenu .card-menu .list-group-item:hover {
    background: #f2fbff;
    border-color: #a5dbf1;
    transition: all ease-in-out 0.3s;
}
.side-Listmenu .card-menu .list-group-item a {
    text-decoration: none;
    color: #333;
    font-size: 0.975rem;
    padding: 0.5rem 0.85rem;
    display: block;
}
.side-Listmenu .card-menu .list-group-item i {
    font-size: 0.875rem;
}
.side-Listmenu .card-menu .list-group-item.active a,
.side-Listmenu .card-menu .list-group-item:hover a {
    color: #0c7bab;
	padding-left:1.2rem;
}
.side-Listmenu .card-menu .list-group-flush>.list-group-item:last-child {
    border-radius: 0 0 0.375rem 0.375rem;
}
.id-link{
	position:relative;
	padding-left: 2.25rem!important;
	transition: all ease-in-out 0.3s;
}
.list-group-item.active .id-link, 
.list-group-item:hover .id-link {
	padding-left: 2.85rem!important;
}
.list-group-item.active .id-link span, 
.list-group-item:hover .id-link span{
	    background: #0c7bab;
	    left: 1.35rem;
}
.id-link span {
    background: #333;
    color: #fff;
    width: 18px;
    height: 16px;
    position: absolute;
    top: 13px;
    left: 0.85rem;
    border-radius: 3px;
    font-size: 0.7rem;
    text-align: center;
    line-height: 1.05rem;
    font-weight: 500;
    transition: all ease-in-out 0.3s;
}
.top-20{
	top:20%;
}
.mainContent h2 {
    font-size: 2.15rem;
    color: #0c7bab;
    margin-bottom: 1.25rem;
    width: 80%;
    font-weight: 500;
}
.mainContent .mcHead{
    padding-left: 15px;
    border-left: 4px solid #0c7bab;
    margin-bottom: 45px;
    color: #333;
    font-size: 1.15rem;
    line-height: 2.0rem;
    font-weight: 500;
}
.mainContent .mcBody h3 {
    color: #e05200;
    font-weight: 400;
    font-size: 1.55rem;
}
.mainContent .mcBody p{	
	padding-left: 2rem;	
	margin-bottom: 1.75rem;	
	font-size: 1.15rem;	
	line-height: 1.85rem;
}
.collapse:not(.show) {
    display: none;
}
.sideMenu-toggler {
    position: absolute;
    top: -48px;
    left: 0;
    right: 0;
    border: 0;
    background: #333;
    color: #fff;
	padding:5px 0;
}
.close-toggler {
    position: absolute;
    top: 4px;
    right: 20px;
    border: 0;
    color: #fff;
    padding: 5px 0;
    background: transparent;
}

.infoBox {
    background: #ffffff;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #ffd7c0;
    min-height: 200px;
    margin-bottom: 35px;
    position: relative;
    margin-top: 30px;
}
.infoBox i {
    color: #e05200;
    font-size: 2.25rem;
    line-height: 2.95rem;
    padding: 14px 12px;
    background: #ffebe1;
    margin-bottom: 15px;
    width: 90px;
    height: 85px;
    text-align: center;
    border-radius: 12px;
    vertical-align: middle;
    position: absolute;
    top: -40px;
    left: 30px;
    border: 8px solid #FFF;
    box-shadow: 0 0 0 0.05rem #ffd7c0;
}
.infoBox h3 {
    font-size: 1.35rem;
    color: #000000;
    margin-top: 45px;
}
.infoBox p {
    color: #333;
    margin-bottom: 0;
}
.stepGuide .nav-pills{
	background-color: #ffffff;
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
	padding: 40px;
	border-radius: 10px;
}
.stepGuide .nav-pills .nav-link{
	display:flex;
	width: 100%;
	flex-direction: row;
	justify-content: start;
	align-items: start;
	position: relative;
	padding-bottom: 55px;
}
.stepGuide .nav-pills .nav-link::after{
	width: 2px;
	display: block;
	background-color: #e6e6e6;
	position: absolute;
	content: '';
	height: calc(100% - 70px);
	top: 65px;
	left: 30px;
}
.stepGuide .nav-pills .nav-link.last::after{
	display:none;
}
.stepGuide .nav-pills .nav-link .stepNumber{
	height: 60px;
	width: 60px;
	min-height: 60px;
    min-width: 60px;
	margin: 0 15px 0 0;
	display: flex;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
	align-items: center;
	position: relative;
	transition: all 0.2s ease-in-out;
	background: #333;
	color: #fff;
	font-size: 1.65rem;
	font-weight: bold;
}
.stepGuide .nav-pills .nav-link .stepContent p {
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.0rem;
    color: #888;
}
.stepGuide .nav-pills .nav-link .stepContent h4 {
    font-size: 1.45rem;
    font-weight: 400;
}
.stepGuide .nav-pills .nav-link.active{
    background-color: transparent;
}
.stepGuide .nav-pills .nav-link.active .stepNumber{   
	background: #0c7bab;
}
.stepGuide .nav-pills .nav-link.active .stepContent p,
.stepGuide .nav-pills .nav-link.active .stepContent h4{   
	color: #e05200;
}
/*-----*/
.impInfoBox1 {
    display: flex;
    margin-bottom: 30px;
}
.impInfoBox1 .icon img{
	width: 100px;
	padding: 15px;
	border: 1px solid #e05200;
	border-radius: 10px;
	margin-bottom: 15px;
	background: #fff;
	margin-right:30px;
}
.impInfoBox1 .cont h3,.impInfoBox1 .cont h6{
	color: #0c7bab;
	border-bottom: 1px solid #0c7bab;
	width: fit-content;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 1.75rem;
}
/*-----*/
.impInfoBox2 .icon img {
    width: 30px;
    height: 30px;
}
.impInfoBox1 .cont p, 
.impInfoBox2 .cont p {
    font-size: 1.15rem;
    color: #333;
    line-height: 1.75rem;
}
.impInfoBox1 .cont ul li,
.impInfoBox2 .cont ul li{
    font-size: 1.15rem;
    color: #333;
    line-height: 1.75rem;
    list-style-type: disc;
    margin-left: 20px;
}
.impInfoBox1 .cont ul li::marker,
.impInfoBox2 .cont ul li::marker{
    font-size: 1.25rem;
    color: #e05200;
}
/**-----**/
.timeLinePoints {
    padding: 30px 45px;
    border-radius: 15px;
    background-color: #ebf9ff;
}
.timeLinePoints .headTitle {
    color: #0c7bab;
    padding-bottom: 10px;
    margin-bottom: 35px;
    position:relative;
    text-align: center;
}
.timeLinePoints .headTitle:after {
	content:'';
	position:absolute;
	bottom: 0;
	left:0;
	right: 0;
	width: 90px;
	height: 2px;
	background: #333;
	margin: 0 auto;
}
.timeLinePoints ul {
    position: relative;	
}
.timeLinePoints ul:before {
    top: -5px;
    left: 6px;
    width: 1px;
    content: "";
    height: 106%;
    position: absolute;
    background-color: rgb(224 82 0 / 25%);
}
.timeLinePoints ul li {
    display: block;
    list-style: none;
    font-size: 1.1rem;
    line-height: 1.65rem;
    font-weight: 500;
    padding-left: 25px;
    margin-bottom: 25px;
    position: relative;
}
.timeLinePoints ul li::before {
    left: 0;
    top: 7px;
    width: 13px;
    height: 13px;
    content: "";
    position: absolute;
    border-radius: 100%;
    background: linear-gradient(90deg, rgb(224 82 0) 0%, rgb(255 127 32) 100%);
}
/*-----*/
.stepProcess{
	position: relative;
	text-align: center;
	display: flex;
	flex-direction: row;
}
.stepProcess .step{
	position: relative;
	display: block;
	flex-basis: 0;
	flex-grow: 1;
	padding: 0 1.25rem;
}
.stepProcess .step::before{
	content: "";
	position: absolute;
	top: 4rem;
	left:0;
	background: #ffdcc8;
	display: block;
	height:1px;
	width: 50%;
}
.stepProcess .step:first-child::before{
	display:none;
}
.stepProcess .step::after{
	content: "";
	position: absolute;
	top: 4rem;
	left: 50%;
	background: #ffdcc8;
	display: block;
	height:1px;
	width: 50%;
}
.stepProcess .step:last-child::after{
	display:none;
}
.stepProcess .step .step-icon{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 7.5rem;
	height: 7.5rem;
	border-radius:50%;
	background-color: #fff6f1;
}
.stepProcess .step .step-icon .step-icon-inner{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 5.75rem;
	height: 5.75rem;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 .275rem .75rem -.0625rem #eecebc, 0 .125rem .4rem -.0625rem #eecebc;
}
.stepProcess .step .step-icon .step-icon-inner img{
	width:56px;
	height:56px;
}
.stepProcess .step .step-body .infoCont{
	font-size: 1.1rem;
	line-height: 1.65rem;
	background: #fff5f0;
	padding: 20px 10px;
	border-radius: 5px;
	min-height: 120px;
	border-bottom: 2px solid #ffdecb;
    text-transform: none;
    color: #000;
}
.stepProcess .step .step-body p {
    text-transform: uppercase;
    margin-bottom: 3px;
    font-weight: 500;
    color: #0c7bab;
}
/*---Login Register Page Styles---*/
.loginpageBanner{
	position: relative;
	background-image: url(../imagesv1/loginpage-bg3.svg);
	min-height: 715px;
	max-height: 100%;
	background-repeat: no-repeat;
	margin-top: 130px;
	padding: 60px 0 60px;
	background-color: #014f70;
	background-size: cover;
}
.loginSignupForm {
    position: relative;
    background: #fff;
    padding: 30px;
    background-color: #ffffff;
    background-clip: border-box;
    border: 0.0625rem solid rgba(245, 245, 245, 0.05);
    border-radius: 0.3rem;
    -webkit-box-shadow: 0 1rem 3rem rgba(24, 28, 50, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(24, 28, 50, 0.175) !important;
}
.loginSignupForm .form-floating i {
    position: absolute;
    top: 16px;
    left: 18px;
    z-index: 99;
    font-size: 1.5rem;
    color: #bbbbbb;
}
.loginSignupForm .form-floating>label{
	padding: 1rem .75rem 1rem 3.5rem;
	font-size: 0.95rem;
}
.loginSignupForm .form-floating>.form-control,
.loginSignupForm .form-floating>.form-select{
	padding: 1.15rem .75rem 0 3.10rem;
}
.loginSignupForm .loginIRSlogo img {
    width: 72px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 199;
}
.loginSignupContent {
    position: relative;
}
.loginSignupContent h1{
	font-size: 2.5rem;
	text-transform: none;
	color: #ffffff;
	width: fit-content;
	border-radius: 5px;
	margin-bottom: 15px;
	font-weight: 500;
}
.loginSignupContent h4{
	font-size: 1.5rem;
    line-height: 2.25rem;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 20px;
}
/*---Pricing Plans---*/
.pricePlanCard{
	position: relative;
	z-index: 1;
	border-radius: 0.25rem 0.25rem 0 0;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	margin-bottom: 35px;
	background-color: #eefaff;
	padding: 30px 20px;
	border-top: 5px solid #0c7bab;
	height: 100%;
}
.pricePlanCard:after {
    position: absolute;
    content: "";
    background-image: url(../imagesv1/priceCard-botTriangle.svg);
    background-repeat: repeat;
    width: 100%;
    height: 16px;
    bottom: -16px;
    z-index: 1;
    left: 0;
}
.pricePlanCard .ppc-icon img {
    background: #0c7bab;
    padding: 15px;
    width: 75px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.pricePlanCard .ppc-title{
	font-size: 1.5rem;
	font-weight: 600;
	color: #0c7bab;
	margin-bottom: 15px;
}
.pricePlanCard .ppc-amount {
    font-size: 2.75rem;
    line-height: 3.0rem;
    font-weight: 600;
}
.pricePlanCard .ppc-amount span{
    font-size: 2.75rem;
    font-weight: 400;
}
.pricePlanCard .ppc-fleet {
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #c7cfd7;
}
.pricePlanCard .ppc-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    padding: 5px 10px;
    background: #f6f6f6;
}
.pricePlanCard .ppc-list li:nth-child(odd)  {
    background: #ffffff;
}
.pricePlanCard .ppc-list li .amount {
    font-size: 1.15rem;
    font-weight: 500;
}
.pricePlanCard.orngCard {
    background-color: #fff5f0;
    border-top: 5px solid #e05200;
    box-shadow: unset;
}
.pricePlanCard.orngCard:after {
    background-image: url(../imagesv1/priceCard-botTriangleOrng.svg);	
}
.pricePlanCard.orngCard .ppc-title {
    color: #e05200;
}
.pricePlanCard.orngCard .ppc-list li:nth-child(odd) {
    background: #fcfeff;
}
.otherPriceCard {
    background: #f6f9fc;
    border-radius: 10px;
    padding: 30px;
    border-left: 5px solid #0c7bab;
}
.otherPriceCard .title {
    font-size: 1.75rem;
    font-weight: 500;
    color: #0c7bab;
    margin-bottom: 5px;
}
.otherPriceCard p {
    font-size: 1.15rem;
    line-height: 1.5rem;
    border-bottom: 1px dashed #909ba7;
    padding-bottom: 10px;
}
.otherPriceCard .amount{
	font-size: 3.0rem;
    line-height: 3.25rem;
    font-weight: 600;
}
.otherPriceCard .amount span{
    font-size: 2.75rem;
    font-weight: 400;
}
.priceTable.table>:not(caption)>*>* {
    white-space: nowrap;
    border: 0;
}
.priceTable.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: #e8f8ff;
}
.priceTable>thead tr th {
    color: #0c7bab;
    font-size: 1.75rem;
    padding: 2.95rem .95rem!important;
}
.priceTable>tbody tr {
   vertical-align:middle!important;	
}
.priceTable>tbody tr td {
    font-size: 1.25rem;
    padding: 1.5rem .95rem!important;	
}
.priceTable>tbody tr td:first-child{
    font-weight:500;
	
}
.priceTable>tbody tr td i{
    font-size: 1.55rem;
}
.anchorPotn {
    display: block;
    position: relative;
    top: 300px;
    visibility: hidden;
}
.timingCard h5 {
    color: #fff;
}
.timingCard i {
    color: #0c7bab;
    font-size: 2.75rem;
}
.timingCard p {
    color: #fff;
    margin: 0;
    line-height: 1.75rem;
}
/*------*/
.sideTab{
	display: flex !important;
	background: #eaeff4;
	border-radius: 15px;
	overflow: hidden;
}
.sideTab .tab-menu{
	overflow-x: unset;
    -webkit-overflow-scrolling: unset;
	width: 22%;
}
.sideTab .nav-pills{
	flex-direction: column !important;
}
.sideTab .nav-pills .nav-link {
    padding: 15px;
    background-color: #f6f9fc;
    color: #000000;
    border-bottom: 1px solid #d5dbe2;
    font-size: 1.15rem;
    line-height: 1.5rem;
    border-radius: 0;
    display: flex;
    align-items: center;
    min-height: 80px;
}
.sideTab .nav-pills .nav-link.active {
    padding: 15px;
    background-color: #e05200;
    color: #fff;
    position: relative;
}
.sideTab .nav-pills .nav-link.active:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -10px;
    border-left: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 10px solid #e05200;
}
.sideTab .tab-content {
    padding: 30px;
    width: 78%;
}
.sideTab .tab-content .ratio {
    position: relative;
    width: 100%;
    border: 5px solid #000000;
    border-top-width: 25px;
    border-radius: 12px;
    background: #000;
}
.sideTab .tab-content .ratio::after {
    content:'';
    position:absolute;
    top: -10px;
    left: 10px;
    width: 50px;
    height: 12px;
    background-image:url(../imagesv1/windowDots.svg);
    background-repeat: no-repeat;
}
.floatingModal {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.floatingModal .alert {
    background: #ebf9ff;
    width: 100%;
    margin: 0;
    border-radius: 10px 10px 0 0 !important;
    border: 1px solid rgb(155 192 208);
    box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 5%);
    display: flex;
    align-items: center;
    border-bottom: none;
}
.floatingModal .offerInfo {
    color: #000000;
    font-size: 1.15rem;
    font-weight: 500;
    margin-right: 5px;
}
.floatingModal .offerInfo span {    
	background: #0c7bab;    
	color: #fff;    
	padding: 2px 13px;    
	border-radius: 18px;    
	font-size: 1.05rem;    
	letter-spacing: 1px;
}
.floatingModal .alert-dismissible {
    padding-right: 1rem;
}
.floatingModal .btn-close {
    margin: 0;
    padding: 0.35rem 0.35rem;
    background: #000000 var(--bs-btn-close-bg) center / 1em auto no-repeat;
    border: 0;
    border-radius: .575rem;
    opacity: 1;
    --bs-btn-close-bg:url(../imagesv1/white-close.svg);
    top: -10px;
    right: -10px;
}
.inputInfo {
    font-size: 0.85rem;
    color: #626262;
    font-style: italic;
    line-height: 1.25rem;
    margin-top: 4px;
}
.offerTagCard {
    background: #162d37;
    position: relative;
    padding: 20px 25px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin: 60px 0;
    min-height: 150px;
}
.offerTagCard h3, .offerTagCard h4, .offerTagCard h5{
    color: #fff;
    font-size: 1.5rem;
    line-height: 2.0rem;
    margin-bottom: 15px;
    font-weight: 400;
}
.offerTagCard img{
	height: 215px;
	position: absolute;
	right: 25px;
	top: -25px;
	margin-bottom: 15px;
}
.infoofferModal .modal-header {
    background: #0c7bab;
}
.infoofferModal .modal-header .modal-title{
    color: #fff;
    text-align: center;
    font-size: 1.75rem!important;
    margin: 0 auto;
}
.infoofferModal .modal-header .btn-close{
    margin: 0;
    padding: 0.35rem 0.35rem;
    background: #d60f00 var(--bs-btn-close-bg) center / 1em auto no-repeat;
    border: 0;
    border-radius: 5px;
    opacity: 1;
    --bs-btn-close-bg: url(../imagesv1/white-close.svg);
    top: -10px;
    right: -10px;
    position: absolute;
}
.infoofferModal .modal-body h3{
	font-size: 1.5rem;
	line-height: 2.0rem;
	margin-bottom: 20px;
}
.infoofferModal .modal-body ul{
	width: fit-content;
	border-radius: 5px;
	margin-bottom: 40px;
	padding-left: 30px;
	list-style: disc;
	}
.infoofferModal .modal-body ul li{
	font-size: 1.1rem;
	line-height: 1.25rem;
	font-weight: 500;
	color: #0c7bab;
	margin-bottom: 10px;
	vertical-align: middle;
	padding-left: 0;
	position: relative;
}
.infoofferModal .modal-body ul li a{
	color: #ffca00;
}
.infoofferModal .modal-body ul li::marker {
	font-size: 24px;
	color: #e05200;
}
/*------*/
.featureIconCard{
	display: flex;
	align-items: start;
	padding: 0 10px;
	border-bottom: 1px solid #ced5db;
	height: 100%;
	margin-bottom: 30px;
	transition: all ease-in-out 0.3s;
}
.featureIconCard:hover{
	transform: translateY(-10px);
	border-bottom: 1px solid #e05200;
	box-shadow: 0px 5px 5px rgb(0 0 0 / 10%);
}
.featureIconCard:hover h4{
	color: #e05200;
}
.featureIconCard img{
	width: 64px;
	padding-top: 5px;
}
.featureIconCard p{
	line-height: 1.75rem;
	font-size: 1.15rem;
	color: #444444;
}
/*------*/
.stateFileCard {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 10px;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
    border-radius: 8px;
    border-bottom: 2px solid #0c7bab;
    text-decoration:none;
    transition: all ease-in-out 0.3s;
    margin-bottom: 60px;
    background: linear-gradient(0deg, rgb(240 251 255) 0%, rgba(255, 255, 255, 1) 100%);
}
.stateFileCard:hover {
    border-bottom: 2px solid #e05200;
    box-shadow: 0px 6px 12px rgb(0 0 0 / 20%);
	transform: translateY(-10px);
    background: linear-gradient(0deg, rgb(255 247 242) 0%, rgba(255, 255, 255, 1) 100%);
}
.stateFileCard .icon{
  position:relative;
  display: block;
  margin-right: 5px;
  transition: all ease-in-out 0.3s;
}
.stateFileCard:hover .icon{
	transform: translateY(-5px);
}
.stateFileCard .icon i {
    font-size: 64px;
    margin-top: -36px;
    color: #0c7bab;
}
.stateFileCard:hover .icon i {
    color: #e05200;
}
.stateFileCard .icon span{
	position: absolute;
	left: 0;
	top: -27px;
	right: 0;
	margin: 0 auto;
	text-align: center;
	color: #0c7bab;
	font-size: 1.05rem;
	line-height: 2.0rem;
	font-weight: 700;
	background: #fff;
	width: 32px;
	height: 32px;
	border-radius: 150px;
	box-shadow: 1px 2px 1px 1px rgb(0 0 0 / 35%);
}
.stateFileCard:hover .icon span{
	color: #e05200;
}
.stateFileCard .text h5{	
	margin-bottom: 0;	
}
/*------*/
.blogCard {
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 100%;
    border-radius: 12px;
    position: relative;
    transition: all ease-in-out 0.3s;
}
.blogCard:hover {   
	transform: translateY(-10px);
}
.blogCard .bcImag{
	max-height: 400px;
	margin: -5px -5px 0 -5px;
	overflow: hidden;
}
.blogCard .bcCont{
	padding: 30px 30px 10px;
	position: relative;
}
.blogCard .bcCont a{
	text-decoration:none;
}
.blogCard .bcDate {
    position: absolute;
    top: -18px;
    left: 30px;
    background: #000000;
    color: #fff;
    padding: 2px 12px;
    border-radius: 8px;
    font-size: 0.9rem;
    vertical-align: middle;
    border: 2px solid #fff;
}
.blogCard .bcCont  h3 {
    font-size: 1.35rem;
    line-height: 1.75rem;
    position: relative;
    margin: 10px 0 25px;
    padding-bottom: 10px;
}
.blogCard:hover .bcCont h3 {   
	color: #e05200;
}
.blogCard .bcCont h3:after {
	content:'';
	position: absolute;
	bottom: 0;
	left:0;
	width: 60px;
	height: 4px;
	background: #e05200;
}
.blogCard .bcCont p {
	font-size: 1.15rem;
	line-height: 1.95rem;
	padding-bottom: 0px;
	margin-bottom: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	color: #000;
}
.blogCard .bcFotr {
    font-weight: 500;
    border-top: 1px solid #d0d8df;
    padding: 15px 0;
}
.blogCard .bcFotr .share a{
	margin: 0 4px;
	font-size: 1.5rem;
	vertical-align: middle;
}
.blogCard .bcFotr .readMore a {
    color: #000000;
    font-weight: 400;
    transition: all ease-in-out 0.3s;
}
.blogCard:hover .bcFotr .readMore a {
    color: #e05200;
}
.textWidth {
    width: 100%;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sidebar-blueCard {
    background: #0c7bab;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 0.375rem;
    font-size: 14px;
    border: 8px solid rgb(21 128 174);
}
.sidebar-blueCard .heading {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 1.05rem;
    text-transform: uppercase;
    padding-bottom: 5px;
    position: relative;
}
.sidebar-blueCard .heading:after {
	background: #e05200;
	width: 60px;
	height: 2px;
	z-index: 2;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.sidebar-blueCard .heading:before {
    content: '';
    background: hsl(0deg 0% 100% / 30%);
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.sidebar-blueCard h1{
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0px;
}
.sidebar-blueCard span{
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0px;
}
.sidebar-blueCard .small, .sidebar-blueCard small {
    font-size: 65%;
    font-weight: 500;
}
.sidebar-blueCard h3{
    color: #fff;
    font-size: .85rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}
/*------*/
.reviewPoint .big{
	font-size: 4.5rem;
    line-height: 5rem;
    font-weight: 700;
}
.reviewPoint .small{
	vertical-align: top;
    font-size: 1.75rem;
    line-height: 3rem;
    font-weight: 600;
    color: #666;
    letter-spacing: 3px;
}
.reviewSec blockquote {
	font-size: 1.5rem;
	line-height: 2.15rem;
	font-weight: 500;
}
.reviewSec blockquote i {
    font-size: 2.15rem;
    color: #ccc;
}
.reviewerInfo {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.reviewerInfo .avtr {
    font-size: 1.15rem;
    padding: 5px;
    background: #0c7bab;
    color: #fff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 2.5rem;
}
.reviewerInfo .name {
    font-size: 1.15rem;
    margin-left: 10px;
    font-weight: 600;
    color: #e05200;
}
.freeFileTag {
    position: relative;
    background: url(../imagesv1/freeFileTag-bg.svg) no-repeat;
    width: 220px;
    height: 62px;
    margin-top: -10px;
    color: #000;
	text-decoration: none;
	  display: block;
}
.freeFileTag:hover{
    color: #000;
	text-decoration: underline;
}
.freeFileTag span {
    font-size: 1.4rem;
    display: block;
    padding-top: 17px;
    padding-left: 30px;
    transform: rotate(-5deg);
    font-weight: 600;
}
.freeFileTag span b{
    font-weight: 900;
}
.freeFileTag small {
    display: block;
    padding: initial;
    color: #fff;
    font-size: 0.65rem;
    position: absolute;
    left: 25px;
    bottom: -20px;
}

.freeFileTag .discount {
    display: block;
    padding: initial;
    color: #ffffff;
    font-size: 0.9rem;
    position: absolute;
    left: 22px;
    bottom: -24px;
}
/*---New Pricing Page Desings---*/
.filingFreeCard{
	background: #f6f9fc;
    border-radius: 10px;
    padding: 30px 45px;
    height: 250px;
    overflow-y: hidden;
}
.filingFreeCard .title{
	font-size: 3.25rem;
	font-weight: 600;
	line-height: 3.5rem;
}
.filingFreeCard .w-60{
	width:60%;
}
.filingFreeCard .w-40{
	width:40%;
}
.filingInfoCard {
    margin: 20px auto;
    text-align: center;
    width: 100%;
    color: #fff;
    padding: 25px;
    font-size: 1.8rem;
    font-weight: 500;
    background: url(../imagesv1/priceTag-bgDes.svg)no-repeat center center;
}
.filingInfoCard p {
	margin-bottom:0;
	width: fit-content;
	margin: 0 auto;
}
.offerCard {
    text-align: center;
    background: #f6f9fc;
    padding: 15px;
    border-radius: 0 0 15px 15px;
    font-size: 18px;
    margin-top: -30px;
    border-top: 1px dashed #a0a0a0;
}
.offerCard span {
    background: #e05200;
    padding: 2px 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 20px;
}
.pricePgtitle {
    text-align: center;
    font-size: 2.25rem;
    position: relative;
    font-weight: 600;
    width: fit-content;
    margin: 0 auto;
}
.pricePgtitle:before{
	content: '';
	width: 75px;
	height: 2px;
	background: #000;
	position: absolute;
	top: 25px;
	left: -90px;
}
.pricePgtitle:after{
	content: '';
	width: 75px;
	height: 2px;
	background: #000;
	position: absolute;
	top: 25px;
	right: -90px;
}
.newPriceCard {
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 25px;
    position: relative;
}
.newPriceCard .currentPrice {
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.newPriceCard .currentPrice .title{
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 2.25rem;
    margin-bottom: 30px;
}
.newPriceCard .currentPrice .title span{
	display:block;
	font-weight: 600;
	font-size: 1.35rem;
	line-height: 1.75rem;
	color: #666;
}
.newPriceCard .currentPrice .amount{
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 2.25rem;
    margin-bottom: 20px;
    color: #666;
}
.newPriceCard .discountPrice{      
    display: flex;
    align-items: center;
}
.newPriceCard .discountPrice .offerTag{
	background: #e05200;
	color: #fff;
	padding: 0 20px;
	margin: 0 10px 0 -25px;
	font-size: 1.65rem;
	line-height: 1.5rem;
	font-weight: 700;
	position: relative;
	z-index: 1;
}
.newPriceCard .discountPrice .offerTag:after {
    position: absolute;
    content: "";
    background-image: url(../imagesv1/tagStrpPtrn.svg);
    background-repeat: repeat-y;
    height: 100%;
    width: 7px;
    right: -3px;
    z-index: 1;
    top: 0;
}
.newPriceCard .discountPrice .discount{
	border-left: 2px dashed #fff;
	padding: 3px 3px 3px 10px;
}
.newPriceCard .discountPrice .offerTag span{      
    display: block;
    font-size: 1rem;
    text-transform: uppercase;   
	font-weight: 500;
}
.newPriceCard .discountPrice .offerTag small{   
    font-size: 1.15rem;
	font-weight: 500;
}
.newPriceCard .subscription .info {
    font-size: 1.15rem;
    font-weight: 300;
}
.newPriceCard .offerAmount {
    font-size: 2.15rem;
    text-align: right;
    font-weight: 700;
}
.newPriceCard .offerAmount span{
    display: block;
    font-size: 1rem;
    font-weight: 500;
}
.SubscrTable {
    font-size: 1.25rem;
}
.SubscrTable .table>:not(caption)>*>*{
    padding:1rem 1rem;
    white-space: nowrap;
}
.offInfo {
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 600;
}
.offInfo img{
   width:50px;
}
.offInfo span {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.15rem;
}

.bg-tmLorng{background: #ff6600!important;}
.bg-tmLblue{background: #07b2e0!important;}
.text-tmLorng{color: #ff6600!important;}
.text-tmLblue{color: #07b2e0!important;}

/*---//---*/
/*================================================
 //--//--> DEVICES -- Media Queries
==================================================*/
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-toggler, .close-toggler{
        display: none;
    }
	.side-Listmenu.collapse:not(.show) {
		display: block;
	}
	.sideMenu-toggler, .close-toggler{
        display: none;
    }
}
@media (max-width: 991.99px) {
	.side-Listmenu {
		position: fixed;
        top: 0;
        right: 0;
        z-index: 1050;
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: #4b4b4b;
        visibility: hidden;
        background-color: #00000080;
        background-clip: padding-box;
        outline: 0;
        transition: transform 0.3s ease-in-out;
        transform: translateX(100%);
        width: 100%;
        padding-left: 10%;
        border-radius: 0;
	}
	.side-Listmenu.show{
		visibility: visible;
		transform: none;
	}
	.side-Listmenu .card-header{
		border-radius:0!important;
	}
	.card-menu {
		overflow-y: scroll;
		height: 100vh;
		background:#fff;
		padding-bottom: 50px;
	}
}
/*================================================
//--//--> SMALL DEVICES (landscape phones, 576px and up)
==================================================*/
@media (min-width: 320px) and (max-width: 767.98px) {	
	.btn {
		padding: 0.55rem 0.75rem;
		    font-size: 0.95rem;
	}
	.theme-header{
		position: unset;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) !important;
	}
	.info-hdr .navbar-brand img {
		width: 230px;
		margin-bottom: 1rem;
	}
	.info-hdr {
		padding: 0.75rem 0 0 0;
	}
	.info-hdr .iconBox {
		margin-right: 0;
	}
	.info-hdr .iconBox .info{
		    font-size: 0.95rem;
	}
	.info-hdr .iconBox .info span {
		font-size: 12px;
	}
	.announcementInfo {
		z-index: 999;
		        position: relative;
	}
	.announcementInfo .alert-dismissible .btn-close {
		position: absolute;
		top: 0;
		right: -13px;
		z-index: 2;
		padding: 0.25rem;
		opacity: 1;
	}
	#homeBanner {
		margin-top: 0;
		padding: 0 0 20px;
		background-image: unset;
	}	
	#homeBanner .banner-content {
		padding: 45px 15px 30px;
	}
	#homeBanner .banner-content h1 {
		font-size: 1.85rem;
		line-height: 2.5rem;
		width: 100%;
	}
	#homeBanner .banner-content h5 {
		font-size: 1.0rem;
	}
	#homeBanner .banner-content ul {
		margin-bottom: 20px;
	}
	#homeBanner .banner-content ul li {
		font-size: 1.0rem;
		line-height: 1.25rem;
		width: 80%;
	}
	.loginpageBanner {
		margin-top: 0;
	}
	.priceCard {
		width: 165px;
		height: 165px;
		padding-top: 34px;
		right: 5px;
	}
	.priceCard p {
		font-size: 0.9rem;
	}
	.priceCard h3 {
		color: #fff;
		font-size: 1.5rem;
		line-height: 1.5rem;
		margin-bottom: 0;
	}
	.priceCard h2 {
		color: #fff;
		font-size: 1.5rem;
		line-height: 1.25rem;
		margin-bottom: 2px;
		font-weight: 600;
		text-align: center;
	}
	.priceCard h2 small {
		font-size: 1.5rem;
		position: relative;
		background: #fff;
		padding: 3px 10px;
		display: inline-block;
		color: #333333;
		border-radius: 75px;
		margin-bottom: 7px;
	}
	.priceCard h3 small {
		font-size: 1.25rem;
	}
	.banner-form {
		padding: 20px 25px;
	}
	.menu-hdr .dropdown-mega .dropdown-menu::before,
	.menu-hdr .dropdown-menu::before{
		display:none;
	}
	.menu-hdr .nav-item.dropdown:hover .dropdown-menu,
	.menu-hdr .nav-item.dropdown.dropdown-mega:hover .dropdown-menu {
		display: none;
		-webkit-animation: unset;
		overflow: auto;
     /*   // height: 100vh; */
	}
	.menu-hdr .dropdown-menu.show {
		display: block!important;
	}
	.menu-hdr .nav-item.dropdown.dropdown-mega .dropdown-menu {
		width: 98%;
		top: auto;
		left: 1%;
		position: relative;
	}
	.mega-content {
		padding: 0 0.15rem;
	}
	.mega-content p{
		margin-bottom: 0px;
	}
	.mega-content .mc-subtitle a {
		font-size: 1.0rem;
	}
	.sectionPd {
		padding: 30px 0;
	}
	.sectionHeading .headTitle {
		font-size: 1.75rem;
		color: #333333;
		margin-bottom: 1rem;
	}
	.ourPartners .partnerLogo {
		padding: 0 0px;
	}
	.tmBlue-Box {
		padding: 30px 20px;
	}
	.clientTestimonials .bgText {
		position: absolute;
		top: -8px;
		left: 0;
		right: 0;
		text-align: center;
		font-size: 64px;
		line-height: 54px;
		font-weight: 800;
		text-transform: uppercase;
		-webkit-text-stroke: 1px #e3e8ee;
		color: transparent;
	}
	.newsLetr {
		padding: 25px;
	}
	.subpageBanner{
		min-height: 130px;
		padding: 20px 0 20px;
		margin-top: 0;
	}
	.subpageBanner h5 {
		font-size: 1.0rem;
	}
	.subpageInfobar {
		font-size: 1.0rem;
		line-height: 1.15rem;
	}
	.subpageBannerBig {
		min-height: 480px;
		padding: 20px 0 20px;
		margin-top: 0;
	}
	.subpageBannerBig h1 {
		font-size: 2rem;
	}
	.subpageBannerBig ul {
		margin-bottom: 20px;
	}
	.subpageBannerBig ul li {
		font-size: 1.05rem;
		line-height: 1.15rem;
	}
	.horizontal-timeline .items {
		border-top:unset;
	}
	.horizontal-timeline .items .items-list {
		padding-top: 20px;
		padding-bottom: 55px;
	}
	.horizontal-timeline .items .items-list .year {
		top: -55px;
	}
	.otherProducts .productsBox {
		padding: 20px;
		min-height: 395px;
		margin: 10px 0px 0;
	}
	.mainContent h2 {
		font-size: 1.75rem;
		width: 100%;
	}
	.stepProcess {
		text-align:left;
		display: block;
	}
	.stepProcess .step {
		position: relative;
		display: flex;
		flex-basis: 0;
		flex-grow: 1;
		padding: 0;
		align-items: center;
	}
	.stepProcess .step .step-icon {
		margin-right: 15px;
		margin-left: 0;
		display: flex;
		flex-shrink: 0;
		width: 6.5rem;
		height: 6.5rem;
	}
	.stepProcess .step::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 52px;
		background: #ffdcc8;
		display: block;
		height: 50%;
		width: 1px;
	}
	.stepProcess .step::before {
		content: "";
		position: absolute;
		top: 0%;
		left: 52px;
		background: #ffdcc8;
		display: block;
		height: 50%;
		width: 1px;
	}
	.stepProcess .step .step-icon .step-icon-inner {
		width: 4.75rem;
		height: 4.75rem;
	}
	.stepProcess .step .step-icon .step-icon-inner img {
		width: 48px;
		height: 48px;
	}
	.stepProcess .step .step-body h5 {
		min-height: 90px;
		margin-bottom: 25px;
	}
	.pricePlanCard {
		margin-bottom: 35px;
		padding: 15px;
		min-height: 330px;
	}
	.otherPriceCard {
		padding: 15px;
	}
	.sideTab{
		display: block!important;
	}
	.sideTab .tab-menu{
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		width: 100%;
	}
	.sideTab .tab-content {
		padding: 30px;
		width: 100%!important;
	}
	.sideTab .nav-pills {
		flex-direction: row !important;
		flex-wrap: nowrap;
	}
	.sideTab .nav-pills .nav-link {
		padding: 5px 15px;
		background-color: #f6f9fc;
		color: #000000;
		border-bottom: 1px solid #d5dbe2;
		font-size: 0.95rem;
		line-height: 1.25rem;
		border-radius: 0;
		display: flex;
		align-items: center;
		min-height: 92px;
		width: fit-content;
		border-left: 1px solid #d5dbe2;
		margin-bottom:15px;
	}
	.sideTab .nav-pills .nav-link.active {
		padding: 5px 15px;
		background-color: #e05200;
		color: #fff;
		position: relative;
	}
	.sideTab .nav-pills .nav-link.active:after {
		content: '';
		position: absolute;
		top: unset;
		bottom: -18px;
		left: 43%;
		margin-top: -13px;
		border-right: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-top: 10px solid #e05200;
		border-left: 10px solid transparent;
	}
	.timeLinePoints {
		padding: 15px;
		border-radius: 15px;
		background-color: #ebf9ff;
	}
	.floatingModal .offerInfo {
		font-size: 0.95rem;
	}
	.floatingModal .offerInfo span {
		background: #0c7bab;
		color: #fff;
		padding: 4px 13px;
		border-radius: 18px;
		font-size: 0.85rem;
		letter-spacing: 1px;
	}
	.floatingModal .alert{
		--bs-alert-padding-x: 0.5rem;
		--bs-alert-padding-y: 0.5rem;
	}
	.floatingModal .btn-sm {
		padding: 0.35rem 0.5rem !important;
		font-size: 0.75rem!important;
		width: 30%;
	}
	.offerTagCard{
		display: block;
	}
	.offerTagCard img {
		height: 200px;
		position: relative;
		right: unset;
		top: 25px;
		margin-bottom: 15px;
	}
	.reviewSec blockquote {
		font-size: 1.35rem;
		line-height: 1.75rem;
		font-weight: 700;
        margin-bottom: 5px;
	}
	.reviewSec blockquote i {
		font-size: 1.75rem;
		color: #ccc;
	}
	.reviewerInfo {
		display: flex;
		align-items: center;
		margin-bottom: 60px;
	}
	.infoofferModal .modal-dialog {
        width: 90%;
        margin: 0 auto;
    }
	.infoofferModal .modal-body ul li span {
        display: inline-block;
        margin-top: 5px;
    }
	#footer-section {
		padding-top: 25px;
	}
	#theme-footer .theme-ft-company .theme-links li {
		margin-bottom: 5px;
	}
	#footer-section .otherLinks {
		display: inline-block;
		margin-bottom: 15px;
	}
	#footer-section .footer-info {
		padding: 0px 0px 15px;
		font-size: 14px;
		position: relative;
		z-index: 99;
	}
	#homeBanner .banner-content .infoCont {
		width: 100%;
	}
	
	.filingFreeCard {
		background: #f6f9fc;
		border-radius: 10px;
		padding: 15px 15px;
		height: auto;
		overflow-y: hidden;
	}
	.filingFreeCard .title {
		font-size: 2.5rem;
		text-align: center;
	}
	.filingFreeCard .w-60 {
		width: 100%;
	}
	.filingFreeCard .w-40 {
		width: 80%;
		margin: 0 auto;
	}
	.filingInfoCard {
        margin: 30px auto 0;
        padding: 15px 50px;
        font-size: 1.0rem;
        line-height: 1.5rem;
        background: url(../img/priceTag-bgDesMob.svg) no-repeat center center;
    }
	.pricePgtitle {
		font-size: 1.75rem;
	}
	.pricePgtitle:before, .pricePgtitle:after{
		display:none;
	}
	.newPriceCard {
		padding: 15px;
	}
	.newPriceCard .currentPrice .title {
		font-size: 1.5rem;
		line-height: 2.0rem;
		margin-bottom: 20px;
	}
	.newPriceCard .currentPrice .amount {
		font-size: 1.75rem;
		line-height: 2.0rem;
		margin-bottom: 20px;
		color: #666;
	}
	.newPriceCard .discountPrice .offerTag {
		padding: 0 15px;
		margin: 0 9px 0 -15px;
		font-size: 1.35rem;
		line-height: 1.5rem;
	}
	.newPriceCard .discountPrice .discount {
		border-left: 1px dashed #fff;
	}
	.newPriceCard .subscription .info {
		font-size: 1.15rem;
		font-weight: 300;
	}
	.newPriceCard .offerAmount {
		margin-top: 15px;
	}
}
/*================================================
//--//--> MEDIUM DEVICES (tablets, 768px and up)
==================================================*/
@media (min-width: 768px) and (max-width: 1023.98px) {	
	.theme-header{
		position: unset;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1) !important;
	}
	.info-hdr {
		padding: 0.75rem 0 0 0;
	}
	.info-hdr .iconBox {
		margin-right: 0;
	}
	#homeBanner {
		margin-top: 0;
		padding: 0;
	}	
	#homeBanner .banner-content {
		padding: 30px 15px;
	}
	#homeBanner .banner-content h1 {
		font-size: 1.85rem;
		width: 90%;
	}
	#homeBanner .banner-content h5 {
		font-size: 1.0rem;
	}
	#homeBanner .banner-content ul {
		margin-bottom: 20px;
		width: 100%;
	}
	#homeBanner .banner-content ul li {
		font-size: 1.0rem;
		line-height: 1.15rem;
		width: 75%;
	}
	.priceCard {
		width: 180px;
		height: 180px;
		top: 30px;
		padding-top: 44px;
		right: 10px;
	}
	.priceCard p {
		font-size: 1rem;
	}
	.priceCard h3 {
		color: #fff;
		font-size: 1.65rem;
		line-height: 1.5rem;
		margin-bottom: 0;
	}
	.banner-form {
		padding: 20px 25px;
	}
	.menu-hdr .dropdown-mega .dropdown-menu::before,
	.menu-hdr .dropdown-menu::before{
		display:none;
	}
	.menu-hdr .nav-item.dropdown:hover .dropdown-menu,
	.menu-hdr .nav-item.dropdown.dropdown-mega:hover .dropdown-menu {
		display: none;
		-webkit-animation: unset;
		overflow: auto;
        height: 100vh;
	}
	.menu-hdr .dropdown-menu.show {
		display: block!important;
	}
	.menu-hdr .nav-item.dropdown.dropdown-mega .dropdown-menu {
		width: 98%;
		top: auto;
		left: 1%;
		position: relative;
	}
	.mega-content {
		padding: 0 0.15rem;
	}
	.sectionPd {
		padding: 30px 0;
	}
	.sectionHeading .headTitle {
		font-size: 1.75rem;
		color: #333333;
		margin-bottom: 1rem;
	}
	.ourPartners .partnerLogo {
		padding: 0 0px;
	}
	.tmBlue-Box {
		padding: 30px 20px;
	}
	.clientTestimonials .bgText {
		position: absolute;
		top: -8px;
		left: 0;
		right: 0;
		text-align: center;
		font-size: 64px;
		line-height: 54px;
		font-weight: 800;
		text-transform: uppercase;
		-webkit-text-stroke: 1px #e3e8ee;
		color: transparent;
	}
	.newsLetr {
		padding: 25px;
	}
	.subpageBanner{
		margin-top: 0;
	}
	.stepProcess {
		text-align:left;
		display: block;
	}
	.stepProcess .step {
		position: relative;
		display: flex;
		flex-basis: 0;
		flex-grow: 1;
		padding: 0;
		align-items: center;
	}
	.stepProcess .step .step-icon {
		margin-right: 15px;
		margin-left: 0;
		display: flex;
		flex-shrink: 0;
		width: 6.5rem;
		height: 6.5rem;
	}
	.stepProcess .step::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 52px;
		background: #ffdcc8;
		display: block;
		height: 50%;
		width: 1px;
	}
	.stepProcess .step::before {
		content: "";
		position: absolute;
		top: 0%;
		left: 52px;
		background: #ffdcc8;
		display: block;
		height: 50%;
		width: 1px;
	}
	.stepProcess .step .step-icon .step-icon-inner {
		width: 4.75rem;
		height: 4.75rem;
	}
	.stepProcess .step .step-icon .step-icon-inner img {
		width: 48px;
		height: 48px;
	}
	.stepProcess .step .step-body h5 {
		min-height: 90px;
		margin-bottom: 25px;
	}
	.offerTagCard h3 {
		width: 72%;
	}
}

@media (min-width: 1080px) and (max-width:1368px) {
	.banner-form {
		padding: 30px 25px;
		position: relative;
	}
	.menu-hdr .nav-item.dropdown.dropdown-mega .dropdown-menu {
		width: 80%;
		top: auto;
		left: 10%;
		height: 80vh;
		overflow-y: scroll;
	}
	.loginpageBanner .pe-lg-5 {
        padding-right: 0!important;
	}
	.sectionHeading .headTitle {
		font-size: 2.5rem;
		color: #333333;
		margin-bottom: 1rem;
	}
}
@media (min-width: 1024px) and (max-width: 1080px) {	
	.info-hdr .navbar-brand img {
		width: 220px;
		margin-bottom: 1rem;
	}
	.contactInfo-Box {
		background: #f6f9fc;
		padding: 20px;
		border-radius: 10px;
		min-height: 325px;
		margin: 0;
	}
	.menu-hdr .nav-item.dropdown.dropdown-mega .dropdown-menu {
		width: 95%;
		top: auto;
		left: 3%;
	}
	.filingFreeCard {
		background: #f6f9fc;
		border-radius: 10px;
		padding: 15px 15px;
		height: auto;
		overflow-y: hidden;
	}
	.filingFreeCard .title {
		font-size: 2.5rem;
		text-align: center;
	}
	.filingFreeCard .w-60 {
		width: 100%;
	}
	.filingFreeCard .w-40 {
		width: 80%;
		margin: 0 auto;
	}
	.filingInfoCard {
		margin: 30px auto 0;
		padding: 15px;
		font-size: 1.25rem;
	}
	.pricePgtitle {
		font-size: 1.75rem;
	}
	.pricePgtitle:before, .pricePgtitle:after{
		display:none;
	}
	.newPriceCard {
		padding: 15px;
	}
	.newPriceCard .currentPrice .title {
		font-size: 1.25rem;
		line-height: 1.5rem;
		margin-bottom: 20px;
	}
	.newPriceCard .currentPrice .amount {
		font-size: 1.5rem;
		line-height: 1.75rem;
		margin-bottom: 20px;
		color: #666;
	}
	.newPriceCard .discountPrice .offerTag {
		padding: 0 15px;
		margin: 0 9px 0 -15px;
		font-size: 1.35rem;
		line-height: 1.5rem;
	}
	.newPriceCard .discountPrice .discount {
		border-left: 1px dashed #fff;
	}
	.newPriceCard .subscription .info {
		font-size: 1rem;
		font-weight: 300;
	}
	.newPriceCard .offerAmount {
		margin-top: 0;
		font-size: 1.75rem;
	}
}

.linkCard .subTitle {
    font-size: 1rem;
	margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    	color: #e05200;
}
.form-title {
    padding: 0.65rem 0.75rem 0.65rem 0;
    margin-bottom: 30px;
    border-bottom: 4px solid #dee4ea;
}
.form-title h1{
    font-size: 1.25rem;
    margin-bottom: 0;
    color: #007bff;
    font-weight: 500;
}
.form-title:before{
    content:'';
    background: #007bff;
    width: 75px;
    height: 4px;
    position: absolute;
    top: 2.8rem;
    left: 15px;
}
.form-title:after{
    content:'';
    background: #007bff;
    width: 6px;
    height: 4px;
    position: absolute;
    top: 2.8rem;
    left:95px;
}


    .oferTxt {
        cursor: pointer;
        position: relative;
        display: inline-block;
    }

    .tooltip {
        background-color: black;
        color: white;
        text-align: center;
        padding: 5px 10px;
        border-radius: 5px;
        position: absolute;
        top: 120%; /* Adjusted to show below the text */
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
        font-size: 12px;
        white-space: nowrap;
        pointer-events: none;
    }

    .tooltip.show {
        opacity: 1;
    }
    
    .tooltip.show {
	opacity: 1;
}
/*----*/
.bgImg2{
	background-image:url(../img/stt-freefilingform2290-topbanner.webp)!important;
	background-position: right center;
	min-height: 500px;
}
.bgImg2 .subTitle {
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: #fff;
    font-weight: 500;
}
.clientList{
	display: flex !important;
	align-items: center !important;
}
.clientList .logo img {
    height: 30px;
    margin-right: 30px;
}
.stepIconbox {
    text-align: center;
    position: relative;
    background: rgb(0 0 0 / 8%);
    margin: 15px;
    padding: 30px 30px 10px;
    height: 100%;
    border-radius: 10px;
}
.stepIconbox::after {
    position: absolute;
    content: "\f054";
    font-size: 36px;
    font-weight: 900;
    color:#ffca00;
    font-family: "Font Awesome 5 Free";
    top: 50%;
    right: -2.5rem;
    transform: translateY(-50%);
    transition: transform 0.3s;
}
.stepIconbox.afterNone::after {
    display:none;
}
.stepIconbox img{
	width: 84px;
	margin-bottom: 20px;
}
.stepIconbox h4 {
    color: #fff;
    font-size: 1.5rem;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
.stepIconbox p {
    color: #fff;
    font-size: 1.15rem;
    line-height: 1.75rem;
    font-weight:500;
    margin-bottom: 0;
}
.iconBoxV2a {
     position: relative;
     display: flex;
     align-items: center;
     background: #ffffff;
     padding: 12px;
     border-radius: 100px;
     box-shadow: 0px 0px 8px 0px #ebebeb;
     margin-bottom: 5px;
}
.iconBoxV2a i{
	position: relative;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	padding: 15px;
	width: 50px;
	height: 50px;
	background: #fff1e8;
	color: #e05200;
	border-radius: 100px;
	margin-right: 15px;
}
.iconBoxV2a .title{
	font-weight: 500;
	font-size: 1.1rem;
	line-height: 1.5rem;
}
    
    
    @media (min-width: 320px) and (max-width: 767.98px) {	
	.stepIconbox::after {
		display:none;
	}
	.clientLogoSec .infoTxt {
		font-size: 1.15rem;
	}
    .filingFreeCard {
        background: #f6f9fc;
        border-radius: 10px;
        padding: 15px 15px;
        height: auto;
        overflow-y: hidden;
    }
    .filingFreeCard .title {
        font-size: 2.5rem;
        text-align: center;
    }
    .filingFreeCard .w-60 {
        width: 100%;
    }
    .filingFreeCard .w-40 {
        width: 80%;
        margin: 0 auto;
    }
    .filingInfoCard {
        margin: 30px auto 0;
        padding: 15px 50px;
        font-size: 1.0rem;
        line-height: 1.5rem;
        background: url(../img/priceTag-bgDesMob.svg) no-repeat center center;
    }
    .pricePgtitle {
        font-size: 1.75rem;
    }
    .pricePgtitle:before, .pricePgtitle:after{
        display:none;
    }
    }
    
    
    .oferTxt {
	cursor: pointer;
	position: relative;
	display: inline-block;
}
.tooltip {
	background-color: black;
	color: white;
	text-align: center;
	padding: 5px 10px;
	border-radius: 5px;
	position: absolute;
	top: 120%; /* Adjusted to show below the text */
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	font-size: 12px;
	white-space: nowrap;
	pointer-events: none;
}
.tooltip.show {
	opacity: 1;
}
   .offerRibbon {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  padding: 6px 0;
  text-decoration: none;
}
.offerRibbon {
  --r: .5em; /* control the cutout */
  border-block: .5em solid #0000;
  padding-inline: .75em calc(var(--r) + .75em);
  line-height: 1.8;
  clip-path: polygon(100% 0,0 0,0 100%,100% 100%,100% calc(100% - .5em),calc(100% - var(--r)) 50%,100% .5em);
  background: radial-gradient(.2em 50% at left, #000a, #0000) border-box, #00618b padding-box; /* the color  */
  width: fit-content;
}
.announcementInfo:hover  .offerRibbon{  
  color: #fff;
  background: radial-gradient(.2em 50% at left, #000a, #0000) border-box, #e05200 padding-box; /* the color  */
  width: fit-content;
}
.announcementInfo .alert:hover .oferTxt {
    color: #ffca00;
}

@media (min-width: 320px) and (max-width: 767.98px) {	
	.stepIconbox::after {
		display:none;
	}
	.clientLogoSec .infoTxt {
		font-size: 1.15rem;
	}
	
	.offerRibbon {
	  font-size: 0.9rem;
	}
}



.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;
	}
}

/*--Verification Card Form--*/
.verificationForm {
    padding: 1.5rem !important;
/*text-align: center;*/
}
.verificationForm .title {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 5px;
}
.verificationForm .info {
    font-size: 0.925rem;
    line-height: 1.25rem;
    color: #666;
    margin-bottom: 20px;
}
.verificationForm .vCodeInput{
    padding: 10px;
    margin-bottom: 0;
    height: 50px;
    width: 50px;
    font-size: 18px;
    line-height: 18;
    background: #ffffff;
    border: 1px solid #cccccc;
    text-align: center;
}
/*---//---*/
.loginSignupForm .loginIRSlogo img {
    width: 64px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 199;
}


#homeBanner1 {
    position: relative;
    background-size: cover;
    min-height: 500px;
    padding: 60px 0;
    background-color: #014f70;
    background-position: top right;
    background-repeat: no-repeat;
    margin-top: 135px;
}
.form-check-input {
    flex-shrink: 0;
    width: 1.15em;
    height: 1.15em;
    margin-top: .35em;
    margin-right: 0.5rem;
    border: 2px solid #999;
}