/* font-family */
/*@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

/* import files */
@import url("../css/auth.css");
@import url("../css/header_footer.css");

html, body {
    font-family: "Tajawal", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #424242;
    overflow-x: hidden;
    direction: rtl;
}

a,
a:hover {
    text-decoration: none;
    -webkit-transition: ease-in-out 0.5s;
    -moz-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-container {
    padding: 0 74px;
}

main {
    padding: 110px 0 0 0;
}

@media (max-width: 1200px) {
    .custom-container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (max-width: 991px) {
    .custom-container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .custom-container {
        padding-right: 12px;
        padding-left: 12px;
    }
}

/*---Home page--*/

/*----*/
.ftrglobal-title h6:before{
    right: 0;
}

/*----*/


/*---banner Section-----*/

.bannersec {
    width: calc(100% + 50px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 184px 0 295px 0;
    position: relative;
    z-index: 1;
}

.bannercont h1 {
    font-weight: 600;
    font-style: italic;
    font-size: 30px;
    color: #FFFFFF;
    margin: 0 auto;
    width: fit-content;
}

.bannerlft-img {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    right: 0;
}

.bannerlft-img img {
    object-fit: cover;
    width: 100%;
    height: inherit;
    object-position: top;
}

/*----banner Section End----*/

/*---our mission---*/
.py-20 {
    padding: 20px 0;
}

.kkrequired {
    color: #ED0006;
}

.ourmission {
    background-color: #EDC0A1;
    padding: 82px 0 86px 0;
}

.booktourmain {
    background-color: #E0E0E0;
    padding: 30px 40px 40px 40px;
    box-shadow: 0px 24px 24px 0px #00000026;
    border-radius: 30px;
    position: relative;
    z-index: 9;
    margin-top: -167px;
}

.topbooktur {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
}

.topbooktur h2 {
    font-weight: 800;
    font-size: 30px;
    color: #1A253B;
    margin-bottom: 0;
    text-align: right;
}

.booktourbtn {
    padding: 18px 60px;
    font-weight: 800;
    font-size: 12px;
    color: #E0E0E0;
    text-transform: uppercase;
    background-color: #1A253B;
    border: 1px solid #1A253B;
    border-radius: 90px;
    transition: all 0.4s ease-in-out;
}

.booktourbtn:hover {
    background-color: transparent;
    color: #1A253B;
}

.ourmissionarea {
    padding-top: 82px;
}

.ourmissionarea p {
    font-size: 16px;
    color: #1A253B;
    text-align: right;
}

.ourmissionarea h5 {
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 10%;
    text-transform: capitalize;
    color: #1A253B;
    margin-bottom: 0;
    padding-bottom: 30px;
    text-align: right;
}

.ourmissionarea em {
    font-weight: 400;
    font-style: italic;
    font-size: 12px;
    color: #1A253B;
}

.ourmissionarea h3 {
    font-weight: 600;
    font-size: 12px;
    color: #1A253B;
    margin-bottom: 0;
    padding-top: 30px;
    text-align: right;
}

.booktourfrm .form-label {
    font-weight: 600;
    font-size: 14px;
    color: #1A253B;
    text-align: right;
}

.booktourfrm .form-control {
    font-weight: 400;
    font-size: 16px;
    color: #1A253B;
    border-radius: 12px;
    background-color: #FFFFFF;
    padding: 18px 20px;
    border: 1px solid transparent;
    text-align: right;
}

.booktourfrm .select2-container {
    font-weight: 400;
    font-size: 16px;
    color: #1A253B;
    border-radius: 12px;
    background-color: #FFFFFF;
    padding: 18px 20px;
    border: 1px solid transparent;
    width: 100% !important;
}

.booktourfrm .select2-container--default .select2-selection--single {
    border: unset;
    border-radius: unset;
}

.booktourfrm .iti {
    width: 100%;
}

.booktourfrm .iti--allow-dropdown input {
    padding-right: 20px !important;
}

.iti--allow-dropdown .iti__flag-container {
    right: 10px;
}

.booktourfrm .iti--separate-dial-code .iti__selected-flag,
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: unset;
}

.booktourfrm .iti__selected-flag::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 55%;
    background-color: rgba(0, 0, 0, 0.1);
    left: 0;
    right: 0;
}

.booktourfrm .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    transform: translateY(-50%);
}

.booktourfrm .form-control:focus {
    box-shadow: unset;
    border: 1px solid #1A253B;
}

.booktourfrm .row>.col-lg-2 {
    flex: 1;
}

.errorfrm {
    font-size: 14px;
    font-weight: 400;
    color: #ED0006;
}

.booktourfrm .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.69276 7.70701C6.88028 7.89448 7.13459 7.99979 7.39976 7.99979C7.66492 7.99979 7.91923 7.89448 8.10676 7.70701L13.7638 2.05001C13.8593 1.95776 13.9355 1.84742 13.9879 1.72541C14.0403 1.60341 14.0679 1.47219 14.069 1.33941C14.0702 1.20663 14.0449 1.07495 13.9946 0.952054C13.9443 0.829157 13.87 0.717505 13.7762 0.623612C13.6823 0.529719 13.5706 0.455466 13.4477 0.405185C13.3248 0.354904 13.1932 0.329603 13.0604 0.330757C12.9276 0.331911 12.7964 0.359497 12.6744 0.411906C12.5524 0.464315 12.4421 0.540497 12.3498 0.636007L7.39976 5.58601L2.44976 0.636007C2.26116 0.453849 2.00855 0.353055 1.74636 0.355333C1.48417 0.357611 1.23335 0.46278 1.04794 0.648188C0.862532 0.833596 0.757364 1.08441 0.755085 1.34661C0.752806 1.6088 0.8536 1.86141 1.03576 2.05001L6.69276 7.70701Z' fill='%231A253B'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    width: 15px;
    height: 8px;
    border-style: none;
    display: block;
}

