html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/* vertical-align: baseline; */
	background: transparent;
}



body{
    font-family: 'Poppins', sans-serif;
}

h2{
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #122332;
    font-family: 'Manrope', sans-serif;
}
p{
    font-size: 15px;
    line-height: 200.2%;
    letter-spacing: 0.015em;
    color: #444444;
    padding-top: 10px;
}

.container{
    width: 1190px;
    max-width: 1190px;
}
.container-2{
    width: 1100px;
    max-width: 1190px;
}

/* Header */

header{
    position: absolute;
    top: 0;
    width: 100%;
}

header .reg-btn{
    background: #32324D;
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    padding: 10px 20px !important;
    /*margin-right: 40px;*/
	margin-right: 25px;
    margin-left: 45px;
}
header .reg-btn span{
    padding-left: 10px;
}
header .container-fluid{
    width: 95%;
}
header .navbar-brand img{
    width: 90px;
    height: 90px;
    object-fit: contain;
}

header .nav-link.tel-num{
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: #32324D;
    padding: 0 !important;
}
header .nav-link.tel-num i{
    color: #FF106E;
}
header .dropdown-toggle::after{
    content: none;
}
header .nav-dropdown{
    display: flex;
    align-items: center;
}


.banner-sec{
    background: url('../images/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 210px;
    padding-bottom: 310px;
    background-position: bottom;
}

.banner-sec h1{
    font-weight: 600;
    font-size: 48px;
    line-height: 72px;
    text-align: center;
    color: #32324D;
    padding-bottom: 40px;
}
.banner-sec .seacrh-col input{
    width: 380px;
}
.banner-sec .seacrh-col select{
    width: 250px;
}
.banner-sec .seacrh-col input,
.banner-sec .seacrh-col select{
    background: #FFFFFF;
    border-radius: 2px;
    padding: 16px 24px;
    border: none;
    outline: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #252525;
    margin: 0 7px;
}
.banner-sec .seacrh-col .search-btn button{
    padding: 15px;
    background: #FF106E;
    border-radius: 2px;
    border: none;
    outline: none;
    color: #fff;
    margin-left: 7px;
    cursor: pointer;
}


.service-section{
    padding-top: 130px;
    padding-bottom: 60px;
}
.header-contents{
    text-align: center;
    padding-bottom: 60px;
}
.service-section .services{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 45px 35px;
}
.service-section .services .serv-col{
    background: #FFFFFF;
    border: 1px solid #217dcb;
    border-radius: 9px;
    padding: 0px; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.service-section .services .serv-col img{
    width: 150px;
    height: 150px;
    object-fit: contain;
}
.service-section .services .serv-col p{
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #293042;
    padding-top: 18px;
}
.search-sec{
    padding: 70px 0px;
}
.search-sec .ser-cols{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px 25px ;
}
.search-sec .ser-cols img{
    height: 207px;
    object-fit: cover;
    width: 100%;
    border-radius: 4px;
}
.search-sec .ser-cols p{
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.0015em;
    text-transform: capitalize;
    color: #32324D;
    padding-top: 18px;
    text-align: center;

}
.layout-sec{
    padding: 70px 0px;
}
.layout-sec .reg-business .reg-btn{
    margin-top: 35px;
}
.layout-sec .reg-business .reg-btn a{
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    background: #FF106E;
    border-radius: 3px;
    padding: 12px 24px;
    text-decoration: none;
    display: inline-block;
}
.layout-sec .reg-business {
    background: #F1F1F1;
    border-radius: 3px;
    padding:0 80px;
}
.layout-sec .reg-business h3{
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #122332;
}
.layout-sec .reg-business .avatar-img img{
    height: 110%;
    width: 100%;
}
.business-sec{
    padding-top: 70px;
    padding-bottom: 140px;
}
.business-sec .business-col{
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 30px 25px ;
}
.business-sec .business-col .business-img img{
    /*width: 100%;
    height: 100%;
	object-fit:contain;*/

    width: 125px;
    height: 125px;
    object-fit: contain;
    border: 1px solid #e4e4e4;
    padding: 5px;
	
}

/* footer */

footer{
    padding-top: 125px;
    padding-bottom: 140px;
    background: #FFF0F5;
}
footer .f-nav-links li a{
    
}
footer .f-nav-links ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 65px;
    padding-bottom: 40px;
}
footer .f-nav-links li a.q-links{
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #122332;
    text-decoration: none;
    padding: 12px 24px;
    background: #FFA2C1;
    border-radius: 4px;
    position: relative;
}
footer .f-nav-links li a.q-links:before{
    position: absolute;
    content: '';
    width: 0; 
    height: 0; 
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #FFA2C1;
    right: -6px;
    top: 0;
    bottom: 0;
    margin: auto;
}
footer .f-nav-links li a{
    font-weight: 400;
    font-size: 13px;
    line-height: 30px;
    color: #32324D;
    padding-left: 25px;
}
footer .popular-col{
    padding: 55px 45px;
    background: #FFFFFF;
    border-radius: 9px;
}
footer .popular-col h4{
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #122332;
}
footer .popular-col p{
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
    color: #32324D;
}
footer  .f-about{
    padding-top: 33px;
    padding-bottom: 25px;
}
footer  .f-about .contents p{
    font-weight: 400;
    font-size: 13px;
    line-height: 172.2%;
    letter-spacing: 0.015em;
    padding: 0;
}
footer  .f-about .social-icons a{
    margin-right: 15px;
}
footer  .f-about .logo-text  img{
    width: 63px;
    height: 63px;
    object-fit: contain;
}
footer  .disclaimer p{
    font-weight: 400;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #A2868F;
}
footer .copyright p{
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    text-align: center;
    color: #5E4E53;
    padding-top: 40px;
}
.slick-dots button{
    display: none;
}
.slick-dots li{
    background: #DADADA;
    width: 12px;
    height: 12px;
    margin: 0 2px;
}
.slick-dots li.slick-active{
    background: #FF106E;
}
.login-modal{
    text-align: center;
    padding: 60px 35px;
}
.login-modal img{
    width: 96px;
}
.login-modal h3{
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #252525;
    padding-top: 10px;
}
.login-modal p{
    font-weight: 400;
    font-size: 13px;
    line-height: 136.2%;
    letter-spacing: 0.015em;
    color: #444444;
    padding-bottom: 35px;
}
.login-modal button{
    background: #FF106E;
    border-radius: 2px;
    padding: 18px 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    width: 100%;
    margin-top: 20px;
    border: none;
    outline: none;
    }

    .login-form input,
    .login-form  select{
        min-height: 55px;
    }



    /* main banner */


    .main-banner{
        padding-top: 125px;
        /*padding-bottom: 100px;*/
		padding-bottom: 50px;
        background-color: #FFF0F5;
        text-align: center;
    }
    .main-banner h2{
        font-weight: 500;
        font-size: 38px;
        line-height: 57px;
        text-align: center;
        color: #32324D;
    }
    .main-banner p{
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #32324D;
    }
    .main-banner p a{
        color: #FF106E;
    }

    .product-sec{
        /*padding-top: 100px;*/
		padding-top: 70px;
        /*padding-bottom: 150px;*/
		padding-bottom: 100px;
    }


    .col-single #accordion .filter-head button{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0;
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        color: #32324D;
        padding: 10px 0;
        border-bottom: 1px solid #cfcfcf99;
        outline: none;
        box-shadow: unset;
    }
    .filter-col{
        padding: 20px 15px;
		border: 1px solid #cfcfcf99;
		border-radius: 15px;
		background: #FFFFFF;
    }
    .filter-col .filter-body{
        padding: 20px 0;
    }
    .filter-body label{
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        color: #545968;
        padding-bottom: 12px;
        position: relative;
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding-right: 25px;
    }
    .filter-body  .show-text p{
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #FF106E;
        text-decoration: underline;
    }
    /* The container */
