@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.p-2 {
    /* padding: 0 !important; */
    padding: 2px;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.btn10 {
    border: 1px solid #000000 !important;
    text-align: center;
    position: relative;
    overflow: hidden !important;
    -webkit-transition: all .3sease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3sease-in-out;
    background: transparent !important;
    z-index: 10;
    display: inline-block;
    color: #222222;
    padding: 20px 20px;
    border-radius: 0;
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 400;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn10:hover {
    border: 1px solid transparent !important;
    color: #fff !important
}

.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #d39341;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000 !important
}

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000 !important
}

.btn10:hover::before,
.btn1O:hover::before {
    opacity: 1;
    width: 116%
}

.btn10:hover::after,
.btn1O:hover::after {
    opacity: 1;
    width: 120%
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Montserrat', Sans-Serif;
    font-size: 63px;
    line-height: 65px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 10px;
}

h2 {
    font-family: 'Montserrat', Sans-Serif;
    font-size: 48px;
    line-height: 50px;
    color: #0a2245;
    font-weight: 600;
    margin: 0 0 10px;
}

h3 {
    font-family: 'Montserrat', Sans-Serif;
    font-size: 23px;
    line-height: 25px;
    color: #222222;
    font-weight: 600;
    margin: 25px 0;
}

h4 {
    font-family: 'Montserrat', Sans-Serif;
    font-size: 53px;
    line-height: 55px;
    color: #0a2245;
    font-weight: 600;
    margin: 0 0 10px;
}

h5 {
    font-family: 'Montserrat', Sans-Serif;
    font-size: 20px;
    line-height: 25px;
    color: #0a2245;
    font-weight: 600;
    margin: 0 0 10px;
}

h6 {
    font-family: 'Montserrat', Sans-Serif;
    font-size: 53px;
    line-height: 55px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 10px;
}

