@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600&display=swap');

/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: 'Manrope', sans-serif;
    background: #F6F7F9;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.main-wrpper {
    height: 100%;
    width: 100%;
}
/* ***** End Common Css **** */


.header-search {
    padding: 35px 0;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 121;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.head-block {
    position: relative;
}

header .dropdown {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

    header .dropdown .dropdown-toggle {
        background: transparent;
        border: none;
        box-shadow: none;
        outline: none;
    }

        header .dropdown .dropdown-toggle:after {
            display: none;
        }

        header .dropdown .dropdown-toggle img {
            height: 50px;
            width: 50px;
            border-radius: 100%;
            object-fit: cover;
            object-position: center;
        }

    header .dropdown .dropdown-menu {
        left: auto !important;
        right: 0 !important;
        padding: 0;
        border: none;
        box-shadow: none;
        outline: none;
        padding: 7px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 5px;
    }

        header .dropdown .dropdown-menu li {
            margin: 0 0 5px;
        }

            header .dropdown .dropdown-menu li .dropdown-item {
                font-size: 16px;
                color: #000;
                display: block;
                font-weight: 500;
                padding: 8px 10px;
                border-radius: 5px;
            }

                header .dropdown .dropdown-menu li .dropdown-item:hover {
                    background: #0E48AD;
                    color: #fff;
                }

header.nav-new {
    padding: 15px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 120;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.20);
}
/* **** Blog **** */
.blog-wrpper {
    padding: 60px 0;
    min-height: calc(100vh - 55px);
}

.search-block {
    margin: 0 auto;
}

    .search-block .form-group {
        max-width: 650px;
        margin: 0 auto;
        border-radius: 10px;
        position: relative;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

        .search-block .form-group .form-control {
            font-size: 16px;
            color: #343f52;
            font-weight: 600;
            padding: 12px 85px 12px 24px;
            border: none;
            box-shadow: none;
            outline: none;
            border-radius: 10px;
            background: #fff;
            box-shadow: 0 0 22px rgba(0, 0, 0, 0.05);
        }

            .search-block .form-group .form-control::placeholder {
                color: #343f52;
            }

        .search-block .form-group button {
            background: #0E48AD;
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            border: none;
            font-size: 20px;
            color: #fff;
            border-radius: 0 10px 10px 0;
            width: 60px;
        }
/* **** End Blog **** */


/* **** blog-box **** */
.blog-box {
    padding: 15px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-flow: column;
    margin: 0 0 30px;
    position: relative;
}

    .blog-box .box-img {
        margin: 0 0 15px;
        border-bottom: 1px solid #ddd;
    }

        .blog-box .box-img img {
            width: 180px;
            border-radius: 0px;
            object-fit: contain;
            object-position: top;
            padding: 15px 0 15px;
        }

    .blog-box .description {
        position: relative;
    }

        .blog-box .description h2 {
            font-size: 20px;
            color: #000;
            font-weight: 700;
            margin: 0 0 15px;
        }

.loc-row {
    display: flex;
}

.update-button {
    position: relative;
    font-size: 16px;
    color: #fff;
    background: #0E48AD;
    padding: 10px 30px;
    border-radius: 5px;
    display: table;
    margin: 15px auto 0;
    font-size: 18px;
    color: #fff;
    border: none;
}

.blog-box .description h6 {
    font-size: 15px;
    width: 50%;
    color: #000;
    font-weight: 500;
    display: flex;
    margin: 0 0 10px;
}

    .blog-box .description h6 strong {
        display: inline-block;
        margin-right: 5px;
        color: #0e48ad;
    }

.contact-details .category,
.blog-box .category {
    background: rgb(122,188,255); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(64,150,238,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%);
    padding: 5px 10px;
    border-radius: 0px;
    color: #fff;
    min-width: 80px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 0 0 5px 5px;
    position: absolute;
    top: -8px;
    right: 15px;
}

    .contact-details .category:after,
    .blog-box .category:after {
        position: absolute;
        content: '';
        border-bottom: 8px solid #0e48ad;
        border-right: 8px solid transparent;
        top: 0;
        right: -8px;
    }

    .contact-details .category:before,
    .blog-box .category:before {
        position: absolute;
        content: '';
        border-bottom: 8px solid #0e48ad;
        border-left: 8px solid transparent;
        top: 0;
        left: -8px;
    }

.blog-box .description p {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    line-height: 24px;
    margin: 20px 0 20px;
}

.blog-box .description ul {
    display: flex;
    align-items: center;
    margin: 0;
}

    .blog-box .description ul li {
        margin: 0 15px 0 0;
    }

        .blog-box .description ul li:last-child {
            margin: 0;
        }

        .blog-box .description ul li a {
            font-size: 18px;
            color: #000;
        }

            .blog-box .description ul li a:hover {
                color: #0E48AD;
            }

.blog-box .description .read-btn {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-left: auto;
    margin-right: 0;
    display: table;
}

    .blog-box .description .read-btn i {
        margin-left: 5px;
    }

    .blog-box .description .read-btn:hover {
        color: #0E48AD;
    }

.blog-box .description .raitingbx-rw {
    padding: 0px 0 10px;
    border-bottom: 1px solid #ddd;
    margin: 0 0 15px;
}

    .blog-box .description .raitingbx-rw ul {
        display: flex;
        flex-wrap: wrap;
    }

        .blog-box .description .raitingbx-rw ul li {
            width: 33.33%;
            margin: 0;
        }

            .blog-box .description .raitingbx-rw ul li .raitstat {
                display: flex;
                align-items: center;
            }

                .blog-box .description .raitingbx-rw ul li .raitstat i {
                    font-size: 14px;
                    color: #008eff;
                    margin-right: 3px;
                }

.trusted-scr span {
    margin: 0 auto;
    display: table;
    font-size: 14px;
    font-weight: normal;
    color: #777;
    text-align: center;
}

.total-review {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .total-review span {
        font-size: 14px;
        font-weight: normal;
        color: #777;
        text-align: center;
    }
/* **** End blog-box **** */


/* **** Footer **** */
footer {
    background: #fff;
    padding: 15px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

    footer .row {
        align-items: center;
    }

    footer p {
        font-size: 16px;
        color: #60697b;
        font-weight: 500;
        margin: 0;
    }

    footer ul {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

        footer ul li {
            margin-right: 15px;
        }

            footer ul li:last-child {
                margin: 0;
            }

            footer ul li a {
                font-size: 16px;
                color: #000;
                font-weight: 500;
            }
/* **** End Footer **** */


.pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 35px auto 0;
}

    .pagination ul li {
        margin-right: 10px;
    }

        .pagination ul li:last-child {
            margin: 0;
        }

        .pagination ul li a {
            height: 40px;
            width: 40px;
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            color: #000;
            font-weight: bold;
            background: #fff;
            border: 1px solid rgba(0, 0, 0, 0.1);
        }

            .pagination ul li a.active,
            .pagination ul li a:hover {
                background: #0E48AD;
                border-color: #0E48AD;
                color: #fff;
            }



/* ***** DashBoard **** */
.dash-wrpper header {
    padding: 15px 0;
    background: #fff;
}

    .dash-wrpper header img {
        max-width: 1000%;
    }

    .dash-wrpper header .head-block {
        position: relative;
    }

.dash-content {
    padding: 50px 0 200px;
}

.dash-sidebar {
    padding: 25px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.05);
    height: calc(100vh - 175px);
    position: sticky;
    top: 15px;
}

    .dash-sidebar .nav-tabs {
        display: block;
        margin: 0;
        border: none;
    }

        .dash-sidebar .nav-tabs li {
            margin: 0 0 15px;
        }

            .dash-sidebar .nav-tabs li:last-child {
                margin: 0;
            }

            .dash-sidebar .nav-tabs li .nav-link {
                padding: 12px 20px;
                background: #fff;
                margin: 0;
                border: none;
                box-shadow: none;
                outline: none;
                font-size: 16px;
                font-weight: 700;
                color: #0E48AD;
                background: transparent;
                border-radius: 10px;
                border: 1px solid #0E48AD;
                width: 100%;
                text-transform: capitalize;
                display: block;
                text-align: left;
                border-radius: 5px;
                -webkit-transition: all 0.3s linear;
                transition: all 0.3s linear;
            }

                .dash-sidebar .nav-tabs li .nav-link i {
                    margin-right: 5px;
                }

                .dash-sidebar .nav-tabs li .nav-link.active,
                .dash-sidebar .nav-tabs li .nav-link:hover {
                    background: #0E48AD;
                    color: #fff;
                }

.dash-block {
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.05);
}

    .dash-block h1 {
        font-size: 18px;
        background: #a7a9ab26;
        padding: 20px 35px;
        margin: 0;
        font-weight: 700;
        text-transform: uppercase;
        color: #111;
        border-radius: 10px 10px 0 0;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .dash-block form {
        padding: 35px;
        border-radius: 0 0 10px 10px;
        background: #fff;
    }

        .dash-block form h2 {
            font-size: 22px;
            color: #000;
            text-transform: capitalize;
            font-weight: 600;
            margin: 0 0 0;
        }

        .dash-block form .form-group {
            margin: 0 0 15px;
        }

            .dash-block form .form-group .form-control {
                font-size: 15px;
                color: #000;
                font-weight: 500;
                padding: 10px 15px;
                border: 1px solid rgba(0, 0, 0, 0.1);
                box-shadow: none;
                outline: none;
                background: #F6F7F9;
                resize: none;
                border-radius: 6px;
            }

                .dash-block form .form-group .form-control::placeholder {
                    color: #000;
                }

        .dash-block form .file-block {
            padding: 10px 15px;
            border: 1px solid rgba(0, 0, 0, 0.1);
            font-size: 15px;
            color: #000;
            font-weight: 500;
            box-shadow: none;
            outline: none;
            border-radius: 6px;
            background: #fff;
            margin: 0 0 15px;
        }

            .dash-block form .file-block .imageWrapper img {
                height: 250px;
                width: 300px;
                margin: 0 auto;
                object-position: center;
                object-fit: cover;
            }

            
            .dash-block form .file-block Label {
                position: relative;
                font-size: 16px;
                
                padding: 10px 30px;
                border-radius: 5px;
                
                margin: 15px auto 0;
                font-size: 18px;
                color: #0E48AD;
                border: none;
            }

            .dash-block form .file-block button {
                position: relative;
                font-size: 16px;
                color: #fff;
                background: #0E48AD;
                padding: 10px 30px;
                border-radius: 5px;
                display: table;
                margin: 15px auto 0;
                font-size: 18px;
                color: #fff;
                border: none;
            }

            .dash-block form .file-block input {
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                height: 100%;
                width: 100%;
                opacity: 0;
            }

        .dash-block form button {
            font-size: 16px;
            color: #fff;
            font-weight: 600;
            padding: 8px 20px;
            border: 2px solid #0E48AD;
            background: #0E48AD;
            border-radius: 6px;
            -webkit-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

.dashed {
    margin: 0 0 30px;
    padding: 0 0 25px;
    border-bottom: 1px solid #ddd;
}

    .dashed .row {
        align-items: center;
    }

.dash-block .btn-group {
    margin: 0 0 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .dash-block .btn-group button {
        margin-right: 15px;
    }

        .dash-block .btn-group button:last-child {
            margin: 0;
            background: #fff;
            color: #0E48AD;
            border-color: #0E48AD;
        }

        .dash-block .btn-group button:hover {
            background: #000;
            color: #fff;
            border-color: #000;
        }

.btn-back {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

    .btn-back span {
        height: 50px;
        width: 50px;
        background: #0E48AD;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        margin-right: 15px;
    }

    .btn-back:hover {
        color: #000;
    }


/* **** blog-detail **** */
.blog-detail {
    padding: 60px 0;
}

    .blog-detail .arirow {
        margin: 0 0 30px;
        padding: 0 0 25px;
        border-bottom: 1px solid #ddd;
    }

    .blog-detail .box-img img {
        width: 250px;
    }

    .blog-detail .description {
        position: relative;
    }

        .blog-detail .description h2 {
            font-size: 32px;
            color: #000;
            font-weight: 700;
            margin: 0 0 35px;
        }

    .blog-detail .loc-row {
        display: flex;
        flex-flow: column;
        float: right;
        width: 100%;
        max-width: 300px;
    }

    .blog-detail h6 {
        font-size: 15px;
        color: #000;
        font-weight: 500;
        display: flex;
        align-items: flex-start;
        margin: 0 0 10px;
    }

        .blog-detail h6 strong {
            display: inline-block;
            margin-right: 5px;
            color: #0E48AD;
        }

        .blog-detail h6:last-child {
            margin: 0;
        }

    .blog-detail .description .category {
        background: #0E48AD;
        padding: 5px 10px;
        border-radius: 4px;
        color: #fff;
        font-size: 12px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .blog-detail .description p {
        font-size: 15px;
        color: #000;
        font-weight: 500;
        line-height: 26px;
        margin: 20px 0 20px;
    }

    .blog-detail .contact-details {
        background: #fff;
        padding: 30px 30px;
        position: sticky;
        top: 120px;
    }

        .blog-detail .contact-details ul.social-bx {
            display: flex;
            align-items: center;
        }

            .blog-detail .contact-details ul.social-bx li {
                margin-right: 15px;
            }

                .blog-detail .contact-details ul.social-bx li:last-child {
                    margin: 0;
                }

                .blog-detail .contact-details ul.social-bx li a {
                    font-size: 18px;
                    color: #000;
                }

                    .blog-detail .contact-details ul.social-bx li a:hover {
                        color: #0E48AD;
                    }

        .blog-detail .contact-details ul.cnt-info {
            margin: 0 0 40px;
        }

            .blog-detail .contact-details ul.cnt-info li {
                margin: 0 0 10px;
            }

                .blog-detail .contact-details ul.cnt-info li:last-child {
                    margin: 0;
                }

                .blog-detail .contact-details ul.cnt-info li a {
                    font-size: 14px;
                    font-weight: 500;
                    color: #000;
                    display: flex;
                    align-items: center;
                    word-break: break-all;
                }

                    .blog-detail .contact-details ul.cnt-info li a i {
                        min-width: 30px;
                        width: 30px;
                        height: 30px;
                        line-height: 30px;
                        background: #0E48AD;
                        border-radius: 50%;
                        text-align: center;
                        font-size: 10px;
                        color: #fff;
                    }

                    .blog-detail .contact-details ul.cnt-info li a span {
                        min-width: 30px;
                        margin-right: 10px;
                        text-align: center;
                        display: inline-block;
                    }

                    .blog-detail .contact-details ul.cnt-info li a:hover {
                        color: #0E48AD;
                    }

.cnt-bx-app {
    padding: 0 0 15px;
    margin: 0 0 25px;
}

    .cnt-bx-app:last-child {
        margin: 0;
    }

.contact-details h3 {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px;
    color: #111;
    margin: 0 0 15px;
}

.videofrem {
    margin: 35px 0 40px;
    height: 400px;
}

.tablulerdata table {
    background: #fff;
    margin: 0;
}

    .tablulerdata table thead th {
        padding: 15px 15px;
        font-size: 16px;
        font-weight: bold;
        color: #000;
        background: #f7f7f7;
    }

    .tablulerdata table tbody td {
        padding: 15px 15px;
        font-size: 14px;
        font-weight: bold;
        color: #333;
    }

a.add-more {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #0E48AD;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    z-index: 999;
}

    a.add-more:hover {
        background: #111;
        color: #fff;
    }


.company-frm .accordion .accordion-item {
    margin: 0 0 15px;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 5px;
}

    .company-frm .accordion .accordion-item .accordion-button {
        font-size: 16px;
        color: #333;
        font-weight: 700;
        background-color: transparent;
        border: none;
        padding: 20px 45px 20px 25px;
        position: relative;
        border: none;
        border-radius: 0;
    }

        .company-frm .accordion .accordion-item .accordion-button:not(.collapsed) {
            background-color: transparent;
            box-shadow: none;
        }

        .company-frm .accordion .accordion-item .accordion-button:focus {
            box-shadow: none;
        }

        .company-frm .accordion .accordion-item .accordion-button::after {
            display: none;
        }

        .company-frm .accordion .accordion-item .accordion-button:before {
            position: absolute;
            content: "\f078";
            font-family: "Font Awesome 5 Pro";
            right: 15px;
            top: 50%;
            font-size: 14px;
            color: #111;
            height: 30px;
            width: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
            -webkit-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

        .company-frm .accordion .accordion-item .accordion-button.collapsed:before {
            content: "\f077";
        }

.company-frm .accordion .accordion-body {
    padding: 15px 25px 15px;
}

.btn-primary:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

.btn-primary {
    position: relative;
    font-size: 16px;
    color: #fff;
    background: #0E48AD;
    padding: 10px 30px;
    border-radius: 5px;
    margin: 15px auto 0;
    font-size: 18px;
    color: #fff;
    border: none;
}

.description ul {
    margin: 20px 0 25px 40px;
    padding: 0 0 0 0px;
    list-style-type: none;
}

    .description ul li {
        font-size: 14px;
        font-weight: normal;
        color: #6f6f6f;
        line-height: 22px;
        margin: 0 0 10px;
    }

        .description ul li img {
            min-width: 15px;
            margin: 0 20px 0 0;
            width: 15px;
            height: 15px;
            display: inline-block;
            vertical-align: middle;
        }

.content-regard {
    padding: 0 40px 30px;
}

    .content-regard h6 {
        font-size: 18px;
        font-weight: 700;
        color: #111;
        margin: 0 0px;
        line-height: 24px;
    }

        .content-regard h6 span {
            display: block;
            font-weight: 500;
            color: #6f6f6f;
            font-size: 14px;
        }

.tabuler-data {
    margin: 0 0 25px;
}

    .tabuler-data table {
        margin: 0;
        width: 100%;
        border: 1px solid #e0e0e0;
    }

        .tabuler-data table thead th {
            padding: 10px;
            font-size: 14px;
            font-weight: bold;
            color: #333;
            background: #f5f5f5;
            border: none;
            text-align: left;
        }

        .tabuler-data table tbody td {
            padding: 10px;
            font-size: 14px;
            font-weight: 400;
            color: #6f6f6f;
            border-bottom: 1px solid #e0e0e0;
        }

        .tabuler-data table tbody tr:last-child td {
            border-bottom: none;
        }

.warning-box {
    padding: 15px 30px;
    background: #fee9cd;
    margin: 0 auto 15px;
    border-radius: 3px;
    max-width: 450px;
}

    .warning-box h3 {
        font-size: 16px;
        font-weight: 700;
        color: #8c6632;
        margin: 0 0 10px;
    }

        .warning-box h3 img {
            width: 15px;
            height: 15px;
            min-width: 15px;
            margin: 0 10px 0 0;
            display: inline-block;
            vertical-align: middle;
        }

    .warning-box p {
        margin: 0;
        color: #af803e;
    }

.successbox {
    background: #bcf5df;
}

    .successbox h3 {
        color: #008d26;
    }

    .successbox p {
        color: #248b2d;
    }

.dangerbox {
    background: #ffb1ab;
}

    .dangerbox h3 {
        color: #d11010;
    }

    .dangerbox p {
        color: #d11010;
    }

.warn-space {
    padding: 0 30px 15px;
}

figure {
    padding: 15px;
    background: #fff;
    margin: 0 auto 15px;
    border-radius: 10px 0 10px 0px;
    max-width: 450px;
}

blockquote {
    font-size: 14px;
    font-weight: normal;
    color: #777;
    font-style: italic;
    line-height: 20px;
    padding: 0;
    margin: 0;
}

figcaption {
    font-size: 14px;
    font-weight: bold;
    color: #111;
    margin: 10px 0 0;
    text-align: right;
}

.inner-navbox {
    margin: 0 0 30px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
    position: sticky;
    width: 100%;
    background: #F6F7F9;
    top: 80px;
    z-index:9;
}

    .inner-navbox a {
        padding: 15px;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #111;
        display: block;
        margin-right: 30px;
        position: relative;
    }

        .inner-navbox a:last-child {
            margin: 0;
        }

        .inner-navbox a:after {
            position: absolute;
            content: '';
            width: 0%;
            height: 4px;
            background: #0E48AD;
            bottom: 0;
            left: 0;
            transition: .4s linear;
            -webkit-transition: .4s linear;
        }

        .inner-navbox a:hover,
        .inner-navbox a.active {
            color: #0E48AD;
        }

            .inner-navbox a.active:after {
                width: 100%;
            }

.review-wrp {
    padding: 40px 0;
}

.review-writebox {
    background: #fff;
    padding: 15px;
    border-radius: 3px;
    margin: 0 0 30px;
}

    .review-writebox .row {
        align-items: center;
    }

.review-user {
    display: flex;
    align-items: center;
}

.user-img {
    min-width: 50px;
    margin-right: 20px;
}

    .user-img img {
        width: 50px;
        height: 50px;
        object-fit: cover;
        object-position: top;
        border-radius: 50%;
    }

.user-nm h3 {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    margin: 0;
}

.writeboxin {
    margin: 15px 0 0;
}

    .writeboxin .form-control {
        padding: 15px;
        border-radius: 3px;
        background: #fff;
        border: 1px solid #ddd;
        height: auto;
        box-shadow: none;
        font-size: 14px;
        font-weight: normal;
        color: #333;
        resize: none;
    }

.star-rating {
    display: flex;
    font-size: 1.5em;
    padding: 0 15px;
    flex-direction: row-reverse;
    text-align: center;
}

    .star-rating input {
        display: none;
    }

    .star-rating label {
        color: #ddd;
        cursor: pointer;
        font-size: 36px;
        line-height: 36px;
        margin-right: 5px;
    }

        .star-rating label:last-child {
        }

    .star-rating :checked ~ label {
        color: #007dff;
    }

    .star-rating label:hover,
    .star-rating label:hover ~ label {
        color: #007dff;
    }

.review-writebox .btn-main {
    padding: 12px 25px;
    display: block;
    text-align: center;
    border: none;
    background: #0E48AD;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    margin: 10px 0 0;
}

    .review-writebox .btn-main i {
        margin-right: 5px;
    }

    .review-writebox .btn-main:hover {
        background: #000;
        color: #fff;
    }

.review-statusbox {
    max-width: 100%;
    margin: 0 auto;
}

    .review-statusbox .heading {
        font-size: 25px;
        margin-right: 15px;
        font-weight: bold;
        color: #111;
    }

    .review-statusbox .fa {
        font-size: 18px;
    }

    .review-statusbox .heading.smlhed {
        font-size: 18px;
    }

    .review-statusbox .checked {
        color: #007dff;
    }

    .review-statusbox p {
        margin: 10px 0 15px !important;
        font-size: 14px;
        font-weight: normal;
        color: #333;
    }

    .review-statusbox .side {
        float: left;
        width: 25%;
        margin-top: 10px;
        font-size: 14px;
        font-weight: bold;
        color: #333;
    }

    .review-statusbox .middle {
        margin-top: 10px;
        float: left;
        width: 50%;
    }

    .review-statusbox .right {
        text-align: right;
    }

    .review-statusbox .row:after {
        content: "";
        display: table;
        clear: both;
    }

    .review-statusbox .bar-container {
        width: 100%;
        background-color: #dfefff;
        text-align: center;
        color: #fff;
        border: 1px solid #e0e0e0;
    }
/* Individual bars */
.bar-5 {
    width: 60%;
    height: 18px;
    background-color: #0E48AD;
}

.bar-4 {
    width: 30%;
    height: 18px;
    background-color: #0E48AD;
}

.bar-3 {
    width: 10%;
    height: 18px;
    background-color: #0E48AD;
}

.bar-2 {
    width: 4%;
    height: 18px;
    background-color: #0E48AD;
}

.bar-1 {
    width: 15%;
    height: 18px;
    background-color: #0E48AD;
}

@media (max-width: 400px) {
    .review-statusbox .side, .review-statusbox .middle {
        width: 100%;
    }

    .review-statusbox .right {
        display: none;
    }
}

.review-lst-block {
    padding: 35px 0;
    max-width: 100%;
    margin: 0 auto;
}

.review-block {
    background: #f7faff;
    border: 1px solid #d1e2ff;
    margin: 0 0 25px;
    border-radius: 3px;
}

    .review-block:last-child {
        margin: 0;
    }

.review-lstuser {
    padding: 15px 15px;
    border-bottom: 1px solid #d1e2ff;
    display: flex;
    align-items: center;
}

.reviewimg {
    min-width: 35px;
    margin-right: 15px;
}

    .reviewimg img {
        width: 40px;
        height: 40px;
        object-fit: cover;
        object-position: top;
        border-radius: 50%;
    }

.user-nm h3 {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    margin: 0;
}

.reviewnm h3 {
    font-size: 16px;
    font-weight: 800;
    color: #111;
    margin: 0 0 10px;
}

.reviewnm h6 {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    color: #999;
}

    .reviewnm h6 span {
        margin-right: 30px;
    }

        .reviewnm h6 span i {
            margin-right: 0px;
        }

        .reviewnm h6 span:last-child {
            margin: 0;
        }

.rating-blocks {
    padding: 15px;
}

    .rating-blocks .raitstat {
        margin: 0 0 10px;
    }

        .rating-blocks .raitstat i {
            font-size: 14px;
            color: #007dff;
        }

.blog-detail .description .rating-blocks p {
    font-size: 14px;
    font-weight: 500;
    color: #111;
    line-height: 20px;
    margin: 0 0 15px !important;
}

.review-backbox {
    background: #fff;
    padding: 30px 100px 0;
}

.rating-blocks h5 {
    text-align: right;
    font-size: 12px;
    font-weight: 500;
    color: #777;
    margin: 0;
}


.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

input {
    border: 1px solid transparent;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 16px;
}

    input[type=text] {
        background-color: #f1f1f1;
        width: 100%;
    }

    input[type=submit] {
        background-color: DodgerBlue;
        color: #fff;
    }

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        .autocomplete-items div:hover {
            /*when hovering an item:*/
            background-color: #e9e9e9;
        }

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}