@font-face {
    font-family: Calibri;
    src: url(../fonts/Calibri/Calibri.ttf);
}

* {
    font-family: Calibri, Arial, Helvetica, sans-serif;
}

.swiper {
    width: 100%;
    height: 100%;
}

.slider .item {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    min-height: 500px;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider .swiper-slide {
    min-height: 500px;
}

.card-0 {
    background-color: #fff;
    border-radius: 20px;
    min-height: 352px;
    margin-top: 0;
    padding: 30px
}



.profile-pic {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    left: calc(50% - 50px)
}

a,
a.nav-link {
    color: inherit;
    text-decoration: none;
}

.cat {
    position: absolute;
    bottom: 0;
    right: 10px;
    z-index: 2;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #094f99;
}

.image:after {
    content: "";
    background-image: url(../img/shape.png);
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: auto;
    /* bottom: 0; */
    background-position: bottom;
}

.social-media .fa-facebook-f {
    background: #094f99;
    border-radius: 100%;
    padding: 8px 11px;
    color: white;
    border: 1px solid #094f99;
}

.social-media .fa-twitter {
    padding: 8px;
    background: #094f99;
    color: white;
    border: 1px solid #094f99;
    border-radius: 100%;
}

.social-media .fa-facebook-f:hover,
.social-media .fa-twitter:hover {
    color: #094f99;
    background: white;
}

.services-item .card:hover {
    transform: translateY(-10px);
    transition: ease-in-out all 0.4s;
}

.btn.btn-primary:hover {
    background-color: white !important;
    color: #3a7db9;
}

.services-item .card,
.btn {
    transition: ease-in-out all 0.4s;
}

.text-primary {
    color: #3a7db9 !important;
}

.bg-primary,
.btn-primary {
    background-color: #3a7db9 !important;
}


/*********************** Product Page ************/

.btn-outline-light:hover {
    color: #000 !important;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    padding: 0;
}

#progressbar .active {
    color: #000000
}

#progressbar li {
    list-style-type: none;
    width: 25%;
    float: left;
    position: relative;
    text-align: center;
}

#progressbar #account::before {
    font-family: FontAwesome;
    content: "01"
}

#progressbar #personal::before {
    font-family: FontAwesome;
    content: "02"
}

#progressbar #payment::before {
    font-family: FontAwesome;
    content: "03"
}

#progressbar #confirm::before {
    font-family: FontAwesome;
    content: "04"
}

#progressbar li::before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li::after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active::before,
#progressbar li.active::after {
    background: #3a7db9;
}

.bathc {
    width: 100%;
    font-size: 20px;
    border-radius: 1px;
    font-size: 18px;
    justify-content: center;
}

.bathc2 {
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    border-radius: 1px;
    font-size: 18px;
    justify-content: center;
}
.glicon{
    top: 10px;
    left: 33%;
    bottom: 80px;
   
}


.but {
    top: 67%;
    left: 33%;
    width: 110px;
}

.content {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    overflow: hidden
}

.content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 251px;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s
}

.content:hover .content-overlay {
    opacity: 1
}

.content-image {
    width: 100%;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 1px
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

.content:hover .content-details {
    top: 41%;
    left: 50%;
    opacity: 1
}


.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase
}

.content-details p {
    color: #fff;
    font-size: 0.8em
}

.fadeIn-bottom {
    top: 80%
}

.faqbtn {
    width: 150px;
}

.num {
    position: relative;
    height: 90px;
    width: 93px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 100%;
    font-size: 50px;
}

.line {
    position: relative;
    width: 27.3%;
    height: 6px;
}

#acrdw {
    width: 220px;
    height: 220px;
    border-radius: 10px;
}

.imgtxt {
    position: relative;
    text-align: center;
    color: rgb(14, 13, 13);
    z-index: 2;
}

.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 95px;
    z-index: 1;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1px;
    margin-left: 15px;
}

.accordion-button::after {
    display: none;
}

.iqb {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: calc(50% - 57px);
}


/************* Product 4 ****************/

.accordprod [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}


/* IMAGE STYLES */

.accordprod [type=radio]+img {
    cursor: pointer;
}


