/*Fonts*/
@font-face {
    font-family: 'TeXGyreAdventor';
    src: url('../fonts/TeXGyreAdventor-Regular.woff2') format('woff2'),
        url('../fonts/TeXGyreAdventor-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TeXGyreAdventor';
    src: url('../fonts/TeXGyreAdventor-Bold.woff2') format('woff2'),
        url('../fonts/TeXGyreAdventor-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



body{
  color: #222;
  font-family: 'TeXGyreAdventor';
}
.h1, h1 {
    font-size: 55px;
    color: #fff;
    font-weight: bold;
    margin: 20px 0;
}
p{
  font-family: 'TeXGyreAdventor';
}
a{
  transition: all ease-In-Out 0.3s;
  -webkit-transition: all ease-In-Out 0.3s;
  -moz-transition: all ease-In-Out 0.3s;
}
h1,h2,h3,h4,h5,h6{
font-weight: bold;
}

h2{
  font-size: 32px;
  color: #323234;
  font-weight: bold;
}
li{
  list-style: none;
}
:focus{
  outline: none !important;
  box-shadow: none !important;
}
a{
  text-decoration: none !important;
}
a:hover{
  color: #18225a;
}
.navbar-dark .navbar-nav .nav-link {
    color: #222 !important;
}
.navbar{
  border-bottom: solid 1px #eee;
  background: #fff;
  box-shadow: 0px 1px 1px #00000012;
}
.navbar-dark .navbar-brand{
  color: #222;
}
.location_slt {
    cursor: pointer;
    margin: 0 35px;
}
header input.form-control {
    width: 345px !important;
    border-radius: 30px;
    padding: 7px 15px 7px 35px;
}
header form{
  position: relative;
}
header form i {
    position: absolute;
    left: 15px;
    top: 11px;
    opacity: 0.7;
}
.btn_brdr {
    border: solid 1px #18225a;
    padding: 7px 20px;
    border-radius: 65px;
    color: #18225a;
    background: transparent;
    display: inline-block;
    font-weight: bold;
    padding: 8px 20px;
}
.btn_brdr:hover{
  color: #318237;
  background:transparent;
  border-color: #318237;
}
.marchnt {
    margin-right: 6px;
    margin-top: -2px;
}
.log_sign{
  float: right;
}
.category_nav {
    top: 67px;
}
.category_nav a.nav-link {
    font-size: 13px;
}
.drop_cate{
  cursor: pointer;
  font-size: 14px;
  width: 140px;
height: 44px;
background: #F8F8F8 0% 0% no-repeat padding-box;
border: 1px solid #EFEFEF;
text-align: center;
line-height: 40px;
}
.category_nav {
    background: #fff !important;
    border: none;
    box-shadow: none;
    z-index: 9;
    border-bottom: solid 1px #eee;
}
.action{
  display:block;
  margin:100px auto;
  width:100%;
  text-align:center;
}
.action a {
  display:inline-block;
  padding:5px 10px; 
  background:#f30;
  color:#fff;
  text-decoration:none;
}
.action a:hover{
  background:#000;
}
section.banner-sect {
    display: inline-block;
    width: 100%;
    background: #1E2946;
}
.right_img{
  width: 100%;
  float: right;
}
/*.slick-slider{
  background: #1E2946;
}*/
.slick-dots{
  bottom: -25px;
}
.slick-dots li.slick-active{
  width: 30px;
  height: 10px;
  border-radius: 8px;
  background: #FFFFFF; 
}
.slick-dots li{
  height: 8px;
  width: 8px;
  border-radius: 8px;
  background: #697084;
}
.slick-dots li button:before{
  display: none;
}
span.bg_text {
    display: inline-block;
    padding: 10px 30px;
    background: #000;
    border-radius: 18px;
    background: rgba(255,255,255,0.4);
    color: #fff;
}
.content_left p{
  color: #fff;
}
.banner-sect .col-lg-6 {
    display: flex;
    align-items: center;
}
main.wrapper {
    margin-top: 116px;
}
.list_cate li{
  display: inline-block;
  text-align: center;
  width: 12.1%;
  text-align: center;
  margin: 5px 0;
  transition: all ease-In-Out 0.3s;
  -webkit-transition: all ease-In-Out 0.3s;
  -moz-transition: all ease-In-Out 0.3s;
}
ul{
  padding: 0;
  margin: 0;
}
.list_cate li img {
    max-height: 85px;
    margin-bottom: 10px;
}
.list_cate li span{
  width: 100%;
  display: inline-block;
  color: #696969;
}
.feature_cate{
  background: #F9F9F9;
}
section{
  padding: 70px 0;
}
.pb_0{
  padding-bottom: 0;
}
.slick-slider{
  margin-bottom: 0;
}
.head_ttl {
    margin-bottom: 35px;
}
.view_all{
  color: #318237;
  font-size: 16px;
  font-weight: 600;
  opacity: 0.8;
}
.view_all:hover{
  opacity: 1;
  color: #318237;
}
.head_ttl .view_all{
  position: absolute;
  right: 0;
  top: 9px;
}
.head_ttl h2{
  position: relative;
  padding-right: 75px;
  width: 100%;
}
.right_img img{
  width: 100%;
}
.top_business .list_cate li {
    width: 181px;
    padding-right: 12px;
}
.top_business .list_cate li:last-child{
  padding-right: 0;
}
.list_cate figure {
    border: solid 1px #EAEAEA;
    padding: 35px 0;
    border-radius: 10px;
}
.bnr_sml {
    position: relative;
    background: #000;
    border-radius: 19px;
    padding: 25px 150px 25px 25px;
}
.bnr_sml img {
    position: absolute;
    right: 0;
    max-height: 175px;
    bottom: 0;
}
.bnr_sml h4, .bnr_sml p{
  color: #fff;
}
.btn_main {
    padding: 10px 30px;
    font-size: 16px;
    background: #fff;
    border-radius: 19px;
    display: inline-block;
}
.btn_main.btn_white{
  color: #18225A;
}
.feature_serv li {
    width: 274px;
    padding-right: 12px;
}
.feature_serv li:last-child{
  padding-right: 0;
}
.list_cate {
    text-align: center;
}
.feature_serv .list_cate figure {
    background: #F0F0F0;
}
.feature_serv .list_cate li img{
  max-height: 100px;
}
.brdr_site{
  position: relative;
}
.brdr_site:after{
  position: absolute;
  top: 0;
  width: 100%;
  height: 8px;
  content: '';
  background: #F5F5F5;
}
.card-img {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.card-title {
  margin-bottom: 0.3rem;
}

.cat {
  display: inline-block;
  margin-bottom: 1rem;
}

.fa-users {
  margin-left: 1rem;
}

.card-footer {
  font-size: 0.8rem;
}
.contests .card{
  border-radius: 10px;
}
.card-img{
  padding: 15px;
}
.card-body{
  padding: 15px;
}
.card-body p{
  font-size: 14px;
}
.card-footer {
    border-top: solid 1px #ddd !important;
}
.card .btn_brdr{
  font-size: 14px;
}
.card-footer small{
  margin-top: 10px;
}
.card-title{
  font-size: 20px;
  margin-bottom: 10px;
}
.list_cate li:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
a.btn_brdr.log_sign {
    position: absolute;
    right: 20px;
}

.social-icon {
    padding: 0;
    margin-bottom: 0px;
        float: right;
}

.social-icon li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}
.social-icon li i {
    font-size: 14px;
    color: #262725;
    border: solid 2px #ffffff;
    height: 31px;
    width: 31px;
    text-align: center;
    vertical-align: middle;
    border-radius: 100px;
    line-height: 27px;
    margin-right: 15px;
    transition: 1s;
    background: #fff;
}
.social-icon li i:hover {
    border: solid 2px #262725;
    color: #ffffff;
    background: #262725;
}

.phone-no i {
    position: relative;
    margin-right: 14px;
    font-size: 43px;
    top: 5px;
}
.phone-no {
    margin-top: -22px;
    text-align: right;
}
.footer-day-time {
    padding-bottom: 30px;
    border-bottom: 2px solid #7a6f6f;
    padding-top: 14px;
    margin-bottom: 55px;
}
.footer-day-time ul li {
    display: inline;
    margin-right: 20px;
}
.footer-day-time ul li:last-child {
    margin-right: 0px;
}
.phone-no a {
    color: #fff;
    font-family: PlayfairDisplay-Black;
    font-size: 34px;
    font-weight: bold;
}
.footer-top {
    background: #222;
    padding:50px 0 50px;
}
.footer-top h4 {
    font-size: 15px;
    text-transform: none;
    margin-bottom: 10px;
    color: #fff;
    font-weight: normal;
    opacity: 0.4;
}
.footer-top p {
    font-size: 14px;
    line-height: 2;
    color: #fff;
}
ul.address1 {
    display: inline-block;
    margin-top: 10px;
}

footer p {
  margin-bottom:0;
}
.footer-logo {
    display: block;
    margin-bottom: 32px;
}
.address1 li {
    list-style: none;
    position: relative;
    padding: 0px 0 14px 0;
    line-height: 26px;
    font-size: 14px;
}
ul.address1 span {
    position: absolute;
    width: 40px;
    max-width: 40px;
    left: 0;
}
.address1 li a {
    color: #fff;
    text-decoration: none;
}
ul.address1 i {
    width: 20px;
    position: absolute;
    left: 0px;
    text-align: center;
    font-size: 28px;
    top: 0;
}

ul.address1 i.fa-envelope {
    font-size: 18px;
    top: 4px;
}
footer ul.social-icon {
    float: left;
}
footer .social-icon li i:hover {
    background: #4b8800;
    border-color: #4b8800;
}

.footer-bottom {
    background: #222;
    padding: 15px 0px;
    text-align: center;
    border-top: solid 1px #333;
}
.footer-bottom ul li {
    display: inline;
    margin-right: 20px;
    font-size: 18px;
}
.footer-bottom ul li a{
    color:#fff;
}

.footer-bottom ul {
    float: right;
}

.footer-bottom ul li:last-child {
    margin-right: 0;
}
.copyright {
    font-size: 14px;
    color: #fff;
}
.upto_off .list_cate li img {
    height: 100%;
    width: 100%;
    max-height: none;
    margin: 0;
    max-height: 200px;
}
.upto_off .list_cate figure{
  padding: 0;
}
.category_nav a.nav-link:hover, .address1 li a:hover{
  color: #318237 !important;
}

.navbar-brand img {
    max-height: 40px;
}

.modal.left .modal-dialog {
  position:fixed;
  right: 0;
  margin: auto;
width: 470px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.right .modal-body {
  padding: 15px 15px 80px;
}

.modal.right.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
  right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
}

.modal-header {
  border-bottom-color: #eeeeee;
  background-color: #fafafa;
}
.modal-backdrop.fade.in {
    background: rgba(0,0,0,0.6);
    opacity: 1;
}
input.form-control {
    border: solid 1px #C6C6C6;
    height: 48px;
    border-radius: 10px;
    color: #545455;
}
.modal-log-sign p a{
  color: #308136;
  opacity: 
}
.modal-log-sign p{
  color: #333334;
}
.modal-log-sign .form-group label {
    opacity: 0.6;
    font-size: 14px;
    margin: 0;
}
.modal-log-sign .form-group span {
    top: -12px;
    position: absolute;
    background: #fff;
    padding: 0 7px;
    left: 5px;
    display: inline-block;
}
.modal-log-sign .form-group {
    position: relative;
    margin-bottom: 25px;
}
.modal-log-sign .modal-content {
    padding: 0 55px 0 30px;
}

.modal-log-sign form {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    position: relative;
    height: calc(100% - 115px);
}
.modal-header{
  background: none;
  border: none;
}
.modal-log-sign .modal-header {
    padding: 10px 15px 0px 15px;
}
img.eye_close {
    position: absolute;
    right: 15px;
    top: 14px;
    cursor: pointer;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color:#308136;
    box-shadow: none;
    margin-top: -2px;
}
.custom-checkbox .custom-control-input{
  box-shadow: none;
}
.custom-control-label::before, .custom-control-label::after{
  margin-top: -2px;
}
.custom-control-label {
    font-size: 14px;
    color: #18225A;
    cursor: pointer;
}
.custom-control-label a{
  text-decoration: underline !important;
  font-weight: 600;
  color: #18225A;
}
.btn-main{
  display: inline-block;
  padding: 9px 28px;
  background: #18225A;
  color: #fff;
  border: none;
  border-radius: 65px;
  transition: all ease-In-Out 0.3s;
  margin: 20px 0 10px 0;
}
.btn-main:hover {
    background-color: #308136;
    color: #fff;
}
.modal-log-sign .btn-main{
  width: 100%;
  padding: 15px 28px;
}
.need_help {
    color: #464E79;
    margin: 0 auto;
    width: 100%;
    display: inline-block;
    text-align: center;
}
img.cross {
    top: 20px;
    position: absolute;
    right: 25px;
    cursor: pointer;
}
.otp_flds .form-control {
    width: 70px;
    height: 65px;
    margin-right: 18px;
    text-align: center;
    font-size: 22px;
    color: #555556;
}
.invlid_error{
  color: #F84444 !important;
  margin-top: 14px;
}
.clr_blue{
  color: #18225A !important;
}
.send_otp{
  width: 100%;
  display: inline-block;
  text-align: center;
}
.position_f{
  position: absolute;
  bottom: 0;
  left: 0;
}
#varified p{
  margin: 16px 0 0 0;
  font-size: 15px;
}
#varified .modal-content {
    border-radius: 12px;
    padding: 20px 0;
}
.dbl_btn {
    bottom: 60px;
}
.btn_brdr.position_f {
    width: 100%;
    padding: 15px 28px;
}
.header input.form-control{
  height: auto;
}
.navbar-collapse.collapse.in {
    display: block;
}
.category_nav #navbarNav {
    display: inline-block;
}
.category_nav button.navbar-toggler {
    display: none;
}
.category_nav .row {
    display: inline-block !important;
    width: 100%;
}
.category_nav #navbarNav{
  display: inline-block !important;
  width: 100%;
}
span.drop_cate {
    display: inline-block;
    width: 150px;
}
.category_nav  ul.navbar-nav {
    float: right;
    margin-top: 5px;
}
.navbar-dark .navbar-toggler {
    background: #464E79;
}
span.or_line:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eee;
    content: '';
    top: 0px;
}
span.or_line {
    position: relative;
    margin: 26px 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.frgt {
    float: right;
}
.clr_grn{
  color: #318337 !important;
}
.or_line small {
    position: absolute;
    left: 50%;
    top: -14px;
    padding: 5px;
    background: #fff;
    display: inline-block;
    z-index: 1;
    transform: translate(-50%, 0px);
}
.resend_otp{
  width: 100%;
    padding: 15px 28px;
    margin-top: 20px;
}
.brdr_round .modal-content{
  border-radius: 10px;
}
#category_lst .modal-dialog {
    right: auto;
    left: 0;
    width: 320px;
    padding: 0;
}
#category_lst .modal-content{
  padding: 0;
}
#category_lst .modal-body{
  padding: 30px 0;
}
#category_lst a{
  display: inline-block;
  width: 100%;
  padding: 15px 15px;
  border-bottom: solid 1px #eee;
  color: #18202A;
}
#category_lst a:hover{
  background: #eee;
}
#category_lst a img {
    float: right;
    margin-top: 6px;
}
#category_lst img.cross {
    top: 5px;
    right: auto;
    z-index: 5;
    cursor: pointer;
    left: 325px;

}
.banner-sect .slick-next, .banner-sect .slick-prev {
    display: none !important;
}
.main_home .location_slt {
    margin: 0 15px;
}
.main_home header input.form-control {
    width: 260px !important;
    border-radius: 30px;
    padding: 7px 15px 7px 35px;
}
.main_home .navbar-nav .nav-link img {
    max-height: 25px;
}
.main_home .bnr_sml {
    padding: 40px 210px 40px 40px;
}
.main_home .bnr_sml p {
    font-size: 20px;
}
.main_home .bnr_sml h3{
  color: #fff;
}
.main_home .bnr_sml img {
    max-height: 225px;
}
.main_home header input.form-control {
    width: 245px !important;
}
.navbar-dark .navbar-nav .nav-link {
    font-size: 14px;
}
.location_slt {
    font-size: 14px;
}
header .btn_brdr {
    font-size: 14px;
}
.cate_main .slick-slide img {
    width: 100%;
}
.cate_main .banner-sect{
  background: none;
  padding: 0;
}
.cate_main .feature_cate .list_cate li{
  margin: 20px 0;
}
.cate_main .feature_cate{
  background: none;
}
.list_cate li{
  vertical-align: top;
}
.inner_tabs{
  margin: 30px 0;
}
.inner_tabs li{
  display: inline-block;
}
.inner_tabs a{
  color: #464E79;
  font-size: 14px;
  text-decoration: underline !important;
}
.main_home .feature_serv li {
    margin: 15px 0;
}
.sort_by {
    float: right;
    vertical-align: top;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 15px;
}
.sort_by img{
  margin-right: 2px;
}

