@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&amp;display=swap');

* {
    margin: 0px;
    padding: 0px;
}

@media (max-width: 600px) {
    .wtlist {
        column-count: 1;
        padding-left: 20px;
    }
}

body {
    background-color: #ffffff;
    letter-spacing: 0.4px;
    font-family: 'Open Sans', sans-serif;
    /*font-family: "Kruti Dev 010";*/
}

img {
    max-width: 100%;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    font-size: 14px;
    line-height: 24px;
}

ol {
    padding-left: 30px;
}

h1, h2, h3, h4 {
    color: #222222;
}

p {
    color: #222222;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}


.header {
    width: 100%;
}

section {
    padding: 40px 0px;
}

.container {
    /*max-width: 1200px;*/
    max-width: 85%;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 8px rgb(0 0 0 / 9%);
}

    .fixed .logo img {
        width: 220px;
    }

    .fixed .logosectn {
        padding: 2px 15px;
    }

    .fixed .menu .navbar-light .navbar-nav .nav-link {
        padding: 2px 20px;
    }

    .fixed .digitlogo img {
        width: 60px;
    }

.topbar {
    padding: 11px 0px 10px;
    background-color: #444;
}

.tcontm a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.topbar span {
    font-size: 14px;
    color: #fff;
}

.topbar img {
    width: 20px;
}

.fa-mobile.mob {
    font-size: 22px;
    vertical-align: middle;
}

.toplist li {
    display: inline-block;
    list-style: none;
    color: #ffffff;
}

    .toplist li a {
        text-decoration: none;
        color: #fff;
        font-size: 14px;
        padding: 4px 15px;
    }

        .toplist li a:hover {
            color: #fd8e03;
        }

.botmheader {
    background-color: #fd8e03;
}

.menu .bg-light {
    background-color: #f8f9fa00 !important;
}

.menu .navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 15px;
    padding: 10px 20px;
    transition: all 0.4s ease-in-out;
}

    .menu .navbar-light .navbar-nav .nav-link:hover {
        color: #eee;
    }

.dropdown-menu {
    padding: 0px;
    border: none;
    border-radius: 6px;
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 8%);
}

    .dropdown-menu .dropdown-item {
        padding: 8px 15px;
        font-size: 14px;
        border-bottom: 1px solid #efefef;
    }

        .dropdown-menu .dropdown-item:last-child {
            border: none;
        }

        .dropdown-menu .dropdown-item:hover {
            color: #fff;
            border-radius: 6px;
            background-color: #fd8e03;
        }

.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-toggler {
    border: none !important;
}


/*.logo img {
    width: 280px;
}*/

.digitlogo img {
    width: 70px;
    margin-right: 15px;
}

.logosectn {
    background-color: #ffffff;
    padding: 10px 15px;
    border-radius: 10px;
    align-items: center;
}
.swipebox img {
    margin-top: 30px;
}
.digitlogo {
    text-align: right;
}

.whatsnew {
    width: 100%;
    padding: 10px 0px;
    background-color: #fff;
}

    .whatsnew p {
        font-size: 12px;
        letter-spacing: 0px;
        margin-bottom: 0px;
    }

        .whatsnew p span {
            color: #ff0819;
            font-size: 16px;
            font-weight: 700;
        }

.carousel.slide .carousel-item img {
    width: 100%;
}

/*.carousel:before{
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0px;
    background-color: rgb(25 25 25 / 16%);
    z-index: 1;
}
*/
.slide .carousel-caption {
    top: 25%;
    text-align: left;
}

    .slide .carousel-caption p {
        width: 50%;
        font-size: 16px;
        color: #ffffff;
    }

    .slide .carousel-caption h3 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 20px;
        color: #ffffff;
    }

.slide .carousel-indicators {
    bottom: 15px;
}

    .slide .carousel-indicators li {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background-color: #333333;
    }

    .slide .carousel-indicators .active {
        background-color: #333333;
        opacity: 1;
    }

.hmbtn .btn-scustm {
    margin-top: 20px;
    padding: 12px 35px;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #fd8e03;
    border-color: #fd8e03;
    transition: all 0.4s ease-in-out;
}

    .hmbtn .btn-scustm:hover {
        background-color: #1f4faa;
        border-color: #1f4faa;
    }

.abouts h1 {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-top: 0px;
    margin-bottom: 50px;
}

    .abouts h1 span {
        color: #fd8e03;
    }

