html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    position: relative;
}

/* HTML5 display-role reset for older browsers */
/*article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, input, textarea {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    
}*/

ol, ul {
    list-style: none;
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin: 0;
    padding: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
section {
    overflow: hidden;
}

a {text-decoration:none;}
.flt{float:left;}
.fltr{float:right;}
.clr{clear:both;}
ol, ul{margin:0; padding:0;}
a:hover{text-decoration:none;}
a:focus{text-decoration:none;}
ul li{list-style:none;}
h1, h2, h3, h4, h5, h6{margin:0; padding:0;}


a, a:hover, a:focus{text-decoration: none;}
* {
    outline: 0;
}
.img img{width: 100%;}


body {
    margin: 0;
    background: #fff;
    font-weight: 400;
    font-style: normal;
    font-family: "Montserrat", sans-serif;
}


section{
    padding: 70px 0;
}


.container {
    max-width: 1240px;
    width: 100%;
}

.home .container {
    max-width: 1450px;
}
/*
.home header .container {
    max-width: 1240px;
}
*/
.title, h2 {
    font-weight: 400;
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 20px;
    color: #424242;
}

body h3 {
    color: #424242;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%; /* 30px */
    transition: all 500ms ease;
    margin-bottom: 15px;
}

body h4 {
    color: #424242;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%; /* 30px */
    margin-bottom: 15px;
}

body h5 {
    color: #424242;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
    margin-bottom: 15px;
}
body .small_tx {
    color: #ff640f;
    text-align: left;
    font-size: 24px;
    font-weight: 500;
}
body p {
    color: #424242;
    font-size:18px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    transition: all 500ms ease;
    margin-bottom: 15px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
}
body p b {
    font-weight: 600;
}

body span.tag1 {
    content: "";
    display: block;
    height: 100px;
    margin: -100px 0 0;
    position: relative;
    z-index: -1;
}

.btn_div {
    margin-top: 30px;
}
.sub_btn {
    width: 221px;
    /* height: 60px; */
    color: #006086;
    display: inline-block;
    border-radius: 8px;
    background: transparent;
    padding: 15px 10px 15px;
    font-size: 15px;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #006086;
    transition: 0.5s all ease;
}

.sub_btn svg{
    display: inline-block;
    margin-left: 10px;
}
.sub_btn:hover {
    color: #fff;
    background: #006086;
    transition: 0.5s all ease;
    border: 1px solid #006086;
}
.sub_btn:hover svg path{
    fill: #fff;
}

.sub_btn2 {
    color: #011191;
    font-weight: 700;
    text-transform: uppercase!important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: normal;
    background-color: rgba(0,0,0,0);
    padding-top: 15px !important;
    padding-right: 26px !important;
    display: block;
    text-align: center;
    height: 62px;
    font-size: 15px;
    width: 240px;
    transition: 0.5s all ease;
    background-image: url(https://usmphones.com/wp-content/uploads/2020/07/Asset-1-1.png);
    margin: 0 auto;
}
.sub_btn2:hover {
    opacity: 0.6;
}
.hd_small {
    font-size: 18px;
    font-weight: 600;
    line-height: 25.94px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.title_dv {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 40px;
}



/*Menu css =========================*/

/*Header css*/
.header {
    padding: 0px 0;
    position: sticky;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    transition: 0.5s all ease;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    box-shadow: 0px 0px 5px 5px #0000000D;
}
.fixedHeader {
    background: #fff;
    transition: 0.5s all ease;
    box-shadow: 0px 0px 18px rgb(0 0 0 / 22%);
}
.header_menu {
    display: flex;
    align-items: center;
}

.logoin {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.5s all ease;
}
.fixedHeader .logoin {
    justify-content: space-between;
    transition: 0.5s all ease;
}
header .sub_btn {
    font-size: 16px;
    padding-top: 12px !important;
}
.logo_hdr {
    max-width: 147px;
}
.menu_in {
    margin-left: auto;
    padding-right: 30px;
}

.mn_menu ul li {
    display: inline-block;
    margin: 0 0px 0px 20px;
    padding: 0px;
    position: relative;
    transition: 0.5s all ease;
}
.mn_menu ul li:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 2px;
    width:0;
    background: #448684;
    transition: 0.5s all ease;
}
.mn_menu ul li:hover:before, .mn_menu ul li.active:before{
    width: 100%;
    transition: 0.5s all ease;
}
.fixedHeader .mn_menu ul li {
    transition: 0.5s all ease;
}
.click_menu_i {
    position: absolute;
    top: 39px;
    right: -7px;
    width: 15px;
    height: 14px;
    background: url(../images/menu_drop_icon.png) no-repeat center;
}

.mn_menu ul li a {
    color: #424242;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: .5s all ease;
    position: relative;
    padding: 30px 10px;
    display: block;
}
.fixedHeader .mn_menu ul li a {
    color: #4d4d4d;
}


.mn_menu ul li:hover > a, .mn_menu ul li.active > a  {
    transition: .5s all ease;
    color: #448684;
}
.mn_menu ul li.nav-item1.active a{
    color: #448684;
}
.mn_menu ul ul {
    position: absolute;
    width: 275px;
    left: 0;
    top: 92px;
    background: #fff;
    z-index: 99;
    max-height: 0;
    -webkit-transform: perspective(400) rotate3d(1,0,0,-90deg);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    box-shadow: 0 20px 19px rgb(0 0 0 / 9%);
}
.mn_menu ul ul ul, .mn_menu ul ul ul ul {
    top: 0;
    left: 100%;
}

.menu_in .logo_hdr{
    display:none;
}
@media(min-width:992px){
    .mn_menu ul li:hover ul {
        max-height: 1000px;
        -webkit-transform: perspective(400) rotate3d(0,0,0,0);
    } 
    .mn_menu ul ul li:hover ul {
        max-height: 1000px;
        -webkit-transform: perspective(400) rotate3d(0,0,0,0);
    }
/*
    .mn_menu > ul > li:hover .click_menu_i:before {
        border-top: 8px solid #cd3e5b;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }
*/
    
    
.mn_menu ul ul li:hover a{background: #006086; transition: 0.5s all ease; color: #fff;}
.mn_menu ul li:hover {
    transition: 0.5s all ease;
}
}
.mn_menu ul ul li {
    display: block;
    border-bottom: 1px solid #006086;
    margin: 0;
    padding: 0px;
}
.mn_menu ul ul li:last-child{border-bottom: 0px;}
.mn_menu ul ul li a {
    padding: 12px 15px;
    display: block;
    color: #030f10;
    font-size: 16px;
    transition: .5s all ease;
    font-weight: 500;
}
/*.click_menu_i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #002868;
    z-index: -1;
    transition: 0.5s all ease;
}*/
/*
.click_menu_i:before {
    position: absolute;
    top: 29px;
    right: -4px;
    border-top: 8px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
}
*/
@media (max-width: 1111px){


}
@media(max-width:991px){
    .logo_hdr {
        width: 190px;
    }
    .fixedHeader .logo_hdr {
        width: 200px;
        transition: 0.5s all ease;
    }
	header {
	    position: fixed;
	    z-index: 9999;
	}
    .Menu_text {
        display: none;
    }
	.mn_menu {
	    display: block;
	    flex-direction: column-reverse;
	    height: 75vh;
	    overflow-y: scroll;
    	justify-content: flex-end;
	}
	.mn_menu ul {
        display: block;
    }
    .mn_menu ul li {
        position: relative;
        padding: 0;
        display: block;
        border-bottom: 0px solid #e7e7e7 !important;
        margin-left: 0px;
    }
    .fixedHeader .mn_menu ul li {
        padding: 0;
        transition: 0.5s all ease;
    }
    .mn_menu ul li a {
        display: block;
        font-weight: 600;
        font-size: 15px;
        line-height: 22px;
        transition: .5s all ease;
        position: relative;
        padding: 10px;
        border-bottom: 1px solid #ccc;
    }
    .mn_menu .Registration {
        text-align: center;
    }
    .mn_menu ul ul {
        position: static;
        width: 100%;
        left: 0;
        top: 0;
        background: #fff;
        z-index: 99;
        max-height: inherit;
        -webkit-transform: inherit;
        -webkit-transform-origin: inherit;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
        box-shadow: none;
        display: none;
    }
    .mn_menu ul li {
        padding: 0;
    }
    .mn_menu ul ul li a {
        color: #006086;
        padding-left: 20px;
    }
    .mn_menu ul ul ul li a {
        padding-left: 35px;
    }
    .js--mobile-menu-active .menu_icon span {
        background: #fff;
    }
    .menu_icon {
        width: 30px;
        height: 22px;
        cursor: pointer;
        transition: 0.5s all ease;
        display: block;
        position: fixed;
        top: 32px;
        right: 15px;
        z-index: 999;
        margin-left: 6px;
        text-align: right;
    }
/*
    .fixedHeader .menu_icon {
        top: 28px;
    }
*/
    .header_menu_bt {
        height: 75px;
    }
    .menu_icon .CL_MNU {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 2px;
        background: #000;
        transition: 0.5s all ease;
    }
    .menu_cl_add img {
        display: none;
    }
    .menu_cl_add .CL_MNU  {
        display: flex;
    }
    .menu_icon .CL_MNU:nth-child(1) {
        top: 0px;
    }
    .menu_icon .CL_MNU:nth-child(2) {
        top: 8px;
    }
    .menu_icon .CL_MNU:nth-child(3) {
        top: 16px;
    }
    .js--mobile-menu-active .CL_MNU:nth-child(1) {
        transform: rotateZ(45deg);
        transition: 0.5s all ease;
        top: 8px;
    }
    .js--mobile-menu-active .CL_MNU:nth-child(3) {
        transform: rotateZ(-45deg);
        transition: 0.5s all ease;
        top: 8px;
    }
    .js--mobile-menu-active .menu_icon span {
        background: #fff;
        transform: rotateZ(45deg);
    }
    .js--mobile-menu-active .CL_MNU:nth-child(2) {
        display: none;
        transition: 0.5s all ease;
    }


    .click_menu_i {
        position: absolute;
        top: 0;
        right: 0;
        width: 42px;
        height: 42px;
        background: #002868;
    }
    .click_menu_i:before {
        position: absolute;
        top: 10px;
        left: 15px;
        content: "\f107";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 22px;
        color: #fff;
    }

    .click_menu_i.Li_icon_add:before {
        position: absolute;
        top: 5px;
        left: 15px;
        content: "\f106 ";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 22px;
        color: #fff;
    }

    .hdr_to_menu {
	    display: block;
	}
	.hdr_to_menu a {
	    font-size: 12px;
	    padding: 6px 10px 6px 10px;
	    border-bottom: 1px solid #d4d4d4;
	    margin: 0;
	}
	.hdr_bt_menu {
	    margin-top: 0;
	}
    .menu_in {
        position: fixed;
        top: 0;
        left: -275px;
        width: 270px;
        height: 100%;
        z-index: 999;
        background: #fff;
        transition: 0.5s all ease;
    	padding-left: 0;
    	padding-top: 25px;
    }
    .menu_in:before {
        position: fixed;
        top: 0;
        left:0px;
        width: 0;
        height: 100%;
        content: "";
        background: rgb(0 0 0 / 72%);
        transition: 0.5s all ease;
    }

    .js--mobile-menu-active .menu_in:before {
        left: 270px;
        transition: 0.5s all ease;
        width: 100%;
    }


    .js--mobile-menu-active .menu_in {
        left: 0;
        transition: 0.5s all ease;
    }
	
	.logoin {
        padding: 10px 0;
        height: 82px;
    }
	.mn_menu .Registration {
		display: none;
	}
    .top_menu {
        text-align: left;
        padding-top: 12px;
        padding-left: 12px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
    }
    .hdr_to_phone a {
        font-size: 14px;
    }
    .top_menu {
        padding: 8px 0 8px 0px;
        height: 55px;
    }
    .menu_rt {
        padding-right: 50px;
    }
}


	

/*Banner css*/
.mobile_slider{
    display:none;
}
.banner_in {
    display: flex;
	flex-wrap: wrap;
    align-items: self-start;
}
.banner .owl-dots {
    display: none;
}
.Inner_banner {
    padding-top: 60px;
}
.bnr_left{
	width: 46%;
}
.bnr_right{
	width: 54%;
}
.banner_in img {
    padding: 5px;
	object-fit: cover;
	border-radius: 15px;
}
.banner_bx1 img {
    height: 205px;
}
.banner_bx1_1 img {
    height: 421px;
}
.bnr_right {
    display: flex;
	flex-wrap: wrap;
}
.bnr_right_bx {
    width: 35%;
}
.bnr_right_bx_1 {
    min-height: 285px;
}
.bnr_right_bx_2 {
    min-height: 140px;
}
.bnr_right_bx2 {
    width: 65%;
}
.bnr_right_bx2 img {
    height: 426px;
}
.banner_bx_tx_dv {
    width: 100%;
    padding: 5px;
}
.banner_bx_tx {
    width: 100%;
    height: 190px;
    border-radius: 15px;
    background: #CCF0F6;
    padding: 30px;
}
.banner_bx_tx h2 {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 10px
}
.banner_bx_tx p {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 10px
}
.banner_bx_tx p {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 0;
}
.banner_bx_tx .sub_btn {
    width: auto;
    border-radius: 0px;
    background: transparent;
    padding: 0;
    font-size: 15px;
    border: 0px solid #006086;
}
.banner_bx_tx .sub_btn:hover {
    background: transparent;
    padding: 0;
    font-size: 15px;
    border: 0px solid #006086;
    color: #000;
}
.banner_bx_tx .sub_btn:hover path {
    fill: #000;
}
/*Section 2*/
.decades_scn .col-md-4 {
    padding-left: 20px;
    padding-right: 20px;
}
.decades_scn .row {
    margin-left: -20px;
    margin-right: -20px;
}
.decades_bx {
    height: 280px;
    border: 1px solid #006086;
    background: #006086;
    border-radius: 15px;
    padding: 30px 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.decades_bx2{
    background: #FDF4ED;
    border: 1px solid #FDF4ED;
}
.decades_bx3{
    background: #E8FCFF;
    border: 1px solid #E8FCFF;
}
.plus_icon {
    position: absolute;
    right: -55px;
    z-index: 1;
}
.plus_icon img {
    height: 65px;
}
.eq_icon img {
    height: 55px;
}
.eq_icon {
    right: -74px;
}
.decades_tx {
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    text-align: center;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 60px;
}
.decades_bx span{
	display:black;
	margin-bottom:15px;
}
.decades_bx h4 {
    font-style: normal;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 21px;
    line-height: 36px;
    text-align: center;
    color: #FAEFFF;
}
.decades_bx2 h4, .decades_bx3 h4{
    color: #421442;
}



/* Programme css */
.Programme_scn{
    background: #f7f7f7;
}
.Programme_scn h2 {
    margin-bottom: 35px;
}
.Programme_img img {
    border-radius: 15px;
}
.Programme_tx {
    padding-right: 30px;
    padding-left: 18px;
}
.Programme_counter {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    margin-left: -20px;
}
.Programme_counter_bx{
    background: #fff;
    border-radius:7px;
    padding: 20px;
}
.Programme_counter_bx span{
    display: block;
    margin-bottom: 10px;
}
.Programme_counter_bx span img {
    height: 45px;
}
.Programme_counter_bx h3{
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
    color: #424242;
    margin-bottom: 10px;
}

.Programme_counter_bx p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #424242;
    margin-bottom: 0px;
}
/* creating css */
.creating_rt {
    max-width: 570px;
    width: 100%;
    padding-left: 30px;
}
.creating_scn .row {
    align-items: center;
}
.creating_lt_dv {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    background: url(../images/creating_img.jpg) no-repeat top center;
    background-size: cover;
    padding: 0;
    display: flex;
}
.creating_lt_dv::before{
    content: "";
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #006086CC;
}
.creating_lt{
    display: flex;
    flex-wrap: wrap;
}
.creating_lt_bx {
    width: 50%;
    height: 210px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 30px;
}
.creating_lt_bx span {
    display: block;
    margin-bottom: 25px;
}
.creating_lt_bx span img {
    height: 55px;
}
.creating_lt_bx p {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    color:#fff;
}

/*Our inspiration css*/
.Our_inspiration_scn {
    position: relative;
    border-radius: 0px;
    background: url(../images/Our_inspiration.jpg) no-repeat top center;
    background-size: cover;
    padding: 0;
    display: flex;
	height: 600px;
	align-items: center;
}

.Our_inspiration_bx{
	max-width: 500px;
	width:100%;
	position: relative;
}
.Our_inspiration_icon {
	
}
.Our_inspiration_icon .icon1 {
    position: absolute;
    bottom: -63px;
    right: 51px;
    width: 24px;
    height: 20px;
    background: #F7E4FFE5;
    display: inline-block;
}
.Our_inspiration_icon .icon2 {
    position: absolute;
    bottom: -168px;
    right: -55px;
    width: 106px;
    height: 106px;
    background: #FFFFFF99;
    display: inline-block;
}
.Our_inspiration_icon .icon3 {
    position: absolute;
    bottom: -230px;
    right: 50px;
    width: 60px;
    height: 60px;
    background: #C1FFC0;
    display: inline-block;
}
/*Your_support_bx cs*/
.Your_support {
    padding-top: 90px;
}
.Your_support_bx{
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    background: url(../images/Your_support_bg.jpg) no-repeat top center;
    background-size: cover;
    padding: 0;
    display: flex;
	height: 465px;
	align-items: center;
	text-align: center;
}
.Your_support_bx::before{
    content: "";
    position: absolute;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #009E6FE5;
}
.Your_support_bx_in{
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
.Your_support_bx h2, .Your_support_bx p{
	color:#fff;
}
.Your_support_bx p {
    margin-bottom: 45px;
}
.Your_support_bx .sub_btn {
    color: #fff;
    border: 1px solid #fff;
}
.Your_support_bx .sub_btn svg path{
	fill:#ffffff;
}
.Your_support_bx .sub_btn:hover svg path{
	fill:#448684;
}
.Your_support_bx .sub_btn:hover {
    color: #448684;
    border: 1px solid #fff;
    background: #fff;
}
.click_left_menu{
        display:none;
    }


/*Footer*/
.footer{
	background: #2B2B2B;
    background-size: cover;
	padding: 50px 0 0px;
	position: relative;
}
.footer_row {
    display: grid;
    grid-gap: 50px;
    grid-template-columns: repeat(5, 1fr);
    border-bottom: 1px solid rgb(255 255 255 / 50%);
	padding-bottom: 20px;
}
/*
.footer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.6;
}
*/

.ftr_menu h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(255 255 255 / 80%);
}
/*
.ftr_menu h4:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100px;
    height: 1px;
    background: #FFFFFF;
}
*/
.footer ul li{
    display: block;
    margin-bottom: 12px;
}
.footer ul li ul {
    padding: 5px 0 0 20px;
    margin: 0;
}
.footer ul li ul li {
    margin: 0px 0 5px 0;
}
.footer ul li ul li a {
    font-size: 14px;
}
.footer ul li a {
    color: #C0C0C0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    display: block;
    transition: all ease .5s;
}
.footer a{
    transition: all ease .5s;
}
.footer a:hover, .copy_rt p a:hover{
    color: #58983f !important;
    transition: all ease .5s;
}
.footer p, .footer p a {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 12px;
}
.ftr_logo_dv {
    padding-bottom: 40px;
}
.ftr_logo{
	display: block;
	margin-bottom: 15px;
}

.ftr_logo img{
	max-width: 200px;
}
.ftr_logo_dv p{
	color: #fff;
	font-size: 15px;
}

.socual_media{
	display: flex;
	align-items: center;
}
.socual_media a{
	display: flex;
	width: 50px;
	height: 50px;
	border: 1px solid #8C8C8C;
	border-radius: 4px;
	align-items: center;
	justify-content: center;
	transition: 0.5s all ease;
    margin-right: 15px;
}
.socual_media a:hover {
    background: #fff;
	transition: 0.5s all ease;
}
.socual_media a:hover svg path {
    fill: #000;
	transition: 0.5s all ease;
}

.copy_rt{
	background: #2b2b2b;
}
.copy_rt_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.copy_rt p {
    color: #ADADAD;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}
.copy_rt p a{
    color: #ADADAD;
}


/* Inner css */
.hd_border {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.hd_border:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 71px;
    background: #448684;
}
.border_left:before {
    left: 0 !important;
    transform: inherit;
}
.Inner_banner h5 {
    font-size: 22px;
    margin-bottom: 40px;
    text-align: left;
}
.Inner_banner p {
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 15px;
}

/* Vision_scn css */
.Vision_scn {
    text-align: center;
    background: #006086;
    margin-top: 60px;
    padding: 55px 0;
}
.Vision_scn h2{
    color: #fff;

}
.Vision_scn p {
    color: #fff;
    font-size: 22px;
    line-height: 34px;
    margin: 0;
}

/* Key_Pillars css */
.Key_Pillars_tabs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 20px;
    margin-top: 40px;
}
.Key_Pillars_tab {
    position: relative;
    padding: 25px;
    background: #E9F8F6;
    border-radius: 7px 7px 0 0;
    padding-bottom: 0;
    cursor: pointer;
}
.Key_Pillars_tab:nth-child(2) {
    background: #f1f1f1;
}
.Key_Pillars_tab:nth-child(3) {
    background: #E6F8FF;
}
.Key_Pillars_tab:nth-child(4) {
    background: #FAEFFF;
}

.Key_Pillars_tab:before {
    content: "";
    height: 20px;
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    background: #E9F8F6;
    opacity: 0;
}
.Key_Pillars_tab.active:before {
    opacity: 1;
}
.Key_Pillars_tab:nth-child(2):before {
    background: #f1f1f1;
}
.Key_Pillars_tab:nth-child(3):before {
    background: #E6F8FF;
}
.Key_Pillars_tab:nth-child(4):before {
    background: #FAEFFF;
}
.Key_Pillars_tab h5 {
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
}
.Key_Pillars_tab h5:before {
    content: "";
    position: absolute;
    bottom: 0;
    left:0;
    height: 3px;
    width:0;
    background: #448684;
    transition: 0.5s all ease;
}
.Key_Pillars_tab.active h5:before {
    width:100%;
    transition: 0.5s all ease;
}
.Key_Pillars_icon {
    display: block;
    margin-bottom: 20px;
    height: 60px;
}
.Key_Pillars_icon img {
    height: 100%;
}
.Key_Pillars_sh_img {
    margin-bottom: 40px;
}
.Key_Pillars_sh_img img {
    border-radius: 15px;
}
.Key_Pillars_show {
    background: #E9F8F6;
    border-radius: 0 0 15px 15px;
    padding: 25px;
}
.Key_Pillars_show:nth-child(2) {
    background: #f1f1f1;
}
.Key_Pillars_show:nth-child(3) {
    background: #E6F8FF;
}
.Key_Pillars_show:nth-child(4) {
    background: #FAEFFF;
}
.Key_Pillars_sh_img h2 {
    margin-left: 15px;
}
.Key_Pillars_sh_img .row {
    align-items: center;
}
.pl {
    padding-left: 15px;
}
.pr {
    padding-right: 15px;
}
/* Board_Trustee css */
.Board_Trustee_bx{
    display: flex;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 25px;
    background: #f1f1f1;
    margin-bottom: 30px;

}
.Board_Trustee_tx h3 {
    font-size: 32px;
}
.Board_Trustee_tx .hd_border {
    padding-bottom: 15px;
    margin-bottom: 18px;
}
.Board_Trustee_tx h6 {
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #424242;
    margin-bottom: 25px;
}
.Board_Trustee_tx p {
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 0;
}
.Board_Trustee_img{
    width: 200px;
}
.Board_Trustee_img img {
    border-radius: 7px;
}
.Board_Trustee_tx{
    flex: 1;
    padding-left: 30px;
}
.Read_more_dv{
    margin-top: 20px;
}
.Read_more{
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #424242;
    display: inline-block;
    transition: 0.5s all ease;
}
.Read_more:hover{
    color: #448684;
    transition: 0.5s all ease;
}

.managements_scn .Board_Trustee_bx {
    background: #EEFAFF;
}

.managements_scn {
    padding-top: 0;
}
.managements_scn h2 {
    margin-bottom: 40px;
}

.Key_Strategies {
    background: #EEFAFF;
    border-radius: 10px;
    padding: 30px;
    margin-top: 70px;
}
.Key_Strategies h3 {
    font-size: 28px;
    margin-bottom: 20px;
}
.img_redius {
    border-radius: 15px;
}
.Key_Strategies ul li {
    color: #424242;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    transition: all 500ms ease;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
}
.Key_Strategies ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 8px;
    width: 8px;
    height: 8px;
    background: #448684;
    border-radius: 8px;
}

.Cumulative_dv{
    margin-top: 50px;
}
.Cumulative_patients {
    margin-top: 40px;
}
.Cumulative_dv h2 {
    font-size: 34px;
    line-height: 42px;
}
.Cumulative_patients_list {
    display: flex;
    align-items: center;
    background: #FDF4ED;
    padding: 22px 35px 22px 22px;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    justify-content: space-between;
}

.Cumulative_patients_list:nth-child(2) {
    background: #f9f9f9;
}
.Total_patients{
    background: #DEF0F8;
}
.Total_patients{
    font-weight: bold;
}
.camps_patients {
    background: #006086;
    font-weight: 700;
    color: #fff;
}
.information_tx {
    text-align: center;
    margin: 30px 0 60px 0;
    font-size: 22px;
    font-weight: 500;
}
.information_tx a{
    font-weight: 600;
	display: inline-block;
	color: #424242;
}

.mt_RGVMP {
    margin-top: 30px;
}
/*Milestone css*/
.milestone_bx {
    min-height: 296px;
    border-radius: 15px;
    border: 2px solid #448684;
    padding: 20px;
    position: relative;
    height: 100%;
}
.milestone_2023{
    border-color:#3DBED1;
}
.milestone_2022{
    border-color:#0096FF;
}
.milestone_2021{
    border-color:#87CEEB;
}
.milestone_2014_15{
    border-color:#C67EB4;
}
.milestone_2016_17{
    border-color:#6AA1BA;
}
.milestone_2018{
    border-color:#D1A7B0;
}
.milestone_2019_20{
    border-color:#7F5AB6;
}
.milestone_2011_13{
    border-color:#A2B1D0;
}
.milestone_2005_10{
    border-color:#ADADAD;
}
.milestone_2004{
    border-color:#E2D1D7;
}
.milestone_2002{
    border-color:#A7C9DC;
}



.milestone_years{
	font-weight: 500;
	font-size: 44px;
	line-height: 50px;
	color: #448684;
	margin-bottom: 15px;
}

.milestone_2023 .milestone_years{
    color:#3DBED1;
}
.milestone_2022 .milestone_years{
    color:#0096FF;
}
.milestone_2021 .milestone_years{
    color:#87CEEB;
}
.milestone_2014_15 .milestone_years{
    color:#C67EB4;
}
.milestone_2016_17 .milestone_years{
    color:#6AA1BA;
}
.milestone_2018 .milestone_years{
    color:#D1A7B0;
}
.milestone_2019_20 .milestone_years{
    color:#7F5AB6;
}
.milestone_2011_13 .milestone_years{
    color:#A2B1D0;
}
.milestone_2005_10 .milestone_years{
    color:#ADADAD;
}
.milestone_2004 .milestone_years{
    color:#E2D1D7;
}
.milestone_2002 .milestone_years{
    color:#A7C9DC;
}
.milestone_bx ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #424242;
    position: relative;
    padding-left: 20px;
}
.milestone_bx p {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #424242;
    margin: 10px 0 0 0;
}
.milestone_bx ul li:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0px;
    width: 5px;
    height: 5px;
    background: #424242;
    border-radius: 5px;
}

