* {
    box-sizing: border-box;
    margin: 0px;
}
a{
    text-decoration: none;
}
body {
    padding: 0px;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    background-color: #F8FAFC;
}
.boxhead {
    width: 100%;
/*    height: 840px;*/
}
header {
    width: 100%;
/*    height: 100%;*/
    background-color: #10508c;
    color: #fff;
/*    padding: -2rem;*/
    text-align: center;
    position: relative;
    z-index: 2;
}

.box {
    width: 100%;
/*    height: 500px;*/
    overflow: hidden;
    background: #fff;
}

.header-image {
    width: 100%;
}

.logo-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
}

.logo {
    width: 650px;
/*    height: auto;*/
/*    margin-left: 350px;*/
/*    margin-bottom: -10%;*/
/*    margin-top: -2px;*/
/*    position: relative;*/
}

/*.search-container {
    position: absolute;
    top: 6rem;
    right: 26rem;
}*/

.search-container form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-container input[type="text"] {
    padding: 0.8rem;
    font-size: 14px;
    border: 1px solid #2a5582;
    border-radius: 6px;
}

.search-container button {
    padding: 0.8rem 2rem;
    background-color: #2a5582;
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    margin-left: 0.5rem;
}

#mobile-menu-button {
    display: none;
}

nav {
    margin: 0.5rem 0 0;
    background: #003b6b;
    padding: 15px 0;

}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

nav ul li {
/*    margin-right: 3.2rem;*/
}

nav ul li a {
    color: #dfdfe0;
    text-decoration: none;
    padding: 0.5rem 1.5rem;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

nav ul li a:hover {
    background-color: #143362;
}

.hero {
    text-align: center;
    background-color: #e7f3ff;
    padding: 7rem;
    border-radius: 10px;
    animation: fadeIn 1s ease;
    transform-origin: center;
}

.hero:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

/*nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
*/
nav li {
    display: inline-block;
    position: relative;
 /* Add relative positioning to the list items */
}

nav a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
}

nav .submenu {
    width: 250px;
    list-style: none;
    display: none;
 /* Hide sub-menus by default */
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #143362;
    opacity: 0;
 /* Set initial opacity to 0 */
    visibility: hidden;
 /* Hide the sub-menu without taking up space */
    transition: opacity 0.3s, visibility 0.3s;
 /* Add transition for smooth animation */
    padding: 3px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

nav li:hover .submenu {
    display: block;
 /* Show sub-menu on hover */
    opacity: 1;
 /* Set opacity to fully visible on hover */
    visibility: visible;
 /* Make the sub-menu visible on hover */
}

nav li:hover .submenu li {
    width: 245px;
    padding: 8px;
    border-radius: 0;
    text-align: left;
}

nav .submenu li {
    border-bottom: 1px dotted;
    #fff; /* Add white border to separate menu items */
    border-radius: 0;
    text-align: left;
    padding: 5px;
}

nav .submenu li a {
    display: block;
    padding: 6px 2px;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s;
 /* Add transition for hover effect */
}

nav .submenu li:hover a {
    background-color: #2a5582;
 /* Change background color on hover */
}

nav .submenu li:last-child {
    border-bottom: none;
 /* Remove border from the last menu item */
}

.arrowA1 {
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 138px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/*--------------------------------------------------------------------*/
/*--------next content--------*/
.container {
    width: 100%;
/*    height: 955px;*/
    background-position: center;
    color: #fff;
    background-size: cover;
    position: relative;
    background-color: #f5f8fa;
}
.wrap{
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}
.cont1 {
/*    position: absolute;*/
/*    margin-left: 30%;*/
    width: 67%;
/*    height: 100%;*/
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news {
    width: 60%;
    height: 80px;
/*    margin-left: -380px;*/
/*    margin-top: 50px;*/
/*    background-color: #0d2243;*/
/*    background-image: linear-gradient(to right, #143362 , #2a5582);*/
/*    position: absolute;*/
/*    margin-right: 50%;*/
}

.news h2 {
    font-size: 20px;
   
    width: 100%;
    height: 100%;
/*    text-align: center;*/
    display: flex;
    align-items: center;
/*    justify-content: center;*/
    font-weight: normal;
}
.news h2 p.newsIcon{
    border: 1px dashed #1b517e;
    width: 68px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.news h2 p.newsIcon img {
    width: 30px;
    height: 30px;
}
.news h2 p.newsTitle{
     color: #333;
     padding-left: 20px;

}
.news h2 p.newsTitle span{
    color: #666666;
    display: block;

}


/* middle button*/
.buttclass {
/*    margin-left: 470px;*/
/*    margin-top: 75px;*/
/*    position: absolute;*/
    display: flex;
    align-items: center;

}

.button {
    vertical-align: middle;
    text-decoration: none;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-align: center;
    padding: 0 18px;
    line-height: 36px;
    display: inline-block;
    position: relative;
    border-radius: 20px;
    background:#1b517e;
/*    box-shadow: 0 2px 2px #888888;*/
    transition: color 0.3s, background-image 0.5s, ease-in-out;
    cursor: pointer;
    border:0;
}

.button a {
    text-decoration: none;
}

.button  a {
    color: white;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button a:before {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -14px;
    transition: 0.5s;
}

.button:hover a {
    padding-right: 10px;
}

.button:hover a:after {
    opacity: 1;
    right: 0;
}

#news1 {
/*    margin-left: -380px;*/
/*    margin-top: 160px;*/
/*    position: absolute;*/
    width: 100%;
    margin-top: 35px;
    display: flex;
    justify-content: space-between;

}
#news1 div {
    width: 48%;
    border-bottom: 1px solid #d8e3eb;
}
#news1 div a{
    display: inline-block;
width: 100%;
}
#news1 div a h3{
    font-weight: normal;
    color: #333;
    padding: 30px 0;

}

#news1 div img {
    width: 100%;
    height: auto;
}


