﻿body{
    background:#ffffff;
}
.fw-3{
    font-weight:300;
}
.home-header{
    padding:10px 0;
}
.banner-sec {
    background: url(/images/travel-insurance/banner.png) top no-repeat;
    min-height: 400px;
}

.ins-ban-tag{
    padding-top:110px;
}
.ins-ban-tag .top {
    color: #FF6806;
    font-size: 30px;
    font-weight: 400;
}
.ins-ban-tag .sub-top {
    color: #012343;
    font-size: 36px;
    font-weight: 600;
}

.ins-serach {
    border: 1px solid #004A91;
    padding:20px 20px 0 20px;
    border-radius:8px;
    background:#ffffff;
    margin-top:135px;
}

/*.insurance-eng {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    justify-content: space-between;
}*/
.fled-sec{
    width:25%;
    flex:0 0 25%;
    padding:0 10px;
    margin-bottom:20px;
    position:relative;
    
}
.insurance-eng .sec-filed {
    padding: 5px 10px;
    width: 100%;
    margin: 0px;
    display: flex;
    flex-direction: column;
    border: 1px solid #B8B8B8;
    border-radius: 5px;
    height: 54px;
    position: relative;
}
    .insurance-eng label{
        font-size:12px;
        font-weight:400;
    }
    .insurance-eng .inputsec {
        border: none;
        outline: none;
        padding: 0;
        color: #383838;
        font-size: 16px;
        font-weight: 600;
        width:100%;
    }
.sec-filed.date-sec {
    flex-direction: row;
    align-items:center;
}
    .sec-filed.date-sec span{
        margin:0 2px;
    }


.add-rem{
    display:inline-flex;
    grid-gap:5px;
}
    .add-rem a {
        background: #C7D9EB;
        border-radius: 2px;
        padding: 5px;
        font-size: 14px;
        line-height: 1;
        color: #004A91;
    }
    .search-button {
        background: #004A91;
        color: #ffffff;
        display: flex;
        align-items: center;
        font-size: 18px;
        font-weight: 500;
        justify-content: center;
        width: 100%;
        height: 55px;
        border-radius: 5px;
    }
.button-loding {
    background: #004A91;
    position: absolute;
    top: 0;
    width: 90%;
    padding: 10px 0 10px 45px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    display: block;
    border-radius: 3px;
    left: 4%;
    color: #ffffff;
    font-size: 20px;
    height:55px;
}
.button-loding {
    background: #004A91;
    position: absolute;
    top: 0;
    width: 90%;
    padding: 10px 0 10px 45px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    display: block;
    border-radius: 3px;
    left: 4%;
    color: #ffffff;
    font-size: 20px;
    height: 55px;
}

.button-loding .button-loader {
    top: 15px;
}

.book-now-conf .button-loding {
    height: 100%;
    padding-top: 10px;
    z-index: 2;
    background: #007001;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    padding-left: 30px;
    width:100%;
    left:0;
}
    .book-now-conf .button-loding .button-loader {
        top: 12px;
        left: 100px;
    }
    /*.is-error  {
    border: 1px solid red !important;
}*/
    .errortext {
        color: red;
        font-size: 11px;
        font-weight: 400;
        line-height: 1;
        position: absolute;
        bottom: -15px;
    }
.is-error .select-class {
    border: 1px solid red !important;
}
/*Home page css start*/
.trav-hed {
    font-size: 30px;
    font-weight: 400;
    color: #004A91;
    margin: 25px 0;
    line-height: 1;
    padding-top: 15px;
}
    .trav-hed b{
        font-weight:600;
    }
.trv-sub{
    font-weight:500;
    color:#1b1b1b;
    margin:0 0 15px 0;
    font-size:22px;
}

