#wpadminbar {
    position: static !important
}

.alignnone {
    max-width: 100%
}

.latestBlogsMainContainer {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 70px 35px 130px
}

.latestBlogContentContainer {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: center;
    align-items: flex-start
}

.ltBlogtopContent {
    display: flex;
    /*justify-content: space-between*/
    justify-content: center;
}

.ltBlogtopContent .searchBox {
    width: 219px
}

.ltBlogtopContent #searchform>div {
    width: 189px;
    height: 45px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 54px
}

.ltBlogtopContent #searchform>div input[type=text] {
    width: 100%;
    height: 46px;
    border-radius: 10px;
    padding: 0 10px;
    background-color: #f5f5f5;
    border: none;
    outline: none
}

.ltBlogtopContent #searchform>div input[type=submit] {
    position: absolute;
    right: 0;
    z-index: 99;
    height: 46px;
    background-image: url(/static/img/latest_search.png);
    background-color: #19437a;
    color: transparent;
    background-size: 20px;
    background-repeat: no-repeat;
    border: none;
    display: flex;
    top: 0;
    background-position: center;
    border-radius: 0 10px 10px 0
}

li#categories-2 {
    list-style: none
}

.lbshort p a {
    display: none
}

.lbshort {
    margin-bottom: 10px
}

.relatedBlogCard a.read-more {
    font-size: 13px !important
}

.latestBlogCategories li#search-2 {
    display: none
}

.ltBlogtopContent #searchform>div input::placeholder {
    color: #182026 !important;
    opacity: .78 !important;
    font-family: var(--opensans) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    font-style: normal !important;
    line-height: 20px !important
}

.ltBlogtopContent #searchform>div>label {
    display: none
}

.ltBlogtopContent #searchform>div span {
    width: 45px;
    height: 45px;
    border-radius: 0 10px 10px 0;
    background-color: #19437a;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.ltBlogtopContent #searchform>div span img {
    width: 20px;
    height: 20px
}

.ltBlogtopContent h1 {
    color: #000;
    font-family: "din 2014";
    font-size: 43px;
    font-weight: 500;
    line-height: 70px;
    text-transform: none;
    margin-bottom: 40px;
    width: 671px
}

.latestBlogCategories {
    width: 250px;
    margin-top: -20px
}

.latestBlogCardsContainer {
    width: 1050px;
    margin-left: 25px
}

.latestBlogCategories h2 {
    color: #182026;
    font-family: var(--din_2014) !important;
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    margin-bottom: 11px;
    line-height: 40px
}

.latestBlogCategories h3.widget-title {
    color: #182026;
    font-family: var(--din_2014) !important;
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    margin-bottom: 11px;
    line-height: 40px
}

.latestBlogCategories ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.latestBlogCategories ul li a {
    display: flex;
    height: fit-content;
    padding: 18px 0;
    border-bottom: 1px solid #dfdfdf;
    color: #1f2325;
    font-family: var(--din_2014) !important;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    cursor: pointer;
    text-transform: uppercase
}

.latestBlogCategories ul li:last-child {
    border-bottom: none
}

.latestBlogCards {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.latestBlog {
    max-width: 300px;
    width: 100%;
    margin-bottom: 35px;
    margin-right: 24px
}

.latestBlog img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 12px
}

.latestBlog .date p {
    color: #19437a;
    font-family: var(--opensans) !important;
    font-size: 10px;
    font-weight: 700;
    margin: 0
}

.latestBlog .date p span {
    color: #415cda;
    font-weight: 600
}

.latestBlog h4 a {
    color: #1d2b34;
    font-family: var(--asap) !important;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: 21px;
    margin: 12px 0
}

.latestBlog p {
    color: #1f2325;
    font-family: var(--opensans) !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 18px
}

.latestBlog a {
    color: #19437a;
    font-family: var(--opensans) !important;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center
}

.latestBlog a:hover {
    text-decoration: underline
}

.latestBlog a.readmore img {
    width: 9px;
    height: 9px;
    margin: 1px 0 0 5px
}

.latestBlogPagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 23px
}

.latestBlogPagination a {
    color: #19437a;
    font-family: var(--opensans) !important;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    text-decoration: none
}

.latestBlogPagination a img {
    margin: 0 10px
}

.latestBlogPagination ul {
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0 49px
}

.latestBlogPagination ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px
}

