@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montez&display=swap');

@charset "UTF-8";
/*-------------------------------------


---------------------------------------*/
/* ....................................
1. Common CSS 
.......................................*/
@keyframes toTopFromBottom {
  /* Cicle Animation */
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
body {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #111111;
  width: 100%;
  padding-right: 0 !important;
  background: #fffdfd;
  transition: all 0.5s;
}
.montez-regular {
  font-family: "Montez", cursive;
  font-weight: 400;
  font-style: normal;
}
a {
  color: #111111;
  font-family: "Manrope", sans-serif;
  text-decoration: none;
  transition: all 0.5s;
}

i:before {
  margin-left: 0 !important;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
  transition: all 0.5s;
}
a:hover {
    color: #d81111;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Manrope", sans-serif;
  line-height: 1.1;
  font-weight: 400;
  color: #111111;
  margin: 0;
  padding: 0;
}

.b-none {
  border: none !important;
}

p, a {
  margin: 0;
  padding: 0;
  color: #797979;
}

p {
  font-family: "Manrope", sans-serif;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  transition: all 0.5s;
}

img {
  transition: all 0.5s;
}


.bg-color1 {
  background-color: #f6f7f9 !important;
}

.bg-color2 {
  background-color: #f9f9f9 !important;
}

.bg-color3 {
  background-color: #fffdfd !important;
}

.font-color-pink {
  color: #fa2456;
}

.cls-3 {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 6px;
}
#header-shape-gradient {
  --color-stop: #fa2456;
  --color-bot: #fd735a;
}


header {
  position: relative;
}
header .main-header-four {
  position: relative;
  z-index: 8;
  padding: 30px 0px 30px 0px;
}
header .main-header-four .main-menu {
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0px !important;
  background-color: transparent !important;
  box-shadow: none !important;
  padding-right: 0px;
}
header .main-header-four .main-menu > ul {
  padding-right: 0px;
  display: flex;
  align-items: center;
  border: none !important;
}
header .main-header-four .main-menu > ul .d-lg-block {
  display: inline-block !important;
}
header .main-header-four .main-menu > ul > li {
  display: inline-block;
  position: relative;
}
header .main-header-four .main-menu > ul > li > a {
    padding: 10px 20px;
    font-weight: 400;
    position: relative;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 8;
    font-size: 14px;
    color: #000;
}
header .main-header-four .main-menu > ul > li > a:hover {
  color: #fa2456;
}
header .main-header-four .main-menu > ul > li .sidebar-toggle {
  padding: 0;
  width: 46px;
  display: inline-block;
}
header .main-header-four .main-menu > ul > li .sidebar-toggle .sidebar-toggle-1 {
  transition-duration: 0.5s;
  width: 50%;
  display: inline-block;
  height: 2px;
  background-color: #000000;
}
header .main-header-four .main-menu > ul > li .sidebar-toggle .sidebar-toggle-2 {
  transition-duration: 0.5s;
  width: 70%;
  display: inline-block;
  height: 2px;
  background-color: #000000;
  position: absolute;
  right: 0;
}