.years_img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -44px;
    width: 49px;
    background: #fff;
    height: 50px;
    z-index: 1;
    padding-top: 6px;
}
.milestone_2021 .years_img {
    right: initial;
    left: 50%;
    top: initial;
    bottom: -46px;
    transform: initial;
    transform: translateX(-50%);
    padding-top: 0;
    padding-left: 9px;
    width: 60px;
}
.milestone_2014_15 .years_img {
    right: initial;
    left: 50%;
    top: initial;
    bottom: -46px;
    transform: initial;
    transform: translateX(-50%);
    padding-top: 0;
    padding-right: 9px;
    width: 58px;
}
.milestone_2019_20 .years_img, .milestone_2018 .years_img, .milestone_2016_17 .years_img {
    right: initial;
    left: -44px;
    padding-top: 9px;
}


.years_img img {
    width: 100%;
}


/*Partners Logo css*/
.partners_scn .exhibitors_logo {position:relative;
    margin-top: 15px;}
.partners_scn .exhibitors_logo a {
    border-left: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 0;
    background: #fff;
}
.partners_scn .exhibitors_logo a img {
    max-width: 155px;
    width: auto!important;
    height: 90px;
}

.partners_scn #exhibitors_slides .owl-nav button span {background:#d330c9; width:48px; height:48px; border-radius:50%; text-align:center; line-height:42px; color:#fff; 
font-weight:700; display:none !important; font-size:32px;}
.partners_scn #exhibitors_slides .owl-nav button {position:absolute; top:50%;}
.partners_scn #exhibitors_slides .owl-nav button.owl-prev {left:0; margin:-24px 0 0 -24px;}
.partners_scn #exhibitors_slides .owl-nav button.owl-next {right:0; margin:-24px -24px 0 0;}

