 /*DashBoard and Reports
 */



 .team-area .single-team:hover .team-caption .animate-arrow {
   margin-left: 0px !important;
   cursor: pointer;
}

.team-area .single-team .team-img img:hover {
   width: 100%;
}

.team-area .single-team:hover .team-caption {
   /**working ok***/
   background: rgba(0, 72, 127, 0.85);
   bottom: 0
}

.team-area .single-team:hover .team-caption h3 a {
   /**working ok***/
   color: #fff !important;
   cursor: pointer;
}

.team-area .single-team:hover .team-caption p {
   /* working ok */
   color: #ffff;
}

.team-area .single-team:hover .team-caption .px-2 {
   /* working ok */
   color: #ffff;
}

/****************hover effect ends************/
.px-2 {
   /**color of read more**********/
   //color: #00308F;
   color: #00FFFF
}

.team-area .single-team .team-caption h3 a {
   /**color of header links **********/
   font-size: 21px;
   //color:#00308F;
   color: #ffff;
}

.team-area .single-team .team-caption p {
   /**working ok color of paragraph  ***/
   //color:#00308F;
   font-size: 13px;
   line-height: 1.5;
   //color: #ffff;
   color:#fff700;
}

/******font color ends*************/
.text-contain-section {
   height: 60px;
}

.team-area .single-team .team-img img {
   width: 100%;
}

.team-area .single-team .team-img {
   /**single team main container with last parent for child**/
   position: relative;
   overflow: hidden;
   border-radius: 50px;
}

.team-area .single-team .team-img img {
   /** image parent width ka hoga***/
   width: 100%;
}

.team-area .single-team .team-caption {
   position: absolute;
   /*bottom: -106px;*/
    bottom:-6.9vw;
   /* Final value */
   width: 100%;
   height: 100%;
   /* New value added */
   background: rgba(255, 255, 255, 0.0);
   /* New value added */
   padding-top: 76px;
   /* Final value */
   padding-bottom: 30px;
   /* Retained */
   line-height: 13px;
   /* New value added */
   text-align: center;
   -webkit-transition: all .4s ease-out 0s;
   -moz-transition: all .4s ease-out 0s;
   -ms-transition: all .4s ease-out 0s;
   -o-transition: all .4s ease-out 0s;
   transition: all .4s ease-out 0s;
}

.circle-more {
   width: 25px;
   height: 25px;
   border: 1px solid #fff !important;
   border-radius: 50px;
   display: inline-block;
}

.animate-arrow {
   margin-left: -25px !important;
   color: #ffff !important;
}

.contain-section-head {
   over width: 100%;
   margin: 0px;
   padding: 0px;
}

.contain-section-head h2 {
   font-size: 50px ;
   color: #474A52 ;
   font-weight: 700 ;


}



div.col-md-10.mt-2m.b-3.text-center.contain-section-head p .contain-section-head p {
   font-size: 1.4rem !important;
}

.top-readmore {
   position: relative;
   top: 23px;
}

.team-caption-content {
   position: absolute;
   background-color: rgba(0, 72, 127, 0.80);
   min-width: 100%;
   height:28%;
   top:68% ;
   left: 50%;
   transform: translate(-50%, -80%);
   border: 1px solid rgba(0, 72, 127, 0.85);
   border-radius: 20px;
}

.team-area .single-team .team-caption:hover .team-caption-content {

   background-color: transparent;


}


.text-top-shift{
   
   position:absolute;
   top:32%;
   left: 50%; 
   transform: translateX(-50%); 
   width: 90%;
   
}


#block-parivahan-theme-dashboardandreports .col-md-10.mt-2.mb-3.text-center.contain-section-head{
    
   width:100%;

}


#dbr-p{
   
  width: 77%;
    margin: 10px auto;
    font-size: 30px;
    line-height: normal;
    font-weight: normal;







}








/*

Last Updated Block

*/

.last-updated-class.block.block-last-updated{

    padding-top: 30px;
    left: 49%;
    text-align: right;
   
}




.last-updated-class {
    position: relative;
    width: 17vw;
    left: 29vw;
    /*border: 2px solid green;*/
    display: inline-block;
    font-size: 1rem;
    color: #ffff;

}



/*

 Search Button positiong
 
 */



 
 .input-group-btn .btn.btn-primary{
  top:8%;

}
 

.s-btn{
    background: #e2dddd!important;
    color: #000!important;
    border: 1px #e2dddd solid!important;
    padding-top: 6px!important;
}




/*
Visitor count 


*/


.block-visitor-hit-counter.block-visitor-count{
   
    width: 27%;
    position: relative;
    left: 2vw;
    text-align: center !important;
    color: #fff;
    top: 30px;
}





.total-visitor {
    /*border: 2px solid green;*/
    position: aboslute;
    left: 3vw;
    height: 3vw;
    width: 79%;


}


.total-visitor li {
    font-size: 1.1rem;
    color: #ffff;
    list-style-type: none;

}





/*
Top Most header


*/

.header-top-list {
        position:relative;
   display: flex;
        width:100%;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-content: center;
   gap: 1px;
   padding: 10px 0;
   list-style-type: none;
   margin: 0;
   background:#124dac;

}

/* List items */
.header-top-list>li {

   /*background-color: lightblue;*/ /* for testing only */
   margin: 1px;
   display: block;
}


.header-top-list>li a {

   display: inline-block;
   font-size: 14px;
   font-weight: 700;
   padding: 5px;
   text-align: left;
   white-space: nowrap;
   text-decoration: none;
    color: #ffff;
/*   background-color: #ffff;*/



}


.header-top-list>li a:hover {


   background-color: #000039;
   color: #ffff;


}
 


.header-top-list>li:nth-child(1) {

   padding-left:40%;
      


}

.dark-mode{
background-color: #000000 !important;
}



.header-top-list>li >ul {
margin: 0;
padding: 0;

}


.header-top-list>li >ul>li {


  list-style-type: none;

}



/*
heading top below top most header 


*/


.heading-top-container {
   display: flex;
   flex-flow: row wrap;
   align-items: center;
   border-bottom: 1px solid black;
}

.parivahan-logo {
   width: 16%;
   padding-left: 3vw;
}

.parivahan-logo img {
   height: auto;
}

.parivahan-slogan-text {
   padding-left: 2vw;
}

.parivahan-slogan-text-hindi,
.parivahan-slogan-text-eng {
   display: block;
   font-size: 1.2rem;
   font-weight: bold;
   text-align: center;
}

.vertical-line-separate {
   padding-left: 4%;
   display: inline-block;
}

.vertical-line-separate>span {
   line-height: 70px;
   font-size: 60px;
   border-left: 2px solid black;
}



/*

Informational Services 

*/




   .info-ser-image-size img{

   width:100%;
   padding-left:15px;


   }

.info-ser-container .mrs-box{
   word-wrap:normal;
   white-space:nowrap;
   padding:15px 15px;

}

#img11{
display: block;
animation-duration: 4s;
}

#img22{
display: none; 
}

#img33{
display: none; 
}

#img44{
display: none; 
}


.info-ser-container  > a:first-child > .mrs-box  {

   padding-right:30px;


}


.info-ser-container  > a > .mrs-box > div {

   white-space:wrap;


}




/*

License Registration Details page 

*/



