


/*suscribe button */
@media screen and (max-width: 480px) {
  .mobimo{
   width: 100%;
  }
}
/* Remove from pc */
@media screen and (min-width: 480px) {
  .mobimo{
   width: 40%;
  }
}


/* Scroll up Button */
#myScrollBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color:#ff9800;
  color: white;
  cursor: pointer;
  padding: auto;
  border-radius:50%;
}

#myScrollBtn:hover {
  background-color: #2a3693;
}


/*footer book consultant */

@media screen and (max-width: 480px) {
  .downBook{
    position:fixed;
    bottom: 0px;
    background:#ff9800;
    width:100%;
    text-align:center;
    z-index: 200;
    height: 25px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
  }
}


/*why choose us created by rovin */

#whychoose_us{
    padding: 0px;
    margin: 0px;
}
#whychoose_us h1{
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 30px;
   font-family: "Open Sans",sans-serif,Arial,Helvetica;
}

#whychoose_us p{
 font-family: "Open Sans",sans-serif,Arial,Helvetica;
 text-align: justify;
}


/* Service Pages */
.banner_title{
    font-size: 10px;
}

/* services styling .php  */
/*Remove From mobile*/
@media screen and (max-width: 480px) {
  .rovin7678{
    display: none;
  }
}
/* Remove from pc */
@media screen and (min-width: 480px) {
  .rovin7876{
    display: none;
  }
}



.make-me-stickys {
    position: sticky;
    top: 180px;
    padding: 20px 20px;
    text-align:left;
    text-transform: uppercase;
    background: #f7f7f7;
}

.nav-pills .nav-link {
    border-radius:1px;
}
ul.affix-fixed li a {
  display: block;
  background: #f7f7f7;
  margin-top: 0px;
  color: #000;
  height: 50px;
  line-height: 32px;
  font-family: Times New Roman, Times;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
      color: #fff;
      background-color:#ff9800;
      color: #000;
      border-left: 8px solid #285785;
      font-weight: bold;
      -webkit-box-shadow: -1px 0px 10px 0px rgba(0, 0, 0, 0.75);
     -moz-box-shadow: -1px 0px 10px 0px rgba(0, 0, 0, 0.75);
      box-shadow: -1px 0px 10px 0px rgba(0, 0, 0, 0.22);
}

ul.affix-fixed li a:hover {
   background: #fff;
  -webkit-box-shadow: -1px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 0px 10px 0px rgba(0, 0, 0, 0.22);
}

/* Animation of the Form submit button */

.beat {
  /* transform: scale(1); */
  animation: beatpulse 1.2s infinite;
}
@keyframes beatpulse {
  0% {
    transform: scale(0.95);
  }
  70% {
    transform: scale(1.00);
  }
  100% {
    transform: scale(0.95);
  }
}

/* banner background */

.bbox{
   background-color:rgb(0 123 255 / 50%);
}


.bglayer {
    background: url(../Img/bg-layer.jpg) 0 no-repeat;
    background-size: cover;
}

/*padding */
.text-left {
  padding-top: 40px;
}


.whatsappiconcall{
    position: relative;
}



/*service form css by Rovin  */

.bannerformcontainer{
      background: none;
}


.register-heading{
    text-align: center;
    margin-top: 2px;
    color: black;
    font-size: 15px;
    font-weight: 600;

}
.register-form {
    background: white;
    padding: 15px;
    border-radius: 12px;
    margin: auto;
    border: 10px solid #ff9800;
}

.form-controls{
    border: none;
    border-bottom: 2px solid blue;
    width: 100%;
    border-radius: 30px;
}


/* header shrinking */
body > header > div.removehead{
    display: none;
}



/* Crousel for Why choose us */

.carousel-inner .carousel-item h4{
      http://localhost/Bizadvisors/index.php
      color: black;
}


/* login button  mobile friendly */
.loginbuttondisp{
    display: none;
}

.mobilelogin{
    font-weight: bold;
}


/* crousel  review  */
.carousel-indicators li {
    width: 5px;
    height: 5px;
    margin: 1px 3px;
    border-radius: 10px;
    border: 2px solid blue;

}

.carousel-indicators .active {
    opacity: 1;
    background: #fd8028;
}
/* about us */
#about-us{
    border: white;

}
#about-us .row{

}
#about-us .about-content{
    color: white;
    margin-right: 0px;
    height: 80%;
    width: 80%;
    font-family: raleway,sans-serif;
    border-bottom: 2px solid;
    margin: auto;
    border-radius: 10px;
}
#abouthome{
      position: relative;
}
#abouthome img{
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 400px;
}

#abouthome .about-content-img img{
    border-radius: 43px;

}
#abouthome .about-content-img h2{
    position: absolute;
    top: 160px;
    left: auto;
    right:auto;
    text-transform: uppercase;
    color: white;
}


/* About Us Pages Styling */



#about-us .container{

}
#about-us .container h1, h2{
    text-align: center;
    margin: 0px auto;
    font-family: Times New Roman, Times;
}
#about-us .container p{
   font-family: montserrat,sans-serif ;
}

#borderimgheading{
  border-bottom: 10px solid red;
  border-image: url('../Img/border1.jpg') round;
  border-image-slice: 20%;
  text-align: center;
  width: 60%;
}



