@import"https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap";

body {
    font-family: "Rethink Sans", sans-serif;
    font-size: 16px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Rethink Sans", sans-serif
}

a {
    text-decoration: none !important;
    outline: none
}

p {
    font-size: 16px;
    line-height: 1.6
}

html {
    scroll-padding-top: 59px
}

.row>* {
    position: relative
}

@media(min-width: 1400px) {
    .container {
        max-width: 1140px
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999
}

#preloader #status {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sk-chase {
    width: 50px;
    height: 50px;
    position: relative;
    animation: sk-chase 3s infinite linear both
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2s infinite ease-in-out both
}

.sk-chase-dot:before {
    content: "";
    display: block;
    width: 25%;
    height: 25%;
    background-color: #0f8541;
    border-radius: 100%;
    animation: sk-chase-dot-before 2s infinite ease-in-out both
}

.sk-chase-dot:nth-child(1) {
    animation-delay: -1.1s
}

.sk-chase-dot:nth-child(2) {
    animation-delay: -1s
}

.sk-chase-dot:nth-child(3) {
    animation-delay: -0.9s
}

.sk-chase-dot:nth-child(4) {
    animation-delay: -0.8s
}

.sk-chase-dot:nth-child(5) {
    animation-delay: -0.7s
}

.sk-chase-dot:nth-child(6) {
    animation-delay: -0.6s
}

.sk-chase-dot:nth-child(1):before {
    animation-delay: -1.1s
}

.sk-chase-dot:nth-child(2):before {
    animation-delay: -1s
}

.sk-chase-dot:nth-child(3):before {
    animation-delay: -0.9s
}

.sk-chase-dot:nth-child(4):before {
    animation-delay: -0.8s
}

.sk-chase-dot:nth-child(5):before {
    animation-delay: -0.7s
}

.sk-chase-dot:nth-child(6):before {
    animation-delay: -0.6s
}

@keyframes sk-chase {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes sk-chase-dot {

    80%,
    100% {
        transform: rotate(360deg)
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4)
    }

    100%,
    0% {
        transform: scale(1)
    }
}

.section {
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative
}

.section-sm {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    position: relative
}

