
/* Large Layouts */


@media only screen and (max-width: 1340px) {
    .main-header .logo-area .header-info-box {
        margin-left: 62px;
    }
    .main-header .logo-area .header-info-box-2 {
        margin-left: 68px;
    }
    .main-header .header-search ul li.menuleft-address {
        padding: 10px 31px;
    }
}
@media only screen and (max-width: 1200px) {
    .main-header .logo-area .header-info-box {
        margin-left: 48px;
    }
    .main-header .logo-area .header-info-box-2 {
        margin-left: 53px;
    }
    .main-header .mainmenu-area .navbar-nav .nav-link {
        padding: 22px 25px;
    }
    .main-header .header-search ul li.menuleft-address {
        padding: 10px 21px;
    }
    .footer-social-text {
        width: 67%;
    }
    .mailing-list .form-group i {
        right: 16px;
    }
}
@media only screen and (max-width: 1140px) {
    .main-header .logo-area .header-info-box {
        margin-left: 18px;
    }
    .main-header .logo-area .header-info-box-2 {
        margin-left: 24px;
    }
    .main-header .mainmenu-area .navbar-nav .nav-link {
        padding: 22px;
    }
    .main-header .header-search ul li.menuleft-address {
        padding: 10px 2px;
    }
    .footer-social-text {
        width: 66%;
    }
    .footer-logo-text {
        width: 76%;
    }
}
@media only screen and (max-width: 1023px) {
    .main-header .logo-area .header-info-box {
        margin-left: 11px;
    }
    .main-header .logo-area .header-info-box-2 {
        margin-left: 16px;
    }
    .main-header .mainmenu-area .navbar-nav .nav-link {
        padding: 10px;
    }
    .main-header .header-search ul li.menuleft-address {
        padding: 10px 1px;
    }
    .menuleft-search a i {
        width: 51px;
    }
    .footer-logo-text {
        width: 76%;
    }
    .footer-social-text {
        width: 58%;
    }
    .main-header .mainmenu-area .navbar-nav .nav-link {
        padding: 22px 18px;
    }
}
/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 992px) {
    
    .main-header .top-area .info-menu,
    .main-header .top-area .social {
        float: none;
        text-align: center;
    }
    .blog-singleRecpost img{
        width: 100px;
        height: 70%;
        object-fit: cover;
    }
    .main-header .mainmenu-area {
        background-color: #f4cb10;
        text-transform: uppercase;
        width: 100%;
        display: none;
        position: relative;
        z-index: 999;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
    }
    .main-header .top-area .info-menu {
        margin-bottom: 20px;
    }
    .main-header .top-area .social ul li {
        border: 1px solid #E1E1E1;
        margin-bottom: 20px;
		display: inline-block;
		float: none;
    }
    .logo {
        margin-bottom: 30px;
        display: none;
    }
    .main-header .logo-area .header-info-box {
        padding: 4px 20px 0 80px;
        margin: 0 0 16px 57px;
    }
    .main-header .logo-area .header-info-box-2 {
        padding: 4px 20px 0 80px;
        margin: 0 0 16px 57px;
    }
    .main-header .header-search ul li.menuleft-address {
        padding: 8px 36px;
        float: right;
    }
    .main-header .header-search ul li.menuleft-search {
        float: right;
    }
    .main-header .header-search .dropdown {
        position: relative;
    }
    .main-header .header-search .dropdown-menu {
        left: 0;
    }
    .header-2.main-header .header-search .dropdown-menu {
        left: auto;
    }
    .sticky-menu {
        /* position: relative !important; */
        position: fixed;
        z-index: 999;
        opacity:1;
        width: 100%;
    }
    .navana-single-slide h2 {
        font-size: 45px;
    }
    .home-btn-1,
    .home-btn-2 {
        padding: 10px 30px;
    }
    .about-image {
        text-align: center;
    }
    .about-image img {
        position: relative;
        top: 0;
    }
    .section-title p {
        width: 100%;
    }
    .service-tab .nav-tabs .nav-link {
        padding: .5rem 1rem;
    }
    .single-counter {
        margin: 10px 0 20px;
    }
    .client-slider.owl-theme .owl-nav .owl-next {
        right: -13%;
    }
    .client-slider.owl-theme .owl-nav .owl-prev {
        left: -13%;
    }
    footer .footer-widget:not(:last-child) {
        margin-bottom: 40px;
    }
    .sidebar-padding-right {
        padding-right: 15px;
    }
    .sidebar-padding-left {
        padding-left: 15px;
    }
	.pricing-table-default {
        margin-bottom: 60px;
    }
    .logo-area{
        display:none;
    }
}
/* Mobile Layout: 320px. */

