*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
body{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}
h1,h2,h3{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #333;
  
    letter-spacing: 1px;
}
h4{
   font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight:450;
    font-size: 20px;
    letter-spacing: 0.5px;
}
.hash_link {
    display: inline-block;
    width: 0px;
    margin-top: -120px;
    margin-bottom: 120px;
}
.carousel-caption p{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 4px;
}

.equal_column a {
    color: #000;
}

/*--banner--*/
/*--services--*/
p{
    text-align: left;
    letter-spacing: 0.9px;
}
.one1{
    width:100%;
}
/*--/services--*/

/*--tab--*/

nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;

}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 18px 25px;
    color:#fff;
    background:#272e38;
    border-radius:0;
}

/*nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -60px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #e74c3c ;
}
*/
.tab-content{
  background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #e74c3c;
    border-bottom:5px solid #e74c3c;
    padding:30px 25px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #e74c3c;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}

.product-men {
    margin: top;
    margin-top: 2em;
}
button.w3view-cart {
    outline: none;
    border: none;
    background: #17c3a2;
    width: 48px;
    height: 43px;
    font-size: 24px;
    color: #000;
}
/*-- //cart --*/
/*-- effect --*/
.men-pro-item {
    position: relative;
    box-shadow: 0px 0px 15px 0px #D6D6D6;
    padding-bottom: 20px;
        background: #fff;

}
.men-thumb-item {
    position: relative;
}
.item-info-product {
    text-align: center;
    margin: 20px 0 0;
}
.men-thumb-item::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: 0;
    z-index: 9;
    visibility: hidden;
    transition: all 0.5s ease-out 0s;
}
.men-thumb-item .pro-image-front {
    opacity: 1;
    visibility: visible;
}
.men-thumb-item img {
    transition: all 0.5s ease-out 0s;
}
.pro-image-back {
    transform: rotateY(180deg);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.men-thumb-item img {
    transition: all 0.5s ease-out 0s;
}
.men-cart-pro {
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.5s ease-out 0s;
    visibility: hidden;
    z-index: 10;
}
.product-new-top {
    background:#fc636b none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    right: 0;
    padding: 0 10px 1px;
    position: absolute;
    top: 0;
    z-index:99;
}
.inner-men-cart-pro {
    height: 100%;
    position: relative;
    width: 100%;
    transition: all 0.5s ease-out 0s;
}
.inner-men-cart-pro ul {
    left: 0;
    margin: -60px 0 0;
    padding: 0;
    position: absolute;
    top: 45%;
    width: 100%;
    transition: all 0.5s ease-out 0s;
}
.inner-men-cart-pro .link-product-add-cart {
    width: 100%;
    bottom: -40px;
    left: 0;
    position: absolute;
    transition: all 0.5s ease-out 0s;
}
.link-product-add-cart {
    background:#000 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    transition: all 0.5s ease-out 0s;
}
.inner-men-cart-pro > ul > li {
    display: inline-block;
}
.inner-men-cart-pro ul li a {
    color: #fff;
    transition: all 0.5s ease-out 0s;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
}
.men-thumb-item:hover {
    cursor: pointer;
}
.men-thumb-item:hover::before {
    opacity: 1;
    visibility: visible;
}
.men-thumb-item:hover .pro-image-front {
    transform: rotateY(180deg);
    opacity: 0;
    visibility: hidden;
}
.men-thumb-item:hover .pro-image-back {
    transform: rotateY(0deg);
    opacity: 1;
    visibility: visible;
    background: #f7f7f7;
}
.men-thumb-item img {
    transition: all 0.5s ease-out 0s;
    padding: 52px 50px 20px;
}
.men-thumb-item:hover .men-cart-pro {
    opacity: 1;
    visibility: visible;
}
.men-thumb-item:hover .inner-men-cart-pro ul {
    margin: 20px 0 0;
}
.inner-men-cart-pro ul li a:hover {
    background: #ffc229 none repeat scroll 0 0;
}
.inner-men-cart-pro .link-product-add-cart {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transition: all 0.5s ease-out 0s;
}
.men-thumb-item:hover .inner-men-cart-pro .link-product-add-cart {
    top: 83.5%;
}
.link-product-add-cart:hover {
    background: #da251c none repeat scroll 0 0;
    color: #fff;
}
/*-- //effect --*/
.item-info-product h4 a {
    font-size: 0.9em;
    color: #fc636b;
    text-decoration: none;
    font-weight: 600;
}
.info-product-price {
   margin: 10px 0;
}
.info-product-price span {
    color: #000;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 1px;
}
.info-product-price del {
    color: #908e8e;
    margin-left: 10px;
    letter-spacing: 1px;
}
.yes-marg{
    margin-top:30px;
}
a.single-item{
    color:#fff;
    font-size: 16px;
    padding: 3px 14px;
    text-decoration:none;
}
.occasion-cart {
    width: 30%;
}

/*-- cart --*/
.product_list_header {
    float: right;
}
.snipcart-details {
    text-align: center;
    margin:0.5em auto 1em;
    width:77%;
}
.btn-danger.my-cart-btn:focus {
    outline: none;
}
.snipcart-details input.button {
    font-size: 13px;
    color: #fff;
    background: #da251c;
    text-decoration: none;
    position: relative;
    border: none;
    border-radius: 0;
    width: 100%;
    text-transform: uppercase;
    padding: .5em 0;
    outline: none;
    letter-spacing: 1px;
    font-weight: 600;
}
.agile_top_brand_left_grid:hover .snipcart-details input.button,.snipcart-details input.button:hover{
    background:#f3b40d;
}
.product_list_header input.button {
    color: #fff;
    font-size: 14px;
    outline: none;
    text-transform: capitalize;
    padding: .5em 2.5em .5em 1em;
    border: 1px solid #fe9126;
    margin: .35em 0 0;
    background: url(../../images/cart.png) no-repeat 116px 9px;
}

/* Outline Out */
.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #f3b40d;
}
.hvr-outline-out:before {
  content: '';
  position: absolute;
  border: #f3b40d solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.hvr-outline-out:hover:before,.hvr-outline-out:focus:before,.hvr-outline-out:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}

.product-new-top{
    z-index: 1 !important;
}

/*--/tab--*/

/*--we offer--*/
.sale-w3ls {
    background: url(../../images/banner3.jpg)no-repeat 0px 0px;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    min-height: 380px;
}

/*-- /sale --*/
   .sale-w3ls {
    background: url(../../images/banner3.jpg)no-repeat 0px 0px;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    min-height:380px;
}
.sale-w3ls h6 {
    font-size: 3em;
    text-align: center;
    letter-spacing: 5px;
    color: #fff;
    font-weight: 700;
    padding-top: 2em;
    margin-bottom: 0.5em;
}
.sale-w3ls {
    text-align: center;
}
.sale-w3ls a {
     color: #fff;
    letter-spacing: 3px;
    padding: 8px 20px;
    margin-top: 2em;
}
.sale-w3ls h6 span {
    color: #080808;
}
/*-- //sale --*/


/*--/we offer--*/

/*-- coupons --*/
.coupons,.banner-bootom-w3-agileits,.new_arrivals_agile_w3ls_info{
   padding:4em 0;
}
.w3layouts_mail_grid {
    padding: 0 1em;
}
.w3layouts_mail_grid_left1{
    float: left;
    width: 70px;
    height: 70px;
    text-align: center;
}
.w3layouts_mail_grid_left1 i{
    font-size: 1.3em;
    color: #fff;
    line-height: 3.2em;
}
.w3layouts_mail_grid_left2{
    float:right;
    width:70%;
        text-align: left;
}
.w3layouts_mail_grid_left2 h3{
    font-size: 0.9em;
    color: #f3b40d;
    margin: 0em 0 0.5em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.w3layouts_mail_grid_left2 a{
    text-decoration:none;
    color: #545454;
    font-size:14px;
}
.w3layouts_mail_grid_left2 a:hover{
    color:#212121;
}
.w3layouts_mail_grid_left2 p{
color: #545454;
    font-size: 0.9em;
    line-height: 1.8em;
}
.agile_newsletter_footer {
    border-top: 1px solid #101010;
    border-bottom: 1px solid #101010;
    padding: 1em 0;
    margin-top: 3em;
}
/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  /* box-shadow: 0 0 1px transparent; */
  position: relative;
  overflow: hidden;
  background: #111;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#f3b40d;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: white;
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before,.w3layouts_mail_grid_left:hover .hvr-radial-out:before{
  -webkit-transform: scale(2);
  transform: scale(2);
}
/*-- //coupons --*/

/*--footer area--*/
/* footer_area*/
#footer_area { width: 100%;  background: #fff; padding: 40px 0 25px 0;position: relative; }

#footer_area .footer_box {width: 100%; float: left; padding: 0 0 50px 0;}
#footer_area .footer_box .ftr_sub {width: 100%; height:auto; float: left; border-right: 1px solid #3f5e81;}
#footer_area .footer_box .ftr_link:last-child .ftr_sub{border-right: none;}
#footer_area .footer_box .ftr_sub h3{ font-size: 17px; color: #0489b2; font-weight: 600; text-transform: uppercase; /*padding: 0 0 15px 0;*/ }

#footer_area .footer_box .ftr_sub .ftr_title { width: 50%; float: left; list-style-type: none; }
 #footer_area .footer_box .ftr_sub .ftr_title li a { font-size: 13px; color: #0489b2; font-weight: 400; padding: 0 0 10px 0; display: inline-block; text-decoration: none;}
  #footer_area .footer_box .ftr_sub .ftr_title li a:hover {color:orange; transition: all ease 0.8s;}
#footer_area .footer_box .ftr_sub .ftr_title .active{color: #fd602c; text-decoration: underline;}
#footer_area .footer_box .ftr_sub .adderes_icon { -webkit-box-flex: 1; -moz-flex: 1; -webkit-flex: 1; flex: 1; }
#footer_area .footer_box .ftr_sub .adderes_icon i{font-size: 20px; color: #eaa810; padding: 3px 0 0 0;}
#footer_area .footer_box .ftr_sub .adderes{display: flex; padding: 0 0 23px 0;}
#footer_area .footer_box .ftr_sub .adderes_text {-webkit-box-flex: 9; -moz-flex: 9; -webkit-flex: 9; flex: 9;}
#footer_area .footer_box .ftr_sub .adderes_text p{font-size: 14px; color: #0489b2; font-weight: 400;}
#footer_area .footer_box .ftr_sub .adderes_text p a{font-size: 14px; color: #3095b8; font-weight: 400;}


#footer_area .footer_mdl{width: 100%; float: left; padding: 32px 0 0 0;}
#footer_area .footer_mdl .ftr_sub2 h3{ font-size: 17px; color: #fff; font-weight: 600; text-transform: uppercase; padding: 0 0 32px 0; }
#footer_area .footer_mdl .ftr_sub2 a{font-size: 17px; color: #fff; font-weight: 600; padding: 15px 32px 15px 32px; text-transform: uppercase; background: #fd602c; border: 2px solid #fff; border-radius: 30px; display: inline-block;}
#footer_area .footer_mdl .ftr_sub2 a:hover{background: #e0430f; transition: all ease 0.8s;}
#footer_area .footer_mdl .app_google a{border:none; padding: 0; background: none;}
#footer_area .socile a{font-size: 18px; color: #459ebe; width: 42px; height: 42px; line-height: 42px; text-align: center; display: inline-block; border:1px solid #eaa810; border-radius: 50%; margin: 0 17px 0 0px;}
#footer_area .socile a:hover{background: #3095b8; color:#fff; transition: all ease 0.8s;}
#footer_area .footer_mdl .app_google a:hover{background: none;}
.footer_btn {width: 100%; float: left; background: #01172f; padding: 15px 0 15px 0}
.footer_btn .copyright p{font-size: 15px; color: #fff; font-weight: 300;}
.footer_btn .terms_poli p{font-size: 15px; color: #fff; font-weight: 300;}


@media only screen and (max-width: 767px)
{
    #footer_area .footer_box .ftr_sub{
        border:0px !important;
    }
}
/* End footer_area*/

/*--end of footer area---*/

/* Make the image fully responsive */
  .carousel-inner img {
    width: 100%;
    height: 100%;
  }
.carousel-caption{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.banner{
    width:100%;
    height: 100vh;
background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.8)),url(../../images/banner1.jpg);
}


.toggler-spring{
    outline: none !important;
}
.btn1{
    border-radius: 1px !important;
    border:2px solid #fff;
    /*padding: 8px 15px;*/
    color: #fff;
   font-family: 'Poppins', sans-serif;
    letter-spacing: 3px;
    padding: 8px 20px;
    margin-top: 1.5em;
}
.btn1:hover{    

    color:#fff;
}
/*--/banner--*/

/*--navbar--*/
.bsnav-dark {
    background: #f2f2f2 !important;
}
.navbar-brand {
    display: inline-block;
    width: 250px;
    max-width: 100%;
    color: #000;
    padding-top: .3125rem !important;
    padding-bottom: .3125rem !important;
    margin-right: 1rem;
    font-size: 2.25rem;
    /* line-height: inherit; */
    white-space: nowrap;
}
.navbar-brand:hover {
    color: #000;
}

.bsnav-dark .navbar-nav .nav-item, .bsnav-light .navbar-nav .nav-item {
    color: #000 !important;
}
/*--navbar--*/

/*--left--*/
.main-hdr{
    background-color: #293e4f;
}
ul.left-hdr {
    margin-top: 5px;
    list-style-type: none;
    padding: 0px 0px 0px 0px;
}

li.left-li a {
    color: #fff;
    float: left;
    display: block;
    padding:5px 12px 5px 12px;
   
}
/*--right--*/
ul.right-hdr {

    list-style-type: none;
    margin-top: 5px;
    list-style-type: none;
    
}

li.right-li a {
    color: #fff;
    float: right;
    
    display: block;
    padding:5px 12px 5px 12px;
   
}
/*--bottom banner--*/
/*--midd1--*/
.Welcome-heading{
    color:#10161a;

}
h3.Welcome-heading{
    font-size:26px !important;
    
}

@media only screen and (max-width: 767px){
    h3.Welcome-heading {
    font-size:19px !important;
}
}
.Welcome-heading:after {
    content: "";
    display: block;
    margin:0 auto;
    height: 4px;
    width: 40px;
    background-color: #6195ff;
    margin-top:15px;
    margin-bottom:15px;
}

.app-development{
    position: relative;
    text-align: center;
    padding: 40px 20px;
    border: 1px solid #eee;
    margin: 15px 0;
  

    }

.icons{position: absolute;
    margin: -11px 0px 0px 24px;
    padding: 0 0px 0px -4px;
    /*transform: rotate(40deg);*/
    left: 0;
    color: #6195ff;
    padding: -1px 0px 0 0px;
}
.app-development a {
    color: black !important;
}

.app-development{
    position:relative;
    text-align:center;
    padding:15px 15px;
    border:1px solid #eee;
    margin:15px 0;
    }
  .app-development h4{
  color: #000;
  }

.app-development:after{
    content:"";
   background-color: rgba(241, 241, 241, 0.8);
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:0%;
    z-index:-1;
    -webkit-transition:.2s width;
    transition:.2s width;
    }
.app-development:hover:after{
    /*color:#da251c;*/
    width:100%;
        }
.app-development a:hover{
    color:#007bff !important;
}



.app-development a.btn:hover{
    color:#fff !important;
}

.app-development h4{
    -webkit-transition:.2s color;
    transition:.2s color;
  margin-top:15px;
    }

.app-development:hover h4{color:#000;}
.read-more:hover{
       color: #6195ff;
    text-decoration: none;
    -webkit-transition: .2s opacity;
    transition: .2s opacity;
 }
/*--midd1--*/
/*--bottom banner--*/

/*--about page--*/
.overlay{
    position: absolute;
    top:40%;
    left:50%;
    transform: translate(-50%,-50%);
    text-align: center;

}
.Welcome-heading1{
    color:#000;
}
.Welcome-heading1:after {
    content: "";
    display: block;
    margin:0 7%;
    height: 4px;
    width: 40px;
    background-color: #6195ff;
    margin-top: 20px;
}
.circle img {
  border-top: 10px solid #d7e4ef;
    border-left: 10px solid #d7e4ef;
    width: 100%;
    margin-top: 40px;
}

.clip-polygon {
  /*clip-path: polygon(5% 5%, 100% 0%, 100% 75%, 75% 75%, 75% 100%, 50% 75%, 0% 75%);*/
}
.clip-polygon1 {
  clip-path: polygon(0% 0%, 100% 0%, 100% 92%, 52% 92%, 50% 100%, 48% 92%, 0% 92%);
}
@media only screen and (max-width:767px)
{
  .clip-polygon1 {
    clip-path: polygon(0% 0%, 100% 0%, 100% 92%, 54% 92%, 50% 100%, 46% 92%, 0% 92%);
    }  
}



.btn121{
    background-color: DodgerBlue;
    border: none;
    color: white;
    padding: 12px 30px;
    cursor: pointer;
    font-size: 20px;
}

/*--about page--*/

/*--customer corner--*/
.customer-bann{
 
    background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.8)),url(../../images/customer-bann.jpg);
    width:100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top:60px !important;
    padding-bottom:60px !important;
}
@media only screen and (max-width:767px)
{
    .customer-bann{
    padding-top:0px !important;
    padding-bottom:30px !important;
}
}

.banner_about{
 
    background-image:linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)),url(../../images/about.jpg);
    width:100%;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    padding-top:125px !important;
    padding-bottom:50px !important;
}

