/*========================================================================

    Index

    ------------------------------------------------------------------------

    # - Header

    # - Main Menu

    # - Header Slider

    # - Breadcrumb

    # - hv2 header slider

    # - about

    # - gallery

    # - Call top action

    # - Blog

    # - testimonial

    # - why choose us

    # - service

    # - pages

    # - Team Member

    # - Repair

    # - Accordion

    # - Pricing table

    # - Experience

    # - CounterUP

    # - Clients logo

    # - Contact

   	# - review
	
	# - footer
	
	



*/

/* custom style */

@import "font-awesome.min.css"

h1,
h2,
h3,
h4,
h5,
h6 {

    margin: 0;

    padding: 0;

    color: #0f1214;

    font-family: 'Roboto', sans-serif;

}

h1 {

    font-size: 30px;

}

h2 {

    font-size: 26px;

    font-weight: 700;

}

p, ul {

    margin: 0;

    padding: 0;

}

p {

    font-size: 18px;

    color: #7f8386;

    font-family: 'Roboto', sans-serif;

    font-weight: 400;

}

a {

    text-decoration: none !important;

    color: #0eb3d6;

    -webkit-transition: .3s;

    -o-transition: .3s;

    transition: .3s;

}

textarea {

    resize: none;

}

html {
   scroll-behavior: smooth;
}

input::-webkit-input-placeholder, input, textarea, textarea::-webkit-input-placeholder, select {

    opacity: 1;

}

input:-ms-input-placeholder, input, textarea, textarea:-ms-input-placeholder, select {

    opacity: 1;

}

input::-ms-input-placeholder, input, textarea, textarea::-ms-input-placeholder, select {

    opacity: 1;

}

input::placeholder, input, textarea, textarea::placeholder, select {

    opacity: 1;

}

input:focus, button:focus, textarea:focus, a:focus, select:focus {

    outline: none;

}

label {

    color: #0f1214;

}

::-moz-selection {

    background-color: #fda700;

    color: #ffffff;

}

::selection {

    background-color: #e33920;

    color: #ffffff;

}

.wp-pagenavi > a{

    border: 1px solid #eee;

    padding: 3px 9px;

    border-radius: 5px;

    margin: 5px;

    font-size: 18px;

}

.wp-pagenavi .current{

    border: 1px solid #eee;

    padding: 3px 9px;

    border-radius: 5px;

    margin: 5px;

    font-size: 18px;

}

.input_half_width {

    width: 50%;

    float: left;

}

select {

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    text-indent: 1px;

    -o-text-overflow: '';

       text-overflow: '';

    position: relative;

    cursor: pointer;

    border-radius: 0;

}

.select_icon {

  display: block;

  width: 100%;

  float: left;

  position: relative;

}

.select_icon:before {

  content: "\f0d7";

  font-family: FontAwesome;

  position: absolute;

  z-index: 1;

  right: 30px;

  margin-top: 17px;

  color: #ffffff;

  cursor: pointer;

  display: inline-block;

}

textarea {

    width: 100%;

}

li {

    list-style: none;

}

*, *:before, *:after {

    margin: 0;

    padding: 0;

    -webkit-box-sizing: border-box;

            box-sizing: border-box;

}

body {

    font-family: 'Roboto', sans-serif;

    font-size: 16px;

    line-height: 32px;

    overflow-x: hidden;

    overflow-y: scroll;

    -webkit-transition: .3s;

    -o-transition: .3s;

    transition: .3s;

}

.section_padding {

    padding: 120px 0;

}

.hero-section-title {

    margin-bottom: 60px;

}

.hero-section-title h4 {

    font-size: 14px;

    font-weight: 500;

    color: #0eb3d6;

    margin-top: 12px;

    text-transform: uppercase;

    letter-spacing: 3px;

}

.hero-section-title h1 {

  font-size: 50px;

  font-weight: 700;

  margin-top: 10px;

}

.hero-section-title i {

    color: #fda700;

    font-size: 35px;

}

.section_border {

    border-bottom: 2px solid #eef3f9;

}

.skyblue_bg {

    background-color: #0eb3d6;

}

.gray_bg {

    background-color: #eef3f9;

}

.mb_30{

    margin-bottom: 30px;

}

.mb_40 {

    margin-bottom: 40px;

}

.mb_60 {

    margin-bottom: 60px;

}

.mb_50 {

    margin-bottom: 50px;

}

.mb_20{

    margin-bottom: 20px;

}

.btn-gray {

    padding: 16px 40px;

    background: #eef3f9;

    display: inline-block;

    font-weight: 900;

    color: #7f8386;

}

.btn-gray:hover {

    background: #fda700;

    color: #ffffff;

}

.btn-orange {

    background: #e33920;

    color: #ffffff;

    padding: 16px 25px;

    display: inline-block;

    text-decoration: none;

    font-weight: 700;

    border: none;

}

.btn-orange:hover {

    background: #ffffff;

    color: #0f1214;

    text-decoration: none;

}

.input_mr {

    margin-right: 20px;

}

.input_mb {

    margin-bottom: 20px;

}

.container-fluid {

    padding-left: 60px;

    padding-right: 60px;

}



/*loader*/



.cf:before,

.cf:after {

    content: " "; /* 1 */

    display: table; /* 2 */

}



.cf:after {

    clear: both;

}

.preloader {

    background: #fda700;

    position: fixed;

    width: 100%;

    height: 100%;

    z-index: 99999999999999999;

    overflow: hidden;

    text-align: center;

    top: 0;

    left: 0;

}

.loader {

    position: absolute;

    text-align: center;

    width: 100px;

    height: 100px;

    left: 50%;

    top: 50%;

    margin-top: -50px;

    margin-left: -50px;

}

.span, .span_large{

    float: left;

    width: 100px;

    height: 100px;

    vertical-align: middle;

    border-radius: 1px;

    margin-right: 100px;

}

.span:last-child{

    margin-right: 0;

}



/* go in*/

.dashboard {

    width: 80px;

    height: 80px;

    margin: 10px auto;

    border: 2px #ffffff solid;

    border-radius: 100%;

    position: relative;

    overflow: hidden;

    z-index: 1;

}

.dashboard:after, .dashboard:before{

    position: absolute;

    content: "";

}

.dashboard:after {

    width: 35px;

    height: 2px;

    top: 52px;

    -webkit-transform-origin: 1px 1px;

    -ms-transform-origin: 1px 1px;

        transform-origin: 1px 1px;

    background-color: #ffffff;

    -webkit-animation: dashboard_hand 1s linear infinite alternate;

    animation: dashboard_hand 1s linear infinite alternate;

}

.dashboard:before {

    width: 80px;

    height: 25px;

    background-color: #ffffff;

    top: 52px;

    left: -2px;

}

@-webkit-keyframes dashboard_hand{

    0%{ -webkit-transform: rotate(-160deg);}

    100%{ -webkit-transform: rotate(-20deg);}

}

@keyframes dashboard_hand{

    0%{ -webkit-transform: rotate(-160deg); transform: rotate(-160deg);}

    100%{ -webkit-transform: rotate(-20deg); transform: rotate(-20deg);}

}





/* Header Slider */

.header_slider_bg {

    background: url(assets/images/header-slider-1.jpg) center right no-repeat;

    background-size: cover;

    padding: 140px 0 270px 0;

}

.slider_bg_2 {

    background-image: url(assets/images/header-slider-1.png);

}

.slider_bg_3 {

    background-image: url(assets/images/header-slider-2.png);

}

.header_slider_section {

    position: relative;

    overflow: hidden;

}

.header_slider_section img.header_slide_shape {

    position: absolute;

    left: 0;

    width: 100%;

    bottom: -4%;

    z-index: 1;

}

.header_slider_area .owl-stage-outer.owl-height {

    overflow: inherit;

}

.header_slide_text p {

    color: #0eb3d6;

    font-weight: 400;

    font-size: 22px;

}

.header_slide_text h1 {

    font-size: 60px;

    font-weight: 400;

    padding: 10px 110px 40px 0;

}

.header_slider_area .owl-dots {

  position: absolute;

  left: 20%;

  bottom: 242px;

  z-index: 99999;

  width: 100%;

}

.header_slider_area .owl-dots button {

    width: 10px;

    height: 10px;

    background: #c0c5c9;

    border-radius: 50%;

    margin: 0 2px;

}

.header_slider_area .owl-dots button.active {

    background: #16181a;

}

.header_slide_text a.btn-orange {

    margin-bottom: 32px;

    padding: 16px 40px;

}







/* Header */

.header_area {

    padding: 10px 0;

}

.header_left_contact li {

    display: inline-block;

    margin-right: 20px;

    color: #7f8386;

    font-size: 14px;

    font-weight: 500;

}

.header_left_contact li i {

    color: #0eb3d6;

    margin-right: 5px;

}

.header_left_contact.header_right_contact p a:hover {

    color: #7f8386;

}

.header_left_contact.header_right_contact p {

    font-size: 14px;

    font-weight: 500;

    color: #7f8386;

}





.service_single_left ul{

    padding-bottom: 40px;

}

.service_single_left ul > li{

    list-style-type: circle;

}

.service_single_left > span{

    font-weight: 300!important;

}

/* breadcrumb */

.breadcrumb {

    padding: 0;

    margin-bottom: 10px;

    list-style: none;

    border-radius: 4px;

    background: none;

}

.breadcrumb > li + li:before {

    content: "-";

    color: #0eb3d6;

    padding: 0 10px 0 6px;

}

ul.breadcrumb li {

    color: #fff;

    font-size: 18px;

    font-weight: 500;

    display: inline-block;

    padding: 0 10px;

}

ul.breadcrumb li a {

    font-size: 18px;

    font-weight: 500;

}

ul.breadcrumb li a:hover {

    color: #0f1214;

}

.breadcrumb_area h1 {

    font-size: 50px;

    font-weight: 400;

}





/* Main menu */



.main_menu_area nav.navbar.navbar-default {

    display: flex;
    justify-content: space-between;
    padding: 0 15px; 

}

.navbar-default .navbar-collapse {

    padding: 10px 70px;

}

.main_menu_area nav.navbar.navbar-default .logo_flex {

    width: 16%;


}


.main_menu_area .logo:before {

    right: 60px;

}

.main_menu_area .header-social-right ul:before {

    right: -60px; 

}

.main_menu_area .header-social-right span.contact_us {

    

}

.header-social-right {
    width: 100%;
    display: flex;
    justify-content: flex-right;
}

.main_menu_area {

    padding: 10px 0px;
 
    background-color: #ffffff;

    -webkit-transition: .3s;

    -o-transition: .3s;

    transition: .3s;

}

.navbar-default {

    background: none;

    border: none;

    margin: 0;

}

.menu_style_2.main_menu_area .logo {

    padding: 15px 0;

    margin-top: 10px;

}

.main_menu_area .logo img {

    height: auto;
    width: 100%;
    max-width: 200px;

}
.logo_flex {
    display: flex;
    align-items: center;
    position: relative;
}
.main_menu_area .logo {

    display: inline-table;

    padding-top: 3px;
    width: 100%;


}

.main_menu_area .navbar-default #menu-header-menu > li > a {

    color: #7f8386;

    font-weight: 500;

    font-size: 15px;

    padding: 15px 45px 20px 0;

    line-height: 24px;

}

.menu_style_2.main_menu_area .navbar-default #menu-header-menu > li > a {

    padding-top: 27px;

    line-height: 40px;

    color: #7f8386;

}

.main_menu_area .navbar-default #menu-header-menu > li > a:hover {

    color: #0eb3d6;

}

.main_menu_area #menu-header-menu > li > .sub-menu {

    background: #57707d;

    border-radius: 0;

    border: none;

    width: auto;

    -webkit-transform-origin: top;

    -ms-transform-origin: top;

    transform-origin: top;

    -webkit-transition: .3s;

    -o-transition: .3s;

    transition: .3s;

    -webkit-box-shadow: none;

    padding: 25px;

    -webkit-transform: rotateX(90deg) skew(-6deg);

            transform: rotateX(90deg) skew(-6deg);

    box-shadow: 0 5px 20px rgba(14, 179, 214, 0.2);

}

.main_menu_area #menu-header-menu > li:hover > .sub-menu{

    -webkit-transform: rotateX(0deg) skew(0deg);

            transform: rotateX(0deg) skew(0deg);

}

/*.main_menu_area #menu-header-menu > li > .sub-menu{

      display: none;

      position: absolute;

      z-index: 1000;

}

.main_menu_area #menu-header-menu > li:hover > .sub-menu {

    display: block;

}*/

.main_menu_area #menu-header-menu > li > .sub-menu li a {

    padding: 10px 15px;

    color: #ffffff;

    font-weight: 400;

    position: relative;

    font-size: 16px;

}

.main_menu_area #menu-header-menu > li > .sub-menu li a:hover {

    font-weight: 700;

    background: none;

    /*display: block;*/

}

