.migration-section{
    padding: 100px 0px;
}

.migration-tab .nav-link.active{
    padding: 10px 35px;
    background-image: linear-gradient(to left, #fdb514, #ed6e15);
}

.migration-tab .nav-link{
    position: relative;
    padding: 10px 35px;
    color: #fff;
    margin: 2px 5px;
    background-color: #37517e;
    border-radius: 5px;
    width: 100%;

}

.migration-tab .nav-link:hover span i{
    background-color: #fdb514;
    color: white;

}

.migration-btn{
    background-color: #ed6e15;
    color: #fff;
    padding: 10px 35px;
    color: #fff;
    margin: 15px 5px 2px;
    border-radius: 5px;
    width: 160px;
    text-align: center;
    text-decoration: none;
}


.migration-btn:hover{
    background-color: #fdb514;
    text-decoration: none;
    color: #fff;
}


.nav-link-arrow{
    position: absolute;
    top: 50%;
    transform:translate(0px, -50%);
    right: 10px;
    font-size: 20px;
    background-color: #fff;
    color: #ed6e15;
    border-radius: 50%;
}

.blue-head{
    color: #37517e;
}

.sidebar-migration{
    margin:0 10px;
    min-width: 230px;
}


@media only screen and (max-width:999px){
    .sidebar-migration{
        position: relative;
        margin-bottom: 40px;
        
    }
}



/* accordion */



.accordion_migrate {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.accordion_migrate .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.accordion_migrate .card .card-header {
  padding: 0px;
  background: none;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.accordion_migrate .card .card-header:hover {
    background: #37517e69;
    padding-left: 10px;
    color: #fff;
}
.accordion_migrate .card .card-header .accordion_migrate-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: 'Poppins',sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 15px;
  padding-bottom: 15px;
}


.accordion_migrate .card .card-body {
  padding: 10px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.card-body .head{
    font-weight: 700;
}


.accordion_migrate .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .accordion_migrate {
    margin-bottom: 30px;
  }
  .accordion_migrate .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}


/* migration ul */

.migration-ul{
    list-style: none;
    padding: 0;
}

/* .migration-ul li{
    display: flex;
    align-items: center;
} */


.migration-ul li i{
    color: #ed6e15;
    padding-right: 5px;
}

.lg_head{
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 10px;
}



/* benefits section */

.benefit-moving-section{
  padding: 100px 10px;
}


.main__head{
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  color: #37517e;
  position: relative;
  margin-bottom: 3rem;
  font-family: "Jost", sans-serif;
}
.main__head::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: -19px;
  left: calc(50% - 60px);
}
.main__head::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: -19.5px;
  left: calc(50% - 20px);
}


.head__2{
  color: #444;
  font-size: 28px;
  line-height: 36px;
}

.benefit-boxes {
  margin: 20px 5px;
  padding: 20px 10px;

}


.benefit-boxes img{
  border-radius: 30px;
  
}

.benefit-boxes .img-box{
  background-image: url("../images/benefits-of-moving-canada/blob-scene-haikei.svg");
  background-size: cover;
  padding: 70px;
  background-position: center -60px;
}

.benefit-boxes .img-box1{
  background-image: url("../images/benefits-of-moving-canada/blob-scene-haikei-1.svg");
  background-size: cover;
  padding: 70px;
  background-position: center -60px;
}

.benefits-pills{
  margin-top: 80px;
}

.benefits-pills a{
  padding: 10px;
  background-color: #ed6e15;
  color: #fff;
  margin: 2px;
}



.nav-dropdown-toggle{
  position: relative;
  display: inline-block;
}

.nav-dropdown-menu{
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 5px 15px;
  z-index: 111;
  border-bottom: 7px solid #ed6e15;
  min-width:300px;
}
.nav-dropdown-toggle:hover .nav-dropdown-menu{
  display: block;
}

.nav-dropdown-menu .dropdown-item:hover{
background-color:#ed6e15;
color:#fff;
}



@media only screen and (max-width:999px){
  .nav-dropdown-toggle{
    display: block;
  }
  .nav-dropdown-toggle:hover .nav-dropdown-menu{
    position: relative;
  }
  .nav-dropdown-menu{
    background: none;
  }

}



/* topbar */


.promise-topbar{
  background-color: #ed6e15;
  color: #fff;
  padding: 6px 10px;
}

.promise-topbar a{
  color: #fff;
  font-size: 15px;
  display: flex;
  align-items: center;
  margin-right:10px;
    padding-right: 5px;
    border-right: 2px solid #c0b9b97a;	
}

.promise-topbar a :last-child{
    border-style: none;
}


.promise-topbar i{
  font-size: 20px;
  margin-right: 3px;
}

.promise-container{
  padding: 3px 5%;
}


@media only screen and (max-width:999px){
	.promise-topbar{
		display:none;
	}
}

/* what-we-do */


.promise-what-we-do{
  padding: 100px 0;
  overflow: hidden;

}



.what-we-do-img{
  height: 60vh;
  width: 100%;
  margin-top: 100px;
  overflow: hidden;
}

.what-we-do-right{
position:relative;
  background-color: #37517e;
  height: 60vh;
  width: 100%;
  padding:60px 40px;

}

.what-we-do-right .sm-head{
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  border-bottom: 2px solid #fff;
  margin-bottom: 40px;
}

.what-we-do-right h3{
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  width: 85%;
  margin-top: 10px;
}

.icon-section{
  margin-top: 10px;
}

.icon-section img{
  width: 40px;
}

.icon-section p{
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  margin-left: 10px;
}

@media  only screen and (max-width:1400px){
  .what-we-do-right h3{
    font-size: 40px;
    font-weight: 700;
    width: 95%;
  }
}




@media  only screen and (max-width:767px){
  .what-we-do-img{
    height: auto;
  }
  .what-we-do-right h3{
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    width: 100%;
    margin-top: 10px;
  }
  .icon-section img{
    width: 30px;
  }
  .icon-section p{
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
    margin-left: 10px;
  }
}

.sml-side-img{
  position: absolute;
  right: 100px;
  bottom:0px;
  width: 300px;
}


@media only screen and (max-width:1100px){	
	.sml-side-img{
	display:none;
}

} 


/* new edit */

.address-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.contact .info-box a{
  text-decoration: none;
  color:#444;
}