@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
  background-color: #f5f9ff;
}

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 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-weight: 400;
}


/***** Font Files *****/

@font-face {
  font-family: 'Now-Medium';
  src: url(../fonts/Now-Medium.otf);
  font-style: normal
}


/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme-btn {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
}

.theme-btn:hover {
  background-color: #fff;
  color: #28b16d;
  border-color: #28b16d;
}

.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: 'Now-Medium';
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'Now-Medium';
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'Now-Medium';
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'Now-Medium';
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: 'Now-Medium';
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

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 */

a.btn-1 {
    font-size: 16px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 500;
    background-color: #2291ff;
    padding: 12px 30px;
    border-radius: 10px;
}

header {
    padding: 0 5%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.menuSec {
  padding: 30px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  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: #393939;
    padding: 10px 23px;
    font-size: 13px;
}
.menuSec .row {
    align-items: center;
}
.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 45%;
    left: 10px;
    width: 5px;
    height: 5px;
    background-color: #c6c9cc;
    border-radius: 50%;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}


.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: #000;
}

.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;
}
.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}
.droopdwon {
    float: left;
}
.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}
/*header css start */


/*banner css start */
img.banner-img {
    width: 100%;
    height: 900px;
    object-fit: cover;
}
section.banner {
    position: relative;
}
.banner-txt-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 3%;
    padding: 2% 5% 0;
}

.banner-txt-img .row {
    align-items: center;
}
section.banner::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 11%;
    height: 188px;
    background-repeat: no-repeat;
    background-image: url(../images/ban-left.png);
    background-size: contain;
}
section.banner::after {
    position: absolute;
    top: 15%;
    right: 40%;
    content: '';
    width: 11%;
    height: 98px;
    background-repeat: no-repeat;
    background-image: url(../images/ban-right.png);
    background-size: contain;
}

.banner-txt h1 {
    font-size: 37px;
    line-height: 47px;
    color: #000000;
}

.banner-txt h1 span {
    display: block;
}

.banner-txt p {
    font-size: 14px;
    color: #7c7c7c;
    width: 69%;
    margin-bottom: 30px;
}
.banner-txt ul {
    display: flex;
    align-items: center;
    margin-top: 60px;
    gap: 50px;
}

.banner-txt ul li img {
    filter: grayscale(1);
}
/*banner end*/
/*simplifying start*/
section.simplifying {
    padding: 100px 5%;
}
.simplifying-main-bx {
    background-color: #fff;
    padding: 35px;
    border-radius: 25px;
    padding-bottom: 80px;
}
.simplifying-txt h3 {
    font-size: 45px;
    line-height: 60px;
    font-weight: 500;
}

.simplifying-txt h3 span {
    display: block;
}

.simplifying-txt-pa p {
    font-size: 14px;
    color: #7c7c7c;
    margin-bottom: 32px;
    width: 72%;
}

.simplifying-txt-pa {
    margin-left: 20%;
}
.sm-bx-simplifying {
    text-align: center;
    padding: 31px;
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
}

.sm-bx-simplifying h4 {
    font-size: 20px;
    color: #000000;
    line-height: 24px;
    margin-bottom: 18px;
}

.sm-bx-simplifying h4 span {
    display: block;
}
.sm-bx-simplifying:hover {
    background-color: #e8f4ff;
    border-radius: 20px;
}
/*simplifying end*/
/*platform start*/
section.platform {
    padding: 0px 5% 100px;
    padding-right: 0;
}
.platform-slid .slick-active {
    opacity: 1;
}
.platform-main-bx img {
    width: 100px;
}
.platform-txt h2 {
    font-size: 45px;
    line-height: 55px;
    color: #000000;
}

.platform-txt h2 span {
    display: block;
}
.platform-main-bx {
    margin-top: 40px;
    text-align: center;
    padding: 30px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    height: 322px;
    padding-bottom: 50px;
}

.platform-main-bx img {
    margin: 0 auto;
}
.platform-main-bx p {
    font-size: 14px;
    color: #7c7c7c;
}

