body {
    font-family: "Lato", Arial, sans-serif!important;
    font-size: 16px;
    color: #31415e;
    background-color: #f7faff;
    overflow-x: hidden;
}

/******************** General *************************/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    font-weight: 700;
}

h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

h3 {
    font-size: 1.25rem;
}

h5 {
    font-size: 1.125rem;
}

label {
    font-weight: 600;
}

.btn {
    padding: 17px 37px 18px 38px;
    border-radius: 6px;
    font-size: 18px;
    width: fit-content;
}

.btn span {
    margin-right: 20px;
}

.btn-white {
    margin-top: 50px;
    padding: 10px 35px;
    border-radius: 6px;
    border: solid 1.5px #dadfea;
    background-color: #fff;
    color: #025eff;
    font-weight: 600;
}

.btn-white:hover {
    color: #fff;
    background-color: #025eff;
    border: solid 1.5px #dadfea;
}

.btn-white:hover svg g {
    fill: #fff;
}

/***** General ****/
.rhs {
    padding: 0;
    width: 81.6%;
    position: relative;
    left: 18.22%;
}

/********header**********/
.page-header {
    height: 6.5625rem;
    
    position: sticky;
    top: 0;
    background-color: #ffffff;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-box {
    margin-left: 2.5rem;
    width: 44.5%;
    min-width: 12rem;
    height: 3.125rem;
}

.search-ip {
    width: 100%;
    padding-top: 0.875rem;
    outline: none;
    padding-bottom: 0.875rem;
    padding-left: 3.375rem;
    padding-right: 1.875rem;
    border: 0.0625rem solid #ebeff2;
    border-radius: 0.375rem;
    background: #eef0f3;
    font-size: 0.75rem;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #b1b4bc;
    background-image: url("../images/search-icon.png");
    background-repeat: no-repeat;
    background-size: 1.125rem 1.125rem;
    background-position-y: center;
    background-position-x: 1rem;
}

.search-ip::-webkit-input-placeholder {
    /* Edge */
    font-size: 1rem;
    font-weight: 500;
    color: #536d9b;
}

.search-ip:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 1rem;
    font-weight: 500;
    color: #536d9b;
}

.search-ip::placeholder {
    font-size: 1rem;
    font-weight: 500;
    color: #536d9b;
}

.header-right {
    margin-right: 2.5rem;
    display: flex;
    align-items: center;
}

.header-right img {
    width: 2.75rem;
    margin-right: 10px;
}

.dropdown .dropbtn {
    font-size: 0.875rem;
    font-weight: bold;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    margin-left: 0.875rem;
    background-color: inherit;
    font-family: inherit;
    cursor: pointer;
}

.dropbtn span {
    max-width: 250px;
    word-wrap: break-word;
}

.navbar a:hover,
.dropdown:hover .dropbtn {
    background-color: #ffffff;
}

.dropdown-content {
    font-size: 0.7rem;
    display: none;
    position: absolute;
    padding-top: 1rem;
    min-width: 10rem;
    z-index: 1;
    right: 0%;
}

.dropdown-content ul {
    box-shadow: 0rem 0.5rem 1rem 0rem rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    list-style-type: none;
    padding: 0;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 0.75rem;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content li:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown img {
    width: 0.5rem;
    margin-left: 0.625rem;
}

/********header**********/
/**********Left Nav***********/
.lhs {
    padding: 0;
    padding-top: 16px !important;
    /* border-right: 0.0625rem solid #dadfea; */
    width: 18.22%;
    position: fixed;
    top: 0;
    height: 100vh;
    background-color: #fff;
    overflow-y: auto;

}

.logo-box {
    height: 5.5625rem;
    width: 100%;
    justify-content: center;
    
}

.logo {
    width: 7rem;
    margin-top: 18px;
}

.left-nav {
    overflow: hidden;

}

.left-nav li{
   margin: 0px auto;

}

.left-nav a {
    height: 40px;
    border-left: 0.25rem solid transparent;
    padding: 0.875em 0;
    margin-bottom: 10px;
    text-decoration: none;
    outline: none;
    font-size: 0.875rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #908787;
}

.left-nav a span {
    margin-left: 1.5rem;
    width: 10rem;
}

.left-nav li a:hover,
.left-nav li a.active {
    background: #F40009;
    color: #fff;
    font-weight: bold;
    width: 13.5rem;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.left-nav li a svg {
    width: 1.7rem;
    margin-left: 0.6rem;
    border: 1.5px solid #908787;
    border-radius: 30%;
    padding: 4px;
    height: 25px;
}

.left-nav li a:hover svg {
    border: 1.5px solid #fff !important;
}

.left-nav li a.active svg {
    border: 1.5px solid #fff !important;
}

.left-nav li a svg path,
.left-nav li a svg circle {
    stroke: #908787;
    fill: #908787;
    opacity: 1;
}


.left-nav li a:hover svg path,
.left-nav li a:hover svg circle {
    border: 1px solid #fff !important;
    stroke: #fff;
    fill: #fff;
    opacity: 1;
}

.left-nav li a.active svg path,
.left-nav li a.active svg circle {
    border-color: #fff;
    stroke: #fff;
    fill: #fff;
    opacity: 1;
}

.left-nav a span.live {
    background-color: #fff;
    border-radius: 3px;
    padding: 3px;
    padding-top: 0;
    margin-left: 0;
    width: 25%;
}

/**********Left Nav***********/
/********** content wrapper **********/
.firstHeading {
    cursor: pointer;
}

.content-wrapper {
    padding: 1rem;
    background-color: #f7faff;
}

/********************/
#map {
    height: 30rem!important;
    z-index: 0!important;
}

#markerLayer img {
    animation: pulse 0.5s infinite alternate;
    -webkit-animation: pulse 0.5s infinite alternate;
    -moz-animation: pulse 0.5s infinite alternate;
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
}

