/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
    font-family: "SFUIText";
    src: url("../fonts/SFUIText-Bold.ttf");
}

@font-face {
    font-family: "DMSans";
    src: url("../fonts/DMSans-Regular.ttf");
}

/*--------------------------------------------------------------
# To correct the white space at the right side
--------------------------------------------------------------*/
html {
    width: 100vw;
    overflow-x: hidden;
}

/*--------------------------------------------------------------
# New User Sidebar After Scan
--------------------------------------------------------------*/

#blue-Sidebar {
    display: none;
}

.sidepanel-afterScanBlue {
    width: 0px;
    position: fixed;
    height: calc(100% - 50px);
    top: 0;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 9999;
    right: 25%;
    margin-left: auto;
    background-color: #1e2f97;
    margin-top: 50px;
}

.sidepanel-afterScanBlue a {
    text-decoration: none;
    color: #fff;
    display: block;
    transition: 0.3s;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
}

.sidepanel-afterScanBlue a:hover {
    color: #f1f1f1;
}

.closebtn-afterScan {
    background-color: white;
    border: 1px solid white;
    height: 50px;
    width: 50px;
    text-align: center !important;
    color: #1aa7ec !important;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.sidepanel-afterScanBlue .closebtn-afterScan {
    position: absolute;
    font-size: 36px;
    top: calc(420px + 10%);
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
}

.sidebar-username {
    background: #228fc4;
    padding: 20px 0px;
}

.sidepanel-afterScanBlue a:hover {
    color: #f1f1f1;
}

/*--------------------------------------------------------------
# End New User Sidebar After Scan
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Header After Scan
--------------------------------------------------------------*/

.scanProcess-navbar {
    background: white;
}

.sidepanel-afterScan {
    width: 0px;
    position: fixed;
    height: calc(100% - 50px);
    top: 0;
    background-color: #1aa7ec;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 9999;
    right: 25%;
    margin-left: auto;
    margin-top: 50px;
}

.sidepanel-afterScan a {
    text-decoration: none;
    color: #fff;
    display: block;
    transition: 0.3s;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
}

a.closebtn-afterScan,
a.closebtn-afterScan {
    width: 41px;
    height: 41px;
}

.sidepanel-afterScan a:hover {
    color: #f1f1f1;
}

.sidepanel-afterScan .closebtn-afterScan {
    position: absolute;
    font-size: 36px;
    top: calc(420px + 10%);
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    line-height: 0.9;
}

.menu-afterScan {
    display: block;
}

ul.menu-afterScan li {
    padding: 0px 9px;
}

.language_dropdown-afterScan {
    margin-left: 10px;
    padding: 10px 0;
}

.menu-afterScan li a,
.language_dropdown-afterScan {
    text-transform: uppercase;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin: 0 88px 0 63px;
}

.menu-afterScan li a {
    font-size: 14px;
    padding: 10px 0px;
}

a.closebtn-afterScan,
button.openbtn-afterScan {
    display: block;
}

.sidepanel-afterScan a:hover {
    color: #f1f1f1;
}

.openbtn-afterScan {
    font-size: 30px;
    cursor: pointer;
    color: #1e2f97;
    border: none;
    position: absolute;
    top: 50%;
    right: 0px;
    padding: 2px;
    transform: translateY(-50%);
    background: transparent;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.afterScan-ring .fa-stack[data-count]:after {
    right: -12%;
    top: -12%;
    font-size: 8px;
}

/*--------------------------------------------------------------
# End Header After Scan
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

#mobile-screen-navbar {
    display: none;
}

.search_mobile {
    display: none;
}

/****************Notification********************/
/*.search {*/
/*    position: absolute;*/
/*    top: 25%;*/
/*    left: 43%;*/
/*    width: 100%;*/
/*    max-width: 400px;*/
/*    transform: translateX(-41%) translateY(-20%);*/
/*}*/
.search__toggle:checked~.search__field {
    width: calc(100% - 80px);
    border-width: 2px;
}

.search__toggle:checked~.search__field .search__input::placeholder {
    opacity: 1;
}

.search__toggle:checked~.search__field .search__close {
    left: -25px;
}

.search__toggle:checked~.search__field .search__button {
    right: 5px;
    width: 35px;
    height: 35px;
    border-radius: 50px;
}

.search__toggle:checked~.search__field .search__button--toggle {
    display: none;
}

.search__toggle:checked~.search__field .search__button--submit {
    display: flex;
}

.search__close {
    position: relative;
    top: 50%;
    left: 0;
    transform: translateX(-50%);
    transition: 0.3s;
}

.search__close::before,
.search__close::after {
    position: absolute;
    display: block;
    content: "";
    width: 15px;
    height: 3px;
    background-color: #fff;
}

.search__close::before {
    transform: rotate(45deg);
}

.search__close::after {
    transform: rotate(-45deg);
}

.search__field {
    position: absolute;
    right: 0px;
    top: 50px;
    height: 45px;
    border-radius: 50px;
    transform-origin: right;
    transition: 0.3s;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    background-color: #f0f0f0;
}

.search__input {
    position: absolute;
    left: 0;
    box-sizing: border-box;
    width: calc(100% - 40px);
    height: 100%;
    color: #95989a;
    background-color: transparent;
    border: 0;
    outline: none;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
}

.search__input::placeholder {
    opacity: 0;
    transition: 0.3s;
    transition-delay: 0.3s;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0);
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #95989a;
}

.search__label {
    cursor: pointer;
}

.search__button {
    position: absolute;
    top: 30%;
    right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background-color: #f0f0f0;
    border-radius: 50px;
    transform: translateY(-30%);
    transition: 0.3s;
}

.promo-bar>p {
    margin: 0px;
    font-size: 13px;
}

.search__button--submit {
    display: none;
    border: 0;
}

.search__icon {
    position: relative;
    width: 19px;
    height: 19px;
}

.search__icon::before {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 2px solid #09f;
    border-radius: 50px;
}

.search__icon::after {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 8px;
    height: 2px;
    background-color: #09f;
    transform: rotate(45deg);
    transform-origin: right;
}

.fa-bell {
    color: yellow;
    font-size: 1.6em !important;
}

.dropdown-toggle::after {
    margin: 0px;
}

.fa-stack[data-count]:after {
    position: absolute;
    right: -5%;
    top: -5%;
    content: attr(data-count);
    font-size: 10px;
    padding: 0.6em;
    border-radius: 999px;
    line-height: 0.75em;
    color: white;
    background: rgba(255, 0, 0, 0.85);
    text-align: center;
    min-width: 2em;
    font-weight: bold;
}

