    /*imhere checking for css */
.innerheading {
    /*top: -49px !important;*/
    left: 0px !important;
    /*padding: 10px 10px !important;*/
}

.topdetailintoprt{
  
    margin-bottom: 0px;
}
.profimg{
    width:150px;
    height: 150px;
    border-radius:100%;
}
.profimg img{
    width:100%;
    height: 100%;
    border-radius:100%;
    object-fit: cover;
}

.profinto{
    /* display: flex;
    flex-direction: column; */
}
.profinto .title{
    margin: 7px 36px;
    font-size: 15px;
}
.profinto font{
        font-size: 15px;
    top: 5px;
    position: relative;
}

.profinto h3 {
    color: #848484;
    font-size: 20px;
    margin: 10px 0;

}

.profinto span{
    color: #848484;
    font-size: 18px;
}
.profinto span i{
    width: 25px;
    height: 25px;
    border-radius: 100%;
    color: #fff;
    font-size: 15px;
    background: #1d1d53;
    text-align: center;
    line-height: 25px;
}

.socialinto{
    /*display: flex;
    flex-direction: column;*/
	margin:0px;
}

.socialinto span{
    color:#1d1d53;
    font-size: 16px; 
    display: block;
    margin-bottom: 10px;
}
.socialinto span i{
    width: 20px;
    height: 20px;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    background: #1d1d53;
    text-align: center;
    line-height: 20px;
    margin-right: 5px;
}


.section-head h4 {
    position: relative;
    padding: 0;
    color: #f91942;
    line-height: 1;
    letter-spacing: 0.3px;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    margin-bottom: 30px;
}
.section-head h4 span {
    font-weight: 700;
    padding-bottom: 5px;
    color: #2f2f2f;
}
.section-head h4:before {
    content: '';
    width: 60px;
    height: 3px;
    background: #f91942;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.viewsprt{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.viewsprt span{
    color:#1d1d53;
    font-size: 16px; 
    display: block;
    margin-bottom: 10px;
}

.viewsprt span i{
    width: 20px;
    height: 20px;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    background: #e8215a;
    text-align: center;
    line-height: 20px;
    margin-right: 5px;
}
.viewsprt button{
    background: #b3b2b7;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    border:none;
    outline: none;
    margin-top: 30px;
}
.viewsprt button:hover{
    background: #000;
}




.detailbannerprt{
    height: 350px;
   
    position: relative;
}

.detailbannerprt img{
    width: 100%;
    height: 100%;
    object-fit: fill !important;
}

