@font-face {
    font-family: "Bookerly Display";
    src: url(../font/Bookerly-Display/Bookerly\ Display.ttf);
}

@font-face {
    font-family: "Amazon Ember";
    src: url(../font/amazon-ember/Amazon\ Ember.ttf);
}

/*
font-family: "Bookerly Display";
font-family: "Amazon Ember"; 
*/
* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

/* scrol-bar */

/* ::-webkit-scrollbar{
    background-color: #FBD34A;
    width: 10px;
}
::-webkit-scrollbar-thumb{
    background: #000000;
} */

/* scrol-bar */
:root {
    --white-color: #ffffff;
    --black-color: #000000;
    --dark-brown-color: #474b4e;
    --orange-color: #ff8000;
}

.py {
    padding: 4.5rem 0;
}

a {
    font-family: "Amazon Ember";
    transition: 0.3s ease-in-out !important;
    text-decoration: none !important;
    font-size: 16px;
    color: var(--black-color);
}

a:hover {
    color: var(--orange-color);
}

ul {
    margin: 0 !important;
    list-style: none !important;
    padding: 0 !important;
}

.dark-brown-color {
    color: var(--dark-brown-color);
}

.black-color {
    color: #000000;
}

.orange-color {
    color: var(--orange-color);
}

.white-color {
    color: var(--white-color);
}

.heading-1 {
    font-family: "Bookerly Display";
    font-size: 75px;
    font-weight: 600;
    line-height: 70px;
}

.heading-2 {
    font-family: "Bookerly Display";
    font-size: 50px;
    font-weight: 500;
    line-height: 61px;
}

.heading-3 {
    font-family: "Bookerly Display";
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
}

.heading-4 {
    font-size: 50px;
    font-weight: 500;
    line-height: 32px;
}

.heading-5 {
    font-size: 40px;
    font-weight: 500;
    line-height: 25px;
}

.heading-6 {
    font-size: 35px;
    font-weight: 400;
    line-height: 30px;
}

.para-1 {
    font-size: 16px;
    line-height: 25px;
    font-family: "Amazon Ember";
}

.para-2 {
    font-size: 16px;
    line-height: 25px;
    font-family: "Amazon Ember";
}

@keyframes move {
    0% {
        transform: translate(-400px, -90px);
    }

    25% {
        transform: translate(-220px, 0px);
    }

    50% {
        transform: translate(-60px, -90px);
    }

    75% {
        transform: translate(-220px, -180px);
    }

    100% {
        transform: translate(-400px, -90px);
    }
}

.py {
    padding: 3rem 0;
}

/* custome-btn */
/* custome-btn */

/* header */

header {
    padding: 10px 0;
}

.main-header .dropdown-menu {
    width: 1350px;
    position: absolute;
    top: 55px;
    left: -339px;
    border-radius: 0;
    border: none;
    background-color: #ffffff;
    border-top: 1px solid #d1d2d4;
    padding: 25px 0 5px 0;
    border-bottom: 1px solid #d1d2d4;
}

.main-header .main-header-dropdown {
    border-bottom: 1px solid #d1d2d4;
    padding-bottom: 45px;
}

.main-header img.img-fluid {
    height: 65px;
}

.main-header .nav-link {
    color: var(--dark-brown-color) !important;
    padding: 0 !important;
    margin-left: 22px;
}

.main-header .nav-link:hover {
    color: var(--orange-color) !important;
}

.ui.main-header-dropdown {
    display: flex;
    justify-content: space-around;
}

.ui.main-header-dropdown h3 {
    font-family: "Bookerly Display";
    margin: 0 0 4px;
    font-size: 23px;
}

.ui.main-header-dropdown .heading-3 {
    font-family: "Bookerly Display" !important;
    font-size: 42px;
    line-height: 39px;
    margin-bottom: 13px;
}

.ui.main-header-dropdown p {
    font-family: "Amazon Ember";
}

.four.wide.column li a {
    color: var(--black-color);
}

.four.wide.column li a:hover {
    color: var(--orange-color) !important;
}