.trvl-ofr {
    padding: 15px;
    background: linear-gradient(#FFF7ED, #C4E0FF);
    display:flex;
    flex-direction:column;
    grid-gap:10px;
    font-weight:300;
    height:100%;
    border-radius:5px;
}
    .trvl-ofr h6{
        font-size:18px;
        font-weight:500;
        margin:0;
    }
        .trvl-ofr h6 p{
            margin-top:0;
        }

.imp-thg {
    border: 1px solid #C5221A;
    padding:15px;
}
  .imp-tit {
        background: #C5221A;
        color:#ffffff;
        font-size:24px;
        padding:15px;
        font-weight:500;
        margin-top:15px;
    }

.com-tit {
    font-size: 22px;
    font-weight: 600;
    margin:0;
    padding-bottom:15px;
}
.com-sub-tit {

    font-size: 20px;
    font-weight: 600;
    margin:0;
    padding-bottom:15px;
}

.com-bold{
font-size:16px;
font-weight:500;
}

.list-style li{
    list-style-type:disc !important;
    margin-left:20px;
    font-weight:300;
    padding-bottom:15px;
    word-wrap:break-word;
}
    .list-style li span{
        font-weight:500;
    }

.text-sec {
    border: 1px solid #e9e9e9;
    padding: 15px;
    margin: 30px 0;
    color: #1b1b1b;
}

.inp-sec {
    color: #C5221A;
}
.trl-cit {
    padding: 15px;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    grid-gap: 15px;
    font-weight: 300;
    height: 100%;
    border-radius: 5px;
    border:1px solid #e9e9e9;
}
.bg-sec {
    background: #f5f5f5;
    border: 1px solid #e9e9e9;
    padding:15px;
    display:flex;
    flex-direction:column;
    font-weight:300;
    margin-bottom:25px;
}

.mid-txt-sec{
padding:15px;
background:#ffffff;
border-radius:10px;
border:1px solid #d9d9d9;
margin:15px 0;
}
    .mid-txt-sec ul li {
        list-style-type: disc !important;
        margin-left: 25px;
        font-weight: 300;
        word-wrap: break-word;
    }

    /* Home Page css end*/
.insu-payment{
    margin-bottom:50px;
}
.top-steps {
    border-bottom: 1px solid #333333;
    padding: 10px 0 5px 0;
    background: #ffffff;
}
.stepper-wrapper {
    margin-top: auto;
    display: flex;
    margin-bottom: 5px;
    position: relative;
    z-index: 0;
}
.top-steps ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.top-steps ul li {
  position: relative;
  padding: 0 20px 0 10px;
  text-transform: uppercase;
}

.top-steps ul li.active {
 display: block !important;
 }

.top-steps ul li.complete {
 font-weight: 600;
 display: block !important;
 cursor: pointer;
}

.top-steps ul li:first-child:before {
content: "";
width: 1px;
height: 80%;
background: #b8b8b8;
position: absolute;
top: 2px;
left: 0;
}

.top-steps ul li.complete:after {
content: "\F285";
font-size: 16px;
font-family: bootstrap-icons;
color: #1b1b1b;
position: absolute;
right: 0px;
top: -2px;
background: #fff;
font-weight: 500;
}
.dekt-viewl {
    width: 70%;
    position: relative;
}
.dekt-viewr {
    width: 30%;
}

.pay-title {
    font-size: 24px;
    font-weight: 600;
    color: #1b1b1b;
    margin: 0 0 10px 0;
}


















.price-box {
    width: 365px;
    z-index: 1;
}
.box_control_m {
    border: none;
    border-radius: 10px;
    background-color: var(--color-white);
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    border: 1px solid #e9e9e9;
}

.flex_me_header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    padding: 15px;
    border-bottom: 1px solid #e9e9e9;
    width: 100%;
}

.price_item_heading {
    color: #1B1B1B;
    font-weight: 600;
    font-size: 14px;
}
.price-Box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
    .price-Box ul li {
        padding: 5px 0;
        font-size: 14px;

    }
        .price-Box ul li:first-child {
            border-bottom: 1px solid #e9e9e9
        }
    .price-Box ul li small {
        color: #5d5d5d
    }
        .sum_cont_f {
            background-color: #f0f0f0;
            color: #004A91;
            border: none;
            padding: 10px 15px;
            font-size: 16px;
            font-weight: 600;
        }


.mob-box {
    margin-bottom: 15px;

    border-radius: 10px;
    position: relative;
}
.travel-prot {
    background: #F0F0F0;
    color: #1b1b1b;
    padding: 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: flex;
    align-items: center;
    padding-right: 75px;
    gap: 10px;
    flex: 0 0 auto;
    position: relative;
    border-bottom: 1px solid #e9e9e9;
}
    .travel-prot h5 {
        font-size: 20px;
        font-weight: 600;
        margin: 0;
    }

