@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Quicksand', sans-serif !important;
}

a:hover {
    color: #F97B22 !important;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-top-container {
    background: #fafafa;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.header-top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding-top: .7rem; */
    /* padding-bottom: .7rem; */
}

.header-top-content>div {
    width: 50%;
    display: flex;
    align-items: center;
}

.header-top-content .header-top-right {
    justify-content: flex-start;
}

.header-top-content .header-top-left {
    justify-content: flex-end;
}

.header-top-content .header-top-right>a:nth-child(1) {
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
}

.header-top-content .header-top-right>a:nth-child(2) {
    border-right: 1px solid #ededed;
}

.header-top-content .header-top-right>a {
    padding: .6rem;
    color: #747271;
    font-weight: 500;
}

.header-top-content .header-top-left>a {
    font-size: 20px;
    padding: 0.6rem;
    color: #747271;
}


.header-top-content .header-top-left>a:nth-child(1) {
    border-left: 1px solid #ededed;
}

.header-bottom-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    /* margin-bottom: 1rem; */
    border-bottom: 1px solid #ddd;
    padding-bottom: .5rem;
}

.header-bottom-container .header-bottom-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.header-bottom-container .header-bottom-top .header-logo-content {
    width: 20%;
    display: flex;
}

.header-bottom-container .header-bottom-top .header-logo-content>a>img {
    width: 250px;
}

.header-bottom-container .header-bottom-top .header-menu-content {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.header-bottom-container .header-bottom-top .header-login-content {
    width: 17%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.header-bottom-container .header-bottom-top .header-login-content>a {
    height: 100%;
    display: flex;
    align-items: center;
    padding: .6rem 1rem;
    color: #fff;
    font-weight: 700;
    justify-content: center;
    background: #f97b22;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    border: 1px solid #fff;
    transition: .3s ease;
    transform: scale(0.9);
    border-radius: 10px;
}

.header-bottom-container .header-bottom-top .header-login-content>a:hover {
    color: #fff !important;
}

.header-bottom-container .header-bottom-top .header-login-content:hover>a {
    transform: scale(1);
}

.header-bottom-under {
    width: 100%;
    padding: 1rem;
    position: relative;
}

#search .search-input-wrapper {
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}

#search .search-input-wrapper>input {
    padding: .6rem;
}

.header-bottom-container .header-bottom-top .header-menu-content .megamenu-nav {
    width: 100%;
    justify-content: center;
}

.header-bottom-container .header-bottom-top .header-menu-content .megamenu-nav .container-megamenu {
    width: 100%;
    justify-content: center;
}

.header-bottom-container .header-bottom-top .header-menu-content .megamenu-nav .container-megamenu .megamenu-wrapper {
    width: 100%;
    display: flex !important;
    justify-content: center;
}

.header-bottom-container .header-bottom-top .header-menu-content .megamenu-nav .container-megamenu .megamenu-wrapper .megamenu-pattern {
    width: 100%;
    justify-content: center;
}

.header-bottom-container .header-bottom-top .header-menu-content .megamenu-nav .container-megamenu .megamenu-wrapper .megamenu-pattern .megamenu-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.header-bottom-container .header-bottom-top .header-menu-content .megamenu-nav .container-megamenu .megamenu-wrapper .megamenu-pattern .megamenu-container>ul.megamenu {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}

li.with-sub-menu:nth-child(2) {
    position: relative;
}

li.with-sub-menu:nth-child(2) .sub-menu {
    max-width: unset !important;
}

ul.megamenu li .sub-menu .content .static-menu .menu>ul>li>ul {
    align-items: flex-start;
    width: 100%;
    padding-left: .3rem !important;
}

ul.megamenu li .sub-menu .content .static-menu .menu ul>li>ul>li:not(:last-child) {
    width: 100%;
}

ul.megamenu li .sub-menu .content .static-menu .menu ul>li>ul>li::before {
    display: none;
}

ul.megamenu li .sub-menu .content .static-menu .menu ul>li>ul>li>a {
    font-size: 13px;
}

ul.megamenu li .sub-menu .content .static-menu .menu ul>li {
    padding-bottom: .5rem;
    width: 100%;
}

ul.megamenu>li>.sub-menu>.content .col-sm-12 {
    /* padding-left: 0; */
}

.header-bottom-container .header-bottom-top .header-menu-content .megamenu-nav .container-megamenu .megamenu-wrapper .megamenu-pattern .megamenu-container>ul.megamenu>li.with-sub-menu a.menu-link::before {
    position: absolute;
    content: "\F229";
    font-family: 'bootstrap-icons';
    right: -15px;
    font-size: 13px;
    /* top: 13px; */
}

.header-bottom-container .header-bottom-top .header-menu-content .megamenu-nav .container-megamenu .megamenu-wrapper .megamenu-pattern .megamenu-container>ul.megamenu>li.with-sub-menu a.menu-link {
    position: relative;
}

ul.megamenu>li>.sub-menu>.content .row>div>.html>ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}

ul.megamenu>li>.sub-menu>.content .row>div>.html>ul>li {
    padding-bottom: 0.5rem;
}

ul.megamenu>li>.sub-menu>.content .row>div>.html>ul>li>a.main-menu {
    font-weight: 500;
    position: relative !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 0.8rem;
}

