* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: var(--main_color);
  background-color: var(--color_shade1);

  

}

/*--------- Heading Styles ------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: 'Open Sans', 'Helvetica Neue', sans-serif !important; */
  font-family: "Raleway" !important;
  font-weight: bold !important;
  /* margin-bottom: 0px !important; */
}
h1 {
  font-size: 30px !important;
  color: var(--main_color) !important;
  /* font-weight: 500 !important; */
}
h2 {
  font-size: 25px !important;
  /* font-weight: 500 !important; */
}
h3 {
  font-size: 22px !important;
  /* font-weight: 500 !important; */
}
h4 {
  font-size: 18px !important;
  /* font-weight: 500 !important; */
}
h5 {
  font-size: 16px !important;
  /* font-weight: 500 !important; */
}
h6 {
  font-size: 14px !important;
  /* font-weight: 500 !important; */
}

/*--------- Link Styles ------------*/

a {
  color: var(--highlight_color);
  text-decoration: none;
}

a:hover {
  text-decoration: none !important;
}

.login_popup,
.signup_popup {
  color: var(--highlight_color) !important;
}

/*--------- Paragraph and image Styles ------------*/

p {
  color: var(--color_shade10);
  font-size: 16px;
  /* margin-bottom: 0 !important; */
}

img {
  display: none;
}

/* ----------- Homepage main container -------------- */

.hompage_main {
  padding: 20px 50px;
  /* background-color: var(--highlight_color); */
  background-color: var(--color_shade1);
  background-image: url(../images/school_image.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hompage_main section {
  background: var(--color_shade1);
  border-radius: 10px;
  margin-top: 20px;
  overflow: hidden;
  padding: 20px;
}


.auth_container {
  padding: 50px 20px;
  display: flex;
  justify-content: center;
  align-items: center;

  background-color: var(--color_shade1);
  background-image: url(../images/school_image.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}


.auth_card
{
    background-color: #fff;
    padding: 40px 20px 20px 20px !important;
    border: 1px solid var(--color_shade4);
    border-radius: 10px;
    flex-basis: 600px;
}

.auth_card .form_input
{
    width: 100%;
    font-size: 18px !important;
    border-radius: 7px;
}

.auth_card .form_input:focus
{
    border: 2px solid var(--highlight_color);
}

.auth_title
{
    text-align: center;
}

.auth_subtitle
{
    text-align: center;
    margin-bottom: 40px;
}

.state_container
{
    display: none;
}

.tel_input
{
  display: flex
}

.tel_input input
{
  flex: 1;
}

.tel_input #country_code
{
  flex-basis: 150px !important;
  flex: 0;
}


@media only screen and (max-width: 500px)
{
    .tel_input
    {
       display: grid;
       gap: 15px;
    }
}


/*--------- Upper Top Bar Styles ------------*/

.upper_top_bar {
  display: flex;
  background-color: var(--highlight_color);
  padding: 5px 50px;
}

.upper_top_bar_text {
  flex: 1;
}

.upper_top_bar_text p {
  color: var(--color_shade1);
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 1.3px;
  margin-bottom: 0 !important;
}

.upper_icon_container {
  display: flex;
  position: absolute;
  right: 20px;
  top: 0;
}

.upper_icon_box {
  padding: 0 8px;
}

.upper_icon_box ion-icon {
  color: var(--color_shade1);
  pointer-events: none;
}

.category_menu_wrapper {
  padding: 10px 50px 0px 50px;
  background-color: var(--main_color);
}

.category_menu_wrapper a {
  color: var(--color_shade1);
  font-size: 14px;
  font-weight: 600;
}

.category_nav_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

.media_menu_dropdown {
  display: none;
  top: 70px !important;
  background: var(--color_shade1);
}

.category_link {
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid var(--color_shade3);
}

.category_link:hover {
  border-bottom: 2px solid var(--color_shade1);
  color: var(--highlight_color) !important;
}

.category_nav_menu.sub_cat_item_container:hover,
.cat_dropdown:hover {
  background: var(--color_shade1);
  z-index: 310;
}

.category_nav_menu.sub_cat_item_container:hover a,
.cat_dropdown:hover .category_link {
  /* background: var(--color_shade1); */
  border-bottom: 2px solid var(--color_shade3);
  color: var(--main_color);
}

.category_nav_menu {
  padding: 0 25px;
  position: relative;
}

.category_link {
  position: relative;
}

.cat_menu_icon {
  /* display: flex; */
  align-items: center !important;
  margin-right: 20px;
  /* display: none; */
}

.cat_menu_icon ion-icon {
  color: var(--main_color);
  font-size: 30px;
  pointer-events: none;
}

.media_menu_icon {
  display: none !important;
  color: var(--color_shade1);

  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-left: 15px; */
  margin: 0 !important;
}

.media_menu_icon ion-icon {
  color: var(--color_shade1);
  font-size: 35px !important;
  pointer-events: none;
  cursor: pointer;
  margin: 0 !important;
}

.category_menu_wrapper.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 80px;
  display: none;
  z-index: 200;
}

.category_menu_wrapper.media {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 80px;
  display: none;
  z-index: 200;
}

.category_menu_wrapper.media_nav {
  display: flex;
  position: absolute;
  top: 105px;
  right: 0;
  z-index: 500;
  align-items: flex-end;
  /* border: 1px solid var(--highlight_color); */
  padding: 10px 0;
  width: 100%;
  max-width: 500px;
}

.flex_display {
  display: flex !important;
}

.category_menu_wrapper.media_nav .category_nav_items {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.remove_line {
  border-bottom: none;
}

.all_subcategory_container {
  background-color: var(--color_shade1);
  position: absolute;
  top: 168px;
  left: 0;
  width: 100%;
  padding: 40px;
  z-index: 300;
  display: none;
  /* box-shadow: 0 5px 20px 0px var(--color_shade5); */
}
.all_subcategory_content {
  display: grid;
  gap: 20;
  grid-template-columns: 8fr 2fr;
}

.white_background {
  background: var(--color_shade1);
  z-index: 310;
}

.white_background a {
  color: var(--main_color) !important;
}

.subcategory_column_container {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(14em, 1fr));
  padding-right: 20px;
}

.sub_category_column a {
  display: block;
}

.category_menu_link {
  color: var(--foreground_color1);
  font-weight: bold;
  margin-bottom: 10px;
}

.subcategory_link {
  color: var(--color_shade9);
  line-height: 2;
}

.subcategory_link:hover {
  text-decoration: underline;
}

.subcategory_dropdown {
  position: absolute;
  background-color: var(--color_shade1);
  z-index: 311;
  left: 0;
  min-width: 250px;
  padding: 10px 20px;
  display: none;

  /* box-shadow: 0 2px 10px 2px var(--color_shade4); */
}

.category_menu_wrapper.media_nav .subcategory_dropdown {
  position: relative;
  color: var(--color_shade1);
  display: none;
  width: 100% !important;
}

.category_menu_wrapper.media_nav .sub_cat_item_container {
  display: none;
}

.sub_link {
  display: block;
  color: var(--main_color) !important;
  padding: 5px 0;
}

.sub_link:hover {
  text-decoration: underline;
}

.login_btn
{
    position: absolute;
    right: 10px;
    top: 10px;
    /* padding: 5px 10px; */
}




/* ============================ VIDEO POPUP STYLES =========================== */

.video_modal_container
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 800; 
    display: none;   
}

.multi_video_modal_container
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 800; 
    display: none;   
}

