@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600&display=swap');
:root {
    --white: #ffffff;
    --primary: #FAA307;
    --secondary: #DC2F02;
    --desktop-font: 16px;
    --tablet-font: 14px;
    --mobile-font: 12px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: var(--desktop-font);
}

body {
    font-family: 'Inter';
    top: 0px !important;
}

a {
    text-decoration: none;
}

p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}

h1 {
    font-weight: 700;
    font-size: 3.25rem;
}

h2 {
    font-size: 2.625rem;
    font-weight: 700;
    color: #2B2A29;
}

h3 {
    font-weight: 400;
    font-size: 1.125rem;
    color: #2B2A29;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
}

#navbar {
    width: 100%;
    padding: 1.25rem 0px;
    position: fixed;
    background-color: var(--white);
    z-index: 99;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
}

.navbar_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    width: 7.625rem;
}

.logo img{
    width: 100%;
}

.navbar_content ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar_content ul li {
    font-size: 1rem;
    font-weight: 400;
    list-style-type: none;
    margin: 0rem 1rem;
}

.navbar_content .navigation-wrap {
    display: flex;
    align-items: center;
}

.navbar_content .navigation-wrap .btn-container {
    margin-left: 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.navbar_content .navigation-wrap .btn-container .language_btn {
    margin-right: 1.15rem;
    display: flex;
    position: relative;
    align-items: center;
}

body .wpml-ls-legacy-dropdown{
    width: auto;
}

body .wpml-ls-legacy-dropdown a {
    border: 0;
}

.navbar_content .navigation-wrap .btn-container .language_btn select {
    width: 5.25rem;
    border: none;
    background-color: transparent;
    font-size: 1rem;
    color: #2B2A29;
}

.navbar_content .navigation-wrap .btn-container .language_btn .removeTranslator {
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: calc(50% - 0.5rem);
    right: -1.25rem;
    display: none;
    font-weight: 700;
    text-align: center;
    font-size: 0.875rem;
    border: none;
    background-color: rgba(0,0,0,0.5);
    line-height: 1rem;
    border-radius: 50%;
    color: #ffffff;
    transform: rotate(45deg);
    cursor: pointer;
}

.navbar_content .btn-container .navbar_btn {
    display: inline-block;
}

.navbar_content .navigation-wrap .btn-container .language_btn span.globe {
    width: 2rem;
    height: 2rem;
    background-color: rgba(220, 47, 2, 0.1);
    background-image: url(../components/images/globe.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.25rem;
}

.skiptranslate {
    display: none ;
}

.goog-te-spinner-animation {
  display: none !important;
}

#google_translate_element {
    display: none;
}

.navbar_content .btn-container .navbar_btn a, .navbar_content .btn-container .navbar_btn button {
    background-color: var(--secondary);
    padding: 0.8125rem 1.875rem;
    display: block;
    transition: all 0.3s ease-in-out;
    border: 1px solid var(--secondary);
    border-radius: 5px;
    color: var(--white);
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
}

.navbar_content .btn-container .navbar_btn a:hover, .navbar_content .btn-container .navbar_btn button:hover  {
    background-color: var(--white);
    color: var(--secondary);
}

.navbar_content ul li a:hover {
    color: var(--secondary);
}

.navbar_content ul li a {
    text-decoration: none;
    color: #2B2A29;
}

.menuBtn .btn {
    width: 40px;
    height: 35px;
    border: none;
    background: #dc2f02;
    border-radius: 5px;
    position: relative;
    padding: 0 10px;
    cursor: pointer;
}

.menuBtn {
    display: none;
}


.menuBtn .btn span {
    height: 2px;
    width: 100%;
    background: #fff;
    display: block;
    position: relative;
}

.menuBtn .btn span:before, .menuBtn .btn span:after {
    content: "";
    height: 2px;
    width: 100%;
    background: #fff;
    display: block;
    position: absolute;
    transition: all 0.3s ease-in-out;
}

.menuBtn .btn span:before {top: -7px;}

.menuBtn .btn span:after {
    bottom: -7px;
}

.menuBtn .btn.active span:before {
    transform: rotate(45deg);
    top: 0;
}

.menuBtn .btn.active span:after {
    transform: rotate(-45deg);
    top: 0;
}

.menuBtn .btn.active span {
    background: transparent;
}

#banner {
    width: 100%;
    position: relative;
}

.banner_content {
    width: 100%;
    position: relative;
    padding-top: 5.75rem;
}

#banner .slick-dots {
    width: 1200px;
    position: absolute;
    left: 50%;
    bottom: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%);
}

#banner .slick-dots li {
    list-style-type: none;
    width: 1rem;
    height: 1rem;
    margin: 0rem 0.5rem;
}

#banner .slick-dots li button {
    width: 1rem;
    height: 1rem;
    background-color: rgba(0, 0, 0, 0.2);
    text-indent: -100px;
    overflow: hidden;
    border-radius: 50%;
    border: none;
}

#banner .slick-dots li.slick-active button {
    background-color: var(--secondary);
}

.banner_content img {
    width: 100%;
}

.banner_heading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    padding-top: 5.75rem;
    justify-content: center;
}

.banner_heading h2 {
    color: var(--white);
    text-align: center;
    font-weight: 700;
    font-size: 3.25rem;
}

.banner-btn-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 2rem;
}

.banner_btn {
    text-decoration: none;
    padding: 0.75rem 0rem;
    width: 8.125rem;
    height: 2.75rem;
    text-align: center;
    background: var(--secondary);
    border-radius: 5px;
    font-weight: 700;
    font-size: 1rem;
    color: var(--white);
    border: 1px solid var(--secondary);
    transition: all 0.3s ease-in-out;
    margin: 0rem 0rem 0rem 1rem;
    cursor: pointer;
}