.banner_interior{
 
    background-image:linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)),
    url(../../images/banner/whystuck_banner_002.jpg);
    width:100%;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    padding-top:200px !important;
    padding-bottom:150px !important;
}
.interior_serv_sec .owl-carousel .owl-item img, 
.construction_serv_sec .owl-carousel .owl-item img{
    width: 100%;
    height: 250px;
    object-fit: cover;

}

.interior_serv_sec .item1, .construction_serv_sec .item1 {
        width: 100%;
    height: auto;
    background-color: #fff;
    padding: 0px 0px 0px 0px;
    margin: 15px;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.banner_about_term{
 
    background-image:linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)),url(../../images/term_condition.jpg);
    width:100%;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    padding-top:125px !important;
    padding-bottom:50px !important;
}
.banner_construction{
    background-image:linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)),
    url(../../images/banner/whystuck_banner_007.jpg);
    width:100%;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    padding-top:200px !important;
    padding-bottom:150px !important;
}
.banner_about1{
 
    background-image:linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)),url(../../images/exterior.png);
    width:100%;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    padding-top:125px !important;
    padding-bottom:15px !important;
}
.banner_about11{
 
    background-image:linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)),url(../../images/construction-services1.png);
    width:100%;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    padding-top:125px !important;
    padding-bottom:15px !important;
}
.banner_about_com{
 
    background-image:linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)),url(../../images/commercial_banner.jpg);
    width:100%;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    padding-top:125px !important;
    padding-bottom:15px !important;
}

