html, body{
    height: auto;
    min-height: 100%;
    max-width: 100%;
    /* overflow-x: hidden; */
}


footer{
    background-color: #212121;
}

#scrollTopButton {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
  }
/*  #scrollTopButton::after {
    content: "\f35b";
    font-family: "Font Awesome 5 Free";
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }*/
  #scrollTopButton:hover {
    cursor: pointer;
    background-color: #333;
  }
  #scrollTopButton:active {
    background-color: #555;
  }
  #scrollTopButton.show {
    opacity: 1;
    visibility: visible;
  }

  /* Banner Styling */


  #banner{
    position: relative;
    height: 100vh;
  }

  #banner-text{
    position: absolute;
    top: 40%;
    width: auto;
      left: 30px;
      padding: 10px;
  }
.header-text{
  width: auto;
    
}
  #banner-text h2{
    font-size: 40px; 
  }

  /* Slider */
  .vertical.carousel .carousel-indicators {
    bottom: auto;
    top: 50%;
    left: auto;
    /* right: 5px; */
    margin: 0;
    display: flex;
    align-items: center;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  
  .vertical.carousel .carousel-indicators li {
      width: 8px;
      height: 8px;
      border-radius: 100%;
  }
  
  .vertical.carousel .carousel-indicators li.active {
    width: 11px;
    height: 11px;
    border-radius: 100%;
}

  .vertical.carousel .carousel-inner > .carousel-item > img {
    width: 100%;
  }
  
  .vertical.carousel .carousel-inner > .carousel-item > .carousel-caption {
      position: absolute !important;
      left: 0;
      bottom: 30%;
      /* top: 50%; */
      width: 100% !important;
      margin: 0 !important;
      padding: 0 !important;
  }

  .vertical.carousel .carousel-inner > .carousel-item > .carousel-caption h1{
    font-size: 300%;
    width: 80%;
    margin-bottom: 40px;
  }

  .vertical.carousel .carousel-inner > .carousel-item > .carousel-caption p{
    font-size: large;
    width: 60%;
  }

  .Rectangle_19_copy_7 {
    background-image: -moz-linear-gradient( 68deg, rgb(97,156,188) 0%, rgb(116,112,139) 100%);
    background-image: -webkit-linear-gradient( 68deg, rgb(97,156,188) 0%, rgb(116,112,139) 100%);
    background-image: -ms-linear-gradient( 68deg, rgb(97,156,188) 0%, rgb(116,112,139) 100%);
  }
  
/* Process Section Stylings */
#process-heading{
    margin-top: 62px;
    position: sticky;
    display: flex;
    justify-content: center;
    top: 7%;
    background: white;
    z-index: 999999;
    max-height: 20vh;
}

.list-group{
  border-left-width: 2px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-top-width: 0;
  border-left-style: solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to bottom, #316e83 23%, #669999 100%);
}

.list-group-item{
  border: none !important;
  display: flex;
  padding-left: 0;
}

.list-group-item::before
{
  content: '';
  /* border-bottom-width: 4px solid #b8c6db; */
  border-width: 2px;
  border-style: solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #316e83 23%, #669999 100%);
  width: 5%;
  align-self: center;
  margin-right: 5px;
}

.list-group-item.active{
  font-weight: bold;
  color: #212121 !important;
  background-color: transparent !important;

}

.list-group-item.active::before
{
  content: '';
  /* border-bottom-width: 4px solid #b8c6db; */
  border-width: 2px;
  border-style: solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #316e83 23%, #669999 100%);
  width: 15%;
  align-self: center;
}

/* Cards Section Styling */
.card .card-img-top{
  position:absolute;
  top:0;
  height: 100%;
  display:none;
  background: url('../../assets/services/bg-img.png') no-repeat;
  background-size: cover;
}

.card .card-img-top .layer {
  background: linear-gradient( -37deg, rgb(97,156,188) 0%, rgb(116,112,139) 100%);
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid grey;
}

.card:hover .card-img-top{
  display: block;
}

.card .card-body{
  z-index: 9999;
}

.card .card-body > .read-button{
  color: #5aa2d1;
}

.card:hover .card-body > .read-button{
  color: whitesmoke;
}

.card:hover .card-body{
  z-index: 9999;     

}

