


body,
html {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    overflow-y: auto;
    font-family: 'Lato', sans-serif; !important;
    font-size: 15px !important;
    line-height: 24px !important;
    color: #000000  
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
a {
    margin: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif;;
    color: #000000;
}

a {
    text-decoration: none;
    color: #3D86C6 ;
}

p {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #efefef !important;
}

*,
::after,
::before {
    box-sizing: border-box;
}

.tci_heading1 h1 {
    font-size: 69px;
    line-height: 79px;
    font-weight: 900;
    color: #ffffff  ;
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;;
  }

.tci_heading2 h2 {
    font-size: 59px;
    line-height: 70px;
    font-weight: 900;
    color: #ffffff  ;
    margin-bottom: 30px;
    font-family: 'Lato', sans-serif;;
}

.tci_cs_heading h3 {
    font-size: 46px;
    line-height: 54px;
    font-weight: 400;
    color: #3D85C6  ;
    margin-bottom: 30px;
    font-family: 'Lato', sans-serif;;
}
.tci_heading3 h3 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #0C2146;
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif;
  }

.tci_subhead h4 {
    font-size: 25px;
    line-height: 32px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;;
  }

h5.tci_heading5 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;;
}

.tci_heading6 h6 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: 'Lato', sans-serif; !important;
}


/* p.heading-16 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 900;
} */

.heading-16 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin: 10px 0 0px 0 !important;
}

a {
    font-weight: 500 !important;
    font-family: 'Lato', sans-serif;;
    cursor: pointer
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}


/* side nav start*/

a#data-side-1 {
    border-bottom: 0px;
    color: #3D86C6;
    font-family: 'Lato', sans-serif;;
}

.mySidenav::-webkit-scrollbar {
    width: 4px !important;
    margin-left: 5px !important;
    height: 3px;
}

.mySidenav::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    margin-left: 5px !important;
    background: #dedede05 !important;
    width: 1px;
}

.mySidenav::-webkit-scrollbar-thumb {
    background-color: #3D86C6 !important;
    outline: 0px solid #3D86C6 !important;
    width: 1px !important
}

.mySidenav {
    scrollbar-width: thin;
    scrollbar-color: #dedede #fff;
}

.sidenav {
    height: 100%;
    width: 440px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: -440px;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
    box-shadow: 0px 0px 0px 0px #ddddddb5;
}

.sidenav a:hover,
.sidenav a.active {
    color: #3D86C6;
    font-weight: bold;
}

.sidenav .closebtn {
    position: absolute;
    top: 32px;
    right: 30px;
    font-size: 36px;
    color: #fff;
    background: #3D86C6;
    padding: 0;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    line-height: 32px;
    text-align: center;
    font-weight: normal;
    margin-right: 0;
    font-family: 'Lato', sans-serif;;
    border: none;
}

.sidenav .closebtn:hover {
    animation: zoom-in-zoom-out 1.5s infinite !important;
    color: #fff;
}

.sidenav.active {
    left: 0;
    box-shadow: 5px 0px 29px 5px #dedede90;
}

.navop-sec {
    padding-bottom: 80px;
}

.sidenav a.contact-link {
    margin-top: 80px;
}

.sidenav a.contact-link,
.sidenav a.share-link {
    position: relative;
    padding-left: 40px;
}

.sidenav a.contact-link::before,
.sidenav a.share-link::before {
    content: '';
    background-image: url(../images/phone-icon.png);
    height: 25px;
    width: 25px;
    background-size: cover;
    position: absolute;
    bottom: 11px;
    left: 0;
}

.sidenav a.contact-link::after,
.sidenav a.share-link::after,
.sidenav a.closebtn::after {
    content: none
}

.sidenav a.share-link::before {
    content: '';
    background-image: url(../images/share-icon.png);
}

.sidenav a::after,
.sidenav a.contact-link::after,
.sidenav a.share-link::after {
    content: ' ';
    position: absolute;
    right: 5px;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #dedede;
    display: none !important;
}

.navleft {
    /* position: absolute; */
    top: 15px;
    left: 40px;
}

.navleft img {
    width: 12%;
}

.navleft .bars {
    display: block;
    /* width: 27px; */
    height: 3px;
    position: relative;
    background: #3D86C6;
    border-radius: 20%;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
    margin-left: 11.5px;
    margin-bottom: 0px;
    margin-bottom: 5px;
}


/* .navleft .bars:first-child {
	top: 18px;
}
.navleft .bars:nth-child(2) {
	top: 25px !important;
}
.navleft .bars:nth-child(3) {
	top: 32px;
} */

.bars.bar-one {
    width: 17px;
}

.bars.bar-two {
    width: 23px;
}

.bars.bar-three {
    width: 27px;
}

.navleft>span {
    display: table-cell;
    vertical-align: middle;
}

.navleft {
    display: table;
    height: 50px;
    width: 50px;
    background: #fff;
}

.navleft .bars:last-child {
    margin-bottom: 0;
}

.navleft:hover span.bars {
    background-color: #3D86C6;
}

.close-btn a {
    font-family: 'vodafone_rgregular' !important;
    line-height: 41px !important;
}

.sidenav .active::after,
.sidenav a:hover::after,
.sidenav a.contact-link:hover::after,
.sidenav a.share-link:hover::after,
.sidenav a.contact-link:hover::after,
.sidenav a.share-link:hover::after {
    border-left: 6px solid #3D86C6;
}

.menu-btn:hover,
a.contact-link:hover,
a.share-link:hover {
    color: #3D86C6 !important;
    cursor: pointer;
}

.navleft.trans-nav span:nth-child(1) {
    transform: rotate(45deg) translate(-6px, -1px);
}

.navleft.trans-nav span:nth-child(2) {
    display: none;
}