.multi_video_head
{
    padding: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


#close_multi_video
{
  color: var(--color_shade1);
  font-size: 18px;
  display: flex;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
}

#close_multi_video span
{
  margin-left: 5px;
  color: var(--color_shade1);
}

#close_multi_video ion-icon
{
  font-size: 30px;
}


.multi_video_modal_wrapper
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.multi_video_card
{
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    /* padding: 20px;   */
    /* max-height: 90vh;
    overflow: auto;   */
}

@media only screen and (max-width: 800px)
{
    .multi_video_card
    {
        grid-template-columns: 1fr;
    }
}


#watch_video_btn
{
    color: var(--highlight_color);
    text-decoration: underline;    
}



.build_subtitle
{
    margin: 20px 0 30px 0;
    font-size: 24px;
    font-weight: bold;
}


.home_btn_container button
{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 20px 40px;
}


.video_modal_overlay
{
    background: var(--foreground_color1);
    opacity: .8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video_modal_wrapper
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 10px; */
}


.video_modal_box
{
    background-color: var(--color_shade1);
    border-radius: 8px;
    flex-basis: 800px;
    box-shadow: 0 0 5px 2px var(--color_shade4);
}

.video_modal_header
{
  padding: 10px;
  border-bottom: 1px solid var(--color_shade4);
  display: flex;
}

.video_head_title
{
  flex: 1;
  padding-right: 20px;
}



#close_video_modal
{
    font-size: 30px;
    cursor: pointer;
    color: var(--color_shade10);
}

#close_video_modal:hover
{
    color: var(--highlight_color);
}



.video_modal_body
{
  padding: 10px;
}

.video_modal_footer
{
  padding: 10px;
  border-top: 1px solid var(--color_shade4);
}


.video_modal_footer
{
    display: flex;
    justify-content: center;
}


.video_modal_footer button
{
    padding: 7px 15px;
    border: 1px solid var(--highlight_color);
    background: var(--color_shade1);
    color: var(--highlight_color);
    cursor: pointer;
    border-radius: 30px;
    font-size: 12px;
    font-weight: bold;
}

.video_modal_footer button:hover
{
    padding: 7px 15px;
    border: 1px solid var(--highlight_color);
    color: var(--color_shade1);
    background: var(--highlight_color);
    
}





/*--------- Topbar Styles (light gray background) ------------*/

.topbar_container_wrap {
  display: none;
}

.top_bar {
  padding: 10px 50px;
  display: flex;
  background-color: var(--main_color);
}

.logo_container {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 0px !important;
}

.logo_link {
  width: 60px;
  /* width: 40px; */
}

.logo_container img {
  width: 100%;
  display: block;
}

.search_container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 401;
  max-width: 340px;
  /* position: relative; */
}

.search_container.media {
  display: none;
  background-color: var(--color_shade1);
  border-bottom: 1px solid var(--color_shade3);
  padding: 10px 20px;
  width: 100%;
}

/* .search_media_close
{
    display: none !important;
} */

.search_container input {
  border: none;
}

.contact_container {
  display: flex;
  align-items: center;
}

.contact_container a {
  color: var(--main_color) !important;
}

.nav_icons_container .search_icon {
  display: none;
}

.media_search_icon {
  display: none !important;
}

.media_search_icon.show {
  display: flex !important;
}

.search_btn ion-icon {
  font-size: 23px;
  color: var(--main_color_rgb);
  pointer-events: none;
}

.search_container .search_btn {
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 402;
  background-color: var(--color_shade1);
  border: none;
}

.search_container .search_btn:hover {
  background: var(--color_shade1);
  border: none;
}

#search_form {
  position: relative;
  border-radius: 5px;
  border: 1px solid var(--color_shade4);
  overflow: hidden;
}

#search {
  z-index: 402;
}

#search2 {
  display: none;
}

.search_dropdown {
  position: absolute;
  top: 70px;
  left: 2.5%;
  width: 95%;
  padding: 20px;
  border: 1px solid var(--color_shade3);
  background-color: var(--color_shade1);
  z-index: 200;
  display: none;
  border-radius: 10px;
  margin: auto;
}

.search_dropdown.search_top {
  top: 68px !important;
}

.container_top {
  top: 165px;
}

.search_dropdown_link {
  display: flex;
  padding: 7px 20px;
  border-bottom: 1px solid var(--color_shade4);
  align-items: center;
}

.search_dropdown_img {
  flex-basis: 60px;
  flex-shrink: 0;
  height: 60px;
  overflow: hidden;
}

.search_dropdown_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dropdown_search_text {
  padding: 10px 15px 10px 10px;
  flex: 1;
}

.dropdown_search_text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
  padding: 0;
}

.search_dropdown_inner {
  max-height: 450px;
  overflow: auto;
}

.dropdown_search_date {
  padding: 10px;
}

.dropdown_search_date span {
  display: block;
  color: var(--color_shade8);
  font-size: 14px;
  white-space: nowrap;
}

.dropdown_search_date span:last-child {
  color: var(--color_shade5);
}



/* Success or failed message styles */

.message_container
{
  padding: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1200;
  
}

.success_message
{
  padding: 7px 14px;
  border-radius: 5px;
  background-color: rgb(205, 249, 210);
  border: 1px solid rgb(142, 231, 152);
  color: rgb(2, 91, 13);
  text-align: center;
  width: 100%;
  max-width: 700px;
  font-size: 18px;
  display: none;
}

.error_message
{
  padding: 7px 14px;
  border-radius: 5px;
  background-color: rgb(253, 226, 205);;
  border: 1px solid rgb(250, 206, 169);;
  color: rgb(149, 18, 1);
  text-align: center;
  width: 100%;
  max-width: 700px;
  font-size: 18px;
  display: none;
}


/* Success or failed message styles end */




/*--------------------Portfolio Category----------------------------*/

.portfolio_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 900px;
  margin: auto;
  padding: 0px 0 50px 0;
}

.portfolio_box {
  overflow: hidden;
  background-color: var(--color_shade1);
  border-radius: 10px;
  box-shadow: 0 0 20px 5px var(--color_shade4);
  transition: 0.3s ease-in;
  position: relative;
}

.portfolio_box:hover {
  transform: scale(1.05);
  transition: 0.3s ease-in;
}

.portfolio_img_wrapper {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  position: relative;
  overflow: hidden;
}

.portfolio_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.portfolio_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in;
}

.portfolio_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: var(--main_color); */
  background: var(--foreground_color1);
  z-index: 100;
  opacity: 0.7;
}

.portfolio_icon
{
  color: var(--highlight_color);
  font-size: 30px;
}