.power-by {
    position: absolute;
    top: 10px;
    right: 15px;
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
    align-items: end;
}
.travel-prot p {
    font-size: 13px;
    font-weight: normal;
}
.ins-icon {
    width: 46px;
}
.travl-prt-info {
    padding: 20px;
    background: var(--color-white);
    border:1px solid #e9e9e9;
    border-top:none;
    border-bottom-left-radius:20px;
    border-bottom-right-radius:20px;
}
.trsub-hed{
    font-size:16px;
    font-weight:600;
    margin-bottom:20px;
}
.ins-list li {
    padding-left: 30px;
    position: relative;
    line-height: 1;
    margin-bottom: 15px;
}
    .ins-list li:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        background: url(/Images/travel-insurance/ins-icon.svg) no-repeat center;
        height: 20px;
        width: 20px;
    }
    .ins-list li h6 {
        font-size: 14px;
        display: inline-block;
    }
.prot-service {
    position: relative;
    padding-left: 5px;
    cursor: pointer;
}
.ins-list li h6:hover .toltip-box {
    display: block;
}
.toltip-box {
    display: none;
    width: 340px;
    position: absolute;
    top: 22px;
    left: 3px;
    background: #fff;
    padding: 10px 12px;
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    border-radius: 5px;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    text-align: left;
    transition: all .25s ease-out;
    transform: translate(-50%);
}
    .toltip-box:after, .toltip-box:before {
        content: "";
        position: absolute;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        top: -10px;
        left: 50%;
        border-bottom: 10px solid #cccccc;
    }

    .toltip-box:after {
        border-bottom: 11px solid #fff;
        z-index: 1;
    }

.ins-list li p {
    font-size: 13px;
    margin-top: 0px;
    line-height: 20px;
    font-weight:300;
}
.yes-no {
    font-size: 16px;
    margin-bottom: 10px;
}
.travl-prt-info .radio-wrapper {
    padding: 10px 10px 10px 40px;
    border-radius: 10px;
    border: 1px solid #E9E9E9;
    width: 100%;
    color: #212529;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    font-weight:500;
}
    .travl-prt-info .radio-wrapper .chgcomplete{
        font-weight:600;
        font-size:16px;
    }
    .travl-prt-info .radio-wrapper small {
        font-weight: 300;
    }
    .protect label input {
        opacity: 0;
        position: absolute;
    }
.travl-prt-info .radio-wrapper .by-cick {
    display: block;
    font-size: 12px;
    color: rgba(27, 27, 27, 0.8);
    font-weight: 300;
    margin-top: 10px;
    margin-left: -30px;
}
    .travl-prt-info .radio-wrapper .by-cick b{
        font-weight:600;
    }
    .travl-prt-info .radio-wrapper.active {
        background: #FFF1E8;
    }
.amout{
    color:#FF6806;
}
.protect label input[type=radio] ~ span::after {
    border-radius: 100%;
    border: 2px solid #d7d7d7;
    content: "";
    height: 20px;
    width: 20px;
    left: 10px;
    position: absolute;
    top: 10px;
}

.protect label input[type=radio]:checked ~ span::before {
    border-radius: 100%;
    background: #025cb5;
    content: "";
    display: block;
    height: 12px;
    width: 12px;
    left: 14px;
    position: absolute;
    top: 14px;
}
.protect label input[type=radio]:checked ~ span::after {
    border: 2px solid #025cb5;
}
.risk-m {
    margin-left: -30px;
}
.travl-prt-info .radio-wrapper .by-risk {
    display: inline-block;
    background: #ffffff;
    padding: 5px 10px 5px 30px;
    border-radius: 5px;
    color: #ff0000;
    font-size: 12px;
    font-weight: normal;
    position: relative;
    margin-top: 5px;
}
    .travl-prt-info .radio-wrapper .by-risk:before {
        position: absolute;
        top: 8px;
        left: 8px;
        background: url(/Images/add-more/trip.svg);
        height: 16px;
        width: 16px;
        content: "";
    }
    .travl-prt-info .radio-wrapper .by-risk strong {
        font-size: 14px;
    }
