@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    line-height: 25px;
    font-family: 'poppins-regular';
}


/***** Font Files *****/

@font-face {
    font-family: 'jost-bold';
    src: url(../font/Jost-Bold.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'poppins-medium';
    src: url(../font/Poppins-Medium.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'poppins-regular';
    src: url(../font/Poppins-Regular.ttf);
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 14px 30px;
    border: unset;
    border-radius: 4px;
    color: #ffffff;
    z-index: 1;
    background: linear-gradient(180deg, rgb(23 12 250) 0%, rgb(25 12 250) 50%, rgb(25 8 145) 100%);
    position: relative;
    font-size: 16px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'poppins-regular';
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 4px;
    background-color: #000000;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #ffffff;
}

.theme_btn:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'jost-bold';
    font-size: 66px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
    text-transform: uppercase;
}

h2 {
    font-family: 'jost-bold';
    font-size: 61px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    margin: 0 0 8px;
    text-transform: uppercase;
}

h3 {
    font-family: 'jost-bold';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 4px;
    text-transform: uppercase;
}

h4 {
    font-family: 'jost-bold';
    font-size: 24px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 13px;
    text-transform: uppercase;
}

h5 {
    font-family: 'poppins-medium';
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: 'poppins-regular';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 10px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: start;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000;
    padding: 10px 6px;
    font-size: 12px;
    font-family: 'poppins-regular';
    text-transform: uppercase;
}



.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #710203;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */

.dis-block{
    display: block;
}
.container-fluid {
    padding: 0px 100px;
}

.topSec {
    position: relative;
    z-index: 1;
    padding: 7px 0px;
}

.topSec:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 43%;
    background: #710203;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
    border-bottom: 2px solid #440102;
    background: linear-gradient(180deg, rgb(113 3 4) 0%, rgb(113 2 3) 50%, rgb(68 1 2) 100%);
}

.topSec:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 43%;
    background: #000000;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 4% 100%);
    border-bottom: 2px solid #190891;
    background: linear-gradient(180deg, rgb(23 12 250) 0%, rgb(25 12 250) 50%, rgb(25 8 145) 100%);
}



.top-header-text-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    /* width: 100%; */
}

.top-header-text-icon ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0px;
}

.top-header-text-icon ul li a i {
    height: 28px;
    width: 28px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border-radius: 4px;
}

.top-header-text-icon p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    padding-left: 40px;
}

.top-header-text p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
}
.top-header-text p a {
    color: #fff;
}

.header-menu-icons {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

.header-menu-icons ul {
    display: flex;
    gap: 17px;
    align-items: center;
}

.header-menu-icons ul li a {
    padding: 0px;
}

.header-menu-icons ul li a p {
    margin-bottom: 0px;
}

.menu-bag {
    position: relative;
}

.menu-bag-number {
    position: absolute;
    bottom: -5px;
    right: -12px;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    font-size: 15px;
    background: linear-gradient(180deg, rgb(113 2 3) 0%, rgb(113 3 4) 50%, rgb(77 1 2) 100%);
}

.header-menu-icons ul li a p {
    color: #a1a1a1;
    font-weight: 600;
}

.header-menu-icons-color {
    color: #000;
    display: block;
}
header {
    /* background: red; */
    position: relative;
    padding-bottom: 0px;
}

header:before {
    position: absolute;
    content: '';
    bottom: -35px;
    left: 0;
    right: 0;
    height: 38px;
    width: 37%;
    background: #ffffff;
    margin: 0 auto;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}

.header-logo a img {
    width: 40%;
    margin: 0 auto;
    margin-top: -28px;
}

.header-logo {
    text-align: center;
    margin-bottom: -30px;
}

.header-logo-input {
    position: relative;
    z-index: 1;
}

.header-logo-input input {
    width: 100%;
    border: unset;
    border-top: 1px solid #e7e8ea;
    padding-top: 8px;
}

.header-logo-input i {
    position: absolute;
    top: 11px;
    right: 0px;
}
.banner_text {
    text-align: center;
}

.banner_text p {
    width: 56%;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
}

.banner-img img {
    width: 100%;
    height: 90vh;
    object-fit: cover;
}



ul.banner-ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: unset;
    bottom: 30px;
    z-index: 1;
    display: flex;
    align-items: end;
    justify-content: start;
    width: auto;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 1;
    transition: opacity 0.15s ease;
    z-index: 2;
}
.carousel-control-prev-icon {
    background-image: url(../images/banner-silder-left-icon.png);
    height: 11px;
    width: 66px;
    background-repeat: no-repeat;
    background-size: cover;
}
.carousel-control-next-icon {
    background-image: url(../images/banner-silder-right-icon.png);
    height: 11px;
    width: 66px;
    background-repeat: no-repeat;
    background-size: cover;
}
.carousel-control-prev {
    left: 43%;
}
.carousel-control-next {
    right: 43%;
}
.carousel-indicators .active {
    margin: 0;
    background-color: #170cfa;
    width: 10px;
    height: 12px;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 16px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
    margin-bottom: 0px;
}
section.main_slider {
    position: relative;
}

.banner-line-img {
    position: absolute;
    z-index: 1;
    bottom: -10px;
    width: 100%;
    left: -10px;
    margin: 0 auto;
    right: -10px;
}

.banner-line-img img {
    width: 100%;
    height: 94px;
}
.theme_btn.theme_btn_one {
    background: linear-gradient(180deg, rgb(113 3 4) 0%, rgb(113 2 3) 50%, rgb(68 1 2) 100%);
}
.banner-btm-box-text {
    position: relative;
    background: linear-gradient(180deg, rgb(23 12 250) 0%, rgb(25 12 250) 50%, rgb(25 8 145) 100%);
}

.banner-btm-box-text img {
    width: 87%;
}

.banner-btm-box-text-heading {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 12px;
    /* transform: rotate(-90deg); */
    display: flex;
    align-items: center;
}

.banner-btm-box-text-heading h4 {
    /* transform: rotate(-90deg); */
    text-transform: uppercase;
    color: #ffffff;
    writing-mode: sideways-lr;
    font-size: 20px;
}

section.banner-btm-sec {
    margin: 100px 0px;
}
.our-services-top-btn {
    display: flex;
    justify-content: end;
}
.our-services-top-heading p {
    margin-bottom: 0px;
}

.our-service-boxone img {
    width: 100%;
    height: 562px;
}

.our-service-boxone {
    position: relative;
}

.our-service-boxone-heading {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0px;
    width: 80%;
    background: linear-gradient(180deg, rgb(23 12 250) 0%, rgb(25 12 250) 50%, rgb(25 8 145) 100%);
    border-radius: 4px;
}

.our-service-boxone-heading h3 {
    color: #fff;
    margin-bottom: 0px;
    font-size: 28px;
}

.our-service-boxtwo img {
    width: 100%;
}

.our-service-boxtwo {
    position: relative;
    margin-bottom: 20px;
}

.our-service-boxtwo-text {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0px;
}

