/*--font-family: 'Roboto', sans-serif;--*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
/*--font-family: 'Barlow', sans-serif;--*/
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&family=Federo&display=swap');
/*----*/
/*====== STYLES GENERALES ==========*/
body {
    padding: 0;
    margin: 0;
    color: #000000;
	font-family: 'Barlow', sans-serif!important;
    font-size: 14px;
    font-weight: 400;
}
h1,h2,h3,h4,h5,h6 {
  color: #333333;
}
a {
  color: #ff4949;
  transition: all .3s ease;
}
a:hover {
  color: #ff6e6e;
  text-decoration: none;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
/*======= THEME GENERALES STYLES ==============*/
/*--Back To Top Button --*/
a.back-to-top {
	position: fixed;
	z-index: 999;
	right: 12px;
	bottom: 0px;
	display: none;
	width: 45px;
	height: 45px;
	border-radius: 100px 100px 0 0;
	background: #39378a url(../images/up-arrow.png) no-repeat center 45%;
	background-size: 18px 18px;
	text-indent: -9999px;
}
a:hover.back-to-top {
	background-color: #39378a;
}
/*--THEME TEXT COLOR--*/
.text-tmRed{color: #ff4949!important;}
.text-tmBlue{color: #20358e!important;}

.bg-tmRed{background: #ff4949!important;}
.bg-tmBlue{background: #20358e!important;}

/*======================================
//--//-->  THEME BUTTON SECTION
======================================*/
/*--Theme Button Fill--*/
/*--RED--*/
.btn-tmRed {
    background: #ff4949;
    border-color: #ff4949;
    color: #fff;
    font-weight: 500;
    border-radius: 0;
	padding: 0.375rem 0.75rem 0.575rem;
}
.btn-tmRed:hover{
    background: #ea3b3b;
	border-color: #ea3b3b;
    color: #fff;
}
.btn-tmRed:focus{
    background: #ea3b3b;
	border-color: #ea3b3b;
    color: #fff;
    box-shadow: 0 0 0 0.2rem rgb(255 73 73 / 0.25);
}
/*--BLUE--*/
.btn-tmBlue {
    background: #20358e;
    border-color: #20358e;
    color: #fff;
    font-weight: 500;
    border-radius: 0;
	padding: 0.375rem 0.75rem 0.575rem;
}
.btn-tmBlue:hover{
    background: #1b2e80;
	border-color: #1b2e80;
    color: #fff;
}
.btn-tmBlue:focus{
    background: #1b2e80;
	border-color: #1b2e80;
    color: #fff;
    box-shadow: 0 0 0 0.2rem rgb(32 53 142 / 25%);
}
/*--Theme Button Line--*/
/*--RED--*/
.btn-outline-tmRed {
    background: transparent;
    border-color: #ea3b3b;
    color: #ea3b3b;
    font-weight: 500;
    border-radius: 0;
	padding: 0.375rem 0.75rem 0.575rem;
}
.btn-outline-tmRed:hover{
    background: #ea3b3b;
	border-color: #ea3b3b;
    color: #fff;
}
.btn-outline-tmRed:focus{
    background: #ea3b3b;
	border-color: #ea3b3b;
    color: #fff;
    box-shadow: 0 0 0 0.2rem rgb(255 73 73 / 0.25);
}
/*--BLUE--*/
.btn-outline-tmBlue {
    background: transparent;
    border-color: #1b2e80;
    color: #1b2e80;
    font-weight: 500;
    border-radius: 0;
	padding: 0.375rem 0.75rem 0.575rem;
}
.btn-outline-tmBlue:hover{
    background: #1b2e80;
	border-color: #1b2e80;
    color: #fff;
}
.btn-outline-tmBlue:focus{
    background: #1b2e80;
	border-color: #1b2e80;
    color: #fff;
    box-shadow: 0 0 0 0.2rem rgb(32 53 142 / 25%);
}
/*--WHITE--*/
.btn-outline-white {
    background: transparent;
    border-color: #fff;
    color: #fff;
    font-weight: 500;
    border-radius: 0;
	padding: 0.375rem 0.75rem 0.575rem;
}
.btn-outline-white:hover{
    background: #fff;
	border-color: #fff;
    color: #20358e;
}
.btn-outline-white:focus{
    background: #fff;
	border-color: #fff;
    color: #20358e;
    box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 25%);
}
/*----*/
/*======================================
//--//-->  HEADER SECTION
======================================*/
#theme-header {
    /*position: relative;
    z-index: 9;*/
    position: sticky;
  	top: 0;
  	z-index: 9999;
  	width: 100%;
}
#theme-header .top-navbar{
	background: #20358e;
}
#theme-header .top-navbar .info-box li{
    display: flex;
    text-align: left;
    float: left;
    align-items: start;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}
#theme-header .top-navbar .info-box li::after {
    background: rgba(255, 255, 255, 0.1);
    content: "";
    height: 78px;
    right: 0;
    position: absolute;
    top: -10px;
    width: 1px;
}
#theme-header .top-navbar .info-box li:last-child::after {
   display:none;
}
#theme-header .top-navbar .info-box li .icon{
    padding-right: 10px;
}
#theme-header .top-navbar .info-box li .icon img{
    width: 36px;
}
#theme-header .top-navbar .info-box li .info{
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}
#theme-header .top-navbar .info-box li .info span{
    display: block;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    font-size: 11px;
}
#theme-header .top-navbar .pre-file{
    background: #ff4949;
    height: auto;
    float: right;
    padding: 12px 12px;
    position: relative;
    animation: 11;
}
#theme-header .top-navbar .pre-file:before{
    position: absolute;
    bottom: -20px;
    content: "";
    right: 0px;
    width: 100%;
    height: 20px;
    background: #ff4949;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 10;
}
#theme-header .top-navbar .pre-file:after{
    position: absolute;
    content: "";
    width: 23px;
    height: 20px;
    bottom: -20px;
    left: -22px;
    background: #dc1f1f;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    z-index: 9;
}
#theme-header .top-navbar .pre-file .icon{
   float: left;
   background: #fff;
   padding: 2px 8px;
   border-radius: 5px;
   margin-right: 8px;
   margin-top: 4px;
   color: #20358e;
   font-size: 18px;
}
#theme-header .top-navbar .pre-file .content {
    float: left;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}
#theme-header .top-navbar .pre-file .content a{
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
}
#theme-header .top-navbar .pre-file .content a:hover{
    color: #20358e;
}
#theme-header .top-navbar .pre-file .content a span{
    font-size: 14px;
}
/*----*/
#theme-header .menu-navbar{
    background: #fafafa;
    padding: 0;
}
#theme-header .menu-navbar .navbar{
  padding:0px;
}
#theme-header .menu-navbar .navbar-brand img{
  width: 140px;
}
#theme-header .menu-navbar .navbar-nav .nav-item a{
    font-size: 14px;
    font-weight: 600;
    color: #20358e;
    padding: 1.25rem 1rem;
    text-transform: uppercase;
}
#theme-header .menu-navbar .navbar-nav .nav-item a:hover{
    color: #ff4949;
}
#theme-header .menu-navbar .navbar-nav .nav-item .active{
    color: #ff4949;
    position: relative;
}
#theme-header .menu-navbar .navbar-nav .nav-item .active:before{
    bottom: 0px;
    position: absolute;
    left: 10%;
    content: "";
    height: 0px;
    width: 80%;
    border-bottom: 4px solid #ff4949;
    z-index: 9;
}