.banner_btn:hover {
    background-color: var(--white);
    color: var(--secondary);
}

.banner_btn.border-btn {
    border: 1px solid var(--white);
    background-color: transparent;
}

.banner_btn.border-btn:hover {
    background-color: var(--white);
    border: 1px solid var(--secondary);
    color: var(--secondary);
}

/* <---services section starts here----> */

#services {
    width: 100%;
    padding: 7.45rem 0rem 5.65rem 0rem;
}

#services h3 {
    margin-top: 0.5rem;
    margin-bottom: 2.25rem;
}

.services_cards {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

.card {
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    background-color: var(--white);
    text-align: left;
    width: 23%;
    margin: 0.75rem 0rem 1.5rem 0rem;
    padding-bottom: 3.1rem;
    position: relative;
}

.card_content {
    padding: 1.15rem;
}

.card_heading {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 22px;
}

.card_description {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.8;
    margin-top: 0.8rem;
}

.card_btn {
    border: none;
    background-color: transparent;
    position: absolute;
    top: 90%;
    cursor: pointer;
}

.card_btn a {
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    color: var(--primary);

}

.btn_main {
    width: 7.875rem;
    border: 1px solid var(--secondary);
    padding: 0.75rem 0rem;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 5px;
    margin-top: 1.8rem;
    color: var(--secondary);
    transition: 0.3s all ease-in-out;
}

.btn_main:hover {
    background-color: var(--secondary);
    color: var(--white);
}

/* <------Features Sections starts here ------>  */
#feature {
    width: 100%;
    background-image: url(../components/images/car-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 3.75rem 0rem;
}

.slider-container {
    position: relative; 
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.2);
}

.slider-container .left-container {
    width: 79%;
}

.slider-container .left-container .testingSlider .slide {
    position: relative;
}

.slider-container .left-container .testingSlider .slide img {
    display: block;
}

.slider-container .left-container .testingSlider .slide .slide-content {
    position: absolute;
    bottom: 0rem;
    left: 0px;
    padding: 0rem 3rem 3rem 3rem;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: left;
    color: var(--white);
}

.slider-container .left-container .testingSlider .slide .slide-content .feature-tag {
    position: absolute;
    padding: 0.75rem 1.25rem;
    border-radius: 50px;
    font-weight: 700;
    background-color: var(--white);
    color: #000000;
    top: 2rem;
}

.slider-container .left-container .testingSlider .slide .slide-content .feature_heading {
    padding: 0rem;
}

.slider-container .left-container .testingSlider .slide .slide-content h4 {
    font-weight: 700;
    font-size: 2.25rem;
}

.slider-container .left-container .testingSlider .slide .slide-content p {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.65;
    margin-top: 0.5rem;
}

.slider-container .left-container .testingSlider .slide .slide-content .feature_btn {
    background: var(--secondary);
    border: 1px solid var(--secondary);
    border-radius: 5px;
    width: 10rem;
    display: inline-block;
    height: 3rem;
    text-align: center;
    margin-top: 1.7rem;
    padding: 0.75rem 0rem;
    text-decoration: none;
    color: var(--white);
    transition: 0.3s all ease-in-out;
}

.slider-container .left-container .testingSlider .slide .slide-content .feature_btn:hover {
    background: var(--white);
    color: var(--secondary);
}

.slider-container .right-container {
    width: 20%;
    padding: 2rem 0rem;
    display: flex;
    align-items: center;
}

.slider-container .right-container .sidebar-slider {
    width: 80%;
    margin: 0px auto;
}

.slider-container .right-container .sidebar-slider .slide {
    width: 100%;
    border: 0.625rem solid transparent;
    margin: 0.5rem 0rem;
}

.slider-container .right-container .sidebar-slider .slide.slick-current {
    border: 0.625rem solid var(--white);
}

/* <-----New Feature section starts ----->  */
.new_feature {
    padding: 5.625rem 0rem;
}

.new_feature h3 {
    margin-top: 0.75rem;
}

.new_feature_card_main {
    display: flex;
    margin: 3rem 0px;
}

.new_feature_card {
    padding: 0.5rem;
    width: 21%;
    text-align: left;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    margin: 0rem 1rem;
}

.new_feature_card_content h4 {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 0;
}

.new_feature_card_content {
    padding: 0.6rem 1rem;
}

.new_feature_card_content p {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-top: 0.75rem;
}

.new_feature_card_btn {
    margin-top: 0.5rem;
    display: inline-block;
    text-decoration: none;
    color: var(--primary);
}

.new_feature_view_btn {
    margin: 0 auto;
}

.new_feature_view_btn a {
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    color: var(--secondary);
    border-radius: 5px;
    padding: 0.75rem 0rem;
    width: 7.75rem;
    display: inline-block;
    transition: 0.3s all ease-in-out;
    border: 1px solid var(--secondary);
}

.new_feature_view_btn a:hover {
    background-color: var(--secondary);
    color: var(--white);
}

/* <------News and Events Section Starts Here ------->  */
#news_events {
    width: 100%;
    position: relative;
    padding: 4.5rem 0rem 5.75rem 0rem;
}

#news_events:before,
#news_events:after {
    content: '';
    width: 100%;
    height: 23.375rem;
    top: 0px;
    left: 0px;
    position: absolute;
    background-color: var(--primary);
}

