@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

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

.slicknav_nav a:hover {
    background: #2e0746;
}

/*header {
    overflow-x: hidden;
}*/

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

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

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;
}

input[type="text"]:focus,5
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;
}


/* Chrome, Safari, Edge, Opera */

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

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

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

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

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

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

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

img {
    max-width: 100%
}


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

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}


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

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

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

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

.over-flow-h {
    overflow: hidden;
}

.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 {
    color: #fff;
    font-size: 70px;
    margin: 0 0 0px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Cinzel", serif;
}

h2 {
    color: #2e0746;
    font-size: 60px;
    margin: 0 0 0px;
    font-weight: 600;
    font-family: "Cinzel", serif;
}

h3 {
    font-family: "Cinzel", serif;
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "Cinzel", serif;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
    font-family: "Montserrat", serif;
}

h6 {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
    font-family: "Montserrat", serif;
}

p {
    margin: 0px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: "Montserrat", serif;
}

.section-heading {
    text-align: center;
    margin-bottom: 50px;
}

.section-heading h2 {
    color: #fff;
    margin-bottom: 5px;
}

.section-heading p {
    width: 60%;
    margin: auto;
    font-weight: 500;
    color: #ffffff94;
}

.theme-1 {
    gap: 15px;
    display: flex;
    color: #fff;
    font-weight: 500;
    width: fit-content;
    align-items: center;
    border-radius: 50px;
    justify-content: center;
    border: 1px solid #fff;
    padding: 5px 5px 5px 20px;
    background-image: -moz-linear-gradient(-90deg, rgb(126, 56, 183) 0%, rgb(73, 11, 111) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(126, 56, 183) 0%, rgb(73, 11, 111) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(126, 56, 183) 0%, rgb(73, 11, 111) 100%);
}

.theme-1 span {
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    background: #30190c;
    justify-content: center;
}

.theme-1 span i {
    width: 30px;
    height: 30px;
    display: flex;
    color: #fff;
    border-radius: 50%;
    align-items: center;
    background: #30190c;
    justify-content: center;
    border: 2px solid #fff;
}

.theme_btn {
    border: none;
    border-radius: 24px;
    width: 100px;
    color: #fff;
    font-size: 20px;
    padding: 12px 0px;
    background-image: -moz-linear-gradient(-90deg, rgb(126, 56, 183) 0%, rgb(73, 11, 111) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(126, 56, 183) 0%, rgb(73, 11, 111) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(126, 56, 183) 0%, rgb(73, 11, 111) 100%);
}

/*header css start */
/*login start*/

.log-form .theme_btn {
    width: 100%;
    background: #2e0746;
    color: #fff;
    padding: 19px 25px;
    font-weight: 500;
    /* clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%); */
    text-transform: uppercase;
    border: unset;
    font-size: 21px;
    margin-top: 10px;
    border-radius: 10px;
    justify-content: center;
}

.log-p {
    padding: 7% 0px;
    /* background: #f8f7e1; */
}

.log-form {
    /* border: 1px solid #787878; */
    padding: 50px 30px;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0px 0px 16px #0000003d;
}

.log-form h2 {
    color: #000;
    font-size: 33px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
}

.log-form input {
    width: 100%;
    border: 1px solid #9f919159;
    padding: 15px 20px;
    margin-top: 25px;
    background: transparent;
    margin-bottom: 10px;
    border-radius: 10px;
    color: #000;
}

.log-form .theme_btn:hover {
    background: #000;
    border: 1px solid #000;
}

.log-form ::placeholder {
    color: gray;
    font-size: 15px;
}

.btn-submits {
    /* background: #326651; */
    color: #000;
    font-size: 17px;
    padding: 13px 30px;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 20px;
    border: 1px solid transparent;
    font-weight: 500;
    border-radius: 30px;
    text-transform: capitalize;
}

.btn-submits:hover {
    box-shadow: inset 300px 0 0 0px #000, inset -295px 0 0 0px #000;
    color: #fff;
    border: 1px solid #fff;
    transition: 1.3s ease-in-out;
}

.log-form-footer {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 10px;
}

.log-form-footer input[type="checkbox"] {
    width: 24px;
    border: 1px solid #2e0746;
}

.log-form-footer a {
    color: gray;
    font-size: 15px;
    font-weight: 500;
}

.log-form p {
    color: gray;
    font-size: 15px;
    padding-top: 5px;
    font-weight: 500;
    margin-bottom: 15px;
}

.log-form p a {
    text-decoration: underline;
    color: #2e0746;
    /* float: right; */
    font-weight: 500;
}

.login_header a {
    color: #000;
}


/*login end*/

/*banner css start */

.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  */

.menu_sec #menu li a {
    font-size: 12px;
    color: #fff;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 500;
}

.menu_sec #menu {
    justify-content: center;
    margin: 0;
    gap: 15px;
}


.menu_sec .container-fluid {
    max-width: 1800px;
    margin: auto;
    padding: 0px 5%;
}

/* Header */

header {
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 0px;
    padding: 15px 0;
    border-bottom: 1px solid #6d4d80;
}

.logo a img {
    position: absolute;
    top: -29px;
}

.header-btn .theme-1 {
    background: #2e0746;
}

.header-btn .theme-1 span,
.header-btn .theme-1 span i {
    background: #2e0746;
}

/* end  */


/*banner css start */

.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-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;
}

.main_slider .container-fluid {
    max-width: 1800px;
    margin: auto;
    padding: 0px 5%;
}


/*banner css end*/



/*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  */



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

.banner_text h2:before {
    position: absolute;
    content: "";
    background: #000;
    width: 100vw;
    height: 95px;
    z-index: -1;
    top: -7px;
    right: -100px;
    background: #ffff;
}

/*.banner_text {
    margin-top: 50px;
}*/

.banner_text h2 {
    position: relative;
    font-size: 70px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20px;
    /*z-index: 0;*/
}

.ban-form ul {
    display: block;
    gap: 9px;
    width: 100%;
    border-radius: 0;
    align-items: end;
    padding: 14px 0px;
    position: relative;
}

.ban-form-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ban-form-text h2 {
  font-size: 50px !important;
}
.ban-form ul li {
    width: 100%;
    margin-bottom: 10px;
}

.custom-select-wrapper {
    position: relative;
    display: inline-block;
}

.custom-select-wrapper i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #000;
    font-size: 12px;
}

.ban-form label {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    text-align: start !important;
    display: block;
    margin-bottom: 7px;
}

.ban-form ul li input,
.ban-form ul li select.form-control,
.ban-form ul li select.form-select {
    padding: 0px 0px 0px 12px;
    border-radius: 4px;
    width: 100%;
    background: #fff;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    appearance: none;
    height: 50px;
    border-radius: 24px;
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.05);
    background-image: none;
}


.banner-bottom-btn {
    position: absolute;
    /* right: 0px; */
    width: fit-content !important;
}

.banner-bottom-sec .container-fluid {
    max-width: 1800px;
    margin: auto;
    padding: 0px 5%;
    position: absolute;
    top: -150px;
}