.gm-style-iw button {
    display: none !important;
}

/******Select*********/
.select {
    padding: 30px 40px 0;
    margin: 20px 0;
    border-radius: 10px;
    box-shadow: 0 0 0.3125rem 0 rgb(0 0 0 / 15%);
    background-color: #fff;
}

.select h2 {
    font-size: 1.25rem;
    font-weight: bold;
}

.select ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

.select ul li {
    margin-bottom: 2rem;
    min-width: 20%;
    padding-right: 10px;
}

.select ul li a,
.select ul li {
    font-size: 1rem;
    color: #536d9b;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

.select-country h2,
.select-cat div,
.select-sub-cat div {
    margin-bottom: 1.875rem;
}

.back-btn {
    cursor: pointer;
    width: 1.125rem;
    margin-right: 1.25rem;
}

#cat-head,
#sub-cat-head {
    margin-bottom: 0;
}

.select-cat,
.select-sub-cat {
    display: none;
}

.select-cat span,
.select-sub-cat span {
    text-align: right;
    float: left;
    margin-right: 1rem;
    cursor: pointer;
}

ul li::marker {
    color: #025eff;
    font-size: 1.5em;
}

.select-cat ul li,
.select-sub-cat ul li {
    min-width: 33.33%;
}

.select-country ul li {
    margin-bottom: 1rem;
    min-width: 20%;
    padding-right: 10px;
}

.select-country img {
    width: 2.125rem;
    margin-right: 1rem;
}

.select-cat li img,
.select-sub-cat li img {
    width: 1.5625rem;
}

.select-sub-cat li img {
    width: unset;
}

/******Select*********/
/*************Login Page************/
.bg-frame {
    position: relative;
    background: #fff
}

.bg-frame::before {
    height: 10px;
    display: block;
    width: 100%;
    background: #fff;
    border-top: 10px solid white;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.bg-frame::after {
    height: 10px;
    display: block;
    width: 100%;
    background: #fff;
    border-bottom: 10px solid white;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}

.bg-frame .row::after {
    width: 10px;
    display: block;
    height: 100%;
    background: #fff;
    border-bottom: 10px solid #fff;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}

.bg-frame .row::before {
    width: 10px;
    display: block;
    height: 100%;
    background: #fff;
    border-bottom: 10px solid #fff;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}



.page-bg {
    position: absolute;
    bottom: 0;
    padding: 0;
}

.login-box {
    background-color: #ffffff;
   
    justify-content: space-between;
}

.login-box-header {
    width: 100%;
}

.login-box-header img {
    height: 6rem;
}

.login-box-cover {
  
    width: 55%;
    height: auto;
    margin-bottom: 20px;
}
.btn-primary {
    font-size: 1rem;
    padding: 0.55rem 2.8125rem;
    background-color: #D61515;
    border: 1px solid #D61515;
    width: 100%;
}

.login-box-body {
    border-top: 1px solid #ddd;
    height: fit-content;
    width: 100%;
    padding-top: 1.2rem;
    padding-bottom: 1rem;
}

.login-box h2 {
    /*font-size: 1.5rem;     font-weight: bold;     position: relative;     background-color: #fff;     top: 0.6rem;     margin-left: auto;     margin-right: auto;     width: fit-content;*/
    position: absolute;
    top: -16px;
    text-align: center;
    width: 100%;
    left: 0;
}

.login-box h2 span {
    background-color: #fff;
    padding: 0 15px;
}

.login-box-body label {
    margin-bottom: 0.4rem;
    font-size: 0.875rem;
    display: block;
    align-self: baseline;
    color: #31415e;
}

.login-box .text-input {
    padding: 0.5rem 0.875rem 0.5rem 0.875rem;
    width: 100%;
    border-radius: 0.375rem;
    border: solid 1px #d8d8d8;
    align-self: baseline;
}

.login-box .text-input::-webkit-input-placeholder,
.login-box .text-input:-ms-input-placeholder,
.login-box .text-input::placeholder {
    font-size: 1rem;
    font-weight: 300;
}

.warning {
    font-size: 0.75rem;
    color: #e02020;
    margin-bottom: 1rem;
    align-self: baseline;
    width: 100%;
}

#warning-deactivated,
.forgot-title {
    margin-bottom: 0;
    position: relative;
    bottom: 0.6rem;
}

.forgot-title {
    font-weight: normal;
}

#warning-deactivated a {
    text-decoration: underline;
    cursor: pointer;
    color: #e02020;
    font-weight: bold;
}

.login-box .forgot-pass {
    width: 100%;
    margin-top: 0.8rem;
    display: flex;
    justify-content: space-between;
}

.login-box .forgot-pass label {
    font-weight: normal;
}

.login-box .forgot-pass input {
    width: 1.125rem;
}

.login-box .forgot-pass span {
    font-size: 0.875rem;
    font-weight: 500;
    color: #025eff;
}

.login-box .forgot-pass span a {
    text-decoration: none;
}

.login-box .forgot-pass span a:hover {
    text-decoration: underline;
}

.login-box button,
#forgot-count-button {
    font-size: 1rem;
    padding: 0.55rem 2.8125rem;
    background-color: #D61515;
    border: 1px solid #D61515;
    width: 100%;
}

.login-box button:hover,
#forgot-count-button:hover {
    background-color: #fff;
    color: #025eff;
    box-shadow: 0 10px 10px #ccc;
}

