/* ------------------------------------------------
  Project:   Consulterz - Consulting Finance Accounting
  Author:    ThemeHt
------------------------------------------------ */


/* ------------------------
    Responsive Css
------------------------*/

@media (max-width: 1200px){
h1{font-size: 55px; line-height: 65px;}
h2 {font-size: 36px; line-height: 46px;}
h3 {font-size: 26px; line-height: 36px;}
h4 {font-size: 22px; line-height: 30px;}
h5 {font-size: 19px; line-height: 28px;}
h6 {font-size: 17px; line-height: 22px;}

}


@media (max-width: 992px){
h1{font-size: 50px; line-height: 60px;}
h2{font-size: 36px; line-height: 46px;}
h3 {font-size: 24px; line-height: 30px;}
h4 {font-size: 20px; line-height: 26px;}
h5 {font-size: 18px; line-height: 28px;}
h6 {font-size: 17px; line-height: 26px;}



/*Header*/
#header-wrap::before {left: 75%;}
.navbar-toggler {background: #0293d5; height: 40px; width: 40px; padding: 0; margin-right: 0;}
.navbar-nav ul{position: static;}
.navbar-nav .nav-item{margin: 0;}
.navbar-nav .nav-link{padding: 10px !important;}
.navbar-collapse {border-radius: .25rem; background:#ffffff; max-height: 400px;  left: 0; padding: 10px; position: absolute; z-index: 99; top: 60px; width: 100%; overflow: auto; border: medium none; -webkit-box-shadow: 7px 5px 30px rgba(72,73,121,0.15); -moz-box-shadow: 7px 5px 30px rgba(72,73,121,0.15); box-shadow: 7px 5px 30px rgba(72,73,121,0.15);}
.navbar-toggler span {width: 80%; height: 2px; margin: 5px auto; display: block; background: #ffffff;}
.navbar-nav .dropdown-toggle::after{position: absolute; top: 50%; right: 0; margin: -0.5em 0 0 0; padding: 0; width: 2em; height: 1.4em; font-size: 1.25rem; line-height: 1.2em; text-align: center;}


/*Banner*/
.page-title {padding: 160px 0;}
.page-title h1 {font-size: 40px; line-height: 50px;}

.gp-title {font-size: 90px; line-height: 90px;}

.responsive-table {
    overflow-y: scroll;
    max-height: 300px;
    padding: 40px 15px;
}
.responsive-table .col-12 {
    text-align: center;
    padding: 10px 0;
}
.responsive-table .col-12::before {
    color: #6C7A89;
    padding-right: 10px;
    content: attr(data-label);
    flex-basis: 50%;
    text-align: right;
}
.responsive-table li{background: #ffffff; box-shadow: 0px 10px 20px 0px rgba(26,26,66,0.070); margin-bottom: 30px; padding: 30px 0}
.responsive-table li.table-header{display: none;}
.table-row .col-12{border: none !important;}

}

@media (max-width: 767px){
h2{font-size: 30px;}
h3 {font-size: 22px; line-height: 30px;}

.section-title h2{font-size: 34px; line-height: 40px;}
.section-title p {font-size: 16px;}
.page-title h1 {font-size: 30px; line-height: 30px;}


/*Banner*/

.gp-title {
    font-size: 50px;
    line-height: 50px;
}

.tab .nav-tabs {
    display: block;
}
.tab .nav-tabs .nav-link{
	width: 100%; margin-right: 0; margin-bottom: 2px;
}

.about-sidebar li {
    font-size: 24px;
    line-height: 30px;
}
.about-sidebar li strong {
    font-size: 36px;
    line-height: 36px;
}

}

@media (max-width: 576px){

h1{font-size: 32px; line-height: 40px;}
h2{font-size: 28px; line-height: 36px; margin-bottom: 10px;}
h3 {font-size: 20px; line-height: 28px;}
h4 {font-size: 18px; line-height: 26px;}
.section-title h2{font-size: 30px; line-height: 38px;}

/*Header*/

.header-top .social-icons li {padding: 0 6px;}
.header-top .social-icons li a {font-size: 12px; height: 40px; width: 20px; line-height: 44px;}

/*Banner*/
.fullscreen-banner p br{display: none;}
.breadcrumb-item {line-height: 30px;}
.page-title {padding: 160px 0 110px;}

.owl-carousel .owl-nav button.owl-prev { left: 0px; }
.owl-carousel .owl-nav button.owl-next { right: 0px; }

.featured-item {
    padding: 30px 10px;
}

}