.banner-img {
    margin-top: 0;
    position: absolute;
    bottom: 102px;
    height: 636px;
    right: 0;
    width: 51%;
}

.banner_text {
    position: absolute;
    z-index: 2;
    width: 43%;
    left: 5%;
    bottom: 0;
    top: 60%;
    transform: translate(0px, -50%);
}

.banner-img img {
    height: 100%;
    width: 100%;
    /* object-fit: contain; */
}

.ban-form {
    padding: 50px;
    border-radius: 20px;
    border-style: solid;
    border-width: 0.15px;
    border-color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
}

.banner_text p {
    color: #9d89a9;
    width: 85%;
    margin-bottom: 15px;
    font-weight: 500;
}

.banner-bottom-sec {
    position: relative;
    width: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-tabs {
    gap: 15px;
    background: #fff;
    border-radius: 50px;
    border-color: #dee2e6 #dee2e6 #fff;
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.05);
    border: unset !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #fff !important;
    background-color: #2E0745 !important;
    padding: 8px 20px;
    border-radius: 50px;
    border-color: #dee2e6 #dee2e6 #fff !important;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: #fff;
    color: #000;
    border: 1px solid transparent;
    border-radius: 50px;
}

/*banner css end*/

/* inner banner */

.inner-main_slider {
    padding: 100px 0px;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/inner-banner.png)no-repeat;
    background-size: cover;
}

.inner-main_slider .container-fluid {
    max-width: 1800px;
    margin: auto;
    padding: 0px 5%;
}

.inner-banner-text h1 {
    font-size: 60px;
    font-weight: 400;
    color: #fff;
}

.inner-banner-text {
    margin-top: 100px;
}

/* inner banner */

/* about sec */

.about-sec {
    padding: 240px 0px 100px;
    background: url(../images/equipment-bg.png)no-repeat;
    background-size: cover;
}

.about-img {
    z-index: 2;
    width: 95%;
    height: 700px;
    position: relative;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.36);
}

.about-text h2 {
    color: #2e0746;
    margin-bottom: 15px;
}

.about-text h4 {
    font-size: 20px;
    color: #2e0746;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.about-text h4::before {
    content: '';
    bottom: 0;
    width: 100px;
    height: 1px;
    left: 0;
    background: #2e0746;
    position: absolute;
}

.about-text p {
    font-weight: 500;
    margin-bottom: 15px;
    text-align: justify;
}

.about-text a {
    margin-left: 25%;
    margin-top: 30px;
}

.about-text {
    position: relative;
}

.about-text::before {
    content: '';
    position: absolute;
    left: -71%;
    top: -24%;
    width: 87%;
    height: 134%;
    background: url(../images/about-text-bg.png) no-repeat;
    background-size: contain;
}

/* about sec */

/* featured-sec */

.featured-sec {
    padding: 70px 0px 100px;
    background: #2e0746;
    margin-top: 0px;
}

.producct-box-detail-2 {
    top: -10px;
    display: flex;
    min-height: 200px;
    text-align: center;
    position: relative;
    align-items: center;
    border-radius: 10px;
    border-radius: 10px;
    flex-direction: column;
    padding: 50px 25px 15px 25px;
    justify-content: space-between;
    background-image: -moz-linear-gradient(-90deg, rgb(126, 56, 183) 0%, rgb(73, 11, 111) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(126, 56, 183) 0%, rgb(73, 11, 111) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(126, 56, 183) 0%, rgb(73, 11, 111) 100%);
}

.producct-box-detail-2 h5 {
    font-size: 20px;
    color: #d5cdda;
    font-weight: 300;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.producct-box-detail-2 a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

/* featured-sec */

/* .equipment-sec */

.equipment-sec {
    padding: 100px 0px;
    background: url(../images/equipment-bg.png)no-repeat;
    background-size: cover;
}

.equipment-sec .section-heading h2 {
    color: #2e0746;
    margin-bottom: 5px;
}

.equipment-sec .section-heading p {
    color: #000;
}

/* .equipment-sec */

/* sale sec */

.sale-sec {
    overflow: hidden;
    padding: 100px 0px;
    position: relative;
    background-color: rgb(0, 0, 0);
}

.sale-sec::before {
    top: 0;
    right: 0;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgba(15, 2, 23, 1) 1%, rgba(15, 2, 23, 0.3981967787114846) 16%, rgba(15, 2, 23, 1) 100%);
}

.sale-img img {
    top: 0px;
    width: 40%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.sale-text {
    position: relative;
}

.sale-text h2 {
    color: #fff;
    margin-bottom: 50px;
}

.sale-text p {
    color: #87818b;
    font-weight: 500;
    margin-bottom: 5px;
}

/* sale sec */

/* gallery-sec */

.gallery-sec {
    padding: 100px 0px;
    position: relative;
}

.gallery-sec::before {
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    height: 35%;
    z-index: -1;
    position: absolute;
    background: #2e0746;
}

.gallery-main-img {
    height: 700px;
    width: 95%;
}

.gallery-main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.gallery-text-img {
    display: flex;
    height: 100%;
    justify-content: space-between;
    flex-direction: column;
}

.gallery-slider-img {
    width: 100%;
    height: 350px;
}

.gallery-slider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.gallery-slider .slick-slide {
    margin: 0px 10px;
}

.gallery-slider .slick-active {
    opacity: 1;
}

.gallery-text {
    display: flex;
    align-items: center;
}

.custom-arrows {
    gap: 15px;
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
}

.custom-prev,
.custom-next {
    width: 45px;
    height: 45px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    transition: ease-in;
    display: flex !important;
    transition-duration: 0.5s;
    border: 1px solid #fff;
}

.custom-prev:hover,
.custom-next:hover {
    transition: ease-out;
    transform: scale(1.3);
    transition-duration: 0.5s;
}

.gallery-text h2 {
    color: #fff;
}

.gallery-text p {
    color: #9783a3;
    font-weight: 500;
    width: 90%;
}

/* gallery-sec */

/* product-sec */

.product-sec {
    padding: 100px 0px;
    background-image: -moz-linear-gradient(-90deg, rgb(126, 56, 183) 0%, rgb(73, 11, 111) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(126, 56, 183) 0%, rgb(73, 11, 111) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(126, 56, 183) 0%, rgb(73, 11, 111) 100%);
}

.product-box {
    margin: 25px 0px;
}

.product-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

.producct-box-detail {
    top: -10px;
    display: flex;
    min-height: 250px;
    text-align: center;
    position: relative;
    align-items: center;
    border-radius: 10px;
    background: #2e0746;
    flex-direction: column;
    padding: 50px 25px 15px 25px;
    justify-content: space-between;
}

.producct-box-detail::before {
    left: 0;
    top: 20px;
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    background: #58396b;
}

.producct-box-detail h5 {
    font-size: 20px;
    color: #d5cdda;
    font-weight: 300;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.producct-box-detail a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

/* product-sec */

/* pagination */

.pagination {
    gap: 8px;
    display: flex;
    margin-top: 50px;
    align-items: center;
    justify-content: center;
}

.pagination .page-number {
    width: 50px;
    height: 50px;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    border-radius: 0px;
    align-items: center;
    display: inline-flex;
    text-decoration: none;
    justify-content: center;
    background-color: #fff;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
}

.pagination .page-number:hover {
    background-color: #2e0746;
    color: #fff;
    border-color: #2e0746;
}

.pagination .page-number.active {
    background-color: #2e0746;
    color: #fff;
    border: none;
}

.pagination .page-number.next {
    font-weight: bold;
}

/* pagination */


.footer-main {
    padding: 80px 0 50px;
    position: relative;
    background: #0f0217;
}

.footer-main h5 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    position: relative;
    margin-bottom: 25px;
}

.quick-link ul {
    line-height: 45px;
    columns: 2;
}

.foot-social ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-info ul li a {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 40px;
}

.foot-social ul li a:hover {
    background: #25224e;
    color: #fff
}

.foot-social ul li a {
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
    color: #fff;
    transition: .5s;
}

.foot-social-ul-li-a-1 {
    background: #3b5998;
}

.foot-social-ul-li-a-2 {
    background: #0e76a8;
}

.foot-social-ul-li-a-3 {
    background: #000;
}

.foot-social-ul-li-a-4 {
    background: #cd1f29;
}

.quick-link ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.copy-right {
    padding: 15px;
    background: #0f0217;
    border-top: 1px solid #33283a;
}

.copy-right p {
    color: #fff;
    font-size: 18px;
}

.copy-right .text-right {
    text-align: right;
}
.footer-logo-box p {
    color: #fff;
    margin: 30px 0px 20px;
}
/* footer */

.about-text-box h2 {
    margin-bottom: 25px;
    font-size: 50px;
}

.innner-about-text {
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 50px;
    font-size: 16px;
}

.about-img-box {
    width: 100%;
    height: 550px;
    position: relative;
}

.about-img-box::before {
    content: '';
    width: 100%;
    right: -10px;
    height: 100%;
    bottom: -10px;
    position: absolute;
    border-radius: 10px;
    background: #29063f;
}

.serice-detail-page {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 0px 14px -4px;
}

.about-text-box p {
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 16px;
}

.serive-detail-box {
    width: 100%;
    height: 350px;
    position: relative;
}

.serive-detail-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    border-radius: 10px;
}

