/* CSS Main */


/*@import url("https://fonts.googleapis.com/css?family=Arial:400,500|Rubik:400,500,700&display=swap"); */

body {
    font-family: 'Gotham Pro';
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    margin: 0px;
    padding: 0px;
    height: 100vh;
    background-color: #f9f9f9;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Gotham Pro';
    color: #000000;
    margin: 0px 0px 30px 0px;
}

a {
    text-decoration: none !important;
    outline: none;
    color: #3D86C6;
}

a:hover {
    color: #3D86C6;
}

p {
    margin-top: 0;
    margin-bottom: 1.25rem;
    color: #000000;
}

ul {
    padding: 0px;
    margin: 0px;
}

ul li {
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    list-style: none;
}

/* section {
    padding: 20px 20px;
} */

section.container-fluid {
    padding: 16px 20px;
    background-color: #ffffff;
    box-shadow: 0px 1px 2px #d7d7d7;
    -webkit-box-shadow: 0px 1px 2px #d7d7d7;
    -moz-box-shadow: 0px 1px 2px #d7d7d7;
    border: 1px solid #E9E9E9;
}

.container {}

.row {
    margin: 0px !important;
    display: flex;
    align-items: center;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 35%;
}

.col-7 {
    width: 65%;
}

.col-4 {
    width: auto;
    margin-right: 20px;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 20%;
}

div#main-col {
    padding-top: 0;
}

div#desk_net {
    display: flex;
    padding: 20px 20px 0px;
}

div#desk_net .row {
    display: block !important;
    float: left;
    width: 100%;
}

div#desk_net .col-3 {
    width: 140px;
    /* margin-right: 20px; */
    min-width: 138px;
    float: left;
}

.globe-text {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
    padding-bottom: 70px;
}

/* .llogo {
    padding-top: 25px;
} */

.right-logo.text-right {
    text-align: right;
}

section#globe-sec {
    background-color: #F9F9F9;
}

.left-text h2 {
    font-size: 60px;
    line-height: 1.1;
    padding: 70px 10px 0px 0px;
    font-weight: 700;
}

.check-head h4 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

#tip-big {
    font-size: 22px !important;
    letter-spacing: 0.03em;
    margin-bottom: 5px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.styled-checkbox+label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: white;
    border: 0.5px solid #aaaaaa;
    margin-top: -4px;
    /* border-radius: 50%; */
    vertical-align: middle;
}

/* .styled-checkbox:hover+label:before {
    background: #EA7926;
} */

.styled-checkbox:focus+label:before {}

.styled-checkbox:checked+label:before {
    background: #3D86C6;
    border: 0.5px solid #3D86C6;
}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

/* .styled-checkbox:checked+label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 6px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
} */ 
/* .styled-checkbox:checked+label:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    background: white;
    width: 10px;
    height: 10px;
    border-radius: 50%;
} */
.styled-checkbox:checked + label:after {
    content: '✓';
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 14px;
    color: #fff;
}

.check-boxes {
    padding-bottom: 30px;
    /* padding-right: 5%; */
}

.check-boxes.network {
    padding-bottom: 0;
}

.check-boxes ul li {
    padding-bottom: 15px;
    font-family: 'Gotham Pro';
    font-size: 16px;
    line-height: 24px;
}

.countries-network h2 {
    font-size: 45px;
    line-height: 52px;
    font-weight: 300;
    color: #ffffff;
    background-color: #3D86C6;
    padding: 20px;
    text-align: center;
    margin-right: 30px;
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 0px;
}

.countries-network p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    background-color: #ffffff;
    padding: 15px;
    text-align: center;
    margin-right: 30px;
    margin-bottom: 0px;
    box-shadow: 5px 10px 25px #d7d7d7;
    border-radius: 0px 0px 5px 5px;
}

.flg-card {
    background-color: #ffffff;
    padding: 30px;
    box-shadow: 5px 10px 25px #d7d7d7;
    border-radius: 5px;
}