/*---our mission End---*/

/*---Our Riyadh---*/

.ourriyadh-sec {
    padding: 115px 0;
    background-color: #E0E0E0;
}

.ourriyadh-sec h2 {
    font-weight: 600;
    font-size: 30px;
    color: #1A253B;
    margin-bottom: 0;
    padding-bottom: 42px;
    text-align: right;
}

.ourriyadh-sec .row {
    align-items: center;
}

.rydhlocares ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px;
}

.rydhlocares a {
    color: #FFFFFF;
}

.rydhlocaresinnr {
    position: relative;
    overflow: hidden;
    z-index: 9;
    box-shadow: 0px 10px 24px 0px #00000012;
}

.rydhlocaresinnr:before {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 47.79%, rgba(0, 0, 0, 0.8) 100%);
    width: 100%;
    height: 100%;
    border-radius: 17px;
    right: 0;
    top: 0;
}

.rydhlocimg img {
    object-fit: cover;
    border-radius: 17px;
    width: 100%;
}

.rydhlocdetail {
    position: absolute;
    bottom: 0;
    padding: 20px;
    width: 100%;
    height: 100%;
    top: unset;
}

.rydhlocdetail a {
    color: #ffffff;
}

.rydhlocinfo {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 40px);
}

.rydhlocinfo p {
    margin-bottom: 0;
    text-align: right;
}

.rydhlocinfo h3 {
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 0;
    padding-bottom: 5px;
    text-align: right;
}

.rydhlocinfo span {
    font-weight: 600;
    font-size: 12px;
    text-align: right;
}

.rydhlocicon {
    position: absolute;
    left: 20px;
    background: #00000066;
    border-radius: 12px;
    padding: 7px;
    display: none;
}

#searchresultmap {
    width: 100%;
    height: 570px;
    z-index: 1;
    border-radius: 30px;
    border: 1px solid #7D888E;
}

/*---Our Riyadh End---*/

/*---Discover which membership---*/

.memshipsec {
    padding-top: 82px;
    padding-bottom: 104px;
    background-color: #1A253B;
}

.memshipsec h2 {
    font-weight: 700;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 82px;
}

.memshipsec .row {
    row-gap: 96px;
}

.membership-card {
    background-color: #FFFFFF;
    box-shadow: 0px 10px 24px 0px #00000012;
    position: relative;
    text-align: center;
    border-radius: 16px;
    padding: 34px 34px 45px 34px;
    height: 100%;
}

.memship-img {
    margin-top: -70px;
    padding-bottom: 32px;
    position: relative;
    z-index: 9;
    border-radius: 16px;
}

.memship-img img {
    object-fit: cover;
    border-radius: 16px;
}

.memship-img:before {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 8px;
    background-image: url(../images/membership-blur-img.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    filter: blur(13px);
    z-index: -1;
    background-size: cover;
    display: block;
    transform: translateX(50%) scale(0.9, 1);
}

.membership-card h4 {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #1A253B;
    margin-bottom: 5px;
}

.membership-card p {
    font-weight: 400;
    font-size: 16px;
    color: #1A253B;
    padding-bottom: 24px;
    margin-bottom: 0;
}

.learnmore-btn {
    background-color: #B97233;
    font-weight: 800;
    font-size: 12px;
    text-transform: capitalize;
    color: #ffffff;
    padding: 10px 21px;
    border-radius: 90px;
    display: inline-block;
    border: 1px solid #B97233;
}

.learnmore-btn:hover {
    background-color: transparent;
    color: #B97233;
}

/*---Discover which membership End---*/

/*---Amenities & Perks---*/

.amenities-perksec {
    padding-top: 93px;
    padding-bottom: 125px;
    background-color: #E0E0E0;
}

.amenities-perksec h2 {
    font-weight: 700;
    font-size: 30px;
    color: #1A253B;
    margin-bottom: 0;
    padding-bottom: 11px;
    text-align: right;
}

.amenities-perksec p {
    font-weight: 400;
    font-size: 16px;
    color: #1A253B;
    margin-bottom: 0;
    padding-bottom: 60px;
    text-align: right;
}

.allamenities-perk ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
}

.amenit-detail {
    text-align: center;
}

.amenit-detail h6 {
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    color: #1A253B;
    padding-top: 10px;
    margin-bottom: 0;
}

/*---Amenities & Perks End---*/

/*---Our Values---*/
.ourvalue-sec {
    background-color: #EDC0A1;
    padding-top: 96px;
    padding-bottom: 96px;
}

.ourvalue-sec h2 {
    font-weight: 600;
    font-size: 30px;
    color: #1A253B;
    padding-bottom: 40px;
    margin-bottom: 0;
    text-align: right;
}

.ourvalueglb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

.ourvalueglb h3 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
    color: #1A253B;
    text-align: right;
}

.ourvalueglb-img {
    min-width: 50px;
    width: 50px;
    height: 50px;
}

.ourvalueglb-img img {
    object-fit: cover;
    width: 100%;
    height: inherit;
}

.ourvalue-detail p {
    font-weight: 400;
    font-size: 16px;
    color: #1A253B;
    margin-bottom: 0;
    text-align: right;
}

/*---Our Values End---*/

/*---About page---*/

.boldidea-sec {
    background-color: #E0E0E0;
    width: 100%;
    height: 100%;
    padding: 70px 0 70px 0;
    position: relative;
}

.boldidealftbg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.boldidealfinfo h1 {
    font-weight: 800;
    font-size: 30px;
    color: #1A253B;
    margin-bottom: 21px;
    text-align: right;
}

