.defpage h1 {
    display: block;
    font-size: 3em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    color: #333;
}

.defpage h2 {
    display: block;
    font-size: 2em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    color: #333;
}

.defpage h3 {
    display: block;
    font-size: 1.75em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    color: #333;
}

.defpage h4 {
    display: block;
    margin-top: 1.5em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    color: #333;
}

.defpage h5 {
    display: block;
    font-size: 1.25em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    color: #333;
}

.defpage h6 {
    display: block;
    font-size: 1em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    color: #333;
}


.defpage ul {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1 em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    color: #333;
}

.defpage u {
    text-decoration: underline;
}

.defpage p {
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0;
    line-height: normal;
}

.defpage ol {
    display: block;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    color: #333;
}

.defpage li {
    display: list-item;
}

.defpage {
    padding: 100px 0;
}

section.blogsSec {
    padding: 0px 0px 70px;
}

.detailWrp {}

.detailWrp img {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}

.publish_author {
    font-size: 0;
}

.publish_author span {
    font-size: 17px;
    font-style: italic;
    line-height: 1.53;
    color: #888;
    margin-right: 20px;
    margin-bottom: 18px;
}

.publish_author span.date {
    color: #6CA437;
}

.detailWrp h5 {
    font-size: 23.8px;
    line-height: 1.25;
    color: #333333;
    text-transform: capitalize;
    margin-bottom: 30px;
}


/* ----------------- */

.wpcf7 .field p {
    line-height: 0.5;
}

.topsetdv .BxitemsCom {
    min-height: 346px;
}

.topsetdv .BxitemsCom h3 {
    font-size: 1.5rem;
    font-weight: 700;
}

.aboutSec ul {
    padding-left: 20px;
    list-style: disc;
    margin-bottom: 1rem;
}

.aboutSec ul li {
    padding: 5px 0;
}

.aboutSec .abtCont h2 {
    font-size: 1.65rem;
    color: var(--black);
    margin-bottom: 1.5rem;
    font-weight: 600;
}


.contactSecs .bookAppSec {
    margin-top: -10rem;
    padding-top: 10rem;
    padding-bottom: 28rem;
}

.main-logo-cls {
    display: flex;
    justify-content: center;
}

.navbar-brand {
    margin-right: 20rem;
}

.testimoBox {
    height: auto !important;
}

.compannyVan figure img {
    max-width: 55%;
}

.menu li a {
    font-size: 1.3rem;
    margin-right: 34px;
}

.main-banner h3 {
    font-size: 1.5rem;
}

.aboutSec h3.redcol {
    font-size: 2.5rem;
}

.ban-para {
    font-size: 20px;
}

.timeInfo .items {
    font-size: 16px !important;
}

.serviceSecs h4 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    color: black;
}

.box-abt {
    margin-bottom: 1em;
}


ul.pop-points {
    font-family: 'Poppins';
    line-height: 2;
    font-size: 18px;
}

.hds-points {
    font-family: 'Poppins';
}

.hds-points h4 {
    color: black;
    font-size: 22px;
    font-weight: 600;
}

.hds-points p {
    font-size: 16px;
}

p.ban-para {
    width: 60%;
    margin: 0 auto 30px;
}

section.aboutSec h2 {
    font-size: 2.5rem;
}

section.aboutSec img.bn {
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.compannyVan img {
    height: 350px;
}

.compannyVan {
    bottom: -1rem;
}


.bookForm .field textarea {
    background: var(--white);
    padding: 16px 19px;
    border-radius: 17px;
    width: 100%;
    border: none;
}

.contactFromSer .col-md-6 {
    max-width: 100% !important;
    flex: 0 0 100%;
}

.contactFromSer {
    background: var(--theme-color);
    padding: 20px;
    border-radius: 30px 0 30px 0;
}

.contactFromSer h2 {
    color: white;
    font-size: 35px;
    text-align: center;
}

.contactFromSer input,
.contactFromSer select,
.contactFromSer textarea {
    background: var(--white);
    padding: 7px 10px;
    border-radius: 17px;
    width: 100%;
    border: none;
    font-size: 13px;
}

.contactFromSer label {
    color: white;
}

.contactFromSer input.wpcf7-form-control.wpcf7-submit.has-spinner.btnSubmit {
    background: #bd1723;
    padding: 15px 40px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.63;
    color: var(--white);
    display: inline-block;
    border: none;
    transition: all 0.3s ease;
    border-radius: 1100px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}


section.blogsSec.blogDetials h2 {
    font-size: 30px;
}



section.blogsSec.blogDetials ul,
section.blogsSec.blogDetials ol {
    margin: 10px 0;
}

section.blogsSec.blogDetials ul li,
section.blogsSec.blogDetials ol li {
    padding: 10px 0;
}

section.blogsSec.blogDetials ul {
    list-style: circle;
    margin-left: 20px;
}

section.blogsSec.blogDetials p {
    margin: 0;
    padding: 10px 0;
}