@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

*{
	margin:0;
}
.tagline{display:none;}
h1{
    font-size: 46px;
}

h2{
    font-size: 30px;
    font-weight: 600;
}
p {
    font-size: 14px;
    font-weight: 500;
}

.copysocial li{display:inline-block;padding: 0 8px!important;}
.copysocial{padding:0px;text-align: center;}
.modal2 {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    z-index: 999;
}
.modal-content2 {



    background-color: #fefefe;



    margin: auto;



    padding: 20px;



    border: 1px solid #888;



    width: 40%;



}







/* The Close Button */



.close2 {



    color: #aaaaaa;



    float: right;



    font-size: 28px;



    font-weight: bold;



}


.modal-content2 h4{ text-align:center; color:#04c4fd; text-transform: capitalize; font-family: 'Noto Serif', serif;}




.close2:hover,



.close2:focus {



    color: #000;



    text-decoration: none;



    cursor: pointer;



}
a{
    text-decoration: none !important;
}

img{
	max-width: 100%;
}

.cmn_space{
	padding: 50px 0px;
}
.text-darkblue{
    color: #004266;
}

.theme-btn {
padding: 15px 20px;
    font-size: 20px;
    color: #ffffff !important;
    font-weight: 400;
    border-radius: 0;
    text-transform: capitalize;
    border: 0px;
    min-width: 200px;
    line-height: 1;
    white-space: normal;
    border-radius: 30px;
    background: #ed1b24;
    background: -moz-linear-gradient(top, #ed1b24 1%, #730408 100%);
    background: -webkit-linear-gradient(top, #ed1b24 1%,#730408 100%);
    background: linear-gradient(to bottom, #ed1b24 1%,#730408 100%) !important;
    box-shadow: 0px -4px 0px 0 rgb(110 9 14 / 91%);
    transition: all 0.1s ease-in-out;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

body{
	padding:0;
	margin:0;
	font-family: 'Montserrat', sans-serif;
	color: #292929;
}

/*header*/
.tagline {
    background: #004266;
}

.tagline h6 {
    color: #fff;
    margin: 0;
    font-size: 12px;
}

.tagline h6 a {
    font-size: 12px;
    text-decoration: underline !important;
    color: #fff;
}

.bg-red {
    background: #ed1b24;
}

header {
    box-shadow: 0px 0px 20px 0 rgb(0 0 0 / 30%);
    position: sticky;
    top: 0;
    background: #fff;
    z-index:99;
}

.navbar-brand{
    padding: 0px;
}
.top-bar{
	padding: 13px 0px;
}

.navbar-dark {
    background: #004266;
}
header .navbar-nav {
    justify-content: space-between;
    padding: 15px 0;
}
.navbar .nav-link {
    padding: 15px 15px !important;
    outline: none;
    text-transform: capitalize;
    font-size: 15px;
    line-height: normal;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: #ffffff !important;
    border-radius: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    transition: all .3s ease;
}

.navbar .nav-item.active a {
    background: #fff;
    color: #004266 !important;
}

.info .media-body a {
    font-size: 32px;
    color: #ed1b24;
    line-height: 1;
}

.info .media-body a + p {
    font-size: 21px;
    color: #004266;
    line-height: 1;
}

.info .media-body p {
    line-height: 1;
    color: #004266;
}

/*banner*/

.banner {
    background-color: #d2e4f3;
}

.banner .carousel-item{
	padding: 67px 0px;
}

.banner .carousel-indicators{
	bottom: 0px;
}

.banner .carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: #94191c;
    margin-right: 6px;
    margin-left: 6px;
    cursor: pointer;
}

.banner .carousel-indicators li.active {
    transform: rotate(45deg);
    background-color: #ffffff;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 43%);
}

.banner .box {
    background: rgb(0 66 102 / 66%);
    color: #fff;
    padding: 0 0 15px;
    margin-bottom: 15px;
}

.banner .box img {
    margin-top: -40px;
}

.banner .content h1 {
    line-height: 1.1;
    letter-spacing: 2px;
    font-weight: bold;
    padding: 5px 15px 0;
}

.banner .content h1 + p {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 0px;
    padding: 0px 15px;
    font-weight: normal;
}

.banner .content h1 b {
    color: #004266;
}

/*why choose us*/
form .custom-checkbox a {
    color: #fff;
}
.choose article h4{
	font-size: 20px;
    margin-top: 10px;
}
.choose article p {
    margin-bottom: 0px;
}
.choose .count {
    color: #94191c;
    margin-bottom: 5px;
}

.title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.title:after {
	content: "";
	width: 140px;
	height: 2px;
	left: 0;
	bottom: 0;
	position: absolute;
	background: #004265;
	background: -moz-linear-gradient(left,  #004265 0%, #004265 50%, #dd3334 50%, #dd3334 100%);
	background: -webkit-linear-gradient(left,  #004265 0%,#004265 50%,#dd3334 50%,#dd3334 100%);
	background: linear-gradient(to right,  #004265 0%,#004265 50%,#dd3334 50%,#dd3334 100%);
}

.quote {
    background: #004266;
    padding: 30px;
    margin: 30px 0px 0px 0px;
}

.quote h3 {
    background: #ee232b;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 23px;
    margin: -60px auto 30px;
    padding: 15px 30px;
    font-weight: 500;
    display: table;
}

.quote .input-group-text {
    background: transparent;
    border-color: transparent;
}

.quote .form-control {
    background: transparent;
    border-color: transparent;
    padding-left: 0;
}

.input-group {
    background: #fff;
    border-radius: 5px;
}

.quote .form-control:focus {
    box-shadow: none;
}

.input-group-text {
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-align: start;
}

.input-group-text i {
    padding-top: 4px;
}

.quote .custom-checkbox {
    margin-bottom: 20px;
    color: #fff;
}

.quote button {
    margin: auto;
    display: block;
}

.choose article {
    padding-bottom: 40px;
}

/*about-us*/

.about-us{
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #b9d2fb;
    position:relative;
}

.about-us:before{
    content: "";
    background: url(../img/map.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 417px;
    position: absolute;
    left: 0;
    top: 0;
}

.about-us .logistic{
    margin: 0 auto;
}

.about-us article {
    position: relative;
    padding: 45px 0 70px 35px;
}

.about-us article h2 {
    margin-bottom: 20px;
}
.about-us article p {
    color: #000;
}
.about-us article p:last-child{
    margin-bottom: 0px;
}

/*service*/

.country-mark {
    margin: -80px auto 30px;
    display: block;
    text-align: center;
    position: relative;
}

.splash {
    width: 120px;
    height: 120px;
    margin: -60px auto 50px;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: block;
    position: relative;
}

.splash:before {
    content: "";
    position: absolute;
    width: 155px;
    height: 160px;
    left: 0;
    right: 0;
    top: 10px;
    bottom: 0;
    background: rgb(0 0 0 / 75%);
    border-radius: 50%;
    margin: auto;
    filter: blur(10px);
}

.starburst {
    background: #ed1b24;
    width: 120px;
    height: 120px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
}

.starburst,
.starburst span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.starburst span {
  width: 100%;
  height: 100%;
  background: inherit;
  transform: rotate(45deg);
}

.starburst span > b {
    font-size: 47px;
    font-weight: 600;
    padding-bottom: 2px;
    line-height: 1;
}

.starburst:before,
.starburst:after ,
.starburst span:before,
.starburst span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: -1;
  transform: rotate(30deg);
}

.starburst:after {
  transform: rotate(-30deg);
}

.starburst span:after {
  transform: rotate(30deg);
}
.starburst span:before {
  transform: rotate(-30deg);
}

.example {
    transform: rotate(-45deg);
}

.service .card {
    border: 0px;
    height: 100%;
}
.service .box {
    margin-bottom: 30px;
}

.service .card .card-body {
    background: #fff;
    padding: 0px;
}

.service .row {
    margin-bottom: 0px;
}

.service .card .card-body h5,
.service .card .card-body h5 a{
    font-size: 20px;
    color: #004266;
    line-height: 1;
}

.service .card .card-body p {
    margin-bottom: 0;
}

.num {
    margin-bottom: 10px;
    position: relative;
}

.num:after {
    content: "";
    background: transparent;
    position: absolute;
    width: 0px;
    height: 2px;
    z-index: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
     transition: all 0.3s ease-in-out;
}


.service .card:hover .num:after {
    background: #ed1b24;
    width: 100px;
}


.num span {
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 30px;
    font-size: 14px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.num:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #ccc;
    margin: auto;
    z-index: 0;
}

.num span:before {
    content: "";
    background: #004266;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: skewX(-15deg);
    
}

.service .card:hover .num span:before {
    background: #ed1b24;
}


.num span b {
    font-weight: normal;
}

.benefits .pic {
    height: 100%;
}

.benefits .pic img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.benefits article {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*tilt*/

.tilt .right:before {
    border-left: 70px solid #004266;
    border-bottom: 155px solid transparent;
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
}

.tilt .right {
    background: #ed1b24;
    padding-left: 60px;
    overflow: hidden;
}

.tilt .left {
    background: #004266;
}

.tilt {
    background-image: -webkit-linear-gradient( 120deg, #004266 0%, #004266 50%, #ed1b24 50%, #ed1b24 50%);
    background-image: linear-gradient( 120deg, #004266 0%, #004266 50%, #ed1b24 50%, #ed1b24 50%);
    position: relative;
    overflow: hidden;
}

.tilt .content * {
    margin: 0;
    color: #fff;
}

.tilt .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 20px 0;
}

.tilt .content h3 {
    font-size: 48px;
    line-height: 1;
    text-transform: uppercase;
}
.tilt .content h3+h5 {
    font-size: 29px;
    font-weight: normal;
}

.tilt  .call_back * {
    margin: 0;
    color: #fff;
   text-decoration: none;
}

.tilt .call_back {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0;
}


.tilt .call_back h4 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
}

.tilt .call_back h2 {
    font-size: 48px;
    line-height: 1;
    font-weight: normal;
}


/*review new*/
.clients {
    border-top: 1px solid #ffffff;
    padding: 50px 0 50px;
    position: relative;
    background: url(../img/format/reviews_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.clients .box {
    color: #fff;
    text-align: center;
    position: relative;
}

.clients .box .comment {
    font-weight: inherit;
    font-style: italic;
    line-height: 27px;
    position: relative;
    padding-bottom: 20px;
}

.clients .carousel-indicators {
    bottom: 15px;
    margin-bottom:0px;
}


.clients .carousel-indicators li {
    background-color: #ed1b24;
    border-radius: 30px;
    overflow: hidden;
    height: 8px;
    cursor: pointer;
}

.clients .carousel-indicators .active {
    background-color: #ffffff;
    width: 15px;
}

.clients .box .comment:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 150px;
    height: 3px;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.clients .box .comment:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 8px;
    height: 8px;
    bottom: -2px;
    margin: auto;
    left: 150px;
    right: 0;
    border-radius: 50%;
}
#carouselReviewsIndicators {
    padding: 40px 170px 40px 95px;
}
.clients #carouselReviewsIndicators:before {
    content: "";
    width: 99px;
    height: 79px;
    background: url(../img/format/left-quote.webp) no-repeat;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 20px;
    background-size:contain;
}

.clients #carouselReviewsIndicators:after {
    content: "";
    position: absolute;
    width: 165px;
    height: 118px;
    background: url(../img/format/right-quote.webp) no-repeat;
    overflow: hidden;
    right: 0;
    top: 20px;
    background-size:contain;
}


.clients article {
    height: 100%;
    display: flex;
    align-items: center;
}

.clients:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 31.5%;
    height: 1px;
    top: 30px;
    margin: auto;
    right: 0;
}

.clients:after {
    content: "";
    position: absolute;
    background: #fff;
    width: 5px;
    height: 5px;
    top: 28px;
    margin: auto;
    right: 31.5%;
    border-radius: 50%;
}

.clients .media img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #154661;
    font-size: 10px;
}

.clients .media {
    align-items: center;
    justify-content: center;
}

.clients .media-body h6 {
    margin-bottom: 2px;
}

.clients .media-body {
    flex: inherit;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
}

.line {
    position: absolute;
    top: 30px;
    width: 5%;
    background: #fff;
    height: 6px;
    transform: skew(40deg);
    left: -2px;
}
.line span {
    position: absolute;
    top: 0;
    width: 6px;
    background: #fff;
    height: 6px;
    right: -45px;
}
.line:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    right: -15px;
    transform: skew(-3deg);
    
}

.line:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    right: -30px;
    transform: skew(-3deg);
}

/*move-day*/

.move-day {
    background: #e5e5e7;
}

.move-day ul {
    margin: 0;
    padding: 0;
}
.move-day ul+p {
    margin-top: 15px;
}
.move-day .box p a {
    color: #ed1b24;
}
.move-day ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
}

.move-day ul li:last-child{
    padding-bottom:0px;
}

.move-day ul li:before {
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 2px;
    font: normal normal normal 14px/1 FontAwesome;
    background: 0 0!important;
    color: #004266;
    content: "\f192";
    transition: all .3s ease-in-out;
}


/*faq*/
.accordion-container {
    position: relative;
    width: 100%;
    border-top: none;
    outline: 0;
    cursor: pointer;

}
.content-entry {
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #e1e0e0;
    outline: none;
    transition: all 0.4s ease-in-out;
}
.accordion-container article:last-child {
    margin-bottom: 0;
}
.accordion-container .article-title {
    display: block;
    position: relative;
    margin: 0;
    padding: 15px 40px 15px 15px;
    font-size: 18px;
    font-weight: normal;
    color: #292929;
    cursor: pointer;
}

.accordion-container .content-entry:hover,
.accordion-container .content-entry:active{
    border-color: #004266;
}

.accordion-container .content-entry:hover .article-title,
.accordion-container .content-entry:active .article-title,
.accordion-container .content-entry:hover .article-title i,
.accordion-container .content-entry:active .article-title i {
    color: #004266;
}

.accordion-container .content-entry i {
    position: absolute;
    top: 13px;
    right: 12px;
    font-size: 15px;
    font-style: normal;
    color: #646464;
    transition: all 0.4s ease-in-out;
    border: 1px solid #a0a0a0;
    padding: 3px;
    border-radius: 8px;
    width: 22px;
    height: 22px;
    text-align: center;
}

.accordion-container .content-entry i:before {
    content: "\f067";
    transition: all 0.4s ease-in-out;
}

.accordion-container .content-entry.open i:before {
    content: "\f068";
    transition: all 0.4s ease-in-out;
}

.accordion-content {
    display: none;
    padding: 15px 40px 15px 30px;
    position: relative;
}

.content-entry .accordion-content:before {
    border-bottom: 1px solid #004266;
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 94%;
    margin: auto;
}
.accordion-content p {
    margin-bottom: 0px;
}
.content-entry.open {
    border-color: #004266;
}

.content-entry.open .article-title, .content-entry.open .article-title i {
    color: #004266;
}

/*getin*/
.getin .outer-layer {
    margin-left: -300px;
}

.getin .inner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #ccd9e0;
    z-index: -1;
}

