@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");

input:focus {
    box-shadow: none;
    outline: none;
}
body {
    font-family: "Open Sans", sans-serif;
}
a,
a:hover {
    text-decoration: none;
}
.fw-300 {
    font-weight: 300;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.fw-800 {
    font-weight: 800;
}
.fs-10 {
    font-size: 10px;
}
.fs-11 {
    font-size: 11px;
}
.fs-12 {
    font-size: 12px;
}
.fs-13 {
    font-size: 13px;
}
.fs-14 {
    font-size: 14px;
}
.fs-15 {
    font-size: 15px;
}
.fs-16 {
    font-size: 16px;
}
.fs-17 {
    font-size: 17px;
}
.fs-18 {
    font-size: 18px;
}
.fs-19 {
    font-size: 19px;
}
.fs-20 {
    font-size: 20px;
}
.fs-21 {
    font-size: 21px;
}
.fs-22 {
    font-size: 22px;
}
.fs-23 {
    font-size: 23px;
}
.fs-24 {
    font-size: 24px;
}
.fs-25 {
    font-size: 25px;
}
.fs-26 {
    font-size: 26px;
}
.fs-27 {
    font-size: 27px;
}
.fs-28 {
    font-size: 28px;
}
.fs-29 {
    font-size: 29px;
}
.fs-30 {
    font-size: 30px;
}
.fs-31 {
    font-size: 31px;
}
.fs-32 {
    font-size: 32px;
}
.fs-33 {
    font-size: 33px;
}
.fs-34 {
    font-size: 34px;
}
.fs-35 {
    font-size: 35px;
}
.fs-36 {
    font-size: 36px;
}
.fs-37 {
    font-size: 37px;
}
.fs-38 {
    font-size: 38px;
}
.fs-39 {
    font-size: 39px;
}
.fs-40 {
    font-size: 40px;
}
.text-primary {
    color: #009fff !important;
}
.bg-secondary {
    background: #f0f2f5 !important;
}

.btn-primary {
    background: #044c90 !important;
    border-color: #044c90 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

@media (min-width: 1240px) {
    .container {
        max-width: 1240px;
    }
}

/*header*/
#nav-icon1 {
    width: 25px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    top: 0;
    padding: 1px 0 0 0;
    margin-left: 15px;
    height: 25px;
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #979797;
    border-radius: 9px;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 2px;
}

#nav-icon1 span:nth-child(2) {
    top: 12px;
}

#nav-icon1 span:nth-child(3) {
    top: 22px;
}

#nav-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    right: -48px;
    background: #fff;
}

#nav-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.slide_menu_m {
    right: 0;
    top: 0;
    width: 250px;
    height: 100vh;
    z-index: 999;
    display: none;
}
.over_lap_div {
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #0000002e;
    display: none;
    cursor: pointer;
    z-index: 9;
}
.slide_meni_list_h {
    background: #fff;
    width: 250px;
    height: 100vh;
    box-shadow: 0px 0px 8px 5px #00000017;
    overflow-y: scroll;
}
.slide_meni_list_h ul li a:hover {
    text-decoration: none;
}
.slider_cate_right {
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100%;
}
.menu_ic.slider_nav_menu {
    left: 90%;
    z-index: 9999;
    position: fixed;
}
span#cate_click_slide {
    cursor: pointer;
}
.menu_slide_open {
    overflow: hidden;
}
html.menu_slide_open body {
    overflow: hidden;
}
.menu_slide_open .outer {
    transform: translateX(-190px);
}
/*header end*/

/*banner*/
.banenrSec {
    background: rgb(2, 0, 36);
    background: linear-gradient(220deg, #0657a5 17%, rgb(34 165 239) 90%);
    padding: 50px 0px;
    background-size: cover;
}
.banenrSec:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 22px;
    width: 50%;
    height: 76%;
    background: url(../images/banner2.png) no-repeat left bottom;
    background-size: 88%;
}
.topRow {
    position: relative;
    z-index: 9;
}
.banenrSec h3 {
    font-size: 43px;
    color: #9cdbe4;
}

.innerClaim {
    padding: 10px 0px 60px;
}
.innerClaim button {
    bottom: 10px;
    width: 90%;
    left: 5%;
}
.innerClaim h4 {
    line-height: 22px;
}

.claimed:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgb(156 219 228 / 37%);
}

.rightListing {
    background: #9cdbe4d4;
    padding: 17px;
    border-radius: 14px;
}
.imageouetr {
    border-bottom: 1px dashed #858597;
}

/*banner end*/
.form-control {
    background-color: rgba(4, 76, 144, 0.1);
    height: 50px;
    border-color: rgb(217, 216, 216);
    border-radius: 8px;
}
.form-control:focus {
    background-color: rgba(4, 76, 144, 0.1);
}
.listMain {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*pop ups*/
.modal-content {
    border-radius: 20px;
}

.close {
    right: 5px;
    opacity: 1;
    z-index: 9;
    top: -32px;
}
.modal-dialog {
    margin-top: 38px;
}
@media (max-width: 1200px) {
    .menu_slide_open .outer {
        transform: translateX(-226px);
    }
    .login_sec h4.fs-24 {
        font-size: 21px;
    }
}

@media (max-width: 991px) {
    .banenrSec h3 {
        font-size: 26px;
    }
    .menu_slide_open .outer {
        transform: translateX(-220px);
    }
    .banenrSec:after {
        content: "";
        display: none;
    }
}
@media (max-width: 767px) {
    .menu_slide_open .outer {
        transform: translateX(-250px);
    }
    .innerClaim button {
        bottom: 10px;
        font-size: 14px;
    }

    .rightListing {
        padding: 0px;
        background: transparent;
    }
}
@media (max-width: 567px) {
    .loginForm .fs-34 {
        font-size: 23px;
    }
    .banenrSec .fs-28 {
        font-size: 16px;
    }
}

@media (max-width: 510px) {
    .banenrSec {
        background: linear-gradient(230deg, rgba(2, 0, 36, 1) 0%, rgba(20, 104, 170, 1) 46%, rgba(55, 166, 229, 1) 100%);
        padding: 50px 0px;
        background-size: cover;
    }
}

@media (max-width: 450px) {
    .banenrSec h3 {
        font-size: 30px;
    }

    .innerClaim h4 {
        line-height: 19px;
        font-size: 13px;
    }
    .listMain {
        font-size: 12px;
    }
}

.loginpage {
    background-color: #000000cf;
}
