/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');*/

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg'),
        url('../fonts/Roboto-Medium.ttf') format('truetype'),
        url('../fonts/Roboto-Medium.woff') format('woff'),
        url('../fonts/Roboto-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg'),
        url('../fonts/Roboto-Bold.ttf') format('truetype'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FrutigerLT-Bold';
    src: url('../fonts/FrutigerLT-Bold.svg#FrutigerLT-Bold') format('svg'),
        url('../fonts/FrutigerLT-Bold.ttf') format('truetype'),
        url('../fonts/FrutigerLT-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'frutiger-lt-65-bold';
    src: url('../fonts/frutiger-lt-65-bold.eot');
    src: url('../fonts/frutiger-lt-65-bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/frutiger-lt-65-bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
  position: relative;
   height: 100%;  
}

body {
    margin: 0;
    padding: 0;
    color: #292929;

}



/*BOTTOM TO - TOP*/

#return-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    /*    background:#ED3237;*/
    /*
    width: 50px;
    height: 50px;
*/
    display: block;
    text-decoration: none;

    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 15px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*
#return-to-top:hover {
    background: #003974;
}
*/
#return-to-top:hover i {
    color: #fff;
    top: 9px;
}

.retunr-top-m {
    background: #ED3237;
    color: #ffff;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 7px 0;
    font-size: 20px;
    font-family: "frutiger-lt-65-bold";
}

.nopadding {
    padding-left: 0;
    padding-right: 0
}

.navbar-default .navbar-toggle {
    border-color: #1f4479;
}

.navbar-toggle {
    background-color: #1f4479;

}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #1f4479;
}

.nav-sec {
    background: #ed3237;
    margin-bottom: 10px;
    padding: 10px 0 15px 0 !important;
    border: none;
    position: fixed;
    width: 100%;
    border-radius: 0;
    z-index: 9;
    transition: 0.5s;
}

.nav-sec.sticky {
    position: fixed;
    width: 100%;
    background: #ed3237;
    text-align: left;
    padding: 0;
    height: 90px;
    z-index: 999;
    margin-top: -1em;
    padding-top: 23px !important;
    -webkit-box-shadow: 0 3px 9px -7px #000000;
    -moz-box-shadow: 0 3px 9px -7px #000000;
    box-shadow: 0 3px 9px -7px #000000;
}

.nav-sec.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    font-family: 'Roboto-Medium';
    font-size: 16px;
}

.nav-sec.navbar-default .navbar-nav > li > a:hover {
    color: #023974;
    background: #ffffff;

}

.nav-sec.navbar-default .navbar-nav > li > a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ed3237;
    transition: width .4s;
}

.nav-sec.navbar-default .navbar-nav > li > a:hover::after {
    width: 100%;

}

.nav-sec.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
     background: #ffffff;
    color: #023974;
   
}

#hamburger-menu {
    overflow: hidden;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 4px 15px;
    font-size: 18px;
    /* line-height: 20px; */
}

.banner {
    position: relative;
    overflow: hidden;
    background: #f1f1f1;
}

.banner img {
    width: 100%;
    /*    height: 100vh;*/
}

.banner-form {
    position: absolute;
    right: 23%;
    top: 45%;
    transform: translateY(-45%);
    background: #fff;
    border-radius: 7px;
    padding: 20px 20px 10px 20px;
    width: 25%;
}

.banner-form h1 {
    color: #000;
    font-size: 22px;
    font-family: "Roboto-Bold";
    margin-bottom: 1em;
}


.banner-form .form-control {
 
     -webkit-box-shadow:none; 
     box-shadow:none; 
}


