/*=========================================
        Corporate Taxi Service Page
=========================================*/

.cts-page-section{

    padding:100px 0;

    background:#ffffff;

}

/*=========================================
        Image
=========================================*/

.cts-page-image{

    position:relative;

    width:100%;

    height:100%;

    min-height:520px;

    border-radius:22px;

    overflow:hidden;

    box-shadow:0 20px 45px rgba(0,0,0,.10);

}

.cts-page-image img{

    width:100%;

    height:100%;

    min-height:520px;

    object-fit:cover;

    display:block;

    transition:transform .5s ease;

}

.cts-page-image:hover img{

    transform:scale(1.04);

}

/*=========================================
        Image Badge
=========================================*/

.cts-page-image-badge{

    position:absolute;

    left:25px;

    bottom:25px;

    display:flex;

    align-items:center;

    gap:10px;

    padding:13px 20px;

    background:#FDB913;

    color:#222;

    border-radius:50px;

    font-size:15px;

    font-weight:700;

    box-shadow:0 8px 20px rgba(0,0,0,.18);

}

.cts-page-image-badge i{

    font-size:18px;

}

/*=========================================
        Content
=========================================*/

.cts-page-content{

    padding-left:45px;

}

.cts-page-subtitle{

    display:inline-block;

    padding:8px 20px;

    margin-bottom:18px;

    background:#fff7df;

    color:#FDB913;

    border-radius:50px;

    font-size:14px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

}

.cts-page-content h1{

    margin:0 0 22px;

    color:#222;

    font-size:42px;

    line-height:1.25;

    font-weight:700;

}

.cts-page-content p{

    margin-bottom:18px;

    color:#666;

    font-size:16px;

    line-height:1.9;

}

/*=========================================
        Feature List
=========================================*/

.cts-page-list{

    list-style:none;

    padding:0;

    margin:25px 0 30px;

}

.cts-page-list li{

    display:flex;

    align-items:flex-start;

    gap:12px;

    margin-bottom:15px;

    color:#333;

    font-size:15px;

    font-weight:600;

    line-height:1.6;

}

.cts-page-list li i{

    color:#FDB913;

    font-size:18px;

    margin-top:2px;

    flex-shrink:0;

}

/*=========================================
        Buttons
=========================================*/

.cts-page-buttons{

    display:flex;

    align-items:center;

    gap:14px;

    flex-wrap:wrap;

}

.cts-page-btn,
.cts-page-call-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:9px;

    min-height:52px;

    padding:12px 24px;

    border-radius:50px;

    font-size:15px;

    font-weight:700;

    text-decoration:none !important;

    transition:all .3s ease;

}

.cts-page-btn{

    background:#FDB913;

    color:#222;

    box-shadow:0 8px 20px rgba(253,185,19,.25);

}

.cts-page-btn:hover{

    background:#222;

    color:#fff;

    transform:translateY(-3px);

}

.cts-page-call-btn{

    background:#222;

    color:#fff;

    border:2px solid #222;

}

.cts-page-call-btn:hover{

    background:#FDB913;

    border-color:#FDB913;

    color:#222;

    transform:translateY(-3px);

}

/*=========================================
        Tablet
=========================================*/

@media(max-width:1199px){

    .cts-page-content{

        padding-left:30px;

    }

    .cts-page-content h1{

        font-size:36px;

    }

    .cts-page-image,
    .cts-page-image img{

        min-height:480px;

    }

}

/*=========================================
        Medium Devices
=========================================*/

@media(max-width:991px){

    .cts-page-section{

        padding:80px 0;

    }

    .cts-page-image{

        min-height:450px;

        margin-bottom:40px;

    }

    .cts-page-image img{

        min-height:450px;

    }

    .cts-page-content{

        padding-left:0;

    }

    .cts-page-content h1{

        font-size:34px;

    }

}

/*=========================================
        Mobile
=========================================*/

@media(max-width:767px){

    .cts-page-section{

        padding:65px 0;

    }

    .cts-page-image{

        min-height:360px;

        border-radius:18px;

    }

    .cts-page-image img{

        min-height:360px;

    }

    .cts-page-image-badge{

        left:18px;

        bottom:18px;

        padding:11px 17px;

        font-size:14px;

    }

    .cts-page-content h1{

        font-size:30px;

    }

    .cts-page-content p{

        font-size:15px;

        line-height:1.8;

    }

    .cts-page-list li{

        font-size:14px;

    }

}

