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

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

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

@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: 'QboneB';
    src: url(../font/BoxTube\ Labs\ -\ QB\ One\ Bold.ttf);
}

@font-face {
    font-family: 'QboneL';
    src: url(../font/BoxTube\ Labs\ -\ QB\ One\ Light.ttf);
}

@font-face {
    font-family: 'QboneR';
    src: url(../font/BoxTube\ Labs\ -\ QB\ One\ Regular.ttf);
}

@font-face {
    font-family: 'Agency';
    src: url(../font/AGENCYB.TTF);
}

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

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

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

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

a {
    text-decoration: none;
    color: #000;
    white-space: initial;
    font-family: "Montserrat", sans-serif;
}

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

p {
    font-weight: 500;
    line-height: 27px;
    margin: 0;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: #000;
}

h1 {
    font-family: 'QboneB';
    font-size: 63px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0;
}

h2 {
    font-family: 'QboneB';
    font-size: 48px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    margin: 0;
}

h3 {
    font-family: 'QboneL';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 400;
    margin: 0;
}

h4 {
    font-family: 'QboneR';
    font-size: 29px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0;
}

h5 {
    font-family: 'QboneR';
    font-size: 21px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    margin: 0;
}

h6 {
    font-family: 'QboneR';
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
    margin: 0;
}

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

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

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

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

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

/*---------------------------------------------------- Tabs Section Start ----------------------------------------------------------- */

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

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

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

/*---------------------------------------------------- Carousel Section 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;
}

/*---------------------------------------------------- Carousel Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Button Section Start ----------------------------------------------------------- */

.siteBtn {
    display: inline-block;
}

.siteBtn .pbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #fff;
    height: 55px;
    position: relative;
    background-image: -webkit-linear-gradient(90deg, rgb(0, 89, 152) 0%, rgb(86, 152, 199) 49%, rgb(0, 89, 152) 100%);
}

.siteBtn .pbtn span.btnTxt {
    padding: 0px 40px 0 30px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.siteBtn .pbtn span.btnImg {
    width: 60px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.1s;
    background: #fff;
}

.siteBtn .pbtn span.btnImg img.img-fluid {
    transition: 0.2s;
    width: 20px;
}

.siteBtn .pbtn:hover {
    box-shadow: 0px 0px 13px 0px #89868670;
    background: #64abff;
    transform: translate3d(2px, 2px, 0px);
}

.siteBtn .pbtn:hover span.btnImg {
    background: #64abff;
}

.siteBtn .pbtn:hover span.btnImg img {
    filter: brightness(0) invert(1);
}



.siteBtn .pbtn.blackBtn.anr {
    border: 1px solid #1568a3;
    background: #fff;
    color: #1568a3;
}

.siteBtn .pbtn.blackBtn.anr span.btnImg.anr {
    background-image: -webkit-linear-gradient(90deg, rgb(0, 89, 152) 0%, rgb(86, 152, 199) 49%, rgb(0, 89, 152) 100%);
}

span.btnImg.anr img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(10%) hue-rotate(213deg) brightness(104%) contrast(103%);
}

.siteBtn .pbtn.blackBtn.anr:hover {
    background: #64abff;
    color: #fff;
    border-color: #64abff;
}

.siteBtn .pbtn.blackBtn.anr:hover span.btnImg.anr {
    background-image: unset;
}

/*---------------------------------------------------- Button Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Header Section Start ----------------------------------------------------------- */

.menuSec {
    padding: 10px 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.menuSec img {
    margin: 0;
}

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

.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: #fff;
    padding: 10px 15px;
    font-size: 14px;
}

.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: #0b619d;
}

.header-btns-link ul li a:hover {
    background-image: -webkit-linear-gradient(132deg, rgb(0, 89, 152) 0%, rgb(65, 134, 183) 49%, rgb(0, 89, 152) 100%);
    border-color: #0c619e;
}

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

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



/*---------------------------------------------------- Header Section End ----------------------------------------------------------- *

/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */

footer {
    background: #1c1e21;
    padding: 75px 0 80px;
    overflow: hidden;
}

.foot-logo img {
    width: 70%;
    margin-bottom: 15px;
}

.foot-logo p {
    color: #fff;
    margin-bottom: 25px;
    font-size: 14.3px;
    width: 80%;
    opacity: 80%;
}

.foot-logo ul li {
    font-size: 15px;
    color: #ffffff;
}

.foot-logo ul li span {
    color: #fff;
    opacity: 80%;
}

footer h5:before {
    position: absolute;
    content: '';
    width: 63px;
    height: 3px;
    background: #9ac1dd;
    bottom: -10px;
}

footer h5 {
    color: #fff;
    margin-bottom: 37px;
    position: relative;
    font-weight: 400;
    letter-spacing: 1px;
}

.quick-links ul li a {
    color: #fff;
    font-size: 14px;
    opacity: 80%;
    transition: 0.7s all;
}

.quick-links ul li {
    font-size: 15px;
    margin-bottom: 6px;
}

.quick-links-main {
    padding-left: 70px;
}

.quick-links-main ul li a {
    text-transform: capitalize;
}

.quick-links ul li a:hover {
    color: #2373ab;
    opacity: 1;
}

.quick-links-main ul li {
    margin: 14px 0;
    color: #b3b3b3;
    text-transform: capitalize;
}

.quick-services ul li a {
    font-size: 15px;
    color: #fff;
    line-height: 35px;
    opacity: 80%;
}

.footer-2 span {
    font-size: 27px;
    color: #ffffff;
}

.Newsletter-footer p {
    color: #fff;
    font-size: 14.3px;
    margin-bottom: 20px;
    opacity: 80%;
}

.news-btn input {
    border: unset;
    padding: 15px;
    background: #fff;
    width: 100%;
    border-radius: 0px;
    color: #000;
    height: 60px;
}

.quick-links.foot-logo ul h5 {
    margin-bottom: 30px;
}

.news-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.news-btn button {
    margin-left: -96px;
    padding: 15px 24px;
    border: 0;
    font-size: 18px;
    color: #fff;
    background-image: -webkit-linear-gradient(90deg, rgb(0, 89, 152) 0%, rgb(86, 152, 199) 49%, rgb(0, 89, 152) 100%);
}

.news-btn input::Placeholder {
    color: #000;
}

.footer-2 h5 {
    margin-bottom: 30px;
    padding-top: 0;
}

.copy-right {
    text-align: center;
    height: 60px;
    border-top: 1px solid #ffffff85;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: -webkit-linear-gradient(90deg, rgb(0, 89, 152) 0%, rgb(86, 152, 199) 49%, rgb(0, 89, 152) 100%);
    padding: 0 5%;
    overflow: hidden;
}

