/**
* Template Name: Thirdparty manufacturing
* Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tilt+Warp&display=swap');
body {
    font-family: 'Lato', sans-serif;
    color: #444444;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Tilt Warp", sans-serif !important;
}

a {
    color: #106eea;
    text-decoration: none;
}

a:hover {
    color: #3b8af2;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #106eea;
    border-top-color: #e2eefd;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

section.banner.position-relative {
    /*margin-top: 0;*/
    padding-bottom:0;
    padding-top:0;
}
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 10px;
    bottom: 58px;
    z-index: 996;
    background: #e31e24;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #3284f1;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
   
}


/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
.top-header {
    background-color: #bf1515;
    padding: 8px 0;
}
.top-header address{
    margin-bottom: 0;
}
.top-header address a {
    color: #fff;
    gap: 10px;
}
#topbar .contact-info i {
    font-style: normal;
    color: #fff;
}
.social-icons{
    gap:10px;
}
.social-icons li a{
    color:#fff;
}
#topbar .contact-info i a,
#topbar .contact-info i span {
    padding-left: 5px;
    color: #fff;
}

#topbar .contact-info i a {
    line-height: 0;
    transition: 0.3s;
    transition: 0.3s;
}

#topbar .contact-info i a:hover {
    color: #fff;
    text-decoration: underline;
}

#topbar .social-links a {
    color: rgba(255, 255, 255, 1);
    line-height: 0;
    transition: 0.3s;
    margin-left: 20px;
}

#topbar .social-links a:hover {
    color: white;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    height: 86px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header.fixed-top {
    height: 70px;
}

#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.8px;
    font-family: 'Lato', sans-serif;
}

#header .logo a {
    color: #222222;
}

#header .logo a span {
    color: #106eea;
}

#header .logo img {
    max-height: 50px;
}

.scrolled-offset {
    margin-top: 70px;
}
.mobile-fixed {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #42a62a;
}
.hide-on-dsktp{
    display: none;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/**
* Desktop Navigation 
*/

.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 28px;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3px;
    font-size: 15px;
    font-weight: 600;
    color: #222222;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: #42a62a;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
    visibility: visible;
    width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #42a62a;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.navbar .dropdown ul li {
    min-width: 200px;
}

.navbar .dropdown ul a {
    padding: 10px 20px;
    font-weight: 400;
}

.navbar .dropdown ul a i {
    font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
    color: #106eea;
}

.navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover>ul {
        left: -100%;
    }
}


/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
    color: #222222;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(9, 9, 9, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #222222;
}

.navbar-mobile>ul>li {
    padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
    visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #106eea;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #106eea;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    width: 100%;
    height: 512px;
    background: url("../img/hero-bg.jpg") top left;
    background-size: cover;
    position: relative;
    background-color: #e31e24;
    background-repeat: no-repeat;
}

#hero:before {
    content: "";
    /* background: rgba(255, 255, 255, 0.6); */
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero .container {
    position: relative;
}

#hero h1 {
    margin: 0;
    font-size: 45px;
    font-weight: 700 !important;
    line-height: 56px;
    color: #272094;
    font-family: system-ui !important;
}

#hero h1 span {
    color: #106eea;
}

#hero h2 {
    margin: 15px 0 15px 0;
    font-size: 25px;
    color: #383838;
    font-weight: 600 !important;
    font-family: inherit !important;
}
#hero h3{
    font-family: 'Lato', sans-serif !important;
    font-weight: 600 !important;
    color: #bf1515 !important;
}
#hero .btn-get-started {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background: #106eea;
}

#hero .btn-get-started:hover {
    background: #247cf0;
}

#hero .btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
    margin-left: 25px;
    color: #222222;
    font-weight: 600;
    display: flex;
    align-items: center;
}

#hero .btn-watch-video i {
    color: #106eea;
    font-size: 32px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px;
}

#hero .btn-watch-video:hover {
    color: #106eea;
}

#hero .btn-watch-video:hover i {
    color: #3b8af2;
}

.banner-inner-list {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}
.banner-inner-list ul {
    list-style: none;
    width: 50%;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0;
}
.banner-inner-list ul li {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    padding: 0 0 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.banner-inner-list ul li i {
    color: #262094;
    font-size: 17px;
}
@media (min-width: 1024px) {
    /* #hero {
        background-attachment: fixed;
    } */
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
       #hero .banner-text {
        margin-top: 65%;
        margin-bottom: -15%;
       }
}

@media (max-width: 1024px) {
    #hero {
        height: auto;
    }
    #hero {
        background-size: contain;
        position: relative;
        background-repeat: no-repeat;
        background-color: #eeeeee;
    }
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }
    .banner-text {
        position: relative!important;
        width: 100%;
        height: 100%;
        left: 0;
        margin-top: 82px;
        display: flex;
        justify-content: center;
        /* align-items: center; */
    }
    .services .icon-box {
        padding: 30px 0px;

    }
    #hero h2 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 13px;
        margin-top: 8px;
        letter-spacing: .5px;
       
    }
    
    #hero .btn-get-started,
    #hero .btn-watch-video {
        font-size: 13px;
    }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    padding: 60px 0;
    overflow: hidden;
}

.section-bg {
    background-color: #fff;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 8px 20px;
    margin: 0;
    background: #dbdfda;
    color: #f27038;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
}

.section-title h3 {
    margin: 15px 0 0 0;
    font-size: 35px;
    font-weight: 400;
    color: #e31e24;
}

