@font-face {
    font-family: FontAwesome;
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot);
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.eot) format("embedded-opentype"), url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf) format("truetype"), url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}

html {
    line-height: 22px;
    color: #030303;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    padding: 0;
    margin: 0;
    font-size: 100%;
    font-weight: 400;
    font-size: 14px;
    height: 100%;
    width: 100%;
    font-family: "Roboto", sans-serif;
}

body {
    line-height: 22px;
    color: #030303;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    padding: 0;
    margin: 0;
    font-size: 100%;
    font-weight: 400;
    font-size: 14px;
    height: 100%;
    width: 100%;
    font-family: "Roboto", sans-serif !important;
}
/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

a {
    color: #666;
    text-decoration: none;
}

    a:hover {
        outline: 0;
        cursor: pointer;
        color: #666;
        text-decoration: none !important;
    }

p {
    font-size: 14px;
}

* {
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

.nav-link:focus,
.nav-link:hover {
    color: inherit;
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-close:focus {
    box-shadow: initial;
}

.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: initial;
}

::-moz-selection {
    background: #2d3494;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #2d3494;
    color: #fff;
    text-shadow: none;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img,
input[type="image"],
video,
embed,
iframe,
marquee,
object,
table {
    aspect-ratio: attr(width) / attr(height);
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.form-select {
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: pre;
}

.error {
    color: #ff0000;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
}

#agree-error {
    position: absolute;
    bottom: -20px;
}

#serviceregistercar-error {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

#service2s-resend-otp {
    float: right;
}

.btn_ro {
    color: #fff !important;
    line-height: 40px !important;
    padding: 0 20px !important;
    background-color: #2d3494 !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    border: none !important;
    opacity: 1 !important;
}

    .btn_ro:hover {
        background-color: #000 !important;
        color: #fff !important;
    }

.btn_ro_cng {
    color: #fff !important;
    line-height: 40px !important;
    padding: 0 20px !important;
    background-color: #6ba83f !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    border: none !important;
    opacity: 1 !important;
    margin-bottom: 5px !important;
    width: 100%;
}

.btn_ro_cng {
    color: #fff !important;
    line-height: 40px !important;
    padding: 0 20px !important;
    background-color: #6ba83f !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    border: none !important;
    opacity: 1 !important;
    margin-bottom: 5px !important;
    width: 100%;
}

    .btn_ro_cng:hover {
        background-color: #000 !important;
        color: #fff !important;
    }
/*header section*/
header {
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #fafafa;
    webkit-box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

.bg-blues {
    background: #2d3494;
}

.logo img {
    max-width: 286px;
    min-height: 23px;
}

.navbar_ro ul li a {
    text-transform: uppercase;
    font-size: 14px;
    color: #030303;
    font-weight: 700;
}

    .navbar_ro ul li a:hover {
        color: #030303;
    }
/*--------------Technology----------------*/
.technology a {
    text-transform: uppercase;
    font-size: 14px;
    color: #030303;
    font-weight: 700;
}

/*--------------Technology/----------------*/
.privacyhideshow {
    display: none;
}
/*arena arena nav section*/
.change_language {
    position: absolute;
    right: 0;
    padding-left: 35px;
    display: flex;
    height: 31px;
    text-transform: uppercase;
    font-size: 14px;
    color: #030303;
    font-weight: 700;
}

    .change_language label {
        width: auto;
        line-height: 35px;
    }

    .change_language select {
        border: none;
        width: auto;
        appearance: none;
        cursor: pointer;
        font-size: 14px;
        font-weight: 400;
        line-height: 25px;
    }
/*arena arena nav section/ */

/*header section/ */

.ro_main {
    width: 100%;
    float: left;
    position: relative;
    min-height: 570px;
}

    .ro_main .owl-carousel .owl-item img.desktopslide {
        display: block;
    }

    .ro_main .owl-carousel .owl-item img.mobileslide {
        display: none;
    }

    .ro_main .owl-theme {
        overflow: hidden;
    }

    .ro_main .item img {
        width: 100%;
        float: left;
    }

    .ro_main .owl-nav [class*="owl-"] .fa {
        color: #000;
        line-height: 50px;
        font-size: 30px;
    }

    .ro_main .owl-prev,
    .owl-next {
        position: absolute;
        top: 0;
        height: 100%;
    }

    .ro_main .owl-prev {
        left: 7px;
        color: #fff !important;
    }

    .ro_main .owl-next {
        right: 7px;
        color: #fff !important;
    }

    .ro_main .owl-theme .owl-dots {
        position: absolute;
        bottom: 0;
        left: 0;
        text-align: right;
        padding: 0 27px 25px 0;
    }


/*banner carousel indicator ui-change*/
.mainOwldotsro .owl-theme .owl-dots {
    position: relative;
}

.ro_main .owl-theme .owl-dots {
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    float: left;
}

    .ro_main .owl-theme .owl-dots .owl-dot.active span {
        background: #fff;
    }

    .ro_main .owl-theme .owl-dots .owl-dot span {
        width: 32px;
        height: 4px;
        margin: 0 3px;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity 0.2s ease;
        border: 1px solid #000;
    }

/*slider arena home/ */

/*cookieConsent */
#cookieConsent {
    background-color: #2d3494;
    min-height: 26px;
    font-size: 12px;
    color: #fff;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Roboto", sans-serif;
    display: none;
    z-index: 2;
    text-align: center;
    width: 100%;
    margin: 0;
    float: left;
    border-top: 1px solid #fafafa;
}

#closeCookieConsent {
    color: #fff;
    background: #2d3494;
    display: inline-block;
    width: 22px;
    height: 22px;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    margin: 0 11px 0 0;
    float: right;
    cursor: pointer;
}
/*cookieConsent/ */

