* {
    margin: 0;
    padding: 0;
}


/* Home Section Start */

.SocialBox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.icon a {
    margin: 0 10px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.icon a:hover {
    color: #fff;
}

.f {
    display: flex;
    flex-direction: column;
}

.icon select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0!important;
    background: #0D54C8;
    background-image: none;
    flex: 1;
    padding: 0 .5em;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    font-family: 'Open Sans', sans-serif;
}

select::-ms-expand {
    display: none;
}

.select {
    position: relative;
    display: flex;
    line-height: 3;
    background: transparent;
    overflow: hidden;
    border-radius: .25em;
}

.select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    cursor: pointer;
    pointer-events: none;
    transition: .25s all ease;
}

.select:hover::after {
    color: #000;
}

#Home {
    background-image: url(./img/backgorund1.svg);
    width: 100%;
    background-repeat: no-repeat;
    height: 65vh;
    background-position: bottom;
    background-size: cover;
}

#Home .upload {
    margin-top: 7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

#Home .topBox .logo img {
    width: 100%;
}

#Home .BottomBox {
    box-shadow: 5px 5px 10px 0px #D3D3D3;
    box-shadow: -10px -10px 20px 0px #FFFFFF59;
    background: #F2F2F2;
    border-radius: 50%;
    width: 220px;
    height: 220px;
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#Home .BottomBox .fileUpload {
    position: relative;
    margin-top: 0;
    width: 170px;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 4px 15px 0px #00000040;
}

#Home .BottomBox .fileUpload input.uploadlogo {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0px;
    background: #ffff !important;
    font-size: 60px;
    cursor: pointer;
    opacity: 0;
    width: 100%;
}

#Home .BottomBox .fileUpload .span {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#Home .BottomBox .fileUpload .span span {
    font-size: 18px;
    font-weight: 600;
    color: #0F2351;
    margin-top: 10px;
}


/*Chrome fix*/

#Home .BottomBox input::-webkit-file-upload-button {
    cursor: pointer !important;
    height: 42px;
    width: 100%;
}

#Home .progressBox {
    width: 50%;
    margin-top: 3rem;
    margin: 3rem auto;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0D54C8 !important;
    transition: width .6s ease;
    border-radius: 0 24px 24px 0;
}

.progress-bar span {
    color: #0D54C8;
    position: absolute;
    font-size: 1.7rem;
    font-weight: 500;
    bottom: 1%;
    left: 48%;
}

.progress {
    display: flex;
    height: 1.5rem !important;
    overflow: hidden;
    font-size: .75rem;
    background-color: #CDCDCD !important;
    border-radius: 24px !important;
}

.cardBox {
    margin-bottom: 10rem;
    position: relative;
}

.cardBox .textContent {
    position: absolute;
    top: 35%;
    right: 15%;
    text-align: end;
    width: 45%;
}

.cardBox .textContent h5 {
    font-size: 18px;
    color: #114CC0;
}

.cardBox img {
    width: 110%;
}

.second img {
    position: relative;
    top: -20px;
}


/* Home Section End */


/* File section Start */

#File {
    width: 100%;
    height: auto;
    background-color: #F2F2F2;
}

#File .SocialBox {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#File .icon a {
    margin: 0 10px;
    color: #0F2351;
    font-size: 18px;
    text-decoration: none;
}

#File .icon a:hover {
    color: #0F2351;
}

#File select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0!important;
    background: #F2F2F2;
    background-image: none;
    flex: 1;
    padding: 0 .5em;
    color: #0F2351;
    cursor: pointer;
    font-size: 1em;
    font-family: 'Open Sans', sans-serif;
}

#File select::-ms-expand {
    display: none;
}

#File .select {
    position: relative;
    display: flex;
    line-height: 3;
    background: transparent;
    overflow: hidden;
    border-radius: .25em;
}

#File .select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    cursor: pointer;
    pointer-events: none;
    transition: .25s all ease;
}

#File .select:hover::after {
    color: #000;
}

#File .formBox {
    width: 80%;
    margin: 3rem auto;
    padding: 20px 0;
    border-radius: 30px;
    box-shadow: -10px -10px 20px 0px #FFFFFF;
    box-shadow: 5px 5px 10px 0px #D3D3D3;
    height: auto;
    background-repeat: no-repeat;
    background-image: url(../resources/img/backimg2.svg);
    background-position: top;
    background-size: contain;
}

#File .formBox .backImg {
    width: 100%;
}

#File .formCard {
    background-color: #fff;
    width: 50%;
    height: auto;
    margin: auto;
    padding: 5px;
    box-shadow: 0px 4px 15px 0px #0000001A;
    border-radius: 20px;
}

#File .titleBoxForm {
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
}

#File .titleBoxForm span i {
    color: #0044FD;
}

#File .inpForm {
    width: 100%;
}

#File .inpForm input {
    width: 100%;
    border: 1px solid #C1C1C1;
    border-radius: 4px;
    padding: 5px 5px;
}

#File .selectForm select {
    width: 100%;
    border: 1px solid #C1C1C1;
    border-radius: 4px;
    font-size: 14px;
    padding: 6px;
}

#File .form {
    margin: 15px 0;
    display: flex;
    align-items: center;
}

#File .icon .logoM img {
    width: 80%;
}

#File .icon .logoM {
    display: none;
}

#File .icon .logoD {
    display: block;
}

label {
    width: 100%;
    color: #313131;
    font-weight: 500;
}

.card-input-element {
    display: none;
}

.card-input {
    padding: 5px;
}

.card-input:hover {
    cursor: pointer;
}

.panel-default {
    text-align: center;
    border: 0.5px solid #686868;
    color: #686868;
    border-radius: 6px;
}

