@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.cdnfonts.com/css/source-sans-pro');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px "Poppins", sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    /* color: #28b16d; */
    white-space: initial;
    display: inline-block;
    text-transform: uppercase;
}

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,
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);
}

@font-face {
    font-family: "SourceSansPro-Bold";
    src: url(../fonts/SourceSansPro-Bold.ttf);
}

@font-face {
    font-family: "SourceSansPro-Semibold";
    src: url(../fonts/SourceSansPro-Semibold.ttf);
}


/***** 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 {
    font-family: "SourceSansPro-Semibold";
    font-size: 61px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: "SourceSansPro-Semibold";
    font-size: 45px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: "SourceSansPro-Bold";
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "Source Sans Pro";
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "Source Sans Pro";
    font-size: 13px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "Source Sans Pro";
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 20px;
    font-family: "Source Sans Pro";
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
    line-height: 160%;
    text-align: justify;
}


/*header css start */

header {
    position: relative;
    width: 100%;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}

.menuSec {
    padding: 0 0;
}

.menuSection {
    padding: 37px 0;
}

.header-logo a {
    font-size: 28px;
    color: #fff;
    font-family: 'SourceSansPro-Bold';
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.banner_text.wow.fadeInLeft h1 {
    color: #fff;
}

a.btn.btn_badam:hover {
    background: #77d2b3;
}

a.btn.btn_badam {
    width: 181px;
    background: #fff;
    border: 2px solid #77d2b3;
    font-weight: 500;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 10px;
    font-family: 'SourceSansPro-Bold';
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.banner_text.wow.fadeInLeft p {
    font-size: 20px;
    color: #fff;
    line-height: 36px;
    padding-bottom: 13px;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000000;
    padding: 4px 0;
    font-size: 14px;
    font-family: 'Source Sans Pro';
    border-bottom: 1px solid transparent;
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #000000;
    border-color: #000000;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 33px;
}

.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;
    display: none;
}

.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;
    right: 7%;
    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 css start */

.topSec {
    background: #fff;
    padding: 11px 0;
    border-bottom: 1px solid #000;
}

.carousel-item.active img {
    width: 100%;
}

.top-bar-right {
    text-align: end;
    position: relative;
}

.top-bar-right a {
    font-size: 17px;
    color: #000;
    padding-left: 41px;
    font-weight: 500;
    font-family: 'SourceSansPro-Semibold';
}

.top-bar-right a i {
    padding-right: 14px;
}

.top-bar-left a {
    font-size: 16px;
    color: #000;
}

.top-bar-left a i {
    padding-right: 14px;
}


/*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: rgb(0 0 0 / 39%);
}

.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*/

.banner_img form {
    background: #FFFFFFBA;
    padding: 23px 12px;
    border-radius: 8px;
}

.banner_img form textarea {
    width: 100%;
    height: 260px;
    background: 0;
    border: 1px solid;
    border-radius: 16px;
    margin-top: 11px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    padding: 11px;
}

.banner_img form input {
    width: 100%;
    height: 51px;
    border: 1px solid;
    border-radius: 13px;
    background: 0;
    margin-bottom: 11px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
}

.banner_img form label {
    color: #000;
    padding-bottom: 5px;
    font-family: 'Source Sans Pro';
    font-size: 16px;
}

.banner_img form label span {
    color: #ff00007d;
    font-style: italic;
}

.banner_img form h5 {
    padding-bottom: 19px;
    font-size: 18px;
}

.banner_img form button {
    width: 97px;
    height: 47px;
    background: #000;
    color: #fff;
    border-radius: 10px;
    margin-top: 10px;
    text-transform: uppercase;
}

.about_sec {
    padding: 100px 0;
}

.about_text p {
    font-size: 20px;
    line-height: 160%;
    padding-right: 57px;
    padding-bottom: 36px;
}

.about_text h1 {
    padding-bottom: 27px;
    padding-right: 39px;
    font-size: 51px;
}

.mark-text p {
    font-size: 20px;
    font-family: 'Source Sans Pro';
    padding-bottom: 32px;
    line-height: 160%;
    padding-right: 21px;
}

.mark-text h1 {
    padding-bottom: 34px;
}

.mark img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.Biography {
    padding-bottom: 100px;
    padding-top: 100px;
}
.Biography .row {
    align-items: center;
}
.mark {
    margin-top: 0px;
}

.our_services_section {
    background-color: #F2F3F7;
    padding: 101px 0;
}

.servicer_card svg {
    height: 45px;
    margin-top: 30px;
}

.servicer_card {
    border: 1px solid #ababab;
    border-radius: 15px;
    padding: 40px 42px;
    background: #f2f3f7;
}

.servicer_card p {
    font-size: 18px;
    font-family: 'Source Sans Pro';
    line-height: 169%;
    padding-top: 25px;
    color: #000000B3;
}

.servicer_card h3 {
    padding-top: 42px;
    font-family: 'SourceSansPro-Semibold';
    font-size: 24px;
}

.servicer_card:hover {
    box-shadow: 0 0 8px 0 #bbbbbb;
}

.service {
    padding-bottom: 31px;
}

.service h1 {
    font-size: 40px;
    text-transform: capitalize;
}

.Aerospace {
    padding: 100px 0;
}

a.btn.btn_badam.Aerospaces {
    width: 340px;
    height: 48px;
    padding-top: 9px;
}

.Aerospace_text h2 {
    font-size: 38px;
    padding-bottom: 22px;
}

.Aerospace_text p {
    line-height: 160%;
    font-size: 20px;
    font-family: 'Source Sans Pro';
    padding-bottom: 40px;
}

.Digital {
    background-color: #f2f3f7;
    padding: 25px 0 50px;
}

.Digital_Downloads p {
    font-size: 20px;
    font-family: 'Source Sans Pro';
    line-height: 160%;
    padding-bottom: 38px;
    padding-top: 27px;
    padding-right: 95px;
}

.Digital_Downloads {
    margin: auto 0;
    /* padding-top: 120px; */
}

.digital_img {
    text-align: center;
}

.digital_img img {
    border-radius: 35px;
    width: 87%;
    height: 506px;
    object-fit: cover;
}

.High-Performance {
    padding-top: 60px;
}

.High_img h3 {
    font-size: 40px;
}

.High_img p {
    font-size: 16px;
    line-height: 166%;
    padding: 20px 0 20px 0;
}

.Performance img {
    border-radius: 30px;
    width: 100%;
    height: 401px;
}

.High_img {
    padding-top: 36px;
}

.Featured {
    padding-top: 100px;
}

.Featured_img h2 {
    padding-bottom: 30px;
}

.Camera a i {
    background: #000;
    height: 30px;
    width: 30px;
    text-align: center;
    padding-top: 6px;
    border-radius: 25px;
    color: #fff;
    margin-right: 12px;
    border: 1px solid;
}

.Camera a {
    color: #fff;
}

.Camera {
    position: absolute;
    bottom: 20px;
    left: 15px;
}

.Featured_img {
    position: relative;
}

.Heart a {
    background: #000;
    color: #fff;
    height: 35px;
    width: 35px;
    text-align: center;
    padding-top: 5px;
    border: 1px solid;
    border-radius: 25px;
    font-size: 17px;
}

.Heart {
    position: absolute;
    right: 14px;
    bottom: 20px;
}

.Featured_img img {
    border-radius: 11px;
}

.Location i {
    background: #fff;
    width: 58px;
    height: 33px;
    border-radius: 24px;
    text-align: center;
    padding-top: 7px;
    font-size: 18px;
    color: #5d8ea8;
}

.Location {
    position: absolute;
    bottom: -15px;
    left: 346px;
    right: 270px;
}

.map a iframe {
    width: 180px;
    height: 100px;
    border-radius: 15px;
}

.map {
    position: absolute;
    top: 104px;
    left: 15px;
}

.Sale {
    display: flex;
    gap: 30px;
    /* padding-top: 90px; */
    /* padding-bottom: 50px; */
}

.Sale p {
    text-align: end;
    display: block;
    padding-left: 117px;
    font-family: 'Poppins';
    font-weight: 700;
    FONT-SIZE: 13px;
    padding-bottom: 30px;
}

.Sale a {
    background: #fff;
    width: 90px;
    height: 27px;
    text-align: center;
    border-radius: 25px;
    color: #000;
    font-size: 12px !important;
    padding-left: 0 !important;
}

.Sale span {
    background: #26688b;
    width: 100px;
    height: 27px;
    border-radius: 25px;
    color: #ffffff;
    text-align: center;
}

span.hot {
    width: 60px;
    background: #49d0a2;
}

.Sale a:hover {
    color: #fff;
    background: #000;
}

.Snowflake a {
    font-size: 39px;
    color: #000;
    font-family: 'Poppins';
    font-weight: 600;
    padding-left: 12px;
}

.svg_boxs {
    display: flex;
    gap: 20px;
    padding-top: 20px;
    position: absolute;
    left: -69px;
}

.svg-box {
    background: #fff;
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0 0 15px 0 #d8d8d8;
}

.svg-box svg {
    fill: #26688b;
}

path.ultra-meta.rh-ultra-light {
    fill: #dcf0fa;
}

.Snowflake {
    position: relative;
}

.bedroom {
    padding-top: 56px;
}

.bedroom h4 {
    font-size: 45px;
    color: #26688b;
    margin-top: 25px;
    margin-bottom: 30px;
    font-family: 'Poppins';
    font-weight: 600;
}

.bedroom p {
    font-size: 20px;
    font-family: 'Source Sans Pro';
    color: #000000b8;
}

.Get_Touch {
    background: #0F1F27;
    padding-top: 100px;
    padding-bottom: 15px;
}

.Get_Touch_img img {
    width: 90%;
}

.Get_Touch_text h1 {
    font-size: 58px;
    color: #fff;
    line-height: 120%;
}

.Get_Touch_text p {
    font-size: 21px;
    color: #FFFFFFCC;
    padding-bottom: 15px;
}

.Get_Touch_text form input {
    width: 100%;
    background: 0;
    border: 2px solid #fff;
    height: 51px;
    margin-bottom: 7px;
    color: #fff;
}

.Get_Touch_text form textarea {
    width: 100%;
    height: 215px;
    background: 0;
    border: 1px solid #fff;
    color: #fff;
}

.Get_Touch_text form label {
    color: #fff;
    padding-bottom: 11px;
}

.Get_Touch_text form label span {
    color: #ff000091;
}

.Get_Touch_text form h5 {
    color: #fff;
    font-size: 16px;
    padding-bottom: 10px;
}

.Get_Touch_text {
    padding-top: 40px;
}

.Get_Touch_text form button {
    background: #000000;
    width: 93px;
    height: 49px;
    border-radius: 7px;
    color: #fff;
    border: 0;
    margin-top: 8px;
}

.testimional_img {
    display: flex;
    align-items: center;
    gap: 14px;
    /* justify-content: space-between; */
    margin-bottom: 21px;
}

.testimional {
    box-shadow: 0 2px 12px 2px rgba(24, 39, 75, .1);
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 10px;
}

.What_Clients_Are_Saying {
    background-color: transparent;
    background-image: linear-gradient(180deg, #40A9E8 65%, #FFFFFF00 35%);
    padding: 100px 0;
}

.testimional_img img {
    width: 60px;
    height: 60px;
    border-radius: 54px;
    object-fit: cover;
}

.Star {
    text-align: end;
    width: 50%;
}

.Star i {
    color: #ffc530;
}

.Super h3 {
    font-family: 'SourceSansPro-Semibold';
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 11px;
}

.Super p {
    font-family: 'Source Sans Pro';
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #000000CC;
}

.testimional_slider .slick-active {
    opacity: 2.5;
}

.testimional_slider .slick-list.draggable {
    margin-right: -789px;
    padding-right: 789px;
}

.testimional_slider .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1.2;
}

.What_Clients_Are_Saying_content {
    padding-bottom: 50px;
}

.What_Clients_Are_Saying_content h1 {
    color: #fff;
}

.testimional_slider .slick-prev {
    left: 1229px;
    top: -121px;
}

.testimional_slider .slick-next {
    right: -36px;
    top: -119px;
}

.testimional_slider .slick-prev:before {
    content: '\f104';
    font-family: 'FontAwesome';
    color: #fff !important;
    border: 1px solid #ffffff45;
    /* padding: 14px; */
    border-radius: 46px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimional_slider .slick-next:before {
    content: '\f105';
    font-family: 'FontAwesome';
    color: #ffffff !important;
    border: 1px solid #ffffff57;
    /* padding: 21px; */
    border-radius: 46px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimional_slider .slick-prev:hover:before {
    border-color: #fff;
}

.testimional_slider .slick-next:hover:before {
    border-color: #fff;
}

.header-btn a {
    color: #000000;
    font-size: 25px;
    padding-left: 20px;
}

.header-btn {
    text-align: left;
    position: relative;
}

a.header-cart::before {
    position: absolute;
    content: '0';
    font-size: 11px;
    background: #26688b;
    width: 21px;
    height: 22px;
    border-radius: 25px;
    left: 39px;
    top: -16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-inner.inner-banner {
    height: 60vh;
}

.carousel-item.inner-banner.active {
    height: 60vh;
}

.carousel-caption.inner-banner {
    background: #0057C2;
}

.banner_text.inner-banner h1 {
    font-size: 58px;
    margin-top: 100px;
}

.Digital_Downloads_sec {
    padding: 100px 0;
}

.digital_img.Landlord img {
    width: 55%;
    /* border-radius: 20px 20px 20px 20px; */
    /* border-radius: 35px; */
    /* width: 80%; */
    height: 450px;
    /* object-fit: cover; */
}

.Digital_Downloads.Landlord p {
    padding: 22px 0;
}

.Landlord {
    /* padding-bottom: 50px; */
}

.Searching .row {
    align-items: center;
}

.Landlord .row {
    align-items: center;
}

.Digital_Downloads_sec .row {
    align-items: center;
}

.Searching {
    /* padding-bottom: 80px; */
}

.digital_img.Searching img {
    width: 244px;
    height: 306px;
    border-radius: 35px;
    /* width: 80%; */
    /* height: 450px; */
}

.Digital_Downloads.Searching {
    padding-top: 40px;
}

.Custom_PCs {
    padding: 100px 0;
}

.custom_content h1 {
    font-size: 38px;
    font-family: 'SourceSansPro-Bold';
}

.Digital_Downloads.Landlord a i {
    padding-left: 10px;
}

.Digital_Downloads.Searching a i {
    padding-left: 13px;
}

.PCs_We_Sell {
    padding-bottom: 80px;
}

.desktop {
    background: #fff;
    padding: 40px 40px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #0000002e;
}

.desktop:hover {
    box-shadow: 0 0 9px 0 #b9b9b9;
}

.desktop h2 {
    font-size: 30px;
    padding-top: 25px;
    padding-bottom: 26px;
}

.desktop p {
    font-size: 18px;
    font-family: 'Source Sans Pro';
    line-height: 160%;
    padding-bottom: 21px;
    color: #000000c9;
    text-align: center;
}

.desktop a {
    color: #000;
    font-size: 17px;
}

.desktop h4 {
    font-size: 20px;
    padding-bottom: 21px;
}

.desktop a i {
    padding-left: 16px;
    font-size: 14px;
}

h1.Pc {
    padding-bottom: 30px;
}

.custom {
    border: 4px solid #000;
    padding: 39px;
    text-align: center;
    margin-top: 50px;
}

.custom p {
    font-size: 21px;
    font-family: 'Source Sans Pro';
    color: #000000cf;
    padding-top: 29px;
    padding-bottom: 25px;
    text-align: center;
}

.custom a {
    color: #fff;
    background: #000;
    width: 178px;
    height: 51px;
    padding-top: 15px;
    border-radius: 20px 02px 20px 02px;
}

.custom a i {
    padding-left: 11px;
}

.custom h1 {
    font-size: 44px;
}

.testimional_sec {
    padding: 100px 0;
}

.contact_us_sec {
    padding: 100px 0;
}

.contact_map iframe {
    width: 100%;
    height: 735px;
}

.banner_img.Contact input {
    border-radius: 0;
}

.banner_img.Contact select {
    width: 100%;
    height: 51px;
    border: 1px solid;
    padding: 11px;
    appearance: auto;
}

.banner_img.Contact textarea {
    border-radius: 0;
}

.banner_img.Contact button {
    color: #000;
    background: #efefef;
    border-radius: 0;
    width: 72px;
    height: 47px;
}

.banner_img.Contact label {
    font-weight: 600;
}

.banner_img.Contact h1 {
    font-size: 35px;
}

.Phone {
    text-align: center;
    margin-bottom: 60px;
}

.Phone i {
    font-size: 60px;
    color: #000;
}

.Phone h2 {
    font-size: 30px;
    padding: 15px 0;
}

.Phone a {
    color: #000;
}

.aboutus_sec {
    padding: 100px 0;
}

.aboutus_sec_text p {
    font-size: 19px;
    font-family: 'Source Sans Pro';
    line-height: 160%;
    color: #000000c9;
    margin-bottom: 20px;
    text-align: justify;
}

.aboutus_sec_text h1 {
    font-size: 48px;
    padding-bottom: 13px;
}

.aboutus_sec_text h3 {
    font-size: 25px;
    font-family: 'SourceSansPro-Semibold';
    line-height: 160%;
    font-weight: 400;
}

.aboutus_sec_img img {
    width: 100%;
    border-radius: 25px;
    margin-bottom: 21px;
}

.mark-text.Biography_img h1 {
    font-size: 34px;
    padding: 32px 0 35px;
}

.mark-text.Biography_img p {
    padding-right: 60px;
    font-size: 20px;
    line-height: 160%;
    color: #000000d6;
    /* padding-bottom: 23px; */
}

.mark.Biography_img.inner-about img {
    height: 300px;
    object-fit: contain;
}

.mark-text.Biography_img.inner-about p {
    padding: 0;
    font-size: 20px;
    color: #000000c9;
    text-align: justify;
}

.mark-text.Biography_img.inner-about h1 {
    padding: 0 0 15px 0;
    font-size: 49px;
}

.Biography_text.inner-about p {
    padding-top: 0;
    color: #000000c9;
    text-align: justify;
}

.mark.Biography_img img {
    width: 100%;
    transition-duration: 0.2s;
    border-radius: 20px 20px 20px 20px;
    height: 757px;
    object-fit: cover;
}

.Biography_text p {
    margin: 0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;
    padding: 0px 0 0px 0px;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
}

.banner_text.inner-banner {
    text-align: center;
}

.property {
    padding: 100px 0;
}

.property_text {
    align-items: center;
    padding-top: 150px;
}

.property_text h1 {
    padding-bottom: 15px;
}

.property_text p {
    font-size: 20px;
    color: #3e3e3e;
    line-height: 160%;
    padding-right: 93px;
}

.property {
    padding: 100px 0 0;
}

.property_text {
    align-items: center;
    padding-top: 150px;
}

.property_text h1 {
    padding-bottom: 15px;
}

.property_text p {
    font-size: 20px;
    color: #3e3e3e;
    line-height: 160%;
    padding-right: 93px;
}

.property_img img {
    width: 80%;
    height: 610px;
}

.property_img {
    text-align: center;
}

.cart_sec {
    padding: 100px 0 100px;
}

.cart_table table tbody tr td img {
    height: 94px;
    width: 100px;
    margin: 0;
}

td.Total {
    text-align: end;
}

.accordion-button:not(.collapsed) {
    background: unset;
    color: #000000;
    box-shadow: unset;
    font-size: 17px;
    font-weight: 500;
}

.accordion-item {
    border: unset;
}

.accordion-body input {
    width: 75%;
    height: 50px;
    padding: 10px;
}

.accordion-body button {
    height: 51px;
    width: 24%;
    border: unset;
    background: #26688b;
    color: #ffffff;
    border-radius: 25px;
}

.accordion-body {
    padding: 0;
    margin-top: 25px;
}

.cart-total h5 {
    padding: 11px 0;
    border-bottom: 1px solid #cbcbcb;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.subtotal {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    border-bottom: 1px solid #00000047;
    border-top: 1px solid #02020245;
    padding: 18px 0;
}

.subtotal h5 {
    font-size: 17px;
    border: unset;
    padding: 0;
}

.Total\$ {
    display: flex;
    justify-content: space-between;
    margin-top: 13px;
    padding: 13px 0;
    border-bottom: 1px solid #0000003d;
    border-top: 1px solid #0000004f;
}

.Total\$ h4 {
    font-weight: 600;
}

.Crunch p {
    font-size: 13px;
}

.Crunch span {
    color: #073f25;
}

.Crunch a {
    text-decoration: underline;
    font-size: 11px;
    color: #000;
    padding-right: 22px;
}

.Crunch a:hover {
    text-decoration: none;
}

.cart_table table th {
    font-size: 21px;
    font-weight: 400;
}

.cart {
    box-shadow: 0 0 6px 0 #bdb9b9;
    padding: 16px 9px;
}

.Proceed a {
    width: 100%;
    height: 50px;
    background: #26688b;
    color: #fff;
    text-align: center;
    padding-top: 13px;
    border-radius: 50px;
    margin-top: 11px;
    font-size: 17px;
}

.Proceed {
    text-align: center;
}

th.Total {
    text-align: end;
}


/* :checked */

.checkout-btn {
    width: 100%;
    padding: 15px;
    background: #cc7353;
    color: #fff;
    font-weight: bold;
    display: block;
    border: none;
    cursor: pointer;
    text-align: center;
}

button.close-cart {
    border: 0;
    background: transparent;
    width: 30px;
    height: 30px;
    display: grid;
    place-content: center;
}

.cart-item-details h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

button.remove-item {
    color: #000;
}


/* Side Bar Cart */

.banner_text.inner-cart {
    background: unset;
    display: flex;
}

.carousel-item.active.inner-shop img {
    height: 201px;
}

.banner_text.inner-cart a {
    font-size: 26px;
    font-weight: 400;
}

.banner_text.inner-cart span i {
    color: #000;
}

.banner_text.inner-cart.wow.fadeInLeft span {
    padding-left: 16px;
    color: #3c3b3b;
    font-weight: 300;
}

th.Total {
    text-align: end;
}

.cart_sec {
    padding: 60px 0 101px;
}

.cart_table table tbody tr td img {
    height: 94px;
    width: 100px;
    margin: 0;
}

.Manna {
    display: flex;
    align-items: center;
    gap: 21px;
    padding: 21px 0;
}

td.Total {
    text-align: end;
}

.accordion-button:not(.collapsed) {
    background: unset;
    color: #000000;
    box-shadow: unset;
    font-size: 17px;
    font-weight: 500;
}

.accordion-item {
    border: unset;
}

.accordion-body input {
    width: 75%;
    height: 50px;
    padding: 10px;
}

.accordion-body button {
    height: 51px;
    width: 24%;
    border: unset;
}
button.place-order {
    width: 100%;
    height: 51px;
    margin-top: 15px;
    border-radius: 50px;
    background: #26688b;
    border: 0;
    color: #fff;
}
.accordion-body {
    padding: 0;
    margin-top: 25px;
}

.cart-total h5 {
    padding: 11px 0;
    border-bottom: 1px solid #cbcbcb;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.subtotal {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    border-bottom: 1px solid #00000047;
    border-top: 1px solid #02020245;
    padding: 18px 0;
}

.subtotal h5 {
    font-size: 17px;
    border: unset;
    padding: 0;
}

.Total\$ {
    display: flex;
    justify-content: space-between;
    margin-top: 11px;
}

.Total\$ h4 {
    font-weight: 600;
}

.Crunch p {
    font-size: 13px;
}

.Crunch span {
    color: #073f25;
}

.Crunch a {
    text-decoration: underline;
    font-size: 11px;
}

.Crunch a:hover {
    text-decoration: none;
}

.cart_table table th {
    font-size: 21px;
    font-weight: 400;
}

.checkout {
    padding: 100px 0;
    position: relative;
}

.contact_info h3 {
    font-size: 23px;
}

.contact_info p {
    padding-bottom: 14px;
    padding-top: 6px;
}

.contact_info input {
    width: 100%;
    height: 51px;
    padding: 10px;
    border: 1px solid #7c7c7c;
}

.Billing_address h3 {
    font-size: 25px;
}

.Billing_address p {
    padding-bottom: 14px;
    padding-top: 5px;
}

.Billing_address input {
    width: 100%;
    height: 50px;
    padding: 11px;
    margin: 11px 0;
    border: 1px solid #7c7c7c;
}

.Billing_address select {
    width: 100%;
    height: 51px;
    appearance: inherit;
}

.Billing_address select {
    margin: 11px 0;
    padding: 9px;
}

.contact_info {
    padding-bottom: 40px;
}

.Billing_address {
    padding-bottom: 0;
}

button.opt-field-btn {
    width: 100%;
    height: 42px;
    background: #fff;
    border: unset;
    font-size: 17px;
    font-weight: 400;
    text-align: start;
}

button.opt-field-btn:hover {
    background: #c5c5c5;
    text-decoration: underline;
}

.info {
    display: flex;
    /* align-items: center; */
    gap: 10px;
    border: 1px solid red;
    padding: 12px;
    background: #ffdfdf;
    margin-top: 30px;
}

.info i {
    color: #ffffff;
    font-size: 18px;
    background: red;
    height: 25px;
    width: 39px;
    border-radius: 66px;
    text-align: center;
    padding-top: 4px;
}

.add-optianal-field span {
    margin-left: 11px;
}

.add-optianal-field {
    /* padding-top: 30px; */
    /* padding-bottom: 30px; */
}

.add-optianal-field textarea {
    width: 100%;
    padding: 8px;
    height: 213px;
}

input.check-box {
    margin-bottom: 3px;
    height: 28px;
    width: 22px;
}

.place-order {
    border-top: 1px solid #7c7c7c;
}

.place-order p {
    padding-top: 25px;
    padding-bottom: 21px;
}

.place-order button {
    width: 100%;
    height: 44px;
    border: unset;
}

.place-order button:hover {
    background: #b5b5b5;
}

.Manna.check img {
    height: 65px;
    width: 65px;
}

.cart-total.check {
    border: 1px solid #7c7c7c;
    padding: 12px;
    position: sticky;
    top: 0;
}

.Crunch.check p {
    font-size: 11px;
    line-height: 16px;
    font-weight: 800;
}

.Crunch.check h5 {
    border: unset;
}

.dollar {
    color: #063a06;
    font-weight: 600;
}

.product_detail {
    padding: 70px 0;
}

.footer-logo a h5 {
    font-size: 30px;
    padding-bottom: 14px;
    font-family: 'SourceSansPro-Bold';
}

.footer-logo p {
    font-size: 18px;
    font-family: 'Source Sans Pro';
    line-height: 160%;
    color: #000000cc;
    padding-right: 45px;
}

.foot-links h5 {
    font-size: 21px;
    padding-bottom: 30px;
}

.foot-links ul li a {
    color: #000;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.footer-contact h5 {
    font-size: 22px;
    padding-bottom: 30px;
}

.footer-contact ul li a {
    font-size: 15px;
    padding-bottom: 13px;
    color: #000;
    text-transform: lowercase;
}
a.locate {
    text-transform: capitalize !important;
}
.footer-contact ul li i {
    padding-right: 16px;
    font-size: 17px;
}

.news-letter h5 {
    font-size: 20px;
    padding-bottom: 13px;
}

.news-letter input {
    padding: 11px;
    width: 100%;
    height: 51px;
    border: 1px solid;
    border-radius: 10px;
}

.news-letter h4 {
    font-size: 15px;
    padding: 11px 0;
}

.news-letter h2 {
    padding: 11px 0;
}

.news-letter h4 span {
    color: #ff000094;
    font-style: italic;
}

.news-letter button {
    background: #000;
    color: #fff;
    width: 64%;
    height: 50px;
    margin-top: 12px;
    border-radius: 12px;
    border: unset;
    text-transform: uppercase;
}

.copy-txt {
    text-align: center;
    padding: 29px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vission_img {
    text-align: center;
    padding-top: 28px;
}

.copy-txt a {
    color: #999999;
    text-decoration: underline;
    padding-right: 5px;
}

.footerSec {
    padding: 70px 0 10px;
}

.footer-logo a img {
    width: 216px;
    height: 113px;
}

.copy-txt p {
    font-size: 16px;
    color: #00000066;
    border-top: 1px solid #0000001c;
    font-family: 'SourceSansPro-Bold';
}

.search-wrapper {
    width: 100%;
    max-width: 1100px;
    margin: 40px auto;
}

.search-wrapper h3 {
    text-align: center;
    margin-bottom: 25px;
    font-weight: 600;
}

.filter-box {
    width: 100%;
    padding: 18px 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    font-weight: 500;
    cursor: pointer;
}

.filter-box span {
    font-size: 14px;
    color: #555;
}

.search-row {
    display: flex;
    gap: 10px;
}

.icon-btn {
    width: 70px;
    background: #266a8b;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.search-btn {
    flex: 1;
    background: #4fd1a1;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.custom-select {
    position: relative;
}

.select-box {
    height: 55px;
    border-radius: 10px;
    border: 1px solid #ced4da;
    padding: 15px;
    cursor: pointer;
    background: white;
    margin-bottom: 30px;
    font-size: 19px;
    font-weight: 600;
    appearance: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    appearance: auto;
}

.options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
    display: none;
    z-index: 10;
}

.options input {
    /* border: none; */
    border: 1px solid #ddd;
    padding: 12px;
    width: 98%;
    outline: none;
    margin: 14px 10px 0;
}

.options div {
    padding: 12px;
    cursor: pointer;
}

.options div:hover {
    background: #f1f1f1;
}

.search-btn {
    height: 55px;
    background: #49d0a2;
    color: white;
    border: none;
    border-radius: 10px;
    font-weight: 600;
}

.For_sale {
    padding: 100px 0;
}

select.form-select.form-select-lg {
    margin-bottom: 33px;
    font-weight: 600;
}

.select-box i {
    font-size: 13px;
}

.sale {
    text-align: center;
    padding-bottom: 30px;
}

.sale a {
    color: #000;
    padding-top: 9px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 25px;
}

.sale a:hover {
    background: #26688b;
    border-radius: 35px;
    width: 99px;
    height: 41px;
    padding-top: 9px;
    color: #fff;
}

.Search {
    display: flex;
    align-items: center;
    gap: 7px;
}

.btn-primary {
    /* color: #fff; */
    background-color: #0d6efd;
    /* border-color: #0d6efd; */
    width: 118px;
    height: 55px;
    background: #26688b;
    border-radius: 11px;
    text-align: center;
    display: block;
    padding-top: 14px;
    font-size: 16px;
    color: #fff;
}

.Search button i {
    padding-right: 16px;
}

.search-btn:hover {
    background: #26688b;
}

.Search a:hover {
    background: #49d0a2;
}

.banner_img.property input {
    border-radius: 0;
}

.banner_img.property textarea {
    border-radius: 0;
}

.filter-box {
    max-width: 420px;
    border-radius: 14px;
}

.form-control,
.form-select {
    padding: 14px;
    border-radius: 10px;
    font-weight: 600;
}

.search-btn {
    background: #45d39e;
    border-radius: 12px;
    padding: 14px;
    font-size: 16px;
}

.bg-white.p-4.shadow-sm.filter-box1 input::placeholder {
    font-weight: 600;
    color: #000;
}

.btn-primary:hover {
    color: #fff;
    background-color: #45d39e;
    border-color: #45d39e;
}

.shop_sec {
    padding: 100px 0;
}

.Shop_btn {
    display: flex;
    gap: 10px;
    align-items: center;
}

.Shop_btn a {
    color: #000;
    font-size: 17px;
    font-weight: 500;
}

.Shop_btn h5 {
    color: #26688b;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Poppins';
}

.Shop_text p {
    font-size: 21px;
    line-height: 160%;
}

.Shop_text {
    display: flex;
    justify-content: space-between;
}

.Shop_text select {
    width: 126%;
    height: 48px;
    border-radius: 50px;
    appearance: auto;
}

.Shop_card a img {}

.Shop_card {
    padding-top: 33px;
}

.Shop_card h3 {
    font-size: 23px;
    padding-top: 15px;
    padding-bottom: 13px;
}

.search-btn1 {
    width: 51%;
    background: #26688b;
    text-align: center;
    padding: 10px;
    color: #fff;
    border-radius: 51px;
}

.customize-box {
    border: 1px solid #ddd;
    padding: 25px;
    background: #fff;
}

.section-title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 27px;
}

.option-list label {
    font-size: 14px;
    color: #333;
}

.price {
    color: #777;
}

.total-box {
    text-align: right;
    font-size: 15px;
}

.total-box span {
    color: #0d6efd;
    font-weight: 600;
}

.add-cart {
    background: #0d5c75;
    color: #fff;
    border-radius: 25px;
    padding: 6px 20px;
}

.add-cart:hover {
    background: #094a5e;
}

a.btn.add-cart:hover {
    color: #0d5c75;
    background: #d8ebf5;
    border: 2px solid;
}

.total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    margin-bottom: 6px;
}
.total-row span {
    color: #0d5c75;
    font-weight: 600;
}
.total-row strong {
    font-weight: 600;
    font-size: 16px;
}

.total-price {
    color: #0d5c75;
    font-weight: 600;
    font-size: 20px;
}

p.text-center.small.my-3 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'SourceSansPro-Semibold';
}


/* Side Bar Cart */

.cart-sidebar {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transition: 0.4s ease-in-out;
    z-index: 9999;
    display: flex;
    flex-direction: column;
}

.cart-sidebar.active {
    right: 0;
}

.cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.cart-body {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

.cart-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    position: relative;
}

.cart-item img {
    width: 100px;
    height: 120px;
    object-fit: cover;
    border-radius: 4px;
}

.cart-item-details {
    flex: 1;
    margin-left: 15px;
}

.qty-box {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
    border: 1px solid #42424233;
}

.qty-box button {
    width: 40px;
    height: 40px;
    background: none;
    cursor: pointer;
    border: 0;
}

.qty-count {
    min-width: 24px;
    text-align: center;
    color: #000000 !important;
    font-weight: 600;
}

.remove-item {
    background: none;
    border: none;
    color: #888;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.cart-note {
    font-size: 13px;
    color: #666;
    margin-top: 40px;
    padding: 20px 20px;
}

.cart-footer {
    padding: 20px;
    border-top: 1px solid #eee;
}

.checkout-btn {
    width: 100%;
    padding: 15px;
    background: #000000;
    color: #fff;
    font-weight: bold;
    display: block;
    border: none;
    cursor: pointer;
    text-align: center;
}

button.close-cart {
    border: 0;
    background: transparent;
    width: 30px;
    height: 30px;
    display: grid;
    place-content: center;
}

.cart-item-details h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

button.remove-item {
    color: #000;
}


/* Side Bar Cart */


/* Description Section */

.description-section {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    line-height: 1.6;
}


/* Title */

.description-section h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}


