/* Reset Code */
body {
    padding: 0;
    margin: 0;
    background: #FFF;
    font-family: 'Poppins', sans-serif;
}
body button,
.btn,
body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.btn:hover,
body button:hover {
    opacity: .8;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

body a:hover {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

html {
    scroll-behavior: smooth;
}

.loadingmodal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../images/ajax-loader.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .loadingmodal {
    display: block;
}

.container.nobg{
    background:none ;
}
.container.no-l-r-pads{
    padding-left: 0;
    padding-right: 0;
}

.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

#content{margin-top: 0; margin-bottom: 10px;}

img.responsive{max-width: 100%; height: auto; margin: 0 auto;}
img.responsive-full-width{width: 100%; height: auto;}

.clearFix{clear:both;}
.justify-content-center {
  justify-content: center !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    color: #555;
}

/*h1,h2{color: #ff9900;}*/

p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.9;
    /*color: #51585f;*/
}

ul,
ol {
    margin: 0;
    padding: 0;
}

/* //Reset Code */

/* colors code */
.text-bl {
    color: #343a40;
}

.text-wh {
    color: #fff;
}

.text-li {
    color: #f8f9fa;
}

.text-da {
    color: #000;
}

.bg-li {
    background: #f8f9fa;
}

.bg-wh {
    background: #fff;
}

.let {
    letter-spacing: 1px;
}
.isicado-red{
    color: #e74a4d;
}
#feedBackTarget{font-weight: bold;}
/* //colors code */
label.error{color: #f00; font-weight: normal;margin-bottom: 0;}
#error-message{color: #f00;}
label span.normal{font-weight: normal;}
input.error,textarea.error,select.error{border:2px solid #f00;}
.selected-voucher-wrap{    
    background-color: #eee;
    padding: 8px;
}
.selected-voucher-wrap h2{
    background-color: #eee;
    padding: 10px;
    font-size: 1.5rem;
}
.selected-voucher-content{
    padding: 30px 10px;
    background-color: #fff;
}
.selected-voucher-content .price{
    font-size: 2.0rem;
    color: #e74a4d;
}
.payment-methods-wrap{ background-color: #eee; padding: 5px;}
.templates-wrap{width:100%; background-color: #eee; margin: 0 auto; text-align: center;}

.home-templates{background-color: #eee; width: auto; margin-top: 10px;padding: 0 5px;}

.checkout-form-wrap .templates-wrap{padding: 5px 0;}
.selected-voucher-wrap h2, .templates-wrap h2{color: inherit !important; text-align: center;}
.service-charge-wrap table td.bold-txt{font-weight: bold;}
.service-charge-wrap table td.table-name{padding: 0.75rem 0.5rem; text-align: left;}
.service-charge-wrap table td.table-value{padding: 0.75rem 0.5rem; text-align: right; white-space: nowrap }
.templates-wrap h2, .home-templates h2{    
    padding: 10px;
    font-size: 1.5rem;
}
.templates-wrap .btn-group{
    background-color: #eee;    
}
.templates-wrap .btn-group:hover{background-color: #ddd;}
.selected-voucher-wrap.more-temps h2{
    font-size: 1.2rem;
}
.selected-voucher-wrap.more-temps h3{
    font-size: 1.2rem;
}
.selected-voucher-wrap.more-temps p.price{
    font-size: 1.6rem;
    font-weight: bold;
}
.selected-voucher-wrap.more-temps .selected-voucher-content{
    padding: 30px 10px;
}
.templates-wrap h2{    
    padding: 10px;
    font-size: 1.5rem;
}
.payment-methods-wrap{padding: 8px;}
.payment-methods-wrap h2{font-size: 1.7rem; padding: 10px;}
.payment-methods-wrap h3{font-size: 1.5rem;}
.payment-methods-wrap .payment-method{background-color: #fff; padding: 10px;}
.copy-bottom{
/*    background: #e74a4d url("../images/waldkirch/footer_bg.png") no-repeat top left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/    
    background-color: #191815;
    color: #fff;
}
#footer ul{
   list-style-type: none; 
   float: right;
}
#footer ul li{display: inline; margin-right: 10px;}
#footer ul li a,#footer p.copyright a{color: #fff;}


/* header */
header {
    -webkit-box-shadow: 0.33333rem 0 1.33333rem rgba(87, 87, 87, .1);
    -moz-box-shadow: 0.33333rem 0 1.33333rem rgba(87, 87, 87, .1);
    box-shadow: 0.33333rem 0 1.33333rem rgba(87, 87, 87, .1);
    background: #fff;    
}
.img-full-width{
    width: 100%;
    height: auto;
}
.main-top {
    position: relative;
    z-index: 1;
}

/* navigation */
/* CSS Document */
.toggle-2,
.toggle,
[id^=drop] {
    display: none;
}

/* Giving a background-color to the nav container. */
nav {
    margin: 0;
    padding: 0;
}

#logo a {
    float: left;
    display: initial;
/*    font-size: 32px;
    color: #e74a4d;
    text-shadow: 2px 5px 3px rgba(0, 0, 0, 0.06);
    padding: 0;
    font-weight: 600;*/
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
    content: "";
    display: table;
    clear: both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

/* Positioning the navigation items inline */
nav ul li {
    margin: 0px;
    display: inline-block;
    float: left;
}

/* Styling the links */
nav a {
    color: #202428;
    font-size: 15px;
    letter-spacing: .5px;
    margin: 0 14px;
    font-weight: 400;
}

/* Background color change on Hover */

.menu li a.active,
nav a:hover,
nav ul ul li a:hover {
    /*color: #e74a4d;*/
    color: #e74a4d;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
    display: none;
    position: absolute;
    top: 25px;
    background: #000;
    padding: 10px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 9;
    /* has to be the same number as the "line-height" of "nav a" */
}

/* Display Dropdowns on Hover */
nav ul li:hover>ul {
    display: inherit;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
    width: 170px;
    float: none;
    display: list-item;
    position: relative;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

nav ul ul li a {
    color: #fff;
    display: block;
    font-size: 15px;
    margin: 0;
    margin: 10px;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
    position: relative;
    top: -60px;
    /* has to be the same number as the "width" of "nav ul ul li" */
    left: 170px;
}


/* Change ' +' in order to change the Dropdown symbol */
li>a:only-child:after {
    content: '';
}

.cropper-main-wrap{
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .cropper-main-wrap {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .cropper-main-wrap {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .cropper-main-wrap {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .cropper-main-wrap {
    max-width: 1140px;
  }
}


/* Media Queries
--------------------------------------------- */
@media all and (max-width : 991px) {
    #logo {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        float: none;
    }

    nav {
        margin: 0;
    }

    /* Hide the navigation menu by default */
    /* Also hide the  */
    .toggle+a,
    .menu {
        display: none;
    }

    /* Stylinf the toggle lable */
    .toggle {
        display: block;
        padding: 6px 12px;
        font-size: 14px;
        text-decoration: none;
        border: none;
        float: right;
        color: #000;
        font-weight: 500;
        letter-spacing: 1px;
        border: 1px solid #000;
        margin-bottom: 0;
        cursor: pointer;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
        -ms-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }

    .menu .toggle {
        float: none;
        text-align: center;
        margin: auto;
        max-width: 120px;
        padding: 5px;
        font-size: 14px;
        letter-spacing: .5px;
        color: #202428;
        font-weight: 400;
        border: none;
    }

    /* Display Dropdown when clicked on Parent Lable */
    [id^=drop]:checked+ul {
        display: block;
        background: #fff;
        padding: 15px 0;
        text-align: center;
        width: 100%;
    }

    /* Change menu item's width to 100% */
    nav ul li {
        display: block;
        width: 100%;
        padding: 5px 0;
    }

    nav a:hover,
    nav ul ul ul a {
        background-color: transparent;
    }

    /* Hide Dropdowns by Default */
    nav ul ul {
        float: none;
        position: static;
        color: #fff;
        /* has to be the same number as the "line-height" of "nav a" */
    }

    /* Hide menus on hover */
    nav ul ul li:hover>ul,
    nav ul li:hover>ul {
        display: none;
    }

    /* Fisrt Tier Dropdown */
    nav ul ul li {
        display: block;
        width: 100%;
        padding: 0;
    }

    nav ul ul ul li {
        position: static;
        /* has to be the same number as the "width" of "nav ul ul li" */
    }

    nav ul ul li a {
        color: #000;
        font-size: 15px;
        padding: 0;
    }
}

/* search */
.search-w3layouts input[type="search"] {
    outline: none;
    padding: 12px 15px;
    color: #000;
    font-size: 13px;
    border: none;
    letter-spacing: 1px;
    background: #f7f7f7;
}

.search-w3layouts button {
    /*background: #e74a4d;*/
    background: #e74a4d;
    color: #fff;
    border: none;
    font-size: 14px;
    padding: 10px 15px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0;
}

/* //search */
/* dwn button */
.dwn-w3ls {
    /*background: #e74a4d;*/
    background: #e74a4d;
    width: 42px;
    height: 42px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
}

.dwn-w3ls span {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}

/* //dwn button */
/* //header */

/* button style */
.button-style,.dark-button {
    padding: 14px 26px;
    border: none;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*background-color: #e74a4d;*/
    background-color: #e74a4d;
}

.button-style:hover, a.dark-button:hover{
    color: #fff !important;
}
.dark-button{
    /*background-color: #9a101b;*/
    background-color: #dc1118;
}

/* //button style */

h3.title,
h2.title {
    font-weight: 600;
    font-size: 40px;
    letter-spacing: 1px;
}

/* //footer */

/* copyright bottom */
/* copyright */
.copy_right p a {
    color: #000;
    font-weight: 600;
    letter-spacing: 2px;
}

/* //copyright */
/* //copyright bottom */

/* breadcrumb */
.breadcrumb {
    background-color: transparent;
    padding: 10px 0;    
    margin-bottom: 0;
}

li.breadcrumb-item a,
li.breadcrumb-item {
    color: #000;
    letter-spacing: 1px;
    font-size: 14px;

}

/* //breadcrumb */

/* pricing page */
h3.sec-hedadc {
    color: #1dd1a1;
}
.price-sec{}
.how-it-wroks,#voucher_list{padding-top: 25px;}
.prices {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    position: relative;
    border: 1px solid #ddd;
    background-color: #fff;
}
.how-it-wroks .prices{
    background-color: #fff;
}
#voucher_list{padding-bottom: 15px;}
#variable_voucher_form div.p-4{
    padding: 1.2rem 1.5rem 1.5rem 1.5rem !important
}
.price-info:hover .prices,
.prices.active {
    -webkit-box-shadow: 1px 2px 16px 2px #d8d8d8;
    -moz-box-shadow: 1px 2px 16px 2px #d8d8d8;
    box-shadow: 1px 2px 16px 2px #d8d8d8;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.prices-top {
    position: absolute;
    top: -18%;
    left: 34%;
}

.prices-top h3 {
    font-size: 30px;
    text-shadow: 0 2px 12px rgba(12, 12, 12, 0.28);
    background: #e74a4d;
    /*background: #e74a4d;*/
    width: 90px;
    height: 90px;
    line-height: 2.9;
    -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.23);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.price-info:hover .prices-top h3 {
    box-shadow: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.prices-bottom ul li {
    font-size: 16px;
    color: #656161;
    list-style: none;
    margin: 12px 0;
}

.prices-bottom h4 {
    font-size: 26px;
/*    color: #000;*/
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.29);
    letter-spacing: 1px;
    font-weight: 700;
}
.how-it-wroks .prices-bottom h4{
    font-size: 22px;
}

p.checkout-button-wrap{margin: 15px 0 10px 0;}
p.checkout-button-wrap input.paypal-button{
    background: #e74a4d url('../images/checkout_button2.png') no-repeat right;
    /*background: #e74a4d url('../images/checkout_button2.png') no-repeat right;*/
    width: 185px;
    height: 40px;
    padding: 0px 100px 0px 10px;
    text-align: left;
    border: 1px solid #e74a4d;
    /*border: 1px solid #e74a4d;*/
    color:#fff;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
}
p.checkout-button-wrap input:hover{border: 2px solid #e74a4d; color: #fff;}
#paypal-button-container{
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
}
.paypal-button-container{
    margin: 0 auto !important;
}

@media only screen and (min-width: 1024px){
    #paypal-button-container {  
        width: 750px;
        margin: 0 auto !important;
    }    
}

@media(min-width: 1200px) {
    .prices-bottom.first{
        min-height: 220px;
    }
}

/* Validate Voucher*/
.confirm-voucher{margin-bottom: 10px; padding: 15px 0;}
form.confirm-voucher-form label{font-size: 1.4rem;}
form.confirm-voucher-form input[type="text"] {
    font-size: 16px;
    background: #ddd;
    border: none;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    letter-spacing: 1px;
    color: #000;
    -webkit-box-shadow: 0px 11px 42px 1px rgba(58, 52, 82, 0.1);
    -moz-box-shadow: 0px 11px 42px 1px rgba(58, 52, 82, 0.1);
    box-shadow: 0px 11px 42px 1px rgba(58, 52, 82, 0.1);    
    padding: 14px 20px;
    margin-bottom: 20px;
}
form.confirm-voucher-form input[type="submit"] {
    background: #33cc99;
    letter-spacing: 1px;
    color: #fff;
    padding: 14px 20px;
    font-size: 16px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: 0px 11px 42px 1px rgba(58, 52, 82, 0.1);
    -moz-box-shadow: 0px 11px 42px 1px rgba(58, 52, 82, 0.1);
    box-shadow: 0px 11px 42px 1px rgba(58, 52, 82, 0.1);
}

label.btn.template-label{
    white-space: initial;    
}
p.template-name{line-height: 1.5}

/* contact page */
/*form.contact-wthree-do label {
    letter-spacing: .5px;
    font-size: 15px;
}

.contact-wthree-do textarea {
    height: 180px;
    resize: none;
}

.contact-wthree-do .form-control {
    background: #f8f9fa;
    padding: 12px 10px;
    border: 1px solid #dedede;
    border-left: 3px solid #e74a4d;
    border-left: 3px solid #e74a4d;
    letter-spacing: 1px;
    font-size: 15px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    color: #000;
}*/

/*AGB*/
#agbs{    
}
#agbs h1{
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 1.6rem;
    font-weight: bold;
}
#agbs h2, #agbs h3{
   font-size: 1.2rem;
   font-weight: bold;
   margin-top: 10px;
   margin-bottom: 5px;
}
#agbs h3{font-size: 1.1rem;}
#agbs p{font-size: 0.7rem;}

.members .container{
   max-width: 100% !important; 
}
.members th.logo-width{
    width: 10%;
}
.members th.company{
    width: 30%;
}
.members th.address{
    width: 40%;
}
.members th.openhours{
    width: 20%;
}

/*action product*/
.action-product-wrap{
    background-color: #fefefe;
    padding: 10px;
}
.action-product-wrap .price{
    font-weight: bold;
    font-size: 1.3rem;
}
/* faq page */
/* accordions */
.accordion {    
    margin: 0 auto;
    list-style: none outside;
}

.accordion>*+* {
    border-top: 1px solid white;
}

.accordion-item-hd {
    display: block;
    cursor: pointer;
    background-color: #f3f3f3;
    color: #000;
    padding: 20px;
    letter-spacing: 1px;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

li.accordion-item {
    margin-bottom: 1.5em;
}

.accordion-item-input:checked~.accordion-item-bd {
    max-height: 1000px;
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
    padding: 2em;
}

.accordion-item-input:checked~.accordion-item-hd>.accordion-item-hd-cta {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.accordion-item-hd-cta {
    display: block;
    width: 30px;
    position: absolute;
    top: calc(50% - 6px);
    /*minus half font-size*/
    right: 0;
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    text-align: center;
    font-size: 12px;
    line-height: 1;
}

.accordion-item-bd {
    max-height: 0;
    margin-bottom: 0;
    overflow: hidden;
}

.accordion-item-input {
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    left: -9999px;
}

h6.accordion-textm {
    color: #d0113a;
    font-size: 18px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

/* //accordions */
/* //faq page */


/* //contact page */

/* responsive */
@media(max-width: 1366px) {
    h3.w3ls_pvt-title {
        font-size: 3.5rem;
    }
}

@media(max-width: 1280px) {

    h3.tittle,
    h2.tittle {
        font-size: 38px;
    }
}

@media(max-width: 1080px) {
/*    #services .col-6{
        padding-left: 5px;
        padding-right: 5px;
    }*/
    .about-in .card {
        padding: 0.5em 1em;
    }
    .templates-wrap .btn-group,.home-templates .btn-group{        
        padding: 0;
    }
    .about-grid-main h4,
    .about-in h5.card-title {
        font-size: 18px;
    }

    .about-grid-main {
        padding: 3em 2em;
    }

    #logo a {
        font-size: 30px;
    }

    nav a {
        font-size: 14px;
        margin: 0 8px;
    }

    .price-info {
        padding: 0 .5em;
    }

    .prices-top {
        left: 32%;
    }    
}

@media(max-width: 1024px) {
    
    .contact-wthree-do .form-control {
        font-size: 14px;
    }
}

@media(max-width: 991px) {

    h3.tittle,
    h2.tittle {
        font-size: 36px;
    }

    p.sub-tittle {
        font-size: 15px;
    }

    .about-in .card,
    .about-grid-main {
        max-width: 500px;
        margin: 0 auto;
    }
/*    #services .col-6{
        padding-left: 5px;
        padding-right: 5px;
    }*/
    
    h1, .h1 {
       font-size: 1.8rem;
    }
    h2{
        font-size: 1.6rem;
    }
    h3{
        font-size: 1.5rem;
    }
    h4,h5{
        font-size: 1.4rem;
    }

    .about-grid-main {
        padding: 3em;
    }

    #logo a {
        font-size: 26px;
    }

    .services-icon {
        padding: 0 .5em;
    }

    .services-grid {
        padding: 0;
    }

    .services-icon span {
        font-size: 30px;
        margin-top: 1.5em;
    }

    .price-info {
        padding: 0 1em;
    }

    .prices-top {
        left: 38%;
    }

    .price-info.price-mkres {
        margin-top: 6em;
    }
}
@media(min-width: 992px){
    .how-it-wroks .prices{
        min-height: 300px;
    }
}

@media(max-width: 768px) {
  .no-gutter>[class^="col-"]{
    padding-left: 0;
    padding-right: 0;
  }
  .reduced-gutter>[class^="col-"]{
    padding-left: 3px;
    padding-right: 3px;
  }
  .container.home-templates-container{
     padding-left: 3px;
     padding-right: 3px;
  }
    #services .card-body{
       padding: 0;
    }
    .templates-wrap .btn-group,.home-templates .btn-group{        
        padding: 0;
    }
    h1, .h1 {
       font-size: 1.8rem;
    }
    h2{
        font-size: 1.6rem;
    }
    h3{
        font-size: 1.5rem;
    }
    h4,h5{
        font-size: 1.4rem;
    }
    h3.tittle,
    h2.tittle {
        font-size: 34px;
    }
    #footer ul{   
        float: none;
        text-align: center;
    }
    p.copyright{margin-top: 10px;}
    .contact div.user-info-wrap{padding: 10px 15px !important;}
    
    .members th.logo-width,.members td.logo-width{
        width: 20%;
    }
    .members th.company,.members td.company{
        width: 25%;
    }
    .members th.address, .members td.address{
        width: 35%;
    }
    .members th.openhours,.members td.openhours{
        width: 20%;
    }
    .members table td{
        padding-left:5px;
        padding-right: 5px;
    }
    .members table td.image-pads{
        padding-left:2px;
        padding-right: 2px;
    }
}

@media(max-width: 736px) {

    #services .card-body{
       padding: 0;
    }
    h1, .h1 {
       font-size: 1.8rem;
    }
    h2{
        font-size: 1.6rem;
    }
    h3{
        font-size: 1.5rem;
    }
    h4,h5{
        font-size: 1.4rem;
    }
    .templates-wrap .btn-group, .home-templates .btn-group{        
        padding: 0;
    }
    h3.title-w3 {
        font-size: 30px;
    }

    p.title-sub-2 {
        font-size: 17px;
    }

    .about-right-faq h6 {
        font-size: 14px;
    }

    .about-right-faq h3 {
        font-size: 32px;
    }

    ul.w3l-right-book li {
        font-size: 15px;
    }

    .button-style {
        padding: 13px 24px;
        font-size: 13px;
    }

    .services-icon,
    .services-grid {
        padding: 0 1em;
    }

    .services-icon span {
        font-size: 34px;
        margin-top: .8em;
    }

    h4.text-team-w3 {
        font-size: 18px;
    }

    .prices-top {
        left: 32%;
    }

    .prices-bottom h4 {
        font-size: 24px;
    }
    
    .how-it-wroks .prices-bottom h4 {
        font-size: 20px;
    }

    .prices-bottom ul li {
        font-size: 15px;
    }
    
    .container.home-templates-container{
        padding-left: 3px;
        padding-right: 3px;
    }
    .no-gutter>[class^="col-"]{
        padding-left: 0;
        padding-right: 0;
      }
   .reduced-gutter>[class^="col-"]{
        padding-left: 3px;
        padding-right: 3px;
    }
}

@media(max-width: 640px) {

    #services .card-body{
       padding: 0;
    }
    .templates-wrap .btn-group, .home-templates .btn-group{        
        padding: 0;
    }
    
    h1, .h1 {
       font-size: 1.8rem;
    }
    h2{
        font-size: 1.6rem;
    }
    h3{
        font-size: 1.5rem;
    }
    h4,h5{
        font-size: 1.4rem;
    }

    h3.tittle,
    h2.tittle {
        font-size: 30px;
    }

    p.sub-tittle {
        font-size: 14px;
    }

    form.subscribe-wthree input[type="search"] {
        font-size: 14px;
    }

    form.subscribe-wthree button {
        font-size: 15px;
    }
    
    .container.home-templates-container{
        padding-left: 3px;
        padding-right: 3px;
     }
     .no-gutter>[class^="col-"]{
        padding-left: 0;
        padding-right: 0;
      }
   .reduced-gutter>[class^="col-"]{
        padding-left: 3px;
        padding-right: 3px;
    }
}

@media(max-width: 568px) {

    .ab-content-inner,
    .price-info {
        max-width: 400px;
        margin: 0 auto;
    }

    .price-info:nth-child(2) {
        margin-top: 6em;
    }

    .prices-top {
        left: 39%;
    }

    .w3l-map iframe {
        min-height: 300px;
    }
    .container.home-templates-container{
        padding-left: 3px;
        padding-right: 3px;
     }
     .templates-wrap .btn-group, .home-templates .btn-group{        
        padding: 0;
    }
    .no-gutter>[class^="col-"]{
        padding-left: 0;
        padding-right: 0;
      }
   .reduced-gutter>[class^="col-"]{
        padding-left: 3px;
        padding-right: 3px;
    }
}

@media(max-width: 480px) {
    h3.title-w3 {
        font-size: 26px;
    }

    p.title-sub-2 {
        font-size: 16px;
    }

    .about-grid-main {
        padding: 3em 2em;
    }

    h3.w3ls_pvt-title {
        font-size: 2.3rem;
    }

    img.shape-w3-one {
        right: 6%;
    }

    .accordion-item-hd {
        font-size: 13px;
    }
    .container.home-templates-container{
        padding-left: 3px;
        padding-right: 3px;
     }
     .templates-wrap .btn-group, .home-templates .btn-group{        
        padding: 0;
    }
    .no-gutter>[class^="col-"]{
        padding-left: 0;
        padding-right: 0;
      }
   .reduced-gutter>[class^="col-"]{
        padding-left: 3px;
        padding-right: 3px;
    }
}

@media(max-width: 440px) {
    p.sub-tittle {
        font-size: 13px;
    }

    h3.tittle,
    h2.tittle {
        font-size: 28px;
    }

    p {
        font-size: 13px;
    }

    nav a {
        font-size: 13px;
    }

    .search-w3layouts input[type="search"] {
        font-size: 12px;
    }

    .search-w3layouts button {
        font-size: 13px;
    }
    .container.home-templates-container{
        padding-left: 3px;
        padding-right: 3px;
     }
     .templates-wrap .btn-group, .home-templates .btn-group{        
        padding: 0;
    }
    .no-gutter>[class^="col-"]{
        padding-left: 0;
        padding-right: 0;
      }
   .reduced-gutter>[class^="col-"]{
        padding-left: 3px;
        padding-right: 3px;
    }
}

@media(max-width: 414px) {
    .parts-w3ls span {
        font-size: 2em;
    }

    .parts-w3ls h4 {
        font-size: 12px;
        letter-spacing: 1px;
    }

    .about-right-faq h3 {
        font-size: 30px;
    }

    .about-grid-main {
        padding: 2em 1.5em;
    }
    .container.home-templates-container{
        padding-left: 3px;
        padding-right: 3px;
     }
     .templates-wrap .btn-group, .home-templates .btn-group{        
        padding: 0;
    }
    .no-gutter>[class^="col-"]{
        padding-left: 0;
        padding-right: 0;
      }
   .reduced-gutter>[class^="col-"]{
        padding-left: 3px;
        padding-right: 3px;
    }
}

@media(max-width: 384px) {
    .prices-top {
        left: 37%;
    }

    .w3l-map iframe {
        min-height: 280px;
    }
    .no-gutter>[class^="col-"]{
        padding-left: 0;
        padding-right: 0;
      }
   .reduced-gutter>[class^="col-"]{
        padding-left: 3px;
        padding-right: 3px;
    }
    
    .container.home-templates-container{
        padding-left: 3px;
        padding-right: 3px;
     }
     .templates-wrap .btn-group, .home-templates .btn-group{        
        padding: 0;
    }
}

@media(max-width: 375px) {
    form.subscribe-wthree button {
        font-size: 14px;
        padding: 13px 15px;
    }

    form.subscribe-wthree input[type="search"] {
        font-size: 13px;
        padding: 13px 11px;
    }

    .about-right-faq h3 {
        font-size: 28px;
    }

    .about-right-faq h6 {
        font-size: 13px;
    }

    h3.w3ls_pvt-title {
        font-size: 2.1rem;
    }

    p.text-sty-banner {
        font-size: 13px;
    }

    .search-w3layouts input[type="search"] {
        padding: 10px 15px;
    }

    .dwn-w3ls {
        width: 40px;
        height: 40px;
    }

    .dwn-w3ls span {
        font-size: 15px;
        line-height: 26px;
    }

    h6.accordion-textm {
        font-size: 16px;
    }

    .contact-wthree-do .form-control {
        font-size: 13px;
    }

    button.btn-cont-w3 {
        font-size: 15px;
    }
    .container.home-templates-container{
        padding-left: 3px;
        padding-right: 3px;
     }
     .templates-wrap .btn-group, .home-templates .btn-group{        
        padding: 0;
    }
    .no-gutter>[class^="col-"]{
        padding-left: 0;
        padding-right: 0;
      }
   .reduced-gutter>[class^="col-"]{
        padding-left: 3px;
        padding-right: 3px;
    }
}

@media(max-width: 320px) {
    h3.title-w3 {
        font-size: 24px;
    }

    p.title-sub-2 {
        font-size: 14px;
    }

    .count-w3ls h4 {
        font-size: 28px;
    }

    .about-right-faq h3 {
        font-size: 26px;
    }

    ul.w3l-right-book li {
        font-size: 14px;
    }

    .button-style {
        padding: 13px 20px;
        font-size: 12px;
    }

    .prices-top {
        left: 35%;
    }
    .container.home-templates-container{
        padding-left: 3px;
        padding-right: 3px;
     }
     .templates-wrap .btn-group, .home-templates .btn-group{        
        padding: 0;
    }
    
    .no-gutter>[class^="col-"]{
        padding-left: 0;
        padding-right: 0;
      }
   .reduced-gutter>[class^="col-"]{
        padding-left: 3px;
        padding-right: 3px;
    }
}

/* //responsive */