 .section-img{
    background: url(../images/climpek.png);
 }
 .bullet-img{
     list-style-image: url(../images/bullet.png);
 }
 .heading-underline {
    margin-top: 0;
    margin-bottom: 24px;
    padding-bottom: 25px;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
}

.heading-underline:before {
    position: relative;
    top: 4px;
    margin: 0 1rem;
    content: "";
    display: inline-block;
    background: url(../images/floral-sprite.png) no-repeat;
    background-position: left;
    width: 66px;
    height: 36px;
}
.heading-underline:after {
    position: relative;
    top: 4px;
    margin: 0 1rem;
    content: "";
    display: inline-block;
    background: url(../images/floral-sprite.png) no-repeat;
    background-position: right;
    width: 67px;
    height: 36px;
}
.about-sec{
    padding-top:35px;
}


.gv{
    margin-bottom: 15px !important;
}
  .mandapam-title{      color: #fff;
    font-weight: 600;
    background: #f76501;
    padding: 3% 4%;
    width: fit-content;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

.bullet_sec {
    list-style-image: url(../images/bullet.png);
    margin-top: 5%;
}
.bullet_sec li{
    text-align: left;
    font-size: 18px;
    margin-bottom: 6px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-weight: 500;
}
/*.right-icons{*/
/*    border-left: 3px solid #ec4e23;*/
/*}*/
.mt-3{
    margin-top: 3%;
}


.about-us .section-head{
    margin-bottom: 0px !important;
}
.features{
     padding: 30px 0px 10px 0px;  
}
.padmavathi{
    padding: 0px 0px 40px 0px;
}
.features h2{
    text-transform: uppercase;
    font-size: 27px;
    text-align: center;
   background: #ff6d0b;
    color: #fff;
    padding: 2% 1%;
    border-radius: 22px;
}
.features-points{
    list-style-image: url(../images/bullet.png);
        display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
        margin: 2% 0%;
}
.features-points li{
    font-size: 18px;
   font-family: 'Open Sans', sans-serif;
   font-weight: 500;

}
.features h3{
    text-align: center;
    text-transform: capitalize;
    font-weight: bold;
    color: #e04408;
}
.features-btm-content{
    color: #000 !important;
    font-size: 24px;
    border-top: 2px dashed #f76501;
    border-bottom: 2px dashed #f76501;
    padding: 14px 0px;
}
.padmavathi h2{
    color: #FF6600;
    font-size: 24px;
    text-align: center;
    margin-bottom: 5px;
}
.heading-underline-img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3%;
}
.Padmavathi-logo{
display: block;
margin-left: auto;
margin-right: auto;
}
.padmavathi p{
    margin-top: 10px;
    text-align: justify;
}
.padmavathi-btn{
    padding: 15px 30px !important;
    background: #f76501;
    border-radius: 30px;
    cursor: pointer;
    border: 0px;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 2%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.padmavathi-btn a{
    font-weight: bold;
    color: #fff;
}
.padmavathi-btn a:after {
    content: url(../images/right-arrow.png);
    padding-left: 5px;

}
.padmavathi-about{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-radius: 10px;
}
.thumbnail{
box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
border: 2px solid #fff !important;
}
.features-bottom-sec{
    padding: 1% 0% 4% 0%;
}

.location-details{
        padding-top: 4%;
}

.location-sec{
    border-radius: 10px;
   
    box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}
.contact-sec{
    background: #fff;
    border: 2px solid #f76501;
    border-radius: 10px;
    padding: 3%;
}
.contact-sec p{
    font-size: 18px;
    margin-top: 15px;
}
.contact-sec h3{
    font-weight: bold;
}
.contact-call{
        border: 0px;
    background: #f76501;
    padding: 11px 18px;
    border-radius: 30px;
}
.contact-call a{
        color: #fff;
    font-size: 19px;
}
.extra-spc{
    height: 378px;
}
.contact-us{
    margin:3% 0% ;
}

@media only screen and (max-width: 767px) {
    .mandapam-title{
        padding: 3% 7%;
    
    font-size: 24px;
    }
    .right-icons{
       border-left: 0px;
    }
    .features h2{
        font-size: 17px;
    line-height: 24px;
    }
    .features-points{
       grid-template-columns: 100%; 
    }
    .features h3{
        font-size: 16px;
    }
    .padmavathi-btn{
    margin-bottom: 5%;
}
.another-mahal{
    display: none !important;
}
.open-button.right-btn {
        
   background: #f76501;
    position: fixed;
    top: 50%;
    right: -40px;
    transform: rotate(90deg);
    padding: 6px 20px;
    text-transform: uppercase;
    z-index: 9999;
    border-radius: 30px;
    border: 5px solid #fff;
    box-shadow: 1px 1px 10px #959595;
    font-weight: bold;
   
    }
    .right-btn a{
         color: #fff;
          text-transform: uppercase;
          font-weight: 700;
          font-size: 20px;
    }
    .contact-sec{
        margin-bottom: 5%;
    }
    .contact-call{
       padding: 8px 18px;
    
    margin-top: 3%; 
    }
}
@media only screen and (min-width: 768px) {
.open-button.right-btn{
    display: none;
    }}
