/* 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;
}

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-left: 80px;
    padding-right: 80px;
}

section.container-fluid {
    padding: 16px 50px;
    background-color: #ffffff;
    box-shadow: 0px 1px 2px #d7d7d7;
    -webkit-box-shadow: 0px 1px 2px #d7d7d7;
    -moz-box-shadow: 0px 1px 2px #d7d7d7;
}

.container {}

.row {
    margin: 0px !important;
    display: flex;
}

.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: 30px;
}

div#desk_net {
    display: flex;
}

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: 26px !important;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
}

.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: #EA7926;
    border: 0.5px solid #EA7926;
}

.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%;
}
.check-boxes {
    padding-bottom: 30px;
    padding-right: 5%;
}

.check-boxes.network {
    padding-bottom: 20px;
}

.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: 25px;
    margin-right: auto;
    float: left;
}

.checkpoints.flg:after {
    content: url(https://www.tatacommunications.com/apps/interactive-globe/images/card-icon.gif);
    position: absolute;
    top: 26px;
    right: 0px;
}

.checkpoints {
    width: 100%;
    float: left;
}

.checkpoints.inside-area {
    margin-bottom: 5px;
    max-width: 315px;
}

.checkpoints li {
    width: auto;
    padding-right: 25px;
}

.flg-card h6 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}

.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: 32px;
    font-weight: 400;
}

.checkpoints img {
    position: relative;
    top: 4px;
}

.flg-card {
    background-color: #ffffff;
    padding: 30px;
    /* box-shadow: 5px 10px 25px #d7d7d7; */
    box-shadow: 5px 10px 25px #929292;
    border-radius: 5px;
    position: relative;
    top: 50vh;
    left: 100%;
    min-width: 280px;
    float: left;
}

.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%;
}

/*********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;
}