#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out,visibility 0s linear .5s;
    z-index: 99999
}

#spinner.show {
    transition: opacity .5s ease-out,visibility 0s linear 0s;
    visibility: visible;
    opacity: 1
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: .5s;
    z-index: 99
}

.btn {
    font-weight: 600;
    transition: .5s
}

.btn-square {
    width: 32px;
    height: 32px
}

.btn-sm-square {
    width: 34px;
    height: 34px
}

.btn-md-square {
    width: 44px;
    height: 44px
}

.btn-lg-square {
    width: 56px;
    height: 56px
}

.btn-xl-square {
    width: 66px;
    height: 66px
}

.btn-square,.btn-sm-square,.btn-md-square,.btn-lg-square,.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400
}

.btn.btn-primary {
    color: var(--bs-white);
    border: none
}

.btn.btn-primary:hover {
    background: var(--bs-dark);
    color: var(--bs-white)
}

.btn.btn-light {
    color: var(--bs-primary);
    border: none
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-dark)
}

.btn.btn-dark {
    color: var(--bs-white);
    border: none
}

.btn.btn-dark:hover {
    color: var(--bs-primary);
    background: var(--bs-light)
}

.topbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "font awesome 5 free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
    color: var(--bs-primary)
}

.topbar .dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white)
}

.topbar .dropdown .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    padding-top: 10px;
    border: 0;
    transition: .5s;
    opacity: 1
}

.nav-bar {
    background: var(--bs-white);
    transition: 1s
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s
}

.nav-bar .navbar-light .navbar-brand img {
    max-height: 50px
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 0
}

.navbar .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    padding: 15px
}

.navbar-light .navbar-nav .nav-item:hover,.navbar-light .navbar-nav .nav-item.active,.navbar-light .navbar-nav .nav-item:hover .nav-link,.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: var(--bs-primary)
}

@media(max-width: 991px) {
    .navbar {
        padding:20px 0
    }

    .navbar .navbar-nav .nav-link {
        padding: 0
    }

    .navbar .navbar-nav .nav-item {
        display: flex;
        padding: 20px;
        flex-direction: column;
        justify-content: start;
        align-items: start
    }

    .navbar .navbar-nav .nav-btn {
        display: flex;
        justify-content: start
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        margin-top: 20px;
        padding-bottom: 20px;
        background: var(--bs-light);
        border-radius: 10px
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary)
    }
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "font awesome 5 free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background: var(--bs-primary);
    color: var(--bs-white)
}

@media(min-width: 992px) {
    .navbar {
        padding:20px 0
    }

    .navbar .nav-btn {
        display: flex;
        align-items: center;
        justify-content: end
    }

    .navbar .navbar-nav {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--bs-light);
        border-radius: 10px
    }

    .navbar .navbar-nav .nav-btn {
        width: 100%;
        display: flex;
        margin-left: auto
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        margin-top: 20px;
        background: var(--bs-light);
        transition: .5s;
        opacity: 1
    }
}

.header-carousel .header-carousel-item {
    height: 700px
}

.header-carousel .owl-nav .owl-prev,.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: var(--bs-light);
    color: var(--bs-primary);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 30px
}

.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    right: 50%;
    transform: translateX(-50%);
    margin-right: 30px
}

.header-carousel .owl-nav .owl-prev:hover,.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 var(--bs-secondary);
    color: var(--bs-white)
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.2);
    display: flex;
    align-items: center
}

@media(max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top:45px
    }

    .header-carousel .header-carousel-item {
        height: 1300px
    }
}

@media(max-width: 767px) {
    .header-carousel .header-carousel-item {
        height:950px
    }

    .header-carousel .owl-nav .owl-prev {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: -45px
    }

    .header-carousel .owl-nav .owl-next {
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 45px
    }
}

.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(1,95,201,0.9),rgba(0,0,0,0.2)),url(../img/bg-breadcrumb.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    transition: .5s
}

.bg-breadcrumb .breadcrumb {
    position: relative
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white)
}

.feature .feature-item {
    border-radius: 10px;
    background: var(--bs-white);
    transition: .5s
}

.feature .feature-item:hover {
    background: var(--bs-primary)
}

.feature .feature-item .feature-icon {
    position: relative;
    width: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light)
}

.feature .feature-item:hover .feature-icon i {
    z-index: 9
}

.feature .feature-item .feature-icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-dark);
    transition: .5s;
    z-index: 1
}

.feature .feature-item:hover .feature-icon::after {
    height: 100%
}

.feature .feature-item .feature-icon {
    color: var(--bs-primary)
}

.feature .feature-item .feature-icon,.feature .feature-item h4,.feature .feature-item p {
    transition: .5s
}

.feature .feature-item:hover .feature-icon {
    color: var(--bs-white)
}

.feature .feature-item:hover h4,.feature .feature-item:hover p {
    color: var(--bs-white)
}

.feature .feature-item:hover a.btn {
    background: var(--bs-white);
    color: var(--bs-primary)
}

.feature .feature-item:hover a.btn:hover {
    background: var(--bs-dark);
    color: var(--bs-white)
}

.service .service-item {
    border-radius: 10px
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.service .service-item .service-img img {
    transition: .5s
}

.service .service-item:hover .service-img img {
    transform: scale(1.1)
}

.service .service-item .service-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(1,95,201,.2);
    transition: .5s;
    z-index: 1
}

.service .service-item:hover .service-img::after {
    height: 100%
}

.service .service-item .service-img .service-icon {
    position: absolute;
    width: 70px;
    bottom: 0;
    right: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: var(--bs-light);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 9
}

.service .service-item .service-img .service-icon i {
    color: var(--bs-primary);
    transition: .5s
}

.service .service-item:hover .service-img .service-icon i {
    transform: rotateX(360deg);
    color: var(--bs-white)
}

.service .service-item:hover .service-img .service-icon {
    bottom: 0;
    color: var(--bs-white);
    background: var(--bs-primary)
}

.service .service-content {
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light)
}

.service .service-item .service-content .service-content-inner {
    position: relative;
    z-index: 9
}

.service .service-item .service-content .service-content-inner .h4,.service .service-item .service-content .service-content-inner p {
    transition: .5s
}

.service .service-item:hover .service-content .service-content-inner .h4,.service .service-item:hover .service-content .service-content-inner p {
    color: var(--bs-white)
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary {
    color: var(--bs-primary);
    background: var(--bs-white)
}

.service .service-item:hover .service-content .service-content-inner .btn.btn-primary:hover {
    color: var(--bs-white);
    background: var(--bs-dark)
}

.service .service-item:hover .service-content .service-content-inner .h4:hover {
    color: var(--bs-dark)
}

.service .service-item .service-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-primary);
    transition: .5s;
    z-index: 1
}

.service .service-item:hover .service-content::after {
    height: 100%
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--bs-white);
    background: rgba(1,95,201,.8);
    font-size: 18px
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: var(--bs-primary);
    background: var(--bs-light)
}

.blog .blog-item {
    border-radius: 10px;
    transition: .5s
}

.blog .blog-item:hover {
    box-shadow: 0 0 45px rgba(0,0,0,.1)
}

