@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    color: #000;
    font-family: "Montserrat", sans-serif;
}
img {
    width: 100%;
}
html {
    font-size: 10px;
}
* {
    box-sizing: border-box;
}
.ul-reset {
    padding: 0;
    list-style: none;
    margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

/*login*/

.login-main-sec {
    position: relative;
}
.login-main-sec .login-grid-sec .login-grid-ul {
    display: flex;
    justify-content: space-between;
    height: 100vh;
}

.login-main-sec .login-grid-sec .login-grid-left {
    background-color: #0258A8;
    position: relative;
}

.login-main-sec .login-grid-sec .flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-grid-sec .flex-center .content-sec {
    position: relative;
}

.login-grid-sec .flex-center .content-sec .logo-icon .image {
    width: 4rem;
}

.login-grid-sec .flex-center .content-sec .logo-icon {
    position: relative;
}

.login-grid-sec .flex-center .content-sec .logo-icon .logo-round {
    position: absolute;
    right: -1.3rem;
    top: -3.6rem;
    animation: rotate 5s normal linear infinite;
}

.login-grid-sec .flex-center .content-sec .main-head {
    margin-bottom: 10rem;
    position: relative;
}

.login-grid-sec .flex-center .content-sec .main-head .round-small {
    position: absolute;
    right: 25%;
    animation: rotate 5s normal linear infinite;
}

.login-grid-sec .flex-center .content-sec .main-head .round-small-1 {
    position: absolute;
    right: 7%;
    top: 35%;
    animation: rotate 5s normal linear infinite;
}

.login-grid-sec .flex-center .content-sec .main-head .head {
    font-size: 3.6rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 2rem;
}

.login-grid-sec .flex-center .content-sec .big-dots {
    position: absolute;
    bottom: -7.5rem;
    left: -6.8rem;
    opacity: .3;
    animation-name: bounce-1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.login-grid-sec .flex-center .content-sec .small-dots {
    position: absolute;
    top: -3.5rem;
    right: -3.5rem;
    opacity: .3;
    animation-name: bounce-1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.login-grid-sec .flex-center .content-sec .main-head .text {
    opacity: .6;
    color: #fff;
    line-height: 2;
    font-size: 1.3rem;
}

.login-grid-sec .flex-center .content-sec .content-area {
    background-color: #4B98CC;
    border-radius: .6rem;
    padding: 3rem;
    position: relative;
}

.login-grid-sec .flex-center .content-sec .content-area .text {
    color: #fff;
    line-height: 2;
    font-size: 1.3rem;
}

.login-main-sec .login-grid-sec .login-grid-left .line {
    position: absolute;
    right: 1rem;
    top: 2rem;
    animation-name: bounce-1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.login-main-sec .login-grid-sec .main-grid-sec {
    height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.owl-nav {
    display: none;
}

.slider-sec .owl-dot.active span {
    width: 2.5rem !important;
    background-color: #fff;
    height: .7rem;
}
.slider-sec .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fff ;
    opacity: 1;
}

.slider-sec .owl-theme .owl-dots .owl-dot span {
    background-color: #F0F0F0;
    opacity: .4;
}

.login-grid-left .slider-sec .login-img .image {
    width: 60rem;
}

.login-grid-left .slider-sec .head-sec {
    text-align: center;
    color: #fff;
}
.login-grid-left .slider-sec .head-sec .head {
    margin-bottom: 1rem;
}

.login-grid-left .slider-sec .head-sec .text {
    line-height: 2;
}

.login-main-sec .login-grid-sec .list-item {
    width: calc((100% - 2rem)/2);
}

.login-main-sec .login-grid-sec .login-grid-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-details-sec .logo-sec {
    margin-bottom: 2rem;
    display: flex;
}

.login-details-sec .logo-sec .image {
   width: 20rem;
}

.login-details-sec .head-sec .head {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: .5rem;
}

.login-details-sec .head-sec .head-pass {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: .5rem;
}

.login-details-sec .head-sec .text {
    font-size: 1.4rem;
    font-weight: 500;
    color: #4A4A4A;
}

.login-details-sec .input-sec {
    margin-top: 2rem;
}

.login-details-sec .input-sec.flot-top .input {
    background-color: #fff !important;
    margin-bottom: 2rem !important;
    font-size: 1.2rem !important;
}

.login-details-sec .input-sec.flot-top .input::placeholder {
    color: #ACBABA;
}

.login-details-sec .input-sec .input-text {
    position: relative;
}

.login-details-sec .input-sec .input-text .label {
    position: absolute;
    font-size: 1.2rem;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    padding: .2rem;
    left: 1rem;
    top: -1rem;
    z-index: 1;
}

.login-details-sec .input-sec .input-text .input {
    border: 1px solid #F0F0F0;
    background-color: #FBFBFB;
    border-radius: .6rem;
    height: 5rem;
    padding: 0 1rem;
    margin-bottom: 1.5rem;
    width: 40rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.login-details-sec .input-sec .input-text.flex-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-details-sec .input-sec .flex-grid .code {
    width: 40%;
    margin-bottom: 1.5rem;
    position: relative;
}

.login-details-sec .input-sec .flex-grid .code .dd-searchbox {
    border: 1px solid #F0F0F0;
}

.login-details-sec .input-sec .flex-grid .phone {
    width: 58%;
    position: relative;
}

.login-details-sec .input-sec .flex-grid .phone .input {
    width: 100%;
}

.forget-password-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.forget-password-sec a {
    text-decoration: none;
    font-weight: 500;
    color: #F57F06;
    font-size: 1.4rem;
    transition: all .3s ease-in-out;
}

.forget-password-sec a:hover {
    color: #0258A8;
}

input:-internal-autofill-selected {
    background-color: transparent !important;
}
.remember-me .inp-cbx {
    display: none;
}

.remember-me .cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.remember-me .cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.remember-me .cbx span:first-child {
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: .5rem;
    transform: scale(1);
    vertical-align: middle;
    border: 2px solid #e1e1e1;
    transition: all 0.2s ease;
}

.remember-me .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 1px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 1.6rem;
    stroke-dashoffset: 1.6rem;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}

.remember-me .cbx span:first-child:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0258A8;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
}

.remember-me .cbx:hover span:first-child {
    border-color: #0258A8;
}

.remember-me .inp-cbx:checked + .cbx span:first-child {
    background: #0258A8;
    border-color: #0258A8;
    animation: wave 0.4s ease;
}

.remember-me .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.remember-me .inp-cbx:checked + .cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
}

.remember-me .cbx-label {
    font-size: 1.2rem;
    font-weight: 500;
    color: #606060;
    font-family: "Montserrat", sans-serif;
    position: relative;
    left: 0.5rem;
}


.login-details-sec .input-sec .input-text .input:focus-visible {
    outline-color: #0258A8;
}

.login-btn-sec {
    margin-top: 2rem;
}

.login-btn-sec .login-btn {
    background-color: #0258A8;
    color: #fff;
    font-weight: 500;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:  1rem;
    border-radius: .6rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border:0;
    cursor:pointer;
    width:100%
}

.login-btn-sec .login-btn:hover {
    background-color: #F57F06;
}
select {
    display: none !important;
}

.dropdown-select {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    border-radius: .5rem;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 1.4rem;
    outline: none;
    padding:0 1rem;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    border: 1px solid #F0F0F0;
    height: 5rem;
    line-height: 3.4;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: #757575;

}

.dropdown-select:focus {
    background-color: #fff;
}

.dropdown-select:active,
.dropdown-select.open {
    background-color: #fff !important;
    border-color: #0258A8;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}

.dropdown-select:after {
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #777;
    -webkit-transform: origin(50% 20%);
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
    content: '';
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 1rem;
    top: 50%;
}

.dropdown-select.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.dropdown-select.open .list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

.dropdown-select.open .option {
    cursor: pointer;
}

.dropdown-select.wide {
    width: 100%;
}

.dropdown-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.dropdown-select .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    border-radius: .6rem;
    margin-top: .4rem;
    padding: 3px 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    max-height: 21rem;
    overflow: auto;
    border: 1px solid #ddd;
}

.dropdown-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.dropdown-select .dd-search{
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0.5rem;
}

.dropdown-select .dd-searchbox{
  width:90%;
  padding:0.5rem;
  border-radius:.5rem;
  outline:none;
  height: 4rem;
}
.dropdown-select .dd-searchbox:focus{
  border-color:#12CBC4;
}

.dropdown-select .list ul {
    padding: 0;
}

.dropdown-select .option {
    cursor: default;
    font-weight: 500;
    line-height: 4rem;
    outline: none;
    padding: 0 1.8rem;
    text-align: left;
    transition: all 0.2s;
    list-style: none;
    font-family: "Montserrat", sans-serif;
}

.dropdown-select .option:hover,
.dropdown-select .option:focus {
    background-color: #f6f6f6 !important;
}

.dropdown-select .option.selected {
    font-weight: 600;
    color: #12cbc4;
}

.dropdown-select .option.selected:focus {
    background: #f6f6f6;
}

.dropdown-select a {
    color: #aaa;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.dropdown-select a:hover {
    color: #666;
}



@media screen and (max-width:1024px) { 
    .login-main-sec .login-grid-sec .login-grid-ul {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .login-main-sec .login-grid-sec .list-item {
        width: 100%;
        height: 50vh;
    }
    .login-main-sec .login-grid-sec .main-grid-sec {
        height: calc(50vh - 75px);
    }
}
@media screen and (max-width:768px) {
    .login-grid-left .slider-sec .login-img .image {
        width: 35rem;
    }
    .login-main-sec .login-grid-sec .main-grid-sec {
        height: calc(50vh - 75px);
    }
    .login-grid-sec .flex-center .content-sec .main-head {
        margin-bottom: 1rem;
    }
    .login-grid-sec .flex-center .content-sec .main-head .head {
        font-size: 2.6rem;
    }
}
@media screen and (max-width:480px) {
    .login-main-sec .login-grid-sec .list-item {
        width: 100%;
        height: 50vh;
        padding: 2rem;
    }
    .login-main-sec .login-grid-sec .login-grid-ul {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .login-main-sec .login-grid-sec .main-grid-sec {
        height: calc(100vh - 445px);
    }
    .login-grid-left .slider-sec .login-img .image {
        width: 30rem;
    }
    .login-details-sec .input-sec .input-text .input {
        width: 35rem;
    }
    .owl-dots {
        display: none;
    }
    .login-grid-sec .flex-center .content-sec .main-head {
        margin-bottom: 1rem;
    }
    .login-grid-sec .flex-center .content-sec .main-head .head {
        font-size: 2.6rem;
        margin-bottom: 1rem;
    }
    .login-grid-sec .flex-center .content-sec .content-area {
        padding: 2rem;
    }
    .login-grid-sec .flex-center .content-sec .small-dots, .login-grid-sec .flex-center .content-sec .big-dots {
        display: none;
    }
    .login-grid-sec .flex-center .content-sec .content-area .text {
        font-size: 1rem;
    }
}

@keyframes bounce-1 {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    25% {
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
    }

    50% {
        -webkit-transform: rotate3d(0, 0, 1, 180deg);
        transform: rotate3d(0, 0, 1, 180deg);
    }

    75% {
        -webkit-transform: rotate3d(0, 0, 1, 270deg);
        transform: rotate3d(0, 0, 1, 270deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, 360deg);
    }
}