.abouts h2 {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-top: 0px;
    margin-bottom: 30px;
}

    .abouts h2 .atmb {
        color: #075cab;
    }

    .abouts h2 .cntry {
        color: #4c9a38;
    }

    .abouts h2 .digi {
        color: #fd8e03;
    }

.btn.btn-custm {
    background-color: #fd8e03;
    border-color: #fd8e03;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 15px;
    transition: all 0.4s ease-in-out;
}

    .btn.btn-custm:hover {
        background-color: #509b1c;
        border-color: #509b1c;
    }

.services h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.services span {
    font-size: 40px;
    font-weight: 700;
    color: #fd8e03;
}

.services em {
    color: #075cab;
    font-style: normal;
}

.provde {
    width: 50%;
    clear: both;
    background-color: #fd8e03;
}

    .provde p {
        color: #ffffff;
        font-size: 14px;
        padding: 6px 15px;
    }

.sbox {
    text-align: center;
    width: 11%;
    padding: 15px 10px;
    margin-bottom: 20px;
    transition: all 0.4s ease-in-out;
}

    .sbox:hover {
        box-shadow: 0px 2px 15px 0px #dfdfdf;
        border-radius: 5px;
    }

    .sbox h4 {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .sbox a {
        text-decoration: none;
        color: #222222;
        transition: all 0.3s ease-in-out;
    }

    .sbox:hover a {
        color: #509b1c;
    }

.svimg {
    overflow: hidden;
}

.sbox .svimg img {
    width: 50px;
    transition: all 0.8s ease-in-out;
}

.sbox:hover .svimg img {
    transform: scale(1.1);
}

.benefits {
    background-color: #fc8e04;
}

    .benefits .bnhaed {
        font-size: 30px;
        color: #ffffff;
        font-weight: 700;
        margin-bottom: 20px;
    }

.benftbox h3 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #333;
}

    .benftbox h3 span {
        color: #fff;
    }

.benftbox ul {
    padding-left: 20px;
}

    .benftbox ul li {
        font-size: 15px;
        font-weight: 500;
        color: #ffffff;
        line-height: 24px;
        margin-bottom: 10px;
    }

/*.india_map{
    width: 100%;
    background-image: url('../images/slide2.jpg');
    background-repeat: no-repeat;
    background-position: top center
    background-size: cover;
}
*/
.constate {
    padding-top: 50px;
}

    .constate ul li {
        list-style: none;
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 20px;
        line-height: 30px;
    }

    .constate span {
        color: #075cab;
    }

.stabox {
    padding-left: 50px;
}

    .stabox ul li {
        margin-bottom: 30px;
    }

        .stabox ul li:first-child {
            padding-left: 30px;
        }

.stabox1 {
    padding-left: 130px;
    margin-top: 50px;
}

.sicon {
    background-color: #fd8e03;
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px 0px 0px 3px;
}

    .sicon img {
        width: 20px;
    }

.pdhad h3 {
    font-size: 26px !important;
    font-weight: 700 !important;
    padding-top: 4px !important;
}

.taxtnam {
    width: 100%;
    background-color: #075cab;
    border-radius: 0px 3px 3px 0px;
    height: 40px;
}

    .taxtnam h5 {
        font-size: 13px;
        text-align: center;
        color: #fff;
        font-weight: 700;
        padding-top: 12px;
    }

.dsrv {
    width: 30%;
    margin-right: 10px;
}

.digital_serv.retl {
    background-color: #fd8e03;
}

.digital_serv.ditubutr {
    background-color: #075cab;
}

    .digital_serv.retl h3, .digital_serv.ditubutr h3 {
        color: #fff;
    }

    .digital_serv.retl h4, .digital_serv.ditubutr h4 {
        color: #fff;
    }

    .digital_serv.retl p, .digital_serv.ditubutr p {
        color: #fff;
    }

.digital_serv {
    width: 100%;
    padding-top: 15px;
    background-color: #fff;
}

    .digital_serv h3 {
        font-size: 30px;
        font-weight: 700;
        padding-top: 0px;
        margin-bottom: 20px;
    }

    .digital_serv h4 {
        font-size: 18px;
        font-weight: 700;
        margin-top: 25px;
        margin-bottom: 25px
    }

.become {
    margin-top: 5px !important;
    margin-bottom: 12px !important;
}