.four.wide.column li a:hover {
    color: var(--orange-color) !important;
}

.b-button:before {
    border: 1px solid #fff;
    content: '';
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    position: absolute;
    left: 2px;
    top: 2px;
    transition: all .2s;
}

.button--primary:hover:before,
.button--primary:focus:before {
    border: 1px solid var(--orange-color);
}

.b-button {
    font-family: "Amazon Ember", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.3px;
    padding: 12px 16px;
    position: relative;
    transition: all .2s;
    text-align: center;
}

.b-button:hover,
.b-button:focus {
    box-shadow: -8px 6px 20px -3px rgba(0, 0, 0, 0.2);
    color: var(--orange-color);
}

.button--primary {
    background-color: transparent;
    border: 1px solid var(--orange-color);
    color: var(--orange-color);
}

.main-icons {
    display: flex;
    align-items: center;
    padding: 0 0 0 15px !important;
    gap: 10px;
}

.main-icons .icon i {
    font-size: 24px;
    color: var(--dark-brown-color);
    transition: 0.2s ease-in-out;
}

.main-icons .icon.facebook i:hover {
    color: #3b5998;
}

.main-icons .icon.twiter i:hover {
    color: #1ea1f3;
}

.main-icons .icon.instagram i:hover {
    color: #d8408a;
}

/* header */

/* section-1 */
/* section-1 */

/* section-2 */
.section-2-text img {
    height: 80px;
}
.u-divider {
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: 30px 0 20px;
    width: 40px;
}

.section-2-text {
    position: relative;
    z-index: 1;
}

.section-2-text::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-color: #ffffffc9;
    width: 100%;
    height: 100%;
    z-index: -1;
    box-shadow: 0 0 10px 10px #ffffffc9;
}

.section-2-img {
    /* background-image: url(../images/12.webp); */
    width: 130%;
    height: 524px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: -30%;
    z-index: 0;
}

.section-2-img a img {
    position: relative !important;
    z-index: 1;
}

/* section-2 */


/* section-3-*/
.section-3-text img {
    height: 105px;
}
.section-3-main-text .main-border .header {
    border: 1px solid #d1d2d4;
    border-left: none;
    color: #474b4e;
    font: 400 10px / 16px "Amazon Ember", sans-serif;
    letter-spacing: 1px;
    padding-left: 0;
    width: 90px;
}

.section-3-main-text td a {
    font-size: 14px;
    color: #474b4e;
}

.section-3-main-text td a:hover {
    font-size: 14px;
    color: var(--orange-color);
}

.section-3-main {
    display: flex;
    gap: 25px;
}

.width-20 {
    width: 20%;
}

.width-80 {
    width: 80%;
}

.book-table {
    border: 1px solid #d1d2d4;
    border-right: none;
    padding: 6px 8px;
    font-size: 14px;
    padding: 8px 12px;
}

.img-shadow {
    box-shadow: -18px 1px 6px -2px rgba(0, 0, 0, 0.2), -30px 1px 16px -4px rgba(0, 0, 0, 0.2);
}

.section-3-text-inner-border {
    border-bottom: 1px solid var(--orange-color);
    border-top: 1px solid var(--orange-color);
    padding: 5px 0;
}

.section-3-text-inner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 1px solid var(--orange-color);
    border-top: 1px solid var(--orange-color);
}

.section-3-text-inner .border-line {
    border-right: 1px solid var(--orange-color);
}

.section-3-text {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 41px 10px;
}

.section-3-text p {
    margin: 0;
}

.width-50 {
    width: 50%;

}

.section-3-main-text .heading-3 {
    font-size: 25px;
}

/* section-3- */

