.w_h_top {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.toorder_select .select_cat .cat_item {
    display: table;
    width: 100%;
    clear: both;
    background: #646464;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-left: 6px;
    padding-right: 5px;
}
.select_cat .cat_item.active_cat, .select_cat .cat_item:hover {
    background: #ec2227 !important;
}
.toorder_select .select_cat .cat_item span {
    display: inline-block;
}
.w_h_bottom a {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}
.working_hours{
    margin-left: 40px;
    display: none;
}
.w_h_bottom a:hover{
    color: #ec2227;
}
#navbarNavDropdown ul li a{
    color: #fff;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    padding: 0;
    text-transform: uppercase;
    line-height: 150%;
}
#navbarNavDropdown ul li{
    margin-right: 40px;
}
#navbarNavDropdown ul li:last-child{
    margin-right: 0;
}
#navbarNavDropdown ul li a:hover{
    color: #EC2227;
}
#navbarNavDropdown ul li a:active{
    color: #EC2227;
}

.select_cat span.size {
    font-size: 13px;
}


.slider_block{
    min-height: 1080px;
    display: flex;
    align-items: center;
    position: relative;
    background-size: cover;
    background-position: center;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 8px;
    vertical-align: 1px;
    content: "";
    border-top: 10px solid #EC2227;
    border-right: 5px solid #0000;
    border-bottom: 0;
    border-left: 5px solid #0000;
    transition: transform 0.3s ease-in-out;/* vendorless fallback */
    -o-transition: transform 0.3s ease-in-out; /* opera */
    -ms-transition: transform 0.3s ease-in-out; /* IE 10 */
    -moz-transition: transform 0.3s ease-in-out; /* Firefox */
    -webkit-transition: transform 0.3s ease-in-out; /*safari and chrome */
}
#navbarNavDropdown ul li.show .dropdown-toggle::after{
    transform: rotate(180deg);
}
.navbar-nav .dropdown-menu {
    background: transparent;
    border: none;
    border-radius: 0;
    padding-left: 5px;
}
.navbar-nav .dropdown-menu a:hover{
    background: transparent !important;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus{
    background: transparent !important;
}
.navbar-nav .dropdown-menu li{
    margin-right: 0 !important;
}
.slider_heading {
    font-weight: bold;
    color: #fff;
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 35px;
}
.slider_text {
    color: #fff;
    font-weight: 300;
    font-size: 42px;
    line-height: 110%;
    margin-bottom: 150px;
}
.banner_form_box {
    display: block;
    width: 100%;
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    min-height: 515px;
    position: relative;
    max-width: 500px;
    margin-left: auto;
}
.icons-group {
    display: flex;
    flex-direction: column;
}
.icons-group img {
    height: 100px;
}
.slider_block .row{
    align-items: center;
}
.banner-button {
    margin-bottom: 16px;
}



.tymStorageSteps .steps {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    width: 90%;
    gap: 5%;
    margin: 0px auto;
}
.tymStorageSteps .steps .step-info {
    display: flex;
    flex-direction: column;
}
.tymStorageSteps .steps .step-info svg {
    width: 48px;
    height: 48px;
    display: table;
    margin: 0 auto;
}
.tymStorageSteps .steps .step-info .step-num {
    color: #5a595a;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
    margin-top: 16px;
}
.tymStorageSteps .steps .step-info .step-desc {
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 29.2px;
    letter-spacing: 1px;color:#fff;
}

.tymStorageSteps .steps .step-info.active .step-desc {
    color: #000;
}


.banner-button a {
    font-weight: 800;
    font-size: 28px;
    line-height: 130%;
    color: #FFFFFF;
    text-transform: uppercase;
    height: 68px;
    border-radius: 0px 4px 4px 0px;
    margin-bottom: 16px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 16px 24px;
    position: relative;
    left: 0;
    width: 100%;
    z-index: 1;
}
.banner-button a::after{
    content: '';
    width: 100%;
    height: 68px;
    display: inline-block;
    position: absolute;
    padding-left: 3000px;
    right: 0;
    background: rgba(218, 218, 218, 0.6);
    border-radius: 0px 4px 4px 0px;
    float: left;
    z-index: -1;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out; /* vendorless fallback */
    -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out; /* opera */
    -ms-transition: background 0.3s ease-in-out, color 0.3s ease-in-out; /* IE 10 */
    -moz-transition: background 0.3s ease-in-out, color 0.3s ease-in-out; /* Firefox */
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out; /*safari and chrome */
}
.slider_text_block {
    padding-right: 150px;
}
.banner-button a:hover::after{
    background: #EC2227;
}
.homepage-form-block {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 40px;
}
.form-headlines {
    margin-bottom: 16px;
}
.form-h {
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    color: #060202;
}
.form-selection-h {
    margin-bottom: 16px;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    color: #060202;
}
.form-headlines input[type="text"], .form-headlines input[type="number"] {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #9E9E9E;
    border: 1px solid #9E9E9E;
    border-radius: 4px;
    padding: 7px 8px;
    width: 100%;
}
.form-headlines textarea {
    border: 1px solid #9E9E9E;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 40px;
}
.homepage-selection-icon img {
    height: 112px;
    margin: 0 auto;
}
.homepage-form-block-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;

}
.banner-form-button-red {
    text-align: right;
}
.homepage-selection-icon .icon-container{
    text-align: center;
}
.icon-container.step1_pasirinktas div,
.icon-container.step2_pasirinktas div{
    color: #EC2227;
}
.error_line span{
    color: #EC2227;
}
.error_line {
    min-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.banner-form-button-red a {
    background: #EC2227;
    border-radius: 4px;
    align-items: center;
    padding: 8px 24px;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inline-block;
}
.homepage-form-block-buttons.single_btn {
    justify-content: end;
}
.banner-form-button-gray a {
    background: #F2F2F2;
    border-radius: 4px;
    align-items: center;
    padding: 8px 24px;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #060202;
    display: inline-block;
}
.homepage-form-block input.klaida_forma{
    border: 1px solid #CF0005;
}
.quote_form .q_t {
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    color: #060202;
    margin-bottom: 15px;
}
.quote_form input[type="text"] {
    background: #FFFFFF;
    border: 1px solid #9E9E9E;
    border-radius: 4px;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #9E9E9E;
    padding: 7px 15px;
    width: 100%;
    outline: none;
}
.quote_form input[type="number"] {
    border-radius: 23px;
    border: 1px solid #fff;
    background: #0000;
    font-size: 19px;
    color: #fff;
    padding: 7px 15px;
    width: 100%;
    outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.quote_form .q_left {
    display: inline-block;
    width: 50%;
    float: left;
    padding-right: 30px;
}
.quote_form .q_right {
    display: inline-block;
    width: 50%;
    float: left;
    padding-left: 30px;

}
.quote_form .quote_line {
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 25px;
}
.quote_form .quote_line:last-child {
    margin-bottom: 0;
}

.quote_form input[type="text"]::-webkit-input-placeholder,
.quote_form input[type="number"]::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
    color: #fff;
}
.quote_form input[type="text"]::-moz-placeholder,
.quote_form input[type="number"]::-moz-placeholder{ /* Firefox 19+ */
    color: #fff;
}
.quote_form input[type="text"]:-ms-input-placeholder,
.quote_form input[type="number"]:-ms-input-placeholder{ /* IE 10+ */
    color: #fff;
}
.quote_form input[type="text"]:-moz-placeholder,
.quote_form input[type="number"]:-moz-placeholder{ /* Firefox 18- */
    color: #fff;
}
.quote_form .form_cta a {
    border-radius: 33px;
    background: linear-gradient(to right, #ec2227 0%, #761114 100%);
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    padding: 18px 26px;
    display: inline-block;
    line-height: 30px;
    width: 100%;
    text-align: center;
}
.quote_form .form_cta a:hover{
    background: linear-gradient(to right, #ec2227 0%, #ec2227 100%);
}
.quote_form .q_expl {
    font-size: 14px;
    color: #fff;
    line-height: 16px;
}
.quote_form select {
    border-radius: 23px;
    border: 1px solid #fff;
    background: #0000;
    font-size: 19px;
    color: #fff;
    padding: 9px 15px;
    width: 100%;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    outline: none;
    background-image: url(images/select-dropdown.svg);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 18px);
    background-position-y: 18px;
}
.quote_form select option{
    color: #000;
}
.quote_form .custom_radio div span {
    width: 22px;
    height: 22px;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 50%;
    margin-right: 15px;
    position: relative;
}
.quote_form .custom_radio div {
    color: #fff;
    font-size: 19px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.quote_form .custom_radio div:hover{
    cursor: pointer;
}
.quote_form .custom_radio div:last-child{
    margin-bottom: 0;
}
.quote_form .custom_radio{
    margin-top: 25px;
}
.quote_form select:hover{
    cursor: pointer;
}
.quote_form .custom_radio .active_radio span:after{
    content: "";
    width: 9px;
    height: 9px;
    background: #EC2227;
    position: absolute;
    right: 5px;
    border-radius: 50%;
    top: 6px;
}
.custom_select div {
    font-size: 19px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 23px;
    text-align: center;
    max-width: 120px;
    padding: 7px 10px;
    display: inline-block;
    float: left;
    min-width: 85px;
    margin-right: 10px;
}
.custom_select .active_select {
    background: #fff;
    color: #f00;
    font-weight: bold;
}
.custom_select div:hover{
    background: #fff;
    color: #f00;
    cursor:pointer;
}
.quote_in_slider {
    border-bottom: 4px solid #EC2227;
    text-align: center;
    margin-bottom: 24px;
}
.quote_in_slider div:nth-child(1){
    font-weight: 800;
    font-size: 28px;
    line-height: 130%;
    color: #EC2227;
}
.quote_in_slider div:nth-child(2){
    font-weight: 800;
    font-size: 24px;
    line-height: 150%;
    color: #060202;
    margin-bottom: 8px;
}
.quote_in_slider{
    /* position: absolute;
    right: -275px;
    line-height: 105px;
    transform: rotate(-90deg);
    top: 210px; */
}
.preperation_block .prep_inner {
    text-align: center;
    padding: 65px 70px 65px 70px;

}
.quote_homepage .custom_select, .quote_homemove .custom_select{
    margin-bottom: 15px;
}
.preperation_block .prep_inner .hover_img{
    display: none;
}
.preperation_block .prep_inner:hover .prep_h{
    color: #EC2227;
}
.preperation_block .prep_inner:hover .hover_img{
    display: block !important;
}
.preperation_block .prep_inner:hover img{
    display: none;
}
.custom_select{
    display: inline-block;
    width: 100%;
    float: left;
}
.preperation_block .prep_h {
    font-size: 70px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 35px;
    transition: color 0.3s ease-in-out;/* vendorless fallback */
    -o-transition: color 0.3s ease-in-out; /* opera */
    -ms-transition: color 0.3s ease-in-out; /* IE 10 */
    -moz-transition: color 0.3s ease-in-out; /* Firefox */
    -webkit-transition: color 0.3s ease-in-out; /*safari and chrome */
}
.preperation_block .prep_t {
    color: #333;
    font-size: 19px;
    line-height: 30px;
    text-align: left;
}
.preperation_block .prep_img {
    height: 120px;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.preperation_block {
    padding: 40px 0 30px 0;
    background-color: #F2F2F2;
}
.affordable_block{
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.affordable_block > div {
    display: inline-block;
    float: left;
}
.affordable_block > div:nth-child(1){
    font-size: 42px;
    line-height: 110%;
    font-weight: bold;
    color: #060202;
    width: 49%;
}
.affordable_block > div:nth-child(2){
    width: 40%;
}
.affordable_block > div:nth-child(3){
    width: 20%;
    text-align: center;
}
.affordable_block > div:nth-child(3) a{
    border-radius: 2px;
    background: #EC2227;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 7px 24px;
    display: inline-block;
    line-height: 30px;
    max-width: 229px;
    text-align: center;
    width: 229px;
    margin-top: 24px;
}
.affordable_block .request-btn{
    margin-top: 24px;
}
.request-btn a {
    border-radius: 2px;
    background: #EC2227;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 7px 24px;
    display: inline-block;
    line-height: 30px;
    max-width: 314px;
    text-align: center;
    width: 100%;
    float: left;
}
.request-btn {
    display: inline-block;
}
.request-btn a:hover {
    background: #CF0005;
}
.affordable_block > div:nth-child(3) a:hover{
    background: #CF0005;
}
.img_blocks_inner > div {
    display: inline-block;
    float: left;
    width: 33.3333%;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
}
.img_blocks_inner div img{
    display: block;
    margin: 0 auto;
}
.img_blocks_inner .aff_img {
    height: 80px;
    margin-bottom: 15px;
}

.constultation-boxes {
    display: flex;
    justify-content: space-around;
    padding: 150px 0;
}

.consultation_block {
    background-image: url(/wp-content/uploads/2023/06/Rectangle-1485.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.consult-background {
    border-radius: 4px 0px 0px 4px;
    padding: 37px 40px;
    position: relative;
    z-index: 1;
}
.consult-background::after{
    content: "";
    background: rgba(6, 2, 2, 0.4);
    border-radius: 4px 0px 0px 4px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    padding-right: 2000px;
}
.constult-box-title {
    font-weight: 800;
    font-size: 64px;
    line-height: 110%;
    color: #FFFFFF;
    text-transform: uppercase;
}
.constult-box-subtitle {
    font-weight: 800;
    font-size: 42px;
    line-height: 110%;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.consult-box-text {
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 50px;
}
.constultation-banner-boxes {
    display: flex;
    margin: 0;
}
.box {
    padding: 24px;
}
.box-heading {
    font-weight: 800;
    font-size: 28px;
    line-height: 130%;
    color: #FFFFFF;
}
.box-heading-black {
    font-weight: 800;
    font-size: 28px;
    line-height: 130%;
    color: #060202;
}
.box-line-black {
    border: 3px solid #060202;
    width: 120px;
    margin: 16px 0;
}
.box-line {
    border: 3px solid #FFFFFF;
    width: 120px;
    margin: 16px 0;
}
.bbox-text-black {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #060202;
    margin-bottom: 40px;
}
.box-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
}
.iconListBox {
    text-transform: capitalize;
    margin-bottom: 5px;
}
.iconListBox:last-child{
    margin-bottom: 0;
}
.box-text img {
    height: 16px;
}
.iconListBox img {
    margin-right: 10px;
    position: relative;
    top: -3px;
}
.box-text-black {
    font-size: 18px;
    font-weight: 500;
}

.block-title {
    font-weight: 800;
    font-size: 64px;
    line-height: 110%;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 80px;
}

.service-block {
    padding: 0 25px;
}
.service-headlines {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
div#services {
    padding-top: 160px;
    padding-bottom: 160px;
    background-image: url(/wp-content/uploads/2023/06/4b0264ba8ac578c96af6de432b80102d.png);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
}
.s-number {
    background: #EC2227;
    border-radius: 4px;
    align-items: center;
    padding: 8px;
    flex-grow: 0;
    font-weight: 800;
    font-size: 42px;
    line-height: 110%;
    color: #FAFAFA;
    margin-right: 24px;
    width: 68px;
    display: flex;
    justify-content: center;
}
.s-headline {
    font-weight: 800;
    font-size: 28px;
    line-height: 130%;
    text-transform: uppercase;
}
.service-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 56px;
}



.block3{
    background-image: url(../images/3blocksbg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:150px 0px;
}
.block3 .block_h {
    color: #EC2227;
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 30px;
    line-height: 40px;
}
.block3 .block_t {
    font-size: 19px;
    line-height: 30px;
    color: #fff;
}
.block3 .block_inner{
    padding: 0 35px;
}
.footer{
    background: #141414;
    border-top: 3px solid #EC2227;
    padding: 60px 0;
    position: relative;
}
.footer_logo img{
    height: 70px;
}
.footer_box{
}
.footer .menu1, .footer .menu2 {
    display: inline-block;
    float: left;
}
.footer .menu1{
    padding-right: 90px;
}
.footer ul{
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.footer ul a{
    color: #fff;
    font-size: 19px;
    display: block;
    margin-bottom: 10px;
}
.footer ul a:hover{
    color: #fd3237;
}
.reviews .review_h {
    font-size: 80px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 170px;
}
.reviews{
    padding-top: 90px;
    padding-bottom: 110px;
    background-image: url(../images/a-logo-bg.png);
    background-repeat: no-repeat;
    background-position: center;
}
.fixed .main-logo{
    top: 0;
}
.package_item_switcher:hover{
    cursor: pointer;
    color: #EC2227;
}
.reviews .title_stars{
    width: 114px;
    display: inline-block;
    float: left;
}
.review_title {
    display: flex;
    align-items: center;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.review_title .title_name {
    display: inline-block;
    width: calc(100% - 114px);
    float: left;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.review_content {
    font-size: 19px;
    line-height: 30px;
    color: #333;
}
.reviews .used_services {
    text-align: center;
    font-size: 19px;
    line-height: 30px;
}
.reviews .used_services a{
    font-weight:bold;
    color: #333;
}
.reviews .used_services a:hover{
    color: #EC2227;

}
button.owl-prev {
    position: absolute;
    left: 0;
    top: 45%;
    font-size: 18px;
}
button.owl-next {
    position: absolute;
    right: 0;
    font-size: 18px;
    top: 45%;
}
.package_item_inner:hover .package_title{
    color: #EC2227;
}
.reviews .reviews_owl {
    padding-left: 65px;
    padding-right: 65px;
}
.reviews .reviews_block{
    padding: 0 60px;
}
.owl-dots span{
    width: 22px;
    height: 22px;
    display: block;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #C4C4C4;
}
.owl-dots button{
    margin: 0 5px;
}
.owl-dots button.active span{
    border: 1px solid #EC2227;
    background: #EC2227;
}
.owl-dots{
    text-align: center;
    margin-top: 75px;
    margin-bottom: 30px;
}

.packages-heading-block {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 80px 130px 80px;
}

.packages_h_block {
    background-color: #F2F2F2;

}
.packages_h_block .container-fluid{
    position: relative;
}
.packages_h_block{
    position: relative;
    overflow: hidden;
}
div#packages {
    margin-top: -30px;
}
.packages_heading {
    color: #060202;
    text-align: center;
    font-weight: 800;
    font-size: 64px;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.packages_subheading {
    font-weight: 300;
    font-size: 26px;
    line-height: 130%;
    text-align: center;
    color: #060202;
}
.packages-block {
    position: relative;
    bottom: 100px;
    padding: 0 24px;
}
.packages .package_item {
    height: 100%;
    padding: 32px 12px;
    padding-bottom: 0;
}
.packages .package_item_inner{
    background: #F7F7F7;
    padding: 24px;
    border-radius: 4px;
    -webkit-transition : border 0.3s ease-out, background-size 0.3s ease-out, box-shadow 0.3s ease-out;
    -moz-transition : border 0.3s ease-out, background-size 0.3s ease-out, box-shadow 0.3s ease-out;
    -o-transition : border 0.3s ease-out, background-size 0.3s ease-out, box-shadow 0.3s ease-out;
}
.packages .package_item_inner:hover {
    background: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
}

.packages .package_title {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0;
    margin-bottom: 8px;
}
.rec {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #EC2227;
}
.package_silver .package_title{
    color: #EC2227;

}
.packages .package_silver  .package_item_inner{
    background: #fff;
    padding: 32px;
}
.package_list {
    padding-top: 40px;
    border-bottom: 2px solid #F2F2F2;
    padding-bottom: 24px;
}
.packages .package_list_item img{
    margin-right: 15px;
    width: 14px;
    margin-top: 5px;
}
.packages .package_list_item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 150%;
}
.packages .package_list_item div{
    font-size: 16px;
    line-height: 19px;
}

.packages .package_list_item:last-child{
    margin-bottom: 0 !important;
}
.packages .more8 .package_list_item {
    margin-bottom: 15px;
}
.packages .more11 .package_list_item{
    margin-bottom: 7px;
}
.package-price {
    display: flex;
    font-size: 24px;
    line-height: 150%;
    color: #060202;
    margin: 24px 0 48px 0;
}
.package-price .prepend {
    font-weight: 800;
    margin-right: 16px;
}
.package-price .append {
    font-size: 18px;
    margin-left: 4px;
}
.packages .packages_cta {
    text-align: center;
    margin-top: 40px;
}
.packages .packages_cta a{
    background: #EC2227;
    border-radius: 4px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 8px 24px;
    display: inline-block;
    line-height: 30px;
    max-width: 100%;
    text-align: center;
    width: 320px;
}
.packages .packages_cta a:hover {
    background: #CF0005;
}
.disclaimer {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    position: relative;
    bottom: 45px;
}
.packages > img:nth-child(2){
    position: absolute;
    right: 0;
    top:0;
    max-height: 100%;
}
.packages > img:nth-child(1){
    position: absolute;
    left: 0;
    top:0;
    max-height: 100%;
}
.sidebar_button a {
    max-width: 100%;
    width: 260px;
    background: linear-gradient(to bottom, #ec2227 0%, #761114 100%);
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    margin-bottom: 5px;
    border-radius: 47px;
    padding: 20px 27px;
    color: #fff;
    font-size: 19px;
    display: flex;
    align-items: center;
    line-height: 20px;
}
.sidebar_button a:hover{
    background: linear-gradient(to bottom, #ec2227 0%, #ec2227 100%);
}
.sidebar_button a img{
    margin-right: 15px;
}
.sidebar_buttons {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 1;
}
.owl_blocks3{
    z-index: 0 !important;
}
.sidebar_button {
    right: calc(-100% + 93px);
    position: relative;
    transition: right 0.3s ease-in-out, color 0.3s ease-in-out; /* vendorless fallback */
    -o-transition: right 0.3s ease-in-out, color 0.3s ease-in-out; /* opera */
    -ms-transition: right 0.3s ease-in-out, color 0.3s ease-in-out; /* IE 10 */
    -moz-transition: right 0.3s ease-in-out, color 0.3s ease-in-out; /* Firefox */
    -webkit-transition: right 0.3s ease-in-out, color 0.3s ease-in-out; /*safari and chrome */
}
.sidebar_button:hover{
    right: -38px;
}
.owl_blocks3 .owl-nav .fa{
    color: #fff;
    font-size: 25px;
}
.owl_blocks3 .owl-prev{
    left: 15px;
}
.owl_blocks3 .owl-next{
    right: 15px;
}
#quickQuotateModal .modal-content,
#feedbackModal .modal-content{
    background: #141414;
    opacity: 0.98;
    box-shadow: 40px 40px 10px rgb(0 0 0 / 16%);
    border-radius: 50px;
}
#quickQuotateModal button.close,
#feedbackModal button.close{
    color: #333;
    opacity: 1;
    font-weight: 400;
    text-shadow: none;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 44px;
    height: 44px;
    font-size: 47px;
    z-index: 1;
}
#quickQuotateModal button.close:hover,
#feedbackModal button.close:hover
{
    background: #bf1e22;
    color: #fff;
}
.quick_quotate_form {
    text-align: center;
}
.quick_quotate_form input, .quick_quotate_form textarea{
    width: 100%;
    border-radius: 23px;
    border: 1px solid #fff;
    background: #0000;
    outline: none;
    padding: 9px 15px;
    font-size: 19px;
    color: #fff;
}
.quick_quotate_form textarea{
    height: 180px;
    padding-top: 14px;
}
.quick_quotate_form input{
    margin-bottom: 15px;
}
.quick_quotate_form a{
    border-radius: 24px;
    background: linear-gradient(to right, #ec2227 0%, #761114 100%);
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    padding: 18px 23px;
    display: inline-block;
    line-height: 30px;
    width: 100%;
    margin-top: 25px;
}
.quick_quotate_form input[type="text"]::-webkit-input-placeholder, .quick_quotate_form textarea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
    color: #fff;
}
.quick_quotate_form input[type="text"]::-moz-placeholder, .quick_quotate_form textarea::-moz-placeholder{ /* Firefox 19+ */
    color: #fff;
}
.quick_quotate_form input[type="text"]:-ms-input-placeholder, .quick_quotate_form textarea:-ms-input-placeholder{ /* IE 10+ */
    color: #fff;
}
.quick_quotate_form input[type="text"]:-moz-placeholder, .quick_quotate_form textarea:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
#quickQuotateModal .modal-body,
#feedbackModal .modal-body{
    padding: 90px 85px 25px 85px;
}
.quick_quotate_form a:hover {
    background: linear-gradient(to right, #ec2227 0%, #ec2227 100%);
}
.footer_cont {
    display: inline-block;
    float: left;
    font-size: 14px;
    letter-spacing: 0.2em;
    line-height: 30px;
    color: #fff;
    padding-right: 25px;
    text-transform: uppercase;
}
.contact_details{
    display: inline-block;
    float: left;
}
.footer_contact {
    display: flex;
    align-items: center;
    justify-content: end;
}
.footer_phone a {
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 30px;
    text-align: left;
    color: #ec2227;
    font-weight: bold;
}
.footer_email a {
    font-size: 20px;
    text-align: left;
    color: #fff;
    font-weight: bold;
}
.footer_email a:hover, .footer_socials a:hover{
    color: #ec2227;
}
.footer_socials a {
    color: #fff;
    font-size: 23px;
    margin-right: 15px;
}
.footer_socials a:last-child {
    font-size: 27px;
    line-height: 1px;
}
.contact_details {
    display: inline-block;
    float: left;
    border-left: 1px solid #ec2227;
    padding-left: 25px;
}
#offersModal .modal-dialog{
    max-width: 1500px;
}
.offers_box .single_offer {
    display: inline-block;
    float: left;
    width: 33.3333%;
    padding: 0 17px;
}
#offersModal .modal-content{
    background: #141414;
    border-radius: 50px;
}
#offersModal button.close{
    color: #333;
    opacity: 1;
    font-weight: 400;
    text-shadow: none;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: 0;
    width: 44px;
    height: 44px;
    font-size: 47px;
    z-index: 1;
}
#offersModal button.close:hover{
    background: #bf1e22;
    color: #fff;
}
#offersModal .modal-body {
    padding: 40px 25px;
}
.offers_box .single_offer_inner,
.offers_list .single_offer_inner{
    background: #fff;
    border-radius: 30px;
    border: 4px solid #fff;
    padding: 30px;
    transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out; /* vendorless fallback */
    -o-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out; /* opera */
    -ms-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out; /* IE 10 */
    -moz-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out; /* Firefox */
    -webkit-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out; /*safari and chrome */
}
.offers_box .offer_photo, .offers_list .offer_photo{
    margin-bottom: 15px;
}
.offers_box .offer_name a, .offers_list .offer_name a{
    font-size: 37px;
    line-height: 36px;
    text-align: center;
    color: #171717;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}
.single .offers_list .offer_name a{
font-size: 24px;
    line-height: 25px;
}
.offers_box .offer_name a:hover, .offers_list .offer_name a:hover{
    color: #ec2227;
}
.offers_box .offer_name, .offers_list .offer_name{
    margin-bottom: 25px;
}
.single .offers_box .offer_name, .offers_list .offer_name {
    margin-bottom: 15px;
}
.offers_box .offer_text, .offers_list .offer_text{
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
}
.offers_box .offer_cta a, .offers_list .offer_cta a{
    text-align: center;
    display: inline-block;
    color: #333;
    border: 1px solid #333;
    border-radius: 23px;
    font-size: 19px;
    line-height: 23px;
    padding: 10px 10px;
    width: 260px;
}
.single .offers_list .offer_cta a{
    border: none;
    color: #EC2227;
}
.single .offers_list .single_offer_inner{
    padding-bottom: 10px;
}
.offers_box .offer_cta, .offers_list .offer_cta{
    text-align: center;
}
.offers_box .offer_cta a:hover, .offers_list .offer_cta a:hover{
    text-decoration: underline !important;
}
.offers_box .single_offer_inner:hover, .offers_list .single_offer_inner:hover{
    border-color: #EC2227;
}
body:not(.page-template-homepage, .page-template-to-order, .woocommerce-shop, .woocommerce-page) header .main-header{
    background: #141414;
    padding:30px 0;
}
body:not(.page-template-homepage, .page-template-to-order) header .main-header .main-logo img{
    width: auto !important;
    height: 59px;
}
body:not(.page-template-homepage, .page-template-to-order) header .main-header .main-logo{
    top: 0;
}
body:not(.home, .page-template-homepage) .footer{
    margin-top: 75px;
}
.landing_content{
    padding-top: 220px;
    background-image: url(../images/a-logo-bg.png);
    background-repeat: no-repeat;
    background-position: center 180px;
}
.post_content{
    padding-top: 180px;

}
.landing_content .landing_h h1{
    font-size: 80px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
.landing_sub_h{
    text-align: center;
    font-size: 19px;
    margin-bottom: 60px;
}
.row.offers_list {
    /*padding: 0 50px;*/
    margin-bottom: 70px;
    padding-top: 70px;
    background-image: url(../images/a-logo-bg.png);
    background-repeat: no-repeat;
    background-position: center;
}
.single_offer.col-md-6 {
    padding: 0px 45px;
}
.page-template-blog-landing .row.offers_list{
    background-image: none;
}
.single .breadcrumbs a {
    font-weight: bold;
    text-transform: uppercase;
    color: #EC2227;
    font-size: 24px;
}
.single .breadcrumbs{
    margin-bottom: 10px;
}
.single .post-title{
    font-size: 80px;
    font-weight: bold;
    line-height:90px;
    text-transform: capitalize;
    margin-bottom: 40px;
}
.single_post_content .post_featured_image{
    float: right;
    margin-bottom: 30px;
    margin-left: 35px;
    max-width: 40%;
}
#navbarNavDropdown ul li.current-menu-item a{
    font-weight: bold;
    color: #EC2227;
}
.h2heading h2 {
    text-align: center;
    font-weight: bold;
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 20px;
}
.see_all{
    text-align: center;
    margin-top: 80px;
}
.see_all a{
    text-align: center;
    display: inline-block;
    color: #333;
    border: 1px solid #333;
    border-radius: 23px;
    font-size: 19px;
    line-height: 23px;
    padding: 10px 10px;
    width: 260px;
}
.see_all a:hover{
    text-decoration: underline !important;
}
.gallery_box {
    padding-top: 120px;
    padding-bottom: 75px;
}
.gallery_box .gallery_heading {
    font-size: 80px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
.gallery_box.no_packages .gallery_heading{
    color: #fff;
}
.owl_gallery .owl-stage{
    padding: 28px 0;
}
.owl_gallery .owl-item:nth-child(3n+2) {
    top:-25px;
}
.owl_gallery .owl-item img:first-child{
    margin-bottom: 15px;
}
.owl_gallery {
    padding: 0 10%;
}
.owl_gallery .item a img{
    transition: transform .3s ease-in-out;
}
.owl_gallery .item a:hover img{
    transform: scale(1.03);
}
.owl_gallery .owl-dots{
    margin-top: 0;
}
.terms_content {
    padding: 0 100px;
    margin-bottom: 70px;
}
p {
    margin-bottom: 2rem;
}
.row.about_us_box{
    margin-bottom: 65px;
    margin-left: 0;
    margin-right: 0;
}
.about_us_box .fully_insured {
    font-size: 45px;
    line-height: 60px;
    text-align: left;
    color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 1;
    padding: 20px 0;
    margin-bottom: 65px;
}
.about_us_box .fully_insured::after {
    background: #333;
    content: "";
    width: 10000px;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: revert;
    right: 0;
    top: 0;
    z-index: -1;
}
.about_us_box .col-12{
    padding-left: 30px;
    padding-right: 30px;
}
.about_us_box{
    padding: 0 100px;
}
.about_us_box p{
    font-size: 19px;
    line-height: 30px;
}
.blog_post_row .col-6:nth-child(2) .blog_post_inner{
    padding-right: 15px;
}
.blog_post_row .col-6:nth-child(3) .blog_post_inner{
    padding-left: 15px;
}
.blog_post_row .blog_post_inner{
    font-size: 19px;
    line-height: 30px;
}
.blog_post_row .blog_post_inner h3{
    font-size: 35px;
    font-weight: bold;
    line-height: 30px;
}
.blog_post_row .blog_post_inner h2{
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 25px;
}
.blog_post_row .blog_post_inner img{
    margin-bottom: 35px;
}
.single-post .offers_list .offer_name a, .page-template-blog-landing .offers_list .offer_name a, .reviews_landing .also_like .offer_name a{
    font-size: 24px;
    text-transform: inherit;
    line-height: 25px;
}
.single-post .offers_list .offer_name, .page-template-blog-landing .offers_list .offer_name, .reviews_landing .also_like .offer_name{
    margin-bottom: 13px;
}
.single-post .offers_list .offer_cta a, .page-template-blog-landing .offers_list .offer_cta a, .reviews_landing .also_like .offer_cta a{
    border: none;
    color: #EC2227;
}
.single-post .offers_list .offer_text p{
    margin-bottom: 0;
}
.single-post .offers_box .offer_photo, .offers_list .offer_photo {
    margin-bottom: 20px;
}
.offers_list .offer_text p{
    margin-bottom: 0;
}
.reviews_landing .single_offer{
    margin-bottom: 120px;
}
.reviews_landing .also_like .single_offer{
    margin-bottom: 0;
}
.reviews_landing .offers_list {
    background-image: none;
}
.reviews_landing .landing_sub_h a{
    font-weight: bold;
    text-decoration: underline !important;
    color: #333;
}
.gallery_box .card{
    background: transparent;
    border:none;
    text-align: center;
}
.gallery_box .card-columns{
    padding: 0 160px;
}
.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    orphans: 1;
    widows: 1;
}
.landing_content.gallery_landing{
    background-image: url(../images/lines.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}
.gallery_landing .gallery_box{
    padding-top: 0;
}
.gallery_landing .card a img {
    transition: transform .3s ease-in-out;
}
.gallery_landing .card a:hover img {
    transform: scale(1.03);
}
.contacts_box {
    width: 100%;
    margin-bottom: 90px;
    margin-left: 0;
    margin-right: 0;
}

.contacts_map{
    padding: 20px;
    background: #fff;
    box-shadow: 40px 40px 10px rgb(0 0 0 / 16%);
}
.contacts_map iframe{
    display: block;
}
.contact_page_form .c_p_inner{
    border-radius: 131px;
    background: #333c;
    box-shadow: 40px 40px 10px rgb(0 0 0 / 16%);
    padding: 83px 95px 25px 95px;
}
.contact_page_form {
    position: relative;
}
.contacts_landing .contacts_box .col-lg-7{
    padding-right: 65px;
}
.contact_page_form .cf_heading {
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}
.toorder_error {
    display: inline-block;
    width: 100%;
}
.contact_page_form textarea{
    border-radius: 23px;
    background: #0000;
    border: 1px solid #fff;
    width: 100%;
    outline: none;
    height: 105px;
    padding: 13px 20px;
    font-size: 19px;
    line-height: 30px;
    color: #fff;
}
.contact_page_form input {
    border-radius: 22.5px;
    background: #0000;
    border: 1px solid #fff;
    outline: none;
    font-size: 19px;
    line-height: 30px;
    color: #fff;
    padding: 7px 15px;
}
.contact_page_form select{
    border-radius: 23px;
    border: 1px solid #fff;
    background: #0000;
    font-size: 19px;
    color: #fff;
    padding: 8px 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    background-image: url(../images/select-dropdown.svg);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 15px);
    background-position-y: 18px;
    width: 150px;
    margin-right: 10px;
    height: 46px;
}
.contact_page_form select option {
    color: #000;
}
.contact_page_form .cf_line{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.contact_page_form .cf_line:last-child{
    margin-bottom: 0;
}
.contact_page_form input[type="text"]::-webkit-input-placeholder,
.contact_page_form input[type="number"]::-webkit-input-placeholder,
.contact_page_form textarea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
    color: #fff;
}
.contact_page_form input[type="text"]::-moz-placeholder,
.contact_page_form input[type="number"]::-moz-placeholder,
.contact_page_form textarea::-moz-placeholder{ /* Firefox 19+ */
    color: #fff;
}
.contact_page_form input[type="text"]:-ms-input-placeholder,
.contact_page_form input[type="number"]:-ms-input-placeholder,
.contact_page_form textarea:-ms-input-placeholder{ /* IE 10+ */
    color: #fff;
}
.contact_page_form input[type="text"]:-moz-placeholder,
.contact_page_form input[type="number"]:-moz-placeholder,
.contact_page_form textarea:-moz-placeholder{ /* Firefox 18- */
    color: #fff;
}
.cf_line input:nth-child(2){
    margin-right: 10px;
}
.cf_cta a {
    border-radius: 30px;
    background: linear-gradient(to right, #ec2227 0%, #761114 100%);
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    padding: 18px 26px;
    display: inline-block;
    line-height: 30px;
    max-width: 320px;
    text-align: center;
    width: 270px;
}
.cf_cta{
    text-align: center;
}
.cf_cta a:hover {
    background: linear-gradient(to right, #ec2227 0%, #ec2227 100%);
}
.contact_page_form input {
    width: calc(50% - 90px);
}
.contact_page_form .cf_line.line50 input{
    width: calc(50% - 8px);
}
.contact_page_form .cf_line.line50 input:nth-child(2){
    margin-left:5px;
    margin-right: 0;
}
.contact_page_form .cf_line.line50 input:nth-child(1){
    margin-right: 5px;
}
.req_box.row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 70px;
}
.req_box img{
    margin-right: 20px;
}
.req_box .col-12 span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #171717;
}
.req_box .col-12{
    display: flex;
    align-items: center;
    justify-content: center;
}
.req_box .col-12 a{
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    color: #333;
    font-weight: bold;
}
.req_box .col-12 a:hover{
    color: #ec2227
}
.order_content .terms_content h2{
    font-size: 80px;
    line-height: 90px;
    text-align: center;
    color: #333;
    font-weight: bold;
    margin-bottom: 100px;
}
.landing_content.order_content{
    background-image: none;
}
.toorder_content{
    background-image: url('../images/main-big.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    margin-bottom: 80px;
}
.toorder_form{
    border-radius: 131px;
    background: #333c;
    box-shadow: 40px 40px 10px rgb(0 0 0 / 16%);
    padding: 60px 25px;
    color: #fff;
    position: relative;
}
.to_line_heading {
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    line-height: 35px;
}
.to_line_subheading {
    font-size: 19px;
}
.to_line_heading_b {
    font-size: 24px;
    font-weight: bold;
}
.to_50 {
    display: inline-block;
    width: 50%;
    float: left;
}
.toorder_line {
    display: inline-block;
    width: 100%;
}
.toorder_form input{
    border-radius: 23px;
    background: #0000;
    border: 1px solid #fff;
    width: 100%;
    outline: none;
    padding: 8px 15px;
    color: #fff;
    font-size: 19px;
    height: 45px;
}
.toorder_form input:focus{
	border: 1px solid #fff !important;
}

.cta_toorder a, .cta_step2 a, .cta_step3 a, .container_btn a {
    font-size: 19px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 66px;
    background: linear-gradient(to right, #ec2227 0%, #761114 100%);
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    font-weight: bold;
    text-transform: uppercase;
    padding: 18px 23px;
    display: inline-block;
    width: 320px;
}
.cta_toorder , .cta_step2,  .cta_step3, .container_btn a {
    text-align: center;
}
.cta_toorder a:hover , .cta_step2 a:hover,  .cta_step3 a:hover,  .container_btn a:hover {
    background: linear-gradient(to right, #ec2227 0%, #ec2227 100%);color: #fff !important;
}
.to_50_inputs div{
    display: inline-block;
    width: 50%;
    float: left;
}
.to_50_inputs select{
    border-radius: 23px;
    border: 1px solid #fff;
    background: #0000;
    font-size: 19px;
    color: #fff;
    padding: 9px 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    background-image: url(../images/select-dropdown.svg);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 18px);
    background-position-y: 18px;
    height: 45px;
    width: 100%;
    padding-right: 35px;
}
.to_50_inputs select option{
    color: #333;
}
.to_50_inputs div:first-child{
    padding-right: 10px;
}
.to_50_inputs div:last-child{
    padding-left: 10px;
}
.biggap_line .to_50:first-child{
    padding-right: 45px;

}
.biggap_line .to_50:last-child{
    padding-left: 45px;

}
.toorder_line .to_50.with_input:last-child {
    padding-left: 15%;
}
.toorder_line .to_50.with_input:last-child input{
    max-width: 300px;
    margin-bottom: 15px;
}
.to_50.with_input .to_line_heading{
    margin-bottom: 20px;
}
.to_50.with_input input{
    margin-bottom: 20px;
}
.toorder_select .select_cat {
    display: inline-block;
    float: left;
    width: 20%;
    padding-right: 30px;
}
.toorder_select .select_items {
    display: inline-block;
    float: left;
    width: 80%;
    background: #ffffff0d;
    border-radius: 15px;
    padding: 20px 25px;
}
.toorder_select .select_items .sel_item {
    display: inline-block;
    width: 33.3333%;
    float: left;
    margin-bottom: 10px;
    min-height: 35px;
}
.sel_item span.sel_check {
    width: 22px;
    height: 22px;
    display: inline-block;
    float: left;
    border: 1px solid;
    position: relative;
}
.sel_item .sel_quant {
    display: none;
    float: left;
    margin-left: 7px;
}
.sel_item.active_sel .sel_quant{
    display: inline-block;
}
.sel_item.active_sel .sel_name{
    font-weight: bold;
}
.sel_item .sel_name {
    margin-left: 10px;
    display: inline-block;
}
.sel_item .sel_quant span:nth-child(2){
    width: 26px;
    height: 26px;
    display: inline-block;
    text-align: center;
    background: #000;
    border-radius: 50%;
    text-indent: -1px;
    line-height: 26px;
}
.toorder_select .additional_items{
    display: inline-block;
    width: 100%;
    padding-left: 20%;
    margin-top: 18px;
}
.toorder_line.selection_box{
    margin-bottom: 70px;
}
.toorder_line.selection_box .to_line_heading{
    margin-bottom: 25px;
}
.toorder_line.biggap_line{
    margin-bottom: 50px;
    margin-top: 30px;
}
.select_cat .cat_item {
    font-size: 18px;
    line-height: 20px;
    border-radius: 50px;
    padding: 8px 20px;
    position: relative;
}
.select_cat .cat_item.active_cat{
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.05);
}
.select_cat .cat_item.active_cat::after{
    content: "";
    background-image: url(../images/select-dropdown.svg);
    background-repeat: no-repeat;
    display: inline-block;
    height: 10px;
    width: 15px;
    position: absolute;
    right: 15px;
    transform: rotate(-90deg);
    top: 18px;
}
.select_cat .cat_item:hover{
    cursor: pointer;
}
.select_cat .cat_item:hover::after{
    content: "";
    background-image: url(../images/select-dropdown.svg);
    background-repeat: no-repeat;
    display: inline-block;
    height: 10px;
    width: 15px;
    position: absolute;
    right: 15px;
    transform: rotate(-90deg);
    top: 18px;
}
.sel_item.active_sel .sel_check:after{
    content: "";
    background-image: url(../images/sel_check.svg);
    background-repeat: no-repeat;
    display: inline-block;
    height: 9px;
    width: 12px;
    position: absolute;
    right: 3px;
    top: 5px;
}
.sel_quant span:first-child:hover, .sel_quant span:last-child:hover{
    cursor: pointer;
}
.toorder_select .select_items .sel_item:hover{
    cursor: pointer;
}
.select_items .move_items_box {
    height: 350px;
    overflow-y: auto;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently*/
    display: none;
}
.select_items .move_items_box.active_items_box{
    display: block;
}
.select_items .move_items_box::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.select_items .move_items_box::-webkit-scrollbar-track {
    background: #2B2B2B;
    border-radius: 5px;
}

/* Handle */
.select_items .move_items_box::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, #ec2227 0%, #761114 100%);

    border-radius: 5px;

}

/* Handle on hover */
.select_items .move_items_box::-webkit-scrollbar-thumb:hover {
    background: #EC2227;

}
input.order_error, textarea.order_error{
    border-color: #ec2227 !important;
}
.toorder_error_line {
    min-height: 25px;
    margin-top: 10px;
    color: #fff;
    text-align: center;
    font-size: 17px;
}
.toorder_form.loading::after,
.contact_page_form.loading::after{
    content: '';
    position: absolute;
    width: 100%;
    background: #0000006e;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 131px;
}
.homepage-banner_form .banner_form_box.loading::after,
#quotation .modal-body.loading::after{
    content: '';
    position: absolute;
    width: 100%;
    background: #ffffffc2;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
}
.toorder_form .cta_toorder i,
.cf_line.cf_cta a i,
.qqm_cta i{
    display: none;
}
.toorder_form.loading .cta_toorder i,
.contact_page_form.loading .cf_line.cf_cta a i,
#quickQuotateModal .modal-body.loading .qqm_cta i,
#feedbackModal .modal-body.loading .qqm_cta i{
    display: inherit;
}
.toorder_error_line .sccs {
    color: #fff;
    font-weight: bold;
}

.scroll_lower {
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
}
.scroll_lower a{
    width: 55px;
    height: 55px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 52px;
}
.gallery_box.no_packages {
    background: #333;
    position: relative;
}
.gallery_box.no_packages > img:nth-child(2){
    position: absolute;
    right: 0;
    top:0;
    max-height: 100%;
}
.gallery_box.no_packages > img:nth-child(1){
    position: absolute;
    left: 0;
    top:0;
    max-height: 100%;

}
body:not(.page-template-homepage, .page-template-to-order) header .main-header .navbar-nav .dropdown-menu {
    background: #141414;
    padding-left: 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-right: 5px;}
header.fixed .main-header .navbar-nav .dropdown-menu {
    background: #141414;
    padding-left: 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.quote_business .quote_line:first-child select{
    padding: 7px 15px;
}
.quote_business .quote_line:first-child input{
}
.quote_business .quote_line:first-child .q_i{
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.quote_business .quote_line:first-child .q_i {
    width: calc(50% - 95px);
}
.quote_business .quote_line:first-child .q_i:nth-child(2){
    width: 150px;
}
.quote_business .quote_line:first-child .q_i:last-child{
    margin-right: 0;
}
.quote_business textarea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
    color: #fff;
}
.quote_business textarea::-moz-placeholder{ /* Firefox 19+ */
    color: #fff;
}
.quote_business textarea:-ms-input-placeholder{ /* IE 10+ */
    color: #fff;
}
.quote_business textarea:-moz-placeholder{ /* Firefox 18- */
    color: #fff;
}
.quote_business textarea{
    border-radius: 23px;
    background: #0000;
    border: 1px solid #fff;
    width: 100%;
    outline: none;
    height: 105px;
    padding: 13px 16px;
    font-size: 19px;
    line-height: 30px;
    color: #fff;
}
.quote_form input[type="date"] {
    border-radius: 23px;
    border: 1px solid #fff;
    background: #0000;
    font-size: 19px;
    color: #fff;
    padding: 7px 15px;
    width: 100%;
    outline: none;
}
.mt15{
    margin-top: 15px;
}
.mobile_only.head_quote{
    display: none;
}

.navbar-toggler:not(.collapsed){
    z-index: 1;
}
.navbar-toggler.collapsed span.close_nav{
    display: none !important;
}
.navbar-toggler:not(.collapsed) span{
    display: none !important;
}
.navbar-toggler:not(.collapsed) span.close_nav{
    display: block !important;
}
span.close_nav {
    width: inherit;
    height: inherit;
    background: #0000;
    color: #fff;
    font-size: 55px;
}
.mobile_meniu_contacts{
    display: none;
}

.mob_con_img img {
    width: 50px;
}
.mob_con_img {
    margin-right: 20px;
}
.mob_con_con div:first-child a{
    font-size: 22px;
    letter-spacing: 0.1em;
    line-height: 30px;
    text-align: left;
    color: #ec2227;
    font-weight: bold;
}
.mob_con_con div:last-child a{
    font-size: 16px;
    text-align: left;
    color: #fff;
    font-weight: bold;
}
.mobile_footer{
    display: none;
}
.footer_socials_mobile{
    display: none;
}
.img_blocks_inner .mob_aff_img{
    display: none;
}
.page-template-offers-landing .row.offers_list{
    background-image: none;
}
.page-template-blog-landing .row.offers_list{
    margin-left: 0;
    margin-right: 0;
}
.show_mobile{
    display: none;
}
.show_mobile_big{
    display: none;
}
.single .row.offers_list{
    padding-left:15px;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 0;
}
.page-template-to-order .sidebar_buttons{
    display: none;
}
.select_nav_item a{
    border-radius: 23px;
    background: #0000;
    border: 1px solid #fff;
    width: 100%;
    outline: none;
    padding: 8px 15px;
    color: #fff;
    font-size: 19px;
    height: 45px;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    position: relative;
}
.select_nav_item:first-child a span{
    position: absolute;
    left: 15px;
    top: 8px;
    font-weight: bold;
    font-size: 25px;
}
.select_nav_item.prev_select_nav.not_active, .select_nav_item.next_select_nav.not_active{
    opacity: 0.4;
    pointer-events: none;
}
.select_nav_item:last-child a span{
    position: absolute;
    right: 15px;
    top: 8px;
    font-weight: bold;
    font-size: 25px;
}
.select_nav_item.prev_select_nav {
    display: inline-block;
    width: 50%;
    float: left;
    padding-right: 7px;
}
.select_nav_item.next_select_nav {
    display: inline-block;
    width: 50%;
    float: left;
    padding-left: 7px;
}
.select_nav.show_mobile {
    width: 100%;
    float: left;
    margin-top: 12px;
}
.show_mobile.prep_mob_blocks {
    padding: 0 15px;
}
.prep_mob_inner.active_inner {
    background: #fff;
    border-radius: 30px;
    position: relative;
    padding: 25px 30px;
}
.prep_mob_inner.active_inner .prep_h {
    font-size: 25px;
    margin-bottom: 5px;
    position: relative;
}
.packages_click a{
    border-bottom: 3px solid #ec2227;
}
.blog_post_row .blog_post_inner a {
    color: #b41a1e;
}
.blog_post_inner p {
    margin-bottom: 20px;
}
.blog_post_inner ul{
    margin-bottom: 20px;
    padding-left: 20px;
}
.blog_post_inner table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}
.blog_post_inner table, .blog_post_inner td, .blog_post_inner th {
    border: 1px solid;
}
.blog_post_inner td{
    text-align: center;
}
.blog_post_inner tr:first-child{
    background: linear-gradient(to bottom, #ec222785 0%, #76111461 100%);
    font-weight:bold;
}
.blog_post_inner tr:first-child span{
    font-weight: bold !important;
}
.offers_content h2{
    font-size: 29px;
    font-weight: bold;
    line-height: 34px;
    text-transform: capitalize;
    margin-bottom: 10px;
    text-align: center;
}
.offers_content .sh_gray {
    font-size: 20px;
    text-align: center;
}
.single-offer .single_post_content{
    font-size: 20px;
}
.contact_page_address{
    font-size: 18px;
}
input.home_email2{
    margin-top: 10px;
}
.form-headlines {
    margin-bottom: 16px;
    width: 50%;
}
.form-headlines:first-child{
    padding-right: 8px;
}
.form-headlines:last-child{
    padding-left: 8px;
}
.form-headlines input[type="text"], .form-headlines input[type="number"]{
    outline: none;
}
.homepage-form-block{
    margin-bottom: 0;
}
.homepage-selection-icon .icon-container div {
    font-size: 18px;
    font-family: Montserrat;
    line-height: 150%;
    margin-top: 12px !important;
}
.house_removal_size label, .business_removal_size label{
    font-size: 14px;
    margin-bottom: 0;
}
select{
    outline: none;
    box-shadow: none !important;
    border-color: #9e9e9e !important;
}
.banner_form_box select {
    font-size: 18px;
    padding: 8px;
    min-height: 43px;
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}
.banner_form_box select::-ms-expand {
    display: none;
}
.banner_form_box .house_removal_size::after,
.banner_form_box .business_removal_size::after{
    content: "";
    background-image: url(../images/sl_arr.svg);
    width: 14px;
    height: 8px;
    display: inline-block;
    position: absolute;
    right: 8px;
    bottom: 16px;
}
.banner_form_box .house_removal_size,
.banner_form_box .business_removal_size{
    position: relative;
}
.klaida_forma select{
    border: 1px solid #b41a1e !important;
}
.form-headlines textarea{
    outline: none !important;
    font-size: 18px;
    line-height: 150%;
    color: #9E9E9E;
    padding: 8px;
    min-height: 86px;
}
.form-headlines.full_w{
    width:100%;
    padding: 0;
}
.fq_h {
    font-size: 32px;
    font-weight: bold;
    line-height: 150%;
    text-transform: uppercase;
    text-align: center;
    color: #EC2227;
    margin-bottom: 8px;
}

@media (min-width: 992px){
    .slider_text_block{
        background-image: none !important;
    }
}

.fq_t {
    color: #060202;
    text-align: center;
    font-size: 18px;
    font-family: Montserrat;
    line-height: 150%;
    margin-bottom: 40px;
}
.fq_close {
    text-align: right;
}
.fq_close a {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    background: #EC2227;
    padding: 6px 24px;
}
.fq_close a:hover, .banner-form-button-red a:hover{
    background: #CF0005;
}
div#free_quote_sent .modal-body {
    padding: 24px 24px;
}
div#free_quote_sent button.close {
    opacity: 1;
    text-align: right;
    padding-right: 24px;
    padding-top: 22px;
}
.quotation_h {
    color: #060202;
    font-size: 24px;
    font-weight: bold;
    line-height: 150%;
    padding-top: 5px;
    margin-bottom: 24px;
}
#quotation .modal-body {
    padding: 24px;
}
#quotation button.close {
    opacity: 1;
    position: absolute;
    right: 24px;
    top: 24px;
    z-index: 1;
}
#quotation .quote_in_slider{
    display: none !important;
}
.col-12.col-md-12.col-lg-5.homepage-banner_form {
    z-index: 1;
}
.mobile_service_arr{
    display: none;
}
.service-block:not(.not_active) .mobile_service_arr {
    transform: rotateX(180deg);
}

