@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@300;400;500;600;700;800;900&display=swap');
/*font-family: 'Libre Franklin', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
/*font-family: 'Roboto', sans-serif;*/

body {
	font-family: 'Libre Franklin', sans-serif !important;
	color: #333 !important;
}

body h1, body h2, body h3, body h4 {
	margin-bottom: 10px;
}

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

body h2 {
    font-weight: 600;
}

body h3 {
    font-size: 1.6rem;
}

body h4 {
    font-size: 1.35rem;
}

body h5 {
    font-size: 1.12rem;
}

body p{
  	margin-bottom: 10px;
    color: #888;
}

body h6{
  	font-size: .86em;
  	margin-bottom: 10px;
  	font-weight: 400;
    color: #888;
}

body a:hover,
body a:focus,
body a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

.btn.btn-01{
	display: inline-block;
    color: #fff;
    background: #0074EA;
    border: none;
    border-radius: 2px;
    padding: 12px 20px;
    min-width: 150px;
    font-size: .95em;
    font-weight: 500;
    margin-top: 1em;
    outline: none !important;
    box-shadow: 2px 2px 14px 0px rgba(0, 0, 0, 0.27) !important;
    white-space: normal;
    transition: all .4s ease;
}
.btn.btn-01:hover {
    background: #000;
    color: #fff;
    box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.1) !important;
}
.btn.bg-dark {
    background-color: #555;
}
.btn.bg-dark:hover {
    background-color: #000;
}

.padding{
	padding-top: 4em;
	padding-bottom: 4em;
}

.block-ellipsis {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.logo{
	width: 130px;
}

/*header*/
.header{
	background: #0074EA;
	padding: 20px 0;
}
.header .header-01{
	margin-left: -5px;
	margin-right: -5px;
}
.header .header-01 .box{
	padding-left: 5px;
	padding-right: 5px;
}
.header .header-01 .box .tips{

}

/*banner-01*/
.banner-01{
	padding: 1em 0 5em 0;
	background: #0074EA;
}
.banner-01 .text h1{
	font-weight: 900;
}

.banner-01 .search{
	width: 100%;
	max-width: 480px;
	margin: auto;
}
.banner-01 .search .form-group{
  position: relative;
  margin-bottom: 0;
}
.banner-01 .search .form-group .form-control{
  height: 48px;
  padding-right: 40px;
  box-shadow: none;
  outline: none;
  border-radius: 4px;
}
.banner-01 .search .form-group .form-control:focus{
	border-color: #000;
}
.banner-01 .search .form-group .search-icon{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}

/*form1*/
form.form1{

}
form.form1 .col-form-label{
	font-weight: 600;
	color: #666;
	font-size: .86em;
  padding-top: 0;
}
form.form1 .form-group {
	margin-bottom: .6em;
}
form.form1 .form-control {
    height: 40px;
    box-shadow: none;
    outline: none;
    border-radius: 2px;
    font-size: .86em;
}
form.form1 .form-control::placeholder {
	color: #ccc;
}
form.form1 .form-control:focus {
    border-color: #0074EA;
}
form.form1 .input-box {
	position: relative;
}
form.form1 .input-box .form-control{
    padding-left: 30px;
}
form.form1 .input-box .input-img1 {
    position: absolute;
    left: 8px;
    top: 11px;
    width: 16px;
    color: #999;
}
form.form1 .input-box select option{
  font-weight: 600;
}

/*custom-radio*/
form.form1 .custom-radio {
   padding-left: 1.5em;
}
form.form1 .custom-radio label{
   font-weight: 400;
   font-size: .86em;
}
form.form1 .custom-radio label span{
   color: #d5885c;
}
form.form1 .custom-radio .custom-control-label::after{
   width: 16px;
   height: 16px;
   top: 2px;
   left: -1.5em;
   border: 1px solid rgba(0, 0, 0, 0.4);
   border-radius: 50%;
}
form.form1 .custom-radio .custom-control-input:checked~.custom-control-label::before {
   
}
form.form1 .custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-color: #0074EA;
    border: 0;
}