.container-checkbox {
    display: block;
    position: relative;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.container-checkbox .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 16px;
    width: 16px;
    background-color:transparent;
    border: 1px solid #293042;
    cursor: pointer;
}


/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color: #FF106E;
    border-color:#FF106E ;
}

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

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 4px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



.star-rating {
    direction: rtl;
    display: inline-block;
    padding: 5px;
    cursor: default;
}
  
.star-rating  input[type="radio"] {
      display: none;
    }
  
    .star-rating    label {
        width: fit-content;
        margin-right: 5px;
      color: #bbb;
      font-size: 16px;
      padding: 0;
      cursor: pointer;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
    }
  
    .star-rating label:hover,
    .star-rating  label:hover ~ label,
    .star-rating input[type="radio"]:checked ~ label {
      color: #f2b600;
    }
.filter-body .rating-div{
    padding: 11px 0px;
}

.list-head{
    padding-bottom: 45px;
}
.btn-div{
    padding-top: 20px;
}
.btn-div .view-contact a{
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    padding: 10px 15px;
    background: linear-gradient(263.77deg, #FF106E -18.47%, #FF106E 27.3%, #FD5316 104.76%);
    display: inline-block;
    border-radius: 3px;
    width: 100%;
    text-align: center;
    text-decoration: none;
}
.btn-div .view-details a{
    border: 1px solid #727272;
    border-radius: 3px;
    background-color: transparent;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #252525;
    padding: 10px 5px;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

.product-col .product-img{
	/*width: 194px;
    height: 194px;*/
    width: 180px;
    height: 180px;
	object-fit: contain;
}

.product-col .product-img img{
    width: 100%;
    height: 100%;
	/*margin-top:6px;*/
	padding:5px;
    object-fit: contain;
}
.product-col h3{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #32324D;
	padding-bottom:10px;
}
.product-col p{
    font-weight: 400;
    font-size: 13px;
    line-height: 186.2%;
    color: #444444;
}

.product-col{
    /*padding-bottom: 40px;
    margin-bottom: 40px;*/
	
	
	padding-bottom: 25px;
    margin-bottom: 20px;
	
    border-bottom: 1px solid #dbd7d7;
}
.product-col .total-review p{
    font-weight: 400;
    font-size: 12px;
    line-height: 172.19%;
    color: #333333;
    padding: 0;
}
.customer-rating .star-rating label i{
    font-size: 12px;
}
.customer-rating .star-rating label{
    margin-right: 2px;
}
.customer-rating .rate-num p{
    background: #FFA800;
    border-radius: 2px;
    color: #252525;
    font-weight: 700;
    font-size: 18px;
    line-height: 124%;
    padding: 7px 4px;
}
.social-share ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 40px;
    padding-left: 36px;
    display: flex;
    align-items: center;
}
.social-share ul li img{
    width: 34px;
    height: 34px;
    object-fit: contain;
}
.social-share ul li{
    margin-right: 6px;
}
.customer-rating .leav-rate {
    padding-top: 15px;
    padding-left: 35px;
}
.customer-rating .leav-rate p{
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #222222;
    padding: 8px 33px;
    border: 1px solid #FFA800 !important; 
    border-radius: 2px;
    width: fit-content;
}
#page-content-wrapper .list-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#page-content-wrapper .list-head a{
    display: none;
}
.col-single .mobile-btn{
    display: none;
}
.col-single .mobile-btn button{
    border: none;
    outline: none;
    color: #FFFFFF;
    background: #FF106E;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    width: 100%;
    padding: 15px;
}