/* .section-4 */
.section-4-text img{
    height: 26px;
}
.section-4-img {
    background-image: url(../images/section-4-img-1.jpg);
    width: 100%;
    height: 450px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-4-inner-img-text {
    display: flex;
    align-items: center;
}

.section-4-inner-img-text .para-1 {
    font-size: 14px;
    margin: 0;
}

.section-4-main .img-shadow {
    transition: 0.4s ease-in-out;
}

.section-4-main .img-shadow:hover {
    box-shadow: -30px 1px 18px 0 rgba(0, 0, 0, 0.3), -48px 1px 32px 0 rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transform: translate(4px, -9px) rotate(0.001deg);
}
.section-4-inner-img-text img {
    height: 65px;
}
/* section-4 */

/* section-5 */
.section-5-img {
    background-image: url(../images/stock-photo-kyiv-ukraine-june-people-are-interested-in-books-at-the-book-arsenal-in-kyiv-2336768167.png);
    width: 100%;
    height: 450px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* section-5 */

/* section-6-text */
.section-6 td.book-table a {
    font-size: 14px;
    color: #474b4e;
}

.section-6 td.book-table a:hover {
    color: var(--orange-color);
}

.section-6-text .border-lines {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    height: 6px;
    width: 60px;
}

.section-6-text .heading-2 {
    font-size: 45px;
    font-weight: 600;
    padding: 10px 0 30px 0;
}

.section-3-main-text a h3:hover {
    color: var(--orange-color);
}

.section-3-main-text a h3 {
    transition: 0.2s ease-in-out;
}

.section-6 .main-text {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-bottom: 20px;
}

.section-6 .main-text img {
    border-radius: 50%;
    width: 45px;
    height: 45px;
}

.section-6 .main-text p {
    margin: 0;
}

.width-25 {
    width: 25%;
}

.width-75 {
    width: 75%;
}

.section-6 .padding-right {
    padding-right: 30px;
}

.section-6 .padding-left {
    padding-left: 30px;
}

/* section-6-text */

/* footer */
.width-30 {
    width: 30%;
}

.width-70 {
    width: 70%;
}

.footer-text p a {
    border-bottom: 1px solid var(--orange-color);
}

.footer-text p {
    margin: 0;
}

.footer-text {
    padding: 20px 0;
}

.footer-text ul.footer__list li a {
    display: flex;
    justify-content: space-between;
    width: 100% !important;
}

.footer-text ul.footer__list {
    width: 100% !important;
}

.footer-text svg.footer__link-arrow {
    width: 35px;
}

.footer-text-inner-border {
    border-bottom: 1px solid #d1d2d4;
    border-top: 1px solid #d1d2d4;
    padding: 5px 0;
}

.section-footer-text-inner {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #d1d2d4;
    border-top: 1px solid #d1d2d4;
    align-items: start;
}

.section-footer-text-inner .border-line {
    border-left: 1px solid #d1d2d4;
}

.footer__list a {
    font-size: 40px;
    padding: 18px 0px 18px 25px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    transition: all .2s;
    font-family: "Bookerly Display" !important;
    margin-left: 10px;
}

.footer__link--one:hover {
    border-top: 1px solid #f15e28;
    border-bottom: 1px solid #f15e28;
    color: #f15e28;
}

.footer__link--one:focus {
    border-top: 1px solid #f15e28;
    border-bottom: 1px solid #f15e28;
    color: #f15e28;
}

.footer__link--two:hover {
    border-top: 1px solid #30a9d7;
    border-bottom: 1px solid #30a9d7;
    color: #30a9d7;
}

.footer__link--two:focus {
    border-top: 1px solid #30a9d7;
    border-bottom: 1px solid #30a9d7;
    color: #30a9d7;
}

.footer__link--three:hover {
    border-top: 1px solid #d94452;
    border-bottom: 1px solid #d94452;
    color: #d94452;
}

.footer__link--three:focus {
    border-top: 1px solid #d94452;
    border-bottom: 1px solid #d94452;
    color: #d94452;
}

.footer__link--fourth:hover {
    border-top: 1px solid #86c779;
    border-bottom: 1px solid #86c779;
    color: #86c779;
}

.footer__link--fourth:focus {
    border-top: 1px solid #86c779;
    border-bottom: 1px solid #86c779;
    color: #86c779;
}

.footer__list a:focus .footer__link-arrow {
    opacity: 1;
    transform: translateX(0);
}

.footer__list a .footer__link-arrow {
    opacity: 0;
    transform: translateX(-10px);
    transition: 0.5s ease-in-out;
}

.footer__list a:hover .footer__link-arrow {
    opacity: 1;
    transform: translateX(0);
}

.footer__link--fourth {
    margin-bottom: 40px;
}


/* footer */

.popover__wrapper {
    position: relative;
    margin-top: 0;
    display: inline-block;
  }
  .popover__content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 75px;
    left: 0px;
    transform: translate(0, 10px);
    border: 1px solid #ff7f00;
    border-radius: 0;
    box-shadow: -24px 16px 24px 0 rgba(0, 0, 0, 0.2);
    width: 335px;
    padding: 1.5rem;
    background-color: white;
  }
  .popover__content:before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 4px;
    top: -10px;
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: #00000000 transparent #fe8d1b transparent;
    transition-duration: 0.3s;
    transition-property: transform;
  }
  .popover__wrapper:hover .popover__content {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transform: translate(0, -20px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
  }
  .popover__message {
    text-align: center;
  }
  .sign-to-btn-text .heading-5{
    font-size: 17px;
    font-weight: 700;
    color: var(--dark-brown-color);
  }
  .sign-to-btn-text .para-1{
    font-size: 15px;
    margin: 0 0 9px 0;
    color: var(--dark-brown-color);
  }
  .sign-to-btn-text .para-1 a{
    border-bottom: 1px solid var(--orange-color);
  }


.main-section-r{
    position: relative;
    z-index: 0;
}

.beast.main-after{
    display: none;
}
.beast.main-after.main-book-inner{
    position: absolute;
    display: inline-block;
    visibility: visible;
    background-color: #ffffff;
    box-shadow: -24px 16px 60px -8px rgba(0, 0, 0, 0.3);
    top: -37px;
    width: 130%;
    z-index: 2;
    left: -20%;
    padding: 25px 20px;
}
.main-after-text .heading-3{
    font-size: 26px;
}
.main-after-text .para-2{
    font-size: 15px;
    font-family: "Amazon Ember";
    margin: 0 0 6px 0;
}
.main-after-text .para-1{
    font-size: 14px;
    font-weight: 600;
    font-family: "Bookerly Display";
    margin: 0 0 6px 0;
    color: #474b4e;
}
.main-after-text-anker a{
    border-bottom: 1px solid var(--orange-color);
    font-family: "Bookerly Display";
    font-weight: 600;
}

.beast-2.main-after{
    display: none;
}
.beast-2.main-after.main-book-inner-2{
    position: absolute;
    display: inline-block;
    visibility: visible;
    background-color: #ffffff;
    box-shadow: -24px 16px 60px -8px rgba(0, 0, 0, 0.3);
    top: -8px;
    width: 100%;
    z-index: 2;
    left: 0;
    padding: 25px 20px;
}

.beast-3.main-after{
    display: none;
}
.beast-3.main-after.main-book-inner-3{
    position: absolute;
    display: inline-block;
    visibility: visible;
    background-color: #ffffff;
    box-shadow: -24px 16px 60px -8px rgba(0, 0, 0, 0.3);
    top: -8px;
    width: 110%;
    z-index: 2;
    left: -10%;
    padding: 25px 20px;
}

.beast-4.main-after{
    display: none;
}
.beast-4.main-after.main-book-inner-4{
    position: absolute;
    display: inline-block;
    visibility: visible;
    background-color: #ffffff;
    box-shadow: -24px 16px 60px -8px rgba(0, 0, 0, 0.3);
    top: -8px;
    width: 110%;
    z-index: 2;
    left: -10%;
    padding: 25px 20px;
}

.beast-5.main-after{
    display: none;
}
.beast-5.main-after.main-book-inner-5{
    position: absolute;
    display: inline-block;
    visibility: visible;
    background-color: #ffffff;
    box-shadow: -24px 16px 60px -8px rgba(0, 0, 0, 0.3);
    top: -8px;
    width: 110%;
    z-index: 2;
    left: 5%;
    padding: 25px 20px;
}

.beast-6.main-after{
    display: none;
}
.beast-6.main-after.main-book-inner-6{
    position: absolute;
    display: inline-block;
    visibility: visible;
    background-color: #ffffff;
    box-shadow: -24px 16px 60px -8px rgba(0, 0, 0, 0.3);
    top: -8px;
    width: 110%;
    z-index: 2;
    left: -10%;
    padding: 25px 20px;
}

.beast-7.main-after{
    display: none;
}
.beast-7.main-after.main-book-inner-7{
    position: absolute;
    display: inline-block;
    visibility: visible;
    background-color: #ffffff;
    box-shadow: -24px 16px 60px -8px rgba(0, 0, 0, 0.3);
    top: -8px;
    width: 110%;
    z-index: 2;
    left: 5%;
    padding: 25px 20px;
}

.beast-8.main-after{
    display: none;
}
.beast-8.main-after.main-book-inner-8{
    position: absolute;
    display: inline-block;
    visibility: visible;
    background-color: #ffffff;
    box-shadow: -24px 16px 60px -8px rgba(0, 0, 0, 0.3);
    top: -8px;
    width: 110%;
    z-index: 2;
    left: -10%;
    padding: 25px 20px;
}

.beast-9.main-after{
    display: none;
}
.beast-9.main-after.main-book-inner-9{
    position: absolute;
    display: inline-block;
    visibility: visible;
    background-color: #ffffff;
    box-shadow: -24px 16px 60px -8px rgba(0, 0, 0, 0.3);
    top: -8px;
    width: 110%;
    z-index: 2;
    left: 5%;
    padding: 25px 20px;
}

.beast-10.main-after{
    display: none;
}
.beast-10.main-after.main-book-inner-10{
    position: absolute;
    display: inline-block;
    visibility: visible;
    background-color: #ffffff;
    box-shadow: -24px 16px 60px -8px rgba(0, 0, 0, 0.3);
    top: -8px;
    width: 110%;
    z-index: 2;
    left: -10%;
    padding: 25px 20px;
}

.beast-11.main-after{
    display: none;
}
.beast-11.main-after.main-book-inner-11{
    position: absolute;
    display: inline-block;
    visibility: visible;
    background-color: #ffffff;
    box-shadow: -24px 16px 60px -8px rgba(0, 0, 0, 0.3);
    top: -8px;
    width: 110%;
    z-index: 2;
    left: 5%;
    padding: 25px 20px;
}

.bg-dark-btn {
    background-image: linear-gradient(180deg, #fff, #b8c5d3);
    border: none;
}
.btn-dark-new {
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 700;
}

.section-1 {
    background-image: url('../images/orange-pattern.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 8rem;
    background-position: top;
}


.section-6 {
    position: relative;
    z-index: 0;
}

.section-6:before {
    background-image: url('../images/book-circle.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    position: absolute;
    content: "";
    z-index: 99;
    left: 100px;
    top: -40px;
    width: 100px;
    height: 100px;
    opacity: 1;
}

.section-6:after {
    background-image: url(../images/book-circle.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    position: absolute;
    content: "";
    z-index: 99;
    right: 100px;
    bottom: -40px;
    width: 100px;
    height: 100px;
    opacity: 1;
}


/*order pg css start*/

.myDropdown {
    display: none;
}

.menu-content.myDropdown.active {
    display: block;
}

.main-menu-content ul {
    padding: 0;
    list-style: none;
}

section.order-pg {
    padding: 50px 0;
}

ul#main-menu-navigation .nav-item a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 14px;
}

ul#main-menu-navigation .nav-item {
    list-style: none;
    padding: 15px 0;
}

ul#main-menu-navigation .nav-item ul.menu-content.myDropdown {
    padding: 1rem 0 !important;
    margin-left: 3rem !important;
}

ul#main-menu-navigation .nav-item ul.menu-content.myDropdown li {
    padding: 5px 0;
    list-style: disc;
}

.main-menu-content {
    height: 100%;
    padding: 10px;
    box-shadow: 0 0 11px 1px #0000009e;
    border-radius: 10px;
    overflow-y: scroll;
}

ul#main-menu-navigation .nav-item a i {
    color: #333;
}