.fig1 {
/*    margin-top: 480px;*/
/*    margin-left: -380px;*/
/*    position: absolute;*/
    width: 100%;

}

.middlenews {
/*    color: #4C5564;*/
/*    margin-top: 1px;*/
/*    margin-right: -120px;*/
/*    padding-left: 6px;*/
/*    padding-top: 20px;*/
/*    padding-bottom: 20px;*/
/*    border: 1px;*/
}

.vertical-menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.vertical-menu .list{
    width: 48%;
    border-bottom: 1px solid #d8e3eb;
    padding: 28px 0;

}
.vertical-menu .list a {
    text-decoration: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.vertical-menu .list a:hover {
    color: #3b5f83;
    opacity: 0.8;
}
.vertical-menu .list .title{
    width: calc(100% - 90px);
    color: #333;
    line-height: 1.6;
}


.vertical-menu .list .mydiv1 {
    color: #666666;
    font-size: 14px;
    width: 70px;
}

.vertical-menu .list .mydiv1 div{
    text-align: center;
}
.vertical-menu .list .mydiv1 .day{
    color: #333;
    font-size: 24px;
    font-weight: bold;
}



/* notice starts here*/

/* Style the tab */
.tab {
/*    margin-top: -920px;*/
/*    margin-left: 1600px;*/
/*    border: 1px solid #ccc;*/
    background-color: #fff;
    width: 30%;
/*    height: 810px;*/
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.05), 0 6px 20px 0 rgba(0,0,0,0.05);
/*    position: absolute;*/
}

/* Style the buttons inside the tab */
/*.tab a {
    border-bottom: 1px dotted;
    #A0A0A0; 
  display: block;
    background-color: inherit;
    color: black;
    padding: 18px 22px;
    width: 479px;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 18px;
}
*/
.tab  dl {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.tab dt {
    display: block;
}

.tab dt {
    float: left;
    width: 50px;
    height: 50px;
    color: #1e579a;
}

.tab dt span {
    font-size: 30px;
    display: block;
}

.tab dt span:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
}