#news_events .container {
    position: relative;
    z-index: 1;
}

#news_events:after {
    background-image: url(../components/images/event-banner.svg);
    background-repeat: no-repeat;
    background-position: center top;
}

.eventsImgOuter {
    min-height: 150px;
    max-height: 152px;
    overflow: hidden;
}   

#news_events h2 {
    color: var(--white);
}

#news_events h3 {
    color: var(--white);
    margin-top: 0.5rem;
}

.breadcrumblink {
    text-align: left;
}

#breadcrumb_sec {
    padding: 50px 0 0;
}

.breadcrumblink a {
    height: 36px;
    background: rgb(250 163 7 / 5%);
    border-radius: 3px;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: 33px;
    color: #FAA307;
    text-align: center;
    padding: 0 20px;
}

.event_cards {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 3.1rem;
    margin-bottom: 4.1rem;
}

.event_card {
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    width: 23%;
    text-align: left;
    position: relative;
}

span.eventType {
    position: absolute;
    background: #faa307;
    font-size: 11px;
    font-weight: 600;
    padding: 1px 4px;
    color: #fff;
    right: 0;
}

.card_popup {
    background-color: var(--primary);
    border-radius: 50%;
    width: 3.75rem;
    height: 3.75rem;
    position: absolute;
    top: 7.5rem;
    left: 7%;
    display: flex;
    align-items: center;
    text-align: center;
}

.card_popup span {
    color: var(--white);
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1.25;
}

.event_card_content {
    padding: 1.25rem;
    margin-top: 1rem;
}

.event_card_content h4 {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.5;
    min-height: 50px;
}

.event_card_content a {
    color: var(--primary);
    text-decoration: none;
    display: inline-block;
    margin-top: 2rem;
}

.news_event_btn {
    width: 100%;
    margin: 3rem auto 0rem;
}

.news_event_btn a {
    padding: 0.75rem 0rem;
    width: 7.625rem;
    font-weight: 700;
    display: inline-block;
    background: var(--secondary);
    border: 1px solid var(--secondary);
    border-radius: 5px;
    transition: 0.3s all ease-in-out;
    text-decoration: none;
    color: var(--white);
}

.news_event_btn a:hover {
    color: var(--secondary);
    background-color: var(--white);
}

/* <------Testimonial Section Starts Here ------->  */

#testimonial_sec {
    padding: 0 0rem 5.75rem 0rem;
}

.testi_item p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #2B2A29;
    opacity: 0.75;
}

.testimonial_slider_wrp{
    background: #FFFFFF;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 5%);
    border-radius: 10px;
    padding: 40px 50px 70px;
    margin: 60px auto 0;
    max-width: 872px;
    position: relative;
}

.testi_item h3 {
    font-style: normal;font-weight: 600;font-size: 24px;line-height: 29px;
    color: #2B2A29;margin-bottom: 20px;}

.testi_item .testi_p_pick {
    text-align: center;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto 10px;
}

.testi_item .testi_p_pick img {
    margin: 0 auto;
}
img.comma1 {
    position: absolute;
    top: -21px;
    left: -28px;
    opacity: 0.4;
}

img.comma2 {
    position: absolute;
    bottom: -20px;
    right: -27px;
    opacity: 0.4;
}

.testimonial_slider .slick-prev {
    background-image: url(./images/testimonial-left-arrow.png);
    box-shadow: none;
    background-color: transparent;
    top: 10%;
    left: -40px;
}
.testimonial_slider .slick-next {
    background-image: url(./images/testimonial-right-arrow.png);
    background-color: transparent;
    box-shadow: none;
    top: 10%;
    right: -40px;
}



/* <------Footer Section Starts Here ------->  */
#footer_main {
    width: 100%;
    background-color: #283646;
    padding: 4.25rem 0px 3rem 0px;
}

.footer_content {
    display: flex;
    color: var(--white);
    justify-content: space-between;
    text-align: left;
    padding-bottom: 1.4rem;

}

.footer_content_main {
    margin-top: 15px;
}

.footer_content_main h5 {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.footer_content_main ul {
    list-style: none;
}

.footer_content_main ul li {
    margin-bottom: 0.78rem;
    font-size: 1rem;
    font-weight: 400;
}

.footer_content_main ul li:last-child {
    margin-bottom: 0;
}

.footer_content_main ul li a {
    color: rgb(255 255 255 / 80%);
    text-decoration: none;
}

.footer_content_contact ul {
    list-style: none;

}

.footer_content_contact {
    margin-top: 15px;
}

.footer_content_contact h5 {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.footer_content_contact li {
    margin-bottom: 0.78rem;
    font-size: 1rem;
    font-weight: 400;
}

.footer_content_contact li a {
    color: var(--white);
    text-decoration: none;
}

.footer_content_contact li a {
    color: var(--primary);
}

.social_media_icons {
    margin-top: 3rem;
}

.footer_bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.102);
    padding-top: 36px;
}

.footer_bottom p {
    font-size: 1rem;
    color: var(--white);
}

.diff_color {
    color: var(--primary);
}
/* Services sections starts here  */
#services_banner {
    padding-top: 92px;
}

.serv_banner {
    position: relative;
}

.serv_banner img, .facilities_banner img {
    width: 100%;
    max-height: 55vh;
    object-fit: cover;
}

.main_banner_heading {
    background-color: #FAA307;
    color: var(--white);
    padding: 36px;
    width: 565px;
    position: absolute;
    bottom: 100px;
    opacity: 0.95;

}

.main_banner_heading h1 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.main_banner_heading p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
}