/** filter **/
.card {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid #D2D2D9;
    border-radius: 13px;
border-radius: 0.37rem
}
.card-header {
padding: 0.75rem 1.25rem;
margin-bottom: 0;
background-color: #fff;
border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}
.filter-group .card-header {
    border-bottom: 0;
    background: none;
    border: none;
}
.card-header a{
color: #312B2B;
}
.card-header a i {
    transform: none;
    font-size: 18px;
    vertical-align: top;
    margin-top: 2px;
}
.card-header a i {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
}
.card-header a.collapsed i {
    transform: none;
}
.icon-control {
margin-top: 6px;
float: right;
font-size: 80%
}
.list-menu {
list-style: none;
margin: 0;
padding-left: 0
}
.list-menu a {
color: #343a40
}
a {
text-decoration: none !important;
background-color: transparent
}
.checkbox-btn {
position: relative
}
.checkbox-btn input {
position: absolute;
z-index: -1;
opacity: 0
}
.checkbox-btn input:checked~.btn {
border-color: #3167eb;
background-color: #3167eb;
color: #fff
}
.btn-light {
display: inline-block;
font-weight: 600;
color: #343a40;
text-align: center;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: #eee;
border: 1px solid #eee;
padding: 0.45rem 0.85rem;
font-size: 10px;
line-height: 1.5;
border-radius: 0.37rem
}
.btn-light:hover {
background-color: #fff;
border-color: #989898
}
.btn-medium {
font-size: 12px;
padding: 10px 22px;
display: inline-block;
margin-right: 20px;
letter-spacing: 2px;
border: 1px solid #157af6;
width: 100%
}
.highlight-button:hover {
background-color: #157af6;
border: 2px solid #157af6;
color: #fff
}
.custom-control {
position: relative;
display: block;
min-height: 1.5rem;
padding-left: 1.5rem
}
.filter-content.in {
    display: block;
}

