.bg-partneship {
    background: #F8FBFF;
    min-height: 420px;
}
.bg-partneship .consultation-banner-text.border-blue:after {
    background: url(../images/womens_health/creative_arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 15px !important;
    width: 17px;
    height: 46px;
}
.opacity-45 {
    opacity: 0.45;
}
.bg-partneship .std-banner-text h2 {
    font-size: 22px;
}
.bg-partneship .std-banner-block {
    max-width: 250px;
    margin: 0 auto;
}

.bg-color-purple {
    background: #cbceda;
}
.bg-partneship.over-view-banner .white-bg-mobile {
    box-shadow: 0px 3px 19px #00000012;
    border-radius: 13px;
}
.contactus-section h3 {
    font-weight: 900;
    color: #293450;
    font-size: 24px;
}
.contactus-section h3 span {
    color: #FF7603;
}
.map-bg {
    background-position: 50% 68px;
    background-size: 80%;
}
#partnership-logo {
    padding-top: 0px;
}
#partnership-logo .owl-item .item {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-bottom: auto;
}
#partnership-logo .owl-item .item a {
    display: flex;
    align-items: center;
    height: 40px;
    width: 100%;
    margin: 0 auto;
}
#partnership-logo .owl-item .item:nth-child(1) {
    margin: 0px;
}
#partnership-logo .owl-item:nth-child(1) a {
    width: 80px;
}
#partnership-logo .owl-item:nth-child(2) a {
    width: 80px;
}
#partnership-logo .owl-item:nth-child(4) a {
    width: 70px;
}
#partnership-logo .owl-item:nth-child(5) a {
    width: 45px;
}
#partnership-logo .owl-item:nth-child(6) a {
    width: 100px;
}

.partnership-highest .star-border::after {
    left: 5px;
    right: 5px;
}
.contant-discription {
    font-size: 16px;
    color: #293450;
}
.contactus-form .form-group {
    margin-bottom: 25px;
}
.contactus-form label {
    font-size: 16px;
    color: #2C314A;
    opacity: 0.52;
    font-weight: 600;
    margin-bottom: 10px;
}
.contactus-form .form-control {
    color: #2C314A;
}
.contactus-form select, .contactus-form select.form-control {
    appearance: auto !important;
}
.contact-overlay {
    margin-top: -50px;
    position: relative;
    background: #fff;
    box-shadow: 0px 3px 6px #8A98DF29;
    border: none;
}
.contactus-img {
    margin-left: -16px;
    margin-right: -16px;
}