/*footer arena */
.mobile_footer_bottom {
    display: none;
}

.scrollbtn {
    width: 35px;
    position: fixed;
    right: 10px;
    bottom: 65px;
    z-index: 9;
    display: none;
}

    .scrollbtn.active {
        display: block;
    }

    .scrollbtn a {
        background-image: url(../../../../images/RO/images/ro_icon/ro_arena_sprite1.png);
        background-repeat: no-repeat;
        display: block;
        width: 35px;
        background-position: -12px 2px;
        height: 42px;
        background-size: 70px;
    }

.stickyFooter {
    display: none;
}

.copyrightbox {
    float: left;
    width: 100%;
    padding: 15px 0;
    background: #2d3494;
}

    .copyrightbox p {
        color: #fff;
        font-size: 14px;
        margin: 0;
    }

        .copyrightbox p a {
            color: #fff;
            font-size: 14px;
        }

/*footer arena/ */

/*Ro loader*/
.ro_loader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}
/*Ro loader/*/

/*thank you*/
.thank_you {
    float: left;
    width: 100%;
    padding-top: 13%;
    height: 78.8vh;
    display: block;
}
/*thank you/*/

/*ro page cars*/
.w-space {
    width: 85%;
    margin: auto;
    padding-top: 1rem;
    padding-bottom: 5rem;
}

.width-dm {
    width: 80%;
    text-align: center;
    margin: auto;
}
/*ro page cars/*/

@media (min-width:768px) and (max-width:1024px) {
    .thank_you {
        height: 89vh;
    }
}

@media (max-width: 768px) {
    .thank_you {
        height: 86vh;
    }
}
/*thank you/*/