.affordable-moving {
    display: inline-block;
    width: 100%;
}
.another_slide_h span {
    display: block;
}
.another_slide_h {
    margin-top: 65px;
    font-size: 40px;
}
.another_slide_h span {
    font-size: 88px;
    line-height: 60px;
}
.home .slider_heading {
    font-size: 64px;
    line-height: 80px;
}
.slider_text .low{
    font-size: 36px;
}
.home .slider_text{
    margin-bottom: 30px;
}
.ig_popup {
    max-width: 610px !important;
    width: 100% !important;
}
.ig_popup.ig_inspire .ig_message {
    padding: 24px !important;
}
body .ig_popup.ig_inspire .ig_close {
    background-color: transparent;
    color: #000;
    background-image: url(../images/close.svg) !important;
    background-position: center;
    opacity: 1;
    right: 35px;
    top: 35px;
}
.bf_h {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #333;
    margin-top: 24px;
    margin-bottom: 16px;
    font-family: 'Montserrat', sans-serif;
}
.bf_h b{
    text-transform: uppercase;
    font-family: "Gilroy", sans-serif;
    margin-right: 3px;
}
.bf_cta {
    text-align: center;
}

.bf_cta a {
    text-align: center;
    background: #EC2227;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 4px;
    width: 100%;
    max-width: 320px;
    padding: 8px 10px;
}
.bf_cta a:hover{
    background: #333;
}

