﻿body {
    font-size: 14px;
    /* font-family: Roboto; */
    color: #777777;
    font-weight: 400;
}

.overlay_CIIlogo2 {
    /*height: 110px;*/
    /*height: 62px;*/ /*Commented by Somendra Pratap Singh;Date:20-11-2020;*/
}

.divmainlogo {
    display: block;
}

.divmainmenu {
    display: block;
}

::-webkit-scrollbar {
    width: 12px;
    height: 7px;
    background-color: #dfdfe5;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ebebeb; /*#ebebeb;*/ /*#0066cc;*/
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

body p {
    line-height: 2;
}

p.justify {
    text-align: justify;
}

.topmenuheader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    z-index: 9999999;
    background: #0066cc;
}

    .topmenuheader a img {
        width: auto;
    }

.leftpadding {
    padding-left: 100px;
}

.rightpadding {
    padding-right: 100px;
}

.blackbg {
    /*background: #000000;*/
    height: 72px;
    position: relative;
}

.logodiv {
    display: flex;
    justify-content: flex-end;
}

    .logodiv a:first-child {
        margin-right: 28px;
        margin-top: 12px;
    }

    .logodiv a:Last-child {
        margin-right: 3px;
        margin-top: 15px;
    }

.leftFright {
    text-align: right;
}

.center {
    display: flex;
    justify-content: center;
}

    .center a {
        margin-top: 11px;
        margin-left: 1px;
    }

.DDmenu {
    padding-inline-start: 0px;
    margin-bottom: 0px;
    /*margin-top: 22px;*/
    margin-top: 17px;
}

    .DDmenu li {
        list-style: none;
        display: inline-block;
        /*position: relative;*/
    }

        /*.DDmenu li:last-child {
            float: right !important;
        }*/

        .DDmenu li span + span {
            margin-left: 9px;
        }

    .DDmenu .dropdown-menu li {
        width: 100%;
    }

.submenu-ul {
    padding-left: 0 !important;
}

.DDmenu ul {
    height: auto;
    min-width: 265px;
    background: #FF9600;
    color: #fff;
    position: absolute;
    z-index: 99;
    display: none;
    border: 0;
    text-align: center;
    margin-left: 15px;
}

    .DDmenu ul li {
        display: block;
        width: 100%;
        text-transform: none;
        padding-left: 25px !important;
    }

.DDmenu .submenu {
    text-align: left;
    padding-left: 0px !important;
    padding-top: 2px;
    padding-bottom: 2px;
}

    .DDmenu .submenu a {
        padding: 0px 15px;
        margin-right: 0 !important;
    }


    .DDmenu .submenu:hover {
        background-color: #06c;
    }

.DDmenu li:hover ul {
    display: block
}

.DDmenu li:last-child:after {
    border-right: none;
}

.DDmenu li a, .DDmenu li a:hover, .DDmenu li a:active, .DDmenu li a:focus {
    color: #FFFFFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-left: 0px;
    /*margin-right: 15px;*/ /*Commented by Somendra Pratap Singh;Date:20-Nov-2020;*/
}

    .DDmenu li a.dropdown-toggle::after {
        content: none;
    }

.DDmenu .FirstLevel a, .DDmenu .FirstLevel a:hover, .DDmenu .FirstLevel a:active, .DDmenu .FirstLevel a:focus {
    color: #072b3d;
    margin-left: 0px;
    margin-right: 0px;
}

.ProductMenu li:after {
    content: none;
    position: absolute;
    right: 0;
    border-right: 2px dotted #000000;
    top: 6px;
    bottom: 6px;
}

.DEfenceDirectory {
    background: #000;
    height: 65px;
}

.searchflex {
    display: flex;
    position: relative;
}

    .searchflex a {
        margin-left: 28px;
        margin-right: 28px;
        margin-top: 22px;
    }

        .searchflex a:before {
            content: '';
            position: absolute;
            left: 4%;
            border-right: 1px solid #000000;
            top: 0px;
            bottom: 0px;
        }

        .searchflex a:after {
            content: '';
            position: absolute;
            right: 56%;
            border-left: 1px solid #556365;
            top: 0px;
            bottom: 0px;
        }

