@media(max-width:1199px){
	.foot-location {
		display: inline-block;
		width: 48%;
	}
	header.clicked .nav-modal .blob {
    	width: 70vw;
	}
}
@media(max-width:991px){
	.blog-page {
        background: url(../images/blog-bg.jpg) no-repeat top center / 100%;
        background-color: #f2eae3;
    } 
	header.clicked .nav-modal .blob {
    	width: 100vw;
	}
	.header-rt { 
    	right: 8%;  
	}
	.blog-videos {
        padding-top: 175px;
    }
    .videos-large-text-left h3 { 
        font-size: 36px; 
    }
    .blog-page-first-fold {
        background: url(../images/blog-videos-bg.png) no-repeat 0% 13% / 100%;
    }
    .blog-page-second-fold:before { 
       /* background: url(../images/blog-blogs-bg.png) no-repeat 0% 0% / 100%; 
        top: -220px; */
    }
    .blog-podcasts {
        padding-top: 270px;
    }
    .blog-podcasts-right-list {
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .blog-page-second-fold {
        padding-bottom: 100px; 
    }
    .read-more-link { 
        margin-top: -5px; 
    }
}
@media(max-width:767px){
	body { 
		padding-top: 79px;
	}
	.homepage{ 
		padding-top: 79px;
	}
	.timlogo {
		width: 80px; 
		padding: 10px 0 10px;
	}
	header.dark-header .timlogo {
		width: 70px;
		padding: 10px 0 10px;
		transition: 0.4s;
	}
	.lets-connect {
		font-size: 20px; 
	}
	.header-rt { 
		height: 25px;
	} 
	footer { 
		padding: 20px 0 20px;
	} 
	.blog-videos-large-text {
        display: flex;
        flex-direction: column;
    }
    .videos-large-text-left h3 {
        border-bottom: 2px solid #1d184c;
        border-right: 0;
        font-size: 22px;
        padding-bottom: 10px;
    }
    .blog-videos {
        padding-top: 160px;
    }
    .blog-videos-head h2 { 
        font-size: 22px; 
        margin-bottom: 25px;
    }
    .blog-videos-large-player iframe {
        height: 270px;
    }
    .videos-large-text-right {
        padding-left: 0;
    }
    .videos-large-text-right p { 
        font-size: 16px; 
    }
    .videos-large-text-right span { 
        font-size: 14px;
    }
    .blog-videos-thumb-area {
        padding-top: 50px;
    }
    .videos-thumb-head h5 { 
        font-size: 18px;
        margin: 0 0 5px; 
        line-height: 24px;
    }
    .videos-thumb-text p { 
        font-size: 16px; 
    }
    .videos-thumb-text span { 
        font-size: 14px; 
    }
    .blog-podcasts-head h2 { 
        font-size: 22px; 
        margin-bottom: 25px;
    }
    .blog-podcasts-right-text p { 
        font-size: 16px; 
    }
    .read-more-link { 
        font-size: 16px; 
    }
    .blog-podcasts-right-list {
        margin-top: 25px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .blog-podcasts-right-list ul li { 
        font-size: 16px; 
        margin-bottom: 15px;
    }
    .blog-podcasts-right-list ul li:before { 
        top: 2px; 
        background: url(../images/podcast-mic-icon.png) no-repeat center center / 14px;
    }
    .blog-blogs-head h2 { 
        font-size: 22px; 
        margin-bottom: 25px;
    }
    .blog-blogs-col-text {
        max-width: 100%;
    }
    .blog-blogs-col-text h6 {
        font-size: 18px;
        font-family: 'Times-Bold';
        letter-spacing: 1px;
    }
    .blog-blogs-col-text p {
        font-size: 16px; 
    }
    .blog-blogs-col-text2 .read-more-link2 { 
        font-size: 16px; 
    }
    .blog-blogs-col-text2 span { 
        font-size: 14px; 
    }
    .blog-blogs-col { 
        margin-bottom: 25px;
    }
    .blog-page-second-fold {
        padding-bottom: 50px;
        position: relative;
    }
    .blog-podcasts {
        padding-top: 160px;
    }
    .blog-page-first-fold {
        background: url(../images/blog-videos-bg.png) no-repeat 0% 5% / 100%;
    }
    .blog-page-second-fold:before { 
       /* background: url(../images/blog-blogs-bg.png) no-repeat 0% 0% / 100%; 
        top: -130px; */
    }
    .blog-detail-first-fold h3 { 
        font-size: 22px; 
        margin-bottom: 25px; 
    }
    .blog-detail-first-fold {
        padding-top: 15px;
        background: url(../images/blog-left.png) no-repeat left 5% / 150px, url(../images/blog-right.png) no-repeat bottom right / 150px;
    }
    .blog-detail-first-fold p { 
        font-size: 16px; 
        margin-bottom: 15px;
    }
}
@media(max-width:575px){
	.timlogo {
		width: 80px;
		padding: 10px 0 10px;
		margin: 0 0 0 0;
	}
	.lets-connect {
		font-size: 16px;
	}
	.header-rt {
		height: 15px;
	}
	.foot-social {
		display: inline-block;
		width: 100%;
		padding-top: 14%;
		padding-right: 0;
		text-align: left;
		padding-left: 5px;
	}
	.foot-location {
    	display: inline-block;
		width: 100%;
		margin-top: 10px;
	}
	.anchor-sail-head {
		display: table; 
		width: 100%;
	} 
	.head { 
    	left: 0;
	}
	.blog-videos {
        padding-top: 80px;
    }
    .blog-podcasts {
        padding-top: 80px;
    }
    .blog-detail-first-fold {
        padding-top: 15px;
        background: url(../images/blog-left.png) no-repeat left 5% / 50px, url(../images/blog-right.png) no-repeat bottom right / 50px;
    }
    nav { 
        left: 8%;
        top: 13%; 
        max-width: 300px;
    }
}
@media(max-width:460px){
	.timlogo {
		width: 80px;
		padding: 10px 0 10px;
		margin: 0 0 0 0;
	}
	.main-header>a { 
        margin: 0 0px 0 -90px;
    }
}