.notification-title {
    font-weight: bold;
    color: #0e183c;
    font-size: 16px;
}

.notification-body {
    color: #222;
}

.notify-mark-btn,
.notify-close-btn {
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 20px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #0e183c;
    border-radius: 39px;
    border: none;
}

.renew_ad_btn {
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 20px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #0e183c;
    border-radius: 39px;
    border: none;
    float: right;
}

.notify-mark-btn:hover,
.notify-close-btn:hover,
.renew_ad_btn:hover {
    color: white;
}

/****************End Notification********************/

.square-box {
    position: relative;
    overflow: hidden;
}

.square-box:before {
    content: "";
    display: block;
    padding-top: 70%;
}

.square-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    font: 0/0 a;
}

button:focus {
    outline: 0;
}

.custom-dropdown {
    background: #020b56;
}

.custom-dropdown .dropdown-item {
    color: white;
    padding: 0.25rem 1rem;
}

.custom-dropdown .dropdown-item:hover {
    color: #333;
}

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #1e2f97;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #1e2f97;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: all ease 500ms;
}

.video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1;
}

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
}

.video-overlay-close:hover {
    color: #fa183d;
}

.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /* width: 90%; */
    /* height: auto; */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

.square-content div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: relative;
    text-align: center;
    font: 0/0 a;
    vertical-align: middle;
}

.square-content div {
    display: inline-block;
}

.square-content img {
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}

.square-content img.horizontal {
    width: 100%;
}

.square-content img.vertical {
    height: 100%;
    margin: 0;
}

.square-content img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
}

.dropdown-toggle::after {
    color: #020b56;
}

.search_bar_header {
    width: 240px;
}

#header-logo-for-mobile {
    display: none;
}

#language_dropdown_for_mobile {
    display: none;
}

.nav-item .fa-user,
.far-user {
    color: #0050bb;
    font-size: 1.4em;
}

a:hover {
    text-decoration: none;
}

.language_dropdown {
    margin-right: 30px;
}

a.sell-button {
    letter-spacing: 1px;
    display: inline-block;
    padding: 5px 5px;
    text-align: center;
    width: 100px;
    font-size: 18px;
    font-weight: 600;
    color: white !important;
    background: #020b56;
    border-radius: 39px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}

#query {
    font-size: 14px;
}

.custom-shadow {
    border-radius: 50rem !important;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
    border: solid 1px #ededed;
    -webkit-border-radius: 50rem !important;
    -moz-border-radius: 50rem !important;
    -ms-border-radius: 50rem !important;
    -o-border-radius: 50rem !important;
}

.main-color {
    color: #020b56;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.section-title {
    font-size: 44px;
}

.w-fit-content {
    width: fit-content;
}

.obj-cover {
    object-fit: cover;
}

.mw-100 {
    max-width: 100%;
}

/* common css */
/* 42px */
.title {
    font-size: 2.6rem;
    font-stretch: normal;
    font-style: normal;
    /* line-height: 1.1; */
    letter-spacing: normal;
    text-align: left;
}

/* 24px */
.txt-common {
    font-size: 1.5rem;
    font-stretch: normal;
    font-style: normal;
    /* line-height: 1.33; */
    letter-spacing: normal;
    text-align: left;
}

.select-form-erapper select:focus,
.select-form-erapper input:focus {
    outline: 0 !important;
}

.select-form-erapper select::-ms-expand {
    display: none;
}

/*text align end*/

/*color*/
.blue {
    color: #020b56;
}

.light-green {
    color: #4adede;
}

.light-blue {
    color: #1aa7ec;
}

/*color-end*/

/*bg-color*/
.bg-blue {
    background-color: #020b56;
}

.bg-light-green {
    background-color: #4adede;
}

.bg-light-blue {
    background-color: #1aa7ec;
}

/*bg-color*/

/* main body */
#wrapper {
    width: 100%;
    min-height: 100%;
}

@media (min-width: 1200px) {
    .container {
        margin: 0 auto;
        max-width: 95%;
    }
}

@media (min-width: 576px) and (max-width: 1199px) {
    .container {
        margin: 0 auto;
        max-width: 95%;
    }
}

.header {
    position: fixed;
    width: 100%;
    height: auto;
    background: white;
    z-index: 100;
}

/*home page start*/
.social-icon i {
    color: #020b56;
    line-height: 28px;
    font-size: 13px;
}

ul.social-icon {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
}

ul.social-icon li {
    float: left;
    margin: 0px 4px;
    background-color: #fff;
    height: 28px;
    width: 28px;
    text-align: center;
    border-radius: 100%;
}

