.section-title {
    text-align: center;
    margin-bottom: 30px;
}

.page-title {
    background-image: url(../myimages/ENT-Banner.jpg);
    height: 295px;
}

.navbar-brand {
    padding: 0px !important;
}


/*top bar css*/

.top-bar {
    background: #333333;
    padding-bottom: 4px;
    padding-top: 4px;
}

.top-bar .nav>li a {
    color: #ffffff;
}

.top-bar p {
    text-transform: none;
    color: #ffffff;
}

.top-bar i {
    color: #ffffff;
}

.ann-sec {
    padding: 60px 0;
}

.ann-sec h5 {
    color: #FF0001;
    padding-bottom: 30px;
}


/*menu bar css*/

.navbar-nav>li.active>a {
    color: #ffffff;
}

.navbar-nav>li>a:visited,
.navbar-nav>li>a:focus,
.navbar-nav>li>a:active {
    /*background: linear-gradient(to right, #ff0000 0%, #800000 100%);*/
    color: #ff0000 !important;
}

.navbar-nav>li.open>a,
.navbar-nav>li.open>a:hover,
.navbar-nav>li.open>a:focus {
    background: linear-gradient(to right, #ff0000 0%, #800000 100%);
    color: white !important;
}

.navbar-nav>li>a {
    margin-top: 23px;
    color: #ff0000 !important;
    font-size: 14px;
    text-transform: capitalize;
    font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    padding-top: 11px;
    padding-bottom: 11px;
    /*margin-right: 10px;*/
    margin-bottom: 22px;
    /*background: linear-gradient(to right, #ff0000 0%, #800000 100%);*/
    border-radius: 2px;
}

.navbar-nav>li>a:hover {
    visibility: visible;
    color: #ffffff;
    background: linear-gradient(to right, #ff0000 0%, #800000 100%);
}

.navbar .navbar-nav>li.dropdown:hover>a,
.navbar .navbar-nav>li.dropdown:hover>a:hover,
.navbar .navbar-nav>li.dropdown:hover>a:focus {}

li.dropdown:hover>.dropdown-menu {
    display: block;
}

.navbar .navbar-nav .dropdown-menu>li>a:hover {
    background: #ff0000;
    color: #ffffff;
}

.navbar .navbar-nav .dropdown-menu>li>a {
    font-size: 18px;
    text-transform: capitalize;
    font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    border-bottom: 1px solid #ebebeb;
    border-left: 2px solid transparent;
    border-top: none;
    color: #ff0000;
    /*background: linear-gradient(to right, #ff0000 0%, #800000 100%);*/
    line-height: 32px;
}

.dropdown-menu {
    min-width: 146px;
}


/*boxes css*/

.high-boxes {
    background: #d10606;
}

.boxes-item.active {
    background: #ff0000;
}

.boxes-item h5 {
    margin-top: 1.5em;
}

.boxes-item p {
    opacity: 1.0;
}

.boxes-item i {
    background: #d10606;
}

.boxes-item.active i {
    background: #ff0000;
}


/*about us css section*/

.profile-doctor {
    background: url(../myimages/about-us.png) no-repeat center center / cover !important;
    box-shadow: 4px 4px 16px #333333 inset;
}

.about-para {
    color: #000000;
    text-align: justify;
}

.panel {
    padding: 2px;
}


/*services section css*/

.threeservice {
    padding-bottom: 50px;
    /*background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ff512f), color-stop(100%, #ff0000));
	*/
    background: url(../myimages/b6.jpg) no-repeat center center / cover !important;
    background-attachment: fixed;
}


/*ent service grids css*/

{
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
}

.card {
    -webkit-transform: scale(0);
    transform: scale(0);
    text-align: center;
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
    opacity: 1.0;
    box-shadow: 0px 17px 46px -10px #777777;
    height: 413px;
    border-radius: 0px;
}

.card:nth-of-type(1) {
    -webkit-animation: intro 1s 0.1s forwards;
    animation: intro 1s 0.1s forwards;
}

.card:nth-of-type(2) {
    -webkit-animation: intro 1s 0.2s forwards;
    animation: intro 1s 0.2s forwards;
}

.card:nth-of-type(3) {
    -webkit-animation: intro 1s 0.3s forwards;
    animation: intro 1s 0.3s forwards;
}

.card:nth-of-type(1) {
    background: -webkit-linear-gradient(45deg, #c96881 0%, #f7b695 100%);
    background: -moz-linear-gradient(45deg, #c96881 0%, #f7b695 100%);
}

.card:nth-of-type(2) {
    background: -webkit-linear-gradient(45deg, #6B6ECC 0%, #89BFDF 100%);
    background: -moz-linear-gradient(45deg, #6B6ECC 0%, #89BFDF 100%);
}

.card:nth-of-type(3) {
    background: -webkit-linear-gradient(45deg, #81B77B 0%, #A3E3C3 100%);
    background: -moz-linear-gradient(45deg, #81B77B 0%, #A3E3C3 100%);
}

.card:hover .card_inner__header img {
    left: -50px;
    -webkit-transition: all 3.4s linear;
    transition: all 3.4s linear;
}

.card:hover .card_inner__cta button {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.card:nth-of-type(1):hover .card_inner__circle img {
    -webkit-animation: launch 1s forwards;
    animation: launch 1s forwards;
}

.card:nth-of-type(1) .card_inner__circle img {
    top: 22px;
    left: 1px;
}

.card:nth-of-type(2):hover .card_inner__circle img {
    -webkit-animation: spin 1s forwards;
    animation: spin 1s forwards;
}

.card:nth-of-type(2) .card_inner__circle img {
    top: 22px;
}

.card:nth-of-type(3):hover .card_inner__circle img {
    -webkit-animation: fly 1s forwards;
    animation: fly 1s forwards;
}

.card:nth-of-type(3) .card_inner__circle img {
    top: 22px;
    left: 1px;
}

.card:hover {
    opacity: 1;
}

.card_inner__circle {
    overflow: hidden;
    width: 70px;
    position: absolute;
    background: #F1F0ED;
    z-index: 10;
    height: 70px;
    border-radius: 100px;
    left: 0;
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.28);
    right: 0;
    margin: auto;
    border: 4px solid white;
    top: 162px;
}

.card_inner__circle img {
    height: 26px;
    position: relative;
    top: 17px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.card_inner__header {
    height: 200px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    overflow: hidden;
}

.card_inner__header img {
    width: 120%;
    position: relative;
    top: -30px;
    left: 0;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.card_inner__content {
    padding: 20px;
}

.card_inner__content .price {
    color: white;
    font-weight: 800;
    font-size: 70px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.42);
}

.card_inner__content .text {
    color: #333333;
    font-weight: 400;
    margin-top: 20px;
    font-size: 15px;
}

.card_inner__content .title {
    font-weight: 800;
    text-transform: uppercase;
    color: #000000;
    margin-top: 24px;
    font-size: 25px;
    letter-spacing: 1px;
}

.card_inner__cta {
    /*position: absolute;*/
    bottom: -24px;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
}

.inner1 {
    padding-bottom: 10px;
    background: #ED4264;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FFEDBC, #ED4264);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FFEDBC, #ED4264);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.inner2 {
    background: #F09819;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #EDDE5D, #F09819);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #EDDE5D, #F09819);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding-bottom: 10px;
}

.inner3 {
    background: #1D976C;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #93F9B9, #1D976C);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #93F9B9, #1D976C);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding-bottom: 10px;
}

.readlink {
    float: right;
    color: #000000!important;
    font-size: 17px!important;
    margin-top: -19px;
}

@-webkit-keyframes launch {
    0% {
        left: 1px;
    }
    25% {
        top: -50px;
        left: 1px;
    }
    50% {
        left: -100px;
    }
    75% {
        top: 100px;
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
    }
    100% {
        left: 1px;
    }
}

@keyframes launch {
    0% {
        left: 1px;
    }
    25% {
        top: -50px;
        left: 1px;
    }
    50% {
        left: -100px;
    }
    75% {
        top: 100px;
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg);
    }
    100% {
        left: 1px;
    }
}

@-webkit-keyframes fly {
    0% {
        left: 0px;
    }
    25% {
        top: -50px;
        left: 50px;
    }
    50% {
        left: -130px;
    }
    75% {
        top: 60px;
    }
    100% {
        left: 0px;
    }
}

@keyframes fly {
    0% {
        left: 0px;
    }
    25% {
        top: -50px;
        left: 50px;
    }
    50% {
        left: -130px;
    }
    75% {
        top: 60px;
    }
    100% {
        left: 0px;
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
    }
}

@-webkit-keyframes intro {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    25% {
        -webkit-transform: scale(1.06);
        transform: scale(1.06);
    }
    50% {
        -webkit-transform: scale(0.965);
        transform: scale(0.965);
    }
    75% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes intro {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    25% {
        -webkit-transform: scale(1.06);
        transform: scale(1.06);
    }
    50% {
        -webkit-transform: scale(0.965);
        transform: scale(0.965);
    }
    75% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/*gallery section css*/

.gallery-front {
    background: url(../myimages/g7.jpg) no-repeat center center / cover !important;
    background-attachment: fixed;
}

.gray-gallery {
    filter: none;
    /* IE6-9 */
    -webkit-filter: grayscale(0);
    /* Google Chrome, Safari 6+ & Opera 15+ */
    /*-webkit-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);*/
    /*-moz-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);*/
    /*box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);*/
    margin-bottom: 20px;
}

.gray-gallery:hover {
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Google Chrome, Safari 6+ & Opera 15+ */
}

.btn-default {
    background-color: #FF0001;
    border-color: #ff0000;
    color: #ffffff;
    font-size: 19px;
    box-shadow: 5px 5px 5px #cccccc;
}

.btn-default:hover {
    background-color: #FF0001;
    border-color: #ff0000;
    color: #ffffff;
    font-size: 19px;
    box-shadow: 5px 5px 5px #cccccc;
}

.center-block {
    display: inline-block;
    margin-left: 46%;
    padding-left: 25px;
    padding-right: 25px;
}


/* carousel */

.carousel-inner .active.left {
    left: -25%;
}

.carousel-inner .next {
    left: 25%;
}

.carousel-inner .prev {
    left: -25%;
}

.carousel-control {
    width: 4%;
}

.carousel-control.left,
.carousel-control.right {
    margin-left: 15px;
    background-image: none;
}


/* End carousel */


/*contaact front css*/

.bg-4 {
    min-height: 568px;
}


/*recent news page*/

.news-row {
    margin-top: 20px;
}


/*about page*/

.page-title h1 {
    font-size: 39px;
    color: #000000;
}

.pagenation {
    color: #000000;
}

.boxes-it {
    padding: 20px 20px 20px 20px;
    /*height: 260px;*/
    border-bottom: 4px solid #0393f0 !important;
    background: #ffffff;
}

.tag-text {
    text-align: center;
}

.about-address {
    color: #000000;
    font-size: 18px;
}

.clinic-details {
    background: #faebd7;
}

.boxes-itm {
    padding: 20px 20px 20px 20px;
    /*height: 250px;*/
    border-bottom: 4px solid #0393f0 !important;
    background: #ffffff;
}

th {
    background: #91d3fd;
}

td {
    color: #000000;
}

.rectangle {
    background: -webkit-linear-gradient(to right, #2F80ED, #56CCF2);
    background: linear-gradient(to right, #2F80ED, #56CCF2);
    /* background: #7f9db9; */
    height: 50px;
    width: 100%;
    position: relative;
    left: 0px;
    top: -20px;
    border-left: 20px solid #333333;
    border-right: 20px solid #333333;
    float: left;
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
    -khtml-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
    z-index: 100;
}

.rectangle h2 {
    font-size: 23px;
    color: #fff;
    margin-top: 13px;
    padding-top: 0px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    text-align: center;
}


/*contact page*/

.address-item i {
    color: #ff0000;
}

.contact-button {
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.ct-form {
    height: 380px;
}


/*footer*/

.address-list {
    color: #ffffff;
    font-size: 15px;
}

.copy {
    line-height: 20px;
    padding: 0px 0;
}

.social-links li a {
    height: 40px;
    padding: 5px 8px;
    width: 40px;
}

.list-arrow li a {
    color: #ffffff;
    font-size: 1.4em;
}

.list-arrow li {
    font-size: 13px;
    line-height: 17px;
    padding-bottom: 3px;
}


/*faqpage*/

.right-faq {
    background: #EFEFBB;
    background: -webkit-linear-gradient(to right, #D4D3DD, #EFEFBB);
    background: linear-gradient(to right, #D4D3DD, #EFEFBB);
}

.panel-group .panel-title a {
    background-color: #fff;
    border: 1px solid #e1e1e1;
    color: #91979f;
    display: block;
    font-size: .6em;
    font-weight: 400;
    line-height: 26px;
    position: relative;
    padding: 7px 7px 7px 30px;
    width: 100%;
}

.panel-group .panel-title a i {
    line-height: 2.5em;
}

.right-ul {
    padding-left: 30px;
}

.right-ul-li {
    padding-left: 30px;
}

.right-ul-li li {
    line-height: 1.4em;
}

.right-respon {
    background: #ffffff;
    border: 1px solid #d0c7c7;
}

.do-box {
    /*border:1px solid #333333;*/
    padding-left: 34px;
    padding-right: 10px;
    height: 340px;
    /*box-shadow: 0px 0px 10px #bdb6b6;*/
    box-shadow: 0px 0px 10px #000000;
    padding-top: 4px;
}

.do-box:hover {
    border: 2px solid #ff0000;
}


/*.sc-content{
	padding: 90px;
	margin-top: -50px;
}
.carousel-inner {
    margin-top: 34px;
}*/

.testi {
    background: url(../myimages/testimonials-background.jpg) no-repeat center center / cover !important;
    background-attachment: fixed;
}

.testi-name {
    background: #FFEEEE;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #DDEFBB, #FFEEEE);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #DDEFBB, #FFEEEE);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 18px;
    margin-top: -9px;
    text-align: right;
    margin-right: 15px;
}

.testi-para {
    height: 200px;
    font-size: 19px;
    border-radius: 3px;
    color: #ffffff;
    padding: 30px;
    background: #FF5F6D;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FFC371, #FF5F6D);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FFC371, #FF5F6D);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}


/*.testi-fix{
	height: 300px;
}*/

.news-box {
    border: 2px solid #42e1ef;
    height: 261px;
    background: #ffffff;
}


/*.panel-group .panel-title a {
	background: #0575E6;
	background: -webkit-linear-gradient(to left, #021B79, #0575E6);
	background: linear-gradient(to left, #021B79, #0575E6);
	border: 1px solid #e1e1e1;
	color: #ffffff;
	display: block;
	font-size: .6em;
	font-weight: 400;
	line-height: 28px;
	position: relative;
	padding: 10px 0px 10px 30px;
	width: 100%;
}
.panel-group .panel-title a i {
	background:#03207f;
	color: #ffffff;
}
*/

.round-tabs {
    display: block;
    margin-bottom: 7px;
    margin-top: 7px;
}

.myicon {
    font-size: 22px;
    margin-left: 42%;
}

.board {
    margin-top: 40px;
    background: #ffffff;
}

.board-inner {
    margin-left: 4%;
}

.nav-tabs>li.active>a {
    background: #0fa2d5;
    color: #fff;
}

.nav-tabs>li.active>a:focus {
    background: #0fa2d5;
    color: #fff;
}


/*testimonials section*/

.sky-carousel .sc-content-wrapper h2 {
    font-size: 18px!important;
    color: #000000!important;
}

.sky-carousel .sky-carousel-container li i {
    background-color: #0fa2d5;
    border-radius: 50%;
    color: #fff;
    font-size: 1.4em;
    height: 65px;
    line-height: 46px;
    border: 9px solid #fff;
    position: absolute;
    right: 0;
    text-align: center;
    top: 180px;
    transition: all 0.1s ease-in-out;
    width: 65px;
}

.sky-carousel {
    height: 568px!important;
    padding-top: 35px;
    background: #faebd7;
}

.featured-item {
    margin-top: 0px;
}


/*ear page*/

.li-content {
    list-style: none;
    margin-bottom: 6px;
}

.ear-page {
    margin-top: 50px;
    margin-bottom: 50px;
}

.disease-nav>li.active>a,
.disease-nav>li.active>a:hover,
.disease-nav>li.active>a:focus {
    color: #ff0000;
    background: #ffffff;
    border: 1px solid #cccccc;
}

.disease-nav>li>a {
    color: #ffffff;
    background: linear-gradient(to right, #ff0000 0%, #800000 100%);
    padding-top: 7px;
    padding-bottom: 7px;
}

.disease-nav>li>a:hover {
    border-left: 2px solid #333333;
    color: #ffffff;
    background: linear-gradient(to right, #ff0000 0%, #800000 100%);
}

.tab-content {
    border: 1px solid;
    border-color: #e1e1e1 transparent transparent transparent;
    padding: 20px;
}

.tab-content p::after {
    background: url(../img/title-bg.png) no-repeat scroll center transparent;
    content: '';
    height: 23px;
    line-height: 1.2em;
    margin: 0 0 0 -38px;
    position: absolute;
    top: 105%;
    width: 100%;
    left: 5%;
}

.about-content-para {
    font-style: normal !important;
    /*padding-left: 20px;*/
    padding-right: 20px;
    line-height: 25px;
    font-size: 17px;
    color: #000000;
    text-align: justify;
}

.content-image {
    text-align: center;
}


/*endoscopy page*/

.image-inline.small {
    max-width: 230px !important;
}

#home-test {}

#home-test .media {
    width: 85%;
    margin-top: 30px;
}

#home-test .media:first-child {
    margin-top: 0;
}

#home-test .media .media-left {
    width: 34%;
}

#home-test .media .media-right {
    width: 36%;
}

#home-test .media .img-wrap {
    width: 250px;
    float: left;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ff0000;
    padding: 5px;
}

#home-test .media .img-wrap img {
    width: 106%;
    height: auto;
    margin-left: -5px;
    margin-top: -5px;
}

#home-test .media .text-wrap {
    float: left;
    width: auto;
    padding: 30px 10px;
    margin-left: 17%;
}

#home-test .media .text-wrap strong {
    font: 700 15px/21px;
    text-transform: uppercase;
    margin: 0;
}

#home-test .media .text-wrap p {
    font: 500 12px/19px open sans;
    margin: 0;
}

#home-test .media .media-body {
    padding: 4px 0;
    text-align: center;
    position: relative;
}

#home-test .media.pull-left .media-body::after {
    content: '';
    position: absolute;
    width: 15%;
    height: 3px;
    background: #ff0000;
    right: 65px;
    top: 50%;
}

#home-test .media.pull-right .media-body::after {
    content: '';
    position: absolute;
    width: 15%;
    height: 3px;
    background: #ff0000;
    left: 54px;
    top: 50%;
}

#home-test .media.pull-left .media-body {
    padding-right: 170px;
}

#home-test .media.pull-right .media-body {
    padding-left: 170px;
}

#home-test .testimonila-wrap::before {
    content: '';
    position: absolute;
    width: 3px;
    height: calc(100% - 10px);
    background: #ff0000;
    left: 48.5%;
    top: 5px;
}

#home-test .testimonila-wrap {
    position: relative;
    display: inline-block;
}

.news-one-item {
    margin: 0 0 7px 0!important;
}

#newscarousel .carousel-inner>.item {
    padding: 8px;
}


/*Responsive*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    #home-test .media {
        width: 97%;
        margin-top: 30px;
    }
    #home-test .media.pull-left .media-body {
        padding-right: 140px;
    }
    #home-test .media.pull-right .media-body {
        padding-left: 140px;
    }
    #home-test .media.pull-left .media-body::after {
        right: 68px;
    }
    #home-test .media .media-left,
    #home-test .media .media-right {
        width: 40%;
    }
    #home-test .media.pull-right .media-body::after {
        left: 50px;
    }
}

@media screen and (max-width:767px) and (orientation: landscape) {
    #home-test .media {
        width: 94% !important;
    }
}

@media screen and (max-width:767px) {
    #home-test .media .media-body p {
        font: 300 13px/20px open sans;
    }
    #home-test .media {
        width: 100%;
        margin-top: 30px;
    }
    #home-test .media.pull-left .media-body {
        padding-right: 15px;
    }
    #home-test .media.pull-right .media-body {
        padding-left: 15px;
    }
    #home-test .media.pull-left .media-body::after,
    #home-test .media.pull-right .media-body::after {
        display: none;
    }
    #home-test .media .media-right,
    #home-test .media .media-left {
        width: 47%;
    }
    #home-test .testimonila-wrap::before {
        left: 50%;
    }
    #home-test .media .text-wrap {
        padding: 10px 10px;
    }
}

@media screen and (max-width:1200px) {
    .content-image img {
        width: 101%;
    }
    .navbar-nav>li>a {
        padding-left: 9px !important;
        font-size: 14px;
        line-height: 16px;
        padding-right: 9px;
        margin-right: 7px !important;
    }
}

@media screen and (max-width:1002px) {
    .content-image img {
        width: 101%;
    }
    .navbar-nav>li>a {
        padding-left: 5px !important;
        font-size: 12px;
        line-height: 14px;
        padding-right: 5px;
        margin-right: 3px !important;
    }
}

@media screen and (max-width:1001px) {
    .content-image img {
        width: 101%;
    }
    .navbar-nav>li>a {
        padding-left: 5px !important;
        font-size: 12px;
        line-height: 14px;
        padding-right: 5px;
        margin-right: 3px !important;
    }
    .navbar-brand>img {
        margin-left: -10px;
    }
}

@media screen and (max-width:992px) {
    .content-image img {
        width: 101%;
    }
    .navbar-nav>li>a {
        padding-left: 5px !important;
        font-size: 12px;
        line-height: 14px;
        padding-right: 5px;
        margin-right: 3px !important;
    }
    .navbar-brand>img {
        margin-left: -50px;
    }
}

@media screen and (max-width:867px) {
    .content-image img {
        width: 101%;
    }
    .navbar-nav>li>a {
        padding-left: 5px !important;
        font-size: 18px;
        line-height: 11px;
        padding-right: 5px;
        margin-right: 3px !important;
    }
    .navbar-brand>img {
        margin-left: -19px;
    }
}

@media screen and (max-width:767px) {
    .content-image img {
        width: 101%;
    }
    .navbar-brand>img {
        margin-left: 10px;
    }
}

@media screen and (max-width:900px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

@media screen and (max-width:580px) {
    #home-test .media .img-wrap {
        width: 110px;
        height: 110px;
        margin-top: 75px;
    }
    .boxes-it {
        padding: 0px;
        height: auto;
    }
    .rectangle h2 {
        margin-top: 20px;
    }
    .rectangle {
        width: 100%;
    }
    .navbar-nav>li>a {
        margin-top: 4px;
        margin-bottom: 4px;
    }
}