.category_lst_sec .custom-control-label::before {
  top: 0.1rem;
  left: -1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border: none;
}
.category_lst_sec .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{
  background: url("../images/check-green.svg") 0 0 no-repeat !important;
}
/*.custom-control-label::after{
  background: url("../images/check-g.png") 0 0 no-repeat !important;
}*/
.custom-checkbox .custom-control-input:focus{
  box-shadow: none;
}

.custom-radio {}
  .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #fff;
    border: 2px solid #007bff;
  }
  .custom-control-label:hover.custom-control-label::before {
    box-shadow: 0px 2px 5px rgba(0, 117, 201, 0.6);
  }

  .custom-control-label::after {
    top: .4rem;
    left: -1.25rem;
    width: 1rem;
    height: 1rem;
  }
  
  
  .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
    background-color: #007bff;
    border-radius: 50%;
    border: 2px solid white;
  }
  
  .custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef;
    border: 2px solid #dee2e6;
  }
  
  .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: #e9ecef;
  }
  
  .custom-control-input:disabled:checked~.custom-control-label::after {
    background-color: #9ca0b1;
    background-image: none;
    border-radius: 50%;
        border: 2px solid #e9ecef;
  }
  
}




.category_lst_sec .sidebar_lst .card-body{
  padding: 0;
}
.category_lst_sec .custom-control-label {
    padding: 8px 20px 8px 30px;
    width: 100%;
}
.custom-control-input:focus~.custom-control-label::before{
  box-shadow: none;
}
/* .category_lst_sec .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
background-image: url("../images/check-green.svg") 0 0 no-repeat;
  }*/