.shop-management {
    display: flex;
    align-items: center;
    gap: 60px;
}

.shop-management h1 {
    font-size: 30px;
    color: black;
    font-weight: 600;
}

.shop-management h4 {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 17px;
    color: #333;
    font-weight: 500;
}

.shop-management h4 a {
    text-decoration: none;
    font-size: 20px;
    color: #cb7c0b;
}

.main-order table#example {
    box-shadow: 0 0 10px 1px black;
    border-radius: 5px;
}

.main-order table#example tr th {
    padding: 12px 20px;
    font-size: 18px;
    color: black;
    font-weight: 700;
}

.main-order table#example tr td {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
}

.main-order .row.mt-2.justify-content-between .dt-length {
    display: none;
}

.main-order .dt-search label {
    font-size: 20px;
    color: black;
    font-weight: 500 !important;
}

.main-order .dt-search {
    margin-bottom: 20px;
}

.main-order .dt-search input {
    border: 2px solid black;
    border-radius: 5px;
}
ul#main-menu-navigation .nav-item a span.menu-title.active i {
    transform: rotate(90deg);
    margin-left: 10px;
}

ul#main-menu-navigation .nav-item a span i {
    font-size: 13px;
    transform: rotate(0deg);
}
/*order pg css end*/






















#Modal_button {
     margin-top: 200px;
     position: relative;
     width: 20%;
     border: none
 }

 /*.holder {
     padding: 0 0 30px;
     margin: 0 0 30px
 }*/