/*======================================
//--//-->  CAROUSEL BANNER SECTION
======================================*/
/*--Carousel BG--*/
.carousel-bg{
	position:absolute;
	top: 114px;
	left:0;
	right:0;
	bottom:0;
	z-index: 0;
}
.carousel-bg .carousel-inner .carousel-item{
	min-height: 380px;
}
.carousel-bg .carousel-inner .carousel-item:nth-child(1) {
   background-image: url(/Simpleform2290/images/home-sliderNewBG.webp);
    background-position: left center;
    background-size: cover;
}
.carousel-bg .carousel-inner .carousel-item:nth-child(2) {
    background-image: url(/Simpleform2290/images/home-slider2.jpg);
    background-position: left center;
    background-size: cover;
}
.carousel-bg .carousel-inner .carousel-item:nth-child(3) {
     background-image: url(/Simpleform2290/images/home-slider3.jpg);
    background-position: left center;
    background-size: cover;
}
/*--Carousel Text--*/
#bgcarousel {
    padding: 20px 0 10px;
    background: #333;
    min-height: 380px;
}
#carouselBox .content {
    padding: 0 30px 30px 0;
}
#carouselBox .content h5{
    color: #ffffff;
    font-size: 1.15rem;
    text-transform: uppercase;
    letter-spacing: 8px;
}
#carouselBox .content h1{
    color: #ffffff;
    font-size: 2.95rem;
    line-height: 1.05;
    margin-bottom: 1rem;
    font-weight: 600;
    padding-bottom: 10px;
}
#carouselBox .content h2{
    color: #ff4949;    
    font-size: 1.15rem;
    padding: 5px 10px 6px;
    text-transform: uppercase;
    background: rgb(255 255 255 / 80%);
    width: fit-content;
    font-weight: 600;
}
#carouselBox .content h3{
    color: #20358e;
    font-size: 1.15rem;
    padding: 5px 10px 6px;
    text-transform: uppercase;
    background: rgb(255 255 255 / 80%);
    width: fit-content;
    font-weight: 600;
}
#carouselBox .content .efile-btn {
    background: #ff4949;
    color: #fff;
    padding: 10px 30px;
    border-radius: 0;
    font-weight: 400;
    font-size: 18px;
}
#carouselBox .content .efile-btn:hover {
	background: #20358e;
    color: #fff;
}

#carouselBox .animate-circle {
    position: absolute;
    bottom: -60px;
    right: 10px;
    transform: translate(-50%, -50%);
}
#carouselBox .animate-circle:before {
    animation-delay: 0.8s;
}
#carouselBox .animate-circle:after, #carouselBox .animate-circle:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid #ff4949;
    animation-name: popupBtn;
    animation-duration: 1.8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes popupBtn {
	0% {
		transform: scale(1);
		opacity: 0.6;
	}
	50% {
		transform: scale(1.4);
		opacity: 0.3;
	}
	100% {
		transform: scale(1.8);
		opacity: 0;
	}
}
#carouselBox .ani-txt {
    font-size: 16px;
    color: #ff4949;
    height: 125px;
    width: 125px;
    text-align: center;
    line-height: 26px;
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
    font-weight: 600;
    padding: 24px 5px;
}
#carouselBox .ani-txt span{
    font-size: 28px;
    font-weight: 600;
    color: #20358e;
}
/*----*/
#loginForm {
	float: left;
	width: 100%;
	background: rgb(0 0 0 / 40%);
	border-top: 3px solid #ff4949;
	padding: 15px 30px 30px;
}
#loginForm h2{
	color: #ff4949;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}
#loginForm h5{
	color: #fff;
	font-size: 0.9rem;
	font-weight: 600;
	margin-bottom: 30px;
}
#loginForm .form-control{
	border: 1px solid #ffffff;
	padding: 5px 10px;
	/*margin-bottom: 20px;*/
	min-height: 35px;
	font-size: 13px;
	 line-height: 15;
	font-weight: normal;
	border-radius: 0;
	background: #ffffff;
}
#loginForm .form-group{
	position:relative;
}
#loginForm .form-group i{
	position: absolute;
    top: 5px;
    right: 15px;
    font-size: 18px;
    color: #20358e;
}
#loginForm .recaptcha{
	background: #fff;
	padding: 12px 5px 5px 5px;
	text-align: center;
	margin-bottom: 20px;
}
#loginForm .footer-text {
    text-align: center;
    color: #fff;
    font-weight: 500;
}
#loginForm .footer-text a{
    font-weight: 600;
    text-transform: uppercase;
}
#loginForm .footer-text p{
    margin:0px;	
}

.icon-list-style{
    padding-left: 0;
}
.icon-list-style li {
    list-style: none;
    line-height: 40px;
    color: #333;
}
.icon-list-style li::marker {
    color: #ea7425;
    font-size: 16px;
}
.icon-list-style .list-link {
    color: #fafafa;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.015rem;
    display: block;
    position: relative;
    transition: 0.3s;
    padding: .5rem;
    height: 60px;
    border-bottom: 1px solid rgb(250 250 250 / 25%);
}
.icon-list-style .list-link i {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 3px;
    position: relative;
    top: -1px;
    color: #ff4949;
}
.icon-list-style .list-link:hover {
	background: #20358e;
}
/*--//--*/
/*--/Section Title/--*/
.section-title {
    margin-bottom: 10px;
}
.section-title h1{
    color: #20358e;
    font-size: 1.85rem;
    font-weight: 600;
    margin-bottom: 5px;
}
.section-title h3 {
    color: #20358e;
    font-size: 1.85rem;
    font-weight: 600;
    margin-bottom: 5px;
}
.section-title h2{
    color: #ff4949;
    font-size: 1.15rem;
    text-transform: uppercase;
    letter-spacing:1px;
    margin-bottom: 2px;
}
.border-line {
    height: 3px;
    width: 100px;
    background-color: rgb(255 73 73 / 50%);
    margin: 8px auto 8px;
    display: inline-block;
    border-radius: 0px;
    position: relative;
    z-index: 1;
}
.border-dot {
    overflow: visible;
    position: absolute;
    content: "";
    top: -4.5px;
    left: 50%;
    transform: translateX(-50%);
    height: 11px;
    width: 11px;
    background-color: #ff4949;
    border-radius: 0;
    display: inline-block;
}
.border-dot::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: inherit;
    border-radius: inherit;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s, -webkit-transform .5s;
    -webkit-animation: border-dot-animation 1.5s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    animation: border-dot-animation 1.5s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    z-index: -1;
}

@-webkit-keyframes border-dot-animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 0;
        -webkit-transform: scale(1.7);
        transform: scale(1.7)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.9);
        transform: scale(1.9)
    }
}

@keyframes border-dot-animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 0;
        -webkit-transform: scale(1.7);
        transform: scale(1.7)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.9);
        transform: scale(1.9)
    }
}
.section-content p {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 400;
    color: #000;
}

