/*

Template: Cupid Love Dating HTML5 Template
Author: potenzaglobalsolutions.com
Version: 1.0  
Design and Developed by: potenzaglobalsolutions.com

*/

/*================================================
[  Table of contents  ]
==================================================

:: loading 
:: Header 
:: - Header White
:: - Header Dark
:: - Header Fancy 
:: Heading Style
:: Inner intro
:: Footer
:: Contact us
:: Section Slider Arrow & Dots
:: About Me Pages
:: Blog Pages
:: - Blog - SideBar
:: - SideBar - UL LI
:: - SideBar - Search
:: - SideBar - Posts
:: - SideBar - Tags
:: - SideBar - Archives
:: Blog - Masonry
:: Blog - Single Page 
:: - Pagination
:: Terms and Conditions
:: Privacy Policy
:: 404 Error & Coming Soon
:: Back to Top
:: Responsive CSS
:: Animation Key

======================================
[ End table content ]
======================================*/

/*************************
        loading
*************************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#preloader {
  background: #343434eb !important;
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden !important;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
  text-align: center;
}

.clear-loading {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  /* margin-left: -152px; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  display: inline-block;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateX(-50%);
}

/*Loading Effect */
.loading-effect {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.clear-loading {
  margin: 0 !important;
}

.loading-effect span {
  float: left;
  margin-top: 28px;
}

.loading-effect img {
  width: 140px;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  display: none;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: url(../images/close.png) 25 25, pointer;
}

/*---------------------------------------------------------------------
  Header 
---------------------------------------------------------------------*/
#header {
  width: 100%;
  z-index: 99;
}

#header.defualt {
  background: transparent;
  z-index: 999;
  padding: 0px;
  margin: 0px;
  position: relative;
  width: 100%;
}

#header.defualt .topbar li,
#header.defualt .topbar li a,
#header.defualt .topbar-right li i {
  color: #ffffff;
}

#header.defualt .topbar a:hover,
#header.defualt .topbar li a:hover,
#header.defualt .topbar-right li i:hover {
  color: #ffbc05;
}

#header .topbar li {
  display: inline-block;
}

/*topbar*/
.topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 0px;
}

.topbar li,
.topbar li a {
  color: #ffffff;
}

.topbar-left li i {
  padding-right: 5px;
  color: #ffbc05;
}

.topbar-right .list-inline li:last-child,
.topbar-right li:last-child i {
  padding-right: 0px;
}

.topbar .topbar-right li a:hover {
  color: #ffbc05;
}

.topbar-right li i {
  padding-right: 5px;
  color: #ffbc05;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.topbar-right li i:hover {
  color: #ffffff !important;
}

#header.dark-fancy .menu-icon-right li i:hover {
  color: #ffffff;
}

#header + .fullscreen {
  margin-bottom: -165px;
  top: -185px;
  position: relative;
  height: 100vh;
}

#header.dark + .fullscreen {
  margin-bottom: -140px;
  top: -140px;
}

#header.fancy + .fullscreen {
  margin-bottom: 0;
  top: 0;
}

/*mega-menu*/
.mega-menu .menu-logo {
  padding: 14px 0 17px;
}

/* .mega-menu.desktopTopFixed .menu-list-items .menu-logo>li>a img {
  height: 60px;
  width: 60px;
} */

.mega-menu .menu-links > li > a {
  line-height: 98px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.mega-menu .menu-links > li > a:before,
.mega-menu .menu-links > li.active > a:before {
  -webkit-transition: all 0.7s ease-out 0s;
  -moz-transition: all 0.7s ease-out 0s;
  -ms-transition: all 0.7s ease-out 0s;
  -o-transition: all 0.7s ease-out 0s;
  transition: all 0.7s ease-out 0s;
  color: #ffbc05;
  content: "\f004";
  font-family: FontAwesome;
  font-size: 14px;
  left: 50%;
  position: absolute;
  top: -30px;
  transform: translateX(-50%);
  opacity: 0;
}

.mega-menu .menu-links > li > a:hover:before {
  opacity: 1;
}

.mega-menu .drop-down-multilevel.right-menu {
  right: 0px;
}

.mega-menu .menu-links > li:first-child {
  padding-left: 0px;
}

.mega-menu .menu-links > li:last-child {
  padding-right: 0px;
}

.mega-menu .drop-down-multilevel a {
  font-size: 13px;
}

.mega-menu .menu-links > li.active .drop-down-multilevel a {
  color: #ffffff;
}

.mega-menu .menu-links > li.active .drop-down-multilevel a:hover {
  color: #ffbc05;
}

.mega-menu .menu-links > li.active .drop-down a {
  color: #fff;
}

.mega-menu .menu-links > li.active .drop-down li.active a {
  color: #ffbc05;
}

.mega-menu .menu-links > li.active .drop-down a:hover {
  color: #ffbc05;
}

.mega-menu .menu-links > li.active .drop-down li.active a i {
  color: #ffbc05;
}

.mega-menu .menu-links > li.active .drop-down a i:hover {
  color: #ffbc05;
}

.mega-menu .menu-links > li.active .drop-down-multilevel li.active a {
  color: #ffbc05;
}

.mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li
  a {
  color: #ffffff;
  background: transparent;
}

.mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li
  a:hover {
  color: #ffbc05;
}

.mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li.active
  a {
  color: #ffbc05;
}

.mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li
  a {
  color: #323232;
  background: transparent;
}

.mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li
  a
  .drop-down-multilevel
  li
  a:hover {
  color: #ffbc05;
}

.mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li.active
  a {
  color: #ffbc05;
  background: #eceff7;
}

.mega-menu .menu-links > li.active .drop-down-multilevel li.active i {
  color: #ffbc05;
}

.mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li.active
  i {
  color: #ffbc05;
}

.mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li
  a
  i {
  color: #323232;
}

.mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active:hover
  .drop-down-multilevel
  li
  a:hover
  i {
  color: #ffbc05;
}

.mega-menu
  .menu-links
  > li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li.active
  .drop-down-multilevel
  li
  a:hover {
  color: #ffbc05;
}

.mega-menu .row {
  margin-left: 0px;
  margin-right: 0px;
}

.mega-menu .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}

.mega-menu.desktopTopFixed .menu-list-items {
  background: rgba(21, 21, 21, 0.9);
  padding: 0px;
}

/* .mega-menu.desktopTopFixed .menu-logo {
  padding: 16px 0px;
} */

.mega-menu.desktopTopFixed .menu-list-items .menu-links > li > a {
  line-height: 75px;
}

/*------------------------------------
 Header White
-------------------------------------*/
#header.clean {
  background: #ffffff;
  z-index: 999;
  padding: 0px;
  margin: 0px;
  position: relative;
  width: 100%;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

#header.clean .topbar {
  border-bottom: 0;
  background: #ffbc05;
  padding: 7px 0px;
}

#header.clean .topbar-left li i,
#header.clean .topbar-right li i {
  color: #ffbc05;
}

#header.clean .mega-menu .menu-links > li > a {
  color: #222222;
}

#header.clean .mega-menu .menu-links > li.active > a {
  color: #ffbc05;
}

#header.clean .mega-menu.desktopTopFixed .menu-list-items {
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
}

#header .topbar.dark {
  background: #353535;
}

/*------------------------------------
  Header Dark
-------------------------------------*/
#header.dark {
  background: #000;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  position: relative;
  border-bottom: 1px solid #000;
}

#header.dark .topbar {
  border-bottom: 0;
  background: #ffbc05;
  padding: 0;
}

#header.dark .topbar-left li,
#header.dark .topbar-left li a,
#header.dark .topbar-left li i,
#header.dark .topbar-right li,
#header.dark .topbar-right li a,
#header.dark .topbar-right li i {
  color: #ffffff;
}

/*-----------------------------------
  Header Fancy
------------------------------------*/
#header.fancy {
  background: transparent;
  position: relative;
}

#header.fancy .topbar {
  background: #ffbc05;
  border-bottom: none;
  padding: 7px 0px 57px;
}

#header.fancy .topbar .topbar-right li a:hover {
  color: #323232;
}

#header.fancy .topbar-left li,
#header.fancy .topbar-left li a,
#header.fancy .topbar-left li i,
#header.fancy .topbar-right li,
#header.fancy .topbar-right li a,
#header.fancy .topbar-right li i {
  color: #353535;
}

#header.fancy .menu {
  position: absolute;
  width: 100%;
  top: 54px;
}

#header.fancy .mega-menu > section.menu-list-items {
  background: #ffffff;
  padding: 0px 25px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

#header.fancy .mega-menu .menu-links > li > a {
  color: #222222;
}

#header.fancy .mega-menu .menu-links > li.active > a {
  color: #ffbc05;
}

.menu .top-menu {
  padding: 30px 0;
}

.menu .top-menu li a {
  color: #ffbc05;
}

.top-menu {
  float: right;
  margin-left: 10px;
  z-index: 9999 !important;
  position: relative;
  margin-top: 4px;
}

.top-menu li a {
  color: #ffffff;
}

.top-menu li {
  padding: 0;
}

.top-menu li a {
  border-right: 2px solid #fff;
  padding: 0 10px;
}

.top-menu li:last-child a {
  border-right: none;
}

.topbar-right > ul {
  display: inline-block;
}

.topbar ul li a:hover,
.topbar ul li a:hover i {
  color: #333 !important;
}

.topbar-right .social-icons li {
  margin: 5px 5px 0 0;
}

.topbar-right .social-icons li.social-facebook a:hover,
.topbar-right .social-icons li.social-facebook a:hover i {
  background: none !important;
}

.topbar-right .social-icons li.social-twitter a:hover,
.topbar-right .social-icons li.social-twitter a:hover i {
  background: none !important;
}

.topbar-right .social-icons li.social-instagram a:hover,
.topbar-right .social-icons li.social-instagram a:hover i {
  background: none !important;
}

.topbar-right .social-icons li.social-dribbble a:hover,
.topbar-right .social-icons li.social-dribbble a:hover i {
  background: none !important;
}

.carousel-caption {
  left: 20%;
  right: 20%;
}

