/* Imports */
/* Icons */
@import url("https://use.fontawesome.com/releases/v5.14.0/css/all.css");
@import url("https://unpkg.com/boxicons@2.0.9/css/boxicons.min.css");
@import url("https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp");
/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


@font-face {
  font-family: 'blacker_sans_display_trialBk';
  src: url('../fonts/BlackerSans/blackersansdisplaytrial-book-webfont.woff2') format('woff2'),
    url('../fonts/BlackerSans/blackersansdisplaytrial-book-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'blacker_sans_display_trialLt';
  src: url('../fonts/BlackerSans/blackersansdisplaytrial-light-webfont.woff2') format('woff2'),
    url('../fonts/BlackerSans/blackersansdisplaytrial-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* General Styling */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none !important;
  list-style-type: none;
  font-family: "Montserrat", sans-serif;
}

body {
  /* font-family: "Montserrat" !important; */
  overflow-x: hidden;
}

:root {
  --color-primary: #053b6e;
  --color-secondray: #b8b8b8;
  --color-white: #fff;
  --theme-black: #000000;
  --color-black: #000;
  --font-blacker: 'blacker_sans_display_trialBk';
}

::selection {
  color: #fff;
  background: var(--color-primary);
}

a {
  display: inline-block;
  color: #000;
  transition: all 300ms ease-in-out;
}

a:hover,
a.active {
  color: var(--color-primary);
}

i[class^="bx"] {
  vertical-align: middle;
}

ul,
address {
  margin-bottom: 0;
}

img {
  object-fit: cover;
}

.imgFluid {
  max-width: 100%;
}
div#buyNowModal {
    z-index: 9;
}
.section-content .subHeading {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  margin-bottom: 0.75rem;
}
button.btn.btn-buy {
    background: #000;
    color: #fff;
    font-family: var(--font-blacker);
}
a.btn.btn-buy {
    background: #000;
    color: #fff;
    font-family: var(--font-blacker);
}
.section-content .heading {
  font-size: 3.25rem;
  line-height: 1.1;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  font-weight: bold;
}

.section-content p {
  color: #666;
  line-height: 2;
}

.section-content span {
  font-weight: 800;
  text-transform: uppercase;
}

div#navbarSupportedContent {
    width: 33.3% !important;
}

.header_logo {
    width: 33.3%;
    text-align: center;
    margin: 0 0 0 80px;
}

.header_icon {
    width: 33.3%;
}



/********* themeBtn css Start *********/
.themeBtn {
  width: fit-content;
  display: block;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background: var(--color-black);
  padding: 0.75rem 1rem;
  margin: 0.25rem 0;
  transition: all 300ms ease-in-out;
  border: 1px solid #000;
  border-radius: 6px;
}

.themeBtn a {
  color: #fff;
  font-weight: 700;
  font-size: 13px;
}

.themeBtn--full {
  width: 100%;
}

.themeBtn--center {
  margin: 0.25rem auto;
}

.themeBtn:hover {
  background: transparent;
  border-color: #000;
  transform: translateY(-5px);
}

.themeBtn:hover a {
  color: #000;
}

.themeBtnwhite {
  width: fit-content;
  display: block;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background: var(--color-white);
  padding: 0.50rem 1.7rem;
  margin: 0.25rem 0;
  transition: all 300ms ease-in-out;
  border: 1px solid #ffffff;
  border-radius: 6px;
}

.themeBtnwhite a {
  color: #000;
  font-weight: 700;
  font-size: 13px;
}

.themeBtnwhite--full {
  width: 100%;
}

.themeBtnwhite--center {
  margin: 0.25rem auto;
}

.themeBtnwhite:hover {
  background: transparent;
  border-color: #ffffff;
  transform: translateY(-5px);
}

.themeBtnwhite:hover a {
  color: #ffffff;
}

.themeBtn2 {
  width: fit-content;
  display: block;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background: transparent;
  padding: 7px 13px;
  margin: 0.25rem 0;
  transition: all 300ms ease-in-out;
  border-radius: 6px;
  font-size: 25px;
}

.themeBtn2--full {
  width: 100%;
}