@media (max-width: 767px) {
    .ro_main {
        min-height: 350px;
    }

    .dropdown-menu {
        background: transparent;
    }

    .dropdown.technology {
        padding: 0 10px;
    }

        .dropdown.technology a {
            font-size: 16px;
            padding: 11px;
            text-transform: uppercase;
            color: #fff;
            font-weight: 300;
            display: block;
            border-bottom: 1px solid #38428a;
            background: transparent;
            border: 0;
        }

    #cookieConsent {
        line-height: 17px;
    }

    .ro_main .owl-carousel .owl-item img.desktopslide {
        display: none;
    }

    .ro_main .owl-carousel .owl-item img.mobileslide {
        display: block;
    }

    .ro_main .owl-theme .owl-dots {
        display: none;
    }

    /*footer header*/
    .mob_navbar .navbar-nav {
        padding-top: 0;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .mob_navbarActive .navbar-nav li {
        padding-bottom: 0;
        width: 100%;
        position: relative;
        margin-left: 20px;
    }

    .mob_navbar {
        background-color: #2d3494;
        bottom: -200%;
        transition: all ease 0.5s;
        -webkit-transition: all ease 0.5s;
        position: fixed;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 99;
        padding: 0;
        overflow-y: hidden;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .mob_navbarActive {
        bottom: 0;
    }

    .navbar_ro ul li a {
        font-size: 16px;
        padding: 11px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 300;
        display: block;
        border-bottom: 1px solid #38428a;
    }

    .change_language {
        padding-left: 0;
        margin-top: 8px;
        text-transform: uppercase;
        font-size: 16px;
        color: #030303;
        font-weight: 300;
    }

        .change_language label {
            color: #fff;
            font-size: 16px;
            font-weight: 300;
            width: auto;
            margin-right: 10px;
        }

        .change_language select {
            border-radius: 0;
        }

    .copyrightbox {
        visibility: hidden;
    }
    /*footer header/ */

    /*footer arena */
    .mobile_footer_bottom {
        display: block;
    }

    .mobile_footer_bottom {
        width: 100%;
        background-color: #2d3494;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1030;
        border-top: 1px solid #212c79;
    }

        .mobile_footer_bottom ul {
            list-style-type: none;
            padding: 0;
        }

            .mobile_footer_bottom ul li {
                width: 50%;
                float: left;
                text-align: center;
                border-right: 1px solid #212c79;
                padding-top: 5px;
            }

                .mobile_footer_bottom ul li a .footer-icon3 {
                    background-image: url(../../../../images/RO/images/ro_icon/ro_arena_sprite1.png);
                    background-repeat: no-repeat;
                    display: block;
                    width: 35px;
                    background-position: 16% 66%;
                    height: 25px;
                    margin: auto;
                    background-size: 50px;
                }

                .mobile_footer_bottom ul li a p {
                    color: #fff;
                    margin: 5px;
                }

    .hamburger {
        height: 20px;
        display: block;
    }

        .hamburger .line {
            width: 24px;
            height: 2px;
            background-color: #ecf0f1;
            display: block;
            margin: 5px auto;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .hamburger:hover {
            cursor: pointer;
        }

    .menuopen.is-active .line:nth-child(1) {
        -webkit-transform: translateY(6px) rotate(45deg);
        -ms-transform: translateY(6px) rotate(45deg);
        -o-transform: translateY(6px) rotate(45deg);
        transform: translateY(6px) rotate(45deg);
    }

    .menuopen.is-active .line:nth-child(2) {
        display: none;
    }

    .menuopen.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-1px) rotate(-45deg);
        -ms-transform: translateY(-1px) rotate(-45deg);
        -o-transform: translateY(-1px) rotate(-45deg);
        transform: translateY(-1px) rotate(-45deg);
    }

    /*footer arena/ */

    /*ro car page*/
    .width-dm {
        width: 100%;
        margin: auto;
    }

    .w-space .form-select {
        height: 35px !important;
    }
    /*ro car page*/
}

/*Modal*/
.close_ro {
    right: 0;
    position: absolute;
    width: 30px;
    padding-top: 15px;
    top: 0;
}

.ro_group {
    height: 70px;
    position: relative;
}

.ro-control {
    color: #555 !important;
    text-shadow: 0 0 0 #000;
    font-weight: 400;
    padding: 5px 15px;
    height: 45px !important;
    border-radius: 0 !important;
    border: 1px solid #c0c0c0 !important;
    font-size: 14px !important;
    font-family: "Roboto", sans-serif;
}

.ro_customSelect {
    height: 70px;
    position: relative;
}

.ro-control option {
    color: #555;
}

.ro-control::placeholder {
    color: #555 !important;
    font-size: 14px;
}

.ro-control::-webkit-input-placeholder {
    color: #555;
    font-size: 14px;
}

.ro-control:focus {
    color: #555;
    background-color: transparent;
    border-color: #808b87;
    box-shadow: none;
}