.certification {
    display: flex;
    margin: 4.5rem 0px 5.625rem 0px;
    position: relative;
}

.certification_content {
    background-color: #F8F8F8;
    width: 70%;
    padding: 48px;
    text-align: left;
}

.p-right {
    padding-right: 90px;
}

.certification_content ul {
    margin-left: 30px;
}

.certification_content ul li {
    line-height: 1.75rem;
}

.certification:nth-child(even) .certification_content {
    order: 2;
    background-color: #F8F8F8;
    width: 70%;
    padding: 48px 48px 48px 96px;
}

.content {
    margin: 20px 0px;
}

.dev_content {
    margin-bottom: 20px;
}

.certification_content h2 {
    margin-bottom: 1rem;
}

.certification_content_alt h2 {
    margin-bottom: 1rem;
}

.certification_content p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
    margin-right: 80px;
}

.certification_review {
    width: 475.24px;
    height: 346px;
    margin-top: 31px;
    margin-left: -82px;
}

.services_review {
    order: 1;
    width: 475.24px;
    margin-top: 31px;
    margin-right: -51px;
    z-index: 2;
}

.services_btn {
    border: 1px solid var(--secondary);
    display: inline-block;
    margin-top: 2rem;
    border-radius: 5px;
}

.services_btn a {
    color: var(--secondary);
    font-size: 1rem;
    font-weight: 700;
    width: 149px;
    padding: 13px 29px;
    display: inline-block;
}

.about_us {
    padding: 80px 0;
}

.about_us h2 {
    line-height: 64px;
    text-align: center;
    letter-spacing: -1.04px;
    margin-bottom: 30px;
}

.about_us p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #2B2A29;
    margin-bottom: 20px;
}


/* facilities section starts here  */
#facilities {
    padding-top: 92px;
    position: relative;
}
section.facilityLinkSec {
    padding-top: 90px;
}
.facility.alt {
    background-color: #F8F8F8;
}
.facilityLinkSec .loginSecBtn{
    min-height: auto;
}

.facility {
    padding: 50px 0px;
    margin: 0px 0px 50px;
}
.facility_header {
    padding: 40px 0px;
    height: 100%;
}

.facility_gallery img {
    width: 100%;
}

.facility_header h2 {
    font-size: 2.625rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.facility_header p {
    line-height: 28px;
}

.primary_btn {
    border: 1px solid #DC2F02;
    border-radius: 5px;
    width: 149px;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
}
.primary_btn a {
  padding: 9px 29px;
  display:inline-block;
  color: var(--secondary);
  font-size: 1rem;
  font-weight: 700;
}
.facilityLinkSec .loginSecBtn ul li {
    margin: 5px 3px;
}

.facilityLinkSec .loginSecBtn ul li a {
    padding: 13px 15px;
    font-size: 14px;
}

/* <--------------------------Event Detail Page ---------------------------------------------------> */

.back_to_home {
    position: absolute;
    top: 130px;
}

#event_dtl_banner {
    position: relative;
}

.back_to_home a {
    height: 36px;
    background: #FAA307;
    border-radius: 3px;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 36px;
    color: #FFFFFF;
    padding: 0 20px;
}

#event_dtl_banner > img {
    width: 100%;
}

.event-detail {
    display: flex;
    justify-content: space-between;
    margin-top: -247px;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 30px 30px 80px;
}

.event-left-dtl {
    width: 25%;
}

.event-right-dtl {
    width: 70%;
    text-align: left;
}

.news_detail .event-right-dtl {
    width: 100%;
}

.event-left-dtl ul {
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    margin-bottom: 20px;
}

.event-left-dtl ul li {
    list-style: none;
    display: flex;
    padding: 16px;
    border-bottom: 1px solid #E8E8E8;
    text-align: left;
}

.event-dtl-icon {
    width: 20%;
}

.event-dtl-cont {
    width: 80%;
}

.event-dtl-cont span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    opacity: 0.75;
    font-family: 'Inter';
}

.event-dtl-cont span:last-child {
    opacity: 1;
    margin-top: 10px;
    font-weight: 600;
}

.navbar_btn a, .navbar_btn button, .openBtn {
    display: block;
    background: #DC2F02;
    border-radius: 5px;
    padding: 13px 30px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    width: 100%;
    cursor: pointer;
    border: 0;
}

.downloadTableWrp table tbody tr td a.openBtn{
    color: #fff;
}

.navbar_btn {
    margin: 10px 0;
}

.navbar_btn.brochure a {
    background: transparent;
    border: 1px solid #DC2F02;
    color: #DC2F02;
}

#event_dtl_content {
    padding: 50px 0;
}

.event-right-dtl h1 {
    font-weight: 600;
    font-size: 24px;
    line-height: 56px;
    color: #2B2A29;
}

.event-right-dtl p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #2B2A29;
}

.event-right-dtl h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 56px;
    color: #2B2A29;
    margin-bottom: 10px;
}

.sponserSliderWrp {
    padding: 50px 0;
}

.sponsers-slider {
    padding: 20px 50px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 10px;
}

.sponsers-slider .slick-prev {
    background-image: url(./images/testimonial-left-arrow.png);
    background-size: 18%;
    width: 30px;
    height: 30px;
    left: -15px;
}

.sponsers-slider button.slick-next {
    right: -15px;
    width: 30px;
    height: 30px;
    background-image: url("./images/testimonial-right-arrow.png");
    background-size: 18%;
}
.upcomingEvents .event_card {
    margin: 0 10px;
}
.sponsers-slider-item img {
    margin: 0 auto;
}


