/* 10-December 2021*/

.sitemap-title{
    color: #83a851;
}

.sitemap {
    display: flex;
    border: 1px solid #e2d2d21a;
    margin-left: 0;
    border-radius: 8px;
    box-shadow: 0 0 1px 1px #d3d3d3;
    margin-bottom: 13px;
}

.sitemap .mainIcon {
    font-size: 34px;
    margin-right: 9px;
    padding: 10px;
}

.page-navigation{
    margin-top: 10px;
    margin-bottom: 10px;
}

.sitemap h5 {
    flex-basis: 80%;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #000;
    text-align: left;
    font-weight: normal;
}
.sitemap .rightArrow {
    flex-basis: 8%;
    text-align: right;
    margin-top: 8px;
    font-size: 17px;
    padding:10px;
}

.dispNone{
    display:none!important;
}

.cme_videoSection .rs-videos .animate-border .popup-border i {
    font-size: 16px;
    line-height: 50px;
}

.cme_videoSection .rs-videos .animate-border .popup-border {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.image-grid figure {
  margin-bottom: 0;
}

.image-grid img {
    box-shadow: 0 1rem 1rem rgb(0 0 0 / 15%);
    transition: box-shadow 0.2s;
    min-height: 290px;
    height: 290px;
    max-height: 290px;
    object-fit: cover;
}

.image-grid a:hover img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}


/* LIGHTBOX STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#lightbox-modal .modal-dialog{
 margin: 0% auto;   
}

.lightbox-modal .modal-content {
  background: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 20px;
  right: 18px;
  font-size: 1.2rem;
  z-index: 10;
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
  text-align: center;
}

.lightbox-modal img {
    width: 100%;
    max-height: 100vh;
    /* max-width: 100%; */
    object-fit: cover;
    height: 500px;
}

.lightbox-modal .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(36, 36, 36, 0.75);
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 10px;
}

.lightbox-modal .carousel-control-next {
  right: 10px;
}

.imgDescription{
position: relative;
    background: #0000007d;
    text-align: center;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.6px;
    margin-top: -79px;
    padding: 10px;
    opacity: 0;
    height: 80px;
    align-items: center;
    display: flex;
    flex-basis: 100%;
}

.cme_gallerySection figure:hover .imgDescription{
  opacity: 1;
  transition: all 1s;  
}

.color-white{
    color:#fff!important;
}

.boardMember .gridFilter button {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.boardMember .boardTab{
    
}

.boardMember .boardTab li{
 width: 16.6%;   
}

.boardMember .boardTab li button{
    width: 100%;
    font-size: 12px;
    padding: 10px 0;
    letter-spacing: 0.8px;
    color: #fff;  
}

#myTabContent{
    margin-top:25px;
}

.boardMember .boardTab li button.active{
     background: #83a851;
    color: #fff;
    border-color: #83a851;   
}

.boardMemberItem{
display: flex;
    background: #fff;
    padding: 0;
    margin-bottom: 20px;
    max-height: 150px;
    min-height: 150px;
    height: 150px;
}

.boardMemberItem img.defualtImage{
    width: auto!important;
    height: 59%!important;
    object-fit: contain;
    margin-top: 6%;
}

.boardMemberItem img.boardMemberImage{
    width: 30%;
    height: 150px;
    margin-right: 5px;
}

.boardMemberItem .boardMemberInfo{
 padding-top: 25px;
    width: 100%; 
}

.boardMemberItem .boardMemberInfo h3{
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 0;
    letter-spacing: 0.3px;  
}

.boardMemberItem .boardMemberInfo h6{
font-size: 12px;
    margin-bottom: 0;
    line-height: 18px;
    margin-top: 8px;
    display: flex;
}

.boardMemberItem .boardMemberInfo h6 i{
    padding: 0;
    color: #83a851;
    font-size: 13px;
    border-radius: 50%;
    height: 20px;
    width: 15px;
    padding-top: 2px;
    margin-right: 3px;  
}

.noBoradMember{
text-align: center;    
}