.banner_about2{
 
    background-image:linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)),url(../../images/event.png);
    width:100%;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    padding-top:125px !important;
    padding-bottom:15px !important;
}
.banner_about22{
 
    background-image:linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)),url(../../images/interior-services1.png);
    width:100%;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    padding-top:125px !important;
    padding-bottom:15px !important;
}
.banner_about3{
 
    background-image:linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)),url(../../images/technical.png);
    width:100%;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    padding-top:125px !important;
    padding-bottom:15px !important;
}
.banner_about33{
 
    background-image:linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)),url(../../images/shadi.png);
    width:100%;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    padding-top:125px !important;
    padding-bottom:15px !important;
}
.banner_about4{
 
    background-image:linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)),url(../../images/accounting.png);
    width:100%;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    padding-top:125px !important;
    padding-bottom:15px !important;
}
.banner_about5{
 
    background-image:linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)),url(../../images/legal.png);
    width:100%;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    padding-top:125px !important;
    padding-bottom:15px !important;
}
.banner_about6{
 
    background-image:linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)),url(../../images/beauti.png);
    width:100%;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    padding-top:125px !important;
    padding-bottom:15px !important;
}
@media only screen and (max-width:767px)
{
    .banner_about{
        background-position:right;
    padding-top:80px !important;
    padding-bottom:30px !important;
}

  .banner_about1{
        background-position:right;
    padding-top:100px !important;
    padding-bottom:30px !important;
}
 .banner_about2{
        background-position:right;
    padding-top:100px !important;
    padding-bottom:30px !important;
}
 .banner_about3{
        background-position:right;
    padding-top:100px !important;
    padding-bottom:30px !important;
}
 .banner_about4{
        background-position:right;
    padding-top:100px !important;
    padding-bottom:30px !important;
}
 .banner_about5{
        background-position:right;
    padding-top:100px !important;
    padding-bottom:30px !important;
}
.banner_about6{
        background-position:right;
    padding-top:100px !important;
    padding-bottom:30px !important;
}

}