/* CHECKED STYLES */

.accordprod [type=radio]:checked+img {
    outline: 2px solid rgb(18, 113, 221);
    box-shadow: 0px 0px 10px 1px grey;
    transition: all ease-in-out .2s;
}


/**************** Cart Page ***********************/


/* -- quantity box -- */

.quantity {
    display: inline-block;
}

.quantity .input-text.qty {
    width: 35px;
    height: 39px;
    padding: 0 5px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #efefef;
}

.quantity.buttons_added {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top;
}

.quantity.buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
    padding: 7px 10px 8px;
    height: 39px;
    background-color: #ffffff;
    border: 1px solid #efefef;
    cursor: pointer;
}

.quantity.buttons_added .minus {
    border-right: 0;
}

.quantity.buttons_added .plus {
    border-left: 0;
}

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
    background: #eeeeee;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}

.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
    outline: none;
}

.steps .item {
    background-color: rgb(185, 185, 185);
    color: black;
}

.steps .item.active {
    background-color: #3a7db9;
    color: white;
}

.lnr {
    display: inline-block;
    fill: currentColor;
    width: 1em;
    height: 1em;
    vertical-align: -0.05em;
}

.lnr-cart {
    /* We can use "color" for setting the color
  of the SVG because we set its "fill" to
  "currentColor" */
    font-size: 20px;
    /* We can use "font-size" for changing the size
  of the SVG because its width and height were
  set 1em.
  To get crisp results, use sizes that are
  a multiple of 20; because Linearicons was
  designed on a 20 by 20 grid. */
}

.cart table thead {
    background-color: #3a7db9;
    color: white;
}

.cart table .products ul {
    list-style: none;
}




.Shippingform{
    border: 1px solid rgb(190, 185, 185);
}

.formbdr{
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    
}

.checkout{
    border: 1px solid rgb(190, 185, 185);
}

.paypal{
    width: 200px;
    background-color: white;
    margin-left: 10px;
}

.navbar-nav li{
    padding: 15px;
    font-size: 17px;

}

.sercar{
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgb(0, 0, 0,0.16);
    border: 1px solid #707070;
    transition: all ease-in-out 0.3s;
     overflow: hidden;
  
    
}

.sercar:hover div{
    transition: all ease-in-out 0.3s;
    align-items: center;
    cursor: pointer;
    top: 0 !important;
   
}



.hw{
    transition-duration: 500ms;
    height: 100%;
    position: relative;
    top: 80%;
}

.sercar h3{
    font-size: 20px; 
   background-size: cover;
   border-radius: 10px 10px 10px 10px;
}

/* .sercar h3:hover{
    background-color: red;
    transition: all ease-in-out 1s;
  
} */



.hrimgbtn{
    display: none;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     z-index: 1;
}


.conicon{
    height: 90px;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:36.25%;
    position:relative;
    height:0%;
    
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}




/* FRAMELESS SHOWER DOORS 6 IMAGES */


.content-detailsframe {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}
.content:hover .content-detailsframe {
    top: 41%;
    left: 50%;
    opacity: 1
}
.content .content-overlayframe {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s
}
.content:hover .content-overlayframe {
    opacity: 1
}

.content:hover .content-detailsframe {
    top: 50%;
    left: 50%;
   
}

/* FRAMELESS SHOWER DOORS 6 IMAGES */






/* GALLERY 12 IMAGES */


