/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/*@import url(href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;900&family=Poppins:wght@300;400;600;900&display=swap"rel="stylesheet");*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;900&family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,700;1,800&family=PT+Sans:ital,wght@0,400;0,700;1,400&family=Poppins:wght@300;400;600;900&family=Roboto:wght@300;400;500;700;900&display=swap');

/***************************** Style 2 Css Start ***************************/
body {
    width: 100%;
    position: relative;
    line-height: 1;
    z-index: 11;
    -webkit-font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #101010;
}

.form-control:focus {
    border-color: rgba(142, 160, 204, 0.1);
    outline: 0 !important;
    box-shadow: none !important;
}

.loctPop01 {
    display: none !important;
}

html {
    width: 100%;
    height: 100%;
}

#menuMobileBtn {
    background-color: #000;
    width: 50px;
    height: 50px;
    position: absolute;
    left: -0.5rem;
    z-index: 5;
    opacity: 0;
}

section.header-part .navbar-container .mblMenuHide {
    transform: translateX(0) !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after {
        content: "";
        content: none;
    }

    q:before,
    q:after {
        content: "";
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    font-weight: 600;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 30px !important;
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

a {
    font-family: 'Roboto', sans-serif;
    text-decoration: none !important;
    font-size: 14px;
}

h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

p {
    color: #101010;
    line-height: 26px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 100%;
    font-size: 14px;
}

p,
h1,
h2,
h3,
h4,
h5,
footer .footer_section .address p,
a,
div {
    font-family: 'Roboto', sans-serif !important;
}

footer .footer_section .address p,
footer .footer_section .link ul li a,
footer .footer_section .link h3,
footer .footer_section .address .contact-details h5,
footer .footer_section .address .contact-details h6 {
    font-size: 14px;
}

nav input {
    display: none !important;
}

.section-wrap {
    width: 100%;
    padding: 160px 0;
}

#loader {
    width: 100%;
    height: 100vh;
    background: url(../images/Spinner.gif) no-repeat white;
    background-position: center center;
    position: fixed;
    z-index: 99999;
}

html {
    scroll-behavior: smooth;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #F0F0F0;
    background-clip: padding-box;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

/* Sticky */

.sticky {
    width: 100%;
    position: fixed !important;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    background: #fff !important;
    left: 0;
    top: 0;
    z-index: 999 !important;
    padding: 0 !important;
    -webkit-transform: translate(0);
    transform: translate(0);
    background: #fff;
    -webkit-box-shadow: 4px 5px 8px rgba(95, 91, 91, 0.1);
    box-shadow: 4px 5px 8px rgba(95, 91, 91, 0.1);
    padding: 5px !important;
}

    .sticky .nav-left li a {
        color: #000 !important;
    }

    .sticky .right-nav li a {
        color: #0f0f0f !important;
    }

        .sticky .right-nav li a select {
            color: #0f0f0f !important;
            border: 1px solid #101010 !important;
        }

        .sticky .right-nav li a.quick-link {
            color: #fff !important;
        }

    .sticky .logo2 {
        display: block;
        width: 67px;
    }

    .sticky .logo1 {
        display: none;
    }

.login2 {
    display: none;
}

.sticky .login2 {
    display: block;
}

.sticky .login1 {
    display: none;
}

.quick-link {
    background: #4947D9;
    padding: 12px 21px !important;
    border: solid 2px #122EB9 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 20px;
    border: solid 1px #4947D9;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    text-transform: capitalize;
    font-style: normal;
    -webkit-transition: all ease-in 0.5s;
    transition: all ease-in 0.5s;
    overflow: hidden;
}

.PTagContner {
}

    .PTagContner h2 {
        font-size: 18px !important;
        margin: 1.8rem 0 0.5rem 0;
    }

.quick-link img {
    margin-left: 5px;
}

.quick-link:hover {
    color: #fff;
    background: #4947D9;
}

.quick-link.quick-balck {
    background: #fff !important;
    color: #000 !important;
    margin-left: 20px;
    border: solid 2px #000 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    margin-top: 1px;
}

#scroll {
    background: #fff;
    font-size: 10px;
    text-transform: capitalize;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    -webkit-box-shadow: 2px 2px 9px #191818;
    box-shadow: 2px 2px 9px #191818;
}

.padding {
    position: relative;
    overflow: hidden;
    padding: 3rem 0;
}

.bggry {
    background: #FBFBFB;
}

.heading {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
    /* margin-top:70px;*/
}

    .heading h2,
    .heading h3 {
        line-height: 44px;
        letter-spacing: 0em;
        text-align: center;
        color: #101010;
    }

    .heading p {
        margin-top: 5px;
    }

#team .heading p {
    width: 50%;
    margin: 15px auto 0;
}

.dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.7s;
    transition: all ease 0.7s;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
}

@media (max-width: 991px) {
    .dropdown-menu {
        display: none;
    }
}

.dropdown-menu.show {
    display: block;
}

.navbar-collapse li.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.header-part .navbar .navbar-collapse .nav-left .dropdown .dropdown-menu .dropdown-item {
    margin-bottom: 15px;
}

@media (min-width: 1200px) {
    .container-banner {
        max-width: 1440px;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1400px;
    }
}

.header-part {
    width: 100%;
    padding: 5px;
    position: absolute;
    top: 0;
    z-index: 9;
    background: #FFF;
    background-size: cover;
}

@media (max-width: 991px) {
    .header-part {
        padding: 15px;
        z-index: 99;
    }
}

.header-part .mobile-view {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

@media (max-width: 991px) {
    .header-part .mobile-view {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: initial;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-right: 10px;
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
    }
}

.header-part .mobile-view ul.right-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .header-part .mobile-view ul.right-nav li {
        font-weight: 600;
        line-height: 10px;
        margin-left: 15px;
    }

        .header-part .mobile-view ul.right-nav li:nth-child(2) {
            margin-right: 20px;
        }

        .header-part .mobile-view ul.right-nav li select {
            padding: 5px 15px;
            border-radius: 4px;
            background: transparent;
            color: #fff;
            border: solid 1px #fff;
        }

        .header-part .mobile-view ul.right-nav li a {
            line-height: 10px;
            color: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .header-part .mobile-view ul.right-nav li a img {
                margin-right: 5px;
            }

.header-part .nav-left {
    margin-right: 0;
}

@media (max-width: 991px) {
    .header-part .nav-left {
        background: #fff;
        padding: 10px;
    }
}

.header-part .nav-left li {
    color: #fff;
    text-transform: capitalize;
    position: relative;
    line-height: 10px;
    margin-left: 5px;
    padding: 0px
}

    .header-part .nav-left li.nav-item a {
        -webkit-transition: all ease-in 0.5s;
        transition: all ease-in 0.5s;
        overflow: hidden;
        color: #101010;
        text-transform: uppercase;
        position: relative;
        line-height: 10px;
        font-size: 14px;
    }

        .header-part .nav-left li.nav-item a.active {
            -webkit-transition: all ease-in 0.5s;
            transition: all ease-in 0.5s;
            color: #101010;
        }

        .header-part .nav-left li.nav-item a:hover {
            color: #4e4376;
        }

@media (max-width: 991px) {
    .header-part .nav-left li.nav-item a {
        color: #000;
    }
}

.header-part .navbar-light {
    padding: 0;
}

@media (max-width: 991px) {
    .header-part .navbar-light {
        padding: auto;
    }
}

.header-part .navbar-light .navbar-brand {
    color: #4947D9;
    z-index: 99999;
    position: relative;
}

a.navbar-brand img {
    width: 77px;
    height: 55px;
}

.header-part .leftnav ul li {
    margin-left: 15px;
}

    .header-part .leftnav ul li:nth-child(1) {
        margin-left: 0;
    }

    .header-part .leftnav ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
    }

        .header-part .leftnav ul li a span {
            margin-left: 8px;
        }

        .header-part .leftnav ul li a ion-icon {
            color: #fff;
        }

.header-part .leftnav.rightnav ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-light .navbar-toggler {
    font-size: 25px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-part .mobile-view ul.right-nav {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (max-width: 991px) {
    .header-part .mobile-view ul.right-nav {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (max-width: 475px) {
    .header-part .mobile-view ul.right-nav {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.logo2 {
    display: none;
}

#slider-area {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    #slider-area #banner {
        width: 100%;
        overflow: hidden;
    }

        #slider-area #banner .carousel-item .left-image {
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            #slider-area #banner .carousel-item .left-image img {
                width: 100% !important;
            }

#slider-area {
    width: 100%;
    overflow: hidden;
}

    #slider-area #banner {
        width: 100%;
        overflow: hidden;
    }

        #slider-area #banner .carousel-control-prev {
            background-color: transparent;
            color: #fff;
            line-height: 55px;
            font-size: 35px;
            position: absolute;
            height: 50px;
            right: 0;
            text-align: center;
            top: 95%;
            width: 100px;
            z-index: 2;
            bottom: 0;
            left: 90%;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }

            #slider-area #banner .carousel-control-prev .carousel-control-prev-icon {
                -webkit-transition: all ease-in 0.3s;
                transition: all ease-in 0.3s;
                opacity: 1;
                position: absolute;
                background: url(../../images/Arrowleft.png) no-repeat;
                /*background-size: contain;*/
                width: 100%;
                height: 100%;
            }

        #slider-area #banner .carousel-control-next {
            background-color: transparent;
            color: #fff;
            line-height: 55px;
            font-size: 35px;
            position: absolute;
            height: 50px;
            right: 0;
            text-align: center;
            top: 95%;
            left: 95%;
            z-index: 2;
            bottom: 0;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }

            #slider-area #banner .carousel-control-next .carousel-control-next-icon {
                -webkit-transition: all ease-in 0.3s;
                transition: all ease-in 0.3s;
                opacity: 1;
                position: absolute;
                background: url(../../images/Arrowright.png) no-repeat;
                /*background-size: contain;*/
                width: 100%;
                height: 100%;
            }

        #slider-area #banner .carousel-caption img {
            width: 160px;
            -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
        }

        #slider-area #banner .carousel-caption h3 {
            line-height: 103%;
            line-height: 62px;
            white-space: pre-line;
            width: 80%;
            text-transform: capitalize;
            text-align: left;
        }

@media (max-width: 991px) {
    #slider-area #banner .carousel-caption h3 {
        font-size: 35px;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
        width: 100%;
    }
}

#slider-area #banner .carousel-caption p {
    line-height: 30px;
    padding: 8px 0 0px 0;
    color: #fff;
    text-transform: capitalize;
    text-align: left;
    white-space: pre-line;
}

@media (max-width: 991px) {
    #slider-area #banner .carousel-caption p {
        font-size: 15px;
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s;
    }
}

#slider-area #banner .carousel-caption .btn-new {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: capitalize;
    margin-top: 40px;
}

    #slider-area #banner .carousel-caption .btn-new a img {
        width: auto;
        margin-left: 5px;
    }

    #slider-area #banner .carousel-caption .btn-new a:nth-child(2) {
        background: #fff !important;
        color: #101010 !important;
        margin-left: 20px;
        border: solid 2px #101010 !important;
    }