.noBoradMember img{
      width: 10%;
    margin-top: 10px;  
}

.noBoradMember h5{
      font-size: 22px;
    color: #fff;
    margin-top: 5px;
    letter-spacing: 0.5px;  
}

.cme_videoSection .cmeVideoItem{
       margin-bottom: 30px;
    height: 310px;
    min-height: 310px;
    max-height: 310px; 
}

.cme_videoSection .cmeVideoItem .choose-video{
 box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;    
}

.cme_videoSection .cmeVideoItem img{
    display: block;
    width: 100%;    
}

.cme_videoSection .cmeVideoItem span.videoTitle{
 display: block;
    position: absolute;
    bottom: 0;
    background: #83a851;
    width: 100%;
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.8px;
    font-weight: 500;   
}

.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul li a:hover {
    color: #ffffff;
}

  

.prime_section{
    padding: 4% 2%;
    background: #0000004d;
}

.formTitle{
    margin-bottom: 15px;
}

.formTitle img{
    width: 13%;
    float: left;
    margin-right: 10px;
}

.formTitle h4{
    font-size: 25px;
    margin-left: 11%;
    margin-top: 3%;
    letter-spacing: 0.6px;
}

.policy_section{
    background: #fff4f4;
    padding: 20px 25px;
    box-shadow: 0 10px 10px -5px;
    position: relative;
}

.prime_form{
    background: #fff4f4;
    padding: 20px 25px;
    box-shadow: 0 10px 10px -5px;
    position: relative;
    display: none;
}

.profileImageDiv{
    display: flex;
    width: 200px;
    height: 200px;
    border: 1px solid #fff;
    background: #fff;
    float: right;
    padding: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    position: relative;
}

.profileImageDiv img{

}