.themeBtn2--center {
  margin: 0.25rem auto;
}

.themeBtn2:hover {
  color: #fff;
  background: var(--color-black);
  transform: translateY(-5px);
}

.themeBtn3 {
  width: fit-content;
  display: block;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background: var(--color-black);
  padding: 4px 10px;
  margin: 0.25rem 0;
  transition: all 300ms ease-in-out;
  font-size: 25px;
  border: 1px solid #000;
  color: #fff;
}

.themeBtn3--full {
  width: 100%;
}

.themeBtn3--center {
  margin: 0.25rem auto;
}

.themeBtn3:hover {
  background: transparent;
  color: #000;
  transform: translateY(-5px);
}

/********* themeBtn css End *********/
/********* header nav css Start *********/

section.header_main_section {
    background: black;
}

.bg-body-tertiary {
    background: none !important;
}

header {
    background: #f8f9fa;
}

.header_navbar {
  background: var(--color-black);
}

.top_header_icon {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 7px 0px;
}

.header_navbar .top_header_icon i {
  color: var(--color-white);
  font-size: 25px;
}

.container-fluid.main_header {
  padding: 20px 0px;
}

.main_header .navbar-collapse {
  flex-grow: 0 !important;
}

.main_header .header_icon {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-left: 100px;
  justify-content: end;
}

.main_header .navbar-nav a {
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  text-align: center;
  padding:0.5rem;
  font-size: 13px;
}

.main_header .navbar-nav a.active {
  font-weight: 600;
}

/*.main_header a.nav-link.active:before{*/
/*    background: #000;*/
/*    bottom: 0;*/
/*    content: "";*/
/*    height: 2px;*/
/*    left: 50%;*/
/*    position: absolute;*/
/*    transform: translate(-50%);*/
/*    transition: all .6s ease;*/
/*    width: 0;*/
/*}*/
.main_header .navbar-nav a:before {
    background: #000;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    transition: all .6s ease;
    width: 0;
}

.main_header .navbar-nav a:hover:before {
    color: #fff;
    color: var(--color-white);
    width: 100%;
}
/********* header nav css End *********/
/********* Footer css Start *********/
.main_footer {
  background: var(--color-black);
  padding: 40px 0px 0px 0px;
}

.left_footer_link ul {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 20px 0px;
}

.left_footer_link  a {
    color: #fff;
    position: relative;
    text-transform: uppercase;
}

.left_footer_link a:before {
    background: #fff;
    bottom: -5px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    transition: all .6s ease;
    width: 0;
}

.left_footer_link  a:hover:before {
    color: #fff;
    color: var(--color-white);
    width: 100%;
}

.right_footer_link  a {
  color: #fff;
  text-transform: uppercase;
}

.right_footer_link ul {
  color: #fff;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 15px;
  padding: 10px 0px;
}

.footer_social_icon li i {
  font-size: 22px;
}

.main_footer hr {
  color: #fff;
  opacity: 1;
}

.footer_copyright {
  color: #fff;
  text-align: center;
}

/********* Footer css End *********/
/********* Main Header css Start *********/
.mian_header_section {
  text-align: center;
  position: relative;
  height: 204px;
}

.mian_header_section .mian_header_section_img {
    width: 100%;
    height: 204px;
}

.mian_header_section_img {
  border-radius: 10px;
}

.header_section_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px;
  width: 80%;
}

.header_section_text h1 {
  font-family: var(--font-blacker);
  font-size: 100px;
  color: #fff;
  text-transform: uppercase;
}

.header_section_text h2 {
  font-family: var(--font-blacker);
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
}

.header_section h1 {
  font-family: var(--font-blacker);
  font-size: 125px;
  color: #000;
  text-transform: uppercase;
}

/********* Main Header css End *********/
/********* About css Start *********/
.mian_about {
  padding-top: 100px;
}

.main_about_bg{
  background-image: url(../images/about_bg.png);
}

.about_section_img img {
  border-radius: 10px;
}

.margin_auto {
  margin: auto 0px;
}

.about_section_text h3 {
  font-family: var(--font-blacker);
  font-size: 35px;
  margin: 0px;
}