.copy-right {
    font-size: 0.875rem;
    color: rgba(49, 65, 94, 0.6);
}

.login-cover {
    /*display: flex;     justify-content: center;     align-items: center;     width: 60%;     margin-left: 2.25rem;*/
}

.login-cover img {
    width: 34rem;
}

/************* News List ************/
.featured-news a,
.latest-news a,
.repos-content a {
    color: #31415e;
    text-decoration: none;
}

.latest-news,
.latest-news a {
    color: #000;
}

.featured-news a:hover,
.latest-news a:hover,
.repos-content a:hover {
    text-decoration: underline;
}

.featured-news p,
.latest-news p,
.repos-content p {
    line-height: 1.29;
}

.news-list-frame {
    padding: 2rem;
}

.list-rhs {
    padding: 1.5rem 0.75rem 0 0.75rem;
    border-radius: 0.625rem;
    box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

.news-header {
    margin-left: -1.5rem;
}

.featured-news {
    padding: 1.5rem 0.75rem 0 0.75rem;
    border-radius: 0.625rem;
    box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

.featured-news .card-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.featured-news p {
    font-size: 0.875rem;
    line-height: 1.29;
    margin-bottom: 1.5625rem;
}

.featured-news img {
    margin-top: 1rem;
}

.card-footer {
    font-size: 0.875rem;
    font-weight: 500;
    opacity: 0.6;
    display: flex;
    justify-content: space-between;
    padding: 0;
    background-color: unset;
    border-top: unset;
}

.latest-news .card-body {
    position: absolute;
}

.latest-news .card {
    color: #fff;
}

.card {
    border: 0;
}

.latest-news h4 {
    font-size: 1.375rem;
}

.latest-news .share-links img {
    margin-left: 0.75rem;
}

.latest-news .card-footer {
    color: #000;
    opacity: 1;
}

.latest-news .card-footer img {
    width: 1.875rem;
}

/************* News Details ************/
.news-details {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    padding: 2.5rem 4.75rem 0 4.6875rem;
    margin: -2.5rem 9.5rem 0 9.5rem;
}

.news-details .article-header {
    margin-bottom: 1.625rem;
    border-bottom: unset;
    position: unset;
    height: unset;
}

.news-details .author-social {
    display: flex;
    justify-content: space-between;
}

.news-details .author-social a {
    cursor: pointer;
}

.news-details .article-header time {
    margin-left: 0.5rem;
}

.news-details .article-header img {
    width: 1.875rem;
    margin-left: 0.625rem;
}

.news-details address {
    opacity: 0.6;
    font-size: 0.875rem;
    margin-bottom: 0;
}

.news-details address span {
    font-weight: bold;
}

.news-details .article-body img {
    margin-bottom: 2rem;
}

.news-details .article-body p {
    font-size: 1rem;
    line-height: 1.38;
}

.modal-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
}

.center-popup {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: white;
    width: fit-content;
    height: fit-content;
    border-radius: 10px;
    overflow: hidden;
}

.center-popup .close-button {
    cursor: pointer;
}

.center-popup .header {
    padding: 30px 40px;
}

.center-popup form {
    padding: 40px 40px 19px 40px;
}

.center-popup .header {
    border-bottom: 1px solid #dadfea;
    background-color: #f7faff;
}

.center-popup h2 {
    margin: 0;
}

.center-popup form .entry-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.center-popup label {
    margin: 0 279px 12px 0;
    font-size: 16px;
    color: #31415e;
    font-weight: 500;
}

.center-popup input {
    height: 50px;
    width: 340px;
    margin-right: 40px;
    color: #31415e;
    padding: 16px 14px;
    border-radius: 6px;
    border: solid 1px #d8d8d8;
}

.center-popup button {
    font-size: 14px;
    padding: 14px 36px;
    text-transform: uppercase;
    font-weight: 600;
    height: fit-content;
    width: fit-content;
}

.feedback-popup {
    display: none;
}

.feedback-popup form h3 {
    color: rgb(12, 109, 12);
}

.feedback-popup button {
    background-color: rgb(12, 109, 12);
    border: unset;
}

.feedback-popup button:hover {
    background-color: rgb(10, 75, 10);
}

/*************Flash Insights Page************/
.fi-logo {
    width: 70px;
    height: 70px;
    border-radius: 6px;
    background-color: #eef0f3;
}

.live img {
    height: 12px;
}

/*************Flash Insights Page************/
/************* Repository List ************/
.repos-content {
    padding: 0;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 14px;
}

.repos-content .banner {
    background-image: url(../images/repository/banner.png);
    background-size: cover;
    padding: 105px 83px;
}

.repos-content h3 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.15;
    color: #fff;
}

.repos-content h4 {
    font-size: 18px;
    font-weight: bold;
}

.repos-content p {
    font-weight: normal;
}

.new-badge {
    font-weight: bold;
    color: #e64c66;
    border-radius: 4px;
    background-color: rgba(230, 76, 102, 0.2);
    padding: 0.25rem 0.75rem;
    display: inline-block;
    line-height: 1;
}

.repos-content .date {
    opacity: 0.6;
}

/*************Repository Details Page************/
.repository-details {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    padding: 2.5rem 1.875rem 3.625rem 4.6875rem;
    margin: -2.5rem 9.5rem 0 9.5rem;
}