/*=========================================
        Small Mobile
=========================================*/

@media(max-width:575px){

    .cts-page-section{

        padding:55px 0;

    }

    .cts-page-image{

        min-height:300px;

        border-radius:16px;

    }

    .cts-page-image img{

        min-height:300px;

    }

    .cts-page-image-badge{

        left:15px;

        bottom:15px;

        padding:10px 15px;

        font-size:13px;

    }

    .cts-page-content h1{

        font-size:26px;

    }

    .cts-page-subtitle{

        font-size:12px;

        padding:7px 16px;

    }

    .cts-page-list{

        margin-top:22px;

    }

    .cts-page-buttons{

        flex-direction:column;

        align-items:stretch;

    }

    .cts-page-btn,
    .cts-page-call-btn{

        width:100%;

        min-height:50px;

    }

}

/*=========================================
        Extra Small Devices
=========================================*/

@media(max-width:380px){

    .cts-page-content h1{

        font-size:23px;

    }

    .cts-page-content p{

        font-size:14px;

    }

    .cts-page-image{

        min-height:270px;

    }

    .cts-page-image img{

        min-height:270px;

    }

}


/*=========================================
        Corporate Taxi CTA
=========================================*/

.cts-cta-section{

    padding:90px 0;

    background:#f8f9fb;

}

