


* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-family: "Montserrat", sans-serif; 
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	background: #fff;
}

.container,
.container-fluid {
    width: 100%;
    /* padding-right: 15px;
    padding-left: 15px; */
    margin-right: auto;
    margin-left: auto;
	max-width: 1310px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin: 0 0 10px;
	padding: 0;
	font-weight: bold;
	line-height: 1em;
}

p,
ul {
	margin: 0 0 15px;
	padding: 0;
	font-size: 15px;
	line-height: 1.37em;
}








.testimonial-slider {
    margin: 0 -15px;
    padding-bottom: 30px;
    padding-top: 40px;
}

.testimonial-item {
    padding: 0 15px;
}

.testimonial {
    border-radius: 7px;
    border: 1px solid #F2F2F2;
    padding: 20px;
}

.testimonial__top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.testimonial__image {
    width: 64px;
    height: auto;
    border: 2px solid #175CFB;
    border-radius: 50%;
}

.testimonial__image img {
    width: 100%;
    height: auto;
}

.testimonial__author {
    width: calc(100% - 64px);
    padding-left: 15px;
    color: #000;
}

.testimonial__author h4 {
    font-size: 20px;
    color: #000000;
    margin-bottom: 5px;
}

.testimonial__designation {
    font-size: 15px;
    margin-bottom: 10px;
}

.testimonial__review {
    display: flex;
    align-items: center;
    gap: 4px;
}

.testimonial__details {
    margin-top: 25px;
}

.testimonial-slider .slick-dots {
    bottom: 0;
    display: flex;
    gap: 5px;
    justify-content: center;
}

.testimonial-slider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0;
}

.testimonial-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  background: #B4CBFF;
  border-radius: 8px;
}

.testimonial-slider .slick-dots li button::before {
    display: none;
}

.testimonial-slider .slick-dots li.slick-active {
  width: 18px;
}

.testimonial-slider .slick-dots li.slick-active button {
  background: #175CFB;
}

.testimonial-slider .slick-slide {
    vertical-align: middle;
}

@media (min-width: 768px) {
   .testimonial-slider {
        margin: 0 ;
        padding-bottom: 30px;
        padding-top: 40px;
    }

     .testimonial-item {
        padding: 40px 0;
     }

    .testimonial {
        width: 440px;
        min-height: 302px;
        transform: scale(0.9);
        background: #fff;
        padding: 30px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .slick-current .testimonial {
        transform: scale(1.2);
        z-index: 2;
        position: relative;
        box-shadow: 0 0 15px rgba(0,0,0,0.05);
    }

    .testimonial__top,
    .testimonial__designation {
        width: 100%;
    }
}




/* table */

.plan-table {
    margin: 50px 0;
}

.table-wrap {
    margin: 0;
    position: relative;
}

.table-scroll {
    padding-bottom: 0;
    background: transparent;
    position: relative;
    width: 100%;
    overflow: auto;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #EFEFEF;
}

.table-structure {
    width: 800px;
    overflow: hidden;
}

.table-scroll::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.table-scroll::-webkit-scrollbar-track {
    background-color: #B4CBFF;
    border-radius: 0 0 6px 6px;
}

.table-scroll::-webkit-scrollbar-thumb {
    background-color: #175CFB;
    border: 2px solid #B4CBFF;
    border-radius: 10px;
}

.table-structure table {
    border-collapse: collapse;
    background: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    width: 100%;
    table-layout: fixed;
    text-align: center;
    border: none;
    margin-bottom: 0;
}

.table-structure table thead {
    color: #201F1F;
}

.table-structure table thead tr th {
    padding: 11px 20px;
    text-align: center;
    font-size: 15px;
    line-height: 1em;
    font-weight: 700;
    color: #201F1F;
    border: none;
    vertical-align: middle;
    border-bottom: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
    font-family: "Poppins", sans-serif;
}

.table-structure table thead tr th:first-child {
    background: #0D3BA4;
    color: #fff;
}

.table-structure table thead tr th:nth-child(2) {
    color: #fff;
    background: #175CFB;
}

.table-structure table thead tr th:last-child {
    border-right: none;
}

.table-structure table tbody tr:nth-child(even) {
    background: #F0F5FF;
}

.table-structure table tbody tr:nth-child(even) td:first-child {
    background: #cedaf1;
}

.table-structure table tbody tr td,
.table-structure table tbody tr th {
    padding: 20px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    line-height: 1em;
    vertical-align: middle;
    border-bottom: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
}

.table-structure table tbody tr td:last-child {
    border-right: none;
}

.table-structure table tbody tr:last-child td {
    border-bottom: none;
}



.plan-table__top-content {
    text-align: center;
    max-width: 899px;
    margin: 0 auto 30px;
}

@media (min-width: 768px) {
    .table-wrap {
        margin: 30px 0 30px 0;
    }

    .table-scroll {
        height: 100%;
        background: transparent;
        overflow: visible;
    }

    .table-structure {
        width: 100%
    }

    .table-structure table tbody tr:last-child td:first-child {
        border-bottom: 4px solid #0D3BA4;
    }

    .table-structure table tbody tr:last-child td:nth-child(2) {
        border-bottom: 4px solid #175CFB;
    }

}

@media (min-width: 1200px) {
    .table-structure table thead tr th {
        padding: 17px 20px;
        line-height: 1.2em;
    }

    .table-structure table tbody tr td,
    .table-structure table tbody tr th {
        font-size: 16px;
        line-height: 1.3em;
    }
}


.testimonial__details {
    height: 100px;
    overflow: hidden;
 }

 .slick-current .testimonial__details {
    height: auto;
    transform: scale(0.95);
 }



