body{
    font-family: -apple-system, BlinkMacSystemFont,"khand", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
p, span, a, ul, li {
    font-size: 1em;
}
.main-table p {
    padding-left: 0px;
}
    .bottom-acal-btn .acal_btn {
    display: inline-block;
    position: fixed;
    bottom: 90px;
    z-index: 9999998;
    right: 0;
    left: auto;
    transition: all .3s ease-in-out
}

.bottom-acal-btn .acal_btn a {
    width: 60px;
    height: 60px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    line-height: 60px;
    margin-right: 20px;
    font-size: 30px;
    color: #25d366;
    box-shadow: rgba(0, 0, 0, .15) 0 3px 12px
}
.head-top {
    width: 100%;
}
.head-logo {
    width: 100px;
    margin-left: -15px;
    }
.inHeader .head-left {
    width: 125px;
    margin-top: 45px;
    }
.head-top .in-head-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}
.inhead .in-head-top{
    width: 200px;
    
}
.head-top .in-head-top .head-marq {
    width: 80%;
    padding: 8px 0px
}

.head-top .in-head-top .head-marq marquee {
    color: #fff;
    font-size: 13px;
    line-height: normal
}

.head-top .in-head-top .head-btn {
    padding: 5px 20px;
    width: 20%;
    height: 40px;
    position: absolute;
    right: 10%;
    top: 0px;
}

.head-top .in-head-top .head-btn a {
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    width: max-content;
    float: left;
    margin-left: 15px;
}

.head-top .in-head-top .head-btn:before {
    position: absolute;
    content: "";
    width: 20px;
    top: 0;
    left: 0;
}

.inHeader {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.inHeader .head-left {
    width: 125px;
    margin-top: 25px;
}
@media screen and (max-width: 425px) {
    .inheader .head-left{
        margin-top: 45px;
    }@media screen and (max-width: 425px)
.inHeader .head-right {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
    margin-bottom: 7px;
}

.head-icon-only-ul {
    list-style-type: none;
}

.head-text-ul {
    list-style-type: none
}

.head-text-ul ul li {
    display: inline-block;
    margin-right: 10px
}

.head-text-ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding-left: 15px;
    position: relative
}

.head-icon-only-ul li a i {
    font-size: 20px
}

.inHeader .head-right .head-info {
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    height: 80%;
    border-left: 2px solid #eee;
}

.inHeader .head-right .head-info p {
    margin-bottom: 0px
}

.inHeader .head-right .head-info .head-text {
    width: 100%;
    font-size: 1.1em;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    text-align: center;
}

.inHeader .head-right .head-info .head-text i {
    font-size: 1.5em;
    color: #F49B18
}

.inHeader .head-right .head-info .head-data {
    width: 100%;
    font-size: 1em;
    text-align: center;
}
.in-head-top {
    width: fit-content;
    position: absolute;
    background: #f2f2f2;
    right: 10%;
    padding: 5px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 30px;
}
.in-foot-data .inhead-icon-only-ul {
    list-style-type: none;
    margin: 0;
    width: fit-content;
    text-align:left;
    }
div#\:0\.targetLanguage {
        display: flex;
        flex-wrap: wrap;
    }    
.inhead-icon-only-ul li {
    display: inline-block;
    margin-right: 10px
}
.inhead-icon-only-ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: .2s ease-in-out;
    color: #f49b18;
}
.inhead-icon-only-ul li a i {
    font-size: 20px
}
.inhead-icon-only-ul li a:hover {
    background-color: #185988;
    color: #fff
}
.inhead-icon-only-ul {
        text-align: center;
        padding: 0;
        width: 175px;
    }
.inhead .inhead-icon-only-ul li {
        margin: 0px 5px 5px 5px;
    }
    
/* Footer logo alignment */
.foot-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 15px;
}

.left-logo .foot-logos img {
  max-height: 90px;       /* Adjust height as needed */
  width: auto;
  object-fit: contain;
}
.right-logo .foot-logos img {
  max-height: 100px;       /* Adjust height as needed */
  width: auto;

}
.left-logo,
.right-logo {
  flex: 1 1 45%;           /* Each takes roughly half width */
  display: flex;
  align-items: center;
}

.left-logo {
  justify-content: center;
}

.right-logo {
  justify-content: center;

}

/* Responsive adjustment for small screens */
@media (max-width: 768px) {
  .foot-logos {
    flex-direction: column;
    align-items: center;
  }
  .left-logo,
  .right-logo {
    justify-content: center;
  }
}    
@media screen and (max-width: 980px) {
    .head-top .in-head-top .head-marq {
        width: 100%
    }
    .head-top .in-head-top .head-btn {
        display: none
    }
    .inHeader {
        flex-wrap: wrap;
        justify-content: flex-start
    }
    .inHeader .head-right {
        display: none
    }
    .acp-info p i .fa{
        font-size:2em;
    }
}

@media screen and (max-width: 425px){
    h2 .main-head:after {
    background-size: 100% 100%;
    width: 90%;
    height: 30px;
    }
    .in-head-top {
        position: absolute;
        margin-top: 0px;
        width: 14em;
    }
    .inhead-icon-only-ul {
            list-style-type: none;
            margin: auto;
            width: 175px;
            padding: 0;
        }
    .inheader .head-left{
        margin-top: 45px;
        margin-left: auto;
        margin-right: auto;
    }
}
.head-btn{
    display: none;
}
@media screen and (max-width: 480px) {
    .facilities-wrapper .facilitie-box-wrap .facilitie-box {
        width: 40%;
    }
}
@media screen and (max-width: 425px) {
    .facilities-wrapper .facilitie-box-wrap .facilitie-box .fac-icon-box {
        width: 125px;
        height: 125px;
        line-height: 100px;
        padding: 0;
    }
}
@media screen and (min-width: 1024px) {
    .web-msg-img {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: calc(1080/100vw * 10)px center;

}
    .web-msg-quote{
        width: 60%;
    }
    .web-msg-quote p {
        width: 100%;
        height: 209px;
        font-size: 28px;
        color: #185988;
        padding: 36px;
        background-color:rgba(255, 255, 255, 0.75);

    }
    
}
.bottom-con-btn .whatsapp_btn {
    bottom: 165px;
}