/***style.css**/
html {
    width: 100%;
    height: 100%;
    font-family: geomanistregular
}

body {
    background: #f7f8f8;
    margin: 0;
    padding: 0;
    color: #707070;
    font-size: 14px;
    line-height: 1.75rem;
    word-wrap: break-word;
    direction: ltr;
    font-family: geomanistregular;
    font-family: poppinsmedium;
    font-family: poppinslight
}

.Button-Content {
    position: relative;
    float: left;
    width: 100%
}

#smoothh li a>.Button-Content,
.custom-nav .dropdown-item .Button-Content,
.related-ul li a>.Button-Content,
.service-content ul li a>.Button-Content,
.sitelogo a>.Button-Content {
    float: none
}

:hover>.Button-Content {
    background: 0 0
}

:active>.Button-Content {
    background: 0 0
}

:focus>.Button-Content,
input:focus {
    box-shadow: 0 0 0 2px #000 !important;
    border-radius: 2px
}

.Button-Content:focus,
a:focus {
    outline: 0
}

.btn.focus,
.btn:focus {
    box-shadow: none;
    transition: none
}

.form-control {
    font-family: geomanistregular
}

a {
    text-decoration: none;
    transition: all ease-in-out .3s;
    font-family: geomanistregular;
    color: inherit
}

a:hover {
    color: inherit;
    text-decoration: none;
    outline: 0;
    transition: all ease-in-out .3s
}

a:focus {
    transition: none
}

li {
    list-style: none
}

ul {
    padding-left: 0;
    margin: 0
}

.btn-default {
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    border: none;
    border-radius: 0
}

.img-fluid {
    width: 100%
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

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

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.pr-0 {
    padding-right: 0
}

.pl-0 {
    padding-left: 0
}

.pt-10 {
    padding-top: 10px
}

.pt-20 {
    padding-top: 20px
}

.pt-30 {
    padding-top: 30px
}

.pt-40 {
    padding-top: 40px
}

.pt-50 {
    padding-top: 50px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-50 {
    padding-bottom: 50px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #292929;
    margin: 0 0 15px;
    font-family: poppinsmedium;
    line-height: normal;
    margin-bottom: 10px
}

p {
    font-size: 14px;
    margin-bottom: 10px;
    font-family: geomanistregular;
    line-height: 20px
}

.back-to-top {
    visibility: hidden;
    background-color: #e95e5e;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 48px;
    position: fixed;
    bottom: 65px;
    right: 35px;
    z-index: 999;
    cursor: pointer;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transition: all .6s;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .5)
}

.back-to-top .fa {
    font-size: 18px;
    color: #fff;
    vertical-align: middle
}

.back-to-top:hover {
    background-color: #fc4f3f;
    opacity: 1
}

.back-to-top.show {
    visibility: visible;
    bottom: 35px;
    opacity: 1
}

.custom-nav .navbar-nav .nav-link.btn {
    font-size: 12px;
    text-align: left;
    padding: 5px 25px !important;
    margin: 10px 25px
}

.custom-nav .navbar-nav .nav-link.btn span {
    font-size: 14px
}

.custom-nav .navbar-nav .nav-link {
    font-size: 14px;
    padding: 10px 20px;
    color: #333;
    font-weight: 500
}

.custom-nav .navbar-light .navbar-nav .nav-link {
    color: #222;
    padding: 10px 35px
}

.custom-nav .dropdown-item {
    font-size: 14px;
    padding: 7px 12px;
    border-bottom: 1px solid #f5f5f5
}

.custom-nav .dropdown-menu.show .dropdown-item img {
    height: 25px;
    width: 25px;
    margin-right: 10px
}

.custom-nav .navbar-nav .dropdown-menu {
    padding: 0;
    left: auto
}

#header-fix.nav-affix .navbar {
    background-color: #f5f5f5 !important;
    border-color: #000;
    transition: .3s
}

#header-fix.nav-affix .custom-nav .navbar-nav .nav-link {
    color: #333
}

.dropdown-phn {
    position: relative;
    display: inline-block
}

.dropdown-phn .nav-link::after {
    content: none
}

.dropdown-phn #HMADHtml::after {
    content: "▲";
    position: absolute;
    right: 5px;
    top: -18px;
    color: #e95e5e
}

.dropdown-phn #HMADHtml {
    padding: 15px 10px;
    right: 0;
    left: auto;
    min-width: 730px;
    border-radius: 0;
    background-color: #f7f7f7;
    position: absolute;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25) !important;
    top: 59px
}

.dropdown-phn #HMADHtml li {
    padding: 0 7px;
    float: left
}

.dropdown-phn #HMADHtml p {
    padding-left: 8px;
    margin-bottom: 0;
    font-weight: 700
}

.dropdown-phn #HMADHtml li .form-group .input-group {
    width: 230px
}

.dropdown-phn #HMADHtml li .form-inline .btn-primary {
    font-size: 13px;
    box-shadow: none;
    line-height: 25px
}

.dropdown-phn #HMADHtml li a>.Button-Content>img {
    height: auto;
    cursor: pointer
}

.dropdown-phn a>img {
    cursor: pointer
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1;
    width: 600px;
    right: 0;
    top: 60px
}

.dropdown-content a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block
}

.dropdown-content li {
    float: left
}

.navbar-toggler-icon {
    background-image: url(https://s3.ap-south-1.amazonaws.com/bck.haarway/h-assets/images/icons/bars.png) !important;
    width: 25px;
    height: 25px;
    display: inline-block
}

.hand img {
    position: absolute;
    bottom: -20px;
    z-index: 1;
    left: 0
}

.btn-primary {
    background-color: #e95e5e;
    border: none;
    color: #fff;
    border-radius: 0;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, .5)
}

.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #ec4b4b;
    color: #fff;
    box-shadow: none !important
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #ec4b4b;
    border-color: #333;
    box-shadow: 2px 4px 4px rgb(10 8 8 / 90%)
}

.banner-home {
    height: 600px;
    position: relative;
    margin-top: 30px
}

.banner-home::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .35)
}

.banner-home .form-control {
    border-radius: 0;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .125);
    border: none;
    height: 45px;
    font-family: geomanistregular
}

.banner-home .carousel-caption .btn-primary {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .125);
    font-size: 20px;
    line-height: 0
}

.banner-home form {
    margin-top: 0
}

.banner-text {
    position: relative;
    top: -10px;
    width: 100%
}

.banner-text h3 {
    top: 50px
}

.banner-text h6 {
    color: #333;
    font-size: 42px;
    margin-bottom: 15px
}

.carousel-caption {
    text-align: left;
    right: 15%;
    left: 15%;
    bottom: auto
}

#owl_carousel .owl-item img {
    height: 35px;
    width: 35px;
    float: left;
    margin: 10px;
    margin-left: 0
}

#owl_carousel .owl-item .item {
    padding: 10px 12px;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, .5);
    background-color: #fff;
    border-bottom: 3px solid #e95e5e;
    min-height: 90px;
    cursor: pointer;
    transition: all ease-in-out .3s
}

#owl_carousel .owl-item .item h4 {
    font-size: 13px;
    float: left;
    width: 55%;
    text-align: center;
    line-height: 20px;
    padding-top: 15px
}

#owl_carousel .owl-item .item span {
    float: right;
    color: #333;
    line-height: 55px
}

#owl_carousel .owl-nav button.owl-next,
#owl_carousel .owl-nav button.owl-prev {
    font-size: 40px !important;
    top: 20px;
    background-color: #fff !important;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    color: #222 !important;
    position: absolute !important;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .2)
}

#owl_carousel .owl-nav button span {
    position: absolute;
    top: 4px;
    left: 13px
}

#owl_carousel .owl-nav button.owl-prev {
    left: -40px
}

#owl_carousel .owl-nav button.owl-next {
    right: -40px
}

section.category-carousel {
    margin-top: -40px
}

.section-title h3 {
    position: relative;
    font-size: 22px
}

.section-title h3::after {
    content: '';
    background-image: url(https://s3.ap-south-1.amazonaws.com/bck.haarway/h-assets/images/red%20underline.png);
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    background-repeat: no-repeat;
    bottom: -18px
}

.popular_services {
    padding-top: 60px;
    padding-bottom: 20px
}

.service-common-box {
    background-color: #fff;
    padding: 20px 20px 20px 20px
}

.section-title {
    margin-bottom: 40px
}

.btn-more {
    padding: 3px 15px;
    border-radius: 5px;
    background-color: #fae9e8;
    border: 2px solid #fae9e8;
    color: #e95e5e;
    font-size: 14px;
    transition: all ease-in-out .3s;
    margin: .5rem 0
}

.btn-more:active,
.btn-more:focus,
.btn-more:hover {
    background-color: #e95e5e;
    color: #fff;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .5) !important;
    border-color: #e95e5e
}

.service_box {
    box-shadow: 0 0 10px rgba(0, 0, 0, .35);
    padding: 5px
}

.service_box hr {
    margin: 6px 0
}

.service-content {
    padding: 0 20px 20px
}

.service-image {
    overflow: hidden;
    transition: all ease-in-out .3s;
    height: 160px
}

.service-image img:hover {
    transform: scale(1.1);
    transition: all ease-in-out .3s
}

.service-image img {
    transition: all ease-in-out .3s
}

.service-content ul li a {
    color: #898989;
    padding-left: 2px
}

.service-content ul li a:hover {
    color: #e95e5e
}

.service-content h4 {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 24px
}

.trending_service {
    padding: 20px 0
}

.service-content p::before {
    content: '\f111';
    font-family: FontAwesome;
    margin-right: 10px;
    font-size: 10px
}

.service-content p span {
    margin: 0 12px;
    font-weight: 100;
    vertical-align: middle
}

.view-all-services {
    text-align: center;
    padding: 15px 0
}

.btn-service {
    text-transform: uppercase;
    padding: 10px 20px;
    background-color: #fff;
    color: #e95e5e;
    border: 1px solid #ccc;
    font-size: 14px;
    font-weight: 500
}

.btn-service:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .25)
}

.no_pad {
    padding: 0
}

.prefferred-choice {
    height: 320px;
    padding: 40px 0;
    color: #fff;
    margin: 15px 0;
    position: relative
}

.prefferred-choice::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    background-color: rgba(0, 0, 0, .25);
    left: 0;
    top: 0
}

.prefferred-choice .section-title h3 {
    color: #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding-bottom: 10px
}

.prefferred-choice .section-title h3::after {
    content: none
}

.prefferred-choice .section-title {
    margin-bottom: 20px
}

.choice_content h4 {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin-top: 15px
}

.choice_content img {
    width: auto;
    height: 40px
}

.search-content ul li {
    float: left;
    border-right: 1px solid #ccc;
    margin: 3px 0;
    padding-right: 12px;
    margin-right: 12px;
    line-height: 18px
}

.search-content ul li:last-child {
    border-right: none
}

.search-content h3 {
    margin-bottom: 0;
    font-size: 14px
}

.search-content ul li a {
    color: #707070;
    font-weight: 500;
    font-size: 13px
}

.search-content ul li a:hover {
    color: #e95e5e
}

.search-content {
    padding: 8px 0;
    float: left;
    border-bottom: 1px solid #e6e6e6;
    width: 100%
}

.footer-links h3 {
    font-size: 16px;
    margin-bottom: 0
}

.footer-links ul li {
    padding: 15px 0;
    line-height: normal;
    position: relative
}

.footer-links ul li a {
    color: #707070;
    font-weight: 500;
    font-size: 13px;
    position: absolute;
    left: 10px
}

.footer-links ul li a:hover {
    color: #e95e5e
}

.right_logo_content img {
    margin-bottom: 10px
}

.right_logo_content p {
    font-weight: 500;
    line-height: 20px;
    font-size: 13px
}

.right_logo_content ul li img {
    margin-bottom: 0
}

.right_logo_content ul li {
    line-height: 20px
}

.right_logo_content .btn-primary {
    box-shadow: none;
    font-size: 14px;
    height: 40px
}

.right_logo_content .form-control {
    height: 40px;
    border-radius: 0
}

.footer-links ul li::before {
    content: '\f105';
    font-family: FontAwesome;
    color: #5e5f5f;
    position: absolute
}

.below-footer {
    text-align: center;
    padding: 7px 0
}

.owl-carousel .owl-stage-outer {
    height: 100%;
    padding: 5px 0
}

#edu_carousel .owl-nav button.owl-next,
#edu_carousel .owl-nav button.owl-prev,
#event_carousel .owl-nav button.owl-next,
#event_carousel .owl-nav button.owl-prev,
#healthandcare_carousel .owl-nav button.owl-next,
#healthandcare_carousel .owl-nav button.owl-prev,
#homeandoffice_carousel .owl-nav button.owl-next,
#homeandoffice_carousel .owl-nav button.owl-prev,
#homeimprovement_carousel .owl-nav button.owl-next,
#homeimprovement_carousel .owl-nav button.owl-prev,
#offers_carousel .owl-nav button.owl-next,
#offers_carousel .owl-nav button.owl-prev,
#related_products .owl-nav button.owl-next,
#related_products .owl-nav button.owl-prev,
#related_services_carousel .owl-nav button.owl-next,
#related_services_carousel .owl-nav button.owl-prev {
    background-color: #fff;
    border: 1px solid #e95e5e;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 0
}

#edu_carousel .owl-item,
#event_carousel .owl-item,
#healthandcare_carousel .owl-item,
#homeandoffice_carousel .owl-item,
#homeimprovement_carousel .owl-item {
    width: 320px !important
}

.owl-carousel .owl-nav.disabled {
    display: block !important
}

.owl-carousel .owl-nav button img {
    height: 20px
}

.owl-carousel .owl-nav {
    position: absolute;
    top: -70px;
    right: -5px;
    margin-top: 0
}

.owl-carousel {
    padding: 0 0
}

.owl-theme .owl-nav [class*=owl-]:focus {
    outline: 0
}

.owl-carousel.owl-drag .owl-item .item {
    padding: 2px
}

div#booming1 {
    position: absolute;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    z-index: 999;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .5);
    transition: all ease-in-out .3s;
    max-width: 1110px
}

#tab-content-mega-menu .nav-tabs .nav-link {
    border: none;
    color: #1b1b1b;
    border-bottom: 3px solid #dee2e6;
    font-weight: 700;
    font-size: 14px;
    padding-left: 0
}

#tab-content-mega-menu .nav-tabs .nav-link.active {
    border-bottom: 3px solid #e95e5e;
    background-color: transparent
}

#tab-content-mega-menu .nav-tabs .nav-item {
    margin-right: 10px
}

#tab-content-mega-menu .tab-content {
    margin-top: 15px
}

#tab-content-mega-menu .tab-content ul li a {
    color: #1b1b1b;
    font-weight: 500;
    transition: none;
    font-size: 13px;
    line-height: 0
}

#tab-content-mega-menu .tab-content ul li a:hover {
    text-decoration: underline;
    color: #e95e5e;
    transition: none
}

#tab-content-mega-menu .tab-content ul li {
    padding: 4px 0;
    width: 25%;
    float: left;
    padding-right: 2%
}

#mobilenav {
    display: none
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #f5f5f5;
    color: #fff;
    overflow-x: hidden;
    transition: all ease-in-out .3s;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .2)
}

#sidebar {
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 9999;
    background: #f5f5f5;
    color: #fff;
    transition: all .5s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .2)
}

#sidebar.active {
    left: 0
}

.closebtn {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 20px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    color: #707070;
    border: 1px solid #ccc
}

#sidebar .closebtn:hover {
    background: #fff;
    color: #1b1b1b;
    border: 1px solid #ccc
}

#overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
    z-index: -1;
    display: none;
    left: 0;
    top: 0
}

#mySidenav .sidebar-header ul li {
    float: left;
    display: inline-block;
    width: 40%;
    margin-right: 15px
}

#mySidenav .sidebar-header ul li:last-child {
    margin-right: 0;
    text-align: left
}

#mySidenav .sidebar-header ul li a {
    padding: 8px 20px;
    background-color: #dc3545;
    color: #fff
}

#mySidenav .sidebar-header {
    padding: 20px;
    background: #f5f5f5;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    float: left
}

#mySidenav .sidebar-header a {
    color: #333
}

#mySidenav ul.components {
    padding: 10px 15px;
    border-bottom: 1px solid #47748b;
    float: left;
    width: 100%
}

#mySidenav ul li a {
    padding: 10px;
    font-size: 15px;
    display: block;
    color: #333
}

#mySidenav ul li a:hover {
    color: #e95e5e;
    background: #ddd
}

#mySidenav ul li.active>a {
    color: #333;
    background: #ccc;
    font-size: 13px;
    text-transform: uppercase
}

#pageSubmenu li>.dropdown-item img {
    width: 30px;
    height: 30px;
    margin-right: 10px
}

#sidebarCollapse {
    background-color: transparent;
    border: 1px solid transparent;
    display: none;
    position: absolute;
    right: 20px
}

#mySidenav .sidebar-header img {
    width: auto
}

#mySidenav ul li>.collapse.show {
    background-color: #e6e6e6
}

#mySidenav ul.components li:last-child ul li {
    text-align: center
}

#mySidenav ul.components li:last-child ul li img {
    width: 50%
}

#mySidenav ul.components li:last-child ul.collapse p {
    text-align: center
}

#mySidenav ul.components li:last-child ul li form {
    padding: 0 15px 15px 15px
}

.components li {
    border-bottom: 1px solid #ddd
}

#hire-list li ul {
    padding-left: 20px;
    margin-bottom: 10px
}

#hire-list li ul li {
    text-align: left !important;
    border-bottom: none !important
}

#hire-list li ul li a {
    text-transform: capitalize;
    padding: 5px 10px;
    line-height: 20px;
    font-size: 14px;
    color: #757575
}

#mySidenav #hire-list li h5 {
    font-size: 16px;
    padding-left: 10px;
    color: #707070;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 20px
}

#mySidenav #hire-list li h5 a {
    color: #707070
}

.components li a i {
    margin-right: 10px
}

#components-top li a {
    line-height: 30px
}

#components-top li a i {
    line-height: 30px;
    font-size: 22px
}

footer.footer {
    font-size: 13px
}

.below-footer p a {
    color: #e95e5e
}

#components-top li:last-child {
    border-bottom: none
}

.navbar-toggler-search {
    background-image: url(https://s3.ap-south-1.amazonaws.com/bck.haarway/h-assets/images/icons/tools-and-utensils.png);
    display: inline-block;
    width: 23px;
    height: 23px;
    vertical-align: middle;
    background-size: 100% 100%
}

#searchCollapse {
    background-color: transparent;
    border: 1px solid transparent;
    display: none;
    position: absolute;
    right: 80px
}

#searchbar {
    width: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    z-index: 9999;
    background: #f5f5f5;
    color: #fff;
    transition: all .3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .2)
}

#searchbar.active {
    right: 0
}

#searchbar .dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 20px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #333;
    border: 1px solid #e95e5e
}

#searchbar .dismiss:hover {
    background: #fff;
    color: #1b1b1b;
    border: 1px solid #ccc
}

#searchbar ul#components-top {
    float: left;
    width: 100%;
    padding: 0 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px
}

#searchbar .sidebar-header {
    float: left;
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px
}

#searchbar .sidebar-header h3 {
    line-height: 40px;
    margin-bottom: 0
}

#search-category-items {
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-top: 15px
}

#search-category-items li a {
    color: #757575;
    text-transform: capitalize
}

#owl_carousel .owl-item .item.active>.boom1 {
    background-color: red
}

.owl-carousel.owl-drag .owl-item a {
    width: 100%
}

#owl_carousel .owl-stage-outer {
    padding: 0
}

#owl_carousel .owl-nav {
    top: 0;
    width: 100%;
    right: 0
}

.owl-theme .owl-dots .owl-dot span {
    border-radius: 2px;
    background: #e95e5e
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
    border: 1px solid #e95e5e
}

.get-started {
    background-color: #204051;
    padding-top: 80px
}

.get-started .close2 {
    top: 100px;
    right: 70px;
    position: absolute;
    color: #222 !important;
    font-size: 30px;
    visibility: hidden
}

.text-white {
    color: #fff !important
}

.get-started .list-group {
    margin-top: 0;
    background-color: #f5f5f5;
    padding: 20px 0 0 0
}

.question {
    width: 100%;
    background: #f5f5f5;
    border-radius: 8px
}

.get-started .answer {
    margin: 5px 10px 20px 10px;
    padding: 10px;
    border: 1px solid #ddd;
    height: auto;
    overflow-y: scroll !important;
    max-height: 200px;
    overflow-x: hidden;
    width: 98%
}

.get-started-list li {
    float: left;
    border-radius: 50%;
    list-style: none;
    margin: 5px
}

.get-started .a-group-item-action {
    padding: 12px 12px;
    text-align: center;
    border-radius: 50px;
    transition: all ease-in-out .3s;
    width: 100%;
    color: #495057;
    cursor: pointer;
    position: relative;
    display: block;
    margin-bottom: 2px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .25)
}

.get-started .checkcontainer {
    float: none;
    line-height: normal;
    margin-top: 0;
    font-size: 14px;
    display: block;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    width: 100%;
    font-weight: 700;
    padding-left: 0 !important
}

.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.get-started .radiobtn {
    position: static;
    display: block;
    margin-right: 5px;
    float: left;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
    border: 2px solid #ccc;
    left: 0;
    top: 14%
}

.checkcontainer input:checked~.radiobtn {
    background-color: #ff214f
}

.get-started .checkcontainer .radiobtn:after {
    left: 8px;
    top: 5px;
    display: block;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute
}

.get-started .checkcontainer {
    float: none;
    line-height: normal;
    margin-top: 0;
    font-size: 14px
}

.get-started h1 {
    position: absolute;
    font-size: 14px !important;
    width: 100%;
    color: #1b1b1b;
    margin-bottom: 0 !important
}

.get-started .a-group-item-action:focus,
.get-started .a-group-item-action:hover {
    background-color: #fff;
    color: #333;
    box-shadow: 0 0 5px rgba(0, 0, 0, .35)
}

.get-started .question-step1 {
    background-color: transparent;
    box-shadow: 0 0 5px rgba(255, 255, 255, .025);
    padding: 10px 0;
    border-radius: 8px
}

.get-started .mandatory {
    font-size: 12px !important;
    position: absolute;
    color: #bababa;
    right: 30px;
    top: -15px
}