/* .row {
     margin: 0 0 10px
 }*/

 h2 {
     /*font-weight: 500;*/
     /*font-size: 30px;*/
     /*margin: 0 0 20px*/
 }

 .customRadio input[type="radio"] {
     position: absolute;
     left: -9999px
 }

 .customRadio input[type="radio"]+label {
     position: relative;
     padding: 0px 0 0 40px;
     cursor: pointer;
     margin: 0;
     margin-left: 44px;
     border: 1px solid #e6e7ec;
     width: 80%;
     margin: 0 auto;
     padding: 13px 0 12px 60px;
     /* margin-left: 42px; */
 }

 .customRadio input[type="radio"]+label:before {
     content: '';
     background: #fff;
     border: 2px solid #311B92;
     height: 20px;
     width: 20px;
     border-radius: 50%;
     position: absolute;
     top: 10px;
     left: 12px;
 }

 .customRadio input[type="radio"]+label:after {
     content: '';
     background: #311B92;
     width: 10px;
     height: 10px;
     border-radius: 50%;
     position: absolute;
     top: 15px;
     left: 17px;
     opacity: 0;
     transform: scale(2);
     transition: transform 0.3s linear, opacity 0.3s linear
 }

 .customRadio input[type="radio"]:checked+label:after {
     opacity: 1;
     transform: scale(1)
 }

 .customCheckbox input[type="checkbox"] {
     position: absolute;
     left: -9999px
 }

 .customCheckbox input[type="checkbox"]+label {
     position: relative;
     padding: 3px 0 0 40px;
     cursor: pointer;
     color: rgb(120, 119, 121)
 }

 .customCheckbox input[type="checkbox"]+label:before {
     content: '';
     background: #fff;
     border: 2px solid #ccc;
     border-radius: 3px;
     height: 25px;
     width: 25px;
     position: absolute;
     top: 0;
     left: 0
 }

 .customCheckbox input[type="checkbox"]+label:after {
     content: '';
     border-style: solid;
     border-width: 0 0 2px 2px;
     border-color: transparent transparent #311B92 #311B92;
     width: 15px;
     height: 8px;
     position: absolute;
     top: 6px;
     left: 5px;
     opacity: 0;
     transform: scale(2) rotate(-45deg);
     transition: transform 0.3s linear, opacity 0.3s linear
 }

 .customCheckbox input[type="checkbox"]:checked+label:after {
     opacity: 1;
     transform: scale(1) rotate(-45deg);
     color: #311B92
 }
