@font-face {
    font-family: Axiforma;
    src: url(../font/Axiforma-Regular.woff2) format('woff2');
}
body {
    font-family: Axiforma, sans-serif !important;
}
 .blue-button {
    background-color: #800080;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .blue-button:hover {
    background-color: #b811b8;
  }
.color-blue{
    color: #284491
}
.querys .card {
    background: #800080;
    /* border-radius: 25px; */
    color: #fff;
}

.title-color {
    color: #800080;
}

.get-color {
    color: #800080;
}

.bg-color {
    background-color: #d3d0d4 !important;
}

/* .contact-uss {
    padding: 130px 0;
    margin-top: 8rem;
    margin-bottom: 3rem;
} */

.contact .heading h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    padding: 0;

}

.contact .heading h2 span {
    color: #a468c2;
}

.contact .heading p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 0 60px;
    padding: 0;
}

.contact .form-control {
    padding: 22px 10px;
    font-size: 14px;
    margin-bottom: 10px;
    background: #f9f9f9;
    border: 0;
    border-radius: 5px;
}
.contact .form-control::placeholder{
    color:#4e4e4e;
}

/* .contact button.btn {
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    background: #3270cc;
    color: #ffffff;
} */

.contact .title h3 {
    font-size: 18px;
    font-weight: 600;
}

.contact .title p {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 1.6;
    margin: 0 0 40px;
    margin-top: 6rem;
}

.contact .content .info {
    margin-top: 30px;
}

.contact .content .info i {
    font-size: 30px;
    padding: 0;
    margin: 0;
    color: #02434b;
    margin-right: 20px;
    text-align: center;
    width: 20px;
}

.contact .content .info h4 {
    font-size: 13px;
    line-height: 1.4;
}

.contact .content .info h4 span {
    font-size: 13px;
    font-weight: 300;
    color: #999999;
}

.back-color {
    background-color: #284491 !important;
}

iframe {
    border: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.gmap_canvas {
    height: 25em !important;
}

.review-bg2 {
    background-image: linear-gradient(45deg, rgb(227 218 255) 0, rgb(232 225 255) 21%, rgb(236 234 255) 21%, rgb(234 232 255) 30%, rgb(226 231 255) 30%, rgb(241 243 255) 35%, rgb(226 237 255) 35%, rgb(248 251 255) 51%, rgb(248 252 255) 51%, rgb(239 248 255) 72%, rgb(247 245 255) 72%, rgb(243 242 255) 81%, rgb(237 238 255) 81%, rgb(236 253 255) 100%);
}


.rc-anchor-normal .rc-anchor-content {
    height: 74px !important;
    width: 160px !important;
}

.rc-anchor-normal {
    height: 74px;
    width: 260px !important;
}

.rc-anchor-logo-portrait {
    margin: 10px 0 0 0px;
    width: 58px;
    /* -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; */
}

.rc-anchor-logo-portrait {
    margin: 8px 0 0 0px !important;
    width: 58px !important;
    /* -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; */
}

@media screen and (min-width: 378px) {
    .rc-anchor-normal .rc-anchor-content {
        height: 74px;
        width: 160px !important;

    }

    .rc-anchor-normal {
        height: 74px !important;
        width: 278px !important;
    }

    .rc-anchor-logo-portrait {
        margin: 10px 0 0 0px !important;
        width: 58px !important;

    }

   

}

@media screen and (max-width: 768px) {
    .rm {
        margin-top: 20rem !important;
    }

    /* .p-color {
        color: #fff !important;
    } */

    .gmap_canvas {
        padding-bottom: 20px !important;
    }
    #contact div i{
        line-height: 1.3;
    }
    #contact .col-10{
        margin-bottom: .75rem;
    }
    #contact .btn{
        width:100%; 
        margin-left:0 !important;
    }

    .rc-anchor-normal {
        /* height: 78px; */
        width: 276px;
    }
     .g-recaptcha {
        /* height: 300px !important; */
        width: 300px !important;

    }
    .contact-us{
        padding: 100px 0;
    }

}

.p-color {
    color: #27252a;
}

.error {
    border-color: red;
}

.error-message {
    color: red;
    font-size: 0.9em;
}