/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */
/*.bannerImg img{
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    position: relative;
}
*/

.contp {
    padding: 30px 0;
}

.sg-popup-builder-content .wpcf7-not-valid-tip {
    top: 0;
}

/* Start custom css by Abida/Dev  */

span.wpcf7-not-valid-tip {
    color: #f00 !important;
    font-size: 1em !important;
    display: block;
}

.bannerImg {
    position: relative;
}

.single-post .container .av-content-small.units, .page-id-3393 .container .av-content-small.units{ width:100% !important; }
.page-id-3393 aside.sidebar.sidebar_right.alpha.units{display:none !important;}


.bannerText {
    padding: 12px;
    position: absolute;
    text-align: center;
    width: 528px;
    background-color: #5f7784;
    color: #fff;
    border-radius: 10px;
    left: 43px;
    height: 323px;
    top: 50%;
    transform: translateY(-50%);
    margin-bottom: 0;
}

.bannerText h1 {
    font-weight: 800;
    font-size: 39px;
    margin-bottom: 40px;
    margin-top: 0;
    line-height: 60px;
}

.bannerText span {
    display: block;
}

.bannerText .pageTitle a {
    background-color: #fff;
    padding: 17px 17px;
    font-size: 27px;
    color: #44555f;
    font-weight: 900;
    border-radius: 7px;
    border: 2px solid #fff;
    width: 385px;
}

.bannerText .pageTitle a:hover {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    text-decoration: none;
}


.wpcf7-form-control-wrap {
    position: unset;
}
.captcha_submit iframe {
    display: block;
    float: right;
}



.avia_ajax_forms .form_element_half {
    width: 49.5%;
    float: left;
    margin-left: 1%;
    clear: none;
}

.avia_ajax_forms .first_form {
    clear: both;
    margin-left: 0;
}

#top .avia_ajax_forms .text_input, #top .avia_ajax_forms .select, #top .avia_ajax_forms .text_area {
    width: 100%;
    margin-bottom: 0;
    display: inline;
    min-width: 50px;
    padding: 13px !important;
    border-radius: 2px;
        height: 100%;
}

.wpcf7-form .wpcf7-submit{display:inline-block;}

.avia_ajax_forms .button {
    margin: 0;
    padding: 16px 20px;
    border-radius: 2px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-weight: 400;
    font-size: .92em;
    min-width: 142px;
    outline: none;
        display: inline-block !important;
}

.avia_ajx_forms .text-area{
    width: 100%;
    margin-bottom: 0;
    display: inline;
    min-width: 50px;
    padding: 13px;
    border-radius: 2px;
}


/** contact form **/
#sgpb-popup-dialog-main-div {
    max-height: 600px !important;
    overflow:auto;
}

div#paoc-modal-1 {
    box-sizing: content-box;
    min-width: 120px;
    /*max-height: 330px;*/
    max-width: 1290px;
    border-style: solid;
    border-color: rgb(255, 0, 0);
    border-width: 0px;
    padding: 7px;
    width: 361px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgb(255, 255, 255);
    /* box-shadow: rgb(204, 204, 204) 0px 0px 0px 14px; */
    /* overflow: hidden; */
    flex-basis: auto !important;
    position: relative;
    z-index: 999;
    border-radius: 6px;
    height: 100%;
}

.paoc-popup-modal-cnt {
    width: 90%;
    margin: auto;
    height: 100%;
    overflow: hidden;
}


.wpcf7-form input[type="text"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
    border: 1px solid #ccc !important;
    padding: 8px !important;
    margin-top: 5px !important;
    margin-bottom: 0px !important;
    /*height: 42px;*/
    width: 100%;
}

.wpcf7-form textarea {
    height: 50px;
}

form.wpcf7-form label span {
    margin-top: 20px;
}

.wpcf7-form label {
    width: 100%;
    display: inline-block;
    font-size: 16px !important;
    font-weight: normal !important;
    line-height: 24px;
}

