.whats-app {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 13px;
    left: 14px;
    background-color: #25d366;
    color: #fff !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    animation-name: pulsewala;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    display: flex;
    align-items: center;
    justify-content: center;
}

@-webkit-keyframes pulsewala {
    0% {
        -webkit-box-shadow: 0 0 0 0 #25d366;
        box-shadow: 0 0 0 0 #25d366;
    }
    80% {
        -webkit-box-shadow: 0 0 0 14px #25d36678;
        box-shadow: 0 0 0 14px #25d36678;
    }
}

@keyframes pulsewala {
    0% {
        -webkit-box-shadow: 0 0 0 0 #25d366;
        box-shadow: 0 0 0 0 #25d366;
    }
    80% {
        -webkit-box-shadow: 0 0 0 14px #25d36678;
        box-shadow: 0 0 0 14px #25d36678;
    }
}

.whats-app i {
    transition: 0.5s ease-in-out;
}

.footernew {
    z-index: 2;
    position: relative;
    padding: 50px 0 0;
    background-color: rgba(18, 21, 38, 1);
    font-family: "Product Sans";
}

.footernew_award {
    background-color: #ffff;
    display: block;
    border-radius: 14px;
    padding: 10px 0px;
}

.footernew_award img {
    max-height: 135px;
}

.social_icons {
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social_icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 6px;
    background-color: #fff;
    border-radius: 6px;
    height: 45px;
    width: 45px;
    transition: 0.3s ease-in-out;
}

.social_icons a img {
    max-width: 24px;
    transition: 0.3s ease-in-out;
}

.social_icons a .awardimgg {
    max-width: 40px;
    filter: unset !important;
}

.social_icons a:hover img {
    transform: scale(0.9);
    filter: invert(35%) sepia(100%) saturate(7471%) hue-rotate(197deg) brightness(100%) contrast(101%);
}

.footernew_mid {
    padding: 0px 0 50px;
    margin: 0px 0 0;
    border-bottom: 1px solid #f2f2f269;
}

.footernew_bottom {
    padding: 30px 0;
    border-bottom: 1px solid #f2f2f269;
}

.fnadd_right {
    width: 100%;
}

.fnadd_right span {
    color: #fff;
    font-weight: 800;
    font-size: 16px;
    display: block;
    margin-bottom: 3px;
}

.fnadd_left {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.fnadd_right strong {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    display: block;
    margin-bottom: 0px;
}

.fnadd_left img {
    max-width: 50px;
}

.fnadd_right p {
    color: #fff;
    font-weight: 500;
    margin-bottom: 4px;
    font-size: 13px;
}

.fnadd_right a {
    color: #ffff;
    font-weight: 700;
    font-size: 14px;
    display: block;
}

.footernew_address {
    text-align: center;
    padding: 20px 10px;
    background: rgba(5, 8, 26, 1);
    border-radius: 14px;
    min-height: 218px;
}

.menus_head {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.footernew_menuss li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
    transition: 0.5s all;
}

.footernew_menuss li:hover {
    transform: translateY(-5px);
}

.footernew_menuss li a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    display: block;
}

.footernew_menuss li::after {
    position: absolute;
    content: "";
    left: 4px;
    top: 7px;
    height: 9px;
    width: 9px;
    transition: 0.3s all;
    background-color: #ffffff;
    border-radius: 2px;
}

.footernew_menuss ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.copy_rightt {
    padding: 15px 0;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 22px;
}

.copy_rightt span {
    font-size: 30px;
    display: block;
    margin: 0 6px -10px 0px;
    line-height: 11px;
}

.footernew_top .row .col-auto {
    width: 13%;
    text-align: center;
}

.footernew_top .icons_adver {
    display: flex;
    justify-content: space-between;
}

