
    .slider{position: relative; height: 270px; background-color: #fff}
    .slider .carousel-item{width: 100%}
    .slider .carousel-item img{width: 100%; min-height: 400px;}
    
    
    .form-position{ position: relative; padding: 0px 15px;}
    
    
    .banner-form{position: relative; height: auto; padding: 10px 0px;
     width: auto; left: 0%; right:0%; top:50px; text-align: center;}
    .banner-form h1{padding: 0px 0px 0px;
        font-size: 30px;
        color: #000;
        font-weight: 600;
    }
    .banner-form h2{padding:0px; font-size: 22px; font-family: Cambria; color: #000; font-style: italic;} 
    .banner-form form{
            padding: 15px;
            box-shadow: 0px 0px 1px #fff;
            -webkit-box-shadow: 0px 0px 1px #fff; 
            -moz-box-shadow: 0px 0px 1px #fff;
            -o-box-shadow: 0px 0px 1px #fff;
            border-radius: 0px;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            -o-border-radius: 0px; }
    .banner-form .row{padding: 5px 15px;}
    .banner-form label{color:#fff; justify-content: left; font-size: 14px;}
    .banner-form .btn{ margin-top: 5px; width: 100%; border-radius:0px;}
    
    
    
    .textstyl {height: 50px; width: 100%; padding: 7px 14px;border: 1px solid #ababab; font-size: 16px; background-color:#fff;color:#000; border-radius: 24px;}
    
    .textarea1{min-height: 45px; max-height: 100px; width: 100%; padding: 7px 14px;font-size: 13px;
            background-color:#fff; color:#000; border-radius: 24px;}
    .textstyl:focus, .select1:focus { outline: -webkit-focus-ring-color auto 0px; border-color: #124584;}
    
    .city1{position: relative;}
    .city1 input{padding: 11px 14px 11px 35px;}
    .city1:before{content: '\f3c5';
        position: absolute;
        z-index: 999;
        color: #7d7d7d;
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        font-size: 20px;
        left: 4%;
        top: 23%;
        clear: both;
    }
    
    .country {position: relative; margin: 0 auto; width: 100%;}
    .country .select {
        width: 100%;
        padding: 11px 14px 11px 40px; 
        border: 1px solid #ababab; 
        font-size: 16px; 
        color:#000;
        border-radius: 24px;
        position: relative;
        height: 50px;
        background: #fff;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        cursor: pointer;
    }
    
    .country .select:after {
      content: "";
      display: block;
      position: absolute;
      top: 18px;
      right: 20px;
      width: 8px;
      height: 5px;
      background: url("https://zinee91.dothome.co.kr/codepen/ico_updown3.png") no-repeat;
    }
    .country .select.open:after {
      background-position: 0 -5px;
    }
    .country .dropdown {
      display: none;
      position: absolute; 
      left: 5%;
      width: 90%;
      height: 125px;
      border: 1px solid #cfcfcf;
      border-top: 1px solid #a6a6a6;
      background: #fff;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
      overflow-y: scroll;
      z-index: 99;
    }
    
    
    /* .country .dropdown::-webkit-scrollbar{width:5px; background-color: #1bb650;} */
    .country .dropdown::-webkit-scrollbar{width:5px;}
    .country .dropdown::-webkit-scrollbar-track {box-shadow: inset 0 0 5px #ccc; border-radius: 10px;}
    .country .dropdown::-webkit-scrollbar-thumb {background: #141414; border-radius: 10px;}
    .country .dropdown::-webkit-scrollbar-thumb:hover {background: #ccc;}
    
    .country .dropdown ul {list-style: none; padding: 0px;}
    .country .dropdown li {padding: 0 20px; line-height: 34px; font-size: 13px; font-weight: 400;
      color: #828282; cursor: pointer;}
    .country .dropdown li:first-child { margin-top: 12px;}
    .country .dropdown li:last-child {margin-bottom: 12px;}
    .country .dropdown li:hover {background: #dedede;color: #454545;}
    .country .dropdown li.open {display: block;}
    
    .voice{position: relative;}
    .voice input{padding-right: 50px}
    .voice .voice-icon{position: absolute; right: 15px; top: 10px; cursor: pointer;}
    .voice .voice-icon img{width: 15px;}
    
    
    .i-b-form {
    /*    background-color: #134788;*/
        padding: 10px 10px 5px 10px;
        /*box-shadow: 0px 0px 20px #000;*/
        position: relative;
        border: 0 none;
        /*border-radius: 6px;*/
        box-sizing: border-box;
        width: 60%;
        transition: 0.5s;
        top: 48px;
    /*    display: inline-block;*/
        /*overflow: hidden;*/
        z-index: 991; 
        transition: 0.5s;
        margin: 0px auto;
    }
    .add-i-b-form{position: fixed; top:0; width: 53%;left: 17%;}
    .add-i-b-form .more-search{ display: none !important;}
    .more-search span{color: #00295d; cursor: pointer;}
    .more-search ul li{font-size: 12px; padding:0px 3px;}
    .more-search select{color: #00295d;border-color: #00295d; font-size: 12px; font-weight: 600; border-radius: 20px;}
    
    .i-b-form .text-grp{ width: 100%; float: left; }
    
    .i-b-form h5{font-weight: 600; font-size: 16px; color: #fff; text-transform: uppercase;
     text-align: center; padding-bottom: 15px; border-bottom: 1px solid #ccc; margin-bottom: 0px;}
    .msform p{ margin-bottom: 5px; padding-left: 5px; font-size: 14px; color: #f00; font-style: italic;}
    
    
    .i-b-form label{font-weight: 500; color: #000; font-size: 14px; padding-top: 3px;}
    .i-b-form .form-group { margin-bottom: 5px;}
    
    
    .submit{background: linear-gradient(#00295d, #124584) !important; 
        margin-top: 0px; border:0px solid #fff; 
        border-radius:0px 30px 30px 0px; 
        padding: 12px 15px 12px 3px; 
        color: #fff;
        height: 50px;
        font-size: 21px;
        text-transform: uppercase;
        font-weight: 600;
        transition: 0.5s;
    }
    .submit i{float: right; margin: 5px 0px 0px 10px;}
    .submit:hover{ background: linear-gradient(#124584, #00295d) !important; color: #f1f1f1}
    
    .vertical-search {padding: 0px; position: relative; width: 100%; top: 48px;}
    .add-vertical-search{top:10px; width: 53%;left: 17%; position: fixed;}
    .add-vertical-search .more-search{ display: none !important;}
        
    
    @media only screen and (max-width: 767px)
    {   
        .slider{position: relative; min-height: 200px;}
    /*    .form-section{background-size: 100% 40%; min-height:430px; margin-bottom: 10px;z-index: 0;}*/
        .banner-form{position: relative; top: 15px;}
        .banner-form h1{padding: 0px 0px 10px;  font-size: 16px;margin-bottom: 0px;}
        .banner-form h2{padding:0px; font-size: 15px;} 
        .banner-form h2 img{margin-top:2px; float: left; width: 22px; height: 18px;} 
        .banner-form form{ padding: 15px;}
        .banner-form .row{padding: 5px 15px;}
        .banner-form label{font-size: 14px;}
        .banner-form .btn{ margin-top: 5px; width: 100%; border-radius:0px;}
    
    
        .form-position{ position: relative;}
        .i-b-form {
        padding: 0px;
        position: relative;
        border: 0 none;
        border-radius: 6px;
        box-sizing: border-box;
        width: 96%;
        top: 30px;
        }
    
        .add-i-b-form {
            position: fixed;
            top: 0px;
            width: 100%;
            left: 0px;
            right: 0px;
            background-color: #fff;
            padding: 10px 2% 5px;
            border-radius: 0px;
        }
    
        .more-search span{ font-size: 12px; display: block;}
        .more-search ul{padding:5px 3px;}
        .more-search ul li{font-size: 12px; padding:0px 3px;}
        .more-search select{ font-size: 12px; font-weight: 600; border-radius: 3px;}
    
    
        .country .select {padding: 7px 14px 7px 22px; font-size: 14px; height: 34px; border-radius: 3px;}
        .country .dropdown {left: 0%; width: 100%; height: 225px;}
          
        .city1:before { font-size: 13px;  left: 3%; top: 23%;}
        .textstyl {height: 34px; padding: 7px 14px; font-size: 14px;border-radius: 3px;}
        .city1 input{ border-radius:3px !important; padding: 7px 14px 7px 22px;}
        .voice .voice-icon {right: 12px;top: 3px;}
    
        .submit {
            padding: 7px 15px 7px 7px; 
            height: 34px; 
            font-size: 14px;
            border-radius: 0px 3px 3px 0px;
            width: 100%;
        }
    
        .vertical-search {padding: 0px; position: relative; width: 100%; top: 0px;}
        .add-vertical-search{
            position: fixed;
            top: 0px;
            width: 100%;
            left: 0px;
            right: 0px;
            background-color: #fff;
            padding: 10px 2% 5px;
            border-radius: 0px;
        }
    }
    /************************************************/
    .common-banner{ 
        padding: 18px 0px 20px;
        position: relative;
        border-top: 0px solid #ccc;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        min-height: 360px;
        /* z-index: 0; */
    }
    .common-banner-bg{min-height: 360px;background-image: url(../img/banner-default.jpg);}
  
    @media only screen and (max-width: 767px)
    {
        .catering-home-banner{min-height: 240px;}
    }
    /************************************************/
    
    .service-box-section{padding: 30px 0px; background-color: #f7f7f7}
    .service-box-section h4{padding-bottom: 30px;}
    .service-box{text-align: center;}
    .service-box a{color: #000; text-decoration: none;}
    .service-box img{width: 40px; height: 40px; display: inherit !important;}
    .service-box p{font-size: 14px}
    @media only screen and (max-width: 767px)
    {
        .service-box-section{padding: 10px 0px;}
        .service-box-section h4{padding-bottom: 10px;}
        .service-box img{width: 25px; height: 25px}
        .service-box p{font-size: 12px; font-weight: 600}
    }
    .looking-for-section{padding: 30px 0px;}
    .looking-for-section h4{padding-bottom: 30px;}
    @media only screen and (max-width: 767px)
    {
        .looking-for-section{padding: 10px 0px;}
        .looking-for-section h4{padding-bottom: 10px;}
    }
    /************************ services End************************/
    
    .how-it-work{ background: linear-gradient(60deg,#f1f1f1,#f1f1f1); margin: 20px 0px; background-size: 100%; padding: 40px 0px}
    .how-it-work h4{ margin-bottom: 10px; text-align: center;}
    
    .how-it-work .how-it-work-box{ background-color: #f1f1f1; padding: 15px; border: 0px solid #ccc}
    .how-it-work .how-it-work-box figure img{ width: 50px; }
    .how-it-work .how-it-work-box figure img.average{ width: 156px; }
    .how-it-work h3{ color: #0c5ca1; font-size: 35px; }
    .how-it-work h5{color: #000; text-align: center; font-size: 18px; font-weight: 600;}
    .how-it-work p{color: #000; text-align: center; font-size: 16px;}
    @media only screen and (max-width: 767px)
    {
        .horizontal-scroll{overflow-x: scroll; overflow-y: hidden;}
        .horizontal-scroll .inner-scroll-width{width: max-content;}
    
        .how-it-work{padding: 12px 0px}
        .how-it-work .how-it-work-box{ padding: 10px 5px; width: 140px}
        .how-it-work .how-it-work-box figure{margin-bottom: 5px}
        .how-it-work .how-it-work-box figure img{ width: 30px; }
        .how-it-work h5{font-size: 14px; margin-bottom: 0px}
        .how-it-work p{font-size: 13px; margin-bottom: 0px}
    }
    /*********************how-it-work end***************************/
    
    .recommended-service-section{padding: 20px 0px;}
    .recommended-service-section h4{margin-bottom: 20px;}
    .recommended-service-section h4 a{
        font-size: 16px;
        color: #f00;
        text-decoration: none;
        margin-top: 25px;
        padding-right: 4px;
    }
    .recommended-service-section h4 a:hover{color: #000;}
    
    .recommended-service-section .recommended-box{position: relative; text-align: center;
        max-width: 350px;
    /*    background-color: #fff;*/
        border-radius: 0px; 
        border:1px solid #f1f1f1;
        padding: 0px;
        margin: 5px;
        margin-bottom: 10px;
        box-shadow: 0px 0px 0px #c5d0de;
        transition: 0.5s;
    }
    
    .recommended-service-section .recommended-box .fdb-icon{ width: 100%;}
    .recommended-service-section .recommended-box .fdb-icon img{ width: 100%; height: 300px;
    border-radius: 5px;
    }
    
    .recommended-service-section .recommended-box .fdb-cont{width: 100%;
        position: absolute;
        bottom: 0px;
        padding: 10px;
        text-align: center;
        background-color: rgb(0 0 0 / 40%);
        left: 0;
        border-radius: 0px 0px 5px 5px;
    }
    .recommended-service-section .recommended-box .fdb-cont h4{
        margin:0px; 
        padding-top: 0px;
        text-align: left;
    }
    .recommended-service-section .recommended-box .fdb-cont h4 a{
        color:#fff; 
        font-weight: 500; 
        font-size: 16px;
    }
    @media only screen and (max-width: 767px)
    {
        .recommended-service-section{padding: 20px 0px;}
        .recommended-service-section .recommended-box .fdb-icon img{height: 160px;}
        .recommended-service-section h4{margin-bottom: 10px;}
        .recommended-service-section h4 a {font-size: 9px; margin-top: 9px;}    
        .recommended-service-section .slick-prev, .recommended-service-section .slick-next {display: none !important;}
    }
    /************************ recommended-service-section End************************/
    /************************ about-app-section-section************************/
    .about-app-section{background-color: #e2f6ea; padding: 20px 0%; margin-bottom: 15px}
    .about-app-section h4{margin-bottom: 20px;}
    .about-app-section img{width: 90%;}
    .about-app-section .about-app-box{display: -webkit-inline-box; margin-bottom: 15px;}
    .about-app-section .about-app-box figure{
        width: 60px;
        height: 61px;
        border-radius: 50%;
        border: 1px solid #acbecf;
        display: inline-block;
        margin-right: 10px;
        font-size: 20px;
        padding: 15px;
        background-color: #669acc;
        color: #fff;
    }
    .about-app-section .about-app-box figure img{
        width: 30px;
        height: 30px;
    }
    .about-app-section .about-app-box .about-app-text{width: 85%;}
    .about-app-section .about-app-box .about-app-text h5{margin-bottom: 10px;}
    .about-app-section .about-app-box .about-app-text h5 span{border-bottom: 1.5px solid #d5d5d5; 
        padding-bottom: 3px;}
    @media only screen and (max-width: 767px)
    {
        .about-app-section .about-app-box figure{width: 40px; height: 41px;font-size: 15px; padding: 7px;}
        .about-app-section .about-app-box figure img{ width: 25px; height: 25px;}
        .about-app-section .about-app-box .about-app-text h5{margin-bottom: 10px; font-size: 14px;}
        .about-app-section .about-app-box .about-app-text p{font-size: 13px;}
        .about-app-section img { width: 60%; margin-bottom: 20px;}
    }
    /************************ about-app-section-section End************************/
    
    .testimonial-section{padding: 20px 0px; background-color: #fff;}
    .testimonial{padding:20px 10px;}
    .testimonial-section h4{margin-bottom: 20px;}
    .testimonial-section .slide-box{
        position: relative;
        min-height: 150px; 
        background-color: #fff;
        border-radius: 10px; 
        border:1px solid #f1f1f1;
        padding: 15px;
        margin: 10px;
        box-shadow: 0px 0px 1px 2px #ccc;
        transition: 0.5s;
    }
    .testimonial-section .slide-box:first-child{margin-left: 10px;}
    .testimonial-section .slide-box:last-child{margin-right: 10px;}
    
    .testimonial-section .slide-box .fdb-cont{width: 100%;margin-left: 0px;}
    .testimonial-section .slide-box .fdb-cont h4{
        margin: 0px;
        padding-top: 0px;
        display: inline-block;
        width: 100%;}
    .testimonial-section .slide-box .fdb-cont h4 .date{float: right; margin-top: 3px; font-size: 12px}
    .testimonial-section .slide-box .fdb-cont h4 a{
        color:#02418a; 
        font-weight: 500; 
        font-size: 16px;
        float: left;
    }
    .testimonial-section .slide-box .fdb-cont h5{margin:0px; line-height: 16px; font-size: 14px}
    .testimonial-section .slide-box .fdb-cont h5 a{color:#f26522; font-size: 14px;}
    .testimonial-section .slide-box .fdb-cont p{padding: 0px 0px 10px; font-size: 14px; text-align: justify;}
    
    .testimonial-section .slide-box .fdb-cont .tf span{float: left; color:#333; font-size: 9px}
    .testimonial-section .slide-box .fdb-cont .tf .star i{color:#41579c;}
    
    
    .testimonial-section .slick-prev, .testimonial-section .slick-next {display: block !important;}
    .testimonial-section .slick-prev, .testimonial-section .slick-next {
        top: -17%;
        width: 22px;
        height: 22px;
        border-radius: 17px;
    /*    background-color: #6d6b6a;*/
        box-shadow: 0 0 5px #999;
        /* transform: skew(-20deg); */
    }
    .testimonial-section .slick-prev:before, 
    .testimonial-section .slick-next:before { font-size: 17px; color: #000;}
    .testimonial-section .slick-next {right: 1%;}
    .testimonial-section .slick-prev {right: 4% !important; left: auto;}
    
    @media only screen and (max-width: 767px)
    {
        .testimonial-section{padding: 10px 0px; background-color: #fff;}
        .testimonial{padding:20px 10px;}
        .testimonial-section h4{margin-bottom: 10px;}
        .testimonial-section .slide-box{ padding: 15px; margin: 10px;
        box-shadow: 0px 0px 5px 1px #ccc;}
        .testimonial-section .slide-box .fdb-cont p{font-size: 13px;}
    
        .testimonial-section .slick-prev, 
        .testimonial-section .slick-next {display: none !important;}
    }
    /************************ TESTIMONIALS End************************/
    
    .advertise-section{padding: 20px 0px}
    .advertise-section h4{margin-bottom: 20px;}
    .advertise-section .inner-advertise{background-color: #f1f1f1; padding: 20px 10%}
    .advertise-section .inner-advertise h5{text-align: center;}
    .advertise-section .inner-advertise p{text-align: center;}
    .advertise-section .inner-advertise input,
    .advertise-section .inner-advertise select{font-size: 14px; height: 40px}
    @media only screen and (max-width: 767px)
    {
        .advertise-section{padding: 20px 0px 0px}
        .advertise-section h4{margin-bottom: 10px;}
        .advertise-section .inner-advertise{background-color: #f1f1f1; padding: 20px 0%}
        .advertise-section .inner-advertise h5{font-size: 16px}
        .advertise-section .inner-advertise p{font-size: 13px}
        .advertise-section .inner-advertise input,
        .advertise-section .inner-advertise select{font-size: 13px}
    }
    /************************ advertise-section End************************/
    
    
    .active{font-weight: 600; color: #066a0a}
    @media only screen and (max-width: 767px)
    {
        .h4m{font-size: 16px !important}
        .pm{font-size: 13px !important}
    }
    
    
    
    /* ##########################-Catering home page####################### */
    .catering-service{background-color: #f1f1f1; margin: 10px 0px; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc}
    .catering-service .service-box{padding: 2px 0px;}
    .catering-service .service-box span{width: auto; height: auto;  padding: 10px; border-radius: 50%; 
        display: inline-block; box-shadow: 0px 0px 3px #162c75;}
    .catering-service .service-box span img{width: 60px; height: 60px !important; 
      padding: 5px; box-shadow: 0px 0px 3px #162c75; border-radius: 50%;}
    @media only screen and (max-width: 767px)
    { 
      .catering-service .service-box span{ padding: 3px; box-shadow: 0px 0px 2px #162c75;}
      .catering-service .service-box span img{width: 40px; height: 40px !important; padding: 3px; box-shadow: 0px 0px 2px #162c75;}
    }
    
    /* zoopgo welcome-section */
    .welcome-section{padding: 40px 0px; margin-bottom: 30px; /*background-color: #f4ecec;*/}
    .welcome-section .welcome-content{width: 100%}
    .welcome-section .welcome-content h3{margin-bottom: 10px; font-size: 33px}
    .welcome-section p{margin-bottom: 0px}
    .welcome-section p strong{color:#012b77 }
    
    .welcome-section .welcome-box{display: flex;border-bottom: 1px solid #ccc;
        margin-bottom: 10px;  padding-bottom: 10px;}
    .welcome-section .welcome-box .welcome-icon img{ width: 60px; margin-top: 0px;}
    
    .welcome-section .welcome-box .welcome-cont{margin-left: 10px;}
    .welcome-section .welcome-box .welcome-cont h4{margin-bottom: 0px;font-size: 14px; font-weight: 600;}
    .welcome-section .welcome-box .welcome-cont p{padding: 3px 0px; }
    
    .welcome-section figure{width: 100%; padding: 0px;}
    .welcome-section figure img{width: 100%; margin-top: 0px;}
    @media only screen and (max-width: 767px)
    {
      .welcome-section{padding: 0px 0px; margin-bottom: 30px;}
      .welcome-section .welcome-content h3 { font-size: 18px;}
      .welcome-section .welcome-box .welcome-icon img{ width: 40px;}
    }
    
    
    .filter-btn{border: 1px solid #ccc; border-radius: 30px;  padding: 5px; }
    .filter-btn span{
        border: 1px solid #ccc; 
        border-radius: 15px;
        padding: 5px 10px;
        font-size: 12px;
        display: inherit;
        background-color: #f1f1f1;
        color: #000;
        text-align: center;
        transition: 0.8;
       }
    .veg{width:100%;}
    .veg span{width:48.7%;}
    .filter-btn .veg-active{background-color: #28a745; color: #fff}
    .filter-btn .guest-count-active{background-color: #f00; color: #fff}
    
    /*special occasion*/
    .special-occasions-section{padding: 20px 0px; background-color: #f1f1f1; margin: 10px 0px; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc}
    .special-occasions-section .special-occasions-box{position: relative; margin-bottom: 10px; text-align: center;}
    .special-occasions-section .special-occasions-box img{width: 100%; max-height: 200px; border-radius: 25px}
    .special-occasions-section .special-occasions-box a{
      color: #000;
      text-decoration: none;
      padding: 14px 20px;
      margin: 0px auto;
      display: block;
      text-align: center;
      font-weight: 600;
    }
    
    @media only screen and (max-width: 767px)
    {
      .special-occasions-section{padding: 10px 0px}
    }
    /*special occasion end*/
    /*gallery-section*/
    .gallery-section{padding: 40px 0px}
    
    .nav-tabs{ border-bottom:none }
    .nav-tabs li{border-right:0px !important; }
    .nav-tabs li a{
      border:1px solid #ccc; 
      background-color: #fff; 
      border-radius: 3px; 
      border:1px solid #ccc !important;
      font-weight: normal;
      margin: 0px 20px 40px;
    }
    .nav-tabs li a.active{color:#fff !important; background-color: #012b72 !important}
    
    .gallery-section ul{padding:0px;list-style: none; margin: 0px auto; display: table; text-align: center;}
    .gallery-section ul li{ border-right:1px solid #000;font-size: 14px; float: left; font-weight: 600; padding:0px 5px}
    .gallery-section ul li:last-child{ border-right:0px solid #000;}
    .gallery-section p{font-weight: 600; font-size: 16px}
    .gallery-section .gallery-box{position: relative; text-align: center;}
    .gallery-section .gallery-box img{width: 100%; height: 250px}
    .gallery-section .gallery-box .vertical-img{width: 100%; height: 510px}
    .gallery-section .gallery-box a{
      background-color: #ecefeddb;
      color: #000;
      text-decoration: none;
      padding: 7px 7px;
      position: absolute;
      width: 90%;
      left: 0;
      right: 0;
      bottom: 15px;
      margin: 0px auto;
      box-shadow: 0px 0px 3px #000;
    }
    
    @media only screen and (max-width: 767px)
    {
      .gallery-section{padding: 10px 0px}
      .nav-tabs li{padding: 0px 0px !important;}
      .nav-tabs li a{ margin: 0px 5px 10px;}
      .gallery-section ul li { font-size: 12px; float: left; margin-bottom: 3px;}
      .gallery-section .gallery-box img{width: 100%; height: 160px}
      .gallery-section .gallery-box .vertical-img{width: 100%; height: auto;}
      .gallery-section .gallery-box a {padding: 7px 7px; width: 95%; font-size: 12px;}
    }
    /*gallery-section end*/
    /*listed-section*/
    .listed-section{padding: 30px 0px; background-color: #3d464d;color: #fff}
    .listed-box h4{font-size: 20px; color: #fff}
    .listed-box ul{padding: 0px; list-style: none;}
    .listed-box ul li{position: relative; color: #fff; padding: 5px 25px;}
    .listed-box ul li:before{
      font-family: "Font Awesome 5 Free";
        font-weight: 600;
        content: "\f00c";
        left: 0px;
        top: 5px;
        font-size: 15px;
        position: absolute;
        color: #28a745;}
    /*listed-section end*/
    /* ##########################-Catering home page end####################### */
    
    /* ##########################-photography home page####################### */
        /*best-wedding-section*/
        .best-wedding-section{background-color:#f6f6f6; 
        /*  margin-top: 20px; */
          padding: 15px 0px;
          border-top: 2px solid #f1eeee;
          border-bottom: 2px solid #f1eeee;}
         .best-wedding-section h3{margin-bottom: 8px;} 
         .best-wedding-section ul{list-style: none; padding: 0px; width: 60%; margin: 0px auto; display: flex;} 
         .best-wedding-section ul li{
          color: #028829;
          border-right: 1px solid #028829; 
          padding: 0px 5px;
          font-weight: 600;
          font-size: 16px;
        } 
         .best-wedding-section ul li:last-child{border-right: 0px solid #fff} 
         .best-wedding-section p{text-align: center;} 
        @media only screen and (max-width: 767px)
        { 
          .best-wedding-section ul { width: 100%; display:block;}
          .best-wedding-section ul li {
              font-size: 11px;
              width: 50%;
              float: left;
              text-align: center;
              margin-bottom: 10px;
          }
          .best-wedding-section ul li:nth-child(2){border-right: 0px solid #fff}
          .best-wedding-section ul li:last-child{border-right: 0px solid #fff}  
        }
        /*best-wedding-section end*/
    
        .text-on-img{background-color: #0e8536;
            text-decoration: none;
            padding: 7px 20px !important;
            position: relative;
            left: 0;
            right: 0;
            bottom: 15px;
            margin: 0px auto;
            box-shadow: 0px 0px 3px #000;}
    
            /* photographer page   */
        .photographer-slider {
            width: 100%;
            min-height: 400px;
            background-image: url(../images/banner/photography-services.jpg);
            background-size: 100% 100%;
        /*  background: linear-gradient(to bottom, #ffeecd 0%, #ffd88f 81%);*/
            padding: 50px 18% 30px;
            /* border-bottom: 3px solid #0a3277; */
        }
        
        .photographer-slider h1 { font-size: 24px; padding: 0px; text-align: center; color: #1c51a9;
            text-transform: uppercase; font-weight: 600;}
        .photographer-slider h6{ color: #000; font-size: 14px;}
        .photographer-slider .list {text-align: center; margin-bottom: 30px;}
        .photographer-slider .list span{ font-size: 14px; padding: 10px;}
        
        .photographer-banner-form {margin-top:10px; padding: 15px 15px 0px; background-color: #fff; }
        .loan-banner-form h5{margin-bottom:20px; font-size: 18px; }
        
        .photographer-banner-form .loan_step_1 {display: block;}
        .photographer-banner-form .loan_step_2 {display: none;}
        .back-btn {float: left; color: #ccc; padding: 10px 0px; transition: 0.5s;}
        .back-btn:hover{color: #000;}
        
        .radio-section ul {
            grid-gap: 1.5rem;
            max-height: 20rem;
            min-height: 10rem;
            overflow-y: auto;
            padding: 0px;
        }
        
        .form-radio li {
            width: 31.8%;
            float: left;
            border-radius: 3px;  
            flex-wrap: wrap;
            list-style: none;
            border: 1px solid #ccc;
            position: relative;
            margin: 5px;
        }
        .form-radio li>label {width: 90%; font-size:16px; margin: 0px;}
        
        .form-radio [type=radio]:checked, .form-radio [type=radio]:not(:checked) {
            opacity: 0;
            pointer-events: none;
            position: absolute;
        }
        .form-radio [type=radio]:checked+label, .form-radio [type=radio]:not(:checked)+label {
            padding: 6px 5px;
        }
        .form-radio.arrow [type=radio]:not(:checked)+label:before {  
            display: flex;
            background-color: #f3c5c5;
        }
        .form-radio.arrow [type=radio]:checked+label:after {
            display: flex;
            background-color: #13b049;  
        }
        .form-radio.arrow [type=radio]:checked+label:after, 
        .form-radio.arrow [type=radio]:checked+label:before, 
        .form-radio.arrow [type=radio]:not(:checked)+label:before {  
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
            content: "\f105";
            font-size: 11px;
            padding: 0px 6px;
            width: 16px;
            height: 16px;
            /* position: absolute; */
            color: #000;  
        }
        .form-radio.arrow [type=radio]+label:after, 
        .form-radio.arrow [type=radio]+label:before {
            border: 0;
            border-radius: 100%;
            bottom: 0;
            margin: auto;
            position: absolute;
            right: 10px;
            top: 0;
            transform: inherit;
            transition: none;
        }
        
        
        .photographer-banner-form .submit {
            border: 0px;
            border: 0px;
            background-color: #07387d;
            color: rgb(255, 255, 255);
            padding: 9px 10px;
            width: 100px;
            margin-top: 0px;
            transition: 0.5s;
            border-radius: 5px;
        }
        .photographer-banner-form .submit:hover {opacity: 0.6;}
        .photographer-banner-form .loan-banner-form-back {
            margin-bottom: 0px;
            padding: 0px 19px;
            font-size: 14px;
            color: #ccc;
            cursor: pointer;
            margin-top: 5px;
        }
        
        .form-buttom{background-color: #f1efef; color: #000; text-align: center;padding: 10px;}
        @media only screen and (max-width: 767px)
        {
            .photographer-slider {min-height: 230px; padding: 20px 0% 10px;}
            .photographer-slider h1 {font-size: 15px; padding: 5px;}
            .photographer-slider .loan-banner-text {padding: 0px 10px;width: 100%;}
            .photographer-banner-form .submit {padding: 4px 6px; width: auto;
            min-width: 70px; font-size: 13px;}
        
            .form-radio li { width: 94%;}
            .form-radio li>label {font-size: 13px;}
        }
          
    /* ##########################-photography home page end####################### */
    
    /* ##########################-profile page end####################### */
    .profile-banner img {width: 100%;}
    .profile-banner-section .profile {
        width: 98%;
        padding: 15px;
        margin: 0px auto;
        margin-top: -46px;
        background-color: #fff;
        position: relative;
    }
    .profile-banner-section .profile ul li {width: 23%; float: left; border-right: 1px solid #000;}
    .profile-banner-section .profile ul li:last-child{width: 25%; border-right: 0px solid #000;}
    .icon-rotate-45 {
      filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.5);
      -webkit-transform: rotate(-32deg);
      -moz-transform: rotate(-32deg);
      -ms-transform: rotate(-32deg);
      -o-transform: rotate(-32deg);
      transform: rotate(-32deg);
      display: inline-block;
    }
    @media only screen and (max-width: 767px)
    {   
        .profile-banner-section .profile ul{margin-top: 20px;}
        .profile-banner-section .profile ul li {width: 33%;}
        .profile-banner-section .profile ul li a{display: grid; font-weight: 600; text-align: center; font-size: 12px;}
        .profile-banner-section .profile ul li:last-child{width: 100%; margin-top: 20px;}
        .profile-banner-section .profile ul li:last-child a{display: block;}
    }
    /*.service-area{ display: inline-flex; }*/
    .service-area strong{width: 27%; text-transform: uppercase;}
    .service-area span a{text-decoration: none; color: #000; font-weight: 500; padding: 3px 10px 3px 0px;
        font-size: 13px;}
    .service-area span a:hover{text-decoration: underline; color: #0f7fde;}
    @media only screen and (max-width: 767px)
    { 
        .service-area{ display: block; }
        .service-area strong{width: 100%; font-size: 13px;}
        .service-area span a{font-size: 13px; font-weight: normal;}
    }
    /*our-galary*/
    .our-galary .nav-tabs {border-bottom: 2px solid #dee2e6;}
    .our-galary .nav-tabs .nav-item {margin-bottom: 0px;}
    .our-galary .nav-tabs .nav-link {border: 0px solid transparent !important; text-transform: uppercase;
        border-top-left-radius: 0rem; border-top-right-radius: 0rem;}
    .our-galary .nav-tabs .nav-link.active {background-color:inherit !important; color: #00295d !important;}
    
    .our-galary .galary-img{ width: 100%; height: 200px; }
    .our-galary .galary-img img{ width: 100%; height: 190px;}
    @media only screen and (max-width: 767px)
    { 
        .our-galary .galary-img{ width: 100%; height: 100px; }
        .our-galary .galary-img img{ width: 100%; height: 100px;}
    }
    /*major-service*/
    .major-service{background-color: #fff2f2; margin: 10px 0px; padding: 15px 0px;}
    .major-service .service-box{padding: 2px 0px;}
    .major-service .service-box span{width: auto; height: auto;  padding: 10px; border-radius: 50%; 
        display: inline-block; box-shadow: 0px 0px 3px #162c75;}
    .major-service .service-box span img{width: 60px; height: 60px !important; 
      padding: 5px; box-shadow: 0px 0px 0px #162c75; border-radius: 50%;}
    @media only screen and (max-width: 767px)
    { 
      .major-service .service-box span{ padding: 3px; box-shadow: 0px 0px 2px #162c75;}
      .major-service .service-box span img{width: 40px; height: 40px !important; padding: 3px; box-shadow: 0px 0px 2px #162c75;}
    }
    
    /* ask-question */
    .ask-question {display: flex; padding: 15px}
    .ask-question img {width: 50px; height: 50px;border-radius: 50%}
    
    /* reviews-box  */
    .reviews-box {text-align: center; display: inline-block; box-shadow: 0 0 1px #dfdcdc; padding: 10px}
    .reviews-box h3 {margin: 0; font-size: 78px}
    
    .rating-box ul li {display: inline-block; width: 16%; height: 5px; background-color: #0c9012;
        font-size: 12px}
    .review-form i { font-size: 12px}
    .rating-box span {float: right; padding: 0; font-weight: 500; margin-top: 2px}
    
    .social-icon a {
        padding: 3px 4px;
        width: 20px;
        height: 20px;
        text-align: center;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        font-size: 10px;
    }
    .social-icon a.fb-bg {background-color: #3b5998}
    .social-icon a.tw-bg {background-color: #2f93ff}
    .social-icon a.in-bg { background-color: #007bb7}
    a.instra-bg {background-image: linear-gradient(to bottom right,#f93a3a,#ce0f6d)} 
    
    @media only screen and (max-width: 767px)
    {
        .reviews-box {box-shadow: 0 0 0px #dfdcdc;}
        .reviews-box h3 {font-size: 40px}
    }
    /* ###################-freelance-section-###############*/
    .freelance-section{ padding: 20px 0px 40px;}
    .freelance-section .freelance-box h4{font-size: 20px;}
    .freelance-section .freelance-box figure{ margin-bottom: 8px;}
    .freelance-section .freelance-box figure img{
        width: 100px;
        height: 100px; 
        border-radius: 50%;
        border: 1px solid #ccc;
        padding: 5px;
    }
    .freelance-section .freelance-box .rating{color: #454545;}
    .freelance-section .freelance-box .rating span{color: #454545; padding-left: 10px;}
    .freelance-section .freelance-box ul{list-style: none; padding: 0px;}
    .freelance-section .freelance-box ul li{padding: 3px 10px; margin:5px 2%; background-color: #f1f1f1; width: 46%; list-style: none !important;}
    /* ###################-freelance-section end-###############*/
    
    /* ###################-app page-###############*/
    .app-banner{
        width: 100%; 
        height: 400px; 
        background-image: url(../images/banner/app-banner2.jpg);
        background-repeat: no-repeat; 
        background-size: 100% 100%;
    }
    .app-banner img{max-width: 100%; height: 400px;}
    .app-banner .text{padding-top: 13px; color: #00295d;}
    .app-banner .text p{font-size: 55px; font-weight: 100; line-height: 65px;}
    .app-banner .text h2{font-size: 70px; font-weight: 700; color: #00295d;}
    .app-banner .text .btn{font-size: 26px; font-weight: 600; background-color: #00295d;; color: #ffffff;}
    .app-banner .app-logo{padding: 0px 0% 0px}
    .app-banner .app-logo img{width: auto; height: 40px}
    @media only screen and (max-width: 767px)
    {   .app-banner{height: 150px;}
        .app-banner img{max-width: 100%; height: auto;}
        .app-banner .text p{font-size: 16px; font-weight: 400; line-height: 20px;}
        .app-banner .text h2{font-size: 22px; font-weight: 700;}
        .app-banner .text .btn{font-size: 16px; font-weight: 600; margin-bottom: 25px;}
    }
    .why-choose-us{ background-color: #fff; margin: 20px 0px; padding: 40px 0px}
    .why-choose-us h4{ margin-bottom: 30px; text-align: center;}
    
    .why-choose-us .why-choose-us-box{ padding: 15px; border: 0px solid #ccc}
    .why-choose-us .why-choose-us-box figure span{
        height: 80px; 
        width: 80px; 
        border: 2px solid #4f4e4e;
        border-radius: 50%; 
        display: inline-block;
    }
    .why-choose-us .why-choose-us-box figure img{width: 50px; margin-top: 20px;}
    .why-choose-us .why-choose-us-box figure img.average{ width: 156px; }
    .why-choose-us h3{ color: #0c5ca1; font-size: 35px; }
    .why-choose-us h5{color: #000; text-align: center; font-size: 18px; font-weight: 600;}
    .why-choose-us p{color: #000; text-align: center; font-size: 16px;}
    @media only screen and (max-width: 767px)
    {
        .horizontal-scroll{overflow-x: scroll; overflow-y: hidden;}
        .horizontal-scroll .inner-scroll-width{width: max-content;}
    
        .why-choose-us h4{ margin-bottom: 10px; text-align: center;}
        .why-choose-us{padding: 12px 0px}
        .why-choose-us .why-choose-us-box{ padding: 10px 5px; width: 140px}
        .why-choose-us .why-choose-us-box figure{margin-bottom: 5px}
        .why-choose-us .why-choose-us-box figure span{
            height: 50px; width: 50px; border: 1px solid #4f4e4e;
        }
        .why-choose-us .why-choose-us-box figure img{ width: 30px; margin-top: 10px;}
        .why-choose-us h5{font-size: 14px; margin-bottom: 0px}
        .why-choose-us p{font-size: 13px; margin-bottom: 0px}
    }
    /* ###################-app page end-###############*/
    
    /* ###################-About us page-###############*/
    .about-us-section {
        background-image: url(../images/about-us-banner.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 100%;
        height: 300px;
      }
      
      @media only screen and (max-width: 640px) and (min-width: 320px) {
        .about-us-section {height: 100px; }
      }
      .strength {
        background-image: url(../images/strength-bg.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 100%;
        height: auto;
        padding: 40px 0px;
      }
      .strength ul li {display: inline-flex; color: rgb(255, 255, 255); width: 24%;}
      .strength ul li .strength-data {display: flex;}
      .strength ul li .strength-data span {
        border-right: 2px solid rgba(0, 26, 74, 0.86);
        font-size: 42px;
        padding-right: 15px;
        font-weight: 600;
      }
      .strength ul li .strength-data h4 {font-size: 30px; padding-left: 15px;}
      
      @media only screen and (max-width: 640px) and (min-width: 320px) {
        .strength {padding: 10px 0px;}
        .strength ul {padding: 0px;}
        .strength ul li {display: block; width: 100%; margin-bottom: 10px; }
        .strength ul li .strength-data {display: flex; }
        .strength ul li .strength-data span {
          border-right: 2px solid rgb(255, 255, 255);
          font-size: 20px;
          padding-right: 15px;
          font-weight: 600;
        }
        .strength ul li .strength-data h4 {font-size: 20px;padding-left: 15px;}
      }
      .why-we-work {
        overflow: hidden;
        background-color: rgb(255, 255, 255);
        padding: 40px 10px 20px;
        color: rgb(0, 0, 0);
      }
      .why-we-work h5 {
        margin-bottom: 40px;
      }
      .why-we-work h2 {
        color: rgba(11, 74, 183, 0.858);
        margin-bottom: 10px;
      }
      .why-we-work figure {
        text-align: center;
      }
      .why-we-work figure img {
        width: 100%;
      }
      .why-we-work .work-with figure {
        width: 50px;
        height: 40px;
        float: left;
      }
      .why-we-work .work-with figure img {
        width: 100%;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        border: 2px solid #ccc;
        padding: 3px;
      }
      .why-we-work .work-with .work-with-text {
        padding-left: 15px;
        display: flow-root;
      }
      .why-we-work .work-with .work-with-text h5 {
        font-size: 16px;
      }
      
      @media only screen and (max-width: 640px) and (min-width: 320px) {
        .why-we-work {
          padding: 20px 10px 10px;
        }
        .why-we-work h5 {
          font-size: 16px;
          margin-bottom: 10px;
        }
        .why-we-work h2 {
          margin-bottom: 10px;
        }
        .why-we-work figure {
          text-align: center;
        }
        .why-we-work figure img {
          width: 100%;
        }
      }
    
      .about-our-services {padding: 40px 0px;}
      .about-our-services .about-service-box {
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        padding: 15px;
        height: 264px;
        text-align: center;
      }
      .about-our-services .about-service-box a {text-decoration: none;}
      .about-our-services .about-service-box a img {width: 30%; margin-bottom: 10px;}
      .about-our-services .about-service-box a h4 {
        font-size: 16px;
        color: rgba(11, 74, 183, 0.858);
      }
      .about-our-services .about-service-box p {text-align: justify; }
      
      @media only screen and (max-width: 640px) and (min-width: 320px) {
        .about-our-services {
          padding: 20px 0px;
        }
        .about-our-services h5 {
          font-size: 14px;
        }
        .about-our-services .service-box {
          padding: 15px;
          height: auto;
        }
        .about-our-services .about-service-box a img {
          width: 40%;
          margin-bottom: 20px;
        }
        .about-our-services .about-service-box a h4 {
          font-size: 14px;
        }
        .about-our-services .about-service-box p {
          text-align: justify;
        }
        .about-our-services .border-right-0 {
          border-right: 1px solid #ccc !important;
        }
        .about-our-services .border-bottom-0 {
          border-bottom: 1px solid #ccc !important;
        }
      }
    /* ###################-About us page end-###############*/
    /* ###################-contact us page-###############*/
    .contact-section{padding:40px 0px 10px;}
    .contact-section h3{font-size: 22px;}
    .contactus-banner img{width: 100%; max-height: 350px;}
    .contact-form{ width: 100%; padding: 15px 0px 10px; box-shadow: 0px 0px 0px #404346;}
    .contact-form h4{color:#fff; font-size: 20px;}
    .contact-form .form-group {display: flow-root;}
    .contact-form .input {height: 46px; width: 100%;}
    
    .contact-box{width: 100%; background-color: #fff; min-height: 130px; padding:10px 0px; box-shadow: 0px 0px 0px #000;}
    .contact-box-inner{background-color: #fff; border: 1px solid #ccc; padding: 10px;}
    .contact-box-inner h5{margin: 5px 0px; font-size: 16px; font-weight: 500; color: #025a20}
    .contact-box-inner p{padding: 0px; margin-bottom: 3px; font-size: 13px;}
    @media only screen and (max-width: 767px)
    {
        .contact-section h3{font-size: 18px;}
    }
    /* ###################-contact us page end-###############*/
    
    
    
    /*******************--bolg page--*****************************/
    .blog-banner{background-image: url(../images/blog-banner.jpg); background-repeat: no-repeat; 
      background-size: 100% 100%; height:250px; width: 100%;}
    .blog-page{padding:20px 0px;}
    .blog-page h3{ margin: 18px 0px;}
    
    
    .blog-section{margin-top: 30px;}
    .blog-box{background-color: #fff; padding: 10px; width: 100%;  position: relative;
      margin-bottom: 20px; 
      border-bottom: 3px solid #ccc;
      -webkit-box-shadow:0px 0px 36px #ccc; 
      -moz-box-shadow:0px 0px 36px #ccc;  
      box-shadow: 0px 0px 36px #ccc; 
    }
    .blog-box h3{font-size: 22px; padding: 10px 0px; margin: 0px;}
    .blog-box h3 a{text-decoration: none; color: #000}
    .blog-box h3:hover a{color: #0c7fda}
    
    .blog-box p{ padding: 0px 0px 30px; font-size: 14px;}
    .border-t5{border-top:5px solid #009F62;}
    .border-t4{border-top:4px solid #b7740f;}
    .border-t3{border-top:4px solid #f00;}
    .blog-img{position: relative; width: 100%; }
    .blog-img img{width: 100%; max-height: 300px;}
    .bloger-details{position:absolute; width: 90%; border-top: 1px solid #f1f1f1; padding: 10px 0px; bottom: 0px; display: flex; font-size: 14px;}
    .bloger-details img{width: 30px; height: 30px; margin-right: 10px;}
    .bloger-details .name a{font-size: 14px; color: inherit;}
    
    .small-blog-box{background-color: #fff; padding: 10px; width: 100%;  position: relative;
      border-bottom: 3px solid #ccc;
      -webkit-box-shadow:0px 0px 36px #ccc; 
      -moz-box-shadow:0px 0px 36px #ccc;  
      box-shadow: 0px 0px 36px #ccc; 
    }
    .small-blog-box h3{font-size: 16px; padding: 0px 0px 10px; margin: 0px;}
    .small-blog-box h3 a{text-decoration: none; color: #000}
    .small-blog-box h3:hover a{color: #0c7fda}
    
    .small-blog-box p{ padding: 0px 0px 0px; font-size: 14px;}
    .small-border-t3{border-top:3px solid #7bacff;}
    .small-blog-img{position: relative; width: 100%; }
    .small-blog-img img{width: 100%; max-height: 300px;}
    .small-bloger-details{position:relative; width: 100%; border-top: 1px solid #f1f1f1; padding: 8px 10px; bottom: 0px; display: flex; font-size: 14px;}
    .small-bloger-details img{width: 30px; height: 30px; margin-right: 10px;}
    .small-bloger-details .name a{font-size: 14px; color: inherit;}
    
    
    
    /* .blog-form{box-shadow: 0px 0px 5px #ccc;}
    .blog-form h4{font-size: 16px; padding: 10px; margin-bottom: 0px; border-bottom: 1px solid #ccc;}
    
    .blog-form  #msform fieldset{ padding-bottom: 10px;   
      background-image: linear-gradient(#2f4fa2, #487fc1); } */
    
    
    .service-blog{border:0px solid #ccc; padding:15px 15px 5px; margin-top: 20px; border-radius: 5px;}
    .service-blog h4{ text-transform: uppercase; font-size: 17px;
    color: #202427; padding-bottom: 16px; text-align: left; border-bottom: 2px solid #da0f32;}
    .service-blog ul{list-style: none; padding: 0px;}
    .service-blog ul li{padding: 0px 10px; border-bottom: 1px solid #ccc; display: flex; margin-bottom: 5px;}
    .service-blog ul li:last-child{border-bottom: 0px solid #ccc;}
    .service-blog ul li span{float: left; width: 85%; padding:5px 10px; font-size: 14px;}
    .service-blog ul li span:first-child{font-size: 22px;font-family: unset; border-right: 3px solid #335e95; color: #f00; font-weight: 600; width: 15%;  text-align: center;}
    
    .arrow-icon li{padding: 0px 10px 5px !important; position: relative; font-size: 14px; cursor: pointer;}
    .arrow-icon li:before{  
      font-family: "Font Awesome 5 Free";
      content: "\f101";
      display: inline-block;
      position: absolute;
      top: 5px;
      padding-right: 10px;
      font-size: 16px;
      vertical-align: middle;
      font-weight: 900;}
    .arrow-icon li a{padding:5px 10px 5px 20px; display: block; transition: 0.3s; text-decoration: none; color: inherit;}
    .arrow-icon li:hover a{padding-left:25px;}
    /*******************--bolg page end--*****************************/
    
    /*******************--bolg details page--*****************************/
    .blog-details-banner{background-image: url(/img/banner-default.jpg); background-repeat: no-repeat; background-size: 100% 100%; height:250px; width: 100%;}
    
    .blog-details{padding:20px 0px; margin-top: 30px;}
    .blog-details h3{ margin: 18px 0px;}
    
    
    .blog-details-box{ box-shadow: 0px 0px 3px #948e8f; margin-bottom: 10px; padding: 15px; overflow: hidden;}
    .blog-details-box .blog-img{ width: 100%; float: left; margin-right: 2% }
    .blog-details-box .blog-img img{ width: 100%; max-height: 400px;}
    
    .blog-details-box h4{ font-weight: 500; font-size: 20px;}
    .blog-details-box h5{ font-weight: 400; font-size: 18px;}
    .blog-details-box h6{ font-weight: 600; color: #f00; font-size: 14px;}
    .blog-details-box a{text-decoration: none; font-weight: bold;}
    .blog-details-box .blog-text {width: 100%; padding: 10px 0px; float: left; font-size: 14px;}
    
    .comment-icon{float: right; cursor: pointer;}
    .comment-form{width: 100%; border: 1px solid #ccc; padding:15px; margin-top: 15px; display: none;}
    
    
    .recent-post{border:1px solid #ccc; padding:15px 10px; margin-top: 20px; overflow: hidden; border-radius: 0px; box-shadow: 0px 0px 0px #b5b3b3;}
    .recent-post h4{text-transform: uppercase; font-size: 18px;
    color: #202427; padding-bottom: 16px; text-align: center; border-bottom: 2px solid #da0f32;}
    
    .recent-post .recent-img{text-align: center; padding:3px 0px; float: left;}
    .recent-post .recent-img img{ width: 100px; border-radius: 3px; }
    
    .recent-post .recent-text{ width: calc(100% - 100px); padding: 0px 0px 0px 10px; display: inline-block;}
    .recent-post .recent-text p{margin-bottom: 0px;}
    .recent-post .recent-text p a{color: #18364a; font-weight: 500; font-size: 14px; text-decoration: none;}
    .recent-post .recent-text p:hover a{color: #db0f31;}
    .recent-post .recent-text ul{list-style: none; padding: 0px;}
    .recent-post .recent-text ul li{padding: 0px 5px; font-style: italic; float: left;}
    .recent-post .recent-text ul li a{text-decoration: none; font-size: 14px; color: #989b9f; font-weight: 400;}
    .recent-post .recent-text ul li a:hover{color: #db0f31;}
    
    /* Css for authers... */
    
    .autor-section{padding: 15px; 
      margin-top: 30px; 
      background-color: #f7f1f1;color: #000000;
      background-size:100% 100%;
      background-repeat:no-repeat;
      box-shadow: 0px 0px 2px #1c1c1c; 
      margin-bottom: 20px;
    }
    .autor-section img{ width: 120px; height: 120px; margin-top: 20px; border-radius: 50%; border: 2px solid #747070;}
    .autor-section a{color:#000000; text-decoration: none;}
    
    .author-social{border-top: 1px solid #dbd0d0; padding-top: 10px;}
    .author-social a{width: 35px; height: 35px; overflow: hidden; display: inline-block;}
    .author-social a img{width: 30px; height: 30px; border: 0px; margin: 0px; transition: 0.5s;}
    .author-social a:hover img{width: 35px; height: 35px; padding: 2px;}
    svg.w-5.h-5 { width: 30px; }
    .flex.justify-between.flex-1.sm\:hidden {
        display: none !important;
    }
    /* Css for authers... */
    
    /*******************--bolg details page end--*****************************/
    
    
    /*****************partner page******************/
    .partner-slider{width: 100%; display: table; position: relative;}
    .partner-slider .carousel-inner .carousel-item img {width: 100%;  height: 440px;}
    .partner-slider .banner-text{width: 50%; position: absolute; top: 65px; left: 5%; right: 0px;}
    .partner-slider .banner-text h1{color: #fff; font-size: 42px; font-weight: 600; 
       text-shadow: 0px 0px 0px #fff;}
    .partner-slider .banner-text h2{color: #fff; font-size: 18px;}
    .offer{background-color: #fff;
        position: absolute;
        bottom: 6%;
        z-index: 98;
        left: 6%;
        padding: 3px 10px;
        box-shadow: 0px 0px 52px #000;
        font-size: 20px;
        font-weight: 600;
        color: #003366;
        border-radius: 7px;}
    
    @media only screen and (max-width: 640px) and ( min-width: 320px)
    {   .partner-slider .carousel-inner .carousel-item img {height: 267px;}
        .partner-slider .banner-text {top: 20px;
          left: 0%;
          right: 0px;
          width: 96%;
          margin: 0px auto;}
        .partner-slider .banner-text h1{font-weight: 500; font-size: 18px;}
        .partner-slider .banner-text h2{font-weight: 400; font-size: 14px; font-size: 14px;}
        .offer {bottom: 2%; left: 6%; font-size: 12px; border-radius: 0px;}
    }
    
    .partner-form{background-color: #fff;
        position: absolute;
        top: 23%;
        z-index: 98;
        right: 6%;
        padding: 15px 15px;
        width: 320px;
        box-shadow: 0px 0px 2px #000;
    }
    .partner-form h4{font-size: 16px; font-weight: 600; text-align: center;}
    .partner-form label{font-size: 14px; margin-bottom: 2px;}
    .partner-form input{padding: 0px 10px; height: 38px; font-size: 14px;}
    .partner-form select{padding: 0px 10px; height: 38px; font-size: 14px;}
    .partner-form .btn-color{background-color: #052f74; color: #fff; padding: 5px 15px; font-size: 13px;
    border: 0px; margin: 10px 0px;}
    .partner-form p{ font-size: 10px; }
    
    @media only screen and (max-width: 640px) and ( min-width: 320px)
    {   .partner-form{ top: 16%; right: 0%; padding: 15px 15px;
        width: 97%; margin: 10px auto; position: relative;}
        .partner-form h4{font-size: 16px; padding: 10px 0px;}
        .partner-form .banner-form form { padding: 0px 0px;}
        
    }
    /*partner-whychoose-section*/
    .partner-whychoose-section{padding: 40px 0px 0px; margin: 50px 0px 2px; background-color: #f8f8f8;
    
    box-shadow: 0px 0px 4px #ccc;}
    .partner-whychoose-section figure{ margin-bottom: 0px; }
    .partner-whychoose-section figure img{width: 80%;}
    
    .partner-whychoose-section h4 small{font-size: 14px; font-weight: 600; display: block;}
    .partner-whychoose-section h4{ font-size: 34px; font-weight: 700; }
    .partner-whychoose-section h4 span{ display: block; }
    .partner-whychoose-section .common-box{padding: 10px 0px; width: 100%; transition: 0.5s; 
        display: flex; min-height: 100px;}
    
    .partner-whychoose-section .common-box .advantage-img{width: auto; position: relative;
     border-radius: 0px 20px; padding: 5px 10px; float: left;}
    .partner-whychoose-section .common-box .advantage-img img{width: 44px;}
    
    .partner-whychoose-section .common-box .advantage-box{width: auto; float: left; padding: 0px 5px; text-align: left;}
    .partner-whychoose-section .common-box .advantage-box h3{color: #1ab64f; font-size: 16px; font-weight: 600; padding: 0px 0px}
    .partner-whychoose-section .common-box .advantage-box p{color: #000; font-size: 14px; font-weight: 600; padding-top: 0px;}
    
    @media only screen and (max-width: 640px) and ( min-width: 320px)
    {
        .partner-whychoose-section{padding: 30px 0px 0px; margin: 20px 0px 2px;}
        .partner-whychoose-section figure img{width: 100%;}
        .partner-whychoose-section h4 { font-size: 18px; text-align: center; margin-top: 15px;}
    }
    /*partner-step-section*/
    .partner-step-section{ background: linear-gradient(60deg,#fff,#fff); background-size: 100%; padding: 40px 0px}
    .partner-step-section h4{ margin-bottom: 40px; text-align: center;}
    .partner-step-section h4 small{display: block; font-size: 14px; font-weight: 600; color: #1ab64f;}
    .partner-step-section h4 span{border-bottom: 1px dashed #053a5b; padding-bottom: 5px;}
    
    .partner-step-section .partner-box{ background-color: #fff; padding: 15px; border: 0px solid #ccc; text-align: center;}
    .partner-step-section .partner-box figure{position: relative; width: 100px; height: 100px; display: inline-block;}
    .partner-step-section .partner-box figure img{ width: 100px; height: 100px; border: 3px solid #dcdcdc; padding: 5px; border-radius: 50%;}
    .partner-step-section .partner-box figure span{position: absolute; 
        left: -22px; 
        bottom: 22px;
        border: 4px solid #f6b3a5;
        padding: 4px; width:40px; height: 40px;
        background-color: #052f74;
        color: #fff;
        text-align: center;
        border-radius: 50%;
    }
    .partner-step-section h3{ color: #0c5ca1; font-size: 35px; }
    .partner-step-section h5{color: #000; text-align: center; font-size: 16px; font-weight: 600;}
    .partner-step-section p{color: #000; text-align: center; font-size: 14px;}
    
    @media only screen and (max-width: 640px) and ( min-width: 320px)
    {   
        .partner-step-section h4{ margin-bottom: 20px; font-size: 18px;}
    
        .partner-step-section .partner-box{ 
            padding: 5px; margin: 0px 3px;  display: table-caption; border: 1px solid #ccc;
            width: 257px;}
    
        .partner-step-section .partner-box figure{ width: 80px; height: 80px;}
        .partner-step-section .partner-box figure img{ width: 80px; height: 80px;}
        .partner-step-section .partner-box figure span{
            left: -22px; 
            bottom: 12px;
            border: 2px solid #f6b3a5;
            padding: 0px; width:30px; height: 30px;
        }
        .partner-step-section .scroll::-webkit-scrollbar{width:0px;}
        .partner-step-section .scroll::-webkit-scrollbar-track {box-shadow: inset 0 0 0px inherit; border-radius: 0px;}
        .partner-step-section .scroll::-webkit-scrollbar-thumb {background: inherit; border-radius: 0px;}
        .partner-step-section .scroll::-webkit-scrollbar-thumb:hover {background: inherit;}
        .partner-step-section .scroll .scroll-max-width{ width:max-content; }
    
        .partner-step-section .scroll{width: 100%; overflow-x: scroll; overflow-y:hidden; transition: 0.5s; float:left;}
        .partner-step-section .scroll::-webkit-scrollbar{width:0px; background-color: #fff;}
    
    }
    
    /*success-client*/
    .success-client-section{background-color: #052f74; padding: 40px 0px;}
    .success-client-section h4{ margin-bottom: 40px; text-align: center; color: #fff;}
    .success-client-section h4 small{display: block; font-size: 14px; font-weight: 600; color: #1ab64f;}
    .success-client-section h4 span{border-bottom: 1px dotted #fff; padding-bottom: 5px;}
    
    .success-client-section .success-client-box{position: relative;}
    .success-client-section .success-client-box img{width: 100%; height: 200px;}
    .success-client-section .success-client-box .client-name{
        position: relative;
        padding: 10px;
        background-color: #fff;
        min-height:198px;
    }
    
    .success-client-section .success-client-box .client-name h5{ 
        font-size: 16px;
        padding: 5px;
        font-weight: 600;
        color: #0a3a89;
        text-align: center;
    
    }
    .success-client-section .success-client-box .client-name h5 span{ display: block;}
    .success-client-section .success-client-box .client-name p{font-size: 14px; }
    @media only screen and (max-width: 640px) and ( min-width: 320px)
    { 
        .success-client-section{ padding: 20px 0px;}
        .success-client-section h4{ margin-bottom: 20px;}
        .success-client-section .success-client-box img{width: 100%; height: 150px;}
    }
    /*.success-client-section end*/
    
    .partner-faq{background:linear-gradient(30deg, #fff, #fff); padding: 40px 0px;}
    .partner-faq h3{font-size: 34px; color: #1ab64f}
    .partner-faq h3 small{font-size: 14px; display: block; color: #052f74; font-weight: 600;}
    .partner-faq h4{font-size: 18px;}
    .partner-faq p{font-size: 14px;}
    .partner-faq .btn{background-color: #052f74; border: 0px;}
    .partner-faq .card .card-header{ border-bottom: 1px dashed #052f74; margin-top: 10px;}
    .partner-faq .card .card-header h2 a{color: #052f74; padding: 10px 0px;}
    .partner-faq .card .card-header h2 a span{
        background-color: #052f74;
        color: #fff;
        border-radius: 50%;
        padding: 4px 10px;
        float: left;
        margin-top: -3px;
        margin-right: 10px;}
    @media only screen and (max-width: 640px) and ( min-width: 320px)
    { 
        .partner-faq{ padding: 20px 0px;}
        .partner-faq h3{font-size: 18px;}
    }
    /*****************partner page end*****************/
    
    
    /*****************join as pro*****************/
    .join-as-pro-section-container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-left: 2.5%;
      background-image: url("../images/join-as-pro-bg.jpg");
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
    }
    
    .join-as-pro-section-left {
      margin-left: 12px;
    }
    
    .join-as-pro-section-left ul {
      display: flex;
      justify-content: space-between;
      flex-direction: row;
      flex-wrap: wrap;
    }
    
    .join-as-pro-section-left ul li {
      width: 50%;
      padding: 15px 0;
      font-weight: 700;
      letter-spacing: 1px;
      padding-left: 20px;
      display: flex;
      position: relative;
      transition-duration: .3s;
    }
    
    .join-as-pro-section-left ul li:hover {
      padding-left: 30px;
      transition-duration: .3s;
      cursor: pointer;
    }
    
    .join-as-pro-section-left ul li:before {
      content: "\f054";
      font-family: "Font Awesome 5 Free";
      position: absolute;
      left: 0;
    }
    
    .join-as-pro-section-left h4 {
      color: #032c73;
      margin: 20px 0 10px 0;
    }
    
    .join-as-pro-section-left a {
      background-color: #032c73;
      padding: 6px 28px;
      border-radius: 19px;
      color: white;
      margin: 10px auto;
      display: flex;
      justify-content: center;
      width: fit-content;
      border: 2px solid #032c73;
      transition-duration: .3s;
    }
    
    .join-as-pro-section-left a:hover {
      color: #032c73;
      background-color: white;
      transition-duration: .3s;
    }
    
    @media only screen and (max-width: 640px) and (min-width: 320px) {
      .join-as-pro-section-container {
        flex-direction: column-reverse;
        padding: 0;
      }
    
      .join-as-pro-section-right {
        width: 100%;
      }
    
      .join-as-pro-section-left {
        margin: 12px;
      }
    }
    
    /*****************join as pro*****************/
    
     /*****************join as Partner*****************/
        .newPartnerFormTab {
          display: none;
        }
        
        form.newPartnerForm .m-2 h1 {
          color: #032c73;
          margin: .8rem 0;
        }
        
        form.newPartnerForm .m-2 h4 {
          color: #6d6d6d;
          font-weight: 400;
        }
        
        form.newPartnerForm .m-2 h5 {
          color: #032c73;
        }
        
        .newPartnerFormTab .form-control {
          border: 1px solid #000000;
          font-weight: 600;
          border-bottom: 3px solid;
          border-radius: 3px;
          padding: .45rem .75rem;
        }
        
        .newPartnerFormTab .form-control::placeholder {
          color: rgb(167, 167, 167);
          font-weight: 400;
        }
        
        .newPartnerFormTab .form-control input[type="value"] {
          color: rgb(201, 7, 7);
          font-weight: 400;
        }
        
        .newPartnerFormStep {
          margin: 28px 0;
          height: 5px;
          width: 28%;
          background-color: #bbbbbb;
          display: flex;
          position: relative;
          align-items: center;
          justify-content: center;
        }
        
        .newPartnerFormStepContainer span.newPartnerFormStep:before {
          position: absolute;
          width: 30px;
          height: 30px;
          background-color: #1ab64f;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 20px;
          color: white;
        }
        
        .newPartnerFormStepContainer span.newPartnerFormStep:nth-child(1):before {
          content: "1";
        }
        
        .newPartnerFormStepContainer span.newPartnerFormStep:nth-child(2):before {
          content: "2";
        }
        
        .newPartnerFormStepContainer span.newPartnerFormStep:nth-child(3):before {
          content: "3";
        }
        
        .newPartnerFormStepContainer span.newPartnerFormStep:nth-child(4):before {
          content: "4";
        }
        
        .newPartnerFormStep.active {
          opacity: 1;
          background-color: #1ab64f;
        }
        
        .newPartnerFormStep.finish {
          background-color: #04AA6D;
        }
        
        .newPartnerFormThankYouContainer {
          display: none;
          padding: 8rem 0 4rem 0;
        }
        
        .newPartnerFormTab label {
          display: flex;
        }
        
        .newPartnerFormTab input:focus {
          box-shadow: none;
        }
        
        .newPartnerFormTab input[type="radio"] {
          display: none;
        }
        
        .newPartnerFormTab input[type="checkbox"] {
          display: none;
        }
        
        
        .newPartnerFormTab.Tabi1 .col-4 {
          display: flex;
          flex-direction: row;
          align-items: center;
          flex-wrap: wrap;
          justify-content: space-between;
        }
        
        .newPartnerFormTab.Tabi1 .col-4 label {
          width: 45%;
          display: flex;
          flex-direction: column;
          align-items: center;
          padding: 1rem;
          margin: .25rem;
          border-radius: 3px;
          box-shadow: rgb(207 215 229) 1px 1px 10px 1px, rgb(207 215 229) 1px 1px 1px 2px, rgb(170 177 189) 1px 1px 1px 1px inset;
          font-weight: 700;
        }
        
        .newPartnerFormTab.Tabi1 .col-4 label:hover {
          background-color: #032c7330;
          cursor: pointer;
        }
        
        .newPartnerFormTab input[type="radio"]:checked+label {
          background-color: #032c7330;
          border-color: #7a7a7a;
        }
        
        .newPartnerFormTab label img {
          max-width: 50px;
        }
        
        .newPartnerFormTab input[type="radio"]+span {
          margin: .4rem .25rem;
          padding: 4px 8px;
          border: 1px solid #7a7a7a;
          border-radius: 3px;
          display: flex;
          align-items: center;
        }
        
        .newPartnerFormTab input[type="radio"]+span img {
          margin-right: 7px;
          height: 30px;
        }
        
        .newPartnerFormTab input[type="checkbox"]+span:hover {
          cursor: pointer;
        }
        
        .newPartnerFormTab input[type="checkbox"]:checked+span {
          background-color: #7a7a7a;
          color: white;
        }
        
        .newPartnerFormTab input[type="radio"]+span {
          margin: .4rem .25rem;
          padding: 4px 8px;
          border: 1px solid #7a7a7a;
          border-radius: 3px;
        }
        
        .newPartnerFormTab input[type="radio"]+span:hover {
          cursor: pointer;
        }
        
        .newPartnerFormTab input[type="radio"]:checked+span {
          background-color: #7a7a7a;
          color: white;
        }
        
        button.newPartnerFormNextBtn {
          padding: .3rem 2.5rem;
          border: 2px solid #032c73;
          border-radius: 3px;
          background-color: #032c73;
          color: white;
          margin: .25rem;
        }
        
        button.newPartnerFormNextBtn:hover {
          color: #032c73;
          background-color: white;
        }
        
        button.newPartnerFormPrevBtn {
          padding: .3rem 2.5rem;
          border: 2px solid #49669a;
          border-radius: 3px;
          background-color: #032c73b8;
          color: white;
        }
        
        button.newPartnerFormPrevBtn:hover {
          color: #032c73b8;
          background-color: white;
        }
        
        .newPartnerFormStepContainer {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          justify-content: center;
        }
        
        .range-slider {
          -webkit-appearance: none;
          width: 100%;
          height: 10px;
          border-radius: 5px;
        }
        
        .range-slider::-webkit-slider-thumb {
          -webkit-appearance: none;
          appearance: none;
          width: 25px;
          height: 25px;
          border-radius: 50%;
          background: #032c73;
          cursor: pointer;
        }
        
        .range-container {
          display: flex;
          align-items: center;
        }
        
        .range-container output.mileageOutput {
          padding: 6px 27px;
          border: .5px solid #032c73;
          border-bottom: 3px solid;
          margin-left: 20px;
          border-radius: 4px;
          font-weight: 500;
        }
        
        .range-container output.mileageOutput:after {
          content: "$";
          margin-left: 4px;
        
        }
        
        .newPartnerFormTab .price-selecting label {
          margin: .4rem .25rem;
          padding: 4px 8px;
          border: 1px solid #7a7a7a;
          border-radius: 3px;
        }
        
        .newPartnerFormTab .price-selecting label:hover {
          cursor: pointer;
        }
        
        .newPartnerFormTab .price-selecting input[type="radio"]:checked+label {
          background-color: #7a7a7a;
          color: white;
        }
        
        .price-selecting .range-container {
          display: none;
        }
        
        .price-selecting input[type="radio"][value="Yes"]:checked~.range-container {
          display: flex;
        }
        
        .working-type .personal-container {
          display: none;
        }
        
        .working-type .business-container {
          display: none;
        }
        
        .working-type input[type="radio"][value="personal-container"]:checked~.personal-container {
          display: block;
        }
        
        .working-type input[type="radio"][value="business-container"]:checked~.business-container {
          display: block;
        }
        
        .working-type label.working-type-radio {
          display: inline;
          padding: .3rem 2.5rem;
          border: 2px solid #032c73;
          border-radius: 3px;
          color: #032c73;
          font-weight: 500;
        }
        
        .working-type input[type="radio"]:checked+label.working-type-radio {
          color: #ffffff;
          background-color: #032c73;
          border-color: #032c73;
        }
        
        @media only screen and (max-width: 640px) and (min-width: 320px) {
          .newPartnerFormTab {
            width: 100%;
          }
        
          .newPartnerFormTab .form-control {
            padding: .35rem .75rem;
          }
        
          form.newPartnerForm .m-2 h1 {
            font-size: 20px;
          }
        
          form.newPartnerForm .m-2 h4 {
            font-size: 15px;
          }
        
          form.newPartnerForm .m-2 h5 {
            font-size: 15px;
          }
        
          .newPartnerFormStep {
            margin: 28px 0;
            width: 28%;
          }
        
        
          .newPartnerFormTab.Tabi1 .col-4 {
            width: 100%;
            margin: 10px 0
          }
        
          .newPartnerFormTab.Tabi1 .col-7 {
            width: 100%;
            margin: 10px 0
          }
        
          .newPartnerFormTab input[type="checkbox"]+span {
            padding: 4px 6px;
            width: 100%;
          }
        
          .newPartnerFormTab.Tabi1 .col-7 p.col-5.m-1 {
            width: 48%;
          }
        
          .newPartnerFormTab .form-fields p.col-5.my-2 {
            width: 48%;
          }
        
          .success-client-section .success-client-box {
            width: 90%;
            margin: 0 auto;
          }
        
          .special-heading {
            font-size: 20px;
          }
        
          .partner-faq .accordion .card {
            margin-top: 15px;
          }
        
          form.newPartnerForm .m-2 h1 {
            font-size: 20px;
          }
        
          form.newPartnerForm .m-2 h4 {
            font-size: 15px;
          }
        
          form.newPartnerForm .m-2 h5 {
            font-size: 15px;
          }
        
          .newPartnerFormTab label {
            min-width: 46%;
          }
          .newPartnerFormTab input[type="radio"]+span{
            width:100%;
          }
          .comman-info h6 {
            width: 100%;
        }
    .newPartnerFormTab .col-sm-10 p.col-sm-5.col-12.m-1 {
        width: -webkit-fill-available;
    }
        }
        
        /*****************join as Partner*****************/
    

body{font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;}
.container-fluid{width: 95%}
.top-head{
    background-color: #c96202; 
    height: 40px;
}
.top-head ul{list-style: none; float: right;}
.top-head ul li{float: left; padding-left: 40px;}

.top-head span{padding:8px 5px; display: inline-block; color: #fff;cursor: pointer;}
.top-head img.appdownload{width: 20px; margin: 9px 0px; float: left;}
.top-head img.call{width: 23px; margin: 9px 3px; float: left;}
.top-head .login{ float: right; text-decoration: none; color: #fff; font-size: 14px; 
	margin: 8px 0px 0px 0px;}


.head{
	background-color: #fff; 
	height: auto; 
	padding: 0px 0px; 
	border-bottom: 1px solid #f1f1f1;
	box-shadow: 0px 0px 3px #8b5201;  
	position: sticky; top:0; z-index: 99; transition: 0.5s;}
.add-head{background-color: #fff !important; box-shadow: 0px 0px 3px #000; border: 0px;}

/* .logo{ width:150px; padding: 2px 0px 5px; margin-top: 5px; float: left; } */
.logo img {
    width: 100px;
    height: 80px;
}



.menu{list-style: none; margin-top: 10px;}
.menu li{padding: 5px 20px 0px 0px; display: inline-block;}
.menu li a{display: block; text-align: center; color: #000; padding: 3px 10px; text-decoration: none;}

.header-contact-number {display: block; 
  float: right;
  margin-top: 20px;}
.header-contact-number .call-icon {
    width: 20px; margin-top: -3px;
}
.header-contact-number .call-icon1 {
    width: 28px; margin-top: -3px;
}
.header-contact-number a{
    color: #000 !important; font-size: 18px; font-weight: 500; text-decoration: none;}

.language-change{float: right;
    margin-top: 16px;
    border: 1px solid #ccc;
    padding: 2px 5px;
    margin-left: 15px;
    font-size: 12px;}
.language-change span{color: #052f75; font-weight: 700;}
.language-change button{border: none; background-color: inherit; font-weight: 600;}
.language-change button:hover{color:#052f75 }


@media only screen and (max-width: 767px)
{
.container-fluid{width: 100%}
.top-head{display: none;}

.head{width:100%; 
	position: static; 
	height: auto; 
	transition-duration: 0.5s; 
/*	border-bottom: 1px solid #000;*/
}
/*.head .container-fluid{padding: 0px;}*/
.add-head{background-color: #fff !important; box-shadow: 0px 0px 3px #000; border: 0px;}
.add-head .menu{ margin-top: -100px; }


.logo{margin-left: 0%; padding: 0px 0px; margin-top: 0px;} 
.logo img{width: auto; height:60px;} 


.menu {text-align: left; padding: 0px; margin-bottom: 0px;
 margin-top: 20px; background-color: #fff; border-top: 1px solid #ccc}
.menu  li {padding: 0px; text-align: center;}
.menu  li a{padding: 3px 5px 3px 0px;}

.header-contact-number {margin-top: 0px;}
.header-contact-number .call-icon {width: 20px; margin-top: -3px;}
.header-contact-number a{font-size: 14px;}

.language-change{margin-top: 0px;  margin-left: 5px;}
} 
/* gellary  css*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
body {
  font-family: "Open Sans", sans-serif;
}

a:hover {
  text-decoration: none;
}

.np {
  padding: 0px;
}

.featuredPropBox {
}

.featuredPropBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: outside none none;
  padding: 0;
}

.featuredPropBox ul li {
  background-color: #eeeeee;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  height: 250px;
  margin: 5px;
  width: 32%;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 5px;
}

.featuredPropBox ul li:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(22, 22, 22, 0.1);
  transition: all 0.3s;
  border-radius: 5px;
}

.featuredPropBox ul li:nth-child(1) {
  background-image: url("../img/icon.jpg");
}

.featuredPropBox ul li:nth-child(2) {
  background-image: url("../img/icon-1.jpg");
}

.featuredPropBox ul li:nth-child(3) {
  background-image: url("../img/icon-2.jpg");
}

.featuredPropBox ul li:nth-child(4) {
  background-image: url("../img/icon-3.jpg");
}

.featuredPropBox ul li:nth-child(5) {
  background-image: url("../img/icon-4.png");
}
.featuredPropBox ul li:nth-child(6) {
  background-image: url("../img/icon-5.jpg");
}

.featuredPropBox ul li:nth-child(7) {
  background-image: url("../img/icon-6.jpg");
}

.featuredPropBox ul li:nth-child(8) {
  background-image: url("../img/icon-7.png");
}

.featuredPropBox ul li:nth-child(9) {
  background-image: url("../img/icon-8.jpg");
}

.featuredPropBox ul li .fplogo {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  z-index: 1;
  transition: all 0.3s;
}

.featuredPropBox ul li .fplogo img {
  width: 100%;
}

.featuredPropBox ul li .fptext {
  display: none;
  font-size: 16px;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease 0s;
  width: 65%;
  z-index: 1;
}

.featuredPropBox ul li .fptext p {
  color: #fff;
  margin: 0px;
}

.featuredPropBox ul li:hover {
  box-shadow: 0 0 0 25px rgba(0, 0, 0, 0.2) inset;
}

.featuredPropBox ul li:hover:after {
  background-color: rgba(22, 22, 22, 0.3);
}

.featuredPropBox ul li:hover .fplogo {
  display: none;
}

.featuredPropBox ul li:hover .fptext {
  display: block;
}

/* contact section css */
/* General styles for the contact section */
#contact {
    background-color: #f9f9f9;
    padding: 50px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .contact-box {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
  }
  
  .contact-links {
    flex: 1;
    min-width: 300px;
    background-color: #333;
    color: #ffffff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  
  .contact-links h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  
  .links {
    display: flex;
    gap: 15px;
  }
  
  .link img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: transform 0.3s ease;
  }
  
  .link img:hover {
    transform: scale(1.1);
  }
  
  .contact-form-wrapper {
    flex: 2;
    min-width: 300px;
    padding: 0px 30px 0px 30px;
  }
  
  form {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  .form-item {
    position: relative;
  }
  
  .form-item input,
  .form-item textarea {
    width: 100%;
    padding: 10px 10px 10px 0;
    font-size: 16px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-bottom: 2px solid #ccc;
    outline: none;
    resize: none;
    transition: border-color 0.3s ease;
  }
  
.contact-form-wrapper input, textarea::placeholder{
    font-size: 13px !important;
    padding-left: 15px !important;
}
  
 
  
  input:focus + label,
  textarea:focus + label,
  input:not(:placeholder-shown) + label,
  textarea:not(:placeholder-shown) + label {
    top: -20px;
    font-size: 12px;
    color: #0d0d0d;
  }
  
  textarea {
    height: 100px;
  }
  
  .submit-btn {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #c96202;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .submit-btn:hover {
    background-color: #c28b3d;
  }
  
  /* Responsive styles */
  @media (max-width: 768px) {
    .contact-box {
      flex-direction: column;
    }
  
    .contact-links {
      padding: 20px;
    }
  
    .contact-form-wrapper {
      padding: 20px;
    }
  }
  p{
    font-size: 14px !important;
  }
  .content{
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  }
  .logo1 img{
    height: 100px !important;
    width: 100px !important;
  }
  /* coustom css*/
  a {border: 0px solid #fff !important;}
input:focus, .select2-selection__rendered:focus {outline: -webkit-focus-ring-color auto 0px;}
a{text-decoration: none; color: #000}

.d-display{display: block;}
.m-display{display: none;}
/*-################Img hover effect ################--*/
.zoomimg { position: relative; overflow: hidden; }
.zoomimg img { max-width: 100%; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
.zoomimg:hover img { -moz-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); }
 p, ul li, label{font-size: 14px;}
 ul{list-style: none; padding: 0px; margin-bottom: 0px;}

.heading{font-size: 28px; margin-bottom: 10px; /*font-family: Century;*/
 color: #000; font-weight: 600; text-align: center;}


.scroll::-webkit-scrollbar{width:2px; background-color: #50c77c;}
/* section{ overflow: hidden; }*/

@media only screen and (max-width: 767px)
{
    .d-display{display: none;}
    .m-display{display: block;}
    .heading{font-size: 15px; text-align: left;}
}

/***********************app download*************************/
.app-download-section{padding: 20px 0%; margin-bottom: 15px;
  box-shadow: 0px 0px 2px #6d6161;
  }
.app-download-section .app-logo{padding: 40px 0% 0px}
.app-download-section .app-logo img{width: auto; height: 40px}
.app-form{position: relative; padding-left: 34px}
.app-form .ind-flag{position: absolute; top: 6px; left: 0px}
.app-form input{border: none; background-color: inherit; border-bottom: 1px solid #ccc}
.app-form .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13,110,253,.25);
}
.app-img{width: 80%}
@media only screen and (max-width: 767px)
{
    .app-download{padding: 10px 5%}
    .app-download h5{font-size: 16px}
    .app-download .app-logo{padding: 20px 0% 0px}
    .app-img{ display: none;}
}

/***********************contents*************************/
.content{background-color: #ffffff; padding:40px 0% 0px;}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 { font-weight: 500}
.content p{font-size: 14px; text-align: justify;}
.content p a, .contant strong a, .content div a{color: #104eb5; text-decoration: none; font-weight: 600}

/***********************contants section end*************************/

.popular-link{background-color: #c0cfff; padding:20px 0px;}
.link-group{border-bottom: 0px solid #a8b2d2;}
.link-group:last-child{border-bottom: 0px solid #a8b2d2; }
.popular-link h5{color: #000; font-size: 14px; text-transform: uppercase;}
.popular-link ul{list-style: none; padding: 0px;}
.popular-link ul li{
	float: left;
    padding-left: 5px;
    list-style: none;
    margin-bottom: 5px;
}
.popular-link ul li a{
	color: #000;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #000;
    padding: 4px 10px;
    border-radius: 20px;
    display: block;
	transition: 0.5;
}
.popular-link ul li a:hover{
	color: #ffffff;
    background-color: #8ca4f2;
}
@media only screen and (max-width: 767px)
{
    .popular-link{padding:20px 0px;}
    .popular-link ul li a{font-size: 13px;}
}
/***********************popular-link section end*************************/


/****** extra *******/
#Reloadpage{ cursor:pointer;}

/************************************************/
footer .footerplus{ display: none;}
/*footer .container-fluid{width: 92%;}*/
footer{ position: relative; width: 100%; letter-spacing: 0.3px; min-height: 100px; padding: 30px 0px 0px; background-color: #111111 !important; clear: both; color:#ddd;}
footer .footer-contant{padding:10px 5px; color:#ddd; font-size: 12px;}
footer .footer-contant h3{padding: 0px 0px 15px; border-bottom: 1px solid #fff;
    color: #fff; font-size: 14px; text-transform: uppercase; margin-bottom: 10px;}
footer .footer-contant ul{padding:0px; list-style: none;}
footer .footer-contant ul li a{ color: #fff !important; transition: 0.2s; font-size: 16px !important; text-decoration: none; padding: 0px 0px 2px; display: block;}
footer .footer-contant ul li a:hover{ color: #cca2a2;}

footer .footer-contant .app-img{width: auto; height: 40px}

footer .social{margin: 0px 0px; width: auto; float: left;}
footer .social h5{margin: 0; padding: 0px 0px 10px 0px; font-size: 18px;}
footer .social a{background-color: #504c4c; height: 30px; width: 30px;  border-radius: 51%;
 display: inline-block; margin: 3px}
footer .social a img{transition: 0.5s; width: 30px; height: 30px; }
footer .social a img:hover{
 -webkit-transform: rotate(360deg);
  transform: rotate(360deg);}

footer .all-right{width: 100%; margin: 0px auto; padding: 20px 0px; min-height: 50px; border-top:1px solid #b1b1bb; text-align: center; font-size: 12px;}
footer .all-right p{color: #fff; font-size: 13px;}
footer .all-right p a{color: #c96202 !important;text-decoration: none;}

/*.get-qt-side{position:fixed; z-index:998; bottom:50%; width: auto; right: 0px; display:none;}*/
.get-qt-side-all{position:fixed; z-index:998; bottom:50%; width: auto; right: 0px; display:none;}
.scroll-top{position:fixed; z-index:998; bottom:5px; width: 60px; text-align:right; right: 10px; display:none; cursor:pointer;}
.scroll-top img{width: 40px;}

/* new code */
  .m-search-icon {
    position: absolute;
    right: 30%;
    top: 11%;
    padding: 7px 7px;
    background-color: #1ab64f;
    border-radius: 50%;
    cursor: pointer;
    font-size: 11px;
    z-index: 998;
    display: block;
  }
  .m-search-icon img{width:20px}

.search-section{padding: 10px;
  background-color: rgb(255, 255, 255);
  position: fixed;
  top: 0px;
  z-index: 999;
  width: 100%;
  height: 100vh;
  left: 0;  display: none;}
.search-grp{ width: 75%; margin: 4% auto;}

.close-search{position: absolute; left: 20px; top: 0px; font-size: 38px; cursor: pointer;}
.close-search i{color: #434a50; }

.popular-search {padding: 5px 0px;}
.popular-search li{padding: 5px 10px 5px 0px; float: left; display: flex;}
.popular-search li a{border: 1px solid #ccc; padding: 5px 10px; border-radius: 20px;}
.popular-search li:hover a{border: 1px solid #dd5f5f; color:#f00}
@media only screen and (max-width: 767px)
{ 		
  .m-search-icon {
    position: fixed;
    right: 0;
    top: 15%;
    padding: 5px 5px;
    background-color: #1ab64f;
    box-shadow: 2px 0 0 #c4e5cf;
    border-radius: 5px 0px 0px 5px;
    cursor: pointer;
    font-size: 13px;
    z-index: 998;
    display:block;
  }
  .m-search-icon img{width:20px}
  .search-grp{ width: 96%; margin: 4% auto;}
  .search-grp h4{font-size: 18px;}
  .close-search {left: 9px; font-size: 22px;}
}
/******************* top search on page end********************/

/*******************--footer page end--*****************************/
/*******************--aside-slide-form--*****************************/
.aside-slide-form{position: fixed; 
  right: 0px; 
  top: 0px; 
  background-color: #ffffff;
  max-width: 300px;
  width: 100%; 
  padding: 15px; 
  height: 100vh; 
  z-index: 9999; 
  box-shadow: 0px 0px 3px #000;
  transition: all 0.5s;
}
.add-aside-slide-form{right: -110%;}

.aside-slide-form .aside-title{display: flex;}
.aside-slide-form .aside-title span{font-size: 16px; padding: 0px 10px 0px 0px; margin-top: -2px;}
.aside-slide-form .aside-title h4{font-size: 16px;}
.aside-slide-form form{position: relative;}
.aside-slide-form .ind-flag{position: absolute; top: 3px; left: 5px;}
.aside-slide-form form .c-code{ width: 30%; text-align: right;}
.aside-slide-form form .c-number{ width: 70%;}

.aside-slide-form .aside-line, #login_popup .aside-line{height: 1px; background-color:#ececec; position: relative; margin-top: 40px;}
.aside-slide-form .aside-line span, #login_popup .aside-line span{
  position: absolute;
  border-radius: 50%;
  top: -10px;
  background-color: #fff;
  border: 1px solid #ccc;
  text-align: center;
  padding: 3px 4px;
  font-size: 12px;
  font-weight: 600;
  margin: 0px auto;
  left: 0px;
  right: 0px;
  display: inline-table;
}
.aside-slide-form h6, #login_popup h6{text-align: center;}
.aside-slide-form ul, #login_popup ul{display: flex;}
.aside-slide-form ul li, #login_popup ul li{width: 50%; padding: 5px;}
.aside-slide-form ul li a, #login_popup ul li a{display: block; padding: 10px; border:1px solid #ccc; text-align: center;}

/*******************--aside-slide-form end--*****************************/



.faq-section .card-header{ position: relative; background-color: #fff; padding: 0rem 0rem;}
.faq-section .card-header a{text-decoration: none; color: #000; font-size: 14px; 
    padding: 0.75rem 1.25rem; cursor: pointer; display: block; text-align: left; 
    border-radius: 5px;}
.faq-section .card-header a i{ float: right; }
.faq-section .card { border: 0px solid rgba(0,0,0,.125); border-radius: 0px;
 margin-bottom: 7px;}
 /*******************--faq-section end--*****************************/

.other-link{padding: 40px 0px}
.other-link ul{margin-top: 5px}
.other-link ul li{ float: left;
    padding-right: 10px;
    display: flex;
    margin-bottom: 9px;
}
.other-link ul li a{color: #af8787;
    font-weight: 400;
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 3px 10px; transition: 0.5s;}
.other-link ul li:hover a{color: #000; background-color: #f2f2f2;}
 /*******************--other-service-link end--*****************************/

.prime-service{position: absolute; top: 0px; left: 0px; width: 100px;}
.prime-service img{width: auto; height: 22px !important}

.common-box{ width:100%; height:auto; }
.common-box figure{ width:100%; position: relative;}
.common-box figure img{width:100%; height: 200px}
.common-box h4{font-size: 16px;}
.common-box h4 i{font-size: 13px;}
.common-box p{color: #000000; margin-bottom: 0px; font-size: 14px}
.common-box p span{font-weight: 600; color: #000}
.common-box p span i{font-size: 9px; color: rgb(9, 63, 201);}
.common-box p a{font-size: 14px}
.common-box p a:hover{color:#0750b1}
.common-box .price{font-size: 14px; font-weight: 600}
.common-box .btn-sm{font-size: 11px; padding: 2px 5px}
.common-box .btn-sm:hover{color:#000}

.common-box ul{padding-left: 25px}
.common-box ul li{font-size: 14px; list-style: disc;}

/*h4.heading{font-size: 22px;}
@media only screen and (max-width: 767px)
{
	h4.heading{font-size: 16px;}
}*/


/*input text effects*/
.input {position: relative; float: left; width: 100%}
.input-label { position: absolute; left: 0; top: 0; padding:7px 15px; white-space: nowrap;
  transform: translate(0, 0);  transform-origin: 0 0; transition: transform 120ms ease-in;
  font-weight: normal;  font-size: 16px;}
.input-field { box-sizing: border-box; display: block; width: 100%; border: 1px solid #ccc;
  /*border-right: none;*/ padding:7px; background: transparent;}
.input-field:not(:-moz-placeholder-shown) + .input-label {
  transform: translate(0.25rem, -41%) scale(0.8); color: #f00;}
.input-field:not(:-ms-input-placeholder) + .input-label {transform: translate(0.25rem, -41%) scale(0.8);  color: #f00;}
.input-field:focus + .input-label, .input-field:not(:placeholder-shown) + .input-label {
  transform: translate(0.25rem, -41%) scale(0.8); color: #000; background-color: #fff;}

/*input text effects end*/

.bg-primary{background-color: #003466 !important; color: #fff !important;}
.breadcrumb-section{padding: 0px 3%; background-color: #000 !important;
    width: 100%;}
.breadcrumb-section .breadcrumb {margin-bottom: 0rem; padding: 6px 0px; background-color: inherit;}
.breadcrumb-section .breadcrumb li a{color: #fff}
.breadcrumb-section .breadcrumb li:last-child{color: #fff; font-weight: normal;}
@media only screen and (max-width: 767px)
{
  .breadcrumb-section .breadcrumb { padding: 5px; font-size: 14px;}
}
/* .breadcrumb end */
/* form */

.left-banner-text{margin:50px 0px 20px 0px}
.left-banner-text h1{padding: 0px 0px 0px;
    font-size: 44px; color: #fff; font-weight: 600; text-shadow: 0px 0px 28px #000;}
.left-banner-text ul{padding:0px 34px; list-style: circle;} 
.left-banner-text ul li{padding: 6px 0px;
    font-size: 18px;
    text-align: left;
    color: #fff;
/*    font-weight: 500;*/
    line-height: 20px;} 

/*steps form*/
.form-bg{background-image: linear-gradient(#c96202,#c28b3d) !important; border-radius: 10px}
.vertical-form { display: block;}
.vertical-form h3{ text-align: center; color: #fff; padding-left: 50px}
.vertical-form-inner {
    width: auto;
    float: right;
    position: relative;
    right: 25px;
    top: 16%;
    z-index: 98; 
    /*display: none;*/
}

.formbx { top: 0; width: 346px;}
#msform {width: 100%; margin: 0 auto 0 auto; text-align: center; position: relative;}
#msform fieldset {
    width: 100%;
    margin: 0 0;
    position: relative;
}
.formbx h6 {
    background-color: inherit;
    border-bottom: 0px solid #ccc;
    padding: 13px 15px 0px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}
.fs-title {
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;
}
.Heightset {
    height: auto;
    margin-top: 0px;
    padding: 0px 15px;
}
.Heightset {max-height: 230px;overflow-y: scroll;overflow-x: hidden;}
.Heightset::-webkit-scrollbar{width:5px;}
/* Track */
/*.Heightset::-webkit-scrollbar-track {box-shadow: inset 0 0 5px grey; border-radius: 10px;}*/
 /* Handle */
.Heightset::-webkit-scrollbar-thumb {background: #fff; border-radius: 10px;}
/* Handle on hover */
.Heightset::-webkit-scrollbar-thumb:hover {background: #fff;}

.form-group {
    margin-bottom: 4px;
}

.step-first{padding: 8px 10px 8px 10px !important ;}
.custom-control.material-checkbox {
    padding: 8px 10px 8px 40px;
    background: #fff;
    margin-bottom: 1px;
    border-radius: 3px;
    height: auto;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    border: solid 0 #eaeaea;
    color: #000;
    text-align: left;
    position: relative;
    width: 100%;
}
.custom-control.material-checkbox i{float: right; margin-top: 3px;}

#msform input, #msform textarea {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    color: #2c3e50;
    font-size: 13px;
    margin: 3px 0%;
}

.custom-control.material-checkbox .material-control-input {
    display: none;
}

.custom-control.material-checkbox .material-control-input:checked~.material-control-indicator {
    border-color: #012b72;
    -webkit-transform: rotateZ(45deg) translate(1px,-5px);
    transform: rotateZ(45deg) translate(1px,-5px);
    width: 9px;
    transition: .3s;
    top: 9px;
    height: 12px;
    left: 15px;
    background: #1ab64f00;
    border: 2px solid #012b72;
    border-top: 0 solid #fff;
    border-left: 0 solid #fff;
}

.custom-control.material-checkbox .material-control-indicator {
    display: inline-block;
    position: absolute;
    top: 11px;
    left: 15px;
    background: #fff;
    width: 18px;
    height: 18px;
    border: 1px solid #aaa;
    transition: .3s;
}

#msform .action-button {
    width: 94%;
    background: #924701;
    border-radius: 5px !important;
    font-weight: 700;
    color: #fff;
    border: 0 none;
    border-radius: 1px;
    height: 35px;
    cursor: pointer;
    padding: 0 5px;
    margin: 10px 2% 20px 2%;
}


.Steps_forms{display: flex;}
.step-div { width: 33.3333%; float: left; padding: 10px 0;
    min-height: auto; text-align: center; margin: 0;}
.step-div img { width: 25px; vertical-align: middle; border-style: none;}
.step-div p { text-align: center; font-weight: 500; font-size: 13px; margin: 5px 0;
    color: #fff; line-height: 12px;}

@media only screen and (max-width:767px)
{   
  .left-banner-text{margin:0px 0px 20px 0px;}
  .left-banner-text h1{padding: 0px 0px 0px; font-size: 18px; text-align: center;}
  .left-banner-text ul{padding:0px 14px;} 
  .left-banner-text ul li{padding: 2px 0px; font-size: 13px; font-weight: normal; display: none;}
  .left-banner-text ul li:first-child{display: block !important; text-align: center; list-style: none;}


  .vertical-form h3 { padding-left: 0px;font-size: 16px; text-transform: uppercase;}
  .vertical-form-inner {position: relative; right: 0px; top: 16%;    float: none;}
  .formbx {top: 0;width: 100%;}
  .formbx h6 { padding: 13px 15px 0px; font-size: 14px; font-weight: 400;}

  .custom-control.material-checkbox {padding: 8px 10px 8px 40px; font-size: 12px;}
  #msform input, #msform textarea { padding: 7px;}

    .Heightset { max-height: 275px; overflow-y: scroll;}
    .Heightset::-webkit-scrollbar{width:5px;}
    /* Track */
    /*.Heightset::-webkit-scrollbar-track {box-shadow: inset 0 0 5px grey; border-radius: 10px;}*/
     /* Handle */
    .Heightset::-webkit-scrollbar-thumb {background: #27ae60; border-radius: 10px;}
    /* Handle on hover */
    .Heightset::-webkit-scrollbar-thumb:hover {background: #27ae60;}

    .step-div img { width: 18px;}
    .step-div p { font-weight: normal; font-size: 12px; line-height: 14px;}
}

/************************************************/
.text{
    font-size: 30px !important;
    font-weight: 900 !important;
    color: #c96202 !important;
}
.text1{
    color: #c96202 !important;
}
.btn1{
  background-color: #c96202;
  color: white;
}
.btn1:hover{
  background-color: #000;
  color: white;
}
.active{
  color: #c96202 !important;
}
/* form */
.form-group1 select {
  width: 100%;
  padding: 10px;
  /* border: 1px solid #ccc; */
  border-radius: 4px;
  font-size: 14px;
  color: #636363;
}
@media (max-width: 1024px) {
  .featuredPropBox ul li {
      width: 48%; 
  }
}

@media (max-width: 768px) {
  .featuredPropBox ul li {
      width: 100%; 
      margin: 10px 0;
  }
  .service-box p{
    font-size: 10px !important;
  }
}

@media (max-width: 480px) {
  .featuredPropBox ul li {
      height: 200px; 
  }
  
}
/* header */
.header-contact-number {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* padding-top: 20px; */
}

.header-contact-number li a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  transition: color 0.3s;
}

.header-contact-number li a:hover {
  color: #007bff;
}

.btn1 {
  color: #fff;
  border: none;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.btn1:hover {
  background-color: #0056b3;
}

/* Mobile Menu */
.navbar-toggler {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  margin: 10px 0;
}

.mobile-menu {
  display: none;
  background: #f8f9fa;
  padding: 10px 0;
  border-top: 1px solid #ddd;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu ul li {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.mobile-menu ul li a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
}

.mobile-menu ul li a:hover {
  color: #007bff;
}

/* Show Mobile Menu */
.show {
  display: block !important;
}

/* Responsive Rules */
@media (max-width: 768px) {
  .header-contact-number {
      display: none;
  }

  .navbar-toggler {
      display: block;
  }
}

/*  */
.mobile-menu {
  display: none; /* Initially hide the mobile menu */
  background: #f8f9fa;
  padding: 10px 0;
  border-top: 1px solid #ddd;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu ul li {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.mobile-menu ul li a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
}

.mobile-menu ul li a:hover {
  color: #007bff;
}

/* Show Mobile Menu */
.mobile-menu.show {
  display: block !important; /* Show the menu when the "show" class is added */
}

/* Responsive Rules */
@media (max-width: 768px) {
  .header-contact-number {
      display: none; /* Hide desktop menu on smaller screens */
  }

  .navbar-toggler {
      display: block; /* Show the toggle button on smaller screens */
  }
}
/* menu */
/* Mobile Menu Styling */
.mobile-menu {
  display: none; /* Initially hidden */
  position: absolute; /* Position it above other content */
  top: 50; /* Align to the top */
  left: 0; /* Align to the left */
  width: 100%; /* Full width */
  background: rgb(255, 255, 255); /* Semi-transparent white background */
  z-index: 999; /* Ensure it's above all other elements */
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
}

.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.mobile-menu ul li {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.mobile-menu ul li a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
}

.mobile-menu ul li a:hover {
  color: #007bff;
}

/* Show Mobile Menu */
.mobile-menu.show {
  display: block !important; /* Show menu when "show" class is added */
}

/* Responsive Rules */
@media (max-width: 768px) {
  .navbar-toggler {
      display: block; /* Show the menu toggle button */
  }

  .header-contact-number {
      display: none; /* Hide the desktop menu */
  }

  .mobile-menu {
      display: none; /* Initially hidden */
  }
}
/* recode */
/* General Styling */

/* Mobile Layout */
@media (max-width: 768px) {
  .navbar-toggler {
      display: inline-block;
      font-size: 24px;
      background: none;
      border: none;
      padding: 0;
      cursor: pointer;
  }

  .logo {
      text-align: center;
  }

  .btn1 {
      font-size: 14px;
      padding: 5px 10px;
  }

  .header-contact-number {
      display: none; /* Hide the desktop menu */
  }

  .mobile-menu {
      display: none; /* Initially hidden */
      position: absolute;
      top: 60px; /* Adjust based on header height */
      left: 0;
      width: 100%;
      background: rgb(255, 255, 255);
      z-index: 999;
      box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
  }

  .mobile-menu ul {
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: center;
  }

  .mobile-menu ul li {
      padding: 10px;
  }

  .mobile-menu ul li a {
      text-decoration: none;
      color: #333;
      font-size: 16px;
  }

  .mobile-menu.show {
      display: block !important; 
  }
}


/* chatbox */
.icons8-instagram img{
  height: 50px;
  width: 50px;
}
.icons8-whatsapp img{
  height: 50px;
  width: 50px;
}
.material-icons img{
  height: 50px;
  width: 50px;
}
/*  */
#chatbot-container {
  position: fixed;
  bottom: 0;
  right: 20px;
  display: none; 
  z-index: 9999; 
}

#chatbot-open-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000; 
}

.social1 {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}

.social1-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 8px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
/*  */
.btn11 {
  padding: 5px 30px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  background-color: #c96202 ;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn11:hover {
  background-color: #e0a800;
}
/* menubar */
    /* Mobile menu styling */
    .mobile-menu {
      display: none; /* Initially hidden */
      position: absolute;
      top: 60px; /* Adjust based on header height */
      left: 0;
      width: 100%;
      background-color: #ffffff;
      z-index: 1000;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      padding: 10px 0;
  }
  
  .mobile-menu ul {
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: center;
  }
  
  .mobile-menu ul li {
      margin: 10px 0;
  }
  
  .mobile-menu ul li a {
      text-decoration: none;
      color: #333;
      font-size: 16px;
  }
  
  /* Navbar toggler styling */
  .navbar-toggler {
      background: none;
      border: none;
      font-size: 24px;
      cursor: pointer;
  }
  
  /* Transition for smooth dropdown */
  .mobile-menu.active {
      display: block;
  }