<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:   blocksy-child
Theme URI:    http://localhost/bookmymovers/blocksy-child
Template:     blocksy
Version:      2.0.57
*/
.elementor-9 .elementor-element.elementor-element-eafe62f:not(.elementor-motion-effects-element-type-background), .elementor-9 .elementor-element.elementor-element-eafe62f &gt; .elementor-motion-effects-container &gt; .elementor-motion-effects-layer
{
    z-index:-1;
}

.logo img{
    height: 67px;
    max-width: 100%;
    width: 117px;
    
}
.checkbox , .hamburger-lines
{
    display:none!important;
}
@keyframes blink
{
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.myphonenumber , .specialphone
   {
    
    animation :blink 1s infinite ease-in;
   }



a
{
    text-decoration:none!important;
}
#mynavbar2 li a
{
    color:#2fb929;
    
}
#mynavbar2 li 
{
    margin-right: 8px;
}
#mynavbar2 &gt; li &gt; a:hover
{
    font-weight:500!important;
    background-color: white!important;
}
#mynavbar2 &gt; li
{
    font-weight:500!important;
    background-color: white!important;
}
#dm
{
    position: absolute !important;
    width: 300px;
    
    right: -112px;
    top: 20px;
    max-height: 540px;
    overflow-y:scroll;
   
}

.mobilenavbar
{
    display: none;
}
.navbar.mobilenavbar
{
    margin-bottom:0;
}
.navbar{
    width: 100%;
    box-shadow: 0 1px 4px rgb(146, 161, 176 / 15%);
    background-color: white;
}
.navbar-toggle .icon-bar {
    background-color:#0e2431;
}
.navbar-toggle
{
   border: 1px solid grey!important;
}
.location-block
{
margin-right:27px;
}
.location-block__phone a:hover {
   color: #2fb929!important;
}
.getquote
{
    position: absolute;
    display: block;
    top: 15px;
    right: 38px;
    display: flex;
    align-items: center;
}
.desktopnavbar.navbar
{
    min-height:78px!important;
}

.desktopnavbar
{
    box-shadow: 1px 1px 2px #d5d5dd;
}
.quotebutton
{
    border: 1px solid #2fb929;
    background-color:#2fb929;
    padding: 9px 12px 10px 12px;
    border-radius: 11px;
    color: white;
    width: 131px;
    text-align: center;
}
.quotebutton1
{
    border: 1px solid #2fb929;
    background-color:#2fb929;
    padding: 9px 12px 10px 12px;
   
    color: white;
    width: 100%;
    text-align: center;
    height: 54.5px;
}
.dropdown-menu
{
    left:0;
     width:100%;
     text-align:center!important;
}
.navbar .menu-items  ul.firtsstul li {
    font-size: 1.5rem;
    font-weight: 500;
    padding: 12px 0;
    border-top: 1px solid grey;
}
.navbar .menu-items  ul.firtsstul li ul li
{
 border-top:none;
 padding: 0px;
}
.firtsstul
{
    padding-left:0px!important;
}

.nav-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 62px;
}

.navbar .menu-items{
    display: flex;
}

.navbar .nav-container li{
    list-style: none;
}

.navbar .nav-container a{
    text-decoration: none;
    color: #2fb929;
    font-weight: 500;
    font-size: 1.8rem;
    padding: 0.7rem;
}
.location-block__phone i.fa.fal.fa-light.fa-phone {
    color: #2fb929;
}
.navbar .nav-container a:hover{
    font-weight: bolder;
}

.nav-container{
    display: block;
    position: relative;
    height: 60px;
}

/* .nav-container .checkbox{
    position: absolute;
    display: block;
    height: 33px;
    width: 33px;
    top: 20px;
    right:33px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
} */