.model_btn {
    background-color: #2d3494 !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 16px !important;
}

    .model_btn:hover {
        background-color: #000 !important;
        color: #fff !important;
    }

.red {
    color: #ff0000;
}

.disclaimer_text {
    font-size: 14px;
    cursor: pointer;
    position: relative;
}

    .disclaimer_text .form-check-label {
        cursor: pointer;
    }

.disclaimer_p {
    font-size: 12px;
    text-align: justify;
    line-height: normal;
}

.btdsend-otp {
    position: absolute;
    right: 25px;
    top: 12px;
    font-size: 14px;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    pointer-events: all;
}

.model_btn[disabled] {
    cursor: not-allowed !important;
}

/*Modal/ */
@media (max-width: 767px) {
    .logo img {
        max-width: 200px;
        min-height: 16px;
    }

    .privacyhideshow {
        display: block;
    }

    .ro-control {
        height: 35px !important;
    }

    .ro_group {
        height: 54px;
    }

    .ro_customSelect {
        height: 54px;
    }

    .btdsend-otp {
        top: 5px;
    }

    .disclaimer_text {
        font-size: 12px;
    }
}




/*------------Modal desktop down------------*/
.modal_relative_down {
    position: relative;
    width: auto;
}

    .modal_relative_down.active {
        display: block;
        transition-duration: 1s;
        -webkit-transition-duration: 2s;
    }

.modal-xladd {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    max-width: 100%;
    width: 100%;
    margin: 0;
    transition-duration: 1s;
    -webkit-transition-duration: 2s;
}

.modal-content_d {
    box-shadow: 0 0 10px grey;
    background-color: #fff;
    border-radius: 0;
    padding: 15px 70px;
    border: 0;
}

.learn_title {
    color: #000;
    text-transform: uppercase;
}

.learn_input {
    color: #000;
    font-size: 12px;
}

.ledown_group {
    height: 52px;
    position: relative;
}

.learn_input .form-check-input {
    border: 1px solid #000;
    border-radius: 0;
    box-shadow: none;
}

.ledown-control {
    color: #000 !important;
    border-bottom: 1px solid #8f8f8f !important;
    font-size: 14px;
    border: 0;
    border-radius: 0;
    padding-left: 2px;
}

    .ledown-control::placeholder {
        color: #000 !important;
    }

    .ledown-control::-webkit-input-placeholder {
        color: #000 !important;
    }

    .ledown-control:focus {
        color: #000;
        border: 0;
    }

.ro_customSelect_btm {
    position: relative;
    min-width: max-content;
}

.drivings-control_btm {
    color: #171c8f;
    border: 1px solid #4e54a5;
    font-size: 14px;
}

.ro_customSelect_btm .form-select {
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #8f8f8f !important;
    border-radius: 0;
    box-shadow: none;
    padding-left: 2px;
}

.drivings-control_btm option {
    color: #555;
}

.drivings-control_btm::placeholder {
    color: #555 !important;
    font-size: 14px;
}

.drivings-control_btm::-webkit-input-placeholder {
    color: #555;
    font-size: 14px;
}

.drivings-control_btm:focus {
    color: #555;
    border-color: #808b87;
    box-shadow: none;
}

.pop_btnknow {
    color: #fff;
    background-color: #2d3494;
    text-transform: uppercase;
    border-radius: 0;
}

    .pop_btnknow:hover {
        color: #fff !important;
        background-color: #000;
        border: 1px solid #4e54a5;
    }

.service_customSelect {
    min-width: 170px;
}

.submit_main {
    position: absolute;
    right: 5%;
    top: 10%;
    width: 10%;
    height: 70px;
}

.pop_btn {
    background-color: #2d3494 !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    width: 100%;
    height: 45px;
    margin-left: 10px;
}

#disclaimer1-error {
    position: absolute;
    bottom: -15px;
}