.latestBlogPagination ul li a,
.latestBlogPagination ul li span {
    display: block;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 31px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: #fff;
    opacity: .6;
    color: #000;
    font-family: var(--opensans) !important;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer
}

.latestBlogPagination ul li span {
    background-color: #19437a;
    color: #fff;
    opacity: 1
}

.latestBlogPagination ul li a.prev,
.latestBlogPagination ul li a.next,
.latestBlogPagination ul li span.dots {
    border-color: transparent !important;
    background-color: transparent !important
}

.latestBlogPagination ul li a.prev,
.latestBlogPagination ul li a.next {
    width: auto
}

.latestBlogPagination ul li a.prev:before {
    margin-right: 20px;
    content: "< Previous"
}

a.prev i.fa.fa-chevron-left,
a.next i.fa.fa-chevron-right {
    display: none
}

.latestBlogPagination ul li a.next:after {
    margin-left: 20px;
    content: "Next >"
}

.latestBlogPagination ul li a.prev,
.latestBlogPagination ul li a.next {
    background-color: #19437a;
    opacity: 1
}

.latestBlogPagination ul li a i.fa-chevron-right,
.latestBlogPagination ul li a i.fa-chevron-left {
    color: #fff
}

.latestBlogPagination ul li span.dots {
    opacity: .6;
    color: #000
}

.latestBlogPagination ul li.dots {
    border: none
}

.latestBlogPagination ul li.active {
    background-color: #19437a;
    color: #fff;
    opacity: 1
}

@media screen and (max-width:1024px) {
    .ltBlogtopContent h1 {
        width: 70%
    }

    .ltBlogtopContent .searchBox {
        width: 25%
    }

    .latestBlogCategories {
        width: 25%
    }

    .latestBlogCardsContainer {
        width: 70%
    }

    .latestBlogCards .latestBlog {
        max-width: 48%
    }
}

@media screen and (max-width:992px) {

    i.fa-chevron-right,
    i.fa-chevron-left {
        font-size: 12px !important
    }

    .latestBlogCategories ul li {
        font-size: 14px
    }

    .latestBlogPagination ul {
        margin: 0;
        flex: 1
    }

    .latestBlogPagination ul li a.prev,
    .latestBlogPagination ul li a.next {
        width: 90px
    }

    .latestBlogPagination ul li a,
    .latestBlogPagination ul li span {
        width: 28px;
        height: 27px;
        line-height: 23px
    }

    .latestBlogPagination ul li a,
    .latestBlogPagination ul li span {
        font-size: 13px
    }

    .latestBlogPagination ul li {
        margin: 0 7px
    }
}

.topHousePlansSec {
    padding-bottom: 80px
}

.topHousePlansMain {
    max-width: 1330px;
    padding: 10px 35px;
    margin: 0 auto
}

.topHousePlansMain .blogDetailsContent {
    max-width: 100%
}

.topHousePlansMain .blogDetailsLinks {
    display: flex;
    align-items: center;
    margin-bottom: 50px
}

.topHousePlansMain .blogDetailsLinks>div {
    display: flex;
    align-items: center
}

.topHousePlansMain .blogDetailsLinks ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center
}

.topHousePlansMain .blogDetailsLinks ul a {
    width: 38px;
    height: 38px;
    background-color: #e7ecf1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 9px;
    cursor: pointer
}

.topHousePlansMain .blogDetailsLinks ul a img {
    width: 45%
}

.topHousePlansMain h1 {
    font-family: var(--asap);
    font-size: 48px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    margin-bottom: 16px;
    letter-spacing: -.72px;
    color: #1d2b34;
    text-transform: none
}

.topHousePlansMain .blogDetailsLinks span p {
    font-family: var(--opensans);
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal
}

.topHousePlansMain .blogDetailsLinks span:nth-child(1) {
    padding-right: 16px;
    border-right: 2px solid #d4d4d4
}

.topHousePlansMain .blogDetailsLinks span:nth-child(2) {
    padding-left: 16px
}

.topHousePlansMain .blogDetailsLinks span:nth-child(1) p {
    color: #415cda
}

.topHousePlansMain .blogDetailsLinks span:nth-child(2) p {
    color: #19437a;
    margin-right: 60px
}

.topHousePlansMain img.size-full {
    width: 100%
}

.topHousePlansMain img {
    width: auto;
    border-radius: 10px
}

