/*
Theme Name: Nec
Theme URI: https://wordpress.org/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Theme Description
Version: 1.0
Text Domain: nec

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */

/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
html,
body{
    overflow-x: hidden;
}
body {
    font-family: 'Karla';
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
}

* {
    box-sizing: border-box;
    line-height:normal;
}

@font-face {
    font-family: 'Karla';
    src: url('fonts/Karla-Regular.woff2') format('woff2'), url('fonts/Karla-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Karla';
    src: url('fonts/Karla-Medium.woff2') format('woff2'), url('fonts/Karla-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Karla';
    src: url('fonts/Karla-SemiBold.woff2') format('woff2'), url('fonts/Karla-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('fonts/SofiaPro.woff2') format('woff2'), url('fonts/SofiaPro.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('fonts/SofiaPro-SemiBold.woff2') format('woff2'), url('fonts/SofiaPro-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('fonts/SofiaPro-Bold.woff2') format('woff2'), url('fonts/SofiaPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sofia Pro';
    src: url('fonts/SofiaPro-Black.woff2') format('woff2'), url('fonts/SofiaPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SofiaPro-Medium';
    src: url('fonts/SofiaPro-Medium.woff2') format('woff2'), url('fonts/SofiaPro-Medium.woff') format('woff');
}

/*comman-css*/
h1 {
    font-family: 'Sofia Pro';
    font-weight: 600;
    font-size: 48px;
    line-height: 54px;
}

h2 {
    font-family: 'Sofia Pro';
    font-weight: 600;
    font-size: 42px;
    line-height: 48px;
}

h3 {
    font-family: 'Sofia Pro';
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
}

h4 {
    font-family: 'Sofia Pro';
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
}

.section-divider .m-line{
    display: block;
    width: 100%;
    height: 2px;
    background-color: #012a44;
    margin-bottom: 9px;
}
.section-divider .l-line{
    display: block;
    width: 100%;
    height: 6px;
    background-color: #012a44;
    margin-bottom: 9px;   
}
.section-divider .m-line:last-child,
.section-divider .l-line:last-child{
    margin-bottom:0px;
}

.section-title{
    color: #259f70;
    font-family: 'Sofia Pro';
    font-weight: 600;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 32px;
    position: relative;
    padding-top: 30px;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
}
.section-title::before {
    content: "";
    position: absolute;
    top: 0px;
    width: 200px;
    height: 6px;
    background-color: #012a44;
    border-radius: 15px;
    left: 50%;
    transform: translateX(-50%);
}
.section-dec{
    color: #657a86;
    font-size: 18px;
    line-height: 30px;
    text-align:center;
}

input,
select,
button,
a,
textarea{
    outline:none !important;
}
button,
input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) {
    padding: 15px 5px !important;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default{
    width:28px !important;
    height:28px !important;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) td, 
.gform-theme-datepicker:not(.gform-legacy-datepicker) th{
    padding:0px !important;
}
/*comman-css-end*/

/*header*/
.header_main {
    border: 0.5px solid #012A44;
    position:relative;
    padding-left: calc((100% - 1170px) / 2);
}
.header_main .container{
    max-width:100%;
    padding:0px 0px;
}
.header_main .header_in{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.header_main .header-menu{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
}
.header_main .header-menu .menu-item-has-children{
    position:relative;
}
.header_main .sub-menu {
    position: absolute;
    top: calc(100% - 16px);
    left:10px;
    z-index: 4;
    background-color: #ffff;
    border: 1px solid #012a44;
    display:none;
}
.header_main .header-menu li{
    padding: 0px 10px;
    list-style:none;
}
.header_main .header-menu a{
    font-size: 15px;
    text-transform: uppercase;
    color: #012a44;
    font-weight: 500;
    padding-top:26px;
    padding-bottom:26px;
    display:inline-block;
}
.header_main .header-menu .menu-item-has-children > a{
    position: relative;
    padding-right: 20px;
    transition:0.5s;
}
.header_main .header-menu .menu-item-has-children > .m_btn{
    display:none;
}
.header_main .header-menu .menu-item-has-children > a::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-left: 2px solid #012a44;
    border-bottom: 2px solid #012a44;
    transform:translateX(-50%) rotate(-45deg);
    right: 0px;
    top:calc(50% + -6px);
    transition:0.5s;
}
.header_main .header-menu .menu-item:hover > a,
.header_main .header-menu .menu-item-has-children:hover > a{
    color:#ED1C24;
}
.header_main .header-menu .menu-item-has-children:hover > a:before{
    border-left: 2px solid #ED1C24;
    border-bottom: 2px solid #ED1C24;
}
.header_main .header-menu .sub-menu li {
    padding: 0px 0px;
}
.header_main .header-menu .sub-menu a{
    white-space: pre;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
    border-bottom: 1px solid #012a44;
    padding-left: 10px;
    padding-right: 10px;
    transition:0.5s;
}
.header_main .header-menu .sub-menu a:hover{
    background-color:#e6f0f8;
    color:#012a44;
}
.header_main .header-menu .sub-menu li:last-child a{
    border-bottom:none;   
}
.header_main .h-btn{
    display: inline-block;
    padding: 26px 37px;
    font-size: 15px;
    text-transform: uppercase;
    color: #012a44;
    font-weight: 500;
    transition:0.5s;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}
.header_main .h-btn.quote-btn{
    background-color: #259f70;
    color: #fff;
    border-left:1px solid #012A44;
}
.header_main .h-btn.quote-btn:hover{
    background-color:#16714e;
}
.header_main .h-btn.quote-btn .icon{
    display:inline-block;
    width:10px;
    margin-left:4px;
    height:2px;
    border-radius:10px;
    background-color:#ffffff;
    position:relative;
}
.header_main .h-btn.quote-btn .icon::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
    right: 0px;
}
.header_main .h-btn.call-btn i {
    color:#259f70;
    font-size: 16px;
    margin-right: 3px;
}
.header_main .h-btn.call-btn:hover{
    color:#259f70;
    cursor: pointer;
}
.header_main .header-btn-wrapper{
    display:flex;
    flex-wrap:wrap;
}
.header-toggle-btn{
    display:none;
}
.h-call-wrapper{
    display:inline-block;
    position:relative;
}
.h-call-wrapper .h-call-box {
    position: absolute;
    background-color: #076FBAF2;
    width: 370px;
    right: 0px;
    padding: 38px 30px 30px 30px;
    display:none;
    z-index:5;
}
.h-call-wrapper .h-call-box.active{
    display:block;   
}
.h-call-wrapper .h-call-box .title{
    color:#ffffff;
    font-family: 'SofiaPro-Medium';
    font-weight:normal;
    font-size:22px;
    line-height:30px;
    text-align:center;
    margin-bottom:30px;
}
.h-call-wrapper .h-call-box input{
    text-transform:uppercase;
    font-size:15px;
    font-weight:500;
    height:40px;
    padding: 8px 10px;
    border:none;
}
.h-call-wrapper .h-call-box input::placeholder{
    color:#99A9B2;
    opacity:1;
}
.h-call-wrapper .h-call-box .search-btn{
    width:40px;
    height:40px;
    border:none;
    border-left:1px solid #012A44;
    background-color:#259F70;
    background-image:url(images/search-icon.png);
    background-repeat:no-repeat;
    background-position:center;
    background-size:18px;
    transition:0.5s;
    cursor:pointer;
}
.h-call-wrapper .h-call-box .search-btn:hover{
    background-color:#16714e;   
}
.h-call-wrapper .f-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border:1px solid #012A44;
}
.h-call-wrapper .f-wrapper input{
    width:calc(100% - 40px);
}
.h-call-wrapper .toggle-wrapper{
    margin-top:30px;
}
.h-call-wrapper .toggle-wrapper .call-btnH{
    display: inline-block;
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    background-color: #259f70;
    border-radius: 100px;
    padding: 11px 28px;
    transition:0.5s;
}
.h-call-wrapper .toggle-wrapper .call-btnH:hover{
    background-color:#16714e;
}
.h-call-wrapper .close-btn {
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    top:15px;
    right: 36px;
}
.h-call-wrapper .close-btn:before,
.h-call-wrapper .close-btn:after{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    width:100%;
    height:3px;
    background-color:#ffffff;
    border-radius:10px;
    transform:translate(-50%,-50%) rotate(45deg);
}
.h-call-wrapper .close-btn:after{
    transform:translate(-50%,-50%) rotate(-45deg);
}
/*header-end*/

/*footer*/
.footer_main {
    background-color: #f2f2f2;
    border-top: 1px solid #012A44;
}
.footer_main .footer_wrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding: 45px 0;
}
.footer_main .footer_bottom {
    background-color: #012a44;
    text-align: center;
    padding: 5px 0;
}
.footer_main .footer_bottom ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_main .footer_bottom ul li {
    list-style: none;
    position: relative;
    margin-right: 10px;
    padding-right: 10px;
    font-size: 15px;
    line-height: 22px;
}
.footer_main .footer_bottom ul li a {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #ffffff;
    transition: all 0.2s linear;
}
.footer_main .footer_bottom ul li a:hover {
    color: #259f70;
}
.footer_main .footer_wrp .footer_right ul {
    margin: 0;
    padding: 0;
}
.footer_main .footer_wrp .footer_right ul li {
    list-style: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}
.footer_main .footer_wrp .footer_right ul li a {
    color: #012a44;
    transition: all 0.2s linear;
    text-transform:uppercase;
}
.footer_main .footer_wrp .footer_right ul li a:hover {
    color:#ED1C24;
}
.footer_main .footer_bottom ul li:after {
    content: '';
    width: 2px;
    height: 15px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer_main .footer_bottom ul li:last-child {
    margin: 0;
    padding: 0;
}
.footer_main .footer_bottom ul li:last-child:after {
    display: none;
}
/*footer*/

/*gth-section*/
.gth-section{
    padding:0px 0px 9px 0px;
    overflow: hidden;
}
.gth-box .gth-title {
    font-family: 'Sofia Pro';
    font-weight: 900;
    color: #012a44;
    line-height: 30px;
    font-size: 26px;
    margin-bottom:10px;
}
.gth-box p{
    color: #657a86;
    font-size: 18px;
    font-family: 'Karla';
    font-weight:normal;
    line-height:30px;
}
.gth-section .row {
    display: flex;
    flex-wrap: wrap;
}
.gth-section .col-50{
    width: 50%;
    position:relative;
}
.gth-section .col-50::before{
    content: "";
    position: absolute;
    width: 100vw;
    height: 1px;
    background-color: #012a44;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
}
.gth-section .row{
    position:relative;
}
.gth-section .row::before{
    content: "";
    position: absolute;
    width: 100vw;
    height: 1px;
    background-color: #012a44;
    left: 50%;
    transform: translateX(-50%);
    top:-1px;   
}
.gth-box{
    display:flex;
    flex-wrap:wrap;
    height:100%;
}
.gth-section .col-50:nth-child(odd) .gth-box .gth-contant-box{
    padding-right:30px;
}
.gth-section .col-50:nth-child(even) .gth-box .gth-contant-box{
    padding-left:30px;
}
.gth-box .gth-img-box {
    width: 100px;
    background-color: #e6f0f8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 15px;
}
.gth-box .gth-contant-box{
    width:calc(100% - 100px);
    padding-top:48px;
    padding-bottom:48px;
}
.gth-section .col-50 .gth-box .gth-img-box{
    border-right:1px solid #012a44;
    border-left:1px solid #012a44;
}
.gth-section .col-50:nth-child(even) .gth-box{
    flex-direction:row-reverse;
}
.gth-section .col-50:nth-child(even) .gth-box .gth-img-box{
    border:none;
    border-right:1px solid #012a44;
}
/*gth-section-end*/

/*achievement-section*/
.achievement-section .row{
    background-color: #012a44;
    display:flex;
    flex-wrap:wrap;
}
.achievement-section .col-25{
    width:25%;
    border-right:1px solid #ffffff;
}
.achievement-section .col-25:last-child{
    border-right:none;   
}
.achievement-box {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    padding:33px 10px;
}
.achievement-box .achievement-number{
    font-family: 'Sofia Pro';
    font-size:30px;
    font-weight:600;
    font-size:42px;
    line-height:48px;
    color:#ffffff;
    width:100%;
    margin-bottom:12px;
}
.achievement-box .achievement-label{
    font-size: 18px;
    text-transform:uppercase;
    color: #ffffff;
    line-height:24px;
    font-weight:500;
    width:100%;
}
/*achievement-section-end*/

/*customer-review*/
.customer-review .section-title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 16px;
}
.customer-review .section-dec {
    width: 662px;
    max-width: 100%;
    margin: 0px auto;
}
.c-review-box .c-review-head{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    margin-bottom:15px;
}
.c-review-box .ratting {
    display: flex;
    align-items: center;
    margin-right: 8px;
}
.c-review-box .c-review-place{
    color: #012a44;
    font-size: 15px;
    line-height:22px;
}
.c-review-box .ratting i {
    color: #012a44;
    display: inline-block;
    margin-right: 2px;
    font-size:18px;
}
.c-review-box .c-review-text{
    color: #012a44;
    line-height: 30px;
    font-weight:500;
    font-size:18px;
}
.c-review-box .c-review-user{
    color: #012a44;
    font-weight:normal;
    line-height:22px;
    font-size:15px;
    margin-top:75px;
}
.customer-review .c-review-slider{
    width: 800px;
    max-width: 100%;
    margin: 0px auto;
    padding-bottom:55px;
    margin-top:60px;
    position:relative;
}
.customer-review .c-review-slider::before {
    content: "";
    position: absolute;
    top: -42px;
    left: -35px;
    background-image: url(images/review-quote-bg.png);
    background-repeat: no-repeat;
    width: 304px;
    height: 245px;
    background-position: center;
    background-size:100%;
}
.c-review-slider .slick-dots{
    bottom:0px;
}
.c-review-slider .slick-dots li{
    width:20px;
    height:20px;
    margin: 0px 10px;
}
.c-review-slider .slick-dots li button{
    width:100%;
    height:100%;   
    padding:0px;
    border-radius:50%;
    border: 1px solid #738a98;
}
.c-review-slider .slick-dots li.slick-active button{
    background-color:#738a98;
}
.c-review-slider .slick-dots li button:before{
    display:none;
}
/*customer-review-end*/

/*service-section*/
.service-section {
    overflow: hidden;
}
.service-section .row{
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #012a44;
    border-right:none;
    margin-bottom:9px;
    position:relative;
}
.service-section .row:before{
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    height: 251px;
    border: 1px solid #012a44;
    background-color: #ffeccd;
    width: 100vw;
    z-index:-1;
}
.service-section .col-33{
    width: 33.3333%;
    border-right: 1px solid #012a44;
}
.service-box{
    background-color: #f2f2f2;
    height:100%;
    min-height:550px;
}
.service-box .service-img-wrapper .siw-inner{
    width: 100%;
    padding-top: 65%;
    position:relative;
}
.service-box .service-img-wrapper .siw-inner img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.service-box .service-title{
    color: #012a44;
    font-size: 26px;
    line-height: 30px;
    font-weight:900;
    margin-bottom:9px;
}
.service-box p{
    color: #012a44;
    font-size: 18px;
    line-height: 30px;
    font-weight:normal;
}
.service-box .service-contant-wrapper {
    padding: 36px 30px 36px 30px;
}
/*service-section-end*/

/*pricing-table-section*/
.pricing-table-section .pricingT-title {
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Sofia Pro';
    font-weight: bold;
    line-height: 36px;
    background-color: #012a44;
    text-align: center;
    padding: 40px 15px;
    font-size:30px;
}
.pricingT-wrapper .pt-row{
    display:flex;
    flex-wrap:wrap;
    position:relative;
}
.pricingT-wrapper .pt-row:first-child:before{
    content:"";
    position:absolute;
    top:0px;
    bottom:0px;
    height:100%;
    left:50%;
    transform:translateX(-50%);
    width:100vw;
    background-color:#f2f2f2;
    z-index:-1;
}
.pricingT-wrapper .pt-row:after{
    content:"";
    position:absolute;
    bottom:0px;
    height:1px;
    left:50%;
    transform:translateX(-50%);
    width:100vw;
    background-color:#012a44;
}
.pricingT-wrapper .col-title {
    color: #012a44;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 18px;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px 10px;
    font-weight:500;
}
.pricingT-wrapper .pt-td{
    width: 20%;
    padding: 28px 10px;
    font-size: 18px;
    font-weight:400;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
}
.pricingT-wrapper .pt-td:first-child{
    font-size: 15px;
    font-weight:500;   
    justify-content:flex-start;
}
.pricingT-wrapper .pt-row .col-title:first-child,
.pricingT-wrapper .pt-row .pt-td:first-child{
    text-align:left;
    justify-content:flex-start;
    padding-left:0px;
}
.pricingT-wrapper .col-title,
.pricingT-wrapper .pt-td{
    text-align:center;
}
.pricingT-wrapper .col-title img,
.pricingT-wrapper .pt-td img{
    display:inline-block;
}
.pricingT-wrapper .cost {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
}
.pricingT-wrapper .col-title.nat-plan,
.pricingT-wrapper .pt-td.nat-plan,
.pricingT-wrapper .col-title:nth-child(2),
.pricingT-wrapper .pt-td:nth-child(2),
.pricingT-wrapper .pt-td:nth-child(2){
    border-left:1px solid #012a44;
    border-right:1px solid #012a44;
    background-color: #e6f0f8;
}
.pricingT-wrapper .pt-td.nat-plan,
.pricingT-wrapper .pt-td.nat-plan .cost,
.pricingT-wrapper .col-title:nth-child(2),
.pricingT-wrapper .pt-td:nth-child(2) .cost{
    font-size: 22px;
    font-weight: 500;
}
.pricing-table-section p {
    font-size: 15px;
    color: #012a44;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 22px;
}
.pricing-table-section .pricingT-wrapper {
    margin-bottom: 25px;
}
.pricing-table-section{
    border-bottom:1px solid #012a44;
}
/*pricing-table-section-end*/

/*spacing*/
.page-template-global-template .gth-section,
.page-template-global-template .customer-review,
.page-template-global-template .service-section,
.page-template-global-template .pricing-table-section{
    margin-top:120px;
}
.page-template-global-template .pricing-table-section{
    margin-bottom:60px;
}
/*spacing-end*/

/*Our Buses*/
.buses-gallary-section{
    display:flex;
    flex-wrap:wrap;
}
.buses-gallary-section .buses-gallary-box{
    width:12.5%;
}
.buses-gallary-box .buses-gallary-inner{
    width: 100%;
    padding-top: 67%;
    position:relative;
}
.buses-gallary-box .buses-gallary-inner img{
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}
.page-template-global-template .header_main + .abut_nation{
    margin: 80px 0 60px 0;
}
/*Our Buses end*/

/*contant-us-section*/
.contant-us-section{
    padding:50px 0px 120px 0px;
}
.contant-us-section .row{
    display: flex;
    flex-wrap: wrap;
}
.contant-us-section .col-50{
    width:50%;
}
.contant-us-section .col-50:first-child{
    padding-top: 34px;
}
.contant-us-section .left-details {
    width: 490px;
    max-width: 100%;
    padding-right: 30px;
}
.contant-us-section .left-details .section-title {
    text-align: left;
    padding-top:25px;
    margin-bottom: 15px;
}
.contant-us-section .left-details .section-title::before{
    left:0px;
    transform:unset;
}
.contant-us-section .left-details .section-dec {
    text-align: left;
}
.contant-us-section .call-btn {
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    line-height: 22px;
    background-color: #012a44;
    background-color: #076fba;
    text-transform: uppercase;
    padding: 9px 22px;
    border-radius: 100px;
    font-size: 15px;
    margin-top: 25px;
    transition:0.5s;
}
.contant-us-section .call-btn:hover{
    background-color: #07558c;
}
.contant-us-section .call-btn i{
    position:relative;
    top:1px;
}
.contant-us-section .call-btn{
    min-width:160px;
    min-height:40px;
    position:relative;
    overflow:hidden;
}
.contant-us-section .call-btn:hover{
    background-color:#012A44;
}
.contant-us-section .call-btn .front,
.contant-us-section .call-btn .back{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    white-space: pre;
    transition:0.3s;
}
.contant-us-section .call-btn .front{
    top:calc(50% - 30px);
}
.contant-us-section .call-btn:hover .front{
    top:50%;
}
.contant-us-section .call-btn:hover .back{
    top:calc(50% + 30px);   
}
.contant-us-section .social-media{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    margin-top:30px;
}
.contant-us-section .social-media a {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #012a44;
    border:1px solid #012a44;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#ffffff;
    font-size: 16px;
    transition:0.5s;
}
.contant-us-section .social-media a:hover{
    background-color:#99A9B2;
    border:1px solid #012a44;
    color:#012a44;
}
.contant-us-section .social-media .social-item {
    margin-right: 10px;
}
.contant-us-section .gform_wrapper .gform_title{
    color: #259f70;
    font-size:26px;
    font-family: 'Sofia Pro';
    font-weight:900;
    line-height:normal;
    margin-bottom:28px;
}
.contant-us-section .right-details {
    border: 1px solid #012a44;
    width: 100%;
    padding: 35px 100px;
    position:relative;
    background-color:#ffffff;
}
.contant-us-section .right-details::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 100%;
    width: 100vw;
    height: 100%;
    border: 1px solid #012a44;
    background-color: #e6f0f8;
    z-index:-1;
}
.contant-us-section .gform_wrapper .gform_fields {
    display: flex !important;
    flex-wrap: wrap !important;
    grid-column-gap: 0px !important;
    grid-row-gap: 0px !important;
    margin-left:-15px;
    margin-right:-15px;
    width:calc(100% + 30px) !important;
}
.contant-us-section .gform_wrapper select,
.contant-us-section .gform_wrapper input,
.contant-us-section .gform_wrapper textarea {
    border: 1px solid #99a9b2;
    background-color: #ffffff;
    padding: 10px 10px !important;
    line-height:normal !important;
    color: #99a9b2 !important;
    font-size: 15px !important;
    font-weight:normal !important;
    font-family: 'Karla' !important;
}
.contant-us-section .gform_wrapper textarea{
    height:70px !important;
}
.contant-us-section .gform_wrapper .gfield--width-half {
    width: 50%;
    grid-column: unset !important;
    padding:0px 15px;
    margin-bottom: 15px;
}
.contant-us-section .gform_wrapper .gfield--width-full{
    width:100%;
    padding:0px 15px;
    margin-bottom: 15px;
}
.contant-us-section .gform_wrapper.gravity-theme .gfield_label {
    color: #657a86;
    font-weight: 400;
    display: block;
    margin-bottom: 7px;
}
.contant-us-section .gform_wrapper.gravity-theme .gfield_label .gfield_required {
    /*display: none;*/
}
.contant-us-section .gform_wrapper .gform_button {
    margin-bottom: 0px !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    background-color: #076fba;
    border-radius: 50px;
    padding: 11px 25px !important;
    transition:0.5s;
    cursor:pointer;
}
.contant-us-section .gform_wrapper .gform_button:hover{
    background-color: #07558c !important;
}
.contant-us-section .gform_wrapper .gfield_validation_message, 
.contant-us-section .gform_wrapper .validation_message {
    background-color: transparent;
    border: none;
    padding: 0px !important;
    font-size: 13px !important;
    margin-top: 5px;
    display:none;
}
.contant-us-section .right-details .form-title-wrap {
    color: #259f70;
    font-size: 26px;
    font-family: 'Sofia Pro';
    font-weight: 900;
    line-height: normal;
    margin-bottom:30px;
}
.gform_wrapper .gform_validation_errors{
    display:none;
}

.contant-us-section .gform_csubmit_button_wrapper input{
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    width:100%;
    height:100%;
    z-index:1;
    opacity:0.000000001;
}
.contant-us-section .gform_csubmit_button_wrapper img{
    display:none !important;
}
/*contant-us-section-end*/

/*contant-us-thank-you*/
.contact-thank-you-section {
    padding: 86px 0px 120px 0px;
}
.contact-thank-you-section .th-sub-heading{
    text-align:center;
    color: #012a44;
    font-weight:600;
    font-family: 'Sofia Pro';
    font-size:22px;
    margin-bottom:10px;
}
.contact-thank-you-section .section-title{
    margin-bottom:20px;
}
.contact-thank-you-section .section-dec{
    text-align:left;
}
.contact-thank-you-section .cthx-contant {
    width: 570px;
    max-width: 100%;
    margin: 0px auto;
}
.contact-thank-you-section .section-dec a{
    color:#076FBA;
    transition:0.5s;
}
.contact-thank-you-section .section-dec a:hover{
    color:#ED1C24;
}
/*contant-us-thank-you-end*/

/*step-form-section*/
.step-form-section{
    /*background-color: #e6f0f8;*/
    padding:80px 0px 120px 0px;
}
.step-form-section .step-form-header {
    text-align: center;
    width: 780px;
    max-width: 100%;
    margin: 0px auto;
}
.step-form-section .step-form-header .title{
    color: #012a44;
    font-size: 36px;
    text-transform:uppercase;
    font-family: 'Sofia Pro';
    font-weight:600;
    margin-bottom:7px;
}
.step-form-section .step-form-header p{
    color: #657a86;
    font-weight:normal;
    font-size: 18px;
    line-height: 30px;
    margin-bottom:10px;
}
.step-form-section .step-form-header p.quote-change-lng,
.step-form-section .step-form-header p:last-child {
    font-size: 15px;
}
.step-form-section .step-form-header p a{
    text-transform: uppercase;
    color: #012a44;
}
.step-form-section .step-form-header p a:hover{
    color:#ED1C24;
}
.step-form-section .gform_title{
    display:none;
}
.step-form-section .gf_page_steps {
    border-bottom: none !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.step-form-section .gf_page_steps .gf_step_number {
    width: 30px !important;
    height: 30px !important;
    border: 1px solid #012a44 !important;
    color: #012a44 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.step-form-section .gf_page_steps .gf_step_active .gf_step_number {
    background-color: #012a44 !important;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
}
.step-form-section .gf_page_steps .gf_step_label {
    font-size: 18px !important;
    color: #012a44 !important;
    font-weight: normal !important;
    text-transform: uppercase;
    line-height: normal !important;
    padding-left: 10px !important;
}
.step-form-section .gform_wrapper.gravity-theme .gf_step {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 34px;
}
.step-form-section .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::before{
    width: 100%;
    height: 100%;
    background-color: #012a44;
    border:1px solid #012a44;
}
.step-form-section .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::after{
    font-size: 32px;
}
.step-form-section .gform_page {
    width: 570px;
    margin: 0px auto;
    max-width: 100%;
    background-color: #ffffff;
    border: 1px solid #012a44;
    padding: 36px 100px;
    position:relative;
}
.step-form-section div#gform_page_8_3,
.step-form-section div#gform_page_5_3 {
    width: 720px;
}
.step-form-section .gform_page#gform_page_5_1,
.step-form-section .gform_page#gform_page_8_1{
    width:970px;
    max-width:100%;
    margin:0px auto;
}
.step-form-section .gform_page#gform_page_8_1{
    width:1050px;
}
.step-form-section .gform_page::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    border: 1px solid #012a44;
    background-color: #e6f0f8;
    z-index: -1;
}
.step-form-section .form-steps-heading h2 {
    color: #259f70;
    font-size: 26px;
    font-family: 'Sofia Pro';
    font-weight: 900;
    text-align: center;
    line-height: normal;
}   
.step-form-section .gform_wrapper.gravity-theme .gfield_label{
    color: #657a86;
    font-weight: 400;
    display: block;
    margin-bottom: 7px;
    width:100%;
}
.step-form-section .time-hm .ginput_complex {
    display: flex;
    flex-wrap: wrap;
}
.step-form-section .time-hm .hour_minute_colon {
    display: none;
}
.step-form-section .time-hm .ginput_complex > .ginput_container {
    width: 33.3333%;
    min-width: unset;
    max-width: unset;
    flex-basis: unset;
}
.step-form-section .time-hm .ginput_complex .gfield_time_ampm {
    margin-left: 0px;
}
.step-form-section .time-hm .ginput_complex .gfield_time_minute input,
.step-form-section .time-hm .ginput_complex .gfield_time_minute select,
.step-form-section .time-hm .ginput_complex .gfield_time_ampm input,
.step-form-section .time-hm .ginput_complex .gfield_time_ampm select{
    border-left:none !important;
}
.step-form-section .time-hm .ginput_complex .gfield_time_hour input,
.step-form-section .time-hm .ginput_complex .gfield_time_minute input{
    border-right:none !important;   
}
.step-form-section .gform_wrapper input,
.step-form-section .gform_wrapper select,
.step-form-section .gform_wrapper textarea {
    border: 1px solid #99a9b2;
    background-color: #ffffff;
    padding: 10px 10px !important;
    line-height: normal !important;
    font-size: 15px !important;
    font-weight:normal !important;
    font-family: 'Karla' !important;
    color: #657A86 !important;
}
.step-form-section .gform_wrapper input::placeholder,
.step-form-section .gform_wrapper select::placeholder,
.step-form-section .gform_wrapper textarea::placeholder{
    color: #99a9b2 !important;
    opacity:1;
}
.step-form-section .gform_wrapper textarea{
    height:70px !important;
}
.step-form-section .gform_wrapper select{
    height:40px;
    padding: 9px 10px !important;
}
.step-form-section .gform_wrapper .gform_fields {
    display: flex !important;
    flex-wrap: wrap !important;
    grid-column-gap: 0px !important;
    grid-row-gap: 0px !important;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px) !important;
}
.step-form-section .gform_wrapper .gfield--width-half,
.step-form-section .gform_wrapper .gfield--width-half.gfield--width-full{
    width: 50%;
    grid-column: unset !important;
    padding: 0px 15px;
    margin-bottom: 15px;
    display:flex;
    flex-wrap:wrap;
    align-items:flex-end;
}
.step-form-section .gform_wrapper .gfield--width-full {
    width: 100%;
    padding: 0px 15px;
    margin-bottom: 15px;
}
.step-form-section .zip-code,
.step-form-section .city,
.step-form-section .state{
    padding: 0px 15px;
    margin-bottom: 15px;
}
.step-form-section .zip-code {
    width: 120px;
}
.step-form-section .city{
    width:calc(100% - 210px);   
}
.step-form-section .state {
    width: 90px;
}
.step-form-section .gform_page_footer {
    margin-top: 0px !important;
    padding-top: 17px !important;
    padding-bottom: 10px !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.step-form-section .gform_page_footer .gform_next_button,
.step-form-section .gform_page_footer .gform_button{
    color: #ffffff !important;
    font-weight: 600 !important;
    line-height: 22px !important;
    font-size: 15px !important;
    background-color: #076fba;
    border: 1px solid #076fba !important;
    border-radius: 50px;
    padding: 8px 33px !important;
    text-transform: uppercase;
    margin: 0px !important;
    cursor:pointer;
    transition:0.5s;
}
.step-form-section .gform_page_footer .gform_next_button:hover,
.step-form-section .gform_page_footer .gform_button:hover{
    background-color:#07558c !important;
}
.step-form-section .gform_page_footer .gform_next_button:nth-child(2),
.step-form-section .gform_page_footer .gform_button:nth-child(2) {
    margin-left: 12px !important;
}
.step-form-section .gform_page_footer .gform_previous_button {
    color: #076fba !important;
    font-weight: 600 !important;
    line-height: 22px !important;
    font-size: 15px !important;
    background-color: #eaeaea !important;
    border: 1px solid #eaeaea !important;
    border-radius: 50px;
    padding: 8px 33px !important;
    text-transform: uppercase;
    margin: 0px !important;
    cursor:pointer;
    transition:0.5s;
}
.step-form-section .gform_page_footer .gform_previous_button:hover{
    background-color:#e3e3e3 !important;
}

.step-form-section .gform_page_footer .gform_next_button_wrapper.btn{
    min-width:105px;
}
.step-form-section .gform_page_footer .gform_previous_button_wrapper input,
.step-form-section .gform_page_footer .gform_next_button_wrapper input,
.step-form-section .gform_page_footer .gform_submit_button_wrapper input{
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    width:100%;
    height:100%;
    z-index:1;
    opacity:0.000000001;
}
.step-form-section .gform_page_footer .gform_next_button_wrapper img,
.step-form-section .gform_page_footer .gform_previous_button_wrapper img,
.step-form-section .gform_page_footer .gform_submit_button_wrapper img{
    display:none !important;
}
.step-form-section .gform_page_footer .gform_previous_button_wrapper.btn.btn-blue{
    background-color: #eaeaea;
    color: #076fba;
    margin-right:10px;
}
.step-form-section .gform_page_footer .gform_previous_button_wrapper.btn.btn-blue:after{
    color: #076fba;
}
.step-form-section .gform_page_footer .gform_previous_button_wrapper.btn.btn-blue:hover{
    background-color:#d0d0d0;
}
/*.step-form-section .gform_page_footer .gform_next_button_wrapper{
    opacity: 1;
    outline: 0;
    color: #fff;
    line-height: 40px;
    position: relative;
    text-align: center;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 144px;
    min-height: 40px;
    border-radius: 30px;
    background-color: grey;
    transition: all 0.2s linear;
    overflow: hidden;
    font-size: 15px;
    font-weight: 600;
    padding: 0 15px;
    text-transform:uppercase;
}
.step-form-section .gform_page_footer .gform_next_button_wrapper::before{
    content: attr(data-front);
    position: relative;
    transition: all 0.2s linear;
    bottom: 0;
}
.step-form-section .gform_page_footer .gform_next_button_wrapper::after{
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    color: #fff;
    display: block;
    position: absolute;
    content: attr(data-back);
    transform: translateY(-50%);
    border-radius: 20px;
    transition: all 0.2s linear;
}
.step-form-section .gform_page_footer .gform_next_button_wrapper:hover::before{bottom:-30px;}
.step-form-section .gform_page_footer .gform_next_button_wrapper:hover::after{top:20px;opacity:1;}*/

.step-form-section .gform_validation_errors {
    display: none;
}
.step-form-section .gform_wrapper .gfield_validation_message,
.step-form-section .gform_wrapper .validation_message{
    /*display:none;*/
    font-size: 12px !important;
    text-align: center;
}
.step-form-section .gform_wrapper .gform_page_8_2 .gfield_contains_required.gfield--width-quarter .validation_message,
.step-form-section .gform_wrapper .gform_page_8_3 .gfield_contains_required.gfield--width-quarter .validation_message,
.step-form-section .gform_wrapper .gform_page_5_2 .gfield_contains_required.gfield--width-quarter .validation_message,
.step-form-section .gform_wrapper .gform_page_5_3 .gfield_contains_required.gfield--width-quarter .validation_message{
    padding-left: 0px;
    padding-right: 0px;
}
.gform_required_legend{display: none;}
.gform_wrapper .custom-checkbox .ginput_container{
    position: relative;
}
.gform_wrapper .custom-checkbox .ginput_container input {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    visibility: hidden;
    z-index: 2;
    cursor:pointer;
}
.gform_wrapper .custom-checkbox .gfield_consent_label {
    font-size: 15px;
    font-weight: normal;
    color: #657a86;
    position: relative;
    padding-left: 28px;
    cursor:pointer;
}
.gform_wrapper .custom-checkbox .gfield_consent_label:before{
    content:"";
    position:absolute;
    top: -1px;
    left:0px;
    width: 18px;
    height: 18px;
    border: 1px solid #012a44;
    background-color: #ffffff;
}
.gform_wrapper .custom-checkbox .gfield_consent_label::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 4px;
    border-left: 3px solid #012a44;
    border-bottom: 3px solid #012a44;
    top: 4px;
    left: 4px;
    transform: rotate(-45deg);
    display: none;
}
.gform_wrapper .custom-checkbox input:checked + .gfield_consent_label:after{
    display:block;
}
.step-form-section .add-stop-heading h2 {
    color: #012a44;
    font-size: 22px;
    text-align: center;
    line-height: normal;
    margin-top: 8px;
    margin-bottom: 10px;
}
.gform_wrapper .ginput_container_checkbox {
    margin-left: -15px;
    margin-right: -15px;
}
.gform_wrapper .gfield_checkbox .gchoice{
    padding:0px 15px;
}
.gform_wrapper .gfield_checkbox,
.gform_wrapper .gfield_radio{
    display:flex;
    flex-wrap:wrap;
}
.step-form-section .gform_wrapper .gfield_checkbox .gchoice,
.step-form-section .gform_wrapper .gfield_radio .gchoice{
    width:50%;
    position:relative;
    margin-bottom:12px;
}
.step-form-section .gform_wrapper .gfield_checkbox .gchoice input,
.step-form-section .gform_wrapper .gfield_radio .gchoice input{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    visibility: hidden;
    z-index: 2;
    cursor: pointer;
}
.step-form-section .gform_wrapper .gfield_checkbox .gchoice label,
.step-form-section .gform_wrapper .gfield_radio .gchoice label{
    font-size: 15px;
    font-weight: normal;
    color: #657a86;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
}
.step-form-section .gform_wrapper .gfield_checkbox .gchoice label::before,
.step-form-section .gform_wrapper .gfield_radio .gchoice label::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0px;
    width: 18px;
    height: 18px;
    border: 1px solid #012a44;
    background-color: #ffffff;
}
.step-form-section .gform_wrapper .gfield_checkbox .gchoice label::after,
.step-form-section .gform_wrapper .gfield_radio .gchoice label::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 4px;
    border-left: 3px solid #012a44;
    border-bottom: 3px solid #012a44;
    top: 4px;
    left: 4px;
    transform: rotate(-45deg);
    display: none;
}
.step-form-section .gform_wrapper .gfield_checkbox .gchoice input:checked + label::after,
.step-form-section .gform_wrapper .gfield_radio .gchoice input:checked + label::after {
    display: block;
}
.step-form-section .step-1-heading{
    text-align:center;
}
.step-form-section .step-1-heading h2 {
    color: #012a44;
    font-size: 22px;
    font-weight: 500;
    font-family: 'Sofia Pro';
    margin-bottom: 7px;
    line-height: normal;
}
.step-form-section .step-1-heading p{
    font-size: 15px;
    color: #657a86;
    font-weight:normal;
}
.step-form-section .first-step-4-col {
    width: 25%;
    padding: 0px 15px !important;
}
.step-form-section .gform_wrapper.gravity-theme #gform_page_8_1 .gfield_label,
.step-form-section .gform_wrapper.gravity-theme #gform_page_5_1 .gfield_label{
    color: #012a44;
}
.step-form-section .gform_wrapper #gform_page_5_1 input,
.step-form-section .gform_wrapper #gform_page_8_1 input,
.step-form-section .gform_wrapper #gform_page_5_1 select, 
.step-form-section .gform_wrapper #gform_page_8_1 select, 
.step-form-section .gform_wrapper #gform_page_5_1 textarea,
.step-form-section .gform_wrapper #gform_page_8_1 textarea{
    border: 1px solid #99a9b2;
    background-color: #f8f8f8;
    border-radius: 4px;
}
.gform_wrapper .ginput_container_select select{
    -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
.gform_wrapper .ginput_container{
    width:100%;
}
.gform_wrapper .ginput_container_select{
    position:relative;
    width:100%;
}
.gform_wrapper .ginput_container_select::before {
    content: "";
    position: absolute;
    top: 14px;
    right: 10px;
    width: 6px;
    height: 6px;
    border-left: 1px solid grey;
    border-bottom: 1px solid grey;
    transform: rotate(-45deg);
}
.step-form-section .gform_wrapper.gravity-theme #gform_page_8_1 .ginput_complex input,
.step-form-section .gform_wrapper.gravity-theme #gform_page_8_1 .ginput_complex select, 
.step-form-section .gform_wrapper.gravity-theme #gform_page_8_1 .ginput_complex textarea,
.step-form-section .gform_wrapper.gravity-theme #gform_page_5_1 .ginput_complex input,
.step-form-section .gform_wrapper.gravity-theme #gform_page_5_1 .ginput_complex select, 
.step-form-section .gform_wrapper.gravity-theme #gform_page_5_1 .ginput_complex textarea{
    border-radius: 0px;
}
.step-form-section .gform_wrapper.gravity-theme #gform_page_8_1 .ginput_complex .gfield_time_hour input ,
.step-form-section .gform_wrapper.gravity-theme #gform_page_5_1 .ginput_complex .gfield_time_hour input {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.step-form-section .gform_wrapper.gravity-theme #gform_page_8_1 .ginput_complex .gfield_time_ampm select ,
.step-form-section .gform_wrapper.gravity-theme #gform_page_5_1 .ginput_complex .gfield_time_ampm select {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.step-form-section .gform_wrapper .datepicker{
    background-image: url(images/icon-calendar.png);
    background-repeat: no-repeat;
    background-position: 95% center;
}
.step-form-section #gform_page_8_1 .gform_page_footer .gform_next_button,
.step-form-section #gform_page_8_1 .gform_page_footer .gform_button,
.step-form-section #gform_page_5_1 .gform_page_footer .gform_next_button,
.step-form-section #gform_page_5_1 .gform_page_footer .gform_button{
    background-color: #076fba;
    border-radius: 50px;
}
.step-form-section #gform_page_8_1 .gform_page_footer .gform_next_button:hover,
.step-form-section #gform_page_8_1 .gform_page_footer .gform_button:hover,
.step-form-section #gform_page_5_1 .gform_page_footer .gform_next_button:hover,
.step-form-section #gform_page_5_1 .gform_page_footer .gform_button:hover{
    background-color:#07558c !important;
}
.step-form-section #gform_page_8_1 .gform_page_footer ,
.step-form-section #gform_page_5_1 .gform_page_footer {
    padding-top: 35px !important;
}
.trip-box-wrapper{
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}
.trip-box-wrapper .trip-box{
    width:33.3333%;
    padding: 0px 15px;
    text-align:center;
}
.trip-box-wrapper .trip-box .inner-box {
    border-radius: 4px;
    border: 1px solid #738a98;
    background-color: #f8f8f8;
    height: 100%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    padding:12px 15px;
    cursor:pointer;
    transition:0.5s;
}
.trip-box-wrapper .trip-box .tb-header,
.trip-box-wrapper .trip-box .tb-img,
.trip-box-wrapper .trip-box .custom-tooltip{
    width: 100%;
}
.trip-box-wrapper .trip-box .tb-header,
.trip-box-wrapper .trip-box .custom-tooltip{
    margin-bottom: 10px;
}
.trip-box-wrapper .trip-box .title,
.trip-box-wrapper .trip-box .custom-tooltip .gfield_label{
    color: #012a44 !important;
    font-size: 18px;
    font-weight: 400;
    line-height:normal;
    margin-bottom: 0px;
}
.trip-box-wrapper .trip-box .custom-tooltip .gfield_description{
    top:26px;
}
.trip-box-wrapper .trip-box img{
    display:inline-block;
    transition:0.5s;
}
.trip-box-wrapper .trip-box.active .inner-box{
    background-color:#012a44;
}
.trip-box-wrapper .trip-box.active img {
    filter: grayscale(1) brightness(10);
}
.trip-box-wrapper .trip-box.active .title,
.trip-box-wrapper .trip-box.active .custom-tooltip .gfield_label{
    color: #ffffff !important;
}
.trip-box-wrapper .trip-box.active .custom-tooltip > .gfield_label .q-tip-btn {
    background-color: #ffff;
    color:#012a44;
}
.trip-custom-error {
    text-align: center;
    margin-top: 15px;
    background-color: rgba(255, 0, 0,0.1);
    display: block;
    width: 238px;
    border-radius: 6px;
    padding: 7px 20px;
    color: red;
    border: 1px solid red;
    margin: 0px auto;
    margin-top: 20px;
    font-size: 12px;
}