.dropdown-menu {
  left: inherit;
  right: 0;
}

/*.align-items-center {left: 0; position: relative; top: 50%; transform: translateY(-50%); width: 100%;}*/

/*.banner-3 .align-items-center{top: 60%;}*/
.valign > [class*="col-"] {
  display: table-cell;
  float: none;
}

[data-valign-overlay="middle"] {
  vertical-align: middle;
}

[data-valign-overlay="bottom"] {
  vertical-align: bottom;
}

/*--------------------------------------------------------------------
	    	Heading Style
---------------------------------------------------------------------*/
.heading-1 h1,
.heading-1 h2,
.heading-1 h3,
.heading-1 h4,
.heading-1 h5,
.heading-1 h6 {
  font-family: "Engagement", cursive;
}

.heading-2 h1,
.heading-2 h2,
.heading-2 h3,
.heading-2 h4,
.heading-2 h5,
.heading-2 h6 {
  font-family: "Montserrat", sans-serif;
}

/*--------------------------------------------------------------------
	    	inner-intro
---------------------------------------------------------------------*/
.inner-intro {
  height: 350px;
  display: block;
  position: relative;
}

.inner-intro .container {
  display: table;
  height: 100%;
  position: relative;
}

.inner-intro span {
  text-transform: capitalize;
}

.intro-title {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 0px;
  width: 100%;
}

.intro-title > div {
  padding: 0;
  width: 100%;
  text-align: center;
}

.intro-title .section-title {
  margin-bottom: 10px;
}

.intro-title .section-title .title {
  font-size: 44px;
  font-weight: 600;
  line-height: 46px;
}

ul.page-breadcrumb li span {
  font-size: 14px;
  text-transform: capitalize;
}

ul.page-breadcrumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  display: inline-block;
  padding: 0 20px;
}

ul.page-breadcrumb li {
  color: #fff;
  display: inline-block;
  list-style: none;
  padding-left: 0;
}

ul.page-breadcrumb li i {
  font-size: 14px;
  padding: 0 7px;
}

ul.page-breadcrumb li a {
  color: #ffffff;
  font-size: 14px;
  text-transform: capitalize;
}

.intro-title h1 {
  display: inline-block;
  width: 100%;
  font-size: 40px;
  line-height: 50px;
}

.intro-title h1.divider:before {
  bottom: -50px;
}

.section-title .sub-title {
  left: 50%;
  opacity: 0.3;
  position: absolute;
  top: 35%;
  transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  font-weight: normal;
  font-size: 90px;
  margin: 0;
}

/*---------------------------------------------------------------------
  Footer
---------------------------------------------------------------------*/
.footer {
  background: url(../images/pattern/pattern2.html) no-repeat 0 0;
  color: #c5c5c5;
}

.footer .title {
  position: relative;
  color: #fff;
  margin-bottom: 40px;
}

.footer-address li {
  line-height: 28px;
  padding: 0;
  margin-top: 0;
  margin-bottom: 10px;
  display: block;
}

.footer-address li i {
  float: left;
  color: #ffbc05;
  padding-right: 20px;
  font-size: 16px;
  line-height: 30px;
  width: 30px;
}

.footer-address li span {
  display: table;
  color: #c5c5c5;
  font-size: 14px;
  vertical-align: top;
}

.footer-widget {
  padding: 30px 0;
  background: #000000;
}

.footer-widget p {
  color: #c5c5c5;
  margin-bottom: 0;
  margin-top: 5px;
}

.footer-widget .social-icons.color-hover {
  display: inline-block;
}

.footer-widget .social-icons li:last-child {
  margin-right: 0;
}

/*--------------------------------------------------------------------
  Contact us
---------------------------------------------------------------------*/
.map {
  height: 100%;
}

.map iframe {
  height: 100%;
}

/* Light Form */
.light-form .form-group .form-control {
  background: #ffffff;
}

.light-form .form-group label {
  color: #656565;
}

/* Address */
.address-block {
  position: relative;
}

address {
  margin-bottom: 0;
  line-height: 24px;
}

footer .address-block i,
.contact-3 .address-block i,
.contact-us-page .address-block i {
  font-size: 30px;
  color: #ffbc05;
  margin-bottom: 10px;
}

footer .address-block a,
.contact-3 .address-block a,
.contact-us-page .address-block a {
  color: #ffffff;
}

.contact-3 .address-block {
  font-size: 16px;
}

.contact-3 .address-block i {
  background: #ffbc05;
  color: #ffffff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
}

.address-block .glyph-icon {
  border: 2px solid #ffbc05;
  width: 60px;
  height: 60px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  line-height: 60px;
  color: #ffbc05;
}

.address-block.fill .glyph-icon {
  background: #ffbc05;
  color: #323232;
}

.address-block.rounded .glyph-icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.address-block .title {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}

.address-block span {
  display: block;
}

.address-block a {
  display: block;
  color: #3d3d3d;
}

.address-block span a {
  display: inline-block;
}

/* Dark BG Address */
.top-info.half {
  bottom: -40px;
  margin-bottom: -30px;
}

.top-info.fill {
  position: relative;
  z-index: 9;
  background: #ffbc05;
  padding: 40px 20px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}

.top-info .address-block {
  width: 23%;
  float: left;
  margin-bottom: 0;
  padding-left: 75px;
  margin-left: 2%;
}

.top-info.fill .address-block .glyph-icon {
  border-color: #353535;
  color: #353535;
}

.top-info.fill .address-block span,
.top-info.fill .address-block a {
  color: #353535;
  font-size: 13px;
}

/*--------------------------------------------------------------------
  Section Slider Arrow & Dots
---------------------------------------------------------------------*/
.owl-carousel.dots-rb .owl-dots {
  width: auto;
  bottom: 10px;
  right: 10px;
}

/*--------------------------------------------------------------------
  About Me Pages
---------------------------------------------------------------------*/
.section-about-me ul.list li {
  margin: 0;
}

/*--------------------------------------------------------------------
  Blog Pages
---------------------------------------------------------------------*/

hr {
  border-style: dashed;
  border-color: #d5d5d5;
  margin: 50px 0;
}

/*-------------------------*/
/* Blog - SideBar */
/*-------------------------*/
.post-sidebar {
  height: 100%;
}

.sidebar-widget {
  margin-bottom: 40px;
}

.sidebar-widget:last-child {
  margin-bottom: 0;
}

.sidebar-widget .widget-title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.sidebar-widget .widget-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #ffbc05;
}

/*-------------------------*/
/* SideBar - UL LI */
/*-------------------------*/
.sidebar-widget .widget-ul li {
  margin: 10px 0;
  overflow: hidden;
}

.sidebar-widget .widget-ul li a {
  color: #757575;
  display: block;
}

.sidebar-widget .widget-ul li a:hover {
  color: #ffbc05;
}

/*-------------------------*/
/* SideBar - Search */
/*-------------------------*/
.sidebar-widget .widget-search {
  position: relative;
}

.sidebar-widget .widget-search input {
  padding-right: 40px;
  color: #353535;
  border-radius: 30px;
  height: 50px;
  border: 2px solid #f2f2f2;
  background: #ffffff;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.sidebar-widget .widget-search input:focus {
  background: #ffffff;
}

.sidebar-widget .widget-search i {
  position: absolute;
  right: 0px;
  padding: 16px 12px;
  font-size: 18px;
  color: #ffbc05;
  cursor: pointer;
}

.sidebar-widget .widget-search input:focus {
  border-color: #ffbc05;
}

/*-------------------------*/
/* SideBar - Posts */
/*-------------------------*/
.sidebar-widget .recent-post {
  margin-top: 20px;
}

.sidebar-widget .recent-post .media-body > a {
  display: block;
  color: #3d3d3d;
  font-size: 15px;
  font-weight: 600;
}

.sidebar-widget .recent-post .media-body > a:hover {
  color: #ffbc05;
}

.sidebar-widget .recent-post .media-body span {
  color: #999;
}

.sidebar-widget .recent-post .media-body span .fa {
  color: #ffbc05;
  margin-right: 5px;
}

/*-------------------------*/
/* SideBar - Tags */
/*-------------------------*/
.sidebar-widget .tags li {
  padding-left: 2px;
  padding-right: 2px;
  margin: 3px 0;
  display: inline-block;
}