@media only screen and (max-width: 767px) {
	.zoomWindowContainer,.zoomContainer {
		opacity: 0;
	}
	.single-page-title-area{
	    padding: 20px 0px;
	}
	.blog-singleRecpost{
	    margin-bottom: 10px;
	}
    .nav-pills {
        border: 0.5px solid #0000001f;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
        display: flex;
        border-bottom-left-radius: 0px;
        text-align: center;
        background: #FBFBFB;
        flex-wrap: wrap;
    }
    .single-page-title-area .breadcrumb{
        display: none;
    }
    .blog-singleRecpost img{
            width: 100px;
    height: 70%;
    object-fit: cover;
    }
    .price_inner {
        position: relative;
        flex-direction: column;
        justify-content: none;
        background-color: #333;
        border-radius: 0px;
        padding: 22px;
        margin-bottom: 15px;
        
        align-items: center;
        min-height: 72px;
    }
    .price_inner p {
        position: relative;
        margin: 0;
        width: 100%;
        font-weight: 500;
        color: #fff;
        text-align: center;
        padding-left: 0px !important;
    }
    .price_inner .button {
        color: #fff;
        top: 25px;
        display: flex;
        align-items: center;
        transition: all 0.5s ease;
        width: 100%;
        font-weight: 600;
        margin-top: 10px;
        padding: 8px;
        border: 1px solid #f4cb10;
        cursor: pointer;
        border-radius: 0px;
        background-color: #f4cb10;
        justify-content: center;
        min-height: 45px;
    }
    .borde-color{
        margin-bottom: 10px;
    }
    .accordation_style {
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
        width: 100%;
    }
    .pay_res{
        flex-direction: column;
        line-height: 50px;
    }
	.main-header .mainmenu-area {
        background-color: #f4cb10;
        text-transform: uppercase;
        width: 100%;
        display: none;
        position: relative;
        z-index: 999;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
    }
    .main-header .top-area .info-menu,
    .main-header .top-area .social {
        float: none;
        text-align: center;
    }
    .main-header .top-area .info-menu {
        margin-bottom: 20px;
    }
    .main-header .top-area .social ul li {
        border: 1px solid #E1E1E1;
        margin-bottom: 20px;
		display: inline-block;
		float: none;
    }
    .logo {
        text-align: center;
        margin-bottom: 30px;
        display: none;
    }
   
    .main-header .logo-area .header-info-box {
        padding: 4px 20px 0 80px;
        margin: 0 0 16px 57px;
    }
    .main-header .logo-area .header-info-box-2 {
        padding: 4px 20px 0 80px;
        margin: 0 0 16px 57px;
    }
    .main-header .header-search ul li.menuleft-address {
        padding: 8px 5px;
        float: right;
    }
    .main-header .header-search ul li.menuleft-search {
        float: right;
    }
    .main-header .header-search .dropdown {
        position: relative;
    }
    .main-header .header-search .dropdown-menu {
        left: 0;
    }
    .header-2.main-header .header-search .dropdown-menu {
        left: auto;
    }
    .sticky-menu {
        /* position: relative !important; */
        position: fixed;
        z-index: 999;
        opacity:1;
        width: 100%;
    }
    .tab-content {
        margin-top: 0px;
    }
    .single-service-img img{
        padding: 15px 15px 0px 15px;
    }
    .blog-allpost-title h2, .blog-allpost-title h3,
    .blog-allpost-title h4, .blog-allpost-title h5{
        font-size: 20px;
    }
    .content-text h2 ,.content-text h3, 
    .content-text h4, .content-text h5{
         margin-top: 13px;
        font-size: 20px;
    }
    tr, th, td {
     padding: 0px; 
    }
    .section-padding {
        margin-top: 40px;
        padding: 0px 0px;
        position: relative;
        float: left;
        width: 100%;
    }
    .navana-slides.owl-theme .owl-nav div {
        display: none;
    }
    .navana-single-slide h2 {
        font-size: 30px;
    }
    .home-btn-1,
    .home-btn-2 {
        padding: 8px 16px;
        font-size: 12px;
    }
    .about-image {
        text-align: center;
    }
    .about-image img {
        position: relative;
        top: 0;
    }
    .section-title p {
        width: 100%;
    }
    .single-counter {
        margin: 10px 0 20px;
    }
    .client-slider.owl-theme .owl-nav .owl-next {
        right: -13%;
    }
    .client-slider.owl-theme .owl-nav .owl-prev {
        left: -13%;
    }
    footer .footer-widget:not(:last-child) {
        margin-bottom: 40px;
    }
    footer .copyright-text p {
        text-align: center;
        margin-bottom: 30px;
    }
    .footer-menu {
        text-align: center;
    }
    .client-item-two {
        margin-bottom: 20px;
        text-align: center;
    }
    .client-item-two,
    .client-item-two-wrap {
        border: none;
    }
    #chartContainer {
        margin-bottom: 30px;
    }
    .single-portfolio img {
        width: 100%;
    }
    .error-page-wrap h1 {
        font-size: 50px;
        letter-spacing: 13px;
    }
    .error-page-wrap h2 {
        font-size: 22px;
    }
    .sidebar-padding-right {
        padding-right: 15px;
    }
    .sidebar-padding-left {
        padding-left: 15px;
    }   
	.pricing-table-default {
        margin-bottom: 60px;
    }
    .logo-area{
        display: none;
    }
    
}
/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .error-page-wrap h1 {
        font-size: 150px;
        letter-spacing: 20px;
    }
    .error-page-wrap h2 {
        font-size: 2rem;
    }
}