@media screen and (max-width: 950px) {
    @keyframes fadeOut {
        0% {
            opacity: 1;
            visibility: visible;
        }
        100% {
            opacity: 0;
            visibility: hidden;
        }
    }
    
    h4, h6{
        text-align-last: center !important;
        margin: 0 !important;
    }
    h6{
        font-size: 120% !important
    }
    #menu-list li ul{
        /* top: 20% !important;
        left: 0;
        right: 70%; */
        padding-top: 0.3em !important;
        position: relative !important;
        visibility: visible !important;
        opacity: 1 !important;
        left: unset !important;
        right: unset !important;
        top: unset !important;
        width: 100% !important;
    }

    #menu-list li ul li{
        border-inline-start: 4px solid #B3B376;
    }

    #menu-list li ul:dir(ltr){
        /* right: 0% !important;
        left: 70% !important; */
    }
    .menu-activated{
        display: contents !important;

    }
    .sub-menu-list{
        display: none ;
    }

    #menu-list li:hover > ul{
        display: none ;
    }


    #menu-list li ul{
        background: unset;
        box-shadow:none
    }


    #links
    {
        display: none;
        order: 3;
        background: linear-gradient(180deg, hsla(157, 62%, 17%, 1) 0%, hsla(154, 66%, 25%, 1) 100%);


    }
    #links ul {
        flex-direction: column !important;
        align-content: start;
        margin: 0px !important;
        padding: 0px !important;
    }

    #links ul li {
        margin: 0px !important;
        width: 100% !important;
        height: max-content !important;
    }

    #links ul div{
        margin: 0px !important;
        width: fit-content !important;
        height: max-content !important;
    }

    #links ul li ul li a{
        color: silver !important;
        padding: 5px 0;
    }

      /* Common Mobile Styles */
  ul li {
    position: relative;
  }

  ul li ul {
    /* position: absolute;
    top: 0;
    left: 100%; 
    right: auto;
    display: none;
    visibility: hidden;
    opacity: 0;
    min-width: 150px;  */

  }

  ul li:hover > ul {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0; /* Keep the dropdown level with the parent */
    left: 100%; /* Ensure dropdown is shown on the right by default */
  }

    * For RTL Layout on Mobile */ html[dir="rtl"] ul li ul {
        left: auto;
        /* Default left-side for RTL */
        right: 100%;
        /* Position dropdown to the left of the parent for RTL */
    }

    html[dir="rtl"] ul li:hover>ul {
        left: auto;
        /* Ensure it doesn't override */
        right: 100%;
        /* Dropdown to the left for RTL */
    }

    /* For LTR Layout on Mobile */
    html[dir="ltr"] ul li ul {
        left: 100%;
        /* Dropdown on the right for LTR */
        right: auto;
    }

    html[dir="ltr"] ul li:hover>ul {
        left: 100%;
        /* Keep dropdown to the right */
    }

    .menu-icon {
        font-size: 2rem;
        cursor: pointer;
        display: block;
        margin: 20px;
        align-self: start;
        color: whitesmoke;
        order: 2;
        width: fit-content !important;
        display: inline-flex;
        justify-content: space-between !important;
    }
    
    /* Style the menu */
    .menu {
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.5s ease, visibility 1s 0.5s; /* Fade in over 0.5s, delay visibility change */

    }


    .menu.active {
        opacity: 1;  /* Fade out */
        visibility: visible;  /* Make it non-interactable */
        transition: opacity 0.5s ease, visibility 0s 0.5s; /* Fade out over 0.5s */
        flex-wrap: wrap;
    }

    #greenNav{
        background: unset !important;
        flex-wrap: wrap;
    }

    
    
    .menu li, .menu div {
        padding: 10px 0 ;
        text-align: start;
        width: 100%;
	padding-bottom: 1em;
        padding-top: 0.1em;
        text-align: start;
    }
    
    .menu li a {
        color: white;
        text-decoration: none;
        display: block;
    }
    
    .menu li a:hover {
        /* background-color: #555; */
    }

    #title-mobile{
        gap: 0.3rem;
        color: #F3FCF7;
        text-align-last: center;
        text-align: center !important;
        h4{
            /* font-size: 0.5rem !important; */
            /* font-weight: 300; */
            text-align: center;
        }
        order: 2;
    }

    #title-mobile > .h6{
        font-size: small !important;
    }

    #titleLogos{
        display: none !important;
    }

    #titleLogos-mobile{
        display: flex !important;
        flex-direction: row !important;
        border-bottom:  1px solid #5B8874;
        order: 1;
        flex-wrap:wrap !important;
        justify-content: space-evenly !important;
    }

    #minstryLogo-mobile{
        align-self: center;
        object-fit: contain; /* Ensures image is contained within the given width and height */
        width: 250px;
        max-width: 100% !important;
    }
    
    #embassyLogo-mobile{
        align-self: end;
        /* height: 1rem; */
        width: 30vw !important;
        max-width: 100% !important;
        order: 1;
        width: inherit;
        height: inherit;
        max-width: 100%;
        min-width: 27vw !important;
    }
    
    #embassy-mobile{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start    ;
        padding-top: 10px !important;
    }
    #nav-mobile{
        display: flex;
        background-color: #104531;
    }

    #links ul li ul {
        margin: 0px !important;
	display: none;
        
    }
    #links ul li ul li:hover {
        margin: 0px !important;
        border-inline-end: 2px solid green !important;
    }

    #embassyName-mobile {
        align-self: end !important;
        color: #B3B376;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        padding-bottom: 2rem !important;
        order: 2;
    }
    
    #embassyName-mobile > h6{
        align-self: end !important;
        color: #B3B376;
        white-space: nowrap !important;
        border-inline-end: 1px solid #B3B376;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    #footer{
        text-align: center;
    }

    #footer-logo img{
        width: 200%;
    }
    #footer-nav {
        grid-template-columns: 1fr; /* Stacks the columns into two for smaller screens */
        text-align: start !important;
      }

      #start-side{
        display: flex !important;
        flex-direction: column;
        width: 100%;
        align-items: center;
        order: 2;
        padding: 1em !important;
      }

      #end-side{
        display: flex !important;
        flex-direction: column;
        width: 100%;
        align-items: center;
        order: 1;
      }

      #end-side img {
        width: 100% !important;
      }

      #footer-bottom{
        flex-direction: column;
        font-size: 11px !important;
      }

      #footer-bottom a{
        font-size: 12px !important;
      }
    
      #full-page{
        width: 100% !important;
        overflow-x: clip !important;
      }

      #footer-top{
        display: inline-flex;
        gap: 20px !important;
        padding: 40px !important;
        background-color: #104531;
        color: white;
        flex-direction: column;
      }

      #footer-logo{
        display: flex;
        justify-content: center;
      }

      #footer-logo img{
        width: 30% !important;
        height: 200px !important;
      }

      .image-half::before {
        content: '';
        position: absolute;
        top: unset !important;
        bottom: 0 !important;
        left: 0;
        width: 100% !important;
        height: 100px !important;
        background: linear-gradient(to bottom, transparent, #104531) !important;
    }
    
    .image-half::after {
        display: none;
        content: '';
        position: absolute;
        top: unset !important;
        bottom: 0 !important;
        left: 0;
        width: 100% !important;
        height: 100px !important;
        background: unset !important;
    }

    .image-half-home::before {
        content: '';
        position: absolute;
        top: unset !important;
        bottom: 0 !important;
        left: 0;
        width: 100% !important;
        height: 100px !important;
        background: linear-gradient(to bottom, transparent, #104531) !important;
    }
    
    .image-half-home::after {
        display: none;
        content: '';
        position: absolute;
        top: unset !important;
        bottom: 0 !important;
        left: 0;
        width: 100% !important;
        height: 100px !important;
        background: unset !important;
    }
    
    
    .content-half::before {
        display: none;
        content: '';
        position: absolute;
        top: unset !important;
        bottom: 0 !important;
        right: 0;
        width: 100% !important;
        height: 100px !important;
        background: linear-gradient(to bottom, transparent, #104531) !important;
    } 

    .content-half{
        display: none;

    }

    .slide {
        flex-direction: column;
    }
    
    .image-half {
        width: 100%;
    }

    .image-half-home {
        width: 100%;
    }
    
    .content-half {
        width: 100%;
    }

    .title{
        font-size: 20px !important;
        text-align: center;

    }

    .subtitle{
        font-size: 1.4em !important;
        text-align: center;
	display: none;
    }

    .description{
        font-size: 1.0em !important;
        text-align: center;
        margin-bottom: 20px !important;
    }

    .reading-button-div{
        flex-direction: row !important;
        width: 100%;
        justify-content: center !important;
    }

    #about-container{
        display: flex !important
;
        flex-direction: column-reverse !important;
        align-items: center;
    }

    #about-container>div{
        font-size: 1.5em !important;
        align-items: center;
    }
    
    #about-text{
        text-align-last: center !important;
        text-align: center !important;
    }

    .service-content {
        display: flex !important;
        flex-direction: column !important;
        text-align-last: center !important;
        text-align: center !important;
	text-decoration: unset;
	justify-items: center;
    }

    .service-card{
	width: 280px !important;
        align-self: center !important;
        max-width: 100%;
        place-self: center !important;
        height: auto;
    }
    .content{
        display: none;
    }
    .content-mobile {
        display: block !important;
        /* flex-direction: column !important; */
        position: absolute;
        /* top: 0; */
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(180deg, rgba(255, 95, 109, 0), rgba(16, 69, 49, 0.75), rgba(16, 69, 49, 1));
        -webkit-background: linear-gradient(180deg, rgba(255, 95, 109, 0), rgba(16, 69, 49, 0.75), rgba(16, 69, 49, 1));
        -moz-background: linear-gradient(180deg, rgba(255, 95, 109, 0), rgba(16, 69, 49, 0.75), rgba(16, 69, 49, 1));
        padding-bottom: 4em;
        padding-inline: 2em;
    }

    .card-container.active{
        justify-content: center !important;
        padding-bottom: 50px !important;
    }

    #contact-container{
        display: flex;
        flex-direction: column !important;
        padding-inline-start: 0 !important;
    }

    .contact-card{
        width: 42vw !important;
        height: 200px !important;
    }

    #about-prev-container{
        grid-template-columns: 1fr !important;
        padding-inline: 8% !important;
	padding-top: 0 !important;
	gap: 0 !important;
    }

    .card-context{
        text-align: start !important;
        text-align-last: start !important;

    }

    .card-context  h6{
	text-align: center !important;
        text-align-last: center !important;

    }

    .ambas-card{
	height: auto !important;
    }

    #services-cards-container{
        display: grid !important;
    grid-template-columns: repeat(1,1fr) !important;
    /* padding-inline: 6% !important;
    padding-top: 4% !important;
    padding-bottom: 4% !important; */

    /* text-align: center !important;
    text-align-last: center !important;
    gap: 1em; */
    justify-items: center;
    }

    .services-list-title{
        /* width: 100%; */
    }

    .services-list-title  h6{
        display: flex;
        justify-content: start;
        /* margin-inline: 1em !important; */
    }
    .services-list-filter{
        flex-wrap: wrap;
        justify-content: start;
    }

    #nav-tabs-div{
        flex-direction: column !important;
    }

    .nav-container{
        /* padding-inline-end: 8% !important; */
        order: 1 !important;
        /* padding-top: 1em !important; */
    }

    .nav-container, .nav-tabs{
        display: flex !important;
        flex-direction: row !important;
        /*justify-content: center;*/
        /* flex-wrap: nowrap !important; */
        width: 100% !important;
    }

    .nav-link{
        height: auto !important;
        justify-content: center;    
    }

    .nav-item a{
        border-inline-start: 0 !important;
        border-bottom: 4px solid #ddd !important;

    }

    .nav-link.active{
        border-inline-start: 0 !important;
        border-bottom: 4px solid green !important;

    }

    .media-list-title{
        padding-inline-start: 8% !important;
        padding-top: 1em !important;
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 1em !important;
    }

    .services-list-title{
        /* padding-inline-start: 8% !important; */
        padding-top: 1em !important;
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 1em !important;
    }

    #end-side  img{
        width: 30% !important;
        padding: 1em;
        max-width: 230px !important;    }
    
    #end-side{
        justify-content: center !important;
        flex-direction: row !important;
    }

    .image-half{
        border-radius: 25px;
    }

    .img-header h6{
        font-size: smaller !important;
    }

    .bot-text-container{
    /* box-shadow: 0 4px 6px #E8EBEA; */
    /* padding: 0 !important; */
    /* border-radius: 25px; */
    width: 100% !important;
    overflow: hidden;
    height: auto !important; 
    position: relative;
    }

    .bot-slide{
        position: absolute;
        width: 100%;
        height: 100%;
        display: flex;
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
        /* padding-inline: 5vw !important; */
        order: 1;
        flex-direction: column;    
    }

    .bot-slider-container{
        height: 500px !important;
    }

    .bot-slider-container>div{
        display: flex;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
    gap: 14px !important;
    }

    .bot-slider-container .navigation{
        display: flex;
    flex-direction: row !important;
    align-items: center !important;
    text-align: center;
    gap: 1em !important;
    bottom: 5vw !important;
    }

    .bot-img-container{
        width: auto !important;
        border-bottom: 1px solid #1B8354;
    }