.category_lst_sec .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background: url(../images/check-green.png) 0 0 no-repeat !important;
    left: 0;
    top: 9px;
    background-size: 22px !important;
    z-index: 1;
}
  .custom-control-label::after {
  top: -.1rem;
  left: -1.75rem;
  width: 2rem;
  height: 2rem;
  }

  .custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef;
    border: 2px solid #dee2e6;
  }
  
  .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: #e9ecef;
  }
  
  .custom-control-input:disabled:checked~.custom-control-label::after {
background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='25.412' height='19.855' viewBox='0 0 25.412 19.855'%3e%3cpath id='check' d='M22.6,3.8,8,19.4,1.4,11.7,0,12.9l7.9,9.3L24,5.1Z' transform='translate(0.703 -3.095)' fill='%239ca0b1' stroke='%239ca0b1' stroke-width='1'/%3e%3c/svg%3e ");
  }
.offr {
    padding: 8px 13px;
    background: #EAB626;
    position: absolute;
    left: 0;
    top: 10px;
    color: #fff;
    font-size: 12px;

}
.category_lst_sec .card-body {
    padding: 15px 0;
}
.category_lst_sec .card-img {
    padding: 0;
}
.category_lst_sec .card {
    border: none;
    margin-bottom: 18px;
}
.category_lst_sec .card ul li {
    display: inline-block;
    margin-right: 5px;
}
.btn_call {
    margin-top: 15px;
}
.category_lst_sec ul li a {
    color: #696969;
    font-size: 14px;
}
.category_lst_sec p{
  color: #6A6A6A;
}
.list-menu li{
  display: inline-block;
  width: 100%;
}
.category_lst_sec .sidebar_lst{
  border: 1px solid #D2D2D9;
border-radius: 13px;
}
.category_lst_sec .custom-control-label::after {
    background: url(../images/check-g.png) 0 0 no-repeat !important;
    background-size: 22px !important;
    top: 9px !important;
    left: 0 !important;
}
.sidebar_lst h2 {
    font-size: 18px;
    padding-right: 60px;
}
.sidebar_lst .head_ttl {
    margin-bottom: 0;
    padding: 18px 18px 0 18px;
}
.sidebar_lst h2 .view_all {
    font-size: 14px;
    top: 2px;
}
.box_cate {
    padding: 15px 0;
    border-bottom: solid 1px #ddd;
    display: inline-block;
    width: 100%;
}
.box_cate h5 {
    padding: 0 18px;
    font-weight: 600;
    font-size: 16px;
}
.sidebar_lst .filter-group .card-header {
    padding: 10px 18px;
}
.category_lst_sec .card-title {
    font-size: 18px;
}
.custom-radio .custom-control-label::before {
    border-radius: 50%;
}
.category_lst_sec .custom-control.custom-radio .custom-control-label::after {
    background: none !important;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    left: 0 !important;
    border: solid 1px #318337;
}
.custom-control.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background: #318337;
    border: none;
    left: 4px;
    top: 13px;
    width: 16px;
    height: 16px;
}
.category_lst_sec .custom-control.custom-radio {
    padding-left: 18px;
}
.sidebar_lst .card-header h6.title {
    font-weight: normal;
    margin: 0;
}
.category_lst_sec .custom-control.custom-radio .custom-control-label {
    font-size: 15px;
}
.category_lst_sec .custom-control.custom-radio .custom-control-label::before {
    left: 4px;
}
.filter_btn {
    border-radius: 10px;
}
.filter_btn{
  display: none;
}
.img1, .img2 {
    padding: 0 10px 0 80px !important;
}
.crd_img-slide small {
    position: absolute;
    background: #EAB626;
    font-size: 12px;
    color: #fff;
    padding: 7px 12px;
    position: absolute;
    top: 15px;
}
.crd_img-slide ul {
    position: absolute;
    bottom: 6px;
    z-index: 9;
    right: 15px;
}
.crd_img-slide ul li{
  display: inline-block;
  margin-left: 5px;
}
.crd_img-slide .verify img {
    width: auto;
    display: inline-block;
}
.crd_img-slide .verify {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    background: #318337;
    padding: 4px 10px;
    border-radius: 30px;
    font-size: 12px;
}
.crd_img-slide .verify img {
    width: auto;
    display: inline-block;
    margin-right: 4px;
    vertical-align: middle;
    margin-top: -3px;
}
.crd_img-slide ul li img {
    max-height: 30px;
}
.page_dtl.feature_serv li {
    width: 23.7%;
    padding: 0 6px;
}
.feature_serv .list_cate.no_bg li img {
    max-height: unset;
    width: 100%;
    margin:0;
}
.feature_serv .list_cate.no_bg figure {
    padding: 0;
    background: none;
    border-radius: 10px;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    position: relative;
}
.main_home .feature_serv .no_bg li {
    margin: 5px 0;
    width: 24.2%;
}
.dtl_list h2 {
    font-size: 20px;
}
.dtl_list .head_ttl {
    margin-bottom: 14px;
}
.pt-40 {
    padding-top: 40px;
}
img.play_btn {
    width: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.no_bg.list_cate {
    text-align: left;
}
.provide_dtl li{
  display: inline-block;
  width: 30%;
  position: relative;
  padding-left: 22px;
  font-size: 14px;
}
.provide_dtl li img {
    position: absolute;
    left: 0;
    max-height: 18px;
    top: 2px;
}
.provide_dtl {
    margin: 13px 0;
}
.detail_btns li{
  display: inline-block;
}
.detail_btns li .btn_brdr {
    padding: 8px 55px;
    margin-right: 10px;
    border-color: #CBCBCB;
        padding: 10px 55px;
}
ul.detail_btns {
    margin-top: 40px;
}
.loc{
  position: relative;
  padding-left:24px;
  font-size: 14px;
  margin-top: 16px; 
}
.loc img{
  max-height: 18px;
  position: absolute;
  left: 0px;
}
.service_description {
    padding-left: 6%;
}
.detail_btns li.more_list a {
    width: 45px;
    padding: 0;
    text-align: center;
    height: 45px;
    line-height: 42px;
}
.detail_btns li.more_list {
    width: auto;
    vertical-align: top;
}
.ttl_des:fist-child{
  margin-top: 50px;
}
.ttl_des {
    margin: 48px 0;
}
.ttl_des p {
    font-size: 14px;
    line-height: 30px;
}
.list-h li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    padding-left: 38px;
}
.list-h li img {
    max-height: 30px;
}
.ttl_des ul.list-h {
    margin-top: 22px;
}
.list-h li img {
    max-height: 30px;
    position: absolute;
    left: 0;
    top: 0;
}
.category_dtl_sec .head_ttl .view_all {
    top: 3px;
}
.ttl_des .list_cate figure {
    padding: 0;
    margin: 0;
    border: none;
}
.ttl_des .list_cate figure img {
    margin: 0;
}
.ttl_des .list_cate li{
  width: auto;
}
.ttl_des .list_cate {
    margin-top: 22px;
}
.redeem_refer {
    background: #F8F8F8;
    padding: 22px;
    border-radius: 13px;
}
.points_rdm {
    background: #fff;
    padding: 18px 18px 18px 80px;
    border-radius: 10px;
}
.points_rdm img {
    left: 32px;
    position: absolute;
    top: 20px;
    max-height: 40px;
}
.points_rdm{
  font-size: 14px;
}
.clr_red{
  color: #F84444;
}
.points_rdm .btn-main {
    margin: 10px 0 0 0;
    padding: 9px 22px;
}
.points_rdm .clr_grn{
  float: right;
}
.points_rdm .clr_grn {
    float: right;
    margin-top: 26px;
}
.see-points-sec .nav-tabs .nav-item.active .nav-link {
    color: #464E79;
    background-color: #fff;
    border: none;
    border-bottom: solid 2px #464E79;
    opacity: 1;
}
.see-points-sec .nav-tabs .nav-item {
    margin-bottom: -1px;
    border-bottom: solid 2px transparent;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-bottom: solid 2px #fff;
    border: none;
}
.see-points-sec .nav-tabs .nav-link {
    color: #464E79;
    opacity: 0.5;
    font-weight: bold;
    padding: 15px 22px;
    border-radius: 0;
}
.points_tab li {
    position: relative;
    padding-left: 70px;
    margin: 42px 0;
}
.points_tab img {
    position: absolute;
    left: 0;
    max-height: 55px;
}
.points_tab span, .points_tab strong {
    font-size: 14px;
}
strong.clr_grn {
    float: right;
}
ul.points_tab {
    position: relative;
}
ul.points_tab:after {
    position: absolute;
    left: 27px;
    top: 0;
    content: '';
    background: #eee;
    width: 1px;
    height: 100%;
    z-index: -1;
}
strong.clr_grn.clr_red {
    color: #F84444 !important;
}
.related_serv .card {
    position: relative;
    padding-left: 145px;
}
.related_serv .card img {
    position: absolute;
    left: 15px;
    width: 120px;
    height: auto;
    top: 20px;
}
.related_serv .btn-main, .comment_map b.btn-main{
    font-size: 10px;
    width: auto;
    padding: 5px 10px;
    display: inline-block;
    max-width: unset;
    border-radius: 6px;
    margin: 0;
    background: #E9B525;
}
.related_serv .card {
    position: relative;
    padding-left: 135px;
    border: none;
    background: #fff;
}
.related_serv{
  background: #f1f1f1;
}
.related_serv .card-title {
    font-size: 18px;
    margin: 7px 0 5px 0;
}
.related_serv .card-body p {
    color: #696969;
}
.related_serv h2{
  font-size: 20px;
}
.comment_map .btn-main img {
    margin-top: -5px;
}
.comment_lst span {
    font-size: 14px;
}
.prof_com img {
    position: absolute;
    left: -50px;
    top: 0;
    max-height: 40px;
}
.prof_com {
    position: relative;
    left: 50px;
}
.comment_lst p {
    font-size: 14px;
    margin: 18px 0 15px 0;
}
.comment_lst li {
    display: inline-block;
    margin-right: 18px;
    cursor: pointer;
    vertical-align: top;
    font-size: 14px;
}
.comment_lst li img {
    max-height: 25px;
    margin-top: -5px;
}
.brdr_btm{
  border-bottom: solid 1px #eee;
  padding-bottom: 25px;
}
.reply_msg{
  margin-left: 50px;
}
.main_coment li.btn_brdr {
    font-size: 14px;
    padding: 4px 10px;
    vertical-align: top;
    background: #F3F3F4;
    border: none;
    margin-top: -4px;
}
.comment_map h5 {
    display: inline-block;
}
.comment_map h5 span {
    font-size: 14px;
    font-weight: normal;
    opacity: 0.8;
}
.align-right {
    float: right;
    margin: 0;
}
.map_img img {
    width: 100%;
}
.top_step li {
    display: inline-block;
    padding: 0 18px;
    position: relative;
}
.top_step li:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background: #eee;
    top: 13px;
    right: -13px;
}
.top_step li:last-child:after{
  display: none;
}
.top_step li a{
  color: #323234;
  opacity: 0.5;
  font-size: 14px;
}
.top_step li.dark_op a{
  opacity: 1;
  font-weight: bold;
}
.top_step li a i{
  font-size: 16px;
}
.top_step li:first-child{
  padding-left: 0;
}
.top_step{
  margin: 20px 0 20px 0;
}
.group-cstm {
    position: relative;
    margin: 20px 0;
}
.group-cstm span {
    top: -12px;
    position: absolute;
    background: #fff;
    padding: 0 7px;
    left: 5px;
    display: inline-block;
    z-index: 1;
}
.group-cstm label {
    opacity: 0.6;
    font-size: 14px;
    margin: 0;
}
.group-cstm input.form-control, .group-cstm select {
    border: solid 1px #C6C6C6;
    height: 48px;
    border-radius: 10px;
    color: #545455;
    display: block;
    width: 100%;
    padding: 5px 15px;
    font-size: 14px;
    color: #545455;
    font-weight: bold;
} 
.group-cstm select{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
.icon_div {
    position: relative;
}
.icon_div:after{
  font-size: 20px;
  content:"\f0d7";
  position: absolute;
  right: 15px;
  top: 10px;
  font-family:'FontAwesome';
}
.custom-control-label::after {
    top: -4px;
    left: -32px;
    width: 2rem;
    height: 2rem;
    background-size: 10px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e);
}
.custom-control-label::after {
    /* background: url(../images/check-g.png) 0 0 no-repeat !important; */
}
select:disabled {
  opacity: 1 !important;
}
.group-cstm .custom-control.custom-checkbox label {
    opacity: 1;
    margin-top: 10px;
    font-size: 13px;
}
.vrify_txt {
    position: absolute;
    right: 15px;
    top: 14px;
    font-weight: bold;
}
.pr-input input.form-control {
    padding-right: 70px !important;
}
.text_msg{
  font-size: 13px;
  margin:10px 0 0 15px;
}
.group-cstm .custom-checkbox {
    margin-left: 15px;
}
.group-cstm textarea, .group-cstm .tag_field{
  border: solid 1px #C6C6C6;
  border-radius: 10px;
    width: 100%;
    padding: 5px 15px;
    font-size: 14px;
    color: #545455;
    font-weight: bold;
    resize: none;
    -webkit-resize: none;
    -moz-resize: none;
}
.group-cstm .tag_field{
  height: 117px;
}
.tag_input {
    display: inline-block;
    background: #eee;
    padding: 4px 10px;
    border-radius: 5px;
    margin: 10px 0;
    font-weight: bold !important;
}
.tag_input img {
    margin: -5px 0 0 2px;
    cursor: pointer;
}
.hours_radio.category_lst_sec .custom-control.custom-radio{
  padding-left: 0;
}
.hours_radio .custom-control.custom-radio {
    display: inline-block;
}
.working_hours select {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
    font-size: 14px;
    padding: 1px 4px;
}
.working_hours .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
    margin: 0 0 0 10px;
}
.working_hours .table-bordered td:nth-child(2){
  text-align: center;
}

