body {
    background-color: #ffffff;
    font-family: "Flexo", Sans-serif;
}
#ast-scroll-top {
    background-color: #ad2317 !important;
    bottom: 7em !important;
    right: 20px !important;
}
@media only screen and (max-width: 767px) {
    .grecaptcha-badge {
        display: none !important;
    }
}
.noMarginBox .elementor-widget:not(:last-child) {
    margin-bottom: 0 !important;
}
.contactForm button.elementor-button {
    max-width: 150px !important;
    display: inline-block;
    height: auto;
    margin-top: 20px;
}

.animate-icon img{
    animation-name: elementor-animation-pulse;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.hover-red:hover a, 
.hover-red:hover * {
    color: #ad2317;
}

/*career*/
.facetwp-facet {
    margin-bottom: 0 !important;
}
.facetwp-facet-locations .fs-wrap ,
.facetwp-facet-specializations .fs-wrap {
	width: 100% !important;
}
.facetwp-facet-locations .facetwp-type-fselect .fs-wrap, .facetwp-type-fselect .fs-dropdown ,
.facetwp-facet-specializations .facetwp-type-fselect .fs-wrap, .facetwp-type-fselect .fs-dropdown {
	width: 100% !important;
}
.facetwp-facet-locations .fs-search ,
.facetwp-facet-specializations .fs-search {
    display: none;
}

.careerWrap {
    display: block !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 10px !important;
}
table.careerTable {
	width: 100%;
    border: 1px solid #EBEBEB !important;
    border-bottom: 0 !important;
    margin: 0 !important;
}
table.careerTable td {
    border: 0 !important;
    border-bottom: 1px solid #EBEBEB !important;
    padding: 15px 15px !important;
    vertical-align: top;
}
table.careerTable td.careerTextBox {
    width: 65%;
	padding-left: 60px !important;
}
table.careerTable td.careerDate {
    width: 22%;
}
table.careerTable td.careerLocations {
    width: 23%;
}
table.careerTable td.careerTextBox h4.careerTitle {
	position: relative;
	font-size: 16px;
	color: #AD2317;
	font-weight: bold;
	margin-bottom: 0 !important;
    cursor: pointer;
}
table.careerTable td.careerTextBox h4.careerTitle:before {
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f067";
    font-weight: 900;
    position: absolute;
    top: 15px;
    left: -40px;    color: #AD2317;
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
table.careerTable td.careerTextBox h4.careerTitle.active:before {
    content: "\f068";
}
.careerContent {
    display: none;
    padding-top: 15px;
}
@media only screen and (max-width: 767px) {
    .careerWrap:last-child table.careerTable {
        border-bottom: 1px solid #EBEBEB !important;
    }
    table.careerTable td {
        display: block !important;
        width: 100% !important;
        padding: 0 10px !important;
        border-bottom: 0 !important;
    }
    table.careerTable td.careerTextBox {
        padding-left: 30px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    table.careerTable td.careerTextBox h4.careerTitle:before {
        left: -20px;
    }
    table.careerTable td.careerLocations {
        padding-bottom: 10px !important;
    }
}



/*World map for offices*/
.countries_regions {
    position: relative;
}
.countries_regions_textBox {
    position: absolute;
    top: 30%;
    transform: translateY(-30%);
    right: 0;
     z-index: 0 !important;
}
.countries_regions .GlobalMapWrapper {
	text-align: left;
	display: block;
	margin-left: auto;
}
.GlobalMapWrapper {
    overflow-x: auto;
    width: 100%;
}
.GlobalMapWrapper .uael-hotspot {
    width: 850px !important;
    height: 823px !important;
    padding-right: 25px;
    box-sizing: border-box;
}
.GlobalMapWrapper .uael-hotspot > img {
    width: 825px !important;
    height: 823px !important;
}
.GlobalMapWrapper .uael-hotspot-text:before {
    content: url(../images/icon_location.svg);
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.GlobalMapWrapper .uael-hotspot-text {
    cursor: pointer;
    white-space: nowrap;
}
.elementor-element-8c6fac7 {
    text-align: left;
}
.elementor-element-8c6fac7 .uael-hotspot-text {
    cursor: inherit;
    white-space: nowrap;
}


@keyframes lds-ripple {
  0% {
    width: 0px;
    height: 0px;
    opacity: 1;
  }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0;
  }
} 
.elementor-element-633ea91 .uael-hotspot-content {
  background-color: transparent !important;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: initial !important;
  cursor: pointer;
}
.elementor-element-633ea91 .uael-hotspot-content:hover:before ,
.elementor-element-633ea91 .uael-hotspot-content:hover:after {
  background-color: #ad2317;
}
.elementor-element-633ea91 .uael-hotspot-content .uael-hotspot-text {
  position: relative;
  z-index: 1;
  line-height: 1.5;
  padding: 10px;
}
/*.elementor-element-633ea91 .uael-hotspot-content:before ,
*/.elementor-element-633ea91 .uael-hotspot-content:after {
  animation: lds-ripple 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  content: "";
  background-color: rgba(85,122,163,0.80);
  display: block;
  border-radius: 50%;
  position: absolute;
  z-index: -2;
}
.elementor-element-633ea91 .uael-hotspot-content:after {
  animation-delay: -0.5s;
}





@media only screen and (max-width: 1024px) {
    .countries_regions_textBox {
		position: static !important;
		top: unset;
		transform: unset;
		right: unset;
	}
	.countries_regions .GlobalMapWrapper {
		text-align: center;
	}
}
@media only screen and (max-width: 824px) {
	.GlobalMapWrapper::-webkit-scrollbar {
	    height: 4px;
	    border-radius: 5px;
	}
	.GlobalMapWrapper::-webkit-scrollbar-thumb{
	    background: #333333;
	    border-radius: 5px;
	}
	.GlobalMapWrapper::-webkit-scrollbar-track-piece {
	    background: #cccccc;
	}
}


/*Map Tooltip Area(story-map.php)*/
.locationBox_tooltip {
    width: 350px;
    border: 1px solid #F3F3F3;
    box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2);
    margin-bottom: 10px;
}
.locationBox_tooltip .locationImg {
    position: relative;
    text-align: center;
}
.locationImg > img {
    width: 100%;
    height: auto;
}
.locationBox_tooltip .locationImg:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(85,122,163,0.5);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1;
}
.locationCountry {
  position: absolute;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    text-align: left;
    font-size: 35px !important;
    font-weight: bold;
    color: #ffffff !important;
    line-height: 1.1 !important;
    margin-bottom: 0 !important;
    z-index: 2;
    font-family: "Flexo", Sans-serif;
}
.locationTextBox {
    padding: 10px;
    background: white !important;	
    font-family: "Flexo", Sans-serif;
}
.locationTextBox p {
    margin-bottom: 0;
}
.vistOurPage {
    font-size: 22px;
    color: #D73932;
    font-weight: bold;
    font-family: "Cabin", Sans-serif;
}
.vistOurPage a {
    color: #D73932;
    text-decoration: underline;
}
.vistOurPage > img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
p.locationTitle {
    font-size: 24px;
    line-height: 1.2;
    margin: 10px 0;
}
p.locationContactForm {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 15px 0 !important;
}
p.locationContactForm a {
    font-size: 16px;
    font-weight: bold;
    color: #D73932;
    text-decoration: underline;
}
p.locationContactForm > img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
@media only screen and (max-width: 480px) {
	.locationBox_tooltip {
	    width: 100%;
	}
	.locationCountry {
	    font-size: 25px !important;
	}
	.vistOurPage {
	    font-size: 16px;
	}
	p.locationTitle {
	    font-size: 16px;
	}
	p.locationContent {
	    font-size: 13px;
	}
	p.locationContactForm {
	    font-size: 13px !important;
	}
}


/*postion of tooltop */
.GlobalMapWrapper {
	position: relative;
}
.map-tooltip-wrapper {
	position: absolute;
	top: 0;
	z-index: 2;
	left: 0;
	top: 20px;
}
.fancybox-content {
    padding: 0 !important;
}
.fancybox-error {
    padding: 30px !important;
}
button.fancybox-button {
    color: #ffffff !important;
    background: #AD2317;
    opacity: 1;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    top: 10px !important;
    right: 10px !important;
    font-size: 20px !important;
    padding: 6px !important;
}



/*history*/
#rsp-history {
    width: 80%;
    margin: 0 auto;
    font-family: "Cabin", Sans-serif;
}
.history_contentInner {
    display: flex;
    justify-content: center;
}
.history_img {
    order: 2;
    width: 50%;
    box-sizing: border-box;
}
.history_TextBox {
    order: 1;
    width: 50%;
    font-family: "Cabin", Sans-serif;
    box-sizing: border-box;
    padding-right: 10px;
}
.history_title {
    color: #AD2317;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}
.history_desc {
    color: #343434;
    font-size: 16px;
}
a.historyDownloadLink {
    color: #AD2317;
}
.history_img02 {
    margin-top: 20px;
}

.history_timeline {
    margin-bottom: 120px;
}
.history_year {
    text-align: center;
    font-size: 16px;
    color: #343434;
}
.history_year_dot {
    width: 40px;
    height: 40px;
    display: block;
    background: #828282;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 20px;
    cursor: pointer;
}
.history_year_dot.smallDot {
    width: 20px;
    height: 20px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 10px;
}
/*#rsp-history .slick-current.slick-active .history_year_dot*/
#rsp-history .slick-current .history_year_dot {
    background: #AD2317;
}