.profileImageDiv a{
    font-size: 14px;
    color: #000;
    letter-spacing: 0.5px;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.profileImageDiv a i{
    display: block;
    font-size: 25px;
    margin-bottom: 20px;
    position: absolute;
    margin-top: -45px;  
}

.profilePicInput{
    display: none;
}

.prime_form .form-group{
    margin-bottom: 35px;   
}

.form-titleLabel{
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 0.2px; 
}

.form-titleLabel sup{
    color: #b90606;
    font-size: 17px;
    top: 0;
}

.form-titleLabel small{
    font-size: 10px;
    margin-left: -4px;
}

.prime_form  input.form-control,.prime_form textarea.form-control,.prime_form select.form-control{
    font-size: 13px;
    letter-spacing: 0.5px;
    height: 40px;
    box-shadow: unset!important;
    border: 1px solid #ced4da;
}

.prime_form textarea.form-control{
    height:auto;
}

.genderGroup{

}

.genderGroup label{
    font-size: 13px;
    letter-spacing: 0.5px;
}

.genderGroup input{
    vertical-align: text-top;
}

.aadhaar_panel{

}

.aadhaar_panel .aadhaarFront,.aadhaar_panel .aadhaarBack,.docPanel{
    display: flex;
    background: #fff;
    width: 100%;
    height: 120px;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    position: relative;
}

.aadhaar_panel a,.docPanel a{
    font-size: 12.5px;
    color: #000;
    font-weight: 500;
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.aadhaar_panel a i,.docPanel a i{
    position: absolute;
    margin-top: -45px;
    font-size: 17px;
}

.dispnone{
    display: none!important;
}

.sendMailPanel label{
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.sendMailPanel input{
    margin-left: 12px;
}

.btnPanel {
    text-align: center;
}

.btnPanel button {
    background: #fff;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
    letter-spacing: 0.3px;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px!important;
    color: #fff!important;
}

.btnPanel button i{
    font-size: 17px;
    vertical-align: baseline;
}

.btnPanel button.saveBtn{
    background: #83a851;
}

.btnPanel button.resetBtn{
    background: #5164a8;
}

.closePrimeForm{
    position: absolute;
    background: #fff;
    width: 32px;
    display: flex;
    height: 32px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    color: #aba9a9;
    right: -15px;
    top: -10px; 
}

.previewImage{
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.profileImageDiv .editeProfile,.aadhaarFront .editaadhaarFrontBrowseLink,.aadhaarBack .editaadhaarBackBrowseLink,.DegreeImageDiv .editDCImageBrowseLink,.kpmaImageDiv .editKPMABrowseLink,.kaupImageDiv .editKAUPBrowseLink{
    position: absolute;
    right: -4px;
    top: 11%;
    height: 30px;
    width: 30px;
    /* z-index: 99999; */
}

.profileImageDiv .editeProfile i,.aadhaarFront .editaadhaarFrontBrowseLink i,.aadhaarBack .editaadhaarBackBrowseLink i,.DegreeImageDiv .editDCImageBrowseLink i,.kpmaImageDiv .editKPMABrowseLink i,.kaupImageDiv .editKAUPBrowseLink i {
    font-size: 13px;
    background: #b92a2a;
    color: #fff;
    padding: 6px 6px;
    display: flex;
    align-items: center;
    justify-content: center;   
}

.aadhaarFront .editaadhaarFrontBrowseLink,.aadhaarBack .editaadhaarBackBrowseLink {
    right: -5.5%;
    top: 15%;
}

.aadhaarFront .editaadhaarFrontBrowseLink i,.aadhaarBack .editaadhaarBackBrowseLink i,.DegreeImageDiv .editDCImageBrowseLink i,.kpmaImageDiv .editKPMABrowseLink i,.kaupImageDiv .editKAUPBrowseLink i{
    font-size: 10px;
}

.DegreeImageDiv .editDCImageBrowseLink,.kpmaImageDiv .editKPMABrowseLink,.kaupImageDiv .editKAUPBrowseLink {
    right: -2.5%;
    top: 15%;
}


.mobileCheckForm{
    width: 50%;
    display: block;
    margin: 13% auto 13%;
    background: #fff;
    text-align: center;
    padding: 15px;
    position: relative;
    background: #fff4f4;
    box-shadow: 0 10px 10px -5px;
}

.mobileCheckForm .formTitle img {
    width: 20%;
    float: left;
    margin-right: 0;
}

.mobileCheckForm .formTitle h4{
    margin-bottom: 1px;
    margin-left: 23%;
    text-align: left;
    font-size: 24px;
}

.mobileCheckForm .formTitle p{
    font-size: 13px;
    text-align: left;
    margin-left: 23%;
    color: #555050;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

.mobileCheckForm  .form-group{
    text-align: left;
    margin-bottom: 15px;
}

.mobileCheckForm label{
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 0.2px;
}

.mobileCheckForm label sup{
    color: #b90606;
    font-size: 17px;
    top: 0;  
}

.mobileCheckForm input{
    font-size: 13px;
    letter-spacing: 0.5px;
    height: 40px;
    box-shadow: unset!important;
    border: 1px solid #ced4da;
}

.mobileCheckForm .checkMemberBtn{
    display: block;
    margin: 25px auto 0;
    outline: 0;
    background: #568540;
    border: 0;
    font-size: 13px;
    padding: 7px 21px;
    letter-spacing: 0.3px;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px!important;
    color: #fff!important;
    font-weight: 600;
    border-radius: 32px;
}

.mobileCheckForm .checkMemberBtn i{
    font-size: 14px;
    vertical-align: middle; 
}

.errSpan{
    font-size: 12px;
    color: #a52e2f;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: capitalize;   
}

.err_cls{
    border-bottom: 2px solid #a52e2f!important;
}

.mobileNoChange{
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    text-align: right;
}

.mobileNoChange a{
    color: #3030c8;
    font-size: 11px;
    letter-spacing: 0;
}

.mobileNoChange i{
    font-size: 21px;
    vertical-align: middle;
}

.primeStatus{
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 20px;
    line-height: 33px;
    color: black;
    text-align: left;
}

.primeStatus span{
    color: #ae0303;
}

.reserved{
    float: left;
}

.renewalBtn{
    display: block;
    margin: 25px auto 0;
    outline: 0;
    background: #568540;
    border: 0;
    font-size: 13px;
    padding: 7px 21px;
    letter-spacing: 0.3px;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px!important;
    color: #fff!important;
    font-weight: 600;
    border-radius: 32px;
}

.renewalBtn span{

}

.membershipStatImage{
    width: auto;
    margin: 0 auto;
    display: block;   
}

.notes{
    text-align: left;
}

.notes span{
    display: block;
    line-height: 22px;
    font-size: 14px;
    font-weight: 600;
    color: black;
    letter-spacing: 0.2px;
}

.notes span sup{
    font-size: 20px;
    top: 2px;
    color: #dd0a0a;
}

.notes span small{
    font-size: 12px;
    color: #c30404;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.genderErr{
    display: block;    
}

.mbsc-windows.mbsc-textfield-wrapper {
    margin: 0!important;
}

.profilePicErr{
    position: absolute;
    bottom: 4%;
    width: 100%;
    text-align: center;  
}

.primePrice{

}

.primePrice h5{
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: 0.2px;
}

.primePrice h5 span{
    font-weight: 900;
    color: #83a851;
    letter-spacing: 0.5px;
    font-size: 20px;  
}

#previewModal{

}

#previewModal img{
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: unset;
}

#previewModal .btn-close{
    position: absolute;
    right: -14px;
    top: -11px;
    font-size: 16px;
    z-index: 9999;
    background: #ba0d0d;
    opacity: 1;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 16px;
}

.memberNote{
    font-size: 12.5px;
    margin: 4px 0 0;
    line-height: 23px;
    letter-spacing: 0;
}

.mb-20{
    margin-bottom: 20px!important;
}

#about p{
    font-size: 15px;
    line-height: 29px;
    margin-bottom: 10px;  
}

.rs-services.chooseus-style .services-item {
    display: flex;
    padding: 30px;
    background-color: #15181D;
    width: 50%;
    margin: 0 auto;
    border-radius: 16px;
}

.rs-services.chooseus-style .services-item .services-text .title {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 15px;
    text-align: left;
}

.services-txt{
    font-size: 14px;
    color: #535252!important;
    font-weight: 500;
    line-height: 26px;
}

.services-txt li{
    margin-bottom: 5px;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #fff;
}

.mtb-3{
    margin: 3% auto!important;
}

.mbsc-scroller-wheel-item div:first-child{
    display: none;
}

.mbsc-textfield.mbsc-textfield-tags.mbsc-textarea{
    height: 40px!important;
    border: 1px solid #ced4da;
}

.rs-footer.style1 .footer-bottom .copy-right-menu li a {
    color: #ffffff;
    font-size: 12px;
}

.rs-footer.style1 .footer-bottom .copyright p {
    margin: 0;
    color: #ffffff;
    font-size: 13px;
}

#about .images-part img{
    border-radius: 25px;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;  
}

