body{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}
a{
    color: inherit;
	text-decoration: none;
    transition: all 0.5s;
}
a:hover{
    color: inherit;
	text-decoration: none;
}
button {
  outline: 0;
  transition: all 0.5s;
}
/*------------------------ Fonts Section ------------------------*/
/*@font-face {
  font-family: 'HeadingFontRegular';
  src: url(../fonts/heading/ROCK.ttf);
}
@font-face {
  font-family: 'HeadingFont';
  src: url(../fonts/heading/Rockwell-Bold.ttf);
}*/
/*------------------------ //Fonts Section ------------------------*/

section{
	position: relative;
}
.section_heading {
	display: flex;
	justify-content: center;
}
.section_heading h3{
	font-size: 50px;
	margin-bottom: 30px;
	color: #1b1b1b;
}
.section_padding {
	padding: 80px 0;
}
.section_padding_top{
	padding-top: 70px;
}
.section_padding_bottom{
	padding-bottom: 70px;
}
.section_padding_60 {
	padding: 70px 0;
}
.paddingtop_50{
	padding-top: 50px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}


/*------------------------------------------------------------------
					    Header Section Start
-------------------------------------------------------------------*/

.header_section {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  padding-top: 15px;
}
.header_inline {
	display: flex;
	align-items: center;
}
.logo {
	width: 15%;
	justify-content: flex-start;
}
.right_icon {
	width: 85%;
	justify-content: flex-end;
}
.right_icon {
    display: flex;
    align-items: center;
}
.right_icon a img{
	width: auto;
	height: 24px;
}
.right_icon a {
    position: relative;
    margin-left: 15px;
}
.cart_count {
	color: #fff;
    background: #5588c7;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 11px;
    position: absolute;
    line-height: 18px;
    text-align: center;
    top: -8px;
    right: -10px;
}
/*menu style start*/
nav {
    position: relative;
    z-index: 1;
}
nav::after {
  content: "";
  display: block;
  clear: both;
}
.show-menu {
    top: -1500px;
    opacity: 0;
    transition: 1.2s ease;
}
aside {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: #fff;
    right: 0px;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    padding-top: 0px;
    transition: all 0.4s ease;
    z-index: 9;
}
aside a {
    display: block;
    padding: 15px;
    text-decoration: none;
    font-size: 15px;
    color: #818181;
    border-bottom: 1px solid #d5d5d5;
}
.show-menu .container {
    position: relative;
}
.toggle-wrap {
  padding: 0px;
  position: relative;
  cursor: pointer;
  float: left;

  /*disable selection*/
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.toggle-bar,
.toggle-bar::before,
.toggle-bar::after,
.toggle-wrap.active .toggle-bar,
.toggle-wrap.active .toggle-bar::before,
.toggle-wrap.active .toggle-bar::after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.toggle-bar {
	width: 24px;
    margin: 10px 0;
    position: relative;
    border-top: 2px solid #000;
    display: block;
}
.toggle-bar::before,
.toggle-bar::after {
    content: "";
    display: block;
    background: #000;
    height: 2px;
    width: 24px;
    position: absolute;
    top: -10px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -ms-transform-origin: 13%;
    -webkit-transform-origin: 13%;
    transform-origin: 13%;
}
.toggle-bar::after {
  top: 5px;
}
.toggle-wrap.active .toggle-bar {
  border-top: 6px solid transparent;
}
.toggle-wrap.active .toggle-bar::before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.toggle-wrap.active .toggle-bar::after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu_list {
    height: 100vh;
    position: relative;
    z-index: 9;
    text-align: center;
    top: 0;
    padding-top: 100px;
}
.menu_section {
    margin-left: 30px;
}
.menu_section a{
    color: #222;
    font-size: 34px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 30px;
    text-decoration: none;
    margin-right: 0px;
    margin-left: 0px;
    border: 0;
}
.menu_section a:hover{
	color: #707070;
    text-decoration: none;
}
.extra_menu_list a:last-child{
	margin-right: 0px;
}
.extra_menu_list a{
	margin-left: 30px;
}
/*menu style end*/

/*------------------------------------------------------------------
					    Header Section End
-------------------------------------------------------------------*/

.rslides {
    width: 100%;
    height: 100vh !important;
}
.logo img {
    width: 120px;
    height: auto;
}
.banner-text {
    width: 100%;
    height: 100vh;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute !important;
    left: 0;
}
.text_section {
    width: 40%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.banner-text h6{
    color: #000;
    font-size: 16px;
    margin: 0;
    font-weight: 300;
    margin-bottom: 0px;
}
.banner-text h1{
    color: #000;
    font-size: 50px;
    margin-bottom: 20px;
    font-weight: 300;
}
.banner-text h2{
    color: #000;
    font-size: 50px;
    margin-bottom: 20px;
    font-weight: 300;
}
.banner-text p {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 24px;
    width: 75%;
}
.btn_section {
    margin-top: 20px;
}
.btn-blue {
    background: #000000;
    width: auto;
    padding: 15px 20px;
    color: #fff !important;
    border: 1px solid #000000;
    font-weight: 300;
    font-size: 13px;
    text-decoration: none !important;
    transition: all 0.5s;
}
.btn-blue:hover {
    color: #000 !important;
    text-decoration: none !important;
    background: transparent;
    border: 1px solid #000000;
}
.closed-menu {
    position: absolute;
    z-index: 999;
    cursor: pointer;
    right: 15px;
    top: 30px;
}
.small-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.small-heading h5{
    font-size: 15px;
    font-weight: 300;
    color: #111;
    margin: 0;
}
.small-heading a{
    font-size: 13px;
    font-weight: 300;
    color: #111;
}
.small-heading a:hover {
  text-decoration: underline;
}
.store-text h6{
    font-size: 14px;
    font-weight: 300;
    color: #111;
    margin-bottom: 12px;
}
.store-text p{
    font-size: 13px;
    font-weight: 300;
    color: #111;
    margin-bottom: 20px;
}
.store-text a{

    font-size: 13px;
    font-weight: 300;
    color: #fbab24;
}
.store-text a img{
    margin-left: 5px;
}
.store-section {
  padding-top: 30px;
}
.store-section .col-md-4{
  margin-bottom: 40px;
}
.big-img img{
  width: 50%;
  min-height: 555px;
  max-height: 100%;
  object-fit: cover;
}
.big-img-text {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 555px;
}
.big-img-text h2{
  color: #ffffff;
  font-size: 34px;
  margin: 0;
  font-weight: 300;
}
.content-2 h2 {
  color: #111;
  font-size: 34px;
  margin: 0;
  font-weight: 300;
  line-height: 44px;
}
.img-box {
    display: flex;
    gap: 70px;
    margin-bottom: 25px;
}
.img-width {
    width: 50%;
    position: relative;
    overflow: hidden;
}
.blog-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.blog-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.box-text h2{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding: 15px;
}
.hover-effect img{
    transition: .8s transform ease;
    width: 100%;
    height: auto;
}
.hover-effect:hover img{
    transform: scale(1.2);
}
.hover-effect-box {
    position: relative;
    overflow: hidden;
}
.img-width p{
    font-weight: 300;
    font-size: 22px;
    padding: 0 0px;
    margin-bottom: 30px;
}
.all-center {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.full-width-img img {
    width: 100%;
    height: calc(100% + 4px);
    object-fit: cover;
}
.full-img-content {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 14%;
    text-align: right;
}
.full-img-content p{
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 0;
}
.full-img-content h6 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
}
.full-img-content {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    text-align: right;
    padding: 50px 0;
}
.small-head {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
}
.footer-item p {
    font-size: 18px;
    font-weight: 300;
}
.footer-section-2 p {
    font-size: 12px;
    margin-bottom: 2px;
}
.footer-link a {
    font-size: 12px;
    margin-bottom: 2px;
    color: #000;
    text-decoration: none;
    display: block;
}
.footer-link a:hover {
    color: #000;
    text-decoration: none;
}
.payment-opt {
  margin-top: 10px;
}
.news-latter input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #c3c3c3;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 300;
    outline: 0;
    color: #707070;
}
input::placeholder {
    font-size: 14px;
    font-weight: 300;
    color: #999999;
}
.news-latter button {
    font-size: 12px;
    font-weight: 300;
    border: 0;
    background: transparent;
    padding: 0;
}
.news-latter button img{
  padding-left: 5px;
}
.mt-15 {
  margin-top: 10px;
}
.devider-padding {
  margin-top: 50px;
}
.img-width h4 {
    color: #222;
    font-size: 34px;
    font-weight: 300;
    line-height: 1.3;
    padding: 0 0px;
    margin-bottom: 15px;
}
.product-section {
    display: flex;
    gap: 90px;
    margin-bottom: 0px;
}
.two-product {
    display: flex;
    width: 100%;
    gap: 100px;
}
.procduct-left {
    width: 50%;
}
.procduct-right {
    width: 50%;
}
.product-item{
    width: 100%;
    position: relative;
}
.product-img-width {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
   border-radius: 10px;
}
.product-item .hover-effect img{
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .3s opacity ease,.3s transform ease;
}
.product-item .hover-effect:hover img{
    transform: scale(1.1);
    transition: .3s opacity ease,.3s transform ease;
}
.hover-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.hover-effect:hover .hover-img{
    opacity: 1;
}
.single-product {
    margin-top: 50px;
    margin-bottom: 50px;
}
/*.single-product .product-img-width {
    max-height: 800px;
}
.single-product .hover-effect img{
    max-height: 800px;
}*/
.special-text {

    font-size: 12px;
    font-weight: 300;
}
.blue-color {
    color: #4f4bff;
}
.orange-color {
    color: #fbab24;
}
.light-text-2 {
    color: #222;
    font-size: 12px;
    font-weight: 300;
    display: block;
}
.pro-price {
    font-weight: 300;
}
.product-content {
    position: relative;
    width: 100%;
    margin-top: 15px;
}
.add-pro {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    transition: .3s transform ease;
    transform: rotate(0deg);
    width: 35px;
    height: 20px;
    text-align: center;
    justify-content: center;
    align-items: center;
    user-select: none;
}
.add-pro:hover {
    transform: rotate(180deg);
}
.add-pro img{
  width: 16px;
  height: 16px;
}
.pro-name {
    width: 80%;
    position: relative;
    font-weight: 300;
    color: #fbab24;
    text-transform: uppercase;
}
.pro-name:hover {
  color: #000;
  text-decoration: underline;
}
.procduct-right .single-product{
    margin-top: 0;
}
.procduct-right .two-product .single-product .product-img-width {
    height: 572px;
}
.procduct-right .two-product .single-product .hover-effect img {
    height: 572px;
}
.right-pro-column {
    display: flex;
    width: 100%;
    gap: 100px;
    flex-direction : column;
}
.blog-content a {
    font-size: 20px;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #000;
    display: block;
}
.blog-content a:hover {
    color: #000;
}
.blog-content p {
    font-size: 15px;
    margin-bottom: 0;
    display: -webkit-box;
    max-width: 100%;
    min-width: 0;
    height: auto;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
.learn-btn:hover {
    color: #707070;
}
.pro-category {
    margin: 2px 0;
}

/*contact form start*/
.form {
    display: flex;
    justify-content: space-between;
}

.form .form-txt {
    flex-basis: 48%;
    margin-top: 55px;
}
.cover-img-1{
    height: 400px;
    object-fit: cover;
    width: 100%;
}
.form .form-txt p {
    font-size: 14px;
}
.form .form-details {
    flex-basis: 50%;
}
.contact-form .form-row .col-md-6, .contact-form .form-row .col-md-12{
    padding: 0 !important!;
    margin-bottom: 15px;
}
.form-content h4{
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
}
.form-txt h2 {
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 10px;
}
.form-txt-2 {
    font-weight: 300;
    font-size: 34px;
    margin-bottom: 20px;
}
.form-content a:hover {
    color: #000;
}
.form-content {
    margin-top: 30px;
}
.form-content p,.form-content a{
    font-size: 14px;
    color: #000;
    display: block;
    font-weight: 300;
    margin-bottom: 5px;
}
.form .form-details input[type="text"],
.form .form-details input[type="number"],
.form .form-details input[type="email"] {
    padding: 15px 15px;
    color: #222;
    width: 95%;
    outline: none;
    border: 1px solid #eee;
    font-size: 14px;
}

.form-row>.col, .form-row>[class*=col-] {
    padding-right: 0px;
    padding-left: 0px;
}


.form .form-details textarea {
    padding: 15px 15px;
    color: #222;
    outline: none;
    border: 1px solid #eee;
    font-size: 14px;
    resize: none;
    width: 97.5%;
}

.form .form-details button {
    padding: 13px 24px;
    font-weight: 300;
    background: #212529;
    outline: none;
    border: 2px solid #212529;
    font-size: 14px;
    letter-spacing: 2px;
    cursor: pointer;
    color: #fff;
}
.form .form-details button:hover {
    border: 2px solid #212529;
    color: #212529;
    background: transparent;
}

@media (max-width: 500px) {
    .form {
        display: flex;
        flex-direction: column;
    }
    .form .form-details button {
        margin-left: 0;
    }
    .form .form-details input[type="text"],
    .form .form-details input[type="email"],
    .form .form-details textarea {
        width: 100%;
        margin-left: 0;
    }
    .form .form-details input[type="text"] {
        margin-bottom: 0px;
    }
}

@media(min-width: 501px) and (max-width: 768px) {
    .form {
        display: flex;
        flex-direction: column;
    }
    .form .form-details button {
        margin-left: 0;
    }
    .form .form-details input[type="text"],
    .form .form-details input[type="email"],
    .form .form-details textarea {
        width: 100%;
        margin-left: 0;
    }
    .form .form-details input[type="text"] {
        margin-bottom: 0px;
    }
}

/*contact form end*/

#mc_embed_signup div.mce_inline_error {
    padding: 7px 10px !important;
    background-color: #212529 !important;
    font-weight: 400 !important;
    font-size: 12px !important;
}
#mc_embed_signup input.mce_inline_error {
    border-color: #212529 !important;
}