.banner-form .form-control:focus {
    border-color: #ed3338;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}


.banner-form label {
    color: #003974;
    font-size: 16px;
    font-family: "Roboto-Regular";
    font-weight: normal;
}

.banner-form label sup {
    color: #ed3237;
    font-size: 13px;
}

.banner-form input {
    border-radius: 0;
    height: 40px;
    margin-bottom: 20px;
    border-color: #dedede;
 
}

.banner-form select {
    border-radius: 0;
    height: 40px;
    margin-bottom: 20px;
  }

.banner-form .checkbox {
    display: flex;
    border-top: 1px dashed #003974;
    border-bottom: 1px dashed #003974;
    padding: 10px;
    padding-left: 10px;
    /*    margin-bottom: 2em;*/

}


/*

.banner-form .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {

    position: relative;
    margin-top: -1em;
    border: 1px solid #fff;
}
*/

.banner-form .checkbox label {
    font-family: "Roboto-Regular";
    font-size: 12px;
}

.banner-form .checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.banner-form .checkbox label {
    position: relative;
    cursor: pointer;
}

.banner-form .checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #707070;
    border-radius: 4px;
    /*  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);*/
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 9px;
    margin-left: -28px;
}

.banner-form .checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 0px;
    width: 5px;
    height: 13px;
    border: solid #ED3237;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.btn-sec {
    display: flex;
    margin: 1em 0;
}

.form-btn {
    font-family: "Roboto-Medium";
    color: #fff;
    width: 150px;
    padding: 10px;
    font-size: 20px;
    margin-right: 10px;
}

.red-btn {
    background: #ed3237;
    font-family: "Roboto-Medium";
    color: #fff;
    width: auto;
    padding: 10px;
    font-size: 20px;
/*    margin-right: 30px;*/
    width: 100%;
}

.red-btn:hover, .red-btn:focus  {
    background: #ed3237;
    color: #fff;
}

.select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/s-arrow.png) 97% / 12px no-repeat;
}


.white-btn {
    background: #ffffff;
    border: 1px solid #003974;
    color: #003974;
    transition: 0.5s;
}

.white-btn:hover {
    background: #ed3237;
    border: 1px solid #ed3237;
    color: #ffffff;
}

.thank-sec {}

.thnk-grid {margin: 150px 0;
text-align: center;}

.thnk-grid h1 {
    font-size:4em;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto-Regular";
    margin: 0 0 10px 0;
    padding: 0;
    color: #ed3237;
    position: relative;
    
}

.thnk-grid h1::before, .thnk-grid h1::after {

    width: 0;
}

.thnk-grid h2 {
    font-size:2em;
    text-align: center;
     font-family: "Roboto-Regular";
    margin: 0 0 10px 0;
    padding: 0;
    color: #000000;
    position: relative;
    
}

.thnk-grid h2:before, h2:after {
 background-color: #000000;
 content: "";
 display: inline-block;
 height: 3px;
 position: relative;
 vertical-align: middle;
 width: 4%;
}
    
.thnk-grid h2:before {
 right: 0.5em;
 margin-left: -50%;
}
    
.thnk-grid h2:after {
 left: 0.5em;
 margin-right: -50%;
}

.thnk-grid p {
    padding: 0;
    margin: 2em 0 0em 0;
    font-size:1.6em;
    text-align: center;
    color: #C3171F;
     font-family: "Roboto-Regular";
}



.owlcard-2 {
    background: #ffffff;
    text-align: center;
    padding: 15px;
    padding-bottom: 2em;
    border: 1px solid #ed3237;
    border-radius: 10px;
    margin: 3em 0;

}

.owlcard-2 .img-w {
   
}
.owl-two.owl-carousel .img-w img {
   width: 140px;
    margin: 0 auto;
}

.owlcard-2 p{
    color: #023974;
    font-size: 1.2em;
    margin-bottom: 0;
    font-weight: 600;
     min-height: 70px;
}

.owlcard-2 a.more-btn {
    background: #ed3237;
    font-family: "Roboto-Medium";
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    transition: 0.5s;

}

.owlcard-2 a.more-btn:hover, .owlcard-2 a.more-btn:focus {
    text-decoration: none;
    color: #ffffff;
    background: #003974;
}

.section-1 {
    padding: 60px 0 0 0;
    background:url(../images/bg.jpg) 0 0 no-repeat;
    background-size: 100%;
    background-repeat: no-repeat;

 background-position: right bottom; 

  
}

