body{
    padding: 0px;
    margin: 0px;
    list-style: none;
    font: 400 16px/24px 'Open Sans';
    color:#000;
}
p{
    padding: 0px;
    margin: 0px;
}
a{
    padding: 0px;
    margin: 0px;
    outline: none;
}
ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
label{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
ul li{
    padding: 0px;
    margin: 0px;
}
h1, h2, h3, h4, h5, h6{
    padding: 0px;
    margin: 0px;
}
input[type="text"]::-webkit-placeholder {
    opacity: 1;
}
input[type="text"]::-moz-placeholder {
    opacity: 1;
}
input[type="password"]::-webkit-placeholder {
    opacity: 1;
}
input[type="password"]::-moz-placeholder {
    opacity: 1;
}
input[type="search"]::-webkit-placeholder {
    opacity: 1;
}
input[type="search"]::-moz-placeholder {
    opacity: 1;
}
input[type="email"]::-webkit-placeholder {
    opacity: 1;
}
input[type="email"]::-moz-placeholder {
    opacity: 1;
}
input[type="tel"]::-webkit-placeholder {
    opacity: 1;
}
input[type="tel"]::-moz-placeholder {
    opacity: 1;
}
textarea::-moz-placeholder {
    opacity: 1;
}
textarea::-webkit-placeholder {
    opacity: 1;
}
a:hover{
    outline: none !important;
    text-decoration: none;
}
a:active{
    outline: none !important;
    text-decoration: none;
}
a{
    text-decoration: none !important;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
button, input[type="submit"]{
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}
input, button{
    -webkit-appearance: none;
}
input:focus{
    outline: none;
    box-shadow: none;
}
button:focus, input[type="submit"]:focus{
    outline: none;
    box-shadow: none;
}
.header_sec{
    width: 100%;
}
.header_Inn{
    width: 100%;
}
.nav_top{
    margin: 0px;
    padding: 0px;
    background: none;
    border: none;
    min-height: auto;
    box-shadow: none;
    border-radius: 0px;
}
.drop-nav{
    position: absolute;
    top: 10px;
    right: 0px;
}
.nav_top .dropdown-menu li a{
    font-size: 13px;
}
.menu_sec li{
    position: relative;
}
.container {
    max-width: 1170px;
}
.header_sec {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    transition: 0.4s ease-in-out;
}
.nav_top {
    align-items: flex-start;
}
.navbar-brand {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    width: 269px;
    margin-top: 33px;
}
.navbar-brand img {
    max-width: 100%;
}
.menu_sec li {
    font-size: 14px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    padding-right: 37px;
}
.menu_sec li:last-child, .header_btns li:last-child {
    padding-right: 0px;
}
.menu_sec li a {
    color: #ffffff;
    display: inline-block;
    padding: 28px 0;
}
.dropdown {
    padding-right: 56px !important;
}
.drop-arw::after {
    border: none;
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #fff;
    font-size: 12px;
    width: 12px;
    height: 7px;
    line-height: 7px;
}
.drop-arw {
    position: absolute;
    bottom: 24px;
    right: 38px;
}
.menu_sec {
    padding-right: 308px;
}
.header_btns {
    display: flex;
    position: absolute;
    top: 25px;
    right: 0;
}
.header_btns li {
    padding-right: 6px;
}
.header_sec.fixed {
    background: #000;
    padding: 10px 0;
}
.header_sec.fixed .nav_top {
    align-items: center;
}
.header_sec.fixed .navbar-brand {
    width: 200px;
    margin: 0px;
}
.btn1 {
    display: inline-flex;
    min-height: 35px;
    background: #e00707;
    border-radius: 60px;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 500;
    align-items: center;
    padding: 0 16px;
}
.btn2 {
    padding: 0 25px 0 12px;
    position: relative;
}
.btn2::before {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    width: 10px;
    height: 6px;
    line-height: 6px;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 10px;
    transition: 0.5s ease-in-out;
}
.btn1:hover {
    background: #fff;
    color: #000;
}
.btn2:hover::before {
    color: #000;
}
.menu_sec li a:hover {
    color: #e00707;
}
.dropdown li a {
    color: #000;
    width: 100%;
    padding: 5px 10px;
}
.dropdown li a:hover {
    background: #e00707;
    color: #fff;
}
.dropdown li {
    padding: 0px !important;
}
.tophead h1, .tophead h2 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    color: #2d2e2f;
    padding-bottom: 21px;
}
.bannersec {
    position: relative;
    width: 100%;
}
.banner_box {
    position: relative;
    width: 100%;
}
.banner_box img {
    width: 100%;
}
.banner_form_sec {
    position: absolute;
    top: 56%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
}
.banner_form_sec .container {
    max-width: 1060px;
    padding: 0px;
}
.ban_form {
    display: flex;
    align-items: center;
    min-height: 68px;
    border-radius: 60px;
    background: #fff;
    overflow: hidden;
    padding-right: 11px;
}
.ban_form input[type='text'] {
    flex: 0 0 auto;
    max-width: 100%;
    width: 31%;
    border: none;
    border-right: 1px solid #d5d5d5;
    background: transparent;
    height: 42px;
    outline: none;
    -webkit-appearance: none;
    padding: 0 40px;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #000;
}
.ban_form input[type='text']::placeholder {
    color: #2d2e2f;
    opacity: 1;
}
.location_inp {
    width: 25.4% !important;
    background: url(../images/loc.png) no-repeat center right 40px !important;
    padding-right: 55px !important;
}
.ban_form select {
    flex: 0 0 auto;
    max-width: 100%;
    width: 29%;
    border: none;
    outline: none;
    background: url(../images/arw.png)no-repeat center right 38px transparent;
    -webkit-appearance: none;
    padding: 0 55px 0 40px;
    height: 42px;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #2d2e2f;
}
.ban_form input[type='submit'] {
    flex: 0 0 auto;
    max-width: 100%;
    width: 14.6%;
    height: 50px;
    background: #e00707;
    border-radius: 60px;
    border: none;
    outline: none;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 500;
}
.ban_form input[type='submit']:hover {
    background: #000;
}
.ban_categories h6 {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    padding-bottom: 18px;
}
.ban_categories {
    padding-top: 37px;
    max-width: 711px;
    margin: 0 auto;
}
.cat_bx {
    min-height: 40px;
    align-items: center;
    padding: 5px 10px 7px;
    padding-right: 2px;
    background: rgba(255,255,255,0.25);
    border-radius: 60px;
    overflow: hidden;
    display: flex;
}
.cat_bx i {
    display: inline-block;
    width: 32px;
    margin-right: 10px;
}
.cat_bx i img {
    max-width: 100%;
}
.ban_categories .row {
    margin: 0 -5px;
}
.ban_categories .col-md-3 {
    padding: 0 5px;
}
.cat_bx span {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color: #fff;
    flex: 1;
}
.ban_categories ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.ban_categories ul li {
    padding: 0 5px;
    flex: 0 0 auto;
    max-width: 100%;
    width: 25%;
}
.cat_bx:hover {
    background: #e00707;
}
.findbusiness_sec {
    width: 100%;
    position: relative;
}
.findbusiness_sec::before {
    content: "";
    width: 56%;
    height: 100%;
    background: url(../images/bg1.jpg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 74.19% 100%, 0% 100%);
}
.findbusiness_sec .container {
    position: relative;
    z-index: 2;
}
.findbusiness_sec .col-md-7 {
    flex: 0 0 56%;
    max-width: 56%;
}
.findbusiness_sec .col-md-5 {
    flex: 0 0 44%;
    max-width: 44%;
}
.findbusiness_left {
    display: inline-block;
    width: 100%;
    background-size: cover !important;
    clip-path: polygon(0 0, 100% 0, 74.19% 100%, 0% 100%);
    overflow: hidden;
}
.findbusiness_leftinner {
    width: 100% !important;
    padding: 72px 0;
    padding-right: 0px !important;
}
.findbusiness_leftinner h1 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 700;
    color: #fff;
}
.findbusiness_right {
    display: inline-block;
    width: 100%;
}
.findbusiness_rightinner {
    width: 100% !important;
    padding-top: 38px;
    text-align: center;
}
.findbusiness_rightinner h2 {
    font-weight: 500;
}
.main_btn {
    min-height: 50px;
    padding: 0 43px;
    font-size: 20px;
    line-height: 22px;
}
.main_btn:hover {
    background: #000;
    color: #fff;
}
.reviews_sec {
    background: #fafafa;
    padding: 45px 0 20px;
    text-align: center;
    margin-top: 0px !important;
}
.reviews_sec .item {
    padding: 0 10px;
}
.review_bx {
    margin-bottom: 40px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.blk_lnk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.review_image {
    position: relative;
    overflow: hidden;
}
.review_image::before {
    content: "";
    width: 100%;
    height: 112px;
    background: url(../images/ovr1.png) repeat-x;
    background-size: auto 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.review_image img {
    width: 100%;
    height: 269px;
    object-fit: cover;
    transition: 0.4s ease-in-out;
}
.review_top {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    padding:26px 17px;
    flex-direction: column;
    text-align: left;
    z-index: 2;
}
.review_top span {
    display: inline-flex;
    max-width: 135px;
    min-height: 22px;
    background: #e00707;
    border-radius: 60px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #fff;
    margin-bottom: 7px;
}
.review_top span a{
    color: #fff;
}
.review_top strong {
    font-size: 17px;
    line-height: 23px;
    color: #fff;
    display: inline-block;
    background: url(../images/tick.png) no-repeat center right;
    padding-right: 31px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    background-size: 18px 18px;
}
.review_top small {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #fff;
    display: block;
}
.review_btm {
    display: flex;
    padding:20px 17px 25px;
    background: #fff;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.review_btm i {
    display: inline-block;
    width: 120px;
    margin-right: 10px;
}
.review_btm i img {
    max-width: 100%;
    width: auto !important;
}
.review_btm span {
    font-size: 14px;
    line-height: 20px;
    color: #2d2e2f;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: left;
}
.review_btm ul{
    margin: 0 5px;
    float: left;
}
.review_bx:hover .review_image img {
    transform: scale(1.1);
}
.review_bx:hover {
    cursor: pointer;
}
.review_btm ul li a{
    float: left;
}
.mobCrsl {
    display: none !important;
}
.deskCrsl {
    display: block !important;
}
.owlnavstyle .owl-dots {
    display: none !important;
}
.owlnavstyle .owl-nav button {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 23px;
    height: 40px;
    font-size: 0px !important;
}
.owlnavstyle .owl-nav button::before {
    content: "\f053";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #e00707;
    font-size: 44px;
    line-height: 40px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.4s ease-in-out;
}
.owlnavstyle .owl-nav button.owl-prev {
    left: -53px;
}
.owlnavstyle .owl-nav button.owl-next {
    right: -53px;
}
.owlnavstyle .owl-nav button.owl-next::before {
    content: "\f054";
}
.owlnavstyle .owl-nav button:hover::before {
    color: #000000;
}
.category_sec {
    text-align: center;
    width: 100%;
    padding: 50px 0 14px;
}
.category_sec h2 {
    padding-bottom: 40px;
}
.category_sec .row {
    margin: 0 -20px;
}
.category_sec .col-md-4 {
    padding: 0 20px;
}
.category_bx2 {
    display: inline-block;
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 38px;
}
.category_bx2 img {
    width: 100%;
}
.category_bx2:hover {
    box-shadow: 0 0 15px 8px rgba(0,0,0,0.2);
}
.product_sec {
    text-align: center;
    width: 100%;
    padding-bottom: 63px;
}
.product_sec h2 {
    padding-bottom: 30px;
}
.product_image {
    overflow: hidden;
    background: #ebebeb;
}
.product_image img {
    width: 100%;
    height: 283px;
    object-fit: cover;
    transition: 0.4s ease-in-out;
}
.product_bx:hover .product_image img {
    transform: scale(1.1);
}
.product_content {
    text-align: left;
    padding-top: 16px;
}
.product_content h5, .woocommerce-loop-product__title {
    font-size: 16px !important;
    line-height: 22px !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding-bottom: 4px !important;
    text-transform: uppercase;
}
.woocommerce-loop-product__title{
    padding-top: 16px;
}
.product_content h5 a, .woocommerce-loop-product__title {
    color: #363636;
}
.product_content img {
    width: auto !important;
    max-width: 100%;
}
.product_content i {
    display: block;
    margin-bottom: 15px;
}
.product_content span, .price {
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #da202d !important;
}
.cart_btn, .button.add_to_cart_button {
    display: inline-flex !important;
    min-height: 40px !important;
    align-items: center !important;
    background: #ebebeb !important;
    border-radius: 60px !important;
    padding: 0 26px !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 500 !important;
    color: #000 !important;
    margin-top: 27px !important;
}
.cart_btn:hover, .button.add_to_cart_button:hover {
    background: #e00707 !important;
    color: #fff !important;
}
.product_sec .main_btn, .blog_sec .main_btn {
    margin-top: 40px;
}
.blog_sec {
    width: 100%;
    padding: 50px 0 62px;
    background: #fafafa;
}
.blog_sec h2 {
    text-align: center;
    padding-bottom: 35px;
}
.blog_box {
    border-radius: 15px;
    overflow: hidden;
}
.blog_image {
    overflow: hidden;
    border-radius: 15px;
}
.blog_image img {
    height: 350px;
    object-fit: cover;
    transition: 0.4s ease-in-out;
}
.blog_box:hover .blog_image img {
    transform: scale(1.1);
}
.blog_content {
    padding: 22px 18px 15px;
    border: 1px solid #ebebeb;
    border-radius: 0 0 15px 15px;
    border-top: none;
    margin-top: -8px;
}
.blog_content h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 800;
    padding-bottom: 7px;
    min-height: 85px;
}
.blog_content h4 a {
    color: #2d2e2f;
}
.blog_content em {
    font-style: normal;
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #999999;
    font-weight: 300;
    padding-bottom: 25px;
}
.blog_content p {
    color: #666666;
    padding-bottom: 14px;
}
.readmore_btn {
    display: inline-block;
    font-size: 20px;
    line-height: 22px;
    color: #e00707;
    font-weight: 500;
}
.blog_box:hover .readmore_btn {
    color: #2d2e2f;
}
.blog_box:hover .blog_content h4 a {
    color: #e00707;
}
.footer_sec {
    width: 100%;
}
.footer_top {
    padding: 58px 0 60px;
    background: #131313;
}
.footer_top .col-md-3 {
    padding: 0px;
}
.footer_top .col-md-3:first-child {
    flex: 0 0 38%;
    max-width: 38%;
}
.footer_top .col-md-3:nth-child(2) {
    flex: 0 0 23%;
    max-width: 23%;
}
.footer_top .col-md-3:nth-child(3) {
    flex: 0 0 21%;
    max-width: 21%;
}
.footer_top .col-md-3:nth-child(4) {
    flex: 0 0 18%;
    max-width: 18%;
}
.footer_top h5 {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #fff;
    padding-bottom: 14px;
}
.footer_brand {
    display: inline-block;
    width: 302px;
    margin-bottom: 35px;
}
.footer_brand img {
    max-width: 100%;
}
.contact_list li {
    position: relative;
    padding-left: 23px;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #fff;
}
.contact_list li a {
    color: #fff;
}
.contact_list li i {
    position: absolute;
    top: -1px;
    left: 0;
    font-size: 19px;
    line-height: 19px;
}
.contact_list {
    margin-bottom: 27px;
}
.social_box {
    display: flex;
}
.social_box li {
    padding-right: 15px;
    font-size: 19px;
    line-height: 19px;
}
.social_box li a {
    color: #fff;
}
.social_box li a:hover, .contact_list li a:hover, .footer_bottom p a:hover, .footer_box_m li a:hover {
    color: #e00707;
}
.footer_box_m li {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding-bottom: 2px;
}
.footer_box_m li a {
    color: #fff;
}
.footer_box_m .btn1 {
    margin-top: 23px;
    min-height: 40px;
    padding: 0 18px;
}
.footer_box2 input[type="text"], .footer_box2 input[type="email"], .footer_box2 textarea {
    border: none;
    outline: none;
    background: #ebebeb;
    height: 40px;
    margin-bottom: 10px;
    padding: 0 20px;
    -webkit-appearance: none;
    opacity: 1;
    border-radius: 6px;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.footer_box2 input[type="text"]::placeholder, .footer_box2 input[type="email"]::placeholder, .footer_box2 textarea::placeholder {
    color: #2d2e2f;
    opacity: 0.5;
}
.footer_box2 textarea {
    resize: none;
    height: 60px;
    padding: 11px 20px;
}
.footer_box2 input[type="submit"] {
    width: 100%;
    height: 40px;
    background: #e00707;
    border-radius: 60px;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #fff;
    border: none;
    outline: none;
}
.footer_box2 input[type="submit"]:hover {
    background: #fff;
    color: #000;
}
.footer_bottom {
    background: #000;
    text-align: center;
    padding: 7px 0;
}
.footer_bottom p {
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.footer_bottom p a {
    color: #fff;
}
.footer_box_m2 li {
    line-height: 22px;
}
.product_sec .owl-nav, .blog_sec .owl-nav {
    display: none !important;
}
.product_sec .owl-dots, .blog_sec .owl-dots {
    margin-top: 25px;
    text-align: center;
}
.product_sec .owl-dots button, .blog_sec .owl-dots button {
    width: 15px;
    height: 15px;
    background: #ebebeb !important;
    border-radius: 50%;
    margin: 0 5px;
}
.product_sec .owl-dots button.active, .blog_sec .owl-dots button.active {
    background: #e00707 !important;
}
.about_ban{
    position: relative;
}
.about_ban::before{
    content: "";
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.about_ban_bx{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
    color: #fff;
}
.about_ban_bx h1{
    font-size: 40px;
    line-height: 44px;
    color: #fff;
}
.about_ban .w-100{
    min-height: 450px;
    object-fit: cover;
}
.count_sec{
    padding: 50px 0;
    background: #ebebeb;
}
.count_in .media img{
    display: inline-block;
    margin-right: 30px;
    max-width: 100%;
    width: auto;
}
.count_in .media strong{
    font-size: 40px;
    line-height: 38px;
    font-weight: 700;
    color: #e00707;
    font-style: italic;
    padding-bottom: 25px;
    display: inline-block;
}
.count_in .media p{
    color: #2d2e2f;
    font-family: 'Open Sans';
}
.layout_sec{
    position: relative;
}
.layout_sec::before{
    content: "";
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.layout_in{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
    color: #fff;
}
.layout_in h2{
    font-size: 30px;
    line-height: 38px;
    color: #fff;
}
.layout_in h2 img{
    max-width: 100%;
    width: auto;
}
.s_quote{
    position: relative;
    top: -25px;
}
.l_quote{
    position: relative;
    bottom: -20px;
}
.layout_in p{
    padding-bottom: 15px;
    font-family: 'Open Sans';
}
.layout_in .btn1{
    padding: 0 52px 0 14px;
    margin-top: 35px;
}
.layout_in .btn1 em{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-right: 50px;
}
.layout_in .btn1 i{
    color: #e00707;
}
.layout_in .btn1:hover i{
    color: #000;
}
.layout_sec .w-100{
    min-height: 450px;
    object-fit: cover;
}
.how_sec{
    padding: 54px 0 60px;
    background: #ebebeb;
    text-align: center;
}
.how_sec h2{
    font-size: 30px;
    line-height: 34px;
    padding-bottom: 12px;
}
.how_sec p{
    color: #666666;
    font-family: 'Open Sans';
    padding-bottom: 15px;
}
.how_sec .col-md-4{
    margin-top: 20px;
    padding: 0 18px;
}
.how_sec .row{
    margin: 0 -18px;
}
.how_bx{
    background: #fff;
    padding: 26px 18px 20px;
    border-radius: 5px;
    text-align: left;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.how_bx h5{
    color: #e00707;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    padding-bottom: 10px;
}
.rev_sec{
    padding-top: 60px;
}
.rev_sec .review_bx {
    margin-bottom: 60px;
}
.inner_head{
    background: #000;
    position: relative;
    z-index: 111;
}
.inner_head .navbar-brand {
    margin-bottom: 33px;
}
.advertise_sec, .advertise_sec2 {
    text-align: center;
    padding: 55px 0 35px;
}
.advertise_sec img, .advertise_sec iframe, .advertise_sec2 img, .advertise_sec2 iframe{
    width: 100%;
    border-radius: 10px;
}
.advertise_sec i, .advertise_sec2 i{
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
}
.advertise_sec h6, .featured_in .ad_ban h6, .advertise_sec2 h6 {
    padding-bottom: 8px;
    font-size: 18px;
    line-height: 26px;
    color: #2d2e2f;
    font-weight: 400;
}
.featured_in{
    padding: 20px 200px 20px 0;
    position: relative;
}
.featured_in .col-md-4{
    padding: 0 20px;
}
.featured_in .row{
    margin: 0 -20px;
}
.featured_in h6{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #2d2e2f;
    padding-bottom: 20px;
}
.featured_sec{
    position: relative;
}
.ad_ban{
    position: absolute;
    top: 0;
    right: -85px;
    text-align: center;
}
.ad_ban i{
    max-width: 235px;
    display: inline-block;
}
.ad_ban i img{
    width: 100%;
}
.advertise_sec1{
    display: none;
}
.trm_sr{
    padding: 60px 0
}
.trm_bx{
    padding: 35px 60px;
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
}
.trm_bx h2{
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    padding-bottom: 30px;
}
.trm_bx p{
    font-family: 'Open Sans';
    padding-bottom: 16px;
    color: #333333;
}
.trm_bx h6, .trm_bx h5{
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: #333333;
    padding-bottom: 10px;
}

.cms li{
    position: relative;
    margin-top: 10px;
    padding-left: 25px;
    font-family: 'Open Sans';
    color: #333333;
}
.cms li:first-child{
    margin-top: 0;
}

.cms li::before{
    content: "";
    background: #333333;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
}

.cg-sub-list {    
  margin-top: 0.25rem;
  margin-left: 1.25rem;     
  padding-bottom: 0 !important;
}

.cg-sub-list > li {
  margin: 0.15rem 0;
}

.trm_bx ul{
    padding-bottom: 30px;
}
.trm_bx .col-md-6{
    padding: 0 20px;
}
.trm_bx .row{
    margin: 0 -20px;
}
.trm_txt p:last-child{
    padding-bottom: 0;
}
.trm_bx h5{
    font-size: 20px;
    padding-bottom: 15px;
}
.cms li span{
    font-size: 19px;
    line-height: 25px;
    font-weight: 700;
    color: #333333;
    display: inline-block;
    font-family: 'Open Sans';
}
.trm_bx .card{
    border: 0;
    border-radius: 0;
    padding: 0;
}
.trm_bx .card-header, .trm_bx .btn {
    background-color: #fff;
    border-bottom: 0;
    padding: 0;
    box-shadow: none;
}
.trm_bx .btn{
    color: #e00707;
    font-weight: 600;
    padding: 5px 5px 5px 25px;
    width: 100%;
    text-align: left;
    position: relative;
}
.trm_bx .btn::before{
    content: "";
    background: url(../images/arw_dn.png) no-repeat;
    width: 15px;
    height: 13px;
    position: absolute;
    top: 11px;
    left: 0;
    transition: 0.5s all;
}
.trm_bx .btn.collapsed::before{
    transform: rotate(-90deg);
}
.trm_bx .card-body{
    padding: 10px 0 0 25px;
}
.frm_sec{
    padding: 50px 0;
    text-align: center;
}
.frm_sec .row{
    align-items:center;
}
.frm_rgt img{
    width: auto;
    max-width: 100%;
}
.frm_lft h2{
    font-size: 30px;
    line-height: 34px;
    padding-bottom: 5px;
}
.frm_lft b{
    font-size: 20px;
    line-height: 24px;
    color: #2d2e2f;
    font-weight: 500;
    display: inline-block;
    padding-bottom: 14px;
}
.frm_lft b a{
    color: #e00707;
}
.frm_lft p{
    font-family: 'Open Sans';
    color: #666666;
}
.frm_lft p a{
    color: #000;
}
.frm_lft p span{
    color: #2d2e2f;
}
.frm_lft p span a{
    color: #e00707;
}
.frm_lft ul{
    padding: 35px 0 0;
    margin: 0 auto;
}
.frm_lft li a{
    display: inline-block;
    padding: 15px 20px;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    border-radius: 10px 10px 0 0 ;
    background: #e00707;
    width: 100%;
}
.frm_lft li:last-child a{
    margin-right: 0px;
}
.frm_lft li.active a{
    background: #ebebeb;
    color: #e00707;
}
.frm_lft li:nth-child(1){
    width: 30%;
    float: left;
}
.frm_lft li:nth-child(2){
    width: 68%;
    float: right;
}
.frm_bdy{
    display: inline-block;
    width: 100%;
}
.login_btn{
    background: #e00707;
    color: #fff;
    display: inline-block;
    padding: 0 50px ;
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: 50px;
    border-radius: 25px;
    margin-bottom: 10px;
}
.login_btn i{
    display: inline-block;
    margin-right: 16px;
    font-size: 23px;
}
.frm_bdy em{
    font-style: normal;
    color: #2d2e2f;
    padding: 15px 0;
    display: inline-block;
    position: relative;
    width: 100%;
}
.frm_bdy em::before{
    content: "";
    background: #9f9fa0;
    width: 45%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
}
.frm_bdy em::after{
    content: "";
    background: #9f9fa0;
    width: 45%;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 0;
}
.frm_bdy input[type="email"], .frm_bdy input[type="text"], .frm_bdy input[type="password"], .frm_bdy input[type="submit"], .contact_frm input[type="text"], .contact_frm input[type="email"], .frm_bdy input[type="date"], .contact_frm input[type="submit"] {
    background: #fff;
    border: none;
    -webkit-appearance: none;
    outline: none;
    width: 100%;
    height: 50px;
    padding: 0 30px;
    border-radius: 25px;
    margin: 10px 0;
    color: #2d2e2f;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Open Sans';
}
.frgt_btn{
    color: #e00707;
    font-family: 'Open Sans';
    float: right;
    display: inline-block;
    padding-bottom: 8px;
}
.frm_bdy input[type="submit"], .contact_frm input[type="submit"]{
    background: #e00707;
    color: #fff;
    font-weight: 500;
    font-family: 'Poppins';
    margin-bottom: 0;
}
.frm_lft b a:hover{
    color: #000;
}
.frm_lft p a:hover {
    text-decoration: underline !important;
}
.login_btn:hover {
    background: #000;
}
.frgt_btn:hover{
    color: #000;
}
.frm_bdy input[type="submit"]:hover, .contact_frm input[type="submit"]:hover{
    background: #000;
}
.frm_lft p span a:hover {
    color: #000;
    text-decoration: none !important;
}
.frm_con{
    max-width: 450px;
    margin: 0 auto;
    display: inline-block;
}
.frm_in{
    background: #ebebeb;
    padding: 40px;
    width: 100%;
    display: inline-block;
    margin-bottom: 25px;
    border-radius: 0 0 10px 10px;
}
.frm_bdy{
    display: none;
}
.inner_head.fixed{
    position: fixed;
    top: 0;
    left: 0;
}
.ctr_sec{
    padding: 55px 0 60px;
}
.ctr_sec h4{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #2d2e2f;
    padding-bottom: 16px;
}
.filt_slt select{
    background: transparent;
    border: 1px solid #999999;
    width: 240px;
    height: 40px;
    padding: 0 12px;
    color: #999999;
    -webkit-appearance: none;
    font: 400 18px/24px 'Open Sans';
    background: url(../images/arrow.png) no-repeat center right 12px;
    border-radius: 5px;
}
.ctr_it .row{
    margin: 0 -20px;
}
.ctr_it .col-lg-3{
    margin-top: 40px;
    padding: 0 20px;
}
.header_sec .nav_top {
    position: relative;
    z-index: 1;
}
.form_sec_in {
    padding: 60px 0;
}
.form_sec_in .banner_form_sec{
    position: inherit;
    transform: inherit;
}
.form_sec_in .ban_form {
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}
.form_sec_in .ban_categories h6 {
    color: #333;
}
.form_sec_in .cat_bx {
    background: #e00707;
}
.form_sec_in .cat_bx:hover{
    background: #000;
}
.ban_caro_txt h1{
    font-size: 40px;
    line-height: 44px;
    color: #fff;
    padding-bottom: 20px;
}
.rev_bx{
    display: flex;
    align-items:center;
}
.rev_bx em{
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    font-style: normal;
}
.rev_bx img{
    display: inline-block;
    margin-right: 20px;
    width: auto;
    max-width: 100%;
}
.ban_caro_txt ul{
    display: flex;
    color: #fff;
    padding-top: 30px;
}
.ban_caro_txt ul li{
    margin: 0 13px;
    font-weight: 600;
}
.ban_caro_txt ul li a{
    color: #fff;
}
.ban_caro_txt ul li:first-child{
    margin-left: 0;
}
.ban_caro_txt_in{
    position: relative;
}
.ban_caro_txt .btn1{
    position: absolute;
    bottom: 0;
    right: 0;
}
.ban_caro_txt .btn1:hover{
    background: #fff;
    color: #000;
}
.caro_in_img{
    position: relative;
}
.caro_in_img::before{
    content: "";
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.ban_caro .owl-prev, .ban_caro .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 23px;
    height: 40px;
}
.ban_caro .owl-prev{
    background: url(../images/prv.png) no-repeat !important;
    left: 45px;
}
.ban_caro .owl-next{
    background: url(../images/nxt1.png) no-repeat !important;
    right: 45px;
}
.ban_caro .owl-prev:hover{
    background: url(../images/prv1.png) no-repeat !important;
}
.ban_caro .owl-next:hover{
    background: url(../images/nxt.png) no-repeat !important;
}
.ban_caro .owl-nav span{
    display: none;
}
.ban_caro {
    position: relative;
}
.ban_caro_txt{
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    z-index: 1;
}
.sch_rt{
    padding: 60px 0;
}
.rev_box{
    padding: 20px 20px 15px 20px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    border-radius: 10px;
    margin-bottom: 40px;
}
.img_sec img{
    max-width: 100%;
    width: auto;
    display: inline-block;
    border-radius: 5px;
    margin-right: 18px;
}
.rev_box .rt{
    display: flex;
    align-items: center;
    margin-bottom: 15px
}
.rev_box strong{
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    color: #2d2e2f;
    display: block;
    padding-bottom: 20px;
}
.info_sec img{
    width: auto;
    max-width: 100%;
    display: inline-block;
    margin-right: 20px;
}
.info_sec span{
    display: inline-block;
    font: 500 20px/24px 'Poppins';
    color: #2d2e2f;
}
.rev_box ul{
    display: flex;
    padding-bottom: 10px;
}
.rev_box li{
    display: inline-block;
    font-weight:500;
    color: #2d2e2f;
    margin-right: 28px;
}
.rev_box p{
    font-weight: 500;
    font-family: "Open Sans";
    color: #2d2e2f;
}
.pagination ul{
    display: flex;
    justify-content:center;
    width: 100%;
}
.pagination li a{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #2d2e2f;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items:center;
    margin-left: 15px;
}
.pagination li.active a{
    background-color:#fadada;
    margin-left:0;
}
.rev_box li a{
    color: #2d2e2f;
}
input[type="submit"].main_btn{
    border: none;
    cursor: pointer;
}
.sch_rt h5{
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    padding-bottom: 35px;
    color: #2d2e2f
}
.frm input[type="text"]{
    border: 1px solid #d6d6d6;
    width: 100%;
    height: 50px;
    padding: 0 30px;
    border-radius: 5px;
    color: #333333;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Poppins';
}
#location{
    background: url(../images/nav.png) no-repeat center right 28px;
    padding: 0 50px 0 30px;
}
.frm{
    margin-bottom: 20px;
}
.flt .btn1{
    color: #fff !important;
    margin: 20px 0 40px;
}
.map_sec iframe{
    display: inline-block;
    width: 100%;
    min-height: 572px;
}
.frm select{
    background: transparent;
    border: 1px solid #d6d6d6;
    width: 360px;
    height: 50px;
    padding: 0 50px 0 30px;
    color: #333333;
    border-radius: 5px;
    -webkit-appearance: none;
    font: 400 16px/24px 'poppins';
    background: url(../images/arrow.png) no-repeat center right 28px;
}
.btn_sec{
    width: 100%;
    text-align: center;
}
.banner_in_bx::before{
    content: "";
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.sch_rt .col-lg-8, .sch_rt .col-lg-4{
    padding: 0 20px;
}
.sch_rt .row{
    margin: 0 -20px;
}
.rev_box strong a{
    color: #2d2e2f;
}
.frm select {
    width: 100%;
}
.srd{
    padding: 45px 0
}
.srd_call{
    width: 100%;
    height: 60px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}
.srd_call a{
    display: block;
    color: #414141;
    line-height: 60px;
    padding: 0 20px;
    background: url(../images/phone_call.png) no-repeat center right 12px;
    transition: all 0.5s;
}
.srd_call a:hover{
    color: #ff4b4b
}
.srd_connect span{
    display: block;
}
.srd_connect{
    padding: 20px;
    border: 1px solid #e6e6e7;
    border-radius: 5px;
    margin: 30px 0;
}
.srd_connect .srd_bx{
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e7;
}
.srd_connect .media span:first-child{
    font-family: 'Open Sans';
    color: #2d2e2f
}
.srd_connect .media span:last-child{
    font-size: 18px;
    color: #2d2e2f
}
.srd_partition{
    border-bottom: 1px solid #d5d5d5
}
.srd_connect p{
    font-family: 'Open Sans';
    color: #2d2e2f;
}
.srd_menu_1 li{
    margin-bottom: 10px;
}
.srd_menu_1 li i{
    color: #ff0d0d;
    margin-right: 15px;
    font-size: 25px;
    transition: all 0.5s;
}
.srd_menu_1 li:hover i{
    color: #333333;
}
.srd_menu_1 li a{
    color: #333333;
    display: flex;
    align-items: center;
    transition: all 0.5s
}
.srd_menu_1 li:hover a{
    color: #ff4b4b
}
.srd_menu_1{
    margin-bottom: 20px
}
.srd_menu_2 li{
    display: inline-block;
    margin-right: 15px;
}
.srd_menu_2 li a{
    color: #2d2e2f;
    transition: all 0.5s;
}
.srd_menu_2 li i{
    font-size: 20px;
}
.srd_menu_2 li:hover a{
    color: #ff4b4b;
}
.srd_bx:last-child{
    border: none;
    padding: 20px 0 0 0;
}
.table_responsive{
    margin-bottom: 20px;
}
.table_responsive .table{
    margin-top: 16px;
}
.table_responsive .table td{
    border: none;
    padding: 5px 0;
    font-weight: 600;
    font-weight: 500;
}
.table_responsive h5{
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    padding-bottom: 20px;
}
.log_btn{
    display: inline-block;
    font-size: 20px;
    color: #2d2e2f;
    width: 100%;
    padding: 12px 30px;
    border: 1px solid #2d2e2f;
    border-radius: 100px;
    margin-bottom: 20px;
    transition: all 0.5s;
}
.log_btn:hover{
    color: #e00707
}
.log_btn i{
    color: #e00707;
    margin-right: 15px;
    transition: all 0.5s;
}
.log_link ul li{
    display: inline-block;
}
.log_link ul{
    display: flex;
    justify-content: space-between;
}
.log_link ul li a{
    font-size: 14px;
    color: #2d2e2f;
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #2d2e2f;
    border-radius: 100px;
    transition: all 0.5s;
}
.log_link ul li a:hover{
    color: #e00707 ;
}
.log_link ul li i{
    color: #e00707;
    margin-right: 8px;
    transition: all 0.5s;
}
.log_link span{
    display: inline-block;
}
.searhdtails_lft {
    width: 100%;
    padding: 0;
    display: inline-block;
}
.search_mnu{
    width: 100%;
    border-bottom: 1px solid #ddddde;
    margin-bottom: 25px;
    float: left;
}
.search_mnu li{
    float: left;
    margin: 0 40px 0 0;
    color:#2d2e2f;
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 26px;
}
.search_mnu li a{
    color:#2d2e2f;
    float: left;
    padding: 16px 0;
}
.search_mnu li:last-child{
    margin-right: 0px;
}
.search_mnu li a.mPS2id-highlight{
    color:#e00707;
    border-bottom: 1px solid #e00707;
}
.details_box{
    width: 100%;
    padding: 35px 0;
    border-bottom: 1px solid #ddddde;
}
.details_box h4{
    font-size: 20px;
    line-height: 25px;
    color:#2d2e2f;
    font-family: 'Open Sans';
    padding-bottom: 20px;
}
.details_box p{
    font-size: 16px;
    line-height: 24px;
    font-family: 'Open Sans';
    color:#333;
}
.details_box .review_list{
    width: 100%;
    display: inline-block;
    margin:30px 0 0;
}
.details_box .review_list li{
    float: left;
    margin: 0 10px 10px 0;
}
.details_box .review_list li a{
    float: left;
    padding: 8px 20px;
    border: 1px solid #2d2e2f;
    color:#2d2e2f;
    border-radius: 30px;
}
.details_box .review_list li:last-child{
    margin-right: 0px;
}
.details_box .review_list li i{
    margin: 0 5px 0 0;
}
.details_box .review_list li a:hover{
    background: #e00707;
    color:#fff;
    border-color:#e00707;
}
.gallery_img {
    width: 100%;
    margin: 10px 0;
}
.gallery_img img{
    width: 100%;
    border-radius: 5px;
}
.details_box .row{
    margin: 0 -10px;
}
.details_box .col-lg-4{
    padding: 0 10px;
}
.video_img{
    width: 100%;
    position: relative;
}
.video_img img{
    width: 100%;
}
.video_img .play{
    width: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.video_img .play img{
    max-width: 100%;
}
.details_box iframe{
    width: 100%;
    border-radius: 5px;
    height: 400px;
}
.review_box{
    width: 100%;
    margin-top: 8px;
}
.review_box img{
    max-width: 100%;
    width: 100%;
}
.review_frmMain{
    width: 100%;
    background: #f0f0f0;
    padding: 30px 50px;
    border-radius: 5px;
    margin-top: 35px;
}
.review_frmtop{
    width: 100%;
    padding: 0 0 20px;
    border-bottom: 1px solid #b5b5b6;
}
.review_frmtop h3{
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    padding-bottom: 15px;
    font-family: 'Open Sans';
}
.review_frmtop p{
    color:#333333;
    font-family: 'Open Sans';
}
.review_frmtop p sup{
    color:#e00707;
}
.review_frmmid{
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #b5b5b6;
    display: inline-block;
}
.rating{
    width: 100%;
}
.rating ul{
    float: left;
}
.rating ul li{
    float: left;
    margin: 0 5px 0 0;
    font-family: 'Open Sans';
    color:#2d2e2f;
}
.rating ul li a {
    float: left;
    width: 39px;
    height: 39px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rating ul li a img{
    max-width: 100%;
    border-radius: 3px;
}
.rating ul li:last-child{
    margin-right: 0px;
}
.rating span{
    float: left;
    margin: 5px 0 0 15px;
}
.review_frmbtm{
    width: 100%;
    padding: 10px 0 30px 0;
    background:#f0f0f0;
    display: inline-block;
}
.review_frm{
    width: 100%;
    display: inline-block;
    margin-top: 24px;
}
.review_frm label{
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 24px;
    color:#333333;
    margin: 0 0 10px;
}
.review_frm label sup{
    color:#e00707;
}
.review_frm input[type="text"], .review_frm input[type="email"], .review_frm input[type="tel"], .review_frm textarea{
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border-radius: 5px;
    -webkit-appearance: none;
    outline: none;
    box-shadow: 0px 3px 6px 3px #d3d3d3;
    border: none;
    color:#2d2e2f;
}
.review_frm textarea{
    height: 200px;
    resize: none;
    padding: 15px;
}
.review_frm input[type="text"]::placeholder, .review_frm input[type="email"]::placeholder, .review_frm input[type="tel"]::placeholder, .review_frm textarea::placeholder{
    color:#2d2e2f;
    opacity: 1;
}
.review_frm img{
    max-width: 100%;
}
.review_frm input[type="submit"]{
    width: 150px;
    height: 40px;
    padding: 0px;
    border-radius: 30px;
    -webkit-appearance: none;
    outline: none;
    box-shadow: none;
    border: none;
    color:#fff;
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    background: #e00707;
    line-height: 38px;
}
.review_frm input[type="submit"]:hover{
    background: #000;
    color:#fff;
}
.review_chk{
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}
.review_chk input[type="checkbox"] {
    float: left;
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
    background: #f0f0f0;
    border: 1px solid #bbbcbc;
    border-radius: 3px;
    margin: 1px 10px 0 0;
}
.review_chk span{
    float: left;
    color:#333;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Open Sans';
}
.review_chk input[type="checkbox"]:checked{
    background: #e00707;
}
.ban_caro .owl-carousel .owl-item img{
    height: 450px;
    object-fit: cover;
}
.job_frm input[type="file"] {
    display: none;
}
.job_frm .inputfile-2 + label strong {
    width: auto !important;
    float: left;
    height: 40px;
    border-radius: 30px;
    background: url(../images/pic.png) no-repeat left 15px center !important;
    color: #000 !important;
    font: 500 14px/40px 'Open Sans';
    text-transform: capitalize !important;
    text-align: center !important;
    border: 1px solid #2d2e2f;
    padding: 0 30px 0 40px;
}
.job_frm{
    width: 100%;
    display: inline-block;
    margin: 20px 0 0;
}
.sub-menu-toggle{
    display: none;
}
.prodRow{
    width: 100%;
    background: none;
    padding: 20px;
    border-radius: 0px;
    margin-top: 20px;
    margin-bottom: 23px;
}
.proDetailspghed1 h3 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    color: #2d2e2f;
}
.prodRow label{
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #2d2e2f;
}
.prodRow input[type="text"], .prodRow input[type="email"], .prodRow input[type="tel"], .prodRow input[type="url"], .prodRow input[type="time"], .prodRow input[type="password"], .prodRow textarea, .prodRow select{
    background: #eaeaea;
    color: #a4a4a4;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Open Sans';
    padding: 0 20px;
    width: 100%;
    border: none;
    height: 40px;
    box-shadow: none !important;
    border-radius: 0px !important;
    margin: 0px;
}
.prodRow input[type="text"]::placeholder, .prodRow input[type="email"]::placeholder, .prodRow input[type="tel"]::placeholder, .prodRow input[type="url"]::placeholder, .prodRow input[type="time"]::placeholder, .prodRow input[type="password"]::placeholder, .prodRow textarea::placeholder{
    opacity: 1 !important;
}
.prodRow textarea{
    height: 130px;
    padding: 20px;
    resize: none;
}
.prodRow .row{
    margin-top:5px;
    margin-bottom: 5px;
    align-items: center;
}
.prodRow .form-row{
    margin: 0px;
}
.prodRow iframe {
    width: 100%;
    margin-top: 5px;
    border-radius: 11px;
    height: 200px;
}
.prodRow .woocommerce-input-wrapper{
    width: 100%;
    display: inline-block;
}
i.upldpic {
    width: 68px;
    display: inline-block;
    border-radius: 100%;
    height: 68px;
    overflow: hidden;
    border: 1px solid #ddd;
    background: #ddd;
}
.noround{
    border-radius: 0px !important;
}
.upldpic{
    width: 100%;
    display: inline-block;
}
.upldpic li {
    width: 90px;
    float: left;
    margin: 9px 9px 0 0;
    position: relative;
}
.upldpic li img {
    width: 100%;
    height: 90px;
    object-fit: cover;
}
.upldpic .clsdelbtn {
    position: absolute;
    top: -3px;
    right: -4px;
    width: 20px;
    height: 20px;
    color: #fff;
    line-height: 20px;
    color: #fff;
    border-radius: 100%;
    background: #000;
    text-align: center;
}
.upldpic img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.proDetailspgitmsText .box{
    width: 100%;
    position: relative;
}
.proDetailspgitmsText .box input[type="file"] + label {
    background: #000000;
    padding: 5px 10px;
    color: #fff;
    font-size: 10px;
    line-height: 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 100px;
}
.proDetailspgitmsText{
    width: 100%;
    position: relative;
}
.proDetailspgitmsText .box {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}
.proDetailspgitmsText .box {
    width: 100%;
    position: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
}
.proDetailspgitmsText .box input[type="file"] + label{
    margin-left: 0;
}
.proDetailspgitms .card{
    margin-bottom: 10px;
}
button:focus{
    box-shadow: none !important;
    outline: none !important;
}
.proDetailspgitms .card-header .btn{
    position: relative;
}
.proDetailspgitms .card-header .btn:before{
    content: "\f106";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 100%;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
}
.proDetailspgitms .card-header .btn.collapsed:before{
    content: "\f107";
}
.proDetailspgitmsText .box input[type="file"]{
    display: none;
}
.proDetailspghed1{
    width: 100%;
}
.prodRow input[type="submit"], .load-more__btn{
    width: auto;
    height: 40px;
    background: #e00707;
    border-radius: 60px;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #fff;
    border: none;
    outline: none;
    padding: 0 30px;
    margin-top: 30px;
}
.prodRow input[type="submit"]:hover, .load-more__btn:hover {
    background: #000;
    color: #fff;
}
.prodRow input[type="time"]{
    width: auto;
}
.proDetailspgList{
    width: 100%;
}
.leftBar_panl li{
    width: 100%;
    margin: 7px 0;
}
.leftBar_panl li a{
    width: 100%;
    width: 100%;
    display: inline-block;
    padding:12px 23px;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #f61919;
    background: #e00707;
}
.leftBar_panl li a i{
    display: inline-block;
    margin-right: 10px;
}
.leftBar_panl li:last-child{
    border: none;
}
.leftBar_panl li.actv a{
    font-weight: 700;
    background: #000;
    border-color:#000;
}
.proDetailspgitms .card-header{
    padding: 0px;
}
.proDetailspgitms .card-header .btn {
    width: 100%;
    padding: 10px 15px !important;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    color: #2d2e2f;
    font-family: 'Open Sans', sans-serif;
}
.proDetailspgitms .card-body{
    padding: 0px;
}
.proDetailspgitms .card-body .prodRow{
    margin: 0px;
}
.header_btns li.dropdown{
    position: relative;
}
.header_btns li.dropdown .drop-main{
    position: absolute;
    width: 140px;
    border-radius:0px;
    overflow: hidden;
    left: inherit;
    right: 0;
    padding: 0px;
    box-shadow: inherit;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    background: #fff !important;
    display: none;
    top: 100%;
}
.header_btns li.dropdown .drop-main li a {
    color: #000;
    width: 100%;
    padding: 4px 10px;
    font-size: 13px;
    display: inline-block;
}
.header_btns li.dropdown .drop-main li a:hover{
    color: #e00707;
    background: #fff;
}
.header_btns li.dropdown:hover .drop-main{
    display: block;
}
.header_btns li.dropdown .drop-main li{
    display: inline-block !important;
    width: 100%;
}
.logFld{
    position: relative;
}
.logFld input[type="checkbox"] + label{
    padding: 0 25px;
    display: inline-block;
}
.product_content span span{
    display: inline-block;
}
.orderby{
    background: transparent;
    border: 1px solid #999999;
    width: 240px;
    height: 40px;
    padding: 0 12px;
    color: #999999;
    -webkit-appearance: none;
    font: 400 18px/24px 'Open Sans';
    background: url(../images/arrow.png) no-repeat center right 12px;
    border-radius: 5px;
}
.woocommerce-page ul.products li.product{
    width: 25% !important;
    padding: 10px !important;
    margin: 0px !important;
}
.woocommerce-page ul.products li.product img{
    width: 100%;
    border: 1px solid #ccc;
    max-width: 100% !important;
    width: 100% !important;
}
.woocommerce-page ul.products{
    margin:0 -10px !important;
}
.woocommerce-page ul.products h2{
    text-align: center;
    font: 600 19px/24px 'Open Sans' !important;
    color: #000;
}
.woocommerce ul.products li.product .price{
    font: 600 17px/26px 'Open Sans' !important;
    color: #e92127 !important;
    text-align: center;
}
li.product{
    text-align: center !important;
}
.purchasable .cart{
    margin-top: 20px;
}
.product_meta span{
    font: 400 15px/32px 'Open Sans' !important;
}
.product_meta span a{
    color: #e00707 !important;
    font-weight:700;
}
.woocommerce-product-gallery__image a {
    width: 100% !important;
    border: 1px solid #ccc;
    display: inline-block;
}
.woocommerce-product-gallery__image a img{
    width: 100% !important;
    max-width: 100% !important;
}
.woocommerce-tabs{
    margin-bottom: 45px;
}
.woocommerce-Tabs-panel h2{
    font: 500 22px/24px 'Open Sans' !important;
    color: #000;
}
.woocommerce-Tabs-panel--description p{
    margin: 0px 0px 20px 0 !important;
}
.woocommerce div.product .woocommerce-tabs .panel{
    margin: 20px 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding: 0px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    border: none !important;
    padding: 0px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    padding: 10px 20px !important;
    border-radius: 0px !important;
    font: 600 17px/30px 'Open Sans' !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    display: none !important;
}
.woocommerce-Tabs-panel{
    padding: 20px !important;
    background: #f7f7f7;
    padding: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding-bottom: 0px !important;
    margin: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    border-radius: 0 !important;
    margin: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
    color: #fff !important;
    background: #e00707 !important;
}
.woocommerce-Reviews{
    width: 100%;
    display: inline-block;
}
.woocommerce-Reviews #comments, .woocommerce-Reviews #review_form_wrapper{
    width: 50%;
    float: left;
}
.woocommerce-Reviews input[type="email"], .woocommerce-Reviews input[type="password"], .woocommerce-Reviews input[type="tel"], .woocommerce-Reviews input[type="text"], .woocommerce-Reviews textarea {
    font: 400 14px/24px 'Open Sans';
    color: #999;
    padding: 0 15px;
    height: 45px;
    outline: 0;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 0;
    background: none;
}
.woocommerce-Reviews textarea{
    height: 100px;
}
.comment-form-rating .stars{
    margin-top: 10px;
}
.woocommerce #review_form #respond textarea{
    resize: none;
}
.form-submit .submit{
    width: auto !important;
    height: 45px !important;
    font: 600 17px/45px 'Open Sans';
    color: #fff !important;
    text-align: center !important;
    border-radius: 5px !important;
    display: inline-block;
    padding: 0 30px !important;
    background: #e00707 !important;
    border: none !important;
    text-transform: uppercase !important;
}
.form-submit .submit:hover{
    background: #e92127 !important;
}
.woocommerce p.stars a{
    color: #e92127 !important;
}
.woocommerce #review_form #respond p{
    display: inline-block;
}
.comment-form-rating{
    display:flex;
}
.comment-form-rating label{
    line-height: 30px;
    margin-right: 10px;
}
.comment-form-rating .stars{
    margin-top: 6px !important;
}
.woocommerce #review_form #respond p{
    width: 100%;
}
.profile_lt h2 {
    font: 600 16px/24px 'Open Sans' !important;
    color: #fff;
    background: #e92127;
    padding: 9px 15px;
}
.profile_lt .widget{
    background: #f7f7f7;
}
.profile_lt li{
    width: 100%;
    display: inline-block;
    color: #000;
    font: 400 15px/25px 'Open Sans';
    padding: 5px 0;
}
.profile_lt li a{
    display: inline-block;
    padding: 5px 10px;
}
.footer_sec{
    width: 100%;
}
.woocommerce-notices-wrapper{
    width: 100%;
}
.woocommerce-MyAccount-content table .button {
    line-height: 35px !important;
    height: 35px !important;
    margin: 0px !important;
    font-size: 12px !important;
    padding: 0 16px !important;
}
.woocommerce-orders-table__cell-order-number a{
    color: #ff0000 !important;
    font-weight: 700;
}
.woocommerce-MyAccount-content p mark{
    color: #ff0000 !important;
    font-weight: 700;
    background: none !important;
}
.woocommerce-order-details h2, .woocommerce-customer-details h2{
    font-size: 24px;
    line-height: 42px;
}
.woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation{
    margin-bottom: 20px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
    width: 100%;
}
.woocommerce div.product .product_title{
    padding-bottom: 20px !important;
}
.woocommerce-product-details__short-description{
    width: 100%;
    margin-top: 20px;
}
.related products h2{
    text-transform: capitalize;
}
.button{
    display: inline-flex !important;
    min-height: 40px !important;
    align-items: center !important;
    background: #e00707 !important;
    border-radius: 60px !important;
    padding: 0 26px !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 500 !important;
    color: #fff !important;
    margin-top: 27px !important;
    text-align: center !important;
}
.button:hover{
    background: #000 !important;
}
.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 14px 0 0 !important;
    width: 102px;
}
.woocommerce .quantity .qty {
    width: 100% !important;
    height: 42px;
    border: 1px solid #ccc;
    text-align: left !important;
    padding: 10px;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px !important;
    line-height: 20px !important;
    border-radius: 5px;
}
.summary.entry-summary .button{
    margin-top: 0px !important;
}
.related.products h2{
    text-transform: capitalize;
}
.woocommerce #review_form #respond p a{
    color: #e00707 !important;
}
.heateorSlInstagramBackground {
    background-color: #e00707 !important;
    border-radius: 7px !important;
}
.woocommerce-cart-form .button{
    justify-content: center;
}
.woocommerce-notices-wrapper .button {
    margin-top: 0px !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
    padding: 10px 10px 10px 44px !important;
    line-height: 37px !important;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
    top: 11px !important;
}
.woocommerce-cart-form, .cart-collaterals{
    margin: 20px 0 0;
}
.woocommerce-cart .woocommerce-cart-form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding: 0 15px 
}
.woocommerce-cart .cart-collaterals {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 15px 
}
.woocommerce-cart .woocommerce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px 
}
.cart_totals {
    width: 100% !important;
    background: #f3f3f3;
    padding: 10px 
}
.cart_totals h2, .checkout h2, .checkout h3, .woocommerce-input-wrapper strong, .woocommerce-MyAccount-content h3{
    font: 700 22px/24px 'Open Sans';
    color: #000;
    padding-bottom: 15px;
    text-transform: capitalize;
}
.product-thumbnail img {
  width: 90px !important;
  height: auto !important;
  max-width: inherit !important;
}
.woocommerce-page .global_text{
    padding-bottom: 30px;
}
.woocommerce-cart .cart-collaterals .cart_totals table td a{
    color: #000 !important;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    margin: 0 !important;
}
#coupon_code {
    height: 44px;
    width: 179px;
    padding: 0 10px;
    font: 400 15px/28px 'Open Sans';
}
td.product-name a {
    color: #000 !important;
}
.product-name a {
    font:700 16px/28px 'Open Sans';
    color: #000;
}
.product-subtotal span {
    font: 700 22px/26px 'Open Sans';
    color: #da202d !important;
}
.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
}
.cart_totals{
    border-radius: 9px;
}
.woolBottle_sec{
    width: 100%;
}
.cart_item button.qib-button{
    height: 33px !important;
    padding: 2px 2px 5px !important;
    font-size: 16px !important;
    line-height: 20px !important;
    width: 23px !important;
}
.cart_item .qib-button-wrapper div.quantity.wqpmb_quantity{
    height: auto !important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
    max-width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.woocommerce-additional-fields{
    margin-top: 20px;
}
.woocommerce-input-wrapper{
    width: 100%;
    display: inline-block;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
    background-color: #dfdcde !important;
}
.form-row .select2-container--default .select2-selection--single, .form-row input[type="email"], .form-row input[type="password"], .form-row input[type="tel"], .form-row input[type="text"], .form-row textarea {
    font:400 14px/24px 'Open Sans';
    color: #a4a4a4;
    padding: 0 15px;
    height: 40px;
    outline: 0;
    width: 100%;
}
.proDetailspgitmsText{
    margin: 10px 0 0;
}
.prodRow input[type="time"]{
    width: 100% !important;
}
.proDetailspgitmsText b{
    font:400 14px/24px 'Open Sans';
    color: #000;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 30px 0 0 !important;
    line-height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px !important;
}
.woocommerce-info {
    border-top-color: #000 !important;
}
.woocommerce-info::before {
    color: #000 !important;
}
.woocommerce-info a{
    color: #b01b2e;
    font-weight: 600;
}
.form-row textarea {
    height: 110px !important;
}
.form-row textarea {
    height: 100px;
    resize: none;
    padding: 16px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: left;
    margin-top: 30px;
}
.woocommerce-privacy-policy-text p a{
    color: #b01b2e;
    font-weight: 600;
}
.checkout_coupon p{
    margin-bottom: 10px !important;
}
.checkout_coupon #coupon_code{
    width: 100%;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #fbfbfb !important;
    border-radius: 5px;
}
.woocommerce-checkout #payment div.payment_box{
    background-color: #dfdcde !important;
}
.woocommerce-checkout #payment div.payment_box::before{
    border: 1em solid #f1f1f1;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
}
.woocommerce-MyAccount-navigation ul {
    width: 100%;
    background: #2b2b2b;
}
.woocommerce-MyAccount-navigation ul li {
    width: 100%;
    display: inline-block;
    padding: 0 !important;
    border-bottom:1px solid #4d4344;
}
.woocommerce-MyAccount-navigation li.is-active a {
    font-weight: 700;
    color: #fff;
}
.woocommerce-MyAccount-navigation li a {
    width: 100%;
    display: inline-block;
    padding: 10px 20px;
    font: 400 16px/28px 'Open Sans';
    color: #fff;
}
.woocommerce-MyAccount-content p {
    color: #666;
    font: 400 15px/30px 'Open Sans';
    padding-bottom: 12px;
}
.woocommerce-MyAccount-content p a {
    color:#b01b2e !important;
    font-weight: 600;
}
.woocommerce-message .button, .woocommerce-Message .button{
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 14px !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
    line-height: 37px;
}
.woocommerce-Address {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border: 1px solid #ccc;
    padding: 15px;
    margin-top: 10px;
}
.edit {
    font:600 15px/29px 'Open Sans';
    color: #b01b2e !important;
}
.woocommerce-MyAccount-content .button{
    margin-top: 16px !important;
}
.woocommerce-Message .button{
    margin-top: 0px !important;
}
.woocommerce-order {
    width: 100% !important;
    display: inline-block;
}
.sppingbillingRow{
    width: 100%;
    display: inline-block;
}
.sppingbillingRow h2{
    font-size: 20px !important;
}
.sppingbillingRow .woocommerce-order-details{
    width: 50%;
    float: left;
}
.sppingbillingRow .woocommerce-customer-details{
    width: 50%;
    float: left;
    padding-left: 22px;
    margin-top: 20px;
}
.coupon .button{
    margin-top: 0px !important;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text{
    border-radius: 5px !important;
}
.woocommerce-cart-form .button{
    margin-top: 0px !important;
}
.shipping-calculator-form .select2-selection, .shipping-calculator-form input{
    font-size: 12px !important;
    color: #999 !important;
    height: 35px !important;
}
.shipping-calculator-form .select2-selection .select2-selection__arrow {
    height: 35px !important;
}
.shipping-calculator-form span{
    width: 100%;
}
.shipping-calculator-form .select2-container .select2-selection--single .select2-selection__rendered{
    line-height: 34px !important;
}
.shipping-calculator-form .button{
    margin-top: 0px !important;
    min-height: 32px !important;
    font-size: 12px !important;
}
.woocommerce ul.order_details {
    margin: 20px 0 
}
.woocommerce-thankyou-order-received {
    font-weight: 700;
    font-size: 17px;
    line-height: 30px 
}
.woocommerce ul.order_details li {
    border: 1px solid #d3ced2 !important;
    padding: 10px !important;
    font-size: 12px !important;
    line-height: 28px !important;
    margin-top: 20px !important 
}
.woocommerce-order p {
    font-size: 16px;
    line-height: 26px 
}
.order_details {
    margin-top: 20px 
}
.woocommerce-order-details {
    margin-top: 20px 
}
.woocommerce-checkout #customer_details{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding: 0 15px 0 0;
}
.bottompart {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 0 0 15px;
}
.bottompart #order_review{
    background: #f3f3f3;
    padding: 10px;
}
.bottompart #order_review_heading{
    padding:10px;
    background: #f3f3f3;
}
.woocommerce-checkout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.shop_table tr td, .shop_table tr td p{
    font: 400 14px/20px 'Open Sans';
}
.shop_table tr td p{
    margin-top: 5px !important;
}
.place-order p{
    font: 400 14px/20px 'Open Sans';
    margin: 0px !important;
}
#place_order{
    width: 100% !important;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.lost_password{
    font: 700 14px/20px 'Open Sans';
    color: #e92127;
}
.payment_box{
    background: #dfdcde !important;
}
.shop_table tr td, .shop_table tr td p{
    font: 400 14px/20px 'Open Sans';
}
.shop_table tr td p{
    margin-top: 5px !important;
}
.place-order p, .woocommerce-privacy-policy-text p{
    font: 400 14px/20px 'Open Sans';
    margin: 0px !important;
}
#place_order{
    width: 100% !important;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.lost_password, .lost_password a{
    font: 700 14px/20px 'Open Sans';
    color: #e92127;
}
.payment_box{
    background: #dfdcde !important;
}
.woocommerce form .password-input, .woocommerce-page form .password-input{
    width: 100%;
}
fieldset legend {
    color: #e92127;
    font: 700 15px/30px 'Open Sans';
    text-transform: uppercase;
}
#customer_login .u-column1, #customer_login .u-column2{
    width: 50%;
    max-width: 100% !important;
}
#customer_login h2{
    font: 500 22px/24px 'Open Sans' !important;
    color: #000;
    padding-bottom: 15px;
}
#customer_login{
    width: auto !important;
    margin: 0 -15px;
}
.woocommerce form.login, .register{
    margin-top: 0px !important;
}
#customer_login .woocommerce-privacy-policy-text p{
    margin-bottom: 20px !important;
}
.trm_sr{
    width: 100% !important;
}
.cart_count{
    position: absolute;
    top: 0px;
    right: 0px;
    background: #5f5e5e;
    width: 17px;
    height: 17px;
    line-height: 15px !important;
    font-size: 7px;
    border-radius: 100%;
}
.header_btns li.dropdown{
    padding-right: 0px;
}
.clscartsec a {
    width: 34px;
    height: 34px;
    background: #e00707 !important;
    color: #fff;
    position: relative;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    align-items: center;
    line-height: 30px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_btns li.dropdown {
    padding-right: 0 !important;
    padding-bottom: 10px !important;
}
.header_btns li.dropdown .drop-main li a i{
    display: inline-block;
    width: 20px;
    position: relative;
    top: -2px;
}
.header_btns li.dropdown .drop-main li a i img{
    max-width: 100%;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
    justify-content: center;
}
.woocommerce-form__input {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    display: inline-block;
    position: relative;
    top: 6px;
}
.woocommerce-form__input:checked::before {
    content: "✓";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    height: 100%;
    font-weight: 700;
}
.clsshipfrm .woocommerce-shipping-fields{
    margin-top: 20px;
}
.woocommerce form .form-row .input-checkbox{
    width: 16px;
    height: 16px;
    display: inline-block;
    border: 1px solid #ccc;
    display: inline-block;
    position: relative;
    top: 6px;
}
.woocommerce form .form-row .input-checkbox:checked::before {
    content: "✓";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    height: 100%;
    font-weight: 700;
}
.woocommerce form .form-row .input-checkbox {
    width: 16px;
    height: 16px;
    display: inline-block !important;
    position: absolute;
    left: 0px;
    top: 11px;
    background: #fff;
}
.woocommerce form .form-row label{
    position: relative;
}
.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox{
    padding-left: 23px;
}
.header_btns li.dropdown .drop-main li a {
    color: #000;
    width: 100%;
    padding: 4px 10px !important;
    font-size: 13px;
    display: inline-block;
    border-radius: 0px !important;
    text-align: left;
}
.header_btns li.dropdown .drop-main li {
    display: inline-block !important;
    width: 100%;
    position: relative !important;
    right: inherit !important;
    transform: inherit !important;
    top: inherit !important;
}
.woocommerce-NoticeGroup{
    width: 100%;
}
.wc-empty-cart-message{
    width: 100%;
}
.clsempty.woocommerce-cart .woocommerce{
    margin: 0px;
}
.proDetailspgDet{
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
    border-radius: 4px;
    padding: 20px;
}
.prodRow {
    width: 100%;
    background: none;
    padding: 0;
    border-radius: 0px;
    margin-top: 0;
    margin-bottom: 23px;
}
.proDetailspgitmsText .box input[type="file"] + label {
    background: #f0f0f0;
    padding: 4px 15px;
    color: #000;
    font-size: 13px;
    line-height: 16px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #000;
}
.proDetailspghed1 h3{
    font-size: 20px;
    line-height: 25px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #2d2e2f;
    padding-bottom: 10px;
}
.proDetailspgitmsText label{
    font-size: 17px;
    line-height: 22px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #2d2e2f;
    padding-bottom: 9px;
}
.prodRow input[type="text"], .prodRow input[type="email"], .prodRow input[type="tel"], .prodRow input[type="url"], .prodRow input[type="time"], .prodRow input[type="password"], .prodRow textarea, .prodRow select{
    color: #747677;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Poppins';
    font-weight: 400;
    height: 50px;
    padding: 0 20px;
    background: #eaeaea;
}
.prodRow textarea{
    height: 112px;
    padding: 15px 20px;
}
.proDetailspgitmsText {
    margin: 20px 0 0;
}
.upldpic li img{
    height: 65px;
}
.coverpic li{
    width:100%;
    max-width: 300px;
}
.proDetailspgitmsText .box input[type="file"] + label{
    border: none;
    background: #ededed;
    padding:5px 30px;
    color: #2d2e2f;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Poppins';
    font-weight: 500;
}
.proDetailspgitmsText .col-sm-3 label{
    padding-bottom: 0px;
}
.upldpic .clsdelbtn{
    background: #fff;
    color: #e00707;
    font-weight: 700;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
    font-size: 21px;
}
.proDetailspgitmsText .box{
    margin-top: 11px;
}
.videolink li{
    width:100%;
    max-width: 300px;
}
.videolink iframe{
    height: 119px;
    border-radius: 0px;
}
.proDetailspgitmsText .col3, .proDetailspgitmsText .col9{
    padding: 0 15px;
}
.proDetailspgitmsText tr td{
    color: #2d2e2f;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Poppins';
}
.proDetailspgitmsText tr td strong{
    font-weight: 700;
}
.proDetailspgitmsText .table tr td{
    border: none;
    padding:5px;
}
.proDetailspgitmsText .table{
    max-width: 365px;
}
.remV{
    background: #e00707;
    color: #fff !important;
    font-family: 'Poppins';
    font-weight: 400;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
    font-size: 21px;
    height: 20px;
    text-align: center;
    border-radius: 100%;
    width: 20px;
    line-height: 20px;
    display: inline-block;
}
.hourEdit{
    display: inline-block;
    margin-left: 20px;
    color: #e00707;
}
.prodRow input[type="submit"], .load-more__btn{
    width: auto;
    height: auto;
    font-size: 20px;
    line-height: 50px;
    display: inline-block;
}
.opnTable{
    width: 100%;
}
.prodRow select{
    background-image: url(../images/arws.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    -webkit-appearance: none;
}
.brdBtns{
    font-size: 14px;
    line-height: 20px;
    border:1px solid #2d2e2f;
    color: #2d2e2f;
    cursor: pointer;
    border-radius: 6px;
    padding:3px 20px;
}
.chng_pro_bx, .chng_pro_li_dn{
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
    border-radius: 4px;
    padding: 30px;
    margin-top: 37px;
}
.proDetailspgBox .chng_pro_bx:first-child{
    margin-top: 0px;
}
.chng_pro{
    text-align: center;
}
.chng_pro em{
    width: 108px;
    height: 108px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 15px;
}
.chng_pro em img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.chng_pro h3{
    font-size: 32.11px;
    line-height: 35px;
    font-weight: 500;
    font-family: 'Poppins';
    color: #2d2e2f;
    padding-bottom: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-transform: capitalize;
}
.chng_pro a{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #666666;
    display: inline-block;
    padding-bottom: 10px;
}
.chng_pro a i{
    display: inline-block;
    color: #e00707;
    margin-right: 10px;
}
.chng_pro a:hover{
    color: #e00707;
}
.chng_pro_li{
    text-align: center;
    padding-top: 25px;
}
.chng_pro_li li{
    display: inline-block;
    margin-left: 60px;
}
.chng_pro_li li:first-child{
    margin-left: 0;
}
.chng_pro_li li i{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    justify-content:center;
    align-items:center;
    background: #eaeaea;
    margin-bottom: 5px;
    color: #666;
    font-size: 18px;
}
.chng_pro_li li i img{
    width: 21px;
    object-fit: cover;
}
.chng_pro_li li span{
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #666666;
    font-family: 'Poppins';
}
.chng_pro_li li a:hover span{
    color: #e00707;
}
.chng_pro_li a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.chng_pro_li li a:hover span, .chng_pro_li li.actv a span{
    color: #e00707;
}
.chng_pro_li li a:hover i, .chng_pro_li li.actv a i{
    background: #e00707;
    color: #fff;
}
.chng_pro_li_dn{
    padding: 20px 40px;
    margin-top: 38px;
}
.chng_pro_li_dn li a{
    display: inline-block;
    width: 100%;
    font-size: 23.36px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #666666;
    padding: 15px 0;
    border-bottom: #000 solid 1px;
}
.chng_pro_li_dn li a:hover, .chng_pro_li_dn li.active a{
    color: #e00707;
}
.chng_pro_li_dn i img{
    width: 24px;
}
.chng_pro_li_dn i{
    display: inline-block;
    margin-right: 16px;
}
.chng_pro_li_dn li:last-child a{
    border-bottom: none;
}
.photoinumbr{
    text-align: center;
    padding: 30px 0 15px;
}
.photoinumbr li{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 60px;
}
.photoinumbr li:first-child{
    margin-left: 0;
}
.photoinumbr span{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    font-family: 'Poppins';
    color: #666666;
    display: inline-block;
    padding-bottom: 10px;
}
.photoinumbr em{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #666666;
    display: inline-block;
    font-style: normal;
}
.chng_pro_li_dn li.actv a{
    color: #e00707;
}
.upldpic .owl-nav button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #e00707 !important ;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.upldpic .owl-nav .owl-next{
    right: -12px;
}
.upldpic .owl-nav .owl-next::before{
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
}
.upldpic .owl-nav .owl-prev{
    left: -12px;
}
.upldpic .owl-nav .owl-prev::before{
    content: "\f060";
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
}
.upldpic .owl-nav span{
    display: none;
}
.prodRow .chosen-container-multi .chosen-choices li.search-field input[type="text"]{
    color: #333333;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Poppins';
    font-weight: 400;
    height: 50px;
    padding: 0 20px;
    background: #eaeaea !important;
}
.prodRow .chosen-container-multi .chosen-choices{
    background: none;
    border: none;
}
.fstElement{
    border: none !important;
    box-shadow: none !important;
    position: relative !important;
}
.fstMultipleMode .fstControls{
    padding: 10px !important;
    background: #eaeaea;
    color: #333333;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Poppins';
    font-weight: 400;
    height: 50px;
    padding: 0 20px;
    background-image: url(../images/arws.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    -webkit-appearance: none;
}
.inner_head.fixed{
    position: fixed;
}
.fstMultipleMode .fstQueryInputExpanded{
    padding: 0 20px !important;
    font-size: 16px !important;
    line-height: 22px;
    font-family: 'Poppins';
    color: #000 !important;
}
.fstMultipleMode .fstQueryInputExpanded{
    height: 100%;
    margin: 0px !important;
}
.fstResultItem {
    font-size: 14px !important;
    display: block;
    padding: 4px 10px !important;
    margin: 0;
    cursor: pointer;
    border-top: 1px solid #ccc !important;
}
.fstMultipleMode.fstActive .fstResults{
    height: 133px;
}
.fstResultItem:hover, .fstResultItem.fstSelected{
    background: #7f7d7d !important;
}
.fstChoiceItem{
    line-height: 15px;
    padding: 3px 10px 3px 15px !important;
    font-size: 10px !important;
    background-color: #7f7d7d !important;
    border: 1px solid #7f7d7d !important;
}
.fstMultipleMode .fstControls{
    width: 100% !important;
}
textarea:focus{
    outline: none !important;
}
.chng_pro_li li.actv span{
    color: #e00707;
}
.chng_pro_li li.actv i{
    background: #e00707;
    color: #fff;
}
.profile_img.proDetailspgitmsText {
    margin: 0;
}
.profile_img.proDetailspgitmsText .box input[type="file"] + label {
    padding: 0;
    background: #fff;
}
.profile_img.proDetailspgitmsText label img{
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin-right: 10px;
    border-radius: 5px;
    height: 100%;
}
.over_vw{
    padding: 25px 40px;
}
.over_vw h6{
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #2d2e2f;
    font-family: 'Poppins';
    padding-bottom: 35px;
}
.over_vw h6 b{
    font-weight: 700;
}
.over_vw li {
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    color: #2d2e2f;
    font-family: 'Poppins';
    padding-bottom: 15px;
}
.over_vw li b{
    font-weight: 600;
}
.headuser .usrhed{
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    overflow: hidden;
}
.headuser .usrhed img{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}
.dropdown-user{
    width: 215px;
    position: absolute;
    top: 100%;
    right: 0px;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
    background: #fff;
    padding:0 15px 6px;
    display: none;
}
.dropdown-user li{
    width: 100%;
    display: inline-block;
}
.dropdown-user li a{
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}
.dropdown-user li a img{
    max-width: 100%;
    filter: grayscale(100%);
}
.dropdown-user li a span{
    color: #2d2e2f;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
.dropdown-user li a:hover, .dropdown-user li.actvive a{
    background: none !important;
    color:#e00707 !important;
}
.dropdown-user li:last-child{
    border-top: 1px solid #2d2e2f;
}
.dropdown-user li a:hover img, .dropdown-user li.actvive a img{
    filter: grayscale(0);
}
.dropdown-user li:last-child a{
    margin-top: 6px;
}
.headuser:hover .dropdown-user{
    display: block;
}
.coverpic li{
    max-width: 40%;
}
.chng_pro_li {
    text-align: center;
    padding-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.chng_pro_li li {
    display: inline-block;
    margin-left: 0px;
    width: 50%;
    float: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px 0;
}
.photoinumbr {
    text-align: center;
    padding: 25px 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.photoinumbr li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 10px 0;
}
.over_vw li:first-child{
    position: relative;
    padding-left: 70px;
}
.over_vw li:first-child b{
    position: absolute;
    top: 0;
    left: 0;
}
.proDetailspghed1 h6{
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    font-family: 'Poppins';
    color: #2d2e2f;
    padding-bottom: 5px;
}
.busi_over strong{
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #2d2e2f;
    font-family: 'Poppins';
    display: inline-block;
    font-style: normal;
}
.busi_over strong em{
    font-style: normal;
    font-weight: 400;
}
.busi_over .row {
    align-items: flex-start;
}
.busi_over .col_3{
    padding: 0 15px;
}
.busi_over .col_9{
    flex: 0 0 auto;
    max-width: 70%;
    padding: 0 15px;
}
.busi_over .upldpic li{
    margin: 0;
}
.sLink li{
    display: inline-block;
}
.sLink li a{
    display: inline-block;
    padding: 0 5px;
}
.sLink li img{
    width: auto;
    max-width: 100%;
}
.busi_over .prodRow{
    margin-bottom: 0;
}
.proDetailspgitmsText .row.mt-0{
    margin-top: -14px !important;
}
.proDetailspgitmsText .col3 label{
    padding-bottom: 0px;
}
.proDetailspgitmsText .col9 .box{
    margin: 0px;
}
.chng_pro_li_dn li a {
    border-bottom: rgba(0,0,0,0.2) solid 1px;
}
.proDetailspgitmsText label {
    font-weight: 500;
}
.sign_up .frm_bdy{
    display: block;
}
.sign_up h2{
    font-family: 'Poppins';
    padding-bottom: 15px;
}
.sign_up strong{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Open Sans';
    color: #666666;
    display: inline-block;
}
.sign_up strong a{
    color: #e00707;
    display: inline-block;
    font-weight: 700;
    text-decoration: underline !important;
}
.sign_up strong a:hover{
    color: #000;
}
.sign_clk{
    background: #ebebeb;
    max-width: 360px;
    margin: 0 auto 20px;
    padding: 10px 23px;
    border-radius: 5px;
    text-align: center;
}
.sign_up p{
    padding-bottom: 12px;
}
.sign_up input[type="email"], .sign_up input[type="text"], .sign_up input[type="password"], .sign_up input[type="submit"], .contact_frm input[type="text"], .contact_frm input[type="email"], .sign_up input[type="date"]{
    box-shadow: 0 0 9px 0px rgba(0,0,0,0.1);
}
.sign_up .frm_bdy{
    max-width: 360px;
    margin: 0 auto;
}
.sign_up input[type="submit"]{
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    font-family: 'Poppins';
}
.sign_up label, .contact_frm label{
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Open Sans';
    text-align: left;
}
.sign_up label b{
    font-weight: 700;
    padding: 10px 0 0;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Open Sans';
}
.b_details{
    padding: 55px 0 60px;
}
.b_details h3{
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Poppins';
    color: #2d2e2f;
    padding-bottom: 10px;
}
.b_dt_lft b{
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    font-family: 'Poppins';
    color: #e00707;
    padding-bottom: 25px;
}
.b_dt_lft img{
    width: 100%;
}
.b_dt_txt p{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #333333;
    font-family: 'Open Sans';
    padding-bottom: 20px;
}
.b_dt_txt{
    box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
    padding: 35px 30px 15px;
}
.b_dt_lft ul{
    display: flex;
    justify-content: space-between;
    align-items:center;
}
.b_dt_lft .btn1 i{
    display: inline-block;
    color: #fff;
    font-size: 16px;
}
.b_dt_lft li:nth-child(1) a i{
    margin-right: 20px;
}
.b_dt_lft li:nth-child(2) a i{
    margin-left: 20px;
}
.b_dt_lft .btn1{
    min-width: 140px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins';
    justify-content: center;
    margin-top: 40px;
}
.b_dt_lft .btn1:hover{
    background: #000;
    color: #fff;
}
.b_dt_srch{
    box-shadow: 0 0 8px 2px rgba(0,0,0,0.1);
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.b_dt_srch input[type="text"], .b_dt_srch input[type="submit"]{
    border: none;
    box-shadow: none;
    outline: none;
    height: 50px;
}
.b_dt_srch input[type="text"]{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Open Sans';
    color: #333333;
    padding: 0 30px;
    width: 80%;
    float: left;
}
.b_dt_srch input[type="submit"]{
    width: 20%;
    float: right;
    background: #e00707 url(../images/srch.png) no-repeat center center;
}
.b_dt_srch input[type="submit"]:hover{
    background: #000 url(../images/srch.png) no-repeat center center;
}
.b_dt_srch_dn{
    box-shadow: 0 20px 8px 2px rgba(0,0,0,0.1);
    padding: 40px 30px;
}
.b_dt_srch_dn .media{
    margin-top: 20px;
}
.b_dt_srch_dn .media img{
    max-width: 100px;
    object-fit:cover;
    margin-right: 10px;
    display: inline-block;
}
.b_dt_srch_dn .media h6{
    font-size: 16px;
    line-height: 24px;
    color: #2d2e2f;
    font-weight: 500;
    font-family: 'Poppins';
}
.b_dt_srch_dn .media em{
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Open Sans';
    color: #e00707;
}
.blog_list{
    padding: 55px 0 35px;
}
.blog_list h1{
    text-align: center;
    padding-bottom: 15px;
}
.blog_list .row{
    margin: 0 -20px;
}
.blog_list .col-md-4{
    padding: 20px;
}
.blog_image img {
    width: 100%;
}
.proDetailspgitmsText .col9{
    max-width: 80%;
}
.videolink li{
    max-width: 168px;
}
.coverpic li{
    margin: 9px 9px 0 0 !important;
}
.gal_img{
    margin-top: 9px;
}
.proDetailspghed1 h3{
    text-transform: capitalize;
}
.business_bx {
    padding-right: 15px;
}
.business_bx img{
    max-width: 100%;
}
.business_bx .col-md-2{
    padding: 0 5px;
    margin-bottom: 10px;
    flex: 0 0 auto;
    max-width: 20%;
}
.business_bx img{
    width: 100%;
}
.business_bx a{
    width: 100%;
    display: inline-block !important;
}
.business_bx .row{
    margin: 0 -5px;
}
.srd .js-scroll-bar{
    width: 10px !important;
    background-color:#e00707 !important;
}
.srd .js-scroll-rail{
    width: 10px !important;
}
.pagination-wrap .pagination {
    justify-content: center;
}
.pagination-wrap li{
    margin: 4px !important;
    display: inline-block;
}
.pagination-wrap li a, .pagination-wrap li span, .pagination a {
    padding: 0;
    background: #e00707;
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 0;
    margin: 0;
    float: left;
    display: flex;
    justify-content: center;
    color: #fff !important;
    align-items: center;
}
.pagination-wrap li a.next, .pagination-wrap li a.prev, .pagination .jp-next, .pagination .jp-previous{
    width: auto !important;
    padding: 0 14px;
}
.pagination-wrap li span.current, .pagination a.jp-current{
    background: #222;
    color:#fff;
    float: left;
}
.b_dt_srch_dn .media h6 a{
    color: #2d2e2f;
}
.clserrlst li{
    width: 100% !important;
    text-align: center;
    margin-bottom: 10px;
}
.clsupldpropic label{
    width: 100px;
    position: relative;
}
.clsupldpropic label img{
    border: 1px solid #ccc;
    border-radius: 5px;
}
.overEdit{
    position: absolute;
    top: 0px;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    background: #e00707;
    right: 0px;
}
.proDetailspgitmsText .box input[type="file"] + label span{
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.proDetailspgitmsText .box input[type="file"] + label .overEditspan{
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
    font-size: 12px;
    overflow: hidden;
}
.tp_md{
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}
.tp_md img{
    width: 122px;
    height: 122px;
    object-fit:cover;
    border-radius: 5px;
    display: inline-block;
    margin-right: 20px;
    border: 1px solid #ccc;
}
.tp_md h5{
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}
.tp_md strong{
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}
.tp_md strong a{
    color: #2d2e2f;
}
.tp_md em{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.tp_md h5, .tp_md strong, .tp_md em {
    display: inline-block;
    width: 100%;
    color: #2d2e2f;
    font-family: 'Poppins';
    font-style: normal;
}
.tp_md .side_btn{
    display: flex;
    align-items:center;
    justify-content:center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #e0e0e0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    padding-bottom: 0;
}
.tp_md .side_btn i{
    color: #2d2e2f;
    font-size: 22px;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding-left: 0;
}
.rt_bx{
    display: flex;
    align-items:center;
    padding-bottom: 20px;
}
.rt_bx img{
    width: 130px;
    object-fit:cover;
    display: inline-block;
    margin-right: 10px;
}
.rt_bx em{
    font-style: normal;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #2d2e2f;
    font-family: 'Poppins';
}
.revw_bx span{
    display: inline-block;
    padding-bottom: 15px;
}
.revw_bx span em{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Poppins';
    font-style: normal;
    color: #2d2e2f;
    display: inline-block;
}
.revw_bx span .fa-circle-check{
    color: #19b453;
    display: inline-block;
    margin-right: 10px;
}
.revw_bx span .fa-circle-xmark{
    color: #e00707;
    display: inline-block;
    margin-right: 10px;
}
.revw_bx .act2, .revw_bx.aprv .act1{
    display: none;
}
.revw_bx .act1, .revw_bx.aprv .act2{
    display: inline-block;
}
.revw_bx p{
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    padding-bottom: 15px;
}
.revw_bx {
    padding-bottom: 10px;
    border-top: 1px solid #d5d5d5;
    padding-top: 30px;
}
.revw_bx:nth-child(1){
    border-top: none;
}
.revw_bx:last-child{
    padding-bottom: 0px;
    border-bottom: none;
}
.revw_bx:first-child{
    padding-top: 0px;
}
.dn_md{
    margin-top: 10px;
}
.dn_md img{
    display: inline-block;
    width: 32px;
    height: 32px;
    object-fit:cover;
    border-radius: 2px;
    margin-right: 10px;
    border: 1px solid #ccc;
}
.dn_md h6{
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: 400;
}
.dn_md em{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    font-style: normal;
    padding-bottom: 12px;
    display: inline-block;
}
.dn_md p{
    font-size: 14px;
    line-height: 22px;
    color: #2d2e2f;
    padding-bottom: 15px;
}
#hide, #hide1, #hide2{
    display: none;
}
.drop_menu {
    width: 200px;
    position: absolute;
    right: 0;
    top: 100%;
    box-shadow: 0 0 8px -1px rgba(0,0,0,0.4);
    padding: 15px 0;
    background: #fff;
}
.drop_menu .dropdown-item{
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    font-family: 'Poppins';
    color: #2d2e2f;
    padding: 10px 20px;
    transition: 0.5s all;
}
.drop_menu .dropdown-item:hover{
    background: #e00707;
    color: #fff;
}
.side_btn:hover .drop_menu{
    display: block !important;
}
.tp_md .media-body{
    padding-right: 40px;
}
.prog_bar{
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.2);
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 40px;
}
.prog_bar span, .prog_bar em{
    font-size: 16px;
    line-height: 26px;
    color: #2d2e2f;
    font-style: normal;
    position: absolute;
    top: -5px;
}
.prog_bar li{
    position: relative;
    padding: 0 25px 0 65px;
    margin-top: 20px;
}
.prog_bar li:first-child{
    margin-top: 0;
}
.prog_bar em{
    right: 0;
}
.prog_bar span{
    left: 0;
}
.prog_bar .progress {
    height: 10px;
    background-color: #dddcdf;
    border-radius: 25px;
}
.prog_bar .progress-bar {
    background-color: #ffc600;
}
.busi_bx .tp_md img {
    width: 80px;
    height: 80px;
}
.busi_bx .tp_md h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}
.busi_bx .tp_md strong, .tp_md em {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}
.revw_bx h5 em{
    display: inline-block;
    font-style: normal;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #2d2e2f;
    font-family: 'Poppins';
    padding-bottom: 6px;
}
.busi_bx .tp_md {
    margin-bottom: 8px;
}
.busi_bx .rt_bx img {
    width: 102px;
}
.busi_bx .rt_bx em{
    font-family: "Open Sans";
}
.busi_bx .rt_bx {
    padding-bottom: 10px;
}
.revw_bx i{
    display: inline-block;
}
.revw_bx i img{
    max-width: 100%;
    width: auto;
    display: inline-block;
    margin: 15px 0;
}
.re_down{
    padding-left: 60px;
}
.re_down input[type="text"], .re_down textarea, .dn_md textarea{
    border: #2d2e2f solid 1px;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    height: 40px;
    width: 100%;
    border-radius: 50px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Open Sans";
    color: #333333;
    padding: 7px 30px;
    resize: none;
}
.re_down textarea, .dn_md textarea{
    height: 90px;
    border-radius: 20px;
}
.rev_img{
    max-width: 275px;
}
.rev_caro_img img{
    border-radius: 5px;
}
.rev_img .owl-carousel {
    margin: 5px 0 15px;
}
.rev_img .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #e00707 !important;
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rev_img .owl-nav .owl-prev {
    left: -12px;
}
.rev_img .owl-nav .owl-next {
    right: -12px;
}
.rev_img .owl-nav .owl-prev::before {
    content: "\f060";
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
}
.rev_img .owl-nav .owl-next::before {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
}
.rev_img .owl-nav span {
    display: none;
}
.prog_bar ul{
    padding-top: 30px;
}
#businessforgotpass h3{
    color: #e00707;
    padding-bottom: 20px;
}
.shop_btn.hvrvertical{
    text-align: center;
}
.contact_frm input[type="submit"]{
    width: auto;
}
.proDetailspgitmsText .box input[type="file"] + label strong{
    font-weight: normal;
}
.proDetailspgitmsText .box input[type="file"] + label{
    display: inline-block !important;
    width: 147px;
    text-align: center;
    padding: 6px 11px;
    position: relative;
}
.upldpic.coverpic li img{
    object-position: top;
}
.upldpic.compnypic li {
    width: 130px;
}
.upldpic.compnypic li img {
    height: 80px;
    object-position: top;
}
ul.heateor_sl_login_ul{
    padding-top: 0px;
    display: inline-block;
}
.coverpic.upldpic li img {
    height: 100px;
}
.videolink li {
    max-width: 50%;
}
.videolink iframe {
    height: 140px;
    border-radius: 0px;
}
.videoFlds textarea {
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 53px;
    overflow: hidden;
}
.advertise_sec{
    width: 100% !important;
    display: block !important;
}
.ad_ban{
    position: inherit !important;
    top: inherit !important;
    right: inherit !important;
}
.featured_in{
    padding: 20px 0 !important;
}
.ad_ban i {
    max-width: 100%;
    display: inline-block;
    width: 100%;
}
.featured_in > .row {
    margin: 0 -15px;
    flex-direction: row-reverse;
}
.advertise_sec2 i, .advertise_sec2 i{
    width: 100%;
}
.advertise_sec2 i img, .advertise_sec2 i img{
    width: 100%;
}
.clsnorecord{
    padding: 40px;
    text-align: center;
}
.clsnorecord p{
    text-transform: uppercase;
    font-size: 20px;
    line-height: 25px;
    margin-top: 10px;
}
.img_sec img{
    width: 123px;
    height: 123px;
    object-fit:cover;
    border-radius: 5px;
}
.galleryMoadlpop .modal-dialog{
    max-width: 90%;
}
.popTabs{
    width: 100%;
    box-shadow:rgba(0, 0, 0, 0.15) 0px 0px 18px;
    padding: 20px;
    position: sticky;
    z-index: 1012;
}
.popTabs ul li{
    display: inline-block;
    margin-right: 10px;
}
.popTabs ul li a{
    display: inline-block;
    padding: 10px 0;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
    color: #000;
}
.popTabs ul li.active a{
    color: #e00707;
}
.galleryMoadlpop .modal-body{
    padding: 0px;
    height: 100%;
}
.galleryMoadlpop .close{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 11;
    padding: 24px;
    z-index: 1111;
}
.photouplodCont a{
    width: 100%;
    display: inline-block;
}
.photouplodCont a img{
    width: 100%;
    border-radius: 5px;
}
.photouplodCont .row{
    margin: 0 -5px;
}
.photouplodCont .col-lg-2{
    padding: 5px;
}
.photouplodCont{
    padding: 12px 32px;
    overflow: hidden scroll;
    scrollbar-width: none;
    height: 100%;
}
.tbauplodcont{
    width: 100%;
    display: none;
}
.galleryMoadlpop .modal-content{
    border-color: rgb(235, 235, 235);
    width: 100%;
    overflow: hidden;
    -moz-box-flex: 1;
    flex-grow: 1;
    display: flex;
    position: relative;
    flex-direction: column;
    height: 100vh;
}
.pagination{
    width: 100%;
    display: inline-block;
    text-align: center;
}
.pagination a{
    display: inline-block;
    text-transform: uppercase;
    width: 36px;
    height: 36px;
    text-align: center;
    border: 1px solid #ccc;
    line-height: 36px;
    margin: 4px;
    border: none;
    cursor: pointer;
}
.pagination a.jp-next, .pagination a.jp-previous{
    width: auto
}
.pagination a.jp-current{
    background: #000;
    border-color: #000;
    color: #fff !important;
}
.log_link ul li a{
    width: 40px;
    height: 40px;
    padding: 0px;
    line-height: 40px;
    text-align: center;
}
.log_link ul li a i{
    margin: 0px;
}
.log_link ul li a:hover i{
    color: #2d2e2f;
}
.details_box .review_list li{
    position: relative;
}
.sharebox{
    width: 200px;
    background: #fff;
    padding: 10px;
}
.sharebox {
    width: 160px;
    background: #fff;
    padding: 10px;
    position: absolute;
    top: 100%;
    border: 1px solid #ccc;
    display: none;
}
.sharebox li a{
    padding: 5px !important;
    border: none !important;
}
.details_box .review_list li:hover .sharebox{
    display: block;
}
.sharebox li a:hover{
    color: #e00707 !important;
    background: none !important;
}
.sharebox li{
    margin: 0px !important;
}
.ban_caro .owl-carousel .owl-item img{
    object-position: top;
}
.banner_form_sec{
    z-index: 1;
}
.homeslide .banner_box img{
    height: 680px !important;
    object-fit: cover;
    object-position: top;
}
.banner_form_sec{
    top: 63%;
}
#gallery .gallery_img img{
    height: 250px;
    object-fit: cover;
    object-position: top;
}
.gallery_img{
    position: relative;
}
.clsgalboxovr{
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}
.clsgalboxovr a {
    width: auto;
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    background: #fff;
    padding: 5px 12px 8px;
    border-radius: 19px;
    width: 67px;
    cursor: pointer;
}
.gallerybox .owl-next, .gallerybox .owl-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 33px;
    height: 33px;
    background: #fff;
    border-radius: 100%;
    box-shadow:0px 0px 3px 1px rgba(0,0,0,0.2);
    background:#fff !important;
}
.gallerybox .owl-next{
    right: -18px;
}
.gallerybox .owl-prev{
    left: -18px;
}
.gallerybox .owl-next span, .gallerybox .owl-prev span{
    font-size: 27px;
}
.log_link ul li{
    margin: 0 6px;
}
.log_link ul{
    justify-content: center;
}
form .rating-star {
    background: url("../images/rating-star.png") repeat-x 0 0;
    width: 150px;
}
form .rating-star input[type="radio"] {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}
form .rating-star input[type="radio"].star-5:checked ~ span {
    width: 100%;
}
form .rating-star input[type="radio"].star-4:checked ~ span {
    width: 80%;
}
form .rating-star input[type="radio"].star-3:checked ~ span {
    width: 60%;
}
form .rating-star input[type="radio"].star-2:checked ~ span {
    width: 40%;
}
form .rating-star input[type="radio"].star-1:checked ~ span {
    width: 20%;
}
form .rating-star label {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0!important;
    padding: 0!important;
    text-indent: -999em;
    float: left;
    position: relative;
    z-index: 10;
    background: transparent!important;
    cursor: pointer;
}
form .rating-star label:hover ~ span {
    background-position: 0 -30px;
}
form .rating-star label.star-5:hover ~ span {
    width: 100% !important;
}
form .rating-star label.star-4:hover ~ span {
    width: 80% !important;
}
form .rating-star label.star-3:hover ~ span {
    width: 60% !important;
}
form .rating-star label.star-2:hover ~ span {
    width: 40% !important;
}
form .rating-star label.star-1:hover ~ span {
    width: 20% !important;
}
form .rating-star span {
    display: block;
    width: 0;
    position: relative;
    top: 0;
    left: 0;
    height: 30px;
    background: url("../images/rating-star.png") repeat-x 0 -60px;
    -webkit-transition: -webkit-width 0.5s;
    -moz-transition: -moz-width 0.5s;
    -ms-transition: -ms-width 0.5s;
    -o-transition: -o-width 0.5s;
    transition: width 0.5s;
}
.review_box .prog_bar ul {
    padding-top: 0;
    padding-left: 30px;
    border-left: 1px solid #c0c0c0;
}
.review_box .prog_bar {
    padding: 35px;
    margin-bottom: 0;
    box-shadow: none;
    border: 1px solid #c0c0c0;
}
.review_box .prog_bar .row{
    margin: 0;
}
.review_box .prog_bar .col-md-4, .review_box .prog_bar .col-md-8{
    padding: 0;
}
.rev_point strong{
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    display: block;
    padding-bottom: 18px;
    color: #2d2e2f;
    font-weight: 400;
}
.rev_point strong b{
    font-weight: 600;
    font-family: 'Poppins';
    display: block;
    font-size: 40px;
    line-height: 45px;
}
.rev_point{
    padding-right: 30px;
}
.review_box .prog_bar span, .review_box .prog_bar em {
    top: -9px;
}
.review_box .prog_bar li {
    padding: 0 0 0 65px;
}
.rev_com .media .pro_img{
    display: inline-block;
    margin-right: 30px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.rev_name{
    position: relative;
    padding-right: 115px;
    margin-bottom: 22px;
}
.rev_name b{
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    font-family: 'Poppins';
    color: #2d2e2f;
    display: block;
}
.rev_name span{
    font-size: 16px;
    line-height: 26px;
    color: #2d2e2f;
}
.rev_com .media-body p{
    color: #333333;
    padding-bottom: 15px;
}
.rev_com .media{
    padding: 28px 100px 23px 0;
    border-bottom: 1px solid #ddddde;
}
.rev_com .media:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.rev_com .media-body ul, .helpreviews{
    padding: 7px 25px;
    border: #2d2e2f solid 1px;
    border-radius: 25px;
    display: inline-block;
    width: 250px;
}
.rev_com .media-body li:nth-child(1), .helpreviews li:nth-child(1){
    float: left;
    width: 80%;
    border-left: none;
}
.rev_com .media-body li:nth-child(2), .helpreviews li:nth-child(2){
    float: right;
    width: 20%;
    text-align: center;
}
.rev_com .media-body li, .helpreviews li{
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    font-family: 'Poppins';
    border-left: 1px solid #2d2e2f;
}
.rev_com .media-body li i, .helpreviews li i{
    display: inline-block;
    margin-right: 20px;
    color: #e00707;
}
.revv_sec{
    padding: 35px 0 0;
    border-bottom: none;
}
.rev_point .rating ul{
    padding-left: 0px;
    border-left: none;
    display: inline-block;
    float: inherit;
}
.rev_point .rating ul li a {
    width: 32px;
    height: 32px;
}
.rev_point .rating ul li{
    padding: 0;
}
.rev_point .rating{
    display: inline-block;
    text-align: center;
}
.rev_name .rating{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 105px;
}
.rev_name .rating li:nth-child(1), .rev_name .rating li:nth-child(2) {
    float: left;
    width: auto;
    border-left: none;
    text-align: left;
}
.rev_name .rating li {
    border-left: none;
    margin: 0 3px 0 0;
}
.rev_name .rating ul {
    padding: 0;
    border: none;
    border-radius: 0;
    float: inherit;
    width: 105px;
}
.rev_name .rating li a{
}
.rev_name .rating li a {
    width: 18px;
    height: 18px;
}
.job_frm .inputfile-2 + label{
    display: flex;
    align-items: center;
}
.job_frm .inputfile-2 + label strong{
    margin-right: 8px;
}
.job_frm .inputfile-2 + label span{
    width: 50%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.rev_com .media-body li.likeactv i {
    color: #1ec642;
}
.rev_bx li img{
    margin: 0px;
    border-radius: 5px;
}
.rev_bx li{
    margin: 0 5px 0 0 !important;
}
.rev_bx ul{
    padding-top: 0;
    margin-right: 10px;
}
.rev_bx{
    align-items: center;
    margin-top: 12px;
}
.dn_md{
    margin-top: 0px;
}
.srd_connect img{
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 100%;
}
.helpreviews{
    margin-bottom: 14px;
}
.ratingSmal ul li a{
    width: 18px;
    height: 18px;
}
.ratingSmal ul li a img{
    width: auto !important;
    margin-right: 0;
}
.ratingSmal{
    width: auto !important;
    margin-right: 10px;
}
.dn_md form{
    width: 100%;
}
.dn_md input[type="submit"]{
    font-size: 16px;
    line-height: 40px;
    display: inline-block;
    background: #e00707;
    border: none;
    color: #fff;
    border-radius: 30px;
    margin-top: 10px;
    padding: 0 27px;
    height: auto;
}
.dn_md input[type="submit"]:hover{
    background: #000
}
.dn_md input[type="button"]{
    font-size: 16px;
    line-height: 40px;
    display: inline-block;
    background: #ccc;
    border: none;
    color: #000;
    border-radius: 30px;
    margin-top: 10px;
    padding: 0 27px;
    cursor: pointer;
}
.dn_md input[type="button"]:hover{
    background: #989696;
}
.review_btm ul li{
    display: inline-block;
    float: left;
}
.review_btm li img{
    max-width: 100%;
}
.info_rv li{
    display: inline-block;
    margin: 0px 5px 0 0 !important;
    padding: 0px !important;
}
.info_rv li img{
    margin: 0px;
    padding: 0px;
    border-radius: 5px;
    width:30px;
}
.rev_box strong{
    text-transform: capitalize;
}
.info_rv{
    width: 100%;
    display: flex;
    align-items: center;
}
.info_rv ul{
    padding-bottom: 0px;
    margin-right: 20px;
}
.product_bx a.added_to_cart{
    color: #e00707;
    font-weight: 500;
    margin-left: 10px;
}
.shipping-calculator-form .input-text {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.woocommerce-billing-fields .input-text, .woocommerce-billing-fields .select2-selectiont, .woocommerce-billing-fields .select2-selection, .clsshipfrm .input-text{
    color: #333333 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    font-family: 'Poppins' !important;
    font-weight: 400 !important;
    height: 50px !important;
    padding: 0 20px !important;
    background: #eaeaea !important;
    border: none !important;
    border-radius: 0px !important;
}
.input-text::placeholder{
    opacity: 1 !important;
}
.woocommerce-billing-fields .select2-selection .select2-selection__rendered{
    line-height: 50px !important;
}
.clsshipfrm textarea.input-text{
    height: 110px !important;
    padding: 20px !important;
}
.header_btns li.dropdown a i{
    display: inline-block;
    margin-left: 5px;
}
.menu_sec {
    padding-right: 310px;
}
.header_btns li {
    padding-right: 20px;
}
.header_btns li a, .ban_form input[type="submit"]{
    font-family: 'Poppins';
}
.banner_form_sec {
    z-index: 5;
    max-width: 1060px;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 55%;
}
.cat_bx {
    padding: 5px 10px 5px 10px;
    justify-content: center;
}
.cat_bx span {
    flex: inherit;
}
.review_top{
    padding: 25px 40px;
}
.review_btm {
    padding: 20px 40px;
}
.review_btm {
    justify-content: flex-start;
}
.review_btm ul {
    margin: 0 7px 0 0;
    float: inherit;
}
.review_btm ul li {
    margin: 0 3px;
}
.review_btm ul li:nth-child(1){
    margin-left: 0;
}
.reviews_sec h2{
    padding-bottom: 5px;
}
.reviews_sec .owl-carousel .owl-stage-outer {
    padding-top: 20px;
}
.review_bx{
    transition: 0.5s all;
}
.review_bx:hover {
    transform: translateY(-10px);
}
.tophead h1, .tophead h2, .findbusiness_leftinner h1, .readmore_btn {
    font-family: 'Poppins';
}
.btn1 {
    font-family: 'Poppins';
}
.blog_content em {
    padding-bottom: 20px;
    text-transform: uppercase;
}
.btn1 {
    font-size: 16px;
    line-height: 20px;
}
.footer_box_m .btn1 {
    padding: 0 20px;
}
.main_btn {
    font-size: 20px;
    line-height: 22px;
}
.footer_box2 .wpcf7 form .wpcf7-response-output{
    border: none !important;
    padding: 5px 10px;
    text-align: center;
    font: 400 13px/16px 'Roboto', sans-serif;
    color:#fff;
    margin: 15px 0 0 !important;
}
.footer_box2 .invalid .wpcf7-response-output{
    background:#dc3232;
}
.footer_box2 .sent .wpcf7-response-output{
    background:#84c426;
}
.footer_box2 span.wpcf7-not-valid-tip {
    background: #dc3232;
    position: absolute;
    top: 24px;
    left: 0px;
    font: 400 11px/14px 'Roboto', sans-serif;
    border-radius: 5px;
    padding: 6px 14px;
    color: #fff;
    z-index: 1;
}
.footer_box2 span.wpcf7-not-valid-tip::before {
    position: absolute;
    top: -15px;
    left: 10px;
    border: 9px solid transparent;
    border-bottom: 10px solid #dc3232;
    content: "";
}
.footer_box2 .wpcf7-spinner{
    position: absolute;
    bottom: 8px;
    right: 10px;
    margin: 0;
}
.blog_content {
    min-height: 293px;
}
.product_sec .owl-carousel .owl-item img {
    display: inline-block !important;
}
.banner_ban .banner_form_sec {
    top: 63%;
}
.rev_box li a {
    font-weight: 600;
    font-family: 'Poppins';
}
.rev_box ul {
    flex-wrap: wrap;
}
.list_pagi{
    display: flex;
    justify-content: center;
}
.list_pagi a{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #2d2e2f !important;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    background: none;
}
.list_pagi a.jp-current, .list_pagi li span.current {
    background-color: #fadada;
    color: #2d2e2f !important;
}
.list_pagi a.jp-next, .list_pagi a.jp-previous{
    font-size: 0;
    line-height: 0;
    width: 34px !important;
    height: 34px;
    background: none;
    color: #999 !important;
}
.list_pagi a.jp-next::before, .list_pagi li a.next::before{
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-size: 26px;
    line-height: 30px;
}
.list_pagi a.jp-previous::before, .list_pagi li a.prev::before{
    content: "\f104";
    font-family: "Font Awesome 6 Free";
    font-size: 26px;
    line-height: 30px;
}
.list_pagi .jp-disabled{
    display: none;
}
.list_pagi {
    margin-top: 40px;
}
.list_pagi li a, .list_pagi li span.current{
    border-radius: 50%;
    color: #2d2e2f !important;
    background: none;
}
.list_pagi li a.next, .list_pagi li a.prev{
    font-size: 0;
    line-height: 0;
}
.list_pagi li span.current{
    background-color: #fadada;
}
.flt .btn_sec .btn1.main_btn{
    min-width: 265px;
}
.banner_ban .banner_box img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.sch_rt #listIdentifier .rev_box:last-child{
    margin-bottom: 0;
}
.review_bx1 .review_top, .review_bx1 .review_btm {
    padding: 25px 20px;
}
.featured_sec .featured_in{
    padding: 0 !important;
}
.featured_sec {
    padding-bottom: 60px;
}
.featured_sec .featured_in .row{
    margin: 0 -20px;
}
.featured_sec .featured_in .col-md-3, .featured_sec .featured_in .col-md-9{
    padding: 0 20px;
}
.blog_content h4 a {
    display: inline-block;
}
.blog_list_mn .blog_content {
    min-height: 270px;
}
.blog_content h4 {
    font-family: 'Poppins';
}
.add_buss{
    padding: 55px 0 60px;
}
.add_buss h1{
    padding-bottom: 30px;
}
.add_buss .proDetailspgDet{
    padding: 55px 40px 60px;
}
.add_buss .prodRow {
    margin-bottom: 0;
}
.add_buss .proDetailspghed1 h3 {
    padding-bottom: 0px;
}
.add_buss .contact_frm label{
    font-family: 'Poppins';
}
.add_buss .contact_frm label {
    font-size: 18px;
}
.prodRow1{
    margin-top: 30px;
}
.brdBtns_wht{
    background: #fff;
    padding: 1px 10px;
}
.proDetailspgitmsText1 .box input[type="file"] + label{
    border: 1px solid #2d2e2f;
    padding: 0px 11px;
    width: 85px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.proDetailspgitmsText1 .col3 label{
    font-size: 16px;
    line-height: 24px;
}
.opnTable .brdBtns{
    background: #fff;
}
.clscrtadd .menu_sec {
    padding-right: 360px;
}
.nav_top .wp-block-image{
    margin: 0;
}
.b_dt_rgt .b_dt_srch {
    margin-bottom: 0;
}
.b_dt_rgt .b_dt_srch_dn {
    padding: 26px 30px 40px;
}
.woocommerce-tabs .woocommerce-Tabs-panel{
    margin-top: 20px !important;
}
.srd .searhdtails_lft .search_mnu {
    margin-bottom: 0;
}
.srd_bx .srd_menu_1{
    margin-bottom: 0;
}
.ban_caro_txt .ban_caro_txt_in .rev_bx{
    margin-top: 0;
}
.clsprdbx .star-rating {
    float: inherit !important;
    display: inline-block;
    margin-bottom: 10px;
}
.clsprdbx .star-rating span::before {
    color: #000 !important;
}
.ctr_sec .woocommerce-review-link{
    color: #000;
}
.ctr_sec #review_form_wrapper{
    padding-left: 20px;
}
.clsprdbx {
    min-height: 440px;
    position: relative;
    padding-bottom: 68px;
}
.clsprdbx .button {
    position: absolute !important;
    bottom: 0;
    left: 0 !important;
}
.clsprdbx .added_to_cart {
    position: absolute !important;
    bottom: 8px;
    right: 20px !important;
}
.srd_edit .contact_frm label{
    font-family: 'Poppins';
    font-weight: 500;
}
.srd_edit .contact_frm{
    padding: 25px 40px;
}
.srd_edit .table {
    margin-bottom: 0;
}
.srd_edit .over_vw h6 b {
    text-transform: capitalize;
}
.srd_edit .col-md-12.load-more{
    text-align: center;
}
.header_btns li.drop_sign{
    padding-bottom: 0 !important;
}
.drop_sign{
    background: #e00707;
    border-radius: 60px;
    padding-bottom: 0 !important;
    transition: 0.5s all;
}
.drop_sign .fa-angle-down{
    color: #fff;
    display: inline-block;
    padding: 10px 16px 10px 5px;
}
.drop_sign:hover{
    background: #fff;
    cursor: pointer;
}
.drop_sign:hover .btn1{
    color: #000;
}
.drop_sign:hover .fa-angle-down{
    color: #000;
}
.drop_sign .btn1{
    background: none;
}
.clssimlis .review_bx .review_btm{
    background: none !important;
    padding: 0px !important;
    margin-top: 10px;
}
.clssimlis .review_bx .review_btm img{
    height: auto !important;
}
.clssimlis .review_top .review_btm span{
    max-width: inherit;
    min-height: inherit;
    border-radius: 0px;
    color: #fff;
    background: none !important;
    margin: 0px !important;
}
.clssimlis{
    background: #fafafa;
    text-align: center;
}
.clssimlis h2{
    padding-bottom: 41px;
}
.clssimlis .item{
    padding: 10px 0;
}
.clssimlis .review_top strong{
    background: none !important;
}
.header_btns li.dropdown .drop-main {
    width: 100px;
}
.details_box .review_list li i{
    color: #e00707;
}
.details_box .review_list li a:hover i{
    color: #fff;
}
.details_box .review_list li .sharebox a i{
    color: #000;
}
.details_box .review_list li .sharebox a:hover i{
    color: #e00707;
}
.ban_caro_txt_in h1{
    text-transform: capitalize;
}
.header_btns li.dropdown .drop-main {
    left: 50%;
    transform: translateX(-50%);
    right: inherit;
}
.header_btns li.dropdown .drop-main li {
    left: 50%;
    transform: translateX(-50%) !important;
}
.review_bx .rev_hov{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.fstMultipleMode .fstControls {
    padding: 13px 30px 10px 20px !important;
    min-height: 50px;
    height: inherit;
}
.fstMultipleMode .fstQueryInput {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 0 !important;
    float: left !important;
}
.fstMultipleMode .fstQueryInput::placeholder{
    font-size: 16px !important;
}
.over_vw1 li:first-child b {
    position: inherit;
    top: inherit;
    left: inherit;
}
.over_vw1 li:first-child {
    position: inherit;
    padding-left: inherit;
}
.ban_caro_new{
    width: 100%;
    height: 450px;
    background: #000;
    overflow: hidden;
}
.ban_caro_new .caro_in_img img{
    width: 100%;
    object-fit:cover;
}
.pagination {
    display: inline-flex;
    justify-content: center;
}
.proDetailspgitmsText .col3 label span{
    font-size: 12px;
    line-height: 16px;
}
.header_btns li.dropdown .drop-main {
    background: none !important;
    padding-top: 5px !important;
}
.header_btns li.dropdown .drop-main li a {
    background: #fff;
}
.header_btns li.dropdown.drop_sign a i {
    margin-left: 0px;
}
.header_btns li.dropdown.drop_sign .drop-main li a{
    text-align: center;
}
.flt .btn_sec .btn1.main_btn {
    justify-content: center;
}
.fstElement > select, .fstElement > input {
    position: absolute !important;
    left: 0 !important;
    top: 0;
    z-index: -1;
}
.form_write .banner_form_sec{
    margin: 0 auto;
}

.fstMultipleMode .fstQueryInput{font-size: 16px !important; line-height: 22px;}



.frm_lft .frm_bdy .alert.alert-danger li{float: inherit !important;width: 100% !important;}
.frm_lft .frm_bdy .alert.alert-danger ul, .frm_lft .clserrlst{padding-top: 0;}


.btn_nt a i{margin-right: 0 !important;margin-left: 20px !important;}
.feat_det .log_link .log_btn {text-align: center;}
.srd_edit .contact_frm label span { font-size: 12px; line-height: 16px; }


.edt_mdl{position: relative;padding: 30px;border-radius: 15px;}
.edt_mdl button.close{position: absolute;top: 8px;right: 8px;z-index: 2;}
.edt_mdl textarea { border-radius: 10px; }



/*order_listing*/

.woocommerce-orders-table{width: 100%;}
.woocommerce-orders-table .button { margin: 5px 0 !important;padding: 0 15px !important;min-height: 30px !important;}



/*order_details*/

.woocommerce-customer-details .addresses {display: inline-block;width: 100%; }
.woocommerce-customer-details .col-1{max-width: 49%;float: left;padding: 0;border: 1px solid rgba(0,0,0,0.2);}
.woocommerce-customer-details .col-2{max-width: 49%;float: right;padding: 0;border: 1px solid rgba(0,0,0,0.2);}
/*.woocommerce-customer-details .col-1, .woocommerce-customer-details .col-2 {flex: 0 0 50%;max-width: 50%;border: 1px solid #000;}*/



.woocommerce-order-details { margin-top: 0;}
.woocommerce-order-details .order_details { margin: 20px 0;width: 100%; }
.woocommerce-order-details .order-info mark{color: #e00707;padding: 0 5px;background: none;}
.woocommerce-customer-details address{font-style: normal;text-transform: capitalize;padding-bottom: 10px;line-height: 30px;}
/*.woocommerce-customer-details .addresses .woocommerce-column{border-left: 1px solid #000;}*/
/*.woocommerce-customer-details .addresses .woocommerce-column:first-child{border: none;}*/
/*.woocommerce-customer-details{ border: 1px solid #000;}*/
.woocommerce-customer-details .addresses .woocommerce-column address{padding-left: 15px;min-height: 220px;}
.woocommerce-customer-details .addresses h2 { font-size: 20px; line-height: 30px; padding: 15px;background: #eaeaea; }
.woocommerce-order-details .order_details tr{border-bottom: 1px solid rgba(0,0,0,0.2);}
.woocommerce-order-details .order_details tfoot tr:last-child .woocommerce-Price-amount, .woocommerce-order-details .order_details tfoot tr:first-child .woocommerce-Price-amount{font-size: 16px;line-height: 20px;font-weight: 700;}


.woocommerce-orders-table thead{border-bottom: 1px solid rgba(0,0,0,0.2);background: #eaeaea;}
.woocommerce-order-details .order_details thead{background: #eaeaea;}
.woocommerce-order-details .order_details th, .woocommerce-order-details .order_details td{padding: 10px;}

.woocommerce-orders-table th, .woocommerce-orders-table td{padding: 10px;}


.edt_mdl textarea{box-shadow: 0 0 9px 0px rgba(0,0,0,0.1);border: none;}
.edt_mdl { flex-direction: column; }










#shipping_method li{margin: 0;padding-left: 0;}
#shipping_method#shipping_method li::before, .cms .woocommerce-order-overview li::before{display: none;}


.wc_payment_method input[type="radio"] + label{background: url(../images/chhk1.jpg) no-repeat left center;background-size: 20px 20px !important;padding-left: 30px;}
.wc_payment_method input[type="radio"]:checked + label{background: url(../images/chhk.jpg) no-repeat left center;}




.wc_payment_methods.payment_methods.methods li{padding-left: 0;}
.cms #payment li::before{display: none !important;}


.frm_lft .clserrlst li { color: #e00707 !important; }

.trm_bx.cms .wc-proceed-to-checkout, .trm_bx.cms .alert{text-align: center;}
.woocommerce-order-details .order-info .order-status{padding-right: 0;}




.cart_count { line-height: 17px !important; text-align: center;top: -3px; right: -3px; }
.ctr_sec #review_form_wrapper .comment-reply-title, .ctr_sec .woocommerce-Tabs-panel h2{font: 700 22px/24px 'poppins' !important; color: #000;padding-bottom: 21px;display: inline-block;}
.ctr_sec #review_form_wrapper p.stars { width: auto !important;margin-top: 0px !important; }
.ctr_sec .comment-form-comment label { padding-bottom: 10px; }

.woocommerce-Reviews .comment-form-rating { align-items: center; }
.woocommerce #review_form #respond p a { color: #ffcb18 !important; width: 40px; height: 40px; background: #fff ; border-radius: 5px ; }
.woocommerce p.stars a::before { top: 50% !important; left: 50% !important; transform: translate(-50%,-50%) ;font-size: 20px; }
.woocommerce-Reviews .comment-form-comment textarea{padding: 10px 15px; background: #fff; border-radius: 5px; box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.1);}




#searchform .ban_form input[type="text"], #searchform .ban_form select { font-size: 14px; line-height: 18px;}




.woocommerce div.product form.cart { margin-bottom: 0 !important; }
.ctr_sec .stock{margin-top: 10px;}
.woocommerce div.product .in-stock{color: #008000 !important;}
.woocommerce div.product .out-of-stock{color: #da202d  !important;}

.clsinfowindow li{ display: inline-block; margin-right: 2px;}
.clsinfowindow li img{ border-radius: 4px; max-width: 17px;}
.map_sec .gm-ui-hover-effect{ position: absolute !important;
  top: 0px;
  right: 0px;}
.map_sec h4{ margin-top: 7px;}
.map_sec h4 a{ color:#000;}
.clsinfowindow img{ border: 1px solid #ccc;}
.clspoprevsec{ display: flex;
  align-items: center;}
.clspoprevsec ul{ margin-right: 5px;}
.map_sec .gm-ui-hover-effect {
  position: absolute !important;
  top: 0px;
  right: 0px;
  background: #e00707 !important;
  width: 30px !important;
  height: 30px !important;
  border-radius: 100% !important;
  text-align: center !important;
}
.map_sec .gm-ui-hover-effect {
  position: absolute !important;
  top: 0px;
  background: #e00707 !important;
  opacity: 1 !important;
  width: 35px !important;
  height: 35px !important;
  border-radius: 100% !important;
}
.map_sec  .gm-ui-hover-effect > span {
  background-color: #000;
  width: 16px !important;
  height: 16px !important;
  margin: 0px auto !important;
filter:brightness(0) invert(1);
}
.map_sec .gm-ui-hover-effect> span {
  background-color: #fff;
  padding: 0px !important;
  width: 20px !important;
  height: 20px !important;
  margin: 0px auto !important;
}



.ban_form{ max-width: 700px; margin: 0px auto;}
.ban_form .col{ border-right: 1px solid #d5d5d5;}
.ban_form .col:last-child{ border: none; padding-right: 0px;}
.ban_form input[type="text"]{ border: none !important;}
.ban_form .col select, .ban_form .col input[type="text"], .ban_form .col input[type="submit"]{ width: 100% !important;
  padding:0 11px !important;}
.ban_form .row {
  margin: 0;
  justify-content: space-between;
  padding: 0px !important;
  width: 100%;
}


.ban_form select, .ban_form input[type="text"], .ban_form input[type="submit"]{ height: 50px;}

.location_inp, .ban_form select{ background-position: right 10px center !important;}

.rev_com .media.item >img{ width: 30px; height: 30px; margin-right: 10px; object-fit:cover;}
.rev_com.load_sec .media.item{ padding-right:0px;}
.rev_com .media-body p{ margin-top: 10px; padding-bottom: 0px;}
.rev_com .media-body em{ padding-bottom: 0px;}

.ban_form {
  max-width: 900px;
  margin: 0px auto;
}
#searchform .ban_form input[type="text"], #searchform .ban_form select{ padding-right: 40px !important;text-overflow: ellipsis; white-space: nowrap;}

.tp_md .media-body a:hover h5, .tp_md strong a:hover{ color: #e00707;}
.rev_name a:hover b{ color: #e00707;}
.search_mnu li a:hover{ color: #e00707;}
.search_mnu li.actv a{ color: #e00707; font-weight: 700;}
.rev_box strong a:hover{ color: #e00707;}
.rev_box li a:hover{ color: #e00707;}


.ban_form {
  max-width: 100%;
  margin: 0px auto;
}
.ban_form .col{ padding: 0 5px;}
#searchform .ban_form input[type="text"], #searchform .ban_form select{ padding-left: 6px !important;
  font-size: 12px;}
#searchform .ban_form input[type="text"]{ padding-right: 6px !important;}
#searchform .ban_form input[type="text"].location_inp{ padding-right: 40px !important;}
#searchform .ban_form input[name="search_text"]{ padding-left: 15px !important;}
#searchform .ban_form .col:first-child select[name="category"]{ padding-left: 15px !important;}
.blog_box p .more-link{display: none;}


.buss_detail_revwithologin ul {
    display: flex;
    margin-top: 20px;
}
.buss_detail_revwithologin ul li {
    padding-right: 20px;
}
.buss_detail_revwithologin ul li a:hover{
    background:#2d2e2f;
    color: #fff;
}
ul.woocommerce-error li:before {
    background: no-repeat !important;
}

@media (min-width: 3000px) and (max-width: 9000px) {
    .findbusiness_sec::before {
        width: 52%;
        clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    }
}

@media (min-width: 1700px) and (max-width: 9000px) {

.homeslide .banner_box img {
  height: auto !important;}


}



@media (min-width: 1200px) and (max-width: 9000px) {
    .srd_edit .proDetailspgitmsText .col-sm-3{
        flex: 0 0 26%;
        max-width: 26%;
    }
    .srd_edit .proDetailspgitmsText .col-sm-9{
        flex: 0 0 74%;
        max-width: 74%;
    }
    .about_ban .w-100, .layout_sec .w-100 {
        height: 450px;
    }
    .drop_sign .btn1{
        padding-right: 0;
    }
    .srd_edit .proDetailspgitmsText .opnTable1 .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 992px) and (max-width: 9000px) {
    .nav_top .dropdown .dropdown-menu {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        max-height: 0;
        display: block;
        opacity: 0;
        visibility: hidden;
        margin:0px;
        border: none;
        background:#fff !important;
        width: 270px;
        padding: 0px;
        border-radius: 0px;
        overflow: hidden;
        left: 0;
        right: inherit;
        padding: 0px;
        box-shadow: inherit;
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
        z-index: 111;
    }
    .nav_top .dropdown:hover .dropdown-menu {
        max-height: 300px;
        opacity: 1;
        visibility: visible;
    }
    .nav_top .dropdown .dropdown-menu{
        top: 82%;
    }
}
@media only screen and (max-width: 1400px) {
    .chng_pro_li_dn li a{
        font-size: 19px;
        line-height: 22px;
        padding: 13px 0;
    }
}
@media (min-width: 1301px) and (max-width: 1399px) {
    .ad_ban {
        right: -75px;
    }
}
@media (min-width: 1200px) and (max-width: 1300px) {
    .findbusiness_leftinner {
        width: 629px;
        padding-right: 150px;
    }
    .owlnavstyle .owl-carousel {
        padding: 0 20px;
    }
    .owlnavstyle .owl-nav button.owl-next {
        right: -13px;
    }
    .owlnavstyle .owl-nav button.owl-prev {
        left: -13px;
    }
    .featured_in {
        padding: 20px 247px 20px 0;
    }
    .ad_ban {
        right: -20px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        max-width: 960px;
    }
    body {
        font-size: 14px;
        line-height: 22px;
    }
    .navbar-brand {
        width: 200px;
    }
    .menu_sec li {
        padding-right: 24px;
    }
    .dropdown {
        padding-right: 38px !important;
    }
    .drop-arw {
        right: 22px;
    }
    .menu_sec {
        padding-right: 270px;
    }
    .btn1 {
        font-size: 14px;
        line-height: 18px;
    }
    .header_sec.fixed .navbar-brand {
        width: 180px;
    }
    .banner_form_sec .container {
        max-width: 850px;
    }
    .ban_form input[type="text"] {
        padding: 0 20px;
        height: 34px;
    }
    .ban_form select {
        padding: 0 55px 0 20px;
        height: 32px;
    }
    .ban_form {
        min-height: 60px;
    }
    .ban_form input[type="submit"] {
        height: 42px;
        font-size: 18px;
        line-height: 20px;
    }
    .ban_categories {
        padding-top: 20px;
    }
    .findbusiness_leftinner {
        width: 526px;
        padding-right: 120px;
    }
    .findbusiness_leftinner h1 {
        font-size: 32px;
        line-height: 37px;
    }
    .findbusiness_rightinner {
        width: 419px;
    }
    .review_top {
        padding: 20px 15px;
    }
    .review_top strong {
        font-size: 15px;
        line-height: 20px;
    }
    .review_top span {
        max-width: 140px;
        margin-bottom: 8px;
    }
    .review_btm {
        padding: 14px 30px;
    }
    .owlnavstyle .owl-carousel {
        padding: 0 20px;
    }
    .owlnavstyle .owl-nav button.owl-next {
        right: -13px;
    }
    .owlnavstyle .owl-nav button.owl-prev {
        left: -13px;
    }
    .category_bx2 {
        margin-bottom: 26px;
    }
    .category_sec .col-md-4 {
        padding: 0 15px;
    }
    .category_sec .row {
        margin: 0 -15px;
    }
    .product_image img {
        height: 225px;
    }
    .product_sec {
        padding-bottom: 50px;
    }
    .product_sec .main_btn, .blog_sec .main_btn {
        margin-top: 30px;
    }
    .blog_image img {
        height: 274px;
    }
    .blog_content h4 {
        font-size: 18px;
        line-height: 24px;
        min-height: 79px;
    }
    .blog_content em {
        padding-bottom: 15px;
        font-size: 13px;
        line-height: 15px;
    }
    .readmore_btn {
        font-size: 18px;
        line-height: 20px;
    }
    .footer_top .col-md-3:first-child {
        flex: 0 0 34%;
        max-width: 34%;
    }
    .footer_brand {
        width: 240px;
    }
    .footer_top .col-md-3:nth-child(4) {
        flex: 0 0 22%;
        max-width: 22%;
    }
    .footer_top {
        padding: 48px 0 50px;
    }
    .advertise_sec, .advertise_sec2 {
        padding: 40px 0 15px;
    }
    .ad_ban {
        right: 0;
    }
    .featured_in h6 {
        padding-bottom: 10px;
    }
    .featured_in {
        padding: 0px 239px 0px 0;
    }
    .featured_in .col-md-4 {
        padding: 0 15px;
    }
    .featured_in .row {
        margin: 0 -15px;
    }
    .ad_ban i {
        max-width: 210px;
    }
    .featured_in .review_btm {
        padding: 14px;
    }
    .featured_in .review_btm i {
        width: 102px;
    }
    .ctr_sec {
        padding: 40px 0;
    }
    .ctr_it .row{
        margin: 0 -15px;
    }
    .ctr_it .col-lg-3{
        margin-top: 30px;
        padding: 0 15px;
    }
    .img_sec {
        margin-right: 15px;
    }
    .sch_rt h5 {
        padding-bottom: 20px;
    }
    .rev_box strong {
        font-size: 24px;
        line-height: 28px;
        padding-bottom: 16px;
    }
    .info_sec span{
        font-size: 16px;
    }
    .info_sec img {
        margin-right: 10px;
        max-width: 140px;
    }
    .frm {
        margin-bottom: 10px;
    }
    .rev_box {
        margin-bottom: 30px;
    }
    .map_sec iframe {
        min-height: 450px;
    }
    .log_btn{
        font-size: 18px;
        padding: 12px 15px;
    }
    .log_link ul li a{
        padding: 4px 8px;
        font-size: 12px;
    }
    .chng_pro_li_dn li a {
        font-size: 16px;
        line-height: 21px;
        padding: 10px 0;
    }
    .photoinumbr em {
        font-size: 14px;
        line-height: 20px;
    }
    .chng_pro_li_dn {
        padding: 20px 20px;
        margin-top: 38px;
    }
    .chng_pro_bx, .chng_pro_li_dn{
        padding: 20px;
    }
    .b_details {
        padding: 40px 0;
    }
    .b_details h3 {
        font-size: 19px;
        line-height: 28px;
    }
    .b_dt_lft b {
        font-size: 16px;
        line-height: 22px;
    }
    .b_dt_txt p {
        padding-bottom: 15px;
    }
    .b_dt_txt {
        padding: 20px 20px 5px;
    }
    .b_dt_lft .btn1 {
        margin-top: 30px;
        font-size: 17px;
        line-height: 45px;
    }
    .b_dt_lft li:nth-child(1) a i {
        margin-right: 8px;
    }
    .b_dt_lft li:nth-child(2) a i {
        margin-left: 8px;
    }
    .b_dt_srch_dn {
        padding: 20px;
    }
    .b_dt_srch_dn .media:nth-child(2){
        margin-top: 10px;
    }
    .b_dt_srch_dn .media h6, .b_dt_srch_dn .media em {
        font-size: 14px;
        line-height: 20px;
    }
    .blog_list .col-md-4 {
        padding: 15px;
    }
    .blog_list {
        padding: 40px 0 25px;
    }
    .rev_point strong b {
        font-size: 36px;
        line-height: 40px;
    }
    .rev_point .rating ul li a {
        width: 25px;
        height: 25px;
    }
    .banner_form_sec {
        max-width: 800px;
    }
    .menu_sec {
        padding-right: 300px;
    }
    .homeslide .banner_box img {
        height: 550px !important;
    }
    .review_btm {
        padding: 20px 15px;
    }
    .main_btn {
        font-size: 18px;
        line-height: 22px;
    }
    .featured_sec {
        padding-bottom: 40px;
    }
    .featured_sec .featured_in .row {
        margin: 0 -15px;
    }
    .featured_sec .featured_in .col-md-3, .featured_sec .featured_in .col-md-9 {
        padding: 0 15px;
    }
    .review_bx1 .review_top, .review_bx1 .review_btm {
        padding: 12px;
    }
    .review_btm li img {
        width: 15px;
    }
    .blog_content {
        min-height: 250px;
    }
    .blog_content p {
        min-height: 82px;
    }
    .blog_list_mn .blog_content {
        min-height: 255px;
    }
    .add_buss .contact_frm label {
        font-size: 17px;
        line-height: 24px;
    }
    .clscrtadd .menu_sec {
        padding-right: 335px;
    }
    .clsprdbx {
        min-height: 387px;
    }
    .clsprdbx .added_to_cart {
        right: 0px !important;
    }
    .srd_edit .contact_frm{
        padding: 16px !important;
    }
    .drop_sign .btn1{
        padding-right: 0;
    }
    
    
    
    
    #searchform .location_inp { background: url(../images/loc.png) no-repeat center right 10px !important; padding-right: 20px !important;}
    #searchform .ban_form select { background: url(../images/arw.png)no-repeat center right 10px transparent;}
    #searchform  .ban_form select { padding: 0 20px;}
    
    
    
  
    
    
    
}
@media only screen and (max-width: 1199px) {
    .busi_over .col_9, .proDetailspgitmsText .col9 {
        flex: 0 0 auto;
        max-width: 100%;
        padding: 0 15px;
    }
    .busi_over strong {
        font-size: 15px;
    }
    .proDetailspgitmsText {
        margin: 15px 0 0;
    }
    .prodRow input[type="submit"], .load-more__btn{
        font-size: 17px;
        line-height: 46px;
    }
    .sch_rt .row{
        margin: 0 -15px;
    }
    .sch_rt .col-lg-8, .sch_rt .col-lg-4{
        padding: 0 15px;
    }
    .info_rv li img{
        width: 23px;
        border-radius: 4px;
    }
    
    
.ban_form select, .ban_form input[type="text"], .ban_form input[type="submit"]{ height: 40px;}    
.location_inp, .ban_form select{ background-position: right 10px center !important;}      
    
    
    
}

@media (min-width: 768px) and (max-width: 991px) {
	
/*order_details*/

.proDetailspgDet.contact_frm.load_sec.load-more{ overflow-x: auto; }
.woocommerce-orders-table { width: 560px; }

}

@media only screen and (max-width: 991px) {
    .nav_top .navbar-toggler{
        border: none;
        background: none;
        padding: 10px 0;
        margin-right: 15px;
    }
    .nav_top .navbar-toggler .icon-bar {
        display: block;
        width: 34px;
        height: 3px;
        border-radius: 16px;
        background-color: #fff;
    }
    .nav_top .navbar-toggler .icon-bar + .icon-bar {
        margin-top: 5px;
    }
    .navbar-toggler .icon-bar{
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .navbar-toggler.showtoggle .icon-bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    .navbar-toggler.showtoggle .icon-bar:nth-child(2) {
        opacity: 0;
    }
    .navbar-toggler.showtoggle .icon-bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    .header_sec .container{
        padding: 0px;
        max-width: 100%;
    }
    .navbar-collapse{
        position: absolute;
        top: 100%;
        left: 0px;
        background: #000;
        width: 100%;
        z-index: 11;
    }
    .navbar-brand{
        padding-left: 15px;
    }
    .menu_sec li a{
        width: 100%;
        padding: 5px 15px;
    }
    .container {
        max-width: 750px;
    }
    .tophead h1, .tophead h2 {
        font-size: 24px;
        line-height: 28px;
    }
    .main_btn {
        min-height: 45px;
    }
    body {
        font-size: 14px;
        line-height: 22px;
    }
    .navbar-brand {
        width: 180px !important;
        margin-top: 0px;
    }
    .nav_top {
        align-items: center;
    }
    .header_btns {
        top: 50%;
        transform: translateY(-50%);
        right: 70px;
    }
    .header_sec {
        padding: 15px 0;
    }
    .menu_sec li {
        padding-right: 0px;
    }
    .dropdown {
        padding-right: 0px !important;
    }
    .drop-arw {
        right: 17px;
        top: 9px;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }
    .drop-arw::after {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .menu_sec {
        padding-right: 0px;
    }
    .btn1 {
        font-size: 14px;
        line-height: 18px;
    }
    .header_sec.fixed .navbar-brand {
        width: 180px;
    }
    .dropdown-menu {
        padding: 0px !important;
        background: rgba(255,255,255,0.3);
        border-radius: 0px !important
    }
    .nav_top .dropdown-menu li a {
        color: #fff;
    }
    .banner_form_sec .container {
        max-width: 700px;
    }
    .banner_form_sec {
        position: relative;
        top: inherit;
        transform: inherit;
        left: inherit;
        background: #000;
        padding: 40px 0;
    }
    .banner_form_sec .container {
        padding: 0 15px;
    }
    .ban_form input[type="text"] {
        padding: 0 20px;
        height: 32px;
        font-size: 14px;
        line-height: 18px;
    }
    .ban_form select {
        padding: 0 35px 0 20px;
        height: 32px;
        font-size: 14px;
        line-height: 18px;
        width: 27%;
        background: url(../images/arw.png)no-repeat center right 20px transparent;
    }
    .location_inp {
        background: url(../images/loc.png) no-repeat center right 20px !important;
        padding-right: 35px !important;
    }
    .ban_form {
        min-height: 58px;
    }
    .ban_form input[type="submit"] {
        height: 40px;
        font-size: 16px;
        line-height: 18px;
        width: 16.6%;
    }
    .ban_categories {
        padding-top: 20px;
    }
    .findbusiness_leftinner {
        width: 406px;
        padding-right: 100px;
    }
    .findbusiness_leftinner h1 {
        font-size: 26px;
        line-height: 31px;
    }
    .findbusiness_rightinner {
        width: 315px;
        padding-left: 0px;
    }
    .review_top {
        padding: 20px 15px;
    }
    .review_top strong {
        font-size: 15px;
        line-height: 20px;
    }
    .review_top span {
        max-width: 140px;
        margin-bottom: 8px;
    }
    .review_btm {
        padding: 14px 30px;
    }
    .owlnavstyle .owl-carousel {
        padding: 0px;
    }
    .owlnavstyle .owl-nav button {
        position: relative;
        top: inherit;
        transform: inherit;
        margin: 0 10px;
        width: 19px;
        height: 23px;
    }
    .review_bx {
        margin-bottom: 20px;
    }
    .owlnavstyle .owl-nav button::before {
        font-size: 36px;
        line-height: 23px;
    }
    .owlnavstyle .owl-nav button.owl-next {
        right: inherit;
    }
    .owlnavstyle .owl-nav button.owl-prev {
        left: inherit;
    }
    .mobCrsl {
        display: block !important;
    }
    .deskCrsl {
        display: none !important;
    }
    .reviews_sec {
        padding: 45px 0;
    }
    .category_sec {
        padding: 37px 0 14px;
    }
    .category_bx2 {
        margin-bottom: 26px;
    }
    .category_sec .col-md-4 {
        padding: 0 15px;
    }
    .category_sec .row {
        margin: 0 -15px;
    }
    .product_image img {
        height: 225px;
    }
    .product_sec {
        padding-bottom: 50px;
    }
    .product_sec .main_btn, .blog_sec .main_btn {
        margin-top: 30px;
    }
    .blog_sec {
        padding: 40px 0 52px;
    }
    .blog_image img {
        height: 274px;
    }
    .blog_content h4 {
        font-size: 18px;
        line-height: 24px;
        min-height: 79px;
    }
    .blog_content em {
        padding-bottom: 15px;
        font-size: 13px;
        line-height: 15px;
    }
    .blog_content p {
        min-height: 80px;
    }
    .readmore_btn {
        font-size: 16px;
        line-height: 18px;
    }
    .footer_top .col-md-3:first-child {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 35px;
    }
    .footer_brand {
        width: 220px;
        margin-bottom: 20px;
    }
    .footer_top .col-md-3:nth-child(4), .footer_top .col-md-3:nth-child(3), .footer_top .col-md-3:nth-child(2) {
        flex: 0 0 33.333%;
        max-width: 33.3333%;
    }
    .footer_top {
        padding: 48px 0 50px;
    }
    .footer_box1 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .about_ban .w-100 {
        min-height: 350px;
    }
    .count_sec {
        padding: 40px 0;
    }
    .count_in .media strong {
        font-size: 36px;
        line-height: 38px;
        padding-bottom: 10px;
    }
    .layout_in h2 img {
        width: 45px;
    }
    .layout_sec .w-100 {
        min-height: 330px;
    }
    .layout_in .btn1 {
        margin-top: 15px;
    }
    .layout_in .btn1 em {
        margin-right: 35px;
    }
    .how_sec {
        padding: 40px 0;
    }
    .how_sec .col-md-4 {
        margin-top: 20px;
        padding: 0 15px;
    }
    .how_sec .row {
        margin: 0 -15px;
    }
    .how_bx h5 {
        font-size: 19px;
    }
    .rev_sec {
        padding-top: 40px;
    }
    .rev_sec .review_bx {
        margin-bottom: 40px;
    }
    .about_ban_bx h1 {
        font-size: 36px;
        line-height: 44px;
    }
    .advertise_sec, .advertise_sec2 {
        padding: 30px 0 15px;
    }
    .ad_ban {
        right: 0;
    }
    .featured_in h6 {
        padding-bottom: 10px;
    }
    .featured_in {
        padding: 0;
    }
    .featured_in .col-md-4 {
        padding: 0 10px;
    }
    .featured_in .row {
        margin: 0 -10px;
    }
    .ad_ban i {
        max-width: 210px;
    }
    .featured_in {
        padding-bottom: 10px;
    }
    .ad_ban{
        display: none;
    }
    .featured_in .review_btm {
        padding: 14px;
    }
    .featured_in .review_btm i {
        width: 102px;
    }
    .advertise_sec1{
        display: block;
        padding: 0px 0 30px;
    }
    .inner_head .navbar-brand {
        margin-bottom: 0px;
    }
    .trm_sr {
        padding: 40px 0;
    }
    .trm_bx {
        padding: 30px;
    }
    .trm_bx h2 {
        padding-bottom: 15px;
    }
    .trm_bx h6 {
        font-size: 17px;
    }
    .trm_bx .col-md-6 {
        padding: 0 15px;
    }
    .trm_bx .row {
        margin: 0 -15px;
    }
    .cms li {
        padding-left: 20px;
    }
    .trm_bx p {
        padding-bottom: 10px;
    }
    .trm_bx h5 {
        font-size: 19px;
    }
    .cms li span {
        font-size: 17px;
    }
    .trm_bx ul {
        padding-bottom: 20px;
    }
    .frm_sec {
        padding: 40px 0;
    }
    .login_btn i {
        margin-right: 9px;
        font-size: 17px;
    }
    .login_btn {
        padding: 0 20px;
        font-size: 17px;
    }
    .frm_in {
        padding: 30px;
    }
    .frm_lft li a {
        padding: 10px;
        min-height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        line-height: 23px;
    }
    .frm_lft b {
        font-size: 18px;
    }
    .frm_lft ul {
        padding: 20px 0 0;
    }
    .ctr_sec {
        padding: 40px 0;
    }
    .ctr_it .row{
        margin: 0 -15px;
    }
    .ctr_it .col-lg-3{
        margin-top: 30px;
        padding: 0 15px;
    }
    .ctr_sec h4 {
        font-size: 19px;
    }
    .form_sec_in {
        padding: 0;
    }
    .form_sec_in .banner_form_sec{
        background: #fff;
    }
    .log_link{
        text-align: center;
    }
    .log_btn{
        font-size: 16px;
        padding: 10px 13px;
        text-align: center;
        width: 50%;
    }
    .log_link ul li a{
        padding: 5px 18px;
        font-size: 12px;
    }
    .log_link ul li{
        float:left;
    }
    .log_link ul{
        display: block;
    }
    .log_link ul{
    }
    .img_sec {
        margin-right: 15px;
    }
    .sch_rt h5 {
        padding-bottom: 20px;
    }
    .rev_box strong {
        font-size: 22px;
        line-height: 26px;
        padding-bottom: 16px;
    }
    .info_sec span{
        font-size: 16px;
    }
    .info_sec img {
        margin-right: 10px;
        max-width: 120px;
    }
    .frm {
        margin-bottom: 10px;
    }
    .rev_box {
        margin-bottom: 30px;
    }
    .map_sec iframe {
        min-height: 400px;
    }
    .review_frmMain {
        padding: 25px;
    }
    .review_frm textarea {
        height: 155px;
    }
    .ban_caro_txt h1 {
        font-size: 25px;
        line-height: 28px;
        color: #fff;
        padding-bottom: 14px;
    }
    .ban_caro_txt h1 {
        font-size: 25px;
        line-height: 28px;
        padding-bottom: 14px;
    }
    .rev_bx img {
        margin-right: 14px;
        width: 100px;
    }
    .rev_bx em {
        font-size: 14px;
        line-height: 20px;
    }
    .ban_caro_txt ul {
        padding-top: 20px;
    }
    .ban_caro_txt ul li {
        margin: 0 8px;
    }
    .main_btn {
        padding: 0 20px;
    }
    .ban_caro .owl-prev, .ban_caro .owl-next {
        background-size: 14px !important;
        width: 14px !important;
    }
    .ban_caro .owl-prev:hover, .ban_caro .owl-next:hover {
        background-size: 14px !important;
        width: 14px !important;
    }
    .ban_caro .owl-prev {
        left: 12px;
    }
    .ban_caro .owl-next {
        right: 12px;
    }
    .srd {
        padding: 40px 0;
    }
    .search_mnu li a {
        padding: 10px 0;
    }
    .search_mnu li {
        margin: 0 18px 0 0;
        font-size: 16px;
        line-height: 22px;
    }
    .search_mnu {
        margin-bottom: 0;
    }
    .details_box {
        padding: 25px 0;
    }
    .srd_call {
        margin-top: 20px;
    }
    .srd_connect {
        margin: 20px 0;
    }
    .ban_caro_txt .btn1 {
        position: inherit;
        bottom: inherit;
        right: inherit;
        display: inline-block;
        margin-top: 20px;
        min-height: inherit;
        padding: 11px 20px;
    }
    .woocommerce-cart .woocommerce-cart-form, .woocommerce-cart .cart-collaterals {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }
    .chng_pro_bx, .chng_pro_li_dn{
        padding: 12px;
    }
    .chng_pro_li_dn {
        padding: 15px 12px;
    }
    .chng_pro_li_dn li a{
        font-size: 15.36px;
        padding: 11px 0;
    }
    .chng_pro_li_dn i img {
        width: 20px;
    }
    .chng_pro_li li{
        margin-left: 0px;
    }
    .b_details {
        padding: 40px 0;
    }
    .b_details h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .b_dt_lft b {
        font-size: 15px;
        line-height: 22px;
        padding-bottom: 15px;
    }
    .b_dt_txt p {
        padding-bottom: 15px;
        font-size: 15px;
        line-height: 22px;
    }
    .b_dt_txt {
        padding: 20px 20px 5px;
    }
    .b_dt_lft .btn1 {
        margin-top: 30px;
        font-size: 16px;
        line-height: 45px;
    }
    .b_dt_lft li:nth-child(1) a i {
        margin-right: 8px;
    }
    .b_dt_lft li:nth-child(2) a i {
        margin-left: 8px;
    }
    .b_dt_srch_dn {
        padding: 20px;
    }
    .b_dt_srch_dn .media:nth-child(2){
        margin-top: 10px;
    }
    .b_dt_srch_dn .media h6, .b_dt_srch_dn .media em {
        font-size: 14px;
        line-height: 20px;
    }
    .b_dt_srch input[type="text"] {
        padding: 0 15px;
    }
    .b_dt_srch input[type="submit"], .b_dt_srch input[type="submit"]:hover {
        background-size: 20px;
    }
    .b_dt_srch input[type="text"], .b_dt_srch input[type="submit"] {
        height: 40px;
    }
    .b_dt_srch {
        margin-bottom: 15px;
    }
    .blog_list .col-md-4 {
        padding: 15px;
    }
    .blog_list {
        padding: 40px 0 25px;
    }
    .blog_list .blog_image img {
        height: 220px;
    }
    .blog_list .blog_content h4 {
        font-size: 15px;
        line-height: 21px;
    }
    .chng_pro h3 {
        font-size: 22.11px;
        line-height: 30px;
    }
    .business_bx .col-md-2 {
        max-width: 20%;
    }
    .tp_md h5 {
        font-size: 20px;
        line-height: 24px;
    }
    .tp_md strong, .revw_bx span em, .rt_bx em, .revw_bx p, .dn_md h6 {
        font-size: 15px;
        line-height: 24px;
    }
    .tp_md em {
        font-size: 14px;
        line-height: 24px;
    }
    .tp_md img {
        width: 100px;
        height: 100px;
        margin-right: 15px;
    }
    .tp_md {
        margin-bottom: 15px;
    }
    .rt_bx img {
        width: 120px;
    }
    .rt_bx {
        padding-bottom: 15px;
    }
    .tp_md .side_btn {
        width: 36px;
        height: 36px;
    }
    .tp_md .side_btn i {
        font-size: 19px;
    }
    .dn_md p {
        font-size: 14px;
        line-height: 22px;
    }
    .re_down {
        padding-left: 40px;
    }
    .prog_bar span, .prog_bar em {
        font-size: 15px;
        line-height: 25px;
        top: -10px;
    }
    .prog_bar ul, .busi_bx .revw_bx {
        padding-top: 15px;
        padding-bottom: 0;
    }
    .revw_bx i img {
        margin: 10px 0;
    }
    .prog_bar {
        margin-bottom: 20px;
    }
    .featured_in > .row .col-md-3.col-sm-4{
        display: none;
    }
    .featured_in > .row .col-md-9.col-sm-8{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .homeslide .banner_box img{
        height: 380px !important;
    }
    .rev_point strong b {
        font-size: 36px;
        line-height: 40px;
    }
    .rev_point .rating ul li a {
        width: 25px;
        height: 25px;
    }
    .revv_sec {
        padding-bottom: 0;
    }
    .sch_rt .col-lg-4{
        margin-top: 20px;
    }
    .rd ul{
        display: inline-block;
    }
    .rd ul li{
        margin: 0 5px 0 0 !important;
    }
    .banner_form_sec {
        max-width: 700px;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        left: 50%;
        background: transparent;
    }
    .menu_sec {
        padding-right: 300px;
    }
    .homeslide .banner_box img {
        height: 450px !important;
    }
    .menu_sec {
        padding-right: 0px;
    }
    .header_btns li {
        padding-right: 10px;
    }
    .owlnavstyle .owl-nav button::before {
        font-size: 27px;
        line-height: 23px;
        margin: 0 5px;
    }
    .banner_ban .banner_form_sec {
        max-width: 100%;
        position: inherit;
        top: inherit;
        transform: inherit;
        left: inherit;
        background: #000;
    }
    .nav_top .navbar-toggler {
        position: relative;
        top: -4px;
    }
    .featured_sec {
        padding-bottom: 40px;
    }
    .featured_sec .featured_in .row {
        margin: 0 -15px;
    }
    .featured_sec .featured_in .col-md-3, .featured_sec .featured_in .col-md-9 {
        padding: 0 15px;
    }
    .review_bx1 .review_top, .review_bx1 .review_btm {
        padding: 12px;
    }
    .review_btm li img {
        width: 15px;
    }
    .featured_sec {
        padding-bottom: 12px;
    }
    .blog_content {
        min-height: 250px;
    }
    .blog_list_mn .list_pagi {
        margin-top: 12px;
    }
    .add_buss h1 {
        padding-bottom: 20px;
    }
    .add_buss .proDetailspgDet {
        padding: 40px 30px;
    }
    .add_buss .contact_frm label {
        font-size: 16px;
        line-height: 24px;
    }
    .clscrtadd .menu_sec {
        padding-right: 0px;
    }
    .feat_det .log_link ul li a {
        padding: 0;
    }
    .feat_det .log_link ul {
        display: flex;
    }
    .ban_tp .rev_bx img {
        width: 25px;
    }
    .ban_tp .rev_bx ul{
        padding-top: 0 !important;
    }
    .clsprdbx {
        min-height: 400px;
    }
    .clsprdbx .added_to_cart {
        right: 5px !important;
    }
    .srd_edit .contact_frm {
        padding: 20px;
    }
    .over_vw h6 {
        padding-bottom: 20px;
    }
    .drop_sign .btn1{
        padding-right: 0;
    }
    .srd_edit .contact_frm label span { font-size: 11px; line-height: 16px; }
    
    
/*order_details*/
    
.woocommerce-customer-details h2{font-size: 18px; line-height: 28px;padding-bottom: 10px;}
.woocommerce-customer-details address { line-height: 26px; }
.woocommerce-customer-details .addresses h2 { font-size: 17px; line-height: 30px; }
    
    


.ban_form input[type="text"] {
        width: 100% !important;
        border: none;
        border-bottom: 1px solid #d5d5d5;
    }
    .ban_form select {
        width: 100% !important;
    }
    .ban_form input[type="submit"] {
        width: 100%;
    }
    .ban_form {
        flex-wrap: wrap;
        border-radius: 15px;
        padding: 12px !important;
    }
	.homeslide .banner_box img {
  height: 350px !important;
}
.banner_form_sec {
  position: relative;
  top: inherit;
  transform: inherit;
  left: inherit;
  background: #000;
  width: 100%;
  max-width: 100%;
}

.ban_form select, .ban_form input[type="text"], .ban_form input[type="submit"]{ height: 40px !important;}    
.location_inp, .ban_form select{ background-position: right 8px center !important;}  



    
    
}
@media (min-width: 576px) and (max-width: 767px){
    .srd_edit .proDetailspgitmsText .col-sm-3{
        flex: 0 0 28%;
        max-width: 28%;
    }
    .srd_edit .proDetailspgitmsText .col-sm-9{
        flex: 0 0 72%;
        max-width: 72%;
    }
}
@media only screen and (max-width: 767px){
    .container {
        max-width: 100%;
    }
    .navbar-brand {
        width: 150px !important;
    }
    .cat_bx i {
        width: 25px;
    }
    .cat_bx span {
        font-size: 12px;
        line-height: 18px;
    }
    .ban_form input[type="text"] {
        font-size: 12px;
        line-height: 16px;
    }
    .ban_form select {
        font-size: 12px;
        line-height: 16px;
    }
    .findbusiness_sec .col-md-7, .findbusiness_sec .col-md-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .findbusiness_leftinner {
        width: 100%;
        padding-right: 0px;
        text-align: center;
        padding: 15px 0;
    }
    .findbusiness_left {
        clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    }
    .findbusiness_rightinner {
        width: 100%;
        text-align: center;
        padding-bottom: 40px;
    }
    .product_image img {
        height: 306px;
    }
    .blog_content h4 {
        min-height: 74px;
    }
    .footer_box2 input[type="text"], .footer_box2 input[type="email"], .footer_box2 textarea {
        height: 40px;
        padding: 0 15px;
        font-size: 14px;
        line-height: 19px;
    }
    .footer_box2 textarea {
        height: 60px;
        padding: 11px 15px;
        font-size: 14px;
        line-height: 19px;
    }
    .findbusiness_sec::before {
        width: 100%;
        height: 69px;
        clip-path: polygon(0 0, 100% 0, 76% 100%, 0% 100%);
    }
    .count_sec .col-md-4{
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .count_sec .row{
        justify-content:center;
    }
    .count_in .media img {
        margin-right: 20px;
        width: 45px;
    }
    .count_in .media strong {
        font-size: 27px;
        line-height: 30px;
    }
    .about_ban .w-100 {
        min-height: 300px;
    }
    .about_ban_bx h1 {
        font-size: 33px;
        line-height: 38px;
    }
    .featured_in h6 {
        font-size: 18px;
    }
    .featured_in .col-md-4{
        flex: 0 0 50%;
        max-width:50%;
    }
    .trm_txt p:last-child {
        padding-bottom: 10px;
    }
    .trm_bx h5 {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .cms li span {
        font-size: 16px;
    }
    .frm_sec .row {
        flex-direction: column-reverse;
    }
    .frm_rgt img {
        width: 400px;
        display: inline-block;
        margin-bottom: 30px;
    }
    .frm_con {
        max-width: 550px;
    }
    .frm_lft b {
        font-size: 17px;
    }
    .frm_lft li a {
        min-height:45px;
    }
    .frm_lft b {
        padding-bottom: 10px;
    }
    .table_responsive h5{
        font-size: 16px;
    }
    .log_btn{
        font-size: 16px;
    }
    .log_link ul li a{
        font-size: 12px;
        padding: 5px 12px;
    }
    .login_page .row {
        flex-direction: row;
    }
    .frm_rgt img {
        width: 300px;
    }
    .login_page .frm_rgt {
        margin-top: 30px;
    }
    .login_page .frm_rgt img{
        margin-bottom: 0px;
    }
    .review_frmMain {
        padding:15px;
    }
    .review_frm textarea {
        height: 130px;
    }
    .video_img .play {
        width: 60px;
    }
    .details_box iframe {
        height: 300px;
    }
    .review_box {
        margin-top: 0;
    }
    .review_frm {
        margin-top: 15px;
    }
    .review_frm input[type="text"], .review_frm input[type="email"], .review_frm input[type="tel"]{
        height: 45px;
    }
    .review_chk span {
        font-size: 14px;
        line-height: 24px;
    }
    .ban_caro_txt h1 {
        font-size: 20px;
        line-height: 22px;
        padding-bottom: 13px;
    }
    .review_chk {
        position: relative;
        padding-left: 30px;
    }
    .review_chk input[type="checkbox"] {
        margin: 1px 0 0 0;
        position: absolute;
        left: 0;
        top: 0;
    }
    .proDetailspghed1 h3 {
        font-size: 20px;
        line-height: 32px;
    }
    .proDetailspgitms{
        margin-top: 20px;
    }
    .prodRow{
        padding: 0px;
    }
    .proDetailspgitmsText{
        padding-bottom: 8px;
    }
    .product-subtotal span{
        font-size: 17px !important;
        line-height: 19px !important;
    }
    .proDetailspgDet, .chng_pro_li_dn {
        margin-top: 20px;
    }
    .b_details .row{
        flex-direction: column;
    }
    .b_details .col-md-5{
        margin-top: 30px;
    }
    .b_dt_srch_dn .media {
        margin-top: 15px;
    }
    .business_bx .col-md-2 {
        max-width: 18%;
    }
    .review_box .prog_bar .col-md-4, .review_box .prog_bar .col-md-8 {
        flex: 0 0 auto;
    }
    .review_box .prog_bar .col-md-4{
        max-width: 50%;
    }
    .review_box .prog_bar .col-md-8 {
        max-width: 50%;
    }
    .review_box .prog_bar {
        padding: 20px;
    }
    .rev_point strong {
        font-size: 15px;
        line-height: 20px;
        padding-bottom: 10px;
    }
    .rev_point strong b {
        font-size: 30px;
        line-height: 35px;
    }
    .rev_com .media {
        padding: 30px 0px;
    }
    .rev_com .media .pro_img {
        margin-right: 20px;
        width: 65px;
        height: 65px;
    }
    .rev_name {
        margin-bottom: 15px;
    }
    .rev_com .media-body li i {
        margin-right: 10px;
        font-size: 13px;
    }
    .banner_form_sec {
        position: relative;
        top: inherit;
        transform: inherit;
        left: inherit;
        background: #000;
    }
    .homeslide .banner_box img {
        height: 350px !important;
    }
    .blog_content {
        min-height: 295px;
    }
    .banner_form_sec {
        max-width: 100%;
    }
    .sch_rt {
        padding: 40px 0;
    }
    .banner_ban .banner_box img {
        height: 400px;
    }
    .blog_list_mn .blog_content {
        min-height: 240px;
    }
    .add_buss .proDetailspgDet {
        padding: 20px;
        margin-top: 0;
    }
    .add_buss .proDetailspgitms, .add_buss .prodRow1 {
        margin-top: 0px;
    }
    .add_buss .prodRow input[type="submit"] {
        margin-top: 0;
    }
    .prodRow input[type="text"], .prodRow input[type="email"], .prodRow input[type="tel"], .prodRow input[type="url"], .prodRow input[type="time"], .prodRow input[type="password"], .prodRow textarea, .prodRow select {
        font-size: 15px;
        line-height: 22px;
    }
    .proDetailspgitmsText {
        margin: 10px 0 0;
    }
    .proDetailspgitmsText1 .col3 label {
        font-size: 15px;
        line-height: 23px;
    }
    .clsprdbx .size-woocommerce_thumbnail{
        height: 306px !important;
        max-width: 100% !important;
        object-fit: cover;
        object-position: top;
    }
    .woocommerce-tabs {
        margin-bottom: 20px;
    }
    .trm_sr h1{
        padding-bottom: 0;
    }
    .gallerybox .owl-prev{
        left: inherit;
    }
    .gallerybox .owl-next{
        left: inherit;
    }
    .gallerybox .owl-next, .gallerybox .owl-prev{
        position:inherit;
        top: inherit;
        transform: inherit;
        margin: 0 5px;
    }
    .gallerybox .owl-nav{
        text-align: center;
    }
    .srd {
        padding: 30px 0;
    }
    .feat_det .table_responsive .table {
        margin-top: 0;
    }
    .clsprdbx .added_to_cart {
        right: 30px !important;
    }
    .srd_edit .contact_frm .proDetailspgitms {
        margin-top: 0;
    }
    .srd_edit .prog_bar {
        margin-top: 20px;
    }
    .srd_edit h1{
        padding-bottom: 0;
    }
    .srd_edit .proDetailspgBox .col_md_8{
        margin-top: 20px;
    }
    .clsprdbx {
        min-height: 468px;
    }
    
.ban_form .col {
  border: 1px solid #d5d5d5;
  width: 100%;
  flex: 0 0 auto;
  margin: 10px 0;
  border-radius: 10px;
}    
.ban_form .col:last-child {
  border: none;
  padding-right: 0px;
  padding: 0px;
}    
.ban_form .col select, .ban_form .col input[type="text"], .ban_form .col input[type="submit"] {
  width: 100% !important;
  padding: 0 11px !important;
  border-radius: 10px !important;
}    
    
    
    
    
}
@media only screen and (max-width: 640px){
    .ban_form input[type="text"] {
        width: 100% !important;
        border: none;
        border-bottom: 1px solid #d5d5d5;
    }
    .ban_form select {
        width: 100% !important;
    }
    .ban_form input[type="submit"] {
        width: 100%;
    }
    .ban_form {
        flex-wrap: wrap;
        border-radius: 15px;
        padding: 12px !important;
    }
    .ban_categories {
        max-width: 450px;
    }
    .ban_categories ul li {
        width: 50%;
    }
    .cat_bx {
        margin-bottom: 10px;
    }
    .banner_form_sec {
        padding: 40px 0 30px;
    }
    .blog_content p {
        min-height: 124px;
    }
    .blog_image img {
        height: 248px;
    }
    .footer_top .col-md-3:nth-child(4) {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }
    .footer_top .col-md-3:nth-child(3), .footer_top .col-md-3:nth-child(2) {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .footer_top {
        padding: 35px 0;
    }
    .form_sec_in .banner_form_sec {
        overflow: hidden;
    }
    .img_sec {
        margin-right: 10px;
    }
    .sch_rt h5 {
        padding-bottom: 15px;
    }
    .rev_box strong {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 16px;
    }
    .info_sec span{
        font-size: 15px;
    }
    .info_sec img {
        margin-right: 10px;
        max-width: 90px;
    }
    .frm {
        margin-bottom: 10px;
    }
    .rev_box {
        margin-bottom: 20px;
    }
    .map_sec iframe {
        min-height: .00px;
    }
    .blog_content p {
        min-height: 100px;
    }
    .blog_list_mn .blog_content p {
        min-height: 80px;
    }
    .clsprdbx {
        min-height: 468px;
    }
}
@media only screen and (max-width: 575px){
    .product_image img, .blog_image img {
        height: auto;
    }
    .blog_content h4, .blog_content p {
        min-height: inherit;
    }
    .header_btns .write_btn {
        position: fixed;
        top: 120px;
        right: 0;
        padding: 0px;
        transform: rotate(90deg);
        right: -123px;
    }
    .header_btns .write_btn a {
        width: 140px;
        text-align: center;
        justify-content: center;
        border-radius: 0px 0 20px 20px;
    }
    .header_btns .write_btn a {
        font-size: 12px;
        line-height: 16px;
    }
    .footer_brand {
        width: 200px;
    }
    .blog_content h4 {
        font-size: 15px;
        line-height: 21px;
    }
    .about_ban .w-100 {
        min-height: 300px;
    }
    .count_in .media strong {
        font-size: 30px;
        line-height: 34px;
    }
    .count_in .media img {
        margin-right: 15px;
        max-width: 100%;
        width: 45px;
    }
    .count_sec {
        padding: 30px 0;
    }
    .how_sec {
        padding: 30px 0;
    }
    .how_sec p {
        padding-bottom: 0;
    }
    .rev_sec {
        padding-top: 30px;
    }
    .rev_sec .review_bx {
        margin-bottom: 30px;
    }
    .s_quote {
        top: -16px;
    }
    .l_quote {
        bottom: -12px;
    }
    .layout_in h2 img {
        width: 38px;
    }
    .layout_in .btn1 em {
        margin-right: 20px;
        width: 30px;
        height: 30px;
    }
    .about_ban .w-100 {
        min-height: 250px;
    }
    .about_ban_bx h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .trm_bx h6 {
        font-size: 16px;
        line-height: 22px;
    }
    .trm_bx ul {
        padding-bottom: 10px;
    }
    .trm_bx {
        padding: 20px;
    }
    .trm_sr {
        padding: 30px 0;
    }
    .trm_bx h5 {
        font-size: 17px;
    }
    .frm_lft li a {
        font-size: 15px;
        line-height: 20px;
    }
    .login_btn {
        font-size: 14px;
        line-height: 45px;
    }
    .frm_in {
        padding: 25px;
        margin-bottom: 15px;
    }
    .frm_bdy em {
        padding: 6px 0;
    }
    .frm_bdy input[type="email"], .frm_bdy input[type="password"], .frm_bdy input[type="submit"] {
        height: 45px;
        padding: 0 20px;
        font-size: 14px;
    }
    .frgt_btn {
        padding-bottom: 0;
    }
    .frm_sec {
        padding: 30px 0;
    }
    .ctr_sec {
        padding: 30px 0;
    }
    .ctr_sec h4 {
        font-size: 18px;
    }
    .ctr_it .col-lg-3 {
        margin-top: 20px;
    }
    .ctr_it .cart_btn, .button.add_to_cart_button {
        margin-top: 20px !important;
    }
    .ctr_it .product_content i {
        margin-bottom: 10px;
    }
    .header_btns {
        right: 71px;
    }
    .table_responsive h5{
        font-size: 14px;
    }
    .log_btn{
        font-size: 14px;
        padding: 7px 3px;
    }
    .log_link ul li a{
        font-size: 12px;
        padding: 3px 7px;
    }
    .search_mnu li {
        margin: 0 10px 0 0;
        font-size: 14px;
        line-height: 20px;
    }
    .details_box p{
        font-size:15px;
        line-height:23px;
    }
    .ban_caro_txt h1{
        font-size:16px;
        line-height:20px;
        padding-bottom:8px;
    }
    .ban_caro_txt ul li{
        margin:0 4px;
        font-size:12px;
    }
    .search_mnu li a{
        padding:8px 0;
    }
    .search_mnu li{
        margin:0 6px 0 0;
        font-size:13px;
        line-height:20px;
    }
    .dropdown-user li a img{
        width: 20px;
    }
    .frm_bdy input[type="email"], .frm_bdy input[type="password"], .frm_bdy input[type="submit"], .sign_up input[type="text"] {
        height: 40px;
        margin: 7px 0;
    }
    .frm_bdy input[type="email"], .frm_bdy input[type="password"], .frm_bdy input[type="submit"], .sign_up input[type="text"] {
        height: 45px;
        padding: 0 20px;
        font-size: 14px;
    }
    .blog_list .col-md-4 {
        padding: 10px 15px;
    }
    .blog_list {
        padding: 30px 0 20px;
    }
    .blog_list .col-sm-6{
        flex: 0 0 auto;
        max-width: 50%;
    }
    .business_bx .col-md-2 {
        max-width: 20%;
    }
    .tp_md h5 {
        font-size: 16px;
        line-height: 22px;
    }
    .tp_md img {
        width: 70px;
        height: 70px;
    }
    .drop_menu .dropdown-item {
        font-size: 13px;
        line-height: 24px;
        padding: 8px 20px;
    }
    .tp_md strong, .revw_bx span em, .rt_bx em, .revw_bx p, .dn_md h6 {
        font-size: 14px;
        line-height: 22px;
    }
    .tp_md em {
        font-size: 13px;
        line-height: 23px;
    }
    .rt_bx img {
        width: 90px;
    }
    .re_down {
        padding-left: 15px;
    }
    .dn_md p {
        font-size: 13px;
        line-height: 22px;
    }
    .tp_md .side_btn {
        width: 30px;
        height: 30px;
    }
    .tp_md .side_btn i {
        font-size: 16px;
    }
    .tp_md .media-body {
        padding-right: 30px;
    }
    .busi_bx .tp_md strong, .tp_md em {
        font-size: 13px;
        line-height: 22px;
    }
    .busi_bx .tp_md img {
        width: 65px;
        height: 65px;
    }
    .busi_bx .tp_md h5 {
        font-size: 15px;
        line-height: 23px;
    }
    .revw_bx h5 em {
        font-size: 15px;
        line-height: 23px;
    }
    .busi_bx .rt_bx img {
        width: 80px;
    }
    .review_box .prog_bar .col-md-4, .review_box .prog_bar .col-md-8{
        max-width: 100%;
        margin: 10px 0;
    }
    .rev_point {
        padding-right: 0;
    }
    .review_box .prog_bar ul {
        padding-left: 0px;
        border-left: none;
    }
    .rev_com .media {
        flex-direction: column;
    }
    .rev_com .media .pro_img {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .rev_name span {
        font-size: 15px;
        line-height: 22px;
    }
    .rev_com .media-body li {
        font-size: 13px;
        line-height: 20px;
    }
    .rev_com .media-body ul, .helpreviews {
        width: 230px;
    }
    .rev_com .media {
        padding: 20px 0px;
    }
    .rev_point strong b {
        font-size: 26px;
        line-height: 29px;
    }
    .rev_name .rating {
        position: inherit;
        top: inherit;
        right: inherit;
        transform: inherit;
        width: 105px;
        padding-top: 10px;
    }
    .rev_name {
        padding-right: 0;
    }
    .blog_content h4, .blog_content p {
        min-height: auto;
    }
    .category_sec .row {
        margin: 0 -5px;
    }
    .category_sec .col-md-4 {
        padding: 0 5px;
    }
    .category_bx2 {
        margin-bottom: 10px;
    }
    .category_bx2:hover {
        box-shadow: 0 0 6px 4px rgba(0,0,0,0.1);
    }
    .blog_content {
        min-height: inherit;
    }
    .banner_ban .banner_box img {
        height: 350px;
    }
    .info_rv li img {
        width: 18px;
    }
    .list_pagi a {
        margin-left: 10px;
    }
    .featured_sec {
        padding-bottom: 0px;
    }
    .blog_list_mn .blog_content {
        min-height: 283px;
    }
    .add_buss .contact_frm label {
        font-size: 15px;
        line-height: 24px;
    }
    #business_hour_sec .col-6{
        margin: 5px 0;
    }
    .clscartsec {
        position: fixed;
        top: 230px;
        right: 0;
        left: inherit;
        display: inline-block;
        padding-right: 0 !important;
    }
    .clscartsec a{
        border-radius: 20px 0 0 20px;
    }
    .header_btns {
        top: 5px;
        transform: inherit;
    }
    .header_btns .write_btn {
        position: fixed;
        top: 136px;
        padding: 0px;
        transform: rotate(90deg);
        right: -53px;
    }
    .clsprdbx .size-woocommerce_thumbnail {
        height: 214px !important;
    }
    .nav_top .navbar-toggler {
        top: 0;
    }
    .b_details {
        padding: 30px 0;
    }
    .woocommerce-Reviews #comments, .woocommerce-Reviews #review_form_wrapper {
        width: 100%;
        float: left;
    }
    .woocommerce-Reviews #review_form_wrapper {
        margin-top: 10px;
    }
    .heateorSlInstagramLoginSvg {
        background-size: 90% !important;
    }
    .purchasable .cart {
        margin-top: 10px;
    }
    .woocommerce div.product .product_title {
        padding-bottom: 10px !important;
    }
    .woocommerce div.product div.summary {
        margin-bottom: 15px;
    }
    .cart-collaterals {
        margin-top: 0 !important;
    }
    .feat_det .sharebox{
        left: inherit;
        right: 0;
    }
    .feat_det .review_list li:nth-child(1){
        width: 100%;
    }
    .feat_det .review_list li:nth-child(1) a{
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        overflow: hidden;
    }
    .feat_det .log_btn{
        width: 100%;
    }
    .feat_det .srd_menu_1 li{
        overflow: hidden;
    }
    .feat_det .srd_menu_1 li{
        width: 100%;
        overflow: hidden;
    }
    .feat_det .srd_menu_1 li span {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .feat_det .srd_menu_2 li:nth-child(1) {
        width: auto;
    }
    .feat_det .log_link .srd_menu_2 a i{
        line-height: 40px;
    }
    .feat_det .srd_connect .srd_menu_1 em i{
        font-size: 20px;
    }
    .ctr_sec #review_form_wrapper{
        padding-left: 0px;
    }
    .clsprdbx {
        min-height: 392px;
    }
    .clsprdbx .added_to_cart {
        right: 0px !important;
    }
    .srd_edit .prodRow input[type="submit"], .load-more__btn {
        margin-top: 0px;
    }
    .srd_edit .videolink li {
        max-width: 100%;
    }
    .srd_edit .prodRow {
        margin-bottom: 0;
    }
    .over_vw {
        padding: 20px;
    }
    .helpreviews li:nth-child(1) {
        width: 82%;
    }
    .helpreviews li:nth-child(2) {
        width: 18%;
    }
    .rt_bx {
        display: flex;
    }
    .srd_edit .revw_bx.aprv .act2 {
        display: block;
    }
    .prodRow input[type="submit"], .load-more__btn {
        font-size: 16px;
        line-height: 40px;
        padding: 0 25px;
    }
    .header_btns .dropdown .btn1{
        padding-right: 0;
    }
    .header_btns .dropdown a .fa-angle-down{
        padding: 10px 16px 10px 0;
    }
    .trm_sr{
        padding-bottom: 0;
    }
    .woocommerce ul.order_details li {
        margin-top: 10px !important;
    }
    .woocommerce ul.order_details {
        margin: 0 0 30px !important;
    }
    .woocommerce .col2-set .col-2 {
        margin-top: 20px;
    }
    
    
/*order_details*/

.proDetailspgDet.contact_frm.load_sec.load-more{ overflow-x: auto; }
.woocommerce-orders-table { width: 500px; }
.woocommerce-order-details tbody .order_item .product-name a, .woocommerce-customer-details .addresses h2 {font-size: 14px;line-height: 18px;}
.woocommerce-customer-details { border: none; }
.woocommerce-customer-details .col-1, .woocommerce-customer-details .col-2 { flex: 0 0 100%; max-width: 100%; }
.woocommerce-customer-details .addresses .woocommerce-column { border-left: 1px solid rgba(0,0,0,0.2); }
.woocommerce-customer-details .addresses .woocommerce-column address { min-height: 160px; }
    
    
}
@media only screen and (max-width: 480px){
    .footer_top .col-md-3:nth-child(3), .footer_top .col-md-3:nth-child(2) {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer_box_m2 {
        margin-top: 30px;
    }
    .findbusiness_leftinner h1 {
        font-size: 20px;
        line-height: 25px;
    }
    .findbusiness_sec::before {
        height: 62px;
        clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    }
    .tophead h1, .tophead h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .count_sec .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 20px;
    }
    .count_sec {
        padding: 10px 0 30px;
    }
    .count_in .media strong {
        font-size: 26px;
        line-height: 31px;
    }
    .layout_in h2 img {
        width: 35px;
    }
    .l_quote {
        bottom: -12px;
    }
    .s_quote {
        top: -12px;
    }
    .how_bx h5 {
        font-size: 18px;
    }
    .how_bx {
        padding: 20px 18px;
    }
    .about_ban_bx h1 {
        font-size: 26px;
        line-height: 32px;
    }
    .featured_in .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .advertise_sec, .advertise_sec2 {
        padding: 20px 0 15px;
    }
    .advertise_sec1 {
        padding: 0px 0 20px;
    }
    .featured_in {
        padding-bottom: 0px;
    }
    .frm_rgt img {
        width: 100%;
    }
    .frm_lft b {
        font-size: 16px;
    }
    .login_btn {
        font-size: 14px;
    }
    .login_btn i {
        font-size: 18px;
    }
    .frm_bdy input[type="email"], .frm_bdy input[type="password"], .frm_bdy input[type="submit"] {
        height: 40px;
        margin: 7px 0;
    }
    .frm_in {
        padding: 15px;
        margin-bottom: 10px;
    }
    .frm_lft li a {
        min-height: 60px;
    }
    .filt_slt select {
        width: 150px;
        height: 35px;
    }
    .ctr_it .product_content {
        padding-top: 8px;
    }
    .ctr_it .product_content h5, .woocommerce-loop-product__title {
        font-size: 14px !important;
    }
    .ctr_it .product_content i {
        width: 70px;
    }
    .ctr_it .product_content i {
        margin-bottom: 5px;
    }
    .ctr_it .cart_btn, .button.add_to_cart_button {
        margin-top: 15px !important;
    }
    .ctr_it .product_content span {
        font-size: 16px;
    }
    .ctr_it .col-lg-3 {
        padding: 0 10px;
    }
    .ctr_it .row{
        margin: 0 -10px;
    }
    .product_content span, .price {
        font-size: 17px;
    }
    .footer_box_m2 {
        margin-top: 0;
    }
    .footer_top .col-md-3:nth-child(3), .footer_top .col-md-3:nth-child(2) {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a{
        padding: 4px 16px !important;
        font-size: 13px !important;
        line-height: 30px !important;
    }
    .woocommerce-Tabs-panel h2{
        font-size: 19px !important;
        line-height: 24px !important;
        padding-bottom: 12px;
    }
    .cart_totals h2, .checkout h2, .checkout h3, .woocommerce-input-wrapper strong, .woocommerce-MyAccount-content h3{
        font-size: 18px;
    }
    .blog_list .col-sm-6{
        flex: 0 0 auto;
        max-width: 100%;
    }
    .business_bx .col-md-2 {
        max-width: 33%;
    }
    .blog_list_mn .blog_content, .blog_list_mn .blog_content p {
        min-height: inherit;
    }
    .clsprdbx .size-woocommerce_thumbnail {
        height: 230px !important;
    }
    .ctr_sec .woocommerce div.product div.images {
        margin-bottom: 15px !important;
    }
    .ctr_sec .woocommerce div.product .product_title {
        padding-bottom: 10px !important;
    }
    .clsprdbx .added_to_cart {
        right: 50% !important;
        transform: translateX(50%);
        width: 100%;
        text-align: center;
        bottom: 45px;
    }
    .clsprdbx .button {
        left: 50% !important;
        white-space: nowrap;
        transform: translateX(-50%);
    }
}
@media only screen and (max-width: 420px){
    .rev_box .rt {
        flex-wrap: wrap;
    }
    .rev_box {
        padding: 12px;
    }
    .img_sec {
        margin-right: 0;
        width: 100%;
        margin-bottom: 15px;
    }
    .img_sec img {
        width: 100%;
        margin: 0px;
    }
    #coupon_code{
        width: 145px;
    }
    .navbar-brand {
        width: 129px !important;
    }
    .header_btns {
        right: 59px;
    }
    .header_btns .write_btn{
        right: -54px;
    }
    .rating ul li{
        margin: 0 3px 0 0;
    }
    .ratingSmal ul li a {
        width: 16px;
        height: 16px;
    }
    .tp_md strong, .revw_bx span em, .rt_bx em, .revw_bx p, .dn_md h6{
        font-size: 13px;
    }
}
@media only screen and (max-width: 400px){
    .product_sec .owl-dots, .blog_sec .owl-dots {
        margin-top: 10px;
    }
    .product_sec .owl-dots button, .blog_sec .owl-dots button {
        width: 12px;
        height: 12px;
        margin: 0 3px;
    }
}
@media only screen and (max-width: 360px){
    .footer_box_m2 {
        margin-top: 20px;
    }
    .footer_top .col-md-3:nth-child(3), .footer_top .col-md-3:nth-child(2) {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .woocommerce table.cart td.actions .coupon .button{
        width: 100% !important;
        margin-top: 8px !important;
    }
    #coupon_code{
        width: 100% !important;
        margin: 0px !important;
    }
    .clsprdbx .size-woocommerce_thumbnail {
        height: 150px !important;
    }
    .clsprdbx {
        min-height: 313px;
    }
    .cart_btn, .button.add_to_cart_button {
        padding: 0 20px !important;
    }
    .job_frm .inputfile-2 + label strong {
        white-space: nowrap;
    }
    .rt_bx {
        display: inline-block;
    }
    .rt_bx em{
        width: 100%;
    }
}
.page-template-tpl_business_details header.header_sec.inner_head,
.home header.header_sec.inner_head, .tax-user_category header.header_sec.inner_head,
.page-template-tpl_business_search header.header_sec.inner_head {
    background: none;
    position: fixed;
}
.page-template-tpl_business_details header.header_sec.inner_head.fixed,
.home header.header_sec.inner_head.fixed,
.tax-user_category header.header_sec.inner_head.fixed, 
.page-template-tpl_business_search header.header_sec.inner_head.fixed {
    background: #000;
}
.buss_detail_revwithologin {
    box-shadow: 0px 0px 4px 1px #999;
    padding: 20px 20px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}