/* For large screens */
/*@media screen 
  and (min-device-width: 769px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { */
@media screen and (min-width: 769px) and (max-width: 1600px) {
	.text-content h1.page-title {
		padding-left: 12vw;
	}
	.text-content h1.page-title > span:nth-child(1) {
		margin-left: -4.5vw;
	}
	.text-content h1.say-jump {
		padding-left: 2.5vw;
	}
	.text-content h1.say-jump > span:nth-child(1) {
		margin-left: 4vw;
	}
	ul.service {
		padding-left: 55px
	}	
	.service .dropdown-menu {
		padding-left: 65px
	}	
	ul.service > li:nth-child(1) {
		margin-left: 10px
	}	
	ul.service > li:nth-child(7) {
		margin-left: 25px
	}	
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-content ul {
        min-height: auto;
        position: static;
    }
    .service .dropdown {
        position: relative;
    }
    .service .dropdown-menu {
        left: 0 !important;
        top: 0 !important;
        margin-top: 60px;
        height: 400px;
        overflow: scroll;
        font-size: 35px;
        padding: 8px;
        background-color: #FFFFFF;
        max-width: 450px;
    }
    .text-content ul li {
        width: 100%;
        float: left;
    }
    .service .caret {
        display: block;
    }
    .text-holder.left-position {
        left: 180px;
    }
    .text-holder h1 {
        font-size: 50px !important;
        line-height: 43px !important;
    }
    .text-holder.right-position {
        right: 130px;
    }
}
@media (max-width: 767px) {
    .service-title {
        margin-top: 0;
        float: left;
    }
    .service .btn-default {
        font-size: 17px;
        width: 100%;
    }
    .text-content ul {
        min-height: auto;
        position: static;
    }
    .service .dropdown {
        position: relative;
    }
    .service .dropdown-menu {
        left: 0 !important;
        top: 0 !important;
        margin-top: 26px;
        height: 370px;
        overflow: scroll;
        font-size: 17px;
        padding: 8px;
        background-color: #FFFFFF;
        max-width: 280px;
    }
    .text-content ul li {
        width: 100%;
        float: left;
    }
    .service .caret {
        display: block;
        float: right;
        vertical-align: middle;
        position: absolute;
        right: 6px;
        top: 50%;
        transform: translateY(-50%);
    }
}
/* Portrait phones and smaller */

@media (max-width: 480px) {
    .navbar-brand>img {
        max-height: 30px;
    }
    .text-content p {
        font-size: 18px;
        letter-spacing: 2px;
    }
    .text-content ul li {
        font-size: 15px;
    }
    .text-holder.right-position {
        right: 50px;
    }
    .swung-cancer-position {
        top: 40px;
    }
    .text-holder.left-position {
        left: 80px;
    }
}
/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}