.content-detailsgall {
    opacity: 1;
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

.galtxt{
    position: absolute;
    color: #eeeeee;
    font-size: 25px;
    top: -19px;
}

.content-imagegall {
    width: 600px;
    height: 200px;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 1px
}
.gallbut{
    align-self: center;
    opacity: 0;
    width: 44px;
    height: 40px;
    
}


.content .content-overlaygall {
    background: rgb(75 63 63 /53%);
    position: absolute;
    height: 100%;
    width: 150%;
    left: 1px;
    top: 0;
    bottom: 0;
    right: 0;
    
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s
}
.content:hover .galtxt {
    opacity: 0;
}

.content:hover .gallbut {
    opacity: 1;
    transition: all 0.1s ease-in-out 0s;
   
    top: 50%;
    left: 50%;
   
}

/* GALLERY 12 IMAGES */



.twentysect{
    border: 2px solid white;
}
.twentybg{
   
    height: 260px;
    background-image: linear-gradient(to right, rgba(31, 213, 230, 0.774), rgb(26, 122, 212)), url(../img/card2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.gradientbg{
    background-image: linear-gradient(90deg, rgba(24, 194, 236, 0.801) 40% , rgba(245, 244, 241, 0.924) 30%), url(../img/card2.jpg);
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-1 {
    border-radius: 10px;
    min-height: 340px;
    margin-top: 0;
    padding: 30px
}

.profile-pic-1 {
    width: 70px !important;
    height: 70px !important;
    border-radius: 50%;
    position: absolute;
    bottom: -40px;
    left: calc(50% - 35px)
}

.name-1{
    position: absolute;
    bottom: -80px;
    left: calc(50% - 40px)
}
.img-1{
    width: 370px;
    height: 240px;
    border-radius: 5px;
}



@media screen and (max-width: 991px) {
    .card1 {
        border-bottom-left-radius: 0px;
        border-top-right-radius: 20px
    }
    .card2 {
        border-bottom-left-radius: 20px;
        border-top-right-radius: 0px
    }
    .numline {
        justify-content: center
    }
    .icon {
        font-size: 7px;
    }
    .gradientbg{
        height: 800px;
        justify-content: space-evenly;
        font-size: 7px;
    }

    .twentybg{
        height: 380px;
    }

    .mapicon{
        font-size: 20px;
    }
    /* .img-1{
        width: 310px;
        height: 200px;
        
    } */

}


/*  css by parvaiz  */
p{
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
}
#fmsg .error,#fmsg.error,.error-login {
    border-left: 6px solid #FF8080;
    padding: 10px 12px;
    background-color: #FAA;
    -webkit-box-shadow: 0 1px 1px 0 rgb(255 255 255 / 10%);
    box-shadow: 0 1px 1px 0 rgb(255 255 255 / 10%);
    color: red;
    border-radius: 0 5px 5px 0 !important;
    font-size: 12px;
    margin: 8px 0;
}
#fmsg .success, #fmsg.success {
    border-left: 6px solid #7ad03a;
    padding: 10px 12px;
    background-color: #DBFFC0;
    -webkit-box-shadow: 0 1px 1px 0 rgb(255 255 255 / 10%);
    box-shadow: 0 1px 1px 0 rgb(255 255 255 / 10%);
    color: green;
    border-radius: 0 5px 5px 0 !important;
    font-size: 12px;
    margin: 8px 0;
}
.name-1 {
    bottom: -92px;
    text-align: center;
}
.fw-bold p 
{
    font-weight: 700!important;
}

.card{
    margin:15px !important;
}
    .card-header {
    color: white !important;
    background-color: #3a7db9 !important;
    border:1px solid #3a7db9 !important;
}

.accordprod [type=radio]:checked+p {
    outline: 2px solid rgb(18, 113, 221);
    box-shadow: 0px 0px 10px 1px grey;
    transition: all ease-in-out .2s;
}

/* Styling for customer account page sidebar by Sabah */
#ca_sidebar {
 
  width: 230px;
  background: #3a7db9;
 
  
  
  height:270px;

}
#ca_sidebar ul{
  border:none !important;
}
#ca_sidebar li {
    list-style: none;
    margin: 0px;
    padding:0px;

}
#ca_sidebar a {
  display: block;
   color:#fafafa;
  padding-left: 40px;
  padding-top:10px; 
  padding-bottom:10px; 
  text-decoration: none;

}
 
#ca_sidebar a.active {
  background-color: #3a7db9;
  color: #fafafa;
  border:1px solid #3a7db9;
}

#ca_sidebar a:hover:not(.active) {
  background-color: #fafafa;
  color: #3a7db9;
  
}







@media screen and (max-width: 700px) {
  #ca_sidebar {
    width:100%;
    
    margin-bottom:10px;
   height:auto;
    position: relative;
  }

  
  
}

@media screen and (max-width: 400px) {
  #ca_sidebar a {
    text-align: center;
    float: none;
  }
}