.top-margin {
    border-radius:4px;
     margin-top:5em !important;
     background-color: rgba(179,215,255,0.6);

}




.cus-h1{
    color:#fff;
    padding:10px;
    border-radius:4px;
    background: rgba(179,215,255,0.6);
}
.form-style{
   width: 100%;
    padding: 7px;
    border: none;
    color:#6e6e6e;
    border-radius:4px;
    font-size: 16px;
}
.text-area{
     width: 100%;
    padding: 7px;
    border: none;
   border-radius: 4px;
    font-size: 16px;
}
/*--btn1--*/

.btn_11{
    margin-bottom:10px !important;
    color:#000;
}

.carousel-caption button {
  position: relative;
  /*display:block;*/
  height: 45px;
  width: 170px;
  margin: 10px 7px;
  padding: 5px 5px;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 2px;
  color: #fff;
  border: 2px #fff solid;
  border-radius: 1px;
  text-transform: uppercase;
  outline: 0;
  overflow:hidden;
  background: none;
  z-index: 1;
  cursor: pointer;
  transition:         0.08s ease-in;
  -o-transition:      0.08s ease-in;
  -ms-transition:     0.08s ease-in;
  -moz-transition:    0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
}

.fill:hover {
  color: whitesmoke;
}

.fill:before {
  content: "";
  position: absolute;
  background: #da251c;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.09s ease-in;
}

