﻿.contact-area {
    margin: 0px auto;
    border-bottom: 1px solid #d38282;
    border-radius: 0;
    width: 60%;
}

.hero {
    overflow: hidden;
    padding-top: 33px;
    padding-bottom: 5px;
    text-align: center;
    color: white;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.hero1 {
    text-align: left !important;
}

.laptopgif {
    position: absolute;
    top: 15%;
    right: 28%;
    max-width: 45%;
}

.traparentdiv {
    background: rgb(237 28 36);
    padding: 41px;
    color: #fff;
    transform: rotate(-1.5deg);
    width: 100%;
    display: table;
}

    .traparentdiv p {
        word-wrap: break-word !important;
        font-size: 1.6rem;
        margin: 0 auto;
        max-width: 1050px;
        color: #fff;
    }

#loginBox .single-form {
    padding-top: 2%;
}

.pricing-step-amenities-list {
    list-style-type: disc;
    margin-left: 17px;
    padding-top: 14px;
}

    .pricing-step-amenities-list li {
        color: #8a8fa3;
        font-family: 'Poppins';
        font-size: 12pt;
        font-weight: normal;
        margin-bottom: 12px !important;
        padding-left: 0px !important;
        padding-right: 4px;
    }

.mt-5 {
    margin-top: 5px !important;
}

.text-left {
    text-align: right;
}


.text-align p {
    color: #8a8fa3 !important;
    margin: 15px 0px 12px 8px;
    text-align: left;
    font-size: 13pt;
    line-height: 32px;
    font-family: 'Poppins';
    font-weight: normal;
}

.homeullist {
    color: #8a8fa3;
    text-align: left;
    list-style-type: disc;
    font-size: 13pt;
    font-family: 'Poppins';
    font-weight: normal;
    line-height: 2;
    padding-left: 30px;
    width: 100%;
    float: left;
}

.OurPartners ul li {
    width: 20%;
    height: 100px;
    display: inline-flex;
    border: 1px #bdbbbb69 solid;
    margin: 6px;
}

    .OurPartners ul li img {
        margin: 0 auto;
    }

.pricingcard {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.pricingcardDiv {
    display: inline-flex;
}

.cardbody {
    padding: 20px 2px 12px 2px !important;
}

.cardbox {
    padding: 2px;
    display: flex;
    justify-content: space-between;
}

.cardboxequal {
    flex-basis: 100%;
    box-sizing: border-box;
}

input::-webkit-input-placeholder {
    font-size: 12pt;
    font-family: 'Poppins';
}

.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
}

.lSAction > .lSNext {
    background-position: -33px 0px;
    background-image: url("../../img/arrow-right.png");
}

.lSAction > .lSPrev {
    background-position: 2px 0px;
    background-image: url("../../img/arrow-left.png");
}

.PricingRequirementstext {
    font-family: 'Poppins';
    font-size: 15pt;
    font-weight: bold;
    color: #8a8fa3;
    width: 55%;
    margin: 0 auto;
    padding-bottom: 25px;
}

.footerlogo {
    text-align: right;
}

.headsection {
    margin: 10px auto 0px;
    width: 100%;
}

.headerText {
    font-family: 'Poppins';
    font-size: 26pt;
    font-weight: normal;
    color: #32333c;
    padding-top: 35px;
}

.sub_headerText {
    font-family: 'Poppins';
    font-size: 15pt;
    font-weight: normal;
    color: #8a8fa3 !important;
    font-style: italic;
}

.single-form input, .single-form textarea {
    height: 38px;
}

.optionbox {
    height: 38px;
}

.login-button {
    margin-top: 24px !important;
}

.pl-mobileView {
    padding-left: 5px !important;
}

.optionbox {
    padding: 0 4px !important;
}

.single-form input, .single-form textarea {
    padding: 0 10px;
}

@media (min-width: 400px) and (max-width:1500px) {
    .Cart-Container {
        width: 90%;
    }

    .pricingcard {
        width: 90%;
    }
}