.innercontDetail{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 30px;
    display: flex;
    align-items: center;
}
.leftDetailimg{
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.leftDetailimg img{
    width: auto;
    height: auto;

}



/*----listing----*/


.searchprt{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.searchprt label{
    width:8%;
    text-transform: uppercase;
    font-size: 20px;
}
.searchprt form{
    width: 90%;
}

.topnone{
    margin-top: 0!important;
}
.innersearchpanel{
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.innersearchpanel .form-group{
    width: 22%;
    display: flex;
    flex-direction: column;
}
.innersearchpanel .form-group p{
    font-weight: bold;
}
.innersearchpanel .form-group select{
    /* -webkit-appearance: none;  
	-moz-appearance: none; background:#fff url(../images/arrow.png) no-repeat 96%; border:2px solid #cfcdce; width:100%; padding: 5px 6px; */
    height: 40px; 
}
.innersearchpanel .form-group input{
    border:2px solid #cfcdce; width:100%; padding: 5px 6px;
    height: 40px; 
}
.innersearchpanel button{
    height: 40px; 
    margin-top: 15px;
    width: 10%;
    background: #1a1c4d;
    border:none;
    outline: none;
    color:#fff;
    font-size: 20px;
}

.innersearchpanel button:hover{
    background: #d33a70;
}

.innerListingbody ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.innerListingbody ul li{
    width:28%;
    padding-bottom: 40px;
    margin: 0 20px;
}

.innerListingbody ul li h2{
    color: #181b4f;
    font-size: 18px;
    margin: 10px 0;
    font-weight: 700;
    text-transform: uppercase;
}

.innerListingbody ul li h3 {
    color: #2c2c2f;
    font-size: 15px;
    margin: 10px 0;
    text-transform: uppercase;
}
.innerListingbody ul li span{
    color: #1d1d53;
    font-size: 18px;
}
.innerListingbody ul li span i{
    width: 25px;
    height: 25px;
    border-radius: 100%;
    color: #fff;
    font-size: 15px;
    background: #1d1d53;
    text-align: center;
    line-height: 25px;
}

.topproductimgprt{
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
    position: relative;
}

.topproductimgprt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imgcont{
    background: rgba(0,0,0,0.8);
    padding: 20px;
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.topdetailintoprt{
    
    margin-bottom: 0px;
}
.profimg{
    width:150px;
    height: 150px;
    border-radius:100%;
}
.profimg img{
    width:100%;
    height: 100%;
    border-radius:100%;
    object-fit: cover;
}

.profinto{
	margin:0px;
}
.profinto h2{
    color: #181b4f;
    font-size: 25px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.profinto h3 {
    color: #848484;
    font-size: 20px;
    margin: 10px 0;
   
}

.profinto span{
    color: #848484;
    font-size: 18px;
}
.profinto span i{
    width: 25px;
    height: 25px;
    border-radius: 100%;
    color: #fff;
    font-size: 15px;
    background: #1d1d53;
    text-align: center;
    line-height: 25px;
}

.socialinto{
   /*  display: flex;
    flex-direction: column; */
}

.socialinto span{
    color:#1d1d53;
    font-size: 16px; 
    display: block;
    margin-bottom: 10px;
}
.socialinto span i{
    width: 20px;
    height: 20px;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    background: #1d1d53;
    text-align: center;
    line-height: 20px;
    margin-right: 5px;
}

.viewsprt{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.viewsprt span{
    color:#1d1d53;
    font-size: 16px; 
    display: block;
    margin-bottom: 10px;
}

.viewsprt span i{
    width: 20px;
    height: 20px;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    background: #e8215a;
    text-align: center;
    line-height: 20px;
    margin-right: 5px;
}
.viewsprt button{
    background: #b3b2b7;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    border:none;
    outline: none;
    margin-top: 30px;
}
.viewsprt button:hover{
    background: #000;
}

.personalinfoprt{
   margin-top:20px;
}

.infoPanel{
    margin-bottom: 30px;
}
.infoPanel h3{
    font-size: 15px;
    color: #253570;
    line-height: 20px;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.infoPanel h4{
    font-size: 13px;
    color: #253570;
    line-height: 20px;
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.infoPanel p{
    color: #253570;
    font-size: 14px;
}
.infoPanel ul{
    display: flex;
    flex-direction: column;
    
}
.infoPanel ul li{
    color: #253570;
    font-size: 14px;
    width: auto;
    padding-bottom: 0;
}

.infoPanel .infoprtpanel{
    margin-bottom: 30px;
}

.infoPanel button{
    height: 40px;
    margin-top: 15px;
    width: 15%;
    background: #1a1c4d;
    border: none;
    outline: none;
    color: #fff;
    font-size: 20px;


}

.infoPanel button:hover{
    background: #c94574;
}


.innerinfopannel{
    margin-bottom: 30px;
}

.innerinfopannel h3{
    font-size: 15px;
    color: #253570;
    line-height: 20px;
    margin-top: 0;
    font-weight: 700;
    
}

.innerinfopannel p{
    color: #253570;
    font-size: 14px;
}

.innerinfopannel ul{
    display: flex;
    flex-direction: column;
    
}
.innerinfopannel ul li{
    color: #253570;
    font-size: 14px;
    width: auto;
    padding-bottom: 0;
    background: url("../images/blue-bullet.png") left center no-repeat;
    padding-left: 15px;
}

.arrowprt{
    display: flex;
    justify-content: space-between;
}
.arrowprt span{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-transform: uppercase;
    font-weight: bold;
}



.detailbannerprt{
    height: 350px;
   
    position: relative;
}

.detailbannerprt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.innercontDetail{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 30px;
    display: flex;
    align-items: center;
}
.leftDetailimg{
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.leftDetailimg img{
    width: auto;
    height: auto;

}

.rightDetailcont{
    width: calc(100% - 150px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.rightDetailcont h2{
    color: #fff;
    font-size: 25px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.rightDetailcont img{
    width: auto;
    height: auto;
    margin: 20px 0;
}

.rightDetailcont h3{
    color: #fff;
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    line-height: 30px;
}
.rightDetailcont h3 span{
    text-transform: uppercase;
    color: #fa441f;
}
.twodetailpanel .col-md-8{
    margin-top: 20px;
    padding-left: 25px
}
.single-ad .pro-ad{                               
    padding: 15px;
}
.leftquestionprt h2{
    font-size: 18px;
    color: #253570;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.gettouchprt{
    background: #f6f4f5;
    padding: 20px;
}
.gettouchprt h2{
    color: #181b4f;
    font-size: 25px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.gettouchprt button{
    background: #191a50;
    padding: 5px 20px;
    text-transform: uppercase;
    font-size: 13px;
    border:none;
    outline: none;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
}
.gettouchprt span{
    color: #191a50;
    /*color: #EA1C57!important;*/
    font-size: 16px;
    display: block;
    margin-top: 25px;
}
.gettouchprt span i {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    color: #fff;
    font-size: 15px;
    background: #1d1d53;
    text-align: center;
    line-height: 25px;
}

.googlemapprt{
    margin-top: 20px;
}

.googlemapprt label{
    color: #191a50;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
}
.googlemapprt img{
    width:100%;
}
.viewsPrt{
    /*display: flex;*/
    color: #181b4f;
    font-size: 25px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    align-items: center;
    margin: 20px 0;
	
}
.viewsPrt i{
    width: 35px;
    height: 35px;
    border-radius: 100%;
    color: #fff;
    font-size: 20px;
    background: #e91953;
    text-align: center;
    line-height: 35px;
    margin-right: 10px;
}

.rateprt{
    display: flex;
    flex-direction: column;
}
.rateprt p{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}
.rateprt ul{
    display: flex;
}
.rateprt ul li{
    margin-right: 5px;
}
.rateprt ul li i{
    font-size: 30px;
}
.sendqueryprt{
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}
.sendqueryprt label{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}
.sendqueryprt textarea{
    height: 100px;
    resize: none;
    padding: 6px;
}
.sendqueryprt button{
    width:34%;
}
.mrt25 .img-responsive{
    object-fit: cover
}


/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type:none;
  padding:0;
  
  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul > li.star {
  display:inline-block;
  
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size:2.5em; /* Change the size of the stars */
  color:#ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color:#fac30f;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color:#fac30f;
}
.custom-container .container-fluid{
    /*width: 80%;*/
    margin-top: 80px;
}
.innerListingbody .violet{
    top: 5px;
    background: white !important;
        position: relative;
    padding: 0;
    color: black;
    line-height: 1;
    letter-spacing: 0.3px;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    margin-bottom: 30px;
}

.innerListingbody .violet:before {
    content: '';
    width: 60px;
    height: 3px;
    background: #f91942;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
@media (max-width: 768px) {
.profinto{width:100%}
.socialinto{width:100%}
.viewsPrt{width:100%}
}