.boldidealfinfo p {
    font-weight: 400;
    font-size: 16px;
    color: #1A253B;
    text-align: right;
}
.boldidealfinfo p span{
    line-height: 1;
}
/*.boldidealfinfo p strong {
    font-weight: 700;
    font-size: 14px;
    color: #1A253B;
}*/

.boldidealfinfo {
    padding-left: 100px;
}

.ourstory-sec {
    background-color: #EDC0A1;
    position: relative;
    padding: 110px 0 110px 0;
}

.ourstory-img {
    position: absolute;
    right: 0;
    width: 40%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
}

.ourstoryinfo {
    padding-left: 15px;
}

.ourstoryinfo h2 {
    font-weight: 800;
    font-size: 30px;
    color: #1A253B;
    text-align: right;
}

.ourstoryinfo p {
    font-weight: 400;
    font-size: 16px;
    color: #1A253B;
    text-align: right;
}

.ourtimeline-sec {
    padding: 70px 0 70px 0;
    background-color: #E0E0E0;
    position: relative;
    z-index: 9;
}

.abttimeline-img {
    background-repeat: no-repeat;
    background-size: cover;
    width: 40%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.timestampwrap {
    position: relative;
}

.timestampwrap:before {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='1006' height='16' viewBox='0 0 1006 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.29 8.70711C-0.1 8.31658 -0.1 7.68342 0.29 7.29289L6.657 0.928932C7.047 0.538408 7.681 0.538408 8.071 0.928932C8.462 1.31946 8.462 1.95262 8.071 2.34315L2.41 8L8.071 13.6569C8.462 14.0474 8.462 14.6805 8.071 15.0711C7.681 15.4616 7.047 15.4616 6.657 15.0711L0.29 8.70711ZM1006 8V9H1V8V7H1006V8Z' fill='%231A253B'/%3E%3C/svg%3E%0A");
    height: 16px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
    top: 108px;
}

.timestampwrap:after {
    content: '';
    position: absolute;
}

.ourtimelinetitle h2 {
    font-weight: 700;
    font-size: 30px;
    color: #1A253B;
    text-align: center;
    margin-bottom: 26px;
}

.tmlinyeartitle {
    background: #fff;
    position: absolute;
    padding: 6px 14px;
    border-radius: 8px;
    top: -80px;
    text-align: center;
    box-shadow: 0px 6.03px 6.03px 0px #0000001A;
    transform: translateX(50%);
    right: 50%;
}

.tmlinyeartitle span {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #B97233;
}

.tmlinyeartitle span:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 30px solid #fff;
    top: 28px;
    right: 50%;
    transform: translateX(50%);
}

.tmlinevent {
    background: #fff;
    border-radius: 14px;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
}

.timestampwrap .slick-list {
    padding-top: 110px;
}

.tmlinevent-img {
    margin: 0 auto;
    text-align: center;
    max-width: 152px;
    width: 100%;
    height: 82px;
    border-radius: 6px;
}

.tmlinevent-img img {
    object-fit: cover;
    border-radius: 6px;
    width: 100%;
    height: inherit;
}

.tmlinevent h3 {
    font-size: 14px;
    font-weight: 700;
    color: #1A253B;
    margin: 10px 0;
    text-align: right;
}

.tmlinevent p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    color: #1A253B;
    text-align: right;
}

.tmlininfo {
    position: relative;
}

.tmlininfo:before {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.496094' y='0.556335' width='17' height='17' rx='8.5' fill='%23B97233'/%3E%3Crect x='2.49561' y='2.55634' width='13' height='13' rx='6.5' fill='%23B97233' stroke='%23FFFCE3' stroke-width='2'/%3E%3C/svg%3E%0A");
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    right: 50%;
    transform: translateX(50%);
    top: -5px;
}

.timestampwrap .slick-slide {
    margin: 0 12px;
}

.kkabutidea-img img,
.kkabtstry-img img,
.kktimline-img img {
    object-fit: cover;
}

/*--About page end--*/

/*--Enquire page--*/
.enqpgimg img {
    object-fit: cover;
}

.getintuch-sec {
    padding: 70px 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
}

.getintuch-sec:before {
    content: "";
    position: absolute;
    background: #00000099;
    width: 100%;
    height: 100%;
    top: 50%;
    z-index: -1;
    right: 50%;
    transform: translate(50%, -50%);
}

.getintuch-sec h1 {
    font-weight: 800;
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 0;
    text-align: right;
}

.getintuch-info p {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    padding-top: 21px;
    margin-bottom: 0;
    text-align: right;
}

.getintuch-info ul li a {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.getintuch-info ul li {
    padding: 10px 0;
}

.enquiryarea {
    background-color: #1A253B;
    padding: 60px 60px;
    border-radius: 30px;
}

.enquiry-frm .form-group {
    margin-bottom: 23px;
}

.enquiry-frm .enqunow-btn {
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
}

.enquiry-frm .form-control {
    font-size: 16px;
    font-weight: 400;
    padding: 18px 20px;
    border-radius: 12px;
    text-align: right;
}

.enquiry-frm .form-control:focus {
    border-color: #1A253B;
    box-shadow: unset;
}

.enquiry-frm .iti--separate-dial-code .iti__selected-flag {
    background-color: unset;
}

.enquiry-frm .iti--allow-dropdown input {
    padding-right: 110px !important;
}
.iti{
    width: 100%;
}
.enquiry-frm .iti__selected-flag::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 55%;
    background-color: rgba(0, 0, 0, 0.1);
    left: 0px;
    right: 0;
}