.rs-services.home-style2 .services-item .services-icon img{
    border: 2px solid #bd0303;
    padding: 10px 10px;
    border-radius: 50%;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;    
}

.whyItem{
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
}

.whyItem img{
    width: 30%;
    display: block;
    margin: 0 auto;
    border: 3px solid #799c66;
    padding: 10px;
    border-radius: 50%;
    object-fit: contain;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
}

.whyItem h6{
    font-size: 15px;
    margin-top: 10px;
    letter-spacing: 0.5px;
    line-height: 25px;
    text-align: center;
}

.whyTitleTxt{
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.7px;
    margin-top: 30px;
   
}

.overFlowHidden{
    overflow: hidden!important;
}

.responseDiv{
    margin: 11.1% auto;
    /* overflow: hidden; */
}

.responseDiv.failed,.processing{
    margin: 9.7% auto;  
}

.responseDiv.processing{
    margin:9.8% auto;  
}

.responseDiv h3{
    font-size: 30px;
    margin-top: 15px;
    color: #32ba7c;
    margin-bottom: 5px;
}

.responseDiv.processing h3{
    color: #955d6f;
}

.responseDiv.failed h3{
    color: #d61c0f;
}
.responseDiv h6{
    font-size: 17px;
    margin-bottom: 5px;
    letter-spacing: 0.2px; 
}

