    @charset "utf-8";

    .fa-check-circle {
        color: #2196F3;
        padding: 5px;
        font-size: 18px;
    }

    .swal-footer {
        text-align: center !important;
    }

    .mr-3 {
        padding-right: 5px;
        font-size: 12px;
    }

    .ml-3 {
        padding-left: 5px;
    }

    .custom-checkbox:disabled {
        background-color: #ff2a2d;
        border-color: #ff2a2d;
        appearance: none;
        width: 16px;
        height: 14px;
        display: inline-block;
        border-radius: 10px;
        position: relative;
    }

    .custom-checkbox:disabled:before {
        content: '\2713';
        color: white;
        font-size: 12px;
        position: absolute;
        top: -2px;
        left: 3px;
    }

    .blog_info,
    .search-reset {
        /* display: none; */
    }

    #txt_serch_for_name {
        margin-left: 10px !important;
        padding: 3px !important;
    }

    .req_quote .form_group option {
        background: #fff;

    }

    .sticky .sina-nav-header i {
        color: #000;
    }

    @media (min-width: 991px) and (max-width: 1200px) {
        .sina-nav .sina-menu>li>a {
            color: #5c5c5c;
        }
    }

    html {
        /* z-index: -100;
        position: relative; */
        text-rendering: optimizeLegibility;

    }

    body,
    h1,
    h2,
    h3,
    h4,
    h5,
    p,
    ul,
    li {
        padding: 0px;
        margin: 0px;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        color: #5c5c5c;
        text-rendering: optimizeLegibility;

    }

    body {
        overflow-x: hidden;
        text-rendering: optimizeLegibility;

    }

    #load {

        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 9999;
        background: rgba(0, 0, 0, 0.8);
        float: left;
        text-align: center;
    }

    /* .head-txt2 h1{
    display: none!important;
    } */
    #load img {
        animation: nicdark_pulse 1s infinite linear;
        color: red;
        display: table-cell;
        vertical-align: middle;
        font-size: 40px;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        bottom: 0;
    }

    /* #txt_serch_for_nameautocomplete-list,
    .search-1 {
        z-index: 999999;
    } */

    @-webkit-keyframes nicdark_pulse {
        0% {
            -webkit-transform: scale(1.0, 1.0);
            -o-transform: scale(1.0, 1.0);
            transform: scale(1.0, 1.0);
        }

        50% {
            -webkit-transform: scale(1.3, 1.3);
            -o-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3);
        }

        100% {
            -webkit-transform: scale(1.0, 1.0);
            -o-transform: scale(1.0, 1.0);
            transform: scale(1.0, 1.0);
        }
    }

    textarea {
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
    }

    li {
        display: block;
    }

    a {

        color: #808080;
        outline: 0;
        text-decoration: none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        font-size: 16px;

    }

    /* scorll animation */
    .block {}

    /* scorll animation end */

    /* header css */

    .header-main {
        width: 100%;
        float: left;
    }

    .logo {
        float: left;
        padding: 15px 0px 8px;
    }

    .menu {
        margin-right: auto;
        margin-top: 25px;
        float: left;
        /* margin-left: 28px; */
        margin-left: 80px;

    }


    header {
        float: left;
        width: 100%;
        position: fixed;
        float: left;
        z-index: 1000;
        -moz-transition: all 0.4s ease-in;
        -webit-transition: all 0.4s ease-in;
        -miz-transition: all 0.4s ease-in;
        -o-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
        background-color: transparent;

    }

    .sticky {
        -moz-transition: all 0.4s ease-in;
        -webit-transition: all 0.4s ease-in;
        -miz-transition: all 0.4s ease-in;
        -o-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
        background: #fff;

    }

    .sticky .sina-nav .sina-menu>li>a {
        color: #5c5c5c;
    }

    .sticky .logo img {
        margin-top: -9px;
        width: 81%;
        margin-bottom: 0px;
        padding: 4px 0px 0px;
        -webkit-transition: all .4s linear !important;
        -o-transition: all .4s linear !important;
        transition: all .4s linear !important;
    }

    .sticky .menu {
        /*margin-top:19px;*/
        margin-top: 16px;

    }

    .sticky .login-singup {

        margin-top: 16px;
    }

    .sticky .icon {
        margin-top: -68px;
    }

    /* navbar */
    .icon {
        display: none;

    }


    .topnav {
        /* overflow: hidden;*/
        margin-right: 17px;
        float: left;

    }

    .topnav .active {
        color: #fff;
        background-color: #ff2a2d;

    }

    .topnav a {
        display: inline;
        color: #888888;
        font-size: 14px;
        padding: 3px 7px;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        float: left;

    }


    .topnav a:hover {
        color: #fff;
        background-color: #ff2a2d;
        cursor: pointer;
        -webkit-transition: all .2s linear !important;
        -o-transition: all .2s linear !important;
        transition: all .2s linear !important;
    }

    .topnav .icon {
        display: none;
    }

    .login-singup {
        float: right;
        margin-top: 27px;

    }

    .login-singup h5 {
        padding: 4px;
        color: #fff;
        background-color: #ff2a2d;
        font-size: 13px;
        display: inline;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        float: left;
        cursor: pointer;
        margin: 0;
    }

    .login-singup h5:hover {
        background-color: #ff2a2d;
        -webkit-transition: all .4s linear !important;
        -o-transition: all .4s linear !important;
        transition: all .4s linear !important;
        cursor: pointer;
    }

    .login-singup h4 {
        border: 1px solid #ff2a2d;
        background-color: #FFF;
        padding: 3.1px;
        color: #ff2a2d;
        font-size: 13px;
        font-weight: 500;
        float: left;
        font-family: 'Montserrat', sans-serif;
        margin: 0;
    }

    .login-singup h4:hover {
        background-color: #ff2a2d;
        color: #FFF;
        -webkit-transition: all .4s linear !important;
        -o-transition: all .4s linear !important;
        transition: all .4s linear !important;
        cursor: pointer;
    }

    .login-singup .dropdowns-content {
        top: 23px;
    }

    .after_login h4 a {

        color: #ff2a2d;
        font-size: 13px;
        font-weight: 500;
        float: left;
        font-family: 'Montserrat', sans-serif;

    }

    .after_login h5 a {


        color: #fff;
        /*background-color:#ff2a2d; */
        font-size: 13px;

        font-family: 'Montserrat', sans-serif;
        font-weight: 500;

    }

    .after_login h4 a:hover {
        /*background-color:#333333;*/
        background-color: #ff2a2d;
        color: #FFF;
        -webkit-transition: all .4s linear !important;
        -o-transition: all .4s linear !important;
        transition: all .4s linear !important;
    }

    .after_login h5 a:hover {
        /*background-color:#333333;*/
        background-color: #ff2a2d;
        -webkit-transition: all .4s linear !important;
        -o-transition: all .4s linear !important;
        transition: all .4s linear !important;

    }

    /* drop down */
    .drop-down {

        border: none;
        cursor: pointer;
    }

    .dropdowns {
        position: relative;
        display: inline-block;
        float: left;
    }

    .menu_inner {
        /* opacity: 0;
    visibility: hidden;*/
        display: none;
        position: absolute;
        background-color: rgba(54, 54, 54);
        transform: translate(0, 20px);
        transition: all .2s ease-out;
        left: 0;
        right: 0;
        z-index: 999;
        top: 28px;
        border-bottom: 5px solid #ff2a2d;
        padding: 30px 20px;
    }

    .dropdowns-content {
        display: none;
        position: absolute;
        background-color: #fff;
        min-width: 110px;
        right: 0;
        top: 5px;
        z-index: 1;
    }

    .small-menu {
        min-width: 250px;
    }

    .menu_flex {

        display: grid;

    }

    .menu_inner ul.grid_area {

        grid-area: 1/1/1/1;

    }

    .menu_inner ul.grid_area div {
        float: left;
        width: 100%;
    }

    .big_menu {
        float: left;
        width: 100%;
    }

    .big_menu li {
        float: left;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

    .dropdowns-content a {
        color: #868686;
        padding: 7px 16px;
        text-decoration: none;
        display: block;
        font-size: 12px;
        text-transform: uppercase;
    }

    .dropdowns-content .big_menu li a {
        padding: 10px 0;
    }

    .dropdowns-content a:hover {
        background-color: #f1f1f1;
    }

    .dropdowns:hover .dropdowns-content {
        display: block;
    }

    .dropdowns-content .big_menu a {
        font-size: 13px;
    }

    .dropdowns-content .big_menu a:hover {

        background-color: #fb6e6e;
        color: #fff;
        padding-left: 10px;
        width: 100%;

    }

    .big_menu li:last-child {
        border-bottom: 0;
    }

    /* drop down end*/

    /* header css end */

    /* banner css */
    .banner-main {
        width: 100%;
        float: left;
        /* margin-top: 48px; */
        position: relative;

    }

    .banner-main img {
        width: 100%;
        position: relative;
        height: 650px;
        object-fit: cover;
    }


    .slick-dots {
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        display: block;
        width: 100%;
        margin: auto;
        padding: 0;
        list-style: none;
        text-align: center;
    }

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 10px !important;
        ;
        height: 10px !important;
        ;
        margin-right: 8px;
        padding: 0;
        cursor: pointer;
    }

    .slick-dots li button {
        font-size: 0 !important;
        line-height: 0 !important;
        display: block !important;
        width: 10px !important;
        height: 10px !important;
        padding: 5px !important;
        cursor: pointer !important;
        color: transparent !important;
        border: 0 !important;
        outline: none !important;
        background: transparent !important;
    }

    .slick-dots li::after {
        background-color: #000 !important;
    }

    .slick-dots li button {
        opacity: 0 !important;
    }

    .slick-dots li button::before {
        background: rgba(0, 0, 0, 0.4) !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 10px !important;
        height: 10px !important;
        content: '•' !important;
        text-align: center !important;
        color: black !important;
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
        border-radius: 5px !important;
    }

    .slick-dots li::after {
        display: block !important;
        height: 10px !important;
        width: 10px !important;
        content: "" !important;
        position: absolute !important;
        top: 1px !important;
        left: 1px !important;
        /* background-color: transparent; */
        border-radius: 50% !important;
        transition: all .3s !important;
        opacity: 0 !important;
        background-color: silver !important;
    }

    .slider-text-wrp .banner-info {
        width: 100%;
        float: left;
        position: absolute;
        top: 304px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        /* transform: translateY(-50%); */
        left: 0;
        right: 0;
        /* z-index: 9999999; */
    }

    .banner-info {
        width: 100%;
        float: left;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        left: 0;
        right: 0;
    }

    .inner-ban-text p {
        display: none;
    }

    .banner-info h1 {
        font-family: 'Montserrat', sans-serif;
        font-size: 45px;
        color: #FFF;
        text-align: center;
    }

    .banner-info p {
        font-family: 'Montserrat', sans-serif;
        text-align: center;
        font-size: 24px;
        color: #FFF;
    }


    .banner-info h4 {
        /*font-family: 'Playfair Display', serif;*/
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        /*font-style:italic;*/
        color: #FFF;
        text-align: center;
    }

    .banner-info h4 p {
        font-family: 'Montserrat', sans-serif;
        text-align: center;
        font-size: 15px;
        color: #FFF;
    }


    .search-main {
        width: 100%;
        float: left;
        margin-top: 40px;
    }

    .search-main p {
        font-family: 'Montserrat', sans-serif;
        text-align: center;
        font-size: 15px;
        color: #FFF;
        margin-top: 35px;
    }

    .search-form {
        text-align: center;
    }

    .cearch-display {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .search-1 {
        width: 30%;
        margin-right: 5px;
        position: relative;
        padding: 10px;
        background-color: #FFF;
        border-radius: 10px 10px 10px 10px;
        border: none;
        text-align: left;
        color: #7d7d7d;
    }

    .search-1 input[type="text"] {
        width: 100%;
        padding: 12px 14px;
        background-color: #FFF;
        border-radius: 20px;
        border: none;
    }


    .search-2 {
        width: 20%;
        padding: 12px 18px;
        background-color: #FFF;
        border-radius: 20px;
        border: none;
        text-align: left;
        position: relative;
        color: #7d7d7d;
    }

    .search-3 {
        width: 10%;
    }

    .search-2 input[type="text"] {
        width: 100%;
        padding: 12px 14px;
        background-color: #FFF;
        border-radius: 20px;
        border: none;
    }

    .search-main input[type="submit"] {
        padding: 12px 24px;
        border-radius: 20px;
        border: none;
        background-color: #ffa400;
        color: #FFF;
        font-size: 18px;
    }

    .search-main input[type="text"] {
        padding: 9px 24px;
        border-radius: 20px;
        border: none;
        font-size: 16px;
    }

    .search-main input[type="submit"]:hover {
        /*background-color: #399;*/
        -webkit-transition: all .4s linear !important;
        -o-transition: all .4s linear !important;
        transition: all .4s linear !important;
        cursor: pointer;
    }

    /* banner css end */

    .services-main {
        width: 100%;
        float: left;
        padding-top: 20px;
        padding-bottom: 20px;

    }

    .section-head {
        width: 100%;
        float: left;
        margin: 10px 0 10px;
        text-align: center;
    }

    .head-txt {
        text-align: center;
    }

    .head-txt2 {
        text-align: center;
    }

    .head-txt2 h1 {
        font-size: 22px;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align: left;
        margin: 0px 15px 26px 15px;
        font-weight: 600;
        position: relative;
        display: inline-block;
        color: #fff;
    }

    .head-space {
        display: -webkit-inline-box;
    }


    .head-txt img {
        float: left;
        margin-top: 28px;
    }

    .head-txt h1 {
        font-size: 65px;
        font-family: 'Playfair Display', serif;
        text-align: center;
        margin: 0px 15px 0px 15px;
        font-weight: 400;
        position: relative;
        display: inline-block;
        color: #5c5157;
        text-transform: capitalize;

    }

    .head-txt h1:before {
        content: "";
        background: url(../images/head-design.png );
        position: absolute;
        margin-top:
            6px;
        width: 83px;
        height: 49px;
        background-size: contain;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -83px;
    }

    .head-txt h1:after {
        content: "";
        background: url(../images/head-design-right.png );
        position: absolute;
        margin-top:
            6px;
        width: 83px;
        height: 49px;
        background-size: contain;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .section-head p {
        font-size: 20px;

        /* text-transform: capitalize; */
        /*color:#9c8484;*/
        color: #e40505;
        letter-spacing: 1px;
    }

    .our-services {
        width: 100%;
        float: left;
    }

    /*.our-services .view-more a{padding: 14px}
    .our-services .view-more {margin-top:26px;}*/
    .serv-blog {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 22px;
        margin-top: 24px;
    }

    .service_main_page {
        float: left;
        width: 100%;
        padding: 40px;
    }

    .service_main_page .serv-blog {
        margin-top: 14px;
    }

    /*.service_main_page .serv-blog {*/
    /* margin-top: 14px;*/
    /* min-height: 100px;*/
    /*}*/


    .serv-blog img {
        text-align: center;
        width: 40%;
    }

    /*.serv-blog h3{*/
    /*font-size: 14px;*/
    /* font-weight: 600;*/
    /*color: #888888;*/
    /* color: #000;*/
    /* font-family: 'Montserrat', sans-serif;*/
    /* text-transform: uppercase;*/
    /*}*/
    .serv-blog h3 {
        font-size: 14px;
        font-weight: 600;
        /* color: #888888; */
        color: #000;
        font-family: 'Montserrat', sans-serif;
        text-transform: uppercase;
        min-height: 40px;
    }

    .serv-blog:hover h3 {
        color: #F00;
        -webkit-transition: all .4s linear !important;
        -o-transition: all .4s linear !important;
        transition: all .4s linear !important;
    }

    .wedd-trans {}

    .view-more {
        width: 100%;
        float: left;
        text-align: center;

    }

    .view-more a {
        font-size: 17px;
        font-weight: 700;
        padding: 12px;
        border: 3px solid #000;
        color: #000;
        margin-top: 20px;
        display: inline-block;
    }

    .view-more a:hover {
        color: #FFF;
        background-color: #000;
        -webkit-transition: all .2s linear !important;
        -o-transition: all .2s linear !important;
        transition: all .2s linear !important;
    }

    /* featured css */
    .featured-main {
        /* float:left; */
        width: 100%;
        /* background-image:url(../images/featured1.jpg);*/
        background-repeat: repeat;
        /* margin-top:100px;
    margin-top:30px;*/
    }

    /*.featured-main h1, .gallery-main h1{color:#ffa400;}*/
    .featured {
        /* width:100%; */
        /* float:left; */
        padding: 35px;
        /*padding-bottom: 100px;*/
    }

    .featured-info {
        width: 100%;
        float: left;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        margin-top: -6px;
        text-align: center;
        margin-bottom: 4px;
    }

    .featured-info:hover {
        background-color: #FFF;
        -webkit-transition: all .2s linear !important;
        -o-transition: all .2s linear !important;
        transition: all .2s linear !important;
        cursor: pointer;
    }

    .featured-blog {
        width: 100%;
        float: left;
    }

    .featured-blog img {
        /* width:100%; */
        width: -webkit-fill-available;
        /* height: auto; */
        /* position:relative; */
        object-fit: cover;
        aspect-ratio: 4/3;
    }

    .fil {
        /* aspect-ratio: 3 / 3; */

    }

    .featured-blog img:after {
        background-color: rgba(0, 0, 0, 0.9);
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
    }

    .featured-info h5 {
        font-size: 17px;
        text-align: center;
        padding-top: 20px;
        text-transform: uppercase;
    }

    .featured-info p {
        color: #aaaaaa;
        text-align: center;
        font-size: 15px;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .featured-overlay-dark-outer {
        position: relative;
    }

    .featured-overlay-dark:before {
        content: "";
        position: absolute;
        top: 10px;
        bottom: 16px;
        left: 7px;
        right: 9px;
        border-radius: 18px;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        z-index: 1;
        border: 2px solid rgba(255, 255, 255, 0.5);
    }

    /* featured effects css*/

    .container .title {
        color: #1a1a1a;
        text-align: center;
        margin-bottom: 10px;
    }

    .content {
        position: relative;
        width: 100%;
        max-width: 400px;
        margin: auto;
        overflow: hidden;
        margin-bottom: 30px;
        max-height: 400px;
    }

    .content .content-overlay {
        background: rgba(102, 27, 27, 0.7);
        position: absolute;
        height: 99%;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
        z-index: 2;
    }

    .content:hover .content-overlay {
        opacity: 1;
    }

    .content-image {
        width: 100%;
    }

    .content-details {
        position: absolute;
        text-align: center;
        padding-left: 1em;
        padding-right: 1em;
        width: 100%;
        top: 50%;
        left: 50%;
        opacity: 0;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        z-index: 1;
    }

    .content:hover .content-details {
        top: 50%;
        left: 50%;
        opacity: 1;
    }

    .content-details h3 {
        color: #fff;
        font-weight: 600;
        letter-spacing: 0.15em;
        margin-bottom: 0.5em;
        text-transform: uppercase;
    }

    .content-details p {
        color: #fff;
        font-size: 0.8em;
    }

    .fadeIn-bottom {
        top: 80%;
    }

    .fadeIn-top {
        top: 20%;
    }

    .fadeIn-left {
        left: 20%;
    }

    .fadeIn-right {
        left: 80%;
    }

    /* featured effects ces end

    /* featured css end */

    /* how to process css */

    .process-main {
        width: 100%;
        float: left;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .process {
        width: 100%;
        float: left;
    }

    .process h3 {
        font-size: 35px;
        font-weight: 600;
        text-transform: capitalize;
    }

    .process p {
        font-size: 18px;
        margin-top: 35px;
        color: #4e4e4e;
        line-height: 30px;
    }

    .vertical-line {
        height: 363px;
        width: 1px;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-left: 1px solid #e1dddd;
        margin-top: 0px;
    }

    .process-img {
        width: 100%;
        float: left;
    }

    .process-img img {
        width: 100%;
        /* box-shadow: 8px 8px #fff; */
        border-radius: 12px;
    }

    .ser {
        text-align: center;
        margin: 0 auto;
        padding-top: 20px;
    }

    .our-services .card,
    .our-services img {
        border-radius: 12px;

    }

    .cen {
        display: inline-block;
        vertical-align: middle;
        float: none;
    }

    .process-number {
        top: 33%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        position: absolute;
        border-radius: 100%;
        color: #fff;
        font-size: 13px;
        width: 63px;
        padding: 16px 0 15px;
        text-align: center;
        font-weight: 600;
        line-height: 16px;
        background: #f92121;
    }

    .process-number span {
        color: #fff;
        font-size: 35px;
        text-align: center;
        font-weight: 500;
        line-height: 30px;
    }

    .process-space {
        width: 100%;
        float: left;
        margin-top: 50px;
    }

    /* how to process css end */

    /* gallery css */

    .gallery-main {
        width: 100%;
        float: left;
        background-color: #fafafa;
        padding-bottom: 40px;
    }

    .align-items-center {
        align-items: center;
    }

    .justify-content-center {
        text-align: center;
    }

    .gallery {
        width: 100%;
        float: left;
        margin-bottom: 33px;
    }

    .gallery img {
        width: 100%;
        margin-top: 30px;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        object-fit: cover;
        position: relative;
        /* box-shadow: 8px 8px #ffa400; */
        border-radius: 12px;
        height: 250px;

    }

    .blog_in p,
    .blog_in h2 {
        margin-top: 10px;
    }

    .blog_img img {
        /* box-shadow: 8px 8px #ffa400; */
    border-radius: 12px 12px 12px 0px;
    }

    .gallery img:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        transition: 1s ease;

    }

    .gal_img {
        float: left;
        width: 100%;
        position: relative;
    }

    .vendor_gal_name {
        position: absolute;
        bottom: 0;
        content: "";

        position: absolute;

        top: 70%;

        bottom: 5px;

        left: 0;

        right: 0;

        background: linear-gradient(to bottom,
                transparent 0,
                rgba(0, 0, 0, 0.7) 100%);

        -moz-transition: 0.3s all ease;

        -o-transition: 0.3s all ease;

        -webkit-transition: 0.3s all ease;

        transition: 0.3s all ease;
        text-align: center;
        z-index: 0;
    }

    .vendor_gal_name h2 {
        color: white;
        position: absolute;
        bottom: 0;
        color:
            #fff;
        padding: 10px 0;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 700;
        text-align: center;
        letter-spacing: -1px;
        left: 0;
        right: 0;
    }

    /* bottom search css */
    .bottom-search {
        width: 100%;
        float: left;
        background-color: #ff2a2d;
        padding-bottom: 36px;
    }

    .bottom-search .search-main input[type="submit"] {
        background-color: #ffa400;
    }

    /* bottom secrch css end */



    /* footer css */
    footer {
        width: 100%;
        float: left;
    }

    .footer-main {
        width: 100%;
        float: left;
        background-color: #303030;
        padding: 40px 0 20px;
    }

    .all-menus {
        width: 100%;
        float: left;
    }

    .all-menus li {
        list-style: none;
        color: #cecece;
        font-size: 13px;
        line-height: 23px;
        font-family: 'Montserrat', sans-serif;
        margin-bottom: 6px;
    }

    .all-menus li:hover {
        color: #FFCF00;
        cursor: pointer;
    }

    .all-menus i {
        font-size: 18px;
        color: #FFF;
        margin-bottom: 0;
        margin-top: 9px;
        display: block;
    }

    .all-menus span {
        font-size: 15px;
        color: #cecece;
        font-family: 'Montserrat', sans-serif;
        margin-left: 12px;
    }

    .all-menus i:hover {
        color: #FFCF00;
        cursor: pointer;
    }

    .all-menus span:hover {
        color: #FFCF00;
        cursor: pointer;
    }

    .copy-right {
        width: 100%;
        float: left;
        margin-top: 20px;
    }

    .copy-right a {
        color: #ff2a2d;
    }

    .copy-right h5 {
        color: #ffffff;
        font-size: 13px;
        font-weight: 500;
    }

    .copy-right p {
        color: #ffffff;
        font-size: 13px;
        font-weight: 500;
        float: right;
    }

    .scrollToTop {
        background-color: #ff2a2d;
        border: medium none;
        border-radius: 50px;
        bottom: 30px;
        display: none;
        height: 50px;
        overflow: hidden;
        position: fixed;
        right: 30px;
        text-decoration: none;
        width: 50px;
        z-index: 9999;
        text-align: center;
        line-height: 50px;
    }

    .scrollToTop:hover {
        background-color: #ffa400;
        -webkit-transition: all .4s linear !important;
        -o-transition: all .4s linear !important;
        transition: all .4s linear !important;
        cursor: pointer;
    }

    .scrollToTop i {
        color: #fff;
        font-size: 26px;
        margin-top: 13px;
    }


    /* footer css end */



    /* Login */

    .inner_banner {
        margin-top: 0px;
        padding: 125px 0;
        position: relative;
        float: left;
        width: 100%;
        background-image: url(../images/banner1.webp);
        background-attachment: fixed;
    }

    .inner_banner h3 {

        color: #fff;
        text-align: center;
        font-size: 30px;
        /* text-transform: uppercase; */
        font-weight: 700;
        margin-top: 10px;

    }

    .register_login_box_full {

        float: left;
        height: 100%;
        width: 100%;

    }

    .register_login_box {

        /* max-width: 700px; */
        margin: 60px auto;
        padding: 20px 40px;
        border-radius: 6px;
        box-shadow: 0 5px 25px 0 rgba(183, 162, 162, 0.15);
        -webkit-box-shadow: 0 5px 25px 0 rgba(183, 162, 162, 0.15);
        display: table;
        vertical-align: middle;
        background-color: #fff;

    }

    .log-bg {

        width: 100%;
        float: left;
        /* background-image: url(../images/login-bg.jpg); */


    }

    .error_cls {

        color: red;
        font-size: 16px;
        margin-bottom: 20px;
        float: left;
        width: 100%;
    }

    .text-center {

        text-align: center;

    }

    .form_group {

        margin-bottom: 15px;
        width: 100%;
        float: left;
        position: relative;

    }

    .form_group label {

        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 700;
        font-size: 16px;
        color: #677782;
        width: 100%;
        float: left;
    }

    .form_control {

        height: 40px;
        border: 1px solid #dde6ef;
        border: 1px solid #eceeef;
        margin-bottom: 30px;
        box-shadow: none;
        border-radius: 0;
        background: #fbfdff;
        background: transparent;
        font-size: 14px;
        color: #6b7c8a;
        display: block;
        width: 100%;
        float: left;
        padding: 6px 12px;
        color: #777777;
        position: relative;

    }

    .pwd_show {
        position: absolute;
        right: 35px;
        top: 43px;
        cursor: pointer;
        color: #677782;
    }

    .register_login_box .form_control {

        height: 50px;
        border: 1px solid #dcdcdc;
        font-size: 14px;
        color: #777777;
        border-radius: 7px;
    }

    .register_login_box .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 10px;
    }

    .register_login_box .select2-container .select2-selection--single .select2-selection__rendered {


        padding: 6px 12px;
        padding-top: 15px;

    }

    .sub_btn {
        font-family: 'Montserrat', sans-serif;
        display: inline-block;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        padding: 9px 24px;
        border-radius: 20px;
        border: none;
        background-color: #9E9E9E;
        color: #FFF;
        font-size: 18px;

    }

    .sub_btn:hover {

        background-color: #ffa400;
        -webkit-transition: all .4s linear !important;
        -o-transition: all .4s linear !important;
        transition: all .4s linear !important;
        cursor: pointer;

    }

    .forgot_pass_link {
        margin-top: 8px;
        float: left;
        width: 100%;

    }

    /* Login_end */

    /*Dashboard top*/

    .dash_top .logo {
        margin-left: 30px;
    }

    .dash_top_inner {
        float: right;
        margin-right: 30px;
    }

    .dash_in {
        float: right;
        margin-top: 17px;

        margin-right: 20px;
    }

    .dash_in a {
        font-size: 26px;
        color: #ff2a2d;
        position: relative;
    }

    .header_pro {

        float: right;
        margin-top: 8px;

    }

    .header-notifications {

        height: 100%;
        display: inline-block;
        padding-right: 15px;
        position: relative;

    }

    .status-icon,
    .notification-avatar::after,
    .user-avatar::after {

        position: absolute;
        content: "";
        height: 12px;
        width: 12px;
        background-color: silver;
        bottom: 0;
        right: 0;
        display: block;
        border: 2px solid #fff;
        box-shadow: 0 2px 3px rgba(0, 0, 0, .3);
        border-radius: 50%;

    }

    .status-icon.status-online,
    .status-online::after {

        background-color: #38b653;

    }

    .user-avatar {

        display: inline-block;
        border-radius: 50%;
        width: 42px;
        height: 42px;
        position: relative;

    }

    .user-avatar img {

        height: 100%;
        width: 100%;
        display: inline-block;
        border-radius: 50%;
        image-rendering: -webkit-optimize-contrast;
        object-fit: cover;
        object-position: top;

    }

    .header-notifications-dropdown {

        width: 360px;
        border-radius: 4px;
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .12);
        background-color: #fff;
        padding: 0;
        position: absolute;
        transform: scale(.95);
        opacity: 0;
        visibility: hidden;
        right: -15px;
        text-align: left;
        z-index: 100;
        pointer-events: none;
        transition: .3s;

    }

    .user-menu .header-notifications-dropdown {

        top: calc(100% - 8px);
        width: 290px;
        right: -10px;

    }

    .user-status {

        padding: 25px;
        border-bottom: 1px solid #e6e6e6;
        float: left;
        width: 100%;

    }

    .header-notifications-dropdown {

        visibility: hidden;
        text-align: left;
        pointer-events: none;

    }

    .drpdwn {

        transform: scale(1);
        opacity: 1;
        visibility: visible;
        pointer-events: all;

    }

    .user-details {

        display: flex;
        float: left;
        width: 100%;

    }

    .user-name {

        font-weight: 500;
        color: #333;
        line-height: 20px;
        padding: 2px 0 0 15px;
        font-size: 16px;

    }

    .user-details span {

        display: block;
        font-size: 14.7px;
        color: #888;
        font-weight: 500;

    }

    .header_plan {

        float: left;
        width: 100%;
        border-bottom: 1px solid #e6e6e6;
        padding: 20px 25px;
        font-size: 16px;

    }

    ul.user-menu-small-nav {

        list-style: none;
        padding: 0;
        margin: 0;
        padding: 20px 25px;
        float: left;
        width: 100%;

    }

    ul.user-menu-small-nav li {

        color: #444;
        display: block;
        margin-right: 0px;
        margin-bottom: 5px;

    }

    ul.user-menu-small-nav li a {

        color: #444;

    }

    ul.user-menu-small-nav li i {

        margin-right: 5px;

    }

    /*Dashboard top End*/




    /* DASHBOARD LEFT*/
    .dashboard_scroll {
        overflow: hidden;
        position: relative;

        z-index: -1;
    }

    .dashboard-container {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        background-color: #fafafa;
        position: relative;

        z-index: -1;
    }

    .dashboard-sidebar {
        flex: 0 0 280px;
        background-color: #fff;
        position: relative;
        box-shadow: 0 17px 20px 0 rgba(0, 0, 0, .1);
        z-index: 0;
        margin-top: 74px;
    }

    .dashboard-nav {
        display: block;
        z-index: 11;
        padding-bottom: 30px;
    }

    .dash_banner {
        padding: 34px 30px 30px 30px;
        position: relative;
        text-align: center;
        background-image: url(../images/home-background.jpg);
    }

    .dash_banner h3 {
        color: #fff;
        text-align: center;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 700;
    }

    .dash_banner span {
        color: #fefefe;
        text-align: center;
        font-size: 16px;

    }

    .dash_banner .user-avatar {
        width: 52px;
        height: 52px;
        border-radius: 0;
    }

    .dash_banner .user-avatar img {
        border-radius: 0;
    }

    .animate-menu-push {
        left: 0;
        position: relative;
        transition: all 0.3s ease;
    }

    .animate-menu-push.animate-menu-push-right {
        left: 200px;
    }

    .animate-menu-push.animate-menu-push-left {
        left: -200px;
    }

    .animate-menu {
        position: fixed;
        top: 0;
        width: 200px;
        height: 100%;
        transition: all 0.3s ease;
    }

    .animate-menu-left {
        left: -200px;
    }

    .animate-menu-left.animate-menu-open {
        left: 0;
    }

    .animate-menu-right {
        right: -200px;
    }

    .animate-menu-right.animate-menu-open {
        right: 0;
    }

    .sidebar-menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .sidebar-menu>li {
        display: block;
        border-left: 3px solid transparent;
        transition: .3s;
        line-height: 25px;
        font-size: 15px;
    }

    .sidebar-menu>li>a {
        color: #707070;
        display: block;
        padding: 11px 32px;
        transition: .3s;
        cursor: pointer;
        position: relative;
        padding-left: 15px;
    }

    .sidebar-menu>li>a>.fa {
        width: 20px;
    }

    .sidebar-menu>li:hover>a,
    .sidebar-menu>li.active>a {
        color: #ff2a2d;
        background-color: rgba(42, 65, 232, .04);
        border-color: #ff2a2d;
    }

    .sidebar-menu>li .label,
    .sidebar-menu>li .badge {
        margin-top: 3px;
        margin-right: 5px;
    }

    .sidebar-menu li.sidebar-header {
        padding: 0 35px;
        margin-bottom: 5px;
        display: block;
        color: #ff2a2d;
        font-weight: 600;
        font-size: 14px;
        margin-top: 30px;
        text-transform: uppercase;
    }

    .sidebar-menu li>a>.fa-angle-left {
        width: auto;
        height: auto;
        padding: 0;
        margin-right: 10px;
        margin-top: 3px;
    }

    .sidebar-menu li.active>a>.fa-angle-left {
        transform: rotate(-90deg);
    }

    .sidebar-menu li.active>.sidebar-submenu {
        display: block;
    }

    .sidebar-menu a {
        color: #b8c7ce;
        text-decoration: none;
    }

    .sidebar-menu .sidebar-submenu {
        display: none;
        list-style: none;
        padding-left: 12px;
        margin: 0 1px;
        background-color: rgba(42, 65, 232, .04);
        border-color: #ff2a2d;
        padding-bottom: 10px;
    }

    .sidebar-menu .sidebar-submenu .sidebar-submenu {
        padding-left: 20px;
    }

    .sidebar-menu .sidebar-submenu>li {
        position: relative;
    }

    .sidebar-menu .sidebar-submenu>li>a {
        padding: 5px 5px 5px 15px;
        display: block;
        font-size: 14px;
        color: #ff2a2d;
        line-height: 25px
    }

    .sidebar-menu .sidebar-submenu>li>a>.fa {
        width: 20px;
    }

    .sidebar-menu .sidebar-submenu>li>a>.fa-angle-left,
    .sidebar-menu .sidebar-submenu>li>a>.fa-angle-down {
        width: auto;
    }

    .sidebar-menu.sidebar-submenu>li.active>a:hover {
        padding-left: 1px;
    }

    .sidebar-menu li.active,
    .sidebar-menu li:hover {
        border-color: #ff2a2d;

    }

    .sidebar-submenu .sidebar-submenu {
        background-color: transparent;
    }

    .sidebar-menu li.sidebar-header:hover {
        border-color: transparent;
    }

    ul li a.dash_arrow::after {
        font-family: 'Font Awesome 5 Free';
        content: "\f0d7";
        opacity: 1;
        font-size: 12px;
        transition: .3s;
        opacity: 1;
        line-height: 19px;
        width: 19px;
        height: 19px;
        background-color: #f0f0f0;
        color: #a8a8a8;
        display: inline-block;
        border-radius: 3px;
        margin-left: 7px;
        text-indent: 0;
        top: 1px;
        position: absolute;

        top: 15px;
        font-weight: 900;
        text-align: center;
        cursor: pointer;
        right: 10px;
    }

    ul.sidebar-submenu li a::before {
        font-family: 'Font Awesome 5 Free';
        content: "\f105";
        opacity: 1;
        font-size: 12px;
        transition: .3s;
        opacity: 1;


        color: #a8a8a8;
        display: inline-block;

        top: 4px;
        position: absolute;


        font-weight: 900;
        text-align: center;
        cursor: pointer;
        left: 2px;
    }

    ul li:hover a.dash_arrow::after,
    ul li.active a.dash_arrow::after {
        background: rgba(42, 65, 232, .13);
        color: #ff2a2d;
    }

    .dashboard-responsive-nav-trigger {
        display: none;
    }

    .hamburger {

        padding: 0;
        top: 13px;
        left: -6px;
        transform: scale(.67);
        -moz-transform: scale(.7) translateY(4px);
        position: relative;
        display: inline-block;
        cursor: pointer;
        transition-property: opacity, filter;
        transition-duration: .15s;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        background-color: transparent;
        border: 0;
        margin: 0;
        overflow: visible;
        float: left;
    }

    @-moz-document url-prefix() {
        .hamburger {
            top: 7px;
        }
    }

    .hamburger-box {
        position: relative;
    }

    .hamburger-inner {
        display: block;
        top: 50%;
        margin-top: -2px;
    }

    .hamburger--collapse .hamburger-inner {
        top: auto;
        bottom: 0;
        transition-duration: .13s;
        transition-delay: .13s;
        transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    }

    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        width: 33px;
        height: 4px;
        background-color: #555;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: .15s;
        transition-timing-function: ease;
    }

    /*END DASHBOARD LEFT*/

    /* DASHBOARD MAIN*/

    .facts {

        float: left;
        width: 100%;
        padding-bottom: 30px;

    }

    .manage {

        float: left;
        width: 100%;
        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2);
        background-color: #fff;
        margin-bottom: 30px;
        transition: all 1000ms ease 0s;
        display: flex;
        padding: 23px;

    }

    .manage_desc {

        color: #424242;
        font-size: 40px;
        text-transform: uppercase;
        flex: 1;

    }

    .manage_desc h2 {

        font-weight: 700;
        text-transform: uppercase;
        font-size: 16px;
        margin-top: 1px;

    }

    .manage .manage_icon {

        color: #ff2a2d;
        height: 100%;
        background-color: rgba(232, 169, 42, 0.07);
        border-radius: 5px;
        font-size: 50px;
        padding: 10px;
        display: flex;
        align-self: center;

    }

    .manage_icon i {

        align-items: center;
        font-size: 30px;

    }

    .top_name {
        display: flex;
        justify-content: space-between
    }

    .top_name a {
        height: 43px;
    }

    .head_dash {
        margin-bottom: 30px;
        font-size: 30px;
    }

    .white_box {
        float: left;
        width: 100%;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
        padding: 30px 30px 18px 30px;
        margin-bottom: 30px;
        background-color: #fff;
    }

    .white_box_info {
        float: left;
        width: 100%;
    }

    .dashboard-content-container {
        flex: 1;
        margin-top: 74px;
        padding: 0;
        overflow: auto;
        position: relative;
        z-index: 0;
    }

    .dashboard-content-inner {
        padding: 50px;
        padding-bottom: 50px;
        padding-bottom: 0;
        position: relative;
        float: left;
        width: 100%;
    }

    footer .dashboard-content-inner {
        padding-top: 0;
    }

    .form_group label.uploadButton-button,
    .form_group label.uploadButton-button1 {

        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        height: 44px;
        padding: 10px 18px;
        cursor: pointer;
        border-radius: 4px;
        color: #fff;
        background-color: #1b66a2;
        flex-direction: row;
        transition: .3s;
        margin: 0;
        outline: 0;
        box-shadow: 0 3px 10px rgba(102, 103, 107, .1);
        width: auto;

    }

    .form_group label.grey_btn {

        background-color: #333;

    }

    .uploadButton-input,
    .uploadButton-input1 {

        opacity: 0;
        position: absolute;
        overflow: hidden;
        z-index: -1;
        pointer-events: none;

    }


    .uploadButton-file-name,
    .uploadButton-file-name1,
    .uploadButton-file-name2,
    .uploadButton-file-name3 {

        flex-grow: 1;
        display: flex;
        align-items: center;
        flex: 1;
        box-sizing: border-box;
        padding: 0 10px;
        padding-left: 10px;
        padding-left: 10px;
        padding-left: 18px;
        min-height: 42px;
        top: 1px;
        position: relative;
        color: #888;
        background-color: transparent;
        overflow: hidden;
        line-height: 22px;

    }

    .form_group label.fl {

        float: left;
        width: auto;

    }

    .mr-top-10 {

        margin-top: 5px;

    }

    .form_group .dash-ser label {
        margin-bottom: 10px;
    }

    .form_group label.font-weight-dash {
        font-weight: 400;
    }

    .form_group label.font-weight-dash .fancy-check input[type="checkbox"]+span {
        font-size: 14px;
    }

    .fancy-check {

        display: block;
        font-weight: normal;

    }

    .fancy-check input[type="checkbox"] {

        /*display: none;*/
        opacity: 0;

    }

    .fancy-check input[type="checkbox"]+span i {

        display: inline-block;
        vertical-align: middle;
        position: relative;
        bottom: 1px;
        content: "";
        border: 1px solid #ccc;
        width: 18px;
        height: 18px;
        margin-right: 5px;

    }

    .fancy-check input[type="checkbox"]+span {
        margin-left: -15px;
        cursor: pointer;
        font-size: 16px;

    }

    .fancy-check input[type="checkbox"]:checked+span i::after {

        display: block;
        position: relative;
        top: 3px;
        left: 3px;
        content: '';
        width: 10px;
        height: 10px;
        background-color: #ff2a2d;

    }

    .fancy-radio {
        display: block;
        font-weight: normal;
    }

    .fancy-radio input[type="radio"],
    .blog_head {
        display: none;
    }

    .fancy-radio input[type="radio"]+span {
        display: block;
        cursor: pointer;
        position: relative;
        font-size: 16px;
    }

    .fancy-radio input[type="radio"]+span i {
        display: inline-block;
        vertical-align: middle;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        position: relative;
        bottom: 1px;
        content: "";
        border: 1px solid #ccc;
        width: 18px;
        height: 18px;
        margin-right: 5px;
    }

    .fancy-radio input[type="radio"]:checked+span i:after {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        display: block;
        position: relative;
        top: 3px;
        left: 3px;
        content: '';
        width: 10px;
        height: 10px;
        background-color: #ff2a2d;
    }

    .form_group label.fl {
        float: left;
        width: auto;
    }

    .form_group label.radio_bg {
        color: #fff;
    }

    .mr-right {

        margin-right: 30px;

    }

    /*END DASHBOARD MAIN*/




    /* TABLE*/

    .table_dash {

        float: left;
        width: 100%;
        margin-bottom: 50px;
        overflow: auto;

    }

    .table_dash table {

        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
        border: 0;
        text-transform: capitalize;

    }

    .table_dash table tr:nth-child(2n+1) {

        background-color: #f4f4f4;

    }

    .table_dash table th:first-child {

        border-radius: 4px 0 0 4px;

    }

    .table_dash table th {

        background-color: #66676b;
        text-align: left;
        color: #fff;
        vertical-align: top;
        font-weight: 500;
        padding: 10px 15px;
    }

    .table_dash table td {

        padding: 10px 15px;

    }

    /*END TABLE*/

    /* inner search css */
    .inner-banner-info {
        width: 100%;
        float: left;
        background-color: rgba(0, 0, 0, 0.6);
        padding-bottom: 0;
        position: absolute;
        bottom: 4px;
        top: 0;

    }

    .inner-banner-info-in {
        float: left;
        width: 100%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        /* transform: translateY(-50%); */
        left: 0;
        right: 0;
        /*z-index: 9999999;*/
        position: absolute;
    }

    .inner-ban-text-wrap {
        float: left;
        width: 100%;
    }

    .inner-banner-info-in .inner-search {
        position: relative;
        z-index: 0;
    }

    .inner-ban-text {
        text-align: center;
        color: white;
        float: left;
        width: 100%;
        line-height: 25px;
    }

    .inner-search {
        width: 100%;
        float: left;
        position: absolute;
        bottom: 0;
    }

    .inner-search .search-main input[type="submit"] {
        background-color: #ffa400;
    }

    .inner-search .search-main {
        margin: 24px 0
    }

    .inner_page {
        float: left;
        width: 100%;
    }

    .inner_page .section-head {


        margin: 20px 0 40px;


    }

    .inner_page .head-txt h1 {

        font-size: 46px;
    }

    /* inner secrch css end */
    /* short profile css */
    .in-page-banner {
        float: left;
        width: 100%;
        position: relative;
        margin-top: 76px;
    }

    .in-page-banner img {
        width: 100%;
        height: 400px;
        /* box-shadow: 8px 8px #e34b37; */
        border-radius: 12px;
    }


    .vendor_thumbnail {
        float: left;
        width: 100%;
        transition: .8s ease;

        border: 1px solid #ede7e4;

        background-color: #fff;

        border-radius: 4px;

        margin-bottom: 30px;

        position: relative;

        -webkit-box-shadow: 0 3px 1px 1px rgba(196, 196, 198, .24);
    }

    .vendor_thumbnail:hover {

        transition: .8s ease;
        -webkit-box-shadow: 0px 0px 12px 8px rgba(196, 196, 198, 0.24);
        -moz-box-shadow: 0px 0px 12px 8px rgba(196, 196, 198, 0.24);
        box-shadow: 0px 0px 12px 8px rgba(196, 196, 198, 0.24);

    }

    .overlay-dark::before {

        content: "";
        position: absolute;
        top: 70%;
        bottom: 6px;
        left: 0;
        right: 0;
        background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.7) 100%);
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        z-index: 0;

    }

    .vendor-img {

        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        position: relative;

    }

    .vendor-img img {

        width: 100%;
        max-width: 100%;
        height: 277px;

        object-fit: unset;
    }

    .wishlist-sign {

        position: absolute;
        top: 10px;
        right: 10px;
        text-align: center;

    }

    .btn-wishlist {

        background-color: rgba(0, 0, 0, .6);
        border-radius: 100%;
        padding: 8px 6px;
        color: #fff;
        font-size: 15px;
        display: block;
        height: 30px;
        width: 30px;
        line-height: 1;
        cursor: pointer;
    }

    .btn-wishlist:hover,
    .wish_selected {

        background-color: #fff;
        color: #ff8066;

    }

    .vendor-price-block {

        position: absolute;
        bottom: 0px;
        color: #fff;
        padding: 10px 20px;

    }

    .vendor-price-block .vendor-price {

        color: #fff;
        font-size: 30px;
        font-weight: 700;
        letter-spacing: -1px;

    }

    sup {

        top: -.5em;
        font-size: 14px;

    }

    .vendor_pricing_outer {
        position: relative;
    }

    .vendor_pricing {
        position: absolute;

        bottom: 6px;

        right: 0px;

        z-index: 6;
    }

    .vendor_pricing .sub_btn {
        border-radius: 16px;
        border-top-right-radius: 0;

        border-bottom-right-radius: 0;
        padding: 8px 12px;

        font-size: 16px;
        line-height: normal;

    }

    .vendor-price-block .vendor-text {

        font-size: 12px;
        color: #fff;

    }

    .vendor-content {

        padding: 20px 25px;
        float: left;

        width: 100%;

    }

    .vendor-title {
        font-size: 17px;
        margin: 0px 0px 10px 0px;
        line-height: 28px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        font-weight: 700;

    }

    .vendor-address {

        font-size: 13px;
        color: #373737;
        line-height: 13px;
        margin-bottom: 14px;

    }

    .vendor-address-icon {
        color: #373737;
        padding-right: 4px;
        font-size: 10px;

    }

    .star-rating::before {
        content: attr(data-rating);
        float: left;
        border-radius: 4px;
        background-color: #fff;
        color: #333;
        font-size: 14px;
        line-height: 15px;
        font-weight: 700;
        padding: 5px 7px;
        position: relative;
        top: 1px;
        margin-right: 10px;
    }

    .star-rating {

        display: inline-flex;

    }

    .star-rating .star_half::before,
    .star-rating .star::before {

        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: "\f005";
        display: block;
        color: #ffa400;
        font-size: 16px;
        margin-top: 3px;
    }

    .star-rating .star,
    .star-rating .star_half {
        display: inline-block;
        margin: 0;
        margin-right: 0px;
        padding: 0;
        float: left;
        margin-right: 0;
        position: relative;
    }

    .star-rating .star_half::before {
        content: "\f089";
    }

    /* short profile css end */

    /* long profile css */
    .long-profile-banner-out {
        float: left;
        width: 100%;
        margin-top: 25px;
        margin-bottom: 40px;
    }

    .long-profile-banner {
        float: left;
        width: 100%;
    }

    .long_img {
        float: left;
        width: 100%;
    }

    .fs-gal-view {
        display: none;
        height: 100vh;
        width: 100vw;
        margin: 0;
        padding: 0;
        position: fixed;
        left: 0;
        top: 0;
        text-align: center;
        background-size: contain;
        background-position: center center;
        background-color: rgba(20, 20, 20, 0.7);
        background-repeat: no-repeat;
        overflow: hidden;
        z-index: 9999;
    }

    .fs-gal-view h1 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
        height: 50px;
        line-height: 50px;
        overflow: hidden;
        background: rgba(0, 0, 0, 0.8);
        color: #fff;
        font-weight: 300;
        font-size: 26px;
    }

    .fs-gal-prev,
    .fs-gal-next,
    .fs-gal-close {
        position: absolute;
        top: calc(50vh - 20px);
        height: 40px;
        width: 40px;
    }

    .fs-gal-prev {
        left: 46px;
    }

    .fs-gal-next {
        right: 54px;
    }

    .fs-gal-close {
        top: 26px;
        right: 39px;
        height: 30px;
        width: 30px;
    }

    .fs-gal:hover,
    .fs-gal-nav:hover,
    .fs-gal-close:hover {
        cursor: pointer;
    }



    .longaddress_btns {
        float: left;
        width: 100%;
        display: flex;
        align-items: center;
    }

    .long_adress {
        flex: 1;
    }

    .long_btns {
        display: inline-flex;
    }

    .long_adress .vendor-address-icon {
        font-size: 15px;

        padding-right: 10px;
    }

    .long_adress .vendor-address {
        font-size: 16px;

        margin-bottom: 15px;
    }

    .long_wishlist {
        margin-right: 10px;
        margin-bottom: 20px;
        margin-top: 20px;
    }


    .hori_brdr {
        float: left;
        width: 100%;
        border-bottom: 1px dashed #ccc;
        padding: 20px 0;
    }

    .product-img {
        width: 100%;
        float: left;
    }

    /* .req_quote{float:left;width:100%;background-image: url(../images/banner-img.jpg);border-radius: 15px;
    padding: 15px;
    box-shadow: 0px 6px 0px #ff2a2d; */

    .req_quote {
        float: left;
        width: 100%;
        border-radius: 15px;
        padding: 15px;
        box-shadow: 0px 6px 40px #d1d1d1;
    }

    .req_quote_overlay {
        float: left;
        width: 100%;
        border: 1px solid #ffe4e4;
        background: rgba(0, 0, 0, .4);
    }

    .req_quote_head {
        float: left;
        width: 100%;
        padding-top: 20px;
        border-top: 5px solid #ff2a2d;
        text-align: center;
        font-size: 23px;
        font-weight: 700;
        color: #000;

    }

    .req_quote_head p {
        font-size: 13px;
        color: #000;
        font-weight: 400;
        margin: 4px 0 38px 0;
    }

    .req_quote .form_control {
        margin-bottom: 0;
        border: 0;
        border-bottom: 1px solid #d5d5d5;
        color: #101010;
    }

    .req_quote .sub_btn {
        margin: 20px 0;
    }

    .main-info {
        float: left;
        width: 100%;
        padding: 40px 0;
    }

    .long-intro-main {
        float: left;
        width: 100%;
    }

    .long_we_provide {
        float: left;
        width: 100%;
    }

    .long_intro {
        float: left;
        width: 100%;
        padding: 25px 0;
        border-bottom: 1px dotted #595959;
    }

    .long_intro:first-child {
        padding-top: 0;
    }

    .long_intro:last-child {
        border-bottom: 0;
    }

    .long_intro h3 {
        font-size: 20px;
        color: #646464;
        margin-bottom: 5px;
        position: relative;
    }

    .long_intro h3:after {
        content: "";
        position: absolute;
        height: 2px;
        width: 20px;
        background-color: #ff2a2d;
        left: 0;
        bottom: 0;
    }

    .long_intro p {
        text-align: justify;
        line-height: 24px;

        font-size: 14px;
    }

    .long_price {
        border: 1px solid #ddd;
        padding: 12px 20px;
        display: inline-block;
        margin-top: 10px;
    }

    .long_price p {
        font-size: 20px;
    }

    .long_we_provide {
        float: left;
        width: 100%;
    }

    .long_we_provide h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .long_we_provide li {
        /*background-color: rgba(232, 169, 42, 0.07);*/
        text-transform: capitalize;
        transition: .3s;

        font-size: 16px;

        border-radius: 4px;

        /*color: #66676b;*/
        color: #000000cf;

        display: inline-block;

        /*padding: 6px 15px;*/
        padding: 0px 10px;

        margin: 2px 0;

        line-height: 24px;
    }


    .long_reviews {
        float: left;
        width: 100%;
        background-color: #f6f6f6;
        padding: 30px 0;
    }

    .long_reviews h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .card {

        border: none;
        -webkit-box-shadow: 0 0 0 1px rgba(61, 70, 79, .05), 0 1px 3px 0 rgba(61, 70, 79, .15);
        box-shadow: 0 0 0 1px rgba(61, 70, 79, .05), 0 1px 3px 0 rgba(61, 70, 79, .15);
        margin-bottom: 20px;
        border-radius: 2px;
        position: relative;

        display: -ms-flexbox;

        display: flex;

        -ms-flex-direction: column;

        flex-direction: column;

        min-width: 0;

        word-wrap: break-word;

        background-color: #fff;

        background-clip: border-box;

        border: 1px solid rgba(0, 0, 0, .125);

        border-radius: .25rem;
    }

    .card-header {

        background: #fff;

        border-bottom: 1px solid #dadcdd;
        color: #252328;
        padding: 12px 24px;

    }

    .user-img {

        float: left;
        margin-right: 15px;
        display: inline-block;
        height: 52px;
        width: 52px;
        border-radius: 50%;
    }

    .user-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;

        object-position: top;
    }

    .rounded-circle {

        border-radius: 50% !important;

    }

    .user-name {

        font-size: 15px;
        color: #252328;

    }

    .user-review-date {

        font-size: 12px;
        float: right;
        color: #a09ea2;

    }

    .given-review {

        font-size: 10px;
        line-height: 14px;
        margin-top: 6px;

    }

    .card-body {

        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 1.25rem;

    }

    .review-descriptions {

        line-height: 1.7;
        font-size: 15px;

    }

    .user_photos {
        float: left;
        width: 100%;
        margin-top: 30px;
    }

    .user_photos .view-more {


        text-align: left;

    }

    .user_photos .view-more a {

        font-size: 14px;

        padding: 7px;

        margin-top: 7px;


    }

    .user_photos h2 {
        font-size: 20px;

        margin-bottom: 20px;
    }

    .user_photos li {
        /* display: inline-block;
    width: 235px; */
        display: inline-flex;
        width: 235px;
        height: -webkit-fill-available;
    }

    .user_photos li img {
        width: 100%;
        /* height: 100%; */
        /* object-fit: cover;
    height: auto; */
        width: -webkit-fill-available;
        object-fit: fill;
        height: auto;

    }

    .leave-rating input[type="radio"] {

        display: inline-block;
        width: 1px;
        position: absolute;
        opacity: 0;
        pointer-events: none;
        height: 100%;
        margin-left: 50%;
        left: 0;
        top: 0;


    }

    .main-photos {
        float: left;
        width: 100%;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .main-photos .user_photos {
        width: 100%;
        margin-top: 0;
    }

    .main-photos .user_photos li {
        width: 100px;

        height: 100px;
    }

    .main-photos .user_photos li img {
        height: 100px;
    }

    .leave_rating_wrap {

        float: left;
        width: 100%;
        padding: 30px;


    }

    .leave-rating {


        margin: 3px 0 35px 3px;
        float: left;
        position: relative;

    }

    .leave-rating label {

        font-size: 20px;
        float: right;
        letter-spacing: 0;
        color: #dadada;
        cursor: pointer;
        transition: .3s;

    }

    .star_click {

        float: left;
        border-radius: 4px;
        color: #fff;
        font-size: 14px;
        line-height: 15px;
        font-weight: 700;
        position: relative;
        top: 1px;
        margin-right: 10px;

    }

    .star_click::before {

        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: "\f005";

    }

    .leave-rating label:hover,
    .leave-rating label:hover~label {

        color: #ffc600 !important;

    }

    .leave-rating input[type="radio"]:checked~label {

        color: #ffc600;

    }

    .long_reviews_panel {
        float: left;
        width: 100%;
    }

    .leave_rating_wrap h3 {
        margin-bottom: 10px;
    }

    .leave_rating_wrap textarea {
        height: 80px;
        margin-bottom: 0;
    }

    .long_reviews_panel .view-more {
        text-align: left;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .long_reviews_panel .view-more a {
        margin-top: 0;
    }

    .main-review {
        float: left;
        width: 100%;
        margin-top: 40px;
    }

    /* long profile css end */



    /* Pricing Plans*/

    .pricing_plan_info {
        float: left;
        width: 100%;
    }

    .pricing_plan_info .card h5 {
        margin-bottom: 8px;

        font-weight: 700;

        font-size: 18px;

        color: #171717;
    }

    .pricing_plan_info .card .text-danger {

        color: #dc3645 !important;

    }

    .dashboard-pricing {
        float: left;
        width: 100%;
        margin-top: 50px;
    }

    .pricing_plan_info .card {
        box-shadow: none;
    }

    .dot-badge {

        width: 8px;
        height: 8px;
        border-radius: 10px;
        display: inline-block;
        background-color: #28a745;
    }

    .dash_title {

        float: left;
        width: 100%;
        margin-bottom: 28px;
        border-bottom: 1px solid #efefef;

    }

    .dash_title h2 {

        margin-top: 8px;
        margin-bottom: 17px;
        line-height: 1;
        font-size: 26px;
        color: #353535;
        font-weight: 700;
        float: left;

    }

    .pricing-box {

        padding: 40px;
        text-align: center;
        border-radius: 4px;
        position: relative;
        margin-bottom: 30px;
        background-color: rgba(232, 169, 42, 0.07);

    }

    .pricing-box:hover {

        box-shadow: 0 0 8px 0 rgba(0, 0, 0, .08);

    }

    .badge {

        display: inline-block;
        padding: 3px 8px;
        font-size: 13px;
        font-weight: 400;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: 3px;
        background-color: #28a745;
        color: #fff;
        position: absolute;

        top: 0;

        left: 0;

        border-radius: 2px;

        font-weight: 500;
    }

    .price {

        font-size: 38px;
        margin-bottom: 10px;
        letter-spacing: -1px;
        line-height: 48px;
        position: relative;
        color: #252328;
        font-weight: 700;

    }

    .price-feature {

        margin-bottom: 40px;

    }

    .price-feature ul li {

        margin-bottom: 10px;

    }

    /* End Pricing Plans*/

    .dash_reviews_panel {
        float: left;
        width: 100%;
    }

    .dash_search {
        float: left;
        width: 100%;
        margin-bottom: 40px;
    }

    .no-relative {
        position: inherit;
    }

    .no-relative .dropdowns-content {
        top: 27px;
    }




    .menu_outer {
        position: relative;
        float: left;
        width: 100%;
        text-align: center;
    }

    .sina-nav .sina-menu.sina-menu-center {

        float: none;
        margin: 0 auto;
        display: table;

    }

    .sina-nav .sina-menu>li {
        float: left;
        text-transform: uppercase;
        text-align: left;
    }

    .sina-nav .sina-menu>li>a {
        display: inline;
        color: #fff;
        font-size: 14px;
        padding: 3px 7px;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        float: left;
        text-align: left;
    }

    .sina-nav .sina-menu>li>a.active,
    .sina-nav .sina-menu>li:hover a {

        color: #fff;
        background-color: #ff2a2d;
        text-align: left;
    }

    .sina-nav .sina-menu>li:hover .dropdown-menu li a {
        color: #000;
        background-color: transparent;
    }

    .sina-nav .sina-menu>li:hover .dropdown-menu li {
        background-color: transparent;
    }

    .sina-nav .sina-menu>li .dropdown-menu li ul li:hover {
        color: #888888;
        background-color: #ff2a2d;
        padding-left:
            10px;
    }

    .sina-nav .sina-menu>li .dropdown-menu li ul li:hover a {
        color: #fff;
    }

    .sina-nav .sina-menu .dropdown .dropdown-menu li a:hover {
        background-color: #ff2a2d;
        color: #fff;
        padding-left: 10px;
    }

    .sina-nav .sina-menu .dropdown .dropdown-menu {
        min-width: 250px;
        position: absolute;
        left: 0;
        top: 100%;
        background-color: #fff;
        border-bottom: 5px solid #fff;

        padding: 0px 20px 30px 20px;
        display: none;
    }

    .sina-nav .dropdown {
        position: relative;
    }


    .sina-nav ul li a {
        padding: 10px 0;
        font-size: 13px;
        display: block;
        color: #5c5c5c;
        font-weight: 500;
    }

    #txt_serch_for_nameautocomplete-list div {
        font-size: 14px;
        font-weight: 500;

    }

    .sina-nav .dropdown-menu ul li ul li {
        border-bottom: 1px solid #ccc;
    }

    .sina-nav .sina-menu .dropdown .mega-menu.dropdown-menu {
        max-height: 400px;
        overflow-y: auto;
        width: 100%;
        border-radius: 18px;
        padding-top: 10px;

    }

    .sticky .sina-nav .sina-menu .dropdown .mega-menu.dropdown-menu {
        border-radius: 0px;
        padding-top: 10px;

    }


    .sina-nav .menu-item-has-mega-menu.dropdown .mega-menu-row {
        width: 100%;
        float: left;
    }

    .sina-nav .menu-item-has-mega-menu.dropdown {

        position: static;

    }

    .sina-nav .collapse:not(.show) {
        display: none;
    }

    .sina-nav .navbar-collapse.collapse {
        display: block;
    }

    .sina-nav .sina-menu .mega-menu-col {


        float: left;
        width: 100%;
    }

    .sina-nav-header button {
        display: none;
    }

    /*kirti work 9-12-19 start*/
    .in-page-banner {
        float: left;
        width: 100%;
        position: relative;
        margin-top: 0px;
    }

    /* .footer-msg {
        display: none !important;
    } */

    .inner_page .section-head {
        margin: 20px 0 40px;
    }

    .section-head {
        width: 100%;
        float: left;
        /*margin: 60px 0 40px;*/
        text-align: center;
    }

    .head-txt {
        text-align: center;
    }

    .inner_page .head-txt h1 {
        font-size: 46px;
    }

    .head-txt h1 {
        font-size: 65px;
        font-family: 'Playfair Display', serif;
        text-align: center;
        margin: 0px 15px 0px 15px;
        font-weight: 400;
        position: relative;
        display: inline-block;
        color: #5c5157;
        text-transform: capitalize;
    }

    .head-txt h1:before {
        content: "";
        background: url(../images/head-design.png);
        position: absolute;
        margin-top: 6px;
        width: 83px;
        height: 49px;
        background-size: contain;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -83px;
    }

    .head-txt h1:after {
        content: "";
        background: url(../images/head-design-right.png);
        position: absolute;
        margin-top: 6px;
        width: 83px;
        height: 49px;
        background-size: contain;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .profile-list-main {
        margin-top: 50px;
        width: 100%;
        float: left;
        margin-bottom: 50px;

    }

    .contact-right-section {
        width: 100%;
        float: left;
        margin: 0;
        padding: 18px;
        background: white;
        box-shadow: 0px 0px 10px 10px rgb(196 196 198 / 24%);
        margin-bottom: 15px;
    }

    .contact-right-section h2 {
        font-size: 30px;
        margin-bottom: 30px;
        color: #646464;
        font-weight: 500;
    }

    .contact-right-section input,
    .contact-right-section textarea {
        display: block;
        border: 0;
        border-bottom: 1px solid #b5b1b1;
        font-size: 13px;
        font-weight: 500;
        width: 100%;
        margin-bottom: 20px;
        padding: 15px;
        outline: 0;
    }

    .send-btn {
        padding: 9px 24px;
        border-radius: 5px;
        border: none;
        background-color: #ffa400;
        color: #FFF;
        font-size: 18px;
    }

    .contact-left-section {
        width: 100%;
        float: left;
        margin: 0;
        padding: 80px 0 80px 0;
        background: white;
        box-shadow: 0px 0px 10px 10px rgb(196 196 198 / 24%);
        margin-bottom: 15px;
    }

    .contact-info {
        width: 100%;
        float: left;
        margin: 6px;
        padding: 20px;
    }

    .contact-left-section h3 {
        font-size: 20px;
        color: #646464;
        margin-bottom: 5px;
        font-weight: 500;
    }

    .contact-info i {
        color: #646464;
        margin: 0 10px;
    }

    .contact-left-section p,
    .contact-left-section a {
        font-size: 16px;
        margin-bottom: 15px;
        display: inline;
        font-weight: 500;
        font-family: 'Montserrat', sans-serif;
        color: #808080;
        margin-top: 10px;
    }

    .contact-info {
        width: 100%;
        float: left;
        margin: 6px;
        padding: 20px;
    }

    /*kirti work 9-12-19 end*/
    /*kirti work at privacy policy page 16-12-19 start*/
    .privacy-policy-page-wrp {
        width: 100%;
        float: left;
        padding: 40px 0 10px;
    }

    .privacy-policy-page-wrp p {
        font-family: 'Montserrat', sans-serif;
        text-align: justify;
        font-size: 13px;
        color: #333;
        padding-top: 24px;
        letter-spacing: 0;
    }

    .all-menus li a {
        list-style: none;
        color: #cecece;
        font-size: 13px;
        /*line-height:26px;*/

        font-family: 'Montserrat', sans-serif;
    }

    /*kirti work at privacy policy page 16-12-19 end*/
    /*kirti work 20-1-20 start*/
    .contact-left-section h4 {
        font-size: 20px;
        color: #646464;
        font-weight: 500;
    }

    .contact-left-section .welcome-heading {
        font-size: 26px;
        margin: 0;
    }

    .contact-section-height {
        min-height: 390px !important;
    }

    /*kirti work 20-1-20 end*/
    /*kirti work 17-3-20 start*/
    .term-page-text {
        width: 100%;
        float: left;
    }

    .term-page-text p {
        padding-top: 0;
        padding-bottom: 10px;
        font-size: 16px;
    }

    .term-page-text h2 {
        text-align: left;
        font-size: 28px;
        padding: 0;
        padding-top: 10px;
        padding-bottom: 7px;
        color: #5c5c5c;
        text-transform: capitalize;
        font-family: 'Playfair Display', serif;
        font-weight: 800;
    }

    .privacy-page-text {
        width: 100%;
        float: left;
        padding-top: 10px;
    }

    .privacy-page-text p {
        padding-top: 0;
        font-size: 14px;
        padding-bottom: 10px;
        line-height: 22px;
        font-weight: 500;
    }

    .privacy-page-text h2 {
        text-align: left;
        font-size: 26px;
        padding: 0;
        padding-bottom: 4px;
        color: #5c5c5c;
        text-transform: capitalize;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        line-height: 30px;
        padding-top: 10px;
        letter-spacing: 1px;
    }

    .privacy-page-text ul {
        list-style: disc;
        width: 100%;
        float: left;
        padding-bottom: 8px;
    }

    .privacy-page-text ul li {
        text-align: left;
        word-break: break-word;
        font-size: 16px;
        padding-bottom: 2px;
        position: relative;
        padding-left: 13px;
        line-height: 22px;
        color: #5c5c5c;
        font-weight: 500;
    }

    .privacy-page-text ul li::before {
        position: absolute;
        content: "";
        background: #000;
        width: 6px;
        height: 6px;
        left: 0;
        top: 7px;
        border-radius: 100%;
    }

    .dash {
        width: 100%;
        float: left;
        border-bottom: 1px solid #8a8a8a;
    }

    .dash:last-child {
        border: transparent;
    }

    /*kirti work 17-3-20 end*/
    /*.block {*/
    /*transition:none !important;*/
    /* opacity: 1 !important;*/
    /* }*/
    .dash-board-footer .all-menus li a {
        font-size: 12px;
    }

    .dash-board-footer .all-menus span {
        font-size: 14px;
    }

    .dash-board-footer .all-menus i {
        font-size: 16px;
        margin-top: 11px;
    }

    .wrapper {
        width: 100%;
        float: left;
    }

    .slider-wrp {
        width: 100%;
        float: left;
    }

    input[type="email"].form_control {
        /*text-transform: lowercase;*/
    }



    /*BLOG */

    .blog {
        float: left;
        width: 100%;

        padding: 30px 0;
    }

    .blog_inner {
        float: left;
        width: 100%;
    }

    .blog_item {
        /*background-color:#fffeea;*/
        float: left;
        width: 100%;
        margin-bottom: 35px;
    }

    .blog_head {
        /*background-color:#4b443e;*/
        /*background-color:#fff;*/

        /*color:#fff;*/
        color: #000;
        float: left;
        width: 100%
    }

    .blog_head h2 {
        border-top-right-radius: 18px;
        font-size: 23px;
        float: left;
        /* margin: 9px; */
        font-weight: 500;
        background: #000;
        padding: 10px;
        color: #fff;
    }

    .head-txt2 h1 {

        text-transform: capitalize !important;

    }

    .blog_head h3 {
        font-size: 16px;
        float: right;
        margin: 13px 10px;
    }

    .blog_date_no {
        background-color: #ffa400;
        font-size: 23px;
        float: left;
        padding: 10px;
        /* border-radius: 50%; */
        /* margin-bottom: 10px; */
        color: #fff;
        border-top-left-radius: 18px;
    }

    .blog_more {
        background-color: #ff2a2d;
        color: #fff;
        padding: 10px 7px;
        font-size: 14px;
        float: left;
        border-radius: 5px;

    }
    .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


    .blog_more a {
        color: #fff;
    }



    .blog_info {
        padding: 20 0px;
        float: left;
        width: 100%;
        /*background-color:#fffeea*/
        /*background-color:#fff;*/
    }

    .blog_img {
        float: left;
        width: 100%;

    }

    .blog_img img {
        width: 100%
    }

    .blog_info h2 {
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 7px;
        margin-top: 11px;
        font-size: 20px;
        text-align: left;
    }

    .blog_info p {
        color: #272827;
        font-size: 14px;
        text-align: justify;
        line-height: 25px;
    }

    .blog_in {
        float: left;
        width: 100%
    }

    .text-danger {
        color: red;
    }

    .inner_blog {
        float: left;
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 20px;
        /*border-bottom:1px dashed #9f9e9e*/
    }

    .inner_blog h3 {
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .inner_blog h3.inner_blog_head {
        font-size: 28px;
        color: #ff2a2d;
        /*margin-bottom:20px*/
        margin: 0;
    }

    .inner_blog figure {
        margin: 0 20px 0 0;
        float: left;
        width: 40%;
    }

    .inner_blog img {
        width: 100%
    }


    .inner_blog p.inner_blog_date {
        color: #ff2a2d;
        /*border-bottom:1px solid #ccc;
    padding-bottom: 7px;*/
        margin-bottom: 0px;
        margin: 0;
    }

    .inner_blog p.inner_blog_date i {
        margin-right: 5px;
    }

    .flip-card {
        background-color: transparent;
        /*width: 300px;*/
        height: 203px;
        margin-bottom: 30px;
        perspective: 1000px;
        /* Remove this if you don't want the 3D effect */
    }

    /* This container is needed to position the front and back side */
    .flip-card-inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.8s;
        transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        -webkit-transition: transform 0.8s;
        -moz-transition: transform 0.8s;
        -o-transition: transform 0.8s;
        -ms-transition: transform 0.8s;
        transition: transform 0.8s;
    }

    /* Do an horizontal flip when you move the mouse over the flip box container */
    .flip-card:hover .flip-card-inner {
        transform: rotateX(180deg);
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);

    }

    /* Position the front and back side */
    .flip-card-front,
    .flip-card-back {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
    }

    /* Style the front side (fallback if image is missing) */
    .flip-card-front {

        color: white;
    }

    /* Style the back side */
    .flip-card-back {
        background-color: #ff2a2d;
        color: white;
        transform: rotateX(-180deg);
        -webkit-transform: rotateX(-180deg);
        -moz-transform: rotateX(-180deg);
        -o-transform: rotateX(-180deg);
        -ms-transform: rotateX(-180deg);

        padding: 20px;
    }



    .footer-msg {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 30px;
        padding: 40px 0;
        background-color:
            #ffa400;
        line-height: 25px;
    }

    .shop-sidebar-widget {
        float: left;
        width: 100%;
    }

    .shop-sidebar-widget>h3 {
        color: #ff2a2d;
        font-size: 20px;
        font-weight: 600;
        position: relative;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .product-categories {
        float: left;
        width: 100%
    }

    .blog-page-right-img {
        float: left;
        width: 100%;
    }

    .blog-page-right-img img {
        width: 100%;
    }

    .shop-sidebar-widget ul>li,
    .cat-parent ul li {
        border-bottom: 1px solid #ededed;
    }

    /*.shop-sidebar-widget ul li a {*/
    /* color: #333;*/
    /* display: block;*/
    /* font-size: 14px;*/
    /* line-height: 20px;*/
    /* padding: 10px;*/
    /* text-transform: capitalize;*/
    /*}*/

    .shop-sidebar-widget {
        float: left;
        width: 100%
    }

    ul.product-categories li i {
        float: left;
        margin-top: 3px;
        font-size: 14px;
        margin-right: 5px;
    }

    ul.product-categories li a {
        display: inline-block
    }

    ul.product-categories li {
        display: inline-block;
        width: 100%;
        padding: 14px 0;
        padding-top: 20px
    }

    ul.product-categories li p {
        margin-top: 5px;

        float: left;
        width: 100%;
    }

    .date_left {
        float: left;
        margin-top: 5px;
        display: flex;
        align-items: center;
    }

    .social_right {
        float: left;
        width: 100%;
    }

    .date-social {
        float: left;
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
        padding-bottom: 10px;
        width: 100%;
    }

    .inner_blog p.author {
        font-weight: 600;
        color: #222;
        font-size: 16px;
        margin-bottom: 2px;
    }

    .round-img {
        width: 100px;
        border-radius: 50%;
    }

    .round-img img {
        width: 100%;
    }

    .info-author {
        margin-left: 15px;
    }

    .inner_blog p.inner_blog_author_info {
        margin-bottom: 5px;
        margin-top: 0;
    }

    .inner_blog h1 {
        margin-top: 0.67em;
        margin-bottom: 0.67em;
    }

    .inner_blog h2 {
        margin-top: 0.83em;
        margin-bottom: 0.83em;
    }

    .inner_blog h4 {
        margin-top: 1.33em;
        margin-bottom: 1.33em;
    }

    .inner_blog h5 {
        margin-top: 1.67em;
        margin-bottom: 1.67em;
    }

    .inner_blog ul {
        margin-top: 1em;
        margin-bottom: 1 em;
        margin-left: 0;
        margin-right: 0;
        padding-left: 40px;
    }

    .inner_blog li {
        display: list-item
    }

    .inner_blog p {
        margin-top: 1em;
        margin-bottom: 1em;
        line-height: 27px;
    }

    .in-page-banner-blog {
        margin-top: 116px;
    }

    .blog-page-right-main {
        margin-top: 116px;
        float: left;
        width: 100%;
    }

    .blog-page-right {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

    .autocomplete-items {
        position: absolute;
        left: 0;
        right: 0;
        background-color: #fff;
        padding: 10px;
        padding-bottom: 0px;
        top: 30px;
        z-index: -1;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px
    }

    .autocomplete-items div {
        /* margin-bottom: 5px; */
        cursor: pointer;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .txt_serch_for_nameautocomplete-list div {
        padding-top: 20px;
    }

    .looks {
        background-image: url(../banners/Event-accessories-men.jpg);
    }

    .outfits {
        background-image: url(../banners/outfits.webp);
    }

    .talent {
        background-image: url(../banners/dj.jpg);
    }

    .media {
        background-image: url(../banners/Event-videography.jpg);
    }

    .decor {
        background-image: url(../banners/florists.jpg);
    }

    .planning {
        background-image: url(../banners/categories-Choreographer.jpg);
    }

    .food {
        background-image: url(../banners/food.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
    }

    .venue {
        background-image: url(../banners/lawns.jpg);
    }

    .field-icon {
        float: right;
        margin-right: 17px;
        margin-top: -30px;
        font-size: 15px;
        position: relative;
        z-index: 2;
    }

    .row label {
        margin-top: 15px;
        margin-left: 15px;
    }

    .row .hide {
        display: none;
    }

    .radio-options {
        display: flex;
        flex-direction: row-reverse;
    }

    @media (max-width: 991px) {
        .user_photos li {
            width: 100%;
        }

        .contactbtn {
            place-self: center;
            margin-bottom: 20px;
        }

        .feaimage {
            /* width: 30% !important; */
            margin-top: 20px !important;
        }

        .product-details-main {
            padding: 10px;
        }

        .fs-gal-main {
            height: 58% !important;
        }
    }

    .containernewwid {
        width: 1450px;
    }

    .radius18 {
        border-radius: 25px;
    }

    .featured-infonew {
        margin-top: 10px;
        text-align: center;
        margin-bottom: 4px;
        text-transform: uppercase;
    }

    .feaimage {
        width: 100%;
        max-width: 80%;
        margin-top: 80px;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        object-fit: cover;
    }

    .sina-nav .sina-menu>li>a:hover {
        color: #fff !important;
    }

    .reviewbtn {
        background: #ffa400;

    }

    .wishbtn {
        background: #ffa400;
    }

    .claimbtn {
        background: #ff2a2d;
    }

    .inner_banner h1 {
        color: #fff;
        text-align: center;
        font-size: 30px;
        /* text-transform: uppercase; */
        font-weight: 700;
        margin-top: 10px;
    }