.bg-overlay {
    position: absolute;
    background-color: rgba(15, 31, 62, .8);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.bg-overlay-2 {
    position: absolute;
    background-color: rgba(248, 249, 250, .9);
    backdrop-filter: blur(4px);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.title h3 {
    font-size: 26px
}

.title p.subtitle {
    letter-spacing: 4px;
    font-weight: 600;
    font-family: "Rethink Sans", sans-serif
}

.f-12 {
    font-size: 12px
}

.f-13 {
    font-size: 13px
}

.f-14 {
    font-size: 14px
}

.f-15 {
    font-size: 15px
}

.f-16 {
    font-size: 16px
}

.f-17 {
    font-size: 17px
}

.f-18 {
    font-size: 18px
}

a.text-custom:hover {
    color: #1f222b
}

.text-light-custom {
    color: #a2aeb9
}

.modal-backdrop {
    background-color: #000
}

.back-to-top-btn {
    position: fixed;
    padding: 0px 5px !important;
    bottom: 10px;
    right: 20px;
    display: none;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.back-to-top-btn i {
    font-size: 22px;
    line-height: 30px
}

#mkLightboxContainer {
    z-index: 999
}

.icon {
    height: 30px;
    width: 30px
}

.icon-bg {
    height: 40px;
    width: 40px;
    background-color: rgba(245, 137, 103, .1)
}

.icon-lg {
    height: 50px;
    width: 50px;
    background-color: rgba(245, 137, 103, .1)
}

.img-part::after {
    content: "";
    position: absolute;
    right: 128px;
    height: 300px;
    width: 300px;
    bottom: 75%;
    background-color: rgba(245, 137, 103, .4);
    margin: 0 auto;
    border-radius: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: -1
}

@media(max-width: 568.98px) {
    .img-part::after {
        display: none
    }
}

/* .form-check-input:checked {
    background-color: #0f8541;
    border-color: #0f8541
}

.form-check-input:focus {
    border: 1px solid #ced4da
} */

.btn {
    padding: 12px 25px;
    transition: all .5s;
    font-weight: 500;
    border-radius: 30px;
    font-family: "Rethink Sans", sans-serif;
    box-shadow: none !important
}

.btn.btn-sm {
    padding: 7px 18px
}

.btn.btn-primary {
    background-color: #0f8541 !important;
    border: 1px solid #0f8541 !important;
    border-bottom: 3px solid #0f8541 !important;
    color: #fff !important
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary.focus,
.btn.btn-primary:active,
.btn.btn-primary.active {
    background-color: #0f8541 !important;
    border: 1px solid #0f8541 !important;
    border-bottom: 3px solid #0f8541 !important
}

.btn.btn-outline-primary {
    border: 1px solid #0f8541 !important;
    color: #0f8541 !important
}

.btn.btn-secondary {
    background-color: #536976 !important;
    border: 1px solid #536976 !important;
    border-bottom: 3px solid #485c67 !important;
    color: #fff !important
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary.focus,
.btn.btn-secondary:active,
.btn.btn-secondary.active {
    background-color: #445661 !important;
    border: 1px solid #445661 !important;
    border-bottom: 3px solid #3e4e58 !important
}

.btn.btn-outline-secondary {
    border: 1px solid #536976 !important;
    color: #536976 !important
}

.btn.btn-info {
    background-color: #4bbbce !important;
    border: 1px solid #4bbbce !important;
    border-bottom: 3px solid #37b3c9 !important;
    color: #fff !important
}

.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info.focus,
.btn.btn-info:active,
.btn.btn-info.active {
    background-color: #34acc1 !important;
    border: 1px solid #34acc1 !important;
    border-bottom: 3px solid #31a2b5 !important
}

.btn.btn-outline-info {
    border: 1px solid #4bbbce !important;
    color: #4bbbce !important
}

.btn.btn-warning {
    background-color: #fdba45 !important;
    border: 1px solid #fdba45 !important;
    border-bottom: 3px solid #fdb12c !important;
    color: #fff !important
}

.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning.focus,
.btn.btn-warning:active,
.btn.btn-warning.active {
    background-color: #fdad22 !important;
    border: 1px solid #fdad22 !important;
    border-bottom: 3px solid #fca713 !important
}

.btn.btn-outline-warning {
    border: 1px solid #fdba45 !important;
    color: #fdba45 !important
}

.btn.btn-success {
    background-color: #283891 !important;
    border: 1px solid #283891 !important;
    border-bottom: 3px solid #11b75b !important;
    color: #fff !important
}

.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success.focus,
.btn.btn-success:active,
.btn.btn-success.active {
    background-color: #10ad57 !important;
    border: 1px solid #10ad57 !important;
    border-bottom: 3px solid #0f9f50 !important
}

.btn.btn-outline-success {
    border: 1px solid #283891 !important;
    color: #283891 !important
}

.btn.btn-danger {
    background-color: #0f8541 !important;
    border: 1px solid #0f8541 !important;
    border-bottom: 3px solid #0f8541 !important;
    color: #fff !important
}

.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger.focus,
.btn.btn-danger:active,
.btn.btn-danger.active {
    background-color: #0f8541 !important;
    border: 1px solid #0f8541 !important;
    border-bottom: 3px solid #0f8541 !important
}

.btn.btn-outline-danger {
    border: 1px solid #0f8541 !important;
    color: #0f8541 !important
}

.btn.btn-dark {
    background-color: #172574 !important;
    border: 1px solid #172574 !important;
    border-bottom: 3px solid #0a1529 !important;
    color: #fff !important
}

.btn.btn-dark:hover,
.btn.btn-dark:focus,
.btn.btn-dark.focus,
.btn.btn-dark:active,
.btn.btn-dark.active {
    background-color: #081121 !important;
    border: 1px solid #081121 !important;
    border-bottom: 3px solid #050a15 !important
}

.btn.btn-outline-dark {
    border: 1px solid #172574 !important;
    color: #172574 !important
}

.btn.btn-light {
    background-color: #f1f0ff !important;
    border: 1px solid #f1f0ff !important;
    border-bottom: 3px solid #e9ecef !important;
    color: #fff !important
}

.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light.focus,
.btn.btn-light:active,
.btn.btn-light.active {
    background-color: #e3e7eb !important;
    border: 1px solid #e3e7eb !important;
    border-bottom: 3px solid #dae0e5 !important
}

.btn.btn-outline-light {
    border: 1px solid #f1f0ff !important;
    color: #f1f0ff !important
}

.btn.btn-white {
    background-color: #fff !important;
    border: 1px solid #fff !important;
    border-bottom: 3px solid #f2f2f2 !important;
    color: #fff !important
}

.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white.focus,
.btn.btn-white:active,
.btn.btn-white.active {
    background-color: #ededed !important;
    border: 1px solid #ededed !important;
    border-bottom: 3px solid #e6e6e6 !important
}

.btn.btn-outline-white {
    border: 1px solid #fff !important;
    color: #fff !important
}

.btn.btn-light,
.btn.btn-white {
    background-color: #fff;
    border: 1px solid #fff;
    border-bottom: 3px solid #e0e0e0 !important;
    color: #0f8541 !important
}

.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light.focus,
.btn.btn-light:active,
.btn.btn-light.active,
.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white.focus,
.btn.btn-white:active,
.btn.btn-white.active {
    background-color: #ededed !important;
    border-color: #ededed !important;
    border-bottom: 3px solid #d9d9d9 !important
}

.btn.btn-outline-light,
.btn.btn-outline-white {
    border: 1px solid #fff !important;
    color: #fff !important;
    text-transform: uppercase
}

.btn.btn-outline-light:hover,
.btn.btn-outline-light:focus,
.btn.btn-outline-light.focus,
.btn.btn-outline-light:active,
.btn.btn-outline-light.active,
.btn.btn-outline-white:hover,
.btn.btn-outline-white:focus,
.btn.btn-outline-white.focus,
.btn.btn-outline-white:active,
.btn.btn-outline-white.active {
    background-color: #fff;
    color: #172574 !important
}

.modal .video-modal {
    border: 0;
    background-color: rgba(0, 0, 0, 0)
}

.modal .video-modal .video-box {
    position: relative
}

.modal .video-modal .btn-close {
    width: 26px;
    height: 26px;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 6px;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0;
    z-index: 3
}

.modal .video-modal .btn-close video:focus {
    outline: none
}

.modal .video-modal:hover .btn-close {
    opacity: .5
}

.modal .btn-close:focus {
    box-shadow: none
}

.bg-primary {
    background-color: #0f8541 !important
}

.text-primary {
    color: #0f8541 !important
}

.btn-primary {
    background-color: #0f8541 !important
}

.border-primary {
    border-color: #0f8541 !important
}

.btn-outline-primary {
    color: #0f8541 !important;
    border: 1px solid #0f8541 !important
}

.btn-outline-primary:hover {
    background-color: #0f8541 !important;
    color: #f1f0ff !important
}

.btn-outline-primary:active {
    background-color: #0f8541 !important;
    color: #f1f0ff !important
}

.btn-outline-primary:focus {
    background-color: #0f8541 !important;
    color: #f1f0ff !important
}

.bg-secondary {
    background-color: #536976 !important
}

.text-secondary {
    color: #536976 !important
}

.btn-secondary {
    background-color: #536976 !important
}

.border-secondary {
    border-color: #536976 !important
}

.btn-outline-secondary {
    color: #536976 !important;
    border: 1px solid #536976 !important
}

.btn-outline-secondary:hover {
    background-color: #536976 !important;
    color: #f1f0ff !important
}

.btn-outline-secondary:active {
    background-color: #536976 !important;
    color: #f1f0ff !important
}

.btn-outline-secondary:focus {
    background-color: #536976 !important;
    color: #f1f0ff !important
}

.bg-info {
    background-color: #4bbbce !important
}

.text-info {
    color: #4bbbce !important
}

.btn-info {
    background-color: #4bbbce !important
}

.border-info {
    border-color: #4bbbce !important
}

.btn-outline-info {
    color: #4bbbce !important;
    border: 1px solid #4bbbce !important
}

.btn-outline-info:hover {
    background-color: #4bbbce !important;
    color: #f1f0ff !important
}

.btn-outline-info:active {
    background-color: #4bbbce !important;
    color: #f1f0ff !important
}

.btn-outline-info:focus {
    background-color: #4bbbce !important;
    color: #f1f0ff !important
}

.bg-warning {
    background-color: #fdba45 !important
}

.text-warning {
    color: #fdba45 !important
}

.btn-warning {
    background-color: #fdba45 !important
}

.border-warning {
    border-color: #fdba45 !important
}

.btn-outline-warning {
    color: #fdba45 !important;
    border: 1px solid #fdba45 !important
}

.btn-outline-warning:hover {
    background-color: #fdba45 !important;
    color: #f1f0ff !important
}

.btn-outline-warning:active {
    background-color: #fdba45 !important;
    color: #f1f0ff !important
}

.btn-outline-warning:focus {
    background-color: #fdba45 !important;
    color: #f1f0ff !important
}

.bg-success {
    background-color: #283891 !important
}

.text-success {
    color: #283891 !important
}

.btn-success {
    background-color: #283891 !important
}

.border-success {
    border-color: #283891 !important
}

.btn-outline-success {
    color: #283891 !important;
    border: 1px solid #283891 !important
}

.btn-outline-success:hover {
    background-color: #283891 !important;
    color: #f1f0ff !important
}

.btn-outline-success:active {
    background-color: #283891 !important;
    color: #f1f0ff !important
}

.btn-outline-success:focus {
    background-color: #283891 !important;
    color: #f1f0ff !important
}

.bg-danger {
    background-color: #0f8541 !important
}

.text-danger {
    color: #0f8541 !important
}

.btn-danger {
    background-color: #0f8541 !important
}

.border-danger {
    border-color: #0f8541 !important
}

.btn-outline-danger {
    color: #0f8541 !important;
    border: 1px solid #0f8541 !important
}

.btn-outline-danger:hover {
    background-color: #0f8541 !important;
    color: #f1f0ff !important
}

.btn-outline-danger:active {
    background-color: #0f8541 !important;
    color: #f1f0ff !important
}

.btn-outline-danger:focus {
    background-color: #0f8541 !important;
    color: #f1f0ff !important
}

.bg-dark {
    background-color: #172574 !important
}

.text-dark {
    color: #172574 !important
}

.btn-dark {
    background-color: #172574 !important
}

.border-dark {
    border-color: #172574 !important
}

.btn-outline-dark {
    color: #172574 !important;
    border: 1px solid #172574 !important
}

.btn-outline-dark:hover {
    background-color: #172574 !important;
    color: #f1f0ff !important
}

.btn-outline-dark:active {
    background-color: #172574 !important;
    color: #f1f0ff !important
}

.btn-outline-dark:focus {
    background-color: #172574 !important;
    color: #f1f0ff !important
}

.bg-light {
    background-color: #f1f0ff !important
}

.text-light {
    color: #f1f0ff !important
}

.btn-light {
    background-color: #f1f0ff !important
}

.border-light {
    border-color: #f1f0ff !important
}

.btn-outline-light {
    color: #f1f0ff !important;
    border: 1px solid #f1f0ff !important
}

.btn-outline-light:hover {
    background-color: #f1f0ff !important;
    color: #f1f0ff !important
}

.btn-outline-light:active {
    background-color: #f1f0ff !important;
    color: #f1f0ff !important
}

.btn-outline-light:focus {
    background-color: #f1f0ff !important;
    color: #f1f0ff !important
}

.bg-white {
    background-color: #fff !important
}

.text-white {
    color: #fff !important
}

.btn-white {
    background-color: #fff !important
}

.border-white {
    border-color: #fff !important
}

.btn-outline-white {
    color: #fff !important;
    border: 1px solid #fff !important
}

.btn-outline-white:hover {
    background-color: #fff !important;
    color: #f1f0ff !important
}

.btn-outline-white:active {
    background-color: #fff !important;
    color: #f1f0ff !important
}

.btn-outline-white:focus {
    background-color: #fff !important;
    color: #f1f0ff !important
}

.navbar-custom {
    /* padding: 20px 0px; */
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all .5s ease-in-out;
    font-family: "Rethink Sans", sans-serif
}
.logo img{
    height: 50px !important;
}
.navbar-custom .navbar-nav li a {
    line-height: 26px;
    color: #fff;
    font-size: 16px;
    transition: all .5s;
    background-color: rgba(0, 0, 0, 0) !important;
    padding: 6px 0;
    margin: 0 15px;
    font-weight: 500
}

.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a.active {
    color: #0f8541 !important
}

.navbar-custom .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px
}

.navbar-custom.navbar-dark .nav-item .nav-link {
    color: #202020 
}

.navbar-custom.navbar-dark .nav-btn .nav-link {
    color: #202020 
}

.navbar-custom.navbar-dark .logo .logo-light {
    display: none
}

.navbar-custom.navbar-dark .logo .logo-dark {
    display: inline-block
}

.navbar-toggler {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #fff
}

.navbar-toggler:focus {
    outline: none
}

.navbar-btn {
    margin: 0 15px;
    font-size: 12px;
    border-color: rgba(0, 0, 0, 0);
    transition: all .5s;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase
}

.navbar-btn:hover {
    color: #fff
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: #337ab7
}

.nav-sticky.navbar-custom {
    margin-top: 0px;
    background-color: #fff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
    color: #172574 !important
}

.nav-sticky.navbar-custom .navbar-nav {
    margin-top: 0px
}

.nav-sticky.navbar-custom .navbar-nav li a {
    color: #202020 
}

.logo .logo-light {
    display: inline-block
}

.logo .logo-dark {
    display: none
}

.nav-sticky .logo .logo-dark {
    display: inline-block
}

.nav-sticky .logo .logo-light {
    display: none
}

@media(min-width: 200px)and (max-width: 768px) {
    .navbar-custom {
        margin-top: 0px;
        padding: 10px 0px !important;
        background-color: #fff !important;
        box-shadow: 0 10px 33px rgba(15, 31, 62, .1);
        color: #172574 !important
    }

    .navbar-custom .navbar-nav {
        margin-top: 0px
    }

    .navbar-custom .navbar-nav li a {
        transition: all .4s;
        color: #172574 !important;
        margin: 0px
    }

    .navbar-custom .navbar-nav li.active a {
        border-color: rgba(0, 0, 0, 0)
    }

    .navbar-custom>.container {
        width: 90%
    }

    .navbar-toggler {
        font-size: 24px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #202020 
    }

    .navbar-btn {
        margin: 0px
    }

    .logo .logo-light {
        display: none
    }

    .logo .logo-dark {
        display: block
    }
}

.hero-section {
    background-image: url("../images/live-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0
}

.marquee-content {
    display: flex;
    animation: scrolling 40s linear infinite
}

.marquee-item {
    flex: 0 0 16vw;
    margin: 0 1vw
}

.marquee-item img {
    display: block;
    width: 100%
}

@keyframes scrolling {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translatex(-144vw)
    }
}

.shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.demo-box {
    padding: 10px;
    text-align: center;
    position: relative;
    background-color: #fff;
    margin-top: 30px;
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, .15);
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    transition: all .5s ease-in-out
}

.demo-box img {
    border-radius: 8px;
    transition: all .5s ease-in-out;
    overflow: hidden
}

.demo-box:hover .demo-overlay {
    opacity: 1
}

.demo-box:hover {
    transform: translateY(-7px)
}

.demo-box img {
    width: 100%;
    height: auto;
    background-color: #fff;
    position: relative;
    top: 0
}

.demo-box>a {
    opacity: 1
}

.demo-box-title {
    margin-top: 20px;
    font-size: 20px;
    color: #000
}

.sub-title {
    font-size: 13px;
    color: #7a7d84
}

.demo-overlay {
    position: absolute;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(245, 137, 103, 0.4));
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 3px;
    opacity: 0;
    transition: all .5s ease-in-out
}

.demo-overlay .demo-btn {
    top: 50%;
    margin-top: -19px;
    position: relative
}

.demo-overlay .demo-btn .btn {
    padding: .45rem 1.1rem
}

.bg-overlay-3 {
    position: absolute;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(245, 137, 103, 0.7));
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.line::after {
    content: "";
    position: absolute;
    width: 15%;
    height: 1px;
    left: 0;
    right: 0;
    border-top: 2px dashed #0f8541;
    top: 14px;
    margin: 0 auto
}

.line small {
    z-index: 1
}

.cta-bg {
    background: url("../images/cta.jpg") fixed;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-shape {
    background-image: url("../images/bg-home.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-team {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.user-team-price ul {
    display: flex;
    align-items: center;
    margin-right: 10px;
    padding: 0
}

.user-team-price ul li:not(:first-child) {
    margin-left: -12px
}

.user-team-price ul li img {
    height: 3.3rem;
    width: 3.3rem;
    line-height: 3rem;
    border: 3px solid #fff
}

.footer-part p {
    font-size: 17px
}

.footer-part li {
    margin-bottom: 17px
}

.footer-part li a {
    font-size: 16px;
    color: #dbdcdf
}

.footer-part li a:hover {
    color: #0f8541 !important
}

.footer-part .form-button form {
    position: relative
}

.footer-part .form-button input {
    padding: 13px 16px;
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0);
    background-color: #292e49;
    color: #e3f1ff
}

.footer-part .form-button input::placeholder {
    color: #e3f1ff
}

.footer-part .form-button a {
    background-color: #292e49;
    display: inline-block;
    padding: 6px 14px;
    border-radius: 5px;
    color: #fff;
    position: absolute;
    right: 0;
    font-size: 20px
}

.footer-part .contact-f i {
    font-size: 30px;
    color: #fff;
    margin-right: 16px;
    display: flex;
    align-items: start
}

.footer-part .icon {
    background-color: #eff1f5;
    height: 40px;
    width: 40px
}

ul {
    list-style: none !important;
    padding: 0
}

.bg-home {
    position: relative;
    background-image: url("../images/bg-home.png");
    background-color: #1f222b;
    background-position: center center
}

.bg-home .home-center {
    padding: 200px 0px 150px 0px
}

.home-center {
    display: table;
    width: 100%;
    height: 100%
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle
}

.home-title h1 {
    font-size: 60px
}

.home-title h3 {
    letter-spacing: 2px
}

.home-title h5 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 4px;
    font-weight: 700
}

.play-icon-circle {
    background: #fff;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #1f222b
}

.mouse-down .down-scroll {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    z-index: 1
}

.mouse-down .down-scroll i {
    width: 48px;
    height: 48px;
    background: #fff;
    display: inline-block;
    line-height: 48px;
    border-radius: 50%;
    box-shadow: 1px 5px 40px -15px #202020 
}

.about-content h4 {
    line-height: 1.4;
    max-width: 590px
}

.feautures-icon i {
    display: inline-block;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border-radius: 7px
}

.services-icon:after {
    content: "";
    position: absolute;
    top: 13px;
    left: 37px;
    width: 42px;
    height: 42px;
    margin: 0px auto;
    border-radius: 6px;
    z-index: -2
}

.carousel-indicators {
    align-items: center
}

.carousel-indicators li {
    width: 40px !important;
    height: 40px !important;
    margin-right: 5px;
    margin-left: 5px;
    opacity: .4;
    border-radius: 50%;
    border: 3px solid #fff !important;
    box-shadow: 1px 9px 48px -15px #202020 ;
    cursor: pointer;
    overflow: hidden;
    transition: all .5s
}

.carousel-indicators .active {
    opacity: 1
}

.team-box {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 50px rgba(41, 46, 73, .03), 0 10px 40px rgba(0, 0, 0, .03)
}

.pricing-header h4 {
    letter-spacing: 2px
}

.pricing-table {
    border-radius: 12px;
    border: 2px solid rgba(15, 31, 62, .04)
}

.client-images img {
    max-height: 94px;
    width: auto !important;
    margin: 10px auto;
    opacity: .6;
    transition: all .5s
}

.client-images img:hover {
    opacity: .9
}

@media(min-width: 200px)and (max-width: 768px) {
    .home-title h3 {
        font-size: 26px
    }

    .mouse-down .down-scroll {
        top: 99px
    }

    .pull-none {
        float: none !important;
        text-align: center
    }
}

@media(max-width: 425px) {
    .watch-video>a span {
        display: none
    }

    .carousel-inner {
        min-height: 385px
    }

    .carousel-indicators li {
        width: 50px;
        height: 50px
    }

    .carousel-indicators .active {
        width: 70px;
        height: 70px
    }
}

.custom-form .form-control {
    height: 45px;
    padding: .375rem 1.1rem;
    font-size: 14px;
    border-width: 2px
}

.custom-form .form-control:focus {
    outline: 0;
    box-shadow: none
}

.custom-form textarea.form-control {
    height: auto
}

.form-control:focus {
    border-color: #dbdcdf
}

.bg-home-agency {
    background-image: linear-gradient(#ffefed 2px, transparent 2px), linear-gradient(to right, #ffefed 2px, transparent 2px);
    background-size: 85px 85px
}

.bg-home-agency::before {
    content: "";
    position: absolute;
    top: 0;
    left: 67%;
    bottom: 0;
    right: 0;
    background-color: rgba(97, 247, 177, 0.2)
}

.bg-home-agency .home-center {
    padding: 150px 0px 100px 0px;
}
.bg-other-agency .home-center {
    padding-top: 100px;
}
.bg-other-agency {
    background-image: linear-gradient(#ffefed 2px, transparent 2px), linear-gradient(to right, #ffefed 2px, transparent 2px);
    background-size: 85px 85px;
}
.agency-home-title {
    max-width: 780px
}

.play-icon {
    height: 74px;
    width: 74px;
    line-height: 74px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #fff
}

.agency-about-img {
    position: relative
}

.agency-about-img img {
    border-radius: 12px
}

.agency-about-img-desc {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background: rgba(0, 0, 0, .7)
}

.agency-services-box {
    overflow: hidden
}

.agency-services-icon i {
    font-size: 36px;
    color: #6c757d
}

.container-filter li {
    list-style: none
}

.container-filter li a {
    display: block;
    font-size: 12px;
    color: #6c757d !important;
    background: #e3f1ff;
    border: 1px solid #eceff2;
    padding: 17px 15px;
    margin: 18px 3px;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    border-radius: 7px;
    -webkit-transition: all .6s
}

.container-filter li a:hover,
.container-filter li a.active,
.busi-container-filter li a:hover,
.busi-container-filter li a.active {
    color: #fff !important;
    border: 1px solid
}

.item-box {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 8px
}

.item-box a {
    display: inline-block
}

.item-box:hover .item-mask {
    opacity: 1;
    visibility: visible;
    cursor: pointer
}

.item-box:hover .item-mask .item-caption {
    bottom: 50%;
    transform: translateY(50%);
    opacity: 1
}

.item-box:hover .item-container {
    transform: scale(1.1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    width: 100%
}

.item-container {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s
}

.item-mask {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .7);
    position: absolute;
    transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    border-radius: 8px
}

.item-mask p {
    font-size: 11px;
    letter-spacing: 1.5px;
    font-weight: 500;
    margin: 0
}

.item-mask .item-caption {
    position: absolute;
    bottom: -60px;
    left: 0px;
    right: 0px;
    padding-left: 30px;
    padding-right: 30px;
    transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    opacity: 0
}

.filter-box {
    display: none
}

.show {
    display: block
}

.tab-active:hover {
    background-color: #ddd
}

.tab-active.active {
    background-color: #666;
    color: #fff
}

.pricing-table-agency {
    box-shadow: 0 10px 50px rgba(15, 31, 62, .03), 0 10px 40px rgba(0, 0, 0, .03);
    border-radius: 12px
}

.pricing-title {
    overflow: hidden
}

.bg-home-2 {
    padding: 100px 0;
    background-image: url("../images/bg-home-2.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-home-2 .main-top-img {
    position: relative
}

.bg-home-2 .main-top-img .chat-img {
    position: absolute;
    top: 30%;
    left: 0
}

@media(max-width: 1523px) {
    .bg-home-2 .main-top-img .chat-img {
        display: none !important
    }
}

.startup-about-img img {
    border-radius: 12px
}

.play {
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    transform: translateY(-50%)
}

.testi-startup {
    box-shadow: 0 10px 50px rgba(124, 139, 173, .03), 0 10px 40px rgba(0, 0, 0, .03)
}

.testi-icon i {
    line-height: .6
}

.startup-team-box {
    position: relative;
    border-radius: 8px;
    overflow: hidden
}

.startup-team-content {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, .7)
}

.startup-pricing-table {
    border-radius: 12px;
    border: 2px solid rgba(15, 31, 62, .04);
    border-top: 16px solid rgba(15, 31, 62, .04)
}

.startup-pricing-table-active {
    border-radius: 12px;
    border: 2px solid;
    border-top: 16px solid
}

.subscribe .form-control {
    padding: 10px 20px;
    border-width: 2px;
    border-color: #fff !important;
    height: 46px
}

.subscribe .form-control:focus {
    outline: 0;
    box-shadow: none
}

@media(max-width: 425px) {
    .bg-home-start-up .mouse-down a {
        top: 35px
    }
}

.bg-home-3 {
    background-image: url("../images/business.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0;
    position: relative
}

.busi-services-box {
    box-shadow: 0 10px 50px rgba(41, 46, 73, .03), 0 10px 40px rgba(0, 0, 0, .03)
}

.busi-about-content h3 {
    max-width: 660px;
    line-height: 1.4
}

.busi-services-icon i {
    position: absolute;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    top: 24px;
    right: 48px;
    border-radius: 50%
}

.busi-container-filter li {
    list-style: none;
    display: inline-block
}

.busi-container-filter li a {
    display: block;
    font-size: 11px;
    color: #6c757d !important;
    background-color: #e3f1ff;
    border: 1px solid #eceff2;
    padding: 0px 15px;
    margin: 5px 3px;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    line-height: 34px;
    border-radius: 3px;
    -webkit-transition: all .6s
}

.busi-testi-box {
    box-shadow: 0 10px 50px rgba(41, 46, 73, .03), 0 10px 40px rgba(0, 0, 0, .03)
}

.busi-testi-icon i {
    position: absolute;
    right: 30px;
    top: -18px;
    color: #e9ecef
}

.busi-team-img img {
    border-radius: 8px;
    max-width: 120px
}

.bg-home-software {
    position: relative;
    background-size: cover;
    background-image: url("../images/map-bg.png");
    background-color: rgba(245, 137, 103, .05);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.bg-home-software .home-center {
    padding: 230px 0px 180px 0px
}

.bg-soft {
    background-image: url("../images/bg-software.png");
    background-color: #1f222b
}

.soft-features-box p {
    overflow: hidden
}

.soft-feautures-content h4 {
    line-height: 1.4
}

.soft-team-content {
    position: relative;
    bottom: 30px;
    box-shadow: 0 10px 50px rgba(41, 46, 73, .03), 0 10px 40px rgba(0, 0, 0, .03);
    border-bottom: 2px solid
}

.testi-slider .soft-testi-box {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, transparent 75%, transparent, transparent 75%, transparent);
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 8px
}

.testi-slider .soft-testi-icon i {
    color: #fff;
    background: rgba(255, 255, 255, .3);
    width: 56px;
    height: 56px;
    display: inline-block;
    text-align: center;
    line-height: 56px
}

.client-slider .tns-outer .tns-nav {
    margin-top: 50px;
    text-align: center
}

.tns-outer .tns-nav button {
    height: 7px;
    width: 20px !important;
    border-radius: 30px;
    margin: 0 6px;
    padding: 0;
    border: none;
    background-color: #6c757d;
    opacity: .5
}

.tns-outer .tns-nav button.tns-nav-active {
    opacity: 1
}

.tns-outer .tns-nav button:focus {
    outline: none
}

.soft-pricing-price h5 {
    height: 94px;
    width: 94px;
    line-height: 94px;
    display: inline-block;
    border-radius: 50%
}

@media(min-width: 200px)and (max-width: 768px) {

    .home-title h1,
    .startup-home-title h1,
    .soft-home-title h2,
    .agency-home-title h1,
    .busi-home-title h2 {
        font-size: 36px
    }
}

.main-img {
    position: relative
}

.main-img .card-img-1 {
    position: absolute;
    top: 3%;
    filter: drop-shadow(0px 5px 10px #e6e6e6);
    border-radius: 10px
}

@media(max-width: 1656.98px) {
    .main-img .card-img-1 {
        display: none
    }
}

.main-img .card-img-2 {
    position: absolute;
    bottom: 70%;
    right: 100%;
    filter: drop-shadow(0px 5px 10px #e6e6e6);
    border-radius: 10px
}

@media(max-width: 1656.98px) {
    .main-img .card-img-2 {
        display: none
    }
}

.main-img .card-img-3 {
    position: absolute;
    top: 80%;
    left: 100%;
    filter: drop-shadow(0px 5px 10px #e6e6e6);
    border-radius: 10px
}

@media(max-width: 1656.98px) {
    .main-img .card-img-3 {
        display: none
    }
}

.main-img .card-img-4 {
    position: absolute;
    top: 74%;
    right: 90%;
    filter: drop-shadow(0px 5px 10px #e6e6e6);
    border-radius: 10px
}

@media(max-width: 1656.98px) {
    .main-img .card-img-4 {
        display: none
    }
}

.main-img .arrow-img {
    position: absolute;
    top: 38%;
    right: 100%;
    opacity: .5
}

@media(max-width: 1656.98px) {
    .main-img .arrow-img {
        display: none
    }
}

.main-img .arrow-img-2 {
    position: absolute;
    bottom: 100%;
    left: 100%;
    opacity: .5
}

@media(max-width: 1656.98px) {
    .main-img .arrow-img-2 {
        display: none
    }
}

.bg-home-app {
    position: relative;
    background-color: rgba(245, 137, 103, .05);
    background-image: url("../images/bg-img-5.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-home-app .home-center {
    padding: 189px 0px 180px 0px
}

.app-home-title h1 {
    line-height: 1.4
}

.bg-app-overlay {
    position: absolute;
    background: url("../images/bg-app-overlay.png");
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover
}

.swiper {
    width: 100%;
    height: 100%
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.app-features-box {
    box-shadow: 0 10px 50px rgba(41, 46, 73, .03), 0 10px 40px rgba(0, 0, 0, .03);
    border-radius: 5px
}

.app-border-right {
    border-right: 3px solid
}

.app-border-left {
    border-left: 3px solid
}

.arrow-right {
    position: absolute;
    right: 1px;
    border-left: 14px solid;
    border-top: 14px solid rgba(0, 0, 0, 0);
    border-bottom: 14px solid rgba(0, 0, 0, 0)
}

.arrow-left {
    position: absolute;
    left: 1px;
    border-right: 14px solid;
    border-top: 14px solid rgba(0, 0, 0, 0);
    border-bottom: 14px solid rgba(0, 0, 0, 0)
}

.bg-app-gradient {
    background: linear-gradient(to right, #292E49, #6c757d)
}

.screenshot-item {
    padding: 0 15px
}

.screenshot-img {
    border: 10px solid #fff;
    display: block;
    box-shadow: 0 1px 15px rgba(124, 139, 173, .35)
}

.screenshot-demo-slider .tns-outer .tns-nav {
    margin-top: 8px;
    text-align: center
}

.screenshot-slider .tns-item {
    padding: 0 !important
}

.mfp-arrow {
    background-color: rgba(0, 0, 0, 0);
    outline: none !important
}

.app-testi-icon i {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: rgba(245, 137, 103, .5);
    border-radius: 50%
}

.testimonial-slider .tns-outer .tns-nav {
    text-align: center
}

.app-team-box {
    position: relative;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    overflow: hidden
}

.app-team-box:hover .app-team-overlay {
    opacity: 1;
    visibility: visible
}

.app-team-box:hover .app-team-content {
    bottom: 50%;
    transform: translateY(50%);
    opacity: 1
}

.app-team-box-img>img {
    width: 100%;
    border-radius: 6px
}

.app-team-overlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, .7);
    position: absolute;
    transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    border-radius: 8px
}

.app-team-content {
    position: absolute;
    bottom: -60px;
    left: 0px;
    right: 0px;
    padding-left: 30px;
    padding-right: 30px;
    transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    opacity: 0
}

.app-team-social-icon a {
    height: 35px;
    width: 35px;
    display: inline-block;
    line-height: 33px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all .5s
}

.app-team-social-icon a:hover {
    border: 1px solid
}

.app-pricing-table {
    box-shadow: 0 10px 50px rgba(41, 46, 73, .03), 0 10px 40px rgba(0, 0, 0, .03);
    border-radius: 8px
}

@media(min-width: 200px)and (max-width: 768px) {
    .bg-home-app {
        height: auto
    }

    .arrow-left,
    .arrow-right {
        display: none
    }

    .app-home-title h1 {
        font-size: 30px
    }
}

.text-custom,
.btn-outline,
.open>.dropdown-toggle.btn-primary,
.btn-white,
.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.focus,
.open>.dropdown-toggle.btn-outline-white,
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.focus,
.open>.dropdown-toggle.btn-white,
.navbar-btn,
.navbar-custom .navbar-nav li.active a,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active,
.nav-sticky.navbar-custom .navbar-nav li.active a,
.nav-sticky.navbar-custom .navbar-nav li a:hover,
.nav-sticky.navbar-custom .navbar-nav li a:active,
.busi-team-icons li a:hover {
    color: #0f8541
}

.bg-custom,
.btn-primary,
.navbar-btn:hover,
.play-icon,
.container-filter li a:hover,
.container-filter li a.active,
.busi-container-filter li a:hover,
.busi-container-filter li a.active,
.footer-startup .footer-icons li a:hover,
.app-team-social-icon a:hover {
    background: #0f8541
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.open>.dropdown-toggle.btn-primary,
.container-filter li a:hover,
.container-filter li a.active,
.footer-startup .footer-icons li a:hover,
.busi-container-filter li a:hover,
.busi-container-filter li a.active,
.app-team-social-icon a:hover {
    border-color: #0f8541
}

.app-border-right {
    border-right: 3px solid #0f8541
}

.app-border-left {
    border-left: 3px solid #0f8541
}

.arrow-right {
    border-left: 14px solid #0f8541
}

.arrow-left {
    border-right: 14px solid #0f8541
}

.startup-pricing-table-active {
    border: 2px solid rgba(245, 137, 103, .4);
    border-top: 16px solid rgba(245, 137, 103, .4)
}

.soft-team-content {
    border-bottom: 2px solid #0f8541
}

.navbar-btn {
    background-color: rgba(245, 137, 103, .2)
}

.feautures-icon i,
.app-testi-icon i,
.services-icon:after,
.busi-services-icon i {
    background: #fff
}

.testi-icon i {
    color: #fff
}

.btn-primary {
    border-bottom: 3px solid #0f8541
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.open>.dropdown-toggle.btn-primary {
    background-color: #0f8541;
    border-color: #0f8541;
    border-bottom-color: #0f8541
}

.spinner {
    border-left: 5px solid #0f8541
}
.bg-white{
    background: #ffffff;
}
.dob-wrapper {
    position: relative;
  }

  .dob-placeholder {
    position: absolute;
    top: 10px;
    left: 15px;
    pointer-events: none;
    transition: 0.2s;
    color: #7f7873 ! Important;
    font-size: 16px;
    font-weight: 400;
  }

  .dob-wrapper.hide-placeholder .dob-placeholder {
    display: none;
  }
  .accordion-body ul li a {
  color: black;
  font-weight: 700;
}
.faq-section .accordion {
  width: 100%;
}

.accordion-button:not(.collapsed) {
  /* background-color: #c5e5d8;*/
  background-color: var(--secondary-text);
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: none;
}
.lh-base{
    color: #283891 !important;
}
.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:before {
  content: "";
  position: absolute;
  /*   right: 0.75rem; */
  right: 0.75rem;
  top: 1.25rem;
  height: 2px;
  width: 1rem;
  background-color: var(--primary-text);
}
.accordion-button.collapsed:after {
  content: "";
  position: absolute;
  /*   right: 1.1875rem; */
  right: 1.1875rem;
  top: 0.8125rem;
  height: 1.0625rem;
  width: 0.125rem;
  border-style: none;
  background-color: var(--primary-text);
}

.faq-section .accordion-button h5 {
  /*   color: #7dbc9e; */
  color: var(--primary-text);
  margin-right: 13px;
}
.accordion-body {
  background-color: var(--secondary-text);
}
/* button:focus:not(:focus-visible) {
    outline: 0;
} */

/* list */
ul {
  list-style-type: none;
  list-style-type: disc; /* Default bullet points for ul */
  margin-left: 20px;
}
ul li {
  margin-bottom: 5px;
}
.accordion-body ol {
  counter-reset: step-counter;
  list-style-type: none;
  padding-left: 0;
}

.accordion-body ol > li {
  counter-increment: step-counter; /* Increment custom counter */
  margin-bottom: 10px;
}

.accordion-body ol > li::before {
  content: "Steps " counter(step-counter) ": "; /* Custom prefix */
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  /*   .faq-section .accordion {
    width: 50%;
    margin: 0 auto;
  } */

  .accordion-button:before {
    right: 0.75rem;
  }

  .accordion-button.collapsed:after {
    right: 1.1875rem;
  }

  .faq-section .accordion-button h5 {
    margin-right: 0px;
  }
}
.bg-gray{
    background-color: #f2f2f2;
}
.accordion-header, .accordion-button{
    background-color: #f2f2f2 !important; 
}
/*** 
=============================================
    Main Contact Form Area Css
=============================================
***/
.main-contact-form-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 100px 0px 140px;
    z-index: 10;
}

.main-contact-form-area.pdb100 {
    padding-bottom: 100px;
}


.contact-info-box-style1 {
    position: relative;
    display: block;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    padding: 41px 50px 1px;
    margin-right: -30px;
}

.contact-info-box-style1 .box1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 330px;
    height: 310px;
    background-color: var(--thm-base);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    z-index: -1;
}


.contact-info-box-style1 .title {
    position: relative;
    display: block;
    margin-bottom: 43px;
}

.contact-info-box-style1 .title h2 {
    font-size: 36px;
    line-height: 46px;
}

.contact-info-box-style1 .title p {
    font-size: 18px;
    line-height: 28px;
    margin: 11px 0 0;
}


.contact-info-1 {
    position: relative;
    display: block;
    border: 1px solid #f2ece7;
    padding: 50px 40px 43px;
    margin-right: -100px;
    background: #fff;
    z-index: 2;
}

.contact-info-1 li {
    position: relative;
    display: block;
    padding-left: 90px;
}

.contact-info-1 li+li {
    margin-top: 32px;
}

.contact-info-1 li .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background-color: #f7f1eb;
    border: 1px solid #f7f1eb;
    border-radius: 50%;
    color: var(--thm-black);
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.contact-info-1 li:hover .icon {
    color: var(--thm-base);
    background-color: #ffffff;
}

.contact-info-1 li .text {
    position: relative;
    display: block;
}

.contact-info-1 li .text p {
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 7px;
}

.contact-info-1 li .text h3 {
    font-size: 16px;
    line-height: 30px;
}

.contact-info-1 li .text h3 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.contact-info-1 li .text h3 a:hover {
    color: var(--thm-base);
}



.contact-info-box-style1 .bottom-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0 40px;
}

.contact-info-box-style1 .bottom-box .btn-box {
    position: relative;
    display: block;
}

.contact-info-box-style1 .bottom-box .btn-box a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--thm-font-2);
}

.contact-info-box-style1 .bottom-box .btn-box a i {
    position: relative;
    display: inline-block;
    padding-right: 5px;
    top: 1px;
}


.contact-info-box-style1__single .social-link {
    position: relative;
    display: block;
}

.contact-info-box-style1__single .social-link li {
    position: relative;
    display: inline-block;
    margin-right: 16px;
}

.contact-info-box-style1__single .social-link li:last-child {
    margin-right: 0px;
}

.contact-info-box-style1__single .social-link li a {
    position: relative;
    display: block;
    color: var(--thm-gray);
    font-size: 15px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.contact-info-box-style1__single .social-link li a:hover {
    color: var(--thm-base);
}




.contact-form {
    position: relative;
    display: block;
    
    padding-top: 43px;
    padding-left: 100px;
    padding-bottom: 50px;
    padding-right: 50px;
}

.contact-form form {
    position: relative;
    display: block;
}

.contact-form form .form-group {
    position: relative;
    display: block;
    padding-bottom: 19px;
}

.contact-form form .form-group label {
    position: relative;
    top: 0px;
    color: var(--thm-black);
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    font-family: var(--thm-font-2);
    margin: 0 0 12px;
}

.contact-form form .input-box {
    position: relative;
    display: block;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #e2deda;
    width: 100%;
    height: 52px;
    color: #7f7873;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    padding-left: 21px;
    padding-right: 20px;
    border-radius: 0px;
    transition: all 500ms ease;
    font-family: var(--thm-font);
}

.contact-form form input[type="text"]:focus,
.contact-form form input[type="email"]:focus,
.contact-form form textarea:focus {
    border: 1px solid var(--thm-base);
    outline: none;
}

.contact-form form textarea {
    height: 108px;
    padding-top: 12px;
    padding-left: 21px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.contact-form form input[type="text"]::-webkit-input-placeholder {
    color: #7f7873;
}

.contact-form form input[type="text"]:-moz-placeholder {
    color: #7f7873;
}

.contact-form form input[type="text"]::-moz-placeholder {
    color: #7f7873;
}

.contact-form form input[type="text"]:-ms-input-placeholder {
    color: #7f7873;
}


.contact-form form input[type="email"]::-webkit-input-placeholder {
    color: #7f7873;
}

.contact-form form input[type="email"]:-moz-placeholder {
    color: #7f7873;
}

.contact-form form input[type="email"]::-moz-placeholder {
    color: #7f7873;
}

.contact-form form input[type="email"]:-ms-input-placeholder {
    color: #7f7873;
}


.contact-form form textarea::-webkit-input-placeholder {
    color: #7f7873;
}

.contact-form form textarea:-moz-placeholder {
    color: #7f7873;
}

.contact-form form textarea::-moz-placeholder {
    color: #7f7873;
}

.contact-form form textarea:-ms-input-placeholder {
    color: #7f7873;
}

.contact-form form .button-box {
    position: relative;
    display: block;
    padding-top: 6px;
}

.contact-form form .button-box button {
    color: #ffffff;
}

.contact-form form .button-box button:after {
    background-color: var(--thm-base);
}

.contact-form form .button-box button:before {
    background-color: var(--thm-black);
}



/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
    position: relative;
    display: block;
    background: #ffffff;
}

.google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 680px;
    width: 100%;
    mix-blend-mode: luminosity;
}


.google-map-content-box {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 100;
}

.branch-atm-tab {
    position: relative;
    display: block;
}

.branch-atm-tab__button {
    position: relative;
    display: flex;
    align-items: center;
    background: #1a1c23;
    padding: 20px 40px 20px;
    margin-bottom: 100px;
}

.branch-atm-tab__button .tabs-button-box {
    position: relative;
    display: block;
    width: 200px;
}

.branch-atm-tab__button .tabs-button-box .tab-btn-item {
    position: relative;
    display: block;
    float: left;
    margin-right: 25px;
}

.branch-atm-tab__button .tabs-button-box .tab-btn-item:last-child {
    margin-right: 0;
}

.branch-atm-tab__button .tabs-button-box .tab-btn-item h5 {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    cursor: pointer;
}

.branch-atm-tab__button .tabs-button-box .tab-btn-item h5:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 2px solid #b8b4b1;
    border-radius: 50%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.branch-atm-tab__button .tabs-button-box .tab-btn-item:hover h5:before,
.branch-atm-tab__button .tabs-button-box .tab-btn-item.active-btn-item h5:before {
    border-color: var(--thm-base);
}

.branch-atm-tab__button .tabs-button-box .tab-btn-item h5:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 5px;
    width: 5px;
    height: 5px;
    background: var(--thm-base);
    border-radius: 50%;
    transform: scale(0);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.branch-atm-tab__button .tabs-button-box .tab-btn-item:hover h5:after,
.branch-atm-tab__button .tabs-button-box .tab-btn-item.active-btn-item h5:after {
    transform: scale(1.0);
}



.branch-atm-tab__button .location-search-box {
    position: relative;
    flex: 1;
}

.location-search-box {
    position: relative;
    display: block;
}

.location-search-box form.search-form {
    position: relative;
    display: block;
    width: 100%;
}

.location-search-box form.search-form .input-box {
    position: relative;
    display: block;
}

.location-search-box .search-form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    background-color: #1a1c23;
    border: 1px solid #1a1c23;
    border-left: 1px solid #3c3d43;
    color: #b8b4b1;
    font-size: 16px;
    font-weight: 400;
    padding-left: 45px;
    padding-right: 130px;
    border-radius: 0px;
    font-family: var(--thm-font);
    transition: all 500ms ease 0s;
}

.location-search-box form.search-form .input-box .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    color: #b8b4b1;
    font-size: 18px;
}

.location-search-box .search-form button {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 120px;
    height: 45px;
    color: var(--thm-black);
    font-size: 18px;
    line-height: 45px;
    font-weight: 500;
    font-family: var(--thm-font-2);
    background: #ffffff;
    text-align: center;
    border: 0px solid #e7e7e8;
    transition: all 500ms ease 0s;
}

.location-search-box .search-form input[type="text"]:focus {
    color: #ffffff;
}

.location-search-box .search-form input[type="text"]:focus+button,
.location-search-box .search-form button:hover {
    color: var(--thm-base);
}

.location-search-box .search-form input::-webkit-input-placeholder {
    color: #b8b4b1;
}

.location-search-box .search-form input:-moz-placeholder {
    color: #b8b4b1;
}

.location-search-box .search-form input::-moz-placeholder {
    color: #b8b4b1;
}

.location-search-box .search-form input:-ms-input-placeholder {
    color: #b8b4b1;
}



.branch-atm-tab .tabs-content-box {
    position: relative;
    display: block;
}

.branch-atm-tab .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.branch-atm-tab .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.branch-atm-tab .tab-content-box-item .branch-atm-tab-content-box-item {
    opacity: 0;
    transform: scaleY(1.0) translateY(-10px);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.branch-atm-tab .tab-content-box-item.tab-content-box-item-active .branch-atm-tab-content-box-item {
    opacity: 1.0;
    transform: scaleY(1) translateY(0px);
}



.branch-atm-tab-content-box-item {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    padding: 38px 40px 33px;
    z-index: 1;
}

.branch-atm-tab-content-box-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-image: -moz-linear-gradient(0deg, rgb(138, 15, 61) 0%, rgb(207, 23, 60) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(138, 15, 61) 0%, rgb(207, 23, 60) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(138, 15, 61) 0%, rgb(207, 23, 60) 100%);
    z-index: -1;
}

.branch-atm-tab-content-box-item .inner-title {
    position: relative;
    display: block;
    padding-bottom: 22px;
    border-bottom: 1px solid #f2ece7;
}

.branch-atm-tab-content-box-item .inner-title h3 {
    font-size: 22px;
    line-height: 30px;
}

.branch-atm-tab-content-box-item ul {
    position: relative;
    display: block;
    padding-top: 26px;
}

.branch-atm-tab-content-box-item ul li {
    position: relative;
    display: block;
    margin-bottom: 19px;
}

.branch-atm-tab-content-box-item ul li:last-child {
    margin-bottom: 0;
}

.branch-atm-tab-content-box-item ul li h3 {
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 0 9px;
}

.branch-atm-tab-content-box-item ul li p {
    color: #7f7873;
}

.branch-atm-tab-content-box-item ul li p a {
    color: #7f7873;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.branch-atm-tab-content-box-item ul li p a:hover {
    color: var(--thm-base);
}


.form_title h3{
    padding: 20px;
    text-align: center;
}

.form_title p{
    padding: 0px 20px;
    text-align: center;
}

.style-white{
    margin: 10px 0px;
    
}
.form-control{
   border-bottom: 1px solid #807e7e;
   margin-top: 20px !important;
   height: 45px !important;
   display: block;
    width: 100%;
   
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: none !important;
    background-clip: none !important;
    margin-left: 10px;
    border-radius: none !important;;
    transition: none !important;
}
.contact-form2{
    margin-right: 20px;
}
.ptb-20{
    padding-top: 20px;
}
.ml-4{ margin-left: 20px;
margin-top: 10px;
margin-bottom: 10px;
}
.faq-area .accordion-item {
  border: none;
  background: var(--color-white);
  border-radius: 50px;
  margin-bottom: 30px;
  box-shadow: var(--box-shadow);
}

.faq-area .accordion-button {
  border-radius: 0px;
  background: transparent;
  font-weight: 600;
  font-size: 17px;
  color:  #202020;
  box-shadow: none;
}

.faq-area .accordion-button::after{
  content: "\f107";
  background: none;
  color: var(--theme-color);
  font-size: 0px;
  font-weight: 500;
  font-family: 'Font Awesome 6 pro';
  width: unset;
  height: unset;
  margin-right: 3px;
}

.faq-area .accordion-button:not(.collapsed) {
  color: var(--theme-color);
  background: transparent;
  border-bottom: 1px dashed var(--theme-color);
  box-shadow: none;
}

.faq-area .accordion-button:not(.collapsed)::after{
  content: "\f107";
  transform: rotate(-180deg);
}

.faq-area .accordion-button span {
  width: 45px;
    height: 45px;
    margin-right: 15px;
    background: #0f8541;
    border-radius: 50%;
   
    font-size: 34px;
    color: #fff;
    padding-left: 4px;
}

.faq-area .accordion-button span i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50px;
  background: var(--theme-color);
  text-align: center;
  color: var(--color-white);
}

.faq-area .accordion-body{
  color: var(--color-dark);
  font-weight: 500;
}

@media all and (max-width: 991px) {
  .faq-area .faq-content {
    margin-bottom: 50px;
  }

  .faq-area .accordion-button {
    font-size: 16px;
  }
}

.accordion-header, .accordion-button {
    background-color: #f2f2f2 !important;
    border-radius: 10px !important;
}
.charges-cont{
  display: flex;
  flex-wrap: wrap;
  background-color: #f3f1f1;
  /* padding: 10px 50px; */
    padding-bottom: 40px;
}

.charge-inner-cont{
    /* border:1px solid #000; */
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-top: 20px;
    padding-top: 20px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.laon-dt-1{
  padding-bottom: 20px;
    padding-top: 20px;
    display: inline-block;
   
}
.laon-key{
  color: #000;
    padding: 10px;
    border-radius: 0px 10px 10px 10px;
    text-align: center;
    border: 1px solid #000;
    font-weight: 500;
}
.laon-value{
  /* background-color: #3f423f; */
    color: #000;
    padding: 10px;
    min-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 10px 10px 10px;

}

.culculated-value{
  font-size: 18px;
  text-align: center;
    background-color: #4a605b;
  
    color: #fff;
    font-weight: 100;
    width: 100%;
}

.last-para-34{
    /* padding: 10px; */
    background-color: #fff;
    height: 100%;
    /* border: 1px solid #c9c9c9; */
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.05);
}


.subtitle-bottom-1{
  /* text-align: center; */
    font-size: 20px;
    /* background-color: #ffa50047; */
    color: #000;
    padding: 20px;
    margin: 0px;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 1px solid #c8c8c8;
    padding-left: 25px;
}

.readmore{
  color: #484848;
    font-weight: 500;
}
.rdmore .moretext{
display: none;
}
.block-title__tagline {
    text-transform: uppercase;
    color: #0f8541 ;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1;
    letter-spacing: 0;
    position: relative;
    top: -1px;
}

.block-title__tagline::before {
    margin-right: 6px;
}
.block-title__tagline::after, .block-title__tagline::before {
    position: relative;
    top: -1px;
    content: '||';
    font-size: 10px;
}
.block-title {
    margin-bottom: 30px;
}
.block-title__tagline::after {
    margin-left: 6px;
}
#rate img{
    width: 60px !important;
    text-align: center !important;
}
.charge-inner-cont1{
    /* border:1px solid #000; */
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
   
    border-radius: 5px;
    margin-top: 20px;
    padding: 20px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.charge-inner-cont1 h3{
    font-size: 22px;
    padding: 10px 0px;
}
.box-outer-ct-5 {
    padding: 45px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    background-color: #fff;
}
.comman-ft-page-hd {
    font-size: 20px;
    font-weight: 500;
    color: #0f8541;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    text-transform: capitalize;
}
.logo1 img{
    height: 50px !important;
}
.color-white{
    color: #dbdcdf;
}

.rotating-border-btn {
    border-radius: 0.5rem;
    padding: 5px 10px;
    color: #4E4E4E;
    cursor: pointer;
    display: inline-block;
    position: relative;
    border: solid 1px transparent;
    transition: color 0.5s ease, background 0.5s ease, opacity 0.5s ease;

    /* Defining CSS Variables */
    --border-angle: 0deg;
    --main-bg: conic-gradient(from var(--border-angle), #fff, #fff 5%, #fff 60%, #fff 95%);
    --gradient-border: conic-gradient(from var(--border-angle), transparent 0%, #707070, #707070 99%, transparent);

    background: var(--main-bg) padding-box, var(--gradient-border) border-box;
    background-position: center center;
    animation: bg-spin 3s linear infinite;
}

/* Fixing improper nesting */
.rotating-border-btn svg,
.rotating-border-btn p {
    color: #FFFFFF !important;
}

.rotating-border-btn svg path {
    stroke: #FFFFFF !important;
}

/* Animation */
@keyframes bg-spin {
    to {
        --border-angle: 1turn;
    }
}

/* WebKit support */
@-webkit-keyframes bg-spin {
    to {
        --border-angle: 1turn;
    }
}

/* CSS Custom Property Declaration */
@property --border-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
}





.shake1, .shake2 {
    
    animation: none;
  }

  .shake2 {
    transform: translateX(0); /* Initial position */
    transition: transform 0.5s ease; /* Adjust duration and easing as needed */
  }
  
 
  .shake1 {
    transform: translateX(0); /* Initial position */
    transition: transform 0.5s ease; /* Adjust duration and easing as needed */
  }


  .rounded-circle {
    border-radius: 50% !important;
    padding: 10px 20px;
    margin-top: -27px;
}


@media only screen and (max-width: 900px) and (min-width: 200px) {
.result-box {
    grid-column: span 3;
    padding: 10px;
    background: #e3f2fd;
    border-radius: 5px;
    text-align: left;
    margin-top: 25px;
}
}

  @media only screen and (max-width: 2000px) and (min-width: 900px) {

   
    .rounded-circle {
        border-radius: 50% !important;
        padding: 10px 20px;
        margin-top: -27px;
    }
 
    .container1 {
        background: #fff!important;
        padding: 20px;
        max-width:100%;
        margin: auto;
        border-radius: 8px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        display: grid !important;
        grid-template-columns: repeat(6, 1fr)!important;
        gap: 10px;
        margin-top:-10px;
        z-index: 999;
    }
    .output {
        font-size: 18px;
        color: #333;
        font-weight: bold;
        display: flex !important;
        justify-content: space-between;
        padding: 0 50px 0 50px;
    }

  }

  .output {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    display: flex !important;
    justify-content: space-between;
    padding: 0 10px 0 10px;
}

       
        .inputs {
            grid-column: span 3;
            text-align: left;
        }
        .result-box {
            grid-column: span 3;
            padding: 10px;
            background: #e3f2fd;
            border-radius: 5px;
            text-align: left;
        }
        label {
            font-weight: bold;
            display: block;
            margin-top: 10px;
        }
        input[type="range"] {
            width: 100%;
        }
        .output {
            font-size: 18px;
            color: #333;
            font-weight: bold;
        }
        canvas {
            grid-column: span 3;
            max-height: 300px;
        }
        .apply-button {
            grid-column: span 3;
            text-align: center;
        }
        .apply-button button {
            padding: 10px 20px;
            font-size: 16px;
            background-color: #4CAF50;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }
        .design-box {border:1px soild #ccc;
        border-radius:20px}


        .box-desig {width: 100%;}

        input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.caltitle {
	font-size: 18px;
	color: #223a72;
	font-weight: 700;
}

.sbs_sec {
	padding-top: 20px;
}

.pc_hs p {
	font-weight: 600;
	font-size: 15px
}

.sbs-btn-tab {
	width: 300px;
	padding: 10px 5px;
	background: #efefef;
	margin: 8px auto 0;
	text-align: center;
	font-size: 18px;
}

.label_ct{
    font-weight: 600;
}

.sbs-btn-tab strong,
.sbs-btn-tab .fa-rupee:before,
.sbs-btn-tab .fa-inr:before {
	font-size: 28px;
}

.subs-section .emi-item .input-box span i {
	font-size: 20px;
	color: #fff;
	margin-top: 0
}

hr {
	border-top: 1px solid #ccc;
	margin-top: 20px;
}

.border-right {
	border-right: dashed 2px #223a72 !important;
}

.sec1 select {
	font-size: 14px;
	text-align: center;
}

.loan-tenure {
	position: relative;
}

.ten-month {
	font-size: 10px;
	position: absolute;
	left: 4px;
	bottom: -5px;
}

.qualification,
.net-salary {
	margin-top: 40px;
}

.error {
	flex: auto;
	color: red;
	padding-right: 15px;
}

.btncal {
	width: 60%;
	border-radius: 5px;
	padding: 7px 30px;
}

.blue-btn.btncal:after {
	position: initial;
}

.mtdesktop60 {
	margin-top: -111px;
}

.pl-overview-cal .error {
	font-size: 9px !important;
	padding: 0 !important;
}

#background-white {
	background-color: #fff;
}

.bgwhite {
	background-color: #fff;
}


.pl-overview-cal {
	position: relative;
	border-radius: 10px;
	padding: 30px 0px 20px 0px;
	border: 1px solid #223a72;
	box-shadow: 8px 8px #a8bcdb80;
}

.pl-overview-cal .sec1 {
	background: #ffffff00;
	padding: 0;
	width: 100%;
}

.pl-overview-rht {
	width: 25%
}

.pl-overview-cal .sec1 .form-control {
	font-size: 14px;
	padding: 6px 8px;
}

.pl-overview-cal .loan-amount .rupee_symbol {
	right: 81%;
	top: 0;
	margin-top: 6px;
    color:#000;
}

.pl-overview-cal input {
	-webkit-box-shadow: 0 0 0 1000px #efefef inset;
}

.pl-overview-cal .intrest-rate .percentage-symbol {
	right: 60px;
	top: -3px;
    color:#000;
}

.pl-overview-cal .btncal {
	display: block;
    width: 100%;
	padding: 12px 12px;
	border-radius: 10px;
    font: 400 15px / 28px "Source Sans Pro", sans-serif;
}

.pl-overview-cal .error {
	font-size: 9px !important;
	padding: 0 !important;
}


.pl-overview-cal-wrap {
	padding: 0 25px;
}

/*.banner-title{font-size: 26px;}*/
.result-wrap {
	position: relative;
}

.result-apl-btn {
	display: inline-block;
	float: left;
}

.inner_banner_content{
    width: 100%;
}

.result-img {
	display: inline-block;
	background-color: #38383b;
	padding: 9px;
	border-radius: 6px 0 0 6px;
}

.result-txt {
	display: inline-block;
	font-weight: 700;
	padding: 10px;
}

.result-amt {
	display: inline-block;
	padding: 11px;
	background-color: #efefef;
	float: right;
	border-radius: 0 10px 10px 0;
	font-weight: 600;
}

.inner_calculator_wrap {
	position: relative;
	padding: 40px 0 70px;
    padding-top: 100px;
}


.in_cal_bg {
	background-image: url(../images/personal_loan_img/banner-pl-overview-desktop.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	/* background-position: center; */
    background-position: right;
    width: 100%;
    height: 100%;
    margin-top: 57px;
}




/* copy from inspect to css start here */

.inner_calculator_txt {
    /* float: left; */
    /* width: 60%; */
    width: 100%;
    text-align: center;
    padding: 0 15px;
    margin-right: 2%;
    background-color: #fff;
    border-radius: 10px;
    margin:auto;
    background-color: #f4f4f4;
    margin-top: 50px;
}

.banner-title {
    color: #3c3c3c;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: .5rem;
}

.banner-title, .banner-title h1 {
    display: inline-block;
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}
.ict_feature {
    position: relative;
    width: 33.33%;
    padding: 0 15px;
    border-right: 1px solid #bac0cd;
    align-self: normal;
    height: 120px;
}
.ict_feature_img {
    width: 56px;
    height: 56px;
    margin: 0 auto 10px;
}
.inner_banner_content input {
    border: 1px solid #fca742;

    }

.ict_feature p {
    color: #000;
    margin-bottom: 0;
}
.ict_feature i.fa.fa-rupee {
    font-size: 14px;
}
.ict_feature_txt {
    font-size: 16px;
    font-weight: 500;
}

.ict_feature:last-child {
    border-right: none;
}

.ict_feature {
    position: relative;
    width: 33.33%;
    padding: 0 15px;
    border-right: 1px solid #bac0cd;
    align-self: normal;
    height: 120px;
}
.banner-title h1 {
    color: #223a72;
    font-weight: 700;
    margin: 0;
}



.breadcrumbs_container{
    margin-top: 120px;
    background-color: #525355;
    width: 100%;
}

.new_breadcrumb_design{
   
    margin-bottom: 0px;
    display: flex;
    justify-content: start;
    border-radius: 0px;
    background-color: unset;
    
}

.new_breadcrumb_design li a{
    color: white;
    letter-spacing: 1px;
    font-weight: 400;
}

.cbtn a {
    /*background: #525355; */
    padding: 4px 15px;
    font-size: 16px;
    color: #000;
    border-radius: 6px;
    border: 1px solid #fff;
}





/* start css from here for about page 13-06-24  */
.breadcrub-first{
    margin-right:10px;
}
.breadcrumbs_container .fa-angle-double-right{ 
    font-size: 12px;
}
.comman_banner_width_creadcrumb{
    background-image: url(../assets/img/shape/banner-4.jpg);
     height:150px;
}

.business-section {
    position: relative;
    padding: 100px 0px 85px;
}

.framed {
    /* box-shadow: -50px -50px 0 -48px #525355, 50px 50px 0 -48px #525355;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 60px; */
}

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 45px;
}

.sec-title h3 {
    position: relative;
    display: block;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 1px;
    padding-left: 70px;
    display: inline-block;
}

.hd-section-title {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 1.2em;
    color: #222222;
    /* font-weight: 700; */
    letter-spacing: 1px;
    padding-left: 70px;
    display: inline-block;
}
.sec-title h3:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 22px;
    width: 50px;
    height: 1px;
    background-color: #000;
}

.newsletter-section-two {
    position: relative;
    padding: 20px 0px 50px;
    background-color: #fca742;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.newsletter-section-two .inner-container {
    position: relative;
}

.newsletter-section-two .title-column h4 {
    position: relative;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    /* text-transform: capitalize; */
}

.newsletter-section-two .form-column .inner-column {
    position: relative;
    margin-top: 7px;
    text-align: center;
}

.btn-style-six {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #222222;
    padding: 8px 41px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #000;
    background-color: #ffffff;
    text-transform: uppercase;
    
}

.eligibility_section {
    background-color: #e9f6fe;
    padding: 50px;
}

.persona_vs_instant {
    display: flex;
    padding: 40px;
    /* border: 1px dashed #000; */
    border-radius: 10px;
    /* margin: 50px; */
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
}

.main_titile_comman {
    font-weight: bold;
    font-size: 30px;
    padding-bottom: 50px;
}
.instant_part {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 20px;
    background-color: #fff9f9;
}

.tow_part_h5 {
    font-size: 24px;
    color: #c43d3d;
    text-align: center;
    font-weight: 700;
    padding-bottom: 10px;
}

.instant_part p {
    border: 1px solid #c8c8c8;
    padding: 15px;
    min-height: 70px;
}

    .icon_class {
        margin-right: 10px;
        min-width: 60px;
        min-height: 60px;
        background-color: #fbcfcf;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        line-height: 60px;
        color: #3a3535;
        font-size: 24px;
        
    }


.personal_part {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 20px;
    background-color: #fff9f9;
}

.personal_part p {
    border: 1px solid #c8c8c8;
    padding: 15px;
    min-height: 70px;
}

.mis_vis_para{
    text-align: center;
    margin-top: 50px;
    font-size: 24px;
    line-height: 34px;
}


/* End css from here for about page 13-06-24  */


























.inner_calculator_box {
    /* float: left; */
    /* width: 60%; */
    width: 100%;
    border-radius: 10px;
    /* background-color: #fca742; */
    background-size: 40%;
    background-position: bottom right;
    margin:auto;
    margin-bottom:15px;
}


.pl-overview-cal {
    position: relative;
    border-radius: 10px;
    padding: 30px 0 20px;
    border: 1px solid #fff!important;
    box-shadow: 8px 8px #a8bcdb80;
    background-color: #f9f9f9;
}

.pl-overview-cal-wrap {
    padding: 0 25px;
}
.pl-overview-cal-wrap {
    padding: 0 25px;
}

.pl-0, .px-0 {
    padding-left: 0!important;
}
.pr-0, .px-0 {
    padding-right: 0!important;
}

.pl-overview-cal .sec1 {
    background: #ffffff00;
    padding: 0;
    width: 100%;
}
.pl-overview-cal .sec1 {
    background: #ffffff00;
    padding: 0;
    width: 100%;
}
.sec1 {
    background: #efefef;
    padding: 20px;
    width: 95%;
}
.btncal, .sec1 {
    border-radius: 5px;
}
.pl-overview-cal input[type=range], .pl-second-cal input[type=range] {
    -webkit-appearance: none;
    -moz-apperance: none;
    border-radius: 6px;
    height: 1px!important;
    min-height: 0px!important;
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#223a72),color-stop(0,#e6b120));
    background-image: -moz-linear-gradient(left center,#223a72 0,#223a72 0,#e6b120 0,#e6b120 100%);
}

.sec1 input[type="range"] {
    -webkit-appearance: none;
    -moz-apperance: none;
    border-radius: 6px;
    height: 0px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #223a72), color-stop(0, #e6b120));
    background-image: -moz-linear-gradient(left center, #223a72 0, #223a72 0, #e6b120 0, #e6b120 100%);
}

.pl-overview-cal input {
    -webkit-box-shadow: 0 0 0 1000px #efefef inset;
}

.sec1 input {
    text-align: center;
}

input {
    background-image: none!important;
}

button, input, select, select option, textarea {
    font-family: Montserrat,sans-serif;
    font-size: 14px;
}

.fa-rupee {
    font-weight: 400;
    font-size: 12px;
}

.floatright {
    float: right;
}
.fa-rupee {
    font-weight: 400;
    font-size: 12px;
}
.sec1 .form-control {
    line-height: .5;
    border-radius: .5rem;
}

.loan-amount .rupee_symbol {
    position: absolute;
    right: 43%;
    top: 7%;
    z-index: 1;
}

.intrest-rate .percentage-symbol {
    position: absolute;
    right: 67px;
    top: 0;
    font-size: 13px;
    transform: translateY(-50%);
    transform: translate(407%,50%);
    font-weight: 700;
}

.pl-overview-cal .error {
    flex: auto;
    font-size: 9px!important;
    padding: 0!important;
}

.result-wrap:last-child {
    border-bottom: none;
}

.result-calculation {
    display: inline-block;
    float: right;
    border: 1px solid #38383b;
    border-radius: 10px;
    
}


.result-amt, .result-txt {
    display: inline-block;
    font-weight: 700;
    padding: 8px;
    color:#000;
}
#emi_value{
    color:#000;
}
.blue-btn-bg, .yellow-btn-bg {
    border: 0;
    border-radius: 5px;
    color: #fff!important;
    font-weight: 700;
    z-index: 4;
    background: linear-gradient(to right, #f0f0f0, #223a72);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 1s;
}
.blue-btn-bg, .yellow-btn-bg {
    background-color: #38383b!important;
}
.blue-btn, .blue-btn-bg, .yellow-btn-bg {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.blue-btn {
    padding: 10px 30px;
    position: relative;
}
/* copy from inspect to css end here */


.fa-minus:before {
    /* content: "\f068"; */
    font-weight: 300;
    content: "-";
    font-size: 65px;
    line-height: 0.1;
    color: #fff;
    margin-top: -8px;
}






.new_section{
    background-color: #fff;
   
    padding-top: 50px;
    padding-bottom: 50px;
}

.br_line{
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

.br_line_2{
    border-bottom: 0px solid #000;
    border-right: 1px solid #000;
}
.no_border{
    border-right: 0px solid #000;
}
.service_container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px 15px;
    
    
}
.commna_title{
    text-align: center;
    padding: 20px 0px;
    color: #00255a;
    font-weight: 600;
    font-size: 20px;
}


.test_container{
    padding: 40px;
    background-color: #f4f4f4;
}

.main_title{
    padding-bottom: 30px;
}

.ser_anchor{
    color:#1a1918;
}


.loan_calculator_section{
    background-color: #f4f4f4;
    padding: 50px 0px;
}

.calculator {
    /* width: 400px; */
    padding: 20px;
    border: 1px solid #c7c4c4;
    background-color: #fbfcfc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* border-radius: 8px; */

}

.title_cal_2{
    /* width: 400px; */
    background-color: #fca742;
    color: #fff;
    border: 1px solid #c7c4c4;
    padding: 20px;
    text-align: center;
    font-size: 24px;
}


.mb-00{
    margin-bottom: 8px!important;
}
label {
    color: #333;
    font-size: 14px;
    margin-bottom: 5px;
}

.loan_calculator_section input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 4px;
    border-radius: 0px;
    background: #ffcb8d;
    outline: none;
    padding: 0;
    margin: 0px 0;
}

.loan_calculator_section input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fca742;
    cursor: pointer;
}

.loan_calculator_section input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fca742;
    cursor: pointer;
}

.loan_calculator_section  input[type="number"] {
    width: 100%;
    padding: 3px 8px;
    margin: 5px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.loan_calculator_section button, .loan_calculator_section input[type="number"], .loan_calculator_section input[type="range"] {
    margin-top: 10px;
}

#results p {
    color: #fff;
    font-size: 26px;
    margin-top: 20px;
    text-align: center;
    /* border: 1px solid #000; */
    padding: 13px;
    background-color: #525355;
}

.result_show_here{
    font-size: 30px;
    text-align: center;
}


.indicate_girl{
    width: 235px;
    height: 235px;
    background-color: #fca742;
    border-radius: 200px;
    margin-top: 20px;
    padding-top: 9px;
}


.text_container_2 {
    padding: 40px;
   
}

.city-links {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: center; */
    /* margin-bottom: 50px; */
    /* padding: 20px; */
   
}

.location_img_with_icon{
    transition: color 0.3s, background-color 0.3s;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* margin: 12px; */
    margin-bottom: 25px;
    background-color: #fff;
    border-radius: 5px;
    padding-top: 11px;
}

.img_class_icon{
    /* border: 1px solid #fff;
    padding: 5px; */
    border-radius: 5px;
}

.anchor_class_link{
    /* background-color: #525355; */
    display: block;
    width: 100%;
    margin-top: 10px;

}
.custom-link {
    display: flex;
    align-items: center;
    justify-content: center;
    
    /* padding: 6px 15px; */
    color: #000;
    background-color: transparent;
    text-decoration: none;
   
    font-weight: 600;
    font-size: 18px;
    
}

.custom-link:hover{
    color:#fca742;
}



.location_section{
    background: linear-gradient(rgb(10 10 10 / 73%), #525355e8), url(../images/personal_loan_img/bg_location.jpg) center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
   padding:50px;
}





  

  
  .flip-box {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
  }
  
  .flip-box-front,
  .flip-box-back {
    background-size: cover;
    background-position: center;
   -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .flip-box-front {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  
  .flip-box:hover .flip-box-front {
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  
  .flip-box-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  
  .flip-box:hover .flip-box-back {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  

  

  





























@media screen and (max-width: 767px) {

    
    .result_show_here{
        margin-top: 50px;
    }
	.border-right {
		border-right: none !important;
	}

	.ten-month {
		left: 55px;
		bottom: 10px;
	}

	.mtdesktop60 {
		margin-top: auto;
	}

	.pl-overview-cal {
		padding: 20px 0px !important;
	}

    .inner_calculator_wrap {
        position: relative;
        padding: 40px 10px 70px;
    }
    .business-section{
        padding: 50px 0px 50px;
    }

    .about_title{
        padding-top:40px;
    }
    
    .eligibility_section{
        padding: 50px 0px;
       
    }
    .persona_vs_instant{
        padding: 10px;
    }
    .newsletter-section-two .title-column h4{
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
	.border-right {
		border-right: none !important;
	}

	.ten-month {
		bottom: 44px;
	}

	.qualification,
	.net-salary {
		margin-top: 30px;
	}

	.error {
		text-align: center;
		padding-right: 0;
	}
}

@media screen and (max-width: 320px) {
	.sbs-btn-tab {
		width: auto;
	}
}



@media only screen and (min-device-width: 1600px) and (max-device-width: 2560px) {
	.pl-overview-cal .intrest-rate .percentage-symbol {
		top: -10px;
	}
}


@media screen and (max-width: 767px) {
	.pl-overview-lft {
		width: 80%;
	}

	.pl-overview-rht {
		width: 100%;
		margin-top: 15px;
	}

	.pl-overview-lft label,
	.pl-overview-lft input {
		font-size: 12px;
	}

	.pl-overview-cal .sec1 .form-control {
		font-size: 13px;
		padding: 4px 2px;
	}

	.pl-overview-cal .loan-amount .rupee_symbol {
		right: 78%;
		margin-top: 2px;
	}

	.pl-overview-cal .loan-amount .rupee_symbol i.fa.fa-rupee {
		font-size: 10px;
	}

	.pl-overview-cal .intrest-rate .percentage-symbol {
		right: 55px;
		top: -6px;
	}

	/* .pl-overview-cal .btncal {
		width: 45%;
	} */

	.pl-overview-cal ul {
		margin-bottom: 0;
	}

}


@media screen and (min-width: 992px) {
    .calculator, .title_cal_2 {
        max-width: 400px;
    }
}


@media only screen and (min-device-width: 1600px) and (max-device-width: 2560px) {
	.banner-title {
		font-size: 30px;
	}
}

@media screen and (max-width: 1200px) {
 
    
 
	.inner_calculator_box, .inner_calculator_txt {
		width: 80%;
        margin:auto;
	}

    .inner_calculator_box {
		margin-bottom: 15px;
	}

	.ict_feature {
		padding: 0 10px;
	}
}

@media screen and (max-width: 991px) {
	.result-wrap {
		text-align: center;
		margin: 0 auto;
	}

	.result-calculation,
	.result-apl-btn {
		float: none;
	}

	.result-apl-btn {
		margin-top: 15px;
	}
}

@media screen and (max-width: 900px) {
	.pl-overview-cal .sec1 {
		width: 95% !important;
		padding: 0 15px;
		margin: 0 auto;
		;
	}
}

@media screen and (max-width: 767px) {

	.inner_calculator_txt,
	.inner_calculator_box {
		width: 100%;
       
	}

	.inner_calculator_box {
		
        margin-bottom:15px;
	}

	.pl-overview-cal-wrap {
		padding: 0;
	}

	.pl-overview-lft {
		width: 99%;
	}

	.pl-overview-cal .sec1 {
		width: 100% !important;
	}

	.pl-overview-cal .btncal {
		font-size: 12px;
		width: 100%;
		padding: 10px 35px;
	}
}

@media screen and (max-width: 480px) {
	.inner_calculator_box {
		/* margin: 30px 15px 0; */
        margin-bottom: 15px;
	}

	.inner_calculator_txt h1 {
		font-size: 20px;
		margin-top: 0px;
	}

	.pl-overview-cal .btncal {
		font-size: 10px;
		padding: 10px 20px;
	}

	.result-img img {
		width: 20px;
	}

	.result-txt,.result-amt {
		font-size: 17px;
	}

	/* .result-img, .result-txt {
		padding: 6px;
	} */

	/* .result-amt {
		padding: 8px;
	} */
}

@media screen and (max-width: 380px) {
	.ict_feature_img img {
		width: 40px;
		height: 40px;
	}

	.ict_feature_img {
		width: 46px;
		height: 46px;
	}

	.ict_feature_txt {
		font-size: 12px;
	}

	.pl-overview-cal .btncal {
		font-size: 9px;
		padding: 8px 14px;
	}

	.result-img img {
		width: 16px;
	}

	/* .result-img,.result-txt {
		padding: 5px;
	} */

	/* .result-amt {
		padding: 6px;
	} */
}


@media screen and (max-width: 992px) {
.comman_banner_width_creadcrumb{
       
    height:28px;
}

.breadcrumbs_container{
   margin-top: 0px;
}

}
 .checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox.checkbox-sm label::before {
  width: 30px;
  height: 30px;
  top: -13px;
}
.checkbox.checkbox-sm label::after {
  width: 30px;
  height: 30px;
  padding-left: 4px;
  font-size: 20px;
  left: 1px;
  top: -13px;
}
.checkbox.checkbox-sm label {
  padding-left: 18px;
  top: 13px;
}
.checkbox.checkbox-md label::before {
  width: 34px;
  height: 34px;
  top: -17px;
}
.checkbox.checkbox-md label::after {
  width: 34px;
  height: 34px;
  padding-left: 4px;
  font-size: 24px;
  left: 1px;
  top: -18px;
}
.checkbox.checkbox-md label {
  padding-left: 22px;
  top: 17px;
}
.checkbox.checkbox-lg label::before {
  width: 46px;
  height: 46px;
  top: -28px;
}
.checkbox.checkbox-lg label::after {
  width: 46px;
  height: 46px;
  padding-left: 4px;
  font-size: 36px;
  left: 1px;
  top: -31px;
}
.checkbox.checkbox-lg label {
  padding-left: 34px;
  top: 32px;
}

.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}

.radio.radio-sm label::before {
  width: 30px;
  height: 30px;
  top: -13px;
}
.radio.radio-sm label::after {
  width: 22px;
  height: 22px;
  padding-left: 4px;
  font-size: 20px;
  left: 4px;
  top: -9px;
}
.radio.radio-sm label {
  padding-left: 18px;
  top: 13px;
}
.radio.radio-md label::before {
  width: 34px;
  height: 34px;
  top: -17px;
}
.radio.radio-md label::after {
  width: 26px;
  height: 26px;
  padding-left: 4px;
  font-size: 24px;
  left: 4px;
  top: -13px;
}
.radio.radio-md label {
  padding-left: 22px;
  top: 17px;
}
.radio.radio-lg label::before {
  width: 46px;
  height: 46px;
  top: -28px;
}
.radio.radio-lg label::after {
  width: 36px;
  height: 36px;
  padding-left: 4px;
  font-size: 36px;
  left: 5px;
  top: -23px;
}
.radio.radio-lg label {
  padding-left: 34px;
  top: 32px;
}
.bg-light1 {
    background-color: #ecffe6 !important;
}





/*** 
=============================================
    End Css
=============================================
***/