header .main-header-four .main-menu > ul .mydropdown .maindropdown {
  top: 60px;
}
header .main-header-four .main-menu .overlay {
  position: fixed;
  top: 100%;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.15s;
}
header .main-header-four .main-menu .overlay.close {
  top: 0;
  left: 0;
}
header .main-header-four .main-menu .main-btn {
  padding-left: 35px;
}
header .main-header-four .main-menu .login-header {
  width: 200px;
}
header .main-header-four .main-menu .login-header .after-login {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .main-header-four .main-menu .login-header .after-login li a {
  font-size: 26px;
  color: #111111;
  position: relative;
}
header .main-header-four .main-menu .login-header .after-login li a small {
  position: absolute;
  top: -2px;
  right: -2px;
  color: #ffffff;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  line-height: 17px;
  text-align: center;
  font-size: 12px;
  background: linear-gradient(to right, #fa2456, #fd735a);
}


/*==================   top main wrapper scss ==================  */
.top-main-wrapper {
  background-image: url("../images/mainwrapper-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: transparent;
  width: 100%;
  height: 970px;
  position: relative;
}
.top-main-wrapper .header-box {
  width: 100%;
  height: 135px;
}
.top-main-wrapper .top-moddle-wrapper {
  position: relative;
  width: 100%;
}
.top-main-wrapper .top-moddle-wrapper .main-title {
  margin-top: 40px;
}
.top-main-wrapper .top-moddle-wrapper .main-title h1 {
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height:normal;
  letter-spacing: 0em;
  text-align: center;
}
.top-main-wrapper .top-moddle-wrapper .main-title h1 span {
  color: #E52828;
  position: relative;
}
.top-main-wrapper .top-moddle-wrapper .main-title h1 span::after {
  content: "";
  display: block;
  position: absolute;
  top: 101px;
  left: 42px;
  width: 195px;
  height: 15px;
  background-image: url("../images/meet-border.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
}
.top-main-wrapper .top-moddle-wrapper .top-left-box {
  position: relative;
  top: 190px;
  display: inline-block;
}
.top-main-wrapper .top-moddle-wrapper .top-left-box .top-leftdetail-box {
  display: inline-block;
  position: relative;
  width: 233px;
  height: 246px;
  background: #FFFFFF;
  box-shadow: 0px 4px 28px 9px rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  transform: translate3d(0, 100%, 0, 100%);
  animation: float 2s infinite;
}
.top-main-wrapper .top-moddle-wrapper .top-left-box .top-leftdetail-box .left-img-box {
  position: absolute;
  top: -15%;
  left: 30%;
}
.top-main-wrapper .top-moddle-wrapper .top-left-box .top-leftdetail-box .left-img-box img {
  border-radius: 55px;
  border: 3px solid #E52828;
}
.top-main-wrapper .top-moddle-wrapper .top-left-box .top-leftdetail-box .topleft-content-box {
  padding-top: 75px;
  text-align: center;
}
.top-main-wrapper .top-moddle-wrapper .top-left-box .top-leftdetail-box .topleft-content-box .top-inner-city {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
}
.top-main-wrapper .top-moddle-wrapper .top-left-box .top-leftdetail-box .topleft-content-box .top-inner-name {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 38px;
  color: #111111;
  text-align: center;
}
.top-main-wrapper .top-moddle-wrapper .top-left-box .top-leftdetail-box .topleft-content-box .top-inner-name span {
  color: #E52828;
  display: inline-block;
}
.top-main-wrapper .top-moddle-wrapper .top-left-box .top-leftdetail-box .topleft-content-box .distance-title {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #CCCCCC;
}
.top-main-wrapper .top-moddle-wrapper .top-left-box .top-leftdetail-box .topleft-content-box .top-left-box-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.top-main-wrapper .top-moddle-wrapper .top-left-box .top-leftdetail-box .topleft-content-box .top-left-box-btn a {
  width: 102px;
  height: 30px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #E52828;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0em;
  text-align: left;
}
.top-main-wrapper .top-moddle-wrapper .top-left-box::before {
  content: "";
  position: absolute;
  top: -210px;
  left: 170px;
  width: 75px;
  height: 62px;
  background-image: url("../images/hii-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  animation: float 2s infinite;
}
.top-main-wrapper .top-moddle-wrapper .indshape-1 {
  position: relative;
  display: block;
}
.top-main-wrapper .top-moddle-wrapper .indshape-1::after {
  content: "";
  position: absolute;
  top: -250px;
  right: 16%;
  height: 234px;
  width: 238px;
  background-image: url("../images/smile-emoji.png");
  background-repeat: no-repeat;
  background-size: cover;
  animation: box 6s linear infinite;
}
.top-main-wrapper .top-moddle-wrapper .indshape-1::before {
    content: "";
    position: absolute;
    top: -125px;
    right: 25%;
    width: 86px;
    height: 110px;
    background-image: url(../images/emoji-arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.top-main-wrapper .top-moddle-wrapper .indshape-2 {
  position: relative;
  display: block;
}
.top-main-wrapper .top-moddle-wrapper .indshape-2::after {
  content: "";
  position: absolute;
  top: 230px;
  right: 15%;
  width: 477px;
  height: 167px;
  background-image: url("../images/Chat.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  box-shadow: -20px 17px 56px rgba(0, 0, 0, 0.15);
  animation: float 2s infinite;
}
.top-main-wrapper .select-wrapper-ind4 {
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: -3%;
}
.top-main-wrapper .select-wrapper-ind4 .take-a-change-4 {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 4px 28px 9px rgba(0, 0, 0, 0.04);
  border-radius: 20px;
  padding: 20px 15px;
}
.top-main-wrapper .select-wrapper-ind4 .take-a-change-4 .inner-select-wrapper {
  width: 100%;
  height: auto;
  background: #FFEEF6;
  border-radius: 20px;
  padding: 40px 50px 40px 50px;
}
.top-main-wrapper .select-wrapper-ind4 .take-a-change-4 .inner-select-wrapper .ind4-common-heading {
  margin-top: 0px;
}
.top-main-wrapper .select-wrapper-ind4 .take-a-change-4 .inner-select-wrapper .ind4-common-heading p {
  font-size: 25px;
}
.top-main-wrapper .select-wrapper-ind4 .take-a-change-4 .inner-select-wrapper ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 35px;
       column-gap: 35px;
  margin-top: 25px;
}
.top-main-wrapper .select-wrapper-ind4 .take-a-change-4 .inner-select-wrapper ul li {
  width: 100%;
}
.top-main-wrapper .select-wrapper-ind4 .take-a-change-4 .inner-select-wrapper ul li .change-box .custum-select .dropdown {
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  border-radius: 5px;
  margin-top: 5px;
  transition: all 0.5s;
}
.top-main-wrapper .select-wrapper-ind4 .take-a-change-4 .inner-select-wrapper ul li .change-box .custum-select .dropdown:hover {
  background-color: #E52828;
}
.top-main-wrapper .select-wrapper-ind4 .take-a-change-4 .inner-select-wrapper ul li .change-box .custum-select .dropdown .list ul {
  display: block;
  margin-top: 0px;
}
.top-main-wrapper .select-wrapper-ind4 .take-a-change-4 .inner-select-wrapper ul li .ind4-btn-box {
  margin-bottom: 25px;
}
.top-main-wrapper .select-wrapper-ind4 .take-a-change-4 .inner-select-wrapper ul li .ind4-btn-box .ind4-select-btn {
  background: linear-gradient(242.82deg, #FB3957 -7%, #FC5F59 100.52%);
  border-radius: 5px;
  text-align: center;
  padding: 12px 20px;
  position: absolute;
  width: 194px;
  height: 49px;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  transition: all 0.5s;
  border: 2px solid transparent;
}
.top-main-wrapper .select-wrapper-ind4 .take-a-change-4 .inner-select-wrapper ul li .ind4-btn-box .ind4-select-btn:hover {
  background: transparent;
  border: 2px solid #E52828;
  color: #E52828;
}

.menuBtn-2 {
	display:flex;
	gap:10px;
}

/*==================   index 4 footer scss ==================  */


@keyframes beat {
  from {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(1.05);
    animation-timing-function: ease-in;
  }
  15% {
    transform: scale(1.1);
    animation-timing-function: ease-out;
  }
  25% {
    transform: scale(1.15);
    animation-timing-function: ease-in;
  }
  35% {
    transform: scale(1.2);
    animation-timing-function: ease-out;
  }
}
@keyframes swinging {
  0% {
    transform: rotate(-10deg) translate3d(-15px, 0, 0);
  }
  100% {
    transform: rotate(10deg) translate3d(15px, 0, 0);
  }
}
@keyframes box {
  from {
    transform: rotate(-45deg);
  }
  to {
    transform: rotate(-405deg);
  }
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes img-rotate {
  from {
    transform: rotate(-45deg);
  }
  to {
    transform: rotate(-405deg);
  }
}
.fadein {
  opacity: 0;
  transition: all 1.5s;
  transform: translate(0, 100px);
}

.fadein.visible {
  opacity: 1;
  transform: translate(0, 0);
}







/****************8 CSS UPDATED ******************/

.subHeadSlider {
	text-align: center;
    font-size: 36px;
    color: #e52828;
}
.secndSecBg {
    background-image: url(../images/hero-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    margin-top: -100px;
	padding-bottom:100px;
	text-align:center;
	    z-index: -1;
    position: relative;
}
.appImageFour {
	padding-left: 0px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
	margin-top:30px;
	margin-bottom:40px;
}
.appImageFour li img {
	width:100%;
}
.secndSecBg .subHeadSlider {
	text-align: center;
    font-size: 28px;
    color: #e52828;
}
.secndSecBg .fw-600 {
	font-weight:600;
}

.aboutFlirtime {
	padding:80px 0px;
	position:relative;
}
.aboutFlirtime h6 {
	text-align:left;
	margin-bottom:5px;
}
.aboutFlirtime h2 {
	margin-bottom:10px;
	line-height:normal;
	font-weight:600;
}
.aboutFlirtime p {
	font-size:15px;
	color:#707070;
	margin-bottom:20px;
}
.aboutFlirtime ul {
	display: flex;
    gap: 50px;
    align-items: center;
}
.aboutFlirtime ul li {
	display: flex;
    gap: 10px;
    align-items: center;
	font-size:16px;
}

.titleSliderEMOJI {
	position:relative;
	padding:0px 0px;
	padding-top:0px;
}
.titleSliderEMOJI .slide img {
  width: 350px;
  height: 100px;
  animation: scroll 40s linear infinite;
}

.titleSliderEMOJI .slide-track {
  width: 100%;
  display: flex;
  gap: 3em;
  overflow: hidden;
}

.titleSliderEMOJI .slider {
  background: #FF5C5C;
   background: linear-gradient(90deg,rgba(255, 92, 92, 1) 0%, rgba(212, 10, 10, 1) 100%);
  padding: 20px 0px;
}

@keyframes scroll {
  0% {transform: translateX(0);}
  100% {transform: translatex(-1000%)}
}


.exploreAppSec {
	position:relative;
	padding:80px 0px;
	text-align:left;
}
.exploreAppSec:before {
    background-image: url(../images/ind4-aboutshape-2.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    left: -90px;
    width: 450px;
    height: 450px;
    background-size: contain;
    z-index: -1;
    opacity: 0.4;
        top: 30px;
}
.exploreAppSec h6 {
	text-align:left;
	margin-bottom:5px;
}
.exploreAppSec h2 {
	margin-bottom:10px;
	line-height:normal;
	font-weight:600;
}
.exploreAppSec p {
	font-size:15px;
	color:#707070;
	margin-bottom:20px;
}

.threeImageAbout {
	display: flex;
    gap: 10px;
	    justify-content: end;
	margin-bottom:10px;
}
.threeImageAbout li {
	width:130px;
	height:130px;
	border-radius:0px;
}
.threeImageAbout li img {
	width:130px;
	height:130px;
	border-radius:0px;
}
.threeImageAbout li.heartImage {
	padding:20px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-width: 1px;
	border-style: solid;
	border-image-slice: 1;
	border-image-source: linear-gradient(180deg,rgba(229, 40, 40, 0.4) 0%, rgba(255, 255, 255, 1) 50%, rgba(229, 40, 40, 0.4) 100%);
	border-radius: 14px;
}
.threeImageAbout li.heartImage img {
    width: 60px;
    height: auto;
    transform: rotate(45deg);
}
.threeImageAbout li.heartImage img.leftImage {
    width: 60px;
    height: auto;
    transform: rotate(-45deg);
}
.threeImageAbout li.textWithHead {
	padding:20px;
	display:flex;
	flex-wrap: wrap;
	align-items:center;
	justify-content:center;
	border-width: 1px;
	border-style: solid;
	border-image-slice: 1;
	border-image-source: linear-gradient(180deg,rgba(229, 40, 40, 0.4) 0%, rgba(255, 255, 255, 1) 50%, rgba(229, 40, 40, 0.4) 100%);
	border-radius: 14px;
	    text-align: center;
    font-size: 13px;
    line-height: normal;
    color: #707070;
    gap: unset;
	background: #fff;
}
.threeImageAbout li.textWithHead span {
	color: #E52828;
    font-size: 30px;
    font-weight: 700;
}

.likeChat {
    position: relative;
    padding: 80px 0px;
    background-image: url(../images/likechatBG.png);
    background-repeat: no-repeat;
    padding-top: 80px;
    background-position: center;
    background-size: cover;
}
.likeChat h2 {
	margin-bottom:10px;
	line-height:normal;
	font-weight:600;
	font-size:50px;
}
.likeChat p {
	font-size:15px;
	color:#707070;
	margin-bottom:20px;
}

.listSingleChat li span {
	color:#FF0000;
	font-size:15px;
}
.listSingleChat li {
	font-size:16px;
	display:flex;
	gap:10px;
	margin-bottom:10px;
}
.bellIcon {
    font-size: 30px;
    font-weight: 500;
    display: flex;
    align-items: center;
    line-height: normal;
	margin-bottom:20px;
}
.registerBtn {
	background: #FF5C5C;
    background: linear-gradient(90deg,rgba(255, 92, 92, 1) 0%, rgba(212, 10, 10, 1) 100%);
    padding: 15px 30px;
	font-size:15px;
	color:#fff !important;
	border-radius:100px;
	margin-top:20px;
	display:inline-block;
}

.mobile-app-ind4-wrap {
    padding: 120px 0px 50px 0px;
}
.mobile-app-ind4-wrap .mobile-box {
    height:350px;
    background: linear-gradient(90deg,rgba(255, 92, 92, 1) 0%, rgba(212, 10, 10, 1) 100%);
    border-radius: 40px;
    display: flex;
}
.mobile-app-ind4-wrap .mobile-box ul {
    display: flex;
    -moz-column-gap: 50px;
    column-gap: 50px;
    justify-content: flex-start;
    align-items: center;
}
.mobile-app-ind4-wrap .mobile-box ul li .mobile-img {
    position: relative;
    bottom: 26px;
    left: 28px;
}
.mobile-app-ind4-wrap .mobile-box ul li .app-content .about4-title p {
    color: #ffffff;
    margin-bottom: 22px;
    font-size: 30px;
}
.mobile-app-ind4-wrap .mobile-box ul li .app-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-bottom: 24px;
    padding-right: 90px;
}
.ind4-common-heading {
    margin-top: 16px;
}
.mobile-app-ind4-wrap .mobile-box ul li .app-content .ind4-common-heading p {
    color: #ffffff;
    text-align: left;
    font-size: 45px;
}
.mobile-app-ind4-wrap .mobile-box ul li .app-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-bottom: 15px;
    padding-right: 90px;
}
.mobile-app-ind4-wrap .mobile-box ul li .app-content ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -moz-column-gap: 18px;
    column-gap: 18px;
}

.inputSubscribe {
    position: relative;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
}
.inputSubscribe input {
    border: none;
    padding: 10px 0px;
    font-size: 14px;
    padding-left: 10px;
    width: 100%;
}
.inputSubscribe input:focus {
    border: none;
    outline:none;
}
.inputSubscribe .newsletterBtn {
    background: #FF5C5C;
    background: linear-gradient(90deg, rgba(255, 92, 92, 1) 0%, rgba(212, 10, 10, 1) 100%);
    padding: 10px 30px;
    font-size: 14px;
    color: #fff !important;
    border-radius: 100px;
    margin-top: 0px;
    display: inline-block;
    border: none;
    margin-bottom: 10px;
    width: 190px;
}

.footer .aboutPragrah {
	font-size:14px;
	padding-right:100px;
}
.dark-color {
	color:#000;
}
.socialMediaIcon {
	display:flex;
	align-items:center;
	gap:10px;
}
.footerMenu li {
	display:block;
	font-size:12px;
	margin-bottom:5px;
}
.footer .fw-600 {
	font-weight:600;
}
.copyrightTxt {
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    border-top: 1px solid #D9D9D9;
    margin-top: 10px;
    margin-bottom: 10px;
}

.featured {
    position: relative;
    padding: 50px 0px;
    background-image: url(../images/featurebg.jpg);
    background-repeat: no-repeat;
    padding-top: 50px;
    background-position: center;
    background-size: cover;
}
.featured h2 {
	text-align:center;
}
.featured p {
	text-align:center;
	font-size:14px;
}
.featuredBox {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 14px 3px #00000012;
    margin-bottom: 10px;
    background: #fff;
    color: #707070;
    position: relative;
}
.redBg {
	background: #FF0000;
    color: #fff;
}
.redBg h5 {
    color: #fff;
}
.redBg p {
    color: #fff;
}
.featuredBox img {
	width: 24px;
    margin-bottom: 20px;
}
.featuredBox h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.featuredBox p {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
    text-align: left;
    line-height: 20px;
}

@media (max-width: 1699px) {
  .ind4-about-wrapper::after {
    left: 54px;
  }
  .ind4-about-wrapper::before {
    right: 40px;
  }
}
@media (max-width: 1499px) {
  .ind4-about-wrapper::after {
    left: 2%;
  }

  .mobile-app-ind4-wrap .mobile-box ul li .app-content .ind4-common-heading p {
    font-size: 35px;
  }
  header .main-header-four .main-menu {
    justify-content: space-between;
        flex-wrap: nowrap;
  }
  
}
@media (max-width: 1399px) {
  .mobile-app-ind4-wrap .mobile-box {
    height: 320px;
  }
 
  .top-main-wrapper .top-moddle-wrapper .indshape-2::after {
    top: 253px;
    width: 352px;
    height: 130px;
  }
  .top-main-wrapper .top-moddle-wrapper .indshape-1::after {
    top: -290px;
    right: 16%;
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 1299px) {
  
  header .main-header-four .main-menu > ul > li > a {
    padding: 12px 8px;
  }

  header .main-header-four .main-menu .main-btn {
    padding-left: 15px;
  }
  header .main-header-four .main-menu > ul {
    padding-right: 5px;
  }

}
@media (max-width: 1199px) {
  .top-main-wrapper .top-moddle-wrapper .indshape-1::after {
    right: 8%;
  }
  .top-main-wrapper .top-moddle-wrapper .indshape-1::before {
    right: 15%;
  }
 
}
@media (max-width: 1099px) {
 
  header .main-header-four .main-menu > ul > li > a {
    gap: 4px;
  }
 
  header .main-header-four .main-menu > ul > li .search-box-4 .ind4-search-btn {
    width: 165px;
  }
  .top-main-wrapper .top-moddle-wrapper .indshape-1::after {
    right: 5%;
	top: -230px;
    height: 130px;
   width: 130px;
  }
}
@media (max-width: 991px) {
  header .main-header-four .main-menu {
    justify-content: end;
  }
  header .main-header-four .main-menu > ul.close {
    left: 0;
    display: block;
  }
  header .main-header-four .main-menu > ul .mydropdown .maindropdown {
    top: 0px;
  }
  header .main-header-four .logo {
    padding-left: 30px;
  }
  header .main-header-four .main-menu {
    padding-right: 30px;
  }
  header .main-header-four .main-menu .sidebar-menu-css li a {
    width: 100%;
    padding: 20px !important;
  }
  header .main-header-four .main-menu .sidebar-menu-css li a img {
    margin: 0 auto;
  }
  header .main-header-four .main-menu .sidebar-menu-css {
    padding-left: 0px !important;
  }
  .top-main-wrapper .top-moddle-wrapper .main-title h1 {
    font-size: 32px;
  }
  .top-main-wrapper .top-moddle-wrapper .main-title {
    margin-top: 20px;
}
  .top-main-wrapper .top-moddle-wrapper .main-title h1 span::after {
    left: 70px;
  }
 
  .top-main-wrapper .select-wrapper-ind4 .take-a-change-4 .inner-select-wrapper ul li .ind4-btn-box .ind4-select-btn {
    width: 135px;
    padding: 12px 8px;
    font-size: 13px;
  }
  .top-main-wrapper .select-wrapper-ind4 .take-a-change-4 .inner-select-wrapper {
    padding: 30px 30px 30px 30px;
  }
  .mobile-app-ind4-wrap {
    padding: 00px 0px 50px 0px;
  }

}
@media (max-width: 767px) {
 
  .top-main-wrapper .top-moddle-wrapper .indshape-1::before {
    display: none;
  }

  
}
@media (max-width: 576px) {
  .mobile-app-ind4-wrap .mobile-box {
    height: 100%;
    padding: 30px;
  }
  .mobile-app-ind4-wrap .mobile-box ul {
    flex-wrap: wrap;
    row-gap: 8px;
  }
  .top-main-wrapper .top-moddle-wrapper .indshape-2::after {
    display: none;
  }
  .top-main-wrapper .top-moddle-wrapper .top-left-box {
    top: 570px;
  }
  .top-main-wrapper .top-moddle-wrapper .top-left-box::before {
    top: -180px;
    left: 38px;
  }
  .top-main-wrapper .top-moddle-wrapper .main-title h1 {
    font-size: 32px;
  }
  .top-main-wrapper .top-moddle-wrapper .top-left-box .top-leftdetail-box {
    width: 200px;
    height: 238px;
  }

}
@media (max-width: 480px) {
 
  .top-main-wrapper .top-moddle-wrapper .main-title h1 {
    font-size: 29px;
  }
 
}
@media (max-width: 360px) {
  .about4-title p {
    font-size: 12px;
  }
  .top-main-wrapper .top-moddle-wrapper .main-title h1 {
    font-size: 25px;
  }
  .top-main-wrapper .top-moddle-wrapper .main-title h1 span::after {
    top: 37px;
    width: 90px;
    height: 7px;
  }
}
