.oz-pro-form{
    width: 60%;
}
.testimonial__img.b-left img, .testimonial__img.b-right img{
    border-radius: 180px 180px 0px 0px;
}

.line::after{
    display: none !important;
}
.termsfeed-com---palette-dark .cc-nb-okagree, .termsfeed-com---palette-dark .cc-nb-reject {
    background-color: #c8f41d !important;
}
.switcher__item:last-child {
    margin-bottom: 30px;
    display: block;
}
.switcher__item:nth-child(2) {
    margin-bottom: 30px;
}
#oz-lang li{
    color: #fff;
    font-size: 20px;
    width: 15%;
}
#oz-lang li a img{
    width: 30px;
     filter: grayscale(100%);
}
#oz-lang .active{
    width: 30px;
    filter: unset;
}
.switcher__btn.lang_dir a{
    font-weight: 500;
    color: var(--gray-2);
    border-radius: 4px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.5;
    background: #2b2b2f;
    text-transform: capitalize;
    width: 45%;
}
.switcher__btn.lang_dir a.active{
    color: var(--white);
}
.oz-top-img{
    margin-top:30px;
}
.book-desc{
    margin-bottom: 30px;
}
.oz-price{
    font-weight: 600;
    font-size: 18px;
}
.oz-book-buy-btn{
      background: black;
    color: #fff;
    padding: 20px 50px;
    margin-top: 25px;
}
.oz-select-box{
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: var(--black-2);
    border: none;
    border-bottom: 1px solid var(--gray);
    padding: 15px 0;
    -webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
    outline: 0;
    position: relative;
    z-index: 1;
    background: 0 0;
    margin-bottom: 35px;
}
body .inquiry-total-field{
	display: inline-block;
    width: auto;
    border: 0px;
}
body .oz-total input,
body .oz-total{
	font-size: 20px;
	font-weight: 500;
}
body .oz-pagamento-selected{
	padding: 15px 0px;
}
.oz-obrigado-p{
    padding-top: unset;
     height: auto !important;
     max-width: 600px;
     margin: 0 auto;
}
.oz-obrigado-p p{
    max-width: max-content;
   
}
@media only screen and (max-width: 425px){
    .oz-obrigado-p {
       padding-top: 68px;
    }
    .oz-pro-form{
        width: 80%;
    }
	
}
@media only screen and (max-width: 992px){
    .oz-book-buy-btn {
       display: inline-block;
		position: relative;
    }
	
}
@media only screen and (min-width: 768px) {
  #oz-lang {
    display: none !important;
  }
}