.serive-detail-box::before {
    right: -5px;
    content: '';
    width: 100%;
    height: 100%;
    bottom: -5px;
    position: absolute;
    border-radius: 10px;
    background: #29063f;
}

.about-sec.innder-abot {
    padding-top: 100px;
}

.serive-box-detail-2 {
    margin-top: 35px;
}

.serive-box-detail-2 h3 {
    margin-bottom: 15px;
    color: #2e0746;
    overflow: hidden;
    font-size: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.serive-box-detail-2 p {
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 16px;
}

.serive-box-detail-2 a {
    color: #7430a9;
    font-weight: 600;
    font-size: 20px;
}

.section-heading-sec {
    padding: 100px 0px;
    background: #29063f;
}

.section-heading-sec .section-heading {
    margin-bottom: 0px;
}

/* Inner Contact Start*/

.contact1 p,
.contact2>p {
    margin-bottom: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.contact2 ul {
    margin-top: 40px;
}

.contact1 input,
.contact1 textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    border: 1px solid #000;
    color: #000;
}

.contact1 .theme_btn {
    width: 100%;
    border: 0;
    background: #f01414;
    color: #fff;
    padding: 10px;
    font-size: 23.64px;
    font-family: "Nunito";
    font-weight: 500;
    border-radius: 0;
    height: 60px;
}

.contact1 textarea {
    height: 200px;
}

.contact2 ul li {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    gap: 25px;
}

.contact2 ul li h4 {
    text-transform: capitalize;
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 8px;
}

.contact2 ul li p {
    color: #000;
    font-size: 18px;
    width: 100%;
    margin-bottom: 0;
    font-weight: 500;
}

.contact1 button {
    border: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 70px;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 35px;
    color: #fff;
    background-image: -moz-linear-gradient(-90deg, rgb(126, 56, 183) 0%, rgb(73, 11, 111) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(126, 56, 183) 0%, rgb(73, 11, 111) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(126, 56, 183) 0%, rgb(73, 11, 111) 100%);

}

.contact2 .icon i {
    height: 90px;
    width: 90px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #29063f;
}

.contact2 .icon i {
    font-size: 40px;
    color: #fff;
}

section.contact_us {
    padding: 100px 0;
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(../images/equipment-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.contact-before-after {
    position: relative;
}


.contact-left-right-img {
    position: relative;
}

.map {
    margin-top: 50px;
}

.contact1 input {
    border-radius: 35px;
}

.contact1 textarea {
    border-radius: 10px;
    resize: none;
}

.contact1 input::placeholder,
.contact1 textarea::placeholder {
    color: #000;

    font-weight: 500;
}

.contact1 {
    position: relative;
    width: 95%;
}

i.far.fa-phone-alt {
    transform: rotate(98deg);
}

.map iframe {
    box-shadow: 0 0 20px 0 #0000003d;
}

img.contact_img_1 {
    position: absolute;
    left: 0;
    top: -30px;
}

img.contact_img_2 {
    position: absolute;
    right: -20px;
    top: 30px;
}

.contact1 h2 {
    font-size: 50px;
    margin-bottom: 10px;
    font-weight: 600;
}

.contact2 h2 {
    font-size: 50px;
    margin-bottom: 10px;
    font-weight: 600;
}

/* Inner Contact End*/

/* place-page */

.sale-box {
    margin-bottom: 25px;
    border-radius: 10px;
    border: 1px solid #000;
}

.sale-box .w-100 img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 10px;
}

.sale-box-detail {
    margin-top: -10px;
    position: relative;
    border: 1px solid #000;
    border-radius: 0px 0px 10px 10px;
    border-top: none;
    padding: 45px 25px;
}

.sale-box-detail p {
    font-size: 17px;
    font-weight: 500;
}

.sale-box-detail-1 {
    top: 95px;
    right: 35px;
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    position: absolute;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
}

.sale-box-detail-heading {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    justify-content: space-between;
}

.sale-box-detail-heading h4 {
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
    width: max-content;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    font-family: 'Montserrat';
    -webkit-box-orient: vertical;
}

.sale-box-detail-heading h2 {
    font-family: 'Montserrat';
    font-size: 30px;
    width: 32%;
}

/* place-page */

/*product Detail Page Start*/

.pricetag {
    position: relative;
    margin-bottom: 35px;
}

.pricetag h4 {
    color: #000;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 5px;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.pricetag h3 {
    font-size: 30px;
    color: #6b289d;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Montserrat';
}

.pricetag ul {
    gap: 25px;
    display: flex;
    margin: 15px 0px;
    align-items: center;
    justify-content: flex-start;
}

.pricetag ul li {
    gap: 5px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.pricetag ul li p {
    font-size: 22px;
}

.pricetag ul li i {
    font-size: 20px;
    color: #2e0746;
}

.dv2productdetail h3 {
    font-size: 32px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 10px;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.dv3productdetail h4 {
    font-size: 30px;
    font-weight: 600;
    color: #2e0746;
}

.dv3productdetail {
    margin-top: 15px;
}

.dv3productdetail h5 {
    font-size: 19px;
    font-weight: 600;
    color: black;
}

.dv3productdetail h5 span {
    color: #9a785d;
    font-weight: 400;
}

ul.uldvproductdetail {
    gap: 5px;
    display: flex;
    justify-content: end;
    border-bottom: 1px solid #beebed;
}

.dv3productdetail p {
    color: #101010;
    font-size: 14px;
    font-weight: 500;
}

.dv1descrip h2 {
    font-size: 35px;
    font-weight: 600;
    color: #2e0746;
    margin-bottom: 10px;
}

.dv1descrip p {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: #101010;
}

.dv1productdetail img {
    float: right;
}

.dv1descrip {
    margin-top: 40px;
}

section.productdetail {
    padding: 100px 0px;
    background: url(../images/equipment-bg.png)no-repeat;
    background-size: cover;
}

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

.productdtl-mn-fr.slick-initialized.slick-slider img {
    height: 450px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    background-color: rgb(242 242 242);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}

.productdtl-mn-nv img {
    width: 100%;
    height: 135px;
    object-fit: cover;
    border-radius: 10px;
    background: #000;
}

.productdtl-mn-fr .slick-slide {
    margin: 0px 00px;
}

.productdtl-mn-nv .slick-active {
    opacity: 1;
}

.productdtl-mn-nv .slick-slide {
    margin: 0px 10px;
}

.dv3productdetail-ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dv3productdetail-ul ul {
    width: 50%;
    margin-bottom: 10px;
}

.dv3productdetail-ul ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.dv3productdetail-ul ul li p {
    width: -webkit-fill-available;
}

.dv1descrip ul {
    gap: 5%;
    display: flex;
    margin-top: 35px;
    align-items: center;
    justify-content: center;
}

.dv1descrip ul li {
    gap: 10px;
    color: #fff;
    display: flex;
    font-size: 22px;
    padding: 12px 8%;
    font-weight: 300;
    align-items: center;
    border-radius: 50px;
    justify-content: center;
    text-transform: uppercase;
    background-image: -moz-linear-gradient(-90deg, rgb(126, 56, 183) 0%, rgb(73, 11, 111) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(126, 56, 183) 0%, rgb(73, 11, 111) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(126, 56, 183) 0%, rgb(73, 11, 111) 100%);
}

.dv1descrip ul li i {
    font-size: 30px;
}

.related-boxes-heading {
    margin-bottom: 50px;
}

.related-boxes-sec {
    padding-top: 70px;
}

.related-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.related-box-detail {
    top: -15px;
    padding: 30px 25px;
    position: relative;
    border-radius: 10px;
    background-image: -moz-linear-gradient(-90deg, rgb(126, 56, 183) 0%, rgb(73, 11, 111) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(126, 56, 183) 0%, rgb(73, 11, 111) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(126, 56, 183) 0%, rgb(73, 11, 111) 100%);
}

.related-box-detail h4 {
    color: #fff;
    font-size: 20px;
    width: fit-content;
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-family: 'Montserrat';
    border-bottom: 1px solid #854fae;
}

.related-box-detail h5 {
    color: #fff;
}

.related-box-detail ul {
    display: flex;
    align-items: center;
    margin-top: 25px;
    justify-content: space-between;
}

.related-box-detail ul li {
    color: #fff;
}

.related-box-detail ul li h6 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.track-detail-text-box-first {
    gap: 15px;
    padding: 35px 25px;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    background-image: -moz-linear-gradient(-90deg, rgb(126, 56, 183) 0%, rgb(73, 11, 111) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(126, 56, 183) 0%, rgb(73, 11, 111) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(126, 56, 183) 0%, rgb(73, 11, 111) 100%);
}

.track-detail-text-box-first h4 {
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.track-detail-text-box-first ul {
    display: flex;
    margin-top: 15px;
    align-items: center;
    gap: 10px;
}

.track-detail-text-box-first ul li a {
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    transition: .5s;
}

.track-detail-text-box-first-phone a {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    font-size: 30px;
    color: #000;
}

.track-detail-text-box-second ul {
    margin-top: 40px;
    margin-bottom: 25px;
}

.track-detail-text-box-second ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.track-detail-text-box-second ul li p {
    width: 180px;
    font-size: 14px;
    text-align: left;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.track-detail-text-box-second p {
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.track-detail-text-box-three {
    margin-top: 25px;
}

.track-detail-text-box-three-a {
    width: 100%;
    border-radius: 50px;
    padding: 13px 25px;
    position: relative;
    color: #323232;
    font-size: 23px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #757575;
}

.productdtl-mn-nv {
    margin-bottom: 15px;
}

.track-detail-text-box-three-a i {
    display: flex;
    position: absolute;
    top: 0;
    color: #fff;
    left: 0;
    align-items: center !important;
    width: 50px;
    height: 100%;
    border-radius: 50px;
    align-items: center;
    background: #2e0746;
    justify-content: center;

}

.track-detail-text-box-three-2a {
    border-radius: 50px;
    padding: 13px 25px;
    color: #323232;
    width: 45%;
    font-size: 23px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #757575;
}

.track-detail-text-box-three {
    display: flex;
    align-items: baseline;
    gap: 25px;
}

a.track-detail-text-box-three-3 {
    color: #fff;
    padding: 13px 15px;
    width: 100%;
    font-size: 23px;
    text-align: center;
    border-radius: 50px;
    text-transform: uppercase;
    background-image: -moz-linear-gradient(-90deg, rgb(126, 56, 183) 0%, rgb(73, 11, 111) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(126, 56, 183) 0%, rgb(73, 11, 111) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(126, 56, 183) 0%, rgb(73, 11, 111) 100%);
}

.new-pin {
    color: #fff;
    text-align: center;
    padding: 10px 25px;
    border-radius: 10px;
    margin-bottom: 10px;
    background: #272835;
}

.track-detail-sec {
    margin-bottom: 80px;
}


/*Product Detail Page End*/

.box-btn-sd a {
    color: #fff;
    font-size: 9px;
    font-weight: 500;
    text-transform: uppercase;
}
.box-btn-sd a.theme-1 {
    gap: 7px;
    display: flex;
    color: #fff;
    font-weight: 500;
    width: fit-content;
    align-items: center;
    border-radius: 50px;
    justify-content: center;
    border: 1px solid #fff;
    padding: 3px 3px 3px 8px;
    background-image: -moz-linear-gradient(-90deg, rgb(126, 56, 183) 0%, rgb(73, 11, 111) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(126, 56, 183) 0%, rgb(73, 11, 111) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(126, 56, 183) 0%, rgb(73, 11, 111) 100%);
}
.box-btn-sd a.theme-1 span i {
    width: 22px;
    height: 22px;
    display: flex;
    color: #fff;
    border-radius: 50%;
    align-items: center;
    background: #30190c;
    justify-content: center;
    border: 2px solid #fff;
}
.box-btn-sd a.theme-1 span {
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    background: #30190c;
    justify-content: center;
}
.box-btn-sd {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.chosen-container .chosen-results {
    display: block;
    width: 100%;
}


.chosen-drop li {
    width: 100% !important;
}

.chosen-container.chosen-container-multi {
    width: 100% !important;
}

.chosen-container-multi .chosen-choices {
    display: block;
    padding: 10px 10px;
    border-radius: 4px;
    width: 100%;
    background: #fff;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    appearance: none;
    height: 50px;
    border-radius: 24px;
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.05);
    background-image: none;
}

.chosen-container-multi .chosen-choices li {
    width: auto;
}

div#foo_select_chosen {
    width: 100% !important;
    padding: 0;
    padding: 0 15px;
    border-radius: 4px;
    width: 100%;
    background: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    appearance: none;
    height: 50px;
    border-radius: 24px;
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.05);
    background-image: none;
    padding: 0;
    }



.form-group-set select.select2-hidden-accessible{
    padding: 0px 0px 0px 12px;
    border-radius: 4px;
    width: 100%;
    background: #fff;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    appearance: none;
    height: 50px;
    border-radius: 24px;
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.05);
    background-image: none;
  }

  .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    float: left;
    padding: 0;
    padding-right: 6px;
    padding-left: 0px;
    margin-top: calc(0.375rem - 2px);
    margin-right: 0.375rem;
    color: #495057;
    cursor: pointer;
    border: 1px solid #bdc6d0;
    border-radius: 0.2rem;
    width: auto;
}
.select2-container--bootstrap4.select2-container--focus .select2-selection {
    padding: 0;
    border-radius: 4px;
    width: 100%;
    background: #fff;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    appearance: none;
    height: 50px;
    border-radius: 24px;
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.05);
    background-image: none;
 }




.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
   border: unset;
   height: 40px;
   overflow-y: scroll;
}




  

.select2-container--bootstrap4 .select2-selection {
    border-radius: 50px !important;
    padding: 0px 20px !important;
    
}

.select2-container .select2-search--inline .select2-search__field {
    border-radius: unset;
    width: 100% !important;
    margin: 0;
}

ul.select2-selection__rendered {
    padding: 0 !important;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
    border-radius: 0;
    box-shadow: unset;
    border: 1px solid #00000017;
    height: 50px;
    border-radius: 50px;
    overflow-y: scroll;
    padding: 0 12px;
}

span.select2-selection.select2-selection--multiple {
    height: 50px !important;
    font-size: 12px;
    padding: 0px 0px 0px 10px !important;
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 0 !important;
    padding: 0 !important;
    background: unset !important; 
    margin-left: 0px !important;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    color: #000 !important;
    width: auto !important;
}





/*Media Query Start*/

@media only screen and (min-width: 1600px) and (max-width: 1920px){}

@media only screen and (min-width: 1400px) and (max-width: 1599px){
    .menu_sec #menu {
        justify-content: center;
        margin: 0;
        gap: 13px;
    }
    .menu_sec #menu li a {
        font-size: 11px;
        color: #fff;
        font-family: 'Montserrat';
        text-transform: uppercase;
        font-weight: 500;
    }
    .header-btn .theme-1 {
        font-size: 12px;
    }
    .theme-1 {
        gap: 5px;
        display: flex;
        color: #fff;
        font-weight: 500;
        width: fit-content;
        align-items: center;
        border-radius: 50px;
        justify-content: center;
        border: 1px solid #fff;
        padding: 5px 5px 5px 20px;
       
    }
    .theme_btn {
       
        border-radius: 20px;
        width: 58px;
    }
    .ban-form ul li input, .ban-form ul li select.form-control, .ban-form ul li select.form-select {
        padding: 0px 0px 0px 5px;
        font-size: 10px;
        height: 45px;
        border-radius: 24px;
      
    }
    .select2-container--bootstrap4 .select2-selection--multiple .select2-search__field {
        font-size: 10px !important;
        height: 45px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px){
    .banner_text {
    position: absolute;
    z-index: 2;
    width: 45%;
    left: 5%;
    bottom: 0;
    top: 60%;
    transform: translate(0px, -50%);
}
    
    
    .logo a img {
        position: absolute;
        top: -20px;
        width: auto;
    }
    .menu_sec #menu {
        justify-content: end;
        margin: 0;
        gap: 13px;
    }
    .menu_sec #menu li a {
        font-size: 9px;
        color: #fff;
        font-family: 'Montserrat';
        text-transform: uppercase;
        font-weight: 500;
    }
    .header-btn .theme-1 {
        font-size: 12px;
    }
    .theme-1 {
        gap: 5px;
        display: flex;
        color: #fff;
        font-weight: 500;
        width: fit-content;
        align-items: center;
        border-radius: 50px;
        justify-content: center;
        border: 1px solid #fff;
        padding: 5px 5px 5px 20px;
       
    }
    .theme_btn {
       
        border-radius: 20px;
        width: 58px;
    }
    .ban-form ul li input, .ban-form ul li select.form-control, .ban-form ul li select.form-select {
        padding: 0px 0px 0px 5px;
        font-size: 10px;
        height: 45px;
        border-radius: 24px;
      
    }
    .select2-container--bootstrap4 .select2-selection--multiple .select2-search__field {
        font-size: 10px !important;
        height: 45px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
.banner_text {
    position: absolute;
    z-index: 2;
    width: 54%;
    left: 5%;
    bottom: 0;
    top: 60%;
    transform: translate(0px, -50%);
}


/*Font Css Starts*/

h1 {
    font-size: 40px;
    line-height: 45px;
}

h2 {
    font-size: 40px;
    line-height: 45px;
}

h3 {
    font-size: 25px;
}

/*Font Css Ends*/


/*Buttons Css Starts*/

.theme-1 {
    gap: 10px;
    padding: 5px 5px 5px 10px;
    font-size: 9px;
}

.theme-1 span {
    width: 30px;
    height: 30px;
}

.theme-1 span i {
    font-size: 10px;
}

/*Buttons Css Ends*/


/*Home Css Starts*/

.logo a img {
	position: relative;
    top: unset;
}

.menu_sec #menu {
    gap: 4px;
}