.tab dt p {
    display: block;
    margin-block-start: 0.5em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 12px;
    color: #1e579a;
    margin-top: -5px;
}

.tab dd {
    display: block;
    margin-inline-start: 40px;
    width: 250px;
}

.tab dd {
    font-size: 14px;
    line-height: 20px;
    margin-left: 48px;
    padding-right: 10px;
}

.tab dd a {
    text-decoration: none;
}

a:last-child {
    border-bottom: none;
}

/*.tab a:hover {
    background-color: #ddd;
}

.tab a.active {
    background-color: #ccc;
}*/

#myDIV2 {
    color: #A0A0A0;
    margin-top: 4px;
}

.news-notices {
/*    width: 100%;*/
    height: 110px;
    background-image: linear-gradient(to right, #186a9f , #034a7e);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
/*    position: absolute;*/
}

.news-notices h2.notice-heading {
    font-size: 20px;
    width: 100%;
    height: 100%;
/*    text-align: center;*/
    display: flex;
    align-items: center;
/*    justify-content: center;*/
    font-weight: normal;
}

.news-notices h2 p.newsIcon{
    border: 1px dashed #fff;
    width: 68px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.news-notices h2 p.newsIcon img {
    width: 30px;
    height: 30px;
}
.news-notices h2 p.newsTitle{
     color: #fff;
     padding-left: 20px;

}
.news-notices h2 p.newsTitle span{
    color: #d0dae5;
    display: block;

}



.AB {
    width: 36px;
    height: 36px;
}

.arrow {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 8px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.AB a {
   
    background: #1e5f8f;
    border-radius: 50%;
    display: flex;
    align-items: center;
/*    justify-content: center;*/
    width: 100%;
    height: 100%;
    padding-left: 7px;
}

.AB a:hover {
    background-color: #2a5582;
}
.vertical-menu1{
    padding: 20px 30px;
}
.vertical-menu1 .tzlist{
    position: relative;
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
    border-bottom: 1px dashed #A0A0A0;
    padding:20px 10px;
    border-left: 1px solid #e6eff5;
    border-bottom: 1px solid #e6eff5;
}
.vertical-menu1 .tzlist::before{
    content: "";
    width: 5px;
    height: 36px;
    background: #c5d6e0;
    position: absolute;
    left: -3px;
    top: calc(50% - 18px);
}
.vertical-menu1 .tzlist a{
/*    width: 78%;*/
    border: 0;
    padding: 0;
    color: #333;
    font-size: 15px;
    line-height: 1.6;
    
}
.vertical-menu1 .tzlist a:hover{
    opacity: 0.8;
}
.vertical-menu1 .tzlist .mydiv2{
    color: #1c527f;
    display: flex;
    align-items: center;
    font-size: 12px;
    padding-bottom: 10px;

}
.vertical-menu1 .tzlist .mydiv2 .tzimg{
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
/*---------------------------------------------------------------------------------------------------------------------------*/
/* next content: result*/
.container2 {
    margin-top: 50px;
    padding-bottom: 50px;
    padding-top: 30px;
    width: 100%;
/*    height: 630px;*/
    background-position: center;
    color: #fff;
    background-size: cover;
/*    position: relative;*/
    background: linear-gradient(
        to right,
        #175282 0%,
        #0b4676 59%,
        #285e8b 50%,
       #376c98 100%
      );

}
.container2-wrap{
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.container2-left{
    width: 60%;
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    flex-wrap: wrap;*/
/*    padding-top: 50px;*/
}
.container2-flex{
    display: flex;
    justify-content: space-between;
/*    align-items: center;*/
    width: 100%;
}
.container2-right{
    width: 33%;
   /* display: flex;
    justify-content: space-between;
    align-items: center;*/
/*    flex-wrap: wrap;*/
/*    padding-top: 50px;*/
}
.result2,.plat {
    background: none;
    width: 70%;
    padding: 0;
}

.tabs {
    width: 47%;
    margin-top: 40px;
}


#result-img {
/*    margin-left: 380px;*/
/*    margin-top: 145px;*/
/*    position: absolute;*/
    width: 50%;
    margin-top: 40px;
    text-align: left;
}

#result-img a{
    text-decoration: none;
    color: #fff;
    display: inline-block;

}
#result-img a:hover{
    opacity: 0.8;
}
#result-img a .reb1{
    padding: 20px 0 0;
    font-size: 16px;
}
#result-img a .reb1.zy{
    font-size: 12px;
    color: #9fb0c3;
}

