/*--width 1650 --*/
/*--width 1700 --*/
/*--width 1800 --*/
/*--width 1555 --*/

@media screen and (max-width: 2200px) and (min-width: 1400px) {
.top-main-wrapper {
    height: 1000px;
	        background-position: bottom;
}
.exploreAppSec:before {
    left: 50px;
}

}

@media (max-width: 1509px) {
  header .main-header .main-header-logo {
    float: left;
  }


}

/*--width 1440 --*/
@media (max-width: 1440px) {
  .main-error-wrapper {
    padding: 0 60px;
  }
}
/*--width 1366 --*/
/*--width 1278--*/
@media (max-width: 1278px) {
  header .main-header .main-menu .main-btn {
    padding-left: 15px;
  }
  header .main-header .main-menu > ul {
    padding-right: 15px;
  }
  header .main-header .main-menu ul > li > a {
    padding: 10px 7px;
  }
  header .main-header .main-menu .main-btn .menuBtn {
    width: 150px;
  }
}

/*width 1440*/
@media (max-width: 1440px) {
  .rightside, .leftside {
    display: none;
  }
}
/*width 1366*/
/*width 1199*/
@media (max-width: 1199px) {
  header .main-header .main-header-logo {
    min-width: 160px;
    height: 175px;
    line-height: 140px;
  }
  header .main-header .main-menu ul li {
    padding: 20px 0;
  }
  header .main-header .main-menu {
    margin-bottom: 50px;
  }

}
/*width 1294*/
@media (max-width: 1099px) {

}
@media screen and (max-width: 1199px) and (min-width: 991px) {
.mobile-app-ind4-wrap {
    padding: 40px 0px 40px 1px;
}
}
/*--width 992 --*/
/*--width 992 --*/
/*--width 991 --*/
@media (max-width: 991px) {
  header .main-header .main-menu {
    text-align: left;
    background: transparent;
    box-shadow: none;
    position: relative;
    margin-bottom: 60px;
  }
  header .main-header .main-menu > ul {
    position: fixed;
    width: 280px;
    height: 100vh;
    padding: 0;
    z-index: 99;
    border: none;
    overflow: auto;
    left: -280px;
    background-image: linear-gradient(to right, #fa2456, #fd735a);
    top: 0;
  }
  header .main-header .main-menu > ul.close {
    left: 0;
  }
  header .main-header .main-menu > ul li {
    width: 100%;
    padding: 0;
    transition: all 0.4s ease;
  }
  header .main-header .main-menu ul li a i.fa {
    transform: rotate(-90deg);
  }
  header .main-header .main-menu ul li.active a i.fa {
    transform: rotate(0deg);
  }
  header .main-header .main-menu > ul > li.d-lg-block {
    display: none !important;
  }
  header .main-header .main-menu ul li a {
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.56);
    color: #ffffff;
    justify-content: space-between;
  }
  header .main-header .main-menu ul li a:hover {
    background-color: #ffffff;
  }
  header .main-header .main-menu ul li.search {
    position: relative;
  }
  header .main-header .main-menu ul li:first-child a:hover {
    background-color: transparent;
  }
  .mydropdown .maindropdown {
    position: relative;
    opacity: 1;
    visibility: visible;
    background: transparent;
    width: 100%;
    top: 0;
    border-radius: 0;
    animation: none !important;
    display: none;
  }
  .toggle-btn {
    position: relative;
    width: 30px;
    height: 25px;
    top: 0px;
    right: 0;
    cursor: pointer;
    transition-duration: 0.5s;
  }
  .toggle-btn .icon-left {
    transition-duration: 0.5s;
    position: absolute;
    height: 4px;
    top: 10px;
    width: 15px;
    background-color: #fd735a;
  }
  .mobToggle {
    gap: 10px;
    align-items: center;
  }

  .toggle-btn .icon-left:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 4px;
    background-color: #fd735a;
    content: "";
    top: -10px;
  }
  .toggle-btn .icon-left:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 4px;
    background-color: #fd735a;
    content: "";
    top: 10px;
  }
  .toggle-btn .icon-right {
    transition-duration: 0.5s;
    position: absolute;
    height: 4px;
    top: 10px;
    width: 15px;
    background-color: #fd735a;
    left: 15px;
  }
  .toggle-btn .icon-right:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 4px;
    background-color: #fd735a;
    content: "";
    top: -10px;
  }
  .toggle-btn .icon-right:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 4px;
    background-color: #fd735a;
    content: "";
    top: 10px;
  }
  .toggle-btn.open .icon-left {
    transition-duration: 0.5s;
    background: transparent;
  }
  .toggle-btn.open .icon-left:before {
    transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px);
  }
  .toggle-btn.open .icon-left:after {
    transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px);
  }
  .toggle-btn.open .icon-right {
    transition-duration: 0.5s;
    background: transparent;
  }
  .toggle-btn.open .icon-right:after {
    transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px);
  }
  .toggle-btn.open .icon-right:before {
    transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px);
  }

  .my-profile {
    margin-top: 30px;
  }
  
  .top-main-wrapper .top-moddle-wrapper .top-left-box::before {
    top: -120px;
}
.mobile-app-ind4-wrap {
    padding: 40px 0px 40px 1px;
}
 .aboutFlirtime ul li {
    gap: 5px;
    font-size: 14px;
} 
  
  /*--- responsive-menu --*/
  
}
/*width 800*/
/*--width 767 --*/
@media (max-width: 767px) {
.aboutFlirtime ul {
    flex-wrap: wrap;
	    gap: 10px;
}
.exploreAppSec:before {
    width: 300px;
    height: 300px;
}
.top-main-wrapper .top-moddle-wrapper .indshape-1::after {
	display:none;
}
.likeChat h2 {
    font-size: 30px;
}
.registerBtn {
    margin-bottom: 40px;
}
.mobile-app-ind4-wrap .mobile-box ul li .mobile-img {
	display:none;
}
.inputSubscribe .newsletterBtn {
    padding: 5px 12px;
    font-size: 12px;
    width: 190px;
}
.footer .aboutPragrah {
    font-size: 13px;
    padding-right: 0px;
}
.socialMediaIcon {
    margin-bottom: 30px;
}
.mobile-app-ind4-wrap .mobile-box ul li .app-content p {
    padding-right: 0px;
}
.mobile-app-ind4-wrap .mobile-box ul li .app-content .ind4-common-heading p {
    font-size: 30px;
    line-height: normal;
}
.bellIcon {
    font-size: 20px;
}
.listSingleChat li {
    font-size: 14px;
    margin-bottom: 5px;
}
.likeChat {
    padding-top: 40px;
}

.top-main-wrapper .top-moddle-wrapper .top-left-box {
	display:none;
}
.secndSecBg {
    padding-top: 70px;
    margin-top: -20px;
    padding-bottom: 40px;
}
.mTopMargin {
	margin-top:30px;
}
.exploreAppSec {
    padding-bottom: 40px;
}
.footer .pt-5 {
    padding-top: 0rem !important;
}
 .threeImageAbout {
    display: flex;
    gap: 10px;
    justify-content: start;
    margin-bottom: 10px;
    flex-wrap: wrap;
    margin-top: 0px;
}

}


