body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
    color: #000;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #4b5056;
}

.bg-light {
    background-color: #fff !important;
}

.navbar-brand {
    padding-top: 2px;
    padding-bottom: 0;
    margin-right: 6rem;
}

.box-item i {
    font-size: 40px;
    color: #1e73be;
    margin-bottom: 10px;
}


@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

.up-down {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

header {
    background: #fff;
    margin: 0;
    position: relative;
    z-index: 1000;
 /*   -webkit-box-shadow: 0 2px 4px -2px #ddd;
    -moz-box-shadow: 0 2px 4px -2px #ddd;
    box-shadow: 0 2px 4px -2px #ddd;*/
}

.navbar-nav .dropdown-menu {
    box-shadow: 0px 6px 20px #84848442;
    border-top: solid 1px #f5546f;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.navbar-nav .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 20px;
    margin-left: 0;
    content: "";
    display: block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #f5546f;
}

.navbar-nav .dropdown-menu.logn--sec56:before{
    right: 40px;
    left: inherit;
}

header .top {
    padding: 6px 0;
    background: #1e73be;
    display: none;
}

a.navbar-brand img {
    width: 120px;
    margin-bottom: 2px;
}

p.topcontact a {
    color: #fff;
    padding-right: 9px;
    font-size: 13px;
}

p.topcontact a i {
    font-size: 18px;
}

p.topcontact22 {
    text-align: center;
    color: #fff;
    font-size: 13px;
    margin: 0;
    text-transform: uppercase;
}

header .top p.topcontact {
    margin: 0;
}

header .top p.topcontact i {
    color: #fff;
}

header .top p.topcontact i:hover {
    color: #e96b56;
}

header .logo {
    float: left;
}

header .logo img {
    margin-bottom: 0;
    width: 165px;
}

header .logo h1 {
    color: #333;
    letter-spacing: -1px;
    font-size: 2.2em;
    font-weight: 900;
    margin: 0;
}

header .logo h1 a {
    color: #333;
}

header .logo h1 a:hover {
    text-decoration: none;
}

header .top .row {
    margin-bottom: 0;
}

ul.topmenu {
    list-style: none;
    margin: 0;
}

ul.topmenu li {
    display: inline;
}

ul.topmenu li a {
    font-size: 12px;
    color: #ddd;
    font-weight: 600;
}

ul.topmenu li a:hover {
    text-decoration: none;
}

ul.social-network {
    float: right;
    list-style: none;
    margin: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}

ul.social-network li a:hover {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

header ul.nav li {
    border: none;
    margin: 0;
}

header ul.nav li a {
    border: none;
    font-weight: 400;
}

.navbar .nav>li>a {
    font-size: 13px;
    color: #000;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 600;
}

header ul.nav li a i {
    color: #656565;
}

header ul.nav li a:hover i {
    color: #000;
}

header ul.nav li.active a i {
    color: #fff;
}

header ul.nav li ul.dropdown-menu li a i {
    color: #fff;
}

.navbar .nav a:hover {
    background: none;
}

.navbar .nav>.active>a,
.navbar .nav>.active>a:hover {
    font-weight: 600;
}

.navbar .nav>.active>a:active,
.navbar .nav>.active>a:focus {
    background: none;
    outline: 0;
    font-weight: 600;
}

.navbar .nav li .dropdown-menu {
    z-index: 1000;
}

header ul.nav li ul {
    z-index: 1000;
    margin-top: 20px;
}

header ul.nav li ul li ul {
    margin: 1px 0 0 1px;
}

.dropdown-menu .dropdown i {
    position: absolute;
    right: 0;
    margin-top: 3px;
    padding-left: 20px;
}

.navbar .nav>li>.dropdown-menu:before {
    display: inline-block;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-bottom-color: none;
    content: none;
}

.navbar .nav>li>.dropdown-menu:after {
    display: inline-block;
    border-right: none;
    border-bottom: none;
    border-left: none;
    content: '';
}

ul.nav li.dropdown a {
    z-index: 1000;
    display: block;
}

ul.nav li.dropdown ul li ul.dropdown-menu {
    margin-left: 0px;
}

ul.nav li.dropdown ul li i {
    margin-right: 20px;
}

select.selectmenu {
    display: none;
}

#featured {
    background: #fcfcfc;
}

#featured .row {
    margin-bottom: 0;
}

.landing {
    padding: 50px 0;
}

#slideshow-wrapper {
    width: 100%;
    background: #fcfcfc;
    float: left;
}

#camera-slide {
    height: 425px !important;
}

.camera_caption p {
    margin-bottom: 20px;
}

.camera_prev {
    left: 0;
    top: 50%;
}

.camera_next {
    right: 0;
    top: 50%;
}

.camera_prev>span:before {
    content: "\f104";
    font-family: 'FontAwesome';
    color: #fff;
    padding: 20px 20px 20px 10px;
    font-size: 32px;
    display: block;
}

.camera_next>span:before {
    content: "\f105";
    font-family: 'FontAwesome';
    color: #fff;
    padding: 20px 20px 20px 20px;
    font-size: 32px;
    display: block;
}

