.z-index-1{
    z-index: 1;
}
.pointer {
    cursor: pointer;
}
html{
     overflow-x: hidden;
}
.radius-top-25 {
    border-radius: 25px 25px 0px 0px;
}

.radius-bottom-25 {
    border-radius: 0px 0px 25px 25px;
}

.radius-left-25 {
    border-radius: 25px 0px 0px 25px;
}

.radius-right-25 {
    border-radius: 0px 25px 25px 0px;
}

.radius-25{
    border-radius: 25px;
    border: none;
}
.radius-50{
    border-radius: 50px;
    border: none;
}
.radius-20{
    border-radius: 20px;
    border: none;
}

.text-black{
    color: black;
}

.bg-navbar{
    background: linear-gradient(to bottom, #af2904, #EFAA1B) !important;
}
.bg-mobile-navbar{
    background: linear-gradient(114deg, #631819, #d67f37);
}
.font-size-5{
    font-size: 5px;
}
.font-size-8{
    font-size: 8px;
}
.font-size-10{
    font-size: 10px;
}
.font-size-19{
    font-size: 19px;
}
/*.footer-p{*/
/*    font-size:16px;*/
/*}*/

/*.text-white{*/
/*    color:#fff;*/
/*    font-size:22px;*/
/*}*/
.bg-navbar-img{
    background-image: url(./../img/trimbak-mukut.png);
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-position: bottom;
    background-color: #490000 !important;
    border-radius: 10px 0 10px 10px;
    font-size: 17px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #ca5f0d !important;
}

    .mobile-view-anchor-color
    {
    color:white !important;
    }
.btn-navbar{
    color:#fff;
    background: linear-gradient(to bottom, #a70202, #de5a18, #400101 60%) !important;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 1em;
    text-shadow: 1px 2px black;
}

.font-family-felipa {
font-family: 'Trebuchet MS', sans-serif;
}
.font-family-awesome {
    font-family: 'FontAwesome';
    /*font-size: 12px;*/
}
.font-family-awesome-1{
    font-size: 12px;
    font-weight:600;
}
.font-family-sans-serif {
    font-family: sans-serif;
}
.btn-navbar.active{
    background: linear-gradient(to bottom, #a70202, #400101 60%) !important;
    position: relative;
    /* bottom: 10px; */
    margin-left: 10px;
    margin-right: 10px;
}

.btn-orange-yellow {
   /*background: linear-gradient(to bottom, #F72F11, #dc9c26) !important;*/
   background: #F72F11;
    color: #fff;
}
.border-orange{
    border: 1px solid #fd5d00;
}
a.btn-navbar:hover{
    color:#dea422;
}
a.btn-navbar span:hover{
    color:#f7e3bb;
    border-bottom: 2px solid #f7e3bb;
}

.pagination li {
    padding: 5px 10px;
    background: white;
    color: black;
    margin: 3px;
    text-decoration: none;
    border-radius: 8px;
}

a {
    color: #490000;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #080808;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto; 
    z-index: 1;
}
.nav-search-btn{
    position: relative;
    left: -32px;
    background: linear-gradient(to top right, #9e111f, #EFAA1B 58%) !important;
    color:white;
    font-size: 25px;
}

.nav-search-input {
    height: 40px;
    background: #ccfb3b;
    /* border: 2px solid;
    border-color: #ff9900; */
    /* color: #fcc822; */
}
.nav-search-input:focus {
    outline: none;
}

.navbar input:focus{
    outline: none;
}

.bg-welcome{
    /* background: radial-gradient(#fcc822, #B12E1C ); */
    background: -webkit-radial-gradient(circle at center, #f9f5e6, #fcc822 30%, #B12E1C );
    background: radial-gradient(circle at center, #f9f5e6, #fcc822 30%, #B12E1C 100%);
}
.bg-welcome-img{
    /* background: radial-gradient(#fcc822, #B12E1C ); */
    /* background: #b2b2b2 url("./../img/background-design-center.png") 20px 10px no-repeat;  */
    /*background-image: url('./../img/background-design-center.png');*/
    /* background-attachment: fixed; */
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.bg-welcome-img-rotate {
    position: absolute;
    width: 100%;
    height: 100%;
    animation:spin 30s linear infinite;
}

.text-maroon {
    color: #490000!important;
}
.text-dark-maroon {
    color: #220101!important
}
.text-gold {
    color: #f8ce8e
}

a.text-white{
    color: #fff;
}

a.text-white:hover {
    color: #ff7500!important;
    text-decoration: none;
}

.welcome-font {
    font-weight: 600;
    letter-spacing: 3px;
     font-family: Georgia, cursive;
}
.welcome-to-font{
    font-weight: 200;
    font-family: Georgia, cursive;
}

.welcome-domain-font{
  font-weight: 900;
  font-family: Georgia, serif;
 
}
.verified-img{
    position: relative;
    top: 30px;
    left: 20px;
}

.welcome-tagline{
    font-size: 10px;
}

.welcome-img-position{
    position: relative;
    left: -120px;
    height: 300px;
}

.bg-profile{
    background: -webkit-radial-gradient(circle at center,#ffb06d , #e07e38);
    /*background: radial-gradient(#FFC578 34% ,#Af5325);*/
    background: radial-gradient(#ffcf90 57%, #dd5815);
}
.bg-profile-img{
    background-image: url('./../img/bg-profile-1.png');
    /* background-attachment: fixed; */
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
}

.profile-btn{
  
    background: #edf83f;
    font-size: 15px;
    font-weight: 900;
    color: #0b0000;
    border-radius: 15px;
    padding-block: 2px;
    border-color: #bc4209;
}



.bg-containt{
    background: -webkit-radial-gradient(circle at center, #f9de62, #490000 40%);
    background: radial-gradient(circle at center, #490000, #490000 40%);
}
.bg-containt-about{
    background: -webkit-radial-gradient(circle at center, #f9de62, #490000 40%);
    background: radial-gradient(circle at center, #907f32, #490000 40%);
}

.bg-containt-design-img{
    /* background: radial-gradient(#fcc822, #B12E1C ); */
    /* background: #b2b2b2 url("./../img/background-design-center.png") 20px 10px no-repeat;  */
    /*background-image: url(./../img/center-images-design.png), radial-gradient(circle at center, #f9de62, #490000 40%);*/
    /* background-attachment: fixed; */
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.whatsapp-icon{
   width: 45px;
    text-align: center;
    color: white;
    border-radius: 50%;
    height: 45px;
    top: -5px;
    position: relative;
    font-size: 45px;
}

.overflow-dots-1 {
    width: 100px;
    white-space: nowrap;
    /*overflow: hidden !important;*/
    /*text-overflow: ellipsis;*/
    font-size:14px;
    font-weight:600;
    position: relative;
    left: -15px;
}
.overflow-dots{
      width: 100px;
    white-space: nowrap;
    /*overflow: hidden !important;*/
    /*text-overflow: ellipsis;*/
    /*white-space: normal; */
    /*overflow-wrap: break-word;*/
    font-size:14px;
    font-weight:600;
   
}
/*.long-name {*/
            white-space: normal; /* Allows the text to wrap 
            overflow-wrap: break-word; /* Breaks long words */
/*        }*/
.wrap-text {
            white-space: normal; /* Allows the text to wrap */
        }
.overflow-x-hidden {
    overflow-x: hidden !important;
}

.phone-icon{
    position: absolute;
    top: -0.3vw;
    height: 2vw;
    width: 2vw;
}

.article-read-more {
    height: 150px;
    overflow: hidden;
}

.book-pointer-icon{
    position: absolute;
    top: -0.3vw;
    height: 2vw;
    width: 2vw;
}

.letter-spacing-2{
    letter-spacing: 2px;
}
.letter-spacing-3{
    letter-spacing: 3px;
}

.left-15{
    left: 15px;
}
.right-15{
    right: 15px;
}
.left-30 {
    left: 30px;
}
.right-30 {
    right: 30px;
}
.t-25{
    top:25%;
}

.bg-footer{
    background: linear-gradient(to right, #862e1a , #e88a21, #862e1a ) !important;
}

.bg-maroon{
    background: #490000;
}


  /* footer social icons */
  .social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
  }
  
  .social-network li {
    display: inline;
    margin: 0 1px;
  }

  /* footer social icons */

    .social-network a.icoFacebook {
        background-color: #3B5998;
    }
    .social-network a.icoWhatsapp, .bg-whatsapp{
        background-color: #45c655;
    }
    .social-network a.icoInstagram {
        background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    }
    .social-network a.icoYoutube {
        background: red;
    }
    .social-network a.twitter {
        background: red;
    }
    
    .social-circle a {
        display: inline-block;
        position: relative;
        margin: 0 auto 0 auto;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
        width: 45px;
        height: 45px;
        font-size: 2em;
        border: 2px solid #FFF;
    }
    
    .social-circle i {
        margin: 0;
        line-height: 30px;
        text-align: center;
        bottom: 2px;
        position: relative;
    }
    
    /* .social-circle a:hover i,
    .triggeredHover {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms--transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -ms-transition: all 0.2s;
        transition: all 0.2s;
    } */
    
    .social-circle i {
        color:#fff;
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        -o-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
    }

    .border-gradient {
        border-image-slice: 1;
        border-width: 3px;
        border-top: 3px solid;
        border-bottom: 3px solid;
    }

    .border-gradient-purple {
        border-image-source: linear-gradient(to left,#e78921, #943b1b, #e88a21);
    }

    .border-maroon{
        border-color:#3b0101 !important;
    }

    .border-yellow{
        border-color:#e4ff00 !important
    }

    .card {
        background-color: #f1d196;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover  {
        border: 2px solid #e76b1c;
        background-color: inherit;
        border-radius: 50px;
    }


    .right-2{
        right: 2px;
    }
    .right-5{
        right: 5px;
    }
    .right-45{
        right: 45px;
    }
    .right-56{
        right: 56px;
    }

    .right-60{
        right: 60px;
    }

    .right-vw-12{
        right: 12vw !important;
    }
    .right-vw-23{
        right: 23vw !important;
    }
    .right-vw-34{
        right: 34vw !important;
    }

    .left-0{
        left: 0px;
    }
    .left-2{
        left: 2px;
    }
    .left-5{
        left: 5px;
    }
    .left-40{
        left: 40px;
    }
    .left-45{
        left: 45px;
    }
    .left-55{
        left: 55px;
    }
    .left-60{
        left: 60px;
    }
    .left-75{
        left: 75px;
    }
    .left-vw-90{
        left: 90vw !important;
    }

    .left-1217{
        left : 1217px;
    }

    

    .width-10{
        width: 10px;
    }
    .width-20{
        width: 20px;
    }
    .width-25{
        width: 25px;
    }
    .width-30{
        width: 30px;
    }
    .width-40{
        width: 40px;
    }
    .width-50{
        width: 50px;
    }
    .width-60{
        width: 60px;
    }
     .width-90{
        width: 90px;
    }
    .width-100{
        width: 160px;
    }
    .width-150{
        width: 150px;
    }
    .width-250{
        width: 250px;
    }
    .width-450{
        width: 450px;
    }
    .width-500{
        width: 500px;
    }

    .height-0{
        height: 0px;
    }
    .height-20{
        height: 20px;
    }
    .height-25{
        height: 25px;
    }
    .height-30{
        height: 30px;
    }
    .height-40{
        height: 40px;
    }
    .height-50{
        height: 50px;
    }
    .height-60{
        height: 60px;
    }
    .height-70{
        height: 70px;
    }
    .height-80{
        height: 80px;
    }
     .height-90{
        height: 90px;
    }
    .height-100{
        height: 100px;
    }
    .height-120{
        height: 120px;
    }
    .height-150{
        height: 150px;
    }
    .height-185{
        height: 185px;
    }
   @media only screen and (max-width: 768px)
    {
      .height-185{
        height: 185px;
        width:100%;
        margin-left:0 !important;
    }  
    }

    .min-height-100{
        min-height: 100px;
    }
    .min-height-500{
        min-height: 500px;
    }
    .max-height-100{
        max-height: 100px;
    }
    .max-height-192{
        max-height: 192px;
    }
    .max-height-200{
        max-height: 200px;
    }
    .max-w-100{
        max-width: 100%;
    }

    .rotate-unti-25 {
        transform: rotate(-25deg);
    }

    .rotate-90 {
        transform: rotate(90deg);
    }
    .rotate-180 {
        transform: rotate(180deg);
    }
    .rotate-unti-90 {
        transform: rotate(-90deg);
    }

    .flip-x{
        transform: scaleX(-1);
    }

    .top-unti-4{
        top: -4px;
    }
    .t-15{
        top: 15%;
    }
    .top-0{
        top: 0px;
    }
    .top-25{
        top: 25px;
    }
    .top-30{
        top: 30px;
    }
    .top-60{
        top: 60px;
    }
    .top-70{
        top: 70px;
    }
    .top-90{
        top: 90px;
    }
    .top-112{
        top: 112px;
    }
    
    .top-minus-13{
        top: -13px;
    }

    .bottom-2{
        bottom: 2px;
    }
    .bottom-20{
        bottom: 20px;
    }
    .right-20{
        right:20px;
    }
    .bottom-45{
        bottom: 45px;
    }
    .bottom-70{
        bottom: 70px;
    }
    .bottom-90{
        bottom: 90px;
    }
    .bottom-112{
        bottom: 112px;
    }

    h1{
        font-size: 22px;
        text-align:center !important;
    }
    h2{
        font-size: 20px;
        text-align:left !important;
        color:white !important;
    }
    h3{
        font-size: 18px;
        text-align:left !important;
        color:white !important;
    }
    h4{
        font-size: 17px;
        text-align:left !important;
        color:white !important;
    }
    body{
        font-size: 16px;
        font-family: Helvetica ,serif;
        overflow-x: hidden;
    }
    .heading-align
    {
        text-align:left !important;
    }

    .ask-guruji{
        bottom: 50%;
        right: 0px;
        z-index:1;
    }
    .btn-ask-guruji{
        z-index: 3;
        background: #3400007a;
        color: #ccfb3b;
    }

    /* Small */
    @media (min-width: 576px){
        .container {
            max-width: 600px;
        }
        p {
            line-height: 1;
            font-size: 15px;
        }
        .left-sm-0{
            left: 0px;
        }
        .left-sm-15{
            left: 15px;
        }
        .left-sm-30{
            left: 30px;
        }
        .left-sm-60{
            left: 60px;
        }
        .left-sm-75{
            left: 75px;
        }
        .left-sm-110{
            left: 110px;
        }
        .left-sm-846{
            left: 846px;
        }

        .right-sm-0{
            right: 0px;
        }

        .right-sm-15{
            right: 15px;
        }

        .right-sm-30{
            right: 30px;
        }
        .right-sm-100{
            right: 100px;
        }
        .right-sm-vw-12{
            right: 12vw;
        }

        .width-sm-230 {
            width: 230px;
        }
        .width-sm-250 {
            width: 250px;
        }

        .font-size-sm-5{
            font-size: 5px;
        }
        .font-size-sm-8{
            font-size: 8px;
        }
        .font-size-sm-10{
            font-size: 10px;
        }
        .font-size-sm-20 {
            font-size: 20px;
        }

        .font-size-sm-25 {
            font-size: 25px;
        }

        .h-sm-1{
            font-size: 2em
        }
        .h-sm-2{
            font-size: 1.5em
        }
        .h-sm-3{
            font-size: 1.17em
        }
        .h-sm-4{
            font-size: 1em
        }
        .h-sm-5{
            font-size: 0.83em
        }
        .h-sm-6{
            font-size: 0.75em
        }

        h1{
            font-size: 18px;
        }
        h2{
            font-size: 16px;
        }
        h3{
            font-size: 15px;
        }
        h4{
            font-size: 14px;
        }
        body{
            font-size: 12px;
        }
        .welcome-tagline {
            font-size: 12px;
        }
       .footer-p{
            font-size:17px;
        }
     
    }


    /* mediam */
    @media (min-width: 768px){
        .container {
            max-width: 100%;
        }

        .left-md-15{
            left: 15px;
        }
        .left-md-30{
            left: 30px;
        }
        .left-md-45{
            left: 45px;
        }
        .left-md-50{
            left: 50px;
        }
        .left-md-60{
            left: 60px;
        }
        .left-md-75{
            left: 75px;
        }
        .left-md-120{
            left: 120px;
        }
        
        .left-md-vw-60{
            left: 60vw;
        }
        .left-md-vw-74{
            left: 74vw;
        }
        .left-md-vw-90{
            left: 90vw;
        }
        .right-md-15{
            right: 15px;
        }
        .right-md-25{
            right: 25px;
        }
        .right-md-30{
            right: 30px;
        }
        .right-md-50{
            right: 50px;
        }
        .right-md-120{
            right: 120px;
        }
        .right-md-vw-5{
            right: 5vw;
        }
        .right-md-vw-18{
            right: 18vw;
        }
        .right-md-vw-19{
            right: 19vw;
        }
        .width-md-250 {
            width: 250px;
        }
        .height-md-150 {
            height: 150px;
        }
        .font-size-md-5{
            font-size: 5px;
        }
        .font-size-md-8{
            font-size: 8px;
        }
        .font-size-md-10{
            font-size: 10px !important;
        }


        .h-md-1{
            font-size: 2em
        }
        .h-md-2{
            font-size: 1.5em
        }
        .h-md-3{
            font-size: 1.17em
        }
        .h-md-4{
            font-size: 1em
        }
        .h-md-5{
            font-size: 0.83em
        }
        .h-md-6{
            font-size: 0.75em
        }

        h1{
            font-size: 24px;
        }
        h2{
            font-size: 22px;
        }
        h3{
            font-size: 20px;
        }
        h4{
            font-size: 18px;
        }
        body{
            font-size: 14px;
        }

        .welcome-tagline {
            font-size: 16px;
        }
        .font-family-awesome-1{
            font-size:19px;
        }
          .footer-p{
            font-size:17px;
        }
    }

    

    /* Large */
    @media (min-width: 992px){
        .container {
            max-width: 100%;
        }
        p {
            line-height: 1.5;
            font-size: 17px;
        }
        .left-lg-0{
            left: 0px;
        }
        .left-lg-5{
            left: 5px;
        }
        .left-lg-15{
            left: 15px;
        }
        .left-lg-30{
            left: 30px;
        }
        .left-lg-55{
            left: 55px;
        }
        .left-lg-60{
            left: 60px;
        }
        .left-lg-75{
            left: 75px;
        }
        .left-lg-140{
            left: 140px;
        }
        .left-lg-150{
            left: 150px;
        }
        .left-lg-vw-72{
            left: 72vw;
        }
        .left-lg-vw-86{
            left: 86vw;
        }
        .left-lg-vw-90{
            left: 90vw;
        }
        .right-lg-0{
            right: 0px;
        }
        .right-lg-5{
            right: 5px;
        }
        .right-lg-15{
            right: 15px;
        }
        .right-lg-30{
            right: 30px;
        }
        .right-lg-56{
            right: 56px;
        }
        .right-lg-130{
            right: 130px;
        }
        .right-lg-vw-5{
            right: 5vw;
        }
        .right-lg-vw-8{
            right: 8vw;
        }
        .right-lg-vw-10{
            right: 10vw;
        }

        .botton-lg-10{
            bottom: 10px;
        }

        .width-lg-40{
            width: 40px;
        }
        .width-lg-50{
            width: 50px;
        }
        .width-lg-60{
            width: 60px;
        }
        .width-lg-100{
            width: 100px;
        }
        .width-lg-150{
            width: 150px;
        }


        .min-height-lg-100{
            min-height: 100px;
        }
        .max-height-lg-192{
            max-height: 192px;
        }
        .max-height-lg-200{
            max-height: 200px;
        }

        .height-lg-20{
            height: 20px;
        }
        .height-lg-50{
            height: 50px;
        }
        .height-lg-75{
            height: 75px;
        }
        .height-lg-100{
            height: 100px;
        }
        .height-lg-120{
            height: 120px;
        }
        .height-lg-150{
            height: 150px;
        }
        .height-lg-200{
            height: 200px;
        }
        .font-size-lg-5{
            font-size: 5px;
        }
        .font-size-lg-8{
            font-size: 8px;
        }
        .font-size-lg-10{
            font-size: 10px;
        }
        .font-size-lg-14{
            font-size: 14px;
        }
        .font-size-lg-18{
            font-size: 18px;
        }
        .font-size-lg-30{
            font-size: 30px;
        }

        .welcome-font{
            font-weight: 600;
            font-size: 36px;
            letter-spacing: 5px;
            font-family: Georgia, serif;
        }

        .welcome-domain-font {
            font-size: 40px;
        }

        .h-lg-1{
            font-size: 2em
        }
        .h-lg-2{
            font-size: 1.5em
        }
        .h-lg-3{
            font-size: 1.17em
        }
        .h-lg-4{
            font-size: 1em
        }
        .h-lg-5{
            font-size: 0.83em
        }
        .h-lg-6{
            font-size: 0.75em
        }

        h1{
            font-size: 26px;
        }
        h2{
            font-size: 23px;
        }
        h3{
            font-size: 21px;
        }
        h4{
            font-size: 19px;
        }
        body{
            font-size: 15px;
        }

        .t-lg-25{
            top:25%;
        }
        .top-lg-60{
            top:60px;
        }

        .welcome-tagline {
            font-size: 16px;
        }
       
    }
    
    /* Extra Large */
    @media (min-width: 1200px){
        .container {
            max-width: 1335px
        }
        .left-xl-15{
            left: 15px;
        }
        .left-xl-30{
            left: 30px;
        }
        .left-xl-60{
            left: 60px;
        }
        .left-xl-75{
            left: 75px;
        }
        .left-xl-160{
            left: 160px;
        }
        .left-xl-1217{
            left : 1217px;
        }
        .left-xl-vw-74{
            left: 74vw;
        }
        .left-xl-vw-82{
            left: 82vw;
        }
        .left-xl-vw-84{
            left: 84vw;
        }
        .left-xl-vw-90{
            left: 90vw;
        }
        .right-xl-15{
            right: 15px;
        }
        .right-xl-30{
            right: 30px;
        }
        .right-xl-140{
            right: 140px;
        }
        .right-xl-vw-3{
            right: 3vw;
        }
        .right-xl-vw-10{
            right: 10vw;
        }
        .right-xl-vw-11{
            right: 11vw;
        }
        .right-xl-vw-12{
            right: 12vw;
        }
        .font-size-xl-5{
            font-size: 5px;
        }
        .font-size-xl-8{
            font-size: 8px;
        }
        .font-size-xl-10{
            font-size: 10px;
        }

        h1{
            font-size: 28px;
        }
        h2{
            font-size: 25px;
        }
        h3{
            font-size: 21px;
        }
        h4{
            font-size: 20px;
        }
        body{
            font-size: 16px;
        }
        .ask-guruji{
            bottom: 50%;
            /*right: auto;*/
            z-index:1;
        }
    }

    @keyframes spin{
        from{transform:rotate(0deg)}
        to{transform:rotate(360deg)}	
    }

    /* my css */
    #inner-notification {
        visibility: visible;
        text-align: center;
        border-radius: 2px;
        position: fixed;
        z-index: 13050;
        top: 0px;
    }


    /* rating css */

  /* 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:#FFCC36;
  }
  
  /* Selected state of the stars */
  .rating-stars ul > li.star.selected > i.fa {
    color:#efef54;;
  }

  .dropdown-menu {
    background-color: rgb(0 0 0 / 0%);
    border: none;
  }
  .dropdown-item.active {
    color: #f6dca3;
  }

  .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #d78c4e;
    background: #f4b56c;
    font-weight: normal;
    color: #490000;
    border-radius: 50%;
    height: 35px;
    width: 35px;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: center;
    text-decoration: none;
}

.share-overlay{
    position: absolute;
    display: none;
    z-index: 20000;
}
.share-icon:hover> span > .share-overlay, .share-icon:active>.share-overlay {
    display: block;
}

.viewImg {
    cursor: pointer;
}
 .divborder
 {
    border: 3px solid #ff9900;
    background-color: #f9dab2;
    text-align: left;
    margin-bottom: 9px;
    border-radius: 10px;
    color: #490000;
    text-align: center;
 }
  .divborder p {
      padding-top: 10px;
  }
  .divborder span{
      text-decoration:underline;
  }
 
   


@keyframes color-change {
  0% { color: orange; 
  }
  100% { color: white;
  }
}

@media only screen and (max-width: 600px) {
.mobile-view-nav
{
    margin-top: 35px;
    font-size: 20px;
}
/*.anchor-nav-mobile*/
/*{*/
/*    padding-left: 104px;*/
/*    padding-right: 104px;*/
/*}*/
.active{
        color: #ca5f0d !important;
}
.dropdown-list-text
{
    color: yellow !important;
    font-weight: bold;
    font-family: monospace;
}
}
.reply-text
{
    font-size: 31px;
    margin-bottom: 24px;
    margin-left: 14px;
}

 .hr-line
 {
  border: 2px solid gold;
 }
 
 .reply-section-bg
 {
    background-color: #f4b280;
    padding: 18px;
    border-radius: 10px;
    margin-bottom: 6px;
 }
 .reply-date
 {
  color: #f43913;
  font-size: 14px;
 }

.comment-name
{
font-family: sans-serif;
color: green;
}

.reply-name
{
font-family: Georgia, cursive;
}

.reply-text-name
{
    color: #f43935;
    font-size: 20px;
}

.text-reply-color
{
    color: #490000!important;
}

.reply-box
{
    border: 1px solid white;
    padding: 14px;
    width: 100%;
    background-color: #e1cab9;
    border-radius: 32px;
}
.m-custom
{
    margin-top: -41px !important;
}

@media only screen and (max-width: 768px) 
{
    .mobile-mt
    {
        margin-top: -19px;
    }
    .reply-section-bg {
    padding: 8px !important;
    border-radius: 22px;
        width: 319px !important;
}
.p-custom
{
    padding-top: 24px !important;
    padding-left: 19px !important;
    padding-right: 19px !important;
    margin-bottom: -18px;
}
.modalHeader
{
   padding: 0px;
    border-bottom: none !important;
}
.modal-width
{
    max-width: 319px;
}

}

.success-model
{
    background-color: #a98c2e;
    color: white;
    padding: 0px;
    border-radius: 52px;
}


.modalHeader
{
   padding: 10px;
    border-bottom: none !important;
}
.modalTitle
{
    line-height: 22px !important;
}

.modal-width
{
    max-width: 319px;
}
/*body*/
/*{*/
/*    background-color:red;*/
/*}*/

/*load from ajax css comments*/
           .loadmoreitem{
    display: none;
}

.loadmoreitem:nth-child(1) {
    display: block;
}
.loadmoreitem:nth-child(2) {
    display: block;
}
.loadmoreitem:nth-child(3) {
    display: block;
}
.loadmoreitem:nth-child(4) {
    display: block;
}
.loadmoreitem:nth-child(5) {
    display: block;
}
.loadmoreitem:nth-child(6) {
    display: block;
}
.loadmoreitem:nth-child(7) {
    display: block;
}
.loadmoreitem:nth-child(8) {
    display: block;
}
    @media only screen and (min-width:800px) and (max-width: 1400px) 
{
.loadmoreitem
   {
       width:1100px;
   }
}
.otpbtn
{
    font-size: 9px;
    background-color: lightgreen;
    border: 1px solid white;
    color: black;
    font-weight: bold;
    box-shadow: 0 0 6px black;
}
.otpbtn:hover
{
    font-size: 9px;
    background-color:#0ddd0d;
    border: 1px solid white;
    color: black;
    font-weight: bold;
    
}
    