.truck, .mover {
    position: relative;
}

.getin {
    overflow: hidden;
}

.getin .quote {
    margin: 60px 0px 30px 0px;
}

/*area_serve*/

.area_serve ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -7px;
    margin-right: -7px;
}

/*footer*/

footer .widget h3 {
    font-size: 16px;
    color: #ed1b24;
    margin-bottom: 20px;
}

footer .widget ul li {
    list-style: none;
    padding-bottom: 10px;
    font-size: 14px;
}
footer .widget ul li a {
    color: #292929;
}
footer .widget ul {
    margin: 0;
    padding: 0;
}

footer .widget .red, footer .widget .red a {
    color: #ed1b24;
    font-weight: 600;
}

footer .bottom-line{
    background: #004266;
    font-size: 16px;
}
.bottom-line ul li {
    list-style: none;
    padding: 0 15px;
    text-transform: capitalize;
    font-size: 13px;
    text-align: center;
}
.bottom-line ul li:first-child {
    border-right: 1px solid #ccc;
}
.bottom-line ul li a {
    color: #ffffff !important;
    text-decoration: none !important;
}
.copyright{
    color: #ffffff;
    font-size: 13px;
}

/**/
.popular{
    background: #e5e5e7;
}
.most {
    font-size: 14px;
    color: #7b7b7b;
    font-weight: 500;
    margin-bottom: 10px;
    font-style: italic;
}
.popular .box {
    background: #004266;
    color: #fff;
    text-align: center;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    padding-top: 50px;
    overflow: hidden;
    border-bottom: 50px solid #e5e5e7;
}
.popular .tab-content {
    border-top-right-radius: 230px;
}
.popular .name {
    background: #fff;
    color: #004266;
    font-size: 45px;
    font-weight: normal;
    line-height: 1;
    margin: 10px 0 10px;
}