.bot-img-container > p {
    padding-bottom: 1em;
}

    .bot-img-container img{
        width: 100px !important;
        height: 100px;
    }

    .bot-prev-btn{
        left: 0 !important;
    }

    .bot-slider-btn{
        top: 25% !important;
    }

    .rel-bot-title h2{
        font-size: 1.5em !important;
    }

    .mid-start-side{
        padding: 0.4em !important;
    }

    .mid-start-side h1{
        font-size: 1.4em !important;
    }

    .mid-end-side{
        padding-inline-end: 0.5em !important;
    }

    .mid-end-side h6{
        font-size: 0.8em !important;
    }

    .mid-end-bottom >a{
        font-size: 0.8em !important;
    }

    .qr-code{

        z-index: 1200;
        position: absolute;
        /* top: 0; */
        bottom: 0;
        left: 31px;
    }

    
.contact-header{
    display: flex;
    flex-direction: column-reverse !important;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
    justify-content: center !important;
    align-items: center !important;
}
.contact-start-side{
    display: flex !important;
    flex: start !important;
    flex-direction: column !important;
    width: 100% !important;
    line-height: 2em !important;
    gap: 2em !important;
    align-items: center !important;
    text-align: center !important;
    text-align-last: center !important;
    padding-top: 1em !important;
}
.contact-end-side{
    display: flex !important;
    flex: end !important;
    width: 100% !important;
    justify-content: center !important;
    
}