.partners_scn .btn_blk {padding:50px 0 0; text-align:center;}
.partners_scn .btn_blk a:hover {border-color:#d330c9; color:#d330c9;}





/*Suppoer css*/

.Why_Exhibit_scn {
    padding: 0 0 60px 0;
}
.support_scn .row {
    align-items: center;
}
.support_scn h4 {
    margin-bottom: 30px;
    font-weight: 300;
	font-size: 26px;
}
.support_scn p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
}
.Why_Exhibit_scn h3 {
    font-size: 36px;
    margin-bottom: 0;
}
.suport .Why_Exhibit_scn h3 {
    font-weight: 400;
}
.suport .Key_Strategies h3 {
    font-size: 28px;
    margin-bottom: 20px;
}
.what_make_scn {
    display: flex;
    grid-template-columns: 33.33% 33.33% 33.33%;
    gap: 0;
    margin-top: 20px;
    grid-template-columns: repeat(3, 1fr);
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.what_make_bx {
    width: 33.333%;
    padding: 10px;
}
.what_make_bx:nth-child(4){
    width: 50%;
    min-height: 265px;
}
.what_make_bx:nth-child(5){
    width: 50%;
    min-height: 265px;
}
.what_make_bx_in {
    min-height: 380px;
    border-radius: 15px;
    background: #E9F8F6;
    padding: 30px 30px;
    transition: 0.5s all ease;
    height: 100%;
}

.what_make_bx:nth-child(2) .what_make_bx_in{
	background: #f1f1f1;
}
.what_make_bx:nth-child(3) .what_make_bx_in{
	background: #E6F8FF;
}
.what_make_bx:nth-child(4) .what_make_bx_in{
	background: #DEF0F8;
    min-height: 250px;
}
.what_make_bx:nth-child(5) .what_make_bx_in{
	background: #FDF4ED;
    min-height: 250px;
}
.what_make_icon {
    display: block;
    margin-bottom: 20px;
}
.what_make_icon img{
	height:60px;
}
.Why_Exhibit_scn .what_make_bx_in h3 {
    margin: 0 0 18px 0;
    padding: 0;
    text-align: left;
    color: #424242;
    font-weight: 500;
    font-size: 26px;
    line-height: 34px;
    padding-bottom: 12px;
}
.what_make_bx_in p {
    font-size: 19px;
    line-height: 28px;
    padding: 0;
    margin: 0;
}

.Cumulative_achievement {
    padding: 50px 0;
}
.Cumulative_achievement .Cumulative_patients_bx ul {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 10px;
}
.Cumulative_achievement .Cumulative_patients_list {
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    flex-direction: column;
    font-weight: 500;
    text-align: center;
    display: block;
}
.Cumulative_achievement .Cumulative_patients_list:nth-child(even) {
    background: #f9f9f9;
}
.Cumulative_achievement .Cumulative_patients_list:last-child {
    background: #006086;
}
.Cumulative_achievement .Cumulative_patients_list span {
    border-bottom: 1px solid #bababa;
    display: block;
    min-height: 80px;
    padding: 10px 5px;
}
.Cumulative_achievement .Cumulative_patients_list:last-child span {
    color: #fff;
    font-weight: 800;
}
.Cumulative_achievement .Cumulative_patients_list span:nth-child(2) {
    min-height: auto;
    border-bottom: 0px solid #bababa;
    font-weight: 600;
}

.Annual_Reports_row {
    display: flex;
    flex-wrap: wrap;
}
.Annual_Reports_row .milestone_bx {
    padding: 7px;
    width: 23%;
    margin: 0 1% 20px 1%;
}
.pa_report span {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin: 10px 0 15px 0;
    padding-bottom: 0;
    position: relative;
    color: #424242;
    display: block;
}
.pa_report img {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #d1e1e1;
}

.FCRA_Details_scn {
    overflow: initial;
}
.FCRA_Details_left {
    top: 100px;
    padding: 20px 0;
    background: #def0f8;
    border-radius: 7px;
    padding-bottom: 0;
    cursor: pointer;
    z-index:9;
    border: 1px solid #006086;
}
.FCRA_Details_left .left_menu li{
    display:block;
}

.FCRA_Details_left .left_menu a {
    display: block;
    border-bottom: 1px solid #bcd0d9;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #424242;
    padding:8px 20px;
}
.FCRA_Details_left .left_menu li:last-child() a{
    border-bottom: 0px solid #424242;
}
.FCRA_Details_left .left_menu li.active a {
    background: #006086;
    color: #fff;
}

.FCRA_Details_bx {
    background: #ffffff;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 100px;
    border: 1px solid #006086;
}
.FCRA_Details_bx .sub_btn {
    width: auto;
}
.FCRA_Details_scn .h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 125%;
    margin-bottom: 10px;
    color: #424242;
    text-transform:uppercase;
}
.FCRA_Details_scn .h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 125%;
    margin-bottom: 20px;
    color: #424242;
    text-transform:uppercase;
}
.FCRA_Details_scn table {
    width: 100%;
}
.FCRA_Details_scn tr.head td {
    background: #def0f8;
    font-weight: bold;
}
.FCRA_Details_scn tr.head td:last-child, .FCRA_Details_scn tr td:last-child {
    text-align: right;
}
.FCRA_Details_scn tr td {
    align-items: center;
    background: #FDF4ED;
    padding: 14px 20px 14px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #424242;
}
.FCRA_Details_scn tr:nth-child(even) td {
    background: #f9f9f9;
}












