* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif !important;
}
a{text-decoration:none!important;
}

h3, h4, h5 {
    margin-bottom: 0px !important;
}

.w-95 {
    width: 95%;
}

p, p > span, p > span > span, p > span > span > span, p > strong > span, p > div {
    color: #09076e !important;
}

div, p, ol li, ul li {
    color: #09076e !important;
}

table {
    color: #09076e !important;
    border-color: #09076e !important;
}

.tooltip-inner {
    color: #fff !important;
}

.container {
    max-width: 85% !important;
}

.container-1350px {
    max-width: 90% !important;
}


.Main-p {
    padding: 20px 0px;
}

.Main-bg {
    background-color: #09076e;
}

.Main-Gradiunt {
    background: rgb(19,9,109);
    background: linear-gradient(90deg, rgba(19,9,109,1) 0%, rgba(101,25,101,1) 100%);
}

.color-main {
    color: #09076e;
}

.btn-primary {
    background-color: #09076e !important;
    border-color: #09076e !important;
}

.bg-OrangeRed {
    background-color: rgb(225 51 90);
}



.font-80 {
    font-size: 80px;
}

.bg-Orange {
    background-color: #FF5139;
}

.bg-purple4 {
    background: #511567 !important;
}

.text-green {
    color: #10b745 !important;
}

.text-red {
    color: #e3213c !important;
}

.text-purple {
    color: #511567 !important;
}


/* TOP HEADER CSS*/

.TopHeader {
    color: #fff !important;
    background: #fff;
}

.TopHeaderText {
    font-size: 11px;
    font-weight: 700;
    color: #09076e;
}

.G20-Logo {
    width: 94px;
    margin-right: 10px;
}
/*NAVBAR CSS*/
.navbar-nav > li > a {
    color: #fff !important;
    display: inline-block;
    text-decoration: none;
    outline: 0 !important;
    line-height: 1.42857143 !important;
    padding: 15px 10px !important;
    font-weight: 600;
    font-size: 15px;
}

.navbar-nav > .nav-item > a:hover {
    background-color: #4745c9;
    border-radius: 7px !important;
}

#logRgBtn {
    color: #09076e !important;
    border-radius: 6px !important;
    background-color: #ffca0d !important;
}

.navbar-light .navbar-toggler {
    color: rgba(255,255,255,.7) !important;
    border-color: rgba(255,255,255,.9) !important;
}

.navbar {
    padding: 4px 1px 0px !important;
}
/*CARAUOSLE CSS*/

.carousel-inner {
    width: 87% !important;
    margin: auto;
}

.carousel-control-prev-first {
    left: -62px !important;
}

.carousel-control-next-first {
    right: -62px !important;
}

.carousel-control-prev-first:hover,
.carousel-control-next-first:hover {
    cursor:pointer;
}
.carousel-indicators {
    bottom: -55px !important;
}

    .carousel-indicators li {
        width: 10px !important;
        border-radius: 50% !important;
        height: 10px !important;
        margin-right: 8px !important;
        margin-left: 8px !important;
    }

.width-23 {
    width: 23px;
}

.font-14 {
    font-size: 14px !important;
}

.carousel-caption > p {
    color: #fff !important;
}
/*ONGOING NOMINATION CSSS*/
.font-38 {
    font-size: 38px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-300 {
    font-weight: 300 !important;
}

.pointer {
    cursor: pointer;
}

.shadow-new {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}


.help_desk {
    cursor: pointer;
    transition-delay: 0.6s;
    width: 35%;
    animation: mover 2s linear infinite alternate;
    margin-left: -11px;
    margin-bottom: 7px;
}

.width-15 {
    width: 15%;
}

@keyframes mover {
    0% {
        transform: translateY(2px)
    }

    25% {
        transform: translateY(-2px)
    }

    75% {
        transform: translateY(2px)
    }

    100% {
        transform: translateY(2px)
    }
}


.ViewAllBtn {
    background-color: #e4e3ee;
    color: #09076e !important;
    border-radius: 20px;
    padding: 12px 23px;
    font-size: 17px;
    border: 1px solid;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    font-weight: 700;
    width:auto;
}

    .ViewAllBtn:hover {
        box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 22%);
        transform: translateY(-7px);
        text-decoration: none;
    }


/*NOMINATIONS FOR UPCOMING AWARDS*/

/*SLIDER CSS*/

.NC1 {
    background: #F5EDFF !important;
}

.NC2 {
    background: #FFF7ED !important;
}