.flg-card:before {
    /* content: url(../images/card-arrow.png); */
    position: absolute;
    bottom: 96%;
    z-index: 1;
    right: 90%;
}

.checkpoints.inside-area li {
    padding-right: 14px;
    margin-right: auto;
    float: left;
    color: #333;
    z-index: 9;
    position: relative;
    padding-top: 5px;
    font-size: 14px;
}

/* .checkpoints.flg:after {
    content: url(../images/card-icon.gif);
    position: absolute;
    top: 26px;
    right: 0px;
} */

.checkpoints {
    width: 100%;
    float: left;
    padding-top: 10px;
}

.checkpoints.inside-area {
    margin-bottom: 0px;
    max-width: 230px;
    position: relative;
    padding: 0px 15px 15px;
    margin-top: 10px;
    background-color: #fff;
    padding-top: 5px;
}

.checkpoints li {
    width: auto;
    padding-right: 25px;
}
.flg-card h6 {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #ffffff;
}

.flg-card a {
    position: absolute;
    top: 7px;
    right: 10px;
    z-index: 5010;
}

.checkpoints.flg li {
    width: auto !important;
    padding-right: 15px;
}

.checkpoints.flg h3 {
    font-size: 26px;
    line-height: 28px;
    font-weight: 400;
}

.checkpoints img {
    position: relative;
    top: 4px;
    width:18px;
    margin-right: 3px;
}
ul.checkpoints.flg h3, #tip-small {
    padding-left: 15px;
    padding-right: 15px;
}
.flg-card {
    background-color: #3D86C6;
    padding: 15px 0px 0px;
    /* box-shadow: 5px 10px 25px #d7d7d7; */
    box-shadow: 5px 10px 25px #929292;
    border-radius: 5px;
    position: relative;
    top: 50vh;
    left: 115%;
    min-width: 230px;
    float: left;
    overflow: hidden;
}

.show-767 {
    display: none;
}


/***********  .nav   ************/

.container.m-menu {
    display: none;
}

.container .nav {
    position: absolute;
    top: 0px;
    right: 0;
    overflow: hidden;
    width: 100%;
}


/************** .nav .toggle  *******************/

.container .nav .toggle {
    position: absolute;
    float: left;
    height: 20px;
    width: 20px;
    background: #ffffff00;
    z-index: 2;
    cursor: pointer;
    top: 20px;
    right: 0;
}

.container .nav .toggle li {
    list-style: none;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000000;
    transform: translate(0, -50%);
    transition: all .8s ease-in-out;
    right: 15px;
}

.container .nav .toggle li:nth-of-type(1) {
    top: 20%;
}

.container .nav .toggle li:nth-of-type(2) {
    top: 50%;
}

.container .nav .toggle li:nth-of-type(3) {
    top: 80%;
}

.container .nav .toggle.active li:nth-of-type(1) {
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
}

.container .nav .toggle.active li:nth-of-type(2) {
    left: 100%;
    opacity: 0;
}

.container .nav .toggle.active li:nth-of-type(3) {
    top: 50%;
    transform: translate(0, -50%) rotate(-45deg);
}


/*************  .nav .menu  *************/

.container .nav .menu {
    position: relative;
    float: left;
    height: 100vh;
    line-height: 60px;
    background: #ffffff;
    left: 104%;
    transition: all .8s ease-in-out;
    z-index: 2;
    width: 100% !important;
    top: 60px;
    padding-top: 5px;
}

.container .nav .menu.active {
    left: 0;
}

.container .nav .menu li {
    list-style: none;
    position: relative;
    float: left;
    height: 100%;
}

.container .nav .menu li a {
    position: relative;
    display: inline-block;
    height: 100%;
    padding: 0 20px;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
}

.toggle-menu {
    display: none;
    cursor: pointer;
}

.toggle-menu i {
    font-size: 20px;
    margin-top: 10px;
}