.working_hours .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.working_hours table{
  margin: 20px 0 10px 0;
}
.working_hours .table-bordered td:last-child {
    text-align: right;
}

.working_hours .slider {
    position: absolute;
    cursor: pointer;
    top: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    height: 18px;
}

.working_hours .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 0px;
    bottom: 0;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.working_hours .table-bordered td, .table-bordered th {
    border: none;
    font-size: 14px;
}
.working_hours .table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

.working_hours input:checked + .slider {
  background-color: #318337;
}

.working_hours input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.working_hours input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.working_hours .slider.round {
  border-radius: 34px;
}

.working_hours .slider.round:before {
  border-radius: 50%;
}
.working_hours table {
    margin: 20px 0 20px 0;
    background: #EAEAEA;
    border-radius: 10px;
    border: none;
}
.grey_btn {
    border-color: #B9B9B9;
    color: #B9B9B9;
    padding: 9px 20px;
}
.group-cstm .grey_btn, .group-cstm .btn-main{
  width: 200px;
  text-align: center;
  margin-right: 10px;
}
.main_map{
  width: 100%;
  margin-top: 20px;
}
.group-cstm .detail_map {
    position: relative;
    padding: 0;
    top: auto;
    left: auto;
    cursor: pointer;
}
.map_icon{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.up_opt input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 2;
    cursor: pointer;
    background: transparent;
    opacity: 0;
}
.up_opt p span {
    font-size: 30px;
    display: block;
    line-height: 30px;
    color: #318337;
}
.up_opt p{
  position: absolute;
  left: 50%;
  top: 50%;
  transform:translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  -moz-transform:translate(-50%, -50%);
  margin: 0;
  font-size: 13px !important;
  width: 100%;
  text-align: center;
}
.up_opt {
    width: 115px;
    height: 100px;
    border: 1px solid #707070;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
}
.up_opt img{
  height: 100%;
  width: 100%;
}
.up_opt small {
    position: absolute;
    top: 2px;
    right: 5px;
    display: inline-block;
    cursor: pointer;
}
.business_bnr p {
    font-size: 14px;
    color: #333334;
}
.upload_cls h6 {
    margin: 18px 0;
}
.social-icon img {
    width: 24px;
}
header .dropdown.open .dropdown-menu {
    display: block;
}
header .dropdown-toggle::after{
  display: none;
}
header .dropdown-menu {
    min-width: 200px;
    right: 0;
    left: auto;
    width: 306px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #00000012;
    border-radius: 0px 0px 7px 7px;
    top: 53px;
}
.dropdown-item.rdm_points {
    background: transparent linear-gradient(83deg, #1E2946 0%, #454F6C 100%) 0% 0% no-repeat padding-box;
    border-radius: 8px;
    padding: 15px;
    font-size: 14px;
    color: #fff;
}
.rdm_points img {
    margin-top: -5px;
}
.dropdown-item.rdm_points a {
    color: #323234;
    float: right;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 14px;
    padding: 4px 10px;
    margin-top: -4px;
}
.dropdown-menu ul {
    padding: 10px 20px;
}
.dropdown-menu ul a {
    letter-spacing: 0.28px;
    color: #18202A;
    font-size: 14px;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}
.dropdown-menu ul {
    padding: 10px 20px;
    border-bottom: solid 1px #eee;
}
.dropdown-menu ul:last-child{
  border-bottom: 0;
}
.outer_space {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
}
.frgt {
    margin-bottom: 20px;
}
#modal-login input::placeholder {
    color: #C0C0C4;
}
.social_m_link span img {
    position: absolute;
    left: 15px;
    top: 7px;
}
.social_m_link span {
    position: relative;
    margin: 10px 0;
    display: inline-block;
    width: 100%;
}
.social_m_link input {
    padding: 5px 15px 5px 60px;
}
.text_img_up {
    display: inline-block;
    width: 125px;
    height: 100px;
}
span.up_text {
    text-align: center;
    display: inline-block;
    width: 100%;
}
.mdl-sm p{
  font-size: 14px;
  opacity: 0.8;
  margin-top: 12px;
}
#pricing .card {
    background: #FAFAFA !important;
    border-radius: 13px !important;
    border: none !important;
}
#pricing .card:hover{
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
#pricing .card-header {
    background-color: transparent;
    border-bottom: dashed 1px #ddd;
}
#pricing .card-body{
  background: transparent;
  text-align: left;
}
#pricing .modal-dialog {
    max-width: 950px;
}
#pricing li span {
    position: absolute;
    left: 0;
    top: 5px;
    width: 22px;
    height: 22px;
    background: #318337;
    border-radius: 50%;
    text-align: center;
    color: #ffff;
    font-size: 11px;
    line-height: 20px;
}
#pricing li {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    color: #696969;
}
#pricing ul.nav {
    text-align: center;
    width: 100%;
    display: inline-block;
    border: none;
    margin: 5px 0 32px 0 !important;
}
#pricing ul.nav li{
  display: inline-block;
    padding: 0;
    width: 150px !important;
}
#pricing ul.nav li a{
  border-bottom: solid 2px #ddd; 
  display: inline-block;
  width: 100%;
  font-weight: bold;
  opacity: 0.5;
  color: #464E79;
}
#pricing ul.nav li.active a {
    display: inline-block;
    color: #464E79;
    border-bottom: solid 2px #464E79;
    opacity: 1;

}
#pricing .ttl_head p {
    font-size: 16px;
    font-weight: bold;
}
#pricing .ttl_head {
    padding-top: 20px;
}
#pricing .card-body .btn-main{
  width: 240px;
  text-align: center;]
}
#pricing .card{
  transition: all ease-In-Out 0.3s;
  -wekit-transition: all ease-In-Out 0.3s;
  -moz-transition: all ease-In-Out 0.3s;
}
#pricing .card:hover {
  background-image: linear-gradient(#727BAF, #575E87, #424A78) !important;
}
#pricing .card:hover .card-body{
  background-image: linear-gradient(#727BAF, #575E87, #424A78) !important;
} 
#pricing .card:hover h5, #pricing .card:hover h6{
  color: #fff;
}
#pricing .card:hover li{
  color: #fff;
}
#pricing .card:hover .btn-main{
  background: #fff;
  color:#464E79;
}
#pricing .card:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,0.9)!important;
}
#pricing .card .card-header {
    position: relative;
}
#pricing .card small {
    position: absolute;
    right: 20px;
    bottom: 15px;
    background: #eeee;
    padding: 3px 12px;
    border-radius: 13px;
    font-size: 12px;
}
#pricing .card small img {
    margin-top: -4px;
}
.site-table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-radius: 14px 14px 0 0;
    border: solid 1px #000;
    overflow: hidden;
}
.site-table td, .site-table th {
    font-size: 14px;
    padding: 15px;
    text-align: center;
}
.site-table tbody {
    border: solid 2px #ddd;
}
.sm-img {
    /* max-height: 28px; */
    border-radius: 5px;
    max-width: 35px;
    margin-right: 8px;
    margin-top: -5px;
}
table i.fa.fa-ellipsis-v {
    transform: rotate(90deg);
}
.srch_add {
    float: right;
    margin-bottom: 10px;
}
.srch_add span {
    /* display: flex; */
    /* margin-left: auto; */
    width: 300px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}