.main_menu_area .header-social-right ul li {

    display: inline-block;

}

.main_menu_area .header-social-right ul li a {

    display: block;

    width: 40px;

    height: 40px;

    background: #edf2f9;

    text-align: center;

    line-height: 40px;

    border-radius: 50%;

    margin: 0 2px;

    position: relative;

    z-index: 1;

    font-size: 14px;

}

.main_menu_area .header-social-right ul li a:hover {

    color: #ffffff;

}

.main_menu_area .header-social-right ul li a:before {

    content: '';

    background: #57707d;

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    z-index: -1;

    border-radius: 50%;

    -webkit-transform: scale(0);

        -ms-transform: scale(0);

            transform: scale(0);

    -webkit-transition: .3s;

    -o-transition: .3s;

    transition: .3s;

}

.main_menu_area .header-social-right ul li a:hover:before {

    -webkit-transform: scale(1);

        -ms-transform: scale(1);

            transform: scale(1);

}

.main_menu_area .header-social-right ul {

    -webkit-box-flex: 2;

        -ms-flex: 2;

            flex: 2;

    position: relative;

    text-align: right;

}

.main_menu_area .header-social-right span.contact_us {

    font-size: 16px;

    font-weight: 400;

    color: #777;

    line-height: 20px;


}

.main_menu_area .header-social-right span.contact_us span {

    display: inline-block;

    font-size: 16px;
    white-space: nowrap;
    color: #0eb3d6;

    font-weight: 700;

}
.social_icon_flex {
    display: flex;
    align-items: center;
}

.header-social-right {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    margin-top: 5px;

}

.header-social-right > * {

    -webkit-box-flex: 1;

        -ms-flex: 1;

            flex: 1;

}

/*.main_menu_area .header-social-right ul:before, .main_menu_area .logo:before {*/

/*    content: '';*/

/*    background: #eef3f9;*/

/*    width: 2px;*/

/*    height: 110px;*/

/*    position: absolute;*/

/*    right: -20px;*/

/*    top: -35px;*/

/*}*/

.main_menu_area .logo:before {

    height: 113px;

}

.main_menu_area #menu-header-menu > li{

    position: relative;

}

.main_menu_area #menu-header-menu > li > .sub-menu:before {

    content: '';

    border-left: 10px solid transparent;

    border-right: 10px solid transparent;

    border-bottom: 10px solid #57707d;

    position: absolute;

    top: -0px;

    left: 45px;

    z-index: -1;

    -webkit-transition: .4s;

    -o-transition: .4s;

    transition: .4s;

}

.main_menu_area #menu-header-menu > li:hover > .sub-menu:before {

    top: -10px;

}

.menu_style_2.main_menu_area .logo:before {

    top: 0;

    height: 92px;

}

.hv2_slider_area {

    position: relative;

}



.main_menu_area.menu_style_2 .social_btn_column {

    -webkit-transition: .3s;

    -o-transition: .3s;

    transition: .3s;

}

.hv2_header-social-right ul li {

    display: inline-block;

    margin-left: 19px;

}

.hv2_header-social-right ul li.hv2_contact_us {

    top: 0;

    margin-left: 0;

    position: relative;

    right: -60px;

    text-align: right;

}

.hv2_header-social-right ul li:first-child {

    margin-left: 0;

}

.hv2_header-social-right ul li a {

    color: #b1b6b9;

    display: block;

}

.hv2_header-social-right ul li a:hover {

    color: #0eb3d6;   

}

.hv2_contact_us .btn-orange:hover {

    background-color: #0f1214;

    color: #ffffff;

}

.hv2_contact_us .btn-orange {

    padding: 30px 65px;

    display: inline-block;

    color: #ffffff;

}

.menu_style_2.main_menu_area {

    padding: 0;

    background: #ffffff;

    position: relative;

    border-top: 2px solid #eef3f9;

}

.main_menu_area .navbar-default #menu-header-menu > li > span {

    display: none;

}

.fixed-scroll-nav .main_menu_area {

    position: fixed;

    top: 0;

    width: 100%;

    z-index: 99999999;

    border-top: none;

    border-bottom: 2px solid #eef3f9;

}

.fixed-scroll-nav .main_menu_area.menu_style_2 {

    border-bottom: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);

            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);

}

.hv2_header-social-right.text-right ul {

    text-align: right;

}

.main_menu_area.menu_style_2 nav.navbar.navbar-default .col-md-2 {

    padding: 0;

    width: 13%;

}

.main_menu_area.menu_style_2 nav.navbar.navbar-default .col-md-6 {

    width: 54%;

}

.main_menu_area.menu_style_2 nav.navbar.navbar-default .col-md-4 {

    padding-right: 0;

}









/* hv2 header slider */

.hv2_slider_bg {

    background: url(../images/hv2_slider1.jpg) center right no-repeat;

    background-size: cover;

    position: relative;

    z-index: 1;

    padding: 205px 0 230px 0;

}

.hv2_slider_bg:before {

    content: '';

    background-color: #000000;

    position: absolute;

    left: 0;

    width: 100%;

    height: 100%;

    top: 0;

    z-index: -1;

    opacity: .8;

}

.hv2_slider_bg2 {

    background-image: url(../images/hv2_slider2.jpg);

}

.hv2_slider_bg3 {

    background-image: url(../images/hv2_slider3.jpg);

}

.hv2_slider_area .hero-section-title {

    margin-bottom: 0;

}

.hv2_slider_area .hero-section-title h1 {

    font-size: 80px;

    font-weight: 500;

    margin-top: 20px;

    line-height: 100px;

    padding: 0 180px;

    color: #ffffff;

    margin-bottom: 40px;

}

.hv2_slider_area .hero-section-title h4 {

    margin: 0;

}

.hv2_slider_area .hero-section-title .btn-orange {

    padding: 15px 40px;

}



.hv2_slider_area .owl-nav {

  position: absolute;

  left: 0;

  top: 50%;

  width: 100%;

  text-align: left;

}

.hv2_slider_area .owl-nav button {

  width: 65px;

  height: 65px;

  background: #0002 !important;

  display: inline-block;

  border-radius: 50%;

  text-align: center;

  position: absolute;

  left: 60px;

}

.hv2_slider_area .owl-nav button i {

  font-size: 24px;

  color: #ffffff;

  display: block;

  width: 100%;

  height: 100%;

  line-height: 65px;

}

.hv2_slider_area .owl-nav button.owl-next {

    left: auto;

    right: 60px;

    float: right;

}







/* about */

.about_area {

    position: relative;

    z-index: 1;

}

.about_area:before {

    content: '';

    background: url(assets/images/cleaning_service.jpg) center center no-repeat;

    background-size: cover;

    position: absolute;

    right: 0;

    top: 0;

    width: 45%;

    height: 100%;

    z-index: -1;

}
@media(min-width:770px) and (max-width:920px){
	.hash-change{
	font-size: 29px;
	}
}
@media(max-width: 480px){
	.hash-change{
	font-size: 35px;
	}
	
}
@media(max-width: 450px){
	.hash-change{
		font-size:25px;
	}
}
.about_support_flex,

.about_flex,

.about_video  {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

}

.about_video {

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

}

.about_flex > * {

    -webkit-box-flex: 1;

        -ms-flex: 1;

            flex: 1;

}

.about_with_contact_area {

    position: relative;

    z-index: 1;

}

.about_with_contact_area .about_with_contact_form {

    margin-top: -220px;

    background-color: #0eb3d6;

}

.about_with_contact_area .about_with_contact_form h1 {

    text-align: center;

    background-color: #16bbde;

    padding: 36px 0;

    font-size: 26px;

    font-weight: 700;

    color: #ffffff;

}

.about_with_contact_area .about_with_contact_form form {

    padding: 50px;

}

.about_with_contact_area .about_with_contact_form input::-webkit-input-placeholder, 

.about_with_contact_area .about_with_contact_form textarea::-webkit-input-placeholder, 

.about_with_contact_area .about_with_contact_form input:-moz-placeholder,

.about_with_contact_area .about_with_contact_form textarea:-moz-placeholder,

.about_with_contact_area .about_with_contact_form input:-ms-input-placeholder,

.about_with_contact_area .about_with_contact_form textarea:-ms-input-placeholder,

.about_with_contact_area .about_with_contact_form input::-webkit-input-placeholder,

.about_with_contact_area .about_with_contact_form textarea::-webkit-input-placeholder {

  color: #ffffff;

  opacity: 1;

}

.about_with_contact_area .about_with_contact_form input::placeholder,

.about_with_contact_area .about_with_contact_form textarea::placeholder {

    color: #ffffff;

    opacity: 1;

}

.about_with_contact_area .about_with_contact_form input::-webkit-input-placeholder, 

.about_with_contact_area .about_with_contact_form textarea::-webkit-input-placeholder, 

.about_with_contact_area .about_with_contact_form input:-moz-placeholder,

.about_with_contact_area .about_with_contact_form textarea:-moz-placeholder,

.about_with_contact_area .about_with_contact_form input:-ms-input-placeholder,

.about_with_contact_area .about_with_contact_form textarea:-ms-input-placeholder,

.about_with_contact_area .about_with_contact_form input::placeholder,

.about_with_contact_area .about_with_contact_form textarea::placeholder {

  color: #ffffff;

}

.about_with_contact_area .about_with_contact_form input::-webkit-input-placeholder,

.about_with_contact_area .about_with_contact_form textarea::-webkit-input-placeholder {

    color: #ffffff;

}

.about_with_contact_area .about_with_contact_form input,

.about_with_contact_area .about_with_contact_form select,

.about_with_contact_area .about_with_contact_form textarea {

    background-color: #0b9cbc;

    border: none;

    color: #ffffff;

    font-size: 14px;

    font-weight: 500;

    padding: 15px 0 15px 25px;

    margin-bottom: 10px;

    width: 48.5%;

    opacity: 1;

}

.about_with_contact_area .about_with_contact_form select,

.about_with_contact_area .about_with_contact_form button.btn-orange {

    width: 100%;

    -webkit-transition: .3s;

    -o-transition: .3s;

    transition: .3s;

}

.about_with_contact_area .about_with_contact_form select {

    padding: 15px 0 15px 25px;

    height: 64px;

}

.about_with_contact_area .about_with_contact_form input.input_mr {

    margin-right: 3%;

}

.about_with_contact_area .about_with_contact_form textarea {

    width: 100%;

    height: 156px;

    margin-bottom: 0;

}

.about_with_contact_area:before {

    content: '';

    background: url(../images/hv2_about_bg.jpg) center center no-repeat;

    background-size: cover;

    width: 40%;

    height: 100%;

    position: absolute;

    right: 0;

    top: 0;

    z-index: -1;

    opacity: .1;

}



.about_details .hero-section-title {

    margin: 0;

}

.about_details .hero-section-title h1 {

    line-height: 56px;

    margin-top: 0;

}

.about_details .hero-section-title i {

    margin-left: -5px;

}

.about_details .hero-section-title h4 {

    margin-top: 0;

    padding: 20px 0;

}

.about_details p {

    margin-top: 50px;

    margin-bottom: 45px;

}

.about_details p {

    margin-top: 50px;

    margin-bottom: 45px;

}

.about_details ul li {

    color: #7f8386;

}

.about_details ul li i {

    color: #fda700;

    margin-right: 15px;

}

.about_details {

    padding: 120px 0 115px 0;

}

.about_support img {

    position: absolute;

    right: 0;

    width: 45%;

}

.about_support .about_support_flex,

.services_support {

    position: absolute;

    bottom: 60px;

    left: 52%;

    background: #e33920;

}

.services_support {

    position: relative;

    left: 0;

    bottom: auto;

}

.about_support .about_support_flex i,

.services_support i {

    display: inline-block;

    width: 135px;

    text-align: center;

    font-size: 70px;

    color: #ffffff;

    padding: 40px 0;

    background: #e33920;

}

.services_support > * {

    -webkit-box-flex: 1;

        -ms-flex: 1;

            flex: 1;

}

.about_support_flex p,

.services_support p {

    font-size: 18px;

    font-weight: 500;

    color: #ffffff;

    padding: 33px 40px;

    line-height: 38px;

}

.services_support p {

    font-size: 16px;

    padding: 30px 30px;

    -webkit-box-flex: 2;

        -ms-flex: 2;

            flex: 2;

}

.about_support_flex p span,

.services_support p span {

    font-size: 40px;

    font-weight: 700;

}

.services_support p span {

    font-size: 30px;

    display: block;

}

.about_with_contact_details .hero-section-title h4 {

    margin-top: 12px;

}

.about_with_contact_details .hero-section-title i {

    margin-left: -5px;

}

.about_with_contact_details .hero-section-title h1 span {

    color: #fda700;

    font-weight: 300;

}

.about_with_contact_details .hero-section-title {

    margin-bottom: 43px;

}

