.detail_wrap .detail .advance_info_pack {
  position: relative;
}

.visitors_view {
  position: absolute;
  right: 10px;
  top: 10px;
}

.redirects-wrap {
	position: absolute;
	z-index: 10;
	left: 170px;
	top: 50px;
	width: 40px;
}
.redirects-wrap select {
	-webkit-appearance: auto;
	border: none;
    outline: none;
}

@media screen and (max-width: 1100px) {
	.redirects-wrap {
	    left: 210px;
    	top: 64px;
	}
}

@media screen and (max-width: 991px) {
	.sms_wrap {
		height: auto;
	}	
}

@media screen and (max-width: 575px) {
	.redirects-wrap {
	    left: 210px;
    	top: 64px;
	}
}

@media screen and (max-width: 449px) {
	.redirects-wrap {	    
	    left: 20px;
    	top: 120px;
	}
}