/* <----------------------Download-----------------------> */
#downloadSec {
    padding: 70px 0;
}
.downloadTableWrp {
    overflow: scroll;
}
.importantLinksSec ul {
    padding-left: 20px;
}
.downloadTableWrp table {
    width: 100%;
    border: 1px solid #EAEAEA;
    border-spacing: 0;
    border-radius: 5px;
    border-collapse: separate;
}

.downloadTableWrp table thead th {
    background: #FAFAFA;
    border-bottom: 1px solid #EAEAEA;
    color: #2B2A29;
    opacity: 0.5;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.downloadTableWrp table tbody tr:not(:last-child) td {
    border-bottom: 1px solid #EAEAEA;
}

.downloadTableWrp table tbody tr td:not(:last-child), .downloadTableWrp table thead th:not(:last-child) {
    border-right: 1px solid #EAEAEA;
}

.downloadTableWrp table tbody tr td, .downloadTableWrp table thead th {
    padding: 20px 20px;
}
.downloadTableWrp table tbody tr td a {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #0868B4;
}


/* <-------------------Service Inner page -----------------------> */
.servicesInnerPSec {
    background: #F8F8F8;
    padding: 150px 0 50px;
}


.serviceBreadcrumb ul li {
    margin-right: 8px;
}
.serviceBreadcrumb ul li:last-child {
    margin-right: 0;
}

.serviceBreadcrumb ul {
    display: flex;
    list-style: none;
    padding-bottom: 20px;
}

.serviceBreadcrumb ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.serviceBreadcrumb ul li:last-child a {
    font-weight: 600;
}

.inSrvBannerContent {
    padding: 30px 0 20px;
    display: flex;
}

.inSrvBannerContentImg {
    flex: 1;
}

.inSrvBannerContentContent {
    flex: 2;
    text-align: left;
    padding-left: 20px;
}

.inSrvBannerContentImg img {
    border-radius: 10px;
}

.inSrvBannerContentContent h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #000000;
    margin-bottom: 15px;
}

.inSrvBannerContentContent p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #2B2A29;
    margin-bottom: 15px;
}



/*back button section*/
.back_btn_main{
    padding-top: 100px;
    margin-bottom: 25px;
}
.back_btn_main .container {
    display: flex;
    margin-top: 25px;
}
.back_btn a{
    background-color: var(--backBtnBg);
    border-radius: 3px;
    color: var(--primary);
    font-size: 14px;
    padding: 9px 15px;
}
.back_btn i{
    margin-right: 10px;
}
/* facility inside section starts here  */
.facility_inside {
padding-bottom: 5rem;
}

.facility_inside_main {
    display: flex;
}

.facility_inside_preview {
    width: 47%;
    text-align: left;
}

.facility_inside_content {
    width: 53%;
    text-align: left;
    padding: 20px 0 20px 48px;    
    color: var(--textColor);
}
.facility_inside_content h2 {
    margin-bottom: 20px;
}
.facility_inside_content p {
    line-height: 28px;
}

.facility_inside_btns {
    display: flex;
}
.facility_options {
    background-color:#F8F8F8;
}
.facility_inside_btn_primary {
    display: inline-block;
    margin-top: 2rem;
}
.facility_inside_btn_primary a, .facility_inside_btn_primary button {
    color: var(--secondary);
    font-size: 1rem;
    font-weight: 700;
    width: 149px;
    padding: 13px 29px;
    display: inline-block;
    border: 1px solid var(--secondary);
    border-radius: 5px;
    cursor: pointer;
    background: transparent;
} 
.facility_inside_btn_secondary{
    margin-top: 2rem;
    margin-left: 20px;
}
.facility_inside_btn_secondary a{
    background: var(--secondary);
    border: 1px solid var(--secondary);
    border-radius: 5px;
    width: 13rem;
    display: inline-block;
    height: 3rem;
    text-align: center;
    padding: 0.75rem 0rem;
    text-decoration: none;
    color: var(--white);
    transition: 0.3s all ease-in-out;
    font-size: var(--desktop-font);
    font-weight: 700;
}
.facility_inside_btn_secondary a:hover{
    background: var(--white);
    color: var(--secondary);
}

.facilityinside_slider_content {
    margin-top: 3rem;
}
.slick-slide img {
    transition: all 300ms ease;
}
.slick-center img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    opacity: 1;
    transform: scale(1.2);
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 60px;
    height: 60px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: var(--white);
    border-radius: 50%;
    box-shadow: 0px 1px 17px rgb(0 0 0 / 8%);
    z-index: 1;
}
.slick-prev {
    left: -25px;
    background-repeat: no-repeat;
    background-image: url(../components/images/left.png);
    background-position: center;
}
.slick-next {
    right: -25px;
    background-repeat: no-repeat;
    background-image: url(../components/images/right.png);
    background-position: center;
}


/* capabilities starts here  */
.capabilities {
    width: 100%;
    background-color: #F8F8F8;
}

.capabilities_content{
    text-align: left;
    width: 55%;
    padding-right: 1rem;
    color: var(--textColor);
}
.capabilities_preview{
    width: 45%;
    text-align: right;
}
.capabilities_main, .export_certification_main {
    display: flex;
    padding-bottom: 5.625rem;
}
.capabilities_content h2, .export_certification_content h2 {
    margin-bottom: 20px;
}
.capabilities_content ul, .export_certification_content ul {
    padding: 0px 20px;
}
.capabilities_content li, .export_certification_content li {
    font-size: 1rem;
    line-height: 1.75rem;
}
.export_certification{    
    padding-top: 5.625rem;
    padding-bottom: 2rem;
}
.export_certification_content {
    text-align: left;
    width: 56%;
    padding-left: 1.8rem;
    color: var(--textColor);
}
.export_certification_preview {
    width: 44%;
    text-align: left;
}
.wpml-ls-item {
    position:relative;
    padding: 10px 0px;
}