.service_content_container
{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.portfolio_category {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 102;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.portfolio_heading {
  padding: 10px;
  margin: 0;
  font-size: 20px !important;
  color: var(--color_shade1);
  text-align: center;
  line-height: 1.5;
}

.intro_section {
  padding: 15px;
  text-align: center;
  font-size: 50px !important;
  margin-bottom: 20px;
  max-width: 1000px;
  margin: auto;

  min-height: 83vh;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.intro_section span {
  color: var(--highlight_color);
  text-decoration: underline;
}

.intro_section h1 {
  text-align: center;
  font-size: 60px !important;
  color: var(--main_color);

  font-weight: 900 !important;
}

.portfolio_product_head {
  display: flex;
}

.portfolio_product_head h2 {
  flex: 1;
}

.more_btn {
  padding: 5px 8px !important;
}

.more_btn:hover {
  color: var(--color_shade1);
}


.video_button_container
{
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: -60px;
    left: 0;
    width: 100%;
    z-index: 200;
    padding: 20px 20px 0 20px;    
    transition: 1s bottom ease-in;
}




.video_button_wrapper
{
    display: flex;
    justify-content: center;
    background-color: var(--color_shade1);
    border-radius: 20px 20px 0 0;
    padding: 10px;
    flex-basis: 600px;
    position: relative;
}


.close_bottom_modal
{
    position: absolute;
    top: -20px;
    left: 20px;
    padding: 5px 40px 0px 40px;
    border: none;
    background: var(--color_shade1);
    border-radius: 10px 10px 0 0;

}

.close_bottom_modal ion-icon
{
    font-size: 18px;
}


.hide_video
{
  bottom: -60px;
}

.show_video
{
  bottom: 0px;
}



#watch_video_full_btn
{
    background: var(--color_red) !important;
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: 1px solid var(--color_red);
    font-size: 18px;
    padding: 8px 18px !important;
}

#watch_video_full_btn ion-icon
{
    margin-right: 12px;
}



/* ....................VIDEOS......................... */

.video_wrap {
  max-width: 800px;
  margin: auto;
  padding: 50px 20px;
}

.video {
  width: 100%;
  max-width: 900px;
}

.video_container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.video_container iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}

/*--------- Navbar Styles ------------*/
.nav_bar {
  /* padding: 15px 50px; */
  padding: 10px 50px;
  background-color: var(--color_shade1);
  border-bottom: 1px solid var(--color_shade4);
  display: flex;
  align-items: center;
  /* position: sticky; */
  top: 0;
  z-index: 300;

  background-color: var(--color_shade1);
  background-image: url(../images/school_image.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.phone_icon {
  color: var(--highlight_color);
}

.category_menu_container {
  /*background-color: var(--highlight_color2);*/
  background-color: var(--highlight_color);
  flex-basis: 300px;
  display: flex;
  align-items: center;
  padding: 8px 20px;
  cursor: pointer;
  position: relative;
}

.category_content {
  flex: 1;
  display: flex;
  align-items: center;
}

.category_content span {
  margin-right: 5px;
}

.category_menu_container span {
  color: var(--main_color);
}

.nav_icons_container {
  /* flex: 1; */
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0px 0px 0px 20px;
}

.nav_icons {
  display: flex;
  align-items: center;
}

.nav_icons ion-icon {
  font-size: 27px;
  margin-right: 10px;
  color: var(--main_color);
  pointer-events: none;
}

.nav_icons_container a {
  display: flex;
  position: relative;
  color: var(--main_color);
}

.nav_icons_container a p {
  color: var(--main_color);
}

.nav_icons_container a .close_btn {
  margin-left: 20px;
}


.close_btn:focus
{
  border: 2px solid #f5cc8e !important;
}


.nav_icons_container a:not(:last-child) {
  margin-right: 20px;
}

.reg_btn {
  margin-right: 10px !important;
}

.nav_icons_container span {
  color: var(--highlight_color2);
}

.item_container {
  /*border: 2px solid var(--highlight_color);*/
  background-color: var(--highlight_color);
  color: var(--color_shade1);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  /*display: flex;*/
  display: none;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /*margin-left: 5px;*/
  position: absolute;
  top: -12px;
  left: 18px;
}

.category_list_container {
  position: absolute;
  left: 0;
  top: 64px;
  width: 100%;
  background-color: var(--color_shade1);
  display: none;
  z-index: 300;
}

.category_list {
  list-style-type: none;
  position: relative;
}

.category_list:not(:last-child) {
  border-bottom: 1px solid var(--color_shade4);
}

.category_list a {
  padding: 10px 20px;
  display: block;
  color: var(--color_shade7);
}

.category_list a:hover,
.category_list a:focus {
  color: var(--color_shade8);
  font-weight: bold;
  color: var(--main_color);
}

.category_submenu {
  position: absolute;
  top: 0;
  left: 300px;
  width: 300px;
  background-color: var(--color_shade1);
  z-index: 201;
  display: none;
}

.category_submenu_list {
  list-style: none;
}

.category_submenu_list:hover,
.category_submenu_list:focus {
  background-color: var(--color_shade3);
  color: var(--main_color);
}

.sign_login_container {
  display: flex;
  padding: 10px;
  display: none;
}

.sign_login_container a {
  flex: 1;
}

.sign_login_container a button {
  width: 100%;
}

/*--------- Other Sections Styles ------------*/
/*
.main_desc, .service_desc, .categories_container, .product_container, 
.advert_container,.product_container
{
    padding: 20px 50px;
}
*/

/* .service_desc, .categories_container, .product_container, 
.product_container
{
    padding: 20px 50px;
} */

.main_desc {
  /* padding: 20px 50px; */
  padding: 0px;
}

/*
.main_desc, .service_desc, .categories_container, .product_container, 
.Advert_container,.product_container, .nav_bar, .top_bar, .footer_container
{
    border: 1px solid var(--color_shade7);
}
*/

/*--------- Product Slider section ------------*/

.main_desc {
  display: flex;
}

.slider_container {
  flex: 2;
  height: 0;
  position: relative;
  padding-bottom: 33.3%;
  overflow: hidden;
  border-radius: 10px;
}

.slider_container img {
  width: 100%;
  /* height: 100%; */
  object-fit: contain;
}

.slider_inner_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.advert_container {
  flex: 1;
  margin-left: 20px;
  height: 0;
  position: relative;
  padding-bottom: 33.3%;
}

/* .advert_container
{
    flex: 1;
    margin-left: 20px;
    height: 0;
    position: relative;
    padding-bottom: 33.3%;
   
} */

.advert_inner_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.advert_content {
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: relative;
  border-radius: 10px;
}

.advert_content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.advert_content_container h3 {
  text-align: center;
  width: 90%;
  font-size: 16px !important;
  font-weight: 500 !important;
}

.advert_content_container a:hover {
  text-decoration: none !important;
}

/* .advert_content:not(:last-child)
{
    margin-bottom: 0px;
} */

.advert_content:not(:last-child) {
  margin-bottom: 20px;
}

.overlay_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--foreground_color1);
  opacity: 0.3;
}

.content_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}

.product_title {
  color: var(--color_shade1);
  font-size: 30px !important;
  margin-bottom: 20px;
  text-align: center;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 0;
  padding: 0;
}

.product_desc {
  color: var(--color_shade1);
  margin-bottom: 20px;
  text-align: center;
  max-width: 400px;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.advert_content .product_title {
  font-size: 20px !important;
  margin-bottom: 10px;
}

.advert_content .close_btn {
  padding: 8px 16px;
  border: 1px solid var(--color_shade1);
  background: none;
}

.advert_content .close_btn:hover {
  background-color: var(--highlight_color);
}

/*--------- Service Description sections styles ------------*/

.service_desc {
  /*display: flex;*/
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  /* grid-template-columns: repeat(auto-fill, minmax(16em, 1fr));*/
}

.service_container {
  flex: 1;
  background-color: var(--color_shade1);
  border: 1px solid var(--color_shade4);
  padding: 20px;

  display: flex;
  align-items: center;
}
/*
.service_container:not(:last-child)
{
    margin-right: 20px;
}
*/
.service_icon span {
  color: var(--highlight_color);
  font-size: 45px;
}

.service_text {
  font-size: 20px;
  font-weight: bold;
  padding-left: 20px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}



/*--------- Site services section ------------*/

.service_wrapper
{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  background: var(--main_color);
  padding: 50px;
}


.service_box
{
  border-radius: 10px;
  background: var(--color_shade1);
  overflow: hidden;
  /* box-shadow: 0px 2px 15px var(--color_shade4); */
  display: flex;
  flex-direction: column;
  transition: .2s ease-in;
}

.service_box:hover
{
  scale: 1.05;
  transition: .2s ease-in;
}

.service_inner_box
{
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
}


.service_title_desc
{
   flex: 1;
   margin-bottom: 20px;
}

.service_img_card
{
  height: 0;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
}


.service_img
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.service_img img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
}





/*--------- Category Section Styles ------------*/

.category_title_container {
  display: flex;
  margin-bottom: 20px;
}

.category_title_container.checkout_summary {
  padding: 0;
  padding-top: 0 !important;
}

.line_container {
  display: flex;
  align-items: center;

  flex: 1;
  padding: 5px 0 0 20px;
}

.line_container .line {
  width: 100%;
  border: none;
  border-bottom: 1px dashed var(--color_shade5);
}

.category_heading {
  text-transform: capitalize;
}

/* .category_content_container
{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px;
    background: var(--color_shade3);

    
} */

.category_box {
  display: flex;
  padding: 15px;
  /* width: 240px !important; */
  /* margin: 7px !important; */

  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  background-color: var(--color_shade1);
  border: 1px solid var(--color_shade4);
}

/* .category_box:not(:last-child)
{
    margin-right: 15px;
} */

/* .category_box
{
    display: flex;
    background-color: var(--color_shade1);
    border: 1px solid var(--color_shade4);
} */

.category_box:hover {
  background-color: var(--highlight_color);
}

.category_box:hover .category_desc_heading,
.category_box:hover small {
  color: var(--color_shade1);
}

.category_img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.category_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category_desc_heading {
  color: var(--color_shade8);
  user-select: none;
  text-align: center !important;
  margin-top: 10px;
  font-size: 16px !important;
}

.category_desc small {
  color: var(--color_shade7);
  user-select: none;
  text-align: center !important;
  margin-top: 10px;
  display: block;
}

/*--------- Featured product Styles ------------*/

/* .product_box {
  background-color: var(--color_shade2);
  border: 1px solid var(--color_shade3);
  padding: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
} */

.product_box {
  background-color: var(--color_shade3);
  border: 1px solid var(--color_shade3);
  /* padding: 10px; */
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  /* overflow: hidden; */
}

.product_box:hover .product_call_to_action {
  display: grid;
  transition: 0.3s ease-in;
  animation: hover_scale 0.3s ease-in;
}

@keyframes hover_scale {
  0% {
    scale: 0.8;
  }
  100% {
    scale: 1;
  }
}

.product_box:hover .product_img img {
  transform: scale(1.2);
  transition: 0.3s ease-in;
}

.product_content {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(20em, 1fr));
}