.backbtn-wrp:hover{    border:1px solid;}
 .modal-body .btnwrp a {
    z-index: 1;
    position: absolute;
    bottom: -50px;
    right: 0;
    left: -70px;
    margin: 0 auto;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    width: 20%;
    opacity: 1;
    display: none;
}

 .modal-title {
     font-weight: bold !important
 }

 .modal-header,
 .modal-footer {
     border-bottom: 0;
     border-top: 0;
     /* max-width: 600px !important; */
     position: relative
 }
 .modal-header .coated-text h2{
    position: absolute;
    color: #fff;
    left: 149px;
    top: 44px;
    font-size: 44px;
    }

 .my_checkbox {
     margin-left: 3%
 }

 .model-content {
     width: 840px;
     width: 100% !important
 }

 .modal-footer {
     /* max-width: 550px !important; */
     position: relative;
     border: none!important;
 }

 .modal-footer>:not(:last-child) {
     margin-right: 2rem
 }

 .modal-footer>:not(:first-child) {
     margin-left: 0.5rem
 }

 .modal-dialog {
     position: relative;
     width: auto;
     margin: 0 auto;
     max-width: 634px!important;
 }

 .box-shadow--16dp {
     box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
 }

 @media only screen and (max-width: 780px) {
     .my_checkbox {
         margin-left: 7%
     }

     .modal-dialog {
         position: relative
     }
 }

 .container button focus {
     -moz-box-shadow: none !important;
     -webkit-box-shadow: none !important;
     box-shadow: none !important;
     border: none;
     outline-width: 0
 }

 @media only screen and (max-width: 580px) {
     .modal-dialog {
         position: relative
     }

     .my_checkbox {
         margin-left: 6%
     }
 }

 .btn-outline-light {
     color: #100303;
     border-color:#05213e;
 }

 #modal_footer {
     color: #BDBDBD;
     cursor: pointer;
     background: #fff
 }

 .btn-success {
     background-color: #311B92 !important;
     border-radius: 8px;
     padding-right: 35px;
     padding-left: 35px;
     color: white;
 }