.small_filters {
    padding: 15px 0;
    /* float: none; */
    width: 100%;
    margin-bottom: 0;
    display: none;
    position: relative;
    margin-bottom: 15px;
}

.sel_reg {
    float: left;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    margin-right: 25px;
    width: 44%;
    border-bottom: 2px solid #cecece;
    padding-bottom: 2px;
}

.sel_reg i {
    float: right;
    color: #ea7926;
    font-size: 16px;
    margin-top: 5px;
}

.sel_net {
    float: left;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    margin-right: 0;
    width: 44%;
    border-bottom: 2px solid #cecece;
    padding-bottom: 2px;
}

.sel_net i {
    float: right;
    color: #ea7926;
    font-size: 16px;
    margin-top: 5px;
}

#remarks-text {
    max-width: 280px;
    margin-right: 0;
    padding-right: 0;
    font-size: 13px;
    line-height: 20px;
}

.countries-network .col-6 {
    width: 42%;
}
#myModal .modal-content {
    width: 31%;
}
.tab-content{
    height: 65vh;
    overflow-y: scroll;
    scrollbar-color: #3D86C6 #ffffff;
    scrollbar-width: thin;
}
/*********Custom UI************/
.globe-text .button-wrap .btn {
    border-radius: 2px;
    background: #EA7926;
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.21);
    border: none;
    color: #fff;
    width: 100%;
    padding: 14px;
    font-family: 'Gotham Pro';
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    transition: .3s;
}

.globe-text .button-wrap .btn:hover {
    background: #CC6114;
}

.globe-text .button-wrap {
    margin-top: 20px;
}

.globe-text .content-section-custom {
    margin-top: 30px;
    line-height: 1.4;
}

.custom-grid-btn-wrap {
    max-width: 440px;
}

.custom-grid-btn-wrap .countries-network .row {
    gap: 20px;
}

.custom-grid-btn-wrap .countries-network .row h2, .custom-grid-btn-wrap .countries-network .row p {
    margin: 0;
}

.custom-grid-btn-wrap .countries-network .row .col-6 {
    width: 50%;
}

.custom-grid-btn-wrap .countries-network .row p {
    padding: 15px 10px;
}

.left-text .main.pe-0 {
    padding-right: 0 !important;
}

.llogo .tataLogo {
    width: 100%;
    max-width: 227px;
}

.text-center.globe-text-bottom {
    text-align: center;
    font-family: sans-serif;
    font-size: 17px;
    display: table;
    margin: 8px auto 15px;
    background: #e2e3e5;
    padding: 8px 16px;
    border-radius: 5px;
    font-weight: 600;
}

/**** *******/
.row.main-row {
    justify-content: space-evenly;
}
img.tb-img {
    width: 480px;
    margin-bottom: 10px;
}
section#globe-sec {
    position: relative;
}
.text-box {
    max-width: 485px;
    position: absolute;
    top: 60px;
    left: 40px;
    z-index: 2;
}
.text-box p {
    font-size: 26px;
    line-height: 1.3em;
}
.mp-btn-div {
    position: absolute;
    right: 20px;
    top: 25px;
    display: flex;
    gap: 10px;
    z-index: 9;
}
a.legend-icon {
    font-size: 16px;
    color: #333333;
    line-height: 1.4em;
    display: flex;
}
a.legend-icon {
    font-size: 16px;
    color: #333333;
    line-height: 1.4em;
    display: flex;
    padding: 12px;
    border-radius: 2px;
    font-family: 'Gotham Pro';
    font-weight: 500;
    background-color: #ffffff;
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in;
    padding-left: 40px !important;
    position: relative;
}
a.legend-icon:hover {
    color: #3D86C6;
}
a#ftrmenu {
    padding: 12px 12px;
}
a.legend-icon img{
    margin-right: 5px;
    left: 12px;
    padding-top: 3px;
}
.globe-legend, .globe-filter {
    cursor: pointer;
    /* z-index: 10; */
}
.legend-icon img {
    width: 20px;
    transition: 0.3s ease-in;
}
a.legend-icon:hover .lrgends-img {
    opacity: 0;
}
a.legend-icon:hover .lrgends-img-hov {
    opacity: 1;
}
a.legend-icon .lrgends-img-hov {
   opacity: 0;
}
/*****popup css*****/
#openModalButton {
    padding: 10px 20px;
    cursor: pointer;
}
a.legend-icon img {
    position: absolute;
}
.modal {
    display: none; 
    position: fixed; 
    z-index: 9; 
    right: 0;
    bottom: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    /* background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);  */
    background-color: transparent; 
    padding-top: 60px;
    /* box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.07); */
}