.NC3 {
    background: #EDF6FF !important;
}

.NC4 {
    background: #FFEDED !important;
}

#clients {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    #clients .clients-wrap {
        display: block;
        width: 95%;
        margin: 0 auto;
        overflow: hidden;
        padding: 15px 0;
        position: relative;
        height: 400px;
    }
        #clients .clients-wrap a {
            display: flex;
        }

        #clients .clients-wrap ul {
            display: flex;
            list-style: none;
            position: relative;
            margin-left: auto;
            margin-right: auto;
        }

            #clients .clients-wrap ul li {
                display: block;
                float: left;
                position: relative;
                width: 250px;
                text-align: center;
                margin: 0 45px;
            }

                #clients .clients-wrap ul li div {
                    width: 200px;
                    height: 200px;
                    display: block;
                    border-radius: 50%;
                }



.company_logo_slides {
    padding: 60px 0 70px;
}


.containerSLider {
    max-width: 1240px;
    margin: 0 auto;
}



/*THE AWARDEES CSS*/

.carousel-innerSec {
    width: 70% !important;
}

.carousel-itemSec {
    height: 500px;
    object-fit: cover;
}

.carousel-caption {
    position: absolute;
    right: 19% !important;
    bottom: 3% !important;
    left: 2% !important;
    z-index: 10;
    padding: 10px !important;
    padding-bottom: 0px !important;
    color: #fff !important;
    text-align: left;
    background: rgba(0, 0, 0, .6);
    -webkit-animation: rotation 100s infinite linear;
}

.carousel-control-nextSec, .carousel-control-prevSec {
    top: 63% !important;
    bottom: 23% !important;
}

.carousel-control-prev-iconSec, .carousel-control-next-iconSec {
    background: rgba(0,0,0,2.8);
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 74px;
    display: flex;
    width: 70px;
    outline: black;
    justify-content: center;
    align-items: center;
}

.carousel-control-prevSec {
    left: 68% !important;
}

.CongText {
    font-family: 'Mr Dafoe', cursive;
    font-size: 3rem;
    color: #d0d0d0;
}

.bg-photo {
    background-color: #e8e8e8;
}

.w-25 {
    width: 25% !important;
}

.w-70 {
    width: 70%;
}

.h-5 {
    height: 5px;
}

.m-Award {
    margin-left: 90px;
    margin-top: -17px;
}

/*footer CSSS*/
.Footer {
    color: #fff !important;
    background-image: url(../../Content/images/FooterBG.png);
    background-size: cover;
    padding: 60px 0 20px 0;
}

.nav-link-footer {
    transition: .3s;
    color: #fff;
    font-weight: lighter;
}

    .nav-link-footer:hover {
        margin-left: 10px;
        font-weight: 600;
        box-shadow: inset 0 0 0 2em #000080;
        border-color: #000080;
        color: #fff !important;
    }


/*    AWARDPEDIA PAGE CSS */
.modal-dialog-AD {
    max-width: 750px;
}

    .modal-dialog-AD .modal-content {
        box-shadow: 7px 6px #0055aa;
    }

.modal {
    backdrop-filter: blur(4px);
}

.lines-on-sides {
    display: table;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
}

    .lines-on-sides:after {
        border-left: 1em solid transparent;
    }

    .lines-on-sides:before {
        border-right: 1em solid transparent;
    }

    .lines-on-sides:after, .lines-on-sides:before {
        content: "";
        display: table-cell;
        width: 33%;
        background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
    }

.w-115 {
    width: 115px;
}

.width-27 {
    width: 27%;
}

.form-control {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    color: #090b6f !important;
}

    .form-control::placeholder {
        color: #090b6f !important;
    }

.NAimg {
    width: 10%;
}


.col-lg-3 {
    max-width: 22% !important;
}



.w-25 {
    width: 25% !important;
}


/*    AWARDLIBRARY PAGE CSS */
.Top-N80 {
    margin-top: -80px;
}

.Items-Center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.width-10 {
    width: 10%;
}

.ADBtn {
    background-color: #77559B;
    border: none;
    color: #fff;
    padding: 5px 10px;
    border-radius: 7px;
}


/*LOGIN CSS*/
.backLoging {
    background-image: url(../../Content/images/login-org.jpg);
    background-size: cover;
    background-position: center;
}

.LogGroup {
    border: 1px solid #0050a1 !important;
    width: 100%;
    height: 40px;
    border-radius: 15px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.input-group-text {
    background: #004c99 !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
    height: 100%;
}

#togglePassword {
    color: #004b97 !important;
    display: inline;
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
    cursor: pointer;
}