.wpml-ls-item .sub-menu{
    display:none;
    position:absolute;
    top: 30px;
    width: 140px;
    left: -40%;
}
.wpml-ls-item:hover .sub-menu{
    display:block;
    
}


.global-page{
    min-height: 20vh;
    padding: 20px 15px;
    line-height: 26px;
    text-align: initial;
}

body .otgs-development-site-front-end {
    display: none;
}

/* <------------------------Contact Form --------------------> */

.popupActive:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 999;
}

.contactPopupWrp, .eventRegistrationWrp, .policyNoticeWrp {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    bottom: 0;
    display: none;
    overflow: auto;
}

.contactPopup, .eventRegistrationPopup, .policyNotice {
    padding: 50px 100px;
    max-width: 1200px;
    margin: 0 auto;
    background: #F8F8F8;
    border-radius: 10px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.eventRegistrationPopup{
    padding: 50px;
}

.contactPopup h1, .eventRegistrationPopup h1 {
    font-weight: 700;
    font-size: 42px;
    line-height: 51px;
    color: #2B2A29;
    margin-bottom: 10px;
}
.eventRegistrationPopup h1 {
    font-size: 40px;   
    margin-bottom: 25px;
}

.contactPopup p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #2B2A29;
}

.contactFromWrp {
    display: flex;
    margin-top: 30px;
    align-items: start;
}

button.closeBtn, .eventRegistrationPopup button.closeBtn{
    position: absolute;
    top: 40px;
    right: 40px;
    background: rgb(220 47 2 / 6%);
    border-radius: 3px;
    border: 0;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #DC2F02;
    cursor: pointer;
}

.contactFrom {flex: 2;}

.locationDirection {
    flex: 1;
    border: 1px solid #EBEBEB;
    padding: 10px 15px;
    background: #FFFFFF;
    border-radius: 5px;
    margin-left: 35px;
}

.icatCenterWrp {
    display: flex;
    padding: 15px 0;
}

.icatImg {
    width: 200px;
    margin-right: 10px;
    border-radius: 5px;
}

.icatCenterWrp:not(:last-child) {
    border-bottom: 1px solid #E8E8E8;
}

.icatContactAdd h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.icatContactAdd p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin: 8px 0;
}

.icatContactAdd a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #FAA307;
    transition: all 0.3s ease-in-out;
}

.icatContactAdd a img {
    margin-left: 10px;
}

.formGroup {
    display: flex;
    margin-bottom: 10px;
}

.form-control {flex: 1; position: relative;}

.form-control input {
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    height: 48px;
    padding: 10px 20px;
    width: 100%;
}

.form-control:not(:last-child) {
    margin-right: 10px;
}

.form-control select {
background: #FFFFFF;
border: 1px solid #E8E8E8;
border-radius: 5px;
height: 48px;
padding: 10px 20px;
width: 100%;
color: #2B2A29;

}

.form-control textarea {
    width: 100%;
    height: 147px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    padding: 10px 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #2B2A29;
}

.contactFromBtn button, .contactFromBtn a {
    padding: 13px 30px;
    height: 45px;
    background: #DC2F02;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    border: none;
    margin-right: 10px;
    cursor: pointer;
}
.contactFromBtn a{
    display: inline-block;
}
button.btn.customerSurvey {
    color: #DC2F02;
    background: transparent;
    border: 1px solid #DC2F02;
}

.form-control input:focus, .form-control select:focus, .form-control textarea:focus {
    outline: none;
    box-shadow: none;
}

/* <-----------------Careers------------------> */

section.jobSec {
    padding: 60px 0 80px;
}

.jobOpenings table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #D9D9D9;
}

.jobOpenings {
    margin-top: 40px;
}

.jobOpenings table tr th, .jobOpenings table tr td {
    padding: 15px 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.jobOpenings table tr th {
    background: #FAA307;
    color: #fff;
}

.jobOpenings table tr td a {
    color: #0868B4;
}

.jobHeadingSec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jobHeading h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}

.jobSearchFld span {
    position: relative;
    display: inline-block;
}

.jobSearchFld span input {
    width: 309px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    padding: 10px 15px 10px 50px;
}

.jobSearchFld span img {
    position: absolute;
    top: 16px;
    left: 20px;
}

.jobSearchFld span input:focus {
    outline: 0;
}

/* <-----------------------Job Registration---------------------> */

section.registrationSec {
    padding: 150px 0 70px;
}
#multi_step_form #multistep_nav {
display: flex;
justify-content: space-between;
}
#multi_step_form #multistep_nav .progress_holder {
    text-align: left;
    width: 33%;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #D9D9D9;
    margin-bottom: 30px;
}
.progress_holder span {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
}
#multi_step_form #multistep_nav .activated_step {
color: #000000;
}
#multi_step_form fieldset.step {
border: 0;
}

#multi_step_form fieldset.step:not(:first-of-type) {
display: none;
}

.jobformSec h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    text-align: left;
}

.jobFrom {
    padding: 50px 50px;
    border: 1px solid #EAEAEA;
    border-radius: 5px;
    margin-top: 20px;
}

.jobformSec {
    margin-top: 50px;
    text-align: left;
}