/*======================================
//--//-->  IRS Form 2290 E-filing SECTION
======================================*/
#F2290-efile {
	padding: 75px 0;
	background: url(/Simpleform2290/images/F2290-efile-bg.jpg)no-repeat center #fff;
	background-size: cover;
}
.efileHelp-box{
	display: flex;
    margin: 15px -15px -15px;
    flex-wrap: wrap;
    list-style: none;
    line-height: 24px;
	    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.efileHelp-box li {
    width: 50%;
    padding: 15px;
    float: left;
    list-style-type: none;
}
.efileHelp-box li:nth-child(odd) {
    margin-top: -30px;
}
.eh-box-content {
    float: left;
    width: 100%;
    display: flex;
    min-height: 255px;
    background: #fff3f3;
    padding: 15px;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    border: 8px solid #fff3f3;
}
.eh-box-content:hover, .efileHelp-box li.active .eh-box-content {
    border-color: rgba(255,255,255,0.5)!important;
    -webkit-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
}
.efileHelp-box li:nth-child(2) .eh-box-content {
    background: #f1f3ff;
    border-color: #f1f3ff;
}
.efileHelp-box li:nth-child(3) .eh-box-content {
    background: #f1f3ff;
    border-color: #f1f3ff;
}
.eh-box-content figure {
    width: 80px;
    height: 80px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.eh-box-content figure img{
    width: 50px;
    display: block;
}
.eh-box-title h3{
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
}
.eh-box-description {
	width: 100%;
    float: left;
    margin-bottom: 5px;
}
.eh-box-description p{
	font-size: 13px;
	color: #000;
	margin: 0;
	line-height: 20px;
	font-weight: 400;
}
/*======================================
//--//-->  What 2290 SECTION
======================================*/
#what-2290 {
	background: url(/Simpleform2290/images/what-2290-bgimg.jpg)no-repeat center #fafafa;
	padding: 75px 0 45px;
	background-size: cover;
}
#what-2290 .section-content {
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
}
#what-2290 .img-animation img {
    position: relative;
    z-index: 2;
}
#what-2290 .img-animation::after {
    position: absolute;
    left: -50px;
    top: -30px;
    content: "";
    height: 150px;
    width: 150px;
    background: url(/Simpleform2290/images/img-dot-bg.png);
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
	 -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-name: infiUpDown;
    animation-name: infiUpDown;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/*======================================
//--//--> 3 Steps SECTION
======================================*/
#steps-filing {
    background: #20358e;
}
#steps-filing .steps-image{
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
}
#steps-filing .steps-image:before{
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #040021;
    opacity: 0.4;
}
#steps-filing .steps-content {
    margin: 60px;
}
#steps-filing .steps-content p{
    color:#fff;
}
.info-steps{
    margin-left: 0;
    padding: 12px 0 0 0;
}
.info-steps li{
    margin-bottom: 35px;
	display: flex;
    align-items: center;
	list-style: none;
}
.info-steps li .step-number{
    margin-left: 8px;
    margin-right: 28px;
    font-size: 18px;
}
.info-steps li .step-number span{
	border: 1px solid rgb(255 73 73);
	color: #ffffff;
	height: 58px;
	width: 58px;
	display: inline-block;
	text-align: center;
	line-height: 55px;
	border-radius: 50%;
	position: relative;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.info-steps li .step-number span:before {
    position: absolute;
    content: "";
    width: 78px;
    height: 78px;
    border: 1px solid rgb(255 73 73);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.info-steps li .step-text h5{
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
}
.info-steps li .step-text p{
    color: #ffffff;
    font-size: 15px;
}
.steps-image {
    background: url(/Simpleform2290/images/steps-sec-img.jpg)no-repeat center center;
    height: auto;
    background-size: cover;
    min-height: 550px;
}
.steps-image .animate-circle {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.steps-image .animate-circle:before {
    animation-delay: 0.8s;
}
.steps-image .animate-circle:after, .steps-image .animate-circle:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid #cccccc;
    animation-name: popupBtn;
    animation-duration: 1.8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes popupBtn {
	0% {
		transform: scale(1);
		opacity: 0.6;
	}
	50% {
		transform: scale(1.4);
		opacity: 0.3;
	}
	100% {
		transform: scale(1.8);
		opacity: 0;
	}
}
.steps-image .ani-img {
    height: 140px;
    width: 140px;
    text-align: center;
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
    padding: 20px;
}
.steps-image .ani-img img{
    width: 100px;
}
.insurance-content {
    position: relative;
    color: #fff;
    padding: 60px;
    top: 25%;
}
.insurance-content h5{
    color: #fff;
}
/*----*/

#irs-updates {
	background: url(/Simpleform2290/images/what-2290-bgimg.jpg)no-repeat center #fafafa;
	padding: 75px 0 75px;
	background-size: cover;
}
#irs-updates .section-content {
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
}
#irs-updates .img-animation img {
    position: relative;
    z-index: 2;
}
#irs-updates .img-animation::after {
    position: absolute;
    left: 150px;
    bottom: -15px;
    content: "";
    height: 150px;
    width: 150px;
    background: url(/Simpleform2290/images/img-dot-bg.png);
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-name: infiUpDownX;
    animation-name: infiUpDownX;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}


@keyframes infiUpDownX {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes infiUpDownX {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

#irs-updates .section-content .icon {
    background: #20358e;
    padding: 15px;
    margin-right: 30px;
    height: 72px;
    width: 72px;
    text-align: center;
    color: #ffffff;
    position: relative;
}
#irs-updates .section-content .icon i{
    font-size: 36px;
    line-height: 44px;
    vertical-align: middle;
}
#irs-updates .section-content .icon i::after {
    position: absolute;
    right: -11px;
    top: -10px;
    content: "\f00c";
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    background: #ff4949;
    font-size: 12px;
    height: 29px;
    width: 29px;
    line-height: 26px;
    border-radius: 50%;
    border: 3px solid #fafafa;
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
}
#irs-updates .section-content .box{
	width:80%;
}
#irs-updates .section-content .box a{
	font-weight:600;
}
#irs-updates .section-content .box h3{
	color: #000;
	font-size: 18px;
}
#irs-updates .section-content .box p{
  color: #000;
  line-height: 22px;
  font-size: 14px;
}
#irs-updates .section-content .btn-sm {
    padding: .25rem .95rem 0.25rem!important;
}
/*----*/
#blog-section{
	padding: 75px;
}
#blog-section .blog-box {
	margin-bottom:30px;
}
#blog-section .blog-box .image{
	position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
#blog-section .blog-box .image img{
	    width: 100%;
    -webkit: grayscale(100%);
    -ms: grayscale(100%);
    -moz: grayscale(100%);
	transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