.top-header {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

ul.header-subscribe li:before {
    border-left: 1px solid #f5f5f5;
    opacity: 0.3;
    content: "";
    padding-left: 15px;
}

ul.header-subscribe li:first-child:before {
    border-left: none;
}

ul.header-subscribe {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
}

ul.header-subscribe li i {
    padding-right: 8px;
    color: #fff;
    font-size: 13px;
}

.header-subscribe li a {
    color: #fff;
    font-size: 15px;
    font-size: 12px;
}

.header select {
    background: transparent;
    color: #fff;
}

.header select option {
    background: #020b56;
}

.lang {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    background-color: #1e2f97;
    padding: 12px;
}

.lang img {
    position: relative;
    left: 10px;
}

.menu {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.nav-item.dropdown.mobile-view {
    margin-right: -15px;
}

ul.menu li {
    padding: 0px 12px;
}

.login_user span {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -0.09px;
    color: #0050bb;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -0.09px;
    color: #0050bb;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 10ch;
}

.menu li a {
    color: #020b56;
    font-size: 14px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -0.09px;
    text-align: left;
}

.searchfield {
    position: relative;
}

.form-group .homepage-search {
    position: absolute;
    right: 0px;
    background: transparent;
    height: 100%;
    border: none;
    color: #0050bb;
}

.homepage-search i {
    font-size: 22px;
    font-weight: 100;
}

/*header-end*/

/*banner start*/
.banner {
    height: 80vh;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px;
    margin: 40px 0px;
    position: relative;
}

.banner-style {
    background-image: url("../img/home/background.png");
    background-position-x: calc(1vw - 21.6rem);
    /* for Chrome and others */
    background-position-x: left calc(100% - 20.6rem);
    /* for Firefox and IE */
    background-position-y: center;
    background-attachment: scroll;
}

.carousel {
    width: 100%;
}

.carousel-inner {
    height: 100%;
}

.carousel-item {
    position: relative;
}

.carousel-caption {
    position: absolute;
    left: 8.8rem;
    top: 15rem;
    max-width: 36.48rem;
    height: fit-content;
}

.img-one {
    width: calc(100vw - 14.6%);
    position: absolute;
    right: calc(100vw - 122.8rem);
    top: calc(50% - 8.25rem);
}

.img-two {
    width: calc(100vw - 44.3%);
    position: absolute;
    right: calc(100vw - 109.2rem);
    top: calc(50% + 10.5rem);
}

.img-three {
    width: calc(100vw - 2.2%);
    position: absolute;
    top: calc(50% - 2rem);
    right: calc(100vw - 117.8rem);
}

.carousel-indicators {
    gap: 2.8%;
    bottom: 15.13%;
}

input[type="radio"] {
    width: 21.6px;
    height: 21.6px;
    background-color: #34497c;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1.6px solid #34497c;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
    margin: 4.2px;
}

label.active>input[type="radio"] {
    width: 22px;
    height: 22px;
    border: 1px solid #4adede;
    background: radial-gradient(#34497c 50%, rgba(255, 0, 0, 0) 25%);
}

.learn-more {
    text-transform: uppercase;
    background: transparent;
    min-width: 12.5rem;
    width: fit-content;
    height: 3.75rem;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 2px #ededed;
    color: #fff;
}

.view-all {
    text-transform: uppercase;
    min-width: 12.5rem;
    width: fit-content;
    height: 3.75rem;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 2px #40c3c2;
    background-color: #41c3c3;
    color: #fff;
}

a.learn-more:hover,
a.view-all:hover {
    color: #fff !important;
}

a:focus {
    outline: none;
}

h1.title {
    font-family: "SFUIText";
}

p.txt-common {
    color: #fff;
    font-family: "DMSans";
    text-transform: uppercase;
}

.caption-txt {
    width: 100%;
    max-width: 50rem;
    padding-right: 20px;
    margin-bottom: 3rem;
}

.caption-txt-two {
    width: 100%;
    max-width: 36.5rem;
    padding-right: 30px;
}

.banner-btn {
    width: 100%;
    column-gap: 3.1%;
    text-align: center;
    font-family: "SFUIText";
    font-size: 1.1rem;
    margin-top: 3.13rem;
}

/*banner-end*/

/*select form*/
.select-form-container {
    width: 80.6%;
    height: auto;
    padding: 0;
}

.select-form {
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.select-form-header {
    padding: 1.25rem 3.75rem 1.25rem 3.75rem;
    margin: 0 0 5px 0;
    width: 100%;
    border-bottom: solid 1px #d0cece;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.select-form-body {
    padding: 4.1rem 3.6rem 5rem 4rem;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.select-form-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    width: max-content;
}

a.advance img {
    width: calc(2.7rem - 0.1vw);
    height: calc(3.4rem - 0.1vh);
    margin-left: 9%;
}

a.advance {
    display: block;
    color: #2fcccc !important;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    line-height: 1.38;
    text-align: right !important;
    display: flex;
    justify-content: end;
    justify-content: flex-end;
}

.select-form input[type="checkbox"] {
    width: 2.4rem;
    height: 2.4rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    border: 1px solid #77869e;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

input[type="checkbox"]:checked {
    border: 3px solid #1aa7ec;
    background: radial-gradient(#1aa7ec 50%, rgba(255, 0, 0, 0) 25%);
}

.check-box>label {
    font-family: "Open Sans", sans-serif;
    line-height: 1.38;
    letter-spacing: 0.5px;
    color: #77869e;
}

.gap {
    row-gap: 3.7rem;
}

.select-form li {
    float: left;
    width: 33.33%;
    padding: 0px 10px 15px;
}

.range_fields li {
    float: left;
    width: 25%;
    padding: 0px 10px 15px;
}

.range_fields li input[type="text"] {
    border-radius: 50px;
    padding: 0px 20px;
    height: 46px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

li.float_right {
    float: right;
    padding-top: 20px;
}

.select-form select,
.select-form .range_fields input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: solid 1px #ededed;
    height: calc(5.4rem - 0.1vw);
    border-radius: 2.75rem;
    width: 100%;
    padding: 0px 3.3rem;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -webkit-border-radius: 2.75rem;
    -moz-border-radius: 2.75rem;
    -ms-border-radius: 2.75rem;
    -o-border-radius: 2.75rem;
    position: relative;
}

.select-form .range_fields input {
    border-radius: 2.75rem !important;
    -webkit-border-radius: 2.75rem !important;
    -moz-border-radius: 2.75rem !important;
    -ms-border-radius: 2.75rem !important;
    -o-border-radius: 2.75rem !important;
}

/* TODO: not working -> try to have the options in blue and the first text gray */
.custom-select.txt-common {
    line-height: 1.38;
    color: #95989a;
}

/* .custom-select.txt-common {
    line-height: 1.38;
    color: #1ea9ec;
    font-weight: bold;
} */

.custom-select:focus,
.select-form .range_fields input:focus {
    border-color: #1aa7ec !important;
    border-style: solid;
    border-width: 2px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16) !important;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16) !important;
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16) !important;
}

.select-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.8rem;
    border-color: #1aa7ec transparent transparent transparent;
    position: absolute;
    right: 3.21rem;
    top: 2.73rem;

    pointer-events: none;
    /* transition-property: border-color, top;
    transition-duration: 0.3s; */
}

/* .custom-select:active ~ .select-arrow {
    border-color: transparent transparent #1aa7ec transparent;
    top: 25.5px;
} */

option:first-child {
    color: #95989a;
    font-weight: normal;
}

option {
    color: #1aa7ec;
    font-weight: bold;
}

.field_label {
    color: #77869e;
    /* font-size: 16px; */
    /* line-height: 32px; */
    font-weight: 300;
    float: left;
    margin-left: 20px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield !important;
}

.select-form .range_fields .field_arrow_one,
.select-form .range_fields .field_arrow_two {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.8rem;
    position: absolute;
    right: 3.21rem;

    pointer-events: none;
}

.select-form .range_fields .field_arrow_one {
    border-color: #1aa7ec transparent transparent transparent;
    top: calc(50% + 1.56rem);
}

.select-form .range_fields .field_arrow_two {
    border-color: transparent transparent #1aa7ec transparent;
    top: calc(50% - 0.31rem);
}

.recommended li {
    float: left;
    width: 33.33%;
    padding: 0px 10px 15px;
}

.recommended select {
    border: 1px solid #e1e1e1;
    height: 46px;
    border-radius: 50px;
    width: 100%;
    border: 1px solid #e1e1e1;
    height: 46px;
    border-radius: 50px;
    width: 100%;
    padding: 0px 20px;
    color: #a9a9a9;
}

.recommended a {
    width: 100%;
}

.drop-errow select {
    display: block;
    background-size: 0;
}

.select-form li .view-all {
    padding: 10px 23px;
    width: 100%;
    text-align: center;
}

.select-form p {
    color: #888888;
}

.select-form-erapper {
    position: relative;
    top: -103px;
}

.right-text {
    text-align: right;
}

/*  Select form -> Button */

.btn-arrow {
    background-color: #fff;
    width: calc(7.7rem - 1vw);
    height: calc(7.7rem - 1vw);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 5px #37e6e6;
    margin-bottom: auto;
    margin-top: auto;

    transition-duration: 0.3s;
    transition-property: background-color, box-shadow, transform;

    float: right;
}

.arrow,
.arrow::after,
.arrow::before {
    height: 0.44rem;
    background-color: #37e6e6;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition-duration: 0.3s;
    transition-property: background-color;
}

.arrow {
    margin: auto;
    padding: auto;
    width: 2.66rem;
    position: relative;
}

.arrow::before,
.arrow::after {
    content: "";
    display: inline-block;
    width: 1.33rem;
    position: absolute;
    right: -4px;
}

.arrow::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    bottom: 5px;
}

.arrow::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    top: 5px;
}