.profile {
    display: flex;
}

    .profile a {
        /*margin-top: 9px;*/
        margin-top: 5px;
        margin-right: 50px;
    }

.profileimg {
    height: 49px;
    width: 49px;
    border-radius: 50%;
}

.profilebigimg {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.profile a::after {
    content: none;
}

.profile .profiledropdown {
    padding: 5px 15px 0;
    top: -5px !important;
    border-radius: 0;
    background: #000;
    width: 184px;
}

    .profile .profiledropdown p {
        line-height: 1.5;
        margin: 0px;
        font-size: 18px;
        color: #fff;
    }

        .profile .profiledropdown p.small {
            font-size: 14px;
            color: #e6ba7c;
            margin-bottom: 5px;
        }

.profiledropdown li.whitebg1 {
    background: #fff;
    margin-left: -16px;
    margin-right: -16px;
    padding: 4px 15px;
    border-bottom: 1px dotted #CCB;
}

.profiledropdown li.profilename {
    padding-bottom: 10px;
}

.profiledropdown li.whitebg1 a {
    font-size: 14px;
    color: #000;
}

    .profiledropdown li.whitebg1 a.activeNew {
        font-size: 14px;
        color: #000;
        font-weight: 600;
    }

.profiledropdown li.Logout {
    background: #03c1d8;
    margin-left: -16px;
    margin-right: -16px;
    padding: 4px 15px;
    border-bottom: 1px dotted #CCB;
    text-align: center;
}

    .profiledropdown li.Logout a {
        font-size: 14px;
        color: #ffffff;
    }

.flexdivheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menulink {
    background: #0066cc;
}

.topheadertitle {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ===============Banner css start===================== */

.banner {
    background: url(../img/Banner.png) no-repeat center center;
    /* -webkit-background-size: cover; */
    /* -moz-background-size: cover; */
    /* -o-background-size: cover; */
    /* background-size: cover; */
    height: 422px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-attachment: fixed;
    background-position: 0 0;
}

    .banner p {
        margin-bottom: 0px;
        line-height: 1.5;
    }

        .banner p:first-child {
            margin-top: 63px;
            font-weight: 600;
        }

        .banner p:last-child {
            margin-top: 7px;
            font-weight: 800;
        }

.BHeading {
    font-size: 36px;
    color: #d5f8fd;
    text-stroke: 1px #000;
    -webkit-text-stroke: 1px #000;
    -moz-text-stroke: 1px #000;
}

.notification {
    text-align: center;
    text-decoration: none;
    position: relative;
}

.mail, .mail:hover, .mail:active, .mail:focus {
    background: #dd4b39;
    color: white;
}

.bell, .bell:hover, .bell:active, .bell:focus {
    /*background: #55ACEE;*/
    color: white;
}

/*.badge {
    background-color: #ff5b69;
    color: #fff;
    font-size: 10px;
    padding: 3px 5px;
    position: absolute;
    top: -10px;
    right: 0;
}*/

.badge {
    background-color: #fb9400;
    color: #fff;
    font-size: 16px;
    padding: 7px 11px;
    position: absolute;
    top: 2px;
    right: -5px; /*-5px;*/
    border-radius: 50%;
}


/* ===============Banner css start===================== */

/*------------- Welcome to defence directory Css start -------------*/

.welcome {
    margin-top: 5%;
    padding: 0px 5px;
}

.padding-right-30 {
    padding-right: 30px;
}

.BodyHeading h1 {
    font-size: 36px;
    font-weight: 500;
    position: relative;
    width: fit-content;
}

    .BodyHeading h1:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -6px;
        border-bottom: 1px solid #03c1d8;
        width: 100px;
    }

.welcomeimage {
    padding-left: 20px;
}

    .welcomeimage img {
        width: 100%;
        margin-top: 45px;
    }

/*------------- Welcome to defence directory Css End ---------------*/

/*-------------------- Parallax css start-------------------------- */

.parallaxsection {
    background: url(../img/Parallax.png) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 4%;
    padding-bottom: 4%;
}

.flex-center-heading {
    display: flex;
    justify-content: center;
}

.parallaxdiv {
    margin-top: 30px;
    margin-bottom: 20px;
}

    .parallaxdiv a, .parallaxdiv a img {
        width: 100%;
        position: relative;
        display: flex;
    }

        .parallaxdiv a img {
            border: 3px solid #9bbcc4;
            border-radius: 4px;
        }

.overlaytext {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

    .overlaytext div {
        display: flex;
        flex-direction: column;
        padding: 15px;
        justify-content: center;
        align-items: center;
    }

.morebutton {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -15px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

    .morebutton a, .morebutton a:hover, .morebutton a:focus, .morebutton a:active {
        background: #03c1d8;
        color: #000;
        font-size: 14px;
        font-weight: 400;
        padding: 5px 15px 6px 15px;
        width: 100px;
        border-radius: 8px;
        align-self: center;
        justify-content: center;
        display: none;
    }

.parallaxdiv:hover .morebutton a {
    display: block;
}

.Featureproduct {
    padding-top: 4%;
    padding-bottom: 0%;
}

/*-------------------- Parallax css End---------------------------- */

/*-------------------- slider css start ----------------------------*/

.Featureslider .carousel-inner, .Featureslider .carousel-item {
    margin-right: 0%;
    overflow: hidden;
    height: auto;
    padding-bottom: 20px;
}

.CapabilityMatrix .carousel-inner, .CapabilityMatrix .carousel-item {
    margin-right: 0%;
    overflow: hidden;
    height: auto;
    padding-bottom: 20px;
}

.Featureslider .carousel-control-prev {
    left: -7px;
}

.Featureslider .carousel-control-next {
    right: -7px;
}

.Featureslider .carousel-control-prev, .carousel-control-next {
    width: 2%;
    opacity: 1;
    background: #03c1d8;
    height: 153px;
}

.Featureslider .carousel-item img {
    border: none;
}

.Featureslider .carousel-item:hover img.d-block {
    box-shadow: 0px 0px 10px #ccc;
}

.Featureslider .carousel-item div.text {
    height: 50px;
    overflow: hidden;
    padding: 15px;
    position: relative;
}

    .Featureslider .carousel-item div.text p {
        color: #000;
    }

.Featureslider .carousel-item:hover div {
    background: #000;
    color: #fff !important;
    box-shadow: 0px 0px 10px #ccc;
}

    .Featureslider .carousel-item:hover div p {
        line-height: 1.5;
        color: #fff !important;
    }

.showmore {
    background: #03c1d8 !important;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 15px 6px 15px;
    border-radius: 8px;
    align-self: center;
    justify-content: center;
    position: absolute !important;
    bottom: 5px;
    right: 25px;
    z-index: 999;
    display: none;
}

.Featureslider .carousel-item:hover .showmore {
    display: block;
}

/*-------------------- slider css start ----------------------------*/

/*============== CapabilityMatrix section start==================== */

.CapabilityMatrix {
    padding-bottom: 4%;
}

.TextSlider {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 30px;
    justify-content: space-between;
    align-items: center;
    min-width: 200px;
}

.TextSliderText {
    padding: 0px 15px;
}

.TextSlider .TextSliderText {
    font-size: 25px;
}

.tilesheader {
    background: #072b3d;
    text-align: center;
    padding: 5px 15px;
}

    .tilesheader p {
        font-size: 18px;
        color: #fff;
        font-weight: 500;
        margin-bottom: 0px;
    }

.tilesheaderbody {
    background: #03c1d8;
    height: 200px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

    .tilesheaderbody .contentholder {
        background: #03c1d8;
        height: 200px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

.contentholder p {
    line-height: 1.5;
    margin-bottom: 0px;
}

.number {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
}

.name {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

/*============== CapabilityMatrix section End====================== */

/* ====================footer css start======================== */

.footer {
    background: url(../img/footer.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 2%;
    padding-bottom: 2%;
}

    .footer p {
        font-size: 16px;
        line-height: 1.5;
    }

        .footer p + p {
            margin-bottom: 0px;
            font-size: 14px;
        }

    .footer .contact {
        font-weight: 600;
    }

/* ====================footer css start======================== */

/* =================CopyRight section start==================== */

.Copyright {
    background: url(../img/footer.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
}

.CopyrightBG {
    background: rgba(1, 11, 16, 0.6);
    padding-top: 15px;
    padding-bottom: 15px;
}

.CpoyRights p {
    margin-bottom: 0px;
}

.footermenulist ul {
    display: flex;
    flex-wrap: wrap;
    padding-inline-start: 0px;
    margin-bottom: 0px;
}

    .footermenulist ul li {
        list-style: none;
    }

        .footermenulist ul li + li {
            margin-left: 15px;
            position: relative;
        }

            .footermenulist ul li + li:before {
                content: '|';
                position: absolute;
                top: 0;
                bottom: 0;
                left: -9px;
                color: #03c1d8;
                font-weight: 600;
            }

/* =================CopyRight section End====================== */

/* =================width css start==================== */

.width-12 {
    width: 12%;
}

.width-14 {
    width: 14%;
}

.width-16 {
    width: 15.4%;
}

.width-31 {
    width: 31%;
}

.width-29 {
    width: 29.6%;
}

.width-100 {
    width: 100%;
}

.padding-125 {
    padding-left: 125px;
    padding-right: 125px;
}

/* =================width css end====================== */

/* =================Product and categories page css================  */

.ProductCategories img {
    margin-top: 25px;
}

.TypesField a {
    color: #777;
}

    .TypesField a:hover, .TypesField a:focus, .TypesField a:active {
        color: #03c1d8;
        font-weight: 600;
        text-decoration: underline;
    }

/* =================Product and categories page css================  */

/* ==============CompanyDetails section css start=================== */

.CompanyDetails {
    padding-top: 12%;
    padding-bottom: 4%;
}

.CooperCorpimage {
    border-radius: 0px;
}

.CpmanyDetailsPara {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 0px;
}

    .CpmanyDetailsPara span {
        color: #072b3d;
    }

        .CpmanyDetailsPara span:first-child {
            font-weight: 600;
        }

        .CpmanyDetailsPara span + span {
            margin-left: 10px;
        }

        .CpmanyDetailsPara span a, .CpmanyDetailsPara span a:hover, .CpmanyDetailsPara span a:focus, .CpmanyDetailsPara span a:active {
            color: #072b3d;
        }

.BlueBakgound {
    background: #072b3d;
    padding: 15px;
}

    .BlueBakgound p {
        margin-bottom: 0px;
    }

.CompanyPresantation {
    background: #d0f5fc;
    padding: 5px 15px;
    border-bottom: 2px solid #072b3d;
    margin-bottom: 4%;
}

    .CompanyPresantation p {
        line-height: 1.5;
        margin-bottom: 0px;
    }

        .CompanyPresantation p a:not([href]), .CompanyPresantation p a:not([href]):hover {
            color: #072b3d;
        }

        .CompanyPresantation p a[href] {
            color: #020293;
            text-decoration: underline;
        }

            .CompanyPresantation p a[href] + a[href], .CompanyPresantation p a:not([href]) + a[href] {
                margin-left: 20px;
            }

.productheading {
    font-size: 18px;
    line-height: 1;
}

/* ==============CompanyDetails section css End===================== */

/* ====================button css start============================= */

.CustomeBtn {
    padding: 3px 15px;
    font-weight: 600;
}

/* ====================button css End=============================== */

/*----------------- media jquery css start---------------- */

@media (min-width: 0px) and (max-width: 481.99px) {

    /*.topmenuheader {
        display: none;
    }*/

    .DDmenu li a, .DDmenu li a:hover, .DDmenu li a:active, .DDmenu li a:focus {
        font-size: 12px;
    }

    .logodiv {
        justify-content: center;
    }

    .DDmenu {
        padding-inline-start: 0px;
    }

    .width-31 {
        width: 100%;
    }

    .width-16 {
        width: 50%;
        order: 1;
    }

    .width-29 {
        width: 100%;
        order: 2;
    }

    .width-12 {
        width: 25%;
    }

    .searchflex {
        order: 1;
    }

    .DEfenceDirectory {
        height: 68px;
    }

    .DDLogo {
        height: 90%;
    }

    .smalldivice:after {
        bottom: -4px;
        border-bottom: 6px solid #000;
    }

    .DDmenu {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 0;
        padding: 10px 0px;
    }

    .profile {
        padding-left: 12px;
        order: 1;
    }

        .profile:after, .searchflex:after {
            bottom: -4px;
            border-bottom: 6px solid #000;
        }

    .searchflex a:before {
        border-right: none;
    }

    .searchflex a:after {
        border-left: none;
    }

    .BHeading {
        text-stroke: 0px #000;
        -webkit-text-stroke: 0px #000;
        -moz-text-stroke: 0px #000;
        font-size: 34px;
    }

    .banner p:first-child {
        margin-top: 45%;
        font-weight: 600;
        font-size: 15px;
    }

    .welcome {
        padding: 0px 15px;
    }

    .padding-right-30 {
        padding-right: 0px;
    }

    .BodyHeading h1 {
        font-size: 24px;
    }

    .welcomeimage {
        padding-left: 15px;
    }

    .welcomedetail {
        order: 1;
    }

    .Featureslider .carousel-control-prev, .carousel-control-next {
        width: 10%;
        opacity: 1;
        background: #03c1d8;
        height: 30px;
        top: -37px;
    }

    .Featureslider .carousel-inner, .Featureslider .carousel-item {
        margin-right: -100%;
        overflow: hidden;
        height: auto;
    }

    .Featureslider .carousel-control-prev {
        left: 39%;
    }

    .Featureslider .carousel-control-next {
        right: 39%;
    }

    .Featureslider .carousel-item img {
        border: none;
        width: 100%;
    }

    .CpoyRights {
        text-align: center;
        order: 1;
    }

    .footermenulist ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .padding-125 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .flexdivheader {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        padding-bottom: 10px;
    }

    .topheadertitle {
        font-size: 16px;
        letter-spacing: 0px;
        text-align: center;
        margin-top: 10px;
    }

    .blackbg {
        height: 55px;
    }

    .divmainlogo {
        display: none;
    }

    .divmainmenu {
        display: none;
    }

    .available {
        color: #FFFFFF;
        padding-left: 10px;
        padding-right: 10px;
        background-color: #02ff73;
        position: relative;
        bottom: 0;
        left: 2px;
        /* background-color: transparent; */
        width: 100px;
        height: 16px;
        border-radius: 27px;
        color: #1b5001;
    }
}


@media (min-width: 482px) and (max-width: 767.98px) {
    .topmenuheader {
        display: none;
    }

    .DDmenu li a, .DDmenu li a:hover, .DDmenu li a:active, .DDmenu li a:focus {
        font-size: 12px;
    }

    .DDmenu {
        padding-inline-start: 0px;
    }

    .width-31 {
        width: 65%;
    }

    .width-16 {
        width: 35%;
    }

    .width-29 {
        width: 66%;
        order: 1;
    }

    .width-12 {
        width: 17%;
    }

    .searchflex {
        order: 1;
    }

    .DDLogo {
        height: 70%;
    }

    .smalldivice:after {
        bottom: -4px;
        border-bottom: 6px solid #000;
    }

    .DDmenu {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .profile {
        padding-left: 12px;
        order: 1;
    }

        .profile:after {
            bottom: -9px;
            border-bottom: 6px solid #08b5ca;
        }

    .searchflex a:before {
        border-right: none;
    }

    .searchflex a:after {
        border-left: none;
    }

    .banner p:first-child {
        font-size: 30 !important;
    }

    .banner p:first-child {
        margin-top: 63px;
        font-size: 20px;
    }

    .banner p:last-child {
        margin-top: 7px;
        font-weight: 800;
    }

    .welcome {
        padding: 0px 25px;
    }

    .padding-right-30 {
        padding-right: 0px;
    }

    .BodyHeading h1 {
        font-size: 30px;
    }

    .welcomeimage {
        padding-left: 15px;
    }

    .welcomedetail {
        order: 1;
    }

    .footerLogo img {
        width: 100%;
    }

    .Featureslider .carousel-inner, .Featureslider .carousel-item {
        margin-right: -100%;
        overflow: hidden;
        height: auto;
    }

    .padding-125 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .topheadertitle {
        font-size: 16px;
        letter-spacing: 0px;
        text-align: center;
    }

    .topband {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991.99px) {

    .activeNew {
        background-color: #FFFFFF;
        position: relative;
        bottom: 0;
        left: 5px;
        /* background-color: transparent; */
        width: 30px;
        height: 8px;
        border-radius: 5px;
        display: none;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        display: none;
    }


    .width-31 {
        width: 50%;
    }

    .width-16 {
        width: 30%;
    }

    .width-29 {
        width: 80%;
        order: 1;
    }

    .width-12 {
        width: 20%;
    }

    .searchflex {
        order: 1;
    }

    .DDLogo {
        height: 85%;
    }

    .smalldivice:after {
        bottom: -4px;
        border-bottom: 6px solid #000;
    }

    .DDmenu {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .profile {
        padding-left: 12px;
    }

    .banner p:first-child {
        font-size: 30px;
    }

    /*added by kaushal*/
    .DDmenu {
        padding-inline-start: 0px;
        margin-bottom: 0px;
        margin-top: 13px;
    }

    .overlay_CIIlogo2 {
        /*width: 76px;
        height: 43px;*/
        width: 140px;
    }

    .DDmenu li {
        list-style: none;
        display: inline-block;
        /* position: relative; */
        width: 82px;
    }

        .DDmenu li a, .DDmenu li a:hover, .DDmenu li a:active, .DDmenu li a:focus {
            color: #FFFFFF;
            font-size: 10px;
            font-style: normal;
            font-weight: 400;
            margin-left: 0px;
            margin-right: 12px;
        }

    .notification {
        width: 35px;
        height: 35px;
        text-align: center;
        text-decoration: none;
        margin: 5px 18px;
        border-radius: 50%;
        padding-top: 21px;
        position: relative;
    }

    .header1 {
        /*background-color: #fff !important;*/
        /* border: 1px solid #7a7a7a; */
        border-bottom: none;
        /* border-radius: 10px 10px 0 0; */
        position: relative;
        z-index: 9;
        height: 63px;
        transition: height 0.5s;
        overflow: visible;
        /*padding: 4px;*/
    }

    /*.header::after {
            content: "";
            width: 116.5%;
            height: 64px;
            background-image: url(../Image/plan-head-down-arrow.png);
            position: absolute;
            z-index: -9999;
            left: 0;
            bottom: -39px;
            background-position: 5px -114px;
            background-repeat: no-repeat;
            background-size: 100%;
            margin: 0 -13px;
            background-size: 100% 176px;
        }*/

    .topmenuheader a img {
        width: 25px;
    }



    .padding-125 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .topheadertitle {
        font-size: 16px;
        letter-spacing: 0px;
        text-align: center;
    }


    .available {
        background-color: #02ff73;
        position: relative;
        bottom: 0;
        left: -26px;
        /* background-color: transparent; */
        width: 90px;
        height: 24px;
        border-radius: 27px;
        display: none;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        display: block;
        text-align: center;
        padding-top: 1px;
        font-size: 16px;
        color: #1b5001;
        font-weight: bold;
        top: -9px;
    }

    .banner_section h2 {
        font-size: 31px;
        line-height: 55px;
    }
}

@media (min-width: 992px) and (max-width: 1279.99px) {

    .activeNew {
        background-color: #FFFFFF;
        position: relative;
        bottom: 0;
        left: 15px;
        /* background-color: transparent; */
        width: 30px;
        height: 8px;
        border-radius: 5px;
        display: none;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        display: none;
    }

    .available {
        background-color: #02ff73;
        position: relative;
        bottom: 0;
        left: -26px;
        /* background-color: transparent; */
        width: 113px;
        height: 24px;
        border-radius: 27px;
        display: none;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        display: block;
        text-align: center;
        padding-top: 1px;
        color: #1b5001;
        font-size: 16px;
        font-weight: bold;
        top: -9px;
    }

    .header1 {
        /*background-color: #fff !important;*/
        /* border: 1px solid #7a7a7a; */
        border-bottom: none;
        /*border-radius: 10px 10px 0 0;*/
        position: relative;
        z-index: 9;
        height: 90px;
        transition: height 0.5s;
        overflow: visible;
        /*padding: 4px;*/
    }

    /*.header::after {
            content: "";
            width: 116.5%;
            height: 64px;
            background-image: url(../Image/plan-head-down-arrow.png);
            position: absolute;
            z-index: -9999;
            left: 0;
            bottom: -39px;
            background-position: 0 -127px;
            background-repeat: no-repeat;
            background-size: 100%;
            margin: 0 -13px;
        }*/

    .padding-125 {
        padding-left: 100px;
        padding-right: 100px;
    }

    .width-12 {
        width: 8% !important;
    }

    .width-29 {
        width: 37.6% !important;
    }

    .center {
        text-align: center;
    }

    .searchflex a:after {
        right: 30% !important;
    }

    .DDLogo {
        height: 85%;
    }

    .Featureslider .carousel-item img.d-block {
        border: none;
        height: 110px;
        width: 100%;
    }

    .Featureslider .carousel-control-prev, .carousel-control-next {
        width: 2%;
        opacity: 1;
        background: #03c1d8;
        height: 110px;
    }

    .Featureslider .carousel-item div p {
        font-size: 14px;
        line-height: 1.2;
    }

    .topheadertitle {
        font-size: 18px;
        letter-spacing: 2px;
    }
}

@media (min-width: 1280px) and (max-width: 1459.99px) {

    .activeNew {
        background-color: #FFFFFF;
        position: relative;
        bottom: 0;
        left: 9px;
        /* background-color: transparent; */
        width: 32px;
        height: 8px;
        border-radius: 5px;
        display: none;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        display: none;
    }

    .header1 {
        border-bottom: none;
        position: relative;
        z-index: 9;
        height: auto;
        transition: height 0.5s;
        overflow: visible;
        /* padding: 7px; */
        width: 170px;
        margin: 0 auto;
        text-align: center;
    }

    /*.header::after {
            content: "";
            width: 116.5%;
            height: 78px;
            background-image: url(../Image/plan-head-down-arrow.png);
            position: absolute;
            z-index: -9999;
            left: 0;
            bottom: -39px;
            background-position: 0 -127px;
            background-repeat: no-repeat;
            background-size: 100%;
            margin: 0 -14px;
        }*/


    .available {
        background-color: #02ff73;
        position: relative;
        bottom: 0;
        left: 45px;
        width: 70px;
        /* height: 24px; */
        border-radius: 27px;
        display: none;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        display: block;
        text-align: center;
        padding-top: 1px;
        color: #1b5001;
        font-size: 12px;
        font-weight: bold;
        top: -70px;
    }

    .DDmenu li a, .DDmenu li a:hover, .DDmenu li a:active, .DDmenu li a:focus {
        font-size: 16px;
    }

    .width-12 {
        width: 8% !important;
    }

    .width-29 {
        width: 37.6% !important;
    }

    .center {
        text-align: center;
    }

    .searchflex a:after {
        right: 30% !important;
    }
}


.Inactive {
}


/*Added by Somendra Pratap Singh;Date:20-11-2020;*/
ul.DDmenu > li + li:before {
    /*padding: 8px;*/
    color: white;
    content: "\007C";
    padding-right: 10px;
    padding-left: 10px;
}
