body {
	font-family: Candara, 'Roboto', Gill Sans, sans-serif;
	font-weight: 400;
	line-height: 30px;
	color: #333;
	font-size: 16px;
}
a, a:hover {
	color: #023a91;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 auto 20px;
	font-weight: 600;
	color: #000;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
li {
	margin: 0 auto 15px;
}
p {
    margin: 0 auto 20px;
    color: #686868;
    font-size: 16px;
    line-height: 25px;
}
img {
	max-width: 100%;
}
.light-blue {
	background: #edf6fa;
}
.dark-blue {
	background: #00234b;
}
.theme-color {
	background: #d9f0fc;
}
.table-wrap tr th {
    background: #122563;
    color: #fff;
    border-left: 2px solid #122563;
    font-weight: 500;
}
table {
    width: 100%;
    border: 1px solid #ccc;
}
table th, td {
    padding: 8px 15px;
    border-left: 2px solid #ccc;
}
.table-wrap {
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    overflow: auto;
}
tbody {
    margin-bottom: 25px;
}
.btn {
	background: #457B7A;
	border-radius: 10px;
	color: #fff;
	font-size: 28px;
	border: 0;
	padding: 13px 30px;
	vertical-align: middle;
	margin-right: 10px;
}
.btn span {
	vertical-align: middle;
}
.btn-lg {
	padding: 10px 42px;
}
.btn:hover, .btn:focus {
	background: #589D9C;
	border: 0;
	outline: 0;
	color: #fff;
}

img {
	max-width: 100%;
}
.section-padding {
	padding: 25px 0;
}
.header {
	padding: 15px 0;
}
nav.navbar {
    padding: 0;
}
.breadcrumb {
    padding: 0 0;
    list-style: none;
    text-align: left;
    gap: 1px;
    float: left;
    overflow: hidden;
    margin: 0;
    font-size: 14px;
}
.breadcrumb-item + .breadcrumb-item::before {
	color: #fff;
}
li.breadcrumb-item {
    margin: 0;
    font-weight: 600;
}
li.breadcrumb-item {
    color: #fff;
}
.breadcrumb-item.active {
	color: #08a8ff;
  }
.breadcrumb-nav {
	overflow: hidden;
}
.breadcrumb-nav a {
	color: #E8E8E8;
}
.breadcrumb-nav a:hover {
	color: #08a8ff;
}
#header {
    background: #fff;
    will-change: transform;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    z-index: 99;
    position: relative;
}
#header.sticky {
	position:fixed;
	top:0;
}
#header.sticky .logo img {
	width: 107px;
}
.logo {
    max-width: 200px;
}
@-webkit-keyframes fadeHeaderInDown {
0% {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
}
100% {
opacity:1;
-webkit-transform:translate3d(0, 0, 0);
}
}
@-moz-keyframes fadeHeaderInDown {
0% {
opacity:0;
-moz-transform:translate3d(0, -100%, 0);
}
100% {
opacity:1;
-moz-transform:translate3d(0, 0, 0);
}
}
@-o-keyframes fadeHeaderInDown {
0% {
opacity:0;
-o-transform:translate3d(0, -100%, 0);
}
100% {
opacity:1;
-o-transform:translate3d(0, 0, 0);
}
}
@keyframes fadeHeaderInDown {
0% {
opacity:0;
transform:translate3d(0, -100%, 0);
}
100% {
opacity:1;
transform:translate3d(0, 0, 0);
}
}
#header.sticky, .fadeHeaderInDown {
	-webkit-animation-name:fadeHeaderInDown;
	-moz-animation-name:fadeHeaderInDown;
	-o-animation-name:fadeHeaderInDown;
	animation-name:fadeHeaderInDown;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:22;
	background:#fff;
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 60px;
}
#header:not(.is-alternate) {
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
}
#header.sticky .pt-4 {
	padding-top: 0 !important;
}