.barndominiumContent ul {
    list-style: none;
    padding-left: 30px;
    margin-top: 20px;
    margin-bottom: 20px
}

.barndominiumContent li {
    position: relative;
    padding-left: 20px;
    line-height: 2em;
    font-family: var(--opensans);
    font-size: 15px;
    font-weight: 600;
    color: #000
}

.barndominiumContent li::before {
    content: '\2022';
    position: absolute;
    left: 0;
    transform: translateY(0);
    font-family: var(--opensans);
    font-size: 15px;
    font-weight: 600;
    color: #000
}

.topHousePlansMain .barndominiumContent h2 {
    font-family: var(--din_2014);
    font-size: 33px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: -.66px;
    color: #19437a;
    margin: 30px 0 19px;
    text-transform: none
}

.topHousePlansMain .barndominiumContent h3 {
    font-size: 23px;
    display: block;
    margin-block-start: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: 700
}

.topHousePlansMain .barndominiumContent p {
    font-family: var(--opensans);
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2em;
    letter-spacing: normal;
    color: #404040
}

.topHousePlansMain .barndominiumContent p a {
    color: #19437a;
    text-decoration: none;
    font-weight: 600
}

.topHousePlansMain .barndominiumContent p a:hover {
    color: #000;
    text-decoration: underline
}

.topHousePlansMain .barndominiumSteps {
    margin-top: 50px
}

.topHousePlansMain .barndominiumSteps h4 {
    font-family: var(--asap);
    font-size: 19px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -.38px;
    color: #000;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    text-transform: none
}

.topHousePlansMain .barndominiumSteps h4 span {
    width: 34px;
    height: 34px;
    background-color: #19437a;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 13px;
    font-family: var(--opensans);
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    color: #fff
}

.topHousePlansMain .barndominiumSteps p:nth-child(2) {
    margin-bottom: 40px !important
}

.topHousePlansMain .characteristics {
    margin: 30px 0
}

.topHousePlansMain .characteristics h3 {
    font-family: var(--din_2014);
    font-size: 32px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: -.64px;
    text-align: left;
    color: #000;
    margin-bottom: 22px;
    text-transform: none
}

.topHousePlansMain .characteristics .barndominiumSteps {
    margin-top: 15px !important
}

.topHousePlansMain .characteristics .barndominiumSteps h4 {
    margin-bottom: 18px !important;
    text-transform: none
}

.topHousePlansMain .characteristics .barndominiumSteps p {
    margin: unset !important
}

.topHousePlansMain .blogCardsHead {
    padding-bottom: 40px
}

.topHousePlansMain .blogCardsHead h2 {
    font-family: var(--din_2014);
    font-size: 32px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: -.64px;
    color: #000;
    text-overflow: none;
    margin-bottom: 30px
}

.topHousePlansMain .blogCardPlanDetails {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.topHousePlansMain .blogCardPlanDetails span {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    border: solid 1px #989898;
    background-color: #fff;
    margin-right: 13px;
    font-family: var(--opensans);
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: .15px;
    color: #000
}

.topHousePlansMain .blogCardPlanDetails h5 {
    font-family: var(--opensans);
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #404040
}

.topHousePlansMain .blogCardPlanDetails h5 a {
    color: #19437a;
    margin-right: 15px;
    font-weight: 500;
    text-decoration: underline
}

.topHousePlansMain .blogCardPlanDetails h5 a:hover {
    color: #000;
    text-decoration: none
}

.topHousePlansMain .blogCardsHead p {
    font-family: var(--opensans);
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.82;
    letter-spacing: normal;
    text-align: left;
    color: #404040;
    margin-bottom: 40px
}

.topHousePlansMain .blogCardImg {
    margin-bottom: 30px
}

.topHousePlansMain .blogCardsHead p a {
    color: #19437a;
    text-decoration: underline;
    font-weight: 600
}

.topHousePlansMain .blogCardsHead p a:hover {
    color: #000;
    text-decoration: none
}

.topHousePlansMain .blogCardsHead h6 {
    font-family: var(--asap);
    font-size: 18.2px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -.36px;
    text-align: left;
    color: #000;
    text-transform: unset;
    margin-bottom: 10px
}

.topHousePlansMain .blogUserCard {
    background-color: #f1f5f9;
    border-radius: 20px;
    padding: 50px 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-top: 3px solid #19437a;
    position: relative;
    margin-top: 50px
}

.topHousePlansMain .blogUserCard .blogUserCardImgHead {
    width: 81px;
    height: 81px;
    border-radius: 50%;
    border: 3px solid #19437a;
    background: #19437a;
    position: absolute;
    top: -40px
}

.topHousePlansMain .blogUserCard .blogUserCardImgHead img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%
}

