.form-label {
    margin-bottom: 2px;
}
form .error {
    border: 2px solid #EC5A5A;
}
form .error-msg, 
form .err,
.required {   
    color: #EC5A5A;
    font-size: 16px;
}
/* placeholder */
input::placeholder,
textarea::placeholder {
  /* color: #c7c7c7 !important; */
}

.text-decoration-line-bottom {
    border-bottom:none;
}
header .navbar-brand img {
    max-height: 75px;
}
header .header-top-bar {
    /* background: #6A7686; */
    background: #e7e4df;
    color: #a6a4a4;
}
.logo-col{
    
}
.info-col{  
    padding-top: 55px;
}
.quote-btn{
    background: #232323;
    display: inline-block;
    border: 2px solid #ccc;
    padding: 5px 10px;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: auto;
    font-family: var(--alt-font);
    font-weight: 500;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.quote-tel{
    color: #fff;
}

header .navbar-brand img {
    max-height: 100px;
}

@media (max-width: 576px) {
    .none-txt {
        display: none !important;
    }
    .tel-size{
        font-size: 14px;
    }
    header .navbar-brand img {
        max-height: 75px !important;
    }
    .info-col{  
        padding-top: 38px;
    }
}

@media (max-width: 991px) {
    .navbar.bg-transparent, 
    .navbar-modern-inner.bg-transparent, 
    .navbar-full-screen-menu-inner.bg-transparent {
        background:transparent !important
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #eee;
        opacity: 0.90;
        overflow: hidden;
        box-shadow: 0 20px 15px 0 rgba(23, 23, 23, 0.05);
        max-height: calc(100vh - 72px);
    }
}


.navbar-toggler-line {
    background: #fff!important 
}

.close {
    border: none;
    font-size: 30px;
    line-height: 30px;
    color: #e81f1f;
    border: 1px solid #ccc;
    border-radius: 50%;    
}

input, 
select, 
textarea, 
.form-control, 
.form-select {
    padding: 5px 10px;
    width: 100%;
    max-width: 100%;
    resize: none;
    outline: none;
    font-size: 16px;
    border: 1px solid #ccc;
    color: var(--medium-gray);
    line-height: inherit;
    word-break: normal;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.form-check-input {
    width: 18px;
    height: 20px;
    margin-top: 0.55em;
    vertical-align: top;
}
.price{
    font-size: 24px !important;
}
.package-duration{
    left: 0;
    right: 0;
    bottom: -15px;
    margin:0 auto;
    width:85%;
    background: #2961AF;
    color:#fff;
    border: 1px solid #2961AF;    
    text-transform: uppercase;
    font-size: 14px;
    z-index: 1000;
    padding: 2px 10px;
    border-radius: 10px;
}
.package-price{
    right:0;
    top: 0;
    background: #F10000;
    color:#fff;
    border: 1px solid #F10000;    
    text-transform: uppercase;
    font-size: 18px;
    z-index: 1000;
    padding: 2px 10px;
    border-radius: 10px 0px 0px 10px;
    font-weight: bold;
}
.package-modal{
    background: #d8e7d9;    
}
.cus-rating{
   color:#05c970!important;
}
.bg-base-color22{
    background: #f5ffd6;
    border: 1px solid #f5ffd6;    
}
.innerBannerHeight{
    height: 200px;
}
.innerPagePadding{
    padding: 45px 0;
}
.logo-slogan{
 position: absolute;
    top: 85px;
    left: 0;
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;
    text-align: center;
    width: 200px;
}
.equal-height{
    display: flex;
    flex-wrap: wrap;
}
.equal-height .content {
    height: 100%;
}

/**** contact *****/
.contact .info-box {
    color: #444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, .3);
    padding: 20px 0 30px 0;
}
.contact .info-box i {
    font-size: 32px;
    color: var(--color);
    border-radius: 50%;
    padding: 15px;
    border: 6px dotted #b3d1fa;
}
.contact .info-box h3 {
    font-size: 24px;
    color: #777;
    font-weight: 700;
    margin: 10px 0;
}
.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 0;
}

.card-title{
    font-size: 20px;
}