.red-trm {
    font-size: 12px;
    margin-top: 5px;
    color: #1b1b1b;
}
    .red-trm a {
        color: #1b1b1b;
        text-decoration: underline;
    }

.sum_t {
    font-size: 16px;
    font-weight: 600;
    color: #1b1b1b;
}
.traveler-edit {
    width: 28px;
    cursor: pointer;
}

.price-Box {
    color: #1b1b1b;
    border-radius: 5px;
    background: var(--color-white);
    padding: 0 15px;
}
.price_item_heading {
    color: #1B1B1B;
    font-weight: 600;
    font-size: 14px;
}
.price-Box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
        .price-Box ul li:last-child {
            padding-bottom: 10px;
        }
.price-Box .col-4{
   font-weight:600;
}

.sum_cont {
    margin: 0px 0px;
}
.price-note {
    color: #1B1B1B;
    padding: 10px 15px;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight:300;
}
    .price-note b {
        font-weight: 500;
    }


#prctravl-info {
    background: #ffffff;
    width: 100%;
    padding: 0 15px 0px;
    margin-bottom: 15px;
}
.traveler_info {
    padding: 5px 10px;
    background: #F1F2F2;
    border-radius: 5px;
    color: #1b1b1b;
    margin-top: 15px;
}
.traveler_name {
    font-size: 14px;
    font-weight: 500;
}
.traveler_dob {
    font-size: 12px;
    font-weight:300;
}

.sectin-bg {
    border-radius: 10px;
    position: relative;
    z-index: 1;
    border: 1px solid #e9e9e9;
}
    .sectin-bg p {
        font-weight: 300;
    }
.sub-title {
    padding: 20px 20px 0 20px;
}
.sec-tit {
    font-size: 18px;
    font-weight: 600;
    margin-bottom:15px;
}
.travel-sec-bg {
    background: #F0F0F0;
    padding: 20px 20px 0 20px;
    border-radius:10px;
    margin-bottom:20px;
}
    .travel-sec-bg .col-md-6, .travel-sec-bg .col-md-5, .travel-sec-bg .col-md-3, .travel-sec-bg .col-12 {
        margin-bottom: 20px;
    }
       
        .form-control {
            width: 100%;
            padding: 15px 10px 0px 10px;
            font-size: 16px;
            border: 1px solid #dddddd;
            height: 50px;
            border-radius: 5px;
            color: #1b1b1b;
            font-weight: 500;
            position: relative;
        }

.form-group {
    position: relative;
}

.shift-label {
    font-weight: 500;
    color: #626262;
    position: absolute;
    left: 11px;
    top: 14px;
    margin: 0px;
    transition: all .2s;
    pointer-events: none;
    font-size: 14px;
    white-space: nowrap;
}
.form-control:focus + .shift-label,
.form-control:not(:placeholder-shown) + .shift-label {
    top: 3px;
    left: 10px;
    font-size: 12px;
    color: #1b1b1b;
    font-weight: 400;
}
.required_star {
    color: red;
}
.err {
    color: red;
    font-size: 12px;
}

.cont-button {
    cursor: pointer;
    background: #004A91;
    color: #fff;
    padding: 12px 50px;
    float: right;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
    min-width: 360px;
    text-align: center;
    font-weight:500;
}
    .cont-button:hover{
        color:#ffffff;
    }
    .insu-pay .is-success .icon, .insu-pay .is-sucess .icon {
        position: absolute;
        top: 15px;
        right: 10px;
        color: #00c29b;
    }
.insu-pay .is-error .icon {
    position: absolute;
    top: 14px;
    right: 10px;
    color: red;
}
.is-error input {
    border: 1px solid red;
}
.select-dropdown {
    width: 100%;
    font-weight: 500;
    border-radius: 5px;
    color: #1b1b1b;
    position: relative;
}
    .select-dropdown .label-text {
        font-weight: 400;
        color: #1b1b1b;
        position: absolute;
        left: 8px;
        top: 3px;
        margin: 0px;
        transition: all .2s;
        pointer-events: none;
        font-size: 12px;
        white-space: nowrap;
        z-index:1;
    }
    .select-dropdown .down-arrow {
        position: absolute;
        right: 10px;
        top: 13px;
        color: #737373;
        font-size: 17px;
        pointer-events: none;
    }