#blog-section .blog-box:hover .image img{
	 transform: scale3d(1.1, 1.1, 1.1);
    -webkit: grayscale(0%);
    -ms: grayscale(0%);
    -moz: grayscale(0%);
}
#blog-section .blog-box .image span {
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    background: #ff4949;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
#blog-section .blog-box .text {
    background: #fff;
    padding: 25px;
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 8%);
    min-height: 250px;
}
#blog-section .blog-box .text .blog-meta {
    margin-bottom: 10px;
}
#blog-section .blog-box .text .blog-meta a {
    font-size: 12px;
    font-weight: 500;
    color: #666;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 20px;
}
#blog-section .blog-box .text .blog-meta a i {
    color: #ff4949;
    font-size: 14px;
    margin-right: 2px;
    vertical-align: middle;
}
#blog-section .blog-box .text .blog-title {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 800;
}
#blog-section .blog-box .text .blog-title a{
	color: #20358e;
}
#blog-section .blog-box:hover .text .blog-title a{
    color: #ff4949;
}
#blog-section .blog-link {
       position: relative;
    padding: 5px 10px;
    background: #0095da;
    border-radius: 0 0 5px 5px;

}
#blog-section .blog-link:before {
    height: 1px;
    width: 90px;
    background: #e0e0e0;
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
}
#blog-section .blog-link a {
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    color: #666;
    letter-spacing: 1.5px;
}
#blog-section .blog-link a i {
	font-size: 16px;
	margin-left: 3px;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	vertical-align: bottom;
}
#blog-section .blog-link a:hover i {
    margin-left: 8px;
}
/*----*/
#faq-section{
	background: url(/Simpleform2290/images/line-pattern.png)no-repeat center #fafafa;
	padding: 75px 0 45px;
}
#faq-section .carousel-indicators {
    right: unset!important;
    margin: 0;
    bottom: -30px;
}
#faq-section .carousel-indicators li {
    height: 2px;
    background-color: #ff4949;
}
.testimonial-title h5{
	color: #20358e;
	font-size: 1.15rem;
	text-transform: uppercase;
	letter-spacing: 8px;
	margin-bottom: 15px;
}
.testimonial-title h3{
	color: #ff4949;
	font-size: 3.0rem;
	line-height: 1.05;
	margin-bottom: 1rem;
	font-weight: 600;
	padding-bottom: 15px;
}
.testimonial p{
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 30px;
}
.testimonial p:after {
    content: "\EC52";
    font-family: 'remixicon' !important;
    color: #d8dde6;
    font-size: 350px;
    font-style: normal;
    position: absolute;
    left: 50%;
    top:80px;
    opacity: .25;
    margin-left: -62.5px;
}
.testimonial h4{
	font-size: 1.25rem;
	color: #333;
	margin-bottom: 5px;
}
.testimonial h5{
	font-size: 0.9rem;
	color: #666;
}
/*----*/
.faqAccordion .card {
	width: 99.9%;
	margin-bottom: 20px;
	border-radius: 0px!important;
	border: none;
	background: #ffffff;
}
.faqAccordion .card-header {
    padding: 0;
    margin-bottom: 0;
    border-bottom: 0;
    background-color: #ffffff;
}
.faqAccordion .acdBtn {
    padding: 1.0rem!important;
    color: #333;
    background-color: #ffffff;
    font-weight: 600;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 15px;
}
.faqAccordion .acdBtn:not(.collapsed) {
    padding: 1.0rem!important;
    color: #ff4949;
    background-color: #ffffff;
    border-radius: 0;
    border: none;
    font-weight: 600;
}
.faqAccordion .acdBtn {
    padding: 0;
	text-decoration: none!important;
}
.faqAccordion .acdBtn.focus, .acdBtn:focus {
    outline: 0;
    box-shadow:none;
}
.faqAccordion .icon {
    float: right;
}
/*----*/
#footer-section {
    background: url(/Simpleform2290/images/footer-img.jpg)repeat top center #1b1b25;
    padding-top: 45px;
    padding-bottom: 45px;
    position: relative;
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
}
#footer-section .fotr-logo{
	background: #ff4949;
	padding: 10px 30px 15px;
	margin-right: 30px;
	border-left: 6px solid #20358e;
	margin-bottom: 30px;
}
#footer-section .info-box{
    margin-bottom: 30px;
}
#footer-section .info-box .icon{
    margin-bottom: 10px;
    padding-left: 19px;
    border-left: 4px solid #20358e;
}
#footer-section .info-box .icon img{
    width: 36px;
}
#footer-section .info-box .info{
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
}
#footer-section .info-box .info span{
    display: block;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    font-size: 11px;
}
#footer-section hr {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    border: 0;
    border-top: 1px solid rgb(255 255 255 / 25%);
}
#theme-footer .theme-ft-company h2{
	color: #ff4949;
	font-size: 14px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 600;
}
#theme-footer .theme-ft-company .theme-links{	
	list-style: none;
    margin: 0;
    padding: 0;
}
#theme-footer .theme-ft-company .theme-links li {
    margin-bottom: 5px;
	 transition: all 0.4s ease;
}
#theme-footer .theme-ft-company .theme-links li:hover {
    padding-left: 10px;
}
#theme-footer .theme-ft-company .theme-links li a{
    color: rgba(255, 255, 255, 0.65)!important;
    font-size: 14px;
    line-height: 24px;
}
#theme-footer .theme-ft-company .theme-links li a i{
    margin-right: 10px;
    font-size: 7px;
    position: relative;
    top: -3px;
    color: #2d4bc8;
}
#footer-section .irs-logos {
    width: 65%;
}
#footer-section .link-box {
    color: #acacac;
    margin-top: 20px;	
}
#footer-section .link-box a {
    color: #fff;
    text-transform: uppercase;
	font-size: 16px;
    margin-right: 10px;
}

/*======================================
//--//-->  SUB PAGE BODY CONTENT SECTION
======================================*/
#theme-breadcrumb {
    text-align: left;
    width: 100%;
    /* height: 100%; */
    position: relative;
    background-color: hsl(217deg 100% 20% / 50%);
    background-image: url(/Simpleform2290/images/theme-breadcrumb-bg.jpg);
    background-position: center center;
    padding: 56px 0;
    background-size: cover;
}
.breadcrumb-overlay {
    position: absolute;
    top: 0%;
    right: 0%;
    left: 0%;
    bottom: 0%;
    background: rgb(0 0 0 / 15%);
}

#theme-breadcrumb .breadcrumb-content{
    position: relative;
}
#theme-breadcrumb .breadcrumb-content h1{
    color:#fff;
}
#theme-breadcrumb .breadcrumb {
    display: inline-flex;
    margin-bottom: 0px;
    background-color: transparent;
    font-size: 14px;
    font-weight: 500;
    padding: 0px;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #ffffff;
    content: "/";
}
#theme-breadcrumb .breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8);
}
#theme-breadcrumb .breadcrumb .breadcrumb-item.active {
    color: hsla(0, 0%, 100%, 0.5);
}
#theme-breadcrumb .animate-circle {
    position: absolute;
    top: 35px;
    right: 45px;
    transform: translate(-50%, -50%);
}
#theme-breadcrumb .animate-circle:before {
    animation-delay: 0.8s;
}
#theme-breadcrumb .animate-circle:after, #theme-breadcrumb .animate-circle:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid #cccccc;
    animation-name: popupBtn;
    animation-duration: 1.8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes popupBtn {
	0% {
		transform: scale(1);
		opacity: 0.6;
	}
	50% {
		transform: scale(1.4);
		opacity: 0.3;
	}
	100% {
		transform: scale(1.8);
		opacity: 0;
	}
}