.sidebar-widget .tags li a {
  background: #ffbc05;
  color: #ffffff;
  padding: 4px 8px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.sidebar-widget .tags li a:hover {
  border-color: #ffbc05;
  background: none;
  color: #ffbc05;
}

/*-------------------------*/
/* SideBar - Archives */
/*-------------------------*/
.sidebar-widget .widget-ul li .number {
  background: #ffbc05;
  color: #ffffff;
  width: 50px;
  padding: 0;
  text-align: center;
}

.archives-widget .widget-ul li a {
  position: relative;
  z-index: 0;
}

.archives-widget .widget-ul li a span {
  background: #fff;
  padding-right: 8px;
}

.archives-widget .widget-ul li a:before {
  content: "";
  width: 300px;
  height: 1px;
  border-top: 1px dashed #cccccc;
  position: absolute;
  left: 0;
  top: 16px;
  z-index: -1;
}

/*-------------------------*/
/* Blog - Masonry */
/*-------------------------*/
.masonry-block {
  padding: 0 10px;
}

.isotope.columns-2 .grid-item {
  width: 50%;
  padding: 10px;
}

.isotope.columns-3 .grid-item {
  width: 33.3333%;
  padding: 10px;
}

.isotope.columns-4 .grid-item {
  width: 25%;
  padding: 10px;
}

@media screen and (max-width: 1024px) {
  .isotope.columns-3 .grid-item,
  .isotope.columns-4 .grid-item {
    width: 50%;
  }
}

@media screen and (max-width: 599px) {
  .isotope.columns-2 .grid-item,
  .isotope.columns-3 .grid-item,
  .isotope.columns-4 .grid-item {
    width: 100%;
  }
}

/*--------------------------------------------------------------------
  Blog - Single Page
---------------------------------------------------------------------*/
.social-share-box .title {
  display: inline-block;
  margin: 0 !important;
  margin-top: 10px !important;
}

.comments-1 {
  background: #ffbc05;
  padding: 20px;
  color: #ffffff;
  line-height: 22px;
}

.comments-1 .comments-photo {
  padding-right: 20px;
}

.comments-1 .comments-photo img {
  border: 4px solid #ffffff;
}

.comments-1 .comments-info .title {
  margin-top: 0;
  margin-bottom: 5px;
  color: #ffffff;
}

/* Comments Box */
.comment-box {
  margin-top: 35px;
}

.comment-box .section-title {
  margin-bottom: 0;
}

.comment-box .section-title .title {
  padding-bottom: 5px;
}

.comment-box .section-title label {
  color: #ffbc05;
  font-weight: 500;
}

.comment-list li {
  margin-top: 25px;
  margin-bottom: 0;
  vertical-align: top;
  padding: 0;
}

.comment-list .comments-media {
  display: flex;
  padding: 15px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.comment-list ul {
  padding-left: 60px;
}

.comment-list .comments-photo {
  padding-right: 20px;
}

.comment-list .comments-photo img {
  border-bottom: 5px solid #ffbc05;
}

.comment-list .comments-info {
  position: relative;
}

.comment-list .comments-info .title {
  margin: 0;
  line-height: 22px;
}

.comment-list .comment-metadata {
  line-height: 22px;
  margin-top: 7px;
  margin-bottom: 10px;
}

.comment-list .comment-metadata a {
  color: #aaaaaa;
}

.comment-list .comment-metadata .fa {
  padding-right: 7px;
  color: #ffbc05;
}

.comment-list .reply {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 500;
  line-height: 22px;
  margin: 0;
  padding: 2px 16px;
  font-size: 11px;
  color: #ffffff;
}

.comment-list .reply .fa {
  font-size: 12px;
}

.comment-list .comments-info p {
  line-height: 24px;
  color: #858585;
  margin-top: 5px;
  margin-bottom: 0;
}

.comment-respond {
  margin-top: 50px;
}

/*---------------------------
  Pagination
----------------------------*/
.pagination-nav {
  margin-top: 30px;
  text-align: right;
}

.pagination > li {
  list-style-type: none;
  float: left;
  display: block;
}

.pagination > li > a,
.pagination > li > span {
  border-color: #cccccc;
  color: #757575;
  margin: 0;
  border-radius: 50%;
  background: #3c3c3c;
  color: #ffffff;
  padding: 5px 10px;
}

.pagination > li.previous > a,
.pagination > li.next > a {
  border: none;
  background: none;
  color: #3d3d3d;
}

.pagination > li.active > a:hover,
.pagination > li.active > a,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  background: #ffbc05;
  color: #ffffff;
  border-color: #ffbc05;
}

.pagination > li.previous > a:focus,
.pagination > li.previous > a:hover,
.pagination > li.next > a:focus,
.pagination > li.next > a:hover {
  background: none;
}

.pagination > li.previous > a:hover,
.pagination > li.next > a:hover {
  color: #ffbc05;
}

/*--------------------------------------------------------------------
  Terms and Conditions
--------------------------------------------------------------------*/
.terms-and-conditions .title {
  margin-bottom: 10px;
}

.terms-and-conditions p {
  margin-bottom: 25px;
}

.terms-and-conditions ul.list {
  margin-bottom: 20px;
  display: block;
}

.terms-and-conditions ul.list li i {
  padding-right: 12px;
  font-size: 15px;
}

/*--------------------------------------------------------------------
  Privacy Policy
--------------------------------------------------------------------*/
.privacy-policy .title {
  margin-bottom: 10px;
}

.privacy-policy p {
  margin-bottom: 25px;
}

.privacy-policy ul.list {
  margin-bottom: 20px;
  display: block;
}

.privacy-policy ul.list li i {
  padding-right: 12px;
  font-size: 15px;
}

/*--------------------------------------------------------------------
  404 Error & Coming Soon
--------------------------------------------------------------------*/
.error-404,
.coming-soon {
  background-position: center 80%;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.error-404.bg-overlay-white-90:before,
.coming-soon.bg-overlay-white-90:before {
  background: rgba(255, 255, 255, 0.92);
}

.coming-soon-text {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.countdown {
  margin-top: 40px;
  float: right;
}

.countdown > li {
  margin: 0 20px;
  float: left;
  font-weight: bold;
  text-align: center;
  border-bottom: 5px solid #ffffff;
  padding-bottom: 20px;
}

.countdown > li span {
  font-size: 70px;
  font-weight: 600;
  line-height: 70px;
  margin-bottom: 20px;
  display: inline-block;
}

.countdown > li p {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 30px;
}

.countdown > li:last-child {
  margin-right: 0;
}

/*--------------------------------------------------------------------
 Back to Top
--------------------------------------------------------------------*/
#back-to-top .top {
  z-index: 999;
  position: fixed;
  margin: 0px;
  background: #ffbc05;
  background: -webkit-linear-gradient(90deg, #ffbc05, #ff3b30);
  background: -o-linear-gradient(90deg, #ffbc05, #ff3b30);
  background: -moz-linear-gradient(90deg, #ffbc05, #ff3b30);
  background: linear-gradient(90deg, #ffbc05, #ff3b30);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: 28px;
  right: 25px;
  z-index: 999;
  font-size: 24px;
  color: #ffffff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}

#back-to-top .top:hover {
  color: #3d3d3d !important;
}

/*==================================================================================*/
/* Responsive CSS */
/*==================================================================================*/
@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 991px) {
  .row-eq-height {
    display: block;
  }

  .section-title p {
    padding: 0 50px;
  }

  .inner-intro {
    height: 250px;
  }

  .intro-title .section-title {
    margin-bottom: 0;
  }

  .intro-title .section-title .title {
    font-size: 34px;
  }

  .section-title .sub-title {
    font-size: 70px;
  }

  /*-------------------------------------------------
  Header 
--------------------------------------------------*/
  #header.defualt {
    position: relative;
    background: #323232;
  }

  #header .topbar {
    display: none;
  }

  .mega-menu {
    min-height: 80px;
  }

  .mega-menu .menu-logo {
    padding: 0;
  }

  .mega-menu .menu-links > li {
    border-bottom-color: rgba(255, 255, 255, 0.25);
    padding: 0;
  }

  .mega-menu .menu-links > li > a {
    line-height: 30px;
    color: #ffffff !important;
    padding: 10px 20px;
    display: block;
  }

  .mega-menu .menu-links > li:last-child {
    border-bottom: none;
  }

  .mega-menu .menu-links > li.active > a {
    color: #ffbc05 !important;
  }

  .mega-menu .menu-links > li > a:hover:before {
    opacity: 0;
  }

  /* Defualt Header */
  .mega-menu .row > [class*="col-"]:before,
  .mega-menu .row > [class*="col-"]:after {
    content: "";
    display: table;
    clear: both;
  }

  .mega-menu .menu-links {
    left: 0;
    position: absolute;
    top: 100%;
    max-width: 260px;
    height: 100vh;
    min-height: 100vh;
  }

  /* Fancy Header */
  #header.fancy .menu {
    position: relative;
    top: 0px;
  }

  #header.fancy .menu .container {
    width: 100%;
  }

  #header.fancy .mega-menu > section.menu-list-items {
    padding: 0 20px;
    padding-right: 10px;
    box-shadow: none;
  }

  #header.fancy + .rev-slider .slider-text {
    top: 100px;
    transform: translateY(0%);
  }

  #header.fancy .row > [class*="col-"] {
    padding-left: 0px;
    padding-right: 0px;
  }

  /*-------------------------------------------------
Blog Page 
--------------------------------------------------*/
  .comments-1 {
    width: 100%;
  }

  .comment-list ul {
    padding-left: 20px;
  }

  /*-------------------------------------------------
Contact Page 
--------------------------------------------------*/
  form .half-group {
    margin-right: 0;
    width: 100%;
  }

  .form-2 form .half-group {
    float: left;
    margin-left: 2%;
    width: 48%;
  }

  /*-------------------------------------------------
Comming soon Page 
--------------------------------------------------*/
  .countdown > li {
    padding-bottom: 10px;
  }

  .countdown > li span {
    font-size: 50px;
    line-height: 50px;
  }

  .countdown > li p {
    font-size: 16px;
    line-height: 20px;
  }

  .valign > [class*="col-"] {
    display: block;
    float: none;
  }

  .banner-3 .align-items-center {
    top: 50%;
  }
}