.topHousePlansMain .blogUserCard h5 {
    font-family: var(--opensans);
    font-size: 19px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    margin-bottom: 15px;
    letter-spacing: -.29px;
    color: #000;
    text-transform: none
}

.topHousePlansMain .blogUserCard p {
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #404040;
    width: 550px;
    font-family: var(--opensans)
}

.relatedBlogSec {
    overflow: hidden;
    background: #f7f7f7;
    padding: 84px 0 !important
}

.relatedBlogMain {
    position: relative
}

.relatedBlogMain .testimonialsHead h2 {
    font-family: var(--din_2014);
    font-size: 60px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    text-transform: none;
    color: #000;
    margin-bottom: 36px
}

.relatedBlogMain .swiper {
    margin: 0 auto;
    width: 1250px !important
}

.relatedBlogMain .mySwiper3 {
    width: 950px !important;
    overflow: hidden;
    margin: 0 auto !important
}

.relatedBlogMain .swiper-button-next,
.relatedBlogMain .swiper-button-prev {
    width: 56px !important;
    height: 55px !important;
    border: 1px solid rgba(0, 0, 0, .15) !important;
    border-radius: 50% !important;
    opacity: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background: #fff !important
}

i.fa-chevron-right,
i.fa-chevron-left {
    color: #19437a;
    font-size: 16px;
    line-height: 25px
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #19437a !important
}

.swiper-button-next:hover i.fa-chevron-right,
.swiper-button-prev:hover i.fa-chevron-left {
    color: #fff
}

.relatedBlogMain .swiper-button-next img,
.relatedBlogMain .swiper-button-prev img {
    width: 20% !important
}

.relatedBlogMain .swiper-button-next::after,
.relatedBlogMain .swiper-button-prev::after {
    content: unset !important
}

.relatedBlogMain .relatedBlogCard {
    max-width: 298px;
    width: 298px
}

.relatedBlogMain .relatedBlogCardImgHead {
    height: 194px;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden
}

.relatedBlogMain .relatedBlogCardImgHead img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.relatedBlogMain .relatedBlogCard span {
    font-family: var(--opensans);
    font-size: 11px !important;
    font-weight: 600 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    letter-spacing: normal !important;
    display: flex !important;
    align-items: center !important;
    color: #b7b7b7 !important;
    margin-bottom: 12px !important
}

.relatedBlogMain .relatedBlogCard span p:nth-child(1) {
    color: #415cda !important;
    font-weight: 600 !important;
    margin-right: 8px
}

.relatedBlogMain .relatedBlogCard span p:nth-child(2) {
    margin-left: 8px;
    color: #19437a !important;
    font-weight: 600 !important
}

.relatedBlogMain .relatedBlogCard h6 {
    font-family: var(--asap);
    font-size: 17px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: -.26px;
    color: #1d2b34;
    margin-bottom: 16px;
    text-transform: none
}

.relatedBlogMain .relatedBlogCard>p {
    font-family: var(--opensans);
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    color: #1f2325;
    margin-bottom: 7px
}

.relatedBlogMain .relatedBlogCard a {
    font-family: var(--opensans);
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #19437a;
    text-decoration: none
}

.relatedBlogMain .relatedBlogCard a:hover {
    text-decoration: underline;
    color: #000
}

@media screen and (max-width:1300px) {
    .relatedBlogMain .swiper {
        width: 100% !important
    }
}

@media screen and (max-width:1100px) {
    .topHousePlansMain {
        max-width: 100% !important;
        padding: 50px 35px !important
    }

    .relatedBlogMain .mySwiper3 {
        width: 850px !important
    }

    .relatedBlogMain .relatedBlogCard {
        max-width: 270px !important;
        width: 270px !important
    }
}

