@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
    url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Regular.woff') format('woff'),
    url('../fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
    url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Bold.woff') format('woff'),
    url('../fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Black.eot');
    src: local('Gilroy Black'), local('Gilroy-Black'),
    url('../fonts/Gilroy-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Black.woff') format('woff'),
    url('../fonts/Gilroy-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
.phone{
    color: #c90a48;
    font-weight: 700;
    font-size: 24px;
    display:flex;
    flex-direction: column;
    gap:8px;
}
.phone a{
    color: #c90a48;
}
.main-services .h2-title{
    font-size: 24px;
}
.main-pricing .h2-title{
    font-size: 24px;
}
.red{
    color: #c90a48;
}
.service-box {
    min-height: 274px;
}
.main-contact{
    margin-bottom: 50px;
}
.modal-body{
    padding: 30px;
}
.modal-content .sec-btn{
    background: #fff;
    color: #333;
}
.modal-content p{
    color: #fff;
}
.modal-content {
    color: #fff;
    background: #c90a48;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

}
@media only screen and (min-width: 767px) and (max-width: 1199px) {

}
@media only screen and (max-width: 767px) {
    .site-branding {
        width: 120px;
        left: 5px;
    }
    .toggle-button span{
        background: #c90a48;
    }
    .toggle-button{
        background: #fff;
    }
    .phone {
        color: #c90a48;
        font-weight: 700;
        font-size: 18px;
        position: absolute;
        right: 20%;
        margin-top: 20%;
        /* top: 28%; */
         gap:4px;
    }
    .video-play-icon{
        display: none;
    }
    .service-box {
        min-height: auto;
    }
}