.section-title h1 {
    font-size: 35px;
    text-transform: uppercase;
    color: #e31e24;
    font-weight: 400;
    line-height: 40px;
}
span.org {
    color: #f27038;
}

span.orgg {
    color: #262094;
    font-weight: 600;
}

.section-title h3 span {
    color: #f27038;
}

.section-title p {
    margin: 15px auto 0 auto;
    color: #000;
    /* font-weight: 600; */
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
    padding: 20px 0;
    background-color: #f1f6fe;
    min-height: 40px;
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}

@media (max-width: 992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px 0;
    }
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.breadcrumbs ol li+li {
    padding-left: 10px;
}

.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }
    .breadcrumbs ol {
        display: block;
    }
    .breadcrumbs ol li {
        display: inline-block;
    }
    .section-title h1 {
        font-size: 23px;
        line-height: 35px;
    }
    .section-title h3 {
        font-size: 23px;
    }
    .form-wizard {
        max-width: 100%!important;
    }
    .steps ul li
    {
        width:50%!important;
    }
    .steps ul li::before, .steps ul li::after
    {
        display: none;
    }
    .form-title {
        font-size: 20px;
    }
    p {
        text-align: justify;
    }
    .contact .info-box p {
        text-align: center;
    }
}


/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/

.featured-services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

.featured-services .icon-box::before {
    content: "";
    position: absolute;
    background: #cbe0fb;
    right: 0;
    left: 0;
    bottom: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
}

.featured-services .icon-box:hover::before {
    background: #106eea;
    top: 0;
    border-radius: 0px;
}

.featured-services .icon {
    margin-bottom: 15px;
}

.featured-services .icon i {
    font-size: 48px;
    line-height: 1;
    color: #106eea;
    transition: all 0.3s ease-in-out;
}

.featured-services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.featured-services .title a {
    color: #111;
}

.featured-services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

.featured-services .icon-box:hover .title a,
.featured-services .icon-box:hover .description {
    color: #fff;
}

.featured-services .icon-box:hover .icon i {
    color: #fff;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#about {
    position: relative;
    background-image: linear-gradient(#ffffffeb, #ffffffed), url(../img/about-bg.jpg);
    background-position: center;
}
#about .section-title {
    text-align: center;
    padding-bottom: 60px;
}
.about .content h3 {
    font-weight: 600;
    font-size: 26px;
}
#about .section-title p {
    width: 60%;
    font-size: 18px;
}
.left-img-thrdprty{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.left-img-thrdprty img {
    width: 57%;
}
.about-left h5 {
    font-size: 22px;
    padding: 0 6%;
    color: #262094;
}
.about-right h5 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #262094;
    text-align: center;
}
.about-left table{
    background-color: #fff;
}
.range-div img {
    width: 50%;
    transition: 0.3s linear all;
}
.about-right .row {
    margin-bottom: 10px;
}
.range-div {
    text-align: center;
    background: #fff;
    transition:0.3s linear all;
    border-radius: 15px;
    padding: 10px;
}
.range-div h4 {
    font-size: 18px;
    margin-top: 15px;
    color: #e31e24;
}
.range-div:hover {
    background: #fcfcfc;
    transition: 0.3s linear all;
}
.range-div:hover img {
    transform: scale(1.1);
    transition: 0.3s linear all;
}
/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/

.skills .progress {
    height: 60px;
    display: block;
    background: none;
    border-radius: 0;
}

.skills .progress .skill {
    padding: 0;
    margin: 0 0 6px 0;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    ;
    color: #222222;
}

.skills .progress .skill .val {
    float: right;
    font-style: normal;
}

.skills .progress-bar-wrap {
    background: #e2eefd;
    height: 10px;
}

.skills .progress-bar {
    width: 1px;
    height: 10px;
    transition: 0.9s;
    background-color: #106eea;
}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/

.counts {
    padding: 70px 0 60px;
}

.counts .count-box {
    padding: 30px 30px 25px 30px;
    width: 100%;
    position: relative;
    text-align: center;
    background: #f1f6fe;
}