.blog .blog-item:hover .blog-content {
    background: var(--bs-white)
}

.blog .blog-item .blog-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    overflow: hidden
}

.blog .blog-item .blog-img img {
    transition: .5s
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.2)
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(1,95,201,.2);
    transition: .5s;
    z-index: 1
}

.blog .blog-item:hover .blog-img::after {
    height: 100%
}

.blog .blog-item .blog-img .blog-categiry {
    position: absolute;
    bottom: 0;
    right: 0;
    border-top-left-radius: 10px;
    display: inline-flex;
    color: var(--bs-white);
    background: var(--bs-primary);
    z-index: 9
}

.blog .blog-item .blog-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-light)
}

.blog .blog-item .blog-content a.btn {
    color: var(--bs-dark)
}

.blog .blog-item:hover .blog-content a.btn:hover {
    color: var(--bs-primary)
}

.team .team-item .team-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.team .team-item .team-img img {
    transition: .5s
}

.team .team-item:hover .team-img img {
    transform: scale(1.1)
}

.team .team-item .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: .5s
}

.team .team-item:hover .team-img::after {
    height: 100%;
    background: rgba(255,255,255,.3)
}

.team .team-item .team-img .team-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin-bottom: -100%;
    transition: .5s;
    z-index: 9
}

.team .team-item:hover .team-img .team-icon {
    margin-bottom: 0
}

.team .team-item .team-title {
    color: var(--bs-white);
    background: var(--bs-primary);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: .5s
}

.team .team-item .team-title h4 {
    color: var(--bs-white)
}

.team .team-item:hover .team-title {
    background: var(--bs-dark)
}

.testimonial-carousel .owl-stage-outer {
    margin-top: 58px;
    margin-right: -1px
}

.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: .5s
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-dark);
    color: var(--bs-white)
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: .5s
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-dark);
    color: var(--bs-white)
}

.contact .contact-img {
    position: relative
}

.contact .contact-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    background: rgba(255,255,255,.9);
    z-index: 1;
    animation-name: image-efects;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: .5s
}

@keyframes image-efects {
    0% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%
    }

    25% {
        border-radius: 35% 65% 27% 73%/71% 25% 75% 29%
    }

    50% {
        border-radius: 41% 59% 45% 55%/32% 21% 79% 68%
    }

    75% {
        border-radius: 69% 31% 39% 61%/70% 83% 17% 30%
    }

    100% {
        border-radius: 30% 70% 70% 30%/30% 30% 70% 70%
    }
}

.contact .contact-img .contact-img-inner {
    position: relative;
    z-index: 9
}

.footer {
    background: var(--bs-dark)
}

.footer .footer-item {
    display: flex;
    flex-direction: column
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: .5s
}

.footer .footer-item p {
    line-height: 35px
}

.footer .footer-item a:hover {
    color: var(--bs-primary)
}

.footer .footer-item .footer-btn a,.footer .footer-item .footer-btn a i {
    transition: .5s
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white)
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary)
}

.footer .footer-item .footer-instagram {
    position: relative;
    overflow: hidden
}

.footer .footer-item .footer-instagram img {
    transition: .5s
}

.footer .footer-item .footer-instagram:hover img {
    transform: scale(1.2)
}

.footer .footer-item .footer-instagram .footer-search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    opacity: 0
}

.footer .footer-item .footer-instagram:hover .footer-search-icon {
    opacity: 1;
    background: rgba(0,0,0,.6)
}

.footer .footer-item .footer-btn a {
    background: var(--bs-light);
    color: var(--bs-primary)
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-primary)
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-white)
}

.copyright {
    background: var(--bs-dark);
    border-top: 1px solid rgba(255,255,255,.08)
}

.fw-semi,
.resend_otp a,
button.show_refno {
    font-weight: 600;
}

.btn-bx,
.btnBlock,
.hdrc,
.menu,
.points {
    display: flex;
}

.btn,
.btn:focus,
.btn:hover {
    box-shadow: none;
    outline: 0;
}

.form-group,
.headernav,
.headernav.fixed,
.menu li,
.menu li a,
.menu li.drop-down a,
.sec-satisfy .container,
.sec-services,
.serlist li,
.serlist li a {
    position: relative;
}

.btn i,
.miniheader ul li i,
.vlm {
    vertical-align: middle;
}

.back-to-top,
.basic_info,
.bg_box_white,
.ch-info-front,
.resend_otp,
.serlist li a,
p.note {
    text-align: center;
}

body {
    color: #4e4d4d;
    font-family: Roboto, sans-serif;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Roboto';
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
    font-display: swap;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

.btn,
a,
button,
img {
    transition: 0.4s;
}

img {
    max-width: 100%;
    height: auto;
}

.headernav {
    padding: 0;
    width: 100%;
    top: 0;
    background-color: #fff;
}

.headernav.fixed {
    padding: 5px 0;
    z-index: 999;
}

.headernav.fixed .reqest .btn-orange-border {
    background-color: #427ac0;
    border: 1px solid #427ac0;
    color: #fff;
}

.headernav.fixed .reqest .btn-orange-border:hover {
    background-color: #f24641;
    border: 1px solid #f24641;
}

@media screen and (max-width: 1399px) {
    .headernav .container {
        max-width: 100%;
    }
}

.hdrc {
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
}

@media screen and (max-width: 1199px) {
    .headernav .logo {
        width: 100%;
        text-align: center;
    }

    .hdrc {
        padding-right: 50px;
    }
}

.menu {
    flex-wrap: wrap;
}

.menu li {
    margin-left: 8px;
}

.menu li a {
    color: #000;
    padding: 15px;
    overflow: hidden;
    display: block;
}

.heading_light,
.menu li a:hover,
.text-blue {
    color: #0a1735;
}

.menu li.drop-down .submenu {
    min-width: 180px;
    display: none;
    position: absolute;
    left: 0;
    height: 0;
    top: 100%;
    z-index: 99;
    padding: 0;
    border: 1px solid #05853d;
    background: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    border-bottom: 3px solid #05853d;
    transition: 0.4s;
}

.menu li.drop-down .submenu li {
    margin-left: 0;
}

.menu li.drop-down .submenu li a {
    font-weight: 400;
    text-transform: none;
    padding: 6px 10px;
    font-size: 14px;
    white-space: nowrap;
}

.checkpoints.iconone li::before,
.menu li.drop-down .submenu li a::after,
.menu li.drop-down .submenu li a::before {
    display: none;
}

.menu li.drop-down .submenu li a:hover {
    color: #fff;
    background-color: #05853d;
}

.menu li.drop-down:hover .submenu {
    height: auto;
    display: block;
}

.menu li.drop-down a::after {
    content: "\e9ac";
    font-family: boxicons;
}

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 11px;
    width: 35px;
    height: 35px;
    background: 0 0;
    color: #05853d;
    z-index: 9999999;
    border: 0;
    font-size: 30px;
    border: none;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 999999;
    overflow-y: auto;
    left: -150px;
    width: 150px;
    background: #fff;
    transition: 0.4s;
    padding-top: 1rem;
}

.mobile-nav .logo {
    width: 150px;
    margin: 0 auto;
}

