/*UI07051988*/
.nav-link:focus, .nav-link:hover {
    color: #CCCCCC;
}
footer {
    background: #063142;
    padding: 8rem 0 0;
    overflow: hidden;
}

footer .container {
    display: var(--flex);
    flex-wrap: wrap;
}

.f-menu {
    width: 20%;
    padding-right: 3%;
    margin-bottom: 3rem;
}

.f-menu:nth-child(5) {
    width: 20%;
    padding-right: 0;
}

input.submit-btn {
    display: none;
}

footer span {
    color: var(--colorwhite);
    margin-bottom: 2rem;
    font-size: 1.8rem;
    font-weight: 600;
    display: block;
}

footer .f-menu h6 a {
    color: var(--colorwhite);
    margin-bottom: 0;
    font-size: 1.8rem;
    font-weight: 600;
    display: block;
    margin-bottom: 2rem;
}

footer .f-menu h6:first-child a {
    margin-top: 0;
}

.subscribe input.submit-btn {
    display: block;
    text-decoration: none;
    outline: none;
    color: var(--fontcolor);
    transition: 0.5s;
    font-size: 1.6rem;
}

footer .f-menu a span {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

footer .f-menu a {
    font-size: 1.5rem;
    color: #CCCCCC;
    font-weight: 300;
    display: block;
    padding: 0rem 0;
    position: relative;
    line-height: 2rem;
    margin: 1rem 0;
}

footer .f-menu a:hover {
    color: #fd0;
}

footer .f-menu p {
    color: #fff;
    font-size: 1.5rem;
    line-height: 2.4rem;
    font-weight: 300;
}

.f-menu h6 {
    margin-bottom: 2rem;
}

.f-menu-bottom {
    display: var(--flex);
    justify-content: space-between;
    width: var(--w-full);
    text-align: center;
    margin-top: 4rem;
    padding-top: 4rem;
    border-top: .2rem solid #ffffff1c;
}

.copyright {
    align-items: center;
    display: var(--flex);
    justify-content: center;
    margin-top: 2rem;
    padding: 5rem 0 7rem;
    border-top: .1rem solid #ffffff21;
}

.copyright .container {
    display: block;
}

.copyright p {
    color: var(--colorwhite);
    padding-bottom: 0;
    font-weight: 400;
    font-size: 1.4rem;
}


.copyright p span {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 400;
}

.copyright p a {
    display: inline;
    font-size: 1.4rem;
    font-weight: normal;
    color: #fff;
}

.follow-us {
    margin-top: 5rem;
}

.follow-us ul {
    display: flex;
    align-items: center;
}

.follow-us ul li {
    margin: 0 .6rem;
}

.follow-us ul li:first-child {
    margin-left: 0;
}

footer .f-menu .follow-us a {
    width: 2.7rem;
    height: 2.7rem;
    margin: .2rem;
    border-radius: .3rem;
    display: var(--flex);
    align-items: center;
    justify-content: center;
}

footer .f-menu .follow-us a::before,
.copyright a::before {
    display: none;
}

.copyright a:hover,
footer .f-menu .follow-us a:hover {
    padding-left: 0;
}

.follow-us a:hover {
    padding: 0;
    transform: translateY(-0.5rem);
}

.mobile-bottom-menu {
    display: none;
}

.other-link span {
    display: none;
}

.app-btn {
    margin-top: 1rem;
}

footer .f-menu .app-btn a {
    margin: 0;
}

.mobile-menu {
    display: none;
}

.footer-contact ul li {
    display: flex;
    align-items: top;
    position: relative;
    margin-bottom: 2rem;
    color: #fff;
}

.footer-contact ul li a {
    font-size: 1.8rem;
    line-height: 2.5rem;
    color: var(--colorwhite);
    font-weight: 500;
    margin: 0;
    padding-top: 0;
}

.footer-contact ul li:nth-child(3) a {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 300;
}

.footer-contact ul li span {
    margin-bottom: 0;
    padding-right: 2rem;
    padding-top: 0.4rem;
}

.f-menu:last-child {
    padding-right: 0;
}

.follow-us span {
    display: block;
    margin-bottom: 1.5rem;
}

.btm-ftr-right ul {
    display: flex;
    align-items: center;
}

.btm-ftr-right ul li {
    font-size: 1.5rem;
    line-height: 2.4rem;
    color: #CCCCCC;
    font-weight: 300;
    margin-left: 3rem;
    display: inline-block;
}

.btm-ftr-right ul li a {
    color: var(--colorwhite);
    padding-left: 0.3rem;
}

.btm-ftr-right ul li a:hover {
    color: var(--yellowcolor);
    padding-left: 0.3rem;
}

.subscribe {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-input {
    width: 63%;
    position: relative;
    display: flex;
    align-items: center;
}

.footer-input .form-control {
    border-radius: 0;
    height: 5.5rem;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 300;
    background: rgba(0, 0, 0, 0.2);
    color: #CCCCCC;
    border: none;
    padding: 0.375rem 0.75rem 0.375rem 2rem;
    margin-left: 1rem;
}
.subscribe form{width: 310px;}
.footer-input input::placeholder {
    color: #CCCCCC;
}

.subscribe .submit-btn {
    position: absolute;
    background: transparent;
    border: none;
    right: 48px;
    top: 25%;
}

.footer-input input+img {
    position: absolute;
    top: 0;
    right: 7rem;
}
.footer-input span.sbcrbmsg{position: absolute;left: 2rem;bottom: -3rem;font-size: 11px;font-weight: 400;}
.subscribe{position: relative;}
/* .subscribe .submit-btn {
    position: relative;
}

.subscribe .submit-btn .ftr-submit {
    position: absolute;
    right: 3rem;
    width: 2rem;
    text-align: center;
    top: 0;
} */

.subscribe span {
    margin-bottom: 0;
}

.mobile-menu .f-menu.Follow_menu {
    display: none;
}
.f-menu span a {
    margin-bottom: 2rem;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    margin-top: 0;
}
.whatsapp-btn {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 9;
    transition: .3s;
}
.whatsapp-btn img {
    width: 5rem;
}
.departmentstabssss p {
    max-width: 31rem;
    margin: 0px 31px 0px auto;
}

@media (max-width: 1399px) {
    .footer-contact ul li a,
    footer .f-menu h6 a {
        font-size: 1.6rem;
    }
    .btm-ftr-right ul li {
        margin-left: 1rem;
        font-size: 1.4rem;
    }
    .f-menu {
        padding-right: 2%;
    }
    footer span {
        font-size: 1.4rem;
    }
    .subscribe .submit-btn {
        right: 0;
    }
    .departmentstabssss p {
        max-width: 28rem;
        margin: 0px 0 0px auto;
    }
}

@media (max-width: 1199px) {
    footer .f-menu a,
    footer .f-menu p {
        font-size: 1.2rem;
        padding: 0;
    }
    footer .f-menu h6 a {
        font-size: 1.5rem;
    }
    .footer-contact ul li a {
        font-size: 1.6rem;
    }
    .footer-contact ul li span {
        padding-top: 0;
    }
    .footer-contact ul li:nth-child(3) a {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
    .departmentstabssss p {
        max-width: 23rem;
    }
}

@media (max-width: 991px) {
  
     .footer-input .form-control{margin-left: 0;}
    /*Footer Mobile Sticky*/
    .subscribe .submit-btn{right: 2%;}
    .subscribe form {
    width: 100%;
}
    .mob-btn-orng {
        background-color: #FF6600;
        border-radius: 50px;
        padding: 1.8rem 3rem;
        color: var(--colorwhite);
        margin-top: 8rem;
        display: inline-block;
        font-size: 1.6rem;
        line-height: 2.4rem;
        font-weight: 600;
        margin-bottom: 3rem;
    }
    .mob-btn-orng.chat-btn-orng {
        padding: 1.8rem 6rem;
    }
    .mob-btn-orng.chat-btn-orng span {
        padding-right: 1rem;
    }
    .mob-btn-orng span {
        padding-left: 1rem;
    }
    .mob-contact {
        margin: 2rem 0 5rem;
    }
    .contact-mobile.backg {
        padding: 0 3rem;
    }
    .addr-mob-cont {
        margin: 12rem 4rem 4rem;
    }
    .addr-mob-cont ul li span {
        padding-right: 2rem;
        width: 10%;
    }
    .addr-mob-cont ul li {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 2rem;
    }
    .addr-mob-cont ul li p {
        color: var(--colorwhite);
        font-size: 1.8rem;
        font-weight: 200;
        text-align: left;
        width: 90%;
    }
    .addr-mob-cont ul li p a {
        color: var(--colorwhite);
        font-size: 2.4rem;
        margin-bottom: 1rem;
    }
    .mob-contact p a {
        color: var(--colorwhite);
        font-size: 2.4rem;
        line-height: 2.9rem;
        font-weight: 400;
    }
    .mob-contact span {
        color: #0099FF;
        font-size: 1.8rem;
        line-height: 2.1rem;
        font-weight: 500;
        display: block;
        margin: 1.6rem 0;
    }
    .accordion_mobile .accordion-item {
        background: none;
    }
    .link-mob-cont {
        position: relative;
    }
    .link-mob-cont::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -70px;
        background-color: #70707080;
        width: 100%;
        height: 1px;
        margin-bottom: 30px;
    }
    .link-mob-cont ul li {
        color: var(--colorwhite);
        font-size: 2.8rem;
        line-height: 6rem;
        font-weight: 500;
        margin-bottom: 1rem;
    }
    .accordion-header {
        margin-bottom: 0;
    }
    .accordion_mobile .accordion-button {
        color: #fff;
        font-size: 2.5rem;
        font-weight: 600;
        border-radius: 1rem;
        padding: 2.2rem 3rem;
        margin-bottom: 1rem;
        border-bottom: 1px solid #000;
    }
    .accordion_mobile .accordion-button::after {
        width: 9px;
        height: 16px;
        background-image: url(../images/mob-arrw.png);
        transition: 0.5;
    }
   
    .accordion_mobile .accordion-button.plus {
        color: #fff;
        font-size: 2.5rem;
        font-weight: 600;
        border-radius: 1rem;
        padding: 1.5rem;
        text-align: left;
        background: #333333;
        margin-bottom: 0;
    }
    .accordion-button:not(.collapsed)::after {
        background-image: url(../images/mob-arrw.png);
        transform: rotate(90deg);
        transition: 0.5;
    }
    .accordion_mobile .accordion-button.plus::after {
        width: 18px;
        height: 18px;
        background-image: url(../images/mob-plus-icon.svg);
        transition: 0.5;
    }
    .accordion-button.plus:not(.collapsed)::after {
        background-image: url(../images/mob-minus-icon.png);
        transform: rotate(180deg);
        transition: 0.5;
    }
    .accordion-body {
        padding: 1rem 1.25rem;
    }
    .accordion-body ul {
        padding-left: 4rem;
    }
    .accordion-body ul li {
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin-bottom: 1.4rem;
        color: var(--colorwhite);
        text-align: left;
        font-weight: 500;
        position: relative;
    }
    .accordion-body ul li a {
        color: var(--colorwhite);
    }
    .accordion-body ul li::before {
        content: "";
        position: absolute;
        left: -2rem;
        top: 30%;
        width: 5px;
        height: 5px;
        background-color: #004E98;
    }
    .accordion_mobile p {
        color: #fff;
        padding-left: 2rem;
        text-align: left;
    }
    .subscribe span {
        display: none;
    }
    .footer-input {
        width: 100%;
        margin-top: 3rem;
    }
    .btm-ftr-right ul li {
        margin-left: 0;
    }
    .btm-ftr-right ul {
        display: block;
        margin-top: 2rem;
    }
    footer .container {
        padding: 0 5%;
    }
    .mobile-menu.f-menu .small-btm:nth-child(3) {
        border-top: none;
        padding-top: 0;
    }
    .mobile-menu.f-menu .small-btm:nth-child(2) {
        padding-bottom: 0;
    }
    .mobile-bottom-menu {
        background: #2858A1;
        position: fixed;
        bottom: 0;
        z-index: 9999;
        width: 100%;
        display: block;
    }
    .mobile-bottom-menu>ul {
        align-items: flex-end;
        display: flex;
        justify-content: space-between;
        list-style: none;
        margin: 0;
        z-index: 999999;
        position: relative;
    }
    .mobile-bottom-menu ul p,
    .mobile-bottom-menu ul figure {
        margin: 0;
        color: #fff;
        transition: 0.3s;
    }
    .mobile-bottom-menu ul figure {
        margin-bottom: 1.5rem;
        height: 2rem;
    }
    .mobile-bottom-menu>ul>li {
        text-align: center;
        transition: 0.3s;
        width: 25%;
        background: #004E98;
        border-right: .1rem solid #004E98;
    }
    .mobile-bottom-menu>ul>li a {
        padding: 20px 0;
        display: block;
    }
    .togglee.active {
        background: #2A2A2A;
    }
    .mobile-bottom-menu>li a:hover {
        background: #154082;
    }
    .mobile-bottom-menu ul p {
        font-size: 12px;
        color: #fff;
        margin-top: -4px;
        padding: 0;
    }
    .goback a {
        background-image: linear-gradient(#0161A0, #0676C0);
    }
    .mobile-bottom-menu ul li:hover figure {
        transform: translateY(2px);
    }
    .mobile-bottom-menu ul li:last-child {
        border-right: 0;
    }
    .call-mobile {
        background: #2A2A2A;
        position: absolute;
        bottom: 0rem;
        left: 0;
        transition: 0.5s;
        width: 100%;
        transform: translateY(100%);
        height: 0;
    }
    .call-mobile.show {
        transform: translateY(0);
        height: 100vh;
    }
    .contact-mobile {
        width: 100%;
        height: 100%;
        padding: 6rem 0 10rem;
        text-align: center;
        overflow-y: auto;
        max-height: 100%;
    }
    .contact-mobile blockquote {
        font-size: 5.7rem;
        line-height: 6.7rem;
        font-weight: 700;
        color: rgba(255, 255, 255, 0.2);
        letter-spacing: -1.43px;
        margin: 0 auto 8rem;
        position: relative;
    }
    .contact-mobile blockquote::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -50px;
        background-color: #70707080;
        width: 100%;
        height: 1px;
    }
    .link-mob-cont a {
        font-size: 2.1rem;
        margin-top: 1rem;
        color: #fff;
        font-weight: 600;
    }
    .box-mob {
        padding: 4rem;
        background: #ffffff0a;
        margin-top: 3rem;
    }
    .enquiry-mobile {
        background: #2A2A2A;
        padding: .5rem 0;
        position: absolute;
        bottom: 0rem;
        left: 0;
        transition: 0.5s;
        width: 100%;
        transform: translateY(100%);
        height: 0;
    }
    .enquiry-mobile.show1 {
        transform: translateY(0);
        height: 100vh;
    }
    .enquiry-form-mob .form-control {
        border: 0;
        border-bottom: .1rem solid #ffffff26;
        padding: 1rem 0;
        font-weight: 600;
        font-size: 1.8rem;
        background-color: transparent;
        border-radius: 0;
    }
    .enquiry-form-mob .form-group {
        margin: 1rem 0;
    }
    .enquiry-form-mob .button-form {
        text-align: left;
    }
    .enquiry-form-mob .button-form a {
        letter-spacing: 3.6px;
        font-size: 1.8rem;
        font-weight: 600;
        text-transform: uppercase;
        display: inline-block;
        background: #D9B165;
        color: #fff;
        padding: 1rem 3rem;
        border-radius: .2rem;
    }
    .insurance-mobile {
        background: #2A2A2A;
        position: absolute;
        bottom: 0rem;
        left: 0;
        transition: 0.5s;
        width: 100%;
        transform: translateY(100%);
        height: 0;
    }
    .insurance-mobile.show2 {
        transform: translateY(0);
        height: 100vh;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
    }
    .mobile-menu-mob {
        text-align: center;
        width: 100%;
        overflow-y: auto;
        max-height: 100%;
        padding: 5rem 8rem 10rem;
    }
    .mobile-menu-mob a {
        font-size: 1.8rem;
        color: #fff;
        font-weight: 600;
        margin: 1rem 0;
    }
    .mobile-menu-mob .menu-ul-ftr a {
        padding: 1rem 0;
        letter-spacing: 1.8px;
        text-transform: uppercase;
    }
    .brochure-mobile {
        background: #2A2A2A;
        position: absolute;
        bottom: 0rem;
        left: 0;
        transition: 0.5s;
        width: 100%;
        transform: translateY(100%);
        height: 0;
    }
    .brochure-mobile.show3 {
        transform: translateY(0);
        height: 100vh;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
    }
    .mob-black-menu {
        padding: 3rem 4rem 3rem;
        position: relative;
    }
    .mob-black-menu::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 1px;
        background-color: #70707080;
        bottom: 0;
    }
      .mob-black-menu ul li
      {
        text-align: left;
      }
    .mob-black-menu ul li a {
        color: var(--colorwhite);
        font-size: 2.4rem;
        line-height: 6rem;
        font-weight: 500;
        
    }
    .mob-gray-light-menu {
        padding: 3rem 4rem 14rem;
    }
    .mob-gray-light-menu ul li a {
        color: var(--colorwhite);
        font-size: 2.1rem;
        line-height: 6rem;
        font-weight: 300;
        text-align: left;
    }
    .accordion_mobile {
        padding: 0 3rem;
    }
    .accordion_mobile.f-wdth {
        padding: 0;
        background-color: #333;
        padding: 3rem 3rem;
    }
    .contact-mobile.t-hight {
        padding: 0;
    }
    .contact-mobile.backg .accordion_mobile {
        padding: 0;
    }
    .contact-mobile.t-hight .accordion-button {
        border-bottom: 0;
    }
    footer {
        margin-bottom: 7rem;
        padding: 5rem 0 0;
    }
    .f-menu,
    .app-btn {
        display: none;
    }
    .mobile-menu,
    .f-menu.Follow_menu {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .mobile-menu .menu-ul-ftr a {
        font-size: 2.1rem;
        font-weight: 600;
        padding: 1rem 0;
        line-height: 3.6rem;
        color: #fff;
        margin: 0;
        width: 50%;
    }
    .mobile-menu .menu-ul-ftr {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        text-align: left;
    }
    .mobile-menu .small-btm a {
        font-size: 1.8rem;
        padding: .3rem 0;
        width: 50%;
        color: #fff;
    }
    .small-btm {
        padding: 4rem 0;
        margin-top: 4rem;
        border-top: .2rem solid #ffffff1a;
        display: flex;
        flex-wrap: wrap;
        text-align: left;
    }
    footer .Follow_menu span {
        margin-bottom: 1rem;
        font-size: 1.4rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1.4px;
    }
    .copyright {
        margin-top: 1rem;
        padding: 2rem 0 6rem;
        border-color: #ffffff1f;
    }
    footer .container {
        text-align: center;
    }
    .copyright p {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width:575px) {
    .footer-input {
    width: 97%;}
    .contact-mobile blockquote {
    font-size: 4rem;
    line-height: 4rem;}
   
    .mob-black-menu ul li,
    .mob-gray-light-menu ul li {
        line-height: 4.5rem;
        font-size: 1.8rem;
    }
    .accordion_mobile .accordion-button,
    .accordion_mobile .accordion-button.plus,
    .addr-mob-cont ul li p a {
        font-size: 1.8rem;
    }
    .link-mob-cont ul li {
        line-height: 4rem;
    }
    .accordion_mobile .accordion-button {
        padding: 2.2rem 0rem;
    }
    .accordion_mobile.f-wdth {
        padding: 3rem 2rem;
    }
    .mobile-menu .menu-ul-ftr a {
        font-size: 1.8rem;
    }
}

@media (max-width:360px) {
    .footer-input {
    width: 100%;
}
    .contact-mobile blockquote {
    font-size: 3rem;
    line-height: 4rem;}
    .addr-mob-cont {
    margin: 10rem 3rem 4rem;
}
.contact-mobile blockquote {
    margin: 0 auto 7rem;}
.contact-mobile blockquote::before {
    bottom: -40px;}
    .contact-mobile {
    padding: 4rem 0 10rem;}
    .mobile-menu .menu-ul-ftr a {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
    .mobile-menu .small-btm a {
        font-size: 1.6rem;
        line-height: 1.6rem;
    }
    .btm-ftr-right ul li {
        font-size: 1.3rem;
    }
    .testi-right p {
        margin-bottom: 2rem;
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
    
}