@media screen and (max-width:992px) {
    .relatedBlogSec {
        padding: 60px 35px !important
    }

    .relatedBlogMain .swiper {
        width: 100% !important
    }

    .relatedBlogMain .mySwiper3 {
        width: 80% !important
    }

    .relatedBlogMain .relatedBlogCard {
        max-width: 100% !important;
        width: 100% !important
    }

    .relatedBlogMain .swiper-button-next {
        right: 8px !important;
        top: 30% !important
    }

    .relatedBlogMain .swiper-button-prev {
        left: 8px !important;
        top: 30% !important
    }

    .relatedBlogSec {
        padding: 50px 0 !important
    }
}

@media screen and (max-width:890px) {}

@media screen and (max-width:768px) {
    .relatedBlogMain .relatedBlogCard a {
        font-size: 12px
    }

    .latestBlogCategories ul li a {
        padding: 0 !important;
        border-bottom: none;
        align-content: center;
        align-items: center
    }

    .latestBlogCategories ul li a:hover {
        text-decoration: none
    }

    .topHousePlansMain .blogDetailsContent {
        max-width: 100% !important
    }

    .relatedBlogMain .mySwiper3 {
        width: 70% !important
    }

    .topHousePlansMain h1 {
        text-align: center
    }

    .topHousePlansMain .blogDetailsLinks {
        flex-direction: column
    }

    .topHousePlansMain .blogDetailsLinks>div {
        margin-bottom: 28px
    }

    .topHousePlansMain .blogDetailsLinks span:nth-child(2) p {
        margin-right: unset !important
    }

    .topHousePlansMain .blogUserCard p {
        width: 100% !important
    }

    .relatedBlogMain .testimonialsHead h2 {
        font-size: 50px !important
    }

    .relatedBlogMain .relatedBlogCard a {
        font-size: 13px !important
    }

    .latestBlogsMainContainer {
        padding: 20px 35px 67px
    }

    .ltBlogtopContent {
        flex-direction: column;
        align-items: center
    }

    .ltBlogtopContent h1 {
        width: 100%;
        text-align: center;
        font-size: 40px
    }

    .ltBlogtopContent .searchBox {
        width: 100%
    }

    .ltBlogtopContent #searchform>div {
        margin: 0 auto 10px;
        width: auto
    }

    .ltBlogtopContent h1 {
        line-height: normal !important
    }

    .ltBlogtopContent .searchBox .searchCategory {
        max-width: 302px;
        width: 100%;
        margin: 0 auto
    }

    .latestBlogContentContainer {
        flex-direction: column
    }

    .latestBlogCategories {
        max-width: 344px;
        width: 100%;
        order: 2;
        margin: 45px auto 0
    }

    .latestBlogCategories h2 {
        display: none
    }

    .latestBlogCategories ul {
        display: flex;
        flex-wrap: wrap
    }

    .latestBlogCategories ul li {
        margin: 10px 10px 0 0;
        font-size: 15px;
        border-radius: 11px;
        border: 1px solid #19437a !important;
        padding: 7px
    }

    .latestBlogCardsContainer {
        width: 100%;
        order: 1;
        margin-left: 0
    }

    .latestBlogCards {
        max-width: 344px;
        width: 100%;
        margin: 0 auto
    }

    .latestBlogPagination {
        max-width: 344px;
        width: 100%;
        margin: 0 auto
    }

    .latestBlogPagination ul li {
        border: none;
        font-size: 16px
    }

    .latestBlogPagination a span {
        display: none
    }

    .latestBlogPagination a {
        width: 28px;
        height: 28px;
        background-color: #19437a;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .latestBlogPagination a img {
        filter: grayscale(100%) brightness(50%) contrast(300%) invert(100%) sepia(100%) saturate(0%)
    }

    .latestBlogCards .latestBlog {
        max-width: 100%;
        margin-right: 0
    }
}