.main-banner-2{
    padding-top: 180px;
    padding-bottom: 60px;
    background-color: #F1F1F1;
    text-align: unset;
}
.main-banner-2 .banner-text p{
    text-align: left;
    padding-bottom: 40px;
}
.main-banner-2 .row{
    background-color: #fff;
    align-items: center;
}
.main-banner-2 .product-img img{
   /* width: 100%;*/
    /*height: 250px;*/
    object-fit: cover;
}
.contact-details .contact-col img{
    width: 24px;
    height: 24px;
    object-fit: contain;
    margin-right: 8px;
}
.contact-details{
    padding-top: 18px;
}
.contact-details .contact-col{
    padding-bottom: 6px;
}
.contact-details .contact-col a{
    font-weight: 500;
    font-size: 15px;
    line-height: 172.19%;
    letter-spacing: -0.04em;
    color: #404147;
    text-decoration: none;
}
.main-banner-2 .about-product h3{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #32324D;
}

.main-banner-2 .about-product p{
    font-weight: 400;
    font-size: 13px;
    line-height: 186.2%;
    letter-spacing: 0.015em;
    color: #444444;
	display: flex;
    flex-direction: column;
}
.main-banner-2 .customer-rating .leav-rate,
.main-banner-2 .social-share ul{
    padding-left: 0;
}
.main-banner-2 .customer-rating .leav-rate p{
    border: 1px solid #444444;
    width: 100%;
    text-align: center;
}
.main-banner-2 .social-share ul{
    justify-content: center;
    padding-top: 28px;
}
.about-text-sec{
    padding-top: 90px;
    /*padding-bottom: 350px;*/
	padding-bottom: 150px;
}