.contact-end-side>img{

    height: 15vw !important;
    border-radius: 25px !important;
    min-height: 150px !important;
}
.contact-tabs{
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;

}
.contact-details-title{
    text-align: center !important;
}

.contacts-header >section >div > p {
    white-space: normal !important;
    word-break: break-word !important;
    width: auto !important;

}

.contacts-header >section >div > div {
    white-space: normal !important;
    /* word-break: break-word; */
    width: auto !important;
        gap: 1em;
}

.contacts-header >section >div > label {
        white-space: normal !important;
        /* word-break: break-word; */
        width: 80px !important;
        border-inline-end: 0 !important;
        /* border-bottom: 1px solid black; */
        width: 100% !important;

}

.card-inner>label{
    width: 100% !important;
    border-inline-end: 0 !important;
}


.list-container>ul>section>div>p{
    white-space: normal !important;
    word-break: break-all;
}

.followingStates-section > div >ul{
    grid-template-columns:repeat(1,1fr 1fr) !important;
}

.list-container>ul>section>div>label{
    width: 100% !important;
    border-inline-end: 0 !important;
}

.list-container>ul>section>div>p{
    width: auto !important;

}

.values-container{
    align-content: center !important;
    padding-inline: 1em !important;
}

.section-title-home{
    align-self: center !important;
    text-align: center;
    font-size: x-large !important;
}

