/*=================== fonts ====================*/

@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Oswald:wght@300;400;500;600;700&display=swap');

/*================================================
Default CSS

font-family: 'Poppins', sans-serif;
font-family: 'Oswald', sans-serif;
=================================================*/

html {
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

a {
    text-decoration: none;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    color: #212529;
 
}

a:hover,
a:focus {
    color: #292929;
    text-decoration: none;
}

button {
    outline: 0 !important;
}

p {
    font-size: 13px;
    text-align: justify;
    line-height: 25px;
    font-weight: 400 !important;
    font-family: 'Poppins', sans-serif;
}

p:last-child {
    margin-bottom: 0;
}

i {
    line-height: normal;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.align-items-center {
    align-items: center!important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #424242;
    font-family: 'Poppins', sans-serif;
}

.h1:last-child,
.h2:last-child,
.h3:last-child,
.h4:last-child,
.h5:last-child,
.h6:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
    margin-bottom: 0;
}

.list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

button:focus {
    outline: none;
    box-shadow: none;
}

ul {
    list-style: none;
    padding: 0;
}



.border-bottom {
    border-bottom: 2px solid #8e5b46 !important;
}

.border-top {
    border-top: 2px solid #8e5b46 !important;
}


/*================================================
Default Btn CSS
=================================================*/

.main-btn {
    color: white;
    background-color: #3d7b24;
    padding: 11px 66px;
    /* border-radius: 63px; */
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    /* margin-top: 16px; */
    transition: 0.3s;
}

@media (max-width: 575px) {
    .main-btn {
        padding: 15px 51px;
        font-size: 15px;
    }
}

.main-btn:hover {
    background-color: #265414;
    color: rgb(255, 255, 255) !important;
}


/* ======== Header ========*/

.header-bottom.header-sticky {
    position: fixed;
    z-index: 99;
    height: 75px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding-top: 0px;
    background: white;
}

@media (min-width: 1200px) {
    .container-custom {
        max-width: 1380px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media only screen and (max-width: 479px) {
    .header-bottom.header-sticky {
        min-height: 80px;
    }
}

.header-bottom.header-sticky.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    -webkit-animation: 800ms ease-in-out 0s normal none 1 running slideInDown;
    animation: 800ms ease-in-out 0s normal none 1 running slideInDown;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
}


/*-- Logo --*/

.header-logo a img {
    /* max-width: 100%; */
    width: 173px;
}


/*-- Main Menu --*/

.main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: center;
}

.main-menu>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0px;
}

.main-menu>ul>li+li {
    position: relative;
    margin-left: 20px;
}

.main-menu>ul>li+li {
    margin-left: 27px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .main-menu>ul>li+li {
        margin-left: 66px;
    }
}

.main-menu>ul>li>a {
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    /* font-weight: 400; */
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #323232;
}

.main-menu>ul>li>a:hover,
.main-menu>ul>li>a.active {
    color: var(--main-color);
}

.main-menu>ul>li.has-children>a::after {
    content: "\f107";
    font-family: 'fontAwesome';
    padding-left: 5px;
}

.main-menu>ul>li:hover .sub-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.main-menu>ul .sub-menu {
    background-color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    left: 0;
    right: auto;
    width: 230px;
    padding: 15px 0;
    border-bottom: 3px solid var(--main-color);
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 9;
}

.main-menu>ul .sub-menu::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 25px;
    text-align: center;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 10px 7.5px;
    border-color: transparent transparent #f7f7f7 transparent;
}

.main-menu>ul .sub-menu li a {
    font-weight: 500;
    letter-spacing: 0.5px;
    display: block;
    font-size: 13px;
    color: #323232;
    padding: 5px 20px;
    text-transform: uppercase;
}

.main-menu>ul .sub-menu li {
    border-bottom: 1px solid #bbb9b9 !important;
    padding: 5px !important;
}

.main-menu>ul .sub-menu li:last-child {
    border-bottom: 0px solid #bbb9b9 !important;
    padding: 5px !important;
}

.menu-active {
    color: var(--main-color) !important;
}


/*-- Mobile Menu Bar --*/

.main-menu-right-side {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.main-menu-right-side a {
    font-size: 25px;
    line-height: 100px;
    color: var(--main-color);
}

.main-menu-right-side .header-language a {
    font-size: 14px;
    line-height: 80px;
    color: #046268;
}

.main-menu-right-side a:hover {
    color: #0c939d;
}

@media only screen and (max-width: 479px) {
    .main-menu-right-side a {
        line-height: 80px;
    }
}

.categories {
    display: none
}

.categories.menu {
    display: block
}

@media (max-width: 767px) {
    .categories {
        display:none
    }
}

.menu ul {
    position: relative;
    padding: 0;
    margin: 0;
    top: 0
}

.menu ul li {
    display: block;
    float: left
}

.menu ul li>span .menu-head{
    display: block;
    position: relative;
    border: 2px solid #004dda;
    border-radius: 5px;
    float: left;
    font-size: 13px;
    padding: 2px 12px;
    font-size: 0.8125rem;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding-bottom: 0;
    text-decoration: none;
    margin-top:-5px;
    line-height: 47px;
    text-transform: capitalize;
}
.menu ul li>span a {
    display: block;
    position: relative;
    
    float: left;
    font-size: 13px;
    padding: 2px 12px;
    font-size: 0.8125rem;
    font-weight: 500;
    
    padding-bottom: 0;
    text-decoration: none;
    height: 0p;
    line-height: 47px;
    text-transform: uppercase
}
.menu ul li>span a .hamburger-box {
    top: 10px;
    margin-right: 4px;
}

.menu ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    width: 220px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.175);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.175);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.175);
    z-index: 99;
    border-top: 2px solid #004dda
}