/* Main paragraph */

.description-section p {
    font-size: 14px;
    margin-bottom: 20px;
    max-width: 100%;
}


/* Bullet columns */

.description-section ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.description-section li {
    font-size: 13.5px;
    margin-bottom: 6px;
    padding-left: 14px;
    position: relative;
}


/* Custom bullet */

.description-section li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
}


/* Column spacing */

.description-section .col-md-6,
.description-section .col-lg-3 {
    margin-bottom: 15px;
}


/* Responsive adjustments */

@media (max-width: 768px) {
    .description-section p {
        font-size: 13.5px;
    }
    .description-section li {
        font-size: 13px;
    }
}

.Description {
    padding: 100px 0;
}

.property-slider {
    position: relative;
}

.main-img {
    height: 480px;
    object-fit: cover;
    border-radius: 10px;
}

.property-slider {
    position: relative;
}

.property-main-slider img,
.property-main-slider a {
    width: 100%;
    height: 630px;
    object-fit: cover;
    border-radius: 10px;
}

.slider-info {
    position: absolute;
    bottom: 128px;
    left: 59px;
    color: #fff;
    z-index: 5;
}

.slider-info h4 {
    margin-top: 10px;
    color: #fff;
    font-size: 52px;
    font-family: 'SourceSansPro-Semibold';
}