.view-more-link{
    font-size: larger !important;
    text-align: center !important;
    width: 100% !important;
    padding:0 !important;
    justify-content: center !important;
}

/* .accordion-item .accordion-button {
    cursor: pointer !important;
} */

/* .accordion-item .collapse.show {
    display: block !important;
} */

.about-prev-desktop-view{
    display: none !important;
}

.about-prev-mobile-view{
    display: inline-flex !important;
    padding-top: 4em !important;
    width:100%;
}

.bi-qr-code-scan{

}

#about-page-container{
    grid-template-columns: 1fr !important;
}

.img-side{
    width: 100% !important;

}

.news-content{
    order: 1;
}

.background-lines{
    display: none !important;
}

.news-template-content{

}

.img-section{
    order: 1 !important;
    padding-top: 3em;

}

.text-side{
    width: 100% !important;
}

.img-spacing > img{
    width: 100% !important;
}

.news-title{
    align-self: self-start !important;
}

#rulers{
    flex-direction: column !important;
    gap: 4em;
}

.img-container>img{
    height: 200px;
    
}

.footer-links > div > div > div > div > div > ul{
	grid-template-columns: 1fr;
    	text-align: start !important;
}

.footer-logo {
    text-align: center !important;
    width: 100% !important;
}

.rulers-content{
    order: 2;

}

