@import url('https://fonts.googleapis.com/css2?family=REM:ital,wght@0,100..900;1,100..900&display=swap');
body {
    font-family: "REM", sans-serif;
    color: #596570;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background: url(../images/body-bg.png) fixed;
    background-size: cover;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
}
*, :after, :before {
    box-sizing: border-box;
}
.position-relative{position: relative;}
.text-center{text-align: center;}
.text-right {text-align: right;}
.ai-center{align-items: center;}
.responsive{width: 100%; display: block;}
.p-20{ padding: 20px 0px;}
.main-title { font-size: 20px;}
.m-0 { margin-top: 0;}
.m0{margin: 0;}
ul {
    margin: 0;
    padding: 0;
}
li{
    list-style-type: none;
}
.scoial-logo ul li {
    display: inline-block;
    padding: 0px 5px;
}
a {
    text-decoration: none;
    outline: 0;
}
header{
    background: #75002d;
    padding: 10px 0px;
    border-bottom: solid 1px #e70059;
}
.brand-logo img {
    width: 40px;
    display: block;
}
.brand-logo p {
    color: #fff;
    font-size: 13px;
    margin: 0;
}
.nav ul li {
    display: inline-block;
}
.nav ul li a.post {
    color: #ffffff;
    padding: 5px 30px;
    border-radius: 50px;
    font-size: 16px;
    text-align: center;
    background: #ad0042;
    border: 2px solid #ad0042;
    display: block;
}
.nav ul li:hover a.post {
    color: #ffffff;
    background: #ad0042;
    border: 2px solid #ffffff;
}
.nav i {
    margin-right: 10px;
    vertical-align: sub;
}

/*Form Section*/
.hero-bg {
    background: url(../images/hero-bg.jpg);
    /*https://www.nagpurelitemodel.in/images/banner.jpg*/
    padding: 150px 0px;
    background-size: cover;
    object-fit: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.hero-bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    top: 0;
    background: linear-gradient(to right, rgba(231, 42, 26, 0.78), rgba(141, 11, 183, 0.78));
}
.login-box .hero-bg {
    padding: 50px 0px;
}
.hero-bg-inner{
    padding: 10px 0px;
}
.home-form {
    z-index: 2;
    position: relative;
}
.home-form h1{
    color: #fff;
    font-size: 30px;
}
.home-form form{
    position: relative;
    max-width: 700px;
    margin: 0 auto;
}
.home-form input[type="text"] {
    width: 100%;
    padding: 10px;
    height: 50px;
    font-size: 16px;
    border-radius: 50px;
    border: none;
    text-align: center;
    position: relative;
}
.home-form button {
    overflow: visible;
    position: absolute;
    right: -2px;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 50px;
    width: 110px;
    color: #fff;
    text-transform: uppercase;
    background: #d83c3c;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    border-radius: 0px 40px 40px 0px;
}
.home-form button:before {
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d83c3c transparent;
    top: 17px;
    left: -8px;
}