.partnership-section h3 {
    font-weight: 900;
    color: #293450;
    font-size: 22px;
}
.partnership-section h3 span {
    color: #FF7603;
}
.partnership-section .accordion .card {
    box-shadow: none;
}
.partnership-section .accordion .btn-link {
    background: #FFE0C7;
    color: #293450;
    font-weight: 600;
    text-decoration: none;
    padding: 15px 30px 15px 15px;
    border-radius: 15px;
}
.partnership-section .accordion .card-header .btn-link.collapsed::after {
    background: none;
    width: 0; 
    height: 0; 
    top: 27px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000000;
    transform: rotate(90deg);
    transition: 0.5s;
}
.partnership-section .accordion .card-header .btn-link::after {
    background: none;
    width: 0; 
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000000;
    transform: rotate(0deg);
    transition: 0.5s;
}
.bg-partner-icon {
    background: #E9F8FA;
    border-radius: 12px;
    min-width: 62px;
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.bg-partner-icon img {
    width: 100%;
}
.border-gray-color {border-color: #C1C6D8;}
.partnership-section .icon-discription p {
    opacity: 0.5;
}
.lets-talk {
    background: transparent linear-gradient(90deg, #EFF3FB 0%, #E0E7F1 100%);
}
.lets-talk .button-arrow, .bg-partneship .button-arrow, .contactus-section .button-arrow { padding: 8px 30px;}
.lets-talk p {
    font-size: 16px;
    font-weight: 600;
}
.lets-talk img {
    max-width: 328px;
    width: 100%;
}
.highest-section .card-social .social-icon {
    width: auto;
}
.down-arrow {
    position: relative;
}
.contactus-form .down-arrow select {
    appearance: none !important;
}
.down-arrow:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 22px;
    color: #111;
    line-height: 18px;
    position: absolute;
    top: 50px;
    right: 25px;
}
@media (min-width:576px) {
}
@media (min-width:768px) {
    .banner-section.bg-partneship {
        min-height: 310px;
    }
    .map-bg {
        background-position: 50% 98px;
        background-size: 20%;
    }
    .contact-overlay {
        margin-top: 0;
        box-shadow: none;
        border: 1px solid #E0E4F2;
    }
    .partnership-section h3, .contactus-section h3 {
        font-size: 32px;
    }
    .contant-discription {
        opacity: 0.5;
    }
    .bg-partneship {
        border-radius: 0px 0px 15px 15px;
    }
    .bg-partneship .std-banner-text h2 {
        font-size: 30px;
    }
    .partnership-section .icon-discription p {
        max-width: 260px;
        margin: 0 auto;
        opacity: 1;
    }
    .bg-partneship.over-view-banner .white-bg-mobile {
        box-shadow: none;
    }
}
@media (min-width:992px) {
    #partnership-logo .owl-item .item a {
        height: 80px;
        width: 100px;
    }
    .banner-section.bg-partneship {
        min-height: 350px;
    }
    .bg-partneship .std-banner-text h2 {
        font-size: 32px;
    }
    .partnership-highest .highesttext h3 {
        display: inline-block;
        list-style: 38px;
        text-align: left;
    }
    .contactus-section .contant-discription, .partnership-section .accordion .btn-link {
        font-size: 16px;
    }
    .partnership-section .icon-discription p {
        font-size: 16px;
        max-width: 300px;
    }
    .lets-talk p {
        font-size: 18px;
        max-width: 570px;
        margin: 0 auto 20px;
    }
    .lets-talk img {
        max-width: 328px;
        width: 100%;
    }
    .right-border-height, .top-border-width {
        position: relative;
    }
    .right-border-height.top:after{
        clip-path: polygon(0 0, 0% 100%, 10% 0);
        background: transparent linear-gradient(180deg, #C1C6D8 0%, #F8F9FF 100%);
        height: 100%;
        width: 6px;
        content: "";
        position: absolute;
        right: -7px;
        top: 0;
    }
    .right-border-height.bottom:after{
        clip-path: polygon(0 0, 0% 100%, 10% 100%);
        background: transparent linear-gradient(180deg, #F8F9FF 0%, #C1C6D8 100%);
        height: 100%;
        width: 6px;
        content: "";
        position: absolute;
        right: -7px;
        top: 0;
    }
    .top-border-width.left::before{
        clip-path: polygon(100% 100%, 0% 100%, 100% 93%);
        background: transparent linear-gradient(180deg, #F8F9FF 0%, #C1C6D8 100%);
        height: 6px;
        width: 100%;
        content: "";
        position: absolute;
        right: 0px;
        top: -7px;
    }
    .top-border-width.right:after{
        clip-path: polygon(100% 100%, 0% 100%, 0 85%);
        background: transparent linear-gradient(180deg, #F8F9FF 0%, #C1C6D8 100%);
        height: 6px;
        width: 80%;
        content: "";
        position: absolute;
        right: 0px;
        top: -7px;
        left: 0;
    }
    .top-border-width.width-border:before{
        background: #C1C6D8;
        opacity: 0.9;
        height: 1px;
        width: 100%;
        content: "";
        position: absolute;
        right: 0px;
        top: -1.9px;
    }
}
@media (min-width:1200px) {
    .banner-section.bg-partneship {
        min-height: 370px;
    }
    .bg-partneship .std-banner-text h2 {
        font-size: 32px;
    }
    .partnership-highest .highesttext h3 {
        list-style: 38px;
    }
    .contactus-section .contant-discription, .partnership-section .accordion .btn-link {
        font-size: 16px;
    }
    .partnership-section .icon-discription p {
        font-size: 16px;
        max-width: 300px;
    }
    .lets-talk p {
        font-size: 18px;
        max-width: 570px;
        margin: 0 auto 20px;
    }
    .lets-talk img {
        max-width: 418px;
        width: 100%;
    }
}
@media (min-width:1400px) {
    .bg-partneship .std-banner-text h2 {
        font-size: 40px;
    }
    .bg-partneship .consultation-banner-text p {
        font-size: 18px !important;
    }
    .banner-section.bg-partneship {
        min-height: 420px;
    }
    .partnership-highest .highesttext h3 {
        list-style: 44px;
    }
    .contactus-section .contant-discription, .partnership-section .accordion .btn-link {
        font-size: 18px;
    }
    .partnership-section .icon-discription p {
        font-size: 18px;
        max-width: 300px;
    }
    .lets-talk p {
        font-size: 20px;
        max-width: 570px;
        margin: 0 auto 20px;
    }
}
@media (min-width:1920px) {

}