#grayNav{
	/*justify-content: center; */
        /* gap: 0.5em;*/
}

.contact-cards{
	margin-inline-end:0 !important;
	padding-inline-start: 0 !important;
}

.card-context > button{
	align-self: center !important;
}

.card-context > p{
	    align-self: center !important;
}

.service-card > p{
    font-size: 1em !important;
}

.service-content img{
        width: 80%;
        height: auto !important;
        max-width: 200px;
        padding-bottom: 0.2em;
        max-height: 250px !important;
}


.desktop-search {
    display: none;
}

.header-search a, .ms-srch-sb > .ms-srch-sb-searchLink:before {
    content: "";
    height: 1.2em;
    /* background-position-y: center; */
     font-size: large !important;
     display: inline-flex;
}

#date > label {
    font-size: 14px;
}

#date > i {
    font-size: 14px !important;
}

.contacts-header >section >div{
    grid-template-columns: repeat(1, 1fr) !important;
    place-items: center !important;
    text-align: center !important;
    gap: 1em !important;
}

.list-container>ul>section>div{
    grid-template-columns: repeat(1, 1fr) !important;
    place-items: center !important;
    text-align: center !important;
    gap: 1em !important;
}

.card-inner{
    grid-template-columns: repeat(1, 1fr) !important;
    place-items: center !important;
    text-align: center !important;
    gap: 1em !important;
    padding-inline: 0 !important;
}

.contacts-header >section >div >p{
    padding:0 !important;
}

.contacts-header >section >div >div{
    padding: 0 !important;
    flex-wrap: wrap;
    justify-content: center !important;
}

.contact-end-side img{
   min-height: 150px !important;
}

.list-container>ul{
    padding:0 !important;
}

.list-container>label{
    text-align: center !important;
}

.details-section-title{
    text-align: center !important;
    font-size: 25px !important;
}

.contacts-header >section{
    padding-inline: 0 !important;
}

section > div > label >span.show-en {
    font-family: "IBMPlexSans-bold" !important;
}

section > div > label >span.show-ar {
    font-family: "IBMPlexSans-bold" !important;
}