#login-btn {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
    background-color: #005fbf;
    width: 100%;
    height: 40px;
    color: white;
    border-radius: 15px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    transition: all 0.5s ease 0s;
}

.a_Forget {
    color: #09076e !important;
    font-weight: 700;
    font-size: 14px;
}

.form-control-login {
    border: none;
    font-size: 16px;
    outline: none !important;
}

.page-content-Reg {
    padding: 5px 15px 5px 15px;
    -webkit-border-radius: 8px/7px;
    -moz-border-radius: 8px/7px;
    border-radius: 8px/7px;
    background-color: #ebebeb;
    -webkit-box-shadow: 1px 2px 5px rgb(0 0 0 / 31%);
    -moz-box-shadow: 1px 2px 5px rgba(0,0,0,.31);
    box-shadow: 1px 2px 5px rgb(0 0 0 / 31%);
    border: solid 1px #cbc9c9;
}

.btn_Gradient {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #09076e), color-stop(1, #003f7f) );
    background-color: #09076e;
    color: #fff !important;
}

.Image {
    font-size: 38px;
    color: #090b6f;
    padding: 2px;
}

.loadingSTyle {
    display: none;
    top: 20%;
    position: absolute;
    left: 50%;
}

    .loadingSTyle img {
        width: 100px !important;
        height: 100px;
        margin: 0px;
    }

.box-3d {
    border: 1px solid #999999;
    -webkit-box-shadow: 0px 0px 20px #888888;
    box-shadow: 5px 5px 20px #888888;
}

.mt-20 {
    margin-top: 20px;
}

.border-0 {
    border: 0 !important;
}

.pointer {
    cursor: pointer !important;
}


/*USER PROFILE CSS*/
.Tble-eye {
    width: auto;
    font-size: 33px;
    margin-top: 15px;
    padding: 8px;
    color: #fff;
    border-radius: 8px;
}


.note-primary {
    border-color: #15096d !important;
}


.w-80px {
    width: 80px;
}

.min-width-120px {
    min-width: 120px;
}


.V-top {
    vertical-align: top;
    margin-top: 7px
}

/*MY NOMINATION CSS*/
div.dt-buttons {
    border: 1px solid #d4d9df;
    background-color: #fff;
}

.dt-button {
    background-color: transparent !important;
    border: none !important;
    padding: 0.3em 0.7em !important;
    background-image: none !important;
}

    .dt-button:hover {
        transform: scale(1.1);
    }

.buttons-copy {
    color: #150a6d !important;
    font-weight: 600;
}

    .buttons-copy::before {
        font-family: "Font Awesome 5 Free";
        content: "\f0c5";
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
    }

.buttons-excel {
    color: green !important;
    font-weight: 600;
}

    .buttons-excel::before {
        font-family: "Font Awesome 5 Free";
        content: "\f1c3";
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
    }



.buttons-colvis {
    color: #ce5310 !important;
    font-weight: 600;
    text-transform: capitalize;
}

    .buttons-colvis::before {
        font-family: "Font Awesome 5 Free";
        content: "\f0ae";
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
    }


.buttons-page-length {
    color: #FFCC00 !important;
    font-weight: 600;
    text-transform: capitalize;
}

    .buttons-page-length::before {
        font-family: "Font Awesome 5 Free";
        content: "\f815";
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
    }

.table > thead {
    border: 1px solid #ebe9e9 !important;
    font-weight: bold !important;
}

.table thead tr th {
    background-color: #ebe9e9 !important;
    font-size: 14px !important;
    white-space: nowrap !important;
}

/*NEW NOMINATION CSS*/
.help_desk_Under {
    width: 32%;
    cursor: pointer;
    animation: mover 2s linear infinite alternate;
}


.width-100px {
    width: 100px !important;
}

.width-80px {
    width: 80px !important;
}

.Faq_desk_Under_s {
    width: 80%;
    cursor: pointer;
    animation: mover 2s linear infinite alternate;
}

.printpage1 {
    width: 100%;
    border: solid;
    border-width: 1px;
    border-color: gray;
    border-radius: 4px;
}

.printpage2 {
    width: 100%;
    font-family: Verdana;
    font-size: 10pt;
    vertical-align: top;
    border: 1px solid #ddd;
    padding: 1%;
}

label {
    margin-bottom: 0 !important;
}

