﻿
@import url('http://fonts.cdnfonts.com/css/avenir-lt-std');

:root {
    --ALS_95: 'Avenir LT Std 95 black', sans-serif;
    --ALS_45: 'Avenir LT Std 45 book', sans-serif;
    --ALS_55: 'Avenir LT Std 55 Roman', sans-serif;

}

p, h1, h2, h3, h4, h5, textarea, button, a, input, label, li, span{
    font-family: var(--ALS_45);
                                                
}
body{
    background-color: #fff;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px #82a7c745;
    background-clip: border-box;
    border: none;
    border-radius: 15px;
    
}


.custom-checkbox {
    display: block;
    position: relative;
    padding-left: 50px;
    margin-bottom: 12px;
    font-family: var(--ALS_55);
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
  /* Hide the browser's default checkbox */
  .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #115895;
    height: 30px;
    border-radius: 4px;
    width: 30px;
    background-color: #fff;
}
  
  /* On mouse-over, add a grey background color */
  /* .custom-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
  } */
  
  /* When the checkbox is checked, add a blue background */
  .custom-checkbox input:checked ~ .checkmark {
    background-color: #fff;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .custom-checkbox input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .custom-checkbox .checkmark:after {
    left: 10px;
    top: 5px;
    width: 8px;
    height: 13px;
    border: solid #115895;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.blue-back{
    background-color: #EFF4F7;
    padding: 50px 100px;
}

.black{
    color: #000000 !important;
}
.white-round {
    background-color: #fff;
    padding: 20px 25px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 10px 0px;
}
.address-heading{
    font-size: 24px;

    color: #000000;
    font-family: var(--ALS_95);
    
}
.container-review-new{
    padding: 80px 200px;
}
.img-heading{
    margin-top: 0;
    margin: 10px 0px;
    color: #115895;
    font-family: var(--ALS_95);
    font-size: 25px;
}
.quote-btn-login {
    color: #fff !important;
    padding: 0.7rem 1rem !important;
    font-size: 24px !important;
    font-family: var(--ALS_95);
    width: 100%;
    display: block;
    border: none;
    text-align: center;
    border-radius: 5px;
    background: #115895;
}
.d-grid{
    display: grid;
}
.contact-detail-para {
    font-size: 20px;
    color: #000000;
    margin: 10px 0px;
    font-family: var(--ALS_55);
}
.phone-inline-para:hover{
    text-decoration: none;

} 
.phone-inline-para {
    font-size: 20px;
    display: inline-block;
    color: #115895;
    text-decoration: none;
    margin: 10px 0px;
    font-family: var(--ALS_55);
}

.address-para{
    font-size: 22px;
    color: #000000;
    margin: 10px 0px;
    font-family: var(--ALS_55);
    
}
.map-link-blue{
    font-size: 16px;
    color: #115895;
    text-decoration: underline;
    display: block;
    margin: 10px 0px;
    font-family: var(--ALS_55);
    
}
.address-bluepara{
    font-size: 20px;
    margin: 10px 0px;
    color: #6B8DAB;
    font-family: var(--ALS_55);
    
}











.card-height{
    min-height: 600px;
}
.card-ques {
    font-size: 37px;
    color: #000000;
    font-family: var(--ALS_95);
    margin-top: 30px;
    line-height: 50px;
}
.btn-clip {
    color: #115895;
    background-color: #fff;
    display: inline-block;
    text-decoration: underline;
    text-align: right;
    width: auto;
    max-width: 100%;
    border-color: transparent;
    padding: 0px 5px;
}
.clip-upload {
    display: inline-block;
    width: 90%;
    height: auto;
    padding: 0px 5px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-right: none;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.skyblue-back{
    background: #EFF4F7;
    border-radius: 15px 0px 0px 15px;
    padding: 0px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #115895;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 6px;
    background: #DBE6EF;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.bg-white-offer{
    border-radius: 0px 15px 15px 0px;
    background: #fff;
}
.card-para{
    font-size: 18px;
    color: #000000;
    line-height: 36px;
    margin: 1px 0px;
    font-family: var(--ALS_45);
}
.main-logo{
    width:150px ;
}
.bg-white{
    background: #fff;
}
.color-blue{
    color: #115895 !important;
}
.container-body{
    padding: 50px 100px;
}

.container2{
    padding: 80px;
}

.quote-btn {
    color: #fff !important;
    padding: 0.5rem 1.5rem !important;
    font-size: 19px !important;
    font-family: var(--ALS);
    display: block;
    text-align: center;
    border-radius: 2px;
    background: #115895;
}
.owl-dots:active{
    background: #115895;
    border-radius: 50%;
}
.footer{
    padding: 60px 90px;
    background-color: #115895;
}
.minus-img-margin{
    margin-top: -250px;
}
.lanuage-category {
    font-size: 14px;
    color: #707070;
    line-height: 30px;
    margin: 5px 0px;
    font-family: var(--ALS_45);
}
.form-inputs {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #115895;
    border-radius: 6px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.select-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    appearance: none;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) white no-repeat 95.5% !important;
    color: #646E7A;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #115895;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-upload:focus{
    outline: none;
    border: 0px;
}
.btn-upload {
    color: #115895;
    background-color: #fff;
    display: inline-block;
    text-decoration: underline;
    text-align: center;
    width: 18%;
    border-color: transparent;
    padding: 0px;
}
.year {
    margin-top: 0;
    margin-right: 15px;
    color: #707070;
    text-align: right;
    margin-bottom: -20px;
    font-size: 14px;
}
.input-upload {
    display: inline-block;
    width: 80%;
    height: auto;
    padding: 0px;
    font-size: 1rem;
    
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-right: 1px solid #707070;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-para {
    margin-top: 0;
    margin: 10px 0px;
    color: #000000;
    line-height: 35px;
    font-size: 20px;
}
.lanuage-name {
    font-size: 18px;
    color: #115895;
    line-height: 30px;
    margin: 5px 0px;
    font-family: var(--ALS_45);
}
.search-btn {
    color: #fff !important;
    padding: 0.6rem 1.5rem !important;
    font-size: 23px !important;
    width: 100%;
    font-family: var(--ALS_95);
    display: block;
    margin-top: 50px;
    text-align: center;
    border-radius: 5px;
    background: #115895;
}
.get-quote-btn {
    color: #fff !important;
    padding: 0.5rem 1.5rem !important;
    font-size: 19px !important;
    width: 100%;
    text-align: center;
    border: none;
    font-family: var(--ALS_55);
    display: block;
    margin: 10px 0px;
    border-radius: 0px;
    background: #115895;
}
.mini-para {
    font-size: 17px;
    color: #707070;
    line-height: 27px;
    margin: 1px 0px;
    font-family: var(--ALS_45);
}
.footer-heading {
    font-size: 24px;
    /* font-weight: bold; */
    margin: 20px 0px;
    font-family: var(--ALS_55);
    color: #fff;
    display: block;
}
@media (min-width: 768px){
    .links-left-2{
        flex: 0 0 22% !important;
        max-width: 22% !important;
    }
    .links-left-4{
        flex: 0 0 28% !important;
        max-width: 28% !important;
    }
}