.about_section_text h1 {
  font-family: var(--font-blacker);
  font-size: 30px;
  text-transform: uppercase;
}

.about_section_text p {
    font-weight: 500;
    color:#000;
}

.card-img-service {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.srer-img {
    height: 350px;
}

/********* About css End *********/
/********* OUR SERVICES css Start *********/
.our_services_main_header {
  padding-top: 100px;
}

.our_services_header {
  text-align: center;
  margin-left: 165px;
}

.our_services_header h3 {
  font-family: var(--font-blacker);
  font-size: 35px;
}

.our_services_header h1 {
  font-family: var(--font-blacker);
  text-transform: uppercase;
  font-size: 55px;
}

.services_btn {
  display: flex;
  align-items: center;
  gap: 12px;
}

.services_cards_bg {
  background-image: url(../images/services_bg.png);
  margin-top: 150px;
}

.services_cards {
  position: relative;
  top: -125px;
  display: flex;
  justify-content: space-around;
}

.services_card {
  width: 24rem;
  background-color: #fff;
  border-radius: 5px;
  height:100%;
}

.services_card_body {
  padding: 22px;
}

h5.services_card_title {
  font-family: var(--font-blacker);
  font-weight: 600;
}

p.services_card_text {
  font-size: 13px;
  margin: 15px 0px;
}

.services_card_body a {
  font-size: 14px;
  font-weight: 600;
}

/********* OUR SERVICES css End *********/



/********* Pricing css Start *********/
.pricing_bg {
  background-image: url(../images/pricing_bg.png);
  object-fit: cover;
  width: 100%;
  padding-bottom: 35px;
}

.pricing_mian {
  padding-top: 100px;
}

.pricing_header h3 {
  text-transform: uppercase;
  font-family: var(--font-blacker);
  font-size: 55px;
}

.pricing_header h5 {
  font-size: 26px;
  font-family: var(--font-blacker);
  opacity: 0.5;
}

.pricing_header {
    text-align: center;
}

.pricing_yearly {
  display: flex;
  align-items: baseline;
  gap: 30px;
  padding-top: 30px;
  justify-content: center;
  /* margin-bottom: 212px; */
}

.pricing_mian button.slick-prev.slick-arrow {
    background: #0c0b0b;
    border: none;
    left: -50px;
    position: absolute;
    top: 50%;
    color: black;
    cursor: pointer;
    z-index: 99999;
}

.pricing_mian button.slick-next.slick-arrow {
    background: #141313;
    border: none;
    right: -50px;
    position: absolute;
    top: 50%;
    color: #121212;
    cursor: pointer;
}

.pricing_mian button.slick-next.slick-arrow::before {
    content: "\f061";
    font-size: 20px;
    color: #fff;
    font-family: "FontAwesome";
}
.pricing_mian button.slick-prev.slick-arrow::before {
    content: "\f060";
    font-size: 20px;
    color: #fff;
    font-family: "FontAwesome";
}

.pricing_card {
  box-shadow: 0px 0px 11px -2px rgb(0 0 0);
  padding: 20px;
  border-radius: 12px;
  margin: 100px 10px 20px 10px;
  /* height: 500px; */
  /* min-height: 160px; */
  background: #fff;
}

.pricing_card_img {
  background-color: #000;
  border-radius: 150px;
  width: 85px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -80px;
}

.pricing_card_body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.pricing_price {
  display: flex;
  align-items: center;
  padding-top: 18px;
  gap: 5px;
}

.pricing_price p {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  margin: 0px;
}
 .get_plan {
  font-size: 20px;
  padding: 0px 34px;
}

.pricing_card_list {
  padding: 18px 8px;
}
.pricing_card_img img {
    width: 65%;
    margin: auto;
}
.pricing_card_list h3 {
  font-size: 20px;
  font-family: var(--font-blacker);
  text-transform: uppercase;
  margin-bottom: 13px;
}

.pricing_list_body ul li {
  list-style: disc;
  padding-bottom: 5px;
  font-size: 14px;
  text-transform: lowercase;
}

.pricing_list_body ul {
  padding-bottom: 10px;
  padding-left: 1.5rem;
  height: 270px;
  max-height: 300px;
}

.pricing_card_a {
  position: relative;
  margin-left: 31px;
}

.pricing_card_a::before {
  content: "";
  position: absolute;
  top: 11px;
  left: -27px;
  display: block;
  width: 20px;
  height: 1px;
  background-color: #000;
}



.toggle-switch {
  cursor: pointer;
  background-color: #000;
  display: inline-block;
  border: 0;
  display: flex;
  gap: 11px;
}

.toggle-switch input {
  display: none;
}

.toggle-switch,
.toggle-switch span {
  border-radius: 48px;
  border-style: solid;
  border-color: transparent;
}

.toggle-switch span {
  border-width: 4px;
  width: 60px;
  height: 60px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.toggle-switch input:checked+span+span,
.toggle-switch input+span {
  border-color: #000;
  background-color: white;
}

.toggle-switch input+span+span,
.toggle-switch input:checked+span {
  background-color: transparent;
  border-color: transparent;
  color: #000;
}

.price-slider{
    width: 85%;
    margin: 0px auto;
}

.cart-content.themeBtn {
    width: 100%;
}

/********* Pricing css End *********/
/********* How we Work css Start *********/
.how_work_section {
  box-shadow: 0px 0px 30px -10px rgb(0 0 0);
}

.how_work_main_header {
  text-align: center;
  padding-top: 50px;
  width: 82%;
  margin: 0px auto;
}

.how_work_main_header h1 {
  font-family: var(--font-blacker);
  text-transform: uppercase;
  font-size: 30px;
}

.how_work_cards {
    display: flex;
    padding: 60px 0px 40px 0px;
    flex-wrap: wrap;
    gap: 24px 24px;
}

.how_work_card {
  display: flex;
  width: 27rem;
  gap: 16px;
}

.how_work_card_img {
    width: 100px;
    height: 100px;
    border-radius: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    position:relative;
    transition: 0.3s ease-in-out;
    padding: 18px;
}
span.counter {
    position: absolute;
    left: -4px;
    top: -5px;
    background: black;
    color: white;
    padding: 8px;
    text-align: center;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid white;
    border-radius: 40px;
}
.how_work_card_img:hover {
    background: #000;
}
.how_work_card_img:hover img {
    filter: invert(1);
}

.how_work_card_text {
  width: 310px;
}

.how_work_card_text h3 {
  font-size: 26px;
  font-family: var(--font-blacker);
  text-transform: uppercase;
}

.how_work_card_text p {
  font-size: 13px;
}
.how_work_card_img img {
    width: auto;
}
/********* How we Work css End *********/





@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1370px;
  }
}