ul.megamenu>li>.sub-menu>.content .row>div>.html>ul>li:hover>a.main-menu {
    font-weight: 600;
    letter-spacing: 1px;
    padding-left: 1rem;
    color: #f97b22;
}

ul.megamenu>li>.sub-menu>.content .row>div>.html>ul>li:hover>a.main-menu::before {
    opacity: 1;
    visibility: visible;
    left: 0.25rem;
}

ul.megamenu>li>.sub-menu>.content .row>div>.html>ul>li>a.main-menu::before {
    content: "";
    width: 5px;
    height: 2px;
    position: absolute !important;
    left: 0;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    background-color: #F97B22;
    -webkit-transition: opacity 0.3s ease-in-out, visibilty 0.3s ease-in-out, left 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, visibilty 0.3s ease-in-out, left 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibilty 0.3s ease-in-out, left 0.3s ease-in-out;
}

.header-bottom-container .header-bottom-top .header-menu-content .megamenu-nav .container-megamenu .megamenu-wrapper .megamenu-pattern .megamenu-container>ul.megamenu li.with-sub-menu:nth-child(4) {}

.header-bottom-container .header-bottom-top .header-menu-content .megamenu-nav .container-megamenu .megamenu-wrapper .megamenu-pattern .megamenu-container>ul.megamenu li.with-sub-menu:nth-child(4) .sub-menu {}

.header-bottom-container .header-bottom-top .header-menu-content .megamenu-nav .container-megamenu .megamenu-wrapper .megamenu-pattern .megamenu-container>ul.megamenu li.with-sub-menu:nth-child(4) .sub-menu .content {}

.header-bottom-container .header-bottom-top .header-menu-content .megamenu-nav .container-megamenu .megamenu-wrapper .megamenu-pattern .megamenu-container>ul.megamenu li.with-sub-menu:nth-child(4) .sub-menu .content .row>div>.html>ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
}

.header-bottom-container .header-bottom-top .header-menu-content .megamenu-nav .container-megamenu .megamenu-wrapper .megamenu-pattern .megamenu-container>ul.megamenu li.with-sub-menu:nth-child(4) .sub-menu .content .row>div>.html>ul>li {
    width: 33.3%;
    padding-bottom: 2rem;
}

.header-bottom-container .header-bottom-top .header-menu-content .megamenu-nav .container-megamenu .megamenu-wrapper .megamenu-pattern .megamenu-container>ul.megamenu li.with-sub-menu:nth-child(4) .sub-menu .content .row>div>.html>ul>li>ul {}

.header-bottom-container .header-bottom-top .header-menu-content .megamenu-nav .container-megamenu .megamenu-wrapper .megamenu-pattern .megamenu-container>ul.megamenu li.with-sub-menu:nth-child(4) .sub-menu .content .row>div>.html>ul>li>ul>li {}

.header-bottom-container .header-bottom-top .header-menu-content .megamenu-nav .container-megamenu .megamenu-wrapper .megamenu-pattern .megamenu-container>ul.megamenu li.with-sub-menu:nth-child(4) .sub-menu .content .row>div>.html>ul>li>ul>li>a {
    font-size: 13px;
}

.header-bottom-container .header-bottom-top .header-menu-content .megamenu-nav .container-megamenu .megamenu-wrapper .megamenu-pattern .megamenu-container>ul.megamenu li.with-sub-menu:nth-child(4) .sub-menu .content .row>div>.html>ul>li>a.main-menu {
    font-weight: 700;
    position: relative !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 0.8rem;
    border-bottom: 1px solid;
}



.header-bottom-container .header-bottom-top .header-menu-content .megamenu-nav .container-megamenu .megamenu-wrapper .megamenu-pattern .megamenu-container>ul.megamenu li.with-sub-menu:nth-child(5) {
    
}

.header-bottom-container .header-bottom-top .header-menu-content .megamenu-nav .container-megamenu .megamenu-wrapper .megamenu-pattern .megamenu-container>ul.megamenu li.with-sub-menu:nth-child(5) .sub-menu {}

.header-bottom-container .header-bottom-top .header-menu-content .megamenu-nav .container-megamenu .megamenu-wrapper .megamenu-pattern .megamenu-container>ul.megamenu li.with-sub-menu:nth-child(5) .sub-menu .content {}

.header-bottom-container .header-bottom-top .header-menu-content .megamenu-nav .container-megamenu .megamenu-wrapper .megamenu-pattern .megamenu-container>ul.megamenu li.with-sub-menu:nth-child(5) .sub-menu .content .row>div>.html>ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
}

.header-bottom-container .header-bottom-top .header-menu-content .megamenu-nav .container-megamenu .megamenu-wrapper .megamenu-pattern .megamenu-container>ul.megamenu li.with-sub-menu:nth-child(5) .sub-menu .content .row>div>.html>ul>li {
    width: 100%;
    padding-bottom: 2rem;
}

.header-bottom-container .header-bottom-top .header-menu-content .megamenu-nav .container-megamenu .megamenu-wrapper .megamenu-pattern .megamenu-container>ul.megamenu li.with-sub-menu:nth-child(5) .sub-menu .content .row>div>.html>ul>li>ul {}