.custom_form {
    background-color: #fff;
    padding: 24px;
}

.custom_form .form_row {
    width: 47%;
    float: left;
    margin-right: 20px;
}
.custom_form .form_row:nth-child(odd) {
    margin-right: 0;
}


.custom_form .form_row.form_row_full_width {
    width: 100%;
}

.custom_form h2 strong {
    color: #EC2227;
    font-size: 28px;
}

.custom_form h2 {
    font-size: 24px;
    font-family: "Gilroy", sans-serif;
    text-align: center;
    border-bottom: 4px solid #EC2227;
    padding-bottom: 25px;
    margin-bottom: 30px;
}


.form_row textarea {
    height: 150px;
}

.form_row input.wpcf7-form-control.wpcf7-submit {
    background-color: #EC2227 !important;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
.form_row input.wpcf7-form-control.wpcf7-submit:focus {
    outline: 0;
    box-shadow: none !important;
}
.popmake .popmake-title {
    display: none !important;
}
.popmake-content .wpcf7 {
    max-width: 100%;
}

.total {
    padding: 14px 0 8px;
    color: #D10028;
    font-weight: 500;
}
.total span.lbl {
    color: #fff;
    font-size: 22px;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    margin-right: 25px;
}

@media (max-width: 1759px){
    #navbarNavDropdown ul li {
        margin-right: 30px;
    }
    .preperation_block .prep_inner {
        text-align: center;
        padding: 65px 30px 65px 30px;
    }
    .custom_select div{
        margin-right: 5px;
    }
    .custom_select div:last-child{
        margin-right: 0;
    }
    .slider_form_box {
        padding: 90px 155px 90px 90px;
    }
    .quote_in_slider {
        font-size: 110px;
        line-height: 88px !important;
        right: -240px !important;
        font-weight: bold;
    }
    .quote_form .q_left{
        padding-right: 15px;
    }
    .quote_form .q_right{
        padding-left: 15px;
    }
    .container-fluid {
        max-width: 1370px;
    }
    .main-logo img {
        width: auto !important;
        height: 84px;
    }
    /*body.page-template-homepage #wrapper-navbar:not(.fixed) .menu_right_side{*/
        /*position: relative;*/
        /*top: 20px;*/
    /*}*/
    body.page-template-to-order #wrapper-navbar:not(.fixed) .menu_right_side{
        position: relative;
        top: 20px;

    }
    .affordable_block > div:nth-child(3) a{
        width: 100%;
    }
    .affordable_block > div:nth-child(3) a {
        font-size: 17px;
        padding: 16px 15px;
    }
}
@media (max-width: 1559px) {
    .packages_heading {
        font-size: 70px;
        line-height: 80px;
    }
    .packages_subheading{
        font-size: 30px;
    }
    .preperation_block{
        background-position: top;
    }
    .preperation_block .prep_h {
        font-size: 60px;
    }
    .preperation_block .prep_t {
        color: #333;
        font-size: 17px;
    }
    .slider_form_box {
        padding: 80px 135px 40px 60px;
    }
    .contact_page_form .c_p_inner {
        border-radius: 131px;
        background: #333c;
        box-shadow: 40px 40px 10px rgb(0 0 0 / 16%);
        padding: 63px 60px 25px 60px;
    }
    .affordable_block > div:nth-child(1) {
        font-size: 32px;
        font-weight: bold;
        color: #060202;
        line-height: 37px;
        width: 37%;
    }
    .affordable_block > div:nth-child(2) {
        width: 43%;
    }
    .container-fluid {
        max-width: 1270px;
    }
    .header_quote {
        margin-left: 20px;
    }
    .working_hours {
        margin-left: 20px;
    }
    #navbarNavDropdown ul li {
        margin-right: 20px;
    }
}
@media (max-width: 1459px) {
    .consult-background {
        padding-right: 0;
    }
    .slider_text_block {
        padding-right: 75px;
    }
    span.rec{
        font-size: 20px;
        width: 65%;
        padding-top: 15px;
        padding-bottom: 15px;
        position: absolute;
        top: -37px;
        left: 18%;
    }
    .main-logo img{
        max-width: 255px;
    }
    .w_h_bottom a{
        font-size: 21px;
    }
    .header_quote a {

        font-size: 17px;
        padding: 7px 20px;
    }
    #navbarNavDropdown ul li a{
        font-size: 17px;
    }
    .slider_form_box {
        padding: 80px 95px 40px 50px;
    }
    .quote_in_slider {
        font-size: 95px;
        line-height: 74px !important;
        right: -228px !important;
        font-weight: bold;
    }
    .slider_heading {
        font-weight: bold;
        color: #fff;
        font-size: 64px;
        line-height: 110%;
    }
    .select_cat .cat_item{
        padding-left: 0;
    }
    .toorder_select .select_items {
        padding: 15px 15px;
    }
    .toorder_form {
        border-radius: 73px;
        background: #333c;
        box-shadow: 40px 40px 10px rgb(0 0 0 / 16%);
        padding: 60px 25px;
    }
    .toorder_select .select_cat{
        padding-right: 15px;
    }
    .about_us_box {
        padding: 0;
    }
    .page-template-blog-landing .row.offers_list{
        padding-top: 40px;
    }
    .terms_content {
        padding: 0 15px;
    }
    .page-template-offers-landing .row.offers_list{
        padding-left: 15px;padding-right: 15px;
    }
    .offers_box .offer_cta a, .offers_list .offer_cta a {
        font-size: 17px;
        line-height: 23px;
        padding: 8px 10px;
        width: 80%;
    }
    .container-fluid {
        max-width: 1160px;
    }
    .gallery_box .card-columns {
        padding: 0;
    }
    .landing_content {
        padding-top: 50px;
    }
    .landing_sub_h {
        text-align: center;
        font-size: 19px;
        margin-bottom: 35px;
    }
    .landing_content .landing_h h1 {
        font-size: 70px;
        font-weight: bold;
        text-align: center;
    }
    .offers_box .offer_name a, .offers_list .offer_name a {
        font-size: 30px;
        line-height: 34px;
    }
}
@media (max-width: 1299px) {
    .reviews_landing .offers_list {
        margin-left: 0;
        margin-right: 0;
    }

    .preperation_block{
        padding-top: 70px;
    }
    .preperation_block .prep_h {
        font-size: 50px;
        margin-bottom: 20px;
    }
    .slider_heading {
        font-size: 56px;
        line-height: 60px;
    }
    .another_slide_h span {
        font-size: 78px;
        line-height: 60px;
    }
    .home .slider_heading {
        font-size: 56px;
        line-height: 60px;
    }
    .quote_form .form_cta a {
        font-size: 17px;
        padding: 15px 18px;
    }
    .custom_select div {
        min-width: 68px;
        padding: 3px 10px;
    }
    .slider_form_box{
        height: inherit;
    }
    .slider_form_box {
        padding: 80px 30px 20px 30px;
        display: inline-block;
        width: 100%;
        border-radius: 80px;
        min-height: inherit;
    }
    .col-md-7.slider_form {
        z-index: 1;
    }
    .slider_form_box{
        position: relative;
        z-index: 1;
    }

    .quote_in_slider {
        font-size: 60px;
        line-height: 54px !important;
        font-weight: bold;
        position: relative;
        transform: none;
        right: 0 !important;
    }
    .toorder_select .select_items .sel_item {
        display: inline-block;
        width: 50%;
    }
    .to_line_heading {
        font-size: 26px;
    }
    .select_cat .cat_item {
        font-size: 19px;
        line-height: 23px;
    }
    .single_offer.col-md-6 {
        padding: 0px 15px;
    }
    .about_us_box .fully_insured {
        font-size: 30px;
        line-height: 40px;
    }
    .affordable_block > div:nth-child(1) {

        width: 34%;
    }
    .affordable_block > div:nth-child(2) {
        width: 46%;
    }
    .main-logo img {
        width: auto !important;
        height: 66px !important;
    }

    .page-template-blog-landing .single_offer.col-md-6 {
        padding: 0px 25px;
    }
    .toorder_form input, .to_50_inputs select{
        font-size: 17px;
    }
}
@media (max-width: 1199px) {
    .packages .package_silver .package_item_inner {
        background: #fff;
        padding: 24px;
    }
    .rec {
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        color: #EC2227;
        margin-bottom: 24px;
    }
    .packages .packages_cta {
        text-align: center;
        margin-top: 0;
    }
    .package-price {
        display: flex;
        font-size: 24px;
        line-height: 150%;
        color: #060202;
        margin: 24px 0 32px 0;
    }

    .packages_cta{
        display: none;
    }
    .packages{
        padding: 40px 0;
    }

    .package_item {
        margin-bottom: 0;
    }
    .packages .package_list_item {
        margin-bottom: 8px;
    }
    .package_list {
        padding-top: 2px;
        border-bottom: 2px solid #F2F2F2;
        padding-bottom: 24px;
    }
    .packages_cta {
        display: block !important;
    }
    .package_silver .package_title{
        color: #EC2227 !important;
    }

    .packages .package_item_inner {
        padding: 24px;
        background: #ffffff;
    }
    .packages .package_title {
        font-size: 28px;
        text-transform: uppercase;
        font-weight: bold;
        text-align: left;
        letter-spacing: inherit;
        margin-bottom: 20px;
    }
    .package_silver .package_title{
        margin-bottom:5px;
    }
    .packages-block {
        position: relative;
        bottom: 100px;
        padding: 0 24px;
        margin-top: -25px;
        margin-bottom: -55px;
    }
    div#packages{
        padding-bottom: 0;
    }
    .package_item{
        display: none;
    }
    .package_item.active_package{
        display: block;
    }
    .packages .package_item {
        padding: 0;
        position: relative;
        top: -30px;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .packages .package_item_inner:hover {
        background: #ffffff;
        box-shadow: none;
    }
    .package_item_inner:hover .package_title {
        color: inherit;
    }

    .packages-heading-block {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 40px 0px 160px 0;
    }
    .package_item_switcher.active_package {
        color: #EC2227;
        font-size: 24px;
        border-bottom: 0;
    }
    .package_item_switcher {
        font-size:24px;
        text-transform: uppercase;
        font-weight: bold;
        color: #000;
        display: inline-block;
        margin: 0 12px;
    }
    .show_mobile_big{
        display: block;
    }

    .packages_h_block{
        background-color: #F2F2F2;
    }
    .affordable_block .cta-block br{
        display: none;
    }
    .constultation-boxes .col-lg-5:last-child{
        -webkit-flex: 0 0 55.666667%;
        -ms-flex: 0 0 55.666667%;
        flex: 0 0 55.666667%;
        max-width: 55.666667%;
    }
    .header_quote a {

        top: 0;
    }
    .package_item{
        margin-bottom: 25px;
    }
    .toorder_form {
        border-radius: 73px;
        background: #333c;
        box-shadow: 40px 40px 10px rgb(0 0 0 / 16%);
        padding: 60px 20px;
    }
    .page-template-blog-landing .single_offer.col-md-6 {
        padding: 0px 15px;
    }
    .req_box .col-12 a{
        font-size: 19px;
    }
    .cf_line input:nth-child(2) {
        margin-right: 5px;
    }
    .contact_page_form select{
        margin-right: 5px;
    }
    #navbarNavDropdown ul li {
        margin-right: 17px;
    }
    .contact_page_form input {
        width: calc(50% - 85px);
    }
    .contact_page_form .cf_email_in{
        width: 100%;
    }
    .contacts_landing .contacts_box .col-lg-7 {
        padding-right: 15px;
    }
    .affordable_block > div:nth-child(3) a {
        font-size: 15px;
        padding: 11px 15px;
    }

    .footer_cont{
        display: none;
    }
    #navbarNavDropdown ul li a {
        font-size: 16px;
    }
    .footer .menu1 {
        padding-right: 30px;
    }
    .contact_details{
        border-left: none;
    }
    .header_quote {
        margin-left: 15px;
    }
    .dropdown-toggle::after{
        margin-left: 5px;
    }
    .package_switcher.show_mobile_big {
        width: 100%;
        float: left;
        position: relative;
        z-index: 2;
        padding: 0 15px;
        text-align: center;
        margin-bottom: 65px;
    }
}