#content {
    position: relative;
    padding: 50px 0 20px 0;
    background: #fafbff;
    z-index: 1;
}

#content img {
    max-width: 100%;
    height: auto;
}

.cta-box {
    background: #fcfcfc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.cta-text {
    padding: 20px;
    margin-top: 10px;
}

.cta-text h2 {
    font-weight: 900;
    line-height: 1.1em;
}

.cta-btn {
    float: right;
    padding: 20px;
    margin-top: 10px;
}

.cta-box .cta-btn a.btn {
    padding: 15px 20px;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -1px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.cta-box .cta-btn a.btn i {
    color: #fff;
    margin-left: 20px;
}

.cta-box .cta-btn a.btn:hover {
    color: #fff;
}

.cta-text h3 {
    font-size: 32px;
    letter-spacing: -2px;
}

.box {
    width: 100%;
}

.box .text h4 {
    letter-spacing: -1.5px;
}

.box .icon {
    float: left;
    margin-bottom: 20px;
}

.box .text {
    margin-left: 100px;
}

.box a {
    text-decoration: none;
    font-weight: 700;
}

.box a i {
    color: #4b5056;
}

#bottom {
    background: #fcfcfc;
    padding: 50px 0 0;
}

#inner-headline {
    background: #01358D;
    position: relative;
    margin: 0;
    padding: 18px 0px;
    overflow: hidden;
    z-index: 11;
}

#inner-headline:before {
    content: "";
    background: #072664;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 41.5%;
    z-index: 0;
    transform: skew(-30deg);
    right: -44px;
}

#inner-headline .inner-heading h2 {
    color: #d2eeff;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    position: relative;
    padding: 0 7px;
}

#inner-headline .inner-heading h2:before {
    content: "";
    background: #003e7a;
    left: 0;
    width: 3px;
    position: absolute;
    height: 22px;
}

#inner-headline ul.breadcrumb {
    margin: 0;
}

#inner-headline ul.breadcrumb li {
    margin-bottom: 0;
    padding-bottom: 0;
}

#inner-headline ul.breadcrumb li {
    font-size: 13px;
    color: #ebf7ff;
    text-shadow: none;
}

#inner-headline ul.breadcrumb li i {
    color: #aee2ff;
    padding: 0 6px;
}

#inner-headline ul.breadcrumb li a {
    text-decoration: none;
    color: #77d2ff;
}

#inner-headline ul.breadcrumb li a:hover {
    text-decoration: none;
    color: #aaa;
}

blockquote {
    font-size: 14px;
    font-weight: 400;
    color: #222;
    line-height: 1.6em;
    border-left: 6px solid #d74533;
    margin-top: 26px;
    background: #eee;
    padding: 10px;
    text-align: justify;
}

.pullquote-left {
    display: block;
    color: #a2a2a2;
    font-size: 14px;
    line-height: 1.6em;
    padding-left: 20px;
}

.pullquote-right {
    display: block;
    color: #a2a2a2;
    font-size: 14px;
    line-height: 1.6em;
    padding-right: 20px;
}

ul.general {
    list-style: none;
    margin-left: 0;
}

ul.link-list {
    margin: 0 0 0 8px;
    padding: 0;
    list-style: none;
    column-count: 1;
}

ul.link-list li {
    margin: 0 0 2px;
    padding: 2px 0 2px 0;
    list-style: none;
}

footer ul.link-list li a {
    color: #000;
    font-weight: 300;
    font-size: 13px;
}

h4.heading {
    font-weight: 300;
}

h4.heading strong {
    font-weight: 700;
}

.heading {
    margin-bottom: 20px;
}

.heading {
    position: relative;
}

aside .widgetheading {
    position: relative;
    text-transform: none;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

#google-map {
    height: 350px;
    margin-bottom: 50px;
}

footer {
    padding: 50px 0 0 0;
    color: #000;
    background: #1e73be26;
}

footer a {
    color: #eee;
    text-decoration: none;
}

footer a:hover {
    text-decoration: none;
}

.bs-docs-example {
    margin: 0 0 10px 0;
}

.demobtn a.btn {
    margin: 0 10px 10px 0;
}

section.demogrid .span1,
section.demogrid .span2,
section.demogrid .span3,
section.demogrid .span4,
section.demogrid .span5,
section.demogrid .span6,
section.demogrid .span7,
section.demogrid .span8,
section.demogrid .span9,
section.demogrid .span10,
section.demogrid .span11 {
    background: #f6f6f6;
    text-align: center;
    padding: 20px 0 20px;
}

section.demogrid .show-grid .row {
    margin-bottom: 0;
}

section.demogrid .show-grid .nest {
    background: #ddd;
    text-align: center;
    padding: 20px 0 20px;
}

section.demogrid .span12.nest {
    background: #f6f6f6;
    text-align: center;
    padding: 20px 0 0;
}

.demoinline p {
    display: inline;
    margin-right: 20px;
}

.demo a.btn {
    margin: 0 10px 10px 0;
}