.get-started .question h2 {
    position: relative;
    font-size: 22px;
    color: #292929 !important;
    text-transform: capitalize;
    text-align: center
}

.get-started .question-step1 p {
    font-size: 13px
}

.get-started .close2 sup {
    font-size: 14px
}

.dynamic_progress .progress {
    display: flex;
    position: relative;
    width: 100%;
    height: 10px;
    background: #e4e7e7;
    align-items: center;
    border-radius: 10px;
    transition: width .5s ease-out;
    overflow: visible
}

.dynamic_progress .progress:after {
    content: '';
    display: block;
    width: 0;
    height: 10px;
    background: #4caf50;
    transition: width .5s ease-out;
    border-radius: 10px 0 0 10px
}

.dynamic_progress .progress-percent {
    position: absolute;
    color: #fff;
    line-height: 30px;
    transition: width .5s ease-out;
    right: -4%
}

#question-part1 #dynamic_progress {
    width: 80%;
    margin: auto
}

[data-progress='1']:after {
    width: 16.6666666667%;
    transition: width .5s ease-out
}

[data-progress='2']:after {
    width: 33.3333333333%;
    transition: width .5s ease-out
}

[data-progress='3']:after {
    width: 50%;
    transition: width .5s ease-out
}

[data-progress='4']:after {
    width: 66.6666666667%;
    transition: width .5s ease-out
}

[data-progress='5']:after {
    width: 83.3333333333%;
    transition: width .5s ease-out
}

[data-progress='6']:after {
    width: 100%;
    transition: width .5s ease-out
}

.btn-started {
    outline: 0;
    height: 50px;
    text-align: center;
    width: 100%;
    border-radius: 50px;
    background: #fff;
    border: 2px solid #ff214f;
    color: #ff214f;
    letter-spacing: 1px;
    text-shadow: 0;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.btn-started:hover {
    color: #fff;
    background: #ff214f
}

.btn-started:active {
    letter-spacing: 2px
}

.btn-started:after {
    content: "Get Started"
}

.btn-started:focus {
    outline: 0
}

.onclic {
    width: 50px;
    border-color: #bbb;
    border-width: 3px;
    font-size: 0;
    border-left-color: #ff214f;
    -webkit-animation: rotating 2s .25s linear infinite;
    animation: rotating 2s .25s linear infinite
}

.onclic::after {
    content: ""
}

.onclic:hover {
    color: #ff214f;
    background: #fff
}

.validate {
    font-size: 13px;
    color: #fff;
    background: #ff214f
}

.validate::after {
    content: url(https://s3.ap-south-1.amazonaws.com/bck.haarway/h-assets/images/correct.png)
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.filter-box {
    padding: 60px 0
}

.sort-filter {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .25)
}

.sort-filter h3 {
    background-color: #ddd;
    font-size: 16px;
    padding-left: 15px;
    line-height: 35px;
    color: #707070
}

.sort-filter ul {
    padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 15px
}

.sort-filter ul li {
    width: 100%
}

.sort-filter .form-check {
    margin-bottom: 0;
    line-height: 30px;
    text-transform: capitalize
}

.title_sort {
    padding: 5px 15px;
    margin-bottom: 0;
    border-bottom: 0
}

.text-red {
    color: red;
    font-size: 13px
}

.modal-backdrop {
    z-index: 99
}

.modal {
    z-index: 101
}

.modal-body {
    padding: 0
}

:root {
    --left-color: #ff214f;
    --right-color: #e95e5e
}

.flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px
}

.flex-container>div {
    background-color: transparent;
    color: #fff;
    width: 80%;
    height: auto;
    text-align: center
}

.btn-signin {
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 140px;
    height: 40px;
    font-size: 13px;
    text-transform: uppercase;
    background: 0 0;
    border-radius: 20px;
    color: #fff;
    border: 2px solid #fff;
    line-height: 25px;
    margin-top: 20px
}

.btn-signin:hover {
    color: #fff
}

.flex-container p {
    line-height: 20px
}

.flex-container-form {
    min-height: 500px;
    background-color: #fff;
    text-align: center;
    padding: 50px 50px;
    max-width: 550px
}

.control-button {
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 140px;
    height: 40px;
    font-size: 13px;
    text-transform: uppercase;
    background: 0 0;
    border-radius: 20px;
    color: #fff
}

.control-button {
    border: none;
    margin-top: 15px
}

.control-button.in {
    background-color: var(--right-color)
}

.flex-container-form h3 {
    color: var(--right-color);
    margin: 0;
    font-weight: 700
}

.social-media-buttons {
    display: flex;
    justify-content: center
}

.social-media-buttons .icon {
    float: left;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    border: 1px solid #ddd;
    text-align: center;
    margin-right: 10px
}

.social-media-buttons .icon a {
    color: #707070;
    line-height: 40px
}

.flex-container-form .form-control {
    border-radius: 0;
    height: 45px;
    background-color: #f7f7f7;
    font-size: 14px
}

.flex-container-form .form-group p a {
    color: #707070;
    text-decoration: underline
}

.flex-container h3 {
    color: #fff
}

#signin button.close,
#signup button.close {
    position: absolute;
    right: 10px;
    font-size: 40px;
    top: 10px;
    line-height: 20px;
    text-shadow: none;
    opacity: 1;
    color: #707070;
    z-index: 999
}

#signin .modal-dialog,
#signup .modal-dialog {
    margin-top: 80px
}

#signin .flex-container {
    background-image: linear-gradient(to left, var(--right-color), var(--right-color))
}

#signup .flex-container {
    background-image: linear-gradient(to left, var(--left-color), var(--left-color))
}

#signup .control-button.in {
    background-color: var(--left-color)
}

#signup .flex-container-form h3 {
    color: var(--left-color)
}

.category-content-boxx {
    padding: 5px 5px 15px 5px;
    border-bottom: 3px solid #e95e5e;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .25);
    margin-bottom: 30px;
    transition: all ease-in-out .3s
}

.category-content-boxx:hover {
    box-shadow: 0 0 1rem rgba(0, 0, 0, .7);
    transition: all ease-in-out .3s
}

.review-star {
    display: inline-block;
    position: relative;
    padding: 0 10px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    border-radius: 5px;
    margin-right: 10px
}

.review-star i {
    color: #e2d316;
    margin-right: 4px
}

.review-star span {
    position: absolute;
    background-color: #cd5c5c;
    text-align: center;
    font-size: 10px;
    color: #fff;
    padding: 5px;
    border-radius: 10px;
    line-height: 15px;
    top: -6px
}

.category-right-details {
    padding-top: 20px
}

.star {
    padding-left: 60px
}

.details-list li {
    float: left;
    display: inline-block;
    background-color: #e6e6e6;
    margin-right: 10px;
    padding: 2px 15px;
    border-radius: 5px;
    margin-bottom: 10px
}

.details-list li a {
    color: #333
}

.details-list .line {
    background-color: transparent;
    padding: 0;
    line-height: 35px
}

ul.details-list {
    width: 100%;
    float: left
}

.timing li {
    float: left;
    display: inline-block;
    margin-right: 15px
}

.timing {
    padding: 10px 0 0;
    width: 100%;
    float: left
}

.timing li:first-child {
    font-style: italic;
    font-weight: 700;
    font-size: 13px
}

.available-service {
    float: left;
    width: 100%;
    padding: 5px 0
}

.available-service li {
    float: left;
    display: inline-block;
    margin-right: 20px
}

.available-service li i {
    margin-right: 10px
}

.text-green {
    color: green;
    font-size: 13px
}

.contact-info {
    padding: 5px 0;
    float: left;
    width: 100%;
    position: relative
}

.contact-info li {
    float: left;
    margin-right: 20px
}

.contact-info li img {
    margin-right: 10px;
    top: -4px;
    width: 20px;
    height: 20px;
    position: relative
}

.btn-contact {
    background-color: #e95e5e;
    color: #fff;
    padding: 6px 30px;
    border-radius: 50px;
    position: absolute;
    right: 60px;
    bottom: 5px;
    border: 2px solid #de4040
}

.btn-contact:hover {
    background-color: #fff;
    border: 2px solid #e95e5e;
    color: #de4040
}

.category-content-boxx h5 {
    color: #707070;
    text-transform: capitalize
}

#custom-pagination ul .page-item.active .page-link {
    background-color: #e95e5e;
    border-color: #e95e5e
}

.listing-content {
    padding: 40px 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .35)
}

.table-bordered thead th,
.listing-content .table-bordered thead td {
    width: 50%
}

.listing-content ul li {
    list-style: disc inside
}

.listing-content h3,
.listing-content h5 {
    margin: 10px 0
}

.header-search .form-row .form-group {
    margin-bottom: 0
}

.nav-affix .header-search {
    display: block !important
}

.header-search .form-row .form-group select {
    border-radius: 50px 0 0 50px;
    border-right: 1px solid #ccc
}

.header-search .form-row .no_pad {
    padding: 0 !important
}

.header-search .form-row .form-group input {
    border-radius: 0 50px 50px 0;
    border-left: none;
    position: relative
}

.search_icon {
    position: absolute;
    top: 6px;
    right: 10px;
    color: #707070;
    z-index: 99
}

#question-part1 .a-group-item-action {
    text-align: left;
    width: 100%;
    float: left;
    margin-right: 0;
    margin-bottom: 10px;
    border-radius: 5px;
    display: block;
    padding: 0 0 0 15px !important;
    position: relative;
    min-height: 60px;
    padding-left: 20px
}

#question-part1 .a-group-item-action>.form-group {
    width: 98%
}

#question-part1 .a-group-item-action:nth-child(even) {
    margin-right: 0
}

#question-part1 .checkcontainer {
    display: flex;
    position: relative;
    padding-left: 30px !important;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 5px;
    font-weight: 100;
    text-transform: capitalize;
    min-height: 60px;
    align-items: center
}

#question-part1 .question-hint {
    font-size: 11px !important;
    font-weight: 400;
    font-style: normal;
    color: #666;
    line-height: 16px;
    position: absolute;
    bottom: 0
}

span.ans-title {
    position: absolute;
    top: 25px
}

#question-part1 .checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

#question-part1 .radiobtn {
    position: absolute;
    top: 20px;
    left: -6px;
    height: 30px;
    width: 30px;
    background-color: #eee;
    border-radius: 50%;
    border: 2px solid #ccc
}

#question-part1 .checkmark {
    position: absolute;
    top: 20px;
    left: -6px;
    height: 30px;
    width: 30px;
    background-color: #eee;
    border: 2px solid #ccc
}

#question-part1 .checkcontainer input:checked~.checkmark,
#question-part1 .checkcontainer input:checked~.radiobtn {
    background-color: #ff214f
}

#question-part1 .checkcontainer input:checked~.checkmark:after,
#question-part1 .checkcontainer input:checked~.radiobtn:after {
    display: block
}

#question-part1 .checkcontainer .checkmark:after,
#question-part1 .checkcontainer .radiobtn:after {
    left: 9px;
    top: 4px;
    width: 8px;
    height: 15px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#question-part1 .checkmark:after,
#question-part1 .radiobtn:after {
    content: "";
    position: absolute;
    display: none
}

#question-part1 .errorMessage {
    color: red;
    font-size: 12px;
    text-align: left;
    margin-bottom: 10px
}

#question-part1 .a-group-item-action:hover .question-hint {
    color: #333
}

#question-part1 .answer {
    overflow-y: auto !important;
    max-height: 250px
}

#question-part1 .a-group-item-action>.form-group textarea.form-control {
    min-height: 100px
}

.range-input li {
    padding: 30px 0
}

#sticky-buttons.stick {
    position: fixed;
    top: 66px;
    z-index: 999;
    left: 0
}

#sticky-buttons {
    width: 100%;
    background-color: #f5f5f5;
    color: #fff;
    border-radius: .5ex
}

.mobile-sort-filter ul li a {
    color: #1b1b1b;
    padding: 12px 20px;
    text-transform: uppercase
}

.mobile-sort-filter ul li a i {
    color: #e95e5e
}

.sticky ul li a {
    padding: 15px
}

.sortpanel {
    display: block
}

.sortpanel {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    bottom: -100%;
    left: 0;
    background-color: #f5f5f5;
    color: #fff;
    overflow-x: hidden;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
    transition: all ease-in-out .3s
}

.filterpanel {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    bottom: -100%;
    left: 0;
    background-color: #f5f5f5;
    color: #fff;
    overflow-x: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.mobile-sort-filter ul li {
    float: left;
    width: 50%;
    border: 1px solid #ccc;
    border-collapse: collapse
}

.mobile-sort-filter {
    margin-bottom: 40px;
    float: left;
    width: 100%
}

#filter .closebtn,
#sort .closebtn {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 20px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    color: #707070;
    border: 1px solid #ccc
}

#filter .sidebar-header,
#sort .sidebar-header {
    padding: 15px 50px 15px 20px;
    float: left;
    width: 100%
}

#sort .sidebar-header ul li {
    float: left;
    color: #1b1b1b;
    line-height: 50px;
    width: 50%;
    text-align: left
}

#sort .sidebar-header ul li:nth-child(2n) {
    text-align: right
}

#sort .sidebar-header ul li a {
    color: #0056b3
}

#filter .components,
#sort .components {
    float: left;
    width: 100%;
    margin-bottom: 60px
}

#sort .title_sort {
    color: #707070
}

.sort-filter .form-check {
    color: #707070
}

#filter .sidebar-header {
    height: 80px
}

#filter .components {
    height: 100vh
}

.mobile-sort-filter ul li a:focus,
.mobile-sort-filter ul li a:hover {
    color: #333
}

#btn-apply {
    padding: 15px 20px;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    left: 0;
    width: 100%
}

.form-check {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    cursor: pointer
}

.form-check-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark-custom {
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 3px;
    border: 1px solid #ddd
}

.form-check-input:hover .form-check-input~.checkmark-custom {
    background-color: #ccc
}

.form-check-input:checked~.checkmark-custom {
    background-color: #cd5c5c
}

.checkmark-custom:after {
    content: "";
    position: absolute;
    display: none
}

.form-check-input:checked~.checkmark-custom:after {
    display: block
}

.checkmark-custom:after {
    content: '';
    top: 1px;
    width: 6px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    position: absolute;
    left: 2px
}

.available-service li span {
    margin-right: 5px;
    font-size: 18px
}

.btn-contact span {
    margin-right: 5px;
    position: relative;
    top: 2px
}

.select2-container--open .select2-dropdown--below {
    top: 10px;
    border-top: 1px solid #ddd;
    width: 260px !important
}

.banner-home .carousel-caption .bs-searchbox .form-control {
    box-shadow: 0 0 5px rgba(0, 0, 0, .3) !important
}

.banner-home .bootstrap-select .dropdown-menu {
    padding: 10px 0
}

.banner-home .bootstrap-select .dropdown-menu li a {
    padding: 8px 10px
}

.banner-home .bootstrap-select .dropdown-menu li.active a {
    background-color: #e95e5e
}

.show-comon {
    padding: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    position: absolute;
    z-index: 99999;
    background-color: #fff;
    top: 46px
}

.show-look2 {
    width: 99.5%
}

.toggleable__content {
    width: 95%;
    z-index: 99999
}

.toggleable__content li:first-child>.form-control {
    box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    border-bottom: none
}

.show-comon li a {
    color: #707070
}

.show-look2 li {
    border-bottom: 1px solid #ccc;
    line-height: 40px;
    padding-left: 10px;
    float: left;
    width: 100%
}

.show-comon li:last-child {
    border-bottom: 0
}

.toggleable__content li a {
    color: #707070
}

.toggleable__content {
    max-height: 0;
    overflow: hidden;
    position: absolute
}

.toggleable__control:checked~.toggleable__content {
    transition-timing-function: ease-in-out;
    max-height: 600px;
    background-color: #fff;
    padding: 10px 15px;
    margin-top: 2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .35)
}

.hidden--visually {
    border: 0;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.toggleable {
    border-bottom: 2px solid #d3d3d3
}

.toggleable__label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    padding-left: 40px;
    border-right: 1px solid #999 !important
}

.banner-home .card-header .btn::before {
    content: "\f041";
    font-family: FontAwesome;
    color: #e95e5e;
    margin-right: 10px;
    float: left;
    font-size: 18px
}

.banner-home .card-header .btn::after {
    content: "\f107";
    color: #333;
    font-family: FontAwesome;
    float: right;
    font-size: 22px;
    transition: all .2s ease-in-out
}

.banner-home .card-header .btn:not(.collapsed)::after {
    transition: all .2s ease-in-out;
    transform: rotate(-180deg)
}

.mylocation-icon-1 {
    position: absolute;
    z-index: 99999;
    color: #e95e5e;
    width: 20px;
    left: 15px;
    top: 10px;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
    display: none
}

.mylocation-icon-2 {
    position: absolute;
    z-index: 99999;
    color: #e95e5e;
    width: 25px;
    right: -5px;
    display: flex;
    top: 10px;
    cursor: pointer
}

.toggleable__control:checked~.toggleable__content {
    margin-bottom: 1rem
}

.toggleable__label::after {
    content: "\f0d7";
    font-size: .8rem;
    font-family: FontAwesome
}

.toggleable__control:checked~.toggleable__label::after {
    content: "\f0d8";
    font-family: FontAwesome;
    font-size: .8rem
}

#inputSearch {
    width: 350px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 15px;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    height: 40px;
    border-collapse: collapse;
    position: relative;
    color: #707070;
    border-radius: 5px;
    background: #fff url(https://s3.ap-south-1.amazonaws.com/bck.haarway/h-assets/images/icons/tools-and-utensils.png) no-repeat 10px center;
    background-size: 15px;
    filter: grayscale(1)
}

#header-search {
    margin-left: 30px
}

#header-search .toggleable__content {
    top: 40px;
    left: 2px;
    width: 180px
}

.banner-home .carousel-caption .input-group-append {
    width: 14%
}

#header-search .toggleable__label {
    height: 40px;
    border: none;
    color: #707070;
    background-color: transparent;
    max-width: 150px;
    min-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: 6px;
    border-right: none !important;
    font-size: 16px;
    padding-right: 30px;
    display: block;
    line-height: 30px
}

#header-search .toggleable__label::before {
    content: '\f041';
    font-family: FontAwesome;
    color: #e95e5e;
    margin-right: 5px
}

#header-search .toggleable__label::after {
    content: '\f107';
    font-family: FontAwesome;
    color: #333;
    font-size: 20px;
    position: absolute;
    right: 15px;
    transition: all .3s ease
}

#header-search .toggleable__control:checked~.toggleable__label::after {
    transition: all .3s ease;
    transform: rotate(-180deg)
}

#header-search .input-group-prepend {
    margin-right: 30px;
    max-width: 150px;
    overflow-x: hidden
}

#show-result-div {
    position: absolute;
    background-color: #fff;
    padding: 0;
    top: 42px;
    left: 0;
    z-index: 999;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    height: 250px;
    overflow-y: scroll;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    width: 100%
}

#show-result-div .closeSearch {
    color: #ccc;
    position: absolute;
    right: 30px;
    top: -32px
}

#show-result-div .closeSearch:after {
    content: '\f057';
    font-family: FontAwesome;
    position: absolute;
    z-index: 9999
}

#show-result-div ul li a {
    color: #707070
}

#show-result-div ul h5 {
    color: #1b1b1b;
    font-size: 16px;
    margin-bottom: 5px
}

#show-result-div ul li {
    margin-bottom: 5px;
    padding: 0 10px
}

#show-result-div ul li:hover {
    background-color: #f5f5f5
}

#header-search1 .toggleable__label::after {
    content: '\f107';
    font-family: FontAwesome;
    color: #333;
    font-size: 20px;
    position: absolute;
    right: 15px;
    transition: all .3s ease
}

#header-search1 .toggleable__control:checked~.toggleable__label::after {
    transition: all .3s ease;
    transform: rotate(-180deg)
}

#header-search1 .toggleable__label {
    height: 40px;
    border: none;
    color: #707070;
    background-color: transparent;
    max-width: 150px;
    min-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: 6px;
    border-right: none !important;
    font-size: 16px;
    padding-right: 30px;
    display: block;
    line-height: 30px
}

#header-search1 .toggleable__label::before {
    content: '\f041';
    font-family: FontAwesome;
    color: #e95e5e;
    margin-right: 5px
}

#header-search1 .input-group-prepend {
    margin-right: 30px;
    max-width: 150px
}

#header-search1 .toggleable__content {
    top: 40px;
    left: 2px;
    width: 180px
}

.show-comon li {
    padding: 0 10px
}

#accordionCity>.card {
    overflow: visible;
    border-radius: 0;
    border: none;
    background-color: transparent
}

#accordionCity>.card>.card-header {
    padding: 2px;
    height: 45px;
    border-radius: 0;
    background-color: #fff;
    border: none;
    border-right: 1px solid #ddd
}

#toggleableCityBtn_1 {
    text-decoration: none;
    font-size: 13px;
    color: #707070;
    height: 43px
}

#collapseOne {
    transition: none
}

#collapseOne .card-body {
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: auto;
    z-index: 999;
    top: 46px;
    padding: 0
}

#header-search1 {
    width: 100%;
    margin-left: 30px
}

.card-header a:not(.collapsed)::after {
    transition: all .3s ease;
    transform: rotate(-180deg)
}

.card-header a::after {
    content: "\f107";
    color: #333;
    font-family: FontAwesome;
    float: right;
    font-size: 22px;
    line-height: normal;
    transition: all .3s ease
}

.header .header--menubar {
    position: relative
}

.header .header--menubar .header--menu #inputSearch {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 100%
}

.header .header--menubar .header--menu #inputSearch {
    display: inline-block;
    margin-right: 32px;
    padding-bottom: 32px
}

.header .header--menubar .header--menu__top #inputSearch {
    position: relative;
    line-height: 16px;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 18px;
    padding-bottom: 10px
}

.header--search i {
    font-size: 1.7rem;
    cursor: pointer;
    margin-right: 20px
}

.header .header--menubar .header--menu__top #inputSearch {
    width: 350px
}

.header .header--menubar .header--menu__top #inputSearch::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    height: 100%
}

.header .header--menubar .header--menu__top #inputSearch:first-child::before {
    display: none
}



.show-comon li.selected {
    background: #ccc
}