.social-link {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.social-link a {
    font-size: 20px;
    color: #111;
    font-weight: 300;
}


/*----- download box -----*/
.download-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #000;
    padding: 35px 40px;
    margin-top: 30px;
    border-radius: 10px;
}
.box-text h4{
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 300;
}
.box-text p {
    font-size: 15px;
    color: #ffffff;
    text-transform: none;
    margin: 0;
}
.box-btn a {
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 15px 35px;
    outline: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
    background: #000;
}
.box-btn a:hover {
    color: #000;
    border: 2px solid #ffffff;
    background: #ffffff;
}


/*----- //download box -----*/


#blog .img-width{
    width: 23.9%;
}
#blog.img-box{
    gap: 16px;
    flex-wrap: wrap;
}
.brand-img {

}
.brand-img img{
    width: 100%;
    height: auto;
}
.brand-img h6{
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 13px;
    margin: 10px 0 5px 0;
}   
.brand-img p{
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 9px;
    margin: 0;
}
.center-text-product {
    align-items: center;
}
.hover-effect-brand img{
    transition: .8s transform ease;
}
.hover-effect-brand:hover img{
    transform: scale(1.1);
}
/*.hover-effect-brand {
    position: relative;
    overflow: hidden;
}*/
.pb-blog {
    padding-bottom: 50px;
}