.menu_sec #menu li a {
    font-size: 8px;
}

.banner_text h2 {
    font-size: 40px;
    line-height: 45px;
    margin: 0;
}

.banner_text h2:before {
    width: 100vw;
    height: 50px;
    top: -3px;
    right: 0;
}

.carousel-item {
    height: 600px;
}

.banner_text h3 {
    margin: 20px 0 0 0;
}

.ban-form {
    padding: 20px;
}

.banner-bottom-btn {
    position: relative;
}

.ban-form ul {
    padding: 0;
}

.section-heading {
    margin-bottom: 20px;
}

.product-box img {
    height: 200px;
}

.producct-box-detail-2 {
    padding: 20px;
    justify-content: center;
    gap: 10px;
}

.producct-box-detail-2 h5 {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 10px 0;
}

.featured-sec {
    padding: 70px 0px 60px;
}

.sale-sec {
    padding: 60px 0;
}

.sale-img img {
    left: 0;
}

.sale-text h2 {
    margin-bottom: 20px;
}

.equipment-sec {
    padding: 60px 0;
}

    .footer-main {
        padding: 60px 0 30px 0;
    }

.equipment-sec .section-heading h2 {
    font-size: 40px !important;
}

.foot-social ul li a {
    width: 40px;
    height: 40px;
    font-size: 14px;
}