.enquiry-frm .select2-container {
    font-weight: 400;
    font-size: 16px;
    color: #1A253B;
    border-radius: 12px;
    background-color: #FFFFFF;
    padding: 18px 20px;
    border: 1px solid transparent;
    width: 100% !important;
}

.enquiry-frm .select2-container--default .select2-selection--single {
    border: unset;
    border-radius: unset;
}

.enquiry-frm .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    transform: translateY(-50%);
}

.enquiry-frm .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.69276 7.70701C6.88028 7.89448 7.13459 7.99979 7.39976 7.99979C7.66492 7.99979 7.91923 7.89448 8.10676 7.70701L13.7638 2.05001C13.8593 1.95776 13.9355 1.84742 13.9879 1.72541C14.0403 1.60341 14.0679 1.47219 14.069 1.33941C14.0702 1.20663 14.0449 1.07495 13.9946 0.952054C13.9443 0.829157 13.87 0.717505 13.7762 0.623612C13.6823 0.529719 13.5706 0.455466 13.4477 0.405185C13.3248 0.354904 13.1932 0.329603 13.0604 0.330757C12.9276 0.331911 12.7964 0.359497 12.6744 0.411906C12.5524 0.464315 12.4421 0.540497 12.3498 0.636007L7.39976 5.58601L2.44976 0.636007C2.26116 0.453849 2.00855 0.353055 1.74636 0.355333C1.48417 0.357611 1.23335 0.46278 1.04794 0.648188C0.862532 0.833596 0.757364 1.08441 0.755085 1.34661C0.752806 1.6088 0.8536 1.86141 1.03576 2.05001L6.69276 7.70701Z' fill='%231A253B'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    width: 15px;
    height: 8px;
    border-style: none;
    display: block;
}

/*--Enquire page end---*/

/*--Blog List page---*/

.bloglist-sec {
    background-color: #E0E0E0;
    padding: 58px 0;
}

.bloglist-sec h1 {
    text-align: center;
    font-weight: 800;
    font-size: 30px;
    color: #1A253B;
    margin-bottom: 0;
    padding-bottom: 57px;
}

.blogtop-img {
    margin-bottom: 12px;
}

.blogtop-img img {
    object-fit: cover;
    width: 100% !important;
    aspect-ratio: 3/2;
    border-radius: 30px;
}

.blogtop-card h2 {
    font-weight: 800;
    font-size: 16px;
    color: #1A253B;
    margin-bottom: 0;
    padding-top: 14px;
    padding-bottom: 8px;
    text-align: right;
}

.blogtop-card p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    color: #1A253B;
    text-align: right;
}

/*--Blog List page end---*/

/*--Book A Tour page---*/

.bkturpage-banr {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 295px 0;
    position: relative;
    z-index: 1;
}

.bkturfrmpg {
    padding: 0 0 87px 0;
    background-color: #e0e0e0;
}

/*--Book A Tour page End---*/

/*--FAQ page---*/
.mt-40 {
    margin-top: 40px;
}

.faqpage-sec {
    padding: 57px 0;
    background-color: #EDC0A1;
}

.faqpage-sec h1 {
    font-weight: 800;
    font-size: 30px;
    color: #1A253B;
    padding-bottom: 40px;
    margin-bottom: 0;
    text-align: right;
}

.frqask-lft {
    padding: 40px 40px;
    background-color: #E0E0E0;
    border-radius: 20px;
}

.frqask-rigt {
    padding: 40px 40px;
    background-color: #E0E0E0;
    border-radius: 20px;
}

.frqask-lft .nav-pills .nav-link.active {
    background-color: #1A253B;
    color: #ffffff;
}

.frqask-lft .nav-pills .nav-link.active svg path {
    fill: #ffffff;
}

.frqask-lft .nav-pills .nav-link {
    background-color: #EDC0A1;
    padding: 17px 15px;
    border-radius: 10px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #1A253B;
    font-weight: 600;
    font-size: 16px;
}

.frqask-rigt .tab-pane ul li {
    margin-bottom: 40px;
}

.frqask-rigt .tab-pane ul li h2 {
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 18px;
    text-align: right;
}

.frqask-rigt .tab-pane ul li:last-of-type {
    margin-bottom: 0;
}

.frqask-rigt .tab-pane ul li:nth-child(odd) h2 {
    color: #B97233;
}

.frqask-rigt .tab-pane ul li:nth-child(even) h2 {
    color: #1A253B;
}

.frqask-rigt .tab-pane ul li p {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #1A253B;
    margin-bottom: 0;
    text-align: right;
}

.recruit-sec h2 {
    font-weight: 800;
    font-size: 30px;
    color: #1A253B;
    margin-bottom: 0;
    padding-bottom: 18px;
    text-align: right;
}

.recruit-sec p {
    font-weight: 400;
    font-size: 16px;
    color: #1a253b;
    margin-bottom: 0;
    text-align: right;
}

.recruit-sec p a {
    font-weight: 400;
    font-size: 16px;
    color: #0B5CFF;
}

.faqsubmit-btn {
    padding: 18px 60px;
    color: #ffffff;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #B97233;
    border-radius: 90px;
    border: 1px solid #B97233;
    display: block;
    width: 100%;
}

.faqsubmit-btn:hover {
    background-color: transparent;
    color: #B97233;
}

.recruit-sec {
    padding: 0 131px;
}

.enquiry-frm .iti__flag-container > ul > li {
    margin-bottom: 0;
}

/*--FAQ page END---*/

/*---Location 1 king-salman-district page----*/
.officelocimg {
    width: 100%;
}

.officelocimg img {
    object-fit: cover;
    width: 100%;
}