.close_btnknow {
    right: 0;
    position: absolute;
    width: 70px;
    top: 20px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

/*------getplus_relative------*/
.getplus_relative {
    position: fixed;
    bottom: 0;
    transition-duration: 1s;
    -webkit-transition-duration: 2s;
    width: 230px;
    float: right;
    right: 50px;
    z-index: 1058;
    cursor: pointer;
}

.getplus {
    position: absolute;
    color: #fff;
    opacity: 0;
    bottom: -50px;
    transition-duration: 1s;
    -webkit-transition-duration: 2s;
}

    .getplus h6 {
        background: #2d3494;
        border-bottom: 0px;
        border-radius: 5px 5px 0px 0px;
        padding: 12px 12px 12px 12px;
        font-weight: bold;
        letter-spacing: 1px;
        border-radius: 0;
    }

    .getplus.active {
        opacity: 1;
        bottom: 0;
        transition-duration: 1s;
        -webkit-transition-duration: 2s;
    }

/*------getplus_relative/------*/
@media (max-width: 768px) {

    /*popup not hide outside body click stay popup*/
    .modal_relative_down {
        position: relative;
        width: auto;
    }

    /*popup not hide outside body click stay popup/ */
    .modal_relative_down {
        position: fixed;
        width: 100%;
    }

        .modal_relative_down.active {
            display: none;
        }

        .modal_relative_down.shows {
            background-color: rgb(0 0 0 / 50%);
        }

    .modal-xladd {
        position: fixed;
        top: 50%;
        transform: translateY(-50%) !important;
        width: 98%;
        bottom: 0;
        padding: 4px;
        transition-duration: 0s;
        -webkit-transition-duration: 0s;
        margin: auto;
    }

    .modal-content_d {
        top: 50%;
        transform: translateY(-50%);
        padding: 15px 12px;
        max-height: 100vh;
        overflow-x: hidden;
        background-color: #fff;
        border-radius: 0.3rem;
    }

    .learn_title {
        color: #000;
    }

    .ledown_group {
        height: 70px;
        position: relative;
    }

    .ledown-control {
        background: #fff !important;
        border: 1px solid #c0c0c0;
        color: #555 !important;
        text-shadow: 0 0 0 #000;
        font-weight: 400;
        padding: 5px 15px;
        height: 45px !important;
        border-radius: 0 !important;
        border: 1px solid #c0c0c0 !important;
        font-size: 14px !important;
        font-family: 'Roboto', sans-serif;
    }

        .ledown-control::placeholder {
            color: #555 !important;
            font-size: 14px;
        }

        .ledown-control::-webkit-input-placeholder {
            color: #555;
            font-size: 14px;
        }

        .ledown-control:focus {
            color: #555;
            background-color: transparent;
            border-color: #808b87;
            box-shadow: none;
        }

    .learn_input {
        margin-bottom: 10px;
        color: #000;
    }

        .learn_input .form-check-input {
            border: 1px solid rgba(0, 0, 0, .25);
            border-radius: 0.25em;
        }

            .learn_input .form-check-input:checked {
                background-color: #0d6efd;
                border-color: #0d6efd;
            }

    .ro_customSelect_btm .form-select {
        background-color: #fff;
        border: 0;
        border-bottom: 1px solid #8f8f8f !important;
        border-radius: 0;
        box-shadow: none;
        padding-left: 15px;
    }

    .drivings-control_btm,
    .form-select {
        background-color: transparent !important;
        border-radius: 0;
        height: 45px !important;
        border: 1px solid #c0c0c0 !important;
        font-size: 14px !important;
        font-family: 'Roboto', sans-serif;
        color: #555 !important;
        text-shadow: 0 0 0 #000;
        font-weight: 400;
    }

    .pop_btnknow {
        background-color: #2d3494 !important;
        border: 0 !important;
        border-radius: 0 !important;
        color: #fff !important;
        font-size: 16px !important;
        padding: 12px 50px;
        width: 100%;
    }

        .pop_btnknow:hover {
            background-color: #000 !important;
            width: 100%;
        }
}

@media(min-width: 768px) and (max-width: 991px) {
    .modal-xladd {
        width: 70%;
    }
}

/*------------Modal desktop down/------------*/

.dropdown-menu .dropdown-item:hover {
    color: #fff;
    background: #2d3494;
}

.hybridLanguage {
    display: flex !important;
}