.disable-checkbox{
    display:none !important;
}
.step-form-section .gform_wrapper .gfield--width-full.trip-box-steps {
    margin-bottom: 35px;
    margin-top: 10px;
}
.custom-tooltip{
    position:relative;
}
.custom-tooltip > .gfield_label .q-tip-btn {
    width: 14px;
    height: 14px;
    background-color: #012a44;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    position: relative;
    top: -2px;
}
.custom-tooltip .gfield_description {
    font-size: 14px !important;
    color: #ffffff;
    line-height: 18px !important;
    font-weight: 600;
    border-radius: 9px;
    border: 1px solid #707070;
    background-color: #012a44;
    padding: 8px 15px !important;
    position: absolute;
    /*top: 0px;*/
    top:48px;
    right: 0px;
    width: auto !important;
    max-width: 180px;
    display:none;
    z-index:1;
}
.custom-tooltip.arr-dept-time .gfield_description{
    top:30px;
}
.custom-tooltip.ad-ch-pass .gfield_description{
    top:65px;
}
.custom-tooltip .gfield_description.show{
    display:block;
}
.step-form-section .disable-checkbox-old{
    display:none !important;
}
.step-form-section .add-stop-table .gfield_label{
    color: #012a44 !important;
    font-size: 22px !important;
    font-family: 'Sofia Pro';
    font-weight: 500 !important;
    line-height: normal;
    text-align: center;
    margin-bottom: 15px !important;
}
.step-form-section .add-stop-table .gpnf-nested-entries {
    /*min-width: 700px;*/
    min-width:360px;
    width:100%;
}
.step-form-section .add-stop-table .gpnf-nested-entries th{
    background-color: #012a44;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 6px;
}
.step-form-section .add-stop-table .gpnf-nested-entries td{
    font-size: 14px;
    text-align:center;
    padding:8px 8px;
}
.step-form-section .add-stop-table{
    position:relative;
    padding-bottom: 75px !important;
    padding-top:15px !important;
}
.step-form-section .add-stop-table .gpnf-add-entry {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #ED1C24;
    border-radius: 100px;
    border: 1px solid #ED1C24;
    font-family: 'Karla' !important;
    padding: 10px 25px;
    cursor: pointer;
    margin-top: 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom:8px;
}
.step-form-section .add-stop-table .edit{
    width: 14px;
    height: 14px;
    display: inline-block;
    font-size: 0px;
    background-image: url(images/edit-icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-right:7px;
}
.step-form-section .add-stop-table .delete {
    width: 14px;
    height: 14px;
    display: inline-block;
    font-size: 0px;
    background-image:url(images/delete-icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.step-form-section .add-stop-table .edit,
.step-form-section .add-stop-table .delete{
    position:relative;
}
.step-form-section .add-stop-table .edit a,
.step-form-section .add-stop-table .delete a{
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    width:100%;
    height:100%;
    display:block;
    z-index:1;
} 
.step-form-section .add-stop-table .gpnf-row-actions ul {
    display: flex;
    align-items: center;
}
#gform_wrapper_5 .gfield_required {
    position: absolute;
    right: auto;
}

/*modal-form*/
.gform_wrapper#gform_wrapper_9 input,
.gform_wrapper#gform_wrapper_9 select, 
.gform_wrapper#gform_wrapper_9 textarea,
.gform_wrapper#gform_wrapper_7 input,
.gform_wrapper#gform_wrapper_7 select, 
.gform_wrapper#gform_wrapper_7 textarea {
    border: 1px solid #99a9b2;
    background-color: #ffffff;
    padding: 10px 10px !important;
    line-height: normal !important;
    color: #99a9b2 !important;
    font-size: 15px !important;
    font-weight: normal !important;
    font-family: 'Karla' !important;
}
.gform_wrapper#gform_wrapper_9 .gfield_label,
.gform_wrapper#gform_wrapper_7 .gfield_label {
    color: #657a86;
    font-weight: 400;
    display: block;
    margin-bottom: 7px;
}
.gform_wrapper#gform_wrapper_9 .time-hm .ginput_complex > .ginput_container,
.gform_wrapper#gform_wrapper_7 .time-hm .ginput_complex > .ginput_container {
    width: 33.3333%;
    min-width: unset;
    max-width: unset;
    flex-basis: unset;
    margin-left:0px;
}
.gform_wrapper#gform_wrapper_9 .time-hm .hour_minute_colon,
.gform_wrapper#gform_wrapper_7 .time-hm .hour_minute_colon {
    display: none;
}
.gform_wrapper#gform_wrapper_9 .time-hm .ginput_complex .gfield_time_hour input,
.gform_wrapper#gform_wrapper_9 .time-hm .ginput_complex .gfield_time_minute input,
.gform_wrapper#gform_wrapper_7 .time-hm .ginput_complex .gfield_time_hour input,
.gform_wrapper#gform_wrapper_7 .time-hm .ginput_complex .gfield_time_minute input{
    border-right: none !important;
}
.gform_wrapper#gform_wrapper_9 .time-hm .ginput_complex .gfield_time_minute input,
.gform_wrapper#gform_wrapper_9 .time-hm .ginput_complex .gfield_time_minute select,
.gform_wrapper#gform_wrapper_9 .time-hm .ginput_complex .gfield_time_ampm input,
.gform_wrapper#gform_wrapper_9 .time-hm .ginput_complex .gfield_time_ampm select,
.gform_wrapper#gform_wrapper_7 .time-hm .ginput_complex .gfield_time_minute input,
.gform_wrapper#gform_wrapper_7 .time-hm .ginput_complex .gfield_time_minute select,
.gform_wrapper#gform_wrapper_7 .time-hm .ginput_complex .gfield_time_ampm input,
.gform_wrapper#gform_wrapper_7 .time-hm .ginput_complex .gfield_time_ampm select{
    border-left: none !important;
}
.gpnf-modal .gpnf-modal-header {
    background-color: transparent !important;
    color: #012a44 !important;
    font-size: 36px !important;
    text-transform: uppercase !important;
    font-family: 'Sofia Pro' !important;
    font-weight: 700 !important;
    margin-bottom: 7px !important;
    text-align: center !important;
    line-height: normal !important;
    margin: 0px !important;
    padding: 0px !important;
    height:auto !important;
    margin-bottom: 20px !important;
}
.tingle-modal-box__content {
    padding: 30px 40px !important;
}
.tingle-modal-box {
    width: 700px !important;
    max-width: calc(100% - 30px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
}
.tingle-modal-box__footer {
    background-color: #fff !important;
    text-align: center !important;
    padding: 5px 15px 40px 15px !important;
}
.tingle-btn{
    text-transform: uppercase;
    border-radius: 100px !important;
    padding: 11px 34px !important;
    font-size: 16px !important;
}
.tingle-btn.gpnf-btn-submit{
    background-color:#076fba !important;
}
.tingle-btn.gpnf-btn-submit:hover{
    background-color: #07558c !important;
}
.tingle-btn.gpnf-btn-cancel{
    background-color: #eaeaea !important;
    color: #076fba !important;
}
.tingle-btn.gpnf-btn-cancel:hover{
    background-color:#e3e3e3 !important;
}
.tingle-modal__close{
    top: 3.5rem !important;
}
/*modal-form-end*/

/*.gform_wrapper.gravity-theme .gfield.gfield--width-quarter {*/
.gform_wrapper.gravity-theme .gfield {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.step-form-section .gform_wrapper.gravity-theme#gform_wrapper_8 .gfield_label {
    position: relative;
}
.gform_wrapper#gform_wrapper_8 .gfield_required {
    position: absolute;
    right: auto;
} 