.officeloc-sec {
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.officeloc-sec:before {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, #000000 10%, rgba(0, 0, 0, 0) 100%);
    width: 20%;
    height: 100%;
    top: 0;
    right: -2%;
    transform: rotate(0deg);
    z-index: 1;
}

.officeloc-sec:after {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, #000000 10%, rgba(0, 0, 0, 0) 100%);
    width: 20%;
    height: 100%;
    top: 0;
    left: -2%;
    transform: rotate(180deg);
}

.officeloc-slider .slick-arrow {
    position: absolute;
    top: 50px;
    z-index: 1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: grid;
    place-content: center;
}

.officeloc-slider .slick-prev {
    left: 140px;
    right: auto !important;
    background-color: #ffffff;
}

.officeloc-slider .slick-next {
    left: 80px;
    background-color: #ffffff;
}

.officeloc-slider .slick-next:before,
.officeloc-slider .slick-prev:before,
.spaceopt-slider .slick-next:before,
.spaceopt-slider .slick-prev:before,
.servloc-slider .slick-next:before,
.servloc-slider .slick-prev:before {
    content: none;
}

.locname-sec {
    background-color: #EDC0A1;
    padding: 47px 0;
}

.locname-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.locname-title h1 {
    font-weight: 800;
    font-size: 30px;
    color: #1A253B;
    margin-bottom: 0;
    text-align: right;
}

.locname-title em {
    font-weight: 600;
    font-style: italic;
    font-size: 26px;
    color: #1A253B;
}

.kkbkturinfo-sec {
    padding: 80px 0;
    background-color: #E0E0E0;
}

.kkbkturinfo-sec p {
    font-weight: 400;
    font-size: 12px;
    color: #1A253B;
    margin-bottom: 21px;
    text-align: right;
}

.kkbkturbtn {
    padding: 14px 30px;
    background-color: #1A253B;
    border: 1px solid #1A253B;
    border-radius: 90px;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    display: flex;
    margin-right: auto;
    width: fit-content;
    align-items: center;
    justify-content: center;
}

.kkbkturbtn:hover {
    background-color: transparent;
    color: #1A253B;
}

.spaceopt-sec {
    background-color: #1A253B;
    padding: 80px 0;
}

.spaceopt-sec h2 {
    font-weight: 700;
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 0;
    text-align: right;
}

.spaceopt-items {
    background-color: #FFFFFF;
    box-shadow: 0px 10px 24px 0px #00000012;
    position: relative;
    text-align: center;
    border-radius: 16px;
    padding: 22px 22px 30px 22px;
    height: 100%;
}

.servoffice-img {
    margin-top: -70px;
    padding-bottom: 32px;
    position: relative;
    z-index: 9;
}

.servoffice-img img {
    object-fit: cover;
    width: 100%;
    border-radius: 16px;
}

.servoffice-img::before {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 8px;
    background-image: url(../images/location/king-salman-district/serviced-office-blurimg.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    filter: blur(13px);
    z-index: -1;
    background-size: cover;
    display: block;
    transform: translateX(50%) scale(0.8, 1);
}

.spaceopt-slider .slick-list {
    overflow: visible;
}

.spaceopt-slider .slick-slide {
    margin-left: 80px;
}

.spaceopt-slider .slick-list {
    margin-left: -80px;
}

.spaceopt-slider {
    padding-top: 110px;
}

.spaceopt-slider .slick-arrow {
    position: absolute;
    top: -35px;
    z-index: 1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: grid;
    place-content: center;
}

.spaceopt-slider .slick-prev {
    left: 20px;
    right: auto !important;
    background-color: #ffffff;
}

.spaceopt-slider .slick-next {
    left: 80px;
    right: unset;
    background-color: #ffffff;
}

.touroffice-sec {
    background-color: #EDC0A1;
    padding: 80px 0;
}

.touroffice-sec h2 {
    font-weight: 700;
    font-size: 30px;
    color: #1A253B;
    margin-bottom: 0;
    padding-bottom: 30px;
    text-align: right;
}

.touroffice-img {
    border-radius: 30px;
    height: 700px;
}

.touroffice-img img {
    object-fit: cover;
    border-radius: 30px;
    width: 100%;
    height: inherit;
}

.kkallamen-perk ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 40px;
}

.kknuzha-sec {
    position: relative;
    z-index: 9;
    overflow: hidden;
}

/*---Location 1 king-salman-district page End----*/

/*----Serviced Offices page----*/

.servoffi-sec {
    padding-top: 50px;
    padding-bottom: 78px;
    background-color: #E0E0E0;
}

/* .servoffi-sec .row {
    align-items: center;
} */

.servoffidetail h1 {
    font-weight: 800;
    font-size: 30px;
    color: #1A253B;
    margin-bottom: 0;
    padding-bottom: 16px;
    text-align: right;
}

.servoffidetail em {
    font-weight: 600;
    font-style: italic;
    font-size: 16px;
    color: #B97233;
    padding-bottom: 16px;
    display: inline-block;
}

.servoffidetail p {
    font-weight: 400;
    font-size: 16px;
    color: #1A253B;
    margin-bottom: 0;
    text-align: right;
}

.groupofpeo-sec {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 13px;
    padding-bottom: 21px;
}

.groupofpeo-lft span {
    display: block;
    text-align: right;
}

.groupofpeo-lft span:first-of-type {
    font-weight: 500;
    font-size: 16px;
    color: #1A253B;
}

.groupofpeo-lft span:last-of-type {
    font-weight: 700;
    font-size: 16px;
    color: #1A253B;
}

.servopffice-slider {
    position: relative;
    z-index: 9;
    overflow: hidden;
    border-radius: 30px;
}

.servopffice-slider:before {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 1.8%, rgba(0, 0, 0, 0) 100%);
    width: 20%;
    height: 100%;
    left: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    z-index: 1;
}