.solidline {
    border-top: 1px solid #e9e9e9;
    margin: 0 0 10px;
}

.dottedline {
    border-top: 1px dotted #e9e9e9;
    margin: 0 0 10px;
}

.dashedline {
    border-top: 1px dotted #e9e9e9;
    margin: 0 0 10px;
}

.blankline {
    height: 1px;
    margin: 0 0 10px;
}

.blankline20 {
    height: 20px;
    margin: 0;
}

.blankline30 {
    height: 30px;
    margin: 0;
}

.scrollup {
    position: fixed;
    width: 32px;
    height: 32px;
    bottom: 20px;
    right: 20px;
}

a.scrollup {
    outline: 0;
    text-decoration: none;
}

a.scrollup:hover,
a.scrollup:active,
a.scrollup:focus {
    opacity: 1;
    text-decoration: none;
}

a.scrollup i:hover {
    text-decoration: none;
}

@media (min-width: 979px) and (max-width: 1200px) {
    #wrapper.boxed {
        width: 1000px;
        margin: 0 auto;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    #wrapper.boxed {
        width: 784px;
        margin: 0 auto;
    }

    header .logo {
        margin-top: 0;
        float: none;
    }

    nav ul li {
        display: none;
    }

    select.selectmenu {
        display: block;
        width: 100%;
        margin-top: 0;
        color: #111;
        margin-right: 20px;
        line-height: 30px;
        font-size: 13px;
    }

    select.selectmenu .bold {
        font-weight: bold;
    }

    .camera_caption a.btn {
        margin-bottom: 10px;
    }

    a.detail {
        background: none;
        width: 100%;
    }

    footer .widget form input#appendedInputButton {
        display: block;
        width: 91%;
        -webkit-border-radius: 4px 4px 4px 4px;
        -moz-border-radius: 4px 4px 4px 4px;
        border-radius: 4px 4px 4px 4px;
    }

    footer .widget form .input-append .btn {
        display: block;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    #progressbar {
        margin: 0 2% 0 !important;
    }

    ul#progressbar strong {
        font-size: 10px !important;
    }

    #wrapper.boxed {
        width: 90%;
        margin: 0 auto;
    }

    body {
        padding-right: 0;
        padding-left: 0;
    }

    header .logo {
        float: none;
        text-align: center;
    }

    ul.social-network {
        float: none;
    }

    header .navigation {
        margin: 0 auto;
        text-align: center;
        width: 90%;
        float: none;
    }

    select.selectmenu {
        display: block;
        width: 100%;
        float: left;
        margin-bottom: 20px;
        color: #111;
        margin-right: 20px;
        line-height: 30px;
        font-size: 13px;
    }

    select.selectmenu .bold {
        font-weight: bold;
    }

    .cta-box .cta-btn {
        float: none;
        text-align: center;
    }

    .camera_caption a.btn {
        margin-bottom: 10px;
    }

    #camera-slide {
        height: 400px !important;
    }

    .camera_caption img {
        max-width: 50%;
        height: auto;
    }

    .bxslider blockquote {
        padding: 0 20px;
    }

    .bxslider blockquote:before {
        content: '';
    }

    .bxslider blockquote:after {
        content: '';
    }

    #inner-headline .inner-heading h2 {
        margin: 20px 0 0 0;
        margin-bottom: 0;
    }

    .breadcrumb>li {
        font-size: 13px;
    }

    article {
        border-bottom: 1px dotted #ddd;
        padding-bottom: 10px;
    }

    #pagination {
        clear: left;
        margin-bottom: 30px;
    }

    .left-sidebar {
        border-right: none;
        padding: 0 0 0 0;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        margin-bottom: 40px;
    }

    .right-sidebar {
        margin-top: 30px;
        border-left: none;
        border-top: 1px solid #ddd;
        padding: 0 0 0 0;
        padding-top: 50px;
    }

    footer .span1,
    footer .span2,
    footer .span3,
    footer .span4,
    footer .span5,
    footer .span6,
    footer .span7,
    footer .span8,
    footer .span9,
    footer .span10,
    footer .span11,
    footer .span12 {
        margin-bottom: 20px;
    }

    #sub-footer .copyright p,
    #sub-footer p.credit {
        text-align: center;
    }

    [class*="span"] {
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {


    header .logo {
        margin: 0 auto;
        text-align: center;
        float: none;
    }

    header .logo img {
        margin-bottom: 10px;
    }

    .top p.topcontact {
        text-align: center;
    }

    ul.topmenu {
        text-align: center;
    }

    ul.social-network {
        text-align: center;
    }

    .flexslider .slide-caption {
        display: none;
    }

    #camera-slide {
        height: 200px !important;
    }

    .camera_caption {
        text-align: center;
    }

    .camera_caption img {
        display: none;
    }

    .camera_caption p,
    .camera_caption form,
    .camera_caption a.btn {
        display: none;
    }

    article .post-entry {
        margin-left: 0;
    }

    .cta-text {
        margin: 0 auto;
        text-align: center;
    }

    .features .feat {
        width: 100%;
        display: inline-block;
        margin-bottom: 30px;
    }

    .cta.floatright {
        float: none;
        margin: 0 auto;
        text-align: center;
    }
}