.lhabout {
    line-height: 19px;
}

.NotificationAllBtn {
    background-color: #e4e3ee;
    color: #09076e !important;
    padding: 6px 17px;
    font-size: 13px;
    border: 1px solid;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    margin-top: 12px;
    text-align: center;
    width: 100%
}

#ddlLanguage {
    width: 108px !important;
    border: none !important;
    margin-right: 10px;
    border-radius: 4px !important;
    font-size: 14px !important;
    color: #0c0a97 !important;
}

.bg-lightGray {
    /* background: #d3d3d3!important;*/
    background: #0e0c6c !important;
    color: #ffff !important;
}


.table thead th {
    color: #09076e !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #09076e !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #09076e !important;
}
.NAimgCalender {
    width: 20%;
}
.w-70 {
    width:70%!important;
}
.text-yellow{
    color: #ffca0d;
}

.m-h-215px{
    min-height: 215px;
}
.mt-2px {
    margin-top:2px!important;
}
.mt-N20px{
    margin-top: -20px !important;
}
.vertical-top {
    vertical-align: top;
}
.text-gray {
    color: gray !important;
}
.p-15px{
    padding: 15px !important;
}
.cursor-pointer{
    cursor: pointer!important;
}
.mt-n8px {
    margin-top:-8px!important;
}
.ml-15px {
    margin-left: 15px;
}
.w-30 {
    width:30%!important;
}
.table .bl-none {
    border-left: none !important;
}
.table .bx-none {
    border-right: none !important;
    border-left: none !important;
}
.table .br-none {
    border-right: none !important;
}

.AwardCal {
    width: 8%;
    margin-right: 10px;
}
.w-6 {
    width: 6.8%;
    
}


/*@*SUGGESTION INPUT*@*/
ul {
    list-style: none;
}

.list {
    z-index: 99;
    width: 95%;
    background-color: #ffffff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    padding: 0 5px;
    position: absolute;
    max-height: 300px;
    overflow: auto;

}




.list-items {
    padding: 10px 5px;
    border-radius: 0 0 5px 5px;
}

    .list-items:hover {
        background-color: #dddddd;
    }


/*@*SUGGESTION INPUT*@*/


.navbar-nav > li > .Nav-padding {
    padding: 15px 8px !important;
}


/*MEDIA CSS*/
.Embed-btn {
    margin: 25px 0px;
}
    .Embed-btn > a {
        background: rgb(22 10 109);
        padding: 12px 5px;
        color: #fff;
        display: block;
        border-radius: 5px;
        text-align: center;
    }

    .Embed-btn > a:hover {
        color: #fff;
        text-decoration:none;
       
    }
.Embed-media {
    overflow:hidden;
}
    .Embed-media > iframe {
        overflow: scroll;
        height: 409px;
    }
    .Embed-media > iframe {
        width: 100%;
       /* height: 409px;*/
    }


.Media-sec > iframe {
    overflow: scroll;
    height: 500px;
}

.PMPadma {
    display: flex;
    max-width: 550px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}


.PMPadmaiframe {
    position: static;
    visibility: visible;
    width: 550px;
    height: 710px;
    display: block;
    flex-grow: 1;
}

.TwitterPadmaAwards {
    display: flex;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}

.TwitterPadmaAwardsiframe {
    position: static;
    visibility: visible;
    width: 598px;
    height: 9393px;
    display: block;
    flex-grow: 1;
}
.ui-widget-header {
    border: 1px solid #e1ecfd!important;
    background: #e1ecfd!important;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    color: #09076e!important;
    border-color: inherit!important;
}
    label {
    font-weight:700;
}

select[name="ddlrelation"] {
    font-weight: 700;
}
.w-inherit {

    white-space: inherit;
    width: 72% !important;
}

.btn-danger {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}
.btn-success {
    background-color: #198754 !important;
    border-color: #198754 !important;
}
.btn-info {
    background-color: #0dcaf0 !important;
    border-color: #0dcaf0 !important;
}
.text-right {
    text-align:right;
}
.text-left {
    text-align:left;
}


.select2-selection--multiple {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    color: #090b6f !important;
}

.select2-selection--single{
    display: block;
    width: 100%;
    height: 36px!important;
    /* padding: .375rem .75rem; */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    color: #090b6f !important;
}
.select2-container--default{
    width:100%!important
}


.Dis {
    background: #ffeeb3;
    color: #da3041 !important;
    font-weight: 900;
    margin-left: 10px;
    height: 45px;
    padding: 10px 12px;
    font-size: 19px;
    border-radius: 7px;
}