.carousel-caption {
    position: absolute;
    right: auto;
    bottom: 20px;
    left: 50%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.service {
    position: relative;
    margin-bottom: 0px;
    z-index: 2;
}

@media (max-width: 991px) {
    .service {
        margin-top: 30px;
    }
}

.service {
    -webkit-transition: all ease-in 0.5s;
    transition: all ease-in 0.5s;
    overflow: hidden;
}

    .service .service-box {
        background-color: #fff;
        border-radius: 20px;
        text-align: left;
        padding: 25px 20px 50px 20px;
        border: solid 1px #00000015;
        min-height: 300px
    }

        .service .service-box .image img {
            max-width: 100%;
        }

        .service .service-box .image h1.number {
            margin: 0;
            color: #101010;
        }

        .service .service-box .image h1:hover {
            color: #D7D7D7;
        }

        .service .service-box .image h1:active {
            color: #D7D7D7;
        }

        .service .service-box .title-heading {
            margin: 20px 0 0;
        }

            .service .service-box .title-heading h3 {
                margin: 40px 0 10px 0;
                line-height: 24px;
                color: #101010;
                white-space: pre-line;
            }

            .service .service-box .title-heading p {
                font-family: 'Roboto', sans-serif;
                white-space: pre-line;
                letter-spacing: 0.005em;
                line-height: 21px;
            }

.Valuation {
    width: 100%;
    position: relative;
    z-index: 1;
    width: 100%;
}

    .Valuation .carousel-caption {
        position: relative;
        right: auto;
        bottom: 20px;
        left: 0;
        z-index: 10;
        padding-top: 0;
        padding-bottom: 0;
        color: #fff;
        text-align: center;
        top: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        width: 100%;
    }

        .Valuation .carousel-caption .box {
            text-align: left;
            padding: 70px 45px;
        }

            .Valuation .carousel-caption .box .heading p {
                padding-top: 35px;
                font-size: 14px;
            }

            .Valuation .carousel-caption .box h2 {
                text-align: left;
                line-height: 43px;
                letter-spacing: -0.005em;
                color: #090E2B;
            }

            .Valuation .carousel-caption .box p {
                text-align: left;
            }

            .Valuation .carousel-caption .box .btn-new {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start;
            }

    .Valuation .aboutimage img {
        border-radius: 10px;
        border: none;
    }

.features .service-box {
    text-align: center !important;
    margin: 0px 0px 30px 0px !important;
}

    .features .service-box .image {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .features .service-box p {
        color: #838383 !important;
    }

.features .btn-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
}

/*  COUNT  */

#count-part {
    position: relative;
    width: 100%;
    background: url(../../images/banner-count.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
}

    #count-part:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.43);
        top: 0;
        left: 0;
        text-align: center;
    }

    #count-part .employee-p,
    .customer-p,
    .order-p,
    .design-p {
        line-height: 24px;
        letter-spacing: 1px;
        text-align: center;
        display: block;
        text-transform: capitalize;
        color: white;
        margin: 13px 0;
        font-weight: 700;
    }

    #count-part .count-part .counter-count {
        line-height: 68%;
        color: #fff;
        text-align: center;
    }

    #count-part .heading h2 {
        color: #fff;
    }

    #count-part .heading p {
        color: #fff;
    }

    #count-part .customer .customer-p {
        text-align: center;
    }

    #count-part .customer .counter-count {
        text-align: center;
    }

.quility {
    width: 100%;
    background: url(../../images/Rectangle.svg) no-repeat center;
    padding: 60px 0;
    position: relative;
    background-size: cover;
}

    .quility::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }

    .quility .heading h2 {
        white-space: pre-line;
        color: #fff;
        text-align: left;
    }

    .quility .card-header {
        border-bottom: solid 1px #fff !important;
    }

        .quility .card-header a {
            color: #fff !important;
        }

    .quility .card-body p {
        color: #fff !important;
    }

    .quility .accordion .card-header:after {
        content: "";
        background: url(../../images/Minus-white.svg);
        width: 40px;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .quility .accordion .card-header.collapsed:after {
        content: "";
        background: url(../../images/Plus-white.svg);
        width: 40px;
        height: 40px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .quility .btn-new {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 50px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

.panel-group .panel {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
}

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

.contact-form .heading {
    margin-bottom: 40px;
}

.contact-form .formpart form .form-group label {
    color: #000000;
    margin-bottom: 6px;
    text-transform: capitalize;
    line-height: 96.5%;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 20px;
    line-height: 1.5;
    color: #adadad;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.contact-form .formpart form .form-group input.form-control,
.contact-form .formpart form .form-group select.form-control {
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    height: 63px;
    border: 1px solid #E5E5E5;
    margin-bottom: 61px;
}

.contact-form .formpart form .form-group .btn-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.Blog .blog-box img {
    width: 100%;
}

.Blog .blog-box .content-blog h3 {
    color: #383838;
    padding: 20px 0;
    white-space: pre-line;
    line-height: 17px;
    font-weight: 600;
}

.Blog .blog-box .content-blog p {
    color: #727272;
    line-height: 16px;
    white-space: pre-line;
}

.Blog .btn-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 35px;
}

.accordion .card-header:after {
    content: "";
    background: url(../../images/Minus.svg);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}

.accordion .card-header.collapsed:after {
    content: "";
    background: url(../../images/Plus.svg);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}

.faq .card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    border-bottom: solid 1px #000;
    background: transparent;
}

    .faq .card-header a {
        color: #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .faq .card-header a span {
            width: 30px;
            height: 30px;
            background: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            color: #3f3e57;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-radius: 30px;
            margin-right: 20px;
        }

footer .footer_section {
    background: #000000;
    padding: 60px 0;
    width: 100%;
    background-position: center bottom;
    background-size: cover;
}

@media (max-width: 991px) {
    footer .footer_section {
        padding: 40px 0;
    }
}

footer .footer_section .address {
    color: #fff;
}

    footer .footer_section .address p {
        padding: 20px 0;
        color: #fff;
    }

    footer .footer_section .address .contact-details {
    }

        footer .footer_section .address .contact-details h5 {
            color: #fff;
            margin-bottom: 10px;
        }

        footer .footer_section .address .contact-details h6 {
            color: #fff;
        }

    footer .footer_section .address ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 20px;
    }

        footer .footer_section .address ul li {
            margin-right: 20px;
        }

footer .footer_section .link {
    margin-top: 76px;
    text-align: left;
    padding-left: 55px;
}

    footer .footer_section .link h3 {
        text-transform: uppercase;
        color: #fff;
    }

    footer .footer_section .link ul li {
        margin-top: 20px;
    }

        footer .footer_section .link ul li a {
            text-transform: capitalize;
            color: #fff;
        }

footer .footer_section .copyright ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

    footer .footer_section .copyright ul li {
        color: #fff;
    }

        footer .footer_section .copyright ul li a {
            color: #fff;
        }

.address .logo img {
    width: 52px;
    /*height: 55px; */
}

.bggry .parallax {
    height: 800px;
}

.parallax {
    /* background: url('../images/parall.png') repeat fixed 100%; */
    background-color: #F2F2F2;
    background-size: cover;
    color: aliceblue;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-1 {
    background: url('../../images/parall.png') repeat fixed 100%;
    background-size: cover;
    color: aliceblue;
}

.parallax-2 {
    background: url('../../images/banner-count.png')repeat fixed 100%;
    background-size: cover;
    color: aliceblue;
}

.parallax-inner {
    padding-top: 20%;
    padding-bottom: 20%;
}

.header-part .mobile-view ul.right-nav li a select option {
    color: #000 !important;
    background-color: #fff;
}

    .header-part .mobile-view ul.right-nav li a select option:hover {
        color: red !important;
        background-color: black !important;
    }

.select-items option:hover,
.same-as-selected {
    background-color: red !important;
}

.modal-header {
    border-bottom: none;
}

.close img {
    width: 34px;
    height: 34px;
    margin-left: 495px;
}

.mblogo {
    margin-top: -50px;
    padding: 15px 40px 90px 40px;
}

.modal-body.mblogo h5 {
    line-height: 21px;
}

.modal-body.mblogo lebel {
    line-height: 100%;
}

.mbloginbotton {
    padding-top: 35px;
}

.mblogintext h5 {
    line-height: 40px;
    margin-top: 7px;
    margin-left: 20px;
    line-height: 175%;
    letter-spacing: 0.005em;
    color: #5A5A5A;
}

.mblogintext a {
    color: #5A5A5A;
    font-size: 10px;
    font-weight: 400;
}

.dkhide {
    display: none;
}

/* ====About======= */

#count1-part {
    position: relative;
    width: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
}

    #count1-part:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        text-align: center;
    }

    #count1-part .employee-p,
    .customer-p,
    .order-p,
    .design-p {
        line-height: 24px;
        letter-spacing: 1px;
        text-align: center;
        display: block;
        text-transform: capitalize;
        color: #101010;
        margin: 13px 0;
    }

    #count1-part .count1-part .counter-count {
        line-height: 68%;
        color: #101010;
        text-align: center;
    }

    #count1-part .heading h2 {
        color: #101010;
        ;
    }

    #count1-part .heading p {
        color: #101010;
    }

    #count1-part .customer .customer-p {
        text-align: center;
    }

    #count1-part .customer .counter-count {
        text-align: center;
    }

.card-body .text-center a img {
    width: 21px;
    height: 21px;
}

.card-title {
    margin-bottom: 0.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    text-align: center;
    margin-top: 20px;
}

p.card-text {
    line-height: 175%;
    text-align: center;
    letter-spacing: 0.005em;
    color: #5A5A5A;
    padding: 10px 36px;
    font-size: 14px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 20px 0px 20px 0px;
}

.aboutbanner {
    position: relative;
}

/* Bottom right text */

.text-block {
    position: absolute;
    bottom: 1px;
    background-color: #fff;
    color: #101010;
    padding: 26px 40px 26px 39px;
}

.aboutbanner .text-block {
    padding: 26px 40px 26px 39px;
    left: 6%;
}

.text-block h4 {
    line-height: 150%;
    color: #101010;
}

.text-block h2 {
    font-size: 70px !important;
    margin-bottom: 0.5rem;
}

.text-block p {
    font-size: 34px;
    line-height: 117.5%;
    color: #101010;
}

p.abouthead {
    line-height: 164%;
    text-align: center;
    
}


.heading.contborder {
    border: 0px solid #101010;
    border-radius: 15px;
    padding: 15px;
}

    .heading.contborder h4 {
        line-height: 193.7%;
        text-align: center;
        color: #101010;
    }

    .heading.contborder p {
        line-height: 192.86%;
        text-align: center;
    }

.privacyhead {
    text-align: left;
}

    .privacyhead h1 {
        line-height: 96.5%;
        color: #101010;
        padding-bottom: 38px;
    }

    .privacyhead p {
        line-height: 208%;
        text-align: justify;
        font-size: 14px;
    }

.navbar-light .navbar-toggler-icon {
    background-image: url(../images/bar.png);
}

.sticky .navbar-light .navbar-toggler-icon {
    background-image: url(../images/bar-black.png);
}

.sticky .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: #fff0;
}

/* ===========preloader=============== */

.preload {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    text-align: center;
    opacity: 1;
    left: 0;
    top: 0;
}

/* Logo for page loading*/

.mainstreamloading {
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: .1;
}

/* Animation for M*/

.stream {
    height: 100%;
    position: fixed;
    width: 100%;
}

#hideMe {
    max-width: 100%;
}

#close {
    display: none;
}


/* ========media Query======= */

