* {
  scroll-margin-top: 100px;
}
body{
  background-color: #d8e2f0 !important;
  color: #888888;
}
body#body-loggedin{
  background-color: #ade3c0 !important;
  color: #000000;
}
.form-control
{
  font-weight: 300;
  border:0;
  padding: 5px 0;
  border-bottom:2px solid #15093f;
  border-radius: 0;
  background-color: transparent;
  appearance: none;
}
.form-control:focus {
  color: #495057;
  background-color: transparent;
  border:0;
  outline: 0;
  border-bottom: 2px solid #5378ea;
  border-radius: 0;
  -webkit-box-shadow:none ;
  box-shadow: none;
}
button, input[type="submit"] {
  cursor: pointer;
}

/*img {
  max-width: 100%;
  height: auto;
}*/

ul {
  list-style: outside none none !important;
  margin: 0;
  padding: 0;
}
.card-body ul li, #bookmark_content ul li{
  list-style-type: disc !important;
}
.card-body table{
  margin: 0 !important;
}
.card-body .pdf-link:first-child{
  margin-top: 20 !important;
}
.card-body table, .card-body table tbody, .card-body table td{
  border:0 !important;
  font-size: 16px;
}
.card-body table td{
  padding: 0 !important;
}
#bookmark_content .delete-bookmark{
  cursor: pointer;
}
.form-check-input
{
  font-size: 16px;
}
.btn-check:focus+.btn, .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  
}
.form-check-input:checked
{
background-color: #5378ea;
border-color: #5378ea;

}
/*-- 
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.container {
  max-width: 1185px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: 970px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 750px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    width: 450px;
  }
}
@media only screen and (max-width: 479px) {
  .container {
    width: 100% !important;
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  
  -webkit-text-fill-color: #333333;
  box-shadow: 0 0 0px 1000px #e1f2ca inset;
  transition: background-color 5000s ease-in-out 0s;
}

.page-search form {
   position: relative;
   width: 100%;
}
.page-search .form-control {
   background-color: #fff;
   border-radius: 50px;
 border: 1px solid #f0f0fa;
   color: #333333;
   height: 40px;
   padding: 10px 50px 10px 15px;
}
.page-search .btn {
   background-color: #f0f0fa;
   color: #333333;
   border-radius:50px;
 height: 33px;
 width: 33px;
   position: absolute;
 padding: 0 0 0 2px;
   right: 3px;
   top: 4px;
}
.page-search .form-control::-webkit-input-placeholder {
 color: #ddd;
}
.page-search .form-control::-moz-placeholder {
 color: #ddd;
}
.page-search .form-control:-ms-input-placeholder {
 color: #ddd;
}
.page-search .form-control::-ms-input-placeholder {
 color: #ddd;
}
.page-search .form-control::placeholder {
 color: #ddd;
}
.page-search.active form {
   display: block;
   left: 0;
   position: absolute;
}
.blogCate
{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .18px;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0 30px;
    padding: 0;
    text-align: center;
}
.blogCate li {
  display: inline-block;
  margin: 0 6px;
}
.blogCate li a {
  color: #333333;
}
.blogCate li a:hover {
  color: #5378ea;
}
.blogCate li a.active {
  border-bottom: 2px solid #5378ea;
  color: #5378ea;
}
.blog-content li {
  list-style-type:disc;
  margin: 5px 0 5px 20px;

}
.category-block
{
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 16px;
  font-weight: 600;
  background: #5378ea;
  border-radius: 50px;
  color: #fff;
  padding: 10px 20px;
  margin: 0;
}
.like-block
{
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 12px;
  font-weight: 600;
  background: #f56f45;
  border-radius: 50px;
  color: #fff;
  padding: 5px 20px;
}
.border-radius-10
{
  border-radius: 10px !important;
}
.login-alt-btn
{
  background-color:#5378ea;
  color:#ffffff !important;
  border:1px solid #5378ea;
  padding: 3px 15px;
  border-radius: 70px;
}
.login-alt-btn:hover
{
  background-color:#ffffff;
  color:#5378ea !important;
  border:1px solid #5378ea;

}
.lang-btn
{
  background-color:#000000;
  color:#ffffff !important;
  border:1px solid #000000;
  padding: 3px 15px;
  border-radius: 70px;
}
.lang-btn:hover
{
  background-color:#ffffff !important;;
  color:#5378ea !important;
  border:1px solid #5378ea;
  
}
/*--Slim Scroll---Start-----------------*/

/* CSS for Scrollbar-The emerging W3C standard
that is currently Firefox-only */
* {
	scrollbar-width: thin;
	scrollbar-color: #cacaca #ffffff;

}

/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
	width: 12px;
}
*::-webkit-scrollbar-track {
	background: #ffffff;
}
*::-webkit-scrollbar-thumb {
	background-color: #cacaca;
	border-radius: 40px;
	border: 3px solid #ffffff;
}
/*--Slim Scroll---End-----------------*/

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}
.cursor-defalt
{
  cursor:default !important;
}
.cursor-pointer
{
  cursor: pointer !important;
}
.pl-50{padding-left: 50px;}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}
html {
  --lh: 1.2rem;
  line-height: var(--lh);
}
/* Note::Before using truncate single line, add width on particular element*/
.truncate-single-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;  
}
.truncate-overflow {
  --max-lines: 3;
  position: relative;
  max-height: calc(var(--lh) * var(--max-lines));
  overflow: hidden;
  padding-right: 1rem; /* space for ellipsis */
}
.truncate-overflow::after {
  content: "";
  position: absolute;
  inset-inline-end: 0;
  width: 7rem;
  height: 1.5rem;
  top: 32px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+66 */
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 66%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 66%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 66%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}
/*-- 
    - Background color
-----------------------------------------*/
.bg-white {
  background-color: #ffffff;
}

.bg-light-grey {
  background-color: #f6fafb;
}

.bg-grey {
  background-color: #f8f8f8;
}

.green-bg {
  background: #5378ea !important;
}
.blue-bg1 {
  background: #034ba5;
}
.blue-bg1 i.icon-style{
  color: #1877f2;
}
.blue-bg2 {
  background: #1877f2;
}
.blue-bg2 i.icon-style{
  color: #5a9ef7;
}
.blue-bg3 {
  background: #5a9ef7;
}
.blue-bg3 i.icon-style{
  color: #c6defd;
}
/*- Overlay Color BG -*/
.bluewood-bg-overlay {
  position: relative;
}
.bluewood-bg-overlay::before {
  background: rgba(70, 90, 112, 0.9);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.overly-bg-black {
  position: relative;
}
.overly-bg-black::after {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*-- 
    - color
-----------------------------------------*/
/*-- 
    - Input Placeholder
-----------------------------------------*/
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
  color: #b7b7b7;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #b7b7b7;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #b7b7b7;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #b7b7b7;
}


input.form-control:-moz-placeholder, textarea.form-control:-moz-placeholder {
  opacity: 1;
  color: #b7b7b7;
}

input.form-control::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #b7b7b7;
}

input.form-control::-moz-placeholder, textarea.form-control::-moz-placeholder {
  opacity: 1;
  color: #b7b7b7;
}

input.form-control:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder {
  opacity: 1;
  color: #b7b7b7;
}
/*-- 
    Scroll Up 
-----------------------------------------*/
#scrollUp {
  background: #5378ea none repeat scroll 0 0;
  bottom: 85px;
  color: #ffffff;
  cursor: pointer;
  display: none !important;
  font-size: 20px;
  height: 45px;
  line-height: 39px;
  position: fixed;
  right: 12px;
  text-align: center;
  width: 45px;
  z-index: 8 !important;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-transition: .3s;
  transition: .3s;
}
#scrollUp:hover i {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
.switch-field {
	display: flex;
	margin-bottom: 36px;
	overflow: hidden;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #e4e4e4;
	color: #666;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	padding: 12px 16px;
	margin-right: -1px;
	border: 1px solid #666;

	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #666;
	box-shadow: none;
  color:#ffffff;
}

.switch-field label:first-of-type {
	border-radius: 40px 0 0 40px;
}

.switch-field label:last-of-type {
	border-radius: 0 40px 40px 0;
}

/*-- 
    - Main Wrapper
-----------------------------------------*/
.main-wrapper.header-transparent {
  padding: 0 !important;
  margin: 0 !important;
}