#theme-breadcrumb .ani-txt {
    font-size: 15px;
    color: #ff4949;
    height: 105px;
    width: 105px;
    text-align: center;
    line-height: 24px;
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
    font-weight: 600;
    padding: 15px 5px;
}
#theme-breadcrumb .ani-txt span{
    font-size: 24px;
    font-weight: 600;
    color: #20358e;
}
/*----*/
/*--Subpage Content--*/
#subpage-sec{
	padding:75px 0;
}
.about-pg .img-animation img {
    position: relative;
    z-index: 2;
}
.about-pg .img-animation::after {
    position: absolute;
    left: -50px;
    top: -30px;
    content: "";
    height: 150px;
    width: 150px;
    background: url(/Simpleform2290/images/img-dot-bg.png);
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
	 -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-name: infiUpDown;
    animation-name: infiUpDown;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
/*----*/
.services-pg .img-animation img {
    position: relative;
    z-index: 2;
}
.services-pg .img-animation::after {
    position: absolute;
    left: 90px;
    bottom: -15px;
    content: "";
    height: 150px;
    width: 150px;
    background: url(/Simpleform2290/images/irs-logo-bg.png);
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-name: infiUpDownX;
    animation-name: infiUpDownX;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
@keyframes infiUpDownX {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes infiUpDownX {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.services-pg .section-content .icon {
    background: #20358e;
    padding: 15px;
    margin-right: 30px;
    height: 72px;
    width: 72px;
    text-align: center;
    color: #ffffff;
    position: relative;
}
.services-pg .section-content .icon i{
    font-size: 36px;
    line-height: 44px;
    vertical-align: middle;
}
.services-pg .section-content .icon i::after {
    position: absolute;
    right: -11px;
    top: -10px;
    content: "\f00c";
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    background: #ff4949;
    font-size: 12px;
    height: 29px;
    width: 29px;
    line-height: 26px;
    border-radius: 50%;
    border: 3px solid #fafafa;
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
}
.services-pg .section-content .box{
	width:80%;
	min-height: 90px;
}
.services-pg .section-content .box a{
	font-weight:600;
}
.services-pg .section-content .box h3{
	color: #000;
	font-size: 18px;
}
.services-pg .section-content .box p{
  color: #000;
  line-height: 22px;
  font-size: 14px;
}
.services-pg .section-content .btn-sm {
    padding: .25rem .95rem 0.25rem!important;
}
.my-list {
    padding-left: 20px;
    list-style: square;
}
.my-list li{
    line-height: 24px;
    padding-bottom: 10px;
}
.my-list li::marker{
    color: #ff4949;
    font-size: 18px;
}
.my-list li i{
    padding-right: 5px;
    color: #39378a;
    font-size: 12px;
}

/*--Theme Nav Tabs--*/
.theme-tab {
    background: #ffeded;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 8%);
}
.theme-tab .nav-pills .nav-link {
    background: #ff4949;
    border-radius: 0;
    color: #fff;
    padding: 7px;
    font-weight: 500;
    min-height: 64px;
    min-width: 107px;
    margin-left: 1px;
    margin-right: 1px;
    font-size: 13px;
    line-height: 16px;
    text-transform: capitalize;
}
.theme-tab .nav-pills .nav-link.active, .theme-tab .nav-pills .show>.nav-link {
    color: #ffffff;
    background-color: #20358e;
}
.theme-tab .tab-content {
    padding: 20px;
}
.theme-tab .tab-content h4{
    font-size: 1.15rem;
    font-weight: 500;
    color: #20358e;
    text-transform: capitalize;
    margin-bottom: 15px;
    border-bottom: 1px dashed;
    padding-bottom: 5px;
}
.faqs-pg {
    background: url(/Simpleform2290/images/line-pattern.png)repeat center #fafafa;
}

/*-- Review Page--*/
.review-box {
    background: #fff8f8;
    border: 1px solid #ffc5c5;
    border-radius: 7px;
    padding: 15px;
}
.review-box h2{
	text-transform: uppercase;
	font-size: 24px;
	color: #20358e;
	margin-bottom: 0;
}
.review-box h1{
    color: #20358e;
}
.review-box .rateStar {
	white-space: nowrap;
}
.review-box .rateStar i {
    background: #ff4949;
    color: #fff;
    padding: 10px 8px;
    border-radius: 3px;
    font-size: 18px;
}
.review-table .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ff4949;
}
.review-table .table-bordered td, .review-table .table-bordered th {
    border: 1px solid #ff4949;
    font-weight: 500;
    color: #20358e;
}
.review-table .table h5{
    color: #20358e;
    font-size: 0.85rem;
    margin-bottom: 5px;
}
.review-table .table h6{
    color: #20358e;
    font-size: 0.8rem;
    margin-bottom: 0;
}
.review-table .rateStar {
	white-space: nowrap;
}
.review-table .rateStar i{
    color: #ff4949;
    font-size: 20px;
}
.review-table .table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}
.review-table .table-striped tbody tr:nth-of-type(even) {
    background-color: rgb(255 248 248);
}
/*-- END Review Page--*/
/*--Registration Box--*/
.regt-box {
    background-color: #ffffff;
    border: 4px solid #20358e;
    overflow: hidden;
    position: relative;
    border-radius: 0;
}
.regt-box .img-box {
    background: url(/Simpleform2290/images/register-page.jpg)no-repeat center left;
    background-size: cover;
    height: 100%;
}
.regt-box .form-box {
    padding: 20px 30px!important;
}

.form-box .title h1{
	color: #002868;
	font-size: 1.5rem;
	text-transform: uppercase;
	margin-bottom: 0;
}
.form-box .title h5{
    font-size: 0.85rem;
    line-height: 1.25rem;
    color: #20358e;
    font-weight: 500;
    margin-bottom: 20px;
}
.form-box .title h5 a{
    color: #ff4949;
    border-bottom: 1px dashed #ff4949;
    padding-bottom: 2px;
}
.form-box label {
    margin-bottom: 0.15rem!important;
    font-size: 11px;
    font-weight: 600!important;
    color: #000000;
    text-transform: uppercase;
}
.form-box .form-control {
    background: #ffffff;
    padding: 0.35rem 0.35rem 0.35rem 0.65rem;
    border-color: #dddddd;
    font-size: 13px!important;
    color: #20358e;
    font-weight: 400;
    border-radius: 0;
    height: calc(1.85em + 0.75rem + 2px);
}
/*-- END Registration Page--*/
/*======================================
//--//-->  CONTACT PAGE STYLES
======================================*/
/*--Contact Info Box--*/
.contact .info-box {
	background-color: #f5f7ff;
	padding: 30px;
	position: relative;
	min-height: 170px;
	border: 2px solid #20358e;
	margin: 45px 45px 45px 0;
}
.contact .info-box .media i {
	color: #f8f8f8;
	background: rgb(255 73 73);
	width: 72px;
	height: 72px;
	line-height: 72px;
	font-size: 30px;
	text-align: center;
	position: absolute;
	top: -30px;
	right: -30px;
}
.contact .info-box .media h6 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 5px;
	color: #ff4949;
}
.contact .info-box .media .info-text{
	font-size: 16px;
	color: #20358e;
	font-weight: 500;
	line-height: 26px;
}
.contact .info-box .media .info-text h2{
	font-size: 16px;
	color: #20358e;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: .0;
	text-transform: uppercase;
}
.contact .info-box .media .info-text a{
	color: #20358e;
}
#infoModal .modal-content {
	border-radius: 0px;
    padding-top: 20px;
    border-top: 5px solid #ff4949;
}
#infoModal .icon-box {
    width: 72px;
    height: 72px;
    margin: 0 auto 30px;
    background: #ff4949;
    font-size: 40px;
    color: #fff;
    vertical-align: middle;
    line-height: 75px;
}
#infoModal .modal-body h4 {
    text-transform: uppercase;
    font-weight: 600;
    color: #ff4949;
    margin-bottom: 15px;
}
#infoModal .modal-body h6 {
    line-height: 1.5rem;
    color: #20358e;
}
/*-- Medium devices (tablets, 768px and up)--*/
@media (min-width: 768px) and (max-width: 1023.98px) {		
	.menu-navbar #navbarNav {
		position: absolute;
		width: 100%;
		top: 73px;
	}
	#theme-header .navbar-toggler i{
		font-size: 12px;
		color: #ff4949;
		background: #e4e4e4;
		padding: 5px 7px;
		border-radius: 3px;
	}
	#theme-header .menu-navbar .navbar-nav {
		background:#f5f5f5;
	}
	#theme-header .menu-navbar .navbar-nav .nav-item a {
		font-size: 14px;
		font-weight: 600;
		color: #20358e;
		padding: 0.75rem 1rem;
		text-transform: uppercase;
	}
	#theme-header .menu-navbar .navbar-nav .nav-item .active:before {
		bottom: 0;
		position: absolute;
		left: 0;
		content: "";
		height: 0px;
		width: 100%;
		border-bottom: 3px solid #ff4949;
	}
	#blog-section {
		padding: 30px;
	}
}
/*--//--*/
/*-- Small devices (landscape phones, 576px and up)--*/
@media (min-width: 320px) and (max-width: 767.98px) {
	.section-title h1 {
		font-size: 1.5rem;
	}
	.section-title h2 {
		font-size: 1.05rem;
	}
	.section-content p {
		font-size: 14px;
	}
	#theme-header .top-navbar .info-box li {
		margin-bottom: 10px;
	}
	#theme-header .top-navbar .info-box li .icon {
		display:none;
	}
	#theme-header .top-navbar .info-box li:last-child {
		display:none;
	}
	#theme-header .top-navbar .info-box li::after{
		display:none;
	}
	#theme-header .top-navbar .pre-file{
		float: left;
	}
	#theme-header .top-navbar .pre-file:before,
	#theme-header .top-navbar .pre-file:after{
		display:none;
	}
	.menu-navbar #navbarNav {
		position: absolute;
		width: 100%;
		top: 73px;
	}
	#theme-header .menu-navbar .navbar-nav {
		background:#f5f5f5;
	}	
	#theme-header .navbar-toggler i{
		font-size: 12px;
		color: #ff4949;
		background: #e4e4e4;
		padding: 5px 7px;
		border-radius: 3px;
	}
	#theme-header .menu-navbar .navbar-nav .nav-item a {
		font-size: 14px;
		font-weight: 600;
		color: #20358e;
		padding: 0.75rem 1rem;
		text-transform: uppercase;
	}
	#theme-header .menu-navbar .navbar-nav .nav-item .active:before {
		bottom: 0;
		position: absolute;
		left: 0;
		content: "";
		height: 0px;
		width: 100%;
		border-bottom: 3px solid #ff4949;
	}
	.carousel-bg {
		position: absolute;
		top: 240px;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 0;
	}
	#loginForm {
		padding: 15px 15px 15px;
		margin-bottom: 15px;
	}
	#carouselBox .content h1 {
		font-size: 1.95rem;
	}
	#carouselBox .content h5 {
		font-size: 0.85rem;
		letter-spacing: 1px;
	}
	#carouselBox .content h2 {
		font-size: 1.0rem;
	}
	#carouselBox .content h3{		
		font-size: 0.95rem;
	}	
	.efileHelp-box li {
		width: 100%;
	}
	.efileHelp-box li:nth-child(2){
		margin-bottom: 30px;
	}
	.efileHelp-box li:nth-child(4){
		margin-bottom: 30px;
	}	
	#carouselBox .ani-txt {
		font-size: 14px;
		color: #ff4949;
		height: 96px;
		width: 96px;
		text-align: center;
		line-height: 19px;
		display: inline-block;
		background: #ffffff;
		border-radius: 50%;
		font-weight: 600;
		padding: 18px 5px;
	}
	#carouselBox .ani-txt span{
		font-size: 20px;
		font-weight: 600;
		color: #20358e;
	}
	#carouselBox .animate-circle {
		position: absolute;
		bottom: -30px;
		right: 0;
		transform: translate(-50%, -50%);
	}
	#F2290-efile {
		padding: 30px 0;
	}
	#steps-filing .steps-content {
		margin: 30px 15px;
	}
	.info-steps li .step-text p {
		color: #ffffff;
		font-size: 13px;
	}
	.steps-image .ani-img {
		height: 100px;
		width: 100px;
		padding: 13px;
	}
	.steps-image .ani-img img {
		width: 72px;
	}
	.insurance-content {
		padding: 60px 15px;
	}
	#blog-section {
		padding: 30px 15px;
	}
	#subpage-sec {
		padding: 45px 0;
	}
	#theme-breadcrumb .animate-circle {
		position: absolute;
		top: 35px;
		right: 0;
		transform: translate(-50%, -50%);
	}
	}
	
	.btnpartnesrspage {
  border-color: #a71d59;
  bottom: 20px;
}
.min500px{
  min-height: 350px;
}
.btn.btn-transparent-deep-pink {
  background: linear-gradient(to right, rgb(236, 60, 39), rgb(153, 23, 100));
  color: white;
}
.efile-btn {
	background: #ff4949;
	color: #fff;
	padding: 10px 30px;
	border-radius: 0;
	font-weight: 400;
	font-size: 18p
}
.efile-btn:hover {
	background: #20358e;
	color: #fff;
}
.prefiling-content {
    color: black;
    font-size: 1.1rem;
    font-weight:500;
    background:#d7e1ff;
}
#infoModal2 .modal-header {
    background: #223d8e;
}
#infoModal2 .modal-header h5 {
    color: #ffff;
    margin: 0 auto;
    font-size: 1.50rem;
    font-weight: 600;
}
#infoModal2 .modal-header .close {
    padding: 0.25rem 0.75rem 0.5rem;
    margin: unset;
    position: absolute;
    right: -15px;
    top: -15px;
    background: #f00;
    opacity: 1;
    border-radius: 100px;
    vertical-align: middle;
    font-size: 1.95rem;
    font-weight: 700;
    line-height: 0.85;
    color: #fff;
    text-shadow: unset;
}
#infoModal2 .icon-box {
    width: 72px;
    height: 72px;
    margin: 0 auto 30px;
    background: #0095DA;
    font-size: 40px;
    color: #fff;
    vertical-align: middle;
    line-height: 75px;
    border-radius: 5px;
}
#infoModal2 .modal-body h4 {
    font-weight: 600;
    color: #d22323;
    margin-bottom: 15px;
    font-size: 1.75rem;
}
#infoModal2 .modal-body h6 {
    line-height: 1.65rem;
    color: #000000;
    font-size: 1.15rem;
    font-weight: 500;
}
#infoModal2 .modal-footer  {
    background: #f36f21;
}
/* new changes*/
.btn-reset-success {
    color: #fff;
    background-color: #28a745;
  /*border-color: #28a745;
    padding: 0.3rem 0.75rem;*/
    font-weight: 500;
}
div.centered  {
    height: 80% !important;
    padding-top: 7%;
    width: 80%;
    padding-left: 24%;
}
.modal-confirm .icon-box {
    color: #fff!important;
/*     position: absolute; */
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -50px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #1388CB;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
      display:block;
}
.modal-confirm .icon-box i {
    font-size: 60px;
    line-height: 60px;
    position: relative;
    top: 3px;
}
.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 45px 0 15px;
}
.modal-confirm .btn {
    line-height: normal;
    border: none;
    min-width: 180px;
    padding: 8px 10px;
}
#resetBtn{
	display: flex;
}
#proceedBtn,#skipBtn{
	width:43%;
}
.back-to-login {
  background-color: transparent;
  border: none;
  text-decoration: underline !important;
  color: rgb(255, 255, 255) !important;
  padding: 0;
}
/*-----*/
 #otherServiceSec{
    margin:30px 0;
}
#otherServiceSec .globalBanner{
    padding: 15px;
    display: flex;
    position: relative;
    border-radius: 15px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(219, 219, 219, 0.75);
    box-shadow: 0px 5px 20px 0px rgba(219, 219, 219, 0.75);
    border-left: 4px solid #1e62ad;
    background: #f0f7ff;
}
#otherServiceSec .globalBanner .leftSide{
    margin-right: 20px;
    width:40%;
}
#otherServiceSec .globalBanner .leftSide h2{
    font-size: 1.35rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0.95rem;
}
#otherServiceSec .globalBanner .leftSide img{   
    border-radius: 10px;
}
#otherServiceSec .globalBanner .rightSide{
    width:60%;
}
#otherServiceSec .globalBanner .rightSide h3{
    font-size: 1.05rem;
    font-weight: 600;
    color: #000;
}
#otherServiceSec .globalBanner .rightSide ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#otherServiceSec .globalBanner .rightSide ul li {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0px;
}
#otherServiceSec .globalBanner .rightSide ul li i{
    color: #1e62ad;
    font-size: 16px;
    vertical-align: middle;
    margin-right: 5px;
}
#otherServiceSec .globalBanner .rightSide ul li span{
    font-weight: 700;
    font-size: 15px;
    color: #1e62ad;
}
#otherServiceSec .globalBanner.green{    
    border-left: 4px solid #a2c439!important;
    background: #fcfff4!important;
}
#otherServiceSec .globalBanner.green .rightSide ul li i{
    color: #a2c439;
}
#otherServiceSec .row-eq-height{
	  display: flex;
      flex-wrap: wrap;
}
.btn-reset-error {
	color: #fff;
    background-color: #f44336;
  /*border-color: #28a745;
    padding: 0.3rem 0.75rem;*/
    font-weight: 500;
}
#otherServiceSec .globalBanner.orange{
	border-left: 4px solid #ed8648!important;
	background: #fff3ed!important;
}
#otherServiceSec .globalBanner.orange .rightSide ul li i{
	color: #ed8648;
}
.captcha_box{
float:left;
width:100%;
}
.catcha_box {
    color: #ff4949!important;
}
.captcha_box i{
font-size: 16px !important;
width: 32px;
line-height: 32px;
height: 32px;
border-radius: 10px;
border: 1px solid #ff4949;
text-align: center;
color: #ff4949 !important;
float: left;
margin-right:12px;
top: 0!important;
right: 0!important;
left: unset!important;
background: #fff;
}
.section-title .sub-title{
	color: #20358e;
    font-size: 1.85rem;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0px;
    margin-bottom: 5px;
}
.review-box .rating{
	text-transform: uppercase;
	font-size: 2.5rem;
	color: #20358e;
	margin-bottom: .5rem;
}