.responseDiv img{
    width: 30%;
    margin-top: 20px;
    margin-bottom: 0;
    box-shadow: 0 0 0 0 rgba(50 186 124,1);
    transform: scale(1);
    animation: pulse 2s infinite;
    border: 3px dotted #0aa06e;
    padding: 5px;
    border-radius: 50%
}

.responseDiv  span{
    font-size: 14px;
    color: #000;
    font-weight: 500;  
}

.responseDiv  span b{
    color: #0aa06e;
    letter-spacing: 0.5px; 
}

.retryMembership{
    background: #d61c0f;
    padding: 6px 30px;
    color: #fff!important;
    font-size: 15px;
    margin: 10px 0;
    display: inline-block;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    border-radius: 38px;
    letter-spacing: 0.3px;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

.terms_c.errSpan{
    display: block;
}

.errorMessage div:first-child{
    margin-top: 30px;  

}

.errorMessage button{
    background: none;
    box-shadow: unset!important;
    color: #272020!important;
    font-size: 17px;
    padding: 15px 3px!important;
    font-weight: 700;
    opacity: 1;
    font-family: monospace;   
}

.marqueeSection {
    margin-bottom: 20px;
    margin-top: 15px;
}

.marqueeSection .ticker {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 50px;
    margin: 0 auto;
}

.marqueeSection .news {
     width: 80%;
    background: #b52726;
    padding: 0 2%;
}

.marqueeSection .title {
    width: 20%;
    text-align: center;
    background: #c81c1c;
    position: relative
}

.marqueeSection .title:after {
    position: absolute;
    content: "";
    right: -17%;
    border-left: 18px solid #c81c1c;
    border-top: 28px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 24px solid transparent;
    top: 2px;
}

.marqueeSection .title h5 {
    font-size: 18px;
    margin: 5% 0;
    color: #fff;
}

.marqueeSection .news marquee {
    font-size: 18px;
    margin-top: 12px
}

.marqueeSection .news-content p {
    margin-right: 41px;
    display: inline;
    color: #fff;
    font-size: 17px!important;
    letter-spacing: 0.4px;
}

.marqueeSection .news-content p a{
    color: #0307a7;
    text-decoration: underline!important;
    font-weight: 600;
}

.primeBG{
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(86,133,64,1) 100%);  
}

@media (min-width: 320px) and (max-width: 767px) {

.current-menu-item a{
      color: #83a851 !important;  
}
.marqueeSection .title h5 {
    font-size: 15px;
    margin: 10% 0;
    color: #fff;
}

.marqueeSection .news marquee {
    font-size: 18px;
    margin-top: 10px
}

.boardMember .boardTab {
    display: flex;
    overflow: scroll;
    width: 100%;
    flex-wrap: nowrap;
}

.boardMember .boardTab li {
    width: 38%;
    margin-right: 10px;
}

.boardMember .boardTab li button{

    padding-left: 15px;
    padding-right: 15px;
}

.col-cell.dispNone{
    display:block!important;
}

.full-width-header .rs-header.style2 {
    position: absolute;
    background: white;
}

.cme_videoSection .cmeVideoItem {
    margin-bottom: 30px;
    height: auto;
    min-height: unset;
    max-height: unset;
}

.countItem{
    width: 50%;
    margin-bottom: 40px;    
}

.logo-area img{
    height: auto;
    max-height: unset!important;
    width: 25%!important;
    margin-top: 7px!important;
}

#about{
    padding-top: 0!important;
}

#slider_section{
    padding-top: 25%;  
}

.rs-slider.slider3 .nivoSlider img {
    height: auto!important;
    width: auto !important;
    max-width: 500px;
    object-fit: contain;
    object-position: right;
}

.rs-slider .nivo-controlNav{
    display:block!important;
}


.nivo-caption {
    background: #dfdede8f;
}