.btn-arrow:hover,
.btn-arrow:focus {
    background-color: #37e6e6;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
}

.btn-arrow:hover>.arrow,
.btn-arrow:hover>.arrow::before,
.btn-arrow:hover>.arrow::after,
.btn-arrow:focus>.arrow,
.btn-arrow:focus>.arrow::before,
.btn-arrow:focus>.arrow::after,
.arrow:hover,
.arrow:hover::after,
.arrow:hover::before {
    background-color: #fff;
}

/* End button */

.right-text-box {
    display: flex;
    justify-content: flex-end;
    color: #121212;
    padding-top: 20px;
}

.img-background {
    position: relative;
}

.img-background:before {
    background: #4adede;
    height: 96%;
    width: 88%;
    position: absolute;
    z-index: 111;
    content: "";
    opacity: 0.4;
    z-index: -11;
    left: -20px;
    top: 40px;
}

.left-section {
    float: left;
    width: 50%;
    padding-right: 35px;
    padding-left: 20px;
    padding-bottom: 20px;
}

.right-section {
    float: right;
    width: 48%;
    padding-left: 35px;
    padding-top: 35px;
}

#landing_about p {
    font-size: 18px !important;
    line-height: 32px;
    font-weight: 500;
    color: #333333;
}

span.line {
    display: block;
    background: #1aa7ec;
    height: 3px;
    width: 66px;
}

.right-section .learn-more {
    margin-top: 24px;
}

.boxs {
    display: none;
}

section.recommended-for-you {
    background: #f8f8f8;
}

section.recommended-for-you .flag {
    width: 20px;
}

.recommended-slider-wrapper {
    margin-top: 35px;
}

.recommended-slider-wrapper .item {
    padding: 0px 5px 8px;
}

.recommended-box {
    -webkit-box-shadow: 1px 0px 12px 0px rgb(0 0 0 / 17%);
    -moz-box-shadow: 1px 0px 12px 0px rgb(0 0 0 / 17%);
    box-shadow: 1px 0px 12px 0px rgb(0 0 0 / 17%);
}

.recommended-box-text {
    padding: 20px;
}

.recommended-box-text p {
    color: #555555;
    font-size: 15px;
    line-height: 24px;
}

.free-text {
    color: #1aa7ec;
    line-height: 28px;
    font-size: 22px;
    display: block;
}

.box-footer ul li {
    float: left;
    width: 33.33%;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
}

.box-footer {
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
}

.rovigo {
    color: #555555;
    font-size: 14px;
}

.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dots span {
    height: 11px;
    width: 11px;
    display: inline-block;
    background: #9699b7;
    border-radius: 100%;
    margin: 3px;
}

.owl-carousel button.owl-dot:active,
.owl-carousel button.owl-dot:focus {
    outline: none;
    border: none;
}

button.owl-dot.active span {
    height: 11px;
    width: 11px;
    display: inline-block;
    background: #020b56;
    border-radius: 100%;
    margin: 3px;
}

.img-slider.owl-dots span {
    height: 11px;
    width: 11px;
    display: inline-block;
    background: #828282;
    border-radius: 100%;
    margin: 3px;
}

.img-slider button.owl-dot.active span {
    height: 11px;
    width: 11px;
    display: inline-block;
    background: #0e183c;
    border-radius: 100%;
    margin: 3px;
}

.img-slider .owl-dots {
    text-align: left;
}

.img-slider .item {
    padding: 0px;
    transform-style: preserve-3d;
}

.img-slider .owl-dots {
    text-align: left;
    position: absolute;
    left: 10px;
    top: 240px;
}

.img-slider {
    position: relative;
    overflow: hidden;
}

.for-sale {
    position: relative;
    z-index: 999;
}

.for-sale:before {
    content: "";
    background-color: #1aa7ec;
    position: absolute;
    color: #fff;
    width: 36px;
    height: 282px;
    transform: rotate(222deg);
    -webkit-transform: translate3d(0, 0, 0px) rotate(222deg);
    top: -77px;
    left: -3px;
    z-index: 999;
}

p.fore-sale-text {
    position: absolute;
    top: 22px;
    text-align: center;
    color: #fff;
    z-index: 999;
    /*-ms-transform: rotate(20deg);*/
    transform: rotate(311deg);
    -webkit-transform: translate3d(0, 0, 1px) rotate(311deg);

    display: inline-block;
    white-space: nowrap;
    font-size: 16px;
    left: 7px;
}

.features:before {
    content: "";
    background-color: #4adede;
    position: absolute;
    z-index: 999;
    color: #fff;
    width: 36px;
    height: 282px;
    -ms-transform: rotate(20deg);
    transform: rotate(222deg);
    top: -77px;
    left: -3px;
}

p.fore-sale-text {
    position: absolute;
    top: 22px;
    text-align: center;
    color: #fff;
    z-index: 999;
    -ms-transform: rotate(20deg);
    transform: rotate(311deg);
    text-align: center;
    display: inline-block;
    white-space: nowrap;
    font-size: 16px;
    left: 7px;
}