.slider-info .price {
    color: #ffffff;
    background: #26688b;
    font-size: 33px;
    border-radius: 18px;
    padding: 7px;
}

.property-thumb-slider {
    margin-top: 12px;
    display: flex;
    gap: 70px;
}

.property-thumb-slider img {
    width: 150px !important;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
    opacity: 1.6;
}

.property-thumb-slider .slick-current img {
    opacity: 1;
    border: 2px solid #0d6efd;
}

p.location {
    color: #fff;
}

.Snowflake {
    padding: 100px 0px;
}

.slider-info span a {
    font-size: 14px;
    text-align: center;
    border-radius: 23px;
    padding: 0;
}

.slider-info span {
    border-radius: 25px;
}

ul.list-unstyled li {
    font-size: 20px;
    font-weight: 600;
    line-height: 186%;
    font-family: 'Source Sans Pro';
}

.cart_icon {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 9;
}

.cart_icon a {
    background: #fff;
    height: 70px;
    width: 70px;
    color: #000;
    font-size: 25px;
    border-radius: 50px;
    box-shadow: 0 0 7px 0 #c5c5c5;
    text-align: center;
    padding-top: 23px;
    position: absolute;
    right: 12px;
    bottom: 0;
    position: sticky;
}

ul.Snowflake_AZ li a {
    background: #26688b;
}