/*step-form-section-end*/

/*faq*/
.service-section.faq{
    margin-top:0px;
    padding:80px 0px;
}
.service-section.faq .service-box{
    background-color: #259f70;
}
.service-section.faq .row::before{
    background-color: #e6f0f8;
}
.service-section.faq .service-box .service-title,
.service-section.faq .service-box p{
    color:#ffffff;
}
.service-section.faq .service-box .service-title{
    font-size:36px;
    font-weight:600;
    text-transform:uppercase;
    margin-bottom:15px;
}

.faq-section{
    padding-bottom:80px;
}
.faq-section .section-title {
    color: #012a44;
}
.faq-section .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.faq-section .col-50{
    padding:0px 15px;
    width:50%;
}
.faq-box {
    border: 1px solid #14223d;
    margin-bottom:15px;
}
.faq-box .faq-title{
    background-color: #f2f2f2;
    color: #012a44;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    padding:13px 40px 13px 15px;
    position:relative;
    border-bottom:none;
    cursor:pointer;
}
.faq-box.active .faq-title{
    border-bottom: 1px solid #14223d;
}
.faq-box .faq-title::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-left: 2px solid #012a44;
    border-bottom: 2px solid #012a44;
    transform: translateX(-50%) rotate(-45deg);
    right: 15px;
    top: calc(50% + -6px);
    transition: 0.5s;
}
.faq-box .faq-contant{
    display:none;
}
.faq-box .faq-contant .inner-wrapper{
    padding: 15px 15px 30px 15px;
}
.faq-box .faq-contant .inner-wrapper ul {
    padding-left: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.faq-box .faq-contant .inner-wrapper p,
.faq-box .faq-contant .inner-wrapper li{
    color: #657a86;
    font-size: 15px;
    font-weight:500;
    line-height:22px;
}
/*faq-end*/

/*quote-thankyou*/
.quote-thankyou-section{
    padding:50px 0px 120px 0px;
}
.quote-thankyou-section .row {
    display: flex;
    flex-wrap: wrap;
}
.quote-thankyou-section .col-50 {
    width: 50%;
}
.quote-thankyou-section .left-details{
    width:485px;
    max-width:100%;
    padding-right:15px;
    padding-top:36px;
}
.quote-thankyou-section .left-details .section-title {
    text-align: left;
    margin-bottom: 13px;
    padding-top: 25px;
}
.quote-thankyou-section .left-details .section-title::before {
    left: 0px;
    transform: unset;
}
.quote-thankyou-section .left-details .section-dec {
    text-align: left;
}
.quote-thankyou-section .left-details .section-dec a{
    color: #076fba;
}
.quote-thankyou-section .left-details .sub-heading{
    color: #012a44;
    font-family: 'Sofia Pro';
    font-size: 26px;
    font-weight: 900;
    font-weight: ;
    margin-bottom: 7px;
}
.quote-thankyou-section .right-q-data{
    border: 1px solid #012a44;
    width: 100%;
    padding: 35px 36px;
    position: relative;
    background-color: #ffffff;
}
.quote-thankyou-section .right-q-data::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 100%;
    width: 100vw;
    height: 100%;
    border: 1px solid #012a44;
    background-color: #e6f0f8;
    z-index: -1;
}
.quote-thankyou-section .right-q-data .title {
    color: #259f70;
    font-family: 'Sofia Pro';
    font-weight: 900;
    font-size: 26px;
    width: 200px;
    line-height: normal;
    max-width: 100%;
    margin-bottom:12px;
}
.qdata-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.qdata-row .qdata-col {
    width: 50%;
    padding: 0px 10px;
    color: #657a86;
    font-size: 18px;
    font-weight:normal;
    margin-bottom: 12px;
}
.qdata-row .qdata-col a{
    color:#657a86;
}
.qdata-row .qdata-col a:hover{
    color:#ED1C24;
}