.browse-box-wrapper h2 {
    text-align: center;
    padding-top: 60px;
    text-transform: uppercase;
    padding-bottom: 35px;
}

.browse-box {
    float: left;
    width: 25%;
    padding: 0px 10px;
    margin-bottom: 20px;
}

.browse-img {
    padding: 20px 20px;
    -webkit-box-shadow: 1px 0px 12px 0px rgb(0 0 0 / 17%);
    -moz-box-shadow: 1px 0px 12px 0px rgb(0 0 0 / 17%);
    box-shadow: 1px 0px 12px 0px rgb(0 0 0 / 17%);
    height: 155px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.browse-img span {
    font-size: 15px;
    font-weight: 500;
    line-height: 50px;
    position: absolute;
    bottom: -10px;
}

section.browse-by-style-wrapper {
    padding-bottom: 40px;
}

.our-blog-start {
    padding: 60px 0px;
}

.bolg-box {
    float: left;
    word-break: 33.33%;
    width: 33.33%;
    padding: 0px 15px;
}

.bolg-box-padding {
    background: #fff;
    -webkit-box-shadow: 1px 0px 12px 0px rgb(0 0 0 / 17%);
    -moz-box-shadow: 1px 0px 12px 0px rgb(0 0 0 / 17%);
    box-shadow: 1px 0px 12px 0px rgb(0 0 0 / 17%);
}

.bolg-img img {
    width: 100%;
}

.bolg-text {
    text-align: center;
    margin-top: 47px;
    padding-bottom: 13px;
}

.bolg-text h4 {
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
}

.bolg-text p {
    color: #555555;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

.bolg-date ul li i {
    color: #1ea9ec;
    padding-right: 7px;
}

.bolg-date ul {
    display: flex;
    justify-content: center;
    background: #fff;
    padding: 12px 10px;
    -webkit-box-shadow: 1px 0px 12px 0px rgb(0 0 0 / 17%);
    -moz-box-shadow: 1px 0px 12px 0px rgb(0 0 0 / 17%);
    box-shadow: 1px 0px 12px 0px rgb(0 0 0 / 17%);
    border-radius: 10px;
}

.bolg-img {
    position: relative;
}

.bolg-date {
    position: absolute;
    text-align: center;
    left: 24%;
    transform: translateX(-15%);
    bottom: -19px;
}

.bolg-date ul li {
    padding: 0px 10px;
    border-right: 1px solid #e5e5e5;
    font-size: 14px;
}

.bolg-date ul li:last-child {
    border-right: none;
}

.but-link {
    text-align: center;
    padding-top: 27px;
}

.discover {
    padding: 60px 0px;
}

.discover-img {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    /*    webkit-box-shadow: 1px 0px 12px 0px rgb(0 0 0 / 17%);
    -moz-box-shadow: 1px 0px 12px 0px rgb(0 0 0 / 17%);
    box-shadow: 1px 0px 12px 0px rgb(0 0 0 / 17%);
    border-radius: 10px;
*/
}

.discover .item {
    padding: 10px;
}

section.news-latter {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.news-block {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
}

.left-news p {
    color: #fff;
    text-align: left;
    font-size: 12px;
    line-height: 21px;
}

.left-news h2 {
    color: #fff;
    text-align: left;
    font-size: 27px;
    line-height: 50px;
    font-weight: 500;
}

a.closebtn,
button.openbtn {
    display: none;
}

button.openbtn:active,
button.openbtn:focus {
    outline: none;
}

/* Start banner Num2 */
.banner-num-two {
    background-color: #1e2f97;
    width: 100%;
    height: 100vh;
    position: relative;
}

.banner-txt-container {
    width: 100%;
    max-width: 36.47rem;
    height: 100%;
    max-height: 21.4rem;
    position: absolute;
    bottom: 36%;
    left: 8.9%;
}

.banner-two-title {
    text-transform: uppercase;
}

.banner-two-sub {
    font-weight: bold;
}

.view-all-two {
    background-color: #36e6e6;
}

.banner-btn-two {
    column-gap: 15.6%;
}

.img-container {
    position: absolute;
    bottom: 0;
    left: 49.9%;
}

.img-container>img {
    height: 100%;
    max-height: 34.92rem;
    width: auto;
}

/* End banner Num2 */

/*home page end*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    /*  background: url("../img/footer-bg.jpg") center center no-repeat; */
    background: #020b56;
    color: #fff;
    font-size: 14px;
    position: relative;
}

#footer::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*  background: rgba(0, 0, 0, 0.85);*/
    background: #020b56;
    z-index: 1;
}

#footer .footer-top {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 80px 0;
}

.navbar-brand img {
    height: 40px;
}

#footer .footer-top .footer-logo img {
    height: 50px;
}

#footer .footer-top h3 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    position: relative;
    padding: 30px 0 0 0;
    margin-bottom: 0;
}

#footer .footer-top p {
    font-size: 12px;
    margin: 30px 0 0 0;
    padding: 0;
    font-weight: 500;
    color: white;
}

#footer .footer-top .footer-newsletter {
    text-align: center;
    font-size: 15px;
    margin-top: 30px;
}

#footer .footer-top .footer-newsletter form {
    /* background: #fff; */
    padding: 6px 10px;
    /* position: relative; */
    /* border-radius: 50px; */
    /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); */

    /*    text-align: left;
        border-bottom: 1px;
        border-style: none none solid none;
        border-radius: 0;
        border-color: white;
    */
}

#footer .footer-top .footer-newsletter form input[type="email"] {
    /*  border: 0;
      padding: 4px 8px;
      width: calc(100% - 100px);
      */
    border-bottom: 1px;
    border-style: none none solid none;
    border-radius: 0;
    border-color: #fff;
    width: 100%;
    background: none !important;
    color: #fff;
    position: relative;
    right: 0px;
    bottom: 10px;
    width: 70% !important;
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
    position: absolute;
    top: 0;
    width: 150px;
    right: 20px;
    bottom: 0px;
    border: 1px solid white;
    background: transparent;
    font-size: 12px;
    padding: 0 20px;
    color: #fff;
    transition: 0.3s;
    border-radius: 39px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
    cursor: pointer;
}

#footer .footer-top .social-links {
    margin-top: 30px;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #fff;
    color: #000;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #5ab652;
    color: #fff;
    text-decoration: none;
}

#footer .footer-bottom {
    z-index: 2;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