@media (max-width: 1003px){
	.custom_form .form_row {
    width: 100%;
}
}

@media (max-width: 991px){
    .main-logo img {
        width: auto !important;
        height: 40px !important;
    }
    .banner_form_box{
        max-width: 740px;
    }
    .packages_subheading {
        font-size: 24px;
    }
    .packages_heading {
        font-size: 56px;
        line-height: 110%;
    }

    div#services {
        padding-top: 120px;
        padding-bottom: 80px;
    }
    .services-block .block-title {
        font-weight: 800;
        font-size: 56px;
    }
    .constultation-boxes .col-lg-5:first-child{
        display: none;
    }
    .constultation-boxes .col-lg-5:last-child{
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .affordable_block .cta-block{
        display: none;
    }
    .banner-button a {
        font-weight: 800;
        font-size: 24px;
        height: 52px;
        margin-bottom: 8px;
    }
    .banner-button a::after{
        height: 52px;
    }
    .banner-button {
        margin-bottom: 8px;
    }
    .col-12.col-md-12.col-lg-5.homepage-banner_form {
        z-index: 1;
        position: relative;
        margin-top: -80px;
    }
    .slider_block{
        background-image: none !important;
        background: #f2f2f2;

    }
    .banner_form_box{
        margin: 0 auto;
    }
    #navbarNavDropdown ul > li a{
        display: inline-block;
    }
    .address_box{
        text-align: center;
        padding-bottom: 15px;
    }
    body:not(.page-template-homepage, .page-template-to-order) header .main-header .navbar-nav .dropdown-menu, header.fixed .main-header .navbar-nav .dropdown-menu {
        background: transparent;
        border-radius: 0 !important;
    }
    body.page-template-homepage #wrapper-navbar:not(.fixed) .menu_right_side {
        position: relative;
        top: 0;
    }

    .reviews {
        background-size: contain;
    }

    /*.packages_heading{*/
        /*font-size: 40px;*/
        /*font-weight: bold;*/
        /*text-align: center;*/
        /*line-height: 45px;*/
        /*margin-bottom: 5px;*/
    /*}*/
    /*.packages_subheading {*/
        /*font-size: 16px;*/
        /*margin-bottom: 40px;*/
    /*}*/

    .reviews .reviews_owl {
        padding-left: 0;
        padding-right: 0;
    }
    .reviews {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .gallery_box .gallery_heading{
        font-weight: bold;
        text-align: center;
        margin-bottom: 40px;
        font-size: 56px;
        line-height: 110%;
        text-transform: uppercase;
    }
    .gallery_box {
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .reviews .review_h {
        font-weight: bold;
        text-align: center;
        margin-bottom: 40px;
        font-size: 56px;
        line-height: 110%;
        text-transform: uppercase;
    }
    .owl-dots span {
        width: 17px;
        height: 17px;
    }
    .block3 .block_h{
        font-size: 30px;
    }
    .block3 .owl-dots{
        margin-top: 35px;
    }
    .block3 .block_t {
        font-size: 16px;
        line-height: 24px;
        color: #fff;
    }
    .block3 {
        padding: 60px 0px;
        padding-bottom: 10px;
    }
    .block3 .block_inner {
        padding: 0 50px;
    }
    .preperation_block .prep_inner.active_inner img{
        display: none;
    }
    .preperation_block .prep_inner.active_inner .hover_img{
        display: block !important;
    }
    .prep_inner.active_inner .prep_h::after{
        width: 0;
        height: 0;
        border-left: 14px solid #0000;
        border-right: 14px solid #0000;
        content: '';
        border-bottom: 14px solid #fff;
        position: absolute;
        bottom: 0;
        left: calc(50% - 14px);
    }
    .preperation_block .prep_inner{
        padding: 0;
    }
    .preperation_block .prep_t {
        color: #333;
        font-size: 17px;
        line-height: 20px;
    }
    .prep_inner.active_inner .prep_h {
        color: #e12126;
    }
    .prep_mob_inner{
        display: none;
    }
    .prep_mob_inner.active_inner{
        display: block;
    }
    .preperation_block .prep_img {
        height: 100px;
    }
    .preperation_block .prep_h {
        font-size: 19px;
    }
    .preperation_block{
        background-image: none;
    }
    .slider_block{
        padding-bottom: 0
    }
    .slider_text_block {
        margin-top: 90px;
        padding-bottom: 125px;
        background-size: cover;
        background-position: center;
    }
    .slider_heading {
        font-size: 56px;
        line-height: 60px;
        padding-top: 70px;
        margin-bottom: 15px;
    }
    .slider_text {
        color: #fff;
        font-size: 36px;
        line-height: 110%;
    }
    .slider_text_block br{
        display: none;
    }
    .banner-button {
        left: -31%;
    }
    /*.homepage-form-block {*/
        /*flex-direction: column;*/
    /*}*/
    .sel_item .sel_quant span:first-child{
        font-size: 20px;
    }
    .sel_item .sel_quant span:last-child{
        font-size: 20px;
    }
    .sel_item .sel_quant{
        position: relative;
        top: -3px;
    }
    .order_content .terms_content h2 {
        font-size: 40px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
        line-height:45px;
    }
    .toorder_line .to_50.with_input:last-child input {
        max-width: 100%;
        margin-bottom: 15px;
        width: 100%;
    }
    .toorder_line .to_50.with_input:last-child {
        padding-left: 0;
    }
    .toorder_line.selection_box {
        margin-bottom: 20px;
    }
    .toorder_select .additional_items {
        display: inline-block;
        width: 100%;
        padding-left: 0;
        margin-top: 18px;
    }
    .select_cat .cat_item.active_cat {
        font-weight: bold;
        background-color: #fff;
        color: #333;
    }
    .sel_item .sel_name {
        font-size: 15px;
    }
    .select_cat .cat_item {
        font-size: 19px;
        line-height: 23px;
        padding: 13px 20px;
    }
    .select_class_name.show_mobile {
        text-align: center;
        font-size: 25px;
        color: #ec2227;
        font-weight: bold;
        line-height: 30px;
        display:none;
        margin-bottom: 15px;
    }
    .toorder_select .select_items{
        width: 100%;
    }
    .select_cat .cat_item.active_cat::after{
        display: none;
    }
    .select_cat .cat_item:hover::after{
        display: none;
    }
    .toorder_select .select_cat {
        display: flex;
        flex-wrap: wrap;
        float: left;
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
        align-items: center;
        justify-content: center;
    }
    .toorder_form {
        border-radius: 73px;
        background: #333c;
        box-shadow: 40px 40px 10px rgb(0 0 0 / 16%);
        padding: 20px 25px;
    }
    .to_line_heading_b {
        font-size: 19px;
        font-weight: bold;
        margin-bottom: 6px;
    }
    .to_line_subheading {
        font-size: 16px;
        text-align: center;
        margin-bottom: 14px;
    }
    .toorder_form .to_50 {
        display: inline-block;
        width: 100%;
        float: left;
    }
    .to_line_heading {
        font-size: 25px;
        text-align: center;
    }
    .biggap_line .to_50:first-child {
        padding-right: 0;
        margin-bottom: 10px;
    }
    .biggap_line .to_50:last-child{
        padding-left: 0;
    }
    .blog_post_row .blog_post_inner {
        font-size: 1rem;
        line-height: inherit;
    }
    .blog_post_row .blog_post_inner h3 {
        font-size: 19px;
        font-weight: bold;
        line-height: 20px;
    }
    .blog_post_row .blog_post_inner h2{
        font-size: 24px;line-height: 30px;
        margin-bottom: 20px;
    }
    .reviews .reviews_block {
        padding: 0 15px;
    }
    .reviews_owl .review_inner {
        padding: 0 35px;
    }
    .reviews_owl .owl-nav .fa{
        font-size: 25px;
    }
    .about_us_box .fully_insured{
        margin-bottom: 10px;
    }
    .row.about_us_box{
        margin-bottom: 0;
    }
    .show_mobile{
        display: block;
    }
    .about_us_box .fully_insured::after{
        /*left: ;*/
        right: -35px;
    }
    .about_img{
        text-align: center;
        margin-bottom: 20px;
    }
    .req_box.row{
        margin-bottom: 0;
    }
    .req_box .col-12 {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
    }
    .req_box .col-12:last-child{
        margin-bottom: 0;
    }
    .contacts_box{
        margin: 0;
    }
    .cf_cta a{
        padding: 11px 15px;
    }
    .contacts_map{
        box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.16);
        margin-bottom: 35px;
    }
    .contact_page_form .c_p_inner {
        border-radius: 33px;
        background: #333c;
        box-shadow: none;
        padding: 15px 25px 0px 25px;
        margin-bottom: 15px;
    }
    .contact_page_form .cf_heading{
        text-align: center;
    }
    .terms_content{
        margin-bottom: 0;
    }
    .page-template-offers-landing .row.offers_list{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-bottom: 0;
    }
    .offers_box .single_offer_inner, .offers_list .single_offer_inner{
        padding: 20px;
        padding-bottom: 10px;
        filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1));
    }
    .offers_box .offer_cta a, .offers_list .offer_cta a{
        border: none;
        color: #de2025;
    }
    .offers_list .single_offer{
        margin-bottom: 20px;
    }
    .single-post .offers_box .offer_photo, .offers_list .offer_photo {
        margin-bottom: 20px;
        text-align: center;
    }
    .reviews_landing .landing_sub_h{
        margin-bottom: 35px;
    }
    .review_content {
        font-size: 15px;
        line-height: 17px;
        color: #333;
    }
    .reviews_landing .single_offer {
        margin-bottom: 70px;
    }
    .review_title .title_name{
        font-size: 19px;
    }
    .reviews_landing .row.offers_list{
        padding-top: 0;
        margin-bottom: 0;
    }
    .affordable_block > div:nth-child(1) {
        font-size: 22px;
        text-align: center;
        line-height: 25px;
        margin-bottom: 15px;
    }
    .reviews .owl-dots{
        margin-top: 50px;
    }
    body:not(.home, .page-template-homepage) .footer {
        margin-top: 50px;
    }
    .gallery_landing .gallery_box{
        padding-bottom: 10px;
    }
    .landing_content {
        padding-top: 140px;
    }
    .landing_content .landing_h h1 {
        font-size: 40px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
    }
    .gallery_landing .card a:hover img {
        transform: none;
    }
    .gallery_landing .card a img{
        width: 100%;
    }
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px;
        orphans: 1;
        widows: 1;
    }
    .img_blocks_inner .mob_aff_img{
        display: inline-block;
        margin-right: 5px;
    }
    .affordable_block > div:nth-child(3) a {
        font-size: 19px;
        padding: 15px 15px;
    }
    .img_blocks_inner{
        display: inline-block;
    }
    .img_blocks_inner > div {
        display: block;
        float: none;
        width: inherit;
        font-size: 16px;
        line-height: 19px;
        text-align: left;
        margin-bottom: 10px;
    }
    .affordable_block > div:nth-child(2) {
        text-align: center;
    }
    .img_blocks_inner > div br{
        display: none;
    }
    .affordable_block > div:nth-child(3){
        margin-top: 15px;
    }
    .row.affordable-moving{
        padding: 0 15px;
    }
    .affordable_block{
        -webkit-border-radius:15px;
        -moz-border-radius:15px;
        border-radius:15px;
        padding: 20px 15px;
        display: inline-block;
    }
    .img_blocks_inner .aff_img{
        display: none;
    }

    .affordable_block > div{
        width: 100% !important;
    }
    .footer{
        padding-bottom: 10px;
        padding-top: 20px;
    }
    .footer_socials_mobile {
        display: block;
        width: 100%;
        text-align: center;
        padding-top: 15px;
        margin-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer_socials{
        border-top: 1px solid #f7f7f726;
        padding-top: 15px;
    }
    .footer .mob_con_con {
        position: relative;
        top: 8px;
    }
    .footer .menu1{
        padding-right: 0;
    }
    .footer ul a{
        font-size: 16px;
    }
    .footer .menu1, .footer .menu2 {
        display: inline-block;
        float: left;
        width: 50%;
    }
    .mobile_footer_contacts {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    .mobile_footer_contacts .mob_con_con div:first-child a {
        font-size: 25px;
    }
    .mobile_footer_contacts .mob_con_img {
        margin-right: 30px;
    }
    .mobile_footer_contacts .mob_con_img img{
        width: 70px;
    }
    .hide_mobile{
        display: none !important;
    }
    .mobile_footer{
        display: block;
    }
    #navbarNavDropdown ul li.current-menu-item a{
        color: #ec2227;
    }
    .menu_right_side.active_side .mobile_meniu_contacts{
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    .sidebar_buttons{
        display: none;
    }
    .header_ctas{
        display: none;
    }
    .mobile_only.head_quote{
        display: block;
    }
    .navbar-dark .navbar-toggler{
        position: absolute;
        left:0;
        border: none;
        z-index: 1;
    }
    header .main-header {
        background: #141414;
        padding: 8px 16px !important;
    }
    header .main-header .container-fluid {
        height: 43px;
    }


    #wrapper-navbar:not(.fixed) .menu_right_side{
        top: 0;
    }
    .main-logo {
        top: 0;
        margin-left: 46px;
    }
    .menu_right_side {
        position: absolute !important;
        left: 0;
        width: 100%;
        background: #333;
        top: 0;
    }

    #main-nav .container-fluid {
        justify-content: left;
    }
    .mobile_only.head_quote {
        display: block;
        position: absolute;
        right: 15px;
    }
    .header_quote a {
        font-size: 18px;
        padding: 10px 16px;
        border-radius: 4px;
    }
    header.fixed .main-header .main-logo img{
        height: 66px;
    }
    header.fixed .main-header {
        background: #141414;
        padding: 15px 0 15px 0;
    }
    .navbar-toggler span:not(.close_nav) {
        width: 34px;
        height: 5px;
        background-color: #fff;
        border-radius: 4px;
        display: block;
        margin-bottom:6px;
    }
    .navbar-toggler span:last-child{
        width:26px;
        margin-bottom: 0;
    }
    #navbarNavDropdown {
        width: 100%;
        margin-top: 0;
        padding-top: 80px;
        padding-left: 15px;
        padding-bottom: 20px;
        float: inherit;
    }
    #navbarNavDropdown ul li a {
        font-size: 22px;
        font-weight: bold;
    }
    .dropdown-toggle::after{
        display: none;
    }
    .navbar-nav .dropdown-menu {
        background: #0000;
        border: none;
        border-radius: 0;
        padding-left: 15px;
        margin-top: 0;
        position: relative;
        display: block !important;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    #navbarNavDropdown .dropdown-menu li a{
        font-size: 19px;
        font-weight: 400;
    }
    .page-template-blog-landing .row.offers_list{
        margin-bottom: 0;
        padding-top: 15px;
    }
    .single_post_content .post_featured_image {
        float: left;
        max-width: 100%;
        width: 100%;
        text-align: center;
        margin-left: 0;
    }
    .single .post-title{
        font-size: 40px;
        font-weight: bold;
        text-align: left;
        margin-bottom: 20px;
        line-height: 40px;
    }
    .post_content {
        padding-top: 140px;
    }
    .single .breadcrumbs a{
        font-size: 19px;
    }
    .single .h2heading h2{
        font-size: 40px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
        line-height: 40px;
        padding: 0 15px;
    }
    .preperation_block {
        padding-bottom: 5px;
        padding-top: 25px;
    }
    .slider_text_block {
        margin-top: 38px;
    }
    .navbar-toggler {
        padding: 0;
        margin: 0;
        left: 16px !important;
    }
}
@media (max-width: 767px){
	.container-fluid.toorder {
    --bs-gutter-x: 0;
}
	.custom_form .form_row {
    width: 100%;
}
    .bf_h b {
        text-transform: uppercase;
        font-family: "Gilroy", sans-serif;
        margin-right: 3px;
        display: block;
    }
    body .ig_popup.ig_inspire .ig_close {
        right: 17px;
        top: 17px;
    }
    .ig_popup.ig_inspire .ig_message {
        padding: 15px !important;
    }
    .slider_text_block {
        margin-top: 70px;
    }
    .main-logo {
        top: 0;
        margin-left: 62px;
    }
    .service-block.not_active .service-text{
        display: none;
    }
    .mobile_service_arr{
        display: inline-block;
        position: absolute;
        right: 0;
    }
    .service-block {
        padding: 0 15px;
    }
    .mobile_footer_contacts {
        display: flex;
        justify-content: space-between;
        margin-bottom: 24px;
    }
    .mobile_footer_contacts .mob_con_con div:first-child a {
        font-size: 30px;
        letter-spacing: 0;
    }
    .footer ul a {
        font-size: 16px;
        font-family: Gilroy;
        font-style: normal;
        font-weight: 800;
        line-height: 150%;
        margin-bottom: 4px;
    }
    .footer .menu2 {
        border-bottom: 1px solid #EC2227;
        padding-bottom: 16px;
    }
    .footer .menu1, .footer .menu2 {
        display: inline-block;
        float: left;
        width: 100%;
    }
    .owl_gallery {
        padding: 0;
    }
    .service-headlines {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
        position: relative;
        padding-right: 25px;
    }
    .s-number {
        background: #EC2227;
        border-radius: 4px;
        align-items: center;
        padding: 8px;
        flex-grow: 0;
        font-weight: 800;
        font-size: 36px;
        line-height: 110%;
        color: #FAFAFA;
        margin-right: 16px;
        min-width: 59px;
        width: 59px;
        display: flex;
        justify-content: center;
    }
    .service-text {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        margin-bottom: 32px;
    }
    .s-headline {
        font-weight: 800;
        font-size: 24px;
    }
    div#services {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .packages-block {
        position: relative;
        bottom: 100px;
        padding: 0 15px;
        margin-top: -25px;
        margin-bottom: -55px;
    }
    .address_box {
        padding-bottom: 10px;
        letter-spacing: 0;
        text-align: left;
        padding-right: 0;
        font-size: 16px;
    }
    .blog_post_inner table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 30px;
        overflow-x: scroll;
        display: block;
    }
    .footer_socials_mobile {
        display: block;
        width: 100%;
        text-align: center;
        padding-top: 15px;
        margin-top: 3px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .empty_ln{
        display: none;
    }
    .quote_form select{
        padding: 8px 15px;
    }
    .quote_form .form_cta a {
        font-size: 17px;
        padding: 13px 18px;
    }
    .quote_homemove .q_t,
    .quote_internationalmove .q_t{
        margin-bottom: 5px;
        font-size: 19px;
        line-height: 22px;
    }
    .quote_business .q_left, .quote_business .q_right{
        margin-bottom: 0 !important;
    }
    .quote_business .q_i {
        margin-bottom: 15px;
    }
    .slider_form_box{
        border-radius: 30px;
    }
    .quote_business textarea{
        margin-bottom: 10px;
    }
    .quote_business .q_expl{
        margin-top: 10px;
    }
    .quote_form .custom_radio div {
        color: #fff;
        font-size: 19px;
        display: flex;
        align-items: center;
        margin-bottom: 0;
        margin-right: 23px;
    }
    .custom_select div {
        min-width: 68px;
        padding: 5px 15px;
    }
    .quote_form .custom_radio{
        display: flex;
        flex-wrap: wrap;
    }
    .quote_form .quote_line {
        margin-bottom: 0;
    }
    .quote_form .q_left {
        padding-right: 0;
        width:100%;
        margin-bottom: 15px;

    }
    .quote_form .q_right {
        padding-left: 0;
        width: 100%;
        margin-bottom: 15px;
    }
    /*.quote_in_slider {*/
        /*margin-bottom: 75px;*/
    /*}*/
    .toorder_form {
        border-radius: 30px;
    }
    .toorder_select .select_items .sel_item {
        display: inline-block;
        width: 100%;
    }
    .single .row.offers_list{
        margin-bottom: 0;
    }
    .single .offers_box .offer_name{
        margin-bottom: 0;
    }
    .single .offers_list .offer_name a {
        font-size: 16px;
        line-height: 20px;
    }
    .single .offers_list .single_offer_inner {
        border-radius: 10px;
        padding: 10px;
    }
    .single_offer.col-md-6 {
        padding: 0px 9px;
    }
    .about_us_box p {
        font-size: 1rem;
        line-height: inherit;
    }
    .about_us_box .fully_insured {
        font-size: 22px;
        line-height: 30px;
    }
    .page-template-blog-landing .offers_list .single_offer_inner{
        border-radius: 10px;
        padding: 10px;
    }
    .page-template-blog-landing .offers_list .offer_photo {
        margin-bottom: 10px;
    }
    .page-template-blog-landing .offers_list .offer_name{
        margin-bottom: 0;
    }
    .page-template-blog-landing .single_offer.col-md-6 {
        padding: 0px 9px;
    }
    .hide_small_mobile{
        display: none;
    }
    .contacts_map {
        padding: 10px;
    }
    .req_box .col-12{
        justify-content: inherit;
        padding-left: 30px;
    }
    .contact_page_form .cf_cta{
        margin-top: 10px;
    }
    .contact_page_form .cf_line {
        display: inline-block;
        width: 100%;
        margin-bottom: 0;
    }
    .contact_page_form input {
        width: 100%;
        margin-bottom: 10px;
    }
    .contact_page_form select {
        margin-right: 5px;
        display: block;
        margin-bottom: 10px;
    }
    .reviews_landing .single_offer:last-child{
        margin-bottom: 20px;
    }
    .select_cat .cat_item {
        width: 50%;
        text-align: center;
    }
    .preperation_block {
        padding-bottom: 0px;
        padding-top: 10px;
    }
}
@media (max-width: 575px){
    .package-price {
        display: flex;
        font-size: 20px;
        line-height: 150%;
        color: #060202;
        margin: 24px 0 24px 0;
    }
    .consultation_block .container-fluid {
        background: rgba(6, 2, 2, 0.4);
        padding-top: 35px;
        padding-bottom: 35px;
        text-align: center;
        padding-left: 9px;
        padding-right: 9px;
    }
    .disclaimer {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        text-align: center;
        position: relative;
        bottom: 45px;
    }
    .request-btn a {

        font-size: 16px;
        padding: 7px 10px;
    }
    .constult-box-title {
        font-weight: 800;
        font-size: 56px;
    }
    .constult-box-subtitle {
        font-weight: 800;
        font-size: 36px;
    }
    .consult-box-text {
        margin-bottom: 40px;
    }
    .business_removal_size {
        margin-bottom: 70px;
    }
    .slider_text{
        margin-bottom: 200px;
    }
    .home .slider_text {
        margin-bottom: 10px;
        margin-top: 160px;
    }
    .another_slide_h span {
        font-size: 72px;
        line-height: 60px;
    }
    .another_slide_h {
        margin-top: 25px;
    }
    .slider_text .low {
        font-size: 32px;
    }
    .home .slider_heading {
        font-size: 48px;
    }
    .home .slider_heading br{
        display: none;
    }
    .slider_text_block {
        padding-right: 15px;
    }
    .homepage-form-block .form-headlines{
        display: inline-block;
        width: 100%;
    }
    .banner_form_box {
        display: block;
        width: 100%;
        padding: 16px;
    }
    .homepage-selection-icon img {
        height: 80px;
        margin: 0 auto;
    }
    .form-headlines textarea {
         margin-bottom: 0px;
    }
    .banner_form_box select {
        font-size: 16px;
    }
    .form-headlines input[type="text"], .form-headlines input[type="number"] {
        font-weight: 400;
        font-size: 16px;
    }
    .homepage-selection-icon .icon-container div {
        font-size: 16px;
    }
    .homepage-form-step .row .container .homepage-form-block:first-child{
        margin-bottom: 10px;
    }
    #homepage-form-step3.homepage-form-step .row .container .homepage-form-block:first-child{
        margin-bottom: 0;
    }
    .homepage-form-step .row .container .homepage-form-block:first-child,
    #homepage-form-step3 .row .container .homepage-form-block:nth-child(2){
        display: inline-block !important;
        width: 100%;
    }
    .homepage-form-step .row .container .homepage-form-block:first-child .form-headlines,
    #homepage-form-step3 .row .container .homepage-form-block:nth-child(2) .form-headlines{
        padding: 0;
        margin-bottom: 8px;
    }
    .contact_page_form .cf_line.line50 input{
        width: 100%;
    }
    .contact_page_form .cf_line.line50 input:nth-child(2){
        margin-left:0;
        margin-right: 0;
    }
    .contact_page_form .cf_line.line50 input:nth-child(1){
        margin-right: 0;
    }
    .quote_business .quote_line:first-child .q_i {
        width: 100%;
    }
    .preperation_block .prep_img {
        height: 55px;
    }
    .quote_in_slider {
        font-size: 52px;
        line-height: 40px !important;
        font-weight: bold;
        position: relative;
        transform: none;
        left: 0 !important;
        right: 0 !important;
        /*top: 30px;*/
    }
    .form-headlines input[type="text"] {
        width: 100%;
    }
    .homepage-form-block {
        flex-direction: row;
    }
    .packages-block {
        position: relative;
        bottom: 100px;
        padding: 8px;
        margin-top: -25px;
        margin-bottom: -65px;
    }
    .constultation-boxes {
        padding: 0;
    flex-direction: column;
    }
    .consult-background {
        width: 100%;
        position: relative;
        right: 0;
        padding: 0;
    }
    .consult-background::after{display: none;}
    .box-heading {
        font-size: 24px;
        line-height: 150%;
    }
    .box-text, .box-text-black{
        font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    }
    .constultation-banner-boxes .box {
        padding: 16px;
    }
    .packages .packages_cta a {
        background: #EC2227;
        border-radius: 4px;
        box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
        padding: 8px 24px;
        display: inline-block;
        line-height: 30px;
        max-width: 100%;
        text-align: center;
        width: 100%;
    }
    .box-text br{
        display: none;
    }
}
@media (max-width: 476px) {
    .slider_text_block {
        margin-top: 70px;
    }
    .box-heading, .box-heading-black {
        font-size: 20px;
        line-height: 110%;
    }
    .box-line-black {
        border:2px solid #060202;
        width: 120px;
        margin: 10px 0;
    }
    .box-line {
        border: 2px solid #FFFFFF;
        width: 120px;
        margin: 10px 0;
    }

    .main-logo img {
        width: auto !important;
        height: 40px !important;
    }
    .quote_in_slider {
        font-size: 40px;
        line-height: 33px !important;
    }

    .package_switcher.show_mobile{
        padding: 0 7px;
    }
    .page-template-blog-landing .offers_list .offer_name a{
        font-size: 16px;
        line-height: 18px;
    }
    .cf_cta a{
        width: 100%;
    }
}
@media (max-width: 376px){
    .header_quote a {
        font-size: 15px;
        padding: 6px 10px;
        border-radius: 4px;
    }
    .mobile_footer_contacts .mob_con_con div:first-child a {
        font-size: 24px;
        letter-spacing: 0;
    }
    .mob_con_con div:last-child a {
        font-size: 13px;
    }
	.cta_toorder a{width: 100% ;font-size: 17px;}
}
@media (max-width: 330px) {

    .slider_text_block {
        margin-top: 65px;
    }
    .header_quote a {
        font-size: 13px;
        padding: 4px 7px;
        border-radius: 4px;
    }
    .main-logo img {
        width: auto !important;
        height: 35px !important;
    }
}

@media screen and (min-width: 1460px) {
    .working_hours {
        display: block;
    }
}



.total .size{color:#fff; font-weight: bold;}
.stepForm2, .stepForm3{display:none;}   

.step-info.active {
    background: #fff;
    padding: 20px 20px;
    border-radius: 25px;
    display: block;
}

.stepForm2 .to_line_heading, .stepForm2 .to_line_heading {font-size: 25px;margin-bottom: 5px;}

.stepForm2 .card {
    border: 8px solid #5c5c5c;
}
.stepForm2 .card.selected {
    border: 8px solid #7c1215;
}


@media(max-width:767px){
.tymStorageSteps .steps .step-info .step-desc {
    font-size: 14px;
    line-height: 16px;
}
.step-info.active {
    padding: 5px;}

.tymStorageSteps .steps .step-info .step-num {
    font-size: 15px;
    margin-top: 10px;
}
}

@media(max-width:420px){
.tymStorageSteps .steps .step-info .step-desc{display:none;}
}