.card-inner>label {
    font-family: 'IBMPlexSans-bold';
}

div#SPLayout{
    grid-template-columns: 1fr !important;
}

.page-sidenav .internal-aside{
    display: none !important;
}

div#nav-tab {

    overflow-x: scroll !important;
    overflow-y: hidden !important;
}

.slider-btn{
    transform: translateY(450%);
}

.title > a{
	font-size: 25px !important;
}

.contact-cards{
	margin:0;
	width: 100% !important;
}

footer .footer-icons{
    width: 100%;
    place-content: center;
    place-items: center;
    text-align: center;
}

.page-subfooter-end img{
    margin: 0 !important;
}

img.justify-content-end.px-2 {
    margin: 1em 0 !important;
}

footer .dfwp-column.dfwp-list li{
	margin-right:0 !important;
}

.modal-dialog {
    max-width: 100% !important;
}

label#date i {
    align-content: center;
}

#about-image> img {
    border-radius: 25px;
    width: 170px !important;
    height: 290px !important;
    display: flex;
    object-fit: cover !important;
    object-position: top;
}

.services-grid{
    justify-content: center !important;
    align-items: center !important;
}

.service-content{
    align-self: center !important;
    justify-content: center !important;
}

.Mobile-Search *{
     padding: 0 !important;
     margin: 0 !important;
    border-radius: 9px;
        height: 30px;
}

.ms-srch-sb>input{
    font-size: medium;
        padding-inline-start: 11px !important;
        /* padding-inline-start: 2em; */
        width: 250px;
        --bs-border-radius: 0.375rem;
        height: 29px;
        padding-inline-end: 5px !important;
}

#nav-mobile #menu-icon{
        margin-top: 0.5em !important;
}

#nav-mobile .Mobile-Search .ms-srch-sb{
    margin: 0 !important;
}

#nav-mobile .ms-srch-sb img {
    display: none;
}

#nav-mobile .ms-srch-sb{
	margin-top: 0.3em !important;
}

#nav-mobile .ms-srch-sb > .ms-srch-sb-searchLink {
    transform: translateY(-12px);
}


.Mobile-Search .ms-srch-sb {

    width: fit-content !important;
        height: 30px;
        border-radius: 0.375rem;
}

.Mobile-Search .ms-srch-sb-searchImg {
    display: none !important;
}

.contacts-header a{
    width: 100%;
    place-content: center !important;
    display: flex;
    text-align: center;
    justify-content: center;
}

.breadcrumb{
    display: inline-flex;
    flex-wrap: nowrap;
    width: 100% !important;
}

.ms-srch-sbLarge{
    height: 40px;
}

.page-contact img {
    max-width: 100%;
}

.about-card .card-body{
    padding: 1.5em !important;
}

.page-services {
    margin-top: 2em;
}

img#searchImg {
    display: none;
}

.ms-srch-item-path{
    min-width: 80vw !important;
    max-width: 80vw !important;
}

.ms-srch-item-summary{
   /* min-width: 80vw !important;*/
   /* max-width: 80vw !important;*/

}

.ms-srch-item-link{

    /*min-width: 80vw !important;*/
    /*max-width: 80vw !important;*/
        color: #20ad95;
        text-decoration: none;
        text-wrap: wrap !important;
}

.ms-srch-hover-outerContainer{
    display: none !important;
}

.img-side>h3{
    padding-bottom: 1em !important;
}

.user-heading.round .img-side {
    margin-top: 2em !important;
}

.about-card {
    margin-top: 2em !important;
}

.user-heading.round {
    margin: 0 auto;
}

.profile img {
    margin: 0 auto;
}

.share-container a.share-button {
    vertical-align: top;
}

    .share-container i {
        padding: 9px 0;
        margin: 0 auto;
    }

.ms-core-listMenu-horizontalBox {
    border-bottom: 1px solid white;
}

ul li ul li a:hover span.menu-item-text {
    color: #25935f !important;
}

#links ul li ul li:hover{

    /*border-radius: 9px;*/
}