/*About us page css starts here*/
p.extra-1 {
    font-size: 14px;
    font-weight: 500;
    margin-top: 30px;
}

p.extra-2 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 100px;
}
/*About us page css ends here*/

/*How we work page css starts here*/
.banner-text h1 {
    font-size: 98px;
}

.how-we-work-section {
    box-shadow: none;
    margin: 50px 0px;
}
/*How we work page css ends here*/

/*Services page css starts here*/
.services_cards2 {
    display: flex;
    margin: 100px 0;
    flex-wrap: wrap;
    gap: 97px;
}
.services-text h1 {
    font-size: 105px;
}
.services_card_body {
    box-shadow: 0px 0 20px #14142136;
}

.service-row-1 .services_card_body {
    height: 190px;
}

.service-row-2 .services_card_body {
    height: 250px;
}
/*Services page css ends here*/

/*services innerpage css starts here*/
img {
    width: 90%;
}

section.interior {
    margin: 100px 0;
}

.service-inner-cont ul li {
    list-style: circle;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #757575;
}

.service-inner-cont ul {
    padding-left: 18px;
}

.inner-ban-text h1 {
    font-size: 43px;
}
.service-inner-img img:hover {
    transform: translateY(-20px);
}
.service-inner-img img{
    transition: all 0.6s;
}
/*services innerpage css ends here*/

i.ti-bag {
    font-size: 19px;
}

