/********** start header************************/
header {
    background: #205685;
    box-shadow: 0 0 0.625em rgb(29 67 105 / 50%);
    width: 100%;
}

.header-container {
    padding: 14px 0;
}

.reg-mob {
    display: none !important;
}

.log-mob {
    display: none !important;
}

.header-logo img {
    width: 102;
    height: 32px;
}

.sidenav > ul > li .sidenav__active {
    color: #DA0606;
    position: relative;
}

.sidenav {
    /*  max-width: 570px; */
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.sidenav > ul {
    width: 100%;
}

.sidenav > ul > li {
    position: relative;
}

.open-menu {
    display: none;
    width: 30px;
    height: 23px;
    position: relative;
}

.open-menu span {
    position: absolute;
    height: 3px;
    background: #fff;
    width: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    top: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.close-menu {
    display: none;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 35px;
    right: 25px;
}

.close-menu span {
    background: #FFF;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.close-menu span:first-child, .close-menu span:last-child {
    display: none;
}

.close-menu span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.close-menu span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.anim-menu {
    -webkit-transform: translateX(0%) !important;
    -ms-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.body_fix .for-mobile-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 70px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
    left: 0;
}

.body_fix {
    width: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
}

.body_fix .open-menu.close-menu {
    position: fixed;
    top: 20px;
}

.header-menu {
    width: 100%;
}

.d_flex {
    display: flex;
}

.sidenav ul li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 5px;
}

.sidenav ul li {
    position: relative;

    padding-right: 15px;
    display: flex;
    align-items: center;
}

.sidenav ul li.menu-item-has-children {
    margin-right: 15px;
}

.sidenav ul li ul {
    display: none;
    min-width: 180px;
    position: absolute;
    top: 18px;
    left: 0px;
    background-color: #fff;
    border-radius: 3px;
    padding: 15px;
    z-index: 99;
    transition: all .5s;
}

.sidenav > ul > li:hover ul {
    display: block;
}

.sidenav > ul > li.menu-item-has-children:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: url(../img/arrow-white.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.sidenav ul li ul li {
    padding: 5px 0px;
}

.sidenav ul li ul li a {
    color: #286CA2;
    text-transform: capitalize;
}

.menu__right {
    display: flex;
    align-items: center;
}

.dollar {
    width: 32px;
    height: 32px;
    background-color: #276aa5;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
}

.dollar svg {
    width: 9px;
    height: 16px;
}

.ac-text a{
    color: #276aa5;
}
.ac-label a{
    color: #276aa5 !important;
}
.gift {
    width: 32px;
    height: 32px;
    background-color: #276aa5;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    cursor: pointer;
}

.gift svg {
    width: 16px;
    height: 16px;
}

.reg {
    background-color: #92c738;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 5px 20px;
    height: 32px;
    margin-right: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.log {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #276aa5;
    border-radius: 3px;
    padding: 5px 20px;
    margin-right: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
}

.setting__icon svg {
    width: 14px;
    height: 14px;
}

.setting__icon {
    margin-right: 10px;
    cursor: pointer;
}

.time select {
    background-color: transparent;
    color: #fff;
    width: 60px;
    margin-right: 10px;
    cursor: pointer;
}

.time select option {
    color: #276aa5;
}

.lengts select {
    background-color: transparent;
    color: #fff;
    width: 40px;
    margin-right: 10px;
    cursor: pointer;
}

.lengts select option {
    color: #276aa5;
}


main {
    display: flex;
    justify-content: space-between;
    max-width: 1920px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.main {
    background: #E9EEF2;
    max-width: 1567px;
    width: 85%;
    margin: 10px 15px;
}
.main__content .wp-caption{
    max-width: 100%;
}
@media (max-width: 500px) {
    main .sidebare-right{
        order: 2;
    }
    main .main{
        order: 1;
    }
}

.main__content ol {
    list-style-type: decimal;
    padding: 18px;
}
.main__content ol li {
    font-size: 16px;
    color: #4F4F4F;
    padding-bottom: 5px;
}

/*******Text block******/
.main__content {
    padding: 35px 30px;
}

.main__content h1 {
    font-size: 30px;
    color: #4F4F4F;
    padding-bottom: 10px;
}

.main__content h2, .main__content h3, .main__content h4 {
    font-size: 24px;
    color: #4F4F4F;
    padding-bottom: 10px;
}

.main__content ul {
    list-style-type: square;
    padding: 18px;
}

.main__content ul li {
    font-size: 16px;
    color: #4F4F4F;
    padding-bottom: 5px;
}

.main__content p {
    font-size: 16px;
    color: #4F4F4F;
    padding-bottom: 20px;
    line-height: 1.5;
}

/***********Footer************/
.footer {
    background: #1D4369;
    padding-top: 5px;
    padding-bottom: 30px;
}

.footer__top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding: 15px;
    background: #215783;
    border-radius: 5px;
    margin: 5px;
}

.footer__topcol {
    width: 48%;
}

.footer__topcol strong {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}

.footer__topcol ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer__topcol ul li:nth-child(1) a img {
    width: 45px;
    height: 80px;
}

.footer__topcol ul li:nth-child(2) a img {
    width: 73px;
    height: 79px;
}

.footer__topcol ul li:nth-child(3) a img {
    width: 79px;
    height: 46px;
}

.footer__topcol ul li:nth-child(4) a img {
    width: 79px;
    height: 79px;
}

.footer__topcol ul li:nth-child(5) a img {
    width: 79px;
    height: 76px;
}

.footer__topcol ul.colright li:nth-child(1) a img {
    width: 51px;
    height: 15px;
}

.footer__topcol ul.colright li:nth-child(2) a img {
    width: 51px;
    height: 26px;
}

.footer__topcol ul.colright li:nth-child(3) a img {
    width: 51px;
    height: 24px;
}

.footer__topcol ul.colright li:nth-child(4) a img {
    width: 51px;
    height: 17px;
}

.footer__topcol ul.colright li:nth-child(5) a img {
    width: 51px;
    height: 57px;
}

.footer__topcol ul.colright li:nth-child(6) a img {
    width: 51px;
    height: 51px;
}

.footer__topcol ul.colright li:nth-child(7) a img {
    width: 51px;
    height: 76px;
}


.footer__bototm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    /*background: #215783;*/
    border-radius: 5px;
    margin: 5px;
}

.footer__cont {
    border-radius: 5px;
    padding: 15px;
    min-height: 90px;
}

.footer__text {
    background: #215783;
    max-width: 420px;
    width: 100%;
    border-radius: 5px;
    min-height: 90px;
}

.footer__text p {
    color: #bed2e4;
    font-size: 12px;
}

.footer__text p a {
    color: #fff;
    font-size: 12px;
}

.footer__call {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer__icon {
    width: 52px;
    height: 48px;
    margin-right: 15px;
}

.footer__icon svg {
    width: 100%;
    height: 100%;
}

.footer__phone strong {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.footer__phone a {
    color: #bed2e4;
    font-style: 20px;
}


.footer__call {
    max-width: 270px;
    width: 100%;
    border-radius: 5px;
    min-height: 90px;
    background: #215783;
}

.footer__call .footer__cont {
    display: flex;
    align-items: center;
}

.footer__social {
    width: 270px;
    border-radius: 5px;
}

.footer__social .footer__cont {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0px;
}

.footer__socialtop {
    display: flex;
    justify-content: space-between;
}

.footer__socialnetworks {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 202px;
    width: 100%;
    background: #215783;
    padding: 10px 5px;
    border-radius: 5px;
}

.footer__network {
    width: 32px;
    height: 32px;
    background: #E9EEF2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    margin-left: 10px;
}

.footer__network svg {
    width: 16px;
    height: 16px;
}

.footer__18 {
    font-size: 18px;
    color: #fff;
    background: #215783;
    padding: 10px 15px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer__socialbottom {
    background: #276AA5;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 5px;
    margin-top: 5px;
    border-radius: 5px;
}

.footer__socialbottom a {
    text-decoration-line: none;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

/**********Sudbar Left******************/
.sidebare-left {
    width: 15%;
    position: relative;
    padding-top: 10px;
}

.sidebare-left__box {
    position: sticky;
    top: 10px;
    left: 0;
}

.sidebare-left__title {
    background: #286CA2;
    color: #fff;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.sidebare-left__titlesub {
    background: #E9EEF2;
    color: #286CA2;
    padding: 10px;
    text-transform: uppercase;
}

.ac-sub img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.ac-sub-text-item {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #276aa5;
}

.ac-sub-text-item img {
    width: 10px;
    height: 10px;
}

.ac-subnum {
    font-size: .6875em;
}

.ac {
    border: solid 0.5px #e9eef2;
}

/**********Sudbar Left******************/

.ac-label {
    position: relative;
    padding: .5em 1em;
    display: block;
    cursor: pointer;
    background-color: #fff;
    transition: background-color .15s ease-in-out;
    color: #276aa5;
    display: flex;
    align-items: center;
    font-size: 13px;
}

.ac-label > svg {
    margin-right: 10px;
}

.ac-input:checked + label, .ac-label:hover {
    background-color: #d3dee8
}

.ac-label:after, .ac-input:checked + .ac-label:after {
    content: "";
    background-image: url('../img/arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    display: block;
    right: 10px;
    top: 0;
    width: 16px;
    height: 100%;
    transition: background-color .15s ease-in-out;
}

.ac-label:hover:after, .ac-input:checked + .ac-label:after {
    /*background-color: #b5b5b5;*/
}

.ac-input:checked + .ac-label:after {
    content: "";
    transform: rotate(180deg);
}

.ac-text .ac-label:after{
    display:none !important;
}
.ac-input {
    display: none;
}

.ac-sub {
    background-color: #fff;
    border-bottom: solid 0.5px #e9eef2;
}

.ac-text, .ac-sub-text {
    opacity: 0;
    height: 0;
    transition: opacity .5s ease-in-out;
    overflow: hidden;
}

.ac-input:checked ~ .ac-text, .ac-sub .ac-input:checked ~ .ac-sub-text {
    opacity: 1;
    height: auto;
}

.ac-sub .ac-label {
    background: none;
    font-weight: 600;
    margin-bottom: 0;
}

.ac-sub .ac-label:checked {
    background: none;
    border-bottom: 1px solid #fff;
}

 .ac-sub .ac-input:checked + .ac-label:after {
    content: "";
    background-image: url('../img/arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    display: block;
    right: 10px;
    top: 0;
    width: 16px;
    height: 100%;
    transition: background-color .15s ease-in-out;
}

.ac-sub .ac-input:checked + label, .ac-sub .ac-label:hover {
    background: none;
}

.ac-sub-text {
    padding: 0 1em 0 1em;
}

/**********Sidebare Right******************/
.sidebare-right {
    width: 15%;
    position: relative;
    padding-top: 10px;
}

.sidebare-right-all {
    position: sticky;
    top: 10px;
    left: 0;
}

.sidebare-right__box {
    background: #e9eef2;
    padding: 15px;
}

.sidebare-right__box h2 {
    font-size: 16px;
    color: #276aa5;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

.sidebare-right__toggle {
    display: flex;
    justify-content: space-between;
}

.sidebare-right__box form select {
    padding: 5px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #276aa5;
    border-radius: 5px;
}

.sidebare-right__box form input {
    padding: 5px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #276aa5;
    border-radius: 5px;
    padding-right: 5px;
}

.sidebare-right__box form input::placeholder {
    color: #276aa5;
}

.sidebare-right__box form button {
    background: #92c738;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px;
    border-radius: 5px;
    margin-top: 5px;
    width: 100%;
}

.sidebare-right__toggle {
    background-color: #276aa5;
    border-radius: 5px;
}

.sidebare-right__toggle button {
    width: 50%;
    font-size: 10px;
    color: #fff;
    background-color: #276aa5;
    padding: 7px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebare-right__toggle button svg {
    width: 10px;
    margin-right: 5px;
}

.activebtn {
    background: #D4DEE8 !important;
}

.sidebare-right__text {
    color: #7599b8;
    font-size: 10px;
    text-align: center;
    margin-top: 15px;
}

.sidebare-right__text a {
    color: #3da5ff;
    font-size: 10px;
    text-decoration: underline;
}

.sidebare__androidios {
    margin-top: 15px;
}

.sidebare__androidios-top {
    background-color: #276aa5;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.sidebare__android {
    color: #fff;
    width: 45%;
    display: flex;
    justify-content: center;
    align-content: center;
    cursor: pointer;

}

.sidebare__android svg {
    margin-right: 10px;
}

.sidebare__ios {
    color: #fff;
    width: 45%;
    display: flex;
    justify-content: center;
    align-content: center;
    cursor: pointer;
}

.sidebare__ios svg {
    margin-right: 10px;
}

.sidebare__x {
    width: 10%;
    padding: 10px 20px;
    cursor: pointer;
}

.sidebare__boxclicck {
    background-color: #E9EEF2;
    padding: 5px;
}

.slaider__item {
    position: relative;
}

.slaider__item img {
    height: 248px;
    object-fit: cover;
}

.slick-prev {
    left: 10px;
    z-index: 999;
}

.slick-next {
    right: 10px;
}

.slaider__text {
    position: absolute;
    top: 20%;
    left: 50px;
}

.slaider__text h2 {
    font-size: 35px;
    color: #fff;
    font-weight: 700;
}

.slaider__text p {
    font-size: 14px;
    color: #fff;
    padding: 10px 0;
}

.slaider__text a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: rgb(125, 170, 47);
}


/**************Table**************************/
.table__col {

}

.table__row {
    display: flex;
    color: #D4DEE8;
    padding: 15px;
    align-items: center;
}

.table__th {
    display: flex;
    align-content: center;
    width: 40%;
}

.table__right {
    width: 60%;
    overflow: hidden;
}

.table__th img {
    margin-right: 15px;
    width: 15px;
    height: 15px;
}

.table__th a {
    color: #205685;
    font-size: 14px;
    text-decoration: none;
}

.table__right div {
    width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 15px;
}

.one {
    width: 30%;
}

.tow {
    width: 30%;
}

.tree {
    width: 30%;
}

.last {
    width: 10%;
}

.table__right div:list-child {
    width: 10%;
}

.table__right div span {
    color: #205685;
    font-size: 12px;
}

.table__row-sub {
    background: #fff;
}

.table__th-sub {
    flex-direction: column;
}

.table__th-sub div {
    padding: 5px 0;
}

.table__right span {
    background: #E9EEF2;
    width: 40px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #205685;
    border-radius: 5px;
    margin: 0 5px;
}

@media only screen and (max-width: 1400px) {
    .tree {
        display: none !important;
    }

    .sidebare-left {
        width: 20%;
    }

    .sidebare-right {
        width: 20%;
    }

   

    .footer__text {
        max-width: 100%;
    }

    .footer__call {
        max-width: 100%;
        margin: 5px 0;
    }

    .footer__social {
        max-width: 100%;
        width: 100%;
    }

    .footer__socialnetworks {
        max-width: 49%;
        width: 50%;
    }

    .footer__18 {
        width: 50%;
    }

    .table__right div {
        width: 50%;
    }
}

@media only screen and (max-width: 1200px) {
    .last {
        display: none !important;
    }

    .setting {
        display: none;
    }

    .gift {
        display: none;
    }

    .time {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .table__right {
        width: 50%;
    }

    .table__th {
        width: 50%;
    }

    main {
        flex-direction: column;
    }

    .sidebare-left {
        width: 100%;
        order: 1;
    }

    .sidebare-right {
        width: 100%;
        order: 2;
    }

    .main {
        width: 100%;
        order: 3;
        margin: 0;
    }

    .sidebare__boxclicck {
        text-align: center;
    }

    .dollar {
        display: none;
    }

    .lengts {
        display: none;
    }

    .sidenav ul li a {
        font-size: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .slick-next, .slick-prev {
        display: none !important;
    }

    .tow {
        display: none !important;
    }

    .table__right div {
        width: 100%;
    }
}

/**************************MEDIAAAAAAA ***********************************/
@media only screen and (max-width: 768px) {
    .header-menu {
        width: 0px
    }

    .menu__right .reg, .menu__right .log {
        display: none;
    }

    .header-container {
        justify-content: space-around;
    }

    .header-logo {
        margin-left: 40px;
    }

    .sidenav ul li a {
        font-size: 15px;
    }

    .sidenav ul li {
        z-index: 9999;
    }

    .open-menu span:nth-child(2), .open-menu span:nth-child(3) {
        top: 10px;
    }

    .open-menu span:last-child {
        top: 20px;
    }

    .open-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        left: 20px;
        z-index: 9999;
        top: 20px;
    }

    .menu-cnt {
        margin: 0;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 9999;
        top: 70px;
        right: 0;
        overflow-x: hidden;
        padding: 30px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background-color: #205685;
    }


    .menu-cnt ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .sidenav ul {
        margin-top: 0;
    }

    .sidenav {
        padding: 0 20px 15px 0;
        margin-top: 25px;
    }

    .sidenav ul li {
        margin: 6px 5px !important;
    }

    .sidenav > ul > li {
        -webkit-transform: translateX(20%);
        -ms-transform: translateX(20%);
        transform: translateX(20%);
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        opacity: 0;
        height: auto;
    }

    .sidenav {
        max-width: 100%;
    }

    .sidenav > ul {
        flex-direction: column;
        align-items: center;
    }

    .sidenav > ul > li {
        text-align: center;
        margin: 15px 5px !important;
    }

    .menu-width {
        width: 0% !important;
        transition: all 0.5s ease 0s !important;
    }

    .transition-menu {
        width: 100% !important;
        transition: all 0.5s ease 0s !important;
    }

    .reg-mob {
        display: flex !important;
        margin-left: auto;
    }

    .log-mob {
        display: flex !important;
    }

    .sidenav > ul > li {
        flex-direction: column;
    }

    .sidenav > ul > li:hover ul {
        position: relative;
    }
}


@media only screen and (max-width: 480px) {
    .footer__top {
        flex-wrap: wrap;
    }

    .footer__topcol {
        width: 100%;
    }

    .main__content h1 {
        font-size: 24px;
    }

    .main__content h2 {
        font-size: 20px;
    }

    .main__content p, .main__content li {
        font-size: 14px !important;
    }

    .header-container {
        justify-content: space-between;
        align-items: center;
    }

    .header-logo img {
        width: 74px;
        height: 32px;
    }

    .reg-mob {
        font-size: 8px;
        padding: 10px 20px;
    }

    .log-mob {
        font-size: 8px;
        padding: 10px 20px;
    }

    header {
        padding: 0px;
    }

    .open-menu {
        left: 10px;
        top: 20px;
    }
}