@media screen and (max-width: 992px) {
    #blog .img-width{
       width: 100% !important;
    }
}


.scroll-img {
    height: 32px !important;
    width: auto !important;
}

.optionalParent a,.optionalParent a:hover {
    color:#000;
}

/*---- footer start ----*/
.footer-section {
    padding: 80px 0;
    background-color: #e2e2e2;
    margin: 0 auto;
}
.footer-inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-latter-input {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}
.news-latter-input input {
    border-bottom: 1px solid #000000 !important;
    border-radius: 0;
    border: 0;
    color: #000000;
    background: transparent;
    outline: 0;
    padding: 0px 0 10px 0;
    font-size: 20px;
    width: 100%;
}
.news-latter-input input::placeholder {
    color: #939c9e;
}
.news-latter-input button {
    border-radius: 0;
    border: 0;
    background: transparent;
    outline: 0;
    padding: 30px 0 10px 0;
    font-size: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    text-align: end;
}
.news-latter-input button i {
    color: #939c9e;
    position: relative;
    top: -7px;
}
.news-latter-input input:focus {
    color: #212529;
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13,110,253,.25);
}

/*--- social link start ---*/
.follow-us {
    padding-left: 100px;
}
.follow-us a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    background-color: #000000;
    border-radius: 50%;
    margin-right: 10px;
    transition: all .2s;
    display: inline-block;
}
.follow-us a:last-child {
    margin-right: 0;
}
.follow-us a:hover {
    background-color: #000000;
}
/*--- social link start ---*/