.counts .count-box i {
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    background: #106eea;
    color: #fff;
    width: 56px;
    height: 56px;
    line-height: 0;
    border-radius: 50px;
    border: 5px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.counts .count-box span {
    font-size: 36px;
    display: block;
    font-weight: 600;
    color: #062b5b;
}

.counts .count-box p {
    padding: 0;
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/

.clients {
    padding: 15px 0;
    text-align: center;
}

.clients img {
    max-width: 80%;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    padding: 15px 0;
}

.clients img:hover {
    transform: scale(1.15);
}

@media (max-width: 768px) {
    .clients img {
        max-width: 90%;
    }
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

section#services {
    background: #fff;
}

.services .icon-box {
    text-align: center;
    margin:15px;
    border: 1px solid #eee;
    padding: 30px 20px;
    border-radius: 15px;
    transition: all ease-in-out 0.3s;
    background: #fff;
    box-shadow: 0px 0 17px 0 rgba(16, 110, 234, 0.1);
}

.services .icon-box .icon {
    margin: 0 auto;
    width: 95px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: ease-in-out 0.3s;
}

.services .icon-box .icon i {
    color: #3b8af2;
    font-size: 28px;
    transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 24px;
}

.services .icon-box h4 a {
    color: #222222;
    transition: ease-in-out 0.3s;
    font-size: 20px;
}

.services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
}

.services .icon-box:hover {
    border-color: #fff;
    box-shadow: 0px 0 17px 0 rgb(16 110 234 / 37%);
}

.services .icon-box:hover h4 a,
.services .icon-box:hover .icon i {
    color: #e31e24;
}

.services .icon-box:hover .icon {
    border-color: #106eea;
}
.tabs-outer {
    width: 70%;
    margin: auto;
    padding: 25px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 25px -3px #0000003d;
}
.tabs-outer .nav-link {
    font-size: 20px;
    font-family: "Tilt Warp", sans-serif !important;
    font-weight: 400;
    border: 1px solid #262094;
    margin-bottom: 4px;
    color: #262094;
}
.tabs-outer .nav-link.active{
    background-color: #262094;
}
.tabs-outer .nav {
    width: 40%;
}
div#v-pills-tabContent {
    width: 100%;
}
#document {
    position: relative;
    background-image: linear-gradient(#ffffffc2, #ffffff75), url(../img/document-bg.jpg);
    background-position: center;
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials {
    padding: 80px 0;
    background: url("../img/testimonials-bg.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.testimonials::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

.testimonials .section-header {
    margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .testimonial-item {
    text-align: center;
    color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
    width: 100px;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.15);
    margin: 0 auto;
}

.testimonials .testimonial-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #fff;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #ddd;
    margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: rgba(255, 255, 255, 0.4);
    font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
    color: #eee;
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #106eea;
}

@media (min-width: 992px) {
    .testimonials .testimonial-item p {
        width: 80%;
    }
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 auto 15px auto;
    list-style: none;
    text-align: center;
    border-radius: 50px;
    padding: 2px 15px;
}

.portfolio #portfolio-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px 8px 15px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
    color: #106eea;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    color: #222222;
}

.portfolio .portfolio-item .portfolio-info p {
    color: #555555;
    font-size: 14px;
    margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
    position: absolute;
    right: 40px;
    font-size: 24px;
    top: calc(50% - 18px);
    color: #3c3c3c;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
    color: #106eea;
}

.portfolio .portfolio-item .portfolio-info .details-link {
    right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
    opacity: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    position: absolute;
    transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
    color: #fff;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
    color: #6ba7f5;
}

.portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
    bottom: 20px;
}


/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/

.portfolio-details {
    padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
    width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
    margin-top: 20px;
    position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #106eea;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #106eea;
}

.portfolio-details .portfolio-info {
    padding: 30px;
    box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}

.portfolio-details .portfolio-info h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
    margin-top: 10px;
}

.portfolio-details .portfolio-description {
    padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
    padding: 0;
}


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.team {
    padding: 60px 0;
}

.team .member {
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}

.team .member .member-img {
    position: relative;
    overflow: hidden;
}

.team .member .social {
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0;
    opacity: 0;
    transition: ease-in-out 0.3s;
    text-align: center;
}

.team .member .social a {
    transition: color 0.3s;
    color: #222222;
    margin: 0 3px;
    padding-top: 7px;
    border-radius: 4px;
    width: 36px;
    height: 36px;
    background: rgba(16, 110, 234, 0.8);
    display: inline-block;
    transition: ease-in-out 0.3s;
    color: #fff;
}

.team .member .social a:hover {
    background: #3b8af2;
}

.team .member .social i {
    font-size: 18px;
}

.team .member .member-info {
    padding: 25px 15px;
}

.team .member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #222222;
}

.team .member .member-info span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #aaaaaa;
}

.team .member .member-info p {
    font-style: italic;
    font-size: 14px;
    line-height: 26px;
    color: #777777;
}

.team .member:hover .social {
    opacity: 1;
    bottom: 15px;
}


/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/

.pricing .box {
    padding: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.pricing .box h3 {
    margin: -20px -20px 10px -20px;
    padding: 20px 15px;
    font-size: 20px;
    font-weight: 400;
    color: #777777;
    background: #f8f8f8;
}

.pricing .box h4 {
    font-size: 18px;
    color: #e31e24;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    margin-bottom: 4px;
    border-bottom: 1px solid #eee;
    padding: 10px 0px;
    text-transform: capitalize;
}




.pricing .box h4 sup {
    font-size: 20px;
    top: -15px;
    left: -3px;
}

.pricing .box h4 span {
    color: #bababa;
    font-size: 16px;
    font-weight: 300;
}

.pricing .box ul {
    padding: 0;
    list-style: none;
    color: #444444;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
}

.pricing .box ul li {
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
    padding: 10px 0px 16px;
    word-wrap: break-word;
}

.pricing .box ul i {
    color: #106eea;
    font-size: 18px;
    padding-right: 4px;
}

.pricing .box ul .na {
    color: #ccc;
    text-decoration: line-through;
}

.pricing .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    background: #f8f8f8;
    text-align: center;
}

.pricing .btn-buy {
    background: #262094;
    display: inline-block;
    padding: 8px 22px 10px 35px;
    border-radius: 4px;
    color: #fff;
    transition: none;
    font-size: 15px;
    font-weight: 400;
    font-family: "lato", sans-serif;
    transition: 0.3s;
    word-break: break-all;
}

.pricing .btn-buy:hover {
    background: #e31e24;
}

.pricing .featured h3 {
    color: #fff;
    background: #262094;
}

.pricing .advanced {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #106eea;
    color: #fff;
}


/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/

.faq {
    padding: 60px 0;
}

.faq .faq-list {
    padding: 0;
    list-style: none;
}