@media screen and (max-width: 767px) {
  .section-title p {
    padding: 0;
  }

  .inner-intro {
    height: 200px;
  }

  .intro-title {
    padding-bottom: 0;
  }

  .intro-title .section-title .title {
    font-size: 26px;
    line-height: 30px;
  }

  .intro-title h1 {
    font-size: 30px !important;
    line-height: 40px;
  }

  .intro-title .section-title .sub-title {
    font-size: 70px !important;
  }

  .inner-intro .container {
    width: 100%;
  }

  /*-------------------------------------------------
  loading 
--------------------------------------------------*/
  .clear-loading {
    margin-left: -50px;
  }

  .loading-effect {
    width: 100px;
    height: 100px;
  }

  .loading-effect span {
    display: none;
  }

  .loading-effect img {
    width: 100px;
  }

  /*-------------------------------------------------
  Header 
--------------------------------------------------*/

  .mega-menu .menu-logo img {
    height: 30px;
  }

  /*-------------------------------------------------
 footer  
--------------------------------------------------*/
  .footer-widget p {
    text-align: center;
  }

  .footer-widget ul {
    text-align: center;
  }

  .social-icons {
    display: inline-block;
  }

  .footer-widget {
    padding: 15px 0;
    /* margin-top:10px !important;*/
  }

  /*-------------------------------------------------
Contact  Page 
--------------------------------------------------*/
  .form-2 form .half-group {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  form.input3-col .half-group {
    width: 100%;
  }

  .top-info.half {
    bottom: 0;
    margin-bottom: 30px;
  }

  /*-------------------------------------------------
All Counter
--------------------------------------------------*/
  .counter-section {
    padding: 35px 0 !important;
  }

  .counter-section .counter-block > div {
    margin-bottom: 10px !important;
  }

  .counter-section .counter-block > div:nth-last-of-type(-n + 2) {
    margin-bottom: 0 !important;
  }

  /*-------------------------------------------------
Owl-dots
--------------------------------------------------*/
  .owl-carousel .owl-dots {
    position: relative;
    bottom: 30px;
  }

  /*-------------------------------------------------
Comming soon Page 
--------------------------------------------------*/
  .countdown {
    margin-top: 20px;
    float: none;
  }

  .countdown > li {
    margin: 0 10px;
  }

  .countdown > li span {
    font-size: 40px;
    line-height: 40px;
  }

  .countdown > li p {
    font-size: 13px;
    line-height: 16px;
  }

  .mega-menu .menu-links > li > a::before,
  .mega-menu .menu-links > li.active > a::before {
    display: none;
  }

  .mega-menu .menu-links > li > a {
    border: none;
  }
}

@media screen and (max-width: 479px) {
  h2.title2 {
    font-size: 24px;
    line-height: 30px;
  }

  .page-breadcrumb li {
    margin: 0;
  }

  ul.page-breadcrumb {
    padding: 0 8px;
  }

  ul.page-breadcrumb li a,
  ul.page-breadcrumb li span {
    font-size: 13px;
  }

  ul.page-breadcrumb li i {
    font-size: 13px;
    padding: 0 5px;
  }

  /*-------------------------------------------------
All Counter
--------------------------------------------------*/
  .counter-section {
    padding-top: 20px;
    padding-bottom: 25px;
  }

  .counter-section .counter {
    margin: 10px 0 !important;
  }

  .counter-section .counter-block > div {
    margin-bottom: 0 !important;
  }

  /*-------------------------------------------------
Single-Blog Page 
--------------------------------------------------*/
  .blog-post .post .post-image + .post-date,
  .single-blog .post .post-image + .post-date {
    margin-top: -93px;
  }

  .blog-post .post .post-details,
  .single-blog .post .post-details {
    padding-left: 0;
  }

  .comment-list .reply {
    position: relative;
  }

  /*-------------------------------------------------
Comming soon Page 
--------------------------------------------------*/
  .coming-soon .title {
    font-size: 30px;
    line-height: 40px;
  }

  .countdown > li {
    margin: 0 5px;
    padding-bottom: 0;
  }

  .countdown > li span {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .countdown > li p {
    font-size: 12px;
  }

  /*-------------------------------------------------
Action-box Page 
--------------------------------------------------*/
  .action-box.action-icon i {
    line-height: 40px;
    top: 0;
  }

  .action-box.action-icon i::before {
    font-size: 40px;
  }

  .action-box.action-icon .left {
    padding-left: 60px;
  }

  .action-box.action-icon .left h5 {
    font-size: 14px;
  }

  .banner-form h4 {
    font-size: 13px;
    line-height: 18px;
    padding: 10px 20px;
  }
}

/*==================================================================================*/
/* Animation Key */
/*==================================================================================*/
.bg-effect:before {
  -webkit-animation-name: fadebounce;
  -moz-animation-name: fadebounce;
  -ms-animation-name: fadebounce;
  -o-animation-name: fadebounce;
  animation-name: fadebounce;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

v@-moz-keyframes fadebounce {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    -moz-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 1;
  }

  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadebounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-o-keyframes fadebounce {
  0% {
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    -o-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 1;
  }

  100% {
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-ms-keyframes fadebounce {
  0% {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    -ms-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 1;
  }

  100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadebounce {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(25px);
    opacity: 1;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Pulse Effect */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }

  25% {
    -webkit-transform: scale(1.2);
  }

  50% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }

  25% {
    -moz-transform: scale(1.2);
  }

  50% {
    -moz-transform: scale(1);
  }

  100% {
    -moz-transform: scale(1);
  }
}

@-ms-keyframes pulse {
  0% {
    -ms-transform: scale(1);
  }

  25% {
    -ms-transform: scale(1.2);
  }

  50% {
    -ms-transform: scale(1);
  }

  100% {
    -ms-transform: scale(1);
  }
}

@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }

  25% {
    -o-transform: scale(1.2);
  }

  50% {
    -o-transform: scale(1);
  }

  100% {
    -o-transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.rotating {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
  -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
  -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
  -o-transform: rotateX(0) rotateY(0) rotateZ(0);
  transform: rotateX(0) rotateY(0) rotateZ(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin-x: 50%;
}

.rotating.flip {
  position: relative;
}

.rotating .front,
.rotating .back {
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.rotating .front {
  position: absolute;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 1px);
  -moz-transform: translate3d(0, 0, 1px);
  -ms-transform: translate3d(0, 0, 1px);
  -o-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px);
}

.rotating.flip .front {
  z-index: 1;
}

.rotating .back {
  display: block;
  opacity: 0;
}

.rotating.spin {
  -webkit-transform: rotate(360deg) scale(0);
  -moz-transform: rotate(360deg) scale(0);
  -ms-transform: rotate(360deg) scale(0);
  -o-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) scale(0);
}

.rotating.flip .back {
  z-index: 2;
  display: block;
  opacity: 1;
  -webkit-transform: rotateY(180deg) translate3d(0, 0, 0);
  -moz-transform: rotateY(180deg) translate3d(0, 0, 0);
  -ms-transform: rotateY(180deg) translate3d(0, 0, 0);
  -o-transform: rotateY(180deg) translate3d(0, 0, 0);
  transform: rotateY(180deg) translate3d(0, 0, 0);
}

.rotating.flip.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0, 0, 0);
  -moz-transform: rotateX(180deg) translate3d(0, 0, 0);
  -ms-transform: rotateX(180deg) translate3d(0, 0, 0);
  -o-transform: rotateX(180deg) translate3d(0, 0, 0);
  transform: rotateX(180deg) translate3d(0, 0, 0);
}

.rotating.flip.cube .front {
  -webkit-transform: translate3d(0, 0, 100px) scale(0.9, 0.9);
  -moz-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
  -ms-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
  -o-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
  transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
}

.rotating.flip.cube .back {
  -webkit-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
  -moz-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -ms-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -o-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}

.rotating.flip.cube.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
  -moz-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -ms-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  -o-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
  transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}

/* =========Custom-css======== */
/* Loader */
.spinner {
  max-width: 56px;
  max-height: 56px;
  display: grid;
  border: 4.5px solid #0000;
  border-radius: 50%;
  border-color: #8bbc46 #0000;
  animation: spinner-e04l1k 1s infinite linear;
}

.spinner::before,
.spinner::after {
  content: "";
  grid-area: 1/1;
  margin: 2.2px;
  border: inherit;
  border-radius: 50%;
}

.spinner::before {
  border-color: #ffc72c #673a1b;
  animation: inherit;
  animation-duration: 0.5s;
  animation-direction: reverse;
}

.spinner::after {
  margin: 8.9px;
}

@keyframes spinner-e04l1k {
  100% {
    transform: rotate(1turn);
  }
}

/* Loader */
.mega-menu .menu-links > li.nav-login {
  display: none;
}

.mega-menu.desktopTopFixed .menu-links > li.nav-login {
  display: block;
}

.custom-select-country {
  position: relative;
  overflow: hidden;
}

.custom-select-country ul li img {
  width: 20px;
}

.custom-select-country ul li {
  padding-left: 0;
}

.custom-select-country ul {
  position: absolute;
  top: 0;
  left: 0;
}

.custom-select-country .form-control {
  background: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: inherit;
  padding-left: 40px;
  color: #ffffff;
}

.login-form .field-widget i.show-hide-pass {
  top: 50%;
  position: absolute;
  right: 7px;
  left: inherit;
  cursor: pointer;
}

/* Otp-Generator-Start======S */
.otp-generator .otp-generator-wrap {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.otp-generator .otp-generator-wrap input.otp-input {
  width: 25%;
  height: 70px;
  text-align: center;
  font-size: 28px;
  color: #000;
  border-radius: 8px;
  border: none;
}

.otp-generator a.resend {
  text-align: right !important;
  display: block;
  margin-top: 30px;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
}

.otp-generator p.des {
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}

.otp-generator p.des span {
  font-weight: 700;
}

/* Otp-Generator-Start======E */

/* Profile-Start======S */
.profile-setup .upload-profile {
  border: 1px dashed #ffff;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: relative;
  margin: auto;
}

.profile-setup .upload-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: none;
}

.profile-setup .form_label {
  display: grid;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  margin: 60px 0;
  background: transparent;
  width: 30px;
  position: absolute;
  bottom: 10px;
  margin: 0;
  right: 0;
  height: 27px;
  border-radius: 50%;
}

.profile-setup #uploadFile {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: -999px;
  width: 1px;
  height: 1px;
}

.profile-setup h4 {
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  margin-top: 40px;
}

.profile-setup form {
  display: flex;
  flex-direction: column;
}

.profile-setup form label {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.profile-setup form input.profile-input {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #c7b7cf;
  height: 50px;
  padding-left: 0;
  color: #ffffff;
  margin-bottom: 22px;
}

.profile-setup form select.profile-input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #c7b7cf;
  height: 50px;
  padding-left: 0;
  color: #ffffff;
  margin-bottom: 22px;
  outline: 0;
}

.profile-setup form select.profile-input option {
  color: #000;
}

.profile-setup .select-gender span.sel-heading,
span.sel-heading {
  background: #ffc932d6;
  display: block;
  border-radius: 8px;
  padding: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.profile-setup .prefarence {
  margin-top: 60px;
}

.profile-setup .radio-buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
}

.profile-setup .radio-button {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}

.profile-setup .radio-button input[type="radio"] {
  display: none;
}

.profile-setup .radio-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #aaa;
  position: relative;
  margin-right: 10px;
}

.profile-setup .radio-circle::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.2s ease-in-out;
}

.profile-setup
  .radio-button
  input[type="radio"]:checked
  + .radio-circle::before {
  transform: translate(-50%, -50%) scale(1);
}

.profile-setup
  .radio-button
  input[type="radio"]:checked
  + .radio-circle::before {
  background-color: #ffc932;
}