.panel-default1 {
    text-align: center;
    border: 0.5px solid #686868;
    color: #686868;
    border-radius: 6px;
}

.card-input-element:checked+.card-input {
    background-color: transparent;
    color: #0044fd;
    border-radius: 6px;
    border: 1px solid #0044fd;
}

hr {
    margin: 10px 0 !important;
}

.rightDivTime {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.rightDivTime span {
    margin-right: 10px;
    color: #787878;
    font-weight: 500;
}

.leftDivTotal span {
    margin-right: 10px;
    color: #FF0000;
    font-weight: 500;
}

.rightDivTime p {
    color: #787878;
    border: 1px solid #787878;
    padding: 5px;
    margin: 0 !important;
    font-size: 14px;
    border-radius: 30px;
}

#File .form2 .number {
    position: relative;
}

#File .form2 .plus {
    position: absolute;
    left: 60%;
    top: -2px;
    font-size: 22px;
    cursor: pointer;
}

#File .form2 .minus {
    position: absolute;
    left: 35%;
    top: -2px;
    cursor: pointer;
}

#File .form2 .minus,
.plus {
    background: transparent;
    border-radius: 4px;
    border: none;
    color: #0044FD;
    font-weight: 600;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

#File .form2 input {
    height: 34px;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #81868A;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}


/* File section End */


/* New */

label {
    width: 100%;
    color: #313131;
    font-weight: 500;
}

.card-input-element1 {
    display: none;
}

.card-input1 {
    padding: 5px;
    text-align: center;
}

.card-input1:hover {
    cursor: pointer;
}

.panel-1 {
    text-align: center;
}

.card-input-element1:checked+.card-input1 {
    background-color: transparent;
    color: #0044fd;
    border-radius: 6px;
    border: 0.5px solid #0044fd;
}

.plans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-sizing: border-box;
    border-radius: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.plans .plan input[type="radio"] {
    position: absolute;
    opacity: 0;
}


/* 
.plans .plan {
    cursor: pointer;
    width: 48.5%;
} */

.plans .plan .plan-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #e1e2e7;
    border-radius: 10px;
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    -o-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
    position: relative;
}

.plans .plan .plan-details span {
    margin-bottom: 10px;
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #252f42;
}

.container .title {
    font-size: 16px;
    font-weight: 500;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: #252f42;
    margin-bottom: 20px;
}

.plans .plan .plan-content:hover {
    -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
    box-shadow: 0px 3px 5px 0px #e8e8e8;
}

.plans .plan input[type="radio"]:checked+.plan-content:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    background: #216fe0;
    left: 7px;
    /* top: 30px; */
    border-radius: 100%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 2px #0066ff;
    box-shadow: 0px 0px 0px 2px #0066ff;
}

.plans .plan input[type="radio"]:checked+.plan-content {
    border: 2px solid #216ee0;
    background: transparent;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

.custom-map-control-button{
    position: absolute !important;
    top:initial !important;
    bottom: 40px !important;
    left: 10px !important;
    background-color: white;
    height: 40px;
    padding: 5px 10px;
    border: medium none;
    box-shadow: 0 0 5px black;
    padding: 10px;
    border-radius: 50%;
}

.div3 s{
    color: white;
    background-color: red;
    padding: 3px 8px;
    border-radius: 5px;
    font-weight: bold;
    margin-right: 10px;
     background-color: rgb(255, 82, 82);
}
.default {
    background: #e8e8e8;
    padding: 5px;
    border-radius: 8px;
    margin-left: 10px;
    color: white;
}

.default span {
    font-weight: 700;
    color: #333;
}

.defaultPrice span {
    font-weight: 700;
    color: #333;
}

@media screen and (max-width: 991px) {
    .plans {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .plans .plan {
        width: 100%;
    }
    .plan.complete-plan {
        margin-top: 20px;
    }
    .plans .plan input[type="radio"]:checked+.plan-content:after {
        top: 45%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
    }
}

@media screen and (max-width: 767px) {
    .plans .plan .plan-content .plan-details {
        width: 60%;
        display: inline-block;
    }
}

@media screen and (max-width: 540px) {
    .plans .plan .plan-content img {
        margin-bottom: 20px;
        height: 56px;
        -webkit-transition: height 0.4s;
        -o-transition: height 0.4s;
        transition: height 0.4s;
    }
    .plans .plan input[type="radio"]:checked+.plan-content:after {
        /* top: 35px; */
        left: 10px;
    }
    .plans .plan .plan-content .plan-details {
        width: 100%;
    }
    .plans .plan .plan-content {
        padding: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}


/* inspiration */

.inspiration {
    font-size: 12px;
    margin-top: 50px;
    position: absolute;
    bottom: 10px;
    font-weight: 300;
}

.inspiration a {
    color: #666;
}

@media screen and (max-width: 767px) {
    /* inspiration */
    .inspiration {
        display: none;
    }
}


/* New */

.econom {
    background: #D6FFC2;
    padding: 5px;
    border-radius: 8px;
    margin-left: 10px;
    color: #5BBB3A;
}

.div2 span {
    font-weight: 400;
    color: #616161;
}

.economPrice span {
    font-weight: 700;
    color: #5BBB3A;
}

.express {
    background: #FFF3C2;
    padding: 5px;
    border-radius: 8px;
    margin-left: 10px;
    color: #FFB800;
}

.expressPrice span {
    font-weight: 700;
    color: #FFB800;
}

.checkBt {
    width: 100%;
    margin: 10px 0;
    background: #134FC6;
    color: #fff;
    box-shadow: 0px 4px 15px 0px #0000001A;
    padding: 10px 0;
    border: none;
    font-size: 19px;
    border-radius: 10px;
}