@font-face{
  font-family: perfectly-bold;
  src: url("../fonts/PerfectlyNineties-Bold.ttf");
}
@font-face{
  font-family: aktiv-bold;
  src: url("../fonts/AktivGrotesk_Trial_Bd.ttf");
}
@font-face{
  font-family: aktiv-regular;
  src: url("../fonts/AktivGrotesk_Trial_Rg.ttf");
}
@font-face{
  font-family: hanken-regular;
  src: url("../fonts/HankenGrotesk-Regular.ttf");
}
@font-face{
  font-family: hanken-bold;
  src: url("../fonts/HankenGrotesk-Bold.ttf");
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}
html, body, div, span, h1, h2, h3, h4, h5, p, a, img, b, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
	font-family: hanken-regular;
}
h1, h2, h3, h4, h5, p{
color: #324D67;
}
p,a{
	font-size: 15px;
}
body,html{
  scroll-behavior: smooth;
}
.container{
	max-width: 1350px;
	width: 100%;
	margin: 0 auto;
}
.center{
    text-align: center;
}
.left{
    text-align: left;
}
.right{
    text-align: right;
}
.justify{
    text-align: justify;
}
.pos_rel{
    position: relative;
}
.section_nav{
  background: #7A76B4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 25px;
  z-index: 998;
}
.section_nav img{
  width: 130px;
}
.section_nav p{
font-size: 16px;
color:#fff;
font-family: aktiv-bold;
}
.btn_blue,.btn_blue:hover{
      cursor: pointer;
    display: flex;
    overflow: hidden;
    align-self: stretch;
    flex-basis: auto;
    flex-shrink: 0;
    padding: 15px 50px;
    background-color: #25425D;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    color: #FFFFFF;
    font-family: aktiv-bold;
    font-size: 14px;
    text-align: center;
    display: block;
}
.shipping {
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
}
.shipping p {
    margin-bottom: 5px;
	font-size: 14px;
}
.shipping p span {
    font-family: aktiv-regular;
    color: #25425DFF;
    font-weight: 500;
}
.section__01{
	margin-top: 130px;
}
.orderform_review h5{
	font-family: hanken-bold;
	font-size: 35px;
}
.orderform_text_box p:nth-child(1){
	font-size: 12px;
	margin: 15px 0 15px 0;
}
.orderform_text_box p:nth-child(2){
font-family: aktiv-bold;
margin: 0 0 15px 0;
font-size: 17px;
}
.fa-star{
color: #D3D9DF;	
}
.orderform_text_box p{
	font-size: 15px;
	line-height: 1.7;
}
.orderform_link_box{
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin: 15px 0;
}
.orderform_link_box a{
	color: #25425D;
	text-decoration: underline;
}
.orderform_link_box a:last-child{
	text-decoration: none;
	background-color: #FBF8F7;
	padding: 1px 2px;
}
.section__02{
	margin-top: 80px;
}
.section__02 h3{
font-size: 16px;
text-align: center;
max-width: 670px;
width: 100%;
margin: 0 auto;
line-height: 1.3;
margin-bottom: 10px;
}
.title{
	text-align: center;
	font-family: hanken-bold;
	font-size: 35px;
	margin: 20px 0;
}
.box_s2{
	position: relative;
	margin-top: 30px;
}
.box_s2 p:first-child{
	color: #fff;
	width: 40px;
	height: 40px;
	background: #7A76B4;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: hanken-bold;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.box_s2 div{
padding-left: 80px;
}
.box_s2 div h5{
	margin-bottom: 20px;
}
.section__02{
	position: relative;
}
.section__02 .row .col-md-6 img{
    max-width: 620px;
    width: 100%;
    height: 500px;
	  object-fit: cover;
  object-position: center top;
  border-radius: 20px;
  margin-top: 35px;
}
.line_s2{
    width: 147px;
    background: #E5E4F1;
    height: 1px;
    position: absolute;
    top: 68%;
    left: -52px;
    transform: translateY(-50%) rotate(-90deg);
}
.mobile{
	display: none;
}
.section__03{
	max-width: 1100px;
	width: 100%;
	margin: 50px auto 0;
}
.section__03 .row .col-md-3{
	text-align: center;
}
.section__03 .row .col-md-3 div h5{
	font-size: 16px;
	margin: 10px 0;
}
.section__03 .row .col-md-3 div p{
color: #9EA7B1;
}
.section__04{
	background-color: #FBF8F7;
    padding: 20px 0;
    margin: 40px 0 0 0;
}
.box_s4p1{
    display: flex;
    align-items: start;
    gap: 10px;
    padding: 10px;
    position: relative;
}
.box_s4p1 div:nth-child(1){
    width: 70%;
}
.box_s4p1 div:nth-child(2),.box_s4p1 div:nth-child(3){
    width: 15%;
    text-align: center;
}
.box_s4p1 img{
    max-width: 200px;
    width: 100%;
    border-radius: 10px;
}
.box_s4p1 div:nth-child(2) svg{
   filter: brightness(0) saturate(100%) invert(46%) sepia(43%) saturate(411%) hue-rotate(205deg) brightness(95%) contrast(91%); 
}
.box_s4p1 p{
max-width: 420px;
width: 100%;
font-family: hanken-bold;
}
.box_s4p1 h5{
font-family: hanken-bold;
margin: 15px 0;
}
.box_s4p2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.box_s4p2 div{
    max-width: 400px;
    width: 100%;
}
.box_s4p2 div h5{
  font-family: hanken-bold;  
  margin-bottom: 10px;
  font-size: 19px;
}
.box_s4p2 div p{
    font-size: 16px;
    line-height: 1.3;
}
.box_s4p3{
    display: flex;
    justify-content: space-between;
    align-items: start;
    background: #E5F3FF;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}
.box_s4p3 div img{
    width: 60px;
}
.box_s4p3 div{
    position: relative;
    margin: 20px 0;
}
.box_s4p4{
    display: flex;
    justify-content: space-between;
    align-items: start;
    background: #F6F1F1;
    text-align: center;
    padding: 10px;
}
.box_s4p4 div img{
    width: 60px;
}
.box_s4p4 div{
    position: relative;
    margin: 20px 0;
}
.nav-tabs .nav-link{
    color: #9EA7B1;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link.hover {
    color: #324D67;
    background-color: #E5F3FF;
    border-color: #E5F3FF;
    border: none;
    font-family: hanken-bold;
}
.nav-tabs{
 border-bottom:unset;
 margin: 30px 0 40px 0;
justify-content: center; 
}
.nav-link:hover{
 border-bottom:unset; 
 border-left:unset; 
 border-right:unset; 
 border-top:unset; 
}
.nav-tabs .nav-link {
    border: unset;
  border-radius: .25rem;
}

.box_s4p4text h2{
    font-family: hanken-bold; 
    margin:20px auto;
}
.box_s4p4text p{
    line-height: 1.5;
    margin-bottom: 10px;
}
.box_s5{
    background:#FBF8F7 ;
    display: flex;
    gap: 10px;
    padding: 20px;
    margin: 20px 0;
    height: 160px;
    border-radius: 15px;
}
.box_s5 h5{
  color: #324D67;
  font-size: 25px; 
  font-family: hanken-bold;  
  margin-bottom: 10px;
}
.box_s5 p{
  color: #949DA8;
  font-size: 17px; 
}
.box_s5 img{
width: 40px;
height: 40px;  
}
.section__06{
    margin-top: 50px;
}
.section__06 .row .col-lg-6{
    position: relative;
}
.box_s6{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 550px;
    width: 100%;
}
.section__06 h2{
    font-size: 35px;
    font-family: hanken-bold;
    max-width: 450px;
    width: 100%;
    margin-bottom: 20px;
}
.section__06 p{
    margin-bottom: 15px;
}
.container_s8{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.section__08{
    margin-top: 70px;
}
footer {
    padding: 10px 0 10px 0;
    background: #7A76B4;
    margin: 30px 0 0 0;
}
footer div, footer div a, footer div a:hover, footer div a:focus {
    text-align: center;
    color: #f5f0f0;
    font-family: aktiv-regular;
    font-size: 13px;
}
footer div, footer div p{
color: #f5f0f0;
font-size: 13px;
}
.sledi_fixed {
    position: sticky;
    top: 130px;
    height: 760px;
}
.show_less{
    text-align: center;
    color: #324D67;
    border: 1px solid #324D67;
    margin: 0 auto;
    cursor: pointer;
    max-width: 100px;
    padding: 10px 0;
    border-radius: 15px;
    font-family: hanken-bold;
    margin-top: 20px;
}
@media (max-width:1199px){
.box_s4p3{
    display: block;
    justify-content: unset;
    align-items: unset;
}
.box_s6{
position: unset;
left: unset;
right: unset;
transform: unset;
}
.box_s4p4{
    display: block;
    justify-content: unset;
    align-items: unset;
}
.box_s5{
    height: auto;
    margin: 15px 0 0 0;
}
}
@media (max-width:1000px){
.box_s2 div {
    padding-left: 51px;
}
}
@media (max-width:767px){
    .show_less{
    margin-bottom: 20px;
    }
    .section__02 .row .col-md-6 img{
        margin-top: 0;
    }
    .sledi_fixed {
    position: unset;
    top:unset;
    height: unset;
}
	.dnone{
		display: none;
	}
	.mobile{
	display: block;
	}
	.desktop{
	display: none;
	}
}
@media (max-width:600px){
    .section__06 {
    margin-top: 20px;
    }
    .section__08 {
    margin-top: 40px;
    }
    .title{
       margin: 10px 0; 
       font-size: 25px;
    }
    .section__04{
       margin: 20px 0 0 0; 
    }
    .nav-tabs{
       margin: 20px 0 20px 0; 
    }
	    .section_nav {
        padding: 10px 15px;
    }
	    .section_nav img {
        display: none;
    }
	    .section_nav p {
        font-size: 14px;
    }
	.btn_blue, .btn_blue:hover {
        padding: 8px 25px;
        line-height: 44px;
    }
	.section__01 {
    margin-top: 80px;
	}
	.line_s2 {
    width: 222px;
    top: 68%;
    left: -90px;
    transform: translateY(-50%) rotate(-90deg);
    }
    .section__02 {
        margin-top: 0;
    }
    .section__02 h3{
    	margin-bottom: 20px;
    }
    .box_s2 div h5 {
        margin-bottom: 5px;
    }
    .box_s2 {
        margin-top: 20px;
    }
    .section__03 .row .col-md-3{
    	display: flex;
    	gap: 10px;
    	text-align: left;
    	margin: 5px 0;
    }
    .section__03 {
        margin: 0px auto 0;
    }
    .box_s4p2 div p{
    margin-bottom: 10px;
    }
    .nav-tabs{
        flex-direction: column;
        text-align: center;
    }
    .orderform_link_box a {
        font-size: 14px;
    }
    .style_two_buttons h5 {
        line-height: 18px;
    }
}


/*  faq  */
.card-header{
    padding: 0 0;
}
    .collapsible-link {
        width: 100%;
        position: relative;
        text-align: left;
    }

.collapsible-link div{
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 16px;
    right:0px;
}
#accordionExample11 .collapsible-link div{
    top: -5px;
    right:0px; 
}
.collapsible-link div svg{
    filter: brightness(0) saturate(100%) invert(27%) sepia(16%) saturate(1262%) hue-rotate(168deg) brightness(95%) contrast(91%);
}
.collapsible-link div svg:last-child{
   display: none; 
}
.collapsible-link div svg:first-child{
   display: block; 
}
.collapsible-link[aria-expanded='true'] div svg:last-child{
display: block;
}
.collapsible-link[aria-expanded='true'] div svg:first-child{
display: none;
}
    #accordionExample11{
        background: unset;
    }
    .card-body p{
      padding: 0 0 0 0;
    }

    .card {
        position: relative;
        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;
        background-color: transparent;
        border: none;
        /*border-radius: 50px;*/
    }
    .card-header{

      background: unset;
    }
    .btn-link{
        padding: 10px;
    }
    .btn-link,.btn-link:hover {
      color: #000;
      padding: 0px;
      margin-top: -20px;
      line-height: 1.5;
    }
     #accordionExample11 .btn-link,#accordionExample11 .btn-link:hover {
        color: #324D67;
        font-family: hanken-bold;
        font-size: 18px;
        text-transform: capitalize !important;
     }
     #accordionExample11 .btn-link span{
        max-width: 87%;
    display: inline-block;
     }
    .btn-link:active, .btn-link:not(.collapsed){
      color: #000;
      font-size: 16px;
      font-weight: 600;
    }
   
    .btn-link h4{
        font-family: hanken-bold;
        font-size: 17px;
        text-transform: capitalize;
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .collapsible-link[aria-expanded='true'] h5{
        font-size: 15px;
        text-transform: capitalize;
        line-height: 1.7;
        margin-left: 5px;
        color: #324D67;
        text-decoration: none;
    }
    .collapsible-link h5{
        color: #949DA8;
        font-size: 15px;
        text-transform: capitalize;
        line-height: 1.7;
        margin-left: 5px;
        text-decoration: none;
        max-width: 98%;
    }

    .btn-link:focus, .btn-link:hover{
        text-decoration: none;
    }
    .accordion{
        background: #FBF8F7;
        padding: 10px;
        border-radius: 20px;
        margin: 10px 0
    }
    .card-body{
      margin-top: 0px;  
    }
    #accordionExample11 .card-body{
      margin-top: 15px; 
      margin-bottom: 10px; 
      max-width: 95%;
    }
    .card-header{
        height: 140px;
    }
    #accordionExample11 .card-header{
        height: auto;
        margin: 15px 0 0px 0;
    }

    #slide__toggle{
        display: none;
    }

    @media (max-width:800px){
      .card-body p {
          padding: 0 30px 16px 10px;
      }
      .btn-link,.btn-link:hover,.btn-link:focus{
        padding: 15px 0;
      }
      .card-header{
        padding:5px 0;
      }
    }
    @media (max-width:991px){
        .accordion{
            margin: 5px 0;
            height: auto;
        }
        .btn-link h4{
           margin-top: 25px; 
        }
        .card-header{
        height: auto;
        }
    }
    @media (max-width:500px){
    .card-body {
    margin-top: 0;
    }
    .btn-link h4{
    max-width: 246px;
    font-size: 18px; 
        }
    #accordionExample11 .collapsible-link div {
    top: 10px;
    }
    #accordionExample11 hr{
       margin-top: 0rem;
    margin-bottom: 0rem; 
    }
    #accordionExample11 .card-body p {
        padding: 0 0 0px 0px;
    }
    #accordionExample11 .card-body{
        margin-top: 0;
    }
    }
    @media (max-width:330px){
        .btn-link h4{
            max-width: 209px;
        }
    }
       /* end faq  */

       /* modal */

  #modal{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    right: unset;
    bottom: unset;
    background: #fff;
  }
  .modalContainer{
    /* display: none; */
    position:fixed;
    top: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    background-color: #3335;
  }
  .modalCloseBox{
    height:20px;
    width:20px;
    position:absolute;
    top:1%;
    right: 2%;
    cursor: pointer;
    background-size: cover;
    /* background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' style='fill:red; stroke:none'><rect x='0' y='40' width='100' height='20' /><rect x='40' y='0' width='20' height='100' /></svg>"); */
    /* background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 50 50" enable-background="new 0 0 50 50" xml:space="preserve"> <path fill="#231F20" d="M9.016,40.837c0.195,0.195,0.451,0.292,0.707,0.292c0.256,0,0.512-0.098,0.708-0.293l14.292-14.309 l14.292,14.309c0.195,0.196,0.451,0.293,0.708,0.293c0.256,0,0.512-0.098,0.707-0.292c0.391-0.39,0.391-1.023,0.001-1.414 L26.153,25.129L40.43,10.836c0.39-0.391,0.39-1.024-0.001-1.414c-0.392-0.391-1.024-0.391-1.414,0.001L24.722,23.732L10.43,9.423 c-0.391-0.391-1.024-0.391-1.414-0.001c-0.391,0.39-0.391,1.023-0.001,1.414l14.276,14.293L9.015,39.423 C8.625,39.813,8.625,40.447,9.016,40.837z"/> </svg>') */
  }
  .modalCloseBoxOverlay{
    position: absolute;
    top: 0%;
    height: 100%;
    width: 100%;
  }
  .modalContent img{
    width: 672px;
    height: 833px;
    margin:30px auto;
    display: block;
  }
  @media (max-width:767px){

#modal{
  width: 97%;
}
.modalContent img {
    width: 100%;
    height: auto;
}
  }

@media(max-width: 320px) {
    .box_s4p3 div p, .section_nav p {
        font-size: 12px;
    }
}


