.menu ul li ul li {
    display: block;
    width: 210px;
}

.menu ul li ul li ul {
    border-top: none
}

.menu ul li ul li ul ul {
    background: #fff;
    border-top: none;
    width: 300px;
    margin-left: -1px;
    border-left: 1px solid #ddd;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.175);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.175);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.175)
}

.menu ul li ul li ul ul:before {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    margin-top: -2px;
    background-color: #004dda
}

@media (max-width: 767px) {
    .menu ul li ul li {
        width:100%
    }
}

.menu ul li ul li a {
    text-transform: capitalize;
    display: block;
    float: none;
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 45px;
    height: auto;
    padding: 0 10px 0 15px
}

.menu ul li ul li a:hover {
    background-color: #0044c2;
    background-color: rgba(0,77,218,0.04)
}

.menu ul li ul li a.active {
    color: #004dda;
    background-color: #0044c2;
    background-color: rgba(0,77,218,0.04)
}

.menu ul li ul li a.active:after {
    font-family: 'FontAwesome';
   
    content: "\f105";
    float: right;
    font-size: 21px;
    font-size: 1.3125rem;
    margin-top: 0;
    color: #004dda
}

@media (max-width: 767px) {
    .menu ul li ul li a.active:after {
        transform:rotate(90deg)
    }
}

.menu ul.expanded span a.active:hover {
    color: #004dda;
    background-color: #0044c2;
    background-color: rgba(0,77,218,0.04)
}

.menu ul.expanded span a.active:hover:after {
   
    font-family: 'FontAwesome';
   
    content: "\f105";
    float: right;
    font-size: 21px;
    font-size: 1.3125rem;
    margin-top: 0;
    color: #004dda
    
}

@media (max-width: 767px) {
    .menu ul.expanded span a.active:hover:after {
        transform:rotate(90deg)
    }
}

.menu ul li ul.expanded {
    width: 409px;
}

@media (max-width: 767px) {
    .menu ul li ul.expanded {
        width:100%
    }
}

.menu ul li ul.expanded li {
    margin-right: 194px;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .menu ul li ul.expanded li {
        margin-right:0
    }
}

/*.menu ul li ul li ul {*/
/*    display: none;*/
/*    position: absolute;*/
/*    left: 210px;*/
/*    border-left: 1px solid #ddd;*/
/*    top: 0;*/
/*    height: 100%;*/
/*    background: none;*/
/*    -webkit-box-shadow: none;*/
/*    -moz-box-shadow: none;*/
/*    box-shadow: none*/
/*}*/

.menu ul li ul li ul {
    display: none;
    position: absolute;
    left: 210px;
    border-left: 1px solid #ddd;
    top: 0;
    background-color: #ffff;
    /* background: none; */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.product-details-main a img {
    width: 100%;
    display: block;
    height:200px;
    max-height: 200px !important;
}

@media (max-width: 767px) {
    .menu ul li ul li ul {
        position:relative;
        left: 0;
        border-left: 0
    }
}

.menu ul li ul li ul li a {
    color: #444;
    text-transform: capitalize;
}

.menu ul li ul li ul li a:hover:after {
    content: none
}
/* ======== 2.3 Mobile Menu ========*/

.mobile-menu-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
    z-index: 9999;
}