.repository-details .repository-header {
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.repository-details .repository-header img {
    width: 1.875rem;
}

.repository-details .item {
    display: flex;
    margin-bottom: 2rem;
}

.repository-details .item .label {
    width: 9.375rem;
    font-size: 1rem;
    font-weight: bold;
}

.repository-details .item .content {
    font-size: 1rem;
    width: 28rem;
}

.repository-details .buttons {
    margin-bottom: 1rem;
}

.repository-details .btn-transparent {
    padding: 0.625rem 0.75rem 0.625rem 0.625rem;
    border-radius: 0.25rem;
    opacity: 0.6;
    border: solid 0.0625rem #dadfea;
    background-color: #fff;
    margin-right: 1.25rem;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: #536d9b;
}

.flash-list {
    padding: 25px;
}

.repository-details .btn-transparent svg {
    width: 0.75rem;
    margin-right: 0.625rem;
}

.repository-details .btn-transparent-active {
    color: #025eff;
    opacity: 1;
}

.repository-details .btn-transparent-active svg path {
    fill: #025eff;
}

.repository-details .btn-transparent-big {
    padding: 0.5rem 1.75rem 0.5rem 1.6875rem;
    border-radius: 0.375rem;
    border: solid 0.1rem #025eff;
    font-size: 0.875rem;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.repository-details .btn-transparent-big .text {
    margin-left: 1.125rem;
    width: 5rem;
}

.repository-details .btn-transparent-big svg {
    width: 1rem;
}

.repository-details .body p {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 2rem;
    width: 100%;
}

/*************Flash Insight Details Page************/
.flash-insight-details {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    padding: 2.5rem 1.875rem 3.625rem 4.6875rem;
    margin: -2.5rem 9.5rem 0 9.5rem;
}

.flash-insight-details h2 {
    font-size: 1.625rem;
}

.flash-insight-details .logo-wrap {
    padding: 1.625rem 0.9375rem;
    border-radius: 0.5375rem;
    background-color: #eef0f3;
}

.flash-insight-details .logo-wrap img {
    width: 100%;
}

.flash-insight-details .item {
    display: flex;
    margin-bottom: 2rem;
}

.flash-insight-details .item .label {
    width: 9.375rem;
    font-size: 1rem;
    font-weight: bold;
}

.flash-insight-details .item .content {
    font-size: 1rem;
    width: 100%;
}

.flash-insight-details .item .content a {
    display: block;
    word-break: break-all;
}

.flash-insight-details .buttons {
    margin-bottom: 1rem;
}

.flash-insight-details .btn-transparent {
    padding: 0.625rem 0.75rem 0.625rem 0.625rem;
    border-radius: 0.25rem;
    opacity: 0.6;
    border: solid 0.0625rem #dadfea;
    background-color: #fff;
    margin-right: 1.25rem;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: #536d9b;
}

.flash-insight-details .btn-transparent svg {
    width: 0.75rem;
    margin-right: 0.625rem;
}

.flash-insight-details .btn-transparent-active {
    color: #025eff;
    opacity: 1;
}

.flash-insight-details .btn-transparent-active svg path {
    fill: #025eff;
}

.flash-insight-details .btn-transparent-big {
    padding: 0.5rem 1.75rem 0.5rem 1.6875rem;
    border-radius: 0.375rem;
    border: solid 0.1rem #025eff;
    font-size: 0.875rem;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.flash-insight-details .btn-transparent-big .text {
    margin-left: 1.125rem;
    width: 5rem;
}

.flash-insight-details .btn-transparent-big svg {
    width: 1rem;
}

.flash-insight-details .body p {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 2rem;
    width: 100%;
}

/*************Flash Insight Details Page************/
/*********Events Page*************/
.cal-event-popup {
    position: absolute;
    top: 200px;
    left: 500px;
    z-index: 1;
    padding: 16px 16px 25px 12px;
    border-radius: 6px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    border: solid 1px #d0d0d0;
    background-color: #fff;
    display: none;
}

.cal-event-popup h5 {
    font-size: 14px;
    color: #e64c66;
    margin-bottom: 8px;
}

.cal-event-popup p,
.cal-event-popup time {
    font-size: 12px;
    margin-bottom: 16px;
    display: block;
}

.cal-event-popup .text {
    width: 350px;
}

.cal-event-popup button {
    text-transform: uppercase;
    font-size: 12px;
}

.cal-event-popup .btn,
.cal-day-event-popup .btn {
    background-color: #025eff;
    font-weight: 900;
}

.fc-event-title-container,
.fc-day {
    cursor: pointer;
    text-align: center;
}

.cal-day-event-popup {
    top: 300px;
    left: 900px;
    display: none;
    padding-top: 0;
}

.cal-day-event-popup .accordion-button {
    font-size: 14px;
    color: #e64c66;
    font-weight: bold;
    width: 350px;
    text-transform: none;
    padding: 16px 0 16px 0;
    box-shadow: unset;
    border-bottom: solid 1px #d0d0d0;
}

.cal-day-event-popup .accordion-button:nth-child(0) {
    color: #e64c66;
}

.cal-day-event-popup .accordion-button:nth-child(1) {
    color: #ffab00;
}

.cal-day-event-popup .accordion-button:nth-child(2) {
    color: #00bfdd;
}

.cal-day-event-popup .accordion-button:nth-child(3) {
    color: rgb(120, 116, 207);
}

.accordion-button:nth-child(1)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e64c66'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:nth-child(1):not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e64c66'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:nth-child(2)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e64c66'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:nth-child(2):not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e64c66'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.cal-day-event-popup .accordion-button:not(.collapsed) {
    border: unset;
    box-shadow: unset;
    background-color: #fff;
}

.cal-day-event-popup .accordion-button::after {
    background-size: cover;
    width: 16px;
    height: 11px;
}

.cal-day-event-popup .accordion-item {
    border: unset;
}

.cal-day-event-popup .accordion-body {
    padding: 0px 0px 16px 0px;
}

.calendar-wrapper {
    padding: 0;
}

.fc {
    padding-top: 1rem;
}

.fc .fc-daygrid-day-number {
    padding: 14px;
    font-size: 18px;
    font-weight: 500;
    text-align: right;
    color: #31415e;
}

#calendar {
    max-width: 1100px;
    margin: auto;
    background-color: #fff;
}

.fc-dayGridMonth-button,
.fc-timeGridWeek-button,
.fc-timeGridDay-button {
    display: none !important;
}

.fc-toolbar-title {
    color: #31415e;
    font-size: 16px !important;
}

.fc .fc-toolbar {
    justify-content: flex-start !important;
}

.fc-header-toolbar {
    position: relative;
    padding-left: 40px;
}

.fc-toolbar-chunk:first-child {
    position: absolute;
    right: 100px;
}

.fc .fc-button {
    padding: 0.2rem 0.3rem;
    line-height: 0.75;
}

.fc-next-button {
    margin-left: 70px !important;
}

.fc .fc-button .fc-icon {
    font-size: 1rem;
}

.fc .fc-daygrid-day-number {
    text-decoration: none;
}

.fc-col-header-cell-cushion {
    color: #31415e;
    font-size: 14px;
}

.fc-daygrid-event {
    border-radius: 0 !important;
}

.fc-event-title {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    padding: 5px !important;
}

.fc-h-event .fc-event-title {
    max-width: 100%;
    white-space: break-spaces;
    overflow: hidden;
    word-break: break-word;
}

.fc-h-event {
    border: none !important;
}
/*

.fc-daygrid-event-harness:nth-child(1) a {
    background-color: #67D267 !important;
}

.fc-daygrid-event-harness:nth-child(2) a {
    background-color: #8BB7F1 !important;
}

.fc-daygrid-event-harness:nth-child(3) a {
    background-color: #E1A66F !important;
}
*/

tr {
    height: 100px;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: #f7faff;
    background-color: var(--fc-today-bg-color, #f7faff);
}

.fc-day-today .fc-daygrid-day-number {
    color: white;
    background-color: #025eff;
    margin: 8px 9px 0 0;
    border-radius: 2rem;
    padding: 0.4rem 0.6rem;
}

.fc-icon-chevron-left:before,
.fc-icon-chevron-right:before,
.fc-blue-light {
    color: #025eff;
}

.fc-button-primary {
    border-color: #025eff !important;
    background-color: transparent !important;
}

.fc-today-button {
    opacity: 1 !important;
    border-color: transparent !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    color: #31415e !important;
    /* margin-left: -90px !important; */
}

.fc-daygrid-event-harness:nth-child(4) a {
    background-color: #7874cf !important;
}

.fc .fc-scroller-liquid-absolute,
.fc-scroller {
    overflow: auto !important;
}

thead tr {
    height: 30px;
}

.fc-col-header-cell-cushion {
    text-decoration: none !important;
}

/*********Events Page*************/
/************* Media Queries ************/
/*************Login Page************/
@media only screen and (max-width: 1199.98px) {
   

    .login-box-body {
        padding-top: 1rem;
    }

    .flash-insight-details .item .content a {
        width: 9rem;
    }

    .flash-insight-details .item .label,
    .flash-insight-details .item .content {
        font-size: 0.8rem;
    }

    .news-details {
        margin: -2.5rem 1rem 0 1rem;
        padding: 2.5rem 4rem 0 4rem;
    }

    .left-nav a {
        padding: 0.75em 0;
    }
}

@media only screen and (max-width: 991.98px) {
    .login-cover img {
        width: 28rem;
    }

    .login-box {
        width: 47%;
    }

    .login-box-body {
        padding-top: 1rem;
    }

    .select ul li:first-child {
        margin-bottom: 1rem;
    }

    .rhs {
        width: 83%;
        left: 4rem;
    }

    .lhs {
        width: 4rem;
    }

    .flash-insight-details {
        margin: -2.5rem 5rem 0 5rem;
    }

    .flash-insight-details .item .content a {
        width: 9rem;
    }
}

@media only screen and (max-width: 767.98px) {
    .search-box {
        min-width: unset;
        height: fit-content;
        margin-left: 0.5rem;
        border-radius: 4rem;
        overflow: hidden;
    }

    .search-ip {
        /* padding: 0.72rem 0rem .72rem 2.6rem;         */
        background-position-x: 1.05rem;
    }

    .header-right img {
        margin-left: 1rem;
    }

    .lhs:hover {
        z-index: 999;
        width: 13rem;
    }

    .logo-box {
        justify-content: flex-start;
    }

    .logo {
        margin-left: 0.4rem;
    }

    .content-wrapper {
        padding: 1rem;
    }

    .select {
        margin-top: 1rem;
        padding: 30px;
    }

    .select-country ul {
        display: block;
        margin-bottom: 0;
    }

    .select-country ul li {
        margin-bottom: 1rem;
    }

    .login-rhs {
        padding: 1rem;
    }

    .login-cover {
        display: none;
    }

    .login-box {
        width: 100%;
        height: calc(100vh - 0rem);
    }

    .login-box-body {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .news-details {
        padding: 0.8rem;
        margin: 0;
    }

    .news-details .header-left {
        display: block;
    }

    .news-details .social-wrap {
        margin-top: 0.8rem;
    }

    .news-details .author-social {
        display: block;
    }

    .news-details .article-header img:first-child {
        margin-left: 0rem;
    }

    .news-details p {
        font-size: 0.5rem;
    }

    .center-popup {
        width: 330px;
    }

    .center-popup .header {
        padding: 20px 20px;
    }

    .center-popup form {
        padding: 40px 20px 50px 20px;
    }

    .center-popup form div {
        flex-direction: column;
    }

    .center-popup form label {
        margin-right: 0;
    }

    .center-popup form input {
        width: 100%;
    }

    .feedback-popup form .btn {
        margin-left: 5.125rem;
    }

    .repos-content {
        margin-left: 20px;
        margin-right: 20px;
    }

    .repository-details {
        padding: 0.8rem;
        margin: 0;
    }

    .repository-details .item:last-child {
        display: block;
        margin-bottom: 2rem;
    }

    .repository-details button {
        display: block;
        margin-top: 0.5rem;
    }

    .repository-details .item .content {
        width: 100%;
    }

    .repository-details .btn-transparent {
        margin-right: 0;
    }

    .repository-details p {
        font-size: 0.5rem;
    }

    .flash-insight-details {
        padding: 0.8rem;
        margin: 0;
    }

    .flash-insight-details .item .content {
        width: 100%;
    }

    .flash-insight-details .item .content a {
        width: 9rem;
    }

    .flash-insight-details .logo-wrap {
        margin-bottom: 1rem;
    }

    .flash-insight-details p {
        font-size: 0.5rem;
    }
}

@media screen and (min-width: 768px) {
    .repos-content .repos-list {
        position: relative;
    }

    .repos-content .repos-list::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 1px;
        background-color: #dadfea;
        left: 48%;
        transform: translateX(-50%);
    }

    .repos-list .list:nth-child(even) {
        padding-left: 50px;
    }

    .repos-list .list:nth-child(odd) {
        padding-left: 25px;
    }
}

@media (min-width: 769px) and (max-width: 2000px) {

    /* to place the categories at the bottom of the map */
    .select {
        position: fixed;
        width: calc(81.6% - 5rem);
        right: 2.5rem;
        bottom: 10px;
    }

    /* zoom in zoom out css */
    .gm-bundled-control-on-bottom {
        top: 50px;
    }
}

.select-cat,
.select-sub-cat {
    z-index: 9999;
    display: none;
}

.select-sub-cat {
    z-index: 9;
}

/*************tracking************/
.tracking-wrapper {
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    font-size: 14px;
}

.tracking-wrapper .btn {
    font-size: 0.725rem;
    padding: 9px 14px;
    margin-top: 10px;
    width: 170px;
}

.tracking-frame {
    padding: 1.7rem 1rem 0 1rem;
}

.flash-list .list:nth-child(odd) {
    padding-left: 25px;
}

.tracking-frame img {
    width: 140px;
    margin-top: 0.5rem;
}

.modal-dialog {
    max-width: 700px;
    top: 10%;
}

.modal-body {
    padding: 0;
    color: #31415e;
}

.modal-body h4 {
    background: #f7faff;
}

.modal-body .form-label {
    font-size: 0.875rem;
}

.modal-body button {
    text-transform: uppercase;
    color: #536d9b;
    font-size: 0.75rem;
}

.modal-body .btn-primary {
    color: #fff;
}

.modal-body .form-control,
.modal-body select {
    margin-bottom: 10px;
    font-size: 0.875rem;
    color: #31415e;
}

@media (max-width: 991px) {
    .fc-toolbar-chunk:first-child {
        width: 100% !important;
        position: unset;
    }

    .fc-view-harness {
        height: 680px !important;
    }
}

* {
    list-style: none;
}

#box,
#box1 {
    position: relative;
}

#list {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 0;
    height: 0;
    padding: 0;
    transition: 0.5s ease-in-out;
    overflow: hidden;
}

.act > #list {
    left: 50px;
    top: 0px;
    width: 160px;
    height: 40px;
    padding: 5px;
    background-color: #fff;
    border-radius: 30px;
    z-index: 1;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.list-item {
    border-radius: 100%;
}

.list-item .list-item-link img {
    margin-left: 0 !important;
}

.list-item:hover ion-icon {
    transform: scale(140%);
}

.list-item-link {
    width: 30px;
    height: 30px;
    color: #f5f5f5;
    display: grid;
    place-content: center;
}

@media print {
    body * {
        visibility: hidden;
    }

    #section-to-print,
    #section-to-print * {
        visibility: visible;
    }

    #section-to-print {
        position: absolute;
        left: 0;
        top: 0;
    }
}