.location {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    height: 300px;
    width: 100%;
    background: #f6f6f6;
    position: relative;
    margin-bottom: 30px ;

}
.location img.service-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.location figcaption {
    display: table;
    width: 100%;
    height: 70px;
    overflow: hidden;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    padding: 10px 22px;
}
.location-caption a, .location-caption p{
    color: #fff;
}
.location-caption {
    display: table-cell;
    vertical-align: middle;
}
.location-caption:first-of-type {
    width: 60px;
    padding-right: 20px;
}
.location-caption h4 {
    margin: 0;
    font-size: 20px;
}
.location-caption p {
    margin: 0;
    font-size: 12px;
}
.location:hover figcaption {
    height: 300px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.why-choose h2 {
    font-size: 40px;
    margin: 0;
}
.why-choose h3 {
    font-size: 26px;
}
.why-choose a{
    background: #000;
    color: #fff;
    padding: 15px 30px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 1000px;
}
.why-choose ul li {
    background: url(../images/points.png) no-repeat center left;
    padding-left: 29px;
    line-height: 50px;
}

/*profile list*/
.listing-item{
    position: relative;
    overflow: hidden;
    box-shadow: 0 .125rem 1.25rem 0 #6b86b126;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px auto 0;
}
.item-image {
    height: 280px;
    min-height: 280px;
    min-width: 160px;
    width: 160px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: flex;
}
.item-image img {
    height: 100%;
    -o-object-fit: fill;
    object-fit: cover;
    position: absolute;
    width: 100%;
    border-bottom-left-radius: 11px;
    border-top-left-radius: 11px;
    border-top-right-radius: 0;
}
.item-container{
    margin: initial;
    padding: 15px 10px 15px 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    cursor: pointer;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #ffffff;
}
.information p {
    margin-bottom: 0;
    font-size: 14px;
}
.information a {
    color: #75002d;
    font-size: 20px;
    font-weight: 500;
}

.tagcard ul{
    margin: 0px;
}
.tagcard ul li {
    display: inline-block;
    padding: 5px 6px;
    border-right: solid 1px #a7a7a7;
    line-height: 5px;
    font-size: 12px;
}
.overview-para .tagcard ul li{
    border: 1px solid #d6d6d6;
    color: #1c1c1c !important;
    font-weight: 400;
    margin: 5px 5px 5px 0;
    padding: 8px;
    border-radius: 5px;
}
.tagcard ul li:last-child {
    border-right: none;
}
.tagcard ul li a{
    color: #535353;
}
.tagcard ul li:hover a{
    color: #75002d;
}
.call-wp-btn {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    text-align: right;
    cursor: pointer;
}
.call-wp-btn button {
    background: #fff !important;
    border: 1px solid #f0f0f0 !important;
    border-radius: 999px !important;
    box-shadow: 0 0 12px 0 #0000001f !important;
    gap: 0;
    height: 52px;
    padding: .8rem !important;
    width: 52px;
    justify-content: center;
    display: inline-flex;
}

.meta-header {
    margin-top: 30px;
}

footer{
    background: #93063c;
    padding-top: 20px;
}
.copy-bg {
    background: #75002d;
    padding: 20px 0px;
    border-top: solid 1px #e70059;
}
.rta-badge {
    padding: 20px 0px;
}
.rta-badge-btn {
    background: #75002d;
    border-radius: 5px;
    color: #ffffff;
    padding: 10px 10px;
    font-size: 12px;
    border: 2px solid #ad0042;
    display: block;
    justify-self: stretch;
    font-weight: 600;
    text-transform: uppercase;
}
.rta-badge-btn span {
    display: block;
}
.restricted p {
    color: #fff;
    font-size: 14px;
    margin: 0;
}

.footer-menu h6 {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25rem;
    letter-spacing: 1px;
    margin: 0;
}
.footer-menu ul {
    margin-top: 20px;
}
.footer-menu ul li a {
    color: #fff;
    cursor: pointer;
    line-height: 27px;
    font-size: 14px;
}
footer .btn {
    background: #75002d;
    border-radius: 5px;
    color: #ffffff;
    padding: 10px 50px;
    font-size: 16px;
    text-align: center;
    border: 2px solid #ad0042;
    display: block;
    justify-self: stretch;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.location-list select {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    height: 48px;
}
.backtotop {
    position: absolute;
    right: 0;
    background: #FF002E;
    color: #fff;
    padding: 5px 15px;
    border-radius: 17px;
    top: -34px;
    cursor: pointer;
}
.scoial-logo {
    margin-bottom: 20px;
}
.scoial-logo ul li a{
    background: #93063c;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    border-radius: 10000px;
    padding: 5px;
    border: solid 1px #e10056;
}
.copy, .address p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}
.btn-search p{
    color: #fff;
}

.why-choose {
    background:#fade4e url(../images/irrus-cta-bg.jpg) no-repeat bottom;
    padding: 50px 0px 0px 0px;
    background-size: contain;
    color: #000;
}

.ai-center h2, .ai-center h3, .ai-center h4{
    font-size: 16px;
}

#popupOverlay {
  position: fixed;
  inset: 0;
  background: rgb(0 0 0 / 78%);
  backdrop-filter: blur(6px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popupBox {
  background: #181818;
    padding: 30px;
    color: #fff;
    text-align: center;
    max-width: 500px;
    width: 90%;
    border: 1.407px solid hsl(0deg 0% 100% / 18%);
    border-radius: 16px;
}

.warning-title span {
    display: block;
    font-size: 22px;
    color: #ff8500;
}
.popup-body {
    margin: 20px 0px;
    color: #a9a9a9;
}
.popup-body p a {
    color: #ff8500;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.popup-body strong {
    color: #ff8500;
    font-weight: normal;
}
.popup-body p small a {
    color: #ff8500;
    font-size: 12px;
    font-weight: bold;
    text-transform: capitalize;
}
.popup-footer {
    text-transform: uppercase;
}
.popup-footer a{
    color: #ff8500;
}
.popup-footer p  {
    color: #fff;
    text-transform: capitalize;
}
.popup-footer p small a {
    color: #f85a96;
    font-size: 12px;
}
.popup-footer a.btnn {
    color: #a5be00;
    font-weight: 700;
    font-size: 19px;
    text-transform: capitalize;
}
.popupBox button {
    background: linear-gradient(90deg,#f9a63e,#f84944);
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 10px 34px;
    border-radius: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}
.popupBox button.transparent {
    background: transparent;
    text-decoration: underline;
    text-transform: capitalize;
}
.warning-title{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 10px;
    background: #ff77101a;
    border: .703px solid rgba(255, 119, 16, .4);
    border-radius: 16px;
    padding: 10px;
}
.popup-header p span {
    color: #ff8500;
}

.flex-box {
    display: flex;
    align-items: center;
    width: 100%;
    background: #ff77101a;
    border: .703px solid rgba(255, 119, 16, .4);
    padding: 15px 10px;
    justify-content: space-between;
}
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-slider {
  position: absolute;
  cursor: pointer;
  background-color: #ccc;
  border-radius: 34px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
}

.switch-slider:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  border-radius: 50%;
  transition: 0.4s;
}

input:checked + .switch-slider {
  background-color: #ff8500;
}

input:checked + .switch-slider:before {
  transform: translateX(24px);
}

#btn {
    color: #000000;
    border: none;
    background: #fade4e;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding: 5px 20px;
}
.nickname-border {
    background: #75002d;
    padding: 40px;
    margin-bottom: 50px;
    color: #fff;
    border: 2px solid #ad0042;
}
.mt-30{margin-top: 30px}
.pagination li{ display: inline-block;}
.pagination li a {
    padding: 5px;
    color: #103142;
}
.pagination li a.active {
    background: #75002d;
    color: #fff;
}
.breadcromb {
    background: #75002d;
    color: #fff;
    padding: 5px 0px;
}

.breadcromb li {
    display: inline-block;
    padding-right: 5px;
}
.breadcromb a {
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
}
.breadcromb li:after {
    color: #ffffff;
    content: "/";
    display: inline-block;
    padding-left: .3rem;
}
.expand-box {
    background: #ffffff;
    padding: 20px;
    width: 100%;
    box-shadow: 0 .125rem 1.25rem 0 rgba(107,134,177,.15) ;
}
.inner-nickname-border {
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    font-weight: 400;
    width: 100%;
    background: #ffffff;
    padding: 20px;
    width: 100%;
    box-shadow: 0 .125rem 1.25rem 0 rgba(107, 134, 177, .15);
}
.nickname {
    font-size: 20px;
    font-weight: 600;
    color: #d83c3c;
}
.call-btn {
    display: flex;
    margin-top: 20px;
}
.call-btn a {
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 10px;
}
.call {
    background: #821184;
}
.wp {
    background: #25d366;
}

.call:hover, .wp:hover {
    background: #ad0042;
}
.call-footer .call-btn {
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.gallery-section {
    display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
  gap: 5px;
  padding: 1%;
    margin-bottom: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}

a.gallery-grid {
    display: block;
    height: 100%;
    margin-bottom: 0;
    line-height: 0;

}
.gallery-grid img {
    width: 100%;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.main-title {
    font-size: 22px;
    color: #790e91;
    font-weight: 500;
}

.overview-para{
    padding-bottom: 50px;
}
.overview-para h2 {
    font-weight: 500;
    color: #10172a;
    font-size: 20px;
    margin-bottom: 0;
}

.login-form {
    max-width: 500px;
    background: #75002d;
    padding: 50px;
    border: solid 1px #bb0048;
    color: #fff;
    margin: 0 auto;
}
.login-form h1 {
    margin-top: 0;
    font-weight: 400;
    font-size: 25px;
}
.login-form input[type="text"], .login-form input[type="email"], .login-form input[type="password"] {
    width: 100%;
    padding: 10px 20px;
    height: 50px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    margin-bottom: 20px;
}
.login-form button {
    border: 0;
    padding: 0px 30px;
    cursor: pointer;
    height: 50px;
    color: #fff;
    background: #d83c3c;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    border-radius: 10px;
    font-size: 18px;
}
.login-form p, .login-form a{color: #fff}

.login-form a.btn{
    border: solid 1px #fff;
    padding: 7px 20px;
    display: inline-block;
    width: 150px;
}
.terms-and-conditions{
    /*background: #fff;*/
    color: #333;
    text-align: justify;
}
.terms-and-conditions a{color: #ad0042; font-weight: 600;}
.terms-and-conditions h1,
.terms-and-conditions h2,
.terms-and-conditions h3,
.terms-and-conditions h4,
.terms-and-conditions h5{
    font-size: 20px;
}
.terms-and-conditions h1 span {
    font-size: 16px;
    display: block;
}
.terms-and-conditions ol li {
    list-style-type: disc;
    margin-bottom: 10px;
    line-height: 20px;
}
.mobile .show{
    display: none;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.container {
    max-width: 992px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8{
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
.col-md-3 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-md-4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-md-8 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media only screen and (max-width: 1200px) {.container { max-width: 1000px; }}
@media only screen and (max-width: 992px) {.container { max-width: 960px; }}
@media only screen and (max-width: 768px) {.container { max-width: 720px; }}
@media only screen and (max-width: 576px) {.container { 
    max-width: 540px; }
    .row {
        margin-left: 0px;
        margin-right: 0px;
    }
    .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8  {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .restricted {
        margin-top: 20px;
        text-align: center;
    }
    .hero-bg {
        padding: 50px 0px;
    }
    .login-form {
        padding: 15px;
    }
    .home-form h1 {
        font-size: 22px;
    }
    .home-form input[type="text"] {
        text-align: left;
    }
    .hide{display: none;}
    .why-choose {
        padding: 50px 0px 50px 0px;
    }
    .item-image {
        min-width: 140px;
        width: 140px;
    }
    .nickname-border {
        padding: 15px;
    }
    .call-btn a {
        padding: 10px 13px;
    }
    .mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mobile .show{
        display: block;
    }
    .popupBox {
        padding: 10px;
    }
}