.progressBar {
    max-width: 335px;
    height: 8px;
    background: #D9D9D9;
    border-radius: 5px;
    margin-top: 10px;
}

.activated_step .progressBar {
    background: #F09D09;
}
.automobileIndustry.form-control {
    display: flex;
    justify-content: space-between;
    margin: 10px 10px 10px 0;
}

.automobileIndustry.form-control span {
    display: flex;
}

.automobileIndustry.form-control span input[type="radio"] {
    width: 15px;
    height: 15px;
}

.automobileIndustry.form-control span label {
    margin: 0 5px;
}
.jobFrom .form-control input, .jobFrom .form-control select, .jobFrom .form-control textarea {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
}

.continueBtn{
    text-align: right;
    margin-top: 30px;
}

  #multi_step_form fieldset.step .form-control label {
    display: block;
    text-align: left;
    margin-bottom: 5px;
}
.mt-4 {
    margin-top: 25px;
}

.formGroup.educationFrom {flex-wrap: wrap;}

.formGroup.educationFrom .form-control {
    width: 49%;
    flex: initial;
    margin-bottom: 8px;
}

button.btn.addMore, .addAnotherJob {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #DC2F02;
    border: 1px solid #DC2F02;
    padding: 10px 30px;
    background: transparent;
    border-radius: 4px;
    margin-top: 20px;
    cursor: pointer;
}

.form-control a.closeQlif {
    width: 40px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 100%;
    border: 1px solid #dc2f02;
    display: inline-block;
    margin-left: 10px;
    color: #dc2f02;
    font-weight: 800;
}

.form-control.otherQulif {
    display: flex;
    align-items: center;
}

.contactFromBtn  button.btn.prevStep {
    border: 1px solid #DC2F02;
    background: transparent;
    color: #DC2F02;
}

.progress_holder span img {
    vertical-align: middle;
    display: none;
}

.progress_holder.activated_step span img {
    display: initial;
}

.submitConfirm {
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 316px;
    height: 456px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 5px;
    padding: 40px 20px;
    text-align: center;
    display: none;
}

.submitConfirm.eventRegConf{
    height: auto;
}

.submitConfirm .contactFromBtn .prevStep {
    margin-top: 10px;
    background: transparent;
    color: #dc2f02;
    border: 1px solid #dc2f02;
}

.submitConfirm h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #DC2F02;
    margin-bottom: 30px;
}
.submitConfirm img {margin-bottom: 30px;}

.submitConfirm ul {
    list-style: none;
    margin: 0 0 50px;
    padding: 0;
}

.submitConfirm ul li {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #2B2A29;
}

.submitConfirm ul li span:last-child {
    font-weight: 600;
}

button.btn.nextStep.firstContinueBtn.disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.eventRegistraionWrp #multi_step_form #multistep_nav .progress_holder{
    margin: 0 5px 30px 5px;
}

.eventRegisFormFild {
    width: 640px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.eventRegisFormFildWrp label {
    border: 1px solid #757575;
    border-radius: 5px;
    display: block;
    width: 180px;
    height: 146px;
    text-align: center;
    padding: 15px 0;
    position: relative;
}

.eventRegisFormFildWrp label span.regisIcon {
    margin: 0;
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #757575;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    line-height: 70px;
}

.eventRegisFormFildWrp label span {
    display: block;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #757575;
    margin-top: 8px;
}

.eventRegisFormFildWrp label span.regisIcon img {
    vertical-align: middle;
}

.eventRegisFormFildWrp label input {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 7px;
    right: 7px;
}

.eventRegisFormFildWrp label.active {
    border-color: #FAA307;
}

.eventRegisFormFildWrp label.active span.regisIcon {
    border-color: #FAA307;
}

.eventRegisFormFildWrp label.active span {
    color: #FAA307;
}

.eventRegisFormFildWrp label.active input {
    accent-color: #DC2F02;
}

.eventRegistraionWrp .continueBtn {
    text-align: center;
}

.eventRegisFormFildWrp {
    margin-bottom: 30px;
}
.eventRegisFormFild.delegationTypeWrp {
    width: 840px;
}

.educationalQaliTab h3, .experienceCount h3 {
    margin-bottom: 20px;
    position: relative;
}

.educationalQaliTab h3:after, .experienceCount h3:after {
    content: "";
    height: 1px;
    width: 100%;
    border-bottom: 1px dashed #000;
    position: absolute;
    left: 0;
    top: 11px;
    z-index: -1;
    right: 0;
}
.educationalQaliTab h3 span, .experienceCount h3 span {
    background: #fff;
    padding-right: 20px;
}

.sponsor, .exhibitor, .delegate, .numOfParticipants {
    display: none;
}

.priceTable {
    background: #fff;
    padding: 12px;
    border-radius: 10px;
    box-shadow: 0px 0 20px rgb(0 0 0 / 12%);
    bottom: 87%;
    position: absolute;
    right: 30px;
    display: none;
}
.priceInfoWrp:hover .priceTable {
    display: block;
} 

.priceTable table {
    width: 100%;
    border-collapse: collapse;
    border-color: #e0e0e0;
}
.priceTable table tr td, .priceTable table tr th {
    padding: 5px;
    font-size: 12px;
    text-align: left;
}

span.priceInfoIcon {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background: #e0e0e0;
    border-radius: 100%;
    cursor: pointer;
}

/****************************FAQ**********************/

section.faqSec {
    padding: 80px 0;
}

.faqQuestion {
    text-align: left;
}

.faqQuestion h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    margin-bottom: 20px;
}

.faqQuestion ul li {
    margin-bottom: 20px;
    list-style: none;
    border-radius: 5px;
    padding: 0;
}