.footer-main h5 {
    font-size: 25px;
    margin: 20px 0;
}

.quick-link ul {
    line-height: 40px;
}

.quick-link ul li a {
    font-size: 14px;
    line-height: 20px;
}

.contact-info ul li a {
    gap: 10px;
    font-size: 14px;
    margin: 20px 0;
}

.copy-right p {
    font-size: 14px;
    line-height: 20px;
}

/*Home Css Ends*/

/*Inner Banner Css Starts*/

.inner-banner-text {
    margin-top: 0;
}

.inner-main_slider {
    padding: 80px 0px;
    min-height: 600px;
}

/*Inner Banner Css Ends*/

/*Producct Detail Css Starts*/

.producct-box-detail {
    padding: 20px;
    justify-content: center;
    min-height: 150px;
}

.producct-box-detail h5 {
    margin: 0 0 10px 0;
}

/*Producct Detail Css Ends*/


/*Contact Us Css Starts*/

section.contact_us {
    padding: 60px 0;
}

.contact1 {
    width: 100%;
}

.contact1 h2 {
    font-size: 40px;
}

.contact1 input, .contact1 textarea {
    margin: 10px;
    padding: 10px 20px;
}

.contact2 h2 {
    font-size: 40px;
}

.contact2 ul li {
    gap: 10px;
    margin-bottom: 20px;
}