.wpcf7-form p {
    margin-bottom: 10px !important;
}

.wpcf7-form .wpcf7-submit {
    padding: 10px 45px;
    border: 0;
    font-size: 16px;
    text-transform: uppercase;
    background: #01b5cc;
    color: #fff;
    cursor: pointer;    
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    margin: 0 auto 0px;
}

p.form_topText {
    font-size: 18px;
    padding: 0px 8px;
}

div#sgpb-popup-dialog-main-div {
    width: auto !important;
    overflow: auto !important;
}

/** responsive **/

@media(max-width:1440px) and (min-width:1200px) {
	.bannerText {
        width: 450px;
        height: 252px;
    }
    .bannerText h1 {
        font-size: 34px;
        margin-bottom: 35px;
        line-height: 44px;
    }
    .bannerText .pageTitle a {
        padding: 10px 24px;
        font-size: 25px;
    }
    
    div#sgpb-popup-dialog-main-div {
        width: auto !important;
    }
}

@media(max-width:1024px) {

	.responsive .logo {
        /* float: left; */
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        position: absolute;
        top: -20px;
    }
	
    #header_main .container, .main_menu ul:first-child>li a {
        height: 80px;
        line-height: 80px;
    }
    nav.main_menu {
        top: 20px;
    }
    
    .av-main-nav>li>a {
    	font-size:14px;
     }

	.bannerText {
        width: 380px;
        height: 210px;
    }
    .bannerText h1 {
        font-size: 28px;
        margin-bottom: 28px;
        line-height: 34px;
    }
    .bannerText .pageTitle a {
        padding: 10px 24px;
        font-size: 22px;
    }
    div#sgpb-popup-dialog-main-div {
        width: auto !important;
        overflow:auto !important;
    }
}

@media(max-width:991px) and (min-width:768px) {
    .html_header_top.html_header_topbar_active.html_header_sticky #top #main {
      padding-top: 150px;
    }
    
    .responsive .logo {
        /* float: left; */
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        position: absolute;
        top: -20px;
    }
	
    #header_main .container, .main_menu ul:first-child>li a {
        height: 80px;
        line-height: 80px;
    }
    nav.main_menu {
        top: 20px;
    }
    
    .av-main-nav>li>a {
    	font-size:10px;
     }
    
    .bannerText {
        width: 280px;
        height: 171px;
    }
    
    .bannerText h1 {
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 22px;
    }
    
    .bannerText .pageTitle a {
        padding: 7px 20px;
        font-size: 18px;
    }
     div#sgpb-popup-dialog-main-div {
        width: auto !important;
        overflow:auto !important;
    }
}

@media(max-width:767px) {
    
    .wpcf7-recaptcha div {
        width: 304px !important;
    }
    
    ul#mobile-advanced li {
        font-size: 14px !important;
    }
    
    section.movingHouseFaqBlog .container {
        max-width: 100% !important;
        width: 100% !important;
        }
    
    p{
        font-size: 20px !important;
        line-height: 24px;
    }
    
/*.bannerImg>img {
    object-fit: cover;
    height: 100%;
    max-height: 220px;
}*/

.breadcrumb-trail .trail-before {
    margin-top: 0px;
}

.title_container .breadcrumb{
	font-size:10px;
}

.responsive .title_container .breadcrumb {
    min-height: 30px;
}

.bannerText {
	height: auto;
    background-color: none;
}

.bannerText h1 {
    font-size: 18px;
    margin-bottom: 20px;
    line-height:30px;
    display:none;
}

.bannerText .pageTitle a {
    padding: 5px 18px;
    font-size: 16px;
    margin-bottom: 0px;
    display: block;
    margin-top: 60px;
    width: 100%;
}

