html {
    min-height: 100%;
    scroll-behavior: smooth;
    font-size: 16px;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

:root {
    --themeColor: #004B8C;
    --themeSecondColor: #AD814E;
    --headingFont:
    "Poppins", sans-serif;
    --headingFontSize: 40px;
    --headingFontWeight: 600;
    --headingLineheight: 50px;
    --headingFontColor: #000;
    --headingTextTransform: capitalize;
    --bodyFont:
    'Open Sans', sans-serif;
    --bodyFontColor: #333333;
    --paraFontsize: 18px;
    --paraFontLineheight: 31px;
    --paraFontWeight: 500;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}

body {
    font-family: var(--bodyFont);
    ;
}

html,
body {
    overflow-x: hidden;
}

.mt-20 {
    margin-top: 20px;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: unset;
}

.bg-grey {
    background: #F3F3F3;
}


.bg-blue {
    background: var(--themeColor);
}

.bg-black {
    background: #000;
}

.bg-red {
    background: var(--themeSecondColor);
}

.bg-themecolor {
    background: var(--themeColor);
}
.bg-brand{
    background: #FBFBFB;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: unset;
}

p,
ul,
ol,
address,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a,
a:active,
a:focus,
button,
button:focus,
button:active,
.btn,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
    outline: none;
    outline: 0;
}

p {
    font-family: var(--bodyFont);
    font-size: var(--paraFontsize);
    line-height: var(--paraFontLineheight);
    font-weight: var(--paraFontWeight);
}

a:hover,
a {
    text-decoration: none;
}

.form-control:focus {
    background-color: #fff;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
    border: 0;
}

li {
    list-style: none;
}

.p-180{
    padding: 180px 0;
}

.p-90 {
    padding: 120px 0;
}
.p-80 {
    padding: 80px 0;
}

.pt-90 {
    padding-top: 120px;
}

.pb-90{
    padding-bottom: 120px;
}


.p-45 {
    padding: 50px 0;
}

.pt-45 {
    padding-top: 50px;
}

.pt-0 {
    padding-top: 0px;
}

.pb-0 {
    padding-bottom: 0px;
}


img {
    max-width: 100%;
    height: auto;
}



@-webkit-keyframes growDown {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }

    80% {
        -webkit-transform: scaleY(1.1);
        transform: scaleY(1.1);
    }

    100% {
        -webkit-transform: scaleY(1.1);
        transform: scaleY(1.1);
    }
}

@keyframes growDown {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }

    80% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

.topNaviGationUpper:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    background: #f2f2f2;
    z-index: -1;
}

.topNaviGationUpper {
    position: relative;
    padding: 10px;
}

.topNaviGationUpper li:first-child a {
    color: #111;
    font-family: var(--bodyFont);
}

.topNaviGationUpper li:last-child a {
    color: #fff;
    font-family: var(--bodyFont);
}


.topNaviGationUpper:after {
    content: '';
    position: absolute;
    width: 23%;
    right: 0;
    height: 100%;
    top: 0;
    background: var(--themeColor);
    z-index: -1;
}


.topNaviGationUpper li a img {
    margin-right: 5px;
}


header.site-header.navbar-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
    background: #fff;
    padding: 14px 0;
    box-shadow: 0 1.1875rem 2.375rem rgb(0 0 0 / 0%), 0 0.9375rem 0.75rem rgb(0 0 0 / 6%);
}

header.site-header .inner-Logo {
    display: none;
}

header.site-header.navbar-fixed .inner-whiteLogo {
    display: none;
}

header.site-header.navbar-fixed .inner-Logo {
    display: block;
}


header.site-header {
    position: relative;
    z-index: 2;
    padding: 14px 0;
    width: 100%;
}

header.site-header.sticky .whiteLogo {
    display: none;
}

.menuWrap .dropdownMain i {
    font-size: 13px;
    margin-left: 5px;
}

header.site-header.sticky .blackLogo {
    display: block;
}

header.site-header.navbar-fixed .logobox {
    padding-bottom: 0px;
}

header.site-header.navbar-fixed .dropdownMain .dropbtn:after,
header.site-header.navbar-fixed .navbarMain a:after {
    bottom: 0;
}

/* .dropdownMain .dropbtn:after,
.navbarMain a:after {
    background: var(--themeSecondColor);
    bottom: -25px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    transition: width 0.3s, left 0.3s;
    width: 0;
} */

/* .dropdownMain:hover .dropbtn:after,
.navbarMain a:hover:after {
    width: 100%;
    left: 0;
} */

.menuWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 0%;
    padding-right: 0%;
    justify-content: space-between;
}

.menuListing.sub-menus ul li a {
    color: #000;
}

.menuListing.sub-menus {
    padding-left: 38px;
    padding-bottom: 20px;
}

.menuListing.sub-menus ul {
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    margin-bottom: 35px;
    justify-content: space-between;
}

.menuListing.sub-menus ul li {
    flex: 0 0 42%;
    margin: 0px 4%;
}

.menuListing.sub-menus ul li a {
    color: #262626;
    padding: 15px 0 !important;
    border-bottom: 1px solid #0000001c;
    width: 70%;
    text-align: left;
}


.menuheading.menu-img img {
    width: 100%;
}

.menuheading.menu-img {
    padding: 0;
}

.dropDownInnerMnb,
.navbarMain ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-direction: revert;
    flex-wrap: wrap;
}

.innerheader .dropdownMain .dropbtn,
.innerheader .navbarMain a,
.navbarMain a:hover {
    color: var(--themeColor);
}

.navbarMain a.menu-active{
    color: var(--themeColor);
}


.dropdownMain {
    float: left;
    overflow: hidden;
}

.dropdownMain-content .header {
    padding: 1rem;
    color: #111;
}

.logobox a,
.logobox a img {
    width: 100%;
}

header.site-header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 1.1875rem 2.375rem rgb(0 0 0 / 0%), 0 0.9375rem 0.75rem rgb(0 0 0 / 6%);
    animation: 15s infinite gradient;
    z-index: 999;
    padding: 0.625rem 0;
    transition: 0.3s ease-in-out;
}

header.site-header.sticky .dropdownMain .dropbtn,
header.site-header.sticky .navbarMain a {
    color: #585858;
    font-weight: 500;
}

.navbarMain a,
.dropdownMain .dropbtn {
    transition: 0.2s;
}

.dropdownMain .dropbtn,
.navbarMain a {
    color: #000;
    position: relative;
    font-weight: 500;
    transition: 0.2s;
    text-decoration: none;
    padding-bottom: 25px;
}

.menuListing ul {
    display: block;
    padding: 0;
}


.dropdownMain .dropbtn {
    background-color: transparent;
    margin: 0;
    font-weight: 600;
}


header.site-header.navbar-fixed .dropdownMain .dropbtn:hover,
header.site-header.navbar-fixed .navbarMain a:hover {
    color: var(--themeColor);
}