.show {
    display: block;
}

@media screen and (min-width: 1025px) and (max-width: 1224px) {
    .cat .dropdown-item {
        padding: .125rem 1rem;
    }

    .tracking-frame .card-title {
        margin-bottom: 0.25rem;
        font-size: 1.25rem;
    }

    .tracking-wrapper .row {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }
}

@media screen and (min-width: 1225px) and (max-width: 1365px) {
    .cat .dropdown-item {
        padding: .125rem 1rem;
    }

    .tracking-frame .card-title {
        margin-bottom: 0.25rem;
        font-size: 1.25rem;
    }

    .tracking-wrapper .row {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }
}


/*--------------- contact-us-button pop-up css--------------- */

.modal-content {
    border-radius: 0.625rem;
}

.modal-header {
    display: flex;
    flex-direction: column;
    border-bottom: unset;
}

.contact-btn {
    padding: .375rem 1.75rem !important;
    border-radius: 0.375rem;
    font-size: 1.125rem;
    width: fit-content;
    display: inline-block;
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: bold;

}

.contact-btn:hover {
    background-color: #0d6efd;
    color: #fff;
}

.card-body {
    padding: unset;
}

.card-title span {
    color: #025eff;

}

.card-text {
    font-size: 15px;
    line-height: 1.25;
    color: #31415e;

}

