:root {
    --primary-color: #fff;
    --secondary-color: #0052a0;
    --btn-clr: #ffd045;
    --text-clr: #000000;
    --btn-bg: #0388a6;
}

.para-center{
    text-align: center;
}

.don{
    background-color:#0388a6;
    height:80px;
    width:200px;
    border: none;
    border-radius: 5px;
    outline:none;
    font-weight:bold;
    color:white;
}

.don:hover{
    background: var(--btn-clr);
    background-image: ;
    background-position-x: ;
    background-position-y: ;
    background-size: ;
    background-repeat: ;
    background-attachment: ;
    background-origin: ;
    background-clip: ;
    background-color:
}

.new-links-btn a:hover

#toolbar{
    display:none;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Noto Sans", sans-serif;
}

ul,
li,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    outline: 0;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none;
    color: var(--btn-clr);
}

button:active,
button:focus {
    outline: 0 !important;
    text-decoration: none;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

:focus {
    outline: 0 !important;
}

.custom-header {
    position: relative;
    z-index: 3;
}

.custom-header .navbar-brand {
    border-radius: 50%;
    width: 130px;
    background: var(--primary-color);
    text-align: center;
    position: relative;
}

.custom-header .nav-item .nav-link {
    font-size: 18px;
    color: var(--text-clr);
    padding: 15px 0;
    margin: 0 15px;
}

.custom-header .navbar-brand img {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 0px;
}

.vjs-theme-sea .vjs-big-play-button {
    background-color: var(--secondary-color);
}

.banner-caption {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    top: 60%;
    transform: translateY(-50%);
    z-index: 2;
}

.banner-caption h5 {
    font-weight: bold;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    color: var(--primary-color);
}

.h5 {
    all: unset;
}
        
.banner-slider .carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.login-btn {
    background-color: var(--secondary-color);
    padding: 20px 40px;
    color: var(--primary-color);
}

.top-text {
    background-color: var(--btn-clr);
}

.top-text h4 {
    font-size: 22px;
}

.new-links-btn a {
    border-radius: 5px;
    font-weight: bold;
    background-color: var(--btn-bg);
    padding: 10px 20px;
    text-align: center;
    width: 100%;
    display: inline-block;
    color: var(--primary-color);
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.btn.btn-2 {
    height: 60px;
}

.new-links-btn a:hover {
    background: var(--btn-clr);
    color: var(--text-clr);
}

.box {
    padding: 48px;
    color: var(--primary-color);
}

.box.history {
    background: #0073e1;
}

.box.msg {
    background: var(--secondary-color);
}

.box.team {
    background: #022a51;
}

.border-color-blue {
    border-color: #0052A0;
}

.blue-clr-dark {
    color: #022A51 !important;
}

.fs-14px {
    font-size: 14px;
}

.fs-18px {
    font-size: 18px;
}

.fs-20px {
    font-size: 20px;
}

.weight-bold {
    font-weight: bold;
}

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

.box h2 {
    font-weight: bold;
}

.heading {
    font-size: 45px;
    font-weight: bold;
}

.heading-2 {
    font-weight: bold;
    font-size: 30px;
}

.service {
    background-image: url("../imgs/water-wave.jpg");
}

.service-box {
    background: #f9f9f9;
}

.service-content h4 {
    font-weight: bold;
    font-size: 30px;
}

.service-box a {
    opacity: 0;
    display: block;
    background: var(--btn-clr);
    padding: 10px 0;
    font-weight: bold;
    font-size: 20px;
}

.service-box:hover a {
    opacity: 1;
    color: #000;
}

.service-content {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.service-box:hover .service-content {
    background: var(--secondary-color);
    color: var(--primary-color);
    position: relative;
    margin-top: -70px;
}

.video {
    background: var(--secondary-color);
    color: var(--primary-color);
}

.video a {
    background-color: var(--btn-clr);
    padding: 10px 30px;
    border-radius: 5px;
    color: var(--text-clr);
    font-weight: bold;
}

footer {
    background-image: url(../imgs/wave.png);
    color: var(--primary-color);
    background-repeat: no-repeat;
    background-size: cover;
}

.copyright {
    background: #6de5f2;
    color: var(--text-clr);
}

.copyright p {
    margin-bottom: 0;
}

.footer-top h4 {
    font-weight: bold;
}

.footer-top ul li a {
    line-height: 33px;
    font-size: 16px;
}

.footer-top input {
    padding: 10px;
}

.footer-top form a {
    padding: 10px;
    width: 50%;
    background-color: var(--btn-clr);
    color: var(--text-clr);
    font-weight: bold;
    display: inline-block;
    text-align: center;
}

.soclial-icons ul li {
    display: inline-block;
}

.soclial-icons ul li a {
    font-size: 25px;
    padding-right: 20px;
}

.logos-row .item img {
    max-width: 140px;
    height: auto;
}

.training-schedules-image{
    background-image: url("../imgs/training-schedule.jpg");
    background-size: cover;
    color: #fff;
    width:1920px;
    height: 600px;
}

.training-schedules-heading{
    /*line-height:12;*/
    font-weight: bold;
}

.store-image{
    background-image: url("../imgs/01 Store turtle website.jpg");
    background-size: cover;
    line-height:15;
    color: #fff;
    max-width:100%;
    height: 550px;
}

.store-heading{
    /*line-height:12;*/
    font-weight: bold;
}

.banner-main,
.login {
    background-image: url("../imgs/banner-img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    
    color: #fff;
    max-width:100%;
    height: 550px;
}

.login {
    background-image: url("../imgs/Bg.png");
    height: 640px;
}

.banner-main h1,
.login h1 {
    font-weight: bold;
    font-size: 60px;
}

.login-box {
    border-radius: 20px;
    background: #f1f4f6;
    box-shadow: 3px -5px 40px rgba(205, 205, 212, 0.1);
    color: #000;
}

ul.news li {
    list-style: disc !important;
    padding: 5px 0;
}

.team .nav-tabs {
    border-bottom: 2px solid #bbb;
}

.travel-tabs .nav-tabs {
    border: unset;
}

.team .nav-tabs .nav-item {
    width: 25%;
}

.travel-tabs .nav-tabs .nav-item {
    width: 15%;
}

.team .nav-tabs .nav-link,
.travel-tabs .nav-tabs .nav-link {
    font-size: 20px;
    color: #000;
    position: relative;
    border: unset;
}

.travel-tabs .nav-tabs .nav-link {
    border-color: transparent;
}

.team .nav-tabs .nav-link.active:before {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #000;
    border-width: 9px;
}

.team .nav-tabs .nav-item.show .nav-link,
.team .nav-tabs .nav-link.active,
.team .nav-tabs .nav-link:hover {
    border-bottom: 2px solid #000;
    font-weight: bold;
}

.travel-tabs a.active,
.travel-tabs a:hover {
    border: 1px solid transparent;
    font-weight: bold;
    border-bottom: 5px solid #0052a0;
    color: #000;
}

.training-table th,
.training-table .table td {
    border-right: 1px solid;
    vertical-align: middle;
    border-color: #dee2e6 !important;
}

.training-table th:first-child,
.training-table .table td:first-child {
    border-left: 1px solid;
}

.training-table .table tr:last-child td {
    border-bottom: 1px solid;
}

.gallery-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 5px 0px 0px 0px;
    font-size: 40px;
    text-align: center;
    border: 1px solid #ccc;
}

.category {
    color: rgb(0 0 0 / 50%);
}

.side-bar {
    border-radius: 0px 0px 4px 0px;
    background: #f1f4f6;
}

.side-bar li {
    border-top: 1px solid rgb(217 217 217 / 80%);
    font-weight: 600;
    position: relative;
    cursor: pointer;
}

.side-bar li>a {
    display: block;
    color: #0052a0;
    padding: 20px 20px 20px 50px;
}

.side-bar li.sidebar-item.active a,
.side-bar li.sidebar-item a:hover {
    background: #0052a0;
    color: #fff;
}

.side-bar li.has-sub>a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    position: absolute;
    right: 10%;
}

.submenu li a {
    font-size: 15px;
    padding-left: 80px;
}

.blue-clr {
    color: #0052a0;
}

.box2 {
    border-radius: 5px;
    background: #f1f4f6;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.06);
    border-top: 2px solid #0073e1;
}

.fs-12 {
    font-size: 12px;
}

.bg-blue {
    background: linear-gradient(#0052a0 0%, #0065c6 58.98%, #0065c6 100%);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.06);
}

.child-list li {
    list-style: circle !important;
}

.parent-list li {
    list-style: disc;
}

.w-15 {
    width: 15%;
}

.parent-num li {
    list-style: decimal !important;
}

.upper-alpha li {
    list-style: upper-alpha;
}

.product-main {
    background: #fff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.06);
    border: 1px solid transparent;
    flex-grow:1;
}

.product-main:hover {
    border: 1px solid #0073e1;
}

.after-hover {
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 2;
}

.product-main:hover .after-hover {
    opacity: 1;
}

.product-main:hover .product-img:after {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    inset: 0;
}

.view-btn {
    border-radius: 5px;
    border: 1px solid #fff;
}

.cart-btn {
    border-radius: 5px;
    background: #0052a0;
}

.sidebar-item.has-sub.active .submenu a {
    background: #f1f4f6;
    color: #0052a0;
}

.sidebar-item.has-sub.active .submenu .active a {
    background: #003e7a;
    color: #f1f4f6;
}

a.new-btn, .nav-tabs a.nav-link.active
 {

    border-radius: 5px;
    background: #fff;
    border: 1px solid #0052a0;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.06);
    width: 100%;
}

a.new-btn h5 {
    margin: 0;
}

a.new-btn:hover, .nav-tabs a.nav-link:hover {
    background: #0052a0;
}
.nav-tabs a.nav-link:hover {
    color: #fff;
}
a.new-btn:hover h5 {
    color: #fff;
}

.aquarium-list li {
    list-style: disc;
}

.bg-blue- {
    background-color: #0052a0;
}

.fill:after {
    position: absolute;
    border-top: 1px solid #DCDCDC;
    left: 20px;
    top: 20px;
    content: '';
    width: 195px;
}

.fill:before {
    position: absolute;
    border-top: 1px solid #DCDCDC;
    right: 20px;
    top: 20px;
    content: '';
    width: 195px;
}

.form-check-custom {
    background: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    padding: 10px;
}

.form-check-custom svg {
    margin-right: 30px;
}

.form-check-custom input {
    position: absolute;
    right: 25px;
}

.custom-select-h {
    height: calc(1.2em + 30px);
}

.border-right-theme {
    border-right: 1px solid #0052a0;
}

.radius-2 {
    border-radius: 10px;
}

tbody tr:nth-child(even) {
    background-color: #fff;
}

tbody tr:nth-child(odd) {
    background-color: #EEF6FC;
}

ul.dashed-style li:after {
    position: absolute;
    content: '-';
    left: -12px;
    top: 8px;
}

.fs-24 {
    font-size: 24px;
}

.abroad {
    background-image: url(../imgs/abroad.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.emperor {
    background-image: url(../imgs/emperor.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.packages {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
    position: relative;
}

.packages h2 {
    font-weight: bold;
    text-decoration: underline;
    font-size: 24px;
    text-align: center;
}

.packages p.first {
    font-weight: 600;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    color: #000;
}

.packages ul {
    padding: 0px 40px 40px 40px;
}

.packages ul li {
    font-weight: normal;
    font-size: 16px;
    color: #000;
    position: relative;
    padding: 20px 0 0 15px;
}

.packages p a {
    font-weight: normal;
    border-radius: 5px;
    border: 1px solid;
    padding: 10px 20px;
}

.packages p a:hover {
    color: #fff !important;
}

.packages ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    width: 5px;
    height: 5px;
    background-color: #19dad1;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.packages .btm-tag {
    padding: 10px 0;
    width: 445px;
    height: 50px;
    position: relative;
    color: white;
    text-align: center;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.packages .btm-tag::before {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 15px solid white;
    border-top: 26px solid transparent;
    border-bottom: 23px solid transparent;
}

.packages .btm-tag span::before {
    position: absolute;
    content: '';
}

.packages .btm-tag span::after {
    position: absolute;
    content: '';
}

.bold {
    font-weight: bold;
}

.price-tag {
    border-bottom: 45px solid;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    height: 0;
    width: 230px;
    position: absolute;
    transform: rotate( 45deg);
    color: #fff !important;
    text-align: center;
    right: -60px;
    top: 30px;
    font-size: 26px;
    font-weight: bold;
}

.price-tag span {
    font-size: 12px;
    font-weight: normal;
}

.price-tag:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 14px solid;
    position: absolute;
    content: '';
    transform: rotate( -47deg);
    left: -30px;
    top: 41px;
}

.price-tag:before {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 11px solid;
    border-bottom: 8px solid transparent;
    position: absolute;
    content: '';
    transform: rotate( -38deg);
    left: 196px;
    top: 40px;
}

.btm-tag span {
    width: 13px;
    height: 62px;
    background: linear-gradient(#2bda5e 0%, #0a742c 100%);
    left: -13px;
    top: -12px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.btm-tag span:after {
    position: absolute;
    content: '';
    background-color: #0A762D;
    height: 16px;
    width: 13px;
    left: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    top: -2px;
}


/*===== PACKAGE DIFFERENT ============*/


/*============ PACK-1 ========*/

.pack-1 h2,
.pack-1 a {
    color: #19dad1;
}

.pack-1 p a:hover,
.pack-1 ul li::before {
    background-color: #19dad1;
}

.pack-1 .btm-tag,
.pack-1 .btm-tag span {
    background: linear-gradient(#19dad1 0%, #028080 100%);
}

.pack-1 .price-tag {
    border-bottom-color: #1cd2cb;
}

.pack-1 .price-tag:after {
    border-bottom-color: #028080;
}

.pack-1 .price-tag:before {
    border-left-color: #028080;
}

.pack-1 .btm-tag span:after {
    background-color: #028080;
}


/*============ PACK-2 ========*/

.pack-2 h2,
.pack-2 h4,
.pack-2 a {
    color: #F2562D;
}

.pack-2 p a:hover,
.pack-2 ul li::before {
    background-color: #F2562D;
}

.pack-2 .btm-tag,
.pack-2 .btm-tag span {
    background: linear-gradient(#f0552d 0%, #9a3c1e 100%);
}

.pack-2 .price-tag {
    border-bottom-color: #f0552d;
}

.pack-2 .price-tag:after {
    border-bottom-color: #9a3c1e;
}

.pack-2 .price-tag:before {
    border-left-color: #9a3c1e;
}

.pack-2 .btm-tag span:after {
    background-color: #9A3C1E;
}


/*============ PACK-3 ========*/

.pack-3 h2,
.pack-3 a {
    color: #B555DE;
}

.pack-3 p a:hover,
.pack-3 ul li::before {
    background-color: #B555DE;
}

.pack-3 .btm-tag,
.pack-3 .btm-tag span {
    background: linear-gradient(#ab49d4 0%, #68297e 100%);
}

.pack-3 .price-tag {
    border-bottom-color: #ab49d4;
}

.pack-3 .price-tag:after {
    border-bottom-color: #68297e;
}

.pack-3 .price-tag:before {
    border-left-color: #68297e;
}

.pack-3 .btm-tag span:after {
    background-color: #67287D;
}


/*============ PACK-4 ========*/

.pack-4 h2,
.pack-4 a,
.pack-4 h4 {
    color: #2BDA5E;
}

.pack-4 p a:hover,
.pack-4 ul li::before {
    background-color: #2BDA5E;
}

.pack-4 .btm-tag,
.pack-4 .btm-tag span {
    background: linear-gradient(#2bda5e 0%, #0a742c 100%);
}

.pack-4 .price-tag {
    border-bottom-color: #2bda5e;
}

.pack-4 .price-tag:after {
    border-bottom-color: #0a742c;
}

.pack-4 .price-tag:before {
    border-left-color: #0a742c;
}

.pack-4 .btm-tag span:after {
    background-color: #0A762D;
}

.v-card {
    border-radius: 4px;
    border: 1px solid #bec8d2;
    box-shadow: 0px 0px 16px rgb(190 200 210 / 30%);
    background-color: #fff;
    position: relative;
    z-index: 99;
    padding: 40px 80px;
}

.v-card:after {
    position: absolute;
    content: '';
    width: 150px;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(#0e7ed4 0%, #073f6a 100%);
    z-index: -99;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.btnUpload {
    border-radius: 5px;
    border: 1px solid #0052a0;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
    color: #0052a0;
    background-color: transparent;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.fs-35px {
    font-size: 35px;
}

.v-card h3 {
    color: #0052a0;
    position: relative;
}

.v-card h3::after {
    position: absolute;
    content: '';
    border-bottom: 2px solid #0052A0;
    left: 0;
    width: 275px;
    top: 47px;
}

.v-card h4 {
    font-weight: bold;
    font-size: 16px;
    color: #0073e1;
}

.v-card p.title {
    font-weight: 600;
    font-size: 16px;
    color: #0073e1;
}

.v-card h5.heading {
    font-weight: 600;
    text-decoration: underline;
    font-size: 14px;
    color: #0052a0;
}

.details {
    border-radius: 15px;
    background: #fff;
    margin: 40px 0 0 0;
    padding: 30px 60px;
}

.details ul li {
    width: 48%;
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #022a51;
}

.details ul li span {
    font-weight: bold;
}

.left-top {
    left: 110px;
    top: -50px;
}

.custom th,
.custom td {
    vertical-align: middle !important;
    border: 1px solid #ddd6d6;
}

.h350 {
    height: 350px;
}


/*====================================================================================================*/

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard>div.wizard-inner {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}

span.round-tab i {
    color: #555555;
}

.wizard li.active span.round-tab {
    background: #0052a0;
    color: #fff;
    border-color: #0052a0;
}

.wizard li.active span.round-tab i {
    color: #5bc0de;
}

.wizard .nav-tabs>li.active>a i {
    color: #0052a0;
}

.wizard .nav-tabs>li {
    width: 20%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}

.wizard .nav-tabs>li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}

.wizard .nav-tabs>li a i {
    position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

.wizard .nav-tabs>li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}

.wizard h3 {
    margin-top: 0;
}

.prev-step,
.next-step {
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
}

.step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

.term-check {
    font-size: 14px;
    font-weight: 400;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: .375rem .75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}

.footer-link {
    margin-top: 30px;
}

.list-content {
    margin-bottom: 10px;
}

.list-content a {
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}

.list-content a[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.list-content a i {
    text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}

.list-box {
    padding: 10px;
}

.signup-logo-header .logo_area {
    width: 200px;
}

.signup-logo-header .nav>li {
    padding: 0;
}

.signup-logo-header .header-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-inline li {
    display: inline-block;
}

.pull-right {
    float: right;
}


/* Fixed Popup start */
.fixed-popup{
position: fixed;
   right: -270px;
   top: 0;
   bottom:0;
    display: flex;
    flex-direction: row;
	align-items:center;
    margin: auto;
    width: 300px;
	transition:right 500ms linear;
}
.fixed-popup >a {
padding: 10px;
    background-color: #ccc;
    color: #000;
    width: 50px;
    min-height: 100px;
    max-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}

.fixed-popup-content{
background-color:#3b5998;
color:#fff;
top:0;
bottom:0;
margin:auto;
height:400px;
overflow-y:scroll;
padding:15px 25px;

position:relative;
}
.fixed-popup.show{
right:0;
}

.approved input:first-child{
margin-right:15px;
width: 120px;
    padding-right: 0 !important;
    padding-left: 0;
    text-align: center;
}

.approved input {
    width: 120px;
    padding-right: 0 !important;
    padding-left: 0;
    text-align: center;
}

.thankyou {
    background-image: url("../imgs/banner-img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    max-width:100%;
    height: 500px;
}

.thankyou {
    background-image: url("../imgs/Bg.png");
    height: 500px;
}

.vjs-poster {
   z-index: 2;
}

.vjs-theme-sea .vjs-big-play-button {
   z-index: 3;
}

/* Fixed Popup End */

/*======================================================================================================*/


/*=========@media Queries============*/

@media (max-width: 768px) {
    .banner-main h1,
    .login h1,
    .banner-caption h5 {
        font-size: 25px;
    }
    .fs-20px,
    .top-text h4,
    .service-content h4,
    .box h2 {
        font-size: 16px;
    }
    .product-text h5 {
        font-size: 15px;
    }
    span.category,
    .product-text p,
    .new-links-btn a {
        font-size: 13px;
    }
    .heading-2,
    h3 strong {
        font-size: 18px;
    }
    .pv-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .mv-10 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .heading {
        font-size: 20px;
    }
    ul#myTab {
        width: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        padding: 10px 0;
        margin-bottom: 0 !important;
        border-bottom: 0;
        overflow-y: hidden;
    }
    ul#myTab li {
        font-size: 16px;
        margin: 0 10px;
        width: 100%;
    }
    ul#myTab li a {
        font-size: 14px;
    }
    .custom-header .navbar-brand img {
        width: 75%;
        left: -55px;
    }
    .navbar-light .navbar-toggler {
        margin: 10px;
    }
    .justify-content-sm-center {
        justify-content: center!important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .custom-header .nav-item .nav-link {
        margin: 0 10px;
    }
    .pv-10 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}