.contactpopup_main {
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.contactpopup_form {
    width: 100%;
    padding: 40px 30px;
    position: relative;
    z-index: 1;
}

.contactpopup_heading {
    text-align: center;
}

.contactpopup_form form .form-group:last-child {
    text-align: center;
}

.contact_popup .modal-body {
    padding: 0;
}

.modal-content {
    border-radius: 20px;
}

.contact_popup .modal-dialog {
    width: 70% !important;
    margin: 80px auto;
    border-radius: 20px;
}

.contactpopup_heading h2 {
    color: rgba(18, 21, 38, 1);
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 10px;
}

.contactpopup_heading p {
    font-weight: 500;
    color: #08223a;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 14px;
}

.contactpopup_form .form-group .form-control {
    height: 50px;
    border-radius: 50px;
    border: 0;
    box-shadow: unset !important;
    padding: 10px 25px;
    background-color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    border: 1px solid rgba(177, 179, 184, 0.45);
    color: #1d1d1d;
}

.contactpopup_form .form-group textarea.form-control {
    height: 100px;
    border-radius: 20px;
    padding: 14px 25px;
    resize: none;
}

.contactpopup_form .form-group {
    margin-bottom: 20px;
}

.iprefer_main {
    margin-top: 15px;
}

.iprefer {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 2px solid rgba(18, 21, 38, 1);
    margin: 0;
    cursor: pointer;
    color: rgba(18, 21, 38, 1) !important;
    text-transform: capitalize;
}

.contactpopup_form .form-group select.form-control {
    appearance: none;
    color: #1d1d1d;
    background-image: url(../images/common_icons/arrow-down-s-line.svg);
    background-repeat: no-repeat;
    background-position: 93% center;
    background-size: 24px;
}

.contactpopup_form .form-group .form-control::-webkit-input-placeholder {
    color: #1d1d1d;
}

.contactpopup_form .form-group .form-control::-moz-placeholder {
    color: #1d1d1d;
}

.contactpopup_form .form-group .form-control:-ms-input-placeholder {
    color: #1d1d1d;
}

.contactpopup_form .form-group .form-control::-ms-input-placeholder {
    color: #1d1d1d;
}

.contactpopup_form .form-group .form-control::placeholder {
    color: #1d1d1d;
}

.contact_popup button.close {
    position: absolute;
    z-index: 2;
    right: 9px;
    top: 10px;
    opacity: 1;
    font-weight: 400;
    border: 0;
    font-size: 32px;
    color: #000;
    text-shadow: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50px;
}

.dmca_protected {
    text-align: right;
    display: flex;
    justify-content: end;
    align-items: end;
    gap: 20px;
}

.ctapopup_heading h2 {
    color: rgba(18, 21, 38, 1);
    font-weight: 800;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.ctapopup_heading p {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 18px;
}

.ctapopup_form .form-group .form-control {
    height: 50px;
    border-radius: 50px;
    border: 0;
    box-shadow: unset !important;
    padding: 10px 25px;
    background-color: #fff !important;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid rgba(177, 179, 184, 0.45);
    color: #1d1d1d !important;
}

.ctapopup_form .form-group .form-control::-webkit-input-placeholder {
    color: #1d1d1d;
}

.ctapopup_form .form-group .form-control::-moz-placeholder {
    color: #1d1d1d;
}

.ctapopup_form .form-group .form-control:-ms-input-placeholder {
    color: #1d1d1d;
}

.ctapopup_form .form-group .form-control::-ms-input-placeholder {
    color: #1d1d1d;
}

.ctapopup_form .form-group .form-control::placeholder {
    color: #1d1d1d;
}

.ctapopup_main.bg_new {
    background-color: #ebefff !important;
}

.ctapopup_form .form-group textarea.form-control {
    height: 100px;
    border-radius: 20px;
    padding: 14px 25px;
    resize: none;
}

.ctapopup_form .form-group select.form-control {
    appearance: none;
    color: #1d1d1d;
    background-image: url(../images/common_icons/arrow-down-s-line.svg);
    background-repeat: no-repeat;
    background-position: 93% center;
    background-size: 24px;
}

.ctapopup_form .form-group {
    margin-bottom: 20px;
}

.ctapopup button.close {
    position: absolute;
    z-index: 2;
    right: 9px;
    top: 10px;
    opacity: 1;
    font-weight: 400;
    border: 0;
    font-size: 32px;
    color: #000;
    text-shadow: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50px;
}

.ctapopup .modal-body {
    padding: 0;
}

.ctapopup .modal-dialog {
    max-width: 900px;
    width: 100%;
}

.ctapopupleft_main {
    position: relative;
    z-index: 1;
}

.ctapopup_left {
    padding: 40px 30px;
    width: 40%;
    background: transparent;
    position: relative;
    border-right: 8px solid #fff;
}

.ctapopupleft_main {
    position: relative;
    z-index: 1;
}

.ctapopup_left::after {
    position: absolute;
    content: "";
    bottom: 0;
    background-image: url(../images/updated/grid.svg);
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 0;
    background-size: 20px;
    background-repeat: repeat;
    filter: invert(1);
}

.ctapopup_form {
    width: 60%;
    padding: 30px 40px;
}

.ctapopup_main {
    display: flex;
}

.ctapopup_form .form-group select option {
    color: #05081a;
}

.abt_cmpny {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.abt_cmpny_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    height: 100px;
    width: 100px;
    margin-right: 20px;
    background-color: #fff;
}

.abt_cmpny_icon img {
    max-width: 70px;
    filter: invert(1);
}

.abt_txt strong {
    font-weight: 700;
    color: rgba(18, 21, 38, 1);
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
}

.abt_txt span {
    font-weight: 400;
    color: rgba(18, 21, 38, 1);
    display: block;
    font-size: 16px;
}

.ctapopup_form form .form-group:last-child {
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

.ctapopup_social {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    position: relative;
    z-index: 1;
}

.ctapopup_social a {
    display: inline-block;
    margin: 0 12px;
    height: 40px;
    width: 40px;
    background: rgba(5, 8, 26, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.ctapopup_social a img {
    filter: invert(1);
    transition: 0.3s all;
    max-width: 22px;
}

.ctapopup_social a:hover img {
    transform: rotateY(350deg);
}

.cookieNotice_main {
    position: fixed;
    bottom: 100px;
    width: 80%;
    padding: 26px;
    z-index: 99999999999999999 !important;
    border-radius: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0 0 0px #447dff75;
    background-color: #125aff;
}

.title-wrap h4 {
    font-size: 16px;
    font-weight: 600;
    font-family: "Product Sans";
    color: #ffffff;
    line-height: 23px;
    margin: 0px 0 10px;
}

.msg-wrap p {
    font-weight: 500;
    font-family: "Product Sans";
    color: #fff;
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 23px;
}

.btn-wrap .comman_btn {
    margin: 0;
    background: #fff;
    align-items: center;
    font-size: 13px;
    border-radius: 7px;
    padding: 4px 21px;
    border: 0;
    color: #000;
    font-weight: 700;
}

div#cookieNotice {
    height: 100vh;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    top: 0;
    right: 0;
    background-color: #0000004f;
    z-index: 9999999999999999999 !important;
    backdrop-filter: blur(3px);
}

div#closeIcon img {
    max-width: 30px;
    position: absolute;
    border-radius: 50px;
    right: -10px;
    top: -10px;
}

.buttn_adjust {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-wrap .Decline_btn {
    background: #f20 !important;
    color: #fff;
}

footer .newbtn_design {
    background: #1a81ff;
    color: rgba(255, 255, 255, 1) !important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    padding: 5px 55px 5px 25px;
    transition: 0.3s ease-in-out;
    position: relative;
    border: 0;
    text-transform: capitalize;
}

footer .newbtn_design img {
    max-width: 20px;
    position: absolute;
    right: 22px;
    animation: wobble 1s ease infinite;
    transition: 0.5s;
}

footer .newbtn_design:hover img {
    right: calc(100% - 50px);
}

footer .newbtn_design:hover {
    padding: 5px 25px 5px 55px;
}

footer .footernew {
    overflow: hidden;
}

.popupmail {
    color: rgba(18, 21, 38, 1) !important;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.popupmail img {
    margin-right: 8px;
}

.locationsrow {
    padding: 15px 0 0;
    border-bottom: 0;
    margin: 0;
}

.gmb_links a:hover {
    color: #1a81ff;
}

.gmb_links a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
    transition: 0.3s ease-in-out;
    padding-right: 10px;
    border-right: 1px solid #f2f2f269;
    margin-bottom: 0px;
    text-align: center;
}

.locationsrow .col-md-6 {
    padding: 0;
}

.contactinfo {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 17px;
}

.gmb_links a:last-child {
    border-right: 0;
}

.contactinfo a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
    transition: 0.3s ease-in-out;
    padding-right: 10px;
    border-right: 1px solid #f2f2f269;
}

.contactinfo a:hover {
    color: #1a81ff;
}

.contactinfo a:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}

a.dmca-badge {
    display: flex;
    justify-content: flex-start;
    padding-top: 15px;
}

.areasserve {
    z-index: 2;
    position: relative;
    padding: 50px 0 0;
    font-family: "Product Sans";
}

.areasserve .container {
    padding: 0px 0 50px;
    border-bottom: 1px solid #f2f2f269;
}

.areasserve .toparea {
    display: flex;
    gap: 30px;
    flex-direction: column;
    justify-content: flex-start;
}

.areasserve .menaera_head {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.areasserve ul.nav.nav-pills {
    background: #1a81ff;
    padding: 15px 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}

.areasserve .nav-pills>li.active>a,
.areasserve .nav-pills>li.active>a:focus,
.areasserve .nav-pills>li.active>a:hover {
    color: #000;
    background-color: #fff;
    border-radius: 16px;
}

.areasserve .nav-pills>li a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.areasserve .nav-pills>li:hover a {
    background-color: transparent;
}

.areasserve ul.gccloc {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
}

.areasserve ul.usaloc {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0;
}

.areasserve .main-loc li {
    padding: 25px 20px;
    color: #fff;
    cursor: pointer;
}

.areasserve .main-loc li h4 {
    font-weight: 800;
    font-size: 16px;
    color: #fff;
    margin-bottom: 12px;
    display: block;
}

.areasserve .main-loc li p {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
}

.areasserve .main-loc li span {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.areasserve .main-loc li .addetail {
    position: relative;
    display: inline-block;
}

.addetail::before {
    content: "";
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: width 0.6s ease;
}

.areasserve .main-loc li:hover .addetail::before {
    width: 100%;
}

.areasserve::marker {
    color: transparent;
}

/* ctapopup */

.newctapopup .mainctapop {
    display: flex;
    height: auto;
}

.newctapopup .mainctapop .ctapopup_left {
    width: 45%;
    height: auto;
    padding: 0;
}

.newctapopup .mainctapop .ctapopup_left img {
    width: 100%;
    height: 100%;
}

.newctapopup .mainctapop .ctapopup_form {
    width: 55%;
    padding: 40px 40px;
    text-align: center;
}

.newctapopup .modal-content {
    border-radius: 20px;
    overflow: hidden;
}

.newctapopup .ctapopup_heading h2 {
    color: rgba(18, 21, 38, 1);
    font-weight: 800;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.newctapopup .ctapopup_form .form-group textarea.form-control {
    border-radius: 6px;
    padding: 10px;
}

.newctapopup .ctapopup_form .form-group .form-control {
    border-radius: 6px;
    padding: 10px;
}

.ctapopup_form .form-group {
    padding: 0 10px;
}

/* ctapopup */

/* mainpopup */

.mainpopupbg {
    display: flex;
    text-align: center;
}

.mainpopupbg .popupleft {
    width: 50%;
    padding: 30px 30px;
    background-size: cover;
}

.mainpopupbg .popupleft h2 {
    color: #75b6fd;
    font-size: 17px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 0px !important;
}

.mainpopupbg .popupleft p {
    color: #ffffff;
    font-weight: 300;
    font-size: 13px;
    line-height: 22px;
    font-family: "Product Sans";
}

.mainpopupbg .popupleft .popcontt a {
    color: #ffffff;
    font-size: 17px;
    line-height: 26px;
}

.mainpopupbg .popupleft .popcontt a img {
    max-width: 35px;
    margin-right: 10px;
}

.mainpopupbg .popupright {
    width: 50%;
    padding: 40px 30px;
    background-color: #ffffff;
}

.mainpopupbg .popuplogo ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.mainpopupbg .popuplogo ul li {
    width: 14%;
}

.mainpopupbg .popuplogo ul li img {
    object-fit: cover;
    max-width: 65px;
}

.mainpopupbg .popupitem .popslideimg {
    background-color: #fff;
    padding: 5px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-top: -15%;
}

.mainpopupbg .popupitem .popslideimg img {
    border-radius: 50%;
    width: 100%;
}

.mainpopupbg #popupCarousel .carousel-control {
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    opacity: 1;
    z-index: 3;
    text-shadow: none;
}

/* REMOVE DEFAULT ICONS */

.mainpopupbg #popupCarousel .carousel-control.left span,
.mainpopupbg #popupCarousel .carousel-control.right span {
    display: none;
}

.mainpopupbg #popupCarousel .carousel-control::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background-image: url(../images/common_icons/arrow_icn.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 23px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #fff;
}

.mainpopupbg #popupCarousel .carousel-control.left {
    left: -13%;
}

.mainpopupbg #popupCarousel .carousel-control.left::after {
    transform: scaleX(-1);
}

