*{margin: 0;padding: 0;box-sizing: border-box;}
body{
    font-family:Jost,sans-serif;
    overflow-x: hidden;
}
img{max-width: 100%;}
a{text-decoration: none !important;}
.wrapper{margin: 0 auto;width: 80%;}
.heading h2{
    color: #000000;
     margin-bottom: 30px;
     font-size: 45px;
     /* text-transform: capitalize; */
}
.heading h2 span{
    color: #6B2B80;
     
}
.text-center{
    text-align: center;
}
.ieltsBnner{
    background:url('../images/itlbanner-new.webp') no-repeat ;
    color: #ffffff;
    padding: 20px 0;
    background-size: cover;
    width: 100%;
    /* min-height: 600px; */
}
.bannerLeft h1{
    font-size: 2.9rem;
    margin-bottom: 15px;
}
.bannerLeft{
    width: 50%;
}
.bannerRight{
    width: 40%;
}
.bannerLeft p{
    margin-bottom: 10px;
}
.bannerLeft ul li{
    margin-left: 20px;
    line-height: 30px;
}
.aboutText ul li{
    margin-left: 20px;
    line-height: 30px;
    text-align: justify;
}
.aboutText{
    text-align: center;
    font-size: 22px;
    line-height: 35px;
    width: 90%;
    margin: 0 auto;
}
.banBtn{
    display: inline-block;
    padding: 10px 25px;
    background-color: #6B2B80;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #797979;
    margin-right: 15px;
    margin-top: 15px;
    font-weight: 600;
    border: 1px solid #d58fe4;
}
.testFormatHolder{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.testLeft {
    width: 48%;
    position: relative;
}
.testLeft1 {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.testLeft1 img{
    width: 30%;
}
.pteText{
    width:65%
}
.testRight{
    width: 48%;
    position: relative;
   
    
}
.txtBox{
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px #ddd;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.textBox {
    width: 80%;
    padding: 15px;
}
.textImg{
/*    width: 30%;*/
    width: 50%;
}
.textImg img{
    height: 100%;
}
.textFormat{
    margin: 50px 0;
}
.testFormatHolder h3{
    font-size: 30px;
}
.feature{
    background: url("../images/writtingbg.webp");
}
.featureHolder{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.featureBox{
        width: 45%;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0px 0px 10px #ddd;
    margin-bottom: 30px;
    padding: 20px;
    margin: 20px;
}
.featureHead{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.featureHead img{
    width: 70px; 
}
.featureHead h4{
    font-size: 30px;
}
.flagHolder{
    background: #faeaea;
    padding: 30px 0;
    border-radius: 30px;
}

.flagBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flagBox img{
    width: 150px;
    margin-top: 20px;
}

.flagHolder p{
    font-size: 25px;
    margin-top: -30px;
}
.examTypeHolder{
    background: url("../images/typebg.webp");
    padding: 50px 0;
}
.clientsLeft h2{
    font-size: 75px;
}


.structureHolder{
    background: #671624;
background: linear-gradient(106deg, rgba(103, 22, 36, 1) 12%, rgba(255, 169, 158, 1) 100%);
color: #fff;
    display: flex;
    padding: 25px 0 0 50px;
    border-radius: 50px;
    overflow: hidden;
    margin: 50px 0;
    /* align-items: center; */
    justify-content: space-between;
}
.structureLeft{
    width: 50%;
}
.structureLeft h2{
    font-size: 70px;
    line-height: 80px;
}
.structureLeft p{
    font-size: 22px;
    margin-top: 20px;
}
.structureRight{
    width: 35%;
}
.keyFeature{
    background: #ca2f33 !important;
    font-size: 39px !important;
    font-weight: 600;
    text-align: center;
    border-radius: 50px 50px 0 0 !important;
}
.keyFeatureText{
    background: #fff !important;
    border: 2px solid red !important;
    border-radius: 0 0 50px 50px !important;
    padding: 50px;
}

.keyFeatureText p{
    font-size: 20px;
    margin-bottom: 20px;
}
.questionHolder label.keyFeature::after {
    right: 30px !important;
    top: 20px !important;
    display: none;
}
.questionHolder input:checked + label.keyFeature::after {
    content: '-';
    right: 30px !important;
    top: 20px !important;
}
.keyFeatureText {
    display: block !important;
}


.howToSuccess1 {
    background: url(https://www.sssi.in/assets/front_new/images/how-bg.webp) no-repeat;
    padding: 50px 0;
    /* height: 600px; */
    margin-bottom: 40px;
    background-size: cover;
}
.ieltsSuccess {
    align-items: center;
    background: #ededed;
    border-radius: 100px;
    display: flex;
}
.ieltsSuctext {
    background: url(https://www.sssi.in/assets/front_new/images/ieltssuc-img.webp) no-repeat;
    padding: 71px;
    /* height: 550px; */
    margin-bottom: 0px;
    background-size: cover;
    margin-left: -15px;
    color: #fff;
    width: 45%;
}
.ieltsSuctext h2 {
    font-size: 5rem;
    font-weight: 700;
    line-height: 114px;
}
.helpBtn {
    background: #dc84f7;
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    border-radius: 30px;
    margin-top: 20px;
}
.ieltsSucImg{
    width: 56%;
}

















.prepExam{
    padding: 35px 0;
}
.prepExamHolder{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.prepExamBox{
    text-align: center;
}
.prepExamBox img{
    margin-bottom: 20px;
}
.ieltsHolder{
    padding: 35px 0;
}
.ieltsBox{
    display: flex;
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ieltsBoxLeft{
    width: 55%;
 
}
.prepareBox{
    background: url('../images/ltebg.webp') no-repeat;
    background-size: contain;
    width: 100%;
    height: 365px;
    padding: 40px;
}
.prepareBox h2{
    font-size: 2.3rem;
    color: #707070;
}
.prepareBox h2 span{
    color: #6B2B80;
}
.fiveBox{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: absolute;
    bottom: -35px;
}
.box1{
    width: 28%;
    background-color: #fff;
    min-height: 230px;
    margin: 15px;
    box-shadow: 0 0 10px #cdcdcd;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
}
.box1 img{
    width: 70px;
}
.twoBox , .threeBox{
display: flex;
}
.ieltsBoxRight{
    width: 45%;
}
.coachingHolder{
    padding: 35px 0;
}
.coachingBox{
    background: #f3f3f3;
    padding:20px 50px 0;
    border-radius: 15px;
}
.howKnow{
    padding: 35px 0;
}
.coachingBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.coachingLeft{
    width: 53%;
}
.coachingRight{
    width: 37%;
    margin-top: -50px;
    margin-bottom: -6px 
}
.coachingText{
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}
.num{
    width: 10%;
}
.num span{
    background: #6b2b80;
    width: 30px;
    display: block;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    border-radius: 50%;
    font-weight: 700;
}
.howKnow{
    padding: 35px 0;
}
.howKnowBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.howKnowLeft{
    width: 60%;
}
.howKnowRight{
    width: 40%;
}
.howKnowBox ul li{
    font-size: 20px;
    line-height: 33px;
}

.clientsHolder{
    padding: 35px 0;
}
.clientsBox{
    background: #F3F3F3;
    padding:50px 50px;
    border-radius: 15px;
}
.howKnow{
    padding: 35px 0;
}
.clientsBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.clientsLeft{
    width: 30%;
}
.clientsRight{
    width: 65%;
    /* margin-top: -50px;
    margin-bottom: -6px  */
    display: flex;
    justify-content: space-between;
}
.clientsTextBox{
    text-align: center;
    background: #fff;
    padding: 15px;
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 0  10px #ddd;
}
.clientsTextBox p{
    margin: 30px 0;
    line-height: 28px;
}
.clientsTextBox h4{
    margin-bottom: 10px;
}

.questionBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quesLeft{
    width: 30%;
}
.quesRight{
    width: 100%;
}




/* NEEDED STYLES */
.questionHolder label {
    display: block;    
	padding: 10px 22px;
    margin: 0 0 15px 0;
	cursor: pointer;
	background: #6b2b80;
	border-radius: 10px;
	color: #FFF;
	transition: ease .5s;
	position: relative;
}
.questionHolder label:hover {
	background: #9a4bb5;
}

.questionHolder label::after {
    content: '+';
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 2px;
}

.questionHolder input:checked + label::after {
    content: '-';
    right: 14px;
    top: 3px;
}

.questionHolder .content {
    background: #E2E5F6;
    padding: 10px 25px;
    border: 1px solid #A7A7A7;
	margin:-15px 0px 15px;
	border-radius: 3px;
}

.questionHolder input + label + .content {
	display: none;
}

.questionHolder input:checked + label + .content {
	display: block;
}

.questionHolder input {
	display: none;
}


.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
    .form-row > .col, .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
    }
    .form-group {
    margin-bottom: 1rem;
    }
    /* .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    } */
    .form-row {
    /* display: -ms-flexbox; */
    /* display: flex; */
    /* -ms-flex-wrap: wrap; */
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    }
    .form-group{
    display: flex;
    }
    .ph_code {
    width: 25% !important;
    display: inline-block;
    margin: 0 5px 0 0;
    }
    .num_main {
    width: 73%;
    display: inline-block;
    }
    /* .trigger{
      text-align: center;
    padding: 7px 13px;
    background: #3e3e3e;
    color: #fff;
    font-size: 15px;
    outline: none;
    border: none;
    border-radius: 5px;
    font-family: cursive;
    } */
    
    .modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    }
    .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 80%;
    max-width: 24rem;
    border-radius: 0.7rem;
    border-top: 7px solid #84439b;
        border-left: 7px solid #dd2a66;
        border-bottom: 7px solid #84439b;
        border-right: 7px solid #dd2a66;
    }
    .close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
    }
    .close-button:hover {
    background-color: darkgray;
    }
    .show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
    }
    .mobile-show{
        display: none;
    }
    @media (min-width:320px) and (max-width:480px){
        .mobile-none{
            display: none;
        }
        .mobile-show{
        display: block;
    }
}
.cta {
    /* background: #6b2b80; */
    display: inline-block;
    padding: 7px 20px;
    border-radius: 8px;
    width: 145px;
    border: 0;
    font-size: 18px;
}
.btn-primary {
    color: #fff;
    background-color: #dd2a66;
    border-color: #dd2a66;
}
.about {
    padding: 35px 0;
}
.footerBootom {
    position: relative;
    padding: 40px 0 30px;
    text-align: center;
}
.social {
    margin-top: 20px;
}
.social a {
    margin: 10px;
}
.iltBanHolder{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;

}
@media(min-width:280px) and (max-width:767.98px){
    .bannerRight {
        width: 100%;
    }
    p{
        text-align: justify;
    }
    .wrapper {
        margin: 0 auto;
        width: 90%;
    }
    .banBtn {
        display: inline-block;
        padding: 10px 20px;
       
        margin-right: 10px;
       
    }
    .featureBox {
    width: 100%;
    }
    .ieltsBnner {
        /* background:  #E5EAED; */
        padding: 20px 0;
        min-height: 320px;
    }
    .bannerLeft {
        width: 100%;
    }
    .bannerLeft h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    .prepExamHolder {
        flex-wrap: wrap;
    }
    .prepExamBox {
        text-align: center;
        width: 100%;
        margin-bottom: 15px 
    }
    .ieltsBoxLeft {
        width: 100%;
        margin-bottom: 20px;
    }
    .ieltsBoxRight {
        width: 100%;
        display: none;
    }
    .ieltsHolder {
        padding: 0px 0;
    }
    .heading h2 {
        color: #000000;
        margin-bottom: 10px;
        font-size: 28px;
    }
    .keyFeature {
        font-size: 26px !important;
    }
    .howKnowBox ul li {
        font-size: 20px;
        line-height: 30px;
        margin-left: 20px;
    }
    .flagBox img {
        width: 130px;
    }
    .flagHolder {
        background: #faeaea;
        padding: 20px 10px;
        border-radius: 20px;
    }
    .flagHolder p {
        font-size: 20px;
        margin-top: -10px;
    }
    .aboutText {
        /* text-align: center; */
        font-size: 20px;
        line-height: 30px;
        width: 100%;
    }
    .clientsHolder {
        padding: 0px 0 20px;
    }
    .howKnow {
        padding: 0px 0 20px;
    }
    .prepExam {
        padding: 35px 0;
    }
    .prepareBox {
        background: #f3f3f3;
        background-size: contain;
        width: 100%;
        height: 100%;
        padding: 20px;
    }
    .prepareBox h2 {
        font-size: 1.5rem;
        color: #707070;
    }
    .twoBox, .threeBox {
        display: flex;
        flex-wrap: wrap;
    }
    .fiveBox {
        position: static;
    }
    .box1 {
        width: 100%;
        min-height: auto;
    }
    .coachingLeft {
        width: 100%;
    }
    .coachingRight {
        width: 100%;
        margin-top: 0px;
        margin-bottom: -20px;
    }
    .coachingBox {
        
        flex-wrap: wrap;
    }
    .coachingBox {
        padding: 15px;
    }
    .howKnowBox {
        flex-wrap: wrap;
    }
    .howKnowLeft {
        width: 100%;
    }
    .howKnowRight {
        width: 100%;
        margin-top: 30px;
    }
    .questionBox {
        flex-wrap: wrap;
    }
    .quesLeft {
        width: 100%;
    }
    .quesRight {
        width: 100%;
    }
    .clientsBox {
        flex-wrap: wrap;
    }
    .clientsBox {
        padding: 15px;
    }
    .clientsLeft {
        width: 100%;
    }
    .clientsRight {
        width: 100%;
        flex-wrap: wrap;
    }
    .clientsTextBox {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 25px
    }
    .box1 {
        width: 100%;
        min-height: auto;
        text-align: center !important;
    }
    .box1 p{
        text-align: center !important;
    }
    .prepareBox{
        text-align: center;
    }
    .ieltsSuccess {
        flex-wrap: wrap;
        border-radius: 10px;
    }
    .ieltsSuctext {
        width: 100%;
    }
    .ieltsSucImg {
        width: 100%;
    }
    .featureBox {
        width: 100%;
    }
    .featureHead h4 {
        font-size: 40px;
    }
    .featureHead img {
        width: 55px;
    }
    .ieltsSuctext h2 {
        font-size: 2rem;
        font-weight: 700;
        line-height: 40px;
    }
    .ieltsSuctext {
        padding: 35px;
        margin-left: 0px;
        color: #fff;
        width: 100%;
    }
    .textBox {
        width: 100%;
        padding: 15px;
    }
    .textImg {
        display: none;
    }
    .testLeft {
        width: 100%;
        position: relative;
        margin-bottom: 30px;
    }
    .testRight{
        width: 100%;
    }
    .structureHolder {
        flex-wrap: wrap;
        padding: 20px;
    border-radius: 20px;
    }
    .structureLeft {
        width: 100%;
    }
    .structureRight {
        width: 100%;
    }
    .structureLeft h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .testLeft1 {
    flex-wrap: wrap;
}
.testLeft1 img {
    width: 100%;
}
.pteText {
    width: 100%;
}
}
@media(min-width:768px) and (max-width:992.98px){
    .bannerRight {
        width: 100%;
    }
    .ieltsSuccess {
        flex-wrap: wrap;
    }
     .featureBox {
    width: 100%;
    }
    .ieltsSuctext {
        margin-left: 0px;
        color: #fff;
        width: 100%;
        margin-bottom: 20px;
    }
    .ieltsSucImg {
        width: 100%;
    }
    .textImg {
        display: none;
    }
    .textBox {
        width: 100%;
        padding: 15px;
    }
    .aboutText {
        width: 100%;
    }
    .structureHolder {
        padding: 15px 0 0 20px;
    border-radius: 30px;
        flex-wrap: wrap;
    }
    .structureLeft {
        width: 100%;
    }
    .structureRight {
        width: 100%;
    }
    .featureHead h4 {
        font-size: 40px;
    }
    .featureHead img {
        width: 60px;
    }
    .flagBox img {
        width: 120px;
        margin-top: 20px;
    }

}
@media(min-width:768px) and (max-width:1023.98px){
    .wrapper {
        width: 95%;
    }
    .bannerLeft {
        width: 100%;
    }
    .ieltsBnner {
        /* background: #E5EAED;
        color: #000; */
        padding: 20px 0;
        /* background-size: cover; */
        width: 100%;
    }
    .coachingBox {
        padding: 15px;
    }
    .coachingRight {
        width: 100%;
        margin-top: 0px;
        margin-bottom: -20px;
    }
    .coachingLeft {
        width: 100%;
    }
    .coachingBox {
        flex-wrap: wrap;
    }
    .howKnowBox {
        flex-wrap: wrap;
    }
    .howKnowLeft {
        width: 100%;
    }
    .howKnowRight {
        width: 100%;
        margin-top: 30px;
        display: none;
    }
    .prepExam {
        padding: 35px 0;
    }
    .prepareBox {
        background: #f3f3f3;
        background-size: contain;
        width: 100%;
        height: 100%;
        padding: 20px;
    }
    .prepareBox h2 {
        font-size: 1.5rem;
        color: #707070;
    }
    .twoBox, .threeBox {
        display: flex;
        flex-wrap: wrap;
    }
    .fiveBox {
        position: static;
    }
    .box1 {
        width: 100%;
        min-height: auto;
        text-align: center !important;
    }
    .box1 p{
        text-align: center !important;
    }
    .prepExamHolder {
        flex-wrap: wrap;
    }
    .prepareBox{
        text-align: center;
    }
    .prepExamBox {
        text-align: center;
        width: 100%;
        margin-bottom: 15px 
    }
    .ieltsBoxLeft {
        width: 100%;
        margin-bottom: 20px;
    }
    .ieltsBoxRight {
        width: 100%;
        display: none;
    }
    .ieltsHolder {
        padding: 0px 0;
    }
}
@media(min-width:1024px) and (max-width:1200.98px){
    .ieltsBnner {
        padding: 35px 0;
        background-size: cover;
    }
   
    .bannerLeft h1 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    .ieltsBoxLeft {
        width: 55%;
    }
    .prepareBox h2 {
        font-size: 1.6rem;
        color: #707070;
    }
    .prepareBox {
       
        padding: 20px;
    }
    .fiveBox {
        
        bottom: -115px;
        top: 150px;
    }
    .about {
        margin-top: 100px;
    }
    .coachingBox {
        background: #f3f3f3;
        padding: 15px 15px;
    }
    .coachingRight {
        width: 43%;
        margin-top: -50px;
        margin-bottom: -100px;
    }
    .howKnowRight {
        width: 42%;
    }
}

@media(min-width:1201px) and (max-width:1300.98px){

    .ieltsBnner {
        padding: 80px 0;
        background-size: cover;
    }
   
    .bannerLeft h1 {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }
    .prepareBox h2 {
        font-size: 1.8rem;
    }
    .fiveBox {
        bottom: -45px;
    }
    .prepareBox {
        padding: 25px;
    }
    .coachingBox {
        background: #f3f3f3;
        padding: 20px 35px;
    }
    .coachingRight {
        width: 42%;
        margin-top: -50px;
        margin-bottom: -62px;
    }
}

@media(min-width:1301px) and (max-width:1500.98px){
    .ieltsBnner {
        padding: 20px 0;
    }
    .bannerLeft h1 {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }
}

.slick-slide {
    /* Opacity and scale down to place focus on active slide */
    opacity: 0.5;
    transition: all 0.2s ease-in-out;
    transform: scale(0.9);
    outline: none;
    /* Grab Hand Cursor */
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
  }
  
 
  .slick-slide.slick-center {
    opacity: 0.95;
    transform: scale(1);
    cursor: pointer;
  }
  
 
  
  .slick-slider .slick-slide {
    padding: 0 15px;
  }
  

  .slick-arrow {
    font-size: 1px !important;
    color: transparent;
  }
  .slider .slick-arrow {
    position: absolute;
    background: #3c3b6e;
    opacity: 0.7;
    bottom: -60px;
    z-index: 1;
    width: 2.3rem;
    height: 2.3rem;
    transform: translateY(-50%);
    padding: 0;
    overflow: hidden;
    font-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid #fff;
    border-radius: 0%;
    cursor: pointer;
    outline: none;
    transition: 0.25s;
  }
  .slider .slick-arrow:hover,
  .slider .slick-arrow:focus {
    border-color: white;
    color: #b22234;
    background: #6b2b80;
    opacity: 0.95;
  }
  .slider .slick-arrow:active {
    transform: translateY(-50%) scale(0.9);
  }
  .slider .slick-prev {
    left: 0px;
  }
  .slider .slick-next {
    right: 0px;
  }
  .slick-prev:before {
    content: "←";
    color: white;
    font-size: 25px;
  }
  
  .slick-next:before {
    content: "→";
    color: white;
    font-size: 25px;
  }
  .slick-slide img {
    display: inline-block !important;
}
.slick-slider .slick-slide {
    padding: 0px 0px !important;
}


  /* .slick-slide img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  } */
  /* Position Slick dots container down some */
  ul.slick-dots {
    margin-top: 40px;
    display: none;
  }
  .slick-dots{
    display: none !important;
  }
  .slick-dots button {
    background: transparent;
    color: white;
    border: 1px solid white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    cursor: pointer;
    opacity: 0.8;
  }
  
  .slick-dots > li {
    display: inline-block;
  
    margin: 12px;
  }
  .slick-dots > .slick-active {
    color: #b22234;
    font-weight: bold;
  }
  
  .slick-dots {
    list-style: none;
    border-radius: 50%;
    transition: 0.2s;
    text-align: center;
    padding: 0;
    margin: 0;
    position: relative;
    width: 90vw;
    margin: 0 auto;
  }
  
  .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
  }
  .slick-dots li button {
    border: none;
    cursor: pointer;
    font-size: 13px;
    border: 1px solid #fff;
    box-shadow: 0 0 0 0 transparent;
    color: #fff;
    background-color: transparent;
    transition: all 0.3s ease;
    opacity: 0.4;
  }
  .slick-dots li button:focus {
    outline: none;
  }
  .slick-dots li button:hover {
    opacity: 1;
    background: #3c3b6e;
  }
  .slick-dots li.slick-active button {
    background: #b22234;
    box-shadow: 0 0 0 1px #fff;
    opacity: 0.9;
  }

  