.navleft.trans-nav span:nth-child(3) {
    transform: rotate(-45deg) translate(-7px, -1px);
}

.row.cs-filter-row {
    position: relative;
    z-index: 503 !important;
    padding-left: 100px;
}

a.closebtn:hover {
    font-weight: 400 !important;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.popup a.close:hover {
    animation: zoom-in-zoom-out 1.5s infinite !important;
}

a.closebtn:hover {
    color: #ffffff !important;
    box-shadow: 0px 7px 30px -6px rgb(0 0 0 / 10%);
    transition: 0.3s ease;
    border-bottom: 1px solid #ffffff;
    background-color: transparent;
}

.head-padding {
    padding-bottom: 20px;
}

.navop-sec .back-text {
    position: absolute;
    top: 48px;
    left: 26.5%;
    font-size: 16px;
    font-family: 'Lato', sans-serif;;
    display: none;
}

div#mySidenav {
    z-index: 1600;
}

.navleft:hover span.bars {
    background-color: #fff;
}

.navleft:hover {
    background: #3D86C6;
    /* padding-left: 11.5px; */
}

.navleft:hover {
    animation: zoom-in-zoom-out 1.5s infinite !important;
}

.navleft {
    border-radius: 4px;
}

.sidenav .closebtn {
    height: 50px;
    width: 50px;
    line-height: 50px !important;
    border-radius: 2px;
    font-size: 60px;
    background: #fff;
    background-color: rgb(255, 255, 255);
    color: #3D86C6;
    box-shadow: 0px 0px 21px 0px rgba(62, 62, 62, 0.1);
    right: auto;
}

a.closebtn:hover {
    color: #ffffff !important;
    box-shadow: 0px 7px 40px -3px rgba(2, 2, 2, 0.7);
    transition: 0.3s ease;
    border-bottom: 0px solid #ffffff;
    background-color: #3D86C6;
}


/* side nav end */


/**Start Header css **/

header {
    position: relative;
}

.tci_header_row {
    /* height: 80px; */
    background-color: #ffffff;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 40px !important;
    padding-left: 40px !important;
    align-items: center !important;
    position: absolute;
    /* right: 0;
    left: 0; */
    top: 0;
    z-index: 9;
    -webkit-box-shadow: 0 3px 5px rgba(240, 243, 247, 0.925);
    -moz-box-shadow: 0 3px 5px rgba(240, 243, 247, 0.925);
    box-shadow: 0 3px 5px rgba(240, 243, 247, 0.925);
}

.tci_header_right {
    display: flex;
    justify-content: right;
    align-items: center;
}

.four_icon_box img {
    height: 50px;
    width: auto;
}

.tci_header_row ul {
    list-style: none;
    margin-bottom: 0px !important;
}

.tci_header_list {
    align-items: center;
    display: flex;
    cursor: pointer;
}

.tci_header_items {
    padding: 0px 10px;
}


/**End Header css  **/

.tci_reshapig_cloud {
    height: 590pt;
    width: 842pt !important;
    position: relative;
    padding: 50px 50px 40px 50px;
  }

.tci_readon_btn a,
.tci_readon_cover a {
    background-color: #fff !important;
    padding: 10px 50px 10px 30px !important;
    border: 1px solid #3D85C6;
    color: #3D85C6;
    position: relative;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Lato', sans-serif;;
}

.three_btn {
    padding-top: 40px;
    padding-bottom: 30px;
}

.tci_three_btn a {
    font-size: 15px;
    line-height: 26px;

}

.tci_three_btn.tci_ss {
    position: relative;
}

.tci_three_btn.tci_ss a {
    border: 1px solid #3D85C6;
}

.tci_three_btn.tci_ss a {
    color: #ffffff !important;
    background-color: #3D85C6;
    padding: 10px 40px 10px 20px;
    position: relative;
}

.tci_three_btn.tci_ss a::after {
    background-image: url(../assets/bottom-white-chevron.svg);
    width: 15px;
    height: 15px;
    position: absolute;
    content: "";
    right: 8%;
    margin-top: 0px;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
    bottom: 6px;
    background-size: contain;
}

.tci_wv a,
.tci_rb a {
    text-decoration: underline #3D86C6;
}

.center-btn-col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tci_readon_cls {
    padding-top: 60px;
    padding-bottom: 30px;
}

.tci_subhead_cls {
    padding-top: 20px;
}

a:hover {
    color: #3D85C6 !important;
    text-decoration: none !important;
}

.tci_readon_btn a::after {
    background-image: url(../assets/chevron-bottom-icon.svg);
    width: 17px;
    height: 24px;
    position: absolute;
    content: "";
    left: 75%;
    margin-top: 0px;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
    bottom: -3%;
    background-size: contain;
}

.tci_body_text {
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    color: #0C2146;
  }

.nav_chapters_col {
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow-x: hidden;
    padding-right: 20px !important;
    /* width: 0%; */
}

.tci_nav_mainchapters li .sidenav-list-index {
    box-sizing: border-box;
    min-width: 30px;
    color: #000000;
    padding-right: 10px;
    font-size: 15px;
}

.tci_nav_mainchapters {
    position: relative;
    z-index: 1;
    overflow: auto;
    /*
    background: #FFF no-repeat;
    background-image: -webkit-radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, .075), rgba(0, 0, 0, 0)), -webkit-radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, .075), rgba(0, 0, 0, 0));
    background-image: radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, .075), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, .075), rgba(0, 0, 0, 0));
    background-position: 0 0, 0 100%;
    background-size: 100% 14px;
*/
}