.header-bottom-container .header-bottom-top .header-menu-content .megamenu-nav .container-megamenu .megamenu-wrapper .megamenu-pattern .megamenu-container>ul.megamenu li.with-sub-menu:nth-child(5) .sub-menu .content .row>div>.html>ul>li>ul>li {}

.header-bottom-container .header-bottom-top .header-menu-content .megamenu-nav .container-megamenu .megamenu-wrapper .megamenu-pattern .megamenu-container>ul.megamenu li.with-sub-menu:nth-child(5) .sub-menu .content .row>div>.html>ul>li>ul>li>a {
    font-size: 13px;
}

.header-bottom-container .header-bottom-top .header-menu-content .megamenu-nav .container-megamenu .megamenu-wrapper .megamenu-pattern .megamenu-container>ul.megamenu li.with-sub-menu:nth-child(5) .sub-menu .content .row>div>.html>ul>li>a.main-menu {
    font-weight: 700;
    position: relative !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 0.8rem;
    border-bottom: 1px solid;
}

#search .search-input-wrapper>button.search-search>i {
    font-size: 22px;
    background: #f97b22;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#search .search-result-wrapper {
    position: absolute;
    top: 60px;
    z-index: 99;
}

.home-slider {
    overflow: hidden;
}

.home-property-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 60px;
    background: #f5f5f5;
    padding-bottom: 60px;
}

.home-property-header-content {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    padding: 0;
}