@media (max-width: 360px) {}

img.bannerimgg {
    width: 100%;
}

p.footpp {
    margin: 10px 0 17px;
    text-align: justify;
}

.logo h2 {
    font-size: 30px;
    margin: 0;
    padding: 0;
    font-weight: 800;
    font-family: sans-serif;
}

section.bannerticker {
    background: #4875ad;
    padding: 9px 0 3px;
    font-size: 17px;
    color: #fff;
}

section.bannerticker marquee {
    margin: 0 10%;
}

section.bannerticker marquee span {
    padding-right: 30px;
    font-size: 16px;
    color: #fff;
}

section.bannerticker marquee a {
    color: #fff;
}

h4.headh4 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 23px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: -22px;
    color: #2d63b0;
}

.single-service-area {
    position: relative;
    z-index: 1;
    padding: 20px 20px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    text-align: center;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 30px;
}

.single-service-area:hover {
    box-shadow: 0px 1px 5px 0px rgba(199, 191, 191, 0.3);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.single-service-area i {
    font-size: 52px;
    color: #fff;
    margin-bottom: 10px;
}

.single-service-area h5 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.single-service-area p {
    color: #fff;
}

h4.servheadh4 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 28px;
    color: #283d50;
    text-align: center;
    margin-bottom: 40px;
}

section#services {
    background: #ecf5ff;
    padding: 40px 0 30px;
    background-size: cover;
}

.digitaluses h2 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 10px;
}

.digitaluses ul {
    column-count: 3;
}

.digitaluses ul li {
    margin-bottom: 10px;
}

.left-contact {
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    padding: 40px 33px;
    max-width: 418px;
    margin: auto;
}

.left-contact h1 {
    padding-bottom: 21px;
    font-weight: 800;
    font-size: 22px;
    line-height: 0;
    margin-top: -12px;
}

.left-contact p,
.left-contact a {
    color: #797979;
    font-size: 13.5px;
}

.main-phoneaddres ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-phoneaddres ul li {
    margin-bottom: 12px;
}

.main-phoneaddres li {
    color: #797979;
    font-size: 13.5px;
}

.main-phoneaddres h3 {
    color: #000;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 7px;
}

.main-phoneaddres i {
    color: #3669ac;
    font-size: 24px;
    float: left;
    margin-right: 15px;
}

.left-contact p,
.left-contact a {
    color: #797979;
    font-size: 13.5px;
    line-height: 1.5;
}

.social-icons ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.social-icons ul li {
    margin-right: 4px;
    display: inline-block;
    background-color: #3b5998;
    border-radius: 100%;
}

.social-icons ul li:nth-child(2) {
    background-color: #ec176c;
}

.social-icons ul li:nth-child(3) {
    background-color: #fff;
}

.social-icons ul li:last-child {
    background-color: #0077b7;
}

.social-icons ul li a {
    color: #2d63b0;
    font-size: 19px;
}

.social-icons {
    margin-top: 16px;
}

.contactfrm h4 {
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 19px;
    margin-top: 0;
    color: #072664;
}

.contactfrm input,
.contactfrm textarea {
    margin-bottom: 19px;
}

button.btn.btn-contact {
    background: #2d63b0;
    color: #fff;
    border: none;
    padding: 4px 10px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
}

button.btn.btn-contact:hover {
    background: #d74533;
}

p.greenpopmsg {
    color: green;
}

section.homebanner {
    position: relative;
}

.features-section .box-item {
    padding: 20px;
    position: relative;
    overflow: hidden;
    margin: 0 0 40px 0;
    background: #eee;
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
    text-align: center;
    border-bottom: 3px solid #fff;
}

.features-section .box-item h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 8px 0 9px 0;
}

.features-section .box-item p {
    font-size: 14px;
    padding: 0 16px;
    min-height: 80px;
}

.features-section .box-item .action-link a {
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
    background: #1e73be;
    padding: 6px 17px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
}

section.features-section {
    padding: 18px 0;
}

.features-section .box-item:hover {
    transform: translateY(-5px);
    border-color: #1e73be;
}

.box-item img {
    width: 85px;
    margin-bottom: 5px;
}

.divpp.digitaluses {
    margin-bottom: 40px;
}

.accordion {
    margin-bottom: 55px;
}

h5.widgetheading {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 3px;
    margin-bottom: 25px;
}

div#sub-footer {
    padding: 10px;
    background: #072664;
}

#sub-footer .container {
    position: relative;
}

img.footlogo {
    width: 160px;
    padding: 0 6px 7px 0;
}

.copyright p {
    margin: 0;
    color: #37b7ff;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
}

div#navbarSupportedContent {
    justify-content: space-between;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 5px 5px;
    clear: both;
    font-weight: 400;
    color: #222;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 13px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 22px;
    padding-left: 0;
}

.Publisher-menu .nav-item a {
    display: block;
    color: #01358D;
    padding: 21px 12px;
    text-decoration: none;
    text-align: center;
    outline: none;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
    
}

