/*
Theme Name: Divi Child
Theme URI: https://diviextended.com/
Version: 1.0
Description: Child Theme of Divi
Author: Divi Extended
Template: Divi
*/


.container,
.et_pb_row{
    width: 100%;
    max-width: 1270px;
}

.topRightCol {
    display: flex;
    align-items: center;
    gap: 25px;
}

.headerMenu {
    margin-bottom: 0 !important;
}

.pa-inline-buttons .et_pb_button_module_wrapper {
    display: inline-block;
}

.headerContact .et_pb_blurb_container {
    padding-left: 0 !important;
}
.topRightCol {
    display: flex;
    justify-content: flex-end;
}
.headerMenu .et_pb_menu__menu, .headerMenu .et_pb_menu__menu nav {
    width: 100%;
}
ul#menu-main-menu {
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
}
.homeSlider .et_pb_slide_content {
    max-width: 85%;
}
.homeSlider h2.et_pb_slide_title{
    text-shadow:none ;
}
.footerMenu ul li {
    margin-bottom: 6px;
}
.footerMenu ul {
    padding: 0;
    list-style: none;
}
.footerMenu.linkInline ul li {
    margin-left: 20px;
}
.footerMenu.linkInline ul {
    display: flex;
    justify-content: flex-end;
}

.stepNo{
    text-align:center;
}
.stepNo h4 {
    background: #0a2a48;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px !important;
    border-radius: 50%;
}
.stepRow:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    top: 25%;
    background: url(images/dot-line2.png);
    left: 204px;
    max-width: 790px;
}

.cambridge_price {
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
        
.cambridge_price h2 {
    text-align: center;
    color: #0a2a48;
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 600;
}
        
.cambridge_price table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
        
.cambridge_price th {
    background-color: #C8F6FE;
    padding: 12px;
    text-align: left;
    font-weight: bold;
    color: #0a2a48;
    border-bottom: 2px solid #e9ecef;
}
        
.cambridge_price td {
    padding: 12px;
    border-bottom: 1px solid #e9ecef;
    color: #333;
}
        
.cambridge_price tr:hover {
    background-color: #f8f9fa;
}

.cambridge_price .price {
    text-align: right;
    font-weight: bold;
    color: #0a2a48;
}

@media (max-width: 980px) {
    .stepRow:before {
        top: 20%;
        left:20%;
        width: 60%;
    }
}

@media only screen and (max-width: 767px) {
    .stepRow:before {
    visibility: hidden;
}
}
.img-cover img{
    object-fit:cover;
}

.homeBlog a.more-link {
    margin-top: 20px;
    display: inline-block;
}

.homeBlog h2.entry-title{
    min-height:98px;
}

@media (max-width: 980px) {
    .homeBlog h2.entry-title{
    min-height:68px;
}
}

.reviewAuthor .et_pb_blurb_container{
    vertical-align:middle !important;
}
.contactBox {
    min-height: 260px;
}

/*.et_pb_button_7_wrapper, .et_pb_button_8_wrapper{*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    margin: 0 !important;*/
/*}*/

.et_pb_button_8_wrapper{
    margin-left: 15px !important;
}


.card-top img {
    border-radius: 34px;
}
.topImg {
    position: relative;
}
.doc-meta {
    position: absolute;
    bottom: 30px;
    width: 90%;
    left: 20px;
}
.doc-meta * {
    color: #fff;
}
.card-bottom ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}
.card-bottom ul li {
    background: #D0F5FF;
    padding: 5px 16px;
    border-radius: 11px;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}
.card-bottom p {
    font-size: 13px;
    line-height: 23px;
    margin: 10px 0;
    font-weight: 600;
}
.shortText {
    padding: 10px 0;
    font-size: 16px;
    line-height: 26px;
}
.customArrow.swiper-button-next svg, .customArrow.swiper-button-prev svg {
    max-width: 20px;
    fill: #fff !important;
}
.customArrow.swiper-button-next, .customArrow.swiper-button-prev {
    background: #009EDE;
    fill: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    top: -80px;
}
.customArrow.swiper-button-next svg path, .customArrow.swiper-button-prev svg path {
    fill: #fff;
}
.customArrow.swiper-button-next:after, 
.customArrow.swiper-button-prev:after{
    display:none;
}
.customArrow.swiper-button-prev{
    right: 70px;
    left:unset;
}
.customArrow.swiper-button-next {
    right: 0;
}

@media (max-width: 980px) {
    .customArrow.swiper-button-next, .customArrow.swiper-button-prev {
        top: -45px;
    }
    .customArrow.swiper-button-prev{
       right: 100px; 
    }
    .customArrow.swiper-button-next {
    right: 30px;
    }
}

.et_pb_module.et_pb_text.tabData a{
    color:#009EDE !important;
}

body:not(.et-fb-root-ancestor) .tabData{
    display:none;
}
.triggerTab {
    cursor: pointer;
    border-bottom: 1px solid #eee;
    padding: 14px 0 0;
}

.triggerTab.activeTab {
    border-color: #1376bd !important;
}
.tabSection .activeTab h3.et_pb_module_heading {
    font-weight: 700 !important;
    color: #1376bd !important;
}
.tabData {
    background: #fff;
    box-shadow: 3px 6px 4px 5px rgb(238 238 238 / 30%);
    padding: 30px;
    border-radius: 10px;
}

.button-100 {
    width: 100%;
}