.about_with_contact_details p {

    font-weight: 400;

    line-height: 34px;

    padding-right: 70px;

    margin-bottom: 55px;

}

.about_video .video_img {

    display: block;

    width: 65px;

    height: 65px;

    border-radius: 50%;

    text-align: center;

    line-height: 65px;

    position: relative;

    z-index: 1;

    overflow: hidden;

    margin-right: 20px;

}

.about_video .video_img:before {

    content: '';

    background: url(assets/images/about_video.jpg) center center no-repeat;

    background-size: cover;

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    z-index: -1;

}

.about_video .video_img:after {

    content: '';

    background-color: #000000;

    width: 100%;

    height: 100%;

    position: absolute;

    left: 0;

    top: 0;

    z-index: -1;

    opacity: 0;

    visibility: hidden;

}

.about_video .video_img > a {

    display: block;

    width: 100%;

    height: 100%;

    color: #fff;

    opacity: 0;

    visibility: hidden;

}

.about_video .video_img:hover > a {

    opacity: 1;

    visibility: visible;

}

.about_video .video_img:hover:after {

    visibility: visible;

    opacity: .5;

}


.video_img #videostore,
.video_img #videostore iframe,
iframe {
/*    
    width: 600px !important;
    height: 400px !important;
    margin: 20px auto !important;
    border: none !important;
*/
}


.mfp-close-btn-in .mfp-close {

    color: #fff;

    z-index: 999999;

    font-size: 40px;

}

.about_video span.about_learn_more {

    display: block;

    font-weight: 500;

    color: #2a2a3f;

}

.about_video span.about_learn_more > a {

    color: #0eb3d6;

}

.breadcrumb_area {

    padding: 120px 0 158px 0;

}

.breadcrumb_area,

.map_section {

    z-index: 1;

    position: relative;

}

.breadcrumb_area img,

.map_section img {

    position: absolute;

    left: 0;

    bottom: -40%;

    width: 100%;

    z-index: -1;

}

.map_section img {

    z-index: 1;

    bottom: -34%;

}







/* gallery */

 .hv2_gallery_area {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

}

.hv2_gallery_area > * {

    -webkit-box-flex: 1;

        -ms-flex: 1;

            flex: 1;

} 

.hv2_gallery_box:last-child {

    border-right: none;

}

.hv2_gallery_box {

    position: relative;

     border-right: 30px solid #ffffff;

    border-bottom: 30px solid #ffffff; 

    width: 370px;

    height: 370px;

    background: url(../images/gallery_1.jpg) center center no-repeat;

    background-size: cover;

}

.gallery_box {

    position: relative;

}

.hv2_gallery_box .hv2_gallery_overlay a,

.gallery_box a {

    font-size: 25px;

    color: #ffffff;

    width: 65px;

    height: 65px;

    background-color: #000000;

    display: inline-block;

    line-height: 65px;

    border-radius: 50%;

    top: 50%;

    position: absolute;

    margin-top: -32.5px;

    margin-left: -32.5px;

}

.hv2_gallery_box .hv2_gallery_overlay a i {

    display: block;

    width: 100%;

    height: 100%;

    line-height: 65px;

    top: 50%;

}

.hv2_gallery_box .hv2_gallery_overlay,

.page_gallery_overlay {

    background: #fda700;

    width: 95%;

    height: 95%;

    position: absolute;

    left: 0;

    bottom: 0;

    opacity: 0;

    text-align: center;

    -webkit-transform: scale(.4);

    -ms-transform: scale(.4);

    transform: scale(.4);

    -webkit-transition: .3s;

    -o-transition: .3s;

    transition: .3s;

}

.hv2_gallery_box:hover .hv2_gallery_overlay,

.gallery_box:hover .page_gallery_overlay {

    -webkit-transform: scale(1);

    -ms-transform: scale(1);

    transform: scale(1);

    opacity: .90;

}

.hv2_gallery_bg_2 {

    background-image: url(assets/images/gallery_2.jpg);

}

.hv2_gallery_bg_3 {

    background-image: url(assets/images/gallery_3.jpg);

}

.hv2_gallery_bg_4 {

    background-image: url(assets/images/gallery_4.jpg);

}

.hv2_gallery_bg_5 {

    background-image: url(assets/images/gallery_5.jpg);

}

.gallery_area,

.latest_blog_area,

.blog_details_area {

    position: relative;

    z-index: 99;

}

.gallery_area,

.latest_blog_area,

.blog_details_area {

    padding: 155px 0 120px 0;

}

.gallery_area .gallery_box img {

    width: 100%;

}





/* Call top action */

.call_to_action_section a.btn_mr {

    margin-right: 5px;

}

.call_to_action_section .btn-orange {

    padding: 16px 40px;

}

.call_to_action_section a.btn-white {

    background: #FFFFFF;

    color: #0f1214;

    

}

.call_to_action_section a.btn-white:hover {

    color: #ffffff;

    background: #0f1214;

}

.call_to_action_section h1 {

    font-size: 30px;

    font-weight: 500;

    color: #ffffff;

    margin-bottom: 60px;

    line-height: normal;

}





/* Blog */

.blog_social_share_box,

.blog_author_box {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

}

.blog_social_share_box .share_box_left {

    -webkit-box-flex: 1;

        -ms-flex: 1;

            flex: 1;

}

.blog_social_share_box {

    padding: 60px 0;

    border-top: 2px solid #eef3f9;

    border-bottom: 2px solid #eef3f9;

}

.blog_author_box {

    padding: 60px 0;

    border-bottom: 2px solid #eef3f9;

    margin-bottom: 60px;

}

.single-comment-box {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    position: relative;

}

.single-comment-box .comment_image {

    margin-right: 30px;

}

.blog_comment_box .title-box {

    margin-bottom: 0;

}

.comment_image img {

    border-radius: 50%;

    width: 115px;

    height: auto;

}

.comments-area .title-box {

    padding-top: 40px;

    border-top: 2px solid #eef3f9;

}

.blog_comment_box .title-box h3 {

    font-weight: 700;

    font-size: 30px;

}

.comment-list li {

    padding: 40px 0 60px 0;

    border-bottom: 2px solid #eef3f9;

}

.comment-list li:last-child {

    border-bottom: none;

    padding: 60px 0 60px 0;

}

.latest_post ul li {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    margin-bottom: 20px;

    padding-bottom: 20px;

    border-bottom: 1px solid #fff;

}

.latest_post ul li a:nth-child(2) {

    padding-left: 10px;

}

.latest_post ul li:last-child {

    border-bottom: none;

    margin: 0;

    padding: 0;

}

.latest_share_blog_box img {

    width: 100%;

}

.latest_share_blog_box, 

.latest_share_img_box,

.lb_share_img {

    position: relative;

}

.latest_share_blog_box span.blog_date,

.bl_share_img .blog_date {

    font-size: 14px;

    font-weight: 700;

    position: absolute;

    background: #57707d;

    color: #ffffff;

    padding: 10px 26px;

    line-height: normal;

    right: 20px;

    bottom: -20px;

}

.latest_share_blog_box > a {

    display: block;

    text-decoration: none;

}

.latest_share_blog_box > a:hover {

    text-decoration: none;

}

.latest_share_blog_box a h1 {

    margin-top: 40px;

    margin-bottom: 40px;

    font-size: 26px;

    font-weight: 700;

    padding: 0 38px;

    line-height: 32px;

    -webkit-transition: .3s;

    -o-transition: .3s;

    transition: .3s;

}

.latest_share_blog_box a h1:hover {

    color: #fda700;

}

.latest_share_blog_box p {

    color: #7f8386;

    font-size: 18px;

    font-weight: 400;

    padding: 0 40px;

}

.bl_share_img {

    position: relative;

}

.bl_share_img img {

    width: 100%;

}

.blog_share_details h1 {

    margin-top: 50px;

    font-size: 40px;

    font-weight: 500;

}

.blog_share_details span.comment_author {

    display: block;

    color: #0eb3d6;

    font-size: 16px;

    font-weight: 400;

    margin-bottom: 40px;

}

.blog_share_details span.comment_author > a {

    margin-right: 10px;

}

.blog_share_details span.comment_author > a:hover {

    color: #0f1214;

}

.blog_share_details p:last-child {

    margin-bottom: 60px;

}

.share_box_left p {

    color: #0f1214;

    font-weight: 700;

    font-size: 16px;

}

.share_box_left p a {

    color: #fda700;

    font-weight: 500;

    margin-left: 5px;

}

.share_box_left p a:hover,

.author_bio a:hover {

    color: #0f1214;

}

.share_box_left ul li {

    display: inline-block;

}

.share_box_left ul li a {

    display: block;

    width: 45px;

    background: #eef3f9;

    height: 45px;

    text-align: center;

    line-height: 45px;

    border-radius: 50%;

    margin-left: 5px;

    color: #0eb3d6;

    position: relative;

    z-index: 1;

}

.share_box_left ul li a:hover {

    color: #ffffff;

}

.share_box_left ul li a:before {

    content: '';

    background: #fda700;

    width: 100%;

    height: 100%;

    position: absolute;

    left: 0;

    top: 0;

    z-index: -1;

    border-radius: 50%;

    -webkit-transform: scale(0);

        -ms-transform: scale(0);

            transform: scale(0);

    -webkit-transition: .3s;

    -o-transition: .3s;

    transition: .3s;

}

.share_box_left ul li a:hover:before {

    -webkit-transform: scale(1);

        -ms-transform: scale(1);

            transform: scale(1);

}

.author_img {

    margin-right: 30px;

}

.author_bio h2 {

    font-size: 22px;

    font-weight: 700;

    margin-bottom: 30px;

}

.author_bio p {

    font-size: 16px;

    margin-bottom: 20px;

}

.author_bio a {

    font-size: 16px;

    font-weight: 500;

}

.comment-list .text-box h3 {

    margin-bottom: 4px;

    font-size: 18px;

    font-weight: 700;

}

.comment-list .text-box span {

    display: block;

    margin-bottom: 30px;

    font-weight: 500;

    color: #0eb3d6;

}

.comment-list .text-box span > span {

    display: inline-block;

    padding-left: 15px;

    margin-left: 5px;

    position: relative;

    margin-bottom: 0;

}

.comment-list .text-box span > span:before {

    content: '-';

    position: absolute;

    left: 0;

}

.reply.comment-title {

    position: absolute;

    right: 0;

    top: 0;

}

.reply.comment-title a {

    padding: 9px 30px;

    font-size: 14px;

}

.comment-title p {

    padding-right: 85px;

}

.comments-area .leave_a_comment h3 {

    padding-top: 20px;

    padding-bottom: 40px;

    font-size: 30px;

    font-weight: 700;

}

.comments-area .input_half_with {

    width: 48.5%;

}

.comments-area input, .comments-area textarea {

    border: none;

    padding: 20px 30px;

    font-size: 14px;

    font-weight: 500;

}

.comments-area input {

    margin-bottom: 20px;

}

.comments-area textarea {

    height: 190px;

    margin-bottom: 15px;

}

.comments-area input::-webkit-input-placeholder, .comments-area textarea::-webkit-input-placeholder {

    color: #9da1a5;

}

.comments-area input:-moz-placeholder, .comments-area textarea:-moz-placeholder {

    color: #9da1a5;

}

.comments-area input:-ms-input-placeholder, .comments-area textarea:-ms-input-placeholder {

    color: #9da1a5;

}

.comments-area input::placeholder, .comments-area textarea::placeholder {

    color: #9da1a5;

}

.comments-area .input_m_right {

    margin-right: 2.3%;

}

.comments-area a.btn-orange {

    padding: 16px 40px;

}

.comments-area a.btn-orange:hover {

    background-color: #0f1214;

    color: #ffffff;

}

.latest_post ul li > * {

    -webkit-box-flex: 1;

        -ms-flex: 1;

            flex: 1;

}

.latest_post ul li a:last-child {

    -webkit-box-flex: 5;

        -ms-flex: 5;

            flex: 5;

}

.latest_post,

.widget_categories,

.tagcloud {

    padding: 50px;

}

.blog_details_area {

    z-index: 6;

    position: relative;

}

.widget_search input::-webkit-input-placeholder,

.widget_search input::placeholder {

    color: #9da1a5;

    opacity: 1 !important;

}

.widget_search input:-moz-placeholder {

    color: #9da1a5;

    opacity: 1 !important;

}

.widget_search input:-ms-input-placeholder {

    color: #9da1a5;

    opacity: 1 !important;

}

.widget_search input::placeholder {

    color: #9da1a5;

}

.widget_search input {

    border: none;

    width: 100%;

    padding: 24px 30px;

    font-size: 16px;

    font-weight: 500;

}

.widget_categories ul li a {

    display: block;

    color: #7f8386;

    font-weight: 500;

}

.widget_categories ul li:last-child a {

    padding-bottom: 0;

}

.latest_post h2,