.history_timeline_wrap {
    position: relative;
    border-top: 1px solid #cccccc;
}
.history_timeline_wrap  .timeline-slider-nav {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
}
.history_nextArrowBtn {
    position: absolute;
    right: -25px;
    margin: 0;
    top: -13px;
    font-size: 25px;
    color: #BDBDBD;
    line-height: 1;
    z-index: 1;
    cursor: pointer;
}
.history_prevArrowBtn {
    position: absolute;
    left: -25px;
    margin: 0;
    top: -13px;
    font-size: 25px;
    color: #BDBDBD;
    line-height: 1;
    z-index: 1;
    cursor: pointer;
}
.history_prevArrowBtn:hover,
.history_nextArrowBtn:hover {
    color: #AD2317;
}
.history_prevArrowBtn.slick-arrow.slick-disabled ,
.history_nextArrowBtn.slick-arrow.slick-disabled {
    display: none !important;
}



@media only screen and (max-width: 767px) {
    #rsp-history {
        width: 100%;
    }
    .history_contentInner {
        display: block;
    }
    .history_img {
        width: 100%;
        padding: 0 15%;  
        box-sizing: border-box;
        margin-bottom: 20px;
        text-align: center;   
    }
    .history_TextBox {
        width: 100%;
    }

    .history_timeline {
        margin-bottom: 100px;
    }
    .history_timeline_wrap {
        width: 85%;
        margin: 0 auto;
    }
    .history_year {
        font-size: 14px;
    }
    .history_year_dot {
        width: 20px;
        height: 20px;
    }
    .history_timeline_wrap  .timeline-slider-nav {
        position: absolute;
        top: -10px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .history_year_dot.smallDot {
        width: 10px;
        height: 10px;
        position: relative;
        margin-bottom: 25px;
        margin-top: 5px;
    }
}