/*--width 640 --*/
@media (max-width: 640px) {
  header .main-header .main-header-logo {
    min-width: 100px;
    max-width: 150px;
    height: 125px;
    line-height: 110px;
    padding: 0 48px;
  }
  .threeImageAbout {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
    margin-top: 0px;
}
  .threeImageAbout li {
    width: 80px;
    height: 80px;
    border-radius: 0px;
}
 .threeImageAbout li img {
    width: 80px;
    height: 80px;
    border-radius: 0px;
}
.threeImageAbout li.textWithHead {
    padding: 10px;
    font-size: 11px;
}
.threeImageAbout li.textWithHead span {
    color: #E52828;
    font-size: 20px;
    font-weight: 700;
}

}
/*--width 640 --*/
@media (max-width: 640px) {
  header .main-header .main-header-logo {
    min-width: 100px;
    max-width: 150px;
    height: 125px;
    line-height: 110px;
    padding: 0 48px;
  }
  .top-main-wrapper {
    height: 750px;
}
}
/*--width 580 --*/
@media (max-width: 580px) {
  .d-none-btn {
    display: none;
  }
  
}
@media (max-width: 576px) {

  header .banner-shap img {
    display: none;
  }
  header .shadow-img {
    height: 0;
  }
  
}
/*--width 480 --*/
@media (max-width: 480px) {
  .btn-ul {
    flex-direction: column;
    row-gap: 20px;
  }
  header .main-header .main-menu > ul {
    width: 240px;
  }
.top-main-wrapper {
    height: 650px;
}

}
/*--width 410 --*/
@media (max-width: 410px) {

}
/*--width 380 --*/
@media (max-width: 380px) {

}