/* .nav-container .hamburger-lines{
    display: block;
    height: 26px;
    width: 32px;
    position: absolute;
    top: 24px;
    right:33px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nav-container .hamburger-lines .line{
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #0e2431;
}

.nav-container .hamburger-lines .line1{
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
}

.nav-container .hamburger-lines .line2{
    transition: transform 0.2s ease-in-out;
}

.nav-container .hamburger-lines .line3{
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
} */

.navbar .menu-items{
    padding-top: 0px;
    height: 100vh;
    width: 24%;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
   overflow-y: scroll;
    padding-left: 0px;
    top:78px;
    position: absolute;
    transition: transform 0.5s ease-in-out;
    text-align: center;
    background:white;
    background:black;
   
}
.dropdown-menu 
{
    position:static!important;
    margin-top:13px!important;
    border-radius:0!important;
    z-index:5;
    padding-bottom:0!important;
    padding-top:0!important;
    border-bottom:1px solid grey!important;
    max-height: 192px;
  overflow-y: scroll;

    
   
}
.dropdown-menu a{
    text-align: center;
}
.social {
    
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 83%;
}
.social-links li
{
    float: left;
}
.dropdown-menu  li
{
   
    padding: 8px 0px!important;
}
.dropdown-menu  li:hover 
{
   background-color: black!important;
   color: white !important;
}
.dropdown-menu  li:hover   a
{
   background-color: black!important;
   color: white !important;
}
.navbar .menu-items ul.firtsstul li:hover
{
    background:white;
    color:black;
}
.navbar .menu-items ul.firtsstul li:hover a
{
    
    color:black;
}
.navbar .nav-container li a
{
    color:white;
}


.navbar .menu-items li{
   
    font-size: 1.5rem;
    font-weight: 500;
    color:white;
}
.container-fluid.nav-container
{
    padding-left:0px;
    padding-right:0px;
}
.social-links li a:hover
{
    color:#7456f1;
}
.logo{
    position: absolute;
    top: 8px;
    left:8px;
    font-size: 1.2rem;
    color: #2fb929!important;
}
.logo h1  a
{
    font-size:40px!important;;
    text-decoration: none!important;;
    font-weight:700!important;;
}
.logo h1  a:hover
{
    font-size:40px!important;;
    text-decoration: none!important;;
    font-weight:700!important;;
}
/* .nav-container input[type="checkbox"]:checked ~ .menu-items{
    transform: translateX(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1{
    transform: rotate(45deg);
    
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2{
    transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3{
    transform: rotate(-45deg);
    
} */
.dropdown:hover  .dropdown-menu
{
    display: block;
}


/* .nav-container input[type="checkbox"]:checked ~ .logo{
    text-align: center;
    top: 15px;
    transition: transform 0.5s ease-in-out;
    transform: translate(-140%);
} */