.contact2 ul li h4 {
    font-size: 25px;
    line-height: 30px;
}

.contact2 ul li p {
    font-size: 14px;
}

.contact2 .icon i {
    height: 50px;
    width: 50px;
    font-size: 20px;
}

.map {
    margin-top: 20px;
}

.contact1 button {
    height: 50px;
    font-size: 14px;
}

/*Contact Us Css Ends*/


/*Login Css Starts*/

.log-form {
    padding: 40px;
    margin: 0 0 40px 0;
}

.log-form h2 {
    font-size: 30px;
}

.log-form input {
    padding: 10px 20px;
    margin-top: 10px;
}

.log-form .theme_btn {
    padding: 10px;
    font-size: 16px;
}

.log-form-footer a {
    font-size: 14px;
}

.log-form p {
    font-size: 12px;
    margin: 0 0 10px 0;
}

.new_checlk .form-group label {
    font-size: 12px;
    line-height: 20px;
}


/*Login Css Ends*/


.new_checlk .form-group {
  display: block;
  margin-bottom: 15px;
}

.new_checlk .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.new_checlk .form-group label {
  position: relative;
  cursor: pointer;
}

.new_checlk .form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #2e0746;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  margin-top: -4px;
}

.new_checlk .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 5px;
  height: 13px;
  border: solid #2e0746;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


}

@media only screen and (min-width: 768px) and (max-width: 991px){



/*Font Css Starts*/

h1 {
    font-size: 40px;
    line-height: 45px;
}

h2 {
    font-size: 40px;
    line-height: 45px;
}

h3 {
    font-size: 25px;
}

/*Font Css Ends*/


/*Buttons Css Starts*/

/*Buttons Css Ends*/


/*Home Css Starts*/

.menu_sec .container-fluid {
    padding: 0px 1%;
}

.header-btn .theme-1 {
    font-size: 9px;
    gap: 5px;
    padding: 5px;
}

.header-btn .theme-1 span {
    width: 20px;
    height: 20px;
}

.header-btn .theme-1 span i {
    font-size: 8px;
    width: 20px;
    height: 20px;
}

.logo a img {
	position: relative;
    top: unset;
}

.menu_sec #menu li a {
    font-size: 7px;
}

.menu_sec #menu {
    gap: 7px;
}

.banner_text h2 {
    font-size: 40px;
    line-height: 45px;
    margin: 0;
}

.banner_text h2:before {
    width: 100vw;
    height: 50px;
    top: -3px;
    right: 0;
}

.carousel-item {
    height: 700px;
}

.banner_text h3 {
    margin: 20px 0 0 0;
}

.ban-form {
    padding: 20px;
}

.banner-bottom-btn {
    position: relative;
}

.ban-form ul {
    padding: 0;
}

.section-heading {
    margin-bottom: 20px;
}

.producct-box-detail-2 {
    padding: 20px;
    justify-content: center;
    gap: 10px;
}

.featured-sec {
    padding: 70px 0px 60px;
}

.sale-sec {
    padding: 60px 0;
}

.sale-img img {
    left: 0;
}

.sale-text h2 {
    margin-bottom: 20px;
}

.equipment-sec {
    padding: 60px 0;
}

.equipment-sec .section-heading h2 {
    font-size: 40px !important;
}


.footer-main {
    padding: 60px 0 0 0;
}

.foot-social ul li a {
    width: 40px;
    height: 40px;
    font-size: 14px;
}

.footer-main h5 {
    font-size: 25px;
    margin: 20px 0;
}

.quick-link ul {
    line-height: 40px;
}

.quick-link ul li a {
    font-size: 14px;
    line-height: 20px;
}

.contact-info ul li a {
    gap: 10px;
    font-size: 14px;
    margin: 20px 0;
}

.copy-right p {
    font-size: 14px;
    line-height: 20px;
}

/*Home Css Ends*/

/*Inner Banner Css Starts*/

.inner-banner-text h1 {
    font-size: 50px;
}

.inner-banner-text {
    margin-top: 0;
}

.inner-main_slider {
    padding: 60px 0;
    min-height: 600px;
}

/*Inner Banner Css Ends*/

/*Producct Detail Css Starts*/

.producct-box-detail {
    padding: 20px;
    justify-content: center;
    min-height: 150px;
}

.producct-box-detail h5 {
    margin: 0 0 10px 0;
}

/*Producct Detail Css Ends*/


/*Contact Us Css Starts*/

section.contact_us {
    padding: 40px 0;
}

.contact1 {
    width: 100%;
}

.contact1 h2 {
    font-size: 40px;
}

.contact1 input, .contact1 textarea {
    margin: 10px;
    padding: 10px 20px;
}

.contact2 h2 {
    font-size: 40px;
}

.contact2 ul li {
    gap: 10px;
    margin-bottom: 20px;
}

.contact2 ul li h4 {
    font-size: 25px;
    line-height: 30px;
}

.contact2 ul li p {
    font-size: 14px;
}

.contact2 .icon i {
    height: 50px;
    width: 50px;
    font-size: 20px;
}