.platform-main-bx h3 {
    font-size: 30px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 15px;
}
.platform-slid .slick-slide{
  margin: 0px 10px;
}
section.platform .container-fluid {
    padding-right: 0;
}
.platform-slid .slick-slide {
   
    opacity: 1;
}
.platform-slid .slick-prev, .platform-slid .slick-next {
    position: absolute;
    top: -50px;
    right: 70px;
    left: auto;
}

.platform-slid .slick-prev {
    right: 137px;
}
.platform-slid .slick-prev.slick-disabled:before, .platform-slid .slick-next.slick-disabled:before{
  opacity: 1;
}
.platform-slid .slick-prev:before {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    background-image: url(../images/left-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
}
.platform-slid .slick-next:before {
    position: absolute;
    top: 2px;
    right: 0;
    content: '';
    background-image: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 53px;
    height: 50px;
}
/*platform end*/
/*chose start*/
section.choose {
    padding: 50px 5% 80px;
}
.chose-txt h3 {
    font-size: 45px;
    font-weight: 400;
    line-height: 55px;
    color: #000000;
}

.chose-txt h3 span {
    display: block;
}
.chose-txt p {
    font-size: 14px;
    color: #7c7c7c;
    width: 75%;
    margin-bottom: 40px;
}
.chose-txt ul li h4 {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    margin: 0;
}
.chose-txt ul li h4 span{
  display: block;
}

.chose-img img {
    width: 100%;
    border-radius: 20px;
}

.chose-txt ul li h5 {
    font-size: 13px;
    width: 50px;
    height: 30px;
    color: #fff;
    background-color: #2291ff;
    border-radius: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.chose-txt ul {
    column-count: 2;
}

.chose-txt ul li {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding-bottom: 15px;
}
/*chose end*/
/*section.client-say start*/
section.client-say {
    padding: 50px 5% 100px;
}
section.client-say a.btn-1 {
    padding: 14px 55px;
}
.client-txt h3 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 400;
    margin-bottom: 50px;
}

.client-txt h3 span {
  display: block;
}
.main-bx-test {
    display: flex;
    align-items: center;
    gap: 10px;
    /*background-color: #fff;*/
    border-radius: 10px;
    padding: 0 10px;
}
.test-txt p {
    font-size: 14px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

.test-txt h5 {
    font-size: 18px;
    color: #000;
    line-height: 22px;
    text-align: center;
}

.test-txt h5 span {
    font-size: 12px;
    font-family: 'Poppins';
    display: block;
}

.test-txt {
    padding: 15px;
    border-radius: 20px;
    background-color: #e8f4ff;
    width: 48%;
    margin: 0 auto;
}

.test-img img {
    width: 100%;
    height: 338px;
    margin-top: -28px;
}
/*section.client-say end*/
/*resources start*/
section.resources {
    padding: 0 0 100px 5%;
}

section.resources .container-fluid {
    padding-right: 0;
}

.res-img img {
    height: 255px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.resources-slid .slick-active{
  opacity: 1;
}
.resources-slid .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}
.resources-txt h4 {
    font-size: 45px;
    color: #000;
    font-weight: 400;
    line-height: 55px;
    margin-bottom: 40px;
}
.resources-slid .slick-prev, .resources-slid .slick-next {
    position: absolute;
    top: -50px;
    right: 70px;
    left: auto;
}

.resources-slid .slick-prev {
    right: 137px;
}
.resources-slid .slick-slide{
  margin: 0px 10px;
}
.resources-slid .slick-prev.slick-disabled:before, .resources-slid .slick-next.slick-disabled:before{
  opacity: 1;
}
.resources-slid .slick-prev:before {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    background-image: url(../images/left-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
}
.resources-slid .slick-next:before {
    position: absolute;
    top: 2px;
    right: 0;
    content: '';
    background-image: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 53px;
    height: 50px;
}
.res-txt-bot ul {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: -20px;
}

.res-txt-bot ul li h6 {
    font-size: 12px;
    color: #7c7c7c;
    margin: 0;
}

.res-txt-bot {
    margin-top: 15px;
}

.res-txt-bot h3 {
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    font-weight: 400;
}

.res-txt-bot h3 span {
    display: block;
}
.res-txt-bot p {
    font-size: 14px;
    color: #7c7c7c;
    width: 80%;
}

.res-txt-bot a {
    font-size: 16px;
    color: #2291ff;
    text-decoration: underline;
}
.dat {
    text-align: end;
    background-color: #2291ff;
    width: 54px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: 0 0 0 auto;
    margin-top: -35px;
    position: relative;
    margin-right: 21px;
}

.dat h5 {
    font-size: 20px;
    line-height: 27px;
    margin: 0;
    color: #fff;
    text-align: center;
}

.dat h5 span {
    display: block;
}
/*resources end*/
/*footer start*/
footer {
    background-color: #1c1c1c;
}

.ft-top {
    padding: 90px 5% 30px;
}
.ft-top .row {
    align-items: baseline;
}
.fot-txt p {
    font-size: 14px;
    color: #fff;
    width: 41%;
    margin-bottom: 50px;
    margin-top: 20px;
}
.ft-links h5 {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    font-weight: 400;
}
.ft-links ul li a {
    font-size: 14px;
    color: #fff;
    line-height: 40px;
}
.ft-links-tw h5{
  font-size: 20px;
    color: #fff;
    line-height: 30px;
    font-weight: 400; 
}
.ft-links ul li a {
    font-size: 14px;
    color: #fff;
    line-height: 40px;
}
.ft-links-tw ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ft-links-tw ul li a {
    font-size: 14px;
    color: #fff;
    font-family: 'Poppins';
}

.ft-links-tw ul li p {
    margin: 0;
    font-size: 14px;
    color: #fff;
}
.ft-links-tw ul li i {
    font-size: 15px;
    color: #fff;
}

.ft-links-tw ul li {
    padding-bottom: 31px;
}
.ft-links-tw ul li i.fas.fa-phone-alt {
    transform: rotate(90deg);
}
.fot-info-bx {
    background-color: #fff;
    padding: 25px;
    border-radius: 20px;
}

.fot-info-bx h3 {
    font-size: 35px;
    color: #000000;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 15px;
}

.fot-info-bx p {
    font-size: 14px;
    color: #7c7c7c;
    margin-bottom: 30px;
}

.fot-info-bx input {
    width: 100%;
    padding: 12px;
    border-radius: 100px;
    border: 1px solid #000;
    margin-bottom: 25px;
}

.inp {
    position: relative;
}
.inp button {
    border: unset;
    background-color: unset;
    position: absolute;
    right: 20px;
    top: 12px;
}

.inp button i {
    font-size: 27px;
}
.fot-info-bx h4 {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
}
ul.social-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.social-icon li a i {
    background-color: #e2e5ea;
    color: #000;
    font-size: 20px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ft-bot {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #ffffff96;
}

.ft-bot p {
    font-size: 14px;
    color: #fff;
}
.ft-links {
    border-right: 1px solid #ffffffa3;
    height: 100%;
    width: 72%;
    padding-top: 50px;
}
.fot-txt::before {
    position: absolute;
    bottom: -48px;
    left: -106px;
    width: 145vh;
    height: 1px;
    background-color: #ffffff9c;
    content: '';
}

.fot-txt {
    position: relative;
}
.ft-links-tw {
    padding-top: 50px;
}
/*footer end*/
/*inner-banner start*/
section.banner.inn {
  position: relative;
}

section.banner.inn img.banner-img {
    height: 650px;
    object-fit: cover;
}
section.banner.inn .banner-txt {
    text-align: center;
}

section.banner.inn .banner-txt h1 {
    color: #fff;
    font-size: 86px;
    line-height: 90px;
}
section.banner.inn::before {
    background-color: #2291ffa3;
    width: 100%;
    height: 100%;
    background-image: unset;
}
section.banner.inn::after{
  display: none;
}

.menuSec.inn ul li a {
    color: #fff;
}

.menuSec.inn ul li a:after {
    background-color: #ffffffd1;
}
.menuSec.inn a.btn-1 {
    background-color: #fff;
    color: #000;
}
.menuSec.inn .ank {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.menuSec.inn .ank a i {
    font-size: 20px;
    color: #fff;
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: unset;
}
.menuSec .ank {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.menuSec .ank a i {
    font-size: 20px;
    color: #fff;
    background-color: #2291ff;
    height: 40px;
    width: 40px;
    border: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
/*inn banner end*/
/*who we start*/
section.who-we {
    padding: 100px 5% 0px;
}
.who-we-txt h3 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 15px;
    color: #000000;
}

.who-we-txt p {
    font-size: 14px;
    color: #7c7c7c;
    width: 83%;
}
.wo-we-img img {
    width: 100%;
}
section.resources.inn {
    padding: 100px 0%;
}
.banner-txt h6 {
    font-size: 16px;
    margin-bottom: 15px;
}
section.resources.inn.det img {
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
}
/* Contact page Starts  */

.contact-sec .contact-sec {
  background: white;
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin: 40px auto;
  max-width: 1200px;
  overflow: hidden;
}

.contact-sec .contact-left,
.contact-right {
  padding: 50px;
  height: 100%;
  margin-bottom: -1px;
}

.contact-sec .contact-left {
  background: #2e94f8;
  border-radius: 20px 0 0px 20px;
}

.contact-sec .contact-left h2 {
  margin-bottom: 20px;
  color: black;
  font-size: 46px;
  color: #fff;
  font-weight: 400;
}

.contact-sec .contact-left p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
  width: 67%;
  line-height: 30px;
}

.contact-sec .contact-info {
  margin-bottom: 42px;
}

.contact-sec .contact-info i {
  font-size: 29px;
  margin-right: 15px;
  color: #2e67a0;
  width: 70px;
  height: 70px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.contact-sec .contact-info h6 {
  margin-bottom: 0;
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
}

.contact-sec .contact-info small {
  color: #fff;
  font-size: 15px;
}

.contact-sec .follow-us {
  margin-top: 40px;
}

.contact-sec .follow-us i {
  font-size: 20px;
  margin-right: 15px;
  color: #2e67a0;
  cursor: pointer;
  transition: 0.3s;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-sec .follow-us i:hover {
  color: #ffc107;
}

.contact-sec .contact-right h3 {
  font-weight: bold;
  margin-bottom: 30px;
}

.contact-sec .form-control {
  border-radius: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  background-color: #eeeeee;
  height: 50px;
  margin: 13px 0;
}

.contact-sec textarea.form-control {
  resize: none;
  height: 179px;
  margin: 27px 0 0 0;
}

.btn-submit {
  background: #f0c033;
  color: #000;
  font-weight: bold;
  border-radius: 10px;
  border: none;
  padding: 12px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-submit i {
  margin-left: 10px;
}
section.contact-sec {
  padding: 100px 0px;
}
.col-md-6.contact-right {
  box-shadow: -1px 9px 20px #fff;
}
.col-md-6.contact-right h2 {
  text-transform: capitalize;
  font-size: 34px;
  color: #010b05;
}
.sbmt-btn button {
  border: 1px solid transparent;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 15px;
  border-radius: 100px;
  background-color: #2e67a0;
}
.sbmt-btn button span:nth-child(1) {
  padding-left: 40%;
  text-transform: uppercase;
}
.sbmt-btn {
  margin-top: 28px;
}
.add-crt-wrapper {
  display: flex;
  justify-content: flex-start;
  gap: 18px;
  /* align-items: flex-end; */
  width: 600px;
  align-items: center;
}
.add-to-cart {
  border: 1px solid transparent;
  background-color: #276359;
  padding: 14px 20px;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: anchor-center;
  border-radius: 10px;
}
.add-to-cart img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(5%) saturate(7500%)
    hue-rotate(228deg) brightness(98%) contrast(106%);
  height: 30px;
  width: 30px;
  object-fit: cover;
  margin-right: 10px;
}
.contact-sec .follow-us a {
    display: inline-flex;
}
.product-desc .nav-tabs .nav-link.active {
  border-bottom: 2px solid #000;
  font-weight: 600;
}
.product-desc .nav-tabs .nav-link {
  border: none;
  color: #888;
}
.product-desc .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
section.contact-sec .row.top {
    border-radius: 40px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.07);
}
.heavy-haloos-left p {
  padding: 11px 30px 11px 0;
  font-size: 0.7299vw;
}
.heavy-haloos-quote img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
/* Contact page Ends */
/*acoount-page start*/
section.account {
  padding: 7% 5%;
}

.account-bx {
  padding: 30px;
  border: 1px solid #cccccc;
  border-radius: 20px;
}

.account-bx form input {
  width: 100%;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #cccccc;
  outline: none;
}

.account-bx label {
  font-size: 20px;
  margin-bottom: 15px;
  color: #7c7c7c;
}

.account-bx h4 {
  font-size: 50px;
  color: #060000;
  font-weight: 500;
  margin-bottom: 30px;
}

.rat {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.account-bx form .rat input {
  width: auto;
  margin: 0;
}

.rat p {
  margin: 0;
  font-size: 16px;
  color: #7c7c7c;
}

.account-bx button {
  margin: 0 auto;
  display: block;
  padding: 15px 40px;
  border: unset;
  font-size: 16px;
  color: #fff;
  background-color: #2291ff;
  border-radius: 10px;
}
/*account end*/

section.product {
    padding: 100px 0px;
}

section.product .row {
    align-items: center;
}
.pro-top-txt h3 {
    text-align: center;
    font-size: 45px;
    font-weight: 400;
    color: #000000;
    line-height: 55px;
}

.pro-top-txt {
    margin-bottom: 50px;
}
.pro-img img {
    width: 100%;
    border-radius: 20px;
    height: 450px;
    object-fit: cover;
}
.pro-txt h4 {
    font-size: 30px;
    color: #000000;
    margin-bottom: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

.pro-txt p {
    font-size: 14px;
    color: #000000;
}

.pro-txt ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
}

.pro-txt ul li p {
    font-size: 16px;
    color: #000;
    margin: 0;
}

.pro-txt ul {
    /* display: flex; */
    column-count: 2;
}

section.partner {
    padding: 100px 0px 30px;
}

section.partner h3 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 400;
}

section.partner p {
    font-size: 14px;
}

.partner-img img {
    width: 100%;
}

section.brand-sec.all-section {
    padding: 0 0 80px;
}

.brand-imag img {
    object-fit: contain;
    width: 100%;
    height: 60px;
}

.sec-head h2 {
    font-size: 80px;
}

section.brand-sec.all-section .slick-active {
    opacity: 1;
}
/*product-detail start*/
section.product-detail {
    padding: 100px 0px;
}
.pro-det-txt h3 {
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 10px;
}

.pro-det-txt {
    margin-top: 32px;
}

.pro-det-txt p {
    font-size: 14px;
}

.pro-det-txt ul {
    display: flex;
    gap: 50px;
}

.pro-det-txt ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.pro-det-txt ul li p {
    font-size: 14px;
    margin: 0;
}
section.brand-sec.all-section a {
    width: fit-content;
    margin: 0 auto;
    margin-top: 40px;
}
a.btn-1:hover {
    box-shadow: inset 300px 0 0 #000;
    transition: 1s;
    color: #fff;
}
.menuSec.inn a.btn-1:hover {
  color: #fff;
}
ul.social-icon li a i:hover {
    background-color: #2291ff;
    transition: 1s;
    color: #fff;
}