.box-cta {
    align-items: center;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    color: #1E4567;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    justify-content: center;
    margin: 16px;
    padding: 1em 0;
    text-decoration: none;
    transition: border 0.4s ease;
    background: #ebf5ff;
}
.box-cta:hover {
    border-color: #1E4567;
    text-decoration: none;
}

.box-item-cap {
    background-color: #009de0;
    border: 5px solid white;
    border-bottom-width: 0px;
    box-sizing: border-box;
    height: 25px;
    margin-bottom: 18px;
    padding: 0;
}

.box-item-cap {
    height: 9px !important;
}



.box-item {
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-right: 12px;
    padding: 0;
    text-align: center;
    transition: transform 0.3s ease;
}




.center-position {
    text-align: center !important;
}


.service-sec p img, .service-section p img {
    width: 100px !important;
    height: auto;
}

.top-space {
    margin-top: 10px !important;
}

.bottom-space {
    margin-bottom: 10px !important;
}




/*

License Related Services 

*/


#block-parivahan-theme-licenserelatedservices .col-md-10.mt-2.mb-3.text-center.contain-section-head{
   
   width:100% !important;
}

#block-parivahan-theme-licenserelatedservices h2{
   
  font-weight: 800;

}


  div[data-contextual-id='block:block=parivahan_theme_licenserelatedservices:langcode=hi'] + .dlrs-hindi{



  }

.dlrs-sec-row-pad{
   

   padding-top:2.6%;
}



#dlrs-p{
   

    width: 77%;
    margin: 10px auto;
    font-size: 30px;
    line-height: normal;
    font-weight: normal;
}



.parivahan-main-slider-hindi + * + section #block-parivahan-theme-licenserelatedservices  .dlrs-sec-row-pad {
   
       padding-top: 6.6%;
}






/*

Manufacturing Related Services

*/



  .mrs-section-w {
   width: 100%;
   margin: 30px 0px 30px;
   background: #fff;
}


.mrs-section-w h2 {

   width: 67.5%;
   margin: 10px auto;
   font-weight: 700;
   font-size: 50px;
   color: #000;
   text-align: center;


}

.manu-info-top{
  
    margin-top: -10px !important;
}


.mrs-section-w p{
   
    width: 68%;
    margin: 10px auto;
    text-align: center;
    font-weight: normal;
    font-size: 30px;
    color: #000000;
    line-height: normal;


}


.mrs-sec-row-pad{
   
   padding-top:2.7%;

}

.mrs-section-w img {
   border-radius: 50px;
}



.mrs-box  h4 {
   font-size:30px;
   margin: 0px;
   line-height: 2.0;
}

.mrs-box div {
   font-size:18px;
   display: none;
}




.mrs-box:hover div {
   display: block;
   line-height: normal;
   padding: 5px 20px 20px 20px;
   color:#ffff;
}







.mrs-box {
   color: #ffff;
   text-decoration: none;
   width: 15.8vw;
   height: 4.4vw;
   display: table-cell;
   vertical-align: middle !important;
   background:#3E404A;

   transition: 1s;
   border: 2px solid #666;
   border-radius: 20px;
   text-align: center;
   box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.5); 
}






.mrs-box:hover {
    color: #FFF;
    text-decoration: none !important;
    width: 32.6vw;
    height:8vw;
   cursor: pointer;
   //background:#004880;
   background: #004880;
   border: none;
   text-align:left;
   box-shadow: 0px 10px 15px #1152B259;


}


.mrs-box:hover h4{
   
   text-align:left;
   padding-left:4%;
}




 .fifa > a:first-child .mrs-box {
   
   width:32.6vw;
   height:8vw;
   background:#004880;
   color:#ffff;
   box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.5); 
 

}



 .fifa > a:first-child .mrs-box h4 {
   
   text-align:left;
   padding-left:4%;
   font-size:30px;
 

}


 .fifa > a:first-child .mrs-box div {
   
   display:block;
   text-align:left;
   padding-left:4%;
   font-size:18px;
   padding-bottom:40px;
 

}




.fifa:hover .mrs-box:not(:hover) {
            width: 15.8vw;
            height: 4.4vw;
            background:#3E404A;

          
        }

.fifa:hover .mrs-box:not(:hover)  h4 {
            text-align:center;
          
        }



.fifa:hover .mrs-box:not(:hover) div {
           display:none;
          
        }








.manu-ser-img-size img {

   width: 100%;
}







#img1 {
   display: block;
   animation-duration: 4s;
}

#img2 {
   display: none;
}

#img3 {
   display: none;
}

#img4 {
   display: none;
}



.col-md-4.col-12.mb-3 a .mrs-box:hover h4 {
   color: #ffffff !important;
}


. {

   background: rgba(0, 72, 127, 0.50);

}


/*

Menu  --filename menudisplay.html.twig

*/



.parivahan-navbar a.icon {
   display: none;
}


.parivahan-navbar li {

   list-style: none;
}


#m-menu {
   position: relative;
   width: 83.9vw;
   height: 4vw;
   margin-left: 7.38vw;
   margin-right: 7.38vw;
   z-index: 30;
   /*   margin-top: -45vw !important;*/
   top: -45vw;
   background: #ffff;
   border-radius: 22px;

}


#m-menu .parivahan-navbar {
   position: absolute;
   width: 100%;
   height: 100%;
   border-radius: 22px;


}


#m-menu .parivahan-navbar .nav-container {

   position: absolute;
   width: 100%;
   height: 100%;
   border-radius: 22px;


}

.navbar-nav {

   flex-direction: row;
   border-radius: 22px;

}


.navbar-nav.main-list {

   position: relative;
   width: 100%;
   height: 100% !important;
   top: 0%;
   left: 0%;
   z-index: 30;
   margin: 0;
   padding: 0;
   flex-wrap: nowrap;
   border-radius: 22px;


}


.navbar-nav.main-list>li {

   position: relative;
   height: 100%;
   background-color: #ffff;
   max-width: 100%;
   border-radius: 22px;
   /*border: 2px solid red;*/
}


.navbar-nav.main-list>li>a {
   position: relative;
   display: flex;
   align-items: center;
   /* Vertically center */
   justify-content: center;
   /* Horizontally center */
   height: 100%;
   /* Ensure it takes full height */
   color: #000000;
   font-size: 16px;
   font-weight: 700;
   word-spacing: 4px;
}


.navbar-nav.main-list>li:nth-child(2) {
   position: relative;
   flex-grow: 1;
   flex-shrink: 1;
   min-width: 6.75%;
   border-radius: 22px;


}


.navbar-nav.main-list>li:nth-child(3) {
   position: relative;
   flex-grow: 1;
   flex-shrink: 1;
   min-width: 16.75%;
   max-width: 100%;


}


.navbar-nav.main-list>li:nth-child(4) {
   position: relative;
   flex-grow: 1;
   flex-shrink: 1;
   min-width: 12.75%;


}


.navbar-nav.main-list>li:nth-child(5) {
   position: relative;
   flex-grow: 1;
   flex-shrink: 1;
   min-width: 16.15%;


}


.navbar-nav.main-list>li:nth-child(6) {
   position: relative;
   flex-grow: 1;
   flex-shrink: 1;
   min-width: 11.4%;


}


.navbar-nav.main-list>li:nth-child(7) {
   position: relative;
   flex-grow: 1;
   flex-shrink: 1;
   min-width: 10.2%;


}


.navbar-nav.main-list>li:nth-child(8) {
   position: relative;
   flex-grow: 1;
   flex-shrink: 1;
   min-width: 5.95%;


}