.modal-content {
    background-color: #fefefe;
    margin: 0;
    padding: 0;
    width: 42%;
    position: absolute;
    right: 0;
    bottom: 20px;
    margin-right: 20px;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
}
.border-btm {
    border-bottom: 1px solid #B1B3B6;
    margin-bottom: 20px;
}
.close {
    font-size: 28px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
/***** tabs css *****/
.tabs {
    width: 100%;
    margin: 0 auto;
}

.tab-buttons {
    display: flex;
    justify-content: center;
    background-color: #3D86C6;
    padding-left: 80px;
    border-radius: 6px 6px 0 0;
}

.tab-button {
    padding: 10px 20px 7px 20px;
    cursor: pointer;
    background-color: #3D86C6;
    border: none;
    outline: none;
    transition: background-color 0.3s;
    font-size: 16px;
    font-family: 'Gotham Pro';
    font-weight: 500;
    color: #ffffff;
    margin-top: 12px;
    position: relative;
}

.tab-button.active {
    color: #3D86C6;
    background-color: #ffffff;
    border-radius: 6px 6px 0 0;
}

.tab-content {
    display: none;
    padding: 20px;
}

.tab-content.active {
    display: block;
}

.tab-content .row {
    display: flex;
    justify-content: space-around;
    align-items: flex-start
}

.tab-content .column {
    flex: 1;
    padding-right: 10px;
    box-sizing: border-box;
    margin: 0;
}
.tab-content li {
    font-size: 14px;
    color: #333333;
    font-family: 'Gotham Pro';
    font-weight: 400;
    line-height: 22px;
}
button#tab-text {
    position: absolute;
    left: 20px;
    top: 18px;
    background-color: transparent;
    font-family: 'Gotham Pro';
    font-weight: 500;
    font-size: 20px;
    cursor: none;
    border: none;
    padding: 0;
    color:#ffffff;
}
p.tab-subhead {
    font-size: 18px;
    font-weight: 500;
    color:#333333;
    font-family: 'Gotham Pro';
    margin-top: 0;
    margin-bottom: 12px;
    padding-bottom: 2px;
    border-bottom: 1px solid #CBCBCB;
}
#ftrModal .modal-content {
    width: 18%;
    padding: 0px 0px 0 0px;

}
#ftrModal {
    margin-bottom: -100%;
    transition: all 1.5s ease-in-out;
}
#ftrModal.animee {
    margin-bottom: 0%;
}
.check-head.network {
    background-color: #3D86C6;
    padding: 20px 20px;
    border-radius: 5px 5px 0px 0px;
}
.check-head.network h4{
    color: #fff;
    margin-bottom: 0px;
}
/**** checkbox css***/
.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    display: inline-block;
    height: 20px;
    width: 20px;
    padding-left: 30px;
    width: 96%;
}

.styled-checkbox + label:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #444;
    background-color: white;
    transition: background 0.3s;
}

.styled-checkbox:checked + label:before {
    background-color: #3d86c6;
}
/****social media icon hide******/
div#st-2 {
    display: none !important;
}
.unstyled li:last-child {
    padding-bottom: 0 !important;
}
header {
    z-index: 9 !important;
    position: relative;
}
