.admin-bar .stricky-header{
	top:32px;
}

/***************** Pagination Style*******************/
/*== Styled Pagination Css ======*/
.pagination {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
}

.pagination.pdtop0 {
    padding-top: 0;
}

.pagination li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.pagination li:last-child {
    margin-right: 0;
}

.pagination li a,.pagination li > span {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 40px;
    border-radius: 5px;
    background: #ffffff;
    border: 1px solid #D9D9D9;
    color: var(--thm-gray);
    font-size: 14px;
    line-height: 38px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    transition: all 500ms ease;
    font-family: var(--thm-font);
    z-index: 1;
}

.pagination li a span:before,.pagination li > span:before {
    position: relative;
    top: 0px;
    font-size: 14px;
}

.pagination li.prev a span:before {
    position: relative;
    display: inline-block;
    padding-right: 8px;
}

.pagination li.next a span:before {
    position: relative;
    display: inline-block;
    padding-left: 8px;
}

.pagination li:hover a,
.pagination li.active a,
.pagination li > span {
    color: #ffffff;
    border-color: var(--thm-base);
    background: var(--thm-base);
}

.pagination li.prev a,
.pagination li.next a {
    width: 90px;
}

.pagination li.prev a:hover,
.pagination li.next a:hover {
    color: #ffffff;
}

/************************* Footer widget style **************************/
.footer-widget{
	position: relative;
    display: block;
}
#nav_menu-2{
	padding-left: 80px;
}
#nav_menu-3{
	padding-left: 80px;
}
.footer-widget{
	margin-bottom:40px;
}
.footer-widget ul,
.footer-widget ol{
	position: relative;
    display: block;
    overflow: hidden;
	padding:0px;
	margin:0px;
}
.footer-widget ul li,
.footer-widget ol li{
    position: relative;
    margin-bottom: 13px;
	color: #D9D9D9;
    font-size: 17px;
    font-weight: 400;
    font-family: var(--thm-font);
}
.footer-widget ul > li{
	padding-left:30px;
}
.footer-widget ul li:last-child,
.footer-widget ol li:last-child{
	margin-bottom:0px;
}
.footer-widget ul li ul li,
.footer-widget ol li ol li{
	margin-bottom:0px;
	margin-top:13px;
	padding-left:20px;
}
.footer-widget ul li a,
.footer-widget ol li a{
    position: relative;
    display: inline-block;
    color: #D9D9D9;
    font-size: 17px;
    font-weight: 400;
    font-family: var(--thm-font);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.footer-widget ul li:before,
.footer-widget ol li:before{
	content: "\e977";
    font-family: 'icomoon' !important;
    position: absolute;
    top: 6px;
    left: 0;
    color: #ffffff;
    font-size: 10px;
    opacity: 1;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 300ms linear;
    transition-delay: 0.1s;
}

.footer-widget ul li a:hover,
.footer-widget ol li a:hover{
	color: var(--thm-base);
}

/***************** Service Sidebar Style*******************/
.service-widget ul {
	position: relative;
    display: block;
    margin-top: 27px;
}
.service-widget ul li {
	position: relative;
    display: block;
    margin-bottom: 15px;
}

.service-widget ul li a{
	position: relative;
    overflow: hidden;
    display: flex;
    background: #f5f5f5;
    border-radius: 2px;
    padding: 6px 35px 5px;
    color: #515151;
    font-size: 17px;
    font-weight: 400;
    line-height: 50px;
    align-items: center;
    justify-content: space-between;
    font-family: var(--thm-font);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}
.service-widget ul li a:before{	    
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--thm-base);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    transform-origin: top center;
    z-index: -1;
}
.service-widget ul li a:after{
	content: "\e968";
	position:absolute;
	right:20px;
	top:10px;
	color: #515151;
    font-size: 17px;
	font-family: 'icomoon' !important;	
}

.service-widget ul li:hover a,
.service-widget ul li.current-menu-item a{
	color: #ffffff;
    padding-left: 40px;
	background-color: var(--thm-base);
}
.service-widget ul li a:hover:before,
.service-widget ul li.current-menu-item a:before{	
	-webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: bottom center;
}
.service-widget ul li:hover a:after,
.service-widget ul li.current-menu-item a:after{
	color:#fff;	
}
/********************* Blog Widget Style ******************/