.about-text-sec .about-contents h4{
    color: #32324D;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}
.about-text-sec .about-contents h5{
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #293042;
    padding-top: 40px;
}
.about-text-sec .about-contents .halls-div a{
    padding: 8px 17px;
    border: 1px solid #CFCFCF;
    border-radius: 42px;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #515151;
    text-decoration: none;
    margin-right: 6px;
    margin-bottom: 11px;
}

.about-text-sec .about-contents .halls-div {
    padding-top: 26px;
    display: flex;
    flex-wrap: wrap;
}
.gallery-sec .photo-gallery{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 12px;
}

.gallery-col h5{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #293042;
    padding-bottom: 22px;
}
.gallery-col .more-btn{
    width: fit-content;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 70px;
}
.gallery-col .more-btn a{
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    background: #FF106E;
    border-radius: 5px;
    text-decoration: none;
    padding: 12px 35px;
    width: fit-content;
    margin: auto;
}

.gallery-sec .open-hours{
    background-color: #fff;
    padding: 20px;
    border: 1px solid #CFCFCF;
    border-radius: 2px;
    margin-bottom: 12px;
}
.gallery-sec .open-hours p span{
    font-weight: 500;
}
.gallery-sec .open-hours h5{
    font-weight: 600;
    padding-bottom: 15px;
}


.photo-gallery img{
    width: 100%;
 }


 .post-sec{
    padding-top: 85px;
    padding-bottom: 210px;
 }

 .tab-forms .nav-item.active .nav-link{
    color: #FFFFFF;
    background: #945E73;
}


@media(min-width:768px) {
	
	.main-banner-2 .product-img img {
    width: 100%;
	}
	
    .post-sec .nav-tabs {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .post-sec .card {
        border: none;
    }

    .post-sec .card .card-header {
        display:none;
    }  

    .post-sec .card .collapse{
        display:block;
    }
}







.tab-forms{
    padding-top: 40PX;
}


.tab-forms .nav-item .nav-link{
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    padding: 17px 28px;
    color: #252525;
}
.tab-forms .nav-item .nav-link.active{
    color: #FFFFFF;
    background: #945E73;
}
.tab-forms .nav-tabs{
    border-color: #D9D9D9;
}
.tab-forms .info-form{
    width: 600px;
    margin: auto;
    padding: 0;
}
.tab-forms .info-form h3{
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #122332;
    padding-top: 50px;
    padding-bottom: 25px;
}
.tab-forms .info-form label span{
    color: #FC5E6C;
}
.tab-forms .info-form label{
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #6A6A6A;
    padding-bottom: 10px;
}
.tab-forms .info-form .form-control{
    background: #FFFFFF;
    border: 1px solid #CFCFCF;
    border-radius: 2px;
    /* padding: 22px 24px; */
    min-height: 45px;
    font-weight: 400;
    font-size: 14px;
    color: #252525;
    outline: none;
    box-shadow: none;
}
.tab-forms .info-form textarea{
    min-height: 150px !important;
}
.tab-forms .info-form .btn-group a{
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #252525;
    padding: 15px 38px;
    border: 1px solid #252525;
    border-radius: 2px;
    margin: 7px;
    text-decoration: none;
}
.tab-forms .info-form .btn-group .conti-btn a{
    background: #FF106E;
    border: 1px solid #FF106E;
    color: #fff;
}
.tab-forms .info-form .btn-group{
    /*padding-top: 70px;*/
	padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.tab-forms .form-group .iti__flag{
    display: none;
}

.tab-forms .mobile-group .iti--allow-dropdown{
    width: 100%;
}
.tab-forms .multi-fields{
    position: relative;
}
.iti--separate-dial-code .iti__selected-flag{
    background-color: transparent;
    background: #FFFFFF;
    border: 1px solid #CFCFCF;
    border-radius: 2px;
}
.tab-forms .form-group  .iti--allow-dropdown input{
    margin-left: 80px;
    padding-left: 6px !important;
    width: 83%;
}
.tab-forms .form-group .add-field,
.tab-forms .multi-field:first-child .remove-field{
    display: none;
}  
.tab-forms .multi-field:first-child .add-field{
    display: flex !important;
}    
.tab-forms .customer_records,
.tab-forms .customer_records_dynamic .remove{
    position: relative;
}
.tab-forms .add-dlt-btn{
    /* position: absolute;
    right: 10px;
    bottom: 15px; */
    background: #FF106E;
    width: 18px;
    height: 18px;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.tab-forms .mobile-group{
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-form .container-checkbox .checkmark{
    right: unset;
    left: -20px;
    border: 1px solid #CFCFCF;
    background-color: #fff;
}
.info-form .container-checkbox{
    padding-left: 5px;
}
.info-form  .custom-file-input:lang(en)~.custom-file-label::after {
    content: "upload image";
    background: #CFCFCF;
    border-radius: 0px 2px 2px 0px;
    font-weight: 500;
    font-size: 13px;
    line-height: 23px;
    color: #252525;
    height: 100%;
    display: flex;
    align-items: center;
}
.info-form  .custom-file-label{
    min-height: 45px;
}
.info-form .custom-file-2,
.info-form .custom-file-label-2{
    min-height: 130px;
}   
.info-form  .custom-file-input:lang(en)~.custom-file-label-2::after {
    height: fit-content;
    width: fit-content;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


.info-form  .custom-file-2 input{
    min-height: 130px !important;
}

.tab-forms .card-header h5 a{
    color: #000;
}

@media only screen and (max-width: 768px) and (min-width: 320px){
    #page-content-wrapper .list-head a{
        display:block;
    }
	
	.main-banner-2 .product-img img {
    width: 100%;
	}
	
    .col-single .mobile-btn{
        display: block;
    }
    .product-filter-sec .list-head{
        padding-top: 50px;
        padding-left: 40px;
        padding-bottom: 0px;
    }
    .filter-col{
        border: none;
    }
   .product-filter-sec  .list-head h2{
        font-weight: 700;
        font-size: 20px;
        line-height: 27px;
    }
    .list-head {
        padding-bottom: 15px;
    }

/* Toggle Styles */

#wrapper #page-content-wrapper{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.product-sec{
    padding: 20px 0px;
}

/* #wrapper.toggled #page-content-wrapper{
    padding-left: 250px;
} */

#sidebar-wrapper {
    z-index: 1000;
    position: absolute;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 300px;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    background: #fff;
}

#page-content-wrapper {
    width: 100%;
    position: relative;
    padding: 15px;
}

/* #wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
    left: 0;
    top: 0;
} */
}

.tab-forms .info-form .btn-group .conti-btn button {
    background: #FF106E;
    border: 1px solid #FF106E;
    color: #fff;
}

.tab-forms .info-form .btn-group button {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #252525;
    padding: 15px 38px;
    border: 1px solid #252525;
    border-radius: 2px;
    margin: 7px;
    text-decoration: none;
}

.tab-forms .info-form .conti-btn button {
    background: #896774;
    border: 1px solid #896774;
    color: #fff !important;
}

.tab-forms .info-form .conti-btn button:hover{
    background: #93536c;
    border: 1px solid #93536c;
    color: #fff !important;
}

.tab-forms .info-form .conti-btn button:active{
    background: #93536c;
    border: 1px solid #93536c;
    color: #fff !important;
}

.tab-forms .info-form  button {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    padding: 12px 18px;
    border-radius: 2px;
    text-decoration: none;
}


/* updated style */

.tab-forms .verify-otp .login-form .form-control{
    text-align: center;
    width: 60px;
    margin: auto;
}

.tab-forms .verify-otp .login-form .row{
    /*width: 300px;*/
    text-align: center;
}




/* rating updated */

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
  
  .rating > input{ display:none;}
  
  .rating > label {
    position: relative;
    width: 35px;
    color: #FFD600;
    cursor: pointer;
    padding: 0 5px;
    font-size: 40px;
}
  .rating > label::before{ 
    content: "\2605";
    position: absolute;
    opacity: 0;
  }
  .rating > label:hover:before,
  .rating > label:hover ~ label:before {
    opacity: 1 !important;
  }
  
  .rating > input:checked ~ label:before{
    opacity:1;
  }
  
  .rating:hover > input:checked ~ label:before{ opacity: 0.4; }



/* Updated styles */

  
  .about-product .social-share {
    display: none;
 }

 .rating-mobile{
    display: none;
 }


 header.fixed{
    position: fixed;
    background-color: #fff;
    z-index: 9;
 }

 header .nav-dropdown{
    color: #32324D;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
 }

 .nav-link.user-btn{
    background: #FF106E;
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    border: none;
    padding: 6px 20px !important;
 }


 /* video page */

.video-sec{
    padding: 85px 0;
}


.video-sec .video-col{
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-sec .video-col iframe,
.video-sec .video-col object,
.video-sec .video-col embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 560px;
  height: 100%;
  
}

.video-sec h3,
.price-sec h3{
    color: #122332;
    text-align: center;
    font-family: 'Manrope', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.video-sec .lang-col{
    margin-left: auto;
    width: fit-content;
    margin-bottom: 30px;
}
.video-sec .lang-col label{
    color: #6A6A6A;
    font-size: 13.338px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.price-sec .price-col{
    padding: 55px 45px;
    height: 100%;
    border-radius: 30px;
    border: 1px solid #CFCFCF;
}
.price-sec .price-col h6{
    color: #FF106E;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.price-sec .price-col h4{
    color: #32324D;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.price-sec .price-col ul{
    list-style-type: none;
}
.price-sec .price-col li::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    max-width: auto;
    background: url('../images/l-tick.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
}
.price-sec .price-col li{
    color: #515151;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 20px;
    position: relative;
    padding-bottom: 10px;
}
.price-sec .price-col .start-btn{
    margin-top: 30px;
}
.price-sec .price-col .start-btn a{
    border-radius: 2px;
    background: #FF106E;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: 0.024px;
    text-transform: capitalize;
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 13px 15px;
    text-decoration: none;
}
.price-sec{
    padding-bottom: 150px;
}

.video-sec .form-control{
    font-size: 14px;
 }
 .video-sec .header-contents{
    padding-bottom: 10px;
 }
 
 
 

 /* tabs new */

 .post-sec .nav-tabs{
    list-style-type: none;
 }

 .tab-forms .nav-item .nav-link{
    border: none;
    background-color: transparent;
 }
 .form-tab{
    list-style-type: none;
 }

 .tab-forms .info-form .btn-group .back-btn .form-tab a{
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #252525;
    padding: 15px 38px;
    border: 1px solid #252525;
    border-radius: 2px;
    margin: 7px;
    text-decoration: none;
    background-color: transparent;
}
.tab-forms .nav-item .nav-link svg{
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.tab-forms .nav-item  svg path{
    fill: #333;
}
.tab-forms .nav-item.active svg path{
    fill: #fff;
}
.tab-forms .nav-item .nav-link svg{
    display: none;
}

.youtube-video{
	width:560px;
	height:315px;
	margin:auto;
}

.youtube-video iframe{
	width:560px;
	height:315px;
	margin:auto;
}

.country-flag{
	width:25px;
	height:25px;
}