#result-img img {
    width: 100%;
    height: auto;
}


.vertical-menu2 .mydiv3{
    font-size: 12px;
    color: #9fb0c3;
}
.vertical-menu2 a{
    display: block;
    line-height: 1.6;
    padding: 17px 0;
    border-bottom: 1px solid #2e628c;
    color: #fff;
    font-size: 14px;

    margin-bottom: 25px;
}


.NB {
/*    margin-left: 1635px;*/
    margin-top: 40px;
/*    position: absolute;*/
    display:flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.navButton {
    color: white;
    text-decoration: none;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    width: 100%;
    height: 100px;
    text-align: center;
    padding: 0 30px;
    line-height: 58px;
    display: inline-block;
    position: relative;
/*    border-radius: 20px;*/
/*    background-image: linear-gradient( #03324c 45%, #03324c 55%);*/
/*    box-shadow: 0 2px 2px #888888;*/
/*    transition: color 0.3s, background-image 0.5s, ease-in-out;*/
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid #2e628c;
}
.navButton span{
    display: block;
    width: 25px;
    height: 3px;
    background: #1789e5;
    margin-right: 10px;
}

.navButton:hover {
    background-image: linear-gradient(#96b4c5 49%, #96b4c5 51%);
    color: #03324c;
}

/*---------------------------------------------------------------------------------------------*/
/*----------- next content-----------------*/
.container3 {
    width: 100%;
/*    height: 700px;*/
/*    position: relative;*/
    background-color: #F8FAFC;

}
.container3-wrap{
    max-width: 1400px;
    margin: 50px auto;
}
.topdiv{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cr {
    width: 70%;
    background: none;
}

.maindiv{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
/* Content */
.content {
    border: none;
    width: 30%;
}
.content a{
    display: block;

}
.content .img{
    width: 100%;
    height: 300px;
    background: #d8e3eb;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.content img {
    width: 100%;
    height: auto;
}

.content h2 {
    color: #333;
     font-size: 20px;
    padding: 10px 0;
    height: 72px;
}
.content a:hover h2{
    color: #1789e6;
    font-weight: normal;

}
.content p{
    font-size: 12px;
    color:#808080 ;
}



/* Next & previous buttons */
.prev, .next {
    margin: 170px;
    cursor: pointer;
    position: absolute;
    top: 515px;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #BCD2EE;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: #F8FAFC;
}

/* Caption text */
.tn {
    top: 200px;
}

.text {
    color: #084D81;
    font-size: 24px;
    padding: 8px 12px;
    position: absolute;
    bottom: -60px;
    width: 100%;
    text-align: center;
}

.h {
    width: 590px;
    font-size: 18px;
    color: #808080;
    position: absolute;
    bottom: -150px;
    text-align: center;
    padding: 8px 12px;
}
/* Number text (1/3 etc) */
.numbertext {
    color: black;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.conDot {
    text-align: center;
    margin-top: 710px;
    margin-left: -50px;
    text-decoration: none;
}

.conDot span:before {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -14px;
    transition: 0.5s;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #BCD2EE;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #143362;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/*-------------------------------------------------------------------------------*/

/*-----next content---------*/

.container4 {
    width: 100%;
/*    height: 300px;*/
    position: relative;
    background-color: #fff;
    background-repeat: repeat;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    padding: 50px 0;
}

.top {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    font-family: 'Berkshire Swash', cursive;
/*    margin-left: 1070px;*/
/*    margin-top: 50px;*/
/*    position: absolute;*/
}

.top span:after{
    content: "\00a0\00a0\00a0\00a0\00a0";
    text-decoration: line-through;
    color: #b9c1c3;
}

.top span {
    font-size: 32px;
}

.container4-wrap{
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
/*    justify-content: space-between;*/
    align-items: center;
    padding-top: 50px;
    flex-wrap: wrap;

}
.container4-wrap div{
    border: 1px solid #ccc;
    background-color: #fff;
    width: 18%;
    height: 100px;
    box-shadow: 0 8px 10px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19);
   /* display: flex;
    align-items: center;
    justify-content: center;*/
    margin: 0 14px 14px;
}
.container4-wrap div a{
    display: inline-block;
    width: 100%;
    height: 100%;
     display: flex;
    align-items: center;
    justify-content: center;
}

.container4-wrap div img {
    width: 90%;
/*    height: 55px;*/
    color: #0d2243;
}


/*-----------------------------------------------------------------------------------*/
/*------next content---------*/

.container5 {
    width: 100%;
/*    height: 300px;*/
    position: relative;
    background-color: #16477b;
/*    background-position: center;*/
/*    background-image: url('images/backblue.jpg');*/
/*    background-repeat: repeat;*/
}
.container5-wrap{
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 42px;
}
.partners {
    width: 300px;
/*    height: 20px;*/
    font-size: 16px;
/*    margin-left: 380px;*/
/*    margin-top: 50px;*/
/*    position: absolute;*/
}

.partners table, td, th {
    border: none;
}

.partners table {
    border-collapse: collapse;
    width: 100%;
}

.partners td {
    height: 30px;
    width: 300px;
    color: #cad0d2;
    vertical-align: bottom;
}

.partners th {
    color: #fff;
    text-align: left;
}

.relatedlink {
    text-decoration: none;
    color: #cad0d2;
}

.relatedlink:before {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0px;
    transition: 0.5s;
}

.relatedlink:hover {
    color: #376eae;
}

.partners2 {
    width: 300px;
/*    height: 20px;*/
    font-size: 16px;
/*    margin-left: 800px;*/
/*    margin-top: 50px;*/
/*    position: absolute;*/
}

.partners2 table, td, th {
    border: none;
}

.partners2 table {
    border-collapse: collapse;
    width: 100%;
}

.partners2 td {
    height: 30px;
    width: 300px;
    color: #cad0d2;
    vertical-align: bottom;
}

.partners2 th {
    color: #fff;
    text-align: left;
}

/* middle button*/
.buttclass6 {
/*    margin-left: 1870px;*/
/*    margin-top: 205px;*/
/*    position: absolute;*/
    margin-top: 20px;
}

.button6 {
    vertical-align: middle;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    text-align: center;
    padding: 0 15px;
    line-height: 30px;
    display: inline-block;
    position: relative;
    border-radius: 20px;
/*    background-image: linear-gradient(#143362 45%, #0d2243 55%);*/
/*    box-shadow: 0 2px 2px #888888;*/
/*    transition: color 0.3s, background-image 0.5s, ease-in-out;*/
    background-color: #2a5582;
    cursor: pointer;
    border:0;
}

.button6 a {
    text-decoration: none;
    color: white;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button6 a:before {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0px;
    transition: 0.5s;
}

.button6:hover a {
    padding-right: 10px;
}

.button6:hover a:after {
    opacity: 1;
    right: 0;
}

#Qr {
/*    margin-left: 1765px;*/
/*    margin-top: 45px;*/
/*    position: absolute;*/
text-align: center;
}

#Qr img {
    width: 145px;
    height: 145px;
}

#Qr th {
    padding-right: 20px;
}

.last {
/*    margin-top: 250px;*/
    width: 100%;
    height: 60px;
    font-size: 16px;
/*    position: absolute;*/
    background-color: #113c66;
    line-height: 60px;
}

.last .container5-wrap{
    padding: 0;
/*    justify-content: center;*/
}
.last p {
    font-size: 14px;
/*    margin-left: 380px;*/
/*    margin-top: 23px;*/
    color: #cad0d2;
}