.popular .description {
    font-size: 20px;
}

.popular .price {
    font-size: 58px;
    font-weight: normal;
}

.popular .quote-button span {
    display: block;
    font-size: 16px;
    margin-bottom: 2px;
}

.popular .bottom {
    padding: 15px 15px;
    border-top: 1px solid #fff;
    margin-top: 20px;
}

.popular .bottom .row .rect:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.popular .bottom .context span{
    font-size: 31px;
    margin-left: 8px;
}

.popular .nav-tabs .nav-link {
    border: 0px;
    color: #004266;
    border-radius: 0px;
    font-size: 17px;
    padding: 18px 18px 26px 18px;
    text-align: center;
    line-height: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 25% 85%, 20% 100%, 15% 85%, 0 85%);
    font-weight: 600;
}

.popular .nav-tabs {
    border: 0;
    margin-bottom: 90px;
    justify-content: space-between;
    width: 100%;
}

.popular .nav-tabs .nav-item.show .nav-link, .popular  .nav-tabs .nav-link.active {
    background: #ed1b24;
    color: #fff;
}

.popular .nav-tabs li.active:before {
    content: "";
    width: 100px;
    height: 56px;
    background: url(../img/format/slider-truck.webp) no-repeat;
    overflow: hidden;
    position: absolute;
    bottom: -71px;
    border-style: none;
    cursor: pointer;
    z-index: 10;
}

