body{
	font-family: 'Roboto', sans-serif;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li,
a{
	font-family: 'Roboto', sans-serif;
	
}
.page-title h1{
	text-transform: unset;
	padding-bottom: 10px;
}
.page-title h1:after{
	content: unset;
}
.page-info h2{
	font-weight: 500;
}
.styled-heading{
	margin-bottom: 0;
}
.styled-heading:after{
	content: unset;
}
.main-header{
	z-index: 9999;
}
.main-header .middle-bar{
	padding: 5px;
}
.main-header .middle-bar .header-middle-bar{
	display: flex;
	align-items: center;
}
.main-header .lower-section{
	background: #223555;
}
.main-header.fixed-header .lower-section{
	background: #fff;
	border-bottom: 1px solid #223555;
}
.main-header .lower-section .outer-box{
	padding: 0;
}
.main-header.fixed-header .lower-section .outer-box{
	background: #fff;
}
.main-header .lower-section .outer-box .menu-bar{
	display: flex;
	justify-content: center;
	grid-gap: 15px;
}
.main-header .lower-section .outer-box .menu-bar .logo-column{
	display: flex;
	align-items: center;
}
.main-header .lower-section .outer-box .menu-bar .logo-column .logo img{
	width: 140px;
}
.main-header .lower-section .outer-box .menu-bar .logo-column .logo img:last-child{
	display: none;
}
.main-header.fixed-header .lower-section .outer-box .menu-bar .logo-column .logo img:first-child{
	display: none;
}
.main-header.fixed-header .lower-section .outer-box .menu-bar .logo-column .logo img:last-child{
	display: block;
}
.main-menu .navigation li{
	margin-right: 10px;
}
.main-menu .navigation>li,
.fixed-header .main-menu .navigation>li{
	padding: 15px 0;
}
.main-menu .navigation>li>a{
	padding: 8px 2px;
    line-height: 30px;
    font-size: 16px;
}
.fixed-header .main-menu .navigation>li>a{
	color: #223555;
}
.main-menu .navigation li a{
	font-weight: 500;
    text-transform: unset;
}
.main-menu .navigation li ul{
    position: absolute;
    left: 100% !important;
    top: -1px !important;
    width: 220px;
    padding: 0;
    z-index: 100;
    display: none;
    visibility: hidden;
    background: #b89b5e;
    opacity: 0;
    border: 1px solid rgba(0,0,0,.2);
}
.main-menu .navigation>li>ul{
	left: 0 !important;
	top: 100% !important;
}
.main-menu .navigation li ul{
	width: 240px !important;
}
.main-menu .navigation li:hover>ul{
	display: block;
    opacity: 1;
    visibility: visible;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.main-menu .navigation li ul li{
    position: static;
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.main-menu .navigation li ul li a{
    position: relative;
    display: block;
    padding: 5px 20px;
    line-height: 18px !important;
    font-weight: 500 !important;
    font-size: 14px;
    text-transform: unset !important;
    color: #fff;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}
.main-menu .navigation>li>ul>li>ul>li>a{
	padding: 5px 20px;
	font-size: 13px;
}
.main-header .link-box{
	position: static;
	display: flex;
	align-items: center;
}
.main-header .link-box .theme-btn{
	padding: 6px;
	margin-left: 5px;
    line-height: 18px;
	text-transform: unset;
}
.main-header.fixed-header .link-box .theme-btn{
	background: #223555;
	color: #fff;
}
.main-header .language-search-box{
	display: flex;
    align-items: center;
    grid-gap: 10px;
}
.main-header .language-search-box a{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.main-header.fixed-header .language-search-box a{
	color: #223555;
}
.main-header .language-search-box a.search-btn{
    min-width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-left: 10px;
    font-size: 14px;
	border: 1px solid #fff;
    border-radius: 7px;
}
.main-header .search-box {
	display: none;
    position: absolute;
	background-color: #ffffff;
	width: 275px;
	top: 10px;
    right: 35px;
    bottom: 10px;
    z-index: 1;
    border-radius: 2px;
}
.main-header .search-box form{
	height: 100%;
	display: flex;
    align-items: center;
	padding: 5px 25px 5px 15px;
}
.main-header .search-box form .form-group{
	width: 100%;
	margin: 0;
}
.main-header .search-box input[type=search],
.main-header .search-box input[type=text] {
	width: 100%;
	font-weight: 700;
}
.main-header .search-box button.search-btn{
	position: absolute;
    background-color: transparent;
    color: #223555;
    right: 30px;
    font-size: 18px;
}
.main-header .search-box button.close-search{
	position: absolute;
	background-color: transparent;
    top: 0;
	right: 5px;
    font-size: 16px;
    cursor: pointer;
}
.hidden-bar .side-link-box{
	display: flex;
    justify-content: space-between;
    padding: 10px 15px 10px 20px;
}
.hidden-bar .side-link-box a{
    display: inline-block;
    background: #fff;
    color: #303030;
	line-height: 18px;
	padding: 8px;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 700;
	font-family: Lato,sans-serif;
	border-radius: 5px;
    text-transform: unset;
	transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.hidden-bar .side-link-box a:hover {
    background: #b89b5e;
    color: #fff;
}
.hidden-bar .side-language-search-box {
    display: flex;
    align-items: center;
    grid-gap: 10px;
	padding: 5px 15px 30px 20px;
}
.hidden-bar .side-language-search-box a {
	display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
	min-width: 28px;
    height: 28px;
	border: 1px solid #fff;
    border-radius: 7px;
    font-size: 14px;
    text-transform: uppercase;
}
.hidden-bar .side-language-search-box a.search-btn {
	position: absolute;
    right: 20px;
}
.hidden-bar .side-search-box {
	display: none;
    position: absolute;
	background-color: #ffffff;
	top: 55px;
    left: 20px;
    right: 20px;
    z-index: 1;
    border-radius: 2px;
}
.hidden-bar .side-search-box form{
	height: 100%;
	display: flex;
    align-items: center;
	padding: 5px 25px 5px 15px;
}
.hidden-bar .side-search-box form .form-group{
	width: 100%;
	margin: 0;
}
.hidden-bar .side-search-box input[type=search],
.hidden-bar .side-search-box input[type=text] {
	width: 100%;
	font-weight: 700;
	font-size: 14px;
}
.hidden-bar .side-search-box button.search-btn{
	position: absolute;
    background-color: transparent;
    color: #223555;
    right: 30px;
    font-size: 15px;
}
.hidden-bar .side-search-box button.close-search{
	position: absolute;
	background-color: transparent;
    top: 0;
	right: 5px;
    font-size: 14px;
    cursor: pointer;
}
.hidden-bar .side-menu ul li a{
	text-transform: unset;
	font-size: 14px;
}
.hidden-bar .hidden-bar-wrapper .logo img{
	width: 100%;
	object-fit: contain;
}
.hidden-bar .side-menu .submenu{
	display: none;
}
.hidden-bar .side-menu ul li a .custom-compressor{
	display: none;
}
.hidden-bar .side-menu ul li a.deactive{
	border: none;
}
.hidden-bar .side-menu ul li a.deactive .custom-compressor{
	display: block;
}
.hidden-bar .side-menu ul li a.deactive span,
.hidden-bar .side-menu ul li a.deactive .custom-expander{
	display: none;
}
.hidden-bar .side-menu ul li a span{
	display: inline-block;
	width: 85%;
}
.hidden-bar .side-menu ul li a .custom-expander{
	background: none;
	color: #ffffff;
	border: 1px solid rgba(255,255,255,0.80);
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 0px;
	position: absolute;
	top: 6px;
	right: 20px;
	outline: none;
}
.hidden-bar .side-menu ul li a .custom-compressor{
	display: none;
	background: none;
	color: #ffffff;
	border: 1px solid rgba(255,255,255,0.80);
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 0px;
	position: absolute;
	top: -20px;
    left: 20px;
	outline: none;
}
.default-service-column .service-header .icon img{
	width: 100%;
	object-fit: contain;
}
.default-service-column .service-header h4{
	margin-left: 10px;
	font-size: 16px;
}
.default-service-column .service-header h3{
	margin-left: 10px;
	font-size: 14px;
}
.default-service-column .text-content .text p{
	min-height: 136px;
}
.about-section{
	padding-top: 40px;
}
.about-section .about-company .about-text{
	margin-bottom: 20px;
}
.about-section .about-company .about-text span{
	line-height: 34px;
}
.about-section .about-company .about-text .less-about{
	display: none;
}
.about-section .image-box>img{
	height: 180px;
	border-radius: 3px;
	object-fit: contain;
}
.about-section .success-title{
	margin-top: 10px;
    font-size: 16px;
}
.flex-heading{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-heading a{
    font-size: 21px;
    font-weight: 700;
    text-decoration: underline;
}
.news-section{
	background-color: #f5f5f5;
}
.company-timeline{
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
	margin-bottom: 30px;
}
.company-timeline .timeline-block{
	padding-left: 0;
}
.company-timeline .timeline-block .date{
	display: inline-block;
	background: #b89b5e;
    color: #fff;
    padding: 2px 10px;
    margin-bottom: 10px;
    line-height: 21px;
    font-weight: 700;
    font-family: Lora,serif;
    border-radius: 5px;
}
.company-timeline .timeline-block h3{
	margin-bottom: 5px;
	font-size: 16px;
}
.company-timeline .timeline-block .text p{
	font-size: 14px;
}
.company-timeline .timeline-image img{
	width: 100%;
	height: 190px;
	border-radius: 3px;
	object-fit: contain;
}
.testimonial-carousel .slide-item{
	min-height: 560px;
}
.testimonial-carousel .slide-info{
	padding: 0px 15px 30px 120px;
}
.testimonial-carousel .slide-info .image-thumb,
.testimonial-carousel .slide-info .image-thumb img{
	width: 100px;
	object-fit: contain;
}
.two-column-fluid .testimonial-column .inner-box,
.two-column-fluid .whyus-column .inner-box{
	padding-bottom: 30px
}
.two-column-fluid .whyus-column .icon-block h3{
	font-size: 16px;
}
.two-column-fluid .whyus-column .icon-block .text p{
	font-size: 14px;
}
.team-section .team-member .image img{
	height: 280px;
	object-fit: contain;
}
.home-news-section{
	padding: 10px 0;
}
.home-blog-column{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}
.featured-news-column .content{
	min-height: 400px;
}
.featured-news-column.custom-news-section .content{
	min-height: auto !important;
}
.home-news-section .featured-news-column .image-box img{
	height: 245px;
	object-fit: contain;
}
.news-section.list-view .featured-news-column .image-box img{
	height: 100%;
	object-fit: contain;
}
.news-section.list-view .featured-news-column .content {
    padding: 20px 20px 20px 50px;
}
.search-section .featured-news-column .content{
	min-height: auto;
}
.counter-section .counter-box{
	display: block;
	background: #203860;
	padding: 20px 10px;
	text-align: center;
	border-radius: 10px;
}
.counter-section .counter-box p{
	margin: 10px 0 0;
	padding: 0;
	font-size: 18px;
	font-weight: 500
}
.counter-section .counter-box i{
	font-size: 45px;
	margin: 0 0 20px;
}
.counter-section .counter-box .counter{ 
	display: block;
	font-size: 32px;
	font-weight: 700;
	line-height: 28px
}
.counter-section .counter-box p,
.counter-section .counter-box i,
.counter-section .counter-box .counter{
	color: #fff
}
.sponsors-section{
	padding: 75px 0 50px;
}
.sponsors-section .sponsors-slider li img{
	height: 155px;
	padding: 5px;
	object-fit: contain;
}
.main-footer .about-widget .footer-logo{
	width: 80%;
}
.main-footer .newsletter-widget button{
	width: auto;
	padding: 0 10px;
}
.main-footer .newsletter-widget .newsletter-form .alert{
	position: relative;
}
.main-footer .newsletter-widget .newsletter-form .alert p{
	margin: 0;
}
.main-footer .footer-upper .column h3{
	margin: 0;
}
.main-footer .footer-upper .column h3:after{
	content: unset;
}
.main-footer .contact-links{
	margin-bottom: 40px;
}
.main-footer .contact-links a{
	position: relative;
    display: block;
    font-size: 16px;
    line-height: 36px;
    border: 1px solid rgba(255,255,255,.05);
    text-align: left;
	padding: 0 10px;
    margin: 0 2px 10px 0;
    color: #999;
    background: #10100f;
    border-radius: 5px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.main-footer .contact-links a span{
	margin-right: 20px;
}
.main-footer .footer-bottom{
	padding: 10px 0;
}
.btn-style-one{
	font-size: 18px;
	text-transform: unset;
}
.scroll-to-top{
	bottom: 12%;
}
.whatsapp-button{
	position: fixed;
    bottom: 25%;
    right: 15px;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 12px;
    line-height: 50px;
    text-align: center;
    background: #b89b5e;
    border: 1px solid #b89b5e;
    border-radius: 50%;
    z-index: 100;
    cursor: pointer;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.whatsapp-button:hover{
	background: #25d366;
	border-color: #25d366;
}
.whatsapp-button a{
	color: #fff;
	font-size: 21px;
}
.page-title{
	padding: 100px 0 40px;
	background-position: 100% 100%;
}
.accordion-box .accordion .accord-btn:after{
	right: 0;
}
.document-section{
	padding-bottom: 70px;
}
.tabs-section{
	padding: 40px 0;
}
.prod-tabs .tab-btns{
	display: flex;
}
.prod-tabs .tab-btns .tab-btn.active-btn{
	text-transform: none;
	font-size: 18px;
}
.single-section .prod-tabs .tab-btns .tab-btn{
	padding: 9px 30px;
	text-transform: unset;
	font-size: 18px;
}
.gallery-owl-carousel .image-block img{
	height: 235px;
	object-fit: contain;
}
.news-section-page img{
	height: 245px;
	object-fit: contain;
}
.news-section-page .text p{
	min-height: 110px;
}
.single-lawyer .product-details .basic-details,
.single-find-advocate .product-details .basic-details{
	margin-bottom: 20px;
}
.single-lawyer .product-details .basic-details .image-box img,
.single-find-advocate .product-details .basic-details .image-box img{
	width: 100%;
	object-fit: contain;
}
.single-lawyer .product-details .details-header a span,
.single-find-advocate .product-details .details-header a span{
	margin-right: 5px;
}
.single-lawyer .product-details .btn-style-one,
.single-find-advocate .product-details .btn-style-one{
	text-transform: unset;
}
.single-lawyer .product-details .product-info-tabs,
.single-find-advocate .product-details .product-info-tabs,
.single-section .product-details .product-info-tabs{
	margin-bottom: 100px;
}
.single-lawyer .product-details .product-info-tabs .tab,
.single-find-advocate .product-details .product-info-tabs .tab,
.single-section .product-details .product-info-tabs .tab{
	padding: 20px 25px;
}
.single-section .product-details .product-info-tabs .for-more-login,
.single-find-advocate .product-details .product-info-tabs .for-write-appeal-login{
    width: 100%;
    display: inline-block;
    background-color: #b89b5e;
	color: #fff;
	padding: 3px 10px;
    text-align: center;
    border-radius: 4px;
}
.single-find-advocate .product-details .basic-details .video-column .details-header{
	border-bottom: unset;
}
.single-find-advocate .product-details .basic-details .video-column .details-header img{
	border-radius: 5px;
	object-fit: contain;
}
.product-details .basic-details .details-header{
	padding-bottom: 0;
}
.product-details .basic-details .details-header a{
	display: block;
}
.products-section .get-advice-item{
	display: none;
}
.products-section .get-advice-item-for-lawyer{
	display: none;
}
.products-section .image-column .get-advice-item .image-box{
	margin-bottom: 20px;
}
.products-section .image-column .get-advice-item h4{
    display: flex;
    justify-content: space-between;
    color: #b89b5e;
    font-size: 21px;
    font-weight: bold;
}
.products-section .image-column .get-advice-item h4 span img{
	margin-right: 5px;
    object-fit: contain;
}
.appeal-service{
	margin-bottom: 30px;
}
.appeal-service li{
	display: flex;
    justify-content: space-between;
    width: 100%;
    color: #23527c;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
    border-top: 1px solid #ccc;
}
.appeal-service li:first-child{
	border-top: unset;
}
.appeal-service li .appeal-service-input{
	position: relative;
	margin: 6px 35px 0 0;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.appeal-service li .appeal-service-input input{
	position: absolute;
	height: 18px;
    width: 18px;
    margin: 0;
	opacity: 0;
	z-index: 1;
}
.appeal-service li .appeal-service-input .checkmark{
	background-color: #eee;
	position: absolute;
	height: 18px;
    width: 18px;
	border-radius: 50%;
}
.appeal-service li .appeal-service-input:hover input ~ .checkmark{
  	background-color: #ccc;
}
.appeal-service li .appeal-service-input input:checked ~ .checkmark{
  	background-color: #b89b5e;
}
.appeal-service li .appeal-service-input .checkmark:after{
	content: "";
	position: absolute;
	display: none;
}
.appeal-service li .appeal-service-input input:checked ~ .checkmark:after{
  	display: block;
}
.appeal-service li .appeal-service-input .checkmark:after{
	background: white;
 	top: 6px;
    left: 6px;
    width: 6px;
    height: 6px;
	border-radius: 50%;
}
.appeal-service li p{
	width: 100%;
	font-size: 16px;
    line-height: unset;
    margin: 0;
	cursor: pointer;
}
.appeal-service li span{
	width: 120px;
	color: #b89b5e;
    font-size: 21px;
    text-align: right;
}	
.appeal-service li span img{
	margin-right: 5px;
	object-fit: contain;
}
.create-contract-mobile-sidabar{
	display: none;
}
.create-contract-section .details-header{
	display: flex;
    justify-content: space-between;
    width: 100%;
    color: #23527c;
    font-weight: bold;
}
.create-contract-section .details-header span{
	width: 120px;
	color: #b89b5e;
    font-size: 24px;
    text-align: right;
}	
.create-contract-section .details-header span img{
	margin-right: 5px;
	object-fit: contain;
}
.appeal-form form,
.appeal-document form{
	margin: 15px 0;
}
.appeal-form-get-advice form .appeal-form-get-advice-meeting-time{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
}
.appeal-form .appeal-form-item{
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 10px;
}
.appeal-form .appeal-find-advocate-form-item{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 10px;
}
.appeal-form .appeal-form-get-advice-item{
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 10px;
}
.appeal-form .appeal-form-item .form-upload-file,
.appeal-form .appeal-form-item .form-upload-multiple-file,
.appeal-form .appeal-form-get-advice-item .form-upload-multiple-file{
    position: relative;
}
.appeal-form .appeal-form-item .form-upload-file .form-upload-custom-btn,
.appeal-form .appeal-form-item .form-upload-multiple-file .form-upload-custom-btn,
.appeal-form .appeal-form-get-advice-item .form-upload-multiple-file .form-upload-custom-btn{
	background-color: #b89b5e;
    color: white;
    line-height: 35px;
    width: 100%;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}
.appeal-form .appeal-form-item .form-upload-file .form-upload-input,
.appeal-form .appeal-form-item .form-upload-multiple-file .form-upload-input,
.appeal-form .appeal-form-get-advice-item .form-upload-multiple-file .form-upload-input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    line-height: 30px;
}
.appeal-form .appeal-form-item .form-uploaded-multiple-file a,
.appeal-form .appeal-form-get-advice-item .form-uploaded-multiple-file a{
	padding: 0 5px;
    border-left: 2px solid #b89b5e;
}
.appeal-form .appeal-form-item .form-uploaded-multiple-file a:first-child,
.appeal-form .appeal-form-get-advice-item .form-uploaded-multiple-file a:first-child{
	padding: 0 5px 0 0;
	border-left: unset;
}
.appeal-form .appeal-form-item .form-radio input,
.appeal-form .appeal-form-item .form-check input{
	margin-right: 5px;
}
.appeal-document .appeal-document-content table{
	width: 100% !important;
}
.appeal-document .appeal-document-content .appeal-document-blur{
	filter: blur(3px);
	word-break: break-all;
	margin-right: 2px;
}
.appeal-document .appeal-document-content .appeal-document-form-item{
    margin-right: 2px;
}
.appeal-document .appeal-document-content .appeal-document-form-item .appeal-document-form-input{
	display: inline;
    font-size: 14px;
	color: #000;
    background: yellow;
	margin-right: 5px;
	cursor: pointer;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.appeal-document .appeal-document-content .appeal-document-form-item input{
	width: auto;
	margin-right: 5px;
}
.appeal-document .appeal-document-content .appeal-document-form-item .tooltip{
	position: fixed;
	z-index: 1;
}
.appeal-form .terms-condition,
.appeal-document .terms-condition{
	margin-bottom: 5px;
}
.appeal-form .terms-condition a,
.appeal-document .terms-condition a{
	color: #223555;
	font-size: 13px;
    font-weight: bold;
}
.appeal-form .terms-condition a input,
.appeal-document .terms-condition a input{
	vertical-align: text-bottom;
	margin: 4px 10px 0 0;
}
.appeal-form .appeal-form-submit button,
.appeal-document .appeal-document-submit button{
	width: 100%;
	background-color: #b89b5e;
    color: white;
}
.appeal-form .appeal-form-submit button:focus,
.appeal-document .appeal-document-submit button:focus{
	outline: none;
}
.appeal-form .appeal-form-contact-us,
.appeal-document .appeal-document-contact-us{
	display: flex;
    justify-content: center;
    width: 100%;
    background-color: #fff;
    color: #b89b5e;
    padding: 2px 5px;
    border: 2px solid #b89b5e;
    border-radius: 5px;
}
.appeal-form .appeal-form-contact-us:hover,
.appeal-document .appeal-document-contact-us:hover{
	color: #b89b5e;
}
#lawyerCalendar table{
	margin: 0;
}
#lawyerCalendar table td,
#lawyerCalendar table th{
  border-style: solid;
  border-width: 1px;
  padding: 0;
}
#lawyerCalendar .fc-timeGridDay-view .fc-widget-content .fc-scroller,
#lawyerCalendar .fc-timeGridWeek-view .fc-widget-content .fc-scroller,
#lawyerCalendar .fc-dayGridMonth-view .fc-widget-content .fc-scroller,
#lawyerCalendar .fc-list-view .fc-scroller{
  height: auto !important;
}
.error-section{
	padding-top: 20px;
}
.default-product-item{
	margin-bottom: 50px;
}
.default-product-item .content-box{
	height: 100px;
}
.default-product-item .inner-box .image-box img{
	height: 270px;
	object-fit: contain;
}
.find-advocate-list .find-advocate-info a{
	display: block;
}
.find-advocate-list .find-advocate-info a img{
	width: 35px;
	height: 35px;
    border-radius: 50%;
	object-fit: contain;
}
.find-advocate-list .find-advocate-info a h4{
	display: inline-block;
	vertical-align: middle;
    margin: 0 0 0 5px;
}
.find-advocate-list .find-advocate-info a span{
	margin-right: 5px;
}
.find-advocate-list .find-advocate-content p{
	margin-bottom: 3px;
}
.find-advocate-list .find-advocate-content p:first-child{
	color: #2f2f31;
    font-weight: bold;
    font-size: 14px;
}
.find-advocate-list .default-product-item .inner-box .image-box img{
	height: 245px;
	object-fit: contain;
}
.find-advocate-list .default-product-item .inner-box .content-box{
	height: auto;
}
.single-find-advocate .featured-news-column .image-box img{
	height: 235px;
	object-fit: contain;
}
.single-find-advocate .featured-news-column .text p{
	min-height: 110px;
}
.search-section .featured-news-column .image-box{
	width: 15%;
}
.profile-section{
	padding-top: 40px;
}
.profile-section .profile-nav .user-heading{
	position: relative;
    background: #b89b5e;
    color: #fff;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    padding: 30px;
    text-align: center;
}
.profile-section .profile-nav .user-heading a{
	display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 10px solid rgba(255,255,255,0.3);
}
.profile-section .profile-nav .user-heading a img{
    width: 112px;
    height: 112px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
	object-fit: contain;
}
.profile-section .profile-nav .user-heading input{
	position: absolute;
	top: 20px;
    left: 25%;
    width: 50%;
    height: 50%;
    opacity: 0;
}
.profile-section .profile-nav .user-heading h1{
    font-size: 22px;
    font-weight: 300;
    margin: 15px 0 5px;
}
.profile-section .profile-nav .user-heading p{
	margin-bottom: 0;
    font-size: 13px;
}
.profile-section .profile-nav ul{
    margin-top: 1px;
}
.profile-section .profile-nav ul > li{
    border-bottom: 1px solid #ebeae6;
    margin-top: 0;
    line-height: 30px;
}
.profile-section .profile-nav ul > li:last-child{
    border-bottom: 2px solid #b89b5e;
}
.profile-section .profile-nav ul > li > a{
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #89817f;
    border-left: 5px solid #fff;
}
.profile-section .profile-nav ul > li > a:hover,
.profile-section .profile-nav ul > li > a:focus,
.profile-section .profile-nav ul li.active  a{
    background: #f8f7f5 !important;
    border-left: 5px solid #b89b5e;
    color: #89817f !important;
}
.profile-section .profile-nav ul > li:last-child > a:last-child{
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}
.profile-section .profile-nav ul > li > a > i{
	width: 30px;
	color: #bcb3aa;
	padding-right: 10px;
    font-size: 16px;
}
.profile-section .profile-nav .profile-dropdown>a:after{
	position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    right: 10px;
    font-size: 18px;
    font-weight: bold;
}
.profile-section .profile-nav .profile-dropdown.open>a:after{
    content: "\f107";
}
.profile-section .profile-nav .profile-dropdown ul{
	display: none;
}
.profile-section .profile-nav .profile-dropdown ul li{
	padding-left: 10px;
}
.profile-section .profile-nav .profile-dropdown ul li a{
	position: relative;
    display: block;
	padding: 10px 15px;
} 
.profile-section .profile-nav .profile-dropdown.open ul{
	display: block;
}
.profile-section .user-notification{
	background-color: #b89b5e;
    margin: 6px 0 0;
    font-size: 12px;
}
.profile-section form .form-content{
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.profile-section form .form-content .form-group{
	margin-bottom: 15px;
}
.profile-section form .form-content .form-group .adon-icon{
	font-size: 16px;
}
.profile-section form .form-content .form-group .adon-icon .fa-eye{
	cursor: pointer;
}
.profile-section form .form-submit .form-group button{
	width: 100%;
	position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background: #b89b5e;
    color: #fff!important;
    border-radius: 5px;
}
.profile-section form .form-submit .form-group button:hover{
    background: #223555;
}
.profile-section .profile-info{
	position: relative;
}
.profile-section .table th{
	text-align: center;
}
.profile-section .profile-info .direction-action{
	display: none;
	position: absolute;
	right: 10px;
    bottom: 15px;
	color: #223555;
	font-size: 28px;
}
.profile-section .profile-info .direction-action span{
	cursor: pointer;
}
.profile-section .delete-account{
	display: grid;
    justify-content: flex-end;
}
.profile-section .delete-account a{
	color: #223555;
	text-decoration: underline;
}
.lower-section .nav-toggler{
	margin-top: -15px;
}
.lower-section .nav-toggler button{
	height: 30px;
    width: 35px;
	line-height: 28px;
	font-size: 21px;
}
.payment-page .tabs-content{
	display: grid;
    justify-content: center;
}
.payment-page .tabs-content img{
	margin: 0 auto;
}
.payment-page .tabs-content span{
	font-size: 24px;
    margin-top: 20px;
    text-align: center;
}	
.pagination>li{
	display: inline-block;
	margin: 5px 4px;
}
.pagination>li>a,
.pagination>li>span{
    color: #999;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover{
	background-color: #b89b5e;
    border-color: #b89b5e;
}
.modal{
	z-index: 11050;
}
.modal .register-section{
	padding: 30px 20px 10px 20px;
}
.modal .register-section .form-column{
	margin-bottom: 0;
}
.modal .register-section .forget,
.modal .register-section .forget-confirm,
.modal .register-section .recover,
.modal .register-section .register-confirm{
	display: none;
}
.modal .register-section .styled-form .form-group{
	margin-bottom: 15px;
}
.modal .register-section .styled-form .form-group .form-phone{
	display: flex;
}
.modal .register-section .styled-form .form-group .form-phone select{
	border-right-width: .1px;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.modal .register-section .styled-form .form-group .form-phone input{
	border-right-width: .1px;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.modal .register-section .styled-form .form-group .form-phone .select2{
	width: 90px !important;
	text-align: center;
}
.modal .register-section .styled-form .form-group .form-phone .select2-selection{
	height: 48px !important;
}
.modal .register-section .styled-form .form-group .form-phone .select2-selection__rendered{
	line-height: 46px;
}
.modal .styled-form .form-group .adon-icon{
	font-size: 16px;
}
.modal .styled-form .form-group .adon-icon .fa-eye{
	cursor: pointer;
}
.modal .register-section .styled-form .login-tab {
    margin-bottom: 10px;
}
.modal .register-section .styled-form .login-tab a {
    float: left;
    width: 50%;
    background-color: #fff;
    color: #223555;
    padding: 0.75rem 1rem;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ccc;
}
.modal .register-section .styled-form .login-tab a:first-child {
    border-right: 2px solid #ccc;
}
.modal .register-section .styled-form .login-tab a:last-child {
    border-left: 2px solid #ccc;
}
.modal .register-section .styled-form .login-tab a.active {
    background-color: #223555;
    border-color: #223555;
    color: #fff;
}
.modal .register-section .styled-form .login-content .login-panel {
    display: none;
}
.modal .register-section .styled-form .login-content .login-panel.active {
    display: block;
}
.modal .register-section .styled-form .login-with-asan{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #003773;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.02), 0px 2px 4px rgba(0, 0, 0, 0.08);
	border-radius: 6px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.modal .register-section .styled-form .login-with-asan img{
	width: 80px;
    height: 20px;
    margin: 5px 0;
	object-fit: contain;
}
.modal .register-section .styled-form .login-with-asan span{
	color: #FFFFFF;
	font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}
.modal .register-section .styled-form .forgot{
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
}
.modal .register-section .styled-form .upload-file{
    position: relative;
}
.modal .register-section .styled-form .upload-file .upload-custom-btn{
	background-color: #b89b5e;
    color: white;
    line-height: 35px;
    min-width: 120px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}
.modal .register-section .styled-form .upload-file .upload-input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    line-height: 30px;
}
.modal .register-section .terms-condition:hover{
	color: #b89b5e;
}
.modal .register-section .terms-condition input{
	vertical-align: text-top;
	margin: 4px 10px 0 0;
}
.modal .register-section .btn-style-one{
	width: 100%;
}
.modal .register-section .no-account{
	font-size: 16px;
	text-align: center;
    margin-top: 20px;
}
.modal .alert{
	display: none;
}
.alert{
	margin: 0 0 10px;
	padding: 10px;
    text-align: center;
}
.alert button{
	padding: 0 30px 10px !important;
	z-index: 1;
}
.alert p{
	margin-bottom: 0 !important;
}
.btn-custom{
	background-color: #223555;
	color: #fff;
    border-color: #223555;
}
.btn-custom:hover,
.btn-custom:focus{
	color: #fff;
}
.text-custom{
	color: #b89b5e;
    font-size: 18px;
}
.dtp-buttons{
	margin-top: -15px;
}
.dtp-buttons button{
	margin-left: 5px;
}
.main-slider{
	margin-top: 0 !important;
}
.main-slider .tparrows {
	position: absolute;
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
}
.main-slider .tparrows.tp-leftarrow,
.main-slider .tparrows.tp-rightarrow{
	top: 50%;
}
.main-slider .tp-caption{
	position: absolute;
	top: 70%;
    left: 20%;
}
.main-slider .tp-caption-youtube{
	left: 40%;
}
.main-slider .tp-caption .theme-btn{
	background-color: #b89b5e;
	padding: 10px;
	color: #fff !important;
    border-radius: 20px;
	font-size: 21px;
}
.main-slider .tp-caption .theme-btn:hover{
	background-color: #b89b5e;
	color: #fff !important;
}
.main-slider .tp-caption .theme-btn i{
    font-size: 18px !important;
}
.services-style-one{
	background-color: #f5f5f5;
	padding-top: 20px;
}
.request-be-advocate{
    line-height: 20px;
    padding: 8px 15px;
	margin-top: 20px;
}
.sidebar-page-container.find-advocate-list{
	padding-top: 40px;
}
.owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -25px 0 0 -25px!important;
    line-height: 48px;
    width: 50px;
    height: 50px;
    border: 1px solid #e0e0e0;
    text-align: center;
    color: #ccc;
    background: #fff!important;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    margin: -25px -25px 0 0!important;
    line-height: 48px;
    width: 50px;
    height: 50px;
    border: 1px solid #e0e0e0;
    text-align: center;
    color: #ccc;
    background: #fff!important;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.slide-owl-carousel .owl-nav .owl-prev{
	left: 3%;
}
.slide-owl-carousel .owl-nav .owl-next{
    right: 3%;
}
.owl-nav .owl-next:hover,
.owl-nav .owl-prev:hover {
    background: #223555!important;
}
.owl-nav .owl-next .fa:before,
.owl-nav .owl-prev .fa:before {
    font-size: 24px;
    color: #223555;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.owl-nav .owl-next:hover .fa:before,
.owl-nav .owl-prev:hover .fa:before {
    color: #fff;
}
.service-owl-carousel .owl-nav .owl-prev,
.service-owl-carousel .owl-nav .owl-next{
	top: 25%;
	line-height: 33px;
    width: 35px;
    height: 35px;
}
.lawyer-owl-carousel .owl-nav .owl-prev,
.lawyer-owl-carousel .owl-nav .owl-next{
	top: 40%;
}
.success-owl-carousel .owl-nav .owl-prev,
.success-owl-carousel .owl-nav .owl-next{
	top: 40%;
	line-height: 38px;
    width: 40px;
    height: 40px;
}
.blog-owl-carousel .owl-nav .owl-prev,
.blog-owl-carousel .owl-nav .owl-next{
	top: 45%;
}
.pika-single{
	z-index: 99999 !important;
}
.select2-container{
	z-index: 11111;
}
@media only screen and (max-width:1200px){
	.main-header .middle-bar{
		padding: 10px 0;
	}
	.main-header .lower-section .outer-box .menu-bar{
		grid-gap: 10px;
	}
	.main-menu .navigation>li>a{
		font-size: 14px;
	}
	.main-header .link-box .theme-btn{
		padding: 3px;
		font-size: 12px;
	}
	.about-section .image-box>img{
		height: 210px;
	}
	.company-timeline .timeline-image img{
		height: 160px;
	}
	.default-service-column .service-header{
		min-height: 110px;
	}
	.team-section .team-member .image img{
		height: 340px;
	}
	.home-news-section .featured-news-column .image-box img{
		height: 220px;
	}
	.featured-news-column .content{
		min-height: 450px;
	}
	.news-section-page img{
		height: 215px;
	}
	.gallery-owl-carousel .image-block img{
		height: 220px;
	}
	.search-section .featured-news-column .image-box{
		width: 20%;
	}
	.default-product-item .inner-box .image-box img {
		height: 320px;
	}
	.find-advocate-list .default-product-item .inner-box .image-box img{
		height: 340px;
	}
	.single-find-advocate .featured-news-column .image-box img{
		height: 205px;
	}
}
@media only screen and (max-width: 1140px){
	.main-menu .navigation>li>a{
		font-size: 12px;
	}
    .main-slider .tp-caption .theme-btn{
        padding: 10px 15px;
        font-size: 18px;
    }
	.owl-nav .owl-prev{
		left:15px;	
	}
	.owl-nav .owl-next{
		right:15px;	
	}
}
@media only screen and (max-width:1023px){
	.main-header .lower-section .outer-box{
		padding: 5px 0;
		height: unset;
	}
	.main-header .nav-toggler{
		right: 0;
	}
	.main-header .link-box,
	.main-header .language-search-box{
		display: none;
	}
	.main-header .top-bar .top-right{
		float: right;
	}
	.main-header .lower-section .outer-box .menu-bar{
		justify-content: space-between;
	}
	.home-blog-column{
		grid-template-columns: 1fr 1fr;
	}
	.about-section .image-box>img{
		height: 310px;
	}
	.team-section .team-member .image img{
		height: 475px;
	}
	.gallery-owl-carousel .image-block img{
		height: 190px;
	}
	.search-section .featured-news-column .image-box{
		width: 25%;
	}
}
@media only screen and (max-width:992px){
	.main-slider .tp-caption-youtube{
		left: 45%;
	}
    .main-slider .tp-caption .theme-btn{
        padding: 10px;
		font-size: 16px;
    }
	.default-service-column .service-header{
		min-height: 100px;
	}
	.default-service-column .text-content .text p{
		min-height: 110px;
	}
	.about-section .image-box>img{
		height: 260px;
	}
	.company-timeline .timeline-image img{
		height: 200px;
	}
	.team-section .team-member .image img{
		height: 400px;
	}
	.counter-section .counter-box{
		margin-bottom: 10px;
	}
	.home-news-section .featured-news-column .image-box img{
		height: 270px;
	}
	.featured-news-column .content{
		min-height: 400px;
	}
	.news-section-page img{
		height: 260px;
	}
	.gallery-owl-carousel .image-block img{
		height: 240px;
	}
	.default-product-item .inner-box .image-box img{
		height: 380px;
	}
	.find-advocate-list .default-product-item .inner-box .image-box img{
		height: 260px;
	}
	.single-find-advocate .featured-news-column .image-box img{
		height: 250px;
	}
	#lawyerCalendar .fc-toolbar{
		display: block;
	}
	#lawyerCalendar .fc-left,
	#lawyerCalendar .fc-center,
	#lawyerCalendar .fc-right{
		text-align: center;
	}
	#lawyerCalendar .fc-center,
	#lawyerCalendar .fc-right>div{
		margin:15px 0;
	}
	#lawyerCalendar .fc-center h2{
		font-size: 21px;
	}
	.create-contract-desktop-sidabar{
		display: none;
	}
	.create-contract-mobile-sidabar{
		display: block;
	}
	.profile-section .profile-info .direction-action{
		display: block;
	}
}
@media only screen and (max-width:767px){
    .main-slider .tp-caption{
        display: block;
    }
	.main-slider .tp-caption{
		display: block !important;
	}
    .main-slider .tp-caption .theme-btn{
		padding: 5px 10px;
        font-size: 14px;
    }
	.about-section .image-box>img{
		height: 300px;
	}
	.company-timeline .timeline-image img{
		height: 150px;
	}
	.default-service-column .service-header{
		min-height: auto;
	}
	.default-service-column .text-content .text p{
		min-height: auto;
	}
	.whyus-column{
		display: none;
	}
	.team-section .team-member .image img{
		height: 300px;
	}
	.home-news-section .featured-news-column .image-box img{
		height: 200px;
	}
	.featured-news-column .content{
		font-size: 14px;
	}
	.featured-news-column h3{
		font-size: 16px;
	}
	.news-section.list-view .featured-news-column .content{
		padding: 30px 20px;
	}
	.news-section-page img{
		height: auto;
	}
	.gallery-owl-carousel .image-block img{
		height: 400px;
	}
	.search-section .featured-news-column .image-box{
		width: 100%;
	}
	.default-product-item .inner-box .image-box img,
	.find-advocate-list .default-product-item .inner-box .image-box img{
		height: auto;
	}
	.single-find-advocate .featured-news-column .image-box img{
		height: auto;
	}
	.appeal-form-get-advice form,
	.appeal-form-get-advice .alert{
		width: 100%;
	}
	.single-section .prod-tabs .tab-btns .tab-btn{
		font-size: 16px;
	}
}

@media only screen and (max-width:600px){
    .main-slider .tp-caption{
        top: 75%;
    }
    .main-slider .tp-caption-youtube{
        left: 50%;
    }
	.home-news-section .featured-news-column .image-box img{
		height: 160px;
	}
	.featured-news-column .content{
		min-height: 440px;
		font-size: 12px;
	}
	.featured-news-column h3{
		font-size: 14px;
	}
	section.page-title{
		padding: 100px 0 40px;
	}
	.team-section .team-member .image img{
		height: auto;
	}
	.sponsors-section .sponsors-slider li img{
		height: 175px;
	}
	.gallery-owl-carousel .image-block img{
		height: 280px;
	}
	.prod-tabs .tab-btns .tab-btn{
		margin-bottom: 0;
	}
	.appeal-form .appeal-find-advocate-form-item,
	.profile-section form .form-content{
		grid-template-columns: 1fr;
	}
	.default-service-column .service-header{
		padding-left: 0;
	}
	.default-service-column .service-header .icon{
		position: unset;
	}
	.default-service-column .service-header .icon img{
		height: 45px;
	}
	.default-service-column .service-header h4,
	.default-service-column .service-header h3{
		margin-left: 0;
	}
	.service-owl-carousel .owl-nav .owl-prev,
	.service-owl-carousel .owl-nav .owl-next{
		top: 40%;
	}
	.error-section .bigger-text{
		font-size: 80px;
		line-height: 80px;
	}
	.copyright-text{
		text-align: center;
	}
	.footer-bottom .footer-nav ul{
		float: unset !important;
		text-align: center;
	}
	.footer-bottom .footer-nav ul li{
		float: unset;
		display: inline-block;
		margin-left: 10px;
	}
	.footer-bottom .footer-nav ul li:first-child{
		margin-left: 0;
	}
	.page-info .pull-left,
	.page-info .pull-right{
		margin-bottom: 0;
	}
	#lawyerCalendar th,
	#lawyerCalendar td{
		font-size: 9px;
	}
}

@media only screen and (max-width:480px){
    .main-slider .tp-caption-youtube{
        left: 60%;
    }
	.main-header .top-bar .top-left .text{
		font-size: 12px;
	}
	.home-blog-column{
		grid-template-columns: 1fr;
	}
	.sponsors-section .sponsors-slider li img{
		height: 270px;
	}
	.gallery-owl-carousel .image-block img{
		height: 240px;
	}
	.home-news-section .featured-news-column .image-box img{
		height: auto;
	}
	.featured-news-column .content{
		min-height: auto;
	}
	div.dataTables_wrapper div.dataTables_length label,
	div.dataTables_wrapper div.dataTables_filter label{
		float: right;
	}
	.tparrows.preview3:after,
	.tparrows.preview3{
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
}

@media only screen and (max-width:400px){
	.main-slider .tp-caption-youtube{
        left: 65%;
    }
	.main-slider .tp-caption .theme-btn {
		padding: 2px 5px;
		font-size: 12px;
	}
	.main-header .top-bar .top-left .text{
		font-size: 10px;
	}
	.main-header .link-box .theme-btn{
		padding: 13px 18px;
	}
	.sponsors-section .sponsors-slider li img{
		height: 230px;
	}
	.gallery-owl-carousel .image-block img{
		height: 190px;
	}
	.copyright-text{
		font-size: 14px;
	}
	.footer-bottom .footer-nav ul li{
		margin-left: 4px;
	}
	.footer-bottom .footer-nav ul li a{
		font-size: 14px;
	}
	.profile-section .profile-info .direction-action{
		top: 70px;
	}
	.service-owl-carousel .owl-nav .owl-prev,
	.service-owl-carousel .owl-nav .owl-next{
		top: 38%;
	}
	div.dataTables_wrapper div.dataTables_filter label,
	div.dataTables_wrapper div.dataTables_info{
		white-space: normal;
	}
	div.dataTables_wrapper div.dataTables_filter input{
		margin: 0;
		width: 100%;
	}
	.dataTables_wrapper .dataTables_info{
		font-size: 14px;
	}
}

@media only screen and (max-width:350px){
	.main-header .top-bar .top-left .text{
		font-size: 9px;
	}
	.sponsors-section .sponsors-slider li img{
		height: 200px;
	}
	.gallery-owl-carousel .image-block img{
		height: 165px;
	}
	.btn-style-one{
		padding: 10px 25px;
	}
	.footer-bottom .footer-nav ul li a{
		font-size: 13px;
	}
	#lawyerCalendar .fc-left>.fc-button{
		margin-top: 10px;
	}
	#lawyerCalendar .fc-right .fc-button{
		font-size: 12px;
	}
	.profile-section .profile-info .direction-action{
		top: 5px;
	}
	.service-owl-carousel .owl-nav .owl-prev,
	.service-owl-carousel .owl-nav .owl-next{
		top: 36%;
	}
	.dataTables_wrapper .dataTables_info{
		font-size: 10px;
	}
	div.dataTables_wrapper div.dataTables_length label{
		font-size: 14px;
	}
}