#rosano_scroll_text-2 {
	border: none;
    border-radius: none;
	padding: 0px; 
    margin-bottom: 0px;
}
#categories-2 ul {
	position: relative;
    display: block;
    margin-top: 27px;
}
#categories-2 ul li {
	position: relative;
    display: block;
    margin-bottom: 15px;
}

#categories-2 ul li a{
	position: relative;
    overflow: hidden;
    display: flex;
    background: #f5f5f5;
    border-radius: 2px;
    padding: 6px 35px 5px;
    color: #515151;
    font-size: 17px;
    font-weight: 400;
    line-height: 50px;
    align-items: center;
    justify-content: space-between;
    font-family: var(--thm-font);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}
#categories-2 ul li a:before{	    
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--thm-base);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    transform-origin: top center;
    z-index: -1;
}
#categories-2 ul li a:after{
	content: "\e968";
	position:absolute;
	right:20px;
	top:10px;
	color: #515151;
    font-size: 17px;
	font-family: 'icomoon' !important;	
}

#categories-2 ul li:hover a,
#categories-2 ul li.current-menu-item a{
	color: #ffffff;
    padding-left: 40px;
	background-color: var(--thm-base);
}
#categories-2 ul li a:hover:before,
#categories-2 ul li.current-menu-item a:before{	
	-webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transform-origin: bottom center;
}
#categories-2 ul li:hover a:after,
#categories-2 ul li.current-menu-item a:after{
	color:#fff;	
}
.sidebar-blog-post li .img-box img{
	height: 80px;
	object-fit: cover;
}
.widget .tagcloud{
	position:relative;
	margin-top: 27px;	
}
.widget .tagcloud a{
	position: relative;
    display: inline-block;
    font-size: 13px !important;
    text-transform: uppercase;
	color: #515151;
	margin-right: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    background: #ffffff;
    border: 1px solid #d9d9d9;
	padding: 7px 15px 6px;
	text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.widget .tagcloud a:hover{
	background: #ff7a00;
	color: #fff;
}

.testimonials-style1 .owl-dots-none .owl-dots{
	display:none;	
}

.loan-process-content-box__inner.rosano ul li:before{
    content: "";
    position: absolute;
    top: 51px;
    left: 11px;
    bottom: -20px;
    width: 1px;
    background-color: #d9d9d9;
}

/***********EMI CALCULATOR********************/
.tk-emi-calculator .heading-section .heading-sec-link,
.tk-emi-calculator .calculator-heading-section,
.tk-emi-calculator .contact-us-section,
.tk-emi-calculator .calculator-disclaimer-section{
	display:none;
}

.tk-emi-calculator .loan-option-text-info{
	padding:0px;
	margin:0px;
	background:#ffffff;
}

.tk-emi-calculator .loan-option-text-info .loan-option-text-info-section .loan-option-text-info-block .first-row,
.tk-emi-calculator .loan-option-text-info .loan-option-text-info-section .loan-option-text-info-block .second-row,
.tk-emi-calculator .loan-option-text-info .loan-detail-section{
	margin:0 -50px;
}

.tk-emi-calculator .loan-option-text-info .loan-option-text-info-section .loan-option-text-info-block .second-row{
	margin-top:50px;
	margin-bottom:50px;
}

.tk-emi-calculator .loan-option-text-info .loan-option-text-info-section .loan-option-text-info-block .first-row .first-row-sub-child{
	width:33.333%;
	padding:0px 50px;
}

.tk-emi-calculator .loan-option-text-info .loan-option-text-info-section .loan-option-text-info-block .first-row .first-row-sub-child,
.tk-emi-calculator .loan-option-text-info .loan-option-text-info-section .loan-option-text-info-block .second-row .second-row-sub-child{
	border-right:1px solid #D9D9D9;
}

.tk-emi-calculator .loan-option-text-info .loan-option-text-info-section .loan-option-text-info-block .first-row .first-row-sub-child:last-child,
.tk-emi-calculator .loan-option-text-info .loan-option-text-info-section .loan-option-text-info-block .second-row .second-row-sub-child:last-child{
	border:none;
}

.tk-emi-calculator .loan-option-text-info .loan-option-text-info-section .loan-option-text-info-block .first-row .first-row-sub-child label,
.tk-emi-calculator .loan-option-text-info .loan-option-text-info-section .loan-option-text-info-block .second-row .second-row-sub-child label,
.tk-emi-calculator .loan-option-text-info .loan-detail-section .loan-detail-section-child:last-child .loan-detail-cal-desc .loan-cal-desc .loan-cal-desc-heading label {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: var(--thm-black);
	font-family: var(--thm-font);
	margin-bottom:15px;
}

.tk-emi-calculator .loan-option-text-info .loan-detail-section .loan-detail-section-child:last-child .loan-detail-cal-desc .loan-cal-desc .loan-cal-desc-heading label{
	margin-bottom:0px;
}

.tk-emi-calculator .loan-option-text-info .loan-option-text-info-section .loan-option-text-info-block .first-row .first-row-sub-child:first-child .loan-text-dis input,
.tk-emi-calculator .loan-option-text-info .loan-option-text-info-section .loan-option-text-info-block .first-row .first-row-sub-child:nth-child(2) .loan-text-dis input,
.tk-emi-calculator .loan-option-text-info .loan-option-text-info-section .loan-option-text-info-block .second-row .second-row-sub-child:first-child .loan-text-dis input,
.tk-emi-calculator .loan-option-text-info .loan-option-text-info-section .loan-option-text-info-block .second-row .second-row-sub-child:last-child .loan-text-dis input[type="text"]{
	border-radius:0px;
	height:60px;
	border: 1px solid #D9D9D9;
	font-size:17px;
	font-weight:500;
	color: var(--thm-black);
}

.tk-emi-calculator .loan-option-text-info .loan-option-text-info-section .loan-option-text-info-block label .text-tooltip-disp{
	font-size:14px;
	font-weight:600;
}

.tk-emi-calculator .loan-option-text-info .loan-option-text-info-section .loan-option-text-info-block .first-row .first-row-sub-child:first-child .loan-text-dis .extra-info,
.tk-emi-calculator .loan-option-text-info .loan-option-text-info-section .loan-option-text-info-block .second-row .second-row-sub-child .loan-text-dis .extra-info{
	height:60px;
	border-color:#D9D9D9;
	border-radius:0px;
	line-height:60px;
}

.tk-emi-calculator .loan-option-text-info .loan-option-text-info-section .loan-option-text-info-block .first-row .first-row-sub-child .nice-select{
	border-radius:0;
	float:none;
	height:60px;
	line-height:60px;
	font-weight:500;
	color: var(--thm-black);
	border: 1px solid #D9D9D9;
}

.tk-emi-calculator .nice-select.open .list{
	width:100%;
	border-radius:0;
}

.tk-emi-calculator .loan-option-text-info .loan-option-text-info-section .loan-option-text-info-block .first-row .first-row-sub-child .nice-select:after{
	margin:0px;
}

.tk-emi-calculator .loan-option-text-info .loan-option-text-info-section .loan-option-text-info-block .first-row .first-row-sub-child .loan-text-dis,
.tk-emi-calculator .loan-option-text-info .loan-option-text-info-section .loan-option-text-info-block .second-row .second-row-sub-child .loan-text-dis{
	margin-bottom:30px;
}

.tk-emi-calculator .loan-option-text-info .loan-option-text-info-section .loan-option-text-info-block input[type="range"]{
	  background: linear-gradient(to right, #D9D9D9 0%, #D9D9D9 0%, #D9D9D9 0%, #D9D9D9 100%) !important;
	  border-radius:0px;
}

.tk-emi-calculator .loan-option-text-info .loan-option-text-info-section .loan-option-text-info-block .second-row .second-row-sub-child:first-child,
.tk-emi-calculator .loan-option-text-info .loan-option-text-info-section .loan-option-text-info-block .second-row .second-row-sub-child{
	width:50%;
	padding:0 50px;
}

.tk-emi-calculator .loan-option-text-info .loan-detail-section .loan-detail-section-child:first-child,
.tk-emi-calculator .loan-option-text-info .loan-detail-section .loan-detail-section-child:last-child{
	padding:0 50px;
}

.tk-emi-calculator .loan-option-text-info .loan-detail-section .loan-detail-section-child .sub-main-tab,
.tk-emi-calculator .loan-option-text-info .loan-detail-section .loan-detail-section-child .sub-main-tab .container{
	padding:0px;
}

.tk-emi-calculator .loan-option-text-info .loan-detail-section .loan-detail-section-child:last-child .loan-detail-cal-desc{
	padding:50px;
	background-color:#f7f7f7;
}

.tk-emi-calculator .loan-cal-desc-val{
	margin-top:20px;
}

.tk-emi-calculator table{
	width:100%;
}

@media only screen and (max-width: 1200px) {
	.tk-emi-calculator .loan-option-text-info .loan-option-text-info-section .loan-option-text-info-block .first-row .first-row-sub-child,
	.tk-emi-calculator .loan-option-text-info .loan-option-text-info-section .loan-option-text-info-block .second-row .second-row-sub-child:first-child, .tk-emi-calculator .loan-option-text-info .loan-option-text-info-section .loan-option-text-info-block .second-row .second-row-sub-child,
	.tk-emi-calculator .loan-option-text-info .loan-detail-section .loan-detail-section-child:first-child,
	.tk-emi-calculator .loan-option-text-info .loan-detail-section .loan-detail-section-child:last-child{
		width:100%;
		border:none;
	}
	.loan-option-text-info .loan-detail-section{
		flex-direction:column;
	}
}

.sidebar-blog-post li .inner{
	display:flex;
	justify-content:space-between;
	gap:30px;
	padding:0px;
}

.sidebar-blog-post li .img-box{
	position:relative;
}

.sidebar-blog-post li .title-box{
	width:calc(100% - 80px);
	padding:0px;
}

.widget_rosano_apply_now2.single-sidebar-box{
	padding:0px;
	border:none;
}

.rosano-comment-item .add-comment-box{
	margin-top:40px;
}

.m-t30{
	margin-top:30px;
}

.m-h95{
	min-height:95px;
}

@media only screen and (min-width: 600px) {
	.rosano-comment-item .rosano-comment-item{
		margin-left:70px;
	}
}

.widget ul,
.widget ol{
	position:relative;
	padding:0px;
	margin:0px;
}        
.widget ul li,
.widget ol li{
	position: relative;
    display: block;
    margin-bottom: 14px;
	padding-left:22px;
    color: #515151;
	font-size: 17px;
    line-height: 24px;
	font-weight: 400;
	font-family: var(--thm-font);
}
.widget ul li:last-child,
.widget ol li:last-child{
    margin-bottom: 0px;
}
.widget ul li ul li,
.widget ol li ol li{
	position: relative;
    display: block;
    margin-top: 14px;
	margin-bottom:0px;
}
.widget ul li a,
.widget ol li a{
    position: relative;
    display: inline-block;
    color: #515151;
	font-size: 17px;
    line-height: 24px;
	font-weight: 400;
	font-family: var(--thm-font);
    transition: all 500ms ease 0s;
}
.widget ul li a:hover,
.widget ol li a:hover{
	 color: var(--thm-base);
}
.widget ul li::before,
.widget ol li::before {
  content: "\e968";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #515151;
  font-size: 14px;
  font-family: 'icomoon' !important;
}

.widget ul li.recentcomments,
.widget ol.wp-block-latest-comments li,
.footer-widget ul li.recentcomments,
.footer-widget ol.wp-block-latest-comments li {
	padding-left:30px;
}

.widget ul li.recentcomments:before,
.widget ol.wp-block-latest-comments li:before,
.footer-widget ul li.recentcomments:before,
.footer-widget ol.wp-block-latest-comments li:before{
	content:'\e904';
	font-family: 'icomoon' !important;
	position:absolute;
	top:0px;
	left:0px;
	background:none;
}

.widget .has-avatars .wp-block-latest-comments__comment,
.footer-widget .has-avatars .wp-block-latest-comments__comment{
	padding-left:0px;
}

.widget .has-avatars .wp-block-latest-comments__comment:before,
.footer-widget .has-avatars .wp-block-latest-comments__comment:before{
	display:none;
}

.widget .has-avatars li .wp-block-latest-comments__comment-meta, .footer-widget .has-avatars li .wp-block-latest-comments__comment-meta{
	min-height:45px;
}

.sidebar-content-box #nav_menu-3{
	padding:0px;
}

.widget .nice-select,
.footer-widget .nice-select{
	float:none;
}

.widget .nice-select .list,
.footer-widget .nice-select .list{
	width:100%;
}

.footer-widget .nice-select .list{
	background-color:#191919;
}

.widget .nice-select .list li,
.footer-widget .nice-select .list li{
	font-size:14px;
	margin-bottom:0px;
}

.widget .nice-select .list li:before,
.footer-widget .nice-select .list li:before,
.widget .sidebar-blog-post ul li:before{
	display:none;
}

.widget .sidebar-blog-post li{
	padding-left:0px;
}