@media screen and (max-width:1000px)
{
    /* .getquote
    {
        display:none;
    } */
   .myphonenumber
   {
    display:none!important;
   }
    .getquote1
    {
        display:none!important;
    }
    .nav-container .checkbox{
        position: absolute;
        display: block!important;
        height: 33px;
        width: 33px;
        top: 20px;
        right:33px;
        z-index: 5;
        opacity: 0;
        cursor: pointer;
    } 
    .nav-container .checkbox {
        top:19px;
    
    }
    .getquote1
    {
        display:none!important;
    }

    .nav-container .hamburger-lines{
       
        height: 26px;
        width: 32px;
        position: absolute;
        top: 24px;
        right:33px;
        z-index: 2;
        display: flex!important;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .nav-container .hamburger-lines .line{
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #0e2431;
    }
    
    .nav-container .hamburger-lines .line1{
        transform-origin: 0% 0%;
        transition: transform 0.4s ease-in-out;
    }
    
    .nav-container .hamburger-lines .line2{
        transition: transform 0.2s ease-in-out;
    }
    
    .nav-container .hamburger-lines .line3{
        transform-origin: 0% 100%;
        transition: transform 0.4s ease-in-out;
    }
    .nav-container .hamburger-lines 
{
    top:26px;
}
.nav-container input[type="checkbox"]:checked ~ .menu-items{
    transform: translateX(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1{
    transform: rotate(45deg);
    
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2{
    transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3{
    transform: rotate(-45deg);
    
}
}

@media screen and (max-width:750px)
{
    /* .getquote
    {
        display:none;
    } */
    
    .getquote1
    {
        display:none!important;
    }
    .logo h1
{
    font-size:23px;
    color: #2fb929 !important;;
}
.logo
{
    top:13px;
}
.desktopnavbar.navbar {
    min-height: 58px!important;
}
/* .nav-container .checkbox {
    top:10px;

} */
/* .nav-container .hamburger-lines 
{
    top:18px;
} */
.navbar .menu-items
{
    width:100%;
    border-radius:0%;
}
/* .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1{
    transform: rotate(45deg);
    background:White;
    
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2{
    transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3{
    transform: rotate(-45deg);
  background:White;
    
} */
.navbar .menu-items{
    padding-top: 0px;
    height: 100vh;
    width: 100%;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
   
    padding-left: 0px;
    top:61px;
    position: absolute;
    transition: transform 0.5s ease-in-out;
    text-align: center;
    background:white;
    background:black;
   
}
.dropdown-menu 
{
    border-left:none!important;
    border-right:none!important;
    border-top:none!important;
}
.navbar .menu-items ul.firtsstul li
{
    text-align: center;
}
.logo h1  a
{
    font-size:24px!important;
    text-decoration: none!important;;
    font-weight:700!important;;
}
.logo h1  a:hover
{
    font-size:24px!important;;
    text-decoration: none!important;;
    font-weight:700!important;;
}
.logo{
    position: absolute;
    top: 10px;
    left:17px;
    font-size: 1.2rem;
    color: #2fb929!important;
}
.logo img{
    height: auto;
    width: 70px;
}
}


@media screen and (max-width:500px)
{
    .container-fluid.nav-container {
        padding-left: 0px;
        display: flex;
        padding-right: 0px;
        justify-content: center;
    }
    .logo {
        position: absolute;
        top: 10px;
        left: 7px;
        font-size: 1.2rem;
        color: #2fb929 !important;
    }
    
    
    .nav-container .checkbox{
        position: absolute;
        display: block!important;
        height: 33px;
        width: 33px;
        top: 20px;
        right:33px;
        z-index: 5;
        opacity: 0;
        cursor: pointer;
    } 
    .nav-container .checkbox {
        top:10px;
    
    }
    .getquote1
    {
        display:none!important;
    }

    .nav-container .hamburger-lines{
       
        height: 26px;
        width: 32px;
        position: absolute;
        top: 24px;
        right:33px;
        z-index: 2;
        display: flex!important;
        flex-direction: column;
        justify-content: space-between;
    }
    
    .nav-container .hamburger-lines .line{
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #0e2431;
    }
    
    .nav-container .hamburger-lines .line1{
        transform-origin: 0% 0%;
        transition: transform 0.4s ease-in-out;
    }
    
    .nav-container .hamburger-lines .line2{
        transition: transform 0.2s ease-in-out;
    }
    
    .nav-container .hamburger-lines .line3{
        transform-origin: 0% 100%;
        transition: transform 0.4s ease-in-out;
    }
    .nav-container .hamburger-lines 
{
    top:18px;
}
.nav-container input[type="checkbox"]:checked ~ .menu-items{
    transform: translateX(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1{
    transform: rotate(45deg);
    
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2{
    transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3{
    transform: rotate(-45deg);
    
}
/* .getquote {
    position: absolute;
    display: block;
    top: 15px;
    right:89px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 19px;
} */
@keyframes blink
{
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.myphonenumber
   {
    display:block!important;
    animation :blink 1s infinite ease-in;
   }



}</pre></body></html>