.fill:hover:before {
  top: 0;
}
/*--btn1--*/
/*--customer corner--*/


/*--professional--*/

.pro-bann{
    background-image:linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4)),url(../../images/pro.png);
   width:100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top:160px !important;
    padding-bottom:60px !important;
}

@media only screen and (max-width:767px)
    {
    .pro-bann{
        padding-top:90px !important;
        padding-bottom:30px !important;
       }
}


.form-styl1{
   width: 100%;
   outline: none;
    padding: 7px;
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom: 2px solid #fff;
    background: none;
    color:#000;
    border-radius: 4px;
    font-size: 18px;
}

.form-styl1::-webkit-input-placeholder{
    color:#000;
}
.text-area1{
    width: 100%;
    padding: 7px;
    background: none;
    border-top:none;
    border-right:none;
    border-left:none;
    border-bottom: 2px solid #fff;
    font-size: 18px;
}
.text-area1::-webkit-input-placeholder{
    color:#000;
}

/*--professional--*/

/*--order--*/
.order-bann{
   
    background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.9)),url(../../images/order.jpg);
    width:100%;
    padding-top:70px; 
    padding-bottom: 70px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (max-width:767px )
{
.order-bann{
    padding-top:0px; 
    padding-bottom: 30px;
}
}
/*--order--*/