.faq .faq-list li {
    border-bottom: 1px solid #f27038;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.faq .faq-list .question {
    display: block;
    position: relative;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Tilt Warp", sans-serif !important;
    padding-left: 25px;
    cursor: pointer;
    color: #e31e24;
    margin-bottom: 15px;
    transition: 0.3s;
}
.faq .faq-list i {
    font-size: 19px;
    position: absolute;
    right: 0;
    top: 0px;
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 25px;
}

.faq .faq-list .icon-show {
    display: none;
}

.faq .faq-list .collapsed {
    color: black;
}

.faq .faq-list .collapsed:hover {
    color: #e31e24;
}

.faq .faq-list .collapsed .icon-show {
    display: inline-block;
    transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
    display: none;
    transition: 0.6s;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgb(104 108 112 / 30%);
    padding: 20px 0 30px 0;
}

.contact .info-box i {
    font-size: 32px;
    color: #f27038;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #f27038;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #777777;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
    padding: 30px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
    margin-bottom: 20px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #106eea;
}

.contact .php-email-form input {
    padding: 10px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
    background: #f27038;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
    background: #3b8af2;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #262094;
    padding: 15px 0;
    color: #fff;
    font-size: 16px;
}
#footer .footer-newsletter {
    padding: 50px 0;
    background: #f1f6fe;
    text-align: center;
    font-size: 15px;
}

#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
}

#footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
    text-align: left;
}

#footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #106eea;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
    background: #0d58ba;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background:gray;

}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
    font-size: 24px;
    margin: 0 0 15px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
    color: #106eea;
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
    color: #777777;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #106eea;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #777777;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #106eea;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #106eea;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #3b8af2;
    color: #fff;
    text-decoration: none;
}

#footer .copyright {
    text-align: center;
   
}

#footer .credits {
    float: right;
    text-align: center;
    font-size: 13px;
    color: #444444;
}
.mobile-fixed ul {
    padding: 4px 2px 0 !important;
}
.list-none {
    list-style: none;
}
.mobile-fixed li {
    width: 33.33%;
}
.mobile-fixed li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-weight: 500;
    padding: 5px 0 4px;
    font-size: 16px;
    margin: 0;
    background-color: transparent;
    text-transform: capitalize;
    border: none;
}
@media (max-width: 768px) {
    #footer .copyright,
    #footer .credits {
        float: none;
        text-align: center;
        padding: 2px 0;
    }
}
/* 
.rtable,
.rtable--flip tbody {
    -webkit-overflow-scrolling: touch;
    background: radial-gradient(left, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 0 center, radial-gradient(right, ellipse, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 75%) 100% center;
    background-size: 10px 100%, 10px 100%;
    background-attachment: scroll, scroll;
    background-repeat: no-repeat;
}

.rtable td:first-child,
.rtable--flip tbody tr:first-child {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, white), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 100%);
    background-repeat: no-repeat;
    background-size: 20px 100%;
}

.rtable td:last-child,
.rtable--flip tbody tr:last-child {
    background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, white), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to left, white 50%, rgba(255, 255, 255, 0) 100%);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 20px 100%;
} */

.rtable th {
    font-size: 11px;
    text-align: left;
    text-transform: uppercase;
    background: #f2f0e6;
}

.rtable th,
.rtable th,
.rtable td {
    padding: 10px 15px;
    border: 1px solid #d9d7ce;
}

.rtable--flip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    background: none;
}

.rtable--flip thead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
}

.rtable--flip tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
}

.rtable--flip tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.rtable--flip td,
.rtable--flip th {
    display: block;
}

.rtable--flip td {
    background-image: none !important;
    border-left: 0;
}

.rtable--flip th:not(:last-child),
.rtable--flip td:not(:last-child) {
    border-bottom: 0;
}

/* .enquiry {
    background-color: #3b9435;
    padding: 25px 18px;
    border-radius: 7px;
    border: 1px solid #d56717;
} */

.font-22 {
    font-size: 20px;
}

.black {
    color: #000000;
}

.enquiry .form-group {
    margin-bottom: 10px;
}

.enquiry .form-control {
    font-size: 14px;
    color: #495057;
    border-radius: 7px;
    border: 1px solid #ee5017;
}

.btn-theme {
    color: #ffffff;
    text-decoration: none;
    padding: 6px 29px;
    border-radius: 7px;
    font-size: 15px;
    transition: all 0.3s linear;
    background-color: #e31e24;
    display: flex;
    align-items: center;
}

.banner-text {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.table td {
    width: 50%;
}

.table td:nth-child(1) {
    font-weight: bold;
}

#about .progress {
    display: flex;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    background-color: #f2f2f2;
    border-radius: 0.25rem;
    margin: 10px 0px;
    padding: 10px;
    font-weight: bold;
    justify-content: center;
}

.form-wizard {
    position: relative;
    display: table;
    margin: 0 auto;
    max-width: 70%;
}

.steps {
    margin: 40px 0;
    overflow: hidden;
}

.steps ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.steps ul li {
    float: left;
    color: #212529;
    padding: 0 15px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out 0;
    -moz-transition: all 0.4s ease-in-out 0;
    -ms-transition: all 0.4s ease-in-out 0;
    -otransition: all 0.4s ease-in-out 0;
    transition: all 0.4s ease-in-out 0;
    width: 14%;
    text-align: center;
}

.steps ul li:hover,
.steps ul li.active {
    color: #fb8200;
}