@media only screen and (max-width: 600px) {
    .preload {
        display: none;
    }

    p img {
        text-align: center;
    }

    .card {
        margin-bottom: 15px;
    }

    #count1-part .count1-part p.counter-count {
        text-align: center !important;
    }

    #count1-part .employee-p,
    .customer-p,
    .order-p,
    .design-p {
        text-align: center !important;
        padding-bottom: 20px;
    }

    .blue img {
        width: -webkit-fill-available !important;
        height: auto;
    }

    .padding {
        position: relative;
        overflow: hidden;
        padding: 40px 0;
    }

    .Valuation .carousel-caption .box .heading p {
        padding-top: 11px;
        text-align: justify;
    }

    .Valuation .carousel-caption .box {
        text-align: left;
        padding: 18px;
        min-height: 360px;
    }

    .Valuation .carousel-caption {
        height: 1100px;
    }

    .section-wrap {
        padding: 40px 0;
    }

    .header-part .mobile-view {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: initial;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-right: 0px;
        -webkit-box-flex: 2;
        margin-left: -15px;
        -ms-flex-positive: 2;
        flex-grow: 2;
    }

    .mbhide {
        display: none !important;
    }

    #slider-area #banner .carousel-control-next .carousel-control-next-icon {
        width: 50%;
        height: 50%;
    }

    #slider-area #banner .carousel-control-prev .carousel-control-prev-icon {
        width: 50px;
        height: 50%;
    }

    #slider-area #banner .carousel-caption h1 {
        line-height: 105%;
        text-align: left;
    }

    .carousel-caption {
        padding-top: 0px !important
    }

    #slider-area #banner .carousel-caption .btn-new {
        text-align: left;
        margin-top: 10px;
    }

    #slider-area .carousel-inner .carousel-item img {
        min-height: 300px;
    }

    .btn-new .quick-link {
        padding: 7px 10px !important;
    }

    .btn-new.animated.fadeInRight .quick-link {
        padding: 7px 10px !important;
    }

    .count-part {
        padding: 20px;
    }

    .faq .card-header a {
        line-height: 20px;
    }

    .Blog .blog-box .content-blog h3 {
        color: #383838;
        padding: 20px 0;
        white-space: pre-line;
        line-height: 20px;
        font-weight: 600;
    }

    .Blog .blog-box .content-blog p {
        color: #727272;
        line-height: 16px;
        padding: 0px 0px 30px 0px;
        white-space: pre-line;
    }

    footer .footer_section .link {
        padding-left: 0px;
    }

    .drop {
        background-color: #fff;
        color: #000;
    }

    label {
        display: inline-block;
        margin-bottom: 0.5rem;
    }

    .dkhide {
        display: block;
    }

    #service1.service a .service-box .title-heading p {
        line-height: 171.5%;
        text-align: left !important;
        color: #727272;
        margin-top: 5px;
    }

    #aboutSlide .heading h2,
    #service1 .heading h2,
    #feature .heading h2,
    #faq h2 {
        line-height: 120%;
        text-align: center;
        letter-spacing: -0.005em;
        color: #090E2B;
    }

    #aboutSlide .heading p,
    #feature .heading p,
    #faq p {
        line-height: 171.5%;
        text-align: center;
        color: #727272;
        margin-top: 5px;
    }

    .heading {
        width: 100%;
        text-align: center;
        position: relative;
        z-index: 1;
        margin-bottom: 27px;
    }

    .service a .service-box .title-heading p {
        line-height: 140.5%;
        text-align: center;
        color: #838383;
    }

    .quility .heading h2,
    #count-part .heading h2 {
        line-height: 133%;
        text-align: center;
        color: #FFFFFF;
    }

    #count-part .count-part .counter-count {
        line-height: 68%;
        text-align: center;
        letter-spacing: -0.015em;
        color: #FFFFFF;
    }
}

@media only screen and (max-width: 480px) {
    .blue img {
        width: -webkit-fill-available !important;
        height: auto;
    }

    .header-part .mobile-view {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: initial;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-right: 0px;
        -webkit-box-flex: 2;
        margin-left: -15px;
        -ms-flex-positive: 2;
        flex-grow: 2;
    }

    .mbhide {
        display: none !important;
    }

    #slider-area #banner .carousel-control-next .carousel-control-next-icon {
        width: 50%;
        height: 50%;
    }

    #slider-area #banner .carousel-control-prev .carousel-control-prev-icon {
        width: 50px;
        height: 50%;
    }

    #slider-area #banner .carousel-caption h1 {
        line-height: 105%;
        text-align: left;
    }

    #slider-area #banner .carousel-caption .btn-new {
        text-align: left;
        margin-top: 10px;
    }

    .count-part {
        padding: 20px;
    }

    .faq .card-header a {
        line-height: 130%;
        color: #000000;
        text-align: left;
    }

    .Blog .blog-box .content-blog h3 {
        color: #383838;
        padding: 20px 0;
        white-space: pre-line;
        line-height: 20px;
        font-weight: 600;
    }

    .Blog .blog-box .content-blog p {
        color: #727272;
        line-height: 16px;
        padding: 0px 0px 30px 0px;
        white-space: pre-line;
    }

    footer .footer_section .link {
        padding-left: 0px;
    }

    .drop {
        background-color: #fff;
        color: #000;
    }

    label {
        display: inline-block;
        margin-bottom: 0.5rem;
    }

    .dkhide {
        display: block;
    }
}

@media only screen and (max-width: 360px) {
    .blue img {
        width: -webkit-fill-available !important;
        height: auto;
    }

    .header-part .mobile-view {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: initial;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-right: 0px;
        -webkit-box-flex: 2;
        margin-left: -15px;
        -ms-flex-positive: 2;
        flex-grow: 2;
    }

    .mbhide {
        display: none !important;
    }

    #slider-area #banner .carousel-control-next .carousel-control-next-icon {
        width: 60%;
        height: 50%;
    }

    #slider-area #banner .carousel-control-prev .carousel-control-prev-icon {
        width: 50px;
        height: 50%;
    }


    #slider-area #banner .carousel-caption .btn-new {
        text-align: left;
        margin-top: 10px;
    }

    .count-part {
        padding: 20px;
    }

    .faq .card-header a {
        line-height: 20px;
    }

    .Blog .blog-box .content-blog h3 {
        color: #383838;
        padding: 20px 0;
        white-space: pre-line;
        line-height: 20px;
    }

    .Blog .blog-box .content-blog p {
        color: #727272;
        line-height: 16px;
        padding: 0px 0px 30px 0px;
        white-space: pre-line;
    }

    footer .footer_section .link {
        padding-left: 0px;
    }

    .drop {
        background-color: #fff;
        color: #000;
    }

    label {
        display: inline-block;
        margin-bottom: 0.5rem;
    }

    .dkhide {
        display: block;
    }
}

@media only screen and (max-width: 600px) {
    .dvhide {
        display: block;
    }

    .service a .service-box {
        background-color: #fff;
        border-radius: 20px;
        text-align: left;
        padding: 30px 30px 50px 30px;
        border: solid 1px #00000015;
        margin: 3px;
        margin-bottom: 30px;
    }

    .text-block {
        position: relative;
        bottom: 1px;
        left: 20px;
        margin-top: -76px;
        background-color: #fff;
        color: #101010;
        padding: 16px 50px 0px 22px;
    }

    .header-part {
        padding: 0px;
        z-index: 99;
    }

        .header-part .mobile-view ul.right-nav li a {
            margin-left: 51px;
        }

    .sticky.header-part .mobile-view ul.right-nav li a {
        margin-left: 51px;
    }

    a.navbar-brand img {
        width: 67px;
        height: 45px;
        /* margin-left: 65px; */
    }

    .navbar-light .navbar-toggler {
        font-size: 25px;
    }

    .header-part .nav-left {
        background: #313131;
        height: 600px;
        margin-right: -15px;
        margin-left: -15px;
    }

        .header-part .nav-left li.nav-item a {
            /*color: #fff;*/
            line-height: 150.5%;
            padding: 15px;
        }

    .sticky .nav-left li a {
        /*color: #fff !important;*/
    }

    .text-block h4 {
        line-height: 150%;
        text-transform: capitalize;
        color: #101010;
    }

    .text-block p {
        line-height: 117.5%;
        text-transform: capitalize;
        color: #101010;
    }

    #aboutSlide .heading p.abouthead {
        line-height: 164%;
        text-align: center;
        color: #848484;
    }

    .contact-form .heading p.abouthead {
        line-height: 164%;
        text-align: center;
        color: #848484;
    }

    #count1-part .heading h2 {
        line-height: 96.5%;
        text-align: center;
        color: #101010;
    }
}

@media only screen and (max-width: 480px) {
    .text-block {
        position: relative;
        bottom: 1px;
        left: 20px;
        margin-top: -76px;
        background-color: #fff;
        color: #101010;
        padding: 16px 50px 0px 22px;
    }

    section.aboutbanner img {
        height: 225px;
    }

    .header-part {
        padding: 0px;
        z-index: 99;
    }

        .header-part .mobile-view ul.right-nav li a {
            margin-left: 22px;
        }

    .sticky.header-part .mobile-view ul.right-nav li a {
        margin-left: 22px;
    }

    a.navbar-brand img {
        width: 67px;
        height: 45px;
        /* margin-left: 65px; */
    }

    .navbar-light .navbar-toggler {
        font-size: 25px;
    }

    .header-part .nav-left {
        background: #313131;
        height: 600px;
        margin-left: 15px;
        margin-right: -15px;
    }

        .header-part .nav-left li.nav-item a {
            color: #fff;
            line-height: 150.5%;
            padding: 15px;
        }

    .sticky .nav-left li a {
        /* color: #fff !important;*/
    }
}

@media only screen and (max-width: 375px) {
    section.aboutbanner img {
        height: 225px;
    }

    .header-part {
        padding: 0px;
        z-index: 99;
    }

        .header-part .mobile-view ul.right-nav li a {
            margin-left: 9px;
        }

    .sticky.header-part .mobile-view ul.right-nav li a {
        margin-left: -1px;
    }

    a.navbar-brand img {
        width: 67px;
        height: 45px;
        /* margin-left: 65px; */
    }

    .navbar-light .navbar-toggler {
        font-size: 25px;
    }

    .header-part .nav-left {
        background: #313131;
        height: 600px;
        margin-left: -15px;
        margin-right: -15px;
    }

        .header-part .nav-left li.nav-item a {
            color: #fff;
            line-height: 150.5%;
            padding: 15px;
        }

    .sticky .nav-left li a {
        /*color: #fff !important;*/
    }

    .card-desig {
        line-height: 150%;
        text-align: center;
        letter-spacing: 0.005em;
        color: #5A5A5A;
        padding: 0 36px;
    }
}

/***************************** Style 2 Css End ***************************/




.loginContr .loginBox {
    right: -800px;
}

article.card-body {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    position: relative;
}

.btnBlock {
    width: 100%;
    padding: 2% 15%;
    height: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 5px;
    margin: 2rem 0;
    cursor: pointer;
    text-transform: uppercase;
    justify-content: center;
    position: relative;
}

.loctPop06 ul li.btnBlock {
    padding: 1rem 2rem;
    margin: 1rem 0;
    position: relative;
    z-index: 99;
}

.btnAppel {
    background: #101010;
}

.btnTwitter {
    background: #00adfb;
}

.btnFb {
    background: #0262e0;
}

.btnBlock img {
    margin-right: 6%;
    max-width: 8%;
}

.btnGm,
.btnPass {
    background: #ffffff;
    color: #101010;
    border: 1px solid #333;
}

.btnEmail {
    background: #101010;
}

.card-body ul {
    margin: 0 auto;
    padding: 0;
    width: 75%;
}

    .card-body ul li {
    }

.heading.contborder h4 {
    font-weight: 600;
    line-height: normal;
}

.header-part a.navbar-brand img,
.header-part.sticky .logo2 {
    max-width: 100%;
    width: 100%;
    height: auto;
    max-height: 40px;
}

.quick-link {
    height: 40px;
}

