* {
    margin: 0px;
    padding: 0px;
    outline: none;
}
img {max-width: 100%;}
*:focus {outline: none;}
button:focus {outline: none;}
ul {padding: 0; margin: 0;}
figure img {width: 100%;}

.banner_blk {
    position: relative;
}
.banner_blk .banner_contant {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0px, -50%);
}
.heading_commons {
    font-size: 40px;
    font-weight: 800;
    font-family: Montserrat;
    padding-top: 15px;
    color: #000000;
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.heading_commons:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 7px;
    top: 0px;
    left: 0;
    background: #00b2ff;
}
.banner_contant .heading_commons:after {
    background: #fff;
}
.banner_blk .banner_contant p {
    font-size: 22px;
    font-weight: 800;
    font-family: Montserrat;
    color: #ffffff;
    margin-bottom: 0px;
    line-height: 30px;
    text-transform: uppercase;
}

.gray_bg {
    padding: 60px 0;
    background: #f7f7f7;
}
.white_bg {
    padding: 60px 0;
    background: #ffffff;
}
.overview_contant p {
    text-align: justify;
    font-size: 15px;
    margin-bottom: 0px;
}
.tabs_with_accordion_wrapper {
    margin-top: 30px;
}
.card_body_main {
    padding: 50px;
}
.card_body_title {
    display: flex;
    align-items: start;
    margin-bottom: 50px;
}
.cbo_title_icon img {
    min-width: 80px;
    filter: brightness(0) invert(0);
}
.cbo_title_text {
    margin-left: 20px;
}
.cbo_title_text h3 {
    font-size: 30px;
    font-weight: 800;
    font-family: Montserrat;
    color: #00b2ff;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.cbo_title_text span {
    font-size: 16px;
    font-weight: 500;
    font-family: Montserrat;
    color: #000000;
    margin-bottom: 0;
    display: inline-block;
    width: 90%;
}
.card_body_title_List .cb_title_list_Text li { 
    font-size: 16px;
    font-weight: 500;
    font-family: Montserrat;
    color: #000000;
    margin-bottom: 0;
    position: relative;
    line-height: 24px;
    margin-top: 20px;
    list-style: none;
    padding-left: 20px;
}
.card_body_title_List .cb_title_list_Text li:before {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    background: #000000;
    border-radius: 20px;
    border: 3px solid #cfcfcf;
    top: 5px;
    left: 0;
}
    .zoom img{
      width: 20px;  /* Small icon size */
      height: auto;
    }
    .zoom{
     
      font-size: 12px;
      color: #a3a3a3;
      margin: 10px;
      text-align: center;
    }
.cb_title_list_Web img {
    position: relative;
    z-index: 1;
    width: 100%;    
}
.zoomimg{
    cursor: pointer;
}
.cb_title_list_Web {
    position: relative;
    z-index: 1;
    padding-top: 10px;
    padding-left: 10px;
}
.cb_title_list_Web:after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    right: 40px;
    bottom: 40px;
    background: #00b2ff;
    z-index: 0;
}
.disclaimer{
    font-size: 14px;
    color: #3a3a3a;
    margin: 9px;
    opacity: 0.6;
}
.target_appliction_service {
    position: relative;
    overflow: hidden;
}
.target_appliction_service img {
    transition: all 0.4s;
}
.target_appliction_service:hover img {
    transform: scale(1.1);
}
.target_appliction_service h4 {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}
.nav-tabs {
	display: none;
}