/*--click me--*/
.fills{
    margin:0 !important; 
    height: auto !important; 
    position: absolute !important;
     top:5px !important;
      right:28% !important;
      color:#fff;
      background: red;
}

.fills:before {
  content: "";
  position: absolute;
  background: #293e4f;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.09s ease-in;
}

.fills:hover:before {
  top: 0;
}
/*--clik me--*/

/*my account dropdown*/
.account_drop .dropdown-item{
    padding: 0.5rem 1rem; 

}
.account_drop i{margin-right:6px;}


/*login form*/
/*span.bright{color:#0489b2 ; }*/

.title_border{
  display: block;
  border-top:5px solid #0489b2;
  width:60px;
  margin: auto;
  margin-bottom: 20px;
}
 


.admin_outer{
  box-shadow: 1px 1px 1px 1px rgba(200,35,51,.85);
}

.bright{color: red !important;}



#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  /*display:none;*/
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #ec1f26;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Prelaoder End*/


.stylish_title {
    color: #000;
   /* font-size:2em;*/
    text-transform: uppercase;
    /*text-align: center;*/
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom:20px;
    width:100%;
    float: left;
}

span.heading-style {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -4px;
    z-index: 1;
    line-height: 0px;
}

.bright{color:#1accfd; }

.heading-style i {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #FF5722;
    margin: 0 0px;
   
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.heading-style i:nth-child(2) {
    width: 14px;
    height: 14px;
    background-color: #1accfd;
    margin-bottom: -2px !important;
}

.stylish_title:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.33);
    position: absolute;
    bottom: 0px;
    left: 0%;
    width: 100px;
    height: 1px;
    background-position: 0px 0px;
   /* transform: translateX(-50%);*/
}



.item1{
    width:100%; height: auto; background-color: #fff;
    padding:0px 0px 0px 0px;
    border-radius: 6px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    border:1px solid ededed;

}



.main_cta{
    background-image:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0)),
     url(../../images/bg4.jpg);
    width:100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top:60px !important;
    padding-bottom:60px !important;
    background-attachment: fixed;
}

.callback_inpt_field{
  width:64%;
  margin-right: 3%;
  float: left;
  border:1px solid #fff;
  outline: none;
  background: transparent;
  border-radius:20px;
  color: #fff;
  padding: 10px;
}

.callback_inpt_field:-moz-placeholder{
    color: #fff !important;
}
.callback_inpt_field:-ms-input-placeholder{
    color: #fff !important;
} 
.callback_inpt_field::placeholder{
    color: #fff !important;
} 

.callback_submit_btn{
  width:33%;
  float: left;
  border:1px solid #fff;
  outline: none;
  background: transparent;
  padding:10px;
  text-align:center;
  border-radius:20px;
    color: #fff;
}

.callback_submit_btn:hover{
   color: #da251c;
   background: #fff;
}

.abt_text{
    padding-top: 130px;
}

.item1_bottom{
        height:85px;
 }
@media only screen and (max-width: 767px)
{
    .abt_text{
    padding-top:0px;
    }
    .callback_inpt_field{
      width:63%;
      margin-right: 2%;
       font-size: 14px;
    }
    .main_cta{
        padding-top:30px !important;
        padding-bottom:30px !important;
    }
    .callback_submit_btn{
      width:35%;
      float: left;
      font-size: 14px;
    }
    .item1_bottom{
        height: 73px;
    }
}





/*====light gallery====*/
.light_container > ul > li a {
              border: 3px solid #FFF;
              border-radius: 3px;
              display: block;
              overflow: hidden;
              position: relative;
              float: left;
            }
            .light_container  > ul > li a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
            }
            .light_container  > ul > li a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .light_container > ul > li a:hover .light_container-poster > img {
              opacity: 1;
            }
            .light_container > ul > li a .light_container-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .light_container > ul > li a .light_container-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .light_container > ul > li a:hover .light_container-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .light_container .justified-gallery > a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
            }
            .light_container .justified-gallery > a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .light_container .justified-gallery > a:hover .light_container-poster > img {
              opacity: 1;
            }
            .light_container .justified-gallery > a .light_container-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .light_container .justified-gallery > a .light_container-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .light_container .justified-gallery > a:hover .light_container-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .light_container .video .light_container-poster img {
              height: 48px;
              margin-left: -24px;
              margin-top: -24px;
              opacity: 0.8;
              width: 48px;
            }
            .light_container.dark > ul > li a {
              border: 3px solid #04070a;
            }
            
            
            

