.landing-section {
    height: 100vh;
    text-align: center;
}
.fullscreen-bg {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
    position: fixed;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}
.landing-section .overlay {
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;  
    background-color: rgba(0, 0, 0, 0.38);
}
.website-page {
    padding: 0;
}
.navigation {
    background-color: rgba(255, 255, 255, 0);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
}
.navigation .logo h2 {
    color: #fff;
    letter-spacing: 3px;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 43px;
    font-family: 'Rochester', cursive;
    float: left;
}
.navigation .links ul {
    list-style: none;
    margin-top: 25px;
    padding-left: 0;
}
.navigation .links {
    text-align: center;
}
.navigation .links a {
    display: inline-block;
    color: #F6F6F6;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.navigation .links a:hover {
    color: #fff;
}
.navigation2 {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 12px;
    padding-left: 30px;
    border-bottom: 1px solid #083D77;
}
.navigation2 .logo h2 {
    color: #083D77;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 12px;
    margin-bottom: 0px;
    font-size: 29px;
}
.navigation2 .links ul {
    list-style: none;
    margin-top: 15px;
    padding-left: 0;
}
.navigation2 .links {
    text-align: center;
}
.navigation2 .links a {
    display: inline-block;
    color: #000;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.navigation2 .links a:hover {
    color: #000;
}
.navigation2 .user img {
    width: 45px;
}
.navigation2 .user {
    text-align: right;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 67px;
}
.navigation2 .user p {
    display: inline-block;
}
.navigation2 .user .dropdown {
    display: inline-block;
    margin-left: 6px;
}
.navigation2 .user .dropdown-toggle {
    color: #000;
    text-decoration: none;
}
.landing-section .header {
    padding-top: 100px;
    padding-left: 100px;
    text-align: center;
    padding-right: 100px;
}
.landing-section .header h2 {
    font-family: 'Bowlby One SC', cursive;
    color: #F4D35E;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 8px;
    letter-spacing: 1px;
}
.landing-section .header p {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    padding-right: 250px;
    padding-left: 250px;
    letter-spacing: 1px;
}
.landing-section .header button {
    margin-top: 37px;
    padding: 9px;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-right: 20px;
    padding-left: 20px;
    border: 2px solid #083D77;
    color: #FFFFFF;
    background-color: rgb(8, 61, 119);
    border-radius: 3px;
    margin-right: 0;
    margin-left: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.landing-section .header .special-button {
    border: 2px solid #083D77;
    color: #FFFFFF;
    background-color: rgb(8, 61, 119);
}
.landing-section .header .special-button:hover { 
    background-color: #fff;
    border-color: #fff;
    color: #083D77;
}
.landing-section .header button:hover {
    background-color: #fff;
    border-color: #fff;
    color: #083D77;
}

.landing-section .login-form form {
    margin-top: 27px;
    margin-bottom: 27px;
}
.landing-section .form-group {
    margin-bottom: 25px;
}
.how-it-works-section {
    background-color: #083D77;
    padding-top: 100px;
    padding-bottom: 100px;
    height: 100vh;
}
.how-it-works-section h2 {
    margin-bottom: 50px;
    margin-top: 0;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 35px;
    text-align: center;
}
.why-safe-section {
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 30px;
    padding-left: 30px;
}
.why-safe-section .why-safe-part {
    padding-right: 20px;
    padding-left: 20px;
}
.why-safe-section h2 {
    text-align: center;
    color: #1A1A1A;
    letter-spacing: 2px;
    margin-top: 0;
    font-weight: bold;
    font-size: 40px;
    font-family: 'Lato', sans-serif;
}
.why-safe-section hr {
    width: 60px;
    border: 2px solid #083D77;
    margin-top: 0;
    border-radius: 40px;
    margin-bottom: 30px;
}
.why-safe-section p {
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    text-align: center;
}
.why-safe-part .why-safe-icon {
    text-align: center;
}
.why-safe-section .why-safe-info h2 {
    color: #1A1A1A;
    letter-spacing: 1px;
    margin-top: 10;
    font-weight: bold;
    font-size: 25px;
    font-family: 'Lato', sans-serif;
}
.why-safe-row {
    padding-top: 50px;
}
.form-group {
    margin-bottom: 0px;
}
.footer-section {
    background-image: url(../images/180-min.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    z-index: 1;
    float: left;
    width: 100%;
}
.footer-section .overlay {
    width: 100%;
    background-color: rgba(8, 61, 119, 0.89);
    padding-top: 70px;
    padding-bottom: 70px;
    float: left;
}
.footer-section h3 {
    font-size: 19px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.footer-section .social-media .fa {
    font-size: 20px;
    color: #083D77;
    padding: 10px;
    background-color: #F4D35E;
    border-radius: 25px;
    margin-right: 10px;
    margin-left: 21px;
    border: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.footer-section .social-media .fa:hover {
    background-color: #fff;
}
.footer-section .social-media .fa-facebook {
    padding-right: 14px;
    padding-left: 14px;
}
.footer-section .social-media .fa-linkedin {
    padding-right: 13px;
    padding-left: 13px;
}
.footer-section .social-media {
    margin-top: 40px;
}
.footer2 {
    background-color: #fff;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 13px;
}
.footer2 p {
    margin-bottom: 0;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    color: #083D77;
    margin-top: 6px;
}

.navbar2 .menu-links {
    position: absolute;
    background: #083D77;
    width: 100%;
    top: -600px;
    right: 0;
    padding: 0;
    padding-bottom: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin-top: 75px;
    display: inline-block;
    z-index: 1;
    padding-top: 10px;
}
.navbar2 .menu-links a {
    color: #fff;
    font-weight: bold;
}
.navbar2 .menu-links a:hover {
    color: #fff;
}
.flyout-menu {
	top: 0 !important;
    right: 0 !important;
}
.menu-links .mb {
    color: #fff;
    text-decoration: none;
    font-family: 'Anton', sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase; 
}
.menu-links li {
    float: none;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 20px;
}
.navbar2 .menu-links ul {
    list-style: none;
    padding-left: 0;
}
.menu-icon i {
    cursor: pointer;
    margin-top: 0px;
    color: #FFFFFF;
    border: 3px solid;
    padding: 3px 8px;
    font-size: 28px;
    border-radius: 5px;
    
}
.menu-icon {
    float:right;
    display: none;
    margin-right: 0px;
    margin-top: 17px;
    padding: 0px 0px;
    text-align: right;
    padding-right: 0px;
}
.menu-links hr {
    margin: 0;
}
.how-it-works-parts .part .fa {
    color: #083D77;
    font-size: 60px;
    background-color: #F4D35E;
    padding: 25px;
    border-radius: 65px;
}

.how-it-works-parts .part .fa-user {
    padding-right: 31px;
    padding-left: 31px;
    border-radius: 70px;
}
.how-it-works-parts .part {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
}
.how-it-works-parts .part h3 {
    letter-spacing: 2px;
    font-family: 'Lato', sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 25px;
    margin-top: 26px;
}
.how-it-works-parts .part p {
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}
.navigation .social-media .fa {
    font-size: 16px;
    margin-right: 15px;
    border: 2px solid rgb(255, 255, 255);
    margin-left: 15px;
    padding: 10px;
    border-radius: 21px;
    color: #FFFFFF;
    background-color: rgba(8, 61, 119, 0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.navigation .social-media {
    margin-top: 15px;
    text-align: right;
    padding: 0;
    padding-right: 15px;
}
.navigation .social-media .fa:hover {
    color: #083D77;
    background-color: #fff;
}
.navigation .social-media .fa-facebook {
    padding-right: 13px;
    padding-left: 13px;
}

.why-join-section h2 {
    text-align: center;
    color: #1A1A1A;
    letter-spacing: 2px;
    margin-top: 0;
    font-weight: bold;
    font-size: 40px;
    font-family: 'Lato', sans-serif;
}
.why-join-section hr {
    width: 60px;
    border: 2px solid #083D77;
    margin-top: 0;
    border-radius: 40px;
    margin-bottom: 60px;
}
.why-join-section .why-join-img img {
    width: 100%;
    border-radius: 4px;
    height: 220px;
}
.why-join-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fff;
}
.why-join-row {
    padding-right: 30px;
    padding-left: 30px;
}
.why-join-section .why-join-part {
    padding-right: 30px;
    padding-left: 30px;
}
.why-join-info  h3 {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
}
.why-join-info p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    padding-top: 7px;
    text-align: center;
}
.how-it-works-parts {
    padding-right: 30px;
    padding-left: 30px;
}
.search-section {
    padding-top: 80px;
    height: 90vh;
    padding-bottom: 100px;
    background-image: url(../images/adventure-alps-cloudy-143577.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-right: 100px;
    padding-left: 100px;
}
.search-section h2 {
    font-family: 'Lato', sans-serif;
    color: #083D77;
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 8px;
    letter-spacing: 1px;
    text-align: center;
}
.search-section .search-form-section {
    background-color: #083D77;
    padding-top: 17px;
    padding-bottom: 17px;
    margin-top: 50px;
    border-radius: 4px;
}
.button-center {
    margin-top: 31px;
}
.button-center .btn-default {
    color: #083D77;
    background-color: #F4D35E;
    font-weight: bold;
    border-color: #F4D35E;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.button-center .btn-default:hover {
    background-color: #fff;
    border-color: #fff;
}
.search-form-section label {
    color: #fff;
    font-size: 16px;
    padding-bottom: 4px;
}
.search-form-section .form-control {
    border: 1px solid #FFF;
    outline: none;
}
.navigation2 .user {
    text-align: right;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0;
}

.footer2 .social-media .fa {
    font-size: 17px;
    color: #FFFFFF;
    padding: 8px;
    background-color: #083D77;
    border: 1px solid #083D77;
    border-radius: 25px;
    margin-right: 10px;
    margin-left: 21px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.footer2 .social-media .fa:hover {
    background-color: #fff;
    color: #083D77;
}
.footer2 .social-media .fa-facebook {
    padding-right: 11px;
    padding-left: 11px;
}
.footer2 .social-media .fa-linkedin {
    padding-right: 10px;
    padding-left: 10px;
}
.footer2 .social-media {
    margin-top: 0px;
}
.contact-us-form form {
  margin: 0 auto;
  max-width: 700px;
  margin-top: 35px;
}
.contact-us-form .form-group > .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  background-image: none;
  border: 1px solid #fff;
  border-radius: 0;
  box-shadow: 0 0 0;
}
.contact-us-form_btn {
   color: #083D77;
  background-color: #F4D35E;
  text-transform: uppercase;
  padding-top: 8px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 8px;
  border: 1px solid #F4D35E;
  width: 160px !important;
  margin-bottom: 12px !important;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-radius: 0;
    margin-top: 0;
}

.form-text-small {
  color: #fff;
  font-style: italic;
  font-size: 14px;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.bootstrap-select>.dropdown-toggle {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  background-image: none;
  border: 1px solid #fff;
  border-radius: 0;
  box-shadow: 0 0 0;
}
.bootstrap-select>.dropdown-toggle::-webkit-input-placeholder {
  color: #fff;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
  color: #fff;
}
.bootstrap-select>.dropdown-toggle.active, .bootstrap-select>.dropdown-toggle:active, .bootstrap-select.open>.dropdown-toggle.btn-default {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);;
  border-color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  max-height: 184px !important;
}
button:focus {
    outline: none;
}
.contact-us-form .button-center {
  text-align: center;
  margin-bottom: 15px;
}
.contact-us-form .form-group input::-webkit-input-placeholder {
  color:#fff;
}
input:focus {
outline: none;
}
.form-group {
  margin-bottom: 35px;
}
.contact-us-form {
  margin-top: 30px;
}
.contact-us-section {
  padding-top: 40px;
  padding-bottom: 50px;
  /* background-color: #fff; */
}
.contact-us-header h2 {
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
}
.contact-us-header hr {
  margin-top: 0;
  width: 70px;
  border: 2px solid #F4D35E;
  border-radius: 30px;
  margin-bottom: 30px;
}
/* WEBSITE RESPONSIVE CODE */
/* ************* START RESPONSIVE ******** */
/* **** Start mobile  */
@media (max-width:767px) {
    .navigation .links {
        display: none;
    }
    .navigation .links {
        display: none;
    }
    .menu-icon {
        display: inline-block;
        margin-top: 5px;
    }
    .landing-section .header {
        margin-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }
    .landing-section .header button {
        margin-top: 60px;
    }
    .landing-section .header h2 {
        font-family: 'Lato', sans-serif;
        color: #F4D35E;
        font-weight: bold;
        font-size: 25px;
        margin-bottom: 9px;
        letter-spacing: 1px;
    }
    .landing-section .header p {
        padding-right: 20px;
        padding-left: 20px;
    }
    .recommended-prop-section {
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 30px;
    }
    .recommended-prop {
        margin-bottom: 40px;
    }
    .how-it-works-parts {
        display: block;
        padding-top: 50px;
        padding-right: 0;
        padding-left: 0;
    }
    .wow{
        animation-name: none !important;
        visibility: visible !important;
    }
    .why-safe-section {
        padding-right: 10px;
        padding-left: 10px;
    }
    .why-safe-part {
        margin-bottom: 20px;
    }
    .landing-section .header .special-button {
        background-color: #fff;
        border-color: #fff;
        color: #083D77;
        margin-top: 20px;
        width: 231px;
    }
    .why-join-row {
        padding-right: 0px;
        padding-left: 0px;
    }
    .why-join-section .why-join-part {
        padding-right: 30px;
        margin-bottom: 30px;
        padding-left: 30px;
    }
    .search-section {
        padding-top: 80px;
        height: 700px;
        padding-bottom: 100px;
        background-image: url(../images/adventure-alps-cloudy-143577-min.jpg);
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding-right: 20px;
        padding-left: 20px;
    }
    .navigation2 {
        background-color: #fff;
        padding-top: 10px;
        padding-bottom: 12px;
        padding-left: 0;
        padding-right: 0;
        border-bottom: 1px solid #083D77;
        text-align: center;
    }
    .navigation2 .user {
        text-align: center;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 0;
        margin-top: 0px;
    }
    .how-it-works-section {
        height: auto;
    }
    .how-it-works-section .overlay {
        height: auto;
    }
    .navigation2 .links {
        text-align: left;
    }
    .navigation2 .logo {
        padding-right: 0px;
    }
    .navigation2 .logo h2 {
        margin-top: 0;
        margin-bottom: 0px;
    }
    .footer2 .social-media {
        margin-top: 11px;
    }
    .navigation2 .links a {
        margin-left: 5px;
        margin-right: 5px;
        font-size: 13px;
    }
    .navigation .social-media {
        display: none;
    }
}

/* ***** start tablets different version */
@media (min-width:768px) and (max-width: 991px) {
    .navigation .links {
        display: none;
    }
    .navigation .links {
        display: none;
    }
    .menu-icon {
        display: inline-block;
        margin-top: 8px;
    }
    .landing-section .header {
        margin-top: 0px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .wow{
        animation-name: none !important;
        visibility: visible !important;
    }
    .why-safe-section {
        padding-right: 80px;
        padding-left: 80px;
    }
    .why-safe-part {
        margin-bottom: 40px;
    }
    .navigation .social-media {
        margin-top: 15px;
        text-align: center;
    }
    .why-safe-section {
        background-color: #fff;
        padding-top: 100px;
        padding-bottom: 100px;
        padding-right: 0;
        padding-left: 0;
    }
    .why-safe-section .why-safe-info h2 {
        letter-spacing: 0px;
        font-size: 21px;
    }
    .why-safe-section p {
        font-size: 15px;
    }
    .landing-section .header h2 {
        font-size: 35px;
    }
    .landing-section .header p {
        padding-right: 20px;
        padding-left: 20px;
    }
    .why-join-row {
        padding-right: 150px;
        padding-left: 150px;
    }
    .why-join-section .why-join-part {
        padding-right: 30px;
        padding-left: 30px;
        padding-bottom: 30px;
    }
    .why-safe-row {
        padding-right: 100px;
        padding-left: 100px;
    }
    .navigation2 {
        padding-left: 0;
    }
    .navigation2 .user {
        text-align: right;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 30px;
    }
    .search-section {
        padding-right: 50px;
        padding-left: 50px;
    }
    .how-it-works-section {
        height: 1100px;
    }
    .how-it-works-section .overlay {
        height: 1100px;
    }
    .how-it-works-parts {
        padding-right: 100px;
        padding-left: 100px;
    }
}

/* **** start meduim screen */
@media (min-width: 992px) and (max-width:1111px) {
    .navigation .links ul {
        padding-left: 0;
    }
    .navigation .links a {
        margin-right: 10px;
        margin-left: 10px;
    }
    .landing-section .header {
        padding-left: 30px;
        padding-right: 0;
    }
    .why-safe-section {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .contact-us-section .contact-us-img {
        padding-right: 35px;
        padding-left: 35px;
    }
    .how-it-works-section .overlay {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .how-it-works-section h2 {
        margin-bottom: 30px;
    }
    .how-it-works-parts {
        padding-right: 40px;
        padding-left: 40px;
    }
    .why-join-section .why-join-img img {
        width: 100%;
        border-radius: 4px;
        height: 160px;
    }
}
@media (min-width: 1112px) and (max-width:1199px) {
    .landing-section .header {
        padding-left: 50px;
        padding-right: 0;
    }
    .why-safe-section {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .how-it-works-section .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        background-color: rgba(1, 1, 1, 0.47);
        height: 100vh;
        padding-top: 45px;
        padding-bottom: 100px;
    }
    .how-it-works-section h2 {
        margin-bottom: 30px;
    }
    .how-it-works-parts {
        padding-right: 40px;
        padding-left: 40px;
    }
    .navigation .links a {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 1199px) and (max-width:1260px) {
    .why-safe-section {
        padding-right: 50px;
        padding-left: 50px;
    }
}
/* *** Large screen */
@media (min-width:1261px) {
}
/* END WEBSITE RESPONSIVE CODE */