/* Virtual Tour Form CSS */
.virtualtour_section span {
    display: block;
    font-weight: 500;
    font-size: 21px;
    color: #292929;
}
section.virtualtour_section {
    background-image: url(../images/virtual-form-bg.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
    background-position: right center;
}
.virtualtour_form input, .virtualtour_form select {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #292929;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
}
.virtualtour_form input:focus::placeholder {
    color: #b7b7b7;
}
.virtualtour_form input::placeholder {
    color: #292929;
}
.virtualtour_form button {
    background-color: #015fea;
    background-image: linear-gradient(90deg, #015fea, #00bff9);
    padding: 10px 25px;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgb(30,87,153);
    background: -moz-linear-gradient(left, rgba(30,87,153,1) 0%, rgba(22,98,228,1) 0%, rgba(4,165,251,1) 100%);
    background: -webkit-linear-gradient(left, rgba(30,87,153,1) 0%,rgba(22,98,228,1) 0%,rgba(4,165,251,1) 100%);
    background: linear-gradient(to right, rgba(30,87,153,1) 0%,rgba(22,98,228,1) 0%,rgba(4,165,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#04a5fb',GradientType=1 );
    overflow: hidden;
    position: relative;
}
.virtualtour_form button:hover {
    color: #ffffff;
}
.virtualtour_form button:after {
    background: #ffffff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.4;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1;
}
.virtualtour_form button:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.virtualtour_section h2.heading_commons {
    padding-left: 25px;
    padding-top: 0;
	margin-bottom: 30px;
}
.virtualtour_section h2.heading_commons:after {
    height: 100%;
    width: 10px;
}
/* End Virtual Tour Form CSS */
  
.modal-dialog.img-box{
    max-width: clamp(95%, 100%, 50vw);
}
.modal-dialog.img-box .modal-content img{
    #width: 100%;
}
.modal-dialog.img-box .modal-content .close{
    position: absolute;
  font-size: 30px;
  top: -20px;
  right: -20px;
  width: 42px;
  height: 42px;
  z-index: 1;
  border-radius: 50px;
  box-shadow: 0px 0px 4px #838383;
  padding-bottom: 2px;
}
.modal.fade.show:has(.img-box){
    display: flex !important;
    align-items: center;
    justify-content: center;
}
@media (min-width: 992px) {
     .cb_title_list_Text{
        margin-top: -22px;
    }
    .card {
      border: none;
    }
      .card .card-header {
      display: none;
    }
      .card .collapse {
      display: block;
    }
    .tabs_with_accordion_wrapper {
        display: -ms-flexbox;
        display: flex    ;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .tabs_with_accordion_wrapper .nav-tabs {
        flex: 0 0 34%;
        max-width: 34%;
        display: inline-block;
        border: 0;
    }
	.tabs_with_accordion_wrapper .nav-tabs .nav-item {
        width: 100%;
        text-align: left;
        margin: 0;
        display: block;
    }
    .tabs_with_accordion_wrapper .nav-tabs .nav-item .nav-link {
        background-color: #fff;
        border: 2px solid #00b2ff00;
        border-radius: 0;
        border-left: 5px solid #00b2ff00;
        border-right: 0;
        position: relative;
        z-index: 11;
        display: inline-flex    ;
        align-items: center;
        width: 100%;
        padding: 10px 10px 10px 20px;
        min-height: 80px;
    }
    .tabs_with_accordion_wrapper .nav-tabs .nav-item .nav-link.active {
        border-color: #00b2ff;
    }
    .tabs_with_accordion_wrapper .nav-tabs .nav-item .nav-link.active:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: -4px;
        bottom: 0;
        background-color: #ffffff;
        width: auto;
        z-index: -1;
    }
    .tabs_with_accordion_wrapper .nav-tabs .nav-item .nav-link span {
        font-size: 15px;
        font-weight: 800;
        font-family: Montserrat;
        color: #00b2ff;
        margin: 0 0 0 30px;
        display: inline-block;
    }
    .tabs_with_accordion_wrapper .nav-tabs .nav-item .nav-link.active span {
        color: #000000;
    }
    .tabs_with_accordion_wrapper .nav-tabs .nav-item .nav-link img {
        filter: brightness(0) invert(0);
        width: 50px;
    }
    .tabs_with_accordion_wrapper .nav-tabs .nav-item .nav-link.active img {
        filter: inherit;
    }
    .tabs_with_accordion_wrapper .tab-content {
        flex: 0 0 66%;
        max-width: 66%;
        border: 2px solid #00b2ff;
        min-height: 800px;
        max-height: 800px;
    }
}

@media (min-width: 1600px) {
    .cb_title_list_Text{
        margin-top: -22px;
    }
    .custom_container, .container {
        max-width: 1500px;
        margin: 0 auto;
    }
    .overview_contant p {
        font-size: 20px;
        margin-top: 30px;
    }
    .tabs_with_accordion_wrapper .nav-tabs .nav-item .nav-link span {
        font-size: 16px;
    }
    .tabs_with_accordion_wrapper .nav-tabs .nav-item .nav-link img {
        width: 54px;
    }
}
  
@media (min-width: 992px) and (max-width: 1199px) {
    .tabs_with_accordion_wrapper .nav-tabs .nav-item .nav-link span {
        font-size: 14px;
        margin: 0 0 0 20px;
    }
}
    
@media (max-width: 1599px) {
    .heading_commons {
        font-size: 34px;
    }
    .banner_blk .banner_contant p {
        font-size: 18px;
        line-height: inherit;
    }
    .card_body_main {
        padding: 40px 30px;
    }
    .cbo_title_text h3 {
        font-size: 28px;
    }
    .cbo_title_text span {
        font-size: 15px;
        width: 100%;
    }
    .card_body_title_List .cb_title_list_Text li {
        font-size: 15px;
        line-height: 22px;
        margin-top: 16px;
    }
	.target_appliction_service h4 {
		font-size: 16px;
	}
}
  
@media (max-width: 1280px) {
    .heading_commons {
        font-size: 30px;
    }
}

@media (max-width: 1199px) {

    .heading_commons {
        font-size: 22px;
    }
    .card_body_main {
        padding: 30px;
    }
    .cbo_title_text h3 {
        font-size: 24px;
    }
    .cbo_title_text span {
        font-size: 15px;
    }
    .card_body_title_List .cb_title_list_Text li {
        font-size: 14px;
        line-height: 20px;
    }
	.card_body_title_List .cb_title_list_Text li:before {
		top: 4px;
	}
}


@media (max-width: 991px) {
    .heading_commons {
        font-size: 24px;
    }
    .banner_blk .banner_contant p {
        font-size: 16px;
        line-height: 24px;
    }
    .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
        border-radius: 0;
        border-bottom: 0;
        border-color: #00b2ff;
    }
    .tab-content div#our_expList_9 {
        border-bottom: 1px solid #00b2ff; 
    }
    .card-header {
        padding: 0;
        background-color: transparent;
        border: 0;
    }
    .card-header a {
        display: flex;
        padding: 15px 25px;
        width: 100%;
        align-items: center;
        text-decoration: none;
        position: relative;
    }
    .card-header a span {
        font-size: 20px;
        font-weight: 800;
        font-family: Montserrat;
        color: #00b2ff;
        margin: 0 0 0 40px;
        display: inline-block;
    }
    .card-header a img {
       filter: brightness(0) invert(0);
       width: 64px;
    }
    .card-header a:after {
        position: absolute;
        content: "";
        top: 50%;
        right: 25px;
        transform: translate(0px, -50%) rotate(90deg);
        background-image: url(../images/r_arrow.png);
        width: 10px;
        height: 16px;
        background-repeat: no-repeat;
        align-content: center;
        background-size: contain;
        transition: all 0.35s;
    }
    .card-header a.collapsed:after {
        transform: translate(0px, -50%) rotate(0deg);
    }
    .card_body_title {
        margin-bottom: 10px;
    }
    .card_body_main {
        padding: 10px 25px 25px 25px;
    }
    .cbo_title_icon,  .cbo_title_text h3 {
        display: none;
    }
    .cbo_title_text {
        margin-left: 0;
    }
	.cb_title_list_Text {
		margin-bottom: 30px;
	}
}

@media (max-width: 575px) {
    .heading_commons {
        font-size: 22px;
    }
    .card_body_main {
        padding: 5px 15px 20px 15px;
    }
    .card_body_title_List .cb_title_list_Text li {
        margin-top: 15px;
    }
    .card-header a {
        padding: 12px 15px;
    }
    .card-header a img {
        width: 50px;
    }
    .card-header a span {
        font-size: 16px;
        margin: 0 0 0 30px;
        padding-right: 20px;
    }
    .card-header a:after {
        right: 15px;
    }
    .modal-dialog.img-box .modal-content .close{
  top: -10px;
  right: -10px;
}
}  

@media (max-width: 399px) {
    .card-header a span {
        font-size: 14px;
        margin: 0 0 0 20px;
    }
}