.label_outer{
    padding:7px 10px;
     margin-bottom: 12px;
     border:1px solid #ededed;
     background:#fff;
 
}


.label_outer:hover{
    box-shadow: 0 0 4px 0px  rgba(0,0,0,.2)
}
 

 .stylish_radio {
  display: block;
  position: relative;
  padding-left: 35px;
 
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  /*
  box-shadow: 0 0 0 2px rgba(0,0,0,.3)*/
}

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

 .stylish_radio {
 
  padding-left: 32px;
  font-size:16px;
  padding-top: 5px;
 
}

 #serch_modal_container{
    min-height: 280px !important;
    padding-top: 65px !important;
 }

}

/* Hide the browser's default radio button */
.stylish_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.stylish_radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.stylish_radio input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.stylish_radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.stylish_radio .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.form-control-lg {
    font-size:1rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.extra_discount{
    background:linear-gradient(rgba(255,255,255,.2),rgba(255,255,255,.2)),url(../../images/bg_heart.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}




.filterable_product .container-fluid{
position:relative;

}

.filterable_product  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
        background: transparent;
}


.filterable_product .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    background: transparent;
}
.filterable_product .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    background: transparent;
}

.p-t-100 {
    padding-top: 100px;
}
.p-b-100 {
    padding-bottom: 100px;
}
.p-b-80 {
    padding-bottom: 40px;
}
.p-x-full{
    padding-left:100px!important;
    padding-right:100px!important;
}
@media only screen and (max-width:1201px)
{
.p-x-full{
    padding-left:5px!important;
    padding-right:5px!important;
}
}

.right_text_w_c{
    margin-left: -60px; margin-right: 0px; z-index: 9;
    box-shadow: 0px 0px 5px 2px rgba(154, 154, 204, 0.22);
}

.left_text_w_c
{
    margin-right: -60px; margin-left: 0px; z-index: 9;
    box-shadow: 0px 0px 5px 2px rgba(154, 154, 204, 0.22);
}




/*title stylie*/
.main_title h2{
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.4px;
    padding-bottom: 15px;
    position: relative;
    line-height: 28px;
    margin-bottom:20px;
}

.main_title h2 .line {
    /* background: rgba(255,255,255, 0.15); */
    background: linear-gradient(to left, transparent, #dc3545, transparent);
    bottom: 0;
    height: 2px;
    width: 25%;
    position: absolute;
    left: 0;
}

.main_title .dot {
    background: #fff;
    border: 2px solid #dc3545;
    height: 16px;
    position: absolute;
    top: -8px;
    width: 16px;
    -webkit-border-radius: 100%;
}

.main_title .line:before {
    /* background: #cc4abc; */
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: 100px;
    transition: all .3s;
}

.logo {
  position: fixed;
  bottom: 3vh;
  right: 3vw;
  z-index: 2;
}
.logo img {
  width: 45px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.logo img:hover {
  -webkit-transform: rotate(180deg) scale(1.1);
          transform: rotate(180deg) scale(1.1);
}


/*auto ,modal*/

#subscribeModal .modal-content{
    overflow:hidden;
}
#subscribeModal .modal-body{
    overflow:hidden ;
}
#subscribeModal .form-control {
    height: 56px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-left:30px;
}
#subscribeModal .btn {
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
    background:#007b5e;
    border-color:#007b5e;
}
#subscribeModal .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #007b5e;
    outline: 0;
    box-shadow: none;
}
#subscribeModal .top-strip{
    height: 155px;
    background: #007b5e;
    transform: rotate(141deg);
    margin-top: -94px;
    margin-right: 190px;
    margin-left: -130px;
    border-bottom: 65px solid #4CAF50;
    border-top: 10px solid #4caf50;
}
#subscribeModal .bottom-strip{
    height: 150px;
    background: #007b5e;
    transform: rotate(135deg);
    margin-top: 0px;
    margin-right: -253px;
    margin-left: 243px;
    border-bottom: 65px solid #4CAF50;
    border-top: 10px solid #4caf50;
}

/**************************/
/****** modal-lg stips *********/
/**************************/
#subscribeModal .modal-lg .top-strip {
    height: 155px;
    background: #007b5e;
    transform: rotate(141deg);
    margin-top: -106px;
    margin-right: 457px;
    margin-left: -130px;
    border-bottom: 65px solid #4CAF50;
    border-top: 10px solid #4caf50;
}
#subscribeModal .modal-lg .bottom-strip {
    height: 155px;
    background: #007b5e;
    transform: rotate(135deg);
    margin-top: -115px;
    margin-right: -339px;
    margin-left: 421px;
    border-bottom: 65px solid #4CAF50;
    border-top: 10px solid #4caf50;
}