header .nav-link {
    color: #5c5c5c;
    padding: 24px 16px !important;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #0280c4;
}
li.nav-item {
    margin-bottom: 0;
}
a.nav-link img {
    padding-right: 5px;
}
.submenu.custom {
    display: none;
}
.nav-item:hover .nav-link {
	color: #08a8ee;
}
.nav-item:focus .nav-link {
	color: #08a8ee;
}
header .sub-menu li a i {
    line-height: 30px;
}
.submenu .nav-link {
	color: #000;
}
.nav-item:hover .submenu {
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 6;
    list-style: none;
    color: #000;
}
li.nav-item.menu-item.menu-item-has-children {
    position: relative;
}


.banner-sec {
	background:#124076;
}
.banner-text h1 {
	color: #fff;
}
.banner-text p {
    color: #fff;
    font-size: 18px;
}
.banner-category-box {
    padding-top: 10px;
}
.text-city {
	color: #ffea00;
	font-style: italic;
}
.text-blue {
	color: #1679AB;
}
.text-city:hover {
	color: #fff;
}

a.btn.btn-secondary.dropdown-toggle {
    padding: 3px 15px;
    font-size: 15px;
    background: #fff;
    color: #000;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 210px;
}
.search-btn {
    margin-left: 6px;
}
.search-box {
    border: 1px solid #ffffff3d;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.sm-p {
	font-size: 14px !important;
}
button.btn-search-now {
    border-radius: 3px;
    font-size: 15px;
    padding: 6px 20px;
    color: #fff;
    background: #08a8ee;
    border: 0;
}
button.btn-search-now:hover {
	background: #08bcff;
}
.select-city select {
    border-radius: 30px;
    padding: 3px 15px;
	margin-right: 10px;
}

.menu-item-has-children>.nav-link:after, .menu-item-has-megamenu>.nav-link:after {
    display: inline-block;
    margin-left: 4px;
    content: "\f0d7";
    font-family: 'FontAwesome';
    font-weight: 900;
}

.navbar-toggler {
	background-color:#08a8ee;
}


.menu-item-has-children .sub-menu {
    /* display: none; */
    position: absolute;
    z-index: 999;
    top: 100%;
    width: auto;
    transform: translateY(12px);
    visibility: hidden;
    background-color: #fff;
    transition: all .3s;
    opacity: 0;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.menu-item-has-children:hover>.sub-menu {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
    display: block;
}
.menu-item-has-children:hover>.sub-menu li a {
    display: flex;
    gap: 8px;
}
.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu {
    left: 100%;
    top: 0;
}
.sub-menu li {
    list-style: none;
    margin-bottom: 0;
}
.sub-menu li a {
    display: block;
    padding: 8px 16px;
    text-decoration: none;
    color: #333;
    transition: 0.3s all;
    text-wrap: nowrap;
}
.sub-menu li a:hover {
    background-color: #08a8ee;
	color: #fff;
}

/*------------------*/

.text-style {
	color: #121481;
    font-style: italic;
}
.best-card {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    position: relative;
    background-color: #fff;
	transition: 0.5s all;
}
span.best-number {
    position: absolute;
    left: -13px;
    background: #0280c4;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    line-height: 0;
}
.best-card h5 {
    color: #0280c4;
    margin-bottom: 5px;
    margin-top: 10px;
}
.section-hedding {
    margin-bottom: 40px;
}
ul {
	list-style: none;
}
.service-list {
	list-style: none;
	padding-left: 0;
}
ul.service-list li {
	margin-bottom: 10px;
	display: flex;
	align-items: baseline;
}
ul.service-list li i {
    padding-right: 5px;
}
ul.service-list li a:hover {
    color: #0280c4;
}
ul.service-list li a {
	color: #4D4D4D;
	transition: 0.5s all;
	display: flex;
	align-items: baseline;
	line-height: 23px;
}
.best-card:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 3.95px 15.6px;
} 	
i.fa.fa-pen-to-square:before {
    content: "\f044";
}
i.fa.fa-chalkboard:before {
    content: "\f51b";
}
i.fa.fa-house:before {
    content: "\f015";
}
i.fa.fa-city:before {
    content: "\e587";
    font-family: 'FontAwesome';
}
i.fa.fa-location-dot:before {
    content: "\f041";
}
.fa-check:before {
    content: "\f058" !important;
    font-family: 'FontAwesome';
}
i.fa.fa-award:before {
    content: "\fa059";
    font-family: 'FontAwesome';
}