.cts-cta-box{

    position:relative;

    overflow:hidden;

    padding:60px 65px;

    background:#222;

    border-radius:25px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.cts-cta-content{

    position:relative;

    z-index:2;

    max-width:850px;

}

.cts-cta-subtitle{

    display:inline-block;

    margin-bottom:16px;

    padding:8px 20px;

    background:#FDB913;

    color:#222;

    border-radius:50px;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

}

.cts-cta-content h2{

    margin:0 0 18px;

    color:#fff;

    font-size:40px;

    line-height:1.3;

    font-weight:700;

}

.cts-cta-content p{

    max-width:750px;

    margin-bottom:25px;

    color:#d7d7d7;

    font-size:16px;

    line-height:1.8;

}

/*=========================================
        CTA Points
=========================================*/

.cts-cta-points{

    display:flex;

    flex-wrap:wrap;

    gap:20px;

    margin-bottom:30px;

}

.cts-cta-points span{

    color:#fff;

    font-size:14px;

    font-weight:600;

}

.cts-cta-points i{

    color:#FDB913;

    margin-right:7px;

}

/*=========================================
        CTA Buttons
=========================================*/

.cts-cta-buttons{

    display:flex;

    align-items:center;

    gap:14px;

    flex-wrap:wrap;

}

.cts-cta-wa,
.cts-cta-call{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:9px;

    min-height:52px;

    padding:12px 25px;

    border-radius:50px;

    font-size:15px;

    font-weight:700;

    text-decoration:none !important;

    transition:.3s ease;

}

.cts-cta-wa{

    background:#FDB913;

    color:#222;

}

.cts-cta-wa:hover{

    background:#fff;

    color:#222;

    transform:translateY(-3px);

}

.cts-cta-call{

    border:2px solid #fff;

    color:#fff;

    background:transparent;

}

.cts-cta-call:hover{

    background:#FDB913;

    border-color:#FDB913;

    color:#222;

    transform:translateY(-3px);

}

/*=========================================
        CTA Icon
=========================================*/

.cts-cta-icon{

    position:absolute;

    right:60px;

    top:50%;

    transform:translateY(-50%);

    width:190px;

    height:190px;

    border-radius:50%;

    background:rgba(253,185,19,.10);

    display:flex;

    align-items:center;

    justify-content:center;

}

.cts-cta-icon i{

    font-size:80px;

    color:#FDB913;

}

/*=========================================
        Tablet
=========================================*/

@media(max-width:991px){

    .cts-cta-section{

        padding:75px 0;

    }

    .cts-cta-box{

        padding:50px 40px;

    }

    .cts-cta-content{

        max-width:100%;

    }

    .cts-cta-content h2{

        font-size:34px;

    }

    .cts-cta-icon{

        opacity:.15;

        right:30px;

    }

}

/*=========================================
        Mobile
=========================================*/

@media(max-width:767px){

    .cts-cta-section{

        padding:65px 0;

    }

    .cts-cta-box{

        padding:40px 25px;

        border-radius:20px;

    }

    .cts-cta-content h2{

        font-size:29px;

    }

    .cts-cta-content p{

        font-size:15px;

    }

    .cts-cta-points{

        flex-direction:column;

        gap:12px;

    }

    .cts-cta-icon{

        right:-30px;

        width:150px;

        height:150px;

    }

    .cts-cta-icon i{

        font-size:60px;

    }

}

/*=========================================
        Small Mobile
=========================================*/

@media(max-width:575px){

    .cts-cta-section{

        padding:55px 0;

    }

    .cts-cta-box{

        padding:35px 20px;

    }

    .cts-cta-content h2{

        font-size:25px;

    }

    .cts-cta-subtitle{

        font-size:12px;

        padding:7px 16px;

    }

    .cts-cta-buttons{

        flex-direction:column;

        align-items:stretch;

    }

    .cts-cta-wa,
    .cts-cta-call{

        width:100%;

    }

    .cts-cta-icon{

        display:none;

    }

}

/*=========================================
        Corporate Taxi - Why Choose Us
=========================================*/

.cts-why-section{

    padding:100px 0;

    background:#f8f9fb;

}

/*=========================================
        Heading
=========================================*/

.cts-why-heading{

    max-width:850px;

    margin:0 auto 55px;

}

.cts-why-subtitle{

    display:inline-block;

    padding:8px 20px;

    margin-bottom:16px;

    background:#fff7df;

    color:#FDB913;

    border-radius:50px;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

}

.cts-why-heading h2{

    margin:0 0 16px;

    color:#222;

    font-size:40px;

    line-height:1.3;

    font-weight:700;

}

.cts-why-heading p{

    margin:0;

    color:#666;

    font-size:16px;

    line-height:1.8;

}

/*=========================================
        Why Choose Card
=========================================*/

.cts-why-card{

    height:100%;

    min-height:270px;

    padding:30px 25px;

    background:#ffffff;

    border:1px solid #eeeeee;

    border-radius:18px;

    text-align:center;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

    transition:all .35s ease;

}

.cts-why-card:hover{

    transform:translateY(-8px);

    border-color:#FDB913;

    box-shadow:0 18px 40px rgba(0,0,0,.09);

}

/*=========================================
        Icon
=========================================*/

.cts-why-icon{

    width:65px;

    height:65px;

    margin:0 auto 20px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#fff7df;

    color:#FDB913;

    border-radius:50%;

    font-size:25px;

    transition:all .35s ease;

}

.cts-why-card:hover .cts-why-icon{

    background:#FDB913;

    color:#222;

    transform:scale(1.08);

}

/*=========================================
        Card Content
=========================================*/

.cts-why-card h3{

    margin:0 0 13px;

    color:#222;

    font-size:19px;

    line-height:1.4;

    font-weight:700;

}

.cts-why-card p{

    margin:0;

    color:#666;

    font-size:14px;

    line-height:1.8;

}

/*=========================================
        Tablet
=========================================*/

@media(max-width:1199px){

    .cts-why-heading h2{

        font-size:36px;

    }

    .cts-why-card{

        min-height:275px;

        padding:28px 20px;

    }

}

/*=========================================
        Medium Devices
=========================================*/

@media(max-width:991px){

    .cts-why-section{

        padding:80px 0;

    }

    .cts-why-heading{

        margin-bottom:45px;

    }

    .cts-why-heading h2{

        font-size:33px;

    }

    .cts-why-card{

        min-height:260px;

    }

}

/*=========================================
        Mobile
=========================================*/

@media(max-width:767px){

    .cts-why-section{

        padding:70px 0;

    }

    .cts-why-heading h2{

        font-size:29px;

    }

    .cts-why-heading p{

        font-size:15px;

    }

    .cts-why-card{

        min-height:240px;

        padding:28px 22px;

    }

}

/*=========================================
        Small Mobile
=========================================*/

@media(max-width:575px){

    .cts-why-section{

        padding:60px 0;

    }

    .cts-why-heading{

        margin-bottom:35px;

    }

    .cts-why-heading h2{

        font-size:25px;

    }

    .cts-why-subtitle{

        font-size:12px;

        padding:7px 16px;

    }

    .cts-why-card{

        min-height:auto;

        padding:27px 20px;

        border-radius:16px;

    }

    .cts-why-icon{

        width:58px;

        height:58px;

        font-size:22px;

        margin-bottom:17px;

    }

    .cts-why-card h3{

        font-size:18px;

    }

    .cts-why-card p{

        font-size:14px;

    }

}

/*=========================================
        Extra Small Devices
=========================================*/

@media(max-width:380px){

    .cts-why-heading h2{

        font-size:23px;

    }

    .cts-why-card{

        padding:24px 17px;

    }

}

/*=========================================
        Corporate Taxi FAQ Section
=========================================*/

.cts-faq-section{

    padding:100px 0;

    background:#ffffff;

}

/*=========================================
        FAQ Heading
=========================================*/

.cts-faq-heading{

    max-width:850px;

    margin:0 auto 55px;

}

.cts-faq-subtitle{

    display:inline-block;

    padding:8px 20px;

    margin-bottom:16px;

    background:#fff7df;

    color:#FDB913;

    border-radius:50px;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

}

.cts-faq-heading h2{

    margin:0 0 16px;

    color:#222;

    font-size:40px;

    line-height:1.3;

    font-weight:700;

}

.cts-faq-heading p{

    max-width:750px;

    margin:0 auto;

    color:#666;

    font-size:16px;

    line-height:1.8;

}


/*=========================================
        FAQ Wrapper
=========================================*/

.cts-faq-wrapper{

    max-width:950px;

    margin:0 auto;

}


/*=========================================
        FAQ Item
=========================================*/

.cts-faq-item{

    position:relative;

    margin-bottom:16px;

    background:#ffffff;

    border:1px solid #eeeeee;

    border-radius:15px;

    overflow:hidden;

    box-shadow:0 7px 25px rgba(0,0,0,.05);

    transition:all .3s ease;

}

.cts-faq-item:hover{

    border-color:#FDB913;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.cts-faq-item.active{

    border-color:#FDB913;

    box-shadow:0 10px 30px rgba(253,185,19,.12);

}


/*=========================================
        FAQ Question
=========================================*/

.cts-faq-question{

    width:100%;

    padding:21px 25px;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:20px;

    background:#ffffff;

    border:none;

    outline:none !important;

    box-shadow:none !important;

    cursor:pointer;

    text-align:left;

    color:#222;

    font-family:inherit;

    font-size:16px;

    line-height:1.5;

    font-weight:700;

    transition:all .3s ease;

}

.cts-faq-question:hover{

    background:#fffaf0;

}

.cts-faq-item.active .cts-faq-question{

    background:#FDB913;

    color:#222;

}


/*=========================================
        Question Icon
=========================================*/

.cts-faq-question i{

    width:34px;

    height:34px;

    min-width:34px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#FDB913;

    color:#222;

    border-radius:50%;

    font-size:13px;

    transition:all .3s ease;

}

.cts-faq-item.active .cts-faq-question i{

    background:#222;

    color:#FDB913;

    transform:rotate(45deg);

}


/*=========================================
        FAQ Answer
=========================================*/

.cts-faq-answer{

    max-height:0;

    overflow:hidden;

    background:#ffffff;

    transition:max-height .4s ease;

}

.cts-faq-answer p{

    margin:0;

    padding:22px 25px 25px;

    color:#666;

    font-size:15px;

    line-height:1.9;

    border-top:1px solid #eeeeee;

}


/*=========================================
        Small Yellow Accent
=========================================*/

.cts-faq-item::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:4px;

    height:0;

    background:#FDB913;

    transition:height .3s ease;

    z-index:2;

}