.profile-setup .radio-label {
  font-size: 16px;
  font-weight: 200;
}

/* Profile-Start======E */
/* find-partner-Start======S */
section.find-partner {
  margin-bottom: 0;
  position: relative;
}

.find-partner iframe {
  border: 0;
  width: 100%;
  height: 600px;
}

.find-partner .map-container {
  position: relative;
  height: 100vh;
}

.find-partner .map-container > div:nth-child(2) {
  height: 100% !important;
}

.find-partner .map-container .pro-details-show-container {
  position: absolute;
  top: 50%;
  right: 50%;
}

.find-partner img.map-profile {
  width: 53px;
  height: 53px;
  border-radius: 50%;
}

.find-partner .profile-overlay {
  background: black;
  color: #fff;
  padding: 10px 20px;
  display: flex;
  gap: 20px;
  transform: translateX(-50%);
  position: absolute;
  top: -50px;
  left: 50%;
  border-radius: 10px;
}

.find-partner .content-wrap ul {
  display: flex;
}

.find-partner span {
  white-space: nowrap;
}

.find-partner .profile-overlay:before {
  content: "";
  border: 20px solid #0a0909;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  width: 40px;
  position: absolute;
  top: -40px;
  right: 50%;
  transform: translateX(50%);
}

.find-partner a.view-profile {
  color: #8abb45;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-top: 10px;
}

.find-partner .content-wrap {
  margin-top: 10px;
}

.find-partner .side-option {
  position: absolute;
  top: 0;
  right: 90px;
  z-index: 9;
}

.find-partner .side-option ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
  font-size: 14px;
  font-weight: 800;
}

/* find-partner-Start======E */
/* user-profile-Start====== */
.user-profile {
  padding-bottom: 40px;
}

.user-profile .user-profile-header .pro {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}

.user-profile .user-profile-header {
  display: flex;
  justify-content: center;
  padding: 60px 0 20px 0;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.user-profile .user-profile-header span {
  font-size: 28px;
  font-weight: 500;
  margin: 10px 0;
}

.user-profile .user-profile-header p {
  font-size: 18px;
}

.user-profile .user-profile-header .pro img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.user-profile div#v-pills-tab {
  align-items: flex-start !important;
  gap: 10px;
  background: #a1c86a;
  border-radius: 9px;
  padding: 10px;
  width: 25%;
}

.user-profile .nav-pills .nav-link {
  width: 100%;
  text-align: left;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.user-profile .nav-pills .nav-link.active {
  background: #92a673;
  color: #fff;
}

.user-profile .tab-content {
  width: 75%;
}

/* Edit-profile-S */
.user-profile .edit-profile .upload-profile {
  border: 1px dashed #ffff;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: relative;
  margin: auto;
}

.user-profile .edit-profile .upload-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.user-profile .edit-profile .form_label {
  display: grid;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  margin: 60px 0;
  background: transparent;
  width: 30px;
  position: absolute;
  bottom: 10px;
  margin: 0;
  right: 0;
  height: 27px;
  border-radius: 50%;
}

.user-profile .edit-profile #uploadFile {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: -999px;
  width: 1px;
  height: 1px;
}

.user-profile .edit-profile .button.btn-theme {
  box-shadow: none;
}

.user-profile .edit-profile .form-label {
  color: #222020c7;
  font-size: 18px;
  font-weight: 500;
}

/* Edit-profile-S */

/* add-fund-S */

.user-profile .add-fund h2 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-weight: 400;
}

.user-profile .add-fund p {
  text-align: center;
  font-size: 18px;
  color: #000;
  margin-top: 16px;
}

.user-profile .add-fund ul {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.user-profile .add-fund ul li {
  border: 2px solid #232422;
  font-size: 35px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  transition: all 0.5s;
  cursor: pointer;
}

.user-profile .add-fund ul li:hover {
  border: 2px solid #a1c86a;
  color: #a1c86a;
}

/* add-fund-E */

/* packages-S */
.user-profile .packages h2 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 400;
}

.user-profile .packages p.fs-500 {
  text-align: center;
  font-size: 18px;
  color: rgb(0, 0, 0);
  margin-top: 16px;
}

.user-profile .packages .plan {
  padding: 20px 10px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.user-profile .packages .plan p.active_btn {
  color: #a1c86a;
  text-align: right;
  font-weight: 500;
  font-size: 14px;
  background: #fff;
  width: fit-content;
  margin-left: auto;
  border-radius: 33px;
  padding: 0px 12px;
}

.plan span.expire_date {
  color: #ff2c3f;
  font-size: 15px;
  text-align: right;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
}

.user-profile .packages .plan--light {
  color: #4e4e4e;
  background: linear-gradient(-45deg, #e5e3e8, #fafafa);
}

.user-profile .packages .plan--light .plan-price {
  color: #a1c86a;
  text-transform: capitalize;
}

.user-profile .packages .plan--light .btn {
  color: #fff;
  background: #a1c86a;
}

.user-profile .packages .plan--accent {
  color: #fff;
  background: linear-gradient(-45deg, #a1c86a, #607445);
}

.user-profile .packages .plan--accent .btn {
  color: #4e4e4e;
  background: #fff;
}

.user-profile .packages .plan-title {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  font-weight: 500;
}

.user-profile .packages .plan-price {
  margin: 0;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.user-profile .packages .plan-price span {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
}

.user-profile .packages .plan-description {
  margin: 2em 0;
  line-height: 1.5;
}

.user-profile .packages .btn {
  display: inline-block;
  padding: 0.5em 0.75em;
  border-radius: 0.25em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  background: #00a1ab;
  transition: 0.3s;
}

.user-profile .packages .btn:hover {
  opacity: 0.7;
}

.user-profile .packages .btn--light {
  color: #4e4e4e;
  background: #fff;
}

.user-profile .packages .btn--dark {
  color: #fff;
  background: #4e4e4e;
}

.user-profile .packages ul li {
  padding: 0;
  font-size: 18px;
  margin-bottom: 10px;
}

.user-profile .packages ul {
  margin: 20px 0;
}

/* packages-E */

/* change-password-S */
.user-profile .change-password h2 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-weight: 400;
}

.user-profile .change-password .password-container {
  max-width: 55%;
  margin: 20px auto 0 0;
}

.user-profile .change-password .password-container label {
  color: #222020c7;
  font-size: 18px;
  font-weight: 500;
}

.user-profile .change-password .password-container .button.btn-theme {
  box-shadow: none;
}

/* change-password-E */
/* change-password-E */
.step-social {
  background: #8abb45;
}

/* change-password-E */
/* user-profile-End====== */

.banner-main-text {
  padding: 200px 0;
}

.banner-main-text span#changingword {
  display: block;
}

/* view-profile-section-====Start */
.view-profile-section {
  background: #fff;
}

.view-profile-section .view-profile-bg {
  background: linear-gradient(150deg, #0098f0 20%, #00f2c3 100%);
  width: 100%;
  height: 230px;
  position: relative;
  overflow: hidden;
}

.view-profile-section .view-profile-bg span:nth-child(1) {
  width: 11rem;
  height: 11rem;
  top: 30%;
  left: 16%;
  background: rgba(255, 255, 255, 0.05);
  display: block;
  position: absolute;
  z-index: 2;
  border-radius: 50%;
}

.view-profile-section .view-profile-bg span:nth-child(2) {
  width: 8rem;
  height: 8rem;
  top: 18%;
  left: 1%;
  background: rgba(255, 255, 255, 0.12);
  display: block;
  position: absolute;
  z-index: 2;
  border-radius: 50%;
}

.view-profile-section .view-profile-bg span:nth-child(3) {
  width: 8rem;
  height: 8rem;
  top: 34%;
  right: 10%;
  background: rgba(255, 255, 255, 0.1);
  animation-duration: 38s;
  display: block;
  position: absolute;
  z-index: 2;
  border-radius: 50%;
}

.view-profile-section .view-profile-bg span:nth-child(4) {
  width: 4rem;
  height: 4rem;
  top: 34%;
  right: 3%;
  background: rgba(255, 255, 255, 0.2);
  animation-duration: 34s;
  display: block;
  position: absolute;
  z-index: 2;
  border-radius: 50%;
}

.view-profile-section .view-profile-bg span:nth-child(5) {
  width: 12rem;
  height: 12rem;
  top: 42%;
  right: 28%;
  background: rgba(255, 255, 255, 0.1);
  animation-duration: 40s;
  display: block;
  position: absolute;
  z-index: 2;
  border-radius: 50%;
}

.view-profile-section .view-profile-bg span:nth-child(6) {
  width: 8rem;
  height: 8rem;
  top: 72%;
  left: 6%;
  background: rgba(255, 255, 255, 0.05);
  animation-duration: 38s;
  display: block;
  position: absolute;
  z-index: 2;
  border-radius: 50%;
}

.view-profile-section .view-profile-bg span:nth-child(7) {
  width: 4rem;
  height: 4rem;
  top: 82%;
  right: 8%;
  background: rgba(255, 255, 255, 0.05);
  animation-duration: 34s;
  display: block;
  position: absolute;
  z-index: 2;
  border-radius: 50%;
}

.view-profile-section .content {
  max-width: 800px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: auto;
  padding: 2rem;
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  margin-top: 20px;
  margin-bottom: 40px;
}

.view-profile-section .content__avatar {
  width: 12rem;
  height: 12rem;
  position: absolute;
  top: -160px;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, 50%);
  /* background: #8f6ed5
    url(https://image.freepik.com/free-photo/friendly-brunette-looking-camera_23-2147774849.jpg)
    center center no-repeat; */
  background-size: cover;
  border-radius: 50%;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}

/* ==== 13.12.2023 */
.content__avatar img {
  margin-left: 0px;
  margin-top: 5px;
  border-radius: 95px;
  width: 190px;
  height: 190px;
  object-fit: cover;
}

.view-profile-section .content__title {
  margin-top: 130px;
}

.view-profile-section .content__title h2 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}

.view-profile-section .content__title span {
  display: block;
  text-align: center;
}

.view-profile-section ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}