.navBM .logBtn {
    padding: 0.5rem 1rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.loginContr input#password {
    color: #5e6870;
}

.form-control {
    color: #5e6870;
}

::placeholder {
    font-size: 14px;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 14px;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    font-size: 14px;
}

.loginContr .txt01 a {
    color: #5e6870;
    line-height: 25px;
    text-decoration: underline !important;
}

span.leftAro {
    font-size: 25px;
    position: absolute;
    left: 1rem;
    top: -30px;
    color: #101010;
    cursor: pointer;
}

input.locatnMap {
    position: absolute;
    width: 100%;
    left: 0;
    height: 54px;
    background: none;
    border: 0;
}

.loginBox .logText span.leftAro {
    top: 26px;
}

.menu-items li {
    margin-left: 0;
    line-height: normal;
}

.thankuPopupCloseBtn {
    cursor: pointer;
}

.btnBlack img {
    margin-left: 5px;
}

.btnBlack {
    background: linear-gradient(0deg, #2e2e2e, #2e2e2e), #878787;
    border: solid 0px #fff !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: 6px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.forgotClick {
    cursor: pointer;
    color: #0b26ad;
}

.btnBlack:hover {
    background: #4e4376;
    transition: 0.5s;
}

.modelShow {
    display: block;
    opacity: 1 !important;
    transition: 0.5s;
}

nav .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #101010;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 600;
}

nav .navBM .nav-link {
    text-transform: uppercase;
}

.sticky nav .nav-link {
    color: #212529;
    text-transform: uppercase;
}

.forgetPopup,
.thankuPopup {
    width: 100%;
    height: 100%;
    /*z-index: -1;*/
    display: flex;
    align-items: center;
    right: -800px;
}

.loginContr .modal-header {
    padding: 0;
}

.loginContr .enterValidId {
    color: #ff3c2c;
    display: none !important;
}

.loginContr .modal-content {
    border-radius: 20px;
    border: 1px solid #e6e6e6;
    background: #f2f2f2;
    width: 83%;
    position: relative;
    margin: 0 auto;
    padding: 0;
    position: relative;
    min-height: 550px;
    overflow: hidden;
}

body {
    overflow-y: scroll !important
}

.PropertyVal,
.loginContr {
    padding-right: 0 !important;
}

    .loginContr .loginBox {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
    }

    .loginContr .modal-dialog {
        transform: translate(0, -50%) !important;
        top: 50%;
    }

    .loginContr .txt01 a {
    }

    .loginContr .form-control {
        background-color: #f2f2f2;
    }

.form-control:focus {
    border-color: #80bdff !important;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}


.loginContr .modal-header {
    padding: 0;
    position: fixed;
    z-index: 1;
    /*right: 35%;
  top: 15%;*/
    top: 0;
    right: 0;
}

.close {
    opacity: 1 !important;
}

.loginContr .close img {
    width: 20px;
    height: 20px;
    margin-left: 0px;
}

.modal-body.mblogo h5 {
}

.loginContr .mblogintext .dontRestBtn {
    color: #4e4376;
    cursor: pointer;
}

.resendCodeBtn {
    color: #0172cc;
    cursor: pointer;
    display: none;
}

.loginContr .mblogintext {
    margin-top: 10px;
}

.loginContr .modal-content .mblogo {
    text-align: center;
    padding: 50px 40px 50px 40px;
    margin: 0;
}

.loginContr .modal-dialog.modal-md {
}

.mblogo .pswordBx {
    position: relative;
}

.mblogo .txt01 {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}

.loginContr .mbloginbotton .btn-new {
    width: 100% !important;
    height: 45px !important;
    margin-bottom: 5px;
}

.loginContr .mbloginbotton {
    padding-top: 20px;
}

.loginContr .btn-new a.quick-link:nth-of-type(1) {
    background: linear-gradient(0deg, #2e2e2e, #2e2e2e), #878787;
    border: solid 0px #fff !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: 6px;
}

.loginContr .quick-link:hover,
.loginContr #slider-area #banner .carousel-caption .btn-new a:nth-child(2):hover {
    background: #4e4376 !important;
    color: #fff !important;
    transition: 0.5s;
}

.loginContr .tet02 {
    font-weight: 600;
    color: #101010;
    margin: 15px 0px 0px 0;
}

.mblogo .pswdShow,
.locatepopup .pswdShow {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.locatepopup .pswdShow {
    top: 24px;
}

.form-group {
    position: relative;
}

.ThankuPopup .mblogo p {
    line-height: normal;
    margin-top: 10px;
}

.logComanBox {
    position: absolute;
}

.popupShow {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    z-index: 1;
    transition: 5s;
    position: absolute;
    transition: left 5s cubic-bezier(0, 0, 1, 1);
}

.hidePopup {
    -webkit-transition: 5s;
    transition: 5s;
    z-index: -1;
    display: none;
    opacity: 0;
    position: absolute;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    left: -600px;
    transition: 5s;
    transition: left 5s cubic-bezier(0, 0, 1, 1);
    transform: translateX(300px);
    opacity: 0;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.rightCont {
    align-items: center;
    display: flex;
    width: 58%;
    justify-content: flex-end;
}

.container-banner {
    max-width: 100%;
}

.rightCont .navbar {
    padding: 0;
    flex-grow: 0.4;
}

    .rightCont .navbar ul {
        margin: 0;
        padding: 0 0 0 0px;
        display: flex;
        list-style: none;
        align-items: center;
        flex-wrap: wrap;
        flex-grow: 0.9;
    }

    .rightCont .navbar li {
        position: relative;
    }

    .rightCont .navbar a,
    .rightCont .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        /*font-family: "Poppins", sans-serif;*/
        font-family: 'Roboto', sans-serif !important;
        font-weight: 600;
        color: #5a5a5a;
        white-space: nowrap;
        transition: 0.3s;
        text-transform: uppercase;
    }

    .rightCont .navbar a,
    .sticky .rightCont .navbar a {
        text-transform: inherit;
        font-weight: 400;
    }

.rightCont li.dropdown ul li a,
.rightCont li.dropdown ul li a:focus {
    color: #fff;
}

.rightCont .navbar a i,
.rightCont .navbar a:focus i {
    line-height: 0;
    margin-left: 5px;
}

.rightCont .navbar a:hover,
.rightCont .navbar .active,
.rightCont .navbar .active:focus,
.rightCont .navbar li:hover > a {
    color: #5a5a5a;
}

    .rightCont .navbar .active:after {
        content: "";
        background: #101010;
        height: 4px;
        width: 100%;
        left: 0;
        right: 0;
        position: absolute;
        bottom: -2px;
        margin: 0 auto;
    }

.rightCont .navBM .dropdown ul li.active:after {
    background: none;
}

.rightCont .navbar .getstarted,
.rightCont .navbar .getstarted:focus {
    background: #e2e5fe;
    padding: 9px 25px;
    margin-left: 30px;
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
    color: #3b4ef8;
}

    .rightCont .navbar .getstarted:hover,
    .rightCont .navbar .getstarted:focus:hover {
        color: #fff;
        background: #3b4ef8;
    }

.rightCont .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 0px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
}

    .rightCont .navbar .dropdown ul li {
        min-width: 200px;
    }

        .rightCont .navbar .dropdown ul li:hover,
        .rightCont .navbar .dropdown ul .active {
            background: #f2f2f2;
            width: 100%;
            cursor: pointer;
        }

    .rightCont .navbar .dropdown ul a {
        padding: 10px 20px;
        text-transform: none;
        font-weight: 400;
        color: #5a5a5a;
    }

        .rightCont .navbar .dropdown ul a i {
        }

        .rightCont .navbar .dropdown ul a:hover,
        .rightCont .navbar .dropdown ul .active:hover,
        .rightCont .navbar .dropdown ul li:hover > a {
            color: #5a5a5a;
        }

.rightCont .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
    min-width: 130px;
    width: 100%;
}

.rightCont .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}

.rightCont .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

.rightCont .navbar.languageNav .dropdown:hover > ul {
    min-width: 100%;
    width: 100%;
}

.rightCont .navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: -15px;
    right: 0;
    left: 0;
    bottom: 0;
    transition: 0.3s;
    z-index: 999;
    width: 63%;
    background: #101010;
}

    .rightCont .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

.rightCont .navbar .active:after {
    content: "";
    background: none;
}

.rightCont .navbar-mobile ul {
    display: block;
    top: 0;
    bottom: 15px;
    left: 0;
    padding: 70px 0 0 0;
    border-radius: 0;
    overflow-y: auto;
    transition: 0.3s;
    width: 100%;
}

.rightCont .navbar-mobile a,
.rightCont .navbar-mobile a:focus {
    padding: 10px 20px;
    color: #2d405f;
}

    .rightCont .navbar-mobile a:hover,
    .rightCont .navbar-mobile .active,
    .rightCont .navbar-mobile li:hover > a {
        color: #3b4ef8;
    }

.rightCont .navbar-mobile .getstarted,
.rightCont .navbar-mobile .getstarted:focus {
    margin: 15px;
}

.rightCont .navbar-mobile a,
.rightCont .navbar-mobile a:focus {
    color: #ffffff;
    font-weight: 600;
}

    .rightCont .navbar-mobile a:hover,
    .rightCont .navbar-mobile .active,
    .rightCont .navbar-mobile li:hover > a {
        color: #fff;
    }

.rightCont .navbar li {
    position: relative;
    width: 70%;
}

.rightCont .navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

    .rightCont .navbar-mobile .dropdown ul li {
        min-width: 200px;
    }

    .rightCont .navbar-mobile .dropdown ul a {
        padding: 10px 20px;
    }

        .rightCont .navbar-mobile .dropdown ul a i {
        }

        .rightCont .navbar-mobile .dropdown ul a:hover,
        .rightCont .navbar-mobile .dropdown ul .active:hover,
        .rightCont .navbar-mobile .dropdown ul li:hover > a {
            color: #3b4ef8;
        }

.rightCont .navbar-mobile .dropdown > .dropdown-active {
    display: block;
}

.rightCont .styled-select {
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
    background: none;
    border: none;
    position: relative;
    outline: none;
    width: 100px;
    color: #fff;
}

.rightCont .languageNav {
    margin: 0 4% 0 0;
    max-width: 15%;
}

.navBM i.bi.bi-person {
    font-size: 1.4rem;
}

.rightCont .languageNav a,
.rightCont .languageNav a:focus {
    margin: 0;
    padding: 0;
}

    .rightCont .languageNav a i,
    .rightCont .languageNav a:focus i {
    }

.rightCont .languageNav .dropdown ul li {
    min-width: 100%;
}

.rightCont .languageNav .dropdown,
.rightCont .languageNav .dropend,
.rightCont .languageNav .dropstart,
.rightCont .languageNav .dropup {
    position: relative;
    width: 100%;
    padding: 5px 10px;
    border: #101010 1px solid;
    border-radius: 5px;
}

.rightCont .languageNav .dropdown {
    padding: 9px 10px;
    border: #d3d0d0 1px solid;
}

.rightCont i.bi.bi-chevron-right {
    margin-top: 2px;
    margin-left: 3px;
}

.rightCont option {
    color: #000;
}

.rightCont .navBM {
    margin: 0 0% 0 0;
    flex-grow: 0;
}

    .rightCont .navBM .dropdown {
        display: flex;
        align-items: center;
    }

        .rightCont .navBM .dropdown ul li {
            min-width: 130px;
        }

.rightCont .BMCircle {
    color: #fff;
    background: #101010;
    padding: 12px 8px;
    border-radius: 100px;
    border: 2px solid #ffffff;
}