#wrapper{
  padding:70px 0 0;
}
.home #wrapper{
  padding:0;
}
/*-- 
    - Section Padding
-------------------------------------*/
.section-ptb {
  padding: 70px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-ptb {
    padding: 90px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-ptb {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-ptb {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 479px) {
  .section-ptb {
    padding: 60px 0;
  }
}

.section-pt {
  padding-top: 100px;
}
.not-found
{
max-width: 700px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-pt {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pt {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pt {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 479px) {
  .section-pt {
    padding-top: 60px;
  }
}

.section-pt-70 {
  padding-top: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-pt-70 {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pt-70 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pt-70 {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .section-pt-70 {
    padding-top: 30px;
  }
}

.section-pb-70 {
  padding-bottom: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-pb-70 {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pb-70 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pb-70 {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .section-pb-70 {
    padding-bottom: 30px;
  }
}

.section-pb {
  padding-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-pb {
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-pb {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .section-pb {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 479px) {
  .section-pb {
    padding-bottom: 60px;
  }
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-17 {
  margin-top: 17px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-23 {
  margin-top: 23px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-42 {
  margin-bottom: 42px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-30 {
  margin-bottom: 30px;
}
.thin-text
{
  font-weight: 400;
}
.bold-text
{
  font-weight: 500;
}
.bolder-text
{
  font-weight: 700;
}
.gradient-text
{
  background: linear-gradient(to right, #8f2fc6 0%, #f56f45 100%);
  background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.font-80
{
  font-size: 80px;
  line-height: 80px;
}
.font-60
{
  font-size: 60px;
  line-height: 60px;
}
.font-48
{
  font-size: 48px;
  line-height: 48px;
}
.font-45
{
  font-size: 42px;
  line-height: 42px;
}
.font-36
{
  font-size: 36px !important;
  line-height: 36px  !important;
}
.font-30
{
  font-size: 30px !important;
  line-height: 30px  !important;
}
.font-24
{
  font-size: 24px !important;
  line-height: 24px  !important;
}
.font-20
{
  font-size: 20px !important;
  line-height: 20px  !important;
}
.font-18
{
  font-size: 18px !important;
  line-height: 18px !important;
}
.font-16
{
  font-size: 16px;
  line-height: 18px;
}
.font-14
{
  font-size: 14px;
  line-height: 18px;
}
.font-13
{
  font-size: 13px;
  line-height: 15px;
}
.font-12
{
  font-size: 12px;
  line-height: 12px;
}
.color-green
{
  color:#5378ea !important;
}

.color-red
{
  color:#E34141 !important;
}
.color-blue
{
  color: #1c92ff !important;
}
.color-black
{
  color: #010000;
}
.color-white
{
  color:#fff;
}
.gray
{
  color:#8c8c8c !important;
}
.deep-blue{
  color:#1F4E79 !important;
}
.yellow, .yellow i
{
  color: #ffac1c !important;
}
.violet-color
{
  color: #5378ea !important;
}
.violet-color-lite
{
  color: #e7cafb !important;
}
.deep-color
{
  color: #333333 !important;
}
.blue-underline
{
  position: relative;
}
.blue-underline::after
{
position: absolute;
content: "";
height: 3px;
width: 100px;
background: #5378ea;
bottom: -5px;
left: 0;
}
/* 02. Element */
.button {
  background: #5378ea;
  box-shadow: none;
  color: #ffffff;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 22px;
  font-size: 13px;
  border-radius: 3px;
}
.bookmark-btn
{
  background-color: transparent;
  display: block;
  border: 0;
  width: auto;
  position: static !important;
  padding: 0;
}
.bookmark-btn
{
  position: static !important;
  -webkit-transform: none  !important;
  transform: none  !important;
  color:#cfcdcd;
  margin: 12px auto !important;
}
.card-body p.pdf-link .bookmark-btn{
  margin: 0 !important;
}
@media only screen and (max-width: 992px) {
  .bookmark-btn
    {
      position: static !important;
      -webkit-transform: none  !important;
      transform: none  !important;
      color:#cfcdcd;
      margin: 12px 0;
    }
}
.pdf-link
{
  line-height: 34px;
}
.risk-area{
  padding-left:3px;
}
.bookmark-icon-btn
{
  background: #5378ea none repeat scroll 0 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    padding: 10px;
    height: auto;
    line-height: 39px;
    position: fixed;
    top: 45%;
    right: 12px;
    text-align: center;
    width: auto;
    z-index: 8 !important;
    border-radius: 50px;
    border: 2px solid #fff;
   }
   .bookmark-icon-btn:hover
   {
    background: #fff none repeat scroll 0 0;
    color: #5378ea;
   }
/*.login-alt-btn
{
  background: #5378ea none repeat scroll 0 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    padding: 10px;
    height: auto;
    line-height: 20px;
    position: fixed;
    top: 15%;
    right: 5%;
    text-align: center;
    width: auto;
    z-index: 8 !important;
    border-radius: 50px;
    border: 2px solid #fff;
   }
   .login-alt-btn:hover
   {
    background: #fff none repeat scroll 0 0;
    color: #5378ea;
   }*/
.form-group
{
  padding-top: 20px;
}
.form-group label{
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 0px;
}

.form-check .form-check-input
{
  margin-left: -1em;
  margin-right: 5px;
}
.captcha img
{
  margin-top: 27px;
}
@media only screen and (max-width: 767px) {
  .captcha img
  {
    margin-top: 0px;
  }
}

/* Home 1 Header css here */
/* header css here */
.logo .logo1
{
  display: block;
  text-align: left;
}
.logo .logo2
{
  display: none;
}
.sticky .logo .logo1
{
  display: none;
}
.sticky .logo .logo2
{
  display: block;
}
.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #000000;
  top: 0;
}
.off_canvars_overlay.active {
  opacity: 0.5;
  visibility: visible;
}

.Offcanvas_menu {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .Offcanvas_menu {
    display: block;
    
  }
  .font-80
{
  font-size: 60px;
  line-height: 60px;
}
}
@media only screen and (max-width: 767px) {
  .Offcanvas_menu {
    display: block;
    margin-bottom: 1px;
  }
  .font-80
{
  font-size: 50px;
  line-height:50px;
}
}

.Offcanvas_menu_wrapper {
  width: 290px;
  position: fixed;
  background: #fff;
  z-index: 99;
  top: 0;
  height: 100vh;
  transition: .5s;
  left: 0;
  margin-left: -300px;
  padding: 50px 20px 30px;
  overflow-y: auto;
}
.Offcanvas_menu_wrapper.active {
  margin-left: 0;
}
.Offcanvas_menu_wrapper .slinky-theme-default {
  background: inherit;
  min-height: 300px;
  overflow-y: auto;
}
.Offcanvas_menu_wrapper .follow_us {
  display: block;
}
.Offcanvas_menu_wrapper .search-container {
  display: block;
  margin-right: 0;
  margin-bottom: 24px;
}
.Offcanvas_menu_wrapper .search_box {
  border: 1px solid #f0f0f0;
  width: 100%;
}
.Offcanvas_menu_wrapper .search_box input {
  padding: 0 70px 0 15px;
  height: 35px;
}
.Offcanvas_menu_wrapper .search_box button {
  width: 52px;
  font-size: 21px;
}
.Offcanvas_menu_wrapper .search_box button:hover {
  background: #5378ea;
  color: #5378ea;
}
.Offcanvas_menu_wrapper .top_right {
  display: block;
  margin-bottom: 18px;
  text-align: center !important;
}
.Offcanvas_menu_wrapper .top_right > ul > li {
  padding-right: 4px;
  margin-right: 4px;
}
.Offcanvas_menu_wrapper .top_right > ul > li::before {
  display: none;
}
.Offcanvas_menu_wrapper .top_right > ul > li > a {
  font-size: 13px;
  line-height: 22px;
}

.offcanvas_main_menu > li.menu-item-has-children.menu-open > span.menu-expand {
  transform: rotate(180deg);
}
.offcanvas_main_menu > li ul li.menu-item-has-children.menu-open span.menu-expand {
  transform: rotate(180deg);
}

.offcanvas_main_menu li {
  position: relative;
}
.offcanvas_main_menu li:last-child {
  margin: 0;
}
.offcanvas_main_menu li span.menu-expand {
  position: absolute;
  right: 0;
}
.offcanvas_main_menu li a {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  padding: 10px 0;
  margin: 5px;
  color:#333333;
}
.offcanvas_main_menu li a.active-link
{
  color:#5378ea;
}

.offcanvas_main_menu li a:hover {
  color: #5378ea;
}
.offcanvas_main_menu li ul.sub-menu {
  padding-left: 20px;
}

.Offcanvas_follow {
  display: flex;
  justify-content: center;
  margin-bottom: 21px;
}
.Offcanvas_follow label {
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 13px;
}
.Offcanvas_follow ul li {
  display: inline-block;
  margin: 5px;
  width: 95%;
}

.Offcanvas_follow ul li a {
  font-size: 14px;
}
.flying-notification
{
  position: absolute;
  right: 100px;
  bottom:-50px;
 width: 365px;
}
@media only screen and (max-width: 767px) {
  .container {
    width: 450px;
  }
}
@media only screen and (max-width: 576px) {
  .flying-notification
  {
    position: absolute;
    right: 5px !important;
    bottom:-50px;
   width: 280px !important;
  }
}
.w-100px
{
  width: 100px;
}
.w-60px
{
  width: 60px;
}
.w-30px
{
  width: 30px;
}
.w-22px
{
  width: 22px;
}
.w-18px
{
  width: 18px;
}
.w-14px
{
  width: 14px;
}
.product-width
{
max-width: 200px;
}
.rotate-45deg
{
  transform: rotate3d(0, 0, 1, 45deg);
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .flying-notification
{
  position: absolute;
  right: 20px;
  bottom:-50px;
 width: 365px;
}
}
.flying-notification .noti-body
{
background-color: #fff;
padding: 20px;
border-radius: 10px;
display:flex;
color:#8c8c8c;
}
.cross-icon
{
  width: 20px;
}
.flying-notification .cart-icon
{
position: absolute;
left: -20px;
top:-20px;
height: 45px;
width: 45px;
text-align: center;
border-radius: 50px;
background-color: #5378ea;
border:4px solid #ffffff;
}
.flying-notification .cart-icon img
{
  width: 25px;
  margin-top: 7px;
}
.flying-notification .noti-body .noti-content
{
  width: calc(100% - 120px);
}
.slinky-theme-default a:not(.back) {
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}
.slinky-theme-default a:not(.back):hover {
  background: inherit;
  color: #5378ea;
}

.canvas_close {
  position: absolute;
  top: 7px;
  right: 13px;
}
.canvas_close a {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  line-height: 33px;
  border: 1px solid #f0f0f0;
  border-radius: 50%;
}
.canvas_close a:hover {
  color: #5378ea;
}

.canvas_open {
  display: flex;
  justify-content: space-between;
  border: 1px solid #f0f0f0;
  padding: 7px 20px 6px;
}
.canvas_open span {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}
.canvas_open a {
  font-size: 28px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_area {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .header_area {
    padding-bottom: 25px;
  }
}
.header_area.header_padding {
  padding-bottom: 0;
}

.sticky-header.sticky {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  background:#fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
  -webkit-animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky-header.sticky {
    position: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-animation-name: inherit;
    animation-name: inherit;
    padding: 0;
    background: inherit;
    opacity: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .sticky-header.sticky {
    position: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-animation-name: inherit;
    animation-name: inherit;
    padding: 0;
    background: inherit;
    opacity: inherit;
  }
}

.header_top {
  background: #f3f3f3;
  color: #333333;
  position: absolute;
  padding: 3px 50px;
  z-index: 100;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .header_top {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_top {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .top_inner {
    border: 0;
  }
}

.follow_us {
  display: flex;
}
.follow_us label {
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 13px;
}
.follow_us ul li {
  display: inline-block;
  margin-left: 16px;
}
.follow_us ul li:first-child {
  margin-left: 0;
}
.follow_us ul li a {
  color: #333;
  font-size: 18px;
}
.follow_us ul li a:hover {
  opacity: 0.7;
}

.top_right > ul > li {
  display: inline-block;
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
.top_right > ul > li:hover ul.dropdown_currency, .top_right > ul > li:hover ul.dropdown_language, .top_right > ul > li:hover ul.dropdown_links {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 9;
}
.top_right > ul > li:hover ul.dropdown_language {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 9;
  padding: 10px 0;
  border-radius: 5px;
}
.top_right > ul > li:hover ul.dropdown_links {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 9;
}
.top_right > ul > li:hover > a {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .top_right > ul > li {
    padding-right: 15px;
    margin-right: 15px;
  }
}
.top_right > ul > li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.top_right > ul > li:last-child::before {
  display: none;
}
.top_right > ul > li > a {
  color: #333333;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.3px;
}
@media only screen and (max-width: 767px) {
  .top_right > ul > li > a {
    line-height: 22px;
  }
}
.top_right > ul > li > a img {
  margin-right: 2px;
}
.top_right > ul > li > a i.ion-ios-arrow-down {
  margin-left: 6px;
  font-size: 16px;
}
.top_right > ul > li > a i.ion-android-call {
  margin-right: 4px;
}
.top_right > ul > li > a i.ion-social-whatsapp {
  margin-right: 4px;
}
.top_right > ul > li > a i.ion-android-person {
  margin-right: 4px;
}
.top_right > ul > li:hover .dropdown_language  {
  color: #5378ea;
  display: block;
}

.dropdown_currency, .dropdown_language, .dropdown_links {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  min-width: 130px;
  text-align: left;
  top: 125%;
  right: 0 !important;
  left:auto !important;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  display: none;
  z-index: 9999;
  
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #f0f0f0;
  z-index: -1;
}
.dropdown_language.acc{
  right: 15px !important;
  min-width: 155px;
}
@media only screen and (max-width: 767px) {
  .dropdown_currency, .dropdown_language, .dropdown_links {
    right: 0;
    left: auto;
    min-width: 142px;
    padding: 0 6px;
  }
}

.dropdown_currency li:last-child, .dropdown_language li:last-child, .dropdown_links li:last-child {
  border-bottom: 0;
}
.dropdown_currency li a, .dropdown_language li a, .dropdown_links li a {
  text-transform: uppercase;
  display: block;
  font-size: 14px;
  white-space: nowrap;
  padding: 10px 20px;
  line-height: 20px;
  color:#333333;
}
.dropdown_currency li a:hover, .dropdown_language li a:hover, .dropdown_links li a:hover {
  color: #5378ea;
  background-color: #f0f0f0;
}

.dropdown_language {
  left: 0;
}
.dropdown_language li a img {
  margin-right: 4px;
}

.dropdown_links {
  left: 0;
}
/* header notification css here- Start */

.info-alert
{
  background: #4a2344;
  font-size: 16px;
  text-align: center;
  padding: 5px 30px 5px 5px ;
  position:relative;
  color:#cda3d8;
}
.info-alert a
{
  color:#ffffff;
}
.info-alert a.close
{
  color:#cda3d8;
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px;
}
.notifications-icon:hover .notifications-content
{
  display: block;
}
.notifications-icon .notifications-content
{
  width: 300px;
  left: -120px;
  top: 10px;
  height: auto;
  display: none;
  z-index: 100;
 
}
.notifications-icon .notifications-content .header
{
  padding: 20px 20px 0 20px;
}
.notifications-icon .notifications-content .body
{
  padding: 0px 20px 10px 20px;
}
.notifications-icon .notifications-content .footer
{
  padding: 20px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.notifications-icon .notifications-content .body ul li
{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 10px 0;
}
.notifications-icon .notifications-content .body ul li + li
{
border-top:1px solid #efefef;
}
.notifications-icon .notifications-content .footer
{
  background: #f8f9fb;
}
.gap-height
{
  height:40px;
}
.logo a img {
    max-width: 160px;
  }
/* header notification css here- End */
/*header top css end*/
/* 2.2 header middel css here */
@media only screen and (max-width: 767px) {
  .logo {
    text-align: center;
    
  }
}
@media only screen and (max-width: 767px) {
  .logo a img {
    max-width: 160px;
  }
}

.header_middle {
  
  padding: 5px 50px;
  color: #333;
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: 99;
  top: 40px;

}
.search-btn
{
  border:0;
  background-color: transparent;
}
.search-modal
{
  background-color: rgba(0,0,0,.9) !important;
  opacity: 1 !important;
  z-index: 100 !important;
}
.modal-backdrop
{
  background-color: transparent !important;
  opacity: 1 !important;
  z-index: 9 !important;
}
.search-modal .modal-content
{
background-color: transparent;
padding: 0;
border:0;
}
.search-modal .modal-content .search_box input
{
  font-size: 22px;
  height: 80px;
}
.search-modal .close-btn
{
  
  font-size: 100px !important;
  font-weight: 300;
  color:#fff;
  position: fixed !important;
  right: 25px !important;
  opacity: 1;
  display: block;
  border:0;
  background: transparent;
  top: 25px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 40px;
  z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-container {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .search-container {
    display: none;
  }
}

.search_box {
  position: relative;
  width: 100%;
  border:2px solid #fff;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.3);
}
.sticky .search_box {
  border:1px solid #ccc;
}
.search_box i{
  margin: 15px auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .search_box {
    width: 100%;
  }
}
.search_box input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b7b7b7;
}
.search_box input::-moz-placeholder {
  /* Firefox 19+ */
  color: #b7b7b7;
}
.search_box input:-ms-input-placeholder {
  /* IE 10+ */
  color: #b7b7b7;
}
.search_box input:-moz-placeholder {
  /* Firefox 18- */
  color: #b7b7b7;
}
.search_box input {
  border: 0;
  background: none;
  width: 100%;
  height: 47px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  padding: 0 30px 0 20px;

}
.search_box input:focus{
  outline: none;
}
.sticky .search_box input {
  color: #666666;
}

.navbar-brand{
 margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .search_box input {
    height: 40px;
    padding: 0 100px 0 20px;
  }
}
.search_box button {
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  background:transparent;
  width: 36px;
  height: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0;
  font-size: 18px;
}
.sticky .search_box button {

  color: #666 !important;
 
}
.search_box button:hover {
  color: #ccc;
}
@media only screen and (max-width: 767px) {
  .search_box button {
    padding: 0 20px;
    border-radius: 0 50px 50px 0;
    color: #666 !important;
  }
}

.middel_right_info {
  display: flex;
  align-items: center;
  margin-top: 7px;
}
.header_middle .nav-link
{
  display: flex;
}
.header_middle .nav-link li
{
  display: inline-flex;
  margin: 5px auto;
}
.header_middle .nav-link li a
{
  padding: 5px 0;
  color:#ffffff;
  font-size: 15px !important;
  font-weight: bold;
  line-height: 18px;
 
}
@media only screen and (max-width: 1399.98px) {
  .header_middle .nav-link li a
  {
    font-size: 14px !important;
      
  }
}
.header_middle .nav-link li a:hover
{
  color: #cccccc !important;
}
.sticky.header_middle .nav-link li a
{
  
  color: #333333 !important;

}
.nav-link li.current_page_item a
{
  
  border-bottom: 3px solid #ffffff;

}
.sticky.header_middle .nav-link li a.active-link
{
  border-bottom: 3px solid #5378ea;
}
.sticky.header_middle .nav-link li a:hover
{
  color: #5378ea !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_middle {
    padding: 5px 0;
  }
}
@media only screen and (max-width: 767px) {
  .header_middle {
    padding: 11px 0 10px;
  }
}

.middel_right {
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .middel_right {
    justify-content: center;
    flex-direction: row;
  }
}


.mini_cart .search-container {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {

  .mini_cart .search-container {
    display: block;
  }
}
@media only screen and (max-width: 767px) {

  .mini_cart .search-container {
    display: block;
  }
}

.middel_right_info {
  display: flex;
  align-items: center;

}

.header_wishlist {
  position: relative;  
  padding: 0 12px; 
  
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_wishlist {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_wishlist {
    margin-right: 15px;
  }
}
.header_wishlist span.wishlist_quantity {
  position: absolute;
  left: 26px;
  width: 19px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  background: #fff;
  color:#ff0000;
  font-weight: 600;
  border-radius: 50%;
  top: -7px;
  font-size: 11px;
}
.header_wishlist a {
  font-size: 14px;
  font-weight: 400;
  text-transform:uppercase;
  display: block;
  color:#fff;
  margin: 0 0px;
}
.header_wishlist a:hover {
  color: #5378ea;
}
.header_wishlist a span {
  font-size: 20px;
  padding-right: 4px;
  color: #fff;
}
.header_sign_up a
{
  background: #fff;
  border:1px solid #5378ea;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color:#5378ea;
  border-radius: 100px;
  padding:10px 20px;
  margin: 10px 0;
}
.header_sign_up a:hover
{
  background: #5378ea;
  border:1px solid #5378ea;
  color:#fff;
}
.sticky .header_sign_up a
{
  background: #ffffff;
  border:1px solid #5378ea;
  color:#5378ea; 
}
.sticky .header_sign_up a:hover
{
  background: #5378ea;
  color:#fff;
}
.header_sign_up a img{
  margin-top:-2px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_wishlist a span {
    font-size: 27px;
    padding-right: 3px;
  }
}
@media only screen and (max-width: 576px) {
  .header_sign_up a {
    padding:10px 0px;
    margin: 10px 2px;
    font-size: 12px;
  }
  .header_wishlist
  {
    padding: 0 5px;
  }
  .header_sign_up a
  {
    padding: 10px 8px;
  }
}
.mini_cart_wrapper {
  position: relative;
}
.mini_cart_wrapper:hover > a {
  color: #ffffff;
}
.mini_cart_wrapper span.cart_quantity {
  position: absolute;
  left: 32px;
  width: 19px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  top: -7px;
  font-size: 11px;
}
.mini_cart_wrapper > a {
  font-size: 22px;
  font-weight: 400;
  margin-top: 4px;
  margin-left: 5px;
  text-transform: capitalize;
  display: block;
  color:#ffffff;
}
.sticky .mini_cart_wrapper > a 
{
  color:#666666;
}
.mini_cart_wrapper > a:hover {color:#fff;}
.mini_cart_wrapper > a span {
  font-size: 32px;
  padding-right: 5px;
}
.mini_cart .search-container
{
  margin-right: 0;
}
.mini_cart .search_two .search_box {
  background: none;
  border: 1px solid #d9d9d9;
  overflow: hidden;
}
.mini_cart .search_box input {
  border: 0;
  background: none;
  width: 100%;
  height: 47px;
  color: #333;
  background-color: #fff;
  overflow: hidden;
  font-size: 13px;
  font-weight: 400;
  padding: 0 80px 0 20px;
}
.mini_cart .search_box button {
  color:#666 !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mini_cart_wrapper > a span {
    font-size: 37px;
    padding-right: 2px;
  }
}

.cart_close {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}
.cart_text h2 {
  font-size: 26px;
  line-height: 26px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 0;
  color:#333333;
}
.mini_cart_close
{
  color:#333333;
}
.cart_text h3 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 0;
}

.mini_cart_close > a {
  font-size: 25px;
}


.mini_cart {
  position: fixed;
  overflow-y: auto;
  width: 355px;
  height: 100%;
  background: #f3f3f3;
  padding: 18px 28px 33px;
  z-index: 999;
  right: 0;
  top: 0;
  transition: .5s;
  transform: translateX(100%);
}

.mini_cart.active {
  transform: translateX(0);
  transition: .8s;
}
.mini_cart_wrapper, .mini_cart {
  display: none;
}
.mini_cart_area
{
  display: none;
}
@media only screen and (max-width: 576px) {
  .mini_cart_wrapper, .mini_cart{
      margin-left: 2px;
  }
  
}

@media only screen and (max-width: 767px) {
  .mini_cart {
    width: 300px;
       padding: 18px 18px 33px;
  }
  .mini_cart_area
  {
    width:300px;
  }
}
@media only screen and (max-width: 1199px) {
  .mini_cart_wrapper, .mini_cart {
    display: block;
  }
  .mini_cart_area
  {
    display: block;
  }
}
.cart_img {
  width: 32%;
  margin-right: 10px;
}

.cart_info {
  width: 52%;
}
.cart_info a {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin-bottom: 6px;
}
.cart_info a:hover {
  color: #5378ea;
}
.cart_info span {
  display: block;
}
.cart_info span.quantity {
  margin-bottom: 5px;
  font-size: 12px;
}
.cart_info span.price_cart {
  font-weight: 600;
}

/*---Switch toggle-----------------------*/
.pricing-switcher {
  text-align: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .pricing-switcher {
     margin-bottom: 40px;
  }
}
.pricing-switcher .fieldset {
  display: inline-block;
  position: relative;
  padding: 2px;
  border-radius: 50em;
  background-color: #5378ea;
  border: 2px solid #5378ea;
}

.pricing-switcher input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.pricing-switcher label {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 120px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
}

.pricing-switcher .switch {
  position: absolute;
  top: 2px;
  left: 2px;
  height: 60px;
  width: 120px;
  background-color: #d17ae3;
  color:#5378ea;
  border-radius: 50em;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}

.pricing-switcher input[type="radio"]:checked + label + .switch,
.pricing-switcher input[type="radio"]:checked + label:nth-of-type(n) + .switch {
  -webkit-transform: translateX(124px);
  -moz-transform: translateX(124px);
  -ms-transform: translateX(124px);
  -o-transform: translateX(124px);
  transform: translateX(124px);
}

.no-js .pricing-switcher {
  display: none;
}

.cart_remove {
  width: 10%;
  text-align: right;
}
.cart_remove a {
  color: #757575;
  font-size: 18px;
}
.cart_remove a:hover {
  color: #5378ea;
}

.cart_item {
  overflow: hidden;
  padding: 11px 0;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
}

.mini_cart_table {
  padding: 23px 0;
}

.cart_total {
  display: flex;
  justify-content: space-between;
}
.cart_total span {
  font-size: 14px;
  font-weight: 400;
}
.cart_total span.price {
  font-weight: 700;
}

.cart_button:first-child {
  margin-bottom: 15px;
}
.cart_button a {
  text-transform: uppercase;
  border-radius: 50px;
  font-weight: 600;
  background: #eef0f1;
  display: block;
  text-align: center;
  line-height: 20px;
  margin-bottom: 0;
  padding: 15px 0px 13px;
}
.cart_button a:hover {
  background: #5378ea;
  color: #fff;
}
.cart_button a.active {
  background: #5378ea;
  color: #fff;
}

/*header middel css end*/
/* 2.4 main menu css here */
.header_bottom {
  margin-bottom: 20px;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
  background-color: #5378ea;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_bottom {
    margin-bottom: 0;
    box-shadow: none;
  }
}
@media only screen and (max-width: 767px) {
  .header_bottom {
    margin-bottom: 0;
    box-shadow: none;
  }
}

.header_position {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main_menu {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .main_menu {
    display: none;
  }
}
.main_menu nav > ul > li {
  display: inline-block;
  position: relative;
}
.main_menu nav > ul > li:hover ul.sub_menu {
  opacity: 1;
  visibility: visible;
  transform: perspective(600px) rotateX(0deg);
}
.main_menu nav > ul > li:hover .mega_menu {
  opacity: 1;
  visibility: visible;
  transform: perspective(600px) rotateX(0deg);
}
.main_menu nav > ul > li:hover > a {
  color: #5378ea;
}
.main_menu nav > ul > li:first-child > a {
  padding-left: 0;
}
.main_menu nav > ul > li > a {
  display: block;
  padding: 15px 20px 17px 20px;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color:#fff;
}
.nav-pills
{
  background-color: #ffffff;
  border-radius: 3px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .nav-pills
  {
  background-color:transparent;
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
  }
}
.nav-pills .nav-item
{
  display:inline-block;
}
.nav-link
{
  position: relative;
}

@media only screen and (max-width: 767px) {
  .nav-link:after
  {
      content: "";
      position: absolute;
      font-size: 30px;
      font-weight: 700;
      color: #000;
      background-color: #1b1b1b;
      height: 4px;
      width: 4px;
      top: 20px;
      right: -10px;
      opacity: 0.7;
      display: inline-block;   
  }
}
.nav-pills .nav-item:last-child .nav-link:after
{
  background-color:transparent;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link
{
  background-color: #5378ea;
  transition: 0s ease-in-out;
}
.nav-pills .nav-link.active::after
{
  background-color:transparent;
}
.tab-content
{
  font-size: 16px;
  line-height: 26px;
 
}
.tab-content h4
{
  font-size: 22px;
  color:#5378ea;
}
.tab-content ul li 
{
  list-style-type: disc;
  margin-left: 20px;
}
.tab-content .card
{
  border:0;
  border-radius: 10px;
}
.course-content .number
{
  padding-right: 20px;
  margin-bottom: 20px;
}
.course-content .number p:nth-child(1)
{
font-size: 60px;
line-height: 50px;
color:#333333;
font-weight: 500;
}
.course-content .number p:nth-child(2)
{
font-size: 16px;
line-height: 16px;
color:#8c8c8c;
font-weight: 600;
text-transform: uppercase;
}
.product_ratings ul li{
  list-style-type: none;
  margin-left: 0px;
}
.progress-bar-area
{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  vertical-align: baseline;
}
.progress-bar-area .bar
{
  width: 100%;
  height: 5px;
  border-radius: 2px;
  background-color: #dbd9da;
  margin-right: 5%;
  margin-top: 12px;
  display: block;
  overflow: hidden;
}
.progress-bar-area .bar div
{
  background-color: #5378ea;
  height: 5px;
  width: 70%;
}
.progress-bar-area .product_ratings
{
  width: auto;
  display: flex;
}

.review-block
{
background-color: #ffffff;
border-radius: 10px;
padding: 10px;
margin-bottom: 10px;
overflow: hidden;

}
.review-block:hover{
  -webkit-box-shadow: 0px 0px 4px -1px #ccc;
  -moz-box-shadow: 0px 0px 4px -1px #ccc;
  box-shadow: 0px 0px 4px -1px #ccc;
}

.review-block .review-name
{
  display: flex;
  vertical-align: middle;
  justify-content: flex-start;
  flex-direction: row;
  font-weight: 600;
}
.review-block .review-name .icon-area
{
  height: 40px;
  width: 40px;
  border-radius: 50px;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  padding: 4px;
  
  border:2px solid #ffffff;
  -webkit-box-shadow: 0px 0px 4px -1px #ccc;
  -moz-box-shadow: 0px 0px 4px -1px #ccc;
  box-shadow: 0px 0px 4px -1px #ccc;
}
.review-block .review-name div
{
  flex-direction: column;
  display: flex;
  justify-content: center;
  margin-right: 10px;
  width: calc(100% - 50px);
}

.btn-style {
    font-size: 16px !important;
    line-height: 19px !important;
    font-weight: 400 !important;
    color: #fff !important;
    background-color: #034BA5 !important;
    padding: 13px 20px !important;
    border: 1px solid #034BA5 !important;
    border-radius: 100px !important;
}
.what-we-are .btn-style:hover {
  
  color: #5378ea !important;
}
.btn-style:hover {
  background-color:#333 ;
  border: 1px solid #333;
  color: #ffffff !important;
}
.banner-eazyclass a.btn-style:hover {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  background-color: #ffffff;
  background: linear-gradient(to right, #e9bbad 0%, #ffffff 100%);
  padding: 10px 20px;  
  border-radius: 100px;
  border:0;
}
.banner-eazyclass a.btn-style {
  background-color:transparent;
  color: #ffffff;
  padding: 10px 20px;  
  border-radius: 100px;
  font-weight: 700;
  border:0;
  background: linear-gradient(to right, #8f2fc6 0%, #f56f45 100%);

}
.small-button {
	background-color: #ffffff;
	font-size: 14px;
	color: #5378ea;
	border:1px solid #5378ea;
	border-radius: 20px;
	padding: 2px 20px;
	margin: 2px;
}
.small-button:focus, .small-button:active {
	outline: none;
}
.large-button-inner {
	background: #5378ea; 
	font-size: 22px;
	line-height: 24px;
	color: #ffffff;
  width: 100%;
  text-transform: uppercase;
	border: 0px;
	border-radius: 10px;
	padding: 10px 40px 10px 40px;
	outline: none;
}
.large-button-inner:hover, .small-button:hover {
  background: #5378ea !important; 
  color:#ffffff !important;
	-webkit-box-shadow: 0px 0px 5px 1px #5378ea ;
	box-shadow: 0px 0px 5px 1px #5378ea;
	-webkit-box-shadow: 0 0 10px 0.5rem rgb(114 35 130 / 15%);
    box-shadow: 0 0 10px 0.5rem rgb(114 35 130 / 15%);
	transition: border .3s, -webkit-box-shadow .3s;
	transition: box-shadow .3s, border .3s;
	transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .review-area
  {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .review-area
  {
    display: block;
  }
}
.contact_message
{
  max-width: 400px;
  
}
.more-info {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8f9fb+0,f8f9fb+100&0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(248,249,251,0) 0%, rgba(248,249,251,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(248,249,251,0) 0%,rgba(248,249,251,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(248,249,251,0) 0%,rgba(248,249,251,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f8f9fb', endColorstr='#f8f9fb',GradientType=0 ); /* IE6-9 */

  position: absolute;
  width: 100%;
  bottom: 0;
  height: 90px;
}
.read-more-content {
  height: auto;
  max-height: 500px;
  overflow: hidden;
  transition: max-height .5s ease;
}
.read-more-toggle {
  display: none;
}
.read-more-toggle-label {
  display: inline-block;
  user-select: none;
  cursor: pointer;
  border: none;
  padding: 5px 0;
  margin: .5em 0;
  font-size: 18px;
  font-weight: 600;
  color: #5378ea;
  text-align: left;
}
.read-more-toggle-label:after {
  content: "Show All";
  display: inline-block;
}
.read-more-toggle:checked + .read-more-content {
  display: block;
  /* css animation won't work with "auto"; set to some height larger
    than the content */
  height: auto;
  max-height: 1000px;
}
.read-more-toggle:checked + .read-more-content>.more-info
{display: none;}
.read-more-toggle:checked + .read-more-content + .read-more-toggle-label:after {
  content: "Show Less";
}
.Instructor
{
  width: 120px;
  height: 120px;
  border-radius: 90px;
  margin: auto;
  overflow: hidden;
  border: 3px solid #fff;
}
.Instructor img
{
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main_menu nav > ul > li > a {
    font-size: 16px;
  }
}

.main_menu nav > ul > li > a i {
  margin-left: 3px;
}
.main_menu nav > ul > li ul.sub_menu {
  position: absolute;
  min-width: 200px;
  padding: 25px 20px;
  background: #fff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  left: 0;
  right: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 99;
  top: 56px;
  text-align: left;
}
.main_menu nav > ul > li ul.sub_menu li a {
  font-weight: 500;
  display: block;
  line-height: 30px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
}
.main_menu nav > ul > li ul.sub_menu li a:hover {
  color: #5378ea;
}
.main_menu nav > ul > li ul.sub_menu li.home7new {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_menu nav > ul > li ul.sub_menu li.home7new span {
  font-size: 11px;
  text-transform: uppercase;
  background: #5378ea;
  color: #5378ea;
  padding: 0 9px;
  display: inline-block;
  border-radius: 5px;
  height: 22px;
  line-height: 22px;
}
.main_menu nav > ul > li.mega_items {
  position: static;
}
.main_menu nav > ul > li .mega_menu {
  position: absolute;
  min-width: 100%;
  padding: 25px 30px 30px 30px;
  background: #fff;
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  left: 0;
  right: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 99;
  top: 100%;
  text-align: left;
}
.main_menu nav > ul > li .mega_menu .banner_static_menu {
  margin-top: 20px;
}
.main_menu nav > ul > li .mega_menu .banner_static_menu a {
  width: 100%;
}
.main_menu nav > ul > li .mega_menu .banner_static_menu a img {
  width: 100%;
}
.main_menu nav > ul > li .mega_menu .banner_static_menu a img:hover {
  opacity: 0.7;
}

.mega_menu_inner {
  display: flex;
  justify-content: space-between;
}
.mega_menu_inner > li > a {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  display: block;
  margin-bottom: 8px;
}
.mega_menu_inner > li > a:hover {
  color: #5378ea;
}
.mega_menu_inner > li ul li {
  display: block;
}
.mega_menu_inner > li ul li a {
  font-weight: 400;
  display: block;
  line-height: 28px;
  text-transform: capitalize;
}
.mega_menu_inner > li ul li a:hover {
  color: #5378ea;
}

/*main menu css end*/
/*mobaile menu css here*/
.mean-container .mean-bar {
  background: inherit;
  position: absolute;
  z-index: 9;
  top: 43px;
  left: 0;
  width: 100%;
}
.mean-container .mean-bar::after {
  top: -33px;
  left: 22px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .mean-container .mean-bar::after {
    left: 22px;
    font-size: 15px;
  }
}
.mean-container .mean-nav {
  max-height: 300px;
  overflow: auto;
}
.mean-container .mean-nav ul li a {
  font-weight: 400;
}
.mean-container a.meanmenu-reveal {
  float: left;
  right: 17px;
  top: -34px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .mean-container a.meanmenu-reveal {
    right: 15px;
    top: -34px;
  }
}
.mean-container a.meanmenu-reveal span {
  background: #fff;
}

.mobile-menu {
  border: 1px solid #ddd;
  height: 45px;
  top: -31px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mobile-menu {
    top: 19px;
  }
}

/*-- 2.3 Categories menu css here --*/

/* 02. slider area css here */

.single_slider {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  height: 500px;
  padding: 0 50px;

}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 63px;
  z-index: 1;
  background-color: #d8e2f0;
  height: 40px;
}
#body-loggedin .sticky-top{
  background-color: #ade3c0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_slider {
    height: 470px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_slider {
    height: 420px;
  }
}
@media only screen and (max-width: 767px) {
  .single_slider {
    background-position:70% center;
    height: 350px;
  }
}

.slider_area .owl-dots {
  position: absolute;
  bottom: 50%;
  text-align: center;
  right: 20px;
  transform: translatex(-50%);
  display: block;
}

@media only screen and (max-width: 767px) {
  .slider_area .owl-dots {
    bottom: 50%;
  }
}
.slider_area .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  background: #565759;
  border:1px solid #565759;
  margin:10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.slider_area .owl-dots .owl-dot.active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slider_area .owl-dots .owl-dot.active::before {
  position: absolute;
  content: "";
  background: #fff;
  border:1px solid #fff;
  width: 12px;
  height: 12px;
  left: -1px;
  top: -1px;
  border-radius: 50%;
}

.slider_content {
  padding: 40px 0 40px 50px;
}
.slider_section .blue-line
{
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 2;
  bottom: -2px;
  right: 0;
}
.slider_section .blue-line img
{
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .slider_content {
    text-align: center;
    padding: 25px 20px;
    width: 100%;
  }
  .slider_content h1 {
    font-weight: 600 !important;
    background: transparent;
    color:#fff !important;
    padding: 10px 0;
    border-radius: 5px;
    font-size: 30px;
  }
  .slider_content a
  {
    background-color: #fff !important;
    color:#5378ea !important;
  }

}
.slider_content h1 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 30px;
  font-weight: 300;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content h1 {
    font-size: 45px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content h1 {
    font-size: 30px !important;
    line-height: 32px !important;
    margin-bottom: 18px;
  }
}
.slider_content h2 {
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 24px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
}
.slider_content h1 .font-small
{
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .slider_content h2::before {
    display: none;
  }
  .slider_content h1 .font-small
{
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
}
}
@media only screen and (max-width: 767px) {
  .slider_content h2 {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 12px;
  }
}
.slider_content a {
  font-size: 16px;
  font-weight: 400;
  margin-top: 25px;
  text-transform: uppercase;
  color: #fff;
  height: 48px;
  line-height: 47px;
  padding: 0 25px;
  display: inline-block;
  background: #5378ea;
  font-family: "Roboto", sans-serif;
  border-radius: 50px;
  border: 1px solid #5378ea;
}
.slider_content a:hover {
  color: #5378ea !important;
  background: #fff !important;
  border: 1px solid #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content a {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content a {
    margin-top: 20px;
    height: 43px;
    line-height: 43px;
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content a {
    font-weight: 500;
    margin-top: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
  }
}

.active .slider_content h1, .active .slider_content h2, .active .slider_content a {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.active .slider_content h1 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.active .slider_content a {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

/*home two css here*/

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .slider_two .single_slider {
    height: 470px;
  }
}
.slider_two .slider_content {
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .slider_two .slider_content {
    padding: 0 20px;
  }
}
.slider_content
{
  text-align: left;
  color: #ffffff;
}
.slider_two .slider_content h1
{
  text-align: left;
  font-size: 58px;
  line-height: 48px;
  font-weight: 600;
  color: #ffffff;
 
}


/*home three css here*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_three .single_slider {
    height: 436px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_three .slider_content h1 {
    font-size: 44px;
    line-height: 44px;
  }
}

/*home three css here*/
.slider_six {
  position: relative;
}
.slider_six .slider_content {
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .slider_six .slider_content {
    padding: 25px 20px;
    text-align: left;
  }
}
.slider_six .slider_content h1 {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_six .slider_content h1 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_six .slider_content h1 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 18px;
  }
}
.slider_six .slider_content h2 {
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 22px;
  line-height: 1;
  display: inline-block;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .slider_six .slider_content h2::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .slider_six .slider_content h2 {
    font-size: 17px;
    margin-bottom: 12px;
  }
}
.slider_six .slider_content a {
  font-size: 16px;
  font-weight: 400;
  margin-top: 30px;
  color: #5378ea;
  height: 48px;
  line-height: 47px;
  padding: 0 25px;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  border-radius: 5px;
}
.slider_six .slider_content a:hover {
  color: #fff;
  background: #5378ea;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_six .slider_content a {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_six .slider_content a {
    margin-top: 20px;
    height: 43px;
    line-height: 43px;
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_six .slider_content a {
    font-weight: 500;
    margin-top: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
  }
}
.slider_six .owl-dots {
  left: 40px;
  transform: translateX(0);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_six .single_slider {
    height: 450px;
  }
}

/*color scheme 2 css here*/
.color_scheme_2 .slider_content a {
  background: #b2e515;
}
.color_scheme_2 .slider_content a:hover {
  color: #fff;
  background: #5378ea;
}
.color_scheme_2 .owl-dots .owl-dot.active::before {
  background: #b2e515;
}
.color_scheme_2 .sidebar_banner .banner_text h4 {
  color: #b2e515;
}
.color_scheme_2 .banner_text a {
  background: #b2e515;
}
.color_scheme_2 .banner_text a:hover {
  background: #5378ea;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .slider_new5 {
    margin-bottom: 17px;
  }
}

/*  04. banner section css here  */
@media only screen and (max-width: 767px) {
  .banner_area {
    margin-bottom: 31px;
  }
}

.banner_container {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .banner_container {
    flex-direction: column;
  }
}

.single_banner {
  margin-right: 10px;
  width: 50%;
}
.single_banner:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .single_banner {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.banner_thumb {
  position: relative;
}
.banner_thumb a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.banner_thumb a img:hover {
  opacity: 0.7;
}

.banner_text {
  position: absolute;
  top: 40px;
  left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner_text {
    left: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_text {
    top: 23px;
    left: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_text {
    top: 15px;
    left: 20px;
  }
}
.banner_text h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 21px;
  font-family: "Roboto", sans-serif;
  width: 220px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner_text h2 {
    font-size: 23px;
    line-height: 25px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_text h2 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_text h2 {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 8px;
  }
}
.banner_text h3 {
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 3px;
  font-family: "Roboto", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_text h3 {
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_text h3 {
    font-size: 15px;
    line-height: 17px;
  }
}
.banner_text a {
  font-size: 13px;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
  padding: 0 18px;
  display: inline-block;
  background: #5378ea;
  color:#fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  pointer-events: visible;
  font-family: "Roboto", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_text a {
    font-size: 12px;
    line-height: 28px;
    padding: 0 11px;
  }
}
.banner_text a:hover {
  background: #5378ea;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .banner_text a {
    font-size: 12px;
    line-height: 30px;
    padding: 0 10px;
  }
}

/*home two css here*/
.banner_fullwidth {
  width: 100%;
}
.banner_fullwidth .banner_thumb > a {
  display: inline-block;
}
@media only screen and (max-width: 479px) {
  .banner_fullwidth .banner_thumb > a {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .banner_fullwidth .banner_thumb > a img {
    height: 138px;
    object-fit: cover;
    width: 100%;
  }
}
.banner_fullwidth .banner_text {
  right: 50px;
  left: auto;
  top: 50%;
  transform: translatey(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_fullwidth .banner_text {
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_fullwidth .banner_text {
    right: 10px;
  }
}
.banner_fullwidth .banner_text h2 {
  width: inherit;
  font-size: 48px;
  line-height: 48px;
  font-weight: 300;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_fullwidth .banner_text h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_fullwidth .banner_text h2 {
    font-size: 20px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 479px) {
  .banner_fullwidth .banner_text h2 {
    font-size: 15px;
    line-height: 18px;
  }
}
.banner_fullwidth .banner_text h3 {
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_fullwidth .banner_text h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_fullwidth .banner_text h3 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 479px) {
  .banner_fullwidth .banner_text h3 {
    font-size: 15px;
    line-height: 16px;
  }
}
.banner_fullwidth .banner_text p {
  font-size: 18px;
  line-height: 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_fullwidth .banner_text p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_fullwidth .banner_text p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 6px;
    width: 180px;
  }
}
@media only screen and (max-width: 479px) {
  .banner_fullwidth .banner_text p {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 7px;
    width: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_fullwidth .banner_text a {
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_fullwidth .banner_text a {
    font-size: 11px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .banner_fullwidth .banner_text a {
    font-size: 10px;
    line-height: 24px;
  }
}

/*home three css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar_banner {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar_banner {
    margin-top: 20px;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar_banner .banner_thumb a img {
    width: 100%;
  }
}
.sidebar_banner .banner_text {
  left: 30px;
}
.sidebar_banner .banner_text h4 {
  font-size: 28px;
  line-height: 28px;
  color: #5378ea;
  margin-bottom: 3px;
}
.sidebar_banner .banner_text h3 {
  font-size: 28px;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 10px;
}
.sidebar_banner .banner_text h2 {
  width: 100%;
  font-size: 42px;
  line-height: 42px;
  font-weight: 900;
}

/*home four css here*/
.banner_static {
  height: 370px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .banner_static {
    height: 260px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner_static {
    height: 260px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_static {
    height: 260px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_static {
    height: 210px;
    margin-bottom: 50px;
  }
}
.banner_static .banner_text {
  position: unset;
}
.banner_static .banner_text h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 300;
  line-height: 48px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_static .banner_text h2 {
    font-size: 38px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_static .banner_text h2 {
    font-size: 25px;
    line-height: 25px;
  }
}
.banner_static .banner_text h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_static .banner_text h1 {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .banner_static .banner_text h1 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 5px;
  }
}
.banner_static .banner_text p {
  font-size: 18px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .banner_static .banner_text p {
    font-size: 14px;
    line-height: 20px;
  }
}

/*new banner section css here*/
.vidio_banner_thumb {
  position: relative;
}

.vidio_play-btn {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.vidio_play-btn a {
  font-size: 30px;
  color: #fff;
  border: 5px solid #fff;
  width: 70px;
  height: 70px;
  line-height: 60px;
  display: inline-block;
  border-radius: 50%;
}
.vidio_play-btn a:hover {
  border-color: #b2e515;
  color: #b2e515;
}
@media only screen and (max-width: 767px) {
  .vidio_play-btn a {
    font-size: 21px;
    border: 4px solid #fff;
    width: 55px;
    height: 55px;
    line-height: 47px;
  }
}
.banner-eazyclass
{
  background-color: #190b3e;
  color: #fff;

}
.skill
{
  background-color: #22ae98;
  color: #fff;

}
.banner-eazyclass .banner
{
  background: url(../img/home/green-banner.jpg);
    background-size: cover;
    background-position: 50%;
    min-height: 400px;
   
}
.banner-portfolio
{
  background: #190b3e url(../img/portfolio/banner-bg.png) no-repeat;
  color: #fff;
  background-size: cover;
    background-position: 50%;

}
.banner-portfolio .portfolio
{
  
    
    min-height: 300px;
   
}
.enquiry
{
  background: url(../img/service/enquiry-bg.jpg);
    background-size: cover;
    background-position: 50%;
    min-height: 400px;
   
}
.team
{
  background: url(../img/team/banner6.jpg);
    background-size: cover;
    background-position: 50%;
    min-height: 400px;
   
}
.skill .banner
{
  background: url(../img/about/skill.jpg);
    background-size: cover;
    background-position: 50%;
    min-height: 400px;
   
}
.progress.progress-sm {
  height: 6px;
  max-width: 450px;
}
.releted-posts-area
{
  background: #e2e2e2;
  padding: 40px;
  color:#666;
  border-radius: 10px;
}
.expertise
{
  background: #5378ea;
  padding: 40px;
  color:#fff;
  border-radius: 10px;
}
.expertise .tools
{
  padding: 5px 20px;
  border-radius: 50px;
  background-color: #f3f3f3;
  color:#8f2fc6;
  margin: 0 15px 15px 0;
  display: inline-block;
}
.expertise a
{
  color: #fff;
}
.expertise a:hover
{
  color: #fff;
  text-decoration: underline;
}
/* OUR CORE SERVICES -strat*/
.card-area
{
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
  
}
.update-section .single_testimonial .card-area{
  min-height: 400px;
  position: relative;
}

.card-area .arrow-style
{
  position: absolute;
  bottom: 15px;
  right: 20px;
}
.card-area .card-icon-area
{
background-color: #b5c5d8;
padding: 17px;
color: #fff;
border-radius: 50%;
}
.card-area .arrow-style
{
  color:#fff;
}
.card-area .arrow-style:hover
{
  color:#ccc !important;
}
.card-area h4{
  color:#333333;
}
.card-area img
{
  width:100%;
  
}
.card-area .c-body
{
  padding: 20px; 
  height: 160px;
  overflow: hidden;
  position: relative;
   
}
.card-area .c-body i
{
  font-size: 12px;
   
}
.card-area .c-body p
{
   color:#b3b3b3;
   font-size: 16px;
  
}
.white-shadow1 {
  
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: -40px;
  left: 0px;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 22%, rgba(255,255,255,0) 100%);
}
.card-area .c-footer
{
  
  margin-bottom: 20px;
  padding: 10px 20px 15px 20px; 
}
.update-section .single_testimonial .c-footer{
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  padding: 10px 20px 0px 20px;
}
.card-area a.btn-style {
  color: #1877f2 !important;
  background-color: #ffffff !important;
 
  border: 1px solid #1877f2 !important;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 100px;
}
.card-area a.btn-style:hover {
 
  
  background-color: #1877f2 !important;
  color: #ffffff !important;
}
/* OUR CORE SERVICES -End*/
/* Why chose us-start */
.why-us-area
{
  margin: 80px 0;
  min-height: 75vh;
}
/*a.btn
{
font-size: 16px;
font-weight: 600;
color:#ffffff;
background-color:#5378ea ;
padding:10px 20px;
border: 1px solid #5378ea;
border-radius: 10px;
}

a.btn:hover
{
color:#5378ea;
background-color:#ffffff ;
border: 1px solid #5378ea;
}*/

.icon-area
{
  display: flex;
  margin-bottom: 20px;
}
.icon-area i
{
  width: 80px;
}
.line-style
{
  height: 1px;
  width: 100px;
  background-color: #3c2a4f;
  margin: 30px 0;
}
.icon-area div
{
  width: calc(100% - 80px);
}
.read-more-content {
  height: auto;
  max-height: 500px;
  overflow: hidden;
  transition: max-height .5s ease;
}
.read-more-toggle {
  display: none;
}
.read-more-toggle-label {
  display: inline-block;
  user-select: none;
  cursor: pointer;
  border: none;
  padding: 5px 0;
  margin: .5em 0;
  font-size: 18px;
  font-weight: 600;
  color: #5378ea;
  text-align: left;
}
.read-more-toggle-label:after {
  content: "Show All";
  display: inline-block;
}
.read-more-toggle:checked + .read-more-content {
  display: block;
  /* css animation won't work with "auto"; set to some height larger
    than the content */
  height: auto;
  max-height: 1000px;
}
.read-more-toggle:checked + .read-more-content>.more-info
{display: none;}
.read-more-toggle:checked + .read-more-content + .read-more-toggle-label:after {
  content: "Show Less";
}
.more-info {
  background: -moz-linear-gradient(top, rgba(247,245,249,0) 0%, rgba(247,245,249,1) 100%);
  background: -webkit-linear-gradient(top, rgba(247,245,249,0) 0%,rgba(247,245,249,1) 100%);
  background: linear-gradient(to bottom, rgba(247,245,249,0) 0%,rgba(247,245,249,1) 100%);
  
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 220px;
}
.tools-block
{
  padding: 3px 15px;
  border-radius: 50px;
  font-size: 14px;
  background-color: #f3f3f3;
  border:1px solid #8f2fc6;
  color:#8f2fc6;
  margin: 0 10px 10px 0;
  display: inline-block;
}
.doctor-banner {
  
  background: url(../assets/images/blue-bg.png);
  background-size: cover;
  background-position: 0;
  overflow: hidden;
  width: 100%;

}

@media only screen and (max-width: 991px) {
  .white-line
  {
    border-bottom: 1px solid #666;
  }
}
.maps{
  background:#5378ea;
  color:#ffffff;
  width: 100%;
}
.maps iframe{
  border-radius: 20px;
  
}
.max-width-400
{
  max-width:500px;
}
.what-we-are {
  
  background:#5378ea;
  color:#ffffff;
    background-size: cover;
    background-position: 0 50%;
    overflow: hidden;
    min-height: 75vh;
    width: 100%;

}
.what-we-are .btn-style
{
border:1px solid #ffffff;
}
.what-we-are .btn-style:hover
{
border:1px solid #ffffff;
background-color: #ffffff;
color: #5378ea;
}

@media only screen and (max-width: 767px) {
  .why-us ul li
  {
  
    width: 100%;
    margin:20px 0 !important;  
  }
    .why-us .text-area
  {
      position: inherit;
  }
}
/* meeting setting -----Start--*/
.meeting-link
{
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: center;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.meeting-link .schdule
{
  cursor: pointer;
}
.meeting-link div.schdule-icon, .meeting-link div.join-icon
{
  height: 100px;
  width: 100px;
  border-radius: 10px;
  border:1px solid #5378ea;
  display: flex;
  vertical-align: MIDDLE;
  flex-direction: column;
  justify-content: center;
}
.meeting-link div.schdule-icon i
{
  width: 50px;
  height: 50px;
  margin: auto;
  display: block;
  background: url(../img/meeting/icon1.png);
  background-position: 0px -3px;
}
.meeting-link div.join-icon i
{
  width: 50px;
  height: 50px;
  margin: auto;
  display: block;
  background: url(../img/meeting/icon1.png);
  background-position: 0px -104px;
}
.schdule .content
{
  display: flex;
  justify-content: center;
  vertical-align: middle;
  flex-direction: column;
}
.schdule:hover div.schdule-icon, .schdule:hover div.join-icon
{
  border:1px solid #777079;
  background:#5378ea;
}
@media only screen and (max-width: 767px) {
  .schdule div.schdule-icon, .schdule div.join-icon
{
  display: none !important;
}
}
.schdule:hover div.schdule-icon i
{
  background: url(../img/meeting/icon1.png);
  background-position: 0px -57px;
  background-repeat: no-repeat;
}
.schdule:hover div.join-icon i
{
  background: url(../img/meeting/icon1.png);
  background-position: 0px -142px;
  background-repeat: no-repeat;

}

.meeting-details
{
  background-color: #f8f8f8;
  padding: 40px;
  font-size: 16px;
  margin: 60px 0;
  border-radius: 10px;
}
.meeting-details label
{
  color:#5378ea;
  font-weight: 500;
  margin-top: 20px;
}
.meeting-details .small-btn
{
  font-size: 12px;
  font-weight: 500;
  padding: 5px 10px;
  color:#5378ea;
  border-radius: 50px;
  background-color: #ffffff;
  border:1px solid #5378ea;
}
.meeting-details .small-btn:hover
{
  font-size: 12px;
  font-weight: 500;
  padding: 5px 10px;
  color:#ffffff;
  border-radius: 50px;
  background-color: #5378ea;
  border:1px solid #5378ea;
}
.dropdown-list, .dropdown-list1
{
  position: absolute;
  top:0;
  left:0;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: left;
  display: none;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}
.dropdown-list li, .dropdown-list1 li 
{
  display: flex;
}
.dropdown-list li a, .dropdown-list1 li a
{
  padding: 15px 20px;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
}
.dropdown-list li a:hover, .dropdown-list1 li a:hover
{
  background-color: #f0f0f0;
}
.dropdown-list li a i, .dropdown-list1 li a i
{
  margin-top: 5px;
}
.status-list li a
{
  padding: 8px 15px;
  text-transform: none;
}
.status-list i
{
  width: 15px;
  height: 15px;
  display: block;
}
/* meeting setting-----End--*/
/* 03. Why chose us-end */
.section_title h2 {
  font-size: 26px;
  line-height: 33px;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .section_title h2 {
    margin-bottom: 22px;
    font-size: 20px;
    line-height: 16px;
    padding-right: 0;
    position: relative;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .section_title h2::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #e9e9e9;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
  }
}
.section_title h2 span {
  background: #ffffff;
  padding-right: 20px;
  position: relative;
}
.section_title h2 span strong {
  margin-right: 5px;
}
.section_title ul.product_tab_button {
  margin-left: 180px;
  background: #e9e9e9;
  position: relative;
  border: 1px solid #e9e9e9;
  padding: 0 15px;
  border-radius: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section_title ul.product_tab_button {
    margin-left: 43px;
  }
  .why-us div.right-img ul li p
  {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .section_title ul.product_tab_button {
    margin-left: 0;
    justify-content: center;
    margin-bottom: 20px;
    padding: 8px 15px 10px;
  }
}
.section_title ul.product_tab_button li {
  margin-right: 15px;
}
.section_title ul.product_tab_button li:last-child {
  margin-right: 0;
}
.section_title ul.product_tab_button li a {
  font-size: 14px;
  color: #5378ea;
  line-height: 30px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  display: block;
  padding: 0 15px;
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 767px) {
  .section_title ul.product_tab_button li a {
    line-height: 26px;
  }
}
.section_title ul.product_tab_button li a:hover {
  font-weight: 700;
}
.section_title ul.product_tab_button li a::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  background: #d6d6d6;
  right: -15px;
  top: 50%;
}
.section_title ul.product_tab_button li a.active {
  font-weight: 700;
}
.section_title ul.product_tab_button li:last-child a::before {
  display: none;
}

.product_thumb {
  position: relative;
}
.product_thumb a.secondary_img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.testimonial_active .owl-nav {
  position: absolute;
  bottom: 28px;
  left:20px;
  border:1px solid #fff;
  display: flex;
  padding: 0 9px;
  border-radius: 25px;

}
.testimonial_active .owl-nav > div {
  width: 25px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product_carousel .owl-nav {
  position: absolute;
  bottom: -70px;
  right: 46%;
  background: #ffffff;
  display: flex;
  padding: 0 9px;
  border-radius: 25px;
  border: 1px solid #e9e9e9;
}
@media only screen and (max-width: 767px) {
  .product_carousel .owl-nav, .testimonial_active .owl-nav {
    display: none;
  }
}
.product_carousel .owl-nav > div {
  width: 25px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #a9a9a9;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product_carousel .owl-nav > div:hover {
  color: #5378ea;
}

.product_content {
  margin-top: 15px;
}

.single_product {
  padding: 10px 8px 18px 18px;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
  margin: 1px;
}
.single_product:hover .product_thumb a.secondary_img {
  opacity: 1;
  visibility: visible;
}
.single_product:hover .product_name h3 {
  margin-bottom: 10px;
  margin-top: 0;
}
.single_product:hover .product_name p {
  opacity: 1;
  margin-bottom: 9px;
}
.single_product:hover .action_links {
  opacity: 1;
  visibility: visible;
}
.single_product:hover .action_links ul li a {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.single_product:hover .add_to_cart {
  opacity: 1;
  visibility: visible;
}
.single_product:hover .add_to_cart a {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.action_links {
  transition: all 0.5s ease;
  position: absolute;
  right: 0;
  top: 8px;
  opacity: 0;
  visibility: hidden;
}
.action_links ul li a {
  line-height: 36px;
  width: 36px;
  text-align: center;
  font-size: 22px;
  display: block;
  transition: all 0.5s ease;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
}
.action_links ul li a:hover {
  color: #5378ea;
}

.add_to_cart {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.add_to_cart a {
  line-height: 36px;
  width: 36px;
  text-align: center;
  font-size: 22px;
  display: block;
  transition: all 0.5s ease;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
}
.add_to_cart a:hover {
  color: #5378ea;
}

.product_footer {
  justify-content: space-between;
}

.label_product {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  line-height: 20px;
  background: #5378ea;
  color: #fff;
  border-radius: 5px;
  transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
}
.label_product span {
  transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
}
.label_product span.label_sale, .label_product span.label_new {
  padding: 0 10px;
  border-radius: 2px;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
}
.label_product span.label_new {
  background: #7c5fdc;
}

.product_name h3 {
  font-size: 14px;
  text-transform: capitalize;
  margin: 15px 0 4px 0;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product_name h3 a {
  line-height: 20px;
  display: block;
}
.product_name h3 a:hover {
  color: #7c5fdc;
}
.product_name p {
  line-height: 20px;
  display: block;
  opacity: 0;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product_name p a {
  text-transform: uppercase;
  display: block;
  font-size: 12px;
  font-weight: 400;
}
.product_name p a:hover {
  color: #222;
}

.product_ratings {
  margin-bottom: 5px;
}
.product_ratings ul {
  display: inline-flex;
}
.product_ratings ul li {
  line-height: 18px;
}
.product_ratings ul li a {
  color: #FFCB15;
  font-size: 16px;
  margin: 2px;
}
.product_ratings ul li a i{
  vertical-align: bottom;
  
}



.call-end-ratings ul {
  display: inline-flex;
}
.call-end-ratings ul li {
  line-height: 18px;
}
.call-end-ratings ul li a {
  color: #3c2a4f;
  font-size: 26px;
  margin: 8px;
}
.call-end-ratings ul li a i{
  vertical-align: bottom;
  
}
.price_box span.regular_price {
  font-weight: 600;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .price_box span.regular_price {
    font-size: 16px;
  }
}
.price_box span.old_price {
  color: #757575;
  text-decoration: line-through;
  font-weight: 400;
  font-size: 16px;
}
.price_box span.current_price {
  color: #5378ea;
  font-weight: 600;
  font-size: 18px;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .price_box span.current_price {
    font-size: 16px;
  }
}
/*Host-area css here-Start*/
.host-area
{
  margin: 80px 0;
}
.host-area .block
{
  background-color: #f0f2f5;
  border-radius: 10px;
  padding: 20px;
}
.line-style-full
{
  border-top: 1px solid #e1e6eb;
}
/*Host-area css here-Start*/
/*features-area css here-Start*/
.features-area
{
  margin: 80px 0;
}
.features-area .features
{
  max-width: 450px;
  margin: auto;
}
.features-area .right-img
{
  max-width: 450px;
  margin: auto;
}
.features-area .features-heading .line-style
{
  margin: 30px auto;
}
/*features-area css here-End*/
/*Quick Search css here*/
.quick_search_inner {
  border: 1px solid #f0f0f0;
  padding: 19px 5px;
  border-radius: 4px;
  overflow: hidden;
  margin: 1px;
}
.quick_search button {
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  padding: 5px 10px;
  text-transform:uppercase;
  color: #ffffff;
  background: #5378ea;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0;
  border: 0;
  border-radius: 3px;
  width: 100%;
}
.quick_search button:hover {
  background: #5378ea;
}
/*single featured  css here*/
.featured_categories {
  background: #f6f6f6;
  padding: 42px 0 50px;
}
@media only screen and (max-width: 767px) {
  .featured_categories {
    padding: 50px 0 50px;
  }
}
.featured_categories .section_title h2 span {
  background: #f6f6f6;
  position: relative;
}

.featured_carousel {
  background: #ffffff;
}
.featured_carousel .owl-item.last .single_featured {
  border-right: 0;
}

.single_featured {
  display: flex;
  padding: 19px;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.single_featured:last-child {
  border-bottom: 0;
}

.featured_thumb {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .featured_thumb {
    width: 38%;
  }
}
.featured_thumb a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.featured_thumb a img:hover {
  opacity: 0.7;
}

.featured_content {
  width: 55%;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .featured_content {
    width: 63%;
    padding-left: 16px;
  }
}
.featured_content h3 {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  margin-bottom: 8px;
}
.featured_content h3 a:hover {
  color: #5378ea;
}
.featured_content > a {
  color: #5378ea;
  text-transform: uppercase;
  margin-top: 10px;
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  float: right;
  position: relative;
  padding-right: 18px;
}
.featured_content > a:hover {
  color: #5378ea;
}
.featured_content > a::before {
  position: absolute;
  content: "\f362";
  font-family: "Ionicons";
  font-size: 16px;
  font-weight: 400;
  margin-left: 4px;
  display: inline-block;
  line-height: inherit;
  vertical-align: top;
  color: #5378ea;
  right: 0;
}

.sub_featured ul li a {
  display: block;
  line-height: 24px;
  text-transform: capitalize;
}
.sub_featured ul li a:hover {
  color: #5378ea;
}

/*small product area css here*/
.small_product .single_product {
  display: flex;
}
.small_product .product_content {
  width: 55%;
}
.small_product .product_content h3 {
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.small_product .product_content h3 a {
  line-height: 20px;
  display: block;
}
.small_product .product_content h3 a:hover {
  color: #7c5fdc;
}
.small_product .product_thumb {
  width: 45%;
}
.small_product .product_ratings {
  margin-bottom: 10px;
}

/*custom product area css here*/
.custom_product_area {
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom_product_area {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom_product_area {
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .custom_product_area {
    margin-bottom: 2px;
  }
}

.single_product_items {
  margin-bottom: 20px;
  display: flex !important;
}
.single_product_items .product_content {
  width: 70%;
  padding-left: 20px;
  margin-top: 0;
}
.single_product_items .product_content h3 {
  margin: 0 0 8px 0;
}
.single_product_items .product_thumb {
  width: 30%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom_product {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .custom_product {
    margin-bottom: 11px;
  }
}
@media only screen and (max-width: 479px) {
  .custom_product {
    margin-bottom: 23px;
  }
}
.custom_product .section_title h2 {
  font-size: 22px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .custom_product .section_title h2 {
    font-size: 18px;
  }
}

/*call to action css here*/
.call_to_action {
  background: #5378ea;
  padding: 42px 0 45px;
}
@media only screen and (max-width: 767px) {
  .call_to_action {
    padding: 42px 0 50px;
  }
}

.call_action_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .call_action_inner {
    flex-direction: column;
    text-align: center;
  }
}

.call_text h3 {
  font-size: 30px;
  line-height: 39px;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  margin-bottom: 3px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .call_text h3 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call_text h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .call_text h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.call_text h3 span {
  font-weight: bold;
}
.call_text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  .call_text p {
    margin-bottom: 14px;
  }
}

.link_follow ul li {
  display: inline-block;
  margin-right: 7px;
}
.link_follow ul li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .link_follow ul li {
    margin-right: 3px;
  }
}
.link_follow ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  display: block;
  text-align: center;
  color:#666666;
  border-radius: 50px;
  border:1px solid #666666;
}
.link_follow1
{
  position: relative;
}
.link_follow1 ul
{
  background-color: #e3c5f7;
  background: linear-gradient(to right, #8f2fc6 0%, #f56f45 100%);
  border-radius: 50px;
  display: inline-block;
  padding: 3px 3px 7px 3px;
  margin-top: -90px;
  position: absolute;
  left: 112px;
}
.link_follow1 ul li {
  display: inline-block;
  margin-right: 3px;
}
.link_follow1 ul li a {
  width: 30px;
  height: 30px;
  line-height: 40px;
  font-size: 18px;
  display: block;
  text-align: center;
  color:#fff;
}
.link_follow1 ul li a:hover {
  width: 30px;
  height: 30px;
  line-height: 40px;
  font-size: 18px;
  display: block;
  text-align: center;
  color:#f3f3f3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .link_follow ul li a {
    width: 42px;
    height: 42px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .link_follow ul li a {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
}
.link_follow ul li a:hover {
  background: #333333;
  color: #fff !important;
  border:1px solid #333333;
}

@media only screen and (max-width: 767px) {
  .discover_now {
    margin-bottom: 15px;
  }
}
.discover_now a {
  line-height: 48px;
  background: #5378ea;
  color: #fff;
  padding: 0 33px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 25px;
  -webkit-border-radius: 25px;
}
.discover_now a:hover {
  background: #2b3137;
  color: #5378ea;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .discover_now a {
    line-height: 43px;
    padding: 0 11px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .discover_now a {
    line-height: 38px;
    padding: 0 22px;
    font-size: 12px;
  }
}

/*call to action css end*/
/*home two css here*/
.single_product_list .single_product {
  margin-bottom: 20px;
}
.single_product_list .single_product:last-child {
  margin-bottom: 0;
}

.product_tab_button.tab_button2 {
  margin-left: 0;
  background: #f6f6f6;
  border: 0;
  padding: 0;
  margin-bottom: 22px;
  position: relative;
}
.product_tab_button.tab_button2::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background: #e9e9e9;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
}
@media only screen and (max-width: 767px) {
  .product_tab_button.tab_button2::before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .product_tab_button.tab_button2 {
    flex-direction: column;
  }
}
.product_tab_button.tab_button2 li {
  margin-right: 20px;
}
.product_tab_button.tab_button2 li:first-child a {
  padding-left: 0;
}
.product_tab_button.tab_button2 li:last-child {
  margin-right: 0;
}
.product_tab_button.tab_button2 li a {
  font-size: 26px;
  line-height: 33px;
  font-family: "Roboto", sans-serif;
  color: #5378ea;
  background: #f6f6f6;
  position: relative;
  padding: 0 20px;
}
.product_tab_button.tab_button2 li a.active {
  color:#5378ea;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_tab_button.tab_button2 li a {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .product_tab_button.tab_button2 li a {
    font-size: 20px;
    line-height: 33px;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .product_tab_button.tab_button2 li a::before {
    display: none;
  }
}
.product_tab_button.tab_button2 li a span {
  font-weight: 700;
}

.new_product_area {
  background: #f6f6f6;
  padding: 43px 0 50px;
}

.sample_product {
  flex: 0 0 31.333333%;
  max-width: 31.333%;
  margin-right: 20px;
  padding: 20px 15px;
  background: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sample_product {
    flex: 0 0 30.333333%;
    max-width: 30.333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sample_product {
    flex: 0 0 48%;
    max-width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .sample_product {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.sample_product .product_name {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sample_product .product_name {
    margin-top: 0;
  }
}
.sample_product .product_name h3 {
  margin-top: 0;
}
.sample_product .manufacture_product p {
  opacity: 1;
}
.sample_product .product_content {
  margin-top: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sample_product .product_content {
    margin-top: 4px;
  }
}
.sample_product .product_ratings {
  margin-bottom: 13px;
}

.new_product_container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.new_product_container .product_carousel {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .new_product_container .product_carousel {
    flex: 0 0 49%;
    max-width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  .new_product_container .product_carousel {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.product_bg .single_product {
  background: #fff;
  border: 0;
  margin-bottom: 20px;
}
.product_bg .single_product:last-child {
  margin-bottom: 0;
}

.quantity_progress {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.quantity_progress p {
  margin-bottom: 10px;
  text-transform: capitalize;
  line-height: 20px;
}
.quantity_progress p span {
  font-weight: 700;
}

.bar_percent {
  height: 10px;
  background: #f0f0f0;
  width: 100%;
  border-radius: 25px;
  position: relative;
}
.bar_percent::before {
  position: absolute;
  content: "";
  width: 57%;
  height: 10px;
  left: 0;
  top: 0;
  background: #5378ea;
  border-radius: 25px 0 0 25px;
}

/*home three css here*/
.featured_c_three {
  padding: 0;
  background: none;
}
.featured_c_three .featured_container {
  border: 1px solid #f0f0f0;
}
.featured_c_three .section_title h2 span {
  background: #fff;
}

/*home four css here*/
.featured_four {
  border: 1px solid #f0f0f0;
}
.featured_four .single_featured {
  flex-direction: column;
  border: 0;
}
.featured_four .featured_thumb {
  width: 100%;
}
.featured_four .featured_content {
  width: 100%;
  padding-left: 0;
}
.featured_four .featured_content > a {
  float: left;
}

.featured_c_four {
  background: inherit;
  padding: 0;
}
.featured_c_four .section_title h2 span {
  background: #fff;
}

/*color schemen 2*/
.color_scheme_2 .featured_content h3 a:hover {
  color: #b2e515;
}
.color_scheme_2 .featured_content > a:hover {
  color: #b2e515;
}
.color_scheme_2 .featured_content > a::before {
  color: #b2e515;
}
.color_scheme_2 .sub_featured ul li a:hover {
  color: #b2e515;
}
.color_scheme_2 .owl-nav > div:hover {
  color: #b2e515;
}
.color_scheme_2 .product_name h3 a:hover {
  color: #b2e515;
}
.color_scheme_2 .product_name p a:hover {
  color: #b2e515;
}
.color_scheme_2 .small_product .product_content h3 a:hover {
  color: #b2e515;
}
.color_scheme_2 .product_ratings ul li a {
  color: #b2e515;
}
.color_scheme_2 .bar_percent::before {
  background: #b2e515;
}
.color_scheme_2 .label_product {
  background: #b2e515;
}
.color_scheme_2 .action_links ul li a:hover {
  color: #b2e515;
}
.color_scheme_2 .add_to_cart a:hover {
  color: #b2e515;
}
.color_scheme_2 .modal-content button.close:hover {
  color: #b2e515;
}
.color_scheme_2 .modal_price span {
  color: #b2e515;
}
.color_scheme_2 .modal_add_to_cart form button:hover {
  background: #b2e515;
  border-color: #b2e515;
}
.color_scheme_2 .modal_social ul li.facebook a:hover {
  background: #b2e515;
}
.color_scheme_2 .modal_social ul li.twitter a:hover {
  background: #b2e515;
}
.color_scheme_2 .modal_social ul li.pinterest a:hover {
  background: #b2e515;
}
.color_scheme_2 .modal_social ul li.google-plus a:hover {
  background: #b2e515;
}
.color_scheme_2 .modal_social ul li.linkedin a:hover {
  background: #b2e515;
}
.color_scheme_2 .product_navactive.owl-carousel .owl-nav div:hover {
  background: #b2e515;
}

.call_to_action.color_scheme_2 {
  background: #b2e515;
}
.call_to_action.color_scheme_2 .discover_now a:hover {
  color: #b2e515;
}

/* 05. blog area css here */
.blog_carousel .owl-nav {
  position: absolute;
  top: -56px;
  right: 0;
  background: #ffffff;
  display: flex;
  padding: 0 9px;
  border-radius: 25px;
  border: 1px solid #e9e9e9;
}
@media only screen and (max-width: 767px) {
  .blog_carousel .owl-nav {
    display: none;
  }
}
.blog_carousel .owl-nav > div {
  width: 25px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #a9a9a9;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blog_carousel .owl-nav > div:hover {
  color: #5378ea;
}

.single_blog {
  border: 1px solid #f0f0f0;
}

.blog_content {
  padding: 19px 19px 24px 19px;
}
.blog_content h3 {
  font-size: 15px;
  text-transform: capitalize;
  line-height: 22px;
  margin-bottom: 14px;
  font-weight: 400;
  padding-bottom: 17px;
  position: relative;
  font-family: "Roboto", sans-serif;
}
.blog_content h3 a:hover {
  color: #5378ea;
}
.blog_content h3::before {
  content: "";
  width: 36px;
  height: 1px;
  background: #d6d6d6;
  position: absolute;
  left: 0;
  bottom: 0;
}

.date_post span {
  line-height: 22px;
  background: #5378ea;
  display: inline-block;
  padding: 0 11px;
  font-size: 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 12px;
}

.blog_desc p {
  line-height: 22px;
  font-size: 13px;
}

/*06. newsletter area css here*/
.newletter_area {
  padding: 40px 0;
  border-top: 1px solid #f0f0f0;
}

.newletter_title {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .newletter_title {
    margin-bottom: 25px;
  }
}
.newletter_title img {
  margin-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newletter_title img {
    margin-right: 10px;
  }
}

.newletter_content h2 {
  font-weight: 500;
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newletter_content h2 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .newletter_content h2 {
    font-size: 18px;
  }
}
.newletter_content p {
  font-size: 14px;
  margin: 13px 0 0;
  line-height: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newletter_content p {
    font-size: 13px;
    margin: 10px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newletter_content p {
    font-size: 13px;
    margin: 5px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .newletter_content p {
    font-size: 13px;
    margin: 5px 0 0;
  }
}

.newletter_subscribe form {
  position: relative;
  width: 550px;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 30px;
  float: right;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .newletter_subscribe form {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newletter_subscribe form {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .newletter_subscribe form {
    width: 100%;
  }
}
.newletter_subscribe form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cccccc;
}
.newletter_subscribe form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc;
}
.newletter_subscribe form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #cccccc;
}
.newletter_subscribe form input:-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc;
}
.newletter_subscribe form input {
  width: 100%;
  border: 0;
  background: none;
  padding: 0 150px 0 20px;
  height: 50px;
  font-size: 14px;
  color: #a5a5a5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newletter_subscribe form input {
    padding: 0 125px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .newletter_subscribe form input {
    padding: 0 110px 0 20px;
    height: 40px;
  }
}
.newletter_subscribe form button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  height: 100%;
  padding: 0 35px;
  background: #5378ea;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0 30px 30px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.newletter_subscribe form button:hover {
  background: #7c5fdc;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .newletter_subscribe form button {
    font-size: 13px;
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .newletter_subscribe form button {
    padding: 0 15px;
  }
}

.mailchimp-error {
  text-align: left;
  color: green;
}

.mailchimp-success {
  text-align: left;
  color: green;
}
.mailchimp-success.active {
  margin-top: 20px;
}

/*home two css here*/
.newletter_two {
  border-top: 1px solid #363636;
}
.newletter_two .newletter_content h2 {
  color: #fff;
}
.newletter_two .newletter_content p {
  color: #888888;
}
.newletter_two .newletter_subscribe form {
  background: #252525;
  border: 1px solid #363636;
}

/*home three css here*/
.newletter_three .newletter_subscribe form button {
  background: #5378ea;
}
.newletter_three .newletter_subscribe form button:hover {
  background: #5378ea;
}

/* 21. shipping css here */
.shipping_inner {
  border: 1px solid #f0f0f0;
  padding: 19px 5px;
  border-radius: 4px;
  overflow: hidden;
}

.single_shipping {
  display: flex;
  justify-content: center;
  padding: 15px 0;
  border-left: 1px solid #f0f0f0;
  width: 25%;
  float: left;
}
.single_shipping:first-child {
  border: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_shipping {
    margin-bottom: 12px;
    width: 50%;
    border: 0;
  }
}
@media only screen and (max-width: 767px) {
  .single_shipping {
    margin-bottom: 12px;
    border: 0;
    width: 100%;
  }
  .single_shipping:last-child {
    margin-bottom: 0;
  }
  .shipping_inner {
    padding: 19px;
  }
 }

.shipping_icone {
  margin-right: 14px;
}

.shipping_content h2 {
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 4px;
  font-family: "Roboto", sans-serif;
}
.shipping_content p {
  font-size: 13px;
  line-height: 18px;
}

/*testimonial css here*/
.testimonial_container {
  padding: 22px 30px 20px;
}
.testimonial_container .testimonial_images {
  width: 84px;
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.testimonial_container .testimonial_images img {
  width: inherit;
  border-radius: 50%;
}
.testimonial_container .testimonial_content {
  margin-top: 60px;
}
.testimonial-text-container
{
  max-width: 500px;
  margin:auto;
  text-align: center;
}
.testimonial-text-container p
{
  color:#3c2a4f;
}
.testimonial-text-container .line-style {
  margin: 30px auto ;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial_container .testimonial_content {
    margin-top: 50px;
  }
}
.testimonial_container .testimonial_content p {
  padding: 0;
  margin-bottom: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial_container .testimonial_content p {
    margin-bottom: 12px;
  }
}
.testimonial_container .testimonial_content a {
  color: #5378ea;
  font-weight: 600;
  font-size: 16px;
}
.testimonial_container .testimonial_content a:hover {
  color: #5378ea;
}
.testimonial_container:hover .owl-nav > div {
  opacity: 1;
  visibility: visible;
}
.testimonial_container .owl-nav > div {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  width: 30px;
  background: #eaeaea;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  color: #313131;
  font-size: 18px;
  z-index: 1;
  height: 80px;
  border-radius: 0 3px 3px 0;
  line-height: 80px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 0px;
}
.testimonial_container .owl-nav > div:hover {
  background: #5378ea;
  color: #fff;
}
.testimonial_container .owl-nav > div.owl-next {
  right: 0;
  left: auto;
  border-radius: 3px 0 0 3px;
}

.testimonial_banner {
  
  background:#2a1471 url(../img/home/testimonial-banner.jpg);
    background-size: cover;
    background-position: 0 50%;
    overflow: hidden;
    
    width: 100%;

}

.testimonial_section {
  border: 1px solid #f0f0f0;
  background: #fff;
}

.testimonial_area {
  padding: 50px 0px;
  color:#ffffff;
  margin-top:100px ;
}
.testimonial_area .container
{
  max-width: 1170px;
}
@media only screen and (max-width: 767px) {
  .testimonial_are {
    margin-bottom: 63px;
  }
}

.testimonial_titile {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .testimonial_titile {
    margin-bottom: 15px;
  }
}
.testimonial_titile h1 {
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .testimonial_titile h1 {
    font-size: 20px;
  }
}


.testimonial_active.owl-carousel .owl-dots {
  position: relative;
  width: 100%;
  text-align: center;
  top: 15px;
}
.testimonial_active.owl-carousel .testimonial-image-area .image {
  width: 80px;
}
.testimonial_active.owl-carousel .testimonial-image-area .name-title {
  width: calc(100% - 80px); 
  text-align: left;
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .testimonial_active.owl-carousel .owl-dots {
    top: 10px;
  }
}
.testimonial_active.owl-carousel .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background: #d0dbe8;
  border-radius: 100%;
  margin: 0 4px;
  display: inline-block;
}
.testimonial_active.owl-carousel .owl-dots .owl-dot.active {
  background: #5a9ef7;
}

.single_testimonial {
  text-align: center;
}
.single_testimonial p {
   font-size: 15px;
  line-height: 26px;
  margin-bottom: 25px;
  text-align: left;
}
.testimonial_active
{
  padding-bottom: 40px;
  border-radius: 10px;
}
.testimonial_active .owl-item
{
  background: transparent;
  
}
.testimonial_active .owl-item .single_testimonial
{
  padding: 0;
  border-radius: 10px;
  color: #fff;
  background: transparent ;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 50px 0px 20px 0px;
  
}
.update-section .single_testimonial{
  height: 100%;
  display: flex;
}
.latest-news-heading{
  height: 120px;
  overflow: hidden;
}
.testimonial_active .owl-item .single_testimonial:hover .name
{
  color:#ffffff;
}
.equal-cols {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.equal-cols:before,
.equal-cols:after {
  display: block;
}

.equal-cols > [class*='col-'] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.equal-cols > [class*='col-'] > * {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_testimonial p {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .single_testimonial p {
    padding: 0;
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.single_testimonial span {
  display: block;
  margin-bottom: 10px;
  line-height: 16px;
}
@media only screen and (max-width: 767px) {
  .single_testimonial span {
    margin-bottom: 12px;
  }
}
.single_testimonial span.name {
  font-weight: 500;
  color: #fff;
  font-size: 20px;
}

/*brand css here*/
@media only screen and (max-width: 767px) {
  .brand_area.mb-42 {
    margin-bottom: 50px;
  }

}
.partners {
  
  background:#2a1471 url(../img/about/testimonial-bg.jpg);
    background-size: cover;
    background-position: 50%;
    overflow: hidden;
    min-height: 85vh!important;
    width: 100%;

}
.partners .logo-area a img {
  display: block;
  width: 150px;
  margin: auto;
}
.partners .logo-area
{
  border-radius: 20px;
  background: rgb(247,245,249);

}
.partners .logo-area a {
  text-align: center;
}
.flag
{
  width: 50px;
  margin: 0 auto;
  border: 2px solid #5378ea;
  margin-bottom: 10px;
  border-radius: 3px;
}
.contact-body .baranch-office
{
  display:none;
}
.global-add a:hover
{
  color:#fff !important;
}
.global-add {
  
  background:#5378ea url(../img/contact/address-banner.jpg);
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
    min-height: 85vh!important;
    width: 100%;

}
.brand_container .owl-item img {
  display: block;
  width: 75%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .5;
 
}
.brand_container .owl-item .single_brand a {
  text-align: center;
}
.brand_container .owl-item:hover img {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  opacity: 1;
}
@media only screen and (max-width: 992px) {
 
  .brand_container .owl-item img {
    display: block;
    width: 80%;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    opacity: 1;
    margin: 0 auto;
  }
  .brand_container .single_brand
  {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
 
  .brand_container .owl-item img {
    width: 80%;   
  }
}
@media only screen and (max-width: 575px) {
 
  .brand_container .owl-item img {
    width: 60%;
  }
}

/*  07. footer area css here */
.footer_top {
  padding: 80px 0 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer_top {
    padding: 80px 0 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_top {
    padding: 48px 0 14px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_top {
    padding: 48px 0 28px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widgets_container {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .widgets_container {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .widgets_container {
    text-align: center;
  }
}
.widgets_container h3 {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 18px;
  text-transform: capitalize;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 767px) {
  .widgets_container h3 {
    margin-bottom: 8px;
    line-height: 22px;
  }
}
.widgets_container p {
  margin: 0;
}

.footer_logo {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer_logo a img {
    max-width: 126px;
  }
}

.footer_contact p {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 25px;
}
@media only screen and (max-width: 767px) {
  .footer_contact p {
    margin-bottom: 23px;
  }
}
.footer_contact p span {
  display: block;
  color: #3e444a;
  font-size: 16px;
  font-weight: 700;
}
.footer_contact p a:hover {
  color: #5378ea;
}

.footer_menu ul li {
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .footer_menu ul li {
    line-height: 25px;
  }
}
.footer_menu ul li a {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color:#333333;
}
.footer_menu ul li a:hover {
  color: #5378ea;
}

@media only screen and (max-width: 767px) {
  .subscribe_form {
    margin-top: 16px;
  }
}
.subscribe_form form {
  position: relative;
  width:100%;
 border-bottom: 2px solid #333333;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .subscribe_form form {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .subscribe_form form {
    width: 100%;
  }
}
.subscribe_form form input {
  width: 100%;
  height: 48px;
  color: #333333;
  font-size: 16px;
  background: none;
  border: 0;
  
}
@media only screen and (max-width: 767px) {
  .subscribe_form form input {
    padding: 0 105px 0 15px;
  }
}
.subscribe_form form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  font-weight: 500;
  padding: 0 18px;
  border: 0;
  background-color: transparent;
  text-transform: uppercase;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  color: #333333;
}
.subscribe_form form button:hover {
  color: #5378ea;
  
}
@media only screen and (max-width: 767px) {
  .subscribe_form form button {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .copyright_area {
    text-align: center;
    margin-bottom: 14px;
  }
}
.copyright_area p {
  text-transform: capitalize;
  line-height: 16px;
  font-size: 14px;
}
.copyright_area p a:hover {
  
  color: #5378ea;
}

.footer_bottom {
  padding: 15px 0;
  border-top: 1px solid #c9c0d9;
}
@media only screen and (max-width: 767px) {
  .footer_bottom {
    padding: 15px 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .footer_payment {
    text-align: center !important;
  }
}

/*color scheme 2 css here*/
.color_scheme_2 .footer_menu ul li a:hover {
  color: #b2e515;
}
.color_scheme_2 .footer_contact p a:hover {
  color: #b2e515;
}
.color_scheme_2 .subscribe_form form button {
  background: #b2e515;
}
.color_scheme_2 .subscribe_form form button:hover {
  background: #5378ea;
}
.color_scheme_2 .copyright_area p a:hover {
  color: #b2e515;
}

/*collection area css here*/
.collection_area {
  margin-bottom: 94px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .collection_area {
    margin-bottom: 74px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .collection_area {
    margin-bottom: 74px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .collection_area {
    margin-bottom: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .collection_area {
    margin-bottom: 53px;
  }
}

@media only screen and (max-width: 767px) {
  .collection_img {
    margin-bottom: 21px;
  }
}
.collection_img img:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .collection_content {
    text-align: center;
  }
}
.collection_content h1 {
  font-size: 120px;
  font-weight: 700;
  line-height: 100px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .collection_content h1 {
    font-size: 90px;
    line-height: 80px;
    margin-bottom: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .collection_content h1 {
    font-size: 90px;
    line-height: 80px;
    margin-bottom: 13px;
  }
}
.collection_content h4 {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 23px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .collection_content h4 {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .collection_content h4 {
    margin-bottom: 12px;
  }
}
.collection_content h2 {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .collection_content h2 {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .collection_content h2 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
  }
}
.collection_content p {
  line-height: 24px;
  font-size: 16px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .collection_content p {
    font-size: 15px;
  }
}
.collection_content a {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 2px solid #757575;
  display: inline-block;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .collection_content a {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .collection_content a {
    margin-top: 15px;
    font-size: 16px;
  }
}
.collection_content a:hover {
  color: #5378ea;
  border-color: #5378ea;
}

@media only screen and (max-width: 767px) {
  .collection_2 {
    margin-bottom: 29px;
  }
}
@media only screen and (max-width: 767px) {
  .collection_2 .collection_content {
    margin-bottom: 29px;
  }
}

@media only screen and (max-width: 767px) {
  .collection_4 {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .collection_4 .collection_content {
    margin-bottom: 29px;
  }
}

/*categories section css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_area {
    margin-top: 68px;
  }
}

.categories_thumb {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .categories_thumb {
    height: 100vh;
  }
}
@media only screen and (max-width: 767px) {
  .categories_thumb a {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .categories_thumb img {
    height: 100%;
    object-fit: cover;
  }
}

.categories_content {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translatey(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .categories_content {
    right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_content {
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .categories_content {
    right: 15px;
  }
}
.categories_content h4 {
  font-size: 18px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .categories_content h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.categories_content h2 {
  font-size: 35px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .categories_content h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.categories_content p {
  font-size: 17px;
  width: 440px;
  font-weight: 500;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_content p {
    width: 310px;
  }
}
@media only screen and (max-width: 767px) {
  .categories_content p {
    font-size: 14px;
    width: 210px;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 0;
  }
}
.categories_content a {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 2px solid #757575;
}
.categories_content a:hover {
  color: #5378ea;
  border-color: #5378ea;
}

#fp-nav {
  right: 31px;
}

.categories_area .col-12 {
  padding: 0;
}

.categories_content.content_left {
  left: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories_content.content_left {
    left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .categories_content.content_left {
    left: 30px;
  }
}
/* inner page banner - start */
.banner-inner
{
background:#ccc;
background-size: cover;
background-position: 50%;
overflow: hidden;
min-height: 75vh!important;
}

.banner-inner .banner-text {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width:100%;
}
.banner-inner .banner-text {
  color:#ffffff;
}
.home-banner-text
{
  font-size: 50px;
  line-height: 50px;
  font-weight: 300;
}
.other-inner-banne
{
background: #e5e7e6 url(../img/home/home-banner.jpg) no-repeat;
background-size: cover;
background-position: 50%;
overflow: hidden;
min-height: 400px;
}
.about-icon
{
  font-size: 40px;
  line-height: 40px;
  padding: 0px;  
  display: block;
  color: #666;
  height: 80px;
  width: auto;
  border-radius: 15px;
  margin-right: 20px;
}
@media only screen and (max-width: 1200px) {
  .home-banner-text
  {
    font-size: 50px;
    line-height: 50px;
    font-weight: 300;
  }
}
.purchase-info
{
  padding: 20px;
  background-color: #ffffff;
  max-width: 360px;
  right: 5%;
  bottom: -30px;
  z-index: 12;
  color:#8c8c8c;
  border-radius: 10px;
  display: flex;
}
.lets-go
{
  display: flex;
  justify-content: left;
  width: 100%;
}
.lets-go .text-box
{
  padding: 5px 20px;
  background-color: #fff;
  border-radius: 10px;
  width: 60%;
}
.lets-go .text-box input
{
  padding: 10px;
  border: 0;
  width: calc(100% - 80px);
}
.lets-go .btn
{
  padding: 10px 20px;
  margin-left: 20px;
  color: #ffffff;
  border-radius: 10px;
  border:1px solid #fff;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  background: transparent;
}
.lets-go .btn:hover
{
  background-color: #f0f0f0;
  color: #5378ea;
}
.free-signup-btn
{
  max-width: 350px;
  margin: 35px auto 0 auto;
}
@media only screen and (max-width: 1200px) {
  .free-signup-btn
  {
    max-width: 350px;
    margin: 35px auto 0 auto;
  }
}
@media only screen and (max-width: 991px) {
  .free-signup-btn
  {
    max-width: 350px;
    margin: 15px auto 0 auto;
  }
}

.free-signup-btn button
{
  background-color: #fff;
  border: 0;
  border-radius: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 14px;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  color: #5378ea;
  width: 100%;
}
.free-signup-btn button:hover
{
  background-color: #f0f0f0;
}
.banner-text-m
{
  margin: 80px 0;
}
@media only screen and (max-width: 991px) {
  .banner-inner h1{
    font-size: 18px;
    line-height: 22px;
  }
  .banner-inner .banner-text .breadcrumb_content{
    padding-bottom: 30px;
    font-size: 16px;
  }
  .banner-inner h2{
    font-size: 28px;
    line-height: 28px;
  }
  .banner-text-m{
    margin: 0;
  }
  .lets-go
{
 
  justify-content: center;
 
}

.logo-white
{
   text-align: center;
}
.logo-white img
{
  width: 150px;
}
}
@media only screen and (max-width: 767px) {
  .logo-white
  {
    display: none;
  }
  .free-signup-btn {
    max-width: 100%;
    margin: 50px 10px 0 10px;
}
  .banner-inner .banner-text {
    position:inherit;
  }
  .banner-inner .banner-text {
    text-align: center;
  }
  .banner-inner h1{
    font-size: 24px;
    line-height: 24px;
  }
  .banner-inner .banner-text .breadcrumb_content{
    padding-bottom: 30px;
    font-size: 14px;
  }
  .banner-inner h2{
    font-size: 24px;
    line-height: 24px;
  }
  .banner-text-m
  {
    margin: 10px 0;
  }
}

/* inner page banner - End */
/* 10. shop page css here */
.header_shop {
  border-bottom: 1px solid #f0f0f0;
}
.header_shop .header_top {
  padding: 7px 0;
}
.header_shop .header_middel {
  padding: 40px 0 18px;
}
@media only screen and (max-width: 767px) {
  .header_shop .header_middel {
    padding: 21px 0 18px;
  }
}

.header_shop .header_bottom {
  padding: 0;
}

.canvas_padding {
  margin-bottom: 0;
}

.breadcrumb_content {
  padding:0;
  max-width: 600px;
}
.breadcrumb_content ul li {
  display: inline-block;
  text-transform: capitalize;
  color:#666;
  font-size: 14px;
  font-weight: 400;
  margin-right: 3px;
  padding-right: 13px;
  position: relative;
}
.breadcrumb_content ul li::before {
  position: absolute;
  content: ">";
  right: 0;
  top: 50%;
  transform: translatey(-50%);
}
.breadcrumb_content ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumb_content ul li:last-child::before {
  display: none;
}
.breadcrumb_content ul li a {
  color: #000;
  font-weight: 500;
}
.breadcrumb_content ul li a:hover {
  color: #5378ea;
}

.sidebar_widget .single_banner {
  border: 0;
}
@media only screen and (max-width: 767px) {
  .sidebar_widget .single_banner {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar_widget .single_banner a {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar_widget .single_banner a img {
    width: 100%;
  }
}

.widget_list {
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.widget_list .product_ratings{
  margin-left:20px;
}
.widget_list .product_ratings ul{
  margin-top: 5px;
}
.widget_list:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.widget_list h2 {
  font-size: 18px;
  margin: 0;
  padding: 0 0 5px;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 24px;
}
.widget_list > ul > li {

  padding: 15px 0;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
}
.widget_list > ul > li > p{
  padding-left:30px;
}
.widget_list > ul > li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.widget_list > ul > li input {
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translatey(-50%);
  opacity: 0;
  cursor: pointer;
  z-index: 999;
}
.widget_list > ul > li input:checked ~ .checkmark {
  background-color: #5378ea;
  border: 1px solid #5378ea;
}
.widget_list > ul > li input:checked ~ .checkmark::before {
  display: block;
}
.widget_list > ul > li > a {
  font-size: 14px;
  display: block;
  line-height: 27px;
  margin-left: 30px;
}
.widget_list > ul > li > a:hover {
  color: #5378ea;
}
.widget_list > ul > li span.checkmark {
  height: 17px;
  width: 17px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 50%;
  left:-2px;
  transform: translatey(-50%);
  background: #f4f4f4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.widget_list > ul > li span.checkmark::before {
  left: 5px;
  top: 3px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}

.ui-slider-horizontal .ui-slider-range {
  background: #333333;
  height: 5px;
}

.ui-slider-horizontal {
  height: 3px;
  background: #dbdbdb;
  border: none;
  width: 92%;
  margin: 0 auto;
  margin-bottom: 22px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #fff;
  border: 0;
  border-radius: 0;
  width: 19px;
  height: 19px;
  top: -7px;
  cursor: pointer;
  border-radius: 50%;
  border: 5px solid #5378ea;
}

.widget_list.widget_filter form {
  padding-top: 10px;
}
.widget_list.widget_filter form input {
  background: none;
  border: none;
  font-size: 17px;
  font-weight: 500;
  width: 100px;
  float: right;
  text-align: right;
  line-height: 31px;
  margin-top: -3px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget_list.widget_filter form input {
    width: 65px;
  }
}
.widget_list.widget_filter form button {
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  text-transform: uppercase;
  color: #ffffff;
  background: #5378ea;
  border: 0;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.widget_list.widget_filter form button:hover {
  background: #5378ea;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_sidebar_banner {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .shop_sidebar_banner {
    text-align: center;
  }
}
.shop_sidebar_banner a img:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .shop_sidebar_banner a img {
    width: 100%;
  }
}

.shop_toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  padding: 8px 10px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 767px) {
  .shop_toolbar {
    flex-direction: column-reverse;
    padding: 10px 10px 18px;
  }
}

.select_option {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .select_option {
    flex-direction: column;
  }
}
.select_option .nice-select {
  border: 0;
  height: 30px;
  line-height: 29px;
}
.select_option .nice-select ul.list {
  top: 114%;
  right: 0;
  width: 200px;
  max-height: 200px;
  overflow: auto;
}

.shop_title {
  margin-bottom: 20px;
}
.shop_title h1 {
  font-size: 33px;
  text-transform: capitalize;
  margin-bottom: 0;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .niceselect_option {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .page_amount {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .page_amount p {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }
}

.list_button ul li {
  margin-right: 12px;
}
.list_button ul li:last-child {
  margin-right: 0;
}
.list_button ul li a:hover {
  color: #5378ea;
}
.list_button ul li a i {
  margin-right: 5px;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}
.list_button ul li a.active {
  color: #5378ea;
}
.list_button ul li a.active i {
  background: #5378ea;
  color: #ffffff;
}

.product_ratting ul li {
  display: inline-block;
}
.product_ratting ul li a {
  color: #ccc;
}
.product_ratting ul li a.select {
  color: #5378ea;
}
@media only screen and (max-width: 767px) {
  .product_list_item .product_thumb {
    margin-bottom: 18px;
  }
}
.product_list_item .product_content h3 {
  margin-bottom: 10px;
}
.product_list_item .product_ratting {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .pagination {
    margin-top: 19px;
  }
}
.pagination ul li {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin-left: 7px;
  vertical-align: bottom;
}
.pagination ul li:first-child {
  margin-left: 0;
}
.pagination ul li a {
  display: block;
  color:#00526b;
  border-bottom:2px solid transparent;
}
.pagination ul li a:hover {
  border-bottom:2px solid #5378ea;
  color: #5378ea;
}
.pagination ul li.current {
  border-bottom:2px solid #5378ea;
  color: #5378ea;
}
.pagination ul li.next, .pagination ul li.prev {
  margin: 0 8px;
}
.pagination ul li.next a, .pagination ul li.prev a {
  width: 40px;
  height: 40px;
  font-size: 30px;
  border-radius: 50px;
  border: 1px solid #5378ea;
  line-height: 35px;
  padding: 2px;
  text-align: center;
  color:#5378ea;
}
.pagination ul li.next:hover a,  .pagination ul li.prev:hover a 
{
  background: #5378ea;
  color: #ffffff;
}
.shop_toolbar.t_bottom {
  justify-content: center;
  margin-bottom: 0;
  margin-top: 10px;
}
.other-topic h3
{
  text-transform: uppercase;
}
.other-topic span
{
  color:#8c8c8c;
  font-size: 12px;
  line-height: 12px;
}
.other-topic .topic
{
  width: 100%;
  border:1px solid #d9d9d9;
  background: #fff;
  padding: 7px;
  border-radius: 5px;
  display: flex;
  cursor: pointer;
}
.other-topic .topic:hover
{
  border:1px solid #5378ea;
  box-shadow:0px 0px 10px 0px #5378ea;
  transition: box-shadow 0.5s ease-in-out;
}
.other-topic .topic .img
{
  width: 90px;
  height: 90px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #f0f0f0;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  color: #5378ea;
  display: flex;
  vertical-align: middle;
  justify-content: center;
  flex-direction: column;
}
.other-topic .topic .text
{
  width: calc(100% - 100px);
  padding-left: 7px;
  justify-content: center;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
}
.price-display span:nth-child(1)
{
  font-size: 30px;
  font-weight: 600;
  color:#ffffff;
  margin-right: 10px;
}
.price-display span:nth-child(2)
{
  font-size: 30px;
  font-weight: 500;
  color:#8c8c8c;
  margin-right: 10px;
  text-decoration: line-through; 
}
.price-display span:nth-child(3)
{
  font-size: 20px;
  font-weight: 500;
  color:#8c8c8c;
  
}
.price-display a.btn {
  font-size: 16px;
  font-weight: 600;
  background-color: #ffffff;
  color: #5378ea;
  padding: 10px 20px;
  border-radius: 50px;
}
.price-display a.btn:hover {
  font-size: 16px;
  font-weight: 600;
  background-color: #5378ea;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 50px;
}
.course-video-area
{
  display: flex;
  justify-content: center;
  vertical-align: middle;
  flex-direction: column;
}
.course-video
{
  width: auto;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 7px;
  margin: 7px 0;
  border-radius: 5px;
  display: inline-flex;
  flex-direction: column;
  text-align: left;
  color: #333333;
  font-weight: 600;    
}
.course-video .img img
{
  width: 100%;
}
.course-video a
{
  color: #5378ea;

}
.course-video .btn
{
  font-size: 14px;
  font-weight: 600;
  border:1px solid #5378ea;  
  padding: 5px 10px;
  border-radius: 50px;
  color:#5378ea;
}
.course-video .btn:hover
{
  background-color: #5378ea; 
  color:#ffffff; 
}
.course-video .btn a
{
  
  padding: 4px 8px;
  border-radius: 50px;
  
}

.course-video .btn:hover a
{
  color:#ffffff; 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_toolbar.t_bottom {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .shop_toolbar.t_bottom {
    padding: 15px 10px 15px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .shop_toolbar.t_bottom .pagination {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_reverse .tab-content .row {
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .shop_reverse .tab-content .row {
    flex-direction: row;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid_view .quick_button {
    bottom: 5px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid_view .quick_button a {
    line-height: 37px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .grid_view .action_button ul li a {
    width: 43px;
    height: 40px;
    line-height: 38px;
  }
}
.grid_view .hover_action a {
  width: 43px;
  height: 40px;
  line-height: 38px;
}

.shop_area {
  padding: 80px 0;
}

/* shop page css here*/
.shop_banner {
  margin-bottom: 44px;
}
.shop-search
{
 width: 400px; 
}

.shop-search .search_box
{
  border:1px solid #d9d9d9;

}
.shop-search .search_box input
{
  color: #333e48;
}
.shop-search .search_box button
{
  background: #ffffff;
  color: #333e48;
}
.nice-select
{
  border-radius: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_reverse .row {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 991px) {
  .shop_toolbar_wrapper .shop-search
  {
    display: block;
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .shop_area
  {
    padding:40px 0;
  }
  .shop_reverse .row {
    flex-direction: column-reverse;
  }
  .shop_toolbar_wrapper .shop-search
  {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .shop_toolbar_wrapper .nice-select
  {
  width: 100%;
  }
  .shop_toolbar_wrapper .nice-select .list
  {
    width: 100%;
  }
}

.row.shop_wrapper {
  flex-direction: row;
}

.shop_toolbar_btn > button {
  margin-right: 10px;
  border: 0;
  background: inherit;
}
.shop_toolbar_btn > button.btn-grid-3 {
  background: url(../img/icon/bkg_grid.png) no-repeat scroll center center;
  width: 20px;
  height: 20px;
}
.shop_toolbar_btn > button.btn-grid-3.active {
  background: url(../img/icon/bkg_grid_hover.png) no-repeat scroll center center !important;
}
.shop_toolbar_btn > button.btn-grid-4 {
  background: url(../img/icon/bkg_grid4.png) no-repeat scroll center center;
  width: 26px;
  height: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop_toolbar_btn > button.btn-grid-4 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_toolbar_btn > button.btn-grid-4 {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .shop_toolbar_btn
  {
    display: none;
  }
}
.shop_toolbar_btn > button.btn-grid-4.active {
  background: url(../img/icon/bkg_grid4_hover.png) no-repeat scroll center center !important;
}
.shop_toolbar_btn > button.btn-list {
  background: url(../img/icon/bkg_list.png) no-repeat scroll center center;
  width: 20px;
  height: 20px;
}
.shop_toolbar_btn > button.btn-list.active {
  background: url(../img/icon/bkg_list_hover.png) no-repeat scroll center center !important;
}

.product_content.list_content {
  display: none;
}

.grid_list .grid_name {
  display: none;
}
.grid_list .action_links {
  display: none;
}

.grid_list .product_content.grid_content {
  display: none;
}

.grid_list .product_content.list_content {
  display: block;
  min-width: 0 0 66.666667%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .grid_list .product_content.list_content {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid_list .product_content.list_content {
    flex: 0 0 58.333333%;
    min-width: 58.333333%;
  }
}
@media only screen and (max-width: 767px) {
  .grid_list .product_content.list_content {
    flex: 0 0 100%;
    min-width: 100%;
    margin-left: 0;
  }
}
.grid_list .product_content.list_content .product_name h3 {
  margin: 0 0 12px;
}
.grid_list .product_content.list_content .product_ratings {
  margin-bottom: 8px;
}

.text_available {
  margin-bottom: 13px;
}
.text_available p {
  font-size: 14px;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text_available p {
    font-size: 13px;
  }
}
.text_available p span {
  color: #67c10a;
}

.cart_links_btn {
  margin-bottom: 20px;
}
.cart_links_btn a {
  line-height: 38px;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  background: #5378ea;
  display: block;
  text-align: center;
  padding: 0 30px;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart_links_btn a {
    padding: 0 18px;
  }
}
.cart_links_btn a:hover {
  background: #5378ea;
  color: #fff;
}

.left_caption {
  width: 62%;
  padding-right: 20px;
  border-right: 1px solid #ddd;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .left_caption {
    width: 100%;
    padding-right: 0;
    border-right: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .right_caption {
    width: 100%;
  }
}
.right_caption .price_box {
  margin-bottom: 20px;
}
.right_caption .price_box span {
  font-size: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .right_caption .price_box span {
    font-size: 15px;
  }
}
.right_caption .product_name h3 span {
  margin-right: 5px;
}
.right_caption .product_name h3 a {
  display: inline-block;
}
.right_caption .product_name h3 a:hover {
  color: #5378ea;
}

.action_links_btn {
  text-align: center;
}
.action_links_btn ul li {
  display: inline-block;
}
.action_links_btn ul li a {
  line-height: 36px;
  width: 36px;
  text-align: center;
  font-size: 22px;
  display: block;
}
.action_links_btn ul li a:hover {
  color: #5378ea;
}

.grid_list .single_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .grid_list .single_product {
    flex-direction: column;
    padding: 10px 18px 18px 18px;
  }
}

.grid_list .product_thumb {
  margin-bottom: 0;
  min-width: 33.333333%;
  margin-right: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .grid_list .product_thumb {
    flex: 0 0 41.666667%;
    min-width: 41.666667%;
  }
}
@media only screen and (max-width: 767px) {
  .grid_list .product_thumb {
    flex: 0 0 100%;
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.col-cust-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: max-width;
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-cust-5 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
  }
}
@media only screen and (max-width: 767px) {
  .col-cust-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .col-cust-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.shop_wrapper > div {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.shop_toolbar_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0;
  padding: 2px;
  margin: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .shop_toolbar_wrapper {
    flex-direction: column;
    padding: 15px 10px 5px;
  }
}

@media only screen and (max-width: 767px) {
  .shop_toolbar_btn {
    margin-bottom: 20px;
  }
}

.shop_wrapper .single_product {
  position: relative;
  margin-bottom: 20px;
}
.shop_wrapper .label_product {
  bottom: 40px;
}
.shop_wrapper.grid_4 .price_box span.current_price {
  font-size: 15px;
  margin-right: 3px;
}
.shop_wrapper.grid_4 .price_box span.old_price {
  font-size: 14px;
}

.widget_inner {
  
  padding: 0 20px;
  margin-bottom: 50px;
}

/* shop page css end*/
/*shop fullwidth css here*/
.shop_fullwidth {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shop_fullwidth {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .shop_fullwidth {
    margin-bottom: 0;
  }
}


.star_rating {
  float: right;
}
.star_rating ul li {
  display: inline-block;
}
.star_rating ul li a {
  color: #5378ea;
}
/* 13. cart page css here */

.footer_widgets
{

  background-color: #d0dbe8;
  background: #d0dbe8 url(../assets/images/footer-blue-curve.png) no-repeat;
  background-size: 100%;
  background-position: 0 0;
  overflow: hidden;
  width: 100%;
  color:#333333;
  margin-top: 60px;
}
#body-loggedin .footer_widgets{
  background-color: #f7f9ff;
  background: #f7f9ff url(../assets/images/footer-green-curve.png) no-repeat;background-size: 100%;
  background-position: 0 0;
}
.footer_widgets.other_widgets .footer_top {
  padding-bottom: 0;
  border-bottom: 0;
}
.footer_widgets.other_widgets .footer_top_inner {
  padding: 55px 0 53px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer_widgets.other_widgets .footer_top_inner {
    padding: 55px 0 59px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer_widgets.other_widgets .footer_top_inner {
    padding: 55px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .footer_widgets.other_widgets .footer_top_inner {
    padding: 55px 0 35px;
  }
}

/*cart page css end*/
/* 14. checkout page css here */
.user-actions {
  margin-bottom: 20px;
}
.user-actions h3 {
  font-size: 13px;
  font-weight: 400;
  background-color: #f7f6f7;
  padding: 15px 10px;
  border-top: 3px solid #5378ea;
  margin-bottom: 0;
}
.user-actions h3 a {
  color: #5378ea;
}
.checkout-tab .nav-link
{
  border:1px solid #cccccc;
  background-color: #f7f9fe;
}
.checkout-tab  .nav-link:after
{
  background-color: transparent;
}
.checkout-tab .nav-link.active, .checkout-tab .show>.nav-link
{
  background-color:#f7f9fe;
  border:1px solid #5378ea;
  color: #5378ea;
}
.checkout-tab li
{
  margin: 5px 0;
}
.checkout-tab li + li
{
  margin-left: 20px;
}
.form_group {
  margin-bottom: 20px;
}
.form_group label {
  font-size: 14px;
  display: block;
  line-height: 18px;
}
.form_group input {
  border: 1px solid #f0f0f0;
  background: none;
  height: 45px;
  width: 350px;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .form_group input {
    width: 100%;
  }
}
.form_group button {
  display: inline-block;
  width: 80px;
  background: #5378ea;
  border: 0;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 20px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
}
.form_group button:hover {
  background: #5378ea;
}

.form_group input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

.form_group.group_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form_group.group_3 label {
  margin-bottom: 0;
  line-height: 34px;
  cursor: pointer;
}
.form_group.group_3 label:hover {
  color: #5378ea;
}


.order_button button {
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  padding: 5px 10px;
  text-transform: capitalize;
  color: #ffffff;
  background: #5378ea;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0;
  border-radius: 5px;
}
.order_button button:hover {
  background: #5378ea;
}

@media only screen and (max-width: 767px) {
  .order-notes {
    margin-bottom: 58px;
  }
}
.order-notes textarea {
  border: 1px solid #e5e5e5;
  border-radius: 0;
  height: 45px;
  max-width: 100%;
  padding: 0 30px 0 20px;
  background: none;
  font-size: 13px;
  resize: none;
  line-height: 45px;
  width: 100%;
  color: #5378ea;
}
.order-notes label {
  line-height: 13px;
}

.Checkout_section {
  margin-bottom: 56px;
}
@media only screen and (max-width: 767px) {
  .Checkout_section {
    margin-bottom: 60px;
  }
}

.order_table {
  background-color: #f2f2f2;
  padding: 10px 20px;
}
.order_table table {
  width: 100%;
}
.order_table table thead tr th {
  min-width: 50%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.order_table table tbody tr td {
  min-width: 50%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.order_table table tfoot tr th {
  min-width: 50%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.order_total th, .order_total td {
  border-bottom: 0px !important;
  font-size: 20px;
}
.order_table table tfoot tr td {
  min-width: 50%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.panel-default input[type="radio"] {
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
  margin-right: 10px;
}

.panel-default img {
  width: 160px;
}

.order_button button {
  border: 0;
}

.card-body1 {
  margin-bottom: 15px;
}

/*checkout page css end*/
/* 22. wishlist css here */
.table_desc.wishlist table tbody tr:last-child td {
  border-bottom: 0;
}

.table_desc.wishlist table tbody tr td.product_total a {
  background: #5378ea;
  font-size: 12px;
  font-weight: 700;
  height: 38px;
  line-height: 18px;
  padding: 10px 20px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 3px;
}
.table_desc.wishlist table tbody tr td.product_total a:hover {
  background: #5378ea;
  color: #ffffff;
}

.wishlist_share {
  text-align: center;
  padding: 20px 0;
  border: 1px solid #f0f0f0;
}
.wishlist_share h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}
.wishlist_share ul li {
  display: inline-block;
}
.wishlist_share ul li a {
  padding: 0 10px;
  display: block;
}
.wishlist_share ul li a:hover {
  color: #5378ea;
}

.wishlist_area {
  padding-bottom: 60px;
}

/*wishlist css end*/
/* Download client page css here-start */
.download-area
{
  padding: 5px 60px;
}
.download-area-border
{
  border-left: 1px solid #e1e6eb;
}
/* Download client page css here-End */
/* contact page css here */
/* contact page css here */
.contact-area
{
  margin: 70px 0;
}


@media only screen and (max-width: 991px) {
  .contact-area
  {
  margin: 40px 0;
  }
  .download-area-border
  {
    border: 0;
  }
}
.contact-sales
{
  margin: 70px 0;
}
.contact-sales .meeting-link
{
  border-right: 1px solid #edf0f3;
  position: relative;
}
.contact-sales .meeting-link::after
{
  position: absolute;
  content:"OR";
  font-size: 18px;
  line-height: 38px;
  width: 30px;
  height: 40px;
  background-color: #ffffff;
  top:50%;
  margin-top: -20px;
  right:-20px;
}
@media only screen and (max-width: 767px) {
    .contact-sales .meeting-link
  {
    border-bottom: 1px solid #edf0f3;
    position: relative;
    margin-bottom: 70px;
    border-right: 0;
    display: block;
    
  }
  .contact-sales .meeting-link::after
  {
    position: absolute;
    content:"OR";
    font-size: 18px;
    line-height: 38px;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    bottom:-10px;
    margin-left: -10px;
    left:50%;
    top:auto;
    right: auto;
  }
}
.contact-option
{
display: flex;
width: 100%;
cursor: pointer;
}
@media only screen and (max-width: 576px) {

}
@media only screen and (max-width: 768px) {
  .contact-option
  {
  margin-top: 5px;
  }
}
.contact-icon
{
  width: 80px;
  height: 80px;
  background-color: #f0f2f5;
  border-radius: 5px;
  padding-top: 17px;
  
}
.contact-option .text{
  width: calc(100% - 100px);
    padding-left: 7px;
    justify-content: center;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    color:#5378ea;
}

.contact-option:hover .contact-icon
{
  background-color: #5378ea;
}
.contact-icon i
{
  width: 45px;
  height: 45px;
  margin: auto;
  display: block;
  background-image: url(../img/contact/icon1.png);  
}
.ts
{
  background-position: -3px -3px;
}
.support:hover .ts
{
  background-position: -3px -62px;
}
.cs
{
  background-position: -1px -122px;
}
.support:hover .cs
{
  background-position: -1px -181px;
}
.rd
{
  background-position: -1px -241px;
}
.support:hover .rd
{
  background-position: -1px -301px;
}
.contact-info-heading
{
  width: 100%;
  text-align: center;
}
.contact-info-heading .line-style
{
  margin: 30px auto;
}
.gray-block
{
  background-color: #f0f2f5;
  border-radius: 10px;
  padding: 20px;
  display: flex;

}

.gray-block p
{
  color:#8c8c8c;
}
.gray-block + .gray-block
{
  margin-top: 30px;
}
.gray-block .contact-icon
{
  padding: 10px;
}
.gray-block .contact-icon i
{
  width: 55px;
  height: 55px;
  background-repeat: no-repeat;
}
.gray-block .text
{
  width: calc(100% - 100px);
  padding-left: 7px;
  justify-content: center;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  color:#5378ea;
}
.gray-block .location
{
  background-position: -1px -355px;
}
.gray-block .call
{
  background-position: -1px -413px;
}
.gray-block .mail
{
  background-position: -1px -474px;
}

@media only screen and (max-width: 576px) {
  .gray-block {
    background-color: #f0f2f5;
    border-radius: 10px;
    padding: 20px;
    display: block;
    text-align: center;
  }
  .contact-icon, .gray-block .text
  {
    width: 100%;
  }
  .support .contact-icon
  {
    width: 80px;
  }
}
.map-area {
  height: 420px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

/*contact page css end*/
/* 17. login page css here */
.account_form h2 {
  font-size: 28px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .account_form h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.account_form form {
  border: 1px solid #f0f0f0;
  padding: 23px 20px 29px;
  border-radius: 5px;
}
.account_form label {
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  line-height: 12px;
  margin-bottom: 12px;
  transition: .3s;
}
.account_form label:hover {
  color: #5378ea;
}
.account_form input {
  border: 1px solid #f0f0f0;
  height: 40px;
  max-width: 100%;
  padding: 0 20px;
  background: none;
  width: 100%;
}
.account_form button {
  background: #5378ea;
  border: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 34px;
  line-height: 21px;
  padding: 5px 20px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 20px;
  border-radius: 20px;
}
.account_form button:hover {
  background: #5378ea;
}
@media only screen and (max-width: 767px) {
  .account_form.register button {
    margin-left: 0;
  }
}

.login_submit label input[type="checkbox"] {
  width: 15px;
  height: 13px;
  margin-right: 3px;
}

.login_submit {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .login_submit {
    text-align: left;
  }
}
.login_submit a {
  font-size: 13px;
  float: left;
  line-height: 39px;
}
.login_submit a:hover {
  color: #5378ea;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .login_submit a {
    float: none;
    line-height: 18px;
    display: block;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .login_submit a {
    float: none;
    line-height: 18px;
    display: block;
    margin-bottom: 20px;
  }
}

.customer_login {
  padding-bottom: 60px;
}

.account_form p {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .account_form.register {
    margin-top: 57px;
  }
}

/*login page css end */
/* 16. faq page css here */
.faq_content_area {
  padding-bottom: 56px;
}
@media only screen and (max-width: 767px) {
  .faq_content_area {
    margin-top: 26px;
  }
}

.accordion_area {
  padding-bottom: 60px;
}

.card.card_dipult {
  border: none;
}

.card.card_dipult:last-child {
  margin-bottom: 0;
}
/* CD */
.card-header.card_accor {
  padding: 5px 7px 5px 0;
  border: none;
}
/* CD */
.card-header.card_accor button {
  height: 45px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  white-space: initial;
}
.card-body p.pdf-link{
  margin-bottom: 0 !important;
  margin-left: 0px;
}
.card-body .pdf-link img, .modal-body img{
  max-width:100%;
}
.card__accordion .card p{
  margin-bottom: 0;
}
/* CD */
.card__accordion .card {
  line-height: 1.4;
}
/* CD */
.hr-row hr{
  margin-top: .5rem;
  margin-bottom: .5rem;
}
.news-item{
  min-height: 220px;
}
@media only screen and (max-width: 767px) {
  .card-header.card_accor button {
    height: 60px;
  }
}
.content-image-logo{
  max-width: 300px;
}
@media only screen and (max-width: 767px) {
  .content-image-logo {
    max-width: 100%;
  }
}
.card-header.card_accor button i {
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  left: 15px;
}

.card-header.card_accor
{
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.green_card
{
  background-color: #DEF4DD !important;
  color:#389936 !important;
  
}
.green_card .btn-link, .green_card .bookmark-btn i
{
  color:#cfcdcd;
}
.gray_card
{
  background-color: #ECF0EC !important;
  color:#333333 ;
  
}
.gray_card .btn-link
{
  color:#333333 !important;
}
.card-header.card_accor button.btn-link {
  
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #5378ea;
  background: #f3f3f3;
  border:0;
  transition: none;
  padding: 0;
}
.card-header.card_accor button.btn-link.collapsed {
  background: #f3f3f3;
  border:0 ;
  font-size: 16px;
  width: 100%;
  text-align: left;
  color: #333333;
  padding: 0;
  border-radius: 0;
}
.card_dipult:last-child  .card-header.card_accor button.btn-link.collapsed
{
  border-bottom:0;
}

.accordion_area .collapse.show {
  border-left: 1px solid #5378ea;
  border-bottom: 1px solid #5378ea;
  border-right: 1px solid #5378ea;
}

.card-header.card_accor button.btn-link i.fa-angle-right {
  display: none;
}

.card-header.card_accor button.btn-link.collapsed i.fa-angle-right {
  display: block;
}

.card-header.card_accor button.btn-link.collapsed i.fa-angle-down {
  display: none;
}
.card-header.card_accor button.btn-link i.fa-plus {
  display: none;
  color:#333333;
  font-size: 14px;
}

.card-header.card_accor button.btn-link.collapsed i.fa-plus {
  display: block;
  font-size: 14px;
}

.card-header.card_accor button.btn-link.collapsed i.fa-minus {
  display: none;
  font-size: 14px;
}
.card .card-body
{
  background: #fff;
  padding: 5px 5px 5px 15px;
}
.card .card-body ul{
  margin-left: 17px;
}
.card .card-body li
{
  padding:5px 0 5px 5px;
  font-size: 16px;
  list-style-type: disc !important;
  /*list-style:inside;*/
}
.card .card-body li:hover
{
color:#675a79;
}
.card__accordion li.active-link a
{
  color: #5378ea;
  position: relative;
}
.card__accordion li.active-link a::before
{
  position: absolute;
  content: "";
  height: 3px;
  width: 70px;
  background: #5378ea;
  bottom:-8px;
  left:0px;
}
.faq_content_wrapper h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 18px;
}
.course-faq .card-header.card_accor button.btn-link
{
  width: 100%;
  text-align: left;
  font-size: 16px !important;
  background-color: transparent;
  color:#333333;
  border-radius: 0px;
  line-height: 22px;
  border-bottom: 0;
  font-weight: 500;
  padding-left: 50px;
  height: auto;
  
  
}
.card-header.card_accor a
{
  /*color:#333333;*/
  text-decoration: underline;
}
.card_search .card-header.card_accor a
{
  color:#333333;
  text-decoration: none;
}
.card-body a
{
  /*color:#333333;*/
  text-decoration: underline;
}
.card:has > .show 
{
  border: 1px solid red;
}
.course-faq .faq-like-comment a
{
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #ffffff;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  -webkit-box-shadow: 0px 0px 4px -1px #ccc;
  -moz-box-shadow: 0px 0px 4px -1px #ccc;
  box-shadow: 0px 0px 4px -1px #ccc;
  margin-right: 10px;
  color: #5378ea;
}
.course-faq .faq-like-comment a:hover
{
  background-color:#5378ea;
  color:#ffffff;
}
.course-faq .card.card_dipult
{
background-color:#f3f3f3;
color:#333333;
border-bottom: 0;
border-radius: 0px;
margin-bottom: 10px;
overflow: hidden;
}
.course-faq .card .card-body
{
  border-bottom: 0;
  padding: 0;
}
.course-faq .card-header.card_accor button.btn-link.collapsed
{
  border-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .faq_content_wrapper h4 {
    font-size: 14px;
    line-height: 24px;
  }
}

/*faq page css end*/
/*  18. my account css here */
@media only screen and (max-width: 767px) {
  .dashboard_tab_button {
    margin-bottom: 20px;
  }
}
.dashboard_tab_button ul li {
  margin-bottom: 5px;
  overflow: hidden;
}
.dashboard_tab_button ul li a {
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  text-transform: capitalize;
 
  border-radius: 3px;
}
.dashboard_tab_button ul li a:hover {
  color: #5378ea;

}
.dashboard_tab_button ul li a.active {
  color: #5378ea;
}

.main_content_area {
  padding: 0px 0 55px;
}
@media only screen and (max-width: 767px) {
  .main_content_area {
    padding: 35px 0 55px;
  }
}

.dashboard_content h3 {
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 15px;
}
.dashboard_content h4 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 10px;
}
.dashboard_content a {
  color: #5378ea;
  font-weight: 500;
}
.dashboard_content a:hover {
  color: #5378ea;
}
.dashboard_content p a {
  color: #5378ea;
  font-weight: 600;
}
.dashboard_content p a:hover {
  color: #5378ea;
}

.table-responsive table thead {
 border-bottom: 2px solid #666666;
}
.table-responsive table thead tr th {
  text-align: left;
  color: #696969;
  border-bottom: 0;
  text-transform: capitalize;
  padding: 10px;
}
.table-responsive table tbody tr td {
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  color: #696969;
  padding: 10px;
}

.table-responsive table tbody tr td:last-child a {
  color:  #7c5fdc;
  text-transform: capitalize;
  font-weight: 600;
}
.table-responsive table tbody tr td:last-child a:hover {
  color: #5378ea;
}
.table-responsive table tfoot tr th, .table-responsive table tfoot tr td {
  text-align: left;
  padding: 10px;
}
.table-responsive .table {
  border: 1px solid #f0f0f0;
  }

.dashboard_content address {
  font-weight: 500;
  margin-bottom: 3px;
}

.input-radio span input[type="radio"], .account_login_form form span input[type="checkbox"] {
  margin-right: 2px;
  position: relative;
  top: 2px;
}

.input-radio span {
  font-weight: 500;
  padding-right: 10px;
}

.account_login_form form > input {
  border: 1px solid #ddd;
  background: none;
  height: 40px;
  margin-bottom: 20px;
  width: 100%;
  padding: 0 20px;
  color: #5378ea;
}
.account_login_form form span.custom_checkbox {
  display: flex;
}
.account_login_form form span.custom_checkbox input {
  top: 5px;
  margin-right: 7px;
}
.account_login_form form span.custom_checkbox label {
  margin-bottom: 0;
}
.account_login_form form .save_button button {
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  border: 0;
  background: #5378ea;
  color: #ffffff;
  border-radius: 4px;
  margin-top: 10px;
  text-transform: uppercase;
}
.account_login_form form .save_button button:hover {
  background: #5378ea;
}

/*my account css end*/
/* 10. about page css here */
.about_section {
  padding-bottom: 52px;
}
@media only screen and (max-width: 767px) {
  .about_section {
    padding-bottom: 50px;
  }
}

.about_content {
  text-align: center;
}
.about_content h1 {
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .about_content h1 {
    font-size: 20px;
  }
}
.about_content p {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_content p {
    padding: 0 8%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_content p {
    padding: 0 2%;
  }
}
@media only screen and (max-width: 767px) {
  .about_content p {
    margin-bottom: 8px;
    padding: 0;
  }
}

.about_thumb {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .about_thumb {
    margin-bottom: 24px;
  }
}

.chose_title {
  text-align: center;
}
.chose_title h1 {
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .chose_title h1 {
    font-size: 20px;
  }
}

.chose_content h3 {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 15px;
}

.choseus_area {
  margin-bottom: 55px;
}

.single_chose {
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_gallery_section {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .single_gallery_section {
    margin-bottom: 25px;
  }
}

.about_gallery_section {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_gallery_section {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .about_gallery_section {
    margin-bottom: 23px;
  }
}

.gallery_thumb {
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .gallery_thumb img {
    width: 100%;
  }
}

.about_gallery_content {
  text-align: center;
}
.about_gallery_content h3 {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 10px;
}
.about_gallery_content p {
  line-height: 26px;
}

/*about page css end*/
/* 20. services page css here */
.services_gallery {
  padding-bottom: 28px;
}

.services_content h3 {
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 11px;
  line-height: 14px;
}
.services_content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

.services_thumb {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .services_thumb img {
    width: 100%;
  }
}

.single_services {
  margin-bottom: 25px;
}

.our_services {
  padding: 50px 0 25px;
  background: #ECECEC;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our_services {
    margin-bottom: 60px;
    padding: 50px 0 27px;
  }
}
@media only screen and (max-width: 767px) {
  .our_services {
    padding: 49px 0 25px;
    margin-bottom: 60px;
  }
}

.services_item {
  margin-bottom: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services_title {
  text-align: center;
  margin-bottom: 35px;
}
.services_title h2 {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 11px;
}

.services_icone {
  margin-right: 15px;
}
.services_icone i {
  font-size: 35px;
  line-height: 46px;
  color: #5378ea;
}

.services_desc h3 {
  font-size: 13px;
  font-weight: 500;
}
.services_desc p {
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services_section_thumb {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .services_section_thumb {
    margin-bottom: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .unlimited_services {
    margin-bottom: 59px;
  }
}
@media only screen and (max-width: 767px) {
  .unlimited_services {
    margin-bottom: 59px;
  }
}

.unlimited_services_content {
  text-align: center;
}
.unlimited_services_content h1 {
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .unlimited_services_content h1 {
    line-height: 25px;
    font-size: 20px;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .unlimited_services_content h1 {
    line-height: 21px;
    font-size: 20px;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .unlimited_services_content h1 {
    line-height: 20px;
    font-size: 18px;
    margin-bottom: 6px;
  }
}
.unlimited_services_content p {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .unlimited_services_content p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .unlimited_services_content p {
    font-size: 13px;
    margin-bottom: 15px;
  }
}
.unlimited_services_content a {
  font-size: 14px;
  padding: 6px 20px;
  display: inline-block;
  border: 1px solid #5378ea;
  border-radius: 30px;
}
.unlimited_services_content a:hover {
  background: #5378ea;
  border-color: #5378ea;
  color: #fff;
}

.priceing_table {
  background: #ECECEC;
  padding: 60px 0 30px;
}
.priceing-text-container
{
  border:1px solid #e1e6eb;
  border-radius: 0 0 10px 10px;
  position: relative;
  padding-bottom: 80px;
  height: calc(100% - 40px);
}
.text-container-header
{
height: 40px;
color: #ffffff;
border-radius: 10px 10px 0 0 ;
background-color: #ffffff;
font-size: 16px;
text-align: center;
padding: 10px 5px;
}
@media only screen and (max-width: 767px) {
  .text-container-header
  {
  height: 0px;
  }
}
.text-container-header.recommended
{
  background-color: #5378ea;
  color: #ffffff;
  height: 40px;
}
.priceing-text-container .body{
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  
}
.priceing-text-container .body ul li
{
  display: flex;
  margin: 3px 0;
}
.priceing-text-container .body ul li i
{
  margin-top: 4px;
}
.priceing-text-container .footer{
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.priceing-text-container .footer button{
  border:1px solid #5378ea;
  color:#5378ea;
  width: 100%;
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 5px;
}
.priceing-text-container .footer button:hover{
  background-color: #5378ea;
  color:#ffffff;
}
.single_priceing {
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px #FFFFFF inset, 0 1px 3px rgba(34, 25, 25, 0.4);
  box-shadow: 0 1px #FFFFFF inset, 0 1px 3px rgba(34, 25, 25, 0.4);
  text-align: center;
  margin-bottom: 30px;
}

.priceing_title {
  padding: 20px;
  background: #5378ea;
}
.priceing_title h1 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

.priceing_list {
  padding: 0 20px 30px;
}
.priceing_list h1 {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 36px 0 24px;
  margin: 0;
  line-height: 20px;
}
.priceing_list h1 span {
  font-size: 40px;
}
.priceing_list ul li {
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
  line-height: 24px;
}
.priceing_list ul li:first-child {
  border-top: 1px solid #f0f0f0;
}
.priceing_list a {
  margin: 30px 0 0;
  line-height: 38px;
  padding: 0 20px;
  border: 1px solid #5378ea;
  color: #5378ea;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  border-radius: 30px;
  text-transform: uppercase;
}

.priceing_list a.list_button, .priceing_list a:hover {
  background: #5378ea;
  border-color: #5378ea;
  color: #fff;
}

.advantages_ecommerce {
  padding: 54px 0;
}
@media only screen and (max-width: 767px) {
  .advantages_ecommerce {
    padding: 55px 0 60px;
  }
}

.advantages_content h3 {
  font-size: 25px;
  font-weight: 500;
  text-transform: capitalize;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .advantages_content h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .advantages_content h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
.advantages_content p {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .advantages_content p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .advantages_content p {
    font-size: 13px;
  }
}

.advantages_button {
  text-align: center;
}
.advantages_button a {
  font-size: 14px;
  padding: 6px 20px;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #5378ea;
}
.advantages_button a:hover {
  background: #5378ea;
  color: #fff;
  border-color: #5378ea;
}
@media only screen and (max-width: 767px) {
  .advantages_button a {
    padding: 5px 11px;
    font-size: 13px;
    margin-top: 20px;
  }
}

/*services page css end*/
/* 11. blog page css here */
.blog_page_section {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_page_section.blog_padding {
    margin-bottom: 43px;
  }
}
@media only screen and (max-width: 767px) {
  .blog_page_section.blog_padding {
    margin-bottom: 43px;
  }
}

.blog_wrapper .single_blog {
  margin-bottom: 50px;
  border: 0;
  display: flex;
}
.blog_wrapper .single_blog:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .blog_wrapper .single_blog {
    flex-direction: column;
  }
}
.blog_wrapper .blog_thumb {
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .blog_wrapper .blog_thumb a {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .blog_wrapper .blog_thumb a img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .blog_wrapper .blog_thumb {
    margin-right: 0;
    margin-bottom: 14px;
  }
}
.blog_wrapper .blog_content {
  padding: 0;
}
.blog_wrapper .blog_content h3 {
  font-size: 21px;
  line-height: 27px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding: 0;
  margin-bottom: 19px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_wrapper .blog_content h3 {
    font-size: 18px;
    margin-bottom: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_wrapper .blog_content h3 {
    font-size: 15px;
    margin-bottom: 9px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .blog_wrapper .blog_content h3 {
    font-size: 15px;
    margin-bottom: 9px;
    line-height: 24px;
  }
}
.blog_wrapper .blog_content h3::before {
  display: none;
}
.blog_wrapper .blog_content span {
  margin-right: 15px;
}
.blog_wrapper .blog_content span:last-child {
  margin-right: 0;
}
.blog_wrapper .blog_content span a:hover {
  color: #5378ea;
}
.blog_wrapper .blog_meta {
  margin-bottom: 17px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_wrapper .blog_meta {
    margin-bottom: 12px;
  }
}
.blog_wrapper .blog_meta span {
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_wrapper .blog_meta {
    margin-bottom: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .blog_wrapper .blog_meta {
    margin-bottom: 7px;
  }
}
.blog_wrapper .blog_desc {
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_wrapper .blog_desc {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_wrapper .blog_desc {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .blog_wrapper .blog_desc {
    margin-bottom: 15px;
  }
}
.blog_wrapper .blog_desc p {
  font-size: 14px;
  line-height: 24px;
  max-width: 355px;
}

.readmore_button a {
  height: 38px;
  line-height: 40px;
  background: #5378ea;
  border: 0;
  color: #fff;
  display: inline-block;
  padding: 0 25px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
  border-radius: 3px;
}
.readmore_button a:hover {
  background: #5378ea;
}

.blog_sidebar_widget .widget_list > h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.blog_sidebar_widget .widget_categories ul li a {
  margin-left: 0;
}

.widget_search input {
  height: 35px;
  border: 1px solid #f0f0f0;
  background: #fff;
  color: #5378ea;
  width: 100%;
  margin-bottom: 20px;
  padding: 0 15px;
}
.widget_search button {
  color: #fff;
  display: inline-block;
  background: #242424;
  border: none;
  padding: 0 20px;
  height: 34px;
  line-height: 35px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 3px;
}
.widget_search button:hover {
  background: #5378ea;
}

.tag_widget ul li {
  display: inline-block;
}
.tag_widget ul li a {
  margin: 0 6px 5px 0;
  display: block;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #f0f0f0;
  background: #fff;
  padding: 0 15px;
  line-height: 29px;
  border-radius: 3px;
}
.tag_widget ul li a:hover {
  background: #5378ea;
  border-color: #5378ea;
  color: #fff;
}

.post_thumb {
  width: 55px;
  float: left;
  margin-right: 10px;
}

.post_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
.post_wrapper:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.post_info h3 {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 14px;
  margin-bottom: 5px;
}
.post_info h3 a:hover {
  color: #5378ea;
}
.post_info span {
  font-size: 12px;
}

.blog_categories ul li {
  border-top: 1px solid #ddd;
}
.blog_categories ul li a {
  padding: 10px 0;
  text-transform: capitalize;
  display: inline-block;
  margin-left: 0;
}
.blog_categories ul li a:hover {
  color: #5378ea;
}
.blog_categories ul li:last-child a {
  padding-bottom: 0;
}

.comments_post .post_thumb {
  width: 52px;
}
.comments_post .post_info span {
  font-size: 14px;
  display: block;
  line-height: 12px;
  margin-bottom: 8px;
}
.comments_post .post_info a:hover {
  color: #5378ea;
}

.shipping_area.shipping_contact.blog_shipping {
  margin-top: 94px;
}

.widget_list.widget_search, .widget_list.widget_post {
  margin-bottom: 30px;
}

.widget_list.widget_tag {
  margin-bottom: 30px;
}

.widget_list.comments_post {
  margin-bottom: 35px;
}

.blog_pagination {
  margin-bottom: 50px;
}
.blog_pagination .pagination {
  border: 1px solid #f0f0f0;
  justify-content: center;
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .blog_pagination .pagination {
    margin-top: 0;
  }
}


/*  24. modal css here */
.modal-dialog.modal-dialog-centered {
  min-width: 800px;
}
.modal-dialog.modal-dialog-centered.model-small
{
  min-width: 500px;
}
.modal-open .modal
{
  background:rgba(0, 0, 0, 0.9) !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .modal-dialog.modal-dialog-centered {
    min-width: 730px;
  }
  .modal-dialog.modal-dialog-centered.model-small
  {
    min-width: 500px;
  }
  .modal-dialog.modal-dialog-centered.model-small
  {
    min-width: 500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .modal-dialog.modal-dialog-centered {
    min-width: 730px;
  }
    .modal-dialog.modal-dialog-centered.model-small
  {
    min-width: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal-dialog.modal-dialog-centered {
    min-width: 730px;
  }
    .modal-dialog.modal-dialog-centered.model-small
  {
    min-width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-dialog.modal-dialog-centered {
    min-width: 90%;
  }
  .modal-dialog.modal-dialog-centered.model-small
  {
    min-width: 90%;
  }
}

.modal_tab_img {
  text-align: center;
  margin-bottom: 10px;
}
.modal_tab_img img {
  margin: 0 auto;
}

.modal_tab_button ul li a {
  padding: 0;
  border: 1px solid #f0f0f0;
  margin: 0 2px;
}
.modal_tab_button ul li a img {
  width: 100%;
}

.modal_title h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 14px;
  line-height: 26px;
}

.modal_social h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 20px;
}
.modal_social ul li {
  display: inline-block;
  margin-right: 3px;
}
.modal_social ul li a {
  text-transform: uppercase;
  display: inline-block;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
}
.modal_social ul li.facebook a {
  background: #3c5b9b;
}
.modal_social ul li.facebook a:hover {
  background: #5378ea;
}
.modal_social ul li.twitter a {
  background: #1DA1F2;
}
.modal_social ul li.twitter a:hover {
  background: #5378ea;
}
.modal_social ul li.pinterest a {
  background: #BD081B;
}
.modal_social ul li.pinterest a:hover {
  background: #5378ea;
}
.modal_social ul li.google-plus a {
  background: #DC5043;
}
.modal_social ul li.google-plus a:hover {
  background: #5378ea;
}
.modal_social ul li.linkedin a {
  background: #010103;
}
.modal_social ul li.linkedin a:hover {
  background: #5378ea;
}

.modal_price {
  margin-bottom: 12px;
}
.modal_price span {
  font-weight: 600;
  color: #5378ea;
  font-size: 16px;
}
.modal_price span.old_price {
  color: #5378ea;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 5px;
}

.modal_description p {
  line-height: 24px;
  font-size: 15px;
  margin: 0;
}
.call-end
{
  background-color: #5378ea;
  color:#ffffff;
  border:1px solid #ffffff;
}
.call-end .modal-title
{
  color:#ffffff;
}
.variants_size h2, .variants_color h2 {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 7px;
  line-height: 20px;
}
.variants_size.mb-15, .mb-15.variants_color {
  margin-bottom: 24px;
}
.variants_size .select_option, .variants_color .select_option {
  width: 100%;
  border-radius: 0;
  margin-bottom: 25px;
}
.variants_size .select_option .list, .variants_color .select_option .list {
  width: 100%;
  border-radius: 0;
}

.modal_add_to_cart {
  margin-bottom: 25px;
}
.modal_add_to_cart form input {
  width: 95px;
  border: 1px solid #f0f0f0;
  background: none;
  padding: 0 10px;
  height: 45px;
}
@media only screen and (max-width: 767px) {
  .modal_add_to_cart form input {
    width: 75px;
  }
}
.modal_add_to_cart form button {
  background: none;
  border: 1px solid #5378ea;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 700;
  height: 45px;
  width: 230px;
  line-height: 18px;
  padding: 10px 15px;
  text-transform: uppercase;
  background: #5378ea;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .modal_add_to_cart form button {
    width: 130px;
  }
}
.modal_add_to_cart form button:hover {
  background: #5378ea;
  color: #ffffff;
  border-color: #5378ea;
}

.modal_body {
  padding: 29px 6px 38px;
}
@media only screen and (max-width: 767px) {
  .modal_body .modal_tab {
    margin-bottom: 28px;
  }
}

.modal-content {
  border-radius: 5px;
}
.modal-title
{
  font-size: 25px;
  font-weight: 500;
  color:#3c2a4f;
}
.modal-header
{
  border: 0;
  
  padding: 30px 30px 0 30px;
}
.modal-body
{
  padding: 0px 30px 30px 30px;
}
.modal-footer
{
  padding: 20px 30px;
  border: 0;
  background: #f8f9fb;
  justify-content: flex-end;
}
.modal-content button.close {
  position: absolute;
  right: 45px;
  width: 35px;
  height: 35px;
  display: block;
  border: 0px solid #f0f0f0;
  top: 20px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 40px;
  z-index: 9;  
}
.modal-content .m-btn-secondary
{
  font-size: 16px;
    font-weight: 400;
    background-color: #8c8c8c;
    color: #ffffff;
    padding: 5px 20px;
    border-radius: 5px;
    border: 1px solid #8c8c8c;
    margin: 0;
}
.modal-content .m-btn-secondary:hover
{
    background-color: #ffffff;
    color: #8c8c8c;
    border: 1px solid #8c8c8c;
}
.modal-content .btn-primary
{
  font-size: 16px;
  font-weight: 400;
  background-color: #5378ea;
  color: #ffffff;
  padding: 5px 20px;
  border-radius: 5px;
  border: 1px solid #5378ea;
  margin: 0;
}
.modal-content .btn-primary:hover
{
  background-color: #ffffff;
  color: #5378ea;
  border: 1px solid #5378ea;
}
.btn + .btn
{
  margin-left: 5px;
}
@media only screen and (max-width: 767px) {
  .modal-content button.close {
    left: 83%;
    width: 29px;
    height: 35px;
    top: 25px;
    margin-bottom: 14px;
  }
}
.modal-content button.close:hover {
  color: #5378ea;
}

.modal_add_to_cart.mb-15 {
  margin-bottom: 23px;
}

.modal_description.mb-15 {
  margin-bottom: 20px;
}

.product_navactive.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}
.product_navactive.owl-carousel .owl-nav {
  display: block;
}
.product_navactive.owl-carousel .owl-nav div {
  position: absolute;
  background: #f2f2f2;
  border-radius: 3px;
  color: #5378ea;
  height: 32px;
  top: 50%;
  transform: translatey(-50%);
  width: 32px;
  text-align: center;
  line-height: 32px;
  left: -7px;
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.product_navactive.owl-carousel .owl-nav div:hover {
  background: #5378ea;
  color: #ffffff;
}
.product_navactive.owl-carousel .owl-nav div.owl-next {
  right: -7px;
  left: auto;
}

/*modal css end*/
/*  23. newsletter popup css here */
.newletter-popup {
  background: #fff;
  top: 50% !important;
  margin-top: -179px;
  position: fixed !important;
  padding: 50px;
  text-align: center;
  display: none;
}
@media only screen and (max-width: 767px) {
  .newletter-popup {
    padding: 30px 20px;
    width: 95%;
  }
}

#boxes .newletter-title h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  #boxes .newletter-title h2 {
    font-size: 22px;
    margin: 0 0 10px;
  }
}

#boxes .box-content label {
  font-weight: 400;
  font-size: 14px;
}

#boxes .box-content .newletter-label {
  width: 70%;
  margin-bottom: 36px;
}
@media only screen and (max-width: 767px) {
  #boxes .box-content .newletter-label {
    width: 100%;
  }
}

#frm_subscribe form {
  width: 340px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #frm_subscribe form {
    width: 100%;
  }
}
#frm_subscribe form input {
  background: #EBEBEB;
  padding: 0 126px 0 20px;
  height: 45px;
  border: 0;
  width: 100%;
  color: #747474;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #frm_subscribe form input {
    padding: 0 104px 0 20px;
  }
}
#frm_subscribe form a.theme-btn-outlined {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 110px;
  background: #5378ea;
  cursor: pointer;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 45px;
}
#frm_subscribe form a.theme-btn-outlined:hover {
  background: #5378ea;
}
@media only screen and (max-width: 767px) {
  #frm_subscribe form a.theme-btn-outlined {
    width: 90px;
  }
}

#boxes .box-content .subscribe-bottom {
  margin-top: 20px;
}

#boxes .box-content .subscribe-bottom label {
  margin: 0;
  font-size: 13px;
}

#boxes .box-content .subscribe-bottom #newsletter_popup_dont_show_again {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

#boxes #frm_subscribe #notification {
  color: #f00;
}

#boxes #frm_subscribe #notification .success {
  color: #67D7BB;
}

#popup2 {
  position: absolute;
  right: 1px;
  top: 1px;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
  text-transform: capitalize;
  padding: 6px 12px;
  background: #5378ea;
  font-weight: 600;
  line-height: 17px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}
#popup2:hover {
  background: #5378ea;
}

/*newsletter popup css end*/
/* 09. error page css heer   */
.header_error {
  border-bottom: 1px solid #f0f0f0;
}

.error_form {
  text-align: center;
}
.error_form h1 {
  font-size: 200px;
  font-weight: 700;
  color: #5378ea;
  letter-spacing: 10px;
  line-height: 160px;
  margin: 0 0 60px;
}
@media only screen and (max-width: 767px) {
  .error_form h1 {
    font-size: 130px;
    line-height: 120px;
    letter-spacing: 4px;
    margin: 0 0 45px;
  }
}
.error_form h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 19px;
}
@media only screen and (max-width: 767px) {
  .error_form h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 17px;
  }
}
.error_form p {
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .error_form p {
    font-size: 15px;
    margin-bottom: 28px;
    line-height: 23px;
  }
}
.error_form form {
  width: 450px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .error_form form {
    width: 100%;
  }
}
.error_form form input {
  padding: 0 60px 0 30px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  color: #5378ea;
  height: 40px;
  width: 100%;
  border-radius: 3px;
}
.error_form form button {
  position: absolute;
  right: 0;
  height: 100%;
  border: none;
  background: no-repeat;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  top: 0;
  text-transform: uppercase;
  padding: 0 15px;
  font-weight: 600;
}
.error_form form button:hover {
  color: #5378ea;
}
.error_form a {
  color: #fff;
  display: inline-block;
  background: #5378ea;
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  line-height: 42px;
  padding: 0 30px;
  text-transform: uppercase;
  margin-top: 35px;
  border-radius: 3px;
}
.error_form a:hover {
  background: #5378ea;
}

.error_section {
  padding-bottom: 70px;
  padding-top: 59px;
}
@media only screen and (max-width: 767px) {
  .error_section {
    padding-bottom: 60px;
    padding-top: 45px;
  }
}

/*404 page css end*/
/*--
     25. compare css here
-----------------------------------------*/
.compaer-page {
  margin: 32px 0 60px;
}

.compare-table .table tbody tr:first-child {
  border-top: 1px solid #eeeeee;
}
.compare-table .table tbody tr td {
  text-align: center;
  border: none;
  padding: 25px 30px;
  vertical-align: middle;
  border-bottom: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}
.compare-table .table tbody tr td:last-child {
  border-right: 1px solid #eeeeee;
}
.compare-table .table tbody tr td.first-column {
  min-width: 180px;
  font-size: 17px;
  font-weight: 600;
  margin: 0;
  line-height: 1;
}
.compare-table .table tbody tr td.product-image-title {
  min-width: 305px;
  vertical-align: bottom;
}
.compare-table .table tbody tr td.product-image-title .image {
  clear: both;
  width: 100%;
  margin-bottom: 40px;
}
.compare-table .table tbody tr td.product-image-title .image img {
  max-width: 100%;
}
.compare-table .table tbody tr td.product-image-title .category {
  clear: both;
  color: #454545;
  float: left;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 15px;
  margin-bottom: 7px;
  margin-top: 15px;
  text-transform: capitalize;
}
.compare-table .table tbody tr td.product-image-title .title {
  float: left;
  clear: both;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 10px;
}
.compare-table .table tbody tr td.product-image-title .title:hover {
  color: #5378ea;
}
.compare-table .table tbody tr td.pro-desc p {
  text-align: left;
  margin: 0;
}
.compare-table .table tbody tr td.pro-price {
  font-size: 15px;
  font-weight: 600;
}
.compare-table .table tbody tr td.pro-color {
  font-size: 15px;
  font-weight: 600;
}
.compare-table .table tbody tr td.pro-stock {
  font-size: 15px;
  font-weight: 600;
}
.compare-table .table tbody tr td.pro-addtocart .add-to-cart {
  position: relative;
  background: #5378ea;
  border-radius: 4px;
  display: inline-block;
  width: 170px;
  padding: 10px 6px;
  transition: all 0.7s;
  color: #5378ea;
}
.compare-table .table tbody tr td.pro-addtocart .add-to-cart:hover {
  background: #5378ea;
  color: #ffffff;
}
.compare-table .table tbody tr td.pro-addtocart .add-to-cart span {
  transition: .3s;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 21px;
  overflow: hidden;
  display: block;
  text-align: center;
}
.compare-table .table tbody tr td.pro-remove button {
  border: none;
  background-color: transparent;
  padding: 0;
}
.compare-table .table tbody tr td.pro-remove button i {
  font-size: 20px;
}
.compare-table .table tbody tr td.pro-remove button:hover {
  color: #5378ea;
}
.compare-table .table tbody tr td.pro-ratting a {
  font-size: 14px;
  color: #5378ea;
}
.compare-table .table tbody tr td.pro-ratting a:hover {
  color: #5378ea;
}

/*privacy policy css here*/
.privacy_policy_main_area {
  padding: 26px 0 35px;
}

.privacy_content {
  margin-bottom: 22px;
}
.privacy_content:last-child {
  margin-bottom: 0;
}
.privacy_content h2 {
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 7px;
}
@media only screen and (max-width: 767px) {
  .privacy_content h2 {
    font-size: 18px;
  }
}
.privacy_content h3 {
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 7px;
}
@media only screen and (max-width: 767px) {
  .privacy_content h3 {
    font-size: 18px;
  }
}
.privacy_content p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 19px;
}
@media only screen and (max-width: 767px) {
  .privacy_content p {
    font-size: 14px;
  }
}
.privacy_content p a {
  color: #a43d21;
}
.privacy_content p a:hover {
  color: #5378ea;
}
.privacy_content.section_1 p {
  margin-bottom: 0;
}
.privacy_content.section_2 h2 {
  margin-bottom: 24px;
}

/*privacy policy css end*/
/* 27. coming-soon css here */
.coming_soon_area {
  height: 100vh;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-image: url(../img/bg/coming-soon.jpg);
  position: relative;
  display: flex;
  align-items: center;
}
.coming_soon_area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.15;
}

.coming_soon_title {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .coming_soon_title {
    margin-bottom: 36px;
  }
}
.coming_soon_title h2 {
  font-size: 37px;
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .coming_soon_title h2 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 11px;
  }
}
.coming_soon_title p {
  color: #ffffff;
  font-size: 15px;
  max-width: 730px;
  margin: 0 auto;
  line-height: 24px;
}

.coming_soon_timing {
  text-align: center;
  margin: 57px 0 42px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .coming_soon_timing {
    margin: 50px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .coming_soon_timing {
    margin: 34px 0 22px;
  }
}

.single_countdown {
  display: inline-block;
  margin-right: 35px;
}
@media only screen and (max-width: 479px) {
  .single_countdown {
    margin-right: 20px;
  }
}
.single_countdown:last-child {
  margin-right: 0;
}

.coming_soon_newsletter {
  text-align: center;
}
.coming_soon_newsletter .subscribe_form {
  margin-top: 0;
}
.coming_soon_newsletter .subscribe_form form {
  margin: 0 auto;
  width: 600px;
  background: inherit;
  border: 1px solid #f0f0f0;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .coming_soon_newsletter .subscribe_form form {
    width: 100%;
  }
}
.subscribe_form form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #afa0cb;
}
.subscribe_form form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #afa0cb;
}
.subscribe_form form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #afa0cb;
}
.subscribe_form form input:-moz-placeholder {
  /* Firefox 18- */
  color: #afa0cb;
}
.coming_soon_newsletter .subscribe_form form input {
  color: #ffffff;
  font-size: 14px;
  padding: 0 120px 0 28px;
  background: inherit;
  height: 48px;
}
.coming_soon_newsletter .subscribe_form form button {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  background: inherit;
  color: #ffffff;
}
.coming_soon_newsletter .subscribe_form form button:hover {
  color: #5378ea;
}
.coming_soon_newsletter .subscribe_form form button::before {
  content: "";
  background: #ffffff;
  width: 2px;
  position: absolute;
  bottom: 8px;
  top: 8px;
  left: 0;
}
.coming_soon_newsletter h3 {
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 2px;
  text-transform: capitalize;
}
.coming_soon_newsletter .mailchimp-error {
  text-align: center;
  color: #ffffff;
}
.coming_soon_newsletter .mailchimp-success {
  text-align: center;
  color: #ffffff;
}

.coming_soon_logo {
  margin-bottom: 52px;
}
@media only screen and (max-width: 479px) {
  .coming_soon_logo {
    margin-bottom: 35px;
  }
}

.coming_soon_link {
  text-align: center;
}
.coming_soon_link ul li {
  display: inline-block;
  margin-right: 20px;
}
.coming_soon_link ul li:last-child {
  margin-right: 0;
}
.coming_soon_link ul li a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  padding: 0 50px;
  display: inline-block;
  background: #5378ea;
  color: #5378ea;
  border-radius: 5px;
}
.coming_soon_link ul li a:hover {
  background: #5378ea;
  color: #ffffff;
}

.countdown_number {
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 8px;
  width: 60px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
@media only screen and (max-width: 479px) {
  .countdown_number {
    width: 55px;
    font-size: 20px;
  }
}

.countdown_title {
  font-size: 13px;
  text-transform: capitalize;
  color: #ffffff;
}

/* 28. instagram css here */
.instagram-item {
  position: relative;
}
.instagram-item:hover::before {
  opacity: 0.5;
}
.instagram-item:hover .instagram-hvr-content {
  opacity: 1;
  visibility: visible;
}
.instagram-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  top: 0;
  left: 0;
  transition: .3s;
  opacity: 0;
  pointer-events: none;
}

.instagram-hvr-content {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
.instagram-hvr-content span {
  margin-right: 7px;
  font-size: 16px;
  color: #fff;
}
.instagram-hvr-content span:last-child {
  margin-right: 0;
}
.instagram-hvr-content span i {
  margin-right: 7px;
}

@media only screen and (max-width: 767px) {
  .shop-product__variation-image .section_title h2 {
    font-size: 18px;
  }
}

.instagram-wrap button {
  position: absolute;
  top: -53px;
  right: 0;
  font-size: 27px;
  border: 0;
  background: #fff;
  color: #a9a9a9;
}
.instagram-wrap button:hover {
  color: #5378ea;
}
@media only screen and (max-width: 767px) {
  .instagram-wrap button {
    top: -42px;
    font-size: 24px;
  }
}
.instagram-wrap button.prev_arrow {
  margin-right: 28px;
}
@media only screen and (max-width: 767px) {
  .instagram-wrap button.prev_arrow {
    margin-right: 23px;
  }
}
/* Course video css here - start*/
.affix {
  position: fixed !important;
  width: 25% !important;
  top:0;
  left: 0;
  height: 100%;
  padding-left: 0px;
  overflow-y: auto; 
  transition: all 0s ease 0s; 

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-md
  {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .affix {
    display: none;
  }
  .container-md
  {
    width: 100%;
    max-width: 100%;
  }
}
.course-list-area
{
  position: absolute;
  width: 100%;
  top:0;
  left: 0;
  height: 100%;
  height: 100vh;
  padding-left: 0px !important;
  overflow-y: auto;  
}
.course-list-area .Course-headding
{
  padding: 20px 130px 20px 20px;
  position: relative;
  font-size: 14px;
  color:#8c8c8c;
  border-bottom: 1px solid #d9d9d9;
}
.course-list-area .Course-headding h4
{
  font-size: 18px;
  color:#333333;
  padding: 0;
  margin: 0;
}
.course-list-area .card-header.card_accor button.btn-link
{
  padding: 10px 50px;
  height: auto;
}
.course-list-area  .card .card-body
{
  border: none;
}
.course-list-area  .card-header.card_accor button.btn-link.collapsed
{
  border-bottom: none;
}
.course-list-area .card
{
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
}
.course-list-area .card-body
{
  padding: 0;
}


.course-list-area .dropbtn {
  background-color: #ffffff;
  color: #5378ea;
  padding: 5px 25px 5px 15px;
  font-size: 10px;
  line-height:12px;
  border: 1px solid #5378ea;
  border-radius:50px;
  cursor: pointer;
}
.course-list-area .dropbtn i
{
  right: 10px !important;
  top:14px !important;
  font-size:14px;
}
.course-list-area .dropbtn i.fa-angle-up
{
  display:none;
}
.course-list-area .dropdown:hover  i.fa-angle-up
{
  display:block;
}
.course-list-area .dropdown:hover  i.fa-angle-down
{
  display:none;
}
.course-list-area .dropbtn:hover, .dropbtn:focus {
  background-color: #5378ea;
  color:#ffffff;
}

.course-list-area .dropdown {
  position: relative;
  display: inline-block;
}

.course-list-area .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  max-width:200px;
  overflow: auto;
  border-radius:10px;
  box-shadow: 0px 0px 6px 5px rgba(0,0,0,0.1);
  z-index: 1;
 
}
.course-list-area .dropdown:hover .dropdown-content
{
  display:block;
}
.course-list-area .dropdown-content a {
  color: #333333;
  font-size:12px;
  padding: 10px 12px;
  text-decoration: none;
  display: block;
}

.course-list-area .dropdown a:hover {background-color: #f0f0f0; Color:#5378ea;}

.course-list-area .card .card-body li
{
  padding: 10px 70px 10px 50px;
  margin: 0;
  height: auto;
  color:#333333;
  position: relative;
  list-style-type: none;
}
.course-list-area .card .card-body li + li
{
  border-top: 1px solid #d9d9d9;
}
.course-list-area .card .card-body li i{
  position: absolute;
  top: 23px;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  right: 20px;
}

.course-list-area .courser-duration
{
  position: absolute;
  top: 23px;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  right: 20px;
  display: inline-flex;
}
.course-list-area .topic-name
{
  color:#5378ea;
  font-size: 14px;
  font-weight: 700;
}
.course-list-area .topic-time
{
  color:#8c8c8c;
  font-size: 10px;
  margin-top: 0px;
}
.card-header.card_accor button.btn-link.collapsed .topic-name
{
  color: #333333;
}
.course-list-area .btn-area .btn1-style
{
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color: #5378ea;
  padding: 10px 20px;
  border: 1px solid #5378ea;
  border-radius: 50px;
  box-sizing: border-box;
  
}
.course-list-area .btn-area .btn2-style
{
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #5378ea;
  background-color: #ffffff;
  padding: 10px 20px;
  border: 1px solid #5378ea;
  border-radius: 50px;
  box-sizing: border-box;
}
.icon
{
  height:25px;
  width: 25px;
  background: url(../img/courses/icon-set.png);
  background-repeat: no-repeat;
  display: block;
}
.topic{
  
  background-position:1px -3px;
}
.complete
{
  background-position:1px -63px;
}
.play-now
{
  background-position:1px -94px;
}
.can-play
{
  background-position:1px -124px;
}
.lock
{
  background-position:1px -157px;
}
.clock
{
  background-position:1px -187px;
}
.card-header.card_accor button.btn-link.collapsed.topic-name
{
color:#5378ea;
}
.card-header.card_accor button.btn-link.collapsed .topic
{
  background-position:1px -34px;
}
.position-left20
{
  left: 20px;
}
.for-video-screen
{
  padding: 10px 0;
}
.back-link
{
  display: flex;
  width: 100%;
  flex-direction: column;
  vertical-align: middle;
  text-align: left;
  justify-content: center;
  margin: 10px 0 10px 20px;
  padding-left: 20px;
  border-left: 1px solid #cccccc;
}
@media only screen and (max-width: 767px) {
  .back-link
    {
    width: auto;
    }
  }
.back-link a
{
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}
.back-link a i
{
  margin-right: 10px;
}
.trainer-info
{
  background-color: #ffffff;
  padding: 30px 30px 10px 30px;
  
}
.trainer-info .trainer-img
{
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50px;
  display: inline-flex;
  vertical-align: middle;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.9);

}
.trainer-info .trainer-img img
{
  width: 100%;
}
.trainer-info .trainer-name
{
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
}
.trainer-info .icon-area
{
  min-width: 50px;
  height: 50px;
  border-radius: 3px;
  padding: 2px;
  display: inline-flex;
  flex-direction: column;
  vertical-align: middle;
  text-align: center;
  justify-content: center;
  border: 1px solid #efefef;
  color: #8c8c8c;
}

.trainer-info .icon-area + .icon-area
{
  margin-left: 3px;
}
.footer_bottom_for_video
{
  background-color: #00526b;
  color:#ffffff;
  padding: 20px 50px;
  }
.text-middel
{
  vertical-align: middle;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.text-baseline
{
  vertical-align: baseline;
  display: flex;
  justify-content: end;
  flex-direction: column;
}
.remove-scroll
{
  position: static;
  overflow-y: visible;
  height: 100% !important;
}
/* Course video css here - end*/
/* Account page css here - start*/
.account-header
{
  padding: 10px;
}

.account-menu
{
  border-top: 1px solid #efefef;
}

.account-menu .nav-link 
{
  padding: 10px 70px 10px 60px;
  margin: 0;
  height: auto;
  display: flex;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  border-bottom: 1px solid #efefef;
}
.account-menu .nav-link i
{
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  left: 32px;
}
.account-menu-area .trainer-info
{
  padding: 30px;
  display: flex;
}
.account-menu-area .trainer-info span {
  color: #8c8c8c;
  font-size: 12px;
  line-height: 10px;
}
.account-menu-area .trainer-info .trainer-name
{
  padding: 3px 20px;
  width: calc(100% - 70px);
}
.account-menu .nav-link.active{
  background-color: #efefef;
  color:#197bbd;
  position: relative;
  border-bottom: 1px solid #efefef;  
  transition: none;
}
.account-menu .nav-link:hover
{ 
  color:#197bbd;
  transition:  0 ease-in-out !important;
}
.account-menu .nav-link.active::before{
  content: "";
  width:5px;
  height: 105%;
  position: absolute;
  background-color: #197bbd;
  left: 0;
  top:-1px;
}
.account-body
{
 min-height: 650px;
  color: #333333;
}
.account-body a.btn {
  font-size: 16px;
  font-weight: 600;
  background-color: #5378ea;
  color: #ffffff;
  padding: 5px 20px;
  border-radius: 50px;
  border: 1px solid  #5378ea;
}
.account-body a.btn-gray {
  font-size: 16px;
  font-weight: 600;
  background-color: #8c8c8c;
  color: #ffffff;
  padding: 5px 20px;
  border-radius: 50px;
  border: 1px solid  #8c8c8c;
}
.account-body a.btn:hover, .account-body a.btn-gray:hover {

  background-color: #ffffff;
  color: #5378ea;
  border: 1px solid  #5378ea;
}
.account-menu-area
{
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .account-menu-area
  {
    height: auto;
    overflow: hidden;
  }

}
@media only screen and (max-width: 768px) {
  .account-body a.btn, .account-body a.btn-gray
  {
    width: 100%;
    margin-top: 20px;
  }
  .padding-top-0
  {
    padding-top: 0px !important;
  }
}
.text-container
{
  background-color: #ffffff;
  border-radius: 10px;
  border:1px solid #d9d9d9;
  padding: 20px;
  color: #333333;
  word-break:break-word;
  height: 100%;
}
.edit-account .text-container
{
  background-color: #f7f7f7;
  border-radius: 5px;
  border:1px solid #d9d9d9;
  color: #333333;
  height: auto;
  width: 100%;
  overflow: hidden;
}

.edit-account .text-container p
{
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color:#8c8c8c;
}
.text-container h4
{
  color: #333333;
}
.text-container label
{
  font-size: 12px;
  line-height: 12px;
  color:#8c8c8c;
  margin-top: 20px;
}
.text-container p
{
  line-height: 20px;
  font-weight: 500;

}
.text-container .link_follow ul li
{
margin-left: 0;
margin-top: 20px;
}
@media only screen and (max-width: 767px){
  .text-container .link_follow {
      margin-top: 0px;
  }
}
.text-container .link_follow ul li a
{
  border: 1px solid #333333;
  color:#333333;
  font-size: 16px;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.text-container .link_follow ul li a:hover
{
  color:#ffffff;
  border: 1px solid #5378ea;
}
.back-link-account
{
  color:#5378ea;
  font-size: 14px;
  font-weight: 600;
}
.account-icon
{
  background-image: url(../img/account/icon-set.png);
  background-repeat: no-repeat;
  padding-left: 40px;
}
.g{
  
  background-position:1px 2px;
}
.in{
  
  background-position:1px -43px;
}
.f{
  
  background-position:1px -87px;
}
.y{
  
  background-position:1px -132px;
}
.designation
{
  color: #8c8c8c;
  font-size: 16px;
  font-weight: 400;
  margin: 0 10px;
}
.account-img-place
{
  width: 250px;
  height: 350px;
  background-color: #e3e3e3;
  position: relative;
  margin-top: 80px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.account-img-place .account-img
{
  width: 250px;
  height: 350px;
  text-align: center;
  overflow: hidden;
  position: absolute;
  top:-70px;
  left:70px;
  background-repeat: no-repeat;
  background-size: cover;
}

.account-img-place  .link_follow ul li
{
  display: block;
  padding-bottom: 10px;
}
.account-img-place .link_follow ul li a
{
  border: 1px solid #333333;
  color: #333333;
  font-size: 16px;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.account-img-place .link_follow ul li a:hover
{
  color: #ffffff;
  border: 1px solid #5378ea;
}
@media only screen and (max-width: 767px) {
  .account-img-place
  {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
  .account-img-place .account-img
  {
    position: static;
    width: 100%;
    height: 350px;
  }
  .account-img-place .link_follow ul li
  {
    display: inline-block;
    padding-bottom: 10px;
    margin-left: 0;
  }
  .account-img-place .link_follow ul
  {
    text-align: center;
  }
}
.profile-tab .tab-area
{
  width: 100%;
  border-bottom:1px solid #bfbfbf;
  position:relative;
  height: 38px;
}
.profile-tab .tab-area .nav-pills
{
background-color:transparent;
border-radius: 0px;
display: inline-block;
font-size: 16px;
font-weight: 600;
position: absolute;
}
.profile-tab .nav-pills li
{
list-style-type: none;
margin: 0;
display: inline-flex;
}
.profile-tab .nav-pills li a
{
  padding: 5px 30px;
  border-bottom: 2px solid transparent;
}
.profile-tab .nav-pills li a.active
{
  color:#5378ea;
  border-bottom: 2px solid #5378ea;
}
.certificate_img img
{
  border-radius: 5px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .profile-tab .tab-area
  {
    position: static;
    height: auto;
  }
  .profile-tab .tab-area .nav-pills
  {
    position: static;
  }
}
.image-preview
{
  max-width:300px;
  min-height: 200px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  padding: 0px;
  border:1px solid #d9d9d9;
  text-align: center;
  position: relative;
}
.image-preview img
{
  width:fit-content;
  overflow: hidden;
}
.image-preview.small
{
  max-width:150px;
  min-height:150px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 500px;
  overflow: hidden;
  padding: 0px;
  border:1px solid #d9d9d9;
  text-align: center;
  position: relative;
}
.image-preview.small img
{
  width:fit-content;
  overflow: hidden;
}
.btn-bs-file{
  position:relative;
}
.btn-bs-file input[type="file"]{
  position: absolute;
  top: -9999999;
  filter: alpha(opacity=0);
  opacity: 0;
  width:0;
  height:0;
  outline: none;
  cursor: inherit;
}
.photo-upload .btn {
  font-size: 16px;
  font-weight: 600;
  background-color: #5378ea;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #5378ea;
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
.photo-upload .btn:hover {
  font-size: 16px;
  font-weight: 600;
  background-color: #ffffff;
  color: #5378ea;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #5378ea;
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
.loader-position
{
  right: 6px;
  top: 6px;
}
.image-preview .close {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  opacity: 1;
}
.image-preview .close a
{
  width: 30px;
    height: 30px;
    border-radius: 50px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #5378ea;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    font-size: 18px;
    opacity: 1;
}
.image-preview .close a:hover
{
  color: #ffffff;
  background-color: #5378ea;
}
.text-container .form-check label
{
  color: #333333;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  font-weight: 400;
}
.table-style
{
  width: 100%;
}
.table-style thead
{
border-bottom: 2px solid #8c8c8c;
}
.table-style thead tr th
{
  color:#8c8c8c;
  font-size: 14px;
  font-weight: 400;
}
.table-style tbody tr + tr
{
border-top: 1px solid #f0f0f0;
}
.table-style tbody tr td
{
  font-weight: 600;
}
.table-style thead tr th, .table-style tbody tr td
{
  padding: 15px 10px;
}
.table-style tbody tr td.sn
{
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  color:#8c8c8c;
  font-family:"Roboto", sans-serif;
}
.table-style tbody tr td .product-image
{
  justify-content: center;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
 
  
}
.table-style tbody tr td .product-image a
{
width: 40px;
height: 40px;
border-radius: 3px;
display: inline-block;
overflow: hidden;
}
.table-style tbody tr td .product-image a.title-area
{
  width: 200px;
  word-break: break-word;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow:visible;
  height: auto;
}

.table-style tbody tr td .product-image a>img
{
  width: 100%;
  vertical-align: middle;
}
.profile-img
{
  background-color: transparent;
  display: flex;
  padding: 0;
  padding-left: 20px;
  position: relative;
  margin-top: 4px;
}
.for-mini-screen
{
  display: none;
}
.for-mini-screen-dropdown
{
display: none;
}
@media only screen and (max-width: 991px) {
  
  .for-mini-screen-dropdown
  {
  display: block;
  }
 

}
@media only screen and (max-width: 1199px) {
  .profile-img {
    display: none;
  }
  .for-mini-screen
  {
  display: block;
  }
  .header_middle .nav-link
  {
    display: none;
  }

}
.profile-img .drop_links
{
  position:absolute;
  display: none;
  top: 200%;
  left:4px;
  width: 100%;
  z-index: 100;
  
}
.profile-img .drop_links .gap
{
  height: 12px;
  padding:0;
  margin: 0;
}
.profile-img .drop_links ul
{
  background-color: #ffffff;
  padding: 10px 0;
  border-radius: 5px;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}
.profile-img .drop_links a
{
  color:#333333;
  padding: 10px 20px;
}
.profile-img .drop_links a:hover
{
  background-color: #f0f0f0;
  color:#5378ea;
}
.profile-img:hover .lnr-chevron-down
{
  display: block;
}
.profile-img .lnr-chevron-up
{
  display: none;
}
.profile-img:hover .lnr-chevron-up
{
  display: block;

}
.profile-img .drop_links li + li
{
border-top: 1px solid #f0f0f0;
}
.profile-img:hover .drop_links
{
  display: block;
  top: 100%;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.profile-img .trainer-img
{
  width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50px;
    display: inline-flex;
    vertical-align: middle;
    padding: 0;
    border: 3px solid #fff;
}
.profile-img .trainer-name
{
  padding: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #5378ea;
}
.profile-img .trainer-name h4
{
 max-width: 150px;
 font-size: 18px;
 font-weight: 400;
 text-transform: uppercase;
}
.profile-arrow
{
height: 20px;
width: 10px;
padding: 0;
margin: 0;
color: #5378ea;
margin-top: 15px;
font-weight: 600;
font-size: 10px;
}
.mini_cart .profile-img
{
  justify-content: center;
}
.become-an-instructor
{
  background-color: #5378ea;
  padding: 20px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
}
.become-an-instructor .btn
{
  font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    padding: 5px 20px;
    border-radius: 50px;
    border: 1px solid #ffffff;

}
.become-an-instructor .btn:hover
{
  background-color: #ffffff;
  color: #5378ea;
}
/* Account page css here - end*/
/* Contac Us css here - Start*/
.contact-us-img-bg
{
  color:#ffffff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#071f26+0,006c8e+59,006c8e+74,071f26+100 */
background: #071f26 url(../img/bg/contact-us-bg.png); /* Old browsers */
background:url(../img/bg/contact-us-bg.png), -moz-linear-gradient(left,  #071f26 0%, #006c8e 59%, #006c8e 74%, #071f26 100%); /* FF3.6-15 */
background:url(../img/bg/contact-us-bg.png), -webkit-linear-gradient(left,  #071f26 0%,#006c8e 59%,#006c8e 74%,#071f26 100%); /* Chrome10-25,Safari5.1-6 */
background:url(../img/bg/contact-us-bg.png), linear-gradient(to right,  #071f26 0%,#006c8e 59%,#006c8e 74%,#071f26 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
background-repeat: no-repeat;
background-size:cover;
background-position: right top;
}
.contact-us-img-bg .img-area
{
  height: 300px;
  overflow: hidden;
}
.contact-form textarea
{
  resize: none;
}
.contact-info-area
{
display: flex;
flex-direction: column;
justify-content: center;
}
/* Contac Us css here - End*/
/* Price css here - Start*/
.price-img-bg
{
  color:#ffffff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#071f26+0,006c8e+59,006c8e+74,071f26+100 */
background: #5378ea url(../img/bg/price-banner.jpg); /* Old browsers */
background-repeat: no-repeat;
background-size:cover;
background-position: right top;
}
.price-img-bg .img-area
{
  height: 200px;
  
}
.price-img-bg .img-area canvas
{
  height: 200px !important;
}
.priceing-area .priceing .header
{
  border-bottom: 1px solid #e1e6eb;
  padding: 25px 15px;
  text-align: center;
}
.priceing-area .priceing .header p span:first-child
{
  line-height: 30px;
}
.price_area
{
  padding: 80px 0;
}
@media only screen and (max-width: 991px) {
  .priceing-area .priceing
  {
    position:static;
  }
  .price_area
  {
  padding: 40px 0 40px 0;
  }
}
.text-container
{

  position: relative;

}
.text-container .header
{
  border-bottom: 1px solid #e1e6eb;
  text-align: center;
  padding-bottom: 20px;
}
.text-container .body
{
  
  margin: 20px 0 50px 0;
}
.text-container .body ul li
{
  margin: 10px 0;
  position: relative;
  padding-left:30px;
  list-style-type: none;
}
.text-container .body ul li i
{
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 20px;
}


.text-container .footer {
  
 position: absolute;
  bottom: 20px;
  width: 100%;
  left: 20px;
  box-sizing: border-box;
}
/* Price css here - End*/
/* Cart page css here - Start*/
.cart-img-bg
{
  color:#ffffff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#071f26+0,006c8e+59,006c8e+74,071f26+100 */
background: #071f26 url(../img/bg/cart-bg.png); /* Old browsers */
background:url(../img/bg/cart-bg.png), -moz-linear-gradient(left,  #071f26 0%, #006c8e 59%, #006c8e 74%, #071f26 100%); /* FF3.6-15 */
background:url(../img/bg/cart-bg.png), -webkit-linear-gradient(left,  #071f26 0%,#006c8e 59%,#006c8e 74%,#071f26 100%); /* Chrome10-25,Safari5.1-6 */
background:url(../img/bg/cart-bg.png), linear-gradient(to right,  #071f26 0%,#006c8e 59%,#006c8e 74%,#071f26 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
background-repeat: no-repeat;
background-size:contain;
background-position: right top;
}
.cart-img-bg .img-area
{
  height: 300px;
}
.product-image-area
{
  width: 50px;
}
.checkout_btn
{
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  background-color: #5378ea;
  color: #ffffff;
  padding: 5px 20px;
  border-radius: 50px;
  border: 1px solid #5378ea;
}
.checkout_btn:hover, .coupon_btn:hover
{
  background-color: #ffffff;
  color: #5378ea;
  border: 1px solid #5378ea;
}
.coupon_btn
{
  background-color: #5378ea;
  color: #ffffff;
  border-top-left-radius:0px;
  border-bottom-left-radius:0px;
  border: 1px solid #5378ea;
}
.btn-area-width
{
 
  white-space: nowrap;
}
@media only screen and (max-width: 991px) {
  .checkout_btn {
    width: 100%;
  }
}
/* Cart page css here - end*/
/* Print page css here - start*/
.print_area
{
  padding: 30px 0 80px 0;
}
.print-btn
{
  text-align: right;
  font-size: 18px;
}
.student-name
{
  position: absolute;
  top: 455px;
  left:0;
  font-size: 26px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}
.course-logo
{
  position: absolute;
  top: 100px;
  right:100px;
}
.course-logo img
{
  width: 200px;
}
.text1
{
  position: absolute;
  top: 500px;
  left:0;
  padding: 0 300px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}
.sign1
{
  position: absolute;
  bottom: 110px;
  right:100px;
}
.sign1 img{
  width: 200px;
}
.sign2
{
  position: absolute;
  bottom: 110px;
  left:100px;
}
.sign2 img{
  width: 200px;
}
.date-issue
{
  position: absolute;
  bottom: 90px;
  left:50%;
  width: 200px;
  font-size:14px;
  font-weight:700 !important;
  color:#333333;
  margin-left:-90px;
}


/* toggle-switch btn css here - Start*/
.btn-toggle {
  margin: 0 50px 0 50px;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
  color: #6b7381;
  background: #bdc1c8;
}
.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
  outline: none;
  box-shadow: none;
}
.btn-toggle:before,
.btn-toggle:after {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle:before {
  content: "Off";
  left: -4rem;
}
.btn-toggle:after {
  content: "On";
  right: -4rem;
  opacity: 0.5;
}
.btn-toggle > .handle {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.active {
  transition: background-color 0.25s;
}
.btn-toggle.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}
.btn-toggle.active:before {
  opacity: 0.5;
}
.btn-toggle.active:after {
  opacity: 1;
}

.btn-toggle:before,
.btn-toggle:after {
  color: #6b7381;
}
.btn-toggle.active {
  background-color: #29b5a8;
}

.btn-toggle.btn-secondary {
  color: #6b7381;
  background: #bdc1c8;
  margin: 5px 45px 5px 45px;
}
.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
  color: #6b7381;
}
.btn-toggle.btn-secondary.active {
  background-color: #5378ea;
}
/* toggle-switch btn css here - End*/

/*--Apply now-----------Start-*/
.why-work-with-box {
  padding: 60px 80px 40px;
  text-align: center;
}
.why-work-with-box h3 {
  display: block;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -.3px;
  text-align: center;
  color: #333333;
  margin: 30px 0 20px;
}
/*--Apply now----------End--*/
/*-Helthy travel-------strat*/
.image-card
{
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  display: block;

}
.image-card h4
{
  position: absolute;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8323704481792717) 27%, rgba(255,255,255,0) 70%);
  color:#333;
  width: 100%;
  height:200px;
  padding-top: 170px !important;
  padding: 10px;
  left:0px;
  bottom: -10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;

}
.image-card:hover
{
  -webkit-box-shadow: 0 1rem 2rem rgba(0,0,0,.5)!important;
    box-shadow: 0 1rem 2rem rgba(0,0,0,.5)!important;
}
#user-registration, #user-registration.horizontal{
  box-shadow: none !important;
}
#user-registration {
    background-color: transparent !important;
    margin: 30px 0;
}
#user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link {

    display: block !important;
    width: 100%;
}
#user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link  a {
  color:#333;
  font-size: 18px;
}
#user-registration .user-registration-MyAccount-navigation, #user-registration.horizontal .user-registration-MyAccount-navigation {
    border-bottom: 0 !important;
}
#user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a, #user-registration.horizontal .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a {
    background-color: transparent !important;
    color:#5378ea;
}
/*---Start-Subscription page css----------------------*/
.woocommerce-billing-fields
{
	padding:30px 10px;
}

.woocommerce-checkout .woocommerce-billing-fields h3
{
	margin-top:0px !important;
	color:#333;
	font-size:36px;
	margin-bottom:30px;
}
.woocommerce-checkout form .col2-set input
{
	border:0px;
	border-bottom:2px solid #333333;
	font-size:16px;
}
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered
{
	padding-left:0px;
	font-size:16px;
}
.select2-container--default .select2-selection--single
{
	border:0px;
	border-bottom:2px solid #333333;
	border-radius:0;
	font-size:16px;
}
.woocommerce-checkout form #order_review, .woocommerce-checkout form #order_review_heading
{
	color:#333333;
	font-size:36px;
	margin-top:30px;
	padding:0 40px;
}
.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table, .woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table
{
	font-size:18px;
}
.shop_table .cart_item
{
	border:0px;
	border-radius:5px;
	width:100%;
	display:contents;
}
.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table, .woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table
{
	margin-top:0px;
	margin-bottom:40px;
}
.wc_payment_method input.input-radio[name=payment_method]+label
{
	font-size:18px;
}
.wc_payment_method .payment_box
{
	
	padding:20px 0;
	background:transparent;
}
.wc_payment_methods .payment_box p
{
	font-size:18px;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p
{
	font-size:14px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order
{
	font-size:22px;
	text-transform:uppercase;
}
.ur-frontend-form .ur-form-row .ur-form-grid label.ur-label, .ur-frontend-form .ur-form-row .ur-form-grid legend.ur-label
{
	font-weight:300 !important;
}
.ur-form-row .form-control
{
	padding:5px 0 !important;
}
.user-registration-profile-fields h2
{
	color:#333333;
	font-size:36px !important;
	text-align:left !important;
}
#user-registration .user-registration-MyAccount-content .user-registration-profile-fields__field-wrapper
{
	margin-bottom:40px !important;
}
.button, .btn-style
{
	border-radius:50px  !important;
	font-size:16px;
	background:#034BA5;
}
.button:hover{
	color:#ffffff;
	text-decoration: underline;
}
#user-registration .user-registration-MyAccount-content .edit-password legend, #user-registration .user-registration-MyAccount-content h2
{
	color:#333333;
}
/*---End-Subscription page css----------------------*/
.bookmark-btn {
  visibility:hidden;
  font-size:30px;
  cursor:pointer;
 }
.bookmark-btn:before {
 content: "\2605";
 position: absolute;
 visibility:visible;
 margin-top: 0;
}
.bookmark-btn:checked:before {
 content: "\2605";
 position: absolute;
}
.doc-content p{
  margin-top: 0;
  margin-bottom: 0;
}
#user-registration, #user-registration.horizontal{
  box-shadow: none !important;
}
#user-registration {
    background-color: transparent !important;
    margin: 0;
}
#user-registration .section-ptb{
  padding-top:0;
}
#user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link {

    display: block !important;
    width: 100%;
}
#user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link  a {
  color:#333;
  font-size: 18px;
}
#user-registration .user-registration-MyAccount-navigation, #user-registration.horizontal .user-registration-MyAccount-navigation {
    border-bottom: 0 !important;
}
#user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a, #user-registration.horizontal .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a {
    background-color: transparent !important;
    color:#5378ea;
}
/*---Start-Subscription page css----------------------*/
.woocommerce-billing-fields
{
	padding:30px 10px;
}

.woocommerce-checkout .woocommerce-billing-fields h3
{
	margin-top:0px !important;
	color:#333;
	font-size:36px;
	margin-bottom:30px;
}
.woocommerce-checkout form .col2-set input
{
	border:0px;
	border-bottom:2px solid #333333;
	font-size:16px;
}
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered
{
	padding-left:0px;
	font-size:16px;
}
.select2-container--default .select2-selection--single
{
	border:0px;
	border-bottom:2px solid #333333;
	border-radius:0;
	font-size:16px;
}
.woocommerce-checkout form #order_review, .woocommerce-checkout form #order_review_heading
{
	color:#333333;
	font-size:36px;
	margin-top:30px;
	padding:0 40px;
}
.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table, .woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table
{
	font-size:18px;
}
.shop_table .cart_item
{
	border:0px;
	border-radius:5px;
	width:100%;
	display:contents;
}
.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table, .woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table
{
	margin-top:0px;
	margin-bottom:40px;
}
.wc_payment_method input.input-radio[name=payment_method]+label
{
	font-size:18px;
}
.wc_payment_method .payment_box
{
	
	padding:20px 0;
	background:transparent;
}
.wc_payment_methods .payment_box p
{
	font-size:18px;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p
{
	font-size:14px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order
{
	font-size:22px;
	text-transform:uppercase;
}
.ur-frontend-form .ur-form-row .ur-form-grid label.ur-label, .ur-frontend-form .ur-form-row .ur-form-grid legend.ur-label
{
	font-weight:300 !important;
}
.ur-form-row .form-control
{
	padding:5px 0 !important;
}
.user-registration-profile-fields h2
{
	color:#333333;
	font-size:36px !important;
	text-align:left !important;
}
#user-registration .user-registration-MyAccount-content .user-registration-profile-fields__field-wrapper
{
	margin-bottom:40px !important;
}
.button, .btn-style
{
	border-radius:50px  !important;
	font-size:16px;
	text-transform:none;
  font-weight: 600;
	background:#034BA5;
}
.button:hover{
	color:#ffffff;
	text-decoration: underline;
}
#user-registration .user-registration-MyAccount-content .edit-password legend, #user-registration .user-registration-MyAccount-content h2
{
	color:#333333;
}
.user-registration-error::before, .user-registration-info::before, .user-registration-message::before {
    content: none;
    display: inline-block;
    vertical-align: middle;
    font-family: Dashicons;
    font-size: calc(100% + 10px);
    margin-right: .875rem;
}
.user-registration-error {
    border:0;
    background: transparent;
    color: #f4000a !important;
    padding: 0;
}
#ur-submit-message-node.ur-message.user-registration-error, .lost-password-message .user-registration-error{
    color: #721c24;
    background-color: #fff;
    border-color: #f5c6cb;
    padding: 30px 40px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .5rem;
}
.user-registration-error li{
  list-style: disc outside !important;
}
.user-registration-error.single li{
  list-style: none outside !important;
}
.ur-frontend-form{
  margin-bottom: 0;
  border: 0;
  padding: 0;
  box-sizing: unset;
}
.ur-frontend-form .ur-submit-button {
    margin-right: 0;
    margin-bottom: 0;
}

.user-registration-info, .user-registration-message {
    display: block;
    margin: 0 0 10px;
    padding: 30px;
    background-color: #f0f1f9;
    color: #4c5477;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    line-height: 1.25;
    text-transform: none;
    font-size: 16px;
    border-radius: 10px;
}
.user-registration-message {
    border: 0;
    background: #fff;
    color: #8fae1b;
}
/*---End-Subscription page css----------------------*/

/*AUTO COMPLETE START*/

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 10px !important;
    margin: 0 !important;
    border: 0 !important;
}
.ui-widget-content {
    overflow: hidden;
    border-radius: 10px;
}
.spinner-border{
  width: 1.1rem;
  height: 1.1rem;
}
.map-modal-link{
  cursor: pointer;
}
.map-modal-link i{
  margin-left: 10px;
}
/*AUTO COMPLETE END*/
/* Video Area*/
.video-area
{
  width: 85%;
 
}

@media only screen and (max-width: 767px) {
  .video-area
  {
    width: 100%;
   
  }
}
.video-area video
{
  border-radius: 20px;
  height: auto !important;
}
.video-user
{
  display: block;
  position: absolute;
  top:-50px;  
  right:6%;
  z-index: 10;
}

#add_payment_method #payment ul.payment_methods .stripe-card-group, .woocommerce-checkout #payment ul.payment_methods .stripe-card-group{
  width: 100%;
}
.wc-stripe-elements-field, .wc-stripe-iban-element-field{
  width: 100%;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label{
  font-size: 16px;
}
.wc_payment_method .payment_box fieldset{
  padding:0 !important;
}
.woocommerce-checkout-review-order ul{
  margin:2rem 0 0;
}
.woocommerce-terms-and-conditions-wrapper{
  margin-bottom: 3rem;
}
abbr[data-original-title], abbr[title]{
  -webkit-text-decoration:none;
  text-decoration: none;
}
.woocommerce-info{
  margin-bottom: 1rem;
  border:0;
}
.woocommerce-checkout input#coupon_code{
  padding-top:.75rem;
  padding-bottom:.75rem;
  padding-left: 5px;
  margin-left: 5px;
}
.woocommerce-checkout button[name="apply_coupon"]{
  padding-top:0px;
  padding-bottom:0px;
}