.our-service-boxtwo-text h3 {
    color: #fff;
    font-size: 36px;
}
section.our-services-sec {
    margin-bottom: 100px;
}
section.choose-duty-sec {
    margin-bottom: 100px;
    padding: 80px 0px;
    background-image: url(../images/choose-duty-bg-img.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.choose-duty-heading h2 {
    font-size: 56px;
}

.choose-duty-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}
.choose-duty-box img {
    width: auto;
}

.choose-duty-silder .slick-active {
    opacity: 1;
}

.choose-duty-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}
.choose-duty-heading h2 {
    color: #fff;
}
.choose-duty-silder .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}
.about-text {
    background: #f7f7f8;
    padding: 40px 50px 40px 50px;
    margin-left: -80px;
}

section.about-sec {
    position: relative;
    margin-bottom: 70px;
    padding-bottom: 80px;
    z-index: 1;
}

section.about-sec:before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 130px;
    height: 60%;
    width: 57%;
    /* background: blanchedalmond; */
    z-index: -10;
    background: linear-gradient(180deg, rgb(113 3 4) 0%, rgb(113 2 3) 50%, rgb(68 1 2) 100%);
}
.about-img img {
    width: 100%;
}
section.our-product-sec {
    margin-bottom: 100px;
    padding: 70px 0px 120px;
    background: #f4f4f4;
}

.product-slider-boximg img {
    width: auto;
}

.product-slider-boximg {
    background: #ff000000;
    height: 220px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e8e7e7;
    margin-bottom: 12px;
}

.product-slider-box {
    padding: 10px;
    background: #fff;
}

.product-slider-boxtext h4 {}

.product-slider-boxtext h4 {
    font-size: 22px;
    color: #000;
    font-family: 'poppins-medium';
}

.product-slider-boxtext {
    text-align: center;
}

.product-slider-boxtext p {
    text-transform: uppercase;
    color: #00000063;
}

.product-slider-boxtext ul li img {
    width: auto;
}

.product-slider-boxtext ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-slider-boxtext ul li.product-slider-li {
    /* background: red; */
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    background: linear-gradient(180deg, rgb(113 3 4) 0%, rgb(113 2 3) 50%, rgb(68 1 2) 100%);
}

.product-slider-boxtext ul li a {
    padding: 14px 20px;
    background: #000;
    background: linear-gradient(180deg, rgb(23 12 250) 0%, rgb(25 12 250) 50%, rgb(25 8 145) 100%);
    color: #fff;
    text-transform: uppercase;
}
.product-color-ch {
    color: #6a0203 !important;
    font-size: 18px;
    font-weight: 600;
}
.our-product-top-heading {
    text-align: center;
    margin-bottom: 30px;
}
.our-product-slider .slick-active {
    opacity: 1;
}
.our-product-slider .slick-prev,.our-product-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    height: 38px;
    width: 56px;
    background: #000;
    opacity: 1;
}
.our-product-slider .slick-prev:before {
    content: '';
    position: absolute;
    height: 13px;
    width: 24px;
    background-image: url(../images/product-slider-left.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 13px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    opacity: 1;
}
.our-product-slider .slick-prev {
    left: -55px;
}
.our-product-slider .slick-next:before {
    content: '';
    position: absolute;
    height: 13px;
    width: 24px;
    background-image: url(../images/product-slider-right.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 13px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    opacity: 1;
}
.our-product-slider .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: #000;
}
.our-product-slider .slick-next {
    right: -62px;
}
.our-testi-top-heading {
    width: 60%;
    text-align: center;
    margin: 0 auto;
}

.our-testi-top-heading h3 {
    color: #180cfa;
    font-size: 24px;
}

.testi-slider-box {
    background: #fff;
    padding: 30px;
    border-radius: 4px;
    position: relative;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
    margin: 15px;
    border: 1px solid #ebebeb;
}

.testi-header {
    position: relative;
    margin-bottom: 20px;
}

.testi-img {
    width: 140px;
    height: 130px;
    /* border: 3px solid #7a0000; */
    padding: 3px;
}

.testi-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testi-name {
    position: absolute;
    top: 50px;
    left: 135px;
    background: #7a0000;
    color: #fff;
    padding: 13px 15px;
    font-size: 20px;
    font-family: 'jost-bold';
}

.quote-icon {
    position: absolute;
    right: 10px;
    top: 70px;
    font-size: 70px;
    color: #2f2fff;
    transform: rotate(180deg);
}

.testi-slider-box p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    padding-top: 30px;
}

/* Slick arrows styling */
.testi-slider .slick-prev,
.testi-slider .slick-next {
    background: #fff;
    border: 1px solid #ddd;
    width: 40px;
    height: 40px;
    z-index: 9;
}

.testi-slider .slick-prev:before,
.testi-slider .slick-next:before {
    color: #000;
    font-size: 14px;
}
.slick-slide {
    margin: 30px 20px;
}
.testi-header {
    margin-top: -80px;
    margin-left: -50px;
}
.testi-slider .slick-active {
    opacity: 1
}
.testi-slider .slick-prev, .testi-slider .slick-next {
    background: #fff;
    border: 1px solid #ddd;
    width: 40px;
    height: 60px;
    z-index: 9;
}

.testi-slider .slick-prev {
    left: 10px;
}
.testi-slider .slick-next {
    right: 12px;
}
.testi-slider .slick-prev:before {
    content: '';
    background-image: url(../images/testi-icon-left.png);
    height: 18px;
    width: 10px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    top: 21px;
    left: 17px;
}
.testi-slider .slick-next:before {
     content: '';
     background-image: url(../images/testi-icon-right.png);
     height: 20px;
     width: 11px;
     position: absolute;
     background-repeat: no-repeat;
     background-size: cover;
     top: 20px;
     left: 14px;
}

section.our-testi-sec {
    margin-bottom: 100px;
}