.fitbit-c__social-follow-links {
    display: flex;
    align-items: center;
    max-width: 35em;
    margin-top: 4em;
    margin-left: -5px;
}
.head-1 {
    font-size: 24px;
    letter-spacing: .02083em;
    line-height: 1.5em;
    color: #000000;
    margin: 0 0 33px 0;
    font-weight: 300;
    text-transform: uppercase;
}
.footer-head h6 {
    font-size: 14px;
    letter-spacing: .057em;
    line-height: 1.42em;
    color: #939c9e;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 300;
}
.footer-link ul {
    padding: 0;
    margin: 0;
}
.footer-link ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-link a {
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #000000;
    line-height: 25px;
    margin-bottom: 5px;
    position: relative;
    font-weight: 300;
    display: inline-block;
}
.footer-link a:before {
    content: "";
    transition: all .25s ease;
}
.footer-link a:hover:before {
    content: "";
    position: absolute;
    background-color: #000000;
    left: 0;
    bottom: -1px;
    height: 2px;
    width: 100%;
}
.inline-footer-link {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin-top: 70px;
}
.copy-right span {
    font-size: 13px;
    font-weight: 300;
}
.footer_last_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}


@media (max-width: 991px) {
    .footer-section {
        padding: 30px 0 30px 0;
        max-width: 100%;
    }

    .follow-us {
        padding-left: 0;
        padding-top: 30px;
    }

    .inline-footer-link {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        margin-top: 40px;
        flex-direction: column;
    }

    .footer-head h6 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .footer-link-item {
        margin-bottom: 15px;
    }

    .footer-link a {
        font-size: 16px;
        line-height: 22px;
    }


}