#footer .copyright {
    text-align: center;
    font-size: 12px;
}

#footer .credits {
    text-align: center;
    font-size: 13px;
    padding-top: 5px;
}

.footer-links {
    padding-top: 50px;
}

.footer-links a {
    padding-right: 10px;
    padding-left: 10px;
    color: white;
    font-size: 12px;
}

.footer-links a:hover {
    color: white;
}

/*.owl-carousel .owl-item img {
    width: auto;
}
*/
.pagination svg {
    width: 10px;
}

span.page-numbers {
    position: absolute;
    left: 100px;
    top: 5px;
}

.search-results {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #4adede;
    color: #262c6a;
    z-index: 99;
}

.make-modal {
    font-size: 26px;
}

.card-img-top {
    width: 100%;
    object-fit: contain;
}

.card-body-content {
    width: 100%;
    height: 8rem;
    object-fit: cover;
}

/*
@media(max-width:1200px)
{
.discover-img {padding:80px;}
}


@media (max-width: 900px){
.discover-img {
    padding: 60px;
}
}

@media (max-width: 700px){
.discover-img {
    padding: 40px;
}
}



@media (max-width: 550px){
.discover-img {
    padding: 20px;
}
}
*/

@media (max-width: 900px) {

    .sidepanel-afterScan,
    .sidepanel-afterScanBlue {
        right: 19%;
    }
}

@media (max-width: 865px) {

    .sidepanel-afterScan,
    .sidepanel-afterScanBlue {
        right: 15%;
    }
}

@media (max-width: 767px) {

    .sidepanel-afterScan,
    .sidepanel-afterScanBlue {
        right: 10%;
    }
}

@media (max-width: 600px) {

    .sidepanel-afterScan,
    .sidepanel-afterScanBlue {
        right: 0%;
    }
}

/*@media(max-width:650px)*/
/*{*/
/*    .sidepanel-afterScan, .sidepanel-afterScanBlue {*/
/*        right: 4%;*/
/*    }*/
/*}*/

@media (max-width: 575px) {
    #sell-page-navigation {
        display: none;
    }

    .banner {
        margin: 0px;
    }

    #mobile-screen-navbar {
        display: block;
    }

    .search__button {
        right: 10px;
    }
}

@media (max-width: 484px) {
    #footer .footer-top .footer-newsletter form input[type="email"] {
        width: 60% !important;
    }

    .card-img-top {
        height: 15rem;
    }
}

@media (max-width: 414px) {

    .sidepanel-afterScan,
    .sidepanel-afterScanBlue {
        right: 0%;
    }
}

/* * === MEDIA QUERY === * */
/* @media screen and (max-width: 2560px) {
    .img-one {
        width: calc(100vw - 14.6%);
        position: absolute;
        right: calc(100vw - 163.7rem);
        top: calc(50% - 8.25rem);
    }

    .img-two {
        width: calc(100vw - 44.3%);
        position: absolute;
        right: calc(100vw - 145.6rem);
        top: calc(50% + 10.5rem);
    }

    .img-three {
        width: calc(100vw - 2.2%);
        position: absolute;
        top: calc(50% - 2rem);
        right: calc(100vw - 157.1rem);
    }
} */

@media (max-width: 1920px) {
    :root {
        font-size: 16px;
    }
}

@media (max-width: 1680px) {
    :root {
        font-size: 14px;
    }
}

@media (max-width: 1440px) {
    .banner-style {
        background-position-x: calc(1vw - 9.5rem);
        background-position-x: left calc(100% - 9.5rem);
    }

    .img-one {
        right: calc(100vw - 115.74rem);
    }

    .img-two {
        right: calc(100vw - 102.14rem);
    }

    .img-three {
        right: calc(100vw - 110.8rem);
    }

    .banner-btn-two {
        column-gap: 12.6%;
    }

    a.advance img {
        width: calc(2.3rem - 0.1vw);
        height: calc(2.4rem - 0.1vh);
    }

    .gap {
        row-gap: 2.7rem;
    }

    .select-form select,
    .select-form .range_fields input {
        height: calc(4.1rem - 0.1vw);
        padding: 0px 2rem;
    }

    .select-arrow {
        border-width: 0.7rem;
        right: 2.79rem;
        top: 2.1rem;
    }

    .select-form .range_fields .field_arrow_one,
    .select-form .range_fields .field_arrow_two {
        border-width: 0.7rem;
        right: 2.79rem;
    }

    .select-form .range_fields .field_arrow_one {
        top: calc(50% + 1.5rem);
    }

    .select-form .range_fields .field_arrow_two {
        top: calc(50% - 0rem);
    }

    .drop-errow.txt-common {
        font-size: 1.1rem;
    }

    .custom-select.txt-common {
        font-size: 1.1rem;
    }
}

@media (max-width: 1366px) {
    .title {
        font-size: 2rem;
    }

    .txt-common {
        font-size: 1.2rem;
    }

    .carousel-caption {
        left: 6.8rem;
        top: 10rem;
    }

    .img-one {
        right: calc(100vw - 108.74rem);
    }

    .img-two {
        right: calc(100vw - 96.4rem);
    }

    .img-three {
        right: calc(100vw - 103.8rem);
    }
}

@media (max-width: 1280px) {
    .img-one {
        right: calc(100vw - 100.74rem);
    }

    .img-two {
        right: calc(100vw - 90.4rem);
    }

    .img-three {
        right: calc(100vw - 97.8rem);
    }
}

@media (max-width: 1024px) {
    .title {
        font-size: 2rem;
    }

    .txt-common {
        font-size: 1.2rem;
    }

    .img-one {
        right: calc(100vw - 83.5rem);
        top: 50%;
    }

    .img-two {
        right: calc(100vw - 77.4rem);
        top: calc(50% + 12rem);
    }

    .img-three {
        right: calc(100vw - 85.8rem);
        top: calc(50% + 4rem);
    }

    .banner-btn {
        font-size: 1rem;
    }

    .banner-btn-two {
        column-gap: 7.6%;
    }

    a.advance img {
        width: calc(2.3rem - 0.1vw);
        height: calc(2.4rem - 0.1vh);
    }

    .gap {
        row-gap: 2.7rem;
    }

    .select-form select,
    .select-form .range_fields input {
        height: calc(4.1rem - 0.1vw);
        padding: 0px 2rem;
    }

    .select-arrow {
        border-width: 0.7rem;
        right: 2.79rem;
        top: 2.1rem;
    }

    .drop-errow.txt-common {
        font-size: 1.1rem;
    }

    .custom-select.txt-common {
        font-size: 1.1rem;
    }
}