.navbar-nav.main-list>li:nth-child(9) {
   position: relative;
   flex-grow: 1;
   flex-shrink: 1;
   min-width: 8.5%;


}


.navbar-nav.main-list>li:nth-child(10) {
   position: relative;
   flex-grow: 1;
   flex-shrink: 1;
   min-width: 4.25%;
   border-radius: 22px;


}


.navbar-nav.main-list .parent-link-with-submenu .fa-solid.fa-caret-down {

   padding-left: 4px;
}


.submenu-level-one {
   border-radius: 22px;
   position: absolute !important;
   top: 4.2vw;

}


.sub-submenu {


   position: absolute;
   left: 2%;

}


.main-list .col-md-3.offset-md-9 {

   position: relative;
  /* border: 2px solid red;*/
}


.main-list .col-md-3.offset-md-9 .col-md-3.submenu-level-one-item {

   width: 100%;
  /* border: 2px solid green;*/
}


.main-list .submenu-level-one-item>li>a {
   display: block;

}


.submenu-level-one div:nth-child(1) .submenu-level-one-item li {

  /* border: 2px solid blue;*/

}


.submenu-level-one div:nth-child(1) .submenu-level-one-item>li a {

/*   border: 2px solid yellow;*/
   padding-left: 3vw;

}

.submenu-level-one div:nth-child(2) .submenu-level-one-item>li a {

 /*  border: 2px solid yellow;*/
   padding-left: 3vw;
}


.submenu-level-one div:nth-child(1) .submenu-level-one-item .sub-submenu>li a {


   padding-left: 1vw;

}


.main-list li:nth-child(7) .sub-submenu {

   position: relative;
}


.main-list li:nth-child(3) .submenu-level-one .submenu-level-one-item>li {

   position: relative;
}

.main-list li:nth-child(3) .submenu-level-one .submenu-level-one-item>li .sub-submenu {

   width: 100%;
}


.main-list li:nth-child(3) .submenu-level-one .submenu-level-one-item>li>a {

   font-size: 16px;
   font-weight: 600;
   color: black;
}

.main-list li:nth-child(3) .submenu-level-one .submenu-level-one-item>li .sub-submenu:nth-child(2)>li>a {

   font-size: 15px;
   font-weight: 450;
   color: black;
}


.main-list li:nth-child(4) .submenu-level-one .submenu-level-one-item>li>a,
.main-list li:nth-child(5) .submenu-level-one .submenu-level-one-item>li>a,
.main-list li:nth-child(6) .submenu-level-one .submenu-level-one-item>li>a,
.main-list li:nth-child(7) .submenu-level-one .submenu-level-one-item>li>a,
.main-list li:nth-child(10) .submenu-level-one .submenu-level-one-item>li>a {

   font-size: 16px;
   font-weight: 600;
   color: black;
}


.main-list li:nth-child(7) .submenu-level-one .submenu-level-one-item>li .sub-submenu:nth-child(2)>li>a {

   font-size: 15px;
   font-weight: 450;
   color: black;
}



.m-menu-en-menu-main-not-front{

    top: 0vw !important;
   border:1px solid grey;

}







.m-menu-hi-menu-hindi{
   top: -43vw !important;
}




.m-menu-hi-menu-hindi-not-front{

    top: -3vw !important;

}

.m-menu-hi-menu-hindi-not-front #main-list{
   
 border:1px solid grey;

}







/*

Other Product Services --filename otherproductservices.html.twig


*/

.ops-section-w {
   width: 100%;
   border-radius: 30px;
   background: #3e414a;
}

.text-white {

   color: #ffff;
}

.ops-section-w .text-caption-content-grand:hover .fa-solid.fa-arrow-right.text-white,
.ops-section-w .text-caption-content:hover .fa-solid.fa-arrow-right.text-white {

   position: relative;
   left: 10px;

}


.inner-section-w {
   width: 95%;
   margin: 0 auto;
   padding: 20px;
}

.inner-section-w h2 {
   font-size: 4rem !important;
   font-weight: bold;
   color: #fff;
   text-align: left;
    line-height: 1.2;
}

.animation-section-area .animation-inner-section .ani-img img {
   width: 100%;
}

.animation-section-area .animation-inner-section .ani-img {
   position: relative;
   overflow: hidden;
   border-radius: 50px;
}

.animation-section-area .animation-inner-section .ani-img img {
   width: 100%;
}

.animation-section-area .animation-inner-section .ani-img img:hover {
   width: 100%;
}

/*.animation-section-area .animation-inner-section .text-caption{
   position:absolute;
   width:100%;
   height:100%;
   bottom:-140px;
   //background:rgba(0, 72, 127, 0.75);
   background: rgba(0, 72, 127, 0.0);
   width.animation-section-area .animation-inner-section .ani-img:100%;
   padding-top:20px;
   text-align:left;-webkit-transition:all .4s ease-out 0s;
   -moz-transition:all .4s ease-out 0s;
   -ms-transition:all .4s ease-out 0s;
   -o-transition:all .4s ease-out 0s;transition:all .4s ease-out 0s;
   border-radius:35px 35px 0px 0px!important;
   padding-left:38px;
   }
   original code */
.animation-section-area .animation-inner-section .text-caption {
   position: absolute;
   width: 100%;
   height: 100%;
   bottom: -140px;
   //background:rgba(0, 72, 127, 0.75);
   background: rgba(0, 72, 127, 0.0);
   width.animation-section-area .animation-inner-section .ani-img: 100%;
   padding-top: 20px;
   text-align: left;
   -webkit-transition: all .4s ease-out 0s;
   -moz-transition: all .4s ease-out 0s;
   -ms-transition: all .4s ease-out 0s;
   -o-transition: all .4s ease-out 0s;
   transition: all .4s ease-out 0s;
   border-radius: 35px 35px 0px 0px !important;
   padding-left: 38px;
}

.animation-section-area .animation-inner-section .text-caption:hover {
   padding-bottom: 150px;
   padding-top: 90px;
}

.animation-section-area .animation-inner-section:hover .ani-img .team-social a {
   transform: translateY(6px);
   opacity: 1;
   visibility: visible;
   color: #fff;
}

.animation-section-area .animation-inner-section:hover .text-caption {
   background: rgba(0, 72, 127, 0.75);
   //background: rgba(0, 72, 127, 0.0);
   bottom: 0
}

.animation-section-area .animation-inner-section:hover .text-caption h3 a {
   color: #fff
}

.animation-section-area .animation-inner-section:hover .text-caption p {
   color: #fff;
}

.team-social li a {
   color: #8ba4b1;
   font-size: 14px;
   margin: 0 12px;
   display: inline-block;
   -webkit-transform: .4s;
   -ms-transform: .4s;
   transform: .4s;
   transform: translateY(60px);
   opacity: 1;
   visibility: visible
}

.team-social li a i {
   display: inline-block
}

.team-social li:nth-child(1) a {
   transition-delay: 0.0s
}

.team-social li:nth-child(2) a {
   transition-delay: 0.1s
}

.ani-read-icon {
   width: 25px;
   height: 25px;
   border: 1px solid #fff !important;
   border-radius: 50px;
   display: inline-block;
}

.ani-contain-section {
   height: 55px;
}

.animation-inner-section .aniread-w {
   // display:none;
   position: absolute !important;
   left: 43%;
   top: 66%;
}