.blocker {
    background-color: rgba(0, 0, 0, .95) !important
}

.breadcrumb-item a {
    color: #fff;
    font-size: 14px
}

.breadcrumb {
    position: absolute;
    top: 0;
    border-radius: 0;
    background-color: transparent !important;
    left: 0;
    padding: 5px 15px 0 !important;
    width: 100%
}

.breadcrumb-item.active {
    color: #fff;
    line-height: 34px;
    text-transform: capitalize;
    font-size: 15px
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #b5b5b5;
    opacity: .6
}

.bread-crumb {
    position: relative;
    top: 70px;
    z-index: 999
}

.breadcrumb-item+.breadcrumb-item {
    line-height: 30px
}

.bread-crumb .breadcrumb li.breadcrumb-item {
    padding: 3px 20px;
    background-color: #fff;
    border-radius: 30px;
    margin-right: 20px;
    position: relative
}

.bread-crumb .breadcrumb li.breadcrumb-item a {
    color: #222;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px
}

.bread-crumb .breadcrumb .breadcrumb-item.active {
    color: #e95e5e;
    font-weight: 700;
    font-size: 13px;
    line-height: 28px;
    text-transform: capitalize
}

.bread-crumb .breadcrumb .breadcrumb-item::after {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    right: -12px
}

.bread-crumb .breadcrumb .breadcrumb-item:last-child::after {
    content: none
}

.bread-crumb .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: none
}

.btn_edit_this {
    padding: 0;
    line-height: 50px;
    height: 40px;
    width: 40px;
    background-color: #222;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.btn_edit_this:hover {
    color: #d4d4d4
}

.btn_edit_this span.lnr {
    color: #fff;
    font-size: 20px
}

#modal-edit-this {
    min-width: 450px
}

#modal-edit-this .form-group button.text-left {
    background-color: #efefef;
    border: 1px solid #ccc;
    font-size: 14px
}

.single-detail-banner {
    padding: 70px 0 0;
    position: relative
}

.w3-code,
.w3-section {
    margin-top: -60px !important;
    margin-bottom: 16px !important;
    z-index: 999;
    position: absolute
}

.mySlides {
    position: relative;
    height: 400px;
    width: 100%
}

.w3-content {
    box-shadow: 0 0 2px rgba(0, 0, 0, .5)
}

.w3-opacity {
    opacity: 1;
    filter: grayscale(1.5);
    height: 120px;
    width: 100% !important;
    border-radius: 10px
}

.w3-opacity:hover {
    opacity: 1;
    filter: grayscale(0)
}

.w3-section li {
    float: left;
    margin-right: 12px
}

.w3-section li:last-child {
    margin-right: 0
}

#detail-slider {
    margin-top: -60px;
    padding: 0 20px
}

#detail-slider .owl-nav button.owl-prev img {
    position: absolute;
    top: 0;
    left: -35px;
    height: 40px
}

#detail-slider .owl-nav button.owl-next img {
    position: absolute;
    top: 0;
    right: -35px;
    height: 40px
}

#detail-slider .owl-nav {
    width: 100%;
    position: relative;
    top: -90px;
    z-index: -1
}

#detail-slider .owl-stage-outer {
    height: 100%
}

.single-detail-banner .carousel-caption {
    top: 25%;
    left: 6%;
    bottom: auto;
    right: 6%
}

.single-detail-banner .carousel-caption h1 {
    text-transform: capitalize;
    margin-bottom: 30px;
    display: inline-block
}

.single-detail-banner .carousel-caption .company-details li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    color: #fff
}

.single-detail-banner .carousel-caption .company-details li a {
    color: #ffc107;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 30px;
    position: relative;
    top: -5px
}

.single-detail-banner .carousel-caption .company-details li:first-child {
    border-right: none
}

.single-detail-banner .carousel-caption .review-star {
    clear: both;
    float: left
}

.single-detail-banner .carousel-caption .review-star span {
    background-color: #fff;
    color: #333
}

.single-detail-banner .top-image .overlay-single {
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    display: block !important
}

.top-image {
    overflow: hidden;
    position: relative
}

.property-details {
    padding: 40px 0
}

.shadow-box {
    box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    padding: 20px 30px;
    margin-bottom: 40px;
    float: left;
    width: 100%
}

.yellow-border {
    border: 1px solid #fece0c;
    color: #fece0c;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 30px;
    width: 50%
}

.yellow-btn {
    border: 1px solid #fece0c;
    color: #fff;
    background-color: #fece0c;
    text-transform: uppercase;
    padding: 8px 30px;
    width: 25%
}

.shadow-box h3 {
    color: #292929;
    text-transform: capitalize;
    font-size: 22px
}

.company-details li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    color: #707070;
    display: flex
}

.company-details li:first-child {
    border-right: 1px solid #707070
}

.company-details {
    float: left;
    width: 100%;
    padding: 0 0 20px
}

.company-details li a {
    color: red;
    text-transform: uppercase;
    font-size: 16px
}

.area-details {
    float: left;
    width: 100%;
    padding: 20px 0
}

.area-details li {
    float: left;
    width: 25%
}

.area-details li p {
    margin-bottom: 0
}

.detail-sup {
    font-size: 15px;
    color: #707070;
    line-height: 10px
}

.detail-sub {
    font-size: 16px;
    font-weight: 500;
    color: #1b1b1b
}

.add_info {
    font-size: 18px
}

.yellow-border-bottom {
    border-bottom: 2px solid #fece0c
}

.description {
    box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    margin-bottom: 40px;
    float: left;
    width: 100%
}

.description h3 {
    padding: 15px 30px;
    background-image: linear-gradient(to right, #f12525, rgba(255, 0, 0, 0));
    color: #fff;
    margin-bottom: 30px;
    font-size: 22px
}

.description p {
    padding-left: 30px;
    padding-bottom: 30px;
    padding-right: 20px
}

.addition-info {
    float: left;
    width: 100%
}

.review-rating-tab {
    box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    margin-bottom: 40px
}

.review-rating-tab .nav-pills .nav-item {
    width: 50%;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase
}

.review-rating-tab .nav-pills .nav-link {
    border-radius: 0;
    padding: 10px 30px;
    border-top: 2px solid #e95e5e;
    border-bottom: 1px solid #ccc;
    color: #333;
    font-size: 16px
}

.review-rating-tab .nav-pills .nav-link.active {
    background-color: #e95e5e;
    color: #fff
}

.review-rating-tab .tab-content>.tab-pane {
    padding: 10px 30px
}

.progress-review {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
    float: left;
    width: 65%;
    margin-top: 5px
}

.rating-progress li {
    width: 100%;
    float: left;
    margin-bottom: 15px
}

.rating-progress li span.label-title {
    float: left;
    width: 25%;
    text-overflow: ellipsis
}

.faq li {
    list-style: decimal inside;
    width: 100%;
    float: left;
    margin-bottom: 15px;
    font-weight: 700;
    color: #333
}

.answer1 {
    clear: both;
    width: 100%;
    float: left;
    font-weight: 100
}

.review-rating-tab .tab-content>.tab-pane p span {
    margin-left: 140px
}

.write-rev {
    margin-top: 20px;
    padding: 8px 30px;
    margin-bottom: 30px
}

#writereview {
    height: 120px
}

.related-ul {
    float: left;
    width: 20%;
    min-height: 260px;
    padding-right: 15px
}

.related-ul li h4 {
    color: #333;
    font-size: 20px
}

.related-title {
    margin-bottom: 30px;
    font-size: 22px
}

.related-services {
    margin-bottom: 30px
}

.controle {
    position: relative
}

.contact-form input[type=email],
.contact-form input[type=number],
.contact-form input[type=text] {
    width: 100%;
    font-size: 14px;
    color: #8e7249;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    position: relative;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.contact-form label {
    cursor: text
}

.categorie .controle:nth-of-type(1) label::after,
.categorie .controle:nth-of-type(2) label::after,
.categorie .controle:nth-of-type(3) label::after {
    opacity: 1;
    transition: opacity .3s, content .3s;
    -moz-transition: opacity .3s, content .3s;
    -webkit-transition: opacity .3s, content .3s
}

.contact-form label[for=film] {
    cursor: pointer
}

.contact-form .fa-sort {
    position: absolute;
    right: 10px;
    top: 17px;
    color: #999
}

.contact-form label {
    position: absolute;
    left: 8px;
    top: 8px;
    color: #999;
    font-size: 14px;
    display: inline-block;
    padding: 4px 10px;
    background-color: #fff;
    z-index: 9999;
    transition: width .1s, color .3s, top .4s, background-color .3s;
    -webkit-transition: width .1s, color .3s, top .4s, background-color .3s;
    -moz-transition: width .1s, color .3s, top .4s, background-color .3s
}

label.trigger {
    top: -20px;
    color: #555;
    background-color: #fff;
    min-width: 10px;
    max-width: 100%
}

.categorie .controle:nth-of-type(1) label.trigger::after,
.categorie .controle:nth-of-type(2) label.trigger::after,
.categorie .controle:nth-of-type(3) label.trigger::after {
    opacity: 0;
    content: ''
}

.inner-contact-form .header {
    padding: 20px;
    background-color: #e95e5e;
    border-radius: 10px 10px 0 0;
    color: #fff
}

.inner-contact-form .header h4 {
    color: #fff
}

.contact-form {
    padding: 40px 20px 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .35)
}

.contact-form input[type=number] {
    margin-bottom: 5px
}

.submit .btn {
    border-radius: 10px;
    padding: 8px 30px;
    margin: 8px 0
}

.banner-text-mobile h6 {
    font-size: 20px;
    color: #1b1b1b;
    margin-bottom: 10px;
    text-align: center
}

.components {
    float: left;
    width: 100%
}

#components-city-top li {
    padding-bottom: 15px;
    margin-bottom: 15px
}

#ajaxCityResponseMbl .ajaxCityResponse li {
    padding: 0 10px;
    margin-bottom: 0
}

#components-city-top .input-group-prepend {
    width: 100%
}

#components-city-top .toggleable__control:checked~.toggleable__content {
    width: 100%;
    top: 40px
}

.category-img {
    height: 100%
}

.question-description {
    font-size: 14px
}

.div-star-rating {
    float: left;
    width: 100%;
    padding: 10px 0
}

.div-star-rating h3 {
    font-size: 20px;
    margin-bottom: 0
}

.rating-dynamic {
    border: none;
    float: left
}

.rating-dynamic>input {
    display: none
}

.rating-dynamic>label:before {
    margin: 5px;
    font-size: 25px;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005"
}

.rating-dynamic>.half:before {
    content: "\f089";
    position: absolute
}

.rating-dynamic>label {
    color: #ddd;
    float: right
}

.rating-dynamic:not(:checked)>label:hover,
.rating-dynamic:not(:checked)>label:hover~label,
.rating-dynamic>input:checked~label {
    color: gold
}

.rating-dynamic>input:checked+label:hover,
.rating-dynamic>input:checked~label:hover,
.rating-dynamic>input:checked~label:hover~label,
.rating-dynamic>label:hover~input:checked~label {
    color: #ffed85
}

.user-review {
    float: left;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #ddd
}

.user-review h6 span {
    color: orange;
    margin-left: 30px
}

.user-review h6 span i {
    letter-spacing: 2px
}

.user-review ul li {
    float: left
}

.user-review ul li:first-child {
    border-right: 1px solid #ddd;
    padding-left: 0;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 15px
}

.user-review .user-comment {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 0
}

.user-review .pull-right a {
    color: #333;
    font-size: 20px
}

.removeFixed {
    position: relative
}

.btn-group.stack-nav {
    position: fixed;
    margin: 0;
    border: 0;
    background-color: #f5f5f5;
    box-shadow: 0 1px 6px rgba(86, 81, 81, .7);
    z-index: 1;
    bottom: -2px;
    border-radius: 0;
    min-height: 68px;
    padding: 10px 15px;
    width: 100%;
    text-align: center;
    cursor: default;
    left: 0
}

.btn-group.stack-nav .btn {
    width: 100%;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    padding: 0 40px;
    background: #e53935;
    color: #fff
}

.btn-group.stack-nav.removeFixed {
    position: relative;
    background-color: transparent;
    box-shadow: none;
    width: 100%;
    padding: 0
}

.scroll-wrap {
    height: auto;
    padding-top: 0;
    overflow-x: hidden;
    overflow-y: auto
}

.list-wrap {
    width: 100%;
    margin: 0 auto;
    position: relative
}

.fixbtn {
    padding-bottom: 68px;
    background-color: #fff;
    position: relative;
    bottom: 0;
    transform: none !important
}

.amenties .area-details li {
    width: auto;
    margin-right: 15px
}

ol.faq {
    padding-right: 15px
}

.review-rating-tab .tab-content>.tab-pane p span:first-child {
    margin-left: 0
}

.tot-star i {
    color: orange;
    letter-spacing: 2px
}

.btn-prev {
    width: 45% !important;
    float: left;
    margin-right: 10px;
    background-color: transparent !important;
    color: #333 !important
}

.btn-next {
    width: 45% !important;
    margin: 0 !important;
    float: right
}

.qcontact label {
    color: #333
}

.demo-gallery>ul {
    margin-bottom: 0
}

.demo-gallery>ul>li {
    height: 100px;
    display: inline-block;
    list-style: outside none none;
    width: 50%;
    float: left
}

.demo-gallery>ul>li:nth-child(even) {
    margin-right: 0
}

.demo-gallery>ul>li a {
    border: 3px solid #fff;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
    height: 100%;
    width: 100%
}

.demo-gallery>ul>li a>img {
    -webkit-transition: -webkit-transform .15s ease 0s;
    -moz-transition: -moz-transform .15s ease 0s;
    -o-transition: -o-transform .15s ease 0s;
    transition: transform .15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%
}

.demo-gallery>ul>li a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
}

.demo-gallery>ul>li a:hover .demo-gallery-poster>img {
    opacity: 1
}

.demo-gallery>ul>li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, .35);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color .15s ease 0s;
    -o-transition: background-color .15s ease 0s;
    transition: background-color .15s ease 0s
}

.demo-gallery>ul>li a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity .3s ease 0s;
    -o-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s
}

.demo-gallery>ul>li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, .5)
}

.demo-gallery .justified-gallery>a>img {
    -webkit-transition: -webkit-transform .15s ease 0s;
    -moz-transition: -moz-transform .15s ease 0s;
    -o-transition: -o-transform .15s ease 0s;
    transition: transform .15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%
}

.demo-gallery .justified-gallery>a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1)
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster>img {
    opacity: 1
}

.demo-gallery .justified-gallery>a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, .1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color .15s ease 0s;
    -o-transition: background-color .15s ease 0s;
    transition: background-color .15s ease 0s
}

.demo-gallery .justified-gallery>a .demo-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity .3s ease 0s;
    -o-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s
}

.demo-gallery .justified-gallery>a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, .5)
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: .8;
    width: 48px
}

.demo-gallery.dark>ul>li a {
    border: 3px solid #04070a
}

.inner-contact-form {
    float: left;
    width: 100%
}

.gallery-image {
    float: left;
    width: 100%;
    margin-bottom: 50px
}

.lg-sub-html h4 {
    color: #fff;
    font-weight: 100
}

.sticky-content.stick {
    position: sticky;
    top: 125px;
    width: auto;
    z-index: 999
}

.contact-form p {
    line-height: 20px;
    margin-top: 15px
}

ul.possesion {
    float: left;
    width: 100%
}

.scrollspy nav {
    padding: 0;
    max-width: 1500px;
    margin: auto
}

.scrollspy .navbar-nav .nav-link {
    font-size: 16px;
    padding: 15px 10px
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link,
.scrollspy .navbar-light .navbar-nav .active>.nav-link {
    border-bottom: 2px solid #e95e5e
}

.scrollspy .nav-pills .nav-link.active,
.scrollspy .nav-pills .show>.nav-link {
    background-color: transparent;
    color: #e95e5e;
    border-bottom: 2px solid #e95e5e
}

.scrollspy.stick {
    position: fixed;
    top: 67px;
    z-index: 999;
    left: 0;
    padding: 0 0 0 40px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15)
}

.scrollspy {
    width: 100%;
    background-color: #f5f5f5;
    color: #fff;
    border-radius: 0;
    margin-top: 0
}

.common-top {
    margin-top: 250px
}

.scrollspy .navbar-nav .nav-item {
    padding: 0 30px
}

.scrollspy.stick .navbar-nav .nav-item:first-child {
    padding-left: 0
}

.total-rating {
    float: left
}

.total-rating h2 {
    margin-bottom: 0;
    font-weight: 100;
    font-size: 26px
}

.company-details li:first-child span {
    font-size: 20px;
    position: relative;
    top: 5px
}

.scrollspy.stick .navbar-nav .nav-link {
    padding: 8px 10px
}

.blog-home {
    padding: 70px 0 0;
    position: relative;
    margin-bottom: 50px
}

.all-blogs .card {
    border: 1px solid rgba(0, 0, 0, .09)
}

.all-blogs .card:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    border: 1px solid transparent
}

.all-blogs .blog-detail {
    padding: 0 15px 15px
}

.all-blogs .card a {
    color: #707070
}

.all-blogs .card .lis-absolute {
    padding-right: 10px;
    padding-top: 10px
}

.all-blogs .card .lis-absolute h5 {
    font-size: 15px
}

.all-blogs .card .modImage {
    height: 200px;
    overflow: hidden
}

.all-blogs .card .modImage img {
    height: 100%;
    filter: grayscale(.7)
}

.all-blogs .card .modImage img:hover {
    filter: grayscale(0)
}

.all-blogs .blog-detail a>h6 {
    font-size: 18px;
    color: #292929;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.all-blogs .blog-detail p {
    line-height: 20px
}

.all-blogs .card .lis-absolute h5 .badge {
    font-weight: 100
}

.blog-single-img {
    height: 450px
}

.blog-single-img img {
    height: 100%
}

.blog-single-img .post-image {
    height: 100%
}

.comment-info li a {
    color: #707070
}

.lis-page-social li a i {
    color: #999
}

.lis-page-social li a i:hover {
    color: #e95e5e
}

.media-body h6 {
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    width: 100%
}

.media-body p {
    float: left;
    width: 100%
}

.lis-devider {
    border: 1px solid #e6e6e6;
    margin: 15px 0
}

.media-body h6 span {
    color: #707070
}

.search-widget button.lis-light {
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 0 5px 5px 0;
    border-collapse: collapse;
    padding: 0 10px
}

.search-widget .form-control {
    position: relative;
    height: 40px
}

.search-widget .lis-absolute {
    position: absolute;
    right: 15px;
    height: 40px;
    top: 0
}

.lis-categories-list ul li {
    padding: 8px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.lis-categories-list ul li:last-child {
    border-bottom: none
}

.lis-categories-list {
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    margin-bottom: 15px
}

.lis-categories-list ul li a {
    color: #707070
}

.lis-widget-content {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.lis-widget-content a {
    width: 35%;
    margin-right: 10px
}

.lis-widget-content .media-body {
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.lis-widget-content a.lis-dark {
    width: 100%;
    margin-right: 0
}

.lis-categories-list ul li:nth-child(even) {
    background-color: #f5f5f5
}

#commentForm .lis-search {
    position: absolute;
    top: 11px;
    left: 12px
}

#commentForm .form-group input.form-control {
    position: relative;
    height: 50px;
    border: 1px solid #ddd !important;
    padding-left: 40px
}

#commentForm .form-group {
    position: relative
}

#commentForm .form-group textarea.form-control {
    position: relative;
    height: 100px;
    border: 1px solid #ddd !important;
    padding-left: 40px;
    padding-top: 12px
}

.add-lisitng .card-body input.form-control {
    width: 100%;
    position: relative;
    font-size: 14px;
    height: 40px
}

.add-lisitng .card-body .form-group button {
    margin-top: 10px
}

.ol_list_01 li {
    list-style: decimal;
    padding: 6px 0
}

.blog-home .page-title {
    background-repeat: no-repeat;
    background-size: cover !important;
    height: 350px;
    padding: 90px 0 0
}

.wrapper_breadcrumbs {
    padding: 7px 15px;
    background-color: #e9ecef
}

.nav-link:hover,
.scrollspy .nav-link:focus {
    color: #707070
}

.scrollspy .nav-pills .nav-link {
    color: #333;
    border-radius: 0
}

.nav-pills .show>.nav-link,
.scrollspy .nav-pills .nav-link.active {
    background-color: transparent;
    color: #333;
    border-bottom: 2px solid #e95e5e;
    transition: none
}

.t_and_c {
    line-height: 20px;
    letter-spacing: 1px;
    font-size: 13px
}

.counter-div li {
    float: left;
    width: 16%;
    margin-right: 15px
}

.counter {
    background-color: #f5f5f5;
    padding: 15px 0;
    border-radius: 5px;
    height: 140px;
    width: 100%;
    text-align: center
}

.counter span.lnr {
    font-size: 30px
}

.count-title {
    font-size: 40px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center
}

.count-text {
    font-size: 13px !important;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0 !important;
    text-align: center;
    width: 100% !important
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5
}

.blog-home .page-title h2 {
    font-size: 40px
}

.blog-home .page-title p {
    color: #333;
    font-size: 15px;
    margin-bottom: 20px;
    width: 50%;
    line-height: 20px
}

#about-property {
    box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    margin-bottom: 40px;
    float: left;
    width: 100%
}

#about-property h3 {
    padding: 15px 30px;
    background-image: linear-gradient(to right, #f12525, rgba(255, 0, 0, 0));
    color: #fff;
    margin-bottom: 0;
    font-size: 22px
}

.contactInfoDiv {
    padding: 20px 30px;
    float: left
}

.arrow-steps .step span a {
    color: #333
}

.header p {
    line-height: 20px
}

.arrow-steps .step.current span {
    color: #fff !important
}

.blog-home-single {
    padding: 70px 0 0
}

.blog-home-single .breadcrumb {
    background-color: #204051;
    padding: 10px 15px;
    position: relative
}

.blog-home-single .breadcrumb-item a,
.blog-home-single .breadcrumb-item.active {
    color: #333;
    line-height: 30px
}

section.single-blog {
    padding: 70px 0
}

.single-blog h1 {
    font-size: 1.8rem
}

.single-blog h2 {
    font-size: 1.5rem;
    margin-top: 10px;
    text-transform: capitalize
}