/****** extra *******/
#Reloadpage{
    cursor:pointer;
}




/*calculator start*/
    /*left right modal*/
.modal.left_modal, .modal.right_modal{
  position: fixed;
  z-index: 99999;
}
.modal.left_modal .modal-dialog,
.modal.right_modal .modal-dialog {
  position: fixed;
  margin: auto;
  width: 450px;
  max-width:100%;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
      -ms-transform: translate3d(0%, 0, 0);
       -o-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}
@media (min-width: 576px)
{
.left_modal .modal-dialog {
    max-width: 100%;
}

.right_modal .modal-dialog {
    max-width: 100%;
}
}
.modal.left_modal .modal-content,
.modal.right_modal .modal-content {
  /*overflow-y: auto;
    overflow-x: hidden;*/
    height: 100vh !important;
}

.modal.left_modal .modal-body,
.modal.right_modal .modal-body {
  padding: 15px 15px 30px;
  overflow-y: auto;
}

/*.modal.left_modal  {
    pointer-events: none;
    background: transparent;
}*/


/*Left*/
.modal.left_modal.fade .modal-dialog{
  left: -50%;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left_modal.fade.show .modal-dialog{
  left: 0;
  box-shadow: 0px 0px 19px rgba(0,0,0,.5);
}

/*Right*/
.modal.right_modal.fade .modal-dialog {
  right: -50%;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
       -o-transition: opacity 0.3s linear, right 0.3s ease-out;
          transition: opacity 0.3s linear, right 0.3s ease-out;
}



.modal.right_modal.fade.show .modal-dialog {
  right: 0;
  box-shadow: 0px 0px 19px rgba(0,0,0,.5);
}

/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  border: none;
}





.modal-header.left_modal, .modal-header.right_modal {

  padding: 10px 15px;
  border-bottom-color: #EEEEEE;
  background-color: #FAFAFA;
}

.modal_outer .modal-body {
    /*height:90%;*/
    overflow-y: auto;
    overflow-x: hidden;
    height: 91vh;
}

.custom_btn_tab.nav-tabs .nav-item .nav-link,  .custom_btn_tab.nav-tabs .nav-link {
    color: #232323;
    background-color:#f5f8fa;
    border-color: #c3e2f7  #c3e2f7  #c3e2f7;
    border-radius: 0px;
    padding: 7px 7px;
}

.custom_btn_tab.nav-tabs .nav-item.show .nav-link,  .custom_btn_tab.nav-tabs .nav-link.active {
    color: #232323;
    background-color:#fff;
    border-color: #c3e2f7  #c3e2f7  #fff;

    border-top: 3px solid #6b4acc;
}
.custom_btn_tab.nav-tabs{
    border-bottom: 1px solid #e0eff9;
}

.converter_modal_outer .tab-content {
    background: #fff;
    line-height: 25px;
    border:none;
    border-left: 1px solid #c3e2f7;
    border-right: 1px solid #c3e2f7;
    border-bottom: 1px solid #c3e2f7;
    border-top: none;
    padding: 25px 10px;
}

.display_none{
display: none;
}

.calculator_btn{
    width: 45px;
    height: 45px;
    line-height: 30px;
    background: var(--blue);
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 99;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
}
/*Calculator end*/


/*new*/
.converter-wrapper input {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  height: 40px;
  box-sizing: border-box;
  border-radius: 0px !important;
}

.converter-wrapper span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.converter-wrapper span select {
  background-color: var(--blue);
  color: #fff;
  font-size: inherit;
  padding: 10px;
  width: 100%;
  border: 0;
  margin: 0;
  border-radius: 0px;
  text-indent: 0.01px;
  text-overflow: '';
  -webkit-appearance: none; /* hide default arrow in chrome OSX */
}

.converter-wrapper span::before,
.converter-wrapper span::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.converter-wrapper span::after { /*  Custom dropdown arrow */
  content: "\25BC";
  height: 1em;
  font-size: .625em;
  line-height: 1;
  right: 1.5em;
  top: 50%;
  margin-top: -.5em;
  color: #fff;
}

.converter-wrapper span::before { /*  Custom dropdown arrow cover */
  width: 2.5em;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0;
  background-color: var(--blue);
}

.converter-side-a,
.converter-side-b {
  float: left;
  margin-top: 10px;
  box-sizing: border-box;
  width: 45%;
}

.converter-equals {
    float: left;
    box-sizing: border-box;
    width: 10%;
    color: #007bff;
    font-size: 2.4em;
    line-height: 0;
    text-align: center;
    padding-top: 60px;
    text-align: center !important;
    padding-left: 10px;
}

.converter-side-a {
  padding-right: 10px;
}

.converter-side-b {
  padding-left: 10px;
}