.text-line {
	text-decoration: none;
}
ul.city-list-item {
    padding: 0;
    columns: 2;
}
ul.city-list-item li i {
	padding-right: 7px;
}
ul.city-list-item li {
    padding: 0;
    margin-bottom: 4px;
}
ul.city-list-item li a {
    color: #4D4D4D;
	transition: 0.5s all;
}
ul.city-list-item li a:hover {
    color: #0280c4;
}


.selectstyle.dark .ss_button {
	color: #000 !important;
	border: 0px solid #ccc;
	background: #fff !important;
	padding-left: 15px !important;
}
.ss_button {
    color: #595959;
    border: 1px solid #cbcbcb;
    border-radius: 7px !important;
    width: 136px;
    cursor: pointer;
    text-decoration: none;
    background: none;
    padding: 0 !important;
    overflow: hidden;
    clear: both;
    display: inline-block;
    vertical-align: top;
    font-size: 14px !important;
    font-weight: 500 !important;
}
.selectstyle.dark .ss_image:before {
    content: "\f078";
    font-family: 'FontAwesome';
    right: 20px;
    position: absolute;
    top: 7px;
    color: #555;
}
.ss_text {
    white-space: normal;
    text-overflow: ellipsis;
    text-indent: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 203px !important;
}
.selectstyle.dark .ss_button {
    color: #eee;
    border: 0px solid #ccc !important;
    background: #5B5B5B;
    width: 229px !important;
}
.ss_ulsearch {
    margin: 0;
    margin-top: 0 !important;
    width: 230px !important;
    max-height: auto !important;
}
.selectstyle.dark .ss_ulsearch {
    background: #fff !important;
    border-color: #fff !important;
    padding: 0 !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}