.steps ul li:hover span,
.steps ul li.active span {
    background: #fb8200;
    color: #fff;
}

.steps ul li:hover::after,
.steps ul li.active::after {
    background: #fb8200;
    width: 100%;
}

.steps ul li::before,
.steps ul li::after {
    content: "";
    position: absolute;
    left: -50%;
    top: 22px;
    width: 100%;
    height: 3px;
    background: #ef7239;
    -webkit-transition: all 0.4s ease-in-out 0;
    -moz-transition: all 0.4s ease-in-out 0;
    -ms-transition: all 0.4s ease-in-out 0;
    -otransition: all 0.4s ease-in-out 0;
    transition: all 0.4s ease-in-out 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -otransform: translateY(-50%);
    transform: translateY(-50%);
}

.steps ul li::after {
    width: 0;
}

.steps ul li span {
    display: block;
    margin: 0 auto 15px;
    width: 35px;
    height: 35px;
    text-align: center;
    background: #fcf9f4;
    font-size: 18px;
    line-height: 35px;
    font-weight: 300;
    color: #000;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out 0;
    -moz-transition: all 0.4s ease-in-out 0;
    -ms-transition: all 0.4s ease-in-out 0;
    -otransition: all 0.4s ease-in-out 0;
    transition: all 0.4s ease-in-out 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -oborder-radius: 2px;
    border-radius: 2px;
}

.steps ul li:first-child::before,
.steps ul li:first-child::after {
    display: none;
}

.form-container {
    clear: both;
    left: 100%;
    background: #fff;
    padding: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -oborder-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: -1px 1px 11px -2px #e31e2459;
    -moz-box-shadow:-1px 1px 11px -2px #e31e2459;
    -ms-box-shadow: -1px 1px 11px -2px #e31e2459;
    -obox-shadow: -1px 1px 11px -2px #e31e2459;
    box-shadow: -1px 1px 11px -2px #e31e2459;
}

.form-container.active {
    display: block;
}

.form-title {
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
    font-size: 30px;
}

.form-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80px;
    height: 2px;
    background: #e31e24;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -otransform: translateX(-50%);
    transform: translateX(-50%);
}
.form-container p{
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    color: #000;
}
section#process {
    background: #fcf9f4;
}

section#clients {
    background: #f1f1f1;
}

section#contact {
    background: #f9f6f1;
}
#process p{
    text-align: justify;
}
#process ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#process ul li{
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
    padding: 0 0 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
#process ul li i {
    color: #e31e24;
    font-size: 17px;
}




#investment .section-title {
    padding-bottom: 15px;
}
#investment h3{
    margin-bottom: 15px;
}
@media screen and (max-width:1400px) and (min-width:767px) {
    #hero h1 {
        margin: 0;
        font-size: 38px;
        font-weight: 600;
        line-height: 40px;
        color: #234392;
    }
    #hero {
        background-position: center;
    }
    .rtable td {
        padding: 6px 6px;
    }
}

@media screen and (max-width: 500px)
{
    .mobile-fixed {
        display: block !important;
    }
    section#topbar
    {
        display: none!important;
    }
    #thrdparty li {
   width: 100%!important;
    margin: 8px 0px!important;
}


section#heromobile {
    margin-top: 20px;
    padding-bottom:0px;
}
}

@media screen and (min-width: 280px) and (max-width: 600px)
{
    
        .icon-bar li {
            width: 33.3%;
        }
   
    .icon-bar i {
        color: #fff;
    }
    .fix-whatsapp {
        background: #1bab21;
        color: white;
    }
    .btn-primaryy {
        color: #fff;
        background-color: #007bff;
    }
}

@media screen and (min-width: 280px) and (max-width: 768px)

{
    .icon-bar {
        position: fixed;
        /* -webkit-transform: translateY(-50%); */
        /* -ms-transform: translateY(-50%); */
        /* transform: translateY(-50%); */
        z-index: 10000;
        bottom: 0;
        left: 0;
        width: 100%;
        display: block !important;
        top: 100%;
        background: #fff;
        /* padding: 20px; */
        margin: -26px auto;
    }
    .icon-bar li {
        width: 32.5%;
        background-color: #ffffff;
        float: left;
        margin: 0 auto;
        padding: 0;
    }
    .icon-bar a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .icon-bar a {
        display: block;
        text-align: center;
        padding: 16px;
        transition: all 0.3s ease;
        color: white;
        font-size: 20px;
        border-radius: 0;
    }
}
@media (max-height: 500px) {
    
    section.banner.position-relative.scrolled-offset {
    margin-top: 70px;
    padding-bottom:0;
    padding-top:0;
}

    
}

#thrdparty ol {
    padding: 0;
    margin: 10px 0px;
}
#thrdparty li {
    /* border-bottom: 1px solid #eee; */
    padding: 10px;
    border: 1px solid #eee;
    list-style: none;
    /* margin: 0; */
    margin: 14px 0px;
    text-align: center;
    background: #f27038;
    color: #fff;
    /* font-weight: bold; */
    text-transform: capitalize;
    width:50%;
    float: left;
    border-radius: 45px;
}