/*Our Team(About MIMS Page)*/
.teamWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-family: "Flexo", Sans-serif;
}
.teamBox {
    display: flex;
    width: 33.3333%;
    min-width: 33.3333%;
    align-self: stretch;  
    border-bottom: 1px solid #ffffff;  
}
.teamMember__img {
    min-width: 50%;
    width: 50%;
    display: flex;
    align-items: flex-end;
}
.teamMember__text {
    min-width: 50%;
    width: 50%;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 10px;
    background: #808080;
    font-size: 14px;
    line-height: 1.5;
}
.teamMember__text:hover {
   background: #666666;
   cursor: pointer;
}
.teamMember__textInner {
    width: 100%;
    min-width: 100%;
}

.teamTitle {
    margin: 0;
    font-family: "Flexo", Sans-serif;
    font-weight: bold;
    background: #AD2317;
    color: #ffffff !important;
    font-size: 25px !important;
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 100%;
    margin: 0 !important;
    text-align: left;
    padding: 0 1em;
}
.teamTitle p,
.teamTitle * {
    margin: 0 !important;
}
.teamTitle--red {
    background: #AD2317;
}
.teamTitle--blueGreen {
    background: rgba(85,122,163,0.8);
}
h4.teamMember__name {
    margin: 0 !important;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold !important;
}
.teamMemebr__position {
    margin: 10px 0 !important;
    color: #ffffff;
}
.teamMemebr__position p {
    margin: 0 !important;
}
.viewProfile {
    margin: 0 !important;
    color: #ffffff;
    text-decoration: underline !important;
    cursor: pointer;
}
.viewProfile:hover {
    color: #ffffff;
}
.teamMember__content {
    display: none;
    width: 1120px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 3% !important;
    margin-left: -10px;
   font-family: "Cabin", Sans-serif;
}
.teamMember__content h4 {
    margin-bottom: 1em;
    color: #ad2317;
    font-weight: bold;
}
.teamMember__content h4 * {
    color: #ad2317;
}