.selectstyle.dark .ss_ul {
    background: #fff !important;
    border-color: #333;
    color: #000;
}
.selectstyle.dark .ss_ulsearch .ss_ul {
    width: auto !important;
    box-shadow: 0 1px 5px 1px rgba(255,255,255,0.15);
}
.selectstyle.dark .ss_ul li {
    color: #000 !important;
}
.selectstyle.dark .ss_ul li:hover {
    border: none;
    background: #08a8ee !important;
    color: #fff !important;
}
.selectstyle.dark .ss_ul li {
    color: #000 !important;
    margin: 0;
    padding: 3px 16px;
}
.selectstyle.dark {
    position: relative;
    width: 232px !important;
}
.selectstyle.dark:nth-child(2)::after {
	content: "\f03a";
}
.selectstyle.dark::after {
	position: absolute;
	top: 6px;
	left: 11px;
	content: "\f3c5";
	font-family: fontawesome;
	font-size: 13px;
}
.best-images {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    border: #fff solid 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 4px 20px 20px;
}
.best-small-image {
    position: absolute;
    top: 40px;
    right: 25%;
}
.best-small-image {
    background: #f3fafd;
    padding: 20px;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.best-firm-box {
    position: relative;
}

.best-small-image.travel-images {
    left: -38px;
    right: auto !important;
    top: 40px !important;
}
i.fa.fa-plane-up:before {
	content: "\e22d";
}


/* --------Category----------- */

.banner-text-category p {
    color: #000;
}
.category-top {
    /* color: #000; */
    font-weight: 600;
}
.sm-box-top {
	border: 2px solid #ccc;
	border-radius: 10px;
	padding: 10px 30px;
	position: relative;
	bottom: 22px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.sm-box-top h6 {
	margin-bottom: 0;
	font-weight: normal;
}
.category-bg-box {
    padding: 25px;
    border: 1px solid #eee;
    border-radius: 15px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.category-bg-box:hover {
    box-shadow: rgba(17, 17, 26, 0.10) 0px 4px 16px, rgba(17, 17, 26, 0.10) 0px 8px 32px;
}
ul.category-list.p-0 {
    columns: 3;
}
li.category-list-items {
    border: 1px solid #cecdcd;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 15px;
    margin-bottom: 8px;
}
li.category-list-items a {
    color: #333333;
	display: flex;
	line-height: 22px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
}
.category-list-items a i {
	padding-right: 5px;
	padding-top: 3px;
}
li.category-list-items a:hover {
    color: #0280c4;
}
.category-list-items:hover {
    border: 1px solid #0280c49a;
  }
.firms-item li {
    margin-bottom: 0;
}
ul.firms-item {
    padding-left: 15px;
}


.text-underline {
    text-decoration: none;
}
.text-underline i {
    padding-right: 5px;
}
.firms-item li i {
    color: #000;
    padding-right: 5px;
}
.sub-menu {
    display: none;
}


.category-count {
    text-align: center;
    background: #f3fafd;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.category-count h6 {
    color: #0280c4;
	margin-bottom: 0;
}

/* -----------Badges----------- */

.award-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.award-text h2 {
    margin: 0px 0px 7px 0px;
}
.request-btn .thm-btn-one {
	margin: 0 auto 8px;
	padding: 6px 20px;
	width: 82%;
	text-align: center;
}
.thm-btn-one {
    border-radius: 3px;
    padding: 5px 20px;
    color: #fff;
    background-color: #08a8ff;
    border: 1px solid #08a8ff;
}
.thm-btn-one:hover {
	color: #fff;
	background: #08ceff;
	border-color: #08ceff;
}
.lg-btn {
	padding: 8px 30px;
}
.glossy-box {
    padding: 40px;
    border-radius: 15px;
    border: 1px solid #dee2e6;
    margin-bottom: 20px;
}
.form-group {
    margin-bottom: 1rem;
    display: flex;
    align-items: flex-start;
}
.form-group label {
    width: 20%;
    color: #000;
    font-weight: 600;
}
.form-control {
    display: block !important;
    width: 100%;
    height: calc(2.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f0f0f0;
    background-clip: padding-box;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
textarea.form-control {
    min-height: 100px;
}
form.review-form.form-horizontal {
    padding-right: 25px;
}
.select-form-name .ss_dib {
    display: none;
}

.award-box {
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 40px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 3.95px 5.6px;
}
.award-box .form-control {
	background-color: #fff;
	border-color: #ccc;
	padding-right: 160px;
}
.checkbox-wrapper-2 .ikxBAC {
    appearance: none;
    border-radius: 72px;
    flex-shrink: 0;
    height: 15px;
    margin: 0;
    position: relative;
    width: 30px;
    border: 1px solid #08a8ff;
}

  .checkbox-wrapper-2 .ikxBAC::before {
    bottom: -6px;
    content: "";
    left: -6px;
    position: absolute;
    right: -6px;
    top: -6px;
  }

  .checkbox-wrapper-2 .ikxBAC,
  .checkbox-wrapper-2 .ikxBAC::after {
    transition: all 100ms ease-out;
  }
  .checkbox-wrapper-2 span {
    font-size: 14px;
}
.checkbox-wrapper-2 .ikxBAC::after {
	background-color: #08a8ee;
	border-radius: 50%;
	content: "";
	height: 11px;
	left: 3px;
	position: absolute;
	top: 1px;
	width: 11px;
}
input.sc-editix.pageix {
    margin-right: 6px;
}

  .checkbox-wrapper-2 input[type=checkbox] {
    cursor: default;
  }

  .checkbox-wrapper-2 .ikxBAC:hover {
    transition-duration: 0s;
  }

  .checkbox-wrapper-2 .ikxBAC:checked {
    background-color: #08a8ff;
  }

  .checkbox-wrapper-2 .ikxBAC:checked::after {
    background-color: #fff;
    left: 14px;
  }

  .checkbox-wrapper-2 :focus:not(.focus-visible) {
    outline: 0;
  }


  .edit-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.edit-title h6 {
    margin: 0;
}
.edit-this {
    /* display: flex; */
    align-items: center;
    border: 1px solid;
    border-radius: 30px;
    padding: 0px 6px;
    color: #08a8ee;
}
.checkbox-wrapper-2 {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.book-edit p {
    color: #000;
    padding-right: 80px;
    margin-top: 12px;
}
.form-group.book-botm {
    margin-bottom: 40px;
}
.book-form {
    margin-bottom: 45px;
}
.book-details {
    padding-right: 50px;
    position: relative;
}
.book-details:before {
    position: absolute;
    content: "";
    top: 0;
    right: 10px;
    bottom: 0;
    background-color: #f0f0f0;
    border-right: 3px solid #f0f0f0;
}
.book-edit {
    position: relative;
}
.book-edit:before {
    position: absolute;
    content: "\f061";
    font-family: 'FontAwesome';
    top: 0;
    right: -8%;
    bottom: 0;
    color: #000;
}

.setting-option select {
    width: 200px;
}
span.set-wid {
    width: 110px;
}
.setting {
    display: flex;
    align-items: center;
    margin: 40px 0;
}
.badge-textaree-box {
    position: relative;
}
.badge-textaree-box .thm-btn-one {
    position: absolute;
    right: 5px;
    bottom: 10px;
}
.award-badge-text {
    position: absolute;
    background: #000;
    top: -14px;
    padding: 0 10px;
    color: #fff;
}
.award-badge-image {
    width: 75%;
}


.searching-box {
    border-radius: 20px;
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 3.95px 5.6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.searching-box:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 1.95px 3.95px 5.6px;
}
.searching-box.mt-3.d-flex {
    justify-content: space-between;
    align-items: baseline;
    color: #000;
}
.searching-box p {
    color: #000;
}
.request-btn {
    display: grid;
}
.request-btn button {
    margin-bottom: 10px;
}
.sec-title-desc h2 {
    margin-bottom: 5px;
}
.ledger-box {
    padding: 15px;
    border-radius: 15px;
    border: 2px solid #fff;
    margin-bottom: 20px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.ledger-box:hover {
    box-shadow: rgba(17, 17, 26, 0.10) 0px 4px 16px, rgba(17, 17, 26, 0.10) 0px 8px 32px;
}
.ledger-top-name {
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 14px 25px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    position: relative;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.ledger-title {
    padding-left: 40px;
}
.ledger-title h4 {
    margin: 0px 0px 7px 0px;
}
.ledger-title h4 i {
	color: #08a8ff;
	font-size: 17px;
}
.ledger-review i {
	font-size: 12px;
}
.review-star {
    color: #08a8ff !important;
}
.review-star i {
    color: #CACACA;
}
.review-star i.active {
    color: #000;
}
.ledger-review span {
    color: #000;
}
.ledger-review {
	font-size: 15px;
}
.ledger-image {
	border: 2px solid #f0f0f0;
	border-radius: 15px;
	padding: 10px;
	display: flex;
    width: 90px;
    height: 90px;
    text-align: center;
    overflow: hidden;
    justify-content: center;
}
.box-number {
	position: absolute;
	right: -31px;
	top: 0;
	border: 1px solid;
	width: 23px;
	height: 23px;
	border-radius: 5px;
	color: #000;
	font-weight: 600;
	background: #fff;
	line-height: 16px;
	text-align: center;
	padding: 0;
}
.ledger-multi-btn {
    display: grid;
    text-align: center;
    margin: 0px 20px 0px 20px;
}
.ledger-multi-btn a {
    margin: 0 auto 10px;
    width: 100%;
    padding: 10px 15px;
    font-size: 18px;
    border-radius: 5px;
}
.big-color-two {
    background-color: #ecf8fe;
}
.big-color-one {
    background-color: #fdf6e3;
}
.big-color-three {
    background-color: #ced3fc;
}
.big-color-sc {
    background-color: #edf6fa ;
}
.big-color-five {
    background-color: #EDE4E0;
}
.ledger-multi-btn button {
    margin-bottom: 10px;
}
.ledger-multi-btn button {
    text-align: left;
}
.color-btn-two {
    background-color: #ffbc08 !important;
    border-color: #ffbc08 !important;
}
.color-btn-two:hover {
	background: #ee9802 !important;
	border-color: #ee9802 !important;
}
.color-btn-three {
    background-color: #0e6493 !important;
    border-color: #0e6493 !important;
}
.color-btn-three:hover {
    background-color: #0479b8 !important;
    border-color: #0479b8 !important;
}
.color-btn-four {
    background-color: #2738b5 !important;
    border-color: #2738b5 !important;
}
.color-btn-four:hover {
    background-color: #0820d6 !important;
    border-color: #0820d6 !important;
}
.color-btn-five {
    background-color: #27b875 !important;
    border-color: #27b875 !important;
}
.color-btn-five:hover {
    background-color: #04d474 !important;
    border-color: #04d474 !important;
}
ul.ledger-item-list {
    padding: 0;
    columns: 2;
}
ul.ledger-item-list li {
    padding: 5px 15px;
    background-color: #fcfcfc;
    border-radius: 8px;
    display: flex;
    align-items: baseline;
    color: #000;
    border: 1px solid #cecdcd;
    margin-bottom: 5px;
}
ul.ledger-item-list li a span {
	background: #121481;
	color: #fff;
	border-radius: 50%;
	font-size: 13px;
	margin-right: 5px;
	width: 19px;
	height: 19px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	line-height: 17px;
}
.ledger-item-list li i {
    padding-right: 5px;
}
.ledger-service p {
    color: #000;
}
ul.ledger-item-list.banner-text-list {
    columns: 3;
}
.content-table {
    overflow: auto;
}
.sm-box-top h6 i {
    padding-right: 7px;
}
/* .sm-box-top h6 {
    display: flex;
    align-items: baseline;
} */

ul.ledger-item-list.banner-text-list li a {
    color: #000;
    transition: 0.3s all;
}
ul.ledger-item-list.banner-text-list li a:hover {
    color: #0280c4;
}
ul.ledger-item-list li a {
    color: #000;
    transition: 0.3s all;
}
.footer-link .active {
    color: #0280c4;
}

#back-top {
    bottom: 40px;
    position: fixed;
    right: 20px;
    z-index: 22;
}
#back-top a {
    display: block;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    background: #00234b;
    border: 0px;
    text-align: center;
    line-height: 50px;
    padding: 0;
}
#back-top a:hover {
	background:#0759FF;	
}
#footer {
	background: #00234b;
	padding: 25px 0;
	font-weight: 400;
}
#footer p {
	color: #fff;
	margin: 0 auto;
}
.footer-link {
    text-align: right;
    color: #fff;
}
.footer-link a {
    color: #fff;
    margin: 0 0 0 10px;
    display: inline-block;
    transition: 0.3s all;
    padding-right: 7px;
}
.footer-link a:hover {
	color: #0280c4;
}
.gray-bg {
	background: #f9f3ee;
}
.ss_text {
    text-overflow: ellipsis;
    text-indent: 0;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    padding: 6px 13px;
    font-weight: 600;
    color: #555;
}

.section-hedding.text-line h3 i {
    padding-right: 5px;
}
.sub-menu.open {
    display: block;
}
.sub-menu.active {
    display: block;
}
.modal-header {
	text-align: left;
	padding: 0 11px;
	display: block;
	margin: 0 auto 20px;
}
.modal-header i {
	color: #08a8ff;
}
.modal-body ul {
	padding: 0 0 0 8px;
}
.modal-body ul li {
	margin: 0 auto 8px;
}
.btn-close {
	background: #0280c4;
	width: auto;
	height: auto;
	color: #fff;
	opacity: 1;
	padding: 7px 16px;
	border-radius: 50px;
	margin: 0;
}
.modal-footer {
	padding-bottom: 0;
	padding-right: 0;
}
.btn-close:hover {
	background: #08ceff;
	color: #fff;
}


/* ------------------------------Responsive css------------------------------------- */

@media screen and (max-width:767px) {
	.custom-select-v2-wrap {
		width: 100%;
	}
	.custom-select {
		width: 100%;
		margin-bottom: 17px;
	}
	.ss_dib.search-btn {
		margin: 0;
	}
	ul.ledger-item-list li {
		padding: 1px 15px;
		margin-bottom: 5px;
	}
	.searching-box .firms-item {
		padding: 0;
	}
	.firms-item li {
		margin-bottom: 10px;
		display: flex;
		line-height: 22px;
	}
	.ledger-box {
		padding: 8px;
	}
	.ledger-top-name {
		padding: 15px;
	}
	.box-number {
		right: 0;
		top: -10px;
		border: 2px solid;
		width: 30px;
	}
	.ledger-multi-btn a {
		margin: 0 auto 7px;
		width: 100% !important;
		display: block;
		text-align: center;
		padding: 0px 14px;
	}
	.ledger-service p {
		font-size: 14px;
		line-height: 22px;
		margin: 0 auto 12px;
	}
	.ledger-image {
		padding: 8px;
		display: inline-block;
		max-width: 68px;
		vertical-align: top;
	}
	.request-btn .thm-btn-one {
		width: 100%;
		padding: 2px 10px;
	}
	.badge-textaree-box .thm-btn-one {
		padding: 0px 10px;
		font-size: 13px;
	}
	.award-box .form-control {
		padding-right: 100px;
	}
	ul.city-list-item {
		padding: 0;
		columns: auto !important;
	}
	.search-box {
		display: block !important;
		padding: 20px;
		border-radius: 15px;
		width: 100%;
	}
	#footer p, .footer-link {
		text-align: center;
	}
	.search-btn {;
		display: block !important;
	}
	.btn-search-now {
		width: 100%;
	}
	.selectstyle.dark {
		position: relative;
		width: 100% !important;
	}
	.ss_dib {
		display: block;
	}
	.selectstyle.dark .ss_button {
		width: 100% !important;
	}
	.ss_ulsearch {
		width: 100% !important;
		max-height: auto !important;
	}
    .ss_text {
        width: 90% !important;
    }
    .ledger-multi-btn {
        display: grid !important;
    }
}
@media screen and (max-width:576px) {
	.hgug {
		display: block;
		padding: 20px;
	}
    .text-underline {
        text-decoration: underline;
        display: flex;
        align-items: baseline;
    }
    h2.text-underline.firm-title-hed {
        display: block;
    }
	.best-card{
		margin: 10px 20px 10px;
	}
	.dropdown {
		margin-bottom: 10px;
	}
	.banner-category-box.d-flex.justify-content-center.mb-3 {
		display: block !important;
	}
	a.btn.btn-secondary.dropdown-toggle {
		width: 100% !important;
	}
	.footer-link a {
		margin: 0 ;
	}
	.selectstyle.dark {
		margin-bottom: 10px;
	}
	button.btn-search-now {
		width: 100%;
	}
    .best-small-image {
        top: 0 !important;
        right: 0% !important;
		width: 110px;
		height: 110px;
    }
	.best-images {
		margin: 0 auto 16px;
	}
    .best-small-image.travel-images {
        left: -10px;
        right: auto !important;
        top: 0px !important;
    }
    .section-hedding.text-line h3 {
        display: flex;
        align-items: baseline;
    }
    .setting {
        display: block !important;
    }
    .select-form-name.mx-3.setting-option {
        margin: 20px 0 !important;
        width: 100% !important;
    }
    .select-form-name.mx-3.setting-option select {
        width: 100% !important;
    }
   
}

@media (min-width:768px) and (max-width:992px) {
.banner-text-category  br {
	display: none
}
.section-padding {
	padding: 40px 0;
}
.banner-text br {
	display: none;
}
.best-card {
	padding: 20px 10px;
}
.best-card h6 {
	line-height: 23px;
}
.best-firm-box {
	margin: 0 auto 14px;
}
hr {
	margin-bottom: 0px;
}
.ledger-multi-btn a {
	margin: 0 auto 7px;
	width: auto;
	display: inline-block;
}
.thm-btn-one {
	padding: 2px 20px;
}
	
	
	
}
@media screen and (max-width:992px) {
	.form-group {
			display: block !important;
		}
		.form-group label {
			width: 65% !important;
		}
		.glossy-box {
			padding: 20px !important;
		}
		.searching-box {
			display: block !important;
		}
		.ledger-multi-btn {
			display: block !important;
		}
		header .nav-link {
			color: #5c5c5c;
			padding: 10px 10px !important;
		}
	.header-menu-respon {
        display: flex;
        justify-content: space-between;
        width: 100%;
        /* border-bottom: 1px solid #ccc; */
        padding-bottom: 10px;
        padding-top: 10px;
    }
	.menu-item-has-children .sub-menu {
		display: none;
		position: relative !important;
		background-color: #fff;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
		z-index: 1;
		padding: 0;
		width: auto;
	}
	li.nav-item {
		margin: 0;
		border: #eee solid 1px;
	}
	.row.flex-diraction {
		flex-direction: column-reverse;
	}
    .book-edit:before {
        display: none;
    }
    .book-details:before {
        display: none;
    }
    .book-details {
        padding-right: 0 !important;
        position: relative;
    }
    ul.ledger-item-list li {
        font-size: 14px;
    }
}
@media screen and (min-width:576px) and (max-width:767px) {
	a.btn.btn-secondary.dropdown-toggle {
		width: 170px !important;
	}
    ul.category-list.p-0 {
        columns: 2;
    }
    .selectstyle.ss_dib.dark {
        margin-bottom: 15px;
    }
    .best-small-image {
        right: 5px !important;
    }
    .award-text h2 {
        margin: 0;
        font-size: 20px;
    }
    ul.ledger-item-list.banner-text-list {
        columns: 2 !important;
    }
}
@media screen and (max-width:767px) {
.edit-this {
	width: 110px;
	float: right;
}
.edit-title h6 {
	display: inline-block;
	font-size: 16px;
}
.form-group.book-botm {
	margin-bottom: 10px;
}
.form-control {
	font-size: 14px;
}
.checkbox-wrapper-2 span {
	font-size: 14px;
	line-height: 26px;
}
.breadcrumb {
	font-size: 12px;
}
.sm-box-top {
	padding: 10px 30px;
}
.sm-box-top h6 {
	font-weight: normal;
	font-size: 15px;
	line-height: 23px;
}
li.category-list-items {
	padding: 4px 13px;
	font-size: 15px;
}
ul.category-list {
	margin: 0 auto;
}
li.breadcrumb-item {
	font-weight: 500;
	line-height: 18px;
}
.section-padding {
	padding: 45px 0;
}
.banner-sec {
	background: #0280c4;
}

.banner-sec br {
	display: none;
}
p {
	font-size: 15px;
	line-height: 23px;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 23px;
}
h3 {
	font-size: 22px;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 32px;
}
.section-hedding {
	margin-bottom: 26px;
}
hr {
	margin-bottom: 0;
}
.category-description li {
	display: block;
}
.banner-text p {
	font-size: 17px;
}
.sm-p {
	margin: 0 auto;
}
.ledger-top-name {
    display: block !important;
    text-align: left;
}
.ledger-title h4 {
	margin-bottom: 4px;
	font-size: 17px;
	line-height: 21px;
}
.ledger-review span {
	line-height: 18px;
	display: block;
	padding: 0 !important;
	margin: 0 auto 6px;
	font-size: 13px;
}
.category-bg-box.mt-4 {
	margin-top: 0px !important;
}
table th, td {
	padding: 5px 10px;
}
table th, td {
	padding: 5px 10px;
	border-left: 2px solid #ccc;
	font-size: 12px;
	line-height: 18px;
	border-bottom: 1px solid #dddbdb;
}
.ledger-title {
	display: inline-block;
	width: calc( 100% - 80px);
	padding-left: 12px !important;
}
.ledger-box .row.mt-4.px-4 {
	margin-top: 13px !important;
}
.award-badge-image {
    margin-bottom: 15px;
}
.book-edit p {
    color: #000;
    padding-right: 0px !important;
}
}
@media screen and (max-width:576px) {
    ul.category-list.p-0 {
        columns: 1;
    }
    .row.category-detail {
        margin: 0 0;
    }
    .menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu {
        left: 0 !important;
    }
    .award-text {
        display: block !important;
        margin-bottom: 20px;
    }
    .award-text h2 {
        margin: 0;
        margin-bottom: 20px;
    }
    ul.ledger-item-list {
        padding: 0;
        columns: 1 !important;
    }
    ul.ledger-item-list.banner-text-list {
        columns: 1 !important;
    }
    .edit-title {
        display: block !important;
        margin-bottom: 10px;
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
	.best-small-image {
        position: absolute;
        top: 0 !important;
        right: 0 !important;
    }
    .book-edit:before {
        right: -11% !important;
    }
	.glossy-box {
		padding: 30px;
	}
	.form-group label {
		font-weight: 500;
		font-size: 14px;
	}
}
@media screen and (min-width:1200px) and (max-width:1400px) {
	.best-small-image {
        position: absolute;
        top: 10px !important;
        right: 12% !important;
    }
}