input:focus, textarea:focus {
    border-color: transparent !important;
}
/*================ Virtual Tour Form CSS ================*/

.virtualtour_section span {
    display: block;
    font-weight: 500;
    font-size: 21px;
    color: #292929;
}
#ez-toc-container.ez-toc-white {
	background-color: transparent;
	margin-bottom: 24px !important;
	box-shadow: none;
	padding: 0;
}
section.virtualtour_section {
    background-image: url(../images/virtual-form-bg.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
    background-position: right center;
	margin-top: 60px;
	position: relative;
    z-index: 1;
}
.virtualtour_form input, .virtualtour_form select {
    background-color: #fff;
    border: 1px solid #fff;
    color: #292929;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
}
.virtualtour_form input:focus::placeholder {
    color: #b7b7b7;
}
.virtualtour_form input::placeholder {
    color: #292929;
}
.virtualtour_section h2.heading_commons {
    padding-left: 25px;
    padding-top: 6px !important;
    margin-bottom: 0;
}
.virtualtour_section h2.heading_commons:after {
    height: 100%;
    width: 10px;
}
.virtualtour_form button {
    padding: 10px 30px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    font-family: Montserrat;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgb(30,87,153);
    background: -moz-linear-gradient(left, rgba(30,87,153,1) 0%, rgba(22,98,228,1) 0%, rgba(4,165,251,1) 100%)!important;
    background: -webkit-linear-gradient(left, rgba(30,87,153,1) 0%,rgba(22,98,228,1) 0%,rgba(4,165,251,1) 100%)!important;
    background: linear-gradient(to right, rgba(30,87,153,1) 0%,rgba(22,98,228,1) 0%,rgba(4,165,251,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#04a5fb',GradientType=1 );
    overflow: hidden;
    position: relative;
    min-height: 44px;
    min-width: 140px;
    border-radius: 0px;
}
.virtualtour_form button:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.virtualtour_form button:after {
    background: #ffffff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.4;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1;
}
.virtualtour_form button:hover {
    color: #fff;
}
/*=========== End Virtual Tour Form CSS ===========*/


/*=========== Start Insights & Blog CSS ===========*/
.insights_blog_services:after {
    content: "";
    display: table;
    clear: both;
}
.insights_blog_services {
    margin-top: 15px;
}
.insights_blog_services .insights_box {
	position: relative;
    float: left;
    width: 33.3%;
}
.insights_blog_services .duble_blog .insights_box {
    overflow: hidden;
}
.insights_blog_services .insights_box picture img {
    width: 100%;
}
.insights_blog_services .insights_box:after {
    background: url(../images/gradientbg-img.png);
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
	background-size: cover;
}
.insights_blog_services .insights_box .insights_contant {
    position: absolute;
    bottom: 20px;
    color: #fff;
    left: 20px;
    right: 20px;
	z-index: 1;
}
.insights_blog_services .single_blog  {
    align-items: center;
    margin-top: 20px;
    background: #ffffff;
}
.insights_blog_services .single_blog .insights_contant h4 {
    font-size: 16px;
    font-weight: 800;
    font-family: Montserrat;
    color: #000000;
    line-height: 24px;
    margin-bottom: 0;
    min-height: 130px;
    align-items: center;
    display: flex;
    margin: 20px 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.insights_blog_services .single_blog .insights_contant span.card_date {
   margin-bottom: 10px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    font-family: Montserrat;
    color: rgba(0, 0, 0, 0.62);
}
.insights_blog_services .single_blog .insights_contant a.know_more {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
	text-decoration: none;
	 font-weight: bold;
    font-family: Montserrat;
}
.insights_blog_services .single_blog .insights_img {
    border: 6px solid #ececec;
}
.insights_blog_services .single_blog .insights_img img {
    width: 100%;
}
.insights_blog_services .single_blog .insights_img .blog_tage {
    left: 21px;
    top: 15px;
}
.insights_blog_services .insights_box .insights_contant h4 {
    font-size: 16px;
    font-weight: 800;
    font-family: Montserrat;
    color: #ffffff;
    margin-bottom: 5px;
    min-height: 42px;
}
.insights_blog_services .insights_box .insights_contant span.card_date {
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
}
.insights_blog_services .insights_contant a.know_more {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
	text-decoration: none;
}
.know_more .c_arrow {
    margin-left: 5px;
    transition: all 0.5s;
    min-width: 10px;
}
.know_more:hover img.c_arrow {
    margin-left: 8px;
}



.single-post-blk {
    align-items: center;
    background: #ffffff;
    box-shadow: 0 0 10px 1px #efefef;
    padding: 15px 24px;
}
.single-post-blk .row {
    align-items: center;
}
.single-post-blk .card_date {
    color: #888;
    font-size: 15px;
    font-weight: 800;
    font-family: Montserrat;
}
.single-post-blk h2 {
    font-size: 16px;
    font-weight: 800;
    font-family: Montserrat;
    min-height: 42px;
    border-bottom: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-top: 30px;
}
.single-post-blk .know_more {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}
.right-post-blk {
    padding-left: 20px;
    text-align: right;
}
.right-post-blk a.know_more.mobile-view {
    display: none;
}
.right-post-blk .blog_tage {
    left: 45px;
}
.insights_blog_services .blog_tage {
    position: absolute;
    top: 6px;
    left: 50px;
    z-index: 1;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
}
.insights_blog_services .blog_tage span {
    text-transform: uppercase;
    font-weight: bold;
    font-family: Montserrat;
    color: #fff;
    padding: 3px 30px 3px 15px;
    font-size: 13px;
    display: block;
}
.mobile-view {
    display: none;
}
.right-post-blk img {
    width: 100%;
}
/*=========== End Insights & Blog CSS ===========*/

#ez-toc-container{
	border: 0px !important;
}
.rightBlog_comman_head {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    font-family: Montserrat;
    color: #000000;
    margin-bottom: 15px;
}
.ez-toc-list li{
	margin-bottom: 6px !important;
	position: relative;
	padding-left: 30px !important;
	color: #03aabf;
}
.ez-toc-list li:before{
	position: absolute;
	content: '→';
	left: 0;
	font-size: 22px;
	top: -6px;
}
.ez-toc-list li a {
    color: #000 !important;
    font-size: 13px !important;
}
.ez-toc-list li a:before{
	display: none !important;
}
.bloglist {
    list-style: none;
	margin-bottom: 30px;
    background: rgb(255 255 255 / 60%);
    padding: 0px 10px;
    max-height: 226px;
    overflow-y: scroll;
}
.bloglist h2.heading_commons,
.bloglist p.text_common {
    display: none;
}
.bloglist li{
	display: grid;
	grid-template-columns: 130px 1fr;
	gap:20px;
	align-items: center;
	margin-bottom: 20px;
}
.bloglist li figure{
	margin: 0px;
}
.bloglist li figure img{
	max-width: 100px;
	max-height: 100px;
}
.bloglist li strong{
	display: block;
	line-height: normal;
    font-size: 14px;
}
.bloglist li span{
	display: block;
	font-size: 12px;
	color: #777;
	margin-top: 9px;
}


@media (min-width: 1200px) {
	.blog_grid_template {
		display: grid;
        grid-template-columns: 64% 30.5%;
        gap: 60px;
        position: relative;
	}	
	.right_inthis_Blog.topfixed_body {
		position: fixed;
		top: 100px;
		transition: all 1.5s ease;
		width: 340px;
	}
	
	.blog_grid_template.footer_fixed .right_inthis_Blog.topfixed_body {
		position: absolute;
		bottom: 0px;
		top: inherit;
		width: 340px;
	}
}


@media (min-width: 1200px) and (max-width: 1440px) {
	.bloglist {
		max-height: 210px;
	}
}

@media (min-width: 1600px) {
	.blog_grid_template {
        gap: 80px;
    }
	.right_inthis_Blog.topfixed_body {
		width: 450px;
	}
	.blog_grid_template.footer_fixed .right_inthis_Blog.topfixed_body {
		width: 450px;
	}
}

@media (max-width: 1440px) {
	.bloglist li {
		grid-template-columns: 110px 1fr;
		gap: 12px;
	}
	.bloglist li strong {
		font-size: 12px;
	}
	.bloglist li span {
		font-size: 11px;
		margin-top: 6px;
	}
	.ez-toc-list li {
		margin: 0px!important;
	}
	.ez-toc-list li:before {
		top: -8px;
	}
}

@media (max-width: 1199px) {
	.blog_grid_template {
		padding-top: 230px;
		position: relative;
	}
	.blog-toc-box {
		position: absolute;
		top: 40px;
		left: 0px;
		right: 0px;
	}
	.eztoc_intb {
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
	}
	.bloglist {
		padding: 10px 10px;
		max-height: inherit;
		overflow-y: inherit;
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {
	.virtualtour_section h2.heading_commons {
		margin-bottom: 40px;
		font-size: 22px;
	}
	.single-post-blk a.know_more.desktop-view {
        display: none;
    }
	.right-post-blk a.know_more.mobile-view {
        display: block;
        float: left;
        margin-top: 20px;
    }
    .right-post-blk a.know_more.mobile-view img.c_arrow {
        width: auto;
    }
	.blog_grid_template {
		padding-top: 220px;
	}
	
}

@media (max-width: 360px) {
	.blog_grid_template {
        padding-top: 380px;
    }
}