.sec-services::after,
.sec-services::before {
    width: 80px;
    content: "";
    position: absolute;
    top: 0;
}

.mobile-nav .menu {
    display: block;
}

.mobile-nav .menu li {
    margin-left: 0;
    border-bottom: 1px solid #f4f4f4;
}

.mobile-nav .menu li.drop-down a::after {
    content: "\eb21";
    position: absolute;
    right: 15px;
}

.mobile-nav .menu li.drop-down .submenu {
    -webkit-transform: none;
    transform: none;
    display: none;
    border: none;
    box-shadow: none;
    height: auto;
    position: static;
    margin: 0 15px;
}

.mobile-nav .menu li.drop-down .submenu li a {
    padding: 10px;
    font-weight: 500;
}

.mobile-nav .menu li.drop-down.active a::after {
    content: "\eaed";
}

.mobile-nav-overly {
    display: none !important;
}

body.mobile-nav-active .mobile-nav {
    width: 100%;
    left: 0;
}

.btn {
    padding: 0.5rem 1rem;
    min-width: 160px;
    border-radius: 5px;
    border: 1px solid transparent;
}

.btn-success {
    background-color: #05853d;
    border-color: #05853d;
}

.btn.btn-auto {
    min-width: inherit;
}

.btn.btn-sm {
    padding: 0.25rem 0.5rem;
}

.btn-dark {
    background-color: #0a1735;
    border-color: #0a1735;
}

.btn.btn-blue,
.btn.btn-green:hover {
    background-color: #0a1735;
    color: #fff;
    border: 1px solid #0a1735;
}

.btn.btn-blue:hover,
.btn.btn-green {
    background-color: #05853d;
    color: #fff;
    border: 1px solid #05853d;
}