.view-profile-section .choose > img:last-child {
  margin-left: 10px;
}

.view-profile-section .age-text strong {
  font-size: 18px;
}

.view-profile-section .age-text span {
  text-align: left;
  padding-left: 20px;
  position: relative;
}

.view-profile-section .age-text span::before {
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  background: #bfbfbf;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.view-profile-section .age-text span.online::before {
  background: #5ad439;
}

.view-profile-section ul li h6 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.view-profile-section span.sharp-r {
  font-size: 16px;
}

.view-profile-section span.connect {
  background: #8abb45;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.view-profile-section ul li button {
  border: none;
  outline: 0;
  padding: 0;
  background: transparent;
}

/* view-profile-section-====End */

/* Login-form-Start */

/* .PhoneInputInput {
  background: transparent;
  border-bottom: 1px solid #c7b7cf;
  border-top: none;
  border-right: none;
  border-left: none;
  padding-left: 39px;
}
.select-styled {
  color: #fff;
  font-size: 0;
}
.custom-select-country ul {
  font-size: 0;
}

.PhoneInputCountry {
  display: inline-block !important;
  position: absolute !important;
  top: -19px !important;
  left: 8px;
}
.custom-select-country {
  margin-top: 40px;
}
div.PhoneInputCountryIcon > svg {
  color: white;
  font-size: 34px;
  width: 27px;
  height: 36px;
  position: absolute;
  top: 14px;
  left: -4px;
} */
.custom-select-country .PhoneInputInput {
  padding-left: 35px;
  background: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  padding-bottom: 15px;
  border-bottom: 1px solid #c7b7cf;
}

.custom-select-country .PhoneInputCountry {
  position: absolute;
  left: 0;
  top: 2px;
  overflow: hidden;
}

.custom-select-country .select-styled {
  font-size: 0;
}

.PhoneInputCountryIcon {
  color: #fff;
  font-size: 17px;
}

/* Login-form-End */

/* map */
.gm-style .gm-style-iw-c {
  background: red;
  height: 140px;
  width: 470px;
}

.gm-style .gm-style-iw-c {
  background: transparent;
  box-shadow: none;
  top: 170px;
  height: 190px;
}

button.gm-ui-hover-effect {
  background: #8abb45 !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  z-index: 99999;
  margin-right: 40px !important;
  margin-top: 10px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute !important;
  top: 0px !important;
  right: -20px !important;
}

.gm-ui-hover-effect > span {
  background-color: #fff;
}

.gm-style .gm-style-iw-d {
  background-color: transparent;
  height: 0;
}

.gm-style .gm-style-iw-tc::after {
  display: none;
}

.find-partner .profile-overlay div > img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.find-partner .profile-overlay small {
  padding-left: 14px;
  position: relative;
  display: block;
  margin-top: 8px;
  font-size: 13px;
}
.find-partner .profile-overlay small::before {
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  background: #bfbfbf;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.find-partner .profile-overlay small.online::before {
  background: #5ad439;
}
/* 20/12/2023 */
.chatUi {
  height: 600px;
  position: relative;
}

/* Edit-profile-Start */
.user-profile .user-profile-header .upload-pro-container {
  position: relative;
}

.user-profile .upload-pro-container label.pro-upload {
  position: absolute;
  width: 30px;
  bottom: 10px;
  z-index: 9;
  right: 0px;
}

.user-profile .upload-pro-container input#uploadFile {
  display: none;
}

.edit-profile label.radio-button {
  display: flex;
  gap: 9px;
}

.edit-profile .radio-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

/* Radio-button-Start */
.edit-profile .radio-button {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}

.edit-profile .radio-button input[type="radio"] {
  display: none;
}

.edit-profile .radio-circle {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border: 2px solid #8abb45;
  border-radius: 50%;
}

.edit-profile .radio-circle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #8abb45;
  transition: all 0.2s ease-in-out;
}

.edit-profile .radio-button input[type="radio"]:checked ~ .radio-circle:before {
  transform: translate(-50%, -50%) scale(1);
}

.edit-profile .radio-label {
  font-size: 16px;
  font-weight: 600;
}

/* Radio-button-End */
/* Edit-profile-End */

/* Add-photos-start */
.add-photos input.form-control.add-p-upload {
  display: none;
}

.add-photos .ad-ph-wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  background: #322e2e;
  padding-top: 6px;
}

.add-photos .ad-ph-wrap i {
  color: #a1c86a;
  font-size: 20px;
  cursor: pointer;
}

.add-photos .ad-p-container {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.add-photos .ad-ph-overlay {
  position: absolute;
  bottom: -35px;
  width: 100%;
  left: 0px;
  right: 0;
  transition: all 0.5s;
}

.add-photos .ad-p-container:hover .ad-ph-overlay {
  bottom: 0;
}

.add-photos .ad-p-container > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Add-photos-end */

/* 22-12-2023-Start======*/
/* Header */
.mega-menu > section.menu-list-items .col-md-12.position-relative {
  position: static !important;
}

.mega-menu > section.menu-list-items .row.position-relative {
  position: static !important;
}

/* 22-12-2023-End======*/

/* 23-12-2023 */
.mega-menu .menu-links li.mb-view-login {
  /* display: none; */
  line-height: 30px;
  color: #ffffff !important;
  padding: 10px 20px;
}

/* CHAT-BOX-START */
.chatUi {
  height: 100vh;
  padding: 15px;
  /* position: fixed; */
  /* top: 0;
  left: 0;
  width: 100%;
  z-index: 9999; */
  background: white;
}

.request_confirm_box h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.request_confirm_box button {
  border: none;
  background: #8bbc46;
  color: #fff;
  padding: 8px 20px;
  margin: 0 10px;
  border-radius: 14px;
}

.chatUi .cs-avatar.cs-avatar--md > img {
  object-fit: cover;
}

.chatUi .cs-message__content {
  min-width: 130px;
  text-align: left;
  padding: 5px 10px;
}

.chatUi span.custom_time_msg {
  display: block;
  text-align: right;
  font-size: 13px;
  line-height: normal;
}

.chatUi .cs-main-container .cs-conversation-header {
  margin-bottom: 20px;
}

.chatUi .cs-main-container > .cs-sidebar.cs-sidebar--left ul li {
  margin-top: 0;
  padding-left: 0;
}

/* CHAT-BOX-END */
/* Resend */
button.resend {
  background: none;
  border: none;
  text-align: center;
  display: block;
  width: 100%;
  padding: 10px;
}

#header.dark {
  width: 100%;
}

.find-partner .content-wrap ul button {
  border: none;
  background: transparent;
  outline: 0;
}

.callRequestModal button.btn.btn-primary {
  background: #8abb45;
  border-radius: 10px;
  border: none;
}

.callRequestModal .modal-body img {
  margin: auto;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #ffffffad;
}

.callRequestModal .modal-body p {
  text-align: center;
  font-size: 21px;
  text-transform: capitalize;
  font-weight: 400;
  margin-top: 10px;
}

/*--==Video-call=--==-Start*/
.vid-main-container {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background: #262424;
}

.vid-main-container .vid-position {
  position: relative;
}

.remote_user .video_player {
  width: 100% !important;
  height: 100vh !important;
}

.vid-main-container .vid-position .remote_user {
  object-fit: contain !important;
  color: #fff;
}

.vid-main-container .vid-position .local_user {
  position: absolute;
  bottom: 40px;
  right: 30px;
  color: #fff;
}

.remote_user .agora_video_player {
  object-fit: contain !important;
}

.vid-main-container .btn-wrap {
  position: fixed;
  bottom: 10px;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
}

.vid-main-container .btn-wrap button {
  background: #8bbc47;
  color: #fff;
  border: none;
  margin: 0 10px;
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 16px;
}

/*--==Video-call=--==-End*/
/*--==Audio-call=--==-Start*/
.audio_call {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  background: #322f2f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  flex-direction: column;
}

#members img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}

#members {
  display: flex;
  flex-direction: column-reverse;
  background: #fff;
  width: 270px;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 26px 0;
  border-radius: 10px;
  box-shadow: rgb(139 188 71) 0px 1px 0px, rgb(139 188 71) 0px 0px 8px;
}

#members p {
  color: #000;
  text-align: center;
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 400;
  margin: 10px 0;
}

.audio_call_timer {
  font-size: 25px !important;
  text-align: center;
  color: #fff;
  font-weight: 300 !important;
  padding: 10px 0;
  position: absolute;
  top: 10px;
  right: 20px;
}