.faqQuestion ul li h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding: 10px;
    cursor: pointer;
    background: #F4F4F4;
    border-radius: 5px;
}

.faqAns {
    padding: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    background: #fff;
    display: none;
}

.faqQuestion ul li.active {
    background: #FAA307;
}

.faqQuestion ul li.active h3 {
    color: #fff;
    background: #FAA307;
    border-radius: 5px;
}

.faqQuestion ul li.active .faqAns {
    border: 1px solid #FAA307;
    border-radius: 0px 0px 5px 5px;
}

.importantLinks {
    position: fixed;
    z-index: 999;
    right: -250px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    transition: 0.3s ease-in-out;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
}

.importantLinks ul {
    width: 250px;
}

.importantLinks ul li {
    list-style: none;
}

.importantLinks ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    display: block;
    padding: 14px 15px;
    border-bottom: 1px solid #E8E8E8;
}

.importantLinks ul li:last-child a {
    border-bottom: 0;
}

.importantLinks button {
    background: #FAA307;
    border-radius: 5px 5px 0px 0px;
    border: 0;
    padding: 12px 18px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    transform: rotate(-90deg);
    position: absolute;
    top: 50px;
    left: -91px;
}

.importantLinks:hover {
    right: 0;
}

.facilities_banner {
    position: relative;
}

.breadCrumbWrp {
    position: absolute;
    top: 40px;
    z-index: 9;
}

.breadCrumbWrp ul li {
    list-style: none;
    margin-right: 10px;
}

.breadCrumbWrp ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.breadCrumbWrp ul {
    display: flex;
}

.breadCrumbWrp ul li:last-child a {
    font-weight: 600;
}

.global-page{
    padding: 50px 0;
}

.global-page p, .global-page ul{
    margin-bottom: 15px;
}

.loginSecBtn ul li {
    list-style: none;
    margin: 8px 10px;
}

.loginSecBtn ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.loginSecBtn ul li a {
    padding: 13px 25px;
    background: #dc2f02;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}

.loginSecBtn {
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.importantLinksSec ul {
    text-align: left;
}

.importantLinksSec ul li {
    margin: 20px 0;
}

.importantLinksSec ul li a {
    color: #faa307;
}

.policyNotice {
    padding: 20px 30px;
    max-width: max-content;
}

.policyNotice h3 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #dc2f02;
}

.policyNotice h3 span.closeIcon {
    font-size: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%;
    border: 1px solid #dc2f02;
    line-height: 30px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.policyNotice h3 span.closeIcon:hover {
    background: #dc2f02;
    color: #fff;
}

.close {
    display: block;
    text-align: right;
    margin: 10px 0 0;
}

.close button {
    border: 0;
    padding: 8px 15px;
    background: #dc2f02;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

.inSrvBannerContentContent ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #2B2A29;
    margin-bottom: 10px;
}

.inSrvBannerContentContent ul {
    padding: 0 0 15px 20px;
}
.global-page ul {
    padding: 0 0 15px 20px;
}

.global-page ul li {
    font-size: 16px;
    margin-bottom: 5px;
}

.post-type-archive-whats-new .event_cards{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.post-type-archive-whats-new .event_cards .new_feature_card{
    margin-bottom: 2rem;
}

#second-choice {
    display: none;
}
#third-choice {
    display: none;
}
#forth-choice {
    display: none;
}
.facility_inside_content ul {
    padding: 0 0 0 20px;
}

.facility_inside_content ul li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
}

/**************RTI*****************/

section.rtiSec {
    padding: 100px 0;
}

.rtiContent {
    display: flex;
    text-align: left;
}

.informationOfficer {
    flex: 1;
    margin: 0 10px;
}

.informationOfficer h3 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 16px;
}

.informationOfficerDtl {
    padding: 20px;
    border: 1px solid #f9f9f9;
    border-radius: 5px;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 5%);
}

.informationOfficerDtl h4 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.informationOfficerDtl p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    margin-bottom: 5px;
}
.informationOfficerDtl p strong {
    min-width: 75px;
    display: inline-block;
}

.trendsTableWrp h3 {
    text-align: left;
    margin-bottom: 20px;
}
.downloadTableWrp.trendsTableWrp {
    margin-bottom: 50px;
}

body.single-facilities .facility_inside_main{
    display: block;
}

body.single-facilities  .facility_inside_preview {
    width: 47%;
    text-align: left;
    float: left;
    padding-right: 25px;
    padding-bottom: 15px;
}

body.single-facilities .facility_inside_content {
    width: 100%;
    padding: 0;
}


.row-wrap,.row{
    margin: 0 -15px; 
    display: flex;
    flex-wrap: wrap; 
  }
  .row>[class^='col']{
     padding-left: 15px;
     padding-right: 15px;
  }
  .row>.col-6{ 
    flex:0 0 50%;
    max-width: 50%;
  } 
  .child-wrapper{
    display:flex;
    flex-flow: column;
     justify-content: space-between;
    height: 100%;
    padding-bottom: 300px;
    position: relative;
  }

.facility .facility_bottom{position: absolute; left: 0; bottom: 0; width: 100%;}


button.logbtn {
    padding: 13px 30px;
        height: 45px;
        background: #dc2f02;
        border-radius: 5px;
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        color: #fff;
        border: none;
        margin-right: 10px;
        cursor: pointer;
    }
    
    .loginbtn {
        display: flex;
         width: 50%;
        margin: 10px 0;
     } 

    .loginbtns {
        display: flex;
        width: 50%;
        }