.product_img_container {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 55%;
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.product_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.product_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in;
}

.product_details {
  padding: 10px;
  flex: 1 !important;
}

.view_wishlist_wrapper {
  padding: 0 10px 10px 10px;
}

.product_details small {
  display: block;
  line-height: 1.3 !important;
  margin-top: 5px;
}

.product_name {
  /* text-align: center; */
  font-size: 17px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}

.product_price {
  /* text-align: center; */
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  margin-right: 10px;
  flex: 1;
  color: var(--color_shade10) !important;
  text-align: left !important;
}

.cost_original {
  text-decoration: line-through;
  color: var(--color_shade6);
  font-size: 17px;
}

.price_card {
  display: flex;
  align-items: center;
}

.product_call_to_action {
  position: absolute;
  top: -5px;
  right: -10px;
  gap: 10px;
  display: none;
  animation: hover_scale 0.3s ease-in;
}

.product_call_to_action ion-icon {
  font-size: 18px;
  pointer-events: none;
  /* padding: 5px; */
}

.view_details_container,
.add_to_cart_container {
  flex: 1;
}

/* .rating_container
{
    display: flex;
    justify-content: center;
} */

.rating_container ion-icon {
  color: var(--color4);
  pointer-events: none;
}

/* .view_details_container
{
    margin-right: 3px;

} */

.add_to_cart_container {
  display: flex;
  justify-content: flex-end;
  transition: 0.2s ease-in;

  /* margin-left: 3px; */
}

.view_details_btn {
  padding: 8px;
  background: var(--main_color);
  /* border: 1px solid var(--highlight_color); */
  color: var(--color_shade1);
  border-radius: 3px;

  /*border: none;*/
  display: flex;
  align-items: center;
  cursor: pointer;
  /* white-space: nowrap; */
}

.curve_box {
  border-radius: 50% !important;
  /* box-shadow: 0 0 5px 1px var(--color_shade4); */
  border: none !important;
}

.curve_box ion-icon {
  pointer-events: none;
}

.add_to_cart_btn {
  padding: 8px;
  background: none;
  border: 1px solid var(--highlight_color);
  background-color: var(--highlight_color);
  color: var(--color_shade1);
  border-radius: 3px;
  /*border: none;*/
  display: flex;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
}

.add_to_cart_btn span {
  color: var(--color_shade1);
  /* margin-right: 6px; */
}

.view_details_btn span {
  color: var(--highlight_color);
  /* margin-right: 6px; */
}

.add_to_cart_btn:hover {
  opacity: 0.8;
}

.buy_btn {
  padding: 8px;
  background: none;
  border: 1px solid var(--highlight_color);
  background-color: var(--highlight_color);
  color: var(--color_shade1);
  border-radius: 3px;
  /*border: none;*/
  display: flex;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
}

.view_details_btn:hover,
.view_details_btn:hover span {
  background-color: var(--highlight_color);
  color: var(--color_shade1);
}

.view_details_btn:focus,
.add_to_cart_btn:focus {
  border: 1px solid var(--main_color_shade3);
  border-radius: 3px;
}

.advert_section {
  display: flex;
  padding: 20px 50px;
}

.advert_box_container {
  flex: 1;
  height: 0;
  position: relative;
  padding-bottom: 25%;
  overflow: hidden;
  border-radius: 10px;
}

.advert_box_container:not(:last-child) {
  margin-right: 20px;
}

.advert_img_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.advert_img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease-in;
}

.advert_overlay_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--foreground_color1);
  opacity: 0.5;
  z-index: 20;
}

.advert_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  z-index: 21;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.advert_box h1 {
  color: var(--color_shade1);
  font-size: 35px;
  margin-bottom: 20px;
}

.advert_box h3 {
  color: var(--color_shade1);
}

.advert_box_container:hover .advert_img_box img {
  transform: scale(1.2, 1.2);
  transition: 0.5s ease-in;
}

/*--------- Footer Styles ------------*/

.footer_container {

  padding: 50px 50px 30px 50px;
  background-color: var(--main_color);


  /* border-top: 1px solid var(--color_shade4);  */
  background-image: url(../images/footer_background.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;

}

.footer1 {
  display: grid;
  grid-gap: 2em;
  grid-template-columns: repeat(auto-fill, minmax(17em, 1fr));
  padding-bottom: 50px;
}

.footer1 a:hover {
  color: var(--highlight_color) !important;
}

.footer_column h3 {
  color: var(--color_shade1);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 20px !important;
}

.footer_column p {
  color: var(--color_shade4);
}

.footer_column .logo_container {
  margin-bottom: 20px;
}

.get_in_touch p {
  display: flex;
  align-items: center;
}

.get_in_touch a {
  color: var(--color_shade4);
}

.footer_column a span {
  color: var(--color_shade4);
}

.get_in_touch p:not(:last-child) {
  margin-bottom: 10px;
}

.get_in_touch p span:first-child {
  margin-right: 10px;
}

.get_in_touch ion-icon
{
    margin-right: 15px;
    font-size: 18px;
}

.quick_links a ion-icon
{
  color: var(--color_shade4);
    margin-right: 15px;
    font-size: 18px;
}

.quick_links a {
  display: flex;
  width: 100%;
  align-items: center;
  color: var(--color_shade4);
}

.quick_links a:hover span:last-child {
  opacity: 0.8;
  text-decoration: underline;
}

.quick_links a:not(:last-child) {
  margin-bottom: 10px;
}

#subscribe {
  display: flex;
  margin: 20px 0;
}



/*--------------- Social media icons ----------------*/

.social_links_container {
  display: flex;
}

.social_links_container a {
  width: 35px;
  height: 35px;
  background-color: var(--main_color);
  border: 1px solid var(--color_shade1);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color_shade1);
  border-radius: 50%;
}
/* .social_links_container a 
{
    width: 35px;
    height: 35px;
    background-color: var(--highlight_color);
    border: 2px solid var(--highlight_color);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color_shade1);
} */

.social_links_container a:hover {
  background-color: var(--highlight_color);
  border: 2px solid var(--highlight_color);
}

.social_links_container a:focus {
  border: 2px solid var(--main_color_shade3);
}

.social_links_container a:not(:last-child) {
  margin-right: 8px;
}

.social_links_container i,
.social_links_container ion-icon {
  color: var(--color_shade1);
  border: none;
  font-size: 18px;
}

.social_container h3 {
  margin-bottom: 10px;
}

.footer2 {
  display: flex;
  /* border-top: 1px solid var(--highlight_color); */
  padding-top: 20px;
}

.copyright_container {
  flex: 1;
}

.copyright_container span {
  color: var(--color_shade7);
}

.payment_method_container {
  display: flex;
}