p {
    color: #222222;
    font-size: 13px;
    line-height: 25px;
    font-family: 'Montserrat', serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 10px 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

header {
    position: absolute;
    width: 100%;
    z-index: 999;
    /*   padding: 10px; */
    border-bottom: solid 0.5px #d5c3c342;
}

.account_list option {
    background: #000000;
}

.menuSec {
    padding: 10px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 8px 29px;
    font-size: 13px;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #fff;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.menuSec ul li:nth-child(5) a {
    text-decoration: underline;
    margin-right: -26px;
}

/*header css start */

/*banner css start */

.main-banner-img {
    width: 100%;
    object-fit: cover;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators {}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/


/* search box css */
body.search-open {
    overflow: hidden;
}

.close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: 0;
    font-size: 50px;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: black;
    padding: 1rem 1.25rem;
    border-radius: 50%;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font: 18px;
    opacity: 1 !important;
    width: 50px;
    height: 50px;
}

.close:hover {
    background: #e21d1a;
    color: white;
    opacity: 1 !important;
    top: 2rem;
    right: 2rem;
}

.search-box.search-elem {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000000b0;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.search-box.search-elem .inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.search-box.search-elem label {
    color: white;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

.search-box.search-elem button.submit {
    outline: none;
    position: absolute;
    top: 0;
    right: 15px;
    height: 70px;
    color: #ffffff;
    width: 171px;
    height: 55px;
    background: #000000;
    font-family: 'Poppins';
    font-size: 22px;
    cursor: pointer;
    border: 0;
}

.top-cart ul li i {
    margin-right: 13px;
    font-size: 20px;
}

.search-box.search-elem button.submit[disabled] {
    width: 171px;
    height: 55px;
    font-size: 20px;
    color: white;
    background: linear-gradient(to top, #e70e0e 0%, #f66565 100%);
    display: inline-block;
}

.search-box.search-elem input[type=text] {
    padding: 20px;
    height: 55px;
    width: 80%;
    font-size: 32px;
    font-family: 'Poppins';
    font-weight: 300;
    border: none;
    border-bottom: solid 2px #e21d1a;
    transition: border 0.3s;
    border-radius: 0;
}

.search-box.search-elem input[type=text]:focus {
    border-bottom: solid 2px #55cd6c;
    box-shadow: none;
}

.search-box.search-elem label.placeholder {
    position: absolute;
    top: 13px;
    left: 2rem;
    font-size: 32px;
    font-weight: 300;
    font-family: 'Poppins';
    color: #999;
    transition: all 0.3s;
}

.search-box.search-elem label.placeholder.move-up {
    top: -25px;
    color: white;
    font-size: 17px;
    font-family: 'Poppins';
}

.search-box.search-elem.search-open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.search-btn {
    font-family: 'Raleway', sans-serif;
    font-size: 0.875rem;
    padding: 0 10px;
    display: inline-block;
    color: white;
}


/* .search-btn:hover {
  color: #00A896;
} */


/* end search box css */

.topSec select.form-select {
    font-size: 12px;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat';
    color: #ffffff;
    font-weight: 500;
    /* padding-right: 30px; */
    border: unset;
    /* padding: 0; */
    width: 100%;
    /* border-left: 1px solid #e5e5e5; */
    appearance: auto;
    background: transparent;
    border: transparent !important;
}

.blog-detail-search-main {
    position: relative;
    width: 100%;
    margin: 0 0 28px 0;
}

.blog-detail-search input {
    width: 100%;
    padding: 0 14px 0 20px;
    height: 60px;
    border: 1px solid #50545078;
    outline: none;
    border-radius: 5px;
    font-size: 14px;
    color: #000000;
    font-family: 'Montserrat';
}

.blog-detail-search-icon {
    position: absolute;
    top: 0;
    right: 0;
}

.blog-detail-search-icon button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    border-radius: 5px;
    background-color: #d39341;
    border: none;
    color: #fff;
    font-size: 17px;
}

ul.account_list {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 34px;
}


ul.account_list li a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.topSec {
    background: #00000045;
    padding: 4px 0;
}

.banner_text {
    text-align: center;
    width: 65%;
    margin: 0 auto;
}

.banner_text p {
    color: #fff;
    margin: 25px 0;
}


.offer-head {
    text-align: center;
    margin: 0 auto;
    width: 63%;
}

.offer-box {
    background: #f6f7f9;
    padding: 70px 45px;
    text-align: center;
}

.icon-img {
    border: solid 1px #000;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    margin: 0 auto;
}

.offer-box a.btn10 {
    width: 50%;
    margin: 0 auto;
    margin-top: 30px;
}

.offer-box:hover {
    background: #d39341;
    padding: 84px 45px;
    margin-top: -13px;
    box-shadow: 0px 11px 17px 0px #b4b8bf;
}

.offer-box:hover .icon-img {
    /*    border: solid 1px #fff;*/
    filter: invert(1) brightness(1.8);
}

.offer-box:hover h3 {
    color: #fff;

}

.offer-box:hover p {
    color: #fff;

}

.offer-box:hover a.btn10 {
    border: 1px solid #fff !important;
    color: #fff;
}


.aboutus {
    background: #f6f7f9;
}

.sec-padd {
    padding-left: 0;
    padding-right: 8%;
}

.abt-head {
    margin: 0 0 0 52px;
}

.abt-head a.btn10 {
    width: 24%;
    margin-top: 10%;
}


.w-20 {
    width: 19%;
}

.belong-head {
    text-align: center;
    margin: 0 auto;
    width: 60%;
}

.belong-txt {
    margin-bottom: 20%;
}

.buy {
    background: url(../images/bac-new.png);
    width: 100%;
    height: 100%;
    background-size: cover;
}

.buy-txt {
    margin: 0 auto;
    width: 55%;
    text-align: center;
}


.buy-txt p {
    color: #fff;
    margin: 30px 0;
}

.buy-txt a.btn10 {
    width: 25%;
    margin: 0 auto;
    border: solid 1px #fff !important;
    color: #fff;
}

.tst-head {
    margin: 0 auto;
    width: 53%;
    text-align: center;
}

.client-img img {
    width: 94px;
    height: 102px;
}

.quote-img img {
    width: 50px;
    height: 48px;
}

.testi-box {
    background: #fff;
    box-shadow: 0 0 14px 3px #8080807a;
    padding: 60px;
    margin-top: 20px;
}

.client-img {
    position: absolute;
    bottom: 0;
    right: 43px;
}

.testimonial-box {
    position: relative;
}

span.tst-dest {
    font-size: 19px;
    color: #222222;
    font-family: 'Montserrat';
    font-weight: 600;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.cient-detail p {
    font-size: 12px;
    line-height: 12px;
    margin: 0;
}

.stars.d-flex {
    color: #fd8f00;
    margin: 20px 0 0;
}

.cient-detail {
    margin: 20px;
}

.testi-slider .slick-active {
    opacity: 1;
}

.testi-slider .slick-next:before {
    width: 50px;
    height: 50px;
    content: "";
    font-weight: 900;
    /* border: 1px solid; */
    padding: 15px 24px;
    border-radius: 50%;
    /* font-size: 25px; */
    background: url(../images/next.png) center / cover no-repeat;
}

.testi-slider .slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 1;
}

.testi-slider .slick-prev:before {
    content: "";
    /* font-weight: 900; */
    /* border: 1px solid; */
    padding: 15px 24px;
    /* border-radius: 50%; */
    /* font-size: 25px; */
    background: url(../images/prev.png) center / cover no-repeat;

    /* color: transparent; */
}

.testi-slider .slick-prev {
    left: -49px;
}

.blog-head {
    margin: 0 auto;
    width: 60%;
    text-align: center;
}


.blog-img {
    position: relative;
    z-index: -1;
}

.blogdetail {
    box-shadow: 0 0 4px #8080807a;
    background: #fff;
    padding: 35px 20px;
    width: 90%;
    /* border-radius: 10px; */
    margin-top: -27px;
    margin-bottom: 12% !important;
}

ul.admin-detail {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    margin-bottom: 12px;
    align-items: center;
    /* justify-content: center; */
}

li.author {
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0px 10px;
}

span.left.author {
    margin-right: 5px;
    color: #858585;
}

.blogdetail i {
    color: #000;
    font-size: 17px;
}

span.right.post-author a {
    color: #858585;
    font-size: 13px;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

li.comment {
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0px 10px;
}

span.left.comment {
    margin-right: 5px;
    color: #858585;
}

.blogdetail i {
    color: #000;
    font-size: 17px;
}

span.right.comment a {
    color: #858585;
    font-size: 13px;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.blogdetail h3 {
    color: #1f1f1f;
    /* margin: 20px 0; */
    border-bottom: solid 0.5px #00000066;
    padding: 16px 0;
    font-size: 25px;
    font-weight: 500;
}

.blogdetail a {
    color: #858585;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

.blogdetail i {
    color: #000;
    font-size: 12px;
}


/* footer */

a.top-navigator {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 67px;
    font-size: 25px;
    color: white;
    background: #d39341;
    /* background: linear-gradient(to bottom, #8ba384 0%, #698872 50%, #43695e 100%); */
}

a.top-navigator:hover {
    background: #000;
}

a.top-navigator:hover i {
    /* transform: translateY(-10px); */
}

a.top-navigator i {
    transition: 0.3s all ease-in-out;
}

footer {
    padding: 63px 0 0 0;
    position: relative;
    z-index: 0;
    background: #191919;
}

/*footer:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    top: 0;
    right: 100px;
    background-color: #575757;
}*/

.foot-bottom {
    background: #1e1e1e;
    margin-top: 53px;
    padding: 13px 0px;
}

footer h5 {
    position: relative;
    font-size: 22px;
    color: white;
    padding-left: 15px;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 20px;
}

footer h5:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background: #d39341;
    top: 0;
    left: 0;
    /* background: linear-gradient(to bottom, #8ba384 0%, #698872 50%, #43695e 100%); */
}

footer p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin: 0 0 20px;
    /* font-family: 'Roboto-Regular';*/
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #fff;
    background: transparent;
    border: 1px solid white;
    border-radius: 50%;
    font-size: 18px;
    margin-right: 10px;
    box-shadow: 0 5px 15px 0px rgb(0 0 0 / 60%);
    transform: translatey(0px);
    transition: 0.3s all ease-in-out;
    overflow: hidden;
}

/*.social-links a:hover {
    background: #45b865;
    color: #fff;
    border-color: #45b865;
}*/

/*.social-links a:hover {
    background-color: var(--primary);
}
*/
.quick-links a {
    font-size: 15px;
    font-family: 'Montserrat';
    color: #ffffff;
    line-height: 31px;
}

.quick-links a:hover {
    color: white;
    text-decoration: underline;
}

.foot-number {
    font-size: 30px;
    font-family: 'Montserrat';
    /* color: #fff; */
    display: block;
    margin-bottom: 20px;
    /* background: linear-gradient(to right, #869f81, #4c7063, #61817a); */
    /* -webkit-text-fill-color: transparent; */
    /* -webkit-background-clip: text; */
    /* background: #fff; */
    color: #fff;
}

.foot-number:hover {
    color: var(--primary);
}

a.req-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 0;
    border: 1px solid white;
    padding: 30px 40px;
    font-size: 16px;
    font-family: 'Roboto';
    color: white;
    transition: 0.3s all ease-in-out;
    margin-top: 20px;
}

a.req-btn:hover {
    background: var(--primary);
}

.foot-timing li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #3c3c3c;
}

.foot-timing li span {
    font-size: 15px;
    font-family: 'Roboto';
    color: #a8a8a8;
}

.foot-bottom p {
    text-align: end;
    color: #f9f9f9;
    font-family: 'Montserrat';
    font-size: 14px;
}

ul.cont-detail li i {
    color: #aac94f;
    font-size: 17px;
}

ul.cont-detail li a {
    color: white;
    font-size: 14px;
    font-family: 'Montserrat';
    color: #141414;
    line-height: 49px;
}

ul.cont-detail li i {
    color: #5b7a68;
    font-size: 22px;
    margin-right: 15px;
    /* background: linear-gradient(to bottom, #8ba384 0%, #698872 50%, #43695e 100%); */
}

/*top-seller-sec*/

/*footer:before {
    content: '';
    position: absolute;
    left: 0;
    top: -17%;
    height: 110%;
    width: 100%;
    background-color: #191919;
    z-index: -1;
}*/
.social-links a:hover {
    background: #084298;
    /* background: linear-gradient(to bottom, #8ba384 0%, #698872 50%, #43695e 100%); */
    border: transparent;
}

a.btn10.cnt-btn {
    border: solid 1px #fff !important;
    color: #fff;
    width: 50%;
}


/*inner pages*/

.banner-image img {
    width: 100%;
}

.banner-image {
    position: relative;
}


.title-new {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*  background: #b7040461; */
    display: flex;
    align-items: center;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: start;
}

.title-new h2 {
    font-size: 63px;
    /* color: #fff; */
    /* font-family: 'Playball-Regular'; */
    /* text-transform: capitalize; */
    color: #fff;
    text-align: center;
}

.title-new p {
    color: #fff;
    width: 52%;
    margin: 0 auto;
    text-align: center;
}

.inner-offer-box {
    background: #f6f7f9;
    padding: 70px 45px;
    text-align: center;
}

.inner-offer-box a.btn10 {
    width: 50%;
    margin: 0 auto;
    margin-top: 30px;
}

.inner-icon-img {
    border: solid 1px #000;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    /* margin: 0 auto; */
}

.sd-tex h3 {
    font-size: 32px;
}

.inner-blog-bx {
    box-shadow: 0 0 15px 0px gray;
    padding: 34px 60px;
    margin-top: 41px;
    margin-left: -20%;
    background: #fff;
}

.help-txt h5 {
    font-size: 40px;
    color: #000;
    margin: 20px 0;
}

.help-txt p {
    width: 75%;
}


.cont-sp-bx h4 {
    font-size: 35px;
    line-height: 40px;
    color: #000;
}


.cont-sp-bx {
    background: #e5f0f8;
    padding: 40px;
}

span.txt-clr {
    font-size: 18px;
    color: #0d6efd;
    font-family: 'Montserrat';
}



/*faq sect*/

.faq h4 {
    font-size: 40px;
    color: #000;
    text-align: center;
    line-height: 40px;
}


.gorilla-content .accordion-button.collapsed {
    padding: 18px 30px;
    background-color: #f7f7f7;
    color: #222222;
    font-size: 20px;
    font-family: 'Montserrat';
    line-height: 30px;
    border-radius: 52px;
    /* text-transform: uppercase; */
    /* background: linear-gradient(to right, #26b9e7 10%, #0c8dcf 100%); */
    font-weight: 600;
}

.gorilla-content .accordion-button {
    /* color: #000000 !important; */
    font-size: 24px;
    padding: 20px 20px;
    line-height: 45px;
    background-color: transparent;
    font-size: 45px;
    font-family: 'Trirong-Regular';
}

.gorilla-content .gorrila-page-txt .color-red {
    color: #A60000;
    font-weight: 500;
    margin-bottom: 7px;
    margin-top: 30px;
}

.gorrila-page-txt ul {
    list-style: auto;
}

.gorrila-page-txt ul li {
    color: #000000;
    font-size: 14px;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    margin-left: 15px;
}

.gorrila-page-txt ul li::marker {
    color: #A60000;
}

.accordion-body.gorrila-page-txt {
    padding: 20px 30px;
}

.gorilla-content .accordion-item {
    margin: 20px 0;
    border-radius: 12px;
    border: 0;
    background: #f7f7f7;
}

.gorilla-content .accordion-button:not(.collapsed) {
    color: #d39341;
    box-shadow: none;
    /* border: 2px solid #00edff; */
    border-bottom: 0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    /* color: black; */
    /* text-transform: uppercase; */
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 600;
}

.accordion-collapse.collapse {
    /*border: 2px solid #00edff;
*/
    border-top: 0;
    border-radius: 0 0 10px 10px;
    /* margin-bottom: 30px; */
}

.gorilla-content button:focus:not(:focus-visible) {
    box-shadow: none;
}

.accordion-body p {
    color: #666666;
    font-size: 16px;
    line-height: 22px;
}

.gorilla-content .accordion-button::after {
    content: '\2b';
    font-weight: 700;
    font-family: 'Font Awesome 6 Pro';
    background-image: none;
    transform: rotate(0deg);
    /* border: solid; */
    padding: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 21px;
    /* background: white; */
    color: #000;
}




.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
}

.accordion-button:not(.collapsed)::after {
    content: '\f068';
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    color: #000000;
    font-size: 20px;
    /* background: linear-gradient(to right, #26b9e7 10%, #0c8dcf 100%); */
    background: transparent;
}


/*contactus page*/


.contact_page {
    position: relative;
    overflow: hidden;
    padding: 80px 0 10px;
}

.contact_form_sec {
    position: relative;
    padding: 70px 0;
}

.contact_form p {
    font-size: 16px;
    line-height: 25px;
    color: #333;
    font-weight: 500;
    margin: 0 0 20px;
}



.contact_detail_box figure img {
    margin: auto;
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.contact_detail_box h2 {
    font-size: 30px;
    line-height: 35px;
    color: #000;
    font-weight: 800;
    margin: 20px 0 10px 0;
    transition: 0.5s ease-in-out;
}

.contact_detail_box p {
    font-size: 15px;
    line-height: 25px;
    color: #636363;
    margin: 0;
    /* height: 40px; */
    transition: 0.5sease-in-out;
    /* font-family: 'Roboto-Regular'; */
}

.contact_detail_box {
    padding: 30px;
    border-radius: 0;
    transition: 0.5sease-in-out;
    /* box-shadow: 0px 0px 10px #ff0000; */
    /* background-color: #ff0000; */
    height: 237px;
    border: solid #0168b8 2px;
}

.contact_detail_box i {
    color: #0470b2;
    font-size: 30px;
    margin-bottom: 20px;
}

.contact_form h1 {
    color: #0178bd;
}

img.contact-dot-bottom {
    position: absolute;
    z-index: 2;
    top: -50%;
    left: -20%;
    width: 500px;
    height: 500px;
}

.contact_detail_box img {
    margin: 0 0 20px;
}

.contact_detail_box:hover * {
    color: #fff;
}

.contact_detail_box:hover {
    background: #191818;
    border-radius: 0 20px 0 20px;
}

.contact_detail_box:hover img {
    filter: invert(1) brightness(3.5);
}

.contact_detail_box h4 {
    font-size: 22px;
    line-height: 25px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: uppercase;
}

a.btn.btn_badam.cntbtn {
    height: 48px;
    width: 100%;
    border-radius: 0;
    border: none;
    background: #ff0000;
    /* border-bottom: solid 5px #992729; */
    /* border-bottom-color: transparent; */
    /* border-bottom-style: groove; */
    font-size: 20px;
    color: white;
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Railway';
}

.contact_detail_box img {
    height: 56px;
    width: 56px;
}


.get-form label {
    margin-top: 20px;
    margin-bottom: 5px;
}

.contact-heading-inner h2 {
    font-size: 55px;
    line-height: 70px;
    color: #000;
    text-align: center;
}

/*.contact-heading-inner p {
    color: #636363;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Roboto-Regular';   
    width: 41%;
    margin: 0 auto;
    padding-bottom: 4%;
}*/

.contact-button {
    display: flex;
    justify-content: center;
}

.contact-button a.btn10 {
    width: 15%;
    margin-top: 3%;
}

.contact-heading-inner {
    margin: 0 auto;
    text-align: center;
    width: 60%;
}

.get-form textarea.form-control {

    height: 168px;
}

/*CONTACT END*/



/*appointment page*/

.qt-head {
    box-shadow: 0 0 10px gray;
    padding: 24px;
    background: #fff;
}


.appoinment_secc form {
    margin-top: 40px;
}

.appoinment_secc form input,
textarea,
select {
    width: 100%;
    height: 60px;
    padding: 15px 20px !important;
    border: 1px solid #bbbbbb !important;
    margin-bottom: 30px;
    /* border-radius: 30px !important; */
}

.appoinment_secc form input {
    /* outline: none; */
    /* color: #333; */
    /* font-size: 18px; */
    font-size: 16px;
    color: #000;
    font-weight: 500;
    font-family: 'Montserrat';
}

.appoinment_secc form textarea {
    resize: none;
    height: 200px;
}

.appoinment_secc form button {
    margin: 0 auto;
    border: 0;
    font-size: 28px;
    /* height: 60px; */
    text-transform: capitalize;
    font-weight: 500;
    width: 100%;
}

.appoinment_secc form select {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    font-family: 'Montserrat';
}

.appoinment_secc form input::placeholder {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    font-family: 'Montserrat';
}

.appoinment_secc form textarea::placeholder {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    font-family: 'Montserrat';
}

.qt-head h2 {
    font-size: 48px;
    color: #222222;
    text-align: center;
}

button.btn10 {
    background: #d39341 !important;
    color: #fff;
    border: transparent !important;
    font-size: 19px;
    font-family: 'Montserrat';
}

html {
    overflow-x: hidden;
}


@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .main-banner-img {
        height: 800px;
    }

    .banner-image img {
        width: 100%;
        height: 600px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    footer h5 {
        font-size: 18px;
    }

    .blogdetail {
        padding: 25px 15px;
        width: 95%;
    }

    .offer-box {
        height: 503px;
    }

    h1 {
        font-size: 44px;
        line-height: 50px;
    }

    .main-banner-img {
        height: 800px;
    }

    .banner-image img {
        width: 100%;
        height: 600px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .main_slider .banner_text {
        width: 100%;
        padding-top: 150px;
    }

    .main_slider .banner_text h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .main_slider .main-banner-img {
        height: 650px;
        object-fit: cover;
    }

    .menuSec ul li a {
        padding: 8px 14px;
    }

    .offer-box {
        height: 480px;
        padding: 40px 15px;
    }

    .offer-box:hover {
        padding: 45px 15px;
    }

    .offer-box h3 {
        font-size: 17px;
        line-height: 25px;
    }

    .offer-box a.btn10 {
        width: 70%;
    }

    .aboutus .abt-head {
        margin: 0 0 0 0px;
    }

    .aboutus .abt-head p {
        font-size: 12px;
        line-height: 20px;
    }

    .aboutus .abt-head h4 {
        font-size: 30px;
        line-height: 25px;
        margin-top: 50px;
    }

    .abt-head a.btn10 {
        width: 35%;
        margin-top: 0;
    }

    .aboutus {
        background: #f6f7f9;
        padding-bottom: 30px;
    }

    .belong-head {
        width: 100%;
    }

    .belong-head {
        width: 100%;
    }

    .belong-txt h5 {
        font-size: 14px;
    }

    .belong-txt p {
        font-size: 12px;
        line-height: 20px;
    }

    .buy-txt {
        width: 100%;
    }

    .buy-txt h6 {
        font-size: 45px;
        line-height: 65px;
    }

    .tst-head {
        width: 100%;
    }

    .blog-head {
        width: 100%;
    }

    .blogdetail {
        width: 100%;
    }

    .textwidget.custom-html-widget {
        padding-top: 5px;
    }

    .foot-bottom p {
        text-align: left;
        font-size: 13px;
    }

    .inner-title .banner-image img {
        height: 500px;
        object-fit: cover;
    }

    .inner-title .banner-image .title-new {
        top: 110px;
    }

    .inner-aboutus .abt-head {
        margin: 0;
    }

    .inner-aboutus .abt-head h4 {
        font-size: 30px;
        margin-bottom: 0;
        line-height: 30px;
    }

    .inner-aboutus .abt-head p {
        font-size: 12px;
        line-height: 20px;
    }

    .sd-tex h3 {
        font-size: 32px;
        line-height: 35px;
    }

    .contact-heading-inner {
        width: 100%;
    }

    .contact_detail_box {
        height: 300px;
        padding: 30px 0;
    }

    .contact_detail_box h4 {
        font-size: 16px;
    }

    .contact-heading-inner h2 {
        font-size: 40px;
    }

    .contact-button {
        width: 30% !important;
    }

    .help-txt h5 {
        line-height: 46px;
        font-size: 31px;
    }

    .cont-sp-bx {
        padding: 40px 9px;
    }

    .banner-image img {
        width: 100%;
        height: 600px;
    }







}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    header {
        position: unset;
    }

    ul.account_list {
        gap: 15px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .menuSec img {
        margin: 0;
        margin: 0 auto 10px;
        display: block;
    }

    .menuSec .col-md-3.col-lg-3.col-sm-6.col-xs-6.col-6 {
        width: 100%;
    }

    .menuSec {
        padding: 10px 0;
        background: #000;
    }

    .main_slider h1 {
        font-size: 30px;
        line-height: 45px;
    }

    .main_slider .banner_text {
        width: 100%;
    }

    .main-banner-img {
        height: 450px;
    }

    .blog-detail-search input {
        padding: 0 2px 0 5px;
        font-size: 12px;
    }

    .we-offer .offer-head {
        width: 100%;
    }

    .we-offer .offer-head h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .aboutus .sec-padd {
        padding-right: 0 !important;
    }

    .aboutus .vc_custom_1742905080008 {
        padding-left: 15px !important;
    }

    .aboutus .abt-head {
        margin-left: 15px;
        margin-top: 30px;
    }

    .aboutus .abt-head a.btn10 {
        width: 50%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .where-belong .belong-head h4 {
        font-size: 30px;
        line-height: 40px;
    }

    .buy .buy-txt {
        width: 100%;
    }

    .buy .buy-txt h6 {
        font-size: 20px;
        line-height: 30px;
    }

    .buy .buy-txt a.btn10 {
        width: 75%;
    }

    .testimonials .tst-head {
        width: 100%;
    }

    .testimonials .tst-head h4 {
        font-size: 30px;
        line-height: 35px;
    }

    .testimonial-box .testi-box {
        padding: 15px 10px;
    }

    .testi-slider .slick-prev {
        left: -24px;
        z-index: 999;
    }

    .testi-slider .slick-next {
        right: 6px;
    }

    .testimonials {
        padding: 40px 0px;
    }

    .latest-blog .blog-head {
        width: 100%;
    }

    .latest-blog .blog-head h4 {
        font-size: 30px;
        line-height: 35px;
    }

    .blogdetail {
        width: 100%;
        padding: 15px 5px;
    }

    .foot-bottom p {
        text-align: left;
        padding-top: 20px;
        font-size: 13px;
    }

    .where-belong .belong-head {
        width: 100%;
    }

    .inner-title .banner-image img {
        height: 350px;
        object-fit: cover;
    }

    .inner-title .title-new p {
        width: 100%;
    }

    .inner-aboutus .abt-head {
        margin-left: 0;
        margin-top: 40px;
    }

    .inner-offer-box {
        padding-top: 50px;
        height: 500px !important;
    }

    .inner-title .title-new h2 {
        font-size: 32px;
    }

    .sd-tex {
        padding-top: 40px;
    }

    .sd-tex h3 {
        font-size: 29px;
        line-height: 35px;
    }

    .contact-heading-inner {
        width: 100%;
    }

    .contact-heading-inner h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .contact-button {
        width: 100% !important;
    }

    .help-sec .help-txt h5 {
        font-size: 35px;
        line-height: 48px;
    }

    .help-sec .help-txt p {
        width: 100%;
        margin-bottom: 30px;
    }

    .cont-sp-bx h4 {
        font-size: 27px;
    }

    .cont-sp-bx {
        padding: 20px 15px;
    }

    .faq h4 {
        font-size: 35px;
    }

    .gorilla-content .accordion-button.collapsed {
        padding: 18px 10px;
        font-size: 15px;
    }

    .accordion-body p {
        font-size: 12px;
        line-height: 22px;
    }

    .qt-head h2 {
        font-size: 30px;
    }

    .textwidget.custom-html-widget {
        padding-top: 20px;
    }

    ul.account_list li a {
        font-size: 10px;
    }

    .vc_section.we-offer.pt-8.pb-8 {
        padding: 40px 0px;
    }

    p {
        font-size: 12px;
        line-height: 20px;
    }

    .offer-box {
        padding: 15px 5px;
        height: fit-content !important;
    }

    .offer-box:hover {
        padding: 15px 5px;
    }

    h4 {
        font-size: 30px;
        line-height: 35px;
    }

    .where-belong.pt-8.pb-8 {
        padding: 40px 0px;
    }

    .buy {
        padding: 40px 0px;
    }

    .testi-slider .slick-next::before {

        padding: 6px 16px;
    }

    .testi-slider .slick-prev::before {
        padding: 5px 15px;
    }

    .vc_section.latest-blog.pt-8.pb-8 {
        padding: 0px 0px 40px;
    }

    .client-img img {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }

    .buy-txt p {
        margin: 15px 0;
    }

    .quote-img img {
        width: 26px;
        height: 20px;
        object-fit: contain;
    }

    .blogdetail h3 {
        color: #1f1f1f;
        margin-bottom: 20px;
        padding: 0px 0 10px;
        font-size: 18px;
        margin-bottom: 5px;
    }

    ul.admin-detail {
        margin-bottom: 0px;
    }

    .gt_float_switcher .gt-selected .gt-current-lang {
        padding: 5px 10px !important;
    }

    span.right.comment a {
        font-size: 10px;
    }

    .blogdetail i {
        font-size: 10px;
    }

    footer {
        padding: 35px 0 0 0;
    }

    footer h5 {
        font-size: 16px;
        padding-left: 10px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    footer p {
        font-size: 11px;
        line-height: 22px;
    }

    .quick-links a {
        font-size: 12px;
        line-height: 20px;
    }

    .social-links a {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .social-links {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .foot-bottom p {
        text-align: center;
        padding-top: 0px;
        font-size: 12px;
    }

    .foot-number {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .inner-offer-box a.btn10 {
        width: fit-content;
        margin-top: 23px;
    }

    .inner-offer-box {
        padding: 30px 15px;
        height: fit-content !important;
    }

    .inner-blog-detail .vc_column_container>.vc_column-inner {
        padding-left: 0px;
    }

    .inner-blog-detail .vc_column_container>.vc_column-inner {
        padding-right: 0px;
    }

    .inner-blog-bx {
        padding: 10px 20px;
        margin-top: 15px;
        margin-left: 0%;
    }

    .inner-blog-bx h3 {
        font-size: 18px;
        line-height: 22px;
        margin: 15px 0 10px;
    }

    .inner-blog-detail.pt-8.pb-8 {
        padding: 40px 0px;
    }

    .contact_page {
        padding: 40px 0 0px;
    }

    .contact_detail_box {
        padding: 20px;
        height: fit-content;
        margin-bottom: 15px;
    }

    .contact_detail_box h4 {
        font-size: 14px;
        line-height: 20px;
    }

    .contact_detail_box {
        font-size: 12px;
    }

    .contact_detail_box img {
        height: 35px;
        width: 35px;
        object-fit: contain;
    }

    .slicknav_nav a:hover {
        background: #d08f3f;
    }

    a.top-navigator {
        width: 60px;
        height: 40px;
        font-size: 20px;
    }

    .help-txt {
        margin-bottom: 25px !important;
    }

    .belong-txt {
        text-align: center;
    }

}

@media only screen and (min-width: 0px) and (max-width: 519px) {

    header {
        position: unset;
    }

    ul.account_list {
        gap: 15px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .menuSec img {
        margin: 0;
        margin: 0 auto 10px;
        display: block;
    }

    .menuSec .col-md-3.col-lg-3.col-sm-6.col-xs-6.col-6 {
        width: 100%;
    }

    .menuSec {
        padding: 10px 0;
        background: #000;
    }

    .main_slider h1 {
        font-size: 30px;
        line-height: 45px;
    }

    .main_slider .banner_text {
        width: 100%;
    }

    .main-banner-img {
        height: 450px;
    }

    .blog-detail-search input {
        padding: 0 2px 0 5px;
        font-size: 12px;
    }

    .we-offer .offer-head {
        width: 100%;
    }

    .we-offer .offer-head h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .aboutus .sec-padd {
        padding-right: 0 !important;
    }

    .aboutus .vc_custom_1742905080008 {
        padding-left: 15px !important;
    }

    .aboutus .abt-head {
        margin-left: 15px;
        margin-top: 30px;
    }

    .aboutus .abt-head a.btn10 {
        width: 50%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .where-belong .belong-head h4 {
        font-size: 30px;
        line-height: 40px;
    }

    .buy .buy-txt {
        width: 100%;
    }

    .buy .buy-txt h6 {
        font-size: 20px;
        line-height: 30px;
    }

    .buy .buy-txt a.btn10 {
        width: 75%;
    }

    .testimonials .tst-head {
        width: 100%;
    }

    .testimonials .tst-head h4 {
        font-size: 30px;
        line-height: 35px;
    }

    .testimonial-box .testi-box {
        padding: 15px 10px;
    }

    .testi-slider .slick-prev {
        left: -24px;
        z-index: 999;
    }

    .testi-slider .slick-next {
        right: 6px;
    }

    .testimonials {
        padding: 40px 0px;
    }

    .latest-blog .blog-head {
        width: 100%;
    }

    .latest-blog .blog-head h4 {
        font-size: 30px;
        line-height: 35px;
    }

    .blogdetail {
        width: 100%;
        padding: 15px 5px;
    }

    .foot-bottom p {
        text-align: left;
        padding-top: 20px;
        font-size: 13px;
    }

    .where-belong .belong-head {
        width: 100%;
    }

    .inner-title .banner-image img {
        height: 350px;
        object-fit: cover;
    }

    .inner-title .title-new p {
        width: 100%;
    }

    .inner-aboutus .abt-head {
        margin-left: 0;
        margin-top: 40px;
    }

    .inner-offer-box {
        padding-top: 50px;
        height: 500px !important;
    }

    .inner-title .title-new h2 {
        font-size: 32px;
    }

    .sd-tex {
        padding-top: 40px;
    }

    .sd-tex h3 {
        font-size: 29px;
        line-height: 35px;
    }

    .contact-heading-inner {
        width: 100%;
    }

    .contact-heading-inner h2 {
        font-size: 26px;
        line-height: 35px;
    }

    .contact-button {
        width: 100% !important;
    }

    .help-sec .help-txt h5 {
        font-size: 30px;
        line-height: 40px;
    }

    .help-sec .help-txt p {
        width: 100%;
        margin-bottom: 30px;
    }

    .cont-sp-bx h4 {
        font-size: 27px;
    }

    .cont-sp-bx {
        padding: 40px 20px;
    }

    .faq h4 {
        font-size: 35px;
    }

    .gorilla-content .accordion-button.collapsed {
        padding: 18px 10px;
        font-size: 15px;
    }

    .accordion-body p {
        font-size: 12px;
        line-height: 22px;
    }

    .qt-head h2 {
        font-size: 30px;
    }

    .textwidget.custom-html-widget {
        padding-top: 20px;
    }

    ul.account_list li a {
        font-size: 10px;
    }

    .vc_section.we-offer.pt-8.pb-8 {
        padding: 40px 0px;
    }

    p {
        font-size: 12px;
        line-height: 20px;
    }

    .offer-box {
        padding: 15px 5px;
        height: fit-content !important;
    }

    .offer-box:hover {
        padding: 15px 5px;
    }

    h4 {
        font-size: 30px;
        line-height: 35px;
    }

    .where-belong.pt-8.pb-8 {
        padding: 40px 0px;
    }

    .buy {
        padding: 40px 0px;
    }

    .testi-slider .slick-next::before {

        padding: 6px 16px;
    }

    .testi-slider .slick-prev::before {
        padding: 5px 15px;
    }

    .vc_section.latest-blog.pt-8.pb-8 {
        padding: 0px 0px 40px;
    }

    .client-img img {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }

    .buy-txt p {
        margin: 15px 0;
    }

    .quote-img img {
        width: 26px;
        height: 20px;
        object-fit: contain;
    }

    .blogdetail h3 {
        color: #1f1f1f;
        margin-bottom: 20px;
        padding: 0px 0 10px;
        font-size: 18px;
        margin-bottom: 5px;
    }

    ul.admin-detail {
        margin-bottom: 0px;
    }

    .gt_float_switcher .gt-selected .gt-current-lang {
        padding: 5px 10px !important;
    }

    span.right.comment a {
        font-size: 10px;
    }

    .blogdetail i {
        font-size: 10px;
    }

    footer {
        padding: 35px 0 0 0;
    }

    footer h5 {
        font-size: 16px;
        padding-left: 10px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    footer p {
        font-size: 11px;
        line-height: 22px;
    }

    .quick-links a {
        font-size: 12px;
        line-height: 20px;
    }

    .social-links a {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .social-links {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .foot-bottom p {
        text-align: center;
        padding-top: 0px;
        font-size: 12px;
    }

    .foot-number {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .inner-offer-box a.btn10 {
        width: fit-content;
        margin-top: 23px;
    }

    .inner-offer-box {
        padding: 30px 15px;
        height: fit-content !important;
    }

    .inner-blog-detail .vc_column_container>.vc_column-inner {

        padding-left: 0px;
    }

    .inner-blog-bx {
        padding: 10px 20px;
        margin-top: 15px;
        margin-left: 0%;
    }

    .inner-blog-bx h3 {
        font-size: 18px;
        line-height: 22px;
        margin: 15px 0 10px;
    }

    .inner-blog-detail.pt-8.pb-8 {
        padding: 40px 0px;
    }

    .inner-blog-detail .vc_column_container>.vc_column-inner {
        padding-right: 0px;
    }

    .vc_section.contactus-inner.pt-8.pb-8 {
        padding: 40px 0px;
    }

    .contact_page {
        padding: 40px 0 0px;
    }

    .contact_detail_box {
        padding: 20px;
        height: fit-content;
        margin-bottom: 15px;
    }

    .contact_detail_box h4 {
        font-size: 14px;
        line-height: 20px;
    }

    .contact_detail_box {
        font-size: 12px;
    }

    .contact_detail_box img {
        height: 35px;
        width: 35px;
        object-fit: contain;
    }

    .slicknav_nav a:hover {
        background: #d08f3f;
    }

    a.top-navigator {
        width: 60px;
        height: 40px;
        font-size: 18px;
    }

    .vc_section.faq.pb-8 {
        padding-bottom: 40px;
    }

    .vc_section.help-sec.pt-8.pb-8 {
        padding: 40px;
    }

    .help-txt {
        margin-bottom: 25px !important;
    }

    .belong-txt {
        text-align: center;
    }










}