@media (min-width: 1400px){
    
   
}
@media (min-width: 1650px){
    
}
@media (max-width: 1366px){
    .container {
        max-width: 1240px;
    }
	.home .container {
		max-width: 1300px;
	}
}

@media (max-width: 1280px){
    
}

@media (max-width: 1280px){
   
}

@media (max-width: 1140px){
    
}

@media (max-width: 1024px){
    .banner h1 {
        font-size: 32px;
    }
    .business_scn .title_dv p {
        color: #fff;
        font-size: 17px;
    }
	.Join_team_rt {
		padding: 40px 0;
	}
	.ftr_menu h4 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}
	.footer ul li a {
		font-size: 14px;
		line-height: 18px;
	}
	.footer {
		padding: 30px 0 15px;
	}
	.Join_team {
		margin-bottom: 45px;
	}
	section {
		padding: 45px 0;
	}
	.Our_commitment_tx {
		width: 91%;
		margin: 0 auto 0;
	}
	.milestone_years {
		font-size: 34px;
		line-height: 40px;
	}
	.Annual_Reports_row .milestone_bx {
        width: 32%;
    }
    .FCRA_Details_scn tr td {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 991px){
    .title, h2 {
        font-size: 36px;
        line-height: 38px;
    }
    body .small_tx {
        font-size: 18px;
    }
    body h5 {
        font-size: 18px;
        line-height: 30px;
    }
    .Sustainability_tx {
        padding: 20px 20px;
    }
    .btn_div {
        margin-top: 10px;
    }
    .Sustainability_scn_img img {
        min-height: 320px;
    }
    .business_bx h4 {
        font-size: 20px;
        color: #000;
    }
    .Join_inner {
        padding: 20px 20px 20px 35px;
    }
	/* .sub_btn {
		padding: 10px 40px 9px;
		font-size: 14px;
	} */
	.business_scn {
		padding: 45px 0;
	}
	.menu_in {
		padding-right: 0;
	}
	.mn_menu ul li a {
		font-size: 14px;
	}
	body h3 {
		font-size: 22px;
	}
	.pro_inner .who_img {
		padding-right: 0;
	}
	.pro_inner:nth-child(even) .who_img {
		padding-right: 0;
		padding-left: 0;
	}
	.What_Sets_img_borders img {
		width: 100%;
	}
	.What_Sets_img_borders {
		top: 50%;
		width: 148px;
	}
	.What_Sets_img4 svg {
		max-width: 55px;
	}
	.What_Sets_img1 img, .What_Sets_img2 img {
		height: 220px;
		object-fit: cover;
	}
	.What_Sets_img2 {
		top: -50px;
		padding-right: 0;
	}
	.What_Sets_img4 {
		top: 58%;
	}
    .decades_tx {
        font-size: 22px;
        margin: 0 auto 30px;
    }
    
    
    .eq_icon img {
        height: 30px;
    }
    .plus_icon.eq_icon {
        right: -52px;
    }
    .plus_icon.eq_icon img {
        height: 31px;
    }
    .plus_icon {
        right: -47px;
    }
    .plus_icon img {
        height: 50px;
    }
    .decades_bx h4 {
        font-size: 20px;
        line-height: 24px;
    }
    .Programme_counter_bx h3 {
        font-size: 28px;
        line-height: 32px;
    }
    .ftr_menu h4 {
        font-size: 15px;
        line-height: 20px;
    }
    .footer_row {
        grid-gap: 15px;
        grid-template-columns: repeat(3, 1fr);
        border-bottom: 1px solid rgb(255 255 255 / 50%);
        padding-bottom: 20px;
        align-items: start;
    }
    .Inner_banner h5 {
        font-size: 17px;
        margin-bottom: 35px;
        line-height: 26px;
    }
	.Inner_banner p {
		font-size: 16px;
		line-height: 26px;
	}
	.Vision_scn p br {
		display: none;
	}
	.Vision_scn p {
		font-size: 18px;
		line-height: 30px;
		margin: 0;
	}
	.Vision_scn {
		height: auto;
		margin-top: 30px;
	}
	.Key_Pillars_tab h5 {
		font-size: 18px;
		line-height: 22px;
		padding-bottom: 14px;
	}
	.Key_Pillars_tab {
		padding: 15px 15px 0 15px;
	}
	.Key_Pillars_icon {
		height: 60px;
	}
	.Board_Trustee_tx h3 {
		font-size: 26px;
	}
    .Board_Trustee_tx p {
        font-size: 16px;
        line-height: 24px;
    }
    .Why_Exhibit_scn h3 {
        font-size: 30px;
    }
    .Why_Exhibit_scn .what_make_bx_in h3 {
        margin: 0 0 18px 0;
        font-size: 20px;
        line-height: 27px;
        padding-bottom: 9px;
    }
    .what_make_bx_in p {
        font-size: 17px;
        line-height: 24px;
    }
    .support_scn p {
        font-size: 17px;
        line-height: 28px;
        margin-bottom: 0;
    }
    .Cumulative_dv h2 {
        font-size: 30px;
        line-height: 38px;
    }
    .Cumulative_dv h2 br {
        display: none;
    }
    .Cumulative_patients_list {
        padding: 16px 35px 16px 22px;
        font-size: 15px;
        line-height: 22px;
    }
    .information_tx {
        margin: 20px 0 30px 0;
        font-size: 18px;
    }
    .mt-5, .my-5 {
        margin-top: 1.5rem!important;
    }
    .Key_Strategies ul li {
        font-size: 16px;
        line-height: 24px;
    }
    .Cumulative_achievement .Cumulative_patients_bx ul {
		white-space: nowrap;
		overflow-x: scroll;
	}
	.Cumulative_achievement .Cumulative_patients_list {
		width: 130px;
		white-space: normal;
	}
	.Key_Strategies h3 {
		font-size: 20px;
	}
	.Your_support_bx {
        padding: 30px 20px;
        height: auto;
    }
    .Your_support {
        padding-top: 45px;
    }
    .creating_rt {
        padding-left: 0;
    }
    .menu_in .logo_hdr{
        display:block;
        padding-left: 10px;
        padding-bottom: 6px;
    }
    
    
    
    
    .FCRA_Details_left {
        top: 0;
        padding: 14px 0 10px;
    }
    .left_menu {
        display: none;
        padding-top: 4px;
        border-top: 1px solid #438583;
        margin-top: 15px;
        padding-bottom: 10px;
    }
    .click_left_menu{
        display:block;
    }
    .menu_icon2 {
        width: 30px;
        height: 22px;
        cursor: pointer;
        transition: 0.5s all ease;
        display: block;
        position: relative;
        margin: 0 auto;
    }

    .CL_MNU2 {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 2px;
        background: #000;
        transition: 0.5s all ease;
    }
    
    
    .menu_icon2 .CL_MNU2:nth-child(1) {
        top: 0px;
    }
    .menu_icon2 .CL_MNU2:nth-child(2) {
        top: 8px;
    }
    .menu_icon2 .CL_MNU2:nth-child(3) {
        top: 16px;
    }
    .click_left_menu_active .CL_MNU2:nth-child(1) {
        transform: rotateZ(45deg);
        transition: 0.5s all ease;
        top: 8px;
    }
    .click_left_menu_active .CL_MNU2:nth-child(3) {
        transform: rotateZ(-45deg);
        transition: 0.5s all ease;
        top: 8px;
    }
    .click_left_menu_active .menu_icon2 span {
        background: #438583;
        transform: rotateZ(45deg);
    }
    .click_left_menu_active .CL_MNU2:nth-child(2) {
        display: none;
        transition: 0.5s all ease;
    }
    
}