header.site-header.navbar-fixed {
    top: -7.5rem;
}

header.site-header.navbar-fixed .topNaviGationUpper {
    display: none;
}

#myHeader.hide {
    top: 0rem;
}

#myHeader {
    width: 100%;
    z-index: 100;
    transition: all .3s ease;
    box-shadow: 2px 4px 17px 0px #11111121;
}

.dropdownMain-content {
    display: none;
    position: absolute;
    background-color: #f2f2f2;
    width: 100%;
    /* -webkit-box-shadow: 0px 20px 16px 0px rgba(0, 0, 0, 0.2); */
    /* box-shadow: 8px 5px 16px 0px rgba(0, 0, 0, 0.2); */
    z-index: 1;
    left: 0;
    top: 100%;
}

header.site-header.navbar-fixed .dropdownMain-content {
    top: 100%;
}

.dropdownMain:hover .dropdownMain-content {
    display: block;
}

.dropdown_menu-mega {
    -webkit-animation: growDown 500ms ease-in-out forwards;
    animation: growDown 500ms ease-in-out forwards;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    overflow: hidden;
    border-top: 1px solid var(--themeColor);
}

/* .menu-prod-img img {
    position: absolute;
    right: 0;
    width: 22%;
    top: 0;
} */

.menu-prod-img {
    padding: 40px;
}

.navbarMain .nav-pills .nav-link.active,
header.site-header.navbar-fixed .navbarMain .nav-link.active a:hover {
    color: #fff !important;
    background-color: #e9262a;
    border-radius: 0;
    text-transform: capitalize;
    text-align: left;
    padding: 16px;
    padding-left: 45px;
    padding-bottom: 14px;
    border-radius: 0;
    /* border-right: 8px solid #e9262a; */
}

.navbarMain .nav-pills .nav-link.active::before {
    content: url('../images/btn-star-white.png');
    /* font-family: 'Font Awesome 5 Free'; */
    left: 21px;
    position: absolute;
    font-size: 14px;
    top: 33%;
    font-weight: 900;
    color: #ffffff;
}

.navbarMain .nav-pills .nav-link.active::after {
    content: '';
    right: -5px;
    height: 20px;
    width: 20px;
    position: absolute;
    font-size: 14px;
    top: 33%;
    background: var(--themeColor);
    transform: rotate(45deg);
}


.navbarMain .nav-pills .nav-link,
header.site-header.navbar-fixed .navbarMain .nav-pills .nav-link {
    text-transform: capitalize;
    text-align: left;
    padding: 16px;
    padding-left: 45px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 0;
    font-family: var(--headingFont);
}

header.site-header.navbar-fixed .navbarMain a.nav-link:active {
    color: #fff;
}


.navbarMain a {
    float: left;
    font-size: 15px;
    color: #000;
    text-align: center;
    padding: 12px 15px;
    font-weight: 500;
    font-family: var(--headingFont);
    /* padding-bottom: 0; */
}

.navbarMain a.menu-btn {
    float: left;
    font-size: 15px;
    color: #fff;
    text-align: center;
    padding: 10px 24px;
    font-weight: 500;
    font-family: var(--headingFont);
    background-color: var(--themeColor);
    border: 1px solid var(--themeColor);
    border-radius: 30px;
    line-height: 25px;
    margin-left: 15px;
}

header.site-header.navbar-fixed .navbarMain a.menu-btn:hover {
    border: 1px solid var(--themeColor);
    background-color: #fff;
}

/* .navbarMain ul li:first-child a {
    padding-left: 0;
} */

/* .navbarMain ul li:last-child a {
    padding-right: 0;
} */

.navbarMain .menuListing a:after,
.onlyMobile,
header.site-header.sticky .whiteLogo {
    display: none;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

header.site-header.navbar-fixed .menuWrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.topNaviGationUpper ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: end;
}

.topNaviGationUpper li a {
    font-weight: 700;
    padding: 0;
}

.topNaviGationUpper li:first-child a {
    padding-right: 40px;
}


ul.top-header li a {
    color: #111;
    border-right: 1px solid #111;
    padding: 0 20px;
}

ul.top-header li a i {
    margin-right: 5px;
}

ul.top-header li:nth-child(2) a {
    border-right: 0px solid #111;
}

.topNaviGationUpper ul li a.book-appo {
    background: var(--themeColor);
    color: #fff;
    border-radius: 35px;
    padding: 10px 20px;
    border: 1px solid var(--themeColor);
}

.topNaviGationUpper ul li a.book-appo:hover {
    background: transparent;
    color: var(--themeColor);
    border-radius: 35px;
    padding: 10px 20px;
    border: 1px solid var(--themeColor);
}

.menu-prod-list ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
}

.menu-prod-list ul li {
    flex: 0 0 50%;
    padding: 0 30px;
}

.menuWrap .logobox {
    width: 9%;
}


.menu-prod-list ul li h3 a {
    color: var(--themeColor);
    font-size: 22px;
    margin-top: 20px;
    font-family: var(--headingFont);
    border-left: 2px solid var(--themeColor);
    padding: 0;
    padding-left: 15px;
    position: relative;
}

.menu-prod-list ul li h3 a:before {
    content: '';
    background: var(--themeColor);
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
}

.menu-prod-list ul li a {
    color: #111;
    font-size: 18px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    text-align: left;
    padding: 10px;
    padding-left: 20px;
}

.menu-prod-list ul li a img {
    margin-top: -3px;
    margin-right: 5px;
}

.menuWrap .dropdownMain .menu-prod-list ul li a i {
    color: var(--themeColor);
    font-size: 12px;
    margin-left: 0;
    margin-right: 4px;
}

.menu-prod-list {
    padding: 50px 70px;
}

.main-nav-prod-cat {
    background: #fff;
}


.sidenav,
body,
html {
    overflow-x: hidden;
}


.inter-text-para h1 {
    font-family: var(--headingFont);
    font-size: var(--headingFontSize);
    color: var(--headingFontColor);
    font-weight: var(--headingFontWeight);
    line-height: var(--headingLineheight);
    text-transform: var(--headingTextTransform);
    margin-bottom: 22px;
    position: relative;
}

.inter-text-para h1 span {
    color: var(--themeColor);
}

.inter-text-para h2 {
    font-family: var(--headingFont);
    font-size: var(--headingFontSize);
    color: var(--headingFontColor);
    font-weight: var(--headingFontWeight);
    line-height: var(--headingLineheight);
    /* text-transform: var(--headingTextTransform); */
    margin-bottom: 22px;
    position: relative;
}


.inter-text-para h2 span {
    color: var(--themeColor);
}

.color-darkblue{
    color: var(--themeColor);
}

.inter-text-para p {

    color: var(--bodyFontColor);
    font-size: var(--paraFontsize);
    line-height: var(--paraFontLineheight);
    font-weight: var(--paraFontWeight);
    position: relative;
    margin-bottom: 10px;
}