.btn.servbtn {
    background-color: #fd8e03;
    border-color: #fd8e03;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 15px;
    transition: all 0.4s ease-in-out;
}

    .btn.servbtn.stathd {
        background-color: #3b5998;
    }

    .btn.servbtn:hover {
        background-color: #509b1c;
        border-color: #509b1c;
    }

.expnd {
    background-color: #075cab;
    padding: 10px 15px;
    color: #fff;
    font-size: 18px;
    width: 74%;
    border-radius: 4px;
}

    .expnd.supr {
        width: 80%;
    }

    .expnd.dispex {
        background-color: #fd8e03;
    }

.digital_serv.servbg {
    background-image: linear-gradient(rgb(241 241 241), rgb(243 243 243)), url(../images/bg.jpg);
}

.howbecome h3 {
    font-size: 30px;
    color: #fd8e03;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}

.howbecome span {
    color: #075cab;
}

.hmbox {
    width: 100%;
    min-height: 260px;
    padding: 15px;
    text-align: center;
    border: 8px solid #ededed;
}

    .hmbox p {
        font-size: 16px;
        margin-top: 25px;
    }

.bicom.pdt {
    margin-top: 15px;
}

.degiseva {
    width: 100%;
    background-image: linear-gradient(rgb(255 255 255 / 92%), rgb(255 255 255 / 91%)), url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.india_map {
    width: 100%;
    background-image: linear-gradient(rgb(255 255 255 / 85%), rgb(241 241 241 / 90%)), url(../images/bg1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.imdiamp img {
    height: 380px;
    object-fit: cover;
}


.appdownld {
    padding-top: 90px;
}

    .appdownld h3 {
        font-size: 30px;
        color: #fd8e03;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .appdownld p {
        font-size: 16px;
    }

.testimonial {
    background-color: #fd8e03;
    padding-bottom: 10px;
}

    .testimonial h3 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 40px;
        text-align: center;
        color: #ffffff;
    }

.testmbbx {
    background-color: #fff;
    padding: 25px 15px 5px;
    width: 100%;
    min-height: 235px;
    position: relative;
    border-radius: 4px;
}

    .testmbbx p {
        color: #222;
        font-size: 14px;
        text-align: center;
        margin-top: 30px;
    }

.tsnam h4 {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    padding-top: 10px;
}

.tsmg img {
    width: 40px !important;
}

/*.testmbbx:after {
    content: "";
    border-right: 4px solid #d5d5d5;
    position: absolute;
    right: 0px;
    height: 216px;
    top: 4px;
    z-index: 9999;
}

.testmbbx:before {
    content: "";
    border-right: 4px solid #d5d5d5;
    position: absolute;
    left: 5px;
    bottom: 0px;
    width: 95%; 
    height: 4px;
    z-index: 9999;
}*/


.testmbbx i {
    color: #fd8e03;
    font-size: 20px;
    padding-right: 10px;
    padding-left: 10px;
}

.fa-quote-left {
    position: relative;
    bottom: 10px;
}

.fa-quote-right {
    position: relative;
    top: 5px;
}

.testimonial .owl-nav {
    display: none;
}

/*.mntest{
    max-width: 290px;
    width: 100%;
    min-height: 210px;
    background-color: #dbdbdb;
    position: relative;
    bottom: 10px;
    left: -10px;
    margin-top: 8px;
    margin-left: -2px;
}*/

.updes {
    text-align: center;
    padding-top: 10px;
}

    .updes p {
        font-size: 15px;
        margin-top: 20px;
    }

.latest_update h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
}

    .latest_update h3:after {
        content: '';
        width: 50px;
        height: 6px;
        border-radius: 6px;
        position: absolute;
        top: 46px;
        left: 0px;
        background-color: #fd8e03;
    }


.updcont h4 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.updcont p {
    text-align: center;
    font-size: 14px;
}

.callwht i {
    font-size: 20px;
    color: #fd8e03;
}

.callwht a {
    text-decoration: none;
    font-size: 14px;
    color: #333;
}

    .callwht a:hover {
        color: #fd8e03;
    }

.partner h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}

.partner .owl-nav {
    display: none;
}

.main_footer {
    background-color: #1b1b1b;
    padding: 40px 0px 30px;
}

.imoc p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0px;
}

.imoc img {
    margin-right: 10px;
    width: 30px;
}

.footer_link {
    width: 33%;
}