form.form1 .custom-radio .custom-control-label::before {
   width: 16px;
   height: 16px;
   top: 2px;
   left: -1.5em;
   border-radius: 50%;
   outline: none;
   box-shadow: none;
   background: #fff;
}

/*custom-checkbox*/
form.form1 .custom-checkbox {
   padding-left: 1.5em;
}
form.form1 .custom-checkbox label{
   font-weight: 400;
   font-size: .86em;
}
form.form1 .custom-checkbox label span{
   color: #d5885c;
}
form.form1 .custom-checkbox .custom-control-label::after{
   width: 16px;
   height: 16px;
   top: 2px;
   left: -1.5em;
   border: 1px solid rgba(0, 0, 0, 0.4);
   border-radius: 0;
}
form.form1 .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
   
}
form.form1 .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-color: #0074EA;
    border: 0;
}

form.form1 .custom-checkbox .custom-control-label::before {
   width: 16px;
   height: 16px;
   top: 2px;
   left: -1.5em;
   border-radius: 0;
   outline: none;
   box-shadow: none;
   background: #fff;
}

/*check-in*/
form.form1 .check-in .check-txt{
	position: absolute;
    top: -2px;
    left: 27px;
    font-size: .8em;
    color: #999;
}
form.form1 .check-in .form-control{
	padding-top: 12px;
	font-size: 1em;
}