div#mini-cart {
    display: flex;
    justify-content: center;
    align-items: end;
    height: 33px;
}

 .sinlge-bar .single-icon .total-count {
	position: absolute;
	top: 40px;
	right: -11px;
	background: var(--primary-color);
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	border-radius: 100%;
	font-size: 11px;
}


/*Search Modal*/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


/*login-page*/
.login_register h3.section-heading {
    color: #000;
}

.section-heading::after {
    background: #000;
}

button.btn-login {
    border-color: #000  !important;
    background: #000 !important;
    color: #fff !important;
}

button.btn-login:hover {
    background: #fff !important;
    color: #000 !important;
    border-color: #000 !important;
}

.login_register .right_link {
    color: #000 !important;
}
a.create-account-link:hover {
    color: #000 !important;
}

ul.list-main {
    display: flex;
    /* gap: 0px; */
    padding-left: 0rem;
}

ul.list-main li {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
/*login-page*/

.about_section_img video {
    width: 100%;
    height: 100%;
}

section.mian_about .col-md-6.col-sm-12 {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Contact Us Start */
.main_contact_us {
  padding: 100px 0px;
}

.contant_form_input input {
  width: 100%;
  padding: 10px 20px;
  color: black;
  background: #F4F4F4;
  border: 1px solid #80808045;
  border-radius: 10px;
  outline: none;
}


.contant_form_input textarea {
  width: 100%;
  padding: 10px 20px;
  color: black;
  background: #F4F4F4;
  border: 1px solid #80808045;
  border-radius: 10px;
  outline: none;
  resize: none;
}

.contant_form_input label {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 45px 10px 5px;
  color: #000000;
}

.contant_form_input a.theme-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.contact_form_icon {
  margin: 45px 0px 10px;
}

.contact_form_icon h1 {
  font-size: 50px;
  text-transform: capitalize;
}

.conanct_icons ul {
  display: flex;
  list-style: none;
  gap: 40px;
  align-items: center;
  padding: 30px 0px;
}


.conanct_icons ul li span {
  font-size: 20px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #c3901c, #a77b16);
  -webkit-text-fill-color: #cbb16d00;
  -webkit-background-clip: text;
  font-weight: 700;
}

.conanct_icons ul li p {
  font-size: 13px;
  margin: 0;
  color: var(--theme-white);
}

.main_contact_form_icon {
  margin: 60px 20px 0px;
}

.main_contact_form_icon h1 {
  font-size: 50px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #c3901c, #a77b16);
  -webkit-text-fill-color: #cbb16d00;
  -webkit-background-clip: text;
  font-weight: 700;
}

.conanct_icons ul img {
  width: 50px;
  height: 50px;
  filter: grayscale(1);
}

.main_map {
  padding-bottom: 100px;
}

.main_contact_us h2 {
  font-size: 37px;
  font-family: "Syne";
  color: var(--primary-color);
  font-weight: 900;
  margin-bottom: 10px;
}

.theme-group {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0px;
}

.theme-btn:hover {
    background-color: transparent;
    color: #000000;
    text-decoration: none;
    transform: translateY(-5px);
    border: 1px solid black;
    transition: 0.50s ease;
}

.contant_form_input .theme-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    font-family: sans-serif;
    text-transform: uppercase;
}

.theme-btn {
    color: white;
    padding: 12px 20px;
    transition: all ease 0.4s;
    font-size: 18px !important;
    text-decoration: none;
    font-family: 'Syne';
    background: #000000;
    font-weight: 900;
    border-radius: 10px;
    transition: 0.50s ease;
    border: 1px solid #000000;
}

/* Contact End */

/* Member Chat Start */
.msger {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  /* width: 100%; */
  /* max-width: 867px; */
  margin: 35px 0px;
  height: calc(100% - 50px);
  border: var(--border);
  border-radius: 5px;
  background: fff;
  box-shadow: 3px 3px 25px 1px rgba(0, 0, 0, 0.2);
}

.msger-chat {
  /* flex: 1; */
  overflow-y: auto;
  padding: 10px;
  background-color: #fcfcfe;
  height: 400px;
}
.msger-chat::-webkit-scrollbar {
  width: 6px;
}
.msger-chat::-webkit-scrollbar-track {
  background: #ddd;
}
.msger-chat::-webkit-scrollbar-thumb {
  background: #bdbdbd;
}
.msg {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.msg:last-of-type {
  margin: 0;
}
.msg-img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background: #ddd;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
}
.msg-bubble {
  max-width: 50%;
  padding: 15px;
  border-radius: 15px;
  background: #ececec;
}
.msg-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.msg-info-name {
  margin-right: 10px;
  font-weight: bold;
}
.msg-info-time {
  font-size: 0.85em;
}

.left-msg .msg-bubble {
  border-bottom-left-radius: 0;
}

.right-msg {
  flex-direction: row-reverse;
}
.right-msg .msg-bubble {
  background: #579ffb;
  color: #fff;
  border-bottom-right-radius: 0;
}
.right-msg .msg-img {
  margin: 0 0 0 10px;
}

.msger-inputarea {
  display: flex;
  padding: 10px;
  border-top: var(--border);
  background: #eee;
  gap: 20px;
}
.msger-inputarea * {
  padding: 10px;
  border: none;
  border-radius: 3px;
  font-size: 1em;
}
.msger-input {
  flex: 1;
  background: #ddd;
  padding: 0px 20px !important;
}
.msger-send-btn {
  margin-left: 10px;
  background: rgb(0, 196, 65);
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.23s;
}
.msger-send-btn:hover {
  background: rgb(0, 180, 50);
}

.msger-inputarea button.themeBtn {
  padding: 4px 35px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

.avatar_msger h5 {
  padding: 16px 0px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 28px;
}

.avatar_msger {
  width: 100%;
  margin: 35px 0px;
  height: calc(100% - 50px);
  border-radius: 5px;
  background: #fff;
  box-shadow: 3px 3px 25px 1px rgba(0, 0, 0, 0.2);
}

.avatar_msger ul {
  padding: 0px 0px 0px 0px;
}

.avatar_msger_a {
  padding: 12px 24px;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
}
/* Member Chat End */

/* My Account Start */
td.form_link p {
    width: 200px;
}

td.form_link p a {
    background: black;
    color: #fff;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 13px;
}
/* My Account End */
/* general-form START */

.form-container {
    width: 100%;
    max-width: 600px;
    margin: 25px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid rgb(218, 220, 224);
}
.form-sumbit-btn {
    width: 100%;
    max-width: 600px;
    margin: 25px auto;
}

.input_group {
    margin-bottom: 20px;
}


.required {
    color: red;
}

.main_form input {
    width: 100%;
    padding: 10px 10px 10px 0px ;
    border-bottom: 1px solid #ccc !important;
    transition: border-color 0.3s ease;
    outline: none;
    border: none;
    border-radius: 0px !important;
}

.main_form input:focus {
    border-color: #858585  !important;
    outline: none;
}

.main_form input::placeholder {
    color: #aaa;
}


.upload_group {
    margin-bottom: 20px;
}


.file-instructions {
    font-size: 0.875rem;
    color: #666;
    margin-bottom: 10px;
}

.file-input {
    display: flex;
    align-items: center;
}

.custom-file-upload {
    display: inline-block;
    padding: 8px 16px;
    font-size: 1rem;
    color: #007bff;
    background-color: #f1f1f1;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #ccc;
    transition: background-color 0.3s ease;
}

.custom-file-upload:hover {
    background-color: #e7e7e7;
}

.custom-file-upload input[type="file"] {
    display: none;
}

span.upload_btn {
    display: flex;
    align-items: center;
    gap: 10px;
}



.wall-options h3 {
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
}

.radio-option {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
}

.wall-options input {
    margin-right: 10px;
    width: fit-content;
}


/* general-form End */


.responsive-header {
    display: none !important;
}



/*RESPONSIVE__STARTS__HERE*/


@media only screen and (max-width: 1400px){

/*.services_card {*/
/*    width: 23rem !important;*/
/*}*/

.how_work_card {
    width: 22rem !important;
}
    
    
}

@media only screen and (max-width: 1200px){

.main_header .navbar-nav a {
    font-size: 14px !important;
}

footer.main_footer .row {
    display: flex;
    align-items: center;
}

.footer-flex {
        display: flex;
        justify-content: space-between !important;
        align-items: center;
        padding: 22px 0 0 !important;
    }

/*.services_card {*/
/*    width: 19rem !important;*/
/*}*/

h5.services_card_title {
    font-size: 15px !important;
}

.how_work_card_text h3 {
    font-size: 20px;
}

.how_work_card {
    width: 16rem !important;
}

.how_work_card_text {
    width: 580px !important;
}

.how_work_card_img {
    padding: 0px !important;
}

.how_work_main_header h1 {
    font-size: 40px;
}

.left_footer_link a {
    font-size: 15px !important;
}
    
    
}

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

.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px !important;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.services_cards {
    flex-wrap: wrap !important;
}

    .how_work_main_header h1 {
        font-size: 40px;
        padding: 40px 0 0px;
    }

.login_register {
    padding: 15px;
}

/*.services_card {*/
/*    width: 35rem !important;*/
/*}*/

.services_cards2 {
    justify-content: center;
}

.footer-flex {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
}

section.mian_about.pb-5 .row {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    align-content: center;
    /*width: 100%;*/
}

.responsive-flex {
    display: flex;
    align-items: center;
    justify-content: left;
}

.header_logo img {
    width: 100%;
}

/*.services_card {*/
/*    margin: 0 0 25px !important;*/
/*}*/

.left_footer_link {
    width: 135% !important;
}

.right_footer_link ul {
    padding: 6px 0px !important;
}
    
    
}

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

.container-fluid.main_header {
    display: none;
}

.header_logo {
    position: absolute;
    left: 40%;
}

.how_work_main_header {
    padding-top: 0px;
}

.how-we-work-section {
    margin: 30px 0px;
}

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

section.header_main_section {
    margin: 50px 0 0;
}

.responsive-header {
    display: block !important;
}

.left_footer_link {
    width: 100% !important;
}

.right_footer_link ul {
    justify-content: left;
}

.how_work_cards {
    justify-content: center;
}

.services_cards {
    justify-content: center;
}

.services_btn {
    justify-content: center;
}

.about_section_text {
    text-align: center;
}
    
    
}