#services-banner  ul  li {
    padding: 0px 17px;
    position: relative;
    color: white;
    list-style: none;
    margin-bottom: 10px;
    line-height: 34px;
    font-size: 16px;
    font-family: Roboto, sans-serif;
}
#services-banner  ul  li::before {
    content: "\f058";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 600;
    text-decoration: inherit;
    color: #ff9800;
    padding-right: 5px;
    font-size: 30px;
    list-style: none;
    position: absolute;
    left: -16px;
    top: -2px;
}

/*blog content */

.contentbloghead{
    background:#f9f9f9;
    margin:10px;
    display: table;
    position: relative;
    border-radius: 4px;
}
.contentblog{
    float: right;
}



/*

/* main service demo */
.card {
    box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.09);
    border: none !important;
    width:100%;
}
.image-flip:hover .backside, .image-flip.hover .backside {
    transform: rotateY(0deg);
    border-radius: .25rem;
}
.image-flip:hover .frontside, .image-flip.hover .frontside {
    transform: rotateY(180deg);
}
.mainflip {
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}
.frontside {
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
    background: white;
    color: white;
    border-radius: 10px;

}
.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: #2a3693;
    transform: rotateY(-180deg);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    border-bottom: 8px solid #ff9800;
    border-radius: 10px;
}
.frontside, .backside {
    backface-visibility: hidden;
    transition: 1s;
    transform-style: preserve-3d;
     overflow: visible !important;
}
.frontside .card, .backside .card {
    min-height: 140px;
}
.frontside .card .card-title, .backside .card .card-title {
    color: black; !important;
    font-size: 16px;
}
.card-text {
    font-size: 16px;
}
.card-text>a {
    color: White !important;
    display: inline-block;
    width: 100%;
    text-align: left;
    line-height: 25px;
    text-decoration: none;
}
.card-text>a:hover {
    color: #E66C00 !important;
}
.frontside .card .card-body img {
    width: 40px;
}
.background-gray {
    background: #f2f2f2 !important;
}
.section-padd {
    padding: 60px 0;
}

/* index form styling  */

#showBtn{
position: fixed;
    left: 7px;
    bottom: 10px;
    font-size: 55px;
    cursor: pointer;
}


#box{
  display:none;
  z-index: 999;
  position: fixed;
  left: 7px;
bottom: 20px;
}
#box .boxdiv{
    margin-top:0px; 
}
.home_form{
    background: white;
    padding: 15px;
    border-radius: 12px;
    margin: auto;
    border:10px solid darkblue;
}
#hidBtn{
    color: white;
    background: darkblue;
    position: absolute;
    right: 0;
}
#box .boxdiv h5{
    padding:10px 10px; 
    text-align: center;
    position: relative;
}





/*servicedownform*/
#servicedownform{
    margin-top: 10px;
    min-height:217px;
}
.formouter{
    border-right: 2px solid #ff9800;
    background:#2a3693;
    color: white;
    border: 2px solid #ff9800;
    border-radius: 30px;

}
.sdf_inner{
    display: inline-flex;
    padding: 33px 20px;
    cursor: pointer;

}
.formouter:hover{
       background: #ff9800;
}
@media screen and (max-width: 880px) {
  .formouter{
   border: none;
   border-bottom:2px solid red;
  }
}



/*  Process_step */
.Process_card{
     border: 10px solid white;  
}
.Process_card:hover{
 
    border-right: 10px solid blue;
}

.process_parent{
    position: relative;
    border-left: 12px solid darkblue;
}
.process_child:before{
    content: " ";
    background: #ddd;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #fff;
    left: -13px;
    width: 14px;
    height: 14px;
    z-index: 1;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

/* Banner down Process

#BProcess p{
    color: black; 
     font-size: 20px;
    margin-top: 20px;
    font-weight: 500;
    padding: 10px;
}
#BProcess p:before{
   content: "\f058";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 300;
    text-decoration: inherit;
    color: #24374e;
    padding-right: 5px;
    font-size: 42px;
    position: absolute;
    top: 10px;
    left: -26px;

}
#BIProcess p{
    color: white; 
    font-size: 20px;
    margin-top: 20px;
    font-weight: 500;
    padding: 10px;
}
#BIProcess p:before{
   content: "\f058";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 300;
    text-decoration: inherit;
    color: white;
    padding-right: 5px;
    font-size: 42px;
    position: absolute;
    top: 10px;
    left: -26px;

}
 */

 /*pay form*/


.payforms{

    background: #8080800f;
    padding: 15px;
    border-radius: 12px;
    margin: auto;
    border-top: 73px solid #05058feb;
    position: relative;
    border-bottom: 6px solid #FF9800;

}
.payform{
     border: none;
     border-bottom: 2px solid blue;
     width: 100%;
     margin: 18px 18px;
 }

.button, input {
    border-radius: 20px;
    padding: 5px 20px;
 

}
.pay_table{
    width: 60%;
    margin: auto;
    background: darkblue;
    color: white;
    border-radius: 20px;
    padding: 40px;

}

.pay_table tr td{
   padding: 10px 20px;
}
.pay_table tr td h5{

}
.pay_table tr td p{
    text-align: left;
}
.pay_button{
  
    margin-top: 5px;  
    text-align: center;

}
.pay_button input{
    border-radius: 20px;
    color: white;
    padding: 5px 20px;
    border: 2px solid #ff9800;
    background: darkblue;
}
.customer_details{
    text-align: center;
    position: absolute;
    top: -14%;
    font-size: 28px;
    font-weight: 660;
    color: white;

}
#payfooter{
    margin-top: 100px;
}