.quote-thankyou-section .qdata-row:first-child .label{
    font-family: 'Karla';
    font-weight:600;
    color:#657A86;
}
/*quote-thankyou-end*/

/*blog-single*/
.blog-single.get_strted_main{
    margin-bottom:120px;
}
.service-section.blog-single .section-title{
    color: #076fba;
}
.service-section.blog-single .service-box .service-contant-wrapper .btn {
    margin-top: 20px;
}
.service-section.blog-single .service-box .service-img-wrapper .siw-inner{
    border-bottom: 1px solid #012a44;
}
.service-section.blog-single .row::before{
    height: 252px;
}
.service-section.slider .slick-track{
    display:flex;
}
.service-section.slider .slick-slide{
    height:auto;
}
.service-section.slider .row{
    border-right:1px solid #012a44;
}
.service-section.slider .slick-dots {
    bottom: -65px;
}
.service-section.slider .slick-dots li{
    width:20px;
    height:20px;
    margin: 0px 10px;
}
.service-section.slider .slick-dots li button{
    width:100%;
    height:100%;   
    padding:0px;
    border-radius:50%;
    border: 1px solid #738a98;
}
.service-section.slider .slick-dots li.slick-active button{
    background-color:#738a98;
}
.service-section.slider .slick-dots li button:before{
    display:none;
}
.service-section.slider.blog-single{
    padding:170px 0;
}
/*blog-single-end*/