.card-section-cards:hover .card-body .card-title{
  color: whitesmoke;
}

.card-section-cards:hover .card-body .card-text{
  color: whitesmoke;
}

h4{
  color: #6496b5;
}

ul li{
  color: #404040;
}

.policices{
  margin: auto;
    width: 80%;
}


.download-pdf {
  margin: auto;
  width: 20%;
  margin-top: 20px;
  background-image: linear-gradient(to top right, #6593b3,#717692 );
  padding: 10px 50px;
  
}

.submit{
  margin-top: 20px;
  background-image: linear-gradient(to top right, #6593b3,#717692 );
  padding: 10px 50px;
  color: #fff;
  border: none;
  font-weight: 500;
}


.download-pdf a {
 color: white;
 font-weight: 500;
}


.main-div{
  display: flex;
  justify-content: space-between;
}



.card-para{
  font-size: 12px;
}

.fa-plus{
  background-image: linear-gradient(to bottom right, #6593b3,#717692 );
  padding: 16px 22px;
  color: white;
  position: relative;
  left: 8px;
  top: 8px;
}

.plus{
  display: flex;
    justify-content: flex-end;
}


.card-textt{
  font-size: 12px;
  color: lightslategray;
}



.captown{
  font-weight: 600;
}

.col-md-3 p{
  font-size: 14px;
  line-height: 25px;
}


.formdiv{
     display: inline-block;
    justify-content: space-around;
    width: 100%;
}
.connectwithus{
  background: #fcfcfc;
  padding-top: 10px;
  padding-bottom: 10px;
}




.fa, .fas {
font-size: 20px !important;
}




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


     .captownaddress{
  font-size: 13px;
  }

  #banner-text h2{
      font-size: 250%;
  }

  .vertical.carousel .carousel-inner > .carousel-item > img{
    height: 100vh;
  }

  .vertical.carousel .carousel-inner > .carousel-item > .carousel-caption {
    position: absolute !important;
    left: 0;
    bottom: 20%;
    /* top: 50%; */
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .vertical.carousel .carousel-inner > .carousel-item > .carousel-caption h1{
    font-size: 250%;
    width: 60%;
  }

  .vertical.carousel .carousel-inner > .carousel-item > .carousel-caption p{
    font-size: medium;
    width: 60%;
  }


 

}



@media screen and (min-width: 767px) and (max-width:1000px){
  .vertical.carousel .carousel-inner > .carousel-item > img{
      height: 100vh;
  }
 
  .vertical.carousel .carousel-inner > .carousel-item > .carousel-caption {
      position: absolute !important;
      left: 0;
      bottom: 20%;
      /* top: 50%; */
      width: 100% !important;
      margin: 0 !important;
      padding: 0 !important;
  }

  .vertical.carousel .carousel-inner > .carousel-item > .carousel-caption h1{
      font-size: 250%;
      width: 60%;
  }

  .vertical.carousel .carousel-inner > .carousel-item > .carousel-caption p{
      font-size: large;
      width: 60%;
  }
}


@media screen and (min-width: 375px) and (max-width:812px){
 
  .large-map{
    width: 100%;
  }
  .download-pdf{
    margin: auto;
    width: 70%;
    margin-top: 20px;
    background-image: linear-gradient(to bottom right, #6593b3,#717692 );
    padding: 10px 50px;
  }
 
  }
  
  
  /* For 480 Resolution */  
@media only screen   
and (min-device-width : 320px)   
and (max-device-width : 480px)  
{ 
    .large-map{
    width: 100%;
  }
  .download-pdf{
    margin: auto;
    width: 70%;
    margin-top: 20px;
    background-image: linear-gradient(to bottom right, #6593b3,#717692 );
    padding: 10px 50px;
  }
  .twodivs{
    display: grid;
    
}
}
    
    
    /* For 640 Resolution */  
@media only screen   
and (min-device-width : 360px)   
and (max-device-width : 640px)  
{
      .large-map{
    width: 100%;
  }
  .download-pdf{
    margin: auto;
    width: 70%;
    margin-top: 20px;
    background-image: linear-gradient(to bottom right, #6593b3,#717692 );
    padding: 10px 50px;
  }
  .twodivs{
    display: grid;
    
}
}  


/* For 1024 Resolution */  
@media only screen   
and (min-device-width : 768px)   
and (max-device-width : 1024px)  
{
    
      .large-map{
    width: 100%;
  }
  .download-pdf{
    margin: auto;
    width: 70%;
    margin-top: 20px;
    background-image: linear-gradient(to bottom right, #6593b3,#717692 );
    padding: 10px 50px;
  }
} 


.navbar .navbar-collapse .navbar-nav .nav-item a.active,
.myactivebtncolor {
  color: #5aa2d1 !important;
}#nav-br {
  font-size: 2vw;
}

#navbarScroll .navbar-nav-scroll .nav-item {
  transition: 0.5s ease-in-out;
}



/* Small to Medium devices */
@media screen and (max-width: 767px) {
  /*.navbar{*/
  /*    background: #343a40!important;*/
  /*}*/
   #navbarScroll .navbar-nav-scroll .nav-item{
         margin: 0 0.5vw;
         background-color: transparent;
     }
 
   .navbar-brand,
   .navbar .navbar-collapse .navbar-nav .nav-item a.active {
     color: #5aa2d1 !important;
   }
 
   .navbar-brand,
   .navbar .navbar-collapse .navbar-nav .nav-item a {
     color: black !important;
   }
  }
  @media screen and (min-width: 767px) {
    #navbarScroll .navbar-nav-scroll .nav-item {
      font-size: 15px;
      margin: 0 1vw;
      background-color: transparent;
    }
  }
  @media screen and (max-width: 767px){

    .navbar-brand, .navbar .navbar-collapse .navbar-nav .nav-item a {
        color: white !important;
    }
    }
    @media screen and (max-width: 1000px){
      #nav-br {
          font-size: 4vw !important;
          margin-left: 1.1vw;
      }
      
      }
          
.navbar .navbar-collapse .navbar-nav .nav-item a.active, .myactivebtncolor {
  color: #5aa2d1 !important;
}
.navbar{
  z-index: 99999;
  height: 9vh;
  margin: 0 !important;
  font-size: 1.7vw ;
  margin: 0 1vw;
}

#navbarScroll .navbar-nav-scroll .nav-item{
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1000px) {
  #navbarScroll .navbar-nav-scroll .nav-item a
  {     
      font-size: 4vw; 
      text-align: center;
  }
  .navbar-collapse {
  background-color: rgba(34, 30, 30, 0.9) !important;
      margin: -20px;
  margin-top: 11px;
  }

  .navbar-brand, .navbar .navbar-collapse .navbar-nav .nav-item a {
  color: white !important;
      
  }

    .navbar{
      padding: 0;
  }
  .navbar-collapse{
      background-color: rgba(34, 30, 30, 0.9) !important;
  }

  #navbarScroll .navbar-nav-scroll .nav-item a{
      font-size: 4vw;
  }

  #navbarScroll .navbar-nav-scroll .nav-item {
      margin: 0 auto !important;
  }

 
  .navbar-brand, .navbar .navbar-collapse .navbar-nav .nav-item a {
      color: white !important;
  }

  
}@media screen and (min-width: 1000px){
  .navbar{
      font-size: 1.1vw;
      margin: 0 1vw;
      background-color: rgba(0, 0, 0, 0.5) !important;
  }
}
.divider{
  width: 7%;
  margin: auto;
}
hr:not([size]) {
  height: 2px !important;
}










#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-image: linear-gradient(to top right, #6593b3,#717692 );
  color: white;
  cursor: pointer;
  padding: 8px 6px;
  width: 40px;
  height: 40px;
  
}

#mySidenav{
  background: url(../homeovetix/homeovetix/Project/assets/home/forfront.png);
  background-size: cover;
  height: 100vh;
  z-index: 999999999999999;
  padding-top: 20px;

}

.sidenav {
  padding-top: 40px;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  text-align:center;
}

.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #fff;
display: block;
transition: 0.3s;
text-align: left;
}

.sidenav a:hover{
color: #f1f1f1;
}

.sidenav .closebtn {
position: absolute;
top: -20px !important;
right: 50px;
font-size: 45px;
margin-left: 50px;
}

@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}

.twodivs{
    display: flex;
    justify-content: space-between;
}