.audio_call .au-wrap {
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

.audio_call .au-wrap button {
  background: #8bbc47;
  border: none;
  outline: 0;
  font-size: 14px;
  color: #fff;
  padding: 6px 15px;
  border-radius: 28px;
  white-space: nowrap;
}
.audio_call .au-wrap button.call-end {
  background: #ed1c22;
}

.audio-container .a-btn-wrap {
  position: fixed;
  bottom: 10px;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
}

.audio-container .a-btn-wrap button {
  background: #8bbc47;
  color: #fff;
  border: none;
  margin: 0 10px;
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 16px;
}

.audio-container .au-midle {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.audio-container .au-midle div#members {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}

.audio-container .au-midle div#members img {
  border-radius: 50%;
  object-fit: cover;
}

/* Audio-animation----Start*/
@keyframes quiet {
  25% {
    transform: scaleY(0.6);
  }

  50% {
    transform: scaleY(0.4);
  }

  75% {
    transform: scaleY(0.8);
  }
}

@keyframes normal {
  25% {
    transform: scaleY(1);
  }

  50% {
    transform: scaleY(0.4);
  }

  75% {
    transform: scaleY(0.6);
  }
}

@keyframes loud {
  25% {
    transform: scaleY(1);
  }

  50% {
    transform: scaleY(0.4);
  }

  75% {
    transform: scaleY(1.2);
  }
}

.boxContainer {
  display: flex;
  justify-content: space-between;
  height: 64px;
  --boxSize: 8px;
  --gutter: 4px;
  width: calc((var(--boxSize) + var(--gutter)) * 5);
}

.boxContainer .box {
  transform: scaleY(0.4);
  height: 100%;
  width: var(--boxSize);
  background: #8bbc47;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  border-radius: 8px;
}

.boxContainer .box1 {
  animation-name: quiet;
}

.boxContainer .box2 {
  animation-name: normal;
}

.boxContainer .box3 {
  animation-name: quiet;
}

.boxContainer .box4 {
  animation-name: loud;
}

.boxContainer .box5 {
  animation-name: quiet;
}

/* Audio-animation----End*/

/*--==Audio-call=--==-End*/

/* 04-02-2024 */
.user-profile .add-fund ul.a-f-m li {
  width: auto;
  height: auto;
  padding: 20px;
  border-radius: 20px;
}

/* Payment-card */
.stripeCard {
  max-width: 400px;
  margin: 40px auto;
  height: auto;
  /* background: linear-gradient( rgba(255, 255, 255, 1) 25%, rgba(255,255,255,0.2) ), #ddd; */
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 10px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 0 2px 10px rgba(51, 51, 51, 0.2);
  box-shadow: 0 2px 10px rgba(51, 51, 51, 0.2);
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
}

.stripeCard-center {
  min-height: calc(100vh - 190px);
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.stripeCard button[type="submit"] {
  background: #a1c86a;
  color: #fff;
  border: none;
  padding: 7px 45px;
  outline: 0;
  font-size: 18px;
  border-radius: 4px;
  display: block;
  margin-left: auto;
}

.stripeCard iframe {
  min-height: 320px !important;
}

.stripeCard .CardField-input-wrapper {
  position: static !important;
}

.CardField {
  position: static;
  display: flex;
  flex-direction: column;
}

.CardField .CardField-input-wrapper {
  position: static !important;
  padding-top: 60px !important;
}

.payment-status-center {
  height: calc(100vh - 190px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.payment-status {
  height: auto;
  padding: 30px 15px;
}

.payment-status h2 {
  text-align: center;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.payment-status img {
  max-width: 60px;
  width: 100%;
  display: block;
  margin: auto;
}

.payment-status a {
  display: block;
  text-align: center;
  background: #8bbc46;
  width: fit-content;
  margin: auto;
  color: #fff;
  padding: 6px 40px;
  border-radius: 4px;
}

/* Video-call===Start*/
.video_call {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  height: 100vh;
  background: #000;
  overflow: auto;
}

.video_call .video_call_timer {
  text-align: right;
  padding: 20px;
  color: #fff;
  font-size: 20px !important;
  z-index: 9;
  position: absolute;
  top: 0;
  right: 0;
}

.video_call .remote_user {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
}

.video_call .local_user {
  width: 150px;
  height: 160px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.v-cal-btn-wrap {
  position: absolute !important;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.v-cal-btn-wrap button {
  border: none;
  outline: 0 !important;
  background: #8bbc47;
  color: #fff;
  margin: 0 10px;
  padding: 8px 30px;
  border-radius: 41px;
  white-space: nowrap;
  font-size: 18px;
}
.v-cal-btn-wrap button.off i {
  position: relative;
}
.v-cal-btn-wrap button.off i::after {
  content: "";
  width: 2px;
  height: 28px;
  background: #fff;
  position: absolute;
  left: 7px;
  top: -6px;
  transform: rotate(28deg);
}
.v-cal-btn-wrap button.call-end {
  background: #ed1c22;
}

/* Video-call===End*/
button.chat-close {
  border: none;
  color: #8abb45;
  border-radius: 50%;
  font-size: 30px;
  background: transparent;
  outline: 0;
}

footer .footer-list {
  margin: 20px 0;
}

footer .footer-list ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

footer .footer-list ul li a {
  color: #fff;
  font-size: 16px;
  padding: 0 10px;
  font-weight: 500;
}

footer .social-icons ul {
  padding: 0;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.cs-message-list .packages {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.cs-message-list .packages .plan {
  background: linear-gradient(-45deg, #e5e3e8, #fafafa);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(165, 171, 158, 0.3);
  padding: 20px 40px;
  border-radius: 8px;
}

.cs-message-list .plan ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.plan .plan-title {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  font-weight: 500;
}

/* Connections-Start=====Start*/
.connections {
  max-width: 800px;
  margin: 20px auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: calc(100vh - 230px);
  overflow-y: scroll;
  min-height: 260px;
}

.connections h1 {
  text-align: center;
  color: #333;
  font-size: 44px;
  font-family: "Montserrat", sans-serif;
}

.connections .profile {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.connections .profile img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.connections .profile .details {
  flex: 1;
}
.connections .profile .details p span {
  text-align: left;
  padding-left: 20px;
  position: relative;
}
.connections .profile .details p span::before {
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  background: #bfbfbf;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.connections .profile .details p span.online::before {
  background: #5ad439;
}

.connections .profile h2 {
  margin: 0;
  color: #333;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: normal;
}

.connections .profile p {
  margin: 0;
  color: #666;
}

.connections .icons {
  display: flex;
  align-items: center;
}

.connections .icon {
  margin-right: 10px;
  cursor: pointer;
}

/* Connections-Start=====End*/

/*=====add-photos_container=====Start*/
.add-photos_container {
  width: 100%;
  overflow: hidden;
  padding: 40px 15px;
  min-height: 100vh;
}
/*=====add-photos_container=====End*/

/* Home-page-modal=====Start*/
.modal.fade .modal-dialog {
  transform: translate(550px, 0);
}

.modal.show .modal-dialog {
  transform: none;
}
.VisibilityModal .modal-dialog {
  margin: 0 0 0 auto !important;
}
.VisibilityModal {
  padding: 0 !important;
}
.VisibilityModal .modal-content {
  height: 100vh;
  overflow: auto;
}
.filter-modal section.page-section-ptb.profile-setup {
  background: transparent !important;
}
.filter-modal section.page-section-ptb.profile-setup .col-lg-6 {
  width: 100%;
}
.VisibilityModal button.btn.btn-sm.btn-success {
  background: #8abb45;
  border: 1px solid #8abb45;
}
.v-m-content li {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: fit-content;
}
.v-m-content .btn-wrap {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.v-m-content button.false {
  background: #ddd;
}
.v-m-content li:first-child {
  margin-bottom: 30px;
}

.profile-setup .radio-label,
.profile-setup form input.profile-input {
  color: #fff;
  font-weight: 500;
}
.filter-modal .profile-setup form label,
.filter-modal .profile-setup .radio-label,
.filter-modal .profile-setup form select.profile-input {
  color: #000;
}
.profile-setup .select-styled {
  color: #fff;
}
.filter-modal .profile-setup .select-gender span.sel-heading,
span.sel-heading {
  background: #8abb45;
}
.filter-modal
  .profile-setup
  .radio-button
  input[type="radio"]:checked
  + .radio-circle::before {
  background: #8abb45;
}
.filter-modal .page-section-ptb {
  padding: 0;
}
/* Home-page-modal=====End*/

/* .connection-container====Start */
.connection-container {
  max-width: 560px;
  width: 100%;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -46%);
  z-index: 99;
}

.connection-container .connection {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.connection-container .profile-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 20px;
}

.connection-container .profile-info {
  flex-grow: 1;
}

.connection-container .profile-name {
  font-weight: bold;
  min-width: 140px;
}
.connection-container .top-alignment {
  color: #3d3d3d;
  font-size: 13px;
  font-weight: bold;
}
.connection-container .top-alignment ul {
  display: flex;
  align-items: center;
  padding-left: 94px;
  justify-content: space-between;
}
.connection-container .top-alignment ul li:first-child {
  min-width: 140px;
}
.connection-container .profile-distance {
  color: #777;
  min-width: 110px;
  text-align: right;
}

.connection-container .match-percentage {
  font-size: 0.9em;
  color: #4caf50;
}
.connection-container .connection img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}

/* Call-Tab====Start*/
.user-profile .call-tab .nav-link {
  border: 1px solid #a1c86a;
  color: #a1c86a;
}
.book-date-tabe {
  margin-bottom: 30px;
}

.book-date-tabe input[type="date"] {
  position: relative;
  padding: 10px;
}

.book-date-tabe input[type="date"]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
}

.book-date-tabe input[type="date"]:before {
  color: transparent;
  background: none;
  display: block;
  font-family: "FontAwesome";
  content: "\f073";
  /* This is the calendar icon in FontAwesome */
  width: 15px;
  height: 20px;
  position: absolute;
  top: 12px;
  right: 6px;
  color: #a1c86a;
}

/* Call-Tab====End*/

/* Profile-block-option */
.block-report {
  position: absolute;
  top: 40px;
  right: 40px;
}
.block-report i {
  font-size: 20px;
  cursor: pointer;
}
.block-report ul {
  background: #5e5353;
  padding: 3px 9px;
  position: absolute;
  top: 30px;
  left: -60px;
  border-radius: 3px;
  display: none;
}
.block-report ul.active {
  display: block;
}
.block-report ul li {
  padding: 0;
}
.block-report ul li a {
  color: #fff;
}
/* Profile-block-option */

/* All-pages===Start*/
.ful-hei {
  padding: 40px 15px;
  min-height: calc(100vh - 190px);
  height: auto;
}
.ful-hei p {
  margin-bottom: 0;
}
/* All-pages===End*/
/* contact-position */
.contact-position .input-group {
  position: relative;
}
.contact-position .input-group .form-field-error {
  position: absolute;
  margin: 0;
  bottom: -24px;
}

/* .connection-container====End */

/* section.login-form {
  min-height: calc(100vh - 769px);
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 100%;
} */

.login-form-vh,
.register-vh {
  min-height: calc(100vh - 420px);
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 100%;
}
.forgot-vh {
  background: url(../images/pattern/04.png) 0px 0px / cover no-repeat;
  min-height: calc(100vh - 420px);
  height: auto;
}

.search-modal .search-modal_content .search-fil li {
  position: relative;
  width: 100%;
  margin: 0;
}
.search-modal .search-modal_content .search-fil li button {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  background-color: #a1c86a;
  color: #fff;
  border: none;
  outline: 0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.search-modal .search-modal_content .search-fil li input {
  width: 100%;
  padding: 10px;
  border-radius: 40px;
  border: 1px solid #a1c86a;
  color: #000;
  font-size: 14px;
}

.search-modal .search-modal_content .connection-container {
  width: 100%;
  max-height: 312px;
  overflow-y: auto;
  position: static;
  transform: none;
}

.search-modal .search-modal_content .connection-container {
  --sb-track-color: #232e33;
  --sb-thumb-color: #a1c86a;
  --sb-size: 3px;
}

.search-modal .search-modal_content .connection-container::-webkit-scrollbar {
  width: var(--sb-size);
}

.search-modal
  .search-modal_content
  .connection-container::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 3px;
}

.search-modal
  .search-modal_content
  .connection-container::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 3px;
}
/* 23-03-2024 */
div:where(.swal2-container) h2:where(.swal2-title) {
  font-family: "Montserrat", sans-serif;
  font-size: 16px !important;
  line-height: 29px;
}
.call-end-popup {
  background-color: #d83025;
  color: #fff;
  border: none;
  outline: 0;
  font-size: 18px;
  border-radius: 60px;
  width: 80px;
  height: 35px;
  position: relative;
  overflow: hidden;
}
.call-end-popup i {
  transform: rotate(134deg);
}
.call-rec-popup {
  background-color: #1d873c;
  color: #fff;
  border: none;
  outline: 0;
  font-size: 18px;
  border-radius: 60px;
  width: 80px;
  height: 35px;
  position: relative;
  overflow: hidden;
}
/* Map-image-round===Start*/
.find-partner
  .gm-style
  div:first-child
  > div:first-child
  div:nth-child(4)
  > div
  > img {
  border-radius: 50%;
  object-fit: cover;
  width: 40px !important;
  height: 40px !important;
}

/* Animation===start*/
.call-rec-popup::before,
.call-end-popup::before {
  content: "";
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 50px 30px #fff;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
.call-rec-popup:hover::before,
.call-end-popup:hover::before {
  -webkit-animation: sh02 0.5s 0s linear;
  -moz-animation: sh02 0.5s 0s linear;
  animation: sh02 0.5s 0s linear;
}
@keyframes sh02 {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}
/* Animation===end*/
/* Map-image-round===End*/

.callRequestModal .modal-content {
  background-color: #000;
  color: #fff;
}
.callRequestModal .modal-header,
.callRequestModal .modal-footer {
  border: 0;
}

.backdrop {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.backdrop .ba-drp-callicon i {
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes trin {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  20%,
  32%,
  44%,
  56%,
  68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  23%,
  35%,
  47%,
  59%,
  71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  26%,
  38%,
  50%,
  62%,
  74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  29%,
  41%,
  53%,
  65%,
  77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.backdrop .loader {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
}
.backdrop span {
  font-weight: 600;
  font-size: 12px;
}

.backdrop .dot {
  background: white;
  margin: 5px;
  animation-name: loader;
  animation-duration: 0.7s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.backdrop .dot:nth-child(1) {
  animation-delay: 0.2s;
}
.backdrop .dot:nth-child(2) {
  animation-delay: 0.4s;
}
.backdrop .dot:nth-child(3) {
  animation-delay: 0.6s;
}
.backdrop .dot:nth-child(4) {
  animation-delay: 0.8s;
}

@keyframes loader {
  from {
    width: 2px;
    height: 2px;
    border-radius: 50%;
  }
  to {
    width: 6px;
    height: 6px;
    border-radius: 50%;
  }
}
.connections .profile.wallet-de .details.wallet-de-des {
  flex-basis: calc(50% - 20px);
  flex-grow: 0;
}
.connections .profile.wallet-de .wallet-de-card {
  flex-grow: 1;
}
.connections .profile.wallet-de .wallet-de-card p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
}
.connections .profile.chat-package .chat-price p {
  font-size: 16px;
  font-weight: 600;
}
.connections .profile.wallet-de .details.wallet-de-des h2,
.connections .profile.chat-package .details h2 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
.connections .profile.wallet-de .details.wallet-de-des p,
.connections .profile.chat-package .details p {
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
}
.login-img .login-1-form p.des {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 22px;
}
.user-profile .change-password .password-container .pas-ic {
  position: relative;
}
.user-profile .change-password .password-container .pas-ic i {
  position: absolute;
  top: 50px;
  right: 19px;
  font-size: 19px;
  cursor: pointer;
}

header.sticky section.menu-list-items,
header.sticky .mega-menu {
  position: fixed;
  background: #000;
}

/* Media-quires */

@media only screen and (max-width: 991px) {
  .mega-menu .menu-links li.mb-view-login {
    display: block;
  }

  #header + .fullscreen {
    top: 0;
    padding-bottom: 200px;
  }

  .user-profile div#v-pills-tab,
  .user-profile .tab-content {
    width: 100%;
  }

  .user-profile .change-password .password-container {
    max-width: 100%;
  }

  .stripeCard-center,
  .payment-status-center {
    height: 100vh;
  }
}

@media only screen and (max-width: 767px) {
  .user-profile .container > .align-items-start {
    flex-direction: column;
  }

  .user-profile div#v-pills-tabContent {
    margin-top: 20px;
  }

  .user-profile .add-fund ul li {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }

  .user-profile .add-fund ul {
    flex-wrap: wrap;
  }

  .user-profile .add-photos .ad-p-container img {
    margin-bottom: 20px;
  }

  .user-profile .add-photos .mt-4,
  .user-profile .add-photos .sm-mb-2 {
    margin: 0 !important;
  }

  .page-section-pt.contact-us-page {
    padding: 40px 0;
  }
}

@media (min-width: 576px) {
  .filter-modal .modal-dialog {
    max-width: 670px !important;
  }
}

@media only screen and (max-width: 576px) {
  #header + .fullscreen {
    top: 0;
    padding-bottom: 158px;
    height: 400px !important;
  }

  .video_call .local_user {
    width: 90px;
    height: 120px;
    position: absolute;
    bottom: 130px;
    right: 10px;
  }

  .remote_user .agora_video_player {
    object-fit: cover !important;
  }

  .video_call .v-cal-btn-wrap button {
    padding: 5px 10px;
  }
  .video_call .v-cal-btn-wrap button i {
    margin-right: 10px;
  }
  .audio_call .au-wrap {
    bottom: 80px;
  }

  .view-profile-section ul li button > img {
    width: 80px;
  }

  .v-cal-btn-wrap {
    bottom: 90px;
  }

  .find-partner .side-option {
    top: 50px;
    right: 11px;
  }

  .chatUi {
    height: calc(100vh - 140px);
  }
  .connections {
    min-height: 100vh;
  }
  .connections h1 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .team-images {
    height: auto;
  }

  footer .footer-list ul li a {
    font-size: 12px;
  }

  footer .footer-list ul li {
    margin: 0;
  }

  footer .img-center {
    width: 70px;
  }

  .plan .plan-title {
    font-size: 18px;
  }
  .view-profile-section .content__title span svg.star-svg {
    width: 26px;
  }
  .content__avatar {
    width: 100px !important;
    height: 100px !important;
    top: -100px !important;
  }
  .view-profile-section .view-profile-bg {
    height: 120px;
  }
  .content__avatar img {
    width: 100px;
    height: 100px;
  }
  .user-profile .user-profile-header .pro {
    width: 100px;
    height: 100px;
  }
  .user-profile .upload-pro-container label.pro-upload {
    width: 28px;
  }
  .user-profile .upload-pro-container label.pro-upload img {
    width: 100%;
  }
  .user-profile .nav-pills .nav-link {
    font-size: 14px;
    padding: 5px;
  }
  .edit-profile .radio-label {
    font-size: 14px;
    font-weight: 500;
  }
  .connection-container .connection img {
    width: 40px;
    height: 40px;
  }
  .profile-info {
    padding-left: 15px;
  }
  .connection-container .top-alignment ul {
    padding-left: 52px;
  }
  .connection-container .top-alignment ul li:first-child {
    min-width: 80px;
  }
  .v-cal-btn-wrap,
  .audio_call .au-wrap {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    gap: 10px 10px;
  }
  .v-cal-btn-wrap button,
  .audio_call .au-wrap button {
    width: 48%;
    margin: 0;
  }
}
@media only screen and (max-width: 479px) {
  .login-1-social li a.gplus {
    border-radius: 30px !important;
    margin-bottom: 30px;
  }

  .login-1-social li a.apple {
    border-radius: 30px !important;
  }
}

/* Define what each icon button should look like */
.notification_button {
  color: white;
  display: inline-block; /* Inline elements with width and height. TL;DR they make the icon buttons stack from left-to-right instead of top-to-bottom */
  position: relative; /* All 'absolute'ly positioned elements are relative to this one */
  padding: 2px 5px; /* Add some padding so it looks nice */
}

/* Make the badge float in the top right corner of the button */
.notification_button__badge {
  background-color: #fa3e3e;
  border-radius: 2px;
  color: white;

  padding: 1px 3px;
  font-size: 10px;

  position: absolute;
  top: 0;
  right: 0;
}

.banner-store-wraper {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
  gap: 30px;
}
.banner-store-wraper img {
  max-width: 180px;
  width: 100%;
}
.banner-store-wraper a {
  display: inline-block;
  transition: all 0.5s linear;
}
.banner-store-wraper a:hover {
  transform: translateY(-4px);
}

footer .app-wraper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 30px 0 30px;
}
footer .app-wraper img {
  max-width: 140px;
  width: 100%;
}

footer .app-wraper a {
  display: inline-block;
  transition: all 0.5s ease;
}
footer .app-wraper a:hover {
  transform: translateY(-2px);
}

@media only screen and (max-width: 991px) {
  .banner-store-wraper {
    bottom: 90px;
  }
}

@media only screen and (max-width: 576px) {
  .banner-store-wraper {
    bottom: 138px;
    gap: 10px;
  }
  .banner-store-wraper img {
    max-width: 92px;
  }
  footer .app-wraper {
    flex-direction: column;
    gap: 10px;
    margin: 10px 0 10px;
  }
  footer .app-wraper img {
    max-width: 100px;
  }
}