@media only screen and (max-width: 1119px) {
    .teamMember__content {
        display: none;
        width: 90%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 824px) {
    .teamBox {
        width: 50%;
        min-width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    .teamBox {
        width: 100%;
        min-width: 100%;
    }
    .teamMember__img {
        min-width: 35%;
        width: 35%;
    }
    .teamMember__text {
        min-width: 65%;
        width: 65%;
    }
    .teamTitle {
        padding: 20px 1em;
    }
    .teamMember__content {
        width:95%;
        padding: 50px 3% !important;
    }
}



/*Contact Form*/
.contactFormBox * {
    margin: 0;
    padding: 0;
    font-family: "Flexo", Sans-serif;
}
.contactFormBox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.contactFormBox input ,
.contactFormBox textarea
.contactFormBox input:focus ,
.contactFormBox textarea:focus {
    border: 0;
    background: #f2f2f2 !important;
}
.contactFormBox__2col {
    width: 49%;
}
.contactFormBox textarea{
    border: 0;
    background: #f2f2f2;
    height: 7em;
}
.contactFormBox input::placeholder,
.contactFormBox textarea::placeholder {
    color: #000000 !important;
    opacity: 1 !important;
}
.contactFormSubmit input {
    background-color: rgba(85,122,163,0.8) !important;
    color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: rgba(85,122,163,0.8);
    border-radius: 26px 26px 26px 26px;
    padding: 3px 5px;
    width: 150px;
    font-family: "Flexo", Sans-serif;
    border: 0 !important;
}
.contactFormSubmit input:hover {
    background-color: rgba(85,122,163,0.8) !important;
    border: 0 !important;
}
@media only screen and (max-width: 767px) {
    .contactFormBox {
        display: block;
    }
    .contactFormBox__2col {
        width: 100%;
        margin-bottom: 10px;
    }
}



/*career opportunities*/
.opportunityWrap ,
.serviceWrap {
    display: flex;
    flex-wrap: wrap;
    font-family: "Flexo", Sans-serif;
    justify-content: center;
}
.opportunityBox ,
.serviceBox {
    text-align: center;
    box-sizing: border-box;
    padding: 0 2%;
    margin-bottom: 20px;
}
.opportunityBox {
    width: 33.3333%;
}
.serviceBox {
    width: 25%;
}
.opportunityIcon img ,
.serviceIcon img {
    width: 140px;
    height: auto;
    /*border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: rgba(85,122,163,0.8);
    border-radius: 50% 50% 50% 50%;*/
}
.has_opportunity_desc .opportunityIcon img,
.has_service_desc .serviceIcon img{
    animation-name: elementor-animation-pulse;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.has_opportunity_desc .opportunityIcon img:hover,
.has_service_desc .serviceIcon img:hover {
    transform: scale(0.9);
    transition-duration: .3s;
    transition-property: transform;
}
.opportunityCaption ,
.serviceCaption {
    color: #4f4f4f;
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
}
.has_opportunity_desc,
.has_service_desc {
    display: block;
}
.has_opportunity_desc:hover,
.has_service_desc:hover {
    cursor: pointer;
}
.has_opportunity_desc:hover .opportunityCaption,
.has_service_desc:hover .serviceCaption {
    cursor: pointer;
    color: #ad2317;
}
.opportunityDescWrap ,
.serviceDescWrap {
    display: none;
}
.opportunityDesc ,
.serviceDesc {
    width: 1120px;
    box-sizing: border-box;
    padding: 40px 40px 20px 40px!important;
    font-family: "Flexo", Sans-serif;
}

.opportunityDesc h4 ,
.serviceDesc h4 {
    margin-bottom: 20px;
    color: #ad2317;
    font-weight: bold;
}
.opportunityDesc p, 
.opportunityDesc span,
.serviceDesc p,
.serviceDesc span {
    font-size: inherit !important;
}

/*.opportunityDesc a ,
.opportunityDesc span ,
.serviceDesc a, 
.serviceDesc span {
    color: #3a3a3a !important;
}*/
@media only screen and (max-width: 767px) {
    .opportunityBox ,
    .serviceBox {
        width: 50%;    
    }
    .opportunityIcon img ,
    .serviceIcon img {
        width: 90px;
        border-width: 2px;
    }
    .opportunityCaption ,
    .serviceCaption {
        font-size: 14px;
    }
    .opportunityDesc ,
    .serviceDesc {
        padding: 40px 20px 20px 20px!important;
    }
}



/*LEADERS IN HEALTHCARE (PC) */
#sp-resource {
    display: none !important;
}
#pc-resource {
    display: block !important;
}
.medical_resourcesWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-family: "Flexo", Sans-serif;
}
#resourceMainWrap {
    align-self: stretch;
    display: flex;
    box-sizing: border-box;
    padding: 30px;
    background: #AD2317;
    color: #ffffff;
    margin: 0 !important;   
    align-items: center;
}
h3.resources_mainTitle {
    font-size: 48px;
    align-items: center;
    color: #ffffff;
}
#resourceDescWrap {
    display: none;
}
#resourceDescWrap p:last-child {
    margin: 0 !important;
}
.has--hover #resourceDescWrap,
.has--click #resourceDescWrap {
    display: block !important;
}
.has--click .resources_mainTitle {
    display: none !important;
}
.resourceBox {
    position: relative;
    width: 50%;
    display: flex;
    align-self: stretch;
}