.property-main-slider .slick-next:before {
    content: '\f0da';
    background: #000;
    color: #fff !important;
    font-family: 'FontAwesome';
    padding: 10px 16px;
    border-radius: 9px;
}

.property-main-slider .slick-prev:before {
    content: '\f0d9';
    background: #000;
    color: #fff !important;
    font-family: 'FontAwesome';
    padding: 10px 16px;
    border-radius: 9px;
}

.property-thumb-slider .slick-active {
    opacity: 2.5;
}

.Heart.propertys {
    bottom: 114px;
    right: 50px;
}

.Heart.propertys a {
    color: #fff;
    font-size: 21px;
    width: 51px;
    height: 51px;
    text-align: justify;
    padding-top: 12px;
}

.Featured_img1 img {
    height: 120px;
    width: 166px;
    border-radius: 13px;
}

.Featured_img1 {
    padding-top: 48px;
    text-align: end;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: end;
    gap: 20px;
}

.Featured_img1::before {
    position: absolute;
    content: '';
    width: 97px;
    height: 5px;
    background: #26688b;
    z-index: 99;
    bottom: -23px;
    right: 178px;
}

.house {
    text-align: center;
    background: #fff;
    box-shadow: 3 0 1px 0;
    padding: 9px 28px;
    border-radius: 7px;
}