.mainpopupbg #popupCarousel .carousel-control.right {
    right: 0%;
}

.mainpopupbg .popupslider .popupitem {
    background: #ffffff;
    margin: 30px 30px 10px;
    border-radius: 12px;
    position: relative;
    padding: 20px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #05081a;
}

.mainpopupbg .carousel-inner>.item.active {
    display: block;
}

.mainpopupbg .carousel-control.left,
.mainpopupbg .carousel-control.right {
    background-image: none;
    color: #000;
}

.mainpopupbg .carousel-control .glyphicon {
    font-size: 20px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.mainpopupbg .popupleft h3 {
    color: #000;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.mainpopupbg .popupslider .popupitem p {
    color: #05081a;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
}

.mainpopupbg .contact_popup .modal-dialog {
    width: 70%;
    margin: 40px auto;
}

.mainpopupbg .popupright h3 {
    color: #08223a;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.mainpopupbg .popupright .form-group .form-control {
    height: 45px;
    border-radius: 5px;
    border: 0;
    box-shadow: unset !important;
    padding: 10px 25px;
    background-color: #fff !important;
    font-weight: 700;
    font-size: 15px;
    border: 1px solid rgba(177, 179, 184, 0.45);
    color: #1d1d1d;
}

.mainpopupbg .popupright .form-group textarea.form-control {
    height: 95px;
    border-radius: 5px;
    padding: 14px 25px;
    resize: none;
}

.mainpopupbg .popupright .form-group {
    margin-bottom: 15px;
}

.mainpopupbg .popupright .form-group select.form-control {
    appearance: none;
    color: #808080;
    background-image: url(../images/common_icons/arrow-down-s-line.svg);
    background-repeat: no-repeat;
    background-position: 93% center;
    background-size: 24px;
}

.mainpopupbg .popupright .form-group .form-control::-webkit-input-placeholder {
    color: #808080;
}

.mainpopupbg .popupright .form-group .form-control::-moz-placeholder {
    color: #808080;
}

.mainpopupbg .popupright .form-group .form-control:-ms-input-placeholder {
    color: #808080;
}

.popupright .form-group .form-control::-ms-input-placeholder {
    color: #808080;
}

.mainpopupbg .popupright .form-group .form-control::placeholder {
    color: #808080;
}

.mainpopupbg .popupright button.close {
    position: absolute;
    z-index: 2;
    right: 9px;
    top: 10px;
    opacity: 1;
    font-weight: 400;
    border: 0;
    font-size: 32px;
    color: #000;
    text-shadow: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50px;
}

.mainpopupbg .contact_popup .modal-content {
    border-radius: 20px !important;
}

.mainpopupbg .popct {
    min-height: 120px;
}

/* mainpopup */

.gmb_links {
    grid-template-columns: repeat(21, 1fr) !important;
}

.social_icons {
    justify-content: center !important;
}

.video_cards_panel .muteunmute {
    top: 12px !important;
    bottom: unset !important;
}

.lazyload,
.lazyloading,
.lazyloaded {
    contain: layout style paint;
}

/* Container for dynamic content */

.dynamic-content {
    content-visibility: auto;
    contain-intrinsic-size: 0 500px;
    /* Estimate height */
}

.video_cards_panel .mute,
.video_cards_panel .unmute {
    display: block !important;
}

.muteunmute.is-active {
    z-index: 77 !important;
}

div#chatbotBtn {
    display: none;
}