.single-blog h3 {
    font-size: 1.2rem;
    line-height: 30px;
    margin-top: 10px
}

section.single-blog .blgDetailcss ul li::before {
    content: '\f111';
    font-family: FontAwesome;
    margin-right: 10px;
    color: #333;
    float: left;
    font-size: 7px
}

section.single-blog .blgDetailcss p {
    line-height: 30px
}

section.single-blog .blgDetailcss ul li {
    line-height: 30px
}

section.single-blog .blgDetailcss p img {
    max-width: 100%;
    height: auto
}

.comment-info li {
    width: auto;
    float: left;
    border-right: 1px solid #ddd;
    text-align: left;
    padding: 0 20px
}

.comment-info {
    width: 100%;
    float: left;
    margin-bottom: 20px
}

.comment-info li span.lnr {
    margin-right: 10px
}

.whList td {
    color: #1b1b1b
}

span.review-score {
    line-height: 1;
    position: relative;
    top: 2px
}

#smoothh {
    top: 160px
}

#modal-contact-item .btn-primary {
    width: 200px;
    margin-top: 15px
}

.terms_cond .page-title {
    padding: 30px 0 20px
}

.terms_cond {
    padding: 85px 0 0;
    background-color: #204051
}

.terms_cond .breadcrumb {
    top: -10px
}

#contactForm .form-control {
    position: relative
}

#contactForm .lis-search {
    position: absolute;
    top: 7px;
    left: 20px
}

.list-group-item.active {
    z-index: 2;
    color: #333;
    background-color: #f5f5f5;
    border-color: #ccc
}

.faq .lis-light {
    color: #707070
}

.faq .collapse {
    border-top: 1px solid #ccc
}

#contatc h2 img {
    height: 50px;
    width: 50px;
    position: relative;
    top: -5px
}

#contatc .flex-container-form {
    min-height: auto;
    max-width: 100%;
    padding: 50px 30px
}

#contatc .flex-container-form .btn-primary {
    width: 150px;
    margin-top: 10px;
    text-transform: capitalize
}

#contatc .flex-container-form p {
    font-size: 18px;
    line-height: 30px;
    color: #292929
}

.add-lisitng-banner {
    padding: 70px 0 0;
    position: relative;
    margin-bottom: 60px
}

.add-lisitng-banner .breadcrumb {
    left: 0
}

.add-lisitng-banner .listing-left h2 {
    padding-top: 30px;
    font-size: 30px
}

.add-lisitng-banner .listing-left {
    padding: 20px 0
}

.add-lisitng-banner .listing-left ul li .image img {
    height: 60px;
    width: 60px
}

.add-lisitng-banner .listing-left ul li .image {
    float: left;
    margin-right: 15px
}

.add-lisitng-banner .listing-left ul li .content {
    float: left;
    color: #fff;
    width: 85%
}

.add-lisitng-banner .listing-left ul li .content h5 {
    color: #fff;
    margin-bottom: 10px
}

.add-lisitng-banner .listing-left ul li {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    display: inline-block
}

.add-listing-form {
    position: relative;
    top: 0
}

.add-lisitng-banner .page-title {
    padding: 0 80px;
    height: 90vh;
    justify-items: center;
    display: flex;
    align-items: center
}

.add-listing-form h6 {
    color: #333
}

.add-listing-form .card {
    padding: 0 0 0
}

.add-listing-form .form-control {
    height: 40px
}

.add-listing-form .card .form-group .btn {
    margin-top: 10px
}

#DataForm {
    text-align: center;
    position: relative;
    margin-top: 30px
}

#DataForm fieldset {
    background: #fff;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;
    position: relative
}

#DataForm fieldset:not(:first-of-type) {
    display: none
}

#DataForm .input-group .input-group-prepend .input-group-text {
    height: 40px
}

#DataForm input[type=password],
#DataForm input[type=text],
#DataForm textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #2c3e50;
    font-size: 13px
}

#DataForm select {
    height: 35px
}

#DataForm option {
    padding: 6px 10px !important
}

#year_established option {
    padding: 6px 10px !important
}

#DataForm textarea {
    height: 100px
}

#DataForm input[type=password],
#DataForm input[type=text] {
    height: 40px
}

#DataForm input:focus,
#DataForm textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #e95e5e;
    outline-width: 0;
    transition: All .5s ease-in;
    -webkit-transition: All .5s ease-in;
    -moz-transition: All .5s ease-in;
    -o-transition: All .5s ease-in
}

#DataForm .action-button {
    width: 100px;
    background: #e95e5e;
    font-weight: 700;
    color: #fff;
    border: 0 none;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    line-height: normal
}

#DataForm .action-button:focus,
#DataForm .action-button:hover {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #e95e5e
}

#DataForm .action-button-previous {
    width: 100px;
    background: #c5c5f1;
    font-weight: 700;
    color: #fff;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#DataForm .action-button-previous:focus,
#DataForm .action-button-previous:hover {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #c5c5f1
}

.fs-title {
    font-size: 16px;
    text-transform: capitalize;
    color: #292929;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: 700
}

.fs-subtitle {
    font-weight: 400;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step
}

#progressbar li {
    list-style-type: none;
    color: #333;
    text-transform: uppercase;
    font-size: 10px;
    width: 33.33%;
    float: left;
    position: relative;
    letter-spacing: 1px
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    font-size: 12px;
    color: #333;
    background: #fff;
    border-radius: 25px;
    margin: 0 auto 10px auto;
    border: 1px solid rgba(0, 0, 0, .5)
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #ddd;
    position: absolute;
    left: -50%;
    top: 15px;
    z-index: -1
}

#progressbar li:first-child:after {
    content: none
}

#progressbar li.active:after,
#progressbar li.active:before {
    background: #e95e5e;
    color: #fff;
    border: 1px solid #e95e5e
}

.dme_link {
    margin-top: 30px;
    text-align: center
}

.dme_link a {
    background: #fff;
    font-weight: 700;
    color: #e95e5e;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 5px 25px;
    font-size: 12px
}

.dme_link a:focus,
.dme_link a:hover {
    background: #c5c5f1;
    text-decoration: none
}

.business-profile {
    padding: 60px 0
}

.add-listing-form .card .card-body p {
    line-height: 20px
}

.ms-options-wrap>.ms-options {
    width: 96% !important;
    left: 15px !important
}

.ms-options-wrap>button:after {
    border-top-color: #707070 !important;
    right: 10px !important
}

.ms-options-wrap>button,
.ms-options-wrap>button:focus {
    padding: 5px 5px 5px 5px !important
}

.add-listing-form .form-group label {
    font-size: 13px;
    line-height: normal
}

.whrow td {
    width: 25%
}

section.help-support {
    padding: 50px 0
}

.help-box {
    box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    border-radius: 5px;
    border-bottom: 2px solid #999;
    padding: 25px 20px;
    margin-bottom: 30px;
    transition: all ease-in-out .2s
}

.help-box:hover {
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .25);
    transform: scale(1.04);
    transition: all ease-in-out .2s
}

.help-box span.lnr {
    font-size: 45px;
    color: #e95e5e;
    margin-bottom: 10px;
    float: left;
    width: 100%
}

.help-box p {
    color: #707070;
    line-height: normal
}

.related-ques .accordion>.card>.card-header {
    padding: 5px
}

.related-ques .accordion>.card {
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.related-ques .accordion>.card>.card-header h2 .btn {
    padding: 0 5px;
    width: 100%;
    font-size: 14px
}

.cust-support {
    padding: 100px 0;
    background-color: #333;
    margin-bottom: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    align-content: center
}

.support_box {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #ccc;
    padding: 20px 50px 20px 0
}

.support_box h3 {
    color: #fff;
    line-height: 40px
}

.chat_info img {
    height: 60px;
    width: 60px;
    margin-bottom: 10px
}

.chat_info .btn {
    border: 1px solid #ccc;
    color: #fff;
    border-radius: 0;
    padding: 7px 30px
}

.support_box1 {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #ccc;
    padding: 20px 0 20px 50px
}

.about-home {
    margin-bottom: 70px;
    padding: 70px 0;
    position: relative;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%
}

.about-home::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5)
}

.about-home .page-title h1 {
    margin-top: 10%;
    font-size: 45px
}

.about-info {
    padding: 50px 0
}

.about-info .image {
    box-shadow: 35px 35px 0 #e6e6e6
}

.infographic-content {
    --i: var(--wide, 1);
    --j: calc(1 - var(--i));
    --k: calc(1 - var(--narr, 1));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px
}

.infographic-content:after {
    margin-top: 1em;
    width: 25em;
    height: 1.5em;
    max-width: 100%;
    border-radius: 50%;
    background: radial-gradient(closest-side, rgba(0, 0, 0, .75), rgba(0, 0, 0, .35) 15%, transparent);
    filter: blur(3px);
    content: ""
}

@media (max-width:991px) {
    .infographic-content {
        --wide: 0
    }
}

@media (min-width:320px) {
    .infographic-content {
        --narr: 0
    }
}

.infographic-content p {
    --p: var(--parity, 1);
    --q: calc(1 - var(--p));
    --s: calc(1 - 2*var(--p));
    display: flex;
    flex-direction: var(--narr, column);
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: calc(var(--i)*10em/var(--n) + var(--j)*5vw) calc(var(--i)*10em + var(--j)*2vw);
    width: calc(var(--i)*40em + var(--j)*100%);
    min-height: var(--wide, calc(40em/var(--n)));
    transform: translate(calc(var(--i)*var(--s)*-1.5em));
    background: radial-gradient(at calc(var(--q)*100%) 0, rgba(0, 0, 0, calc(.5 + var(--p)*.5)), transparent 63%) calc(var(--q)*100%) 0/65% 65% no-repeat, linear-gradient(calc(var(--s)*-90deg), hsl(23, calc(var(--q)*98%), calc(27% + var(--q)*20%)), hsl(44, calc(var(--q)*92%), 52%));
    color: HSL(0, 0, calc(var(--p)*100%));
    text-align: var(--parity, right);
    clip-path: var(--wide, circle(20em at 50% calc((.5*var(--n) - var(--idx))*40em/var(--n))));
    counter-increment: idx;
    line-height: normal
}

.infographic-content p:before {
    margin: 0 calc(var(--k)*var(--q)*.25em) 0 calc(var(--k)*var(--p)*.25em);
    order: calc(var(--k)*var(--p));
    font-size: 4em;
    content: counter(idx, decimal-leading-zero)
}

.infographic-content p:nth-child(odd) {
    --parity: 0
}

.our-story .image img {
    height: 100%
}

.our-story {
    margin-bottom: 60px;
    overflow: hidden
}

.our-story .content,
.our-story .image {
    height: 650px;
    width: 50%;
    float: left
}

.our-story .content {
    padding: 30px 25px 0;
    background-color: #fff;
    overflow-y: auto
}

.our-story .image {
    background-position: 50% 50% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important
}

.desc-area {
    padding: 0 30px 20px
}

.desc-area ul {
    padding-left: 0
}

.desc-area ul li {
    list-style: disc
}

.review-home {
    margin-bottom: 70px;
    padding: 70px 0;
    position: relative;
    height: 40vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 20%
}

.review-home::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5)
}

.review-home .page-title h1 {
    margin-top: 10%;
    font-size: 45px
}

.left-review,
.right-review {
    padding: 15px 20px;
    border: 1px solid #ececec;
    float: left;
    width: 100%;
    margin-bottom: 40px;
    transition: all ease-in-out .3s
}

.left-review:hover,
.right-review:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    transition: all ease-in-out .3s
}

.left-border-radius {
    border-radius: 20px 0 0 20px
}

.left-review .image {
    width: 16%;
    float: left;
    margin-right: 25px
}

.left-review .image img,
.right-review .image img {
    height: 140px;
    width: 140px;
    border: 2px double #ddd
}

.left-review .content h5 {
    font-style: italic
}

.left-review .content,
.right-review .content {
    float: left;
    width: 75%
}

.left-review .content p,
.right-review .content p {
    float: left;
    width: 100%;
    margin-top: 5px
}

.left-review .content h5 span {
    font-size: 13px;
    font-style: normal
}

.right-border-radius {
    border-radius: 0 20px 20px 0
}

.right-review .image {
    width: 16%;
    float: right;
    margin-left: 25px
}

.right-review .image img {
    float: right
}

.right-review .content h5 {
    font-style: italic
}

.right-review .content h5 span {
    font-size: 13px;
    font-style: normal
}

.user-review-home .review-rating i {
    color: orange
}

.left-review .content small,
.right-review .content small {
    float: left;
    margin-right: 30px
}

.user-review-home .pagination li.active a {
    background-color: #e95e5e;
    border-color: #e95e5e;
    color: #fff
}

.user-review-home .pagination {
    justify-content: center
}

.user-review-home .pagination .page-link {
    color: #333
}

.view-all-cat ul li::before {
    content: '\f105';
    font-family: FontAwesome;
    margin-right: 10px;
    color: #707070
}

.ul_step1 {
    margin-bottom: 15px
}

.view-all-cat ul li a {
    color: #707070
}

.view-all-cat h5 {
    margin-bottom: 10px;
    font-weight: 700;
    color: #707070;
    line-height: normal;
    width: 100%;
    float: left
}

#filter-city .form-control {
    border-radius: 0
}

.view-all-cat h5 span img {
    height: 25px;
    width: 25px;
    margin-right: 12px;
    position: relative;
    top: -6px;
    float: left
}

.div-nav-city {
    padding: 15px;
    border: 1px solid #ddd
}

.div-nav-city .nav-tabs .nav-item a.active {
    background-color: transparent;
    border-bottom: 2px solid red;
    border-left: 0;
    border-right: 0;
    border-top: 0
}

.div-nav-city .nav-tabs .nav-item a {
    padding: 10px 10px;
    color: #707070
}

.div-nav-city .tab-content {
    padding-top: 15px
}

.div-nav-city .nav-tabs .nav-link:focus,
.div-nav-city .nav-tabs .nav-link:hover {
    border-bottom: 2px solid red;
    border-color: none
}

.cat-home {
    padding-top: 70px;
    background-color: #e6e6e6;
    margin-bottom: 30px
}

.cat-home .page-title h1 {
    padding-top: 30px;
    color: #1b1b1b
}

.how-we-work {
    background-color: #fff;
    min-height: 80vh;
    margin: 0;
    overflow: hidden;
    position: relative
}

.how-we-work:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 5px;
    background-color: #e95e5e
}

.how-we-work .entries {
    width: calc(100% - 80px);
    max-width: 800px;
    margin: auto;
    position: relative;
    left: -5px
}

.how-we-work .entries .entry {
    width: calc(50% - 80px);
    float: left;
    padding: 20px;
    clear: both;
    text-align: right
}

.how-we-work .entries .entry:not(:first-child) {
    margin-top: -60px
}

.how-we-work .entries .entry .title {
    font-size: 24px;
    margin-bottom: 12px;
    position: relative;
    color: #333
}

.how-we-work .entries .entry .title:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border: 4px solid #333;
    background-color: #fff;
    border-radius: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -113px;
    z-index: 1000
}

.how-we-work .entries .entry .title.big:before {
    width: 24px;
    height: 24px;
    -webkit-transform: translate(8px, -50%);
    transform: translate(8px, -50%);
    right: -110px
}

.how-we-work .entries .entry .body {
    color: #aaa
}

.how-we-work .entries .entry .body p {
    line-height: 1.4em
}

.how-we-work .entries .entry:nth-child(2n) {
    text-align: left;
    float: right
}

.how-we-work .entries .entry:nth-child(2n) .title:before {
    left: -102.5px
}

.how-we-work .entries .entry:nth-child(2n) .title.big:before {
    -webkit-transform: translate(-8px, -50%);
    transform: translate(-8px, -50%);
    left: -100px
}

.h2-bg {
    text-shadow: 2px 3px rgba(0, 0, 0, .15)
}

.working-with-us {
    background-color: #333;
    color: #fff;
    padding: 80px 0
}

.working-ul li {
    padding: 8px 0
}

.working-ul li::before {
    content: '\f178';
    font-family: FontAwesome;
    margin-right: 10px;
    color: #fff
}

.working-with-us h2 {
    text-transform: capitalize
}

.call-to-action {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15)
}

.ctc-content {
    height: 300px
}

.ctc-btn {
    width: 200px;
    padding: 10px 20px
}

.banner-text {
    display: inline-block
}

.banner-text ul li {
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #fff
}

.banner-text ul li:last-child {
    border-right: 0
}

.banner-text p {
    float: left;
    padding-right: 15px;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 2
}

.banner-text ul li a {
    text-transform: uppercase;
    color: #fff;
    font-size: 13px
}

.banner-title {
    position: absolute;
    top: 32%;
    width: 100%;
    left: 0;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    background-color: rgba(0, 0, 0, .4)
}

.banner-title h1,
.banner-title h6 {
    color: #fff;
    margin-bottom: 0;
    line-height: normal;
    text-transform: capitalize
}

.banner-title h1 {
    margin-bottom: 15px
}

.text-dynamic {
    color: #e95e5e
}

@keyframes floating {
    from {
        transform: translateY(0)
    }

    65% {
        transform: translateY(15px)
    }

    to {
        transform: translateY(0)
    }
}

.error-page {
    background-image: url(https://mars-404.templateku.co/img/star.svg), linear-gradient(to bottom, #f7f7f7, #e6e6e6);
    height: 100vh;
    margin: 0;
    background-attachment: fixed;
    display: flex;
    align-items: center
}

.meteor {
    position: absolute;
    right: 2vmin;
    top: 16vmin
}

.error-page .title {
    color: #e95e5e;
    font-weight: 500;
    text-align: center;
    font-size: 25px
}

.error-page .title small {
    font-size: 12px;
    color: #333
}

.error-page .subtitle {
    color: #707070;
    font-weight: 400;
    text-align: center;
    font-size: 18px;
    margin-bottom: 5vmin
}

.btn-back {
    border: 1px solid #707070;
    color: #333;
    height: 5vmin;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 5px
}

.btn-back:hover {
    background: #fff;
    color: #333
}

.astronaut {
    position: absolute;
    top: 18vmin;
    left: 10vmin;
    height: 30vmin;
    animation: floating 3s infinite ease-in-out
}

.spaceship {
    position: absolute;
    bottom: 15vmin;
    right: 24vmin
}

.font-consistent {
    color: #737b7b
}

.font-consistent span {
    font-size: 14px
}

.feeback-box {
    padding: 50px;
    background-color: #fff
}

.error-page .form-control {
    border-radius: 0;
    height: 44px
}

#question-part1 .checkcontainer img {
    max-height: 200px;
    position: absolute;
    height: auto;
    width: 80px;
    right: 5px;
    top: 11px;
    border-radius: 4px
}

.feedback-home {
    padding: 70px 0 0;
    position: relative
}

.feedback-form {
    padding: 25px 25px 25px;
    background-color: #fff
}

.feedback-form .toggleable__label {
    padding-left: 10px
}

.feedback-form .form-control {
    font-size: 13px
}

.feedback-home .content h1 {
    color: #fff
}

.feedback-home .content h1 span {
    font-size: 14px
}

.feedback-home .content {
    display: flex;
    align-items: center;
    height: 100%
}

.feedback-home::before {
    position: absolute;
    background-color: rgba(0, 0, 0, .6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: ''
}

.error-page #button-addon2 {
    box-shadow: none;
    line-height: normal;
    font-size: 20px;
    height: 44px
}

.error-page .input-group-append {
    width: 12%
}

.q-calltime {
    float: left;
    display: inline-block;
    width: 25%;
    margin-right: 10px
}

.tooltip-custom {
    position: relative;
    display: inline-block;
    font-size: 14px;
    width: 100%
}

.tooltip-custom .tooltiptext {
    visibility: hidden;
    width: 100%;
    background-color: #fff;
    color: #333;
    text-align: left;
    border-radius: 6px;
    padding: 10px 15px;
    z-index: 1;
    display: block;
    font-size: 12px;
    line-height: 15px;
    position: absolute;
    border: 1px solid #333;
    left: 25px
}

.tooltip-custom:hover .tooltiptext {
    visibility: visible
}

.tooltip-custom .tooltiptext::before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #333;
    content: '';
    position: absolute;
    top: -11px;
    left: 2px
}

.contact-button {
    width: 100%;
    float: left
}

.btn-border-green {
    border: 2px solid #e95e5e;
    color: #333;
    background-color: #fff
}

.btn-green {
    background-color: #e95e5e;
    color: #fff;
    border: 2px solid transparent
}

.contact-button ul li {
    border: none;
    width: 100%;
    margin-bottom: 10px
}

.product-detail-right h4 {
    text-transform: capitalize
}

.product-detail-right .table td,
.product-detail-right .table th {
    padding: 5px 15px;
    border-bottom: 1px solid #ccc;
    border-top: none
}

.product-detail-right .table {
    font-size: 12px
}

.product-detail-right form {
    padding: 20px 25px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-bottom: 3px solid #999
}

.product-detail-right form .form-group {
    margin-bottom: 0
}

.btn-price {
    background-color: #e95e5e;
    color: #fff;
    padding: 10px 20px;
    margin: 20px auto 0
}

#gallery_01 img {
    border: 2px solid #fff;
    height: 70px
}

.single-detail-b2b .zoom-left .active img {
    border: 2px solid #e6e6e6 !important
}

.clearfix {
    display: block;
    width: 100%;
    float: left
}

.zoom-left {
    width: 100%;
    overflow: hidden
}

.zoomWrapper {
    width: 100% !important;
    height: 400px !important;
    overflow: hidden
}

#gallery_01 {
    margin: 15px auto;
    float: none !important
}

.zoomWrapper img {
    width: 95% !important;
    max-height: 400px !important
}

.zoomContainer {
    height: 400px !important;
    width: auto !important
}

.supp-detail {
    text-align: center;
    position: relative
}

.supp-detail .image img {
    height: 80px;
    width: 80px;
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, 0)
}

.supp-detail .image {
    height: 80px;
    background-color: #e95e5e;
    width: 100%;
    position: relative
}

.supp-detail .content {
    border: 1px solid #ccc;
    padding: 30px 10px 15px;
    border-collapse: collapse
}

.supp-detail .content h5 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    text-transform: capitalize
}

.supp-detail .content p {
    font-size: 12px
}

.review-star-box span i {
    color: orange
}