.tabs-container nav{
    display: grid !important;
}

#nav-tab .nav-link {
    min-width: fit-content !important;
}

.la-angle-down, .la-angle-up {
    right: 0;
    position: absolute;
    color: lightgray;
}

.ms-core-listMenu-horizontalBox .dynamic-children.additional-background {
    background-image: none !important;
}

#links .Mobile-Search {
    display: inline-flex !important;
}

html[dir=rtl] .la-angle-down, html[dir=rtl] .la-angle-up {
    right: auto !important;
    position: absolute;
    color: lightgray;
    left: 0;
}

.ms-core-listMenu-horizontalBox .dynamic-children.additional-background{
    padding-inline: 0px !important;
}

.contact-details h2.ms-webpart-titleText {
    text-align: center;
    text-align-last: center;
}

.contact-emb-section>div:not(.contact-header){
    overflow-x: overlay;
}

.contact-tabs>li{
    width: auto !important;
    align-content: center;
}

h2.ms-webpart-titleText span {
    font-size: 25px !important;
}

.contact-header p {
    font-size: 20px  !important;
    font-weight: 500:;
}

.contact-header h2 {
    font-size: 25px !important;
}

.list-container>label{
    font-size: 20px !important;
}

#about-text .about-name{
    font-size: 23px !important;
}

.about-position {
    font-family: 'IBMPlexSans-regular' !important;
    color: #146444;
    font-size: 45px;
    font-weight: 600;
    font-size: 25px !important;
}

#about-text .about-button{
    font-size: smaller !important;
}

.user-heading.round{
    background-image: none !important;
    padding-inline-start: 0 !important;
}

.world-img {
    display: none !important;
}

.bottom-decoration{
    display:none !important;
}

.img-side{
    padding-inline-end: 0em !important;
}

.img-side>h1 {
    font-size: 25px !important;
}

.img-side>h2 {
    font-size: 27px !important;
}

.img-side>h3 {
    font-size: 23px !important;
}

.u-decoration img{
    display: none !important;
}

.royal-container .logo-container>img {
    width: 20vw !important;
    /* min-width: 50px; */
    max-width: 160px !important;
}

.royal-container .text-container h5{
    font-size: max(4.0vw, 15px) !important;
}

    .royal-container .img-container>img {
        height: auto !important;
        /* max-height: 60vw !important; */
        min-width: 120px !important;
        max-width: 60vw !important;
    }

.royal-container .img-spacing {
    padding-inline: 0 !important;
}

.royal-container .text-container{
    gap: 0em !important;
}

.text-container h5 {
    margin: 0.8vw !important;

}

.news-template-content h5.news-title {
    width: 100% !important;
    background-image: none !important;
}

.news-template-content::after{
    background-image:none !important;
}

.news-template-content {
    width: 100% !important;
}

.news-template-content .img-section {

	padding-top: 0 !important;
}

.image .ms-rtestate-field{
    padding: 0 !important;
}

.news-template-content .share-container{
    width: 100% !important;
}

.text-content .ms-rtestate-field{
	padding: 0 !important;
}

div#s4-workspace {
    width: 100dvw !important;
}

.cards-dropdown {
    justify-self: center;
    width: 100% !important;
}

.map-spacing {

    padding-inline-start: 0 !important; 
}

label.embassyLabel {
    display: flex;
    justify-content: center;
}

.cards-dropdown select{
    width: 100% !important;
}

}/*for mobile only changes add above*/


/*the below only used for news*/

@media only screen and (min-device-width: 951px) and (max-device-width: 1410px) {

#services-cards-container{
    display: grid !important;
    grid-template-columns: repeat(2,1fr) !important;
    text-align: center !important;
    text-align-last: center !important;

    }

    /*#about-prev-container{
        grid-template-columns: 1fr 1fr !important;
        padding-inline: 15% !important;
    }

    .ambas-card{
        grid-template-columns: 1fr 0.5fr !important;
    }*/

    
    
}