.popcontt {
    text-align: left;
}

.math-captcha {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 12px 0;
    font-weight: 600;
    justify-content: center;
}

.math-captcha input {
    width: 60px;
}

.mainpopupbg .popupright .form-group .iti {
    display: block !important;
}

.mainpopupbg .popupright input#phone {
    padding: 20px 55px !important;
}

input.captcha-answer {
    border: 1px solid #141414;
    padding: 4px 8px;
    outline: none;
    border-radius: 5px;
}

.menus_head h2 {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
}

.formsalesenquiry a {
    color: #fff;
    margin-left: 3px;
}

.formsalesenquiry {
    color: #fff;
    font-size: 15px;
    margin-top: 12px;
}

.formsalesenquiry span {
    text-decoration: underline;
}

.footerlogo {
    margin-bottom: 15px;
    display: block;
}

.footerlogo img {
    filter: brightness(0) invert(1);
    transition: 0.2s all;
    max-width: 160px;
}

@media (max-width: 1199px) {
    .footernew_award img {
        max-height: 115px;
    }
}

@media (max-width: 1023px) {
    .footernew_award {
        border-radius: 14px;
        padding: 15px 10px;
    }
    .footernew_award img {
        max-height: 54px;
    }
    .social_icons a img {
        max-width: 22px;
    }
    .social_icons a {
        margin: 0 2px;
        border-radius: 14px;
        height: 40px;
        width: 40px;
    }
    .footernew_mid {
        padding: 40px 0 10px;
        margin: 40px 0 0;
    }
    .footernew_mid .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }
    .footernew_mid .row .col-md-3 {
        width: 50%;
        margin-bottom: 30px;
    }
    .footernew {
        padding: 40px 0 0;
    }
    .footernew_bottom .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }
    .footernew_bottom .row .col-md-3 {
        margin-bottom: 30px;
    }
    .footernew_top .icons_adver {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footernew_top .row .col-auto {
        width: 22%;
        margin: 0 10px 16px;
    }
    .footernew_award img {
        max-height: 104px;
    }
    .contact_popup .modal-dialog {
        width: 96% !important;
        margin: 30px auto;
    }
    .contactpopup_main {
        flex-wrap: wrap;
    }
    .contactpopup_form .form-group select.form-control {
        background-position: 97% center;
    }
    .contactpopup_left img {
        max-width: 240px;
        margin-top: 160px;
    }
    .contactpopup_form form.row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }
    .contactpopup_form form.row .col-md-6 {
        width: 50%;
    }
    .contactpopup_form form.row .col-md-12 {
        width: 100%;
    }
    .ctapopup_main {
        flex-wrap: wrap;
    }
    .ctapopup_left {
        width: 100%;
        display: none;
    }
    .ctapopup_form {
        width: 100%;
    }
    .ctapopup .modal-dialog {
        max-width: 90%;
    }
    footer .newbtn_design {
        font-size: 15px;
        line-height: 22px;
        height: 52px;
        border-radius: 12px;
    }
    .gmb_locations {
        text-align: center;
        margin-bottom: 30px;
    }
    .contactinfo {
        display: flex;
        justify-content: center;
        margin-bottom: 18px;
    }
    .dmca_protected {
        text-align: center;
    }
    .areasserve .main-loc {
        grid-template-columns: repeat(3, 1fr);
    }
    footer .itemregional h3::after {
        right: 6%;
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .footernew_top .icons_adver {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 0;
    }
    .footernew_top .row .col-auto {
        width: 31%;
        text-align: center;
        margin: 0 3px 14px;
    }
    .footernew_award {
        border-radius: 10px;
        padding: 12px 8px;
    }
    .social_icons {
        margin-top: 20px;
        justify-content: center;
    }
    .footernew_mid {
        padding: 0 0 10px;
        margin: 0;
    }
    .footernew {
        padding: 30px 0 0 !important;
    }
    .footernew_mid .row .col-md-3 {
        margin-bottom: 20px;
    }
    .fnadd_left img {
        max-width: 40px;
    }
    .fnadd_right span {
        color: #fff;
        font-weight: 700;
        font-size: 13px;
        display: block;
        margin-bottom: 4px;
    }
    .fnadd_right strong {
        font-size: 12px;
    }
    .fnadd_right p {
        color: #fff;
        font-weight: 500;
        margin-bottom: 6px;
        font-size: 12px;
        line-height: 20px;
    }
    .fnadd_right a {
        color: #ffff;
        font-weight: 700;
        font-size: 12px;
        display: block;
    }
    .footernew_mid .row .col-md-3:nth-child(2),
    .footernew_mid .row .col-md-3:nth-child(4) {
        padding-left: 8px;
    }
    .footernew_mid .row .col-md-3:nth-child(1),
    .footernew_mid .row .col-md-3:nth-child(3) {
        padding-right: 8px;
    }
    .footernew_bottom .row .col-md-3 {
        width: 50%;
        margin-bottom: 0px;
        text-align: center;
    }
    .footernew_menuss li::after {
        display: none;
    }
    .footernew_menuss li {
        padding-left: 0;
    }
    .footernew_bottom {
        padding: 30px 0 0;
    }
    .menus_head {
        font-size: 17px;
        text-align: center;
    }
    .footernew_menuss li a {
        font-size: 14px;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .contactpopup_heading h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 8px;
    }
    .contactpopup_heading p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 18px;
    }
    .contactpopup_form {
        width: 100%;
        padding: 40px 20px;
    }
    .contact_popup .modal-dialog {
        width: 92%;
        margin: 30px auto;
    }
    .contactpopup_form .form-group .form-control {
        height: 46px;
        border-radius: 10px;
        border: 0;
        padding: 10px 18px;
    }
    .contactpopup_form .form-group {
        margin-bottom: 16px;
    }
    .contactpopup_form form.row .col-md-6 {
        width: 100%;
    }
    .contactpopup_form .form-group select.form-control {
        background-position: 95% center;
    }
    .contactpopup_form .form-group .form-control {
        height: 46px;
        border-radius: 10px;
        border: 0;
        padding: 10px 18px;
        font-size: 14px;
    }
    .contactpopup_form form.row .col-md-12:last-child {
        text-align: center;
    }
    .iprefer {
        display: block;
        border: 0;
        margin-top: 20px;
        margin-left: 0;
    }
    .contactpopup_form::after {
        height: 96px;
        width: 338px;
        top: 0px;
        left: -110px;
    }
    .contactpopup_form::before {
        height: 96px;
        width: 338px;
        bottom: 0;
        right: -110px;
    }
    .dmca_protected {
        margin-top: 20px;
    }
    .ctapopup_heading h2 {
        font-size: 24px;
        line-height: 38px;
        margin-bottom: 10px;
    }
    .ctapopup_form {
        padding: 30px 25px;
    }
    .ctapopup .modal-dialog {
        max-width: 92%;
        margin: 20px auto;
    }
    .cookieNotice_main {
        position: fixed;
        bottom: 100px;
        width: 90%;
        padding: 16px;
        z-index: 99999999999999999 !important;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-radius: 10px;
        box-shadow: 0 0 60px #00000061;
        text-align: center;
    }
    footer .newbtn_design {
        font-size: 14px;
        line-height: 21px;
        height: 50px;
        border-radius: 12px;
    }
    .ctapopup_form .form-group .form-control {
        height: 46px;
        border-radius: 10px;
        border: 0;
        padding: 10px 18px;
        font-size: 14px;
    }
    .blogpart {
        margin-bottom: 30px;
    }
    .footernew_award img {
        max-height: 60px;
    }
    .social_icons a {
        margin: 0 2px;
        border-radius: 8px;
        height: 40px;
        width: 40px;
    }
    .contactinfo {
        justify-content: center;
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
    .contactinfo a {
        display: block;
        width: 100%;
        text-align: center;
        border: 0;
        margin-bottom: 10px;
        padding: 0;
        margin-right: 0;
    }
    .locationsrow {
        padding: 15px 0;
    }
    .gmb_links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .gmb_links a {
        margin-bottom: 16px;
        border: 1px solid #f2f2f269 !important;
        padding: 6px 13px;
        width: 25%;
        margin: 0 10px 12px;
        font-size: 13px;
        border-radius: 6px;
    }
    .gmb_locations {
        text-align: center;
        margin-bottom: 14px;
    }
    .dmca_protected {
        justify-content: center;
        align-items: center;
    }
    .areasserve .toparea {
        gap: 10px;
        margin-bottom: 20px;
        flex-direction: column;
    }
    .areasserve .container {
        padding: 0 20px;
        border-bottom: none;
    }
    .areasserve ul.main-loc {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .areasserve .main-loc li {
        padding: 10px;
    }
    .newctapopup .mainctapop .ctapopup_left {
        display: none;
    }
    .newctapopup .mainctapop .ctapopup_form {
        width: 100%;
        padding: 20px;
        text-align: center;
    }
    .modal-content {
        border-radius: 12px;
    }
    .newctapopup .ctapopup_form .form-group .form-control {
        border: 1px solid rgba(177, 179, 184, 0.45);
    }
    .newctapopup .ctapopup_heading h2 {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 10px;
    }
    .newctapopup .ctapopup_form .form-group {
        margin-bottom: 15px;
    }
    .newctapopup .modal-content {
        border-radius: 12px;
    }
    .mainpopupbg {
        text-align: start;
        flex-direction: column-reverse;
    }
    .mainpopupbg .popupslider {
        display: none;
    }
    .mainpopupbg .popupleft {
        width: 100%;
        padding: 20px;
        text-align: center;
    }
    .mainpopupbg .popupright {
        width: 100%;
        padding: 20px;
        text-align: center;
    }
    .mainpopupbg .popuplogo ul li {
        width: 24%;
    }
    .mainpopupbg .popupright .form-group .form-control {
        padding: 5px 15px;
        height: 40px;
    }
    .mainpopupbg .popupright .form-group textarea.form-control {
        padding: 5px 15px;
        height: 80px;
    }
    .contactpopup_main {
        border-radius: 12px;
    }
}

.sitemap_anchor ul {
    display: flex;
    justify-content: center;
    padding: 0;
}

.sitemap_anchor ul li a {
    color: #fff;
}

.sitemap_anchor {
    padding-top: 20px;
}

a.sitemap-footer {
    color: #fff;
    font-size: 14px;
}

.footernew_menuss.subscribe-news p {
    color: #fff;
    margin-bottom: 15px;
}

.subscribe_form>p {
    font-weight: 600;
    font-size: 12px !important;
    color: #a1a1a1 !important;
    border-bottom: 1px solid #a1a1a1;
    padding-bottom: 8px;
    margin-top: 8px;
}

.subscribe_form .form_flex {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background: #d8edff;
    border-radius: 5px;
    overflow: hidden;
    height: 40px;
}

.subscribe_form .form_flex input:not([type="submit"]) {
    background-color: transparent;
    color: #222;
    font-size: 16px;
    border-radius: 0;
    padding: 12px;
    width: 100%;
    height: 100%;
    border: 0;
}

.subscribe_form .form_flex input[type="submit"] {
    border: unset;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #006eef;
    text-transform: capitalize;
    border-radius: 0;
    padding: 0 15px;
    width: auto;
    height: 100%;
    cursor: pointer;
}

.copy_rightt a.sitemap-footer:hover {
    color: #fff;
}

.social_icons a img {
    max-width: 17px;
}

.social_icons a {
    border-radius: 50px;
    height: 35px;
    width: 35px;
}

.footernew_menuss.subscribe-news p {
    color: #fff;
    margin-bottom: 15px;
}

.subscribe_form>p {
    font-weight: 600;
    font-size: 12px !important;
    color: #a1a1a1 !important;
    border-bottom: 1px solid #241a1aff;
    padding-bottom: 8px;
    margin-top: 8px;
}

.subscribe_form .form_flex {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background: #d8edff;
    border-radius: 5px;
    overflow: hidden;
    height: 40px;
}

.subscribe_form .form_flex input:not([type="submit"]) {
    background-color: transparent;
    color: #222;
    font-size: 16px;
    border-radius: 0;
    padding: 12px;
    width: 100%;
    height: 100%;
    border: 0;
}

.subscribe_form .form_flex input[type="submit"] {
    border: unset;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #006eef;
    text-transform: capitalize;
    border-radius: 0;
    padding: 0 15px;
    width: auto;
    height: 100%;
    cursor: pointer;
}

.copy_rightt a.sitemap-footer:hover {
    color: #fff;
}

.social_icons a img {
    max-width: 17px;
}

.social_icons a {
    border-radius: 50px;
    height: 35px;
    width: 35px;
}

.footer-accordion ul {
    display: block;
}

.footer-accordion .toggle-icon {
    display: none;
}

@media (max-width: 767px) {
    .footer-accordion ul {
        display: none;
        margin: 10px 0 0;
        padding-left: 15px;
    }
    .footer-accordion.active ul {
        display: block;
    }
    .footer-accordion .menus_head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        padding: 10px 0;
        font-weight: bold;
    }
    .footer-accordion .toggle-icon {
        display: inline-block;
        font-size: 18px;
        transition: transform 0.3s ease;
    }
    .footer-accordion.active .toggle-icon {
        transform: rotate(45deg);
        /* + to Ã— */
    }
}