/* .sec-about .inter-text-para p {
    color: var(--bodyFontColor);
    font-size: var(--paraFontsize);
    line-height: 38px;
    font-weight: var(--paraFontWeight);
    position: relative;
} */
.sec-about .inter-text-para p {
    color: var(--bodyFontColor);
    font-size: 20px;
    line-height: 44px;
    font-weight: var(--paraFontWeight);
    position: relative;
    margin-bottom: 0;
}

/* ---------- Home --------------------------- */

.scroll-element {
    scroll-margin-top: 150px;
}

.banner-container {
    margin-right: 0;
    max-width: 1600px;
    padding: 0;
}

.banner-cont {
    position: absolute;
    bottom: 30%;
    width: 40%;
}

.slider-title {
    color: var(--bodyFontColor);
    font-family: var(--headingFont);
    font-size: 58px;
    font-weight: 700;
    line-height: 76px;
}

.slider-title span {
    color: var(--themeSecondColor);
}

.bannerPage .swiper-slide-active .slider-sub-title {
    animation: fadeInLeft 1s;
    color: var(--themeColor);
}

.bannerPage .swiper-slide-active .slider-title {
    animation: fadeInLeft 1.5s;
    color: var(--themeColor);
}

.bannerPage .swiper-slide-active .slider-text {
    animation: fadeInUp 2s;
    /* color: var(--fontColor); */
}

.bannerPage .swiper-slide-active .slider-btn {
    animation: fadeInUp 2.5s;
}

.bannerSliderWraping img{
    width: 100%;
}
/* .slider-text {
    margin: 50px 0;
    color: var(--bodyFontColor);
    line-height: 28px;
} */

.slider-btn {
    display: inline-flex;
    padding: 15px 40px;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    border: 1px solid var(--themeSecondColor);
    text-transform: uppercase;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    color: var(--themeColor);
}

.btn-read-more .slider-btn{
    color: var(--themeColor);
}

.slider-btn:hover {
    border: 1px solid var(--themeColor);
    background: var(--themeColor);
    color: #fff;
}

.slider-btn:hover i{
    color: var(--themeColor);
    /* color: #fff; */
    /* background: var(--themeColor); */
}

/* .slider-btn img {
    margin-right: 10px;
    position: absolute;
    right: -30px;
    bottom: 10px;
    background: #e1f1ff;
    font-size: 9px;
    padding: 12px 8px;
    border-radius: 50%;
    border: 1px solid var(--themeSecondColor);
} */

.slider-btn i {
    margin-right: 10px;
    position: absolute;
    right: -30px;
    bottom: 8px;
    background: #e1f1ff;
    font-size: 12px;
    padding: 12px 12px;
    border-radius: 50%;
    border: 1px solid var(--themeSecondColor);
}

.bannerPage .swiper-pagination-bullet {
    opacity: 1;
    background: #004b8c7a;
    height: 8px;
    width: 8px;
}

.bannerPage .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
    height: 20px;
    width: 20px;
    border: 5px solid var(--themeColor);
}

.bannerPage .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 70px;
}

.abt-img img {
    width: 100%;
}
.inner-banner img {
    width: 100% !important;
}

.sec-founder p {
    text-align: left;
    /* font-weight: 300; */
    color: #fff;
}

.banner-text-color p{
    margin: 50px 0;
    color: var(--bodyFontColor);
    padding-right: 230px;
    /* line-height: 28px; */
}

.dark-bg-color p{
    color: #fff;
}

.sec-founder .inter-text-para {
    width: 100%;
}
.sec-Privacy .inter-text-para p a {
    color: var(--themeColor) !important;
    text-decoration: underline;
}

.imgBoxx img {
    width: 100%;
}


.founder-name .lead-intro-para p {
    font-style: normal;
}

.pro-Wrap-team .lead-intro-para{
    min-height: 361px;
}
.founder-name h5 {
    font-size: 26px;
    line-height: 40px;
    font-family: var(--headingFont);
}

.sec-Team-profile {
    margin-top: 25px;
}

.sec-Team-profile ul {
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.sec-Team-profile ul li {
    flex: 0 0 49%;
    text-align: left;
    background: #024885;
    padding: 40px;
    border: 1px solid #ffffff61;
    margin-bottom: 25px;
    min-height: 600px;
}

/* .founder-name p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    font-style: italic;
} */

.founder-detiels {
    /* float: right; */
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 42%;
    position: absolute;
    bottom: 66px;
}
/* .founder-detiels svg{
text-align: end;
} */

.FoundersSlider{
    padding-bottom: 55px;
}

.FoundersSlider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}

.FoundersSlider .swiper-pagination-bullet {
    background: #fff;
}

.sec-founder .btn-read-more {
    margin-top: 10px;
    float: inline-end;
}

.sec-founder .btn-read-more.btn-red a {
    border: 1px solid #fff;
    color: #fff;
}
.sec-submit .btn-read-more.btn-red button {
    border: 1px solid #fff;
    color: #fff;
}

.sec-founder .btn-read-more.btn-red a:hover{
    background: #fff;
    color: var(--themeColor);
}

.sec-brands .btn-read-more a:hover{
    background: var(--themeColor);
    color: #fff;
}
.navbarMain a.menu-btn:hover {
    color: var(--themeColor);
    border: 1px solid var(--themeSecondColor);
    background: #fff;
}

.btn-read-more a,.btn-read-more button {
    display: inline-flex;
    padding: 15px 40px;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    border: 1px solid var(--themeSecondColor);
    text-transform: uppercase;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    color: var(--themeColor);
}

.btn-read-more.btn-red a img {
    margin-right: 5px;
    position: absolute;
    right: -22px;
    bottom: 10px;
    background: #ffffff;
    font-size: 9px;
    padding: 11px 8px;
    border-radius: 50%;
    color: var(--themeColor);
}
.btn-read-more.btn-red button img {
    margin-right: 5px;
    position: absolute;
    right: -22px;
    bottom: 10px;
    background: #ffffff;
    font-size: 9px;
    padding: 11px 8px;
    border-radius: 50%;
    color: var(--themeColor);
}
.sec-founder .btn-read-more.btn-red a img {
    background: #004b8c;
    border: 1px solid #fff;
}

.sec-submit .btn-read-more.btn-red button img {
    background: #004b8c;
    border: 1px solid #fff;
}

.sec-brands .btn-read-more {
    margin-top: 50px;
}

.sec-brands .btn-read-more.btn-red a img {
    border: 1px solid var(--themeSecondColor);
    
}

.sec-thank .btn-read-more.btn-red a img {
    border: 1px solid var(--themeSecondColor);
}
.sec-thank .btn-read-more {
    margin-top: 50px;
}

.sec-thank .inter-text-para h2 {
    font-size: 70px;
    color: #003461;
    line-height: 90px;
    margin-bottom: 22px;
}