.review-star-box span {
    margin-left: 10px
}

.cont-seller {
    background-color: #e6e6e6;
    border: 1px solid #ccc;
    border-collapse: collapse;
    padding: 10px 15px
}

.cont-seller p {
    margin-bottom: 0
}

.similar-products {
    padding: 40px 0
}

.supp-details h5 {
    margin-right: 20px
}

.supp-details .available-service li {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #ddd;
    margin-bottom: 5px
}

.supp-details .available-service li:last-child {
    border-right: 0
}

.supp-details .timing {
    padding: 0
}

.pricing li {
    width: auto;
    float: left;
    margin-right: 20px
}

.supp-info {
    background-color: #f1f1f1;
    padding: 10px 20px;
    float: left;
    width: 100%
}

.supp-info .contact-info li {
    width: auto
}

.supp-info .contact-info li h5 {
    font-size: 18px
}

.contact-button li {
    width: 31%;
    float: left;
    margin-right: 10px
}

.contact-button .btn-default {
    width: auto;
    border-radius: 50px;
    padding: 8px 15px;
    font-size: 14px
}

.pricing li h6 {
    color: #707070
}

.pricing li h6 small {
    font-size: 13px;
    text-decoration: underline
}

.supp-details .review-star {
    margin-bottom: 14px;
    margin-right: 0
}

#related_products .owl-nav {
    display: block
}

#related_products .service-content p::before {
    content: none
}

#related_products .service-content p span {
    margin: 0
}

#related_products .service-content p {
    font-size: 14px;
    margin-bottom: 0
}

#related_products .btn-primary {
    box-shadow: none;
    padding: 10px 20px;
    margin-top: 10px;
    background-color: #fff;
    border: 2px solid #ccc;
    color: #333
}

#related_products h4,
#related_products h6 {
    color: #707070
}

.wrapper-content {
    padding: 0 15px 20px;
    float: left;
    width: 100%
}

.wrapper-content .table {
    width: 60%;
    float: left;
    margin-right: 2%
}

.wrapper-content p {
    padding: 0
}

.interested {
    padding: 15px;
    background-color: #e6e6e6;
    display: flex;
    align-items: center;
    width: 75%;
    margin: auto;
    text-align: center
}

.interested h6 {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 0;
    color: #707070
}

.interested h6 span {
    clear: both;
    width: 100%;
    float: left
}

.interested .btn-primary {
    width: 200px;
    box-shadow: none;
    padding: 10px 20px;
    border-radius: 50px
}

.prod-desc {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 20px
}

.prod-image {
    float: left;
    width: 38%;
    height: 250px;
    overflow: hidden;
    border-radius: 5px
}

.prod-image img {
    height: 100%
}

.wrapper-content .area-details li {
    margin-bottom: 15px
}

.seller-info li {
    margin-bottom: 10px
}

.direction {
    text-decoration: underline
}

.wrapper-content .contact-button .btn-default {
    top: 0
}

ul.seller-info {
    width: 60%;
    float: left;
    margin-right: 2%
}

.seller-map {
    float: left;
    width: 38%
}

.view-all-cat-new .tab-content {
    border: 1px solid #ddd;
    padding: 20px 15px;
    float: left;
    width: 100%;
    height: 100%;
    overflow-y: scroll
}

#child-hidden {
    right: 15px;
    position: absolute;
    width: 25%;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 100%;
    overflow-y: scroll;
    top: 0
}

#parent-div {
    float: left;
    width: 100%
}

.view-all-cat-new .nav-pills .nav-link {
    color: #707070;
    border-bottom: 3px solid #ccc;
    padding: 15px 15px
}

.view-all-cat-new .nav-pills {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #707070
}

.view-all-cat-new .nav-pills .nav-link.active,
.view-all-cat-new .nav-pills .show>.nav-link {
    border-bottom: 3px solid #e95e5e;
    background-color: transparent;
    border-radius: 0
}

.view-all-cat-new .nav-pills .nav-link img {
    margin-right: 10px;
    height: 25px;
    width: 25px
}

.view-all-cat-new .nav-pills .nav-link:last-child {
    border-bottom: none
}

.backbtn {
    position: absolute;
    top: -25px;
    left: 8px
}

#child-hidden li:nth-child(odd) {
    background-color: #f5f5f5
}

#child-hidden li {
    padding: 8px 10px;
    border-bottom: 1px solid #ddd
}

#parent-div li {
    text-align: center;
    width: 25%;
    float: left;
    position: relative
}

#child-show ul li {
    width: 50%;
    text-align: left;
    padding: 6px 0 6px 10px;
    float: left;
    display: inline-block
}

#child-show1 {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px
}

#child-show1 ul li a {
    font-weight: 100;
    font-size: 15px
}

#child-show1 ul li {
    margin-bottom: 10px
}

#parent-div li a {
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    color: #707070;
    font-weight: 700
}

#mobile-view-filter {
    margin-bottom: 30px
}

#mobile-view-filter .owl-drag .owl-item .item {
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 50px;
    display: flex;
    align-items: center;
    height: 35px
}

#mobile-view-filter .owl-drag .owl-item .item h5 {
    font-size: 13px;
    line-height: normal;
    margin-bottom: 0
}

#mobile-view-filter .nav-pills .nav-link.active,
#mobile-view-filter .nav-pills .show>.nav-link {
    background-color: transparent;
    color: #333;
    border-bottom: 3px solid #e95e5e;
    border-radius: 0;
    font-weight: 700;
    transition: none
}

#mobile-view-filter .nav-pills .nav-item {
    width: 33%;
    border-right: 1px solid #ccc;
    text-align: center;
    transition: none
}

#mobile-view-filter .nav-pills .nav-item:last-child {
    border-right: none
}

#mobile-view-filter .nav-pills .nav-link span {
    margin-right: 5px
}

.owl-stage-outer {
    height: 100%
}

.zoomLens {
    height: 250px !important;
    width: 250px !important
}

.zoomWindowContainer>div {
    margin-left: 15px !important
}

.zoomWindow {
    width: 600px !important
}

.service-image img {
    height: auto
}

#prod-slide .owl-nav {
    position: relative;
    display: block;
    margin-top: 0;
    top: 0
}

#prod-slide .owl-nav button.owl-prev img {
    position: relative;
    left: 0;
    top: 0
}

#prod-slide .owl-nav button.owl-next img {
    position: relative;
    right: 0;
    top: 0
}

#prod-slide .owl-nav button img {
    height: 20px;
    border: none
}

#custom-pagination {
    float: right
}

#verify-otp,
#verify-otp-div {
    --form-height: auto
}

#contact_item_view_details,
#verify-otp,
#verify-otp-div {
    width: 600px !important;
    margin: auto
}

#show-result-div .Button-Content,
#tab-content-mega-menu .Button-Content,
.dropdown-phn a>.Button-Content {
    float: none
}

#toggleableCityBtn {
    text-decoration: none;
    color: #707070 !important;
    font-size: 14px;
    line-height: 28px
}

#owl_carousel .owl-item a:focus>.Button-Content {
    box-shadow: none !important
}

.dropdown-phn a>.Button-Content {
    padding: 5px 0 5px 5px
}

#ajaxCityResponseMbl .ajaxCityResponse li:last-child {
    border-bottom: none
}

.input-LargeArea {
    position: relative;
    display: block;
    width: calc(100%/1 - 200px)
}

.checkmark-custom:checked::after {
    opacity: 1
}

.checkmark-custom:focus::before {
    box-shadow: 0 0 0 2px #707070;
    outline: 2px solid transparent
}

ul.lookingForSearchContent li a {
    color: #707070
}

#related_products_carousel .owl-nav {
    top: 120px
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.profile-userpic-review {
    width: 60px;
    float: left;
    margin-right: 10px;
    height: 60px
}

.or-download {
    width: 80%
}

.page-title h1 {
    font-size: 30px
}

#collapseOne .card-body {
    box-shadow: 0 0 5px rgba(0, 0, 0, .35)
}

#related_services_carousel .owl-nav {
    display: block
}

.cms-container .table-responsive {
    overflow-x: auto;
    margin-bottom: 10px
}

.cms-container .table-responsive::-webkit-scrollbar {
    height: 4px;
    background-color: #f5f5f5
}

.cms-container .table-responsive::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #999
}

.cms-container .table-responsive::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #f5f5f5;
    border-radius: 0
}

.banner-location-sticky.sticky-search-bar {
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 67px;
    padding: 1rem 0 !important;
    left: 0;
    height: 80px;
    transition: all ease-in-out .3s
}

.banner-location-sticky form {
    width: 45%;
    margin: 0 auto
}

.sort-review-btn {
    border-radius: 5px;
    background-color: transparent;
    color: #707070;
    padding: .25rem .75rem;
    border: 1px solid #e95e5e
}

.sort-review-btn.border-rv {
    border: 2px solid #e95e5e;
    color: #e95e5e
}

.badge {
    font-weight: 100;
    line-height: normal
}

.rating-type {
    font-size: 13px;
    color: #e95e5e !important
}

.sitelogo {
    position: relative;
    display: inline-block
}

.sitelogo .dropdown-city {
    position: absolute;
    background-color: #f2f2f2;
    min-width: 180px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1;
    top: 59px;
    transition: all ease-in-out .1s;
    visibility: hidden
}

.sitelogo .dropdown-city li a {
    color: #707070;
    padding: 10px 15px;
    display: block;
    font-size: 14px;
    transition: none
}

.sitelogo .dropdown-city a:hover {
    background-color: #ddd
}

.sitelogo:hover .dropdown-city {
    transition: all ease-in-out .1s;
    visibility: visible
}

.sitelogo .dropdown-city li a img {
    margin-right: 5px
}

.sitelogo .navbar-brand {
    transition: none
}

/***developer.css**/
.errorMessage {
    color: red !important;
    text-align: left;
    line-height: 16px;
    font-size: 14px;
    margin-bottom: 10px;
    font-family: geomanistregular
}

.errorMessageCommon {
    color: #fff;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 10px;
    font-style: normal;
    background: #f7716c;
    text-align: center;
    padding: 0
}

.successMessageCommon {
    color: #fff;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 10px;
    font-style: normal;
    background: green;
    text-align: left;
    padding: 10px
}

.ajax-loader {
    background: #eee url(https://s3.ap-south-1.amazonaws.com/bck.haarway/h-assets/ajax-loader/loader-data.gif) no-repeat center center;
    opacity: .75;
    position: absolute;
    z-index: 1000;
    text-align: center;
    display: none
}

.ajax-loader-1 {
    background: #eee url(https://s3.ap-south-1.amazonaws.com/bck.haarway/h-assets/ajax-loader/icon-loader.png) no-repeat center center;
    opacity: .75;
    position: absolute;
    z-index: 1000;
    text-align: center;
    display: none
}

.bookmark-loader {
    background: #eee url(https://s3.ap-south-1.amazonaws.com/bck.haarway/h-assets/ajax-loader/loader-data.gif) no-repeat center center
}

.ajax-loader-data {
    cursor: wait;
    background: #eee url(https://s3.ap-south-1.amazonaws.com/bck.haarway/h-assets/ajax-loader/loader-data.gif) no-repeat 50% 30%;
    opacity: .75;
    position: absolute;
    z-index: 10000;
    text-align: center;
    display: none
}

.ajax-load-content {
    cursor: wait;
    background: url(https://s3.ap-south-1.amazonaws.com/bck.haarway/h-assets/ajax-loader/load-content.gif) no-repeat 50% 50%;
    opacity: .75;
    position: absolute;
    z-index: 10000;
    text-align: center;
    width: 100%;
    height: 50px;
    right: 0;
    display: none
}

.pre-loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000000;
    background: url(https://s3.ap-south-1.amazonaws.com/bck.haarway/h-assets/ajax-loader/loader-data.gif) center no-repeat #ffffffd9;
    opacity: .75
}

.pre-loader-poup {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000000;
    background: url(https://s3.ap-south-1.amazonaws.com/bck.haarway/h-assets/ajax-loader/loader-data.gif) center no-repeat #ffffffd9;
    opacity: .75;
    display: none
}

.ajax-loader-text {
    z-index: 10000;
    text-align: center;
    position: absolute;
    top: 44%;
    left: 25%;
    font-size: 18px
}

.seperator {
    padding-bottom: 20px
}

.help {
    color: #666;
    font-size: 11px;
    font-weight: 400;
    display: block
}

.hint {
    font-size: 11px;
    font-weight: 400;
    font-style: italic
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 200px !important
}

.bg-red {
    background-color: #dd4b39 !important
}

.bg-green {
    background-color: #00a65a !important
}

.help-block {
    display: block;
    margin-top: -20px;
    font-size: 12px;
    margin-bottom: 10px;
    color: #737373;
    padding-left: 0
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    display: block;
    float: left;
    padding: .5rem .75rem;
    line-height: 1;
    color: #000;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #000;
    cursor: default;
    background-color: #f0f0f0;
    border: 1px solid #ddd
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.likes {
    color: #ff214f !important
}

.img-round-5 {
    border-radius: 5px
}

.text-black {
    color: #000
}

.ui-widget-content {
    border: 1px solid #ddd;
    color: #4b4b4b;
    font-size: 14px
}

.ui-widget-content li:nth-child(even) {
    background-color: #f7f7f7;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.ui-widget-content li:nth-child(even) {
    background-color: #f0f0f0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.rupee {
    content: '\20B9'
}

.r-padding {
    padding-right: 95px
}

.b-padding {
    padding-bottom: 25px
}

.price {
    font-size: 20px;
    color: #222
}

.price-details {
    font-size: 24px;
    color: #222
}

.price-details .cp {
    text-decoration: line-through;
    color: #999
}

.price-details .p {
    color: #222
}

.rating-row {
    padding: 5px
}

.icofont {
    display: inline-block;
    line-height: 35px
}

.lis-property-meta .lis-meta-block {
    font-size: 14px
}

.search_no_results {
    padding-left: 10px;
    color: red;
    font-size: 14px;
    display: none
}

.blog-list-img {
    width: 100% !important
}

@media (max-width:576px) {
    .blog-list-img {
        width: 100% !important;
        height: auto !important
    }
}

.autorefresh {
    position: absolute;
    right: 0;
    cursor: pointer !important;
    margin-right: 37px;
    margin-top: -37px;
    z-index: 1;
    color: #939393
}

.autorefresh2 {
    position: absolute;
    right: 0;
    cursor: pointer !important;
    margin-right: 25px;
    margin-top: -27px;
    cursor: pointer !important;
    z-index: 1;
    font-weight: 700;
    color: #999
}

.readonly {
    background-color: #eee !important
}

.readonly2 {
    height: 60px !important;
    background-color: #eee !important
}

.breadcrumb-arrow {
    height: 36px;
    padding: 0;
    color: #fff;
    cursor: pointer;
    line-height: 36px;
    list-style: none;
    margin-bottom: 0;
    background-color: #e6e9ed
}

.breadcrumb-arrow li:first-child a {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px
}

.breadcrumb-arrow li,
.breadcrumb-arrow li a,
.breadcrumb-arrow li span {
    display: inline-block;
    vertical-align: top
}

.breadcrumb-arrow li:not(:first-child) {
    margin-left: 0
}

.breadcrumb-arrow li+li:before {
    padding: 0;
    content: ""
}

.breadcrumb-arrow li span {
    padding: 0 10px
}

.breadcrumb-arrow li a,
.breadcrumb-arrow li:not(:first-child) span {
    height: 36px;
    padding: 0 10px 0 25px;
    line-height: 36px
}

.breadcrumb-arrow li:first-child a {
    padding: 0 10px
}

.breadcrumb-arrow li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    background-color: #3bafda;
    border: 1px solid #3bafda
}

.breadcrumb-arrow li:first-child a {
    padding-left: 10px
}

.breadcrumb-arrow li a:after,
.breadcrumb-arrow li a:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent
}

.breadcrumb-arrow li a:before {
    right: -10px;
    z-index: 3;
    border-left-color: #3bafda;
    border-left-style: solid;
    border-left-width: 11px
}

.breadcrumb-arrow li a:after {
    right: -11px;
    z-index: 2;
    border-left: 11px solid #fff
}

.breadcrumb-arrow li a:focus,
.breadcrumb-arrow li a:hover {
    background-color: #4fc1e9;
    border: 1px solid #4fc1e9
}

.breadcrumb-arrow li a:focus:before,
.breadcrumb-arrow li a:hover:before {
    border-left-color: #4fc1e9
}

.breadcrumb-arrow li a:active {
    background-color: #2494be;
    border: 1px solid #2494be
}

.breadcrumb-arrow li a:active:after,
.breadcrumb-arrow li a:active:before {
    border-left-color: #2494be
}

.breadcrumb-arrow li span {
    color: #434a54
}

.green-box {
    width: 28px;
    border-radius: 3px;
    background-color: #428b2c;
    font-size: 12px;
    font-weight: 500;
    float: left;
    color: #fff;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

.vote-box {
    font-size: 13px;
    color: #414e5a;
    font-weight: 400;
    display: inline-block;
    margin: 0 0 0 5px;
    position: relative;
    font-weight: 400
}

.phone-box {
    font-size: 16px;
    color: #414e5a;
    font-weight: 400;
    display: inline-block;
    margin: 0 0 0 5px;
    position: relative;
    font-weight: 400
}

.address-box {
    font-size: 14px;
    color: #414e5a;
    font-weight: 400;
    display: inline-block;
    margin: 0 0 0 5px;
    position: relative;
    font-weight: 400
}

.price-box {
    font-size: 18px;
    color: #ff214f !important;
    font-weight: 400;
    display: inline-block;
    margin: 0 0 0 5px;
    position: relative;
    font-weight: 400
}

.price-graybox {
    color: #999 !important
}

.scrollbar {
    width: 100%;
    background: #f5f5f5;
    overflow-y: scroll;
    cursor: pointer;
    border: 1px solid #ccc
}

#scrollbar-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #f5f5f5;
    border-radius: 0
}

#scrollbar-1::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5
}

#scrollbar-1::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 40% 0, 75% 84%, from(#4d9c41), to(#19911d), color-stop(.6, #54de5d))
}

#scrollbar-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

#scrollbar-2::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5
}

#scrollbar-2::-webkit-scrollbar-thumb {
    background-color: #000
}

.question-step1 {
    background: #161616;
    padding: 10px;
    border-radius: 8px
}

.question {
    width: 100%;
    background: #f5f5f5;
    border-radius: 8px
}

.question-hint {
    font-size: 12px !important;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    line-height: 16px !important
}

h2>div.question-hint {
    font-size: 12px !important;
    font-weight: 400;
    font-style: normal;
    color: #fff !important;
    line-height: 16px !important
}

#question h2 {
    font-size: 24px !important
}

#question h5 {
    padding: 10px;
    font-size: 20px !important
}

#question h6 {
    font-size: 14px !important
}

#quotesFormstep1 h6 {
    font-size: 17px !important;
    padding: 0 35px 0 35px
}

.mandatory {
    font-size: 12px !important;
    position: absolute;
    color: #ccc;
    right: 50px
}

.required {
    font-size: 18px !important;
    color: #e95e5e !important;
    font-weight: 700
}

.a-group-item {
    color: #000;
    cursor: pointer;
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: 2px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.a-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.a-group-item a {
    color: #000
}

.answer {
    margin: 5px 20px 20px 20px
}

.answer-height {
    height: 400px;
    overflow-y: auto !important;
    overflow-x: hidden !important
}

.progress-q-bar-info {
    background-color: #5bc0de !important;
    border-radius: .25rem
}

.progress-q-bar-danger {
    background-color: #d9534f !important;
    border-radius: .25rem
}

.progress-q-bar-warning {
    background-color: #f0ad4e !important;
    border-radius: .25rem
}

.progress-q-bar-success {
    background-color: #5cb85c !important;
    border-radius: .25rem
}

.progress-q-bar {
    transition-duration: .5s
}

.progress-q {
    display: flex;
    font-size: .75rem;
    line-height: 1rem;
    text-align: center;
    background-color: #999;
    border-radius: .25rem;
    height: 15px;
    margin: 10px;
    color: #fff
}

.checkcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 2px solid #ccc
}

.checkcontainer:hover input~.checkmark {
    background-color: #ccc
}

.checkcontainer input:checked~.checkmark {
    background-color: #ff214f
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.checkcontainer input:checked~.checkmark:after {
    display: block
}

.checkcontainer .checkmark:after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.radiobtn {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
    border: 2px solid #ccc
}

.checkcontainer:hover input~.radiobtn {
    background-color: #ccc
}

.checkcontainer input:checked~.radiobtn {
    background-color: #ff214f
}

.radiobtn:after {
    content: "";
    position: absolute;
    display: none
}

.checkcontainer input:checked~.radiobtn:after {
    display: block
}

.checkcontainer .radiobtn:after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.custom-checkbox {
    display: inline-block;
    padding-left: 35px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 14px;
    vertical-align: middle;
    line-height: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 2px solid #ccc
}

.custom-checkbox:hover input~.checkmark1 {
    background-color: #ccc
}

.custom-checkbox input:checked~.checkmark1 {
    background-color: #ff214f
}

.checkmark1:after {
    content: "";
    position: absolute;
    display: none
}

.custom-checkbox input:checked~.checkmark1:after {
    display: block
}

.custom-checkbox .checkmark1:after {
    left: 8px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.close1 {
    cursor: pointer !important;
    top: 12px;
    right: 12px;
    position: fixed;
    cursor: pointer;
    z-index: 100;
    opacity: 1;
    font-weight: 400;
    font-size: 50px;
    color: #999 !important
}

.close2 {
    cursor: pointer !important;
    top: 59px !important;
    right: 25px !important;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 1;
    font-weight: 400;
    color: #fff !important;
    font-size: 50px !important
}

.shorting .form-group {
    width: auto
}

.cqcat {
    width: 100%;
    border: 1px solid #ccc;
    padding: 8px;
    background: #eee
}

.nav-tabs .nav-link.active {
    border: 2px solid #0b5b90
}

.file {
    width: 180px;
    font-size: 12px;
    background: #ccc;
    padding: 2px;
    border: 1px solid #ccc
}

.services td {
    padding: 2px 10px;
    line-height: 22px
}

td+td.highlightdate,
td.highlightdate {
    -moz-box-shadow: inset 0 0 10px #ccc;
    -webkit-box-shadow: inset 0 0 10px #ccc;
    box-shadow: inset 0 0 10px #ccc
}

.highlightbox {
    background: #eee !important;
    box-shadow: 0 0 5px #333;
    border: 1px solid #333
}

.highlightbox2 {
    background: #eee !important;
    box-shadow: 0 0 5px #333
}

.load-more {
    background: #eee !important;
    cursor: pointer;
    color: #000 !important
}

#event_carousel .owl-stage-outer {
    height: 100%
}

#event_carousel {
    padding: 0 0
}