.house i {
    color: #000;
    font-size: 28px;
}

.house h5 {
    font-size: 30px;
    font-weight: 500;
    font-family: poppins;
    padding: 8px 0;
}

.house p {
    font-size: 16px;
}

.cart_icon a:before {
    position: absolute;
    content: '0';
    background: #000000;
    color: #fff;
    height: 21px;
    width: 21px;
    font-size: 13px;
    border-radius: 25px;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-btn i.fa-solid.fa-heart {
    padding-left: -1px;
}

.menuSection .row {
    align-items: center;
}

a.top-rt-mail {
    margin-left: 20px;
    border-left: 1px solid #0000008f;
    padding-left: 21px;
}

html {
    overflow: overlay;
}

.Mission {
    box-shadow: 0 0 4px 0 #d7d6d6;
    padding: 51px;
    border-radius: 26px;
}

.vission {
    box-shadow: 0 0 4px 0 #d7d6d6;
    padding: 51px;
    border-radius: 26px;
}

.primary {
    width: 100%;
    border-radius: 32px;
    margin-top: 12px;
}

.secondary {
    width: 100%;
    height: 50px;
    background-color: #adadad !important;
    color: #000 !important;
}

.modal-title {
    border: unset !important;
}

.Proceed button {
    width: 100%;
    border-radius: 31px;
    margin-top: 21px;
}

.modal-header .btn-close {
    width: 0;
}

.news-letter-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.news-letter-popup-content {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    max-width: 400px;
    width: 90%;
}

.news-letter-popup-content button {
    margin-top: 15px;
    padding: 10px 20px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

.Searching1 .row {
    align-items: center;
}

.Searching1 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.Return_Policy {
    padding: 100px 0;
}

.Return_Policy_text {
    padding: 50px 100px;
    border: 2px solid;
}

.Return_Policy_text h5 {
    font-size: 20px;
    font-family: 'SourceSansPro-Semibold';
    padding-top: 11px;
}

.Return_Policy_text p {
    padding: 11px 64px;
    text-align: justify;
}

.Return_Policy_text h1 {
    font-size: 41px;
}

p.polices {
    padding-bottom: 70px;
}

p.policeses {
    padding-top: 64px;
}

.Return_Policy_text h2 {
    font-size: 34px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-family: 'SourceSansPro-Bold';
    font-weight: 500;
}

.Return_Policy_text h4 {
    font-size: 20px;
    font-family: 'SourceSansPro-Semibold';
    padding-top: 12px;
}

.Return_Policy_text a {
    /* color: #000; */
    padding-bottom: 11px;
    text-decoration: underline;
}

.Return_Policy_text span {
    font-size: 20px;
}

.news-letter-popup-content p {
    font-size: 19px;
}


.Hardware_contracts_content {
    text-align: center;
}

.Hardware_contracts_content p {
    text-align: center;
    color: #fff;
}
.Hardware_contracts_content h2 {
    color: #fff;
}
.Hardware_contracts_content a {
    width: 129px;
    height: 47px;
    background: #000;
    color: #fff;
    border-radius: 10px;
    margin-top: 10px;
    text-transform: uppercase;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
.Hardware_contracts {
    background-image:url(../images/hardware_contract.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 136px 0;
}

.pricing_card {
    background: #fff;
    padding: 26px 28px;
    border-radius: 12px;
    box-shadow: 0 0 0 1px #e9e9e9;
    transition: .5s all;
}
    .pricing_card:hover {
        box-shadow: 0px 5px 10px 2px #c9c9c9;
    }
      .pricing_card {
        background: #fff;
        padding: 26px 28px;
        border-radius: 12px;
    }
.packages.wow.fadeInUpBig {
    padding: 100px 0 0;
}
    .pricing_card h2 {
        font-size: 34px;
        font-weight: 200;
        align-items: center;
        padding-bottom: 13px;
    }
    .pricing_card h2 i {
        font-size: 21px;
        background-image: linear-gradient(to bottom, #90c357, #1e9950);
        height: 58px;
        width: 58px;
        text-align: center;
        padding-top: 17px;
        border-radius: 42px;
        color: #fff;
        margin-bottom: 16px;
        margin-right: 8px;
    }
    .pricing_card span {
        font-size: 25px;
        font-weight: 700;
    }
    .pricing_card p {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .pricing_card ul li {
        padding-bottom: 7px;
        padding-top: 7px;
        margin-bottom: 15px;
        border-radius: 33px;
        padding-left: 9px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        display: inline-flex;
        padding-right: 30px;
    }
    .pricing_card ul li i {
        height: 28px;
        width: 28px;
        text-align: center;
        /* padding-top: 7px; */
        border-radius: 23px;
        font-size: 16px;
        color: #fff;
        margin-right: 13px;
        background: #000;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pricing_card a {
        width: 150px;
        background-image: linear-gradient(to bottom, #90c357, #1e9950);
        color: #fff;
        text-align: center;
        height: 50px;
        padding-top: 13px;
        border-radius: 30px;
        margin-top: 8px;
        font-family: 'Poppins';
    }
    .Support_Warranty {
    padding: 100px 0;
}
.supports {
    padding: 100px 0 0;
}

.supports .row {
    align-items: center;
}
.supports_img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
}
.supports_text p {
    padding: 13px 0;
}
.supports_text a {
    width: 129px;
    height: 47px;
    background: #000;
    color: #fff;
    border-radius: 10px;
    /* margin-top: 10px; */
    text-transform: uppercase;
    display: flex;
    /* margin: 0 auto; */
    justify-content: center;
    align-items: center;
}
.our_hardware {
    padding: 100px 0 0;
}

.our_hardware_content {
    text-align: center;
    padding-bottom: 51px;
    text-transform: uppercase;
}

.product_card img {
    width: 500px;
    height: 300px;
    object-fit: cover;
}

.product_text h5 {
    font-size: 19px;
    padding: 10px 0;
}

.total {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.total h6 {
    font-size: 24px;
}

.total h6 span {
    font-size: 13px;
    text-decoration: line-through;
    color: #7c7c7c;
}

.total i {
    color: orange;
}

.product_text a {
    width: 129px;
    height: 47px;
    background: #000;
    color: #fff;
    border-radius: 10px;
    margin-top: 10px;
    text-transform: uppercase;
    display: flex;
    /* margin: 0 auto; */
    justify-content: center;
    align-items: center;
}

.product_card {
    border: 1px solid;
    padding: 5px;
}

.product_text {
    padding: 15px;
}

/* Product Detail Page Start */

.productdetailsec {
    padding: 80px 0 50px;
    position: relative;
}

.productdetailtext h3 {
    font-size: 44px;
    line-height: 55px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #1c1c1c;
    margin-bottom: 0;
    text-transform: uppercase;
}

.productdetailtext span {
    color: #9d9d9d;
    font-size: 18px;
    font-weight: 600;
}

.productdetailtext ul {
    padding: 0;
    margin: 20px 0;
    align-items: center;
}

.productdetailtext ul li {
    list-style: none;
    display: inline-block;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    font-family: 'ivy mode thin';
}

.productdetailtext ul li a i {
    color: #ffba00;
    font-size: 22px;
    margin-right: 5px;
}

.productdetailtext ul li:last-child a i {
    color: #dadada;
}

.productdetailtext ul li:nth-child(4) a i {
    color: #dadada;
}

.productdetailtext p {
    color: #636363;
    font-size: 15px;
    line-height: 25px;
    padding: 0 0 30px;
    font-weight: 500;
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
    font-size: 13px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-plus {
    font-size: 13px;
    margin: 0;
    top: -15px;
    right: 3px;
}

.productdetailtext .input-group input.form-control.input-number {
    width: 100%;
    margin: 0 auto;
    display: table;
    height: 50px;
    text-align: center;
}

.productdetailtext .input-group button.btn.btn-default.btn-number {
    border-radius: 50px;
    width: 30px;
    height: 30px;
    margin: 0 15px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
    font-size: 13px;
    margin: 0;
    top: -13px;
    right: 5px;
}

.productdetailtext .input-group {
    width: 50%;
    margin: 0 0 34px;
}

.iconlist ul {
    padding: 0;
    margin: 0 0 40px;
}

.iconlist ul li {
    list-style: none;
    line-height: 30px;
    color: #636363;
    font-size: 15px;
    font-weight: 500;
}

.iconlist ul li i {
    margin: 0 17px 15px 0;
    font-size: 18px;
    color: #000000;
}

.productdetailtext .input-group span.input-group-btn {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.productdetailsmallportion {
    position: relative;
    top: 0;
    z-index: 99;
    border-width: 10px;
    /* border-color: rgb(255, 255, 255); */
    /* border-style: solid; */
    /* border-radius: 20px; */
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.productdetailsmallportion img {
    margin: auto;
    width: 100%;
    /* border: 2px solid #E1E1E1; */
    height: 100%;
    background: #ffff;
}

.productdetailnav {
    width: 100%;
    /* margin: auto; */
    height: 100px;
}

.productdetailportion {
    border-width: 10px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);

}

.productdetailportion img {
    height: 506px;
    object-fit: contain;
    width: 100%;
}

.productdetailnav .slick-slide {
    opacity: 1;
    z-index: 9999;
    position: relative;
}

.product-detail span {
    margin: 0;
}

.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    width: 75%;
}

.product-detail input.in-num {
    border: 1px solid #dadada;
    background-color: transparent;
    width: 40%;
    margin: 0 5px;
}

.product-detail span {
    width: 30px !important;
    border: 1px solid #e3e3e3;
    border-radius: 50px;
    height: 30px !important;
    margin: 5px;
}

.product-detail .skin-2 .num-in span:before,
.product-detail .skin-2 .num-in span:after {
    background-color: #000;
}

.product-detail span:hover:before,
.product-detail span:hover:after {
    background-color: rgb(255, 255, 255) !important;
}

.product-details-btn.btn10 {
    background-color: #cfa55a !important;
    color: black;
    border-color: #cfa55a;
    font-size: 17px;
}

.quanity.product-detail {
    margin-left: 20px;
}

section.productdetailsec .product-detail span:hover {
    background-color: #000000;
    color: #ffffff !important;
}

ul.product-detail-heading {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.product-details-btn {
    height: 60px;
    border: 0;
    width: 180px;
    margin-left: 10px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #cfa55a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    cursor: pointer;
}

a.cat-sub-btn {
    background: #335650;
    color: #fff;
    padding: 15px 40px;
    font-weight: 500;
}

a.cat-sub-btn:hover {
    background: #000;
}


/* .product-details-btn:hover{
  
    color: white;
  
    } */

.iconlist {
    margin-top: 40px;
}

.description li.nav-item {
    margin-right: 12px;
}

.description li.nav-item button {
    width: 225px;
    height: 70px;
    background-color: #f1f1f1;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    padding: 12px 0px;
    border-radius: 10px;
    text-transform: uppercase;
}

.description li.nav-item .nav-link.active {
    border: 0;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    border-radius: 10px;
    padding: 12px 0px;
    background-image: -moz-linear-gradient(0deg, rgb(118, 8, 11) 0%, rgb(200, 33, 39) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(118, 8, 11) 0%, rgb(200, 33, 39) 100%);
    background: #000;
}

.description .nav-tabs {
    border-bottom: 1px solid #adb5bd;
    padding-bottom: 35px;
    margin-bottom: 30px;
    justify-content: start !important;
}

.description .tab-content p {
    color: #636363;
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
}
.testimonial-card-user i {
    color: orange;
}
.productdetailsmallportion img {
    width: auto;
    /* padding: 10px 10px; */
    position: relative;
    z-index: 999999999999999;
    height: 100px;
    object-fit: cover;
}

.productdetailnav .slick-list.draggable {
    margin-top: -60px;
}


/* skin 2 */

.skin-2 .num-in {
    background: #f0f0f0;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
    height: 40px;
    width: 110px;
    float: left;
    border-radius: 12px;
    cursor: pointer;
}


.skin-2 .num-in span {
    width: 40%;
    display: block;
    height: 40px;
    float: left;
    position: relative;
    background: #fff;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: "";
    position: absolute;
    background-color: #667780;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

.skin-2 .num-in input {
    float: left;
    width: 20%;
    height: 37px;
    border: none;
    text-align: center;
    background-color: #f0f0f0;
    font-family: "Montserrat";
}

.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    width: 75%;
    display: flex;
    align-items: center;
}

.product-detail input.in-num {
    border: 1px solid #dadada;
    background-color: transparent;
    width: 40%;
    margin: 0 5px;
    padding: 30px 0;
    background: #fff;
}

.productdetailsec .btn10 {
    color: white;
}

.productdetailsmallportion img {
    width: 120px;
}

section.productdetailsec:after {
    content: "";
    position: absolute;
    width: 23%;
    height: 69%;
    background: url(../images/prodcut-detail-after.png);
    right: 0;
    bottom: -9%;
    background-repeat: no-repeat;
    filter: contrast(0.1);
    opacity: 0.5;
}

.productdetailtext {
    padding-top: 10px;
}

a.btn.shp-btn {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 10px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 145px;
    height: 50px;
}

.productdetailnav .slick-slide {
    margin: 20px 20px;
}

.productsec-top-txt h4 {
    font-size: 25px;
    text-transform: uppercase;
    color: #b43333;
    font-weight: 600;
    margin-left: 50px;
}

.productsec-top-selec {
    display: flex;
    align-items: center;
    justify-content: center;
}

.productsec-top-selec select {
    font-size: 18px;
    line-height: 19px;
    color: #666666;
    padding: 0;
    border: none;
    font-family: 'Montserrat';
    font-weight: 500;
    cursor: pointer;
}

.productsec-top-selec h5 {
    font-size: 18px;
    line-height: 19px;
    color: #666666;
    font-family: 'Montserrat';
    font-weight: 500;
    margin-right: 8px;
}

.productsec-top-view h5 {
    font-size: 18px;
    line-height: 19px;
    color: #666666;
}

.product-text h4 {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}

.product-text h6 {
    font-size: 22px;
}

.product-text h6 {
    font-size: 22px;
    color: #b43333;
    font-weight: 800;
}

/* Product Detail Page End */
.customize_details {
    padding: 100px 0 0;
}

.customize_detail_text h2 {
    padding-bottom: 15px;
}

.customize_details_box select {
    width: 100%;
    height: 35px;
    appearance: auto;
    margin-bottom: 11px;
    padding: 5px;
}
.customize_details_box a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 50px;
    border-radius: 5px;
    background: #000;
    color: #fff;
}
.customize_details_box h3 {
    padding-bottom: 10px;
}
.customize_details_box select option {
    background: #000;
    color: #fff;
}
.customize_details_box {
    border: 1px solid;
    padding: 11px;
    margin-bottom: 15px;
}
.customize_details_box p {
    padding-bottom: 10px;
}

/*Shop Page Start*/

section.productdetail {
  padding: 0;
}
ul.ul1prodetail h3 {
  font-size: 22px;
  font-family: 'Poppins';
  font-weight: 400;
  margin-bottom: 0px;
  border-bottom: 1px solid;
  padding: 17px 20px;
  color: #fff;
  /* border-radius: 20px 20px 0px 0px; */
  background: rgb(229, 173, 14);
  background: #141313;
  font-weight: 600;
  border-radius: 10px 10px 0px 0px;
}
ul.ul1prodetail h3 span {
  float: inline-end;
}
ul.ul1prodetail h3 span a i {
  color: #000;
}
.dv2productdetail h4 span {
  float: inline-end;
}
.dv2productdetail h4 span a i {
  color: #000;
}
.dv3productdetail h4 span {
  float: inline-end;
}
.dv3productdetail h4 span a i {
  color: #000;
}
.ul1prodetail li {
  font-family: "Poppins";
  font-size: 14px;
  color: #000;
}
ul.ul1prodetail {
  border: 1px solid #c5c5c5;
  border-radius: 10px;
  /* height: 302px; */
  margin-bottom: 20px;
}
.dv2productdetail h4 {
  font-size: 19px;
  font-family: "Poppins";
  margin-bottom: 0px;
}
.dv2productdetail {
  /*    border: 1px solid #8cc63f;
    padding: 3px 13px;
    margin-bottom: 30px;*/
}
/*DropDown*/
a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  color: #222222;
}

/* Dropdown */

.dropdown {
  width: 100%;
}

.dd-button {
  display: block;
  background-color: transparent;
  cursor: pointer;
  white-space: nowrap;
  width: auto;
  text-align: left;
  border: 0px;
  padding: 20px 40px;
  font-size: 20px;
  line-height: 30px;
  background-image: url(../images/down-btn-cate.png);
  background-position: 88% 50%;
  background-size: 8px 7px;
  background-repeat: no-repeat;
}

.dd-menu li:first-child {
  border-top: 1px solid #c5c5c5;
}

.dd-menu li:last-child {
  border-bottom: 0px !important;
}

.dd-input {
  display: none;
}

section.productdetail .row.conts {
  align-items: center;
  margin-bottom: 10px;
}
.dd-menu {
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  list-style-type: none;
}

.dd-input + .dd-menu {
  display: none;
}

.dd-input:checked + .dd-menu {
  display: block;
  width: 100%;
  display: table;
  margin: 0px auto;
  display: inline-block;
  position: unset;
}

.dd-menu li {
  cursor: pointer;
  white-space: nowrap;
  padding: 20px 40px;
  font-size: 15px;
  line-height: 25px;
  border-bottom: 1px solid #c5c5c5;
  text-transform: uppercase;
}

.dd-menu li:hover {
  background-color: #f6f6f6;
}

.dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}

.dv3productdetail select {
  width: 40%;
  border: 1px solid #6c757d52;
  border-radius: 0px;
  font-family: "Poppins";
  background-image: url(../images/down-btn-cate.png);
  background-repeat: no-repeat;
  background-size: 7px 7px;
  background-position: 87% 50%;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 28px;
  padding: 14px 26px;
  appearance: unset;
  border-radius: 10px;
}

.dv2productdetail {
  position: relative;
}

.dv3productdetail {
  position: relative;
}

.dv3productdetail h4 {
  font-size: 19px;
  font-family: "Poppins";
  margin-bottom: 0px;
}

.dv4productdetail p {
  font-size: 16px;
  float: inline-end;
  margin-bottom: 40px;
}

select#categories {
  padding: 17px 20px;
  border: none;
}

select#categories option {
  padding: 17px 20px;
}

ul.ul2prodetail h3 {
  font-size: 22px;
  font-family: 'Poppins';
  margin-bottom: 0px;
  border-bottom: 1px solid;
  padding: 17px 20px;
  color: #fff;
  /* border-radius: 20px 26px 0px 0px; */
  background: rgb(229, 173, 14);
  background: #141313;
  font-weight: 600;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 10px;
}

ul.ul2prodetail li a {
  font-family: 'Poppins';
  font-size: 18px;
  line-height: 30px;
  display: flex;
}

ul.ul2prodetail li a input {
  width: 19px;
  height: 27px;
}

ul.ul2prodetail {
  border: 1px solid #c5c5c5;
  border-radius: 10px;
}

ul.ul2prodetail li {
    padding: 11px 30px;
}

ul.ul3prodetail li {
  border: 1px solid #d8d5d5;
  font-family: 'Poppins';
  font-size: 16px;
  line-height: 24px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

ul.ul3prodetail li:hover {
  background: #000;
}

ul.ul3prodetail li:hover a {
  color: #fff;
}

ul.ul3prodetail {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

ul.ul3prodetail li a {
  color: #000;
}

.dv2productdetail select {
  padding: 16px 40px 16px 30px;
  border: 1px solid #6c757d52;
  border-radius: 0px;
  font-family: "Poppins";
  font-weight: 500;
  background-image: url(../images/down-btn-cate.png);
  background-repeat: no-repeat;
  background-size: 7px 7px;
  background-position: 87% 50%;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 28px;
  width: 97%;
  appearance: unset;
  border-radius: 10px;
}

.text-shoow-product p {
  text-align: end;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}

.prod-sec-prod-pg {
  margin-top: 30px;
}

section.productdetail .pd-box {
  margin-bottom: 50px;
}
.up-to-img h5 {
    color: #fff;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    font-size: 47px;
    line-height: 50px;
    text-shadow: 0px 0px 18.06px rgb(0 0 0);
    -webkit-transform: matrix( 0.9792696027383,0,0,0.9792696027383,0,0);
}

.up-to-img {
    position: relative;
    margin-top: 88px;
}
.up-to-img img {
    height: 417px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
/*Shop page End*/