/*---- footer end ----*/

/*-------------------- flag section start ----------------*/
.vodiapicker{
    display: none;
}
.flag-a{
    padding-left: 0px;
    margin-bottom: 0px;
}
.flag-a img, .btn-select img{
    width: 30px;
}
.flag-a li{
    list-style: none;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 15px;
    font-weight: 300;
    border-bottom: 1px solid #e2e2e2;
}
.flag-a li:last-child {
    border-bottom: 0px solid #eee;
}
.flag-a li:hover{
    background-color: #efefef;
    color: #111;
    cursor: pointer;
}
.flag-a li span, .btn-select li span{
    margin-left: 0px;
    top: 2px;
    position: relative;
    display: inline-block;
}
/* item list */
.b{
    display: none;
    width: 38px;
    /* box-shadow: 0 6px 12px rgba(0,0,0,.175); */
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0;
    background: #e9e9e9;
    z-index: 999;
    position: absolute;
    text-align: left;
    right: 13px;
    top: -55px;
}
.btn-select{
    margin-top: 11px;
    width: 50px;
    height: 30px;
    padding: 0;
    border-radius: 0px;
    background-color: transparent;
    border: 0px solid #111;
}
.btn-select li{
    list-style: none;
    float: right;
    color: #111;
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
}
.btn-select:hover li{
    margin-left: 0px;
}
.btn-select:focus{
    outline:none;
}
.language-select {
    position: relative;
    z-index: 9999;
    right: 0;
    top: 0;
}
.lang-select i{
    top: 35%;
    position: absolute;
    right: 7%;
    color: #111;
    font-size: 20px;
}
.btn-select li>span::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    margin-top: -5px;
    vertical-align: middle;
    border-top: 6px solid #111;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
nav .container{
    position: relative;
}
.gray-bg-2 {
    background: #000000;
}
.small-des {
    font-size: 22px;
    font-weight: 300;
}
/*---- flag Mobile Responsive start ----*/
@media only screen and (max-width: 991px) {
    .language-select {
        position: relative;
        z-index: 9999;
        left: 0;
        top: 0;
    }
    .btn-select {
        margin-top: 12px;
        height: 25px;
    }
    .flag-a img, .btn-select img {
        width: 30px;
    }
    .lang-select {
        text-align: end;
    }
}
/*---- flag Mobile Responsive end ----*/

/*-------------------- flag section end ----------------*/

.content-2 h1 {
    color: #111;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 15px;
    line-height: 50px;
}