@media only screen and (max-width: 576px){


.about_section_btn {
    display: flex;
    justify-content: center;
}

.service-inner-cont h2 {
    font-size: 21px;
    font-weight: 600;
}


#auth .offset-3 {
    margin-left: 0%;
}


section.interior {
    margin: 55px 0;
}

.col-md-6.service-inner-cont h2 {
    padding: 30px 0 0;
}


.left_footer_link a {
    font-size: 13px !important;
}

.inner-ban-text h1 {
    font-size: 25px;
}

.our_services_main_header {
    padding-top: 50px;
}

.footer_logo {
    text-align: center;
}

.mian_about {
    padding-top: 30px;
}

.services_cards2 {
    margin: 40px 0;
}

.footer_logo {
    text-align: center;
}

.left_footer_link ul {
    justify-content: center;
}

.services_cards2 {
    gap: 20px;
}

.how_work_main_header {
    padding-top: 30px;
}

.top_header_icon {
    padding: 7px 11px;
}

.header_section_text h2 {
    font-size: 50px;
}

/*.services_card {*/
/*    width: 25rem !important;*/
/*}*/

.footer-flex {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
}

.responsive-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_logo {
    position: absolute;
    left: 40%;
    margin: 0 0 0 -15px;
}

    
}

@media only screen and (max-width: 430px){

.header_section_text h2 {
    font-size: 40px;
}

/*.responsive-logo {*/
/*    position: absolute;*/
/*    left: 35%;*/
/*}*/

.left_footer_link a {
    font-size: 11px !important;
}

ul.footer-nav-right {
    font-size: 12px;
}

ul.footer_social_icon {
    font-size: 12px;
}

.footer_copyright p {
    font-size: 14px;
}
    
    
}


/*RESPONSIVE__ENDS__HERE*/


.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 15px;}
}

div#main {
    margin: 0 0 0 !important;
}

button.openbtn {
    background: transparent;
    color: black;
    border: 1px solid darkgrey;
    border-radius: 7px;
}