.cts-faq-item.active::before{

    height:100%;

}


/*=========================================
        Tablet
=========================================*/

@media(max-width:991px){

    .cts-faq-section{

        padding:80px 0;

    }

    .cts-faq-heading{

        margin-bottom:45px;

    }

    .cts-faq-heading h2{

        font-size:34px;

    }

    .cts-faq-wrapper{

        max-width:100%;

    }

}


/*=========================================
        Mobile
=========================================*/

@media(max-width:767px){

    .cts-faq-section{

        padding:70px 0;

    }

    .cts-faq-heading{

        margin-bottom:40px;

    }

    .cts-faq-heading h2{

        font-size:29px;

    }

    .cts-faq-heading p{

        font-size:15px;

    }

    .cts-faq-question{

        padding:19px 20px;

        font-size:15px;

    }

    .cts-faq-answer p{

        padding:20px;

        font-size:14px;

        line-height:1.8;

    }

}


/*=========================================
        Small Mobile
=========================================*/

@media(max-width:575px){

    .cts-faq-section{

        padding:60px 0;

    }

    .cts-faq-heading{

        margin-bottom:35px;

    }

    .cts-faq-subtitle{

        padding:7px 16px;

        font-size:12px;

    }

    .cts-faq-heading h2{

        font-size:25px;

    }

    .cts-faq-item{

        margin-bottom:13px;

        border-radius:12px;

    }

    .cts-faq-question{

        padding:17px 16px;

        gap:12px;

        font-size:14px;

        line-height:1.5;

    }

    .cts-faq-question i{

        width:30px;

        height:30px;

        min-width:30px;

        font-size:11px;

    }

    .cts-faq-answer p{

        padding:18px 16px 20px;

        font-size:14px;

    }

}