/* .animation-inner-section:hover .aniread-w{
   display:block;
   }*/
.animation-section-area .animation-inner-section .text-caption {}

.animation-section-area .animation-inner-section .text-caption:hover .text-caption-content {
   background: rgba(0, 72, 127, 0.0);
}

.animation-section-area .animation-inner-section .text-caption .text-caption-content {
   position: absolute;
   width: 100%;
   height: 35%;
   background: rgba(0, 72, 127, 0.75);
   border: 1px solid rgba(0, 72, 127, 0.75);
   border-radius: 46px;
   top: 28%;
   left: 50%;
   transform: translateX(-50%);
}

.animation-section-area .animation-inner-section .text-caption .text-caption-content h3 {
   text-align: center;
   color: #ffff;
}

.ani-contain-section-top {
   position: absolute;
   width: 90%;
   height: 25%;
   left: 50%;
   transform: translateX(-28%);
   color: #fff700;
   top: 33%;
}

.opss-pad-top {


   padding-top: 3vw;
}


.blu-small {
   color: #00ffff !important;
}

.text-caption-content-grand h3 {
   text-align: center;
}

.animation-section-area .animation-inner-section .text-caption-top {
   position: absolute;
   width: 100%;
   height: 100%;
   bottom: -40%;
   //background:rgba(0, 72, 127, 0.75);
   background: rgba(0, 72, 127, 0.0);
   width.animation-section-area .animation-inner-section .ani-img: 100%;
   padding-top: 20px;
   text-align: left;
   -webkit-transition: all .4s ease-out 0s;
   -moz-transition: all .4s ease-out 0s;
   -ms-transition: all .4s ease-out 0s;
   -o-transition: all .4s ease-out 0s;
   transition: all .4s ease-out 0s;
   border-radius: 35px 35px 0px 0px !important;
   padding-left: 38px;
}

.animation-section-area .animation-inner-section .text-caption-top:hover {
   padding-bottom: 10%;
   padding-top: 90px;
   background: rgba(0, 72, 127, 0.75);
   bottom: 0
}

.animation-section-area .animation-inner-section .text-caption-top:hover .text-caption-content-grand {
   background: rgba(0, 72, 127, 0.0);
}

.text-caption-content-grand {
   position: absolute;
   width: 100%;
   height: 25%;
   background: rgba(0, 72, 127, 0.75);
   border: 1px solid rgba(0, 72, 127, 0.75);
   border-radius: 46px;
   top: 36%;
   left: 50%;
   transform: translateX(-50%);
}

.text-caption-content-grand h3 {
   position: absolute;
   width: 90%;
   top: 7%;
   line-height: 1vw;
   left: 5%;
   color: #ffff;

}

.ani-contain-section.ani-contain-section-top p {
   /*   border: 2px solid red;*/
   position: absolute;
   width: 100%;
   top: 0vw;
   line-height: 1vw;
   left: -7vw;
   color: #FAFA33;
   text-align: center;
}

.aniread-w>a {
   color: #00ffff;
}

.ani-contain-section-top-small {
   /*  border:2px solid red;*/
}

.ani-contain-section-top-small p {
   /*  border:2px solid green;*/
   word-wrap: nowarp;
   text-align: center;
   width: 100%;
   color: #FAFA33;
}




/*

Other Services page


*/



.box-cta {
    align-items: center;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    color: #1E4567;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    justify-content: center;
    margin: 16px;
    padding: 1em 0;
    text-decoration: none;
    transition: border 0.4s ease;
    background: #ebf5ff;
}
.box-cta:hover {
    border-color: #1E4567;
    text-decoration: none;
}

.box-item-cap {
    background-color: #009de0;
    border: 5px solid white;
    border-bottom-width: 0px;
    box-sizing: border-box;
    height: 25px;
    margin-bottom: 18px;
    padding: 0;
}

.box-item-cap {
    height: 9px !important;
}



.box-item {
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-right: 12px;
    padding: 0;
    text-align: center;
    transition: transform 0.3s ease;
}




.center-position {
    text-align: center !important;
}


.service-sec p img, .service-section p img {
    width: 100px !important;
    height: auto;
}

.top-space {
    margin-top: 10px !important;
}

.bottom-space {
    margin-bottom: 10px !important;
}

section.core-services h2, 
section.allied-services h2, 
section.support-services h2, 
section.online-services h2 {
    text-align: left !important;
    background: #20BBFE;
    padding: 10px;
    color: #000000;
    font-size: 22px;
}


/*

Public media --filename publicmedia.html.twig


*/

.marqauto{
    
 text-align:center;



}

.marqauto a{
    
    font-size:16px;
}


.animation-inner-section-second{
    
    margin-left: auto;
    margin-right: auto;
    margin-bottom:4.7vw;
    }

 pm-animation-section-area.section-padding30.mt-5 .a{
    color: #fff!important;
    text-decoration:none!important;
    
}

.btn-radius{
        border-radius:10px;
}

.btn-mar{
    margin:0 10px;
    padding:10px;
}

/*Public MediaServices start*/


.main-box-c{
    margin:0 auto;

}



.pb-section-w{
    width:100%;
    border: 1px solid #fff !important; 
    border-radius: 50px; 
    background: #474a52;
}


.pb-section-w h2{

      width: 37%;
     font-size: 50px ;
    font-weight: 700;
    color: #fff;
    border-right:8px solid rgb(255, 255, 255);
    margin:30px 35px 35px 40px;

}

.pb-section-w p{

     width: 96%;
    color: #ffff;
    font-weight: 400;
    font-size: 30px;
    line-height: normal;
    padding-top: 24px;
    text-align: left;
 



}
.pm-animation-section-area .animation-inner-section-second .ani-img img{width:100%;

}

.pm-animation-section-area .animation-inner-section-second .text-caption-public{
    position:absolute;
    bottom:-36px;

    width.animation-section-area .animation-inner-section .ani-img:100%;
    padding-top:20px;
    padding-bottom:30px;
    text-align:center;
    -webkit-transition:all .4s ease-out 0s;
    -moz-transition:all .4s ease-out 0s;
    -ms-transition:all .4s ease-out 0s;
    -o-transition:all .4s ease-out 0s;
    transition:all .4s ease-out 0s
    
    }




.pm-animation-section-area .animation-inner-section-second .ani-img {
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    width: 88%;
    margin:0 auto;
    top:2vw;
    
}

.pm-animation-section-area .animation-inner-section-second .ani-img img {
    width: 100%;


}

.pm-animation-section-area .animation-inner-section-second .ani-img img:hover {
    width: 100%;
    
    }

 

.pm-animation-section-area .animation-inner-section-second .text-caption-public{
    position:absolute;
    width:100%;
    height:100%;
   /* bottom:-365px;*/
     bottom:-23.76vw;
   //background:rgba(0, 72, 127, 0.75);
    width.animation-section-area .animation-inner-section .ani-img:100%;
    padding-top:20px;
    text-align:left;-webkit-transition:all .4s ease-out 0s;
    -moz-transition:all .4s ease-out 0s;
    -ms-transition:all .4s ease-out 0s;
    -o-transition:all .4s ease-out 0s;transition:all .4s ease-out 0s;
    border-radius:35px 35px 0px 0px!important;
    padding-left:38px;
}




.pm-animation-section-area .animation-inner-section-second .text-caption-public:hover {
        padding-bottom:150px;
        padding-top:90px;
    opacity: 1;
    visibility: visible;

    }



 
