.hdr-rt{
    text-align: center;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}

nav ul li {
  display: inline-block;
  float: left;
}

nav ul li a {
  color: #222;
  text-decoration: none !important;
  padding: 15px 10px;
  display: block;
  font-size: 14px;
  font-weight: 500;
}

nav ul li a:hover {
  color: #ab9069;
}

nav ul ul {
  position: absolute;
  min-width: 200px;
  background: #e3e3e3;
  display: none;
}

nav ul ul li{
  display: block;
  background: #e3e3e3;
  float: inherit;
}

nav ul li:hover ul{
  display: block;
}
nav ul ul li a{
    text-align: left;
    padding: 10px;
}
nav ul li i {
  color: #222;
  float: right;
  padding-left: 20px;
}

nav div{
  background: transparent;
  color: #222;
  font-size: 24px;
  padding: 0.6em;
  cursor: pointer;
  display: none;
}

@media(max-width: 768px){
  nav div {
    display: block;
  }
  nav ul {
    display: none;
    position: static;
  }
  nav ul li {
    display: block;
    float: inherit;
  }
  
  nav ul ul {
    position: static;
  }
  .hdr-rt{
    text-align: left;
  }
}
/*---------*/
.w4{
    width: 100%;
    text-align: center;
}
.w-img{width: 36%;margin-bottom: 25px;margin-right: auto;margin-left: auto;}
.w4 h3{font-size: 22px;font-weight: 600;}
.appSec{
    width: 100%;
    padding: 50px 0;
    background-color: #fff;
}
.appSec .apk_ps_icon{
    width: 200px;
}
/*----------*/
.loginelementor {
    background-image: url(../img/dots-shape.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 16% auto;
    opacity: 1;
    transition: background .3s,border-radius .3s,opacity .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 70px 0 70px;
    background-color:#f7f2f9;
}
.authincation-content {
    padding: 20px 0 40px 0;
    color: #222;
}
.loginTT{font-weight: bold;margin: 20px 0;color: #7525aa;}
.loginelementorLogo{width: 50%;}
#msform .form-control, #msform .form-select {
    box-shadow: none !important;
    height: 40px !important;
    background-color: #E8F0FD !important;
    border: 1px solid #E8F0FD !important;
}
.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 13px;
  line-height: 17px;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: white;
  border: solid 1px #7525aa;
}
.styled-checkbox:hover + label:before {
  background: #7525aa;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #7525aa;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
.checkbox label{padding-left: 30px !important;}
.mainsrv{
    width: 100%;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 25px;
}
.ratting{
    display: inline-block;
    padding: 2px 10px;
    border-radius: 20px;
    background-color: #fff;
    color: #222;
    position: absolute;
    left: 10px;
    top: 10px;
}
.svrName{
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #7525aa;
    display: inline-block;
    padding: 6px 20px;
    color: #fff;
    font-size: 18px;
    width: 100%;
    text-align: center;
}
/*------*/
.neetCP{
  background-image: url(../img/bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    transition: background .3s,border-radius .3s,opacity .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 70px 0 70px;
    background-color:#4a1e75;
    color: #000;
    display: flex;
    position: relative;
}
.neetCPCard {
    background: #fff;
    box-shadow: 0 0 2.1875rem 0 rgb(154 161 171 / 15%);
    border-radius: 50px 0;
    padding: 3.125rem 3.125rem;
    color: #222;
}
/*------*/
.prd-itm {
  width: 100%;
  padding: 0;
  border-bottom: solid 1px #E8E8E8;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-bottom: 15px;
  position: relative;
  float: left;
  border-radius: 0px;
  display: flex;
}
.prd-img{
  width: 15%;
  float: left;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
}
.prd-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-height: 100%;
  max-width: 100%;
  padding: 20px;
}
.prd-cnt {
  float: left;
  width: 40%;
  margin-right: 20px;
  height: auto;
  overflow: hidden;
}
.prd-cnt p{font-size: 14px;margin-top: 10px;margin-bottom: 0;}
.prd-cnt .prd-tt{
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #4a1e75;
}
.cate-ttt {
    width: 100%;
    margin-bottom: 0;
}
.cate-ttt li {
    display: block;
    font-size: 16px;
    padding: 2px 0;
}
.prd-last{
  width: 25%;
}
.topBannerSec{
  width: 100%;
  padding: 80px 0;
  background-color: #fff;
  border-radius: 0 0 200px 0;
    background-image: url(../img/banner-overla_01.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.topBannerSec:after {
    width: 760px;
    height: 560px;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    background: url(https://broomees.com/assets/images/banner-after.png) no-repeat;
    opacity: .1;
    z-index: 1;
}
.topSliderImgSec{
    width: 100%;
    background-color: #fff;
    color: #495057;
    padding: 25px;
    border-radius: 5px;
    border: solid 1px #ddd;
    font-size: 18px;
}
.topSliderImgSec img{
    border-radius: 15px;
}
.topBnrSec h1{
    font-size: 60px;
}
.display-table {
    position: relative;
    padding: 8px 0;
    display: flex;
    border-bottom: 1px solid #e5e5e5;
}
.leftBlk {
    width: 60px;
    height: 50px;
}
.imgBlk {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    line-height: 40px;
    margin-right: 10px;
}
.colgTitle a{
  color: #fff;
}
.servBookin{
    width: 100%;
    padding: 50px 0;
    margin-bottom: 60px;
}
.price-main{
    width: 100%;
    padding: 50px 0;
}
.pp-main{
    width:100%;
    padding:25px;
    border-radius:10px;
}
.ppRow{
    display:flex;
}
.ppItem{
    width:100%;
    padding:5px;
    margin: 15px;
}
.pp-tt h2{
    font-weight: bold;
}
.pp-body{
    height:200px;
}
.pp-body .fa-check {
    color: #000;
    background: #e4dff7;
    border-radius: 100%;
    padding: 5px;
    font-size: 12px;
    margin-right: 5px;
}
.pp-body ul li{
    padding:3px 0;
    font-size: 14px;
}
.pp-footer a {
    background-color: #ffd700;
    color: #000;
    padding: 12px 32px;
    margin-top: 16px;
    font-size: 12px;
    font-weight: 600;
    font-family: "Montserrat";
    text-transform: uppercase;
    display: inline-block;
    border-radius: 64px;
}
.pp-tt a {
    background-color: #022157;
    color: #FFFFFF;
    padding: 6px 15px;
    margin: 15px 0;
    font-size: 12px;
    font-weight: 600;
    font-family: "Montserrat";
    text-transform: uppercase;
    display: inline-block;
    border-radius: 64px;
}
.lightBtn {
    background-color: #222 !important;
}
.MostPopular{
    background:#022157;
    padding:15px;
    border-radius:10px;
    color:#fff;
}
.pp-tt h6{
    display: inline-block;
    background-color: #e4dff7;
    border-radius: 50px;
    color: #000;
    font-size: 12px;
    padding: 2px 10px;
    float: right;
}
.pp-footer{text-align: center;}
.contactPage {
    width: 100%;
    padding: 50px 0;
}
.cnt_add a{color: inherit;}
.contactPage i {
    width: 35px;
    color: #4a1e75;
    display: inline-block;
}
/*----*/
.card-city{
    border: 1px solid #ececec;
    border-width: 0px 1px 1px 1px;
    box-shadow: 0px 8px 20px -1px rgba(191 191 191 / 30%);
    border-radius: 11px;
    height: 100%;
    position: relative;
}
.card-city-head {
    font-size: 20px;
    font-weight: 400;
    background-color: white;
    padding: 30px 15px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
.selectCity {
    display: flex;
    justify-content:space-around;
    flex-wrap: wrap;
    margin: 25px;
    gap: 25px;
}
.city {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.cityImg{width: 100px;}
.cityName h4{margin-top: 10px;color: #222}
.subsection{
    width: 100%;
    padding: 50px 0 120px;
    background-color: #ffffff;
    background: url(../img/bg2.png) no-repeat;
    background-size: 100%;
    background-position: bottom;
}
.side-decoration{
    position: relative;
}
.side-decoration p{
    white-space: pre-line;
}
/*.side-decoration:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 150%;
    background: url(https://broomees.com/assets/images/yellow-blob@1.5x.png) no-repeat center;
    right: -51%;
    top: -4%;
    background-size: contain;
    z-index: -1;
    opacity: 0.6;
}*/
.service-parent {
    padding: 20px 100px;
    padding-bottom: 65px;
    overflow: hidden;
}
.parent-category {
    margin: 0px 10px 20px 10px;
}
.parent-category .category-head {
    margin: 0;
    font-size: var(--h2);
    font-weight: 400;
}
.parent-category .category-desc {
    margin: 0;
    font-size: var(--h3);
    color: #bdbdbd;
}
.service {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 5px;
}
.card-main-v3 {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 12px;
    padding: 10px;
    background-color: white;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    border-radius: 10px;
    flex: 1 1 300px;
}
.card-img-v3 {
    width: 97px;
    height: 97px;
    border-radius: 6px;
    object-fit: cover;
    z-index: 1;
}
.card-body-v3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 auto;
}
.popup {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.font-text {
    color: #9e9e9e;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    font-size: var(--h2);
    font-weight: 400;
}
.card-body-v3 .card-text {
    font-size: var(--h1);
    margin-bottom: 0px;
    padding: 0px !important;
}
.card-v3-p {
    margin: 0px;
    padding: 0px;
    font-weight: 400;
}
.starting-active {
    font-size: var(--h3);
    color: var(--primary-color);
}
.stating {
    font-size: var(--h4);
    color: #9B9B9B;
}
.sign {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    line-height: 15px;
    font-size: 23px;
}
.desc {
    font-size: var(--p);
    display: -webkit-box;
    /* flex-direction: column; */
    /* justify-content: space-between; */
    color: #9e9e9e;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-height: 15px;
    margin-top: 1px;
}
.desc-i {
    color: grey;
    font-size: var(--h4);
    font-weight: 300;
}
.rdo-btn-sec {
    padding-bottom: 10px;
    float: left;
    width: 100%;
}
.rdo-btn-sec p{
    display: inline-block;
    margin-bottom: 5px;
}
button.btn.btn-warning.btn-xs {
    color: white;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: relative;
    line-height: -2px;
}