body{
    margin:0px;
    font-family: poppins;
}
a{
    text-decoration: none;

}

a.navbar-brand{
	width:280px;
}
/*---------nav bar --------*/
@media (min-width:992px){

    .navbar-nav{
        background-color: #017cc4;
        border-radius: 50px;
        box-shadow: #d2d1d1 0px 3px 0px;
    }
    .navbar-light .navbar-nav .nav-link{
        margin: 0px 6px;
        color: #ffffff;
    }
    a.navbar-brand{
        width:280px !important;
    }
    
}

.overlay-70:before {
    opacity: .7;
}
.overlay-primary:before {
    background-color: #286efb;
}
.overlay:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*-------------nav bar end ------*/
h1{
    font-size: 30px;
    font-weight: 700;
}
.signin-btn{
    border-radius: 50px;
    padding: 5px 35px;
}

section{
    padding: 60px 0px;
}
.mb-60{
    margin-bottom: 60px;
}

.heading h2 {
    font-size: 30px;
    font-weight: 700;
}

.heading span {
    font-size: 16px;
    font-weight: 500;
    color:#007cc4;
}

a.navbar-brand{
    width: 180px;
}



.btn1 {
 
    padding: 10px 80px 10px 40px;
    background-color: white;
    color: #000;
    border-radius: 50px;
    margin: auto;
    
  }
  .btn2 {
 
    padding: 10px 80px 10px 40px;
    background-color: white;
    color: #000;
    border-radius: 50px;
    margin: auto;
    
  }
 
  .ico {
    transition: all 0.5s;
    background-color: black;    
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 20px;
    position: absolute;
    margin-left: 40px;
    margin-top: -5px;
    font-size: 1.5em;
    position: relative;
  }

  .ico.ion-arrow, .ico1.ion-arrow{
    background-image: url("../images/right-arrow.png");
    background-repeat: repeat;
    background-position: center;
    background-size: contain;
    width: 34px;
    height: 34px;
    position: absolute;
  }


  .ico1 {
    transition: all 0.5s;
    background-color: black;    
    width: 40px;
    height: 40px;
    padding: 5px;
	color: #fff;
    border-radius: 20px;
    position: absolute;
    margin-left: 40px;
    margin-top: -5px;
    font-size: 1.5em;
    position: relative;
  }

/*---------------- footer ---------*/


footer-bottom{
    background-color: #dddddd;
    padding: 20px 0px;
    display: block;
    z-index: 0;
    position: relative;
}

footer-bottom::before {
    background-color: #bfbebe;
    content: "";
    display: inline-block;
    width: 50%;
    position: absolute;
    left: -5%;
    z-index: -1;
    height: 90px;
    border-radius: 0px 10px 0px 0px;
    transform: skewX(-20deg);
    top: -10px;
}

@media (max-width:991px){
h1{
    font-size: 20px !important;
}
}
.gray-bg{
    background-color: #f5f5f5;
    margin-top: 6.2rem;
    padding: 2rem 0rem;
}
.blue-txt{
    color: #017cc4;
}


/*---------scroll bar ---------*/
.scrollbar
{
	/*margin-left: 30px;*/
	float: left;
	height: 450px;
	width: 100%;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
}

.force-overflow
{
	min-height: 450px;
}
/*
 *  STYLE 4
 */

 #style-4::-webkit-scrollbar-track
 {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
     background-color: #F5F5F5;
 }
 
 #style-4::-webkit-scrollbar
 {
     width: 10px;
     background-color: #F5F5F5;
 }
 
 #style-4::-webkit-scrollbar-thumb
 {
     background-color: #000000;
     border: 2px solid #555555;
 }
 
 @media (max-width:928px){
    section {
        padding:10px 0px;
    }
    .banner,.gray-bg {
        margin-top:3rem;
    }
    .footeradd{
        margin:15px 0px;
    }
}
 
.pricing-box .price {
    background-color: #28ace2;
    width: 300px;
    padding: 10px 10px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: 600;
    border-radius: 25px;
    color:#080808;
}

.pricing-box-orange .price {
    background-color: #febc16;
}

#mobile_no{
    display: block;
    width: 100%;
    height: 45px;
    padding: .5rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dfe2e5;
    border-radius: 3px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;padding: 0.5rem  0.5rem;width:25%;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 11px;
}