/*Common*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    font-family: "Poppins", sans-serif;
}
html {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}
body::-webkit-scrollbar {
    width: 8px;
}
body::-webkit-scrollbar-track {
    background: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    border: 2px solid #f1f1f1;
}
body::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}
.ft-postimg img{
	height:240px;
}
li{
    font-size: 0.875rem !important;
    line-height: 25px;
}
.font-size-15{
    font-size:0.9375rem !important
}
.font-size-18{
    font-size:1.125rem !important
}

.font-size-14{
    font-size:0.875rem !important;
}
.font-size-16{
    font-size:1rem !important;
}
.font-size-20{
    font-size:1.25rem !important;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1380px;
    }
}
/*Topbar*/
.bg-top{
    background-image: url(/wp-content/uploads/2025/02/banner.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
/*Hero Section*/
.herobg{
    background-image: url(/wp-content/uploads/2025/02/banner.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 100px 80px;
}
.bg-author{
	background-image: url(/wp-content/uploads/2025/02/banner.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 50px 60px;
	border-radius:15px;
}
/*Navigation*/
/* .dropdown{
	position: initial !important;
} */
/* .dropdown-menu {
    display: none;
    position: absolute !important;
    left: 10% !important;
    right: 0;
    top: 70% !important;
    margin-top: 0 !important;
    padding: 0;
    background-color: #fbfcff;
    border: none;
    max-width: 1280px;
    width: 100%;
    box-shadow: 0 10px 20px rgb(0 0 0 / 0%), 0 6px 6px rgb(0 0 0 / 4%);
} */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background: rgb(250, 153, 86);
    background: linear-gradient(90deg, rgba(250, 153, 86, 1) 0%, rgba(242, 58, 116, 1) 100%);
    color: #fff !important;
}
.nav-item:hover > .nav-top-link {
    background: rgb(250, 153, 86);
    background: linear-gradient(90deg, rgba(250, 153, 86, 1) 0%, rgba(242, 58, 116, 1) 100%);
    color: #fff !important;
    border-radius: 5px 5px 0 0;
}
.nav-item:hover .dropdown-menu {
  display: block;
}
.navlistheading{
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	color: #002060;
	font-weight: 500;
}
.navlist li{
	line-height: 40px;
}
.navlist li a{
	font-size: 17px;
	font-family: "Poppins", sans-serif;
	text-decoration: none;
	color: #000;
}
.navlist li a:hover{
	font-size: 17px;
	font-family: "Poppins", sans-serif;
	text-decoration: underline;
	color: #000;
}
.navlisttext{
	font-size: 17px;
	font-family: "Poppins", sans-serif;
	text-decoration: none;
	color: #000;
}
.learn-link{
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	color: #002060;
	font-weight: 500;
	text-decoration: none;
}
.learn-link:hover{
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	color: #15A1DC;
	font-weight: 500;
	text-decoration: none;
}
.dropdown-menu .mega-row {
  padding: 20px 0;
  width:100%;
}
.nav-link i {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      transition: transform 0.3s ease;
    }

    /* Rotate arrow when hovering */
    .nav-item:hover .nav-link i {
      transform: translateY(-50%) rotate(180deg);
    }
.bgtop{
    position: absolute;
    z-index: -1;
    width: 60rem;
    top: 0;
    right: 0;
    animation: bounce 2s infinite alternate;
}
.prbgtop{
    position: absolute;
    z-index: -1;
    width: 60rem;
    top: 0;
    left: 300px;
    animation: bounce 2s infinite alternate;
}
@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}
nav {
  transition: all 0.3s ease;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff !important;
  box-shadow: 0 4px 2px -2px #eeeeee;
}
.nav-link{
	font-family: "Poppins", sans-serif;
    font-weight: 400 !important;
    color: #000 !important;
    margin: 0 5px;
    font-size: 16px;
}
.top-link{
	color: #15A1DC;
	text-decoration: none;
	margin-left: 10px;
	display: flex;
	transition: 0.1s ease-in;
}
.top-link:hover{
	transform: translateX(5%);
	color: #15A1DC;
	text-decoration: none;
	margin-left: 10px;
	display: flex;
}
/*Footer*/
.footer-logo img {
    width: 12rem;
}
.social-icons {
    padding: 10px;
    background-color: #d9d9d933;
    border-radius: 10px !important;
}
.footer {
    background: rgb(228, 44, 131);
    background: linear-gradient(180deg, rgba(228, 44, 131, 1) 0%, rgba(249, 115, 22, 1) 100%);
    color: white;
    font-family: "Poppins", sans-serif;
}
.footer-logo h5 {
    font-family: "Poppins", sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
}
.ft-title {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.title-ft{
	font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 1.125rem !important;
    margin-bottom: 0.9375rem;
}
.footer-logo p {
    font-family: "Poppins", sans-serif;
    font-size: 0.8125rem !important;
    line-height: 20px;
    padding-bottom: 2.5rem !important;
}
.footer a {
    color: white;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.footer {
    overflow: hidden;
}
.btn-sub {
    background: #000;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    color: #fff;
    padding: 0 15px !important;
    height: 35px;
    margin: 3px;
}
.btn-sub:hover {
    background: #000;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    color: #fff;
    padding: 0 15px !important;
    height: 35px;
    margin: 3px;
}
#btn-SubscribeNews{
	min-width: 120px;
    right: 2px;
}
.ft-list li a {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
}
.footer-sideimg {
    position: absolute;
    width: 40rem;
    margin-top: -90px;
}
/*End Footer*/
/*PostPage*/
.ads-banner{
    background-image: url(/wp-content/uploads/2025/02/getbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    padding: 50px;
    text-align: center;
}
.btn-start{
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 0;
}
.btn-start:hover{
    background: rgb(250,153,86);
    background: linear-gradient(184deg, rgba(250,153,86,1) 0%, rgba(242,58,116,1) 100%);
    color: #fff;
    border: 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.alink_date{
    background: rgb(250,153,86);
    background: linear-gradient(184deg, rgba(250,153,86,1) 0%, rgba(242,58,116,1) 100%);
    color: #fff;
    border: 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    font-size: 15px;
}
.maintop-title a{
    color:#212529;
    text-decoration: none;
    font-size: 36px;
}
.home-post{
    display: flex;
}
.home-post img{
    width: 420px;
    height: 280px;
    border-radius: 15px;
    position: relative;
    z-index: 999;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.home-post span{
    position: relative;
}
.home-post span:before{
    content: '';
    position: absolute;
    width: 240px;
    height: 200px;
    border-radius: 10px;
    z-index: 1;
    top: -150px;
    left: -30px;
    background-color: #f5f5f599;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.title-home{
    position: relative;
    overflow: hidden;
    font-size: 26px !important;
}
.title-home span::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 0.50px;
    background-color: #FA9956;
    top: 20px;
    margin-left: 5px;
}
.post-card{
    border: 1px solid #EDEDED;
    border-radius: 5px;
    padding: 5px;
    background-color: #fff;
}
.rounded-4{
    border-radius: 5px !important;
}
.btn-main{
    background: rgb(250,153,86);
    background: linear-gradient(90deg, rgba(250,153,86,1) 0%, rgba(242,58,116,1) 100%);
    color: #fff;
    border:0;
    font-size: 14px;
}
.btn-main:hover{
    background: rgb(250,153,86);
    background: linear-gradient(90deg, rgba(250,153,86,1) 0%, rgba(242,58,116,1) 100%);
    color: #fff;
    border:0;
    font-size: 14px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.bg-cate{
    background: rgb(250,153,86);
    background: linear-gradient(90deg, rgba(250,153,86,1) 0%, rgba(242,58,116,1) 100%);
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 400;
    position: absolute;
    top: 10px;
}
.cate-ctm{
    position: relative;
}
.author-link{
	font-size:20px;
    color: #212529;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 500;
}
.post-date{
    color: #212529;
	font-weight:400;
    font-size: 18px;
}
.post-icon{
	color:#F97316;
}
.post-text{
    color: #212529;
    text-decoration: none;
	font-size:16px;
	font-weight:400;
}
.ft-postimg img{
	object-fit:cover !important;
}
.subcate-badge{
	background-color:#fff;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 8px 25px !important;
    border-radius: 5px !important;
	cursor:pointer;
	box-shadow:rgba(0, 0, 0, 0.24) 0px 3px 8px;
	text-decoration: none;
    color: #000;
}
.subcate-badge:hover{
	background-color:#FA9956;
	color:#fff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding: 8px 25px !important;
    border-radius: 5px !important;
	cursor:pointer;
	box-shadow:rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.main-read-more{
    color: #FA9956;
    text-decoration: none;
    padding-left: 10px;
}
.cat-head{
    position: relative;
    overflow: hidden;
    font-size: 26px !important;
    font-weight: 500;
    z-index: 99;
}
.cat-head::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 0.50px;
    background-color: #FA9956;
    top: 20px;
    margin-left: 5px;
    z-index: -1;
}
.subcate-link{
    background-color: #FBFBFB;
    border: 1px dashed #ddd;
    border-radius: 10px;
    padding: 10px;
}
.subcate-link a{
    text-decoration: none;
}
.subcate-link h5{
    color: #FA9956;
    font-size: 16px !important;
}
.subcate-link p{
    margin: 0;
    font-size: 12px !important;
    color: #000;
}
.inner-title{
    font-size: 18px !important;
}
.inner-paragraph{
    font-size: 14px !important;
}
.featured-post {
    height: 240px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    padding: 10px;
    color: white;
    position: relative;
}
.bg-incate{
    background: rgb(250,153,86);
    background: linear-gradient(90deg, rgba(250,153,86,1) 0%, rgba(242,58,116,1) 100%);
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 400;
}
.bg-incates{
    background: rgb(250,153,86);
    background: linear-gradient(90deg, rgba(250,153,86,1) 0%, rgba(242,58,116,1) 100%);
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
}
.post-indate{
    font-size: 14px !important;
}
.author-inlink{
    color: #FA9956;
    font-size: 14px !important;
    text-decoration: none;
}
.featured-post::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay */
    border-radius: 10px;
    overflow: hidden;
}
.featured-post .content {
    position: relative;
    z-index: 2;
}
.featured-post h2 a {
    color: white;
    text-decoration: none;
}
.post-item {
    padding: 0;
    display: flex;
}
.post-item img {
    border-radius: 8px;
    width: 10rem;
    margin-right: 10px;
}
.border-top{
    border-top: 1px solid #ddd;
    padding: 5px 0 0 0;
}
.borderct-top{
    border-top: 1px solid #ddd;
    padding: 10px 0 0 0;
}
.remainingpost-title a{
    font-size: 14px !important;
}
.remainingpost-date{
    font-size: 12px !important;
    font-weight: 500;
}
.remainingpost-author{
    color: #FA9956;
    font-size: 12px !important;
    text-decoration: none;
    font-weight: 500;
}
.navct-link{
    font-size: 14px !important;
}
.nav-tabs .navct-link{
    margin-bottom: 0;
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-tabs .nav-item.show .navct-link, .nav-tabs .navct-link.active{
    border: 0 !important;
    border-bottom: 2px solid #FA9956 !important;
}
.nav-tabs .navct-link:focus, .nav-tabs .navct-link:hover{
    border: 0;
    color: #FA9956;
}
.news-card{
    padding: 10px !important;
    border: 0 !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.related-posts ul{
    list-style: none;
    padding: 0;
}
.related-post-item{
    display: flex;
}
.related-post-title{
    font-size: 14px;
}
.related-post-thumbnail img{
    border-radius: 10px;
}
.social-share a{
    margin: 10px;
    color: #212529;
}
.social-share a:hover{
    margin: 10px;
    color: #FA9956;
}
.author-page-container {
    max-width: 800px;
    margin: auto;
    text-align: center;
}

.author-avatar img {
    border-radius: 50%;
}

.author-info h1 {
    font-size: 24px;
    margin-top: 10px;
}

.author-posts ul {
    list-style: none;
    padding: 0;
}

.author-posts li {
    margin-bottom: 10px;
}
@media only screen and (max-width: 600px) {
  	.home-post span:before{
		display:none;
	}
	.home-post {
    	display: flex;
		flex-direction: column;
	}
	.home-post img {
		width: 100%;
		height: auto;
		border-radius: 15px;
		position: relative;
		z-index: 999;
		box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	}
	.herobg{
		padding:40px 40px;
	}
	.mms-5{
		margin-left:0 !important;
	}
	.maintop-title a {
		font-size: 26px;
	}
}
.style-show{
    border-top: 1px solid #FA9956;
    border-bottom: 1px solid #FA9956;
    padding: 20px 0;
}
.custom-logo{
    width: 10rem;
}
/* Custom Dropdown Styles */
.custom-dropdown {
    min-width: 350px;
    border-radius: 10px;
    padding: 5px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    left: 0;
    right: 0;
	border:5px solid #f5f5f5 !important;
}
.custom-dropdown li{
    padding: 10px 0;
}
.custom-dropdown li a{
	padding:0;
	margin:0;
	color:#212529 !important;
	font-weight:500 !important
}
.custom-dropdown li a small{
    font-size: 13px !important;
    line-height: 20px;
    font-weight: 400;
	color:#212529 !important;
}
.navt:hover .navct{
	background-color: #FA9956;
    border-radius: 10px 10px 0 0;
    color: #fff !important;
}
.custom-dropdown li a:hover {
    border-left: 5px solid #FA9956;
    color: #000 !important;
    transition: all 0.3sease-in-out;
	background-color:#f5f5f5 !important;
}
.custom-dropdown .dropdown-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
    transition: background 0.3s ease;
}

.custom-dropdown .dropdown-item:hover {
    background: rgba(0, 0, 0, 0.05);
}

.custom-dropdown .dropdown-item img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.custom-dropdown .dropdown-item div {
    display: flex;
    flex-direction: column;
}

.custom-dropdown .dropdown-item strong {
    font-size: 14px;
}

.custom-dropdown .dropdown-item p {
    font-size: 12px;
    margin: 0;
    color: #6c757d;
}
.dropdown-toggle::after {
    border: none !important;
    font: normal normal normal 14px / 1 FontAwesome;
    content: "\f107" !important;
    vertical-align: 0;
    margin: 0 10px;
}
.navt:hover .dropdown-toggle::after {
    transform: rotate(-180deg);
}
.subcategory-namect{
	font-size:14px !important;
	border-bottom:1px solid #ddd;
}
.impost img {
    border-radius: 8px;
    width: 10rem;
    margin-right: 10px;
    height: 100%;
}
.asearch-btn{
    background: rgb(250, 153, 86);
    background: linear-gradient(90deg, rgba(250, 153, 86, 1) 0%, rgba(242, 58, 116, 1) 100%);
    padding: 5px 15px;
    color: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
}
.proptifi-bg{
	background: rgb(250, 153, 86);
    background: linear-gradient(90deg, rgba(250, 153, 86, 1) 0%, rgba(242, 58, 116, 1) 100%);
}
.logoone{
	display:none;
}
.desktop-offcanvas{
	display:none;
}
.offcanvas-header .btn-close{
	border:1px solid #ddd;
}
@media (max-width:480px) {
	.desktop-offcanvas{
		display:block;
	}
	.asearch-btn{
		display:none !important;
	}
	.navt:hover .navct {
		background-color: #FA9956;
		border-radius: 10px 10px 0 0;
		color: #fff !important;
		display: flex;
		justify-content: space-between;
		padding: 10px;
		align-items: center;
	}
	.nav-link {
		font-family: "Poppins", sans-serif;
		font-weight: 400 !important;
		color: #000 !important;
		margin: 5px 5px;
		font-size: 16px;
		display: flex;
		justify-content: space-between;
	}
}
.page-numbers{
	display: flex;
    justify-content: space-between;
    list-style: none;
}
.page-numbers li{
	margin:0px 10px 0 0;
}
.page-numbers .current{
    background: rgb(250, 153, 86);
    background: linear-gradient(184deg, rgba(250, 153, 86, 1) 0%, rgba(242, 58, 116, 1) 100%);
    padding: 5px 15px;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
}
.page-numbers li a{
	color:#000;
	text-decoration:none;
	padding: 5px 15px;
	font-size: 20px;
}
.pct-title{
	font-size:2.5rem !important;
}
.pagination-num ul{
	padding:0 !important;
}
.read-morect{
	font-size:14px;
	color:#1C231F;
	text-decoration:none;
}
.read-morect span{
	color:#F97316;
}
.ft-listsc {
    list-style: none;
    padding: 0;
    overflow: hidden;
    display: flex;
    margin-left: 10px;
}
.ft-listsc li {
    color: #fff;
    padding: 0 10px;
}
.ft-listsc li {
    margin: 0 10px 0 0;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.pay-list li{
    float: left;
    margin: 0 10px 0 0;
}
.footer-btn{
    background-color: #fff !important;
    color: #000;
    padding: 12px;
    text-decoration: none 
}
.footer-btn:hover{
    background-color: #fff !important;
    color: #000;
    padding: 12px;
    text-decoration: none 
}
.footer-btn img{
    width: 2rem !important;
}
.footer-space{
    padding-left: 1rem;
    padding-top: 2.5rem;
}
#noPostsMessage{
	border:1px dashed #ddd;
	border-radius:10px;
	padding:40px;
}
.custom-logo-link{
    padding-right: 3rem !important;
}
.pagination-wrapper{
	display: flex;
    width: fit-content;
    justify-content: space-around;
}
.page-numbers {
    width: fit-content;
    border: 1px solid #F97316;
    padding: 2px 10px;
    margin: 0 5px 0 0;
    text-decoration: none;
    color: #000;
}
.custom-pagination .btn {
    border-radius: 10px;
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.custom-pagination .btn.btn-orange {
    background-color: #FF6B00;
    border-color: #FF6B00;
}

.custom-pagination .btn.btn-orange:hover {
    background-color: #e75a00;
    border-color: #e75a00;
}

.custom-pagination .btn-outline-secondary {
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
}

.custom-pagination .btn-outline-secondary:hover {
    background-color: #f8f8f8;
}

.custom-pagination .btn-dark {
	border:0 !important;
	color:#fff;
    background: rgb(249, 115, 22);
    background: linear-gradient(90deg, rgba(249, 115, 22, 1) 0%, rgba(228, 44, 131, 1) 100%);
}
.grow-bg{
    background-image: url(https://blog.proptifi.com/wp-content/uploads/2025/07/businessbg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.g-paragraph{
    font-size: 20px;
    color: #fff;
}
.card-custom {
    border: 1px solid #fff;
    color: #fff;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.profile-images {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}
.profile-images img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid white;
    margin-right: -10px;
}
.profile-images .add-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: green;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    color: white;
    border: 2px solid white;
}
.stars {
    margin-top: 10px;
    background-color: #F7921E;
    border-radius: 50px;
    width: fit-content;
    padding: 5px 10px;
}
.stars i {
    color: #fff;
}
@media (max-width: 480px) {
    .rowct{
        display: flex;
        flex-direction: column;
    }
    .mcol-md-10{
        width: 100%;
    }
    .mcol-md-2{
        width: 100%;
    }
	.gtry-btn{
		display:none;
	}
	.navbar-toggler{
		margin-left:5rem;
	}
}
@media (max-width: 768px) {
    .rowct{
        display: flex;
        flex-direction: column;
    }
    .mcol-md-10{
        width: 100%;
    }
    .mcol-md-2{
        width: 100%;
    }
}
.uni-title {
    font-size: 3.4375rem;
    font-weight: 500;
}
.try-btn{
    background: rgb(255, 255, 255);
    font-family: "Poppins", sans-serif;
    font-size: 1.125rem;
    color: #000;
    font-weight: 500;
    border-radius: 10px;
    padding: 20px 30px !important;
    width: fit-content;
    padding: 1.0625rem 5.5625rem !important;
}
.try-btn:hover{
    background: rgb(255, 255, 255);
    font-family: "Poppins", sans-serif;
    font-size: 1.125rem;
    color: #000;
    font-weight: 500;
    border-radius: 10px;
    padding: 20px 30px !important;
    width: fit-content;
    padding: 1.0625rem 5.5625rem !important;
}
.gtry-btn{
    background: rgb(249,115,22);
    background: linear-gradient(90deg, rgba(249,115,22,1) 0%, rgba(228,44,131,1) 100%);
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #fff;
    border-radius: 10px;
    padding: 10px 30px !important;
	border:0;
}
.gtry-btn:hover {
    background: rgb(249,115,22);
    background: linear-gradient(90deg, rgba(249,115,22,1) 0%, rgba(228,44,131,1) 100%);
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border:0;
}
.h-97{
	height:97.5px;
}
.ajax-loader {
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color: #555;
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.tab-none{
		display:none !important;
	}
}
@media (max-width: 375px) {
    .navbar-toggler {
        margin-left: 4rem !important;
    }
}