.rs-counter.style1 .counter-area .counter-list .counter-number .prefix {
    font-size: 24px;
}

.rs-header .menu-area .logo-area {
    position: relative;
    z-index: 1;
    top: 0!important;
}

.full-width-header .rs-header .menu-area.sticky {
    background: #fff;
    -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
    position: fixed;
}

.full-width-header .rs-header .menu-area.sticky .logo-area img{
     width: 18%;
    margin: 10px 0;   
}

.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span {
    height: 2px;
    width: 30px;
    display: block;
    background: #000000!important;
        margin: 4px 3px;
}

.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar {
    padding: 0 10px 25px;
    background: transparent;
    max-width: 50px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 2px;
    padding-right: 0;
    margin-right: 0;
    
}

.full-width-header .rs-header .sticky .expand-btn-inner ul .humburger .nav-expander .bar {
    padding: 0 10px 11px;
}

.mobileCheckForm {
    width: 100%;
}

.mobileCheckForm .formTitle h4 {
    font-size: 19px;
    margin-left: 0;
}

.mobileCheckForm .formTitle img {
    width: 30%;
    float: unset;
}

.mobileCheckForm .formTitle p {
    font-size: 13px;
    text-align: left;
    margin-left: 0;
}

.primeStatus {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 15px;
    line-height: 30px;
}

.membershipStatImage {
    width: 35%;
    margin: 15px auto;
}

.formTitle img {
    width: 35%;
    float: unset;
    margin: 0 auto;
    display: block;
}

.formTitle h4 {
    font-size: 18px;
    margin-left: 0;
    margin-top: 0%;
    letter-spacing: 0;
    margin-bottom: 0;
}

.profileImageDiv {
    float: unset;
    margin: 0 auto 20px;
}

.prime_form .form-group {
    margin-bottom: 20px;
}

.aadhaar_panel .aadhaarFront, .aadhaar_panel .aadhaarBack, .docPanel {
    margin-bottom: 10px;
}

.reserved {
    float: unset;
    text-align: center;
}

.mobileNoChange {
    text-align: center;
}

.rs-services.chooseus-style .services-item {
    display: block;
    padding: 20px;
    background-color: #15181D;
    width: 100%;
    margin: 0 auto;
    border-radius: 16px;
    text-align: center;
}

.services-txt {
    text-align: left;
}

.rs-services.chooseus-style .services-item .services-icon img {
    margin-bottom: 15px;
}

.rs-blog.blog-main-home .blog-item .blog-content .blog-meta {
    top: -16px;
}

.marqueeSection .news {
    width: 72%;
}

.marqueeSection .title:after {
    position: absolute;
    content: "";
    right: -38%;
    border-left: 18px solid #c81c1c;
    border-top: 28px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 24px solid transparent;
    top: 0px;
    z-index: 99;
}

.marqueeSection .title {
    width: 28%;
}

}

.rs-breadcrumbs .breadcrumbs-inner {
    padding: 70px 0;
}

.rs-breadcrumbs.img4 {
    background: linear-gradient(45deg, #83a851, #93ccd6);
}

.rs-breadcrumbs .breadcrumbs-inner .page-title{
    padding-top:0;
}

.rs-breadcrumbs .breadcrumbs-inner .page-title:after{
    display:none;
}

#advertiseListsSec{
padding: 40px 0;    
}

.adv_Items{
    border: 3px solid #8ab88c;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    
}

.adv_Items .logo{
text-align: center;
    background: #f9f3f3;
    border-radius: 10px 10px 0 0;
    margin-bottom: 10px;
    height: 210px; 
}

.adv_Items .logo img{
    width: auto;
    border-radius: 10px 10px 0 0;
    height: 210px;
}