@media (max-width: 768px) {
    :root {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    :root {
        font-size: 16px;
        scroll-behavior: smooth;
    }

    html {
        width: 100vw;
    }

    .main-body {
        overflow-x: hidden;
    }

    .title {
        font-size: 1.5rem;
    }

    .txt-common {
        font-size: 1rem;
    }

    /* Banner start */
    .banner {
        height: 90vh;
    }

    .banner-style {
        background-image: url("/src/digital-id/landing/mobile/bg-texture.png");
        background-position: -249px -85px;
        background-repeat: no-repeat;
        min-height: 100vh;
        background-color: #f4f4f4;
        position: relative;
        padding-top: 15px;
    }

    .carousel-indicators {
        display: none;
    }

    input[type="radio"] {
        display: none;
    }

    .img-car-one {
        max-height: 100%;
        width: auto;
        position: absolute;
        top: calc(100vh - 96.5%);
        left: inherit;
        right: calc(100vw - 150%);
    }

    .mobile-txt-color {
        color: #020b56 !important;
    }

    .carousel-caption {
        width: calc(100vw - 33px);
        height: calc(90vh - 50px);
        top: 0;
        left: 4.3%;
    }

    .caption-txt {
        width: 100%;
        max-width: inherit;
        padding-right: 0;
        margin-bottom: 1.3rem;
    }

    .caption-txt-two {
        width: 100%;
        max-width: inherit;
        padding-right: inherit;
    }

    .learn-more {
        border: solid 1px #020b56;
        background-color: #f4f4f4;
        box-shadow: none;
        min-width: 9.25rem;
        width: fit-content;
        height: 2.5rem;
        color: #020b56;
        padding: 0.5rem 1rem !important;
    }

    .view-all {
        text-transform: uppercase;
        min-width: 9.25rem;
        width: fit-content;
        height: 2.5rem;
        box-shadow: none;
        border: solid 2px #020b56;
        background-color: #020b56;
        color: #fff;
        padding: 0.5rem 1rem !important;
    }

    a.learn-more:hover {
        color: #020b56 !important;
    }

    a.view-all:hover {
        color: #fff !important;
    }

    .banner-btn {
        font-size: 0.75rem;
        column-gap: 2.7%;
        justify-content: space-evenly;
        position: absolute;
        bottom: 0;
    }

    /* End Banner Start */

    /* Select-form */

    .select-form-erapper {
        top: 100%;
    }

    .select-form-container {
        width: 100vw;
    }

    .select-form-header,
    .select-form-body {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .select-form-body {
        min-height: 524px;
    }

    .select-title-sm {
        width: 80%;
    }

    .select-txt-sm {
        width: 20%;
    }

    .select-form-title {
        font-family: "SFUIText";
        width: inherit;
    }

    a.advance img {
        width: calc(1.26rem - 0.1vw);
        height: calc(1.57rem - 0.1vh);
    }

    .check-box>label {
        font-family: "DMSans";
        line-height: 1.33;
        letter-spacing: 0.25px;
        color: #95989a;
        font-size: 0.75rem;
    }

    .select-form select,
    .select-form .range_fields input {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        box-shadow: inherit;
        border: none;
        height: calc(3rem - 0.1vw);
        width: calc(100vw - 33px);
        background: linear-gradient(90deg, #dfdfdf, #dfdfdf) center bottom/90% 2px no-repeat;
    }

    .custom-select.txt-common {
        line-height: 1.33;
        font-size: 0.75rem;
    }

    .custom-select:focus,
    .select-form .range_fields input:focus {
        border-color: inherit;
        border-style: inherit;

        box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0) !important;
        -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0) !important;
        -moz-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0) !important;
    }

    .select-arrow {
        border-style: inherit;
        border-width: inherit;
        border-color: inherit;
    }

    .select-arrow::before,
    .select-arrow::after {
        content: "";
        width: 12.5px;
        height: 2px;
        background-color: #1aa7ec;
        position: absolute;
    }

    .select-arrow::before {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        right: -9px;
    }

    .select-arrow::after {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        right: -1px;
    }

    .select-form .range_fields .field_arrow_one,
    .select-form .range_fields .field_arrow_two {
        border-style: inherit;
        border-width: inherit;
        border-color: inherit;
    }

    .select-form .range_fields .field_arrow_one {
        top: calc(50% + 0.5rem);
    }

    .select-form .range_fields .field_arrow_two {
        top: calc(50% + 1.5rem);
    }

    .select-form .range_fields .field_arrow_one::before,
    .select-form .range_fields .field_arrow_one::after,
    .select-form .range_fields .field_arrow_two::before,
    .select-form .range_fields .field_arrow_two::after {
        content: "";
        width: 12.5px;
        height: 2px;
        background-color: #1aa7ec;
        position: absolute;
    }

    .select-form .range_fields .field_arrow_one::before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        right: -9px;
    }

    .select-form .range_fields .field_arrow_one::after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        right: -1px;
    }

    .select-form .range_fields .field_arrow_two::before {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        right: -9px;
    }

    .select-form .range_fields .field_arrow_two::after {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        right: -1px;
    }

    .mobile-hide,
    .mobile-hide-two {
        display: none;
    }

    .drop-errow.txt-common {
        font-size: 0.75rem;
    }

    .custom-select.txt-common {
        font-size: 0.75rem;
    }

    .btn-arrow {
        background-color: #4adede;
        border: none;
        width: calc(4.34rem - 1vw);
        height: calc(4.34rem - 1vw);
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);

        align-self: center;
    }

    .arrow {
        width: 0;
    }

    .arrow::before,
    .arrow::after {
        content: "";
        display: inline-block;
        width: 27px;
        height: 6px;
        background-color: #fff;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        position: absolute;
        right: -16px;
        transition-duration: 0.3s;
        transition-property: background-color;
    }

    .arrow::after {
        bottom: 8px;
    }

    .arrow::before {
        top: 8px;
    }

    /* End Select-form */

    /* Recommended-for-you */
    .recommended-container {
        height: max-content;
    }

    /* End Recommended-for-you */

    /* Banner-two */
    .banner-txt-container {
        left: 0;
        padding: 0 35.1px;
    }

    .banner-txt-container>.caption-txt {
        padding-right: 40px;
    }

    .banner-txt-container>.caption-txt-two {
        padding: 0;
    }

    .banner-two-sub {
        text-transform: initial !important;
        font-weight: normal;
    }

    .learn-more-two {
        border-color: #fff;
        color: #fff;
        background: transparent;
    }

    .view-all-two {
        background-color: #3fcece;
        border-color: #3fcece;
    }

    .banner-btn-two {
        width: calc(100vw - 40px);
    }

    .img-container {
        left: 52.2%;
    }

    .img-container>img {
        max-height: 13.24rem;
    }

    /* End banner-two */
}