.resourceDesc {
    display: none;
}
.resourceImgBox {
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}
.resourceImgBox img {
    width: 100%;
}
.resourceImgBox:hover img,
.resourceImgBox:focus img {
    transform: scale(1.1);
    transition-duration: .3s;
    transition-property: transform;
}
.resourceImgBox h3.resourceTitle {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    padding: 20px;
    font-weight: bold;
    width: 100%;
    margin: 0;
    font-size: 28px;
    color: #4D4D4D;
}
.resourceImgBox h3.resourceTitle * {
    margin: 0;
}
.resourceBox:nth-of-type(1) h3.resourceTitle,
.resourceBox:nth-of-type(4n+1) h3.resourceTitle {
    bottom: 0;
    right: 0;
    text-align: right;
}
.resourceBox:nth-of-type(2) h3.resourceTitle,
.resourceBox:nth-of-type(4n+2) h3.resourceTitle {
    bottom: 0;
    left: 0;
}
.resourceBox:nth-of-type(3) h3.resourceTitle,
.resourceBox:nth-of-type(4n+3) h3.resourceTitle {
    top: 0;
    right: 0;
    text-align: right;
}
.resourceBox:nth-of-type(4) h3.resourceTitle,
.resourceBox:nth-of-type(4n+4) h3.resourceTitle {
    top: 0;
    left: 0;
}


@media only screen and (max-width: 1100px) {
    h3.resources_mainTitle {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .resourceBox {
        width: 100%;
        display: block; 
    } 
    h3.resources_mainTitle {
        font-weight: bold;
        padding: 30px 20px;
        font-size: 20px;
        display: block !important;
    } 
    #resourceMainWrap {
        display: none !important;
    }
}