.payment_img_container {
  width: 60px;
  /*height: 30px;*/
  overflow: hidden;
  /* background-color: var(--color_shade1); */
}

.payment_img_container:not(:last-child) {
  margin-right: 10px;
}

.payment_img_container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*--------- Product details styles ------------*/

.product_details_container {
  min-height: 100px;
  /* padding: 20px 50px; */
}

.details_inner_content {
  overflow: auto;
}

.product_details_content {
  display: flex;
  margin: 0 !important;
}

.product_detail_img_container {
  flex: 2;
}

.product_details_image_box {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 60%;
  box-shadow: 0 0 10px 5px var(--color_shade3);
  border-radius: 5px;
}

.product_details_inner_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
}

.product_details_image_box img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.product_details_title_container {
  flex: 1;
  margin-left: 20px;
  /*display: flex;
    align-items: stretch;*/
  /* height: 0; */
  /* padding-bottom: 52%; */
  position: relative;
}

.product_img_list {
  overflow-x: auto;
  padding: 10px 0;
}

.image_list_scroll_container {
  display: flex;
  /*justify-content: center;*/
}

.product_list_box {
  flex-basis: 150px;
  flex-shrink: 0;
  height: 90px;
  overflow: hidden;
  border-radius: 5px;
}
/*
.product_list_box:focus
{
    border: 2px solid var(--highlight_color);
}*/

.product_list_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product_list_box:not(:last-child) {
  margin-right: 10px;
}

.product_details_title_content {
  padding: 10px 20px;
  background-color: var(--color_shade1);
  box-shadow: 0 0 5px 1px var(--color_shade4);
  /*overflow: auto;*/
  /*height: 716px;*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  border-radius: 5px;
}

.price_qty_container {
  display: flex;
  border-top: 1px solid var(--color_shade4);
  border-bottom: 1px solid var(--color_shade4);
  padding: 10px 0;
}

.product_details_qty_box {
  /* display: flex; */
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 1fr 1fr;
}

.qty_box {
  background-color: var(--main_color);
  color: var(--color_shade1);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border: none;
  border-radius: 5px;
}

.product_details_qty_box {
  padding-right: 10px;
}

.product_details_title_content .qty_box {
  background-color: var(--color_shade1);
  box-shadow: 0 0 3px 2px var(--color_shade2);
  border: 1px solid var(--color_shade3) !important;
  color: var(--color_shade6);
  font-weight: 300 !important;
}

.product_details_title_content .qty_value {
  background-color: var(--color_shade2) !important;
  z-index: 200;
}

.column_item .qty_box {
  width: 30px;
  height: 30px;
  font-weight: 300;
}

.column_item .qty_value {
  font-size: 16px;
}

.qty_box.btn {
  border: 1px solid var(--main_color);
  cursor: pointer;
}

.qty_box.btn:focus {
  border: 1px solid var(--highlight_color);
}

.qty_box.qty {
  background-color: var(--highlight_color);
}

.product_details_price_box {
  flex: 1;
  margin-right: 10px;
}

.product_details_price_box span {
  font-size: 20px;
}

.product_details_price_box .price_card h3 {
  font-size: 25px !important;
  font-weight: 500 !important;
}

.product_details_title {
  margin-bottom: 20px;
  font-size: 24px !important;
}

.product_details_btn_container {
  display: grid;
  grid-gap: 10px;
  /* grid-template-columns: 1fr 1fr; */
  grid-template-columns: 1fr;
  padding: 20px 0;
  border-bottom: 1px solid var(--color_shade4);
}

.product_details_btn_container button {
  width: 100%;
}

.footer_column .product_details_btn_container {
  border-bottom: none;
}

.product_spec {
  /* border-bottom: 1px solid var(--color_shade4); */
  padding: 20px 0 0 0;
  height: 80%;
  color: var(--color_shade8);
  overflow: auto;
}

.product_spec ul li:not(:last-child) {
  margin-bottom: 10px;
}

.product_spec p:not(:last-child) {
  margin-bottom: 20px;
}

.product_spec h4 {
  padding-bottom: 10px;
  color: var(--main_color);
}

.product_details_text h4 {
  padding-bottom: 10px;
}

.product_spec ul li {
  margin-left: 18px;
  color: var(--color_shade8);
}

.bottom_text a {
  color: var(--highlight_color);
}

.product_details_text {
  /* padding: 20px 0; */
  background-color: var(--color_shade1);
  /* margin: 20px 0 0 0; */
  /* padding: 10px 20px 20px 20px; */
  box-shadow: 0 0 5px 1px var(--color_shade4);
  border-radius: 5px;
}

.product_details_head {
  margin: 0 !important;
  padding: 15px;
  border-bottom: 1px solid var(--color_shade3);
  color: var(--main_color);
}

.product_details_text p:not(:last-child) {
  margin-bottom: 20px;
}

.product_details_text ul li:not(:last-child) {
  margin-bottom: 10px;
}

.product_details_desc {
  padding: 8px 15px;
}

.social_container.details {
  padding: 20px 0;
}

.social_container.details .social_links_container {
  justify-content: center;
}

.social_container.details h3 {
  text-align: center;
}

/*---------------- Product scroll styles --------------------*/

.related_product_container h2 {
  margin-left: 10px;
  color: var(--main_color);
}

.product_scroll_container {
  width: 100%;
  overflow-x: auto;
  display: flex;
}

.product_scroll_content {
  display: flex;
  padding: 10px 0px 0px 0px;
  overflow: auto;
  min-width: 100%;
}

.product_scroll_content .product_box {
  flex-basis: 400px;
  border-radius: 15px;
  flex-shrink: 0;
  margin-bottom: 20px;
}

.product_scroll_content .product_box:not(:last-child) {
  margin-right: 20px;
}

.product_box.more_product {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product_box.more_product a {
  color: var(--color_shade1);
  display: flex;
  align-items: center;
}

.product_box.more_product a span:first-child {
  font-size: 16px;
  margin-right: 10px;
}

.related_product_container {
  /*padding-top: 20px;*/
  padding: 20px 40px 0px 40px;
  box-shadow: 0 0 15px 5px var(--color_shade3);
  margin-bottom: 50px;
}

/*--------- Product Cart styles ------------*/

.cart_wrapper {
  min-height: 80px;
  border-radius: 10px;
  background-color: var(--color_shade1);
  overflow: auto;
}

.contact_wrapper {
  min-height: 250px;
}

.contact_map iframe {
  display: block;
}

.columns_container {
  /* padding: 20px 50px; */
  padding: 10px 20px 20px 20px;
}

.column_heading {
  display: grid;
  grid-template-columns: 3fr 1fr 2fr 1fr 1fr;
  column-gap: 10px;
  background-color: var(--main_color);
  color: var(--color_shade1);
  padding: 10px;
  height: 50px;
}

.popup_body .column_heading,
.popup_body .product_columns_heading {
  display: none;
}

.heading_item {
  min-width: 120px;
}

.heading_item:first-child {
  min-width: 250px;
}

.heading_item h4 {
  text-align: center;
  /*font-size: 18px;*/
}

.column_wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  column-gap: 20px;
}

.column_wrap {
  min-width: 800px;
}

.column_inner_container:first-child {
  overflow: auto;
  /* min-width: 800px;*/
}

.popup_body .column_inner_container:first-child {
  overflow: auto;
  min-width: 800px;
}

.column_content {
  display: grid;
  grid-template-columns: 3fr 1fr 2fr 1fr 1fr;
  column-gap: 10px;
  background-color: var(--color_shade1);
  color: var(--color_shade8);
  padding: 10px;
  margin: 10px 0;
}

/*
.column_inner_container
{
    width: 100%;
    min-width: 900px;
    
}
*/

.column_item.img_desc {
  display: flex;
  justify-content: flex-start;
  min-width: 250px;
}

.column_desc {
  padding-left: 10px;
}

.column_desc p {
  text-align: left !important;
}