.home-property-header-content .home-property-header-text {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.home-property-header-icon {
    height: 60px;
    width: 60px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 33px;
    border-radius: 5px;
    margin-right: 30px;
}

.home-property-header-icon>i {
    background: #f97b22;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-property-header-content .home-property-header-text .property-header {
    font-size: 30px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 30px;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.home-property-header-content .home-property-header-text>span {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 18px;
    letter-spacing: normal;
    text-align: left;
    color: #8a9aa0;
}

.home-property-container .home-property-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.home-property-container .home-property-content .home-property-left-content {
    width: 50%;
}

.home-property-container .home-property-content .home-property-right-content {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-property-container .home-property-content .home-property-right-content>img {
    width: 80%;
}

.home-property-container .home-property-content .home-property-left-content .home-property-box {
    border-radius: 5px;
    box-shadow: 0 10px 15px 0 rgba(134, 134, 134, 0.13);
    border: solid 1px rgba(255, 255, 255, 0.26);
    background-image: linear-gradient(91deg, #fff 0, #f5f5f5 100%);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 19px 18px;
    margin-bottom: 25px;
    transition: all 0.5s ease 0s;
}

.home-property-container .home-property-content .home-property-left-content .home-property-box>a {
    display: flex;
    align-items: center;
}

.home-property-container .home-property-content .home-property-left-content .home-property-box>a .home-propert-content-text {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: calc(100% - 80px);
}

.home-property-container .home-property-content .home-property-left-content .home-property-box>a .home-property-icon {
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 33px;
    margin-right: 25px;
    border-radius: 5px;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #f3f3f3;
    background-image: linear-gradient(to bottom, #fff, #f3f3f3);
    transition: all 0.5s ease 0s;
}

.home-property-container .home-property-content .home-property-left-content .home-property-box>a .home-property-icon>i {
    background: #f97b22;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.5s ease 0s;
}

.home-property-container .home-property-content .home-property-left-content .home-property-box>a .home-propert-content-text .property-content-title {
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.home-property-container .home-property-content .home-property-left-content .home-property-box>a .home-propert-content-text>span {
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 18px;
    letter-spacing: normal;
    text-align: left;
    color: #8a9aa0;
}

.home-property-container .home-property-content .home-property-left-content .home-property-box:hover {
    box-shadow: 0 10px 15px 0 rgb(249 125 37 / 16%);
    border: solid 1px rgb(249 125 37 / 16%);
    background-image: linear-gradient(91deg, #fff 0, #f5f5f5 100%);
}

.home-property-container .home-property-content .home-property-left-content .home-property-box:hover>a .home-property-icon>i {
    background: #fff;
    -webkit-background-clip: text;
}

.home-property-container .home-property-content .home-property-left-content .home-property-box:hover>a .home-property-icon {
    background: #f97b22;
}

.home-our-service-slider-content.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.home-our-service-container {}


.home-our-service {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #ffffff;
}

.home-our-service-container .home-property-header-icon {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.home-our-service-container .home-property-header-text .property-header {
    color: #f97b22 !important;
}

.home-our-service-container>span {
    color: #e3e3e3;
}

.home-our-service-container .home-property-header-text>span {
    color: #000000 !important;
}

.home-our-service-container .home-our-service-slider-content {}

.home-our-service-container .home-our-service-slider-content .our-service-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 2rem;
}

.home-our-service-container .home-our-service-slider-content .our-service-content .our-service-image {
    width: 70%;
    display: flex;
    position: relative;
}

.home-our-service-container .home-our-service-slider-content .our-service-content .our-service-box-container {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: inherit;
}

.home-our-service-container .home-our-service-slider-content .our-service-content .our-service-image>img {
    width: 100%;
    border-radius: 5px;
}

.our-service-box {
    border-radius: 5px;
    box-shadow: 0 10px 15px 0 rgba(134, 134, 134, 0.13);
    border: solid 1px rgb(252 159 94);
    background-image: linear-gradient(91deg, #fff 0, #f5f5f5 100%);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 19px 18px;
    transition: all 0.5s ease 0s;
    cursor: pointer;
}

.our-service-box .our-service-icon {
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 33px;
    margin-right: 25px;
    border-radius: 5px;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #f3f3f3;
    background-image: linear-gradient(to bottom, #fff, #f3f3f3);
    transition: all 0.5s ease 0s;
}

.our-service-box .our-service-icon>i {
    background: #f97b22;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.5s ease 0s;
}

.our-service-box .our-service-content-text {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: calc(100% - 80px);
}

.our-service-box .our-service-content-text>span {
    font-size: 17px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.home-our-service-container .home-our-service-slider-content .our-service-content .our-service-image::before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #f97b2200, #fe975040, #ffb17a52, #f97b22);
}

.our-service-box:hover {
    box-shadow: 0 10px 15px 0 rgb(249 125 37 / 16%);
    border: solid 1px rgb(249 125 37 / 16%);
    background-image: linear-gradient(91deg, #fff 0, #f5f5f5 100%);
}

.our-service-box:hover .our-service-icon {
    background: #f97b22;
}

.our-service-box:hover .our-service-icon>i {
    background: #fff;
    -webkit-background-clip: text;
}

.our-service-box:not(:last-child) {
    margin-bottom: 25px;
}

.home-our-service-container .home-our-service-slider-content .swiper-pagination2 {
    top: 35px;
    position: absolute;
    z-index: 999;
    right: 0 !important;
    width: fit-content;
    overflow: hidden;
    height: fit-content;
    left: 45px;
}

.home-our-service-container .home-our-service-slider-content .swiper-wrapper {}

.home-our-service-container .home-our-service-slider-content .swiper-pagination2 .swiper-pagination-bullet-active {
    border-radius: 10px;
    width: 85px !important;
    background: #f97b23;
}

.home-our-service-container .home-our-service-slider-content .swiper-pagination2 .swiper-pagination-bullet {
    height: 15px;
    width: 15px;
}

.home-blog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 60px;
    background: #f5f5f5;
    padding-bottom: 40px;
}

.home-blog-container {}

.home-blog-container .home-blog-content {
    display: flex;
    width: 100%;
    gap: 2rem;
}

.home-blog-container .home-blog-content .home-blog-box {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 5px;
    position: relative;
    transition: all ease-in-out 0.3s;
    margin-bottom: 35px;
    width: 33.3%;
}

.home-blog-container .home-blog-content .home-blog-box .home-blog-image {}

.home-blog-container .home-blog-content .home-blog-box .home-blog-image>img {
    width: 100%;
}

.home-blog-container .home-blog-content .home-blog-box .home-blog-text-content {
    float: left;
    width: 100%;
    padding: 30px;
}

.home-blog-container .home-blog-content .home-blog-box .home-blog-text-content .home-blog-title {
    margin-bottom: 20px;
}

.home-blog-container .home-blog-content .home-blog-box .home-blog-text-content .home-blog-title>span {
    font-size: 20px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    height: 52px;
    display: flex;
}

.home-blog-container .home-blog-content .home-blog-box .home-blog-text-content .home-blog-text>span {
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #8a9aa0;
}

.home-blog-container .home-blog-content .home-blog-box .home-blog-text-content .home-blog-text {
    margin-bottom: 20px;
}

.home-blog-container .home-blog-content .home-blog-box .home-blog-link {}

.home-blog-container .home-blog-content .home-blog-box .home-blog-link>a {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    background: #f97b22;
    border-radius: 5px;
    font-size: 15px;
    padding: 14px 30px;
    color: #fff;
    font-weight: 700;
    transition: .5s ease;
    border: 2px solid;
}

.home-blog-container .home-blog-content .home-blog-box .home-blog-link>a:hover {
    background: #fff;
    border-image: linear-gradient(to right top, #f97b22, #fe9750, #ffb17a, #ffcba5, #ffe4d2);
    border-style: solid;
    border: 2px solid;
}

.home-contact {
    display: flex;
    /* padding-top: 60px; */
    background: #f5f5f5;
    padding-bottom: 50px;
    justify-content: space-between;
    width: 100%;
    gap: 3rem;
}

.home-contact-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 3rem;
}

.home-contact .home-contact-telephone {
    background: #ffffff;
    width: 50%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    flex-direction: column;
}

.home-contact .home-contact-social-media {
    background: #fd9146;
    width: 50%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
    flex-direction: column;
}

.home-contact .home-contact-telephone>span {
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
    margin-bottom: 0.5rem;
}

.home-contact .home-contact-telephone>a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 50px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.home-contact .home-contact-telephone>a span {
    display: block;
    margin-top: 20px;
    width: 80%;
    display: flex;
    justify-content: center;
    background: #f97b22;
    border-radius: 5px;
    font-size: 17px;
    padding: 14px 30px;
    color: #fff;
    font-weight: 700;
    transition: .5s ease;
}

.home-contact .home-contact-social-media>span {
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: right;
    color: #fff;
    margin-bottom: 0.5rem;
}

.home-contact .home-contact-social-media .home-socialmedia-link {
    padding: 25px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    gap: 1rem;
}

.home-contact .home-contact-social-media .home-socialmedia-link>a {
    display: block;
    float: left;
    color: #fff;
    font-size: 15px;
    margin-right: 10px;
    transition: .3s ease;
}

.home-contact .home-contact-social-media .home-socialmedia-link>a>i {
    font-size: 35px;
    text-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.home-contact .home-contact-social-media .home-socialmedia-link>a:hover {
    color: #fff !important;
    transform: scale(1.1);
}

footer.footerwebsite {
    box-shadow: none !important;
}

.footer-newsletter-container.container {
    display: flex;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.footer-newsletter-container .footer-newsletter-left {
    width: 65%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-newsletter-container .footer-newsletter-right {
    width: 35%;
    display: flex;
    justify-content: end;
}

.footer-newsletter-container .footer-newsletter-right .footer-contact-us {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
    gap: .3rem;
}

.footer-newsletter-container .footer-newsletter-left .footer-newsletter {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-newsletter-title>span {
    color: #000000 !important;
    font-size: 1.25rem;
    font-weight: 700;
}

.footer-newsletter-container .footer-newsletter-left .footer-newsletter input#newsletter {
    width: 30%;
    display: block;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.footer-newsletter .cbx>span:first-child {
    width: 18px;
}

.inp-cbx:checked+.cbx span:first-child {}

.footer-newsletter-container .footer-newsletter-left .footer-newsletter>label>span {
    font-size: 15px;
}

.footer-newsletter-container .footer-newsletter-right .footer-contact-us>span {
    color: #000000 !important;
    font-size: 1.25rem;
    font-weight: 700;
}

.footer-newsletter-container .footer-newsletter-right .footer-contact-us>a:nth-child(2) {
    color: #000000 !important;
    font-size: 1.5rem;
    font-weight: 500;
}

.footer-newsletter-container .footer-newsletter-right .footer-contact-us>a:nth-child(3) {
    font-weight: 500;
    color: #000000;
    font-size: 1rem;
}

button.newsletter-button {
    background: #f97b22 !important;
    font-size: 15px;
    text-align: center;
    line-height: normal;
    border-radius: 0;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 0;
    -webkit-transition: border-color 0.3s, color 0.3s, background-color 0.3s;
    transition: border-color 0.3s, color 0.3s, background-color 0.3s;
    position: relative;
    width: 20%;
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    transition: .3s ease;
    border-radius: 10px;
}

button.newsletter-button:hover {
    transform: scale(1.03);
}

/*category-page*/


.product-layout .product-card {
    padding: 1rem;
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px !important;
}

.category-path-container {
    width: 70%;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    overflow-x: auto;
    padding: 0.5rem;
    padding-bottom: 1rem;
}

.category-path-container>button {
    padding: 0.5rem;
    border-radius: 21px;
    border: none;
    background: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: .3s ease;
    display: flex;
}

.category-path-container>button>a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #f97b22;
    font-weight: 700;
    padding: 0.2rem;
    width: 130px;
}

.content-wrapper .sogo-content .filter-sort {
    padding: 0.5rem 1rem;
    height: auto;
}

.category-path-container::-webkit-scrollbar {
    height: 4px;
}

.category-path-container>button:hover {
    background: #f97b22;
}

.category-path-container>button:hover>a {
    color: #fff !important;
}

.content-wrapper .sogo-content .filter-sort .sort-view {
    width: 30% !important;
}

.content-wrapper .sogo-content .filter-sort .sort-view #show-filter {
    display: none;
}

.product-layout .product-card {
    position: relative;
    overflow: hidden;
}

.product-layout .product-card .product-absolute-card {
    position: absolute;
    bottom: -90px;
    height: 123px;
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #fff;
    padding: 1rem;
    transition: .3s ease;
    opacity: 0;
    visibility: hidden;
}

.product-layout .product-card .product-absolute-card>a {
    display: flex;
    align-items: center;
    padding: 0.6rem 1rem;
    color: #fff;
    font-weight: 700;
    justify-content: center;
    background: #f97b22;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    transition: .3s ease;
    transform: scale(0.9);
    border-radius: 10px;
    width: 50%;
}

.product-layout .product-card:hover .product-absolute-card {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.product-card .product-image-wrapper {
    border-bottom: 1px solid;
}

.product-card .product-caption .product-name-wrapper>a>.product-name {
    font-size: 18px !important;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: left;
    color: #000000 !important;
    text-transform: uppercase;
}

.product-card .product-caption .category-product-description {
    display: flex;
    padding: .5rem;
    padding-left: 0;
    height: 64px;
}

.product-card .product-caption .category-product-description>span {
    font-size: 13px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000508;
}

/*category-page-end*/

/*product-page*/
.product-page-wrapper .sogo-breadcrumb>li:last-child {}

.product-page-wrapper .sogo-breadcrumb>li:last-child>span {
    position: relative;
    color: #000;
    font-weight: 700;
}

.product-page-wrapper .sogo-breadcrumb>li:last-child>span::before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    height: 1px;
    background: #000;
    bottom: 7px;
}

.product-page-wrapper .sogo-container.container {
    padding-top: 0;
}

.sogo-product-container .product-left {
    background: #fff;
    border-radius: 5px;
    padding: 35px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.sogo-product-container .product-right {
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    border-radius: 5px;
}

.sogo-product-container .product-left .product-content {}

.sogo-product-container .product-left .product-content .gallery-top {
    border: 1px solid #8a9aa0;
    border-radius: 5px;
}

.sogo-product-container .product-left .product-content .gallery-thumbs {
    margin-top: .5rem;
}

.sogo-product-container .product-left .product-content .gallery-thumbs .swiper-slide img {
    border: 1px solid #8a9aa0;
    border-radius: 5px;
}

.sogo-product-container .product-right .product-right-top {
    padding: 1rem;
    display: flex;
    flex-direction: column;
}

.sogo-product-container .product-right .product-right-top .product-right-top-content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
}

.sogo-product-container .product-right .product-right-top .product-right-top-content .product-right-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 16.6%;
    cursor: pointer;
}

.sogo-product-container .product-right .product-right-top .product-right-top-content .product-right-box .right-box-icon {
    height: 65px;
    width: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 33px;
    /* margin-right: 25px; */
    border-radius: 5px;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #f3f3f3;
    background-image: linear-gradient(to bottom, #fff, #f3f3f3);
    transition: all 0.5s ease 0s;
}

.product-layout .product-card .product-absolute-card>a:hover {
    color: #fff !important;
}

.sogo-product-container .product-right .product-right-top .product-right-top-content .product-right-box .right-box-icon>i {
    background: #f97b22;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.5s ease 0s;
}

.sogo-product-container .product-right .product-right-top .product-right-top-content .product-right-box:hover .right-box-icon {
    background: #f97b22;
}

.sogo-product-container .product-right .product-right-top .product-right-top-content .product-right-box:hover .right-box-icon>i {
    background: #fff;
    -webkit-background-clip: text;
}

.sogo-product-container .product-right .product-right-top .product-right-top-content .product-right-box .right-box-text {
    display: flex;
    width: 70%;
}

.sogo-product-container .product-right .product-right-top .product-right-top-content .product-right-box .right-box-text>span {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    display: block;
    margin-top: 15px;
}

.sogo-product-container .product-right .product-right-top .product-right-top-name {}

.sogo-product-container .product-right .product-right-top .product-right-top-name>span {
    font-size: 18px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-top: 30px;
}

.sogo-product-container .product-right .product-right-bottom {
    display: flex;
    padding: 1rem;
}

.sogo-product-container .product-right .product-right-bottom .product-right-bottom-form {
    display: flex;
    width: 100%;
}

.sogo-product-container .product-right .product-right-bottom .product-right-bottom-form>form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.sogo-product-container .product-right .product-right-bottom .product-right-bottom-form>form>label {
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.sogo-product-container .product-right .product-right-bottom .product-right-bottom-form>form .right-bottom-form-input {
    display: flex;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background-clip: padding-box;
    border: 1px solid #000000;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 5px;
    background-color: #f5f5f5;
    height: 50px;
    position: relative;
    align-items: center;
}

.sogo-product-container .product-right .product-right-bottom .product-right-bottom-form>form .right-bottom-form-input>input {
    border-radius: 0;
    border: none;
    background-color: unset;
    position: relative;
    padding-left: 10px;
    width: 100%;
}

.sogo-product-container .product-right .product-right-bottom .product-right-bottom-form>form .right-bottom-form-input>i {
    font-size: 18px;
    color: #000000;
}

.sogo-product-container .product-right .product-right-bottom .product-right-bottom-form>form .right-bottom-form-input>input::placeholder {
    font-size: 14px;
}

.sogo-product-container .product-right .product-right-bottom .product-right-bottom-form>form>textarea {
    display: flex;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background-clip: padding-box;
    border: 1px solid #000000;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 5px;
    background-color: #f5f5f5;
    position: relative;
    align-items: center;
}

.sogo-product-container .product-right .product-right-bottom .product-right-bottom-form>form .bottom-form-checkbox {}

.sogo-product-container .product-right .product-right-bottom .product-right-bottom-form>form .bottom-form-checkbox>input {
    /* box-shadow: none; */
    -webkit-appearance: auto !important;
    border-radius: initial !important;
}

.sogo-product-container .product-right .product-right-bottom .product-right-bottom-form>form>input[type="submit"] {
    background: #f97b22 !important;
    font-size: 15px;
    text-align: center;
    line-height: normal;
    border-radius: 0;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 0;
    -webkit-transition: border-color 0.3s, color 0.3s, background-color 0.3s;
    transition: border-color 0.3s, color 0.3s, background-color 0.3s;
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 14px 30px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
    transition: .3s ease;
    border-radius: 5px;
}

.product-usage-areas-container {
    display: flex;
    align-items: flex-start;
    /* justify-content: center; */
    width: 100%;
    margin-top: 30px;
    flex-wrap: wrap;
}

.product-usage-areas-container .product-usage-areas {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 16.6%;
    cursor: pointer;
}

.product-usage-areas-container .product-usage-areas .usage-areas-icon {
    height: 65px;
    width: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 33px;
    /* margin-right: 25px; */
    border-radius: 5px;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #f3f3f3;
    background-image: linear-gradient(to bottom, #fff, #f3f3f3);
    transition: all 0.5s ease 0s;
}

.product-usage-areas-container .product-usage-areas .usage-areas-icon>i {
    background: #f97b22;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.5s ease 0s;
}

.product-usage-areas-container .product-usage-areas .usage-areas-text {
    display: flex;
    width: 70%;
}

.product-usage-areas-container .product-usage-areas .usage-areas-text>span {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    display: block;
    margin-top: 15px;
}

.product-usage-areas-container .product-usage-areas-header {
    width: 100%;
    display: flex;
}

.product-usage-areas-container .product-usage-areas-header>span {
    font-size: 18px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 30px;
}

.product-usage-areas-container .product-usage-areas:hover .usage-areas-icon {
    background: #f97b22;
}

.product-usage-areas-container .product-usage-areas:hover .usage-areas-icon>i {
    background: #fff;
    -webkit-background-clip: text;
}

.product-description-tab-container .product-tab-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.product-description-tab-container .product-tab-wrapper .nav-pills {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    width: 100%;
}

.product-description-tab-container .product-tab-wrapper .nav-pills>li {
    width: calc(33.3% - (2rem * 3) / 3);
    background-color: #fbfbfb;
    border: 1px solid #ececec;
}

.product-description-tab-container .product-tab-wrapper .nav-pills>li>button {
    display: inline-block;
    padding: 15px 30px;
    /* border-right: 1px solid #e6e6e6 !important; */
    position: relative;
    cursor: pointer;
    background: none;
    color: #000000;
    border-radius: 0;
    border-bottom: 0 !important;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
}

.product-description-tab-container .product-tab-wrapper .nav-pills>li>button.active {
    color: #fff;
    background: #f97b22;
}

.product-description-tab-container .product-tab-wrapper div#pills-tabContent {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 2rem;
    border-radius: 5px;
    width: 100%;
}

.product-description-tab-container {
    margin-bottom: 2rem;
}

.product-description-tab-container .product-tab-wrapper .nav-pills>li>button:hover {
    background: #f97b22;
    color: #fff;
}

.attribute-groups-container {
    display: flex;
    flex-direction: column;
}

.attribute-groups-container .attributes-name>span {
    font-size: 30px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 24px;
    margin-top: 24px;
    float: left;
    width: 100%;
}

.product-description-tab-container .product-tab-wrapper div#pills-tabContent .tab-pane-text .product-attributes {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    background: #f5f5f5;
}

.product-description-tab-container .product-tab-wrapper div#pills-tabContent .tab-pane-text .product-attributes>div {
    width: 50%;
    padding: 15.5px 30px;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #a2a7ab;
    display: block;
}

.product-description-tab-container .product-tab-wrapper div#pills-tabContent .tab-pane-text .product-attributes:nth-child(odd) {
    background: #ffffff;
}

.collapse-content {
    margin-top: 1rem;
}

.collapse-content .collapse-faq {
    padding: 0.5rem;
    border-radius: 21px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.collapse-faq>a {
    padding: 0.4rem 0.5rem;
    font-size: 14px;
    color: #ffa05f !important;
    font-weight: 600;
}

.collapse-content .collapsefaq-item .card-body {
    border: none;
    box-shadow: none;
    color: #383838;
    font-weight: 600;
}

.product-related-wrapper .product-card {
    position: relative;
    overflow: hidden;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px !important;
}

/*product-page-end*/

/*contact-page*/
.contact-page-tab-container {}

.contact-page-tab-container .contact-page-tab-content {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    border: none;
    margin-bottom: 1rem;
    overflow-y: auto;
    flex-wrap: unset;
}

.contact-page-tab-container .contact-page-tab-content>li.nav-item {
    width: calc(33.3% - (1rem * 3) / 3);
    background-color: #fbfbfb;
    border: 1px solid #ececec;
    flex-shrink: 1;
    width: 100%;
}

.contact-page-tab-container .contact-page-tab-content>li.nav-item>button {
    display: flex;
    padding: 15px 0;
    border-right: 1px solid #e6e6e6 !important;
    position: relative;
    cursor: pointer;
    background: none;
    color: #969696;
    border-radius: 0;
    border-bottom: 0 !important;
    font-size: 11px;
    font-weight: 700;
    width: 200px;
    justify-content: center;
    height: 100%;
    align-items: center;
}

.contact-page-tab-container .contact-page-tab-content>li.nav-item>button.active {
    color: #fff;
    background: #f97b22;
}

.contact-page-tab-container #myTabContent {
    width: 100%;
    /* overflow: hidden; */
}

.contact-page-tab-container #myTabContent .tab-pane {
    /* display: flex; */
    width: 100%;
}

.contact-page-tab-container #myTabContent .tab-pane .contact-tab-contents {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.contact-page-tab-container #myTabContent .tab-pane .contact-tab-contents>iframe {
    width: auto !important;
}

.contact-page-tab-container #myTabContent .tab-pane .contact-tab-contents .contact-tab-content {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 2rem;
    padding-left: 1rem;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
}

.contact-page-tab-container #myTabContent .tab-pane .contact-tab-contents .contact-tab-content .contact-tab-header {}

.contact-page-tab-container #myTabContent .tab-pane .contact-tab-contents .contact-tab-content .contact-tab-header>span {
    font-size: 25px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    border-bottom: 1px solid #000000;
    white-space: nowrap;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.contact-page-tab-container #myTabContent .tab-pane .contact-tab-contents .contact-tab-content .contact-tab-information {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.contact-page-tab-container #myTabContent .tab-pane .contact-tab-contents .contact-tab-content .contact-tab-information>* {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: left;
    color: #a2a7ab;
}

.contact-page-tab-container #myTabContent .tab-pane .contact-tab-contents .contact-tab-content .contact-tab-information>*>i {
    margin-right: 1rem;
    background: #f97b22;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.5s ease 0s;
    font-size: 21px;
}

.contact-page-tab-container .contact-page-tab-content::-webkit-scrollbar {
    height: 7px;
}

.contact-page-tab-container .contact-page-tab-content::-webkit-scrollbar {
    width: 100%;
    background-color: #fff;
    border-left: 1px solid #f97b22;
}

.contact-page-tab-container .contact-page-tab-content::-webkit-scrollbar-thumb {
    background-color: #f97b22;
}

/*contact-page-end*/

/*answers-page*/
.answers-content {
    /* height: 500px; */
    /* overflow-y: scroll; */
    margin-bottom: 3rem;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px; */
    padding: 2rem;
    /* border-radius: 5px; */
}

.answers-content::-webkit-scrollbar {
    border-radius: 0;
    background-color: #d8d8d8;
    width: 9px;
}

.answers-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    width: 14px;
    background-color: #fa8634;
}

/*answers-page-end*/

/*information-page*/
.information-breadcrumb.container {
    padding-top: .5rem;
}

.information-page-container.container {
    margin-bottom: 3rem;
}

.information-page-content {
    display: flex;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px; */
    padding: 2rem;
    border-radius: 5px;
    width: 100%;
}

.information-page-content>div {
    width: 50%;
}

.information-page-content>div>img {
    width: 100%;
    border: 1px solid transparent;
    border-radius: 20px;
}

.information-page-content .information-text-content {
    display: flex;
    flex-direction: column;
}

.information-page-content .information-text-content span.information-title {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 15px;
}

.information-page-content .information-text-content span.information-content-title {
    font-size: 40px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    border-bottom: 1px solid #fb9248;
    padding-bottom: 15px;
    margin-bottom: 27px;
}

.information-page-content .information-text-content span.information-text {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.information-page-content .information-text-content:only-child {
    width: 100% !important;
    justify-content: center;
    align-items: center;
}

.information-page-content .information-text-content:only-child span.information-text {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 1rem;
}

.information-page-content .information-text-content:only-child span.information-title {
    font-size: 30px;
    text-transform: uppercase;
    border-bottom: 1px solid #fb9248;
    padding-bottom: 15px;
}

/*information-page-end*/


.website-supports {
    position: fixed;
    bottom: 3rem;
    right: 2.5rem;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 99;
    display: flex;
    gap: 1rem;
    align-items: center;
}

.website-supports>a {
    padding: 1rem;
    background: #3EBD4E;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    border: 3px solid #ffff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.website-supports>a>i {
    font-size: 35px;
}

.website-supports>a:nth-child(2) {
    width: 100%;
    border-radius: 10px;
    background: #000;
    height: 55px;
    gap: 1rem;
    font-weight: 900;
}

.website-supports>a:nth-child(2)>i {
    font-size: 20px;
}

.website-supports>a:nth-child(2):hover {
    color: #f97b22 !important;
}

.get-an-offer-container {
    position: fixed;
    bottom: 3rem;
    left: 2.5rem;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 99;
    display: flex;
    gap: 1rem;
    align-items: center;
}

.get-an-offer-container>a {
    background: #f97b22;
    border: 2px solid #fff;
    padding: .5rem 2rem;
    border-radius: 10px;
    color: #fff !important;
    font-weight: 900;
    transition: .3s ease;
}

.get-an-offer-container>a:hover {
    transform: scale(1.1);
}

.policies-area {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.policies-area-content {
    display: flex;
    flex-direction: row;
    width: 100% !important;
}

.policies-area-content img {
    float: left;
}

.policies-area-content p {
    float: right;
}

.policies-area-content p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
}

.why-us-area {
    width: 100% !important;
}

p.why-us-info {
    text-align: center;
}

.why-us-content-area {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}

.why-us-content {
    width: calc(33.333333% - 1rem);
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 1px solid #fd9146;
    border-radius: 15px;
}

.why-us-content span {
    display: flex;
    align-items: center;
    width: 42%;
    justify-content: center;
    text-align: center;
}

.why-us-content:not(:nth-child(3n)) {
    margin-right: .5rem;
    margin-bottom: .5rem;
}
.realtitle {
    position: absolute;
    bottom: 10%;
    display: flex;
    left: 45px;
}

.realtitle p {
    font-family: Gilroy, Helvetica, Calibri, Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 40px;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-left: 10px;
}