/*=========================================
        Extra Small Devices
=========================================*/

@media(max-width:380px){

    .cts-faq-heading h2{

        font-size:23px;

    }

    .cts-faq-question{

        padding:16px 14px;

        font-size:13px;

    }

    .cts-faq-answer p{

        padding:17px 14px;

        font-size:13px;

    }

}


/*=========================================
        Corporate Taxi Booking Form
=========================================*/

.cts-form-section{

    padding:100px 0;

    background:#f8f9fb;

}


/*=========================================
        Section Heading
=========================================*/

.cts-form-heading{

    max-width:850px;

    margin:0 auto 55px;

}

.cts-form-subtitle{

    display:inline-block;

    padding:8px 20px;

    margin-bottom:16px;

    background:#fff7df;

    color:#FDB913;

    border-radius:50px;

    font-size:13px;

    font-weight:700;

    letter-spacing:1px;

    text-transform:uppercase;

}

.cts-form-heading h2{

    margin:0 0 16px;

    color:#222;

    font-size:40px;

    line-height:1.3;

    font-weight:700;

}

.cts-form-heading p{

    max-width:750px;

    margin:0 auto;

    color:#666;

    font-size:16px;

    line-height:1.8;

}


/*=========================================
        Form Wrapper
=========================================*/

.cts-form-wrapper{

    max-width:1100px;

    margin:0 auto;

    background:#ffffff;

    border-radius:25px;

    overflow:hidden;

    box-shadow:0 15px 45px rgba(0,0,0,.08);

}


/*=========================================
        Left Information
=========================================*/

.cts-form-info{

    height:100%;

    padding:50px 40px;

    background:#222;

    color:#ffffff;

}

.cts-form-info-label{

    display:inline-block;

    margin-bottom:18px;

    padding:7px 16px;

    background:#FDB913;

    color:#222;

    border-radius:50px;

    font-size:12px;

    font-weight:700;

    letter-spacing:.8px;

    text-transform:uppercase;

}

.cts-form-info h3{

    margin:0 0 18px;

    color:#ffffff;

    font-size:30px;

    line-height:1.35;

    font-weight:700;

}

.cts-form-info p{

    margin:0 0 25px;

    color:#d6d6d6;

    font-size:15px;

    line-height:1.8;

}


/*=========================================
        Information List
=========================================*/

.cts-form-info-list{

    list-style:none;

    padding:0;

    margin:0 0 30px;

}

.cts-form-info-list li{

    display:flex;

    align-items:flex-start;

    gap:10px;

    margin-bottom:15px;

    color:#ffffff;

    font-size:14px;

    font-weight:600;

    line-height:1.5;

}

.cts-form-info-list li i{

    color:#FDB913;

    font-size:17px;

    margin-top:1px;

}


/*=========================================
        Contact Box
=========================================*/

.cts-form-contact{

    display:flex;

    align-items:center;

    gap:14px;

    padding:17px 20px;

    background:rgba(253,185,19,.10);

    border:1px solid rgba(253,185,19,.25);

    border-radius:15px;

}

.cts-form-contact > i{

    width:45px;

    height:45px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#FDB913;

    color:#222;

    border-radius:50%;

    font-size:21px;

}

.cts-form-contact div{

    display:flex;

    flex-direction:column;

}