.sidenav_list_main li {
    position: relative;
    transition: background-color .25s;
    overflow: hidden;
    padding: 10px 20px;
    border-top: solid 1px #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

li.tci_nav_chapterrow {
    cursor: pointer;
}

a {
    transition: 0.5s;
}

.tci_dnld_pdf {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3D86C6;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    padding-right: 20px !important;
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 440px;
    overflow: hidden;
    visibility: hidden;
    transition: 0.5s;
}

.active .tci_dnld_pdf {
    animation: 0.4s fadeIn;
    animation-fill-mode: forwards;
}

@keyframes fadeIn {
    99% {
        visibility: hidden;
    }

    100% {
        visibility: visible;
    }
}

.tci_dnldpdf_inner {
    width: 100%;
    height: 100%;
}

.tci_dnld_pdf a {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Lato', sans-serif;;
    font-weight: 500 !important;
    color: #ffffff !important;
    margin-left: 0px !important;
    display: block;
    width: 100%;
    text-align: center;
}

ul.tci_nav_mainchapters {
    margin-bottom: 0px !important;
    padding-bottom: 40px !important;
}

.tci_dnldpdf_inner a::before {
    background-image: url(../assets/download-icon.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    content: "";
    right: 32%;
    bottom: 23%;
    margin-top: 0px;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
    background-size: contain;
}

.left_nav_searchbar {
    background-color: #123C61;
    display: flex;
    align-items: center;
    padding: 15px 20px;
}

.left_nav_searchbar p {
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;;
}

#all_pdf_ckbox label.form-check-label {
    padding-left: 30px;
}

.form-check-label span {
    position: absolute;
    left: 0;
}

.tci_search-right {
    text-align: right;
}


/***Share CSS ***/

.parent-sh a.share-link::before {
    content: '';
    background-image: url(../assets/share-icon.svg);
    height: 25px;
    width: 25px;
    background-size: cover;
    position: absolute;
    bottom: 11px;
    left: 121px;
}

.parent-sh {
    height: 46px;
}

.sidenav a.share-link {
    position: relative;
    padding-left: 40px;
}

a.share-link {
    height: 50px;
}

.share-ico {
    display: flex;
    position: relative;
    left: 55px;
    top: 9px;
    transition: 0.3s ease-in-out;
    transform: scale(1);
}

.share-ico a,
.share-ico a:hover {
    margin: 0px;
    border-bottom: 0px solid #E60000;
    padding: 0px;
    padding-right: 25px !important;
}


/*** ***/

.text-white {
    color: #ffffff;
}

.text-black {
    color: #000000 !important;
}

.tci_next_btn a {
    cursor: pointer;
}

.tci_next_btn a::after {
    background-image: url(../assets/next-btn.svg);
    width: 60px;
    height: 80px;
    position: absolute;
    content: "";
    right: 0;
    margin-top: 0px;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
    bottom: 40%;
    background-size: contain;
    cursor: pointer;
}


.middle_next_btn::after {
    background-image: url(../assets/arrow-next-white.svg);
    width: 30px;
    height: 30px;
    position: fixed;
    content: "";
    right: 4px;
    margin-top: 0px;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
    bottom: 50.6%;
    background-size: contain;
    cursor: pointer;
}

.next_next_btn a::after {
    background-image: url(../assets/arrow-double-next.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    content: "";
    right: 5px;
    margin-top: 0px;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
    bottom: 53.1%;
    background-size: contain;
    cursor: pointer;
    z-index: 999;
}

.next_next_bluebtn a::after {
    background-image: url(../assets/arrow-double-next.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    content: "";
    right: 5px;
    margin-top: 0px;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
    bottom: 53.1%;
    background-size: contain;
    cursor: pointer;
    z-index: 999
}

#com_cloud_id2 .next_next_btn a::after,
#cdop_id3 .next_next_btn a::after {
    bottom: 52.8%;
}

.cdo_perspective_s202 {
    width: 100%;
}

.cdop_s202 {
    padding: 40px 50px 40px 50px !important;
   }

.tci_cdop-content {
    padding-top: 20px;
}

.cloud_team_memeber {
    display: flex;
    flex-direction: row;
    padding-top: 20px;
}

.Srinivasan-CR-img img {
    width: 130px;
    margin-right: 20px;
}

.p-without-mrgn {
    margin: 0px !important;
}

p.tci_body_text.top-p {
    margin-top: 0px !important;
}

.cdop-card-text .tci_body_text a {
    color: #3D86C6;
    font-weight: 400 !important;
}

.container {
    max-width: 842pt !important;
    width: 100% !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

.tci_readon_btn a:hover,
.tci_readon_cover a:hover,
.tci_three_btn.tci_ss a:hover,
.modal-footer a:hover,
.cs_button a:hover,
.tci_readon_btn.blue-btn a:hover {
    background-color: #123C61 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}

.tci_readon_btn a:hover::after {
    background-image: url(../assets/chevron-bottom-icon-white.svg)
}

.tci_readon_cover a:hover::after {
    background-image: url(../assets/solid-right-blue-chevron-white.svg)
}

.tci_header_items:first-child {
    padding-left: 0px !important;
}

.form-check .form-check-label {
    padding-left: 5px;
}
.cdop_card {
    height: auto;
    background-color: #ffffff;
    margin: 40px 22px 0px 22px !important;
    padding: 25px 20px 20px;
  }

.cdop-card-text p {
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #F2F2F2;
    cursor: pointer;
}

.enabling-digital img {
    width: 100%;
}

.enabling-digital-main {
    padding-top: 30px;
}

.tci_powering {
    padding-right: 7% !important;
}

.tci_trends {
    padding-left: 7% !important;
}

.cdop-card-text p:hover {
    border-bottom: 1px solid #3D86C6;
    color: #3D86C6 !important;
}

.cp_right_img img {
    width: 100%;
    margin-top: 20px;
    /* height: 550px; */
}

.cdop_s202_rgt {
    padding-left: 25px !important;
}

.cdop_s202_lft {
    padding-right: 25px !important;
}

.unified_cloud_img img {
    width: 86% !important;
    margin-top: 60px;
}

.col-pad-rgt {
    padding-right: 4% !important;
}

.cp03 .col-pad-rgt {
    padding-right: 10% !important;
}

.tci_subhead_cls {
    padding-right: 5% !important;
}

.cdop_01 .col-pad-rgt {
    padding-right: 5% !important;
}

.cover_01 .col-pad-rgt {
    padding-right: 10% !important;
}

.cs-logo img {
    padding-bottom: 10px;
    max-width: 100%;
}

.cs02_rgt_sec {
    padding-left: 40px !important;
}

.tci_testimonial {
    background-color: #EFF5FA;
    padding: 40px 40px 40px 80px;
    /* position: relative; */
}

.four_icon_box:nth-child(2) {
    padding-right: 0px !important;
}

.tci_heading6 h6::before {
    background-image: url(../assets/quote-icon.svg);
    width: 28px;
    height: 26px;
    position: absolute;
    content: "";
    left: -37px;
    margin-top: 0px;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
    top: 0px !important;
    background-size: contain;
}

.four_icons_box {
    margin-bottom: 20px;
    margin-top: 20px;
  }

.four_icon_box {
    padding: 10px 15px !important;
}

.tci_outer_cls {
     box-shadow: 0 1px 3px #f8f9fa, 0 1px 2px #e9ecef;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.main_cs01_start .tci_readon_cls {
    padding-top: 25px;
}

li .row.tci_nav_chapterrow:hover {
    background-color: #EFF5FA;
}

li .row.tci_nav_chapterrow:active {
    background-color: #EFF5FA;
}

form.searchbox {
    border: 1px solid #123C61;
}

span.cs_foot_line {
    font-size: 24px !important;
    font-family: 'Lato', sans-serif;;
    color: #e0e0e0;
    font-weight: 300;
    padding: 0px 10px 0px 10px;
}

span.cs_foot_text {
    font-family: 'Lato', sans-serif;;
    font-weight: 400;
    color: #828282;
    font-size: 12px;
    line-height: 16px;
}

.cs_footer img {
    padding-bottom: 10px;
}

.row.cs_footer {
    display: flex;
    padding-top: 50px;
}

.row.cs_footer.pt-custom {
    padding-top: 30px;

}

.trends_tstimonial h6 {
    position: relative;
}

.cs_chptr_02 {
     position: relative;
    width: 100% !important;
    padding: 40px 50px 40px 50px !important;
}

.tci_readon_btn.blue-btn a::after {
    background-image: url(../assets/bottom-white-chevron.svg);
    width: 15px;
    height: 15px;
    position: absolute;
    content: "";
    left: 87%;
    margin-top: 0px;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
    bottom: 7px;
    background-size: contain;
}

.row.tc_two_btn {
    padding-top: 20px;
    padding-bottom: 15px;
}

.tci_readon_btn.blue-btn a {
    padding: 10px 43px 10px 19px;
    background-color: #3D86C6 !important;
    color: #ffffff !important;
}

.wtot_bg_btn a {
    align-items: end;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Lato', sans-serif; !important;
    font-weight: 500 !important;
    color: #3D86C6 !important;
    cursor: pointer;
}

.rgt-btn-col {
    display: flex;
    justify-content: right;
    align-items: center;
}

.izo_cstorage_box {
    border-left: 0 !important;
    padding: 10px 0px 0px 0px !important;
    margin-bottom: 0px !important;
}

.izo_cstorage_box .four_icon_box {
    padding: 0px 30px 10px 30px !important;
}

.izo_cstorage_box .four_icon_box:nth-child(1) {
    padding-left: 0px !important;
}

.izo_cstorage_box .four_icon_box:nth-child(2) {
    padding-right: 0px !important;
}

p.paragraph_head {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

.top_cntt_img img {
    width: 100%;
    padding: 0px 0px 20px 0px;
}

.tci_icon_list {
    position: relative;
}

.tci_icon_list p {
    padding-left: 50px;
}

.tci_icon_list p::before {
    width: 40px;
    height: 27px;
    position: absolute;
    content: "";
    left: 0%;
    margin-top: 0px;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
    background-size: contain;
    top: 4px !important;
}

.tci_heading1_blue h2 {
    color: #3D86C6 !important;
    font-weight: 400 !important;
    padding-bottom: 30px !important;
}

.pc-img img {
    width: 100%;
}

.col.all-cs img {
    width: 100%;
}

.all-cs p {
    padding: 5px 15px 0px;
    margin-top: 5px !important;
}

.ss-item-box .tci_body_text {
    font-size: 16px;
    line-height: 22px;
}

.all-cs p {
    padding: 5px 15px 12px;
}

.all-cs:hover {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.all-cs:hover .all-cs p {
    color: #3D85C6 !important;
}

.cs-first-row {
    margin-bottom: 20px;
    display: flex !important;
    /* justify-content: space-between; */
}

p.filter-text {
    font-size: 14px;
    line-height: 18px;
    color: #D8D6DE;
    margin: 0px !important;
    border: 1px solid #d8d6de;
    font-family: 'Lato', sans-serif; !important;
    padding: 10px 20px;
    margin: 0px 5px !important;
    height: auto;
}

.row.filter_top {
    padding-bottom: 20px;
}

.row.cs-filter-row {
    padding-top: 5px;
}

p.filter-text::after {
    background-image: url(../assets/filter-chevron.svg);
    width: 15px;
    height: 24px;
    position: absolute;
    content: "";
    left: 82%;
    margin-top: 0px;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
    bottom: -1%;
    background-size: contain;
}

select {
    appearance: none;
    outline: 0;
    border: 1px solid #717171;
    border-radius: 4px;
    box-shadow: none;
    flex: 1;
    padding: 8px 20px;
    margin: 0px 5px !important;
    color: #717171;
    background-color: white;
    background-image: none;
    cursor: pointer;
    width: 100%;
}

select::-ms-expand {
    display: none;
}

#item1_10_2 .ss-item-box {
    width: 22%;
}

.filter_select {
    position: relative;
    display: flex;
    overflow: hidden;
    font-size: 15px;
    line-height: 22px;
}

.filter_select::after {
    background-image: url(../assets/filter-chevron.svg);
    width: 15px;
    height: 24px;
    position: absolute;
    content: "";
    left: 82%;
    margin-top: 0px;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
    bottom: -1%;
    background-size: contain;
    transition: .25s all ease;
    pointer-events: none;
}

.tci_copyright {
    /* border-top: 1px solid #F2F2F2; */
    margin-top: 10px;
}

p.text-12 {
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    margin: 0px !important;
    font-weight: 400;
    font-family: 'Lato', sans-serif; !important;
}

.tci_copyright p.tci_body_text {
    margin-bottom: 10px !important;
}

.text_link_box {
    margin-top: 100px;
}

.text_link_box p.tci_body_text {
    color: #ffffff !important;
}

.tci_cldfication img {
    width: 100%;
    padding-bottom: 15px;
}

.trends_testimonials_col {
    margin: 0px 20px;
}

.trends_testimonials_col:first-child {
    margin-left: 0px !important
}

.trends_testimonials_col:last-child {
    margin-right: 0px !important
}

.trends_tstimonial h6 {
    font-size: 18px !important;
    line-height: 1.4;
    font-weight: 400;
    position: relative; color: #0C2146;
}

.trends_tstimonial {
    /* margin-bottom: 15px !important; */
    padding: 20px 20px 20px 60px !important;
}

.trends_testimonials_col p:first-child {
    margin-top: 0px !important;
}

ul.tci_ul_list {
    list-style: none;
}

ul.tci_ul_list li {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    line-height: 28px;
}

ul.tci_ul_list li::before {
    background-color: #3D86C6;
    content: "";
    position: absolute;
    left: 5px;
    width: 6px;
    display: inline-block;
    top: 7px;
    height: 6px;
}

.tci_nav_chapterrow a {
    font-size: 15px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    color: #000000 !important;
    font-family: 'Lato', sans-serif; !important;
}

.tci_nav_chapterrow.active {
    background-color: #EFF5FA;
}

#cdop_id2 {
    display: none;
}

ol {
    list-style-position: inside;
    border-bottom: solid 1px #f2f2f2;
    margin: 0 !important;
    padding: 0 !important;
}

.tci_outer_cls {
    position: relative;
    overflow: hidden;
}

.read_on_box {
    position: absolute;
    height: 100%;
    background-color: blue;
    bottom: -200%;
    width: 100%;
    transform: translate3d(0, 0px, 0);
    transition: .3s;
}

.read_on_box.read_on_1_active {
    transform: translate3d(0, 0px, 0);
    bottom: -70px;
    /* bottom: 0px; */
    z-index: 1500;
}

.read_on_box-header {
    background-color: white;
    display: flex;
    justify-content: center;
    box-shadow: inset 0px 0px 2px #00000017;
    padding: 3px 0;
}

.read_on_box-header a {
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.read_on_box.read_on_2_active {
    transform: translate3d(0, 0px, 0);
    bottom: -70px;
    /* bottom: 0px; */
    z-index: 1500;
}

.ss-item-box {
    float: left;
    width: 19%;
    margin-bottom: 20px;
}

.ss-item-box a img {
    width: 100%;
}

.tcx_unified {
    background-color: #3D86C6;
    padding: 10px 0px;
    margin-bottom: 10px;
}

.tcx_unified h5 {
    text-align: center;
    color: #ffffff;
}

.uce_row_col {
    border: 1px solid #9BB7E0;
    margin: 0px 7px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
}

.uce_row_col:first-child {
    margin-left: 0px !important
}

.uce_row_col:last-child {
    margin-right: 0px !important
}

.uce_row_maincol {
    background-color: #9BB7E0;
    padding: 5px 20px;
    position: relative;
    display: flex;
    align-items: center;
    width: 13%;
}

.uce_row_maincol p::before,
.uce_row_maincol.uce_row2 p::before,
.uce_row_maincol.uce_row3 p::before,
.uce_row_maincol.uce_row4 p::before,
.uce_row_maincol.uce_row5 p::before,
.uce_row_maincol.uce_row6 p::before {
    width: 25px;
    height: 25px;
    position: absolute;
    content: "";
    left: 20px;
    margin-top: 0px;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
    background-size: contain;
}

.uce_row_maincol p::before {
    background-image: url(../assets/Managed-services-icon.svg);
}

.uce_row_maincol.uce_row2 p::before {
    background-image: url(../assets/Professional-services.svg);
}

.uce_row_maincol.uce_row3 p::before {
    background-image: url(../assets/App-services.svg);
}

.uce_row_maincol.uce_row4 p::before {
    background-image: url(../assets/Security.svg);
}

.uce_row_maincol.uce_row5 p::before {
    background-image: url(../assets/Security.svg);
}

.uce_row_maincol.uce_row6 p::before {
    background-image: url(../assets/Network.svg);
}

.uce_row_maincol p {
    padding-left: 35px;
    text-align: left !important;
}

.text-14 {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

.uce_row_inner {
    margin-bottom: 10px;
    padding-top: 10px;
}

.uce_row_col1 {
    width: 18%;
}

.uce_row_col2 {
    width: 20%;
}

.uce_row_col3 {
    width: 14%;
}

.uce_row_col4 {
    width: 12%;
}

.uce_row_col5 {
    width: 18%;
}

.uce_row1_col1 {
    width: 19%;
}

.uce_row1_col2 {
    width: 22%;
}

.uce_row1_col3 {
    width: 25%;
}

.uce_row1_col4 {
    width: 18%;
}

.uce_row_inner {
    width: 100% !important;
    display: flex;
}

.izo_cc h6.no-span {
    display: table;
    white-space: nowrap;
}

.izo_cc h6.no-span::after {
    right: 0;
}

.izo_cc h6.no-span::before {
    left: 0;
    right: 1%;
}

.izo_cc h6.no-span::after,
.izo_cc h6.no-span::before {
    border-top: 2px solid #3D86C6;
    content: '';
    display: table-cell;
    position: relative;
    top: 13px;
    width: 45%;
}

.izo_cc h6 {
    color: #3D86C6;
    font-weight: 700 !important;
}

.izo_cc {
    padding: 10px 0px;
}

.uce_row3,
.uce_row4,
.uce_row5,
.uce_row6 {
    background-color: #123C61;
}

.uce_row_maincol p.text-14 {
    color: #ffffff;
    font-weight: 500 !important;
}

#cs_id01 .tci_reshapig_cloud {
    padding-top: 80px;
}

.inner_sec_toppad {
    padding-top: 40px !important;
    padding-left: 50px;
    padding-right: 50px;
}

.col.testmonial_slider {
    width: 31%;
}

.unified-cloud img {
    width: 100% !important;
}

.row.cdo_perspective_s202.cp03 {
    display: block;
}

.tci_readon_cover a::after {
    background-image: url(../assets/solid-right-blue-chevron.svg);
    width: 11px;
    height: 21px;
    position: absolute;
    content: "";
    left: 75%;
    margin-top: 0px;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
    bottom: 17%;
    background-size: contain;
}


/* .cdop_s202 p.tci_body_text:first-child {
    margin-top: 0px !important;
} */

.pagination-footer {
    position: absolute;
    bottom: 0;
    right: 40px;
}

.pagination-footer-inner {
    position: absolute;
    bottom: 12%;
    right: 40px;
}

p.pagination-text {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-family: 'Lato', sans-serif;;
    text-align: center;
    font-weight: 400;
    margin-right: 20px !important;
}

p.pagination-black-text {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-family: 'Lato', sans-serif;;
    text-align: center;
    font-weight: 400;
    margin-right: 20px !important;
}

.pagination-footer-inner p.pagination-black-text {
    margin: 4px !important;
}


/**** testimonial css***/

#customers-testimonials,
#customers-testimonials1,
#customers-testimonials2 {
    background-color: #EFF5FA;
}

#customers-testimonials.owl-carousel .owl-dots {
    display: none;
}

.owl-dots {
    display: none !important;
}

.cs_button {
    margin-top: 20px;
}
.cs_button a {
    padding: 8px 50px 8px 50px !important;
    background-color: #2979FF !important;
    color: #ffffff !important;
    border: 1px solid #3D85C6;
    color: #3D85C6;
    position: relative;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Lato', sans-serif;
    border-radius: 53px;
  }

.left_form_items {
    float: left;
    width: 50%;
}

.right_form_items {
    float: right;
    width: 50%;
}

.left_form_items .form-check {
    padding-bottom: 10px;
    float: left;
    width: 100%;
    min-height: 55px;
}

.right_form_items .form-check {
    padding-bottom: 10px;
    float: left;
    width: 100%;
    min-height: 55px;
}

.left_form_items .form-check input {
    float: right;
    position: relative;
    margin-right: 80px;
}

.right_form_items .form-check input {
    float: right;
    position: relative;
    left: -60px;
}

.left_form_items .form-check .form-check-label {
    float: left;
    position: relative;
    padding-right: 80px;
}

.right_form_items .form-check .form-check-label {
    float: left;
    position: relative;
    padding-right: 90px;
}

#download_pdf_box h4.modal-title {
    float: left;
    width: 100%;
    text-align: center;
    color: #3D86C6 !important;
}

.row.cdo_perspective_s202.cp03 {
    padding-top: 15px;
}

.modal_header {
    float: left;
    width: 100%;
    position: relative;
    padding: 20px 25px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.tci_iconbox p.tci_body_text {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.tci_iconbox {
    padding-bottom: 30px;
}

.left-btn-col {
    display: flex;
    justify-content: left;
    align-items: center;
}

.cs-logo.cs_03 img {
    width: 14em;
    height: 45px;
}

.tci_icon_listbox li {
    list-style: none;
    position: relative;
    padding-left: 60px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
}

.tci_icon_listbox ul {
    margin-bottom: 0;
    margin-top: 14px;
}

.tci_icon_box {
    position: absolute;
    left: 0;
    top: 0px;
    width: 45px;
}

.tci_icon_box img {
    width: 100%;
}

.row.sap_hana_btn {
    margin-bottom: 20px;
    margin-top: 20px;
}

.sap_hana_img2 img {
    width: 100%;
}

.sap_hana_img3 img {
    width: 100%;
    padding-top: 15px;
}

.heading-pad {
    padding-top: 30px;
}

.tci_text_box {
    background-color: #EFF5FA;
    padding: 10px 30px 25px 30px;
    margin-top: 15px;
}

.tci_text_box.tci_que {
    margin-top: 30px;
}

.sap_hana_img1 img {
    width: 100%;
    margin-top: 30px;
}

.listbox1 .tci_icon_box {
    top: 4px;
}

p.heading-16.blue-text {
    color: #3D86C6;
    padding-bottom: 10px;
}

.cq-row {
    display: flex;
    width: 100%;
    align-items: center;
}

.cq-col1 {
    width: fit-content;
}

ol.tci_od_list {
    list-style: none;
    counter-reset: item;
}

.tci_od_list li {
    counter-increment: item;
    margin-left: 15px !important;
    position: relative;
}

.tci_od_list li::before {
    margin-right: 10px;
    content: counter(item);
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 0;
    font-size: 90%;
}

.cq-col2 {
    width: 100%;
}

.tci_od_list li {
    font-size: 18px;
    line-height: 26px;
    padding-left: 20px;
}

.listbox-icons1 li {
    padding-left: 60px;
    padding-bottom: 30px;
}

.listbox-icons1 .tci_icon_box {
    width: 40px;
}

.listbox-icons1 .tci_icon_box {
    top: -4px
}

.listbox-icons2 .tci_icon_box {
    width: 40px;
}

.listbox-icons2 li {
    padding-left: 60px;
    padding-bottom: 15px;
}

.listbox-icons2 p.heading-16 {
    margin-bottom: 8px !important;
}

.multi_cloud img {
    width: 100%;
}

.right-case-img img {
    width: 100%;
}

.right-case-img {
    text-align: right;
    padding-top: 33px;
}

.rightimgContainer {
    padding: 15px 50px 40px 40px !important;
}

.tci_heading4 h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
}

ul.list-ul {
    padding-left: 22px;
}

ul.list-ul li {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
}

.four_icon_box.p13box {
    padding-left: 0 !important;
    padding-top: 0 !important;
}

.p13box .tci_iconbox {
    padding-bottom: 10px;
}

.four_icon_box.p13box {
    padding-left: 0 !important;
}

.four_icon_box.p13box img {
    width: auto;
}

.migration-digital {
    /* text-align: center; */
    margin-top: 30px;
}

.migration-digital p {
    text-align: left;
}

.migration-digital-2 {
    margin-top: 40px;
}

.migrate-slide {
    position: relative;
}

.migration-digital-2 img {
    width: 100%;
}

.four-box p.tci_body_text {
    margin-bottom: 0px !important;
}

/* 
.migrate-slide:before {
    display: block;
    width: 99.5%;
    content: '';
    border-top: 2px dashed #9bb7e0;
    position: absolute;
    top: 20%;
    right: 0;
} */
.col-md-4.four-box {
    display: flex;
}
.col-md-4.four-box img {
    margin-right: 12px;
    width: 50px;
  }
  .cq-col1 img {
    width: 60px;
    margin-right: 10px;
  }
.tci_icon_listbox.icon-of-40 li {
    padding-left: 60px;
}

.tci_icon_listbox.icon-of-40 img {
    width: 45px;
}

.tci_icon_listbox.icon-of-40.space-of-bottom li {
    padding-bottom: 30px;
}

.simplify-row {
    align-items: center;
}

.middle_next_btn#bb-nav-next17::after {
    background-image: url(../assets/arrow-next-white.svg);
}

.middle_next_btn#bb-nav-prev17::after {
    background-image: url(../assets/arrow-next-white.svg);
    width: 30px;
    height: 30px;
    left: -5px;
    transform: rotate(180deg);
}

.read_on_box-header img {
    max-width: 22px;
    height: auto !important;
    padding: 2px 0;
}

.cs_button {
    float: left;
    width: 40%;
}

.row.cs_footer {
    float: left;
    width: 40%;
}

.clear {
    clear: both
}

.migration-digital img {
    width: 100%;
}

.migration-digital img {
    margin-top: 10px;
}

.cq-row.area-bottom-tc {
    align-items: start;
}

.cq-row.area-bottom-tc .cq-col1 {
    padding-top: 6px;
}

.region_images .tci_icon_box {
    position: absolute;
    left: 0;
    top: 0px;
}

.tci_icon_listbox.region_images li {
    padding-left: 185px;
}


.region_images .tci_icon_box {
    position: absolute;
    left: 0;
    top: 0px;
}

.tci_icon_listbox.region_images li {
    padding-left: 185px;
}

.tci_region {
    color: #3D85C6;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
}

.region_images .tci_icon_box img {
    width: unset;
}

.listbox3 .tci_icon_box {
    width: 35px;
}

.tci_icon_listbox.listbox3 li {
    padding-left: 44px;
}

.fullwidthImg img {
    width: 100%
}

.button_parent .middle_next_btn:first-child {
    display: none;
}

.next_next_btn {
    display: none;
}

.typical-c img {
    width: 100%;
}

.typical-c {
    text-align: right;
}

.two-buttons a {
    font-size: 18px !important;
    line-height: 27px !important;
}

.right-10-padding {
    padding-top: 40px;
}

.multi_cloud {
    text-align: right;
}

.modal_header button.close {
    position: absolute;
    right: 14px;
    top: 3px;
    color: #3D86C6;
    font-weight: 500;
}

.modal-content {
    padding-top: 10px;
}

.modal-footer {
    justify-content: center !important;
}

.modal-footer a {
    background: #3D86C6;
    color: #fff !important;
    padding: 5px 45px 5px 25px !important;
    border-radius: 4px;
    font-size: 16px;
    position: relative;
    border: 1px solid #3D86C6;
}

.modal-footer a::after {
    background-image: url(../assets/solid-right-blue-chevron-white.svg);
    width: 17px;
    height: 16px;
    position: absolute;
    content: "";
    left: auto;
    margin-top: 0px;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
    bottom: 6px;
    background-size: 8px;
    right: 20px;
}

.modal {
    position: fixed;
    top: 20%;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    bottom: 0;
    margin: auto;
}

.modal-lg,
.modal-xl {
    max-width: 900px !important;
}

.button_parent .middle_next_btn:first-child {
    display: none;
}

.next_next_btn {
    display: none;
}

.searchbox {
    position: relative;
    min-width: 50px;
    width: 0%;
    height: 50px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: #123C61;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0px 55px 0px 20px;
    font-size: 18px;
    color: #fff !important;
}

.searchbox-input::-webkit-input-placeholder {
    color: #fff;
}

.searchbox-input:-moz-placeholder {
    color: #fff;
}

.searchbox-input::-moz-placeholder {
    color: #fff;
}

.searchbox-input:-ms-input-placeholder {
    color: #fff;
}

.searchbox-icon {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 22px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: #123C61;
}

.searchbox-open {
    width: 100%;
    border: 1px solid #265278;
    border-radius: 3px;
}

.cs_foot_text a {
    font-weight: 400 !important;
    color: #000000 !important;
}

.tci_acs {
    overflow-y: scroll;
    height: 700px !important;
    /* padding-bottom: 70px !important; */
}

.tci_acs::-webkit-scrollbar {
    width: 4px !important;
    margin-left: 5px !important;
    height: 3px;
}

.tci_acs::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    margin-left: 5px !important;
    background: #dedede05 !important;
    width: 1px;
}

