body, html {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}
.navbar-brand img{
	width:210px;
}
.p-color{
	color: var(--primary);
}
.white-color{
	color: #dfdfdf;
}
.graybg{
	background: #e7e5e6;
}
.h3, h3 {
    font-size: 1.5rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
}
.d-flex{
	display: flex;
}
.mr-auto{
	margin: auto;
}
.mr-bt0{
	margin-bottom: 0;
}
.mr-bt30{
	margin-bottom: 30px;
}
.display-6 {
    font-size: 2.2rem;
    line-height: 2.5rem;
}
.text-border-bottomcenter::after {
    display: block;
    height: 2px;
    width: 125px;
    content: "";
    margin: auto;
    background: #9b807f;
    background-size: 300% 300%;
    background-position: center center;
    margin-top: 5px;
}
.text-border-bottomleft::after {
    display: block;
    height: 2px;
    width: 125px;
    content: "";
    background: #9b807f;
    background-size: 300% 300%;
    background-position: center center;
    margin-top: 5px;
}
.testi-card .card-body.p-4 {
    padding: 1.7rem 1.5rem 0.8rem !important;
}
#home{
    margin-top: 5.2rem;
}
.header .navbar .navbar-nav li span{
    color: #f1f1f1;
}
#text{
    display: none;
}
.rdmore{
    color: #9b807f!important;
    border: none!important;
    box-shadow: none!important;
    background: transparent!important;
    padding: 0!important;
}
.display-4 {
    font-size: 3.0rem;
    line-height: 3.5rem;
}
.pd-right3{
    padding-right: 3rem;
}
.values-title{
    color: #262a3a;
    font-weight: 600;
}
.accordion-item, .accordion-button{
    background: transparent;
    border: 1px solid #dfdfdf;
    background-color: none;
    border-radius: 5px!important;
    color: #dfdfdf;
    font-size: 1.3rem;
}
.accordion-button{
    padding: 15px;
}
 .accordion-button:focus {
    color: #dfdfdf;
    background-color: transparent;
    box-shadow: none!important;
    border-color: #dfdfdf;
}
.accordion-button:not(.collapsed) {
    color: #dfdfdf;
    background-color: transparent;
    box-shadow: none!important;
    border-color: #dfdfdf;
    border-bottom: none;
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;

}
.accordion-button::after {
       background-image: url(../images/nin/down-arrow.png);
}
.accordion-button:not(.collapsed)::after{
      background-image: url(../images/nin/down-arrow.png);
}
.accordion-body{
    font-size: var(--bs-body-font-size);
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
    border-top: 0;
}
.confirm{
    background-color: #9b807f!important;
}
.sweet-alert p {
    color: #2a2a2a!important;
    font-size: 16px!important;
     font-weight: 400!important;
}
.sweet-alert h2 {
    color: #2a2a2a!important;
    margin: 5px 0!important;
}
.fa-location-dot{
    color: #9b807f;
}
.secbrbt{
  border-bottom:1px solid #9b807f;
}
.pd-bt0{
    padding-bottom: 0;
}
.accordion-item{
    margin-bottom: 20px;
}
.pd-left5{
    padding-left: 5%;
}

.ctm-list{
    color: #dfdfdf;
}
.ctm-list li, .ctmlist-wht li{
       margin-bottom: 1rem;
}
/*Tabs CSS*/
.tabs {
    display: flex;
    flex-wrap: wrap; 
    margin-top: 50px;
}
.tabs label {
    order: 1; 
    display: block;
    padding: 0.7rem 1.5rem;
    margin-right: 0.2rem;
    cursor: pointer;
  background: #9b807f;
  font-weight: 500;
  transition: background ease 0.2s;
}
.tabs .tab {
  order: 99; 
  flex-grow: 1;
    width: 100%;
    display: none;
  padding: 2rem;
  background: #f9f9f9;
}
.tabs input[type="radio"] {
    display: none;
}
.tabs input[type="radio"]:checked + label {
    background: #f9f9f9;
}
.tabs input[type="radio"]:checked + label + .tab {
    display: block;
}
/*Tabs CSS Ends*/
.mr-bt50{
    margin-bottom: 50px;
}
.tp-logo{
 border-radius: 5px;
 margin-bottom: 20px;
 width: 190px;
}
.footer__copyright p{
    font-size: 13px;
}
.colpdc .col-lg-3{
    padding: 0 20px;
}
.alinkp{
    margin-bottom: 12px;
    text-align: center;
}
.alinkp a{ 
    color: #9b807f;
}





@media only screen and (min-width : 1600px) and (max-width : 2500px) {

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        max-width: 80%;
    }

}