@media only screen and (max-width:767px) {
    section {
    padding: 30px 0;
    overflow: hidden;
}

    #banner_stepsform {
        background-color: transparent !important;
    }

    .custom_rc {
        margin: 10px 0 0px !important;
        column-gap: 6px !important;
    }

    .container.steps_container {
        padding: 0;
    }

    #my-welcome-message {
        width: 90% !important;
        left: 0 !important;
        right: 0 !important;
        top: 20% !important;
        margin: auto !important;
        padding: 20px 2%;
    }
    .document li img {
        width: 19px;
        height: 19px;
        margin-right: 12px !important;
    }

    h1 {
        font-size: 17px;
        color: #e31e24 !important;
        -webkit-text-stroke: transparent;
        letter-spacing: 0 !important;
    }

    .font-27 {
        font-size: 22px;
    }

    .font-22 {
        font-size: 16px;
    }

    .enquiry {
        background-color: #3b9435;
        margin-top: 16px;
    }

    br {
        display: none;
    }

    .top-header:after {
        display: none;
    }

    .top-header {
        background-color: #bf1515;
        padding: 8px 0;
    }

    .top-header ul {
        width: 100%;
        margin: 0 !important;
        display: none !important;
        padding: 0 !important;
        font-size: 15px !important;
    }
    .top-header address a {
        font-size: 12px;
    }

    .vector {
        display: none;
    }

    .banner {
        height: 100%;
    }

    .banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .banner-text {
        position: relative !important;
        margin-top: 0;
    }
    .medicine ul {
        justify-content: flex-start !important;
    }

    .medicine ul li {
        width: 25%;
        padding: 0 16px;
        margin-bottom: 15px;
    }

    .font-45 {
        font-size: 27px;
    }

    .font-32 {
        font-size: 22px;
    }

    .about #accordion {
        margin-top: 25px !important;
    }

    .about #accordion .btn-link {
        font-size: 17px;
    }

    .category ul {
        width: 100%;
    }

    section.top-phrama {
        margin-bottom: 40px;
    }

    .navbar .container {
        flex-wrap: nowrap !important;
        padding: 0 16px !important;
    }

    .navbar-brand {
        width: 50%;
    }

    .number-btn a {
        color: #bc6142;
        padding: 6px 20px;
    }

    .navbar-brand img {
        width: 100%;
    }
    #header{
        height: 55px;
    }
    #header .logo img {
        max-height: 30px;
    }
    #hero {
        background-size: cover;
        position: relative;
        background-position: center;
        background-repeat: no-repeat;
        background-color: #eeeeee;
    }
    #hero h1 {
        font-size: 25px;
        line-height: 30px;
        color: #244598 !important;
        text-transform: uppercase;
    
    }
    #hero h3 {
        font-size: 18px;
        letter-spacing: .5px;
        
    }
    .banner-inner-list ul li {
        font-size: 14px;
    }
    .steps_outer {
        width: 100% !important;
    }
    .look_rc.custom_rc label span {
        font-size: 16px !important;
    }
    .more_option {
        grid-template-columns: repeat(5, 1fr);
    }
    .left-img-thrdprty img {
        width: 100%;
    }
    .col-sm-6 {
        width: 50%;
        padding: 10px 10px 0;
    }
    section.steps{
        margin: 0 !important;
        padding: 0 !important;
    }
    #about .section-title p {
        width: 100%;
        font-size: 16px;
    }
    #about .section-title {
        text-align: center;
        padding-bottom: 20px;
    }
    .about-left h5 {
        font-size: 16px;
        padding: 0 0%;
    }
    .table td {
        width: 50%;
        font-size: 13px;
    }
    .range-div h4 {
        font-size: 16px;
        margin-top: 10px;
    }
    .tabs-outer {
        width: 100%;
        margin: auto;
        padding: 15px;
    }
    .tabs-outer .d-flex{
        flex-wrap: wrap;
    }
    .tabs-outer .nav {
        width: 100%;
        margin: 0 !important;
    }
    .tabs-outer .nav-link {
        font-size: 16px;
        padding: 5px;
    }
    .form-container {
        padding: 15px;
    }
    .form-title {
        margin-bottom: 20px;
        padding-bottom: 15px;
        position: relative;
        font-size: 22px !important;
    }
    .form-container p {
        font-size: 15px;
    }
    .faq .faq-list .question {
        font-size: 16px;
        line-height: 18px;
        padding-left: 15px;
        padding-right: 20px;
        margin-bottom: 14px;
    }
    .faq .faq-list p {
        padding: 10px 0 0 15px;
    }
    .hide-on-dsktp{
        display: block !important;
    }
    .hide-on-mob{
        display: none;
    }
    #footer {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width:500px) {
    

    .medicine ul li {
        width: 33.33% !important;
    }

    .medicine ul {
        justify-content: space-between !important;
    }

    .mbviewnone {
        display: none;
    }

    .number-btn {
        display: none;
    }

    img.img-fluid.bdnone {
        display: none;
    }

    img.img-fluid.bmnone {
        display: block;
    }
}

#fvpp-blackout {
    display: none;
    z-index: 499;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
}

#my-welcome-message {
    display: none;
    z-index: 500;
    position: fixed;
    width: 36%;
    left: 30%;
    top: 20%;
    padding: 20px 2%;
    font-family: Calibri, Arial, sans-serif;
    background: #FFF;
}

#fvpp-close {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}

#fvpp-dialog h2 {
    font-size: 2em;
    margin: 0;
}

#fvpp-dialog p {
    margin: 0;
}

@media only screen and (max-width: 500px) {
    .number {
        display: none !important;
    }

    .mobilefixed {
        background: #387c2b;
        width: 100%;
        display: block !important;
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 99999;
    }
}