.tci_acs::-webkit-scrollbar-thumb {
    background-color: #3D86C6 !important;
    outline: 0px solid #3D86C6 !important;
    width: 1px !important;
}

.all-cs p.tci_body_text {
    margin-bottom: 0px !important;
}

.cs_chptr_02 .row.cs-first-row.tci_acs {
    overflow: hidden !important;
    height: auto !important;
}

p.tci_body_text.con-white-text {
    font-weight: 500 !important;
    color: #ffffff !important;
}

a.tci_con_link {
    color: #ffffff !important;
}

p.tci_body_text.p-remove-topmrgn {
    margin-top: 5px !important;
}

.padbtm-20 {
    padding-bottom: 20px;
}

.cdop-card-text.on-hover-text p a {
    color: #000000 !important;
    cursor: pointer;
    transition: 0.1s ease !important;
}

.cdop-card-text.on-hover-text p:hover a {
    color: #3D86C6 !important;
}

.cp_04img img {
    width: 100%;
    padding-top: 10px;
}

.padding-top-5 {
    margin-top: 10px;
    padding-top: 5px;
    margin-bottom: 5px;
}

.cloud-s .tci_iconbox img {
    height: auto !important;
    width: auto !important;
}

.padtop-30 {
    padding-top: 30px;
}