.brand-list ul {
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}

.brand-list ul li{
    flex: 0 0 48%;
    height: auto;
    position: relative;
    overflow: hidden;
    /* margin-right: 1%; */
    margin-bottom: 1%;
    padding: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 1px 9px;
}

.sec-brands .inter-text-para{
    width: 90%;
}

.all-quick-links ul li .link-info.quick-link-footer a
{
    padding-left: 20px;
}


/* footer */
.all-quick-links ul li .link-info.quick-link-footer a:before{
    background: #ad814e;
    position: absolute;
    width: 8px;
    height: 8px;
    content: '';
    left: 0;
    top: 17px;
}


footer {
    background: #003461;
}

.main-ft-info p {
    margin: 35px 0 22px;
    color: #F1F1F1;
    font-size: 15px;
    line-height: 28px;
    /* font-weight: 100; */
}

.contact-ft-info li a {
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.sec-brand.bg-brand img{
    width: 100%;
}


.contact-ft-info li.ft-phone a span {
    color: #fff;
    font-size: 26px;
    font-family: var(--headingFont);
}

.contact-ft-info li a svg {
    width: 10%;
    height: 33px;

}

.contact-ft-info li a span {
    width: 86%;
    font-size: 15px;
}

.contact-ft-info ul li {
    margin-bottom: 20px;
}

.all-quick-links ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.all-quick-links ul li {
    flex: 0 0 100%;
}


.all-quick-links ul li a {
    color: #F1F1F1;
    float: left;
    width: 100%;
    font-size: 16px;
}

.all-quick-links ul li a {
    color: #F1F1F1;
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    padding: 6px 0;
    font-weight: 500;
    position: relative;
}

.all-quick-links ul li a i{
    margin-right: 5px;
}
.all-quick-links ul li span i{
    color: var(--themeSecondColor);
    margin-right: 8px;
}
.all-quick-links ul li span{
    color: #F1F1F1;
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    padding: 12px 0;
    font-weight: 500;
    font-family: var(--headingFont);
    text-transform: capitalize;
}


.footmt-40{
    margin-left: 40px;
}

.all-quick-links ul li a.footer-phonetext {
    font-size: 15px;
    line-height: 25px;
    padding: 5px 0;
}
.all-quick-links ul li span {
    padding: 5px 0;
}

.all-quick-links h3 {
    color: #FFF;
    font-family: var(--headingFont);
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 20px;
}

.main-ft-info {
    padding-right: 45px;
}

.sec-ft-copyright {
    background: #003461;
    padding: 12px 0;
    padding-top: 45px;
}

.copyright-info {
    border-top: 1px solid #6A94B8;
    padding: 12px 0 0;
}
.copyright-info ul {
    display: flex;
    justify-content: center;
 
}

.copyright-info ul li a {
    border-right: 1px solid #6A94B8;
    padding: 0 10px;
    color: #ffffff;
    font-size: 13px;
}

.copyright-info ul li:last-child a {
    border-left: 1px solid #6A94B8;

}

.copyright-info ul li:last-child a {
    border-right: 0px solid #6A94B8;
}
.socialIcons i {
    font-size: 24px;
    color: #6A94B8;
}

.follow-footer {
    margin-top: 0px;
    display: inline-grid;
}

.socialIcons {
    display: flex;
    justify-content: end;
    align-items: start;
    float: right;
    margin-top: 5px;
}


.socialIcons span {
    margin-right: 17px;
    font-weight: 400;
}

.socialIcons span img {
    width: 10%;
}

.contact-info ul {
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.contact-info ul li {
    flex: 0 0 45%;
    text-align: left;
}

.contact-info ul li:nth-child(3){
    margin-top: 30px;
}
.contact-info ul li:nth-child(4){
    margin-top: 30px;
}

/* .sec-plan .inter-text-para p {
    line-height: 38px;
} */

.sec-mission .btn-read-more {
    margin-top: 50px;
}
.sec-mission .inter-text-para{
    width: 80%;
   
}

.visiov-text{
    position: absolute;
    top: 35%;
    padding-right: 400px;
}
.core-value-list{
    margin-top: 80px;
}
.core-value-list ul {
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    justify-content: space-between;
}
.core-value-list ul li{
    flex: 0 0 47%;
    text-align: left;
    margin-bottom: 20px;
}

/*  */

.why-become{
    margin-top: 80px;
}
.why-become ul {
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    justify-content: space-between;
}
.why-become ul li{
    flex: 0 0 45%;
    text-align: left;
    margin-bottom: 20px;
}


/*  */
.quality {
    /* width: 80%; */
    padding-top: 12px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    align-items: flex-start;
}

.icon-box {
    padding: 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 1px 9px;
    margin-right: 40px;
    width: 12%;
    /* height: 27%; */
}


.quality-text h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: var(--themeSecondColor);
}

.quality-text p {
    /* font-size: 16px;
    line-height: 28px; */
    margin: 10px 0;
}
.quality-text{
    width: 70%;
}
.inner-banner-heading {
    position: absolute;
    top: 40%;
    width: 30%;
}
.inner-banner-heading h1 {
    color: #fff;
    font-size: 51px;
    text-shadow: 4px 8px 14px #000000c9;
    font-family: var(--headingFont);
    text-transform: capitalize;
}

.inner-banner .overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 1;
    color: #fff;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    /* background-image: linear-gradient(rgb(0 0 0 / 25%), rgb(22 22 22 / 25%)); */
}

section.inner-banner {
    position: relative;
}

.all-brands ul{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    /* background: #FBFBFB; */
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
}

.all-brands ul:nth-child(even){
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
}

.all-brands ul li:first-child{
    flex: 0 0 35%;
}

.all-brands ul li:first-child img {
    width: 100%;
    background: #fff;
    padding: 10px;
}

.all-brands ul li:last-child{
    flex: 0 0 65%;   
}

.brand-pd {
    padding: 40px 0px;
    margin-left: 50px;
}

.brand-img-box {
    padding: 25px;
    background: #fff;
    margin: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 1px 9px;
}


/* .all-brands ul{
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.all-brands-revars ul{
    flex-direction: row-reverse;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.all-brands ul li {
    flex: 0 0 100%;
    background: #FBFBFB;
}
.all-brands ul li:nth-child(1){
    flex: 0 0 30%;
}
.all-brands ul li:nth-child(2){
    flex: 0 0 70%;
}
.brand-img-box {
    padding: 25px;
    background: #fff;
    margin: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 1px 9px;
}

.brand-pd {
    padding: 67px 25px;
    margin-left: 50px;
}
.all-brands-revars ul li{
    flex: 0 0 100%;
    background: #FBFBFB;
}
.all-brands-revars ul li:nth-child(1){
    flex: 0 0 30%;
}
.all-brands-revars ul li:nth-child(2){
    flex: 0 0 70%;
} */

.contact-sec {
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
    position: relative;
}