.column_img {
  flex-basis: 50px;
  flex-shrink: 0;
  height: 50px;
  overflow: hidden;
}

.column_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.column_item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 120px;
}

/*
.column_item:nth-child(2), .column_item:nth-child(4),
.heading_item:nth-child(2), .heading_item:nth-child(4)
{
    min-width: 120px;

   
}
*/
.column_item:last-child,
.heading_item:last-child {
  min-width: 100px;
}

.column_item p {
  text-align: center;
}

.product_remove_btn {
  background-color: var(--highlight_color);
  color: var(--color_shade1);
  border: none;
  padding: 2px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product_remove_btn span {
  font-size: 17px;
  font-weight: bold;
}

.product_remove_btn:focus {
  border: 2px solid var(--main_color_shade3);
}

.product_remove_btn:hover {
  opacity: 0.9;
}

/* Coupon */

#coupon_form {
  display: flex;
}

#coupon_form button {
  font-size: 16px;
}

#coupon_form input {
  flex: 1;
}

.coupon_container {
  margin-bottom: 20px;
}

.coupon_container button {
  margin-left: 5px;
}

.view_more_btn {
  padding: 3px 8px !important;
  margin-left: 20px;
}

.summary_container .category_title_container {
  padding: 20px 0 0 0;
}

.summary_container {
  min-width: 300px;
}

.summary_details_container {
  background-color: var(--color_shade1);
  padding: 15px;
  border: 1px solid var(--color_shade4);
}

.summary_list {
  display: flex;
  padding: 10px 0;
}

.summary_list p:first-child {
  flex: 1;
  padding-right: 10px;
}

.summary_list.last {
  border-bottom: 1px solid var(--color_shade4);
}

.summary_total {
  display: flex;
  padding: 10px 0;
}

.summary_total p {
  font-weight: bold;
}

.summary_total p:first-child {
  flex: 1;
  padding: 10px 0 15px 0;
}

.summary_details_container .close_btn {
  width: 100%;
  font-size: 16px;
}

/*------------ Checkout Styles----------------*/

.column_content.checkout {
  display: flex;
  align-items: center;
}

.checkout .column_desc {
  flex: 1;
  padding: 0 20px;
}

.column_title.order_details {
  margin-top: 20px;
}

.column_title.summary {
  margin: 0;
}

.order_details_wrapper {
  max-width: 700px;
  overflow: auto;
}

.order_details_wrapper .column_desc {
  min-width: 150px;
}

.order_details_inner {
  min-width: 450px;
}

.category_title_container.summary {
  padding: 0;
}

.payment_method {
  font-weight: bold;
}

.column_content.payment {
  padding: 20px;
}

.complete_order_btn {
  width: 100%;
}

.checkout_section {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: var(--color_shade3);
}

.checkout_section:not(:last-child) {
  margin-bottom: 10px;
}

.checkout_section .inner_section_img {
  height: 40px;
  overflow: hidden;
}

.checkout_section .inner_section_img img {
  height: 100%;
}

.checkout_section .inner_section {
  flex: 1;
}

/*------------------- Categories styles ----------------------*/

.category_wrapper .product_columns_heading {
  padding: 0px 10px;
}

.category_wrapper .category_title_container {
  margin-bottom: 0px;
  margin-top: 10px;
}

.categories_heading .column_title {
  color: var(--main_color);
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

/* .categories_heading
{
    
    padding: 0px 0 10px 0 !important;
    border: 3px solid red;
   
} */

/* .product_columns_heading.categories_heading
{
    padding-bottom: 0px;
    padding-top: 40px;
    line-height: 0px;
} */

/* ------------- Refer a friend --------------- */
.refer_container {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  padding: 50px;
}

.refer_box:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 50px;
}

.refer_img {
  display: block;
  overflow: hidden;
  border-radius: 20px;
}

.refer_img img {
  width: 100%;
}

/* Privacy policy styles */

.standard_container {
  max-width: 800px;
}

.standard_container li {
  padding-bottom: 20px;
  margin-left: 15px;
}

.standard_container h1 {
  padding-bottom: 20px;
}

/* Product sizes and colors styles */

.variation_container {
  padding: 10px 0;
  border-bottom: 1px solid var(--color_shade3);
}

.variation_btn_container {
  padding: 5px 0;
  overflow-x: auto;
}

.variation_btn_container.color {
  padding: 5px;
}

.variation_btn,
.length_btn {
  padding: 5px 10px;
  background-color: none;
  border: 1px solid var(--color_shade5);
}

.variation_btn:not(:last-child),
.length_btn:not(:last-child) {
  margin-right: 5px;
}

.variation_btn_color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid var(--color_shade1) !important;
  box-shadow: 0 0 5px var(--color_shade6);
  overflow: hidden;
  border: none;
}

.variation_btn_color:hover {
  cursor: pointer;
}

.box_btn_color {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  overflow: hidden;
  border: none;
  margin-right: 10px;
  cursor: pointer;
  border: 2px solid var(--color_shade1) !important;
  box-shadow: 0 0 5px var(--color_shade4);
}

.variation_btn_color:not(:last-child) {
  margin-right: 5px;
}

/* .variation_btn:focus
{
    border: 2px solid var(--highlight_color);
    background: var(--highlight_color);
    color: var(--color_shade1);
    display: inline-block;
    box-shadow: 0 0 2px 2px var(--color_shade4);
} */

/* .variation_btn_color:focus
{
    border: 2px solid var(--highlight_color);
    display: inline-block;
    box-shadow: 0 0 2px 2px var(--color_shade4);
} */

button:focus {
  outline: 0 !important;
}

/* --------------- Variation Popup Content -------------------- */

.variation_popup_wrapper {
  padding: 0 10px;
}

.variation_active_size {
  border: 2px solid var(--highlight_color);
  background: var(--highlight_color);
  color: var(--color_shade1);
  display: inline-block;
  box-shadow: 0 0 2px 2px var(--color_shade4);
}

.variation_active_color {
  border: 4px solid var(--highlight_color);
  display: inline-block;
  box-shadow: 0 0 2px 2px var(--color_shade4);
}

.box_btn_color:focus {
  border: 2px solid var(--highlight_color);
  display: inline-block;
  box-shadow: 0 0 2px 2px var(--color_shade4);
}

.color_popup_wrapper {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--color_shade4);
}

.color_single_popup_wrapper {
  display: flex;
  align-items: center;
  /* padding: 10px 0; */
}

.color_popup_label {
  margin-right: 10px;
}