.bannerText {
    left: 0;
    right: 0;
    max-width: 75%;
    margin: 0 auto;
    height: 175px;
}
div#sgpb-popup-dialog-main-div {
    width: auto !important;
    overflow:auto !important;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=tel], .wpcf7-form input[type=email], .wpcf7-form textarea {
    padding: 5px !important;
    height: 30px;
}
p.form_topText {
    font-size: 17px;
}
	
	
	


}

@media(max-width:320px) {

.title_container .breadcrumb{
	font-size:9px;
}

.responsive .title_container .breadcrumb {
    min-height: 50px;
}

}

/* End custom css by Abida/Dev */



.sg-popup-builder-content .row { margin-bottom:0;}
.popup_Contact {display: flex;}
.sgpb-popup-builder-content-html aside {	background: #0096d6; padding-bottom: 25px; padding-left:0; padding-right:0; }
.sg-popup-builder-content li {
	font-size: 16px;
	color: #fff;
	position: relative;
	margin-bottom: 10px;
}
.sg-popup-builder-content .col-md-6 { vertical-align: middle; }
.sg-popup-builder-content li::before {
	content: "";
	height: 20px;
	width: 20px;
	display: block;
	background-image: url(../images/background-images/ok-mark.png);
	background-repeat: no-repeat;
	background-size: 20px;
	position: absolute;
	left: -30px;
	top:4px;
}
.sg-popup-builder-content ul {
	padding:15px 3px 0 40px;
	margin: 15px;
}
.sgpb-popup-close-button-1 {
	top: -10px !important;
	bottom: 0;
	right:-10px !important;
}
.sgpb-theme-1-content {
	box-shadow: none !important;
	border:0 !important; 
	padding:0 !important; 
}
.sg-popup-builder-content form {
	padding: 15px;
}
.sg-popup-builder-content .wpcf7-submit {
	background:#0096d6;
	color: #fff;
}
.popup_img img {
	max-width:380px;
}
.popup_img {
	overflow: hidden;
}

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media screen and (min-width: 720px){
#menu-item-3782 ul.sub-menu {
    width: 540px !important;
    left: -253px !important;
}
#menu-item-3782 ul.sub-menu li {
    width: 33.33% !important;
}
}

@media only screen and (min-width: 767px) {
.page-id-734 .wpsm_panel.wpsm_panel-default {
    width: 48%;
    display: inline-block;
}
}
@media only screen and (min-width: 1060px) {
.book_btn, .btn.submit_btn {
    width:64%;
}
.books.left button {
    width:64%;
}
.avia-mozilla .books.left button {
    width: 51%;
}
}

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */

  /*.sgpb-popup-overlay {display: none;}
  #sgpb-popup-dialog-main-div-wrapper {	display: none;}*/
#header_meta .left {
    width: 100%;
    float: none;
    margin-top: 5px;
    text-align: center;
}
.sgpb-theme-1-overlay.sgpb-popup-overlay-3836.sgpb-popup-overlayhome {
    display: none;
}
.sg-popup-contenthome { display: none; }
p {
    font-size: 20px;
}
}

#header_meta .left {
    width: 50%;
    float: left;
    margin-top: 5px;
}
#header_meta span.left-txt {
    font-family: sans-serif;
    letter-spacing: 0px;
    font-size: 18px;
    font-weight: bold;
    color: #cb2570;
    padding-right: 6px;
}
#header_meta span.right-txt {
    font-family: sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #938f8f;
}
#header_meta .left a:hover {
    text-decoration: none;
}
.page-template-sitemap a {
    color: #719430;
}
.page-template-sitemap a:hover, .page-template-sitemap a:focus, .page-template-sitemap a:visited {
    color: #719430;
}
.page-template-sitemap h2, .page-template-sitemap h3 {
    color: #719430;
}
#header_meta {
    height: 40px;
}
.responsive .container {
    padding-top: 4px;
}
.phone-info span {
    font-size: 14px;
}
@media screen and (max-width: 767px) {
    
    .avia_textblock ul li {
    font-size: 20px;
    line-height: 26px;
}
    
    .wpcf7-form p {
        margin-bottom: 5px !important;
    }
    
    div#sgpb-popup-dialog-main-div {
    max-width: 330px !important;
    /* margin-left: 0; */
}
    
    section.av_textblock_section .avia_textblock p {
    font-size: 15px;
}
.captcha_submit .wpcf7-form-control-wrap div {
        min-width: 304px !important;
        float: none;
        margin-bottom: 20px !important;
    }
  #header_meta { height: 80px;}
