/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.elementor-nav-menu .current_page_item  .sub-arrow svg {
    fill: #000;
}

.headerBtn span.elementor-button-icon {
    margin-left: 5px;
}

.siteul ul li {
    margin-bottom: 8px;
}
.siteul ul {
    list-style: disc;
    padding-left: 20px;
}

.commercialBox .elementor-icon-box-icon {
    margin-top: 10px;
}

.homeNo p {
    background: #1B80F4;
    color: #fff !important;
    font-size: 21px !important;
    width: 55px;
    height: 55px;
    line-height: 55px !important;
    border-radius: 50%;
}

.stepRow:before {
    content: '';
    position: absolute;
    width: calc(100% - 210px);
    left: 100px;
    height: 1px;
    /* border: 1px dotted #dedede; */
    background: url(line-1.png);
    background-repeat: repeat-x;
    top: 50px;
}
.whyRight:before {
    content: '';
    border: 1px solid #1C233A;
    height: calc(100% + 130px);
    position: absolute;
    top: -70px;
    border-radius: 40px;
    left: -230px;
    width: calc(100% + 230px);
    z-index:-1;
}

.faqIcon span.e-n-accordion-item-title-icon {
    width: 45px !important;
    height: 45px;
    background: #1B80F4;
    text-align: center !important;
    display: flex;
    justify-content: center;
    border-radius: 8px;
}

.hoverBox1:hover * {
    color: #ffffff !important;
}
.hoverBox1:hover svg path{
    fill:#ffffff;
}
.hoverBox1:hover {
    background: #10323E;
    box-shadow: 0px 16px 32px -8px rgba(12, 12, 13, 0.4);
}
.bullet-style-2 ul{
    padding:0;
}
.bullet-style-2 ul li:before {
    content: "\F012C";
    font: normal normal normal 24px / 1 "Material Design Icons";
    color: #1B80F4;
    font-size: 20px;
    left: 0;
    position: absolute;
    top: 3px;
}
.bullet-style-2 ul li {
    list-style: none;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}

.processRow:before {
    content: '';
    position: absolute;
    top: 47px;
    left: 220px;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #2B6CB0 0%, rgb(27 128 244 / 50%) 100%);
    z-index: 0;
    width: calc(100% - 410px);
}

.processRow2:before {
    content: '';
    position: absolute;
    top: 40px;
    left: 100px;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #2B6CB0 0%, rgb(27 128 244 / 50%) 100%);
    z-index: 0;
    width: calc(100% - 230px);
}
.squareNo{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.locationList ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.locationList ul li {
    background: #E8F2FF;
    border: 1px solid #C8DBEF;
    color: #0A4D8C;
    font-size: 0.79rem;
    font-weight: 600;
    padding: 4px 11px;
    border-radius: 100px;
}

.areaBold strong {
    background: #E8F2FF;
    border: 1px solid #C8DBEF;
    color: #0A4D8C;
    font-size: 18px;
    font-weight: 600;
    padding: 4px 11px;
    border-radius: 100px;
    margin: 0 10px;
        white-space: nowrap;
}

.page-id-2001 .blueBox {
    min-height: 400px;
}

.bottomGallery figure.swiper-slide-inner img {
    height: 210px;
    object-fit: cover;
}

@media only screen and (max-width: 1024px) {
   .whyRight:before, removebr br {
        display:none;
    } 
    .areaBold strong {
        display: inline-block;
        margin: 5px 5px;
    }
    .processRow2:before {
        width: 2px;
        height: 100%;
        display:none;
    }
    
}

@media only screen and (max-width: 767px) {
    
}

@media only screen and (max-width: 667px) {
    .bottomGallery figure.swiper-slide-inner img {
        height: 170px;
        object-fit: cover;
        width: 100%;
    }
}