.mr-10 {
    margin-right: 10px;
}

.nav-link:hover {
    color: #db0202;
}

.form-sec {
    background: #f1efef;
    padding: 20px 20px;
    border-radius: 2px;
}

.boxShadow {
    padding: 10px 16px;
    border: 1px solid #eee;
    border-radius: 6px;
}



.form-sec-extra {
    max-height: 300px;
}

.Publisher-menu .nav-item a:hover {
    color: #0886de;
}

a {
    transition: all 0.15s linear;
}

.Publisher-menu .nav-item.sign-up a {
    overflow: hidden;
    color: #ffffff;
    background-image: linear-gradient(to left, #dd3e54, #e65461, #ef676e, #f7797c, #ff8b8b);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 16px 22px 16px 22px;
    display: inline-block;
    border-radius: 7px;
    position: relative;
    border: 2px solid #f7797c;
    z-index: 1;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    margin-top: 6px;
}

.Publisher-menu .nav-item.sign-up a.arrow::after {
    display: inline-block;
    padding-left: 8px;
    font-family: FontAwesome;
    content: "\f054";
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    font-size: 13px;
    font-weight: normal;
}

.Publisher-menu .nav-item.sign-up a.arrow:hover::after {
    -webkit-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -ms-transform: translateX(6px);
    -o-transform: translateX(6px);
    transform: translateX(6px);
}

.Publisher-menu .nav-item.free-demo a {
    color: #fff;
    background-image: linear-gradient(to right, #00c6ff, #00b4f8, #00a1ef, #228ee3, #3a7bd5);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 16px 22px 16px 22px;
    display: inline-block;
    border-radius: 7px;
    position: relative;
    border: 2px solid #00c6ff;
    z-index: 1;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    margin-top: 6px;
}

.Publisher-menu .nav-item.free-demo a:hover {
    color: #fff;
}

.Publisher-menu .nav-item.free-demo a::before {
    top: 0px;
    width: 0px;
    left: auto;
    right: 0px;
    z-index: -1;
    bottom: 0px;
    content: "";
    position: absolute;
    transition: all 0.3s ease-in-out;
}

.Publisher-menu .nav-item.free-demo a:hover::before {
    left: 0px;
    width: 100%;
    right: auto;
    background-color: #003e7a;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px, #003e7a 0px 0px 0px 2px;
    border-radius: 5px;
}

.Publisher-menu .nav-item.free-demo a.arrow::after {
    display: inline-block;
    padding-left: 8px;
    font-family: FontAwesome;
    content: "\f054";
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    font-size: 13px;
    font-weight: normal;
}

.Publisher-menu .nav-item.free-demo a.arrow:hover::after {
    -webkit-transform: translateX(6px);
    -moz-transform: translateX(6px);
    -ms-transform: translateX(6px);
    -o-transform: translateX(6px);
    transform: translateX(6px);
}

.Publisher-menu .navbar-toggler.x .icon-bar {
    width: 33px;
    display: block;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin: 7px 0;
    border-radius: 3px;
}

.Publisher-menu .navbar-toggler.x .icon-bar {
    width: 33px;
    display: block;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin: 7px 0;
    border-radius: 3px;
}

.Publisher-menu .navbar-toggler.x {
    border: none;
}

.Publisher-menu .navbar-toggler.x:focus {
    outline: none;
}

.Publisher-menu .navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(-42deg);
}

.Publisher-menu .navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.Publisher-menu .navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(42deg);
}

.Publisher-menu .navbar-toggler.x .icon-bar {
    width: 28px;
    display: block;
    height: 2px;
    background-color: #003e7a;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin: 7px 0;
    border-radius: 3px;
    transform-origin: right center;
}

.Publisher-menu .navbar-toggler.x .icon-bar+.icon-bar {
    margin-top: 4px;
}

.Publisher-menu .navbar-toggler.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.Publisher-menu .navbar-toggler.x .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.Publisher-menu .navbar-toggler.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

#navbarResponsive .navbar-nav .nav-item.sign-up {
    margin-left: 0px;
}

.Publisher-menu .nav-item.dropdown .dropdown-item {
    padding: 5px 9px;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
    font-size: 14px;
}

.Publisher-menu .nav-item.dropdown .logn--sec56 .dropdown-item {
    border-bottom: solid 1px #ddd;
    padding: 8px 13px;
    text-transform: math-auto;
}

.Publisher-menu .nav-item.dropdown .logn--sec56 .dropdown-item:before {
    content: "\ea6c";
    font-family: remixicon !important;
    position: absolute;
    right:10px;
    color: #f7546e;
}

.Publisher-menu .nav-item.dropdown .logn--sec56 .dropdown-item:last-child {
    border: none;
}


.Publisher-menu .nav-item.dropdown .logn--sec56 .dropdown-item:hover{
    transform: inherit;
}

.Publisher-menu .nav-item.dropdown .dropdown-item:hover {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    -ms-transform: translateX(8px);
    -o-transform: translateX(8px);
    transform: translateX(8px);
    background: transparent;
}