.modal-title {
    font-size: 1.875rem;
}

.title-tagline {
    color: #536d9b;
    font-weight: bold;
}

.modal-dialog {
    max-width: 90%;
    margin-top: unset;
}

.btn-icon {
    border: unset;
    background: transparent;
}

.btn-icon img {

    width: 38px;
    height: 38px;
}

.border-btm {
    position: relative;
}

.border-btm::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 15px;
    right: 20px;
    margin: 0;
    width: 73%;
    height: 1px;
    background-color: #dadfea;
}

.tooltip-inner {
    background-color: #FFFFFF;
    color: #31415e;
    border: 1px solid #FFFFFF;
    padding: 5px;
    font-size: 13px;
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 1200px) and (max-width: 1900px) {
    .contact-us-btn {
        padding-left: 127px;
        padding-right: 0;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1290px) {
    .contact-us-btn {
        padding-left: 80px;
        padding-right: 0;
    }
}

@media screen and (width: 1280px) {
    .contact-us-btn {
        padding-left: 110px;
        padding-right: 0;
    }
}

.btn-close {
    position: absolute;
    top: 40px;
    left: 0px;
    right: 35px;
    bottom: 0;
}

.card-footer {
    opacity: unset;
    color: #31415e;
    font-weight: 500;
    line-height: 0.1;

}

.card-footer p {
    font-size: 13px;
}

.contact-email p {
    line-height: 1.2;
}

@media screen and (min-width: 800px) and (max-width: 1900px) {
    .c1-country {
        padding-top: 20px;
    }
}

@media screen and (min-width: 800px) and (max-width: 1200px) {
    .contact-email p {
        width: 72%;
        padding-left: 95px;
    }
}

@media screen and (width: 1024px) {
    .c2-country {
        padding-top: 20px;
    }
}

@media screen and (min-width: 800px) and (max-width: 1300px) {
    .contact-email p {
        width: 75%;
        padding-left: 75px;

    }
}


/*-----------------case-studies css------------------*/

.case-study a {
    text-decoration: none;
    color: #025eff;
    font-size: 0.875rem;
    font-weight: 900;
    text-transform: uppercase;
}


.focus-group-frame {
    padding: 1rem;
}

.focus-list {
    background-color: #EBF3FF;
    margin: 0px;
    border-radius: 0.625rem;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
    padding-right: 3rem !important;
}



.focus-list .card-text {
    font-size: 0.875rem;
}

.bullet-list li {
    list-style-type: disc;
}

.border-right {
    position: relative
}

.border-right:after {
    height: 70%;
    display: block;
    width: 1px;
    background: #dadfea;
    content: "";
    position: absolute;
    top: 1rem;
    right: 0
}

.bullet-list-2 li {
    list-style-type: disc;
    margin-bottom: 8px;
}



.business-impact {
    background-color: #EBF3FF;
    margin-left: -1.5rem;
}

.business-impact h5 {
    color: #025eff;
}

.bullet-list,
.repos-content ul {
    padding-left: 1.5rem;
}

.bullet-list li,
.repos-content ul li {
    position: relative
}

.bullet-list li::marker,
.repos-content ul li::marker {
    display: none;
    color: transparent
}

.business-impact ul li:before,
.repos-content ul li:before {
    height: 7px;
    display: block;
    width: 7px;
    background: #025eff;
    content: "";
    position: absolute;
    border-radius: 20px;
    top: 1rem;
    left: -1rem;
}

@media screen and (min-width: 1024px) and (max-width: 11140px) {
    .focus-images h5 {
        font-size: 1rem;
    }

    .focus-list {
        padding-right: 1rem !important;
    }

    .focus-images img {
        width: 100%
    }
}

@media screen and (min-width: 1141px) and (max-width: 1280px) {
    .focus-images h5 {
        font-size: 1rem;
    }

    .focus-list {
        padding-right: 1.5rem !important;
    }

    .focus-images img {
        width: 100%
    }
}

@media screen and (min-width: 1081px) and (max-width: 1440px) {
    .focus-images h5 {
        min-height: 2.75rem;
    }

    .focus-images img {
        width: 100%
    }
}

.dots p {
    font-size: 20px;
    color: #025eff;
    font-weight: bold;
}

.flash-report-content {
    padding: 0;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 15%);
    background-color: #fff;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 14px;
}