.color_box {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.variation_popup_details {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

.variation_details_box {
  flex: 1;
  margin-right: 10px;
}

.variation_details_box {
  display: flex;
  flex-direction: column;
}

.variation_box_label {
  font-weight: bold;
  font-size: 20px;
}

.variation_popup_qty_box .product_details_qty_box {
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 1fr 1fr;
}

.variation_popup_qty_box .variation_qty_input,
.variation_popup_qty_box .variation_qty_value {
  border-radius: 5px;
  font-size: 18px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  text-align: center;
}

.product_container {
  margin: 0 !important;
}




/* ....................VIDEO PREVIEW POPUP......................... */
	
	
	.video_preview_overlay
	{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: var(--foreground_color1);
		opacity: .9;
		z-index: 600 !important;
		display: none;
	}
	
	.video_preview_container
	{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		z-index: 610 !important; 
		display: none;
	}
	
	.video_preview_content
	{
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100vh;
		overflow: auto;
	}
	
	.video_preview_box
	{
		flex-basis: 800px;
		height: 100vh;
		display: flex;
		flex-direction: column;
	}

	.video_preview_inner_box
	{
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}


	.video_preview_inner_box .button_container
	{
		padding: 20px 0;
	}
	
	


	.video_preview_box h2
	{
		color: var(--color_shade1);
		text-align: center;
		font-size: 25px;
		margin-bottom: 20px;
	}
	
	
	.close_container
	{
		padding: 20px 0;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	
	
	.close_container i, .close_container .close
	{
		color: var(--highlight_color);
		font-size: 20px;
		cursor: pointer;
	}

	.close_container span
	{
		display: inline-block;
		margin: 0 0 0 10px;
		color: var(--highlight_color);
		cursor: pointer;
	}

	
	
	.close_container i:hover, .close_container span:hover
	{
		color: var(--highlight_color);
		transition: .5s ease-in-out;
	}

	.close_container i:hover ~ span, .close_container span:hover ~ i
	{
		color: var(--highlight_color);
		transition: .5s ease-in-out;
	}
	
	
	.preview_video
	{
		cursor: pointer;
		max-height: 400px;
		overflow: hidden;
		border-radius: 20px;
	}

	.preview_video img
	{
		width: 100%;
		opacity: .7;
	}
	
	.preview_video:hover
	{
		opacity: .8;
		transition: .5s ease-in-out;
	}
	
	.preview_video:active
	{
		transform: scale(.95);
	}
	
	.single_page_container
	{
		min-height: 100vh;
		background: var(--color_shade1);
	}
	
	
	
  /* ------------ External Site styles------------ */
  .site_container
  {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
  }


  .site_body
  {
    height: 100%;
    width: 100%;
    position: relative;
  }

  .site_loading_container
  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }



  .site_head
  {
    background: var(--main_color);
    color: var(--color_shade1);
    padding: 10px 25px;
    display: flex;
    align-items: center;
  }

  .site_body
  {
    background: var(--color_shade1);
    display: flex;
    align-items: center;
    justify-content: center;
  }




  .site_close_btn
  {
    padding: 2px !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .site_close_btn ion-icon
  {
    font-size: 30px;
  }


  .site_head h5
  {
    flex: 1;
    margin-right: 10px;
  }



/*--------- Responsive Media ------------*/

@media only screen and (max-width: 1332px) {
  .product_details_title_container {
    padding-bottom: 55%;
  }
}

@media only screen and (max-width: 1209px) {
  .column_wrapper {
    grid-template-columns: 1fr;
  }

  .coupon_container {
    margin-top: 20px;
  }

  .column_wrapper.checkout_wrap {
    grid-template-columns: 2fr 1fr;
  }

  .column_inner_container:last-child {
    max-width: 400px;
  }
}

@media only screen and (max-width: 1150px) {
  .product_details_title {
    font-size: 20px !important;
  }

  .service_wrapper
  {
    padding: 20px;
  }
}

@media only screen and (max-width: 1108px) {
  .product_details_title_container {
    padding-bottom: 58%;
  }
}

@media only screen and (max-width: 1121px) {
  .advert_box h1 {
    font-size: 24px;
  }

  .advert_box h3 {
    font-size: 16px;
  }

  .advert_box button {
    padding: 8px 12px;
  }
}

@media only screen and (max-width: 1100px)
{
    .service_wrapper
    {
      grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 1090px) {
  .portfolio_heading 
  {
    
    font-size: 18px !important;
  }
}

@media only screen and (max-width: 997px) {
  /* .upper_top_bar
    {
        padding: 30px 50px 10px 50px;
    } */

  .upper_top_bar_text p {
    text-align: left;
  }
}

@media only screen and (max-width: 983px) {
  .upper_top_bar {
    padding: 10px 20px;
    display: grid;
    grid-template-columns: 5fr 3fr;
  }

  .upper_top_bar_text p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 953px) {
  .cart_buy_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 50px;
    background-color: var(--color_shade1);
    z-index: 300;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .product_details_content {
    flex-direction: column;
    /* border: 4px solid red; */
  }

  .product_details_title_container {
    margin-left: 0;
    padding-bottom: 0;
    position: static !important;
  }

  .product_details_title_content {
    position: static !important;
    width: 100%;
  }

  .details_inner_content {
    overflow: visible;
  }

  .product_spec {
    max-height: initial;
    overflow: visible;
  }
}

@media only screen and (max-width: 1090px) {
  .portfolio_heading 
  {    
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 900px) {
  .product_desc {
    width: 70%;
  }
}


@media only screen and (max-width: 860px)
{
  .portfolio_container {
    grid-template-columns: 1fr 1fr;  
  }
}


@media only screen and (max-width: 850px) {
  .cat_menu_icon {
    display: none;
  }

  .portfolio_container {
    gap: 20px;
  }

  /* .portfolio_heading {
    font-size: 18px !important;
  } */

  .intro_section h1 {
    font-size: 40px !important;
  }

  .slider_container {
    padding-bottom: 50%;
  }

  .main_desc {
    flex-direction: column;
  }

  .advert_inner_container {
    flex-direction: row;
  }

  .advert_container {
    /* margin-left: 0px; */
    display: none;
  }

  .hompage_main {
    padding: 20px;
  }

  .hompage_main section {
    padding: 10px;
  }

  .refer_container {
    padding: 20px;
  }

  .refer_box:first-child {
    margin-right: 10px;
  }

  .logo_container {
    width: 60px;
  }

  /* .slider_container 
    {
        
        padding-bottom: 50%;
        margin-bottom: 20px;
    } */

  /* .advert_content:not(:last-child)
    {
        margin-right: 20px;
    } */
}

/* @media only screen and (max-width: 798px) {
  .media_menu_icon {
    display: flex !important;
  }

  .nav_icons a p {
    display: none;
  }

  .logo_link {
    width: 40px;
  }

  .search_container {
    display: none;
  }

  .nav_bar {
    z-index: 600;
  }

  .search_container.media {
    display: flex;
    width: 100% !important;
    max-width: none;
  }

  .search_container.media_search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 800;
    padding: 15px;
  }

  .search_media_close {
    display: none;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    cursor: pointer;
  }

  .search_media_close ion-icon {
    color: var(--color_shade1);
    font-size: 28px;
  }

  .category_menu_wrapper {
    display: none;
  }

  .logo_container {
    justify-content: flex-start;
  }

  .search_dropdown {
    top: 153px;
  }
} */

@media only screen and (max-width: 700px) {
  .product_call_to_action {
    top: -5px;
    right: -5px;
  }

  .container_top {
    top: 160px;
  }

  .cart_buy_btn {
    padding: 10px;
  }

  .category_list_container {
    top: 60px !important;
  }

  /* .categories_heading
    {
        padding: 20px 20px 0px 20px;
    } */

  .related_product_container {
    /*padding-top: 20px;*/
    padding: 20px 0px 0px 0px;
  }

  .category_wrapper .product_columns_heading {
    padding: 0 20px;
  }

  /* .product_scroll_content
    {
        padding: 20px;
        
    }
     */

  .related_product_container h2 {
    margin-left: 20px;
  }

  .category_list_container {
    top: 70px;
  }

  .product_list_box {
    flex-basis: 100px;
    height: 100px;
  }

  .advert_section {
    flex-direction: column;
  }

  .advert_box_container:not(:last-child) {
    margin-right: 0px;
  }

  .advert_box_container:last-child {
    margin-top: 20px;
  }

  .advert_box_container {
    padding-bottom: 45%;
  }

  /* .nav_bar
    {
        padding: 12px 20px;
        
    } */

  /* .service_desc, .categories_container, .product_container, 
    .product_container, .advert_section, .product_details_container, .columns_container
    {
        padding: 10px;
    } */

  .product_title {
    font-size: 22px !important;
  }

  .product_desc {
    font-size: 14px;
  }

  .slide .close_btn {
    padding: 10px 16px;
  }

  .contact_container {
    flex: 1;
    justify-content: flex-end;
  }

  .top_bar {
    padding: 2px 10px 0 10px;
  }

  .nav_icons_container .search_icon {
    display: block;
  }

  #search_form {
    margin: 0 !important;
  }

  /* .search_container
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: var(--color_shade2);
        display: none;
        
    } */

  .search_dropdown {
    top: 153px;
  }
}

@media only screen and (max-width: 680px) {
  .upper_top_bar {
    padding: 35px 20px 10px 20px;
    grid-template-columns: 1fr;
  }

  .upper_top_bar_text p {
    text-align: center;
  }
}

@media only screen and (max-width: 675px) {
  .footer_column .logo_container {
    display: flex;
    justify-content: center;

    width: 100%;
  }

  .footer_column .logo_container a {
    flex-basis: 80px;
  }

  .first_footer_p {
    text-align: center;
  }

  .column_wrapper.checkout_wrap {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 600px) {

  .build_subtitle
  {
      font-size: 18px;
  }
  
  .service_wrapper
  {
    grid-template-columns: 1fr;
  }
  
  .portfolio_container {
    gap: 10px;
    padding: 10px;
    padding-bottom: 50px;
  }

  .related_product_container {
    margin-bottom: 10px;
  }

  .portfolio_heading {
    font-size: 14px !important;
  }

  /* .intro_section h1 {
    font-size: 30px !important;
  } */

  .refer_container {
    grid-template-columns: 1fr;
  }

  .search_dropdown.search_top {
    top: 60px !important;
  }

  .column_title {
    font-size: 22px !important;
    /* margin-bottom: 5px; */
  }

  .cart_wrapper {
    border-radius: 5px;
  }

  .related_product_container h2 {
    margin-left: 0px;
    font-size: 18px;
  }

  .related_product_container h2 {
    font-size: 18px !important;
  }

  .product_scroll_content .product_box:not(:last-child) {
    margin-right: 10px;
  }

  .search_container.media {
    padding: 10px;
  }

  .category_menu_wrapper.media_nav {
    top: 60px !important;
    /* border: 3px solid red; */
  }

  .nav_icons ion-icon {
    font-size: 20px;
  }

  .nav_bar {
    padding: 10px;
  }

  .advert_box_container {
    border-radius: 5px;
  }

  .advert_box_container:last-child {
    margin-top: 10px;
  }

  .category_heading {
    font-size: 18px !important;
    font-weight: 600;
  }

  .slider_container,
  .advert_content {
    border-radius: 5px;
  }

  .hompage_main {
    /* padding: 10px; */
    padding: 0px;
  }

  .hompage_main section {
    margin-top: 10px;
    border-radius: 0px;
  }

  .prod_cat_title {
    display: none;
  }

  .category_img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }

  .category_desc {
    padding: 2px 0 0 0;
  }

  .category_title_container {
    margin-bottom: 5px;
  }

  .category_desc_heading {
    font-size: 10.5px !important;
    font-weight: 600;
  }

  .category_desc small {
    /* font-size: 9px; */
    display: none;
    text-align: center !important;
  }

  /* .product_box {
    padding: 10px;
  } */

  .product_list_box {
    flex-basis: 50px;
    height: 50px;
  }

  .product_details_image_box {
    padding-bottom: 80%;
  }

  /* .product_content {
    grid-gap: 10px;
  } */

  .footer2 {
    flex-direction: column;
    align-items: center;
  }

  .copyright_container {
    margin-bottom: 20px;
  }

  .product_call_to_action {
    flex-direction: column;
  }

  /* .product_content { */
  /*grid-template-columns: repeat(auto-fill, minmax(12em, 1fr));*/
  /* grid-template-columns: repeat(2, 1fr); */
  /* } */

  .product_call_to_action button {
    width: 100%;
    justify-content: center;
  }

  .add_to_cart_container {
    margin-left: 0px;
    margin-top: 10px;
  }

  .view_details_container {
    margin-right: 0px;
  }

  .intro_section {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 590px) {
  /* .category_box
    {
        flex-basis: 200px;
        
    }
     */

  .container_top {
    top: 155px;
  }

  .service_desc,
  .category_content_container {
    grid-template-columns: 1fr;
  }

  .upper_top_bar_text p {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .search_dropdown {
    top: 148px;
  }
}

@media only screen and (max-width: 540px) {
  /* .portfolio_heading {
    font-size: 12px !important;
  } */

  .product_scroll_content .product_box {
    flex-basis: 250px;
  }

  .reg_log_link {
    display: none !important;
  }

  /* .nav_icons_container
    {
        padding: 12px 0px 12px 20px;
    } */

  .category_list_container {
    top: 55px !important;
  }

  .sign_login_container {
    display: flex;
    padding: 10px;
  }

  .category_submenu {
    position: relative;
    left: 0px;
    width: 100%;
    background-color: var(--color_shade2);
  }

  .product_name {
    font-size: 15px;
  }

  .category_menu_container .category_dropdown,
  .category_content span:last-child {
    display: none;
  }

  .category_menu_container {
    flex-basis: 0px;
    position: static;
  }

  .advert_inner_container {
    flex-direction: column;
  }

  .advert_container {
    padding-bottom: 100%;
  }
}

@media only screen and (max-width: 440px) {
  .container_top {
    top: 173px;
  }

  .product_name {
    font-size: 13.5px;
  }

  .search_dropdown {
    top: 167px;
  }

  #coupon_form {
    flex-direction: column;
  }

  #coupon_btn {
    margin: 10px 0 0 0;
  }
}

@media only screen and (max-width: 425px) {
  .summary_container {
    min-width: 0px;
  }

  .advert_box_container {
    padding-bottom: 55%;
  }

  .product_title {
    font-size: 20px !important;
    margin-bottom: 10px;
  }

  .product_desc {
    font-size: 13px;
  }

  .slide .close_btn {
    padding: 8px 12px;
  }

  .portfolio_heading {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 370px) {
  .portfolio_heading {
    font-size: 11px !important;
  }
}

@media only screen and (max-width: 348px) {
  .portfolio_heading {
    font-size: 10px !important;
  }
}

@media only screen and (max-width: 320px) {
  .portfolio_heading {
    font-size: 9px !important;
  } 
}








/* SOCIAL MEDIA CONTENT STYLES */



html, body 
{
  height: 100%;
  width: 100%;
}

.content_wrapper
{
    /* display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px; */

    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #dfe0e0;
    height: 100%;
}


.content_card
{
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    background: #fff;
    flex-basis: 600px;
}



.content_img_container
{
    height: 0;
    padding-bottom: 55%;
    position: relative;
}

.content_img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    
}

.content_img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content_body_section
{
    display: flex;
}

.content_body_section .content_body
{
    flex: 1;
}

.content_profile
{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.content_profile img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content_body_section
{
    padding: 20px 0 10px 0;
    
}
/* 
.content_body
{
    padding: 20px; 
} */

.content_body h5 
{
    font-size: 20px;
    margin: 0;

    padding: 0;		
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--foreground_color1);
}

.content_body p 
{
    margin: 5px 0 0 0;
    color: #484848;

}

.content_body small 
{
    color: #484848;
}

.content_button_container
{
    padding-top: 10px;
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    gap: 10px;
}

.content_button_container a 
{
    display: block;
    width: 100%;
}


@media only screen and (max-width: 1138px)
{
    .content_wrapper
    {
        grid-template-columns: 1fr 1fr;
    }
}


@media only screen and (max-width: 600px)
{
    .content_wrapper
    {
        grid-template-columns: 1fr;
    }
}


.content_modal, .view_content_modal
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    /* display: flex; */
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;

}

.content_box
{
    background: #fff;
    flex-basis: 500px;
    /* padding: 20px; */
    border-radius: 10px;
    z-index: 20;
}


.content_overlay, .content_box_overlay
{
    background-color: #000000c8;
    /* opacity: 0.8; */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left:0;
    z-index: 10;
}

.content_modal_button
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 0 20px 20px 20px;
}

.content_head
{
    padding: 10px;
    display:flex;
    justify-content: flex-end;
    border-bottom: 1px solid #e0e0e0;
}

.close_box i
{
    font-size: 18px;
    cursor: pointer;
}



.register_heading
{
   margin-bottom: 30px;
}


.success_icon_wrapper
{
   display: flex;
   justify-content: center;
   margin-bottom: 20px;
}

.success_icon
{
   width: 130px;
   height: 130px;
   overflow: hidden;
   border-radius: 50%;
}

.success_icon img
{
   width: 100%;
   height: 100%;
   object-fit: cover;
}

