body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Dubai';
    src: url('../font/Dubai-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Dubai';
    src: url('../font/Dubai-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Dubai';
    src: url('../font/Dubai-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Dubai';
    src: url('../font/Dubai-Bold.ttf') format('truetype');
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: 'Didot';
    src: url('../font/Didot.ttf') format('truetype');
    font-weight: normal;
    font-display: swap;
}

/*=============================  Home page css ================================ */
/* commen css & class */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Didot' !important;
    letter-spacing: 1px !important;
    font-size: 42px !important;
    line-height: 1.5 !important;
    color: #222222 !important;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 0px !important;
}

h2, .h2 {
    font-size: 36px !important;
}

h3, .h3 {
    font-size: 32px !important;
}

h4, .h4 {
    font-size: 28px !important;
}

h5, .h5 {
    font-size: 22px !important;
}

h6, .h6 {
    font-size: 18px !important;
}

p, .p {
    line-height: 26px;
    margin-bottom: 0px !important;
    padding: 5px 0;
    color: #a6a7a9;
    font-family: 'Dubai';
}

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

a {
    text-decoration: none;
    list-style: none;
    font-family: 'Dubai';
    outline: none;
}

a:hover {
    text-decoration: none !important;
}

.spad {
    padding: 40px 0;
}

.clearfix {
    overflow: auto;
    clear: both;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

img, .img {
    width: 100%;
    height: auto;
}

.sub-title {
    font-family: 'Dubai';
    width: 100%;
    height: auto;
    font-size: 22px;
    text-align: center;
    letter-spacing: 1px;
}

/* top header css */
.top-header {
    width: 100%;
    height: auto;
}

.navbar-brand {
    width: 250px;
}

.navbar-nav {
    margin-left: 25px !important;
}

.nav-item {
    position: relative;
}

.nav-link {
    color: #222222 !important;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 501;
}


.nav-item:after {
    content: '';
    width: 0px;
    height: 2px;
    background-color: #8f8b8b;
    transition: 0.5s;
    position: absolute;
}

.nav-item:hover::after,.nav-item.active::after {
    width: 100%;
}


.btn {
    font-family: 'Dubai';
    text-align: center;
    border: none;
    outline: none;
    background-color: #8f8b8b;
    font-weight: 500 !important;
    padding: 5px 25px !important;
    color: white;
}

.btn:focus {
    border: none !important;
    outline: none !important;
}

.navbar-toggler-icon {
    color: #222222;
    background-color: #8f8b8b !important;
    font-size: 22px;
    border-radius: 5px;
    line-height: 30px;
}

/* top slider css */
.carousel-caption {
    bottom: 0px !important;
    top: 30%;
}

.carousel-caption h5 {
    font-family: 'Dubai' !important;
    color: #fff !important;
    font-weight: 500 !important;
    width: 70%;
    margin: auto;
    letter-spacing: 1px;
}

.carousel-caption .btn {
    margin: auto;
    padding: 5px 50px !important;
    /* font-style: italic; */
    font-size: 22px;
}

.carousel-indicators li {
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
}

.carousel-indicators .active {
    background-color: #8f8b8b !important;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1 !important;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-image: none !important;
}

.carousel-control-prev-icon i, .carousel-control-next-icon i {
    background-color: #a4a5a9 !important;
    color: #8f8b8b;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}

.carousel-control-prev-icon i:hover, .carousel-control-next-icon i:hover {
    background-color: #222222 !important;
}

/* step section css */
.step {
    width: 100%;
    height: auto;
}

.step-box {
    margin: 30px 0px;
}

.step-box-img {
    width: 100%;
    height: auto;
    text-align: center;
}

.step-box img {
    width: 300px;
}

.step-box h6 {
    text-align: center;
    font-weight: 600 !important;
    margin-top: 15px;
}

.step .btn {
    margin: auto;
    padding: 5px 50px !important;
    /* font-style: italic; */
    font-size: 22px;
}

/* How it works section css */
.how_works {
    width: 100%;
    height: auto;
}

.works-box {
    margin-top: 30px;
}

.work-img {
    margin-top: 8px;
}

.works-con p {
    line-height: 2;
}

/* latest gallery section css */
.gallery .carousel {
    margin-top: 30px;
}

.controls-top {
    text-align: center;
    margin-top: 20px;
}

.btn-floating i {
    font-weight: normal;
    transition: 0.5s;
    background-color: #a4a5a9 !important;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}

.btn-floating i:hover {
    background-color: #222222 !important;
}

.card-img-top {
    border-radius: 0px !important;
}

/* Text content section css */

.text-cont {
    width: 100%;
    height: auto;
    background-color: #eaeaea;
    margin-top: 50px;
    display: block;
}

.bg-box {
    width: 90% !important;
    background-color: #fff;
    padding: 50px 0px;
    border: 1px #8f8b8b solid;
    position: relative;
    top: -50px;
}

.text-box-item {
    width: 85% !important;
    margin: auto !important;
}

.text-box i {
    font-size: 22px;
    font-weight: 400;
    color: #8f8b8b;
    margin: 6px 15px 0px 0px;
}

.text-box h4 {
    text-transform: unset !important;
    font-family: 'Dubai' !important;
    font-size: 27px !important;
    margin-bottom: 20px !important;
}

.text-cont .btn {
    transition: 0.5s;
    margin: auto;
    padding: 5px 50px !important;
    font-size: 22px;
}

/* fotter section css */
.fotter {
    width: 100%;
    height: auto;
}

.fotter-box h6 {
    font-family: 'Dubai' !important;
    margin-bottom: 15px !important;
    font-weight: 500 !important;
}

.fotter-box ul li a {
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    transition: 0.5s;
    line-height: 2;
}

.fotter-box ul li a:hover {
    padding-left: 5px;
}

.social-media ul li {
    display: inline-block;
    padding-right: 15px;
}

.social-media ul li a i {
    font-size: 22px;
    color: #222222;
    transition: 0.5s;
    border-radius: 5px;
    background-color: transparent;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.social-media ul li a i:hover {
    color: #8f8b8b;
    background-color: #222222;
    transform: rotate(360deg);
}

/* copy-right section css */
.copy-right {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}

.copy-right p {
    color: #222222 !important;
    font-size: 18px;
}

.copy-menu {
    text-align: right;
    line-height: 30px;
}

.copy-menu ul li {
    display: inline-block;
    position: relative;
    font-weight: 500;
}

.copy-menu ul li a {
    color: #222222;
}

.copy-menu ul li a:hover {
    border-bottom: 1px #222222 solid;
}

/*============================================================================
 								 About us Page
============================================================================ */
.about-us {
    margin-top: 30px;
}

.about-us h2 {
    margin-top: -11px;
}

.about-us .btn {
    margin: auto !important;
    font-size: 22px;
    padding: 5px 50px !important;
    margin-top: 29px !important;
}

.nobr {
    margin-top: 0px !important;
}

/*============================================================================
 								 contact us Page
============================================================================ */

.get-touch h2, .contact-form h2 {
    text-align: center;
}

.contact-inner {
    width: 80% !important;
    margin: auto !important;
    padding: 20px 0px;
}

.ctn-icon i {
    width: 40px;
    height: 40px;
    background-color: #8f8b8b;
    margin: 7px 15px 0px 0px;
    font-size: 22px;
    text-align: center;
    line-height: 40px;
}

.ctn-ditelis {
    font-size: 18px;
    font-weight: 500;
}

.ctn-ditelis a {
    color: #222222;
    width: 100%;
    display: block;
    transition: 0.5s;
}

.ctn-ditelis a:hover {
    color: #222222;
    padding-left: 5px;
}

.main-form {
    width: 80% !important;
    margin: auto !important;
}

.contact-form h2 {
    margin-bottom: 25px !important;
}

.form-control {
    border: 1px #8f8b8b solid !important;
    padding: 10px !important;
}

.form-control:focus, button:focus {
    box-shadow: none !important;
}

.form-group .btn {
    padding: 5px 50px !important;
    font-size: 22px;
    border-radius: 5px;
    margin-bottom: 30px;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/*============================================================================
 								 Image Select Page
============================================================================ */
.questions-box {
    width: 100%;
    margin-top: 30px;
}

.silde-btn {
    position: relative;
    width: 100%;
}

.slide-controls {
    transition: 0.5s;
    border-radius: 50%;
    border: none;
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.slide-controls i {
    font-size: 20px;
}

.right-btn {
    position: absolute;
    left: 95%;
}

.slide-controls:hover {
    background-color: #000;
}

.slide-controls:hover i {
    color: #8f8b8b;
}

.main-questions h4 {
    text-align: center;
    font-family: 'Dubai' !important;
    margin-bottom: 15px !important;
    text-transform: none;
    font-size: 1.5rem !important;
}

.questions-box {
    width: 75%;
    margin: auto;
}

.image-select-item {
    margin-top: 20px;
}

.image-select-item input {
    display: none;
}

.image-checkbox {
    border: 2px solid #fff;
    display: block;
    position: relative;
    cursor: pointer;
}

.image-checkbox:before {
    content: " ";
    display: block;
    position: absolute;
    top: -15px;
    right: -3%;
    width: 30px;
    height: 30px;
    text-align: center;
    transition-duration: 0.4s;
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    transform: scale(0);
}

:checked + .image-checkbox {
    border-color: #8f8b8b;
    color: white;
}

:checked + .image-checkbox:before {
    content: "✓";
    background-color: #8f8b8b;
    transform: scale(1);
}

:checked + .image-checkbox img {
    z-index: -1;
}

.image-options-item input {
    display: none;
}

.op-tab {
    display: block;
    cursor: pointer;
    font-size: 15px;
    border: 2px #8f8b8b solid;
    text-align: center;
    padding: 5px 25px;
}

:checked + .op-tab {
    background-color: #8f8b8b;
    color: white;
}


.lb-tab {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1;
}

.lb-tab input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: 1px #8f8b8b solid;
}

.checkmark:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 6.5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    /* background-color: #8f8b8b; */
}

.lb-tab input:checked ~ .checkmark {
    background-color: #8f8b8b;
}

.lb-tab input:checked ~ .checkmark:after {
    background-color: #fff;
}

.next-btn {
    text-align: center;
    margin-top: 10px;
}

.next-btn .btn {
    padding: 5px 45px !important;
    border: 1px #8f8b8b solid !important;
    border-radius: 0px !important;
    font-weight: normal !important;
    background-color: #8f8b8b;
}

.next-btn .btn:hover {
    background-color: #8f8b8b;
}

.btn.focus, .btn:focus {
    border: 1px #8f8b8b solid !important;
    box-shadow: none !important;
}

.navbar {
    padding: 0px !important;
}

.navbar-brand {
    width: 100px;
    padding: 0px !important;
}

/*============================================================================
 								 terms & Use Select Page
============================================================================ */
.terms-content h5 {
    text-align: center;
    font-family: 'Dubai' !important;
    text-transform: capitalize;
    margin-bottom: 15px !important;
}

.terms-content p {
    color: #222222 !important;
    font-size: 18px;
}

.terms-content li {
    position: relative;
    padding-left: 40px !important;
    margin: 15px 0px !important;
}

.terms-content span {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 18px;
}

.terms-content ul li ul li span {
    top: 0px;
}

.terms-content b {
    padding-right: 10px;
}

/*============================================================================
 								 privacy  Select Page
============================================================================ */

.privacy-content h5, .privacy-content h6 {
    font-family: 'Dubai' !important;
    text-transform: capitalize;
    margin: 10px 0px !important;
}

.privacy-content p {
    color: #222222 !important;
    font-size: 18px;
}

.section ul {
    margin: 10px 15px !important;
}

.section ul li {
    line-height: 28px;
}

/*============================================================================
 								 Priceing plan Page
============================================================================ */
.ready-look-book {
    margin: -50px 0 30px 0px;
    box-shadow: 0px 3px 6px #00000010;
    width: 100%;
    background-color: #fff;
    border: 1px #8f8b8b solid;
    padding: 40px;
}

.ready-look-book h5 {
    font-family: 'Dubai' !important;
    text-align: center;
}

.ready-look-book a {
    font-size: 22px;
    letter-spacing: 1px;
}

.ready-look-book .btn {
    margin: 20px 0px;
    padding: 10px 60px !important;
    color: white;
}

.ready-look-book .btn:focus {
    box-shadow: none;
}

.msg {
    text-align: center;
    font-size: 22px;
}

.msg .btn {
    margin: auto;
    font-size: 22px;
    margin-top: 15px;
}

.feedback {
    width: 100%;
    background-color: #fbfbfb;
    margin-top: 15px;
    padding: 20px;
}

.feedback h3 {
    text-align: center;
    font-family: 'Dubai' !important;
    text-transform: capitalize;
    margin-bottom: 15px !important
}

.feedback textarea {
    border: 1px #8f8b8b solid;
    width: 100%;
    border-radius: 10px;
    padding: 15px;
}

.feedback .btn {
    margin: auto;
    margin-top: 20px !important;
    padding: 10px 70px !important;
    font-size: 22px;
}

.price {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.plan-item {
    background-color: #fff;
    box-shadow: 0px 3px 6px #f3f3f3;
    border-radius: 10px;
}

.plan-item .title h3 {
    border-radius: 10px 10px 0px 0px;
    padding: 10px 0px;
    background-color: #8f8b8b;
    font-family: 'Dubai' !important;
    text-align: center;
    margin-bottom: 15px !important;
    text-transform: capitalize;
}

.price-tag {
    font-size: 32px;
    text-align: center;
    font-weight: 500;
    border-bottom: 1px #222222 solid;
    padding-bottom: 15px;
}

.price-tag span {
    font-size: 18px;
    font-weight: normal;
}

.plan-item p {
    font-size: 18px;
    color: #222222 !important;
}

.plan-item ul {
    padding: 20px;
}

.plan-item ul li {
    display: flex;
    line-height: 38px;
}

.plan-item .item-icon {
    width: 10%;
    margin-top: 3px;
    color: #008000;
}

.plan-item .btn {
    width: 80%;
    margin: auto;
    margin-bottom: 30px !important;
    padding: 7px 0px !important;
    font-size: 22px;
}

.cr-red {
    color: #ff0000 !important;
}

.line-breack {
    text-decoration: line-through !important;
}

.mp-plan {
    border: 3px #8f8b8b solid;
    background-color: #fdfdfd;
    position: relative;
    top: -66px;
    text-align: center;
    padding: 0 15px 20px;
}

.mp-plan h4 {
    font-family: 'Dubai' !important;
    padding: 15px;
    letter-spacing: 2px !important;
    font-size: 25px !important;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.lookbook-view-h-scrool {
    overflow-y: auto;
    height: 65vh;
}

.color-span, .image-span {
    width: 25px;
    height: 25px;
    border: 1px solid black;
}

.image-span {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.C_P {
    cursor: pointer;
}
form > a:hover {
    color: white !important;
}
.nav-link:hover {
    color: #222222 !important;
}


span > i {
    color: white !important;
}

a:hover.btn {
    color: white !important;
}