.flash-report-content img {
    width: -webkit-fill-available;
}

.bot-footer-img img {
    width: -webkit-fill-available;
}

@media screen and (min-width: 320px) and (max-width: 1300px) {
    .image-fit img {
        width: -webkit-fill-available;
    }
}

@media screen and (min-width: 320px) and (max-width: 1174px) {
    .dots p {
        margin-left: 20px;
    }
}

.panel-background h5 {

    color: #025eff;
    font-size: 0.875rem;
    font-weight: 900;

}

.panel-background h3 {
    color: #31415e;
    font-size: 1rem;
    font-weight: bold;
}

.pr-label {
    font-weight: 600;
}


/* --------------preview page css----------- */

.next-btn {
    font-size: 0.875rem;
    padding: 10px 35px;
    background-color: transparent;
    color: #536d9b;
    border: unset;
    font-weight: 800;
}

.next-btn:hover {
    color: #536d9b;
    background-color: unset;
    border: unset;
}


.submit-btn {
    font-size: 0.875rem;
    padding: 10px 35px;
    border: unset;
}


/* left nav scroll bar style */
.lhs::-webkit-scrollbar {
    width: 0.563rem;

}

.lhs::-webkit-scrollbar-track {
    background: #f1f1f1;
}


.lhs::-webkit-scrollbar-thumb {
    background: #b6b5b5;
    border: 1px solid transparent;
    border-radius: 3px;
}