.formlabel {
    font-size: 12px;
    color: #1b1b1b;
    padding-left: 10px;
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 1;
}
.select-class {
    display: block;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
    height: 50px;
    border: 1px solid #dddddd;
    border-radius: 5px;
}
    .select-class:before {
        content: "\F282";
        font-size: 16px;
        font-family: bootstrap-icons;
        color: #1b1b1b;
        position: absolute;
        right: 10px;
        top: 25px;
        pointer-events: none;
        background: #fff;
        font-weight: 500;
        z-index:1;
        line-height:1;
    }
.select-dropdown .select-opt {
    color: #626262;
    font-size: 15px;
}
.select-dropdown select {
    white-space: normal;
    text-overflow: ellipsis;
    background-color: #fff;
    -moz-appearance: none;
    border: 1px solid #ced0d4;
    margin-bottom: 0;
    -webkit-appearance: none;
    width: 100%;
    border-radius: 5px;
    height: 50px;
    padding: 18px 15px 0px 8px;
    border: none;
}
    .select-dropdown select option {
        color: #1b1b1b;
    }

.c-date-brth {
    display: flex;
    border: 1px solid #dddddd;
    border-radius: 5px;
    /* margin-bottom: 15px; */
    background:#ffffff;
    position: relative;
    justify-content: space-between;
}
.c-date-brth .select-dropdown, .c-date-brth .form-control {
        border-radius: 0;
    }
    .c-month {
        width: 34%;
    }
        .c-month .select-opt {
          border-top-left-radius:5px;
          border-bottom-left-radius:5px;
        }
.c-date {
    width: 33%;
}
    .c-date:last-child .select-opt {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .c-date-brth .select-class {
        border: none;
    }
.c-date .form-control {
    border-radius: 0;
    border: none;
    border-left: 1px solid #b8b8b8;
}
#error-year .select-opt{
border-top-right-radius:5px;
border-bottom-right-radius:5px;
}

.filed-sec {
    padding: 20px 20px 0 20px;
    border-top: 1px solid #e9e9e9;
}
.iti{
    width:100%;
}
.iti__flag-container {
    padding-left: 10px !important;
}
.iti input, .iti input[type=text], .iti input[type=tel] {
    padding: 3px 10px 3px 90px !important;
}

.continue-button {
    cursor: pointer;
    background: #004A91;
    color: #ffffff;
    padding: 12px 50px;
    float: right;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
    min-width: 360px;
    text-align: center;
}
.continue-button:hover{
    color:#ffffff
}


.review-detail {
    border-radius: 10px;
    border: 1px solid #e9e9e9;
}

    .review-detail .modal-header {
        display: flex;
        grid-gap: 10px;
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
        border-bottom: 1px solid #d9d9d9;
    }

        .review-detail .modal-header .modal-title {
            font-size: 18px;
            font-weight: 600;
            color: #1b1b1b;
        }

        .review-detail .modal-header p {
            font-size: 12px;
        }


.travelr-info {
    margin-top: 10px;
    position: relative;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
}

    .travelr-info:after {
        position: absolute;
        top: 12px;
        content: "";
        background: url(/Images/payment/check.svg) no-repeat center;
        width: 20px;
        height: 20px;
        right: 15px;
    }

.review-detail .modal-footer {
    border-top: none;
    padding-top: 0;
}

.review-detail .btn {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    height: 40px;
}

.review-detail .edit-btn {
    background: #d9d9d9;
    color: #5e5e5e;
    font-weight: 500;
}

.review-detail .confirm-btn {
    background: #004A91;
    color: #ffffff;
    font-weight: 500;
}

.travl-name {
    display: flex;
    align-items: center;
    color: #3a3a3a;
    gap: 5px;
    background: #F1F2F2;
    padding: 10px 15px;
    border-radius: 10px;
}

    .travl-name p {
        font-size: 12px;
    }

.name-date {
    font-weight: 600;
    font-size: 14px;
}

    .name-date p {
        font-weight: normal;
    }