.footer-main {
    background: linear-gradient(180deg, #0b1220, #05070d);
    padding-top: 40px;
    background-image: url(../images/footer-bg-img.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

/* TOP BAR */
.footer-top-box {
    border: 1px solid rgba(255,255,255,0.3);
    padding: 20px;
    width: 74%;
}

.footer-top-item {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-bottom: 0px;
    align-items: center;
}

.icon-box {
    border: 1px solid #fff;
    /* padding: 12px; */
    font-size: 22px;
    background: #fff;
    color: #000;
    border-radius: 4px;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-top-item h6 {
    font-size: 20px;
    margin-bottom: 3px;
    color: #fff;
    font-family: 'jost-bold';
}

.footer-top-item p {
    font-size: 14px;
    margin: 0;
}
.footer-top-item p a {
    color: #fff;
}

/* LOGO */
.footer-logo {
    /* max-width: 200px; */
    width: 60%;
}

/* TEXT */
.footer-text {
    font-size: 13px;
    color: #ccc;
    line-height: 1.7;
    width: 90%;
}

/* TITLES */
.footer-title {
    margin-bottom: 19px;
    font-size: 28px;
    font-family: 'jost-bold';
    color: #fff;
}

/* LINKS */
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    text-decoration: none;
    color: #ccc;
    font-size: 13px;
    text-transform: uppercase;
}

/* SOCIAL */
.social-icons a {
    display: inline-flex;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #000;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
    border-radius: 4px;
    text-decoration: none;
}

/* PAYMENT */
.payment-icons img {
    width: 49%;
    margin-right: 8px;
    margin-top: 10px;
}

/* BOTTOM */
.footer-bottom {
    border-top: 3px solid #170cfa;
    padding: 15px;
    font-size: 14px;
    width: 76%;
    margin: 0 auto;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .footer-top-item {
        justify-content: flex-start;
    }
}
.footer-lins {padding-left: 80px;}
.footer-visa {
    padding-left: 50px;
}
.footer-top-item.footer-top-add-line:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0px;
    height: 100%;
    width: 2px;
    background: #424242;
}
.footer-top-item.footer-top-add-line {
    position: relative;
}

.banner-img.inner-banner-img img {
    height: 60vh;
    object-fit: contain;
    width: 100%;
}
section.about-sec.inner-page-about {
    margin: 100px 0px;
    /* padding-bottom: 0px; */
}


section.about-sec.inner-page-about .about-text {
    margin-bottom: -140px;
    padding: 40px 60px;
}

section.about-sec.inner-page-about .about-text p {
    font-size: 17px;
    line-height: 30px;
}
section.about-btm-text {
    margin-bottom: 100px;
}

.about-btm-text ul li {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
    gap: 20px;
}

.about-btm-text ul {
    margin-bottom: 0px;
}

.out-team-slider .slick-prev,.out-team-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    height: 38px;
    width: 56px;
    background: #000;
    opacity: 1;
}
.out-team-slider .slick-prev:before {
    content: '';
    position: absolute;
    height: 13px;
    width: 24px;
    background-image: url(../images/product-slider-left.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 13px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    opacity: 1;
}
.out-team-slider .slick-prev {
    left: -55px;
}
.out-team-slider .slick-next:before {
    content: '';
    position: absolute;
    height: 13px;
    width: 24px;
    background-image: url(../images/product-slider-right.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 13px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    opacity: 1;
}
.out-team-slider .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: #000;
}
.out-team-slider .slick-next {
    right: -62px;
}
.out-team-slider-box {
    border: 1px solid #ebebea;
    padding-bottom: 20px;
    height: 390PX;
}

.out-team-slider-box-text {
    text-align: center;
}

.out-team-slider-box-img img {
    width: 100%;
    margin-bottom: 18px;
}

.out-team-slider-box-text h4 {
    font-size: 24px;
    margin-bottom: 7px;
}

.out-team-slider-box-text h5 {
    font-family: 'jost-bold';
    font-size: 19px;
    color: #5c0203;
}
.out-team-slider .slick-active {
    opacity: 1;
}
.out-team-top-heading {
    text-align: center;
}
section.out-team-sec {
    margin-bottom: 100px;
}
.our-service-boxone.inner-service-box .our-service-boxone-heading h3 {
    font-size: 19px;
}
.our-service-boxone.inner-service-box {
    margin-bottom: 20px;
}
section.our-services-sec.inner-services-page {
    margin: 100px 0px;
}
.our-services-top-heading.services-page-top-heading {
    text-align: center;
    margin-bottom: 30px;
}
.services-detail-box img {
    margin-bottom: 20px;
    width: 100%;
}


/*product page start*/
/*PRODUCT START*/
.catogeriesbox {
    display: flex;
    align-items: center;
    padding: 20px 10px;
    /* margin-bottom: 15px; */
    background-color: #34465c;
    justify-content: start;
    border-top-left-radius: 0;
    border-top-right-radius: 0px;
    background: linear-gradient(180deg, rgb(113 3 4) 0%, rgb(113 2 3) 50%, rgb(68 1 2) 100%);
}
.first-item.text-end p {
    font-family: 'Poppins';
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

.first-item.text-end {
    margin-top: 22px;
}

.first-item select {
    width: 100%;
    height: 59px;
    font-size: 24px;
    background-position-x: 140px;
    background: #fff;
    background-position: right 0px 0px 0px 0px;
    border: 1px solid #d4d4d4;
}
.prod-heading select{
  width: 100%;
  padding: 13px 40px 18px 30px;
  background: #fff;
  font-size: 24px;
  background-position-x: 250px;
  border: 1px solid #d4d4d4;
}
.catogeriesbox h4 {
    color: #fff;
    font-size: 22px;
    padding-bottom: inherit;
    margin-bottom: 0;
    padding: 0;
    font-family: 'Poppins';
}
.featured-img img {
    width: 100%;
    height: 320px;
    object-fit: contain;
    background-color: #ebebeb;
    padding: 20px 10px;
}
.featured-img {
    background-color: #ebebeb;
    padding: 10px 10px;
    margin-top: 30px;
}
.frequently-list ul {
    margin-bottom: 70px;
}
.frequently-list ul li a {
    color: #000;
    font-size: 19px;
    font-weight: 400;
    display: block;
    padding: 15px 0 15px 18px;
    border: 1px solid #00000024;
    background: unset;
    font-family: 'Poppins', sans-serif;
}
section.product-page-sec.all-section {
    padding: 100px 0;
}
.row.paddingbottom {
    padding-bottom: 33px;
}
.pro-txt-1 h5 {
    font-size: 22px;
    color: #000;
    line-height: 30px;
    margin: 0;
}
.pro-txt-1 span{
  font-size: 22px;
  color: #e4994b;
}
.pro-txt-1 {
    text-align: center;
}
.pagiess ul li {
    padding: 0 5px;
}
.pagiess {
    margin-top: 50px;
}
.pro-img {
    margin-top: 30px;
}

section.product-page-sec .product-slider-box {
    border: 1px solid #d4d4d4;
    margin-bottom: 20px;
}

ul.pagination li a {
    color: #000 !important;
}

/*product page end*/




/* Product Detail Page Start */

section.product-detail-page {
    position: relative;
    padding: 80px 0 0;
}

.product-detail-head ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
    margin: 20px 0 10px;
    text-transform: uppercase;
}

.product-detail-head ul i {
    color: #ffc107;
}

.product-detail-head ul span {
    color: #000000 !important;
    padding-left: 15px;
    font-size: 15px;
    text-transform: uppercase;
}

ul.cost-detail h5 {
    font-size: 35px;
    color: #180cfa;
    /* font-family: 'Poppins'; */
    font-weight: 700;
    font-family: 'jost-bold';
}

ul.cost-detail span {
    font-size: 24px;
    color: #a3a3a3;
    text-decoration: line-through;
    padding-left: 50px;
}
.product-size {
    margin-bottom: 25px;
}
.product-details-button {
    display: flex;
    align-items: center;
    margin-top: 30px;
    gap: 25px;
}



.product-details-title p {
    font-size: 16px;
    text-transform: capitalize;
    padding: 15px 0;
    color: #868686;
}

.product-detail-head h2 {
    font-size: 50px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: -10px;
    font-family: 'Poppins';
}

.product-detail-head {
    margin-bottom: 25px;
}
.product-detail-head h2 span {
    font-family: 'vine';
    font-weight: 300;
}
section.product-detail-page .row {
    /* align-items: center; */
}

.productdtl-mn-fr.slick-initialized.slick-slider img {
    height: 460px;
    width: 100%;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.product-details-title ul li {
    list-style: initial;
    color: #ffffff70;
}

ul.cost-detail li {
    list-style: none;
}

.product-cate p {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 35px;
    margin: 0;
    color: #000;
}


.product-cate {
    border-top: 1px solid #dad9d9;
    position: relative;
    margin-top: 55px;
    padding-top: 25px;
}



.nav-tabs {
    border-bottom: 1px solid #c2c1c1;
    padding-bottom: 20px;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 0;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    width: 144px;
    background: transparent;
    color: #000;
    font-size: 18px;
    height: 51px;
    margin-right: 20px;
    text-transform: uppercase;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #000;
    border-color: 0;
    border-radius: 40px;
}

.input-number {
    width: 80px;
    padding: 0 12px;
    vertical-align: top;
    text-align: center;
    outline: none;
    background-color: #fff0;
    color: #000;
    border: 0;
}

.input-number,
.input-number-decrement,
.input-number-increment {
    /* border: 1px solid #fff; */
    height: 40px;
    user-select: none;
}

.input-number-decrement,
.input-number-increment {
    width: 30px;
    line-height: 38px;
    background: transparent;
    color: #a2a1a1;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #000; */
}

.input-number-decrement:active,
.input-number-increment:active {
    background: #ddd;
}

.input-number-decrement {
    border-right: none;
    border-radius: 4px 0 0 4px;
}

.input-number-increment {
    border-left: none;
    border-radius: 0 4px 4px 0;
}

.quan {
    margin-top: 0px;
    display: inline-block;
    background: #fff;
    border: 1px solid #787878;
    margin-bottom: 0px;
}

a.btn1.crt-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #000;
    height: 55px;
    border: 1px solid #dad7d8;
    background: transparent !important;
    border-radius: 5px;
    width: 280px;
    text-transform: uppercase;
}
.product-buy span a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    height: 55px;
    text-transform: capitalize;
    border-radius: 5px;
    background-color: #08cdfa !important;
    width: 270px;
    background: linear-gradient(0deg, #710304, #570203);
}

.product-details.mb-30 {
    margin-left: 20px;
}


a.btn1.buy-btn {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 0;
    margin-top: 30px;
    height: 60px;
}

section.product-sec.pr-pg-1 {
    padding: 0 0 90px;
}

.product-head-pg {
    margin-bottom: 50px;
    text-align: left;
    border-bottom: 2px solid #ffffff78;
}

.prdct-dtl-sl .slick-active {
    opacity: 1.5;
}
.prdct-dtl-sl .slick-slide {
    opacity: 1.2;
}
.prdct-dtl-sl .slick-slide {
    margin: 15px 17px;
}
.productdtl-mn-nv .slick-list.draggable {
    padding: 0px 0px !important;
}
.product-size ul li {
    font-family: 'Poppins';
    font-size: 13px;
    color: #898888;
    margin-bottom: 6px;
    position: relative;
}

.product-size ul li:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #949494;
    left: -13px;
    border-radius: 4px;
    top: 11px;
}

/* Description Product Detail Css */

.description li.nav-item {
    margin-right: 12px;
}

.description li.nav-item button {
    width: 156px;
    height: 60px;
    background-color: transparent;
    font-size: 20px;
    border-radius: 0;
    color: #000;
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: uppercase;
}

.description li.nav-item .nav-link.active {
    border: 0;
    background-color: #190acd;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    border-radius: 5px;
    text-transform: uppercase;
}

.rev-btn {
    display: inline-block;
}

.description {
    padding: 40px 0 80px;
    position: relative;
}

.rate {
    height: 46px;
    /* padding: 0 10px; */
    float: left;
    display: block;
    clear: both;
}

.rate input {
    top: 0;
    visibility: hidden;
}

.rate:not(:checked)>input {
    position: absolute;
    /* top: -9999px; */
}

.rate:not(:checked)>label {
    float: right;
    width: 0.8em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 35px;
    color: #ccc;
    margin: 0 3px;
}
button.btn1.tabs-btn {
    font-size: 20px;
    padding: 15px 40px;
    margin-top: 20px;
    display: block;
    background: #190acd !important;
    border-radius: 5px;
}

.rate:not(:checked)>label:before {
    content: '\f005';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 26px;
}

.rate>input:checked~label {
    color: #f9d71c;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}



.prd-det-page-review-heading {
    letter-spacing: 1px;
    margin: 30px 0px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.prd-det-page-review-heading span {
    font-size: 1.3rem;
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.prd-det-page-review-box-container {
    display: block;
}

.prd-det-page-review-box {
    width: 100%;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 20px;
    margin: 15px;
    cursor: pointer;
}

.profile-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.profile {
    display: flex;
    align-items: center;
}

.name-user {
    display: flex;
    flex-direction: column;
}

.name-user strong {
    color: #000;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

.name-user span {
    font-size: 0.8rem;
    color: #000;
}

.prd-det-page-reviews {
    color: #f9d71c;
}

.box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.client-comment p {
    font-size: 0.9rem;
}

.prd-det-page-review-box:hover {
    transform: translateY(-10px);
    transition: all ease 0.3s;
}

.description .tab-content input {
    width: 100%;
    border: 0px;
    background-color: rgb(246, 246, 246);
    padding: 10px 20px;
    height: 60px;
    margin-bottom: 20px;
    font-weight: 500;
    color: rgb(124, 124, 124);
}

.prdtc-rvw ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.description .tab-content form .row {
    align-items: center;
}

.prdtc-rvw i {
    font-size: 25px;
    margin-right: 10px;
}

.description .tab-content textarea {
    width: 100%;
    border: 0px;
    background-color: rgb(246, 246, 246);
    padding: 20px 20px;
    margin-bottom: 20px;
    font-weight: 500;
    color: rgb(124, 124, 124);
}

.description .tab-content form {
    margin-bottom: 70px;
}

.prdtc-rvw i:hover {
    color: #FFC107;
}

.productdetailportion img {
    width: 100%;
    object-fit: none;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: transparent;
    isolation: isolate;
    background: transparent;
}

.nav-tabs {
    margin-bottom: 20px;
}

.rev-btn h6 {
    font-size: 30px;
    margin-bottom: 20px;
}

.product-cate p span {
    color: #000;
}
.product-detail-head p {
    margin: 0;
}

.productdtl-mn-fr {
    margin: 0 0 30px;
}

.product-size h5 {
    font-size: 24px;
    color: #868686;
}

.product-size ul li a {
    font-size: 15px;
    color: #000;
    font-family: 'Poppins';
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.size-guide {
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #cccbcb;
    padding-bottom: 35px;
    padding-top: 20px;
}

.size-guide h5 {
    font-size: 25px;
    margin: 0;
}

.size-guide i {
    color: #000;
    font-size: 40px;
}

.btn1 {
    background: #180cfa !important;
    border: unset;
    color: #fff;
}
.prod-detailfor-sec-featured .featured-product {
    margin-top: 0px;
    padding-bottom: 70px;
}
.btn-great .theme-btn {
    width: 12%;
    margin: 0 auto;
    padding: 15px 32px;
}

.btn-great .theme-btn:hover {
     background: #000;
    border-color: #000;
    color: #fff;
}
.banner-btn .theme-btn {
    width: 26%;
    padding: 15px 34px;
}
ul.top-sec-socialicons li a:hover {
    color: #fff;
    background: #08cdfa;
}
.about-btn .theme-btn {
    width: 22%;
    padding: 21px 34px;
}
.about-btn .theme-btn:hover {
        background: #000;
    border-color: #000;
    color: #fff;
}
.category-btn .theme-btn:hover {
        background: #000;
    border-color: #000;
    color: #fff;
}
.category-btn .theme-btn {
    width: 39%;
    padding: 21px 34px;
    margin: 0 auto;
}
ul.top-sec-conte li a i {
    padding: 0px;
}
/* Description Product Detail Css */
/* Product Detail Page End */


/* Inner Cart Page Start */




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


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

.cart-sc-mn {
    background-image: url(../images/cart.jpg);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.add-to-cart {
    padding: 150px 0;
    position: relative;
}

.add-to-cart .img-1 {
    position: absolute;
    left: -9%;
    top: 22%;
    width: 250px;
}

.add-to-cart .img-2 {
    position: absolute;
    bottom: 20%;
    left: 13%;
}

.add-to-cart .img-3 {
    position: absolute;
    right: -10%;
    top: 0%;
    width: 290px;
}

.add-to-cart input {
    width: 100%;
    text-align: center;
    height: 60px;
    border-radius: 6px;
    border: 1px solid #ebebeb;
    font-size: 23px;
    color: #a2a1a1;
    font-weight: 500;
    margin-top: 24px;
    background-color: #f7f7f7;
    outline: none;
}

.add-to-cart a {
    font-size: 17px;
    display: block;
    text-align: center;
    padding-top: 9px;
    color: #a2a1a1;
    font-weight: 400;
    text-decoration: none;
}

.add-to-cart h4 {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    text-align: center;
    font-family: 'Roboto';
}

.add-to-cart .table>tbody>tr>td,
.add-to-cart .table>tbody>tr>th,
.add-to-cart .table>tfoot>tr>td,
.add-to-cart .table>tfoot>tr>th,
.add-to-cart .table>thead>tr>td,
.add-to-cart .table>thead>tr>th {
    vertical-align: middle;
}

.total-section {
    padding: 40px 40px;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
}

.total-section ul {
    font-family: 'trajan';
    list-style: none;
    margin-bottom: 0;
}

.total-section li {
    font-size: 19px;
    line-height: 40px;
    padding-bottom: 5px;
    color: #757272;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Poppins';
}
li.color-change {
    color: #757272;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 20px;
    line-height: 39px;
}


.total-section li.color-change span {
    font-weight: 500;
    font-size: 20px;
    line-height: 39px;
    color: #757272;
}

.total-section li span {
    float: right;
}

.ship-estimate {
    margin-top: 20%;
    border-radius: 15px;
    padding: 35px 40px;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
}

.ship-estimate li {
    font-size: 19px;
    color: #878484;
    line-height: 39px;
    margin-bottom: 5px;
    font-weight: 500;
    text-transform: uppercase;
}

.ship-estimate ul {
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
}

.ship-estimate .grey-style {
    color: #878484;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
}

.proceed a {
    color: #000000;
    text-align: left;
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 600;
}

.or-amazon {
    margin-top: 50px;
    position: relative;
    border: 2px solid #cecece;
    padding: 30px 50px;
    border-radius: 5px;
    background: #fff;
    margin-left: 0;
    width: 100%;
}

.or-amazon p {
    font-size: 18px;
    position: absolute;
    background: white;
    top: -18px;
    left: 0px;
    padding: 3px 20px;
    color: #000;
    display: block;
    text-transform: uppercase;
    border: 0;
    font-family: Poppins;
    right: 0px;
    margin: 0px auto;
    width: 70%;
    font-weight: 600;
}

.or-amazon a {
    text-decoration: none;
    text-align: center;
}

.product-img {
    width: 100%;
    border-radius: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #0000002e; */
    margin-top: 50px;
    border: 1px solid #00000033;
}

.table> :not(:last-child)> :last-child>* {
    border-bottom-color: currentColor;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    padding: 20px 20px;
    border-bottom: none;
    font-family: 'Poppins';
    border-radius: 0;
    text-transform: uppercase;
    background: linear-gradient(0deg, #710304, #4c0102);
    border-radius: 0 !important;
}

.table-space h3 {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Poppins';
    margin: 0;
    line-height: 25px;
    text-transform: capitalize !important;
    color: #a2a1a1;
}

.space .row {
    align-items: center;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: #c2c2c2;
    border-style: solid;
    border-width: 0;
}

th.qty {
    text-align: center;
}

a.remove {
    font-size: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    color: #fff;
    border: #000;
    background: #000;
    border-radius: 5px;
}

.table-space h6 {
    line-height: 18px;
    margin: 5px 0;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #a2a1a1;
}

.table-space span {
    color: #a2a1a1;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Poppins';
}

li.color-change {
    margin-top: 8%;
}

.table-responsive {
    margin-bottom: 0%;
}

.table th:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.table th:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.table th:first-child {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.table th:last-child {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.product-img.cart img {
    margin-top: 0;
}

.product-img.cart img {
    width: 100%;
    height: 100%;
    margin: 0 !important;
}

.product-img.cart {
    margin: 0;
}

a.btn1.checkout-btn {
    font-size: 27px;
    font-family: 'Roboto';
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 20px 0;
}

a.btn-1.checkout-btn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins';
    font-size: 20px;
    padding: 15px 0px;
    background-color: #190bed;
    color: #fff;
    text-transform: uppercase;
    margin-top: 50px;
    border-radius: 5px;
}

.table-responsive .table th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.table-responsive .table th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}


/* Inner Cart Page End */


/* Inner Check Out Start*/


.checkout-main {
    padding: 5% 0;
}

.panel-default>.panel-heading h4 {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    padding: 0px 0px;
}

.panel-default>.panel-heading h4 a {
    text-decoration: none !important;
    transition: all 0.5s;
    color: #e94259 !important;
    width: 100%;
    background-color: #fff;
    padding: 17px;
    display: block;
}

.chk-left .panel-default>.panel-heading {
    color: #333;
    background-color: #a8d454;
    border-color: inherit;
    padding: 0px;
}

.order-guest {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.order-guest li {
    display: inline-block;
    margin-right: 5px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.digi-form [type="radio"]:checked+label:before,
.digi-form [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 14px;
    top: 3px;
    width: 15px;
    height: 15px;
    border: 2px solid #a8d454;
    border-radius: 100%;
    background: #fff;
}

section.checkout-main form [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #a8d454;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

section.checkout-main .form-p .btn-theme {
    margin: 10px 0;
}

label {
    color: #a4a1a1;
    text-transform: capitalize;
    font-size: 13px;
    display: inline;
    align-items: center;
}

section.checkout-main .panel-body p.creat-account {
    margin-right: 5px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-family: 'Poppins';
}

section.checkout-main .panel-body {
    padding: 20px 12px;
}

.citem {
    padding-left: 10px;
}

section.checkout-main  .panel.panel-default {
    border: 1px solid #dfdfdf;
    margin-bottom: 30px;
    padding: 0;
}

section.checkout-main .panel-default {
    border-color: #b5b5b5;
}

.chk-left a.show {
    float: right;
    margin-top: -69px;
    background-color: #121213;
    border-radius: 0;
    padding: 6px 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}



.chk-left .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 600;
    cursor: pointer;
    color: #000;
}

section.checkout-main .form-control {
    display: block;
    width: 100%;
    padding: 0.380rem 0.80rem;
    font-size: 1rem;
    font-weight: 400;
    height: 40px;
    margin-bottom: 30px;
    color: #212529;
    background-color: #f7f7f7;
    background-clip: padding-box;
    border: 1px solid #d8d5d5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.checkbox p {
    padding-left: 0px;
}

.cont {
    background-image: linear-gradient(to top, #61045f 0%, #791289 51%, #af44c3 100%);
    padding: 12px 50px;
    border: none;
    border-radius: 0px;
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: uppercase;
}

.payment-div p {
    font-family: 'Poppins';
    color: #6b6969;
    font-weight: 500;
    font-size: 14px;
}

.accordion-button:not(.collapsed)::after {
    display: none;
}

.accordion-button::after {
    display: none;
}

.accordion-item:not(:first-of-type) {
    margin: 27px 0;
}


/*.chk-left button..showed {
    float: right;
    margin-top: -50px;
    background: #a8d454;
    border-radius: 0;
    padding: 10px 34px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
  }*/

section.checkout-main p.opt {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 14px;
}

.policies {
    border: 1px solid #dfdfdf;
    padding: 20px;
    height: auto;
    background-color: #fff;
}

.cart-bottom {
    display: flex;
    align-items: center;
    padding: 21px 0;
}

.cart-bottom i {
    color: #000;
    font-size: 30px;
    margin-top: 0 !important;
}

.cart-bottom i {
    color: #000;
    font-size: 30px;
    margin: 0;
    display: flex;
    align-items: center;
}

.cart-bottom li p {
    color: #b3b1b1;
    font-weight: 500;
    font-size: 14px;
    font-family: 'Poppins';
    width: 76%;
}

.cart-bottom li a:hover {
    text-decoration: none;
    color: #000;
}

.checkout-main {
    padding: 100px 0;
}

.leavereply h1 {
    color: #8a007f;
    font-size: 40px;
    text-transform: capitalize;
}

.rating .stars span {
    color: #d9a420 !important;
}

.leavereply input[type="text"],
.leavereply input[type="email"] {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #000;
    background: transparent;
    border-radius: 2px;
    color: #000;
    height: 50px;
    padding: 0 30px;
}

.leavereply textarea {
    width: 100%;
    min-height: 200px;
    margin-bottom: 20px;
    resize: none;
    border: 1px solid #000;
    background: transparent;
    border-radius: 2px;
    color: #000;
    padding: 20px 30px;
}

.leavereply input[type="submit"] {
    float: right;
    text-align: center;
    border: 0;
    display: inline-block;
    padding: 12px 32px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    background-color: #e94259;
}

.leavereply input[type="submit"]:hover {
    color: #fff;
    background-color: #8a007f;
}

.citem p {
    font-family: 'Poppins';
    color: #999595;
    font-size: 13px;
    line-height: 26px;
}

.selectdiv {
    position: relative;
    /*Don't really need this just for demo styling*/
    float: left;
    width: 100%;
}

.selectdiv:after {
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    right: 20px;
    top: 6px;
    height: 34px;
    padding: 10px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}

.chk-bx {
    margin-bottom: 20px;
}

.chk-bx .form-check .form-check-input {
    width: 20px;
    border-radius: 0;
    border-width: 1px;
    border-color: #190cfa;
    height: 20px;
    margin-top: 10px;
}

.rdio-btn ul li input {
    margin-top: 10px;
}

.checkout-main label {
    color: #7e7e7e;
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
}
.chk-bx .form-check label {
    padding-left: 10px;
}
.form-p p {
    color: #7e7e7e;
    font-weight: 500;
    font-size: 14px;
    font-family: "Poppins";
}


/* IE11 hide native button (thanks Matt!) */

section.checkout-main select::-ms-expand {
    display: none;
}

.selectdiv select {
    appearance: none;
    display: block;
    /* max-width: 320px; */
    height: 50px;
    width: 261px;
    /* margin: 5px 0px; */
    padding: 0px 24px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    /* background-color: #ffffff; */
    background-image: none;
    /* border: 1px solid #0ebeff; */
    -ms-word-break: normal;
    word-break: normal;
}

.selectdiv2 select {
    appearance: none;
    display: block;
    /* max-width: 320px; */
    height: 50px;
    width: 130px;
    /* margin: 5px 0px; */
    padding: 0px 24px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    /* background-color: #ffffff; */
    background-image: none;
    /* border: 1px solid #0ebeff; */
    -ms-word-break: normal;
    word-break: normal;
}

.selectdiv2:after {
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    right: 20px;
    top: 6px;
    height: 34px;
    padding: 10px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}

.selectdiv2 select:focus {
    border: 0px;
}

.mr_list li {
    display: inline-block;
    margin-right: 15px;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    height: 70px;
    text-transform: uppercase;
    font-size: 19px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    background: linear-gradient(0deg, #710304, #540102);
}

.order-guest {
    margin-right: 5px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 40px;
    /* font-family: 'Roboto'; */
}

.rdio-btn input[type="radio"] {
    border-color: #190cfa;
    width: 20px;
    height: 20px;
    border-width: 1px;
    margin-right: 10px;
}

.rdio-btn ul li .form-check {
    margin-right: 30px;
}

.rdio-btn ul {
    display: flex;
    margin-bottom: 20px;
}
.accordion-button:focus {
    z-index: 3;
    border-color: inherit !important;
    outline: 0;
    box-shadow: inherit !important;
}
.chk-left .accordion-body {
    padding: 1rem 1.25rem;
    border: 1px solid #edecec;
    border-top: none;
}
 .check-ourtleft .panel-body {
    padding: 20px 12px;
    border: 1px solid #edecec;
    border-top: none;
}
.add-txttf select {
    display: block;
    width: 100%;
    padding: 0.380rem 0.80rem;
    font-size: 1rem;
    font-weight: 400;
    height: 40px;
    margin-bottom: 30px;
    color: #212529;
    background-color: #f7f7f7;
    background-clip: padding-box;
    border: 1px solid #d8d5d5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
section.checkout-main button.accordion-button.collapsed {
    height: 70px;
    background: #f7f7f7;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Poppins';
    color: #000;
    font-weight: 500;
    border: 1px solid #f7f7f7 !important;
    border-radius: 8px;
}
.accordion-item {
    border: 1px solid #f7f7f7 !important;
    border-radius: 8px;
}
section.checkout-main .form-p button.btn1 {
    background: #45cc47;
    border: 0;
    width: 35%;
    margin-top: 30px;
    color: #fff;
    font-size: 20px;
    height: 50px;
    border-radius: 5px;
    text-transform: uppercase;
}

.pasrd {
    position: relative;
}

.birth {
    position: relative;
}

section.checkout-main p.opt {
    position: absolute;
    right: -70px;
    top: 4px;
    color: #7e7e7e;
}

.check-inp {
    margin-left: 24%;
}

.rdio-btn ul {
    list-style-type: none;
}

.form-p a {
    color: white;
    font-size: 17px;
    line-height: 26px;
    font-family: 'Roboto';
    background-color: #e2f0c2;
    padding: 10px 90px;
    text-transform: uppercase;
}

.cart-bottom ul {
    list-style-type: none;
}


/* Inner Check Out End*/



/* Inner Contact End */

.in-banner.contact {
    width: 60%;
}


.contact-us h3 {
    color: #010101;
    font-size: 57px;
    padding-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.contact-us p {
    font-size: 17px;
    line-height: 27px;
    font-family: Poppins;
    font-weight: 400;
    width: 100%;
    color: #8b8a8a;
}

.contact-us input {
    margin-top: 20px;
    width: 100%;
    padding: 15px 10px;
    border: 1px solid #d2d2d2;
    border-radius: 6px;
    color: #ffffff;
    font-size: 15px;
    background: transparent;
}

 .contact-us input::placeholder {
    color: #9d9a9a;
}

.contact-us textarea::placeholder{
    color: #9d9a9a;
}
.Leave-wrap h2 {
    font-size: 48px;
    color: #fff;
}
.contact-details h2 {
    font-size: 48px;
}
.contact-us textarea {
    margin-top: 20px;
    width: 100%;
    padding: 15px 10px;
    border: 1px solid #d2d2d2;
    height: 150px;
    resize: none;
    font-size: 15px;
    color: #ffffff;
    border-radius: 8px;
    background: transparent;
}

.contact-us button {
    padding: 15px 50px;
    margin-top: 15px;
}

.detai-s {
    margin-top: 30px;
    padding-bottom: 15px
}

.detai-s i {
    color: #fff200;
    line-height: 80px;
    font-size: 30px
}

.detai-s a {
    color: #000;
    font-size: 17px;
    line-height: 40px;
    font-family: Poppins;
    font-weight: 400;
}

section.contact-us .soccail-icon {
    display: flex;
    gap: 18px;
    padding: 35px 0;
}

section.contact-us .soccail-icon i {
    /* background: #f25764; */
    color: #fff;
    font-size: 22px;
}

.detai-s img {
    height: 50px;
    line-height: 53px;
    margin-top: 20px
}

.detai-s h6 {
    margin: 0;
    color: #000;
    font-family: Poppins;
    font-weight: 600;
    font-size: 19px;
    line-height: 11px;
    text-transform: uppercase;
}

.detai-s .row {
    display: flex;
    align-items: center;
    padding: 0px 10px;
    gap: 0
}

.detai-s i {
    color: #000;
    line-height: 80px;
    font-size: 40px;
    height: 96px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Leave-wrap {
    background: #fff;
    box-shadow: 0 0 4px #0000003d;
    padding: 50px 25px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    background: #0e141f;
}

button.contact-us {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff !important;
    background: linear-gradient(0deg, #710304, #530203);
    border: none;
    width: 30%;
    border-radius: 8px;
}

.socails ul li img {
    width: 26px;
    height: 29px;
    object-fit: none
}

iframe {
    width: 100%;
    height: 600px
}

.soccail-icon a {
    width: 36px;
    height: 36px;
    background: #000;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 5px;
    transition: .5s all;
}



 .contact-us input::placeholder {
    color: #9d9a9a;
    font-size: 15px;
}
.contact-details {
    margin-top: 30px;
}
.contact-us p {
    font-size: 14px;
    line-height: 25px;
    width: 80%;
    color: #000;
}

/* Inner Contact End */


/*Inner Book Now Start*/

.inner-book-now-sec {
    padding: 100px 0;
}
.inner-book-now-sec input {
    width: 100%;
    height: 60px;
    background: #f8f8f8;
    border: 1px solid #cfcfcf;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    margin-bottom: 40px;
}
.inner-book-now-sec textarea {
    width: 100%;
    height: 200px;
    background: #f8f8f8;
    border: 1px solid #cfcfcf;
    padding: 20px 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    margin-bottom: 40px;
    resize: none;
}
.inner-book-now-btn {
    text-align: center;
}
.inner-book-now-btn button {
    width: 40%;
    height: 60px;
    background: linear-gradient(0deg, #550102, #710304);
    font-size: 18px;
    color: #fff;
    border: none;
    border-radius: 8px;
    text-transform: uppercase;
}

/*Inner Book Now End*/



/*Inner Pages Start*/

/*lgin signup css*/
.login_area {
  background: #f9f9f9;
  overflow: hidden;
  padding: 30px 30px;
  border-radius: 0;
  box-shadow: 0 0 20px 0 #0000003d;
}

.login_content_area h2 {
  display: inline-block;
  width: 100%;
  font-size: 42px;
  color: #1e1e1e;
  padding: 0;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  /* font-family: 'verdanab'; */
  font-weight: 400;
}

.login_content_area h2:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 106px;
  height: 3px;
  background: unset;
  right: 0;
  margin: 0 auto;
}

.login_content_area .form_area .form-control {
  background: #fff;
  width: 100%;
  height: 50px;
  line-height: 45px;
  margin: 0 0 20px 0;
  color: #000;
  padding: 0 30px;
  box-shadow: none;
  display: inline-block;
  border-radius: 0;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 13px;
}

.login_area .fields_area.buttons_area input {
  margin: 0px 0px 30px;
}

.fields_area.buttons_area input {
  -webkit-appearance: button;
  cursor: pointer;
  width: 100%;
  padding: 0px 10px;
  outline: none;
  height: 50px;
  border-radius: 0;
  font-size: 25px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  background: #710203;
  border: none;
  font-family: 'Poppins';
}

a.terms-h {
  float: unset !important;
  font-size: 14.41px !important;
  color: #b6b5b5 !important;
  border-bottom: 1px solid #b6b5b5;
}

.login_area input[type="checkbox"],
.login_area input[type="radio"] {
  margin: 7px 10px 0px 0;
  float: left;
}

.login_area p {
  font-weight: 500;
  font-size: 14.41px !important;
  color: #b6b5b5;
  line-height: 29px;
  float: left;
  font-family: 'Poppins';
}

.fields_area.custom-control.custom-radio a {
  float: right;
  color: #918f8f!important;
  font-weight: 400;
  font-size: 14.41px;
  font-family: 'Poppins';
}

.register_area {
  background: #f9f9f9;
  overflow: hidden;
  padding: 30px 30px;
  border-radius: 0;
  box-shadow: 0 0 20px 0 #00000042;
}

.form_area p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #b6b5b5;
    margin: 0;
}

.fields_area.buttons_area {
    padding: 20px 0;
}

input.marginleft {
    margin: 0 10px 0 40px !important;
}

.mar-right input {
    margin: 0 10px 0 0;
}
.login_content_area {
    margin: 100px 0px;
}

/*Login End*/
section.partner-sec {
    margin-bottom: 100px;
}
.partner-top-heading h2 {
    text-align: center;
}

.partner-slider-box img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}
.partner-slider .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}
section.contact-area-sec {
    background: #dbdbdb;
    padding: 100px 0px;
}

.contact-area-box {
    padding: 30px 30px;
    background: #fff;
    border-radius: 12px;
    margin-bottom: 20px;
    height: 580px;
}

.contact-area-box p {color: #000;font-size: 17px;margin-bottom: 8px;}

.contact-area-box h3 {
    margin-bottom: 18px;
}

.contact-area-box p a {color: #710203;}

.financing-our-img img {
    width: 100%;
}

section.financing-our-sec {padding-top: 100px;margin-bottom: 100px;position: relative;z-index: 1;}

section.financing-our-sec:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0px;
    height: 50%;
    width: 100%;
    z-index: -1;
    background: linear-gradient(180deg, rgb(113 3 4) 0%, rgb(113 2 3) 50%, rgb(68 1 2) 100%);
}

.financing-our-top-heading h2 {
    color: #fff;
}

.financing-our-top-text p {
    color: #fff;
}


.play-icon a i {
    color: #fff;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background: #190cfa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.financing-our-img {
    position: relative;
}

.play-icon {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.frequently-list ul li {
    position: relative;
}

.frequently-list ul li img {
    position: absolute;
    top: 20px;
    right: 20px;
}
.prod-heading {
    position: relative;
}

.prod-heading img {
    position: absolute;
    right: 20px;
    top: 23px;
}

.first-item {
    position: relative;
    width: 100%;
}

.first-item img {
    position: absolute;
    top: 23px;
    right: 20px;
}
.showinglist {
    display: flex;
}

#map {
    width: 100%;
    height: 610px;
    margin-bottom: 0px;
}
.corporate-btn {
    height: 112px;
    background: #ff000000;
    display: flex;
    align-items: end;
    justify-content: start;
}

/* InnerPage Contact Us start */
.contact-pag-form form {
    position: relative;
}

.contact-pag-form .form-group {
    position: relative;
}

.contact-pag-form .form-group::after {
    content: '';
    height: 53px;
    width: 10px;
    position: absolute;
    left: 40px;
    top: 5px;
    background-size: 10px 50px;
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
}

.contact-pag-form .form-group1::after {
    content: '';
    height: 53px;
    width: 10px;
    position: absolute;
    right: 40px;
    top: 5px;
    left: unset;
    transform: rotate(180deg);
    background-size: 10px 50px;
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
}

.contact-pag-form form input.form-control {
    height: 60px;
    font-size: 15px;
    border: 1px solid #bdbdbd;
    line-height: 0;
    box-shadow: none;
    color: black;
    font-weight: 400;
    background-color: transparent;
    margin-top: 20px;
    /* font-family: 'Montserrat'; */
    display: flex;
    border-radius: 0;
}

.contact-pag-form form select.form-control {
    height: 60px;
    font-size: 15px;
    border: 1px solid #bdbdbd;
    box-shadow: none;
    color: #909091;
    font-weight: 400;
    background-color: transparent;
    margin-top: 20px;
    /* font-family: 'Montserrat'; */
    display: flex;
    border-radius: 0;
}

.contact-pag-form .form-group:before {
    content: "";
    position: absolute;
    background-image: url(../images/contact-line.png);
    width: 8px;
    height: 47px;
    background-repeat: no-repeat;
    left: 40px;
    top: 5px;
}


.contact-pag-form form input.form-control::placeholder {
    color: #909091;
}

.contact-main-sec .them-btn-1:hover {
    background-color: #00006d;
    transition: 0.3s all;
}

.contact-pag-form form textarea.form-control {
    font-size: 15px;
    padding-left: 25px;
    padding-top: 20px;
    border: 1px solid #c6c6c6;
    letter-spacing: 0;
    box-shadow: none;
    resize: unset;
    background-color: transparent;
    margin-top: 20px;
    color: #000000;
    border-radius: inherit;
    border-radius: 0;
    height: 150px;
    padding-top: 100px;
    scroll-behavior: unset;
}

.contact-pag-form .email {
    padding: 0;
}

.contact-pag-form h4 {
    font-size: 62px;
    line-height: 70px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
}

.contact-pag-form form textarea.form-control::placeholder {
    color: #909091;
}

.contact-pag-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #909091;
}

.contact-pag-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(18, 28, 42, 0.55);
}

.contact-pag-form :-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(18, 28, 42, 0.55);
}

.contact-pag-form :-moz-placeholder {
    /* Firefox 18- */
    color: rgba(18, 28, 42, 0.55);
}

.cicle-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    border: transparent;
    height: 70px;
    width: 70px;
    border-radius: 50px;
    color: #564f49;
    background: #fff;
}

.cicle-icon img {
    margin: 0 auto;
}

.contact-info {
    width: 100%;
    background: linear-gradient(233deg, #928984 60%, rgba(86, 79, 73, 1) 150%);
    padding: 40px 20px;
    margin-bottom: 10px;
    border: 1px solid #c6c6c6;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.contact-main-sec h4 {
    font-size: 40px;
    color: #000000;
    font-weight: 300;
    line-height: 42px;
    margin-bottom: 30px;
    margin-left: 10px;
    text-transform: capitalize;
}

.contact-main-sec p span {
    display: block;
}

.contact-main-sec h2 {

    text-align: center;
}

.contact_text p {
    font-size: 22px;
    line-height: 25px;
    color: #ffff;
    padding-top: 0px;
    font-weight: 400;
    font-family: 'Montserrat';
    opacity: 1;
}

.contact_text p a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    margin-top: 3px;
    display: block;
    font-family: montserrat;
}

.mailt {
    padding-left: 30px;
}

.contact_text a:hover {
    color: #8b8b8b;
}

.contact_text p a.email-text {
    /* font-size: 14px; */
    /* color: #8b8b8b; */
}

.contact_text p a.email-text:hover {
    color: #ffff;
}


.contact-head {
    text-align: center;
}

.contact-head h2 {
    font-size: 50px;
    color: #000;
    text-transform: uppercase;
}

.lg-btn {
    width: 100%;
}

.cp {
    font-size: 17px;
    line-height: 27px;
}

.contact_heading {
    margin-bottom: 30px;
}

.contact_heading h2 {
    font-size: 45px;
    color: #000000;
    font-weight: bolder;
}

.contact-side-bar {
    padding-top: 18px;
    margin-left: 20px;
}



.b-img img {
    border-radius: 20px;
}

.contact-pag-form .form-group i {
    position: absolute;
    top: 20px;
    color: #9c7a76;
    left: 13px;
    font-size: 20px;
}

.contact-pag-form .form-group1 i {
    right: 13px;
    left: unset;
    color: #7f7f7f;
    pointer-events: none;
}

.contact-pag-form {
    margin-top: 0;
}


button.theme_btn img {
    width: 30%;
}

.exp-bot-txt.inner-exp-bot-txt {
    height: 260px;
    text-align: left;
}

.exp-card.inner-exp-card {
    height: auto;
}

section.event-sec.inner-event-sec.sec {
    padding: 80px 0;
}



.contact-info h5 {
    color: #fff;
}


.inner-support-sec .form-control::placeholder {
    text-transform: uppercase;
    /* font-family: 'Montserrat'; */
    font-size: 12px;
    font-weight: 500;
}

.inner-support-sec .form-control {
    border-radius: 5px;
    text-transform: uppercase;
    /* font-family: 'Montserrat'; */
    font-size: 12px !important;
    font-weight: 500;
}

.inner-support-sec .contact-pag-form form select.form-control {
    border-radius: 5px;
    text-transform: uppercase;
    /* font-family: 'Montserrat'; */
    font-size: 12px;
    font-weight: 500;

}
section.contact-main-sec.inner-support-sec.sec {
    margin: 100px 0px;
}
.support-top-heading p {
    width: 70%;
    text-align: center;
    margin: 0 auto;
}
section.contact-us {
    margin: 100px 0px;
}
.contact-pag-form button {
    padding: 22px 30px;
    width: auto;
    margin-top: 20px;
    /* width: 20%; */
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.support-top-heading ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

section.support-sec {
    margin: 100px 0px;
}

.support-btn a {
    width: 100%;
    text-align: center;
    padding: 32px 0px;
    font-size: 20px;
    font-weight: 600;
}

.support-btn {
    margin-bottom: 20px;
}