/*----*/
#blog-section{
    padding: 75px 0;
    background: #f2f2f2;
}
#blog-section .blog-box {
    margin-bottom:30px;
    border-radius: 10px;
}
#blog-section .blog-box .image{
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    border-radius: 5px 5px 0 0;
}
#blog-section .blog-box .image img{
    width: 100%;
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
#blog-section .blog-box:hover .image img{
    transform: scale3d(1.1, 1.1, 1.1);
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}
#blog-section .blog-box .text {
    background: #fff;
    padding: 25px;
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 8%);
    min-height: 195px;
}
#blog-section .blog-box .text .blog-title {
    font-size: 1.35rem;
    line-height: 1.25;
    font-weight: 500;
    position: relative;
}
#blog-section .blog-box .text .blog-title:before {
    content: "";
    height: 100%;
    width: 5px;
    background: #F36F21;
    position: absolute;
    left: -25px;
    top: 0px;
    opacity: 1;
    transition: all 300ms linear 0s;
}
#blog-section .blog-box:hover .text .blog-title:before {
    background: #0095da;
}
#blog-section .blog-box .text .blog-title a{
    color: #F36F21;
}
#blog-section .blog-box:hover .text .blog-title a{
    color: #0095da;
}
#blog-section .blog-box .text p{
    font-size: 1.0rem;
    line-height: 1.65rem;
    text-align: justify;
    margin-bottom: 10 px;
    overflow: hidden;
}
#blog-section .blog-box .text-detail p{
    font-size: 1.0rem;
    line-height: 1.65rem;
    text-align: justify;
    margin-bottom: 0;
    overflow: hidden;
}
#blog-section .blog-link {
    position: relative;
    padding: 5px 10px;
    background: #0095da;
    border-radius: 0 0 5px 5px;
}
#blog-section .blog-link a {
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 5px;
}
#blog-section .blog-link a i {
    font-size: 16px;
    margin-left: 3px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    vertical-align: bottom;
}
#blog-section .blog-link a:hover i {
    margin-left: 8px;
}
#blog-section .blog-box .blog-list li{
    line-height: 32px;
}
#blog-section .blog-box .blog-list li i{
    padding-right: 5px;
    color: #0095DA;
    font-size: 12px;
}
/*----*/
#blog-section figure img{width:100%}