.mobilefixed {
    display: none;
}

.mobilefixed a {
    color: #ffffff !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 11px 0 8px;
}

.number a {
    color: #db4c1e;
}
.banner img{
    width:100%;
}

/* phone format  19th july 2023 */
#verify-otp p {
    color:#ffffff;
    /*color: #525252;*/
    font-size: 14px;
}
#resend-otp-link, section.steps h2{
    color: #fff !important;
}
#post-new-button {
  background-color: #ee5017;  
  border-radius: 5px;
  color: #fff;
  padding: .5em;
  text-decoration: none;
}

#post-new-button:focus,
#post-new-button:hover {
  background-color: FireBrick;
  color: #fff;
}

#verify-otp p a {
    color: #ffa3a3;
    font-size: 12px;
    text-decoration: underline;
}

.otp-input-fields {
    margin: auto;
    max-width: 100%;
    width: auto;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 0;
}

.otp-input-fields input {
    height: 40px;
    width: 40px;
    background-color: #ffffffc2;
    border-radius: 4px;
    border: 1px solid #2f8f1f;
    text-align: center;
    outline: none;
    font-size: 16px;
}

.otp-input-fields input::-webkit-outer-spin-button,
.otp-input-fields input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.otp-input-fields input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.otp-input-fields input:focus {
    border-width: 2px;
    border-color: #287a1a;
    font-size: 20px;
    background-color: #fff;
}

/* .new-login-area{
    padding:24px;
  } */

label {
    font-size: 12px;
}

.request-otp-header {
    margin: 40px 0px;
}

.login-label label {
    color: #fff;
    font-weight: 600;
    text-align: right;
    width: 100%;
}

.input-edit:focus {
    border-bottom-color: #c74032 !important;
    box-shadow: none;
    outline: 0;
}


.request-otp:focus {
    box-shadow: none;
}

.fa-chevron-left {
    cursor: pointer;
}

.resend-otp {
    margin-top: 6px;
    cursor: pointer;
}


/* steps page css */
section.steps {
    /* height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* overflow: scroll; */
    margin: 5% 0
}

section.steps h2 {
    font-size: 18px !important;
    font-weight: 600;
}
#step_ranges {
    padding: 15px 20px;
}
.custom_rc.more_option{
    margin:14px 0 0 !important;
    column-gap: 5px;
}
.custom_rc.more_option label {
    margin-bottom: 5px;
}
.steps_outer {
    position: relative;
    background: #244598;
    border-radius: 13px;
    padding: 25px 45px;
    box-shadow: 1px 1px 15px 1px rgb(0 0 0 / 55%);
    border: 0px solid white;
    margin: 0 auto 30px;
    background-image: linear-gradient(287deg, #234390 -8%, #244598 100%);
}
.steps_outer .nav-tabs .nav-item .nav-link {
    color: #383838;
    background-color: #fff;
    border: 1px solid #f28b66;
    border-radius: 5px;
}

.steps_outer .nav-tabs .nav-item.show .nav-link,
.steps_outer .nav-tabs .nav-link.active {
    color: #ffffff !important;
    background-color: #ee5017 !important;
}

.custom_rc label {
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #ffffff;
    /*padding: 8px 13px;*/
        padding: 2px;
    border-radius: 5px;
    /* height: 130px; */
    text-align: center;
    overflow: hidden;
    z-index: 1;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

/* .custom_rc label {
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #ffffff;
    padding: 30px 10px;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
} */
.custom_rc label span {
    width: 100%;
    display: block;
}
.look_rc.custom_rc label span {
font-size: 20px !important;
font-weight: 600;
}

.custom_rc label img {
    width: 35px;
    margin-bottom: 2px;
    height: auto;
    filter: invert(1);
}

/* Hide the browser's default checkbox */
.custom_rc label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.custom_rc label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
div#last-step h2 {
    margin-bottom: 25px;
}

/* On mouse-over, add a grey background color */
.custom_rc label:hover input~.checkmark {
    background-color: #e31e2438;
}

/* When the checkbox is checked, add a blue background */
.custom_rc label input:checked~.checkmark {
    background-color: #ffe8e0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom_rc label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom_rc label input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom_rc label .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #3b9435;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom_rc label .checkmark:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 5px;
    width: 14px;
    height: 14px;
    background: white;
    border-radius: 50%;
}

.custom_rc .rd_slcrt .checkmark:after {
    border: none !important;
}

.custom_rc .rd_slcrt .checkmark:before {
    display: none;
}
.licenses .custom_rc {
    margin: 14px 0 0px;
}
.custom_rc {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    margin: 14px 0 30px;
    column-gap: 16px;
}

.look_rc {
    grid-template-columns: 1fr 1fr;
}

.more_option {
    grid-template-columns: repeat(5, 1fr);
}

.nav_buttons {
    /*position: absolute;*/
    width: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 58px;
    /*border-top: 1px solid #ffffff; */
}

.nav_buttons button {
    background: #e31e24;
    border: none;
    padding: 8px 17px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    column-gap: 8px;
    width: 117px;
    justify-content: center;
}

.btn_previ img {
    transform: scaleX(-1);
}

.nav_buttons button img {
    width: 17px;
}

.column-0 {
    grid-template: none !important;
}
 .mobile-bottom  ul {
    display: none;
}

@media only screen and (min-width:1200px) {
    .steps_outer {
        margin-left: 0;
    }

    .container {
        max-width: 1315px;
    }
 
}

@media only screen and (min-width: 1500px) {
    .container {
        max-width: 1611px;
    }
  
}

    
@media only screen and (min-width:1500px) and (max-width:2000px) {    
#hero {
    height: 700px;
}
}
@media only screen and (min-width:991px) and (max-width:1500px) {
   
    .container .ml-auto{
        padding-left: 20px;
    }
    .steps_outer {
        padding: 16px;
    }

    .steps_outer h2 {
        font-size: 24px;
    }

    .steps_outer .nav-tabs .nav-item {
        margin: 0 2px !important;
        font-size: 14px;
    }

    .custom_rc label {
        font-size: 15px;
        line-height: 18px;
    }

    .nav_buttons {
        padding: 12px 16px;
    }

    .custom_rc {
        margin: 20px 0 48px;
    }
}