.Dis-star {
    height: 58px !important;
    width: 300px;
    margin-top: 17px;
}

.MyTable thead > th, .MyTable thead tr th {
    color: #FFF !important;
    background: #09076e !important;
}

.Accessibility-img img {
    width:25px;
    margin-left:8px

}

.m-w-1648px{
    max-width: 1648px;
    width: 100%;
}


.userImage {
    border: 2px solid #a5a2a2;
    padding: 5px;
    width: 100px;
    object-fit: cover;
}
fieldset {
    border: 1px solid;
    margin: 50px 10px 10px 10px;
    position: relative;
    padding: 20px;
}
legend {
    position: absolute;
    top: -21px;
    color: #fff;
    background: #09076e;
    border-radius: 4px;
    padding: 5px 10px;
    display: block;
    width: auto;
}


.BasicSecDiv {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    padding: 10px 15px 26px 10px;
}

.ProfileImage {
    border: 2px solid #b5b5b5;
    padding: 5px;
    width: 150px;
    object-fit: cover;
    height: 100%;
}


.ProfilePhotoBorder {
    border: 1px solid #d7cfcf;
    padding: 10px;
    width: 96%;
    border-radius: 6px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    cursor:pointer
}
.InfoSymbole {
    display: inline-block;
    background: #1c066c;
    color: #ffff;
    /* padding: 5px; */
    width: 24px;
    height: 24px;
    text-align: center;
    margin: 0 5px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.31) 1px 2px 5px;
    border: 2px dotted #fff;
}
/*MOBILE SCREEN TO TAB SCREEN MEDIA*/
@media (min-width: 992px) {
    .col-lg-25 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}




    @media (min-width: 767px) and (max-width:1200px) {
        body {
            overflow-x: hidden !important;
        }

        .carousel-control-prevSec {
            left: 69% !important;
        }

        .carousel-control-prevSec {
            top: 51% !important;
        }

        .carousel-itemSec {
            height: 380px !important;
        }

        .col-lg-3 {
            max-width: initial !important;
        }

        .Main-p {
            padding: 20px 15px !important;
        }

        .width-10 {
            width: 21% !important;
        }

        .carousel-indicators {
            bottom: -43px !important;
        }

        .carousel-control-next-first {
            right: -40px !important;
        }

        .carousel-control-prev-first {
            left: -40px !important;
        }

        .col-md-5 {
            -ms-flex: 0 0 45.666667% !important;
            flex: 0 0 45.666667% !important;
        }

        .Faq_desk_Under_s {
            width: 100%;
        }

        .help_desk_Under {
            width: 80% !important;
        }

        .m-3 {
            margin: 0.5rem !important;
        }

        .font-38 {
            font-size: 30px !important;
        }

        .font-18 {
            font-size: 14px !important;
        }

        .centerAwardCalImg {
            display: flex;
            flex-direction: column;
            font-size: 9px !important;
            align-items: baseline;
        }

            .centerAwardCalImg a {
                font-size: 12px !important;
            }

            .centerAwardCalImg img {
                width: 60% !important;
            }
    }

    @media (max-width: 767px) {
        .text-center {
            text-align:center!important;
        }
        .col-lg-3 {
            max-width: 90% !important;
        }

        .carousel-itemSec {
            height: auto !important;
        }

        .carousel-control-prevSec {
            top: 6% !important;
        }

        .Main-p {
            padding: 20px 15px !important;
        }

        .carousel-control-next {
            display: none;
        }

        .AboutImg {
            width: 30% !important;
        }

        .navbar-toggler {
            border: 1px solid rgba(255,255,255,.3) !important;
        }

        .font-38 {
            font-size: 30px !important;
        }

        .mx-xs-1 {
            margin-right: 0.25rem !important;
            margin-left: 0.25rem !important;
        }

        .NAimg {
            width: 30%;
        }

        .Border-bottom-Alib {
            padding: 6px;
            border-bottom: 1px solid #dad6d6;
        }

        .width-10 {
            width: 35% !important;
        }

        .Faq_desk_Under_s {
            width: 30%;
        }

        .help_desk_Under {
            width: 30% !important;
        }

        .lhabout {
            line-height: 13px !important;
            font-size: 8px !important;
            margin-left: 0px !important;
        }

        .w-25 {
            width:100%!important;
        }
        .text-right {
            text-align: right!important;
        }
        
    }