/*location-page*/
.location-find-section{
    border-bottom:1px solid #012a44;
    position:relative;
}
.location-find-section:before{
    content:"";
    position:absolute;
    top:0px;
    bottom:0px;
    left:55%;
    background-color: #ffeccd;
    height:100%;
    width:100vw;
}
.location-find-section .row{
    display:flex;
    flex-wrap:wrap;
    position:relative;
    z-index:1;
}
.location-find-section .left_find,
.location-find-section .right-img{
    width:50%;
}
.location-find-section .right-img img{
    height:100%;
    width:100%;
    object-fit:cover;
    object-position:center;
}
.location-find-section .left_find{
    padding:60px 30px 60px 0px;
}
.location-find-section .left_find .title {
    color: #012a44;
    font-size: 36px;
    font-family: 'Sofia Pro';
    font-weight: 600;
    line-height:normal;
    text-transform: uppercase;
    margin-bottom:12px;
}
p.loc-near-error-msg {
    font-size: 18px !important;
    font-weight: normal !important;
    padding-top: 15px;
}
.location-find-section .left_find p {
    color: #012a44;
    font-size: 22px;
    font-family: 'Sofia Pro';
    font-weight: 500;
    line-height: normal;
}
.location-find-section .f-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #012A44;
    width: 300px;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 35px;
}
.location-find-section .f-wrapper input {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;
    height: 40px;
    padding: 8px 10px;
    border: none;
    width: calc(100% - 40px);
}
.location-find-section .f-wrapper input::placeholder{
    color: #99a9b2;
    opacity:1;
}
.location-find-section .f-wrapper .search-btn{
    width: 40px;
    height: 40px;
    border: none;
    border-left: 1px solid #012A44;
    background-color: #259F70;
    background-image: url(images/search-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    transition: 0.5s;
    cursor:pointer;
}
.location-find-section .f-wrapper .search-btn:hover {
    background-color: #16714e;
}
.location-f-result-sec{
    padding:115px 0px 82px 0px;
}
.location-f-result-sec .row{
    display:flex;
    flex-wrap:wrap;
}
.location-f-result-sec .col-20{
    /*width:20%;*/
    width:33.3333%;
    padding:0px 15px;
    margin-bottom:30px;
}
.location-f-result-sec .container {
    max-width: 1000px;
}
.lfr-box .title {
    color: #012a44;
    font-size: 26px;
    font-family: 'Sofia Pro';
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.lfr-box p {
    color: #657a86;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 7px;
}
.lfr-box p a{
    color: #657a86;
}
.lfr-box p a:hover{
    color:#ED1C24;
}

/*location-page-end*/

/*location-modal*/
.location-modal{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color:#FFFFFFD9;
    z-index:10;
    padding-top:70px;
    padding-bottom:30px;
    padding-left:10px;
    padding-right:10px;
    height:100vh;
    overflow-y:auto;
    display:none;
}
.location-modal.show{
    display:flex;
    justify-content:center;
    align-items:center;   
}
.location-modal .modal-inner{
    width:100%;
}
.location-modal .cn-box {
    width:970px;
    max-width: 100%;
    margin: 0px auto;
    background-color: #FFFFFF;
    border: 1px solid #707070;
    padding: 30px 50px 20px 50px;
    position:relative;
}
.location-modal .cn-box > .title{
    color:#ED1C24;
    font-size:30px;
    text-transform:uppercase;
    font-family: 'Sofia Pro';
    font-weight: 700;
    line-height:normal;
    text-align:center;
    margin-bottom:5px;
}
.location-modal .cn-box > .sub-title{
    color:#012A44;
    font-size:22px;
    font-weight:normal;
    font-family: 'SofiaPro-Medium';
    line-height:normal;
    text-align:center;
    margin-bottom:30px;
}
.location-modal .csl-wrapper{
    display:flex;
    flex-wrap:wrap;
    margin-left:-15px;
    margin-right:-15px;
}
.location-modal .csl-wrapper .col-33{
    width:33.3333%;
    padding: 0px 15px;
    margin-bottom:30px;
}
.location-modal .csl-box{
    border:1px solid #012A44;
}
.location-modal .csl-box .label {
    background-color: #FFB43B;
    border-bottom: 1px solid #012A44;
    color: #012A44;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    padding: 10px 10px;
}
.location-modal .csl-box .contant {
    padding: 22px 30px 40px 30px;
}
.location-modal .csl-box .contant h3{
    color:#012A44;
    /*font-family:'Sofia Pro';*/
    font-family: 'SofiaPro-Medium';
    font-weight:normal;
    font-size:22px;
    margin-bottom:7px;
    text-transform:uppercase;
    line-height:normal;
}
.location-modal .csl-box .contant p {
    color: #657A86;
    font-size: 15px;
    line-height: 22px;
    font-weight: normal;
}
.location-modal .csl-box .contant .btn{
    margin-top:24px;
    font-size:13px;
}
.location-modal .close-btn{
    display: inline-block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.location-modal .close-btn::before,
.location-modal .close-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 3px;
    background-color:#012A44;
    border-radius: 10px;
    transform: translate(-50%,-50%) rotate(45deg);
}
.location-modal .close-btn::after {
    transform: translate(-50%,-50%) rotate(-45deg);
}
/*location-modal-end*/

/*internal-csc-page*/
.csc-section {
    padding: 80px 0px 90px 0px;
}
.csc-section .container{
    max-width: 600px;
}
.csc-section .main-title,
.csc-section .sec-title {
    color: #012a44;
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
    font-family: 'Sofia Pro';
    text-align: center;
    margin-bottom:30px;
    text-transform:uppercase;
}
.csc-section .sec-title{
    font-size:30px;
}
.csc-section .f-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #012A44;
    width: 300px;
    max-width: 100%;
    margin:0px auto;
    margin-bottom:45px;
}
.csc-section .f-wrapper input {
    text-transform: uppercase;
    font-size: 15px;
    font-weight:500;
    height: 40px;
    padding: 8px 10px;
    border: none;
    width: calc(100% - 40px);
}
.csc-section .f-wrapper input::placeholder {
    color: #99a9b2;
    opacity: 1;
}
.csc-section .f-wrapper .search-btn {
    width: 40px;
    height: 40px;
    border: none;
    border-left: 1px solid #012A44;
    background-color: #259F70;
    background-image: url(images/search-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    transition: 0.5s;
    cursor: pointer;
}
.csc-section .f-wrapper .search-btn:hover {
    background-color: #16714e;
}
.csc-section .qdata-row .qdata-col{
    font-size: 15px;
    margin-bottom: 7px;
}
.csc-section .faq-box{
    margin-bottom:30px;
}
.csc-section .faq-box .faq-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 13px 15px 13px 15px;
}
.csc-section .faq-box .faq-title .col-1,
.csc-section .faq-box .faq-title .col-2{
    width: 40%;
}
.csc-section .faq-box .faq-title .col-3{
	width: 15%;
}

.csc-section .faq-box .faq-title .col-3 img {
    width: 80px;
    display: inline-block;
    max-width: 100%;
}
.csc-section .faq-box .faq-title .col-2{
    padding-right: 20px;
    padding-left: 10px;
}


/* 14-02-2022 */
.blog_list_cat ul.cat-archieve li.active-cat{background-color: #316fba !important;}
.blog_list_cat ul.cat-archieve li.active-cat a{ color: white  !important;}
/*internal-csc-page-end*/

.ui-datepicker-calendar .ui-datepicker-unselectable.ui-state-disabled {
    text-decoration: line-through;
}
.ui-datepicker-calendar td.ui-datepicker-other-month {visibility: hidden;}

.h-call-wrapper .h-call-box.contact-call {
    position: relative;
    max-width: 100%;
    top: 0px !important;
    left: 0px !important;
}
.contant-us-section .h-call-wrapper{
    margin-top:24px;
    width:100%;
}
/*.page2-pickup-times{display: none;}*/
#field_5_84, #field_8_84{display: none;}
.page2-pickup-times, .page2-pickup-times strong {
    color: #657a86;
    font-weight: 400;
    display: block;
    margin-bottom: 7px;
    width: 100%;
    font-size: 16px;
}
.page2-pickup-times strong {
    display: initial;
    font-weight: 600;
}
/* 03-05-2022 */
.gaq-form .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number:before{left:auto !important;top:auto !important;}
.c-review-slider .slick-dots li:only-child{display:none;}
/*responsive*/
@media (max-width:1440px){
    .page-template-global-template .gth-section, 
    .page-template-global-template .customer-review, 
    .page-template-global-template .service-section, 
    .page-template-global-template .pricing-table-section {
        margin-top:65px;
    }
    .service-section.faq{
        margin-top:0px;
    }
}
@media (max-width:1199px){
    body .container{
        max-width: 960px;
    }
    .header_main{
        padding-left:10px;
    }
    .header_main .logo_sec img {
        width: 240px;
    }
    .header_main .h-btn{
        padding: 26px 14px;
        font-size:14px;
    }
    .header_main .header-menu a{
        font-size:14px;
    }
    .gth-box .gth-contant-box{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .gth-section .col-50:nth-child(2n+1) .gth-box .gth-contant-box{
        padding-right:15px;
    }
    .gth-section .col-50:nth-child(2n) .gth-box .gth-contant-box{
        padding-left: 15px;
    }
    .achievement-box .achievement-number{
        font-size: 38px;
        line-height: 44px;
    }
    .achievement-box .achievement-label{
        font-size:16px;
        line-height:22px;
    }
    .service-box .service-contant-wrapper {
        padding: 20px 15px 30px 15px;
    }
    .service-box .service-title{
        font-size: 24px;
        line-height: 30px
    }
    .service-box{
        min-height: 520px;
    }
    .service-section .row::before{
        height: 199px;
    }
    .pricing-table-section .pricingT-title{
        padding: 25px 15px;
    }
    .pricingT-wrapper .col-title{
        font-size:15px;
    }
    .pricingT-wrapper .cost{
        font-size:16px;
    }
    .pricingT-wrapper .pt-td.nat-plan, 
    .pricingT-wrapper .pt-td.nat-plan .cost, 
    .pricingT-wrapper .col-title:nth-child(2), 
    .pricingT-wrapper .pt-td:nth-child(2),
    .pricingT-wrapper .pt-td:nth-child(2) .cost {
        font-size: 20px !important;
        font-weight: 500 !important;
    }
    .page-template-global-template .header_main + .abut_nation {
        margin: 58px 0 40px 0;
    }
    .contant-us-section {
        padding: 50px 0px 50px 0px;
    }
    .contant-us-section .right-details{
        padding: 35px 35px;
    }
    .service-section.faq .service-box .service-title{
        font-size: 28px;
        margin-bottom: 10px;
    }
    .quote-thankyou-section {
        padding: 50px 0px 50px 0px;
    }
    .blog-single.get_strted_main {
        margin-bottom: 70px;
    }
    .service-section.slider.blog-single {
        padding-bottom: 105px;
    }
    .service-section.blog-single .row::before {
        height: 201px;
    }
    .location-find-section .left_find .title{
        font-size:28px;
    }
    .location-find-section .left_find p{
        font-size:18px;
    }
    .location-find-section .left_find {
        padding: 45px 30px 45px 0px;
    }
    .location-f-result-sec {
        padding: 50px 0px 30px 0px;
    }
    .location-modal .cn-box{
        padding: 30px 30px 20px 30px;
    }
    .step-form-section{
        padding: 40px 0px 30px 0px;
    }
    .step-form-section .gform_wrapper.gravity-theme .gf_step{
        margin-right: 15px;
        margin-right: 20px;
    }
    .step-form-section .gf_page_steps .gf_step_label{
        font-size:16px !important;
        padding-left: 5px !important;
    }
    .step-form-section .gf_page_steps .gf_step_number{
        width: 26px !important;
        height: 26px !important;
        font-size: 16px !important;
    }
    .step-form-section .gform_page{
        padding: 36px 30px;
    }
    .step-form-section .gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::after {
        font-size: 26px;
    }
    .csc-section {
        padding: 40px 0px 30px 0px;
    }

    .search-results .content-area{
        max-width:960px;
    }
}
@media (max-width:1024px){
    .step-form-section .add-stop-table .gpnf-nested-entries td{
        padding:4px 8px !important;
    }
    .step-form-section .add-stop-table .gpnf-nested-entries td::before {
        display: none !important;
    }
    .step-form-section .add-stop-table table.gpnf-nested-entries{
        display:table !important;
    }
    .step-form-section .add-stop-table .gpnf-nested-entries tbody,
    .step-form-section .add-stop-table .gpnf-nested-entries thead{
        display: table-row-group !important;
    }
    .step-form-section .add-stop-table .gpnf-nested-entries tr{
        display:table-row !important;
    }
    .step-form-section .add-stop-table .gpnf-nested-entries td, 
    .step-form-section .add-stop-table .gpnf-nested-entries th{
        display: table-cell !important;
        border: none !important;
    }
    .step-form-section .add-stop-table .gpnf-nested-entries thead tr {
        position: static !important;
        border:none !important;
    }
    .step-form-section .gpnf-nested-entries td:last-child{
        background-color:transparent !important;
    }
    .step-form-section .add-stop-table .gpnf-nested-entries .gpnf-no-entries{
        display:none !important;
    }
    .step-form-section .add-stop-table .gpnf-nested-entries .gpnf-no-entries[data-bind="visible: entries().length <= 0"]{
        display: table-row !important;
    }
}
@media (max-width:991px){
    body .container{
        max-width: 720px;
    }
    .header_main{
        padding-right:44px;
    }
    .header-toggle-btn{
        display:inline-flex;
        width:40px;
        align-items:center;
        justify-content:center;
    }
    .header-toggle-btn {
        display: inline-flex;
        width: 40px;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 0px;
    }
    .header-toggle-btn .btn-lines {
        display: flex;
        width: 28px;
        align-items: center;
        flex-wrap: wrap;
    }
    .header-toggle-btn .line{
        display:inline-block;
        width:100%;
        height:2px;
        margin-bottom:8px;
        background-color:#012a44;
        transition:0.5s;
    }
    .header-toggle-btn .line:last-child{
        margin-bottom:0px;   
    }
    .header-toggle-btn.active .line:nth-child(2){
        display:none;
    }
    .header-toggle-btn.active .line:nth-child(1) {
        transform: rotate(45deg);
        position: relative;
        top: 4px;
    }
    .header-toggle-btn.active .line:nth-child(3){
        transform:rotate(-45deg);
        position: relative;
        top: -6px;
    }
    .header_main .header-menu .menu-item-has-children > .m_btn{
        display:block;
    }
    .header_main .header-menu {
        display:none;
        position: absolute;
        top: calc(100% + 1px);
        left: 0px;
        right: 0px;
        width: 100%;
        background-color: #fff;
        z-index: 4;
        border-bottom:1px solid #012a44;
    }
    .header_main .header-menu li{
        padding:0px 0px;
    }
    .header_main .header-menu .menu-item > a{
        padding:10px 10px 10px 10px;
        width:100%;
    }
    .header_main .header-menu > .menu-item > a{
        border-bottom: 1px solid #012a44;
    }
    .header_main .header-menu > .menu-item.submenu-open > a{
        color:#ED1C24;
    }
    .header_main .header-menu > .menu-item.submenu-open .m_btn::before{
        border-left: 2px solid #ED1C24;
        border-bottom: 2px solid #ED1C24;
    }
    .header_main .header-menu .menu-item > a:before{
        display:none;
    }
    .header_main .sub-menu{
        position:static;
        border:none;
    }
    .header_main .header-menu .sub-menu a{
        border-bottom:none;
    }
    .header_main .header-menu .sub-menu .menu-item > a{
        padding:10px 10px 10px 20px;
        width:100%;
        display:block;
    }
    .header_main .header-menu .sub-menu .menu-item > a{
        border-bottom: 1px solid #012a44;
    }
    .header_main .header-menu .sub-menu li:last-child a{
        border-bottom: 1px solid #012a44;   
    }
    .header_main .m_btn{
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: 0px;
        height:37px;
        width: 35px;
        cursor:pointer;
        z-index:3;
        transition:0.5s;
    }
    .header_main .m_btn:before{
        content:"";
        position:absolute;
        top: calc(100% - 21px);
        left:50%;
        width:8px;
        height:8px;
        border-left:2px solid #012a44;
        border-bottom:2px solid #012a44;
        transform:translate(-50%,-50%) rotate(-45deg);
    }
    .header_main .menu-item:hover > .m_btn:before{
        border-left:2px solid #ED1C24;
        border-bottom:2px solid #ED1C24;
    }
    .header_main .submenu-open .m_btn {
        transform: rotate(-180deg);
    }
    .page-template-global-template .gth-section,
    .page-template-global-template .customer-review,
    .page-template-global-template .service-section,
    .page-template-global-template .pricing-table-section {
        margin-top:50px;
    }
    .section-title{
        font-size: 34px;
        line-height: 40px;
    }
    .section-title::before{
        width:125px;
    }
    .gth-box .gth-title{
        line-height: 26px;
        font-size: 22px;
    }
    .gth-box p{
        font-size: 16px;
        line-height: 26px;
    }
    .achievement-box .achievement-number{
        font-size: 28px;
        line-height: 36px;
        margin-bottom:8px;
    }
    .achievement-box .achievement-label{
        font-size: 14px;
        line-height: 20px;
    }
    .achievement-box{
        padding: 24px 10px;
    }
    .c-review-slider .slick-dots li {
        width: 16px;
        height: 16px;
        margin: 0px 8px;
    }
    .c-review-box .c-review-user{
        margin-top: 40px;
    }
    .customer-review .c-review-slider::before{
        width: 254px;
        height: 195px;
    }
    .service-section .col-33{
        width: 50%;
    }
    .service-section .col-33{
        border-bottom: 1px solid #012a44;
    }
    .service-section .row::before {
        height: 221px;
    }
    .pricingT-wrapper .pt-td img{
        width:22px;
    }
    .contant-us-section .col-50 {
        width:100%;
    }
    .contant-us-section .left-details{
        margin-bottom:35px;
    }
    .contant-us-section .right-details::before{
        left:50%;
        transform: translateX(-50%);
        border-left:none;
        border-right:0px;
    }
    .contact-thank-you-section {
        padding: 70px 0px 70px 0px;
    }
    .service-section.faq{
        margin-top:0px;
        padding:50px 0px;
    }
    .faq-section{
        padding-bottom:50px;
    }
    .quote-thankyou-section .col-50 {
        width:100%;
    }
    .quote-thankyou-section .right-q-data{
        margin-top:30px;
    }
    .quote-thankyou-section .right-q-data::before{
        left: 50%;
        transform: translateX(-50%);
        border-left: none;
        border-right: 0px;
    }
    .service-section.slider .slick-dots li {
        width: 15px;
        height: 15px;
        margin: 0px 7px;
    }
    .service-section.slider.blog-single {
        padding-bottom: 80px;
    }
    .service-section.slider .slick-dots {
        bottom: -42px;
    }
    .service-section.blog-single .row::before {
        height: 223px;
    }
    .location-find-section .f-wrapper{
        margin-bottom:22px;
    }
    .location-f-result-sec .col-20{
        /*width:25%;*/
        width:33.3333%;
    }
    .location-modal .csl-box .contant .btn{
        font-size:12px;
    }
    .location-modal .csl-box .contant {
        padding: 22px 15px 30px 15px;
    }
    .location-modal .cn-box{
        padding: 30px 15px 10px 15px;
    }
    .quote-thankyou-section .left-details{
        padding-top:0px;
    }

    .search-results .content-area{
        max-width:720px;
    }
    .contant-us-section .col-50:first-child{
        padding-top: 0px;
    }

    .header_main{
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 10;
        width:100%;
        background-color: #fff;
    }
    .admin-bar .header_main {
        top: 32px;
    }
    body{
        padding-top:70px;
    }
}
@media (max-width:782px){
    .admin-bar .header_main {
        top: 46px;
    }
}
@media (max-width:767px){
    body .container{
        max-width: 540px;
    }
    .gth-section .col-50{
        width:100%;
    }
    .gth-section .container{
        padding-right:0px;
        padding-left:0px;
    }
    .gth-section .section-title{
        padding-left:15px;
        padding-right:15px;
    }
    .gth-section .col-50:nth-child(2n) .gth-box .gth-img-box{
        border-left: 1px solid #012a44;
    }
    .gth-section .col-50:nth-child(2n+1) .gth-box .gth-contant-box{
        padding-left: 15px;
    }
    .gth-section .col-50:nth-child(2n) .gth-box .gth-contant-box{
        padding-right: 15px;   
    }
    .achievement-section .col-25{
        width: 50%;
    }
    .achievement-section .col-25{
        border-bottom:1px solid #ffffff;
    }
    .customer-review .c-review-slider::before{
        top: -20px;
    }
    .customer-review .section-title {
        margin-bottom: 18px;
    }
    .customer-review .c-review-slider{
        margin-top: 40px;
    }
    .service-box .service-title {
        font-size: 20px;
        line-height: 25px;
    }
    .service-box p{
        font-size: 16px;
        line-height: 25px;
    }
    .service-box{
        min-height: 455px;
    }
    .service-section .row::before {
        height: 164px;
    }
    .pricing-table-section .pricingT-title {
        padding: 15px 15px;
    }
	.csc-section .faq-box .faq-title .col-1,
	.csc-section .faq-box .faq-title .col-2{
		width: 35%;
	}
    /*.pricingT-wrapper .pt-row:first-child{
        display:none;
    }
    .pricingT-wrapper .pt-row{
        width:50%;
        border: 1px solid #012a44;
    }
    .pricingT-wrapper .pt-row:nth-child(odd){
        border-left:none;
    }
    .pricingT-wrapper .pt-td{
        width:100%;
    }
    .pricing-table-section .pricingT-wrapper{
        display:flex;
        flex-wrap:wrap;
    }
    .pricingT-wrapper .col-title.nat-plan, 
    .pricingT-wrapper .pt-td.nat-plan, 
    .pricingT-wrapper .col-title:nth-child(2), 
    .pricingT-wrapper .pt-td:nth-child(2), 
    .pricingT-wrapper .pt-td:nth-child(2) {
        border-left:none;
        border-right:none;
        background-color:transparent;
    }
    .pricingT-wrapper .pt-row .col-title:first-child,
    .pricingT-wrapper .pt-row .pt-td:first-child{
        text-align:center;
        justify-content:center;
        padding-left:10px;
    }
    .pricingT-wrapper .pt-row::after{
        display:none;
    }
    .pricingT-wrapper .pt-td.nat-plan, 
    .pricingT-wrapper .pt-td.nat-plan .cost, 
    .pricingT-wrapper .col-title:nth-child(2), 
    .pricingT-wrapper .pt-td:nth-child(2), 
    .pricingT-wrapper .pt-td:nth-child(2) .cost{
        font-size: 16px !important;
        font-weight: 400 !important;
    }*/
    .pricing-table-section .pricingT-title{
        margin-bottom:30px;
    }
    .buses-gallary-section .buses-gallary-box {
        width: 25%;
    }
    .quote-thankyou-section .right-q-data{
        padding: 22px 22px;
    }
    .location-find-section .left_find,
    .location-find-section .right-img{
        width:100%;
    }
    .location-find-section .left_find {
        padding: 45px 0px 45px 0px;
    }
    .location-find-section::before{
        display:none;
    }
    .location-find-section .right-img{
        position:relative;
    }
    .location-find-section .right-img:before{
        content:"";
        position:absolute;
        top:0px;
        bottom:0px;
        left:50%;
        transform:translateX(-50%);
        width:100vw;
        background-color:#ffeccd;
    }
    .location-find-section .right-img img{
        position:relative;
        z-index:1;
    }
    .location-f-result-sec .col-20{
        /*width:33.3333%;*/
        width:50%;
    }
    .location-modal .csl-wrapper .col-33{
        width:50%;
    }
    .trip-box-wrapper .trip-box{
        width:50%;
        margin-bottom:28px;
    }
    .step-form-section .gform_wrapper .gfield--width-full.trip-box-steps{
        margin-bottom:0px;
    }
    .step-form-section .first-step-4-col{
        width: 50%;
        margin-bottom: 15px;
    }

    .pricing-table-section .pricingT-title{
        margin-bottom:0px;
    }
    .pricing-table-section .container{
        width:100%;
        max-width:100%;
        padding-left:0px;
        padding-right:0px;
    }
    .pricingT-wrapper .col-title{
        line-height:normal;
        font-size:14px;
    }
    .pricing-table-section .text_dec{
        padding-left:15px;
        padding-right:15px;   
    }
    .pricingT-wrapper .pt-row .col-title:first-child,
    .pricingT-wrapper .pt-row .pt-td:first-child{
        padding-left:12px;
    }
    .pricing-table-section .pricingTM_responsive{
        width:100%;
        overflow-x:auto;
        margin-bottom:20px;
    }
    .pricing-table-section .pricingT-wrapper{
        min-width:750px;
        margin-bottom:0px;
        padding-bottom:10px;
    }
    .pricingT-wrapper .pt-row::after{
        width:100%;
    }
    .pricingT-wrapper .pt-row:first-child::before{
        width:100%;
    }
    .location-modal.show{
        align-items:flex-start;
    }

    .search-results .content-area{
        max-width:540px;
    }
}
@media (max-width:712px){
    .tingle-modal-box{
        margin-top:100px !important;
    }
    .tingle-modal-box__footer .tingle-btn {
        width: auto !important;
        flex: unset !important;
        min-width: unset !important;
        margin-bottom: 1rem !important;
    }
    .tingle-modal-box__footer {
        justify-content: center !important;
    }
    .tingle-modal{
        overflow-y:auto !important;
    }
    .gpnf-modal .gpnf-modal-header{
        font-size: 28px !important;
    }
    .tingle-modal__close {
        display: block !important;
        width: auto !important;
        background-color: transparent !important;
        left: unset !important;
        right: 20px !important;
        top: 50px !important;
    }
    .tingle-modal__close .tingle-modal__closeLabel {
        display: none !important;
    }
    .tingle-modal__close .tingle-modal__closeIcon {
        margin-right: 0px !important;
    }
    .tingle-modal-box__content{
        padding: 30px 22px !important;
    }
}
@media (max-width:575px){
    body{
        padding-top:105px;
    }
    body .container{
        width:100%;
        max-width:100%;
    }
    .header_main{
        padding-left:0px;
    }
    .header_main .header-btn-wrapper{
        flex-direction:row-reverse;
        position:relative;
    }
    .header_main .header-btn-wrapper:before{
        content:"";
        position:absolute;
        top:0px;
        left:0px;
        width:calc(100vw - 1px);
        height:1px;
        background-color:#012A44;
    }
    .header_main .logo_sec {
        width: 100%;
        padding-left: 44px;
        display: flex;
        justify-content: center;
        padding: ;
        padding-top: 15px;
        padding-bottom: 16px;
    }
    .header_main .h-btn.quote-btn{
        border-right: 1px solid #012A44;
        border-left:none;
    }
    .header_main .h-btn{
        padding: 17px 14px;
    }
    .header-toggle-btn{
        top:unset;
        height: 50px;
    }
    .header-toggle-btn .line{
        margin-bottom:7px;
    }
    .header-toggle-btn.active .line:nth-child(3){
        top: -5px;
    }
    .h-call-wrapper .h-call-box{
        right:unset;
        left:-127px;
        max-width: 100vw;
    }
    .h-call-wrapper .close-btn{
        right:8px;
    }
    .section-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom:20px;
        padding-top:22px;
    }
    .section-title::before {
        width: 90px;
        height:4px;
    }
    .gth-box .gth-img-box{
        padding: 12px 10px;
        width:80px;
    }
    .gth-box .gth-contant-box{
        width: calc(100% - 80px);
    }
    .c-review-box .c-review-text{
        font-size: 16px;
        line-height: 24px;
    }
    .section-dec{
        font-size: 16px;
        line-height: 27px;
    }
    .service-section .row {
        border: none;
    }
    .service-section .row::before {
        display:none;
    }
    .service-section .col-33{
        margin-bottom:30px;
        width:100%;
        border-left: 1px solid #012a44;
        border-top: 1px solid #012a44;
    }
    .service-section .col-33:last-child{
        margin-bottom:0px;   
    }
    .service-section .row{
        border-left:none;
    }
    .service-box{
        min-height:unset;
    }
    /*.pricingT-wrapper .pt-row {
        width: 100%;
        margin-bottom:30px;
    }
    .pricingT-wrapper .pt-row:last-child{
        margin-bottom:0px;   
    }
    .pricingT-wrapper .pt-row:nth-child(2n+1) {
        border-left:1px solid #012a44;
    }
    .pricingT-wrapper .pt-td{
        border-bottom:1px solid #012a44;   
        padding:22px 10px;
    }
    .pricingT-wrapper .pt-td:last-child{
        border-bottom:none;      
    }*/
    .pricing-table-section .pricingT-title{
        line-height:28px;
    }
    .page-template-global-template .pricing-table-section{
        margin-bottom:30px;
    }
    .page-template-global-template .header_main + .abut_nation {
        margin: 44px 0 30px 0;
    }
    .contant-us-section .gform_wrapper .gfield--width-half{
        width:100%;
    }
    .contact-thank-you-section {
        padding:56px 0px 56px 0px;
    }
    .contact-thank-you-section .section-title{
        margin-bottom:12px;
    }
    .contact-thank-you-section .th-sub-heading{
        font-size:20px;
        margin-bottom:8px;
    }
    .faq-section .col-50{
        width:100%;
    }
    .qdata-row .qdata-col{
        width:100%;
        margin-bottom:0px;
    }
    .qdata-row .qdata-col.label{
        color:#41525b;
    }
    .qdata-row{
        margin-bottom:12px;
    }
    .quote-thankyou-section .left-details .sub-heading{
        font-size:20px;
    }
    .blog-single.get_strted_main {
        margin-bottom: 45px;
    }
    .service-section.slider .col-33{
        margin-bottom:0px;
    }
    .location-find-section .left_find .title{
        font-size:24px;
    }
    .location-find-section .left_find {
        padding: 30px 0px 35px 0px;
    }
    .location-f-result-sec {
        padding: 28px 0px 10px 0px;
    }
    .location-f-result-sec .col-20{
        margin-bottom:25px;
    }
    .lfr-box p{
        font-size:15px;
    }
    .lfr-box .title{
        font-size:22px;
    }
    .location-modal .csl-wrapper .col-33{
        width:100%;
    }
    .location-modal .cn-box > .title{
        font-size:22px;
        margin-bottom:7px;
    }
    .location-modal .cn-box > .sub-title{
        font-size:16px;
        margin-bottom:22px;
    }
    .step-form-section .step-form-header .title{
        font-size: 26px;
        margin-bottom: 12px;
    }
    .step-form-section .step-form-header p{
        font-size: 16px;
        line-height: 26px;
    }
    .step-form-section .gform_wrapper.gravity-theme .gf_step{
        margin-right: 15px;
    }
    .trip-box-wrapper .trip-box{
        width: 100%;
    }
    .step-form-section .first-step-4-col {
        width: 100%;
        margin-bottom: 15px !important;
    }
    .step-form-section .first-step-4-col input {
        width: 100% !important;
    }
    .step-form-section .gform_page {
        padding: 28px 30px;
    }
    .step-form-section #gform_page_8_1 .gform_page_footer ,
    .step-form-section #gform_page_5_1 .gform_page_footer {
        padding-top: 20px !important;
    }
    .step-form-section .gform_page {
        padding: 25px 15px;
    }
    .step-form-section .form-steps-heading h2{
        font-size:22px;
    }
    .step-form-section .gform_wrapper .gfield--width-half,
    .step-form-section .gform_wrapper .gfield--width-half.gfield--width-full{
        width:100%;
    }
    .step-form-section .zip-code{
        width:100%;
    }
    .step-form-section .city,
    .step-form-section .state{
        width:100%;
    }
    .csc-section {
        padding: 30px 0px 25px 0px;
    }
    .csc-section .main-title,
    .csc-section .sec-title{
        margin-bottom: 18px;
        font-size:24px;
    }
    .csc-section .f-wrapper{
        margin-bottom: 30px;
    }
    .csc-section .faq-box {
        margin-bottom: 20px;
    }
    .csc-section .faq-box .faq-title{
        font-size:15px;
    }
    .csc-section .qdata-row .qdata-col{
        width:50%;
        margin-bottom:9px;
        word-break:break-all;
    }
    .csc-section .qdata-row{
        margin-bottom:0px;
    }
    .customer-review .section-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .gform_previous_button_wrapper.btn,
    .gform_next_button_wrapper.btn,
    .gform_submit_button_wrapper.btn{
        min-width:120px !important;
        font-size: 12px;
    }
    .search-no-results .page-header{
        margin-bottom: 8px;
    }
    .search-results .content-area{
        max-width:100%;
    }

    .pricing-table-section .pricingT-title{
        font-size:24px;
    }
    .contant-us-section .left-details{
        padding-right: 0px;
    }
    .h-call-wrapper .h-call-box.contact-call{
        padding:38px 15px 30px 15px;
    }
}
@media (max-width:480px){
    .footer_main .footer_wrp{
        padding: 28px 0;
    }
    .footer_main .footer_wrp{
        display:block;
    }
    .footer_main .footer_wrp .footer_left{
        margin-bottom:18px;
    }
    .location-f-result-sec .col-20{
        width:50%;
    }
    .step-form-section .gform_wrapper .gfield_checkbox .gchoice,
    .step-form-section .gform_wrapper .gfield_radio .gchoice{
        width:100%;   
    }
}
@media (max-width:420px){
    .location-f-result-sec .col-20 {
        width:100%;
    }
}
@media (max-width:374px){
    .gth-box .gth-title{
        line-height: 24px;
        font-size: 20px;
    }
    .gth-box p{
        line-height:24px;
    }
    .achievement-section .col-25{
        width:100%;
    }
    .csc-section .faq-box .faq-title{
        font-size:14px;
    }
    .csc-section .qdata-row .qdata-col{
        font-size:14px;
        margin-bottom:7px;
    }
}
/*responsive-end*/