.contact-sec input[type="text"],
.contact-sec input[type="email"],
.contact-sec input[type="tel"],
.contact-sec input[type="file"],
.contact-sec select,
.contact-sec textarea {
    border: 0 !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #fff !important;
    background: none;
    outline: none;
    color: #fff;
    box-shadow: none;
    padding: 5px 0;
    font-size: var(--paraFontsize);
    padding-left: 25px;
}
/* .form-group.contact-sec.msg-sec.careers-form{
    margin-left: 60px;
} */
.sec-submit .btn-read-more a {
    color: #ffffff;
}
.sec-submit .btn-read-more a:hover{
    background: #fff;
    color: var(--themeColor);
}

.contact-sec input::placeholder{
    color: #ece4e4;
}

.contact-sec textarea::placeholder{
    color: #ece4e4;
}


.sec-submit .btn-read-more.btn-red a img {
    margin-right: 5px;
    position: absolute;
    right: -22px;
    bottom: 10px;
    background: #004b8c;
    font-size: 9px;
    padding: 11px 8px;
    border-radius: 50%;
    color: #ffffff;
    border: 1px solid var(--themeSecondColor);
}
.sec-submit .btn-read-more{
    text-align: end;
}


.sec-Inner-contact textarea.form-control {
    background: transparent;
    color: #fff;
    padding: 0;
    font-size: var(--paraFontsize);
    padding-left: 25px;
    height: 66px !important;
}
textarea.form-control {
    min-height: calc(1.5em + 12px + 2px);
    height: 90px;
}

textarea.form-control:focus {
    background: transparent;
}

.contact-sec.file-form input {
    padding-left: 0;
}

.enqury-sec textarea.form-control {
    min-height: calc(1.5em + 12px + 2px);
    height: 90px;
}

.sec-Inner-contact .contact-sec.msg-sec {
    margin-bottom: 0
}

.sec-Inner-contact .form-control {
    background: transparent;
    color: #fff;
}

.sec-Inner-contact .form-control:focus {
    background: transparent;
    color: #fff;
}

.sec-Inner-contact .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 0.5;

    /* Firefox */
}
.form-group.contact-sec i {
    position: absolute;
    left: 0;
    color: #ffffff;
    top: 11px;
}

.othersLink ul {
    float: left;
    width: 100%;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    margin-top: 25px;
}

.othersLink ul li{
    text-align: center;
    flex: 2 0 50%;
}
/* ------------ Responsive  ----------------------------- */

@media screen and (min-width: 1400px) and (max-width: 1600px) {
    .banner-text-color p {
        margin: 40px 0;
        color: var(--bodyFontColor);
        padding-right: 180px;
    }
    .socialIcons {
        margin-top: 10px;
    }
    .banner-cont {
        position: absolute;
        bottom: 25%;
        width: 51%;
    }
    .visiov-text {
        position: absolute;
        top: 35%;
        padding-right: 130px;
    }
    .brand-pd {
        padding: 50px 25px;
        margin-left: 50px;
    }
    .inter-text-para h2 {
        /* font-size: 28px; */
        /* margin-bottom: 10px; */
    }
    .inter-text-para p {
        font-size: 17px;
        line-height: 30px;
    }
    .all-brands ul li:last-child {
        flex: 0 0 70%;
    }
    .all-brands ul li:first-child {
        flex: 0 0 30%;
    }
    
}