.map {
    margin-top: 20px;
}

.contact1 button {
    height: 50px;
    font-size: 14px;
}

/*Contact Us Css Ends*/


/*Login Css Starts*/

.log-form {
    padding: 40px;
    margin: 0 0 40px 0;
}

.log-form h2 {
    font-size: 30px;
}

.log-form input {
    padding: 10px 20px;
    margin-top: 10px;
}

.log-form .theme_btn {
    padding: 10px;
    font-size: 16px;
}

.log-form-footer a {
    font-size: 14px;
}

.log-form p {
    font-size: 12px;
    margin: 0 0 10px 0;
}

.new_checlk .form-group label {
    font-size: 12px;
    line-height: 20px;
}


/*Login Css Ends*/

.banner_text {
    position: absolute;
    z-index: 2;
    width: 70%;
    left: 3%;
    bottom: 0;
    top: 60%;
    transform: translate(0px, -50%);
}


}

@media only screen and (min-width: 520px) and (max-width: 767px){



/*Font Css Starts*/

h1 {
    font-size: 40px !important;
    line-height: 45px;
}
h2 {
    font-size: 40px;
    line-height: 45px;
}

h3 {
    font-size: 30px;
    line-height: 35px;
}

p {
    font-size: 14px;
    line-height: 23px;
}


/*Font Css Ends*/



/*Buttons Css Starts*/

.theme-1 {
    gap: 10px;
    padding: 5px 5px 5px 10px;
}

.theme-1 span {
    width: 30px;
    height: 30px;
}

.theme-1 span i {
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    font-size: 10px;
}

/*Buttons Css Ends*/



/*Home Css Starts*/

header {
    position: relative;
}

.logo a {
    width: 100%;
}

    .logo a img {
        position: relative;
        top: 0;
        width: 30%;
        margin: 0 auto;
        display: flex;
    }

.header-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0 0;
}

.banner_text h2 {
    font-size: 30px;
    line-height: 35px;
    margin: 20px 0;
}

    .ban-form {
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 0 20px 0 #00000026;
    }
    

.banner_text h2:before {
    width: 110vw;
    height: 50px;
    top: -7px;
    right: -30px;
}

.carousel-item {
    height: 400px;
}

.ban-form-text {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.ban-form ul li input, .ban-form ul li select.form-control, .ban-form ul li select.form-select {
    font-size: 14px;
    height: 40px;
}

.ban-form ul {
    padding: 10px 0px;
}

.banner-bottom-sec .container-fluid {
    position: relative;
    top: unset;
    margin: 30px 0 0 0;
}

    .featured-sec {
        margin: 70px 0 0 0;
        padding: 40px 0;
    }

.section-heading {
    margin-bottom: 20px;
}

.product-box img {
    height: 200px;
}

.producct-box-detail-2 {
    padding: 20px;
    justify-content: center;
    gap: 10px;
}

.product-box {
    margin: 10px 0;
}

.sale-sec {
    padding: 40px 0;
}

    .sale-text h2 {
        margin-bottom: 30px;
    }

.equipment-sec {
    padding: 40px 0;
}

.equipment-sec .section-heading h2 {
    font-size: 40px !important;
}

.footer-main {
    padding: 40px 0;
}

.footer-logo-box a {
    width: 100%;
}

.footer-logo-box a img {
    width: 40%;
}

.footer-logo-box p {
    margin: 10px 0;
}

.foot-social ul {
    margin: 20px 0;
}

.foot-social ul li a {
    width: 30px;
    height: 30px;
    font-size: 15px;
}

.footer-main h5 {
    font-size: 20px;
    line-height: 25px;
    margin: 10px 0;
}

.quick-link ul li a {
    font-size: 14px;
}

.quick-link ul {
    line-height: 30px;
    margin: 0 0 30px 0 !important;
}

.contact-info ul li a {
    gap: 10px;
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 20px 0;
}

.copy-right {
    padding: 10px 0;
}

.copy-right p {
    font-size: 12px;
    margin: 0 0 20px 0;
}




.banner_text {
    position: absolute;
    z-index: 2;
    width: 97%;
    left: 2%;
    bottom: 0;
    top: 60%;
    transform: translate(0px, -50%);
}

.main-banner-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left;
}
.banner_text h4 {
    line-height: normal;
    font-family: "Cinzel", serif;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

/*Home Css Ends*/

/*Inner Banner Css Starts*/

.inner-main_slider {
    padding: 20px 0;
    min-height: 300px;
}

.inner-banner-text {
    margin-top: 0;
}

.inner-banner-text h1 {
    font-size: 30px;
}

/*Inner Banner Css Ends*/

/*Producct Detail Css Starts*/

.producct-box-detail {
    padding: 20px;
    justify-content: center;
    min-height: 150px;
}

.producct-box-detail h5 {
    margin: 0 0 10px 0;
}

/*Producct Detail Css Ends*/

/*Contact Us Css Starts*/

section.contact_us {
    padding: 40px 0;
}

.contact1 {
    width: 100%;
}

.contact1 h2 {
    font-size: 40px;
}

.contact1 input, .contact1 textarea {
    margin: 10px;
    padding: 10px 20px;
}

.contact2 {
    margin: 50px 0 0 0;
}

.contact2 h2 {
    font-size: 40px;
}

.contact2 ul li {
    gap: 10px;
    margin-bottom: 20px;
}

.contact2 ul li h4 {
    font-size: 25px;
    line-height: 30px;
}

.contact2 ul li p {
    font-size: 14px;
}

.contact2 .icon i {
    height: 50px;
    width: 50px;
    font-size: 20px;
}

.map {
    margin-top: 20px;
}

.contact1 button {
    height: 50px;
    font-size: 14px;
}

/*Contact Us Css Ends*/

/*Login Css Starts*/

.log-form {
    padding: 20px;
    margin: 0 0 40px 0;
}

.log-form h2 {
    font-size: 30px;
}

.log-form input {
    padding: 10px 20px;
    margin-top: 10px;
}

.log-form .theme_btn {
    padding: 10px;
    font-size: 16px;
}

.log-form-footer a {
    font-size: 12px;
}

.log-form p {
    font-size: 12px;
    margin: 0 0 10px 0;
}

.new_checlk .form-group label {
    font-size: 12px;
    line-height: 20px;
}

/*Login Css Ends*/


/*Forget Page Css Starts*/
/*
.login-forms {
    padding: 20px 0;
}

.log-in-wrap {
    padding: 20px;
}

.log-in-wrap h2 {
    margin: 0 0 10px 0;
    font-size: 30px;
    line-height: 35px;
}

.email-for-pass {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 10px 0;
}

.form-control {
    height: 40px;
    padding: 10px;
    font-size: 12px;
}

.text-muted {
    font-size: 12px;
    line-height: 20px;
    margin: 10px 0;
}

.reg-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.theme-btn {
    font-size: 12px;
    padding: 10px;
    margin: 10px 0;
}
*/
/*Forget Page Css Ends*/



}