.popular .nav-tabs li {
    position: relative;
    width: calc(100% / 6);
}

.popular-five .nav-tabs li{
        width: calc(100% / 5);
}

.popular .nav-tabs li.visited:after{
    background-color: #ed1b24 !important;
}

.popular .nav-tabs li:after {
    background-color: #c6c6c6;
    content: "";
    height: 7px;
    left: 0%;
    position: absolute;
    bottom: -45px;
    width: 100%;
    z-index: 9;
}

/**/
.datepicker td, .datepicker th {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.85rem;
}

.datepicker {
    margin-bottom: 3rem;
}


/*sticky form*/

.quick_enq {
    position: fixed;
    right: -76px;
    top: 50%;
    transform: rotate(-90deg);
    z-index: 99;
    font-size: 16px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    background: #004266;
    color: #fff;
    border: 0px;
    border-radius:0px;
    text-transform: uppercase;
    font-weight: bold;
}

.quote-modal .modal-dialog {
    margin: 0;
    height: 100%;
}

.quote-modal .modal-content {
    border: 0px;
    border-radius: 0px;
    height: 100%;
    background-color: #004266;
}
.quote-modal .modal-body {
    padding: 0;
}
.quote-modal .modal-title {
    color: #fff;
}
.quote-modal.modal.fade .modal-dialog {
    -webkit-transform: translate(-100%,0);
    transform: translate(-100%,0);
}
.quote-modal .modal-header{
    align-items: center;
    background: #ed1b24;
    padding: 15px;
}
.quote-modal.modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.quote-modal .close {
    font-size: 40px;
    font-weight: normal;
    color: #fff;
    opacity: 1;
    padding: 0;
    margin: 0;
}