.testimonials {
	background: rgba(253,242,228,1);
}

.info-step li .step-text h5{
    color: #1d88e8;
    font-size: 18px;
    text-transform: uppercase;
}

.info-step li .step-text p{
    color: #211919;
    font-size: 15px;
}


.info-step li .step-number span{
	border: 1px solid rgb(255 73 73);
	color: #f31010;
	height: 58px;
	width: 58px;
	display: inline-block;
	text-align: center;
	line-height: 55px;
	border-radius: 50%;
	position: relative;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}


/*----*/
#filingSteps {
    padding: 45px 0;
    background: rgba(242,248,246,1)!important;
}
#filingSteps .icon-box {
  padding: 25px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: all 0.3s ease-out 0s;
  background-color: #fff;
  position: relative;
  min-height: 100px;
  margin-bottom: 15px;
}
#filingSteps .icon-box i {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 0;
  transition: all 0.4s ease-out 0s;
  background-color: rgb(234 116 37 / 15%);
  color: #EA7425;
}
#filingSteps .icon-box h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}
#filingSteps .icon-box span {
	font-size: 30px;
	color: #ea7425;
	font-weight: 500;
}
#filingSteps .icon-box ul {
   padding: 0;
   margin-left: 18px;
   margin-bottom: 0;
}
#filingSteps .icon-box ul li {  
	font-weight: 500;
}
#filingSteps .icon-box ul li::marker {
  color: #1388cb;
  font-size: 18px;
}
#filingSteps .icon-box:hover i {
  background-color:#EA7425;
  color:#FFF;
}
/*----*/



#theme-breadcrumbs {
    text-align: left;
    width: 100%;
    /* height: 100%; */
    position: relative;
    background-color: hsl(217deg 100% 20% / 50%);
    background-image: url(/Simpleform2290/images/theme-breadcrumbs-bg1.jpg);
    background-position: center center;
    padding: 56px 0;
    background-size: cover;
}
.breadcrumb-overlay {
    position: absolute;
    top: 0%;
    right: 0%;
    left: 0%;
    bottom: 0%;
    background: rgb(0 0 0 / 15%);
}

#theme-breadcrumbs .breadcrumb-content{
    position: relative;
}
#theme-breadcrumbs .breadcrumb-content h1{
    color:#fff;
}
#theme-breadcrumbs .breadcrumb {
    display: inline-flex;
    margin-bottom: 0px;
    background-color: transparent;
    font-size: 14px;
    font-weight: 500;
    padding: 0px;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #ffffff;
    content: "/";
}
#theme-breadcrumbs .breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.8);
}
#theme-breadcrumbs .breadcrumb .breadcrumb-item.active {
    color: hsla(0, 0%, 100%, 0.5);
}
#theme-breadcrumbs .animate-circle {
    position: absolute;
    top: 35px;
    right: 45px;
    transform: translate(-50%, -50%);
}
#theme-breadcrumbs .animate-circle:before {
    animation-delay: 0.8s;
}
#theme-breadcrumbs .animate-circle:after, #theme-breadcrumbs .animate-circle:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid #cccccc;
    animation-name: popupBtn;
    animation-duration: 1.8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}


/*--New Styles 28-02-2024--*/
/*--SideBar--*/

