.contact-mobile-info {
    
    padding: 0 15px;
    /* height: 1000px; */
}

.contact-mobile-info .heading {
    font-size: 28px;
    text-align: center;
    padding-top: 100px;
}
.contact-mobile-list {
    margin-top: 15px;
    margin-right: 10px;
    height: calc(100vh - 400px);
    overflow: scroll;

}

.contact-mobile-list .list-item {
    color: var(--gray);
    margin-bottom: 15px;
    font-size: var(--size-md);
}

.contact-mobile-list .list-item img {
    margin-left: 15px;
}
.social-list {
    padding-top: 20px;
    border-top: 1px solid var(--gray);
    margin-top: 20px;
}
.social-list > ul {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

li:nth-child(1) > span {
    padding-top: 13px;
    width: 87%;
    text-align: right;
}

.social-list .list-item {
    
    padding: 10px;
}
.list-item > a {
    text-align: left;
    color: #6d6e71;
    display: flex;
    flex-wrap: inherit;
}

.social-list .list-item .text {
    margin-top: 10px;
    color: var(--text);
    margin-right: 10px;
}
/* map */
.map{
    padding: 10px;
    width: 100%;
    height: 300px;
}
.container > iframe {
    width: 100%;
    height: 850px;
    padding-top: 20px;
    margin-bottom: 70px;
}
/* faq */
.faq {
    margin-bottom: 31px;
    /* height: 850px !important; */
    padding-top: 100px;
    padding-bottom: 55px;
}
.faq-form {
    flex: 0 0 537px;
    width: 100%;
    padding: 0 15px;
}
.faq-text {
    flex: 0 0;
    padding: 0 15px;
    text-align: center;
}
.faq-text .heading {
    font-size: 16px;
    color: var(--red);
}
.faq-text .h2 {
    font-size: 22px;
    color: var(--black);
    padding-top: 18px;
}
.faq-text .faq-info {
    display: block;
    font-size: 13px;
    color: var(--gray);
    padding: 18px 0 20px 0;
}

.form-Q {
    width: 100%;
}
.faq-li-border {
    border: 2px solid var(--red);
    margin-bottom: 15px;
    border-radius: 5px;
}

.collapsible {
    background-color: var(--white);
    cursor: pointer;
    padding: 12px 12px 12px 15px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    position: relative;
    padding-left: 30px;
}

.active,
.collapsible:hover {
    background-color: var(--white);
}

.content {
    padding: 0 18px;
    background-color: var(--white);
    background-image: linear-gradient(
        0deg,
        rgba(237, 28, 36, 0.05) 0%,
        rgba(237, 28, 36, 0) 100%
    );
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    max-height: 0;
}
.collapsible:after {
    font-family: 'LineIcons';
    content: "\ea5a";
    position: absolute;
    /* right: 5px; */
    font-size: 10px;
    /* display: inline-block; */
    transition: all 0.3s ease-in-out;
    float: left;
    top: -30px;
    font-weight: bolder;
    color: var(--red);
    left: 15px;
    top: 20px;
}

.active:after {
    content: "\2212"; /* Unicode character for "minus" sign (-) */
}

/* bottom menu */
.bottom-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 0.5px solid var(--gray);
    background-color: #fdfdfd;
    position: fixed;
    bottom: 0px;
    width: 100%;
    font-size: 10px;
    color: var(--gray);
    padding: 10px 0px 0;
}
.circle-btn {
    width: 77px;
    height: 77px;
    border-radius: 100%;
    background-color: var(--red);
    box-shadow: 0px 4px 4px 0px rgba(237, 28, 36, 0.25);
    margin-top: -35px;
}
.circle-btn > a {
    color: var(--white);
    font-size: 10px;
}
.circle-btn > a > span {
    padding: 0px 12px;
}
.circle-btn > a > img {
    padding: 9px 25px;
}

.contact-m-menu,
.map-m-menu,
.asked-questions-menu,
.back-home-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    border-bottom: 5px solid #fdfdfd;
    color: var(--gray);
}
.menu-icons {
    width: 24px;
    height: 24px;
}
.menu-red-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0 10px;
}

