/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
 
 
/*==========  Mobile First Method  ==========*/
 
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}


/*==========  Non-Mobile First Method  ==========*/
 
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    
a.menu_close {
    float: right;
    position: relative;
    display: block;
    color: #fff;
    border: 1px solid #aeafd3;
    padding: 5px;
}

a.mobile.mobile_appoinment h5 {
    color: #fff;
    margin: 0;
    padding: 7px;
}

li.mobile {
    background: #00a3c8;
margin: 0 !important;}

a.menu_close {
    color: #fff !important;
    text-align: right;
}


.mobile {
    display: block;
    position: absolute;
    right: 0;
}   

.work-process-list img {
    width: 63px;
}

	.work-process-list ul li span {
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 2px solid #2e3092;
    position: relative;
    margin: 0px 0px 19px;
    border-radius: 50%;
    line-height: 100px;
    background: #fff;
}
	
.work-process-list ul li {
    list-style: none;
    display: block;
    margin: 0px 5px 0px;
    position: relative;
    padding: 15px 25px;
    margin-bottom: 20px;
    float: left;
width: 45%;}	

.tophead {
    margin-top: 0px;
    margin-bottom: 13px;
}
.tophead li{
    float: left;
    padding-left: 5px;
	 padding-right: 6px !important;
}
.rev_slider_wrapper {height: 115px !important;}
.rev_slider  {height: 115px !important;}
.tp-parallax-wrap {
    top: 79px !important;
}
	.section-title h2{
	
    font-size: 20px;}
.font-28{font-size:20px !important}
.font-30{font-size:22px !important}

.header-top {
  padding: 5px 0;
  background-color: #2e3092;
}

.header-top .sm-font-12{font-size: 12px !important;}

.header-top .btn-sm{
font-size:12px;
}


.bannertext h1{font-size: 30px !important;}


}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 360px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {
}