.section {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.checkpoints,
.help-bx,
.registraion_box,
.serlist,
.tableview {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.serlist li {
    width: 20%;
    border-right: 1px solid #d6d6d6;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.serlist li a {
    display: block;
    width: 100%;
    padding: 35px 0;
    color: #000;
    z-index: 10;
}

.serlist li a .icon {
    display: block;
    min-height: 93px;
}

.serlist li a.mfb {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate3d(0, 1, 0, 180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.serlist li.divider {
    width: 100%;
    height: 1px;
    background-color: #d6d6d6;
}

.serlist li:nth-child(5) {
    border-right: none;
}

.serlist li:nth-child(11) {
    border-right: none;
}

.serlist li:nth-child(17) {
    border-right: none;
}

.serlist li:hover .mfb {
    opacity: 1;
    visibility: visible;
    background-color: #05853d;
    color: #fff;
}

.serlist.wzserv li {
    border: none;
    padding: 0 0.5rem;
    margin-bottom: 1rem;
}

.serlist.wzserv li a {
    background-color: #05853d;
    color: #fff;
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
}

.serlist.wzserv li a .icon img {
    filter: brightness(0) invert(1);
}

.bg-blue,
.btn-bx:hover .bx,
.dark-bg,
.serlist.wzserv li a:hover,
.serlist.wzserv li:nth-child(2n) a,
.serlist.wzserv li:nth-child(2n) a:hover {
    background-color: #0a1735;
}

.text-success {
    color: #05853d !important;
}

.fs-12 {
    font-size: 12px;
}

.fs-13,
label.text-danger {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fw-semilg {
    font-weight: 500;
}

.sec-services::after {
    right: 0;
    height: 80%;
    background: url(..//images/icons/left-angle.png) 0 0/100% 100% no-repeat;
}

.sec-services::before {
    left: -10px;
    height: 100%;
    background: url(..//images/icons/right-angle.png) 0 0/100% 100% no-repeat;
}

.bgcolor,
.btn-bx .bx,
.btn-bx:hover,
.help-bx:hover {
    background-color: #05853d;
}

.sec-services .container::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(..//images/icons/world-map.png) center center/contain no-repeat;
}

.sec-digitalfill .container,
.sec-services .container .content {
    position: relative;
    z-index: 10;
}

.btnBlock {
    width: 100%;
}

.btn-bx {
    width: auto;
    margin: 0 auto;
    border-radius: 3px;
    overflow: hidden;
    padding: 0;
    border: none;
}

.sepetate::after,
.sepetate::before {
    left: 50%;
    bottom: 0;
    border-radius: 5px;
    position: absolute;
    right: 0;
    height: 4px;
    content: "";
}

.btn-bx span {
    padding: 0.7rem;
    width: calc(100% - 40px);
}

.btn-bx .bx {
    width: 40px;
    justify-content: center;
    align-items: center;
}

.sepetate {
    position: relative;
    width: 100%;
    padding-bottom: 1.3rem;
}

.sepetate::before {
    width: 80px;
    background-color: #0a1735;
    margin-left: -50px;
}

.sepetate::after {
    width: 30px;
    background-color: #05853d;
    margin-left: 40px;
}

.sepetate.left::before {
    left: 0;
    margin-left: 0;
}

.sepetate.left::after {
    left: 0;
    margin-left: 90px;
}

.radius10 {
    border-radius: 10px;
}

.points {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}

.points li {
    width: 50%;
    padding: 0 1.5rem 0 3rem;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 14px;
    color: #000;
}

.document_required h2,
p.note {
    font-size: 16px;
    font-weight: 600;
}

.points li .icon {
    width: 35px;
    position: absolute;
    left: 0;
}

.points.w-100 li {
    width: 100%;
    padding: 0 0.5rem 0 6rem;
}

.points.w-100 li .icon,
.registraion_box .icon {
    width: 80px;
}

.points.w25 li {
    width: 25%;
    padding: 0 0.5rem 0 3rem;
}

.points.w25 li .icon {
    width: 35px;
}

.points.bullets li {
    padding: 0 0.5rem 0 2.3rem;
}

.points.bullets li .icon {
    width: 20px;
    top: 5px;
}

.radius3 {
    border-radius: 3px;
}

.fw-normal {
    font-weight: 400;
}

.bold_size,
span.complated_info {
    font-weight: 700;
    font-size: 18px;
}

.bg-success {
    background-color: #05853d !important;
}

.sec-satisfy .container::after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 30px;
    width: 102px;
    height: 102px;
}

.fotoer {
    float: left;
    width: 100%;
    padding-top: 2rem;
    color: #fff;
}

.fotoer .flink h3 {
    font-size: 1.3rem;
    font-weight: 500;
    position: relative;
    margin-bottom: 1rem;
}

.fotoer .flink h3::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    width: 30px;
    height: 2px;
    background-color: #05853d;
}

.fotoer .flink .fnav li a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    padding: 8px 0 0 20px;
    position: relative;
}

.fotoer .copyright .nav li a:hover,
.fotoer .flink .fnav li a:hover {
    opacity: 0.6;
}

.fotoer .flink .fnav li a::before {
    content: "\e9b2";
    font-family: boxicons;
    position: absolute;
    left: 0;
}

.fotoer .copyright {
    color: #fff;
    background-color: #0f1c3a;
    padding: 10px 0;
    margin-top: 2rem;
}

.fotoer .copyright p {
    font-size: 13px;
    margin: 0;
}

.fotoer .copyright .nav {
    justify-content: flex-end;
}

@media screen and (max-width: 991px) {
    .serlist li {
        width: 33.33%;
        border-bottom: 1px solid #d6d6d6;
    }

    .serlist li.divider {
        display: none;
    }

    .serlist li:last-child,
    .serlist li:nth-child(5) {
        border-right: 1px solid #d6d6d6;
    }

    .points.w25 li {
        width: 50%;
    }

    .fotoer .copyright .nav {
        justify-content: center;
    }
}

.fotoer .copyright .nav li a {
    font-size: 13px;
    color: #fff;
    padding: 0 8px;
}

.back-to-top {
    position: fixed;
    bottom: 50px;
    display: none;
    width: 50px;
    height: 50px;
    right: 30px;
    line-height: 50px;
    font-size: 25px;
    border-radius: 50%;
    background: #0a1735;
    color: #fff;
    z-index: 999;
}

.back-to-top:hover {
    background: #05853d;
    color: #fff;
}

.border-green {
    border: 1px solid #05853d;
}

.radius5 {
    border-radius: 5px;
}

.cmnform .form-control {
    border-radius: 0;
    font-size: 14px;
    height: 44px;
    padding: 0 1rem;
    text-transform: uppercase;
}

p.note {
    padding: 8px 10px;
    color: red;
}

.document_required {
    padding-top: 16px;
}

.basic_info p,
.document_required h2,
ul.checkpoints li {
    color: #000;
}

.document_required ul li {
    font-size: 15px;
    color: #000;
    padding: 0 20px 10px 0;
}

.resend_otp {
    padding: 18px 0 0;
    font-size: 15px;
    color: #000;
}

button.show_refno {
    border: 1px solid #05853d;
    background-color: #05853d;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    padding: 0 10px;
    line-height: 20px;
    margin-left: 10px;
}

.bold_size {
    color: #000;
}

.img_notpayment {
    padding: 0 0 40px;
}

.resend_otp a {
    color: #05853d;
    text-decoration: underline;
}

.basic_info {
    padding: 20px 0;
}

span.complated_info {
    color: #000;
}

.cmnform textarea.form-control {
    min-height: 90px;
    padding-top: 1rem;
}

.iconform .form-group i {
    position: absolute;
    width: 35px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #d6d6d6;
}

.iconform .form-group .form-control {
    padding: 0 1rem 0 2.75rem;
}

.iconform .form-group textarea.form-control {
    padding-top: 8px;
}

.iconform .form-group.text-group i {
    display: block;
    padding-top: 8px;
    text-align: center;
}

.iconform .form-group.doc-group i {
    position: static;
    width: auto;
    height: auto;
    display: inline;
    border-right: none;
}

.checkpoints li {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 9px;
    position: relative;
    padding-left: 2rem;
}

.checkpoints li::before {
    content: "";
    background: url(..//images/icons/check-right.svg) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
}

.checkpoints.iconone li {
    padding-left: 0;
}

.tableview li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}

.tableview li .title {
    width: 50%;
    position: relative;
    padding-right: 5px;
}

.tableview li .title::after {
    content: ":";
    position: absolute;
    right: 0;
}

.tableview li .value {
    width: 50%;
    padding-left: 15px;
}

.help-bx .icon {
    width: 50px;
}

.help-bx .content {
    width: calc(100% - 50px);
    padding-left: 1rem;
}

.registraion_box .content {
    width: calc(100% - 80px);
    padding-left: 1rem;
}

.bg-dark {
    background-color: #0a1735 !important;
}

.bg-gray,
table.slab_rates tr:nth-child(2n) {
    background-color: #f7f7f7;
}

.sec-digitalfill {
    background: url(..//images/taxbg.jpg) 0 0 / cover no-repeat fixed;
    width: 100%;
    min-height: 300px;
    position: relative;
}

.sec-digitalfill::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.bx-digital .icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.bx-digital .icon img {
    max-height: 80px;
}

.sec-services .cmnform textarea.form-control {
    min-height: 60px;
}

.formtabs {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    justify-content: space-between;
    margin: 0 auto 1.5rem;
    position: relative;
}

.formtabs li .circle {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e8e8e8;
    border-radius: 50%;
    font-size: 25px;
}

.formtabs li.active .circle {
    background-color: #05853d;
    color: #fff;
}

.formtabs::after {
    width: 90%;
    height: 2px;
    background-color: #999;
    content: "";
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

.form-check-inline,
.form-check-label,
select {
    cursor: pointer;
}

.form-check-input[type="radio"] {
    border-radius: 0;
}

.form-check-input:checked[type="radio"] {
    background-image: url(..//images/icons/checkselect.svg);
}

@media screen and (max-width: 767px) {
    .bg_rel_infocontact {
        margin-bottom: 30px !important;
    }

    .headernav.fixed .reqest .btn-orange-border {
        background-color: transparent;
        border: none;
        color: #4e4d4d;
    }

    .serlist li {
        width: 50%;
        border-bottom: 1px solid #d6d6d6;
    }

    .points li,
    .points.w25 li {
        width: 100%;
        font-size: 15px;
    }

    .sec-satisfy .container::after {
        display: none;
    }

    .fotoer .flink h3 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .fotoer .copyright {
        margin-top: 0;
    }

    .formtabs {
        width: 80%;
    }

    .accbtn .btn {
        font-size: 0;
        min-width: inherit;
    }

    .owl-carousel .owl-item img {
        display: inline;
    }
}

span.icon_info {
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #ccc;
    padding: 10px 8px;
}

.lightgray-bg {
    background-color: #fcfcfc;
}

.points.change-padding.w-100 li {
    width: 100%;
    padding: 0 0.5rem 0 4rem;
}

.bg_box_white {
    background-color: #fff;
    border-radius: 4px;
    min-height: 130px;
}

.points.bullets.new li {
    padding: 0 0.5rem 0 3.3rem !important;
}

span.row_strip {
    background-color: #e9e9e9;
    height: 4px;
    border-radius: 12px;
    width: 115px;
    display: inherit;
}

.miniheader {
    background-color: #0a1735;
    width: 100%;
}

.miniheader ul li a {
    font-size: 14px !important;
}

.miniheader ul li i {
    color: #fff !important;
}

.ch-item {
    position: relative !important;
    padding: 0;
    margin: 0;
    height: 140px;
    display: block;
    overflow: visible;
}

.ch-info-wrap {
    position: absolute;
    width: 100%;
    height: 140px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.ch-info,
ul.serlist li {
    height: 185px;
}

.ch-info {
    position: absolute;
    width: 100%;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.ch-info-front {
    padding-top: 20px;
}

.checkpoints.abpoints li::before {
    top: 4px;
}

.ch-info .ch-info-back {
    background-color: #05853d;
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
    -moz-transform: rotate3d(0, 1, 0, 180deg);
    -o-transform: rotate3d(0, 1, 0, 180deg);
    -ms-transform: rotate3d(0, 1, 0, 180deg);
    transform: rotate3d(0, 1, 0, 180deg);
    border-radius: 8px;
}

.ch-info>div {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0;
    z-index: 9999;
}

@media screen and (min-width:768px) {
    .ch-item:hover .ch-info {
        -webkit-transform: rotate3d(0, 1, 0, -180deg);
        -moz-transform: rotate3d(0, 1, 0, -180deg);
        -o-transform: rotate3d(0, 1, 0, -180deg);
        -ms-transform: rotate3d(0, 1, 0, -180deg);
        transform: rotate3d(0, 1, 0, -180deg);
    }
}

.content.text-left.choose_color p {
    color: #05853d;
}

.bg_change,
.light_bhis {
    background-color: #f5f7fb;
}

.dt-sc-image-caption.type6:before {
    background: #0a1735;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    border-right: 2px dashed #fff;
}

.dt-sc-image-caption.type6 {
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.dt-sc-image-caption.type6 .dt-sc-image-wrapper,
.no_padding {
    padding: 0;
}

.dt-sc-image-caption .dt-sc-image-wrapper {
    position: relative;
    overflow: hidden;
}

.dt-sc-image-caption.type6 .dt-sc-image-content>*,
dt-sc-image-caption.type6 .dt-sc-image-content {
    color: #fff;
}

.dt-sc-image-caption .dt-sc-image-title {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}

.dt-sc-image-caption.type6 .dt-sc-image-title:before {
    content: "";
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    border-left: 6px double #fff;
    width: 10px;
    height: 100%;
}

.dt-sc-image-caption.type6 .dt-sc-image-title p {
    line-height: 46px;
    font-size: 30px;
    font-weight: 600;
    transition: 0.3s linear;
}

.dt-sc-image-caption.type6 p {
    font-size: 14px;
    width: auto;
    float: none;
    display: inline-block;
}

.dt-sc-image-caption.type6 .dt-sc-image-title {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.dt-sc-image-caption.type6 .dt-sc-image-content {
    color: #fff;
    float: left;
    margin-top: 0;
    position: absolute;
    left: 0;
    top: 50%;
    padding: 0 80px;
    width: 100%;
    z-index: 9;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.dt-sc-image-caption .dt-sc-image-content {
    display: inline-block;
    clear: both;
    margin: 30px 0 0;
}

.dt-sc-image-caption.type6:hover:before {
    background: #00ad4ce0;
}

.dt-sc-image-caption.type6:hover {
    z-index: 9;
}

.dt-sc-image-wrapper img {
    max-width: 100%;
    height: auto;
    display: inherit;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear 0;
}

.card_bg_title a,
.faq_heading,
.planning,
.planning span {
    display: inline-block;
}

.dt-sc-image-caption {
    float: left;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
}

.dt-sc-image-caption.type6:hover .dt-sc-image-title:before {
    border-color: #fff;
}

.dt-sc-image-wrapper {
    height: 250px;
    width: 100%;
    overflow: hidden;
}

span.icon.fs {
    width: 70px;
}

span.icon.fs img {
    width: 65px;
    margin-bottom: 9px;
}

.faq_details .accordion-button,
.light_bhis h2 {
    color: #000 !important;
}

.dt-sc-aedit-title.alignleft {
    padding-left: 30px;
    position: relative;
}

.dt-sc-aedit-title.alignleft:before,
.dt-sc-aedit-title.alignright:before {
    width: 10px;
    height: 100%;
}

.dt-sc-aedit-title.alignleft:before {
    left: 0;
    border-left: 6px double;
    border-color: #05853d;
}

.dt-sc-aedit-title:before {
    position: absolute;
    content: "";
    top: 0;
}

.dt-sc-aedit-title h3 {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 26px;
    color: #000;
    font-weight: 600;
}

span.img_itr_views img {
    border-radius: 10px;
    box-shadow: 0 0 15px 9px #f7f7f7;
}

.border-green.radius5 {
    box-shadow: 0 1rem 3rem #0000004d !important;
}

span.add_bant_bnt {
    padding: 0.4rem !important;
}

span.bx.vlm.padding_set {
    padding: 0.4rem;
}

.terms-and-conditions h3,
h4 {
    font-size: 22px;
    color: #0a1735;
}

.terms-and-conditions li,
.terms-and-conditions p {
    color: #0a1735;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 8px;

}

.terms_note {
    padding-top: 0;
}

.question span {
    color: #000;
    font-size: 16px !important;
    font-weight: 600;
}

.answer span {
    color: #2c2a2a;
    float: left;
    width: 100%;
    font-size: 15px !important;
}

ul.documents_need li span {
    padding-bottom: 10px;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield !important;
}

.info_details_content p {
    color: #0a1735;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 8px;
}

.required_documents h2 {
    font-size: 14px;
    line-height: 22px;
}

.planning {
    border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 7px 10px 0 0 #cccccc36;
    margin-top: 10px;
    float: left;
    width: 100%;
    min-height: 155px;
}

.planning span {
    background-color: #05853d;
    color: #fff;
    border-radius: 30px;
    height: 42px;
    width: 42px;
    text-align: center;
    padding: 6px 0;
    border: 4px solid #d8e9df;
    font-weight: 600;
    font-size: 14px;
}

.planning p {
    font-size: 15px;
    line-height: 23px !important;
    text-align: left;
    margin-top: 12px;
}

table.slab_rates {
    color: #000;
    font-size: 14px;
    padding: 20px 30px;
    line-height: 45px;
}

table.slab_rates tr td {
    padding: 0 0 0 20px;
}

table.slab_rates tr:first-child {
    background-color: #0a1735;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 33px;
}

.icon_size i {
    font-size: 24px;
    color: #898989;
}

.last-child:before {
    border-right: none !important;
}

.logo {
    padding-top: 15px;
}

.processe_payment p {
    font-size: 18px;
    color: #05853d;
    font-weight: 500;
    margin: 0;
}

.processe_payment {
    float: left;
    width: 100%;
    margin: 0;
    padding: 11px 0;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 10px 20px 0 #efeaea;
    border: 2px solid #05853d;
}

.how_to-verify,
.min_hight {
    width: 100%;
    float: left;
    padding: 0;
}

h2.informaion_note {
    text-align: center;
    font-weight: 700;
    color: #0a1735;
    margin: 0;
    font-size: 24px;
}

.how_to-verify {
    margin: 0;
    background-color: #05853d;
}

.step_view-itr {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

span.point_views {
    float: left;
    height: 8px;
    width: 8px;
    background-color: #01ae4d !important;
    border-radius: 50%;
    margin: 10px 10px 0 0;
    padding: 0 !important;
    border: none !important;
}

.min_hight {
    margin: 0;
    height: 100px;
}

.contactus-info {
    padding: 40px 0 20px;
    float: left;
    width: 100%;
}

.heading_viewtitle {
    float: left;
    width: 100%;
    text-align: center;
    color: #0a1735;
}

.heading_viewtitle h1 {
    font-size: 32px;
    margin: 0;
}

.main_contact_page {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.card_bg_title {
    width: 100%;
    background-color: #f3fff9;
    float: left;
    margin: 0;
    padding: 30px 0;
    border-radius: 10px;
    text-align: center;
}

.card_bg_title h2 {
    color: #0a1735;
    font-size: 24px;
    font-weight: 600;
    padding: 8px 0 0;
    margin: 0;
}

.card_bg_title p {
    color: #0a1735;
    padding-top: 6px;
}

.card_bg_title span {
    background-color: #01b049;
    color: #fff;
    padding: 8px 20px;
    border-radius: 4px;
    font-weight: 500;
}

.card_bg_title span:hover {
    box-shadow: 10px 10px 10px -2px rgba(0, 0, 0, 0.3);
    transition: 0.1s;
    transform: scale(1.03, 1.03);
}

.all_info_details_contact {
    width: 100%;
    float: left;
    margin: 0;
    padding: 42px 0 50px;
}

.bg_rel_infocontact {
    background-color: #fff;
    float: left;
    margin: 0;
    padding: 20px 30px;
    width: 100%;
    text-align: center;
    box-shadow: 2px 1px 9px 5px #f7f7f7;
    border-radius: 7px;
    height: 100%;
}

.bg_rel_infocontact h3 {
    font-size: 18px;
    font-weight: 500;
    color: #0a1735;
    padding: 15px 0 0;
}

.bg_rel_infocontact p {
    font-size: 16px;
    color: #0a1735;
}

.bg_rel_infocontact span {
    font-size: 0.875em;
}

.bg_rel_infocontact:hover {
    transition: 0.1s;
    -webkit-transform: translateY(-0.1875rem) !important;
    transform: translateY(-0.1875rem) !important;
}

table.table.woking_period th {
    background-color: #f7f9ff;
    border-bottom: 2px solid #01b049;
    line-height: 34px;
    font-weight: 500;
}

table.table.woking_period tr td {
    padding: 13px 20px;
    font-size: 15px;
}

.working_hr_list {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 70px;
}

.working_hr_list h4 {
    font-size: 18px;
}

table.table.table-bordered.woking_period tr:nth-child(odd) {
    background-color: #f9fffc;
}

.terms_note h1,
.terms_note h2 {
    color: #01b053 !important;
}

.accordion-body.details_faqs {
    text-align: left !important;
}

.faq_details .accordion-button:focus {
    box-shadow: none;
    outline: 0;
    border: none;
}

.accordion-body {
    font-size: 16px;
    color: #414040;
    padding-bottom: 25px;
    max-width: 100%;
    line-height: 24px;
}

.accordion .accordion-item {
    border: none;
    margin-bottom: 20px;
    border-radius: 16px;
    box-shadow: 0 44px 57px 0 rgba(63, 94, 114, 0.08);
    background-color: #fff;
}

.faq_heading {
    background-color: #f0f5ff4d;
    width: 100%;
    padding: 20px;
    float: left;
    border-radius: 8px;
    margin-bottom: 20px;
    border: 1px solid #e1e1e1;
}

li.request_ademo a {
    background-color: #00a44c;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 3px;
}

li.request_ademo {
    padding: 7px 0 0 0;
}

.bg-dark .btn-green:hover {
    background-color: #fff;
    color: #000;
}

.bg-dark .btn-green:hover img {
    filter: brightness(0.1);
}

ul.social_media li {
    padding: 0px 10px;
    font-size: 24px;
}

ul.social_media li a {
    color: #FFF;
}

/*@media screen and (min-width:768px){
button.reqbtn:after {
    content: "";
    top: 0;
    transform: translateX(100%);
    width: 100%;
    height: 50px;
    position: absolute;
    z-index: 1;
    -webkit-animation: slide_shine 1.5s infinite;
    animation: slide_shine 1.5s infinite;
    background: linear-gradient(
        to top right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 45%,
        rgba(255, 255, 255, 0.4) 48%,
        rgba(255, 255, 255, 0.6) 50%,
        rgba(255, 255, 255, 0.4) 52%,
        rgba(255, 255, 255, 0) 57%,
        rgba(255, 255, 255, 0) 100%
    );
} 
}
li.request_ademo a:hover {
    color: #fff;
}


@-webkit-keyframes slide_shine {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}
@keyframes slide_shine {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}
*/
/***Income Tax Calculator**/
a.bnt_taxcalculator {
    background-color: #01a449;
    float: left;
    text-align: center;
    width: 100%;
    color: #fff;
    padding: 10px 0px;
    border-radius: 4px;
    font-weight: 700;
}

.bg_heading_pages {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 35px 0px 0px 0px;
    background-color: #0a1735;
}

.hero_heading p {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin: 0px 0px 16px 0px;
}

.hero_heading a {
    background-color: #01a449;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 27px;
    display: inline-block;
    border-radius: 4px;
    border-bottom: solid #fff 4px;
}

.hero_heading a {
    color: #fff;
    display: inline-block;
    animation: blinkingBackground 2s infinite;
}

@keyframes blinkingBackground {
    0% {
        background-color: #10c018;
    }

    25% {
        background-color: #1056c0;
    }

    50% {
        background-color: #efc038;
    }

    75% {
        background-color: #254878;
    }

    100% {
        background-color: #04a1d5;
    }
}

.hero_heading {
    padding: 15px 0 0 0;
}

.search_box {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 20px 0px;
}

input.searchbox_ifsc_code {
    width: 100%;
    border-radius: 5px;
    height: 50px;
    background-color: #f9fbff;
    padding: 0px 19px;
    font-size: 17px;
    font-weight: 400;
    border: solid 1px #ccc;
}

ul.topics_highlight p {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
}

span.border_roet {
    float: left;
    width: 70px;
    background-color: #0a1735;
    height: 4px;
    border-radius: 20px;
    margin-bottom: 10px;
}

ul.topics_highlight li {
    display: inline-block;
    width: 100%;
    padding: 4px 0 0 0;
    margin: 0px;
}

.search-ifsc_list {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 50px 0 0 0;
}

.search-ifsc_list h2 {
    color: #000;
}

.search-ifsc_list p {
    font-weight: 600;
    font-size: 34px;
    padding: 20px 0px;
}

.search-ifsc_list p a {
    font-size: 23px;
}

.search_box p {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    padding-bottom: 13px;
}

table.code_ifsc-list {
    padding: 10px 10px;
    line-height: 46px;
}

table.code_ifsc-list tr td {
    font-size: 18px;
    color: #000;
}

.web-form-icon {
    height: unset !important;
}

.web-form-icon img {
    max-width: 18px;
    max-height: 18px;
}

.web-form-icon-2 i {
    max-height: 43px;
}

.otp-screen-design {
    /* width: 500px; */
    width: 400px;
    margin: 0 auto;
}

.otp-screen-design-login-wrapper {
    width: 100%;
    float: left;
}

.otp-screen-message {
    /* width: 210px; */
    width: 100%;
    margin: 0px auto;
    font-size: 14px;
}

sup.text-danger {
    vertical-align: text-bottom;
}

.insured_services.sec-services .container::before,
.insured_services.sec-services::after {
    display: none;
}

.box_design {
    border: solid 1px #fffefe;
    padding: 25px;
    box-shadow: 0px 2px 10px 0px #e3e1e1;
    border-radius: 9px;
    color: #0A1835;
}

.indicators {
    display: flex;
    justify-content: center;
}

.indicators .step-tabs {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    font-size: 14px;
    color: #97a0af;
    text-align: center;
    position: relative;
    font-weight: 400;
}

.indicators .step-tabs::before {
    border-radius: 50%;
    display: block;
    font-size: 10px;
    margin: 0 auto 2px;
    position: relative;
    order: 2;
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #97a0af;
    background: #97a0af;
    outline: 5px solid #f2f7ff;
}

.indicators .step-tabs::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #b3bac5;
    left: 50%;
    top: 34px;
}

.indicators .step-tabs:last-child::after {
    display: none;
}

.indicators .step-tabs span {
    margin-bottom: 10px;
}

.indicators .step-tabs.step-current,
.indicators .step-tabs.step-completed {
    color: #01A54F;
}

.indicators .step-tabs.step-current::before {
    border: 1px solid #01A54F;
    background: #01A54F;
}

.indicators .step-tabs.step-completed::after {
    background: #01A54F;
}

.indicators .step-tabs.step-completed::before {
    border: 1px solid #01A54F;
    background: #01A54F;
}

.insurance_form .fw-semi {
    font-weight: 500 !important;
}

.insurance_form .cmnform .form-control {
    border-radius: .375rem;
    text-transform: none !important;
    padding: 0px 1rem 0 2.8rem;
    height: 35px;
    font-size: 15px;
}

.insurance_form .cmnform select {
    border-radius: .375rem;
    height: 35px;
    font-size: 15px;
}

.insurance_form span.icon_info {
    border-right: none;
    top: 4px;
    left: 15px;
    padding: 0;
}

.insurance_form .iconform .form-group i {
    border-right: none;
}

.insurance_form .cmnform .ttlower {
    text-transform: none !important;
}

.insurance_form .btn {
    border-radius: 3px;
    font-size: 15px;
    font-weight: 500;
}

.insured_services.worldmap {
    position: relative;
}

.insured_services.worldmap::before {
    background: url(../images/world.png) no-repeat center bottom;
    width: 100%;
    height: 300px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
    background-size: contain;
}

.insured_services.worldmap .container {
    position: relative;
    z-index: 10;
}

.insurance_form .cmnform .font_doc {
    font-size: 13px;
}

.insurance_form .cmnform .form-control.docupld {
    padding-left: 6px !important;
    padding-top: 6px;
    padding-bottom: 6px;
    height: auto;
}

.insurance_form img.user_doc {
    max-width: 100px;
    margin-top: 1rem;
}

.insurance_form .cmnform select.state {
    text-transform: capitalize !important;
}

span.position-set {
    position: absolute;
    bottom: 0px;
}




/***POS-CSS***/



.signform .icon-group input {
    padding: 11px 1rem 0 5.6rem;
}

.form-control {
    height: 53px;
    padding: 11px 1rem 0 1rem;
    font-size: 15px;
}

.icon-group .icon {
    position: absolute;
    top: 14px;
    left: 15px;
}



.icon-group .input-label {
    left: 90px;
}

.datelabel.input-label {
    top: 2px;
    font-size: 13px;
    font-weight: 500;
}

.input-label {
    position: absolute;
    top: 14px;
    left: 16px;
    transition: all 0.2s ease-in-out;
    z-index: 10;
    font-size: 15px;
}







.bg_box_steps {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 30px;
    background-color: #fbfffd;
    text-align: center;
    border-radius: 4px;
    border: solid 1px #e9e9e9;
    height: 100%;
}

.bg_box_steps h2 {
    font-size: 18px;
    color: #000;
    padding-top: 10px;
}

section.sec.insinfo {
    padding: 20px 0 50px 0;
}

.typecheckbox {
    position: relative;
}

.hpform hr {
    opacity: 0.05;
}

.circle-bx {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.qs_bx {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.form-check-input:focus {
    box-shadow: none;
}

.form-check-label {
    cursor: pointer;
    height: 100%;
}


.input-label {
    position: absolute;
    top: 14px;
    left: 16px;
    transition: all 0.2s ease-in-out;
    z-index: 10;
}

.active>.input-label {
    top: 2px;
    font-size: 13px;
    color: #ababab;
}

.input-group .input-label {
    left: 57px;
}

.login-modal-backdrop.show {
    opacity: 0.8;
}

.icon-group .icon {
    position: absolute;
    top: 14px;
    left: 15px;
}




.worldmap {
    position: relative;
}

.indicators {
    display: flex;
    justify-content: center;
}

.indicators .step-tabs {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    font-size: 14px;
    color: #97a0af;
    text-align: center;
    position: relative;
}

.indicators .step-tabs::before {
    border-radius: 50%;
    display: block;
    font-size: 10px;
    margin: 0 auto 2px;
    position: relative;
    z-index: -1;
    order: 2;
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #97a0af;
    background: #97a0af;
    outline: 5px solid #f2f7ff;
}

.indicators .step-tabs::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #b3bac5;
    left: 51%;
    top: 34px;
    z-index: -3;
}

.indicators .step-tabs:last-child::after {
    display: none;
}

.indicators .step-tabs span {
    margin-bottom: 10px;
}

.indicators .step-tabs.step-current,
.indicators .step-tabs.step-completed {
    color: #01A54F;
}

.indicators .step-tabs.step-current::before {
    border: 1px solid #01A54F;
    background: #01A54F;
}

.indicators .step-tabs.step-completed::after {
    background: #01A54F;
}

.indicators .step-tabs.step-completed::before {
    border: 1px solid #01A54F;
    background: #01A54F;
}

.travel-wizard {
    width: 80%;
    margin: 0 auto;
}

.steps {
    width: 0;
    height: 100%;
    transition: all 0.4s ease-in-out;
    display: none;
}

.steps.active {
    width: 100%;
    display: block;
    transition: all 0.4s ease-in-out;
}

.form-input.invalid {
    border: 1px solid #ec2626;
    transition: all 0.4s ease-in-out;
}

.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.4s ease-in-out;
}

.unhide {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: all 0.4s ease-in-out;
}

.cmnform {
    position: relative;
}

.cmnform .btnPrev {
    border: none;
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 40px;
}

.adtrvel .value {
    width: 85px;
}

.adtrvel .head {
    width: calc(100% - 100px);
    padding-right: 1rem;
}

.value .numCount {
    width: 100%;
    display: flex;
}

.value .numCount .bx {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    background-color: #f4f5f7;
    cursor: pointer;
}

.value .numCount .qtyValue {
    width: calc(100% - 60px);
    margin: 0 auto;
    height: auto;
    padding: 0;
    border: none;
    background-color: #fff;
    text-align: center;
    font-weight: 600;
}

.form-control.form-place {
    padding: 0 1rem;
}

.typeradio.customradio.chkright .form-check-label::before {
    left: auto;
    right: 10px;
}

.typeradio.customradio.chkright .form-check-label {
    padding: 10px 30px 10px 10px;
}

.imgcol {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 100%;
}

.hlplanModal.homeinsModal.show {
    width: 630px;
}

.hlplanModal.show .modal-dialog {
    width: 100%;
    max-width: 100%;
}

.fw-semi {
    font-weight: 500;
}

.form-group.icon-group i {
    position: absolute;
    top: 8px;
    left: 0;
    font-size: 18px;
}

.icon-group .icon {
    position: absolute;
    top: 14px;
    left: 15px;
}

/*.bg-white.box_design {
    border-radius: 10px;
    background: #fff;
    padding: 50px 40px;
    box-shadow: 0 0 15px rgba(170,170,170,.1607843137);
    align-items: center;
    flex-direction: row;
}*/
ul.app_icons li {
    padding: 0px 13px;
}

.opt_verifications {
    display: flex;
    width: 100%;
}

input.box_top {
    width: 60px;
    height: 44px;
    border: none;
    border-radius: 4px;
    text-align: center;
    font-size: 20px;
    outline: none;
    box-shadow: 0px 0px 0px 1px #dbdbdb;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

a.add_ref {
    background-color: #01a54f;
    color: #fff;
    padding: 0px 6px;
    display: inline-block;
    border-radius: 3px;
    font-size: 19px;

}

.signform .icon-group .form-control {
    padding: 11px 1rem 0 5.6rem;
}


.step_form .form-control {
    padding-left: 50px !important;
}

.step_form .input-label {
    left: 50px !important;
}

.text-success {
    color: #01A54F !important;
}

.error {
    font-size: 12px;
    color: #ff0000;
}

.pos-registrationca .cmnform .form-control {
    border-radius: 7px;
    font-size: 14px;
    height: 53px;
    padding: 0 1rem;
}

.step_form .input-label {
    left: 50px !important;
}

.select-label.input-label {
    top: 2px;
    font-size: 13px;
    font-weight: 500;
}

.web-form-icon img {
    max-width: 18px;
    max-height: 18px;
}

.travel-wizard {
    width: 80%;
    margin: 0 auto;
}

.posp-agent-regi .btn {
    min-width: inherit;
}

ul.terms_of_use li {
    list-style-type: decimal;

}

span.text-right.text-danger.fs-10 {
    font-size: 10px;
}


/*blog*/
/*.blog_page .container{max-width:100%;}*/
.blog .bolg_content {
    padding: 0 20px
}

.blog .bolg_content .blog_title {
    font-size: 18px;
    margin: 15px 0px 15px 0px;
}

.blog .blog_image {
    margin-bottom: 30px;
    overflow: hidden;
}

.blog .blogger_detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog .blogger_detail li {
    display: inline-block;
}

.blog .blogger_detail li .post_author {
    width: 170px;
}

.blog .blogger_detail li .post_author .author_name {
    width: calc(100% - 30px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blog .blogger_detail li .post_author img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.blog .blogger_detail li .post_author a {
    display: flex;
    align-items: center;
}

.blog .input-group-text {
    background-color: #05853d;
}

.blog .second_blog .form-control {
    border: solid 1px #dee2e6;
    padding: 1rem;
}

.blog .blog_image a:hover img {
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari 3-8 */
    transform: scale(1.1);
    overflow: auto
}

.blog .second_blog .latest_post li {
    display: table;
    width: 100%;
    margin-bottom: 25px;
}

.blog .second_blog .latest_post li .post_pic {
    border-radius: 4px;
    width: 80px;
    float: left;
    overflow: hidden;
}

.blog .second_blog .latest_post .post_pic a:hover img {
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari 3-8 */
    transform: scale(1.1);
    overflow: auto
}

.blog .second_blog .latest_post .post_info {
    margin-left: 95px
}

.blog .second_blog .blog_categories li {
    margin-bottom: 20px
}

.blog .second_blog .tagging_tags .tag_group {
    background-color: #fff;
    border-radius: 4px;
    color: #26292c;
    padding: 5px 10px;
    position: relative;
    margin: 0 .5rem .5rem 0;
    font-size: 14px;
    border: 1px solid #ccc;
    display: inline-block;
}

.blog .second_blog .tagging_tags .tag_group:hover {
    background-color: #05853d;
    border-color: #05853d;
    color: #fff;
}


/*blog-detais*/

.blog .blog_details_control {
    height: 110px;
}

.blog .minor_spacings {
    padding: 0 20px
}

.blog .blog_image.pics_section_space {
    padding: 20px;
    overflow: hidden
}



.formtabs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto 1.5rem;
    position: relative;
}

.formtabs li.active .circle {
    color: #fff;
    border: none;
}

.formtabs li .circle {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e8e8e8;
    border-radius: 50%;
    font-size: 25px;
    margin: 0 auto;
}

.formtabs::after {
    width: calc(100% - 160px);
    height: 2px;
    background-color: #999;
    content: "";
    position: absolute;
    left: 70px;
    top: 20px;
    z-index: -1;
}

.blog .bolg_content {
    padding: 0 20px;
    color: #000;
}

.blog .second_blog .tagging_tags .tag_group a {
    background-color: #fff;
    border-radius: 4px;
    color: #26292c;
    padding: 5px 10px;
    position: relative;
    margin: 0 0.5rem 0.5rem 0;
    font-size: 14px;
    border: 1px solid #ccc;
    display: inline-block;
}

.bolg_content p {
    color: #000;
}

.bolg_content li {
    color: #000;
}

.bolg_content table {
    margin: 10px 0 10px 0px;
    padding: 10px 20px;
}

.bolg_content table tr td {
    color: #000;
    line-height: 27px;
    padding: 8px 20px;
}

.request-call-back-form-1 .form-group .control-label,
.request-call-back-form-2 .form-group .control-label {
    display: none;
}

.request-call-back-form input[readonly] {
    background-color: #ccc;
    color: #666;
    border: 1px solid #ccc;
    cursor: not-allowed;
}

.sec-sitemap .main-content-block ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.sec-sitemap .main-content-block ul li {
    margin-bottom: 10px;
    padding: 0 1rem;
    position: relative;
}

.sec-sitemap .main-content-block ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #00ad4c;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

.sec-sitemap .main-content-block ul li a {
    font-size: 16px;
}

.sec-sitemap .main-content-block ul li a:hover {
    color: #00ad4c;
}

.sec-more-page .nwrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nwrapper .left {
    display: flex;
    align-items: center;
}

.nwrapper h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
}

.nwrapper .support {
    font-size: 20px;
    font-weight: 500;
    display: flex;
    margin: 0 0 0 2.5rem;
}

.nwrapper .support a {
    color: #fff;
}

.nwrapper .support a i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.mpages ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 1rem;
}

.mpages ul li {
    padding: 8px 5px;
    width: 25%;
}

.mpages ul li a {
    color: #0a1735;
    font-size: 14px;
}

.mpages ul li a:hover {
    color: #00ad4c;
}

.main_requested_document_page .form-control {
    height: auto;
    padding: 7px 12px;
}

.sidebarCard ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.sidebarCard ul li {
    width: 100%;
    margin-bottom: 0;
    border-bottom: solid 1px #ededed;
}

.sidebarCard ul li a {
    display: block;
    color: #0a1735;
    padding: 10px 18px;
    line-height: 1.5;
    font-size: 14px;
}

.sidebarCard ul li a:hover {
    text-decoration: underline;
    color: #01a54f;
}





ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
    background: linear-gradient(to bottom, #34ccff 0%, #ff99cc 100%);

  position: relative;
}
.footer-cta {
  border-bottom: 1px solid blue;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

