/* new edits */
@media(min-width: 768px){	
	
	.site-header .phone{
		display: none;
	}
	
}

div .sidebar-color p {
    color: #5d6979;
    font-weight: 700;
}
@media(min-width:500px) and (max-width:991px)
	{
	iframe.assetIframe {
    	transform: translate(90%,20%) !important;
}
}

@media(min-width:400px) and (max-width:499px)
	{
	iframe.assetIframe {
    	transform: translate(90%,20%) !important;
}
}
@media(min-width:340px) and (max-width:399px){
	
	iframe.assetIframe {
		transform: translate(50%,20%) !important;
}
}

.sub-img-cont img {
    max-width: 250px !important;
	
    
}

.sub-img-cont {
	
	background-color: transparent !important;
}

.sp-content-segment img {
    padding: 10px;
}

.ry-ClientInfo .form-control{
	height: 45px;
}

@media (max-width:768px){
	.ry-ClientInfo .ry-question-div{
		display: flex;
    	flex-direction: column-reverse;
	}
	
	.ry-ClientInfo{
		padding: 0 20px;
	}
}

@media (min-width: 992px) {
	.fo-contact-details-cont ul li {
		width: 90% !important; 
	}
	
	.mobile-menu {
		display: none !important;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.footer .the-footer li {
    	width: 100% !important; 
	}
}

@media(max-width:991px) {
	body {
		overflow-x: hidden !important; 
	}
	
	.mobile-menu {
		position: fixed !important;
	}
}

@media (max-width:1199px) and (min-width:992px) {
    .fo-each-col.fo-col-2:nth-child(1) {
        width: 48%;
    }

    .col-xs-12.col-md-6.col-lg-5.fo-each-col.fo-col-2 {
        width: 48%;
        position: relative;
        left: 0.8em;
    }

    .col-xs-12.col-md-3.col-lg-3.fo-each-col.fo-col-2 {
        width: 27%;
        padding: 0;
        position: relative;
        left: -1em;
    }

    .fo-oh-day {
        letter-spacing:0;
    }
}