@media (max-width: 767px) {
    .footernew .row>[class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footernew_menuss.subscribe-news p {
        text-align: center;
    }
    .form_flex {
        margin: 0px 20px;
    }
    .extra-padding {
        padding: 0 20px;
    }
}

.footernew_menuss.footer-accordion ul {
    width: 100%;
}

.slider-container {
    max-width: 450px;
    width: 100%;
    margin: 0px auto;
    padding: 0 20px;
}

@media (max-width: 767px) {
    .slider-container {
        max-width: 100%;
        padding: 0 10px;
    }
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out !important;
    transform: translate(0, 0) !important;
    opacity: 1 !important;
}

.contactpopup_main {
    height: 420px;
    overflow: hidden;
}

.modal-content {
    border-radius: 30px !important;
}

.popupslider {
    opacity: 1;
    min-height: 280px;
    transition: opacity 0.3s ease;
}

.popupslider.slick-initialized {
    opacity: 1;
}

.contactpopup_main::after {
    display: none !important;
}

.lazyload {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s;
}

.chatbot-float {
    position: fixed;
    right: 20px;
    bottom: 15%;
    z-index: 9999;
    touch-action: none;
}

.chatbot-float .chatbot-icon {
    /* width: 70px; */
    /* height: 70px; */
    /* background: linear-gradient(135deg, #2563eb, #22d3ee); */
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
    /* box-shadow: 0 10px 30px rgba(37, 99, 235, 0.5); */
    transition: transform 0.3s ease;
}

.chatbot-float .chatbot-icon:active {
    cursor: grabbing;
}

.chatbot-float .chatbot-icon img {
    max-width: 225px;
    pointer-events: none;
}

.chatbot-float .chatbot-icon:hover {
    transform: scale(1.1);
}

.chatbot-float .chatbot-float:hover {
    animation-play-state: paused;
}

footer .bottfotsol {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #f2f2f269;
    margin-top: 15px;
    border-bottom: 1px solid #f2f2f269;
    padding: 20px 0;
}

footer .col-md-12 {
    padding: 0;
}

footer .mainregional {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

footer .fotborder {
    border: 1px solid #f2f2f269;
    padding: 15px 10px;
    min-height: 450px;
}

footer .footernew_menuss.footer-accordion {
    width: 100%;
}

footer .mainregional h4 {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
}

.itemregional ul {
    display: block;
}

.gmb_links {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

footer .container {
    max-width: 1280px;
    width: 100%;
}

footer .newfotaward {
    display: grid;
    gap: 20px;
    justify-content: center;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
}

footer .newfotaward {
    text-align: center;
}

footer .newfotaward img {
    max-width: 200px;
    border-radius: 12px;
    position: relative;
}

.awardfotitem a {
    padding: 5px;
    border: 1px solid #f2f2f269;
    width: 100%;
    height: 100%;
    display: flex;
    border-radius: 12px;
    transition: all 0.5s;
}

footer .newfotaward a:hover {
    border-radius: 8px;
    border: 1px solid #1a81ff;
}

.itemregional h3 {
    cursor: pointer;
    position: relative;
    padding-right: 25px;
    color: #fff;
    font-size: 17px;
    margin-bottom: 12px;
    font-weight: 600;
}

footer .bottfotdis {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    color: #fff;
}

footer .bottfotdis a {
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
}

@media (max-width: 1023px) {
    footer .col-md-3,
    footer .col-md-2,
    footer .col-md-7 {
        width: 100%;
        padding: 0;
    }
    footer .fotborder {
        border: none;
        padding: 0px;
        min-height: auto;
    }
    footer .mainregional {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        border-top: none;
        margin-top: 0px;
    }
    footer .itemregional {
        width: 100%;
    }
    footer .col-md-7 {
        padding: 0;
    }
    footer .itemregional ul {
        display: none;
        margin-top: 10px;
    }
    footer .itemregional h3 {
        cursor: pointer;
        position: relative;
        padding-right: 25px;
        color: #fff;
    }
    /* Arrow */
    footer .itemregional h3::after {
        content: "+";
        position: absolute;
        right: 0;
        top: 0;
        font-size: 20px;
    }
    footer .itemregional.active h4::after {
        content: "-";
    }
    footer .itemregional.active ul {
        display: block;
    }
    footer .footernew_menuss.footer-accordion {
        width: 100%;
        border-bottom: 1px solid #444;
        margin-bottom: 15px;
        padding: 0 10px;
    }
    footer .bottfotsol {
        align-items: center;
        justify-content: center;
        margin-top: 0px;
        gap: 0;
        padding: 20px 0;
        flex-wrap: wrap;
    }
    .ftrlogopart {
        text-align: center;
        width: 100%;
    }
    footer a.dmca-badge {
        padding-top: 15px;
        justify-content: center;
    }
    .footernew {
        padding: 40px 40px 0;
    }
    footer {
        overflow: hidden;
    }
    .gmb_links a {
        margin-bottom: 16px;
        border: 1px solid #f2f2f269 !important;
        padding: 6px 13px;
        margin: 0 10px 12px;
        font-size: 13px;
        border-radius: 6px;
    }
    footer .newfotaward {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .contactpopup_main {
        height: auto;
    }
    .chatbot-float .chatbot-icon img {
        max-width: 200px;
    }
    .chatbot-float {
        right: 8px;
        bottom: 12%;
    }
    footer .newfotaward {
        grid-template-columns: repeat(2, 1fr);
        padding-bottom: 30px;
    }
    footer .newfotaward img {
        max-width: 140px;
    }
    footer .bottfotdis {
        gap: 5px;
    }
    .whats-app {
        bottom: 15px;
    }
    .zsiq_theme1 .zsiq_flt_rel {
        bottom: 3px;
    }
}