.servopffice-img {
    width: 100%;
}

.servopffice-img img {
    border-radius: 30px;
    width: 100%;
    height: inherit;
    object-position: top;
    aspect-ratio: 1.45/1;
}

.servopffice-slider .slick-arrow {
    position: absolute;
    top: 50px;
    z-index: 1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: grid;
    place-content: center;
}

.servopffice-slider .slick-prev {
    left: 20px;
    background-color: #ffffff;
}

.servopffice-slider .slick-next {
    left: 80px;
    right: unset;
    background-color: #ffffff;
}

.servopffice-slider .slick-next:before,
.servopffice-slider .slick-prev:before {
    content: none;
}

.kkkeyfeature-sec {
    background-color: #EDC0A1;
    padding: 20px 20px;
    width: fit-content;
    border-radius: 15px;
    margin-bottom: 21px;
    width: 438px;
}

.kkkeyfeature-sec h4 {
    font-weight: 800;
    font-size: 16px;
    color: #1A253B;
    margin-bottom: 0;
    padding-bottom: 16px;
    text-align: right;
}

.keyfeatinner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 13px;
}

.keyfeatinner span {
    font-weight: 600;
    font-size: 16px;
    color: #1A253B;
    text-align: right;
}

.kkkeyfeature-sec ul li {
    margin-bottom: 12px;
}

.kkenqfet-btn {
    padding: 14px 60px;
    background-color: #1A253B;
    border: 1px solid #1A253B;
    border-radius: 90px;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    color: #E0E0E0;
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
}

.kkenqfet-btn:hover {
    background-color: transparent;
    color: #1A253B;
}

.avillocation {
    padding: 80px 0;
    background-color: #1A253B;
}

.avillocation h2 {
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    margin-bottom: 0;
    text-align: right;
}

.servloc-card {
    background-color: #EDC0A1;
    overflow: hidden;
    border-radius: 20px;
}

.servloc-img img {
    object-fit: cover;
    width: 100%;
}

.servloc-info {
    padding: 20px 20px;
}

.servloc-info h3 {
    font-weight: 700;
    font-size: 12px;
    color: #1A253B;
    margin-bottom: 0;
    padding-bottom: 10px;
    text-align: right;
}

.servloc-info h4 {
    font-weight: 400;
    font-size: 12px;
    color: #1A253B;
    margin-bottom: 0;
    padding-bottom: 10px;
    text-align: right;
}

.servlocdetail {
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 12px 0;
}

.servloc-info p {
    font-size: 12px;
    color: #1A253B;
    margin-bottom: 10px;
    text-align: right;
}

.servloc-info > p:last-of-type {
/*    height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* number of lines */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    /* Important for Arabic */
    direction: rtl;
    unicode-bidi: bidi-override;
    text-align: right;
    height: 90px;
}

.servlocdetail span {
    font-weight: 500;
    font-size: 10px;
    color: #1A253B;
}

.servlocdetail span:last-of-type {
    font-weight: 700;
}

.servlocdetbtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-top: 12px;
}

.kkntanthr-wrap ul li {
    position: relative;
    margin-bottom: 16px;
}
/*.kkntanthr-wrap ul li{
    white-space: normal !important;
}
*/
.kkntanthr-wrap ul li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 50%;
    right: -8px;
    transform: translate(50%, -50%);
    background-color: #1A253B;
}

.kkbktur-btn {
    background-color: #B97233;
    border: 1px solid #B97233;
    padding: 14px 40px;
    color: #FFFFFF;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 90px;
    text-align: center;
    width: 50%;
}

.kkbktur-btn:hover {
    background-color: transparent;
    color: #B97233;
}

.kkenqtur-btn {
    background-color: #E0E0E0;
    border: 1px solid #E0E0E0;
    padding: 14px 40px;
    color: #1A253B;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 90px;
    text-align: center;
    width: 50%;
}

.kkenqtur-btn:hover {
    background-color: transparent;
    color: #E0E0E0;
}

.servloc-slider .slick-slide {
    margin-left: 90px;
}

.servloc-slider .slick-list {
    margin-left: -90px;
}

.servloc-slider {
    padding-top: 40px;
}

.servloc-slider .slick-arrow {
    position: absolute;
    top: -35px;
    z-index: 1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: grid;
    place-content: center;
}

.servloc-slider .slick-prev {
    left: 20px;
    right: auto !important;
    background-color: #ffffff;
}

.servloc-slider .slick-next {
    left: 80px;
    right: unset;
    background-color: #ffffff;
}

.servloc-slider .slick-list {
    overflow: visible;
}

.antoffspce-sec {
    background-color: #E0E0E0;
    padding: 30px 0;
}

.antoffspce-sec .row {
    align-items: center;
}

.kkntanthr-wrap h2 {
    font-weight: 800;
    font-size: 30px;
    color: #1A253B;
    padding-bottom: 21px;
    margin-bottom: 0;
    text-align: right;
}

.kkntanthr-wrap ul li {
    position: relative;
}

/*.kkntanthr-wrap ul li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 50%;
    right: -8px;
    transform: translate(50%, -50%);
    background-color: #1A253B;
}*/

.kkntanthr-wrap p {
    font-weight: 400;
    font-size: 16px;
    color: #1A253B;
    margin-bottom: 16px;
    text-align: right;
}

.kkntanthr-img {
    height: 500px;
}

.kkntanthr-img img {
    object-fit: cover;
    width: 100%;
    height: inherit;
    border-radius: 30px;
}

.underroof-sec {
    background-color: #1A253B;
    padding: 85px 0;
}

.underrooflab h2 {
    font-weight: 800;
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 0;
    text-align: right;
}