/*content-product*/
.content-product {
	background: #fafafa;
}
.content-product .content-row{
	margin-left: -15px;
	margin-right: -15px;
}
/*sidebar*/
.content-product .sidebar {
	width: 25%;
	padding-left: 15px;
	padding-right: 15px;
}
.content-product .sidebar .accordion .card{
	border: 0;
	border-bottom: 2px solid #d4d4d4 !important;
	margin-bottom: 1em;
    background: transparent;
    border-radius: 0;
}
.content-product .sidebar .accordion .card-header {
    padding: 0;
    background: transparent;
    border: 0;
}
.content-product .sidebar .accordion .card-header .btn{
	width: 100%;
	text-align: left;
	position: relative;
	padding: 0;
	padding-bottom: 15px;
	padding-right: 20px;
	text-decoration: none;
	color: #4d4d4d;
    font-weight: 700;
}
.content-product .sidebar .accordion .card-header .btn i{
	position: absolute;
    top: 5px;
    right: 5px;
}
.content-product .sidebar .accordion .card-header .btn.collapsed i{
	transform: rotate(180deg);
}
.content-product .sidebar .accordion .card-body{
	padding: 0;
  padding-right: 10px;
	margin-bottom: 15px;
  height: 100%;
  max-height: 220px;
  overflow: hidden;
  overflow-y: auto;
}
.content-product .sidebar .list{
   	padding-left: 0;
    list-style: none;
    color: #333;
    font-weight: 600;
}
.content-product .sidebar .list li{
   margin-bottom: 8px;
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.content-product .sidebar .list li a{
	font-size: 1em;
}
.content-product .sidebar .list li a:hover{
   color: #000;
}

.content-product .sidebar .list li .numbers{
  margin-bottom: 0;
}

.content-product .sidebar .list li .color-box{
  width: 14px;
  height: 14px;
  background: #000;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50%;
  vertical-align: middle;
  box-shadow: 0 0 4px rgb(0 0 0 / .04);
}

/*price*/
.content-product .sidebar .price {
	margin-top: .5em;
}
.content-product .sidebar .price .form-control {
    height: 36px;
}
.content-product .sidebar .price .btn {
	height: 36px;
	border-radius: 2px;
	box-shadow: none;
	outline: none;
}

/*sidebar-done*/
.content-product .sidebar .sidebar-done {
    border-bottom: 2px solid #d4d4d4;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
.content-product .sidebar .sidebar-done .done-btn{
    padding: 8px 20px;
    min-width: 100px;
}

/*content*/
.content-product .content{
	width: 75%;
	padding-left: 15px;
	padding-right: 15px;
}
.content-product .content .content-top {
	margin-left: -5px;
	margin-right: -5px;
}
.content-product .content .content-top .box{
	padding-left: 5px;
	padding-right: 5px;
}
.content-product .content .content-top .list-icons {
    width: 64px;
    margin-right: 10px;
}
.content-product .content .content-top .list-icons a{
	font-size: 1.25em;
  color: #b3b3b3;
}
.content-product .content .content-top .list-icons a.active,
.content-product .content .content-top .list-icons a:hover{
  color: #4d4d4d;
}

.content-product .content .content-top .list {
    border: 1px solid #e6e6e6;
    padding: 1px;
    border-radius: 4px;
}
.content-product .content .content-top .list a {
    background: transparent;
    color: #333;
    font-size: .86em;
    font-weight: 500;
    border-radius: 0;
    padding: 7px 18px;
    border-right: 1px solid #e6e6e6;
    box-shadow: none;
    outline: none;
}
.content-product .content .content-top .list a:last-child {
  border: 0;
}
.content-product .content .content-top .list a.active{
	background: #333;
	color: #fff;

}

/*.products*/
.content-product .products {
	margin-top: 2em;
}
.content-product .products .box {
	margin-bottom: 1.5em;
}
.content-product .products .box .box-inner{
	background: #fff;
	box-shadow: 0px 3px 14px 3px rgba(0,0,0,0.09);
	height: 100%;
}
.content-product .products .box .txt{
	padding: 15px;
}
.content-product .products .box .txt h5{
  color: #666;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
}
.content-product .products .box .txt p{
  color: #ccc;
  font-size: .86em;
}

.content-product .star-icon {
    font-size: .86em;
}
.content-product .star-icon i {
    color: #f7b801;
    font-size: .8em;
}
.content-product .star-icon .rate {
    color: #f7b801;
}
.content-product .star-icon span {
    color: #ccc;
    font-size: .85em;
}
.content-product .down-btn {
    display: inline-block;
    width: 36px;
    height: 36px;
    border: 2px solid #0074EA;
    text-align: center;
    padding-top: 6px;
    color: #0074EA;
    border-radius: 2px;
    font-size: .86em;
    transition: all .4s ease;
}
.content-product .down-btn:hover {
    background: #0074EA;
    color: #fff;
}


/*owl-slider*/
.content-product .products .owl-slider {
  position: relative;
}
.content-product .products .owl-slider .slider-counter{
  display: none;
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 9;
  background: rgb(0 0 0 / .65);
  padding: 3px 15px;
  border-radius: 50px;
  color: #fff;
  font-size: .86em;

}
.content-product .products .owl-slider:hover .slider-counter{
  display: block;
}
.content-product .products .owl-slider .owl-carousel {
  overflow: hidden;
}
.content-product .products .owl-slider .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
  display: none;
}
.content-product .products .owl-slider:hover .owl-carousel button {
  display: block;
}
.content-product .products .owl-slider .owl-nav button.owl-prev {
  left: 0;
}
.content-product .products .owl-slider .owl-nav button.owl-next {
  right: 0;
}


.content-product .products .owl-slider .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.content-product .products .owl-slider .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.content-product .products .owl-slider .owl-dots button.owl-dot.active {
  background-color: #000;
}
.content-product .products .owl-slider .owl-dots button.owl-dot:focus {
  outline: none;
}
.content-product .products .owl-slider .owl-nav button {
    background: #ffffff !important;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    padding-top: 4px !important;
}
.content-product .products .owl-slider .owl-nav button.owl-prev {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    left: -4px;
}
.content-product .products .owl-slider .owl-nav button.owl-next {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    right: -4px;
}
.content-product .products .owl-slider span {
    font-size: 36px;
    position: relative;
    top: -5px;
    color: #333;
    line-height: 1;
}
.content-product .products .owl-slider .owl-nav button:focus {
    outline: none;
}

/*inline*/
.content-product .products .box.inline {
    flex: 0 0 100%;
    max-width: 100%;
}
.content-product .products .box.inline .box-inner {
    display: flex;
    flex-wrap: wrap;
}
.content-product .products .box.inline .owl-slider {
    width: 35%;
    padding: 15px;
    padding-right: 0;
}
.content-product .products .box.inline .txt {
    width: 65%;
}
.content-product .products .box.inline .txt .txt-inner {
    margin-right: -10px;
    margin-left: -10px;
    height: 100%;
}
.content-product .products .box.inline .txt .txt-inner .txt1 {
    padding: 0 10px;
    width: 80%;
    border-right: 1px solid rgb(0 0 0 / .1);
}
.content-product .products .box.inline .txt .txt-inner .icon1 {
    padding: 0 10px;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*color-variations*/
.content-product .color-variations {
	text-align: center;
}
.content-product .color-variations a {
	background: #ffbd8d;
	display: inline-block;
	width: 22px;
	height: 22px;
	border: 2px solid #fff;
	border-radius: 50%;
    box-shadow: 0 0 5px rgb(0 0 0 / .2);
}

.content-product .owl-slider .color-variations {
    margin-top: -8px;
    position: relative;
    z-index: 1;
}
.content-product .owl-slider .color-variations a{
	width: 20px;
    height: 20px;
}

/*mymodal*/
.content-product .mymodal{

}
.content-product .mymodal .select-template{
	width: 100%;
	max-width: 400px;
	margin: auto;
}
.content-product .mymodal .btn {
	border-radius: 2px;
	font-size: .86em;
}

/*fillter-top*/
.content-product .fillter-top{
	margin-bottom: 2em;
}

.product-details .products .pd-box .txt{
	padding: 15px 0;
}
.product-details .products .pd-box .btns img {
    width: 28px;
    margin-right: 10px;
}
.product-details .products .pd-box .btns .b1 {
  background: #ffb229;
}
.product-details .products .pd-box .btns .b1:hover {
  opacity: .9;
}
.product-details .products .pd-box .btns .b2 {
  background: #fb5252;
}
.product-details .products .pd-box .btns .b2:hover {
  opacity: .9;
}

.content-product .fillter-topform.form1 .form-control{
  height: 36px;
}

/*.slider-details*/
.product-details .slider-details .swiper-container {
  width: 100%;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
}
.product-details .slider-details .swiper-slide {
  background-size: cover; 
  background-position: center;
}
.product-details .slider-details .gallery-top {
  /*height: 80%;*/
  width: 100%;
}
.product-details .slider-details .gallery-top .swiper-top-pin {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 10px 15px;
  display: none !important;
}
.product-details .slider-details .gallery-top:hover .swiper-top-pin {
  display: flex !important;
}
.product-details .slider-details .gallery-top .swiper-top-pin .btn-01{
    background: #bd081c;
    min-width: auto;
    white-space: nowrap;
    font-size: .75em;
    font-weight: 600;
    text-transform: inherit;
    padding: 8px 15px;
}
.product-details .slider-details .gallery-top .swiper-top-pin .fa-expand {
    background: rgb(0 0 0 / .65);
    padding: 8px 4px;
    border-radius: 50px;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: .75em;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12) !important;
}
.product-details .slider-details .gallery-top .swiper-top-pin .swiper-pagination{
  position: relative;
  top: 0;
  right: 0;
  text-align: right;
  display: inline-block;
  background: rgb(0 0 0 / .65);
  padding: 4px 18px;
  border-radius: 50px;
  color: #fff;
  font-size: .86em;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12) !important;
}