/*----------------------------------------------------
            review section
----------------------------------------------------*/
.review-text p {
    display: -webkit-box;
    max-width: 100%;
    min-width: 0;
    height: 48px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
    font-size: 13px;
    margin-bottom: 10px;
    color: #000;
}
.review-owl {
    background-color: #f8f9fa;
    border-radius: 2px;
    box-shadow: 0 1px 0 0 rgb(182 196 210 / 40%);
    display: inline-block;
    line-height: 16px;
    padding: 15px;
    position: relative;
    margin-bottom: 15px;
}
.review-icon i {
    color: #FDCC0D;
    height: 14px;
    display: inline-block !important;
}
.review-icon img {
    height: 14px;
    display: inline-block !important;
}
.review-text h5 {
    font-size: 14px;
    font-weight: 300;
    margin: 10px 0;
    color: #000;
}
.review-person h6{
    font-size: 12px;
    font-weight: 300;
    color: #000;
    margin-bottom: 0;
    height: 28px;
}
.review-person span{
    font-size: 12px;
    font-weight: 300;
    color: #000;
}
.all-review {
    font-size: 13px;
    text-align: center;
}
.all-review a{
    text-decoration: underline;
    color: #000;
}
.verified-item {
    color: #787878;
    font-size: 13px;
    position: absolute;
    right: 15px;
    top: 18px;
}
.owl-border {
    border: 0 solid #f4f4f3;
    padding: 60px 0;
}
.google-reviews-img img {
  height: 24px;
}

.review-carousel.owl-carousel .owl-nav.disabled {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0 !important;
    width: 100%;
}
.review-carousel.owl-carousel.right-dots .owl-nav .owl-prev {
    background: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    border: 1px solid #ccc !important;
    left: -40px;
    transition: .3s ease-in-out;
}
.review-carousel.owl-carousel.right-dots .owl-nav .owl-next {
    background: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    border: 1px solid #ccc !important;
    right: -40px;
    transition: .3s ease-in-out;
}
.review-carousel.owl-carousel.right-dots .owl-nav .owl-prev span {
    cursor: pointer;
    width: 10px;
    height: 10px;
    background: url(../images/arrow-left-gray.svg) no-repeat center;
    top: auto;
    left: auto;
}
.review-carousel.owl-carousel.right-dots .owl-nav .owl-next span {
    cursor: pointer;
    width: 10px;
    height: 10px;
    background: url(../images/arrow-right-gray.svg) no-repeat center;
    top: auto;
    left: auto;
    right: auto;
}

.footer-section-2 {
    width:50%;
}

/* ------- accordion start ------- */
#main #faq .card {
    margin-bottom: 0px;
    border: 0;
    border-radius: 0;
}
#main #faq .card .card-header {
    border-bottom: 1px solid #e7e7e7;
    border-radius: 0;
    padding: 0;
}
#main #faq .card:last-child .card-header {
    border-bottom: 0 solid #e7e7e7;
}
#main .item_content, .item_content_02 {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #e7e7e7;
}
#main #faq .card .card-header .btn-header-link {
    background: #fff;
    text-align: left;
    display: block;
    padding: 20px 20px 20px 25px;
    border-radius: 0;
    border-top: 1px solid #dee2e6;
}
#main #faq .card .card-header .btn-header-link.collapsed {
    border-top: 1px solid #dee2e6;
}
#main #faq .card:last-child .card-header .btn-header-link.collapsed {
    border-bottom: 0 solid #e7e7e7;
}
#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "";
    background-image: url(../images/plus.svg);
    transform: rotate(-180deg);
    transition: transform 0.2s ease-in-out;
}
#main #faq .card .card-header .btn-header-link:after {
    content: "";
    background-image: url(../images/minus.svg);
    float: left;
    margin-right: 15px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.2s ease-in-out;
    position: absolute;
    left: 0;
    top: 22px;
}
#main #faq .card .collapsing {
    background: #ffffff;
}
#main #faq .card .collapse {
    border: 0;
}
#main #faq .card .collapse.show {
    background: #ffffff;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}
.card-body {
    width: 100%;
    border-radius: 0;
    border-top: 1px solid #ced1d3;
    font-size: 15px;
    line-height: 26px;
    padding: 15px 25px;
    text-align: left;
}
.accordion-head h4 {
    font-size: 24px;
    font-weight: 800;
    margin: 15px 0;
}
/* ------- accordion end ------- */