.srch_add span i {
    position: absolute;
    left: 15px;
    top: 13px;
}
.srch_add input.form-control {
    padding-left: 40px;
    border-radius: 35px;
    height: 42px;
}
.site-table td .btn-main {
    font-size: 10px;
    padding: 5px 20px;
    margin: 0;
    background: #318337;
}
.text_wthbg {
    background: #F8F9FF;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 36px;
    font-weight: bold;
    font-size: 14px;
    margin: 10px 0;
}

/**** Responsive css ********/

@media (max-width: 1199px){
.list_cate li img {
    max-height: 70px;
    margin-bottom: 10px;
}
.list_cate li span {
    font-size: 14px;
}
.list_cate li {
    width: 12%;
}
.top_business .list_cate li {
    width: 111px;
    padding-right: 12px;
}
.bnr_sml p {
    font-size: 14px;
}
.btn_main {
    padding: 9px 25px;
    font-size: 15px;
    font-weight: bold;
}
.feature_serv .list_cate li {
    width: 229px;
}
.card-footer {
    padding: 10px 15px;
}
.card .btn_brdr {
    font-size: 13px;
    padding: 6px 6px;
    height: auto;
    line-height: normal;
}
.card-footer strong img {
    max-height: 14px;
}
section {
    padding: 55px 0;
}
.location_slt {
    margin: 0 20px;
}
header input.form-control {
    width: 280px !important;
}
.main_home header input.form-control {
    width: 220px !important;
}
header .btn_brdr {
    padding: 7px 15px;
}
.main_home .location_slt {
    margin: 0 5px;
}
.main_home header input.form-control {
    width: 175px !important;
}
.main_home .feature_serv .no_bg li {
    width: 24.1%;
}
.map_img{
  margin-top: 20px;
}
.marchnt {
    margin-right: 2px;
    margin-top: -2px;
}

.main_home header input.form-control {
    width: 160px !important;
}
.location_slt img {
    max-height: 14px;
    margin-top: -4px;
}
.bnr_sml p {
    font-size: 14px;
}
.btn_main {
    padding: 9px 25px;
    font-size: 15px;
    font-weight: bold;
}
header .btn_brdr {
    padding: 7px 12px;
    font-size: 13px;
}
.upto_off .list_cate li img {
    max-height: 165px;
}
.navbar-dark .navbar-nav .nav-link {
    font-size: 13px;
    padding: 4px 6px;
}
.location_slt {
    font-size: 13px;
}
}