.contact-m-menu > span,
.map-m-menu > span,
.asked-questions-menu > span,
.back-home-menu > span {
    margin-top: 10px;
    font-size: 10px;
}
.contact-mobile-list svg{
    margin-left: 15px;
}
.swiper-slide{
    align-items: flex-start !important;
}
.list-item  img{
    width: 20px;
}
.redTitle{
    font-weight: 700 !important;
    font-size: 24px !important;
    color: #ED1C24 !important;
    padding: 15px 0;
}
.secondBlackTitle{
    color: #222222 !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    padding-bottom: 15px;
}
.contact-content-box p{
    color: #6D6E71;
    font-size: 12px;
    padding: 5px 0 20px;
}
.companies-swiper-box{
    width: 390px;
    overflow-x: auto;
    padding-top: 57px;
}
.number-row{
    padding-bottom: 10px;
    
    font-weight: 500;
    font-size: 16px;
}
.number-row a{
    color: #6D6E71;
}
.number-row a:focus{
    color: #ED1C24;
    text-decoration: underline;
}
.social-links-box a{
    padding: 0 25px;
}
.social-links-box{
    padding: 30px 0;
}
.number-row a{
    padding: 0 6px 10px;
    display: inline-block;
}
.bottemTItleBlack{
    padding-top: 28px;
}
.social-svg-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.svg-box {
    /* width: 132px; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    border-radius: 5px;
    transition: ease all 0.5s;
    color: #222222;
    height: 100px;
}
.svg-box a {
    /* padding-top: 10px; */
    color: #222222;
    font-size: 12px;
}
.svg-box:focus{
    background: rgba(237, 28, 36, 0.1);
    color: #ED1C24;
}
.svg-box:focus a{
    color: #ED1C24;
}
.svg-box:focus svg{
    fill: #ED1C24;
}
.company-social svg{
    transition: all ease 0.5s;
}
.company-social svg:focus path {
    fill: #ED1C24;
}
.instagramsvg:focus rect{
    fill: #ED1C24;
}
.instagramsvg:focus path{
    fill: white !important;
}
.phone_numbers li span {
    color: #6D6E71;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
}
.phone_numbers li img {
    margin-bottom: 15px;
    margin-left: 0 !important;
}
.phone_numbers li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 200px;
}

.phone_numbers {
    display: flex;
    justify-content: space-between;
    width: fit-content;
    padding: 0 15px;
}
#captchaContainer{
    display: flex;
}
.refressh{
    margin-top: 5px;
}
[data-bc-title-container] span{
    font-size: 13px;
}
[data-bc-schema-main-container]{
    padding-top: 15px;
    width: 90%;
    margin: 0 auto;
}
.counselContainer .contentsLinks input{
    border: 1px solid #6D6E71 !important;
}
.counselContainer .contentsLinks input[type="text"],.counselContainer .contentsLinks textarea{
    background: #ffffff;
    width: 115% !important;
}
.counselContainer .contentsLinks input[type="checkbox"]{
    width: auto !important;
}
.codeinputm{
    padding: 7px;
    margin: 0 11px;
}
.counselContainer .contentsLinks select{
    width: 115% !important;
}
.bulet{
    display: none;
}
.edge-mobile-sec2-middle-img{
    overflow-x: hidden;
}
.edge-mobile-sec2-middle-img *{
    text-align: center !important;
} 
.phone_numbers li span:hover{
    color: #ED1C24;
    text-decoration: underline;
}
.phone_numbers li svg{
    margin: 0 5px;
}
.last_item{
  grid-column: 1 / 3;
}
.list-item img{
  width: auto !important;
}
.contact-mobile-list{
  height: auto !important;
}
.red-menu-icon{
    display: flex;
}
#all2{
    height: 600px;
}
.mySlides {
    padding-top: 80px;
}
#message{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #17bd17;
    background: rgba(23, 189, 23,0.1);
    padding: 5px 10px;
    width: fit-content;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 20px;
    display: none;
    
}
.submit_schema{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.submit_schema svg{
    transform: rotate(180deg);
}
.qclass8{
    width: 90%;
    margin: 0 auto;
}