.pm-animation-section-area .animation-inner-section-second:hover .ani-img .team-social a {
    transform: translateY(6px);
    color: #fff;
    
}

.pm-animation-section-area .animation-inner-section-second:hover .text-caption-public {
    background: rgba(0, 72, 127, 0.75);
    bottom: 0
}

.pm-animation-section-area .animation-inner-section-second:hover .text-caption-public h3 a {
    color: #fff;

}

.pm-animation-section-area .animation-inner-section-second:hover .text-caption-public p {
    color: #fff;

 }



.ani-read-icon{
    width:25px; height: 25px; border: 1px solid #fff !important; border-radius: 50px; display:inline-block;
}

.ani-contain-section {
    height:55px;
}
 .animation-inner-section-second .aniread-w{
     
    display:none;
                
    
}

.pm-btn-outline-light {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

.pm-btn-outline-light:hover {
    color: #fff;
    background-color: #1f95d2;
    border-color: #1f95d2
}


.pm-btn-outline-light.focus,.pm-btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}

.pm-btn-outline-light.disabled,.pm-btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.pm-btn-outline-light:not(:disabled):not(.disabled).active,.pm-btn-outline-light:not(:disabled):not(.disabled):active,.show>.pm-btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #1f95d2;
    border-color: #1f95d2
}

.pm-btn-outline-light:not(:disabled):not(.disabled).active:focus,.pm-btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.pm-btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
}



.marquee {
    overflow-x: clip;
    white-space: nowrap;
    position: relative;
    width: 100%;
}

.marquee-inner {
    display: flex;
    align-items: center;
    /*gap: 2vw;*/
    will-change: transform;
}

.marquee-inner img {
    height: 100%;
    transition: transform 0.5s;
    flex-shrink: 0;
    width: 20vw;
    border-radius: 2rem;
}

.marquee-inner img:hover {
    transform: scale(1.03);
}




.text-caption-public-content{

  position: absolute;
  width: 100%;
  top: 23%;
  height: 20%;
  left: 50%;
  transform: translateX(-50%);
  background:rgba(0, 72, 127, 0.75);
  border-radius: 20px;
}


.text-caption-public-content h3{

  position: absolute;
  width: 90%;
  text-align: center;
  left: 50%;
  color:#ffff;
  transform: translateX(-50%);
  top: 3%;
  //border: 5px solid green;
  line-height: 1vw;
  padding-top: 10px;
  font-size : clamp(1.5rem, 2vw, 5rem);
}



.text-caption-public-content .ani-contain-section p{

  position: absolute;
  width: 90%;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  top: 14%;
  //border: 5px solid green;
  line-height: 3vw;
  padding-top: 10px;
 font-size : clamp(1rem, 1.2vw, 3rem) !important;
}


.pm-animation-section-area .animation-inner-section-second .text-caption-public:hover .text-caption-public-content{

 background:rgba(0, 72, 127, 0.0);


}


.pm-animation-section-area .animation-inner-section-second .text-caption-public:hover .aniread-w{
 display:block;
 text-align: center;
padding-top: 2vw;

}


.marquee-inner-2.marqauto{

  position: relative;
   margin: 0;
   padding: 0;
   display: flex;
   flex-wrap: wrap;
 
   

}

.marquee-inner-2.marqauto >a {

     flex-grow: 1;
     flex-shrink: 1;
    min-width: 4vw;
    margin-top: 10px;

}




/*

vehicle related services --filename vehiclerelatedservices.html.twig

*/


.vechicle-related-services-image-content-box{
   
  display:flex;

}




.vrs-section-w{
    width:100%;
    border: 1px solid #fff !important; 
    border-radius: 50px; 
    background: #474a52;

}




.vrs-section-w h2{
    width: 40%;
    font-size: 50px;
    color: #fff;
    border-right:8px solid rgb(255, 255, 255);
    margin:30px 35px 35px 40px;

}

.vrs-section-w p{

    text-align: left;
    width: 99.12%;
    font-size: 30px;
    line-height: normal;
    color: #ffff;
    padding-top: 1.68%;



}




.service-section-ss {
  
    margin:30px 0px 30px;
    text-align:center;

}

.service-section-ss a{
    color: #fff!important;
    text-decoration:none!important;
    font-size: 11px!important;
}


.service-section-ss img{
width:100%;
border-radius: 56px;
border:6px solid  #474a52;
opacity: 1;
}