.adv_Items .logo .logoText {
    display: inline-block;
    height: 160px;
    width: 160px;
    margin: auto;
    border-radius: 50%;
    font-size: 140px;
    color: #fff;
    margin-top: 25px;
    line-height: 1.2;
    background: #02AAB0;
    background: -webkit-linear-gradient(to right, #00CDAC, #02AAB0);
    background: linear-gradient(to right, #00CDAC, #02AAB0);
    box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px, rgb(10 37 64 / 35%) 0px -2px 6px 0px inset;
}

.adv_Items .info{
     padding: 5px 10px;   
}

.adv_Items .info h5{
font-size: 15px;
    margin-bottom: 3px;
    letter-spacing: 0.2px;
    color: #83a851;
    font-weight: 600;    
}

.adv_Items .info h6{
 font-size: 13px;
    margin-bottom: 5px;
    font-weight: 600;   
}

.adv_Items .info h6 i{
      height: 20px;
    width: 20px;
    text-align: center;
    padding-top: 5px;
    color: #fff;
    border-radius: 50%;
    font-size: 10px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    background: linear-gradient(45deg, #83a851, #93ccd6);
    margin-right: 5px;  
}

.adv_Items .foot{
    border-radius: 0 0 7px 7px;
    padding: 7px 14px;
    background: linear-gradient(45deg, #83a851, #93ccd6);
    text-align: center;  
}

.adv_Items .foot a{
     background: white;
    padding: 4px 12px;
    color: #84ab5d;
    font-size: 11px;
    letter-spacing: 0.5px;
    margin-right: 5px;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 25%) 0px 54px 55px, rgb(0 0 0 / 12%) 0px -12px 30px, rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px;
    font-weight: 600;   
}

.adv_Items .foot a i{
    
}

.adv_Items .foot a.websiteLink{
        background: linear-gradient(45deg, #83a851, #93ccd6);
    color: #fff;
    border: 1px solid #fff;
}

.adDetailsSection{
 padding: 40px 0;   
}

.companyInfo{
    
}

.companyData{
    width: 32%;
    float: left;
    border-right: 1px solid #d1d1d175; 
}

.companyData .adv_Items{
     border: 0;
    box-shadow: none;
    border-radius: 0;   
}

.companyData .adv_Items .logo{
     border-radius: 0;
    background: none;   
}

.aboutCompany{
margin-top: 5%;    
}

.aboutCompany h4{
    margin-top: 5%;
    padding-left: 33%;
    font-size: 30px;
    letter-spacing: 0.4px;
    margin-bottom: 15px;
    color: #8daf59;
}

.aboutCompany hr{
    margin: 10px 0 8px;    
}

.aboutCompany p{
  font-size: 15px;
    line-height: 33px;
    color: #000;
    font-weight: 400;
    margin-bottom: 15px; 
        padding-left: 33%;
}

.comWeb{
 text-align:center;   
}

.comWeb a{
padding: 6px 18px;
    font-size: 11px;
    letter-spacing: 0.5px;
    margin-right: 5px;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 25%) 0px 54px 55px, rgb(0 0 0 / 12%) 0px -12px 30px, rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px;
    font-weight: 600;
    background: linear-gradient(45deg, #83a851, #93ccd6);
    color: #fff;
    border: 1px solid #fff;
    margin-bottom: 20px;
    display: inline-block;
}

.companyProducts{
     margin-top: 60px;   
}

.companyProducts h4{
    font-size: 30px;
    letter-spacing: 0.4px;
    margin-bottom: 15px;
    color: #8daf59;    
}

.companyProducts hr{
     margin: 10px 0 8px;     
}

.proItem{
box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    margin-top: 20px;
    background: #ebedea63;
    border-radius: 10px;
    padding-bottom: 15px; 
}

.proItem img{
     width: 100%;
    height: 270px;
    /* object-fit: contain; */
    margin-bottom: 5px;   
}

.proItem h5{
    padding-left: 10px;
    font-size: 18px;
    margin-bottom: 0;
    letter-spacing: 0;    
}

.proItem a{
    text-align: center;
    display: block;
    background: #8daf59;
    width: 50%;
    margin: 0 auto;
    font-size: 15px;
    padding: 4px;
    font-weight: 500;
    margin-top: 10px;
    border-radius: 5px;
    color: #fff;  
}

.activeMenu a{ 
       color: #83a851 !important; 
}

.noItemsSec{
  margin: 40px 0;
    text-align: center;  
}

.noItemsSec img{
    
}

.noItemsSec h6{
      font-size: 30px;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 600;
    color: #6d916e;  
}

.mobDobSec{
    display:none;
}

#homeAdvertisements .adv_Items {
     border: 0; 
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}

#homeAdvertisements.rs-testimonial.style2 .testi-wrap{
    padding:0;
}

#homeAdvertisements .logo {
    text-align: center;
    background: #f9f3f300;
    border-radius: 10px 10px 0 0;
    margin-bottom: 10px;
    height: 210px;
}

#homeAdvertisements .logo .logoText {
    display: inline-block;
    height: 160px;
    width: 160px;
    margin: auto;
    border-radius: 50%;
    font-size: 140px;
    color: #fff;
    margin-top: 25px;
    line-height: 1.2;
    background: #02AAB0;
    background: -webkit-linear-gradient(to right, #00CDAC, #02AAB0);
    background: linear-gradient(to right, #00CDAC, #02AAB0);
    box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px, rgb(10 37 64 / 35%) 0px -2px 6px 0px inset;
}

#homeAdvertisements .info {
    padding: 5px 10px;
}

#homeAdvertisements .info h5 {
    font-size: 15px;
    margin-bottom: 3px;
    letter-spacing: 0.2px;
    color: #83a851;
    font-weight: 600;
}