.sidebar-dblueCard h3{
	color: #ffffff;
}
.sidebar-dblueCard{
    background: #20358e;
    padding: 15px;
    margin-bottom: 15px;
    border-radius:0;
    font-size: 14px;
}
.sidebar-dblueCard .heading {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 1.15rem;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
}
.sidebar-dblueCard .heading:before {
    content: '';
    background: hsl(0deg 0% 100% / 50%);
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.sidebar-dblueCard .heading:after {
    background: #ff4949;
    width: 60px;
    height: 2px;
    z-index: 2;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.sidebar-dblueCard .sub-heading {
    color: #ff4949;
    background: #fff;
    font-size: 1.05rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    padding: 5px 0px 5px 7px;
}
.sidebar-dblueCard ul li {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0px;
    padding: 8px 0;
    border-bottom: 1px dashed rgb(255 255 255 / 25%);
    display: flex;
    align-items: center!important;
    justify-content: space-between;
}
.sidebar-dblueCard .small, 
.sidebar-dblueCard small {
    font-size: 75%;
    font-weight: 500;
}
.sidebar-whiteCard {
    background: #f7f7f7;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 0;
    font-size: 14px;
}
.sidebar-whiteCard .heading {
    color: #20358e;
    margin-bottom: 25px;
    font-size: 1.05rem;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
}
.sidebar-whiteCard  .heading:before {
    content: '';
    background: rgb(217 217 217);
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.sidebar-whiteCard  .heading:after {
    background: #ff4949;
    width: 60px;
    height: 2px;
    z-index: 2;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.sidebar-whiteCard .media i {
    color: #ff4949;
    line-height: 22px;
    font-size: 20px;
    text-align: center;
}
.sidebar-whiteCard .media h6 {
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 600;
    padding-bottom: 0;
    color: #20358e;
}
.sidebar-whiteCard  .media span,
.sidebar-whiteCard  .media a {
    margin-bottom: 0;
    line-height: 20px;
    font-size: .885rem;
    font-weight: 500;
    color: #000;
}
/*----*/
.bannerBox {
    color: #fff;
    font-size: 1.15rem;
    width: 75%;
    font-weight: 500;
    background: #000000a3;
    padding: 10px 15px;
    border-left: 5px solid rgb(32 53 142 / 95%);
}
.bannerBox span{
    color: #ff4949;
    background: #ffffff;
    padding: 2px 11px;
    border-radius: 150px;
    font-weight: 600;
}
.site-content ul {
  list-style: none;
  padding: 0;
}
.site-content ul li {
  padding-left: 2.5rem!important;
  position: relative;
}
.site-content ul li + li {
  margin-top: 10px;
}
.site-content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 28px;
  color: #ff4949;
  line-height: 1;
}
.site-content ul .num-txt {
  font-style: normal!important; 
  font-weight: 600!important;   
  padding-right: 20px!important;   
  font-size: 16px!important; 
  left: -15px!important; 
}
/*----*/
.stepsBox{
	background: #fff;
	box-shadow: 0px 0px 13px #cccccc5e;
	padding: 25px 30px;
	min-height: 390px;
}
.stepsBox .icon {
    width: 140px;
    height: 140px;
    line-height: 140px;
    margin: 0 auto 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #20358e;
    text-align: center;
    position: relative;
}
.stepsBox .icon img{
    width: 72px;
    height: 72px;
	transition: all .3s ease;
}
.stepsBox:hover .icon img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.stepsBox .icon span {
    width: 50px;
    height: 50px;
    line-height: 40px;
    border: 4px solid #fff;
    background-color: #ff4949;
    bottom: 0px;
    font-size: 1.4rem;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    font-weight: 600;
    position: absolute;
    bottom: 0;
	transition: all .3s ease;
}
.stepsBox:hover .icon span {
    border-color: #ff4949;
    background-color: #fff;
    color: #ff4949;
}
.stepsBox .content h4 {
    font-size: 1.75rem;
    color: #000;
}
.stepsBox .content p {
    font-size: 1.125rem;
    margin-bottom: 0;
}


/*--Icon Card--*/
.icon-card {
    background: #fff;
    border: 1px solid #ccc;
    padding: 30px;
}
.icon-card:hover, .icon-card:focus {
    border: 1px solid #ff4949;
}
.icon-card .icimg img {
    width: 72px;
    margin-bottom: 15px;
}
.icon-card .iccont {
    min-height:220px;
}
.icon-card .iccont h3 {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #20358e;
}
.icon-card:hover .iccont h3 {
    color: #ff4949;
}
.icon-card .iccont p {
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
}
.link-card {
    background: #ff4949;
    border: 1px solid #ff4949;
    padding: 30px;
}
.link-card:hover  {
    background: #20358e;
    border: 1px solid #20358e;
    padding: 30px;
}
.link-card .iccont h3 {
	color: #fff;
}
.link-card:hover .iccont h3 {
    color: #fff;
}
.link-card a {
    color: #fff;
    font-size: 1.15rem;
}

/*---*/
.iconStep-Box {
    position: relative;
    background: transparent;
    padding: 20px 10px;
    text-align: center;
    margin: 0 10px;
    min-height: 300px;
}
.iconStep-Box:before{
    content: '';
    position: absolute;
    top: 27%;
    bottom:0;
    left: 44%;
    height:1px;
    width:100%;
    border: 1px dashed #20358e;
}
.iconStep-Box:after{
    content: "\ea6d";
    position: absolute;
    top: 20%;
    bottom:0;
    right: -40px;
    font-size: 29px;
    font-family: 'remixicon' !important;
    font-style: normal;
    color: #ff4949;
}
@media (min-width: 320px) and (max-width: 767.98px) {
	.iconStep-Box:before, .iconStep-Box:after{
		display:none;
	}
}
@media (min-width: 768px) and (max-width: 1023.98px) {	
	.iconStep-Box:before, .iconStep-Box:after{
		display:none;
	}
}
.lftBdr-none:before, .lftBdr-none:after{
    display:none;
}
.iconStep-Box .icon {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 45px;
    border: 1px dashed #20358e;
    background: #fafafa;
}
.iconStep-Box .icon:before {
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 2px;
    height: 14px;
    content: '';
    background-color: #ff4949;
}
.iconStep-Box .icon i {
	width: 100px;
	height: 100px;
	margin: 10px;
	line-height: 100px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	color: #20358e;
	background-color: #fff;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
	font-size: 2.75rem;
}
.iconStep-Box .icon .step {
    position: absolute;
    bottom: -50px;
    left: 25px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    color: #ff4949;
}
.iconStep-Box .cont  {
    margin-top:5px;
    font-size: .925rem;
    font-weight: 500;
    line-height: 1.5;
}
/*----*/
.testimonialSec{
    text-align: left;
    width: 100%;
    /* height: 100%; */
    position: relative;
    background-color: hsl(217deg 100% 20% / 50%);
    background-image: url(../images/testimonialSec-bg.webp);
    background-position: center center;
    padding: 60px 0 75px;
    background-size: cover;
}
.testimonialSec .carousel-inner {
    background: #fff;
    padding: 30px;
    border-radius: 5px;
}
.testimonialSec .carousel:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #fff transparent transparent transparent;
    bottom: -20px;
    left: 30px;
}
.testimonialSec .carousel-indicators {
    bottom: -45px;
}
.bg-overlay {
    position: absolute;
    top: 0%;
    right: 0%;
    left: 0%;
    bottom: 0%;
    background: rgb(32 53 142 / 80%);
}

/*--Carousel Text--*/
#bgcarousel {
    padding: 45px 0 45px;
    background: #20358e;
    min-height: 380px;
    background-image: url(../images/home-sliderNewBG.webp);
    background-size: cover;
    background-position: center;
}

#carouselBox .content ul li{
	color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
}

.testimonial h4{
	font-size: 1.25rem;
	color: #20358e;
	margin-bottom: 5px;
	position: relative;
}
.testimonial h4:before{
	content:'';
	position:absolute;
	top: -5px;
	bottom:0;
	left:0;
	right:0;
	height: 3px;
	width: 40px;
	background:#ff4949;
}#carouselBox .content ul {
    list-style-type: square;
    padding-left: 25px;
    padding-right: 25px;
}
#carouselBox .content ul li{
	color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
}



.section-titles h3{
    color: #20358e;
    font-size: 1.85rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.section-titles  p{
    color: #20358e;
    font-size: 1.85rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.section-titles p span{
    color: #ff4949;
    font-size: 1.15rem;
    text-transform: uppercase;
    letter-spacing:1px;
    margin-bottom: 2px;
}

.section-titles h2{
    color: #ff4949;
    font-size: 1.15rem;
    text-transform: uppercase;
    letter-spacing:1px;
    margin-bottom: 2px;
}

.subpage-sec .container p{
    font-family: 'Barlow', sans-serif!important;
    font-size: 15px;
    font-weight: 400;
}


.subFee-offer-banner {
    display: flex;
    background: #fff1d4;
    padding: 20px;
    border-radius: 5px;
}
.subFee-offer-banner .imgItem img{
	width:100%;	
}
.subFee-offer-banner .txtItem h3 {
    color: #f36f21;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 2px;
}
.subFee-offer-banner .txtItem h5 {
    font-weight: 600;
    font-size: 1.15rem;
    line-height: 1.5rem;
}
.subFee-offer-banner .txtItem h6{
	font-size: 1.45rem;
	color: #007199;
	font-weight: 700;
	text-transform: uppercase;
}



.SubscribeFreeOffer{
	text-align: left;
    float: left;
    font-weight: 600;
    line-height: 1;
	color: #f36f21;
}
.SubscribeFreeOffer span{
    font-weight: 700;
	font-size:1.25rem;
}
.SubscribeFreeOffer:hover{
	color: #007199;
}

.offerCard {
    text-align: center;
    padding-top: 15px;
    font-size: 18px;
    margin-top: -30px;
    border-top: 1px dashed #343a40;
}
.offerCard span {
    background: #e05200;
    padding: 2px 15px 5px 15px;
    font-weight: 600;
    color: #fff;
    border-radius: 20px;
}



.newDiscountCard {
    background: url(../images/newOfferStrip.svg) no-repeat center left;
    padding: 0 60px;   
}
.newDiscountCard .cardCont{
    color: #fff;
    font-size: 20px;
    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;
	}
}



.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;
}

.step-blue {
    width: 52px;
    height: 52px;
    background-color: #20358e;
    font-size: 1.2rem;
}

.step-pink {
    width: 60px;
    height: 60px;
    font-size: 1.2rem;
    background-color: #ff4949;
}