#header_meta .left { width: 100%;}
header.header-scrolled, .header-scrolled.header-scrolled-full {
    position: fixed !important;
    top: 0 !important;
}
.menu_group li { width:100% !important;}
.menu_group { top:0px }
.html_header_top.html_header_sticky #header { position: fixed !important; }
.html_header_top.html_header_topbar_active.html_header_sticky #top #main{
    padding-top: 160px !important;
}

	 p{
		font-size: 22px !important;
    line-height: 33px;
	}	
	
	li{
		font-size: 22px !important;
    line-height: 33px;
	}		

}
.page-template-sitemap #footer a, .page-template-sitemap .mid-footer a, .page-template-sitemap #socket .sub_menu_socket {
    color: white;
}
.page-template-sitemap #footer h3 {
    color: #666666;
}
.page-template-sitemap .sub_menu_socket a:hover, .page-template-sitemap .sub_menu_socket a:focus, .page-template-sitemap .sub_menu_socket a:visited {
     color: white; 
}
.page-template-sitemap .sub_menu_socket a {
     color: white; 
}

/*------------------button css start-------------------------*/

.menu_group ul { padding:0; margin:0;}
.menu_group li {
    width: 50%;
    float: left;
    text-align: center;
    margin: 0;
    list-style: none;
}
.menu_group .head-text {
    color: #666666;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 20px;
    display: inline-block;
    line-height: normal;
    width: 100%;
}

.book_btn, .btn.submit_btn {
    background: #719430;
    color: white;
    padding:18px;
    font-size: 17px;
    font-weight: 900;
    border-radius: 33px;
    border: 2px solid #719430;
    line-height: normal;
}

.menu_group {
    position: relative;
    top: 200px;
}
.books.left button {
    float: right;
    background: #719430;
    color: white;
    font-size: 17px;
    font-weight: 900;
    border: none;
    padding: 20px;
    border-radius: 30px;
}
.right a {
    background: #719430;
    color: white;
    font-size: 16px;
    font-weight: 900;
    padding: 20px;
    border-radius: 40px;
}

.avia-mozilla .col-md-6.right {
    float: right;
    width: 47%;
    margin-top: 20px;
}
.avia-mozilla .col-md-6.books.left {

    width: 50%;
    display: inline-block;

}
.avia-mozilla  .books.left button:hover {
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    
/*--------------------------------28/01/2022-----------------------------------------*/

.bannerImg>img {
    object-fit: cover;
    height: 180px;
    max-height: 430px;
}
.bannerText {
    max-width: 65%;
    height: 85px;
        background-color: rgb(255 255 255 / 3%);
}

.bannerText h1{display: none;}

/*-------------------------------- End 28/01/2022-----------------------------------------*/

}

@media screen and (max-width: 668px) {

.col-md-6.books.left button {
    float: none;
    margin: auto;
    display: block;
    width: 100%;
}
.col-md-6.right a {
    display: block;
    width: 100%;
    text-align: center;
    float: none;
    margin-top: 10px;
}
}
strong.que_style {
    font-size: 13px !important;
}
.page-id-734 .wpsm_panel.wpsm_panel-default {
    vertical-align: top !important;
}
h2.pageh2 {
    text-transform: none !important;
}
.moving_house_services ul li.q p{    cursor: pointer;}