.rightCont .navBM a {
    padding: 10px;
}

.rightCont .navBM .dropdown ul li a,
.rightCont .navBM .dropdown ul li a:focus {
    color: #333;
}

.StartValBtn {
    background: #4e4376;
    color: #fff;
    border-radius: 5px;
    /* border: #fff 2px solid; */
    padding: 12px 20px;
    cursor: pointer;
    font-weight: 600;
}

.rightCont .StartValBtn img {
    margin-left: 5px;
}

.sticky {
}

    .sticky .rightCont .navbar a,
    .rightCont .navbar a:focus {
        color: #5a5a5a;
        font-weight: 400;
    }

    .sticky .rightCont .languageNav .dropdown,
    .sticky .rightCont .languageNav .dropend,
    .sticky .rightCont .languageNav .dropstart,
    .sticky .rightCont .languageNav .dropup {
        border: #d3d0d0 1px solid;
    }

.service .heading h1,
.service .heading h2,
.service .heading h3,
.service .heading h4,
.service .heading h5,
.service .heading h6,
.service .quick-link {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600;
}

.btn-new .quick-link {
    font-weight: 600;
}

.heading h2 {
    font-weight: 600 !important;
}

section#blog {
    background: #f2f2f2;
}

.nav-left .active:after {
    content: "";
    background: #101010;
    height: 4px;
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0px;
    margin: 0 auto;
}

.sticky .nav-left .active:after {
    content: "";
    background: #333;
}

section.header-part,
section.sticky {
    padding: 5px 5px 0px 5px !important;
}

    section.header-part .nav-left li.nav-item a {
        padding-top: 13px;
        padding-bottom: 25px;
    }


    section.header-part .nav-left {
        margin-top: 15px;
    }

#slider-area #banner .carousel-caption h3 {
    line-height: normal;
    white-space: inherit;
    font-size: 45px;
}

#slider-area #banner .carousel-caption p {
    line-height: 20px;
    padding: 20px 0 0px 0;
    white-space: inherit;
    width: 63%;
    font-size: 16px;
    font-weight: 400;
}

#slider-area #banner .carousel-caption {
    left: 55%;
    top: 55%;
}

section#slider-area {
    height: 85vh;
}

    section#slider-area #banner,
    section#slider-area .carousel {
        height: 100%;
    }

.rightCont .nav-item.mbhide {
    margin-right: 4%;
    display: flex;
    align-items: center;
    display: none;
}

    .rightCont .nav-item.mbhide a {
        color: #101010;
        display: flex;
        align-items: center;
        font-family: 'Roboto', sans-serif !important;
        font-weight: 600;
        text-transform: uppercase;
    }

.sticky .rightCont .nav-item.mbhide a {
    color: #000;
    text-transform: uppercase;
}

.rightCont .nav-item.mbhide a img {
    margin-right: 10px;
}

section#slider-area #banner .carousel-caption .btn-new a:nth-child(2) {
    margin-left: 10px;
    display: none;
}

.sectionThre {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

section#slider-area #banner .carousel-control-prev {
    top: 95%;
    left: 90%;
}

section#slider-area #banner .carousel-control-next {
    top: 95%;
    left: 95%;
}

#section01.service .service-box {
    background-color: #fff;
    border-radius: 20px;
    text-align: left;
    padding: 25px 20px 50px 20px;
    border: solid 1px #00000015;
    margin: 0;
}

    #section01.service .service-box .image img {
        width: auto;
        max-width: 100%;
    }

    #section01.service .service-box .image h1.number {
        color: #ebebeb;
        font-weight: bold;
    }



.service .service-box .title-heading h3 {
    line-height: normal;
    font-weight: 600;
}

.contact-form .formpart form .form-group select.form-control.select-country {
    border-radius: 8px 0px 0px 8px;
    padding-top: 0;
    padding-bottom: 0;
    height: 60px;
    padding: 0 5px;
}

input.form-control.countryMob {
    padding-left: 7rem;
}

.service .service-box .title-heading p {
}

.Valuation .carousel-caption .box h2 {
    color: #090e2b;
    font-weight: 600;
}

.Valuation .carousel-caption .box .heading p {
    line-height: 24px;
    padding-top: 8px;
}

#aboutSlide .Valuation .carousel-caption .box {
    padding: 70px 50px;
}

.quility .container .heading h2 {
    line-height: 45px;
    font-size: 28px;
    margin-top: 60px;
}

.quility .blue {
    text-align: right;
}

.accordion {
    width: 95%;
    margin: 0 auto;
}

.faq .accordion {
    width: 95%;
    margin: 0 auto;
}

section.faq .card-header {
    position: relative;
    cursor: pointer;
    padding-right: 3.25rem;
}

section.faq .accordion .card-header.collapsed:after,
section.faq .accordion .card-header:after {
    position: absolute;
    right: 0;
    top: 34px;
    width: 30px;
    height: 30px;
}

.quick-link:hover,
#slider-area #banner .carousel-caption .btn-new a:nth-child(2):hover {
    background: #101010 !important;
    color: #fff !important;
    transition: 0.5s;
}

.Blog .container .blog-box .content-blog h3 {
    height: 45px;
    padding-top: 0;
    font-size: 15px;
}

.Blog .container .blog-box img {
    max-width: 100%;
    width: auto;
}

.blog-box.animated.fadeInLeft {
    text-align: center;
}

.blog-box .content-blog {
    text-align: left;
    padding: 0 10%;
}

section.Blog .blog-box .content-blog p {
    white-space: initial;
}

section.Blog .btn-new {
    margin-top: 60px;
}

section.contact-form .formpart form .form-group label {
    font-weight: 600;
    font-size: 15px;
}

section.contact-form .formpart form .form-group input.form-control,
.contact-form .formpart form .form-group select.form-control {
    height: 60px;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
}

.dropdown-menu.show {
    display: block;
    opacity: 1;
    visibility: visible;
}

.phoneBox {
    position: relative;
}

.langdropdown {
    position: absolute;
    top: 0;
}

.langbtn span.flag-icon.flag-icon-it {
    margin-right: 10px;
}

.langbtn {
    border-right: #c7c6c6 1px solid;
    padding: 15px 15px;
    margin-top: 10px;
}

.langDropdownMenu {
    border: #b9afaf 1px solid;
    width: 100%;
    padding: 5px 0 0 10px;
    /* display: none; */
    position: absolute;
    z-index: 1;
    background: #fff;
}

.phoneBox input {
    padding-left: 28%;
}

.phoneBox .dropBtn {
    height: 60px;
    margin-top: 0px;
    cursor: pointer;
}

.phoneBox .dropdown.form-control {
    height: 40px;
    border-radius: 8px;
}

.phoneBox .langDropdownMenu.dropdown-menu.show {
    width: 105px;
    height: 100px;
    overflow-y: scroll;
}

.phoneBox .langItem {
    margin: 5px 0;
    padding: 5px 5px;
    font-size: 11px;
}

.dropBtn {
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 60px;
    margin: 0;
    align-items: center;
    font-size: 14px;
    padding: 0 20px;
}

.dropdown.form-control {
    height: 60px;
    border-radius: 8px;
    padding: 0;
}

.contact-form .form-group {
    margin-bottom: 3rem;
}

.contact-form .dropBtn {
    height: 60px;
}

section.service .service-box .title-heading {
    height: 100px;
}

.btn-new a.quick-link:nth-of-type(1) {
    background: #4e4376;
    border: solid 0px #fff !important;
}

.quility .btn-new a.quick-link:nth-of-type(1) {
    border: solid 1px #fff !important;
}

.Blog .btn-new a.quick-link:nth-of-type(1),
.contact-form .btn-new a.quick-link:nth-of-type(1) {
    border: solid 2px #000 !important;
}

/*.quility .btn-new  a.quick-link:nth-of-type(1){background: #FFF ;}*/
.contact-form .btn-new a.quick-link:nth-of-type(1) {
    background: #fff;
}

/***** About Page Start*******/
.about .mainflip .frontside .card {
    min-height: 450px;
    border-radius: 12px;
}

.Blog .container .blog-box .content-blog h3 {
    height: 45px;
    padding-top: 20px;
    margin-bottom: 20px;
}

.about a.linkIcon {
    bottom: 1rem;
    position: absolute;
    text-align: center;
}

.about .text-block h4,
.privacypolicy .text-block h4,
.termCondition .text-block h4,
.privacypolicy .text-block h4,
.mainContact .text-block h4,
.CookiePolicy .text-block h4 {
    font-weight: 600;
}

.about .text-block,
.privacypolicy .text-block,
.termCondition .text-block,
.privacypolicy .text-block,
.mainContact .text-block {
    left: 6%;
}

.heading h1 {
    font-weight: 600;
    color: #000;
    font-size: 30px;
}

.about section .heading,
.mainContact section .heading {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    padding-top: 30px;
}

.mainContact section p.abouthead,
.about section p.abouthead {
    /*line-height: 34px;*/
    width: 70%;
    margin: 20px auto;
}

.mainContact section p.abouthead {
    width: 50%;
}

/***** About Page End*******/

/***** Contact Page Start*******/

.mainContact .solIconBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 70px;
}

.mainContact .solHeding {
    font-weight: 600;
    font-size: 24px;
    color: #101010;
}

.mainContact .solIconBox ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 20%;
    margin-top: 30px;
}

    .mainContact .solIconBox ul li {
    }

        .mainContact .solIconBox ul li img {
        }

.flagIcn {
}

    .flagIcn img {
        max-width: 50%;
    }

/***** Contact Page End*******/
.collapse ol li {
    padding: 5px 0;
    color: #6d767e;
    font-family: "Montserrat";
}

section.faq .card-header a {
    font-size: 15px;
}

section.faq .card-header .card-title {
    text-align: left;
}

.navbar .mobStartShow {
    display: none;
}

#blog .blog-box h4 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #383838;
    padding-top:12px;
}

.margin-top {
    margin-top: 30px;
}

/*******************Where do you Locate?************/

.locatemainBox {
    z-index: 1050;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 414px;
    max-height: 550px;
    height: 100%;
    display: none;
}

.locateContainer {
    background: #f2f2f2;
    border-radius: 20px;
    border: 1px solid #e6e6e6;
    padding: 30px 20px;
    position: relative;
    width: 100%;
    min-height: 550px;
    overflow: hidden;
}

.modal-open {
    padding-right: 0 !important;
}

.locatepopup {
    display: flex;
    /* justify-content: space-around; */
    flex-direction: column;
    width: 90%;
    height: 95%;
    align-items: center;
    /*display: none;*/
    position: absolute;
    margin: 0 auto;
    transition: 0.5s;
    /*overflow-y: scroll;*/
}

    .locatepopup img {
        max-width: 100%;
    }

.close.locateClose {
    position: absolute;
    right: -50px;
    top: 10px;
    width: 25px;
    cursor: pointer;
}

.locatepopup .popNumber {
    color: #101010;
    font-weight: 600;
    font-size: 15px;
    width: 100%;
    text-align: center;
}

.close.locateClose img {
    width: 25px;
    height: 25px;
    margin-left: 0;
}

.locatepopup .locateImg {
    text-align: center;
    margin: 30px 0 50px 0;
}

.locatepopup img {
    max-width: 90%;
}

.locatepopup .locatHding {
    font-size: 20px;
    font-weight: 600;
    color: #101010;
}

.locatepopup .locatPara {
    margin-top: 0px;
    margin: 6px 0 50px 0;
}

.locatepopup .dropdown-toggle::after {
    content: "";
    border: none;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    display: none;
}