#homeAdvertisements .info h6 {
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 600;
    color: #fff;
}

#homeAdvertisements .foot {
    border-radius: 0 0 7px 7px;
    padding: 7px 14px;
    background: linear-gradient(45deg, #83a851, #93ccd6);
    text-align: center;
}

#homeAdvertisements .foot a {
    background: white;
    padding: 4px 12px;
    color: #84ab5d;
    font-size: 11px;
    letter-spacing: 0.5px;
    margin-right: 5px;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 25%) 0px 54px 55px, rgb(0 0 0 / 12%) 0px -12px 30px, rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px;
    font-weight: 600;
}

#homeAdvertisements .foot a.websiteLink {
    background: linear-gradient(45deg, #83a851, #93ccd6);
    color: #fff;
    border: 1px solid #fff;
}

/*.dateOfBirth{*/
/*    display:block;*/
/*}*/
@media (min-width: 320px) and (max-width: 767px) {
  
.adv_Items {
    margin-bottom: 20px;
}

.companyData {
    width: 100%;
    float: unset;
    border-right: 0;
}

.aboutCompany h4 {
    padding-left: 0;
}

.aboutCompany p {
    padding-left: 0;
}

.companyProducts {
    margin-top: 20px;
}

.rs-breadcrumbs .breadcrumbs-inner {
    padding: 140px 0 40px;
}

/*.mobDobSec{*/
/*    display:block;*/
/*}*/

.mobDobSec input{
 width: 100%;
    border: 1px solid #d6d1d1;
    height: 35px;   
}

.mobDobSec span{
     position: absolute;
    right: 35px;
    font-size: 18px;
    padding-top: 2px;
    color: #000;
    z-index: 9999;   
}

.mobDobSec span i{
    
}

/*.dateOfBirth{*/
/*    display:none;*/
/*}*/

.mbsc-ios.mbsc-label-inline.mbsc-ltr{
margin-top: -42px;
    width: 0;
    position: relative;
    padding: 0!important;
    border: 0;
    overflow: inherit;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600; 
}

.mbsc-ios.mbsc-textfield-wrapper-underline{
margin-top: 35px!important;  
}
  
}

@media (min-width: 320px) and (max-width: 1300px) {
    .mbsc-ios.mbsc-label-inline.mbsc-ltr{
margin-top: -42px;
    width: 0;
    position: relative;
    padding: 0!important;
    border: 0;
    overflow: inherit;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600; 
}

.mbsc-ios.mbsc-textfield-wrapper-underline{
margin-top: 35px!important;  
}
}