.copy-right p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
}

.news-btn input::placeholder {
    color: #ffffff9e;
}

.cards-footer {
    margin: 50px 0 0 0;
}

.footer-2 a {
    font-size: 28px;
    color: #fff;
    opacity: 70%;
}

.footer-2 {
    margin-top: 25px;
}

.news-btn input::placeholder {
    color: #000;
    opacity: 60%;
}

.container-fluid {
    padding: 0 5%;
}

img.card-ftr {
    margin-bottom: -15px;
}

/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Racer Section Start ----------------------------------------------------------- */

.racer-sec {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 120px;
    text-align: center;
    background-position: center;
}

.racer-main h2 {
    color: #fff;
}

.racer-main p {
    color: #fff;
    width: 63%;
    margin: 10px auto 20px;
    font-weight: 400;
}

/*---------------------------------------------------- Racer Section End ------------------------------------------------------------- */

/*---------------------------------------------------- About Section Start ------------------------------------------------------------- */

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

.about-text {
    padding: 50px;
    margin-left: -60px;
    position: relative;
    background-image: -webkit-linear-gradient(132deg, rgb(0, 89, 152) 0%, rgb(65, 134, 183) 49%, rgb(0, 89, 152) 100%);
}

.about-text h2 {
    color: #fff;
    font-size: 49px;
    margin-bottom: 12px;
}

.about-text h2 span {
    display: block;
    font-size: 46px;
}

.about-text p {
    color: #fff;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 30px;
    font-weight: 400;
}

.about-text ul {
    column-count: 2;
    margin: 22px 0;
}

.about-text ul li {
    margin-bottom: 14px;
    /*    display: flex;
*/
    align-items: center;
    gap: 10px;
    font-family: 'QboneR';
    color: #fff;
    font-size: 15.15px;
    font-weight: 400;
}

.about-text a {
    width: 90px;
    height: 70px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
}

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

.about-text.testprov {
    margin-left: 0;
    margin-right: -60px;
}


.about-sec.technology-iner {
    padding: 0 0 130px;
    background-image: unset;
    position: relative;
}

