/*AboutUs Page-CSS Start*/
.breadcrumbs .breadcrumb-nav li a:hover {
  color: #0167F3;
}
.about-us .content-left {
  position: relative;
}
.about-us .content-left .video {
  position: absolute;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  color: #0167F3;
  background-color: #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  font-size: 25px;
  padding-left: 3px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.sectionInner {
  /* padding-top: 90px; */
  padding-bottom: 90px;
  position: relative;
}
.about-us .content-left .video:hover {
  color: #fff;
  background-color: #0167F3;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.about-us .content-left .video {
  position: absolute;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  color: #0167F3;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  left: 40%;
  font-size: 25px;
  padding-left: 3px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.section-title h2::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  background-color: #0167F3;
  height: 2px;
  width: 50px;
  margin-left: -25px;
  border-radius: 2px;
}
.team .single-team {
  text-align: center;
  margin-top: 30px;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 35px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.team .single-team .image img {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  border: 1px solid #eee;
  display: inline-block;
  padding: 5px;
}
.team .single-team .content {
  margin-top: 20px;
}
.team .single-team .content h3 {
  color: #777;
  font-size: 16px;
}
.team .single-team .content h5 {
  font-size: 13px;
  margin-top: 5px;
  color: #888;
}
.team .single-team .content .social {
  margin-top: 20px;
}
.team .single-team .content .social li {
  display: inline-block;
  margin-right: 4px;
}
.team .single-team .content .social li a {
  height: 35px;
  width: 35px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #eee;
  color: #444;
  border-radius: 50%;
  font-size: 14px;
}
.lni {
  display: inline-block;
  font: normal normal normal 1em / 1 'LineIcons';
  color: inherit;
  flex-shrink: 0;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.team .single-team .content .social li a:hover {
  border-color: transparent;
  color: #fff;
  background-color: #0167F3;
}
.team .single-team .content .social li:last-child {
  margin: 0;
}
.team .single-team .content .social li {
  display: inline-block;
  margin-right: 4px;
}
/*AboutUs Page-CSS End*/

/*Faq-CSS Start*/
.faq {
  padding-bottom: 80px;
  background-color: #f9f9f9;
}
.faq .section-title {
  margin-bottom: 60px;
}
.accordion-item .accordion-button {
  border-radius: 4px;
  font-size: 17px;
  font-weight: 500;
  width: 100%;
  display: block;
  overflow: hidden;
  border: none;
  padding: 15px 25px;
  padding-right: 40px;
  background-color: #fff;
}
.accordion-item .accordion-button i {
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  top: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}
.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #0167F3;
  border-radius: 4px 4px 0 0;
}
.accordion-button:not(.collapsed) i::before {
  content: "\eb2e";
  font-family: lineIcons;
}
.preloader-icon span {
  background: #0167F3;
}
/*FAQ-CSS End*/

/*Start Login CSS*/

.account-login .login-form {
  padding: 42px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 40px #00000008;
  box-shadow: 0px 5px 40px #00000008;
}
.account-login .login-form .card-body {
  padding: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.account-login .login-form .title {
  margin-bottom: 30px;
}
.account-login .alt-option {
  margin: 30px 0;
  text-align: center;
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 1;
}
.account-login .form-group {
  margin-bottom: 15px;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.account-login .bottom-content {
  margin-top: 25px;
}
.account-login .button {
  margin-top: 30px;
}
.account-login .outer-link {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #081828;
  margin-top: 30px;
  text-align: center;
}

.account-login .login-form .title h3 {
  font-size: 22px;
  font-weight: 700;
  color: #081828;
  margin-bottom: 10px;
}
.account-login .login-form .social-login .facebook-btn {
  border-color: #3b5998;
  background-color: transparent;
  color: #3b5998;
}

.account-login .login-form .social-login .twitter-btn {
  border-color: #55acee;
  background-color: transparent;
  color: #55acee;
}
.account-login .login-form .social-login .btn {
  padding: 10px 12px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid #eee;
  display: block;
  font-weight: 600;
}
.account-login .login-form .social-login .google-btn {
  border-color: #dd4b39;
  background-color: transparent;
  color: #dd4b39;
}
.account-login .alt-option span {
  font-size: 14px;
  background: #fff;
  color: #888;
  padding: 5px 15px;
}
.account-login .form-group label {
  display: block;
  margin-bottom: 8px;
  width: 100%;
}
.account-login .form-group .form-control {
  padding: 0 18px;
  -webkit-transition: color .25s, background-color .25s, border-color .25s;
  transition: color .25s, background-color .25s, border-color .25s;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  color: #505050;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 46px;
  border-radius: 4px !important;
  overflow: hidden;
  width: 100%;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
}
.account-login .lost-pass {
  color: #888;
}

.account-login .button .btn {
  width: 100%;
}

.account-login .outer-link a {
  color: #0167F3;
}

.account-login .alt-option:before {
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  background: #e6e6e6;
  content: "";
  z-index: -1;
}
.account-login .login-form .social-login .btn i {
  display: inline-block;
  margin-right: 4px;
  font-size: 15px;
}
/*END Login CSS*/

/*Start Registration CSS*/
.register-form {
  padding: 40px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 40px #00000008;
  box-shadow: 0px 5px 40px #00000008;
}
.register-form .title {
  margin-bottom: 30px;
}
.register-form .title h3 {
  font-size: 22px;
  font-weight: 700;
  color: #081828;
  margin-bottom: 10px;
}
.register-form .form-group label {
  display: block;
  margin-bottom: 8px;
}
.register-form .form-group .form-control {
  padding: 0 18px;
  -webkit-transition: color .25s, background-color .25s, border-color .25s;
  transition: color .25s, background-color .25s, border-color .25s;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  color: #505050;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 46px;
  border-radius: 4px !important;
  overflow: hidden;
}
.register-form .button {
  margin-top: 10px;
}
.register-form .button .btn {
  width: 100%;
}
.register-form .outer-link {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #081828;
  margin-top: 30px;
  text-align: center;
}
/*END Registration CSS*/

/*Start Mail Success CSS*/
.maill-success {
  height: 100vh;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.d-table {
  display: table !important;
}
.d-table {
  width: 100%;
  height: 100%;
}
.d-table-cell {
  display: table-cell !important;
}

.d-table-cell {
  vertical-align: middle;
}
.maill-success .success-content i {
  font-size: 30px;
  margin-bottom: 20px;
  color: #0167F3;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  border: 1px solid #eee;
  border-radius: 50%;
}
.maill-success .success-content h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #081828;
}
.maill-success .success-content p {
  font-weight: 400;
  margin-bottom: 20px;
}
/*End Mail Success CSS*/

/*Start Error CSS*/
.error-area {
  height: 100vh;
  text-align: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  position: relative;
  background-image: url(../images/error/404-bg.png);
  background-repeat: no-repeat;
  background-position: center;
}
.error-area .error-content h1 {
  font-size: 100px;
  color: #0167F3;
  margin-bottom: 25px;
  font-weight: 800;
  line-height: 100px;
}
.error-area .error-content h2 {
  font-size: 25px;
  margin-bottom: 10px;
  color: #081828;
  font-weight: 700;
}
.error-area .error-content p {
  font-weight: 400;
  margin-bottom: 40px;
  color: #888;
}
/*End Error CSS*/


/*START CART CSS*/
.shopping-cart {
  background-color: #f9f9f9;
}
.cart-list-head {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
}
.cart-list-title {
  background-color: #fff;
  padding: 18px 20px;
  border-bottom: 1px solid #eee;
}
.cart-list-title p {
  color: #081828;
  font-weight: 500;
  font-size: 14px;
}
.cart-single-list {
  padding: 30px 20px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.align-items-center {
  align-items: center !important;
}
.cart-single-list .product-name {
  line-height: 22px;
}
.cart-single-list .product-name a {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}
.cart-single-list .product-des {
  display: block;
}
.cart-single-list .product-des span {
  font-size: 13px;
  font-weight: 500;
  display: block;
}
.cart-single-list .product-des span em {
  font-style: normal;
  color: #555;
}
.shopping-cart select.form-control:not([size]):not([multiple]) {
  height: 46px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  width: 120px;
}
.shopping-cart select.form-control {
  padding-right: 38px;
  background-position: center right 17px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE4NS4zNDQgMTg1LjM0NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTg1LjM0NCAxODUuMzQ0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTkyLjY3MiwxNDQuMzczYy0yLjc1MiwwLTUuNDkzLTEuMDQ0LTcuNTkzLTMuMTM4TDMuMTQ1LDU5LjMwMWMtNC4xOTQtNC4xOTktNC4xOTQtMTAuOTkyLDAtMTUuMTggICAgYzQuMTk0LTQuMTk5LDEwLjk4Ny00LjE5OSwxNS4xOCwwbDc0LjM0Nyw3NC4zNDFsNzQuMzQ3LTc0LjM0MWM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMCAgICBjNC4xOTQsNC4xOTQsNC4xOTQsMTAuOTgxLDAsMTUuMThsLTgxLjkzOSw4MS45MzRDOTguMTY2LDE0My4zMjksOTUuNDE5LDE0NC4zNzMsOTIuNjcyLDE0NC4zNzN6IiBmaWxsPSIjNTA1MDUwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: 10px 10px;
}
.shopping-cart .form-control {
  padding: 0 18px;
  -webkit-transition: color .25s, background-color .25s, border-color .25s;
  transition: color .25s, background-color .25s, border-color .25s;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: #fff;
  color: #505050;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cart-single-list .remove-item {
  color: #fff;
  background-color: #f44336;
  font-size: 8px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
}
.cart-single-list:last-child {
  border: none !important;
  border-radius: 0 0 4px 4px;
}
.shopping-cart .total-amount .coupon {
  padding: 40px;
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 40px;
  display: inline-block;
}
.shopping-cart .total-amount .coupon input {
  width: 300px;
  height: 46px;
  border: 1px solid #dddddd;
  overflow: hidden;
  border-radius: 4px;
  color: #333;
  padding: 0px 20px;
  display: inline-block;
}
.shopping-cart .total-amount .coupon .button {
  display: inline-block;
}
.shopping-cart .total-amount .coupon button {
  border: none;
  height: 46px;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  top: -2px;
}
.shopping-cart .total-amount .right {
  padding: 40px;
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 40px;
}
.shopping-cart .total-amount .right ul li {
  font-size: 14px;
  font-weight: 500;
  color: #081828;
  margin-bottom: 12px;
}
.shopping-cart .total-amount .right ul li span {
 float: right;
  
}
.shopping-cart .total-amount .right .button {
  margin-top: 30px;
}
.shopping-cart .total-amount .right .btn {
  width: 100%;
  margin-bottom: 8px;
  text-align: center;
  padding: 12px 20px;
}
.shopping-cart .total-amount .right .btn:last-child {
  margin: 0;
}
/*END CART CSS*/

/*START CHECKOUT CSS*/
.checkout-wrapper {
  background-color: #f9f9f9;
}
.checkout-steps-form-style-1 #accordionExample li {
  margin-bottom: 20px;
}
.checkout-steps-form-style-1 .title {
  font-size: 15px;
  font-weight: 600;
  line-height: 40px;
  position: relative;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  border-radius: 4px 4px 0 0;
  padding: 8px 25px;
  color: #0167F3;
  background-color: #fff;
}
.checkout-steps-form-style-1 .title:before {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Lineicons";
  content: "\ea5e";
  font-size: 13px;
  color: #7D7D7D;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.checkout-steps-form-style-1 .checkout-steps-form-content {
  padding: 25px;
  padding-top: 0;
  border: 1px solid #e6e6e6;
  border-top-color: transparent;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}
.checkout-steps-form-style-1 .single-form {
  margin-top: 16px;
  position: relative;
}
.checkout-steps-form-style-1 .form-default label {
  color: #888;
  margin-bottom: 8px;
}
.checkout-steps-form-style-1 .single-form .form-input {
  position: relative;
}
.checkout-steps-form-style-1 .single-checkbox {
  margin-top: 15px;
}
.checkout-steps-form-style-1 .single-checkbox input[type="checkbox"] {
  display: none;
}
.checkout-steps-form-style-1 .single-checkbox label {
  font-size: 16px;
  margin-bottom: 0;
  position: relative;
  bottom: -2px;
}
.checkout-steps-form-style-1 .single-checkbox p {
  display: inline;
  color: #777;
  padding-left: 5px;
}
.checkout-steps-form-style-1 .single-form {
  margin-top: 16px;
  position: relative;
}
.checkout-sidebar-coupon {
  background-color: #fff;
  padding: 25px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.checkout-sidebar-coupon .single-form .button {
  position: absolute;
  right: 0;
  top: 0;
}
.checkout-sidebar-coupon .single-form .button .btn {
  height: 46px;
}
.checkout-sidebar-price-table {
  background-color: #fff;
  padding: 25px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.checkout-sidebar-price-table .title {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #081828;
  padding-bottom: 12px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.checkout-sidebar-price-table .sub-total-price .total-price {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4px 0;
}
.checkout-sidebar-price-table .total-payable {
  padding: 8px 0;
  padding: 10px 0;
  border-top: 1px solid #e6e6e6;
  margin-top: 10px;
}
.checkout-sidebar-price-table .price-table-btn {
  margin-top: 20px;
}
.checkout-sidebar-banner {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  overflow: hidden;
}
.checkout-sidebar-banner a {
  width: 100%;
}
.checkout-steps-form-style-1 .single-form .form-input textarea, .checkout-steps-form-style-1 .single-form .form-input input {
  width: 100%;
  height: 46px;
  padding: 0 20px;
  border-radius: 4px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 1px solid #e6e6e6;
}
.checkout-steps-form-style-1 .select-items select.form-control:not([size]):not([multiple]) {
  height: 46px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  width: 100%;
}
.checkout-steps-form-style-1 .single-checkbox label {
  font-size: 16px;
  margin-bottom: 0;
  position: relative;
  bottom: -2px;
}
.checkout-steps-form-style-1 .single-checkbox input[type="checkbox"] + label span {
  border-color: #0167F3;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0 5px -3px 0;
  border: 1px solid #d5d5d5;
}
.checkout-steps-form-style-1 .single-checkbox input[type="checkbox"] + label span::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
  font-size: 10px;
  line-height: 1.2;
  background-color: #0167F3;
  font-family: "Lineicons";
  content: "\ea5b";
  padding-left: 4px;
  padding-top: 3px;
  border-radius: 4px;
}
.checkout-steps-form-style-1 .select-items select.form-control {
  padding-right: 38px;
  padding-left: 20px;
  background-position: center right 17px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE4NS4zNDQgMTg1LjM0NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTg1LjM0NCAxODUuMzQ0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTkyLjY3MiwxNDQuMzczYy0yLjc1MiwwLTUuNDkzLTEuMDQ0LTcuNTkzLTMuMTM4TDMuMTQ1LDU5LjMwMWMtNC4xOTQtNC4xOTktNC4xOTQtMTAuOTkyLDAtMTUuMTggICAgYzQuMTk0LTQuMTk5LDEwLjk4Ny00LjE5OSwxNS4xOCwwbDc0LjM0Nyw3NC4zNDFsNzQuMzQ3LTc0LjM0MWM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMCAgICBjNC4xOTQsNC4xOTQsNC4xOTQsMTAuOTgxLDAsMTUuMThsLTgxLjkzOSw4MS45MzRDOTguMTY2LDE0My4zMjksOTUuNDE5LDE0NC4zNzMsOTIuNjcyLDE0NC4zNzN6IiBmaWxsPSIjNTA1MDUwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: 10px 10px;
}
.checkout-steps-form-style-1 .checkout-payment-option {
  margin-top: 16px;
}
.checkout-steps-form-style-1 .heading-6 {
  font-size: 14px;
  line-height: 18px;
  color: #666;
}
.checkout-steps-form-style-1 .payment-option-wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}
.checkout-steps-form-style-1 .single-payment-option {
  width: 25%;
  margin-top: 16px;
  padding: 0 4px;
}
.checkout-steps-form-style-1 .single-payment-option input[type="radio"] {
  display: none;
}
.checkout-steps-form-style-1 .single-payment-option input[type="radio"]:checked + label {
  border-color: #0167F3;
  background-color: #fff;
}
.checkout-steps-form-style-1 .single-payment-option label {
  text-align: center;
  padding: 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-bottom: 0;
  width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
  border: 1px solid #eee;
}
.checkout-steps-form-style-1 .single-payment-option p {
  font-size: 14px;
  font-weight: 400;
  color: #444;
}
.checkout-steps-form-style-1 .single-payment-option .price {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #444;
  margin-top: 4px;
}
.checkout-steps-form-style-1 .single-payment-option span {
  display: block;
}
.checkout-steps-form-style-1 .steps-form-btn {
  margin-top: 30px;
}
.checkout-steps-form-style-1 .checkout-payment-form .single-form .form-input img {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.checkout-steps-form-style-1 .checkout-payment-form .payment-card-info .single-form {
  display: inline-block;
}
.checkout-steps-form-style-1 .single-form {
  margin-top: 16px;
  position: relative;
}
.checkout-steps-form-style-1 .checkout-payment-form .payment-card-info .single-form.mm-yy .form-input {
  margin-right: 15px;
}
.checkout-steps-form-style-1 .checkout-payment-form .payment-card-info .single-form .form-input {
  width: 145px;
}
.checkout-sidebar-coupon {
  background-color: #fff;
  padding: 25px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.checkout-sidebar-coupon p {
  font-size: 14px;
  line-height: 20px;
  color: #888;
  margin-bottom: 12px;
}
.checkout-sidebar-coupon input {
  width: 100%;
  height: 46px;
  padding: 0 20px;
  border-radius: 4px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding-right: 120px;
}
.checkout-sidebar-coupon .single-form .button {
  position: absolute;
  right: 0;
  top: 0;
}
.checkout-sidebar-coupon .single-form .button .btn {
  height: 46px;
}
.checkout-sidebar-price-table {
  background-color: #fff;
  padding: 25px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.checkout-sidebar-price-table .title {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #081828;
  padding-bottom: 12px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.checkout-sidebar-coupon .single-form {
  position: relative;
}
/*END CHECKOUT CSS*/

/*Start Blog Singel Area CSS*/
.blog-single {
  background: #f9f9f9;
}
.blog-single .single-inner .main-content-head {
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
}
.blog-single .post-thumbnils {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.blog-single .meta-information {
  background-color: #fff;
  padding: 20px 40px;
}
.blog-single .detail-inner {
  background-color: #fff;
  padding: 40px;
  padding-top: 10px;
}
.blog-single .post-thumbnils img {
  width: 100%;
}
.blog-single .post-title {
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 32px;
  display: inline-block;
}
.blog-single .post-title a {
  font-size: 22px;
  font-weight: 600;
  display: inline-block;
}
.blog-single .meta-info {
  margin-top: 5px;
}
.blog-single .meta-info li {
  font-size: 14px;
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}
.blog-single .meta-info li a {
  color: #888;
  font-size: 14px;
  font-weight: 500;
}
.blog-single .meta-info li a i {
  display: inline-block;
  margin-right: 5px;
  font-size: 15px;
}
.lni-user::before {
  content: "\ebf0";
}
.lni-calendar::before {
  content: "\ea4e";
}
.lni-tag::before {
  content: "\ebc5";
}
.lni-timer::before {
  content: "\ebdb";
}
.blog-single .detail-inner {
  background-color: #fff;
  padding: 40px;
  padding-top: 10px;
}
.blog-single p:first-child {
  margin-top: 0;
}
.blog-single p {
  font-size: 14px;
  margin: 20px 0;
  line-height: 26px;
}
blockquote {
  position: relative;
  color: #fff;
  font-weight: 400;
  clear: both;
  z-index: 1;
  margin: 40px 0;
  text-align: center;
  padding: 45px 40px 35px 40px;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
}
blockquote .icon {
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -25px;
}
blockquote .icon i {
  font-size: 22px;
  color: #fff;
  display: block;
  margin-bottom: 20px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #0167F3;
  border-radius: 50%;
  display: inline-block;
}
.lni-quotation::before {
  content: "\eb6c";
}
blockquote h4 {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #081828;
}
blockquote span {
  font-size: 13px;
  display: block;
  margin-top: 20px;
  color: #888;
}
.blog-single h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 28px;
}
.post-bottom-area {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.post-bottom-area .post-social-media .share-title {
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  color: #888;
}
.post-bottom-area .post-social-media ul {
  display: inline-block;
  margin-left: 10px;
}
.post-bottom-area .post-social-media ul li {
  display: inline-block;
  margin-right: 15px;
}
.post-bottom-area .post-social-media ul li a {
  font-size: 16px;
  color: #999;
  position: relative;
}
.post-bottom-area .post-tag ul li {
  display: inline-block;
  margin-right: 10px;
}
.post-bottom-area .post-tag ul li a {
  color: #888;
}
.post-bottom-area .post-social-media ul li a:hover {
  color: #0167F3;
}
.post-bottom-area .post-social-media ul li a:hover span {
  opacity: 1;
  visibility: visible;
  top: -35px;
}
.post-bottom-area .post-social-media ul li a span {
  background-color: #0167F3;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  padding: 4px 10px;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  top: -30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.post-bottom-area .post-social-media ul li a span::before {
  position: absolute;
  content: "";
  left: 50%;
  margin-left: -5px;
  bottom: -10px;
  border: 5px solid #0167F3;
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}
.post-comments {
  background-color: #fff;
  padding: 40px;
  margin-top: 30px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
}
.blog-single h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 28px;
}
.comment-title {
  font-size: 17px !important;
  font-weight: 600 !important;
  margin-bottom: 30px !important;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
}
.post-comments .comments-list li {
  padding: 30px;
  padding-left: 130px;
  position: relative;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #eee;
}
.post-comments .comments-list li .comment-img {
  position: absolute;
  left: 30px;
  width: 70px;
  height: 70px;
  overflow: hidden;
}
.post-comments .comments-list li .comment-desc .desc-top {
  margin-bottom: 20px;
  position: relative;
  display: block;
}
.post-comments .comments-list li .comment-desc .desc-top h6 {
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 500;
}
.post-comments .comments-list li .comment-desc .desc-top span.date {
  font-size: 14px;
  font-weight: 400;
}
.post-comments .comments-list li .comment-desc .desc-top .reply-link {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  z-index: 2;
  background-color: transparent;
  border-radius: 5px;
  color: #888;
}
.post-comments .comments-list li .comment-desc p {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 14px;
}
.post-comments .comments-list li:not(:first-child) {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #eee;
}
.post-comments .comments-list li.children {
  margin-left: 130px;
}
.comment-form {
  background-color: #fff;
  padding: 40px;
  margin-top: 30px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #eee;
}
.blog-single h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 28px;
}
.comment-reply-title {
  font-size: 17px !important;
  font-weight: 600 !important;
  margin-bottom: 30px !important;
  position: relative;
  z-index: 1;
  text-transform: capitalize;
}
.comment-form form .form-box {
  position: relative;
}
.comment-form form .form-box .form-control-custom {
  border: none;
  background: #fff;
  font-size: 14px;
  color: #081828;
  padding: 0 25px;
  font-weight: 500;
  height: 50px;
  border: 1px solid #eee;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 4px;
}
.comment-form form .form-box textarea.form-control-custom {
  height: 200px;
  padding: 25px;
}
/*End Blog Singel Area CSS*/

/*Start Contact US CSS*/
.contact-us {
  position: relative;
  background-color: #fff;
}
.section-title {
  text-align: center;
  margin-bottom: 40px;
  padding: 0px 300px;
  position: relative;
  z-index: 5;
  position: relative;
}
.section-title h2::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  background-color: #0167F3;
  height: 2px;
  width: 50px;
  margin-left: -25px;
  border-radius: 2px;
}
.section-title p {
  font-size: 14px;
}
.contact-us .contact-info .single-info-head {
  margin-top: 30px;
  background-color: #f9f9f9;
  padding: 30px 30px 0 30px;
  border: 1px solid #eee;
  border-radius: 4px;
}
.contact-us .contact-info .single-info {
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
}

.contact-us .contact-info .single-info i {
  font-size: 30px;
  color: #0167F3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 11px;
}
.lni-map::before {
  content: "\eb23";
}
.contact-us .contact-info .single-info h3 {
  font-size: 16px;
  font-weight: 600;
  color: #081828;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-us .contact-info .single-info ul li:last-child {
  margin: 0;
}
.contact-us .contact-info .single-info ul li {
  display: block;
  margin-bottom: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 500;
}
.lni-phone::before {
  content: "\eb4e";
}
.contact-us .contact-info .single-info ul li a {
  color: #888;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lni-envelope::before {
  content: "\eaad";
}
.contact-form-head {
  margin-top: 30px;
}
.contact-form-head .form-main {
  padding: 40px 40px 20px 40px;
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 4px;
}
.contact-form-head .form-main .form .form-group {
  margin-bottom: 15px;
  display: block;
}
.contact-form-head .form-main .form .form-group input {
  height: 52px;
  line-height: 52px;
  width: 100%;
  border: 1px solid #e6e2f5;
  padding: 0px 20px;
  color: #333;
  font-weight: 400;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact-form-head .form-main .form .form-group textarea {
  height: 180px;
  width: 100%;
  border: 1px solid #e6e2f5;
  padding: 15px 20px;
  color: #333;
  resize: none;
  font-weight: 400;
  resize: vertical;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact-form-head .form-main .form .form-group.button {
  width: 100%;
  margin-bottom: 0;
}
.contact-form-head .form-main .form .form-group {
  margin-bottom: 15px;
  display: block;
}
.contact-form-head .form-main .form .form-group input:focus, .contact-form-head .form-main .form .form-group textarea:focus{
  border-color: #0167F3;
}
/*End Contact US CSS*/