@font-face {
    font-family: GalanoGrotesqueAlt;
    src: url("font/Galano Grotesque Alt.otf") format("opentype");
}
@font-face {
    font-family: GalanoGrotesqueAltBold;
    src: url("font/Galano Grotesque Alt Bold.otf") format("opentype");
}


body {
    font-family:GalanoGrotesqueAltBold;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
h2 {font-size:3rem;}
h3 {font-size: 2.5rem}
p,li,label {font-size: 1.25rem;}
.btn-primary {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}
.btn-primary:hover {
color:#fff;
background-color:#157347;
border-color:#146c43
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 0.25rem rgba(20, 108, 67, 0.5);
  }
.loginbutton {
    margin:5px 10px;
}
section {
    padding-top:100px;
    /*min-height:calc(100vh - 65px);*/
    min-height:100vh;
}
section#landing {
    background-repeat: no-repeat;
background-image: url("../assets/img/bgslider.webp");
background-size: cover;
background-position: center bottom;
width: 100%;
height: 100%;
opacity: 1;
visibility: inherit;
}
section#requestquote {
    background-repeat: no-repeat;
    background-image: url("../assets/img/bgquote.webp");
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
}

section#reassurance {
    height:auto;
    min-height:10vh;
}
.container .landingtext{
    position: absolute;
    top: 50%;
    transform: translateY(-50%); /* This would be overwritten */
    color:#fff;
    background: rgb(0,0,0,.8);
    padding:3rem;
}
.formcontact {
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%); /* This would be overwritten */
    width:50%;
}
.landingtext h1 {
    padding-left: 30px;
}
.landinglist {
    list-style: none;
    font-size:1.5rem;
}
.fa {
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 24px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 22px;
    margin-right: 1rem;
}
.fa-icon-check::before {
    content: "\f00c";
}
.text-h5{
    font-size: 20px;
    color: #000000;
    text-align: left;
    font-family:Montserrat;
    font-weight:500;
    font-style:normal
}
.h5-text-footer{
    color: #daca84;
}
.paragraph{
    color: #727272;
    text-align: left;
    font-family:PT Sans;
    font-weight:400;
    font-style:normal
}
.text-h6{
    display:none;
    font-size: 14px;
    color: #0a0a0a;
    text-align: left;
    font-family:Montserrat;
    font-weight:500;
    font-style:normal
}

footer {
    background: #198754;
    color: #fff;
    background-color: rgba(25, 135, 84, 0.7);
}
footer a.link-secondary {
    color:#fff; text-decoration:none;
}
footer .text-muted {
    color: #fff !important;
}

.bgcta {
    background-color: #daca84;
    height:150px;
    width:100%;
    position:relative;
    color:#fff;
    /* background: #fff url('../assets/img/bgtextureyellow.webp');
    background-size:cover; */

}
.bgcta .container {

        max-width: 900px;
        margin: auto;

}
.ctareassurance {
    position:relative;
}
#reassurance .bgcta {
    /* margin: 30px auto; */
    margin: 10px 0px 0px 0px;
    min-height: 150px;
    padding: 15px;
    height: auto;
}
.buttonservice,
.buttonreassurance {
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.buttonreassurance {
font-size: 1.6rem;
color:#ffc107;
text-transform:uppercase;
}

/* for tabs */


.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link
{
    color: #000;
    border: none !important;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.nav-tabs .nav-link {
    background-color: rgb(25,135,84,.1) !important;
}
.nav-tabs .nav-link.active {
background-color: rgb(25,135,84,.2) !important;
}
.nav li {
    margin-right: 1px;
}
/* .quotelink {
    padding: .5rem 2rem;
    background-color: rgb(25,135,84,.1) !important;
}
.quotelink.active{
    background-color: rgb(25,135,84,.2) !important;
}*/
#requestquote .tab-content {
    background-color: rgb(25,135,84,.2) !important;
    padding:2rem;
}
#requestquote .nav-tabs {
    border:0px;
}
#requestquote select {
    /* background: #fff url('../assets/img/drop-arrow.png') no-repeat right .75rem center/12px 9px; */
display: inline-block;
width: 100%;
height: 38px;
padding: .375rem 2.75rem .375rem .75rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
vertical-align: middle;
border: 1px solid #ced4da;
border-radius: .25rem;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin-bottom: .5rem;
margin-top: 1.5rem;
}
.tab-pane div#selected_coutry {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 20px auto 20px auto;
    grid-template-columns: auto auto auto;
    grid-gap: 20px;
}
.tab-pane .input-values {
display: grid;
grid-template-columns: auto auto;
grid-gap: 10px;
}
.tab-pane .input-values input {
    width: 100%;
border: 0;
background: #fff;
height: 40px;
padding: 10px 15px;
margin-bottom:5px;
}

#choose_coutry_list.hide {
    display: none;
}
span.country-name.add-country-trigger-final {
    cursor: pointer;
}
span.country-name.add-country-trigger-final::before {
    content: "text";
    font-family: 'FontAwesome';
    content: "\f067";
    border: 2px solid #ccc;
    padding: 9px 10px;
    border-radius: 50%;
    color: #ccc;
}
.announce-values {
    margin-bottom:2rem;
}
#emeni_quote label.error {
    font-size:1rem;
    color:#f00;
}

/* end for tabs */

.topnav-right .icon {
    display: none;
}

  @media screen and (max-width: 600px) {
    .navbar-nav {display: none;}
    .topnav-right a.icon {
      float: right;
      display: block;
      position: absolute;
        right: 0px;
        top: 15px;
    }
    .buttonreassurance {
        position: relative;
        margin-top:1rem;

    }
  }

  @media screen and (max-width: 600px) {
    .topnav-right.responsive {position: absolute;top: 15px;
        right: 0px;}
    .topnav-right.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav-right.responsive a {
      float: none;
    }
    .responsive .navbar-nav {
        display: flex !important;
        flex-direction: column;
        list-style: none;
        background: #fff;
        width: 100vw;
        position: fixed;
        left: 0px;
        top: 65px;
    }
    .responsive .navbar-nav li {
        padding: 0px 20px;
        border-bottom: 1px solid green;
    }
    .responsive .navbar-nav li.loginbutton{
        margin: 0px !important;
        padding: 6px 20px;

    }
    .responsive .navbar-nav a{
    color:#000;
    }


  }