.locatepopup .locatdropdown,
.locatepopup .locatlocation {
    background: rgba(233, 237, 245, 0.05);
    border: 1px solid rgba(142, 160, 204, 0.1);
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    height: 58px;
    padding: 0 2%;
}

.locatepopup .locatlocation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0 50px 0;
}

    .locatepopup .locatlocation span:nth-of-type(2) {
        flex-grow: 0.9;
    }

.locatepopup .locatbtn {
    display: flex;
    align-items: center;
    width: 100%;
    height: 58px;
    justify-content: space-around;
}

    .locatepopup .locatbtn span:nth-of-type(2) {
        flex-grow: 0.9;
    }

.locatepopup .locatepopup .dropdown-menu.show {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 5px;
    font-size: 14px;
    left: -7px !important;
}

.locatepopup .locatepopup .locatItem {
    margin: 5px 0;
}

.locatepopup .labBox {
    margin-top: 30px;
    width: 87%;
}

    .locatepopup .labBox ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: start;
    }

        .locatepopup .labBox ul li {
            background: rgba(233, 237, 245, 0.05);
            border: 1px solid rgba(142, 160, 204, 0.1);
            box-sizing: border-box;
            border-radius: 5px;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 35px;
            width: 100px;
            font-size: 14px;
            margin-bottom: 10px;
            margin-right: 2%;
            cursor: pointer;
        }

            .locatepopup .labBox ul li label {
                width: 100%;
                min-height: 35px;
                display: flex;
                align-items: center;
                justify-content: center;
                cursor: pointer;
                pointer-events: pointer;
            }

            .locatepopup .labBox ul li input[type="radio"] {
                display: none;
            }


.loctPop03,
.loctPop04 {
    right: -800px;
}

.locatepopup .labBox ul li.labActive,
.locatepopup .labBox ul li label.labActive,
.locatepopup .labBox ul li:hover {
    background: #101010;
    border: 1px solid rgba(142, 160, 204, 0.1);
    color: #fff;
    border-radius: 5px;
}

.PropertyVal .address .logo img {
    width: auto;
    height: 55px;
}

.locatepopup .labHding {
    color: #101010;
    font-weight: 600;
    font-family: 'Roboto', sans-serif !important;
    text-transform: uppercase;
}

.locatepopup .frmBox {
    width: 85%;
    margin-top: 15px;
}

.locatepopup .form-group {
    margin-bottom: 1rem;
    padding-top: 10px;
}

.iti {
    margin-top: 10px;
}

.mailAlert {
    color: #ff3c2c;
    width: 100%;
    text-align: right;
    margin-top: -10px;
    margin-bottom: 15px;
    font-size: 10px;
}

.codeAlert {
    color: #ff3c2c;
    width: 100%;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 12px;
}

.codeErrorAlert {
    color: #ff3c2c;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 15px;
}

.alert01 {
    text-align: center;
    margin: 1rem 0;
}

.locatepopup #PhoneNumberAlert.mailAlert {
    margin-top: 10px;
}

.locatepopup .form-control {
    color: #5e6870;
    /*height: 58px;*/
    background: rgba(233, 237, 245, 0.05);
    border: 1px solid rgba(142, 160, 204, 0.1);
    box-sizing: border-box;
    border-radius: 5px;
}

.loctPop02 .dropdown-menu.show {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 5px;
    left: 2px !important;
    height: 14vh;
    overflow-y: scroll;
}

.loctPop02 .locatPara span {
    text-decoration: underline;
}

.loctPop02 .locatPara {
    margin: 25px 0 25px 0px;
    color: #5e6870;
    text-align: center;
    line-height: 1.3;
}


.locatepopup .hdingbox {
    width: 100%;
    margin-top: 15px;
}

    .locatepopup .hdingbox ul.optNumber {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .locatepopup .hdingbox ul.optNumber li {
            background: rgba(233, 237, 245, 0.05);
            border: 1px solid rgba(142, 160, 204, 0.1);
            border-radius: 5px;
            width: 50px;
            height: 57px;
        }

            .locatepopup .hdingbox ul.optNumber li .form-control {
                background: rgba(233, 237, 245, 0.05);
                border-radius: 5px;
                width: 50px;
                height: 57px;
            }


.locatepopup .labNum {
    margin-bottom: 10px;
    font-size: 16px;
}

.locatepopup .codTxt {
    width: 100%;
    text-align: right;
    margin-top: 5px;
}

.locatepopup .bxbutton {
    background: #ffffff;
    border: 2px solid #101010;
    border-radius: 8px;
    color: #101010;
    width: 149px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 4%;
}

    .locatepopup .bxbutton.nxtBtn01,
    .locatepopup .bxbutton.nxtBtn02 {
        margin-right: 0;
    }

    .locatepopup .bxbutton.btnActve,
    .locatepopup .bxbutton:hover {
        background: linear-gradient(0deg, #2e2e2e, #2e2e2e), #878787;
        border-radius: 6px;
        color: #fff;
        transition: 0.5s;
        margin: 0;
    }

.locatepopup .bxBtn {
    display: flex;
    justify-content: space-between;
    align-content: end;
    width: 90%;
    position: absolute;
    bottom: 20px;
}

.locatepopup .nxtBtn {
}

.about #aboutSlide .heading p {
    margin-top: 10px;
}

.about p.abouthead {
    /* font-size: 18px;*/
}

.about #count1-part .count1-part .counter-count,
#count1-part .employee-p,
.customer-p,
.order-p,
.design-p {
    font-weight: 600;
}

#count1-part .count1-part .counter-count {
    font-size: 55px;
    font-weight: 600;
}

.rsValue {
    color: #fff;
    font-size: 54px;
    font-weight: 600;
}

.marketValue .rsValue {
    color: #101010;
}

.VlBox {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
}

.count-part {
    position: relative;
    text-align: center
}

.counterCount {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 54px;
    color: #fff;
}

#count-part .count-part .counter-count {
    font-weight: 600 !important;
    font-size: 45px;
}

.logoNew {
    max-width: 75px;
}
/*******************Where do you Locate? END************/
@media (max-width: 1366px) {
    .rightCont .languageNav {
        margin: 0 3% 0 0;
        /*max-width: 100%;*/
    }
}

@media (max-width: 1260px) {
    .header-part .nav-left li {
        margin-left: 5px;
        color: #101010;
    }

    .rightCont .nav-item.mbhide,
    .rightCont .languageNav,
    .rightCont .navBM {
        margin-right: 1%;
    }

    section.header-part .nav-left li.nav-item a {
        line-height: 15px;
    }

    .header-part .nav-left li.nav-item a,
    .rightCont .nav-item.mbhide a,
    .btn-new .quick-link,
    .sticky .rightCont .navbar a,
    .rightCont .navbar a:focus,
    .sticky nav .nav-link,
    body,
    .Valuation .carousel-caption .box .heading p,
    .service .service-box .title-heading p,
    .quility .card-body p,
    p,
    section.Blog .blog-box .content-blog p {
        font-size: 13px;
    }
}

@media (max-width: 1200px) {
    #slider-area #banner .carousel-caption {
        left: 52%;
    }

        #slider-area #banner .carousel-caption p {
            width: 75%;
        }

        #slider-area #banner .carousel-caption .btn-new {
            margin-top: 20px;
        }

    .about .text-block,
    .privacypolicy .text-block,
    .termCondition .text-block,
    .privacypolicy .text-block,
    .mainContact .text-block {
        padding: 10px;
    }

    .phoneBox .dropBtn {
        padding: 0 5px;
    }

    .phoneBox input {
        padding-left: 90px;
    }

    .about .text-block h4,
    .privacypolicy .text-block h4,
    .termCondition .text-block h4,
    .privacypolicy .text-block h4,
    .mainContact .text-block h4 {
        font-size: 50px;
    }

    .blog-box .content-blog {
        padding: 0 0%;
    }

    section.faq .card-header {
        padding-right: 10rem;
    }

    h1 {
        font-size: 40px;
    }

    #slider-area #banner .carousel-caption h1 {
        width: 100%;
    }
}

@media (max-width: 1100px) {
    section.header-part .nav-left li.nav-item a {
        padding: 10px 5px;
        font-size: 12px;
    }
}

@media (max-width: 1024px) {
    .mainContact .solIconBox ul {
        width: 35%;
    }

    .header-part .nav-left li {
        width: 13%;
        text-align: center;
    }

    .rightCont {
        width: auto;
    }

    .about .aboutbanner,
    .privacypolicy .aboutbanner,
    .termCondition .aboutbanner,
    .privacypolicy .aboutbanner,
    .mainContact .aboutbanner {
        height: 50vh;
    }
}