.ftitle {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 30px;
    background-color: #fd8e03;
    display: inline-block;
    max-width: 180px;
    width: 100%;
    border-radius: 4px;
    padding: 11px 14px 12px;
    text-transform: uppercase;
}

.footer_link ul li {
    list-style: none;
    margin-bottom: 8px;
}

    .footer_link ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 14px;
        display: block;
        font-weight: 400;
        transition: all 0.4s ease-in-out;
    }

        .footer_link ul li a:hover {
            color: #fd8e03;
        }

.fotsocial li {
    display: inline-block;
    margin-right: 5px;
}

    .fotsocial li a {
        text-decoration: none;
        width: 110px;
        height: 45px;
        line-height: 45px;
        color: #fff;
        background-color: #3b5998;
        border-radius: 5px;
        text-align: center;
        font-size: 20px;
    }

        .fotsocial li a:hover {
            color: #fff !important;
            opacity: 0.8;
        }

        .fotsocial li a i {
            font-size: 20px;
        }

    .fotsocial li:nth-child(2) a {
        background-color: #ff1616;
    }

    .fotsocial li:nth-child(3) a {
        background-color: #1b9df0;
    }

    .fotsocial li:last-child a {
        background-color: #ff2264;
    }

.addres {
    text-align: center;
}

    .addres h5 {
        font-size: 18px;
        color: #fff;
        margin-bottom: 20px;
    }

    .addres i {
        font-size: 20px;
        color: #fff;
    }

    .addres p {
        margin-top: 15px;
        color: #fff;
        font-size: 15px;
    }

    .addres a {
        text-decoration: none;
        color: #fff;
        font-size: 15px;
        display: block;
        margin-top: 15px;
    }

.ftlgo {
    border-radius: 4px;
    text-align: left;
    padding-top: 8px;
    margin-bottom: 15px;
}

.botm_footer {
    background-color: #696969;
    padding: 6px 0px;
}

    .botm_footer p {
        color: #fff;
        padding-top: 10px;
    }

        .botm_footer p a {
            text-decoration: none;
            color: #fff;
            font-size: 14px;
            transition: all 0.4s ease-in-out;
        }

            .botm_footer p a:hover {
                color: #fd8e03;
            }

.btlist {
    width: 100%;
    text-align: right;
}

    .btlist li {
        list-style: none;
        color: #fff;
        display: inline-block;
    }

        .btlist li a {
            text-decoration: none;
            color: #fff;
            font-size: 14px;
            padding: 10px 6px;
            transition: all 0.4s ease-in-out;
        }

            .btlist li a:hover {
                color: #fd8e03;
            }

.social li {
    list-style: none;
}

    .social li a {
        list-style: none;
        text-decoration: none;
        color: #fff;
        font-size: 14px;
        display: block;
        padding: 5px 10px;
        transition: all 0.4s ease-in-out;
    }

.social img {
    width: 20px;
}

.social li a:hover {
    opacity: 0.7;
}

.srvmg img {
    border-radius: 50%;
}

.srvmg {
    margin-top: 40px;
}

/*--- Pages ----*/

.botmsrnm {
    background-color: #fff;
    padding: 12px 0px;
}

    .botmsrnm li {
        list-style: none;
        display: inline-block;
        margin-left: 6px;
        color: #222222;
        font-size: 14px;
    }

.banner {
    width: 100%;
    height: 350px;
    background-image: linear-gradient(rgb(253 142 3 / 89%), rgb(253 142 3 / 89%)), url('../images/bg.jpg');
    background-size: cover;
    background-position: top center;
}

.svcontent h1 {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    color: #fd8e03;
    margin-bottom: 30px;
}

.svcontent h2, .svcontent h3 {
    font-size: 26px;
    font-weight: 600;
    color: #fd8e03;
    margin-bottom: 15px;
}

.benifits h2 {
    margin-top: 0px !important;
}

.benifits h2, .benifits h3 {
    font-size: 26px;
    font-weight: 600;
    margin-top: 20px;
    color: #fd8e03;
    margin-bottom: 15px;
}

.blist {
    padding-left: 35px;
}

    .blist li {
        font-size: 14px;
        color: #222222;
    }

.contacts h3 {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
}

.contadd h5 {
    margin-top: 0px;
    font-size: 15px;
    font-weight: 600;
}

.imocstn {
    width: 100%;
    padding: 20px 0px;
    border-top: 1px solid #ccc;
    background-color: #1b1b1b;
}

.contadd a {
    text-decoration: none;
    color: #333333;
    font-size: 15px;
}