@media only screen and (max-width: 1440px) {
    .OurPartners ul li {
        width: 267px;
    }
}

@media only screen and (max-width: 1280px) {
    /*.OurPartners ul li {
        width: 233px
    }*/


}

@media only screen and (max-width: 1024px) {
    /*.OurPartners ul li {
        width: 252px
    }*/

    .PricingRequirementstext {
        width: 80%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .contact-area {
        padding-top: 15px;
        padding-bottom: 20px;
    }

    /*.OurPartners ul li {
        width: 180px;
    }*/

    .footerlogo {
        text-align: center;
        margin-top: 20px;
    }

    .formpt425-20 {
        padding-top: 20px;
    }
}

@media (min-width: 320px) and (max-width: 600px) {
    .footerlogo {
        text-align: center;
        margin-top: 10px;
    }

    .headsection {
        margin: 4% auto;
        width: 88%;
    }

    .contact-area {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .headerText {
        font-size: 22pt;
    }

    .sub_headerText {
        font-size: 12pt;
        width: 90%;
        margin: 0 auto;
    }

    .rightDiv {
        margin-left: 35px;
        padding-right: 5px !important;
    }

    .single-form {
        margin-top: 0px;
        text-align: center;
        padding-bottom: 0px;
    }




    .pricingcard {
        width: 90%;
    }

    .lSAction > .lSPrev {
        left: -5px !important;
    }

    .lSAction > .lSNext {
        right: -8px !important;
    }

    .pl-mobileView {
        padding-left: 30px !important;
    }
}

@media (min-width: 300px) and (max-width: 1000px) {
    .contact-area {
        width:95%;
    }
}




/*Add css by lokesh*/


@media (min-width: 1001px) and (max-width: 1100px) {
    .contact-area {
        width: 80%;
    }
}

@media (min-width: 1101px) and (max-width: 1228px) {
    .contact-area {
        width: 70%;
    }
}

.plan-container {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.plan {
    border: 1px solid #ccc;
    padding: 20px;
    /*width: 30%;*/
    width: 100%;
    text-align: center;
    border-radius: 30px;
    font-family: 'Poppins' !important;
    display: table-cell;
}

    .plan h2 {
        margin-bottom: 30px;
        color: white;
    }

.red-layout {
    background: linear-gradient(to bottom, #eb1c24, #eb1c24 15%, transparent 0rem, transparent 100%);
}

    .red-layout p {
        color: black;
        /* border-bottom: 1px solid #eb1c24;*/
        /*padding-top: 20px;*/
        font-size: 16px;
    }

    .red-layout hr {
        border: 0;
        height: 1px;
        margin: 18px 0;
        position: relative;
        background: -webkit-linear-gradient(left, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0) 1%, rgba(255, 0, 0, 0.65) 50%, rgba(255, 0, 0, 0) 85%, rgba(255, 0, 0, 0) 100%);
    }

    .red-layout p b {
        color: #eb1c24;
    }

.black-layout {
    background: linear-gradient(to bottom, #32333c, #32333c 15%, transparent 0rem, transparent 100%);
}

    .black-layout p {
        color: black;
        /*border-bottom: 1px solid #32333c;*/
        /*padding-top: 20px;*/
        font-size: 16px;
    }

    .black-layout hr {
        border: 0;
        height: 1px;
        margin: 18px 0;
        position: relative;
        background: -webkit-linear-gradient(left, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0) 1%, rgb(30 30 30 / 65%) 50%, rgba(255, 0, 0, 0) 85%, rgba(255, 0, 0, 0) 100%)
    }

    .black-layout p b {
        color: #32333c;
    }


.plan p.small {
    font-size: 12px;
}

.plan-video {
    border: 1px solid #ccc;
    padding: 20px;
    /*width: 30%;*/
    text-align: center;
    border-radius: 10px;
}