.widget_categories h2,

.tagcloud h2 {

    font-size: 20px;

    font-weight: 700;

    margin-bottom: 30px;

}

.latest_post ul li a {

    color: #0f1214;

    font-size: 16px;

    font-weight: 500;

    line-height: 26px;

}

.latest_post ul li a:hover,

.widget_categories ul li a:hover {

    color: #0eb3d6;

}

.widget_categories ul li a {

    display: block;

    color: #7f8386;

    font-weight: 500;

    padding: 8px 0;

}

.widget_categories ul li a i {

    float: right;

    line-height: 30px;

}

.widget_categories ul li a:hover i {

    color: #0f1214;

}

.tagcloud ul li {

    display: inline-block;

}

.tagcloud ul li a {

    color: #7f8386;

    font-weight: 500;

    line-height: 35px;

    margin-right: 5px;

}

.tagcloud ul li a:hover {

    color: #fda700;

}











/* Testimonial */

.testimonial_area {

    position: relative;

    padding: 120px 0 110px 0;

}

.testimonial_slider .owl-stage-outer.owl-height {

    overflow-x: hidden;

    height: auto !important;

}

.testimonial_details p {

    font-size: 30px;

    line-height: 50px;

    font-weight: 400;

    color: #0f1214;

    margin-bottom: 40px;

}

.testimonial_area .hero-section-title h4 {

    margin-top: 0;

}

.testimonial_area .hero-section-title {

    margin-bottom: 60px;

}

.testimonial_details span.rating,

span#videostore {

    display: block;

}

.testimonial_details span.rating i {

    display: inline-block;

    color: #fda700;

    font-size: 20px;

}

.testimonial_details h3 {

    margin-top: 28px;

    font-weight: 500;

}

.testimonial_details h3 span {

    font-weight: 400;

    font-size: 16px;

    color: #7f8386;

}

.testimonial_image ul li {

    display: inline-block;

    margin: 0 8px;

    width: 80px;

    height: 80px;

    position: relative;

}

.testimonial_image ul li img {

    border-radius: 50%;

    cursor: pointer;

    width: 80px;

    height: 80px;

}

.testimonial_image {

    margin-bottom: 50px;

}

#custom_owl_carousel_dots li img {

    opacity: .50;

}

#custom_owl_carousel_dots li.active img {

    opacity: 1;

}







/* why choose us */

.why_choose_us_area {

    background: #57707d center center no-repeat; /* choose_us_bg.jpg was missing (404); :before overlay already provides this slate tint */

    background-size: cover;

    position: relative;

    z-index: 1;

}

.why_choose_us_area:before,

.about_area:after {

    content: '';

    background: #57707d;

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    z-index: -1;

    opacity: .95;

}

.about_area:after {

    opacity: .9;

    display: none;

}

.why_choose_us_area .hero-section-title i {

    color: #ffffff;

}

.why_choose_us_area .hero-section-title h4 {

    color: #0f1214;

}

.why_choose_us_area .hero-section-title {

    margin-bottom: 60px;

}

.why_choose_us_area .hero-section-title h1 {

    color: #ffffff;

}

.why_choose_us_details {

    background-color: #ffffff;
    border: 1px solid #fff;
    padding: 30px 30px;

    -webkit-transition: .3s;

    -o-transition: .3s;

    transition: .3s;

}

.why_choose_us_details:hover {

    background-color: transparent;

}

.why_choose_us_details i {

    font-size: 65px;

    margin-bottom: 30px;

    display: block;

    -webkit-transition: .3s;

    -o-transition: .3s;

    transition: .3s;

    color: #57707d;

}

.why_choose_us_details:hover i {

    color: #fff;

}

.why_choose_us_details p {

    font-size: 18px;

    color: #0f1214;

    font-weight: 500;

    line-height: normal;

    -webkit-transition: .3s;

    -o-transition: .3s;

    transition: .3s;

}

.why_choose_us_details:hover p {

    color: #FFFFFF;

}

.why_choose_box_2 {

    position: relative;

}

.why_choose_box_2_img {

    background: url("assets/images/why_choose_us_1.jpg") center center no-repeat;

    background-size: cover;

    width: 100%;

    height: 445px;

}

.why_choose_box_2_img.bg_2 {

    background: url("assets/images/why_choose_us_2.jpg") center center no-repeat;

    background-size: cover;

}

.why_choose_box_2_area.section_padding {

    padding-bottom: 160px;

}

.why_choose_box_2_area img {

    width: 100%;

}



.why_choose_box_2 .why_choose_box_2_details {

    width: 330px;

    display: inline-block;

    position: absolute;

    right: 20px;

    background: #0eb3d6;

    padding: 40px;

    font-size: 24px;

    color: #ffffff;

    line-height: 36px;

    bottom: -40px;

    font-weight: 700;

}





/* Service */

.slider_service_area {

    z-index: 999;

    position: relative;

    padding: 50px 0 120px 0;

}