.bg-gray {
    background: #f3f3f3;
}


.section-cnt {}

.section-cnt h1 {
    font-size: 2.7em;
    text-align: center;
    font-family: "frutiger-lt-65-bold";
    margin: 0 0 40px 0;
    padding: 0;
    color: #ed3237;
    position: relative;
 
}

.section-cnt h1:before, h1:after {
 background-color: #ed3237;
 content: "";
 display: inline-block;
 height: 5px;
 position: relative;
 vertical-align: middle;
 width: 5%;
}
    
.section-cnt h1:before {
 right: 0.5em;
 margin-left: -50%;
}
    
.section-cnt h1:after {
 left: 0.5em;
 margin-right: -50%;
}

.section-cnt p {
    font-size: 15px;
    text-align: center;
    font-family: "Roboto-Regular";
    margin-bottom: 15px;
    line-height: 20px;
    color: #292929;
}


.card {
    background: #f5f5f5;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #ed3237;
     transition:all 0.5s;
}


.card:first-child:hover{
    transition:0.5s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.191);
    margin-top: -5px;
}


.card:hover{
      transition:0.5s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.191);
 margin-top: -5px;

}



.card .img-w {
    width: 150px;
    height: 145px;
    border-radius: 50%;
/*    background: #fff;*/
    text-align: center;
    line-height: 90px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.card .img-w img {
    width: 140px;
}

.title-c {
    color: #023974;
    font-family: "frutiger-lt-65-bold";
    font-size:1.9em;
   margin: 10px 0 2px 0;
    font-weight: 600;
    line-height: 30px;
}


.card .img-w p {
    width: 60px;
}

.card a.more-btn {
    background: #ed3237;
    font-family: "Roboto-Medium";
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 16px;
    margin-right: 10px;
    transition: 0.5s;
    margin-top:0;
    display: inline-block;
}

.card a.more-btn:hover,
.card a.more-btn:focus {
    text-decoration: none;
    color: #ffffff;
     background: #003974;
}

.mb{margin-bottom: 2em;}

.btm-sec{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}

.calculate{
    position: relative;
/*    height: 300px;*/
    
}

.calculate a{
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
     background: #003974;
    font-family: "Roboto-Medium";
    color: #fff;
    padding: 10px 20px;
    transition: 0.3s;
}

.calculate a:hover{
    background: #ed3237;
}

footer {
  
    background: #003974;
    padding: 10px 10px 5px 10px;
    color: #fff;
}

footer a {
    color: #fff;

}

footer a:hover, a:focus {
    color: #fff;
    text-decoration: none;

}

footer .f-social {
    text-align: center;
    margin-top: 4px;

}

footer .f-social .fa {
    margin-right: 1em;
    font-size: 16px;

}

.f-text {
    text-align: right;
}





.vdo-i p {
    color: #fff;
    margin-top: 8px;
}

.vdo-v p {
    padding: 0;
    margin: 1em 0 0 0;
    text-align: left;
}

.close-btn {
    background: #ED3237 !important;
    color: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    z-index: 9999999;
    position: absolute;
    top: -21px;
    right: -18px;
    opacity: 9;
}

.close-btn:hover {
    color: #fff;
    opacity: 9;

}


.dis-strip {
    background: #cccccc;
    margin: 0 auto;
    padding: 0.8em 0;
    width: 96%;
    text-align: left;
    border: 1px solid #000000;
    margin-top: 1em;
    margin-bottom: 2.3em;
}

.dis-strip p {
    text-align: left;
    margin: 0 2%;
    font-size: 12px;
}

.dis-cnt {
    margin: 1em 1em 3em 1em;
}

.dis-cnt p {
    text-align: left;
    font-size: 12px;
}

.dis-cnt p:last-child {
    margin-bottom: 0;
}

.dis-cnt p a {
    color: #ed3237;
}

.plan-strip {
    display: flex;
    background: #003974;
    margin: 0 auto;
    padding: 0.8em 0;
    width: 100%;
    border-radius: 8px;
}


@media (min-width: 768px) {

.v-popup {
    padding: 0;
}

.v-popup .modal-dialog {
    width: 700px;
    top: 25%;
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    transform: translateY(-25%);
    padding: 5px;
}

.v-popup .modal-body {
    position: relative;
    padding: 5px;
}


.modal-backdrop.in {
    opacity: .7;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
    
}

@media only screen and (min-width:768px) and (max-width:800px) {

.sub-menu-2 {
    background: #fff;

}

.nav-sec.navbar-default .navbar-nav > li > a {
    font-size: 15px;
}

.plan-strip ul.detectList {
    width: 100%;
    margin: 0 auto 2em auto;

}

.plan-strip ul.detectList li:first-child {
    width: 100%;
    margin-bottom: 1em;
}


.plan-strip .detectList li.equelIcon::after {
    content: "";

}

.plan-strip ul.detectList li {
    width: 30%;
    margin-left: 1em;
}

    .thnk-grid {margin: 150px 0;}

}



@media only screen and (min-width:1440px) and (max-width:1600px) {
.banner-form {
    top: 50%;

}
    
}

@media only screen and (min-width:1200px) and (max-width:1366px) {
.banner-form {
    top: 13%;
    transform: scale(0.8);
    width: 32%;
    right: 20%;

}
    
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
.banner {

    padding-bottom: 8em;
}
    
.banner-form {
    top: 10%;
    transform: scale(0.8);
    width: 40%;
    right: 14%;

}
    
}



@media (max-width:768px) {
   .owl-two .owl-stage {
/*    left: -30px;*/
} 
 

.banner {
    padding-bottom: 1em;
}


.banner img {

    margin-top: 65px;
}

.banner img {

    height: auto;
}

.banner-form {
    position: relative;
    margin-top: -123%;
  width: 86%;
    left: 50%;
    transform: translateX(-50%);
}

footer {
    text-align: center;
    padding: 1em 0;
}


.f-text {
    text-align: center;
}


.v-popup {
    padding: 0;
}

.v-popup .modal-dialog {
    width: 90%;
    top: 25%;
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    transform: translateY(-25%);
    padding: 5px;
}

.v-popup .modal-body {
    position: relative;
    padding: 5px;
}
}



@media (max-width: 767px) {

   
.sub-menu {
    background: #ed3237;
    margin-top: 1em;
}

.plan-strip ul.detectList {
    width: 100%;
    margin: 0 auto 2em auto;

}


.plan-strip ul.detectList li:first-child {
    width: 100% !important;
    margin-bottom: 1em;
}

.plan-strip .detectList li.equelIcon::after {
    content: "";

}

.plan-strip ul.detectList li {
    width: 30%;
    margin-left: 1em;
}

.vdo-v {
    padding: 1em;
}
    
    .thnk-grid {
    margin: 100px 0 50px 0;
    text-align: center;
}

footer {
     position: relative;
    padding-bottom: 3.5em;

}



@media (max-width: 480px) {
.red-btn {
    font-size: 1em;
    margin-right: 14px;
}


.section-cnt h1 {
    font-size: 1.8em;
}

.plan-strip ul.detectList li {
    width: 28% !important;
    margin-left: 10px !important;
}

.plan-strip .detectList li.plusIcon::after {
    top: 12%;
    right: -13%;
    font-size: 2em;
}

.plan-strip ul.detectList li figure {
    width: 70px;
    height: 70px;

}

.titleImgdect {
    font-size: 12px;

}

.vdo-v {
    padding: 1em;
}

.card a.more-btn {
    padding: 10px 27px;

}
    
    .btm-sec {

    align-items: center;
    margin-top: 20px;
}
    
    
 .calculate a {
 
    font-size: 0.9em;
    padding: 10px;
} 
    

.thnk-grid h1 {
    font-size: 3em;
    
    }
    
.thnk-grid h2 {
    font-size: 1.8em;
   }
    
}
    
    
@media (max-width: 375px) {
.section-cnt h1 {
    font-size: 1.5em;
}
    
    }