.service-section-ss img:hover {
 border: 6px solid #23B9FF;
animation: mymove 1s ; 
}



 @keyframes mymove {
  from {border-color: #474a52;}
  to {border-color: #23B9FF;}
}




.service-section-ss h3 {
    margin-top:10px;
    padding:0px;
    font-size: 25px;
    font-weight:600;
    color: #fff;

    
}

.service-section-ss p {
    margin:0px;
    padding:0px;
    font-size: 0.9rem!important;
    color: #fff;
    text-align: inherit;
    
}

.animate-arrow{
    margin-left:-25px!important;
    
}

.service-section-ss .animate-arrow {
    margin-left:-25px!important;
    cursor:pointer;
    
}


.service-section-ss:hover .animate-arrow {
    margin-left:0px!important;
    cursor:pointer;
    
}


.text-white.text-decoration-none > a{
   
   padding-right:10px;
}




/*

Calendar

*/



.restricted-green {

    background-color: #75ce75;
}


.gazetted-red {

    background: none repeat scroll 0 0 #fb6e6e;
}


.stripe[title='Key: Restricted'] {

    background-color: #75ce75 !important;

}


.stripe[title='Key: Gazetted'] {

    background-color: #fb6e6e !important;

}

.gaz-adjacent {

    background-color: #fb6e6e !important;
    text-align: center;
    color: black;

}


.restri-adjacent {

    background-color: #75ce75 !important;
    text-align: center;


}

.restri-adjacent a,
.gaz-adjacent a {

    color: black;


}


.no-entry {

    background-color: #eafbff !important;

}


.bottom-nav{

   display:  none !important;

}


 td div.day {
    background-color:#808080 !important;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    padding: 8px;
    width: 32px;
}



.calendar-calendar th.days {
    background: none repeat scroll 0 0 #2c6ea8;
    border: 1px solid #4189c9;
    color: #fff;
    font-family: "open_sansregular";
    font-size: 1.3em;
    font-weight: bold;
    padding: 9px 0;
}

.month-name{

    text-align: center;
    background-color: #F0E68C !important;
    padding: 14px 0 !important;
}




.month-name-view-header nav{

   margin-top: -81px ;
    position: relative ;
}


ul.js-pager__items{
   position: relative;
   left: 39vw;
   top: 25px;
}



.pager li>a, 
.pager li>span {
  
  background-color:  #F0E68C  !important;
  color: black !important; 
   
  
}



.date-box.past.restricted-green .month.day a, 
.date-box.future.restricted-green .month.day a, 
.date-box.future.gazetted-red .month.day a,
.date-box.past.gazetted-red .month.day a {

    color: #fff;

}



/***********Calendar bullets **************************/


.calendar-header  > p:nth-child(2) > span:nth-child(1){

display: inline-block; 
width: 10px; 
height: 10px; 
background-color: #fb6e6e; 
border-radius: 60%;


}

.calendar-header  > p:nth-child(2) > span:nth-child(3){

display: inline-block; 
width: 10px; 
height: 10px; 
background-color: #75ce75; 
border-radius: 60%;


}







/*

Whats new notification

*/


.news-section-w{

    position: relative;
    top: 4vw;
}

.card-header{

    height: 3vw;
    padding-left: 2vw;
    padding-top: 0.5vw;
}


.what-new-advisory-notification .card-body{

    position: relative;
 /*   border: 2px solid green;*/
}




.what-new-advisory-notification .tickerv-wrap.small{

    position: relative;
  /*  border: 2px solid red;*/
}

.what-new-advisory-notification .tickerv-wrap.small p{

    position: relative;
    left: 1vw;
}

.what-new-advisory-notification .tickerv-wrap.small time{

    position: relative;
    left: 1vw;
}



.view-advisory-achievments.view-id-advisory_achievments time{


    color: red;
}




/************permit related services  and vehcile related services inline style to class css****************************/


.states-conatiner-min-height {
    min-height: 400px;


}


.overlay-style{

background-color:rgba(0, 0, 0,0.85);
bottom:0;
color:white;
display:none;
left:0;
position:absolute;
right:0;
top:0;
z-index:9999; 


}


.overlay-heading{
  margin-top:10%;
  text-align:center;

 }











/*

Ticker Animation

*/





  .tickerv-wrap {
    background: #fff;
    box-sizing: content-box;
    height:180px; /* Take note of this */
    overflow: hidden; /* Hide scrollbars */
  
  
  } 


  @keyframes tickerv {
    0%   {margin-top: 0;}
    /* Quite literally -ve height of wrapper */
    25%  {margin-top: -26px;} /* 1 X 25 px */
    50%  {margin-top: -52px;} /* 2 X 25 px */
    75%  {margin-top: -78px;} /* 3 X 25 px */
    100% {margin-top: 0;} /* Back to first line */
  }
  .tickerv-wrap ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    animation-name: tickerv; /* Loop through items */
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(1, 0, .5, 0);
  }
  .tickerv-wrap ul:hover {
  
    animation-play-state: paused;
  }
  

  .tickerv-wrap ul li {
  
  
    border-bottom:1px #ebebeb solid;
    font-size:14px!important;
    line-height:18px;
    margin-bottom:10px;
  }
  
  .tickerv-wrap li:last-child{
        border-bottom:none!important;
  }
  
  .tickerv-wrap ul li a {
      color:#000;
      font-size:13px;
  }
  .tickerv-wrap ul li a:hover{
      color: #036;
  }






/*

What new block 

*/





.news-section-w{

     border-radius:20px;
     border: 1px #ddd solid!important;
     -webkit-box-shadow: 2px 6px 8px -8px rgba(0,0,0,0.75);
     -moz-box-shadow: 2px 6px 8px -8px rgba(0,0,0,0.75);
     box-shadow: 2px 6px 8px -8px rgba(0,0,0,0.75);
    

}

.news-card-border{
    border-radius: 20px 20px 0 0!important;
}

.blue-more-c{
    color: #4383ac!important;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
}

.card-header-bg{
    background:#377aa6!important;
    color: #fff!important;


 }



/*

viedo

*/




video[controls="controls"]{

    width: 100% !important;
}


.field.field--name-field-viedo-to-upload.field--type-entity-reference.field--label-above 
> div.field--label {
   display:none;

}







html {
  font-size: 14px; /* This means 1rem = 14px */
}





 









.block-title {
    display: none;
}














html,body {
    margin: 0;
    padding: 0;
    width:100%;
    height:100%;
    color: #000000;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
   
}























a {
    color: #1E4567;
    text-decoration: none;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.5;
}

p,
li {
    line-height: 2.0
}







.container {
    margin: 0px auto 0px;
    padding: 0px !important;
    font-weight: normal;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}







.left-position {
    text-align: left !important;
}

.center-position {
    text-align: center !important;
}

.right-position {
    text-align: right !important;
}

.top-space {
    margin-top: 10px !important;
}

.right-space {
    margin-right: 10px !important;
}

.bottom-space {
    margin-bottom: 10px !important;
}

.bottom-space-5 {
    margin-bottom: 5px !important;
}

.bottom-space-2 {
    margin-bottom: 2px !important;
}

.left-space {
    margin-left: 10px !important;
}

.padding-normalize-zero {
    padding: 0px;
    box-sizing: content-box !important;
}



.top-space-5 {
    margin-top: 5px !important;
}

.help-block {
    display: none;
}



.table> :not(:first-child) {
    border-top: 0px;
}

.table-striped>thead>tr>th {
    background-color: #bbc1d5 !important;
}

.table-striped tr:nth-child(odd),
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ffffff !important;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: none;
}

.table-striped tr:nth-child(even),
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #e8edff !important;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #b9c9fe !important;
}

.table-width-four td {
    width: 25%;
    vertical-align: top !important;
}

.table-width-oneforth td:nth-child(1) {
    width: 25% !important;
    vertical-align: top !important;
}

.table-width-oneforth td:nth-child(2) {
    width: 75% !important;
    vertical-align: top !important;
}



.bottom-space-20 {
    margin-bottom: 20px;
}


.top-space-25 {
    margin-top: 25px !important;
}

.text-height-2 {
    line-height: 2;
}


/**** search box ***********/
.container-inline div,
.container-inline label {
    display: flex;
}




/************viedo pages**********/
.videolink-section img {
    width: 150px;
    height: auto;
}




.container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: auto !important;
    margin-left: auto !important;
 
}





/****from-here-checking******************/



/******** Front Page Top  Slider **********/

.parivan_main_slider img {

   padding-left: 2.2vw !important;
   padding-right: 2.2vw !important;

}

.flex-direction-nav a {

   overflow: visible !important;
   z-index: 28;

}


.flex-prev {
   margin-left: 4.4vw !important;

}


.flex-next {
   margin-right: 4.4vw !important;

}





.content-region-pad {
    padding-left: 8vw !important;
    padding-right: 8vw !important;
}


  .path-frontpage .content-region-pad {
    padding-left: 2.2vw !important;
    padding-right: 2.2vw !important;
}



#flexslider-1 ol.flex-control-paging {
   margin-bottom: 18.3vw !important;
   z-index: 20;

}


#flexslider-1 ol.flex-control-paging>li {
   display: block !important;
   float: none !important;
   clear: both !important;
   margin-left: 90vw !important;
   margin-bottom: 10px !important;

}


.remove-section-pad {
   padding-left: 0px !important;
   padding-right: 0px !important;


}


/*** press coverage views************************************************/

.press-coverage-2018-title,
.press-coverage-2019-title,
.press-coverage-2020-title,
.press-coverage-2021-title {

   font-size: 1.8rem;
   font-weight: 600;
   background: #ccffff;
   display: block;
   padding-left: 33vw;
}


/******** press coverage*******/


.press-coverage-year {
   list-style-type: none;


}


/************************main slider on hindi language**************************/


.slides.slides-hindi {

   height: 44vw;
   /*   border: 2px solid red;*/
}


.slides.slides-hindi>li:not(:first-child) {

   top: -44vw;

}


.flexslider-hindi {

   height: 44vw;

}


.slides.slides-hindi+.flex-control-nav.flex-control-paging {
   /*  border: 2px solid red;*/
   position: relative;
   height: 0vw;
   top: -70vw;
   left: 2vw;
   width: 80vw;

}


.slides.slides-hindi+.flex-control-nav.flex-control-paging>li {
   position: relative;
   width: 2vw;
   display: inline-block !important;

}