.service_style_2_area .service_style_2_details {

    background: -webkit-linear-gradient(top, #ffffff, #eef2f9);

    padding: 40px 50px 0 50px;

}

.service_style_2_area .service_style_2_details p {

    margin: 50px 0 0 0;

}

.service_style_2_area.hv2_service_with_details .service_style_2_details p {

    margin: 50px 0 50px 0;

}

.service_style_2_area .service_style_2_details p > span {

    display: block;

}

.service_style_2_area .service_style_2_details h2 {

    margin-top: 30px;

}

.service_style_2_area .service_style_2_details i {

    font-size: 50px;

    width: 123px;

    height: 123px;

    display: inline-block;

    border-radius: 50%;

    line-height: 123px;

    background-color: #eef3f9;

    color: #0eb3d6;

}

.service_style_2_area .service_style_2_details a {

    font-weight: 500;

}

.service_style_2_area .service_style_2_details:hover a {

    color: #57707d;

}

.slider_service_img {

    position: relative;

    background: url("assets/images/service_1.jpg") center center no-repeat;

    background-size: cover;

    width: 100%;

    height: 230px;

}

.slider_service_img.bg_2 {

    background-image: url("assets/images/service_2.jpg");

}

.slider_service_img.bg_3 {

    background-image: url("assets/images/service_3.jpg");

}

.slider_service_img.bg_4 {

    background-image: url("assets/images/service_4.jpg");

}

.slider_service_img.bg_5 {

    background-image: url("assets/images/service_5.jpg");

}

.slider_service_img.bg_6 {

    background-image: url("assets/images/service_6.jpg");

}

.slider_service_img.bg_7 {

    background-image: url("assets/images/service_7.jpg");

}

.slider_service_img.bg_8 {

    background-image: url("assets/images/service_8.jpg");

}

.slider_service_img.bg_9 {

    background-image: url("assets/images/service_9.jpg");

}

.slider_service_img.bg_10 {

    background-image: url("assets/images/service_10.jpg");

}

.slider_service_img.bg_11 {

    background-image: url("assets/images/service_11.jpg");

}

.slider_service_img img {

    width: 100%;

}

.service_single_left > .single_img_half,

.services_support {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

}

.service_single_left > .single_img_half {

    margin-top: 55px;

}

.service_single_left .single_img_half > img {

    -webkit-box-flex: 1;

        -ms-flex: 1;

            flex: 1;

}

.service_single_left p {

    margin-bottom: 40px;

    line-height: 40px;

    font-weight: 300;

}

.single_img_half .service_single_img_box {

    height: 387px;

    overflow: hidden;

    position: relative;

    width: 100%;

    background: url("assets/images/why_choose_us_1.jpg") center center no-repeat;

    background-size: cover;

}

.service_single_left .single_img_half .service_single_img_box:last-child {

    background-image: url("assets/images/why_choose_us_2.jpg");

}

.service_single_left .single_img_half .service_single_img_box:first-child {

    border-right: 30px solid #ffffff;

}

.service_single_left h4 {

    margin-bottom: 15px;

    font-size: 18px;

}

.slider_service_details {

    padding: 0 10px;

}

.services_support {

    background-color: #e33920;

}

.slider_service_img i,

.service_single_left i {

    width: 80px;

    height: 80px;

    display: inline-block;

    position: absolute;

    background: #ffffff;

    bottom: -20px;

    right: 20px;

    line-height: 80px;

    font-size: 30px;

    color: #40b1d4;

    -webkit-transition: .3s;

    -o-transition: .3s;

    transition: .3s;

    text-align: center;

}

.service_single_img i {

    background-color: #57707d;

    color: #ffffff;

}

.slider_service_box .slider_service_details h2 {

    margin: 45px 0 40px 0;

    font-weight: 700;

    font-size: 26px;

}

.slider_service_box:hover .slider_service_img i {

    background: #57707d;

    color: #ffffff;

}

.slider_service_box .slider_service_details p {

    font-size: 18px;

    font-weight: 400;

    color: #7f8386;

    margin-bottom: 35px;

}

.slider_service_details a {

    font-size: 16px;

    font-weight: 500;

}

.slider_service_box:hover .slider_service_details a.btn-readmore {

    color: #fda700;

    text-decoration: none;

}

.service_slider .owl-dots button,

.client_log_area .owl-dots button,

.testimonial_area .owl-dots button {

    width: 10px;

    height: 10px;

    background: #0f1214;

    border-radius: 50%;

    margin: 0 2px;

    opacity: .20;

    padding: 0;

}

.client_log_area .owl-dots,

.service_slider .owl-dots,

.testimonial_area .owl-dots {

    margin-top: 40px;

}

.client_log_area .owl-dots button.active,

.service_slider .owl-dots button.active,

.testimonial_area .owl-dots button.active {

    opacity: 1;

}

.service_single_area {

    position: relative;

    z-index: 9;

    padding: 55px 0 120px 0;

}

.service_widgets {

    padding: 50px;

}

.service_widgets h3 {

    font-size: 20px;

    font-weight: 700;

    margin-bottom: 25px;

}

.service_widgets ul li {

    margin-bottom: 15px;

    display: block;

}

.service_widgets ul li a {

    font-size: 16px;

    font-weight: 400;

    color: #7f8386;

    display: block;

}

.service_widgets ul li a i {

    float: right;

    line-height: 30px;

}

.service_widgets ul li a:hover {

    color: #40b1d4;

}

.service_single_img {

    position: relative;

}

.service_single_img img {

    width: 100%;

}

.service_single_left h1 {

    font-size: 40px;

    margin-top: 50px;

    margin-bottom: 40px;

}

.service_single_left h3 {

    font-size: 30px;

    margin-top: 60px;

    margin-bottom: 40px;

    font-weight: 700;

}

.service_single_left .contact-details h1 {

    margin-top: 55px;

    margin-bottom: 45px;

    display: block;

    font-size: 30px;

    font-weight: 700;

}







/* Client */

.client_logo_slider .owl-item {

  background: #ffffff;

  height: 188px;

  vertical-align: middle;

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;

}

.client_logo_slider .owl-item img {

  width: auto;

  height: auto;

  vertical-align: middle;

  opacity: .2;

  -webkit-transition: .3s;

  -o-transition: .3s;

  transition: .3s;

}

.client_logo_slider .owl-item:hover img {

    opacity: 1;

}











/* Pages */

.book_online_form_section {

    position: relative;

    z-index: 9;

    padding: 155px 0 120px 0;

}

.book_online_step_3 form > label {

    display: block;

    margin: 30px 0;

    position: relative;

    width: 100%;

    float: left;

    font-size: 24px;

    font-weight: 500;

}

.book_online_step_3 form > label:first-child {

    margin-top: 0;

}

.book_online_step_3,

.book_online_step_1 {

    padding: 40px;

}

.book_online_step_3 input::-webkit-input-placeholder,

.book_online_step_3 input:-moz-placeholder,

.book_online_step_3 input:-ms-input-placeholder,

.book_online_step_3 input::placeholder,

.book_online_step_1 input::placeholder  {

    color: #9da1a5;

    opacity: 1 !important;

}

.book_online_step_3 input::-webkit-input-placeholder{

    color: #9da1a5;

}

.book_online_step_3 input:-moz-placeholder{

    color: #9da1a5;

}

.book_online_step_3 input:-ms-input-placeholder{

    color: #9da1a5;

}

.book_online_step_3 input::placeholder,

.book_online_step_3 textarea::placeholder,

.book_online_step_1 input::placeholder,

.book_online_step_1 textarea::placeholder {

    color: #9da1a5;

}

.book_online_step_3 .input_half_width, 

.book_online_step_3 textarea,

.book_online_step_1 .input_half_width {

    width: 37%;

    background-color: #ffffff;

    border: none;

    padding: 16px 20px;

    font-size: 14px;

    color: #9d9d9d;

    font-weight: 500;

}

.book_online_step_1 .input_half_width,

.book_online_step_3 select.input_half_width {

    height: 65px;

}

.book_online_step_1 input::placeholder {

    color: #9d9d9d;

}

.book_lastname.input_half_width {

    display: block;

}

.book_online_tabs .nav-tabs {

    border-bottom: none;

}

.book_online_tabs .nav-tabs > li > a {

    border: none;

    border-radius: 0;

    background: #0eb3d6;

    color: #ffffff;

    font-weight: 700;

    padding: 23px 53px;

    margin-right: 5px;

}

.book_online_tabs .nav-tabs > li.active > a, .book_online_tabs .nav-tabs > li.active > a:focus, 

.book_online_tabs .nav-tabs > li.active > a:hover, .book_online_tabs .nav-tabs > li > a:hover {

    background: #eef3f9;

    border: none;

    border-radius: 0;

    color: #0f1214;

    font-weight: 700;

}

.book_online_step_3 textarea {

    height: 135px;

    width: 76%;

}

.input_agree_title .check i,

.input_agree_title .check_2 i {

    opacity: 0;

    position: absolute;

    text-align: center;

    left: 1.2px;

    line-height: 13px;

}

.input_agree_title .check,

.input_agree_title .check_2 {

    width: 17px;

    height: 17px;

    display: inline-block;

    text-align: center;

    line-height: 17px;

    position: relative;

    border-radius: 50%;

    color: #ffffff;

    border: 2px solid #40b1d4;

    cursor: pointer;

    font-size: 10px;

    margin-right: 20px;

    left: 5px;

}

.input_agree_title .check_2.active_agree i,

.input_agree_title .check.active_agree i {

    opacity: 1;

}

.input_agree_title .check_2.active_agree,

.input_agree_title .check.active_agree {

    background: #40b1d4;

}

.input_agree_title span:last-child {

    color: #0f1214;

}

.input_agree_title span {

    font-size: 16px;

    font-weight: 500;

}

.input_agree_title {

    color: #7f8389;

    font-size: 16px;

}

/* book online step 2 */

.book_online_step_1 > label {

    width: 100%;

    position: relative;

    margin: 0 0 30px 0;

    font-size: 24px;

    font-weight: 500;

}

.input_agree_title span.check_2,

.input_agree_title span.check {

    display: inline-block;

    margin-right: 10px;

    width: 25px;

    height: 25px;

    position: absolute;

    left: 0;

    margin-top: 3px;

    border-radius: 50%;

    text-align: center;

    cursor: pointer;

    line-height: 25px;

}

.input_agree_title {

    position: relative;

    padding-left: 39px;

}

.input_agree_title span.check_2 i,

.input_agree_title span.check i {

    position: absolute;

    line-height: 22px;

    left: 0;

    font-size: 13px;

    display: block;

    width: 100%;

    height: 100%;

}

.book_online_step_1 input.input_half_width {

    padding: 16px 20px;

}

.book_online_step_1 label.mb_0{

    margin: 0 0 25px 0;

}

.book_online_step_1 .input_agree_title .check,

.book_online_step_1 .input_agree_title .check_2 {

    background: #ffffff;

    border-color: #ffffff;

}

.input_agree_title .check_2.active_agree, 

.input_agree_title .check.active_agree {

    background: #40b1d4;

    border-color: #40b1d4;

}

.book_online_step_1 .btn-orange {

    padding: 16px 40px;

}

.book_online_step_1 p.mt_15 {

    margin-top: 15px;

}

.book_online_step_1 select {

    margin-right: 30px;

}

.book_online_step_1 .select_icon select,

.book_online_step_3 .select_icon select {

    width: 100%;

}

.book_online_step_1 .select_icon:before,

.book_online_step_3 .select_icon:before {

    color: #9d9d9d;

}

.book_online_step_1 .select_icon,

.book_online_step_3 .select_icon {

    width: 37%;

    margin-right: 2%;

}

/* book online step 2 */

.book_online_step_box_2 {

    padding: 60px 60px;

}

.book_online_step_2_flex {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

}

.book_online_step_2_flex > * {

    -webkit-box-flex: 1;

        -ms-flex: 1;

            flex: 1;

    background: #ffffff;

    padding: 60px 100px 60px 60px;

}

.book_online_step_2_flex .book_online_step_2_box:first-child {

    border-right: 60px solid #eef3f9;

}

.book_online_step_box_2 label {

    font-size: 24px;

    font-weight: 500;

}

.book_online_step_2_flex .book_online_step_2_box h3 {

    font-size: 20px;

    font-weight: 500;

}

.book_online_step_2_flex .book_online_step_2_box ul li i {

    font-size: 14px;

    color: #fda700;

    margin-right: 10px;

    margin-top: 10px;

}

.book_online_step_2_flex .book_online_step_2_box ul li {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    font-size: 18px;

    font-weight: 400;

    color: #7f8386;

}

.book_online_step_2_flex .book_online_step_2_box h3.price {

    margin-top: 30px;

    margin-bottom: 10px;

}

.book_online_step_2_flex .book_online_step_2_box a.simple-btn {

    display: block;

    margin-bottom: 28px;

    font-size: 16px;

    font-weight: 400;

}

.book_online_step_2_flex .book_online_step_2_box a.simple-btn:hover {

    color: #0f1214;

}

.book_online_step_2_flex .book_online_step_2_box a.btn-gray, 

.book_online_step_2_flex .book_online_step_2_box a.btn-orange {

    padding: 16px 38px;

}

.book_online_step_2_flex .book_online_step_2_box a.btn-gray:hover, 

.book_online_step_2_flex .book_online_step_2_box a.btn-orange:hover {

    background: #fda700;

    color: #ffffff;

}

.book_online_step_1 a.btn-orange:hover {

    background: #0f1214;

    color: #ffffff;

}





/* Team Member */

.team_section_area {

    padding: 120px 0 110px 0;

}

.team_box .team_details {

    width: 95%;

    background: #ffffff;

    margin-top: -20px;

    position: relative;

    padding: 40px 0 0 0;

}

.team_box .team_details h1 {

    font-size: 20px;

    font-weight: 500;

    margin-bottom: 5px;

    line-height: 30px;

}

.team_box .team_details p {

    line-height: initial;

}

.team_box .team_details ul {

    margin-top: 5px;

}

.team_box .team_details ul li {

    display: inline-block;

    margin-right: 15px;

}

.team_box .team_details ul li a {

    display: block;

    color: #b1b6b9;    

}

.team_box .team_details ul li a:hover {

    color: #0eb3d6;

}

.team_img img {

    width: 100%;

}









/* Repair Section */

.repair_area {

    background: url(assets/images/repair_gray_bg.jpg) center center fixed no-repeat;

    background-size: cover;

    position: relative;

    z-index: 1;

}

.repair_area:before {

    content: '';

    background: #0f1214;

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    z-index: -1;

    opacity: .95;

}

.repair_details .hero-section-title {

    margin-bottom: 45px;

}

.repair_details .hero-section-title i {

    margin-left: -5px;

}

.repair_details .hero-section-title h1 {

    color: #ffffff;

}

.repair_details a.btn-orange {

    padding: 16px 40px;

}

.repair_details p {

    margin-bottom: 50px;

    padding-right: 55px;

}

.repair_details_right {

  position: relative;

}

.repair_details_right .video-img {

    position: absolute;

    right: 10px;

    bottom: 0;

    background: #0eb3d6;

    display: inline-block;

    width: 80px;

    height: 80px;

    text-align: center;

    line-height: 80px;

    color: #ffffff;

}

.about_repair_style_2 {

    background: none;

    padding: 155px 0 120px 0;

}

.about_repair_style_2:before {

    display: none;

}

.about_repair_style_2 .repair_details .hero-section-title h1 {

    color: #0f1214;

}

.about_repair_style_2 .btn-orange:hover {

    background: #0f1214;

    color: #ffffff;

}







/* Accordion collapse */

.faq_area .faq_accordions_img {

    width: 100%;

    height: 420px;

    background: url("assets/images/faq.jpg") center center no-repeat;

    background-size: cover;

}

.faq_area img {

    width: 100%;

}

.faq_accordions .card-header a {

    display: block;

    position: relative;

    font-weight: 500;

    padding: 26px 40px;

    color: #0eb3d6;

    background: #ffffff;

    font-size: 18px;

}

.faq_accordions .card-header a.collapsed {

    color: #0f1214;

}

/*.faq_accordions .card-header a i.fa-plus,*/

.faq_accordions .card-header a i.fa-minus {

    display: none;

}

.faq_accordions .card-header a.collapsed i {

    color: #7f8386;

}

.faq_accordions .card-header a i {

    float: right;

    line-height: 22px;

    color: #0eb3d6;

    font-size: 14px;

}

.faq_accordions .card-header a[aria-expanded=true] i.fa-minus {

    display: block;

}

.faq_accordions .card-header a[aria-expanded=false] i.fa-minus {

    display: none;

}

.faq_accordions .card-header a[aria-expanded=false] i.fa-plus {

    display: block;

}

.faq_accordions .card-header a[aria-expanded=true] i.fa-plus {

    display: none;

}

.faq_accordions .card-body {

    display: block;

    position: relative;

    padding: 0 75px 40px 40px;

    background: #ffffff;

    color: #888888;

    font-size: 17px;

    font-weight: 300;

}

.faq_accordions .card {

    margin-bottom: 10px;

}

.faq_accordions .card.panel {

    border: none;

    background: none;

    -webkit-box-shadow: none;

    -moz-box-shadow: none;

    box-shadow: none;

    border-radius: 0;

}

.faq_accordions .card:last-child{

    margin-bottom: 0;

}











/* Pricing Tables */

.pricing_area {

    z-index: 9999;

    position: relative;

}

.pricing_area.extra_padding {

    padding: 155px 0 120px 0;

}

.pricing_box {

    border: 2px solid #eef3f9;

    padding: 58px 68px;

    -webkit-transition: .3s;

    -o-transition: .3s;

    transition: .3s;

}

.pricing_box:hover {

    background: #eef3f9;

}

.pricing_box i {

    font-size: 50px;

    display: block;

    color: #0eb3d6;

    margin-bottom: 38px;

}

.pricing_box h3 {

    font-size: 20px;

    font-weight: 500;

}

.pricing_box h1 {

    font-size: 54px;

    margin-bottom: 28px;

    font-weight: 500;

    position: relative;

}

.pricing_box p {

    margin-bottom: 40px;

}

.pricing_box:hover .btn-gray {

    background-color: #fda700;

    color: #ffffff;

}

.pricing_box h1 span {

    position: absolute;

    font-size: 25px;

    margin-left: -15px;

    margin-top: 10px;

}







/* Experience */

.experience_box {

    position: relative;

    padding: 0 34px;

}

.experience_box i {

    display: block;

    font-size: 65px;

    color: #0eb3d6;

    margin-bottom: 30px;

}

.experience_box span.number {

    font-weight: 900;

    display: inline-block;

    width: 45px;

    background-color: #fda700;

    color: #ffffff;

    height: 45px;

    text-align: center;

    line-height: 45px;

    border-radius: 50%;

    margin-bottom: 30px;

}

.experience_box img.experience_shape {

    position: absolute;

    right: -65px;

    top: 40%;

}





/* CounterUP */

.counterup_area p {

    color: #ffffff;

}

.counterup_area i {

    font-size: 65px;

    color: #ffffff;

    margin-bottom: 30px;

    display: block;

}

.counterup_area h1 {

    font-size: 50px;

    color: #ffffff;

    font-weight: 500;

    line-height: 36px;

    margin-bottom: 5px;

}







/* clients logo */

.client_log_area {

    background-color: #eef3f9;

}

.client_log_area .owl-dots {

    margin-top: 25px;

}

.client_logo_slider img {

    width: auto !important;

    margin: auto;

}





/* contact */

.footer_section {

    position: relative;

}

#map {

    width: 100%;

    height: 650px;

}

#map .gmnoprint,

#map .gm-control-active {

    display: none;

}

.contact_form_area > .container {

    position: relative;}

.contact_form_area img.contact_img {

    width: 58%;

    position: absolute;

    left: -90px;

}

.contact-details input::-webkit-input-placeholder,

.contact-details textarea::-webkit-input-placeholder,

.contact-details input:-moz-placeholder,

.contact-details textarea:-moz-placeholder ,

.contact-details input:-ms-input-placeholder,

.contact-details textarea:-ms-input-placeholder ,

.contact-details input::-webkit-input-placeholder,

.contact-details textarea::-webkit-input-placeholder ,

.contact-details input::placeholder,

.contact-details select,

.contact-details textarea::placeholder {

 /*   color: #9da1a5;   */

}

.contact-details input::-webkit-input-placeholder,

.contact-details textarea::-webkit-input-placeholder,

.contact-details input:-moz-placeholder,

.contact-details textarea:-moz-placeholder ,

.contact-details input:-ms-input-placeholder,

.contact-details textarea:-ms-input-placeholder ,

.contact-details input::placeholder,

.contact-details select,