.modal-content {
    margin: 70px 0px 0px 0px;
    background-color: #fff;
}

.formtext {
    margin: 0px 0px 11px 0;
    height: 50px;
    width: 80%;
    margin: 0 auto 13px;
}
.head-top{color: #fff;padding: 5px !important;}
.head-top:hover{color: #eee;}
.other-f{width:75%;}

h2#changetopic {
    font-size: 23px;
    text-align: center;
    color: black;
    margin-bottom: 12px;
    font-weight: 600;
}
.modal-header .close{    position: absolute; left: 90%; font-size: 30px; top: 35%;font-weight: 400;border:2px solid;background: #000;} 
.backbtnwrp-l{margin-left: -35px;}
.modal-content #nextbtn{margin-left: -10px;}
.phone-inp{width:100%;padding: 0px;}
.phone-inp .intl-tel-input{margin-left: 10%;}

p#dsa {
    text-align: center;
    color: black;
    font-weight: 600;
}
.btn-outline-light {
    color: #100303;
    border-color: #05213e;
}
.formtext {
    margin: 0px 0px 11px 0!important;
    height: 50px!important;
    width: 80%!important;
    margin: 0 auto 13px!important;
    border: 1px solid #ced4da!important;
}

.btn-outline-light {
    color: #100303!important;
    border-color: #05213e!important
    ;
}
div#autoPopup .container {
    width: 600px;
}

.head-img img {
    /* width: 632px!important; */
    /* max-width: 636px; */
}

.head-img {
    /* overflow: hidden; */
}
.phone-inp input {
    width: 83%!important;
}