.product-details .slider-details .swiper-container.gallery-thumbs {
  height: 100px;
  box-sizing: border-box;
  padding: 10px 0;
}
.product-details .slider-details .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  border-radius: 2px;
}
.product-details .slider-details .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.product-details .slider-details .swiper-button-next, 
.product-details .slider-details .swiper-button-prev {
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    padding-top: 4px !important;
    background-size: 50% 50%;
    display: none;
}

.product-details .slider-details .gallery-top:hover .swiper-button-next, 
.product-details .slider-details .gallery-top:hover .swiper-button-prev {
    display: block;
}

.product-details .slider-details .swiper-button-next {
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.product-details .slider-details .swiper-button-prev {
    left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/*popup-slider*/
.popup-slider{
  width: 100%;
  height: 100%;
  background: transparent !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.popup-slider .owl-slider {
  position: relative;
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.popup-slider .owl-slider .pinterest-div{
  display: none;
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 9;
}
.popup-slider .owl-slider:hover .pinterest-div{
  display: block;
}
.popup-slider .owl-slider .pinterest-div .btn{
  background: #bd081c;
  min-width: auto;
  white-space: nowrap;
  font-size: .75em;
  font-weight: 600;
  text-transform: inherit;
  padding: 8px 15px;
}
.popup-slider .owl-slider .slider-counter-popup{
  display: none;
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 9;
  background: rgb(0 0 0 / .65);
  padding: 3px 15px;
  border-radius: 50px;
  color: #fff;
  font-size: .86em;

}
.popup-slider .owl-slider:hover .slider-counter-popup{
  display: block;
}
.popup-slider .owl-slider .owl-carousel {
  overflow: hidden;
}
.popup-slider .owl-slider .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
  display: none;
}
.popup-slider .owl-slider:hover .owl-carousel button {
  display: block;
}
.popup-slider .owl-slider .owl-nav button.owl-prev {
  left: 0;
}
.popup-slider .owl-slider .owl-nav button.owl-next {
  right: 0;
}


.popup-slider .owl-slider .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.popup-slider .owl-slider .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.popup-slider .owl-slider .owl-dots button.owl-dot.active {
  background-color: #000;
}
.popup-slider .owl-slider .owl-dots button.owl-dot:focus {
  outline: none;
}
.popup-slider .owl-slider .owl-nav button {
    background: #ffffff !important;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    padding-top: 4px !important;
}
.popup-slider .owl-slider .owl-nav button.owl-prev {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    left: -4px;
}
.popup-slider .owl-slider .owl-nav button.owl-next {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    right: -4px;
}
.popup-slider .owl-slider span {
    font-size: 36px;
    position: relative;
    top: -5px;
    color: #333;
    line-height: 1;
}
.popup-slider .owl-slider .owl-nav button:focus {
    outline: none;
}


/*social*/
.product-details .social a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    width: 35px;
    height: 35px;
    padding: 6px 2px;
    background: #383838;
    text-align: center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin: 4px 2px;
}

/*list-01*/
.list-01{
    padding-left: 0;
    list-style: none;
    margin-top: 1em;
}
.list-01 li{
	position: relative;
  padding-left: 20px;
}
.list-01 li i{
  position: absolute;
  top: 7px;
  font-size: .5em;
  left: 0;
  color: #0074ea;
}

/*details sidebar*/
.product-details .sidebar .color-variations{
    text-align: left;
    margin-bottom: 1em;
}
.product-details .sidebar .color-variations a{
    width: 30px;
    height: 30px;
}

/*tags*/
.product-details .sidebar .tags {
	margin-left: -2px;
	margin-right: -2px;
}
.product-details .sidebar .tags .box {
	padding-left: 2px;
	padding-right: 2px;
}
.product-details .sidebar .tags .box h6 {
	margin-bottom: 6px;
}
.product-details .sidebar .tags .box .badge {
  background: #f2f2f2;
  color: #888;
	padding: 8px 10px;
	border-radius: 50px;
	font-weight: 500;
}
.product-details .sidebar .tags .box .badge:hover {
	background: #0074ea;
  color: #fff;
}

/*breadcrumb-section*/

.breadcrumb-section{
}
.breadcrumb-section .breadcrumb{
   background: none;
   padding-left: 0;
   padding-right: 0;
}
.breadcrumb-section li {
   color: #999;
}
.breadcrumb-section li a{
   color: #999;
}
.breadcrumb-section .breadcrumb-item.active {
    color: #999;
}
.breadcrumb-section .breadcrumb-item+.breadcrumb-item::before{
   content: '>'
}


/*faq-section*/
.faq-section{

}
.faq-section .accordion a.tab-a {
  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;
  width: 100%;
  padding: .5rem;
  padding-left: 1.2em;
  color: #666 !important;
  font-size: 1.1rem;
  font-weight: 500;
  /* border-bottom: 1px solid #e5e5e5; */
  transition: all .6s ease;
}

.faq-section .accordion a.tab-a:hover,
.faq-section .accordion a.tab-a:hover::after {
  cursor: pointer;
  color: #0074EA !important;
}

.faq-section .accordion a.tab-a:hover::after {color: #0074EA;}

.faq-section .accordion a.active {
    color: #0074EA !important;
}

.faq-section .accordion a.tab-a::after {
    content: '+';
    position: absolute;
    left: 0;
    font-size: 1.5rem;
    color: #7288a2;
    padding-top: 13px;
    line-height: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}

.faq-section .accordion a.tab-a.active::after {
    content: '-';
    color: #0074EA;
}

.faq-section .accordion .content {
  opacity: 0;
  padding: 0 1.2rem;
  max-height: 0;
  /*border-bottom: 1px solid #e5e5e5;*/
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}

.faq-section .accordion .content p {
}

.faq-section .accordion .content.active {
  opacity: 1;
  padding: 0 1.2rem;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}

/*terms-section*/
.terms-section{

}
.terms-section a{
  color: #0074ea;
}
.terms-section a:hover{
  color: #0074ea;
  text-decoration: underline;
}





/*scrollbar*/
.scrollbar::-webkit-scrollbar,
.scrollbar::-webkit-scrollbar-thumb {
  width: 7px;
  border-radius: 0;
  background-clip: padding-box;
  border: 1px solid transparent;
  background: rgba(0, 0, 0, 0.05);
}

.scrollbar::-webkit-scrollbar-thumb {        
  box-shadow: inset 0 0 0 10px;
}
.scrollbar:-webkit-scrollbar-track{
}

.scrollbar {
  color: rgba(0, 0, 0, 0.2);
}



/*footer*/
.logo-f{
	width: 130px;
	margin-bottom: 10px;
}
.footer{
	background: #f5f5f7;
    padding-top: 3em;
    padding-bottom: 1em;
}
.footer h5{
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
    text-transform: uppercase;
}
.footer p{
    text-align: left;
}
.footer .list2 {
	list-style: none;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
}
.footer .list2 li{
    margin-bottom: 4px;
    display: inline-block;
    width: 50%;
}
.footer .list2 li a{
    font-size: 13px;
    color: #1d262d;
}
.footer .list2 li a:hover{
	color: #000;
}
.footer .list2.list-100 li{
	width: 100%;
}

.footer .social a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    width: 38px;
    height: 38px;
    padding: 9px 2px;
    background: #393a41;
    text-align: center;
    box-shadow: 3px 3px 14px 0px rgba(0, 0, 0, 0.27);
    border-radius: 4px;
    margin: 4px 2px;
}
.footer .social a:hover{
    background: #0074EA;
}

.footer .copy{
    color: #1d262d;
    margin-top: 6px;   
}
.footer .copy a{
    color: #0074EA;
}
.footer .copy a:hover{
    color: #1d262d;
}