/*
===========================================================
 Effects (Animations)
===========================================================
*/
@-webkit-keyframes color-text {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 475px 0;
    }
}

@keyframes color-text {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 475px 0;
    }
}
@-webkit-keyframes sonarEffect {
    0% {
        opacity: .3;
    }
    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(244, 67, 54, .1), 0 0 10px 10px rgba(244, 67, 54, .8), 0 0 0 3px rgba(244, 67, 54, .5);
        /*box-shadow: 0 0 0 2px rgba(255, 221, 0, .1), 0 0 10px 10px rgba(255, 221, 0, .8), 0 0 0 3px rgba(255, 221, 0, .5);*/
    }
    100% {
        -webkit-transform: scale(1.3);

        opacity: 0;
        box-shadow: 0 0 0 2px rgba(244, 67, 54, .1), 0 0 10px 10px rgba(244, 67, 54, .8), 0 0 0 3px rgba(244, 67, 54, .5);
        /*box-shadow: 0 0 0 2px rgba(255, 221, 0, .1), 0 0 10px 10px rgba(255, 221, 0, .8), 0 0 0 3px rgba(255, 221, 0, .5);*/
    }
}
@keyframes sonarEffect {
    0% {
        opacity: .3;
    }
    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(244, 67, 54, .1), 0 0 10px 10px rgba(244, 67, 54, .8), 0 0 0 3px rgba(244, 67, 54, .5);
        /*box-shadow: 0 0 0 2px rgba(255, 221, 0, .1), 0 0 10px 10px rgba(255, 221, 0, .8), 0 0 0 3px rgba(255, 221, 0, .5);*/
    }
    100% {
        -webkit-transform: scale(1.3);
                transform: scale(1.3);

        opacity: 0;
        box-shadow: 0 0 0 2px rgba(244, 67, 54, .1), 0 0 10px 10px rgba(244, 67, 54, .8), 0 0 0 3px rgba(244, 67, 54, .5);
        /*box-shadow: 0 0 0 2px rgba(255, 221, 0, .1), 0 0 10px 10px rgba(255, 221, 0, .8), 0 0 0 3px rgba(255, 221, 0, .5);*/
    }
}
@-webkit-keyframes sonarEffect-2 {
    0% {
        opacity: .3;
    }
    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255, 221, 0, .1), 0 0 5px 7px rgba(255, 221, 0, .7), 0 0 0 3px rgba(255, 221, 0, .5);
    }
    100% {
        -webkit-transform: scale(1.3);

        opacity: 0;
        box-shadow: 0 0 0 2px rgba(255, 221, 0, .1), 0 0 5px 7px rgba(255, 221, 0, .7), 0 0 0 3px rgba(255, 221, 0, .5);
    }
}
@keyframes sonarEffect-2 {
    0% {
        opacity: .3;
    }
    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px rgba(255, 221, 0, .1), 0 0 5px 7px rgba(255, 221, 0, .7), 0 0 0 3px rgba(255, 221, 0, .5);
    }
    100% {
        -webkit-transform: scale(1.3);
                transform: scale(1.3);

        opacity: 0;
        box-shadow: 0 0 0 2px rgba(255, 221, 0, .1), 0 0 5px 7px rgba(255, 221, 0, .7), 0 0 0 3px rgba(255, 221, 0, .5);
    }
}
@keyframes cloud_left_to_right {
    0% {
        left: -200%;
    }
    100% {
        left: 0;
    }
}
@-webkit-keyframes cloud_left_to_right {
    0% {
        left: -200%;
    }
    100% {
        left: 0;
    }
}
@keyframes cloud_right_to_left {
    0% {
        left: 0;
    }
    100% {
        left: -200%;
    }
}
@-webkit-keyframes cloud_right_to_left {
    0% {
        left: 0;
    }
    100% {
        left: -200%;
    }
}
@-webkit-keyframes hover {
    50% {
        -webkit-transform: translateY(-3px);
            -ms-transform: translateY(-3px);
                transform: translateY(-3px);
    }
    100% {
        -webkit-transform: translateY(-6px);
            -ms-transform: translateY(-6px);
                transform: translateY(-6px);
    }
}
@keyframes hover {
    50% {
        -webkit-transform: translateY(-3px);
            -ms-transform: translateY(-3px);
                transform: translateY(-3px);
    }
    100% {
        -webkit-transform: translateY(-6px);
            -ms-transform: translateY(-6px);
                transform: translateY(-6px);
    }
}
@-webkit-keyframes hover-shadow {
    0% {
        -webkit-transform: translateY(6px);
            -ms-transform: translateY(6px);
                transform: translateY(6px);

        opacity: .4;
    }
    50% {
        -webkit-transform: translateY(3px);
            -ms-transform: translateY(3px);
                transform: translateY(3px);

        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(6px);
            -ms-transform: translateY(6px);
                transform: translateY(6px);

        opacity: .4;
    }
}
@keyframes hover-shadow {
    0% {
        -webkit-transform: translateY(6px);
            -ms-transform: translateY(6px);
                transform: translateY(6px);

        opacity: .4;
    }
    50% {
        -webkit-transform: translateY(3px);
            -ms-transform: translateY(3px);
                transform: translateY(3px);

        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(6px);
            -ms-transform: translateY(6px);
                transform: translateY(6px);

        opacity: .4;
    }
}
h1, h2, h3, h4, h5{

}
html, body{
    
}
p{
    font-size: 15px;
}
.para-1{
    font-size: 14px !important;
}
.para-1 p{
    font-size: inherit;
}
.small-div{
    line-height: 80%;
}
input, textarea, select{
    border-radius: 0px !important;
}
input[type="checkbox"].style-1{
    height: 17px;
    width: 17px;
}
label{
    cursor: pointer;
}
label.style-1{
    line-height: 25px;
    padding-left: 3px;
    min-width: 75px;
}
header {
    position: relative;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.35);
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
input.input-style-1{
    background: none;
    border: none;
    border-bottom: 1px solid #384251;
}
.label-style-1{
    font-size: 14px;
    color: #bfbfbf;
    margin-bottom: 0px;
    padding-left: 0.5rem;
}
.white p{
    color: #ffffff;
    font-size: 17px;
}
.carousel-item img {
  height: 100vh;
  min-height: 300px;
  max-height: 540px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*
===========================================================
 Paddings and Margins
===========================================================
*/
/* ------------- paddings ------------- */
.pad-0{
    padding: 0px;
}
.pad-mob-l-5{
    padding-left: 5px
}
.pad-rl-0{
    padding-right: 0px;
    padding-left: 0px;
}
.pad-rl-5{
    padding: 0 5px;
 }
.pad-top{
    padding-top: 25px;
}
.pad-bottom{
    padding-bottom: 25px;
}
.pad-10{
    padding-bottom: 10px;
    padding-top: 10px;
}
.pad-25{
    padding:25px;
}
.pad-top-25{
    padding-top: 25px;
}
.pad-bottom-25{
    padding-bottom: 25px;
}
.pad-top-50{
    padding-top: 50px;
}
.pad-bottom-50{
    padding-bottom: 50px;
}
.pad-top-75 {
    padding-top: 75px;
}
.pad-bottom-75{
    padding-bottom: 75px;
}
.pad-top-150 {
    padding-top: 150px;
}
.pad-bottom-150{
    padding-bottom: 150px;
}
.pad-bot-5{
    padding-bottom: 5px;
}
/* ------------- margins ------------- */
.mar-0{
    margin: 0px;
}
.mar-top{
    margin-top: 100px;
}
.mar-bottom{
    margin-bottom: 100px;
}
.mar-top-25{
    margin-top: 25px;
}
.mar-bottom-25{
    margin-bottom: 25px;
}
.mar-top-50{
    margin-top: 50px;
}
.mar-bottom-50{
    margin-bottom: 50px;
}
.mar-top-75{
    margin-top: 75px;
}
.mar-bottom-75{
    margin-bottom: 75px;
}
.mar-top-150{
    margin-top: 150px;
}
.mar-bottom-150{
    margin-bottom: 150px;
}
/*
===========================================================
 Group title, headings, sub-headings, and text
===========================================================
*/
.group-title {
    margin-bottom: 20px;
    text-align: left;
    position: relative;
}
.group-title .sub-title .text {
    display: inline-block;
    margin-bottom: 0;
    text-transform: uppercase;
}
.group-title .sub-title .icons {
    font-size: 28px;
    position: relative;
    margin-left: 60px;
}
.group-title .sub-title .icons:after {
    position: absolute;
    right: 105%;
    bottom: 7px;
    width: 54px;
    height: 2px;
    content: '';
}
.group-title .main-title {
    font-size: 22px;
    font-weight: bold;
    margin: 5px 0 0 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.gtoup-title-2 .sub-title {
    font-size: 18px;
    display: inline-block;
    margin: 0 0 8px 0;
    padding-bottom: 5px;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff;
}
.gtoup-title-2 .sub-title strong {
    font-size: 24px;
}
.gtoup-title-2 .title {
    font-size: 55px;
    font-weight: bold;
    display: block;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}
.gtoup-title-2 .text {
    margin-bottom: 30px;
}
.title-style-2 {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin: 0 0 50px 0;
    text-transform: uppercase;
    color: #434a54;
}
.title-style-2.white {
    color: #ffffff;
}
.title-style-2:after {
    position: absolute;
    right: -57px;
    bottom: 5px;
    width: 50px;
    height: 3px;
    content: '';
}
.group-title-3{
    color: #ffffff;
    font-size: 30px;
    font-weight: 800;
}
.group-title-3 span{
    color:#f44336;
}
.title-style-3 {
    font-size: 18px;
    position: relative;
    margin: 20px 0px;
    padding-left: 20px;
}
.title-style-3:before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    content: '';
    border-radius: 50%;
    background-color: #6e747c;
}
.title-style-4{
    font-size: 2.5em;
    font-weight: 300;
    line-height: 1.2;
}
.haading{

}
.heading-1{

}
.heading-2{

}
.heading-3{
    padding-bottom: 40px;
    font-size: 22px;
    font-weight: 600;
}
.main-heading{
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;

}
.main-heading small{
    font-size: 40%;
}
.main-heading .badge-primary {
    background-color: #ea4349;
}
/********************* Group Heading Img *********************/
.group-before-img:after{
    content: " ";
    position: absolute;
    top: 20px;
    left: 0px;
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    background-size: 61px;
    background-image: url(../images/luggage.svg);
}
.group-before-img{
    padding-left: 64px;
}
.sub-title{
    font-size: 13px;
}
/*
===========================================================
 Button and links (achor tag)
===========================================================
*/
a{
    padding: 0 0 12px;
    text-transform: none;
    text-decoration: none !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.tag {
    line-height: 25px;
    position: relative;
    display: inline-block;
    padding: 0 10px 0 25px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: capitalize;    
    border-radius: 50px;
}
.tag:before {
    font-family: FontAwesome;
    font-size: 7px;
    position: absolute;
    left: 10px;
    content: '\f1db';
}
.tag:hover:before {
    content: '\f111';
}
/* button [Default button] */
.btn {
    width: 170px;
    padding: 6px 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
    text-transform: uppercase;    
    border-radius: 50px;    
}
.group-button .btn:first-child {
    margin-right: 15px;
}
/* button [slide button] */
.btn-slide {
    font-size: 13px;
    position: relative;
    display: inline-block;
    width: 170px;
    height: 34px;
    padding: 0 0 0 15px;
    border-radius: 50px;    
}
.btn-slide:before {
    position: absolute;
    left: 0;
    width: 100%;
    padding-right: 15px;
    content: attr(data-hover);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
    opacity: 0;
}
.btn-slide:hover:before {
    opacity: 1;
}
.btn-slide .text {
    font-style: inherit;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.btn-slide:hover .text {
    opacity: 0;
}
.btn-slide .icons {
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;
    padding: 9px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
    border-radius: 50%;    
}
.btn-slide:hover .icons {
    left: calc(100% - 32px);
    left: -moz-calc(100% - 32px);
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.btn-link{
    background: none;
    border: none;
    border-bottom: 1px solid;
    margin-bottom: 15px;
    cursor: pointer;
    color: #e23a41;
    padding-bottom: 5px;
}
.btn-link:hover{
    color: #ac0007;
    text-decoration: none;
    border-bottom: 1px solid;
}
.group-btn-vt{
    margin-bottom: 0px;
}
.group-btn-vt li{
    min-height: 210px;
    width: 50px;
}
.btn-vt-1{
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: left 50px;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-top: none;
    border-right: none;
    background: rgba(193, 193, 193, 0.21);
    min-width: 210px;
    padding: 7px 15px;
    height: 50px;
    text-align: center;
    position: relative;
    top: -50px;
    cursor: pointer;
    color: #c4c4c4;
}
.btn-vt-1:hover{
    background: #606060;
    color: #dcdcdc;
}
.group-btn-vt .active{
    background: #5a5a5a;
    color: #fff;
    font-weight: 500;
}
.group-btn-vt li:first-child .btn-vt-1{
    border-left:none;
}
.group-btn-vt li:last-child .btn-vt-1{
    border-right: 1px solid  rgba(255, 255, 255, 0.55);
}
.btn-link{
    background: none;
    border: none;
    border-bottom: 1px solid;
    margin-bottom: 15px;
    cursor: pointer;
    color: #e23a41;
    padding-bottom: 5px;
}
.btn-link:hover{
    color: #ac0007;
    text-decoration: none;
    border-bottom: 1px solid;
}
.btn-next{
    width: 130px;
}
.btn-previous {
    font-size: 13px;
    position: relative;
    display: inline-block;
    width: 130px;
    height: 34px;
    padding: 0px;
    border-radius: 50px;    
}
.btn-previous:before {
    position: absolute;
    left: 0;
    width: 100%;
    padding-right: 15px;
    content: attr(data-hover);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
    opacity: 0;
}
.btn-previous:hover:before {
    opacity: 1;
}
.btn-previous .text {
    font-style: inherit;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.btn-previous:hover .text {
    opacity: 0;
}
.btn-previous .icons {
    position: absolute;
    top: 1px;
    bottom: 1px;
    right: 1px;
    padding: 9px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
    border-radius: 50%;    
}
.btn-previous:hover .icons {
    right: calc(100% - 32px);
    right: -moz-calc(100% - 32px);
}
.btn-previous {
    border: 1px solid #3c3c3c;    
    background-color: #3c3c3c;
    color: #ff666c;
    cursor: pointer;
}
.btn-previous:before {
    color: #ff666c;
}
.btn-previous .text {
    color: #ffffff;
}
.btn-previous .icons {
    background-color: #505050;
    color: #ff666c;
}
/* API login button */
.btn-login-api{
    background: #ea4349;
    padding-right: 15px;
    padding-left: 52px;
    text-align: right;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    border: none;
    min-width: 120px;
    min-height: 40px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
}
.btn-login-api:hover{
    box-shadow: 0 0 3px 3px rgba(66,133,244,.3);
}
.btn-login-api .btn-img-container{
    position: absolute;
    left: 2px;
    top: 2px;
}
.btn-login-api .btn-img-container img{
    width: 36px;
    height: 36px;
}
.btn-form-group{
    border-radius: 0;
    width: auto;
}

/*
===========================================================
 Header Top and Navigation bar
===========================================================
*/
.header-topbar .list-inline{
    margin-bottom: 0px !important;
}
.header-topbar {
    width: 100%;
    line-height: 40px;
    position: relative;
    z-index: 100;
    border-bottom: 1px solid;
}
.header-topbar li a{
    padding-right: 11px;
    padding-left: 11px;
}
.header-topbar a, 
.header-topbar p, 
.header-topbar span {
    font-size: 12px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.header-topbar .topbar-left > li {
    min-width: 40px;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid;    
}
.header-topbar .topbar-left > li:first-child {
    border-left: 1px solid ;
}
.header-topbar .topbar-left > li .topbar-icon {
    margin-right: 8px;
    font-size: .9em;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.header-topbar .topbar-right li + li:before {
    content: '|';
    left: 0;
    padding: 0 20px 0 10px;
}
.header-topbar .topbar-left, 
.header-topbar .topbar-right {
    margin-bottom: 0;
}
.dropdown-toggle::after {
    font-family: FontAwesome;
    content: "\f107";
    display: inline-block;
    margin-left: 5px;
    vertical-align: 0px;
    margin-right: -20px;
    border: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    padding-right: 0.56rem;
    transform: rotate(0deg);
    color: #0b0b0b;
}
.dropdown:hover>.dropdown-menu {
    display: block;
    background: none;
        margin-top: 0px;
        padding: 15px 0px 50px 0px;
 
}
.dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    line-height: 0px;
    color: #ea4349;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.56rem;
    padding-left: 0.56rem;
}
.dropdown-menu {
    min-width: auto;
    width: 100%;
    border:none;
    border-radius: 0px;
    padding: 0px;
    top: 56px;
}
.navbar  .dropdown{
  position: static;
}
.dropdown-menu-container{
    background: #ea4349;
    padding: 24px 30px;
}
.dropdown-menu-title{
    border-bottom: 1px solid rgba(25, 25, 25, 0.3);
    margin-top: 7px;
    margin-bottom: 11px;
}
.dropdown-menu-title .dropdown-item{
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: transparent;
    color: #1b1b1b;
}
.dropdown-menu-title .dropdown-item:hover{
    color: #1b1b1b;
}
.dropdown-item {
    padding: 2px 0px;
    font-size: 14px;
    color: #ececec;
}
.dropdown-item:focus, 
.dropdown-item:hover {
    color: #ffffff;
    background-color: transparent;
}
.dropdown-item:before {
    font-family: FontAwesome;
    content: "\f101";
    width: 0px;
    line-height: 12px;
    overflow: hidden;
    display: inline-block;
    -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;
}
.dropdown-item:hover:before {
    width: 17px;
}
.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
}
.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
    color: #ea4349;
}
.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link {
    color: #ea4349;
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.47);
}
.header-main {
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header-main {
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 100;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.header-main .header-main-wrapper {
    position: relative;
}
.hamburger-menu {
    display: none;
    color: #000;
}
.hamburger-menu-wrapper {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: transparent;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}
.hamburger-menu-wrapper .icons {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    height: 4px;
    width: 30px;
    top: 18px;
    left: 5px;
    background-color: #fff;
    transition-delay: .5s;
}
.header-main .navbar-header {
    float: left;
}
.header-main .logo {
    line-height: 100px;
}
.header-logo, .header-topbar .header-logo {
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.25;
}
.header-main .header-logo img {
    max-width: 200px;
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.header-main .navigation {
    position: static;
}
.header-main .nav-links {
    position: static;
}
/*
===========================================================
 Footer
===========================================================
*/
.footer-main {
    font-size: 14px;
    text-align: center;
    color: #8e8e8e;
    background-color: #121212;
    background-image: url('../images/background/bg-footer-1.jpg');
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
}
.logo-footer {
    display: inline-block;
    margin-bottom: 70px;
}
.logo-footer img {
    margin: 0 auto;
}
footer .widget {
    text-align: left;
}

footer .widget .title-widget {
    font-size: 17px;
    margin-bottom: 11px;
    text-transform: capitalize;
    font-weight: 500;
    color: #ffffff;
}
.content-widget .list-links a{
    line-height: 25px;
}
.link-bullets a:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f1db';
    left: 0;
    font-size: 7px;
}
.link-bullets a:hover:before {
    content: '\f111';
}
/*
===========================================================
 Subscribe email and form
===========================================================
*/
.subscribe-email {
    padding: 30px 0;
    color: #777777;
}

.subscribe-email-wrapper {
    display: inline-block;
    width: 100%;
}
.subscribe-email-wrapper .subscribe-email-left {
    text-align: center;
}
.subscribe-email-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #ffffff;
}
.subscribe-email-title .logo-text {
    font-size: 36px;
    font-weight: bold;
}
.subscribe-email-text {
    font-size: 16px;
    margin-bottom: 0;
    color: #2b2b2b;
}
.form-subscribe-email {
    width: 270px;
    height: 40px;
    border-radius: 50px;
    background-color: #3c3c3c;
    margin: 0px auto;
    top: 17px;
}
.form-subscribe-email .form-control {
    height: 40px;
    padding-left: 20px;
    color: #ddeaf0;
    border: none;
    background-color: transparent;
    box-shadow: none;
}
.form-subscribe-email .form-control:active,
.form-subscribe-email .form-control:focus {
    box-shadow: none;
}
.form-subscribe-email .btn-email {
    font-size: 14px;
    width: 36px;
    height: 36px;
    margin-right: 2px;
    padding: 0;
    text-align: center;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    margin-top: 1px;
}
/*----------  footer bottom  ----------*/
.footer-bottom .slide-logo-wrapper {
    width: 80%;
    margin: 70px auto;
}
.footer-bottom .social-footer {
    padding-bottom: 5px;
}
.footer-bottom .company-name {
    margin-bottom: 20px;
}
.slide-logo-wrapper .logo-item .link {
    display: block;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
    opacity: .2;
}
.slide-logo-wrapper .logo-item .link:hover {
    opacity: 1;
}
.social-footer {
    text-align: center;
}
.social-footer ul {
    margin: 0;
    padding:0;
}
.social-footer ul li {
    display: inline-block;
}

.social-footer .link {
    font-size: 18px;
    padding: 0 8px;    
}
.copyright {
    font-size: 12px;
    font-weight: 500;
    text-align: center;    
    padding-bottom: 17px;
}
.input-currency{
    display: inline-block;
    max-width: 65px;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.card-title-price{
    font-size: 2.6rem;
    font-weight: 800;
    color: #ea4349;
}
.card-title-price small{
    font-size: 57%;
    font-weight: 800;
    color: #f19797
}
.text-currency{
    font-size: 1rem;
    line-height: 1.5;
}
.vertical-shadow-line-rg:after { 
    content: '';
    display: none;
    width: 1px;
    height: 100%;
    border-right: 1px solid rgba(234, 67, 73, 0.57);
    box-shadow: -1px 0px 3px #ea4349;
    position: absolute;
    top: 0px;
    left: 0px;
  }
.vertical-shadow-line-rg{
    padding-top: 15px;
    padding-bottom: 15px
}
.insurer-conut{
    width: 50px;
}
#age_container{
    background: rgba(0, 0, 0, 0.30);
    padding: 17px 5px;
    margin-top: 27px;
}
.form-headin-1{
    color: #ffffff;
    text-shadow: 1px 0px 0px rgba(183, 183, 183, 0.28);
}
.f1-buttons {
    margin-top: 40px;
}
.border-right-dot {
    border-right: 1px dotted #d2d2d2;
 }
.max-width {
    max-width: 300px;
}
.abs-full{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}
.inclusion-section{
    background: #e8e8e8;
    border: 1px solid rgba(220, 220, 220, 0.58);
}
.countdown-container img{
    padding-bottom: 50px; width: 100%;
}
.countdown{
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: #f4433694;
    padding: 3px 19px;
    width: 100%;
}
.parallax-bg-4{
    background-image: url(../images/background/parallax-bg-4.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.parallx-bg-1{
    background: #faebd7;
    background-image: url(../images/background/parallax-bg-3.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}





.login-form-container .modal-content {
    background-color: #324b67;
}
.login-form-container .modal-close-btn-container {
    position: absolute;
    right: 5px;
    top: 0px;
    z-index: 1;
}
.login-form-container .modal-close-btn-container .close {
    color: #000000;
    text-shadow: 0 1px 0 #808080;
}
.login-form-container .modal-body {
    padding: 0;
}
.login-form-container .card {
    background-color: transparent;
    border: none;
}
.login-form-container .otp-header{
    margin-top: -1.25rem;
    margin-right: -1.25rem;
    margin-left: -1.25rem;
    padding: 15px 0px;
    background: #2b425a;
    box-shadow: 0px 3px 2px -2px rgb(32, 48, 66);
}
.pad-top-rem-125{
    padding-top: 1.25rem;
}


.login-form{
    background: #ffffff;
    border: 1px solid #f0f0f0;    
}
.login-form-header {
    position: relative;
    background: #ffffff;
    padding: 10px 25px;
    border-bottom: 1px solid #ea4349;
}
.login-form-header:after {
    content: "\f084";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #b7b7b7;
    font-size: 51px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    right: 0;
}
.login-form-header h5{
    color: #656565;
    padding-bottom: 0px;
    margin-bottom: 2px;
}
.login-form-header p{
    color: #777;
}
.login-from-body{
    padding: 50px 20px;
    background: #f7f7f7;
}

.customer-reg-form .reg-form-header {
    position: relative;
    background: #142333;
    padding: 10px 25px;
    border-bottom: 1px solid #ea4349;
}
.customer-reg-form .reg-form-header:after {
    content: "\f084";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #b7b7b7;
    font-size: 51px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    right: 0;
}
.customer-reg-form .reg-from-card-body{
    padding: 20px 10px;
    background: #16293e;
}
.customer-reg-form .reg-form-header h5 {
    color: #9c9c9c;
    text-shadow: 1px 2px 2px #545454;
    padding-bottom: 0px;
    margin-bottom: 2px;
}
.customer-reg-form .reg-form-header p{
    color: #777;
}
.customer-reg-form .reg-from-body{
    background: #f7f7f7;
    padding: 50px 20px;
}
.customer-reg-form .reg-from-body input {
    background: none;
    border: none;
    border-bottom: 1px solid #8a8a8a;
    color: #24507f;
    font-weight: 500;
}
.otp-verify-container{
    background: #dcdcdc;
    padding: 50px 20px;
}
.otp-verify-container input{
    width: 80px;
    margin: 0 auto;
    display: inline-block;
}
.otp-verify-container #timer{
    font-weight: 600;
    font-size: 20px;
    padding-left: 5px;
}
.light-highlighter-box{
    background: #fcfcfc;
    padding: 10px 20px;
    margin-bottom: 10px;
}
.icon-circle{
    width: 100px;
    height: 100px;
    margin: 0px auto 20px;
    border-radius: 50%;
    text-align: center;
    padding: 20px;
    border:1px solid #ea4349;
}
.icon-circle img{
    width: 100%;
}
.after-border::after{
    content: '';
    display: block;
    margin-top: 10px;
    width: 100%;
    border-bottom: 1px solid #ea4349;
}
.p-display-1{
    font-size: 25px;
    font-weight: 300;
}


.contact-address-container{
    background: #283a4e;
    color: #a9abb0;
    padding: 50px 25px;
    font-size: 15px;
}
.content-social{
    padding-top: 20px;
}
.content-social .list-inline li{
    padding: 5px;
}
.content-social .list-inline li a{
    color: #ffffff;
}
.content-social .list-inline li a:hover{
    color: #ea4349;
}

.box-type-1{
    display: table;
    width: 100%;
    height: 370px;
    padding: 50px 30px;
}
.box-type-2{
    display: table;
    width: 100%;
    height: 500px;
    padding: 100px 100px;
}
.box-body{
    display: table-cell;
    vertical-align: middle;
}
.box-body .heading{
    color: #4a4949;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 18px
}
.box-body .link{
    color: #464646;
    font-size: 15px;
}
.box-body .link:hover{
    color: #ea4349;
}
.clients-logo-container{
    background: #f0f0f0;
    margin-bottom: 10px;
}
.clients-logo-body{
    
}
.clients-logo-body img{
    cursor: pointer;
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
    opacity: .45;
    width: 100%;
}
.clients-logo-body img:hover{
    opacity: 1;
}
.payment-form{

}
.payment-form .custom-radio .custom-control-label::before {
    margin-top: 10px;
}
.payment-form .custom-radio .custom-control-label::after {
    margin-top: 10px;
}
.payment-form .title{
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: .5rem;
}
.payment-form .footer-note{
    line-height: 15px;
    color: #868686;
    font-size: 15px;
    margin-bottom: .2rem;
}
.payment-form .img-icon{
    width: 80px;
}
.payment-form input, .payment-form select{
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1rem;    
}
.payment-form .cvv{
    width: 60px;
}
.payment-form .card-exp{
    width: 130px;
}
.payment-form .exp-month{
    width: 80px;

}
.payment-form .exp-year{
    width: 100px;
}
.payment-footer{
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #cccccc;
    text-align: right;
}
.payment-footer .info{
    font-size: 20px;
}



.has-error input {
  border: 2px solid #e80b13;
}
.has-error .form-control:focus {
    border-color: #e80b13;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
}

.has-error .control-label{
    color: #e80b13;
}