.underroof-area ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.underroof-area ul li {
    background-color: #E0E0E0;
    text-align: center;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.underroof-area ul li p {
    margin: unset;
}

.underroof-area ul li h5 {
    font-weight: 800;
    font-size: 14px;
    text-align: center;
    color: #1A253B;
    margin-bottom: 0;
    padding: 40px 20px;
    display: grid;
    place-content: center;
}

.custdeg-sec {
    background-color: #EDC0A1;
    padding: 85px 0;
}

.custdeg-info h2 {
    font-weight: 800;
    font-size: 30px;
    color: #1A253B;
    margin-bottom: 0;
    padding-bottom: 21px;
    text-align: right;
}

.custdeg-info p {
    font-weight: 400;
    font-size: 16px;
    color: #1A253B;
    margin-bottom: 0;
    text-align: right;
}

.custdeg-info {
    padding-left: 0;
    padding-right:0 !important;
}

.custdeg-img {
    height: 550px;
    border-radius: 30px;
    margin: 0 auto;
    text-align: center;
}

.custdeg-img img {
    object-fit: cover;
    width: auto;
    height: inherit;
    border-radius: 30px;
}

.exoffkication-wrap {
    padding: 85px 0;
    background-color: #E0E0E0;
}

.exoffkication-title h2 {
    font-weight: 800;
    font-size: 30px;
    color: #1A253B;
    margin-bottom: 0;
    text-align: right;
}

.exoffkication-slider .slick-slide {
    margin-left: 30px;
}

.exoffkication-slider .slick-list {
    margin-left: -30px;
}

.exoffkication-slider .slick-next:before,
.exoffkication-slider .slick-prev:before {
    content: none;
}

.exoffkication-slider .slick-arrow {
    position: absolute;
    top: -30px;
    z-index: 1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: grid;
    place-content: center;
}

.exoffkication-slider .slick-prev {
    left: 20px;
    right: auto !important;
    background-color: #ffffff;
}

.exoffkication-slider .slick-next {
    left: 80px;
    background-color: #ffffff;
    right: unset;
}

.exoffkication-slider {
    padding-top: 21px;
}

/*---Serviced Offices page End----*/

/*---meeting rooms page----*/

.meetingsetup-sec {
    padding: 85px 0;
    background-color: #E0E0E0;
}

.meetingsetup-sec h2 {
    font-weight: 800;
    font-size: 30px;
    text-align: center;
    color: #1A253B;
    margin-bottom: 0;
    padding-bottom: 50px;
}

.meetingsetup-img img {
    object-fit: cover;
    width: 100%;
    border-radius: 30px;
    aspect-ratio: 1.5/1;
}

.meetingsetup-con {
    padding-top: 30px;
}

.meetingsetup-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    padding-bottom: 10px;
}

.meetingsetup-info span {
    font-weight: 500;
    font-size: 16px;
    color: #1A253B;
}

.meetingsetup-con h3 {
    color: #1A253B;
    font-weight: 800;
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 5px;
    text-align: right;
}

.meetingsetup-con p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    color: #1A253B;
    text-align: right;
}

.nxtteammting {
    background-color: #EDC0A1;
    padding: 96px 0;
}

.nxtteammting .row {
    align-items: center;
}

.nxtteammting-info h2 {
    font-weight: 800;
    font-size: 30px;
    color: #1A253B;
    margin-bottom: 0;
    padding-bottom: 21px;
    text-align: right;
}

.nxtteammting-info p {
    color: #1A253B;
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 21px;
    text-align: right;
}

.nxtteammting-img {
    width: 100%;
}

.nxtteammting-img img {
    object-fit: cover;
    width: 100%;
    height: inherit;
    border-radius: 30px;
    aspect-ratio: 2/1;
}

/*----meeting rooms page End---*/






/*--Blog Details--*/
.blogdetailsec {
    background-color: #E0E0E0;
    padding: 60px 0 84px 0;
}

.blogdetail-lftwrap {
    background-color: #ffffff;
    padding: 40px 40px;
    border-radius: 20px;
}

.blgdtilimg-main {
    position: relative;
}

.blgdtilimg {
    border-radius: 20px;
}

.blgdtilimg img {
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
}

.blgdtilimg-main span {
    position: absolute;
    background-color: #1A253B;
    left: 0;
    bottom: 0;
    padding: 10px 20px;
    font-weight: 800;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.blgdtl-label {
    padding: 38px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.blgdtl-labelinr h1 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: unset;
    padding-bottom: 8px;
    color: #1A253B;
    text-align: right;
}

.blgdtl-labelinr p {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: unset;
    padding: 8px 0;
    color: #1A253B;
    text-align: right;
}

.blgdtl-labelinr ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 34px;
}

.blgdtl-labelinr ul li svg {
    padding-left: 5px;
}

.blgdtl-labelinr ul li {
    position: relative;
}

.blgdtl-labelinr ul li:first-of-type::before {
    content: unset;
}

.blgdtl-labelinr ul li:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 1px;
    right: -18px;
    top: 50%;
    background-color: #7D888E;
    transform: translateY(-50%);
}

.blgdtl-labelinr ul li span {
    font-weight: 500;
    font-size: 14px;
    color: #1A253B;
}

.blgdtilcontmain {
    padding-top: 38px;
}

.blgdtilcontinner p {
    font-weight: 500;
    font-size: 14px;
    color: #1A253B;
    margin-bottom: 16px;
    text-align: right;
}

.blgdtilcontinner h2 {
    font-weight: 800;
    font-size: 18px;
    color: #1A253B;
    margin-bottom: 8px;
    text-align: right;
}

.blgdtilcontinner ul {
    padding-right: 20px;
    margin-bottom: 15px;
}