.owl-theme .owl-nav [class*=owl-]:focus {
    outline: 0
}

#event_carousel .owl-carousel.owl-drag .owl-item .item {
    padding: 2px
}

#homeimprovement_carousel .owl-stage-outer {
    height: 100%
}

#homeimprovement_carousel {
    padding: 0 0
}

#homeandoffice_carousel .owl-stage-outer {
    height: 100%
}

#homeandoffice_carousel {
    padding: 0 0
}

#healthandcare_carousel .owl-stage-outer {
    height: 100%
}

#healthandcare_carousel {
    padding: 0 0
}

#related_products_carousel .owl-stage-outer {
    height: 100%
}

#related_products_carousel .owl-nav.disabled {
    display: block !important
}

#related_products_carousel .owl-nav {
    width: 100%
}

#related_products_carousel {
    padding: 0 0
}

#forgotpassword button.close,
#signup button.close {
    position: absolute;
    right: -20px;
    font-size: 40px;
    top: 0;
    line-height: 20px;
    text-shadow: none;
    opacity: 1;
    color: #fff;
    z-index: 999
}

#forgotpassword .modal-dialog,
#signup .modal-dialog {
    margin-top: 80px
}

#forgotpassword .flex-container {
    background-image: linear-gradient(to left, var(--right-color), var(--right-color))
}

#otplogin button.close,
#signup button.close {
    position: absolute;
    right: -20px;
    font-size: 40px;
    top: 0;
    line-height: 20px;
    text-shadow: none;
    opacity: 1;
    color: #fff;
    z-index: 999
}

#otplogin .modal-dialog,
#signup .modal-dialog {
    margin-top: 80px
}

#otplogin .flex-container {
    background-image: linear-gradient(to left, var(--right-color), var(--right-color))
}

#otpregister button.close,
#signup button.close {
    position: absolute;
    right: -20px;
    font-size: 40px;
    top: 0;
    line-height: 20px;
    text-shadow: none;
    opacity: 1;
    color: #fff;
    z-index: 999
}

#otpregister .modal-dialog,
#signup .modal-dialog {
    margin-top: 80px
}

#otpregister .flex-container {
    background-image: linear-gradient(to left, var(--right-color), var(--right-color))
}

.flex-container {
    min-height: 100% !important
}

.flex-container-form {
    min-height: 100% !important
}

.signinBTN {
    color: #fff;
    font-weight: 700
}

.signupBTN {
    color: #fff;
    font-weight: 700
}

.modal {
    z-index: 99999 !important;
    height: auto
}

.flex-container-form {
    padding: 2rem 3rem !important
}

.below-footer p a {
    color: #e95e5e
}

#owl_carousel .owl-item .item {
    border-bottom: 3px solid #6c757d
}

.wowbgred {
    border-bottom: 3px solid #e95e5e !important
}

.wowbggray {
    border-bottom: 3px solid #6c757d
}

.nopicturecolor {
    color: #eee
}

.category-right-details>h5 a {
    color: #707070;
    font-family: poppinsmedium
}

.radio-custom {
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #ddd
}

.radio-custom:after {
    content: '';
    top: 6px;
    width: 2px;
    height: 10px;
    border-top: 5px solid #fff;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    -webkit-transform: rotateZ(37deg);
    transform: rotateZ(40deg);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    position: absolute;
    left: 0;
    border-radius: 50px
}

.form-check-input:checked~.radio-custom {
    background-color: #cd5c5c
}

.form-check-input:checked~.radio-custom:after {
    display: block
}

.no_record_found {
    color: red;
    cursor: default;
    padding: 5px 10px;
    font-weight: 600
}

.ui-widget-content {
    position: absolute;
    max-height: 200px !important;
    width: auto;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    z-index: 999
}

.ui-widget-content::-webkit-scrollbar {
    width: 3px;
    background-color: #eee
}

.ui-widget-content::-webkit-scrollbar-thumb {
    background-color: #292929
}

.ui-widget-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.ui-widget-content ul li {
    border-bottom: 1px solid #eee
}

.ui-widget-content ul li a {
    color: #333;
    padding: 0 10px;
    display: block
}

.ui-widget-content ul li:hover {
    background-color: #eee;
    cursor: pointer
}

.inputSearchContent {
    position: absolute;
    z-index: 1000;
    background: #fff;
    border: 1px solid #ccc;
    width: 100%;
    max-height: 200px;
    overflow-y: auto
}

.inputSearchContent::-webkit-scrollbar {
    width: 3px;
    background-color: #eee
}

.inputSearchContent::-webkit-scrollbar-thumb {
    background-color: #292929
}

.inputSearchContent ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.inputSearchContent ul li {
    border-bottom: 1px solid #eee
}

.inputSearchContent ul li a {
    color: #333;
    padding: 0 10px;
    display: block
}

.inputSearchContent ul li:hover {
    background-color: #eee;
    cursor: pointer
}

.ajaxCityResponse {
    max-height: 200px;
    overflow-y: auto
}

.ajaxCityResponse::-webkit-scrollbar {
    width: 3px;
    background-color: #eee
}

.ajaxCityResponse::-webkit-scrollbar-thumb {
    background-color: #292929
}

ul.ajaxCityResponse {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 10px
}

ul.ajaxCityResponse li {
    padding: 0 10px
}

ul.ajaxCityResponse li:hover {
    background-color: #eee;
    cursor: pointer
}

.lookingForSearchContent {
    max-height: 250px;
    overflow-y: auto
}

.lookingForSearchContent::-webkit-scrollbar {
    width: 3px;
    background-color: #eee
}

.lookingForSearchContent::-webkit-scrollbar-thumb {
    background-color: #292929
}

ul.lookingForSearchContent li {
    width: 100%
}

ul.lookingForSearchContent li:hover {
    background-color: #eee;
    cursor: pointer
}

.lookingForSearchContent2 {
    position: relative;
    max-height: 250px;
    height: auto !important;
    overflow-y: auto
}

.lookingForSearchContent2::-webkit-scrollbar {
    width: 3px;
    background-color: #eee
}

.lookingForSearchContent2::-webkit-scrollbar-thumb {
    background-color: #292929
}

ul.lookingForSearchContent2 li {
    border-bottom: 1px solid #eee;
    margin: 0;
    line-height: 35px
}

ul.lookingForSearchContent2 li a {
    padding: 0 6px;
    color: #707070;
    font-size: 14px
}

ul.lookingForSearchContent2 li:hover {
    background-color: #eee;
    cursor: pointer
}

.relatedService {
    position: relative;
    max-height: 250px;
    height: auto !important;
    overflow-y: auto
}

.relatedService::-webkit-scrollbar {
    width: 3px;
    background-color: #eee
}

.relatedService::-webkit-scrollbar-thumb {
    background-color: #292929
}

.relatedService ul li {
    border-bottom: 1px solid #eee;
    margin: 0;
    line-height: 35px
}

.relatedService ul li a {
    padding: 0 14px;
    color: #707070;
    font-size: 15px;
    display: block
}

.relatedService ul li:hover {
    background-color: #eee;
    cursor: pointer
}

.inputCityText {
    height: 35px !important;
    padding-right: 25px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .35) !important;
    border-bottom: none !important
}

.loader-icon-container {
    z-index: 1000;
    position: absolute;
    right: 10px;
    top: calc(50% - 10px)
}

.loader-1 {
    position: relative;
    height: 20px;
    width: 20px;
    display: inline-block;
    animation: around 5.4s infinite
}

@keyframes around {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.loader-1::after,
.loader-1::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-color: #ec4b4b #ec4b4b transparent transparent;
    border-style: solid;
    border-radius: 20px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    animation: around .7s ease-in-out infinite
}

.loader-1::after {
    animation: around .7s ease-in-out .1s infinite;
    background: 0 0
}

.loader-2 {
    position: relative;
    height: 20px;
    width: 20px;
    display: inline-block;
    animation: around 5.4s infinite
}

@keyframes around {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.loader-2::after,
.loader-2::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-color: #fff #fff transparent transparent;
    border-style: solid;
    border-radius: 20px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    animation: around .7s ease-in-out infinite
}

.loader-2::after {
    animation: around .7s ease-in-out .1s infinite;
    background: 0 0
}

.toggleable__control:checked~.toggleable__content {
    padding: 0
}

.show-comon {
    padding: 0
}

.show-look2 li {
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 0 6px;
    font-size: 14px;
    line-height: 35px
}

#show-result-div {
    padding: 0
}

.more-details {
    padding: 15px 0;
    width: 100%;
    float: left
}

.more-details li {
    float: left;
    display: inline-block;
    margin-right: 15px
}

.more-details p {
    padding-bottom: 0;
    margin-bottom: 0
}

.more-details li.brdleft {
    border-left: 1px solid #ddd;
    padding: 0 15px
}

.config {
    font-style: normal;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: #707070
}

.config-details {
    font-style: normal;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    color: #222
}

.title_sort a.reset {
    float: right;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
    font-weight: 500;
    color: #0060ff;
    cursor: pointer
}

.mylocation-icon {
    display: inline-block;
    padding: 6px 0;
    cursor: pointer;
    color: #e95e5e
}

.cms-banner {
    background-color: #204051;
    padding-top: 80px
}

.cms-banner-text {
    color: #eee;
    font-size: 15px
}

.cms-container {
    padding: 30px 0
}

.inner-listing {
    padding: 30px 0
}

.bread-crumb {
    z-index: 999
}

.detail-sub a {
    color: #1b1b1b
}

.related-services li a {
    color: #707070;
    font-size: 14px;
    line-height: 1.75rem
}

.contact-form input[type=email],
.contact-form input[type=number],
.contact-form input[type=text] {
    margin-bottom: 0
}

.photo_pls {
    width: 28px;
    height: 29px
}

.more-photo {
    vertical-align: middle;
    font-size: 13px;
    color: #fff;
    padding: 15px;
    text-align: center;
    margin-top: 3px
}

.whList {
    width: auto
}

.whList td {
    padding: 2px 15px;
    border: 1px solid #ccc
}

.more-location-txt {
    text-transform: none !important;
    font-size: 16px !important;
    top: auto !important;
    color: #ccc !important
}

.location-bold {
    font-size: 16px;
    font-family: geomanistregular
}

.business-profile label {
    text-align: left !important;
    display: block;
    margin-bottom: 0
}

#DataForm .errorMessage {
    margin-top: -10px
}

#DataForm select {
    height: 40px;
    margin-top: 0
}

.business-profile {
    padding: 90px 0
}

.swal2-cancel,
.swal2-confirm {
    margin: 0 5px
}

#DataFormP {
    text-align: center;
    position: relative;
    margin-top: 30px
}

#DataFormP fieldset {
    background: #fff;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;
    position: relative
}

@media (max-width:767px) {
    #DataFormP {
        margin-top: 10px
    }
}

@media (max-width:990px) {
    #DataFormP fieldset {
        margin: 0;
        width: 100%
    }
}

@media (max-width:575px) {
    #DataFormP fieldset {
        padding: 15px;
        margin: 0;
        width: 100%
    }
}

.resendOTPBtn {
    text-decoration: underline;
    color: #06f
}

.qListScroll::-webkit-scrollbar {
    width: 3px;
    background-color: #eee
}

.qListScroll::-webkit-scrollbar-thumb {
    background-color: #292929
}

.srhdrop {
    color: #ec4b4b;
    font-size: 11px;
    font-weight: lighter
}

.srhLocality {
    color: #000
}

.prflEditBtn {
    text-decoration: underline;
    color: #06f;
    font-weight: 700
}

.verified-icon {
    border: 1px solid #04a701;
    color: #04a701;
    font-weight: 400;
    border-radius: 10px;
    padding: 0 5px
}

.not-verified-icon {
    border: 1px solid #e51b22;
    color: #e51b22;
    font-weight: 400;
    border-radius: 10px;
    padding: 0 5px
}

.reviewBtn {
    text-decoration: underline;
    color: #06f;
    font-weight: 700
}

.error-page {
    margin-bottom: -16px
}

.description p {
    padding-left: 0;
    padding-right: 0
}

.paid-listing {
    font-style: normal;
    font-size: 12px;
    line-height: 12px;
    border: 1px solid #28a745;
    padding: 5px 5px 5px 5px;
    border-radius: 15px;
    position: relative;
    display: inline-block
}

.paid-listing i {
    color: #28a745
}

.custom-table {
    width: 100%;
    background: #ccc !important;
    border: 1px solid #ccc;
    font-size: 12px;
    line-height: 18px
}

.custom-table td {
    background: #eee !important;
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
    vertical-align: top
}

.custom-table td+td {
    background: #fff !important;
    border: 1px solid #ccc;
    text-align: left;
    vertical-align: top
}

.profile-userpic-review img {
    float: none;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important
}

.blog-cat-scroll-bar {
    max-height: 300px;
    overflow-y: auto
}

.blog-cat-scroll-bar::-webkit-scrollbar {
    width: 3px;
    background-color: #eee
}

.blog-cat-scroll-bar::-webkit-scrollbar-thumb {
    background-color: #292929
}

.details-page-content {
    padding-bottom: 20px
}

#selected-filter-data {
    padding-top: 40px
}

#selected-filter-data .flttype {
    color: #333;
    margin: 1px 0 1px 0;
    font-style: normal;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 0 30px 0 15px;
    margin-right: 5px;
    white-space: nowrap;
    border-radius: 17px;
    position: relative;
    display: inline-block;
    line-height: 24px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

#selected-filter-data .flttype a {
    color: red;
    font-size: 15px;
    position: absolute;
    top: 3px;
    right: 4px;
    height: 21px;
    width: 21px;
    text-align: center;
    cursor: pointer;
    line-height: 15px
}

#selected-filter-data .flttype-removeAll {
    color: #fff;
    background: #ec6455
}

#selected-filter-data .flttype-removeAll a {
    color: #fff;
    opacity: 1
}

#ex1Slider .tooltip,
#ex1Slider2 .tooltip {
    z-index: 100
}

#ex1Slider .slider-selection {
    background: #f2c3bf
}

#ex1Slider .slider-handle {
    background: #ec6455
}

#ex1Slider2 .slider-selection {
    background: #f2c3bf
}

#ex1Slider2 .slider-handle {
    background: #ec6455
}

.rpowner {
    color: #e95e5e;
    text-transform: capitalize
}

.share-this {
    color: #28a745;
    font-size: 25px !important;
    margin-left: 1.5rem
}

.password-hint {
    color: #0616ff;
    font-size: 18px
}

#more-details {
    box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    margin-bottom: 40px;
    float: left;
    width: 100%
}

#more-details h3 {
    padding: 15px 30px;
    background-image: linear-gradient(to right, #f12525, rgba(255, 0, 0, 0));
    color: #fff;
    margin-bottom: 0;
    font-size: 22px
}

.header-without-q {
    color: #fff !important;
    line-height: inherit
}

.DistanceSlider {
    width: 100%
}

.DistanceSlider .range-value {
    position: relative;
    margin: 0;
    text-align: center;
    padding-bottom: 28px;
    font-weight: 700;
    color: #333
}

.DistanceSlider .range-value input {
    width: 100%;
    background: 0 0;
    color: #000;
    font-size: 16px;
    font-weight: initial;
    box-shadow: none;
    border: none;
    margin: 20px 0 20px 0
}

.DistanceSlider .range-bar {
    border: none;
    background: #ccc;
    height: 5px;
    width: 100%;
    position: relative;
    overflow: visible !important
}

.DistanceSlider .range-bar .ui-slider-range {
    background: #ddd;
    transition: all ease .2s
}

.DistanceSlider .range-bar .ui-slider-handle {
    border-radius: 25px 25px 0;
    background: #fff;
    border: 2px solid #dc3545;
    height: 25px;
    width: 25px;
    top: -16px;
    cursor: pointer;
    transform: translate(-5px, -50%) rotate(45deg);
    transition: all ease .2s
}

.DistanceSlider .range-bar .ui-slider-handle+span {
    background: #06b9c0;
    display: none
}

.PriceSlider {
    width: 100%
}

.PriceSlider .range-value {
    position: relative;
    margin: 0;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 700;
    color: #333
}

.PriceSlider .range-value input {
    width: 100%;
    background: 0 0;
    color: #000;
    font-size: 16px;
    font-weight: initial;
    box-shadow: none;
    border: none;
    margin: 20px 0 20px 0
}

.PriceSlider .range-bar {
    border: none;
    background: #e8e8e8;
    height: 5px;
    width: 100%;
    position: relative;
    overflow: visible !important
}

.PriceSlider .range-bar .ui-slider-range {
    background: #ccc
}

.PriceSlider .range-bar .ui-slider-handle {
    border-radius: 25px;
    background: #fff;
    border: 2px solid #dc3545;
    height: 25px;
    width: 25px;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%)
}

.PriceSlider .range-bar .ui-slider-handle+span {
    background: #dc3545
}

#share-box .fa {
    padding: 10px 20px;
    font-size: 30px;
    width: auto;
    text-align: center;
    text-decoration: none;
    margin: 0 5px 5px 0
}

#share-box .fa-facebook {
    background: #3b5998;
    color: #fff
}

#share-box .fa-twitter {
    background: #55acee;
    color: #fff
}

#share-box .fa-google {
    background: #4285f4;
    color: #fff
}

#share-box .fa-instagram {
    background: #8837c3;
    color: #fff
}

#share-box .fa-skype {
    background: #00aff0;
    color: #fff
}

#share-box .fa-youtube-square {
    background: #fe0000;
    color: #fff
}

#share-box .fa-linkedin {
    background: #0077b5;
    color: #fff
}

.all-blogs .blog-detail a>h6 {
    white-space: normal;
    text-overflow: ellipsis;
    overflow: visible
}

.blog-detail-min-height {
    min-height: 200px
}

.profile-user-img {
    width: 100px;
    padding: 3px;
    border: 3px solid #d2d6de
}

.img-circle {
    border-radius: 50%
}

.blinking {
    -webkit-animation: 1s blink ease infinite;
    -moz-animation: 1s blink ease infinite;
    -ms-animation: 1s blink ease infinite;
    -o-animation: 1s blink ease infinite;
    animation: 1s blink ease infinite
}

@keyframes blink {

    from,
    to {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

@-moz-keyframes blink {

    from,
    to {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

@-webkit-keyframes blink {

    from,
    to {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

.offer-div {
    float: left;
    width: 100%
}

.offer-tag {
    width: 200px;
    padding: 10px;
    position: absolute;
    text-align: center;
    color: #f0f0f0;
    top: 20px;
    left: -50px;
    background-color: #e95e5e;
    transform: rotate(-45deg);
    z-index: 99;
    font-size: 24px
}

.bg-danger {
    background-color: #e95e5e !important
}

.offer-hdr {
    position: relative;
    overflow: hidden
}

.offer-hdr h4 {
    color: #fff;
    bottom: 0;
    position: absolute;
    padding: 0 15px
}

#offers_carousel .offer-hdr::before {
    position: absolute;
    background: rgba(0, 0, 0, .35);
    height: 100%;
    width: 100%;
    content: '';
    left: 0;
    top: 0
}

#footer-share-box .fa {
    padding: 6px;
    font-size: 18px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 0 5px 5px 0;
    border-radius: 30px;
    height: 30px
}

#footer-share-box .fa:hover {
    opacity: .7;
    color: #fff
}

#footer-share-box .fa-facebook {
    background: #3b5998;
    color: #fff
}

#footer-share-box .fa-twitter {
    background: #55acee;
    color: #fff
}

#footer-share-box .fa-google {
    background: #dd4b39;
    color: #fff
}

#footer-share-box .fa-linkedin {
    background: #007bb5;
    color: #fff
}

#footer-share-box .fa-youtube {
    background: #b00;
    color: #fff
}

#footer-share-box .fa-instagram {
    background: #c235a7;
    color: #fff
}

#footer-share-box .fa-pinterest {
    background: #cb2027;
    color: #fff
}

#footer-share-box .fa-skype {
    background: #00aff0;
    color: #fff
}

#footer-share-box .fa-android {
    background: #a4c639;
    color: #fff
}

#footer-share-box .fa-dribbble {
    background: #ea4c89;
    color: #fff
}

#footer-share-box .fa-vimeo {
    background: #45bbff;
    color: #fff
}

#footer-share-box .fa-tumblr {
    background: #2c4762;
    color: #fff
}

#footer-share-box .fa-vine {
    background: #00b489;
    color: #fff
}

#footer-share-box .fa-foursquare {
    background: #45bbff;
    color: #fff
}

#footer-share-box .fa-stumbleupon {
    background: #eb4924;
    color: #fff
}

#footer-share-box .fa-flickr {
    background: #f40083;
    color: #fff
}

#footer-share-box .fa-yahoo {
    background: #430297;
    color: #fff
}

#footer-share-box .fa-soundcloud {
    background: #f50;
    color: #fff
}

#footer-share-box .fa-reddit {
    background: #ff5700;
    color: #fff
}

#footer-share-box .fa-rss {
    background: #f60;
    color: #fff
}

.related-ul li h4 {
    color: #333;
    font-size: 16px
}

#insurance_carousel .owl-nav button.owl-next,
#insurance_carousel .owl-nav button.owl-prev {
    background-color: #fff;
    border: 1px solid #e95e5e;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 0
}

.category-content-boxx {
    padding: 5px 5px 5px 5px
}