/* Live Text */
.socialmedia-live {
    left: 100px;
    bottom: 18px;
    color: red;
    font-size: 8px;
    font-weight: bold;
}

.nav .active .socialmedia-live{
    color: #fff;
}


.left-nav li a:hover .socialmedia-live {
   color: #fff;
}

.left-nav li a:active .socialmedia-live {
    color: #fff;
 }

.text-pwd {
    position: relative;
    top: 1.2rem;
    font-size: 0.875rem;
    text-align: right;
}
 
/* Media Queries for LOGO */

@media (max-width: 575.98px) {
    .logo {
        width: 60px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) { 
    .logo {
        width: 60px;
    }
 }

 .coco-1 img {
    width: 70%;
 }

 .coco-1:hover img {
    border: 5px solid red;
 }

 .cola-1 {
    position: relative;
    top: 70px;
 }

.download-icon  {
    position: relative;
    bottom: 30px;
}


.coco-bar1 img {
    width: 100%;
}

.coco-bar2 img {
    padding-top: 25px;
    width: 50%;
}

.trending-1 {
    background-color: #fff;
    border-radius: 5%;
}

.trending-1-1 img {
    width: 100%;
}

.trending-1-btn {
    border:1px solid #908787;
    border-radius: 25px;
    background-color: #fff;
    width: 127px;
}

.repos-market {
    margin-right: 130px;
}


 @media (min-width: 1024px) {
    .flash-insight-img {
        margin-left: 270px;
    }
 }

 .card-title-name{
    color: #D61515;
 }

 .teamimg img{
    height: 130px;
    object-fit: contain;
 }

 .teamimg{
    padding: 20px 0px;
 }


 .main-navigation {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ddd;
   
  }

  .main-navigation ul {
    
    width: 100%;
    padding-left: 0px;
  }
  
  .main-navigation li {
    display: block;
    position: relative;
    float: left;
    background: #ececec;
    border-bottom: 1px solid #ddd;
  }
  
  .main-navigation li ul { display: none; }
  
  .main-navigation li a {
    display: block;
    padding: 6px 10px;
    text-decoration: none;
    white-space: nowrap;
    color: #000;
  }
  
 
  .main-navigation li:hover > ul {
    display: block;
    position: absolute;
    margin-top: 1px;
  }
  
 .main-navigation li:hover li { float: none; }
  
  .main-navigation li ul li { border-top: 0; }
  
  .main-navigation ul ul {
    left: 100%;
    top: 0;
  }
  
  .main-navigation:before,
  .main-navigation:after {
    content: " "; /* 1 */
    display: table; /* 2 */
  }
  
  .main-navigation:after { clear: both; }

  .main-navigation li:last-child {
    border-bottom: none
  }

  .carousel-header {
    position: relative;
    left: 100px;
  }

  .carousel-indicators [data-bs-target]{
    position: relative;
    top: 55px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: red;
}



.carousel-img {
    width: 80%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: invert(1);
}


.pagination {
    height: 36px;
    margin: 18px 0;
    color: #6c58bF;
}

.pagination ul {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    margin-left: 0;
    color: #ffffff;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination li {
    color: #D61515;
}

.pagination a {
    padding: 0 14px;
    line-height: 34px;
    color: black;
    text-decoration: none;
    border: 1px solid #ddd;
    
}

.pagination a:hover,
.pagination .active a {
    background-color: #D61515;
    color: #ffffff;
}

.pagination a:focus {
    background-color: #D61515;
    color: #ffffff;
}


.pagination .active a {
    color: #ffffff;
    cursor: default;
}






/* new css */
.select {
    padding: 30px 40px 0;
    margin: 20px 0;
    border-radius: 10px;
    box-shadow: 0 0 0.3125rem 0 rgb(0 0 0 / 15%);
    background-color: #fff;
}
@media (min-width: 769px) and (max-width: 2000px){
.select {
    position: fixed;
    width: calc(81.6% - 5rem);
    right: 2.5rem;
    bottom: 10px;
}
}
.select ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}
.select ul li {
    margin-bottom: 2rem;
    min-width: 20%;
    padding-right: 10px;
}
.select ul li a, .select ul li {
    font-size: 1rem;
    color: #536d9b;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
.select-country ul li {
    margin-bottom: 1rem;
    min-width: 20%;
    padding-right: 10px;
}
.select-country img {
    width: 2.125rem;
    margin-right: 1rem;
}