.tci_bg8 .tci_heading2 {
    padding-right: 10px !important;
}

.wtot_bg_btn a {
    text-decoration: underline #3D86C6;
}

.wtot_bg_btn a:hover {
    text-decoration: none;
}

/* css start */
.justify-btn,
.justify-btn-two {
    display: flex;
    justify-content: space-between;
}

.btn-hide {
    display: none !important;
}

/*css end */
/* new changes */
.tci_search-right.nav-flex {
    display: none !important;
}

.cloud-port-brochure {
    text-align: center;
    padding-top: 12px;
}

.whitepaper-btn a::after {
    background-image: none;
    content: none !important;
}

.whitepaper-btn.tci_readon_btn a {
    padding: 7px 20px 7px 20px !important;
}

.UL_list li {
    position: relative;
    list-style: none;
    padding-left: 18px;
}

.tci_icon_listbox .UL_list li {
    padding-left: 20px;
    padding-bottom: 0px;
}

.UL_list .heading-16.blue-text {
    padding-bottom: 1px;
    margin-top: 0px !important;
}

.tci_text_box.tci_que.newD {
    margin-top: 0;
}

.UL_list li {
    padding-bottom: 8px !important;
}

.UL_list li::after {
    width: 9px;
    height: 17px;
}

.UL_list li::after {
    background-image: url(../assets/solid-right-blue-chevron.svg);
    width: 11px;
    height: 14px;
    position: absolute;
    content: "";
    left: 0;
    margin-top: 0px;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
    top: 3px;
    background-size: 8px;
}