@media only screen and (max-width:767px) {
    .nav-tabs .nav-item {
        font-size: 13px;
        margin: 0 3px !important;
    }

    .steps_outer .nav-tabs .nav-item .nav-link {
        padding: 8px 9px;
    }

    .steps_outer {
        padding: 30px 10px;
    }

    .steps_outer h2 {
        font-size: 16px !important;
    }

    section.steps {
        width: 100%;
    }


    .custom_rc label img {
        width: 30px;
        height: 30px;
    }

    .custom_rc label {
        font-size: 10px;
    }

    .nav_buttons {
        padding: 12px 16px;
    }

    .nav_buttons button img {
        width: 19px;
    }

    .nav_buttons button {
        padding: 8px 7px;
        font-size: 13px;
        width: 102px;
    }
    
    .mobile-bottom  ul {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        margin: 0;
        padding: 0px;
        list-style: none;
    }
    .mobile-bottom {
        position: fixed;
        bottom: 0;
        background: #aa1824;
        width: 100%;
        display: block !important;
        line-height: 17px;
    }
    li.fsd-one {
       background-color: #384c8a;
       padding: 10px;
    }
    li.fsd-two {
       background-color: #25d366;
       padding: 10px;
    }
    li.fsd-three {
        background: #d91e29;
        padding: 10px;
    }
    
    .mobile-bottom .modal {
        background: #0000009c;
    }
    .mobile-bottom .modal-content {
        height: fit-content;
        top: 24%;
        width: 98%;
        padding: 17px;
        margin: 0 auto;
    }
    .mobile-bottom .modal-content .form-control {
        border: none;
        font-size: 15px;
        border: 1px solid #9d9d9d;
    }
    .mobile-bottom .close {
        font-size: 28px;
        margin-top: -18px;
    }
    .mobile-bottom  ul a{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #fff;
    }
    .mobile-bottom ul li a i {
        color: #fff;
    }
    .mobile-bottom ul li a {
        color: #fff !important;
    }
    .mobile-bottom .modal-content button.btn.btn-theme {
        background: #262094;
        color: #fff;
    }
    .mobile-bottom .modal-content button.btn.btn-theme:hover {
        background: #e31e24;
    }
    .mobile-bottom .modal-content span.close {
        right: 0px;
        width: 40px;
        height: 40px;
        background: #e33a3a;
        display: flex;
        color: #fff;
        justify-content: center;
        opacity: 1;
        position: absolute;
        top: 18px;
    }
    .mobile-bottom .modal-content .form-group {
        margin-bottom: 10px;
    }
}

.steps_outer {
    width: 70%;
    text-align: center;
}

.new-login-area .input-edit:focus {
    border: 1px solid #ced4da !important;
}

.error-focus {
    border: 1px solid #ff0000 !important;
}

.text-error {
    color: #ffffff !important;
}


#cityDropdown {
    text-align: left;
    background: white;
    height: 163px;
    overflow-y: scroll;
    padding: 0;
    border-left: 1px solid #ff3c00;
    border-bottom: 1px solid #ff3c00;
    border-right: 1px solid #ff3c00;
    display: none;
}

#cityDropdown div {
    border-bottom: 1px solid #f2f2f2;
    padding: 5px 13px;
    font-size: 14px;
    transition: all 0.5s linear;

}

#cityDropdown div:hover {
    background: #f2f2f2;
}
.innerbanner_enquire h4 {
    color: #fff;
    text-transform: uppercase;
}
#about ul li {
    width: 18%;
    list-style: none;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 45px;
}
.medicine-img {
    border: 3px solid gray;
    border-radius: 150px;
    padding: 24px;
}
#about ul li span{
font-size:15px;
}
.cate-list li {
    display: inline-block;
    border: 1px solid gray;
    padding: 14px 22px;
    margin: 11px 2px 11px;
    border-radius: 50px;
    width: 24% !important;
}
.cate-list li:hover {
    background:#f27038;
    color: #fff;
}

#footer ul.footer-menu li a {
    display: block;
    padding: 7px 10px;
    margin-bottom: 5px;
    background: rgba(0,0,0,.1);
    color: #fff;
    border: 1px solid rgba(0,0,0,.04);
	list-style:none;
}
#footer ul.footer-menu li {
list-style:none;
}
@media (min-width: 1200px){
.col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
    float: left;
}
}
@media (min-width: 320px) and (max-width: 767px){
#about ul li {
    width: 33.33%;
    padding: 10px;
    margin-bottom: 15px;
}
.cate-list li {
    padding: 8px 14px;
    margin: 11px 2px 11px;
    border-radius: 50px;
    font-size: 10px;

}
}