/* * Notification for mobile * */
.notify_mobile-hide {
    display: block;
}

.notify_mobile-show {
    display: none;
}

.notify_overflow-hidden {
    height: 100vh;
    overflow-y: hidden;
}

@media (max-width: 768px) {
    .notify_mobile-hide {
        display: none;
    }

    .notify_mobile-show {
        display: block;
    }

    .notify_mobile-dialog {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0 !important;
        width: 100vw;
        height: 100vh;
    }

    .notify_mobile-content {
        background-color: #f4f4f4 !important;
        padding: 0 !important;
    }

    .notify_btn-top {
        background-color: #f4f4f4 !important;
    }

    .notify_btn-top>a {
        width: 96px;
        height: 73px;
        color: #787c85 !important;
        font-family: "Open Sans";
        font-size: 14px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.36;
        letter-spacing: normal;
        text-align: center;
    }

    .notify_btn-top>a.nav-link.active {
        background-color: #f4f4f4;
        border: #f4f4f4;
        border-bottom: solid 2.5px #b5b3b3;
        color: #1aa7ec !important;
    }

    .notify_footer {
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
    }

    .notify_btn-bottom {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        outline: none;
        border: #fff;
        height: 89px;
        width: 100%;
        background-color: #fff;
        box-shadow: 6px 3px 6px 0 rgba(0, 0, 0, 0.16);
        font-family: "Open Sans";
        font-size: 14px;
        font-weight: 600;
        color: #787c85;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.4;
        letter-spacing: normal;
    }

    .notify_btn-middle {
        border-right: solid 0.5px #d5d5d5;
        border-left: solid 0.5px #d5d5d5;
    }

    .notify_search {
        height: 102px;
    }

    .notify_searchbar {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        outline: none;
        border: 0;
        width: 304px;
        height: 43px;
        background-color: #e2e0e0;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
        position: relative;
        padding: 10px 45px 10px 22px;
        font-size: 16px;
        font-weight: 600;
        color: #020b56;
    }

    .notify_search-btn {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        outline: none;
        border: 0;
        width: auto;
        height: 43px;
        background-color: #e2e0e0;
        color: #1aa7ec;
        font-size: 22px;
        position: absolute;
        right: 50px;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
    }

    .notify_mobile-tabs {
        padding: 0 35px;
        max-height: calc(100vh - 290px);
        overflow-y: scroll;
        scroll-behavior: smooth;
    }

    .notify_check-container {
        height: 46px;
        padding: 21px 5px 7px 0;
    }

    input[type="checkbox"].notify_checkbox {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: #fff;
        border: solid 1px #d5d5d5;
        width: 18px;
        height: 18px;
        cursor: pointer;
        display: grid;
        place-content: center;
    }

    input[type="checkbox"].notify_checkbox::before {
        content: "";
        width: 16px;
        height: 16px;
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transition: transform 120ms ease-in-out;
        -webkit-transition: transform 120ms ease-in-out;
        -moz-transition: transform 120ms ease-in-out;
        -ms-transition: transform 120ms ease-in-out;
        -o-transition: transform 120ms ease-in-out;
        box-shadow: inset 16px 16px #1aa7ec;
        transform-origin: bottom left;
        clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    }

    input[type="checkbox"].notify_checkbox:checked::before {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    .notification-item.notify_item {
        min-height: 214px;
    }

    .notification-title.notify_mobile-title {
        font-size: 16px;
        font-family: "Open Sans";
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        line-height: 1.5;
        text-align: left;
        color: #020b56;
        padding: 0;
    }

    .notification-content.notify_mobile-msg,
    .notification-content.notify_mobile-msg>p {
        font-family: "Open Sans";
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: normal;
        text-align: left;
        color: #a0a0a0;
        margin-bottom: 23px;
    }

    .renew_ad_btn {
        min-width: 94px;
        height: 36px;
        font-size: 14px;
        letter-spacing: 0.35px;
        font-family: "Open Sans";
        font-weight: bold;
        line-height: 1.36;
        background: #1aa7ec;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
        border-radius: 18px;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        -ms-border-radius: 18px;
        -o-border-radius: 18px;
        text-align: center;
        padding-top: 7px;
    }

    /* .notify_scroll-btn {
        width: 63px;
        height: 63px;
        background-color: #fff;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        border: 0;
        outline: 0;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        -webkit-backdrop-filter: blur(11.3px);
        backdrop-filter: blur(11.3px);
        position: fixed;
        top: calc(100% - 198px);
        left: 50%;
        transform: translate(-50%);
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
        -o-transform: translate(-50%);
    }

    .notify_btn-arrow {
        width: 0;
        height: 0;
    }

    .notify_btn-arrow::after,
    .notify_btn-arrow::before {
        content: "";
        width: 24px;
        display: inline-block;
        border: solid 2px #020b56;
        border-radius: 5px;
        position: absolute;
        top: 50%;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

    .notify_btn-arrow::before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        left: 12px;
    }
    .notify_btn-arrow::after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        right: 12px;
    }

    .notify_btn-arrow-up::after,
    .notify_btn-arrow-up::before {
        bottom: 50%;
    }

    .notify_btn-arrow-up::after {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        right: 12px;
    }
    .notify_btn-arrow-up::before {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        left: 12px;
    }
    .btn-hide {
        display: none;
    } */
}

/* @media (max-width: 768px) and (max-height: 660px) {
    .notify_mobile-tabs {
        max-height: 230px;
    }
} */

li.sidebar-username>a {
    width: 100%;
}

.name-block {
    display: flex;
    align-items: center;
}

.triangle-arrow {
    width: 0;
    height: 0;
    border-width: 10px 10px 0 10px;
    border-color: #020b56 transparent transparent transparent;
    border-style: solid;
    margin-left: 10px;
    transition: rotate 0.3ms ease-in;
    -webkit-transition: rotate 0.3ms ease-in;
    -moz-transition: rotate 0.3ms ease-in;
    -ms-transition: rotate 0.3ms ease-in;
    -o-transition: rotate 0.3ms ease-in;
}

.triangle-arrow.rotate {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}