@media only screen and (min-width: 300px) and (max-width: 519px){

.sale-banner {
    background: url(https://www.ocalahorsesforsale.com/assets/images/HORSES-FOR-LEASE.jpg) no-repeat;
    background-position: center !important;
}

.track-banner {
    background: url(https://www.ocalahorsesforsale.com/assets/images/TACK-AND-MISC.jpg) no-repeat;
          background-position: center !important;
}
/*Font Css Starts*/

h1 {
    font-size: 22px !important;
    line-height: 35px;
}

h2 {
    font-size: 30px;
    line-height: 35px;
}

h3 {
    font-size: 25px;
    line-height: 30px;
}

p {
    font-size: 12px;
    line-height: 20px;
}


/*Font Css Ends*/



/*Buttons Css Starts*/

.theme-1 {
    gap: 10px;
    padding: 5px 5px 5px 10px;
}

.theme-1 span {
    width: 30px;
    height: 30px;
}

.theme-1 span i {
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    font-size: 10px;
}

/*Buttons Css Ends*/



/*Home Css Starts*/

header {
    position: relative;
}

.logo a {
    width: 100%;
}

    .logo a img {
        position: relative;
        top: 0;
        width: 40%;
        margin: 0 auto;
        display: flex;
    }

.header-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0 0;
}

.banner_text h2 {
    font-size: 30px;
    line-height: 35px;
    margin: 20px 0;
}

    .ban-form {
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 0 20px 0 #00000026;
    }
    

.banner_text h2:before {
    width: 110vw;
    height: 50px;
    top: -7px;
    right: -30px;
}

.carousel-item {
    height: 320px;
}

.ban-form-text {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.ban-form ul li input, .ban-form ul li select.form-control, .ban-form ul li select.form-select {
    font-size: 12px;
    height: 40px;
}


.nav-tabs .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    padding: 5px 7px;
}



.ban-form ul {
    padding: 10px 0px;
}

.banner-bottom-sec .container-fluid {
    position: relative;
    top: unset;
    margin: 30px 0 0 0;
}

.featured-sec {
    margin: 50px 0 0 0;
    padding: 20px 0;
}

.nav {
    flex-wrap: unset;
    gap: 5px;
}

.section-heading {
    margin-bottom: 20px;
}

.product-box img {
    height: 200px;
}

.producct-box-detail-2 {
    padding: 20px;
    justify-content: center;
    gap: 10px;
}

.product-box {
    margin: 10px 0;
}

.producct-box-detail-2 h5 {
    font-size: 16px;
}

.sale-sec {
    padding: 40px 0;
}

.sale-text h2 {
    margin-bottom: 10px;
}

.equipment-sec {
    padding: 20px 0;
}

.equipment-sec .section-heading h2 {
    font-size: 30px !important;
}

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

.footer-logo-box a {
    width: 100%;
}

.footer-logo-box a img {
    width: 40%;
}

.footer-logo-box p {
    margin: 10px 0;
}

.foot-social ul {
    margin: 20px 0;
}

.foot-social ul li a {
    width: 30px;
    height: 30px;
    font-size: 15px;
}

.footer-main h5 {
    font-size: 20px;
    line-height: 25px;
    margin: 10px 0;
}

.quick-link ul li a {
    font-size: 14px;
}

.quick-link ul {
    line-height: 30px;
    margin: 0 0 30px 0 !important;
}

.contact-info ul li a {
    gap: 10px;
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 20px 0;
}

.copy-right {
    padding: 10px 0;
}

.copy-right p {
    font-size: 12px;
    margin: 0 0 20px 0;
}
.banner_text {
    position: absolute;
    z-index: 2;
    width: 97%;
    left: 2%;
    bottom: 0;
    top: 60%;
    transform: translate(0px, -50%);
}

.main-banner-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left;
}
.banner_text h4 {
    line-height: normal;
    font-family: "Cinzel", serif;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}
/*Home Css Ends*/

/*Inner Banner Css Starts*/

.inner-main_slider {
    padding: 20px 0;
    min-height: 200px;
}

.inner-banner-text {
    margin-top: 0;
}

.inner-banner-text h1 {
    font-size: 30px;
}

/*Inner Banner Css Ends*/

/*Producct Detail Css Starts*/

.producct-box-detail {
    padding: 20px;
    justify-content: center;
    min-height: 150px;
}

.producct-box-detail h5 {
    margin: 0 0 10px 0;
}

/*Producct Detail Css Ends*/

/*Contact Us Css Starts*/

section.contact_us {
    padding: 20px 0;
}

.contact1 {
    width: 100%;
    padding: 0 20px;
}

.contact1 h2 {
    font-size: 30px;
}

.contact1 input, .contact1 textarea {
    margin: 10px 0;
    padding: 10px 20px;
}

.contact2 {
    margin: 50px 0 0 0;
}

.contact2 h2 {
    font-size: 30px;
}

.contact2 ul li {
    gap: 10px;
    margin-bottom: 20px;
}

.contact2 ul li h4 {
    font-size: 25px;
    line-height: 30px;
}

.contact2 ul li p {
    font-size: 12px;
}

.contact2 .icon i {
    height: 50px;
    width: 50px;
    font-size: 20px;
}

.map {
    margin-top: 20px;
}

.contact1 button {
    height: 50px;
    font-size: 14px;
}

/*Contact Us Css Ends*/

/*Login Css Starts*/

.log-form {
    padding: 20px;
    margin: 0 0 40px 0;
}

.log-form h2 {
    font-size: 30px;
}

.log-form input {
    padding: 10px 20px;
    margin-top: 10px;
}

.log-form .theme_btn {
    padding: 10px;
    font-size: 16px;
}

.log-form-footer a {
    font-size: 12px;
}

.log-form p {
    font-size: 12px;
    margin: 0 0 10px 0;
}

.new_checlk .form-group label {
    font-size: 12px;
    line-height: 20px;
}

/*Login Css Ends*/

/*Forget Page Css Starts*/

.login-forms {
    padding: 20px 0;
}

.log-in-wrap {
    padding: 20px;
}

.log-in-wrap h2 {
    margin: 0 0 10px 0;
    font-size: 30px;
    line-height: 35px;
}

.email-for-pass {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 10px 0;
}

.form-control {
    height: 40px;
    padding: 10px;
    font-size: 12px;
}

.text-muted {
    font-size: 12px;
    line-height: 20px;
    margin: 10px 0;
}

.reg-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.theme-btn {
    font-size: 12px;
    padding: 10px;
    margin: 10px 0;
}

/*Forget Page Css Ends*/




}

/*Media Query End*/



.productdtl-mn-fr.slick-initialized.slick-slider img:first-child {
    object-position: top;
}

.sale-banner {
    background: url(https://www.ocalahorsesforsale.com/assets/images/HORSES-FOR-LEASE.jpg) no-repeat;
        background-position: right;
}

.track-banner {
    background: url(https://www.ocalahorsesforsale.com/assets/images/TACK-AND-MISC.jpg) no-repeat;
        background-position: right;
}