@media (max-width: 767px){
    .who_tx {
		padding-top: 0px;
	}
	
	.banner_bx1_1 img, .banner_bx1 img {
        height: 100%;
    }
    .bnr_right_bx_1 {
        min-height: 265px;
    }
    .bnr_right_bx2 img {
        height: 406px;
    }
    .banner_bx_tx h2 {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .banner_bx_tx {
        height: auto;
        padding: 30px 20px;
    }
	.Sustainability_scn .custom_row {
		flex-wrap: wrap-reverse;
	}
	.custom_row .col6 {
		width: 100% !important;
	}
	.Join_team_lt {
		width: 100%;
	}
	.Join_team_rt {
		padding: 0;
		width: 94%;
		position: relative;
		top: 0;
		margin: -50px auto 0;
	}
	 
	.ftr_logo_dv {
		padding-bottom: 15px;
	}
	.innerBanner img {
		height: 188px;
	}
	.who_we_scn .who_tx {
		padding-top: 20px;
	}
	
	.pro_inner {
		padding: 40px 0;
	}
	.pro_inner .title {
		font-size: 24px;
		line-height: 30px;
	}
	.facilities_scn .who_tx {
		margin-top: 90px;
		height: auto;
        display: block;
	}
	.facilities_scn .who_tx {
		min-height: auto;
	}
	body p {
		font-size: 16px;
		line-height: 24px;
	}
	.home-venues-inner {
		width: 48%;
	}
    .decades_bx {
        height: auto;
        margin-bottom: 30px;
    }
    
    .eq_icon {
        right: inherit;
        bottom: -31px;
        
    }
    .plus_icon {
        right: inherit;
        z-index: 1;
        bottom: -39px;
    }
    .Programme_tx {
        padding: 25px 0 30px 0;
    }
    .Programme_counter {
        margin-left: 0;
    }
    .Our_inspiration_scn {
        height: 350px;
    }
    .creating_rt {
        max-width: 100%;
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .Our_inspiration_bx {
        max-width: 400px;
    }
    .Your_support_bx {
        height: auto;
        padding: 50px 20px;
    }
    .decades_bx1 {
        margin-bottom: 50px;
    }
    .plus_icon.eq_icon {
        right: inherit;
        bottom: -41px;
    }
    .bnr_left {
        width: 100%;
        display: flex;
    }
    .banner_bx1, .banner_bx1_1 {
        width: 50%;
    }
    .bnr_right {
        width: 100%;
    }
    .decades_tx {
        font-size: 18px;
    }
    .copy_rt p {
        font-size: 13px;
        text-align: center;
    }
    .Programme_counter_bx h3 {
        font-size: 24px;
        line-height: 28px;
    }
    .Programme_counter_bx p {
        font-size: 16px;
        line-height: 20px;
    }
    .decades_tx {
        font-size: 16px;
    }
    .decades_bx h4 {
        font-size: 18px;
        line-height: 22px;
    }
    .Programme_counter_bx {
        padding: 20px 10px;
    }
    .creating_lt_bx p {
        font-size: 16px;
        margin: 0;
    }
    .creating_lt_bx {
        height: 180px;
        padding: 20px;
    }
	.Key_Pillars_sh_img h2 {
		margin: 0;
	}
	.Key_Pillars_sh_img {
		margin-bottom: 25px;
	}
	.Key_Pillars_sh_img h2 {
		margin: 25px 0 0 0;
	}
	.Key_Pillars_show {
		padding: 20px;
	}
	.Key_Pillars_sh_img h2 br {
		display: none;
	}
	.title, h2 {
		font-size: 30px;
	}
	.milestone_years {
		font-size: 32px;
		line-height: 40px;
	}
	.Key_Pillars_tab h5 {
		font-size: 15px;
		line-height: 19px;
	}
    .Key_Pillars_tab {
        padding: 15px 10px 0 10px;
    }
    .Key_Pillars_icon {
        height: 40px;
        text-align: left;
        display: inline-block;
        margin-bottom: 10px;
    }
    span.Key_Pillars_icon img {
        width: 100%;
        height: 100%;
    }
    .Key_Pillars_tabs {
        gap: 5px;
        margin-top: 25px;
    }

    .milestone_2014_15 .years_img {
		right: initial;
		left: 50%;
		padding-top: 0;
		top: inherit;
		transform: rotate(0deg);
		bottom: -46px;
		padding-right: 8px;
		margin-left: -1px;
	}
    .milestone_2023 .years_img {
		top: initial;
		bottom: -42px;
		right: initial;
		left: 50%;
		transform: rotate(90deg);
		padding: 3px 0px 0px 0px;
		width: 42px;
	}
   
    .IGEHRC_tx {
        padding-top: 30px;
    }
    .Key_Strategies {
        border-radius: 10px;
        padding: 25px;
        margin-top: 30px;
    }
    .what_make_bx {
        width: 100%;
    }
    .what_make_bx_in {
        min-height: auto;
        border-radius: 10px;
        padding: 30px 20px;
    }
    .what_make_bx:nth-child(4) {
        width: 100%;
        min-height: auto;
    }
    .what_make_bx:nth-child(5) {
        width: 100%;
        min-height: auto;
    }
    .pl {
        padding-left: 0;
    }
    .pr {
        padding-right: 0;
    }
    .milestone_bx {
        min-height: auto;
        height: auto;
    }
	 .years_img {
		top: inherit;
		right: inherit;
		left: 50%;
		bottom: -26px;
        margin-left: -25px !important;
	}
	.milestone_2024 .years_img {
		transform: rotate(90deg);
		width: 40px;
		bottom: -41px;
		padding: 2px 0 0px 0px;
	}
	
	.milestone_2011_13 .years_img {
		transform: rotate(90deg);
		width: 40px;
		bottom: -41px;
	}
	
	.milestone_2005_10 .years_img {
		transform: rotate(90deg);
		width: 40px;
		bottom: -41px;
	}
	.milestone_2019_20 .years_img, .milestone_2018 .years_img, .milestone_2016_17 .years_img {
		right: initial;
		left: 50%;
		padding-top: 0;
		bottom: -41px;
		transform: rotate(-90deg);
		width: 43px;
		padding: 0px 2px 0px 0px;
	}
	.milestone_2019_20 .years_img img, .milestone_2018 .years_img img, .milestone_2016_17 .years_img img {
		transform: scaleY(-1);
	}
	.milestone_2021 .years_img {
		transform: scaleX(-1);
	}
	
	.order_1 {
		order: 1;
	}
	.order_2 {
		order: 2;
	}
	.order_3 {
		order: 3;
	}
	.order_4 {
		order: 4;
	}
	.order_5 {
		order: 5;
	}
	.order_6 {
		order: 6;
	}
	.order_7 {
		order: 7;
	}
	.order_8 {
		order: 8;
	}
	.order_9 {
		order: 9;
	}
	.information_tx {
		font-size: 16px;
	}
	.Cumulative_patients_list {
		padding: 14px 20px 14px 15px;
		font-size: 14px;
		line-height: 22px;
	}
	.Cumulative_patients_list span:nth-child(1) {
		padding-right: 15px;
	}
	.Cumulative_dv h2 {
		font-size: 26px;
		line-height: 34px;
	}
	.Key_Strategies ul li {
		font-size: 15px;
		line-height: 22px;
	}
	.decades_scn {
        padding-bottom: 20px;
    }
    .creating_rt h2 br {
        display: none;
    }
    .creating_lt {
        width: 100%;
    }
    .sub_btn {
        width: 200px;
        padding: 12px 10px 12px;
        font-size: 14px;
    }
    .Annual_Reports_row .milestone_bx {
        width: 48%;
    }
    .pa_report span {
        font-size: 15px;
        line-height: 21px;
        margin: 10px 0 10px 0
    }
    .mobile_slider {
        display: block;
        overflow: hidden;
    }
    .mobile_slider img{
        height:300px;
    }
    .bnr_left {
        display: none;
    }
    .bnr_right_bx, .bnr_right_bx2 {
        display: none;
    }
    .FCRA_Details_scn .h2 {
        font-size: 18px;
    }
    .FCRA_Details_scn .h3 {
        font-size: 16px;
    }
    .FCRA_Details_bx {
        padding: 25px 15px;
    }
    .copy_rt_in {
        flex-direction: column;
    }
}

@media (max-width: 640px){
    .footer_row {
        grid-gap: 20px;
        grid-template-columns: repeat(2, 1fr);
        border-bottom: 0px solid rgb(255 255 255 / 50%);
        padding-bottom: 20px;
        align-items: start;
    }
    .Our_inspiration_scn {
        height: auto;
        padding: 20px;
        overflow: hidden;
        padding-left: 0;
    }
    .bnr_right_bx_1 {
        min-height: 144px;
    }
    .bnr_right_bx_2 {
        min-height: 80px;
    }
    .bnr_right_bx2 img {
        height: 335px;
    }
    .Programme_counter_bx p {
        font-size: 15px;
        line-height: 19px;
    }
	.Board_Trustee_img {
        width: 100%;
        margin-bottom: 20px;
    }
    .Board_Trustee_tx {
        flex: 1;
        padding-left: 0;
    }
    .Board_Trustee_bx {
        padding: 20px;
        display: block;
    }
    .bnr_right_bx_1 {
        min-height: 60%;
    }
    .bnr_right_bx_2 {
        min-height: 40%;
    }
    .bnr_right_bx2 img {
        height: 100%;
    }
    .table-in-tab {
        width: 100%;
        overflow: hidden;
        overflow-x: scroll;
    }
    .FCRA_Details_scn table {
        
    }
    .footer_col:last-child {
        grid-column: 1 / -1;
    }
}
@media (max-width: 575px){
	/*.ftr_menu h4 {*/
	/*	text-align: center;*/
	/*}*/
 /*  .ftr_menu {*/
	/*	text-align: center;*/
	/*}*/
	.ftr_menu h4:before {
		left: 50%;
		transform: translateX(-50%);
	}
	.socual_media {
		justify-content: center;
	}
	.ftr_menu3 {
		padding-left: 0;
	}
	
	.banner h1 br {
		display: none;
	}
	.banner h1 {
		margin-bottom: 20px;
	}
	.copy_rt_in {
		flex-direction: column;
	}
	.copy_rt p {
		font-size: 13px;
	}
	.title, h2 {
		font-size: 26px;
		line-height: 32px;
	}
	.business_bx {
		padding: 30px 20px 25px 20px;
		min-height: auto;
	}
	.innerBanner h1 {
		margin: 0;
	}
	
	.home-venues-inner {
		width: 100%;
	}
    .bnr_right_bx_1 {
        min-height: 100px;
    }
    .bnr_right_bx2 img {
        height: 185px;
    }
	.milestone_years {
		font-size: 26px;
		line-height: 30px;
	}
    .Key_Pillars_tabs {
        grid-template-columns: repeat(2, 1fr);
    }
    .Key_Pillars_tab:before {
        display: none;
    }
    .Key_Pillars_tab {
        padding: 15px 15px 15px 15px;
        border: 2px solid transparent;
        border-radius: 7px;
    }
    .Key_Pillars_tab.active{
        border: 2px solid #448684;
    }
    .Key_Pillars_tab h5:before {
        opacity: 0;
    }
    .Key_Pillars_tab h5 {
        padding: 0;
    }
    .bnr_right_bx_1 {
        min-height: 60%;
    }
    .bnr_right_bx_2 {
        min-height: 40%;
    }
    .bnr_right_bx2 img {
        height: 100%;
    }
    .Our_inspiration_icon .icon2 {
        display: none;
    }
    .Our_inspiration_bx {
        max-width: 244px;
    }
}

@media (max-width: 480px){
    
}
@media (max-width: 470px){
   
}


@media (max-width: 400px){
    
}