@media (max-width: 991px) {
    section.sticky {
        background: #FFF !important;
    }

    .quility .btn-new {
        justify-content: center;
    }

    nav .navBM .nav-link {
        padding-left: 0;
    }

    section.sticky .logo2 {
        display: none;
        width: 67px;
    }

    section.sticky .logo1 {
        display: block;
    }

    header .navbar-light .navbar-toggler {
        display: flex;
        position: relative;
        z-index: 1;
    }

    .mbMargint {
        margin-top: 1rem;
    }

    nav .navbar-container .hamburger-lines .line2 {
        width: 60%;
    }

    .header-part .navbar-light {
        width: 98%;
        flex-direction: inherit;
    }

    .header-part .nav-left li {
        width: 100%;
        text-align: left;
    }

    .header-part .nav-left .active:after {
        display: none;
    }

    .header-part .nav-left {
        height: auto;
    }

    .rightCont {
        width: 100%;
        flex-wrap: wrap;
        display: block;
        margin-left: 1rem;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 15px;
    }

    section.header-part .nav-left {
        margin: 0;
        padding: 0;
        margin-right: auto;
        background: none;
    }

    .rightCont .aedbx,
    .rightCont .languageNav,
    .rightCont .navBM {
        display: block;
    }

    .rightCont.mobRightBox .aedbx,
    .rightCont.mobRightBox .languageNav,
    .rightCont.mobRightBox .navBM {
        display: block;
    }

    .rightCont .mobStartHide {
        display: none !important;
    }

    .navbar .mobStartShow {
        right: 0px;
        display: block;
        position: absolute;
        top: 6px;
    }

    .rightCont .nav-item.mbhide,
    .rightCont .languageNav,
    .rightCont .navBM {
        margin-bottom: 30px;
    }

    .rightCont .languageNav {
        margin-bottom: 20px;
    }

    .rightCont .StartValBtn {
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 160px;
        width: 100%;
    }

    .rightCont .nav-item.mbhide,
    .rightCont .languageNav {
        width: 15%;
    }

    .rightCont .navBM {
        width: 10%;
    }

    .header-part .nav-left li.nav-item a {
        color: #101010;
    }

    section.sticky .nav-left li a,
    section.sticky .rightCont .nav-item.mbhide a {
        /*color: #fff !important;*/
    }

    section.sticky .rightCont .navbar a {
        /*color: #fff;*/
    }

    section.sticky .rightCont .navbar .dropdown ul li a {
        color: #000;
    }

    section.service .service-box .title-heading {
        height: 160px;
    }

    #slider-area #banner .carousel-caption h1 {
        font-size: 20px;
    }

    #slider-area #banner .carousel-caption {
        top: 50%;
        left: 50%;
    }

    section#slider-area #banner .carousel-control-prev {
        top: 90%;
        left: 90%;
    }

    section#slider-area #banner .carousel-control-next {
        top: 90%;
        left: 95%;
    }

    section#slider-area {
        height: auto;
    }

    .sectionThre {
        width: 70%;
    }

    section.service {
        margin-top: 0;
    }

    section#count-part .count-part .counter-count,
    .about #count1-part .count1-part .counter-count,
    .rsValue {
        font-size: 35px;
    }

    .about .text-block h4,
    .privacypolicy .text-block h4,
    .termCondition .text-block h4,
    .privacypolicy .text-block h4,
    .mainContact .text-block h4 {
        font-size: 45px;
    }

    .about .text-block p,
    .privacypolicy .text-block p,
    .termCondition .text-block p,
    .privacypolicy .text-block p,
    .mainContact .text-block p {
        font-size: 25px;
    }

    .about .aboutbanner img {
        height: 100%;
    }

    .about .text-block {
        bottom: 0;
        margin-top: -145px;
    }

    .Blog .container .blog-box img {
        width: 100%;
    }

    .about .card {
        margin-bottom: 20px;
    }

    .about p.card-text {
        padding: 10px 20px;
    }

    .about .Valuation .carousel-caption .box {
        padding: 0px 15px 015px;
    }

    section.header-part .nav-left {
        margin-top: 0px;
    }

    .rightCont .languageNav .dropdown ul li {
        min-width: 100%;
        margin: 0;
        line-height: normal;
    }

    section.header-part .nav-left li.nav-item a {
        font-weight: 600;
        font-size: 14px;
    }

    section.header-part .navbar-light .navbar-brand {
        position: relative;
        z-index: 1;
        max-width: 77px;
        margin-left: 0;
        width: 100%;
        display: block;
        height: auto;
        margin-left: 5%;
    }

    .header-part .navbar-light .navbar-brand {
        font-size: 1.25rem;
    }

    section.header-part .navbar-container .hamburger-lines {
        top: 15px;
        left: 0;
    }

    .about section .heading,
    .privacypolicy section .heading,
    .termCondition section .heading,
    .mainContact section .heading {
        width: 95%;
    }

    .mainContact section p.abouthead,
    .about section p.abouthead {
        width: 100%;
    }

    .mainContact .text-block {
        top: 150px;
    }

    .Valuation .carousel-caption .box .btn-new {
        justify-content: center !important;
        align-items: center;
    }

    .mobNav .rightCont {
        width: 25%;
        display: block;
        margin-left: 0;
        height: 40%;
        flex-direction: column;
        text-align: start;
        justify-content: flex-start;
    }

    section.header-part .navbar-container .hamburger-lines {
        display: block;
        height: 15px;
        width: 26px;
        position: absolute;
        top: 19px;
        left: 0;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    section.header-part .navbar .menu-items {
        padding-top: 20px;
        position: fixed;
        background: #FFF;
        height: max-content;
        width: 120%;
        transform: translate(-150%);
        display: flex;
        flex-direction: column;
        padding-left: 30px;
        height: 100vh;
        transition: transform 0.5s ease-in-out;
        top: -6px;
        left: -20px;
        padding-top: 85px;
    }

    section.header-part .navbar-container input[type="checkbox"]:checked ~ .menu-items {
        transform: translateX(0);
    }

    section.header-part .navbar-container .hamburger-lines .line {
        display: block;
        height: 2px;
        width: 100%;
        border-radius: 10px;
        background: #101010;
    }

    section.header-part.sticky .navbar-container .hamburger-lines .line {
        background: #101010;
    }

    section.header-part .navbar-container .hamburger-lines .line1 {
        transform-origin: 15% 0%;
        transition: transform 0.4s ease-in-out;
    }

    section.header-part .navbar-container .hamburger-lines .line3 {
        transform-origin: 0% 100%;
        transition: transform 0.4s ease-in-out;
    }

    section.header-part .navbar-container input[type="checkbox"] {
        position: absolute;
        display: block !important;
        height: 45px;
        width: 45px;
        top: 5px;
        left: -4px;
        z-index: 5;
        opacity: 0;
    }

        section.header-part .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
            transform: rotate(35deg);
        }

        section.header-part .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
            transform: scaleY(0);
        }

        section.header-part .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
            transform: rotate(-35deg);
        }

    .mobNav .rightCont .aedbx,
    .mobNav .rightCont .mobNav .languageNav,
    .mobNav .rightCont .navBM {
        display: block;
    }

    section.header-part .navbar-container .hamburger-lines .line2 {
        transition: transform 0.2s ease-in-out;
        width: 74%;
    }

    .sticky .rightCont .languageNav .dropdown {
        /* border: #fff 1px solid;*/
    }

    .sticky nav .navBM .nav-link {
        color: #101010;
    }

    section.header-part a.navbar-brand img {
        width: auto;
        height: auto;
    }

    section.header-part .nav-left li.nav-item a {
        padding-top: 12px;
        padding-bottom: 13px;
    }

    section.header-part,
    section.sticky {
        padding: 3px 5px 0px 5px !important;
        height: 55px;
    }

    #slider-area #banner .carousel-caption .btn-new {
        margin-top: 10px;
    }
}

@media (max-width: 800px) {
    .locatemainBox {
        width: 50%;
        max-height: 670px;
    }

    .locateContainer {
        padding: 5% 5%;
        overflow-y: scroll;
    }

    section.header-part .navbar .menu-items {
        width: 120%;
    }
}

@media (max-width: 768px) {
    .mainContact .solIconBox ul {
        width: 40%;
    }

    .contact-form .form-group {
        margin-bottom: 0;
    }

    .contact-form .formpart form .form-group select.form-control.select-country {
        width: 18%;
    }

    .navbar-container input[type="checkbox"] {
        width: 40px;
        top: 6px;
        left: 0px;
    }

    .rightCont {
        margin-left: 0;
    }

    .sectionThre {
        width: 80%;
    }

    .phoneBox .dropBtn {
        height: 40px;
        margin-top: 0;
        padding: 0 8px;
    }

    .locatepopup .locatdropdown,
    .locatepopup .locatlocation {
        height: 45px;
    }

    .locatepopup .locateImg {
        margin: 10px 0 30px 0;
    }

    .locatepopup .locatPara {
        margin: 6px 0 30px 0;
    }

    .locatepopup .locatlocation {
        margin: 15px 0 30px 0;
    }

    .locatemainBox {
        width: 50%;
        max-height: 600px;
    }

    header .navbar {
        position: inherit !important;
        width: auto;
        background: none;
        color: #000;
        height: auto;
        z-index: 12;
    }

    .margin-btm30 {
        margin-bottom: 30px;
    }

    .about .section-wrap {
        padding: 15px 0;
    }

    .mainContact .text-block {
        top: 110px;
    }

    #service1.service .service-box .image h1.number {
        font-size: 50px;
        color: #ebebeb;
    }

    nav .navbar-container .hamburger-lines {
        left: 10px;
    }

    nav .navbar-container .logon {
        left: 70px;
    }

    section.header-part .navbar .menu-items {
        left: 35px;
    }

    .locatepopup .labBox ul li {
        height: 30px;
        width: 100px;
        font-size: 12px;
        margin-bottom: 5px;
        margin-right: 4px;
    }

    .locatepopup .frmBox {
        width: 90%;
        margin-top: 10px;
    }

    .locatepopup .form-group {
        margin-bottom: 1rem;
    }

    .locatepopup .form-control {
        height: 45px;
    }

    .locatepopup .mailAlert {
        margin-top: 0;
        margin-bottom: 8px;
        font-size: 11px;
    }

    #aboutSlide .carousel-inner {
        background: #f2f2f2;
        padding-top: 3rem;
    }

    section.quility {
        padding: 1rem 0;
    }


    .heading {
        margin-bottom: 30px;
        margin-top: 1rem;
    }

    .quility .container .heading h2 {
        margin-top: 0;
    }

    .quility .container .heading h2 {
        line-height: 45px;
        font-size: 28px;
        margin-top: 0;
    }

    .header-part .navbar-light {
        width: auto;
    }

    section.header-part .navbar-light .navbar-brand {
        margin-left: 7%;
    }
}

@media (max-width: 600px) {
    .contact-form .formpart form .form-group select.form-control.select-country {
        width: 25%;
    }

    footer .footer_section .link {
        margin-top: 25px;
    }

        footer .footer_section .link ul li {
            margin-top: 24px;
        }

    .address .logo img {
        width: 50px;
    }

    .text-block h1 {
        font-size: 15px;
    }

    .about .text-block p,
    .privacypolicy .text-block p,
    .termCondition .text-block p,
    .privacypolicy .text-block p,
    .mainContact .text-block p {
        font-size: 13px;
    }

    section#count-part .count-part .counter-count,
    .about #count1-part .count1-part .counter-count,
    .rsValue {
        font-size: 30px;
    }

    #service1.service {
        margin-top: 0px;
    }

    section.faq .accordion .card-header.collapsed:after,
    section.faq .accordion .card-header:after {
        width: 25px;
        height: 25px;
    }


    #slider-area #banner .carousel-caption {
        top: 55%;
        left: 50%;
        margin: 0;
        padding: 0;
    }

    section#slider-area #banner .carousel-control-prev {
        top: 82%;
        left: 70%;
    }

    section#slider-area #banner .carousel-control-next {
        top: 82%;
        left: 77%;
    }

    #slider-area #banner .carousel-caption p {
        width: 100%;
        font-size: 12px;
    }

    .CookiePolicy .text-block,
    .about .text-block,
    .privacypolicy .text-block,
    .termCondition .text-block,
    .privacypolicy .text-block,
    .mainContact .text-block {
        display: block;
    }

    .about .text-block {
        margin-top: 0;
        height: auto;
        position: absolute;
        bottom: 0;
        padding: 10px;
    }

    .about .aboutbanner img {
        height: 100% !important;
        max-width: 100%;
    }

    #team .carousel-indicators {
        bottom: 10px;
    }

    .carousel.pointer-event {
        padding-bottom: 1rem;
    }

    section.aboutbanner img {
        height: 28vh !important;
    }

    .btn-new .quick-link {
        font-size: 10px;
    }

    #aboutSlide .heading p,
    #feature .heading p,
    #faq p {
        font-size: 13px;
        text-align: center;
    }

    #faq p {
        text-align: center;
    }

    #feature .heading p {
        text-align: center;
    }

    .aboutbanner .text-block p {
        line-height: normal;
        font-size: 15px;
    }

    .aboutbanner .text-block {
        padding: 1rem;
    }

    .about section .heading h1,
    .mainContact section .heading h1,
    .CookiePolicy .privacyhead h1,
    .privacypolicy .privacyhead h1,
    .termCondition .privacyhead h1 {
        font-size: 20px;
        padding-top: 10px;
        padding-bottom: 0;
    }

    .about section .heading p,
    .contact-form .heading p.abouthead,
    .mainContact section .heading p,
    .CookiePolicy .privacyhead p,
    .privacypolicy .privacyhead p,
    .termCondition .privacyhead p {
        margin-top: 10px;
    }

    #aboutSlide .container .heading h2,
    #service1 .container .heading h2,
    #feature .container .heading h2,
    #faq .container h2,
    #count-part .container h2,
    .quility .container .heading h2,
    #blog .heading h2,
    #contact .heading h2,
    #count1-part .heading h2,
    .heading h2 {
        padding-top: 10px;
        font-weight: 600 !important;
        font-size: 24px !important;
    }

    section.quility .blue {
        text-align: right;
        margin-top: 20px;
    }

    #aboutSlide .heading p,
    #service1 .heading p,
    #feature .heading p,
    #faq .heading p {
        margin-top: 10px;
    }

    .loginContr .modal-header .close {
        right: 5px;
    }

    .loginContr .modal-dialog.modal-md {
        width: 90%;
        margin: 0 auto;
        padding: 0;
    }

    .loginContr .modal-content {
        width: 100%;
        margin: 0;
    }

    .loginContr .modal-header .close {
        right: 0;
        margin-right: 4px !important;
        margin-top: 5px;
        padding: 9px 10px;
    }

    .loginContr .close img {
        padding: 5px;
        width: 26px;
        height: 26px;
        margin-left: 0px;
        background: #000;
        border-radius: 100px;
    }

    .locatepopup .bxbutton {
        margin-right: 3%;
    }

    .locatepopup .nxtBtn01 {
        margin-right: 0;
    }

    section.header-part .menu-items.navbar-collapse {
        align-items: flex-start;
    }

    section.header-part .navbar-light .navbar-brand {
        margin-left: 10%;
    }

    section#slider-area {
        height: 100%;
    }

    .navbar .mobStartShow {
        right: 0;
        top: 6px;
    }

    .mainContact .text-block {
        top: 0px;
    }

    #service1 .carousel-item .col-sm-6 {
        max-width: 100%;
    }

    .blog-box .content-blog {
        padding: 15px 10px;
    }

    .Blog .container .blog-box .content-blog h3 {
        height: 45px;
        white-space: inherit;
        line-height: normal;
    }

    .Blog .blog-box .content-blog p {
        line-height: 25px;
        white-space: inherit;
    }

    #slider-area #banner .carousel-caption h1 {
        font-size: 20px;
        font-weight: 600;
    }

    .service .service-box .title-heading p,
    .service .service-box .title-heading h3 {
        white-space: inherit;
    }

    .about .aboutbanner,
    .privacypolicy .aboutbanner,
    .termCondition .aboutbanner,
    .privacypolicy .aboutbanner,
    .mainContact .aboutbanner {
        height: 25vh;
    }

    .mainContact .solIconBox ul {
        width: 70%;
    }

    .locatemainBox {
        width: 90%;
    }

    .close.locateClose img {
        width: 20px;
        height: 20px;
        margin-left: 0;
    }

    .close.locateClose {
        right: -25px;
        top: 0;
    }

    .rightCont .nav-item.mbhide,
    .rightCont .languageNav {
        width: 20%;
    }

    .btn-new a.quick-link:nth-of-type(1) {
        padding: 12px 20px !important;
        border: solid 0px #fff !important;
        font-size: 14px;
    }

    .close.locateClose img {
        width: 26px;
        height: 26px;
        margin-left: 0;
        background: #000;
        padding: 5px;
        border-radius: 100px;
    }

    .close.locateClose {
        right: 65px;
        top: 14px;
        z-index: 5;
    }

    .locateContainer {
        padding: 4% 3%;
        overflow-y: scroll;
        width: 100%;
    }
}