.contact-details textarea::placeholder {

/*    color: #9da1a5;       */

    opacity: 1 !important;

}

.contact-details input,

.contact-details select,

.contact-details textarea {

    border: none;

    padding: 25px 30px;

    width: 100%;

/*    background: #E44224;  */

    font-size: 14px;

    font-weight: 500;

}

.contact-details .contact_select {

    display: block;

    padding: 25px 30px;

    width: 100%;

    position: relative;

    height: 80px;

    margin-bottom: 20px;

    border-radius: 0;

}

.contact-details .select_icon:before {

    color: #0f1214;

    margin-top: 23px;

}

.contact-details .input_half_width {

    width: 48.5%;

    margin-bottom: 20px;

}

.service_single_left .contact-details .input_half_width {

    width: 48%;

}

.contact-details .input_half_width.input_mr {

    margin-right: 3%;

}

.contact-details textarea {

    height: 145px;

}

.contact-details button {

    display: inline-block;

    margin-top: 10px;

    padding: 16px 32px;

}

.contact-details button:hover {

    background: #0f1214;

    color: #ffffff;

}

.contact-details input::-webkit-input-placeholder,

.contact-details textarea::-webkit-input-placeholder,

.contact-details select,

.contact-details .select_icon:before {

    color: #777777;

}

.contact-details input:-ms-input-placeholder,

.contact-details textarea:-ms-input-placeholder,

.contact-details select,

.contact-details .select_icon:before {

    color: #777777;

}

.contact-details input:-ms-input-placeholder,

.contact-details textarea:-ms-input-placeholder,

.contact-details select,

.contact-details .select_icon:before {

    color: #777777;

}

.contact-details input::placeholder,

.contact-details textarea::placeholder,

.contact-details select,

.contact-details .select_icon:before {

    color: #777777;

}

.contact_form_area {

    padding-bottom: 95px;

    position: relative;

    z-index: 9999;

}

.contact_form_area .hero-section-title .icon-snowflake {

    margin-left: -6px;

}

.footer_section .footer_shape {

     position: absolute;

     left: 0;

     top: -182px;

     width: 100%;

     z-index: 9999999;

}

.contact_form_area .contact-details {

    padding-bottom: 160px;

}

.service_single_left .contact-details .input_half_width.input_mr {

    margin-right: 4%;

}

.service_single_left .contact-details input::placeholder,

.service_single_left .contact-details input::-webkit-input-placeholder,

.service_single_left .contact-details select,

.service_single_left .contact-details textarea::placeholder,

.service_single_left .contact-details textarea::-webkit-input-placeholder {

    color: #9da1a5;

}

.service_single_left .contact-details input, .service_single_left .contact-details select, .service_single_left .contact-details textarea {

    padding: 17px 30px;

}

.service_single_left .contact-details select {

    padding: 16px 30px;

    height: 66px;

}

.service_single_left .contact-details .select_icon:before {

    margin-top: 18px;

    right: 30px;

    color: #9da1a5;

}

.service_single_left .contact-details textarea {

    margin-top: 20px;

    margin-bottom: 0;

}

.contact_form_other_style .input_half_width {

    width: 48.5%;

}

.contact_form_other_style input, .contact_form_other_style textarea {

    font-weight: 500;

}




/*review
.star-wrapper {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  direction: rtl;
}
.star-wrapper a {
  font-size: 4em;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
  margin: 4px;
}
.star-wrapper a:hover {
  color: gold;
  transform: scale(1.3);
}
.s1:hover ~ a {
  color: gold;
}
.s2:hover ~ a {
  color: gold;
}
.s3:hover ~ a {
  color: gold;
}
.s4:hover ~ a {
  color: gold;
}
.s5:hover ~ a {
  color: gold;
}
.wraper {
  position: absolute;
  bottom: 30px;
  right: 50px;
}
*/



/* footer */

.footer_box img {

    width: 150px;

    height: auto;

    margin-bottom: 30px;

}

.footer_box h3 {

    margin-bottom: 35px;

    font-size: 20px;

    font-weight: 700;

    color: #ffffff;

    letter-spacing: 1px;

}

.footer_box p {

    font-size: 16px;

    color: #b1b6b9;

    line-height: 30px;

    font-weight: 400;

    padding-right: 55px;

}

.footer_section.section_padding {

    padding-bottom: 0;

}

.footer_section {

    background-color: #2a3236;

}

.footer_section .col-md-4:last-child .footer_box {

    padding-left: 145px;

}

.footer_section .col-md-4:last-child .footer_box p {

    padding-right: 0;

}

.footer_box ul li {

    display: block;

}

.footer_box ul li a {

    display: block;

    color: #b1b6b9;

    font-weight: 400;

    line-height: 30px;

}

.footer_box ul li a:hover,

.footer_box span a:hover {

    color: #0eb3d6;

}

.footer_box span a {

    color: #b1b6b9;

}

.footer_box span.support_email {

    margin-top: 35px;

}

.footer_box span {

    display: block;

    color: #b1b6b9;

    font-weight: 400;

}

.footer_box span i {

    margin-right: 10px;

    color: #0eb3d6;

}



.copyright_area {

    border-top: 2px solid rgba(255,255,255,0.1);

    margin-top: 120px;

    padding: 45px 0;

}

.copyright_area p {

    color: #b1b6b9;

    font-weight: 400;

    font-size: 16px;

    margin-top: 7px;

}

.copyright_area ul li {

    display: inline-block;

}

.copyright_area ul li a {

    display: block;

    background: #323538;

    color: #ffffff;

    border-radius: 50%;

    font-size: 16px;

    width: 45px;

    height: 45px;

    text-align: center;

    line-height: 45px;

    margin-right: 5px;

    position: relative;

    z-index: 1;

    -webkit-transition: .3s;

    -o-transition: .3s;

    transition: .3s;

}

.copyright_area ul li a:before {

    content: '';

    width: 100%;

    height: 100%;

    position: absolute;

    left: 0;

    top: 0;

    z-index: -1;

    background-color: #57707d;

    border-radius: 50%;

    -webkit-transform: scale(0);

    -ms-transform: scale(0);

    transform: scale(0);

    -webkit-transition: .3s;

    -o-transition: .3s;

    transition: .3s;

}

.copyright_area ul li a:hover:before {

    -webkit-transform: scale(1);

    -ms-transform: scale(1);

    transform: scale(1);

}








