/* 1200
-------------------------------------------------- */

@media (max-width: 1200px) {
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
  .container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .padding-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  p {
    font-size: 20px;
    line-height: 26px;
  }
  nav {
    padding: 30px 0;
  }
  nav .nav-item {
    display: none;
  }
  nav .navbar-collapse,
  nav .navbar-collapse .nav-item {
    display: block;
  }
  nav .navbar-collapse {
  	margin-top: 25px;
  	padding-top: 20px;
  	border-top: 1px solid #ccc;
  }
  nav a.logo {
    padding: 0;
    padding-top: 5px;
  }
  nav .navbar-toggler {
  	display: block;
  }
  .hero {
    margin-top: 140px;
  }
  .hero-img {
    height: 450px;
  }
  .hero  .mobile-only h1 {
    font-size: 35px;
    line-height: 41px;
    margin-top: 20px;
    margin-bottom: 45px;
  }
  .hero .mobile-only p {
    font-size: 20px;
    line-height: 26px;
    margin: 50px 0;
  }
  .sec2 {
    background-color: #C4CDD8;
    padding: 0 15px 80px;
  }
  .sec2 .box {
    background-color: unset;
    min-height: unset;
    margin-top: unset;
  }
  .sec2 h2 {
    font-size: 30px;
    line-height: 34px;
    padding: 70px 0 50px;
  }
  .sec2 .left {
    padding: 0 40px;
    margin-bottom: 45px;
  }
  .sec2 form {
    width: 100%;
    height: 457px;
    padding: 50px 35px 60px 50px;
    background-image: url("../img/form-carot.svg");
  }
  .sec2 input[type='button'] {
    width: 100%;
  }
  .sec3 {
    background-color: #FFFFFF;
    padding: 0 15px 80px;
  }
  .sec3 h2 {
    font-size: 35px;
    line-height: 41px;
    padding: 70px 0 50px;
  }
	.sec3 .icon {
	  font-size: 22px;
	}
  .sec3 .icons .box {
    background-color: unset;
    width: 100%;
    min-height: unset;
    padding: 70px 20px 20px;
    margin-bottom: 50px;
  }
  .sec3 .icons .summary {
    height: unset;
  }
  .sec4 h2 {
    font-size: 35px;
    line-height: 41px;
    margin-bottom: 34px;
  }
  .sec4 .date {
    margin-bottom: 15px;
  }
  .sec4 .btn {
    margin-top: 10px;
    padding: .375rem 1.75rem;
  }
  .sec5 h2 {
    font-size: 35px;
    line-height: 53px;
  }
  .sec5 .card-shadow {
    height: auto;
  	min-height: 644px;
  }
  .sec5 .card {
    width: 100%;
    padding: 58px 30px;
  }
  .sec5 .card .icon {
    min-height: unset;
    background-position: top center;
    background-size: 110px 110px;
    padding-left: 0;
    padding-top: 125px;
    text-align: center;
  }
  .sec5 .card .right {
    padding-left: 15px;
  }
  .sec5 .card .quote {
    margin: 37px 20px 0;
    padding: 37px 0 10px;
  }
  .sec5 .card .source {
    text-align: center;
    line-height: 24px;
    padding-right: unset;
  }
  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
  .sec6 {
    padding-top: 70px;
  }
  .sec6 h2 {
    font-size: 35px;
    line-height: 41px;
  }
  .sec6 .left {
    border-right: unset;
    padding: 0;
    margin-bottom: 50px;
  }
  .sec6 .right {
    padding: 0;
    margin-bottom: 20px;
  }
  .sec6 .icon {
    padding: 104px 0 30px;
    height: unset;
  }
  .legal .certified {
    flex-wrap: wrap;
  }
  .country-selector {
    width: 100%;
    max-width: 400px;
    position: relative;
  }
  .country-picker {
    width: 100%;
  }
  .country-toggle {
    width: 100%;
  }
}

/* 991
-------------------------------------------------- */

@media (max-width: 991px) {
  .sec3 .icons .box {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50); 
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50); 
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);
  }
  .sec4 {
		background-image: url("../img/sec4-bkgd-mobile.jpg");
    background-position: top center;
    background-size: cover;
    height: unset;
    overflow: unset;
    padding: 90px 10px;
  }
  .sec4 h2 {
    color: #ffffff;
  }
  .sec4 .date {
    color: #ffffff;
    font-weight: 600;
		font-size: 21px;
  }
  .sec4 .desc {
    color: #ffffff;
  }
}

/* 768
-------------------------------------------------- */

@media (max-width: 768px) {
  .sec5 .card .right {
    padding-top: 40px;
  }
}

/* 767
-------------------------------------------------- */

@media (max-width: 767px) {
  .sec2 .left {
    padding: 0;
  }
  footer .links {
    flex-direction: column;
  }
  footer a {
    padding-bottom: 10px;
  }
  footer a.bull::after {
    content: '';
  }
  footer .service {
    margin-left: 0 !important;
  }
}


/* 496
-------------------------------------------------- */

@media (max-width: 496px) {
  .hero-img {
    background-image: url("../img/hero-bkgd-mobile.png");
    background-position: top center;
    background-size: cover;
    height: 400px;
    padding-top: 0;
  }
  .sec2 input[type='button'] {
    letter-spacing: unset;
  }
  .sec5 .carousel-indicators li {
    margin-right: 10px;
    margin-left: 10px;
  }
}

/* 320
-------------------------------------------------- */

@media (max-width: 320px) {
  .hero-img {
    height: 350px;
  }
}

/* MIN-WIDTH 1270
-------------------------------------------------- */

@media (min-width: 1270px) {
  .container {
    max-width: 1270px;
    padding-right: 0;
    padding-left: 0;
  }
}