@media (max-width: 500px) {
    .modal-dialog {
        width: 100%;
    }

    .loginContr .modal-header .close {
        margin-right: 0;
    }

    .close.locateClose {
        right: 14px;
    }

    .logoNew {
        max-width: 35px;
    }

    .locatepopup img {
        max-width: 60%;
    }

    .locatepopup .labBox ul li {
        height: 30px;
        width: 90px;
        line-height: 30px;
        display: inline-block;
        margin-bottom: 1rem;
    }

        .locatepopup .labBox ul li label {
            min-height: 30px;
        }

    .locatepopup .locatbtn {
        height: 44px;
    }

    /*.loginContr .modal-content .mblogo {
            padding: 50px 10px 50px 10px;
        }*/

    .locatepopup .form-group {
        margin-bottom: 0.5rem;
    }

    .locatepopup .locatPara {
        margin: 20px 0 20px 0;
        text-align: center;
    }

    .loginContr .tet02 {
        margin: 5px 0px 0px 0;
    }

    .header-part .nav-left li.nav-item a, .rightCont .nav-item.mbhide a, .btn-new .quick-link, .sticky .rightCont .navbar a, .rightCont .navbar a:focus, .sticky nav .nav-link, body, .Valuation .carousel-caption .box .heading p, .service .service-box .title-heading p, .quility .card-body p, p, section.Blog .blog-box .content-blog p {
        font-size: 12px;
    }

    .loginContr .mblogintext {
        margin-top: 10px;
    }

    h5, .form-control {
        font-size: 12px;
    }

    .margin-btm30 {
        margin-bottom: 0px;
    }

    .alert01 {
        margin: 5px 0;
    }

    /* .btnBlack {
            height: 35px;
        }*/

    .loginBox .logText span.leftAro {
        top: 40px;
    }

    section.header-part,
    section.sticky {
        padding: 6px 5px 0px 5px !important;
    }

    section#slider-area #banner .carousel-control-prev {
        left: 65%;
    }

    section.faq .card-header {
        padding-right: 5rem;
    }

    .phoneBox .dropBtn {
        height: 40px;
    }

    .navbar .mobStartShow {
        top: 3px;
    }

    section.header-part a.navbar-brand img {
        width: 40%;
    }

    section.header-part .navbar-container .hamburger-lines {
        top: 13px;
    }

    .header-part .nav-left li {
        margin: 0;
        padding: 0;
    }

    section.header-part .navbar-light .navbar-brand {
        margin-left: 15%;
    }

    .rightCont .nav-item.mbhide,
    .rightCont .languageNav {
        width: 30%;
    }
}

@media (max-width: 400px) {

    .rightCont .nav-item.mbhide,
    .rightCont .languageNav {
        width: 35%;
    }
}

#option-1:checked:checked ~ .option-1,
#option-2:checked:checked ~ .option-2,
#option-3:checked:checked ~ .option-3,
#option-4:checked:checked ~ .option-4,
#option-5:checked:checked ~ .option-5 {
    background: #101010;
    color: #fff;
    border: 1px solid #101010;
    border-radius: 6px;
}


.leftAro12 {
    font-size: 25px;
    position: absolute;
    left: 3px;
    top: 1px;
    color: #101010;
    cursor: pointer;
}

.service .heading {
    padding-top: 70px;
}

.iti__country {
    padding: 10px 10px !important;
    outline: none;
}

.resetPassword {
    position: relative;
    padding: 2rem;
    margin-top: 5rem;
}

    .resetPassword .form-control {
        margin-bottom: 5px;
    }

    .resetPassword label {
        font-weight: bold;
        margin-bottom: 5px
    }

    .resetPassword h2, .resetPassword p {
        text-align: center;
    }

    .resetPassword small {
        display: block;
        line-height: 1.7;
        font-size: 90%;
    }

    .resetPassword p {
        margin-bottom: 2rem;
    }

    .resetPassword input[type="submit"] {
        background: #4e4376;
        padding: 9px 20px;
        text-align: center;
        color: #fff;
        width: 100%;
        display: block;
        border-radius: 5px;
        margin-top: 1rem;
        font-family: 'Roboto', sans-serif !important;
        font-size: 12px;
        font-weight: 600;
    }

.ftlogo {
    margin: 5rem 0 0 1rem;
}

    .ftlogo.w-60 {
        width: 60%;
    }

#PhoneNumber {
    min-width: 315px !important;
}

.iti__country-list--dropup {
    min-width: 320px;
    overflow-x: hidden;
}

.hdingbox small {
    display: block;
    line-height: 1.7;
    font-size: 90%;
}

.approvedCertificate .heading {
    margin-bottom: 30px
}

.certificate {
    margin-bottom: 1rem
}

@media screen and (min-width :320px) and (max-width :767px) {
    .loginContr .modal-content {
        height: auto;
        min-height: 450px;
    }

    .ftlogo {
        margin: 1rem 0 0 0rem;
    }

    .certificate {
        margin-bottom: 2rem
    }

    #PhoneNumber {
        min-width: 271px !important;
    }

    .iti__country-list--dropup {
        min-width: 270px;
        overflow-x: hidden;
    }

    .text-block h2 {
        font-size: 24px !important;
        margin-bottom: 0.5rem;
    }

    .frmBox {
        margin-top: 1rem;
    }

    .locatepopup .labBox {
        width: 93%;
    }

    #slider-area #banner .carousel-caption h3 {
        font-size: 20px;
        font-weight: 600;
    }

    .service .heading {
        padding-top: 20px;
    }
}
/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
/*@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="tel"], input[type="url"] {
        font-size: 16px;
    }
}*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select,
    textarea,
    input {
        font-size: 16px;
    }
}


/*For blog Css*/
body {
    overflow-x: hidden
}

.middleMenu {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    width: 100%;
    position: relative;
    padding: 10px
}

.mainMenu {
    text-align: center;
    padding-top: 5rem;
}

    .mainMenu ul {
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        width: 100%;
        position: relative;
        display: flex;
        padding-left: 5%;
        padding-right: 5%;
        justify-content: center;
    }

        .mainMenu ul li {
            list-style-type: none;
            display: inline-block;
            line-height: 1.8;
            margin-left: 10px;
            border-bottom: 5px solid #eee;
        }

            .mainMenu ul li a {
                color: #525252;
                text-transform: uppercase;
                padding: 17px 12px 5px;
                display: block;
            }

            .mainMenu ul li:hover {
                border-bottom: 5px solid #4e4376;
            }

                .mainMenu ul li:hover a {
                    color: #4e4376;
                }

            .mainMenu ul li.ative {
                border-bottom-color: #4e4376;
            }

                .mainMenu ul li.ative a {
                    color: #4e4376;
                    text-overflow: ellipsis;
                    overflow: hidden
                }
/*.mainMenu ul li.tips-menu a {
    color: #da9f00;
}
.mainMenu ul li.tips-menu:hover a {
    color: #da9f00;
}
.mainMenu ul li:hover.pulse-menu {  border-bottom-color: #ffbf1c;}
.mainMenu ul li.pulse-menu:hover a { color: #ffbf1c;}
.mainMenu ul li:hover.my-home-menu {  border-bottom-color: #28b16d;}
.mainMenu ul li.my-home-menu:hover a { color: #28b16d;}
.mainMenu ul li:hover.genz-menu {  border-bottom-color: #28b16d;}
.mainMenu ul li.genz-menu:hover a { color: #28b16d;}

.mainMenu ul li:hover.rules-menu {  border-bottom-color: #3baad5;}
.mainMenu ul li.rules-menu:hover a { color: #3baad5;}

.mainMenu ul li:hover.market-trends-menu {  border-bottom-color: #007ec1;}
.mainMenu ul li.market-trends-menu:hover a { color: #007ec1;}

.mainMenu ul li:hover.partners-menu {  border-bottom-color: #0066cc;}
.mainMenu ul li.partners-menu:hover a { color: #0066cc;}

.mainMenu ul li:hover.bayut-after-hours-menu {  border-bottom-color: #1034a6;}
.mainMenu ul li.bayut-after-hours-menu:hover a { color: #28b16d;}*/

@media screen and (min-width :320px) and (max-width :767px) {

    .rightCont .languageNav 
    {
        max-width:20%;
    }
    .mainMenu ul {
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        display: inherit;
    }

        .mainMenu ul li {
            height: 40px;
        }

            .mainMenu ul li a {
                display: inherit;
                padding: 7px;
            }

    .blogPage ul.nav-tabs {
        display: inherit;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        flex-wrap: nowrap;
    }
}
@media screen and (min-width :1280px) and (max-width :1365px) {
    .rightCont{
        width :49%
    }
}
@media screen and (min-width :1366px) and (max-width :1439px) {
    .rightCont {
        width: 53%
    }
}
@media screen and (min-width :1920px) and (max-width :2400px) {
    .rightCont {
        width: 70%
    }
}
.cornersinput {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}