/* extralarge Desktop */
@media only screen and (max-width : 1800px) {
}















/* Large Desktop */
@media only screen and (max-width : 1200px) {
}





/* Desktop */
@media only screen and (max-width : 991px) {
	.mgtp {
	margin-top: 30px;
}
    .scl-tblt img {
        width: 30px;
    }
    .mbl-mdsar {
        display: flex;
        align-items: center;
    }
    .hdr div {
        display: flex;
        align-items: center;
    }
    .indr {
        display: block;
    }
    .vertical-home {
        padding-top: 250px;
        text-align: center !important;
        padding-bottom: 30px;
    }
    .hdr {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
    }
    .indr p {
        margin-right: 10px;
        font-size: 9pt;
    }
    .vertical-home .row:nth-child(1) {
        display: none;
    }
    .vertical-slider {
        margin-top: 30px;
    }
    .logoh2 h2 {
        font-size: 14pt;
        left: 40px;
        margin-bottom: 0;
    }
    .vertical-home .row:nth-child(1) {
        display: none;
    }
    .content {
        max-width: 95%;
    }
    .hdr-info {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 95%;
        margin: 0 auto;
    }
    .hdr-info div {
        display: flex;
        align-items: center;
    }
    .hdr-info h2 {
        margin: 40px 0;
    }
    .content p {
        text-align: unset;
    }
    .hdr-info div p {
        margin-right: 10px;
        font-size: 9pt;
    }
    .content-affiliations {
        max-width: 60%;
    }
    .hdr-info .logoh2 h2 {
        left: 0;
    }
    .nfcl img {
        left: unset;
        transform: unset;
    }
    .box-btm {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }


    
	ol {
        list-style: none;
        padding: 0;
        display: block;
        align-items: center;
        justify-content: space-around;
        text-align: center;
        padding: 60px 0 20px 0;
    }
    ol li:first-child p {
        text-transform: uppercase;
        font-size: 14px;
        margin: 0;
    }
    ol li h2 {
        font-size: 20px;
    }
    .domain-text {
        font-size: 24px!important;
    }
    #info .container-fluid {
        height: unset;
        display: block;
        align-items: unset;
    }
    #info {
        padding-top: 0px;
    }
    ol li {
        margin: 40px 0;
    }
    .domain-text {
        right: 27px;
    }
    #info .container-fluid{
        max-width: 100%;
    }
    .no-padding{
        padding: 0 15px!important;
    }
    .mbl-mdsar a:nth-child(2), .mbl-mdsar a:nth-child(3), .mbl-mdsar a:nth-child(4) {
        letter-spacing: 1px;
    }
	.scl-tblt img {
	display: block;
}
}





/* Tablet */
@media only screen and (max-width : 767px) {
    .ul-home li:last-child a {
        letter-spacing: 1px;
    }
    .ul-home li:nth-child(2) img {
        width: 40px;
    }
    .content p {
        font-size: 12pt;
    }
    .logoh2 h2 {
        font-size: 14pt;
        left: 0;
        top: 30px;
    }
    .hdr {
        display: none;
    }
    ul p {
        display: unset;
      }
    .ul-home li {
        margin: 30px 0;
    }
    .ul-home li:last-child {
        margin-bottom: 0;
    }
    .ul-home li:nth-child(3) {
        margin-bottom: 60px;
    }

    .vertical-slider {
        height: unset;
        margin-top: 30px;
        padding-bottom: 0px;
        margin-right: -15px;
    }
    .ul-home {
        display: block!important;
        text-align: center;
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .ul-home li p::before{
        content: unset;
        margin-right: unset;
    }
    .ul-home h3 {
        margin: 0;
        font-size: 20pt;
    }
    .hdr-info {
        display: none;
    }
	.ul-home li:last-child a {
  font-size: 8pt !important;
}
    .mbl-mdsar {
        display: none!important;
    }
    .domain-text {
        right: unset;
        font-size: 30pt !important;
    }
    .content-affiliations {
        max-width: 100%;
    }
    .content {
        max-width: 100%;
    }
    .ul-home li:nth-child(3) a {
        font-size: 11pt !important;
    }
}





/* Mobile */
@media only screen and (max-width : 480px) {
}