.UL_list .heading-16,
.RightHead.heading-16 {
    font-size: 20px;
    line-height: 26px;
}

/* new changes end*/

/***CSS 26-05-2022***/
.filter_select::after {
    display: none;
}

.filter_select select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../assets/filter-chevron.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 50%;
    padding-right: 35px;
    margin: 5px !important;
}

.row.cs_footer>.col-md-12 {
    display: flex;
    align-items: center;
}

.row.cs_footer>.col-md-12 .cs_foot_text {
    flex: 1;
}

.row.cs_footer>.col-md-12 img {
    padding: 0;
}

.row.cs_footer {
    width: 100%;
}

.show-mob {
    display: none;
}

.cs_button a.full_story_btn {
    background-color: transparent !important;
    color: #3D85C6 !important;
    border: none !important;
    margin-left: 20px;
    text-decoration: underline !important;
}

#all_pdf_ckbox .form-check .form-check-label span {
    display: none;
}

#all_pdf_ckbox .form-check .form-check-label {
    padding-left: 0;
}

/* new css */
.pagestyle {
    height: 590pt;
    padding-top: 10px;
    padding-bottom: 20px;
  }
.four_icons_box .tci_body_text {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #0C2146;
  }
   
.four_icons_box .tci_body_text span {

    color: #2979FF;
    font-weight: 700;

}
.tci_body_textblue {
    font-size: 19px;
    color: #2979FF;
  }
  .cdop_s202 {
    height: 100%;
  }
  .chapter02.cs_chptr_02 .cdop_s202_lft img {
    width: 100%;
  }
  .full-section {
    margin-bottom: 20px;
    background: #fff;
  }