@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');

*{
	margin:0;
}

h1{
    font-size: 46px;
}
.tagline{display:none;}
h2{
    font-size: 30px;
    font-weight: 600;
}
p {
    font-size: 14px;
    font-weight: 500;
}
.awardlist li{display:inline-block; list-style:none;}
.awardlist li img{width:70px;}
.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: #1e582f;
}

.theme-btn {
    background: #ffc107;
    padding: 19px 20px;
    font-size: 16px;
    color: #ffffff !important;
    font-weight: 500;
    border-radius: 0;
    text-transform: capitalize;
    border: 0px;
    min-width: 230px;
    line-height: 1;
    white-space: normal;
}

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: #1e582f;
}

.tagline h6 {
    color: #fff;
    margin: 0;
    font-size: 12px;
}

.tagline h6 a {
    font-size: 12px;
    text-decoration: underline !important;
    color: #fff;
}

.bg-red {
    background: #ffc107;
}

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: #1e582f;
}
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: #1e582f !important;
}

.info .media-body a {
font-size: 22px;
    color: #ffc107;
    line-height: 1;
    margin-right: 10px;
}

.info .media-body a + p {
    font-size: 21px;
    color: #1e582f;
    line-height: 1;
}

.info .media-body p {
    line-height: 1;
    color: #1e582f;
}

/*banner*/

.banner {
    background-color: #d2e4f3;
}

.banner .carousel-item{
	padding: 100px 0px 100px;
}

.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:oklab(0.64 -0.15 0.1 / 0.74);
    color: #fff;
    padding: 0 0 15px;
    margin-bottom: 15px;
}

.banner .box img {
    margin-top: -60px;
}

.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: #1e582f;
}

/*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, #1e582f 0%,#ffc107 50%,#ffc107 50%,#1e582f 100%);
	background: -webkit-linear-gradient(left, #1e582f 0%,#ffc107 50%,#ffc107 50%,#1e582f 100%);
	background: linear-gradient(left, #1e582f 0%,#ffc107 50%,#ffc107 50%,#1e582f 100%);
}
.text-danger {
    color: #1e582f!important;
}
.quote {
    background: #1e582f;
    padding: 30px;
    margin: 30px 0px 0px 0px;
}

.quote h3 {
    background: #ffc107;
    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: #ffc107;
    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: #1e582f;
    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: #ffc107;
    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: #1e582f;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: skewX(-15deg);
    
}

.service .card:hover .num span:before {
    background: #ffc107;
}


.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 #1e582f;
    border-bottom: 155px solid transparent;
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
}

.tilt .right {
    background: #ffc107;
    padding-left: 60px;
    overflow: hidden;
}

.tilt .left {
    background: #1e582f;
}

.tilt {
    background-image: -webkit-linear-gradient( 120deg, #1e582f 0%, #1e582f 50%, #ffc107 50%, #ffc107 50%);
    background-image: linear-gradient( 120deg, #1e582f 0%, #1e582f 50%, #ffc107 50%, #ffc107 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:#ffc107;
    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: #ffc107;
    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: #ffc107;
}
.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: #1e582f;
    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: #1e582f;
}

.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: #1e582f;
}

.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 #1e582f;
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 94%;
    margin: auto;
}
.accordion-content p {
    margin-bottom: 0px;
}
.content-entry.open {
    border-color: #1e582f;
}

.content-entry.open .article-title, .content-entry.open .article-title i {
    color: #1e582f;
}

/*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: #ffc107;
    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: #ffc107;
    font-weight: 600;
}

footer .bottom-line{
    background: #1e582f;
    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: #1e582f;
    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: #1e582f;
    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: #1e582f;
    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: #ffc107;
    color: #fff;
}

.popular .nav-tabs li.active:before {
    content: "";
    width: 100px;
    height: 56px;
    background: url(../img/slider-truck.png) 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: #ffc107 !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: #1e582f;
    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: #1e582f;
}
.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: #ffc107;
    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: #ffc107;
    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 #ffc107;
        box-shadow: 0 0 0 0 #ffc107;
    }
    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;
}

.awardlist {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  margin: 0 0 8px;
}

/*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 #1e582f;
    padding: 20px 20px;
    margin-bottom: 12px;
}

.thnkyou .box h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 31px;
    color: #1e582f;
    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 #1e582f;
}

.boxDetails p:last-child {
    margin-bottom: 0;
}

.boxDetails h3 {
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 18px;
    color: #1e582f;
    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 {
    width: 100%;
    margin-bottom: 14px;
    transform: scale(0.70);
    -webkit-transform: scale(0.77);
    -webkit-transform-origin: 0 0;
}