
.st-big-title {
    font-family: swansea-bold;
    font-style: normal;
    text-align: center;
    float: unset;
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    padding: unset;
    margin-bottom: 60px;
    text-transform: unset;
    color: #031242;
    letter-spacing: -0.01em;
}

.faq-question {
    font-weight: 600;
}

.top-margin {
    margin-top: 15px;
}

.special-top-margin {
    margin-top: 30px;
}

.my-fa-search {
    font-size: 1.2em;
    color: #bbbdbf;
    margin-top: 7px;
    margin-left: 7px;
    margin-right: 5px;
}

.st-ipt-wrap {
    display: inline-block;
    border: 1.25px solid rgba(3, 18, 66, 0.2);
    background-color: #FFFFFF;
    width: 150px;
    height: 30px;
    border-radius: 6px;
    margin-top: 5px;
    -moz-border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.st-ipt-wrap:hover {
    border-color: #009DDC;
}

.st-ipt {
    height: 38px;
    width: 105px;
    border: 0;
    outline: none;
    padding: 0;
    font-size: 16px;
    position: absolute;
}

.st-table {
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.st-table p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
}

.st-background-color {
    background-color: #F3F6F8;
}

.st-table-th p {
    font-size: 20px;
    font-weight: 500;
    color: #939da5;
}

#St_More_Items, #St_More_Results {
    display: none;
    position: relative;
}

#St_Sm_Button, #St_Mr_Button {
    font-size: 16px;
    font-weight: 400;
    color: #009DDC;
    cursor: pointer;
}

.st-no-result {
    background-color: #F9D3CF;
    border: 1px solid #F3A69E;
    color: #E74C3C;
}

@media (min-width : 1201px) {
    .carousel-text {
        padding-left: 60px !important;
        padding-right: 0 !important;
    }

    .item img {
        margin-top: 50px;
        max-width: 285px !important;
        float: left;
    }

    .carousel-inner {
        height: 505px;
    }
}

@media (min-width : 1025px) and (max-width : 1200px) {
    .carousel-text {
        padding-left: 60px !important;
        padding-right: 0 !important;
    }

    .item img {
        margin-top: 90px;
        max-width: 260px !important;
        float: left;
    }

    .carousel-inner {
        height: 590px;
    }
}

@media (min-width : 768px) and (max-width : 1024px) {
    .item img {
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        max-width: 240px !important;
    }

    .carousel-inner {
        height: 715px;
    }
}

@media (min-width : 768px) and (max-width : 1024px) {
    .carousel-inner {
        height: 740px;
    }
}

@media (max-width : 767px) {
    .mymedia_img1 {
        margin-left: auto;
        margin-right: auto;
        padding: 30px;
    }

    .mymedia_img2 {
        margin-left: auto;
        margin-right: auto;
        padding: 30px;
        margin-top: 45px;
    }


    .my-fa-search {
        font-size: 1.2em;
        margin-top: 7px;
    }

    .st-table-th p {
        font-size: 16px;
    }

    .st-ipt-wrap {
        width: 70% !important;
    }

    .st-table-container {
        padding: 0
    }
}

.paging-navigation-bottom {
    margin-top: 50px;
}

.head-tr div {
    padding-top: 40px;
    padding-bottom: 20px;
    color: #031242;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.tld-tr div {
    padding-top: 20px;
    padding-bottom: 20px;
}

.tld-tr div:first-child {
    color: #0096F7;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.tld-tr div:last-child {
    color: #031242;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.table-row {
    background: #FFFFFF;
    box-shadow: 0px 8px 30px rgba(3, 18, 66, 0.1);
    border-radius: 14px;
}

.tld-tr::after {
    content: '';
    height: 1px;
    display: block;
    margin: 0 auto;
    border-bottom: 1.5px solid rgba(3, 18, 66, 0.1);
    clear: both;
}

.head-tr::after {
    content: '';
    height: 1px;
    display: block;
    margin: 0 auto;
    border-bottom: 1.5px solid #031242;
    clear: both;
}

.search-tr {
    padding-left: 30px;
    padding-right: 30px;
}

.search-tr::after {
    content: '';
    height: 1px;
    display: block;
    margin: 0 auto;
    border-bottom: 1.5px solid rgba(3, 18, 66, 0.2);
    clear: both;
}

.pagination-box {
    display: flex;
    justify-content: center;
}

.search-tr {
    position: relative;
}

.search-tr .dropdown {
    position: absolute;
    right: 30px;
    top: 20px;
}

.paging-navigation-bottom {
    text-align: center;
    margin-top: 50px;
    position: relative;
}

.paging-navigation-bottom .dropdown {
    position: absolute;
    right: 0;
    top: -10px;
}

.select-dropdown-toggle {
    display: inline-flex;
    align-items: center;
    margin-bottom: unset;
    line-height: 50px;
    padding-left: 15px;
    background: rgba(3, 18, 66, 0.1);
    border-radius: 6px;
    width: 130px;
    text-align: right;
    cursor: pointer;
    color: rgba(3, 18, 66, 0.5);
    font-weight: 400;
    font-size: 16px;
}

#dropdown-select-ul {
    min-width: 130px;
    background-color: #CFD2DB;
    border-radius:0px 0px 6px 6px ;
    border: unset;
    margin-top: -4px;
}

#dropdown-select-ul li {
    cursor: pointer;
    padding-left: 43px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: rgba(3, 18, 66, 0.5);
    font-weight: 400;
    font-size: 16px;
}

#dropdown-select-ul li span {
    display: inline-block;
    margin-left: 20px;
}

#dropdown-select-ul li.active {
    background-color: #CFD2DB;
}

#dropdown-select-ul li.active:before {
    content: "\f00c";
    color: rgba(3, 18, 66, 0.5);
    font-family: FontAwesome;
    position: absolute;
}

#dropdown-select-ul li:hover {
    background: rgba(3, 18, 66, 0.1);
}

@media (max-width: 767px) {
    .why-register-idn-row {
        background-image: unset;
    }

    .paging-navigation-bottom .pagination-box {
        margin-top: 50px;
    }
}

@media (max-width: 540px) {
    .st-ipt-wrap {
        width: 100% !important;
        margin-top: 20px !important;
        margin-bottom: 70px !important;
    }

    .search-tr .dropdown {
        top: 76px !important;
    }
}