.separate {
    display: flex;
    justify-content: center;
}
.select {
  position: relative;
  min-width: 150px;
}
.select__item {
  position: relative;
}
.select__title {
  color: #fff;
  font-family: "LM";
  cursor: pointer;
  border-radius: 4px;
}
@media (max-width: 991.98px) {
  .select__title {
    font-size: 18px;
  }
}
.select__value {
  display: flex;
  font-size: 18px;
  height: 40px;
  padding: 0px 10px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.select__value span {
  height: 32px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.select__value:before {
  content: "";
  display: inline-block;
  transition: all 0.3s ease 0s;
  width: 9px;
  height: 9px;
  margin-left: 5px;
  background: url("assets/images/select.svg") center/100% no-repeat;
}
.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}
.select__options {
  color: #000;
  position: absolute;
  top: 29px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border: 1px solid #d9d9d9;
  border-top: 0;
  font-size: 14px;
  padding: 10px 0px 5px 0px;
  max-height: 250px;
  overflow-y: auto;
}
@media (max-width: 991.98px) {
  .select__options {
    font-size: 18px;
  }
  .menu__list-item a {
    white-space: pre-wrap !important;
  }
}
.select__option {
  cursor: pointer;
  padding: 5px 15px;
  margin: 0px 0px 0px 0px;
  display: block;
  color: #000;
}
@media (min-width: 992px) {
  .select__option:hover {
    background: #d9d9d9;
  }
}
.select._active {
  z-index: 5;
}
.select._active .select__value:before {
  transform: rotate(-180deg);
}
.select._active .select__options {
  display: block;
}

.form {
  width: 700px;
  margin: 100px 30px;
  padding: 20px;
  background: #f2f2f2;
}
@media(max-width: 768px){
    .form {
        width: 500px;
    }
}
@media(max-width: 568px){
    .form {
        width: 400px;
    }
}
.form__steps {
  display: none;
}
._active {
  display: block;
}
.form__head {
  font-size: 36px;
}
.form__subhead {
  opacity: .8;
  margin-top: 7px;
}
.form__select {
  margin-top: 20px;
}
.select_form__select {
  margin-top: 20px;
  border: 1px solid #000;
  width: 200px; 
}
.select__title {
  color: #000;
}
.form__dates {
}
.form__input {
  padding: 5px; 
  border: none;
  border-bottom: 1px solid #000;
  background: transparent;
  margin-right: 20px; 
  margin-top: 20px; 
}
#step-3._active {
  display: flex;
  flex-direction: column;
}
.form__flex-block {
  display: flex;
  margin: 10px 0; 
  flex-wrap: wrap;
}
.form__button-container {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.form__button {
  border: none;
  color: #fff;
  padding: 7px 10px !important;
  transition: 0.3s;
  background: #E33920;
}
.form__button:hover {
  color: #000;
  background: #fff;
}
.dates {
  display: flex;
  overflow-x: auto;
  margin-top: 20px;
}
.dates__date {
  margin-right: 20px;
  min-width: 150px;
}
.dates__date:last-child {
  margin-right: 0px;
}
.dates__day {
  font-size: 18px;
  margin-bottom: 10px;
}
.dates__day-list {
}
.dates__label {
  margin-bottom: 20px;
}
._disabled {
    opacity: 0.2;
}
.dates__label-disabled {
  margin-bottom: 20px;
}
.dates__label:last-child {
  margin-bottom: 0;
}
.dates__label p {
  padding: 10px;
  border: 1px solid #000;
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
  transition: .3s;
  color: #000;
}
.dates__label p:hover {
  background: #000;
  color: #fff;
}
.dates__time {
  display: none;
}
.dates__time:checked ~ p{
  background: #000;
  color: #fff;
}

.form__prev {
  margin: 0 !important;
  text-decoration: underline;
  background: transparent;
  border: none;
}
.form__prev:hover {
  text-decoration: none;
}

  .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
  }

  .swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
  }

  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
  }

  .swiper-container-android .swiper-slide,
  .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
  }

  .swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
  }

  .swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
  }

  .swiper-container-pointer-events {
    touch-action: pan-y;
  }
  .swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x;
  }

  .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
  }

  .swiper-slide-invisible-blank {
    visibility: hidden;
  }

  /* Auto Height */
  .swiper-container-autoheight,
  .swiper-container-autoheight .swiper-slide {
    height: auto;
  }
  .swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
  }

  /* 3D Effects */
  .swiper-container-3d {
    perspective: 1200px;
  }
  .swiper-container-3d .swiper-wrapper,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }

  /* CSS Mode */
  .swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
  }
  .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }
  .swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }

  .swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
  }

  .swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
  }

  @font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal;
  }
  :root {
    --swiper-theme-color: #007aff;
  }

  .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
  }

  .swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
  }

  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
  }

  .swiper-container-android .swiper-slide,
  .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
  }

  .swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
  }

  .swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
  }

  .swiper-container-pointer-events {
    touch-action: pan-y;
  }

  .swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x;
  }

  .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
  }

  .swiper-slide-invisible-blank {
    visibility: hidden;
  }

  /* Auto Height */
  .swiper-container-autoheight,
  .swiper-container-autoheight .swiper-slide {
    height: auto;
  }

  .swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
  }

  /* 3D Effects */
  .swiper-container-3d {
    perspective: 1200px;
  }

  .swiper-container-3d .swiper-wrapper,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
  }

  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }

  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }

  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }

  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }

  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }

  /* CSS Mode */
  .swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
  }

  .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }

  .swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }

  .swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
  }

  .swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
  }

  :root {
    --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.products {
  margin: 50px auto;
  max-width: 1170px;
  padding: 10px;
}
.products__container {
  margin-left: -2% !important;
  display: flex;
  flex-wrap: wrap;
}
.product {
  margin-left: 2% !important;
  margin-right: 0 !important;
  width: 23% !important;
  padding: 20px 10px 10px 10px;
  background: #F6F6F6;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

@media(max-width: 998px) {
    .product {
       width: 31% !important;   
    }
}
@media(max-width: 700px) {
    .product {
       width: 48% !important;   
    }
}
@media(max-width: 500px) {
    .product {
       width: 100% !important;  
       margin-left: 0 !important;
    }
    .products__container {
      margin-left: 0 !important;
    }
}
.product__gallery {
  width: 100%;
  background: #f1f1f1;
}
.product_image_container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.product__image {
  object-fit: contain;
  width: 100%;
  height: 200px;
  object-fit: contain;
}
.product__title {
  margin-top: 15px;
  font-size: 18px !important;
  line-height: 22px;
  /*color: #E33920;*/
  color: #000;
  display: block;
}
.product__title:hover {
    color: #E33920;
}
.product__desc {
  margin-top: 10px;
  font-size: 14px;
  line-height: 16px;
}
.swiper-container {
  height: 200px;
}
.swiper-container__swiper-wrapper {
}
.swiper-wrapper {
}
.product_image_container {
}
.swiper-slide {
}
.swiper-button-p {
}
.swiper-button-n {
}

._container {
    max-width: 1170px;
    margin: 0 auto;
}

.present {
  margin: 30px 0px 50px 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 991.98px) {
  .present {
    flex-direction: column;
  }
}
.present__sliders {
  display: flex;
  flex-direction: column-reverse;
  width: 50%;
}
@media (max-width: 991.98px) {
  .present__sliders {
    width: 100%;
  }
}
.present__slider-mini {
  width: 100%;
  background: #7f8386;
  padding: 10px;
  height: 120px;
}
.present__slider {
  width: 100%;
  height: 350px;
  border: 2px solid #7f8386;
}

.item-slider {
  height: 100% !important;
  /*padding: 10px;*/
}
.item-slider__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.item-slider-mini {
  width: 100%;
  height: 100% !important;
}
.item-slider-mini__slide {
  /*width: 100%;*/
  display: flex;
  justify-content: center;
}
.item-slider-mini__image {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.desc-present {
  margin-left: 30px;
  width: calc(50% - 30px);
}
@media (max-width: 991.98px) {
  .desc-present {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.desc-present__rating {
  margin-bottom: 20px;
}
.desc-present__header {
  line-height: 28px;
  font-size: 28px;
  margin-top: 0 !important;
}
.desc-present__text {
  margin-top: 10px;
  line-height: 25px;
}
.desc-present__price {
    font-size: 36px;
    color: red;
    margin-right: 10px;
}

.desc-present__price-container {
    display: flex;
    margin: 15px 0px;
}
.desc-present__sell_price {
    font-size: 36px;
    color: red;
    margin-right: 10px;
}
.desc-present__price-sub-container {
    
}
.desc-present__price-diff {
    font-size: 14px;
    line-height: 18px;
}
.desc-present__price-old {
    font-size: 14px;
    line-height: 18px;
}
.desc-present__price-old span {
    text-decoration: line-through;
}
.desc-present__cummon-price {
  color: #EA4F3E;
  font-size: 36px;
  font-family: "LM";
}
.desc-present__old-price {
  margin-left: 10px;
  font-size: 28px;
  text-decoration: line-through;
}
.desc-present__buttons {
  display: flex;
  margin-top: 40px;
}
@media (max-width: 1170.98px) {
  .desc-present__buttons {
    margin-top: 20px;
  }
}
.page__pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.page-numbers {
    font-size: 16px;
    margin: 0px 5px;
    padding: 0px 10px;
    background: #F6F6F6;
}
.product__sold {
    margin-left: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #E33920;
}
._sold {
    opacity: 0.5;
}
.products__filter {
    display: flex;
    margin-bottom: 30px;
}
._bordered {
    border: 1px solid #E33920;
    margin-right: 10px;
}
.come_back {
    margin-top: 30px;
    display: block;
}
.product__price-container {
  display: flex;
  /*flex-direction: column;*/
  width: 100%;
  margin-top: 10px;
}
.product__price {
  font-size: 24px;
  line-height: 28px;
  color: #000;
  color: #E33920;
}
._sale {
    text-decoration: line-through;
    margin-left: 5px;
    color: #000;
    font-size: 16px;
    line-height: 22px;
}

.add_to_cart_button {
    font-size: 18px;
    color: #fff;
    background: #E33920;
    display: block;
    width: 100%;
    padding: 7px 10px;
    text-align: center;
    transition: 0.3s;
    border: 1px solid #E33920;
    display: flex; align-items: center; justify-content: center;
}
.add_to_cart_button:after {
    content: "Add to cart";
    display: block;
}
.add_to_cart_button.added:after {
    content: "Added to cart";
}
.add_to_cart_button.added {
    color: #E33920;
    background: transparent;
}
.add_to_cart_button:hover {
    color: #E33920;
    background: transparent;
}
.product__cart {
    width: 100%;
    /*display: flex;*/
    /*justify-content: space-between;*/
    margin-top: 15px;
}
.added_to_cart {
    margin-top: 5px;
    font-size: 18px;
    color: #fff;
    background: green;
    display: block;
    width: 100%;
    padding: 7px 10px;
    text-align: center;
    transition: 0.3s;
    border: 1px solid green;
}
.added_to_cart:hover {
    color: green;
    background: transparent;
}
.s-header__basket-wr {
    margin-left: 15px;
}
.basket-btn__label {
}
.basket-btn {
    background-color: #E33920;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    display: block;
    white-space: nowrap;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: 9px center;
    background-size: 25px;
    background-image: url(assets/images/cartWhite.svg);
    padding: 10px 10px 10px 40px;
}
.basket-btn:hover {
    color: #fff;
}
.socials {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 0px;
    background: #fff;
    top: calc(50% - 54px);
    z-index: 1000;
}
.social {
    margin-bottom: 10px;
    background: none;
    padding: 10px;
    width: 36px;
    height: 36px;
    object-fit: cover;
    display: flex;
    justify-content: center;
}
.social:last-child {
    margin-bottom: 0px;
}
.header {
    position: fixed;
    z-index: 10000;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}
.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1920px;
    margin: 0 auto;
    padding: 15px;
}
.header__sub-container {
    display: flex;
    align-items: center;
}
.header-placeholder {
    height: 74px;
    width: 100vw;
    max-height: 84px;
}
.header._bottom {
    
}
.header__logo-container {
    width: 280px;
    display: flex;
}
.header__logo {
    width: inherit;
    height: inherit;
}
.header__nav .menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0px 20px;
}
.header__nav {
	font-size: 18px;
}
.menu-item {
    position: relative;
    margin: 0 10px;
}
.menu-item a {
    color: #7f8386;
}

@media(min-width: 1310px){
    .menu-item:hover .sub-menu {
        display: block;
    }
    .menu-item:hover a {
    color: #E33920;
}
    
}
.sub-menu {
    display: none;
    margin: 0;
}
a {
    transition: .3s;
}
.sub-menu > li > a {
    padding: 5px 10px;
    color: #7f8386;
}
@media(max-width: 1310px){
    .header__nav {
        position: absolute;
        right: -100vw;
        top: 0;
        width: 100vw;
        height: 100vh;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow-y: auto;
        transition: 0.3s;
    }
    .header__nav._active {
        right: 0;
    }
    .header__nav .menu {
        flex-direction: column;
    }
    .menu-item {
        font-size: 24px;
        display: flex;
        justify-content: center;
        margin-bottom: 10px !important;
        padding: 5;
    }
    .menu-item:last-child {
        margin-bottom: 0px;
    }
    .header-container {
        padding: 15px;
    }
}

@media(max-width: 1310px){
    /* Mobile: parent items expand their submenu on tap */
    .header__nav .menu-item-has-children {
        flex-direction: column;
        align-items: center;
    }
    .header__nav .menu-item-has-children > a::after {
        content: "\25BE"; /* ▾ */
        display: inline-block;
        margin-left: 8px;
        font-size: 0.7em;
        transition: transform .3s;
    }
    .header__nav .menu-item-has-children._submenu-open > a::after {
        transform: rotate(180deg);
    }
    .header__nav .menu-item._submenu-open > .sub-menu {
        display: block;
        text-align: center;
        margin-top: 8px;
    }
    .header__nav .sub-menu > li {
        margin-bottom: 6px;
    }
    .header__nav .sub-menu > li > a {
        font-size: 18px;
    }
}

.header__contact {
    font-size: 22px;
    line-height: 22px;
}

.header__contact-label {
    color: #777;
    font-weight: 400px;
    white-space: nowrap;
	font-size: inherit;
}
.header__phone {
    color: #E33920;
    font-weight: bold;
    white-space: nowrap;
}
@media(max-width: 540px){
    /*.header__contact {*/
    /*    display: none;*/
    /*}*/
    .header__logo {
        width: 140px;
    }
}
@media(min-width: 620px){
	#mob-basket{
		display:none;
	}
}
@media(max-width: 620px){
    /*.header__contact {*/
    /*    display: none;*/
    /*}*/
   /* .header__link { */
		  .header__logo {
        width: 200px;
    }
	
	.basket-btn  {
       display: none;
				
    }
	#mob-basket{
		width: fit-content;
		margin-left:10px;
		display: block;
		font-size: 15px;
		background-size: 20px;
		padding: 0px 5px 0px 30px;
		
		
	}
}
.header__burger {
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 35px;
    background: transparent;
    border: none;
    position: relative;
    margin-left: 30px;
    display: flex;
}
@media(min-width: 1310px){
    .header__burger {
        display: none;
    }
}
@media(min-width: 1310px){
    .header__burger-line {
        display: none;
    }
}
.header__burger-line {
	transition: all 0.3s ease 0s;
    top: calc(50% - 2px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #583613;
    pointer-events: none;

}
.header__burger-line:first-child {
	top: 0px;
}
.header__burger-line:last-child {
	top: auto;
	bottom: 0px;
}

.header__burger._active span {
		transform: scale(0);
}

.header__burger._active span:first-child {
		transform: scale(0);
		transform: rotate(-45deg);
		top: calc(50% - 2px);
}
.header__burger._active span:last-child {
		transform: scale(0);
		transform: rotate(45deg);
		bottom: calc(50% - 2px);
}

#wpadminbar {
    position: unset !important;
}

.video-section {
    width: 100vw;
    height: calc(100vh - 74px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
@media (max-width: 1465px) {
   .video-section {
        height: calc(100vh - 94px);
    } 
   .video-section:before {
        height: calc(100vh - 94px);
    } 
}

@media (max-width: 1170px) {
   .video-section {
        height: calc(100vh - 74px);
    } 
   .video-section:before {
        height: calc(100vh - 74px);
    } 
}


.video-section::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: calc(100vh - 74px);
    background: rgba(0,0,0,.3);
    z-index: 99;
    
}
.video-section__buttons {
    position: absolute;
    z-index: 100;
    bottom: 30px;
}
.video-section__button {
    color: #fff;
    background: #E33920;
    padding: 7px 10px;
    cursor: pointer;
    border-radius: 5px;
}
.video-section__button:first-child {
    margin-right: 15px;
}
.video-section__button:last-child {
}
.video-section__button:hover {
    background: #fff;
    color: #E33920;
}
.video-section__play {
    position: absolute;
    width: 100px;
    height: 100px;
    border: 3px solid #fff;
    background: none;
    border-radius: 50%;
    background: url("assets/images/arrow.svg") center no-repeat;
    background-size: 25px;
    z-index: 100;
    transition: 0.3s;
}
.video-section__play:hover {
    transform: scale(1.2);
}
.video-section__video {
    width: inherit;
    height: inherit;
    object-fit: cover;
    /*filter: blur(10px);*/
}

.slider_service_box {
    padding: 10px;
    border: 2px solid #E33920;
}
.slider_service_details h2 {
    text-decoration: none;
    color: #7f8386;
    transition: .3s;
}
.slider_service_details:hover h2 {
    color: #E33920;
}
.slider_service_img {
}

.companies {
    display: flex;
    align-items: center;
    margin-top: 30px;
    /*justify-content: center;*/
    flex-wrap: wrap;
}
.company__logo {
    /*width: 150px;*/
    width: 100%;
}
._big-logo {
    width: 75px;
}
._middle-logo {
    width: 100px;
}
.company {
    padding: 10px;
    width: 20%;
    display: flex;
    justify-content: center;
    
}
@media(max-width: 1170px){
   .company {
        width: 25%;
    }
}
@media(max-width: 900px){
   .company {
        width: 33%;
    }
}
@media(max-width: 600px){
   .company {
        width: 50%;
    }
}
.product__add-to-cart {
    width: 200px;
    margin-top: 10px;
}
.checkout-button {
    background: #E33920 !important;
    border: 1px solid #E33920 !important;
    transition: 0.3s !important;
}
#place_order {
    background: #E33920 !important;
    border: 1px solid #E33920 !important;
    transition: 0.3s !important;
}
#place_order:hover {
    background: transparent !important;
    color: #E33920 !important;
}
.checkout-button:hover {
    background: transparent !important;
    color: #E33920 !important;
}
.input-text {
    padding: 5px;
}
.form-row {
  margin-bottom: 5px !important;
}
.cart-collaterals {
    margin-bottom: 50px;
}
.product-thumbnail {
    width: 150px;
}
.product {
    position: relative;
}
.product-name a {
    color: #7f8386;
}
.product-name a:hover {
    color: #E33920;
}
.woocommerce a.remove {
    border-radius: 0;
    background: #E33920;
    color: #fff !important;
    border: 1px solid #E33920;
}
.woocommerce a.remove:hover {
    background: transparent;
    color: #E33920 !important;
}
.location-city {
    text-align: left !important;
}
.location-city a {
    color: #000;
    transition: 0.3s;
    text-decoration: underline !important;
}
.location-city a:hover {
    color: #E33920;
}
#customer_details {
    margin-top: 20px;
}
#customer_details .col-1, #customer_details .col-2 {
    background: #eef3f9;
    padding: 5px 10px;
}

