/*Mobile Media Query*/
@media screen and (max-width: 950px) {

.d-desk{
	display: none;
}
.d-mob{
	display: block;
}
.header {
    position: absolute;
}
.header .navbar-toggler {
    width: 30px;
    height: 30px;
}
.navbar .navbar-collapse {
    background: #262a3a;
}
#home {
    margin-top: 5rem;
    z-index: 0;
}
.hero__images img{
    width: 75%;
}
.hero__padding {
    padding-bottom: 60px;
}
.mr-tp40m{
    margin-top: 40px;
}
.p-80px-tb, .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}
.menu > .nav-item a::after {
    transition: all 0.4s cubic-bezier(0.3, 0.1, 0.58, 1);
    opacity: 0;
    content: "";
    width: 100%;
    width: 30%;
    left: 15%!important;
    transform: translate(-50%, 0);
    height: 2px;
    background: #c27b7f;
    position: absolute;
    bottom: -10px;
}
.menu > .nav-item.submenu .dropdown-menu {
    min-width: 200px;
    padding: 0 0 15px 15px;
    background: transparent;
    box-shadow: none;
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link{
    color: #f1f1f1;
}
.testimonial__user-info__content p{
    text-align: left;
}
.accordion-button{
    padding: 15px;
}
.mr-tp30m{
        margin-top: 30px;
}
.author__content__desc{
        margin-bottom: 8px;
}
.mr-tp50m{
    margin-top: 50px;
}
.pd-bt0 {
    padding-bottom: 0;
}
.tabs label{
    width: 100%;
}
.display-4 {
    font-size: 2.5rem;
    line-height: 3rem;
}
.mr-tpm30{
    margin-top: 30px;
}
.colpdc .col-lg-3 {
    /* padding: initial; */
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
}
/*.submenu i{
    top: 30%;
    position: absolute;
    right: 0;
}*/

}
/*Mobile Media Query Ends