.navbar.navbar-expand-lg.Publisher-menu.menu-logo {
    padding: 6px 1rem;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 8;
    transition: all 0.3s ease-in;
}

.boxShadow-extra .alert {
    background: #f1efef !important;
    color: #000 !important;
    font-weight: 400;
    border: 1px solid #888;
}

.boxShadow h4 {
    color: #01358D;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}

.boxShadow h4:after {
    content: "";
    height: 3px;
    display: block;
    width: 100px;
    margin-top: 7px;
    background: #2d63b0;
}

.left-contact22 h2 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;
    margin: -10px 0 18px;
}

.left-contact22 {
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    padding: 40px 33px;
    margin: auto;
}

.left-contact22 p {
    min-height: 70px;
}

.cerbtn {
    background: #2d63b0;
    color: #fff;
    padding: 8px 12px;
    border-radius: 3px;
}

.cerbtn:hover {
    background: #000;
    color: #fff;
}

.boxShadow h3 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

#progressbar {
    overflow: visible;
    color: lightgrey;
    width: 100%;
    margin: 0 10% 0;
    padding: 0;
    display: flex;
}

#progressbar .active {
    color: #567f36;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
    height: 80px;
}

ul#progressbar strong {
    font-size: 12px;
    position: absolute;
    left: -7px;
    z-index: 10;
    color: #000;
    top: 53px;
}

#progressbar #account:before {
    content: "1";
    padding-left: 19px;
    position: relative;
    z-index: 100;
}

#progressbar #personal:before {
    content: "2";
    padding-left: 19px;
    position: relative;
    z-index: 100;
}

#progressbar #payment:before {
    content: "3";
    padding-left: 19px;
    position: relative;
    z-index: 100;
}

#progressbar #confirm:before {
    content: "4";
    padding-left: 19px;
    position: relative;
    z-index: 100;
}

#progressbar #verification:before {
    content: "5";
    padding-left: 19px;
    position: relative;
    z-index: 100;
}

#progressbar #downloadaad:before {
    content: "6";
    padding-left: 19px;
    position: relative;
    z-index: 100;
}

#progressbar #docreprocess1:before {
    content: "5";
    padding-left: 19px;
    position: relative;
    z-index: 100;
}

#progressbar #docreprocess2:before {
    content: "6";
    padding-left: 19px;
    position: relative;
    z-index: 100;
}

#progressbar #docreprocess3:before {
    content: "7";
    padding-left: 19px;
    position: relative;
    z-index: 100;
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    padding: 2px;
}

#progressbar li:not(:last-child):after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 19;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #28a745;
}

label {
    font-size: 13px;
    margin-bottom: 0;
}

div#Aadhaar h3 {
    margin-bottom: 0;
    font-size: 20px;
}

.row11 {
    border: 1px solid #eee;
}

.row11 .col-lg-5,
.row11 .col-lg-7 {
    padding: 0;
}

.appinfosect {
    background: #eeeeee4a;
    padding: 10px 15px;
}

.appinfosect h3 {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 22px;
}

img.kycimg {
    width: 100px;
}

.dsc2step h3 {
    font-size: 17px;
    text-transform: uppercase;
    color: #000;
    font-weight: 800;
    margin: 10px 0 15px;
}

h2.h2color {
    text-align: end;
    color: #d84635 !important;
    text-transform: none;
    font-size: 16px;
    margin-bottom: 0px;
}

.dsc2step h2 {
    margin: 10px 0 15px;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 22px;
}

.dsc2step {
    padding: 14px;
}

.requiredd {
    color: red;
}

h2.stp3h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 200;
    text-align: center;
    color: green;
}

h2.stp3h22 {
    text-align: center;
    font-size: 25px;
}

p.step3p {
    text-align: center;
    font-size: 17px;
}

h2.step3pp {
    text-align: center;
    font-size: 17px;
    font: -webkit-control;
    font-weight: bold;
}

.footsocial a {
    font-size: 18px;
    padding-right: 16px;
    color: #000;
}

ul#adaptive {
    list-style: none;
    margin: 0;
    padding: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 6000000000000000000000000;
}

#myModal .modal-header h4 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    text-align: center;
    width: 100%;
    font-weight: 600;
}

#myModal .modal-header {
    padding: 7px 0;
    background: #eee;
}

button.btn.btn-default {
    border: 1px solid #eee;
}

.datepicker>div {
    display: inline-block;
}

.form-sec h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.exitBtn {
    background: #d84635;
    color: #fff;
    padding: 8px 12px;
    font-size: 15px;
}

.exitBtn:hover {
    color: #ccc;
}

.buy-cer-block {
    box-shadow: 1px 3px 2px #eee;
    border: 1px solid #e2e2e2;
    margin-bottom: 15px;
}

.heading_bar {
    background: #eee;
}

.heading-title {
    color: #444;
    font-size: 14px;
    font-weight: bold;
    line-height: 38px;
    padding-left: 15px;
}