.slides.slides-hindi+*+.flex-direction-nav {

   /*  border: 2px solid red;*/

   position: relative;
   top: -35vw;
   z-index: 30;
   height: 5vw;
   width: 91vw;
   margin-left: 3vw;
}


.slides.slides-hindi+*+.flex-direction-nav .flex-nav-prev {

   position: relative;
   left: -4vw;


}


.slides.slides-hindi+*+.flex-direction-nav .flex-nav-next {

   position: relative;
   left: 4vw;


}










/****************************Adusting height od slider in hindi language *********************/

.parivan_main_slider.parivahan-main-slider-hindi {


   height: 53vw;
}


/*** blocks assigning top***********/

#block-parivahan-theme-licenserelatedservices {

  position: relative;
    top: -5vw;
}



#block-parivahan-theme-vehiclerelatedservices {
       position: relative;
      top:-7vw;
      padding-top: 5.62%;

}




#block-parivahan-theme-manufacturerrelatedservices {
    position: relative;
    top: -7vw;
    padding-top: 4.27%;

}




#block-parivahan-theme-otherproductservices {

   position: relative;
   top: -5vw;
}


#block-parivahan-theme-dashboardandreports {
  position: relative;
   top:-0.2vw;

}


#block-parivahan-theme-publicmedia {

   position: relative;
    top: 3vw;
}



#block-parivahan-theme-informationalservices {
   top: -5vw;
   padding-top: 101px;


}

/****Carousel Control**************************************************************/


.parivahan-carousel-section {

   padding: 0;
   padding-top: 0vw;
   /* background: red;
*/
}


#parivahan-carousel {

   /*  border: 2px solid red;*/
   background: #004880;
   padding-top: 17px;
   padding-bottom: 12px;
   padding-left: 14px;
   border-radius: 40px;




}


.carousel-container {

   position: relative;
   top: 15px;
   padding-left: 2.2vw;
   padding-right: 2.2vw;
   width: 100%;
  margin-bottom: 35px;
}




.flex-control-nav.flex-control-paging {


   display: none;
}


/*********************What new advisory notification***********************************/

.what-new-advisory-notification {

   position: relative;
   top: -59px;
}


/*************************** flex slider in hindi language***************************************/


.flex-slider-hindi-section {
   /* background: green;*/
   height: 14vw;

}


.parivahan-main-slider-hindi {

   /*  background: red;*/
   height: 16vw;


}


.parivahan-main-slider-hindi+*+section .dlrs-hindi {


   height: 43vw;

}


.parivahan-main-slider-hindi+*+section .dlrs-hindi>div.dl-header-add-pad {

   /*     border: 2px solid red;*/
   top: 3vw;
}


/******** Setting  block top in hindi on small screen********************************/


/****** Removing  flex slider direction arrow****************/


ul.flex-direction-nav {

   display: none;
}


/**Faq making accordian 
 **/


.page-view-faq-taxo  a[data-once="key-faq-title"]{

       font-size:18px;
       font-weight : 600;


}


.page-view-faq-taxo  a[data-once="key-faq-answer-toggle"]{
     margin-left: 3%;
    font-size: 16px;
    font-weight: 500;
}


.page-view-faq-taxo  .faq-title-first-child .faq-answer-second-child{

    margin-left: 5%;
    font-size: 15px;
    font-weight: 450;


}





.hide-faq-title {

   display: none;

}


.parivahan-main-slider-hindi-not-front-page {


   height: 8vw;


}


/*

Contact us font resize

*/






section.block-page-title-block + * + div.bottom-space {


   font-size: 18px;
}



section.block-page-title-block + * + * +  table.bottom-space.table.table-bordered {


   font-size: 16px;
}




section.block-page-title-block + * + * + * + div.bottom-space {


   font-size: 18px;
}





section.block-page-title-block + * + * + * + * + table.bottom-space.table.table-bordered  thead tr th {


   font-size: 17px;
}


section.block-page-title-block + * + * + * + * + table.bottom-space.table.table-bordered  tbody tr td {


   font-size: 16px;
}



section.block-page-title-block + * + * + * + * + table.bottom-space.table.table-bordered thead tr th.font-bold  {
  color:#FFFFFF !important;
  
}



th.font-color-th-contact-us{
 color:#FFFFFF !important;
}


/*** state select for Vehicle Related services **/

.states-conatiner .select-css {

    display: block;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    width: 50%;
    max-width: 50%;
    box-sizing: border-box;
    margin: 10px auto;
    border: 1px solid #cecece;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    background: rgb(224, 223, 223);
    background: linear-gradient(0deg, rgba(224, 223, 223, 1) 0%, rgba(255, 255, 255, 1) 100%);
    cursor: pointer;



} 

/*
 adding red color to all astrix of basic page

*/

.red-color{
  color: #FF0000

}



/***user login page***/


   .login-bg{
    width: 40% !important;
    margin: 0 auto;
    background: #ebf2ff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 50px;
    padding: 15px;
}


/*


downlodable  forms all

*/

/*tr td, tr th {
    font-size: 14px!important;
    text-align: center!important;
}
*/
th {

    background: #0b59d7 !important;
    color: #fff !important;
}

tr:nth-child(even) {
  background-color: #fff!important;
}

tr:nth-child(odd) {
  background-color: #e3ecfbed!important;
}


.view-id-download_forms   tr th:nth-child(4) {
   width:10%;
}

.view-id-download_forms   tbody tr td:nth-child(5) {
  text-align:left !important;
}


.view-id-download_forms   tbody tr td:nth-child(3) a {
  color:#0a58ca !important;
}



/*

Notification and Advisores contents


*/

.view-notification-and-advisories .table tbody tr td  {
  text-align:left !important;
  }

.view-notification-and-advisories .table  thead tr th:nth-child(1),
.view-notification-and-advisories .table  thead tr th:nth-child(5),
.view-notification-and-advisories .table  thead tr th:nth-child(2)
  {
   width:12%;

  }

.view-notification-and-advisories .table tbody tr td:nth-child(4) a
  
 {
   color:#0a58ca !important;

  }


/*** calendar next previous button **/


  .calendar-header + .month-name-view-header .pager__item--previous {

         display: inline-block !important;
         position: relative;
         left: 36%;

    }


  .calendar-header + .month-name-view-header .pager__item--next {
       
  
    display: inline-block;
    position: relative;
    left: 39%;

    }

 .calendar-header + .month-name-view-header  .js-pager__items {
     width: 17%;
    left: 80%;
    padding-bottom: 25px;
    top: 10px;

  }




/******* headetop removed inline css and added class***********************/




 .font-color-white{

  color: #fff;


 }

.normal-style-contrast {
  background-color: #fff;
  color: #000;
}

.dark-style-contrast {
  background-color: #000;
  color: #fff;
}


.search-form-width{
 width:65%;
}


.style-switcher-normal.switch-color-pos-1 > a:nth-child(1){

 color: #000000;

}



/*************** download_form  category filter margin down ****************/


  .page-view-download-forms .view-download-forms  .view-filters{

  width:25%;
  margin-top:2%;
  


}



/****************parivahan-News-letter inline css to class  **************************************/



.bg-white {
  background-color: #fff;
}

.center-block {
  margin: 0 auto;
}

.center-text {
  text-align: center;
}