@media (max-width: 991px){
  .h1, h1 {
    font-size: 45px;
}
.list_cate li {
    width: 11.8%;
}
.list_cate figure {
    padding: 12px 0;
}
.bnr_sml {
    margin: 10px 0;
}
h2 {
    font-size: 28px;
}
.category_nav ul.navbar-nav {
    display: inline-block;
}
.category_nav ul.navbar-nav li {
    display: inline-block;
}
.category_nav a.nav-link {
    padding: 9px 6px;
}
.order-2 {
    -ms-flex-order: 1;
    order: 1;
}
.order-1 {
    -ms-flex-order: 2;
    order: 2;
}
header input.form-control {
    width: 200px !important;
}
.location_slt {
    margin: 0px 6px;
    font-size: 14px;
}
header .btn_brdr {
    padding: 7px 10px;
    font-size: 14px;
}
.service_description{
  margin-top: 10px;
}
.related_serv .card img {
    width: 80px;
}
.related_serv .card {
    padding-left: 100px;
}
.service_description{
  padding-left: 0;
}
h2 {
    font-size: 22px;
}
.head_ttl {
    margin-bottom: 18px;
}
.feature_serv .list_cate li img {
    max-height: unset;
}
.main-home .feature_serv .list_cate li img{
  max-height: 70px;
}
.feature_serv .list_cate li {
    width: 169px;
}
.main-home .feature_serv.upto_off .list_cate li img {
    max-height: 115px;
}
.navbar-expand-md .navbar-toggler {
    display: block;
}
.header .navbar-collapse.in {
    display: block !important;
    z-index: 9999;
    position: absolute;
    left: 0;
    top: 67px;
    background: #fff;
    width: 100%;
    padding: 10px 15px;
}
.header .navbar-collapse{
  display: none !important;
}
.header .navbar {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
header .btn_brdr {
    padding: 7px 10px;
    font-size: 12px;
    display: inline-block;
}
.main_home header input.form-control {
    width: 170px !important;
    margin: 0;
}
.navbar-dark .navbar-nav .nav-link {
    font-size: 13px;
    padding: 4px 3px;
}
.navbar-dark .navbar-nav .nav-item {
    display: inline-block;
}
header .btn_brdr {
    padding: 10px 8px;
    font-size: 12px;
    display: inline-block;
}
.marchnt {
    margin-top: -6px;
    max-height: 14px;
}
.header form.form-inline {
    display: inline-block;
    margin: 0 !important;
    vertical-align: top;
}
.navbar-expand-md .navbar-nav{
  display: inline-block !important;
}
.feature_serv .list_cate li img {
    max-height: 70px;
}
.contests .card {
    margin: 10px 0;
}
.right_img img {
    width: 480px;
    margin: 0 auto;
}
.content_left {
    margin-bottom: 15px;
}
}


@media (max-width: 767px){
.h1, h1 {
    font-size: 40px;
}
.list_cate li {
    width: 17.8%;
}
.top_business .list_cate li {
    width: 98px;
}
.top_business .list_cate li img {
    max-height: 60px;
}
.bnr_sml {
    margin: 5px 0;
}
.feature_serv .list_cate li img {
    max-height: 60px;
}
section {
    padding: 45px 0;
}
span.drop_cate {
    width: 125px;
}
.category_nav a.nav-link {
    padding: 6px 3px;
}

.filter_btn{
  display: inline-block;
}
.ttl_des {
    margin: 20px 0;
}
.feature_serv .list_cate li {
    width: 124px;
}
.main-home .feature_serv .list_cate li img {
    max-height: 60px;
}
.main-home .feature_serv.upto_off .list_cate li img {
    max-height: 85px;
}
.main_home .header form.form-inline {
    width: 65%;
}
.main_home header input.form-control {
    width: 100% !important;
}
.main_home header .btn_brdr {
    float: right;
}
li.nav-item.dropdown {
    float: right;
}
.main_home .navbar-expand-md .navbar-nav {
    width: 100%;
    margin-top: 10px;
}
.header form.form-inline {
    margin-bottom: 10px !important;
    width: 100%;
}
header input.form-control {
    width: 100% !important;
}
a.btn_brdr.log_sign {
    bottom: 10px;
}
.main_home .bnr_sml p {
    font-size: 16px;
}
.card.sidebar_lst {
    position: absolute;
    top: 0;
    z-index: 3;
    display: none;
}
}

@media (max-width: 575px){
  .h1, h1 {
    font-size: 32px;
    margin: 12px 0;
}
.right_img img {
    width: 100%;
}
.list_cate li {
    width: 30%;
}
.top_business .list_cate li {
    width: 49%;
    padding: 0 3px;
}
.top_business .list_cate li {
    width: 49.2%;
    padding: 0 3px;
}
.feature_serv.upto_off .list_cate li img {
    max-height: unset;
}
.bnr_sml img {
    display: none;
}
.bnr_sml {
    padding: 20px;
}
.category_nav ul.navbar-nav {
    display: none;
}
.main_home .bnr_sml {
    padding: 25px;
}
ul.detail_btns {
    margin-top: 15px;
}
.main_home .feature_serv .no_bg li {
    width: 49%;
}
.list-h li {
    margin: 0 4px 15px 0;
}
.list-h li:last-child{
  margin: 0;
}
.ttl_des p {
    margin: 0;
}
.feature_serv .list_cate li {
    width: 49.2%;
    padding: 0 3px;
}
.main-home .feature_serv.upto_off .list_cate li img {
    max-height: unset;
}
.main_home .header form.form-inline {
    width: 63%;
}

}

@media (max-width: 479px){
.navbar-collapse.collapse.in {
    padding: 10px 10px;
}
.header .btn_brdr {
    padding: 7px 10px;
    font-size: 13px;
}
a.btn_brdr.log_sign {
    position: static;
    vertical-align: top;
}
.modal-log-sign .modal-dialog{
  width: 100% !important;
}
.modal-log-sign .modal-content {
    padding: 0 8px;
}
#category_lst img.cross {
    right: 14px;
    left: auto;
}
.bottom-dtl li{
  width: 100%;
  margin: 5px 0;
}
.provide_dtl li {
    width: 49%;
}
.detail_btns li .btn_brdr {
    padding: 10px 25px;
}
.main_home .header form.form-inline {
    width: 100%;
}
.main_home header .btn_brdr {
    float: left;
}
.navbar-dark .navbar-nav .nav-item.dropdown {
    width: 100%;
}
header .dropdown-menu {
    width: 300px;
}