@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,500;1,800&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap');

/******** common  css  *********/
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body{
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.57143;
    font-weight: 400;
    color: #000000;
    margin-right:0px !important;
}
img{
    width: 100%;
}
a{
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
}
ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
p {
    font-size: 0.875rem;
}
body::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}
body::-webkit-scrollbar{
    width: 8px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb{
    background-color: #cf0034;
    border-radius: 10px;
}
.comn-btn{
    background-color: #cf0034;
    padding: 10px 40px;
    font-size: 1.1rem;
    color: #ffffff;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.5s ease all;
    border: unset !important;
    box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #ffd0d0 0 -3px 0 inset;
}
.comn-btn:hover{
    background-color: #9e40d2;
    box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #b4b4ff 0 -3px 0 inset;
    color: #ffffff;
}
.comn-btn1{
    background-color: #9e40d2;
    padding: 10px 40px;
    font-size: 1.1rem;
    color: #ffffff;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
    transition: 0.5s ease all;
    border: unset !important;
    box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #b4b4ff 0 -3px 0 inset;
}
.comn-btn1:hover{
    background-color: #cf0034;
    box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #ffd0d0 0 -3px 0 inset;
    color: #ffffff;
}
.padding-lr-zero{
    padding-left: 0px;
    padding-right: 0px;
}
.slick-arrow{
    transition: all 0.3s ease-in-out;
}
.slick-arrow:hover,
.slick-prev:focus,
.slick-next:focus{
    border: unset !important;
}
.slick-prev{
    position: absolute;
    left: 10px !important;
    right: unset !important;
    z-index: 9;
    top: 48%;
}
.slick-next{
    position: absolute;
    right: 10px !important;
    left: unset !important;
    z-index: 9;
    top: 48%;
}
.slick-dots li button:before {
    font-size: 16px;
}
.slick-prev:before, .slick-next:before{
    font-size: 24px !important;
}
.select2, .select2-selection--single{
    height: 45px !important;
    border: unset !important;
}
.select2-selection__rendered{
    height: 45px;
    color: #25245e;
    border: 1px solid #dddddd !important;
    background-color: #ffffff;
    border-radius: 4px;
    font-size: 15px;
    padding: 10px 20px !important;
    width: 100%;
    text-align: left;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px !important;
    right: 5px !important;
}

/******* top header *******/
.top-header{
    background-color: #9e40d2;
    padding: 6px 0px;
}
.top-navbar-box{
    display: flex;
}
.top-navbar{
    flex-direction: row !important;
}
.top-navbar .nav-link{
    padding-top: 0px;
    padding-bottom: 0px;
    color: #ffffff;
    transition: 0.5s ease all;
}
.date-time{
    display: flex;
    align-items: center;
    justify-content: end;
}
.date-time a{
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-navbar .nav-link:hover{
    color: #ffffff;
}
.playstore-icon{
    width: 20px;
}
.form-select{
    width: 150px;
}

/******* bottom header *******/
.bottom-header{
    padding: 8px 0px;
    position: relative;
}
.logo-left img{
    width: 260px;
    height: 65px;
    object-fit: contain;
}
.logo-right img{
    width: 75px;
    height: 75px;
    object-fit: contain;
}
.login-register-area{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.login-register-box{
    display: flex;
    align-items: center;
}
.login-register{
    min-width: 225px;
    display: flex;
    align-items: center;
    column-gap: 5px;
    background-color: #9e40d2;
    padding: 10px 15px;
    border-radius: 50px 0px 0px 50px;
    position: relative;
}
.login-register::after {
    content: '';
    position: absolute;
    right: 0px;
    height: 100%;
    width: 40px;
    background-color: #cf0034;
    border-radius: 30px 0px 0px 30px;
}
.bell-notify{
    content: '';
    position: absolute;
    right: 0px;
    font-size: 20px;
    z-index: 999;
}
.login-register li{
    color: #ffffff;
}
.login-register li a {
    color: #ffffff;
    font-size: 1rem;
    display: block;
    padding: 8px 10px;
    font-weight: 500;
}

/********* header section *********/
.navbar-section .navbar{
    background: #cf0034 !important;
    background-image: radial-gradient(100% 100% at 100% 0, #cf0034 0, #cf0034 100%) !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.navbar-section .nav-link{
    color: #ffffff !important;
    padding: .8rem 1rem;
}
.navbar-section .nav-link.active{
    background-color: #9e40d2 !important;
}
.navbar-section .nav-link:hover{
    background-color: #9e40d2 !important;
}
.dropdown-menu{
    border-radius: 0px !important;
}
.navbar-brand img{
    width: 50px;
    transition: all 0.3s ease-in-out;
}
.navbar-Show {
    padding-top: 0px;
    padding-bottom: 0px;
    position: fixed;
    animation: 500ms ease-in-out 0s normal none 1 running top;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 1px 4px rgba(2, 3, 3, 0.1);
}
@keyframes top{
    0%{
        top: -50px;
    }
}
.navbar-toggler i{
    color: #ffffff !important;
    font-size: 24px;
}

/********* slider section *********/
.main-slider{
    position: relative;
}
.main-slider .slick-prev:before, .main-slider .slick-next:before{
    color: #eeeeee !important;
}
.main-slider .slick-dots {
    bottom: 10px !important;
}
.slick-dotted.slick-slider{
    margin-bottom: 0px !important;
}
.slider-imgbox img{
    height: 477px;
    object-fit: fill;
}

/****** become Section ******/
.become-section {
    width: 100%;
    background-image: url(../images/bg.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}
.become-card {
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 2px 15px 20px 15px;
}
.retailer-card {
    background-color: #cf0034;
    border-radius: 1rem;
    padding: 1.6rem 1.6rem;
    padding-bottom: 0px;
}
.retailer-card .txt {
    font-size: 0.875rem;
    font-weight: 700;
    color: #ffffff;
}
.retailer-card h2 {
    color: #ffffff;
    font-size: 3.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.retailer-card p {
    font-size: 0.813rem;
    color: #ffffff;
    width: 100%;
}
.retailer-card .rd-list1 li {
    list-style: disc;
    font-size: 0.875rem;
    color: #ffffff;
    margin-bottom: 5px;
}
.mretainer {
    column-gap: 1rem;
    justify-content: space-between;
    display: flex;
}
.retailer-card h5 {
    width: 78%;
    font-size: 1.3rem;
    line-height: 30px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 25px;
    margin-bottom: 0px;
}
.retailer-card .rd-list2 {
    background-color: #9e40d2;
    padding: 1rem 3rem;
    border-radius: 80px;
}
.retailer-card .rd-list2 li {
    font-size: 1rem;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 2px;
}
.rt-pick {
    text-align: right;
}
.rt-pick img {
    width: 100%;
}
.inst-list {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.inst-list li {
    margin-bottom: 10px;
    font-size: 1.5rem;
    color: #000000;
    font-weight: 500;
}
.inst-list li img {
    width: 40px;
    margin-right: 1rem;
}
.business-card {
    background-color: #ffffff;
    border-radius: 80px;
    padding: 1rem 2.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 15px;
    max-width: 1070px;
    margin: 30px auto;
}
.ap-cards-list {
    display: flex;
    column-gap: 20px;
    align-items: center;
    margin: 0px;
    padding: 0px;
}
.ap-cards-list li {
    font-size: 30px;
    color: #cf0034;
}
.ap-cards-list img {
    width: 200px;
}
.aadhar-pan-cards-text h4 {
    color: #cf0034;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 6px;
}
.aadhar-pan-cards-text h5 {
    font-size: 1.2rem;
    color: #000000;
    font-weight: 600;
}
.aadhar-pan-cards-text h4 .text-clr {
    color: #000000;
}
.aadhar-pan-cards-text h4 .plus-sym {
    color: #000000;
    display: inline-block;
    padding: 0px 15px;
}
.title-busniss {
    font-size: 2.6rem;
    font-weight: 600;
    font-style: italic;
    margin-top: 2.5rem;
    text-align: center;
    font-family: 'Inter', sans-serif;
    margin-bottom: 2rem;
}
.regster-btn {
    padding: 12px 30px;
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 600;
    background-image: linear-gradient(to right, #9e40d2, #cf0034);
    transition: 0.5s ease all;
    border-radius: 10px;
}
.regster-btn:hover{
    color: #ffffff;
    background-image: linear-gradient(to right, #cf0034, #9e40d2);
}

/****** india map Section ******/
.india-map-section{
    width: 100%;
    background-image: url(../images/bg2.jpg);
    background-position: top center;
    background-size: 100%;
    position: relative;
    padding: 2rem 0rem;
}
.india-map img {
    width: 90%;
}
.abtext h3 {
    font-size: 2.2rem;
    line-height: 55px;
    color: #ffffff;
    font-weight: 700;
}
.abtext .bgorg {
    color: #cf0034;
}
.retdt-list {
    margin: 0px;
    padding: 0px;
}
.retdt-list li:first-child {
    background-color: #cf0034;
}
.retdt-list li:nth-child(2) {
    background-color: #ceaa28;
}
.retdt-list li:nth-child(3) {
    background-color: #098a96;
}
.retdt-list li:nth-child(4) {
    background-color: #9e40d2;
}
.retdt-list li {
    font-size: 1.3rem;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
    border-radius: 40px;
    padding: 4px 30px;
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.retdt-list li span {
    font-size: 2.2rem;
    font-weight: 700;
}

/****** digital services Section ******/
.digital-seva-services{
    width: 100%;
    background-image: url('../images/bg.jpg');
    background-position: top center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}
.digital-cards-box .serv-cards-title{
    display: flex;
    column-gap: 1rem;
    margin-bottom: 2rem;
    align-items: center;
    justify-content: center;
}
.serv-cards-title span{
    background-color: #cf0034;
    padding: 10px;
    border-radius: 30px 30px 0px 30px;
    width: 57px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #cf0034;
    padding: 13px;
    border-radius: 30px 30px 0px 30px;
}
.serv-cards-title h4{
    font-size: 1.4rem;
    font-weight: 700;
}
.serv-cards-title img{
    width: 28px;
}
.digital-cards-box ul{
    margin: 0px;
    padding: 0px;
    column-count: 2;
    column-gap: 1rem;
}
.digital-cards-box ul li:first-child{
    margin-top: -8px;
}   
.digital-cards-box ul li a{
    padding: 7px 13px;
    background-color: #cf0034;
    border-radius: 30px;
    font-size: 0.845rem;
    color: #ffffff;
    text-align: center;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px auto;
}
.digital-cards-box ul li a:hover{
    background-color: #9e40d2;
}
.digital-pick-cards{
    padding-top: 8rem;
} 
.digital-cards-box .colm-1{
    column-count: 1;
}
.main-cards.mgt{
    margin-top: 5rem;
}
.earn-bx{
   width: fit-content;
    margin: 0px auto;
    padding: 1rem 1.6rem;
    margin-bottom: 0px;
    background-color: #cf0034;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 500;
    border-radius: 40px;
    position: relative;
    top: -12px;
}

/****** digital services Section ******/
.digital-services-Section {
    width: 100%;
    background-image: url(../images/bg.jpg);
    background-position: top center;
    background-size: 100%;
    position: relative;
    z-index: 100;
}
.digital-services-Section .title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #cf0034;
    position: relative;
    text-align: center;
    margin-bottom: 4rem;
}
.digital-services-Section .title span {
    color: #9e40d2;
}
.digital-services-Section .title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #cf0034;
    position: relative;
    text-align: center;
    margin-bottom: 4rem;
}
.digital-services-Section .title::after {
    content: '';
    width: 32px;
    height: 2.4px;
    background-color: #cf0034;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -15px;
}
.services-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.services-cards {
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    padding: 1rem 1.5rem;
    border: 1px solid #ddd;
    overflow: hidden;
}
.services-cards.bg-org {
    background-color: #cf0034;
    color: #ffffff;
}
.services-cards img {
    width: 145px;
}
.services-cards h4 {
    font-size: 1.5rem;
    font-weight: 700;
    width: 65%;
}
.services-cards.bg-green {
    background-color: #9e40d2;
    color: #ffffff;
}
.services-cards.bg-white {
    background-color: #ffffff;
    color: #424242;
}

/****** digital seva about Section ******/
.digital-seva-about-section{
    width: 100%;
    background-image: url(../images/bg2.jpg);
    background-position: top center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}
.digital-cards-box .serv-cards-title {
    display: flex;
    column-gap: 1rem;
    margin-bottom: 2rem;
    align-items: center;
    justify-content: center;
}
.digital-cards-box ul {
    margin: 0px;
    padding: 0px;
    column-count: 2;
    column-gap: 1rem;
}
.digital-cards-box ul li:first-child {
    margin-top: -8px;
}
.digital-cards-box ul li a {
    padding: 7px 13px;
    background-color: #cf0034;
    border-radius: 30px;
    font-size: 0.845rem;
    color: #ffffff;
    text-align: center;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px auto;
}
.digital-seva-about-section h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    position: relative;
    color: #ffffff;
}
.digital-seva-about-section h2::after {
    content: '';
    width: 34px;
    height: 2px;
    background-color: #cf0034;
    position: absolute;
    left: 0;
    bottom: -8px;
}
.digital-seva-about-section p {
    color: #ffffff;
    font-size: 1rem;
}
.exp-digital {
    column-gap: 12px;
    align-items: center;
    margin-top: 1.3rem;
}
.exp-digital > div {
    padding: 18px 35px 18px 20px;
    min-height: 100px;
    display: flex;
    align-items: center;
}
.exp-digital > div:first-child {
    background-color: #9e40d2;
}
.exp-digital > div h4 {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.3rem;
}
.exp-digital > div:last-child {
    background-color: #cf0034;
}

/****** district Section ******/
.district-section{
    background-image: linear-gradient(to right, #9e40d2, #002046);
    color: #ffffff;
}
.district-title{
    font-size: 4.2rem;
    margin-bottom: 5.5rem;
    position: relative;
    text-align: center;
    font-weight: 700;
    position: relative;
}
.district-title::after {
    content: '';
    width: 80px;
    height: 3px;
    background-color: #cf0034;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -20px;
}
.district-busines-card h4 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    font-weight: 700;
}
.laptop-img {
    width: 90%;
    margin: 0px auto;
}
.min-high-invest {
    display: flex;
    column-gap: 20px;
}
.min-high-invest > div {
    padding: 0.813rem 1.4rem;
    background-color: #cf0034;
    border-radius: 40px;
    display: flex;
    column-gap: 8px;
    align-items: center;
}
.min-high-invest img {
    width: 30px;
}
.min-high-invest h5 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0px;
}
.get-card {
    width: 70%;
}
.get-card h3 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    font-weight: 700;
}
.get-list {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}
.get-list li {
    font-size: 1.3rem;
    color: #ffffff;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    column-gap: 5px;
    font-weight: 500;
}
.get-list li .bi {
    font-size: 15px;
}
.unl-creatiion {
    background-color: #014274;
    padding: 1.5rem 2rem;
    border-radius: 1.2rem;
}
.unl-creatiion ul li {
    border-radius: 30px;
    border: 4px solid #fff;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    background-color: #cf0034;
    width: fit-content;
    padding: 7px 20px;
}
.apply-btn {
    background-color: #cf0034;
    padding: 12px 40px;
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    border-radius: 16px;
    text-decoration: none;
    transition: 0.5s ease all;
}
.apply-btn:hover {
    background-color: #9e40d2;
    color: #ffffff;
}

/****** quick seva Section ******/
.quick-seva-section{
    width: 100%;
    background-image: linear-gradient(rgba(0, 165, 55, 0.501), rgba(0, 165, 55, 0.611)), url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    overflow: hidden;
    padding-bottom: 150px;

}
.quick-content {
    max-width: 900px;
    margin: 20px auto;
}
.quick-seva-title{
    text-align: center;
    background-color: #cf0034;
    padding: 1rem 1.4rem;
    color: #ffffff;
    font-weight: 800;
    width: fit-content;
    margin: 10px auto 40px;
    font-size: 2.5rem;
    border-radius: 4px;
}
.quick-seva-heading{
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    color: #ffffff;
    font-weight: 500;
}
.quick-seva-heading::after {
    content: '';
    width: 120px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -25px;
}
.quick-seva-info{
    color: #ffffff;
    margin-top: 30px;
}

/******* partner Section ********/
.partner-img{
    border-radius: 3px 3px 0px 0px;
    transition: 0.5s ease all;
    height: 100px;
    object-fit: contain;
}
.partner-item-inner{
    padding: 20px 15px;
}
.partner-item-inner i{
    color: #cf0034;
}
.partner-section .slick-track{
    margin-bottom: 30px;
}
.partner-box{
    margin-right: 15px;
    margin: 10px;
}
.partner-imgbox{
    position: relative;
    overflow: hidden;
}
.our-partner-heading{
    font-size: 4.2rem;
    margin-bottom: 3.5rem;
    position: relative;
    text-align: center;
    font-weight: 700;
    color: #cf0034;
}
.our-partner-heading::after {
    content: '';
    width: 80px;
    height: 3px;
    background-color: #9e40d2;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -20px;
}
.partner-size,
.partner-address{
    color: #333;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 5px;
}
.partner-price{
    color: #666;
    font-size: 15px;
    font-weight: bolder;
    margin: 5px;
}

/******* contact Section ********/
.contact-form-area {
    background-color: #ffffff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 40px;
}
.comn-section-heading h2 {
    font-size: 32px;
    position: relative;
    text-transform: capitalize;
    color: #9e40d2;
    line-height: 42px;
    margin-bottom: 10px;
    display: block;
}
.comn-section-heading h2 span{
    color: #cf0034;
}
.contact-form-area .form-control {
    height: 50px;
    color: #25245e;
    border: 1px solid #e8e8e8;
    background-color: #f9f9f9;
    border-radius: 4px;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
}

textarea.form-control {
    height: unset;
}

/*breadcrumb-section*/
.breadcrumb-section{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 80px 0px;
    z-index: -1;
    width: 100%;
}
.breadcrumb-section::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background: #9e40d27d;
    content: "";
    transition: all 0.4s ease;
}
.breadcrumb-area{
    line-height: initial;
    padding-left: 49px;
    position: relative;
    z-index: 333;
}
.breadcrumb-menu{
    color: #ffffff;
    line-height: initial;
    padding-left: 49px;
    position: relative;
}
.breadcrumb-menu li{
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
}
.breadcrumb-menu li:last-child {
    margin: 0;
    padding: 0;
    color: #cf0034;
}
.breadcrumb-menu li + li::before {
    content: "\f105";
    font-family: 'FontAwesome';
    left: -7px;
    position: relative;
    font-size: 18px;
    color: #fff;
}
.breadcrumb-menu li a{
    color: #fff;
    transition: all 0.3s ease;
    font-size: 18px;
    font-weight: 500;
    padding-right: 8px;
    margin-right: 8px;
    display: inline-block;
}
.breadcrumb-menu::before{
    content: "";
    position: absolute;
    top: 50%;
    width: 32px;
    height: 4px;
    left: 0;
    background: #cf0034;
    margin-top: -2.5px;
}
.breadcrumb-heading{
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    line-height: 45px;
    margin-top: 5px;
}

/******* contact section *******/
.contact-form-area .form-control{
    height: 50px;
    color: #25245e;
    border: 1px solid #e8e8e8;
    background-color: #f9f9f9;
    border-radius: 4px;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
}
.contact-section{
    padding: 80px 0px;
}
.contact-form-area textarea.form-control {
    height: 140px;
}
.quick-contact-area{
    background-color: #ffffff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
}
.quick-contact-heading h3{
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: -4px;
    font-weight: 700;
}
.quick-contact-list{
    font-size: 18px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
    background-color: #034a6a;
    padding: 19px 20px;
    padding-left: 65px;
}
.quick-contact-list i{
    position: absolute;
    left: 25px;
    top: 22px;
    font-size: 25px;
}
.quick-contact-list a{
    display: block;
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
}
.form-control {
    height: 45px;
    color: #25245e;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    border-radius: 4px;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
}
.upload-file__input {
    position: absolute;
    inset-inline-start: 0;
    inset-block-start: 0;
    inline-size: 100%;
    block-size: 100%;
    opacity: 0;
    cursor: pointer;
}
.upload-file {
    position: relative;
    cursor: pointer;
    border: 1px dashed #758590;
    padding: 20px;
    text-align: center;
    border-radius: 4px;
}
.upload-file img{
    width: 40px;
    margin: 0 auto;
    vertical-align: middle;
    height: 40px;
    object-fit: contain;
}

/*team-section*/
.team-section{
    background: #ffffff !important;
}
.team-single-box{
    text-align: center;
    margin: 40px 0 0;
}
.team-thumb{
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}
.team-section .col-12:nth-child(odd) .team-single-box .team-thumb:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background: #9e40d240;
    content: "";
    transition: all 0.4s ease;
}
.team-section .col-12:nth-child(even) .team-single-box .team-thumb:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background: #cf003457;
    content: "";
    transition: all 0.4s ease;
}
.team-thumb img{
    transition: all 0.3s linear;
    border-radius: 15px;
    width: 100%;
}
.our-team-heading{
    font-size: 4.2rem;
    margin-bottom: 3.5rem;
    position: relative;
    text-align: center;
    font-weight: 700;
    color: #9e40d2;
}
.our-team-heading::after {
    content: '';
    width: 80px;
    height: 3px;
    background-color: #cf0034;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -20px;
}
.team-single-box:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.team-info{
    background: #fff;
    margin: -80px 30px 0;
    padding: 25px 25px 35px;
    position: relative;
    z-index: 1;
    border-radius: 15px;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
}
.team-title{
    font-weight: 700;
    margin-bottom: 8px;
    color: #9e40d2;
    font-size: 22px;
}
.team-designation{
    font-weight: 400;
    color: #2d2e2e;
    font-size: 14px;
}
.team-social-box{
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 100%;
}
.team-social-box .team-social-link{
    opacity: 0;
    right: -40px;
    position: relative;
    visibility: hidden;
}
.team-icon,
.team-social-box .team-social-link{
    cursor: pointer;
    font-size: 15px;
    margin-right: 12px;
    color: #fff;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #cf0034;
    transition: all 0.3s linear;
    border-radius: 50%;
    box-shadow: 5px 5px 18px 0px rgba(3, 74, 106, 0.3);
}
.team-icon{
    margin-right: 0px;
}
.team-social-box.active .team-social-link {
    opacity: 1;
    visibility: visible;
    right: 0;
    box-shadow: 5px 5px 18px 0px rgba(42, 67, 113, 0.15);
}
.team-social-box .team-social-link:hover {
    transform: translateY(-5px);
}
.team-social-box.active .team-icon{
    transform: rotate(45deg);
    box-shadow: 5px 5px 18px 0px rgba(42, 67, 113, 0.15);
    background: #fff;
    color: #034a6a;
}
.team-social-box .pinterest {
    background-color: #79b32f !important;
    background-image: unset;
}
.team-social-box .facebook {
    background-color: #0160e7 !important;
    background-image: unset;
}
.team-social-box .twitter {
    background-color: #15b7ec !important;
    background-image: unset;
} 

/*counter-area*/
.counter-area{
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 11px 11px 38px rgba(0,0,0,0.2);
    padding: 50px 0px;
    margin-top: -125px;
}
.counter-single-box{
    text-align: center;
}
.counter-icon{
    padding: 25px;
    border: 1.5px solid #cf0034;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto auto 15px auto;
    border-radius: 100%;
}
.counter-icon img{
    width: 25px;
    height: 25px;
    object-fit: contain;
}
.counter-title h4{
    margin-top: 6px;
    color: #cf0034;
    font-size: 20px;
    font-weight: 700;
}
.counter-number{
    font-size: 40px;
    font-weight: 800;
    color: #9e40d2;
}

/******contact-us-section******/
.contact-us-section{
    background: #ffffff !important;
}
.contact-us-box .comn-section-heading h2{
    color: #9e40d2 !important;
    font-weight: 700;
}
.contact-us-content .comn-section-heading h2{
    color: #9e40d2 !important;
}
.contact-us-section .comn-info-box p{
    color: #000000;
}
.contact-us-box{
    text-align: center;
    padding: 25px;
    background-color: #e2e2ff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}
.contact-us-heading{
    font-size: 28px;
    text-transform: capitalize;
    color: #2E2751;
    line-height: unset;
    margin-bottom: 15px;
    font-weight: 700;
}
.contact-us-form .comn-btn{
    width: 100%;
}

/******* privacy policy *******/
.privacy-policy-area{
    background-color: #ffffff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 40px;
}
.privacy-policy-img{
    width: 100%;
    height: 300px;
    object-fit: contain;
}
.privacy-head{
    color: #9e40d2;
}
.privacy-number{
    color: #cf0034;
    font-weight: 700;
}

/******* terms and condition *******/
.term-conditions-area{
    background-color: #ffffff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 40px;
    position: relative;
}
.term-conditions-img{
    width: 100%;
    height: 300px;
    object-fit: contain;
}
.term-conditions-head{
    color: #9e40d2;
}
.term-conditions-number{
    color: #cf0034;
    font-weight: 700;
}

/******* apply jobs section *******/
.apply-jobs-card{
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border: 0px;
}
.apply-jobs-card img{
    width: 100%;
}
.apply-jobs-card .card-title{
    color: #9e40d2;
    font-size: 20px;
    font-weight: 700;
    display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.apply-jobs-card .card-title span{
    color: #b2b2b2;
    font-size: 18px;
    font-weight: 500;
}
.apply-jobs-card .comn-btn {
    padding: 9px 18px;
    font-size: 0.8rem;
}
.apply-jobs-card p{
    display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.jobApply-modal{

    z-index: 99999;

}

.jobapply-modal-list li p{

    position: relative;

    padding-left: 15px;

}

.jobapply-modal-list li p::after{

    content: "";

    position: absolute;

    left: 0px;

    top: 8px;

    background-color: #cf0034;

    width: 6px;

    height: 6px;

    border-radius: 100%;

}

.jobapply-modal-list li p::before{

    content: "";

    position: absolute;

    left: -2px;

    top: 6px;

    background-color: #cf00343b;

    width: 10px;

    height: 10px;

    border-radius: 100%;

}

.jobapply-modal-heading h3 {
    font-size: 16px; /* Sets the font size to 16 pixels */
    font-weight: 500; /* Sets the font weight to 500 (medium) */
    text-transform: capitalize; /* Capitalizes the text */
    color: #ffffff; /* Sets the text color to white */
    background: #00f; /* Sets the background color to blue */
    padding: 4px 12px; /* Adds padding of 4 pixels on the top and bottom, and 12 pixels on the left and right */
    border-radius: 0px 0px 40px 0px; /* Sets border radius for the bottom-right corner */
}
.jobApply-modal .modal-title{

    font-size: 16px;

    font-weight: 700;

    text-transform: capitalize;

    color: #cf0034;

}

.jobApply-modal .comn-btn, .jobApply-modal .comn-btn1{

    padding: 3px 15px 6px 15px !important;

    line-height: 25px !important;

    font-size: 0.8rem !important;

    border-radius: 4px !important;

}

/******* footer Section ********/
.footer-section {
    width: 100%;
    background-image: url(../images/bg.jpg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4rem 0rem;
}
.footer-logo img{
    width: 250px;
}
.top-footer{
    background-color: #ffffff;
    padding: 0.6rem 1.5rem;
    border-radius: 50px;
}
.social-area h5{
    color: #000000;
    align-items: center;
    display: flex;
}
.ftlogo h6{
    margin-bottom: 0px;
    margin-top: 8px;
    margin-left: 30px;
    padding-top: 0px;
    padding-left: 26px;
    font-size: 1rem;
    color: #000000;
    border-left: 1px solid #444;
}
.bottom-footer p a {
    color: #000000;
}
.social-icon-box ul li {
    display: inline-block;
    position: relative;
    text-align: center;
}
.social-icon-box .icon li a i {
    transition: all 0.4s ease-in-out 0s;
    color: #ffffff;
    width: 35px;
    height: 35px;
    background: #0277b1;
    background-image: radial-gradient(100% 100% at 100% 0, #ff7661 0, #cf0034 100%);
    line-height: 35px;
    border-radius: 100%;
    margin-left: 5px;
}
.social-icon-box .icon li a:hover i{
    transition: all 0.4s ease-in-out 0s;
    background-image: radial-gradient(100% 100% at 100% 0, #cf0034 0, #ff7661 100%);
}
.bottom-footer h4 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    font-weight: 700;
}
.footer-link-card h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 12px;
}
.link-row {
    display: flex;
    column-gap: 40px;
}
.footer-link-card ul li a {
    color: #000000;
    font-size: 0.875rem;
}

/****** copyright Section ******/
.copyright-section {
    background: #000000;
    color: #ffffff;
    border-top: 1px solid #454545;
}
.copyright-reserve-text{
    position: relative;
}
.copyright-reserve-text p{
    display: flex;
    align-items: center;
    justify-content: center;    
    color: #eeeeee !important;
    font-size: 13px;
}
.developby-text{
    position: absolute;
    left: 1px;
    top: 50%;
    transform: translateY(-50%);
}
.developby-text a{
    color: #cf0034;
}

/***********bottom to top button**********/
.bottom-to-top{
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 15px;
    height: 40px;
    width: 38px;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    color: #ffffff;
    background-color: #0277b1;
    background-image: radial-gradient(100% 100% at 100% 0, #ffd0d0 0, #cf0034 100%);
    box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #ffd0d0 0 -3px 0 inset;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-weight: 100 !important;
}
.bottom-to-top:hover{
    background-image: radial-gradient(100% 100% at 100% 0, #4fff8a 0, #9e40d2 100%);
    box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #4fff8a 0 -3px 0 inset;
    bottom: 18px;
}
.bottom-to-top:hover i{
    color: #ffffff !important;
}
.bottom-to-top i {
    color: #ffffff !important;
}
.bottom-to-top::after{
    background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%) repeat scroll 0 0;
    content: "";
    height: 10px;
    left: 5%;
    opacity: 1;
    position: absolute;
    top: 100%;
    width: 90%;
    z-index: -1;
}

/****** media query start *******/
@media (max-width: 1200px) {
    .slider-imgbox img{
        height: 400px;
    }
    .retailer-card h2 {
        font-size: 3.2rem;
    }
}
@media (max-width: 992px) {
    .services-row {
        grid-template-columns: repeat(2, 1fr);
    }
    .slider-imgbox img{
        height: 331px;
    }
    .mretainer {
        display: flex;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .mretainer .rt-pick img{
        margin: 20px 0 40px 0;
        object-fit: contain;
        width: 100%;
        height: 400px;
    }
    .aadhar-pan-cards{
        width: 100%;
        text-align: center;
    }
    .aadhar-pan-cards-text{
        width: 100%;
        text-align: center;
    }
    .ap-cards-list img {
        width: 100%;
        margin: 20px 0px;
    }
    .get-card {
        width: 100%;
    }
    .contact-us-content{
        margin-top: 25px;
    }
    .min-high-invest {
        display: block;
    }
    .min-high-invest div{
        margin-top: 10px;
    }
    .exp-digital{
        justify-content: center;
    }
    .india-pick{
        margin: 30px 0 !important;
    }
    .abtext, .retailer-serv{
        padding: 20px;
    }
    .social-area{
        width: 100%;
        justify-content: center;
        margin-top: 20px;
    }
    .copyright-section{
        padding-top: 30px !important;
        padding-bottom: 50px !important;
    }
    .developby-text {
        transform: translateX(-50%) !important;
        left: 50% !important;
        bottom: -55px !important;
    }
    .district-title {
        font-size: 3rem;
    }
    .become-section .retailer-card h2 {
        font-size: 2.8rem;
    }
    .quick-seva-title {
        font-size: 1.8rem;
    }
    .regster-btn {
        font-size: 1.8rem;
    }
    .login-register::after {
        border-radius: 100px 0px 0px 100px;
    }
}
@media (max-width: 768px){
    .bottom-header {
        padding: 18px 0px;
    }
    .logo-left img {
        width: 200px;
    }
    .top-navbar-box {
        width: 100%;
        justify-content: center;
    }
    .date-time {
        justify-content: center;
    }
    .logo-right img {
        width: 60px;
    }
    .slider-imgbox img {
        height: 256px;
    }
    .login-register {
        min-width: 210px;
    }
    .services-row {
        grid-template-columns: repeat(1, 1fr);
    }
    .ftlogo{
        justify-content: center;
    }
    .footer-logo img {
        width: 215px;
    }
    .min-high-invest > div{
        margin-bottom: 10px;
    }
    .laptop-img {
        margin: 15px auto;
    }
    .inst-list li {
        text-align: center;
    }
    .digital-pick-cards img{
        display: none;
    }
    .earn-bx {
        font-size: 1.2rem;
        top: 0px;
    }
    .services-cards img {
        width: 110px;
    }
    .business-card{
        flex-wrap: wrap;
    }
    .aadhar-pan-cards-text h4 {
        font-size: 1.6rem;
    }
    .ap-cards-list{
        display: block;
    }
    .counter-section .nagative-margin {
        margin: -100px 15px 0;
    }
    .district-title {
        font-size: 2.5rem;
    }
    .become-section .retailer-card h2 {
        font-size: 2.5rem;
    }
    .retailer-card {
        padding: 1rem;
    }
    .retailer-card .rd-list2 {
        padding: 1rem;
        border-radius: 20px;
    }
    .apply-btn {
        font-size: 1.4rem;
    } 
    .quick-seva-title {
        font-size: 1.5rem;
    }
    .regster-btn {
        font-size: 1.5rem;
    }
}
@media (max-width: 572px){  
    .slider-imgbox img {
        height: 190px;
    }
    .logo-left img {
        width: 150px;
    }
    .logo-right img {
        width: 50px;
    }
    .login-register {
        min-width: 150px;
    }
    .login-register li a {
        font-size: 0.7rem;
        padding: 5px 4px;
    }
    .login-register::after {
        width: 25px;
    }
    .footer-logo img {
        width: 180px;
    }
    .ftlogo h6 {
        margin-left: 10px;
        padding-left: 10px;
        font-size: 0.8rem;
    }
    .exp-digital > div {
        padding: 10px;
    }
    .district-title {
        font-size: 2.2rem;
    }
    .become-section .retailer-card h2 {
        font-size: 2.2rem;
    }
    .our-team-heading , .our-partner-heading{
        font-size: 3.2rem;
    }
    .apply-btn {
        font-size: 1.2rem;
    }
    .mretainer .rt-pick img {
        margin: 0;
    } 
    .quick-seva-title {
        font-size: 1.4rem;
    }
    .title-busniss {
        font-size: 1.8rem;
    }
    .regster-btn {
        font-size: 1.2rem;
    }
}
@media (max-width: 400px){
    .slider-imgbox img {
        height: 133px;
    }
    .district-title {
        font-size: 1.8rem;
    }
    .become-section .retailer-card h2 {
        font-size: 1.8rem;
    }
    .quick-seva-title {
        font-size: 1.2rem;
    }
}
@media (max-width: 400px){
    .slider-imgbox img {
        height: 120px;
    }
}