/*LEADERS IN HEALTHCARE (SP) */
@media only screen and (max-width: 1000px) {
    #pc-resource {
        display: none !important;
    }
    #sp-resource {
        display: block !important;
    }
    .sp_resourceWrap {
        font-family: "Flexo", Sans-serif;
    }
    h3.sp_resources_bigTitle {
        background: #AD2317;
        color: #ffffff;
        margin: 0;
        font-size: 18px;
        padding: 20px;
    }
    .sp_resourceImgBox {
        position: relative;
        width: 100%;
        overflow: hidden;
        cursor: pointer;
    }
    .sp_resourceImgBox img {
        width: 100%;
    }
    .sp_resourceImgBox:hover img,
    .sp_resourceImgBox:focus img{
        transform: scale(1.1);
        transition-duration: .3s;
        transition-property: transform;
    }
    h3.sp_resourceTitle {
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        box-sizing: border-box;
        padding: 10px;
        font-weight: bold;
        width: 100%;
        margin: 0;
        font-size: 20px;
        color: #4D4D4D;
    }
    h3.sp_resourceTitle * {
        margin: 0;
    }
    .sp_resourceDesc {
        display: none;
        padding: 20px 10px;
    }
}


article.ast-article-single {
    padding-top: 0 !important;
}


/*contact us*/
select#selectLocation {
    background: #f2f2f2 !important;
    box-sizing: border-box;
    width: 100%;
    border: 0 !important;
    margin-bottom: 10px;
    color: #000000 !important;
    font-family: "Flexo", Sans-serif;
    padding: 10px;
    height: 45px;
    border-radius: 0 !important;
    outline: none;
}
#contactOfficeWrap {
    display: flex;
    justify-content: space-between;
}
.contactForm {
    margin-bottom: 0 !important;
}
.contactFormWrap {
    width: 48%;
}
.contactInfoWrap {
    width: 50%;
    box-sizing: border-box;
    background: rgba(85,122,163,0.8);
    padding: 20px;
    font-family: "Flexo", Sans-serif;
}
.officeContactInfo h4 {
    font-weight: bold;
    color: #1a1a1a;
    font-size: 30px;
    margin-bottom: 10px;
}
.contact_address {
    margin: 10px 0;
}
ul.contactLists {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
ul.contactLists li {
    margin-bottom: 5px;
}
ul.contactLists span.icon {
    margin-right: 10px;
}
@media only screen and (max-width: 767px) {
    #contactOfficeWrap {
        display: block;
    }
    .contactFormWrap {
        width: 100%;
    }
    .contactInfoWrap {
        width: 100%;
        box-sizing: border-box;
        padding: 20px 10px;
        margin-top: 40px;
    } 
    .officeContactInfo h4 {
        font-size: 20px;
    }
}

.officeMapWrap {
    margin: 90px 0;
}
.officeMapWrap iframe {
    width: 100%;
    height: 450px;
}
@media only screen and (max-width: 767px) {
    .officeMapWrap {
        margin: 60px 0;
    } 
    .officeMapWrap iframe {
        width: 100%;
        height: 280px;
    } 
}

/*About MIMS*/
.about_company {
    font-family: "Flexo", Sans-serif;
    font-size: 28px;
    line-height: 45px;
    text-align: right;
    font-weight: 600;
}
.countNum {
    color: #AD2317;
    font-size: 1.5em;
    font-weight: bold;
}
@media only screen and (max-width: 1024px) {
    .about_company {
        font-size: 25px;
        line-height: 40px;
        text-align: center;
    } 
}
@media only screen and (max-width: 767px) {
    .about_company {
        font-size: 15px !important;
        line-height: 28px;
    } 
}

.uael-post__thumbnail{
    margin-bottom: 10px;
}
.uael-post__thumbnail img:hover {
    opacity: 0.8 !important;
}


#contact {
    padding-top: 70px;
    margin-top: -70px;
}

.privacy_policy_text {
    margin: 1em 0 !important;
}

.ast-single-post .entry-title {
    font-weight: bold !important;
    color: #ad2317 !important;
}