.quote-modal .quote{
    margin-top: 0px;
}

.call-btn-outer {
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 36px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    z-index: 1100;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.call-btn-outer.showclass {
    opacity: 1;
}
.call-btn-inner {
    height: 60px;
    width: 60px;
    color: #fff;
    background-color: #ed1b24;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    animation: pulse 1s infinite;
}

.call-btn-inner i {
    margin-top: 12px;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #8e8e8e;
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 #ed1b24;
        box-shadow: 0 0 0 0 #ed1b24;
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

/**/
.relocating {
    position: relative;
    background: url(../img/format/relocating-bg.webp);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}

.relocating article {
    background: rgb(0 66 102 / 75%);
    color: #fff;
    padding: 30px 15px;
}

.relocating article p:last-child {
    margin-bottom: 0px;
}

.relocating article h2 {
    margin-bottom: 15px;
}

/*terms*/
.policies ul {
    padding: 0;
    margin: 0;
}

.policies ul li {
    list-style: none;
    padding-bottom: 15px;
    font-size:14px;
    font-weight:500;
}

.policies h3 {
    margin-bottom: 20px;
}

.policies .inner li {
    padding-left: 20px;
}

.policies .inner {
    padding-top: 15px;
}

.policies .inner li:last-child {
    padding-bottom: 0;
}

/*new header changes*/
.ofr{
    font-size: 16px;
    line-height: 27px;
}
.spec{
    color: #ed1b24;
    font-size: 28px;
    width: 100%;
    display: block;
    font-weight: 500;
    animation: color-change 1s infinite;
}
@keyframes color-change {
  0% { color: #FFC107; }
  50% { color: #33ff00; }
  100% { color: #FFC107; }
}
.men-trk{
    color: #000000;
    font-weight: 500;
}

.prz{
    color: #ed1b24;
    font-weight: 600;
}
.bg-red {
    background: #ed1b24;
}


/*new form*/
.awardlist {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    margin: 0 0 8px;
}
.awardlist li {
    list-style: none;
    margin: 0 3px;
    display: inline-flex;
}
.awardlist li img {
    width: 80px;
}
.banner .banner-qut {
    background: rgb(255 255 255 / 90%);
    padding: 20px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 60%);
}
.banner-qut h3 {
    background: #ed1b24;
    padding: 13px 20px;
    color: #ffffff !important;
    font-weight: 500;
    border-radius: 0;
    text-transform: capitalize;
    border: 0px;
    line-height: 1;
    white-space: normal;
    margin: auto;
    width: max-content;
    margin-top: -50px;
    margin-bottom: 15px;
    display: block;
}

.banner .banner-qut .theme-btn {
    background: #1a76a8;
    background: -moz-linear-gradient(top, #1a76a8 0%, #004266 100%);
    background: -webkit-linear-gradient(top, #1a76a8 0%,#004266 100%);
    background: linear-gradient(to bottom, #1a76a8 0%,#004266 100%) !important;
    box-shadow: 0px -4px 0px 0 rgb(13 66 95 / 91%);
    margin-top: 10px;
}

.banner .banner-qut .theme-btn:focus, .banner .banner-qut .theme-btn:active{
    box-shadow: none;
    transform: translateY(4px);
}

.banner form .custom-checkbox a {
    color: #000;
}

.banner-qut h4 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: 600;
    text-align: center;
}

.banner-qut h4:before {
    content: "";
    background: #901212;
    position: absolute;
    left: -20px;
    right: 0;
    bottom: 0;
    width: calc(100% + 40px);
    height: 1px;
}

.banner-qut .form-control{
    font-weight: 600;
    font-size: 14px;
    padding: 15px 15px;
    border: 1px solid #e7e7e7;
    line-height: 1;
    border-radius: 4px !important;
}

.banner-qut .form-control:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.banner-qut .input-group label{
    width: 100%;
    color: #004266;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 16px;
}

.banner-qut .input-group{
    background: transparent;
    margin-bottom: 15px;
}

.banner-qut .req_pic{
    max-width: 335px;
    width: 100%;
    display: block;
    margin: -55px auto auto;
}

.slct .custom-radio .custom-control-label::before, 
.slct .custom-radio .custom-control-label::after {
    content: none !important;
}

.slct .custom-radio {padding: 0;}

.moving_fill .slct .custom-radio {padding: 0;margin-right: 30px;}

.slct .custom-radio i {
	width: 110px;
	height: 110px;
	border: 1px solid #136997;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	position: relative;
	z-index: 0;
	color: #136997;
	transition: all 0.3s ease;
    background: #f5f5f5;
    cursor: pointer;
}
.slct h6 {
    font-weight: 600;
    font-size: 16px;
    color: #3f3f3f;
}
.slct .custom-control-label {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #3f3f3f;
}
.slct [type=radio]:checked+label, .slct [type=checkbox]:checked+label {
    color: #136997;
}
.slct [type=radio]:checked+label i:after, .slct [type=checkbox]:checked+label i:after {
	transform: scale(1);
}

.slct .custom-radio i:after {
	position: absolute;
	content: "";
	width: 70%;
	height: 70%;
	background: #ffffff;
	z-index: -1;
	border-radius: 50%;
	transform: scale(0.9);
	transition: all 0.2s ease-in-out;
}

.slct [type=radio]:checked+label i img, .slct [type=checkbox]:checked+label i img {
	color: #fff;
	transform: scale(1);
}

.slct .custom-control-label i img {
	transform: scale(0.95);
	transition: all 0.2s ease-in-out;
}

.slct [type=radio]:checked+label i, .slct [type=checkbox]:checked+label i{
    border: 1px solid #136997;
    background: #136997;
}

.moving_fill {
    background: #fff;
}
.moving_fill .input-group-text i {
    color: #bebebe;
}
.moving_fill {
    border: 1px solid #cdcdcd;
    border-radius: 15px;
    margin-bottom: 30px;
    overflow: hidden;
}

.moving_fill .banner-qut {
    padding: 0 15px;
}

.moving_title {
    padding: 10px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
    background: #f5f8fa;
}

.moving_title h3 {
    margin: 0;
    font-size: 19px;
    color: #004266;
    font-weight: 600;
    text-transform: capitalize;
}

.moving_title i {
    padding-right: 15px;
}

.moving_title i:before{
    font-size: 32px;
    color: #004266;    
}

.movingtype-residential [type="radio"]:checked,
.movingtype-residential [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.movingtype-residential [type="radio"]:checked + label {
    color: #fff;
}
.movingtype-residential label {
    position: relative;
    padding-left: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #136997;
    z-index: 1;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.commercial .movingtype-residential label {
    width: 55px;
    height: 55px;
}
.movingtype-residential [type="radio"]:checked + label:before,
.movingtype-residential [type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #eef0f1;
    
    
border-radius: 4px;background: #f5f8fa;z-index: -1;}

.movingtype-residential [type="radio"]:checked + label:after,
.movingtype-residential [type="radio"]:not(:checked) + label:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #136997;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: -1;
    
border-radius: 4px;}

.movingtype-residential [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.movingtype-fewitems,
.movingtype-office {
    position: relative;
}

.select-movingtype-office {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.movingtype-fewitems [type="radio"]:checked,
.movingtype-fewitems [type="radio"]:not(:checked),
.movingtype-office [type="radio"]:checked,
.movingtype-office [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.movingtype-fewitems.active h4, .movingtype-office.active h4 {
    color: #fff;
    position: absolute;
    z-index: 1001;
    width: 100%;
    margin: 5px auto 15px;
    left: 0;
    right: 0;
}

.movingtype-fewitems [type="radio"]:checked + label:before,
.movingtype-office [type="radio"]:checked + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    background-color: #136997;
    border-radius: 15px;
    -webkit-border-radius: 15px;
}
.movingtype-fewitems [type="radio"]:not(:checked) + label:before,
.movingtype-office [type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    background-color: transparent;
    border-radius: 15px;
    -webkit-border-radius: 15px;
}
.movingtype-fewitems [type="radio"]:checked + label:after,
.movingtype-office [type="radio"]:checked + label:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    background-color: #136997;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: -1;
    border-radius: 15px;
    -webkit-border-radius: 15px;
}
.movingtype-fewitems [type="radio"]:not(:checked) + label:after,
.movingtype-office [type="radio"]:not(:checked) + label:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: -1;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.movingtype-fewitems [type="radio"]:checked + label:after,
.movingtype-office [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*--------*/

.select-movingtype-office img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.form-select-item.movingtype-office h4 {
    color: #136997;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 15px;
    background: #f8f8f8;
    display: inline-block;
    z-index: 1;
    position: relative;
    border-radius: 3px;
    padding: 0 5px;
    line-height: 25px;
}
.form-select-item h4 {
    color: #136997;
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 10px;
}

.movingrange_type-date.movingrange_types {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    display: block;
    position: relative;
}
.select-movingtype-residential {
    display: inline-block;
    margin: 0 2px 0;
    overflow: hidden;
    position: relative;
    margin-top: 0;
}
.form-select-item h5 {
    margin-top: 10px;
    margin-bottom: 7px;
    color: #3f3f3f;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
}
.form-select-item {
    border: 1px solid #efefef;
    background-color: #f5f8fa;
    padding: 15px;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
    height: 100%;
}
.form-select-item:hover {
    background: #004266;
}
.movingrange_type-date.movingrange_types .mt {
    margin-top: 20px;
}
.movingtype-fewitems [type="radio"]:not(:checked) + label, .movingtype-office [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 0;
  cursor: pointer;
  line-height: 40px;
  display: inline-block;
  color: #136997;
  z-index: 1;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  height: 100%;
}

/*Additional Services*/

.slct_additional_services {
    margin-bottom: 18px;
}
.slct_additional_services input[type=checkbox] + label {
    margin: 0.2em;
    cursor: pointer;
    padding: 0.2em;
    align-items: center;
    display: flex;
    margin-bottom: 8px;
}

.slct_additional_services input[type=checkbox] {
  display: none;
}

.slct_additional_services input[type=checkbox] + label:before {
    content: "\2714";
    border: 2px solid #a3a3a37d;
    border-radius: 0.2em;
    display: inline-block;
    width: 21px;
    height: 21px;
    padding: 2px 0 0 0;
    margin-right: 12px;
    vertical-align: middle;
    color: transparent;
    transition: .2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slct_additional_services input[type=checkbox] + label:active:before {
  transform: scale(0);
}

.slct_additional_services input[type=checkbox]:checked + label:before {
    background-color: #136997;
    border-color: #136997;
    color: #fff;
}

.slct_additional_services input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

.slct_additional_services input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}
.slct_additional_services label {
    font-size: 16px;
    font-weight: 600;
    color: #3f3f3f;
}

.submit_btn_get {
    text-align: left;
}
.submit_btn_get .theme-btn {
    background: #1a76a8;
    background: -moz-linear-gradient(top, #1a76a8 0%, #004266 100%);
    background: -webkit-linear-gradient(top, #1a76a8 0%,#004266 100%);
    background: linear-gradient(to bottom, #1a76a8 0%,#004266 100%) !important;
    box-shadow: 0px -4px 0px 0 rgb(13 66 95 / 91%);
}
.submit_btn_get .theme-btn:focus, .submit_btn_get .theme-btn:active {
    box-shadow: none;
}

.quote_sec{
    padding: 20px 0;
    background: #f5fdff;
    position: relative;
    z-index: 0;
    min-height: 100vh;
    height: 100%;
    display: flex;
    align-items: center;  
}


.brand{
    text-align: center;
    margin: 0px auto 20px;
    display: block;
}


.title-wrp, .text-wrp{
    text-align: center;
}

.input-group-text i {
    padding: 0;
}

.input-group-text {
    padding-top: 15px;
    padding-bottom: 15px;
}

.text-wrp p {
    font-size: 16px;
    font-weight: 500;
    color: #3f3f3f;
}

.moving_fill .input-group-text{
    border-radius: 0px;
}

.inner_title {display: flex;padding: 0 15px;align-items: center;}

.inner_title h3 {font-size: 18px;font-weight: 600;color: #004266;margin: 0 0 0 10px;}

.moving_fill .input-group-text {background: transparent;border-right: 0;border-color: #e8e8e8 !important;}

.moving_fill .input-group-prepend +input, .moving_fill .input-group-prepend +textarea {border-left: 0px !important;border-radius: 0px !important;padding-left: 0 !important;}

.moving_fill .inside {
    background: #fff;
    border-radius: 4px;
    padding: 15px;
    width: 100%;
    height: 100%;
}
.movingtype-commercial {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/*thank you*/

.thnkyou {
    background-color: #ffffff;
    padding: 50px 0;
    position: relative;
}

.thnkyou .row{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.thnkyou .box {
    border-left: 4px solid #004266;
    padding: 20px 20px;
    margin-bottom: 12px;
}

.thnkyou .box h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 31px;
    color: #004266;
    margin-top: 0;
    margin-bottom: 0px;
}

.thnkyou .box h3 {
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    letter-spacing: 0px;
}

.thnkyou .opt {
    padding: 0;
    margin:0;
}

.thnkyou .opt li {
    padding-bottom: 18px;
    padding-left: 17px;
    position: relative;
    color: #000;
    font-size: 15px;
    list-style: none;
}

.thnkyou .opt li:before {
    content: "\2714";
    position: absolute;
    left: 0;
    top: 3px;
}

.boxDetails {
    background: #f7ffff;
    padding: 20px 15px 30px;
    border-radius: 0px;
    box-shadow: 3px 6px 8px 0px rgb(175 30 35 / 18%);
    border-left: 2px solid #004266;
}

.boxDetails p:last-child {
    margin-bottom: 0;
}

.boxDetails h3 {
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 18px;
    color: #004266;
    margin-top: 0;
}

.boxDetails p {
    display: flex;
    padding-top: 20px;
    margin-bottom: 0;
    font-weight: 600;
}

.boxDetails p .titl {
    width: 25%;
    text-align: left;
}

.boxDetails p .subtitl {
    width: 75%;
    color: #000;
    position: relative;
    padding-left: 10px;
    word-break: break-word;
    text-align: left;
}

.boxDetails p .subtitl:after {
    content: ":";
    position: absolute;
    left: 0;
    top: 0;
}

 .captcha {
 transform: scale(0.70);
 -webkit-transform: scale(0.77);
 transform-origin: 0 0;
 -webkit-transform-origin: 0 0;
}