.contform .btn {
    background-color: #fd8e03;
    border-color: #fd8e03;
    color: #ffffff;
    font-size: 15px;
    border-radius: 30px;
    text-align: right;
    padding: 8px 20px;
    transition: all 0.4s ease-in-out;
}

    .contform .btn:hover {
        background-color: #1f4faa;
        border-color: #1f4faa;
    }

.blog_sectn h1, h2, h3 {
    font-size: 26px;
    font-weight: 600;
    color: #222222;
    margin-top: 30px;
    margin-bottom: 15px
}

.blog_sectn h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 30px;
}

.blog_sectn h5 {
    font-size: 16px;
}

.blog_sectn a {
    color: #222222;
    font-weight: 700;
}

    .blog_sectn a:hover {
        color: #fd8e03;
    }

.blog_sectn img {
    margin-top: 30px;
    margin-bottom: 30px;
}

.blist span {
    display: inline-block;
    max-width: 160px;
    width: 100%;
}

.blog_boxes {
    width: 100%;
    min-height: 460px;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0px 1px 10px 0px #e1e1e1;
    transition: all 0.4s ease-in-out;
}

    .blog_boxes:hover {
        margin-top: -8px;
        box-shadow: 0px 5px 25px 0px #e3e3e3;
    }

    .blog_boxes h3 {
        font-size: 20px;
        margin-top: 12px;
        margin-bottom: 10px;
    }

    .blog_boxes h5 {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .blog_boxes img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .blog_boxes .btn.blogbtn {
        position: absolute;
        bottom: 20px;
        left: 15px;
        background-color: #fd8e03;
        color: #fff;
        font-size: 15px;
        margin-top: 15px;
        padding: 8px 20px;
        border-radius: 30px;
        transition: all 0.4s ease-in-out;
    }

        .blog_boxes .btn.blogbtn:hover {
            background-color: #075cab;
        }

    .blog_boxes .blogcont {
        min-height: 280px;
        padding: 5px 15px 20px;
    }

.blog_sectn {
    padding-top: 0px;
}

.abouts_setion h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.vismision {
    width: 100%;
    min-height: 330px;
    padding: 15px 30px;
    background-color: #fd8e03;
    border-radius: 15px;
    margin-bottom: 30px;
}

    .vismision h3 {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 15px;
        color: #fff;
        text-transform: uppercase;
    }

    .vismision p {
        color: #fff;
    }

    .vismision ul {
        padding-left: 30px;
    }

        .vismision ul li {
            color: #fff;
            font-size: 14px;
            margin-bottom: 4px;
        }

.scroll-top {
    width: 37px;
    height: 37px;
    line-height: 20px;
    position: fixed;
    bottom: 65px;
    right: 20px;
    display: none;
    font-size: 18px;
    border-radius: 50%;
    background-color: #075cab;
    border: none;
}

    .scroll-top i {
        display: inline-block;
        color: #fff;
    }

.footlogo p {
    color: #fff;
    font-size: 14px;
    margin-top: 15px;
}

.adddrs {
    margin: 0px;
    padding: 0px;
}

    .adddrs li {
        list-style: none;
        margin-bottom: 10px;
        font-weight: 14px;
        color: #ffffff;
    }

        .adddrs li a {
            color: #fff;
            font-weight: 14px;
            text-decoration: none;
        }

.rglogin {
    width: 100%;
    padding: 10px 0px;
    background-color: #fff;
}

.qurtxt {
    position: relative;
}

    .qurtxt::after {
        content: '';
        width: 2px;
        height: 40px;
        background-color: #555;
        position: absolute;
        top: 4px;
        right: 0px;
    }

.lgnumb p {
    font-size: 15px;
}

    .lgnumb p a {
        color: #222222;
        text-decoration: none;
        transition: all 0.4s ease-in-out;
    }

        .lgnumb p a:hover {
            color: #fd8e03;
        }

.lgregister {
    width: 100%;
    height: auto;
    background-size: cover;
    background-image: linear-gradient(rgb(253 142 3 / 85%), rgb(253 142 3 / 85%)), url('../images/loginbg.jpg');
}

.login_register {
    width: 100%;
    background-color: #fff;
    padding: 28px 30px;
}

    .login_register .lgtitle {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 50px;
        position: relative;
    }

        .login_register .lgtitle::after {
            content: '';
            width: 60px;
            height: 4px;
            background-color: #fd8e03;
            position: absolute;
            top: 45px;
            border-radius: 10px;
            left: 0;
        }

    .login_register.login input {
        height: 45px;
        border-left: none;
        padding-left: 5px;
    }

.btn.loginbt {
    background-color: #fd8e03;
    border-color: #fd8e03;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 30px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
}

    .btn.loginbt:hover {
        background-color: #2051b0;
        border-color: #2051b0;
    }

.login_register p {
    font-size: 15px;
    margin-top: 40px;
}

    .login_register p a {
        color: #fd8e03;
        font-weight: 700;
    }

.rl_footer {
    background-color: #2051b0;
    padding: 14px 0px;
    text-align: center;
}

    .rl_footer p {
        font-size: 14px;
        color: #fff;
        margin-bottom: 0px;
    }

        .rl_footer p a {
            color: #fff;
            text-decoration: none;
            font-weight: 700;
        }

.login .input-group-text {
    background-color: #fff;
    border-right: none !important;
}

.retailer h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.retailer p {
    font-size: 18px;
    color: #fff;
}

.retailer h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

.retailer .dsrv {
    width: 46%;
    margin-bottom: 22px;
}

.becodgi {
    background-color: #fff;
    padding: 15px;
    margin-top: 15px;
}

    .becodgi p {
        font-size: 18px;
        color: #333;
        font-weight: 700;
    }

.retl {
    color: #fd8e03;
}

.iler {
    color: #2051b0;
}

.upcont {
    margin-top: 10px;
}

.update {
    position: relative;
}

    .update .owl-nav {
        width: 100%;
        justify-content: space-between;
        display: flex;
        top: 35%;
        position: absolute;
    }

        .update .owl-nav .owl-prev span {
            font-size: 26px;
            width: 36px;
            height: 36px;
            line-height: 30px;
            display: block;
            border-radius: 50%;
            color: #fff;
            background-color: rgb(253 142 3 / 80%);
        }

        .update .owl-nav .owl-next span {
            font-size: 26px;
            width: 36px;
            height: 36px;
            line-height: 30px;
            display: block;
            border-radius: 50%;
            color: #fff;
            background-color: rgb(253 142 3 / 70%);
        }

.lgregister .carousel-indicators {
    bottom: 0;
}


.validationLabel {
    color: red;
}





/*03-05-2023*/
@media only screen and (min-width:320px) and (max-width:767px) {


.tcontm {
    text-align: center;
}
.btlist {
    text-align: center;
}
.botm_footer {
    text-align: center;
}
.tcontm a {
    font-size: 9px;
}
.toplist li a {
    font-size: 10px;
    padding: 4px 5px;
}
.benefits .bnhaed {
    font-size: 25px;
}
.digital_serv h4 {
    font-size: 10px;
}
.btn.servbtn {
    font-size: 15px;
}
.updcont h4 {
    font-size: 15px;
}
.botm_footer p {
    font-size: 11px;
}
.btlist li a {
    font-size: 11px;
}







}




@media only screen and (min-width:768px) and (max-width:991px) {

.btlist li a {
    font-size: 11px;
}
.ftitle {
    font-size: 13px;
    text-align: center;
    color: #fff;
}
.footer_link {
    margin: 0 5px;
}
li {
    font-size: 13px;
}
.footlogo p {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    margin-top: 15px;
}
.callwht a {
    font-size: 10px;
}
.updcont h4 {
    font-size: 14px;
}
.updcont p {
    font-size: 11px;
    line-height: 15px;
}
.taxtnam h5 {
    font-size: 10px;
}
.digital_serv h4 {
    font-size: 14px;
}
.sbox h4 {
    font-size: 8px;
}
nav.navbar.navbar-expand-md.bg-light.navbar-light {
    overflow: scroll;
}




}



@media only screen and (min-width:992px) and (max-width:1300px) {

nav.navbar.navbar-expand-md.bg-light.navbar-light {
    overflow: scroll;
}
.toplist li a {
    font-size: 11px;
    padding: 4px 10px;
}
.tcontm a {
    font-size: 13px;
}
.whatsnew p {
    font-size: 8px;
}
.sbox h4 {
    font-size: 11px;
}
.taxtnam h5 {
    font-size: 10px;
}
.callwht a {
    font-size: 9px;
}
.updcont h4 {
    font-size: 15px;
}
.footer_link {
    margin: 0 5px;
}



}

