* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.main {
    font-family: "Poppins", Sans-serif !important;
}

.bannerinner,
.maincontsec,
.maincontsec1 {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

.paidimg {
    max-width: 70%;
}

.paidimg1 {
    max-width: 70%;
}



.col1 {
    align-items: center;
    justify-content: center;
    display: flex;
}

.ylsec {
    max-width: 100% !important;
    background-color: #FFBE00;
    padding: 50px 0px;
    margin-bottom: 50px;
}

.grybg {
    max-width: 100% !important;
    background-color: #6D6868;
    padding: 50px 0px 50px 0px;
}

.yellowshapeimg {
    rotate: -90deg;
    margin-bottom: -28px;
}

.footer {
    margin-top: 0px !important;
}

.textsec1 {
    background-color: #FFBE00;
    padding: 20px;
}

.textsec1 p {
    margin-bottom: 0px;
}

.bannersec {
    background-color: #FFBE00;
    margin-top: 100px;
    height: 370px;
}

.mbl {
    display: none;
}

.integrated-marketing_banner_image {
    margin-top: -73px;
    max-width: 90%;
    left: auto;
    right: 10px;
}


.midcontsec {
    padding-top: 100px;
    padding: 30px 0px;
    max-width: 116%;
    margin-left: -8%;
    margin-right: -8%;
    background-color: #000;
  
}


.box_sec{
    border: 1px solid #DED9D9;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 50px 30px;
}
.img1 {
    margin-top: -250px;
    margin-bottom: 50px;
}

.cols {
    align-items: left;
    justify-content: center;
    display: flex;
    flex-direction: column;

}

.midcontsec1 {
    padding: 30px 0px;
    max-width: 116%;
    margin-left: -8%;
    margin-right: -8%;
    background-color: #EFEFEF;
}

.img7 {
    margin-top: -30px;
}

.blogimg {
    margin-left: auto;
    margin-right: auto;
}

.bannertextsec {
    margin: 30px 0px;
}

.bannerhead {
    font-size: 38px;
}

.bannertext {
    font-size: 20px;
    margin-top: 20px;
}


.first-cont {
    border-left: 6px solid #0CADC1;
    padding-left: 30px;
}

.sec-cont {
    border-left: 6px solid #DF003F;
    padding-left: 30px;
}

.thir-cont {
    border-left: 6px solid #79B32E;
    padding-left: 30px;
}

.fou-cont {
    border-left: 6px solid #FFBE00;
    padding-left: 30px;
}

.fiv-cont {
    border-left: 6px solid #000;
    padding-left: 30px;
}


.conttext {
    margin-top: 20px;
    font-size: 25px;
}

.conttext1 {
    font-size: 23px;
    font-weight: bold;
}



.conttext2 {
    font-size: 18px;
}





.bannerhead1 {
    font-size: 25px;
}

.leftshapeimg,
.rightshapimg {
    position: absolute;
}

.mainrightshape {
    text-align: right;
}

.leftshapeimg1 {
    margin-bottom: -23px;
    rotate: -90deg;
}

.leftshapeimg {
    left: 0;
    right: auto;

    width: 4%;

}

.rightshapimg {
    left: auto;
    right: 0;
    margin-top: 13%;
    width: 5%;
}

.contactbtn {
    width: 210.78px;
    height: 60px;
    background-color: #000;
    border-radius: 40px;
    color: #fff;
    margin-top: 20px;
    font-size: 14px;
}


.maincontsec {
    margin-top: 50px;
}

.conttext1 {
    color: #DF003F;
}

.blogshape1 {
    position: absolute;
}



.textbg {
    background-color: #DF003F;
    padding: 90px 5% 20px 5%;
    width: 110%;
    margin-left: -5%;
    margin-top: -100px;

}


.railtelimg {
    max-width: 100% !important;
    max-height: 100% !important;
}




.dirname {
    font-size: 20px;
    margin-bottom: 0px;
}

.dirpos {
    margin-bottom: 5px;
}

.blogdate {
    /* margin-top: -10px; */
    color: #7A7A7A;
    font-size: 90%;
}

.floatingcontatct {
    height: 110vh;
    left: auto;
    right: 0;
    position: fixed;
    align-items: center;
    justify-content: center;
    display: flex;
    z-index: 9999 !important;
}

.call-icon {
    width: 50px;
    height: 50px;
}


.icon-container {
    position: relative;
    display: inline-block;
}

.icon {
    position: relative;
    display: flex;
    align-items: center;
}

.call-icon img {
    width: 40px;
    height: 40px;
    display: block;
}

.hover-text {
    position: absolute;
    /* top: 50%; */
    right: 50px;
    /* margin-top: -15px; */
    transform: translateY(-50%);
    background-color: black;
    color: white;
    padding: 5px 10px 8px 10px;
    border-radius: 5px;
    white-space: nowrap;
    opacity: 0;
    z-index: -1;
    transform: translateX(100%);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.hover-text a {
    text-decoration: none;
    color: white;
}

.icon:hover .hover-text {
    transform: translateX(0);
    opacity: 1;
    background-color: black;
}

.kimg {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    max-width: 100px;
}

.dirsec {
    margin-bottom: -70px;
}

.colsec {
    align-items: start;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.mblsec {
    display: none;
}

@media screen and (max-width:767px) {
    .floatingcontatct {
        height: 120vh;
    }

    .tabsec {
        display: none;
    }

    .mblsec {
        display: block;
    }

    .colsec .conttext2 {
        margin-bottom: -10px !important;
    }
}

@media screen and (min-width:1400px) and (max-width:2600px) {

    .leftshapeimg,
    .leftshapeimg1,
    .rightshapimg {
        width: 4%;
    }

}

@media screen and (min-width:1999px) {
    .maincontsec {
        margin-top: 100px;
    }

    .integrated-marketing_banner_image {

        left: 300px;

    }

    .blogshape2 {
        width: 3% !important;
    }
}

@media screen and (min-width:1799px) and (max-width:1998.9px) {
    .maincontsec {
        margin-top: 100px;
    }

    .retailbanimg {
        width: 60% !important;
        right: 150px !important;
    }

    .blogshape2 {
        width: 3% !important;
    }
}


@media screen and (min-width:1599px) and (max-width:1798.9px) {
    .maincontsec {
        margin-top: 100px !important;
    }

    .retailbanimg {
        width: 65% !important;
        right: 50px !important;
    }

    .blogshape2 {
        width: 3% !important;
    }
}

@media screen and (min-width:1399px) and (max-width:1598.9px) {
    .maincontsec {
        margin-top: 6% !important;
    }

    .retailbanimg {
        width: 70% !important;
        right: 0px !important;
    }

    .blogshape2 {
        width: 3% !important;
    }
}

@media screen and (min-width:1300px) and (max-width:1399.9px) {


    .maincontsec {
        margin-top: 80px;
    }

    .leftshapeimg {
        margin-top: 0px;
        max-width: 20% !important;

    }



    .bannersec {
        height: 340px;
    }

    .bannertextsec {
        margin: 20px 0px;
    }

    .integrated-marketing_banner_image {
           margin-top: -61px;
    max-width: 90%;
    }

    .rightshapimg {
        /* margin-top: 250px !important; */
        width: 4% !important;
    }



    .bannertext {
        width: 80%;

    }

    .leftshapeimg1 {
        margin-bottom: -28px;
    }
}

@media screen and (min-width:1120px) {


    .bannertext1 {
        font-size: 20px;
        margin-top: 100px;
    }



    .bannerhead {
        font-size: 38px;

    }

    .bharatimg {
        width: 255px;
        height: 130px;
    }

}



@media screen and (min-width:1300px) {

    .bannershapeimg {
        margin-left: -45px !important;
    }

    .blogshape3 {
        margin-left: -55px;
    }

    .blogshape1 {
        top: 370px;
        bottom: auto;
        left: 50px;
        width: 3%;
    }

    .blogshape2 {
        position: absolute;
        top: 120px;
        bottom: auto;
        margin-left: 350px;
        width: 4%;
    }

}

@media screen and (max-width:1399.9px) and (min-width:1300px) {

    .bannerinner,
    .maincontsec,
    .maincontsec1 {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }

    .leftshapeimg {
        margin-top: 32%;

    }

    .rightshapimg {
        left: auto;
        right: 0;
        /* margin-top: 18%; */
    }
}

@media screen and (max-width:1299.9px) and (min-width:1200px) {


  

    .maincontsec {
        margin-top: 5% !important;
    }


    .retailbanimg {
        position: absolute;
        top: 100px;
        width: 70%;
        left: auto;
        right: 0px;
    }

    .bannersec {
        height: 310px;
    }

    .integrated-marketing_banner_image {
           margin-top: -56px;
    max-width: 90%;
    }

    .bannertextsec {
        margin: 10px 0px;
    }

    .bannerinner,
    .maincontsec,
    .maincontsec1 {
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
    }



    .bannerimgsec {
        text-align: right;
    }

    .blogshape1 {
        top: 320px;
        bottom: auto;
        left: 10px;
        width: 3%;
    }

    .blogshape2 {
        position: absolute;
        top: 130px;
        bottom: auto;
        width: 5%;
        left: auto;
        right: 150px;
    }

    .blogimg2 {
        margin-top: 30px;
    }

    .bannershape1 {
        margin-left: -80px;
    }

    .blogshape3 {
        margin-left: -55px;
    }

    .bannerhead {
        width: 100%;
        font-size: 32px;
    }

    .bannerhead1 {
        width: 100%;
        font-size: 22px;

    }


    .bannertext {
        font-size: 18px;
        width: 80%;
    }

    .conttext {
        font-size: 22px;
    }

    .bannershapeimg {
        margin-left: -45px !important;
    }


    .leftshapeimg {
        margin-top: 36%;

    }

    .rightshapimg {
        left: auto;
        right: 0;
        margin-top: 18%;
    }

    .leftshapeimg1 {
        margin-bottom: -28px;
    }
}

@media screen and (max-width:1199.9px) and (min-width:1100px) {

    
    .maincontsec {
        margin-top: 80px;
    }

    .bannerbg {
        margin-top: 46px;
        width: 100%;
    }

    .retailbanimg {
        position: absolute;
        top: 100px;
        width: 70% !important;
        height: 70% !important;
        left: auto;
        right: -20px;
    }

    .blogshape2 {
        position: absolute;
        top: 130px;
        bottom: auto;
        width: 5% !important;
        left: auto;
        right: 150px;
    }

    .bannersec {
        height: 280px;
    }

    .integrated-marketing_banner_image {
           margin-top: -53px;
    max-width: 90%;
    }

    .maincontsec {
        margin-top: 50px !important;
    }

    .conttext {
        margin-top: 20px;
        font-size: 23px;
    }

    .conttext1 {
        font-size: 18px;
    }

    .conttext2 {
        font-size: 16px;
    }


    .bannerhead {
        width: 100%;
        font-size: 32px;
        margin-top: 20px;
    }



    .bannerimgsec {
        text-align: right;
    }

    .blogimg2 {
        margin-top: 30px;
    }

    .blogshape1 {
        top: 300px;
        bottom: auto;
        left: 50px;
        width: 3%;
    }



    .leftshapeimg {
        margin-top: 35%;

    }

    /* .rightshapimg {
        margin-top: 22%;
    } */


    .bannerhead {}

    .bannertext {
        font-size: 18px;
        width: 80%;
    }

    .bannertextsec {
        margin: 0px 0px;
        margin-top: -20px;
    }


    .retailbanimg {
        width: 554.4px;
        height: 400px;
        margin-top: 0px;
    }

    .conttext {
        font-size: 22px;
    }



    .bannertext1 {
        font-size: 18px;
        margin-top: 70px;
    }

    .bannerinner,
    .maincontsec,
    .maincontsec1 {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }


    .bharatimg {
        width: 215.7px;
        height: 110px;
    }

    .bannershapeimg {
        margin-left: -45px !important;
    }

    .blogshape3 {
        margin-left: -55px !important;
    }

    .leftshapeimg1 {
        margin-bottom: -28px;
    }
}

@media screen and (max-width:1099.9px) and (min-width:993px) {


    .maincontsec {
        margin-top: 80px;
    }

    .bannerbg {
        margin-top: 46px;
        width: 100%;
    }

    .retailbanimg {
        position: absolute;
        top: 90px;
        width: 65% !important;
        height: 65% !important;
        left: auto;
        right: 100px !important;
    }

    .bannersec {
        height: 250px;
    }


    .integrated-marketing_banner_image {
            margin-top: -47px;
    max-width: 90%;
    }

    .blogshape2 {
        position: absolute;
        top: 130px;
        bottom: auto;
        width: 5% !important;
        left: auto;
        right: 150px;
    }

    .maincontsec {
        margin-top: 80px !important;
    }


    .conttext {
        margin-top: 20px;
        font-size: 21px;
    }

    .conttext1 {
        font-size: 19px;
    }

    .conttext2 {
        font-size: 14px;
    }



    .bannerhead {
        font-size: 30px;
    }

    .bannerhead1 {
        font-size: 20px;
    }

    .bannerimgsec {
        text-align: right;
    }

    .retailbanimg {
        margin-right: -100px !important;
    }

    .blogimg2 {
        margin-top: 30px;
    }

    .blogshape1 {
        top: 280px;
        bottom: auto;
        left: 50px;
        width: 3%;
    }



    .contactbtn {
        width: 175.65px;
        height: 50px;

    }

    .bannerimg {
        margin-left: 50px;
        margin-top: 20px;
    }

    .bannershape1 {
        margin-left: -40px;
    }

    .blogshape3 {
        margin-left: -60px;

    }





    .bannertextsec {
        margin: 0px 0px;
        margin-top: -10px;
    }


    .retailbanimg {
        width: 554.4px;
        height: 400px;
        margin-top: 0px;
        right: 100px;
    }

    .conttext {
        font-size: 21px;
    }



    .contactbtn {
        width: 175.65px;
        height: 50px;
        border-radius: 40px;
        font-size: 12px;
    }



    .bannertext1 {
        font-size: 16px;
        margin-top: 70px;
    }

    .leftshapeimg {
        margin-top: 40%;

    }

    /* .rightshapimg {
        margin-top: 25%;
    } */


    .bannerinner,
    .maincontsec,
    .maincontsec1 {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }

    .bharatimg {
        width: 215.7px;
        height: 110px;
    }

    .bannershapeimg {
        margin-left: -45px !important;
    }

    .leftshapeimg1 {
        margin-bottom: -28px;
    }

}

@media screen and (max-width:992.9px) and (min-width:768px) {




    .img1 {
        margin-top: -120px;
        margin-bottom: 50px;
    }

    .bannerbg {
        margin-top: 46px;
        width: 100%;
    }

    .retailbanimg {
        position: absolute;
        top: 90px;
        width: 70% !important;
        left: auto;
        right: 10px !important;
    }

    .bannersec {
        height: 240px;
    }

    .integrated-marketing_banner_image {
        max-width: 300px;
        /* max-height: 192.09px; */
        margin-top: -54px;
    }

    .maincontsec {
        margin-top: 50px !important;
    }


    .conttext {
        margin-top: 20px;
        font-size: 21px;
    }

    .conttext1 {
        font-size: 19px;
    }


    .conttext2 {
        font-size: 14px;
    }



    .bannerhead {
        font-size: 28px;


    }

    .bannerhead1 {
        font-size: 20px;
    }

    .bannerimgsec {
        text-align: right;
    }

    .blogshape2 {
        position: absolute !important;
        top: 130px;
        bottom: auto;
        width: 5% !important;
        left: auto;
        right: 120px;
    }

    /* .retailbanimg {
        margin-right: -100px !important;
    } */

    .blogimg2 {
        margin-top: 30px;
    }

    .blogshape1 {
        top: 250px;
        bottom: auto;
        left: 10px;
        width: 3%;
    }

    .contactbtn {
        width: 175.65px;
        height: 50px;

    }

    .bannerinner,
    .maincontsec,
    .maincontsec1 {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }


    .midcontsec,
    .midcontsec1 {
        max-width: 106%;
        margin-left: -3%;
        margin-right: -3%;
    }

    .bannershapeimg {
        margin-left: -7%;
    }



    .bannershape1,
    .blogshape3 {
        margin-left: -35px;
    }

    .blogshape3 {
        width: 15%;
    }

    .leftshapeimg {
        margin-top: 360px !important;


    }

    .rightshapimg,
    .leftshapeimg,
    .leftshapeimg1 {
        margin-top: 0px !important;
        width: 4%;

    }

    .bharatimg {
        width: 196.153px;
        height: 100px;
    }




    .bannertext {
        font-size: 18px;
        width: 90%;
    }

    .bannertextsec {
        margin: 0px 0px;
        margin-top: -10px;
    }

    .retailbanimg {
        width: 554.4px;
        height: 400px;
        margin-top: 0px;
        right: 100px;
    }

    .conttext {
        font-size: 20px;
    }

    .bannertext {
        font-size: 16px;
    }


    .contactbtn {
        width: 175.65px;
        height: 50px;
        border-radius: 40px;
        font-size: 12px;
    }


    .retailbanimg {
        right: 0;

    }

    .leftshapeimg1 {
        margin-bottom: -14px;
    }

}

@media screen and(min-width:768px) {}


@media screen and (max-width:767.9px) {

    .midcontsec,
    .midcontsec1 {
        max-width: 106%;
        margin-left: -3%;
        margin-right: -3%;
    }

    .img1 {
        margin-top: -100px;
        margin-bottom: 50px;
    }

    .midcontsec {
     
    }

    .railtelimg {
        margin-bottom: 40px;
    }

    .textbg {
        margin-top: -30px;
        padding: 20px;
        width: 100%;
        margin-left: auto;
    }

    #railtelimg1sec {
        padding-top: 0px !important;
    }

    .integrated-marketing_banner_image {
        margin-bottom: -48px !important;
    }

    .bannersec {
        width: 100%;
        height: 100% !important;
    }



    .yellowshapeimg,
    .yellowshape {
        margin-right: 2.6% !important;
    }


    .retailbanimg,
    .bannerimgsec {
        margin-left: auto;
        margin-right: auto;
        align-items: center;
        justify-content: center;
        display: flex;
        left: auto !important;
        right: auto !important;
        top: auto;
        bottom: -150px;

    }


    .maincontsec {
        margin-top: 0px !important;
    }

    .retailbanimg {
        width: 80% !important;
        height: 100%;
    }



    .blogshape1 {
        top: 350px;
        bottom: auto;
        left: 10px;
        width: 5%;
    }

    .blogshape2 {
        position: absolute;
        margin-left: -120px !important;
        margin-top: -50px !important;
        width: 5% !important;
    }


    .bannerinner,
    .maincontsec,
    .maincontsec1 {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .bannershapeimg {
        margin-left: -8%;
        width: 20%;
    }

    .blogshape3 {
        width: 15%;
        margin-left: -6%;
    }

    .conttext2,
    .brandtext,
    .industext,
    .custext,
    .reviewtext,
    .trusttext {
        font-size: 14px;
    }

    .conttext3 {
        font-size: 16px;
    }


    .bannerhead {
        font-size: 26px;
    }

    .bannerhead1 {
        font-size: 20px;
    }

    .bharatimg {
        width: 196.153px;
        height: 100px;
    }


    .bannerhead {
        width: 100%;
        font-size: 28px;
    }

    .bannertext {
        font-size: 18px;
        width: 90%;
    }

    .bannertextsec {
        margin: 50px 0px;
    }

    .retailbanimg {
        width: 554.4px;
        height: 400px;
        margin-top: 0px;
        right: 100px;
    }

    .conttext {
        font-size: 18px;
    }

    .bannertext {
        font-size: 16px;
    }

    .conttext1 {
        font-size: 18px;
    }

    .contactbtn {
        width: 175.65px;
        height: 50px;
        border-radius: 40px;
        font-size: 12px;
    }

    .brandinnercont,
    .customerinnersec,
    .trustbrandinnersec {
        padding: 30px 0px;
    }

    .bannerimgsec {
        text-align: center;
    }

    #tabs,
    .desk {
        display: none;
    }

    #mbl,
    .mbl,
    .bannertextsec h2 {
        display: block !important;
    }

    .retailbanimg1 {
        width: 100%;
        margin-top: -30px;
    }


    .rightshapimg,
    .leftshapeimg {
        max-width: 10%;
        margin-top: 40%;
    }

    .leftshapeimg {
        margin-top: -6%;
    }

    .leftshapeimg1 {
        max-width: 30px;
        margin-bottom: -41px;
    }

    .mainrightshape {
        padding: 25px;


    }

    .blog_img2 {
        float: none;
        max-width: 100%;
        margin-bottom: 10px;
    }
}


@media screen and (max-width:992px) {
    .headersec {

        margin-top: 5px;
    }

    .headsec {
        height: 80px !important;
    }

    .bannersec {
        margin-top: 80px;
    }


}