/*-------------------------------- popup box -----------------------------------------*/
.newpopupdesign span.cf7ic-icon-wrapper label {
    margin-bottom: 5px;
}
.newpopupdesign .contact-form-inner input[type="text"], 
.newpopupdesign .contact-form-inner input[type="email"], 
.newpopupdesign .contact-form-inner textarea, 
.newpopupdesign .wpcf7-form input[type="text"], 
.newpopupdesign .wpcf7-form input[type="email"], 
.newpopupdesign .wpcf7-form textarea {
    margin-top: 2px!important;
}
.ays-pb-modal-close.ays-pb-modal-close_1.ays-pb-close-button-delay.ays_pb_pause_sound_1 {
 
    right: -10px ! IMPORTANT;
    top: -10px !important;
}
.newpopupdesign h2.ays_pb_show_title_on_mobile.ays_pb_title_styles_1 {

    font-size: 16px !important;
    font-weight: bold !important;
}
.ays-pb-modal.ays-pb-modal_1.newpopupdesign {
    padding: 15px 15px 0px !important;
    overflow: unset !important;
    height: auto !important;

    max-height: fit-content !important;
    min-height: auto !important;
}
p.ays_pb_timer.ays_pb_hide_timer_on_mobile.ays_pb_hide_timer_on_pc.ays_pb_timer_1 {
    display: none;
}
.newpopupdesign  .wpcf7-form textarea {
    height: 50px!important;
}
.newpopupdesign .wpcf7~p {
    display: none;
}
.newpopupdesign .wpcf7-form .wpcf7-submit, .newpopupdesign .wpcf7-form .wpcf7-submit {
    height: 40px;
    border-radius: 4px;
    margin: 0 auto;
    display: block;
    width: 50% !important;
    margin: auto;
}
.newpopupdesign .wpcf7-form label {
    margin-bottom: 1px;
}
.ays-pb-modal.ays-pb-modal_1.newpopupdesign p{
    text-align: left!important
}
.ays_content_box {
    padding: 0px!important
}
.iheartndisimg {
    text-align: center;
}
hr.ays-popup-hrs-default {
    display: none;
}




p.ays_pb_timer.ays_pb_timer_1 {
    display: none!important;
}



.tag-sectio-outer {
    background-color: #f2f5f7;
    padding: 40px 0px;
}    
  a.btntages {
    display: inline-block;
    background: #fff;
    border: 1px solid #719430;
    border-radius: 100px;
    color: #719430;
    padding: 4px 14px;
    font-size: 14px;
    transition: all 0.4s ease-in-out;
}
a.btntages:hover {
    border: 1px solid #719430;
    background: #719430;
    color: #fff;
    text-decoration: none;
}
.tags-outes {
    display: flex
;
  margin-top: 20px;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
section.tag-sectio-outer h2 {
    font-size: 30px;
    color: #18181b;
    font-weight: bold;
    text-align: center;
    word-break: break-word;
  
}


.widgettitle {
  color: #fff !important;
}
#footer .textwidget ul li a {
  font-size: 16px;
  line-height: 27px;
}

#avia3-menu li a {
  font-size: 15px;
}

.mid-footer { 
  font-size: 15px;
}

.copyright {
  font-size: 15px;
}
    
@media (max-width: 767.98px) {
    .ays-pb-modal.ays-pb-modal_1.newpopupdesign {
    width: 90% !important;
}
div.wpcf7-response-output {
margin: 0em 0.5em 1em;
}

body .wpcf7, .newpopupdesign h2.ays_pb_show_title_on_mobile.ays_pb_title_styles_1 {
    font-size: 18px!important;
}
.newpopupdesign p {
    line-height: 15px;
}
div.wpcf7-response-output {
    line-height: normal;
}
	span.cf7ic_instructions {
    font-size: 16px;
    line-height: 25px;
}
	body .cf7ic-style1 .cf7ic-icon-wrapper svg{
		width: 1em;
    height: 1em;
	}
    a.btntages {
        padding: 4px 10px;
        font-size: 12px;
        text-align: center;
    }
}