.about-sec.technology-iner:before {
    content: '';
    position: absolute;
    bottom: -30px;
    right: 0;
    background-image: url(../images/product-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -2;
}

/*---------------------------------------------------- About Section End ------------------------------------------------------------- */

/*---------------------------------------------------- PRT Section Start ------------------------------------------------------------- */

.prt-text-btm {
    width: 100%;
    height: 100%;
    padding: 52px 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.prt-hero-sec {
    padding: 110px 0;
    position: relative;
    z-index: 0;
}

.prt-hero-img img {
    width: 100%;
    height: 750px;
    object-fit: cover;
}

.prt-hero-sec:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../images/prt-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.prt-text-btm h3 {
    color: #fff;
    line-height: 1.4;
}

.prt-text-btm h3 span {
    font-size: 35px;
    display: block;
}

.prt-text-btm p {
    color: #fff;
    width: 69%;
    margin-bottom: 15px;
    font-size: 12px;
}

.prt-prdt-main {
    border: 1px solid #000;
    padding: 30px 0;
    text-align: center;
    margin-bottom: 18px;
}

.prt-prdt-main img {
    height: 200px;
    width: 100%;
    object-fit: scale-down;
}

.prt-prdt-main h3 {
    font-size: 25px;
    min-height: 60px;
    margin-bottom: 25px;
}

/*---------------------------------------------------- PRT Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Testimonial Section Start ------------------------------------------------------------- */

.testi-head {
    text-align: center;
    margin-bottom: 45px;
}

.testi-head p {
    width: 50%;
    margin: 0 auto;
}

.testimonial-sec:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../images/testi-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.testi-main {
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 54px 0px #00000021;
}

.testimonial-sec {
    padding: 100px 0;
    position: relative;
    z-index: 0;
}

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

.testi-image {
    width: 120%;
}

.slick-slide {
    opacity: 1;
    margin: 23px 20px;
}

.testi-text ul {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 15px;
}

.testi-text p {
    margin-bottom: 15px;
    border-bottom: 1px solid #00000069;
    padding-bottom: 10px;
    opacity: 70%;
    width: 96%;
    line-height: 35px;
}

.testi-text {
    padding: 25px 40px;
    background: #fff;
}

.testi-text ul li i {
    background-image: -webkit-linear-gradient(90deg, rgb(0, 89, 152) 0%, rgb(86, 152, 199) 49%, rgb(0, 89, 152) 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 17px;
}

.testi-user span {
    background-image: -webkit-linear-gradient(90deg, rgb(0, 89, 152) 0%, rgb(86, 152, 199) 49%, rgb(0, 89, 152) 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: 'Montserrat';
    font-size: 13px;
}

button.slick-prev:before,
button.slick-next:before {
    content: '';
    background-image: url(../images/testi-arrow-left.png);
    width: 55px;
    height: 55px;
    display: block;
    opacity: 1 !important;
    background-repeat: no-repeat;
    background-size: contain;
}

button.slick-prev {
    top: 50%;
    left: -60px;
}

button.slick-next:before {
    background-image: url(../images/testi-arrow-rit.png);
    width: 55px;
}

button.slick-next {
    top: 50%;
    right: -20px;
}

/*---------------------------------------------------- Testimonial Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Product Section Start ------------------------------------------------------------- */

.product-head {
    text-align: center;
    margin-bottom: 15px;
}

.product-head ul {
    justify-content: center;
    margin: 15px 0 0 !important;
    gap: 17px;
}

.product-sec .tab-pane {
    display: block;
    height: 0;
    opacity: 0;
    /* overflow: hidden; */
}

.product-sec .tab-pane.active {
    display: block;
    height: auto;
    opacity: 1;
}

.product-head ul li.nav-item button {
    border: 1px solid #c3c2c2;
    border-radius: unset;
    color: #121111;
    font-family: 'QboneL';
    font-size: 15px;
    padding: 10px 30px;
}

.product-head ul li.nav-item button.active {
    background-image: -webkit-linear-gradient(90deg, rgb(0, 89, 152) 0%, rgb(86, 152, 199) 49%, rgb(0, 89, 152) 100%);
    border-color: #4c90c1;
}

.product-text h4 {
    font-family: 'Montserrat';
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.product-text ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.product-img {
    border: 1px solid #045c9a00;
    background: #fff;
    padding: 10px;
    position: relative;
    text-align: center;
    height: 400px;
    align-content: center;
    transition: 0.7s all;
}

.product-text ul li.price span {
    font-family: 'Montserrat';
    font-size: 19px;
    color: #989898;
    line-height: 1;
}

li.price {
    display: flex;
    align-items: center;
    gap: 7px;
}

li.price pre {
    font-family: 'Montserrat';
    margin: unset;
    font-size: 25px;
    overflow: unset;
    color: #141726;
    font-weight: 500;
}

li.stars {
    display: flex;
    align-items: center;
    gap: 2px;
}

li.stars i {
    color: #f9ae0e;
    font-size: 15px;
}

.product-text p {
    opacity: 70%;
    font-size: 14px;
}

.product-text {
    padding: 10px;
    background: #fff;
    margin-top: 10px;
}

.product-img ul li {
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-image: -webkit-linear-gradient(90deg, rgb(0, 89, 152) 0%, rgb(86, 152, 199) 49%, rgb(0, 89, 152) 100%);
}

.product-img ul li a {
    font-size: 20px;
    color: #fff;
}

.product-img a.crt-btn-prdt {
    width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background-image: -webkit-linear-gradient(90deg, rgb(0, 89, 152) 0%, rgb(86, 152, 199) 49%, rgb(0, 89, 152) 100%);
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    position: absolute;
    bottom: 1.5%;
    right: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    transition: 0.7s all;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.product-img ul {
    position: absolute;
    top: 7px;
    right: 7px;
    display: grid;
    opacity: 0;
    gap: 5px;
    transition: 0.7s all;
}

.product-img img {
    width: auto;
    height: auto;
    object-fit: scale-down;
    display: inline-block;
}

.product-main:hover .product-img {
    border-color: #045c9a;
}

.product-main:hover .product-img a.crt-btn-prdt {
    opacity: 1;
    width: 95%;
}

.product-main:hover .product-img ul {
    opacity: 1;
}

.product-sec:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../images/product-back.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.product-sec {
    padding: 100px 0;
    position: relative;
    z-index: 0;
}

/* Product Detail Css Page Start  */

.product-sec.iner:before {
    background-size: contain;
    bottom: -43%;
}

.product-sec.iner {
    padding: 0 0 100px;
    overflow: hidden;
}

.product-sec.iner .tab-pane {
    overflow: hidden;
}

.product-sec.iner:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/prt-back.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.product-sec.iner .row.prt-inr {
    margin-bottom: 60px;
}

.product-sec.iner .product-head {
    margin-bottom: 40px;
}

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

/*---------------------------------------------------- Product Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Why Choose Us Section Start ------------------------------------------------------------- */

.whychose-head h2 {
    color: #fff;
}

.whychoose-sec {
    padding: 100px 0;
    background-image: url(../images/why-choose-back.png);
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.whychose-head p {
    color: #fff;
    width: 55%;
    opacity: 70%;
    margin: 0 auto 30px;
}

.whychoose-img {
    width: 110px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 40px;
    color: #fff;
    background-image: -webkit-linear-gradient(90deg, rgb(0, 89, 152) 0%, rgb(86, 152, 199) 49%, #005998 100%);
    transition: 0.7s all;
}

.whychose-main {
    padding: 50px 15px;
    position: relative;
    background-image: url(../images/whychose-box.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.whychoose-text h4 {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 11px;
}

.whychoose-text p {
    color: #fff;
    line-height: 30px;
    opacity: 70%;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.whychose-main:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../images/whychose-box.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 90%;
    background-position: right;
    z-index: -1;
}

.whychose-main:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: -1;
    transition: 0.7s all;
    right: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(90deg, rgb(0, 89, 152) 0%, rgb(86, 152, 199) 49%, rgb(0, 89, 152) 100%);
    margin: auto;
}

.whychose-main:hover:after {
    height: 100%;
    width: 100%;
}

.whychose-main:hover .whychoose-img {
    background: #fff;
}


.whychose-main:hover .whychoose-img img {
    filter: brightness(0) saturate(100%) invert(43%) sepia(99%) saturate(7437%) hue-rotate(192deg) brightness(80%) contrast(104%);
}



/*---------------------------------------------------- Why Choose Us Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Shop Section Start ------------------------------------------------------------- */

.shop-sec {
    text-align: center;
    padding-bottom: 100px;
    position: relative;
    z-index: 0;
}

.shop-head p {
    width: 55%;
    margin: 0 auto 10px;
}

.shop-sec:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../images/shop-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-position: bottom;
}

.categ-slider .slick-track {
    display: flex !important;
}

.categ-slider .slick-slide {
    display: flex !important;
    height: auto !important;
}

.categ-slider .slick-slide>div {
    display: flex;
    width: 100%;
}


.shop-main {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}


.shop-img {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-img img {
    max-height: 100%;
    object-fit: contain;
}

.shop-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.shop-text h4 span {
    font-size: 33px;
    display: block;
}

.shop-text h4 {
    min-height: 90px;
    padding-right: 10px;
    padding-left: 10px;
}

.shop-text p {
    min-height: 60px;
}

.shop-text a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 10px;
    background-image: -webkit-linear-gradient(132deg, rgb(0, 89, 152) 0%, rgb(65, 134, 183) 49%, rgb(0, 89, 152) 100%);
    color: #fff;
    border: 1px solid #95bdd8;
}

.shop-main:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 66%;
    z-index: -1;
    transition: 0.7s all;
    border: 2px solid #045c9a;
    background: #fff;
    z-index: -2;
}

.shop-main:hover h4 {
    color: #fff;
}

.shop-main:hover p {
    color: #fff;
}

.shop-main:hover:before {
    height: 66%;
}

.shop-main:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 0;
    z-index: -1;
    background-image: -webkit-linear-gradient(90deg, rgb(0, 89, 152) 0%, rgb(86, 152, 199) 49%, rgb(0, 89, 152) 100%);
    transition: 0.7s all;
}

/*---------------------------------------------------- Shop Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Banner Section Start ------------------------------------------------------------- */

.banner-sec {
    margin-bottom: 100px;
    background-image: url(../images/banner-back.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    /* padding-top: 170px; */
    align-content: center;
    height: 120vh;
    position: relative;
}

.banner-point ul li:after {
    content: '';
    position: absolute;
    top: 50px;
    left: 78px;
    background: #176ba400;
    width: 90px;
    border-bottom: 1px solid #5598c500;
    height: 2px;
}

.banner-point ul li:hover:after {
    background: #176ba4;
    border-bottom-color: #5598c5;
}

.header-btns-link ul li a {
    width: 47px;
    height: 47px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff8c;
    padding: unset;
    transition: 0.7s all;
}

.header-btns-link ul {
    display: inline-flex;
    align-items: center;
    gap: 13px;
}

.header-btns-link {
    text-align: center;
    margin-right: 40px;
}

.banner-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6%;
    height: 100%;
    background-image: -webkit-linear-gradient(132deg, rgb(0, 89, 152) 0%, rgb(65, 134, 183) 49%, rgb(0, 89, 152) 100%);
}

.banner-social ul li a {
    width: 46px;
    height: 46px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #fff;
    font-size: 17px;
    transition: 0.7s all;
}

.banner-social ul {
    display: grid;
    gap: 12px;
}

.banner-social {
    position: absolute;
    left: 23px;
    top: 35%;
}

.banner-text h6 {
    color: #fff;
    font-size: 20px;
    font-family: 'QboneL';
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.banner-text h6 span {
    width: 5px;
    height: 5px;
    background: #065d9b;
    border-radius: 50%;
}

.banner-text h1 span {
    display: block;
    font-size: 40px;
}

.banner-text p {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 13px;
    width: 95%;
    margin-top: 7px;
}

.logo-site {
    text-align: end;
}

.banner-text {
    margin-left: 60px;
}

.banner-img {
    text-align: end;
    position: relative;
    top: 40px;
}

.banner-point ul {
    display: inline-flex;
    background: #0000008c;
}

.banner-point ul li {
    padding: 38px 45px 38px 45px;
    transition: 0.7s all;
    position: relative;
}

.banner-point {
    position: absolute;
    bottom: 0;
    left: 95px;
}

.banner-point ul li p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    opacity: 40%;
    transition: 0.7s all;
}

.banner-point ul li h6 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    opacity: 40%;
    line-height: 1.4;
    transition: 0.7s all;
}

.banner-point ul li:hover {
    background-image: -webkit-linear-gradient(132deg, rgb(0, 89, 152) 0%, rgb(65, 134, 183) 49%, rgb(0, 89, 152) 100%);
}

.banner-point ul li:hover p {
    opacity: 1;
}

.banner-point ul li:hover h6 {
    opacity: 1;
}

.banner-point ul li:before {
    content: '';
    position: absolute;
    top: 30px;
    right: -9px;
    background-image: url(../images/baner-point.png);
    width: 10px;
    height: 120px;
    background-repeat: no-repeat;
    background-size: contain;
}

.banner-point ul li:last-child:before {
    background: unset;
    width: 0;
}

.banner-social ul li a:hover {
    background: #fff;
    color: #095f9c;
}

.vertical-line {
    width: 2px;
    height: 220px;
    background: linear-gradient(to bottom,
            rgb(255 255 255 / 0%) 0%,
            rgb(255 255 255 / 39%) 50%,
            rgb(255 255 255 / 70%) 100%);
    margin: 20px;
    border-radius: 70px;
    position: absolute;
    top: -120%;
    left: 2px;
}

.horizontal-line {
    width: 2px;
    height: 220px;
    background: linear-gradient(to bottom,
            rgb(255 255 255 / 0%) 0%,
            rgb(255 255 255 / 39%) 50%,
            rgb(255 255 255 / 70%) 100%);
    margin: 20px;
    border-radius: 70px;
    position: absolute;
    top: 100%;
    left: 2px;
    transform: rotate(180deg);
}

.banner-sec.iner {
    height: 90vh;
}

.banner-text.inner {
    text-align: center;
}

.banner-sec.iner .vertical-line {
    height: 160px;
    top: -92%;
}

.banner-sec.iner .banner-social {
    top: 30%;
}

.banner-sec.iner p {
    width: 44%;
    margin: 0 auto;
}

.banner-text.inner h5 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 17px;
    font-family: 'QboneL';
}

/*---------------------------------------------------- Banner Section End ------------------------------------------------------------- */

/*---------------------------------------------------- About Inner Section Start ------------------------------------------------------------- */

.banner-text.inner h1 {
    margin-bottom: 5px;
}

.about-iner-sec {
    padding-bottom: 100px;
    position: relative;
}

.about-image img {
    width: 100%;
    height: 532px;
    object-fit: cover;
}

.about-iner-text {
    margin-top: 12px;
    margin-left: 30px;
}

.about-iner-text h2 {
    margin-bottom: 7px;
    font-size: 55px;
}

.about-iner-sec p {
    margin-bottom: 20px;
    opacity: 70%;
    width: 90%;
}

p.lst-about-iner-lst {
    width: 93%;
}

.mision-about-iner h4 {
    font-size: 28px;
    margin-bottom: 10px;
    background-image: -webkit-linear-gradient(90deg, rgb(0, 89, 152) 0%, rgb(86, 152, 199) 49%, #005998 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.mision-about-iner {
    margin-bottom: 30px;
}

.mision-about-iner p {
    margin: unset;
    width: 92%;
}

.about-iner-sec:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../images/prt-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.about-sec.technology-iner.rthy {
    padding: 100px 0 130px;
}

/*---------------------------------------------------- About Inner Section Start ------------------------------------------------------------- */

/*----------------------------------------------------- Contact Us  Page Start  ---------------------------------------------------*/

section.contact-pg {
    position: relative;
    padding-bottom: 100px;
}

section.contact-pg:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../images/prt-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -2;
}

section.contact-pg .topCtc {
    position: relative;
    margin-bottom: 60px;
}

section.contact-pg .box {
    position: relative;
    padding: 40px 30px;
    background: #fff;
    transition: 0.9s all;
    box-shadow: -0.908px 1.782px 18.96px 5.04px rgb(0 0 0 / 10%);
    height: 270px;
}

section.contact-pg .box h1 {
    position: absolute;
    right: 25px;
    top: 20px;

    /* Stroke thickness and color */
    -webkit-text-stroke: 1px #1e6da6;
    color: transparent;
    transition: 0.9s;
    font-size: 88px;
    font-family: 'Agency';
}

section.contact-pg .box .bdytxt {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

section.contact-pg .box:hover h5 {
    color: #fff !important;
}

section.contact-pg .box:hover .bdytxt p,
section.contact-pg .box:hover .bdytxt a {
    color: #fff;
}

section.contact-pg .box .bdytxt h5 {
    margin: 0px;
    color: #22211f;
    font-family: 'Montserrat';
    font-size: 24px;
}

section.contact-pg .box .bdytxt p {
    font-size: 15px;
    color: #22211f;
    font-weight: 400;
}

section.contact-pg .box .bdytxt p a {
    font-size: 15px;
    color: #22211f;
    font-weight: 400;
    display: inline-block;
    white-space: pre;
}

section.contact-pg .box .bdytxt p a:first-child {
    padding-right: 10px;
}

section.contact-pg .box .cont-i {
    display: inline-block;
    margin-bottom: 20px;
}

section.contact-pg .box .cont-i img {
    position: relative;
    transition: 0.9s;
    filter: brightness(0) saturate(100%) invert(34%) sepia(36%) saturate(1758%) hue-rotate(172deg) brightness(88%) contrast(99%);
}

section.contact-pg .box:hover .cont-i img {
    filter: brightness(0) invert(1);
}

section.contact-pg .box:hover h1 {
    opacity: 1;
    -webkit-text-stroke: 1px #ffffff;
}

section.contact-pg .box:hover {
    transform: translate(0px, -2px);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 89, 152) 0%, rgb(86, 152, 199) 49%, rgb(0, 89, 152) 100%);
    border: 0.5px solid #045c9a;
    box-shadow: none;
}

/* btm  */

section.contact-pg .bottmSec {
    position: relative;
}

section.contact-pg .bottmSec .ctcform {
    padding: 60px 50px 60px;
    position: relative;
    box-shadow: -0.908px 1.782px 18.96px 5.04px rgb(0 0 0 / 10%);
}

section.contact-pg .bottmSec .ctcform form {
    position: relative;
}

section.contact-pg form .formField {
    position: relative;
    margin-bottom: 29px;
}

section.contact-pg form .formField label {
    display: block;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Montserrat';
    margin-bottom: 10px;
    opacity: 80%;
}

section.contact-pg form .formField input {
    width: 100%;
    height: 60px;
    padding: 0px 20px 0px;
    border: 1px solid #8f9398;
}

section.contact-pg form .formField textarea {
    height: 150px;
    width: 100%;
    padding: 20px 20px 20px;
    border: 1px solid #8f9398;
    resize: unset;
}

section.contact-pg .bottmSec .ctcform .siteBtn .pbtn {
    padding: 0;
}

section.contact-pg .mapTxt {
    padding-left: 70px;
}

section.contact-pg .mapTxt .mapImg a img {
    width: 100%;
    height: 650px;
    object-fit: cover;
}

/*----------------------------------------------------- Contact Us  Page End ---------------------------------------------------*/

/*---------------------------------------------------- Cart Section Star --------------------------------------------------------------*/

.quanity.product-detail {
    display: flex;
    align-items: center;
    justify-content: center;
}

.table h4 {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
}

.pro-cart-det {
    display: flex;
    align-items: center;
    gap: 25px;
}

.product-img.rty {
    width: 110px !important;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -0.908px 1.782px 18.96px 5.04px rgb(0 0 0 / 5%);
}

.product-img.rty img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

a.cancel-cart-item {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 12px lightgrey;
    color: black;
    font-weight: bold;
}

.poduct-name {
    text-align: justify;
}

.cart-pro-counter input {
    width: 50px;
    border: 0;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    color: #7c7c7c;
    appearance: none;
    outline: 0;
    user-select: none;
}

.cart-pro-counter span {
    font-size: 20px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: grey;
    user-select: none;
    background: lightgrey;
    border-radius: 50%;
    margin: 0 10px;
}

.cart-pro-counter {
    border: 1px solid lightgrey;
    padding: 10px 0;
    justify-content: space-around;
    width: 65%;
    display: inline-flex;
}

th.pr-text-start {
    text-align: left !important;
}

tr.space td {
    vertical-align: middle;
}

tr.space td {
    padding: 30px 0;
    text-align: center;
}

table.table th {
    text-align: center;
    font-size: 16px;
    color: #000;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 600;
}

.cart-clear-upd-btns {
    text-align: right;
}

.cart-clear-upd-btns a:first-child {
    width: 150px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    height: 47px;
    border: 1px solid #cfcfcf;
    color: #000;
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 500;
}

.cart-clear-upd-btns a:last-child {
    width: 150px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ebebeb;
    height: 47px;
    border: 1px solid #ebebeb;
    border-radius: 25px;
    color: #7c7c7c;
    font-family: 'Poppins';
}

.shipping-det li input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.shipping-det label {
    position: relative;
    cursor: pointer;
    font-family: 'Poppins';
    font-size: 13px;
    color: #7c7c7c;
    display: flex;
    align-items: center;
    gap: 8px;
}

.shipping-det label:before {
    content: '';
    /* -webkit-appearance: none; */
    background-color: transparent;
    border: 2px solid grey;
    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: 5px;
}

.shipping-det input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #f7cc30;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.shipping-det li:not(:last-child) {
    margin-bottom: 10px;
}

.cart-tot-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0 12px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.cart-right-box h5 {
    font-size: 16px;
    font-family: 'Montserrat';
    margin: 0;
    opacity: 70%;
}

.cart-right-box h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 42px;
}

.cart-right-box a.btn-13 {
    font-size: 30px;
    height: 70px;
    align-items: center;
    padding: 0 30px;
    margin: 0 auto;
    display: flex;
    width: 80%;
}

.cart-shipping-area select,
.cart-shipping-area input {
    width: 100%;
    margin: 10px 0;
    height: 50px;
    border: 1px solid #7c7c7c;
    padding: 0 0 0 17px;
    border-radius: 40px;
}

.cart-shipping-area {
    margin: 20px 0 25px;
}

.cart-shipping-area>span {
    font-size: 15px;
    color: #7c7c7c;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
}

a.cart-update {
    font-size: 15px;
    font-family: 'Poppins';
    text-transform: capitalize;
    color: #000;
    font-weight: 500;
    border: 1px solid #7c7c7c;
    padding: 12px 40px;
    display: inline-flex;
    margin-top: 10px;
    border-radius: 30px;
}

.cart-right-box {
    padding: 26px 30px 20px;
    position: relative;
    margin-bottom: 10px;
    background: #fff;
    box-shadow: -0.908px 1.782px 18.96px 5.04px rgb(0 0 0 / 5%);
}

.cart-shipping-area input {
    color: #7c7c7c;
}

.cart-shipping-area select {
    color: #7c7c7c;
}

.cart {
    position: relative;
    padding: 0px 0 130px;
}

section.cart:before {
    content: '';
    position: absolute;
    bottom: -10%;
    right: 0;
    background-image: url(../images/prt-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.cart .skin-2 .num-in span {
    width: 25px;
    height: 25px;
    margin: 1px 0;
    border-radius: 20px;
    position: relative;
}

.cart .skin-2 .num-in {
    gap: 10px;
    padding: 13px;
}

table.table th:last-child {
    border-bottom-color: #000;
    color: #000;
    border-color: #dee2e6;
}

.cart-tot-box span {
    font-size: 15px;
    font-weight: 500;
    font-family: 'Montserrat';
    color: #000;
}

.cart-shipping-area input::placeholder {
    color: #7c7c7c;
}

a.btn1.btn2.cart-btn {
    width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

ul.shipping-det {
    margin-top: 13px;
}

img.crt-1 {
    position: absolute;
    z-index: 1;
    bottom: -8%;
    left: 1%;
}


/* cart */


/* Cart Page End */



a.btn1.btn2.check-out-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    margin: 30px auto 0;
}

img.check-1 {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 1%;
}

.btn-cart-go {
    text-align: center;
}

.skin-2 .num-in {
    box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
    height: 50px;
    width: 110px;
    float: left;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: -webkit-linear-gradient(90deg, rgb(0, 89, 152) 0%, rgb(86, 152, 199) 49%, rgb(0, 89, 152) 100%);
}

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 40px;
    border: none;
    text-align: center;
    background: transparent;
    font-family: 'Poppins';
    font-size: 15px;
    color: #fff;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: '';
    position: absolute;
    background-color: #fff;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.poduct-name h3 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    font-family: 'Montserrat';
    margin-bottom: 10px;
}

.poduct-name p {
    font-size: 14px;
    opacity: 70%;
    width: 70%;
    line-height: 25px;
}

.head-cart h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 63px;
}

.cart-right-box:before {
    content: '';
    position: absolute;
    top: 65px;
    left: 0;
    background: #e5e5e5;
    width: 100%;
    height: 2px;
}

.cart-right-box:after {
    content: '';
    position: absolute;
    bottom: 60px;
    left: 0;
    background: #e5e5e5;
    width: 100%;
    height: 2px;
}

.cart-tot-box.total {
    margin-top: 60px;
    margin-bottom: 0;
}

.cart-right-box a {
    font-size: 16px;
    color: #000000;
    margin-top: 20px;
    display: block;
    text-decoration: underline;
}

.cart-tot-box.total h5 {
    font-size: 20px;
    text-transform: uppercase;
    opacity: 1;
}

.cart-tot-box.total span {
    font-size: 21px;
}

.btn-cart-go {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-cart-go a {
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 8px;
    text-transform: uppercase;
    padding: 10px 30px;
    background-image: -webkit-linear-gradient(90deg, rgb(0, 89, 152) 0%, rgb(86, 152, 199) 49%, rgb(0, 89, 152) 100%);
    color: #ffff;
    font-size: 16px;
    font-family: 'Montserrat';
}

.crss-crt {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    background-image: -webkit-linear-gradient(90deg, rgb(0, 89, 152) 0%, rgb(86, 152, 199) 49%, rgb(0, 89, 152) 100%);
}


/*---------------------------------------------------- Cart Section End --------------------------------------------------------------*/

/*---------------------------------------------------- Checkout Section Start --------------------------------------------------------------*/

.checkout-sec {
    padding: 0 0 140px;
    position: relative;
}

section.checkout-sec input,
section.checkout-sec textarea {
    width: 100%;
    height: 60px;
    padding: 10px 20px;
    border: 1px solid #00000038;
    margin-bottom: 20px;
}

section.checkout-sec .billing label {
    margin-bottom: 10px;
    font-family: 'Montserrat';
    font-size: 16px;
    opacity: 70%;
    color: #000;
    font-weight: 500;
}

.billing h2 {
    font-size: 40px;
    margin-bottom: 25px;
    font-family: 'QboneR';
}

section.checkout-sec textarea {
    height: 150px;
    resize: none;
    margin: unset;
}

.billing p {
    font-size: 15px;
    color: #848484;
}

.checkoutside-txt {
    margin-left: 90px;
}

.checkoutside-txt h2 {
    font-size: 37px;
    margin-bottom: 20px;
    font-family: 'QboneR';
}

.checkout-rpdt {
    padding: 40px 50px;
    box-shadow: -0.908px 1.782px 18.96px 5.04px rgb(0 0 0 / 10%);
}

.checkout-sec .order-item h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    opacity: 70%;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.checkout-sec .order-item span {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    color: #000;
}

.checkout-sec .order-item {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 30px;
}

.checkout-sec .order-item img {
    width: 100px;
    height: 100px;
    object-fit: scale-down;
    background-color: #f1f1f1;
}

.checkout-sec .coupon {
    margin: 20px 0 25px;
    padding: 17px 0;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    background-image: -webkit-linear-gradient(90deg, rgb(0, 89, 152) 0%, rgb(86, 152, 199) 49%, rgb(0, 89, 152) 100%);
    color: #fff;
    letter-spacing: 4px;
    text-align: center;
}

.checkout-sec .payment-method {
    /*    margin-top: 40px;
*/
}

.checkout-sec:before {
    content: "";
    position: absolute;
    bottom: -16%;
    right: 0px;
    background-image: url(../images/prt-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -2;
}


.order-item:Last-child {
    margin: unset;
}

.summary p {
    width: 280px;
    font-size: 16px;
    color: #000;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 70%;
}

.summary p strong {
    font-size: 20px;
    font-weight: 500;
}

.payment-method h4 {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px;
}

.payment-method p {
    margin-bottom: 20px;
    width: 86%;
    opacity: 70%;
}


.crest-chekcpoyt {
    display: flex;
    align-items: baseline;
    gap: 20px;
    margin-top: 20px;
}

.billing p a {
    margin-left: 10px;
    color: #000;
}

.checkoutside-txt button {
    margin-top: 25px;
    background-image: -webkit-linear-gradient(90deg, rgb(0, 89, 152) 0%, rgb(86, 152, 199) 49%, rgb(0, 89, 152) 100%);
    padding: 17px 30px;
    border: unset;
    color: #fff;
    font-size: 17px;
    font-family: 'Montserrat';
    letter-spacing: 3px;
}

.billing h6 {
    margin-bottom: 30px;
    font-family: 'Montserrat';
    font-size: 14px;
    color: #848484;
}

.billing h6 a {
    margin-left: 10px;
    color: #000;
}

/*---------------------------------------------------- Checkout Section End --------------------------------------------------------------*/

/*---------------------------------------------------- Accounts Section Start --------------------------------------------------------------*/

.login-txt form input {
    width: 100%;
    margin-bottom: 22px;
    outline: none;
    padding: 10px 40px 10px 20px;
    color: #000;
    font-weight: 400;
    border: 1px solid #0000002b;
    border-radius: 5px;
    height: 60px;
}

.login-txt form input::placeholder {
    color: #c7c7c7;
    font-size: 16.6px;
}

.login-txt form input:focus {
    box-shadow: none;
    border: 1px solid #0000002b;
}

.login-txt h2 {
    text-align: center;
    margin: 0 0 30px 0;
    font-size: 35px;
}

.password-box {
    position: relative;
    margin-bottom: 20px;
}

.password-box-input input {
    padding: 10px 40px 10px 20px;
}

.password-icon {
    position: absolute;
    top: 28%;
    right: 3%;
}

.password-icon span {
    color: #000;
    cursor: pointer;
    font-size: 16px;
}

.login-txt {
    padding: 50px 35px;
    border-radius: 12px;
    background-color: #faf9f6;
    box-shadow: -0.908px 1.782px 18.96px 5.04px rgb(0 0 0 / 10%);
}

.login-txt ul {
    display: flex;
    justify-content: normal;
    align-items: center;
    margin: 20px 0;
    gap: 7px;
}

section.login.sec li.head {
    font-size: 17px;
}

.login-txt ul li {
    display: flex;
    gap: 0;
    font-weight: 400;
    font-size: 16px;
    color: #b6b5b5;
}

.login-txt form button {
    width: 100%;
    color: #fff;
    padding: 18px 0px;
    outline: none;
    border: none;
    margin-bottom: 20px;
    font-size: 20px;
    text-transform: uppercase;
    transition: ease-in;
    transition-duration: 0.2s;
    font-family: 'Montserrat';
    background-image: -webkit-linear-gradient(4deg, rgb(22, 26, 61) 0%, rgb(4, 92, 154) 0%, rgb(84, 151, 198) 49%, rgb(4, 92, 154) 100%);
}

.login-txt form button:hover {
    background-image: unset;
    background-color: #000;
    transition: ease-out;
    transition-duration: 0.2s;
}

section.login.sec li.head-ex {
    text-decoration: underline;
}

.login-txt ul li label {
    cursor: pointer;
    font-size: 16px;
    color: #b6b5b5;
    font-family: 'Montserrat';
}

.login-txt-ex form input:focus {
    background-color: #fff;
    color: #000;
}

.login-txt-ex ul {
    justify-content: space-between;
}

section.login.sec {
    padding: 0 0 120px;
    position: relative;
}

section.login.sec li.head-ex a {
    color: #09609d;
}

section.login.sec:before {
    content: '';
    position: absolute;
    bottom: 10%;
    right: 0;
    background-image: url(../images/prt-back.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.login-txt.login-txt-ex li.head a {
    font-size: 16px;
    color: #b6b5b5;
    font-weight: 400;
}

.for-opacity {
    opacity: 0;
}

/*---------------------------------------------------- Accounts Section End --------------------------------------------------------------*/

/*---------------------------------------------------- Product Detail Section Start --------------------------------------------------------------*/

.productdetailsmallportion img {
    width: 40px;
}

.productdetailsmallportion img {
    border-radius: 0;
    object-fit: cover;
}

.prdt-detail-side:before {
    content: '';
    position: absolute;
    top: -33px;
    left: -50px;
    background: #0000003d;
    width: 2px;
    height: 530px;
}

.head-detil-txt h3 {
    font-weight: 600;
    font-size: 35px;
    font-family: 'QboneR';
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.head-detil-txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prdt-detail-side {
    margin-left: 30px;
    position: relative;
}

.head-detil-txt a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-image: -webkit-linear-gradient(90deg, rgb(0, 89, 152) 0%, rgb(86, 152, 199) 49%, rgb(0, 89, 152) 100%);
    color: #fff;
}

.prdt-detail-side p {
    font-size: 14px;
    width: 80%;
    line-height: 25px;
    margin-bottom: 25px;
    opacity: 70%;
}

.prdt-detail-side h6 {
    font-family: 'Montserrat';
    font-size: 25px;
    margin-bottom: 12px;
    color: #141726;
    font-weight: 400;
}

.prdt-dtl-rate ul {
    display: flex;
    align-items: center;
    gap: 2px;
}

.prdt-dtl-rate {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    gap: 40px;
}

.prdt-dtl-rate p {
    margin: unset;
    text-decoration: underline;
}

.prdt-dtl-rate ul li i {
    color: #f9ae0e;
}

.prdt-btn {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
    align-items: center;
    margin-bottom: 30px;
}

.prdt-detail-side span {
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
}

.prdt-acrfd {
    margin-top: 10px;
}

.prdt-acrfd .accordion-button:focus {
    border-color: unset;
    background: unset;
    box-shadow: unset;
}

.Shop-detail-sec {
    margin-bottom: 100px;
    position: relative;
    z-index: 2;
}

.product-sec.inner:before {
    top: -60%;
    background-image: url(../images/prt-back.png);
    z-index: -4;
}

section.product-sec.inner .product-head p {
    width: 60%;
    margin: 5px auto 0;
    opacity: 70%;
    font-size: 15px;
}

section.Shop-detail-sec .slick-slide {
    opacity: 1;
    margin: 7px 0px;
}

.productdetailportion img {
    height: 380px;
    object-fit: contain;
}

.productdetailsmallportion {
    background: #fff;
    width: max-content;
    padding: 20px 30px;
    box-shadow: -0.908px 1.782px 18.96px 5.04px rgb(0 0 0 / 10%);
    border: 2px solid #00000000;
}

.productdetailportion {
    background: #fff;
    padding: 50px 20px;
    box-shadow: -0.908px 1.782px 18.96px 5.04px rgb(0 0 0 / 10%);
    width: 93%;
}

.prdt-btn a {
    padding: 15px 45px;
    color: #000;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    border: 1px solid #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 1s all;
}

.prdt-btn a:hover {
    border-color: #1e6fa8;
    color: #fff;
    background-image: -webkit-linear-gradient(90deg, rgb(0, 89, 152) 0%, rgb(86, 152, 199) 49%, rgb(0, 89, 152) 100%);
}

h2.accordion-header {
    font-size: 15px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: #000;
    opacity: 1;
}

button.accordion-button {
    padding: 15px 5px 10px;
    margin-bottom: 15px;
}

/*---------------------------------------------------- Product Detail Section End --------------------------------------------------------------*/

/*---------------------------------------------------- Dealer Page Section Start --------------------------------------------------------------*/

.form-dealershop-sec {
    padding: 120px 0;
}

.form-dealershop-sec input,
.form-dealershop-sec textarea {
    width: 100%;
    height: 60px;
    padding: 10px 20px;
    border: 1px solid #a8a6a5;
    margin-bottom: 22px;
}


.form-dealershop-sec input::placeholder,
.form-dealershop-sec textarea::placeholder {

    text-transform: uppercase;
    color: #000;
    opacity: 50%;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

.form-dealershop-sec textarea {
    resize: none;
    height: 230px;
}

.about-become-dealership {
    padding: 66px 40px;
    height: 87%;
    background-image: -webkit-linear-gradient(90deg, rgb(0, 89, 152) 0%, rgb(86, 152, 199) 49%, rgb(0, 89, 152) 100%);
}

.about-become-dealership h2 {
    font-size: 48px;
    color: #fff;
    line-height: 1;
    margin-bottom: 15px;
}

.about-become-dealership h2 span {
    font-size: 37px;
}

.about-become-dealership p {
    color: #fff;
    line-height: 30px;
}

.form-dealershop-sec button.pbtn.blackBtn.anr {
    padding: unset;
}

.find-dealer-point {
    margin-bottom: 100px;
    text-align: center;
}

.find-dealer-point .row {
    box-shadow: -0.908px 1.782px 18.96px 5.04px rgb(0 0 0 / 10%);
    padding: 60px 40px;
}

.dealer-field input {
    width: 100%;
    height: 60px;
    padding: 10px 15px;
    border: 1px solid #b2b2b2;
}

.find-dealer-point p {
    width: 83%;
    margin: 0 auto 40px;
}

.btns-dealer-find .pbtn {
    padding: unset;
}

/*---------------------------------------------------- Dealer Page Section End --------------------------------------------------------------*/

/*---------------------------------------------------- WishList Section Start --------------------------------------------------------------*/

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

.wishlist-name {
    text-align: center;
}

.wishlist-name h2 {
    font-size: 67px;
    margin-bottom: 30px;
}

.wishlist-sec th.pr-text-start {
    border-bottom-color: rgb(0 0 0 / 36%);
}

.wishlist-sec .quanity.product-detail h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}

a.link-wishlistbtn {
    padding: 22px 40px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-image: -webkit-linear-gradient(90deg, rgb(0, 89, 152) 0%, rgb(86, 152, 199) 49%, rgb(0, 89, 152) 100%);
}


.Shop-detail-sec .slick-current .productdetailsmallportion {
    border-color: #1b6da7;
}

.prdt-acrfd .accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.productdetailnav {
    margin-left: -38px;
}

.Shop-detail-sec .row {
    align-items: center;
}

/*---------------------------------------------------- WishList Section End --------------------------------------------------------------*/


/* search box css */

.top-shipping ul li {
    margin-right: 15px;
}

.top-shipping ul {
    align-items: baseline !important;
}


body.search-open {
    overflow: hidden !important;
}

/* Search Box Full Screen Overlay */
.search-box.search-elem {
    margin: 0;
    padding: 0;
    position: fixed !important;
    top: -23px !important;
    right: -41% !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 999999 !important;
    display: none;
    align-items: center;
    justify-content: center;
    background: -webkit-linear-gradient(90deg, rgb(0 89 152 / 56%) 0%, rgb(86, 152, 199) 49%, rgb(0 89 152 / 45%) 100%);
    backdrop-filter: blur(5px);
}

.search-box.search-elem.search-open {
    display: flex !important;
    animation: fadeInScale 0.4s ease-in-out;
}

@keyframes fadeInScale {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.search-box.search-elem .inner {
    width: 70%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 1000000;
}

/* Close Button */
.close {
    position: fixed !important;
    top: 2.5rem !important;
    right: 2.5rem !important;
    background: transparent;
    border: 2px solid white;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    color: white;
    padding: 0;
    border-radius: 50%;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    transition: all 0.3s ease;
    z-index: 1000001 !important;
    line-height: 1;
}

.close:hover {
    background: white;
    color: #286693;
    transform: rotate(180deg);
    border-color: white;
}

/* Search Input Container */
.search-box.search-elem .columns {
    position: relative;
    width: 100%;
}

.search-box.search-elem .row {
    margin: 0;
}

/* Placeholder Label */
.search-box.search-elem label.placeholder {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    font-size: 26px;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    color: #666;
    transition: all 0.3s ease;
    cursor: text;
    pointer-events: none;
    z-index: 1;
}

.search-box.search-elem label.placeholder.move-up {
    top: -35px;
    transform: translateY(0);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    left: 0px;
}

/* Search Input */
.search-box.search-elem input[type=text] {
    width: 100%;
    height: 65px;
    padding: 20px 190px 20px 30px;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    border: none;
    border-radius: 5px;
    background: white;
    transition: all 0.3s ease;
    outline: none;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.search-box.search-elem input[type=text]:focus {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

/* Search Button */
.search-box.search-elem button.submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 65px;
    width: 180px;
    color: #ffffff;
    background: #286693;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    border-radius: 0 5px 5px 0;
    outline: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.search-box.search-elem button.submit:hover:not([disabled]) {
    background: #1f5178;
}

.search-box.search-elem button.submit[disabled] {
    background: #7a9bb3;
    color: rgba(255, 255, 255, 0.5);
    cursor: not-allowed;
}

html {
    overflow-x: hidden;
}

.product-img img {
    height: 100%;
    object-fit: contain;
}

.place-ord .btn-ank.btn-1 {
    padding: 15px 30px !important;
}

.whychose-main {
    min-height: 100%;
}

/* Responsive Design */
@media (max-width: 991px) {
    .search-box.search-elem .inner {
        width: 80%;
    }

    .search-box.search-elem input[type=text] {
        font-size: 20px;
        height: 60px;
        padding: 15px 160px 15px 25px;
    }

    .search-box.search-elem button.submit {
        width: 150px;
        height: 60px;
        font-size: 16px;
    }

    .search-box.search-elem label.placeholder {
        font-size: 22px;
        left: 25px;
    }

    .close {
        top: 1.5rem !important;
        right: 1.5rem !important;
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .search-box.search-elem .inner {
        width: 90%;
    }

    .search-box.search-elem input[type=text] {
        font-size: 18px;
        height: 55px;
        padding: 15px 20px;
        margin-bottom: 12px;
    }

    .search-box.search-elem button.submit,
    .search-box.search-elem button.submit[disabled] {
        position: relative;
        width: 100%;
        height: 55px;
        font-size: 16px;
        border-radius: 5px;
    }

    .search-box.search-elem label.placeholder {
        font-size: 18px;
        left: 20px;
    }

    .search-box.search-elem label.placeholder.move-up {
        top: -38px;
    }

    .close {
        top: 1rem !important;
        right: 1rem !important;
        width: 45px;
        height: 45px;
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .search-box.search-elem .inner {
        width: 92%;
    }

    .search-box.search-elem input[type=text] {
        font-size: 16px;
        height: 50px;
    }

    .search-box.search-elem button.submit {
        height: 50px;
        font-size: 15px;
    }
}




/*Media Query Start*/

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

@media only screen and (min-width: 1200px) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

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

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

@media only screen and (min-width: 0px) and (max-width: 575px) {}

/*Media Query End*/