.certificatedescription {
    padding: 20px 10px 10px;
    clear: both;
}

.certificatedescription .demotop {
    padding-bottom: 0px;
    margin-bottom: 22px;
}

.demotop {
    margin-left: 10px;
    margin-bottom: 10px;
    padding-bottom: 6px;
}

.demoallmargins {
    margin-left: 10px;
    margin-bottom: 10px;
    padding-bottom: 6px;
    margin-right: 10px;
}

.select-mode-box .number {
    margin-right: 50px;
    width: 164px;
    color: #000;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}

.classproduct {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin: 5px 0;
}

.productsummary {
    clear: both;
    padding: 10px 15px;
}

#amount {
    font-size: 24px;
    width: 110px;
    cursor: pointer;
}

.certificateuser {
    margin: 14px 0;
}

table.table-condensed {
    background: #fff;
    color: #000 !important;
}

ul.infoaad {
    text-align: justify;
    font-size: 13px;
    list-style: none;
    margin-left: 0;
}

ul.infoaad li {
    margin-bottom: 8px;
}

#services .box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 10px 40px 10px;
    background: #fff;
    box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
    transition: all 0.3s ease-in-out;
    min-height: 188px;
    border-bottom: 3px solid #fff;
}

#services .icon {
    position: absolute;
    left: 8px;
    top: calc(50% - 32px);
}

#services .title {
    margin-left: 50px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

#services .description {
    font-size: 14px;
    margin-left: 50px;
    line-height: 24px;
    margin-bottom: 0;
}

#services .icon i {
    font-size: 50px;
    line-height: 1;
    transition: 0.5s;
    color: #2d63b0;
}

#services .box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    border-bottom: 3px solid #2d63b0;
}

.navlinkkk {
    background: #d74533;
    color: #fff !important;
    padding: 6px 22px !important;
    font-size: 14px;
    border-radius: 2px;
}

.navlinkkk:hover {
    background: #2d63b0;
    color: #fff !important;
}

.cerbtnhide {
    display: none;
}

.cerbtn {
    cursor: pointer;
}

.activaaa {
    background: #2d63b0;
    color: #fff;
    padding: 6px 24px;
    font-size: 16px;
    border-radius: 50px;
    text-transform: uppercase;
}

.activaaa:hover {
    color: #eee;
}

.deactivaaa {
    background: #ddd;
    color: #000;
    padding: 6px 24px;
    font-size: 16px;
    border-radius: 50px;
    text-transform: uppercase;
}

.deactivaaa:hover {
    color: #333;
}

div#demo {
    background: #2d63b0;
    padding: 0px 0 0px;
}

.slideh2 {
    color: #fff;
    font-weight: 800;
    font-size: 36px;
}

.slidep {
    color: #fff;
    font-size: 16px;
    margin-bottom: 50px;
    margin-top: 20px;
}

ul.slidep li {
    margin-bottom: 13px;
    font-size: 14px;
    text-align: justify;
}

.slidebtn {
    background: #fff;
    color: #2d63b0;
    padding: 10px 18px;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 50px;
    font-weight: 600;
}

.slidebtn:hover {
    background: #d74633;
    color: #fff;
}

img.slideimg {
    width: 390px;
}

.carousel-item .row {
    align-items: center;
}

.sitemap-section ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.sitemap-section ul li {
    font-size: 14px;
    padding: 2px 0px;
}

.sitemap-section ul li h3 {
    font-size: 15px;
    margin: 0px;
    font-weight: bold;
}

.sitemap-section ul ul {
    margin: 10px 3px 20px;
    padding: 0px;
    position: relative;
    border-left: 1px solid #ccc;
}

.sitemap-section ul ul li {
    padding-left: 15px;
    position: relative;
}

.sitemap-section ul li {
    font-size: 14px;
    padding: 2px 0px;
}

.sitemap-section ul ul li:after {
    content: '';
    width: 10px;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 0px;
    top: 10px;
}

.knowmore {
    background: #004a99;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
}

.knowmore:hover {
    color: #fff;
    background: #d74533;
}

.btn-link {
    color: #2d63b0;
}

.card-header h2 {
    margin-left: -14px !important;
}

.card-header {
    margin-bottom: 0;
    border-bottom: none;
}

.bg {
    width: 100%;
    background-color: #cccccc6b;
}

.mainRow {
    margin-left: 5%;
    margin-right: 5%
}

.card-ecommerce {
    box-shadow: 7px 7px #ccc;
}

.desc {
    background-color: #eaeaea;
}

.card-body11 {
    padding: 0;
    margin: 0;
    margin-top: 10%
}

div.card.main {
    margin: 0px !important
}

.card11 {
    padding: 0 !important;
    margin-top: 40px;
    border: none !important;
}

.quantity,
.shipping,
.promocode,
.subtotal,
.cardAndExpire,
.nameAndcvc {
    margin: 5%;
    color: #6c757d !important
}

.heading1 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 35px;
}

.heading2 {
    margin: 5%;
    margin-top: 15%;
    font-size: 20px
}