.accordion-button:not(.collapsed)::after {
    background-image: url(https://s3.ap-south-1.amazonaws.com/bck.haarway/h-assets/images/arrow.svg);
    transform: rotate(-180deg)
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(https://s3.ap-south-1.amazonaws.com/bck.haarway/h-assets/images/arrow.svg);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: .5rem 1.25rem;
    font-size: .875rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #e6e6e6;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%)
}

button:focus {
    outline: 0
}

.enter_code_box .input-group .form-control {
    margin: 2px;
    height: 40px;
    border-radius: 5px !important;
    text-align: center
}

.enter_code_box .input-group {
    width: 60%;
    margin: auto
}

/***fonts.css**/
@font-face {
    font-family: poppinslight;
    src: url(../fonts/poppins-light-webfont.woff2) format('woff2'), url(../fonts/poppins-light-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: poppinsmedium;
    src: url(../fonts/poppins-medium-webfont.woff2) format('woff2'), url(../fonts/poppins-medium-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: geomanistregular;
    src: url(../fonts/geomanist-regular-webfont.eot);
    src: url(../fonts/geomanist-regular-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/geomanist-regular-webfont.woff2) format('woff2'), url(../fonts/geomanist-regular-webfont.woff) format('woff'), url(../fonts/geomanist-regular-webfont.ttf) format('truetype'), url(../fonts/geomanist-regular-webfont.svg#geomanistregular) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Linearicons-Free;
    src: url(../fonts/Linearicons-Free.eot?w118d);
    src: url(../fonts/Linearicons-Free.eot?#iefixw118d) format('embedded-opentype'), url(../fonts/Linearicons-Free.woff2?w118d) format('woff2'), url(../fonts/Linearicons-Free.woff?w118d) format('woff'), url(../fonts/Linearicons-Free.ttf?w118d) format('truetype'), url(../fonts/Linearicons-Free.svg?w118d#Linearicons-Free) format('svg');
    font-weight: 400;
    font-style: normal
}

.lnr {
    font-family: Linearicons-Free;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lnr-home:before {
    content: "\e800"
}

.lnr-apartment:before {
    content: "\e801"
}

.lnr-pencil:before {
    content: "\e802"
}

.lnr-magic-wand:before {
    content: "\e803"
}

.lnr-drop:before {
    content: "\e804"
}

.lnr-lighter:before {
    content: "\e805"
}

.lnr-poop:before {
    content: "\e806"
}

.lnr-sun:before {
    content: "\e807"
}

.lnr-moon:before {
    content: "\e808"
}

.lnr-cloud:before {
    content: "\e809"
}

.lnr-cloud-upload:before {
    content: "\e80a"
}

.lnr-cloud-download:before {
    content: "\e80b"
}

.lnr-cloud-sync:before {
    content: "\e80c"
}

.lnr-cloud-check:before {
    content: "\e80d"
}

.lnr-database:before {
    content: "\e80e"
}

.lnr-lock:before {
    content: "\e80f"
}

.lnr-cog:before {
    content: "\e810"
}

.lnr-trash:before {
    content: "\e811"
}

.lnr-dice:before {
    content: "\e812"
}

.lnr-heart:before {
    content: "\e813"
}

.lnr-star:before {
    content: "\e814"
}

.lnr-star-half:before {
    content: "\e815"
}

.lnr-star-empty:before {
    content: "\e816"
}

.lnr-flag:before {
    content: "\e817"
}

.lnr-envelope:before {
    content: "\e818"
}

.lnr-paperclip:before {
    content: "\e819"
}

.lnr-inbox:before {
    content: "\e81a"
}

.lnr-eye:before {
    content: "\e81b"
}

.lnr-printer:before {
    content: "\e81c"
}

.lnr-file-empty:before {
    content: "\e81d"
}

.lnr-file-add:before {
    content: "\e81e"
}

.lnr-enter:before {
    content: "\e81f"
}

.lnr-exit:before {
    content: "\e820"
}

.lnr-graduation-hat:before {
    content: "\e821"
}

.lnr-license:before {
    content: "\e822"
}

.lnr-music-note:before {
    content: "\e823"
}

.lnr-film-play:before {
    content: "\e824"
}

.lnr-camera-video:before {
    content: "\e825"
}

.lnr-camera:before {
    content: "\e826"
}

.lnr-picture:before {
    content: "\e827"
}

.lnr-book:before {
    content: "\e828"
}

.lnr-bookmark:before {
    content: "\e829"
}

.lnr-user:before {
    content: "\e82a"
}

.lnr-users:before {
    content: "\e82b"
}

.lnr-shirt:before {
    content: "\e82c"
}

.lnr-store:before {
    content: "\e82d"
}

.lnr-cart:before {
    content: "\e82e"
}

.lnr-tag:before {
    content: "\e82f"
}

.lnr-phone-handset:before {
    content: "\e830"
}

.lnr-phone:before {
    content: "\e831"
}

.lnr-pushpin:before {
    content: "\e832"
}

.lnr-map-marker:before {
    content: "\e833"
}

.lnr-map:before {
    content: "\e834"
}

.lnr-location:before {
    content: "\e835"
}

.lnr-calendar-full:before {
    content: "\e836"
}

.lnr-keyboard:before {
    content: "\e837"
}

.lnr-spell-check:before {
    content: "\e838"
}

.lnr-screen:before {
    content: "\e839"
}

.lnr-smartphone:before {
    content: "\e83a"
}

.lnr-tablet:before {
    content: "\e83b"
}

.lnr-laptop:before {
    content: "\e83c"
}

.lnr-laptop-phone:before {
    content: "\e83d"
}

.lnr-power-switch:before {
    content: "\e83e"
}

.lnr-bubble:before {
    content: "\e83f"
}

.lnr-heart-pulse:before {
    content: "\e840"
}

.lnr-construction:before {
    content: "\e841"
}

.lnr-pie-chart:before {
    content: "\e842"
}

.lnr-chart-bars:before {
    content: "\e843"
}

.lnr-gift:before {
    content: "\e844"
}

.lnr-diamond:before {
    content: "\e845"
}

.lnr-linearicons:before {
    content: "\e846"
}

.lnr-dinner:before {
    content: "\e847"
}

.lnr-coffee-cup:before {
    content: "\e848"
}

.lnr-leaf:before {
    content: "\e849"
}

.lnr-paw:before {
    content: "\e84a"
}

.lnr-rocket:before {
    content: "\e84b"
}

.lnr-briefcase:before {
    content: "\e84c"
}

.lnr-bus:before {
    content: "\e84d"
}

.lnr-car:before {
    content: "\e84e"
}

.lnr-train:before {
    content: "\e84f"
}

.lnr-bicycle:before {
    content: "\e850"
}

.lnr-wheelchair:before {
    content: "\e851"
}

.lnr-select:before {
    content: "\e852"
}

.lnr-earth:before {
    content: "\e853"
}

.lnr-smile:before {
    content: "\e854"
}

.lnr-sad:before {
    content: "\e855"
}

.lnr-neutral:before {
    content: "\e856"
}

.lnr-mustache:before {
    content: "\e857"
}

.lnr-alarm:before {
    content: "\e858"
}

.lnr-bullhorn:before {
    content: "\e859"
}

.lnr-volume-high:before {
    content: "\e85a"
}

.lnr-volume-medium:before {
    content: "\e85b"
}

.lnr-volume-low:before {
    content: "\e85c"
}

.lnr-volume:before {
    content: "\e85d"
}

.lnr-mic:before {
    content: "\e85e"
}

.lnr-hourglass:before {
    content: "\e85f"
}

.lnr-undo:before {
    content: "\e860"
}

.lnr-redo:before {
    content: "\e861"
}

.lnr-sync:before {
    content: "\e862"
}

.lnr-history:before {
    content: "\e863"
}

.lnr-clock:before {
    content: "\e864"
}

.lnr-download:before {
    content: "\e865"
}

.lnr-upload:before {
    content: "\e866"
}

.lnr-enter-down:before {
    content: "\e867"
}

.lnr-exit-up:before {
    content: "\e868"
}

.lnr-bug:before {
    content: "\e869"
}

.lnr-code:before {
    content: "\e86a"
}

.lnr-link:before {
    content: "\e86b"
}

.lnr-unlink:before {
    content: "\e86c"
}

.lnr-thumbs-up:before {
    content: "\e86d"
}

.lnr-thumbs-down:before {
    content: "\e86e"
}

.lnr-magnifier:before {
    content: "\e86f"
}

.lnr-cross:before {
    content: "\e870"
}

.lnr-menu:before {
    content: "\e871"
}

.lnr-list:before {
    content: "\e872"
}

.lnr-chevron-up:before {
    content: "\e873"
}

.lnr-chevron-down:before {
    content: "\e874"
}

.lnr-chevron-left:before {
    content: "\e875"
}

.lnr-chevron-right:before {
    content: "\e876"
}

.lnr-arrow-up:before {
    content: "\e877"
}

.lnr-arrow-down:before {
    content: "\e878"
}

.lnr-arrow-left:before {
    content: "\e879"
}

.lnr-arrow-right:before {
    content: "\e87a"
}

.lnr-move:before {
    content: "\e87b"
}

.lnr-warning:before {
    content: "\e87c"
}

.lnr-question-circle:before {
    content: "\e87d"
}

.lnr-menu-circle:before {
    content: "\e87e"
}

.lnr-checkmark-circle:before {
    content: "\e87f"
}

.lnr-cross-circle:before {
    content: "\e880"
}

.lnr-plus-circle:before {
    content: "\e881"
}

.lnr-circle-minus:before {
    content: "\e882"
}

.lnr-arrow-up-circle:before {
    content: "\e883"
}

.lnr-arrow-down-circle:before {
    content: "\e884"
}

.lnr-arrow-left-circle:before {
    content: "\e885"
}

.lnr-arrow-right-circle:before {
    content: "\e886"
}

.lnr-chevron-up-circle:before {
    content: "\e887"
}

.lnr-chevron-down-circle:before {
    content: "\e888"
}

.lnr-chevron-left-circle:before {
    content: "\e889"
}

.lnr-chevron-right-circle:before {
    content: "\e88a"
}

.lnr-crop:before {
    content: "\e88b"
}

.lnr-frame-expand:before {
    content: "\e88c"
}

.lnr-frame-contract:before {
    content: "\e88d"
}

.lnr-layers:before {
    content: "\e88e"
}

.lnr-funnel:before {
    content: "\e88f"
}

.lnr-text-format:before {
    content: "\e890"
}

.lnr-text-format-remove:before {
    content: "\e891"
}

.lnr-text-size:before {
    content: "\e892"
}

.lnr-bold:before {
    content: "\e893"
}

.lnr-italic:before {
    content: "\e894"
}

.lnr-underline:before {
    content: "\e895"
}

.lnr-strikethrough:before {
    content: "\e896"
}

.lnr-highlight:before {
    content: "\e897"
}

.lnr-text-align-left:before {
    content: "\e898"
}

.lnr-text-align-center:before {
    content: "\e899"
}

.lnr-text-align-right:before {
    content: "\e89a"
}

.lnr-text-align-justify:before {
    content: "\e89b"
}

.lnr-line-spacing:before {
    content: "\e89c"
}

.lnr-indent-increase:before {
    content: "\e89d"
}

.lnr-indent-decrease:before {
    content: "\e89e"
}

.lnr-pilcrow:before {
    content: "\e89f"
}

.lnr-direction-ltr:before {
    content: "\e8a0"
}

.lnr-direction-rtl:before {
    content: "\e8a1"
}

.lnr-page-break:before {
    content: "\e8a2"
}

.lnr-sort-alpha-asc:before {
    content: "\e8a3"
}

.lnr-sort-amount-asc:before {
    content: "\e8a4"
}

.lnr-hand:before {
    content: "\e8a5"
}

.lnr-pointer-up:before {
    content: "\e8a6"
}

.lnr-pointer-right:before {
    content: "\e8a7"
}

.lnr-pointer-down:before {
    content: "\e8a8"
}

.lnr-pointer-left:before {
    content: "\e8a9"
}

/***Font Awesome 4.7.0 ***/
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

/***responsive.css**/
@media (min-width:1951px) {
    .carousel-caption {
        top: 50%;
        margin: auto;
        max-width: 1500px
    }

    .banner-text {
        width: 100%;
        text-align: center;
        position: relative;
        top: -15px
    }

    #owl_carousel .owl-nav button span {
        top: 5px;
        left: 15px
    }

    .sticky-content.stick {
        width: 100%
    }
}

@media (max-width:1950px) {
    .carousel-caption {
        top: 50%
    }

    .banner-text h3 {
        left: 180px;
        font-size: 24px
    }

    #owl_carousel .owl-nav button span {
        top: 7px;
        left: 14px
    }

    .sticky-content.stick {
        width: 100%
    }

    .show-comon {
        top: 46px
    }
}

@media (max-width:1600px) {
    .header--search_open .navbar {
        padding: .5rem 0
    }

    .custom-nav {
        padding: .5rem 0
    }
}

@media (min-width:1440px) {
    .container-fluid {
        max-width: 1500px
    }
}

@media (max-width:1440px) {
    .carousel-caption {
        top: 50%;
        bottom: 10%
    }

    .banner-text h3 {
        font-size: 24px
    }

    #owl_carousel .owl-nav button span {
        top: 7px;
        left: 14px
    }

    .banner-text h3 {
        left: 190px
    }

    .not-verified-icon {
        display: inline-block
    }

    .input-LargeArea {
        width: calc(100%/1 - 200px)
    }

    .header .header--menubar .header--menu__top #inputSearch {
        width: 100%
    }
}

@media(min-width:1200px) and (max-width:1290px) {
    #inputSearch {
        width: 100%
    }

    .contact-button li:first-child {
        width: 100%;
        clear: both;
        margin-bottom: 10px
    }

    .contact-button li {
        width: auto
    }

    .right_logo_content ul li span {
        display: block
    }

    .right_logo_content .form-control {
        width: 150px
    }

    .footer-links h3 {
        font-size: 16px
    }
}

@media(min-width:991px) and (max-width:1200px) {
    div#booming1 {
        max-width: 930px
    }

    .header .header--menubar .header--menu__top #inputSearch {
        width: 160px
    }

    .banner-home .card-header .btn::before {
        font-size: 15px;
        margin-right: 2px
    }

    #owl_carousel .owl-nav button.owl-prev {
        left: -30px
    }

    #owl_carousel .owl-nav button.owl-next {
        right: -30px
    }

    .banner-home .card-header .btn:after {
        position: absolute;
        right: 5px
    }
}

@media (max-width:1200px) {
    h1 {
        font-size: 25px !important
    }

    h2 {
        font-size: 24px !important
    }

    .banner-text h3 {
        left: 250px;
        font-size: 20px
    }

    #owl_carousel .owl-item .item h4 {
        font-size: 14px;
        width: 70%;
        line-height: 16px;
        margin-bottom: 0;
        padding-top: 15px
    }

    #owl_carousel .owl-item img {
        width: 15%;
        margin: 10px 5px;
        margin-left: 0
    }

    .service-content h4 {
        font-size: 16px
    }

    .contact-info li:last-child {
        width: 100%
    }

    .custom-nav .navbar-nav .nav-link {
        padding: 10px
    }

    #inputSearch {
        width: 100%
    }

    #header-search {
        margin-left: 0
    }

    #header-search .input-group-prepend {
        margin-right: 20px
    }

    #inputSearch {
        width: 100%
    }

    .btn-contact {
        position: relative;
        left: 0;
        top: 5px
    }

    #mySidenav .sidebar-header ul li {
        width: 30% !important
    }

    ul.lookingForSearchContent {
        width: 97.5%
    }

    .category-img .cover {
        max-height: 100% !important
    }

    .category-img {
        height: 300px
    }

    .yellow-btn {
        padding: 8px 0;
        font-size: 14px;
        width: 150px
    }

    .yellow-border {
        font-size: 14px;
        width: 150px;
        padding: 8px 0
    }

    .rating-progress li span.label-title {
        margin-right: 20px
    }

    .more-photo {
        font-size: 12px !important;
        line-height: 20px;
        padding-top: 25px !important
    }

    .area-details li {
        width: auto;
        margin-right: 20px
    }

    .company-details li:first-child {
        border-right: 0
    }

    .company-details li {
        float: none
    }

    .sticky-content.stick {
        width: 225px
    }

    .related-ul {
        width: 33%;
        margin-bottom: 15px;
        min-height: auto
    }

    .footer-links h3 {
        font-size: 13px
    }

    .add-lisitng-banner .listing-left ul li .content {
        width: 75%
    }

    .add-lisitng-banner .listing-left ul li .image img {
        height: 50px;
        width: 50px
    }

    .footer-links ul li {
        line-height: normal
    }

    .add-lisitng-banner .listing-left h2 {
        font-size: 20px
    }

    .blog-home .page-title h2 {
        font-size: 35px
    }

    .how-we-work {
        min-height: 100%
    }

    .how-we-work .entries .entry .title {
        font-size: 22px
    }

    .get-started .question h2 {
        font-size: 22px
    }

    .astronaut {
        height: 20vmin
    }

    .contact-button li:first-child {
        width: 100%;
        clear: both;
        margin-bottom: 10px
    }

    .contact-button li {
        width: auto
    }

    .contact-button .ellipsis {
        max-width: 100% !important
    }

    .wrapper-content .contact-button li:first-child {
        width: auto
    }

    .supp-detail .content .btn-border-green {
        padding: 8px 5px
    }

    .zoomWindow {
        width: 500px !important
    }

    .service-image {
        height: auto
    }

    .header--search_open .navbar {
        padding: .5rem 0
    }

    #header-search1 {
        margin-left: 0 !important
    }

    #header-search1 .input-group-prepend {
        margin-right: 20px !important
    }

    .custom-nav {
        padding: .5rem 0
    }

    .view-all-cat h5 {
        font-size: 16px
    }

    .Qlist {
        height: 100% !important
    }

    #toggleableCityBtn {
        font-size: 13px;
        line-height: 30px;
        padding: 5px 3px;
        white-space: nowrap;
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 10px
    }

    .mylocation-icon-1 {
        left: -1px;
        top: 10px;
        font-size: 18px
    }

    .right_logo_content .form-control {
        width: 120px;
        font-size: 13px
    }

    .right_logo_content ul li span {
        display: block;
        margin-bottom: 10px
    }

    .right_logo_content .input-group-prepend .input-group-text {
        font-size: 13px
    }

    .comment-info li {
        padding: 0 10px
    }

    .all-blogs .card .modImage {
        height: 130px
    }

    .all-blogs .card .lis-absolute h5 .badge {
        font-size: 12px
    }

    .banner-text ul li a {
        font-size: 12px
    }

    #related_products .service-image {
        height: 200px !important
    }
}

@media (max-width:990px) {
    h1 {
        font-size: 23px !important
    }

    h2 {
        font-size: 22px !important
    }

    #category {
        display: none !important
    }

    section.category-carousel {
        display: none
    }

    .service_box {
        margin-bottom: 30px
    }

    .banner-text h3 {
        font-size: 20px
    }

    .hand img {
        z-index: 0;
        width: auto
    }

    #header-nav {
        display: block !important
    }

    #sidebar {
        display: block !important
    }

    #sidebarCollapse {
        display: block !important
    }

    .prefferred-choice {
        height: auto
    }

    .banner-home {
        background-position: center !important
    }

    #searchbar {
        display: block !important
    }

    #searchCollapse {
        display: block !important
    }

    .banner-text h3,
    .banner-text h6 {
        left: 15px;
        display: block;
        width: 95%;
        text-align: center;
        position: relative;
        top: 0
    }

    .banner-text {
        width: 100%
    }

    .banner-text br {
        display: none
    }

    .carousel-caption {
        bottom: 0;
        overflow: visible
    }

    .banner-text h3,
    .banner-text h6 {
        width: 100%;
        left: 0;
        font-size: 28px
    }

    #mobilenav,
    .filterpanel,
    .sortpanel {
        display: block !important
    }

    #sort .components li {
        border-bottom: none
    }

    .category-right-details {
        padding-top: 10px
    }

    .details-list li a {
        font-size: 13px
    }

    .details-list li {
        padding: 2px 10px;
        margin-right: 5px;
        margin-bottom: 5px
    }

    .timing {
        padding: 5px 0
    }

    .btn-contact {
        position: relative;
        left: 0;
        top: 5px
    }

    .contact-info li {
        float: none
    }

    .ellipsis {
        width: 100%
    }

    .get-started-list li {
        width: 100%
    }

    #question-part1 .checkcontainer {
        font-size: 16px;
        line-height: 20px !important;
        padding-top: 0;
        padding-right: 10px
    }

    #searchbar .show-look2 {
        width: 100%;
        left: 10px;
        top: 205px
    }

    .get-started .close2 {
        top: 110px !important
    }

    #question-part1 .question-hint {
        bottom: 0
    }

    #question-part1 .a-group-item-action {
        min-height: 60px
    }

    .demo-gallery>ul>li {
        width: 20%;
        margin-right: 0
    }

    .sticky-content.stick {
        display: none
    }

    .related-ul {
        width: 50%
    }

    .amenties .area-details li {
        width: auto;
        margin-right: 20px
    }

    .add-lisitng-banner .page-title {
        padding: 40px 30px;
        height: 100%
    }

    .add-lisitng-banner .listing-left ul li .content {
        width: 80%
    }

    .footer-links h3 {
        font-size: 14px
    }

    #DataForm fieldset {
        margin: 0;
        width: 100%
    }

    .our-story .content {
        overflow-y: scroll
    }

    .left-review .content h5 {
        margin-bottom: 0;
        font-size: 15px
    }

    .banner-title h1 {
        font-size: 30px
    }

    .right_logo_content ul li {
        line-height: 30px;
        text-align: center !important
    }

    .right_logo_content {
        margin-top: 30px;
        text-align: center
    }

    .astronaut {
        top: 20vmin;
        left: 4vmin;
        height: 80px
    }

    .spaceship {
        bottom: 0;
        width: 150px
    }

    .blog-home .page-title p {
        width: 70%
    }

    .prod-image img {
        width: 100%;
        height: 200px
    }

    .zoomContainer,
    .zoomWrapper,
    .zoomWrapper img {
        height: 300px !important
    }

    .zoomWindowContainer>div {
        height: 300px !important
    }

    .filter-box {
        padding: 10px 0
    }

    .zoomWindow {
        width: 350px !important
    }

    .supp-detail .content .btn-border-green {
        font-size: 12px
    }

    .service-image {
        height: 150px
    }

    .service-image img {
        height: 100%
    }

    .progress {
        margin-bottom: 10px
    }

    .Button-Content {
        float: none !important
    }

    #contact_item_view_details,
    #otp-commonnnnn,
    #verify-otp,
    #verify-otp-div {
        width: 90% !important;
        margin: auto
    }

    #otp-commonnnnn>.row {
        padding: 20px !important
    }

    #modal-question {
        min-width: 0 !important
    }

    .custom-nav {
        padding: 10px 10px
    }

    .view-all-cat h5 {
        font-size: 15px
    }

    .profile-userpic img {
        height: 130px !important;
        width: 130px !important
    }

    .support_box {
        margin-bottom: 30px;
        border-right: none;
        padding: 20px 0
    }

    .support_box1 {
        margin-top: 30px;
        border-left: none;
        padding: 20px 0
    }

    .chat_info {
        margin-bottom: 20px
    }

    .support_box h3,
    .support_box1 h5 {
        text-align: center !important
    }

    .cust-support {
        padding: 30px 0
    }

    #FadForm {
        justify-content: center
    }

    .single-detail-banner .carousel-caption .company-details li a {
        top: 3px
    }

    .search-content {
        padding: 8px 0
    }

    .cms-container .table {
        white-space: nowrap
    }

    #searchbar .mylocation-icon-1 {
        left: 10px;
        top: 7px;
        font-size: 18px;
        display: block
    }

    .not-verified-icon,
    .verified-icon {
        display: inline-block
    }

    .banner-location-sticky form {
        width: 75%
    }

    .dynamic_progress .progress-percent {
        right: -10%;
        transform: translateX(-50%)
    }

    #toggleableCityBtn {
        max-width: 100%
    }
}