#ship-to-different-address {
    margin-left: 22px;
}
.header__link {
    
}
.header__link {
    color: #fff;
    background: #E33920;
    padding: 10px 10px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #E33920;
    line-height: 16px;
    text-align: center;
    margin-right: 15px;
    height: 52px;
    font-size: 16px;
    width: 120px;
}
.header__link:hover {
    background: #fff;
    color: #E33920;
}
@media(max-width: 700px){
		.header__link{
/* 		margin-right: 5; */
		font-size: 14px;
		width: 80px;
	}
}
@media(max-width: 620px){
    .header__link {
        margin-right: 10;
    }
    .header__burger {
        margin-left: 15px;
    }
	.header__logo {
       width: 150px;
    }
	
}

@media(max-width: 560px){
   
    .header__phone {
        font-size: 14px;
    }
    .header__contact-label {
        font-size: 14px;
        line-height: 17px;
    }

}
@media(max-width: 440px){
	.header__logo{
		width: 100px;
	}
	.header__link{
		font-size: 12px;
		width:70px;
	}
}
@media(max-width: 300px){
	.header__link{
		display:none;
		
	}
}
.apply {
    margin: 100px 0;
    padding: 0 15px;
}
.apply__container {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.apply__title {
    font-size: 28px;
    margin: 0;
    margin-bottom: 15px;
    line-height: 32px;
}
.apply__sub-title {
    font-size: 24px;
    margin: 0px;
    margin-bottom: 10px;
}

.apply__text {
    font-size: 18px;
    line-height: 22px;
    margin: 10px 0;
}
.apply__special {
    padding: 15px;
    border: 2px solid #E33920;
    width: 49%;
    
}
.apply__lease {
    padding: 15px;
    border: 2px solid #E33920;
    width: 49%;
    height: 100%;
}

.apply__button {
    background: #E33920;
    border: 1px solid #E33920;
    color: #fff;
    padding: 7px 10px;
    border-radius: 5px;
    display: block;
    margin-top: 15px;
    width: 150px;
    text-align: center;
    transition: 0.3s;
}
.apply__button:hover {
    background: transparent;
    color: #E33920;
}
@media (max-width: 998px) {
    .apply__special, .apply__lease {
        width: 100%;
    }
    .apply__lease {
        margin-top: 30px;
    }
}
.shop_table {
    margin-top: 50px !important;   
}
._block {
    overflow: hidden !important;
}
.checkout__notice {
    margin-bottom: 20px;
    font-size: 28px;
    color: #000;
}
.simple-rating {
	position: relative;
	font-size: 40px;
	display: inline-block;
	width: 250px;
    height: 40px;
}
.simple-rating__items {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: row-reverse;
	overflow: hidden;
}
.simple-rating__item {
	position: absolute;
	width: 0%;
	height: 0%;
	opacity: 0;
	visibility: hidden;
	top: 0;
	left: 0;
}
.simple-rating__label {
	flex: 0 0 20%;
	height: 100%;
	cursor: pointer;
	color: #000;
}
.simple-rating__label::before {
	content: "★";
	display: block;
	font-size: 48px;
	transition: color 0.3s ease 0s;
}

.simple-rating__item:checked,
.simple-rating__item:checked ~ .simple-rating__label {
	color: #ffd300;
}
.simple-rating__label:hover,
.simple-rating__label:hover ~ .simple-rating__label,
.simple-rating__label:checked ~ .simple-rating__label:hover {
	color: #ffef9f;
}
.review-form, .contact-form, .career-form, .modage-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 100px 0;
}
.review-form__h4, .contact-form__h4, .career-form__h4, .modage-form__h4  {
    font-size: 24px;
    margin: 0;
}
.review-form__h1, .contact-form__h1, .career-form__h1, .modage-form__h1  {
    font-size: 48px;
    margin: 10px 0 30px 0;
}
.review-form__container, .contact-form__container, .career-form__container, .modage-form__container {

    padding: 0 10px;
}
.review-form__form, .contact-form__form, .career-form__form, .modage-form__form  {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.review-form__fields, .contact-form__fields, .career-form__fields, .modage-form__fields {
    margin-top: 15px;
     width: 100%;
}
.review-form__input, .contact-form__input, .career-form__input {
    padding: 10px;
    border: none;
    background: #eee;
    width: 250px;
    margin: 5px;
}

 .modage-form__input {
    padding: 10px;
    border: none;
    background: #eee;
    width: 100%;
    margin: 5px;
}
@media(max-width: 570px) {
    .review-form__input, .contact-form__input, .career-form__input, .modage-form__input {
        width: 100%;
    }
}
.review-form__textarea, .contact-form__textarea, .career-form__textarea, .modage-form__textarea {
    width: inherit;
    padding: 10px;
    border: none;
    background: #eee;
    width: calc(100% - 10px);
    margin: 5px;
}

.review-form__button, .contact-form__button, .career-form__button, .modage-form__button {
    color: #fff;
    background: #E33920;
    padding: 7px 10px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #E33920;
    transition: 0.3s;
    line-height: 28px;
    margin-top: 5px;
}
.review-form__button:hover, .contact-form__button:hover, .career-form__button:hover, .modage-form__button:hover {
    background: #fff;
    color: #E33920;
}
.hbspt-form__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f0f0f082;
    padding: 55px 10px 0px;
    margin-top: 30px;
}
.hbspt-form__notice {
    padding: 25px 0px;
    text-align: center;
}
.wholesale__video {
    width: 100%;
    height: calc(100vh - 82px);
}
.wholesale__slider,
.wholesale-slider {
    height: calc(100vh - 82px) !important;
}
@media(max-width: 1024px) {
    .wholesale__slider,
    .wholesale-slider {
        height: 400px !important;
    }
}
.wholesale-slider__wrapper {}
.wholesale-slider__slide {
}
.wholesale-slider__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.swiper-button-p {
    width: 20px;
    height: 20px;
}
.swiper-button-n {
   width: 20px;
    height: 20px; 
}
.wholesale__content {
    padding: 30px 0px;
    
}
.wholesale__title {
    font-size: 36px;
    margin-top: 15px;
    
}
.wholesale__subtitle {
    font-size: 28px;
    margin: 15px 0;
}
manifest-file
.wholesale__button, .hubspot-thank_you-button, .hubspot-thankyou-button-download {
    width: 250px;
    display: block;
    padding: 7px;
    font-size: 18px;
    background-color: #E33920;
    transition: 0.3s;
    border: 1px solid #E33920;
    color: #fff;
    text-align: center;
	border-radius: 5px;
	
}

@media(max-width: 1024px) {
    .wholesale__button:hover, .hubspot-thank_you-button:hover, .hubspot-thankyou-button-download:hover {
        color: #fff !important;
    }
}
@media(min-width: 1024px) {
    .wholesale__button:hover, .hubspot-thank_you-button:hover, .hubspot-thankyou-button-download:hover {
       background-color: transparent !important;
       color: #E33920 !important;
    }
}
.wholesale__text {
    margin-top: 15px;
    font-size: 24px;
}
/*.wholesale__top {*/
/*    display: flex;*/
/*    margin: 30px 0px;*/
/*}*/
/*.features-wholesale {*/
/*    width: 100%;*/
/*}*/
/*.features-wholesale__row {*/
/*    border: 1px solid #ddd;*/
/*    border-radius: 5px;*/
/*}*/
/*.features-wholesale__feature {*/
/*    padding: 15px;*/
/*    font-size: 18px;*/
/*    font-weight: normal;*/
/*    border-right: 1px solid #ddd;*/
/*    margin: 0;*/
/*    width: 50%;*/
/*}*/
@media(max-width: 769px) {
    .features-wholesale__feature {
        padding: 7px !important;
        font-size: 16px !important;
    }
}
/*zeeshan css */
li.woocommerce-MyAccount-navigation-link.is-active{
	color:#E33920;
}
li.woocommerce-MyAccount-navigation-link.is-active a{
	color:#E33920;
}
li.woocommerce-MyAccount-navigation-link a {
	color:#7f8386;
}
.woocommerce table.my_account_orders .button {
background:#E33920;
	color:#fff;
}
.woocommerce-MyAccount-content a {
	color:#E33920;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
	top:3px !important;
}
.woocommerce-EditAccountForm.edit-account input{
	border-radius:5px;
}
body .woocommerce-EditAccountForm p {
    margin-bottom: 0px!important;
}
.woocommerce-EditAccountForm .woocommerce-Button.button {
	background:#E33920;
	color:#fff;
	margin-top:20px;
}
.service_single_left p mark {
	color:#E33920 !important;
}
form.form.mob-form{
	display:none;
}
form.form.desktop-form {
    display: block;
}
	form.form.desktop-form {
    background: transparent;
}
@media screen and (max-width:767px){
	
	.video-section__buttons {
  
    bottom: 90px;
	}
	form.form.desktop-form {
    display: none;
}
	form.form.mob-form {
    padding: 0px;
    background: transparent;
    padding-bottom: 5px;
}
	form.form.mob-form{
	display:flex;
}
	form.form.mob-form {
	align-items: center;
		max-width:300px !important;
		
	}
}

/*age finder response style*/



.response-display h2 {
    margin-top: 0;
}

.response-display p {
    margin: 10px 0;
    line-height: 1.5;
}

.error-display, .response-display {
    margin-top: 20px;
    padding: 15px;
    background-color: #f0f0f0;
    border-radius: 5px;
    color: #d00; /* Error messages in red */
}

.response-display {
    margin-top: 20px;
    padding: 15px;
    background-color: #f0f0f0;
    border-radius: 5px;
	color: #000;
}

.select_modage-form__input {
    padding: 10px; 
    border: none;
    background: #eee;
    width: 100%;
    margin: 5px;
}

/*  mod age page styling*/

.modAge {
    font-family: 'Roboto', sans-serif;
/*     color: #0f1214; */
	color: #7f8386;
}

.modAge h1, .modAge h2, .modAge h3, .modAge h4, .modAge h5, .modAge h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
	color: #000;
}

.modAge h1 {
    font-size: 30px;
    color: #0f1214;
}

.modAge h2 {
    font-size: 26px;
    font-weight: 700;
}

.modAge h3 {
    font-size: 22px;
    font-weight: bold;
}

.modAge ul {
    list-style: none;
    padding-left: 0;
}

.modAge li {
    margin-bottom: 10px;
}

.modAge strong {
    font-weight: bold;
}

.modAge p {
    font-size: 18px;
    color: #7f8386;
    font-weight: 400;
    margin-bottom: 15px;
}

.modAge a {
    color: #0eb3d6;
    text-decoration: none;
}

.modAge section {
    margin-bottom: 20px;
}

.modAge .modAge {
    background-color: #eef3f9;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.modAge ol {
    counter-reset: item;
    padding-left: 0;
}

.modAge ol li {
    display: block;
    margin-bottom: 10px;
}

.modAge ol li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
    font-weight: bold;
}

.modAge ol li strong {
    font-weight: bold;
}

/* Custom styles for the article */
article.modAge {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

/* Styling the header of the article */
article.modAge > h1 {
    color: #E33920; /* Changing the color for the main title */
    margin-bottom: 30px;
    text-align: center;
}

/* Styling sections */
article.modAge > section {
    margin-bottom: 30px;
}

/* Styling subsections */
article.modAge h2 {
    border-bottom: 2px solid #0eb3d6; /* Adding a bottom border to h2 elements */
    padding-bottom: 10px;
    margin-bottom: 20px;
}

/* Styling lists inside the article */
article.modAge ul, article.modAge ol {
    margin-left: 20px;
}

/* Adding custom styles for links */
article.modAge a:hover {
    text-decoration: underline;
}

/* Styling for tips or notes */
.note {
    background-color: #fff3cd;
    border-left: 4px solid #ffeeba;
    padding: 10px;
    margin: 20px 0;
    font-style: italic;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    article.modAge {
        padding: 10px;
    }

    article.modAge > h1 {
        font-size: 24px;
    }

    article.modAge h2 {
        font-size: 20px;
    }
}
.agree-checkbox{
	font-size: 14px;
    font-weight: normal;
}
/* Contact Us section styles */
.contact-hours {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  margin-top: 10px;
}

.contact-hours div {
  display: flex;
  justify-content: space-between;
  max-width: 300px;
  margin-bottom: 4px;
}

.contact-hours dt {
  font-weight: bold;
  margin: 0;
}

.contact-hours dd {
  margin: 0;
}