.blgdtilcontinner > ul > li {
    position: relative;
}

.blgdtilcontinner p a {
    text-decoration: underline;
    color: #B97233;
    font-weight: 800;
}

.blogdetail-rgtwrap h2 {
    font-weight: 800;
    font-size: 30px;
    color: #1A253B;
    margin-bottom: 0;
    padding-bottom: 30px;
    text-align: right;
}

.blogdetail-rgtwrap li {
    background-color: #ffffff;
    padding: 20px 20px;
    border-radius: 16px;
    margin-bottom: 12px;
    box-shadow: 0px 10px 24px 0px #00000012;
}

.explsometopic {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 21px;
}

.explsometopic-lft {
    min-width: 157px;
    width: 157px;
}

.explsometopic-lft img {
    object-fit: cover;
    width: 100%;
    border-radius: 9px;
    aspect-ratio: 1.5/1;
}

.explsometopic-rgt h3 {
    font-weight: 800;
    font-size: 14px;
    color: #1A253B;
    margin-bottom: 8px;
    text-align: right;
}

.explsometopic-info {
    display: flex;
    align-self: center;
    justify-content: flex-start;
    gap: 16px;
}

.explsometopic-info span {
    position: relative;
    font-size: 14px;
    color: #1A253B;
}

.explsometopic-info span:first-of-type::before {
    content: unset;
}

.explsometopic-info span:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 18px;
    background-color: #7D888E;
    top: 50%;
    transform: translateY(-50%);
    right: -9px;
}

.explsometopic-info span svg {
    margin-left: 5px;
}

/*--Blog Details--*/



/* Captcha */
.kkrecaptu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

  .rtl .iti input.form-control {
        padding-right: 20px !important;
        padding-left: 20px !important;
        direction: rtl;
        text-align: right;
    }
    .rtl .iti__flag-container {
        right: 0;
        left: auto;
        padding-right: 0;
    }
    .rtl .getintuch-info {
        text-align: right;
    }
    .rtl .getintuch-info ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .rtl .getintuch-info ul li a {
        justify-content: flex-end;
        direction: ltr;
        gap: 12px;
    }
    .rtl .enqrecap {
        align-items: flex-end;
    }
    .rtl .form-control {
        direction: rtl;
        text-align: right;
    }
    .rtl .form-control::placeholder {
        text-align: right;
    }
    .rtl .text-danger {
        text-align: right;
    }

    .rtl .getintuch-info ul li a {
    /* justify-content: flex-end; */
    /* direction: rtl; */
    gap: 12px;
}


.iti__country-list{
    left: 0;
}

.cpyrhtusefulink ul li:last-of-type:before{
    content: "";
}
.spaceopt-items > p:last-of-type{

 /*    height: 70px; 
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;*/
height: 70px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;

    /* Important for Arabic */
    direction: rtl;
    unicode-bidi: bidi-override;
    text-align: right;
   
}


.ftrglobalcont ul li a {
    direction: ltr !important;
}



#toast-container > div {
  -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
          box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
  opacity: 1; }
  #toast-container > div:hover {
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
            box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    opacity: 0.9; }

#toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div {
  min-width: 96%;
  margin: 4px auto; }

.toast-primary {
  border: 2px solid #556ee6 !important;
  background-color: rgba(85, 110, 230, 0.8) !important; }

.toast-secondary {
  border: 2px solid #74788d !important;
  background-color: rgba(116, 120, 141, 0.8) !important; }

.toast-success {
  border: 2px solid #34c38f !important;
  background-color: rgba(52, 195, 143, 0.8) !important; }

.toast-info {
  border: 2px solid #50a5f1 !important;
  background-color: rgba(80, 165, 241, 0.8) !important; }

.toast-warning {
  border: 2px solid #f1b44c !important;
  background-color: rgba(241, 180, 76, 0.8) !important; }

.toast-danger {
  border: 2px solid #f46a6a !important;
  background-color: rgba(244, 106, 106, 0.8) !important; }

.toast-pink {
  border: 2px solid #e83e8c !important;
  background-color: rgba(232, 62, 140, 0.8) !important; }

.toast-light {
  border: 2px solid #eff2f7 !important;
  background-color: rgba(239, 242, 247, 0.8) !important; }

.toast-dark {
  border: 2px solid #343a40 !important;
  background-color: rgba(52, 58, 64, 0.8) !important; }

.toast-error {
  background-color: rgba(244, 106, 106, 0.8);
  border: 2px solid #f46a6a; }

.toastr-options {
  padding: 24px;
  background-color: #f6f8fa;
  margin-bottom: 0;
  border: 1px solid #eff2f7; }


@media (max-width: 1536px) {
    .explsometopic-info span:before {
        right: -5px;
    }
    .blgdtl-labelinr ul li:before{
    right: -7px;
}
.spaceopt-items p:last-of-type{
    height: 90px !important;
}
}



@media (max-width: 1200px) {
    .servopffice-slider .slick-prev {
        right: unset !important;
        left: 20px;
    }
    .cpyrhtusefulink ul li:last-of-type:before{
        content:unset;
    }
}

@media (max-width: 1024px) {
.servloc-info > p:last-of-type{
    height: 105px;
    -webkit-line-clamp:6;
}

}
@media (max-width: 767px) {
   .servloc-slider .slick-arrow {
        
        top: 70px !important;
    }
    .exoffkication-slider .slick-arrow{
        top: 70px !important;
    }
}


@media only screen and (max-width: 991px) {
    .cpyrgtinr {
        text-align: right;
    }
    .boldidealfinfo{padding-left: 0 !important;}
}



@media (max-width: 575px) {
    .servopffice-slider .slick-next {
        right: unset !important;
    }
}