.mobile-menu-wrapper.open {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-wrapper.open .mobile-menu-inner {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.mobile-menu-inner {
    width: 100%;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    width: 350px;
    background-color: #333333;
    position: relative;
    -webkit-transform: translateX(calc(100% - 50px));
    -ms-transform: translateX(calc(100% - 50px));
    transform: translateX(calc(100% - -19px));
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
    margin-left: auto;
    position: relative;
    padding: 20px 0 40px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
}

.mobile-menu-inner .btn-close-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 36px;
    padding-left: 20px;
    color: #ffffff;
    opacity: 1;
}

.mobile-menu-inner .btn-close-bar i {
    cursor: pointer;
    color: #fbfbfb;
    -webkit-transform: rotate(0deg);
    font-size: 17px;
    font-weight: 300 !important;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mobile-menu-inner .btn-close-bar i:hover {
    color: #d1d1d1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu-inner .widget-social {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 40px;
}

.mobile-menu {
    text-align: start;
    padding: 31px 19px 0px;
}

.mobile-menu>.has-children>a i {
    -webkit-transform: rotate(0deg);
    font-size: 22px !important;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mobile-menu>.has-children .dropdown a {
    font-size: 13px;
    padding-top: 20px;
    display: block;
    color: #ececec;
    padding-left: 15px;
}

.mobile-menu>.has-children.active>a {
    color: #fcfcfc;
}

.mobile-menu>.has-children.active>a i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mobile-menu>li {
    margin-bottom: 34px;
    border-bottom: 1px solid #ffffff;
    padding: 7px;
}

.mobile-menu>li>a {
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-menu>li>a:hover {
    color: #ffffff;
}






.search {
    width: 100%;
    position: relative;
    display: flex;
    height: 100%;
    margin-top: 8px;
  }
  
  .searchTerm {
    width: 100%;
    text-transform: capitalize;
    font-size: 14px;
    border: 3px solid #ebe8e8;
    border-right: none;
    padding: 9px;
    background: #ebe8e8;
    /* height: 20px; */
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #9DBFAF;
  }
  
  .searchTerm:focus{
    color: #0e3fbe;
  }
  
  .searchButton {
    width: 70px;
    /* height: 36px; */
    border: 1px solid #0e3fbe;
    background: #004dda;
    text-align: center;
    color: #fff;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
    font-size: 20px;
  }
  
  /*Resize the wrap to see the search bar change!*/
  .wrap{
    width: 30%;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .same-style.btn-sign {
    background-color: #182eda;
    padding: 10px 20px;
    border-radius: 8px;
    color: white;
    font-size: 14px;
    margin-right: 10px;
}
.same-style.btn-signup{
    background-color: #ffffff;
    border:1px solid #182eda;
    padding: 10px 17px;
    border-radius: 8px;
    color: rgb(21, 21, 21);
    font-size: 14px;
    margin-right: 10px;
}.same-style.btn-call{
    background-color: #ffffff;
    border:1px solid #ffffff;
    padding: 5px 20px;
    border-radius: 8px;
    color: rgb(21, 21, 21);
   
    margin-right: 10px;
    
}
.same-style.btn-call .fa-phone{
   
    font-size: 30px;
}
.same-style.btn-sign a{
    color: white;
    text-transform: capitalize;
}

.grid-container {
    columns: 5 200px;
    column-gap: 1.5rem;
    width: 90%;
    margin: 0 auto;
    padding-top: 115px;
}
.grid-container div {
    width: 150px;
    margin: 0 1.2rem 1.3rem 0;
    display: inline-block;
    width: 100%;
    /* border: solid 2px black; */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 7px;
    /* box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5); */
    border-radius: 5px;
    transition: all 0.25s ease-in-out;
    cursor:pointer;
}

.grid-container div:hover {
    border-color: coral;
}
.grid-container div img {
    width: 100%;
    margin-bottom: 7px;
    /* filter: grayscale(100%); */
    border-radius: 5px;
    /* transition: all 0.25s ease-in-out; */
}
.grid-container div p {
   margin: 2px 0 5px 0px;
   padding: 0;
   font-size: 10px;
   line-height: 17px;
}

.grid-container h2{
    font-size: 16px;
    font-weight: 600;
}
.grid-container h6{
    font-size: 16px;
    font-weight: 600;
}

.copyright{
    background: #222;
    color: white;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}.why-choose {
    /* padding-top: 30px; */
}

.why-choose ul li {
    color: #2a2a2a;
    text-align: justify;
    font-size: 14px;
}

.no-gutters {
    margin-left: 0;
    margin-right: 0;
}

.clasic-service-image img {
    width: 100%;
}

.clasic-service-content {
    padding-left: 53px;
    padding-top: 15px;
}

.clasic-service-content p {
    color: #ffffff;
    margin-bottom: 0;
    line-height: 28px;
    margin-bottom: 35px;
    text-align: justify;
}

.clasic-service-content .btn {
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    padding: 13px 26px;
    text-transform: uppercase;
    border-radius: 0px;
    position: relative;
    border-radius: 30px;
    border: 1px solid white;
}

.clasic-service-content .btn:hover {
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    padding: 13px 26px;
    text-transform: uppercase;
    border-radius: 0px;
    position: relative;
    border-radius: 30px;
    border: 1px solid white;
}

.clasic-service-content h6,
h2 {
    color: #303030;
    font-weight: 600;
}

.clasic-service-section{
    backdrop-filter: blur(10px);
}

.btn-black{
    background-color: #000;
    padding: 10px 20px;
    color: white;
    margin-top: 10px;
    border-radius: 10px;            }
.copyright_content p{

    text-align: center;

}
  #features{
      width:100%;
     
      position:fixed;
      bottom: -300px;
    left: 0px;
      -webkit-transition: width 1s, height 1s; /* For Safari 3.1 to 6.0 */
      transition: width 1s, height 1s;
      z-index:999;
  }

  #features img{
      width:100%;
      height:100%;
  }

  #features    .btn1 {
color: #ffffff;
background: rgb(16 16 16);
z-index: 99;
width: 20px;
height: 20px;
border-radius: 50%;
/* padding: 5px; */
text-align: center;
/* line-height: 3px; */
font-size: 12px;
position: absolute;
right: 11px;
top: 5px;
cursor: pointer;
}


.card-section{
    padding-top: 140px;
    /* border-radius: 10px; */
}
.side_details{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 7px;
    border-radius: 10px;
}



.sub_grid-container {
    columns: 1 ;
    column-gap: 1.5rem;
    width: 90%;
    margin: 0 auto;
    padding-top: 140px;
}
.sub_grid-container div {
    width: 150px;
    margin: 0 1.2rem 1.3rem 0;
    display: inline-block;
    width: 100%;
    
    border-radius: 5px;
    transition: all 0.25s ease-in-out;
}

.sub_grid-container div:hover {
    border-color: coral;
}
.sub_grid-container div img {
    width: 100%;
    margin-bottom: 7px;
    /* filter: grayscale(100%); */
    border-radius: 5px;
    /* transition: all 0.25s ease-in-out; */
}
.sub_grid-container div p {
   margin: 2px 0 5px 0px;
   padding: 0;
   font-size: 10px;
   line-height: 17px;
}

.sub_grid-container h2{
    font-size: 16px;
    font-weight: 600;
}
.sub_grid-container h6{
    font-size: 16px;
    font-weight: 600;
}
@media (max-width: 767px) {
  .product_sub_details .product-single-content {
    padding: 15px 15px;
    padding-bottom: 0;
  }
}

.product_sub_details .product-single-content h2 {

  font-size: 30px;
  line-height: 36px;
  margin-bottom: 18px;

}
.product_sub_details .product-single-content .price {

    font-size: 18px;
    margin-bottom: 18px;
    font-weight: 500;

  
  }
  .product_sub_details .product-single-content .present-price {

color: green;

  
  }
  .product_sub_details .product-single-content .old-price {

    color: red;
    
      
      }
.product_sub_details .product-single-content p {
  color: #6F6F6F;
  line-height: 1.8em;
}

.important-text span{
 
    font-size: 16px;
    color: #52586d;
    min-width: 67px;
    font-weight: 500;
    margin-right: 10px;
}
.important-text li{
 
    color: inherit;
    font-size: 15px;
    margin-bottom: 10px;
}
.shop-details-content-quantity-box {
    width: 120px;
    height: 60px;
    background: transparent;
    border-radius: 6px;
    position: relative;
    border: 2px solid #2e2e2e;
}

.shop-details-content-quantity-box .plus {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    right: 16px;
    background-color: transparent;
    color: var(--clr-bg-gray-8);
}

.shop-details-content-quantity-box .minus {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    left: 16px;
    background-color: transparent;
    color: var(--clr-bg-gray-8);
}

.shop-details-content-quantity-box input {
    width: 100%;
    border: 0;
    background: transparent;
    height: 60px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.shop-details-content-quantity-box {
    height: 40px;
    width: 100%;
    /* margin: 0 auto; */
    /* text-align: center; */
}

.shop-details-content-quantity-box input {
    height: 40px;
    outline: none;
}


.pi01Price ins {
    color: #222;
    text-decoration: none !important;
}

.option.size {
    /* padding-bottom: 20px; */
    /* border-bottom: 1px solid #ddd; */
    padding-top: 1px;
}

.quantity.size {
    /* padding-bottom: 20px; */
    /* border-bottom: 1px solid #ddd; */
    padding-top: 10px;
}

.size-list li {
    cursor: pointer
}

.size-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
}

.size-list li {
    width: calc(32px + (36 - 30) * ((100vw - 322px) / (1922 - 322)));
    /* background-color: #fff; */
    height: calc(33px + (35 - 30) * ((100vw - 320px) / (1920 - 320)));
    text-align: center;
    border: 1px solid #000000;
    color: rgb(15, 15, 15);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
}

.size-list li.active {
    background-color: rgb(150, 12, 12);
    color: #ffffff;
}

[class="dark"] .size-list li.active {
    color: #262834
}

.size-list.size-watch li {
    width: calc(35px + (40 - 35) * ((100vw - 320px) / (1920 - 320)));
    height: calc(35px + (40 - 35) * ((100vw - 320px) / (1920 - 320)));
    line-height: 22px;
    font-size: 14px;
    padding: 5px
}

.title-box4 h4 {
    color: rgb(0, 0, 0);
}
.cart-btn{
    padding: 10px 30px;
    border-radius: 5px;
    background-color: #222;
    color: white;
    margin: 10px 0px 20px 0px;
}
.cart-btn:hover{
    padding: 10px 30px;
    border-radius: 5px;
    background-color: #222;
    color: white;
    margin: 10px 0px 20px 0px;
}
.wishlist-btn{
    padding: 10px 30px;
    border-radius: 5px;
    background-color: #222;
    color: white;
    margin: 10px 0px 20px 0px;
}
.wishlist-btn:hover{
    padding: 10px 30px;
    border-radius: 5px;
    background-color: #222;
    color: white;
    margin: 10px 0px 20px 0px;
}

.slide_down{

overflow-y: scroll;

overflow-x: hidden;

height: 558px;
}
    
/* MODAL */
.modal-sde {
    height: 50px;
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    color: #fff;
    border-radius: 4px;
    margin: 45px;
    cursor: pointer;
    transition: 0.25s;
}
.modal-sde:hover {
    background: rgba(0, 0, 0, .75);
    transition: 0.3s;
}
.val-success-overlay {
    z-index: 999999999999;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .48);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    pointer-events: none;
}
.val-success-overlay.active {
    opacity: 1;
    pointer-events: auto;
}
.val-success-overlay .val-success {
    transform: translateZ(121px);
    width: 620px;
    height: auto;
    padding: 60px 25px;
    background: #222;
    box-shadow: 1px 2px 18px rgba(0, 0, 0, .68);
    border-radius: 4px;
    transform: translateY(60%);
    opacity: 0;
    transition: 0.25s;
    transition-delay: 0s;
    position: relative;
}
.val-success-overlay .val-success.active {
    transform: translateY(0);
    opacity: 1;
    transition: 0.3s;
    transition-delay: 0.3s;
}
.val-success-overlay .val-success .close-modal {
    position: absolute;
    right: 15px;
    top: 15px;
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.val-success-overlay .val-success .close-modal .close-ic span {
    width: 22px;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
}
.val-success-overlay .val-success .close-modal .close-ic span:nth-child(1) {
    transform: rotate(45deg);
}
.val-success-overlay .val-success .close-modal .close-ic span:nth-child(2) {
    transform: rotate(-45deg);
}
.val-success-overlay .val-success .val-info {
    width: 100%;
}
.val-success-overlay .val-success .val-info .info {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    width: 80%;
    margin: auto;
}
.val-success-overlay .val-success .form {
    width: 100%;
    text-align: center;
    margin-top: 45px;
}
@media (min-width: 320px) and (max-width: 600px) {
    .val-success-overlay .val-success {
        width: 80%;
   }
}
/* MODAL */
.sign-in-modal {
    cursor: url("https://png.icons8.com/ios/30/000000/multiply.png"), auto;
    z-index: 999999999999;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .48);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    pointer-events: none;
}
.sign-in-modal.active {
    opacity: 1;
    pointer-events: auto;
}
.sign-in-modal .inner--sign-in-modal {
    transform: translateZ(121px);
    min-width: 480px;
    height: auto;
    background: #fff;
    box-shadow: 1px 2px 18px rgba(0, 0, 0, .68);
    border-radius: 4px;
    transform: translateY(60%);
    opacity: 0;
    transition: 0.25s;
    transition-delay: 0s;
    position: relative;
}
.sign-in-modal .inner--sign-in-modal.active {
    transform: translateY(0);
    opacity: 1;
    transition: 0.3s;
    transition-delay: 0.3s;
}
.sign-in-modal .inner--sign-in-modal .val-info {
    border-radius: 4px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.sign-in-modal .inner--sign-in-modal .val-info .overlay {
    z-index: -1;
    display: block;
    position: absolute;
    background: -webkit-linear-gradient(left, #7323dc, #7b00b9);
    box-shadow: 0px 1px 10px rgba(57, 14, 110, .8);
    top: 0;
    left: 0;
    height: 100%;
}
.sign-in-modal .inner--sign-in-modal .val-info .overlay.sign-in-side {
    width: 50%;
    margin-right: 50%;
    border-radius: 4px 0 0 0;
    transition: 0.6s;
}
.sign-in-modal .inner--sign-in-modal .val-info .overlay.sign-up-side {
    width: 50%;
    margin-left: 50%;
    border-radius: 0 4px 0 0;
    transition: 0.6s;
}
.sign-in-modal .inner--sign-in-modal .val-info .tab {
    box-shadow: 1px 2px 18px rgba(0, 0, 0, .18);
    width: 50%;
    height: 55px;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    transition: 0.5s;
    font-family: 'Montserrat';
}
.sign-in-modal .inner--sign-in-modal .val-info .tab.active {
    background: #002871;
    color: #fff;
}
.sign-in-modal .inner--sign-in-modal .val-info .tab-sign-in {
    cursor: pointer;
}
.sign-in-modal .inner--sign-in-modal .val-info .tab-sign-up {
    cursor: pointer;
}
.sign-in-modal .inner--sign-in-modal .content-info {
    min-height: 550px;
    position: relative;
    overflow-x: hidden;
}
.sign-in-modal .inner--sign-in-modal .content-info .content-sign-in {
    cursor: default;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: 0.6s;
    padding: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.sign-in-modal .inner--sign-in-modal .content-info .content-sign-in.active {
    transition: 0.6s;
    left: 0;
}
.sign-in-modal .inner--sign-in-modal .content-info .content-sign-in .wrap--content-sign-in {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.sign-in-modal .inner--sign-in-modal .content-info .content-sign-in .wrap--content-sign-in .greetings {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Lato';
}
.sign-in-modal .inner--sign-in-modal .content-info .content-sign-in .wrap--content-sign-in form {
    width: 90%;
}
.sign-in-modal .inner--sign-in-modal .content-info .content-sign-in .wrap--content-sign-in form .input-control {
    width: 100%;
    margin: auto auto 20px auto;
}
.sign-in-modal .inner--sign-in-modal .content-info .content-sign-in .wrap--content-sign-in form .input-control input {
    width: 100%;
    height: 45px;
    border: 1px solid #ccc;
    box-shadow: none;
    background: transparent;
    border-radius: 4px;
    padding-left: 12px;
}
.sign-in-modal .inner--sign-in-modal .content-info .content-sign-in .wrap--content-sign-in form button {
    width: 100%;
    transition: 0.45s;
    height: 50px;
    color: #fff;
    border: 1px solid #7b00b9;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.95, 1);
    transition: padding 0s;
    background: linear-gradient(216.73deg, #7b00b9 0%, #7323dc 100%);
}
.sign-in-modal .inner--sign-in-modal .content-info .content-sign-in .wrap--content-sign-in form button:hover {
    background: transparent;
    color: #6c6c6c;
    border: 1px solid #c6c6c6;
}
.sign-in-modal .inner--sign-in-modal .content-info .content-sign-in .wrap--content-sign-in .close-login {
    cursor: pointer;
    width: 100px;
    padding: 12px;
    text-align: center;
    margin-top: 20px;
    position: absolute;
    bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    font-size: 16px;
    color: #333;
}
.sign-in-modal .inner--sign-in-modal .content-info .content-sign-in .wrap--content-sign-in .close-login span {
    font-size: 14px;
    display: inline-block;
    color: #666;
    font-weight: 700;
    letter-spacing: 1px;
}
.sign-in-modal .inner--sign-in-modal .content-info .content-sign-in .wrap--content-sign-in .close-login span:first-child {
    margin-left: 2px;
}
.sign-in-modal .inner--sign-in-modal .content-info .content-sign-up {
    cursor: default;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    transition: 0.6s;
    padding: -9px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.sign-in-modal .inner--sign-in-modal .content-info .content-sign-up.active {
    transition: 0.6s;
    left: 0;
}
.sign-in-modal .inner--sign-in-modal .content-info .content-sign-up .wrap--content-sign-up {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.sign-in-modal .inner--sign-in-modal .content-info .content-sign-up .wrap--content-sign-up .greetings {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Lato';
}
.sign-in-modal .inner--sign-in-modal .content-info .content-sign-up .wrap--content-sign-up .greetings span {
    text-transform: capitalize;
    display: inline-block;
    background: -webkit-linear-gradient(left, #7323dc, #7b00b9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.sign-in-modal .inner--sign-in-modal .content-info .content-sign-up .wrap--content-sign-up form {
    width: 90%;
}
.sign-in-modal .inner--sign-in-modal .content-info .content-sign-up .wrap--content-sign-up form .input-control {
    width: 100%;
    margin: auto auto 20px auto;
}
.sign-in-modal .inner--sign-in-modal .content-info .content-sign-up .wrap--content-sign-up form .input-control input {
    width: 100%;
    height: 45px;
    border: 1px solid #ccc;
    box-shadow: none;
    background: transparent;
    border-radius: 4px;
    padding-left: 12px;
}
.sign-in-modal .inner--sign-in-modal .content-info .content-sign-up .wrap--content-sign-up form .input-control select {
    width: 100%;
    height: 45px;
    border: 1px solid #ccc;
    box-shadow: none;
    background: transparent;
    border-radius: 4px;
    padding-left: 12px;
    color:#7a7a7a;
}
.sign-in-modal .inner--sign-in-modal .content-info .content-sign-up .wrap--content-sign-up form button {
    width: 100%;
    transition: 0.45s;
    height: 50px;
    color: #fff;
    border: 1px solid #002871;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    transition: 0.3s cubic-bezier(0.25, 0.8, 0.95, 1);
    transition: padding 0s;
    background: #002871;
    margin-bottom:20px;
}
.sign-in-modal .inner--sign-in-modal .content-info .content-sign-up .wrap--content-sign-up form button:hover {
    background: #002871;
    color: #6c6c6c;
    border: 1px solid #c6c6c6;
}
.sign-in-modal .inner--sign-in-modal .content-info .close-login {
    cursor: pointer;
    width: 100px;
    padding: 12px;
    text-align: center;
    margin-top: 20px;
    position: absolute;
    bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    font-size: 16px;
    color: #333;
}
.sign-in-modal .inner--sign-in-modal .content-info .close-login span {
    font-size: 14px;
    display: inline-block;
    color: #666;
    font-weight: 700;
    letter-spacing: 1px;
}
.sign-in-modal .inner--sign-in-modal .content-info .close-login span:first-child {
    margin-left: 2px;
}
@media (min-width: 220px) and (max-width: 600px) {
    .sign-in-modal .inner--sign-in-modal {
        min-width: auto;
        width: 90%;
   }
}


.side_details{
   
/* background-color: #c0c0c0; */
   
position:fixed;
   
top: 16%;
   
/* padding: 40px; */
   
width: 40%;
   
z-index: 96;
}


.product-details-main .card-wrapper {
    max-width: 1320px;
    margin: 0 auto;
}

.product-details-main img {
    width: 100%;
    display: block;
}

.product-details-main .img-display {
    overflow: hidden;
}

.product-details-main .img-showcase {
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}

.product-details-main .img-showcase img {
    min-width: 100%;
}

.product-details-main .img-select {
    display: flex;
}

.product-details-main .img-item {
    margin: 0.3rem;
}

.product-details-main .img-item:nth-child(1),
.product-details-main .img-item:nth-child(2),
.product-details-main .img-item:nth-child(3) {
    margin-right: 0;
}

.product-details-main .img-item:hover {
    opacity: 0.8;
}

.product-details-main .product-content {
    padding: 2rem 1rem;
}

.product-details-main .product-title {
    font-size: 23px;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    color: #4a4444;
    margin: 1rem 0;
}

.product-details-main .product-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 33px;
    height: 1px;
    width: 79px;
    background: #6b6968;
}

.product-details-main .product-link {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    background: #256eff;
    color: #fff;
    padding: 0 0.3rem;
    transition: all 0.5s ease;
}

.product-details-main .product-link:hover {
    opacity: 0.9;
}

.product-rating {
    color: #ffc107;
}

.product-details-main .product-rating span {
    font-weight: 500;
    color: #252525;
}

.product-details-main .product-price {
    margin: 10px 0px 2px 0px;
    font-size: 1rem;
    font-weight: 700;
}

.product-details-main .product-price span {
    font-weight: 400;
}

.product-details-main .last-price span {
    color: #f64749;
    text-decoration: line-through;
}

.product-details-main .new-price span {
    color: #256eff;
}

.product-details-main .product-detail h2 {
    text-transform: capitalize;
    color: #12263a;
    padding-bottom: 0.6rem;
}

.product-details-main .product-detail p {
    font-size: 0.9rem;
    padding: 0.3rem;
    opacity: 0.8;
}

.product-details-main .product-detail ul {
    margin: 1rem 0;
    font-size: 0.9rem;
}

.product-details-main .product-detail ul li {
    margin: 0;
    list-style: none;
    /* background: url(https://fadzrinmadu.github.io/hosted-assets/product-detail-page-design-with-image-slider-html-css-and-javascript/checked.png) left center no-repeat; */
    background-size: 18px;
    margin: 0.4rem 0;
    margin-right: 10px;
    font-weight: 600;
    opacity: 0.9;
}

.product-details-main .product-detail ul li span {
    font-weight: 400;
}

.product-details-main .purchase-info {
    margin: 1.5rem 0;
}

.product-details-main .purchase-info .btn {
    border: 1.5px solid #ddd;
    border-radius: 25px;
    text-align: center;
    padding: 0.45rem 0.8rem;
    outline: 0;
    margin-right: 0.2rem;
    margin-bottom: 1rem;
}

.product-details-main .purchase-info .btn {
    cursor: pointer;
    color: #fff;
}

.product-details-main .purchase-info .btn:first-of-type {
    background: #256eff;
}

.product-details-main .purchase-info .btn:last-of-type {
    background: #f64749;
}

.product-details-main .purchase-info .btn:hover {
    opacity: 0.9;
}

.product-details-main .social-links {
    display: flex;
    align-items: center;
}

.product-details-main .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #000;
    border: 1px solid #000;
    margin: 0 0.2rem;
    border-radius: 50%;
    text-decoration: none;
    font-size: 0.8rem;
    transition: all 0.5s ease;
}

.product-details-main .social-links a:hover {
    background: #000;
    border-color: transparent;
    color: #fff;
}

@media screen and (min-width: 992px) {
    .product-details-main .card {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
    }
    .product-details-main .card-wrapper {
        /* height: 100vh; */
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product-details-main .product-imgs {
        display: flex;
        flex-direction: column;
        /* justify-content: center; */
    }
    .product-details-main .product-content {
        padding-top: 0;
    }
}

.product-details-main {
    padding-top: 100px;
    padding-bottom: 100px;
}

.last-price {
    font-weight: 500;
    font-size: 17px;
}

.new-price span {
    font-weight: 500 !important;
    font-size: 20px !important;
    color: #222 !important;
}

.product-price-tag {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

label.radio {
    cursor: pointer
}

label.radio input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    pointer-events: none
}

label.radio span {
    padding: 0px 9px;
    border: 2px solid #b3b0b0;
    display: inline-block;
    color: #433737;
    border-radius: 3px;
    text-transform: uppercase
}

label.radio input:checked+span {
    border-color: #6b6565;
    background-color: #656060;
    color: #ffffff;
}

.colors {
    margin-top: 5px
}

.colors ul {
    list-style: none;
    display: flex;
    padding-left: 0px
}

.colors ul li {
    height: 20px;
    width: 20px;
    display: flex;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer
}

.colors ul li:nth-child(1) {
    background-color: #6c704d
}

.colors ul li:nth-child(2) {
    background-color: #96918b
}

.colors ul li:nth-child(3) {
    background-color: #68778e
}

.colors ul li:nth-child(4) {
    background-color: #263f55
}

.colors ul li:nth-child(5) {
    background-color: black
}

.color-swatch span {
    margin-right: 20px;
}

.purchase-info {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 50px;
}

.purchase-info .shop-btn {
    color: white;
    background: #000;
    padding: 6px 24px;
    border-radius: 10px;
    margin-left: 15px;
}

.product-details-main .card {
    border: none !important;
}

@media screen and (max-width: 548px) {
    .purchase-info {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: normal !important;
        flex-direction: column !important;
    }
    .product-quantity {
        border-bottom: 1px solid #222;
        padding: 10px 0px 24px;
        margin-bottom: 10PX;
    }
}





 .right_side_assets  nav{
    margin: 0px 20px;
    position: relative;
  }
  .right_side_assets ul{
    list-style: none;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom:0px;
  }
 
  .display-picture img{
    width: 50px;
    border-radius: 50%;
    border:2px solid #fff;
  }
  .display-picture img:hover{
  border:2px solid #E78341;
  }
  .right_side_assets .card{
    transition: 0.5s ease;
    position: relative;
    display: inherit;
    /* flex-direction: column; */
    z-index: 9999;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
  
  
  .right_side_assets .card ul{
    display: flex;
    width: 251px;
    align-items: flex-start;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    flex-direction: column;
    background: #ffffff;
    position: absolute;
    z-index: 100000;
    top: 0px;
    right: -122px;
    border-radius: 10px;
    padding: 10px 50px 10px 20px;
  }
  .right_side_assets .card ul li{
   
padding: 5px 0;
   
color: #FFF;
   
font-size: 14px;
  }
  .right_side_assets .hidden{
    display: none;
  }


  .same-style-b{
   
padding: 1px 5px;
   
border-radius: 8px;
   
color: rgb(8, 8, 8);
   
font-size: 14px;
   
margin-right: 30px;
  }
 

  .forgetpassword {
    text-align: right;
    margin-top: -4px;
    margin-bottom: 10px;
  }
  
  .contact-list-menu{
    text-align: left;
    padding-left: 24px;
  }
  .contact-list-menu ul li a{
    color: white;
    font-weight: 400;
  }

  
/* signin */

.sigin .wrapper {
    width: 470px;
    padding: 2rem 5px 1rem 14px;
    margin: 12px auto;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
}

.sigin h1 {
    font-size: 2rem;
    color: #07001f;
}

.sigin p {
    margin-bottom: 1.7rem;
}

.sigin form input {
    width: 85%;
    outline: none;
    border: none;
    background: #dfe9f5;
    padding: 12px 14px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.sigin .recover {
    text-align: right;
    font-size: 0.8rem;
    margin: 0.2rem 1.7rem 0 0;
}

.sigin .recover a {
    text-decoration: none;
    color: #ea3441;
    font-size: 14px;
}

.sigin button {
    font-size: 1.1rem;
    margin-top: 1rem;
    padding: 8px 0;
    border-radius: 5px;
    outline: none;
    border: none;
    width: 85%;
    background: #1d1c1c;
    color: #fff;
    cursor: pointer;
}

.sigin button:hover {
    background: #1d1c1c;
}

.sigin .or {
    font-size: 0.8rem;
    margin-top: 1.5rem;
}

.sigin .icons i {
    color: #07001f;
    padding: 00.8rem 1.5rem;
    border-radius: 10px;
    margin-left: 0.9rem;
    font-size: 1.5rem;
    cursor: pointer;
    border: 2px solid #dfe9f5;
}

.sigin .icons i:hover {
    color: #fff !important;
    background: #07001f;
    transition: 1s;
}

.sigin .icons i:first-child {
    color: green;
}

.sigin .icons i:last-child {
    color: blue;
}

.sigin .not-member {
    font-size: 0.8rem;
    margin-top: 1.4rem;
}

.sigin .not-member a {
    color: #2e2c2c;
    text-decoration: none;
}

.sigin a:hover {
    text-decoration: underline;
}

.sigin {
    padding-top: 150px;
    padding-bottom: 50px;
}

.sign-f {
    position: relative;
}

.signin .toggle-password {
    position: absolute;
    top: 57%;
    right: 50px;
}

.sigin form input:last-of-type {
    margin-bottom: 10px !important;
}

.signup .toggle-password {
    position: absolute !important;
    right: 50px !important;
    top: 86% !important;
}

.sigin .toggle-password {
    position: absolute;
    right: 50px;
    top: 57%;
}

.field-icon {
    float: right;
    margin-right: 10px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
  }
  