@media (min-width:768px) and (max-width:990px) {
    .competition .wrapper-box .content {
        margin-bottom: 60px;
        margin-top: 20px !important
    }

    .about-home,
    .review-home {
        height: 250px;
        margin-bottom: 20px
    }

    .left-review .image img,
    .right-review .image img {
        height: 90px;
        width: 90px
    }
}

@media (max-width:767px) {
    h1 {
        font-size: 18px !important
    }

    h2 {
        font-size: 16px !important
    }

    .banner-text h3,
    .banner-text h6 {
        text-align: center;
        position: relative;
        left: 0;
        display: block
    }

    .banner-text h3 {
        top: 0
    }

    .banner-text br {
        display: none
    }

    .right_logo_content ul li {
        line-height: 30px;
        text-align: center !important
    }

    .right_logo_content ul li>a img {
        display: inline-block;
        margin: 0;
        height: auto
    }

    .right_logo_content ul li span {
        display: block;
        margin-bottom: 0
    }

    .right_logo_content form>.form-group {
        margin: 0
    }

    .right_logo_content .btn-primary {
        font-size: 13px
    }

    .choice_content h4 {
        font-size: 16px;
        margin-bottom: 0
    }

    .back-to-top {
        right: 15px;
        bottom: 15px
    }

    .back-to-top.show {
        bottom: 15px
    }

    .right_logo_content {
        margin-top: 30px;
        text-align: center
    }

    .carousel-caption {
        overflow: visible;
        bottom: 0;
        right: 10%;
        left: 10%
    }

    .banner-text h3,
    .banner-text h6 {
        width: 95%;
        left: 15px
    }

    .banner-text {
        width: 100%
    }

    .enter_code_box .input-group {
        width: 70% !important
    }

    .enter_code_box .input-group .form-control {
        padding: 5px !important;
        text-align: center
    }

    .contact-info li {
        float: none
    }

    .category-img {
        margin-bottom: 15px;
        max-height: 250px;
        overflow: hidden
    }

    .category-content-boxx {
        padding: 10px
    }

    .get-started .question h2 {
        padding: 0 5px
    }

    .get-started h5 {
        font-size: 15px;
        left: 0
    }

    .btn-contact {
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: 8px
    }

    #mySidenav .sidebar-header ul li {
        width: 60% !important
    }

    #question-part1 .checkcontainer {
        padding-right: 10px
    }

    #question-part1 .checkmark {
        left: -10px
    }

    #question-part1 .radiobtn {
        left: -10px
    }

    #ascrail2000 {
        display: none !important
    }

    .stack-nav {
        display: block !important
    }

    .get-started .mandatory {
        right: 10px;
        top: -20px
    }

    #question-part1 .form-group {
        display: none
    }

    #question-part1 .a-group-item-action {
        min-height: 60px
    }

    .get-started .answer {
        padding: 5px;
        max-height: 100% !important;
        margin: 0;
        margin-left: 5px
    }

    #buttonbtn {
        display: none
    }

    .mobile-get-started {
        display: block !important
    }

    .blocker {
        padding: 0 !important
    }

    .get-started {
        padding-top: 60px !important
    }

    .modal a.close-modal {
        top: 3px !important;
        right: 15px !important
    }

    .qcontact {
        display: block !important
    }

    .related-ul {
        width: 100%;
        margin-bottom: 10px
    }

    .bread-crumb .breadcrumb li.breadcrumb-item {
        padding: 3px 10px;
        background-color: transparent
    }

    .breadcrumb .breadcrumb-item {
        display: none !important
    }

    .btn_edit_this {
        margin-top: 15px
    }

    .wrapper_breadcrumbs {
        display: none
    }

    .sticky-content.stick {
        position: relative !important
    }

    .company-details li {
        float: none
    }

    .company-details li:first-child {
        border-right: 0
    }

    .property-details {
        padding: 20px 0
    }

    .area-details li {
        width: auto;
        margin-right: 20px
    }

    .area-details li:last-child {
        margin-right: 0
    }

    .sticky-content.stick {
        display: none
    }

    .related-title {
        margin-bottom: 20px
    }

    .single-detail-banner {
        padding-top: 50px
    }

    #modal-contact-item {
        margin: 20px
    }

    .single-detail-banner .carousel-caption h1 {
        font-size: 30px;
        line-height: 35px
    }

    #DataForm {
        margin-top: 10px
    }

    div#modal-verify-otp {
        margin: 0 15px
    }

    .add-listing-form input#category_title {
        white-space: nowrap;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-right: 25px
    }

    .single-blog h2 {
        font-size: 25px
    }

    section.single-blog {
        padding: 40px 0
    }

    .comment-info li {
        width: auto;
        padding-right: 15px
    }

    .blog-single-img img {
        height: auto
    }

    .blog-single-img {
        height: auto
    }

    .about-home .page-title h2 {
        margin-top: 0;
        font-size: 35px
    }

    .about-home {
        padding: 70px 0 0;
        display: flex;
        align-items: center
    }

    .about-info .image {
        box-shadow: 10px 15px 0 #e6e6e6
    }

    .counter-div li {
        width: 25%
    }

    .our-story .image {
        height: 350px
    }

    .our-story .content {
        height: auto
    }

    .our-story .content,
    .our-story .image {
        width: 100%;
        height: 100%
    }

    .right_logo_content form>.form-group .input-group {
        width: 100%
    }

    .footer-links h3 {
        font-size: 12px
    }

    .left-border-radius,
    .right-border-radius {
        border-radius: 0
    }

    .footer-links ul li a {
        font-size: 11px
    }

    .banner-title h1 {
        font-size: 28px
    }

    .banner-title h6 {
        font-size: 15px
    }

    .banner-text p,
    .banner-text ul li a {
        font-size: 10px;
        line-height: 30px
    }

    ul.working-ul {
        text-align: left
    }

    .review-home .page-title h2 {
        margin-top: 10%;
        font-size: 35px;
        line-height: 40px
    }

    .left-review .image,
    .right-review .image {
        width: 20%;
        clear: both;
        float: left;
        margin: 0
    }

    .left-review .content,
    .right-review .content {
        width: 100%
    }

    .left-review .image img,
    .right-review .image img {
        height: auto;
        width: auto
    }

    .h2-bg {
        font-size: 24px
    }

    .working-with-us h2 {
        float: left !important;
        margin-bottom: 15px !important
    }

    .box-body .table th {
        padding: 10px 3px;
        font-size: 11px
    }

    .blog-home .page-title p {
        width: 100%
    }

    .product-detail-right {
        margin-top: 30px
    }

    .zoomLens {
        height: 120px !important;
        width: 120px !important
    }

    .zoomContainer,
    .zoomWrapper,
    .zoomWrapper img {
        height: 200px !important
    }

    .zoomWindowContainer>div {
        height: 200px !important;
        width: 260px !important
    }

    .zoomWrapper img {
        width: 35% !important
    }

    .interested h6 {
        font-size: 12px
    }

    .wrapper-content .table {
        width: 100%
    }

    .prod-image {
        width: 100%;
        margin-bottom: 0;
        height: 200px
    }

    .prod-image img {
        width: 150px;
        height: auto
    }

    .btn-group.stack-nav .btn {
        padding: 0 30px
    }

    .supp-detail {
        margin-top: 30px
    }

    .service-content h4 {
        font-size: 13px
    }

    .owl-carousel.owl-drag .owl-item .item {
        width: auto !important
    }

    #prod-slide .item {
        width: auto !important
    }

    #selct-category .owl-item,
    #selct-city .owl-item,
    #selct-filter .owl-item {
        width: auto !important
    }

    #custom-pagination {
        float: none
    }

    #prod-slide .owl-nav.disabled+.owl-dots {
        display: none
    }

    #related_products .owl-item .item {
        width: 250px !important
    }

    #related_products_carousel .owl-item .item,
    #related_services_carousel .owl-item .item {
        width: 250px !important
    }

    .customer-support h2 {
        margin-bottom: 30px !important
    }

    .related-ul li h4 {
        margin-bottom: 0
    }

    .right_logo_content .form-control {
        width: 150px
    }

    .right_logo_content ul li img {
        display: inline-block;
        margin-bottom: 10px !important;
        margin-top: 0
    }

    .or-download {
        width: 100%
    }
}

@media (max-width:575px) {
    h1 {
        font-size: 16px !important
    }

    h2 {
        font-size: 14px !important
    }

    .banner-text h3,
    .banner-text h6 {
        left: 0;
        font-size: 13px;
        line-height: 22px
    }

    .banner-home .form-control {
        margin-bottom: 10px;
        height: 40px
    }

    .banner-home .carousel-caption .input-group-append {
        height: 40px
    }

    .search-content h3 {
        font-size: 18px
    }

    .carousel-caption {
        top: 52% !important;
        left: 4.5%;
        right: 5%;
        overflow: visible
    }

    .right_logo_content ul li {
        line-height: 30px
    }

    .hand img {
        z-index: 0;
        width: 100%;
        display: none
    }

    .service-common-box {
        padding: 20px 20px 0
    }

    .owl-carousel .service-content {
        margin-bottom: 0;
        padding: 0 14px 20px
    }

    .choice_content img {
        margin-bottom: 10px;
        width: auto;
        height: 30px
    }

    .banner-text {
        display: none
    }

    .banner-home {
        height: 350px;
        margin-top: 40px
    }

    #searchCollapse {
        right: 55px
    }

    #searchbar .easy-autocomplete-container {
        position: relative
    }

    .get-started-list li {
        width: 100%
    }

    .get-started .close2 {
        top: 110px !important;
        visibility: hidden
    }

    #question-part1 .a-group-item-action {
        width: 100%
    }

    #question-part1 .checkcontainer {
        margin-bottom: 10px;
        line-height: 20px;
        padding-right: 10px;
        font-size: 14px;
        padding-left: 30px !important;
        letter-spacing: 1px
    }

    .details-list li {
        margin-bottom: 5px
    }

    .details-list li a {
        font-size: 13px
    }

    .category-content-boxx {
        padding: 10px
    }

    .btn-contact {
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: 8px
    }

    .contact-info li {
        float: none
    }

    .get-started {
        overflow-x: hidden
    }

    .banner-text-mobile {
        display: block !important
    }

    #searchbar .show-look2 {
        width: 100%;
        left: 10px;
        top: 205px
    }

    .toggleable__control:checked~.toggleable__content {
        top: 36px;
        width: 100%
    }

    .get-started .question-step1 {
        background-color: transparent;
        box-shadow: none;
        padding: 0
    }

    #question-part1 .checkmark,
    #question-part1 .radiobtn {
        height: 30px;
        width: 30px;
        top: 22px
    }

    #question-part1 .checkcontainer .checkmark:after,
    #question-part1 .checkcontainer .radiobtn:after {
        left: 9px;
        top: 4px;
        width: 8px;
        height: 16px
    }

    #question-part1 .a-group-item-action {
        min-height: 60px
    }

    .get-started .answer {
        padding: 5px;
        max-height: 100% !important;
        margin: 0
    }

    #buttonbtn {
        display: none
    }

    .mobile-get-started {
        display: block !important
    }

    .blocker {
        padding: 0 !important
    }

    .get-started {
        padding-top: 60px
    }

    .modal a.close-modal {
        top: 0 !important;
        right: 0 !important
    }

    .qcontact {
        display: block !important
    }

    .amenties .area-details li {
        width: auto;
        margin-right: 15px
    }

    .review-rating-tab .nav-pills .nav-link {
        font-size: 13px;
        padding: 10px
    }

    .review-rating-tab .tab-content>.tab-pane p span {
        margin-left: 0
    }

    .review-rating-tab .tab-content>.tab-pane {
        padding: 10px 15px
    }

    .progress-review {
        width: 60%
    }

    .rating-progress li span.label-title {
        width: 30%
    }

    .more-photo {
        padding: 25px 15px;
        line-height: 20px;
        font-size: 14px
    }

    .related-ul li h4 {
        font-size: 17px
    }

    .all-category {
        padding: 0
    }

    .single-detail-banner .carousel-caption .company-details li:first-child {
        border-right: 0;
        width: auto;
        float: left;
        font-size: 13px;
        margin-right: 15px
    }

    .area-details li {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px
    }

    .yellow-btn {
        width: 100%;
        float: none
    }

    .whList td {
        font-size: 12px;
        padding: 2px 6px !important
    }

    .bread-crumb .breadcrumb .breadcrumb-item::after {
        right: -5px
    }

    .bread-crumb .breadcrumb li.breadcrumb-item {
        padding: 3px 5px;
        margin-right: 5px
    }

    #about-property h3,
    .description h3 {
        font-size: 20px;
        margin-bottom: 0
    }

    .t_and_c {
        font-size: 12px
    }

    .detail-sub {
        font-size: 13px
    }

    .mySlides {
        width: auto
    }

    .description p {
        padding-top: 10px
    }

    .demo-gallery>ul>li {
        width: 50%
    }

    .price-details {
        width: 100%;
        clear: both;
        font-size: 16px !important;
        margin-top: 5px
    }

    .single-detail-banner .carousel-caption h1 {
        font-size: 25px
    }

    .add-lisitng-banner .page-title {
        padding: 0 0 50px
    }

    .add-lisitng-banner .listing-left ul li .image {
        width: 20%
    }

    .add-lisitng-banner .listing-left ul li .content {
        width: 70%
    }

    .add-listing-form {
        padding-top: 0
    }

    .add-listing-form .card .card-body p {
        font-size: 12px
    }

    .add-listing-form .card .card-body h5 {
        font-size: 14px
    }

    .add-lisitng-banner .listing-left ul li .content p {
        line-height: normal;
        font-size: 13px
    }

    .add-lisitng-banner .listing-left h2 {
        padding-top: 0;
        font-size: 18px
    }

    .add-lisitng-banner .listing-left ul li .content h5 {
        font-size: 15px
    }

    #progressbar li {
        line-height: normal
    }

    .business-profile label {
        font-size: 13px
    }

    .search-content ul li a {
        font-size: 12px
    }

    .search-content ul li {
        line-height: normal;
        padding-right: 8px;
        margin-right: 8px
    }

    .footer-links h3 {
        margin: 10px 0 0;
        font-size: 18px
    }

    .section-title h3 {
        font-size: 22px
    }

    .footer-links ul li a {
        font-size: 14px
    }

    #DataForm fieldset {
        padding: 15px;
        margin: 0;
        width: 100%
    }

    .fs-title {
        font-size: 14px
    }

    table.workingHourList.table-responsive {
        font-size: 14px
    }

    .enter_code_box .input-group {
        width: 100% !important
    }

    .available-service li {
        width: 100%
    }

    .all-blogs .card .modImage {
        height: auto
    }

    .single-blog h2 {
        font-size: 18px;
        margin-bottom: 10px !important
    }

    .comment-info li {
        width: 100%;
        border-right: none;
        margin-left: 4px !important
    }

    .comment-info li span.lnr {
        margin-right: 3px;
        font-size: 13px
    }

    .counter-div li {
        width: 30%;
        margin-bottom: 15px;
        margin-right: 5px
    }

    .blog-home .page-title h2 {
        font-size: 25px
    }

    .service_box {
        margin-bottom: 20px
    }

    #search-form .form-row .col-12 {
        padding: 0
    }

    .banner-title h1 {
        font-size: 22px
    }

    .banner-title h6 {
        font-size: 14px
    }

    ul.lookingForSearchContent {
        width: 100%;
        top: 42px
    }

    .how-we-work:before {
        left: 90%
    }

    .how-we-work .entries .entry .title {
        float: right;
        font-size: 16px;
        text-align: right;
        width: 100%
    }

    .how-we-work .entries .entry {
        width: calc(100% - 30px);
        padding: 20px 0
    }

    .how-we-work .entries .entry .title:before,
    .how-we-work .entries .entry:nth-child(2n) .title:before {
        right: -49px;
        display: none
    }

    .how-we-work .entries .entry .body {
        text-align: right
    }

    .how-we-work .entries .entry .title.big:before {
        right: -45px;
        display: none
    }

    .how-we-work .entries .entry:nth-child(2n) {
        float: none
    }

    .how-we-work .entries .entry:not(:first-child) {
        margin-top: 0
    }

    .how-we-work .entries .entry:nth-child(2n) .title:before {
        left: auto;
        display: none
    }

    #question-part1 .question-hint {
        bottom: 0;
        max-width: 160px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap
    }

    .get-started .question-step1 p {
        font-size: 12px;
        line-height: normal
    }

    .error-page .form-control {
        margin-bottom: 15px
    }

    .q-calltime {
        height: 30px;
        margin-bottom: 10px;
        float: none;
        width: 100%
    }

    .astronaut {
        top: 42vmin
    }

    .spaceship {
        width: 45vmin;
        bottom: 18vmin
    }

    .btn-back {
        font-size: 3.5vmin
    }

    #mobile-view-filter .nav-pills .nav-link {
        padding: 5px 3px;
        font-size: 13px
    }

    .interested {
        display: block;
        width: 90%
    }

    .interested .btn-primary {
        width: 100%
    }

    ul.seller-info {
        width: 100%;
        float: none
    }

    .seller-map {
        float: none;
        width: 100%
    }

    .zoomWindowContainer,
    .zoomWindowContainer>div {
        display: none !important
    }

    .zoomWrapper img {
        width: auto !important
    }

    .zoomContainer,
    .zoomWrapper,
    .zoomWrapper img {
        height: 250px !important;
        width: 90% !important
    }

    .zoomLens {
        display: none !important
    }

    .wrapper-content {
        padding: 15px
    }

    .popular_services {
        padding-top: 20px
    }

    .footer-links {
        margin-bottom: 15px
    }

    .prod-image img {
        width: 100%;
        height: 200px
    }

    .single-detail-banner .carousel-caption {
        top: 50% !important;
        transform: translate(0, -50%)
    }

    #modal-edit-this {
        min-width: auto;
        margin: 15px
    }

    #modal-edit-this h4 {
        font-size: 18px
    }

    #edu_carousel .owl-item,
    #event_carousel .owl-item,
    #healthandcare_carousel .owl-item,
    #homeandoffice_carousel .owl-item,
    #homeimprovement_carousel .owl-item,
    #related_products_carousel .owl-item,
    #related_services_carousel .owl-item {
        width: 190px !important
    }

    #related_products .owl-item {
        width: auto !important
    }

    #related_products .owl-item .item {
        width: 250px !important
    }

    #related_products h4,
    #related_products h6 {
        font-size: 13px
    }

    #related_products .btn-primary {
        font-size: 13px
    }

    #related_products .service-content p,
    #related_products .service-content small {
        font-size: 12px
    }

    #prod-slide .owl-item {
        width: 92px !important
    }

    .single-detail-banner .carousel-caption .company-details li a {
        top: 0
    }

    .mylocation-icon-1 {
        top: 7px;
        left: 15px
    }

    .banner-title {
        top: 30%
    }

    .not-verified-icon {
        display: inline-block
    }

    #related_products_carousel .owl-item .item {
        width: auto !important
    }

    #accordionCity {
        margin-bottom: 10px
    }

    .right_logo_content .form-control {
        width: 150px
    }

    .service-image img {
        height: auto;
        width: 100%
    }

    .service-image {
        height: auto
    }

    .owl-carousel .owl-nav {
        display: none !important
    }

    #toggleableCityBtn {
        line-height: 35px;
        padding: 0;
        margin-left: 0;
        font-size: 14px
    }

    #accordionCity>.card>.card-header {
        height: 40px !important;
        padding: 2px 15px !important
    }

    .view-all-services {
        padding: 0 0
    }

    #collapseOne .card-body {
        top: 42px !important
    }

    #edu_carousel .service-image,
    #event_carousel .service-image,
    #healthandcare_carousel .service-image,
    #homeandoffice_carousel .service-image,
    #homeimprovement_carousel .service-image,
    #related_products_carousel .service-image,
    #related_services_carousel .service-image {
        height: 100px
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 0;
        display: block
    }

    .owl-carousel .owl-nav.disabled {
        display: none !important
    }

    #related_products .service-image {
        height: 150px !important
    }

    #related_products_carousel .owl-item .item,
    #related_services_carousel .owl-item .item {
        width: auto !important
    }

    .progress-percent {
        line-height: 20px
    }

    .progress {
        height: 20px
    }

    .banner-location-sticky.sticky-search-bar {
        height: 120px
    }

    .dynamic_progress .progress-percent {
        right: -15%
    }

    .more-details li.brdleft {
        border: 0 !important;
        padding: 5px 0 !important
    }

    .more-details li {
        float: none !important;
        display: block !important;
        padding: 5px 0
    }

    #more-details h3 {
        height: 70px
    }

    .contactInfoDiv {
        float: none
    }
}

@media(min-width:320px) and (max-width:420px) {
    .supp-info {
        padding: 10px
    }

    .contact-button .btn-default {
        top: 0;
        font-size: 13px;
        padding: 7px
    }
}

@media (max-width:360px) {
    .right_logo_content .form-control {
        width: 130px
    }
}