.sub-ti {
    font-size: 12px;
    color: #1b1b1b;
    text-transform: none;
    font-weight: 500;
    background: #d9d9d9;
    border-radius: 5px;
    position: relative;
    padding: 5px 10px 5px 35px;
    display: inline-block;
}
.secure:before {
    position: absolute;
    content: "";
    top: -2px;
    left: 5px;
    background: url(/Images/add-more/sequre.svg) no-repeat center;
    width: 30px;
    height: 30px;
}
.pay-card {
    width: 100%;
    padding: 30px 0;
    position: relative;
}
#billing-cardtype {
    background: url(/Images/travel-insurance/card.svg) #ffffff no-repeat;
    background-position: 97% center !important;
}
.mon-yr {
    display: flex;
    border: 1px solid #dddddd;
    border-radius: 5px;
    position: relative;
    margin-bottom: 0;
    background:#ffffff;
}
.pay-mon-yr {
    width: 50%;
    position: relative;
}
    .pay-mon-yr:last-child:before {
        content: "";
        width: 1px;
        height: 75%;
        border-left: 1px solid #b8b8b8;
        position: absolute;
        left: 0;
        z-index: 1;
        top: 7px;
    }
.mon-yr .select-class {
    border: none;
}
.mon-yr .select-opt{
    border-radius:0;
}
.mon-yr .pay-mon-yr:first-child .select-opt {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.mon-yr .pay-mon-yr:last-child .select-opt {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#cvvnumber {
    background: url(/Images/travel-insurance/lock.svg) #ffffff no-repeat;
    background-position: 95% center;
}
.card-zoom {
    font-size: 11px;
    padding-top: 0px;
    font-weight: 300;
    display: inline-flex;
    color: #1b1b1b;
    position: relative;
    top: 15px;
}
.card-zoom .cardInfoTooltip {
    position: absolute;
    right: 0;
    width: 510px;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 0 6px rgba(0,0,0,0.6);
    padding: 13px;
    top: 20px;
    font-size: 10px;
    display: none;
}
.card-zoom .cardInfoTooltip b {
    display: block;
    padding: 10px 0;
    min-height: 42px;
    font-weight: 600;
}
.card-zoom .cardInfoTooltip p {
    font-weight: 500;
    font-size: 10px;
}
.card-zoom:hover .cardInfoTooltip {
    display: block;
}
.encryt {
    position: relative;
    padding-left: 20px;
    color: #1b1b1b;
    font-weight: 300;
}
    .encryt:before {
        background: url(/Images/travel-insurance/lock.svg) no-repeat;
        height: 15px;
        width: 11px;
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
    }
    .encryt a {
        color: #1b1b1b;
        text-decoration: underline;
        font-weight:400;
    }

.fixed_price_cont {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #333333;
    color: #ffffff;
    padding: 5px 10px;
    display: none;
    z-index: 999;
}
.close_btn_pay {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ebebeb;
    border-radius: 3px;
    cursor: pointer;
    display: none;
    z-index: 9999;
}


/* Payment view bootom sec css start*/

.fixed_price_cont {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #333333;
    color: #ffffff;
    padding: 5px 10px;
    display: none;
    z-index: 999;
}
.brk_btn {
    border: none;
    padding: 8px 2px;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    background-color: transparent;
    text-decoration: underline;
}
.sum_cont_main {
   border-bottom: none;
    height: 100%;
    padding: 0px;
    border-radius: 3px;
}
.traveler-edit{
    cursor:pointer;
}

/* Error page css start*/

.internal-error {
    width: 630px;
    margin: 9% auto 10% auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius:15px;
    padding:35px;
    display:flex;
    flex-direction:column;
    grid-gap:15px;
    align-items:center;
}

.internal-error h4 {
    color: #012343;
    font-size: 22px;
    font-weight: 600;
    margin:20px 0;
    text-align:center;
}
    .internal-error p{
        font-size:16px;
        font-weight:500;
        text-align:center;
        margin-bottom:15px;
    }
    .ned-hlp {
        display: flex;
        align-items: center;
        grid-gap: 10px;
        font-size: 24px;
        font-weight: 600;
        color: #012343;
    }
    .ned-hlp a {
        color: #012343;
        text-decoration: none;
        display:inline-flex;
        align-items:center;
        grid-gap:15px;
    }
        .ned-hlp a:hover {
            color: #012343;
        }
        .ned-hlp span {
            background: linear-gradient(#ED6021, #F28126);
            color: #ffffff;
            font-size: 20px;
            font-weight: 600;
            padding: 5px 8px;
            border-radius: 5px;
        }
.back-btn{
    border:1px solid #004A91;
    padding:15px 30px;
    font-size:20px;
    font-weight:600;
    text-align:center;
    display:inline-flex;
    align-items:center;
    margin-top:20px;
}
/* Conformation Page css start*/
.thank-cont {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}

.thk-head {
    font-size: 30px;
    font-weight: 600;
    color: #012343;
    position:relative;
    padding-left:55px;
    margin:30px 0;
}
    .thk-head:before {
        position: absolute;
        left: 0;
        top: -8px;
        width: 50px;
        height: 50px;
        content: "";
        background: url(/Images/travel-insurance/thank-you.svg) no-repeat left;
    }

.plan-hed {
    color: #004A91;
    font-size:20px;
    font-weight:600;
    margin-bottom:0;
}
.read-full {
    color: #126AF0;
    font-size: 12px;
    text-decoration: underline;
}
.policy-hed {
    background: #004A91;
    color:#ffffff;
    font-size:14px;
    padding:10px;
    line-height:1;
    margin-top:20px;
}
.poly-sec{
    padding: 10px;
}
.plcy-det {
    padding: 15px 0;
    display: flex;
    flex-flow: wrap;
}

.ply-info {
    width: 50%;
    display: flex;
    padding: 0px;
    flex: 0 0 50%;
}

.ply-info:first-child{
    border-right:5px solid #e9e9e9;
}
    .ply-info:last-child{
        padding-left:10%;
    }
    .ply-nub {
        background: #E8F3FF;
        width: 36px;
        height: 36px;
        color: #004A91;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
    }
.pol-inf {
    width: 100%;
    padding-left: 30px;
}
    .pol-inf .col-5 {
        font-weight: 300;
        padding: 2px 0;
    }

.pol-detail {
    border-top: 5px solid #e9e9e9;
    border-bottom:5px solid #e9e9e9;
    padding:20px 15px;
    width:100%;
    display:flex;
}

.pol-info {
    width: 60%;
    border-right: 5px solid #e9e9e9;
    flex:0 0 60%;
}
    .pol-info:last-child {
        width: 40%;
        padding-left: 5%;
        border-right: none;
        padding-right: 0;
        flex: 0 0 40%;
    }
    .pol-info .col-5 {
        font-weight: 300;
        padding:2px 0;
    }
        .pol-info .col-7{
            padding:2px 0;
        }
        /*.pol-info span {
            font-weight: 300;
        }*/

.plan-cost{
margin-top:20px;
}
    .plan-cost p{
        font-weight:300;
    }
    .pl-co-hed {
        font-size: 18px;
    }
.plan-tot{
    font-size:18px;
    border-top:2px solid #e9e9e9;
    display:flex;
   justify-content:space-between;
   align-items:center;
   padding:20px 0;
}
.wrring-note {
    color: #ffffff;
    background: #C5281C; 
    padding:10px;
    font-weight:300;
}
.back-btn {
    border-radius: 5px;
    color: #004A91; 
    font-weight: 500;
    border: 1px solid #004A91;
    padding: 20px 60px;
    line-height: 1;
    font-size: 22px;
}
    .back-btn.print-btn {
        background: #004A91;
        color: #ffffff;
    }
    /* Footer css start*/
    .footer {
        background-color: #01122c;
        color: #ffffff;
        padding: 15px 0;
    }
    .footer p{
        font-weight:300;
    }
    .footer-title {
        font-size: 20px;
        font-weight: 500;
        margin-bottom:15px;
    }
.footer-ul {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}
    .footer-ul li{
        font-weight:300;
    }
    .footer-ul li a {
        color: #ffffff;
        display: flex;
        align-items: center;
        grid-gap: 5px;
        font-size: 15px;
        font-weight: 300;
    }
.foot-icon {
    width: 40px;
    height: 40px;
    background-attachment: fixed;
    background-color: #004b92;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 24px;
}
.footer-bottom {
    background:#ffffff;
    color:#1b1b1b;
}
.social-sub ul {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    justify-content:flex-end
}
.social-sub ul li a {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    color: #1b1b1b;
    font-size: 13px;
}

/* Start Responsive Css*/


@media screen and (min-width: 1100px) and (max-width: 1160px) {
    .price-box {
        width: 320px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1100px) {
    .price-box {
        width: 300px;
    }
}

@media(max-width:992px) {

    .ins-ban-tag{
        padding-top:25px;
    }
    .ins-serach{
        margin-top:30px;
    }

    .dekt-viewl{
        width:100%;
    }
    .thk-head {
        font-size: 20px;
        padding-left: 25px;
    }

        .thk-head:before {
            width: 20px;
            height: 20px;
            background-size: cover;
            top: 3px;
        }
    .plan-hed{
        font-size:16px;
    }
    .fled-sec {
        width: 50%;
        flex: 0 0 50%;
    }
    .fixed_price_cont {
        display: initial;
    }
    .sum_cont_main_m {
        position: fixed;
        left: 0px;
        top: 0px;
        background-color: rgba(0, 0, 0, 0.9);
        z-index: 1050;
        width: 100%;
        height: 100%;
        display: none;
        margin-top: 0 !important;
    }
    .sum_cont_main {
        position: absolute;
        top: 0px;
        width: 60%;
        padding: 20px;
        background-color: var(--color-white);
        border-radius: 0px;
        overflow-x: scroll;
    }
    .close_btn_pay {
        display: flex;
    }
    .price-box {
        width: 100%;
    }
    .ply-info:last-child{
        padding-left:2%;
    }
}

@media(max-width:765px){

    
    .travel-prot {
        padding: 15px 75px 15px 5px;
    }
    .plcy-det{
        flex-direction:column;
        padding:0;
    }
    .ply-info{
        width:100%;
        flex:0 0 100%;
        padding:10px 0;
    }
        .ply-info:first-child{
            border:none;
        }
    .ply-info {
        border-top: 5px solid #e9e9e9;
    }
        .ply-info:last-child{
            padding-left:0;
        }
    .pol-detail{
        flex-direction:column;
        padding:10px 15px;
    }
    .pol-info{
        width:100%;
        border-right:0;
        border-bottom:5px solid #e9e9e9;
        flex:0 0 100%;
        padding-bottom:10px;
    }
        .pol-info:last-child {
            width: 100%;
            padding-left: 0;
            border-bottom: none;
            flex: 0 0 100%;
            padding-top:10px;
        }
}

@media(max-width:558px)

{
    .thank-cont{
        padding:0 5px;
    }
    .poly-sec {
        font-size: 12px;
        padding: 10px 5px;
    }
    .fled-sec {
        width: 100%;
        flex: 0 0 100%;
    }
    .travel-prot h5 {
        font-size: 14px;
    }

    .travel-prot p{
        font-size:10px;
    }
    .travl-prt-info {
        padding: 15px 10px;
    }
    .trsub-hed{
        font-size:13px;
    }
    .ins-list li{
        padding-left:20px;
    }
    .ins-list li:before {
        width: 15px;
        height: 15px;
        background-size: cover;
    }
    .sub-title{
        padding:10px;
    }
    .travel-sec-bg {
        padding: 20px 10px 0 10px;
    }
    .card-zoom{
        top:0;
    }
    .plan-detail{
        padding:5px;
    }
    .plan-info{
        padding:10px;
    }
    .social-sub ul{
        justify-content:center;
    }
    .filed-sec {
        padding: 10px 10px 0 10px;
    }
    .imp-tit, .com-tit {
        font-size: 18px;
    }
    .com-sub-tit{
        font-size:17px;
    }
    .com-bold{
        font-size:14px;
    }
    .ins-ban-tag .top{
        font-size:22px;
    }
    .ins-ban-tag .sub-top{
        font-size:25px;
    }
    .trav-hed{
        font-size:24px;
    }
    .trv-sub{
        font-size:18px;
    }
    .plan-cost{
        font-size:12px;
    }
    .plan-tot{
        font-size:13px;
    }
    .pl-co-hed{
        font-size:14px;
    }
    .back-btn {
        padding: 10px;
        font-size: 16px;
    }
    .internal-error{
padding:20px 10px;
width:100%;
margin:20px 0 80px 0;

    }
    .ned-hlp {
        flex-direction: column;
        align-items: center;
        font-size: 19px;
    }
        .ned-hlp a{
            grid-gap:10px;
            flex-direction:column;
        }
}