.payment {
    background-color: #f0edeb;
    padding: 3px;
    margin-top: 15%
}

.text1 {
    color: black;
    font-weight: 700
}

.card-footer {
    background-color: #2d63b0;
    color: white
}

.card-footer:hover {
    background: #d74533;
}

.purchaseLink {
    text-decoration: none
}

.row1 {
    font-size: 16px;
}

.row2 {
    font-weight: 600
}

.subRow {
    margin-left: 10%;
    margin-bottom: 2%;
    margin-top: 5%
}

p.cardAndExpireValue,
p.nameAndcvcValue {
    margin: 5%;
    margin-bottom: 10%;
    font-weight: 600
}

p.nameAndcvc,
p.cardAndExpire {
    margin-bottom: -10px
}

.total {
    margin: 5%
}

.totalText {
    font-weight: 700
}

.totalText2 {
    font-weight: 700;
    font-size: 30px
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    height: 430px
}

input[type="file" i] {
    font-size: 12px;
}

.btn-coommon {
    background: #3669ac;
    color: #fff;
    border-radius: 2px;
    font-weight: 400;
}

.btn-coommon:hover {
    background: #f25d45;
    color: #fff;
}

.form--new h1 {
    font-size: 21px;
    color: #003E7A;
    font-weight: 600;
    padding: 5px 8px;
}

.form--new .main-step {
    padding: 4px 13px;
    background: #ebf7ff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.main-step .radio {
    margin: 14px 0;
}

.step-inner-form {
    margin-bottom: 24px;
}

.main-step input[type="radio"]+label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 26px;
    margin-right: 11px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    color: #000000;
}

.main-step input[type="radio"]+label:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 14px;
    position: absolute;
    top: 0px;
    left: 0;
    border: 1px solid #01358D;
    background-color: #fff;
    border-radius: 50%;
}

.main-step input[type="radio"] {
    display: none !important;
}

.main-step input[type="radio"]:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #01358D;
}

.main-step input[type="checkbox"]+label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 27px;
    margin-right: 7px;
    font-size: 13px;
    font-weight: 500;
}

.main-step input[type="checkbox"]+label:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 14px;
    position: absolute;
    top: -1px;
    left: 0;
    border: 1px solid #b6b7b7;
    background-color: #fff;
    border-radius: 4px;
}

.main-step input[type="checkbox"] {
    display: none !important;
}

.form--new .tab-content>.tab-pane {
    padding: 0px;
}

.form--new .form-control:focus {
    box-shadow: none;
    background-color: transparent;
    border-color: #ced4da;
}

.by--nw {
    display: flex;
    text-align: center;
    align-items: flex-end;
    justify-content: flex-end;
    position: absolute;
    bottom: 0px;
    background: #ebf7ff;
    width: 100%;
    left: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 4px 23px;
    border-bottom: solid 3px #f5546f;
    border-top: solid 1px #d1e7f5;
}

.by--nw .buynow222.bgred {
    background-image: linear-gradient(to left, #dd3e54, #e65461, #ef676e, #f7797c, #ff8b8b);
}

.btn--custom .btn-primary {
    background-image: linear-gradient(to right, #00c6ff, #00b4f8, #00a1ef, #228ee3, #3a7bd5);
    padding: 10px 18px;
    border: 2px solid #00c6ff;
    color: #fff;
    font-weight: 600;
    border-radius: 7px;
}

.bg-shadow {
    background: #e2f1ff73;
    padding: 20px 40px;
    border-radius: 7px;
}

.leble--new {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 15px;
    vertical-align: sub;
    font-weight: 400;
    color: #000;
}

.form--DM .form-control {
    font-size: 15px;
}

.form--DM input[type="radio"]+label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 15px;
    font-size: 15px;
    font-weight: 600;
}

.form--DM input[type="radio"]+label:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 14px;
    position: absolute;
    top: 0px;
    left: 0;
    border: 2px solid #228ee3;
    background-color: #fff;
    border-radius: 5px;
}

.form--DM input[type="radio"] {
    display: none !important;
}

.form--DM input[type="radio"]:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #228ee3;
}

.form--DM input[type="checkbox"]+label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 27px;
    margin-right: 7px;
    font-size: 13px;
    font-weight: 500;
}

.form--DM input[type="checkbox"]+label:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 14px;
    position: absolute;
    top: -1px;
    left: 0;
    border: 1px solid #b6b7b7;
    background-color: #fff;
    border-radius: 4px;
}

.form--DM input[type="checkbox"] {
    display: none !important;
    display: inline;
}

.form--DM input[type="checkbox"]:checked+label:after {
    content: "✔";
    font-size: 20px;
    line-height: 20px;
    color: #2789df;
    display: block;
    position: absolute;
    top: 0;
    left: 4px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
}

.form--DM .radio {
    margin: 5px 0px;
}

.form--DM .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #228ee3;
    outline: 0;
    box-shadow: 0 0 0 0.1px rgb(5 126 255 / 25%);
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}

.frontside .card .card-body .twitimg,
.twitimg {
    width: 22px;
    height: 22px
}


@media only screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