.footer-links {
    font-size: 17px;
    font-family: var(--ALS_45);
    margin: 25px 0px;
    color: #fff;
    display: block;
}
@media (min-width: 1250px){
    .col-md-1-blue {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 6.333333% !important;
        max-width: 6.333333% !important;
    }
    .col-md-11-blue {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 93.666667% !important;
        max-width: 93.666667% !important;
    }
}

.social-icons:hover, .footer-links:hover {
    color: #fff;
}
.list-inline-item-blue {
  
    max-width: 7% !important;
}
.list-inline-item-para {
    
    max-width: 91% !important;
}
.apply-btn {
    color: #fff !important;
    padding: 20px;
    font-size: 30px !important;
    width: 55%;
    font-family: var(--ALS_95);
    display: inline-block;
    margin-top: 50px;
    text-align: center;
    border-radius: 0px;
    background: #115895;
}
.social-icons {
    font-size: 20px;
    font-weight: normal;
    margin-right: 12px;
    font-family: "Font Awesome 5 Regular" !important;
    border: 2px solid #fff;
    height: 50px;
    text-align: center;
    width: 50px;
    padding: 8px;
    color: #fff;
    border-radius: 50%;
    display: block;
}
.reviews-img{
    max-width: 100% !important;
    width: auto !important;
}
.review-name{
    font-size: 20px;
    color: #115895;
    line-height: 36px;
    margin: 10px 0px;
    font-family: var(--ALS_55);
}
.card-review {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    box-shadow: none;
    background-clip: border-box;
    border: 1px solid #82a7c745 !important;
    border-radius: 15px;
}
.review-para {
    font-size: 22px;
    color: #000000;
    line-height: 36px;
    margin: 10px 0px;
    font-family: var(--ALS_45);
}
.lang{
    font-size: 30px;
    color: #115895;
    line-height: 36px;
    margin: 10px 0px;
    font-family: var(--ALS_95);
}
.like-para{
    font-size: 15px;
    color: #000000;
    font-family: var(--ALS_55);
}
.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 16px;
    border-radius: 10px;
    background: #C5D6E5;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
}
  
  .slider:hover {
    opacity: 0.9;
  }
  
  .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #115895;
    cursor: pointer;
  }
  
  .slider::-moz-range-thumb {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #115895;
    cursor: pointer;
  }
.light-blue-round {
    background-color: #E0E9F1;
    border-radius: 50%;
    text-align: center;
    width: 60px;
    height: 60px;
    font-size: 22px;
    padding: 3px 5px;
    line-height: 53px;
    color: #A3BFD6;
}
.mini-para{
    font-size: 14px;
    color: #000000;
    margin: 10px 0px;
    font-family: var(--ALS_45);
}
.para-mini-grey{
    font-size: 14px;
    color: #707070;
    margin: 10px 0px;
    font-family: var(--ALS_45);
}
.para-bottom{

    color: #000000;
    line-height: 30px;
    margin: 10px 0px;
    font-family: var(--ALS_55);
}
.quote-btn2 {
    color: #fff !important;
    padding: 0.7rem 3rem 0.8rem 3rem !important;
    font-size: 25px !important;
    display: inline-block;
    margin: 20px 0px;
    border-radius: 2px;
    background: #115895;
}
.container-review {
    padding: 80px 200px;
    
}
.main-heading{
    font-size: 48px;
    color: #115895;
    margin: 20px 0px;
    font-family: var(--ALS_95);
    line-height: 60px;
}
.brand-links{
    height: 50px;
}
.brand-div {
    background-color: #EFF4F7;
    padding: 40px 50px 20px 50px;
}
.service-img {
    max-width: 100%;
    height: 150px;
}
.service-heading{
    font-size: 28px;
    color: #000000;
    font-family: var(--ALS_95);
    margin-top: 30px;
    line-height: 50px;
}
.main-para{
    font-size: 20px;
    color: #000000;
    margin: 20px 0px;
    line-height: 36px;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.7rem 3rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-size: 19px;
    font-family: 'Avenir LT Std 55 Roman', sans-serif;
}