@media screen and (min-width: 1300px) and (max-width: 1399px) {
    .sec-about .inter-text-para p {
        font-size: 20px;
    }
    .quality-text p {
        margin: 10px 0;
        font-size: 15px;
    }
    .banner-text-color p {
        margin: 30px 0;
        color: var(--bodyFontColor);
        padding-right: 150px;
    }
    .socialIcons {
        margin-top: 10px;
    }
    .banner-cont {
        position: absolute;
        bottom: 25%;
        width: 41%;
    }
    .slider-title {
        font-size: 40px;
        font-weight: 700;
        line-height: 52px;
    }
    .contact-info ul li {
        flex: 0 0 50%;
        text-align: left;
    }

    .visiov-text {
        position: absolute;
        top: 35%;
        padding-right: 130px;
    }

    .brand-pd {
        padding: 15px 25px;
        margin-left: 10px;
    }
    .inter-text-para h2 {
        /* font-size: 28px; */
        margin-bottom: 15px;
    }
    .inter-text-para p {
        font-size: 17px;
        line-height: 30px;
    }
    .all-brands ul li:last-child {
        flex: 0 0 70%;
    }
    .all-brands ul li:first-child {
        flex: 0 0 30%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {
    .founder-detiels {
        width: 40%;
        position: absolute;
        bottom: 70px;
    }
    .banner-text-color p {
        margin: 30px 0;
        color: var(--bodyFontColor);
        padding-right: 180px;
    }
    .all-brands ul li:first-child {
        flex: 0 0 30%;
    }
    .all-brands ul li:last-child {
        flex: 0 0 70%;
    }

    .all-brands .inter-text-para p {
        font-size: 16px;
        line-height: 30px;
    }

    .all-quick-links ul li a {
        padding: 10px 0;
    }

    .main-ft-info {
        padding-right: 40px;
    }

    .brand-pd {
        padding: 0px 25px;
        margin-left: 50px;
    }

    .visiov-text {
        padding-right: 100px;
    }

    .banner-cont {
        position: absolute;
        bottom: 18%;
        width: 50%;
    }

    .slider-title {
        font-size: 40px;
        font-weight: 700;
        line-height: 52px;
    }

    .contact-info ul li {
        flex: 0 0 50%;
        text-align: left;
    }

    .follow-footer {
        margin-top: 0px;
        display: inline-grid;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
    .sec-mission .inter-text-para {
        width: 95%;
    }

    .sec-founder p {
        font-size: 14px;
        line-height: 28px;
    }

    .founder-name h5 {
        font-size: 21px;
    }
    .founder-detiels {
        width: 40%;
        position: absolute;
        bottom: 70px;
    }
    .p-180 {
        padding: 100px 0;
    }
    .banner-text-color p {
        margin: 30px 0;
        color: var(--bodyFontColor);
        padding-right: 15%;
        /* line-height: 28px; */
    }
    .pro-Wrap-team .lead-intro-para {
        min-height: auto;
    }
    .sec-Team-profile {
        padding: 20px;
    }
    .brand-pd {
        padding: 0px 25px;
        margin-left: 15px;
    }
    .all-brands ul li:first-child {
        flex: 0 0 30%;
    }
    .all-brands ul li:last-child {
        flex: 0 0 70%;
    }
    .all-brands .inter-text-para h2 {
        font-size: 30px;
        margin-bottom: 5px;
        position: relative;
    }
    .all-brands .inter-text-para p {
        font-size: 17px;
        line-height: 30px;
    }
    .all-brands .inter-text-para p {
        font-size: 15px;
        line-height: 28px;
    }
    .quality-text p {
        font-size: 15px;
        line-height: 24px;
        margin: 10px 0;
    }
    
    .quality-text h5 {
        font-size: 18px;
    }

    .icon-box {
        padding: 0px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 1px 9px;
        margin-right: 35px;
        width: 14%;
    }

    .visiov-text {
        padding-right: 80px;
        top: 28%;
    }

    .follow-footer {
        margin-top: 0px;
        display: inline-grid;
    }

    .contact-info ul li {
        flex: 0 0 50%;
        text-align: left;
    }

    .banner-cont {
        position: absolute;
        bottom: 20%;
        width: 45%;
    }

    .slider-title {
        font-size: 40px;
        font-weight: 700;
        line-height: 50px;
    }

    .slider-text {
        margin: 40px 0;
    }
}


@media (max-width: 1024px) {
    .quality {
        min-height: 280px;
    }

    .sec-mission .inter-text-para {
        width: 90%;
    }
    .p-180 {
        padding: 100px 0;
    }
    /*  */
    .banner-text-color p {
        margin: 25px 0 50px;
        color: var(--bodyFontColor);
        padding-right: 0;
        line-height: 28px;
    }
    
    .pro-Wrap-team .lead-intro-para{
        min-height: auto;
    }
    .sec-Team-profile {
        margin-top: 50px;
    }
    .sec-Team-profile ul li {
        flex: 0 0 100%;
        padding: 30px 20px;
        min-height: 540px;
    }

    .brand-pd {
        padding: 0px 20px;
        margin-left: 30px;
    }

    .quality-text p {
        /* font-size: 15px;
        line-height: 24px; */
        margin: 10px 0;
    }

    /* .quality-text h5 {
        font-size: 18px;
    } */

    .icon-box {
        padding: 0px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 1px 9px;
        margin-right: 35px;
        width: 14%;
    }

    .inner-banner-heading h1 {
        font-size: 40px;
    }

    .visiov-text {
        padding-right: 50px;
        top: 24%;
    }

    .banner-cont {
        position: absolute;
        bottom: 15%;
        width: 70%;
        /* width: 47%; */
    }
    
    .slider-title {
        font-size: 40px;
        font-weight: 700;
        line-height: 50px;
    }

    .mobmenuList  .accordion-button::after {
        background-size: 18px;
        transition: transform .2s ease-in-out;
        border: 1px solid #d5d5d5;
        padding: 12px;
        background-position: center;
    }

    .mobmenuList  .accordion-button:not(.collapsed)::after {
        background-image: url('../images/down-arrow.png');
        transform: rotate(180deg);
    }

    .topNaviGationUpper {
        display: none;
    }

    .sideNaviMob {
        display: flex;
        justify-content: end;
        float: left;
        width: 100%;
        align-items: center;
    }

    .mobmenuList .social-info {
        padding-left: 0;
        display: flex;
        float: left;
        width: 100%;
    }

    .mobmenuList ul.socialIcons li {
        justify-content: space-around;
        margin-right: 17px;
    }

    .mob-booking {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 55px;
    }

    .mob-booking a.book-appo {
        background: var(--themeColor);
        color: #fff;
        border-radius: 35px;
        padding: 10px 35px;
        border: 1px solid var(--themeColor);
        float: none;
    }

    .mobmenuList .social-info ul {
        padding: 0 1rem;
        width: 100%;
        justify-content: center;
        margin-top: 2rem;
        align-items: center;
    }

    .onlyMobile {
        display: block;
        width: 100%;
    }

    .navbarMain.onlyDesktop {
        display: none;
    }

    .mobileBoxLogo.InsideSideBar {
        padding: 1.875rem 1rem;
        float: left;
        width: 28%;
    }

    a.closebtn {
        position: absolute;
        right: 37px;
        top: 0rem;
        z-index: 999;
        width: 3.125rem;
    }

    .dropdown-btn,
    .sidenav a {
        text-decoration: none;
        color: var(--themeColor);
        padding: 8px 11px;
        width: 100%;
        float: left;
        font-weight: 700;
        font-size: 18px;
    }
    .subMenuList {
        margin-bottom: 15px;
        float: left;
        width: 100%;
    }
    .subMenuList li a {
        font-size: 15px;
        font-weight: 500;
    }
    .subMenuList h4 {
        text-transform: capitalize;
        color: #111;
        padding: 7px;
        background: #f2f2f2;
        float: left;
        width: 100%;
        font-size: 18px;
        font-weight: 700;
    }

    .logobox a,
    .logobox a img {
        width: 75%;
    }

    .logobox {
        padding-bottom: 0px;
    }

    a.closebtn {
        right: 0;
        top: 1.5rem;
        width: 3.125rem;
    }

    header.site-header.navbar-fixed .menuWrap {
        background: #dbedf7;
        padding: 1rem 2%;
    }

    header.site-header.navbar-fixed {
        background: #fff;
    }

    .mobmenuList ul {
        padding: 0 1rem;

    }

    .mobmenuList .accordion {
        float: left;
        width: 100%;
    }

    .mobmenuList .accordion .accordion-body {
        float: left;
        padding: 1rem;
        width: 100%;
    }

    .mobmenuList .accordion .accordion-item {
        border: 0;
        padding: 5px 0;
        border-bottom: 1px solid #bdbdbd94;
        position: relative;
        float: left;
        width: 100%;
        background: transparent;
        font-weight: 700;
        font-size: 15px;
    }

    .mobmenuList .accordion .accordion-button:not(.collapsed) {
        background: #f2f2f2 !important;
        padding: 11px !important;
    }

    .mobmenuList .accordion .accordion-item .accordion-button {
        padding: 11px;
        font-weight: 700;
        font-size: 20px;
        background: transparent;
    }

    .mobmenuList .accordion .accordion-button:focus {
        z-index: 3;
        border-color: inherit;
        outline: 0;
        box-shadow: none;
    }

    .mobmenuList .accordion .accordion-button:not(.collapsed) {
        color: #046627;
        background-color: initial;
        box-shadow: none;
        font-weight: 700;
        font-size: 20px;
    }

    ul.menuprodlist-items li a {
        padding: 5px 0;
        float: left;
        width: 100%;
        font-weight: 500;
        font-size: 18px;
    }

    header.site-header,
    header.site-header.sticky {
        background: #fff;
        padding: 0;
    }

    .logobox a,
    .logobox a img {
        width: 90%;
    }

    .logobox {
        padding-bottom: 0px;
    }
    .menuWrap .logobox {
        width: 10%;
    }

    a.closebtn {
        right: 15px;
        top: 0.5rem;
        width: 3.125rem;
    }

    .menuWrap {
        padding-left: 0%;
        padding-right: 0%;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    header.site-header.navbar-fixed .menuWrap {
        background: #fff;
        padding: 0px 0%;
    }

    header.site-header.navbar-fixed .container {
        background: #fff;
    }

    .mobmenuList ul {
        padding: 0 1rem;

    }

    .mobmenuList .accordion {
        float: left;
        width: 100%;
    }

    .mobmenuList .accordion .accordion-body {
        float: left;
        padding: 1rem;
        width: 100%;
    }

    .mobmenuList .accordion .accordion-button:not(.collapsed) {
        background: var(--themeColor) !important;
        padding: 11px !important;
    }

    .mobmenuList .accordion .accordion-item .accordion-button {
        padding: 11px 11px;
        font-weight: 700;
        font-size: 18px;
        background: transparent;
    }

    .mobmenuList .accordion .accordion-button:focus {
        z-index: 3;
        border-color: inherit;
        outline: 0;
        box-shadow: none;
    }

    .mobmenuList .accordion .accordion-button:not(.collapsed) {
        color: #fff;
        background-color: initial;
        box-shadow: none;
        font-weight: 700;
    }

    ul.menuprodlist-items li a {
        padding: 15px 0;
        float: left;
        width: 100%;
        font-weight: 500;
        font-size: 18px;
        border-bottom: 1px solid #eee;
    }

    ul.menuprodlist-items li:last-child a {
        border: 0;
    }

    .site-header.inner-prod-menu .topNaviGationUpper ul li a {
        color: #fff;
    }

    .mobileBoxLogo.InsideSideBar img {
        width: 35%;
    }

}



@media screen and (min-width: 992px) and (max-width: 1024px) {
    .menuWrap .logobox {
        width: 12%;
    }
    .inter-text-para h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 22px;
    }
    /* .all-brands ul li:first-child {
        flex: 0 0 30%;
    }

    .all-brands ul li:last-child {
        flex: 0 0 70%;
    } */

    .all-brands .inter-text-para h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .inter-text-para p {
        font-size: 16px;
        line-height: 30px;
    }

    .menu-btn-mob {
        width: 30%;
        text-align: center;
        margin: 0 auto;
    }

    .menu-btn-mob a.menu-btn {
        font-size: 17px;
        color: #fff;
        text-align: center;
        padding: 10px 28px;
        font-weight: 500;
        font-family: var(--bodyFont);
        background: var(--themeColor);
        font-family: var(--headingFont);
        border-radius: 50px;
        margin-right: 70px;
        margin-top: 35px;
    }
}


@media screen and (max-width: 991px) {
    .banner-text-color p {
        margin: 10px 0 20px;
    }
    .slider-text {
        margin: 10px 0 20px;
        font-size: 16px;
    }
    .banner-cont {
        position: absolute;
        bottom: 11%;
        width: 70%;
    }
    .slider-text {
        margin: 20px 0 35px;
    }

.menu-btn-mob a.menu-btn {
    font-size: 17px;
    color: #fff;
    text-align: center;
    padding: 10px 28px;
    font-weight: 500;
    font-family: var(--bodyFont);
    background: var(--themeColor);
    font-family: var(--headingFont);
    border-radius: 50px;
    margin-right: 70px;
    margin-top: 35px;
}
    
.menu-btn-mob {
    width: 50%;
    text-align: center;
    margin: 0 auto;
}
}


@media screen and (min-width: 768px) and (max-width: 991px) {
    .abt-missionimg-bg {
        background: #e9eae4;
        padding: 80px 0;
    }
    .founder-detiels {
        width: 90%;
        position: absolute;
        bottom: 70px;
    }

   
    .menuWrap .logobox {
        width: 15%;
    }
    .banner-text-color p {
        margin: 20px 0 20px;
        padding-right: 25%;
        line-height: 30px;
    }
    .why-become ul li {
        flex: 0 0 100%;
        text-align: left;
        margin-bottom: 20px;
    }
    .sec-mission .inter-text-para {
        width: 100%;
    }
    .mission-img-box {
        margin-top: 80px;
    }
    .all-brands ul:nth-child(even) {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .brand-pd {
        padding: 15px 15px;
        margin-left: 20px;
    }
    .all-brands ul li:first-child {
        flex: 0 0 100%;
    }
    .all-brands ul li:last-child {
        flex: 0 0 100%;
    }
    .all-brands ul li:first-child img {
        width: 40%;
    }
    .brand-img-box {
        text-align: center;
        margin-left: 0;
        margin-bottom: 30px;
    }
    /* .sec-plan .inter-text-para p {
        font-size: 18px;
        line-height: 36px;
    } */
    .inner-banner-heading h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .core-value-list ul li {
        flex: 0 0 100%;
    }
    .core-value-list {
        margin-top: 50px;
    }
    .quality {
        padding-top: 0px;
        padding-bottom: 15px;
        min-height: auto;
    }
    /* .quality-text p {
        font-size: 14px;
        line-height: 24px;
    } */
    .quality-text h5 {
        font-size: 20px;
    }
    .quality-text {
        width: 100%;
    }
    .icon-box {
        margin-right: 40px;
        width: 10%;
    }
    .visiov-text {
        padding-right: 0px;
        width: 45%;
        top: 25%;
    }
   
    .bannerPage .swiper-pagination {
        bottom: 20px;
    }
    .inter-text-para p {
        font-size: var(--paraFontsize) !important;
        line-height: var(--paraFontLineheight);
    }
    .inter-text-para h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .sec-about .inter-text-para p {
        font-size: var(--paraFontsize);
        line-height: var(--paraFontLineheight);
    }
    .socialIcons {
        padding-top: 10px;
    }
    .all-quick-links ul li span {
        padding: 25px 0 5px;
        font-size: 22px;
    }
    .follow-footer {
        margin-top: 0px;
        display: inline-grid;
    }

    .slider-title {
        font-size: 30px;
        font-weight: 700;
        line-height: 40px;
    }
    .slider-btn {
        padding: 10px 35px;
        font-size: 15px;
    }
    .slider-btn i {
        bottom: 6px;
        font-size: 12px;
        padding: 8px 8px;
    }
    .sec-founder .btn-read-more {
        margin-top: 50px;
        text-align: center;
        float: none;
    }
    .sec-brands .btn-read-more {
        margin-top: 50px;
        text-align: center;
    }
    .all-quick-links {
        padding-bottom: 50px;
    }
    .all-quick-links ul li a.footer-phonetext {
        font-size: var(--paraFontsize);
        line-height: var(--paraFontLineheight);
    }
    a.ft-other-link {
        display: none;
    }.copyright-info {
        border-top: 0px solid #6A94B8;
        padding: 12px 0 0;
    }
    .sec-ft-copyright {
        padding-top: 0px;
    }
    .p-90 {
        padding: 80px 0;
    }

    .pt-90{
        padding-top: 80px;
    }

    .p-180{
        padding: 100px 0;
    }

    .sec-founder .inter-text-para {
        width: 100%;
    }
    .sec-brands .inter-text-para {
        width: 100%;
    }
    /* .brand-list ul {
        flex-direction: row;
        flex-wrap: wrap;
        display: flex;
        justify-content: start;
    }
    .brand-list ul li {
        flex: 0 0 30%;
        margin-right: 1%;
        margin-bottom: 1%;
    } */
    .FoundersSlider{
        margin-top: 0px;
        padding: 10px;
    }
    .brand-list{
        margin-top: 50px;
    }
}

@media screen and (min-width: 768px) and (max-width: 800px){

    .banner-text-color p {
        margin: 10px 0 20px;
        /* font-size: 16px; */
    }
    .banner-cont {
        position: absolute;
        bottom: 10%;
        width: 50%;
    }
    .bannerPage .swiper-pagination {
        bottom: 20px;
    }
    .slider-text {
        font-size: 16px;
        margin: 20px 0 20px;
    }
    
}

@media screen and (max-width: 767px) {
    .founder-detiels {
        width: 90%;
        position: absolute;
        bottom: 70px;
    }
    .menuWrap .logobox {
        width: 28%;
    }

    .sec-thank.p-180 {
        padding: 200px 0 !important;
    }

    .banner-text-color p {
        margin: 10px 0 20px;
        padding-right: 0;
    }

    .sec-Team-profile ul li {
        min-height: 940px;
    }

    .why-become ul li {
        flex: 0 0 100%;
        text-align: left;
        margin-bottom: 20px;
    }

    .main-ft-info img {
        width: 25% !important;
    }

    .contact-info ul li:nth-child(3) {
        margin-top: 0;
    }
    .contact-info ul li:nth-child(4) {
        margin-top: 0;
    }

    .banner-cont .btn-read-more {
        text-align: center !important;
    }

    .sec-Team-profile {
        margin-top: 0px;
    }

    .founder-name {
        padding: 0;
    }

    .founder-name h5 {
        font-size: 20px;
        line-height: 30px;
    }
    .sec-Team-profile {
        padding: 0px;
    }
    .pro-Wrap-team .lead-intro-para {
        min-height: auto;
    }
    .founder-name h3 {
        line-height: 40px;
        font-size: 25px;
    }
    .found-j {
        margin-bottom: 20px;
    }

    .founder-detiels {
        display: block;
        width: 100%;
    }
    .sec-submit .btn-read-more.btn-red a img {
        bottom: 4px;
    }
    /* .all-brands  .inter-text-para p {
        font-size: 15px;
        line-height: 30px;
    } */
    .brand-pd {
        padding: 0px;
        margin-left: 0px;
    }
    .brand-img-box {
        text-align: center;
        margin: 0px 0 25px 0;
        width: 50%;
    }
    .all-brands ul li:first-child img {
        width: 50%;
        margin: 0 auto;
        text-align: center;
    }
    .all-brands ul:nth-child(even) {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .all-brands ul li:first-child {
        flex: 0 0 100%;
    }
    .all-brands ul li:last-child {
        flex: 0 0 100%;
    }
    .core-value-list {
        margin-top: 35px;
    }
    .quality-text h5 {
        font-size: 16px;
    }
    .icon-box {
        margin-right: 25px;
        width: 16%;
    }
    .quality {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .core-value-list ul li {
        flex: 0 0 100%;
    }
    .img-Visionbox{
        margin-bottom: 30px ;
    }

    .visiov-text {
        padding-right: 0px;
        position: static;
        /* background-color: #eae3c4; */
        width: 100%;
    }
    .mission-img-box {
        margin-top: 50px;
    }
    .sec-mission .inter-text-para {
        width: 100%;
    }
    .inner-banner-heading h1 {
        font-size: 30px;
    }
    .inner-banner-heading {
        top: 40%;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        display: none;
    }
    .sec-plan .inter-text-para p {
        line-height: 38px;
        font-size: 18px;
    }
    .copyright-info ul li:last-child a {
        border-left: 0px solid #6A94B8;
    }
    .mobileBoxLogo.InsideSideBar img {
        width: 100%;
    }
    a.ft-other-link {
        display: none;
    }
    .copyright-info {
        border-top: 1px solid #6A94B8;
        padding: 12px 0 0;
    }
    .sec-ft-copyright {
        padding-top: 12px;
    }

    .socialIcons {
        justify-content: center;
        margin-top: 8px;
    }
    .copyright-info ul {
        flex-direction: row;
        flex-wrap: wrap;
    }
    a.ft-other-link {
        display: none;
    }
    .copyright-info ul li:first-child a{
        border-right: 0;
    }
    .contact-info ul li {
        flex: 0 0 100%;
        text-align: left;
        margin-bottom: 20px;
    }

    .banner-cont {
        position: static;
        bottom: 18%;
        width: 100%;
        padding: 40px 0 50px;
    }
    .slider-title {
        font-size: 30px;
        font-weight: 700;
        line-height: 40px;
    }
    .bannerPage .swiper-pagination {
        bottom: 10px;
    }

    .swiper.mySwiper.bannerSliderWraping{
        background-color: #e9e4df;
    }

.slider-btn {
    padding: 10px 30px;
    font-size: 14px;
}
.slider-btn i {
    margin-right: 10px;
    position: absolute;
    right: -30px;
    bottom: 5px;
    background: #e1f1ff;
    font-size: 10px;
    padding: 10px 10px;
    border-radius: 50%;
    border: 1px solid var(--themeSecondColor);
}

.btn-read-more a {
    padding: 10px 30px;
    font-size: 14px;
}

.slider-text {
    font-size: 16px;
    margin: 20px 0 35px;
}

.btn-read-more.btn-red a img {
    margin-right: 5px;
    position: absolute;
    right: -22px;
    bottom: 5px;
    background: #ffffff;
    font-size: 9px;
    padding: 10px 7px;
    border-radius: 50%;
    color: var(--themeColor);
}

.p-90 {
    padding: 60px 10px;
}

.pt-90{
    padding-top: 60px;
}

.p-180{
    padding: 80px 0;
}

.inter-text-para h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 22px;
}
.sec-founder .inter-text-para {
    width: 100%;
}
/* .inter-text-para p {
  font-size: 16px;
} */
.sec-founder .btn-read-more {
    margin-top: 50px;
    text-align: center;
    float: none;
}
.sec-brands .btn-read-more {
    margin-top: 50px;
    text-align: center;
}
.sec-brands .inter-text-para {
    width: 100%;
}
.main-ft-info {
    padding-bottom: 50px;
}
.FoundersSlider{
    margin-top: 50px;
}
.brand-list{
    margin-top: 50px;
}
/* .founder-name p {
    font-size: 13px;
} */
}

@media (min-width: 390px) and (max-width: 320px){
    .copyright-info ul li a {
        font-size: 12px !important;
    }
}


@media (min-width: 768px) and (max-width: 1250px) and (orientation: landscape){
    .footmt-40 {
        margin-left: 0;
    }
}