@media screen and (max-width:576px) {
    iframe {
        width: 85vw;
        height: 50vw;
        margin: 0 auto
    }

    a.prev i.fa.fa-chevron-left,
    a.next i.fa.fa-chevron-right {
        display: block;
        line-height: 27px
    }

    .latestBlogPagination ul li a.prev::before,
    .latestBlogPagination ul li a.next::after {
        content: '';
        color: #fff;
        margin: 0 !important
    }

    .latestBlogPagination ul li a.prev,
    .latestBlogPagination ul li a.next {
        background-color: #19437a !important;
        opacity: 1;
        width: 28px;
        height: 27px
    }

    .latestBlogPagination ul li a,
    .latestBlogPagination ul li span {
        font-size: 13px;
        border: none;
        font-weight: 600
    }

    .latestBlogPagination ul li span {
        border: 1px solid rgba(0, 0, 0, .15)
    }

    .latestBlogPagination ul li {
        margin: 0 5px
    }

    .topHousePlansMain h1 {
        font-size: 40px !important;
        line-height: 50px
    }

    .relatedBlogMain .mySwiper3 {
        width: 65% !important
    }

    .topHousePlansMain .barndominiumContent h2 {
        font-size: 30px !important
    }

    .topHousePlansMain .characteristics h3 {
        font-size: 24px !important
    }

    .topHousePlansMain .blogCardsHead h2 {
        font-size: 24px !important
    }

    .topHousePlansMain .blogUserCard {
        padding: 50px 20px 20px !important
    }

    .relatedBlogMain .testimonialsHead h2 {
        font-size: 40px !important;
        margin-bottom: 24px !important
    }

    .relatedBlogSec {
        padding: 40px 0 !important
    }

    .relatedBlogMain .relatedBlogCard>p {
        font-size: 13px !important
    }

    .relatedBlogMain .relatedBlogCard span {
        margin-bottom: 10px !important
    }

    .ltBlogtopContent h1 {
        margin-bottom: 20px
    }
}

@media screen and (max-width:480px) {
    .latestBlogPagination ul li {
        margin: 0 5px
    }

    .latestBlogPagination ul li a,
    .latestBlogPagination ul li span,
    .latestBlogPagination ul li a.prev,
    .latestBlogPagination ul li a.next {
        width: 24px;
        height: 24px;
        line-height: 22px;
        font-size: 13px
    }

    i.fa-chevron-right,
    i.fa-chevron-left {
        line-height: 22px !important
    }
}

@media screen and (max-width:400px) {
    .topHousePlansMain h1 {
        font-size: 28px !important
    }

    .topHousePlansMain .blogDetailsLinks span p {
        font-size: 18px !important
    }

    .topHousePlansMain .blogDetailsLinks span:nth-child(1) {
        padding-right: 0 !important;
        border-right: unset !important
    }

    .topHousePlansMain .blogDetailsLinks span:nth-child(2) {
        padding-left: 0 !important
    }

    .topHousePlansMain .blogDetailsLinks>div {
        flex-direction: column !important;
        margin-bottom: 18px !important
    }

    .topHousePlansMain .blogDetailsLinks {
        margin-bottom: 30px !important
    }

    .topHousePlansMain .barndominiumContent h2 {
        font-size: 24px !important;
        margin: 20px 0 !important
    }

    .topHousePlansMain .barndominiumContent p {
        font-size: 14px !important
    }

    .topHousePlansMain .barndominiumSteps h4 {
        font-size: 17px !important;
        margin-bottom: 15px !important
    }

    .topHousePlansMain .barndominiumSteps {
        margin-top: 30px !important
    }

    .topHousePlansMain .barndominiumSteps p:nth-child(2) {
        margin-bottom: 20px !important
    }

    .topHousePlansMain .characteristics h3 {
        font-size: 20px !important
    }

    .topHousePlansMain .blogCardsHead h2 {
        font-size: 20px !important
    }

    .topHousePlansMain .blogCardImg {
        margin-bottom: 20px !important
    }

    .topHousePlansMain .blogCardPlanDetails h5 {
        font-size: 14px !important
    }

    .topHousePlansMain .blogUserCard p {
        font-size: 14px !important
    }

    .relatedBlogMain .relatedBlogCard h6 {
        font-size: 15px !important;
        margin-bottom: 8px !important
    }

    .relatedBlogMain .relatedBlogCard span p {
        font-size: 11px !important
    }

    .relatedBlogMain .mySwiper3 {
        width: 100% !important
    }

    .relatedBlogMain .swiper-button-next {
        right: 50% !important;
        top: 90% !important;
        transform: translateX(60px)
    }

    .relatedBlogMain .swiper-button-prev {
        left: 50% !important;
        top: 90% !important;
        transform: translateX(-60px)
    }

    .relatedBlogSec {
        padding: 35px !important
    }

    .relatedBlogMain .swiper {
        padding-bottom: 80px !important
    }
}

@media screen and (max-width:350px) {
    .latestBlogPagination ul {
        margin: 0 24px
    }
}