.cts-form-contact span{

    margin-bottom:3px;

    color:#bbbbbb;

    font-size:12px;

}

.cts-form-contact strong{

    color:#ffffff;

    font-size:16px;

}


/*=========================================
        Form Card
=========================================*/

.cts-form-card{

    height:100%;

    padding:45px 40px;

    background:#ffffff;

}


/*=========================================
        Form Group
=========================================*/

.cts-form-group{

    margin-bottom:20px;

}

.cts-form-group label{

    display:block;

    margin-bottom:8px;

    color:#333;

    font-size:14px;

    font-weight:700;

}

.cts-form-group input,
.cts-form-group select{

    width:100%;

    height:50px;

    padding:0 15px;

    background:#ffffff;

    border:1px solid #dddddd;

    border-radius:10px;

    outline:none;

    color:#333;

    font-family:inherit;

    font-size:14px;

    transition:all .3s ease;

}

.cts-form-group input::placeholder{

    color:#999;

}

.cts-form-group input:focus,
.cts-form-group select:focus{

    border-color:#FDB913;

    box-shadow:0 0 0 3px rgba(253,185,19,.12);

}


/*=========================================
        Select
=========================================*/

.cts-form-group select{

    cursor:pointer;

    appearance:auto;

}


/*=========================================
        WhatsApp Submit Button
=========================================*/

.cts-form-submit{

    width:100%;

    min-height:54px;

    margin-top:5px;

    padding:13px 25px;

    display:flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    background:#FDB913;

    border:2px solid #FDB913;

    border-radius:50px;

    color:#222;

    font-family:inherit;

    font-size:15px;

    font-weight:700;

    cursor:pointer;

    outline:none;

    transition:all .3s ease;

}

.cts-form-submit i{

    font-size:20px;

}

.cts-form-submit:hover{

    background:#222;

    border-color:#222;

    color:#ffffff;

    transform:translateY(-3px);

    box-shadow:0 10px 25px rgba(0,0,0,.15);

}


/*=========================================
        Tablet
=========================================*/

@media(max-width:991px){

    .cts-form-section{

        padding:80px 0;

    }

    .cts-form-heading{

        margin-bottom:45px;

    }

    .cts-form-heading h2{

        font-size:34px;

    }

    .cts-form-info{

        padding:40px 30px;

    }

    .cts-form-info h3{

        font-size:27px;

    }

    .cts-form-card{

        padding:40px 30px;

    }

}


/*=========================================
        Mobile
=========================================*/

@media(max-width:767px){

    .cts-form-section{

        padding:70px 0;

    }

    .cts-form-heading h2{

        font-size:29px;

    }

    .cts-form-heading p{

        font-size:15px;

    }

    .cts-form-wrapper{

        border-radius:20px;

    }

    .cts-form-info{

        padding:35px 25px;

    }

    .cts-form-info h3{

        font-size:25px;

    }

    .cts-form-card{

        padding:35px 25px;

    }

}


/*=========================================
        Small Mobile
=========================================*/

@media(max-width:575px){

    .cts-form-section{

        padding:60px 0;

    }

    .cts-form-heading{

        margin-bottom:35px;

    }

    .cts-form-subtitle{

        padding:7px 16px;

        font-size:12px;

    }

    .cts-form-heading h2{

        font-size:25px;

    }

    .cts-form-info{

        padding:30px 20px;

    }

    .cts-form-info h3{

        font-size:23px;

    }

    .cts-form-info p{

        font-size:14px;

    }

    .cts-form-card{

        padding:30px 20px;

    }

    .cts-form-group{

        margin-bottom:17px;

    }

    .cts-form-group input,
    .cts-form-group select{

        height:48px;

        font-size:14px;

    }

    .cts-form-submit{

        min-height:52px;

        font-size:14px;

        padding:12px 18px;

    }

}


/*=========================================
        Extra Small Devices
=========================================*/

@media(max-width:380px){

    .cts-form-heading h2{

        font-size:23px;

    }

    .cts-form-info h3{

        font-size:21px;

    }

    .cts-form-info{

        padding:28px 17px;

    }

    .cts-form-card{

        padding:28px 17px;

    }

    .cts-form-contact{

        padding:14px;

    }

    .cts-form-contact strong{

        font-size:14px;

    }

}