.link-bold {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

.td-content {
  width: 700px;
  min-width: 700px;
  color: #fff;
  background-color: #fff;
}

.full-img {
  width: 100%;
  display: block;
}


.bg-white {
  background-color: #fff;
}

.full-width {
  width: 100%;
}

.column-left,
.column-right {
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
  font-weight: normal;
}

.text-footer {
  color: #fff;
  font-family: Arial, sans-serif, 'SSP';
  font-size: 18px;
  line-height: 16px;
  text-align: right;
  padding-top: 5px;
}

.center-text {
  text-align: center;
}

.max-img {
  max-width: 239px;
}

.text-footer-r {
  color: #a0a09a;
  font-family: Arial, sans-serif, 'SSP';
  font-size: 12px;
  line-height: 16px;
  text-align: right;
}

.spacer {
  font-size: 0;
  line-height: 0;
  text-align: center;
  width: 100%;
  min-width: 100%;
}


.bg-blue {
  background-color: #27529d;
}

.content-spacing {
  font-size: 0;
  line-height: 0;
  text-align: left;
}

.spacer {
  font-size: 0;
  line-height: 0;
  text-align: center;
  width: 100%;
  min-width: 100%;
  height: 15px;
}

.text-footer-c {
  color: #a0a09a;
  font-family: Arial, sans-serif, 'SSP';
  font-size: 13px;
  line-height: 16px;
}

.center-text {
  text-align: center;
}

.no-decoration {
  text-decoration: none;
}

.link-orange-u {
  color: #fff;
  text-decoration: none;
}




/*************** Flex Slider Banener Text ********************************************/




 
.container-align-top-fraud{

    position:absolute;
    height: auto;
   top:7vw;
   width:49vw;
   left:10vw;


}



    .alert-banner {

      color: #fff;
      border-radius: 20px;
  
      position: relative;
    }

    .alert-heading {
       width:103%;
       background-color: white;
       color: red;
       display: inline-block;
       padding:   5px 0px 5px 95px;
       font-weight: bold;
      font-size: 30px;
      border-radius: 5px;
    
    }


    .alert-img {
      max-width: 100%;
      border-radius: 10px;
    }

    .do-text {
      color: #00cc66;
      font-weight: 600;
    }

    .dont-text {
      color: #ff0000;
      font-weight: 600;
    }

    .store-btn img {
      height: 50px;
      margin-right: 15px;
    }

    .links {
      font-size: 14px;
      margin-top: 10px;
    }







.alert-banner-adjust{

 position:relative;
 width:100%;



}

.fradulent-banner-para-font{

    font-size:24px;
    fornt-weight:normal;
    line-height: normal;


}

.do-text{
  font-size:28px;
 front-weight:normal;


}

.do-text-para-front{

  font-size:22px;
 front-weight:normal;
 line-height: normal;

}



.donot-text{
 color:#FF0101;
  font-size:28px;
 front-weight:normal;


}

.donot-text-para-front{
 
  font-size:22px;
 front-weight:normal;
 line-height: normal;

}

.fradulent-banner-para-font >a{
  color:#ffff;

}

.icon-goog-app-store a  img{
  width: 200px;
 height:63px;
   

}


.icon-goog-app-store >a:nth-child(2){
  margin-left:7vw;

}

.text-white > small >a{
  color:#ffff;
  font-size:16px;
}



.direct-small-links{
   max-width: 30ch; 
   display: inline-block; 
   word-wrap: break-word !important; 
  
 }



 .text-section-width-fbanner{


   position: relative;
   width: 100%;
 }


.fraud-aware-direct-links{

   position: relative;
   top: -2vw;
}

.fraud-aware-direct-links >a:nth-child(1){

  
   margin-left: 2vw;

}


.fraud-aware-direct-links >a:nth-child(2){

  
margin-left:  15vw;

}




/******************footer ********************************/



.container-fluid.footer-left-right-pad{
   
  padding-left:8vw !important;
  padding-right:8vw !important;

}


#block-parivahan-theme-footertop {
/*   border: 2px solid red;*/
   width: 100%;
   height: auto;
   //background-color: #032641;
   background-color: #032641;
}



.footer-container {
    
      border: 1px solid #707070;
      border-radius: 55px;
      background-color:#032641;
      display: flex;
      flex-wrap: wrap; 
       gap: 10px; 
}



.term-policy-container > .term-policy-heading,
.about-parivahan-container > .about-parivahan-heading,
.fees-user-charges-parivahan-container > .fees-user-charges-parivahan-heading,
.need-help-parivahan-container > .need-help-parivahan-heading



 {

  font-weight: 600;
   font-size: 20px;
   color: #45ABF9;
   width: 13vw;


}



.need-tb,
.resources-tb,
.about-tb,
.term-policy-tb {
   position: relative;
   top: 0vw;
}







.resources-list {
   position: relative;
   top: 1vw;
   font-weight: normal;
   font-size: 16px;
   list-style-type: none;
   width: 14.5vw;
   left: -13%;
   background-color: #032641;
}


.need-list {
   position: relative;
   top: 1vw;
   font-weight: normal;
   font-size: 16px;
   list-style-type: none;
   width: 14.75vw;
   left: -12%;
}

.about-list,
.term-policy-list {
   position: relative;
   top: 1vw;
   font-weight: normal;
   font-size: 16px;
   list-style-type: none;
   width: 11.75vw;
   left: -17%;
}


.about-list>li>a,
.term-policy-list>li>a,
.need-list>li>a,
.resources-list>li>a {
   color: #ffff;
   font-size:16px;
   font-weight:500;
   display:block;
   white-space:nowrap;
}

.copy-right {
   position: relative;
   left:33%;
   width: 75%;
   font-weight: normal;
   font-size: 13px !important;

   text-align: left;
   color: #ffff;
   padding-top: 10px;
}


.digital-india-logo-container,
.nic-logo-container {
   
  position:relative;
  left:33%;

}

.digital-india-logo-container img,
.nic-logo-container img {
   width: 172px;
   height: 80px;
}

.nic-logo-container {
   padding-top: 10px;
}


.footer-parivahan.container-fluid {
   margin-top: 60px;
   margin-bottom: 44px;
}

.term-policy-content{

   position: relative;
   left: 1vw;



}

 .about-list{
  position: relative;
 left: -14%;


 }




.need-list{




}


/********************************************************************/



/******Parivahan Logo ******************************/




.parivahan-logo-margin{

   margin-left: 4vw;
}





/*****felxslider******************/


.flexslider{

  margin: 0 !important;

}





/************heading top divider ******************************/


.de-line{
   display: inline-block; 
   border-left: 2px solid #6c757d; 
   height: 50px;

}



/****viedo page *******************/



  .videolink-section img {
            width: 150px;
           height: auto;
  }






/**********contact us ****************************/



.font-color-th-contact-us{
    

    color: black !important;
}


/*********************other product services ****************************************/


.animation-section-area .animation-inner-section .text-caption .text-caption-content {
    height: 48%;
    top: 14%;


}


/************************************************************************/

.field--name-field-viedo-to-upload > .field__label {
    display:none;

}


/*************Making link under line og basic page *******************/



.underlined-anchor-content{

   text-decoration: underline;
}



/*******chanage password form *******************/



.pass-change-form-container{

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;


}

.pass-change-form-container > form {

   width: 30vw;
}



/******tool bar change password************/

.toolbar-icon-edit{

position: relative;
    color: #fff;
    top: 1vw;
   
}
    